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
 
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
 
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
 
AbstractCopyrightProcessor<T extends Annotation> - Class in adams.core.annotation
A processor that lists all classes/methods with mixed copyright.
AbstractCopyrightProcessor() - Constructor for class adams.core.annotation.AbstractCopyrightProcessor
 
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
 
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
 
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.
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
 
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
 
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.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.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.LoadBalancer
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.control.LocalScopeTransformer
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.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.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.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_REVERT - Static variable in class adams.gui.goe.GenericObjectEditor
the action command for Revert.
ACTION_CMD_SAVE - Static variable in class adams.gui.goe.GenericObjectEditor
the action command for Save.
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.transformer.Round
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.
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.LocalScopeTransformer
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.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.annotation - package adams.core.annotation
 
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.shutdown - package adams.core.shutdown
 
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.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.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.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.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.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.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.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.LoadBalancer
Inserts the actor at the given position.
add(int, Actor) - Method in class adams.flow.control.LocalScopeTransformer
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.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.LoadBalancer
Inserts the actor at the end.
add(Actor) - Method in class adams.flow.control.LocalScopeTransformer
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.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 of 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.LocalScopeTransformer
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.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.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.
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.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.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.
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.
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.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.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.
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.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.gui.visualization.image.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.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.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.
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.
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.core.annotation
Helper class around annotations.
AnnotationHelper - Class in adams.data.report
Methods for dealing with annotations in reports.
AnnotationHelper() - Constructor for class adams.core.annotation.AnnotationHelper
 
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
 
APACHE2 - adams.core.License
Apache 2.0.
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.TelnetPanel
Appends the msg to the output text area.
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.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() - Method in annotation type adams.core.annotation.MixedCopyright
 
author() - Method in annotation type adams.core.annotation.ThirdPartyCopyright
 
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
 
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.
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.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.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.
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 0 0".
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
 
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.gui.print
Outputs Bitmap images.
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
 
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.gui.visualization.image.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.
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.
BSD2 - adams.core.License
BSD 2-clause.
BSD3 - adams.core.License
BSD 3-clause.
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.
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.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.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.
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(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.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.
canConnect() - Method in class adams.gui.tools.TelnetPanel
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.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
 
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.
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.
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.
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 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.
canvasHeightTipText() - Method in class adams.flow.transformer.locateobjects.ChangeCanvasSize
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.
canvasWidthTipText() - Method in class adams.flow.transformer.locateobjects.ChangeCanvasSize
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.
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.
CC_BY_25 - adams.core.License
CC BY 2.5.
CC_BY_3 - adams.core.License
CC BY 3.0.
CC_BY_4 - adams.core.License
CC BY 3.0.
CC_BY_NC_SA_25 - adams.core.License
CC BY-NC-SA 2.5.
CC_BY_NC_SA_3 - adams.core.License
CC BY-NC-SA 3.0.
CC_BY_NC_SA_4 - adams.core.License
CC BY-NC-SA 4.0.
CC_BY_SA_25 - adams.core.License
CC BY-SA 2.5.
CC_BY_SA_3 - adams.core.License
CC BY-SA 3.0.
CC_BY_SA_4 - adams.core.License
CC BY-SA 4.0.
CC_PD - adams.core.License
CC public domain.
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.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.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 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.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.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.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.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.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.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.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.
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(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.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.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.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.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
 
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.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.LoadBalancer
Cleans up after the execution has finished.
cleanUp() - Method in class adams.flow.control.LocalScopeTransformer
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.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.
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 of 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.gui.core.FilePanel
Clears the selection.
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.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.
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
 
ColorDistributionHandler - Class in adams.gui.tools.previewbrowser
Displays the color distribution for images.
ColorDistributionHandler() - Constructor for class adams.gui.tools.previewbrowser.ColorDistributionHandler
 
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.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.
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.
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(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.
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.
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(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() - Method in annotation type adams.core.annotation.MixedCopyright
 
copyright() - Method in annotation type adams.core.annotation.ThirdPartyCopyright
 
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
 
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.
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.
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.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.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.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.
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.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.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.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.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.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
Returns the next element in the iteration.
createNext() - Method in class weka.classifiers.GroupedBinnedNumericClassRandomSplitGenerator
Creates the next result.
createNext() - Method in class weka.classifiers.GroupedCrossValidationFoldGenerator
Returns the next element in the iteration.
createNext() - Method in class weka.classifiers.GroupedCrossValidationFoldGeneratorUsingNumericClassValues
Returns the next element in the iteration.
createNext() - Method in class weka.classifiers.GroupedRandomSplitGenerator
Creates the next result.
createNext() - Method in class weka.classifiers.LeaveOneOutByValueGenerator
Returns the next element in the iteration.
createNext() - Method in class weka.classifiers.MultiLevelSplitGenerator
Creates the next result.
createNodePopupMenu(MouseEvent) - Method in class adams.gui.flow.tree.Tree
Generates a popup if possible for the given mouse event.
createNodeQuickActionMenu(StateContainer) - Method in class adams.gui.flow.tree.Tree
Generates a quick action popup if possible for the given state.
createNodeQuickActionMenu(MouseEvent) - Method in class adams.gui.flow.tree.Tree
Generates a quick action popup if possible for the given mouse event.
createOptionPanel() - Method in class adams.gui.visualization.object.tools.AbstractTool
Creates the panel for setting the options.
createOptionPanel() - Method in class adams.gui.visualization.object.tools.AbstractToolWithParameterPanel
Creates the panel for setting the options.
createOptionPanel() - Method in class adams.gui.visualization.segmentation.tool.AbstractTool
Creates the panel for setting the options.
createOptionPanel() - Method in class adams.gui.visualization.segmentation.tool.AbstractToolWithParameterPanel
Creates the panel for setting the options.
createOptionPanel() - Method in class adams.gui.visualization.segmentation.tool.Pointer
Creates the panel for setting the options.
createOutput(ResultItem, MessageCollection) - Method in class adams.gui.tools.wekainvestigator.tab.associatetab.output.ModelOutput
Generates output from the item.
createOutput(ResultItem, MessageCollection) - Method in class adams.gui.tools.wekainvestigator.tab.associatetab.output.Rules
Generates output from the item.
createOutput(ResultItem, MessageCollection) - Method in class adams.gui.tools.wekainvestigator.tab.associatetab.output.RunInformation
Generates output from the item.
createOutput(ResultItem, MessageCollection) - Method in class adams.gui.tools.wekainvestigator.tab.attseltab.output.ReducedData
Generates output from the item.
createOutput(ResultItem, MessageCollection) - Method in class adams.gui.tools.wekainvestigator.tab.attseltab.output.RunInformation
Generates output from the item.
createOutput(ResultItem, MessageCollection) - Method in class adams.gui.tools.wekainvestigator.tab.attseltab.output.TextStatistics
Generates output from the item.
createOutput(ResultItem, MessageCollection) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.AbstractOutputGeneratorWithSeparateFoldsSupport
Generates output from the item.
createOutput(ResultItem, MessageCollection) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.ClassifierErrors
Generates output from the item.
createOutput(ResultItem, MessageCollection) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.GraphSource
Generates output from the item.
createOutput(ResultItem, MessageCollection) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.LegacyGraphVisualizer
Generates output from the item.
createOutput(ResultItem, MessageCollection) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.LegacyTreeVisualizer
Generates output from the item.
createOutput(ResultItem, MessageCollection) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.ModelOutput
Generates output from the item.
createOutput(ResultItem, MessageCollection) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.Predictions
Generates output from the item.
createOutput(ResultItem, MessageCollection) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.Predictions
Generates output from the item.
createOutput(ResultItem, MessageCollection) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.SamplePlot
Generates output from the item.
createOutput(ResultItem, MessageCollection) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.Statistics
Generates output from the item.
createOutput(ResultItem, MessageCollection) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.RunInformation
Generates output from the item.
createOutput(ResultItem, MessageCollection) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.SourceCode
Generates output from the item.
createOutput(ResultItem, MessageCollection) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.TextStatistics
Generates output from the item.
createOutput(ResultItem, MessageCollection) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.TreeGraphML
Generates output from the item.
createOutput(ResultItem, MessageCollection) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.TreeVisualizer
Generates output from the item.
createOutput(ResultItem, MessageCollection) - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.output.ClusterAssignments
Generates output from the item.
createOutput(ResultItem, MessageCollection) - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.output.GraphSource
Generates output from the item.
createOutput(ResultItem, MessageCollection) - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.output.LegacyTreeVisualizer
Generates output from the item.
createOutput(ResultItem, MessageCollection) - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.output.ModelOutput
Generates output from the item.
createOutput(ResultItem, MessageCollection) - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.output.RunInformation
Generates output from the item.
createOutput(ResultItem, MessageCollection) - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.output.Supplementary
Generates output from the item.
createOutput(ResultItem, MessageCollection) - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.output.TextStatistics
Generates output from the item.
createOutput(ResultItem, MessageCollection) - Method in class adams.gui.tools.wekainvestigator.tab.experimenttab.output.RunInformation
Generates output from the item.
createOutput(ResultItem, MessageCollection) - Method in class adams.gui.tools.wekainvestigator.tab.experimenttab.output.TextOutput
Generates output from the item.
createOutput(T, MessageCollection) - Method in class adams.gui.tools.wekainvestigator.output.AbstractOutputGenerator
Generates output from the item.
createOutput(Evaluation, int[], SpreadSheet, MessageCollection) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.ClassifierErrors
Generates a plot actor from the evaluation.
createOutput(Evaluation, int[], SpreadSheet, MessageCollection) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.Predictions
Generates the output from the evaluation.
createOutput(Evaluation, MessageCollection) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.AbstractOutputGeneratorWithSeparateFoldsSupport
Generates the table with the confusion matrix.
createOutput(Evaluation, MessageCollection) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.ConfusionMatrix
Generates the table with the confusion matrix.
createOutput(Evaluation, MessageCollection) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.FourInOnePlot
Creates the 4-in-1 plot for the evaluation.
createOutput(Evaluation, MessageCollection) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.LegacyClassifierErrors
Generates output from the evaluation.
createOutput(Evaluation, MessageCollection) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.LegacyCostBenefitAnalysis
Generates output from the evaluation.
createOutput(Evaluation, MessageCollection) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.LegacyCostCurve
Generates output from the evaluation.
createOutput(Evaluation, MessageCollection) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.LegacyMarginCurve
Generates output from the evaluation.
createOutput(Evaluation, MessageCollection) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.LegacyThresholdCurve
Generates output from the evaluation.
createOutput(Evaluation, MessageCollection) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.PredictionEccentricity
Generates the output from the evaluation.
createOutput(Evaluation, MessageCollection) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.PredictionTrend
Generates the output for the evaluation.
createOutput(Evaluation, MessageCollection) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.ResidualsVsFitted
Generates output from the evaluation.
createOutput(Evaluation, MessageCollection) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.ResidualsVsPredictor
Generates the output from the evaluation.
createOutput(Evaluation, MetaData) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.TextStatistics
Generates a panel from the results of the evaluation.
createOutputFormat(Instances) - Method in class adams.flow.transformer.wekaclusterer.ClusterCenters
Generates the output format (additional attribute for cluster index).
createOutputFormat(Instances) - Method in class adams.flow.transformer.wekaclusterer.ClusterCounts
Generates the output format (additional attribute for cluster index).
createOutputFormat(Instances) - Method in class adams.flow.transformer.wekaclusterer.ClusterStatistics
Generates the output format (additional attribute for cluster index).
createOutputHeader() - Method in class adams.data.spreadsheet.colstatistic.AbstractColumnStatistic
Generates the header for the statistics result.
createOutputHeader() - Method in class adams.data.spreadsheet.matrixstatistic.AbstractMatrixStatistic
Generates the header for the statistics result.
createOutputHeader() - Method in class adams.data.spreadsheet.rowstatistic.AbstractRowStatistic
Generates the header for the statistics result.
createOutputStorageName(StorageName[]) - Static method in class adams.flow.core.EncapsulateActors
Generates a storage name for the output token, ensuring that it doesn't interfere with storage items to keep.
createPageTitle(File, SpreadSheet) - Method in class adams.gui.tools.spreadsheetviewer.MultiPagePane
Creates a page title.
createPaintOperation() - Method in class adams.gui.visualization.segmentation.tool.AbstractTool
Creates the paint operation to use.
createPaintOperation() - Method in class adams.gui.visualization.segmentation.tool.PolygonFill
Creates the paint operation to use.
createPanel() - Method in class adams.gui.chooser.AbstractDateBasedChooserPanel
Creates the panel to display in the dialog.
createPanel() - Method in class adams.gui.chooser.DateChooserPanel
Creates the panel to display in the dialog.
createPanel() - Method in class adams.gui.chooser.DateTimeChooserPanel
Creates the panel to display in the dialog.
createPanel() - Method in class adams.gui.chooser.TimeChooserPanel
Creates the panel to display in the dialog.
createParamsFromOptions() - Method in class weka.classifiers.trees.XGBoost
Converts the options into a parameter map as expected by XGBoost.
createPartialFilename(File, int) - Static method in class adams.core.io.FileUtils
Creates a partial filename for the given file, based on how many parent directories should be included.
createPath(String) - Method in class adams.env.AbstractPropertiesDefinition
Creates a full path for the props file, from its path and filename.
createPath(String, String) - Method in class adams.env.AbstractPropertiesDefinition
Creates a full path for the props file, from its path and filename.
createPlaceholderFileObjectsTipText() - Method in class adams.data.conversion.StringToFile
Returns the tip text for this property.
createPlot(SpreadSheetTable, boolean, SpreadSheet, String, int[]) - Method in class adams.gui.core.spreadsheettable.JFreeChart
Plots the data.
createPlot(SpreadSheetTable, boolean, TDoubleArrayList, String) - Method in class adams.gui.core.spreadsheettable.Binning
Generates the plot.
createPlot(SpreadSheetTable, boolean, List<Double>[], String, String[]) - Method in class adams.gui.core.spreadsheettable.SimplePlot
Generates the plot.
createPlot(InstancesTablePopupMenuItemHelper.TableState, boolean, TDoubleArrayList, String) - Method in class adams.gui.visualization.instances.instancestable.Binning
Generates the plot.
createPlot(InstancesTable, boolean, SpreadSheet, String, int[]) - Method in class adams.gui.visualization.instances.instancestable.JFreeChart
Plots the data.
createPlot(InstancesTable, boolean, List<Double>[], String, String[]) - Method in class adams.gui.visualization.instances.instancestable.SimplePlot
Generates the plot.
createPopup() - Method in class adams.gui.goe.AbstractPropertyEditorSupport
Creates a popup menu.
createPopup(PropertySheetPanel, PropertyEditor) - Static method in class adams.gui.goe.VariableSupport
Creates a popup menu for variable management.
createPopup(MouseEvent) - Method in class adams.gui.core.AbstractNamedHistoryPanel
Generates the right-click menu for the JList.
createPopup(MouseEvent) - Method in class adams.gui.core.BufferHistoryPanel
Generates the right-click menu for the JList.
createPopup(MouseEvent) - Method in class adams.gui.core.MultiPagePane
Generates the right-click menu for the JList.
createPopup(MouseEvent) - Method in class adams.gui.core.SearchPanel
Generates a popup for the search field.
createPopup(MouseEvent) - Method in class adams.gui.flow.FlowMultiPagePane
Generates the right-click menu for the JList.
createPopup(MouseEvent) - Method in class adams.gui.help.HelpHistoryPanel
Generates the right-click menu for the JList.
createPopup(MouseEvent) - Method in class adams.gui.tools.ImageProcessorMultiPagePane
Generates the right-click menu for the JList.
createPopup(MouseEvent) - Method in class adams.gui.tools.NestedFormatViewerPanel
Creates a popup for the specified mouse event.
createPopup(MouseEvent) - Method in class adams.gui.tools.wekainvestigator.tab.AssociateTab.HistoryPanel
Generates the right-click menu for the JList.
createPopup(MouseEvent) - Method in class adams.gui.tools.wekainvestigator.tab.AttributeSelectionTab.HistoryPanel
Generates the right-click menu for the JList.
createPopup(MouseEvent) - Method in class adams.gui.tools.wekainvestigator.tab.ClassifyTab.HistoryPanel
Generates the right-click menu for the JList.
createPopup(MouseEvent) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.perfold.PerFoldMultiPagePane
Generates the right-click menu for the JList.
createPopup(MouseEvent) - Method in class adams.gui.tools.wekainvestigator.tab.ClusterTab.HistoryPanel
Generates the right-click menu for the JList.
createPopup(MouseEvent) - Method in class adams.gui.tools.wekainvestigator.tab.ExperimentTab.HistoryPanel
Generates the right-click menu for the JList.
createPopup(String[], ReportFactory.Table, int[]) - Static method in class adams.gui.visualization.report.reportfactory.AbstractTableAction
Assembles the popup menu for the table.
createPopupMenu() - Method in class adams.gui.core.DetachablePanel
Creates and returns the popup menu.
createPopupMenu() - Method in class adams.gui.goe.AbstractAdvancedScriptEditor
Creates the popup menu for "..." button.
createPopupMenu() - Method in class adams.gui.goe.AbstractSimpleScriptEditor
Creates the popup menu for "..." button.
createPopupMenu() - Method in class adams.gui.tools.wekainvestigator.output.AbstractOutputPanelWithPopupMenu
Creates and returns the popup menu.
createPopupMenu() - Method in class adams.gui.tools.wekainvestigator.tab.AbstractInvestigatorTab
Creates and returns the popup menu.
createPopupMenu() - Method in class adams.gui.visualization.object.CanvasPanel
Creates the popup.
createPrefix(int) - Method in class adams.data.boofcv.features.MultiBoofCVFeatureGenerator
Generates the prefix for the specified flattener.
createPrefix(int) - Method in class adams.data.image.features.MultiBufferedImageFeatureGenerator
Generates the prefix for the specified flattener.
createPrefix(int) - Method in class adams.data.opencv.features.MultiOpenCVFeatureGenerator
Generates the prefix for the specified generator.
createPrefix(int) - Method in class adams.flow.transformer.SpreadSheetMerge
Generates the prefix string.
createPrefix(AbstractOption) - Method in class adams.flow.processor.AbstractNameUpdater
Generates a logging prefix based on the option.
createPrefix(Instances, int) - Method in class adams.flow.transformer.WekaInstancesMerge
Generates the prefix for the dataset/index.
createPreview(File) - Method in class adams.gui.tools.previewbrowser.AbstractContentHandler
Creates the actual preview.
createPreview(File) - Method in class adams.gui.tools.previewbrowser.AbstractReportHandler
Creates the actual view.
createPreview(File) - Method in class adams.gui.tools.previewbrowser.AbstractSpreadSheetHandler
Creates the actual view.
createPreview(File) - Method in class adams.gui.tools.previewbrowser.ActualVsPredictedHandler
Creates the actual preview.
createPreview(File) - Method in class adams.gui.tools.previewbrowser.AnnotateImage
Creates the actual view.
createPreview(File) - Method in class adams.gui.tools.previewbrowser.AnnotationsAndPredictionsFromReport
Creates the actual view.
createPreview(File) - Method in class adams.gui.tools.previewbrowser.ApacheCommonsImageHandler
Creates the actual view.
createPreview(File) - Method in class adams.gui.tools.previewbrowser.ApacheCommonsImageMetaDataHandler
Creates the actual view.
createPreview(File) - Method in class adams.gui.tools.previewbrowser.BlueChannelImageHandler
Creates the actual view.
createPreview(File) - Method in class adams.gui.tools.previewbrowser.BoofCVImageHandler
Creates the actual view.
createPreview(File) - Method in class adams.gui.tools.previewbrowser.CocoAnnotationsHandler
Creates the actual view.
createPreview(File) - Method in class adams.gui.tools.previewbrowser.ColorDistributionHandler
Creates the actual view.
createPreview(File) - Method in class adams.gui.tools.previewbrowser.ConfusionMatrixHandler
Creates the actual preview.
createPreview(File) - Method in class adams.gui.tools.previewbrowser.ConsoleOutputHandler
Creates the actual view.
createPreview(File) - Method in interface adams.gui.tools.previewbrowser.ContentHandler
Creates the actual preview.
createPreview(File) - Method in class adams.gui.tools.previewbrowser.DeepLabCutCSVHandler
Creates the actual view.
createPreview(File) - Method in class adams.gui.tools.previewbrowser.DetectronAnnotationsHandler
Creates the actual view.
createPreview(File) - Method in class adams.gui.tools.previewbrowser.FileInfoHandler
Creates the actual view.
createPreview(File) - Method in class adams.gui.tools.previewbrowser.FlowHandler
Creates the actual view.
createPreview(File) - Method in class adams.gui.tools.previewbrowser.FromFileHandler
Creates the actual view.
createPreview(File) - Method in class adams.gui.tools.previewbrowser.GrayOrIndexedImageHandler
Creates the actual view.
createPreview(File) - Method in class adams.gui.tools.previewbrowser.GroovyHandler
Creates the actual view.
createPreview(File) - Method in class adams.gui.tools.previewbrowser.HexaDecimalHandler
Creates the actual view.
createPreview(File) - Method in class adams.gui.tools.previewbrowser.ImageClassificationHandler
Creates the actual view.
createPreview(File) - Method in class adams.gui.tools.previewbrowser.ImageHandler
Creates the actual view.
createPreview(File) - Method in class adams.gui.tools.previewbrowser.ImageMetaDataExtractorHandler
Creates the actual view.
createPreview(File) - Method in class adams.gui.tools.previewbrowser.ImageSegmentationAnnotationsHandler
Creates the actual preview.
createPreview(File) - Method in class adams.gui.tools.previewbrowser.IndexedPNGImageHandler
Creates the actual view.
createPreview(File) - Method in class adams.gui.tools.previewbrowser.InstanceExplorerHandler
Creates the actual view.
createPreview(File) - Method in class adams.gui.tools.previewbrowser.JsonPrettyPrintHandler
Creates the actual view.
createPreview(File) - Method in class adams.gui.tools.previewbrowser.JsonTreeViewHandler
Creates the actual view.
createPreview(File) - Method in class adams.gui.tools.previewbrowser.ObjectAnnotationsHandler
Creates the actual view.
createPreview(File) - Method in class adams.gui.tools.previewbrowser.ObjectAnnotationsReportHandler
Creates the actual view.
createPreview(File) - Method in class adams.gui.tools.previewbrowser.ObjectCentersFromReport
Creates the actual view.
createPreview(File) - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
Creates the actual view.
createPreview(File) - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
Creates the actual view.
createPreview(File) - Method in class adams.gui.tools.previewbrowser.PDFHandler
Creates the actual view.
createPreview(File) - Method in class adams.gui.tools.previewbrowser.PDFTextHandler
Creates the actual view.
createPreview(File) - Method in class adams.gui.tools.previewbrowser.PlainTextHandler
Creates the actual view.
createPreview(File) - Method in class adams.gui.tools.previewbrowser.PointsFromReportHandler
Creates the actual view.
createPreview(File) - Method in class adams.gui.tools.previewbrowser.PropertiesHandler
Creates the actual view.
createPreview(File) - Method in class adams.gui.tools.previewbrowser.ReportHandler
Creates the actual view.
createPreview(File) - Method in class adams.gui.tools.previewbrowser.ScriptHandler
Creates the actual view.
createPreview(File) - Method in class adams.gui.tools.previewbrowser.SerializedFileHandler
Creates the actual view.
createPreview(File) - Method in class adams.gui.tools.previewbrowser.SimpleImageSegmentationAnnotationsHandler
Creates the actual preview.
createPreview(File) - Method in class adams.gui.tools.previewbrowser.TrimapImageHandler
Creates the actual view.
createPreview(File) - Method in class adams.gui.tools.previewbrowser.VggXmlAnnotationHandler
Creates the actual view.
createPreview(File) - Method in class adams.gui.tools.previewbrowser.ViaAnnotationsHandler
Creates the actual view.
createPreview(File) - Method in class adams.gui.tools.previewbrowser.WekaDatasetHandler
Creates the actual view.
createPreview(File) - Method in class adams.gui.tools.previewbrowser.XMLHandler
Creates the actual view.
createPreview(File) - Method in class adams.gui.tools.previewbrowser.YamlHandler
Creates the actual view.
createPreview(File) - Method in class adams.gui.tools.previewbrowser.YoloAnnotationsHandler
Creates the actual view.
createPreview(File[]) - Method in class adams.gui.tools.previewbrowser.PreviewDisplay
Creates a preview for the files.
createPreview(Object) - Method in class adams.gui.tools.previewbrowser.AbstractSerializedObjectViewer
Creates the actual preview.
createPreview(Object) - Method in class adams.gui.tools.previewbrowser.DefaultSerializedObjectViewer
Creates the actual preview.
createPreview(Object) - Method in class adams.gui.tools.previewbrowser.GraphSource
Creates the actual preview.
createPreview(Object) - Method in class adams.gui.tools.previewbrowser.GraphVisualizer
Creates the actual preview.
createPreview(Object) - Method in class adams.gui.tools.previewbrowser.InterQuartileRangeViewer
Creates the actual preview.
createPreview(Object) - Method in class adams.gui.tools.previewbrowser.ObjectAnnotationsReportHandler
Creates the actual preview.
createPreview(Object) - Method in interface adams.gui.tools.previewbrowser.ObjectContentHandler
Creates the actual preview.
createPreview(Object) - Method in class adams.gui.tools.previewbrowser.ObjectInspectionViewer
Creates the actual preview.
createPreview(Object) - Method in class adams.gui.tools.previewbrowser.PlainTextHandler
Creates the actual preview.
createPreview(Object) - Method in class adams.gui.tools.previewbrowser.ReportHandler
Creates the actual preview.
createPreview(Object) - Method in class adams.gui.tools.previewbrowser.TreeVisualizer
Creates the actual preview.
createPropertiesFilename(String) - Method in class adams.env.AbstractEnvironment
Creates the full path for a props file, located in the project's home directory.
createPropertyKey(Class) - Method in class adams.gui.flow.tab.FlowTabManager
Creates the key for the property.
createPropertyKey(Class) - Method in class adams.gui.tools.spreadsheetviewer.tab.ViewerTabManager
Creates the key for the property.
createRange(Chunk) - Static method in class adams.core.DiffUtils
Creates a range string.
createRelationName(String, String, int, boolean) - Static method in class weka.classifiers.CrossValidationHelper
Generates a relation name for the current fold.
createRelationName(String, String, String, boolean) - Method in class weka.classifiers.LeaveOneOutByValueGenerator
Generates a relation name for the current value.
createRequirementError(Class) - Method in class adams.gui.scripting.AbstractCommandProcessor
Creates a default error message for the given requirement class.
createRightClickMenu() - Method in class adams.gui.core.BaseEditorPane
Creates a right-click popup menu.
createRow(int, String, Instances) - Method in class adams.flow.transformer.wekaclusterer.ClusterStatistics
Creates a new stats row.
createRow(Instance) - Method in class adams.flow.transformer.WekaInstanceDumper
Turns the row into the appropriate format.
createRunner(ExperimenterPanel) - Method in class adams.gui.tools.wekamultiexperimenter.io.AbstractExperimentIO
Creates an experiment runner thread object.
createRunner(ExperimenterPanel) - Method in class adams.gui.tools.wekamultiexperimenter.io.DefaultAdamsExperimentIO
Creates an experiment runner thread object.
createRunner(ExperimenterPanel) - Method in class adams.gui.tools.wekamultiexperimenter.io.DefaultWekaExperimentIO
Creates an experiment runner thread object.
createRunner(ExperimenterPanel) - Method in class adams.gui.tools.wekamultiexperimenter.io.RemoteWekaExperimentIO
Creates an experiment runner thread object.
createSequences() - Method in class adams.gui.visualization.core.AbstractHistogramPanel
Generates the sequence(s) from the data.
createSequences() - Method in class adams.gui.visualization.image.HistogramPanel
Generates the sequence(s) from the data.
createSession(String, int) - Method in class adams.scripting.connection.AbstractSSHConnection
Creates a new Session object, but does not connect or establish the tunnel.
createSession(String, int) - Method in class adams.scripting.connection.SSHConnection
Creates a new Session object, but does not connect or establish the tunnel.
createSimpleCellPopupMenu(MouseEvent) - Method in class adams.gui.core.BaseTable
Creates a simple cell popup menu.
createSimpleHeaderPopupMenu(MouseEvent) - Method in class adams.gui.core.BaseTable
Creates a simple header popup menu.
createStorageMenuItem(String) - Method in class adams.gui.flow.tree.menu.FindUsages
Creates a menu item for a storage item.
createStorageName(StorageName[], String) - Static method in class adams.flow.core.EncapsulateActors
Generates a storage name, ensuring that it doesn't interfere with storage items to keep.
createSubDirectoriesTipText() - Method in class adams.flow.transformer.CopyFile
Returns the tip text for this property.
createSubEvaluation(ClassifyTab.HistoryPanel, ResultItem, double[]) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.history.SubRangeEvaluation
Creates the sub-range evaluation and adds it to the history.
createSubEvaluation(PerFoldMultiPagePane, ResultItem, Evaluation, int, double[]) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.perfold.SubRangeEvaluation
Creates the sub-range evaluation and adds it to the pane.
createSubEvaluations(PerFoldMultiPagePane, ResultItem, Evaluation[], int[], double[]) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.perfold.SubRangeEvaluation
Creates the sub-range evaluation and adds it to the pane.
createSubImage() - Method in class adams.gui.visualization.image.ColorPickerPanel.ZoomPanel
Creates the focus sub image.
createSubmenu(SendToActionSupporter, JMenu) - Static method in class adams.gui.sendto.SendToActionUtils
Adds all the available sendto actions for the specified class to the submenu.
createTable() - Method in class adams.gui.visualization.container.AbstractContainerList
Creates a new table.
createTable() - Method in class adams.gui.visualization.timeseries.TimeseriesContainerList
Creates a new table.
createTable(SQLIntf) - Method in class adams.data.spreadsheet.sql.Writer
Creates the table.
createTableModel() - Method in class adams.flow.execution.AbstractFlowExecutionListenerWithTable
Creates a new table model with the current data.
createTableModel() - Method in class adams.flow.execution.CurrentlyExecuted
Creates a new table model with the current data.
createTableModel() - Method in class adams.flow.execution.ExecutionCounter
Creates a new table model with the current data.
createTableModel() - Method in class adams.flow.execution.Time
Creates a new table model with the current data.
createTeeToken(Token) - Method in class adams.flow.control.AbstractTee
Creates the token to tee-off.
createTeeToken(Token) - Method in class adams.flow.control.ContainerValuePicker
Creates the token to tee-off.
createTeeToken(Token) - Method in class adams.flow.control.Count
Creates the token to tee-off.
createTeeToken(Token) - Method in class adams.flow.control.JMap
Creates the token to tee-off.
createTeeToken(Token) - Method in class adams.flow.control.Rejector
Generates the output for the tee actor.
createTempFile(PlaceholderDirectory, String, String) - Static method in class adams.core.io.TempUtils
Creates a temp file name in the specified directory.
createTempFile(String) - Static method in class adams.core.io.TempUtils
Assembles a temp file in the user's temp directory.
createTempFile(String, String) - Static method in class adams.core.io.TempUtils
Creates a temp file name in the user's temp directory.
createTipText(String) - Method in class adams.gui.goe.AbstractPropertyEditorSupport
Creates a tip text from the given help string.
createTitle() - Method in class adams.flow.core.AbstractDisplay
Creates a title for the dialog.
createTitle() - Method in class adams.flow.transformer.AbstractInteractiveTransformerDialog
Creates a title for the dialog.
createTitle() - Method in class adams.flow.transformer.ProcessActor
Creates a title for the dialog.
createTitle(LogEntry) - Method in class adams.flow.sink.logview.AbstractLogEntryDialog
Generates a title for the entry.
createTitle(String) - Method in class adams.gui.application.AbstractApplicationFrame
creates and displays the title.
createTitle(String) - Method in class adams.terminal.application.AbstractTerminalApplication
creates and displays the title.
createTitle(HashSet<String>, String) - Method in class adams.flow.execution.MultiListener
Creates a new tab title, ensures uniqueness.
createToken(Object) - Method in class adams.flow.transformer.AbstractFilter
Creates the output token.
createToken(Object, Object) - Method in class adams.flow.transformer.WekaFilter
Creates a token with the data.
createToken(Date) - Method in class adams.flow.source.SelectDateTime
Creates a token from the provided date object.
createTreeVisualizer(Token) - Method in class adams.flow.sink.WekaTreeVisualizer
Creates a tree visualizer from the token.
createURL(AbstractDatabaseConnection) - Method in class adams.db.FacadeManager
Generates a URL that includes the user name.
createURL(AbstractDatabaseConnection) - Method in class adams.db.TableManager
Generates a URL that includes the user name.
createURL(AbstractDatabaseConnection) - Method in class adams.db.wrapper.WrapperManager
Generates a URL that includes the user name.
createURL(String, String, BasePassword) - Method in class adams.db.DatabaseManager
Generates a URL that includes the user name.
createURL(T) - Method in class adams.db.DatabaseManager
Generates a URL that includes the user name.
createUrlFilename(String, String, String, String, String) - Static method in class adams.core.net.InternetHelper
Constructs a filename, ensuring that the URL is encoded properly.
createValidName(String) - Static method in class adams.core.Variables
Creates a valid variable name.
createVariableMenuItem(String) - Method in class adams.gui.flow.tree.menu.FindUsages
Creates a menu item for a variable.
createViewMenu() - Method in class adams.flow.sink.Display
Creates the "Edit" menu.
createViewMenu() - Method in class adams.flow.sink.HistoryDisplay
Creates the "Edit" menu.
createViewTipText() - Method in interface adams.data.spreadsheet.SpreadSheetViewCreator
Returns the tip text for this property.
createViewTipText() - Method in interface adams.data.weka.InstancesViewCreator
Returns the tip text for this property.
createViewTipText() - Method in class adams.flow.transformer.SpreadSheetColumnFilter
Returns the tip text for this property.
createViewTipText() - Method in class adams.flow.transformer.SpreadSheetRandomSystematicSample
Returns the tip text for this property.
createViewTipText() - Method in class adams.flow.transformer.SpreadSheetRowFilter
Returns the tip text for this property.
createViewTipText() - Method in class adams.flow.transformer.SpreadSheetSubset
Returns the tip text for this property.
createViewTipText() - Method in class adams.flow.transformer.SpreadSheetSubsetFromGroup
Returns the tip text for this property.
createViewTipText() - Method in class adams.flow.transformer.WekaCrossValidationSplit
Returns the tip text for this property.
createViewTipText() - Method in class adams.flow.transformer.WekaRandomSplit
Returns the tip text for this property.
createWindowAdapter() - Method in class adams.gui.goe.AbstractPropertyEditorSupport
Creates the window adapater to attach.
CreatingPreviewPanel - Class in adams.gui.tools.previewbrowser
Dummy preview displayed while creating an actual preview.
CreatingPreviewPanel() - Constructor for class adams.gui.tools.previewbrowser.CreatingPreviewPanel
Initializes the panel.
creationTimestampTipText() - Method in class adams.data.io.output.GnumericSpreadSheetWriter
Returns the tip text for this property.
CREDENTIALS - adams.core.net.SSHAuthenticationType
 
criteriaTipText() - Method in class adams.opt.genetic.stopping.MultiStoppingCriterion
Returns the tip text for this property.
CROATION - adams.flow.core.TesseractLanguage
 
Cron - Class in adams.flow.control.flowrestart.trigger
Triggers the restart according to the specified schedule.
Cron - Class in adams.flow.standalone
Executes an actor according to a pre-defined schedule.
Note: since the actor merely starts the cron scheduler in the background, the actor finishes the execution pretty much immediately.
Cron() - Constructor for class adams.flow.control.flowrestart.trigger.Cron
 
Cron() - Constructor for class adams.flow.standalone.Cron
 
Cron.CronJob - Class in adams.flow.control.flowrestart.trigger
Encapsulates a job to run.
Cron.CronJob - Class in adams.flow.standalone
Encapsulates a job to run.
cronActorsTipText() - Method in class adams.flow.standalone.Cron
Returns the tip text for this property.
CronJob() - Constructor for class adams.flow.control.flowrestart.trigger.Cron.CronJob
 
CronJob() - Constructor for class adams.flow.control.flowrestart.trigger.MetaCron.CronJob
 
CronJob() - Constructor for class adams.flow.standalone.Cron.CronJob
 
CronSchedule - Class in adams.core.base
Encapsulates a cron schedule.
CronSchedule() - Constructor for class adams.core.base.CronSchedule
Initializes with the default schedule.
CronSchedule(String) - Constructor for class adams.core.base.CronSchedule
Initializes the object with the specified schedule.
CronScheduleEditor - Class in adams.gui.goe
A PropertyEditor for CronSchedule objects.
CronScheduleEditor() - Constructor for class adams.gui.goe.CronScheduleEditor
 
CronScheduleParsing - Class in adams.core.option.parsing
For parsing CronSchedule options.
CronScheduleParsing() - Constructor for class adams.core.option.parsing.CronScheduleParsing
 
crop(BufferedImage) - Method in class adams.data.image.transformer.crop.AbstractCropAlgorithm
Crops the image.
crop(T) - Method in interface adams.data.image.CropAlgorithm
Crops the image.
Crop - Class in adams.gui.visualization.image.selection
Crops the image to the current selection and stores crop information in the report (prefix: Crop.).
Crop() - Constructor for class adams.gui.visualization.image.selection.Crop
 
CROP_BOTTOM - Static variable in interface adams.data.image.CropAlgorithm
the constant for the bottom.
CROP_LEFT - Static variable in interface adams.data.image.CropAlgorithm
the constant for the left.
CROP_RIGHT - Static variable in interface adams.data.image.CropAlgorithm
the constant for the right.
CROP_TOP - Static variable in interface adams.data.image.CropAlgorithm
the constant for the top.
CropAlgorithm<T> - Interface in adams.data.image
Interface for crop algorithms.
CropBackground - Class in adams.data.image.transformer.crop
Picks the background at the specified anchor position and crops to the smallest possible rectangle.
CropBackground() - Constructor for class adams.data.image.transformer.crop.CropBackground
 
CroppedLocator - Class in adams.flow.transformer.locateobjects
Uses the defined crop algorithm to first crop the image before locating objects.
CroppedLocator() - Constructor for class adams.flow.transformer.locateobjects.CroppedLocator
 
Cropping - Class in adams.data.image.transformer
Crops the images passing through using the specified crop algorithm.
Cropping() - Constructor for class adams.data.image.transformer.Cropping
 
cropTipText() - Method in class adams.flow.transformer.locateobjects.CroppedLocator
Returns the tip text for this property.
cropTipText() - Method in class adams.flow.transformer.locateobjects.XScreenMaskLocator
Returns the tip text for this property.
Cross - Class in adams.gui.visualization.jfreechart.shape
Generates a cross.
Cross() - Constructor for class adams.gui.visualization.jfreechart.shape.Cross
 
CROSS - adams.gui.tools.spreadsheetviewer.chart.ScatterPlot.PlotType
 
CROSS_VALIDATION - adams.flow.sink.WekaExperimentGenerator.EvaluationType
cross-validation.
Cross.Type - Enum in adams.gui.visualization.jfreechart.shape
Enumeration of type of cross.
crosshair(int) - Static method in class adams.gui.core.Cursors
Creates a cross-hair cursor with the specified diameter.
crosshair(int, double) - Static method in class adams.gui.core.Cursors
Creates a cross-hair cursor with the specified diameter.
CrossHairTracker - Class in adams.gui.visualization.core
A cross-hair mouse movement tracker.
CrossHairTracker() - Constructor for class adams.gui.visualization.core.CrossHairTracker
 
CrossHitDetector - Class in adams.gui.visualization.sequence
Detects selections of crosses.
CrossHitDetector() - Constructor for class adams.gui.visualization.sequence.CrossHitDetector
Initializes the hit detector (constructor only for GOE) with no owner.
CrossHitDetector(XYSequencePaintlet) - Constructor for class adams.gui.visualization.sequence.CrossHitDetector
Initializes the hit detector.
CrossPaintlet - Class in adams.gui.visualization.sequence
Paintlet for simply painting crosses at the specified X-Y position.
CrossPaintlet() - Constructor for class adams.gui.visualization.sequence.CrossPaintlet
 
CrossPlatform - Class in adams.gui.laf
Metal look and feel.
CrossPlatform() - Constructor for class adams.gui.laf.CrossPlatform
 
CROSSREF - adams.core.TechnicalInformation.Field
The database key of the entry being cross referenced.
CROSSREF_PREFIX - Static variable in class adams.core.net.HtmlUtils
the prefix to use in URLs.
CrossReference - Interface in adams.core
Ancestor for cross-reference interfaces.
crossValidate(Instances, int) - Method in class weka.filters.supervised.instance.RemoveOutliers
Cross-validates the classifier on the given data.
CrossValidation - Class in adams.flow.transformer.preparefilebaseddataset
Generates cross-validation folds.
CrossValidation - Class in adams.gui.tools.wekainvestigator.tab.attseltab.evaluation
Performs cross-validation.
CrossValidation - Class in adams.gui.tools.wekainvestigator.tab.classifytab.evaluation
Performs cross-validation.
CrossValidation - Class in adams.gui.tools.wekainvestigator.tab.clustertab.evaluation
Performs cross-validation.
CrossValidation() - Constructor for class adams.flow.transformer.preparefilebaseddataset.CrossValidation
 
CrossValidation() - Constructor for class adams.gui.tools.wekainvestigator.tab.attseltab.evaluation.CrossValidation
 
CrossValidation() - Constructor for class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.CrossValidation
 
CrossValidation() - Constructor for class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.CrossValidation
 
CrossValidationExperiment - Class in adams.gui.tools.wekamultiexperimenter.experiment
Performs cross-validation.
CrossValidationExperiment() - Constructor for class adams.gui.tools.wekamultiexperimenter.experiment.CrossValidationExperiment
 
CrossValidationExperiment.CrossValidationExperimentJob - Class in adams.gui.tools.wekamultiexperimenter.experiment
Performs cross-validation on the classifier/data combination.
CrossValidationExperimentJob(CrossValidationExperiment, int, Classifier, Instances) - Constructor for class adams.gui.tools.wekamultiexperimenter.experiment.CrossValidationExperiment.CrossValidationExperimentJob
Initializes the run.
CrossValidationFoldGenerator<I,​O> - Interface in adams.data.splitgenerator
Interface for generating cross-validation folds.
CrossValidationFoldGenerator - Interface in weka.classifiers
Interface for generating cross-validation folds.
CrossValidationGenerator - Class in adams.data.splitgenerator.generic.crossvalidation
For generating cross-validation splits.
CrossValidationGenerator() - Constructor for class adams.data.splitgenerator.generic.crossvalidation.CrossValidationGenerator
Initializes the cross-validation.
CrossValidationHelper - Class in weka.classifiers
Helper class for cross-validation.
CrossValidationHelper() - Constructor for class weka.classifiers.CrossValidationHelper
 
crossValidationIndices() - Method in interface adams.data.splitgenerator.CrossValidationFoldGenerator
Returns the cross-validation indices.
crossValidationIndices() - Method in class adams.ml.evaluation.DefaultCrossValidationFoldGenerator
Returns the cross-validation indices.
crossValidationIndices() - Method in class weka.classifiers.BinnedNumericClassCrossValidationFoldGenerator
Returns the cross-validation indices.
crossValidationIndices() - Method in interface weka.classifiers.CrossValidationFoldGenerator
Returns the cross-validation indices.
crossValidationIndices() - Method in class weka.classifiers.DefaultCrossValidationFoldGenerator
Returns the cross-validation indices.
crossValidationIndices() - Method in class weka.classifiers.GroupedBinnedNumericClassCrossValidationFoldGenerator
Returns the cross-validation indices.
crossValidationIndices() - Method in class weka.classifiers.GroupedCrossValidationFoldGenerator
Returns the cross-validation indices.
crossValidationIndices() - Method in class weka.classifiers.GroupedCrossValidationFoldGeneratorUsingNumericClassValues
Returns the cross-validation indices.
crossValidationIndices(Instances, int, Random) - Static method in class weka.classifiers.CrossValidationHelper
Returns the indices from the original dataset for tracing the predictions back to the original dataset (stratified).
crossValidationIndices(Instances, int, Random, boolean) - Static method in class weka.classifiers.CrossValidationHelper
Returns the indices from the original dataset for tracing the predictions back to the original dataset.
crossValidationSeedTipText() - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm
Returns the tip text for this property.
crossValidationSeedTipText() - Method in class adams.opt.optimise.genetic.fitnessfunctions.AbstractWEKAFitnessFunction
Returns the tip text for this property.
CrossValidationSetup - Class in adams.gui.tools.wekainvestigator.tab.experimenttab.setup
Setup for a cross-validation experiment.
CrossValidationSetup() - Constructor for class adams.gui.tools.wekainvestigator.tab.experimenttab.setup.CrossValidationSetup
 
CROWN_OCTAVO - adams.flow.transformer.pdfproclet.PageSize
 
CROWN_QUARTO - adams.flow.transformer.pdfproclet.PageSize
 
CSSTipText() - Method in class adams.flow.sink.Html4Display
Returns the tip text for this property.
CSV - adams.flow.sink.WekaExperimentGenerator.ResultFormat
CSV.
CSV - adams.flow.transformer.WekaInstanceDumper.OutputFormat
comma-separated.
CsvNotesReader - Class in adams.gui.tools.previewbrowser.notes
Reads notes in CSV format.
CsvNotesReader() - Constructor for class adams.gui.tools.previewbrowser.notes.CsvNotesReader
 
CsvNotesWriter - Class in adams.gui.tools.previewbrowser.notes
Writes the notes in CSV format.
CsvNotesWriter() - Constructor for class adams.gui.tools.previewbrowser.notes.CsvNotesWriter
 
CsvOutputPanel - Class in adams.gui.tools.wekamultiexperimenter.setup.weka
Stores the results in a CSV file.
CsvOutputPanel() - Constructor for class adams.gui.tools.wekamultiexperimenter.setup.weka.CsvOutputPanel
 
CsvSpreadSheetHandler - Class in adams.gui.tools.previewbrowser
Displays the following spreadsheet types: csv,csv.gz

Valid options are:

CsvSpreadSheetHandler() - Constructor for class adams.gui.tools.previewbrowser.CsvSpreadSheetHandler
 
CsvSpreadSheetReader - Class in adams.data.io.input
Reads CSV files.
It is possible to force columns to be text.
CsvSpreadSheetReader() - Constructor for class adams.data.io.input.CsvSpreadSheetReader
 
CsvSpreadSheetReader.ChunkReader - Class in adams.data.io.input
Reads CSV files chunk by chunk.
CsvSpreadSheetWriter - Class in adams.data.io.output
Writes CSV files.
CsvSpreadSheetWriter() - Constructor for class adams.data.io.output.CsvSpreadSheetWriter
 
cTipText() - Method in class adams.data.distribution.Triangular
Returns the tip text for this property.
CTipText() - Method in class adams.data.instancesanalysis.pls.PRM
Returns the tip text for this property
ctrlDownTipText() - Method in class adams.gui.visualization.image.leftclick.AbstractLeftClickProcessor
Returns the tip text for this property.
ctrlDownTipText() - Method in class adams.gui.visualization.object.mouseclick.AbstractMouseClickProcessor
Returns the tip text for this property.
current(String) - Method in class adams.core.NamedCounter
Returns the current counter value.
CURRENT_OBJECT - Static variable in class adams.core.discovery.PropertyPath.Path
the path for the current object (only used at root).
CurrentFlow - Class in adams.flow.source
Outputs the current flow, i.e., itself.
CurrentFlow() - Constructor for class adams.flow.source.CurrentFlow
 
currentInput() - Method in class adams.flow.control.AbstractTee
Returns the current input token, if any.
currentInput() - Method in class adams.flow.control.Branch
Returns the current input token, if any.
currentInput() - Method in class adams.flow.control.CallableActorScreenshot
Returns the current input token, if any.
currentInput() - Method in class adams.flow.control.ClearCallableDisplay
Returns the current input token, if any.
currentInput() - Method in class adams.flow.control.CloseCallableDisplay
Returns the current input token, if any.
currentInput() - Method in class adams.flow.control.DesktopScreenshot
Returns the current input token, if any.
currentInput() - Method in class adams.flow.control.IfThenElse
Returns the current input token, if any.
currentInput() - Method in class adams.flow.control.LoadBalancer
Returns the current input token, if any.
currentInput() - Method in class adams.flow.control.LocalScopeTransformer
Returns the current input token, if any.
currentInput() - Method in class adams.flow.control.Sequence
Returns the current input token, if any.
currentInput() - Method in class adams.flow.control.Stop
Returns the current input token, if any.
currentInput() - Method in class adams.flow.control.Switch
Returns the current input token, if any.
currentInput() - Method in class adams.flow.control.TryCatch
Returns the current input token, if any.
currentInput() - Method in class adams.flow.control.UpdateCallableDisplay
Returns the current input token, if any.
currentInput() - Method in class adams.flow.control.UpdateProperties
Returns the current input token, if any.
currentInput() - Method in class adams.flow.control.WhileLoop
Returns the current input token, if any.
currentInput() - Method in class adams.flow.core.AbstractDisplay
Returns the current input token, if any.
currentInput() - Method in interface adams.flow.core.InputConsumer
Returns the current input token, if any.
currentInput() - Method in class adams.flow.sink.AbstractSink
Returns the current input token, if any.
currentInput() - Method in class adams.flow.sink.CallableSink
Returns the current input token, if any.
currentInput() - Method in class adams.flow.sink.CopyCallableSink
Returns the current input token, if any.
currentInput() - Method in class adams.flow.sink.ExternalSink
Returns the current input token, if any.
currentInput() - Method in class adams.flow.sink.Groovy
Returns the current input token, if any.
currentInput() - Method in class adams.flow.sink.IncludeExternalSink
Returns the current input token, if any.
currentInput() - Method in class adams.flow.sink.Scripted
Returns the current input token, if any.
currentInput() - Method in class adams.flow.sink.TemplateSink
Returns the current input token, if any.
currentInput() - Method in class adams.flow.transformer.AbstractTransformer
Returns the current input token, if any.
currentInput() - Method in class adams.flow.transformer.CallableTransformer
Returns the current input token, if any.
currentInput() - Method in class adams.flow.transformer.CopyCallableTransformer
Returns the current input token, if any.
currentInput() - Method in class adams.flow.transformer.ExternalTransformer
Returns the current input token, if any.
currentInput() - Method in class adams.flow.transformer.Groovy
Returns the current input token, if any.
currentInput() - Method in class adams.flow.transformer.IncludeExternalTransformer
Returns the current input token, if any.
currentInput() - Method in class adams.flow.transformer.Scripted
Returns the current input token, if any.
currentInput() - Method in class adams.flow.transformer.SetProperty
Returns the current input token, if any.
currentInput() - Method in class adams.flow.transformer.TemplateTransformer
Returns the current input token, if any.
currentInput() - Method in class adams.flow.transformer.UpdateProperty
Returns the current input token, if any.
CurrentlyExecuted - Class in adams.flow.execution
Shows what actors are currently being executed.
CurrentlyExecuted() - Constructor for class adams.flow.execution.CurrentlyExecuted
 
CurrentTime - Class in adams.flow.source
CurrentTime() - Constructor for class adams.flow.source.CurrentTime
 
CurrentTime.TimeType - Enum in adams.flow.source
what time to output.
currentValue() - Method in class adams.gui.goe.VariableNameValuePairEditor
 
Cursors - Class in adams.gui.core
For creating cursors.
Cursors() - Constructor for class adams.gui.core.Cursors
 
Custom - Class in adams.data.image.luminance
Custom luminance parameters.
Custom() - Constructor for class adams.data.image.luminance.Custom
 
CUSTOM - adams.data.conversion.ExtractDateTimeField.DateTimeField
other, defined via format string.
CUSTOM_ADAMS_READER - Static variable in class adams.gui.menu.MakeCompatibleDatasets
 
CUSTOM_COMPONENT - adams.gui.core.PropertiesParameterPanel.PropertyType
custom component.
CUSTOM_WEKA_FILE_LOADER - Static variable in class adams.gui.menu.MakeCompatibleDatasets
 
CustomClassManager - Interface in adams.core.classmanager
Interface for classes that load classes.
CustomColorImageIcon - Class in adams.gui.core
A specialized ImageIcon that simply fills in a rectangle with the specified color.
CustomColorImageIcon(int, int, Color) - Constructor for class adams.gui.core.CustomColorImageIcon
Initializes the icon.
CustomColorProvider - Class in adams.gui.visualization.core
Allows the user to define colors.
CustomColorProvider() - Constructor for class adams.gui.visualization.core.CustomColorProvider
Default constructors.
CustomColorProvider(Color[]) - Constructor for class adams.gui.visualization.core.CustomColorProvider
Allows setting the colors immediately.
CustomColorTextField() - Constructor for class adams.gui.core.BaseColorTextField.CustomColorTextField
Constructs a new TextField.
CustomColorTextField(Color) - Constructor for class adams.gui.core.BaseColorTextField.CustomColorTextField
Constructs a new TextField.
customColumnHeadersTipText() - Method in class adams.data.io.input.AbstractExcelSpreadSheetReader
Returns the tip text for this property.
customColumnHeadersTipText() - Method in class adams.data.io.input.CsvSpreadSheetReader
Returns the tip text for this property.
customColumnHeadersTipText() - Method in class adams.data.io.input.FastCsvSpreadSheetReader
Returns the tip text for this property.
customColumnHeadersTipText() - Method in class adams.data.io.input.FixedTabularSpreadSheetReader
Returns the tip text for this property.
customColumnHeadersTipText() - Method in class adams.data.io.input.GnumericSpreadSheetReader
Returns the tip text for this property.
customColumnHeadersTipText() - Method in interface adams.data.io.input.NoHeaderSpreadSheetReader
Returns the tip text for this property.
customColumnHeadersTipText() - Method in class adams.data.io.input.ODFSpreadSheetReader
Returns the tip text for this property.
customColumnHeadersTipText() - Method in class adams.data.io.input.SimpleCsvSpreadSheetReader
Returns the tip text for this property.
customColumnHeadersTipText() - Method in class adams.data.io.input.SimpleStreamSpreadSheetReader
Returns the tip text for this property.
customColumnHeadersTipText() - Method in class adams.data.io.input.SqlDumpSpreadSheetReader
Returns the tip text for this property.
CustomDisplayStringProvider - Interface in adams.core
For classes that do not implement the OptionHandler interface and want to provide a custom display string in the GenericObjectEditor, which is more descriptive than the class name.
customFormatTipText() - Method in class adams.data.filter.TimeseriesShiftTimestamps
Returns the tip text for this property.
customFormatTipText() - Method in class adams.flow.transformer.timeseriessplit.ReportDate
Returns the tip text for this property.
customFormatTipText() - Method in class adams.gui.visualization.core.AxisPanelOptions
Returns the tip text for this property.
customHandlerTipText() - Method in class adams.flow.transformer.FindInFile
Returns the tip text for this property.
customHeightTipText() - Method in class adams.gui.print.JComponentWriter
Returns the tip text for this property.
CustomHooksOption - Class in adams.core.option
Option class for options with custom hooks for valueOf and toString.
CustomHooksOption(OptionManager, String, String, Object, boolean, UserMode) - Constructor for class adams.core.option.CustomHooksOption
Initializes the option.
CustomHooksOption(OptionManager, String, String, Object, UserMode) - Constructor for class adams.core.option.CustomHooksOption
Initializes the option.
CustomizableTool - Interface in adams.gui.visualization.object.tools
Interface for tools that can apply options.
CustomizableTool - Interface in adams.gui.visualization.segmentation.tool
Interface for tools with options.
customize(GenericObjectEditorPopupMenu, PropertyEditor, JComponent) - Method in class adams.gui.goe.popupmenu.AbstractGenericObjectEditorPopupMenuCustomizer
Customizes the GOE popup menu.
customize(GenericObjectEditorPopupMenu, PropertyEditor, JComponent) - Method in interface adams.gui.goe.popupmenu.GenericObjectEditorPopupMenuCustomizer
Customizes the GOE popup menu.
customize(AbstractContainerListPopupCustomizer.Context<Instance, InstanceContainerManager, InstanceContainer>, JPopupMenu) - Method in class adams.gui.visualization.instance.containerlistpopup.SaveAs
Returns a popup menu for the table of the container list.
customize(AbstractContainerListPopupCustomizer.Context<Instance, InstanceContainerManager, InstanceContainer>, JPopupMenu) - Method in class adams.gui.visualization.instance.containerlistpopup.ViewAsTable
Returns a popup menu for the table of the container list.
customize(AbstractContainerListPopupCustomizer.Context<XYSequence, XYSequenceContainerManager, XYSequenceContainer>, JPopupMenu) - Method in class adams.gui.visualization.sequence.containerlistpopup.SaveAs
Returns a popup menu for the table of the container list.
customize(AbstractContainerListPopupCustomizer.Context<XYSequence, XYSequenceContainerManager, XYSequenceContainer>, JPopupMenu) - Method in class adams.gui.visualization.sequence.containerlistpopup.ViewAsTable
Returns a popup menu for the table of the container list.
customize(AbstractContainerListPopupCustomizer.Context<Timeseries, TimeseriesContainerManager, TimeseriesContainer>, JPopupMenu) - Method in class adams.gui.visualization.timeseries.containerlistpopup.Information
Returns a popup menu for the table of the container list.
customize(AbstractContainerListPopupCustomizer.Context<Timeseries, TimeseriesContainerManager, TimeseriesContainer>, JPopupMenu) - Method in class adams.gui.visualization.timeseries.containerlistpopup.Reports
Returns a popup menu for the table of the container list.
customize(AbstractContainerListPopupCustomizer.Context<Timeseries, TimeseriesContainerManager, TimeseriesContainer>, JPopupMenu) - Method in class adams.gui.visualization.timeseries.containerlistpopup.ViewAsTable
Returns a popup menu for the table of the container list.
customize(AbstractContainerListPopupCustomizer.Context<SpreadSheetRow, SpreadSheetRowContainerManager, SpreadSheetRowContainer>, JPopupMenu) - Method in class adams.gui.visualization.spreadsheet.containerlistpopup.SaveAs
Returns a popup menu for the table of the container list.
customize(AbstractContainerListPopupCustomizer.Context<SpreadSheetRow, SpreadSheetRowContainerManager, SpreadSheetRowContainer>, JPopupMenu) - Method in class adams.gui.visualization.spreadsheet.containerlistpopup.ViewAsTable
Returns a popup menu for the table of the container list.
customize(AbstractContainerListPopupCustomizer.Context<T, M, C>, JPopupMenu) - Method in class adams.gui.visualization.container.datacontainerpanel.containerlistpopup.AbstractContainerListPopupCustomizer
Returns a popup menu for the table of the container list.
customize(AbstractContainerListPopupCustomizer.Context<T, M, C>, JPopupMenu) - Method in class adams.gui.visualization.container.datacontainerpanel.containerlistpopup.ChooseColor
Returns a popup menu for the table of the container list.
customize(AbstractContainerListPopupCustomizer.Context<T, M, C>, JPopupMenu) - Method in class adams.gui.visualization.container.datacontainerpanel.containerlistpopup.CopyID
Returns a popup menu for the table of the container list.
customize(AbstractContainerListPopupCustomizer.Context<T, M, C>, JPopupMenu) - Method in class adams.gui.visualization.container.datacontainerpanel.containerlistpopup.HideAll
Returns a popup menu for the table of the container list.
customize(AbstractContainerListPopupCustomizer.Context<T, M, C>, JPopupMenu) - Method in class adams.gui.visualization.container.datacontainerpanel.containerlistpopup.Notes
Returns a popup menu for the table of the container list.
customize(AbstractContainerListPopupCustomizer.Context<T, M, C>, JPopupMenu) - Method in class adams.gui.visualization.container.datacontainerpanel.containerlistpopup.Remove
Returns a popup menu for the table of the container list.
customize(AbstractContainerListPopupCustomizer.Context<T, M, C>, JPopupMenu) - Method in class adams.gui.visualization.container.datacontainerpanel.containerlistpopup.RemoveAll
Returns a popup menu for the table of the container list.
customize(AbstractContainerListPopupCustomizer.Context<T, M, C>, JPopupMenu) - Method in class adams.gui.visualization.container.datacontainerpanel.containerlistpopup.ShowAll
Returns a popup menu for the table of the container list.
customize(AbstractContainerListPopupCustomizer.Context<T, M, C>, JPopupMenu) - Method in class adams.gui.visualization.container.datacontainerpanel.containerlistpopup.StoreColorInReport
Returns a popup menu for the table of the container list.
customize(AbstractContainerListPopupCustomizer.Context<T, M, C>, JPopupMenu) - Method in class adams.gui.visualization.container.datacontainerpanel.containerlistpopup.StoreValueInReport
Returns a popup menu for the table of the container list.
customize(AbstractContainerListPopupCustomizer.Context<T, M, C>, JPopupMenu) - Method in class adams.gui.visualization.container.datacontainerpanel.containerlistpopup.ToggleVisibility
Returns a popup menu for the table of the container list.
customize(AbstractContainerListPopupCustomizer.Context<T, M, C>, JPopupMenu) - Method in class adams.gui.visualization.container.datacontainerpanel.containerlistpopup.UpdateID
Returns a popup menu for the table of the container list.
customize(DataContainerPanelWithContainerList<Instance, InstanceContainerManager, InstanceContainer>, MouseEvent, JPopupMenu) - Method in class adams.gui.visualization.instance.plotpopup.Adjust
Returns a popup menu for the table of the container list.
customize(DataContainerPanelWithContainerList<Instance, InstanceContainerManager, InstanceContainer>, MouseEvent, JPopupMenu) - Method in class adams.gui.visualization.instance.plotpopup.Histogram
Returns a popup menu for the table of the container list.
customize(DataContainerPanelWithContainerList<Instance, InstanceContainerManager, InstanceContainer>, MouseEvent, JPopupMenu) - Method in class adams.gui.visualization.instance.plotpopup.SaveVisible
Returns a popup menu for the table of the container list.
customize(DataContainerPanelWithContainerList<Instance, InstanceContainerManager, InstanceContainer>, MouseEvent, JPopupMenu) - Method in class adams.gui.visualization.instance.plotpopup.Viewport
Returns a popup menu for the table of the container list.
customize(DataContainerPanelWithContainerList<Instance, InstanceContainerManager, InstanceContainer>, MouseEvent, JPopupMenu) - Method in class adams.gui.visualization.timeseries.plotpopup.SaveVisible
Returns a popup menu for the table of the container list.
customize(DataContainerPanelWithContainerList<XYSequence, XYSequenceContainerManager, XYSequenceContainer>, MouseEvent, JPopupMenu) - Method in class adams.gui.visualization.sequence.plotpopup.Adjust
Returns a popup menu for the table of the container list.
customize(DataContainerPanelWithContainerList<XYSequence, XYSequenceContainerManager, XYSequenceContainer>, MouseEvent, JPopupMenu) - Method in class adams.gui.visualization.sequence.plotpopup.Hits
Returns a popup menu for the table of the container list.
customize(DataContainerPanelWithContainerList<XYSequence, XYSequenceContainerManager, XYSequenceContainer>, MouseEvent, JPopupMenu) - Method in class adams.gui.visualization.sequence.plotpopup.Resize
Returns a popup menu for the table of the container list.
customize(DataContainerPanelWithContainerList<XYSequence, XYSequenceContainerManager, XYSequenceContainer>, MouseEvent, JPopupMenu) - Method in class adams.gui.visualization.sequence.plotpopup.SaveVisibleDataPoints
Returns a popup menu for the table of the container list.
customize(DataContainerPanelWithContainerList<XYSequence, XYSequenceContainerManager, XYSequenceContainer>, MouseEvent, JPopupMenu) - Method in class adams.gui.visualization.sequence.plotpopup.SaveVisibleSequences
Returns a popup menu for the table of the container list.
customize(DataContainerPanelWithContainerList<Timeseries, TimeseriesContainerManager, TimeseriesContainer>, MouseEvent, JPopupMenu) - Method in class adams.gui.visualization.timeseries.plotpopup.Adjust
Returns a popup menu for the table of the container list.
customize(DataContainerPanelWithContainerList<Timeseries, TimeseriesContainerManager, TimeseriesContainer>, MouseEvent, JPopupMenu) - Method in class adams.gui.visualization.timeseries.plotpopup.Statistics
Returns a popup menu for the table of the container list.
customize(DataContainerPanelWithContainerList<SpreadSheetRow, SpreadSheetRowContainerManager, SpreadSheetRowContainer>, MouseEvent, JPopupMenu) - Method in class adams.gui.visualization.spreadsheet.plotpopup.Adjust
Returns a popup menu for the table of the container list.
customize(DataContainerPanelWithContainerList<SpreadSheetRow, SpreadSheetRowContainerManager, SpreadSheetRowContainer>, MouseEvent, JPopupMenu) - Method in class adams.gui.visualization.spreadsheet.plotpopup.Histogram
Returns a popup menu for the table of the container list.
customize(DataContainerPanelWithContainerList<SpreadSheetRow, SpreadSheetRowContainerManager, SpreadSheetRowContainer>, MouseEvent, JPopupMenu) - Method in class adams.gui.visualization.spreadsheet.plotpopup.SaveVisible
Returns a popup menu for the table of the container list.
customize(DataContainerPanelWithContainerList<SpreadSheetRow, SpreadSheetRowContainerManager, SpreadSheetRowContainer>, MouseEvent, JPopupMenu) - Method in class adams.gui.visualization.spreadsheet.plotpopup.Viewport
Returns a popup menu for the table of the container list.
customize(DataContainerPanelWithContainerList<T, M, C>, MouseEvent, JPopupMenu) - Method in class adams.gui.visualization.container.datacontainerpanel.plotpopup.AbstractPlotPopupCustomizer
Returns a popup menu for the table of the container list.
customize(DataContainerPanelWithContainerList<T, M, C>, MouseEvent, JPopupMenu) - Method in class adams.gui.visualization.container.datacontainerpanel.plotpopup.AntiAliasing
Returns a popup menu for the table of the container list.
customize(DataContainerPanelWithContainerList<T, M, C>, MouseEvent, JPopupMenu) - Method in class adams.gui.visualization.container.datacontainerpanel.plotpopup.Markers
Returns a popup menu for the table of the container list.
customize(DataContainerPanelWithContainerList<T, M, C>, MouseEvent, JPopupMenu) - Method in class adams.gui.visualization.container.datacontainerpanel.plotpopup.Notes
Returns a popup menu for the table of the container list.
customize(DataContainerPanelWithContainerList<T, M, C>, MouseEvent, JPopupMenu) - Method in class adams.gui.visualization.container.datacontainerpanel.plotpopup.SendTo
Returns a popup menu for the table of the container list.
customize(DataContainerPanelWithContainerList<T, M, C>, MouseEvent, JPopupMenu) - Method in class adams.gui.visualization.container.datacontainerpanel.plotpopup.SidePanel
Returns a popup menu for the table of the container list.
customizeDropDownButton(BaseButtonWithDropDownMenu, String, PreviewDisplay) - Method in class adams.gui.tools.previewbrowser.ContentHandlerFavorites
Adds menu items for favorites to the dropdown button.
customizePopup(int, JPopupMenu) - Method in interface adams.gui.core.MultiPagePane.PopupCustomizer
Gets called before the popup for the entry is displayed.
customizePopup(String[], JPopupMenu) - Method in interface adams.gui.core.AbstractNamedHistoryPanel.PopupCustomizer
Gets called before the popup for the entries is displayed.
customizePopupMenu(AbstractChooserPanel, JPopupMenu) - Method in interface adams.gui.chooser.AbstractChooserPanel.PopupMenuCustomizer
For customizing the popup menu.
customizePopupMenu(BasePanel, JPopupMenu) - Method in class adams.gui.goe.FileEditor
For customizing the popup menu.
customizePopupMenu(BasePanel, JPopupMenu) - Method in class adams.gui.goe.FlowFileEditor
For customizing the popup menu.
customizePopupMenu(BasePanel, JPopupMenu) - Method in class adams.gui.goe.InlineEditor
For customizing the popup menu.
customizePopupMenu(BasePanel, JPopupMenu) - Method in class adams.gui.goe.PlaceholderDirectoryEditor
For customizing the popup menu.
customizePopupMenu(BasePanel, JPopupMenu) - Method in class adams.gui.goe.PlaceholderFileEditor
For customizing the popup menu.
customizePopupMenu(BasePanel, JPopupMenu) - Method in interface adams.gui.goe.PropertyPanel.PopupMenuCustomizer
For customizing the popup menu.
customizePopupMenu(BaseStatusBar, boolean, JPopupMenu) - Method in interface adams.gui.core.BaseStatusBar.PopupMenuCustomizer
For customizing the popup menu.
customizePopupMenu(BaseStatusBar, boolean, JPopupMenu) - Method in class adams.gui.flow.FlowEditorPanel
For customizing the popup menu.
customizePopupMenu(TextEditorPanel, JPopupMenu) - Method in class adams.gui.flow.FlowPanelNotificationArea
For customizing the popup menu.
customizePopupMenu(ImagePanel.PaintPanel, JPopupMenu) - Method in class adams.gui.visualization.image.AbstractObjectOverlayFromReport
For customizing the popup menu.
customizePopupMenu(ImagePanel.PaintPanel, JPopupMenu) - Method in class adams.gui.visualization.image.AbstractPointOverlayFromReport
For customizing the popup menu.
customizePopupMenu(CanvasPanel, JPopupMenu) - Method in class adams.gui.visualization.object.ObjectAnnotationPanel
For customizing the popup menu.
customizePopupMenu(MouseEvent, JPopupMenu) - Method in class adams.gui.visualization.container.DataContainerPanelWithContainerList
Optional customizing of the menu that is about to be popped up.
customizePopupMenu(MouseEvent, JPopupMenu) - Method in interface adams.gui.visualization.core.PopupMenuCustomizer
Optional customizing of the menu that is about to be popped up.
customizePopupMenu(MouseEvent, JPopupMenu) - Method in class adams.gui.visualization.stats.fourinone.VersusFit
Optional customizing of the menu that is about to be popped up.
customizePopupMenu(MouseEvent, JPopupMenu) - Method in class adams.gui.visualization.stats.fourinone.VersusOrder
Optional customizing of the menu that is about to be popped up.
customizePopupMenu(MouseEvent, JPopupMenu) - Method in class adams.gui.visualization.stats.histogram.Histogram
Optional customizing of the menu that is about to be popped up.
customizePopupMenu(MouseEvent, JPopupMenu) - Method in class adams.gui.visualization.stats.probabilityplot.NormalPlot
Optional customizing of the menu that is about to be popped up.
customizePopupMenu(MouseEvent, JPopupMenu) - Method in class adams.gui.visualization.stats.probabilityplot.ProbabilityPlot
Optional customizing of the menu that is about to be popped up.
customizePopupMenu(MouseEvent, JPopupMenu) - Method in class adams.gui.visualization.stats.scatterplot.ScatterPlot
Optional customizing of the menu that is about to be popped up.
customizePopupMenu(MouseEvent, JPopupMenu) - Method in class adams.gui.visualization.stats.zscore.ZScore
Optional customizing of the menu that is about to be popped up.
customizePopupMenu(JPopupMenu, Object, HistorySelectionListener) - Method in class adams.core.AbstractFileBasedHistory
Adds a menu item with the history to the popup menu.
customizePopupMenu(JPopupMenu, Object, HistorySelectionListener) - Method in class adams.gui.goe.PersistentObjectHistory
Adds a menu item with the history to the popup menu.
customizePopupMenu(T, JPopupMenu) - Method in interface adams.gui.core.PopupMenuCustomizer
For customizing the popup menu.
CustomizerComparator - Class in adams.gui.goe.popupmenu
Comparator for sorting the customizers.
CustomizerComparator() - Constructor for class adams.gui.goe.popupmenu.CustomizerComparator
 
customizeToolTip(int, String) - Method in interface adams.gui.core.MultiPagePane.ToolTipCustomizer
Gets called before the tool tip is set.
customLoaderTipText() - Method in class adams.flow.transformer.WekaFileReader
Returns the tip text for this property.
customLoaderTipText() - Method in class adams.flow.transformer.WekaReorderAttributesToReference
Returns the tip text for this property.
customLoaderTipText() - Method in class weka.filters.unsupervised.instance.AlignDataset
Returns the tip text for this property.
customLoaderTipText() - Method in class weka.filters.unsupervised.instance.RemoveTestInstances
Returns the tip text for this property.
CustomLoggingLevelObject - Class in adams.core.logging
Allows setting of logging level, in contrast to LoggingObject.
CustomLoggingLevelObject() - Constructor for class adams.core.logging.CustomLoggingLevelObject
 
CustomOutputPanel - Class in adams.gui.tools.wekamultiexperimenter.setup.weka
Allows the user to configure any ResultListener.
CustomOutputPanel() - Constructor for class adams.gui.tools.wekamultiexperimenter.setup.weka.CustomOutputPanel
 
customPaintletTipText() - Method in class adams.flow.sink.ActualVsPredictedPlot
Returns the tip text for this property.
customPaintletTipText() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.ClassifierErrors
Returns the tip text for this property.
CustomPanelSupplier - Interface in adams.gui.goe
An interface for objects that are capable of supplying their own custom GUI components.
CustomPopupMenuProvider - Interface in adams.gui.core
For classes that provide a custom popup menu.
CustomPropertySheetPanel() - Constructor for class adams.gui.wizard.WekaPropertySheetPanelPage.CustomPropertySheetPanel
 
customPropsFileTipText() - Method in class adams.flow.sink.WekaDatabaseWriter
Returns the tip text for this property.
customPropsFileTipText() - Method in class adams.flow.source.WekaDatabaseReader
Returns the tip text for this property.
customReaderTipText() - Method in class adams.flow.transformer.FlowFileReader
Returns the tip text for this property.
customRendererTipText() - Method in class adams.data.conversion.TextRenderer
Returns the tip text for this property.
customRendererTipText() - Method in class adams.flow.sink.SimpleLogging
Returns the tip text for this property.
customRendererTipText() - Method in class adams.flow.transformer.TextRenderer
Returns the tip text for this property.
customRendererTipText() - Method in class adams.gui.visualization.debug.objectexport.PlainTextExporter
Returns the tip text for this property.
customRendererTipText() - Method in class adams.gui.visualization.debug.objectexport.RenderedPlainTextExporter
Returns the tip text for this property.
customSaverTipText() - Method in class adams.flow.sink.WekaFileWriter
Returns the tip text for this property.
CustomSearchListModel - Interface in adams.gui.core
Interface for list models that customize how the search identifies a match.
CustomSearchTableModel - Interface in adams.gui.core
Interface for table models that customize how the search identifies a match.
customStopMessageTipText() - Method in interface adams.flow.core.InteractiveActor
Returns the tip text for this property.
customStopMessageTipText() - Method in class adams.flow.source.AbstractInteractiveSource
Returns the tip text for this property.
customStopMessageTipText() - Method in class adams.flow.source.SelectFile
Returns the tip text for this property.
customStopMessageTipText() - Method in class adams.flow.source.WekaSelectDataset
Returns the tip text for this property.
customStopMessageTipText() - Method in class adams.flow.standalone.AbstractDatabaseConnection
Returns the tip text for this property.
customStopMessageTipText() - Method in class adams.flow.standalone.FTPConnection
Returns the tip text for this property.
customStopMessageTipText() - Method in class adams.flow.standalone.SMBConnection
Returns the tip text for this property.
customStopMessageTipText() - Method in class adams.flow.standalone.SMTPConnection
Returns the tip text for this property.
customStopMessageTipText() - Method in class adams.flow.standalone.SSHConnection
Returns the tip text for this property.
customStopMessageTipText() - Method in class adams.flow.transformer.AbstractInteractiveTransformer
Returns the tip text for this property.
customStopMessageTipText() - Method in class adams.flow.transformer.AbstractInteractiveTransformerDialog
Returns the tip text for this property.
CustomStringRepresentationHandler - Interface in adams.gui.goe
For property editors that support a custom string representation of their objects.
customWidthTipText() - Method in class adams.gui.print.JComponentWriter
Returns the tip text for this property.
customWriterTipText() - Method in class adams.flow.sink.FlowFileWriter
Returns the tip text for this property.
CUSUM - adams.data.statistics.SPCUtils.Chart
 
cut() - Method in class adams.gui.core.AbstractTextAreaPanelWithAdvancedSyntaxHighlighting
Cuts the currently selected text and places it on the clipboard.
cut() - Method in class adams.gui.core.StyledTextEditorPanel
Cuts the currently selected text and places it on the clipboard.
cut() - Method in class adams.gui.core.TextEditorPanel
Cuts the currently selected text and places it on the clipboard.
CutActor - Class in adams.gui.flow.tree.menu
For cutting out the currently selected actor(s) and placing them on the clipboard.
CutActor() - Constructor for class adams.gui.flow.tree.menu.CutActor
 
CV_INTER_AREA - adams.data.opencv.InterpolationType
 
CV_INTER_CUBIC - adams.data.opencv.InterpolationType
 
CV_INTER_LANCZOS4 - adams.data.opencv.InterpolationType
 
CV_INTER_LINEAR - adams.data.opencv.InterpolationType
 
CV_INTER_NN - adams.data.opencv.InterpolationType
 
cvsExcludeTipText() - Method in class adams.flow.source.RSync
 
CWD - Static variable in class adams.core.Placeholders
the placeholder for the current working directory.
CYCLIC - weka.classifiers.trees.XGBoost.FeatureSelector
 
CZECH - adams.flow.core.TesseractLanguage
 

D

D3 - Static variable in class adams.data.statistics.SPCUtils
 
D4 - Static variable in class adams.data.statistics.SPCUtils
 
DaemonEvent - Interface in adams.flow.core
Indicator interface for events that run in the background and will get executed when the Events actor gets executed.
DAILY - adams.data.timeseries.PeriodicityType
 
DANISH - adams.flow.core.TesseractLanguage
 
DANISH_FRAKTUR - adams.flow.core.TesseractLanguage
 
DarkLord - Class in adams.gui.menu
For optimizing datasets (attribute selection) using genetic algorithm.
DarkLord - Class in adams.opt.genetic
DarkLord() - Constructor for class adams.gui.menu.DarkLord
Initializes the menu item with no owner.
DarkLord() - Constructor for class adams.opt.genetic.DarkLord
 
DarkLord(AbstractApplicationFrame) - Constructor for class adams.gui.menu.DarkLord
Initializes the menu item.
DarkLord.DarkLordJob - Class in adams.opt.genetic
A job class specific to The Dark Lord.
DarkLordJob(DarkLord, int, int[], Instances, Instances) - Constructor for class adams.opt.genetic.DarkLord.DarkLordJob
Initializes the job.
DART - weka.classifiers.trees.XGBoost.BoosterType
 
DATA - adams.data.compare.DataContainer.ComparisonType
 
DATA - adams.opt.genetic.OutputType
only the data.
DATA_IS_AVAILABLE - adams.gui.event.SpreadSheetProcessorEvent.EventType
data has become available.
DATA_IS_OUTPUT - adams.gui.event.SpreadSheetProcessorEvent.EventType
data has been output.
DATA_IS_PROCESSED - adams.gui.event.SpreadSheetProcessorEvent.EventType
data has been processed.
DATA_ONLY - adams.flow.transformer.SpreadSheetReplaceCellValue.Scope
only data.
Database - Class in adams.env
For environment-specific database stuff.
Database - Class in adams.gui.tools.wekainvestigator.source
For loading data from a database.
Database() - Constructor for class adams.env.Database
 
Database() - Constructor for class adams.gui.tools.wekainvestigator.source.Database
Instantiates the action.
DATABASE_ID - adams.flow.transformer.AbstractDataContainerFileWriter.FileNameGeneration
Use the database ID.
DATABASE_ID - Static variable in class adams.data.statistics.TimeseriesStatistic
 
DatabaseActorExecutionClassProducer - Class in adams.core.option
Generates a wrapper for an actor that works in conjunction with a database.
DatabaseActorExecutionClassProducer() - Constructor for class adams.core.option.DatabaseActorExecutionClassProducer
 
DatabaseAddField - Class in adams.gui.visualization.report.reportfactory
Allows the user to add a new field to the report.
DatabaseAddField() - Constructor for class adams.gui.visualization.report.reportfactory.DatabaseAddField
Default constructor.
DatabaseCheck - Class in adams.flow.standalone
First, the actor checks whether the connection to the database is established.
DatabaseCheck() - Constructor for class adams.flow.standalone.DatabaseCheck
 
databaseConnected() - Method in class adams.gui.selection.AbstractDatabaseSelectionPanel
Gets called when the database connection gets established.
DatabaseConnection - Class in adams.db
DatabaseConnection manages the interface to the database back-end.
DatabaseConnection - Class in adams.flow.standalone
For initializing an ADAMS database connection that differs from the system-wide one.
DatabaseConnection() - Constructor for class adams.db.DatabaseConnection
Local Database Constructor.
DatabaseConnection() - Constructor for class adams.flow.standalone.DatabaseConnection
 
DatabaseConnection(String, String, BasePassword) - Constructor for class adams.db.DatabaseConnection
Local Database Constructor.
DatabaseConnectionChangeEvent - Class in adams.event
Whenever a change in the database connection (connect/disconnect) happens, the listeners get notified with this event.
DatabaseConnectionChangeEvent(Object, DatabaseConnectionChangeEvent.EventType) - Constructor for class adams.event.DatabaseConnectionChangeEvent
Initializes the event.
DatabaseConnectionChangeEvent.EventType - Enum in adams.event
Enum for the type of event.
DatabaseConnectionChangeListener - Interface in adams.event
Interface for classes that listen to changes in the database connection.
DatabaseConnectionDefinition - Class in adams.env
Definition for the DatabaseConnection props file.
DatabaseConnectionDefinition() - Constructor for class adams.env.DatabaseConnectionDefinition
 
DatabaseConnectionDialog - Class in adams.gui.dialog
A standalone dialog for connecting to a database.
DatabaseConnectionDialog(Dialog) - Constructor for class adams.gui.dialog.DatabaseConnectionDialog
Creates a modal dialog.
DatabaseConnectionDialog(Dialog, String) - Constructor for class adams.gui.dialog.DatabaseConnectionDialog
Creates a modal dialog.
DatabaseConnectionDialog(Frame) - Constructor for class adams.gui.dialog.DatabaseConnectionDialog
Creates a modal dialog.
DatabaseConnectionDialog(Frame, String) - Constructor for class adams.gui.dialog.DatabaseConnectionDialog
Creates a modal dialog.
DatabaseConnectionEstablisher - Interface in adams.db
For classes that need to establish a database connection first before doing anything else.
DatabaseConnectionHandler - Interface in adams.db
An interface for classes that manage a database connection.
DatabaseConnectionPage - Class in adams.gui.wizard
Handles an ADAMS database connection.
DatabaseConnectionPage() - Constructor for class adams.gui.wizard.DatabaseConnectionPage
Default constructor.
DatabaseConnectionPage(String) - Constructor for class adams.gui.wizard.DatabaseConnectionPage
Initializes the page with the given page name.
DatabaseConnectionPageCheck() - Constructor for class adams.gui.wizard.AbstractDatabaseConnectionPage.DatabaseConnectionPageCheck
 
DatabaseConnectionPanel - Class in adams.gui.dialog
A panel for connecting to a database.
DatabaseConnectionPanel() - Constructor for class adams.gui.dialog.DatabaseConnectionPanel
 
DatabaseConnectionParameterHandler - Interface in adams.db
For classes that explicitly allow to set database connection parameters, like URL, user and password.
DatabaseConnectionProvider - Interface in adams.db
An interface for classes that use a database connection.
DatabaseConnectionProvider - Interface in adams.flow.standalone
Interface for database connection providers.
DatabaseConnections - Class in adams.gui.application
Initializes the database connections.
DatabaseConnections() - Constructor for class adams.gui.application.DatabaseConnections
 
DatabaseConnectionsDialog - Class in adams.gui.dialog
A standalone dialog for managing all the connections to the databases.
DatabaseConnectionsDialog(Dialog) - Constructor for class adams.gui.dialog.DatabaseConnectionsDialog
Creates a modal dialog.
DatabaseConnectionsDialog(Dialog, String) - Constructor for class adams.gui.dialog.DatabaseConnectionsDialog
Creates a modal dialog.
DatabaseConnectionsDialog(Frame) - Constructor for class adams.gui.dialog.DatabaseConnectionsDialog
Creates a modal dialog.
DatabaseConnectionsDialog(Frame, String) - Constructor for class adams.gui.dialog.DatabaseConnectionsDialog
Creates a modal dialog.
DatabaseConnectionsPanel - Class in adams.gui.dialog
Panel for managing all the database connections.
DatabaseConnectionsPanel() - Constructor for class adams.gui.dialog.DatabaseConnectionsPanel
 
databaseConnectionStateChanged(DatabaseConnectionChangeEvent) - Method in class adams.db.AbstractTable
A change in the database connection occurred.
databaseConnectionStateChanged(DatabaseConnectionChangeEvent) - Method in interface adams.event.DatabaseConnectionChangeListener
A change in the database connection occurred.
databaseConnectionStateChanged(DatabaseConnectionChangeEvent) - Method in class adams.gui.application.AbstractApplicationFrame
A change in the database connection occurred.
databaseConnectionStateChanged(DatabaseConnectionChangeEvent) - Method in class adams.gui.core.BasePanelWithDatabaseConnection
A change in the database connection occurred.
databaseConnectionStateChanged(DatabaseConnectionChangeEvent) - Method in class adams.gui.scripting.AbstractScriptingEngine
A change in the database connection occurred.
databaseConnectionStateChanged(DatabaseConnectionChangeEvent) - Method in class adams.gui.selection.AbstractDatabaseSelectionDialog
A change in the database connection occurred.
databaseConnectionStateChanged(DatabaseConnectionChangeEvent) - Method in class adams.gui.selection.AbstractDatabaseSelectionPanel
A change in the database connection occurred.
databaseConnectionStateChanged(DatabaseConnectionChangeEvent) - Method in class adams.gui.tools.AbstractManagementPanelWithDatabase
A change in the database connection occurred.
databaseConnectionStateChanged(DatabaseConnectionChangeEvent) - Method in class adams.gui.tools.AbstractManagementPanelWithDatabaseConnectionListener
A change in the database connection occurred.
databaseConnectionStateChanged(DatabaseConnectionChangeEvent) - Method in class adams.gui.tools.LogEntryDatabaseViewerPanel
A change in the database connection occurred.
databaseConnectionStateChanged(DatabaseConnectionChangeEvent) - Method in class adams.gui.visualization.container.DataContainerPanel
A change in the database connection occurred.
databaseConnectionStateChanged(DatabaseConnectionChangeEvent) - Method in class adams.gui.visualization.timeseries.TimeseriesExplorer
A change in the database connection occurred.
databaseConnectionStateChanged(DatabaseConnectionChangeEvent) - Method in class adams.terminal.application.AbstractTerminalApplication
A change in the database connection occurred.
DatabaseConnectionUser - Interface in adams.db
Interface for classes that make use of a database.
DatabaseContainer - Class in adams.gui.tools.wekainvestigator.data
Dataset loaded from database.
DatabaseContainer - Interface in adams.gui.visualization.container
Interface for containers that handle database objects.
DatabaseContainer(String, String, String, String) - Constructor for class adams.gui.tools.wekainvestigator.data.DatabaseContainer
Loads the data using the specified url/query.
DatabaseContainerManager<T extends AbstractContainer> - Interface in adams.gui.visualization.container
Interface for container managers that manage containers encapsulating database objects.
databaseDisconnected() - Method in class adams.gui.selection.AbstractDatabaseSelectionPanel
Gets called when the database connection gets disconnected.
databaseDisconnected() - Method in class adams.gui.selection.AbstractSelectDatabaseFieldPanel
Gets called when the database connection gets disconnected.
DatabaseIDHandler - Interface in adams.data.id
For classes that handle database IDs (of type integer).
DatabaseIDProcessor - Interface in adams.tools
For tools that can process custom database IDs as well.
DatabaseManager<T extends AbstractDatabaseConnection> - Class in adams.db
Manages the database URL/connection object relations.
DatabaseManager(String) - Constructor for class adams.db.DatabaseManager
Initializes the manager.
DatabaseMetaData - Class in adams.flow.source
Outputs the meta-data of the current database connection.
DatabaseMetaData() - Constructor for class adams.flow.source.DatabaseMetaData
 
DatabaseModifyValue - Class in adams.gui.visualization.report.reportfactory
Allows the user to modify values.
DatabaseModifyValue() - Constructor for class adams.gui.visualization.report.reportfactory.DatabaseModifyValue
Default constructor.
DatabaseNotesHandler - Interface in adams.data
For database-related data structures that handle notes as well.
DatabaseRemoveField - Class in adams.gui.visualization.report.reportfactory
Removes the field from the report and updates the report in the database.
DatabaseRemoveField() - Constructor for class adams.gui.visualization.report.reportfactory.DatabaseRemoveField
Default constructor.
DatabaseSource - Class in adams.gui.tools.spreadsheetprocessor.sources
For retrieving data from a database.
DatabaseSource() - Constructor for class adams.gui.tools.spreadsheetprocessor.sources.DatabaseSource
 
DatabaseTarget - Class in adams.gui.tools.spreadsheetprocessor.targets
For storing the data in a database.
DatabaseTarget() - Constructor for class adams.gui.tools.spreadsheetprocessor.targets.DatabaseTarget
 
DataCellView - Class in adams.ml.data
Wrapper for single cell values in a Instance object.
DataCellView(InstanceView, int) - Constructor for class adams.ml.data.DataCellView
Initializes the cell.
dataChanged(DataChangeEvent) - Method in class adams.flow.sink.sequenceplotter.SequencePlotterPanel
Gets called if the data of the container panel has changed.
dataChanged(DataChangeEvent) - Method in interface adams.gui.event.DataChangeListener
Gets called if the data of the spectrum panel has changed.
dataChanged(DataChangeEvent) - Method in class adams.gui.visualization.container.AbstractContainerList
Gets called if the data of the container list has changed.
dataChanged(DataChangeEvent) - Method in class adams.gui.visualization.container.ContainerModel
Gets called if the data of the manager noticed a changed.
dataChanged(DataChangeEvent) - Method in class adams.gui.visualization.container.DataContainerPanel
Gets called if the data of the container panel has changed.
dataChanged(DataChangeEvent) - Method in class adams.gui.visualization.instance.InstanceExplorer
Gets called if the data of the instance panel has changed.
dataChanged(DataChangeEvent) - Method in class adams.gui.visualization.report.ReportFactory.Panel
Gets called if the data of the spectrum panel has changed.
dataChanged(DataChangeEvent) - Method in class adams.gui.visualization.spreadsheet.SpreadSheetExplorer
Gets called if the data of the instance panel has changed.
dataChanged(DataChangeEvent) - Method in class adams.gui.visualization.timeseries.TimeseriesExplorer
Gets called if the data of the timeseries panel has changed.
dataChanged(WekaInvestigatorDataEvent) - Method in interface adams.gui.event.WekaInvestigatorDataListener
Notifies the tab that the data changed.
dataChanged(WekaInvestigatorDataEvent) - Method in class adams.gui.tools.wekainvestigator.tab.AbstractInvestigatorTab
Notifies the tab that the data changed.
dataChanged(WekaInvestigatorDataEvent) - Method in class adams.gui.tools.wekainvestigator.tab.AbstractInvestigatorTabWithDataTable
Notifies the tab that the data changed.
dataChanged(WekaInvestigatorDataEvent) - Method in class adams.gui.tools.wekainvestigator.tab.AbstractInvestigatorTabWithEditableDataTable
Notifies the tab that the data changed.
dataChanged(WekaInvestigatorDataEvent) - Method in class adams.gui.tools.wekainvestigator.tab.AssociateTab
Notifies the tab that the data changed.
dataChanged(WekaInvestigatorDataEvent) - Method in class adams.gui.tools.wekainvestigator.tab.AttributeSelectionTab
Notifies the tab that the data changed.
dataChanged(WekaInvestigatorDataEvent) - Method in class adams.gui.tools.wekainvestigator.tab.BoxPlotTab
 
dataChanged(WekaInvestigatorDataEvent) - Method in class adams.gui.tools.wekainvestigator.tab.ClassifyTab
Notifies the tab that the data changed.
dataChanged(WekaInvestigatorDataEvent) - Method in class adams.gui.tools.wekainvestigator.tab.ClusterTab
Notifies the tab that the data changed.
dataChanged(WekaInvestigatorDataEvent) - Method in class adams.gui.tools.wekainvestigator.tab.CompareTab
Notifies the tab that the data changed.
dataChanged(WekaInvestigatorDataEvent) - Method in class adams.gui.tools.wekainvestigator.tab.DataQueryTab
 
dataChanged(WekaInvestigatorDataEvent) - Method in class adams.gui.tools.wekainvestigator.tab.DataTab
Notifies the tab that the data changed.
dataChanged(WekaInvestigatorDataEvent) - Method in class adams.gui.tools.wekainvestigator.tab.ExperimentTab
Notifies the tab that the data changed.
dataChanged(WekaInvestigatorDataEvent) - Method in class adams.gui.tools.wekainvestigator.tab.IndependentComponentsTab
Notifies the tab that the data changed.
dataChanged(WekaInvestigatorDataEvent) - Method in class adams.gui.tools.wekainvestigator.tab.InstanceTab
Notifies the tab that the data changed.
dataChanged(WekaInvestigatorDataEvent) - Method in class adams.gui.tools.wekainvestigator.tab.LogTab
Notifies the tab that the data changed.
dataChanged(WekaInvestigatorDataEvent) - Method in class adams.gui.tools.wekainvestigator.tab.MatrixTab
 
dataChanged(WekaInvestigatorDataEvent) - Method in class adams.gui.tools.wekainvestigator.tab.PartialLeastSquaresTab
Notifies the tab that the data changed.
dataChanged(WekaInvestigatorDataEvent) - Method in class adams.gui.tools.wekainvestigator.tab.PreprocessTab
Notifies the tab that the data changed.
dataChanged(WekaInvestigatorDataEvent) - Method in class adams.gui.tools.wekainvestigator.tab.PrincipalComponentsTab
Notifies the tab that the data changed.
dataChanged(WekaInvestigatorDataEvent) - Method in class adams.gui.tools.wekainvestigator.tab.ScatterPlotTab
Notifies the tab that the data changed.
DataChangeEvent - Class in adams.gui.event
An event indicating that the underlying containers have changed.
DataChangeEvent(AbstractContainerManager, DataChangeEvent.Type) - Constructor for class adams.gui.event.DataChangeEvent
Initializes the event.
DataChangeEvent(AbstractContainerManager, DataChangeEvent.Type, int) - Constructor for class adams.gui.event.DataChangeEvent
Initializes the event.
DataChangeEvent(AbstractContainerManager, DataChangeEvent.Type, int[]) - Constructor for class adams.gui.event.DataChangeEvent
Initializes the event.
DataChangeEvent(AbstractContainerManager, DataChangeEvent.Type, int[], AbstractContainer[]) - Constructor for class adams.gui.event.DataChangeEvent
Initializes the event.
DataChangeEvent(AbstractContainerManager, DataChangeEvent.Type, int, AbstractContainer) - Constructor for class adams.gui.event.DataChangeEvent
Initializes the event.
DataChangeEvent.Type - Enum in adams.gui.event
the type of event.
DataChangeListener - Interface in adams.gui.event
Inteface for classes that listen to data changes in a SpectrumPanel.
DataChart - Class in adams.gui.tools.spreadsheetviewer.menu
Generates a chart from the spreadsheet.
DataChart() - Constructor for class adams.gui.tools.spreadsheetviewer.menu.DataChart
 
dataColumnsTipText() - Method in class adams.flow.transformer.plotgenerator.RowWisePlotGenerator
Returns the tip text for this property.
DataComputeDifference - Class in adams.gui.tools.spreadsheetviewer.menu
Computes the difference between two spreadsheets.
DataComputeDifference() - Constructor for class adams.gui.tools.spreadsheetviewer.menu.DataComputeDifference
 
DataContainer - Class in adams.data.compare
Compares adams.data.container.DataContainer objects (header, data or both) and returns the result of that comparison.
DataContainer - Class in adams.gui.visualization.debug.inspectionhandler
Provides further insight into data containers.
DataContainer<T extends DataPoint> - Interface in adams.data.container
Generic Interface for data containers.
DataContainer - Interface in adams.gui.tools.wekainvestigator.data
Interface for data containers.
DataContainer() - Constructor for class adams.data.compare.DataContainer
 
DataContainer() - Constructor for class adams.gui.visualization.debug.inspectionhandler.DataContainer
 
DataContainer.ComparisonType - Enum in adams.data.compare
The type of comparison.
DataContainerConditions - Interface in adams.db
Indicator interface for condition classes that use the DataContainer table for retrieving information.
DataContainerDbReader<T extends DataContainer> - Interface in adams.flow.transformer
Interface for actors that read containers from the database.
DataContainerDbWriter<T extends DataContainer & DatabaseIDHandler> - Interface in adams.flow.transformer
Interface for actors that import data containers into the database.
DataContainerList - Class in adams.gui.tools.wekainvestigator.data
For managing the data containers.
DataContainerList() - Constructor for class adams.gui.tools.wekainvestigator.data.DataContainerList
 
DataContainerPanel<T extends DataContainer,​M extends AbstractContainerManager> - Class in adams.gui.visualization.container
Special panel for displaying the DataContainer data.
DataContainerPanel() - Constructor for class adams.gui.visualization.container.DataContainerPanel
Initializes the panel without title.
DataContainerPanel(String) - Constructor for class adams.gui.visualization.container.DataContainerPanel
Initializes the panel with the given title.
DataContainerPanelWithContainerList<T extends DataContainer,​M extends AbstractContainerManager,​C extends AbstractContainer> - Class in adams.gui.visualization.container
Data container panel with a container list in the side panel.
DataContainerPanelWithContainerList() - Constructor for class adams.gui.visualization.container.DataContainerPanelWithContainerList
Initializes the panel without title.
DataContainerPanelWithContainerList(String) - Constructor for class adams.gui.visualization.container.DataContainerPanelWithContainerList
Initializes the panel with the given title.
DataContainerPanelWithSidePanel<T extends DataContainer,​M extends AbstractContainerManager> - Class in adams.gui.visualization.container
Special panel for displaying the DataContainer data and a side panel with additional information.
DataContainerPanelWithSidePanel() - Constructor for class adams.gui.visualization.container.DataContainerPanelWithSidePanel
Initializes the panel without title.
DataContainerPanelWithSidePanel(String) - Constructor for class adams.gui.visualization.container.DataContainerPanelWithSidePanel
Initializes the panel with the given title.
DataContainerUtils - Class in adams.data.container
Utility class for data containers.
DataContainerUtils() - Constructor for class adams.data.container.DataContainerUtils
 
DataContainerUtils.GapFilling - Enum in adams.data.container
An enumeration of types of gap-filling.
DataContainerWithSpreadSheetSupport<T extends DataPoint> - Interface in adams.data.container
Data containers that can turn themselves into spreadsheets.
DataConvert - Class in adams.gui.tools.spreadsheetviewer.menu
Converts the spreadsheet.
DataConvert() - Constructor for class adams.gui.tools.spreadsheetviewer.menu.DataConvert
 
DataFilterColumns - Class in adams.gui.tools.spreadsheetviewer.menu
Filters the columns.
DataFilterColumns() - Constructor for class adams.gui.tools.spreadsheetviewer.menu.DataFilterColumns
 
DataFilterRows - Class in adams.gui.tools.spreadsheetviewer.menu
Filters the rows.
DataFilterRows() - Constructor for class adams.gui.tools.spreadsheetviewer.menu.DataFilterRows
 
dataFilterTipText() - Method in class adams.data.report.FilteredReportFilter
Returns the tip text for this property.
DataGenerator - Class in adams.gui.tools.wekainvestigator.source
For generating data using a data generator.
DataGenerator() - Constructor for class adams.gui.tools.wekainvestigator.source.DataGenerator
Instantiates the action.
DataGenerator(Evaluation, AbstractErrorScaler) - Constructor for class adams.flow.sink.WekaClassifierErrors.DataGenerator
Initializes the generator.
DataGeneratorContainer - Class in adams.gui.tools.wekainvestigator.data
Dataset generated by datagenerator.
DataGeneratorContainer(DataGenerator) - Constructor for class adams.gui.tools.wekainvestigator.data.DataGeneratorContainer
Loads the data using the specified loader.
dataGeneratorTipText() - Method in class adams.flow.source.WekaDataGenerator
Returns the tip text for this property.
DataHelper - Class in adams.gui.visualization.container
Helper class for data.
DataHelper() - Constructor for class adams.gui.visualization.container.DataHelper
 
DataInfo(String, int, double, double) - Constructor for class adams.opt.optimise.genetic.PackDataDef.DataInfo
 
DataInfoActor - Interface in adams.flow.core
Indicator interface for actors that produce information on data structures.
dataNameTipText() - Method in class adams.flow.sink.Histogram
Returns the tip text for this property.
DataPlotUpdater<P extends DataContainerPanel,​C> - Interface in adams.flow.core
Interface for classes that determine when to update the data container panel, i.e., repaint all of it.
DataPlotUpdaterHandler<T extends AbstractDataPlotUpdater> - Interface in adams.flow.core
Interface for plots that support updating.
DataPlotUpdaterSupporter<T extends AbstractDataPlotUpdater> - Interface in adams.flow.core
Interface for plots that support updating.
DataPoint - Interface in adams.data.container
Generic Interface for data points.
DataPointComparator<T extends DataPoint> - Class in adams.data.container
A comparator for sequence points.
DataPointComparator() - Constructor for class adams.data.container.DataPointComparator
The default constructor uses comparison in ascending manner.
DataPointComparator(boolean) - Constructor for class adams.data.container.DataPointComparator
This constructor initializes the comparator either in ascending manner or descending.
DataPointWithMetaData - Interface in adams.data.container
Interface for DataPoint-implementing classes that also support meta-data.
DataPool - Class in adams.flow.sink.canvas
Represents the data to be painted on the canvas.
DataPool() - Constructor for class adams.flow.sink.canvas.DataPool
Default constructor.
DataPool(int) - Constructor for class adams.flow.sink.canvas.DataPool
Initializes the pool with an initial capacity.
DataPool(DataPool) - Constructor for class adams.flow.sink.canvas.DataPool
Initializes the pool with the content of the specified pool.
DataPool(Collection) - Constructor for class adams.flow.sink.canvas.DataPool
Initializes the pool with the content of the collection.
DataPoolPaintlet - Interface in adams.flow.sink.canvas
Interface for paintlets for the Canvas actor.
DataPoolPanel - Class in adams.flow.sink.canvas
Panel for painting on the content of a DataPool.
DataPoolPanel() - Constructor for class adams.flow.sink.canvas.DataPoolPanel
 
DataProvider<T extends DataContainer> - Interface in adams.db
Interface for table classes that return the base data type used in a project.
dataPublished(PublicationEvent) - Method in interface adams.event.PublicationListener
Gets called when data is being published.
DataQueryTab - Class in adams.gui.tools.wekainvestigator.tab
Allows the execution of an SQL-like query to manipulate datasets.
DataQueryTab() - Constructor for class adams.gui.tools.wekainvestigator.tab.DataQueryTab
 
dataRangeTipText() - Method in class adams.flow.transformer.SpreadSheetRowToTimeseries
Returns the tip text for this property.
DataRow - Interface in adams.data.spreadsheet
The interface for data rows.
DataRowTypeHandler - Interface in adams.data.spreadsheet
Interface for classes that define the type of data row to use.
dataRowTypeTipText() - Method in class adams.data.conversion.AbstractMatrixToSpreadSheet
Returns the tip text for this property.
dataRowTypeTipText() - Method in class adams.data.conversion.ConvertSpreadSheetRows
Returns the tip text for this property.
dataRowTypeTipText() - Method in class adams.data.conversion.TimeseriesToSpreadSheet
Returns the tip text for this property.
dataRowTypeTipText() - Method in class adams.data.conversion.WekaInstancesToSpreadSheet
Returns the tip text for this property.
dataRowTypeTipText() - Method in class adams.data.featureconverter.SpreadSheet
Returns the tip text for this property.
dataRowTypeTipText() - Method in class adams.data.io.input.AbstractSpreadSheetReader
Returns the tip text for this property.
dataRowTypeTipText() - Method in interface adams.data.io.input.SpreadSheetReader
Returns the tip text for this property.
dataRowTypeTipText() - Method in interface adams.data.spreadsheet.DataRowTypeHandler
Returns the tip text for this property.
dataRowTypeTipText() - Method in class adams.flow.source.AbstractSpreadSheetDbReader
Returns the tip text for this property.
dataRowTypeTipText() - Method in class adams.flow.source.NewSpreadSheet
Returns the tip text for this property.
DataRowView - Class in adams.data.spreadsheet
Provides a view to a data row.
DataRowView(SpreadSheet, DataRow, int[]) - Constructor for class adams.data.spreadsheet.DataRowView
Initializes the view.
dataset - Variable in class weka.classifiers.lazy.LWLDatasetBuilder.LWLContainer
the weighted dataset.
dataset() - Method in class weka.core.AbstractHashableInstance
Returns the dataset this instance has access to.
Dataset - Class in adams.data.featureconverter
Turns the features into ADAMS dataset format.
Dataset - Class in adams.gui.visualization.debug.inspectionhandler
Provides further insight into spreadsheets.
Dataset - Interface in adams.ml.data
Extended SpreadSheet class, providing additional machine learning functionality.
Dataset() - Constructor for class adams.data.featureconverter.Dataset
 
Dataset() - Constructor for class adams.gui.visualization.debug.inspectionhandler.Dataset
 
DATASET - adams.flow.transformer.WekaFileReader.OutputType
the complete dataset.
DATASET_KEYWORD - Static variable in class adams.flow.transformer.wekadatasetsmerge.AbstractMerge
The keyword to replace with the dataset name in attribute renaming.
DATASET_NAME - Static variable in interface adams.flow.transformer.indexedsplitsrunsgenerator.InstancesIndexedSplitsRunsGenerator
 
DATASET_NUMATTRIBUTES - Static variable in interface adams.flow.transformer.indexedsplitsrunsgenerator.InstancesIndexedSplitsRunsGenerator
 
DATASET_NUMINSTANCES - Static variable in interface adams.flow.transformer.indexedsplitsrunsgenerator.InstancesIndexedSplitsRunsGenerator
 
dataset1TipText() - Method in class adams.tools.CompareDatasets
Returns the tip text for this property.
dataset2TipText() - Method in class adams.tools.CompareDatasets
Returns the tip text for this property.
DatasetCleaner - Class in weka.filters.unsupervised.attribute
Removes all columns from the data data that have been indentified.
DatasetCleaner - Class in weka.filters.unsupervised.instance
Removes all rows from the data data that have been indentified.
DatasetCleaner() - Constructor for class weka.filters.unsupervised.attribute.DatasetCleaner
 
DatasetCleaner() - Constructor for class weka.filters.unsupervised.instance.DatasetCleaner
 
DatasetCompatibility - Class in adams.gui.menu
For checking compatibility of datasets.
DatasetCompatibility() - Constructor for class adams.gui.menu.DatasetCompatibility
Initializes the menu item with no owner.
DatasetCompatibility(AbstractApplicationFrame) - Constructor for class adams.gui.menu.DatasetCompatibility
Initializes the menu item.
DatasetCompatibilityPanel - Class in adams.gui.tools
Compares the headers of a number of datasets and outputs the results.
DatasetCompatibilityPanel() - Constructor for class adams.gui.tools.DatasetCompatibilityPanel
 
DatasetFileChooserPanel - Class in adams.gui.chooser
A panel that contains a text field with the current file and a button for bringing up a ConverterFileChooser.
DatasetFileChooserPanel() - Constructor for class adams.gui.chooser.DatasetFileChooserPanel
Initializes the panel with no file.
DatasetFileChooserPanel(File) - Constructor for class adams.gui.chooser.DatasetFileChooserPanel
Initializes the panel with the given filename/directory.
DatasetFileChooserPanel(String) - Constructor for class adams.gui.chooser.DatasetFileChooserPanel
Initializes the panel with the given filename/directory.
DatasetFilter - Class in adams.flow.transformer
Applies the batch filter to the dataset.
DatasetFilter() - Constructor for class adams.flow.transformer.DatasetFilter
 
datasetForSingleInstance(Instance) - Method in class adams.flow.transformer.WekaDatasetsMerge
Creates an Instances dataset, containing a copy of the single instance provided.
DatasetHelper - Class in adams.gui.tools.wekainvestigator.evaluation
Helper class for dealing with datasets.
DatasetHelper() - Constructor for class adams.gui.tools.wekainvestigator.evaluation.DatasetHelper
 
datasetIndex - Variable in class adams.flow.transformer.wekadatasetsmerge.AbstractMerge.SourceAttribute
The index of the source dataset.
DatasetIndexer() - Constructor for class adams.gui.visualization.instance.InstanceComparePanel.DatasetIndexer
Initializes the indexer.
DatasetInfo - Class in adams.ml.data
Contains information about the dataset structure but no actual data.
DatasetInfo(Dataset) - Constructor for class adams.ml.data.DatasetInfo
Initializes the dataset structure.
DatasetLabeler - Class in weka.filters.unsupervised.instance
Adds an additional attribute to the dataset containing a label whether it was a match or not, i.e., whether the row finder selected a particular row or not.
DatasetLabeler() - Constructor for class weka.filters.unsupervised.instance.DatasetLabeler
 
datasetNamesTipText() - Method in class adams.flow.transformer.wekadatasetsmerge.AbstractMerge
Gets the tip-text for the dataset names option.
DatasetPanel - Class in adams.gui.tools.wekamultiexperimenter.setup
Panel for listing datasets.
DatasetPanel() - Constructor for class adams.gui.tools.wekamultiexperimenter.setup.DatasetPanel
 
DatasetPanel(String, String) - Constructor for class adams.gui.visualization.instance.InstanceComparePanel.DatasetPanel
Initializes the panel.
DatasetRowFilter - Class in adams.flow.transformer
Applies the stream filter to the rows.
DatasetRowFilter() - Constructor for class adams.flow.transformer.DatasetRowFilter
 
DATASETS - adams.gui.tools.wekainvestigator.tab.AbstractInvestigatorTab.SerializationOption
 
datasetsTipText() - Method in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment
Returns the tip text for this property.
datasetTipText() - Method in class adams.data.featureconverter.AbstractFeatureConverter
Returns the tip text for this property.
datasetTipText() - Method in class adams.flow.sink.JFreeChartFileWriter
Returns the tip text for this property.
datasetTipText() - Method in class adams.flow.sink.JFreeChartPlot
Returns the tip text for this property.
datasetTipText() - Method in class adams.flow.transformer.MakeJFreeChartDataset
Returns the tip text for this property.
datasetTipText() - Method in class adams.flow.transformer.StorageJFreeChartAddSeries
Returns the tip text for this property.
datasetTipText() - Method in class adams.flow.transformer.WekaStoreInstance
Returns the tip text for this property.
datasetTipText() - Method in class adams.gui.tools.spreadsheetviewer.chart.JFreeChart
Returns the tip text for this property.
datasetTipText() - Method in class adams.opt.optimise.genetic.fitnessfunctions.AbstractWEKAFitnessFunction
Returns the tip text for this property.
DatasetUtils - Class in adams.ml.data
Helper methods for Dataset objects.
DatasetUtils() - Constructor for class adams.ml.data.DatasetUtils
 
DatasetView - Class in adams.ml.data
Provides a view of another dataset.
DatasetView() - Constructor for class adams.ml.data.DatasetView
Initializes the view with a dummy dataset.
DatasetView(Dataset, int[], int[]) - Constructor for class adams.ml.data.DatasetView
Initializes the view.
DataSort - Class in adams.gui.core.spreadsheettable
Allows sorting the data using multiple columns.
DataSort - Class in adams.gui.tools.spreadsheetviewer.menu
Sorts the spreadsheet.
DataSort - Class in adams.gui.visualization.instances.instancestable
Allows sorting the data using multiple columns.
DataSort() - Constructor for class adams.gui.core.spreadsheettable.DataSort
 
DataSort() - Constructor for class adams.gui.tools.spreadsheetviewer.menu.DataSort
 
DataSort() - Constructor for class adams.gui.visualization.instances.instancestable.DataSort
 
dataStructureTipText() - Method in class adams.flow.source.NewJsonStructure
Returns the tip text for this property.
DataTab - Class in adams.gui.tools.wekainvestigator.tab
Lists the currently loaded datasets.
DataTab() - Constructor for class adams.gui.tools.wekainvestigator.tab.DataTab
 
DataTable - Class in adams.gui.tools.wekainvestigator.datatable
Specialized table with custom cell editors for the class.
DataTable(DataTableModel) - Constructor for class adams.gui.tools.wekainvestigator.datatable.DataTable
Constructs a DataTable that is initialized with dm as the data model, a default column model, and a default selection model.
DataTableModel - Class in adams.gui.tools.wekainvestigator.datatable
Model for displaying the loaded data.
DataTableModel(List<DataContainer>, boolean) - Constructor for class adams.gui.tools.wekainvestigator.datatable.DataTableModel
Initializes the model.
dataTableSelectionChanged() - Method in class adams.gui.tools.wekainvestigator.tab.AbstractInvestigatorTabWithDataTable
Gets called when the user changes the selection.
dataTableSelectionChanged() - Method in class adams.gui.tools.wekainvestigator.tab.AbstractInvestigatorTabWithEditableDataTable
Gets called when the user changes the selection.
dataTableSelectionChanged() - Method in class adams.gui.tools.wekainvestigator.tab.BoxPlotTab
Gets called when the user changes the selection.
dataTableSelectionChanged() - Method in class adams.gui.tools.wekainvestigator.tab.DataQueryTab
Gets called when the user changes the selection.
dataTableSelectionChanged() - Method in class adams.gui.tools.wekainvestigator.tab.DataTab
Gets called when the user changes the selection.
dataTableSelectionChanged() - Method in class adams.gui.tools.wekainvestigator.tab.MatrixTab
Gets called when the user changes the selection.
dataTableSelectionChanged() - Method in class adams.gui.tools.wekainvestigator.tab.PreprocessTab
Gets called when the user changes the selection.
dataTableSelectionChanged() - Method in class adams.gui.tools.wekainvestigator.tab.ScatterPlotTab
Gets called when the user changes the selection.
DataTableWithButtons - Class in adams.gui.tools.wekainvestigator.datatable
Specialized table with buttons.
DataTableWithButtons(DataTableModel) - Constructor for class adams.gui.tools.wekainvestigator.datatable.DataTableWithButtons
Constructs a DataTableWithButtons that is initialized with dm as the data model, a default column model, and a default selection model.
DataTransform - Class in adams.gui.tools.spreadsheetviewer.menu
Filters the columns.
DataTransform() - Constructor for class adams.gui.tools.spreadsheetviewer.menu.DataTransform
 
DataType - Enum in adams.data.report
The type of the fields.
DATATYPE_SUFFIX - Static variable in class adams.data.report.Report
the property suffix for the data type.
DataTypeHelper - Class in adams.db
Helper for the DataType class.
DataTypeHelper() - Constructor for class adams.db.DataTypeHelper
 
dataTypeSetupTipText() - Method in class adams.flow.standalone.AbstractDatabaseConnection
Returns the tip text for this property.
dataTypesTipText() - Method in class adams.data.report.RemoveByDataType
Returns the tip text for this property.
dataTypeTipText() - Method in class adams.data.conversion.ArrayToReport
Returns the tip text for this property.
dataTypeTipText() - Method in class adams.data.objectfilter.AttachMetaData
Returns the tip text for this property.
dataTypeTipText() - Method in class adams.flow.transformer.ArrayHistogramRanges
Returns the tip text for this property.
dataTypeTipText() - Method in class adams.flow.transformer.ArrayStatistic
Returns the tip text for this property.
dataTypeTipText() - Method in class adams.flow.transformer.GetJsonValue
Returns the tip text for this property.
dataTypeTipText() - Method in class adams.flow.transformer.GetPropertyValue
Returns the tip text for this property.
dataTypeTipText() - Method in class adams.flow.transformer.SpreadSheetHistogramRanges
Returns the tip text for this property.
dataTypeTipText() - Method in class adams.flow.transformer.SpreadSheetStatistic
Returns the tip text for this property.
dataTypeTipText() - Method in class adams.flow.transformer.WekaInstancesHistogramRanges
Returns the tip text for this property.
dataTypeTipText() - Method in class adams.flow.transformer.WekaInstancesStatistic
Returns the tip text for this property.
DataUtils - Class in adams.data
Helper class for data-related classes.
DataUtils() - Constructor for class adams.data.DataUtils
 
DATE - adams.core.BasicDateTimeType
 
DATE - adams.core.DateTimeType
java's Date.
DATE - adams.core.PropertiesDataType
 
DATE - adams.data.io.input.SimpleArffSpreadSheetReader.AttributeType
 
DATE - adams.data.spreadsheet.Cell.ContentType
date.
DATE - adams.flow.source.SelectDateTime.Type
just date.
DATE - adams.gui.core.PropertiesParameterPanel.PropertyType
date.
DATE - adams.gui.visualization.core.axis.Type
displaying dates.
DATE - Static variable in class adams.core.option.CompactFlowProducer
the information on the date.
DATE - Static variable in class adams.core.option.NestedProducer
the information on the date.
DATE - Static variable in interface adams.parser.booleanexpression.sym
 
DATE - Static variable in interface adams.parser.mathematicalexpression.sym
 
DATE - Static variable in interface adams.parser.spreadsheetformula.sym
 
DATE - Static variable in interface adams.parser.stringexpression.sym
 
DATE_ACTUAL - Static variable in interface adams.parser.basedate.sym
 
DATE_ACTUAL - Static variable in interface adams.parser.basedatetime.sym
 
DATE_ACTUAL - Static variable in interface adams.parser.basedatetimemsec.sym
 
DATE_ACTUAL - Static variable in interface adams.parser.basetime.sym
 
DATE_ACTUAL - Static variable in interface adams.parser.basetimemsec.sym
 
DATE_AND_TIME - adams.flow.source.SelectDateTime.Type
date and time.
DATE_ATTRIBUTES - adams.flow.core.Capability
can handle date attributes.
DATE_CLASS - adams.flow.core.Capability
can handle date classes.
DATE_END - Static variable in interface adams.parser.basedate.sym
 
DATE_END - Static variable in interface adams.parser.basedatetime.sym
 
DATE_END - Static variable in interface adams.parser.basedatetimemsec.sym
 
DATE_END - Static variable in interface adams.parser.basetime.sym
 
DATE_END - Static variable in interface adams.parser.basetimemsec.sym
 
DATE_FORMAT - Static variable in class adams.core.Constants
the format for dates.
DATE_START - Static variable in interface adams.parser.basedate.sym
 
DATE_START - Static variable in interface adams.parser.basedatetime.sym
 
DATE_START - Static variable in interface adams.parser.basedatetimemsec.sym
 
DATE_START - Static variable in interface adams.parser.basetime.sym
 
DATE_START - Static variable in interface adams.parser.basetimemsec.sym
 
DATE_TIME - adams.core.BasicDateTimeType
 
DATE_TIME_MSEC - adams.core.BasicDateTimeType
 
dateAttributeTipText() - Method in class adams.data.conversion.WekaInstancesToTimeseries
Returns the tip text for this property.
DateAxisModel - Class in adams.gui.visualization.core.axis
An axis model for displaying date values.
DateAxisModel() - Constructor for class adams.gui.visualization.core.axis.DateAxisModel
 
DateCheckModel() - Constructor for class adams.gui.core.DateTextField.DateCheckModel
Initializes the check model with the current date/time as default date and with default date format.
DateCheckModel(String) - Constructor for class adams.gui.core.DateTextField.DateCheckModel
Initializes the check model with the current date/time as default date.
DateCheckModel(String, Date) - Constructor for class adams.gui.core.DateTextField.DateCheckModel
Initializes the check model with the current date/time as default date.
DateChooserPanel - Class in adams.gui.chooser
Represents a text field and a button to open up a dialog for selecting a date.
DateChooserPanel() - Constructor for class adams.gui.chooser.DateChooserPanel
 
dateColumnsTipText() - Method in class adams.data.io.input.CsvSpreadSheetReader
Returns the tip date for this property.
dateColumnTipText() - Method in class adams.data.conversion.SpreadSheetToTimeseries
Returns the tip text for this property.
DateFormat - Class in adams.core
A threadsafe class for date formatting/parsing.
DateFormat() - Constructor for class adams.core.DateFormat
Initializes the formatter.
DateFormat(String) - Constructor for class adams.core.DateFormat
Initializes the formatter.
DateFormatString - Class in adams.data
Wrapper for date/time formats.
DateFormatString() - Constructor for class adams.data.DateFormatString
Initializes the string with Constants.DATE_FORMAT.
DateFormatString(String) - Constructor for class adams.data.DateFormatString
Initializes the object with the string to parse.
dateFormatTipText() - Method in class adams.data.io.input.CsvSpreadSheetReader
Returns the tip date for this property.
dateFormatTipText() - Method in class adams.data.io.output.AutoWidthTabularSpreadSheetWriter
Returns the tip date for this property.
dateFormatTipText() - Method in class adams.data.io.output.CsvSpreadSheetWriter
Returns the tip date for this property.
dateFormatTipText() - Method in class adams.data.io.output.ExcelSpreadSheetWriter
Returns the tip date for this property.
dateFormatTipText() - Method in class adams.data.io.output.FixedTabularSpreadSheetWriter
Returns the tip date for this property.
dateFormatTipText() - Method in class adams.data.io.output.SimpleArffSpreadSheetWriter
Returns the tip text for this property.
dateLenientTipText() - Method in class adams.data.io.input.CsvSpreadSheetReader
Returns the tip text for this property.
DatePanel - Class in adams.gui.chooser
Panel for selecting a date.
DatePanel() - Constructor for class adams.gui.chooser.DatePanel
 
DatePanel.InternalCalendarModel - Class in adams.gui.chooser
This model represents the selected date.
DatePanel.InternalController - Class in adams.gui.chooser
This inner class hides the public view event handling methods from the outside.
DatePanel.InternalTableCellRenderer - Class in adams.gui.chooser
This inner class renders the table of the days, setting colors based on whether it is in the month, if it is today, if it is selected etc.
DatePanel.InternalView - Class in adams.gui.chooser
Logically grouping the view controls under this internal class.
DateProvider - Interface in adams.gui.chooser
Interface for classes that handles Date objects.
DateTest - Class in adams.gui.menu
Only for testing the date parsing/formatting.
DateTest() - Constructor for class adams.gui.menu.DateTest
Initializes the menu item with no owner.
DateTest(AbstractApplicationFrame) - Constructor for class adams.gui.menu.DateTest
Initializes the menu item.
DateTextField - Class in adams.gui.core
A specialized text field for dates.
DateTextField(String) - Constructor for class adams.gui.core.DateTextField
Constructs a new TextField.
DateTextField(String, int) - Constructor for class adams.gui.core.DateTextField
Constructs a new empty TextField with the specified number of columns.
DateTextField(String, String) - Constructor for class adams.gui.core.DateTextField
Constructs a new TextField initialized with the specified text.
DateTextField(String, String, int) - Constructor for class adams.gui.core.DateTextField
Constructs a new TextField initialized with the specified text and columns.
DateTextField(String, Document, String, int) - Constructor for class adams.gui.core.DateTextField
Constructs a new BaseTextField that uses the given text storage model and the given number of columns.
DateTextField.DateCheckModel - Class in adams.gui.core
A model for checking dates.
DateTime - Class in adams.core
A thin wrapper to distinguish between date and date/time.
DateTime() - Constructor for class adams.core.DateTime
Default constructor.
DateTime(long) - Constructor for class adams.core.DateTime
Initializes the date/time with the given msecs.
DateTime(Date) - Constructor for class adams.core.DateTime
Initializes the date/time with the given date.
DATETIME - adams.core.DateTimeType
adams' DateTime.
DATETIME - adams.core.PropertiesDataType
 
DATETIME - adams.data.spreadsheet.Cell.ContentType
date+time.
DATETIME - adams.gui.core.PropertiesParameterPanel.PropertyType
date/time.
DATETIME - adams.gui.visualization.core.axis.Type
displaying date/times.
DATETIME_MASK - Static variable in class adams.data.image.ImageMetaDataHelper
the date/time regexp mask.
DateTimeAxisModel - Class in adams.gui.visualization.core.axis
An axis model for displaying date/time values.
DateTimeAxisModel() - Constructor for class adams.gui.visualization.core.axis.DateTimeAxisModel
 
DateTimeChooserPanel - Class in adams.gui.chooser
Represents a text field and a button to open up a dialog for selecting a date/time.
DateTimeChooserPanel() - Constructor for class adams.gui.chooser.DateTimeChooserPanel
 
dateTimeColumnsTipText() - Method in class adams.data.io.input.AutoWidthTabularSpreadSheetReader
Returns the tip date for this property.
dateTimeColumnsTipText() - Method in class adams.data.io.input.CsvSpreadSheetReader
Returns the tip date for this property.
dateTimeColumnsTipText() - Method in class adams.data.io.input.FixedTabularSpreadSheetReader
Returns the tip date for this property.
dateTimeColumnsTipText() - Method in class adams.data.io.input.SimpleCsvSpreadSheetReader
Returns the tip date for this property.
dateTimeFormatTipText() - Method in class adams.data.io.input.AutoWidthTabularSpreadSheetReader
Returns the tip date/time for this property.
dateTimeFormatTipText() - Method in class adams.data.io.input.CsvSpreadSheetReader
Returns the tip date/time for this property.
dateTimeFormatTipText() - Method in class adams.data.io.input.FixedTabularSpreadSheetReader
Returns the tip date/time for this property.
dateTimeFormatTipText() - Method in class adams.data.io.input.SimpleCsvSpreadSheetReader
Returns the tip date/time for this property.
dateTimeFormatTipText() - Method in class adams.data.io.output.AutoWidthTabularSpreadSheetWriter
Returns the tip date/time for this property.
dateTimeFormatTipText() - Method in class adams.data.io.output.CsvSpreadSheetWriter
Returns the tip date/time for this property.
dateTimeFormatTipText() - Method in class adams.data.io.output.ExcelSpreadSheetWriter
Returns the tip date/time for this property.
dateTimeFormatTipText() - Method in class adams.data.io.output.FixedTabularSpreadSheetWriter
Returns the tip date/time for this property.
dateTimeLenientTipText() - Method in class adams.data.io.input.AutoWidthTabularSpreadSheetReader
Returns the tip text for this property.
dateTimeLenientTipText() - Method in class adams.data.io.input.CsvSpreadSheetReader
Returns the tip text for this property.
dateTimeLenientTipText() - Method in class adams.data.io.input.FixedTabularSpreadSheetReader
Returns the tip text for this property.
dateTimeLenientTipText() - Method in class adams.data.io.input.SimpleCsvSpreadSheetReader
Returns the tip text for this property.
DateTimeMsec - Class in adams.core
A thin wrapper to distinguish between date/teim and date/time msec.
DateTimeMsec() - Constructor for class adams.core.DateTimeMsec
Default constructor.
DateTimeMsec(long) - Constructor for class adams.core.DateTimeMsec
Initializes the date/time with the given msecs.
DateTimeMsec(Date) - Constructor for class adams.core.DateTimeMsec
Initializes the date/time with the given date.
DATETIMEMSEC - adams.core.DateTimeType
adams' DateTimeMsec.
DATETIMEMSEC - adams.data.spreadsheet.Cell.ContentType
date+time with msec.
DATETIMEMSEC - adams.gui.visualization.core.axis.Type
displaying date/times.
DateTimeMsecAxisModel - Class in adams.gui.visualization.core.axis
An axis model for displaying date/time msec values.
DateTimeMsecAxisModel() - Constructor for class adams.gui.visualization.core.axis.DateTimeMsecAxisModel
 
dateTimeMsecColumnsTipText() - Method in class adams.data.io.input.CsvSpreadSheetReader
Returns the tip date for this property.
dateTimeMsecFormatTipText() - Method in class adams.data.io.input.CsvSpreadSheetReader
Returns the tip date/time for this property.
dateTimeMsecFormatTipText() - Method in class adams.data.io.output.AutoWidthTabularSpreadSheetWriter
Returns the tip date/time for this property.
dateTimeMsecFormatTipText() - Method in class adams.data.io.output.CsvSpreadSheetWriter
Returns the tip date/time for this property.
dateTimeMsecFormatTipText() - Method in class adams.data.io.output.FixedTabularSpreadSheetWriter
Returns the tip date/time for this property.
dateTimeMsecLenientTipText() - Method in class adams.data.io.input.CsvSpreadSheetReader
Returns the tip text for this property.
dateTimeMsecValue() - Method in class adams.core.base.BaseDateTimeMsec
Returns the DateTimeMsec value.
DateTimePanel - Class in adams.gui.chooser
A combined panel that allows the user to choose date and time.
DateTimePanel() - Constructor for class adams.gui.chooser.DateTimePanel
 
DateTimeType - Enum in adams.core
Lists various date/time types.
DateTimeTypeDifference - Class in adams.flow.transformer
Computes the difference between the two date/time types of the incoming array (of length 2) by subtracting the second element from the first one.
DateTimeTypeDifference() - Constructor for class adams.flow.transformer.DateTimeTypeDifference
 
dateTimeTypeTipText() - Method in class adams.data.conversion.DateTimeTypeToString
Returns the tip text for this property.
dateTimeTypeTipText() - Method in class adams.data.conversion.ExtractDateTimeField
Returns the tip text for this property.
dateTimeTypeTipText() - Method in class adams.data.conversion.StringToDateTimeType
Returns the tip text for this property.
dateTimeTypeTipText() - Method in class adams.data.io.input.AutoWidthTabularSpreadSheetReader
Returns the tip date/time for this property.
dateTimeTypeTipText() - Method in class adams.data.io.input.FixedTabularSpreadSheetReader
Returns the tip date/time for this property.
dateTimeTypeTipText() - Method in class adams.data.io.input.SimpleCsvSpreadSheetReader
Returns the tip date/time for this property.
DateTimeTypeToString - Class in adams.data.conversion
Turns instances of the specified date/time type into a string using the specified format.
DateTimeTypeToString() - Constructor for class adams.data.conversion.DateTimeTypeToString
 
dateTimeValue() - Method in class adams.core.base.BaseDateTime
Returns the DateTime value.
dateTipText() - Method in class adams.flow.transformer.timeseriessplit.FixedDate
Returns the tip text for this property.
DATETYPE_ATTRIBUTE - adams.ml.capabilities.Capability
 
DATETYPE_CLASS - adams.ml.capabilities.Capability
 
DateUtils - Class in adams.core
A helper class for common Date-related operations.
DateUtils() - Constructor for class adams.core.DateUtils
 
dateValue() - Method in class adams.core.base.BaseDate
Returns the Date value.
dateValue() - Method in class adams.core.base.BaseDateTime
Returns the Date value.
dateValue() - Method in class adams.core.base.BaseDateTimeMsec
Returns the Date value.
dateValue() - Method in class adams.core.base.BaseTime
Returns the Date value.
dateValue() - Method in class adams.core.base.BaseTimeMsec
Returns the Date value.
dateValue() - Method in interface adams.core.DateValueSupporter
Returns the Date value.
DateValueSupporter - Interface in adams.core
Interface for classes that support date values.
DAUBECHIES2 - adams.data.filter.AbstractFastWavelet.WaveletType
Daubechies2.
DAY - adams.data.conversion.ExtractDateTimeField.DateTimeField
day.
DAY - Static variable in interface adams.parser.booleanexpression.sym
 
DAY - Static variable in interface adams.parser.mathematicalexpression.sym
 
DAY - Static variable in interface adams.parser.spreadsheetformula.sym
 
DAY - Static variable in interface adams.parser.stringexpression.sym
 
DAY_MILLISECONDS - Static variable in class adams.core.DateUtils
 
DAY_OF_MONTH - adams.data.conversion.ExtractDateTimeField.DateTimeField
day of month.
DAY_OF_WEEK - adams.data.conversion.ExtractDateTimeField.DateTimeField
day of week (starts sunday).
DAY_OF_WEEK_STR_EN - adams.data.conversion.ExtractDateTimeField.DateTimeField
day of week string (english).
DAY_OF_WEEK_STR_LOCALE - adams.data.conversion.ExtractDateTimeField.DateTimeField
day of week string (localized).
DAY_OF_YEAR - adams.data.conversion.ExtractDateTimeField.DateTimeField
day of year.
DAYS - adams.core.MicroSecondFormat.Unit
 
DAYS - adams.core.SecondFormat.Unit
 
daysInPriorYears(int, boolean) - Static method in class adams.core.DateUtils
Return the number of days in prior years since 1900
dayStart(Calendar) - Static method in class adams.core.DateUtils
 
dayTable - Variable in class adams.gui.chooser.DatePanel.InternalView
 
dayTableCellRenderer - Variable in class adams.gui.chooser.DatePanel.InternalView
 
dayTableHeader - Variable in class adams.gui.chooser.DatePanel.InternalView
 
DB_ID - adams.flow.transformer.TimeseriesInfo.InfoType
the database ID.
DbBackend - Class in adams.db.autodetect
Auto-detection database backend.
DbBackend - Class in adams.db.mirrored
MySQL Spectral backend.
DbBackend - Class in adams.db.mysql
MySQL database backend.
DbBackend - Class in adams.db.postgresql
PostgreSQL database backend.
DbBackend - Class in adams.db.sqlite
SQLite database backend.
DbBackend - Interface in adams.db
Interface for classes that return actual implementations of the processing database interfaces.
DbBackend() - Constructor for class adams.db.autodetect.DbBackend
 
DbBackend() - Constructor for class adams.db.mirrored.DbBackend
 
DbBackend() - Constructor for class adams.db.mysql.DbBackend
 
DbBackend() - Constructor for class adams.db.postgresql.DbBackend
 
DbBackend() - Constructor for class adams.db.sqlite.DbBackend
 
DbBackendDefinition - Class in adams.env
Definition for the DbBackend props file.
DbBackendDefinition() - Constructor for class adams.env.DbBackendDefinition
 
deactivate() - Method in class adams.gui.visualization.object.tools.AbstractTool
Gets called to deactivate the tool.
deactivate() - Method in class adams.gui.visualization.object.tools.Edit
Gets called to deactivate the tool.
deactivate() - Method in class adams.gui.visualization.object.tools.Move
Gets called to deactivate the tool.
deactivate() - Method in interface adams.gui.visualization.object.tools.Tool
Gets called to deactivate the tool.
deactivate() - Method in class adams.gui.visualization.segmentation.tool.AbstractTool
Gets called to deactivate the tool.
deactivate() - Method in interface adams.gui.visualization.segmentation.tool.Tool
Gets called to deactivate the tool.
debug(String) - Method in interface adams.core.DebugOutputHandler
Processes the debugging message.
debug(String) - Static method in class adams.core.net.InternetHelper
Just outputs a message in the console.
debug(String) - Method in class adams.core.net.SimpleMailer
Processes the debugging message.
debug(String, int) - Method in class adams.core.net.SimpleMailer
Processes the debugging message.
Debug - Class in adams.flow.execution
Allows the user to define breakpoints that suspend the execution of the flow, allowing the inspection of the current flow state.
Tokens can only inspected during 'preInput', 'preExecute' and 'postOutput' of Breakpoint control actors.
Debug() - Constructor for class adams.flow.execution.Debug
 
DEBUG - adams.gui.flow.FlowMultiPagePane.FlowPanelFilter
flow is debug view.
DEBUG - weka.classifiers.trees.XGBoost.Verbosity
 
DEBUG - Static variable in class adams.gui.print.PostscriptGraphics
whether to print some debug information
DEBUG - Static variable in class weka.filters.unsupervised.instance.multirowprocessor.AbstractMultiRowProcessorPlugin
 
DEBUGGER - adams.core.option.UserMode
for debugging purposes only.
debugLevelTipText() - Method in class adams.core.net.SimpleMailer
Returns the tip text for this property.
debugMsg(String) - Method in class weka.filters.unsupervised.instance.multirowprocessor.AbstractMultiRowProcessorPlugin
Outputs a debugging message on stderr.
debugMsg(String) - Method in class weka.filters.unsupervised.instance.MultiRowProcessor
Outputs a debugging message on stderr.
DebugNestedProducer - Class in adams.core.option
Nested producer that outputs format useful for debugging purposes.
DebugNestedProducer() - Constructor for class adams.core.option.DebugNestedProducer
 
DebugOptionProducer<O,​I> - Interface in adams.core.option
Indicator interface for option producers that generate debugging output.
DebugOutputHandler - Interface in adams.core
For classes that support debugging output of some kind.
DebugScopeRestrictionHandler - Interface in adams.flow.execution.debug
Interface for actors that limit the scope for debugging.
DebugScopeRestrictionHelper - Class in adams.flow.execution.debug
Helper class for scope restrictions.
DebugScopeRestrictionHelper() - Constructor for class adams.flow.execution.debug.DebugScopeRestrictionHelper
 
debugTipText() - Method in class adams.flow.source.RSync
 
debugTipText() - Method in class weka.core.converters.SpreadSheetLoader
the tip text for this property
debugTipText() - Method in class weka.filters.unsupervised.instance.multirowprocessor.AbstractMultiRowProcessorPlugin
Returns the tip text for this property.
DecimalFormatString - Class in adams.data
Wrapper for decimal formats.
DecimalFormatString() - Constructor for class adams.data.DecimalFormatString
Initializes the string with "0".
DecimalFormatString(String) - Constructor for class adams.data.DecimalFormatString
Initializes the object with the string to parse.
decode(AbstractImageContainer) - Method in class adams.data.barcode.decode.AbstractBarcodeDecoder
Attempts to decode the barcode in the image.
decode(String) - Method in class adams.core.base.BasePassword
Turns the base64 encoded string into plain text.
DecodeBarcode - Class in adams.flow.transformer
Decodes the data in a barcode using the specified decoder.
DecodeBarcode() - Constructor for class adams.flow.transformer.DecodeBarcode
 
decodeBase64(String) - Static method in class adams.core.net.InternetHelper
Turns the base64 encoded string into plain text.
decodeBase64String(String) - Static method in class adams.core.net.InternetHelper
Turns the base64 encoded string into plain text.
decodeFont(String) - Static method in class adams.gui.core.Fonts
Parses a font string ('name-face-size') and returns the Font object.
decoderTipText() - Method in class adams.data.image.features.Barcode
Returns the tip text for this property.
decoderTipText() - Method in class adams.flow.transformer.DecodeBarcode
Returns the tip text for this property.
decodeUrlFromFilename(String) - Static method in class adams.core.net.InternetHelper
Converts a URL encoded in a filename back into a URL.
decompress(byte[], int) - Static method in class adams.core.io.Bzip2Utils
Decompresses the specified bzip2 compressed bytes.
decompress(byte[], int) - Static method in class adams.core.io.GzipUtils
Decompresses the specified gzip compressed bytes.
decompress(byte[], int) - Static method in class adams.core.io.LzfUtils
Decompresses the specified lzf compressed bytes.
decompress(byte[], int) - Static method in class adams.core.io.LzmaUtils
Decompresses the specified gzip compressed bytes.
decompress(byte[], int) - Static method in class adams.core.io.XzUtils
Decompresses the specified xz compressed bytes.
decompress(byte[], int) - Static method in class adams.core.io.ZstdUtils
Decompresses the specified zstd compressed bytes.
decompress(byte[], int, MessageCollection) - Static method in class adams.core.io.Bzip2Utils
Decompresses the specified bzip2 compressed bytes.
decompress(byte[], int, MessageCollection) - Static method in class adams.core.io.GzipUtils
Decompresses the specified gzip compressed bytes.
decompress(byte[], int, MessageCollection) - Static method in class adams.core.io.LzfUtils
Decompresses the specified lzf compressed bytes.
decompress(byte[], int, MessageCollection) - Static method in class adams.core.io.LzmaUtils
Decompresses the specified gzip compressed bytes.
decompress(byte[], int, MessageCollection) - Static method in class adams.core.io.XzUtils
Decompresses the specified xz compressed bytes.
decompress(byte[], int, MessageCollection) - Static method in class adams.core.io.ZstdUtils
Decompresses the specified zstd compressed bytes.
decompress(byte[], TByteList) - Method in class adams.flow.transformer.AbstractSingleDecompress
Decompresses the bytes.
decompress(byte[], TByteList) - Method in class adams.flow.transformer.GUNZIP
Decompresses the bytes.
decompress(byte[], TByteList) - Method in class adams.flow.transformer.UnBzip2
Decompresses the bytes.
decompress(byte[], TByteList) - Method in class adams.flow.transformer.UnLzf
Decompresses the bytes.
decompress(byte[], TByteList) - Method in class adams.flow.transformer.UnLzma
Decompresses the bytes.
decompress(byte[], TByteList) - Method in class adams.flow.transformer.UnXz
Decompresses the bytes.
decompress(byte[], TByteList) - Method in class adams.flow.transformer.UnZstd
Decompresses the bytes.
decompress(File, int) - Static method in class adams.core.io.Bzip2Utils
Decompresses the specified archive to a file without the ".bz2" extension.
decompress(File, int) - Static method in class adams.core.io.GzipUtils
Decompresses the specified gzip archive to a file without the ".gz" extension.
decompress(File, int) - Static method in class adams.core.io.LzfUtils
Decompresses the specified lzma archive to a file without the ".lzf" extension.
decompress(File, int) - Static method in class adams.core.io.LzmaUtils
Decompresses the specified lzma archive to a file without the ".7z" extension.
decompress(File, int) - Static method in class adams.core.io.XzUtils
Decompresses the specified archive to a file without the ".xz" extension.
decompress(File, int) - Static method in class adams.core.io.ZstdUtils
Decompresses the specified archive to a file without the ".zst" extension.
decompress(File, int, File) - Static method in class adams.core.io.Bzip2Utils
Decompresses the specified archive.
decompress(File, int, File) - Static method in class adams.core.io.GzipUtils
Decompresses the specified gzip archive.
decompress(File, int, File) - Static method in class adams.core.io.LzfUtils
Decompresses the specified lzma archive.
decompress(File, int, File) - Static method in class adams.core.io.LzmaUtils
Decompresses the specified lzma archive.
decompress(File, int, File) - Static method in class adams.core.io.XzUtils
Decompresses the specified archive.
decompress(File, int, File) - Static method in class adams.core.io.ZstdUtils
Decompresses the specified archive.
decompress(File, MessageCollection) - Method in class adams.flow.transformer.AbstractMultiDecompress
Decompresses the archive.
decompress(File, MessageCollection) - Method in class adams.flow.transformer.UnRAR
Decompresses the archive.
decompress(File, MessageCollection) - Method in class adams.flow.transformer.UnTar
Decompresses the archive.
decompress(File, MessageCollection) - Method in class adams.flow.transformer.UnZIP
Decompresses the archive.
decompress(File, File) - Static method in class adams.core.io.RarUtils
Unrars the files in a RAR file.
decompress(File, File) - Static method in class adams.core.io.TarUtils
Decompresses the files in a tar file.
decompress(File, File) - Static method in class adams.core.io.ZipUtils
Unzips the files in a ZIP file.
decompress(File, File) - Method in class adams.flow.transformer.AbstractSingleDecompress
Decompresses the archive.
decompress(File, File) - Method in class adams.flow.transformer.GUNZIP
Decompresses the archive.
decompress(File, File) - Method in class adams.flow.transformer.UnBzip2
Decompresses the archive.
decompress(File, File) - Method in class adams.flow.transformer.UnLzf
Decompresses the archive.
decompress(File, File) - Method in class adams.flow.transformer.UnLzma
Decompresses the archive.
decompress(File, File) - Method in class adams.flow.transformer.UnXz
Decompresses the archive.
decompress(File, File) - Method in class adams.flow.transformer.UnZstd
Decompresses the archive.
decompress(File, File, boolean) - Static method in class adams.core.io.RarUtils
Unrars the files in a RAR file.
decompress(File, File, boolean) - Static method in class adams.core.io.TarUtils
Decompresses the files in a tar file.
decompress(File, File, boolean) - Static method in class adams.core.io.ZipUtils
Unzips the files in a ZIP file.
decompress(File, File, boolean, BaseRegExp, boolean) - Static method in class adams.core.io.RarUtils
Unrars the files in a RAR file.
decompress(File, File, boolean, BaseRegExp, boolean) - Static method in class adams.core.io.TarUtils
Decompresses the files in a tar file.
decompress(File, File, boolean, BaseRegExp, boolean) - Static method in class adams.core.io.ZipUtils
Unzips the files in a ZIP file.
decompress(File, File, boolean, BaseRegExp, boolean, int) - Static method in class adams.core.io.RarUtils
Unrars the files in a RAR file.
decompress(File, File, boolean, BaseRegExp, boolean, int) - Static method in class adams.core.io.TarUtils
Decompresses the files in a tar file.
decompress(File, File, boolean, BaseRegExp, boolean, int) - Static method in class adams.core.io.ZipUtils
Unzips the files in a ZIP file.
decompress(File, File, boolean, BaseRegExp, boolean, int, MessageCollection) - Static method in class adams.core.io.RarUtils
Unrars the files in a RAR file.
decompress(File, File, boolean, BaseRegExp, boolean, int, MessageCollection) - Static method in class adams.core.io.TarUtils
Decompresses the files in a tar file.
decompress(File, File, boolean, BaseRegExp, boolean, int, MessageCollection) - Static method in class adams.core.io.ZipUtils
Unzips the files in a ZIP file.
decompress(File, String, File) - Static method in class adams.core.io.RarUtils
Unrars the specified file from a RAR file.
decompress(File, String, File) - Static method in class adams.core.io.TarUtils
Decompresses the specified file from a tar file.
decompress(File, String, File) - Static method in class adams.core.io.ZipUtils
Unzips the specified file from a ZIP file.
decompress(File, String, File, boolean) - Static method in class adams.core.io.RarUtils
Unrars the specified file from a RAR file.
decompress(File, String, File, boolean) - Static method in class adams.core.io.TarUtils
Decompresses the specified file from a tar file.
decompress(File, String, File, boolean) - Static method in class adams.core.io.ZipUtils
Unzips the specified file from a ZIP file.
decompress(File, String, File, boolean, int, MessageCollection) - Static method in class adams.core.io.RarUtils
Unrars the specified file from a RAR file.
decompress(File, String, File, boolean, int, MessageCollection) - Static method in class adams.core.io.TarUtils
Decompresses the specified file from a tar file.
decompress(File, String, File, boolean, int, MessageCollection) - Static method in class adams.core.io.ZipUtils
Unzips the specified file from a ZIP file.
DEEP - adams.data.binning.operation.Copy.CopyType
deep copy of payload.
deepCopy(BufferedImage) - Static method in class adams.data.image.BufferedImageHelper
Returns a copy of a BufferedImage object.
deepCopy(Object) - Method in class adams.core.classmanager.ClassManager
Creates a deep copy of the given object (must be serializable!).
deepCopy(Object, boolean) - Method in class adams.core.classmanager.ClassManager
Creates a deep copy of the given object (must be serializable!).
deepCopy(Object, boolean) - Method in class adams.core.classmanager.ClassManager.NoManagerFound
 
deepCopy(Object, boolean) - Method in interface adams.core.classmanager.CustomClassManager
Creates a deep copy of the given object (must be serializable!).
deepCopy(Object, boolean) - Method in class adams.core.classmanager.DefaultClassManager
Creates a deep copy of the given object (must be serializable!).
deepCopy(Object, boolean) - Method in class adams.core.classmanager.WekaClassManager
Creates a deep copy of the given object (must be serializable!).
DeepCopyOperator - Interface in adams.core
Interface for option handlers that can perform optional deep copies.
deepCopyTipText() - Method in interface adams.core.DeepCopyOperator
Returns the tip text for this property.
deepCopyTipText() - Method in class adams.flow.control.LoadBalancer
Returns the tip text for this property.
DeepLabCutCSVHandler - Class in adams.gui.tools.previewbrowser
DeepLabCutCSVHandler() - Constructor for class adams.gui.tools.previewbrowser.DeepLabCutCSVHandler
 
DeepLabCutCSVHandler.CombinedPanel - Class in adams.gui.tools.previewbrowser
The panel for displaying the image.
DeepLabCutCSVReader - Class in adams.data.io.input
Reads point annotations into multiple reports from DeepLabCut's CSV format.
DeepLabCutCSVReader() - Constructor for class adams.data.io.input.DeepLabCutCSVReader
 
DeepLabCutCSVWriter - Class in adams.data.io.output
Writes point annotations from multiple reports in DeepLabCut's CSV format.
Expects the filename to be stored in the 'File' report field.
DeepLabCutCSVWriter() - Constructor for class adams.data.io.output.DeepLabCutCSVWriter
 
Default - Class in adams.core.io.fileuse
On Unix/Linux, uses 'lsof' to determine file use.
Default - Class in adams.flow.core.displaytype
Displays the frame on top of all windows.
Default - Class in adams.gui.visualization.jfreechart.shape
Generates no shape, ie leaves the default one intact.
Default() - Constructor for class adams.core.io.fileuse.Default
 
Default() - Constructor for class adams.flow.core.displaytype.Default
 
Default() - Constructor for class adams.gui.visualization.jfreechart.shape.Default
 
DEFAULT - adams.data.image.transformer.Resize.ScalingType
 
DEFAULT - adams.gui.visualization.core.axis.Type
displaying absolute values (default).
DEFAULT - weka.classifiers.trees.XGBoost.Predictor
 
DEFAULT - weka.classifiers.trees.XGBoost.ProcessType
 
DEFAULT - Static variable in class adams.core.base.ArrayDimensions
the default value.
DEFAULT - Static variable in class adams.core.base.BaseBoolean
the default value.
DEFAULT - Static variable in class adams.core.base.BaseByte
the default value.
DEFAULT - Static variable in class adams.core.base.BaseCharacter
the default value.
DEFAULT - Static variable in class adams.core.base.BaseColor
the default value.
DEFAULT - Static variable in class adams.core.base.BaseDimension
the default value.
DEFAULT - Static variable in class adams.core.base.BaseDouble
the default value.
DEFAULT - Static variable in class adams.core.base.BaseFloat
the default value.
DEFAULT - Static variable in class adams.core.base.BaseInteger
the default value.
DEFAULT - Static variable in class adams.core.base.BaseLong
the default value.
DEFAULT - Static variable in class adams.core.base.BasePointDouble
the default value.
DEFAULT - Static variable in class adams.core.base.BasePointFloat
the default value.
DEFAULT - Static variable in class adams.core.base.BasePointInt
the default value.
DEFAULT - Static variable in class adams.core.base.BaseShort
the default value.
DEFAULT - Static variable in class adams.core.base.CronSchedule
the default schedule.
DEFAULT - Static variable in class adams.core.base.RangedThreshold
 
DEFAULT - Static variable in class adams.core.ByteFormatString
the default value.
DEFAULT - Static variable in class adams.core.MicroSecondFormatString
the default value.
DEFAULT - Static variable in class adams.core.SecondFormatString
the default value.
DEFAULT - Static variable in class adams.core.VariableName
the default value.
DEFAULT - Static variable in class adams.data.DecimalFormatString
the default value.
DEFAULT - Static variable in class adams.flow.control.StorageName
the default value.
DEFAULT_ADDRESS_FROM - Static variable in class adams.core.net.EmailHelper
The default "from" email address.
DEFAULT_AMOUNT - Static variable in class weka.filters.unsupervised.instance.LatestRecords
the default number of records to keep.
DEFAULT_ATT_RANGE - Static variable in class weka.filters.unsupervised.instance.KennardStone
 
DEFAULT_ATTNAME - Static variable in class weka.filters.unsupervised.instance.LatestRecords
the default attribute name.
DEFAULT_CHARS - Static variable in class adams.tools.ZipPassword
the default characters.
DEFAULT_CLASS - Static variable in class adams.flow.source.WekaNewInstances
the class attribute name (if not specified explicitly).
DEFAULT_CLASS_INDEX - Static variable in class weka.classifiers.meta.ClassifierCascade
 
DEFAULT_COMBINATION - Static variable in class weka.classifiers.meta.ClassifierCascade
 
DEFAULT_COMMENT - Static variable in class adams.gui.scripting.SyntaxDocument
the attribute set for comments.
DEFAULT_DATASET_NAME - Static variable in class adams.data.featureconverter.HeaderDefinition
the default dataset name.
DEFAULT_DATE_FORMAT - Static variable in class adams.flow.source.WekaNewInstances
the default date format.
DEFAULT_FONT - Static variable in class adams.gui.chooser.FontChooserPanelWithPreview
the default font.
DEFAULT_FONT - Static variable in class adams.gui.chooser.PdfFontChooserPanel
the default font.
DEFAULT_FONT_FAMILY - Static variable in class adams.gui.scripting.SyntaxDocument
the font family.
DEFAULT_FONT_SIZE - Static variable in class adams.gui.scripting.SyntaxDocument
the font size.
DEFAULT_FORMAT - Static variable in class adams.core.DateFormat
the default format.
DEFAULT_FORMAT - Static variable in class weka.filters.unsupervised.attribute.StringToDate
 
DEFAULT_GROUP - Static variable in class weka.filters.unsupervised.instance.multirowprocessor.selection.GroupExpression
 
DEFAULT_HOLDOUT_PERCENTAGE - Static variable in class weka.classifiers.meta.ClassifierCascade
 
DEFAULT_HOSTNAME - Static variable in class adams.core.logging.RemoteSendHandler
the default host.
DEFAULT_ICON - Static variable in class adams.gui.core.GUIHelper.AbstractInputPanel
the default icon.
DEFAULT_IMAGE_DIR - Static variable in class adams.gui.core.ImageManager
the default path for images/icons.
DEFAULT_KEYWORD - Static variable in class adams.gui.scripting.SyntaxDocument
the attribute set for keywords.
DEFAULT_MARKUP - Static variable in class adams.core.net.HtmlUtils
the default replacement for URL markup.
DEFAULT_MAX_CHARS - Static variable in class adams.gui.core.TitleGenerator
the default max chars.
DEFAULT_MAX_CLASS_RANGE_PERCENTAGE - Static variable in class weka.classifiers.meta.MinMaxLimits
the default class range percentage for the lower limit.
DEFAULT_MAX_DECIMAL_PLACES - Static variable in class weka.core.converters.SimpleArffSaver
the default number of decimal places.
DEFAULT_MAX_HANDLING - Static variable in class weka.classifiers.meta.MinMaxLimits
the default handling of the lower limit.
DEFAULT_MAX_LEVELS - Static variable in class weka.classifiers.meta.ClassifierCascade
 
DEFAULT_MAX_MANUAL - Static variable in class weka.classifiers.meta.MinMaxLimits
the default manual limit of the lower limit.
DEFAULT_MAX_UNDO - Static variable in class adams.gui.core.Undo
the default for number of undo steps.
DEFAULT_MAXFAILURES - Static variable in class adams.core.logging.RemoteSendHandler
the default maximum number of send failures to accept.
DEFAULT_MESSAGE_TEMPLATE - Static variable in class adams.flow.standalone.MemoryMonitor
 
DEFAULT_MIN_CLASS_RANGE_PERCENTAGE - Static variable in class weka.classifiers.meta.MinMaxLimits
the default class range percentage for the lower limit.
DEFAULT_MIN_HANDLING - Static variable in class weka.classifiers.meta.MinMaxLimits
the default handling of the lower limit.
DEFAULT_MIN_IMPROVEMENT - Static variable in class weka.classifiers.meta.ClassifierCascade
 
DEFAULT_MIN_MANUAL - Static variable in class weka.classifiers.meta.MinMaxLimits
the default manual limit of the lower limit.
DEFAULT_NAME - Static variable in class weka.filters.unsupervised.instance.DatasetLabeler
the default name of the attribute.
DEFAULT_NAME - Static variable in class weka.gui.explorer.MultiExplorer
the default name for new panels.
DEFAULT_NAME_FIRST - Static variable in class weka.filters.unsupervised.attribute.MergeTwoAttributes
the default first attribute name.
DEFAULT_NAME_SECOND - Static variable in class weka.filters.unsupervised.attribute.MergeTwoAttributes
the default second attribute name.
DEFAULT_NORMAL - Static variable in class adams.gui.scripting.SyntaxDocument
the attribute set for normal code.
DEFAULT_NUM_DECIMALS - Static variable in class adams.core.base.BaseInterval
the default number of decimals to use.
DEFAULT_NUM_FOLDS - Static variable in class weka.classifiers.meta.ClassifierCascade
 
DEFAULT_NUM_THREADS - Static variable in class weka.classifiers.meta.ClassifierCascade
 
DEFAULT_NUMBER_IN_SUBSET - Static variable in class weka.filters.unsupervised.instance.KennardStone
 
DEFAULT_PLOTNAME - Static variable in class adams.flow.container.SequencePlotterContainer
the default plot name.
DEFAULT_PORT - Static variable in class adams.console.Logging
the default port to use for receiving logging messages.
DEFAULT_PORT - Static variable in class adams.core.logging.RemoteReceiveHandler.AbstractRemoteListenerRunnable
the default port.
DEFAULT_PORT - Static variable in class adams.core.logging.RemoteSendHandler
the default port.
DEFAULT_PORT - Static variable in class adams.flow.execution.RemoteFlowListener
the default port.
DEFAULT_PORT - Static variable in class adams.gui.tools.remotecontrolcenter.panels.AbstractRemoteFlowTab
the default port to use for refreshing flows.
DEFAULT_PORT - Static variable in class adams.gui.tools.remotecontrolcenter.panels.RemoteLoggingTab
the default port to use for receiving logging messages.
DEFAULT_PORT - Static variable in class adams.scripting.engine.DefaultScriptingEngine
the default port.
DEFAULT_PRE_FILTER - Static variable in class weka.filters.unsupervised.instance.KennardStone
 
DEFAULT_PREFIX - Static variable in class adams.flow.transformer.locateobjects.LocatedObjects
the default prefix.
DEFAULT_PREFIX - Static variable in class weka.filters.unsupervised.attribute.OuterProductAnalysis
 
DEFAULT_REFRESH_TIMEOUT - Static variable in class adams.gui.selection.AbstractSelectionPanel
the default time in msec to wait for refresh to finish.
DEFAULT_REGEXP - Static variable in class weka.filters.unsupervised.attribute.OuterProductAnalysis
 
DEFAULT_REMOVE_CHARS - Static variable in class weka.filters.unsupervised.attribute.MergeManyAttributes
characters to remove from start/end of the merged name.
DEFAULT_REMOVE_CHARS - Static variable in class weka.filters.unsupervised.attribute.MergeTwoAttributes
characters to remove from start/end of the merged name.
DEFAULT_SENDEMAIL - Static variable in class adams.core.net.EmailHelper
The default "send email".
DEFAULT_SIGNATURE - Static variable in class adams.core.net.EmailHelper
The default "signature".
DEFAULT_SIZE - Static variable in class adams.gui.chooser.FontChooserPanelWithPreview
The index of the default size.
DEFAULT_SIZE - Static variable in class adams.gui.chooser.PdfFontChooserPanel
The index of the default size.
DEFAULT_SIZE - Static variable in class adams.gui.visualization.segmentation.tool.BucketFill
the default size.
DEFAULT_SIZE - Static variable in class adams.gui.visualization.segmentation.tool.Eraser
the default size.
DEFAULT_SIZE - Static variable in class adams.gui.visualization.segmentation.tool.Pencil
the default size.
DEFAULT_SIZE - Static variable in class adams.gui.visualization.segmentation.tool.PolygonFill
the default size.
DEFAULT_STATISTIC - Static variable in class weka.classifiers.meta.ClassifierCascade
 
DEFAULT_STRING - Static variable in class adams.gui.scripting.SyntaxDocument
the attribute set for strings.
DEFAULT_SUFFIX - Static variable in class adams.gui.visualization.object.mouseclick.SetLabel
 
DEFAULT_TEXT - Static variable in class adams.gui.flow.tab.ActorHelpTab
the default text if no actor has been selected.
DEFAULT_TEXT - Static variable in class adams.gui.flow.tab.ActorParametersTab
the default text if no actor has been selected.
DEFAULT_THRESHOLD - Static variable in class weka.classifiers.meta.ClassifierCascade
 
DEFAULT_THRESHOLD_CHECK - Static variable in class weka.classifiers.meta.ClassifierCascade
 
DEFAULT_TIMEOUT - Static variable in class adams.core.logging.RemoteReceiveHandler.AbstractRemoteListenerRunnable
the default timeout.
DEFAULT_TIMEZONE - Static variable in class adams.core.management.TimeZoneHelper
the constant for the system's default timezone.
DEFAULT_TITLE - Static variable in class adams.gui.core.BaseStatusBar
the default title.
DEFAULT_TITLE - Static variable in class adams.gui.flow.FlowEditorPanel
the default title for dialogs/frames.
DEFAULT_TYPE - Static variable in class adams.flow.transformer.MakeLogEntry
the default type for log entries.
DEFAULT_URI - Static variable in class adams.core.base.BaseURI
the default URI.
DEFAULT_URL - Static variable in class adams.core.base.BaseURL
the default URL.
DEFAULT_URL - Static variable in class adams.db.JdbcUrl
 
DEFAULT_WIDTH - Static variable in class adams.gui.visualization.container.NotesFactory.Dialog
the default width.
DEFAULT_WIDTH_CHOOSERS - Static variable in class adams.gui.core.PropertiesParameterPanel
the default width for choosers.
DefaultActorComparator - Class in adams.flow.core
Simply uses the (lowercase) name of the actors for comparison.
DefaultActorComparator() - Constructor for class adams.flow.core.DefaultActorComparator
 
DefaultAdamsExperimentIO - Class in adams.gui.tools.wekamultiexperimenter.io
Default IO handler for experiments.
DefaultAdamsExperimentIO() - Constructor for class adams.gui.tools.wekamultiexperimenter.io.DefaultAdamsExperimentIO
 
DefaultAnalysisPanel - Class in adams.gui.tools.wekamultiexperimenter.analysis
Default panel for analyzing results from experiments.
DefaultAnalysisPanel() - Constructor for class adams.gui.tools.wekamultiexperimenter.analysis.DefaultAnalysisPanel
 
DefaultAnalysisPanel.HistoryPanel - Class in adams.gui.tools.wekamultiexperimenter.analysis
Customized history panel.
DefaultAnnotationsDisplayGenerator - Class in adams.gui.visualization.object.annotationsdisplay
Ancestor for classes that create AbstractAnnotationsPanel implementations.
DefaultAnnotationsDisplayGenerator() - Constructor for class adams.gui.visualization.object.annotationsdisplay.DefaultAnnotationsDisplayGenerator
 
DefaultAnnotationsDisplayPanel - Class in adams.gui.visualization.object.annotationsdisplay
Displays the annotations as a report table.
DefaultAnnotationsDisplayPanel() - Constructor for class adams.gui.visualization.object.annotationsdisplay.DefaultAnnotationsDisplayPanel
 
DefaultAxisModel - Class in adams.gui.visualization.core.axis
An axis model for displaying absolute values.
DefaultAxisModel() - Constructor for class adams.gui.visualization.core.axis.DefaultAxisModel
 
DefaultCategory - Class in adams.gui.visualization.jfreechart.dataset
For each of the Y columns, a separate series is generated.
DefaultCategory() - Constructor for class adams.gui.visualization.jfreechart.dataset.DefaultCategory
 
DefaultCellRenderingCustomizer - Class in adams.gui.core.spreadsheettable
Default cell rendering customizer.
DefaultCellRenderingCustomizer() - Constructor for class adams.gui.core.spreadsheettable.DefaultCellRenderingCustomizer
 
defaultCellValueTipText() - Method in class adams.flow.transformer.plotgenerator.AbstractPlotGenerator
Returns the tip text for this property.
defaultClassifierOptions() - Method in class weka.classifiers.meta.HighLowSplit
String describing options for default classifier.
defaultClassifierOptions() - Method in class weka.classifiers.meta.HighLowSplitSingleClassifier
String describing options for default classifier.
defaultClassifierString() - Method in class weka.classifiers.lazy.LWLSynchro
Default classifier classname.
defaultClassifierString() - Method in class weka.classifiers.lazy.LWLSynchroPrefilter
Default classifier classname.
defaultClassifierString() - Method in class weka.classifiers.meta.AbstainingClassifierWrapper
String describing default classifier.
defaultClassifierString() - Method in class weka.classifiers.meta.ClassificationViaRegressionD
String describing default classifier.
defaultClassifierString() - Method in class weka.classifiers.meta.Corr
String describing default classifier.
defaultClassifierString() - Method in class weka.classifiers.meta.HighLowSplit
String describing default classifier.
defaultClassifierString() - Method in class weka.classifiers.meta.HighLowSplitSingleClassifier
String describing default classifier.
DefaultClassManager - Class in adams.core.classmanager
Just uses Class.forName(...).
DefaultClassManager() - Constructor for class adams.core.classmanager.DefaultClassManager
 
defaultClassTipText() - Method in class adams.flow.source.valuedefinition.AbstractGOEValueDefinition
Returns the tip text for this property.
DefaultColorProvider - Class in adams.gui.visualization.core
The default color provider, which is used in various plots.
DefaultColorProvider() - Constructor for class adams.gui.visualization.core.DefaultColorProvider
 
defaultColorTipText() - Method in class adams.gui.visualization.core.RegExpColorProvider
Returns the tip text for this property.
defaultColorTipText() - Method in class adams.gui.visualization.core.RgbInNameColorProvider
Returns the tip text for this property.
defaultColorTipText() - Method in class adams.gui.visualization.instance.ReportColorInstancePaintlet
Returns the tip text for this property.
defaultColorTipText() - Method in class adams.gui.visualization.timeseries.ReportColorTimeseriesPaintlet
Returns the tip text for this property.
DefaultCommandLineHandler - Class in adams.core.option
Only uses the classname as commandline, no actual option handling.
DefaultCommandLineHandler() - Constructor for class adams.core.option.DefaultCommandLineHandler
 
DefaultComparator() - Constructor for class adams.data.SortedList.DefaultComparator
 
DefaultCompare - Class in adams.core
Compares two Comparable objects.
DefaultCompare() - Constructor for class adams.core.DefaultCompare
 
DefaultComplexTag - Class in adams.doc.xml
Default complex tag.
DefaultComplexTag(String) - Constructor for class adams.doc.xml.DefaultComplexTag
Initializes the tag.
DefaultConnection - Class in adams.scripting.connection
Sends the command to the specified host:port.
DefaultConnection() - Constructor for class adams.scripting.connection.DefaultConnection
 
DefaultContainerDisplayStringGenerator - Class in adams.gui.visualization.container
Default class for generating display IDs.
DefaultContainerDisplayStringGenerator() - Constructor for class adams.gui.visualization.container.DefaultContainerDisplayStringGenerator
 
DefaultContainerTableColumnNameGenerator - Class in adams.gui.visualization.container
Abstract class for generating the column names of a table.
DefaultContainerTableColumnNameGenerator() - Constructor for class adams.gui.visualization.container.DefaultContainerTableColumnNameGenerator
 
DefaultCrossValidationFoldGenerator - Class in adams.ml.evaluation
Helper class for generating cross-validation folds.
DefaultCrossValidationFoldGenerator - Class in weka.classifiers
Helper class for generating cross-validation folds.
DefaultCrossValidationFoldGenerator() - Constructor for class adams.ml.evaluation.DefaultCrossValidationFoldGenerator
Initializes the generator.
DefaultCrossValidationFoldGenerator() - Constructor for class weka.classifiers.DefaultCrossValidationFoldGenerator
Initializes the generator.
DefaultCrossValidationFoldGenerator(Dataset, int, long, boolean) - Constructor for class adams.ml.evaluation.DefaultCrossValidationFoldGenerator
Initializes the generator.
DefaultCrossValidationFoldGenerator(Dataset, int, long, boolean, boolean) - Constructor for class adams.ml.evaluation.DefaultCrossValidationFoldGenerator
Initializes the generator.
DefaultCrossValidationFoldGenerator(Instances, int, long, boolean) - Constructor for class weka.classifiers.DefaultCrossValidationFoldGenerator
Initializes the generator.
DefaultCrossValidationFoldGenerator(Instances, int, long, boolean, boolean, String) - Constructor for class weka.classifiers.DefaultCrossValidationFoldGenerator
Initializes the generator.
DefaultDataset - Class in adams.ml.data
Extended DefaultSpreadSheet class, providing additional machine learning functionality.
DefaultDataset() - Constructor for class adams.ml.data.DefaultDataset
Default constructor.
DefaultDataset(SpreadSheet) - Constructor for class adams.ml.data.DefaultDataset
Initializes the dataset with the data from the spreadsheet.
defaultDataTypeTipText() - Method in class adams.data.conversion.StringToField
Returns the tip text for this property.
DefaultFilenameGenerator - Class in adams.core.io
The default generator for database ID and ID handlers.
DefaultFilenameGenerator() - Constructor for class adams.core.io.DefaultFilenameGenerator
 
DefaultFlowExecutionListeningSupporter - Class in adams.flow.execution
Default supporter that can be used instead of Flow in case of running actors outside a flow.
DefaultFlowExecutionListeningSupporter() - Constructor for class adams.flow.execution.DefaultFlowExecutionListeningSupporter
Default constructor.
DefaultFlowReader - Class in adams.data.io.input
Reads flows in the default format (nested).
DefaultFlowReader() - Constructor for class adams.data.io.input.DefaultFlowReader
 
DefaultFlowWriter - Class in adams.data.io.output
Writes flows in the default format (nested).
DefaultFlowWriter() - Constructor for class adams.data.io.output.DefaultFlowWriter
 
DefaultGenericObjectEditorHandler - Class in adams.gui.goe
Dummy handler.
DefaultGenericObjectEditorHandler() - Constructor for class adams.gui.goe.DefaultGenericObjectEditorHandler
 
DefaultHandler - Class in weka.gui.explorer
Dummy handler, in case no other handler was located for an explorer panel.
DefaultHandler() - Constructor for class weka.gui.explorer.DefaultHandler
 
DefaultHelpGenerator - Class in adams.gui.help
Just looks for the globalInfo method.
DefaultHelpGenerator() - Constructor for class adams.gui.help.DefaultHelpGenerator
 
DefaultHyperlinkListener() - Constructor for class adams.gui.core.BrowserHelper.DefaultHyperlinkListener
 
DefaultInspectionHandler - Class in adams.gui.visualization.debug.inspectionhandler
Fallback inspection handler.
DefaultInspectionHandler() - Constructor for class adams.gui.visualization.debug.inspectionhandler.DefaultInspectionHandler
 
defaultLabelTipText() - Method in class adams.flow.transformer.ViaAnnotationsToReports
Returns the tip text for this property.
DefaultLogEntryDialog - Class in adams.flow.sink.logview
Simply shows the content of the LogEntry in a text area.
DefaultLogEntryDialog() - Constructor for class adams.flow.sink.logview.DefaultLogEntryDialog
 
DefaultMainScriptingEngine - Class in adams.scripting.engine
Manages worker scripting engines and sends them jobs for execution.
DefaultMainScriptingEngine() - Constructor for class adams.scripting.engine.DefaultMainScriptingEngine
 
DefaultMainScriptingEngine.RemoteCommandGrabber - Class in adams.scripting.engine
Handles the registering/deregistering of workers.
defaultObjectsTipText() - Method in class adams.flow.source.valuedefinition.AbstractArrayValueDefinition
Returns the tip text for this property.
DefaultOutputPrinter - Class in adams.core.management
Default printer for processes.
DefaultOutputPrinter(boolean, Process) - Constructor for class adams.core.management.DefaultOutputPrinter
Initializes the printer.
DefaultProcessor - Class in adams.scripting.processor
Processors for simple remote command format.
DefaultProcessor() - Constructor for class adams.scripting.processor.DefaultProcessor
 
DefaultPropertyDiscovery - Class in adams.core.discovery
Class for performing object discovery.
DefaultPropertyDiscovery() - Constructor for class adams.core.discovery.DefaultPropertyDiscovery
 
DefaultPropertyDiscovery.HandlerObserver - Class in adams.core.discovery
Observer using discovery handlers.
DefaultPropertyExtractor - Class in adams.gui.visualization.debug.propertyextractor
Default extractor, which is used as fallback.
DefaultPropertyExtractor() - Constructor for class adams.gui.visualization.debug.propertyextractor.DefaultPropertyExtractor
 
DefaultPropertyValueConverter - Class in adams.flow.core
Default handler for primitives.
DefaultPropertyValueConverter() - Constructor for class adams.flow.core.DefaultPropertyValueConverter
 
DefaultRandomization - Class in adams.data.splitgenerator.generic.randomization
Randomizes the data using a random number generator initialized with the seed value.
DefaultRandomization() - Constructor for class adams.data.splitgenerator.generic.randomization.DefaultRandomization
 
DefaultRandomSplitGenerator - Class in adams.ml.evaluation
Generates random splits of datasets.
DefaultRandomSplitGenerator - Class in weka.classifiers
Generates random splits of datasets.
DefaultRandomSplitGenerator() - Constructor for class adams.ml.evaluation.DefaultRandomSplitGenerator
Initializes the generator.
DefaultRandomSplitGenerator() - Constructor for class weka.classifiers.DefaultRandomSplitGenerator
Initializes the generator.
DefaultRandomSplitGenerator(Dataset, double) - Constructor for class adams.ml.evaluation.DefaultRandomSplitGenerator
Initializes the generator.
DefaultRandomSplitGenerator(Dataset, long, double) - Constructor for class adams.ml.evaluation.DefaultRandomSplitGenerator
Initializes the generator.
DefaultRandomSplitGenerator(Dataset, long, double, boolean) - Constructor for class adams.ml.evaluation.DefaultRandomSplitGenerator
Initializes the generator.
DefaultRandomSplitGenerator(Instances, double) - Constructor for class weka.classifiers.DefaultRandomSplitGenerator
Initializes the generator.
DefaultRandomSplitGenerator(Instances, long, double) - Constructor for class weka.classifiers.DefaultRandomSplitGenerator
Initializes the generator.
DefaultRandomSplitGenerator(Instances, long, double, boolean) - Constructor for class weka.classifiers.DefaultRandomSplitGenerator
Initializes the generator.
DefaultRemoteCommandHandler - Class in adams.scripting.engine
Default handler for remote commands.
DefaultRemoteCommandHandler() - Constructor for class adams.scripting.engine.DefaultRemoteCommandHandler
 
DefaultReportFileChooser - Class in adams.gui.chooser
A specialized JFileChooser that lists all available file Readers and Writers for sampledata reports.
DefaultReportFileChooser() - Constructor for class adams.gui.chooser.DefaultReportFileChooser
 
DefaultScriptingEngine - Class in adams.scripting.engine
Default implementation of scripting engine for remote commands.
DefaultScriptingEngine() - Constructor for class adams.scripting.engine.DefaultScriptingEngine
 
DefaultSerializedObjectViewer - Class in adams.gui.tools.previewbrowser
Default viewer that just uses the Object's toString() method to display it.
DefaultSerializedObjectViewer() - Constructor for class adams.gui.tools.previewbrowser.DefaultSerializedObjectViewer
 
DefaultSimpleCSVReportReader - Class in adams.data.io.input
Default implementation of a report reader of the simple CSV format.
DefaultSimpleCSVReportReader() - Constructor for class adams.data.io.input.DefaultSimpleCSVReportReader
 
DefaultSimpleCSVReportWriter - Class in adams.data.io.output
Default implementation of a report writer of the simple CSV format.
DefaultSimpleCSVReportWriter() - Constructor for class adams.data.io.output.DefaultSimpleCSVReportWriter
 
DefaultSimpleJsonReportReader - Class in adams.data.io.input
Default implementation of a report reader of the simple Json format.
DefaultSimpleJsonReportReader() - Constructor for class adams.data.io.input.DefaultSimpleJsonReportReader
 
DefaultSimpleJsonReportWriter - Class in adams.data.io.output
Default implementation of a report writer of the simple Json format.
DefaultSimpleJsonReportWriter() - Constructor for class adams.data.io.output.DefaultSimpleJsonReportWriter
 
DefaultSimpleReportReader - Class in adams.data.io.input
Default implementation of a report reader of the simple format.
DefaultSimpleReportReader() - Constructor for class adams.data.io.input.DefaultSimpleReportReader
 
DefaultSimpleReportWriter - Class in adams.data.io.output
Default implementation of a report writer of the simple format.
DefaultSimpleReportWriter() - Constructor for class adams.data.io.output.DefaultSimpleReportWriter
 
DefaultSimpleTag - Class in adams.doc.xml
A default simple tag.
DefaultSimpleTag(String) - Constructor for class adams.doc.xml.DefaultSimpleTag
Initializes the tag.
DefaultSimpleTag(String, String) - Constructor for class adams.doc.xml.DefaultSimpleTag
Initializes the paragraph tag.
DefaultSplitter - Class in adams.data.splitgenerator.generic.splitter
Splits the data using the specified percentage for training and rest for testing.
DefaultSplitter() - Constructor for class adams.data.splitgenerator.generic.splitter.DefaultSplitter
 
DefaultSpreadSheet - Class in adams.data.spreadsheet
Represents a generic spreadsheet object.
DefaultSpreadSheet() - Constructor for class adams.data.spreadsheet.DefaultSpreadSheet
default constructor.
DefaultStratification - Class in adams.data.splitgenerator.generic.stratification
Stratifies the data.
DefaultStratification() - Constructor for class adams.data.splitgenerator.generic.stratification.DefaultStratification
 
DefaultTextAreaPanelWithAdvancedSyntaxHighlighting - Class in adams.gui.core
Text area with no syntax highlighting by default.
DefaultTextAreaPanelWithAdvancedSyntaxHighlighting() - Constructor for class adams.gui.core.DefaultTextAreaPanelWithAdvancedSyntaxHighlighting
 
DefaultTextRenderer - Class in adams.data.textrenderer
Just uses the object's toString() method.
DefaultTextRenderer() - Constructor for class adams.data.textrenderer.DefaultTextRenderer
 
DefaultTimeseriesXAxisPanelOptions - Class in adams.gui.visualization.timeseries
Encapsulates options for the X axis in a timeseries plot.
DefaultTimeseriesXAxisPanelOptions() - Constructor for class adams.gui.visualization.timeseries.DefaultTimeseriesXAxisPanelOptions
 
DefaultTimeseriesYAxisPanelOptions - Class in adams.gui.visualization.timeseries
Encapsulates options for the Y axis in a timeseries plot.
DefaultTimeseriesYAxisPanelOptions() - Constructor for class adams.gui.visualization.timeseries.DefaultTimeseriesYAxisPanelOptions
 
DefaultTypeMapper - Class in adams.data.spreadsheet.sql
Default type mapper, works with MySQL and PostgreSQL.
DefaultTypeMapper() - Constructor for class adams.data.spreadsheet.sql.DefaultTypeMapper
 
DefaultValueDefinition - Class in adams.flow.source.valuedefinition
Combines name, type and default value for a single value.
DefaultValueDefinition() - Constructor for class adams.flow.source.valuedefinition.DefaultValueDefinition
 
defaultValueTipText() - Method in class adams.flow.source.valuedefinition.DefaultValueDefinition
Returns the tip text for this property.
defaultValueTipText() - Method in class adams.flow.source.valuedefinition.DirectoryValueDefinition
Returns the tip text for this property.
defaultValueTipText() - Method in class adams.flow.source.valuedefinition.FileValueDefinition
Returns the tip text for this property.
defaultValueTipText() - Method in class adams.flow.source.valuedefinition.ListSelectionValueDefinition
Returns the tip text for this property.
defaultValueTipText() - Method in class adams.flow.source.valuedefinition.RegExpConstrainedStringDefinition
Returns the tip text for this property.
DefaultWekaExperimentIO - Class in adams.gui.tools.wekamultiexperimenter.io
Default IO handler for experiments.
DefaultWekaExperimentIO() - Constructor for class adams.gui.tools.wekamultiexperimenter.io.DefaultWekaExperimentIO
 
DefaultWekaExperimentRunner - Class in adams.gui.tools.wekamultiexperimenter.runner
A class that handles running a copy of the experiment in a separate thread.
DefaultWekaExperimentRunner(ExperimenterPanel) - Constructor for class adams.gui.tools.wekamultiexperimenter.runner.DefaultWekaExperimentRunner
Initializes the thread.
DefaultWorkerScriptingEngine - Class in adams.scripting.engine
Registers itself with a main engine for executing jobs.
DefaultWorkerScriptingEngine() - Constructor for class adams.scripting.engine.DefaultWorkerScriptingEngine
 
DefaultXY - Class in adams.gui.visualization.jfreechart.dataset
Generates DefaultXYDataset datasets.
DefaultXY() - Constructor for class adams.gui.visualization.jfreechart.dataset.DefaultXY
 
DefaultXYZ - Class in adams.gui.visualization.jfreechart.dataset
Generates DefaultXYZDataset datasets.
DefaultXYZ() - Constructor for class adams.gui.visualization.jfreechart.dataset.DefaultXYZ
 
defineOptions() - Method in class adams.console.Logging
Adds options to the internal list of options.
defineOptions() - Method in class adams.core.command.AbstractAsyncCapableExternalCommand
Adds options to the internal list of options.
defineOptions() - Method in class adams.core.command.AbstractAsyncCapableExternalCommandWithOptions
Adds options to the internal list of options.
defineOptions() - Method in class adams.core.command.AbstractExternalCommand
Adds options to the internal list of options.
defineOptions() - Method in class adams.core.command.AbstractExternalCommandWithOptions
Adds options to the internal list of options.
defineOptions() - Method in class adams.core.command.output.LineSplit
Adds options to the internal list of options.
defineOptions() - Method in class adams.core.command.stderr.CallableActorSink
Adds options to the internal list of options.
defineOptions() - Method in class adams.core.command.stderr.Enqueue
Adds options to the internal list of options.
defineOptions() - Method in class adams.core.command.stderr.Log
Adds options to the internal list of options.
defineOptions() - Method in class adams.core.command.stdout.CallableActorSink
Adds options to the internal list of options.
defineOptions() - Method in class adams.core.command.stdout.Enqueue
Adds options to the internal list of options.
defineOptions() - Method in class adams.core.command.stdout.Log
Adds options to the internal list of options.
defineOptions() - Method in class adams.core.discovery.AbstractDiscoveryHandler
Adds options to the internal list of options.
defineOptions() - Method in class adams.core.discovery.genetic.AbstractGeneticDoubleDiscoveryHandler
Adds options to the internal list of options.
defineOptions() - Method in class adams.core.discovery.genetic.AbstractGeneticDoubleDiscoveryHandlerResolution
Adds options to the internal list of options.
defineOptions() - Method in class adams.core.discovery.genetic.AbstractGeneticDoubleMatrixDiscoveryHandler
Adds options to the internal list of options.
defineOptions() - Method in class adams.core.discovery.genetic.AbstractGeneticFloatDiscoveryHandler
Adds options to the internal list of options.
defineOptions() - Method in class adams.core.discovery.genetic.AbstractGeneticFloatDiscoveryHandlerResolution
Adds options to the internal list of options.
defineOptions() - Method in class adams.core.discovery.genetic.AbstractGeneticIntegerArrayDiscoveryHandler
Adds options to the internal list of options.
defineOptions() - Method in class adams.core.discovery.genetic.AbstractGeneticIntegerDiscoveryHandler
Adds options to the internal list of options.
defineOptions() - Method in class adams.core.discovery.genetic.AbstractGeneticStringDiscoveryHandler
Adds options to the internal list of options.
defineOptions() - Method in class adams.core.discovery.genetic.GenericDoubleResolution
Adds options to the internal list of options.
defineOptions() - Method in class adams.core.discovery.genetic.GenericFloatResolution
Adds options to the internal list of options.
defineOptions() - Method in class adams.core.discovery.genetic.GenericInteger
Adds options to the internal list of options.
defineOptions() - Method in class adams.core.discovery.genetic.GenericString
Adds options to the internal list of options.
defineOptions() - Method in class adams.core.io.AbstractFilenameGeneratorWithDirectory
Adds options to the internal list of options.
defineOptions() - Method in class adams.core.io.AbstractFilenameGeneratorWithExtension
Adds options to the internal list of options.
defineOptions() - Method in class adams.core.io.DefaultFilenameGenerator
Adds options to the internal list of options.
defineOptions() - Method in class adams.core.io.filechanged.AbstractMessageDigestBasedMonitor
Adds options to the internal list of options.
defineOptions() - Method in class adams.core.io.filechanged.MultiMonitor
Adds options to the internal list of options.
defineOptions() - Method in class adams.core.io.filecomplete.AbstractStrictCheckSizeFileCompleteCheck
Adds options to the internal list of options.
defineOptions() - Method in class adams.core.io.filecomplete.AbstractStrictFileCompleteCheck
Adds options to the internal list of options.
defineOptions() - Method in class adams.core.io.filecomplete.XML
Adds options to the internal list of options.
defineOptions() - Method in class adams.core.io.filesearch.AbstractFileSearchHandlerWithEncoding
Adds options to the internal list of options.
defineOptions() - Method in class adams.core.io.filesearch.AbstractMetaFileSearchHandler
Adds options to the internal list of options.
defineOptions() - Method in class adams.core.io.filesearch.AbstractMetaFileSearchHandlerWithEncoding
Adds options to the internal list of options.
defineOptions() - Method in class adams.core.io.fileuse.FileIncomplete
Adds options to the internal list of options.
defineOptions() - Method in class adams.core.io.fileuse.FileSizeChange
Adds options to the internal list of options.
defineOptions() - Method in class adams.core.io.fileuse.ImageMetaDataExtractor
Adds options to the internal list of options.
defineOptions() - Method in class adams.core.io.fileuse.ImageReader
Adds options to the internal list of options.
defineOptions() - Method in class adams.core.io.fileuse.LastLineMatches
Adds options to the internal list of options.
defineOptions() - Method in class adams.core.io.fileuse.MultiCheck
Adds options to the internal list of options.
defineOptions() - Method in class adams.core.io.fileuse.TextReader
Adds options to the internal list of options.
defineOptions() - Method in class adams.core.io.FixedFilenameGenerator
Adds options to the internal list of options.
defineOptions() - Method in class adams.core.io.ReportFieldFilenameGenerator
Adds options to the internal list of options.
defineOptions() - Method in class adams.core.io.SimpleFilenameGenerator
Adds options to the internal list of options.
defineOptions() - Method in class adams.core.io.SimpleFixedFilenameGenerator
Adds options to the internal list of options.
defineOptions() - Method in class adams.core.io.TimestampFilenameGenerator
Adds options to the internal list of options.
defineOptions() - Method in class adams.core.net.EmailContact
Adds options to the internal list of options.
defineOptions() - Method in class adams.core.net.hostnameverifier.RegExp
Adds options to the internal list of options.
defineOptions() - Method in class adams.core.NumericStringCompare
Adds options to the internal list of options.
defineOptions() - Method in class adams.core.option.AbstractJavaCodeProducer
Adds options to the internal list of options.
defineOptions() - Method in class adams.core.option.AbstractOptionHandler
Adds options to the internal list of options.
defineOptions() - Method in class adams.core.option.AbstractRecursiveOptionProducerWithOptionHandling
Adds options to the internal list of options.
defineOptions() - Method in class adams.core.option.ActorExecutionClassProducer
Adds options to the internal list of options.
defineOptions() - Method in class adams.core.option.ApplyActorProducer
Adds options to the internal list of options.
defineOptions() - Method in class adams.core.option.FlowJUnitTestProducer
Adds options to the internal list of options.
defineOptions() - Method in class adams.core.option.FlowStructureDotProducer
Adds options to the internal list of options.
defineOptions() - Method in class adams.core.option.FlowStructureGraphMLProducer
Adds options to the internal list of options.
defineOptions() - Method in class adams.core.option.help.AbstractHelpGenerator
Adds options to the internal list of options.
defineOptions() - Method in class adams.core.option.help.SupportedTags
Adds options to the internal list of options.
defineOptions() - Method in class adams.core.option.JavaInstantiationProducer
Adds options to the internal list of options.
defineOptions() - Method in interface adams.core.option.OptionConsumerWithOptionHandling
Adds options to the internal list of options.
defineOptions() - Method in interface adams.core.option.OptionHandler
Adds options to the internal list of options.
defineOptions() - Method in interface adams.core.option.OptionProducerWithOptionHandling
Adds options to the internal list of options.
defineOptions() - Method in class adams.core.option.XhtmlProducer
Adds options to the internal list of options.
defineOptions() - Method in class adams.core.PropertiesToCode
Adds options to the internal list of options.
defineOptions() - Method in class adams.core.shutdown.MultiHook
Adds options to the internal list of options.
defineOptions() - Method in class adams.core.shutdown.StopFlows
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.areaoverlap.BoundingBoxBased
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.areaoverlap.PolygonBased
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.autocorrelation.FFT
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.barcode.decode.ZXing
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.barcode.encode.AbstractBarcodeEncoder
 
defineOptions() - Method in class adams.data.barcode.encode.EAN13
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.barcode.encode.QRCode
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.barcode.encode.UPCA
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.baseline.AbstractLinearRegressionBased
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.baseline.AbstractLOWESSBased
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.baseline.AbstractSavitzkyGolayBased
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.baseline.SlidingWindow
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.binning.algorithm.AbstractBinningAlgorithm
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.binning.algorithm.DensityBinning
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.binning.algorithm.FrequencyBinning
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.binning.algorithm.ManualBinning
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.binning.postprocessing.MinBinSize
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.boofcv.features.AbstractScriptedFeatureGenerator
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.boofcv.features.FilteredBoofCVFeatureGenerator
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.boofcv.features.MultiBoofCVFeatureGenerator
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.boofcv.features.Otsu
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.boofcv.features.Scripted
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.boofcv.multiimageoperation.Diff
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.boofcv.multiimageoperation.ReportFieldSubtraction
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.boofcv.transformer.AbstractScriptedTransformer
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.boofcv.transformer.Binary
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.boofcv.transformer.BinaryContours
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.boofcv.transformer.CannyEdgeDetection
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.boofcv.transformer.Dilate4
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.boofcv.transformer.Dilate8
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.boofcv.transformer.Erode4
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.boofcv.transformer.Erode8
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.boofcv.transformer.ImageType
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.boofcv.transformer.MultiTransformer
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.boofcv.transformer.Scripted
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.boofcv.transformer.SuperPixels
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.boofcv.transformer.WaveletDenoise
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.compare.DataContainer
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.AbstractImageToByteArray
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.AbstractInPlaceSpreadSheetConversion
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.AbstractMatrixToSpreadSheet
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.AbstractScriptedConversion
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.AbstractSpreadSheetColumnConverter
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.AbstractSpreadSheetToMatrix
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.AbstractSwapObject
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.AbstractValidateString
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.ArrayToCollection
Deprecated.
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.ArrayToReport
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.Base64ToByteArray
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.Base64ToString
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.BaseDateTimeMsecToString
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.BaseDateTimeToString
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.BaseDateToString
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.BaseTimeToString
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.BreakUpString
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.BufferedImageToBoofCV
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.ByteArrayToBase64
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.ByteArrayToBlobContainer
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.ByteArrayToImageContainer
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.ByteArrayToPrimitiveArray
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.ByteArrayToString
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.CollectionToArray
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.ConvertDateTimeType
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.ConvertSpreadSheetRows
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.DateTimeTypeToString
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.DOMToProperties
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.DOMToString
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.DoubleMatrixToBufferedImage
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.DoubleToString
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.ExtractDateTimeField
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.FieldToString
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.FileToString
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.Groovy
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.ImageContainerToByteArray
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.ImageContainerToSpreadSheet
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.IntToString
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.JsonObjectToMap
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.JsonToReport
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.JsonToSpreadSheet
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.JsonToString
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.LeftPad
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.LocatedObjectsToReport
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.LongToString
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.LowerCase
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.MapToKeyValuePairs
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.MapToString
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.MapToWekaInstance
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.Mat5ArrayToString
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.Mat5StructToMap
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.MatchWekaInstanceAgainstFileHeader
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.MatchWekaInstanceAgainstStorageHeader
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.MathExpression
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.Maximum
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.Minimum
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.MovingAverage
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.MultiConversion
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.NotesSubset
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.ObjectAnnotationsToImageSegmentationLayers
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.ObjectToObjectContainer
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.Point2DToString
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.PrettyPrintXML
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.PrimitiveArrayToByteArray
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.PropertiesToKeyValuePairs
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.PropertiesToMap
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.QuadrilateralLocationToString
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.Quote
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.RectangleToString
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.RemoteCommandToString
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.RenameSpreadSheet
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.RenameSpreadSheetColumn
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.ReplaceFileExtension
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.ReportArrayToMap
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.ReportToJson
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.ReportToMap
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.ReportToString
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.ReportToWekaInstance
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.RightPad
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.Round
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.Scripted
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.SideBySideDiffToString
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.SpreadSheetAddFormulaColumn
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.SpreadSheetAddFormulaRow
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.SpreadSheetAddRowID
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.SpreadSheetAddSumColumn
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.SpreadSheetAddSumRow
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.SpreadSheetBinarize
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.SpreadSheetCellFinderToPositions
Deprecated.
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.SpreadSheetColumnFinderToRange
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.SpreadSheetColumnsToReport
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.SpreadSheetDoubleColumnToString
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.SpreadSheetInsertCellLocation
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.SpreadSheetInsertColumnPosition
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.SpreadSheetJoinColumns
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.SpreadSheetMaterializeFormulas
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.SpreadSheetObjectColumnToString
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.SpreadSheetRowFinderToRange
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.SpreadSheetRowsToReport
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.SpreadSheetSplitColumn
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.SpreadSheetStringColumnToBoolean
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.SpreadSheetStringColumnToDate
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.SpreadSheetStringColumnToDateTime
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.SpreadSheetStringColumnToDateTimeMsec
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.SpreadSheetStringColumnToDouble
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.SpreadSheetStringColumnToLong
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.SpreadSheetStringColumnToObject
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.SpreadSheetStringColumnToTime
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.SpreadSheetStringColumnToTimeMsec
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.SpreadSheetToCreateTableStatement
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.SpreadSheetToDataset
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.SpreadSheetToMap
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.SpreadSheetToNumeric
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.SpreadSheetToString
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.SpreadSheetToTimeseries
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.SpreadSheetToWekaInstances
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.SpreadSheetUseRowAsHeader
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.StringArrayToURLParameters
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.StringExpression
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.StringMatrixToSpreadSheet
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.StringToBase64
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.StringToByteArray
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.StringToCustomStringRepresentation
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.StringToDateTimeType
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.StringToDouble
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.StringToField
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.StringToFile
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.StringToJson
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.StringToMat5Array
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.StringToRectangle
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.StringToRemoteCommand
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.StringToReport
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.StringToSpreadSheet
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.StringToTextContainer
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.StringToValidFileName
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.StringToValidVariableName
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.SwapObjects
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.SwapPLS
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.TextRenderer
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.TimeseriesToSpreadSheet
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.TimeseriesToWekaInstances
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.TimeToString
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.TransposeSpreadSheet
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.UnQuote
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.UpperCase
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.URLDecode
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.URLEncode
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.URLParametersToStringArray
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.WekaCapabilitiesToInstances
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.WekaCommandToCode
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.WekaEvaluationToCostCurve
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.WekaEvaluationToThresholdCurve
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.WekaForecastContainerToArray
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.WekaForecastContainerToTimeseries
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.WekaInstancesToSpreadSheet
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.WekaInstancesToTimeseries
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.WekaPredictionContainerToSpreadSheet
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.XMLToDOM
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.distribution.Beta
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.distribution.Cauchy
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.distribution.ChiSquared
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.distribution.Empirical
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.distribution.Exponential
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.distribution.F
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.distribution.Gamma
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.distribution.LogNormal
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.distribution.Normal
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.distribution.T
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.distribution.Triangular
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.distribution.Uniform
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.distribution.Weibull
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.featureconverter.AbstractFeatureConverter
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.featureconverter.AbstractMetaFeatureConverter
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.featureconverter.CountValues
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.featureconverter.FixedColumnText
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.featureconverter.FixedNumFeatures
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.featureconverter.SpreadSheet
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.featureconverter.Text
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.filter.AbstractAutocorrelation
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.filter.AbstractDerivative
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.filter.AbstractEquiDistance
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.filter.AbstractEquiDistanceWithOffset
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.filter.AbstractFastWavelet
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.filter.AbstractFFT
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.filter.AbstractFilter
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.filter.AbstractHistogram
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.filter.AbstractLOWESS
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.filter.AbstractPreFilter
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.filter.AbstractSavitzkyGolay
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.filter.AbstractSAX
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.filter.AbstractScriptedFilter
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.filter.AbstractSimpleSavitzkyGolay
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.filter.BaselineCorrection
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.filter.DownSample
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.filter.DownSize
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.filter.Groovy
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.filter.MultiFilter
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.filter.OutlierDetector
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.filter.RemoveNoise
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.filter.ReportFilter
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.filter.Scripted
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.filter.Smoothing
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.filter.TimeseriesChangeResolution
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.filter.TimeseriesResetTimestamps
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.filter.TimeseriesRound
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.filter.TimeseriesSetStart
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.filter.TimeseriesShiftTimestamps
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.filter.TimeseriesShiftValues
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.filter.TimeseriesValueSubset
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.filter.TimeseriesWindow
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.groupextraction.Manual
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.groupextraction.ReportField
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.groupextraction.ReportFieldRegExp
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.groupextraction.SpreadSheetCell
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.groupextraction.SpreadSheetCellRegExp
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.groupextraction.SpreadSheetCellWithLookUp
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.groupupdate.ReportField
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.id.AbstractIDFilenameGenerator
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.id.IDGeneratorPostProcessor
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.id.SimpleIDGenerator
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.idextraction.Manual
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.idextraction.ReportField
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.idextraction.ReportFieldRegExp
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.idextraction.SpreadSheetCell
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.idupdate.ReportField
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.image.AbstractImageFeatureGenerator
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.image.features.AbstractCountColor
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.image.features.AbstractScriptedFeatureGenerator
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.image.features.Barcode
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.image.features.Eccentricity
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.image.features.Entropy
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.image.features.FilteredBufferedImageFeatureGenerator
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.image.features.Histogram
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.image.features.HusMoments
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.image.features.Moment
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.image.features.MultiBufferedImageFeatureGenerator
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.image.features.OrientationVector
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.image.features.PixelClassifications
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.image.features.Pixels
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.image.features.Scripted
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.image.luminance.Custom
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.image.moments.AbstractBufferedImageMoment
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.image.moments.CentralMoment
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.image.moments.Moment
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.image.moments.NormalizedMoment
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.image.multiimageoperation.CombineChannels
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.image.multiimageoperation.Diff
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.image.multiimageoperation.MergeGrid
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.image.multiimageoperation.ReportFieldSubtraction
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.image.transformer.AbstractScriptedTransformer
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.image.transformer.Binary
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.image.transformer.BinaryMask
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.image.transformer.BlueChannelColorizer
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.image.transformer.ChangeCanvasSize
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.image.transformer.crop.BinaryCrop
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.image.transformer.crop.CropBackground
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.image.transformer.crop.RelativeCrop
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.image.transformer.crop.SimpleCrop
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.image.transformer.crop.ThresholdedCrop
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.image.transformer.Cropping
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.image.transformer.DownSample
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.image.transformer.FixObjects
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.image.transformer.GaussianBlur
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.image.transformer.GrayOrIndexedColorizer
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.image.transformer.Grayscale
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.image.transformer.ImageFilter
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.image.transformer.ImageType
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.image.transformer.LaplaceOfGaussian
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.image.transformer.MultiTransformer
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.image.transformer.ObjectAnnotationsMask
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.image.transformer.ReplaceColors
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.image.transformer.ReplacePredominantColor
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.image.transformer.Resize
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.image.transformer.Scripted
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.image.transformer.SplitChannels
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.image.transformer.SplitChannelsHSV
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.image.transformer.SplitChannelsYIQ
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.image.transformer.SplitChannelsYUV
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.image.transformer.subimages.AbstractSubImagesGenerator
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.image.transformer.SubImages
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.image.transformer.subimages.Grid
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.image.transformer.subimages.Objects
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.image.transformer.subimages.Regions
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.image.transformer.SuppliedImageMask
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.image.transformer.ThresholdReplacement
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.image.transformer.TrimapColorizer
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.image.transformer.WhiteBalance
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.image.transformer.whitebalance.GIMP
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.image.transformer.XScreenMask
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.imagefilter.GrayFilterProvider
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.imagefilter.KeepOnlyColors
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.imagefilter.TransparentBackground
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.imagesegmentation.filter.Draw
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.imagesegmentation.filter.MergeLayers
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.imagesegmentation.filter.MultiFilter
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.imagesegmentation.filter.RemoveOverlaps
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.imagesegmentation.layerorder.Predefined
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.imagesegmentation.operation.CompareAnnotationWithPrediction
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.imagesegmentation.operation.ConfusionMatrix
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.imagesegmentation.operation.EvaluatePrediction
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.imagesegmentation.operation.SimpleOverlay
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.indexedsplits.AbstractIndexedSplitsRunsCompatibility
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.instances.AbstractInstanceGenerator
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.instancesanalysis.FastICA
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.instancesanalysis.PCA
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.instancesanalysis.pls.AbstractMultiClassPLS
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.instancesanalysis.pls.AbstractPLS
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.instancesanalysis.PLS
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.instancesanalysis.pls.DIPLS
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.instancesanalysis.pls.KernelPLS
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.instancesanalysis.pls.NIPALS
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.instancesanalysis.pls.OPLS
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.instancesanalysis.pls.PRM
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.instancesanalysis.pls.SIMPLS
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.instancesanalysis.pls.SparsePLS
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.instancesanalysis.pls.VCPLS
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.input.AbstractCompressedTextReader
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.input.AbstractCustomPNGAnnotationImageSegmentationReader
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.input.AbstractDataContainerReader
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.input.AbstractEmailFileReader
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.input.AbstractExcelSpreadSheetReader
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.input.AbstractMultiSheetSpreadSheetReader
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.input.AbstractMultiSheetSpreadSheetReaderWithMissingValueSupport
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.input.AbstractPNGAnnotationImageSegmentationReader
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.input.AbstractReportReader
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.input.AbstractSpreadSheetReader
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.input.AbstractSpreadSheetReaderWithMissingValueSupport
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.input.AbstractTextReaderWithEncoding
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.input.AccessSpreadSheetReader
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.input.AutoWidthTabularSpreadSheetReader
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.input.CocoAnnotationsReportReader
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.input.CsvSpreadSheetReader
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.input.DeepLabCutCSVReader
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.input.DefaultFlowReader
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.input.DetectronAnnotationsReportReader
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.input.ExcelStreamingSpreadSheetReader
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.input.FastCsvSpreadSheetReader
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.input.FixedTabularSpreadSheetReader
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.input.GnumericSpreadSheetReader
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.input.ImageClassificationGridSpreadSheetReader
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.input.ImageClassificationJsonReportReader
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.input.ImageClassificationSpreadSheetReportReader
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.input.IndividualImageSegmentationLayerReader
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.input.JAIImageReader
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.input.LineArrayTextReader
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.input.LineByLineTextReader
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.input.Mat5SpreadSheetReader
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.input.NestedAdamsExperimentReader
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.input.NestedCommandlineReader
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.input.ObjectLocationsSpreadSheetReader
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.input.ODFSpreadSheetReader
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.input.OpenCVImageReader
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.input.OpexObjectLocationsReader
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.input.PascalVOCObjectLocationsReader
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.input.PNGImageReader
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.input.PropertiesSpreadSheetReader
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.input.SimpleCsvSpreadSheetReader
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.input.SimpleStreamSpreadSheetReader
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.input.SimpleTimeseriesReader
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.input.SpreadSheetTimeseriesReader
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.input.SqlDumpSpreadSheetReader
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.input.VggXmlAnnotationReportReader
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.input.ViaAnnotationsReportReader
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.input.YoloAnnotationsReportReader
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.output.AbstractDataContainerWriter
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.output.AbstractEmailFileWriter
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.output.AbstractFormattedSpreadSheetWriter
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.output.AbstractImageSegmentationAnnotationWriter
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.output.AbstractImplicitBackgroundPNGAnnotationImageSegmentationWriter
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.output.AbstractMultiSheetFormattedSpreadSheetWriter
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.output.AbstractMultiSheetSpreadSheetWriter
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.output.AbstractMultiSheetSpreadSheetWriterWithMissingValueSupport
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.output.AbstractPNGAnnotationImageSegmentationWriter
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.output.AbstractReportWriter
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.output.AbstractSimpleJsonReportWriter
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.output.AbstractSpreadSheetWriterWithMissingValueSupport
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.output.AbstractTextWriter
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.output.AbstractTextWriterWithEncoding
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.output.AbstractTextWriterWithFilenameGenerator
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.output.AccessSpreadSheetWriter
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.output.ApacheCommonsImageWriter
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.output.AutoWidthTabularSpreadSheetWriter
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.output.CsvSpreadSheetWriter
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.output.DeepLabCutCSVWriter
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.output.DefaultFlowWriter
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.output.ExcelSpreadSheetWriter
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.output.ExcelStreamingSpreadSheetWriter
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.output.FixedTabularSpreadSheetWriter
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.output.GnumericSpreadSheetWriter
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.output.GrayOrIndexedImageWriter
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.output.IndexedPNGImageSegmentationWriter
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.output.IndividualImageSegmentationLayerWriter
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.output.JAIImageWriter
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.output.JsonIndexedSplitsRunsWriter
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.output.ObjectLocationsSpreadSheetWriter
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.output.ODFSpreadSheetWriter
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.output.OpenCVImageWriter
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.output.OpexObjectLocationsWriter
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.output.PropertiesSpreadSheetWriter
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.output.SimpleArffSpreadSheetWriter
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.output.SimpleStreamSpreadSheetWriter
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.output.SimpleTimeseriesWriter
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.output.SpreadSheetTimeseriesWriter
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.output.SqlDumpSpreadSheetWriter
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.output.TextFileWithLineNumbersWriter
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.output.TextFileWriter
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.output.ViaAnnotationsReportWriter
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.output.YoloAnnotationsReportWriter
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.jai.features.DFT
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.jai.features.Histogram
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.jai.transformer.AbstractScriptedTransformer
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.jai.transformer.Brightness
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.jai.transformer.ChangeOrientation
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.jai.transformer.Dilate
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.jai.transformer.Erode
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.jai.transformer.Flip
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.jai.transformer.IndexedColors
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.jai.transformer.Resize
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.jai.transformer.Rotate
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.jai.transformer.Scripted
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.matlab.multimatrixoperation.Combine
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.noise.AbstractDenoiser
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.objectfilter.AddDefaultLabel
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.objectfilter.AttachMetaData
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.objectfilter.AttachOverlappingMetaData
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.objectfilter.ClipBoundingBoxes
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.objectfilter.MakeSquare
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.objectfilter.MergeOverlaps
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.objectfilter.OffsetIndex
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.objectfilter.RenameLabels
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.objectfilter.Rotate
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.objectfilter.Scale
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.objectfilter.TransformMetaData
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.objectfilter.Translate
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.objectfinder.AbstractMetaObjectFinder
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.objectfinder.AbstractObjectFinder
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.objectfinder.ByMetaDataNumericValue
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.objectfinder.ByMetaDataStringValue
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.objectfinder.HasMetaDataValue
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.objectfinder.MultiObjectFinder
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.objectfinder.ObjectsInPolygon
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.objectfinder.ObjectsInRegion
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.objectfinder.PolygonPoints
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.objectfinder.Size
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.objectoverlap.AbstractObjectOverlap
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.objectoverlap.AreaRatio
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.objectoverlap.IntersectOverUnionRatio
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.opencv.features.AbstractScriptedFeatureGenerator
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.opencv.features.Histogram
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.opencv.features.MultiOpenCVFeatureGenerator
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.opencv.features.Otsu
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.opencv.features.Scripted
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.opencv.multiimageoperation.ReportFieldSubtraction
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.opencv.transformer.AbstractScriptedTransformer
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.opencv.transformer.Blur
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.opencv.transformer.ConvertType
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.opencv.transformer.GaussianBlur
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.opencv.transformer.MultiTransformer
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.opencv.transformer.Resize
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.opencv.transformer.Scripted
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.opencv.transformer.Threshold
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.outlier.AbstractScriptedOutlierDetector
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.outlier.FieldRequired
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.outlier.FilteredOutlierDetector
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.outlier.Groovy
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.outlier.MinMax
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.outlier.MultiOutlierDetector
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.outlier.Scripted
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.outlier.StringMatcher
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.outlier.TargetRequired
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.outlier.TimeseriesMinPoints
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.outlier.TimeseriesRange
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.outlier.TimeseriesTimestampCheck
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.overlappingobjectremoval.KeepHighestMetaDataValue
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.overlappingobjectremoval.MergeOverlaps
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.random.AbstractDistributionBasedRandomNumberGenerator
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.random.AbstractRandomNumberGenerator
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.random.AbstractSeededRandomNumberGenerator
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.random.JavaRandomInt
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.random.JavaRandomIntUnseeded
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.report.AbstractFilteredReportFilter
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.report.AbstractScriptedReportFilter
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.report.FilteredReportFilter
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.report.Groovy
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.report.RemoveByDataType
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.report.RemoveByName
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.report.Scripted
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.smoothing.AbstractLOWESSBased
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.smoothing.AbstractSavitzkyGolayBased
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.smoothing.AbstractSlidingWindow
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.spc.AbstractControlChartWithSampleSize
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.spc.MOACUSUM
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.spc.MOAPageHinkley
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.spc.OnOneSideViolations
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.spc.UChart
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.spc.XBarRChart
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.spc.XBarSChart
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.splitgenerator.generic.randomization.DefaultRandomization
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.splitgenerator.generic.splitter.DefaultSplitter
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.spreadsheet.cellfinder.CellRange
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.spreadsheet.cellfinder.CellTypeRange
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.spreadsheet.cellfinder.ColumnFinderRange
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.spreadsheet.cellfinder.CorrespondingColumn
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.spreadsheet.cellfinder.RowFinderRange
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.spreadsheet.cellfinder.SingleCell
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.spreadsheet.colstatistic.ArrayStatistic
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.spreadsheet.colstatistic.LabelCounts
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.spreadsheet.colstatistic.MultiColumnStatistic
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.spreadsheet.colstatistic.Percentile
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.spreadsheet.colstatistic.StandardDeviation
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.spreadsheet.columnfinder.AbstractFilteredColumnFinder
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.spreadsheet.columnfinder.ByContentType
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.spreadsheet.columnfinder.ByExactName
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.spreadsheet.columnfinder.ByIndex
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.spreadsheet.columnfinder.ByName
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.spreadsheet.columnfinder.DownSample
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.spreadsheet.columnfinder.FilteredColumnFinder
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.spreadsheet.columnfinder.MultiColumnFinder
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.spreadsheet.columnfinder.RowFilteredColumnFinder
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.spreadsheet.columnfinder.SubSample
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.spreadsheet.filter.Normalize
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.spreadsheet.filter.Standardize
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.spreadsheet.filter.WekaFilter
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.spreadsheet.matrixstatistic.AbstractMatrixStatistic
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.spreadsheet.matrixstatistic.MultiMatrixStatistic
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.spreadsheet.matrixstatistic.StandardDeviation
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.spreadsheet.rowfinder.AbstractFilteredRowFinder
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.spreadsheet.rowfinder.ByContentType
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.spreadsheet.rowfinder.ByDateValue
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.spreadsheet.rowfinder.ByIndex
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.spreadsheet.rowfinder.ByNumericRange
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.spreadsheet.rowfinder.ByNumericValue
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.spreadsheet.rowfinder.ByStringComparison
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.spreadsheet.rowfinder.ByValue
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.spreadsheet.rowfinder.ClosestNumericValue
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.spreadsheet.rowfinder.DownSample
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.spreadsheet.rowfinder.IsNumeric
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.spreadsheet.rowfinder.MissingValue
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.spreadsheet.rowfinder.MultiRowFinder
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.spreadsheet.rowfinder.SubSample
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.spreadsheet.rowscore.AbstractMetaRowScore
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.spreadsheet.rowscore.ArrayStatistic
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.spreadsheet.rowscore.ColumnSubset
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.spreadsheet.rowscore.DistanceFromConstant
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.spreadsheet.rowscore.EqualWidthBins
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.spreadsheet.rowscore.MathExpression
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.spreadsheet.rowscore.MultiRowScore
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.spreadsheet.rowscore.RowStatistic
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.spreadsheet.rowscore.SAXDistanceFromBaseline
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.spreadsheet.rowstatistic.AbstractRowStatistic
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.spreadsheet.rowstatistic.ArrayStatistic
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.spreadsheet.rowstatistic.LabelCounts
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.spreadsheet.rowstatistic.MultiRowStatistic
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.spreadsheet.rowstatistic.Percentile
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.spreadsheet.rowstatistic.StandardDeviation
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.statistics.AbstractDataContainerStatistics
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.statistics.AbstractOptionalSampleArrayStatistic
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.statistics.ArrayAndrewsCurves
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.statistics.ArrayAngle
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.statistics.ArrayBinning
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.statistics.ArrayDifference
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.statistics.ArrayHistogram
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.statistics.ArrayMax
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.statistics.ArrayMin
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.statistics.ArrayMinkowskiDistance
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.statistics.ArrayNormalizeRange
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.statistics.ArrayPercentile
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.statistics.ArrayStandardScores
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.statistics.MultiArrayStatistic
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.textrenderer.AbstractLimitedTextRenderer
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.textrenderer.AbstractLineNumberedLimitedTextRenderer
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.timeseries.AbstractMetaTimeseriesFeatureGenerator
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.timeseries.AbstractTimeseriesFeatureGenerator
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.timeseries.AddMetaData
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.timeseries.FixedNumFeatures
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.timeseries.Values
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.weka.classattribute.AttributeIndex
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.weka.classattribute.ByExactName
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.weka.classattribute.ByName
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.weka.columnfinder.AbstractFilteredColumnFinder
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.weka.columnfinder.ByExactName
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.weka.columnfinder.ByName
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.weka.columnfinder.Constant
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.weka.columnfinder.MultiColumnFinder
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.weka.columnfinder.RowFilteredColumnFinder
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.weka.datasetsplitter.ColumnSplitter
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.weka.datasetsplitter.RowSplitter
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.weka.evaluator.AbstractCrossvalidatedInstanceEvaluator
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.weka.evaluator.AbstractDatasetInstanceEvaluator
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.weka.evaluator.IntervalEstimatorBased
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.weka.predictions.AutoScaler
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.weka.predictions.FixedSizeErrorScaler
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.weka.predictions.NumericErrorScalerWithReference
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.weka.predictions.RelativeNumericErrorScaler
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.weka.relationname.AttributeIndex
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.weka.rowfinder.AbstractFilteredRowFinder
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.weka.rowfinder.ByLabel
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.weka.rowfinder.ByNumericRange
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.weka.rowfinder.ByNumericValue
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.weka.rowfinder.Constant
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.weka.rowfinder.FilteredIQR
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.weka.rowfinder.MultiRowFinder
Adds options to the internal list of options.
defineOptions() - Method in class adams.db.AbstractDatabaseConnection
Adds options to the internal list of options.
defineOptions() - Method in class adams.db.AbstractDatabaseObjectWithOptionHandling
Adds options to the internal list of options.
defineOptions() - Method in class adams.db.AbstractLimitedConditions
Adds options to the internal list of options.
defineOptions() - Method in class adams.db.AbstractTimeWindowTableCleanUp
Adds options to the internal list of options.
defineOptions() - Method in class adams.db.datatype.MultiSetup
Adds options to the internal list of options.
defineOptions() - Method in class adams.db.LogEntryConditions
Adds options to the internal list of options.
defineOptions() - Method in class adams.db.mirrored.DbBackend
Adds options to the internal list of options.
defineOptions() - Method in class adams.db.SQLTableCleanUp
Adds options to the internal list of options.
defineOptions() - Method in class adams.doc.javadoc.Javadoc
Adds options to the internal list of options.
defineOptions() - Method in class adams.doc.javadoc.OptionHandlerJavadoc
Adds options to the internal list of options.
defineOptions() - Method in class adams.doc.javadoc.TechnicalInformationHandlerJavadoc
Adds options to the internal list of options.
defineOptions() - Method in class adams.doc.listing.AbstractFileBasedListingOutput
Adds options to the internal list of options.
defineOptions() - Method in class adams.doc.listing.AbstractFileBasedListingOutputWithEncoding
Adds options to the internal list of options.
defineOptions() - Method in class adams.doc.listing.Listing
Adds options to the internal list of options.
defineOptions() - Method in class adams.doc.listing.OptionOutput
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.condition.bool.AbstractAttributeCapabilities
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.condition.bool.AbstractExpression
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.condition.bool.AbstractMultiCondition
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.condition.bool.AbstractScriptedCondition
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.condition.bool.BinaryFile
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.condition.bool.BooleanReportValue
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.condition.bool.BytesComplete
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.condition.bool.Counting
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.condition.bool.DirectoriesMatch
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.condition.bool.DirectoryExists
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.condition.bool.FileComplete
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.condition.bool.FileExists
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.condition.bool.FileInUse
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.condition.bool.FilesMatch
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.condition.bool.Groovy
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.condition.bool.HasClass
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.condition.bool.HasColumn
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.condition.bool.HasElements
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.condition.bool.HasExifTag
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.condition.bool.HashSet
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.condition.bool.HasInterface
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.condition.bool.HasLength
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.condition.bool.HasMapValue
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.condition.bool.HasProperty
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.condition.bool.HasQueue
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.condition.bool.HasRows
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.condition.bool.HasSize
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.condition.bool.HasStorageValue
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.condition.bool.HasVariable
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.condition.bool.HasVariableValue
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.condition.bool.InList
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.condition.bool.IsSubClass
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.condition.bool.Not
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.condition.bool.PromptUser
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.condition.bool.RegExp
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.condition.bool.ReportValueExists
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.condition.bool.Scripted
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.condition.bool.StorageFlagSet
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.condition.bool.TableExists
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.condition.bool.VariableFlagSet
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.condition.bool.WekaClassification
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.control.AbstractDataContainerFileChecker
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.control.AbstractDirectedControlActor
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.control.AbstractTee
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.control.ArrayGenerate
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.control.ArrayProcess
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.control.Block
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.control.Branch
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.control.Breakpoint
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.control.CallableActorScreenshot
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.control.Cast
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.control.CollectionProcess
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.control.ConditionalSequence
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.control.ConditionalSubProcess
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.control.ConditionalTee
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.control.ConditionalTrigger
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.control.ContainerValuePicker
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.control.Count
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.control.DesktopScreenshot
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.control.errorpostprocessor.OutOfMemory
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.control.FileProcessor
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.control.Flow
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.control.flowrestart.notification.TimestampFile
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.control.flowrestart.NotificationManager
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.control.flowrestart.operation.ExternalCommand
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.control.flowrestart.operation.FlowFile
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.control.flowrestart.operation.MultiOperation
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.control.flowrestart.operation.RestartItself
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.control.flowrestart.trigger.Cron
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.control.flowrestart.trigger.FileMonitor
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.control.flowrestart.trigger.MetaCron
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.control.flowrestart.trigger.MonitorItself
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.control.flowrestart.trigger.MultiTrigger
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.control.flowrestart.TriggerManager
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.control.ForceFlush
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.control.HeapDump
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.control.IfStorageValue
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.control.IfThenElse
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.control.Injector
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.control.InputOutputListener
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.control.Inspect
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.control.JDeps
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.control.JMap
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.control.LoadBalancer
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.control.LocalScopeTransformer
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.control.LocalScopeTrigger
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.control.MissionControl
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.control.MutableConnectedControlActor
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.control.MutableControlActor
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.control.Once
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.control.PlotContainerUpdater
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.control.plotprocessor.AbstractPlotProcessor
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.control.PlotProcessor
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.control.plotprocessor.Expression
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.control.plotprocessor.LOWESS
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.control.plotprocessor.SavitzkyGolay
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.control.plotprocessor.SimpleSavitzkyGolay
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.control.RaiseError
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.control.Rejector
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.control.RemoteExecutionTrigger
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.control.RemoveOutliers
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.control.removeoutliers.IQR
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.control.removeoutliers.MeanAbsoluteError
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.control.removeoutliers.MultiOutlierDetector
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.control.removeoutliers.StdDev
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.control.SetContainerValue
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.control.SinkReset
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.control.Sleep
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.control.SourceReset
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.control.Stop
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.control.StorageValueSequence
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.control.Switch
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.control.TimedSubProcess
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.control.TimedTee
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.control.TimedTrigger
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.control.TransformerReset
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.control.TriggerEvent
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.control.TriggerOnce
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.control.TryCatch
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.control.UpdateCallableDisplay
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.control.UpdateContainerValue
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.control.UpdateProperties
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.control.WhileLoop
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.core.AbstractActor
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.core.AbstractBaseExternalActor
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.core.AbstractCallableActor
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.core.AbstractCallableActorPropertyUpdater
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.core.AbstractCopyCallableActor
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.core.AbstractDisplay
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.core.AbstractExternalActor
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.core.AbstractGroovyActor
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.core.AbstractModelLoader
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.core.AbstractPropertyUpdater
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.core.AbstractPyroCall
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.core.AbstractScriptedActor
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.core.AbstractScriptingHandlerActor
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.core.AbstractTemplate
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.core.ActorUsage
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.core.displaytype.Default
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.core.LagMakerOptions
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.core.ObjectRetriever
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.execution.AbstractTimedFlowExecutionListenerWithTable
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.execution.debug.AbstractBreakpoint
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.execution.debug.ClassBreakpoint
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.execution.Debug
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.execution.debug.MultiScopeRestriction
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.execution.debug.PathBreakpoint
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.execution.debug.SubFlowRestriction
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.execution.ExecutionCounter
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.execution.ExecutionLog
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.execution.MultiListener
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.execution.RemoteFlowListener
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.FlowRunner
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.FlowSetupRunner
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.generator.Template
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.processor.AbstractListNameUsage
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.processor.AbstractNameUpdater
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.processor.ChangeDatabaseConditionLimit
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.processor.ChangeDatabaseConnection
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.processor.ChangeDisplayType
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.processor.ChangeNumThreads
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.processor.ChangePath
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.processor.CheckActorReferenceUsage
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.processor.CheckStorageUsage
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.processor.CheckVariableUsage
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.processor.FindText
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.processor.ForwardSlashSwitch
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.processor.ListActorUsage
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.processor.ListAnnotationTags
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.processor.ListObjectCommandlines
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.processor.ListTODOs
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.processor.ManageInteractiveActors
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.processor.ManageTimedActors
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.processor.MultiProcessor
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.processor.SwapObjects
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.setup.FlowSetup
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.AbstractAppendableFileWriter
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.AbstractFileWriter
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.AbstractGraphicalDisplay
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.AbstractGraphicsGenerator
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.AbstractTextualDisplay
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.ActualVsPredictedPlot
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.ArrayDisplay
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.BoxPlot
Adds options to the internal list of operations
defineOptions() - Method in class adams.flow.sink.Browser
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.Canvas
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.Console
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.ContainerDisplay
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.controlchartplot.ChartPaintlet
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.ControlChartPlot
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.controlchartplot.LimitPaintlet
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.Display
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.DisplayPanelGrid
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.DisplayPanelManager
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.DOMDisplay
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.DownloadFile
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.DumpFile
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.EmailFileWriter
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.EmailViewer
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.EnQueue
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.Exec
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.FilePreview
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.FlowFileWriter
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.FourInOneDisplay
 
defineOptions() - Method in class adams.flow.sink.Histogram
Adds options to the internal list of operations
defineOptions() - Method in class adams.flow.sink.HistoryDisplay
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.Html4Display
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.ImageFileWriter
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.ImageSegmentationFileWriter
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.ImageSegmentationViewer
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.ImageViewer
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.IndexedSplitsRunsWriter
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.InformationDialog
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.JavaLogging
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.JFreeChartFileWriter
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.JFreeChartPlot
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.JsonDisplay
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.JsonFileWriter
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.LargeObjectDbWriter
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.logview.AbstractLogEntryDialog
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.LogViewer
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.MatrixPlot
 
defineOptions() - Method in class adams.flow.sink.MenuItem
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.NotesWriter
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.ObjectPreview
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.PasteFiles
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.PDFViewer
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.PlotContainerSink
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.ProbabilityPlotDisplay
 
defineOptions() - Method in class adams.flow.sink.ProgressBar
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.PropertiesDisplay
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.Publish
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.PyroSink
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.RemoteCommandWriter
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.ReportDisplay
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.ScatterDisplay
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.Screenshot
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.SendEmail
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.sendnotification.Console
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.SendNotification
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.sendnotification.Email
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.sendnotification.LogFile
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.sendnotification.MessageBox
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.sendnotification.MultiNotification
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.SendRemoteCommand
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.sequenceplotter.AbstractErrorPaintlet
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.sequenceplotter.ByNameErrorPaintlet
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.sequenceplotter.ByNameMarkerPaintlet
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.SequencePlotter
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.sequenceplotter.ErrorBandPaintlet
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.sequenceplotter.NamedPlotUpdater
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.sequenceplotter.OutlierPaintlet
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.sequenceplotter.SimpleErrorPaintlet
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.sequenceplotter.SimplePlotUpdater
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.sequenceplotter.SimplePruning
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.sequenceplotter.ToggleOutlier
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.sequenceplotter.ViewDataClickAction
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.Serialize
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.SimpleLogging
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.simplelogging.format.TimestampedFormat
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.simplelogging.output.FileOutput
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.simplelogging.output.MultiOutput
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.simplelogging.output.RotatingFileOutput
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.SimplePlot
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.Socket
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.SpreadSheetDbWriter
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.SpreadSheetDisplay
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.SpreadSheetFileWriter
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.SpreadSheetRowViewer
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.StringTree
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.TextWriter
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.TimeseriesDisplay
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.timeseriesdisplay.SimplePlotUpdater
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.WebSocketClient
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.WekaAttributeSummary
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.WekaClassifierErrors
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.WekaCostBenefitAnalysis
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.WekaCostCurve
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.WekaDatabaseWriter
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.WekaExperimentFileWriter
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.WekaExperimentGenerator
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.WekaFileWriter
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.WekaInstancesPlot
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.WekaInstanceViewer
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.WekaThresholdCurve
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.XMLFileWriter
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.ZScoreDisplay
 
defineOptions() - Method in class adams.flow.source.AbstractArrayProvider
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.AbstractConditionalIdSupplier
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.AbstractDatabaseMetaData
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.AbstractForLoop
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.AbstractIdSupplier
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.AbstractInteractiveArrayProvider
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.AbstractInteractiveSource
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.AbstractListTables
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.AbstractPythonExecution
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.AbstractSelectObjects
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.AbstractSimpleSourceWithPropertiesUpdating
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.AbstractSpreadSheetDbReader
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.AbstractWekaSetupGenerator
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.ColorProvider
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.CombineArrays
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.CombineCollections
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.CombineStorage
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.CombineVariables
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.Command
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.Counter
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.CurrentFlow
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.CurrentTime
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.DeQueue
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.DirectoryLister
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.DirectorySupplier
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.DumpStorage
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.DumpVariables
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.EnterManyValues
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.EnterValue
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.Exec
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.FilenameGenerator
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.FileSupplier
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.filesystemsearch.AbstractSmbDirectoryListerBasedSearchlet
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.FileSystemSearch
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.filesystemsearch.FtpDirectorySearch
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.filesystemsearch.FtpDirectorySearchWithComparator
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.filesystemsearch.FtpDirectorySearchWithCustomSort
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.filesystemsearch.FtpFileSearch
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearch
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearchWithComparator
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearchWithCustomSort
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearchWithTimestampConstraints
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.filesystemsearch.LocalFileSearch
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.filesystemsearch.LocalFileSearchWithTimestampConstraints
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.filesystemsearch.MultiSearch
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.filesystemsearch.SftpDirectorySearch
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.filesystemsearch.SftpDirectorySearchWithComparator
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.filesystemsearch.SftpDirectorySearchWithCustomSort
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.filesystemsearch.SftpFileSearch
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.filesystemsearch.SmbDirectorySearch
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.filesystemsearch.SmbDirectorySearchWithComparator
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.filesystemsearch.SmbDirectorySearchWithCustomSort
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.filesystemsearch.SmbFileSearch
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.ForLoop
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.FTPLister
Deprecated.
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.GetEnvironmentVariable
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.GetSystemProperty
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.HashSet
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.HttpRequest
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.Idle
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.InputStreamGenerator
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.inputstreamsource.FromFile
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.inputstreamsource.FromResource
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.IntegerRange
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.LargeObjectDbReader
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.ListCallableActors
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.ListEnvironmentVariables
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.ListStorageNames
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.ListSystemProperties
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.ListVariables
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.LookUp
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.LookUpTable
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.MakeContainer
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.MathExpression
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.NewArray
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.NewCollection
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.NewFlow
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.NewImage
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.NewJsonStructure
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.NewList
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.newlist.FixedList
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.newlist.ForLoop
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.newlist.Wrapper
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.NewMap
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.NewMat5Matrix
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.NewMat5Struct
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.NewRemoteCommand
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.NewReport
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.NewSpreadSheet
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.NewTempFile
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.OpenCVDeviceFrameGrabber
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.OptionProducer
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.OptionTraverser
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.PasteFromClipboard
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.PDFNewDocument
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.PipExec
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.PyroSource
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.PythonExec
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.PythonVenvExec
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.RandomNumberGenerator
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.ReaderGenerator
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.readersource.FromFile
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.readersource.FromResource
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.RSync
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.SelectCharset
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.SelectDateTime
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.SelectDirectory
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.SelectFile
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.SimpleRSync
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.Socket
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.SpecifiedActor
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.SQLIdSupplier
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.SSHExec
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.StorageForLoop
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.StorageValue
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.StorageValuesArray
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.StringConstants
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.StringExpression
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.SwitchedSource
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.TimeseriesDbReader
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.URLSupplier
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.valuedefinition.AbstractArrayValueDefinition
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.valuedefinition.AbstractGOEValueDefinition
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.valuedefinition.AbstractValueDefinition
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.valuedefinition.DefaultValueDefinition
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.valuedefinition.DirectoryValueDefinition
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.valuedefinition.EnumValueDefinition
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.valuedefinition.FileValueDefinition
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.valuedefinition.ListSelectionValueDefinition
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.valuedefinition.RegExpConstrainedStringDefinition
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.Variable
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.VariablesArray
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.WekaAssociatorSetup
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.WekaClassifierSetup
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.WekaClustererSetup
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.WekaDatabaseReader
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.WekaDataGenerator
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.wekaforecastersetup.BaselineAdjustedForecasterGenerator
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.WekaForecasterSetup
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.wekaforecastersetup.WekaForecasterGenerator
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.WekaForecasting
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.WekaNewExperiment
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.WekaNewInstances
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.WekaSelectDataset
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.ZipArrays
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.standalone.AbstractDatabaseCheck
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.standalone.AbstractDatabaseConnection
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.standalone.AbstractMultiView
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.standalone.AbstractMultiView.ViewWrapper
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.standalone.AbstractMutableActorDaemonEvent
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.standalone.AbstractMutableStandaloneGroupItem
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.standalone.ConditionalStandalones
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.standalone.ConsoleWindow
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.standalone.CounterInit
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.standalone.Cron
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.standalone.DelayedEvent
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.standalone.DeleteDir
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.standalone.DeleteFile
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.standalone.DeleteStorageValue
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.standalone.DeleteVariable
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.standalone.DeserializeToStorage
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.standalone.DirWatch
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.standalone.Events
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.standalone.ExecSQL
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.standalone.ExternalFlow
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.standalone.FTPConnection
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.standalone.GridView
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.standalone.HashSetInit
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.standalone.InitPublishSubscribe
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.standalone.InitStorageCache
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.standalone.Java
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.standalone.JavaExec
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.standalone.JobRunnerSetup
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.standalone.logevent.AbstractMultiFilter
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.standalone.LogEvent
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.standalone.logevent.LevelFilter
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.standalone.logevent.NameFilter
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.standalone.logevent.NotFilter
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.standalone.logevent.TypeFilter
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.standalone.LookUpInit
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.standalone.MakeDir
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.standalone.MemoryMonitor
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.standalone.PyroNameServer
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.standalone.PyroStandalone
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.standalone.PythonEnvironment
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.standalone.QueueEvent
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.standalone.QueueInit
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.standalone.RemoteScriptingEngine
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.standalone.SetManyVariables
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.standalone.SetProperty
Deprecated.
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.standalone.SetVariable
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.standalone.SMBConnection
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.standalone.SMTPConnection
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.standalone.SSHConnection
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.standalone.Stopwatch
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.standalone.TableCleanUp
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.standalone.TesseractConfiguration
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.standalone.Tool
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.standalone.VariableChangedEvent
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.standalone.WebSocketServer
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.template.AbstractActorTemplate
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.template.AbstractScriptedTemplate
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.template.FileProcessingWithProgressBar
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.template.FromFile
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.template.Groovy
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.template.InstanceDumperVariable
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.template.IterateFilesWithProgressBar
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.template.OptionTraverser
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.template.ProgressInConsole
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.template.PromptUser
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.template.Scripted
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.template.SimpleMenu
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.template.StoreFilenameInVariable
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.template.StoreReportValueInVariable
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.template.StringReplace
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.template.UpdateVariable
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.AbstractArrayProvider
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.AbstractCallableWekaClassifierEvaluator
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.AbstractCallableWekaClustererEvaluator
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.AbstractContainerValueExtractor
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.AbstractDataContainerAdd
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.AbstractDataContainerAppend
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.AbstractDataContainerDbReader
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.AbstractDataContainerDbWriter
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.AbstractDataContainerFileImport
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.AbstractDataContainerFileReader
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.AbstractDataContainerFileWriter
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.AbstractDataProcessor
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.AbstractDeleteDataContainer
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.AbstractDeleteDbReportValue
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.AbstractDeleteReportValue
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.AbstractDeleteReportValueByExpression
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.AbstractFilter
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.AbstractGetReportValue
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.AbstractInPlaceSpreadSheetTransformer
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.AbstractInstanceGenerator
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.AbstractInteractiveTransformer
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.AbstractInteractiveTransformerDialog
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.AbstractMultiCompress
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.AbstractMultiDecompress
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.AbstractProcessWekaInstanceWithModel
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.AbstractReportDbReader
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.AbstractReportDbUpdater
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.AbstractReportDbWriter
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.AbstractReportFileImport
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.AbstractReportFileReader
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.AbstractReportFileWriter
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.AbstractReportValueDbWriter
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.AbstractSetReportValue
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.AbstractSingleCompress
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.AbstractSingleDecompress
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.AbstractTransformerWithPropertiesUpdating
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.AbstractWekaClassifierEvaluator
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.AbstractWekaModelReader
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.AbstractWekaPredictionsTransformer
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.AccessDatabaseInfo
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.AddDOMAttribute
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.AddDOMNode
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.AddNote
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.AppendName
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.ArrayCombinations
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.ArrayHistogramRanges
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.ArrayReverse
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.ArrayStatistic
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.ArraySubset
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.ArraySubsetGeneration
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.arraysubsetgeneration.EveryNth
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.arraysubsetgeneration.Percentage
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.arraysubsetgeneration.RangeSubset
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.arraysubsetgeneration.SimplePercentage
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.ArrayToChunks
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.ArrayToCollection
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.ArrayToVariables
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.BaseName
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.BinaryFileReader
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.BoofCVDetectLines
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.BoofCVDetectLineSegments
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.BoofCVFeatureGenerator
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.BoofCVMultiImageOperation
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.BoofCVTransformer
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.BufferedImageFeatureGenerator
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.BufferedImageMultiImageOperation
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.BufferedImageTransformer
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.ChangeImageObjectPrefix
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.ChangeReportFieldPrefixes
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.ClassSelector
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.CollectionAppend
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.CollectionInsert
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.CollectionSubset
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.CollectionToArray
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.ColorProvider
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.compareobjectlocations.Combined
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.CompareObjectLocations
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.compareobjectlocations.SideBySide
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.CompareObjects
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.CompareObjectTypes
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.ConfirmationDialog
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.ConfusionMatrix
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.ControlChart
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.Convert
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.ConvertFeatures
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.Copy
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.CopyFile
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.CopyToClipboard
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.CounterAdd
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.CounterInit
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.CountObjectsInPolygon
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.CountObjectsInRegion
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.CreateEmail
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.DatasetFilter
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.DatasetRowFilter
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.DateTimeTypeDifference
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.DecodeBarcode
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.DeleteFile
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.DeleteJsonValue
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.DeleteMapValue
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.DeleteOverlappingImageObjects
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.DeletePropertyValue
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.DeleteStorageValue
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.DeleteVariable
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.Deserialize
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.DetermineOverlappingAreas
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.DetermineOverlappingObjects
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.Diff
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.DirName
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.DownloadContent
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.draw.AbstractColorDrawOperation
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.draw.AbstractColorStrokeDrawOperation
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.draw.AbstractDrawObjectsFromReport
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.draw.AnnotationsAndPredictions
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.draw.Barcode
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.Draw
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.draw.FloodFill
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.draw.Image
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.draw.Line
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.draw.ObjectAnnotationsFromReport
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.draw.ObjectCentersFromReport
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.draw.ObjectLocationsFromReport
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.draw.Oval
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.draw.Pixel
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.draw.Rectangle
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.draw.Text
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.EmailFileReader
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.EncodeBarcode
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.ExecuteActor
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.ExecuteJobs
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.ExecuteRemoteCommand
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.exiftagoperation.AbstractApacheCommonsExifTagOperation
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.exiftagoperation.ApacheCommonsExifTagWrite
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.ExifTagOperation
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.FileChanged
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.FileExtension
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.FileInfo
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.FilenameGenerator
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.FileTailer
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.FilterMap
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.FindInFile
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.FlowFileReader
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.FTPDelete
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.FTPGet
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.FTPSend
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.GenerateFileBasedDataset
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.generatefilebaseddataset.SimpleFileList
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.GetArrayElement
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.GetImageObjectIndices
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.GetImageObjects
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.GetJsonKeys
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.GetJsonValue
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.GetListElement
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.GetMapValue
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.GetObjectProperty
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.GetProperty
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.GetPropertyNames
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.GetPropertyValue
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.GetStorageValue
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.GroupByRegExp
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.HashSetAdd
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.HashSetInit
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.HashSetRemove
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.HexReplace
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.HttpPostFile
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.HttpRequest
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.IDGenerator
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.ImageAnnotator
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.ImageFileReader
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.ImageInfo
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.ImageLabeler
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.ImageMetaData
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.ImageObjectAnnotator
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.ImageObjectFilter
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.ImageObjectIndexOffset
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.ImageObjectInfo
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.ImageObjectOverlap
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.ImageObjectOverlapMatrix
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.ImageObjectToVariables
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.ImagePreparation
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.ImageSegmentationAnnotator
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.ImageSegmentationContainerFilter
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.ImageSegmentationContainerOperation
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.ImageSegmentationFileReader
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.ImageSharpness
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.IncStorageValue
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.IncVariable
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.IndexedSplitsRunsEvaluation
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.indexedsplitsrunsevaluation.InstancesIndexedSplitsRunsEvaluation
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.AbstractIndexedSplitsRunsGenerator
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.AbstractInstancesIndexedSplitsRunsGenerator
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.IndexedSplitsRunsGenerator
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesCrossValidationFoldGenerator
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesGroupedCrossValidationFoldGenerator
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesGroupedRandomSplitGenerator
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesRandomSplitGenerator
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.ManualSplitGenerator
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.MultiRunGenerator
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.SpreadSheetRandomSplitGenerator
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.IndexedSplitsRunsPredictions
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.indexedsplitsrunspredictions.InstancesIndexedSplitsRunsPredictions
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.IndexedSplitsRunsReader
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.IntersectOverUnion
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.JsonFileReader
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.locateobjects.AbstractMetaObjectLocator
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.locateobjects.AbstractObjectLocator
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.locateobjects.BinaryContours
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.locateobjects.CannyBinary
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.locateobjects.CannyEdges
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.locateobjects.ChangeCanvasSize
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.locateobjects.CroppedLocator
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.LocateObjects
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.locateobjects.SizeFilter
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.locateobjects.XScreenMaskLocator
 
defineOptions() - Method in class adams.flow.transformer.LookUp
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.LookUpAdd
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.LookUpInit
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.LookUpRemove
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.LookUpUpdate
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.MakeForecastPlotContainer
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.MakeJFreeChartDataset
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.MakeLogEntry
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.MakePlotContainer
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.mapfilter.RemoveByName
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.MapToStorageValues
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.MapToVariables
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.MapVariableIterator
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.Mat5ArrayInfo
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.Mat5ArraySubset
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.Mat5FileAddArray
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.Mat5FileAddMap
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.Mat5FileGetArray
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.Mat5FileInfo
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.Mat5GetMatrixElement
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.Mat5GetStructField
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.Mat5SetMatrixElement
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.Mat5SetStructField
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.Mat5StructInfo
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.MatchReportFields
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.MathExpression
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.Max
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.MergeObjectLocations
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.MergeReport
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.MergeReportFromMap
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.MessageDigest
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.Min
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.MoveFile
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.MultiMapOperation
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.multimapoperation.Merge
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.MultiMat5MatrixOperation
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.multispreadsheetoperation.AbstractIndentifiableRowOperation
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.multispreadsheetoperation.CommonIDs
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.MultiSpreadSheetOperation
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.multispreadsheetoperation.Merge
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.negativeregions.AbstractMetaNegativeRegionsGenerator
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.NegativeRegions
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.negativeregions.LargestRegions
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.negativeregions.MaxDimensions
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.negativeregions.MinDimensions
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.negativeregions.RandomRegions
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.negativeregions.SimpleBlockFill
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.OpenCVFeatureGenerator
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.OpenCVMultiImageOperation
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.OpenCVTransformer
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.OptionProducer
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.OutlierDetector
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.PDFAppendDocument
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.PDFCreate
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.PDFExtract
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.PDFExtractText
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.pdfgenerate.AbstractScriptedPDFGenerator
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.PDFGenerate
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.pdfgenerate.Proclets
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.pdfgenerate.Scripted
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.PDFInfo
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.PDFMerge
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.PDFMetaData
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.pdfproclet.AbstractMetaPdfProclet
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.pdfproclet.AbstractPdfProclet
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.pdfproclet.AbstractPdfProcletWithFilenameOutput
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.pdfproclet.AbstractPdfProcletWithPageBreaks
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.pdfproclet.AbstractSpreadSheetPdfProclet
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.pdfproclet.Circle
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.pdfproclet.ConfusionMatrix
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.pdfproclet.FixedText
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.pdfproclet.Headline
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.pdfproclet.Image
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.pdfproclet.Line
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.pdfproclet.MetaHeadline
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.pdfproclet.NewPage
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.pdfproclet.PlainText
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.pdfproclet.Rectangle
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.pdfproclet.SpreadSheet
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.PDFRenderPages
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.pdfstamp.AbstractPageRangeStamper
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.PDFStamp
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.pdfstamp.Image
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.pdfstamp.Text
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.pixelselector.AbstractColorProviderPixelSelectorOverlay
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.pixelselector.AbstractPixelSelectorAction
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.pixelselector.AbstractSingleColorPixelSelectorOverlay
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.pixelselector.AddClassification
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.pixelselector.ClassificationOverlay
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.PixelSelector
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.plotgenerator.AbstractPlotGenerator
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.plotgenerator.AndrewsCurvesGenerator
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.plotgenerator.NamedPlotGenerator
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.plotgenerator.RowWisePlotGenerator
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.plotgenerator.SimplePlotGenerator
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.plotgenerator.XYPlotGenerator
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.plotgenerator.XYWithErrorsPlotGenerator
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.PredictionEccentricity
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.preparefilebaseddataset.AbstractRandomizableFileBasedDatasetPreparation
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.preparefilebaseddataset.CrossValidation
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.PrepareFileBasedDataset
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.preparefilebaseddataset.GroupedCrossValidation
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.preparefilebaseddataset.GroupedTrainTestSplit
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.preparefilebaseddataset.GroupedTrainValidateTestSplit
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.preparefilebaseddataset.Selected
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.preparefilebaseddataset.TrainTestSplit
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.preparefilebaseddataset.TrainValidateTestSplit
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.PrependDir
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.ProcessActor
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.PropertiesToVariables
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.PyroTransformer
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.PythonExpandScript
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.RelativeDir
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.RemoteCommandReader
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.RemoveImageObject
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.RemoveOverlappingImageObjects
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.ReportField
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.ReportMathExpression
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.ReportToStorage
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.ReportToVariables
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.Round
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.ScaleReportObjects
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.ScpFrom
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.ScpTo
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SelectArraySubset
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SequenceToArray
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SequenceToCollection
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SetArrayElement
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SetDatabaseID
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SetID
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SetImageObjectMetaData
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SetJsonValue
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SetManyVariables
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SetMapValue
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SetPlotContainerValue
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SetPropertyValue
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SetReportFromFile
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SetReportFromSource
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SetStorageFlag
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SetStorageValue
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SetSystemProperty
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SetVariable
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SFTPDelete
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SFTPGet
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SFTPSend
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SimpleStringReplace
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SMBGet
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SMBSend
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.Sort
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.splitfile.AbstractFileSplitter
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SplitFile
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.splitfile.SplitByLineCount
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.splitfile.SplitByNumber
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.splitfile.SplitBySize
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SpreadSheetAggregate
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SpreadSheetAnonymize
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SpreadSheetAppend
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SpreadSheetAppendComments
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SpreadSheetCellFinder
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SpreadSheetCellSelector
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SpreadSheetCollapse
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SpreadSheetColumnFilter
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SpreadSheetColumnIterator
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SpreadSheetColumnsByName
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SpreadSheetColumnStatistic
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SpreadSheetCommonIDs
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SpreadSheetConvertCells
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SpreadSheetConvertHeaderCells
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SpreadSheetCopyColumns
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SpreadSheetCopyRows
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SpreadSheetDifference
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SpreadSheetExtractArray
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SpreadSheetFileReader
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SpreadSheetFilter
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SpreadSheetGetCell
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SpreadSheetGetColumnIndex
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SpreadSheetGetHeaderCell
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SpreadSheetHistogramRanges
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SpreadSheetInfo
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SpreadSheetInsertColumn
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SpreadSheetInsertRow
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SpreadSheetInsertRowScore
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SpreadSheetMatrixStatistic
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SpreadSheetMerge
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.spreadsheetmethodmerge.AbstractMerge
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SpreadSheetMethodMerge
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.spreadsheetmethodmerge.JoinOnID
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SpreadSheetPlotGenerator
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SpreadSheetQuery
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SpreadSheetRandomSystematicSample
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SpreadSheetRemoveColumn
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SpreadSheetRemoveRow
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SpreadSheetReorderColumns
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SpreadSheetReorderRows
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SpreadSheetReplaceCellValue
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SpreadSheetRowBinning
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SpreadSheetRowBuffer
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SpreadSheetRowFilter
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SpreadSheetRowStatistic
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SpreadSheetRowToTimeseries
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SpreadSheetSelectSubset
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SpreadSheetSetCell
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SpreadSheetSetHeaderCell
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SpreadSheetSort
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SpreadSheetSortColumns
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SpreadSheetStatistic
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SpreadSheetStorageRowIterator
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SpreadSheetSubset
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SpreadSheetSubsetByValue
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SpreadSheetSubsetFromGroup
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SpreadSheetToTimeseries
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SpreadSheetTransformCells
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SpreadSheetTransformHeaderCells
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SpreadSheetVariableRowIterator
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.StorageCollectionInsert
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.StorageJFreeChartAddSeries
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.StringArraySplit
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.StringCut
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.StringExpression
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.StringIndent
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.StringIndexOf
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.StringInsert
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.StringJoin
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.StringMatcher
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.StringRangeCut
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.StringReplace
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.StringSanitizer
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.StringSplit
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SubStringCount
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SummaryStatistics
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SwapVariables
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.TesseractOCR
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.TextFileReader
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.TextRenderer
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.TimeseriesDbReader
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.TimeseriesFeatureGenerator
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.TimeseriesInfo
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.timeseriessplit.AbstractSplitOnDate
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.TimeseriesSplit
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.timeseriessplit.FixedDate
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.timeseriessplit.FixedLengthSegments
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.timeseriessplit.FixedNumSegments
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.timeseriessplit.ReportDate
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.Timestamp
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.Tool
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.Touch
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.UpdateProperty
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.ViaAnnotationsToReports
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.WaitForFile
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.WekaAccumulatedError
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.WekaAttributeIterator
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.WekaAttributeSelection
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.WekaBootstrapping
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.WekaChooseAttributes
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.WekaClassifierInfo
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.WekaClassifierOptimizer
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.WekaClassifierRanker
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.WekaClassifierSetupProcessor
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.wekaclassifiersetupprocessor.VotedPairs
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.WekaClassifying
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.WekaClassSelector
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.wekaclusterer.AddCluster
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.wekaclusterer.AverageSilhouetteCoefficient
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.wekaclusterer.ClusterCenters
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.wekaclusterer.MultiClustererPostProcessor
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.WekaClustererInfo
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.WekaClustererPostProcessor
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.WekaClusterEvaluationSummary
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.WekaCrossValidationClustererEvaluator
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.WekaCrossValidationEvaluator
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.WekaCrossValidationSplit
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.wekadatasetsmerge.AbstractMerge
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.WekaDatasetsMerge
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.wekadatasetsmerge.JoinOnID
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.WekaDatasetSplit
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.WekaEnsembleGenerator
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.wekaensemblegenerator.MultiClassifiersCombinerModels
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.wekaensemblegenerator.VotedModels
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.WekaEvaluationInfo
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.WekaEvaluationPostProcessor
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.wekaevaluationpostprocessor.MultiPostProcessor
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.wekaevaluationpostprocessor.RemoveWorst
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.wekaevaluationpostprocessor.RemoveWorstStdDev
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.wekaevaluationpostprocessor.SimpleSubRange
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.wekaevaluationpostprocessor.SubRange
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.WekaEvaluationSummary
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.WekaEvaluationValuePicker
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.WekaEvaluationValues
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.WekaExperiment
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.WekaExperimentEvaluation
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.WekaExperimentExecution
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.WekaExperimentFileReader
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.WekaExtractArray
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.WekaExtractPLSMatrix
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.WekaFileReader
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.WekaFilter
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.WekaGenericPLSMatrixAccess
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.WekaGeneticAlgorithm
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.WekaGeneticAlgorithmInitializer
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.WekaGetInstancesValue
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.WekaGetInstanceValue
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.WekaInstanceBuffer
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.WekaInstanceDumper
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.WekaInstanceEvaluator
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.WekaInstancesHistogramRanges
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.WekaInstancesInfo
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.WekaInstancesMerge
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.WekaInstancesStatistic
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.WekaInstanceStreamPlotGenerator
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.WekaModelReader
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.WekaMultiLabelSplitter
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.WekaNearestNeighborSearch
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.WekaNewInstance
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.WekaPrimeForecaster
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.WekaPrincipalComponents
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.WekaRandomSplit
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.WekaRegexToRange
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.WekaRenameRelation
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.WekaReorderAttributesToReference
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.WekaSetInstancesValue
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.WekaSetInstanceValue
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.WekaSplitGenerator
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.WekaSpreadSheetToPredictions
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.WekaStoreInstance
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.WekaStreamEvaluator
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.WekaStreamFilter
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.WekaSubsets
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.WekaTestSetClustererEvaluator
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.WekaTestSetEvaluator
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.WekaTextDirectoryReader
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.WekaTrainAssociator
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.WekaTrainClassifier
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.WekaTrainClusterer
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.WekaTrainForecaster
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.WekaTrainTestSetClustererEvaluator
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.WekaTrainTestSetEvaluator
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.XMLFileReader
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.XPath
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.XSLT
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.YamlFileReader
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.websocket.client.AbstractWebSocketClientGenerator
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.websocket.client.SimpleSendWithQueueGenerator
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.websocket.server.EchoServerGenerator
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.application.AbstractApplicationFrame
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.chooser.FtpRemoteDirectorySetup
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.chooser.SftpRemoteDirectorySetup
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.chooser.SmbRemoteDirectorySetup
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.core.AbstractFrameWithOptionHandling
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.core.spreadsheetpreview.SimpleHTML
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.core.spreadsheetpreview.SimpleText
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.core.spreadsheettable.AbstractColoredCellRenderingCustomizer
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.core.spreadsheettable.AbstractPlotSelectedRows
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.core.spreadsheettable.AbstractProcessSelectedRows
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.core.spreadsheettable.ConfusionMatrixCellRenderingCustomizer
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.core.spreadsheettable.DistinctValueCellRenderingCustomizer
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.core.spreadsheettable.HeatmapCellRenderingCustomizer
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.core.spreadsheettable.MultiCellRenderingCustomizer
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.core.spreadsheettable.NumericRangeCellRenderingCustomizer
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.flow.tree.ClipboardActorContainer
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.flow.tree.keyboardaction.AbstractAddActor
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.flow.tree.keyboardaction.AbstractAddTemplate
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.flow.tree.keyboardaction.AbstractKeyboardAction
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.flow.tree.keyboardaction.AbstractKeyboardActionWithActor
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.flow.tree.keyboardaction.AbstractQuickSearchActor
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.flow.tree.keyboardaction.AbstractSearchActor
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.InstanceCompare
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.print.BufferedImageBasedWriter
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.print.JComponentWriter
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.print.JPEGWriter
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.print.PDFWriter
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.print.ScalableComponentWriter
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.print.TIFFWriter
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.tools.previewbrowser.AbstractArchiveHandler
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.tools.previewbrowser.AbstractSpreadSheetHandler
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.tools.previewbrowser.ActualVsPredictedHandler
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.tools.previewbrowser.AnnotateImage
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.tools.previewbrowser.AnnotationsAndPredictionsFromReport
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.tools.previewbrowser.BlueChannelImageHandler
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.tools.previewbrowser.CocoAnnotationsHandler
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.tools.previewbrowser.ColorDistributionHandler
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.tools.previewbrowser.DeepLabCutCSVHandler
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.tools.previewbrowser.DetectronAnnotationsHandler
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.tools.previewbrowser.FromFileHandler
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.tools.previewbrowser.GrayOrIndexedImageHandler
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.tools.previewbrowser.ImageClassificationHandler
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.tools.previewbrowser.ImageHandler
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.tools.previewbrowser.ImageSegmentationAnnotationsHandler
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.tools.previewbrowser.IndexedPNGImageHandler
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.tools.previewbrowser.notes.JsonNotesWriter
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.tools.previewbrowser.ObjectAnnotationsHandler
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.tools.previewbrowser.ObjectAnnotationsReportHandler
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.tools.previewbrowser.ObjectCentersFromReport
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.tools.previewbrowser.PlainTextHandler
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.tools.previewbrowser.PointsFromReportHandler
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.tools.previewbrowser.ReportHandler
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.tools.previewbrowser.SimpleImageSegmentationAnnotationsHandler
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.tools.previewbrowser.TrimapImageHandler
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.tools.previewbrowser.YoloAnnotationsHandler
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.tools.spreadsheetviewer.chart.AbstractChartGenerator
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.tools.spreadsheetviewer.chart.AbstractRowBasedChartGenerator
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.tools.spreadsheetviewer.chart.AbstractXYChartGenerator
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.tools.spreadsheetviewer.chart.BarPlot
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.tools.spreadsheetviewer.chart.ControlChart
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.tools.spreadsheetviewer.chart.GenericPlot
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.tools.spreadsheetviewer.chart.Histogram
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.tools.spreadsheetviewer.chart.JFreeChart
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.tools.spreadsheetviewer.chart.ScatterPlot
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.tools.wekainvestigator.tab.attseltab.output.TextStatistics
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.finalmodel.VotedFolds
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.ClassifierErrors
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.ConfusionMatrix
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.FourInOnePlot
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.LegacyCostBenefitAnalysis
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.LegacyCostCurve
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.LegacyThresholdCurve
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.PredictionEccentricity
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.Predictions
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.PredictionTrend
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.Predictions
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.SamplePlot
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.Statistics
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.SourceCode
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.TextStatistics
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.output.TextStatistics
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.tools.wekainvestigator.tab.experimenttab.output.TextOutput
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.tools.wekamultiexperimenter.experiment.CrossValidationExperiment
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.tools.wekamultiexperimenter.experiment.FileResultsHandler
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.tools.wekamultiexperimenter.experiment.TrainTestSplitExperiment
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.container.AbstractDataContainerZoomOverviewPaintlet
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.core.AbstractCustomColorProvider
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.core.AbstractStrokePaintlet
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.core.AbstractStrokePaintletWithContainerIDMatching
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.core.axis.AbstractLimitedTickGenerator
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.core.axis.PeriodicityTickGenerator
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.core.AxisPanelOptions
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.core.BackgroundImagePaintlet
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.core.BiColorGenerator
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.core.ColorProviderBasedColorGradientGenerator
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.core.CoordinatesPaintlet
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.core.CrossHairTracker
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.core.GradientColorProvider
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.core.HorizontalIndicatorPaintlet
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.core.MultiColorGenerator
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.core.MultiMouseMovementTracker
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.core.MultiPaintlet
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.core.plot.AbstractDistanceBasedHitDetector
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.core.RegExpColorProvider
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.core.RgbInNameColorProvider
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.core.TextOverlayPaintlet
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.core.TranslucentColorProvider
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.debug.objectexport.PlainTextExporter
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.debug.objectexport.RenderedPlainTextExporter
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.debug.objectexport.SpreadSheetExporter
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.image.AbstractImageOverlay
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.image.AbstractObjectOverlayFromReport
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.image.AbstractPointOverlayFromReport
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.image.AbstractReportBasedOverlayHelper
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.image.BoofCVDetectLineSegmentsImageOverlay
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.image.BoofCVDetectLinesImageOverlay
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.image.HighlightLocations
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.image.interactionlogging.AbstractInteractionLoggingFilter
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.image.interactionlogging.IDFilter
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.image.leftclick.AbstractLeftClickProcessor
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.image.leftclick.AbstractSelectionRectangleBasedLeftClickProcessor
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.image.leftclick.AddMetaData
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.image.leftclick.DeleteObjects
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.image.leftclick.FixedBoundingBox
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.image.leftclick.MultiProcessor
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.image.leftclick.RandomBoundingBox
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.image.leftclick.ViewObjects
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.image.MetaDataText
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.image.MultiImageOverlay
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.image.ObjectAnnotations
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.image.ObjectCentersOverlayFromReport
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.image.ObjectLocationsOverlayFromReport
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.image.ReportObjectOverlay
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.image.selection.AbstractPaintingSelectionProcessor
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.image.selection.AbstractSelectionRectangleBasedSelectionProcessor
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.image.selection.CopyToClipboard
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.image.selection.MultiSelectionProcessor
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.image.selection.SelectObjects
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.image.selectionshape.AbstractStrokeSelectionShapePainter
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.image.selectionshape.PolygonPainter
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.image.selectionshape.RectanglePainter
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.image.SimplePointOverlayFromReport
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.instance.InstanceLinePaintlet
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.instance.ReportColorInstancePaintlet
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.instance.SimpleInstanceLinePaintlet
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.instance.SimpleInstancePanelUpdater
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.instances.instancestable.AbstractPlotSelectedRows
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.instances.instancestable.AbstractProcessSelectedRows
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.jfreechart.chart.AbstractChartGenerator
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.jfreechart.chart.AbstractChartGeneratorWithAxisLabels
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.jfreechart.chart.BarChart
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.jfreechart.chart.BubbleChart
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.jfreechart.chart.ScatterPlot
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.jfreechart.chart.XYLineChart
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.jfreechart.dataset.DefaultCategory
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.jfreechart.dataset.DefaultXY
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.jfreechart.dataset.DefaultXYZ
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.jfreechart.shape.Circle
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.jfreechart.shape.Cross
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.jfreechart.shape.Diamond
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.jfreechart.shape.Triangle
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.multiobjectexport.AbstractMultiObjectExportWithPreferredExtensions
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.multiobjectexport.DirectoryExport
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.multiobjectexport.EmailExport
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.multiobjectexport.PDFExport
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.multiobjectexport.ZipExport
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.object.annotationsdisplay.AbstractAnnotationsDisplayGenerator
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.object.annotator.AbstractPointAnnotator
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.object.annotator.AbstractRectangleBasedAnnotator
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.object.annotator.AbstractReportBasedAnnotator
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.object.annotator.BoundingBoxAnnotator
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.object.annotator.ClassificationLabelAnnotator
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.object.annotator.PolygonAnnotator
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.object.annotator.PolygonPointAnnotator
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.object.annotator.SimplePointAnnotator
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.object.labelselector.ButtonSelectorGenerator
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.object.labelselector.ButtonSelectorWithColorGenerator
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.object.labelselector.ComboBoxSelectorGenerator
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.object.mouseclick.AbstractMouseClickProcessor
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.object.mouseclick.DeleteObjects
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.object.mouseclick.MultiProcessor
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.object.mouseclick.ViewObjects
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.object.objectannotations.check.AbstractAnnotationCheck
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.object.objectannotations.check.MultiCheck
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.object.objectannotations.check.RequireMetaData
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.object.objectannotations.cleaning.AbstractAnnotationCleaner
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.object.objectannotations.cleaning.Filter
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.object.objectannotations.cleaning.OverlapRemoval
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.object.objectannotations.colors.AbstractAnnotationColors
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.object.objectannotations.colors.FixedColor
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.object.objectannotations.colors.PerType
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.object.objectannotations.colors.TypeColorMapping
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.object.objectannotations.colors.VaryByObject
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.object.objectannotations.label.AbstractLabelPlotter
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.object.objectannotations.label.Anchored
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.object.objectannotations.label.MultiLabelPlotter
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.object.objectannotations.outline.AbstractOutlinePlotter
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.object.objectannotations.outline.AbstractStrokeOutlinePlotter
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.object.objectannotations.outline.MultiOutlinePlotter
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.object.objectannotations.outline.PolygonOutline
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.object.objectannotations.outline.PolygonVertices
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.object.objectannotations.outline.RectangleVertices
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.object.objectannotations.shape.AbstractShapePlotter
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.object.objectannotations.shape.Center
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.object.objectannotations.shape.FilledPolygon
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.object.objectannotations.shape.MultiShapePlotter
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.object.overlay.AbstractObjectOverlayFromReport
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.object.overlay.AbstractOverlay
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.object.overlay.AbstractPointOverlayFromReport
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.object.overlay.ClassificationLabelTextOverlay
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.object.overlay.MultiOverlay
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.object.overlay.ObjectAnnotations
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.object.overlay.ObjectCentersOverlayFromReport
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.object.overlay.ObjectLocationsOverlayFromReport
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.object.overlay.SimplePointOverlayFromReport
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.report.ReportDateFieldPaintlet
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.report.ReportDateFieldRangePaintlet
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.segmentation.paintoperation.AbstractPaintOperation
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.sequence.AbstractXYSequenceMetaDataColorPaintlet
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.sequence.AbstractXYSequencePaintlet
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.sequence.BarPaintlet
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.sequence.ByNamePaintlet
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.sequence.CirclePaintlet
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.sequence.CrossHitDetector
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.sequence.CrossPaintlet
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.sequence.DiagonalOverlayPaintlet
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.sequence.KendallTheilOverlayPaintlet
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.sequence.LinearRegressionOverlayPaintlet
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.sequence.LinePaintlet
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.sequence.LOWESSOverlayPaintlet
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.sequence.MathExpressionOverlayPaintlet
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.sequence.metadatacolor.ColorPerLabel
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.sequence.metadatacolor.ColorPerRegExpGroup
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.sequence.MetaDataValuePaintlet
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.sequence.MultiPaintlet
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.sequence.PaintletWithFixedXRange
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.sequence.PaintletWithFixedXYRange
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.sequence.PaintletWithFixedYRange
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.sequence.PercentileOverlayPaintlet
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.sequence.pointpreprocessor.AbstractPointPreprocessor
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.sequence.pointpreprocessor.Jitter
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.sequence.SquarePaintlet
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.sequence.StdDevOverlayPaintlet
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.sequence.StickPaintlet
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.sequence.StraightLineOverlayPaintlet
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.sequence.TrianglePaintlet
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.spreadsheet.SimpleSpreadSheetRowLinePaintlet
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.spreadsheet.SimpleSpreadSheetRowPanelUpdater
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowLinePaintlet
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.stats.core.AbstractPlotOptionGroup
Configures the options.
defineOptions() - Method in class adams.gui.visualization.stats.fourinone.VersusFitOptions
 
defineOptions() - Method in class adams.gui.visualization.stats.fourinone.VersusOrderOptions
 
defineOptions() - Method in class adams.gui.visualization.stats.histogram.HistogramOptions
 
defineOptions() - Method in class adams.gui.visualization.stats.paintlet.AbstractColorPaintlet
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.stats.paintlet.AbstractProbabilityPaintlet
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.stats.paintlet.AbstractScatterPlotPaintlet
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.stats.paintlet.AbstractZScorePaintlet
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.stats.paintlet.CoordinatesPaintlet
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.stats.paintlet.DiagonalPaintlet
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.stats.paintlet.Gamma
 
defineOptions() - Method in class adams.gui.visualization.stats.paintlet.HistogramPaintlet
 
defineOptions() - Method in class adams.gui.visualization.stats.paintlet.LowessPaintlet
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.stats.paintlet.ScatterPaintletCircle
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.stats.paintlet.ScatterPaintletCross
 
defineOptions() - Method in class adams.gui.visualization.stats.paintlet.ScatterPaintletMetaDataValue
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.stats.paintlet.VsFitPaintlet
 
defineOptions() - Method in class adams.gui.visualization.stats.paintlet.VsOrderPaintlet
 
defineOptions() - Method in class adams.gui.visualization.stats.paintlet.ZScoreCircle
 
defineOptions() - Method in class adams.gui.visualization.stats.probabilityplot.NormalPlotOptions
 
defineOptions() - Method in class adams.gui.visualization.stats.scatterplot.AbstractScatterPlotOverlay
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.stats.scatterplot.action.ViewDataClickAction
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.stats.scatterplot.Diagonal
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.stats.scatterplot.Lowess
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.stats.zscore.AbstractZScoreOverlay
 
defineOptions() - Method in class adams.gui.visualization.stats.zscore.StdDev
 
defineOptions() - Method in class adams.gui.visualization.timeseries.DefaultTimeseriesXAxisPanelOptions
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.timeseries.FixedTimestampPaintlet
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.timeseries.FixedTimestampRangePaintlet
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.timeseries.PaintletWithFixedXRange
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.timeseries.PaintletWithFixedXYRange
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.timeseries.PaintletWithFixedYRange
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.timeseries.PeriodicityPaintlet
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.timeseries.ReportColorTimeseriesPaintlet
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.timeseries.SelectedTimestampPaintlet
Adds options to the internal list of options.
defineOptions() - Method in class adams.gui.visualization.timeseries.TimeseriesPaintlet
Adds options to the internal list of options.
defineOptions() - Method in class adams.ml.evaluation.AbstractSplitGenerator
Adds options to the internal list of options.
defineOptions() - Method in class adams.ml.evaluation.DefaultCrossValidationFoldGenerator
Adds options to the internal list of options.
defineOptions() - Method in class adams.ml.evaluation.DefaultRandomSplitGenerator
Adds options to the internal list of options.
defineOptions() - Method in class adams.ml.model.classification.AbstractClassifier
Adds options to the internal list of options.
defineOptions() - Method in class adams.ml.model.classification.AbstractMultiTargetClassifier
Adds options to the internal list of options.
defineOptions() - Method in class adams.ml.model.classification.WekaClassifier
Adds options to the internal list of options.
defineOptions() - Method in class adams.ml.model.clustering.AbstractClusterer
Adds options to the internal list of options.
defineOptions() - Method in class adams.ml.model.clustering.WekaClusterer
Adds options to the internal list of options.
defineOptions() - Method in class adams.ml.model.regression.AbstractMultiTargetRegressor
Adds options to the internal list of options.
defineOptions() - Method in class adams.ml.model.regression.AbstractRegressor
Adds options to the internal list of options.
defineOptions() - Method in class adams.ml.model.regression.WekaRegressor
Adds options to the internal list of options.
defineOptions() - Method in class adams.ml.preprocessing.AbstractColumnSubsetFilter
Adds options to the internal list of options.
defineOptions() - Method in class adams.ml.preprocessing.supervised.PLS
Adds options to the internal list of options.
defineOptions() - Method in class adams.ml.preprocessing.unsupervised.MultiBatch
Adds options to the internal list of options.
defineOptions() - Method in class adams.ml.preprocessing.unsupervised.MultiStream
Adds options to the internal list of options.
defineOptions() - Method in class adams.ml.preprocessing.unsupervised.PCA
Adds options to the internal list of options.
defineOptions() - Method in class adams.ml.preprocessing.unsupervised.SavitzkyGolay
Adds options to the internal list of options.
defineOptions() - Method in class adams.multiprocess.AbstractMetaJobRunner
Adds options to the internal list of options.
defineOptions() - Method in class adams.multiprocess.LocalJobRunner
Adds options to the internal list of options.
defineOptions() - Method in class adams.multiprocess.RemoteCommandJobRunner
Adds options to the internal list of options.
defineOptions() - Method in class adams.multiprocess.ScpJobRunner
Adds options to the internal list of options.
defineOptions() - Method in class adams.multiprocess.ScpJobRunner.RemoteJobRunner
Adds options to the internal list of options.
defineOptions() - Method in class adams.multiprocess.SerializingJobRunner
Adds options to the internal list of options.
defineOptions() - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm
Adds options to the internal list of options.
defineOptions() - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithmWithSecondEvaluation
Adds options to the internal list of options.
defineOptions() - Method in class adams.opt.genetic.AbstractGeneticAlgorithm
Adds options to the internal list of options.
defineOptions() - Method in class adams.opt.genetic.Hermione
Adds options to the internal list of options.
defineOptions() - Method in class adams.opt.genetic.setupupload.AbstractSetupUpload
Adds options to the internal list of options.
defineOptions() - Method in class adams.opt.genetic.setupupload.MySQL
Adds options to the internal list of options.
defineOptions() - Method in class adams.opt.genetic.stopping.MaxIterations
Adds options to the internal list of options.
defineOptions() - Method in class adams.opt.genetic.stopping.MaxIterationsWithoutImprovement
Adds options to the internal list of options.
defineOptions() - Method in class adams.opt.genetic.stopping.MaxTrainTime
Adds options to the internal list of options.
defineOptions() - Method in class adams.opt.genetic.stopping.MaxTrainTimeWithoutImprovement
Adds options to the internal list of options.
defineOptions() - Method in class adams.opt.genetic.stopping.MultiStoppingCriterion
Adds options to the internal list of options.
defineOptions() - Method in class adams.opt.optimise.genetic.AbstractGeneticAlgorithm
Adds options to the internal list of options.
defineOptions() - Method in class adams.opt.optimise.genetic.fitnessfunctions.AbstractWEKAFitnessFunction
Adds options to the internal list of options.
defineOptions() - Method in class adams.opt.optimise.GeneticAlgorithm
Adds options to the internal list of options.
defineOptions() - Method in class adams.opt.optimise.GridSearch
Adds options to the internal list of options.
defineOptions() - Method in class adams.opt.optimise.RandomOptimiser
Adds options to the internal list of options.
defineOptions() - Method in class adams.opt.optimise.RefineRange
Adds options to the internal list of options.
defineOptions() - Method in class adams.opt.optimise.SplitSearch
Adds options to the internal list of options.
defineOptions() - Method in class adams.parser.AbstractExpressionEvaluator
Adds options to the internal list of options.
defineOptions() - Method in class adams.parser.AbstractSymbolEvaluator
Adds options to the internal list of options.
defineOptions() - Method in class adams.parser.ActorSuggestion
Adds options to the internal list of options.
defineOptions() - Method in class adams.parser.ActorTemplateSuggestion
Adds options to the internal list of options.
defineOptions() - Method in class adams.parser.BaseDateExpression
Adds options to the internal list of options.
defineOptions() - Method in class adams.parser.BaseDateTimeExpression
Adds options to the internal list of options.
defineOptions() - Method in class adams.parser.BaseDateTimeMsecExpression
Adds options to the internal list of options.
defineOptions() - Method in class adams.parser.ExternalActorSuggestion
Adds options to the internal list of options.
defineOptions() - Method in class adams.parser.LookUpUpdate
Adds options to the internal list of options.
defineOptions() - Method in class adams.parser.SpreadSheetFormula
Adds options to the internal list of options.
defineOptions() - Method in class adams.parser.SpreadSheetQuery
Adds options to the internal list of options.
defineOptions() - Method in class adams.run.RunDatabaseScheme
Adds options to the internal list of options.
defineOptions() - Method in class adams.run.RunScheme
Adds options to the internal list of options.
defineOptions() - Method in class adams.scripting.command.AbstractCommandWithResponse
Adds options to the internal list of options.
defineOptions() - Method in class adams.scripting.command.AbstractRemoteCommandOnFlowWithResponse
Adds options to the internal list of options.
defineOptions() - Method in class adams.scripting.command.basic.AbstractCommandWithFlowStopping
Adds options to the internal list of options.
defineOptions() - Method in class adams.scripting.command.basic.Restart
Adds options to the internal list of options.
defineOptions() - Method in class adams.scripting.command.basic.RetrieveFile
Adds options to the internal list of options.
defineOptions() - Method in class adams.scripting.command.basic.SendFile
Adds options to the internal list of options.
defineOptions() - Method in class adams.scripting.command.basic.StartRemoteLogging
Adds options to the internal list of options.
defineOptions() - Method in class adams.scripting.command.basic.StopEngine
Adds options to the internal list of options.
defineOptions() - Method in class adams.scripting.command.basic.StopRemoteLogging
Adds options to the internal list of options.
defineOptions() - Method in class adams.scripting.command.basic.SystemInfo
Adds options to the internal list of options.
defineOptions() - Method in class adams.scripting.command.basic.Text
Adds options to the internal list of options.
defineOptions() - Method in class adams.scripting.command.flow.GetFlow
Adds options to the internal list of options.
defineOptions() - Method in class adams.scripting.command.flow.RemoteFlowExecution
Adds options to the internal list of options.
defineOptions() - Method in class adams.scripting.command.flow.RestartFlow
Adds options to the internal list of options.
defineOptions() - Method in class adams.scripting.command.flow.RunRemoteFlow
Adds options to the internal list of options.
defineOptions() - Method in class adams.scripting.command.flow.SendFlowControlCommand
Adds options to the internal list of options.
defineOptions() - Method in class adams.scripting.command.gui.MenuItem
Adds options to the internal list of options.
defineOptions() - Method in class adams.scripting.CommandRunner
Adds options to the internal list of options.
defineOptions() - Method in class adams.scripting.connection.AbstractConnectionEnhancer
Adds options to the internal list of options.
defineOptions() - Method in class adams.scripting.connection.AbstractMultiConnection
Adds options to the internal list of options.
defineOptions() - Method in class adams.scripting.connection.AbstractSSHConnection
Adds options to the internal list of options.
defineOptions() - Method in class adams.scripting.connection.AbstractSSHConnectionWithPortForwarding
Adds options to the internal list of options.
defineOptions() - Method in class adams.scripting.connection.DefaultConnection
Adds options to the internal list of options.
defineOptions() - Method in class adams.scripting.connection.FTPConnection
Adds options to the internal list of options.
defineOptions() - Method in class adams.scripting.connection.Multicast
Adds options to the internal list of options.
defineOptions() - Method in class adams.scripting.connection.ScpConnection
Adds options to the internal list of options.
defineOptions() - Method in class adams.scripting.connection.SSHConnection
Adds options to the internal list of options.
defineOptions() - Method in class adams.scripting.engine.AbstractScriptingEngine
Adds options to the internal list of options.
defineOptions() - Method in class adams.scripting.engine.AbstractScriptingEngineEnhancer
Adds options to the internal list of options.
defineOptions() - Method in class adams.scripting.engine.AbstractScriptingEngineWithJobQueue
Adds options to the internal list of options.
defineOptions() - Method in class adams.scripting.engine.DefaultScriptingEngine
Adds options to the internal list of options.
defineOptions() - Method in class adams.scripting.engine.DefaultWorkerScriptingEngine
Adds options to the internal list of options.
defineOptions() - Method in class adams.scripting.engine.FileBasedScriptingEngine
Adds options to the internal list of options.
defineOptions() - Method in class adams.scripting.engine.ForwardingScriptingEngine
Adds options to the internal list of options.
defineOptions() - Method in class adams.scripting.engine.ManualFeedScriptingEngine
Adds options to the internal list of options.
defineOptions() - Method in class adams.scripting.engine.MultiScriptingEngine
Adds options to the internal list of options.
defineOptions() - Method in class adams.scripting.processor.JsonProcessor
Adds options to the internal list of options.
defineOptions() - Method in class adams.scripting.requesthandler.AbstractRequestHandler
Adds options to the internal list of options.
defineOptions() - Method in class adams.scripting.requesthandler.CallableActorsHandler
Adds options to the internal list of options.
defineOptions() - Method in class adams.scripting.requesthandler.CommandDumperHandler
Adds options to the internal list of options.
defineOptions() - Method in class adams.scripting.requesthandler.MultiHandler
Adds options to the internal list of options.
defineOptions() - Method in class adams.scripting.responsehandler.AbstractResponseHandler
Adds options to the internal list of options.
defineOptions() - Method in class adams.scripting.responsehandler.CallableActorsHandler
Adds options to the internal list of options.
defineOptions() - Method in class adams.scripting.responsehandler.CommandDumperHandler
Adds options to the internal list of options.
defineOptions() - Method in class adams.scripting.responsehandler.MultiHandler
Adds options to the internal list of options.
defineOptions() - Method in class adams.terminal.application.AbstractTerminalApplication
Adds options to the internal list of options.
defineOptions() - Method in class adams.tools.AbstractAddRemoveTimeWindowDatabaseTool
Adds options to the internal list of options.
defineOptions() - Method in class adams.tools.AbstractScriptedTool
Adds options to the internal list of options.
defineOptions() - Method in class adams.tools.AbstractTimeWindowDatabaseTool
Adds options to the internal list of options.
defineOptions() - Method in class adams.tools.CompareDatasets
Adds options to the internal list of options.
defineOptions() - Method in class adams.tools.DropTables
Adds options to the internal list of options.
defineOptions() - Method in class adams.tools.Groovy
Adds options to the internal list of options.
defineOptions() - Method in class adams.tools.RunTool
Adds options to the internal list of options.
defineOptions() - Method in class adams.tools.Scripted
Adds options to the internal list of options.
defineOptions() - Method in class adams.tools.TableUpgrade
Adds options to the internal list of options.
defineOptions() - Method in class adams.tools.TruncateTables
Adds options to the internal list of options.
defineOptions() - Method in class adams.tools.ZipPassword
Adds options to the internal list of options.
defineOptions() - Method in class weka.classifiers.AbstractSplitGenerator
Adds options to the internal list of options.
defineOptions() - Method in class weka.classifiers.BestBinnedNumericClassRandomSplitGenerator
Adds options to the internal list of options.
defineOptions() - Method in class weka.classifiers.BinnedNumericClassCrossValidationFoldGenerator
Adds options to the internal list of options.
defineOptions() - Method in class weka.classifiers.BinnedNumericClassRandomSplitGenerator
Adds options to the internal list of options.
defineOptions() - Method in class weka.classifiers.DefaultCrossValidationFoldGenerator
Adds options to the internal list of options.
defineOptions() - Method in class weka.classifiers.DefaultRandomSplitGenerator
Adds options to the internal list of options.
defineOptions() - Method in class weka.classifiers.functions.FromPredictions
Adds options to the internal list of options.
defineOptions() - Method in class weka.classifiers.GroupedBinnedNumericClassCrossValidationFoldGenerator
Adds options to the internal list of options.
defineOptions() - Method in class weka.classifiers.GroupedBinnedNumericClassRandomSplitGenerator
Adds options to the internal list of options.
defineOptions() - Method in class weka.classifiers.GroupedCrossValidationFoldGenerator
Adds options to the internal list of options.
defineOptions() - Method in class weka.classifiers.GroupedCrossValidationFoldGeneratorUsingNumericClassValues
Adds options to the internal list of options.
defineOptions() - Method in class weka.classifiers.GroupedRandomSplitGenerator
Adds options to the internal list of options.
defineOptions() - Method in class weka.classifiers.LeaveOneOutByValueGenerator
Adds options to the internal list of options.
defineOptions() - Method in class weka.classifiers.MultiLevelSplitGenerator
Adds options to the internal list of options.
defineOptions() - Method in class weka.classifiers.trees.XGBoost
Adds options to the internal list of options.
defineOptions() - Method in class weka.filters.unsupervised.attribute.detrend.RangeBased
Adds options to the internal list of options.
defineOptions() - Method in class weka.filters.unsupervised.attribute.multiplicativescattercorrection.RangeBased
Adds options to the internal list of options.
deflationModeTipText() - Method in class adams.data.instancesanalysis.pls.NIPALS
Returns the tip text for this property
degreesOfFreedomTipText() - Method in class adams.data.distribution.ChiSquared
Returns the tip text for this property.
degreesOfFreedomTipText() - Method in class adams.data.distribution.T
Returns the tip text for this property.
DelayedActionRunnable - Class in adams.gui.core
Runnable that executes actions after the specified delay has been reached.
DelayedActionRunnable(int, int) - Constructor for class adams.gui.core.DelayedActionRunnable
Initializes the runnable with
DelayedActionRunnable.AbstractAction - Class in adams.gui.core
Ancestor for actions to be executed after a delay.
DelayedEvent - Class in adams.flow.standalone
Executes its sub-flow after a predefined number of milli-seconds.
DelayedEvent() - Constructor for class adams.flow.standalone.DelayedEvent
 
delayTipText() - Method in class adams.flow.source.OpenCVDeviceFrameGrabber
Returns the tip text for this property.
delayTipText() - Method in class adams.flow.standalone.DelayedEvent
Returns the tip text for this property.
delayTipText() - Method in class adams.flow.transformer.FileTailer
Returns the tip text for this property.
delayUpdatesTipText() - Method in class adams.flow.source.RSync
 
delete() - Method in class adams.core.io.PlaceholderFile
Deletes the file or directory denoted by this abstract pathname.
delete() - Method in class adams.gui.tools.FileCommanderPanel
Deletes the selected files.
delete() - Method in class adams.gui.tools.LogEntryDatabaseViewerPanel
Removes the currently selected log entries.
delete() - Method in class adams.parser.spreadsheetquery.ParserHelper
Sets to delete rows.
delete() - Method in class weka.core.InstancesView
Removes all instances from the set.
delete(int) - Method in class weka.core.InstancesView
Removes an instance at the given position from the set.
delete(File) - Static method in class adams.core.io.FileUtils
Deletes the specified file.
delete(String) - Method in class adams.core.io.fileoperations.AbstractRemoteFileOperations
Deletes a file.
delete(String) - Method in interface adams.core.io.fileoperations.FileOperations
Deletes a file.
delete(String) - Method in class adams.core.io.fileoperations.LocalFileOperations
Deletes a file.
delete(String) - Method in class adams.core.io.fileoperations.RemoteToRemoteFileOperations
Deletes a file.
delete(String) - Static method in class adams.core.io.FileUtils
Deletes the specified file.
DELETE - adams.core.io.fileoperations.Operation
 
DELETE - adams.core.io.WatchEventKind
 
DELETE - Static variable in interface adams.parser.spreadsheetquery.sym
 
deleteAfterTipText() - Method in class adams.flow.source.RSync
 
deleteAttributeAt(int) - Method in class adams.gui.visualization.instances.InstancesTableModel
deletes the attribute at the given col index.
deleteAttributeAt(int) - Method in class weka.core.AbstractHashableInstance
Deletes an attribute at the given position (0 to numAttributes() - 1).
deleteAttributeAt(int) - Method in class weka.core.InstancesView
Deletes an attribute at the given position (0 to numAttributes() - 1).
deleteAttributeAt(int, boolean) - Method in class adams.gui.visualization.instances.InstancesTableModel
deletes the attribute at the given col index
deleteAttributes(int[]) - Method in class adams.gui.visualization.instances.InstancesTableModel
deletes the attributes at the given indices
deleteAttributeType(int) - Method in class weka.core.InstancesView
Deletes all attributes of the given type in the dataset.
deleteBeforeTipText() - Method in class adams.flow.source.RSync
 
deleteCol(Matrix, int) - Static method in class edu.umbc.cs.maple.utils.JamaUtils
Deletes a column from a matrix.
DeleteData - Class in adams.gui.scripting
Action parameters:
DeleteData() - Constructor for class adams.gui.scripting.DeleteData
 
deleteDelayTipText() - Method in class adams.flow.source.RSync
 
DeleteDir - Class in adams.flow.standalone
Deletes the dirs that match the regular expression below the specified directory.
DeleteDir() - Constructor for class adams.flow.standalone.DeleteDir
 
deleteDuringTipText() - Method in class adams.flow.source.RSync
 
deleteExcludedTipText() - Method in class adams.flow.source.RSync
 
DeleteFile - Class in adams.flow.standalone
Deletes the files that match the regular expression below the specified directory.
DeleteFile - Class in adams.flow.transformer
Deletes the file/directory received on its input port if it matches the provided regular expression.
In case of directories, deletion is performed recursively (if a directory matches, then the content gets deleted regardless whether it matches the regular expression or not).
DeleteFile() - Constructor for class adams.flow.standalone.DeleteFile
 
DeleteFile() - Constructor for class adams.flow.transformer.DeleteFile
 
DeleteFiles - Class in adams.gui.tools.previewbrowser.localfiles
Deletes the selected files.
DeleteFiles() - Constructor for class adams.gui.tools.previewbrowser.localfiles.DeleteFiles
Initializes the action.
deleteInstanceAt(int) - Method in class adams.gui.visualization.instances.InstancesTableModel
deletes the instance at the given index
deleteInstanceAt(int, boolean) - Method in class adams.gui.visualization.instances.InstancesTableModel
deletes the instance at the given index
deleteInstances(int[]) - Method in class adams.gui.visualization.instances.InstancesTableModel
deletes the instances at the given positions
deleteItselfTipText() - Method in class adams.flow.standalone.DeleteDir
Returns the tip text for this property.
DeleteJsonValue - Class in adams.flow.transformer
DeleteJsonValue() - Constructor for class adams.flow.transformer.DeleteJsonValue
 
deleteLocal(String) - Method in class adams.core.io.fileoperations.AbstractRemoteFileOperations
Deletes a local file.
DeleteMapValue - Class in adams.flow.transformer
Deletes the specified key/value pair from the map passing through.
DeleteMapValue() - Constructor for class adams.flow.transformer.DeleteMapValue
 
deleteMissingArgsTipText() - Method in class adams.flow.source.RSync
 
DeleteObjects - Class in adams.gui.visualization.image.leftclick
Displays the objects at the click position and deletes the selected ones.
DeleteObjects - Class in adams.gui.visualization.object.mouseclick
Displays the objects at the click position and deletes the selected ones.
DeleteObjects() - Constructor for class adams.gui.visualization.image.leftclick.DeleteObjects
 
DeleteObjects() - Constructor for class adams.gui.visualization.object.mouseclick.DeleteObjects
 
deleteOldLayersTipText() - Method in class adams.data.imagesegmentation.filter.MergeLayers
Returns the tip text for this property.
deleteOnExit() - Method in class adams.core.io.PlaceholderFile
Requests that the file or directory denoted by this abstract pathname be deleted when the virtual machine terminates.
DeleteOverlappingImageObjects - Class in adams.flow.transformer
Cleans up overlapping objects, e.g., multiple predicted bounding boxes per object.
DeleteOverlappingImageObjects() - Constructor for class adams.flow.transformer.DeleteOverlappingImageObjects
 
DeleteOverlappingImageObjects.RemovalStrategy - Enum in adams.flow.transformer
Determines which object of the overlapping ones to remove.
DeletePropertyValue - Class in adams.flow.transformer
Deletes the specified property from the Properties object passing through.
DeletePropertyValue() - Constructor for class adams.flow.transformer.DeletePropertyValue
 
deleteRemote(String) - Method in class adams.core.io.fileoperations.AbstractRemoteFileOperations
Deletes a remote file.
deleteRemote(String) - Method in class adams.core.io.fileoperations.FtpFileOperations
Deletes a remote file.
deleteRemote(String) - Method in class adams.core.io.fileoperations.SftpFileOperations
Deletes a remote file.
deleteRemote(String) - Method in class adams.core.io.fileoperations.SmbFileOperations
Deletes a remote file.
DeleteReportValue - Class in adams.flow.transformer
Deletes values from a report.
DeleteReportValue() - Constructor for class adams.flow.transformer.DeleteReportValue
 
DeleteReportValueByExpression - Class in adams.flow.transformer
DeleteReportValueByExpression() - Constructor for class adams.flow.transformer.DeleteReportValueByExpression
 
deleteRow(Matrix, int) - Static method in class edu.umbc.cs.maple.utils.JamaUtils
Deletes a row from a matrix.
DeleteStar - Class in adams.gui.tools.previewbrowser.localfiles
Deletes all files with the same prefix as the selected file.
DeleteStar() - Constructor for class adams.gui.tools.previewbrowser.localfiles.DeleteStar
Initializes the action.
DeleteStorageValue - Class in adams.flow.standalone
Removes the specified value (or the ones that match the regular expression) from temporary storage.
By supplying a cache name, the value can be removed from a LRU cache instead of the regular storage.
DeleteStorageValue - Class in adams.flow.transformer
Removes the specified value (or the ones that match the regular expression) from temporary storage whenever a token passes through.
By supplying a cache name, the value can be removed from a LRU cache instead of the regular storage.
DeleteStorageValue() - Constructor for class adams.flow.standalone.DeleteStorageValue
Default constructor.
DeleteStorageValue() - Constructor for class adams.flow.transformer.DeleteStorageValue
Default constructor.
DeleteStorageValue(StorageName) - Constructor for class adams.flow.standalone.DeleteStorageValue
Initializes with the specified name.
DeleteStorageValue(StorageName) - Constructor for class adams.flow.transformer.DeleteStorageValue
Initializes with the specified name.
DeleteStorageValue(String) - Constructor for class adams.flow.standalone.DeleteStorageValue
Initializes with the specified name.
DeleteStorageValue(String) - Constructor for class adams.flow.transformer.DeleteStorageValue
Initializes with the specified name.
DeleteStorageValue.MatchingType - Enum in adams.flow.standalone
Determines how to locate the variable.
DeleteStorageValue.MatchingType - Enum in adams.flow.transformer
Determines how to locate the variable.
deleteTipText() - Method in class adams.data.conversion.SpreadSheetUseRowAsHeader
Returns the tip text for this property.
deleteTipText() - Method in class adams.flow.source.RSync
 
deleteTipText() - Method in class adams.flow.source.SimpleRSync
 
DeleteVariable - Class in adams.flow.standalone
Removes a variable by name or the variables that match the regular expression.
DeleteVariable - Class in adams.flow.transformer
Removes a variable by name or the variables that match the regular expression.
DeleteVariable() - Constructor for class adams.flow.standalone.DeleteVariable
 
DeleteVariable() - Constructor for class adams.flow.transformer.DeleteVariable
 
DeleteVariable.MatchingType - Enum in adams.flow.standalone
Determines how to locate the variable.
DeleteVariable.MatchingType - Enum in adams.flow.transformer
Determines how to locate the variable.
deleteWithMissing(int) - Method in class weka.core.InstancesView
Removes all instances with missing values for a particular attribute from the dataset.
DELIMITED_FIELDS - adams.flow.transformer.StringRangeCut.Type
delimited fields.
delimiterTipText() - Method in class adams.data.conversion.SpreadSheetSplitColumn
Returns the tip text for this property.
delimiterTipText() - Method in class adams.flow.sink.Exec
Returns the tip text for this property.
delimiterTipText() - Method in class adams.flow.sink.PasteFiles
Returns the tip text for this property.
delimiterTipText() - Method in class adams.flow.transformer.StringRangeCut
Returns the tip text for this property.
delimiterTipText() - Method in class adams.flow.transformer.StringSplit
Returns the tip text for this property.
deltaTipText() - Method in class adams.data.spc.MOACUSUM
Returns the tip text for this property.
deltaTipText() - Method in class adams.data.spc.MOAPageHinkley
Returns the tip text for this property.
deltaToLine(int, boolean) - Method in class adams.core.DiffUtils.SideBySideDiff
Returns the line number (start or end) of the given delta.
DEMY_OCTAVO - adams.flow.transformer.pdfproclet.PageSize
 
DEMY_QUARTO - adams.flow.transformer.pdfproclet.PageSize
 
denoise(T) - Method in class adams.data.noise.AbstractDenoiser
Returns the denoised data.
DenoiserJob(AbstractDenoiser, T) - Constructor for class adams.data.noise.AbstractDenoiser.DenoiserJob
Initializes the job.
denoiserTipText() - Method in class adams.data.filter.RemoveNoise
Returns the tip text for this property.
denominatorDegreesOfFreedomTipText() - Method in class adams.data.distribution.F
Returns the tip text for this property.
DenseDataRow - Class in adams.data.spreadsheet
A row for dense data representation.
DenseDataRow() - Constructor for class adams.data.spreadsheet.DenseDataRow
Default constructor for GOE only.
DenseDataRow(SpreadSheet) - Constructor for class adams.data.spreadsheet.DenseDataRow
Constructor that ties row to spreadsheet.
DenseFloatDataRow - Class in adams.data.spreadsheet
A row for dense data representation, using floats internally.
DenseFloatDataRow() - Constructor for class adams.data.spreadsheet.DenseFloatDataRow
Default constructor for GOE only.
DenseFloatDataRow(SpreadSheet) - Constructor for class adams.data.spreadsheet.DenseFloatDataRow
Constructor that ties row to spreadsheet.
DENSITY - adams.data.statistics.ArrayHistogram.BinCalculation
density.
DENSITY - adams.gui.visualization.stats.histogram.HistogramOptions.BoxType
 
DensityBinning - Class in adams.data.binning.algorithm
Performs density-based binning.
DensityBinning() - Constructor for class adams.data.binning.algorithm.DensityBinning
 
dependentCapabilities() - Method in class adams.ml.capabilities.Capabilities
Returns the dependent capabilities.
DeprecatedClass - Annotation Type in adams.core.annotation
Annotation for deprecated classes.
Deprecation - Class in adams.core.option.help
Generates help for deprecated classes.
Deprecation() - Constructor for class adams.core.option.help.Deprecation
 
DEPTHWISE - weka.classifiers.trees.XGBoost.GrowPolicy
 
DeQueue - Class in adams.flow.source
Polls the specified queue in internal storage for an item, blocks till an item is available.
NB: The user needs to stop the flow as the DeQueue source will never stop, as it assumes that there will be more data coming through.
DeQueue() - Constructor for class adams.flow.source.DeQueue
Default constructor.
DeQueue(StorageName) - Constructor for class adams.flow.source.DeQueue
Initializes with the specified storage name.
DeQueue(String) - Constructor for class adams.flow.source.DeQueue
Initializes with the specified storage name.
deregister(GraphicalFlowExecutionListener) - Method in class adams.gui.flow.tabhandler.GraphicalFlowExecutionListenersHandler
Deregisters a listener.
deregister(Class, String) - Method in class adams.gui.flow.tabhandler.RegisteredDisplaysHandler
Deregisters a display.
deregisterGraphicalFlowExecutionListener(FlowExecutionListener) - Method in class adams.flow.control.Flow
Deregisters the graphical flow execution listener.
deregisterInWrapUp() - Method in class adams.flow.core.AbstractDisplay
Returns whether to de-register in AbstractDisplay.wrapUp() or wait till AbstractDisplay.cleanUpGUI().
deregisterVariables() - Method in class adams.core.option.OptionManager
Deregisters all the variables recursively.
deregisterWindow() - Method in class adams.flow.core.AbstractDisplay
Deregisters the window with the flow root actor.
deregisterWindow(Window) - Method in class adams.flow.control.Flow
Removes the window from the register.
deregisterWindow(Window) - Method in class adams.flow.source.AbstractInteractiveSource
Deregisters the window with the flow.
deregisterWindow(Window) - Method in class adams.flow.transformer.AbstractInteractiveTransformer
Deregisters the window with the flow.
deregisterWindow(Window) - Method in class adams.flow.transformer.AbstractInteractiveTransformerDialog
Deregisters the window with the flow.
deregisterWithEditor() - Method in class adams.flow.core.AbstractDisplay
Deregisters the actor from the flow editor, if possible.
deregisterWorker(Connection) - Method in class adams.scripting.engine.DefaultMainScriptingEngine
Deregisters a worker with the given connection.
deregisterWorker(Connection) - Method in interface adams.scripting.engine.MainScriptingEngine
Deregisters a worker with the given connection.
DeregisterWorker - Class in adams.scripting.command.distributed
Deregisters a WorkerScriptingEngine from a main.
DeregisterWorker() - Constructor for class adams.scripting.command.distributed.DeregisterWorker
 
derivativeOrderTipText() - Method in class adams.data.filter.AbstractSavitzkyGolay
Returns the tip text for this property.
derivativeOrderTipText() - Method in class adams.flow.control.plotprocessor.SavitzkyGolay
Returns the tip text for this property.
derivativeOrderTipText() - Method in class adams.ml.preprocessing.unsupervised.SavitzkyGolay
Returns the tip text for this property.
derivativeOrderTipText() - Method in class weka.filters.unsupervised.attribute.SavitzkyGolay
Returns the tip text for this property.
derivativeOrderTipText() - Method in class weka.filters.unsupervised.attribute.SavitzkyGolay2
Returns the tip text for this property.
derive(List<AbstractDerivative.Point>) - Method in class adams.data.filter.AbstractDerivative
Generates the next derivative from the GC data.
DESC - Static variable in interface adams.parser.spreadsheetquery.sym
 
DESCENDING - adams.data.conversion.WekaPredictionContainerToSpreadSheet.Sorting
descending.
DESCRIPTION - adams.flow.transformer.Mat5FileInfo.InfoType
 
DESCRIPTION_ENDTAG - Static variable in class adams.doc.javadoc.ScriptletJavadoc
the end comment tag for inserting the generated Javadoc ("description").
DESCRIPTION_STARTTAG - Static variable in class adams.doc.javadoc.ScriptletJavadoc
the start comment tag for inserting the generated Javadoc ("description").
DescriptionPanel - Class in adams.gui.core
Base panel that offers a description at the top.
DescriptionPanel() - Constructor for class adams.gui.core.DescriptionPanel
Initializes the panel.
DescriptionPanel(LayoutManager) - Constructor for class adams.gui.core.DescriptionPanel
Initializes the panel with the given layout.
descriptionTipText() - Method in class adams.flow.setup.FlowSetup
Returns the tip text for this property.
deselectColinearAttributes(boolean[], double[]) - Method in class weka.classifiers.functions.LinearRegressionJ
Removes the attribute with the highest standardised coefficient greater than 1.5 from the selected attributes.
deserialize(InvestigatorPanel, Object, MessageCollection) - Method in class adams.gui.tools.wekainvestigator.InvestigatorWorkspaceHelper
Deserializes the data and configures the panel.
deserialize(ObjectInputStream) - Static method in class weka.gui.explorer.WorkspaceHelper
Deserializes an explorer instance from the input stream.
deserialize(Object, MessageCollection) - Method in class adams.gui.core.AbstractNamedHistoryPanel
Restores the history.
deserialize(Object, MessageCollection) - Method in class adams.gui.tools.spreadsheetprocessor.AbstractWidget
Deserializes the setup and maps it onto the widget.
deserialize(Object, MessageCollection) - Method in class adams.gui.tools.spreadsheetprocessor.processors.FlowProcessor
Deserializes the setup and maps it onto the widget.
deserialize(Object, MessageCollection) - Method in class adams.gui.tools.spreadsheetprocessor.processors.PassThroughProcessor
Deserializes the setup and maps it onto the widget.
deserialize(Object, MessageCollection) - Method in class adams.gui.tools.spreadsheetprocessor.processors.QueryProcessor
Deserializes the setup and maps it onto the widget.
deserialize(Object, MessageCollection) - Method in class adams.gui.tools.spreadsheetprocessor.sources.ClipboardSource
Deserializes the setup and maps it onto the widget.
deserialize(Object, MessageCollection) - Method in class adams.gui.tools.spreadsheetprocessor.sources.DatabaseSource
Deserializes the setup and maps it onto the widget.
deserialize(Object, MessageCollection) - Method in class adams.gui.tools.spreadsheetprocessor.sources.FileBrowserSource
Deserializes the setup and maps it onto the widget.
deserialize(Object, MessageCollection) - Method in class adams.gui.tools.spreadsheetprocessor.sources.FileSource
Deserializes the setup and maps it onto the widget.
deserialize(Object, MessageCollection) - Method in class adams.gui.tools.spreadsheetprocessor.targets.ChartTarget
Deserializes the setup and maps it onto the widget.
deserialize(Object, MessageCollection) - Method in class adams.gui.tools.spreadsheetprocessor.targets.ClipboardTarget
Deserializes the setup and maps it onto the widget.
deserialize(Object, MessageCollection) - Method in class adams.gui.tools.spreadsheetprocessor.targets.DatabaseTarget
Deserializes the setup and maps it onto the widget.
deserialize(Object, MessageCollection) - Method in class adams.gui.tools.spreadsheetprocessor.targets.FileTarget
Deserializes the setup and maps it onto the widget.
deserialize(Object, MessageCollection) - Method in class adams.gui.tools.wekainvestigator.tab.AbstractInvestigatorTab
Deserializes the data and configures the tab.
deserialize(Object, GenericObjectEditor) - Method in class weka.gui.explorer.AbstractExplorerPanelHandler
Deserializes the data and configures the GenericObjectEditor with it.
deserialize(Object, ResultHistoryPanel) - Method in class weka.gui.explorer.AbstractExplorerPanelHandler
Deserializes the data and configures the ResultHistoryPanel with it.
deserialize(Map<String, Object>, MessageCollection) - Method in class adams.gui.tools.wekainvestigator.evaluation.AbstractEvaluation
Restores the objects.
deserialize(Map<String, Object>, MessageCollection) - Method in class adams.gui.tools.wekainvestigator.tab.associatetab.evaluation.Train
Restores the objects.
deserialize(Map<String, Object>, MessageCollection) - Method in class adams.gui.tools.wekainvestigator.tab.attseltab.evaluation.CrossValidation
Restores the objects.
deserialize(Map<String, Object>, MessageCollection) - Method in class adams.gui.tools.wekainvestigator.tab.attseltab.evaluation.Train
Restores the objects.
deserialize(Map<String, Object>, MessageCollection) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.BuildModel
Restores the objects.
deserialize(Map<String, Object>, MessageCollection) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.CrossValidation
Restores the objects.
deserialize(Map<String, Object>, MessageCollection) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.FromPredictions
Restores the objects.
deserialize(Map<String, Object>, MessageCollection) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.IndexedSplitsRunsEvaluation
Restores the objects.
deserialize(Map<String, Object>, MessageCollection) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.ReevaluateModel
Restores the objects.
deserialize(Map<String, Object>, MessageCollection) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.RepeatedCrossValidation
Restores the objects.
deserialize(Map<String, Object>, MessageCollection) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.TrainTestSet
Restores the objects.
deserialize(Map<String, Object>, MessageCollection) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.TrainTestSplit
Restores the objects.
deserialize(Map<String, Object>, MessageCollection) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.TrainValidateTestSet
Restores the objects.
deserialize(Map<String, Object>, MessageCollection) - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.BuildModel
Restores the objects.
deserialize(Map<String, Object>, MessageCollection) - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.ClassesToClusters
Restores the objects.
deserialize(Map<String, Object>, MessageCollection) - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.CrossValidation
Restores the objects.
deserialize(Map<String, Object>, MessageCollection) - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.ReevaluateModel
Restores the objects.
deserialize(Map<String, Object>, MessageCollection) - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.TrainTestSet
Restores the objects.
deserialize(Map<String, Object>, MessageCollection) - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.TrainTestSplit
Restores the objects.
deserialize(Map<String, Object>, MessageCollection) - Method in class adams.gui.tools.wekainvestigator.tab.experimenttab.setup.CrossValidationSetup
Restores the objects.
deserialize(Map<String, Object>, MessageCollection) - Method in class adams.gui.tools.wekainvestigator.tab.experimenttab.setup.TrainTestSplitSetup
Restores the objects.
deserialize(P, Object, MessageCollection) - Method in class adams.gui.workspace.AbstractWorkspaceHelper
Deserializes the data for the panel.
deserialize(Explorer.ExplorerPanel, Object) - Method in class weka.classifiers.timeseries.gui.ExplorerTSPanelHandler
Deserializes the data and configures the panel.
deserialize(Explorer.ExplorerPanel, Object) - Method in class weka.gui.explorer.AbstractExplorerPanelHandler
Deserializes the data and configures the panel.
deserialize(Explorer.ExplorerPanel, Object) - Method in class weka.gui.explorer.AssociationsHandler
Deserializes the data and configures the panel.
deserialize(Explorer.ExplorerPanel, Object) - Method in class weka.gui.explorer.AttributeSelectionHandler
Deserializes the data and configures the panel.
deserialize(Explorer.ExplorerPanel, Object) - Method in class weka.gui.explorer.ClassifierHandler
Deserializes the data and configures the panel.
deserialize(Explorer.ExplorerPanel, Object) - Method in class weka.gui.explorer.ClustererHandler
Deserializes the data and configures the panel.
deserialize(Explorer.ExplorerPanel, Object) - Method in class weka.gui.explorer.DefaultHandler
Deserializes the data and configures the panel.
deserialize(Explorer.ExplorerPanel, Object) - Method in class weka.gui.explorer.ExperimentHandler
Deserializes the data and configures the panel.
deserialize(Explorer.ExplorerPanel, Object) - Method in class weka.gui.explorer.ForecastingHandler
Deserializes the data and configures the panel.
deserialize(Explorer.ExplorerPanel, Object) - Method in class weka.gui.explorer.PreprocessHandler
Deserializes the data and configures the panel.
Deserialize - Class in adams.core.io.fileuse
Attempts to deserialize the file.
Deserialize - Class in adams.flow.transformer
Deserializes a previously serialized Java object from a file.
Deserialize() - Constructor for class adams.core.io.fileuse.Deserialize
 
Deserialize() - Constructor for class adams.flow.transformer.Deserialize
 
DESERIALIZED - Static variable in class adams.gui.event.WekaInvestigatorDataEvent
the data got deserialized.
deserializeFile(MessageCollection) - Method in class adams.flow.core.AbstractModelLoader
Deserializes the model file.
deserializeFile(MessageCollection) - Method in class adams.flow.core.WekaClassifierModelLoader
Deserializes the model file.
deserializeFile(MessageCollection) - Method in class adams.flow.core.WekaClustererModelLoader
Deserializes the model file.
DeserializeToStorage - Class in adams.flow.standalone
Deserializes a model from a file with the specified object reader and stores it directly in storage.
It is also possible to define multiple storage name / file name pairs, to make the deserialization of large amounts of files more efficient.
DeserializeToStorage() - Constructor for class adams.flow.standalone.DeserializeToStorage
 
DesktopScreenshot - Class in adams.flow.control
Takes a screenshot of the desktop whenever a token passes through.
DesktopScreenshot() - Constructor for class adams.flow.control.DesktopScreenshot
 
DESTINATION - Static variable in class adams.core.DiffUtils
the destination indicator.
destinationTipText() - Method in class adams.flow.source.RSync
 
destinationTipText() - Method in class adams.flow.source.SimpleRSync
 
destroy() - Method in interface adams.core.Destroyable
Frees up memory in a "destructive" non-reversible way.
destroy() - Method in class adams.core.management.Launcher
Allows killing the process.
destroy() - Method in class adams.core.option.AbstractOptionHandler
Frees up memory in a "destructive" non-reversible way.
destroy() - Method in class adams.core.option.AbstractRecursiveOptionProducerWithOptionHandling
Frees up memory in a "destructive" non-reversible way.
destroy() - Method in class adams.core.SerializableObjectHelper
Frees up memory in a "destructive" non-reversible way.
destroy() - Method in class adams.data.boofcv.features.AbstractScriptedFeatureGenerator
Frees up memory in a "destructive" non-reversible way.
destroy() - Method in class adams.data.boofcv.features.Scripted
Frees up memory in a "destructive" non-reversible way.
destroy() - Method in class adams.data.boofcv.transformer.AbstractScriptedTransformer
Frees up memory in a "destructive" non-reversible way.
destroy() - Method in class adams.data.boofcv.transformer.Scripted
Frees up memory in a "destructive" non-reversible way.
destroy() - Method in class adams.data.conversion.AbstractScriptedConversion
Frees up memory in a "destructive" non-reversible way.
destroy() - Method in class adams.data.conversion.Groovy
Frees up memory in a "destructive" non-reversible way.
destroy() - Method in class adams.data.conversion.Scripted
Frees up memory in a "destructive" non-reversible way.
destroy() - Method in class adams.data.filter.AbstractFilter
Frees up memory in a "destructive" non-reversible way.
destroy() - Method in class adams.data.filter.AbstractScriptedFilter
Frees up memory in a "destructive" non-reversible way.
destroy() - Method in interface adams.data.filter.Filter
Frees up memory in a "destructive" non-reversible way.
destroy() - Method in class adams.data.filter.Groovy
Frees up memory in a "destructive" non-reversible way.
destroy() - Method in class adams.data.filter.Scripted
Frees up memory in a "destructive" non-reversible way.
destroy() - Method in class adams.data.image.AbstractImageFeatureGenerator
Frees up memory in a "destructive" non-reversible way.
destroy() - Method in class adams.data.image.AbstractImageTransformer
Frees up memory in a "destructive" non-reversible way.
destroy() - Method in class adams.data.image.features.AbstractScriptedFeatureGenerator
Frees up memory in a "destructive" non-reversible way.
destroy() - Method in class adams.data.image.features.Scripted
Frees up memory in a "destructive" non-reversible way.
destroy() - Method in class adams.data.image.transformer.AbstractScriptedTransformer
Frees up memory in a "destructive" non-reversible way.
destroy() - Method in class adams.data.image.transformer.Scripted
Frees up memory in a "destructive" non-reversible way.
destroy() - Method in class adams.data.instances.AbstractInstanceGenerator
Frees up memory in a "destructive" non-reversible way.
destroy() - Method in class adams.data.io.input.AbstractDataContainerReader
Frees up memory in a "destructive" non-reversible way.
destroy() - Method in class adams.data.io.input.AbstractReportReader
Frees up memory in a "destructive" non-reversible way.
destroy() - Method in class adams.data.io.output.AbstractDataContainerWriter
Frees up memory in a "destructive" non-reversible way.
destroy() - Method in class adams.data.io.output.AbstractReportWriter
Frees up memory in a "destructive" non-reversible way.
destroy() - Method in class adams.data.jai.transformer.AbstractScriptedTransformer
Frees up memory in a "destructive" non-reversible way.
destroy() - Method in class adams.data.jai.transformer.Scripted
Frees up memory in a "destructive" non-reversible way.
destroy() - Method in class adams.data.noise.AbstractDenoiser
Frees up memory in a "destructive" non-reversible way.
destroy() - Method in class adams.data.opencv.features.AbstractScriptedFeatureGenerator
Frees up memory in a "destructive" non-reversible way.
destroy() - Method in class adams.data.opencv.features.Scripted
Frees up memory in a "destructive" non-reversible way.
destroy() - Method in class adams.data.opencv.transformer.AbstractScriptedTransformer
Frees up memory in a "destructive" non-reversible way.
destroy() - Method in class adams.data.opencv.transformer.Scripted
Frees up memory in a "destructive" non-reversible way.
destroy() - Method in class adams.data.outlier.AbstractOutlierDetector
Frees up memory in a "destructive" non-reversible way.
destroy() - Method in class adams.data.outlier.AbstractScriptedOutlierDetector
Frees up memory in a "destructive" non-reversible way.
destroy() - Method in class adams.data.outlier.Groovy
Frees up memory in a "destructive" non-reversible way.
destroy() - Method in class adams.data.outlier.Scripted
Frees up memory in a "destructive" non-reversible way.
destroy() - Method in class adams.data.report.AbstractScriptedReportFilter
Frees up memory in a "destructive" non-reversible way.
destroy() - Method in class adams.data.report.Groovy
Frees up memory in a "destructive" non-reversible way.
destroy() - Method in class adams.data.report.Scripted
Frees up memory in a "destructive" non-reversible way.
destroy() - Method in class adams.data.smoothing.AbstractSmoother
Frees up memory in a "destructive" non-reversible way.
destroy() - Method in class adams.data.timeseries.AbstractTimeseriesFeatureGenerator
Frees up memory in a "destructive" non-reversible way.
destroy() - Method in class adams.data.weka.evaluator.AbstractInstanceEvaluator
Frees up memory in a "destructive" non-reversible way.
destroy() - Method in class adams.db.AbstractDatabaseConnection
Frees up memory in a "destructive" non-reversible way.
destroy() - Method in class adams.doc.javadoc.Javadoc
Frees up memory in a "destructive" non-reversible way.
destroy() - Method in class adams.flow.control.AbstractControlActor
Frees up memory in a "destructive" non-reversible way.
destroy() - Method in class adams.flow.control.Flow
Frees up memory in a "destructive" non-reversible way.
destroy() - Method in class adams.flow.core.AbstractActor
Frees up memory in a "destructive" non-reversible way.
destroy() - Method in interface adams.flow.core.Actor
Frees up memory in a "destructive" non-reversible way.
destroy() - Method in class adams.flow.transformer.locateobjects.AbstractObjectLocator
Frees up memory in a "destructive" non-reversible way.
destroy() - Method in class adams.flow.transformer.pdfgenerate.AbstractScriptedPDFGenerator
Frees up memory in a "destructive" non-reversible way.
destroy() - Method in class adams.flow.transformer.pdfgenerate.Scripted
Frees up memory in a "destructive" non-reversible way.
destroy() - Method in class adams.flow.transformer.pixelselector.AbstractPixelSelectorAction
Frees up memory in a "destructive" non-reversible way.
destroy() - Method in class adams.gui.core.AbstractFrameWithOptionHandling
Frees up memory in a "destructive" non-reversible way.
destroy() - Method in class adams.gui.flow.tree.Node
Frees up memory in a "destructive" non-reversible way.
destroy() - Method in class adams.gui.flow.tree.TreeModel
Frees up memory in a "destructive" non-reversible way.
destroy() - Method in class adams.opt.optimise.AbstractOptimiser
Frees up memory in a "destructive" non-reversible way.
destroy() - Method in class adams.run.RunScheme
Frees up memory in a "destructive" non-reversible way.
destroy() - Method in class adams.tools.AbstractScriptedTool
Frees up memory in a "destructive" non-reversible way.
destroy() - Method in class adams.tools.AbstractTool
Frees up memory in a "destructive" non-reversible way.
destroy() - Method in class adams.tools.Groovy
Frees up memory in a "destructive" non-reversible way.
destroy() - Method in class adams.tools.Scripted
Frees up memory in a "destructive" non-reversible way.
destroy(Node) - Method in class adams.gui.flow.tree.TreeModel
Recursively destroys all nodes (starting at the leaves).
Destroyable - Interface in adams.core
Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.
detach() - Method in class adams.gui.core.DetachablePanel
Detaches the content into a separate frame.
DETACH_ICON - Static variable in class adams.gui.core.DetachablePanel
 
DetachablePage(Component) - Constructor for class adams.gui.core.MultiPagePane.DetachablePage
Initializes the detachable panel with the component.
DetachablePanel - Class in adams.gui.core
Ancestor for panels that can be detached in a frame and also reattached again.
DetachablePanel() - Constructor for class adams.gui.core.DetachablePanel
 
detect(SpreadSheet, SpreadSheetColumnIndex, SpreadSheetColumnIndex) - Method in class adams.flow.control.removeoutliers.AbstractOutlierDetector
For detecting outliers.
detect(MouseEvent) - Method in class adams.gui.visualization.core.plot.AbstractHitDetector
Detects hits and processes them.
detect(MouseEvent) - Method in interface adams.gui.visualization.core.plot.HitDetector
Detects hits and processes them.
detect(T) - Method in class adams.data.outlier.AbstractOutlierDetector
Returns the detections on the specified data.
detect(T) - Method in interface adams.data.outlier.OutlierDetector
Returns the detections on the specified data.
detectHits(MouseEvent) - Method in class adams.gui.visualization.core.plot.ContentPanel
Runs the mouseevent through all registered hit detectors.
DETECTOR - Static variable in class weka.filters.supervised.instance.RemoveOutliers
 
DetectorJob(AbstractOutlierDetector, T) - Constructor for class adams.data.outlier.AbstractOutlierDetector.DetectorJob
Initializes the job.
detectorsTipText() - Method in class adams.flow.control.removeoutliers.MultiOutlierDetector
Returns the tip text for this property.
detectorTipText() - Method in class adams.data.filter.OutlierDetector
Returns the tip text for this property.
detectorTipText() - Method in class adams.data.outlier.FilteredOutlierDetector
Returns the tip text for this property.
detectorTipText() - Method in class adams.flow.control.RemoveOutliers
Returns the tip text for this property.
detectorTipText() - Method in class adams.flow.transformer.OutlierDetector
Returns the tip text for this property.
detectorTipText() - Method in class weka.filters.supervised.instance.RemoveOutliers
Returns the tip text for this property.
DetectronAnnotationsHandler - Class in adams.gui.tools.previewbrowser
Displays the following image types with an overlay for the objects stored in the Detectron annotations JSON file (using object prefix 'Object.'): jpg,tif,tiff,bmp,gif,png,jpeg,wbmp

DetectronAnnotationsHandler() - Constructor for class adams.gui.tools.previewbrowser.DetectronAnnotationsHandler
 
DetectronAnnotationsReportReader - Class in adams.data.io.input
Interprets rectangle annotations present in Detectron annotations JSON file.
DetectronAnnotationsReportReader() - Constructor for class adams.data.io.input.DetectronAnnotationsReportReader
 
determineActions(StateContainer) - Method in class adams.gui.flow.tree.keyboardaction.ActionQuickSearch
Determines the action objects that can be used within this context.
determineAttributeName(Instances) - Method in class adams.flow.transformer.WekaInstanceEvaluator
Determines the name of the evaluation attribute.
determineBaseFile(CocoAnnotationsHandler.CombinedPanel, File) - Method in class adams.gui.tools.previewbrowser.CocoAnnotationsHandler
Determines the basefile, either current location or alternative one.
determineCharset() - Method in class adams.core.option.AbstractOptionConsumer
Returns the charset to use.
determineClass(Object) - Static method in class adams.core.EnumHelper
Determines the base class.
determineClass(Object) - Static method in class adams.core.option.parsing.BaseObjectParsing
Determines the base class.
determineClassAttribute(Instances) - Method in class adams.data.weka.classattribute.AbstractClassAttributeHeuristic
Determines the class attribute index for the given dataset.
determineClassAttribute(Instances) - Method in class adams.data.weka.classattribute.AttributeIndex
Determines the class attribute index for the given dataset.
determineClassAttribute(Instances) - Method in class adams.data.weka.classattribute.ByExactName
Determines the class attribute index for the given dataset.
determineClassAttribute(Instances) - Method in class adams.data.weka.classattribute.ByName
Determines the class attribute index for the given dataset.
determineClassAttribute(Instances) - Method in class adams.data.weka.classattribute.LastAttribute
Determines the class attribute index for the given dataset.
determineClassAttribute(Instances) - Method in class adams.data.weka.classattribute.NoClassAttribute
Determines the class attribute index for the given dataset.
determineCoefficients(int, int, int, int) - Static method in class adams.data.utils.SavitzkyGolay
Determines the coefficients for the smoothing.
determineCoefficients(int, int, int, int, boolean) - Static method in class adams.data.utils.SavitzkyGolay
Determines the coefficients for the smoothing, with optional debugging output.
determineColStarts(String, int) - Method in class adams.data.io.input.AutoWidthTabularSpreadSheetReader
Determines where the columns start based on the header.
determineColumnNames(BaseString[], String) - Method in class adams.flow.transformer.WekaExperimentEvaluation
Returns a vector with column names of the dataset, listed in "list".
determineColumns(SpreadSheet) - Method in class adams.data.conversion.AbstractSpreadSheetToMatrix
Determines all the columns to include in the matrix.
determineColWidths(SpreadSheet) - Method in class adams.data.io.output.AutoWidthTabularSpreadSheetWriter
Determines the column widths.
determineCommonPrefix(String) - Method in class adams.core.Trie.TrieNode
determines the common prefix of the nodes.
determineCompression(File) - Static method in class adams.core.io.TarUtils
Determines the compression based on the file extension.
determineCompression(String) - Static method in class adams.core.io.TarUtils
Determines the compression based on the file extension.
determineContentType(int) - Method in class adams.gui.core.SpreadSheetTableModel
Determines the content type of the specified column.
determineDefaultValue() - Method in class adams.gui.goe.GenericObjectEditor
Determines the default value.
determineDimensions(BufferedImageContainer[]) - Method in class adams.data.image.multiimageoperation.MergeGrid
Determines the dimensions of the combined images.
determineExporters(String, Object, MessageCollection) - Method in class adams.gui.visualization.multiobjectexport.AbstractMultiObjectExport
Determines the exporters to use for the object.
determineExporters(String, Object, MessageCollection) - Method in class adams.gui.visualization.multiobjectexport.AbstractMultiObjectExportWithPreferredExtensions
Determines the exporters to use for the object.
determineExtension(AbstractObjectExporter) - Method in class adams.gui.visualization.multiobjectexport.AbstractMultiObjectExport
Returns the extension for the given exporter.
determineExtension(AbstractObjectExporter) - Method in class adams.gui.visualization.multiobjectexport.AbstractMultiObjectExportWithPreferredExtensions
Returns the extension for the given exporter.
determineExtension(File[]) - Method in class adams.gui.tools.previewbrowser.PreviewDisplay
Determines the extension from the file(s) for the favorites.
determineGroup(XYSequencePoint) - Method in class adams.gui.visualization.sequence.metadatacolor.ColorPerRegExpGroup
Determines the group for the point.
determineHits(ObjectAnnotationPanel, MouseEvent) - Method in class adams.gui.visualization.object.mouseclick.AbstractMouseClickProcessor
Determines the object hits for the mouse location.
determineItemIndex(String[], JMenu) - Method in class adams.gui.application.ApplicationMenu
Determines the lowest index of the menu items in the given menu.
determineLabel(XYSequencePoint) - Method in class adams.gui.visualization.sequence.metadatacolor.ColorPerLabel
Determines the label for the point.
determineLocation(GraphicsConfiguration, Dimension, int, int) - Static method in class adams.flow.core.ActorUtils
Determines the initial location of the window.
determineLocation(Window, int, int) - Static method in class adams.flow.core.ActorUtils
Determines the initial location of the window.
determineLocations(Report) - Method in class adams.gui.visualization.image.AbstractReportBasedOverlayHelper
Determines the locations of the objects.
determineLocations(Report, LocatedObjectFilter) - Method in class adams.gui.visualization.image.AbstractReportBasedOverlayHelper
Determines the locations of the objects.
determineLocations(Report, LocatedObjectFilter) - Method in class adams.gui.visualization.image.ReportObjectOverlay
Determines the locations of the objects.
determineLocations(Report, LocatedObjectFilter) - Method in class adams.gui.visualization.image.ReportPointOverlay
Determines the locations of the objects.
determineManager(String) - Method in class adams.core.classmanager.ClassManager
Determines the manager to use for the class.
determineMinimumNumberOfParentDirs() - Method in class adams.core.AbstractFileBasedHistory
Determines the minimum number of parent directories that need to be included in the filename to make the filenames in the menu distinguishable.
determineMinimumNumberOfParentDirs() - Method in class adams.gui.core.RecentFilesHandler
Determines the minimum number of parent directories that need to be included in the filename to make the filenames in the menu distinguishable.
determineMinimumNumberOfParentDirs() - Method in class adams.gui.core.RecentFilesHandlerWithCommandline
Determines the minimum number of parent directories that need to be included in the filename to make the filenames in the menu distinguishable.
determineMinimumNumberOfParentDirs() - Method in class adams.gui.core.RecentFilesWithEncodingHandler
Determines the minimum number of parent directories that need to be included in the filename to make the filenames in the menu distinguishable.
determineNumActors(Actor) - Static method in class adams.flow.core.ActorUtils
Returns how many actors this flow is made of.
determineNumThreads(int) - Static method in class adams.core.Performance
Detetermines the actual number of threads to use: > 0: specific number of threads to use = 0: use all cores (eg 4 threads on 4 core machine) < 0: # of cores + X (eg -1 equals 3 threads on 4 core machine)
determineOutputFormat(Instances) - Method in class adams.data.instancesanalysis.pls.AbstractMultiClassPLS
Determines the output format based on the input format and returns this.
determineOutputFormat(Instances) - Method in class adams.data.instancesanalysis.pls.AbstractPLS
Determines the output format based on the input format and returns this.
determineOutputFormat(Instances) - Method in class adams.data.instancesanalysis.pls.AbstractSingleClassPLS
Determines the output format based on the input format and returns this.
determineOutputFormat(Instances) - Method in class adams.data.instancesanalysis.pls.OPLS
Determines the output format based on the input format and returns this.
determineOutputFormat(Instances) - Method in class weka.filters.FilteredFilter
Determines the output format based on the input format and returns this.
determineOutputFormat(Instances) - Method in class weka.filters.FlowFilter
Determines the output format based on the input format and returns this.
determineOutputFormat(Instances) - Method in class weka.filters.SerializedFilter
Determines the output format based on the input format and returns this.
determineOutputFormat(Instances) - Method in class weka.filters.supervised.attribute.MultiPLS
Determines the output format based on the input format and returns this.
determineOutputFormat(Instances) - Method in class weka.filters.supervised.attribute.PLS
Determines the output format based on the input format and returns this.
determineOutputFormat(Instances) - Method in class weka.filters.supervised.attribute.PLSFilterExtended
Override original, in order to put more than one class attribute to the output format.
determineOutputFormat(Instances) - Method in class weka.filters.supervised.attribute.YGradientEPO
Determines the output format based on the input format and returns this.
determineOutputFormat(Instances) - Method in class weka.filters.supervised.attribute.YGradientGLSW
Determines the output format based on the input format and returns this.
determineOutputFormat(Instances) - Method in class weka.filters.supervised.instance.RemoveOutliers
Determines the output format based on the input format and returns this.
determineOutputFormat(Instances) - Method in class weka.filters.unsupervised.attribute.AbstractColumnFinderApplier
Determines the output format based on the input format and returns this.
determineOutputFormat(Instances) - Method in class weka.filters.unsupervised.attribute.AndrewsCurves
Determines the output format based on the input format and returns this.
determineOutputFormat(Instances) - Method in class weka.filters.unsupervised.attribute.AnyToString
Determines the output format based on the input format and returns this.
determineOutputFormat(Instances) - Method in class weka.filters.unsupervised.attribute.AttributeSummaryTransferFilter
Determines the output format based on the input format and returns this.
determineOutputFormat(Instances) - Method in class weka.filters.unsupervised.attribute.CorrelationMatrix
Determines the output format based on the input format and returns this.
determineOutputFormat(Instances) - Method in class weka.filters.unsupervised.attribute.DatasetCleaner
Determines the output format based on the input format and returns this.
determineOutputFormat(Instances) - Method in class weka.filters.unsupervised.attribute.Detrend
Determines the output format based on the input format and returns this.
determineOutputFormat(Instances) - Method in class weka.filters.unsupervised.attribute.DownSample
Determines the output format based on the input format and returns this.
determineOutputFormat(Instances) - Method in class weka.filters.unsupervised.attribute.EquiDistance
Determines the output format based on the input format and returns this.
determineOutputFormat(Instances) - Method in class weka.filters.unsupervised.attribute.FastWavelet
Determines the output format based on the input format and returns this.
determineOutputFormat(Instances) - Method in class weka.filters.unsupervised.attribute.FFT
Determines the output format based on the input format and returns this.
determineOutputFormat(Instances) - Method in class weka.filters.unsupervised.attribute.InputSmearing
Determines the output format based on the input format and returns this.
determineOutputFormat(Instances) - Method in class weka.filters.unsupervised.attribute.JoinAttributes
Determines the output format based on the input format and returns this.
determineOutputFormat(Instances) - Method in class weka.filters.unsupervised.attribute.LogTransform
Determines the output format based on the input format and returns this.
determineOutputFormat(Instances) - Method in class weka.filters.unsupervised.attribute.MergeManyAttributes
Determines the output format based on the input format and returns this.
determineOutputFormat(Instances) - Method in class weka.filters.unsupervised.attribute.MergeTwoAttributes
Determines the output format based on the input format and returns this.
determineOutputFormat(Instances) - Method in class weka.filters.unsupervised.attribute.MetaPartitionedMultiFilter
Determines the output format based on the input format and returns this.
determineOutputFormat(Instances) - Method in class weka.filters.unsupervised.attribute.MultiplicativeScatterCorrection
Determines the output format based on the input format and returns this.
determineOutputFormat(Instances) - Method in class weka.filters.unsupervised.attribute.NominalToNumeric
Determines the output format based on the input format and returns this.
determineOutputFormat(Instances) - Method in class weka.filters.unsupervised.attribute.OuterProductAnalysis
Determines the output format based on the input format and returns this.
determineOutputFormat(Instances) - Method in class weka.filters.unsupervised.attribute.PAA
Determines the output format based on the input format and returns this.
determineOutputFormat(Instances) - Method in class weka.filters.unsupervised.attribute.PartitionedMultiFilter2
Determines the output format based only on the full input dataset and returns this otherwise null is returned.
determineOutputFormat(Instances) - Method in class weka.filters.unsupervised.attribute.PrincipalComponentsJ
Determines the output format based on the input format and returns this.
determineOutputFormat(Instances) - Method in class weka.filters.unsupervised.attribute.RowSum
Determines the output format based on the input format and returns this.
determineOutputFormat(Instances) - Method in class weka.filters.unsupervised.attribute.SavitzkyGolay
Determines the output format based on the input format and returns this.
determineOutputFormat(Instances) - Method in class weka.filters.unsupervised.attribute.SavitzkyGolay2
Determines the output format based on the input format and returns this.
determineOutputFormat(Instances) - Method in class weka.filters.unsupervised.attribute.SAX
Determines the output format based on the input format and returns this.
determineOutputFormat(Instances) - Method in class weka.filters.unsupervised.attribute.SetMissingValue
Determines the output format based on the input format and returns this.
determineOutputFormat(Instances) - Method in class weka.filters.unsupervised.attribute.SimpleDetrend
Determines the output format based on the input format and returns this.
determineOutputFormat(Instances) - Method in class weka.filters.unsupervised.attribute.SpellChecker
Determines the output format based on the input format and returns this.
determineOutputFormat(Instances) - Method in class weka.filters.unsupervised.attribute.StringToDate
Determines the output format based on the input format and returns this.
determineOutputFormat(Instances) - Method in class weka.filters.unsupervised.instance.AbstractRowFinderApplier
Determines the output format based on the input format and returns this.
determineOutputFormat(Instances) - Method in class weka.filters.unsupervised.instance.AccumulatedLWLWeights
Determines the output format based on the input format and returns this.
determineOutputFormat(Instances) - Method in class weka.filters.unsupervised.instance.AlignDataset
Determines the output format based on the input format and returns this.
determineOutputFormat(Instances) - Method in class weka.filters.unsupervised.instance.DatasetCleaner
Determines the output format based on the input format and returns this.
determineOutputFormat(Instances) - Method in class weka.filters.unsupervised.instance.DatasetLabeler
Determines the output format based on the input format and returns this.
determineOutputFormat(Instances) - Method in class weka.filters.unsupervised.instance.KeepRange
Determines the output format based on the input format and returns this.
determineOutputFormat(Instances) - Method in class weka.filters.unsupervised.instance.KennardStone
Determines the output format based on the input format and returns this.
determineOutputFormat(Instances) - Method in class weka.filters.unsupervised.instance.LatestRecords
Determines the output format based on the input format and returns this.
determineOutputFormat(Instances) - Method in class weka.filters.unsupervised.instance.MultiRowProcessor
Determines the output format based on the input format and returns this.
determineOutputFormat(Instances) - Method in class weka.filters.unsupervised.instance.RemoveDuplicateIDs
Determines the output format based on the input format and returns this.
determineOutputFormat(Instances) - Method in class weka.filters.unsupervised.instance.RemoveDuplicates
Determines the output format based on the input format and returns this.
determineOutputFormat(Instances) - Method in class weka.filters.unsupervised.instance.RemoveInstancesWithMissingValue
Determines the output format based on the input format and returns this.
determineOutputFormat(Instances) - Method in class weka.filters.unsupervised.instance.RemoveTestInstances
Determines the output format based on the input format and returns this.
determineOutputFormat(Instances) - Method in class weka.filters.unsupervised.instance.RemoveWithLabels
Determines the output format based on the input format and returns this.
determineOutputFormat(Instances) - Method in class weka.filters.unsupervised.instance.RemoveWithWeights
Determines the output format based on the input format and returns this.
determineOutputFormat(Instances) - Method in class weka.filters.unsupervised.instance.RemoveWithZeroes
Determines the output format based on the input format and returns this.
determineOutputFormat(Instances) - Method in class weka.filters.unsupervised.instance.RowNorm
Determines the output format based on the input format and returns this.
determineOutputFormat(Instances) - Method in class weka.filters.unsupervised.instance.SafeRemoveRange
Determines the output format based on the input format and returns this.
determineOutputFormat(Instances) - Method in class weka.filters.unsupervised.instance.Scale
Determines the output format based on the input format and returns this.
determineOutputFormat(Instances) - Method in class weka.filters.unsupervised.instance.Sort
Determines the output format based on the input format and returns this.
determineOutputFormat(Instances) - Method in class weka.filters.unsupervised.instance.SortOnAttribute
Determines the output format based on the input format and returns this.
determineOutputFormat(Instances) - Method in class weka.filters.unsupervised.instance.WeightsBasedResample
Determines the output format based on the input format and returns this.
DetermineOverlappingAreas - Class in adams.flow.transformer
DetermineOverlappingAreas() - Constructor for class adams.flow.transformer.DetermineOverlappingAreas
 
DetermineOverlappingObjects - Class in adams.flow.transformer
Computes the overlap of objects with the specified report from storage (or itself) using the specified algorithm.
DetermineOverlappingObjects() - Constructor for class adams.flow.transformer.DetermineOverlappingObjects
 
determinePageSize() - Method in class adams.flow.transformer.pdfproclet.PDFGenerator
Returns the PageSize object based on the current setup.
determineParentID(Report) - Method in class adams.data.io.input.AbstractReportReader
Tries to determine the parent ID for the current report.
determineParentID(Report) - Method in class adams.data.io.input.AbstractSimpleCSVReportReader
Tries to determine the parent ID for the current report.
determineParentID(Report) - Method in class adams.data.io.input.AbstractSimpleJsonReportReader
Tries to determine the parent ID for the current report.
determineParentID(Report) - Method in class adams.data.io.input.AbstractSimpleReportReader
Tries to determine the parent ID for the current report.
determineParentID(Report) - Method in class adams.data.io.input.CocoAnnotationsReportReader
Tries to determine the parent ID for the current report.
determineParentID(Report) - Method in class adams.data.io.input.DeepLabCutCSVReader
Tries to determine the parent ID for the current report.
determineParentID(Report) - Method in class adams.data.io.input.DetectronAnnotationsReportReader
Tries to determine the parent ID for the current report.
determineParentID(Report) - Method in class adams.data.io.input.ImageClassificationGridSpreadSheetReader
Tries to determine the parent ID for the current report.
determineParentID(Report) - Method in class adams.data.io.input.ImageClassificationJsonReportReader
Tries to determine the parent ID for the current report.
determineParentID(Report) - Method in class adams.data.io.input.ImageClassificationSpreadSheetReportReader
Tries to determine the parent ID for the current report.
determineParentID(Report) - Method in class adams.data.io.input.ObjectLocationsSpreadSheetReader
Tries to determine the parent ID for the current report.
determineParentID(Report) - Method in class adams.data.io.input.OpexObjectLocationsReader
Tries to determine the parent ID for the current report.
determineParentID(Report) - Method in class adams.data.io.input.PascalVOCObjectLocationsReader
Tries to determine the parent ID for the current report.
determineParentID(Report) - Method in class adams.data.io.input.VggXmlAnnotationReportReader
Tries to determine the parent ID for the current report.
determineParentID(Report) - Method in class adams.data.io.input.ViaAnnotationsReportReader
Tries to determine the parent ID for the current report.
determineParentID(Report) - Method in class adams.data.io.input.YoloAnnotationsReportReader
Tries to determine the parent ID for the current report.
determineRelationName(File, Instances) - Method in class adams.data.weka.relationname.AbstractRelationNameHeuristic
Determines the relation name for the given file/dataset pair.
determineRelationName(File, Instances) - Method in class adams.data.weka.relationname.AttributeIndex
Determines the relation name for the given file/dataset pair.
determineRelationName(File, Instances) - Method in class adams.data.weka.relationname.ClassAttribute
Determines the relation name for the given file/dataset pair.
determineRelationName(File, Instances) - Method in class adams.data.weka.relationname.FileName
Determines the relation name for the given file/dataset pair.
determineRelationName(File, Instances) - Method in class adams.data.weka.relationname.NoChange
Determines the relation name for the given file/dataset pair.
determineReportFile(File, boolean, boolean) - Method in class adams.gui.tools.previewbrowser.AnnotateImage
Determines the report file file for the image.
determineSize(Window, int, int, int, int) - Static method in class adams.flow.core.ActorUtils
Determines the height of the window.
determineTableName(SpreadSheet) - Method in class adams.data.io.output.AccessSpreadSheetWriter
Determines the name for the table.
determineThreshold(int[][], Logger) - Static method in class adams.data.image.XScreenMaskHelper
Determine an optimal threshold value.
determineTypeSuffix() - Method in class adams.gui.visualization.image.AbstractReportBasedOverlayHelper
Returns the type suffix without the leading dot.
determineUnusedIndices(Instances) - Method in class weka.filters.unsupervised.attribute.PartitionedMultiFilter2
determines the indices of unused attributes (ones that are not covered by any of the range).
determineUsage(PlaceholderDirectory) - Method in class adams.gui.menu.ActorUsage
Generates the spreadsheet with the actor usage.
Detrend - Class in weka.filters.unsupervised.attribute
Performs Detrend, using the specified correction scheme.
Detrend() - Constructor for class weka.filters.unsupervised.attribute.Detrend
 
DEVELOPER - adams.core.option.UserMode
developer.
devicesTipText() - Method in class adams.flow.source.RSync
 
deviceTipText() - Method in class adams.flow.source.OpenCVDeviceFrameGrabber
Returns the tip text for this property.
devTipText() - Method in class weka.classifiers.functions.GaussianProcessesAdaptive
Returns the tip text for this property.
DFT - Class in adams.data.jai.features
Performs discrete fourier transform (DFT).
DFT() - Constructor for class adams.data.jai.features.DFT
 
DFT.OutputType - Enum in adams.data.jai.features
Determines how to output the data.
DIAGNOSTIC_INSTANCE - Static variable in class adams.core.management.HeapDump
the singleton instance.
DIAGNOSTIC_NAME - Static variable in class adams.core.management.HeapDump
the hotspot bean for generating the dump.
Diagonal - Class in adams.gui.visualization.stats.scatterplot
Display a diagonal line overlay

Valid options are:

Diagonal() - Constructor for class adams.gui.visualization.stats.scatterplot.Diagonal
 
DIAGONAL - adams.gui.visualization.jfreechart.shape.Cross.Type
 
diagonalColorTipText() - Method in class adams.flow.sink.JFreeChartFileWriter
Returns the tip text for this property.
diagonalColorTipText() - Method in class adams.flow.sink.JFreeChartPlot
Returns the tip text for this property.
DiagonalOverlayPaintlet - Class in adams.gui.visualization.sequence
Draws a diagonal (bottom-left to top-right).
DiagonalOverlayPaintlet() - Constructor for class adams.gui.visualization.sequence.DiagonalOverlayPaintlet
 
DiagonalPaintlet - Class in adams.gui.visualization.stats.paintlet
Paintlet for displaying the diagonal overlay on the scatter plot.
DiagonalPaintlet() - Constructor for class adams.gui.visualization.stats.paintlet.DiagonalPaintlet
 
Dialog(Dialog, Dialog.ModalityType) - Constructor for class adams.gui.visualization.container.NotesFactory.Dialog
Initializes the dialog.
Dialog(Dialog, Dialog.ModalityType) - Constructor for class adams.gui.visualization.instance.HistogramFactory.Dialog
Initializes the dialog.
Dialog(Dialog, Dialog.ModalityType) - Constructor for class adams.gui.visualization.report.ReportFactory.Dialog
Initializes the dialog.
Dialog(Dialog, Dialog.ModalityType) - Constructor for class adams.gui.visualization.spreadsheet.HistogramFactory.Dialog
Initializes the dialog.
Dialog(Dialog, Dialog.ModalityType) - Constructor for class adams.gui.visualization.statistics.HistogramFactory.Dialog
Initializes the dialog.
Dialog(Dialog, Dialog.ModalityType) - Constructor for class adams.gui.visualization.statistics.InformativeStatisticFactory.Dialog
Initializes the dialog.
Dialog(Frame, boolean) - Constructor for class adams.gui.visualization.container.NotesFactory.Dialog
Initializes the dialog.
Dialog(Frame, boolean) - Constructor for class adams.gui.visualization.instance.HistogramFactory.Dialog
Initializes the dialog.
Dialog(Frame, boolean) - Constructor for class adams.gui.visualization.report.ReportFactory.Dialog
Initializes the dialog.
Dialog(Frame, boolean) - Constructor for class adams.gui.visualization.spreadsheet.HistogramFactory.Dialog
Initializes the dialog.
Dialog(Frame, boolean) - Constructor for class adams.gui.visualization.statistics.HistogramFactory.Dialog
Initializes the dialog.
Dialog(Frame, boolean) - Constructor for class adams.gui.visualization.statistics.InformativeStatisticFactory.Dialog
Initializes the dialog.
DIALOG - adams.flow.core.InteractionDisplayLocation
displayed as separate dialog.
DialogCommunication() - Constructor for class adams.gui.core.GUIHelper.DialogCommunication
Default constructor.
dialogTipText() - Method in class adams.flow.sink.LogViewer
Returns the tip text for this property.
DialogWithButtons - Class in adams.gui.dialog
Ancestor for dialogs that offer buttons, e.g., OK and Cancel (default).
DialogWithButtons(Dialog) - Constructor for class adams.gui.dialog.DialogWithButtons
Creates a modeless dialog without a title with the specified Dialog as its owner.
DialogWithButtons(Dialog, Dialog.ModalityType) - Constructor for class adams.gui.dialog.DialogWithButtons
Creates a dialog with the specified owner Dialog and modality.
DialogWithButtons(Dialog, String) - Constructor for class adams.gui.dialog.DialogWithButtons
Creates a modeless dialog with the specified title and with the specified owner dialog.
DialogWithButtons(Dialog, String, Dialog.ModalityType) - Constructor for class adams.gui.dialog.DialogWithButtons
Creates a dialog with the specified title, modality and the specified owner Dialog.
DialogWithButtons(Frame) - Constructor for class adams.gui.dialog.DialogWithButtons
Creates a modeless dialog without a title with the specified Frame as its owner.
DialogWithButtons(Frame, boolean) - Constructor for class adams.gui.dialog.DialogWithButtons
Creates a dialog with the specified owner Frame, modality and an empty title.
DialogWithButtons(Frame, String) - Constructor for class adams.gui.dialog.DialogWithButtons
Creates a modeless dialog with the specified title and with the specified owner frame.
DialogWithButtons(Frame, String, boolean) - Constructor for class adams.gui.dialog.DialogWithButtons
Creates a dialog with the specified owner Frame, modality and title.
DiameterBasedPaintlet - Interface in adams.gui.visualization.sequence
Interface for paintlets that support a diameter.
diameterTipText() - Method in class adams.flow.sink.ActualVsPredictedPlot
Returns the tip text for this property.
diameterTipText() - Method in class adams.flow.sink.sequenceplotter.OutlierPaintlet
Returns the tip text for this property.
diameterTipText() - Method in class adams.flow.transformer.draw.ObjectCentersFromReport
Returns the tip text for this property.
diameterTipText() - Method in class adams.gui.tools.previewbrowser.DeepLabCutCSVHandler
Returns the tip text for this property.
diameterTipText() - Method in class adams.gui.tools.previewbrowser.ObjectCentersFromReport
Returns the tip text for this property.
diameterTipText() - Method in class adams.gui.tools.previewbrowser.PointsFromReportHandler
Returns the tip text for this property.
diameterTipText() - Method in class adams.gui.tools.spreadsheetviewer.chart.ScatterPlot
Returns the tip text for this property.
diameterTipText() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.ClassifierErrors
Returns the tip text for this property.
diameterTipText() - Method in class adams.gui.visualization.image.HighlightLocations
Returns the tip text for this property.
diameterTipText() - Method in class adams.gui.visualization.image.ObjectCentersOverlayFromReport
Returns the tip text for this property.
diameterTipText() - Method in class adams.gui.visualization.image.SimplePointOverlayFromReport
Returns the tip text for this property.
diameterTipText() - Method in class adams.gui.visualization.object.objectannotations.shape.Center
Returns the tip text for this property.
diameterTipText() - Method in class adams.gui.visualization.object.overlay.ObjectCentersOverlayFromReport
Returns the tip text for this property.
diameterTipText() - Method in class adams.gui.visualization.object.overlay.SimplePointOverlayFromReport
Returns the tip text for this property.
diameterTipText() - Method in class adams.gui.visualization.sequence.CirclePaintlet
Returns the tip text for this property.
diameterTipText() - Method in class adams.gui.visualization.sequence.CrossHitDetector
Returns the tip text for this property.
diameterTipText() - Method in class adams.gui.visualization.sequence.CrossPaintlet
Returns the tip text for this property.
diameterTipText() - Method in interface adams.gui.visualization.sequence.DiameterBasedPaintlet
Returns the tip text for this property.
diameterTipText() - Method in class adams.gui.visualization.sequence.MetaDataValuePaintlet
Returns the tip text for this property.
diameterTipText() - Method in class adams.gui.visualization.sequence.SquarePaintlet
Returns the tip text for this property.
diameterTipText() - Method in class adams.gui.visualization.sequence.TrianglePaintlet
Returns the tip text for this property.
Diamond - Class in adams.gui.visualization.jfreechart.shape
Generates a diamond.
Diamond() - Constructor for class adams.gui.visualization.jfreechart.shape.Diamond
 
Dice - Class in weka.classifiers.evaluation
Sørensen–Dice coefficient: https://en.wikipedia.org/wiki/S%C3%B8rensen%E2%80%93Dice_coefficient
Dice() - Constructor for class weka.classifiers.evaluation.Dice
 
DictionaryBasedGenerator - Class in adams.core.password
Generator that uses a dictionary as basis.
DictionaryBasedGenerator(PlaceholderFile) - Constructor for class adams.core.password.DictionaryBasedGenerator
Initializes the generator.
DictionaryBasedGenerator(PlaceholderFile, DictionaryBasedGenerator.Variation[]) - Constructor for class adams.core.password.DictionaryBasedGenerator
Initializes the generator.
DictionaryBasedGenerator(List<String>) - Constructor for class adams.core.password.DictionaryBasedGenerator
Initializes the generator.
DictionaryBasedGenerator(List<String>, DictionaryBasedGenerator.Variation[]) - Constructor for class adams.core.password.DictionaryBasedGenerator
Initializes the generator.
DictionaryBasedGenerator.Variation - Enum in adams.core.password
Defines what variations of the password from the dictionary will be generated.
dictionaryTipText() - Method in class adams.tools.ZipPassword
Returns the tip text for this property.
diff(SpreadSheet, SpreadSheetColumnIndex, SpreadSheetColumnIndex, boolean) - Method in class adams.flow.control.removeoutliers.AbstractNumericOutlierDetector
Computes the difference between the two columns.
diff(Double[], Double[], boolean) - Method in class adams.flow.control.removeoutliers.AbstractNumericOutlierDetector
Computes the difference between the two columns.
Diff - Class in adams.data.boofcv.multiimageoperation
Compares two images and returns a third image with the differences between them

Diff - Class in adams.data.image.multiimageoperation
Diff - Class in adams.flow.transformer
Compares two files or two string arrays and generates a diff representation.
In case of BRIEF, the output is whether the two files/arrays are different.
Diff - Class in adams.gui.menu
Opens the "Diff" dialog, for comparing two files.
Diff() - Constructor for class adams.data.boofcv.multiimageoperation.Diff
 
Diff() - Constructor for class adams.data.image.multiimageoperation.Diff
 
Diff() - Constructor for class adams.flow.transformer.Diff
 
Diff() - Constructor for class adams.gui.menu.Diff
Initializes the menu item with no owner.
Diff(AbstractApplicationFrame) - Constructor for class adams.gui.menu.Diff
Initializes the menu item.
Diff.DiffType - Enum in adams.flow.transformer
The type of diff string to generate.
difference(int, double, double) - Method in class weka.core.SAXDistance
Computes the difference between two given attribute values.
difference(int, double, double) - Method in class weka.core.WeightedEuclideanDistance
Computes the difference between two given attribute values.
difference(int, double, double) - Method in class weka.core.WeightedEuclideanDistanceRidge
Computes the difference between two given attribute values.
difference(SpreadSheet, Row, Row) - Method in class adams.flow.transformer.SpreadSheetDifference
Computes the difference between the two rows: actual difference is computed for numeric cells.
difference(Date, Date) - Static method in class adams.core.DateUtils
Returns the difference in time.
Difference - Class in adams.flow.transformer.multispreadsheetoperation
Computes the difference of the numeric cells between two spreadsheets.
The values of the second spreadsheet are subtracted from the first one.
If no 'key' columns are defined, the current order of rows is used for comparison.
Difference() - Constructor for class adams.flow.transformer.multispreadsheetoperation.Difference
 
differenceDays(Date, Date) - Static method in class adams.core.DateUtils
Returns the difference in time in days.
differenceHours(Date, Date) - Static method in class adams.core.DateUtils
Returns the difference in time in hours.
differenceMinutes(Date, Date) - Static method in class adams.core.DateUtils
Returns the difference in time in minutes.
differences() - Method in class adams.core.DiffUtils.SideBySideDiff
Returns the number of differences.
differenceSeconds(Date, Date) - Static method in class adams.core.DateUtils
Returns the difference in time in seconds.
differTipText() - Method in class weka.filters.unsupervised.attribute.MergeManyAttributes
Returns the tip text for this property.
differTipText() - Method in class weka.filters.unsupervised.attribute.MergeTwoAttributes
Returns the tip text for this property.
DiffPanel - Class in adams.gui.tools
For comparing two files side-by-side.
DiffPanel() - Constructor for class adams.gui.tools.DiffPanel
 
DiffPanel.LoadDialog - Class in adams.gui.tools
Dialog for selecting the two files for comparison.
DiffTextPane - Class in adams.gui.visualization.debug
Displays one side of a side-by-side diff.
DiffTextPane() - Constructor for class adams.gui.visualization.debug.DiffTextPane
 
diffToString() - Method in class weka.classifiers.meta.AbstainAverage
Convert thresholds from array to string
diffToString() - Method in class weka.classifiers.meta.AbstainAverageWithClassifierWeights
Convert thresholds from array to string
diffToString() - Method in class weka.classifiers.meta.AbstainVote
 
DiffUtils - Class in adams.core
A helper class for generating diffs between two files, lists of strings.
DiffUtils() - Constructor for class adams.core.DiffUtils
 
DiffUtils.Filler - Class in adams.core
A helper class for the side-by-side diff.
DiffUtils.SideBySideDiff - Class in adams.core
Container object for a side-by-side diff.
digest(Object, MessageCollection) - Method in enum adams.core.io.MessageDigestType
Generates the digest.
digitsTipText() - Method in class adams.data.barcode.encode.EAN13
Returns the tip text for this property.
digitsTipText() - Method in class adams.data.barcode.encode.UPCA
Returns the tip text for this property.
dilate(boolean[][]) - Static method in class adams.data.image.BinaryMorphology
Performs a dilate operation.
Dilate - Class in adams.data.jai.transformer
Dilate() - Constructor for class adams.data.jai.transformer.Dilate
 
DILATE - adams.flow.transformer.PredictionEccentricity.Morphology
 
Dilate4 - Class in adams.data.boofcv.transformer
Applies the BoofCV dilate4 algorithm to a binary image.
Dilate4() - Constructor for class adams.data.boofcv.transformer.Dilate4
 
Dilate8 - Class in adams.data.boofcv.transformer
Applies the BoofCV dilate8 algorithm to a binary image.
Dilate8() - Constructor for class adams.data.boofcv.transformer.Dilate8
 
Dimensions - Class in adams.data.image.features
Outputs the dimensions of the image: width, height, area, ratio.
Dimensions() - Constructor for class adams.data.image.features.Dimensions
 
DIMENSIONS - adams.flow.transformer.Mat5ArrayInfo.InfoType
 
dimensionsTipText() - Method in class adams.flow.source.NewArray
Returns the tip text for this property.
dimensionsTipText() - Method in class adams.flow.source.NewMat5Matrix
Returns the tip text for this property.
dimensionsTipText() - Method in class adams.flow.source.NewMat5Struct
Returns the tip text for this property.
dimensionsValue() - Method in class adams.core.base.ArrayDimensions
Returns the dimensions.
dimensionValue() - Method in class adams.core.base.BaseDimension
Returns the Dimension value.
dimSeparatorTipText() - Method in class adams.flow.transformer.Mat5ArrayInfo
Returns the tip text for this property.
DIPLS - Class in adams.data.instancesanalysis.pls
DIPLS() - Constructor for class adams.data.instancesanalysis.pls.DIPLS
 
directedWeightedAdjacencyToLaplacian(Matrix, SGTUtils.LaplacianType) - Static method in class edu.umbc.cs.maple.utils.SGTUtils
Computes the Laplacian matrix for a directed weighted adjacency matrix A.
Direction - Enum in adams.gui.visualization.core.axis
Enumeration for the axis direction.
directionTipText() - Method in class adams.data.jai.transformer.Flip
Returns the tip text for this property.
directionTipText() - Method in class adams.gui.visualization.sequence.pointpreprocessor.Jitter
Returns the tip text for this property.
DIRECTORIES_ONLY - Static variable in class adams.gui.chooser.DirectoryChooserFactory
Instruction to display only directories.
DirectoriesMatch - Class in adams.flow.condition.bool
Evaluates to 'true' if at least one sub-directory matches the regular expression in the specified directory.
DirectoriesMatch() - Constructor for class adams.flow.condition.bool.DirectoriesMatch
 
directoriesTipText() - Method in class adams.core.management.ExternalResourceClassPathAugmenter
Returns the tip text for this property.
directoriesTipText() - Method in class adams.flow.core.ActorUsage
Returns the tip text for this property.
directoriesTipText() - Method in class adams.flow.source.DirectorySupplier
Returns the tip text for this property.
DIRECTORY - adams.gui.core.PropertiesParameterPanel.PropertyType
directory.
DIRECTORY_ABSOLUTE - adams.gui.core.PropertiesParameterPanel.PropertyType
directory (absolute path).
DirectoryChooserFactory - Class in adams.gui.chooser
Factor for instantiating directory choosers.
DirectoryChooserFactory() - Constructor for class adams.gui.chooser.DirectoryChooserFactory
 
DirectoryChooserPanel - Class in adams.gui.chooser
A panel that contains a text field with the current directory and a button for bringing up a BaseDirectoryChooser.
DirectoryChooserPanel() - Constructor for class adams.gui.chooser.DirectoryChooserPanel
Initializes the panel with no file.
DirectoryChooserPanel(File) - Constructor for class adams.gui.chooser.DirectoryChooserPanel
Initializes the panel with the given filename/directory.
DirectoryChooserPanel(String) - Constructor for class adams.gui.chooser.DirectoryChooserPanel
Initializes the panel with the given filename/directory.
directoryChooserTitleTipText() - Method in class adams.flow.source.SelectDirectory
Returns the tip text for this property.
DirectoryExists - Class in adams.flow.condition.bool
Evaluates to 'true' if the directory exists.
DirectoryExists() - Constructor for class adams.flow.condition.bool.DirectoryExists
 
DirectoryExport - Class in adams.gui.visualization.multiobjectexport
Exports the objects to a directory.
DirectoryExport() - Constructor for class adams.gui.visualization.multiobjectexport.DirectoryExport
 
DirectoryLister - Class in adams.flow.source
Returns the contents of a directory (files/dirs).
DirectoryLister - Interface in adams.core.io.lister
Interface for directory listers.
DirectoryLister() - Constructor for class adams.flow.source.DirectoryLister
 
DirectoryListerHandler - Interface in adams.core.io.lister
Interface for classes that return an instance of a DirectoryLister.
DirectoryListerToFileSystemSearchTransfer - Class in adams.core.optiontransfer
Transfers options from DirectoryLister to FileSystemSearch actors.
DirectoryListerToFileSystemSearchTransfer() - Constructor for class adams.core.optiontransfer.DirectoryListerToFileSystemSearchTransfer
 
DirectorySupplier - Class in adams.flow.source
Supplies directories.
DirectorySupplier() - Constructor for class adams.flow.source.DirectorySupplier
 
directoryTipText() - Method in class adams.core.io.AbstractFilenameGeneratorWithDirectory
Returns the tip text for this property.
directoryTipText() - Method in class adams.flow.condition.bool.DirectoriesMatch
Returns the tip text for this property.
directoryTipText() - Method in class adams.flow.condition.bool.DirectoryExists
Returns the tip text for this property.
directoryTipText() - Method in class adams.flow.condition.bool.FilesMatch
Returns the tip text for this property.
directoryTipText() - Method in class adams.flow.source.filesystemsearch.FtpDirectorySearch
Returns the tip text for this property.
directoryTipText() - Method in class adams.flow.source.filesystemsearch.FtpDirectorySearchWithComparator
Returns the tip text for this property.
directoryTipText() - Method in class adams.flow.source.filesystemsearch.FtpDirectorySearchWithCustomSort
Returns the tip text for this property.
directoryTipText() - Method in class adams.flow.source.filesystemsearch.FtpFileSearch
Returns the tip text for this property.
directoryTipText() - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearch
Returns the tip text for this property.
directoryTipText() - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearchWithComparator
Returns the tip text for this property.
directoryTipText() - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearchWithCustomSort
Returns the tip text for this property.
directoryTipText() - Method in class adams.flow.source.filesystemsearch.LocalFileSearch
Returns the tip text for this property.
directoryTipText() - Method in class adams.flow.source.filesystemsearch.SftpDirectorySearch
Returns the tip text for this property.
directoryTipText() - Method in class adams.flow.source.filesystemsearch.SftpDirectorySearchWithComparator
Returns the tip text for this property.
directoryTipText() - Method in class adams.flow.source.filesystemsearch.SftpDirectorySearchWithCustomSort
Returns the tip text for this property.
directoryTipText() - Method in class adams.flow.source.filesystemsearch.SftpFileSearch
Returns the tip text for this property.
directoryTipText() - Method in class adams.flow.source.filesystemsearch.SmbDirectorySearch
Returns the tip text for this property.
directoryTipText() - Method in class adams.flow.source.filesystemsearch.SmbDirectorySearchWithComparator
Returns the tip text for this property.
directoryTipText() - Method in class adams.flow.source.filesystemsearch.SmbDirectorySearchWithCustomSort
Returns the tip text for this property.
directoryTipText() - Method in class adams.flow.source.filesystemsearch.SmbFileSearch
Returns the tip text for this property.
directoryTipText() - Method in class adams.flow.source.NewTempFile
Returns the tip text for this property.
directoryTipText() - Method in class adams.flow.standalone.DeleteDir
Returns the tip text for this property.
directoryTipText() - Method in class adams.flow.standalone.DeleteFile
Returns the tip text for this property.
directoryTipText() - Method in class adams.flow.standalone.MakeDir
Returns the tip text for this property.
DirectoryValueDefinition - Class in adams.flow.source.valuedefinition
Value definition specifically for directories.
DirectoryValueDefinition() - Constructor for class adams.flow.source.valuedefinition.DirectoryValueDefinition
 
dirExists(File) - Static method in class adams.core.io.FileUtils
Checks whether the directory (not file!) exists.
dirExists(String) - Static method in class adams.core.io.FileUtils
Checks whether the directory (not file!) exists.
DirName - Class in adams.flow.transformer
Extracts the directory part of the file/directory passing through, i.e., any trailing name part gets stripped.

See also:
adams.flow.transformer.AppendName
adams.flow.transformer.PrependDir
adams.flow.transformer.RelativeDir
adams.flow.transformer.BaseName
adams.flow.transformer.FileExtension

Input/output:
- accepts:
   java.lang.String
   java.lang.String[]
   java.io.File
   java.io.File[]
- generates:
   java.lang.String
   java.lang.String[]
   java.io.File
   java.io.File[]


DirName() - Constructor for class adams.flow.transformer.DirName
 
dirOrParentDirExists(File) - Static method in class adams.core.io.FileUtils
Checks whether the directory exists.
dirOrParentDirExists(String) - Static method in class adams.core.io.FileUtils
Checks whether the directory exists.
dirsTipText() - Method in class adams.flow.source.RSync
 
dirTipText() - Method in class adams.doc.javadoc.Javadoc
Returns the tip text for this property.
dirTipText() - Method in class adams.flow.template.IterateFilesWithProgressBar
Returns the tip text for this property.
DirWatch - Class in adams.flow.standalone
DirWatch() - Constructor for class adams.flow.standalone.DirWatch
 
disable(Capability) - Method in class adams.ml.capabilities.Capabilities
Disables the capability.
disableAll() - Method in class adams.ml.capabilities.Capabilities
Disables all capabilities.
disableAll(Collection<Capability>) - Method in class adams.ml.capabilities.Capabilities
Disables all capabilities.
disableAllClass() - Method in class adams.ml.capabilities.Capabilities
Disables all class capabilities.
disableAllDependent() - Method in class adams.ml.capabilities.Capabilities
Disables all the dependent capabilities.
disableAllDependent(Collection<Capability>) - Method in class adams.ml.capabilities.Capabilities
Disables the dependent capabilities.
disableButtons(Container) - Method in class adams.gui.goe.WekaExperimentFileEditor.SimpleSetupDialog
Disables the buttons in the SimpleSetupPanel.
disabled() - Static method in class adams.gui.core.Cursors
Creates a disabled pointer cursor.
disableDependent(Capability) - Method in class adams.ml.capabilities.Capabilities
Disables the dependent capability.
DisabledIcon(Renderer.ActorIcon) - Constructor for class adams.gui.flow.tree.Renderer.DisabledIcon
Initializes the icon.
DisabledIcon(ImageIcon, double, ActorExecution, boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class adams.gui.flow.tree.Renderer.DisabledIcon
Initializes the icon.
disabledTipText() - Method in class adams.flow.execution.debug.AbstractBreakpoint
Returns the tip text for this property.
disableEnableBreakpoint() - Method in class adams.flow.execution.debug.ControlPanel
Disable/enable the breakpoint.
disableMediaLib() - Static method in class adams.data.jai.JAIHelper
Disables the "java.lang.NoClassDefFoundError: com/sun/medialib/mlib/Image" exception.
DisableUndo - Class in adams.gui.scripting
Action parameters:
DisableUndo() - Constructor for class adams.gui.scripting.DisableUndo
 
disableVariables(String) - Method in class adams.core.option.OptionManager
Disables variable support for this bean property.
disambiguateNames(String[]) - Method in class adams.gui.visualization.multiobjectexport.AbstractMultiObjectExport
Ensures that the names are unique.
DISCARD - adams.flow.transformer.StringArraySplit.RemainderHandling
 
DISCARD - adams.flow.transformer.StringArraySplit.SplitHandling
 
DISCARD - adams.flow.transformer.StringSplit.Delimiter
discards the delimiters.
DISCARD_OPTION - Static variable in class adams.gui.core.GUIHelper
the discard option.
DISCARD_OPTION - Static variable in class adams.gui.dialog.ApprovalDialog
the discard option.
discardDialog() - Method in class adams.gui.dialog.ApprovalDialog
Clicks the discard button (if enabled and visible).
discardEmptyLinesTipText() - Method in class adams.core.io.fileuse.LastLineMatches
Returns the tip text for this property.
discardInput() - Method in class adams.gui.goe.ActorPathEditor
Discards the input and closes the dialog.
discardInput() - Method in class adams.gui.goe.BaseBooleanEditor
Discards the input and closes the dialog.
discardInput() - Method in class adams.gui.goe.BaseObjectEditor
Discards the input and closes the dialog.
discardInput() - Method in class adams.gui.goe.CallableActorReferenceEditor
Discards the input and closes the dialog.
discardInput() - Method in class adams.gui.goe.EventReferenceEditor
Discards the input and closes the dialog.
discardInput() - Method in class adams.gui.goe.IndexEditor
Discards the input and closes the dialog.
discardInput() - Method in class adams.gui.goe.JdbcUrlEditor
Discards the input and closes the dialog.
discardInput() - Method in class adams.gui.goe.RangeEditor
Discards the input and closes the dialog.
discardInput() - Method in class adams.gui.goe.UnorderedRangeEditor
Discards the input and closes the dialog.
discardPartialTipText() - Method in class adams.flow.transformer.timeseriessplit.FixedLengthSegments
Returns the tip text for this property.
discardPredictions(int[]) - Method in class adams.gui.tools.wekainvestigator.tab.ClassifyTab.HistoryPanel
Discards the predictions in the results to save memory.
discardPredictionsTipText() - Method in class adams.flow.transformer.AbstractCallableWekaClassifierEvaluator
Returns the tip text for this property.
discardPredictionsTipText() - Method in class adams.flow.transformer.indexedsplitsrunsevaluation.InstancesIndexedSplitsRunsEvaluation
Returns the tip text for this property.
discardPredictionsTipText() - Method in class adams.flow.transformer.WekaTestSetEvaluator
Returns the tip text for this property.
disconnect() - Method in class adams.core.io.lister.SftpDirectoryLister
Disconnects the SSH session, if necessary.
disconnect() - Method in class adams.db.AbstractDatabaseConnection
Attempt disconnect from db.
disconnect() - Method in class adams.flow.standalone.FTPConnection
Disconnects the FTP session, if necessary.
disconnect() - Method in class adams.flow.standalone.PyroNameServer
Disconnects from the nameserver.
disconnect() - Method in class adams.flow.standalone.SSHConnection
Disconnects the SSH session, if necessary.
disconnect() - Method in class adams.scripting.connection.FTPConnection
Disconnects the FTP session, if necessary.
disconnect(FTPClient) - Method in class adams.core.io.lister.FtpDirectoryLister
Disconnects the SSH session, if necessary.
Disconnect - Class in adams.gui.scripting
Action parameters:
Disconnect() - Constructor for class adams.gui.scripting.Disconnect
 
DISCONNECT - adams.event.DatabaseConnectionChangeEvent.EventType
a disconnect happened.
disconnectAllConnections() - Static method in class adams.db.DatabaseManager
Performs a disconnect on all connects and removes them.
disconnectConnections() - Method in class adams.db.DatabaseManager
Performs a disconnect on all connects and removes them.
disconnectConnections() - Method in class adams.gui.dialog.AbstractDatabaseConnectionPanel
Clears the connections.
disconnectConnections() - Method in class adams.gui.dialog.DatabaseConnectionsPanel
Clears the connections.
disconnectTipText() - Method in class adams.flow.sink.WebSocketClient
Returns the tip text for this property.
discover(AbstractDiscoveryHandler[], Object) - Method in class adams.core.discovery.DefaultPropertyDiscovery
Performs the object discovery.
discover(AbstractDiscoveryHandler[], Object) - Method in interface adams.core.discovery.PropertyDiscovery
Performs the object discovery.
discretize(List<Bin<T>>) - Static method in class adams.data.binning.operation.Discretize
Uses the bin list index as new value for the binnable items.
Discretize - Class in adams.data.binning.operation
Turns the bins into a discretized binnable list.
Discretize() - Constructor for class adams.data.binning.operation.Discretize
 
display() - Method in class adams.gui.flow.tabhandler.AbstractTabHandler
Gets called when the page changes.
display() - Method in class adams.gui.flow.tabhandler.GraphicalActorProcessorHandler
Gets called when the page changes.
display() - Method in class adams.gui.flow.tabhandler.GraphicalFlowExecutionListenersHandler
Gets called when the page changes.
display() - Method in class adams.gui.flow.tabhandler.ParsedErrorHandler
Gets called when the page changes.
display() - Method in class adams.gui.flow.tabhandler.RegisteredDisplaysHandler
Gets called when the page changes.
display() - Method in class adams.gui.tools.weka.CostCurvePanel
Loads/displays the data.
display(DiffUtils.SideBySideDiff) - Method in class adams.gui.visualization.debug.SideBySideDiffPanel
Updates the display with the given diff data.
display(AbstractImageContainer, List<String>, Report, LocatedObjects, Report, LocatedObjects) - Method in class adams.flow.transformer.compareobjectlocations.AbstractComparisonPanel
Displays the new image.
display(AbstractImageContainer, List<String>, Report, LocatedObjects, Report, LocatedObjects) - Method in class adams.flow.transformer.compareobjectlocations.Combined.CombinedPanel
Displays the new image.
display(AbstractImageContainer, List<String>, Report, LocatedObjects, Report, LocatedObjects) - Method in class adams.flow.transformer.compareobjectlocations.SideBySide.SideBySidePanel
Displays the new image.
display(LogEntryHandler) - Method in class adams.gui.tools.LogEntryViewerPanel
Sets the entries to display, obtained from the specified handler.
display(Actor, GUIHelper.DialogCommunication, GUIHelper.InputPanelWithButtons) - Static method in class adams.flow.core.InteractionDisplayLocationHelper
Displays the panel in the notification area.
display(Actor, GUIHelper.DialogCommunication, GUIHelper.InputPanelWithComboBox, int) - Static method in class adams.flow.core.InteractionDisplayLocationHelper
Displays the panel in the notification area.
display(Actor, GUIHelper.DialogCommunication, GUIHelper.InputPanelWithTextArea, int) - Static method in class adams.flow.core.InteractionDisplayLocationHelper
Displays the panel in the notification area.
display(Actor, GUIHelper.DialogCommunication, JPanel, int) - Static method in class adams.flow.core.InteractionDisplayLocationHelper
Displays the panel in the notification area.
display(Actor, GUIHelper.DialogCommunication, JPanel, int, String) - Static method in class adams.flow.core.InteractionDisplayLocationHelper
Displays the panel in the notification area.
display(Token) - Method in class adams.flow.sink.AbstractDisplay
Displays the token (the panel and dialog have already been created at this stage).
display(Token) - Method in class adams.flow.sink.AbstractDisplayPanel
Displays the token.
display(Token) - Method in class adams.flow.sink.ActualVsPredictedPlot
Displays the token (the panel and dialog have already been created at this stage).
display(Token) - Method in class adams.flow.sink.ArrayDisplay
Displays the token (the panel and dialog have already been created at this stage).
display(Token) - Method in class adams.flow.sink.BoxPlot
 
display(Token) - Method in class adams.flow.sink.Canvas
Displays the token (the panel and dialog have already been created at this stage).
display(Token) - Method in class adams.flow.sink.ContainerDisplay
Displays the token (the panel and dialog have already been created at this stage).
display(Token) - Method in class adams.flow.sink.ControlChartPlot
Displays the token (the panel and dialog have already been created at this stage).
display(Token) - Method in class adams.flow.sink.Display
Displays the token (the panel and dialog have already been created at this stage).
display(Token) - Method in interface adams.flow.sink.DisplayPanel
Displays the token.
display(Token) - Method in class adams.flow.sink.DisplayPanelGrid
Displays the token (the panel and dialog have already been created at this stage).
display(Token) - Method in class adams.flow.sink.DisplayPanelManager
Displays the token (the panel and dialog have already been created at this stage).
display(Token) - Method in class adams.flow.sink.DOMDisplay
Displays the token (the panel and dialog have already been created at this stage).
display(Token) - Method in class adams.flow.sink.EmailViewer
Displays the token (the panel and dialog have already been created at this stage).
display(Token) - Method in class adams.flow.sink.FilePreview
Displays the token (the panel and dialog have already been created at this stage).
display(Token) - Method in class adams.flow.sink.FilePreview.FilePreviewDisplayPanel
Displays the token.
display(Token) - Method in class adams.flow.sink.FlowDisplay
Displays the token (the panel and dialog have already been created at this stage).
display(Token) - Method in class adams.flow.sink.FourInOneDisplay
 
display(Token) - Method in class adams.flow.sink.Histogram
Displays the token (the panel and dialog have already been created at this stage).
display(Token) - Method in class adams.flow.sink.HistoryDisplay
Displays the token (the panel and dialog have already been created at this stage).
display(Token) - Method in class adams.flow.sink.Html4Display
Displays the token (the panel and dialog have already been created at this stage).
display(Token) - Method in class adams.flow.sink.ImageHistogram
Displays the token (the panel and dialog have already been created at this stage).
display(Token) - Method in class adams.flow.sink.ImageSegmentationViewer
Displays the token (the panel and dialog have already been created at this stage).
display(Token) - Method in class adams.flow.sink.ImageSegmentationViewer.ImageSegmentationViewerDisplayPanel
Displays the token.
display(Token) - Method in class adams.flow.sink.ImageViewer
Displays the token (the panel and dialog have already been created at this stage).
display(Token) - Method in class adams.flow.sink.ImageViewer.ImageViewerDisplayPanel
Displays the token.
display(Token) - Method in class adams.flow.sink.JFreeChartPlot
Displays the token (the panel and dialog have already been created at this stage).
display(Token) - Method in class adams.flow.sink.JsonDisplay
Displays the token (the panel and dialog have already been created at this stage).
display(Token) - Method in class adams.flow.sink.LogViewer
Displays the token (the panel and dialog have already been created at this stage).
display(Token) - Method in class adams.flow.sink.MatrixPlot
 
display(Token) - Method in class adams.flow.sink.ObjectPreview
Displays the token (the panel and dialog have already been created at this stage).
display(Token) - Method in class adams.flow.sink.ObjectPreview.FilePreviewDisplayPanel
Displays the token.
display(Token) - Method in class adams.flow.sink.ObjectViewer
Displays the token (the panel and dialog have already been created at this stage).
display(Token) - Method in class adams.flow.sink.PDFViewer
Displays the token (the panel and dialog have already been created at this stage).
display(Token) - Method in class adams.flow.sink.ProbabilityPlotDisplay
 
display(Token) - Method in class adams.flow.sink.ProgressBar
Displays the token (the panel and dialog have already been created at this stage).
display(Token) - Method in class adams.flow.sink.PropertiesDisplay
Displays the token (the panel and dialog have already been created at this stage).
display(Token) - Method in class adams.flow.sink.ReportDisplay
Displays the token (the panel and dialog have already been created at this stage).
display(Token) - Method in class adams.flow.sink.ScatterDisplay
Displays the token (the panel and dialog have already been created at this stage).
display(Token) - Method in class adams.flow.sink.SequencePlotter
Displays the token (the panel and dialog have already been created at this stage).
display(Token) - Method in class adams.flow.sink.SideBySideDiff
Displays the token (the panel and dialog have already been created at this stage).
display(Token) - Method in class adams.flow.sink.SimplePlot
Displays the token (the panel and dialog have already been created at this stage).
display(Token) - Method in class adams.flow.sink.SpreadSheetDisplay
Displays the token (the panel and dialog have already been created at this stage).
display(Token) - Method in class adams.flow.sink.SpreadSheetDisplay.SpreadSheetDisplayPanel
Displays the token.
display(Token) - Method in class adams.flow.sink.SpreadSheetRowViewer
Displays the token (the panel and dialog have already been created at this stage).
display(Token) - Method in class adams.flow.sink.StringTree
Displays the token (the panel and dialog have already been created at this stage).
display(Token) - Method in class adams.flow.sink.TimeseriesDisplay
Displays the token (the panel and dialog have already been created at this stage).
display(Token) - Method in class adams.flow.sink.TimeseriesDisplay.DisplayPanel
 
display(Token) - Method in class adams.flow.sink.WekaAttributeSummary
Displays the token (the panel and dialog have already been created at this stage).
display(Token) - Method in class adams.flow.sink.WekaClassifierErrors
ClassifierErrorss the token (the panel and dialog have already been created at this stage).
display(Token) - Method in class adams.flow.sink.WekaCostBenefitAnalysis
Plots the token (the panel and dialog have already been created at this stage).
display(Token) - Method in class adams.flow.sink.WekaCostCurve
Plots the token (the panel and dialog have already been created at this stage).
display(Token) - Method in class adams.flow.sink.WekaGraphVisualizer
Displays the token (the panel and dialog have already been created at this stage).
display(Token) - Method in class adams.flow.sink.WekaInstancesDisplay
Displays the token (the panel and dialog have already been created at this stage).
display(Token) - Method in class adams.flow.sink.WekaInstancesPlot
Plots the token (the panel and dialog have already been created at this stage).
display(Token) - Method in class adams.flow.sink.WekaInstanceViewer
Displays the token (the panel and dialog have already been created at this stage).
display(Token) - Method in class adams.flow.sink.WekaMarginCurve
Plots the token (the panel and dialog have already been created at this stage).
display(Token) - Method in class adams.flow.sink.WekaThresholdCurve
Plots the token (the panel and dialog have already been created at this stage).
display(Token) - Method in class adams.flow.sink.WekaTreeVisualizer
Displays the token (the panel and dialog have already been created at this stage).
display(Token) - Method in class adams.flow.sink.ZScoreDisplay
 
display(Token) - Method in class adams.flow.transformer.CompareObjectLocations
Displays the token (the panel and dialog have already been created at this stage).
display(DataContainerPanelWithContainerList<Instance, InstanceContainerManager, InstanceContainer>, List<InstanceContainer>) - Method in class adams.gui.visualization.instance.plotpopup.Viewport
Displays the IDs etc of the instances.
display(DataContainerPanelWithContainerList<SpreadSheetRow, SpreadSheetRowContainerManager, SpreadSheetRowContainer>, List<SpreadSheetRowContainer>) - Method in class adams.gui.visualization.spreadsheet.plotpopup.Viewport
Displays the IDs etc of the rows.
display(File[], boolean) - Method in class adams.gui.tools.previewbrowser.PreviewDisplay
Displays the content from the specified files.
display(List<LogEntry>) - Method in class adams.gui.tools.LogEntryViewerPanel
Sets the entries to display.
display(ResultMatrix) - Method in class adams.gui.tools.wekamultiexperimenter.analysis.AbstractResultsPanel
Displays the results.
Display - Class in adams.flow.sink
Actor that outputs any object that arrives at its input port via the 'toString()' method.
Display() - Constructor for class adams.flow.sink.Display
 
DISPLAY - adams.gui.event.TabVisibilityChangeEvent.Type
display event.
DISPLAY_FAVORITE - Static variable in class adams.gui.tools.previewbrowser.PreviewDisplay
placeholder string when a favorite was selected.
DISPLAY_NO_FAVORITES - Static variable in class adams.gui.tools.previewbrowser.PreviewDisplay
placeholder string when no favorites are available.
displayActorOptionsTipText() - Method in class adams.gui.flow.tree.keyboardaction.AbstractAddActor
Returns the tip text for this property.
displayActorOptionsTipText() - Method in class adams.gui.flow.tree.keyboardaction.AbstractQuickSearchActor
Returns the tip text for this property.
displayActorOptionsTipText() - Method in class adams.gui.flow.tree.keyboardaction.AbstractSearchActor
Returns the tip text for this property.
displayArchiveContent() - Method in class adams.gui.tools.PreviewBrowserPanel
Displays an archive file.
displayConnection(AbstractDatabaseConnection) - Method in class adams.gui.dialog.AbstractDatabaseConnectionPanel
Displays the connection.
displayConnection(ConnectionParameters) - Method in class adams.gui.dialog.AbstractDatabaseConnectionPanel
Displays the connection parameters.
displayControlPanelIfNecessary() - Method in class adams.flow.execution.Debug
Instantiates/displays the control panel if necessary.
displayCreatingView() - Method in class adams.gui.tools.previewbrowser.PreviewDisplay
Displays "Creating view...".
displayData() - Method in class adams.gui.tools.wekainvestigator.tab.DataTab
Displays the data.
displayData() - Method in class adams.gui.tools.wekainvestigator.tab.PreprocessTab
Displays the data.
displayData() - Method in class adams.gui.tools.wekainvestigator.tab.ScatterPlotTab
Displays the data.
displayDataset() - Method in class adams.gui.visualization.instance.InstanceComparePanel.DatasetPanel
Displays the dataset in a separate window.
displayedLabelsTipText() - Method in class adams.gui.tools.previewbrowser.ImageSegmentationAnnotationsHandler
Returns the tip text for this property.
DisplayEmailPanel - Class in adams.gui.dialog
Panel for displaying an Email object.
DisplayEmailPanel() - Constructor for class adams.gui.dialog.DisplayEmailPanel
 
displayError(String) - Method in class adams.gui.tools.previewbrowser.localfiles.AbstractLocalFilesAction
Displays the specified error.
displayError(String, Throwable) - Method in class adams.gui.tools.previewbrowser.localfiles.AbstractLocalFilesAction
Displays the specified error message and exception.
displayErrorMessage(RemoteCommandWithErrorMessage) - Method in class adams.scripting.responsehandler.SimpleLogPanelResponseHandler
Displays the error message.
displayErrors() - Method in class adams.gui.flow.FlowRunnerPanel
Displays the errors from the last run.
displayFrame() - Method in class adams.flow.sink.AbstractGraphicsGenerator
Generates and displays the frame.
displayGridded(Object[], int, int) - Method in class adams.flow.sink.ArrayDisplay
Displays the array in a grid.
displayHelp(String) - Method in class adams.gui.tools.ClassHelpPanel
Displays the help for the specified class.
displayIcon(FlowWorkerHandler, FlowPanelNotificationArea.NotificationType) - Static method in class adams.gui.flow.FlowPanelNotificationArea
Displays the icon associated with the notification type.
displayIcon(FlowWorkerHandler, String) - Static method in class adams.gui.flow.FlowPanelNotificationArea
Displays the icon.
DisplayInEditor - Class in adams.flow.core.displaytype
Shows the display in the Flow editor window rather than as standalone frame.
DisplayInEditor() - Constructor for class adams.flow.core.displaytype.DisplayInEditor
 
displayKeyValue() - Method in class adams.gui.tools.AbstractLogEntryViewerPanel
Displays the currently selected key-value pair of the message in a dialog.
displayLocalFile() - Method in class adams.gui.tools.PreviewBrowserPanel
Displays a local file.
displayLocationTipText() - Method in class adams.flow.condition.bool.PromptUser
Returns the tip text for this property.
displayLocationTipText() - Method in interface adams.flow.core.InteractionDisplayLocationSupporter
Returns the tip text for this property.
displayLocationTipText() - Method in class adams.flow.source.EnterManyValues
Returns the tip text for this property.
displayLocationTipText() - Method in class adams.flow.source.EnterValue
Returns the tip text for this property.
displayLocationTipText() - Method in class adams.flow.source.SelectDirectory
Returns the tip text for this property.
displayLocationTipText() - Method in class adams.flow.source.SelectFile
Returns the tip text for this property.
displayMessage(LogEntry) - Method in class adams.flow.sink.LogViewer
Displays the message of the given entry in a separate window.
displayMessage(LogEntry) - Method in class adams.gui.tools.AbstractLogEntryViewerPanel
Displays the message of the chosen entry.
DisplayObjectLocationsFromReport - Class in adams.gui.visualization.image.plugins
Prompts user to select report with object locations to be overlayed.
DisplayObjectLocationsFromReport() - Constructor for class adams.gui.visualization.image.plugins.DisplayObjectLocationsFromReport
 
DisplayPanel - Interface in adams.flow.sink
Interface for panels that can be created from tokens.
DisplayPanel(String) - Constructor for class adams.flow.sink.TimeseriesDisplay.DisplayPanel
 
DisplayPanelGrid - Class in adams.flow.sink
Sink that places a panel in the grid for each each arriving token.
Uses the user-defined panel provider for creating the panels.
DisplayPanelGrid() - Constructor for class adams.flow.sink.DisplayPanelGrid
 
DisplayPanelHistoryPanel() - Constructor for class adams.flow.sink.DisplayPanelManager.DisplayPanelHistoryPanel
 
DisplayPanelManager - Class in adams.flow.sink
Actor that displays a 'history' of panels created by the selected panel provider.
DisplayPanelManager() - Constructor for class adams.flow.sink.DisplayPanelManager
 
DisplayPanelManager.DisplayPanelHistoryPanel - Class in adams.flow.sink
A history panel that keeps track of named DisplayPanel objects, e.g., containing experiments results.
DisplayPanelManager.HistorySplitPanel - Class in adams.flow.sink
Represents a panel with a history on the left and the displayed panel on the right.
DisplayPanelManagerEnclosure - Class in adams.gui.flow.tree.enclose
DisplayPanelManagerEnclosure() - Constructor for class adams.gui.flow.tree.enclose.DisplayPanelManagerEnclosure
 
DisplayPanelProvider - Interface in adams.flow.sink
Interface for graphical sinks that can also generate a panel from scratch for a new token.
displayPanelRequiresScrollPane() - Method in class adams.flow.sink.ActualVsPredictedPlot
Returns whether the created display panel requires a scroll pane or not.
displayPanelRequiresScrollPane() - Method in class adams.flow.sink.BoxPlot
Returns whether the created display panel requires a scroll pane or not.
displayPanelRequiresScrollPane() - Method in class adams.flow.sink.ContainerDisplay
Returns whether the created display panel requires a scroll pane or not.
displayPanelRequiresScrollPane() - Method in class adams.flow.sink.Display
Returns whether the created display panel requires a scroll pane or not.
displayPanelRequiresScrollPane() - Method in interface adams.flow.sink.DisplayPanelProvider
Returns whether the created display panel requires a scroll pane or not.
displayPanelRequiresScrollPane() - Method in class adams.flow.sink.DOMDisplay
Returns whether the created display panel requires a scroll pane or not.
displayPanelRequiresScrollPane() - Method in class adams.flow.sink.EmailViewer
Returns whether the created display panel requires a scroll pane or not.
displayPanelRequiresScrollPane() - Method in class adams.flow.sink.FilePreview
Returns whether the created display panel requires a scroll pane or not.
displayPanelRequiresScrollPane() - Method in class adams.flow.sink.FlowDisplay
Returns whether the created display panel requires a scroll pane or not.
displayPanelRequiresScrollPane() - Method in class adams.flow.sink.FourInOneDisplay
Returns whether the created display panel requires a scroll pane or not.
displayPanelRequiresScrollPane() - Method in class adams.flow.sink.Histogram
Returns whether the created display panel requires a scroll pane or not.
displayPanelRequiresScrollPane() - Method in class adams.flow.sink.ImageHistogram
Returns whether the created display panel requires a scroll pane or not.
displayPanelRequiresScrollPane() - Method in class adams.flow.sink.ImageSegmentationViewer
Returns whether the created display panel requires a scroll pane or not.
displayPanelRequiresScrollPane() - Method in class adams.flow.sink.ImageViewer
Returns whether the created display panel requires a scroll pane or not.
displayPanelRequiresScrollPane() - Method in class adams.flow.sink.JFreeChartPlot
Returns whether the created display panel requires a scroll pane or not.
displayPanelRequiresScrollPane() - Method in class adams.flow.sink.JsonDisplay
Returns whether the created display panel requires a scroll pane or not.
displayPanelRequiresScrollPane() - Method in class adams.flow.sink.MatrixPlot
Returns whether the created display panel requires a scroll pane or not.
displayPanelRequiresScrollPane() - Method in class adams.flow.sink.ObjectPreview
Returns whether the created display panel requires a scroll pane or not.
displayPanelRequiresScrollPane() - Method in class adams.flow.sink.ObjectViewer
Returns whether the created display panel requires a scroll pane or not.
displayPanelRequiresScrollPane() - Method in class adams.flow.sink.PDFViewer
Returns whether the created display panel requires a scroll pane or not.
displayPanelRequiresScrollPane() - Method in class adams.flow.sink.ProbabilityPlotDisplay
Returns whether the created display panel requires a scroll pane or not.
displayPanelRequiresScrollPane() - Method in class adams.flow.sink.PropertiesDisplay
Returns whether the created display panel requires a scroll pane or not.
displayPanelRequiresScrollPane() - Method in class adams.flow.sink.ScatterDisplay
Returns whether the created display panel requires a scroll pane or not.
displayPanelRequiresScrollPane() - Method in class adams.flow.sink.SequencePlotter
Returns whether the created display panel requires a scroll pane or not.
displayPanelRequiresScrollPane() - Method in class adams.flow.sink.SideBySideDiff
Returns whether the created display panel requires a scroll pane or not.
displayPanelRequiresScrollPane() - Method in class adams.flow.sink.SimplePlot
Returns whether the created display panel requires a scroll pane or not.
displayPanelRequiresScrollPane() - Method in class adams.flow.sink.SpreadSheetDisplay
Returns whether the created display panel requires a scroll pane or not.
displayPanelRequiresScrollPane() - Method in class adams.flow.sink.SpreadSheetRowViewer
Returns whether the created display panel requires a scroll pane or not.
displayPanelRequiresScrollPane() - Method in class adams.flow.sink.TimeseriesDisplay
Returns whether the created display panel requires a scroll pane or not.
displayPanelRequiresScrollPane() - Method in class adams.flow.sink.WekaAttributeSummary
Returns whether the created display panel requires a scroll pane or not.
displayPanelRequiresScrollPane() - Method in class adams.flow.sink.WekaClassifierErrors
Returns whether the created display panel requires a scroll pane or not.
displayPanelRequiresScrollPane() - Method in class adams.flow.sink.WekaCostBenefitAnalysis
Returns whether the created display panel requires a scroll pane or not.
displayPanelRequiresScrollPane() - Method in class adams.flow.sink.WekaCostCurve
Returns whether the created display panel requires a scroll pane or not.
displayPanelRequiresScrollPane() - Method in class adams.flow.sink.WekaGraphVisualizer
Returns whether the created display panel requires a scroll pane or not.
displayPanelRequiresScrollPane() - Method in class adams.flow.sink.WekaInstancesDisplay
Returns whether the created display panel requires a scroll pane or not.
displayPanelRequiresScrollPane() - Method in class adams.flow.sink.WekaInstancesPlot
Returns whether the created display panel requires a scroll pane or not.
displayPanelRequiresScrollPane() - Method in class adams.flow.sink.WekaInstanceViewer
Returns whether the created display panel requires a scroll pane or not.
displayPanelRequiresScrollPane() - Method in class adams.flow.sink.WekaMarginCurve
Returns whether the created display panel requires a scroll pane or not.
displayPanelRequiresScrollPane() - Method in class adams.flow.sink.WekaThresholdCurve
Returns whether the created display panel requires a scroll pane or not.
displayPanelRequiresScrollPane() - Method in class adams.flow.sink.WekaTreeVisualizer
Returns whether the created display panel requires a scroll pane or not.
displayPanelRequiresScrollPane() - Method in class adams.flow.sink.ZScoreDisplay
Returns whether the created display panel requires a scroll pane or not.
displayProperties() - Method in class adams.gui.visualization.image.ImagePanel
Displays the image and (optional) additional properties.
displayRangesTipText() - Method in class adams.data.statistics.ArrayBinning
Returns the tip text for this property.
displayRangesTipText() - Method in class adams.data.statistics.ArrayHistogram
Returns the tip text for this property.
displayStatus(boolean) - Method in class adams.gui.core.BaseStatusBar
Displays the status in a dialog.
displayStdDevsTipText() - Method in class weka.clusterers.SAXKMeans
Returns the tip text for this property.
displayTab(Component) - Method in class adams.gui.core.BaseTabbedPaneWithTabHiding
Displays a hidden tab again.
displayTab(String) - Method in class adams.gui.core.BaseTabbedPaneWithTabHiding
Displays a hidden tab again.
displayTabbed(Object[]) - Method in class adams.flow.sink.ArrayDisplay
Displays the array in tabs.
displayTipText() - Method in class adams.flow.source.valuedefinition.AbstractValueDefinition
Returns the tip text for this property.
DisplayTypeSupporter - Interface in adams.flow.core
Interface for actors that allow how their graphical output is being displayed.
displayTypeTipText() - Method in class adams.flow.core.AbstractDisplay
Returns the tip text for this property.
displayTypeTipText() - Method in interface adams.flow.core.DisplayTypeSupporter
Returns the tip text for this property.
displayUsage(SpreadSheet) - Method in class adams.gui.menu.ActorUsage
Displays the actor usage.
displayView(JPanel) - Method in class adams.gui.tools.previewbrowser.PreviewDisplay
Displays the given view in the content panel.
dispose() - Method in interface adams.gui.application.Child
de-registers the child frame/window with the parent first.
dispose() - Method in class adams.gui.application.ChildFrame
de-registers the child frame with the parent first.
dispose() - Method in class adams.gui.core.BaseDialog
de-registers the child frame with the parent first.
dispose() - Method in class adams.gui.print.PostscriptGraphics
Not implemented
disposeComponent() - Method in class adams.flow.sink.AbstractGraphicsGenerator
Disposes the generated component again.
distance(Point2D, Point2D, Point2D) - Method in class adams.gui.visualization.core.plot.AbstractDistanceBasedHitDetector
Returns the distance of p3 to the segment defined by p1,p2.
distance(Instance, Instance) - Method in class weka.core.SAXDistance
Calculates the distance between two instances.
distance(Instance, Instance) - Method in class weka.core.WeightedEuclideanDistance
Calculates the distance between two instances.
distance(Instance, Instance) - Method in class weka.core.WeightedEuclideanDistanceRidge
Calculates the distance between two instances.
distance(Instance, Instance, double, PerformanceStats) - Method in class weka.core.WeightedEuclideanDistance
 
distance(Instance, Instance, double, PerformanceStats) - Method in class weka.core.WeightedEuclideanDistanceRidge
 
distance(Instance, Instance, PerformanceStats) - Method in class weka.core.SAXDistance
Calculates the distance (or similarity) between two instances.
distance(Instance, Instance, PerformanceStats) - Method in class weka.core.WeightedEuclideanDistance
Calculates the distance (or similarity) between two instances.
distance(Instance, Instance, PerformanceStats) - Method in class weka.core.WeightedEuclideanDistanceRidge
Calculates the distance (or similarity) between two instances.
DistanceFromConstant - Class in adams.data.spreadsheet.rowscore
Calculates the Euclidean distance to a timeseries that is basically a 'flat-liner' with a constant value.
DistanceFromConstant() - Constructor for class adams.data.spreadsheet.rowscore.DistanceFromConstant
 
distanceFunctionTipText() - Method in class adams.flow.transformer.wekaclusterer.AverageSilhouetteCoefficient
Returns the tip text for this property.
distanceFunctionTipText() - Method in class weka.clusterers.SAXKMeans
Returns the tip text for this property.
distances - Variable in class weka.classifiers.lazy.LWLDatasetBuilder.LWLContainer
the distances.
Distinct - Class in adams.data.spreadsheet.colstatistic
Counts the distinct numeric/string values.
Distinct - Class in adams.data.spreadsheet.rowstatistic
Counts the distinct numeric/string values.
Distinct() - Constructor for class adams.data.spreadsheet.colstatistic.Distinct
 
Distinct() - Constructor for class adams.data.spreadsheet.rowstatistic.Distinct
 
DistinctValueCellRenderingCustomizer - Class in adams.gui.core.spreadsheettable
Each distinct value in the spreadsheet gets its own color.
DistinctValueCellRenderingCustomizer() - Constructor for class adams.gui.core.spreadsheettable.DistinctValueCellRenderingCustomizer
 
distribution(Row) - Method in interface adams.ml.model.classification.ClassificationModel
Returns the class distribution for the given row.
distribution(Row) - Method in interface adams.ml.model.classification.MultiTargetClassificationModel
Returns the class distribution for the given row.
distribution(Row) - Method in class adams.ml.model.classification.WekaClassificationModel
Returns the class distribution for the given row.
distribution(Row) - Method in interface adams.ml.model.clustering.ClusteringModel
Returns the cluster distribution for the given row.
distribution(Row) - Method in class adams.ml.model.clustering.WekaClusteringModel
Returns the cluster distribution for the given row.
DistributionBasedRandomNumberGenerator<T extends Number> - Interface in adams.data.random
Interface for distribution-based random number generators.
distributionForInstance(Instance) - Method in class weka.classifiers.functions.ClassificationViaPLS
Predicts the class memberships for a given instance.
distributionForInstance(Instance) - Method in class weka.classifiers.functions.GeneticAlgorithm
Predicts the class memberships for a given instance.
distributionForInstance(Instance) - Method in class weka.classifiers.lazy.LWLSynchro
Calculates the class membership probabilities for the given test instance.
distributionForInstance(Instance) - Method in class weka.classifiers.lazy.LWLSynchroPrefilter
Calculates the class membership probabilities for the given test instance.
distributionForInstance(Instance) - Method in class weka.classifiers.meta.AbstainingCascade
Predicts the class memberships for a given instance.
distributionForInstance(Instance) - Method in class weka.classifiers.meta.AbstainingClassifierWrapper
Returns the class distribution for an instance.
distributionForInstance(Instance) - Method in class weka.classifiers.meta.AbstainMinimumProbability
Returns the class distribution for an instance.
distributionForInstance(Instance) - Method in class weka.classifiers.meta.AbstainVote
Classifies a given instance using the selected combination rule.
distributionForInstance(Instance) - Method in class weka.classifiers.meta.ClassificationViaRegressionD
Returns the distribution for an instance.
distributionForInstance(Instance) - Method in class weka.classifiers.meta.ClassifierCascade
Returns the distribution for the instance.
distributionForInstance(Instance) - Method in class weka.classifiers.meta.Consensus
Predicts the class memberships for a given instance.
distributionForInstance(Instance) - Method in class weka.classifiers.meta.ConsensusOrVote
Predicts the class memberships for a given instance.
distributionForInstance(Instance) - Method in class weka.classifiers.meta.Fallback
Predicts the class memberships for a given instance.
distributionForInstance(Instance) - Method in class weka.classifiers.meta.FilteredClassifierExt
Classifies a given instance after filtering.
distributionForInstance(Instance) - Method in class weka.classifiers.meta.RangeCheck
Classifies a given instance after filtering.
distributionForInstance(Instance) - Method in class weka.classifiers.meta.SocketFacade
Generates a class distribution for the instance.
distributionForInstance(Instance) - Method in class weka.classifiers.meta.SubsetEnsemble
Predicts the class memberships for a given instance.
distributionForInstance(Instance) - Method in class weka.classifiers.meta.SuppressModelOutput
Returns the class distribution for the given instance.
distributionForInstance(Instance) - Method in class weka.classifiers.meta.ThreadSafeClassifierWrapper
Returns the class distribution for an instance.
distributionForInstance(Instance) - Method in class weka.classifiers.meta.ThresholdedBinaryClassification
Returns the class distribution for the instance.
distributionForInstance(Instance) - Method in class weka.classifiers.meta.VotedImbalance
Predicts the class memberships for a given instance.
distributionForInstance(Instance) - Method in class weka.classifiers.meta.WeightedInstancesHandlerWrapper
Predicts the class memberships for a given instance.
distributionForInstance(Instance) - Method in class weka.classifiers.simple.AbstractSimpleClassifier
Predicts the class memberships for a given instance.
distributionForInstanceAverage(Instance) - Method in class weka.classifiers.meta.AbstainVote
Classifies a given instance using the Average of Probabilities combination rule.
distributionForInstanceMajorityVoting(Instance) - Method in class weka.classifiers.meta.AbstainVote
Classifies a given instance using the Majority Voting combination rule.
distributionForInstanceMax(Instance) - Method in class weka.classifiers.meta.AbstainVote
Classifies a given instance using the Maximum Probability combination rule.
distributionForInstanceMin(Instance) - Method in class weka.classifiers.meta.AbstainVote
Classifies a given instance using the Minimum Probability combination rule.
distributionForInstanceProduct(Instance) - Method in class weka.classifiers.meta.AbstainVote
Classifies a given instance using the Product of Probabilities combination rule.
distributionFormatTipText() - Method in class adams.data.conversion.WekaPredictionContainerToSpreadSheet
Returns the tip text for this property.
distributionsForInstances(Instances) - Method in class weka.classifiers.meta.FilteredClassifierExt
Batch scoring method.
distributionSortingTipText() - Method in class adams.data.conversion.WekaPredictionContainerToSpreadSheet
Returns the tip text for this property.
dividerLocationTipText() - Method in class adams.flow.sink.DisplayPanelManager
Returns the tip text for this property.
DIVISION - Static variable in interface adams.parser.basedate.sym
 
DIVISION - Static variable in interface adams.parser.basedatetime.sym
 
DIVISION - Static variable in interface adams.parser.basedatetimemsec.sym
 
DIVISION - Static variable in interface adams.parser.basetime.sym
 
DIVISION - Static variable in interface adams.parser.basetimemsec.sym
 
DIVISION - Static variable in interface adams.parser.booleanexpression.sym
 
DIVISION - Static variable in interface adams.parser.lookupupdate.sym
 
DIVISION - Static variable in interface adams.parser.mathematicalexpression.sym
 
DIVISION - Static variable in interface adams.parser.spreadsheetformula.sym
 
DIVISION - Static variable in interface adams.parser.stringexpression.sym
 
do_action(int, lr_parser, Stack, int) - Method in class adams.parser.actorsuggestion.Parser
Invoke a user supplied parse action.
do_action(int, lr_parser, Stack, int) - Method in class adams.parser.basedate.Parser
Invoke a user supplied parse action.
do_action(int, lr_parser, Stack, int) - Method in class adams.parser.basedatetime.Parser
Invoke a user supplied parse action.
do_action(int, lr_parser, Stack, int) - Method in class adams.parser.basedatetimemsec.Parser
Invoke a user supplied parse action.
do_action(int, lr_parser, Stack, int) - Method in class adams.parser.basetime.Parser
Invoke a user supplied parse action.
do_action(int, lr_parser, Stack, int) - Method in class adams.parser.basetimemsec.Parser
Invoke a user supplied parse action.
do_action(int, lr_parser, Stack, int) - Method in class adams.parser.booleanexpression.Parser
Invoke a user supplied parse action.
do_action(int, lr_parser, Stack, int) - Method in class adams.parser.externalactorsuggestion.Parser
Invoke a user supplied parse action.
do_action(int, lr_parser, Stack, int) - Method in class adams.parser.lookupupdate.Parser
Invoke a user supplied parse action.
do_action(int, lr_parser, Stack, int) - Method in class adams.parser.mathematicalexpression.Parser
Invoke a user supplied parse action.
do_action(int, lr_parser, Stack, int) - Method in class adams.parser.spreadsheetformula.Parser
Invoke a user supplied parse action.
do_action(int, lr_parser, Stack, int) - Method in class adams.parser.spreadsheetquery.Parser
Invoke a user supplied parse action.
do_action(int, lr_parser, Stack, int) - Method in class adams.parser.stringexpression.Parser
Invoke a user supplied parse action.
do_action(int, lr_parser, Stack, int) - Method in class adams.parser.templatesuggestion.Parser
Invoke a user supplied parse action.
doActionPerformed(ActionEvent) - Method in class adams.flow.transformer.pixelselector.AbstractPixelSelectorAction
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.action.AbstractBaseAction
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.action.ToggleAction
Dummy implementation, does nothing.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.menu.ActiveClearGraphicalOutput
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.menu.ActiveDebug
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.menu.ActiveDisplayErrors
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.menu.ActiveGC
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.menu.ActiveHeadless
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.menu.ActiveKill
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.menu.ActivePauseResume
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.menu.ActiveRun
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.menu.ActiveStop
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.menu.ActiveStorage
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.menu.ActiveValidateSetup
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.menu.ActiveVariables
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.menu.EditCheckVariables
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.menu.EditCleanUpFlow
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.menu.EditClearClipboard
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.menu.EditDiff
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.menu.EditEnableUndo
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.menu.EditFind
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.menu.EditIgnoreNameChanges
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.menu.EditInteractiveActors
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.menu.EditListTODOs
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.menu.EditLocateActor
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.menu.EditLocateStorageName
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.menu.EditLocateVariable
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.menu.EditProcessActors
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.menu.EditRedo
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.menu.EditTimedActors
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.menu.EditUndo
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.menu.FileCheckOnSave
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.menu.FileClose
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.menu.FileClosePage
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.menu.FileExport
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.menu.FileImport
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.menu.FileNewFlow
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.menu.FileNewFromClipboard
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.menu.FileOpen
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.menu.FileProperties
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.menu.FileRevert
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.menu.FileSave
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.menu.FileSaveAs
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.menu.HelpActors
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.menu.HelpBooleanExpression
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.menu.HelpClasses
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.menu.HelpMathematicalExpression
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.menu.HelpStringExpression
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.menu.HelpVariables
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.menu.RunClearGraphicalOutput
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.menu.RunDebug
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.menu.RunDisableAllBreakpoints
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.menu.RunDisplayErrors
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.menu.RunEnableAllBreakpoints
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.menu.RunGC
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.menu.RunHeadless
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.menu.RunKill
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.menu.RunParseError
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.menu.RunPauseResume
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.menu.RunRemoveAllBreakpoints
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.menu.RunRun
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.menu.RunRunAll
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.menu.RunStop
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.menu.RunStopAll
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.menu.RunStorage
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.menu.RunValidateSetup
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.menu.RunVariables
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.menu.ViewFullExpansion
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.menu.ViewRedraw
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.menu.ViewShowAnnotations
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.menu.ViewShowInputOutput
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.menu.ViewShowQuickInfo
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.menu.ViewShowSource
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.menu.ViewShowToolbar
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.menu.ViewStatistics
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.menu.ViewZoom
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.menu.WindowDuplicateInTab
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.menu.WindowDuplicateInWindow
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.menu.WindowHalfHeight
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.menu.WindowHalfWidth
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.menu.WindowMoveToNewWindow
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.menu.WindowNew
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.notificationareaaction.CloseAndCleanUp
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.notificationareaaction.Copy
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.notificationareaaction.Print
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.notificationareaaction.Save
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.notificationareaaction.SendErrorReport
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.tree.menu.AbstractCompareActors
The action to execute.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.tree.menu.AbstractEncloseActor
The action to execute.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.tree.menu.AbstractTreePopupSubMenuAction
The action to execute.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.tree.menu.AddActorAfter
The action to execute.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.tree.menu.AddActorBeneath
The action to execute.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.tree.menu.AddActorHere
The action to execute.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.tree.menu.AddBookmark
The action to execute.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.tree.menu.AddBreakpointAfter
The action to execute.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.tree.menu.AddBreakpointBeneath
The action to execute.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.tree.menu.AddBreakpointHere
The action to execute.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.tree.menu.AddFromTemplateAfter
The action to execute.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.tree.menu.AddFromTemplateBeneath
The action to execute.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.tree.menu.AddFromTemplateHere
The action to execute.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.tree.menu.AddMostCommonActorAfter
The action to execute.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.tree.menu.AddMostCommonActorBeneath
The action to execute.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.tree.menu.AddMostCommonActorHere
The action to execute.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.tree.menu.AnnotateActor
The action to execute.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.tree.menu.AttachBreakpointHere
The action to execute.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.tree.menu.AttachListener
The action to execute.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.tree.menu.CleanUpActorName
The action to execute.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.tree.menu.CollapseAll
The action to execute.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.tree.menu.CopyActor
The action to execute.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.tree.menu.CopyActorCommandline
The action to execute.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.tree.menu.CopyActorName
The action to execute.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.tree.menu.CopyActorPath
The action to execute.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.tree.menu.CopyActorPlainText
The action to execute.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.tree.menu.CutActor
The action to execute.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.tree.menu.EditActor
The action to execute.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.tree.menu.EditExternalFlow
The action to execute.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.tree.menu.EditListeners
The action to execute.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.tree.menu.ExpandAll
The action to execute.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.tree.menu.ExpandCollapseExternalFlow
The action to execute.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.tree.menu.ExportActor
The action to execute.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.tree.menu.ExternalizeActor
The action to execute.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.tree.menu.Help
The action to execute.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.tree.menu.InspectMemoryDetails
The action to execute.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.tree.menu.InspectMemorySize
The action to execute.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.tree.menu.LastTemplate
The action to execute.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.tree.menu.MakeConditional
The action to execute.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.tree.menu.MakeInteractive
The action to execute.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.tree.menu.MakeTimed
The action to execute.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.tree.menu.MaterializeExternalActor
The action to execute.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.tree.menu.MenuHeader
The action to execute.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.tree.menu.PasteActorAfter
The action to execute.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.tree.menu.PasteActorBeneath
The action to execute.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.tree.menu.PasteActorHere
The action to execute.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.tree.menu.PullUpActor
The action to execute.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.tree.menu.RemoveActor
The action to execute.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.tree.menu.RemoveBookmark
The action to execute.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.tree.menu.RemoveBreakpoints
The action to execute.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.tree.menu.RemoveListeners
The action to execute.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.tree.menu.RenameActor
The action to execute.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.tree.menu.RunToHere
The action to execute.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.tree.menu.Separator
The action to execute.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.tree.menu.SwapActor
The action to execute.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.tree.menu.ToggleState
The action to execute.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.tree.quickaction.AbstractGOEQuickAction
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.tree.quickaction.ChangeCallableActor
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.tree.quickaction.ChangeExternalActorFile
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.tree.quickaction.ChangeStorageName
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.tree.quickaction.ChangeVariableName
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.tree.quickaction.ChangeVariableValue
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.tree.quickaction.EditBooleanExpressionText
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.tree.quickaction.EditCombineXExpression
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.tree.quickaction.EditMathematicalExpressionText
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.tree.quickaction.EditStorageValuesArrayNames
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.tree.quickaction.EditStringConstantsStrings
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.tree.quickaction.EditVariablesArrayVariables
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.flow.tree.quickaction.RenameActor
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.tools.filecommander.Actions
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.tools.filecommander.Bzip2
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.tools.filecommander.Gzip
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.tools.filecommander.Xz
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.tools.filecommander.Zip
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.tools.filecommander.Zstd
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.tools.findinfiles.CopyDir
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.tools.findinfiles.CopyFullPath
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.tools.findinfiles.CopyName
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.tools.findinfiles.CopyTo
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.tools.findinfiles.MoveTo
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.tools.findinfiles.View
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.tools.previewbrowser.localfiles.CopyFileTo
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.tools.previewbrowser.localfiles.DeleteFiles
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.tools.previewbrowser.localfiles.DeleteStar
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.tools.previewbrowser.localfiles.OpenFile
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.tools.previewbrowser.localfiles.PrintFile
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.tools.spreadsheetviewer.menu.DataChart
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.tools.spreadsheetviewer.menu.DataComputeDifference
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.tools.spreadsheetviewer.menu.DataConvert
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.tools.spreadsheetviewer.menu.DataFilterColumns
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.tools.spreadsheetviewer.menu.DataFilterRows
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.tools.spreadsheetviewer.menu.DataSort
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.tools.spreadsheetviewer.menu.DataTransform
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.tools.spreadsheetviewer.menu.EditClearClipboard
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.tools.spreadsheetviewer.menu.EditPasteAsNew
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.tools.spreadsheetviewer.menu.FileClosePage
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.tools.spreadsheetviewer.menu.FileExit
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.tools.spreadsheetviewer.menu.FileOpen
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.tools.spreadsheetviewer.menu.FileSave
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.tools.spreadsheetviewer.menu.FileSaveAs
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.tools.spreadsheetviewer.menu.HelpFormulas
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.tools.spreadsheetviewer.menu.HelpQuery
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.tools.spreadsheetviewer.menu.ViewApplyToAll
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.tools.spreadsheetviewer.menu.ViewCellRenderingCustomizer
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.tools.spreadsheetviewer.menu.ViewDecimals
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.tools.spreadsheetviewer.menu.ViewShowCellTypes
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.tools.spreadsheetviewer.menu.ViewShowFormulas
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.tools.wekainvestigator.datatable.action.Append
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.tools.wekainvestigator.datatable.action.Compatibility
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.tools.wekainvestigator.datatable.action.Copy
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.tools.wekainvestigator.datatable.action.Merge
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.tools.wekainvestigator.datatable.action.Randomize
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.tools.wekainvestigator.datatable.action.RandomSubset
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.tools.wekainvestigator.datatable.action.RemoveTestSet
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.tools.wekainvestigator.datatable.action.Rename
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.tools.wekainvestigator.datatable.action.Revert
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.tools.wekainvestigator.datatable.action.Save
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.tools.wekainvestigator.datatable.action.SaveIndexedSplitsRuns
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.tools.wekainvestigator.datatable.action.Split
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.tools.wekainvestigator.source.Clipboard
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.tools.wekainvestigator.source.Database
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.tools.wekainvestigator.source.DataGenerator
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.tools.wekainvestigator.source.SpreadSheet
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.tools.wekainvestigator.source.TextDirectory
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.attributeselaction.ConvertToDate
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.attributeselaction.ConvertToNominal
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.attributeselaction.ConvertToString
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.attributeselaction.Remove
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.attributeselaction.Rename
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.attributeselaction.ReorderAttributes
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.attributeselaction.UseAsClass
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.visualization.report.reportfactory.AddField
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.visualization.report.reportfactory.CopyFieldName
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.visualization.report.reportfactory.CopyFieldValue
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.visualization.report.reportfactory.DatabaseAddField
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.visualization.report.reportfactory.DatabaseModifyValue
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.visualization.report.reportfactory.DatabaseRemoveField
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.visualization.report.reportfactory.ExcludedFlag
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.visualization.report.reportfactory.ModifyValue
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.visualization.report.reportfactory.PrintReport
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.visualization.report.reportfactory.RemoveField
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.visualization.report.reportfactory.SaveReport
Invoked when an action occurs.
doActionPerformed(ActionEvent) - Method in class adams.gui.visualization.report.reportfactory.Separator
Does nothing.
doActionPerformed(ActionEvent) - Method in class adams.gui.visualization.report.reportfactory.ViewValue
Invoked when an action occurs.
doAddRun() - Method in class adams.tools.AbstractAddRemoveTimeWindowDatabaseTool
Peforms the "add" run.
doAddSeries(Dataset, SpreadSheet) - Method in class adams.gui.visualization.jfreechart.dataset.AbstractDatasetGenerator
Performs the actual addition of the series to the dataset.
doAddSeries(Dataset, SpreadSheet) - Method in class adams.gui.visualization.jfreechart.dataset.DefaultCategory
Performs the actual addition of the series to the dataset.
doAddSeries(Dataset, SpreadSheet) - Method in class adams.gui.visualization.jfreechart.dataset.DefaultXY
Performs the actual addition of the series to the dataset.
doAddSeries(Dataset, SpreadSheet) - Method in class adams.gui.visualization.jfreechart.dataset.DefaultXYZ
Performs the actual addition of the series to the dataset.
doAggregate() - Method in class weka.classifiers.AggregateEvaluations
Performs the aggregation.
doAnalyze(T) - Method in class adams.data.analysis.AbstractAnalysis
Performs the actual analysis.
doAnalyze(Instances) - Method in class adams.data.instancesanalysis.FastICA
Performs the actual analysis.
doAnalyze(Instances) - Method in class adams.data.instancesanalysis.PCA
Performs the actual analysis.
doAnalyze(Instances) - Method in class adams.data.instancesanalysis.PLS
Performs the actual analysis.
doAppend(File[], File) - Method in class adams.gui.tools.weka.AppendDatasetsPanel
Performs the append.
doApply() - Method in class adams.gui.visualization.object.tools.AbstractTool
Applies the settings.
doApply() - Method in class adams.gui.visualization.object.tools.Annotator
Applies the settings.
doApply() - Method in class adams.gui.visualization.object.tools.Edit
Applies the settings.
doApply() - Method in class adams.gui.visualization.object.tools.Move
Applies the settings.
doApply() - Method in class adams.gui.visualization.segmentation.tool.AbstractTool
Applies the settings.
doApply() - Method in class adams.gui.visualization.segmentation.tool.BucketFill
Applies the settings.
doApply() - Method in class adams.gui.visualization.segmentation.tool.Eraser
Applies the settings.
doApply() - Method in class adams.gui.visualization.segmentation.tool.Filter
Applies the settings.
doApply() - Method in class adams.gui.visualization.segmentation.tool.Pencil
Applies the settings.
doApply() - Method in class adams.gui.visualization.segmentation.tool.Pointer
Applies the settings.
doApply() - Method in class adams.gui.visualization.segmentation.tool.PolygonFill
Applies the settings.
doApply() - Method in class adams.gui.visualization.segmentation.tool.SwitchLabel
Applies the settings.
doAsyncExecute() - Method in class adams.core.command.AbstractAsyncCapableExternalCommand
Executes the command.
doAsyncExecute() - Method in class adams.core.command.AbstractExternalCommand
Executes the command in asynchronous fashion.
doBalance(BufferedImage) - Method in class adams.data.image.transformer.whitebalance.AbstractWhiteBalanceAlgorithm
Performs the actual white balancing.
doBalance(BufferedImage) - Method in class adams.data.image.transformer.whitebalance.GIMP
Performs the actual white balancing.
doBalance(BufferedImage) - Method in class adams.data.image.transformer.whitebalance.GrayWorld
Performs the actual white balancing.
doBalance(BufferedImage) - Method in class adams.data.image.transformer.whitebalance.NoBalance
Simply returns the original image.
doBalance(BufferedImage) - Method in class adams.data.image.transformer.whitebalance.WhitePatch
Performs the actual white balancing.
doBlockingExecute() - Method in class adams.core.command.AbstractAsyncCapableExternalCommand
Executes the command.
doBlockingExecute() - Method in class adams.core.command.AbstractExternalCommand
Executes the command in blocking fashion (ie waits till it finishes).
doBuildModel(Dataset) - Method in class adams.ml.model.classification.AbstractClassifier
Builds a model from the data.
doBuildModel(Dataset) - Method in class adams.ml.model.classification.AbstractMultiTargetClassifier
Builds a model from the data.
doBuildModel(Dataset) - Method in class adams.ml.model.classification.WekaClassifier
Builds a model from the data.
doBuildModel(Dataset) - Method in class adams.ml.model.clustering.AbstractClusterer
Builds a model from the data.
doBuildModel(Dataset) - Method in class adams.ml.model.clustering.WekaClusterer
Builds a model from the data.
doBuildModel(Dataset) - Method in class adams.ml.model.regression.AbstractMultiTargetRegressor
Builds a model from the data.
doBuildModel(Dataset) - Method in class adams.ml.model.regression.AbstractRegressor
Builds a model from the data.
doBuildModel(Dataset) - Method in class adams.ml.model.regression.WekaRegressor
Builds a model from the data.
doCalculate() - Method in class adams.data.statistics.AbstractArrayDistance
Generates the actual result.
doCalculate() - Method in class adams.data.statistics.AbstractArrayStatistic
Generates the actual result.
doCalculate() - Method in class adams.data.statistics.ArrayAndrewsCurves
Generates the actual result.
doCalculate() - Method in class adams.data.statistics.ArrayAngle
Generates the actual result.
doCalculate() - Method in class adams.data.statistics.ArrayBinning
Generates the actual result.
doCalculate() - Method in class adams.data.statistics.ArrayCorrelationCoefficient
Generates the actual result.
doCalculate() - Method in class adams.data.statistics.ArrayCovariance
Generates the actual result.
doCalculate() - Method in class adams.data.statistics.ArrayDifference
Generates the actual result.
doCalculate() - Method in class adams.data.statistics.ArrayHistogram
Generates the actual result.
doCalculate() - Method in class adams.data.statistics.ArrayKendallTheil
Generates the actual result.
doCalculate() - Method in class adams.data.statistics.ArrayLength
Generates the actual result.
doCalculate() - Method in class adams.data.statistics.ArrayLinearRegression
Generates the actual result.
doCalculate() - Method in class adams.data.statistics.ArrayMax
Generates the actual result.
doCalculate() - Method in class adams.data.statistics.ArrayMean
Generates the actual result.
doCalculate() - Method in class adams.data.statistics.ArrayMeanAbsoluteError
Generates the actual result.
doCalculate() - Method in class adams.data.statistics.ArrayMedian
Generates the actual result.
doCalculate() - Method in class adams.data.statistics.ArrayMin
Generates the actual result.
doCalculate() - Method in class adams.data.statistics.ArrayNormalize
Generates the actual result.
doCalculate() - Method in class adams.data.statistics.ArrayNormalizeRange
Generates the actual result.
doCalculate() - Method in class adams.data.statistics.ArrayPercentile
Generates the actual result.
doCalculate() - Method in class adams.data.statistics.ArrayRelativeAbsoluteError
Generates the actual result.
doCalculate() - Method in class adams.data.statistics.ArrayRootMeanSquaredError
Generates the actual result.
doCalculate() - Method in class adams.data.statistics.ArrayRootRelativeSquaredError
Generates the actual result.
doCalculate() - Method in class adams.data.statistics.ArrayRSquared
Generates the actual result.
doCalculate() - Method in class adams.data.statistics.ArrayStandardDeviation
Generates the actual result.
doCalculate() - Method in class adams.data.statistics.ArrayStandardize
Generates the actual result.
doCalculate() - Method in class adams.data.statistics.ArrayStandardScores
Generates the actual result.
doCalculate() - Method in class adams.data.statistics.ArraySum
Generates the actual result.
doCalculate() - Method in class adams.data.statistics.MultiArrayStatistic
Generates the actual result.
doCalculate() - Method in class adams.flow.transformer.summarystatistics.AbstractSummaryStatistic
Calculates the summary statistics.
doCalculate() - Method in class adams.flow.transformer.summarystatistics.Accuracy
Calculates the summary statistic.
doCalculate() - Method in class adams.flow.transformer.summarystatistics.CorrelationCoefficient
Calculates the summary statistics.
doCalculate() - Method in class adams.flow.transformer.summarystatistics.MeanAbsoluteError
Calculates the summary statistics.
doCalculate() - Method in class adams.flow.transformer.summarystatistics.NoPrediction
Calculates the summary statistics.
doCalculate() - Method in class adams.flow.transformer.summarystatistics.RootMeanSquaredError
Calculates the summary statistics.
doCalculate(boolean[][]) - Method in class adams.data.image.moments.AbstractMoment
Performs the actual calculation.
doCalculate(boolean[][]) - Method in class adams.data.image.moments.CentralMoment
Performs the actual calculation.
doCalculate(boolean[][]) - Method in class adams.data.image.moments.Moment
Performs the actual calculation.
doCalculate(boolean[][]) - Method in class adams.data.image.moments.NormalizedMoment
 
doCalculate(LocatedObjects, LocatedObjects, Map<LocatedObject, Map<LocatedObject, Double>>) - Method in class adams.data.objectoverlap.AbstractObjectOverlap
Computes the overlapping objects between the annotations and the predictions.
doCalculate(LocatedObjects, LocatedObjects, Map<LocatedObject, Map<LocatedObject, Double>>) - Method in class adams.data.objectoverlap.AreaRatio
Computes the overlapping objects between the annotations and the predictions.
doCalculate(LocatedObjects, LocatedObjects, Map<LocatedObject, Map<LocatedObject, Double>>) - Method in class adams.data.objectoverlap.IntersectOverUnionRatio
Computes the overlapping objects between the annotations and the predictions.
doCalculate(LocatedObjects, LocatedObjects, Map<LocatedObject, Map<LocatedObject, Double>>) - Method in class adams.data.objectoverlap.Null
Computes the overlapping objects between the annotations and the predictions.
doCalculate(Map<LocatedObject, Map<LocatedObject, Double>>, MessageCollection) - Method in class adams.data.areaoverlap.AbstractAreaOverlap
Computes the overlapping areas between the matches.
doCalculate(Map<LocatedObject, Map<LocatedObject, Double>>, MessageCollection) - Method in class adams.data.areaoverlap.BoundingBoxBased
Computes the overlapping areas between the matches.
doCalculate(Map<LocatedObject, Map<LocatedObject, Double>>, MessageCollection) - Method in class adams.data.areaoverlap.PolygonBased
Computes the overlapping areas between the matches.
doCalculateScore(SpreadSheet, int) - Method in class adams.data.spreadsheet.rowscore.AbstractRowScore
Performs the actual calculation of the row score(s).
doCalculateScore(SpreadSheet, int) - Method in class adams.data.spreadsheet.rowscore.ArrayStatistic
Performs the actual calculation of the row score.
doCalculateScore(SpreadSheet, int) - Method in class adams.data.spreadsheet.rowscore.ColumnSubset
Performs the actual calculation of the row score.
doCalculateScore(SpreadSheet, int) - Method in class adams.data.spreadsheet.rowscore.DistanceFromConstant
Performs the actual calculation of the row score.
doCalculateScore(SpreadSheet, int) - Method in class adams.data.spreadsheet.rowscore.EqualWidthBins
Performs the actual calculation of the row score.
doCalculateScore(SpreadSheet, int) - Method in class adams.data.spreadsheet.rowscore.MathExpression
Performs the actual calculation of the row score.
doCalculateScore(SpreadSheet, int) - Method in class adams.data.spreadsheet.rowscore.MultiRowScore
Performs the actual calculation of the row score.
doCalculateScore(SpreadSheet, int) - Method in class adams.data.spreadsheet.rowscore.NonMissing
Performs the actual calculation of the row score.
doCalculateScore(SpreadSheet, int) - Method in class adams.data.spreadsheet.rowscore.RowStatistic
Performs the actual calculation of the row score.
doCalculateScore(SpreadSheet, int) - Method in class adams.data.spreadsheet.rowscore.SAXDistanceFromBaseline
Performs the actual calculation of the row score.
doCall() - Method in class adams.multiprocess.CallableWithResult
Performs the actual code execution.
doCallFunction(Object[]) - Method in class adams.parser.plugin.AbstractParserFunction
Gets called from the parser.
doCallFunction(Object[]) - Method in class adams.parser.plugin.Env
Gets called from the parser.
doCallProcedure(Object[]) - Method in class adams.parser.plugin.AbstractParserProcedure
Gets called from the parser.
doCallProcedure(Object[]) - Method in class adams.parser.plugin.Println
Gets called from the parser.
doCheckAnnotations(LocatedObjects) - Method in class adams.gui.visualization.object.objectannotations.check.AbstractAnnotationCheck
Checks the annotations.
doCheckAnnotations(LocatedObjects) - Method in class adams.gui.visualization.object.objectannotations.check.MultiCheck
Checks the annotations.
doCheckAnnotations(LocatedObjects) - Method in class adams.gui.visualization.object.objectannotations.check.PassThrough
Checks the annotations.
doCheckAnnotations(LocatedObjects) - Method in class adams.gui.visualization.object.objectannotations.check.RequireMetaData
Checks the annotations.
doCheckStopping(AbstractGeneticAlgorithm) - Method in class adams.opt.genetic.stopping.AbstractStoppingCriterion
Performs the actual check of the stopping criterion.
doCheckStopping(AbstractGeneticAlgorithm) - Method in class adams.opt.genetic.stopping.MaxIterations
Performs the actual check of the stopping criterion.
doCheckStopping(AbstractGeneticAlgorithm) - Method in class adams.opt.genetic.stopping.MaxIterationsWithoutImprovement
Performs the actual check of the stopping criterion.
doCheckStopping(AbstractGeneticAlgorithm) - Method in class adams.opt.genetic.stopping.MaxTrainTime
Performs the actual check of the stopping criterion.
doCheckStopping(AbstractGeneticAlgorithm) - Method in class adams.opt.genetic.stopping.MaxTrainTimeWithoutImprovement
Performs the actual check of the stopping criterion.
doCheckStopping(AbstractGeneticAlgorithm) - Method in class adams.opt.genetic.stopping.MultiStoppingCriterion
Performs the actual check of the stopping criterion.
doChoose() - Method in class adams.gui.chooser.AbstractChooserPanel
Performs the actual choosing of an object.
doChoose() - Method in class adams.gui.chooser.AbstractDateBasedChooserPanel
Performs the actual choosing of an object.
doChoose() - Method in class adams.gui.chooser.BaseTextChooserPanel
Performs the actual choosing of an object.
doChoose() - Method in class adams.gui.chooser.ColorChooserPanel
Performs the actual choosing of an object.
doChoose() - Method in class adams.gui.chooser.DatasetFileChooserPanel
Performs the actual choosing of an object.
doChoose() - Method in class adams.gui.chooser.DirectoryChooserPanel
Performs the actual choosing of an object.
doChoose() - Method in class adams.gui.chooser.FieldChooserPanel
Performs the actual choosing of an object.
doChoose() - Method in class adams.gui.chooser.FileChooserPanel
Performs the actual choosing of an object.
doChoose() - Method in class adams.gui.chooser.FontChooserPanel
Performs the actual choosing of an object.
doChoose() - Method in class adams.gui.chooser.FtpDirectoryChooserPanel
Performs the actual choosing of an object.
doChoose() - Method in class adams.gui.chooser.SelectOptionPanel
Performs the actual choosing of an object.
doChoose() - Method in class adams.gui.chooser.SftpDirectoryChooserPanel
Performs the actual choosing of an object.
doChoose() - Method in class adams.gui.chooser.SmbDirectoryChooserPanel
Performs the actual choosing of an object.
doChoose() - Method in class adams.gui.chooser.SpreadSheetFileChooserPanel
Performs the actual choosing of an object.
doChoose() - Method in class adams.gui.chooser.SpreadSheetQueryChooserPanel
Performs the actual choosing of an object.
doChoose() - Method in class adams.gui.chooser.SQLStatementChooserPanel
Performs the actual choosing of an object.
doChoose() - Method in class adams.gui.goe.GenericArrayEditorPanel
Performs the actual choosing of an object.
doChoose() - Method in class adams.gui.goe.GenericObjectEditorPanel
Performs the actual choosing of an object.
doChoose() - Method in class adams.gui.goe.WekaGenericArrayEditorPanel
Performs the actual choosing of an object.
doChoose() - Method in class adams.gui.goe.WekaGenericObjectEditorPanel
Performs the actual choosing of an object.
doCleanAnnotations(LocatedObjects, MessageCollection) - Method in class adams.gui.visualization.object.objectannotations.cleaning.AbstractAnnotationCleaner
Cleans the annotations.
doCleanAnnotations(LocatedObjects, MessageCollection) - Method in class adams.gui.visualization.object.objectannotations.cleaning.Filter
Cleans the annotations.
doCleanAnnotations(LocatedObjects, MessageCollection) - Method in class adams.gui.visualization.object.objectannotations.cleaning.OverlapRemoval
Cleans the annotations.
doCleanAnnotations(LocatedObjects, MessageCollection) - Method in class adams.gui.visualization.object.objectannotations.cleaning.PassThrough
Cleans the annotations.
doCleanUpTable() - Method in class adams.db.AbstractTableCleanUp
Performs the actual clean up.
doCleanUpTable() - Method in class adams.db.SQLTableCleanUp
Performs the actual clean up.
doCompareObjects(DataContainer, DataContainer) - Method in class adams.data.compare.DataContainer
Performs the actual comparison of the two objects.
doCompareObjects(Comparable, Comparable) - Method in class adams.data.compare.JavaComparable
Performs the actual comparison of the two objects.
doCompareObjects(T, T) - Method in class adams.data.compare.AbstractObjectCompare
Performs the actual comparison of the two objects.
doConsume(OptionManager, C) - Method in class adams.core.option.AbstractOptionConsumer
Visits the options.
doConsume(OptionManager, String[]) - Method in class adams.core.option.ArrayConsumer
Visits the options.
doConsume(OptionManager, List) - Method in class adams.core.option.CompactFlowConsumer
Visits the options.
doConsume(OptionManager, List) - Method in class adams.core.option.NestedConsumer
Visits the options.
doConsume(OptionManager, JSONObject) - Method in class adams.core.option.JsonConsumer
Visits the options.
doConvert() - Method in class adams.data.conversion.AbstractConversion
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.AbstractImageToByteArray
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.AbstractMatchWekaInstanceAgainstHeader
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.AbstractObjectToJson
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.AbstractSpreadSheetConversion
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.AbstractSpreadSheetToMatrix
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.AbstractSwapObject
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.AbstractValidateString
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.AdamsInstanceToWekaInstance
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.AnyImageToOpenCV
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.AnyToCommandline
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.AnyToString
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.ArrayToCollection
Deprecated.
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.ArrayToJsonArray
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.ArrayToReport
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.ArrayToYamlString
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.BackQuote
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.Base64ToByteArray
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.Base64ToString
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.BaseDateTimeMsecToString
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.BaseDateTimeToString
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.BaseDateToString
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.BaseTimeToString
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.BlobContainerToByteArray
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.BoofCVToBufferedImage
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.BooleanToString
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.BreakUpString
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.BufferedImageBitmaskContainerToBufferedImages
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.BufferedImagesToBufferedImageBitmaskContainer
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.BufferedImageSupporterToBufferedImageContainer
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.BufferedImageToBoofCV
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.BufferedImageToBufferedImage
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.ByteArrayToBase64
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.ByteArrayToBlobContainer
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.ByteArrayToBufferedImage
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.ByteArrayToImageContainer
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.ByteArrayToJavaObject
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.ByteArrayToPrimitiveArray
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.ByteArrayToString
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.ByteToHex
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.ByteToInt
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.ByteToString
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.CharArrayToString
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.CollectionToArray
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.ColorToHex
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.CommandlineToAny
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.ContainerToSpreadSheet
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.ConvertDateTimeType
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.DateTimeTypeToString
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.DOMNodeListToArray
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.DOMNodeToString
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.DOMToProperties
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.DOMToString
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.DoubleMatrixToBufferedImage
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.DoubleMatrixToMat5Array
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.DoubleMatrixToSpreadSheet
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.DoubleToFloat
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.DoubleToInt
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.DoubleToLong
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.DoubleToString
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.EmailToPlainText
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.ExtractDateTimeField
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.ExtractSimpleContainerContent
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.FieldToString
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.FileToString
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.FloatToDouble
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.Groovy
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.HashCode
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.HexToByte
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.HexToColor
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.HexToInt
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.HtmlCharacterEntitiesToString
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.ImageContainerToByteArray
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.ImageContainerToSpreadSheet
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.InformativeStatistic
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.IntToByte
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.IntToDouble
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.IntToHex
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.IntToLong
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.IntToRoman
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.IntToString
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.JavaObjectToByteArray
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.JoinOptions
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.JsonArrayToArray
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.JsonArrayToList
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.JsonObjectToMap
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.JsonToReport
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.JsonToSpreadSheet
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.JsonToString
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.LeftPad
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.ListToJsonArray
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.ListToYamlString
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.LocatedObjectsToReport
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.LocatedObjectToRectangle
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.LongToDouble
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.LongToInt
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.LongToString
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.LowerCase
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.MapToKeyValuePairs
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.MapToMat5File
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.MapToMat5Struct
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.MapToReport
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.MapToSpreadSheet
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.MapToString
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.MapToWekaInstance
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.MapToYamlString
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.Mat5ArrayToDoubleMatrix
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.Mat5ArrayToSpreadSheet
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.Mat5ArrayToString
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.Mat5CharToString
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.Mat5FileToMap
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.Mat5StructToMap
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.MathExpression
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.Maximum
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.Minimum
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.MovingAverage
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.MultiConversion
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.NotesSubset
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.NotesToSpreadSheet
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.NotesToString
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.NumberToByte
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.NumberToDouble
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.NumberToFloat
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.NumberToInt
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.NumberToLong
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.ObjectAnnotationsToImageSegmentationLayers
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.ObjectArrayToPrimitiveArray
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.ObjectContainerToObject
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.ObjectToObject
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.ObjectToObjectContainer
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.OpenCVToBufferedImage
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.PathSplit
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.Point2DToString
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.PrettyPrintXML
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.PrimitiveArrayToByteArray
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.PrimitiveArrayToObjectArray
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.PropertiesToKeyValuePairs
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.PropertiesToMap
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.PropertiesToSpreadSheet
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.PropertiesToString
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.QuadrilateralLocationCenter
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.QuadrilateralLocationToString
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.Quote
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.RectangleCenter
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.RectangleToString
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.RemoteCommandToString
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.ReplaceFileExtension
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.ReportArrayToMap
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.ReportToJson
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.ReportToMap
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.ReportToSpreadSheet
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.ReportToString
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.ReportToWekaInstance
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.RightPad
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.RomanToInt
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.Round
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.RowArrayToSpreadSheet
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.Scripted
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.SideBySideDiffToString
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.SimpleAsciiToUnicode
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.SimpleUnicodeToAscii
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.SplitOptions
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.SpreadSheetCellFinderToPositions
Deprecated.
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.SpreadSheetCellLocationToCoordinates
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.SpreadSheetCellLocationToPosition
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.SpreadSheetColumnFinderToRange
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.SpreadSheetColumnsToReport
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.SpreadSheetEscapeColumnName
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.SpreadSheetHeaderToMat5Array
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.SpreadSheetInsertCellLocation
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.SpreadSheetInsertColumnPosition
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.SpreadSheetRowFinderToRange
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.SpreadSheetRowsToReport
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.SpreadSheetSupporterToSpreadSheet
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.SpreadSheetToCreateTableStatement
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.SpreadSheetToDataset
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.SpreadSheetToJson
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.SpreadSheetToMap
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.SpreadSheetToMat5Array
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.SpreadSheetToNumeric
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.SpreadSheetToRowArray
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.SpreadSheetToString
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.SpreadSheetToTimeseries
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.SpreadSheetToWekaInstances
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.SpreadSheetUnescapeColumnName
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.StringArrayToURLParameters
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.StringExpression
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.StringMatrixToSpreadSheet
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.StringToBase64
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.StringToBoolean
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.StringToByte
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.StringToByteArray
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.StringToCharArray
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.StringToCustomStringRepresentation
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.StringToDateTimeType
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.StringToDouble
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.StringToField
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.StringToFile
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.StringToHtmlCharacterEntities
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.StringToInt
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.StringToJson
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.StringToLong
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.StringToMat5Array
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.StringToPoint2D
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.StringToProperties
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.StringToQuadrilateralLocation
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.StringToRectangle
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.StringToRemoteCommand
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.StringToReport
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.StringToSpreadSheet
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.StringToString
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.StringToTextContainer
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.StringToURL
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.TextContainerToString
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.TextRenderer
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.TimeseriesToArray
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.TimeseriesToSpreadSheet
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.TimeseriesToWekaInstances
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.TimeToString
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.UnBackQuote
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.UnknownToUnknown
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.UnQuote
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.UpperCase
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.URLDecode
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.URLEncode
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.URLParametersToStringArray
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.URLToString
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.UseForwardSlashes
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.WekaCapabilitiesToInstances
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.WekaCapabilitiesToSpreadSheet
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.WekaCommandToCode
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.WekaDrawableToString
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.WekaEvaluationToCostCurve
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.WekaEvaluationToMarginCurve
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.WekaEvaluationToThresholdCurve
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.WekaForecastContainerToArray
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.WekaForecastContainerToTimeseries
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.WekaInstancesToSpreadSheet
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.WekaInstancesToTimeseries
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.WekaInstanceToAdamsInstance
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.WekaInstanceToMap
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.WekaPredictionContainerToSpreadSheet
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.XMLToDOM
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.YamlStringToList
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.YamlStringToMap
Performs the actual conversion.
doConvert(Object) - Method in class adams.data.conversion.AbstractSwapObject
Performs the swap.
doCorrect(T) - Method in class adams.data.baseline.AbstractBaselineCorrection
Performs checks and corrects the data.
doCorrelate(double[]) - Method in class adams.data.autocorrelation.AbstractAutoCorrelation
Performs the actual autocorrelation on the data.
doCorrelate(double[]) - Method in class adams.data.autocorrelation.BruteForce
Performs the actual autocorrelation on the data.
doCorrelate(double[]) - Method in class adams.data.autocorrelation.FFT
Performs the actual autocorrelation on the data.
doCreateDialog(BasePanel) - Method in class adams.flow.control.Inspect
Creates the actual dialog.
doCreateDialog(BasePanel) - Method in class adams.flow.transformer.AbstractInteractiveTransformerDialog
Creates the actual dialog.
doCreateDialog(BasePanel) - Method in class adams.flow.transformer.SpreadSheetCellSelector
Creates the actual dialog.
doCreateFrame(BasePanel) - Method in class adams.flow.core.AbstractDisplay
Creates the actual frame.
doCreateFrame(BasePanel) - Method in class adams.flow.sink.DisplayPanelManager
Creates the actual frame.
doCrop(BufferedImage) - Method in class adams.data.image.transformer.crop.AbstractCropAlgorithm
Performs the actual crop.
doCrop(BufferedImage) - Method in class adams.data.image.transformer.crop.BinaryCrop
Performs the actual cropping.
doCrop(BufferedImage) - Method in class adams.data.image.transformer.crop.CropBackground
Simply returns the original image.
doCrop(BufferedImage) - Method in class adams.data.image.transformer.crop.NoCrop
Simply returns the original image.
doCrop(BufferedImage) - Method in class adams.data.image.transformer.crop.RectangleCrop
Performs the actual cropping.
doCrop(BufferedImage) - Method in class adams.data.image.transformer.crop.RelativeCrop
Performs the actual cropping.
doCrop(BufferedImage) - Method in class adams.data.image.transformer.crop.SimpleCrop
Performs the actual cropping.
doCrop(BufferedImage) - Method in class adams.data.image.transformer.crop.ThresholdedCrop
Performs the actual cropping.
doCrossovers() - Method in class adams.opt.genetic.AbstractGeneticAlgorithm
Performs cross-over.
doCrossovers() - Method in class adams.opt.optimise.genetic.AbstractGeneticAlgorithm
Performs cross-over.
DOCTYPE_PROLOG - Static variable in class adams.doc.xhtml.Document
the DOCTYPE prolog.
Document - Class in adams.doc.docbook
Represents a DocBook document.
Document - Class in adams.doc.xhtml
Represents an XHTML document.
Document() - Constructor for class adams.doc.docbook.Document
Initializes the document.
Document() - Constructor for class adams.doc.xhtml.Document
Initializes the document.
Documentation - Class in adams.gui.menu
Displays all available PDF documents in the documentation directories.
Documentation() - Constructor for class adams.gui.menu.Documentation
Initializes the menu item.
Documentation(AbstractApplicationFrame) - Constructor for class adams.gui.menu.Documentation
Initializes the menu item.
documentationDirectoriesTipText() - Method in class adams.gui.application.AbstractApplicationFrame
Returns the tip text for this property.
DocumentState - Class in adams.flow.transformer.pdfproclet
Container class for storing state information about the document currently being processed.
DocumentState() - Constructor for class adams.flow.transformer.pdfproclet.DocumentState
Initializes the state.
doCustomize(GenericObjectEditorPopupMenu, PropertyEditor, JComponent) - Method in class adams.gui.goe.popupmenu.AbstractGenericObjectEditorPopupMenuCustomizer
Customizes the GOE popup menu.
doCustomize(GenericObjectEditorPopupMenu, PropertyEditor, JComponent) - Method in class adams.gui.goe.popupmenu.Edit
Customizes the GOE popup menu.
doCustomize(GenericObjectEditorPopupMenu, PropertyEditor, JComponent) - Method in class adams.gui.goe.popupmenu.EncloseBooleanCondition
Customizes the GOE popup menu.
doCustomize(GenericObjectEditorPopupMenu, PropertyEditor, JComponent) - Method in class adams.gui.goe.popupmenu.EncloseClassifier
Customizes the GOE popup menu.
doCustomize(GenericObjectEditorPopupMenu, PropertyEditor, JComponent) - Method in class adams.gui.goe.popupmenu.EncloseClusterer
Customizes the GOE popup menu.
doCustomize(GenericObjectEditorPopupMenu, PropertyEditor, JComponent) - Method in class adams.gui.goe.popupmenu.EncloseConversion
Customizes the GOE popup menu.
doCustomize(GenericObjectEditorPopupMenu, PropertyEditor, JComponent) - Method in class adams.gui.goe.popupmenu.Favorites
Customizes the GOE popup menu.
doCustomize(GenericObjectEditorPopupMenu, PropertyEditor, JComponent) - Method in class adams.gui.goe.popupmenu.History
Customizes the GOE popup menu.
doCustomize(GenericObjectEditorPopupMenu, PropertyEditor, JComponent) - Method in class adams.gui.goe.popupmenu.InvertInstancesColumnFinder
Customizes the GOE popup menu.
doCustomize(GenericObjectEditorPopupMenu, PropertyEditor, JComponent) - Method in class adams.gui.goe.popupmenu.InvertInstancesRowFinder
Customizes the GOE popup menu.
doCustomize(GenericObjectEditorPopupMenu, PropertyEditor, JComponent) - Method in class adams.gui.goe.popupmenu.InvertSpreadSheetColumnFinder
Customizes the GOE popup menu.
doCustomize(GenericObjectEditorPopupMenu, PropertyEditor, JComponent) - Method in class adams.gui.goe.popupmenu.InvertSpreadSheetRowFinder
Customizes the GOE popup menu.
doCustomize(GenericObjectEditorPopupMenu, PropertyEditor, JComponent) - Method in class adams.gui.goe.popupmenu.PullUpBooleanCondition
Customizes the GOE popup menu.
doCustomize(GenericObjectEditorPopupMenu, PropertyEditor, JComponent) - Method in class adams.gui.goe.popupmenu.PullUpClassifier
Customizes the GOE popup menu.
doCustomize(GenericObjectEditorPopupMenu, PropertyEditor, JComponent) - Method in class adams.gui.goe.popupmenu.PullUpClusterer
Customizes the GOE popup menu.
doCustomize(GenericObjectEditorPopupMenu, PropertyEditor, JComponent) - Method in class adams.gui.goe.popupmenu.PullUpInstancesColumnFinder
Customizes the GOE popup menu.
doCustomize(GenericObjectEditorPopupMenu, PropertyEditor, JComponent) - Method in class adams.gui.goe.popupmenu.PullUpInstancesRowFinder
Customizes the GOE popup menu.
doCustomize(GenericObjectEditorPopupMenu, PropertyEditor, JComponent) - Method in class adams.gui.goe.popupmenu.PullUpSpreadSheetColumnFinder
Customizes the GOE popup menu.
doCustomize(GenericObjectEditorPopupMenu, PropertyEditor, JComponent) - Method in class adams.gui.goe.popupmenu.PullUpSpreadSheetRowFinder
Customizes the GOE popup menu.
doCustomize(GenericObjectEditorPopupMenu, PropertyEditor, JComponent) - Method in class adams.gui.goe.popupmenu.SwapActor
Customizes the GOE popup menu.
doCustomize(GenericObjectEditorPopupMenu, PropertyEditor, JComponent) - Method in class adams.gui.goe.popupmenu.Variables
Customizes the GOE popup menu.
doDecode(AbstractImageContainer) - Method in class adams.data.barcode.decode.AbstractBarcodeDecoder
Performs the actual decoding.
doDecode(AbstractImageContainer) - Method in class adams.data.barcode.decode.MultiQRCode
Performs the actual decoding.
doDecode(AbstractImageContainer) - Method in class adams.data.barcode.decode.PassThrough
Performs the actual decoding.
doDecode(AbstractImageContainer) - Method in class adams.data.barcode.decode.ZXing
Performs the actual decoding.
doDeserialize(Map<String, Object>, MessageCollection) - Method in class adams.gui.tools.wekainvestigator.tab.AbstractInvestigatorTab
Restores the objects.
doDeserialize(Map<String, Object>, MessageCollection) - Method in class adams.gui.tools.wekainvestigator.tab.AbstractInvestigatorTabWithDataTable
Restores the objects.
doDeserialize(Map<String, Object>, MessageCollection) - Method in class adams.gui.tools.wekainvestigator.tab.AssociateTab
Restores the objects.
doDeserialize(Map<String, Object>, MessageCollection) - Method in class adams.gui.tools.wekainvestigator.tab.AttributeSelectionTab
Restores the objects.
doDeserialize(Map<String, Object>, MessageCollection) - Method in class adams.gui.tools.wekainvestigator.tab.ClassifyTab
Restores the objects.
doDeserialize(Map<String, Object>, MessageCollection) - Method in class adams.gui.tools.wekainvestigator.tab.ClusterTab
Restores the objects.
doDeserialize(Map<String, Object>, MessageCollection) - Method in class adams.gui.tools.wekainvestigator.tab.CompareTab
Restores the objects.
doDeserialize(Map<String, Object>, MessageCollection) - Method in class adams.gui.tools.wekainvestigator.tab.DataQueryTab
Restores the objects.
doDeserialize(Map<String, Object>, MessageCollection) - Method in class adams.gui.tools.wekainvestigator.tab.ExperimentTab
Restores the objects.
doDeserialize(Map<String, Object>, MessageCollection) - Method in class adams.gui.tools.wekainvestigator.tab.IndependentComponentsTab
Restores the objects.
doDeserialize(Map<String, Object>, MessageCollection) - Method in class adams.gui.tools.wekainvestigator.tab.InstanceTab
Restores the objects.
doDeserialize(Map<String, Object>, MessageCollection) - Method in class adams.gui.tools.wekainvestigator.tab.LogTab
Restores the objects.
doDeserialize(Map<String, Object>, MessageCollection) - Method in class adams.gui.tools.wekainvestigator.tab.PartialLeastSquaresTab
Restores the objects.
doDeserialize(Map<String, Object>, MessageCollection) - Method in class adams.gui.tools.wekainvestigator.tab.PreprocessTab
Restores the objects.
doDeserialize(Map<String, Object>, MessageCollection) - Method in class adams.gui.tools.wekainvestigator.tab.PrincipalComponentsTab
Restores the objects.
doDetect(SpreadSheet, SpreadSheetColumnIndex, SpreadSheetColumnIndex) - Method in class adams.flow.control.removeoutliers.AbstractOutlierDetector
Performs the actual detection of the outliers.
doDetect(SpreadSheet, SpreadSheetColumnIndex, SpreadSheetColumnIndex) - Method in class adams.flow.control.removeoutliers.IQR
Performs the actual detection of the outliers.
doDetect(SpreadSheet, SpreadSheetColumnIndex, SpreadSheetColumnIndex) - Method in class adams.flow.control.removeoutliers.MeanAbsoluteError
Performs the actual detection of the outliers.
doDetect(SpreadSheet, SpreadSheetColumnIndex, SpreadSheetColumnIndex) - Method in class adams.flow.control.removeoutliers.MultiOutlierDetector
Performs the actual detection of the outliers.
doDetect(SpreadSheet, SpreadSheetColumnIndex, SpreadSheetColumnIndex) - Method in class adams.flow.control.removeoutliers.Null
Performs the actual detection of the outliers.
doDetect(SpreadSheet, SpreadSheetColumnIndex, SpreadSheetColumnIndex) - Method in class adams.flow.control.removeoutliers.StdDev
Performs the actual detection of the outliers.
doDisplay() - Method in class adams.gui.tools.wekamultiexperimenter.analysis.AbstractResultsPanel
Displays the results.
doDisplay() - Method in class adams.gui.tools.wekamultiexperimenter.analysis.PlainTextResultsPanel
Displays the results.
doDisplay() - Method in class adams.gui.tools.wekamultiexperimenter.analysis.TableResultsPanel
Displays the results.
doDraw(BufferedImageContainer) - Method in class adams.data.barcode.encode.AbstractBarcodeEncoder
Performs the actual draw operation.
doDraw(BufferedImageContainer) - Method in class adams.flow.transformer.draw.AbstractDrawObjectsFromReport
Performs the actual draw operation.
doDraw(BufferedImageContainer) - Method in class adams.flow.transformer.draw.AbstractDrawOperation
Performs the actual draw operation.
doDraw(BufferedImageContainer) - Method in class adams.flow.transformer.draw.AnnotationsAndPredictions
Performs the actual draw operation.
doDraw(BufferedImageContainer) - Method in class adams.flow.transformer.draw.Barcode
Performs the actual draw operation.
doDraw(BufferedImageContainer) - Method in class adams.flow.transformer.draw.FloodFill
Performs the actual draw operation.
doDraw(BufferedImageContainer) - Method in class adams.flow.transformer.draw.Image
Performs the actual draw operation.
doDraw(BufferedImageContainer) - Method in class adams.flow.transformer.draw.Line
Performs the actual draw operation.
doDraw(BufferedImageContainer) - Method in class adams.flow.transformer.draw.ObjectAnnotationsFromReport
Performs the actual draw operation.
doDraw(BufferedImageContainer) - Method in class adams.flow.transformer.draw.Oval
Performs the actual draw operation.
doDraw(BufferedImageContainer) - Method in class adams.flow.transformer.draw.Pixel
Performs the actual draw operation.
doDraw(BufferedImageContainer) - Method in class adams.flow.transformer.draw.Rectangle
Performs the actual draw operation.
doDraw(BufferedImageContainer) - Method in class adams.flow.transformer.draw.Text
Performs the actual draw operation.
doDraw(BufferedImageContainer, List<Polygon>) - Method in class adams.flow.transformer.draw.AbstractDrawObjectsFromReport
Performs the actual drawing of the objects.
doDraw(BufferedImageContainer, List<Polygon>) - Method in class adams.flow.transformer.draw.ObjectCentersFromReport
Performs the actual drawing of the objects.
doDraw(BufferedImageContainer, List<Polygon>) - Method in class adams.flow.transformer.draw.ObjectLocationsFromReport
Performs the actual drawing of the objects.
doDraw(Graphics2D) - Method in class adams.gui.visualization.segmentation.layer.AbstractLayer
Performs the drawing.
doDraw(Graphics2D) - Method in class adams.gui.visualization.segmentation.layer.BackgroundLayer
Performs the drawing.
doDraw(Graphics2D) - Method in class adams.gui.visualization.segmentation.layer.CombinedLayer
Performs the drawing.
doDraw(Graphics2D) - Method in class adams.gui.visualization.segmentation.layer.ImageLayer
Performs the drawing.
doDraw(Graphics2D) - Method in class adams.gui.visualization.segmentation.layer.OverlayLayer
Performs the drawing.
doDrawCustomData(Graphics, PaintEvent.PaintMoment, XYSequence, Color) - Method in class adams.gui.visualization.sequence.BarPaintlet
Draws the data with the given color.
doDrawCustomData(Graphics, PaintEvent.PaintMoment, XYSequence, Color) - Method in class adams.gui.visualization.sequence.CirclePaintlet
Draws the custom data with the given color.
doDrawCustomData(Graphics, PaintEvent.PaintMoment, XYSequence, Color) - Method in class adams.gui.visualization.sequence.CrossPaintlet
Draws the custom data with the given color.
doDrawCustomData(Graphics, PaintEvent.PaintMoment, XYSequence, Color) - Method in class adams.gui.visualization.sequence.DotPaintlet
Draws the custom data with the given color.
doDrawCustomData(Graphics, PaintEvent.PaintMoment, XYSequence, Color) - Method in class adams.gui.visualization.sequence.LinePaintlet
Draws the custom data with the given color.
doDrawCustomData(Graphics, PaintEvent.PaintMoment, XYSequence, Color) - Method in class adams.gui.visualization.sequence.MeanOverlayPaintlet
Draws the custom data with the given color.
doDrawCustomData(Graphics, PaintEvent.PaintMoment, XYSequence, Color) - Method in class adams.gui.visualization.sequence.MedianOverlayPaintlet
Draws the custom data with the given color.
doDrawCustomData(Graphics, PaintEvent.PaintMoment, XYSequence, Color) - Method in class adams.gui.visualization.sequence.MetaDataValuePaintlet
Draws the custom data with the given color.
doDrawCustomData(Graphics, PaintEvent.PaintMoment, XYSequence, Color) - Method in class adams.gui.visualization.sequence.PercentileOverlayPaintlet
Draws the custom data with the given color.
doDrawCustomData(Graphics, PaintEvent.PaintMoment, XYSequence, Color) - Method in class adams.gui.visualization.sequence.SquarePaintlet
Draws the custom data with the given color.
doDrawCustomData(Graphics, PaintEvent.PaintMoment, XYSequence, Color) - Method in class adams.gui.visualization.sequence.StdDevOverlayPaintlet
Draws the custom data with the given color.
doDrawCustomData(Graphics, PaintEvent.PaintMoment, XYSequence, Color) - Method in class adams.gui.visualization.sequence.StickPaintlet
Draws the custom data with the given color.
doDrawCustomData(Graphics, PaintEvent.PaintMoment, XYSequence, Color) - Method in class adams.gui.visualization.sequence.TrianglePaintlet
Draws the custom data with the given color.
doDrawShape(Point) - Method in class adams.gui.visualization.segmentation.tool.AbstractShapeTool
Draws the currently selected shape at the specified location.
doDrawShape(List<Point>) - Method in class adams.gui.visualization.segmentation.tool.AbstractShapeTool
Draws the currently selected shape at the specified locations.
doDrawShape(List<Point>) - Method in class adams.gui.visualization.segmentation.tool.Eraser
Draws the currently selected shape at the specified locations.
doDrawShape(List<Point>) - Method in class adams.gui.visualization.segmentation.tool.Pencil
Draws the currently selected shape at the specified locations.
doDrop(Transferable, BaseTreeNode, DragAndDropTree.DropPosition) - Method in class adams.gui.core.DragAndDropTree
Performs the actual drop of the dragged data.
doEncode(String, BufferedImageContainer, MessageCollection) - Method in class adams.data.barcode.encode.AbstractBarcodeEncoder
Encodes the supplied payload.
doEncode(String, BufferedImageContainer, MessageCollection) - Method in class adams.data.barcode.encode.EAN13
Encodes the supplied payload.
doEncode(String, BufferedImageContainer, MessageCollection) - Method in class adams.data.barcode.encode.PassThrough
Encodes the supplied payload.
doEncode(String, BufferedImageContainer, MessageCollection) - Method in class adams.data.barcode.encode.QRCode
Encodes the supplied payload.
doEncode(String, BufferedImageContainer, MessageCollection) - Method in class adams.data.barcode.encode.UPCA
Encodes the supplied payload.
doEvaluate(Actor, Token) - Method in class adams.flow.condition.bool.AbstractAttributeCapabilities
Performs the actual evaluation.
doEvaluate(Actor, Token) - Method in class adams.flow.condition.bool.AbstractBooleanCondition
Performs the actual evaluation.
doEvaluate(Actor, Token) - Method in class adams.flow.condition.bool.AbstractScriptedCondition
Performs the actual evaluation.
doEvaluate(Actor, Token) - Method in class adams.flow.condition.bool.AdamsInstanceCapabilities
Performs the actual evaluation.
doEvaluate(Actor, Token) - Method in class adams.flow.condition.bool.And
Performs the actual evaluation.
doEvaluate(Actor, Token) - Method in class adams.flow.condition.bool.BinaryFile
Performs the actual evaluation.
doEvaluate(Actor, Token) - Method in class adams.flow.condition.bool.BooleanReportValue
Performs the actual evaluation.
doEvaluate(Actor, Token) - Method in class adams.flow.condition.bool.BytesComplete
Performs the actual evaluation.
doEvaluate(Actor, Token) - Method in class adams.flow.condition.bool.Counting
Performs the actual evaluation.
doEvaluate(Actor, Token) - Method in class adams.flow.condition.bool.DirectoriesMatch
Performs the actual evaluation.
doEvaluate(Actor, Token) - Method in class adams.flow.condition.bool.DirectoryExists
Performs the actual evaluation.
doEvaluate(Actor, Token) - Method in class adams.flow.condition.bool.Expression
Evaluates the expression.
doEvaluate(Actor, Token) - Method in class adams.flow.condition.bool.False
Performs the actual evaluation.
doEvaluate(Actor, Token) - Method in class adams.flow.condition.bool.FileComplete
Performs the actual evaluation.
doEvaluate(Actor, Token) - Method in class adams.flow.condition.bool.FileExists
Performs the actual evaluation.
doEvaluate(Actor, Token) - Method in class adams.flow.condition.bool.FileInUse
Performs the actual evaluation.
doEvaluate(Actor, Token) - Method in class adams.flow.condition.bool.FilesMatch
Performs the actual evaluation.
doEvaluate(Actor, Token) - Method in class adams.flow.condition.bool.HasClass
Performs the actual evaluation.
doEvaluate(Actor, Token) - Method in class adams.flow.condition.bool.HasColumn
Performs the actual evaluation.
doEvaluate(Actor, Token) - Method in class adams.flow.condition.bool.HasElements
Performs the actual evaluation.
doEvaluate(Actor, Token) - Method in class adams.flow.condition.bool.HasExifTag
Performs the actual evaluation.
doEvaluate(Actor, Token) - Method in class adams.flow.condition.bool.HashSet
Performs the actual evaluation.
doEvaluate(Actor, Token) - Method in class adams.flow.condition.bool.HasInterface
Performs the actual evaluation.
doEvaluate(Actor, Token) - Method in class adams.flow.condition.bool.HasLength
Performs the actual evaluation.
doEvaluate(Actor, Token) - Method in class adams.flow.condition.bool.HasMapValue
Performs the actual evaluation.
doEvaluate(Actor, Token) - Method in class adams.flow.condition.bool.HasProperty
Performs the actual evaluation.
doEvaluate(Actor, Token) - Method in class adams.flow.condition.bool.HasQueue
Performs the actual evaluation.
doEvaluate(Actor, Token) - Method in class adams.flow.condition.bool.HasRows
Performs the actual evaluation.
doEvaluate(Actor, Token) - Method in class adams.flow.condition.bool.HasSize
Performs the actual evaluation.
doEvaluate(Actor, Token) - Method in class adams.flow.condition.bool.HasStorageValue
Performs the actual evaluation.
doEvaluate(Actor, Token) - Method in class adams.flow.condition.bool.HasVariable
Performs the actual evaluation.
doEvaluate(Actor, Token) - Method in class adams.flow.condition.bool.HasVariableValue
Performs the actual evaluation.
doEvaluate(Actor, Token) - Method in class adams.flow.condition.bool.InList
Performs the actual evaluation.
doEvaluate(Actor, Token) - Method in class adams.flow.condition.bool.IsAndroid
Performs the actual evaluation.
doEvaluate(Actor, Token) - Method in class adams.flow.condition.bool.IsArm64
Performs the actual evaluation.
doEvaluate(Actor, Token) - Method in class adams.flow.condition.bool.IsArray
Performs the actual evaluation.
doEvaluate(Actor, Token) - Method in class adams.flow.condition.bool.IsBoolean
Performs the actual evaluation.
doEvaluate(Actor, Token) - Method in class adams.flow.condition.bool.IsByte
Performs the actual evaluation.
doEvaluate(Actor, Token) - Method in class adams.flow.condition.bool.IsBzip2Compressed
Performs the actual evaluation.
doEvaluate(Actor, Token) - Method in class adams.flow.condition.bool.IsDouble
Performs the actual evaluation.
doEvaluate(Actor, Token) - Method in class adams.flow.condition.bool.IsFloat
Performs the actual evaluation.
doEvaluate(Actor, Token) - Method in class adams.flow.condition.bool.IsGzipCompressed
Performs the actual evaluation.
doEvaluate(Actor, Token) - Method in class adams.flow.condition.bool.IsInteger
Performs the actual evaluation.
doEvaluate(Actor, Token) - Method in class adams.flow.condition.bool.IsLinux
Performs the actual evaluation.
doEvaluate(Actor, Token) - Method in class adams.flow.condition.bool.IsLong
Performs the actual evaluation.
doEvaluate(Actor, Token) - Method in class adams.flow.condition.bool.IsMac
Performs the actual evaluation.
doEvaluate(Actor, Token) - Method in class adams.flow.condition.bool.IsMat5Array
Performs the actual evaluation.
doEvaluate(Actor, Token) - Method in class adams.flow.condition.bool.IsMat5Matrix
Performs the actual evaluation.
doEvaluate(Actor, Token) - Method in class adams.flow.condition.bool.IsMat5Struct
Performs the actual evaluation.
doEvaluate(Actor, Token) - Method in class adams.flow.condition.bool.IsNull
Performs the actual evaluation.
doEvaluate(Actor, Token) - Method in class adams.flow.condition.bool.IsNumeric
Performs the actual evaluation.
doEvaluate(Actor, Token) - Method in class adams.flow.condition.bool.IsRarCompressed
Performs the actual evaluation.
doEvaluate(Actor, Token) - Method in class adams.flow.condition.bool.IsShort
Performs the actual evaluation.
doEvaluate(Actor, Token) - Method in class adams.flow.condition.bool.IsSubClass
Performs the actual evaluation.
doEvaluate(Actor, Token) - Method in class adams.flow.condition.bool.IsWindows
Performs the actual evaluation.
doEvaluate(Actor, Token) - Method in class adams.flow.condition.bool.IsXzCompressed
Performs the actual evaluation.
doEvaluate(Actor, Token) - Method in class adams.flow.condition.bool.IsZipCompressed
Performs the actual evaluation.
doEvaluate(Actor, Token) - Method in class adams.flow.condition.bool.IsZstdCompressed
Performs the actual evaluation.
doEvaluate(Actor, Token) - Method in class adams.flow.condition.bool.Not
Evaluates the condition.
doEvaluate(Actor, Token) - Method in class adams.flow.condition.bool.NotesErrors
Performs the actual evaluation.
doEvaluate(Actor, Token) - Method in class adams.flow.condition.bool.Or
Performs the actual evaluation.
doEvaluate(Actor, Token) - Method in class adams.flow.condition.bool.PromptUser
Performs the actual evaluation.
doEvaluate(Actor, Token) - Method in class adams.flow.condition.bool.RegExp
Performs the actual evaluation.
doEvaluate(Actor, Token) - Method in class adams.flow.condition.bool.ReportValueExists
Performs the actual evaluation.
doEvaluate(Actor, Token) - Method in class adams.flow.condition.bool.StorageFlagSet
Performs the actual evaluation.
doEvaluate(Actor, Token) - Method in class adams.flow.condition.bool.TableExists
Performs the actual evaluation.
doEvaluate(Actor, Token) - Method in class adams.flow.condition.bool.True
Performs the actual evaluation.
doEvaluate(Actor, Token) - Method in class adams.flow.condition.bool.VariableFlagSet
Performs the actual evaluation.
doEvaluate(Actor, Token) - Method in class adams.flow.condition.bool.WekaCapabilities
Performs the actual evaluation.
doEvaluate(Actor, Token) - Method in class adams.flow.condition.bool.WekaClassification
Performs the actual evaluation.
doEvaluate(I, IndexedSplitsRuns, MessageCollection) - Method in class adams.flow.transformer.indexedsplitsrunsevaluation.AbstractIndexedSplitsRunsEvaluation
Performs an evaluation by applying the indexed splits runs to the data.
doEvaluate(Object, IndexedSplitsRuns, MessageCollection) - Method in class adams.flow.transformer.indexedsplitsrunsevaluation.NullEvaluation
Performs an evaluation by applying the indexed splits runs to the data.
doEvaluate(String, HashMap) - Method in class adams.flow.condition.bool.AbstractExpression
Evaluates the condition.
doEvaluate(HashMap) - Method in class adams.parser.AbstractSymbolEvaluator
Performs the actual evaluation.
doEvaluate(HashMap) - Method in class adams.parser.BooleanExpression
Performs the actual evaluation.
doEvaluate(HashMap) - Method in class adams.parser.LookUpUpdate
Performs the actual evaluation.
doEvaluate(HashMap) - Method in class adams.parser.MathematicalExpression
Performs the actual evaluation.
doEvaluate(HashMap) - Method in class adams.parser.SpreadSheetFormula
Performs the actual evaluation.
doEvaluate(HashMap) - Method in class adams.parser.SpreadSheetQuery
Performs the actual evaluation.
doEvaluate(HashMap) - Method in class adams.parser.StringExpression
Performs the actual evaluation.
doEvaluate(Associator, ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.associatetab.evaluation.AbstractAssociatorEvaluation
Evaluates the associator and updates the result item.
doEvaluate(Associator, ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.associatetab.evaluation.Train
Evaluates the associator and updates the result item.
doEvaluate(ASEvaluation, ASSearch, ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.attseltab.evaluation.AbstractAttributeSelectionEvaluation
Performs attribute selections and updates the result item.
doEvaluate(ASEvaluation, ASSearch, ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.attseltab.evaluation.CrossValidation
Performs attribute selections and updates the result item.
doEvaluate(ASEvaluation, ASSearch, ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.attseltab.evaluation.Train
Performs attribute selections and updates the result item.
doEvaluate(Classifier, ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.AbstractClassifierEvaluation
Evaluates the classifier and updates the result item.
doEvaluate(Classifier, ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.BuildModel
Evaluates the classifier and updates the result item.
doEvaluate(Classifier, ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.CrossValidation
Evaluates the classifier and updates the result item.
doEvaluate(Classifier, ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.FromPredictions
Evaluates the classifier and updates the result item.
doEvaluate(Classifier, ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.IndexedSplitsRunsEvaluation
Evaluates the classifier and updates the result item.
doEvaluate(Classifier, ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.ReevaluateModel
Evaluates the classifier and updates the result item.
doEvaluate(Classifier, ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.RepeatedCrossValidation
Evaluates the classifier and updates the result item.
doEvaluate(Classifier, ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.TrainTestSet
Evaluates the classifier and updates the result item.
doEvaluate(Classifier, ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.TrainTestSplit
Evaluates the classifier and updates the result item.
doEvaluate(Classifier, ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.TrainValidateTestSet
Evaluates the classifier and updates the result item.
doEvaluate(Clusterer, ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.AbstractClustererEvaluation
Evaluates the clusterer and updates the result item.
doEvaluate(Clusterer, ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.BuildModel
Evaluates the clusterer and updates the result item.
doEvaluate(Clusterer, ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.ClassesToClusters
Evaluates the clusterer and updates the result item.
doEvaluate(Clusterer, ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.CrossValidation
Evaluates the clusterer and updates the result item.
doEvaluate(Clusterer, ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.ReevaluateModel
Evaluates the clusterer and updates the result item.
doEvaluate(Clusterer, ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.TrainTestSet
Evaluates the clusterer and updates the result item.
doEvaluate(Clusterer, ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.TrainTestSplit
Evaluates the clusterer and updates the result item.
doEvaluate(Instance) - Method in class adams.data.weka.evaluator.AbstractInstanceEvaluator
Performs the actual evaluation.
doEvaluate(Instance) - Method in class adams.data.weka.evaluator.IntervalEstimatorBased
Performs the actual evaluation.
doEvaluate(Instance) - Method in class adams.data.weka.evaluator.PassThrough
Performs no real evaluation, just returns 1.0.
doEvaluate(Instances, IndexedSplitsRuns, MessageCollection) - Method in class adams.flow.transformer.indexedsplitsrunsevaluation.InstancesIndexedSplitsRunsEvaluation
Performs an evaluation by applying the indexed splits runs to the data.
doExecute() - Method in class adams.flow.control.AbstractContainerUpdater
Executes the actor.
doExecute() - Method in class adams.flow.control.AbstractDataContainerFileChecker
Executes the flow item.
doExecute() - Method in class adams.flow.control.AbstractDirectedControlActor
Executes the actor.
doExecute() - Method in class adams.flow.control.AbstractTee
Executes the flow item.
doExecute() - Method in class adams.flow.control.ArrayGenerate
Executes the actor.
doExecute() - Method in class adams.flow.control.ArrayProcess
Executes the actor.
doExecute() - Method in class adams.flow.control.Block
Executes the flow item.
doExecute() - Method in class adams.flow.control.Branch
Executes the flow item.
doExecute() - Method in class adams.flow.control.Breakpoint
Executes the flow item.
doExecute() - Method in class adams.flow.control.CallableActorScreenshot
Executes the flow item.
doExecute() - Method in class adams.flow.control.Cast
Executes the flow item.
doExecute() - Method in class adams.flow.control.CollectionProcess
Executes the actor.
doExecute() - Method in class adams.flow.control.ConditionalSequence
Executes the actor.
doExecute() - Method in class adams.flow.control.ConditionalSubProcess
Executes the actor.
doExecute() - Method in class adams.flow.control.ContainerValuePicker
Executes the flow item.
doExecute() - Method in class adams.flow.control.DesktopScreenshot
Executes the flow item.
doExecute() - Method in class adams.flow.control.Flow
Executes the actor.
doExecute() - Method in class adams.flow.control.ForceFlush
Executes the flow item.
doExecute() - Method in class adams.flow.control.FreeMemory
Executes the flow item.
doExecute() - Method in class adams.flow.control.GC
Executes the flow item.
doExecute() - Method in class adams.flow.control.HeapDump
Executes the flow item.
doExecute() - Method in class adams.flow.control.Injector
Executes the flow item.
doExecute() - Method in class adams.flow.control.JDeps
Executes the flow item.
doExecute() - Method in class adams.flow.control.LoadBalancer
Executes the flow item.
doExecute() - Method in class adams.flow.control.LocalScopeTransformer
Executes the flow item.
doExecute() - Method in class adams.flow.control.PlotProcessor
Executes the flow item.
doExecute() - Method in class adams.flow.control.RaiseError
Executes the flow item.
doExecute() - Method in class adams.flow.control.Rejector
Executes the flow item.
doExecute() - Method in class adams.flow.control.SetContainerValue
Executes the flow item.
doExecute() - Method in class adams.flow.control.Sleep
Executes the flow item.
doExecute() - Method in class adams.flow.control.Stop
Executes the flow item.
doExecute() - Method in class adams.flow.control.StorageValueSequence
Executes the actor.
doExecute() - Method in class adams.flow.control.TimedSubProcess
Executes the flow item.
doExecute() - Method in class adams.flow.control.TimedTee
Executes the flow item.
doExecute() - Method in class adams.flow.control.TimedTrigger
Executes the flow item.
doExecute() - Method in class adams.flow.control.TriggerEvent
Executes the flow item.
doExecute() - Method in class adams.flow.control.TryCatch
Executes the flow item.
doExecute() - Method in class adams.flow.control.UpdateCallableDisplay
Executes the flow item.
doExecute() - Method in class adams.flow.control.UpdateProperties
Executes the flow item.
doExecute() - Method in class adams.flow.control.WhileLoop
Executes the flow item.
doExecute() - Method in class adams.flow.core.AbstractActor
Executes the flow item.
doExecute() - Method in class adams.flow.core.AbstractCallableActor
Executes the flow item.
doExecute() - Method in class adams.flow.core.AbstractCopyCallableActor
Executes the flow item.
doExecute() - Method in class adams.flow.core.AbstractDisplay
Executes the flow item.
doExecute() - Method in class adams.flow.core.AbstractExternalActor
Executes the flow item.
doExecute() - Method in class adams.flow.core.AbstractIncludeExternalActor
Executes the flow item.
doExecute() - Method in class adams.flow.core.AbstractPyroCall
Performs the actual call.
doExecute() - Method in class adams.flow.sink.AbstractDbSink
Executes the flow item.
doExecute() - Method in class adams.flow.sink.AbstractGraphicsGenerator
Executes the flow item.
doExecute() - Method in class adams.flow.sink.AbstractTextualDisplay
Executes the flow item.
doExecute() - Method in class adams.flow.sink.AbstractWekaModelWriter
Executes the flow item.
doExecute() - Method in class adams.flow.sink.BinaryFileWriter
Executes the flow item.
doExecute() - Method in class adams.flow.sink.Browser
Executes the flow item.
doExecute() - Method in class adams.flow.sink.CloseInputStream
Executes the flow item.
doExecute() - Method in class adams.flow.sink.CloseReader
Executes the flow item.
doExecute() - Method in class adams.flow.sink.Console
Executes the flow item.
doExecute() - Method in class adams.flow.sink.ContainerDisplay
Executes the flow item.
doExecute() - Method in class adams.flow.sink.DownloadFile
Executes the flow item.
doExecute() - Method in class adams.flow.sink.DumpFile
Executes the flow item.
doExecute() - Method in class adams.flow.sink.EmailFileWriter
Executes the flow item.
doExecute() - Method in class adams.flow.sink.EnQueue
Executes the flow item.
doExecute() - Method in class adams.flow.sink.Exec
Executes the flow item.
doExecute() - Method in class adams.flow.sink.FileBrowser
Executes the flow item.
doExecute() - Method in class adams.flow.sink.FlowFileWriter
Executes the flow item.
doExecute() - Method in class adams.flow.sink.Groovy
Executes the flow item.
doExecute() - Method in class adams.flow.sink.ImageFileWriter
Executes the flow item.
doExecute() - Method in class adams.flow.sink.ImageSegmentationFileWriter
Executes the flow item.
doExecute() - Method in class adams.flow.sink.InactiveSink
Executes the actor.
doExecute() - Method in class adams.flow.sink.IndexedSplitsRunsWriter
Executes the flow item.
doExecute() - Method in class adams.flow.sink.InformationDialog
Executes the flow item.
doExecute() - Method in class adams.flow.sink.JavaLogging
Executes the flow item.
doExecute() - Method in class adams.flow.sink.JFreeChartFileWriter
Executes the flow item.
doExecute() - Method in class adams.flow.sink.JsonFileWriter
Executes the flow item.
doExecute() - Method in class adams.flow.sink.LogDumper
Does nothing.
doExecute() - Method in class adams.flow.sink.Logger
Does nothing.
doExecute() - Method in class adams.flow.sink.Mat5FileWriter
Executes the flow item.
doExecute() - Method in class adams.flow.sink.MenuItem
Executes the flow item.
doExecute() - Method in class adams.flow.sink.MergeFiles
Executes the flow item.
doExecute() - Method in class adams.flow.sink.NotesWriter
Executes the flow item.
doExecute() - Method in class adams.flow.sink.Null
Does nothing.
doExecute() - Method in class adams.flow.sink.OpenFile
Executes the flow item.
doExecute() - Method in class adams.flow.sink.PasteFiles
Executes the flow item.
doExecute() - Method in class adams.flow.sink.PDFCloseDocument
Executes the flow item.
doExecute() - Method in class adams.flow.sink.PlotContainerSink
Executes the flow item.
doExecute() - Method in class adams.flow.sink.ProgrammaticSink
Executes the flow item.
doExecute() - Method in class adams.flow.sink.ProgressBar
Executes the flow item.
doExecute() - Method in class adams.flow.sink.PropertiesFileWriter
Executes the flow item.
doExecute() - Method in class adams.flow.sink.Publish
Executes the flow item.
doExecute() - Method in class adams.flow.sink.PyroSink
Executes the flow item.
doExecute() - Method in class adams.flow.sink.pyrosink.Generic
Performs the actual call.
doExecute() - Method in class adams.flow.sink.pyrosink.Null
Performs the actual call.
doExecute() - Method in class adams.flow.sink.RemoteCommandWriter
Executes the flow item.
doExecute() - Method in class adams.flow.sink.Scripted
Executes the flow item.
doExecute() - Method in class adams.flow.sink.SendEmail
Executes the flow item.
doExecute() - Method in class adams.flow.sink.SendNotification
Executes the flow item.
doExecute() - Method in class adams.flow.sink.SendRemoteCommand
Executes the flow item.
doExecute() - Method in class adams.flow.sink.Serialize
Executes the flow item.
doExecute() - Method in class adams.flow.sink.SimpleLogging
Executes the flow item.
doExecute() - Method in class adams.flow.sink.Socket
Executes the flow item.
doExecute() - Method in class adams.flow.sink.SpreadSheetDbWriter
Executes the flow item.
doExecute() - Method in class adams.flow.sink.SpreadSheetDisplay
Executes the flow item.
doExecute() - Method in class adams.flow.sink.SpreadSheetFileWriter
Executes the flow item.
doExecute() - Method in class adams.flow.sink.TemplateSink
Executes the flow item.
doExecute() - Method in class adams.flow.sink.TextWriter
Executes the flow item.
doExecute() - Method in class adams.flow.sink.WebSocketClient
Executes the flow item.
doExecute() - Method in class adams.flow.sink.WekaDatabaseWriter
Executes the flow item.
doExecute() - Method in class adams.flow.sink.WekaExperimentFileWriter
Executes the flow item.
doExecute() - Method in class adams.flow.sink.WekaExperimentGenerator
Executes the flow item.
doExecute() - Method in class adams.flow.sink.WekaFileWriter
Executes the flow item.
doExecute() - Method in class adams.flow.sink.WekaInstancesDisplay
Executes the flow item.
doExecute() - Method in class adams.flow.sink.XMLFileWriter
Executes the flow item.
doExecute() - Method in class adams.flow.sink.YamlFileWriter
Executes the flow item.
doExecute() - Method in class adams.flow.source.AbstractDatabaseIdSupplier
Executes the flow item.
doExecute() - Method in class adams.flow.source.AbstractDbArrayProvider
Executes the flow item.
doExecute() - Method in class adams.flow.source.AbstractDbSource
Executes the flow item.
doExecute() - Method in class adams.flow.source.AbstractForLoop
Executes the flow item.
doExecute() - Method in class adams.flow.source.AbstractIdSupplier
Executes the flow item.
doExecute() - Method in class adams.flow.source.AbstractInteractiveSource
Executes the flow item.
doExecute() - Method in class adams.flow.source.AbstractSelectObjects
Executes the flow item.
doExecute() - Method in class adams.flow.source.AbstractSimpleDbSource
Executes the flow item.
doExecute() - Method in class adams.flow.source.AbstractWekaSetupGenerator
Executes the flow item.
doExecute() - Method in class adams.flow.source.ColorProvider
Executes the flow item.
doExecute() - Method in class adams.flow.source.CombineArrays
Executes the flow item.
doExecute() - Method in class adams.flow.source.CombineCollections
Executes the flow item.
doExecute() - Method in class adams.flow.source.CombineStorage
Executes the flow item.
doExecute() - Method in class adams.flow.source.CombineVariables
Executes the flow item.
doExecute() - Method in class adams.flow.source.Command
Executes the flow item.
doExecute() - Method in class adams.flow.source.Counter
Executes the flow item.
doExecute() - Method in class adams.flow.source.CurrentFlow
Executes the flow item.
doExecute() - Method in class adams.flow.source.CurrentTime
Executes the flow item.
doExecute() - Method in class adams.flow.source.DeQueue
Executes the flow item.
doExecute() - Method in class adams.flow.source.DirectoryLister
Executes the flow item.
doExecute() - Method in class adams.flow.source.DirectorySupplier
Executes the flow item.
doExecute() - Method in class adams.flow.source.DumpStorage
Executes the flow item.
doExecute() - Method in class adams.flow.source.DumpVariables
Executes the flow item.
doExecute() - Method in class adams.flow.source.Exec
Executes the flow item.
doExecute() - Method in class adams.flow.source.FilenameGenerator
Executes the flow item.
doExecute() - Method in class adams.flow.source.FileSupplier
Executes the flow item.
doExecute() - Method in class adams.flow.source.FileSystemSearch
Executes the flow item.
doExecute() - Method in class adams.flow.source.ForLoop
Executes the flow item.
doExecute() - Method in class adams.flow.source.FTPLister
Deprecated.
Executes the flow item.
doExecute() - Method in class adams.flow.source.GetEnvironmentVariable
Executes the flow item.
doExecute() - Method in class adams.flow.source.GetSystemProperty
Executes the flow item.
doExecute() - Method in class adams.flow.source.Groovy
Executes the flow item.
doExecute() - Method in class adams.flow.source.HashSet
Executes the flow item.
doExecute() - Method in class adams.flow.source.HttpRequest
Executes the flow item.
doExecute() - Method in class adams.flow.source.Idle
Executes the flow item.
doExecute() - Method in class adams.flow.source.InactiveSource
Executes the actor.
doExecute() - Method in class adams.flow.source.InputStreamGenerator
Executes the flow item.
doExecute() - Method in class adams.flow.source.IntegerRange
Executes the flow item.
doExecute() - Method in class adams.flow.source.ListCallableActors
Executes the flow item.
doExecute() - Method in class adams.flow.source.ListEnvironmentVariables
Executes the flow item.
doExecute() - Method in class adams.flow.source.ListStorageNames
Executes the flow item.
doExecute() - Method in class adams.flow.source.ListSystemProperties
Executes the flow item.
doExecute() - Method in class adams.flow.source.ListVariables
Executes the flow item.
doExecute() - Method in class adams.flow.source.LookUp
Executes the flow item.
doExecute() - Method in class adams.flow.source.LookUpTable
Executes the flow item.
doExecute() - Method in class adams.flow.source.MakeContainer
Executes the flow item.
doExecute() - Method in class adams.flow.source.MathExpression
Executes the flow item.
doExecute() - Method in class adams.flow.source.MemoryUsage
Executes the flow item.
doExecute() - Method in class adams.flow.source.ModuleInfo
Executes the flow item.
doExecute() - Method in class adams.flow.source.NewArray
Executes the flow item.
doExecute() - Method in class adams.flow.source.NewCollection
Executes the flow item.
doExecute() - Method in class adams.flow.source.NewDOMDocument
Executes the flow item.
doExecute() - Method in class adams.flow.source.NewFlow
Executes the flow item.
doExecute() - Method in class adams.flow.source.NewImage
Executes the flow item.
doExecute() - Method in class adams.flow.source.NewJsonStructure
Executes the flow item.
doExecute() - Method in class adams.flow.source.NewList
Executes the flow item.
doExecute() - Method in class adams.flow.source.NewMap
Executes the flow item.
doExecute() - Method in class adams.flow.source.NewMat5File
Executes the flow item.
doExecute() - Method in class adams.flow.source.NewMat5Matrix
Executes the flow item.
doExecute() - Method in class adams.flow.source.NewMat5Struct
Executes the flow item.
doExecute() - Method in class adams.flow.source.NewProperties
Executes the flow item.
doExecute() - Method in class adams.flow.source.NewRemoteCommand
Executes the flow item.
doExecute() - Method in class adams.flow.source.NewReport
Executes the flow item.
doExecute() - Method in class adams.flow.source.NewSpreadSheet
Executes the flow item.
doExecute() - Method in class adams.flow.source.NewTempFile
Executes the flow item.
doExecute() - Method in class adams.flow.source.Null
Executes the flow item.
doExecute() - Method in class adams.flow.source.OpenCVDeviceFrameGrabber
Executes the flow item.
doExecute() - Method in class adams.flow.source.OptionProducer
Executes the flow item.
doExecute() - Method in class adams.flow.source.OptionTraverser
Executes the flow item.
doExecute() - Method in class adams.flow.source.PDFNewDocument
Executes the flow item.
doExecute() - Method in class adams.flow.source.PipExec
Executes the flow item.
doExecute() - Method in class adams.flow.source.PyroSource
Executes the flow item.
doExecute() - Method in class adams.flow.source.pyrosource.Generic
Performs the actual call.
doExecute() - Method in class adams.flow.source.pyrosource.Null
Performs the actual call.
doExecute() - Method in class adams.flow.source.PythonExec
Executes the flow item.
doExecute() - Method in class adams.flow.source.PythonVenvExec
Executes the flow item.
doExecute() - Method in class adams.flow.source.RandomNumberGenerator
Does nothing.
doExecute() - Method in class adams.flow.source.ReaderGenerator
Executes the flow item.
doExecute() - Method in class adams.flow.source.RSync
Executes the flow item.
doExecute() - Method in class adams.flow.source.Rsync4jRsyncBinary
Executes the flow item.
doExecute() - Method in class adams.flow.source.Rsync4jSshBinary
Executes the flow item.
doExecute() - Method in class adams.flow.source.Scripted
Executes the flow item.
doExecute() - Method in class adams.flow.source.SelectFile
Executes the flow item.
doExecute() - Method in class adams.flow.source.SimpleRSync
Executes the flow item.
doExecute() - Method in class adams.flow.source.Socket
Executes the flow item.
doExecute() - Method in class adams.flow.source.SpecifiedActor
Executes the flow item.
doExecute() - Method in class adams.flow.source.SSHExec
Executes the flow item.
doExecute() - Method in class adams.flow.source.Start
Startutes the flow item.
doExecute() - Method in class adams.flow.source.StorageValue
Executes the flow item.
doExecute() - Method in class adams.flow.source.StorageValuesArray
Executes the flow item.
doExecute() - Method in class adams.flow.source.StringConstants
Executes the flow item.
doExecute() - Method in class adams.flow.source.StringExpression
Executes the flow item.
doExecute() - Method in class adams.flow.source.SwitchedSource
Executes the flow item.
doExecute() - Method in class adams.flow.source.TemplateSource
Executes the flow item.
doExecute() - Method in class adams.flow.source.URLSupplier
Executes the flow item.
doExecute() - Method in class adams.flow.source.Variable
Executes the flow item.
doExecute() - Method in class adams.flow.source.VariablesArray
Executes the flow item.
doExecute() - Method in class adams.flow.source.WekaAssociatorSetup
Executes the flow item.
doExecute() - Method in class adams.flow.source.WekaClassifierSetup
Executes the flow item.
doExecute() - Method in class adams.flow.source.WekaClustererSetup
Executes the flow item.
doExecute() - Method in class adams.flow.source.WekaDatabaseReader
Executes the flow item.
doExecute() - Method in class adams.flow.source.WekaDataGenerator
Executes the flow item.
doExecute() - Method in class adams.flow.source.WekaForecasterSetup
Executes the flow item.
doExecute() - Method in class adams.flow.source.WekaForecasting
Executes the flow item.
doExecute() - Method in class adams.flow.source.WekaNewExperiment
Executes the flow item.
doExecute() - Method in class adams.flow.source.WekaNewInstances
Executes the flow item.
doExecute() - Method in class adams.flow.source.WekaSelectDataset
Executes the flow item.
doExecute() - Method in class adams.flow.source.ZipArrays
Executes the flow item.
doExecute() - Method in class adams.flow.standalone.AbstractDatabaseCheck
Executes the actor.
doExecute() - Method in class adams.flow.standalone.AbstractDatabaseConnection
Executes the actor.
doExecute() - Method in class adams.flow.standalone.AbstractDbStandalone
Executes the flow item.
doExecute() - Method in class adams.flow.standalone.AbstractMultiView
Executes the flow item.
doExecute() - Method in class adams.flow.standalone.AbstractMultiView.ViewWrapper
Executes the flow item.
doExecute() - Method in class adams.flow.standalone.AbstractMutableActorDaemonEvent
Executes the flow item.
doExecute() - Method in class adams.flow.standalone.AbstractMutableStandaloneGroupItem
Executes the flow item.
doExecute() - Method in class adams.flow.standalone.AbstractStandaloneGroup
Executes the flow item.
doExecute() - Method in class adams.flow.standalone.CallableActors
Does nothing.
doExecute() - Method in class adams.flow.standalone.ConditionalStandalones
Executes the actor.
doExecute() - Method in class adams.flow.standalone.CounterInit
Executes the flow item.
doExecute() - Method in class adams.flow.standalone.Cron
Executes the flow item.
doExecute() - Method in class adams.flow.standalone.DelayedEvent
Executes the flow item.
doExecute() - Method in class adams.flow.standalone.DeleteDir
Executes the flow item.
doExecute() - Method in class adams.flow.standalone.DeleteFile
Executes the flow item.
doExecute() - Method in class adams.flow.standalone.DeleteStorageValue
Executes the flow item.
doExecute() - Method in class adams.flow.standalone.DeleteVariable
Executes the flow item.
doExecute() - Method in class adams.flow.standalone.DeserializeToStorage
Executes the flow item.
doExecute() - Method in class adams.flow.standalone.DirWatch
Executes the flow item.
doExecute() - Method in class adams.flow.standalone.Events
Executes the flow item.
doExecute() - Method in class adams.flow.standalone.ExternalFlow
Executes the flow item.
doExecute() - Method in class adams.flow.standalone.FTPConnection
Executes the flow item.
doExecute() - Method in class adams.flow.standalone.Groovy
Executes the flow item.
doExecute() - Method in class adams.flow.standalone.HashSetInit
Executes the flow item.
doExecute() - Method in class adams.flow.standalone.InactiveStandalone
Executes the actor.
doExecute() - Method in class adams.flow.standalone.InitPublishSubscribe
Executes the flow item.
doExecute() - Method in class adams.flow.standalone.InitStorageCache
Executes the actor.
doExecute() - Method in class adams.flow.standalone.Java
Executes the flow item.
doExecute() - Method in class adams.flow.standalone.JavaExec
Executes the flow item.
doExecute() - Method in class adams.flow.standalone.JobRunnerInstance
Executes the flow item.
doExecute() - Method in class adams.flow.standalone.JobRunnerSetup
Executes the flow item.
doExecute() - Method in class adams.flow.standalone.LookUpInit
Executes the flow item.
doExecute() - Method in class adams.flow.standalone.MakeDir
Executes the flow item.
doExecute() - Method in class adams.flow.standalone.MemoryMonitor
Executes the flow item.
doExecute() - Method in class adams.flow.standalone.Null
Executes the flow item.
doExecute() - Method in class adams.flow.standalone.PyroNameServer
Executes the flow item.
doExecute() - Method in class adams.flow.standalone.PyroStandalone
Executes the flow item.
doExecute() - Method in class adams.flow.standalone.pyrostandalone.Generic
Performs the actual call.
doExecute() - Method in class adams.flow.standalone.pyrostandalone.Null
Performs the actual call.
doExecute() - Method in class adams.flow.standalone.PythonEnvironment
Executes the flow item.
doExecute() - Method in class adams.flow.standalone.QueueEvent
Executes the flow item.
doExecute() - Method in class adams.flow.standalone.QueueInit
Executes the flow item.
doExecute() - Method in class adams.flow.standalone.RegisterFlow
Executes the flow item.
doExecute() - Method in class adams.flow.standalone.RemoteScriptingEngine
Executes the actor.
doExecute() - Method in class adams.flow.standalone.Scripted
Executes the flow item.
doExecute() - Method in class adams.flow.standalone.SetManyVariables
Executes the flow item.
doExecute() - Method in class adams.flow.standalone.SetProperty
Deprecated.
Does nothing, as it waits for changes in variables only.
doExecute() - Method in class adams.flow.standalone.SetVariable
Executes the flow item.
doExecute() - Method in class adams.flow.standalone.SMBConnection
Executes the flow item.
doExecute() - Method in class adams.flow.standalone.SMTPConnection
Executes the flow item.
doExecute() - Method in class adams.flow.standalone.SSHConnection
Executes the flow item.
doExecute() - Method in class adams.flow.standalone.Stopwatch
Executes the flow item.
doExecute() - Method in class adams.flow.standalone.TemplateStandalone
Executes the flow item.
doExecute() - Method in class adams.flow.standalone.TesseractConfiguration
Executes the flow item.
doExecute() - Method in class adams.flow.standalone.Tool
Executes the actor.
doExecute() - Method in class adams.flow.standalone.WebSocketServer
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.AbstractContainerValueExtractor
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.AbstractDataContainerAdd
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.AbstractDataContainerAppend
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.AbstractDataContainerFileReader
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.AbstractDataContainerFileWriter
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.AbstractDataProcessor
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.AbstractDbArrayProvider
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.AbstractDbDataProcessor
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.AbstractDbTransformer
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.AbstractDeleteReportValue
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.AbstractDeleteReportValueByExpression
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.AbstractFilter
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.AbstractGetReportValue
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.AbstractInstanceGenerator
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.AbstractInteractiveTransformer
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.AbstractInteractiveTransformerDialog
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.AbstractMultiCompress
Performs the actual transformation.
doExecute() - Method in class adams.flow.transformer.AbstractMultiDecompress
Performs the actual transformation.
doExecute() - Method in class adams.flow.transformer.AbstractProcessWekaInstanceWithModel
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.AbstractReportDbUpdater
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.AbstractReportFileReader
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.AbstractReportFileWriter
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.AbstractSetReportValue
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.AbstractSingleCompress
Performs the actual transformation.
doExecute() - Method in class adams.flow.transformer.AbstractSingleDecompress
Performs the actual transformation.
doExecute() - Method in class adams.flow.transformer.AbstractStringOperation
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.AbstractWekaModelReader
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.AccessDatabaseInfo
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.AddDOMAttribute
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.AddDOMNode
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.AddNote
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.AppendName
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.ArrayCombinations
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.ArrayHistogramRanges
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.ArrayLength
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.ArrayReverse
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.ArrayStatistic
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.ArraySubset
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.ArraySubsetGeneration
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.ArrayToChunks
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.ArrayToCollection
Performs the actual conversion.
doExecute() - Method in class adams.flow.transformer.ArrayToSequence
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.ArrayToVariables
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.BaseName
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.BinaryFileReader
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.BoofCVDetectLines
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.BoofCVDetectLineSegments
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.BoofCVFeatureGenerator
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.BoofCVMultiImageOperation
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.BoofCVTransformer
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.BufferedImageFeatureGenerator
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.BufferedImageMultiImageOperation
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.BufferedImageTransformer
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.ChangeImageObjectPrefix
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.ChangeReportFieldPrefixes
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.ClassSelector
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.CollectionAppend
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.CollectionInsert
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.CollectionSize
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.CollectionSubset
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.CollectionToArray
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.CollectionToSequence
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.ColorProvider
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.CompareObjects
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.CompareObjectTypes
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.ConfusionMatrix
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.ControlChart
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.Convert
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.ConvertFeatures
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.Copy
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.CopyFile
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.CopyToClipboard
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.CounterAdd
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.CounterInit
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.CountObjectsInPolygon
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.CountObjectsInRegion
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.CreateEmail
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.DatasetFilter
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.DatasetRowFilter
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.DateTimeTypeDifference
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.DecodeBarcode
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.DeleteFile
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.DeleteJsonValue
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.DeleteMapValue
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.DeleteOverlappingImageObjects
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.DeletePropertyValue
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.DeleteStorageValue
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.DeleteVariable
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.Deserialize
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.DetermineOverlappingAreas
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.DetermineOverlappingObjects
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.Diff
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.DirName
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.DownloadContent
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.Draw
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.EmailFileReader
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.EncodeBarcode
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.ExecuteActor
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.ExecuteJobs
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.ExecuteRemoteCommand
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.ExifTagOperation
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.FileChanged
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.FileExtension
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.FileInfo
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.FilenameGenerator
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.FileTailer
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.FilterMap
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.FindInFile
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.FlowFileReader
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.FTPDelete
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.FTPDisconnect
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.FTPGet
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.FTPNoOp
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.FTPSend
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.GenerateFileBasedDataset
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.GetArrayElement
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.GetDatabaseID
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.GetID
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.GetImageObjectIndices
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.GetImageObjectMetaData
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.GetImageObjects
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.GetJsonKeys
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.GetJsonValue
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.GetListElement
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.GetMapKeys
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.GetMapValue
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.GetNotes
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.GetObjectProperty
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.GetProperties
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.GetProperty
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.GetPropertyNames
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.GetPropertyValue
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.GetRemoteCommandPayload
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.GetReport
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.GetStorageValue
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.Groovy
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.GroupByRegExp
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.HashSetAdd
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.HashSetInit
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.HashSetRemove
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.HexReplace
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.HttpPostFile
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.HttpRequest
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.IDGenerator
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.ImageFileReader
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.ImageInfo
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.ImageMetaData
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.ImageObjectFilter
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.ImageObjectIndexOffset
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.ImageObjectInfo
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.ImageObjectOverlap
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.ImageObjectOverlapMatrix
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.ImageObjectToVariables
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.ImagePreparation
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.ImageSegmentationContainerFilter
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.ImageSegmentationContainerOperation
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.ImageSegmentationFileReader
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.ImageSharpness
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.InactiveTransformer
Executes the actor.
doExecute() - Method in class adams.flow.transformer.IncStorageValue
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.IncVariable
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.IndexedSplitsRunsEvaluation
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.IndexedSplitsRunsGenerator
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.IndexedSplitsRunsPredictions
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.IndexedSplitsRunsReader
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.IntersectOverUnion
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.JsonFileReader
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.LocateObjects
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.LookUp
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.LookUpAdd
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.LookUpInit
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.LookUpRemove
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.LookUpUpdate
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.MakeDir
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.MakeForecastPlotContainer
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.MakeJFreeChartDataset
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.MakeLogEntry
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.MakePlotContainer
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.MapToStorageValues
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.MapToVariables
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.MapVariableIterator
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.Mat5ArrayInfo
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.Mat5ArraySubset
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.Mat5FileAddArray
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.Mat5FileAddMap
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.Mat5FileGetArray
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.Mat5FileInfo
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.Mat5FileReader
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.Mat5GetMatrixElement
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.Mat5GetStructField
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.Mat5SetMatrixElement
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.Mat5SetStructField
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.Mat5StructInfo
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.MatchReportFields
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.MathExpression
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.Max
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.MergeObjectLocations
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.MergeReport
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.MergeReportFromMap
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.MessageDigest
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.MimeType
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.Min
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.MoveFile
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.MultiMapOperation
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.MultiMat5MatrixOperation
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.MultiSpreadSheetOperation
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.NegativeRegions
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.ObjectArrayToPrimitiveArray
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.OpenCVFeatureGenerator
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.OpenCVMultiImageOperation
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.OpenCVTransformer
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.OptionProducer
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.OutlierDetector
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.PassThrough
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.PDFAppendDocument
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.PDFCreate
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.PDFExtract
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.PDFExtractImages
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.PDFExtractText
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.PDFGenerate
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.PDFInfo
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.PDFMerge
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.PDFMetaData
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.PDFPageCount
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.PDFRenderPages
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.PDFStamp
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.PixelSelector
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.PredictionEccentricity
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.PrepareFileBasedDataset
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.PrependDir
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.PrimitiveArrayToObjectArray
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.ProcessActor
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.ProgrammaticTokenListener
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.PropertiesFileReader
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.PropertiesToVariables
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.PyroTransformer
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.pyrotransformer.ExampleGreeting
Performs the actual call.
doExecute() - Method in class adams.flow.transformer.pyrotransformer.Generic
Performs the actual call.
doExecute() - Method in class adams.flow.transformer.pyrotransformer.Null
Performs the actual call.
doExecute() - Method in class adams.flow.transformer.PythonExpandScript
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.RelativeDir
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.RemoteCommandReader
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.RemoveImageObject
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.RemoveOverlappingImageObjects
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.ReportField
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.ReportMathExpression
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.ReportToStorage
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.ReportToVariables
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.Round
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.ScaleReportObjects
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.ScpFrom
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.ScpTo
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.Scripted
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SequenceToArray
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SequenceToCollection
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SetArrayElement
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SetDatabaseID
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SetID
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SetImageObjectMetaData
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SetJsonValue
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SetManyVariables
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SetMapValue
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SetPlotContainerValue
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SetProperty
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SetPropertyValue
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SetReportFromFile
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SetReportFromSource
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SetStorageFlag
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SetStorageValue
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SetSystemProperty
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SetVariable
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SFTPDelete
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SFTPGet
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SFTPSend
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SMBGet
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SMBSend
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.Sort
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SplitFile
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SpreadSheetAggregate
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SpreadSheetAnonymize
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SpreadSheetAppend
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SpreadSheetAppendComments
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SpreadSheetCellFinder
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SpreadSheetCollapse
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SpreadSheetColumnFilter
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SpreadSheetColumnIterator
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SpreadSheetColumnsByName
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SpreadSheetColumnStatistic
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SpreadSheetCommonIDs
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SpreadSheetConvertCells
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SpreadSheetConvertHeaderCells
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SpreadSheetCopyColumns
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SpreadSheetCopyRows
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SpreadSheetDifference
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SpreadSheetExtractArray
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SpreadSheetFileReader
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SpreadSheetFilter
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SpreadSheetGetCell
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SpreadSheetGetColumnIndex
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SpreadSheetGetHeaderCell
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SpreadSheetHistogramRanges
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SpreadSheetInfo
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SpreadSheetInsertColumn
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SpreadSheetInsertRow
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SpreadSheetInsertRowScore
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SpreadSheetMatrixStatistic
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SpreadSheetMerge
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SpreadSheetMethodMerge
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SpreadSheetPlotGenerator
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SpreadSheetQuery
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SpreadSheetRandomSystematicSample
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SpreadSheetRemoveColumn
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SpreadSheetRemoveRow
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SpreadSheetReorderColumns
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SpreadSheetReorderRows
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SpreadSheetReplaceCellValue
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SpreadSheetRowBinning
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SpreadSheetRowBuffer
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SpreadSheetRowFilter
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SpreadSheetRowStatistic
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SpreadSheetRowToTimeseries
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SpreadSheetSetCell
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SpreadSheetSetHeaderCell
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SpreadSheetSort
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SpreadSheetSortColumns
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SpreadSheetStatistic
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SpreadSheetStorageRowIterator
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SpreadSheetSubset
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SpreadSheetSubsetByValue
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SpreadSheetSubsetFromGroup
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SpreadSheetToTimeseries
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SpreadSheetTransformCells
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SpreadSheetTransformHeaderCells
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SpreadSheetVariableRowIterator
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.StorageCollectionInsert
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.StorageJFreeChartAddSeries
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.StringArraySplit
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.StringExpression
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.StringIndexOf
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.StringJoin
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.StringLength
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.StringSplit
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SubStringCount
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SummaryStatistics
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SwapVariables
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.TemplateTransformer
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.TesseractOCR
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.TextFileReader
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.TextRenderer
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.TimeseriesFeatureGenerator
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.TimeseriesInfo
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.TimeseriesSplit
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.Timestamp
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.Tool
Executes the actor.
doExecute() - Method in class adams.flow.transformer.Touch
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.UniqueID
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.UpdateProperty
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.ViaAnnotationsToReports
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.WaitForFile
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.WekaAccumulatedError
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.WekaAggregateEvaluations
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.WekaAttributeIterator
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.WekaAttributeSelection
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.WekaAttributeSelectionSummary
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.WekaBootstrapping
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.WekaChooseAttributes
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.WekaClassifierInfo
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.WekaClassifierOptimizer
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.WekaClassifierRanker
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.WekaClassifierSetupProcessor
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.WekaClassSelector
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.WekaClusterAssignments
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.WekaClustererInfo
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.WekaClustererPostProcessor
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.WekaClusterEvaluationSummary
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.WekaCrossValidationClustererEvaluator
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.WekaCrossValidationEvaluator
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.WekaCrossValidationSplit
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.WekaDatasetsMerge
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.WekaDatasetSplit
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.WekaEnsembleGenerator
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.WekaEvaluationInfo
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.WekaEvaluationPostProcessor
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.WekaEvaluationSummary
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.WekaEvaluationValuePicker
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.WekaEvaluationValues
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.WekaExperiment
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.WekaExperimentEvaluation
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.WekaExperimentExecution
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.WekaExperimentFileReader
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.WekaExtractArray
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.WekaExtractPLSMatrix
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.WekaFileReader
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.WekaFilter
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.WekaGenericPLSMatrixAccess
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.WekaGeneticAlgorithm
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.WekaGeneticAlgorithmInitializer
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.WekaGetCapabilities
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.WekaGetInstancesValue
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.WekaGetInstanceValue
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.WekaInstanceBuffer
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.WekaInstanceDumper
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.WekaInstanceEvaluator
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.WekaInstancesAppend
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.WekaInstancesHistogramRanges
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.WekaInstancesInfo
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.WekaInstancesMerge
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.WekaInstancesStatistic
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.WekaInstanceStreamPlotGenerator
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.WekaModelReader
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.WekaMultiLabelSplitter
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.WekaNearestNeighborSearch
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.WekaNewInstance
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.WekaPredictionsToInstances
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.WekaPredictionsToSpreadSheet
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.WekaPrimeForecaster
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.WekaPrincipalComponents
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.WekaRandomSplit
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.WekaRegexToRange
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.WekaRelationName
Deprecated.
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.WekaRenameRelation
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.WekaReorderAttributesToReference
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.WekaSetInstancesValue
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.WekaSetInstanceValue
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.WekaSplitGenerator
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.WekaSpreadSheetToPredictions
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.WekaStoreInstance
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.WekaStreamEvaluator
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.WekaStreamFilter
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.WekaSubsets
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.WekaTestSetClustererEvaluator
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.WekaTestSetEvaluator
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.WekaTextDirectoryReader
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.WekaTrainAssociator
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.WekaTrainClassifier
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.WekaTrainClusterer
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.WekaTrainForecaster
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.WekaTrainTestSetClustererEvaluator
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.WekaTrainTestSetEvaluator
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.XMLFileReader
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.XPath
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.XSLT
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.YamlFileReader
Executes the flow item.
doExecute() - Method in class adams.gui.flow.tree.ClipboardActorContainer
Does nothing.
doExecute() - Method in class adams.gui.plugin.AbstractToolPlugin
Executes the plugin.
doExecute() - Method in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment
Runs the actual experiment.
doExecute() - Method in class adams.gui.visualization.image.plugins.AbstractCurrentImageFilter
Executes the plugin.
doExecute() - Method in class adams.gui.visualization.image.plugins.AbstractImageViewerPluginWithGOE
Executes the plugin.
doExecute() - Method in class adams.gui.visualization.image.plugins.AbstractImageViewerPluginWithRestore
Executes the plugin.
doExecute() - Method in class adams.gui.visualization.image.plugins.AbstractSelectedImagesViewerPlugin
Executes the plugin.
doExecute() - Method in class adams.gui.visualization.image.plugins.DisplayObjectLocationsFromReport
Executes the plugin.
doExecute() - Method in class adams.gui.visualization.image.plugins.Histogram
Executes the plugin.
doExecute() - Method in class adams.gui.visualization.image.plugins.MarkLocation
Executes the plugin.
doExecute() - Method in class adams.gui.visualization.image.plugins.TesseractOCR
Executes the plugin.
doExecute() - Method in class adams.scripting.engine.AbstractScriptingEngine
Performs the actual execution of the scripting engine.
doExecute() - Method in class adams.scripting.engine.AbstractScriptingEngineEnhancer
Executes the scripting engine.
doExecute() - Method in class adams.scripting.engine.DefaultScriptingEngine
Executes the scripting engine.
doExecute() - Method in class adams.scripting.engine.FileBasedScriptingEngine
Executes the scripting engine.
doExecute() - Method in class adams.scripting.engine.ForwardingScriptingEngine
Executes the scripting engine.
doExecute() - Method in class adams.scripting.engine.ManualFeedScriptingEngine
Executes the scripting engine.
doExecute() - Method in class adams.scripting.engine.MultiScriptingEngine
Executes the scripting engine.
doExecute(Actor) - Method in class adams.flow.control.SequentialDirector
Calls the execute() method of the actor.
doExecute(StateContainer) - Method in class adams.gui.flow.tree.keyboardaction.AbstractKeyboardAction
Performs the actual execution of the action.
doExecute(StateContainer) - Method in class adams.gui.flow.tree.keyboardaction.ActionQuickSearch
Performs the actual execution of the action.
doExecute(StateContainer) - Method in class adams.gui.flow.tree.keyboardaction.AddActorAfter
Performs the actual execution of the aciton.
doExecute(StateContainer) - Method in class adams.gui.flow.tree.keyboardaction.AddActorBeneath
Performs the actual execution of the aciton.
doExecute(StateContainer) - Method in class adams.gui.flow.tree.keyboardaction.AddActorHere
Performs the actual execution of the aciton.
doExecute(StateContainer) - Method in class adams.gui.flow.tree.keyboardaction.AddTemplateAfter
Performs the actual execution of the aciton.
doExecute(StateContainer) - Method in class adams.gui.flow.tree.keyboardaction.AddTemplateBeneath
Performs the actual execution of the aciton.
doExecute(StateContainer) - Method in class adams.gui.flow.tree.keyboardaction.AddTemplateHere
Performs the actual execution of the aciton.
doExecute(StateContainer) - Method in class adams.gui.flow.tree.keyboardaction.EncloseActor
Performs the actual execution of the aciton.
doExecute(StateContainer) - Method in class adams.gui.flow.tree.keyboardaction.FavoriteActorAfter
Performs the actual execution of the aciton.
doExecute(StateContainer) - Method in class adams.gui.flow.tree.keyboardaction.FavoriteActorBeneath
Performs the actual execution of the aciton.
doExecute(StateContainer) - Method in class adams.gui.flow.tree.keyboardaction.FavoriteActorHere
Performs the actual execution of the aciton.
doExecute(StateContainer) - Method in class adams.gui.flow.tree.keyboardaction.PullUpActor
Performs the actual execution of the aciton.
doExecute(StateContainer) - Method in class adams.gui.flow.tree.keyboardaction.QuickAction
Performs the actual execution of the aciton.
doExecute(StateContainer) - Method in class adams.gui.flow.tree.keyboardaction.QuickSearchActorAfter
Performs the actual execution of the aciton.
doExecute(StateContainer) - Method in class adams.gui.flow.tree.keyboardaction.QuickSearchActorBeneath
Performs the actual execution of the aciton.
doExecute(StateContainer) - Method in class adams.gui.flow.tree.keyboardaction.QuickSearchActorHere
Performs the actual execution of the aciton.
doExecute(StateContainer) - Method in class adams.gui.flow.tree.keyboardaction.SearchActorAfter
Performs the actual execution of the aciton.
doExecute(StateContainer) - Method in class adams.gui.flow.tree.keyboardaction.SearchActorBeneath
Performs the actual execution of the aciton.
doExecute(StateContainer) - Method in class adams.gui.flow.tree.keyboardaction.SearchActorHere
Performs the actual execution of the aciton.
doExecute(Classifier, ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.experimenttab.setup.AbstractExperimentSetup
Executes the experiment setup for the classifier and updates the result item.
doExecute(Classifier, ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.experimenttab.setup.CrossValidationSetup
Executes the experiment setup for the classifier and updates the result item.
doExecute(Classifier, ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.experimenttab.setup.TrainTestSplitSetup
Executes the experiment setup for the classifier and updates the result item.
doExecuteActors(Actor) - Method in class adams.flow.control.SequentialDirector
Peforms the execution of the actors.
doExecuteActors(Actor) - Method in class adams.flow.control.SubProcess.SubProcessDirector
Peforms the execution of the actors.
doExecuteActors(Actor) - Method in class adams.flow.source.SequenceSource.SequenceSourceDirector
Peforms the execution of the actors.
doExecuteParallel() - Method in class adams.flow.control.ArrayProcess
Applies the actors to the array elements in parallel.
doExecuteSequential() - Method in class adams.flow.control.ArrayProcess
Applies the actors to the array elements sequentially.
doExecuteStandalones() - Method in class adams.flow.control.SequentialDirector
Executes all the standalone actors.
doExpand() - Method in class adams.gui.core.LazyExpansionTreeNode
Expands this node.
doExpand() - Method in class adams.gui.flow.tree.Node
Expands this node.
doExpand() - Method in class adams.gui.visualization.debug.objecttree.Node
Adds the properties of this object as children.
doExpand(String) - Method in class adams.core.Placeholders
Expands all placeholders in the given string.
doExpand(String) - Method in class adams.core.Variables
Performs all expansions.
doExpand(String) - Method in class adams.flow.control.Storage
Expands storage placeholders.
doExpand(String) - Method in class adams.flow.core.FlowVariables
Performs all expansions.
doExpandEnv(String) - Method in class adams.core.Variables
Expands environment variables.
doExpandGlobalRefs(String) - Method in class adams.flow.core.FlowVariables
Expands regular variables.
doExpandRegular(String) - Method in class adams.core.Variables
Expands regular variables.
doExpandSystemProps(String) - Method in class adams.core.Variables
Expands system properties.
doExport(Object, File) - Method in class adams.gui.visualization.debug.objectexport.AbstractObjectExporter
Performs the actual export.
doExport(Object, File) - Method in class adams.gui.visualization.debug.objectexport.ImageExporter
Performs the actual export.
doExport(Object, File) - Method in class adams.gui.visualization.debug.objectexport.PlainTextExporter
Performs the actual export.
doExport(Object, File) - Method in class adams.gui.visualization.debug.objectexport.PropertiesExporter
Performs the actual export.
doExport(Object, File) - Method in class adams.gui.visualization.debug.objectexport.RenderedPlainTextExporter
Performs the actual export.
doExport(Object, File) - Method in class adams.gui.visualization.debug.objectexport.ReportExporter
Performs the actual export.
doExport(Object, File) - Method in class adams.gui.visualization.debug.objectexport.SerializableObjectExporter
Performs the actual export.
doExport(Object, File) - Method in class adams.gui.visualization.debug.objectexport.SpreadSheetExporter
Performs the actual export.
doExport(Object, File) - Method in class adams.gui.visualization.debug.objectexport.TimeseriesExporter
Performs the actual export.
doExport(Object, File) - Method in class adams.gui.visualization.debug.objectexport.WekaInstancesExporter
Performs the actual export.
doExport(String[], Object[]) - Method in class adams.gui.visualization.multiobjectexport.AbstractMultiObjectExport
Performs the actual export of the objects using the given names.
doExport(String[], Object[]) - Method in class adams.gui.visualization.multiobjectexport.DirectoryExport
Performs the actual export of the objects using the given names.
doExport(String[], Object[]) - Method in class adams.gui.visualization.multiobjectexport.EmailExport
Performs the actual export of the objects using the given names.
doExport(String[], Object[]) - Method in class adams.gui.visualization.multiobjectexport.PDFExport
Performs the actual export of the objects using the given names.
doExport(String[], Object[]) - Method in class adams.gui.visualization.multiobjectexport.ZipExport
Performs the actual export of the objects using the given names.
doExtract(File) - Method in class adams.flow.transformer.metadata.AbstractMetaDataExtractor
Performs the actual meta-data extraction.
doExtract(File) - Method in class adams.flow.transformer.metadata.ApacheCommons
Performs the actual meta-data extraction.
doExtract(File) - Method in class adams.flow.transformer.metadata.MetaDataExtractor
Performs the actual meta-data extraction.
doExtract(String, File) - Method in class adams.gui.tools.previewbrowser.AbstractArchiveHandler
Extracts the specified file and saves it locally.
doExtract(String, File) - Method in class adams.gui.tools.previewbrowser.TarArchiveHandler
Extracts the specified file and saves it locally.
doExtract(String, File) - Method in class adams.gui.tools.previewbrowser.ZipArchiveHandler
Extracts the specified file and saves it locally.
doExtractGroup(Object) - Method in class adams.data.groupextraction.AbstractGroupExtractor
Extracts the group from the object.
doExtractGroup(Object) - Method in class adams.data.groupextraction.Manual
Extracts the group from the object.
doExtractGroup(Object) - Method in class adams.data.groupextraction.Null
Extracts the group from the object.
doExtractGroup(Object) - Method in class adams.data.groupextraction.ReportField
Extracts the group from the object.
doExtractGroup(Object) - Method in class adams.data.groupextraction.ReportFieldRegExp
Extracts the group from the object.
doExtractGroup(Object) - Method in class adams.data.groupextraction.SpreadSheetCell
Extracts the group from the object.
doExtractGroup(Object) - Method in class adams.data.groupextraction.SpreadSheetCellRegExp
Extracts the group from the object.
doExtractGroup(Object) - Method in class adams.data.groupextraction.SpreadSheetCellWithLookUp
Extracts the group from the object.
doExtractID(Object) - Method in class adams.data.idextraction.AbstractIDExtractor
Extracts the ID from a object.
doExtractID(Object) - Method in class adams.data.idextraction.Manual
Extracts the ID from the object.
doExtractID(Object) - Method in class adams.data.idextraction.Null
Extracts the ID from the object.
doExtractID(Object) - Method in class adams.data.idextraction.ReportField
Extracts the ID from the object.
doExtractID(Object) - Method in class adams.data.idextraction.ReportFieldRegExp
Extracts the ID from a object.
doExtractID(Object) - Method in class adams.data.idextraction.SpreadSheetCell
Extracts the ID from the object.
doFilter(Row) - Method in class adams.ml.preprocessing.AbstractColumnSubsetStreamFilter
Filters the dataset row coming through.
doFilter(Row) - Method in class adams.ml.preprocessing.AbstractStreamFilter
Filters the dataset row coming through.
doFilter(Row) - Method in class adams.ml.preprocessing.unsupervised.MultiStream
Filters the dataset row coming through.
doFilter(Row) - Method in class adams.ml.preprocessing.unsupervised.PassThrough
Filters the dataset row coming through.
doFilter(Row) - Method in class adams.ml.preprocessing.unsupervised.SavitzkyGolay
Filters the dataset row coming through.
doFilter(SpreadSheet) - Method in class adams.data.spreadsheet.filter.AbstractSpreadSheetFilter
Performs the actual filtering of the spreadsheet.
doFilter(SpreadSheet) - Method in class adams.data.spreadsheet.filter.Normalize
Performs the actual filtering of the spreadsheet.
doFilter(SpreadSheet) - Method in class adams.data.spreadsheet.filter.PassThrough
Performs the actual filtering of the spreadsheet.
doFilter(SpreadSheet) - Method in class adams.data.spreadsheet.filter.Standardize
Performs the actual filtering of the spreadsheet.
doFilter(SpreadSheet) - Method in class adams.data.spreadsheet.filter.WekaFilter
Performs the actual filtering of the spreadsheet.
doFilter(ImageSegmentationContainer) - Method in class adams.data.imagesegmentation.filter.AbstractImageSegmentationContainerFilter
Performs the filtering of the container.
doFilter(ImageSegmentationContainer) - Method in class adams.data.imagesegmentation.filter.Draw
Performs the filtering of the container.
doFilter(ImageSegmentationContainer) - Method in class adams.data.imagesegmentation.filter.MergeLayers
Performs the filtering of the container.
doFilter(ImageSegmentationContainer) - Method in class adams.data.imagesegmentation.filter.MultiFilter
Performs the filtering of the container.
doFilter(ImageSegmentationContainer) - Method in class adams.data.imagesegmentation.filter.PassThrough
Performs the filtering of the container.
doFilter(ImageSegmentationContainer) - Method in class adams.data.imagesegmentation.filter.RemoveOverlaps
Performs the filtering of the container.
doFilter(LocatedObjects) - Method in class adams.data.objectfilter.AbstractObjectFilter
Filters the image objects.
doFilter(LocatedObjects) - Method in class adams.data.objectfilter.AddDefaultLabel
Filters the image objects.
doFilter(LocatedObjects) - Method in class adams.data.objectfilter.AttachMetaData
Filters the image objects.
doFilter(LocatedObjects) - Method in class adams.data.objectfilter.AttachOverlappingMetaData
Filters the image objects.
doFilter(LocatedObjects) - Method in class adams.data.objectfilter.ClipBoundingBoxes
Filters the image objects.
doFilter(LocatedObjects) - Method in class adams.data.objectfilter.MakeSquare
Filters the image objects.
doFilter(LocatedObjects) - Method in class adams.data.objectfilter.MergeOverlaps
Filters the image objects.
doFilter(LocatedObjects) - Method in class adams.data.objectfilter.OffsetIndex
Filters the image objects.
doFilter(LocatedObjects) - Method in class adams.data.objectfilter.PassThrough
Filters the image objects.
doFilter(LocatedObjects) - Method in class adams.data.objectfilter.RemoveDuplicatePolygonPoints
Filters the image objects.
doFilter(LocatedObjects) - Method in class adams.data.objectfilter.RemovePolygons
Filters the image objects.
doFilter(LocatedObjects) - Method in class adams.data.objectfilter.RenameLabels
Filters the image objects.
doFilter(LocatedObjects) - Method in class adams.data.objectfilter.Rotate
Filters the image objects.
doFilter(LocatedObjects) - Method in class adams.data.objectfilter.Scale
Filters the image objects.
doFilter(LocatedObjects) - Method in class adams.data.objectfilter.TransformMetaData
Filters the image objects.
doFilter(LocatedObjects) - Method in class adams.data.objectfilter.Translate
Filters the image objects.
doFilter(LocatedObjects) - Method in class adams.data.objectfilter.UpdateBoundsFromPolygon
Filters the image objects.
doFilter(Dataset) - Method in class adams.ml.preprocessing.AbstractBatchFilter
Filters the dataset coming through.
doFilter(Dataset) - Method in class adams.ml.preprocessing.AbstractColumnSubsetBatchFilter
Filters the dataset coming through.
doFilter(Dataset) - Method in class adams.ml.preprocessing.supervised.PLS
Filters the dataset coming through.
doFilter(Dataset) - Method in class adams.ml.preprocessing.unsupervised.MultiBatch
Filters the dataset coming through.
doFilter(Dataset) - Method in class adams.ml.preprocessing.unsupervised.PCA
Filters the dataset coming through.
doFilter(BufferedImage) - Method in class adams.gui.visualization.image.plugins.AbstractCurrentImageFilterWithGOE
Performs the actual filtering of the image.
doFilter(String) - Method in class adams.gui.core.dotnotationtree.AbstractItemFilter
Performs the actual filtering.
doFilter(String) - Method in class adams.gui.core.dotnotationtree.AcceptAllItemFilter
Performs the actual filtering.
doFilter(String) - Method in class adams.gui.goe.classtree.ActorClassTreeFilter
Performs the actual filtering.
doFilterInteractionLog(InteractionEvent) - Method in class adams.gui.visualization.image.interactionlogging.AbstractInteractionLoggingFilter
Filters the interaction logging.
doFilterInteractionLog(InteractionEvent) - Method in class adams.gui.visualization.image.interactionlogging.All
Logs the interaction.
doFilterInteractionLog(InteractionEvent) - Method in class adams.gui.visualization.image.interactionlogging.IDFilter
Logs the interaction.
doFilterInteractionLog(InteractionEvent) - Method in class adams.gui.visualization.image.interactionlogging.Null
Does nothing.
doFilterMap(Map) - Method in class adams.flow.transformer.mapfilter.AbstractMapFilter
Filters the map.
doFilterMap(Map) - Method in class adams.flow.transformer.mapfilter.PassThrough
Filters the map.
doFilterMap(Map) - Method in class adams.flow.transformer.mapfilter.RemoveByName
Filters the map.
doFind(double[], Limits[]) - Method in class adams.data.spc.AbstractViolationFinder
Performs the finding.
doFind(double[], Limits[]) - Method in class adams.data.spc.BeyondLimitsViolations
Performs the finding.
doFind(double[], Limits[]) - Method in class adams.data.spc.NullViolations
Performs the finding.
doFind(double[], Limits[]) - Method in class adams.data.spc.OnOneSideViolations
Performs the finding.
doFind(LocatedObjects) - Method in class adams.data.objectfinder.AbstractObjectFinder
Performs the actual finding of the objects in the list.
doFind(LocatedObjects) - Method in class adams.data.objectfinder.AllFinder
Performs the actual finding of the objects in the list.
doFind(LocatedObjects) - Method in class adams.data.objectfinder.ByMetaDataNumericValue
Performs the actual finding of the objects in the list.
doFind(LocatedObjects) - Method in class adams.data.objectfinder.ByMetaDataStringValue
Performs the actual finding of the objects in the list.
doFind(LocatedObjects) - Method in class adams.data.objectfinder.HasMetaDataValue
Performs the actual finding of the objects in the list.
doFind(LocatedObjects) - Method in class adams.data.objectfinder.Invert
Performs the actual finding of the objects in the list.
doFind(LocatedObjects) - Method in class adams.data.objectfinder.MultiObjectFinder
Performs the actual finding of the objects in the list.
doFind(LocatedObjects) - Method in class adams.data.objectfinder.NullFinder
Performs the actual finding of the objects in the list.
doFind(LocatedObjects) - Method in class adams.data.objectfinder.ObjectsInPolygon
Performs the actual finding of the objects in the list.
doFind(LocatedObjects) - Method in class adams.data.objectfinder.ObjectsInRegion
Performs the actual finding of the objects in the list.
doFind(LocatedObjects) - Method in class adams.data.objectfinder.PolygonPoints
Performs the actual finding of the objects in the list.
doFind(LocatedObjects) - Method in class adams.data.objectfinder.Size
Performs the actual finding of the objects in the list.
doFindCells(Row) - Method in class adams.data.spreadsheet.cellfinder.AbstractRowCellFinder
Performs the actual locating.
doFindCells(Row) - Method in class adams.data.spreadsheet.cellfinder.CellRange
Performs the actual locating.
doFindCells(Row) - Method in class adams.data.spreadsheet.cellfinder.CellTypeRange
Performs the actual locating.
doFindCells(Row) - Method in class adams.data.spreadsheet.cellfinder.SingleCell
Performs the actual locating.
doFindCells(SpreadSheet) - Method in class adams.data.spreadsheet.cellfinder.AbstractCellFinder
Performs the actual locating.
doFindCells(SpreadSheet) - Method in class adams.data.spreadsheet.cellfinder.CellRange
Performs the actual locating.
doFindCells(SpreadSheet) - Method in class adams.data.spreadsheet.cellfinder.CellTypeRange
Performs the actual locating.
doFindCells(SpreadSheet) - Method in class adams.data.spreadsheet.cellfinder.ColumnFinderRange
Performs the actual locating.
doFindCells(SpreadSheet) - Method in class adams.data.spreadsheet.cellfinder.CorrespondingColumn
Performs the actual locating.
doFindCells(SpreadSheet) - Method in class adams.data.spreadsheet.cellfinder.RowFinderRange
Performs the actual locating.
doFindCells(SpreadSheet) - Method in class adams.data.spreadsheet.cellfinder.SingleCell
Performs the actual locating.
doFindColumns(SpreadSheet) - Method in class adams.data.spreadsheet.columnfinder.AbstractColumnFinder
Returns the columns of interest in the spreadsheet.
doFindColumns(SpreadSheet) - Method in class adams.data.spreadsheet.columnfinder.AllFinder
Returns the columns of interest in the spreadsheet.
doFindColumns(SpreadSheet) - Method in class adams.data.spreadsheet.columnfinder.ByContentType
Returns the columns of interest in the spreadsheet.
doFindColumns(SpreadSheet) - Method in class adams.data.spreadsheet.columnfinder.ByExactName
Returns the columns of interest in the spreadsheet.
doFindColumns(SpreadSheet) - Method in class adams.data.spreadsheet.columnfinder.ByIndex
Returns the columns of interest in the spreadsheet.
doFindColumns(SpreadSheet) - Method in class adams.data.spreadsheet.columnfinder.ByName
Returns the columns of interest in the spreadsheet.
doFindColumns(SpreadSheet) - Method in class adams.data.spreadsheet.columnfinder.DownSample
Returns the columns of interest in the spreadsheet.
doFindColumns(SpreadSheet) - Method in class adams.data.spreadsheet.columnfinder.FilteredColumnFinder
Returns the columns of interest in the spreadsheet.
doFindColumns(SpreadSheet) - Method in class adams.data.spreadsheet.columnfinder.Invert
Returns the columns of interest in the spreadsheet.
doFindColumns(SpreadSheet) - Method in class adams.data.spreadsheet.columnfinder.MultiColumnFinder
Returns the columns of interest in the spreadsheet.
doFindColumns(SpreadSheet) - Method in class adams.data.spreadsheet.columnfinder.NullFinder
Returns the columns of interest in the spreadsheet.
doFindColumns(SpreadSheet) - Method in class adams.data.spreadsheet.columnfinder.RowFilteredColumnFinder
Returns the columns of interest in the spreadsheet.
doFindColumns(SpreadSheet) - Method in class adams.data.spreadsheet.columnfinder.SubSample
Returns the columns of interest in the spreadsheet.
doFindColumns(Instances) - Method in class adams.data.weka.columnfinder.AbstractColumnFinder
Returns the columns of interest in the dataset.
doFindColumns(Instances) - Method in class adams.data.weka.columnfinder.AllFinder
Returns the columns of interest in the dataset.
doFindColumns(Instances) - Method in class adams.data.weka.columnfinder.ByExactName
Returns the columns of interest in the dataset.
doFindColumns(Instances) - Method in class adams.data.weka.columnfinder.ByName
Returns the columns of interest in the dataset.
doFindColumns(Instances) - Method in class adams.data.weka.columnfinder.Class
Returns the columns of interest in the dataset.
doFindColumns(Instances) - Method in class adams.data.weka.columnfinder.Constant
Returns the columns of interest in the dataset.
doFindColumns(Instances) - Method in class adams.data.weka.columnfinder.Invert
Returns the columns of interest in the dataset.
doFindColumns(Instances) - Method in class adams.data.weka.columnfinder.MultiColumnFinder
Returns the columns of interest in the dataset.
doFindColumns(Instances) - Method in class adams.data.weka.columnfinder.NullFinder
Returns the columns of interest in the dataset.
doFindColumns(Instances) - Method in class adams.data.weka.columnfinder.RowFilteredColumnFinder
Returns the columns of interest in the dataset.
doFindInvalidAnnotationsIndices(LocatedObjects) - Method in class adams.gui.visualization.object.objectannotations.check.AbstractAnnotationCheck
Checks the annotations and returns the indices of the invalid ones.
doFindInvalidAnnotationsIndices(LocatedObjects) - Method in class adams.gui.visualization.object.objectannotations.check.MultiCheck
Checks the annotations and returns the indices of the invalid ones.
doFindInvalidAnnotationsIndices(LocatedObjects) - Method in class adams.gui.visualization.object.objectannotations.check.PassThrough
Checks the annotations and returns the indices of the invalid ones.
doFindInvalidAnnotationsIndices(LocatedObjects) - Method in class adams.gui.visualization.object.objectannotations.check.RequireMetaData
Checks the annotations and returns the indices of the invalid ones.
doFindRows(SpreadSheet) - Method in class adams.data.spreadsheet.rowfinder.AbstractRowFinder
Returns the rows of interest in the spreadsheet.
doFindRows(SpreadSheet) - Method in class adams.data.spreadsheet.rowfinder.AllFinder
Returns the rows of interest in the spreadsheet.
doFindRows(SpreadSheet) - Method in class adams.data.spreadsheet.rowfinder.ByContentType
Returns the rows of interest in the spreadsheet.
doFindRows(SpreadSheet) - Method in class adams.data.spreadsheet.rowfinder.ByDateValue
Returns the rows of interest in the spreadsheet.
doFindRows(SpreadSheet) - Method in class adams.data.spreadsheet.rowfinder.ByIndex
Returns the rows of interest in the spreadsheet.
doFindRows(SpreadSheet) - Method in class adams.data.spreadsheet.rowfinder.ByNumericRange
Returns the rows of interest in the spreadsheet.
doFindRows(SpreadSheet) - Method in class adams.data.spreadsheet.rowfinder.ByNumericValue
Returns the rows of interest in the spreadsheet.
doFindRows(SpreadSheet) - Method in class adams.data.spreadsheet.rowfinder.ByStringComparison
Returns the rows of interest in the spreadsheet.
doFindRows(SpreadSheet) - Method in class adams.data.spreadsheet.rowfinder.ByValue
Returns the rows of interest in the spreadsheet.
doFindRows(SpreadSheet) - Method in class adams.data.spreadsheet.rowfinder.ClosestNumericValue
Returns the rows of interest in the spreadsheet.
doFindRows(SpreadSheet) - Method in class adams.data.spreadsheet.rowfinder.DownSample
Returns the rows of interest in the spreadsheet.
doFindRows(SpreadSheet) - Method in class adams.data.spreadsheet.rowfinder.Invert
Returns the rows of interest in the spreadsheet.
doFindRows(SpreadSheet) - Method in class adams.data.spreadsheet.rowfinder.IsNumeric
Returns the rows of interest in the spreadsheet.
doFindRows(SpreadSheet) - Method in class adams.data.spreadsheet.rowfinder.MissingValue
Returns the rows of interest in the spreadsheet.
doFindRows(SpreadSheet) - Method in class adams.data.spreadsheet.rowfinder.MultiRowFinder
Returns the rows of interest in the spreadsheet.
doFindRows(SpreadSheet) - Method in class adams.data.spreadsheet.rowfinder.NullFinder
Returns the rows of interest in the spreadsheet.
doFindRows(SpreadSheet) - Method in class adams.data.spreadsheet.rowfinder.SubSample
Returns the rows of interest in the spreadsheet.
doFindRows(Instances) - Method in class adams.data.weka.rowfinder.AbstractRowFinder
Returns the rows of interest in the dataset.
doFindRows(Instances) - Method in class adams.data.weka.rowfinder.AllFinder
Returns the rows of interest in the dataset.
doFindRows(Instances) - Method in class adams.data.weka.rowfinder.ByLabel
Returns the rows of interest in the dataset.
doFindRows(Instances) - Method in class adams.data.weka.rowfinder.ByNumericRange
Returns the rows of interest in the spreadsheet.
doFindRows(Instances) - Method in class adams.data.weka.rowfinder.ByNumericValue
Returns the rows of interest in the spreadsheet.
doFindRows(Instances) - Method in class adams.data.weka.rowfinder.Constant
Returns the rows of interest in the dataset.
doFindRows(Instances) - Method in class adams.data.weka.rowfinder.FilteredIQR
Returns the rows of interest in the dataset.
doFindRows(Instances) - Method in class adams.data.weka.rowfinder.Invert
Returns the rows of interest in the dataset.
doFindRows(Instances) - Method in class adams.data.weka.rowfinder.MultiRowFinder
Returns the rows of interest in the dataset.
doFindRows(Instances) - Method in class adams.data.weka.rowfinder.NullFinder
Returns the rows of interest in the dataset.
doFinish(AbstractGeneticAlgorithm, String, Map<String, Object>) - Method in class adams.opt.genetic.setupupload.AbstractSetupUpload
Finishing up the genetic algorithm run.
doFinish(AbstractGeneticAlgorithm, String, Map<String, Object>) - Method in class adams.opt.genetic.setupupload.MySQL
Finishing up the genetic algorithm run.
doFinish(AbstractGeneticAlgorithm, String, Map<String, Object>) - Method in class adams.opt.genetic.setupupload.Null
Finishing up the genetic algorithm run.
doFormatMessage(String) - Method in class adams.flow.sink.simplelogging.format.AbstractSimpleFormat
Formats the logging message and returns the updated message.
doFormatMessage(String) - Method in class adams.flow.sink.simplelogging.format.NoFormat
Formats the logging message and returns the updated message.
doFormatMessage(String) - Method in class adams.flow.sink.simplelogging.format.TimestampedFormat
Formats the logging message and returns the updated message.
doFormatOutput(ExternalCommand, boolean, boolean, String) - Method in class adams.core.command.output.AbstractOutputFormatter
Formats the output received from the command.
doFormatOutput(ExternalCommand, boolean, boolean, String) - Method in class adams.core.command.output.LineSplit
Formats the output received from the command.
doFormatOutput(ExternalCommand, boolean, boolean, String) - Method in class adams.core.command.output.PassThrough
Formats the output received from the command.
doGenerate() - Method in class adams.flow.generator.AbstractFlowGenerator
Generates the flow.
doGenerate() - Method in class adams.flow.generator.Template
Generates the flow.
doGenerate() - Method in class adams.flow.source.inputstreamsource.AbstractInputStreamGenerator
Generates the InputStream instance.
doGenerate() - Method in class adams.flow.source.inputstreamsource.FromFile
Generates the InputStream instance.
doGenerate() - Method in class adams.flow.source.inputstreamsource.FromResource
Generates the InputStream instance.
doGenerate() - Method in class adams.flow.source.newlist.AbstractListGenerator
Generates the actual list.
doGenerate() - Method in class adams.flow.source.newlist.FixedList
Generates the actual list.
doGenerate() - Method in class adams.flow.source.newlist.ForLoop
Generates the actual list.
doGenerate() - Method in class adams.flow.source.newlist.Wrapper
Generates the actual list.
doGenerate() - Method in class adams.flow.source.readersource.AbstractReaderGenerator
Generates the Reader instance.
doGenerate() - Method in class adams.flow.source.readersource.FromFile
Generates the InputStream instance.
doGenerate() - Method in class adams.flow.source.readersource.FromResource
Generates the InputStream instance.
doGenerate() - Method in class adams.flow.template.AbstractActorTemplate
Generates the actor.
doGenerate() - Method in class adams.flow.template.AbstractScriptedTemplate
Generates the actor.
doGenerate() - Method in class adams.flow.template.DummySink
Generates the actor.
doGenerate() - Method in class adams.flow.template.DummySource
Generates the actor.
doGenerate() - Method in class adams.flow.template.DummyStandalone
Generates the actor.
doGenerate() - Method in class adams.flow.template.DummyTransformer
Generates the actor.
doGenerate() - Method in class adams.flow.template.EndlessLoop
Generates the actor.
doGenerate() - Method in class adams.flow.template.FileProcessingWithProgressBar
Generates the actor.
doGenerate() - Method in class adams.flow.template.FromFile
Generates the actor.
doGenerate() - Method in class adams.flow.template.InstanceDumperVariable
Generates the actor.
doGenerate() - Method in class adams.flow.template.IterateFilesWithProgressBar
Generates the actor.
doGenerate() - Method in class adams.flow.template.OptionTraverser
Generates the actor.
doGenerate() - Method in class adams.flow.template.ProgressInConsole
Generates the actor.
doGenerate() - Method in class adams.flow.template.PromptUser
Generates the actor.
doGenerate() - Method in class adams.flow.template.SimpleMenu
Generates the actor.
doGenerate() - Method in class adams.flow.template.StoreFilenameInVariable
Generates the actor.
doGenerate() - Method in class adams.flow.template.StoreReportValueInVariable
Generates the actor.
doGenerate() - Method in class adams.flow.template.StringReplace
Generates the actor.
doGenerate() - Method in class adams.flow.template.UpdateVariable
Generates the actor.
doGenerate() - Method in class adams.flow.websocket.client.AbstractWebSocketClientGenerator
Generates the client.
doGenerate() - Method in class adams.flow.websocket.client.SimpleSendGenerator
Generates the client.
doGenerate() - Method in class adams.flow.websocket.client.SimpleSendWithQueueGenerator
Generates the client.
doGenerate() - Method in class adams.flow.websocket.server.AbstractWebSocketServerGenerator
Generates the server.
doGenerate() - Method in class adams.flow.websocket.server.EchoServerGenerator
Generates the server.
doGenerate() - Method in class adams.gui.visualization.core.AbstractColorGradientGenerator
Performs the actual generation.
doGenerate() - Method in class adams.gui.visualization.core.axis.AbstractTickGenerator
Generate the ticks of this axis.
doGenerate() - Method in class adams.gui.visualization.core.axis.FancyTickGenerator
Generate the ticks of this axis.
doGenerate() - Method in class adams.gui.visualization.core.axis.PeriodicityTickGenerator
Generate the ticks of this axis.
doGenerate() - Method in class adams.gui.visualization.core.axis.SimpleFixedLabelTickGenerator
Generate the ticks of this axis.
doGenerate() - Method in class adams.gui.visualization.core.axis.SimpleTickGenerator
Generate the ticks of this axis.
doGenerate() - Method in class adams.gui.visualization.core.BiColorGenerator
Performs the actual generation.
doGenerate() - Method in class adams.gui.visualization.core.ColorProviderBasedColorGradientGenerator
Performs the actual generation.
doGenerate() - Method in class adams.gui.visualization.core.MultiColorGenerator
Performs the actual generation.
doGenerate() - Method in class adams.gui.visualization.jfreechart.shape.AbstractShapeGenerator
Generates the shape.
doGenerate() - Method in class adams.gui.visualization.jfreechart.shape.Circle
Generates the shape.
doGenerate() - Method in class adams.gui.visualization.jfreechart.shape.Cross
Generates the shape.
doGenerate() - Method in class adams.gui.visualization.jfreechart.shape.Default
Generates the shape.
doGenerate() - Method in class adams.gui.visualization.jfreechart.shape.Diamond
Generates the shape.
doGenerate() - Method in class adams.gui.visualization.jfreechart.shape.Triangle
Generates the shape.
doGenerate(SpreadSheet) - Method in class adams.data.spreadsheet.matrixstatistic.AbstractMatrixStatistic
Performs the actual generation of statistics for the specified spreadsheet.
doGenerate(SpreadSheet) - Method in class adams.data.spreadsheet.matrixstatistic.Max
Finishes up the stats generation after all the cells have been visited.
doGenerate(SpreadSheet) - Method in class adams.data.spreadsheet.matrixstatistic.Mean
Finishes up the stats generation after all the cells have been visited.
doGenerate(SpreadSheet) - Method in class adams.data.spreadsheet.matrixstatistic.Median
Finishes up the stats generation after all the cells have been visited.
doGenerate(SpreadSheet) - Method in class adams.data.spreadsheet.matrixstatistic.Min
Finishes up the stats generation after all the cells have been visited.
doGenerate(SpreadSheet) - Method in class adams.data.spreadsheet.matrixstatistic.Missing
Finishes up the stats generation after all the cells have been visited.
doGenerate(SpreadSheet) - Method in class adams.data.spreadsheet.matrixstatistic.MultiMatrixStatistic
Performs the actual generation of statistics for the specified spreadsheet.
doGenerate(SpreadSheet) - Method in class adams.data.spreadsheet.matrixstatistic.StandardDeviation
Finishes up the stats generation after all the cells have been visited.
doGenerate(SpreadSheet) - Method in class adams.flow.transformer.plotgenerator.AbstractPlotGenerator
Performs the actual generation of containers.
doGenerate(SpreadSheet) - Method in class adams.flow.transformer.plotgenerator.AndrewsCurvesGenerator
Performs the actual generation of containers.
doGenerate(SpreadSheet) - Method in class adams.flow.transformer.plotgenerator.NamedPlotGenerator
Performs the actual generation of containers.
doGenerate(SpreadSheet) - Method in class adams.flow.transformer.plotgenerator.RowWisePlotGenerator
Performs the actual generation of containers.
doGenerate(SpreadSheet) - Method in class adams.flow.transformer.plotgenerator.SimplePlotGenerator
Performs the actual generation of containers.
doGenerate(SpreadSheet) - Method in class adams.flow.transformer.plotgenerator.XYPlotGenerator
Performs the actual generation of containers.
doGenerate(SpreadSheet) - Method in class adams.flow.transformer.plotgenerator.XYWithErrorsPlotGenerator
Performs the actual generation of containers.
doGenerate(SpreadSheet) - Method in class adams.gui.tools.spreadsheetviewer.AbstractSelectedSheetsViewPlugin
Performs the actual generation of the information.
doGenerate(SpreadSheet) - Method in class adams.gui.tools.spreadsheetviewer.AbstractViewPlugin
Performs the actual generation of the information.
doGenerate(SpreadSheet) - Method in class adams.gui.tools.spreadsheetviewer.AbstractViewPluginWithGOE
Interacts with the user.
doGenerate(SpreadSheet) - Method in class adams.gui.tools.spreadsheetviewer.BoxPlot
Performs the actual generation of the information.
doGenerate(SpreadSheet) - Method in class adams.gui.tools.spreadsheetviewer.MatrixPlot
Performs the actual generation of the information.
doGenerate(SpreadSheet) - Method in class adams.gui.tools.spreadsheetviewer.Statistics
Performs the actual generation of the information.
doGenerate(SpreadSheet) - Method in class adams.gui.visualization.jfreechart.dataset.AbstractDatasetGenerator
Performs the actual generation of the dataset.
doGenerate(SpreadSheet) - Method in class adams.gui.visualization.jfreechart.dataset.DefaultCategory
Performs the actual generation of the dataset.
doGenerate(SpreadSheet) - Method in class adams.gui.visualization.jfreechart.dataset.DefaultXY
Performs the actual generation of the dataset.
doGenerate(SpreadSheet) - Method in class adams.gui.visualization.jfreechart.dataset.DefaultXYZ
Performs the actual generation of the dataset.
doGenerate(SpreadSheet, int) - Method in class adams.data.spreadsheet.colstatistic.AbstractColumnStatistic
Performs the actual generation of statistics for the specified spreadsheet column.
doGenerate(SpreadSheet, int) - Method in class adams.data.spreadsheet.rowstatistic.AbstractRowStatistic
Performs the actual generation of statistics for the specified spreadsheet row.
doGenerate(FileBasedDatasetContainer) - Method in class adams.flow.transformer.generatefilebaseddataset.AbstractFileBasedDatasetGeneration
Generates the dataset.
doGenerate(FileBasedDatasetContainer) - Method in class adams.flow.transformer.generatefilebaseddataset.SimpleFileList
Generates the dataset.
doGenerate(ImageSegmentationContainer) - Method in class adams.data.imagesegmentation.layerorder.AbstractImageSegmentationContainerLayerOrder
Generates the layer order.
doGenerate(ImageSegmentationContainer) - Method in class adams.data.imagesegmentation.layerorder.AsIs
Generates the layer order.
doGenerate(ImageSegmentationContainer) - Method in class adams.data.imagesegmentation.layerorder.Predefined
Generates the layer order.
doGenerate(ImageSegmentationContainer) - Method in class adams.data.imagesegmentation.layerorder.Sorted
Generates the layer order.
doGenerate(ChildFrame, Properties) - Method in class adams.gui.menu.MakeCompatibleDatasets
Performs the data generation.
doGenerate(BufferedImage) - Method in class adams.data.imagefilter.AbstractImageFilterProvider
Generates the actor ImageFilter instance.
doGenerate(BufferedImage) - Method in class adams.data.imagefilter.GrayFilterProvider
Generates the actor ImageFilter instance.
doGenerate(BufferedImage) - Method in class adams.data.imagefilter.KeepOnlyColors
Generates the actor ImageFilter instance.
doGenerate(BufferedImage) - Method in class adams.data.imagefilter.TransparentBackground
Generates the actor ImageFilter instance.
doGenerate(Class, Map<String, List<String>>) - Method in class adams.doc.listing.AbstractListingOutput
Outputs the supplied listing.
doGenerate(Class, Map<String, List<String>>) - Method in class adams.doc.listing.ConsoleOutput
Outputs the supplied listing.
doGenerate(Class, Map<String, List<String>>) - Method in class adams.doc.listing.HtmlOutput
Outputs the supplied listing.
doGenerate(Class, Map<String, List<String>>) - Method in class adams.doc.listing.MarkdownOutput
Outputs the supplied listing.
doGenerate(Class, Map<String, List<String>>) - Method in class adams.doc.listing.OptionOutput
Outputs the supplied listing.
doGenerate(Object) - Method in class adams.core.io.AbstractFilenameGenerator
Performs the actual generation of the filename.
doGenerate(Object) - Method in class adams.core.io.DefaultFilenameGenerator
Performs the actual generation of the filename.
doGenerate(Object) - Method in class adams.core.io.FixedFilenameGenerator
Performs the actual generation of the filename.
doGenerate(Object) - Method in class adams.core.io.NullFilenameGenerator
Performs the actual generation of the filename.
doGenerate(Object) - Method in class adams.core.io.ReportFieldFilenameGenerator
Performs the actual generation of the filename.
doGenerate(Object) - Method in class adams.core.io.SimpleFilenameGenerator
Performs the actual generation of the filename.
doGenerate(Object) - Method in class adams.core.io.SimpleFixedFilenameGenerator
Performs the actual generation of the filename.
doGenerate(Object) - Method in class adams.core.io.SimpleObjectToStringFilenameGenerator
Performs the actual generation of the filename.
doGenerate(Object) - Method in class adams.core.io.TimestampFilenameGenerator
Performs the actual generation of the filename.
doGenerate(Object) - Method in class adams.flow.transformer.wekaensemblegenerator.AbstractWekaEnsembleGenerator
Generates the ensemble from the input.
doGenerate(Object) - Method in class adams.flow.transformer.wekaensemblegenerator.MultiClassifiersCombinerModels
Generates the ensemble from the input.
doGenerate(Object) - Method in class adams.flow.transformer.wekaensemblegenerator.VotedModels
Generates the ensemble from the input.
doGenerate(Object, MessageCollection) - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.AbstractIndexedSplitsRunsGenerator
Generates the indexed splits.
doGenerate(Object, MessageCollection) - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesCrossValidationFoldGenerator
Generates the indexed splits.
doGenerate(Object, MessageCollection) - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesGroupedCrossValidationFoldGenerator
Generates the indexed splits.
doGenerate(Object, MessageCollection) - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesGroupedRandomSplitGenerator
Generates the indexed splits.
doGenerate(Object, MessageCollection) - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesRandomSplitGenerator
Generates the indexed splits.
doGenerate(Object, MessageCollection) - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.ManualSplitGenerator
Generates the indexed splits.
doGenerate(Object, MessageCollection) - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.MultiRunGenerator
Generates the indexed splits.
doGenerate(Object, MessageCollection) - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.SpreadSheetRandomSplitGenerator
Generates the indexed splits.
doGenerate(Object, IndexedSplitsRuns, MessageCollection) - Method in class adams.flow.transformer.indexedsplitsrunspredictions.NullPredictions
Generates predictions by applying the indexed splits runs to the data.
doGenerate(String, SpreadSheet) - Method in class adams.gui.tools.spreadsheetviewer.chart.AbstractChartGenerator
Generates the actual flow.
doGenerate(CategoryDataset) - Method in class adams.gui.visualization.jfreechart.chart.BarChart
Performs the actual generation of the chart.
doGenerate(XYDataset) - Method in class adams.gui.visualization.jfreechart.chart.ScatterPlot
Performs the actual generation of the chart.
doGenerate(XYDataset) - Method in class adams.gui.visualization.jfreechart.chart.XYLineChart
Performs the actual generation of the chart.
doGenerate(XYZDataset) - Method in class adams.gui.visualization.jfreechart.chart.BubbleChart
Performs the actual generation of the chart.
doGenerate(T) - Method in class adams.gui.visualization.jfreechart.chart.AbstractChartGenerator
Performs the actual generation of the chart.
doGenerate(T, IndexedSplitsRuns, MessageCollection) - Method in class adams.flow.transformer.indexedsplitsrunspredictions.AbstractIndexedSplitsRunsPredictions
Generates predictions by applying the indexed splits runs to the data.
doGenerate(Instances, IndexedSplitsRuns, MessageCollection) - Method in class adams.flow.transformer.indexedsplitsrunspredictions.InstancesIndexedSplitsRunsPredictions
Generates predictions by applying the indexed splits runs to the data.
doGenerateBins(double, double, double) - Method in class adams.data.binning.algorithm.AbstractEqualWidthBinningAlgorithm
Generates bins with the specified width.
doGenerateBins(double, double, int) - Method in class adams.data.binning.algorithm.AbstractEqualWidthBinningAlgorithm
Generates equal-width bins.
doGenerateBins(Struct2<Double, Double>, double) - Method in class adams.data.binning.algorithm.AbstractEqualWidthBinningAlgorithm
Generates bins with the specified width.
doGenerateBins(Struct2<Double, Double>, int) - Method in class adams.data.binning.algorithm.AbstractEqualWidthBinningAlgorithm
Generates equal-width bins.
doGenerateBins(List<Binnable<T>>) - Method in class adams.data.binning.algorithm.AbstractBinningAlgorithm
Performs the actual bin generation on the provided objects.
doGenerateBins(List<Binnable<T>>) - Method in class adams.data.binning.algorithm.DensityBinning
Performs the actual bin generation on the provided objects.
doGenerateBins(List<Binnable<T>>) - Method in class adams.data.binning.algorithm.FreedmanDiaconisChoiceBinning
Performs the actual bin generation on the provided objects.
doGenerateBins(List<Binnable<T>>) - Method in class adams.data.binning.algorithm.FrequencyBinning
Performs the actual bin generation on the provided objects.
doGenerateBins(List<Binnable<T>>) - Method in class adams.data.binning.algorithm.ManualBinning
Performs the actual bin generation on the provided objects.
doGenerateBins(List<Binnable<T>>) - Method in class adams.data.binning.algorithm.NoBinning
Performs the actual bin generation on the provided objects.
doGenerateBins(List<Binnable<T>>) - Method in class adams.data.binning.algorithm.RiceRuleBinning
Performs the actual bin generation on the provided objects.
doGenerateBins(List<Binnable<T>>) - Method in class adams.data.binning.algorithm.ScottsNormalReferenceRuleBinning
Performs the actual bin generation on the provided objects.
doGenerateBins(List<Binnable<T>>) - Method in class adams.data.binning.algorithm.SquareRootChoiceBinning
Performs the actual bin generation on the provided objects.
doGenerateBins(List<Binnable<T>>) - Method in class adams.data.binning.algorithm.SturgesFormulaBinning
Performs the actual bin generation on the provided objects.
doGenerateBins(List<Binnable<T>>, double) - Method in class adams.data.binning.algorithm.AbstractEqualWidthBinningAlgorithm
Generates bins with the specified width.
doGenerateBins(List<Binnable<T>>, int) - Method in class adams.data.binning.algorithm.AbstractEqualWidthBinningAlgorithm
Generates equal-width bins.
doGenerateHeader(HeaderDefinition) - Method in class adams.data.featureconverter.AbstractFeatureConverter
Performs the actual generation of the header data structure using the supplied header definition.
doGenerateHeader(HeaderDefinition) - Method in class adams.data.featureconverter.CountValues
Performs the actual generation of the header data structure using the supplied header definition.
doGenerateHeader(HeaderDefinition) - Method in class adams.data.featureconverter.FeatureContainer
Performs the actual generation of the header data structure using the supplied header definition.
doGenerateHeader(HeaderDefinition) - Method in class adams.data.featureconverter.FixedColumnText
Performs the actual generation of the header data structure using the supplied header definition.
doGenerateHeader(HeaderDefinition) - Method in class adams.data.featureconverter.FixedNumFeatures
Performs the actual generation of the header data structure using the supplied header definition.
doGenerateHeader(HeaderDefinition) - Method in class adams.data.featureconverter.SpreadSheet
Performs the actual generation of the header data structure using the supplied header definition.
doGenerateHeader(HeaderDefinition) - Method in class adams.data.featureconverter.Text
Performs the actual generation of the header data structure using the supplied header definition.
doGenerateHeader(HeaderDefinition) - Method in class adams.data.featureconverter.Weka
Performs the actual generation of a row from the raw data.
doGenerateRegions(AbstractImageContainer) - Method in class adams.flow.transformer.negativeregions.AbstractNegativeRegionsGenerator
Generates the negative regions.
doGenerateRegions(AbstractImageContainer) - Method in class adams.flow.transformer.negativeregions.LargestRegions
Generates the negative regions.
doGenerateRegions(AbstractImageContainer) - Method in class adams.flow.transformer.negativeregions.MaxDimensions
Generates the negative regions.
doGenerateRegions(AbstractImageContainer) - Method in class adams.flow.transformer.negativeregions.MinDimensions
Generates the negative regions.
doGenerateRegions(AbstractImageContainer) - Method in class adams.flow.transformer.negativeregions.Null
Generates the negative regions.
doGenerateRegions(AbstractImageContainer) - Method in class adams.flow.transformer.negativeregions.RandomRegions
Generates the negative regions.
doGenerateRegions(AbstractImageContainer) - Method in class adams.flow.transformer.negativeregions.SimpleBlockFill
Generates the negative regions.
doGenerateRow(List) - Method in class adams.data.featureconverter.CountValues
Performs the actual generation of a row from the raw data.
doGenerateRow(List) - Method in class adams.data.featureconverter.FeatureContainer
Performs the actual generation of a row from the raw data.
doGenerateRow(List) - Method in class adams.data.featureconverter.FixedColumnText
Performs the actual generation of a row from the raw data.
doGenerateRow(List) - Method in class adams.data.featureconverter.FixedNumFeatures
Performs the actual generation of a row from the raw data.
doGenerateRow(List) - Method in class adams.data.featureconverter.Text
Performs the actual generation of a row from the raw data.
doGenerateRow(List<Object>) - Method in class adams.data.featureconverter.AbstractFeatureConverter
Performs the actual generation of a row from the raw data.
doGenerateRow(List<Object>) - Method in class adams.data.featureconverter.SpreadSheet
Performs the actual generation of a row from the raw data.
doGenerateRow(List<Object>) - Method in class adams.data.featureconverter.Weka
Performs the actual generation of a row from the raw data.
doGenerateRows(BoofCVImageContainer) - Method in class adams.data.boofcv.features.AbstractScript
Performs the actual feature genration.
doGenerateRows(BufferedImageContainer) - Method in class adams.data.image.features.AbstractScript
Performs the actual feature genration.
doGenerateRows(OpenCVImageContainer) - Method in class adams.data.opencv.features.AbstractScript
Performs the actual feature genration.
doGenerateSubset(Object, MessageCollection) - Method in class adams.flow.transformer.arraysubsetgeneration.AbstractArraySubsetGenerator
Generates the subset.
doGenerateSubset(Object, MessageCollection) - Method in class adams.flow.transformer.arraysubsetgeneration.EveryNth
Generates the subset.
doGenerateSubset(Object, MessageCollection) - Method in class adams.flow.transformer.arraysubsetgeneration.Percentage
Generates the subset.
doGenerateSubset(Object, MessageCollection) - Method in class adams.flow.transformer.arraysubsetgeneration.RangeSubset
Generates the subset.
doGenerateSubset(Object, MessageCollection) - Method in class adams.flow.transformer.arraysubsetgeneration.SimplePercentage
Generates the subset.
doGetColor(LocatedObject) - Method in class adams.gui.visualization.object.objectannotations.colors.AbstractAnnotationColors
Returns the color for the object.
doGetColor(LocatedObject) - Method in class adams.gui.visualization.object.objectannotations.colors.FixedColor
Returns the color for the object.
doGetColor(LocatedObject) - Method in class adams.gui.visualization.object.objectannotations.colors.PerType
Returns the color for the object.
doGetColor(LocatedObject) - Method in class adams.gui.visualization.object.objectannotations.colors.TypeColorMapping
Returns the color for the object.
doGetColor(LocatedObject) - Method in class adams.gui.visualization.object.objectannotations.colors.VaryByObject
Returns the color for the object.
doGrid(OptData, FitnessFunction) - Method in class adams.opt.optimise.GridSearch
Calc for this grid.
doGrid(OptData, FitnessFunction) - Method in class adams.opt.optimise.SplitSearch
Calc for this grid.
doHandle(RemoteCommand, RemoteCommandProcessor) - Method in class adams.multiprocess.RemoteCommandJobRunner.RemoteCommandGrabber
Handles the command.
doHandle(RemoteCommand, RemoteCommandProcessor) - Method in class adams.scripting.engine.AbstractRemoteCommandHandler
Handles the command.
doHandle(RemoteCommand, RemoteCommandProcessor) - Method in class adams.scripting.engine.DefaultMainScriptingEngine.RemoteCommandGrabber
Handles the command.
doHandle(RemoteCommand, RemoteCommandProcessor) - Method in class adams.scripting.engine.DefaultRemoteCommandHandler
Handles the command.
doHandle(RemoteCommand, RemoteCommandProcessor) - Method in class adams.scripting.engine.ForwardingScriptingEngine.RemoteCommandGrabber
Handles the command.
doHandleRequest(RemoteScriptingEngine, RemoteCommandProcessor) - Method in class adams.scripting.command.AbstractCommand
Handles the request.
doHandleRequest(RemoteScriptingEngine, RemoteCommandProcessor) - Method in class adams.scripting.command.AbstractCommandWithResponse
Handles the request.
doHandleRequest(RemoteScriptingEngine, RemoteCommandProcessor) - Method in class adams.scripting.command.basic.Kill
Handles the request.
doHandleRequest(RemoteScriptingEngine, RemoteCommandProcessor) - Method in class adams.scripting.command.basic.Restart
Handles the request.
doHandleRequest(RemoteScriptingEngine, RemoteCommandProcessor) - Method in class adams.scripting.command.basic.RetrieveFile
Handles the request.
doHandleRequest(RemoteScriptingEngine, RemoteCommandProcessor) - Method in class adams.scripting.command.basic.SendFile
Handles the request.
doHandleRequest(RemoteScriptingEngine, RemoteCommandProcessor) - Method in class adams.scripting.command.basic.Stop
Handles the request.
doHandleRequest(RemoteScriptingEngine, RemoteCommandProcessor) - Method in class adams.scripting.command.basic.Text
Handles the request.
doHandleRequest(RemoteScriptingEngine, RemoteCommandProcessor) - Method in class adams.scripting.command.distributed.DeregisterWorker
Handles the request.
doHandleRequest(RemoteScriptingEngine, RemoteCommandProcessor) - Method in class adams.scripting.command.distributed.JobRunner
Handles the request.
doHandleRequest(RemoteScriptingEngine, RemoteCommandProcessor) - Method in class adams.scripting.command.distributed.KillWorkers
Handles the request.
doHandleRequest(RemoteScriptingEngine, RemoteCommandProcessor) - Method in class adams.scripting.command.distributed.RegisterWorker
Handles the request.
doHandleRequest(RemoteScriptingEngine, RemoteCommandProcessor) - Method in class adams.scripting.command.flow.RemoteFlowExecution
Handles the request.
doHandleRequest(RemoteScriptingEngine, RemoteCommandProcessor) - Method in class adams.scripting.command.gui.MenuItem
Handles the request.
doHasOutput(Actor) - Method in class adams.flow.control.SequentialDirector
Checks whether the actor has pending output.
doImageChanged(ImagePanel.PaintPanel) - Method in class adams.gui.visualization.image.AbstractImageOverlay
Notifies the overlay that the image has changed.
doImageChanged(ImagePanel.PaintPanel) - Method in class adams.gui.visualization.image.AbstractObjectOverlayFromReport
Notifies the overlay that the image has changed.
doImageChanged(ImagePanel.PaintPanel) - Method in class adams.gui.visualization.image.AbstractPointOverlayFromReport
Notifies the overlay that the image has changed.
doImageChanged(ImagePanel.PaintPanel) - Method in class adams.gui.visualization.image.BoofCVDetectLineSegmentsImageOverlay
Notifies the overlay that the image has changed.
doImageChanged(ImagePanel.PaintPanel) - Method in class adams.gui.visualization.image.BoofCVDetectLinesImageOverlay
Notifies the overlay that the image has changed.
doImageChanged(ImagePanel.PaintPanel) - Method in class adams.gui.visualization.image.HighlightLocations
Notifies the overlay that the image has changed.
doImageChanged(ImagePanel.PaintPanel) - Method in class adams.gui.visualization.image.leftclick.AbstractLeftClickProcessor
Notifies the overlay that the image has changed.
doImageChanged(ImagePanel.PaintPanel) - Method in class adams.gui.visualization.image.leftclick.AbstractSelectionRectangleBasedLeftClickProcessor
Notifies the overlay that the image has changed.
doImageChanged(ImagePanel.PaintPanel) - Method in class adams.gui.visualization.image.MetaDataText
Notifies the overlay that the image has changed.
doImageChanged(ImagePanel.PaintPanel) - Method in class adams.gui.visualization.image.MultiImageOverlay
Notifies the overlay that the image has changed.
doImageChanged(ImagePanel.PaintPanel) - Method in class adams.gui.visualization.image.NullOverlay
Does nothing.
doImageChanged(ImagePanel.PaintPanel) - Method in class adams.gui.visualization.image.ObjectAnnotations
Notifies the overlay that the image has changed.
doImageChanged(ImagePanel.PaintPanel) - Method in class adams.gui.visualization.image.selection.AbstractSelectionProcessor
Notifies the overlay that the image has changed.
doImageChanged(ImagePanel.PaintPanel) - Method in class adams.gui.visualization.image.selection.AbstractSelectionRectangleBasedSelectionProcessor
Notifies the overlay that the image has changed.
doImageChanged(ImagePanel.PaintPanel) - Method in class adams.gui.visualization.image.selection.MultiSelectionProcessor
Notifies the overlay that the image has changed.
doInBackground() - Method in class adams.flow.control.AbstractTee.TeeSwingWorker
Executes the sub-actors.
doInBackground() - Method in class adams.flow.setup.FlowSetupWorker
Runs the flow in the background.
doInBackground() - Method in class adams.gui.flow.FlowWorker
Executes the flow.
doInBackground(Runnable) - Static method in class adams.gui.core.GUIHelper
Launches a SwingWorker, executing the provided Runnable in the SwingWorker.doInBackground() method.
doInitColors(LocatedObjects, MessageCollection) - Method in class adams.gui.visualization.object.objectannotations.colors.AbstractAnnotationColors
Initializes the colors with the annotations.
doInitColors(LocatedObjects, MessageCollection) - Method in class adams.gui.visualization.object.objectannotations.colors.FixedColor
Initializes the colors with the annotations.
doInitColors(LocatedObjects, MessageCollection) - Method in class adams.gui.visualization.object.objectannotations.colors.PerType
Initializes the colors with the annotations.
doInitColors(LocatedObjects, MessageCollection) - Method in class adams.gui.visualization.object.objectannotations.colors.TypeColorMapping
Initializes the colors with the annotations.
doInitColors(LocatedObjects, MessageCollection) - Method in class adams.gui.visualization.object.objectannotations.colors.VaryByObject
Initializes the colors with the annotations.
doInitFilter(Row) - Method in class adams.ml.preprocessing.AbstractColumnSubsetStreamFilter
Filter-specific initialization.
doInitFilter(Row) - Method in class adams.ml.preprocessing.AbstractStreamFilter
Filter-specific initialization.
doInitFilter(Row) - Method in class adams.ml.preprocessing.unsupervised.MultiStream
Filter-specific initialization.
doInitFilter(Row) - Method in class adams.ml.preprocessing.unsupervised.PassThrough
Filter-specific initialization.
doInitFilter(Row) - Method in class adams.ml.preprocessing.unsupervised.SavitzkyGolay
Filter-specific initialization.
doInitFilter(Dataset) - Method in class adams.ml.preprocessing.AbstractBatchFilter
Filter-specific initialization.
doInitFilter(Dataset) - Method in class adams.ml.preprocessing.AbstractColumnSubsetBatchFilter
Filter-specific initialization.
doInitFilter(Dataset) - Method in class adams.ml.preprocessing.supervised.PLS
Filter-specific initialization.
doInitFilter(Dataset) - Method in class adams.ml.preprocessing.unsupervised.MultiBatch
Filter-specific initialization.
doInitFilter(Dataset) - Method in class adams.ml.preprocessing.unsupervised.PCA
Filter-specific initialization.
doInitialize() - Method in class adams.gui.tools.wekamultiexperimenter.runner.AbstractAdamsExperimentRunner
Initializes the experiment.
doInitialize() - Method in class adams.gui.tools.wekamultiexperimenter.runner.AbstractExperimentRunner
Initializes the experiment.
doInitialize() - Method in class adams.gui.tools.wekamultiexperimenter.runner.AbstractWekaExperimentRunner
Initializes the experiment.
doInitialize(AbstractApplicationFrame) - Method in class adams.gui.application.AbstractInitialization
Performs the initialization.
doInitialize(AbstractApplicationFrame) - Method in class adams.gui.application.DatabaseConnections
Performs the initialization.
doInitialize(AbstractApplicationFrame) - Method in class adams.gui.application.Fonts
Performs the initialization.
doInitialize(AbstractApplicationFrame) - Method in class adams.gui.application.LocaleHelper
Performs the initialization.
doInitialize(AbstractApplicationFrame) - Method in class adams.gui.application.ProxyHelper
Performs the initialization.
doInitialize(AbstractApplicationFrame) - Method in class adams.gui.application.RegisterEditors
Performs the initialization.
doInitialize(AbstractApplicationFrame) - Method in class adams.gui.application.SMBHelper
Performs the initialization.
doInitialize(AbstractApplicationFrame) - Method in class adams.gui.application.SSLHelper
Performs the initialization.
doInitialize(AbstractApplicationFrame) - Method in class adams.gui.application.TimeZoneHelper
Performs the initialization.
doInitialize(AbstractApplicationFrame) - Method in class adams.gui.application.WekaPluginManagerExtensions
Performs the initialization.
doInitialize(AbstractApplicationFrame) - Method in class adams.gui.application.WekaSystemProperties
Performs the initialization.
doInitialize(File) - Method in class adams.core.io.filechanged.AbstractFileChangeMonitor
Performs the actual initialization of the monitor with the specified file.
doInitialize(File) - Method in class adams.core.io.filechanged.AbstractMessageDigestBasedMonitor
Performs the actual initialization of the monitor with the specified file.
doInitialize(File) - Method in class adams.core.io.filechanged.LastModified
Performs the actual initialization of the monitor with the specified file.
doInitialize(File) - Method in class adams.core.io.filechanged.MultiMonitor
Performs the actual initialization of the monitor with the specified file.
doInitialize(File) - Method in class adams.core.io.filechanged.NoChange
Performs the actual initialization of the monitor with the specified file.
doInitialize(File) - Method in class adams.core.io.filechanged.Size
Performs the actual initialization of the monitor with the specified file.
doInitializeFilters() - Method in class adams.gui.chooser.AbstractConfigurableExtensionFileFilterFileChooser
Performs the actual initialization of the filters.
doInitializeFilters() - Method in class adams.gui.chooser.AbstractExtensionFileFilterFileChooser
Performs the actual initialization of the filters.
doInitializeFilters() - Method in class adams.gui.chooser.AdamsExperimentFileChooser
Performs the actual initialization of the filters.
doInitializeFilters() - Method in class adams.gui.chooser.DefaultReportFileChooser
Performs the actual initialization of the filters.
doInitializeFilters() - Method in class adams.gui.chooser.EmailFileChooser
Performs the actual initialization of the filters.
doInitializeFilters() - Method in class adams.gui.chooser.FlowFileChooser
Performs the actual initialization of the filters.
doInitializeFilters() - Method in class adams.gui.chooser.ImageFileChooser
Performs the actual initialization of the filters.
doInitializeFilters() - Method in class adams.gui.chooser.ObjectExporterFileChooser
Performs the actual initialization of the filters.
doInitializeFilters() - Method in class adams.gui.chooser.ObjectFileChooser
Performs the actual initialization of the filters.
doInitializeFilters() - Method in class adams.gui.chooser.ParameterMapFileChooser
Performs the actual initialization of the filters.
doInitializeFilters() - Method in class adams.gui.chooser.SerializationFileChooser
Performs the actual initialization of the filters.
doInitializeFilters() - Method in class adams.gui.chooser.SpreadSheetFileChooser
Performs the actual initialization of the filters.
doInitializeFilters() - Method in class adams.gui.chooser.TimeseriesFileChooser
Performs the actual initialization of the filters.
doInitializeFilters() - Method in class adams.gui.chooser.WekaFileChooser
Performs the actual initialization of the filters.
doInitializeFilters() - Method in class adams.gui.tools.previewbrowser.notes.NotesFileChooser
Performs the actual initialization of the filters.
doInitializeIterator() - Method in class adams.ml.evaluation.AbstractSplitGenerator
Initializes the iterator, randomizes the data if required.
doInitializeIterator() - Method in class adams.ml.evaluation.DefaultCrossValidationFoldGenerator
Initializes the iterator, randomizes the data if required.
doInitializeIterator() - Method in class adams.ml.evaluation.DefaultRandomSplitGenerator
Initializes the iterator, randomizes the data if required.
doInitializeIterator() - Method in class weka.classifiers.AbstractSplitGenerator
Initializes the iterator, randomizes the data if required.
doInitializeIterator() - Method in class weka.classifiers.BestBinnedNumericClassRandomSplitGenerator
Initializes the iterator.
doInitializeIterator() - Method in class weka.classifiers.BinnedNumericClassCrossValidationFoldGenerator
Initializes the iterator, randomizes the data if required.
doInitializeIterator() - Method in class weka.classifiers.BinnedNumericClassRandomSplitGenerator
Initializes the iterator.
doInitializeIterator() - Method in class weka.classifiers.DefaultCrossValidationFoldGenerator
Initializes the iterator, randomizes the data if required.
doInitializeIterator() - Method in class weka.classifiers.DefaultRandomSplitGenerator
Initializes the iterator, randomizes the data if required.
doInitializeIterator() - Method in class weka.classifiers.GroupedBinnedNumericClassCrossValidationFoldGenerator
Initializes the iterator, randomizes the data if required.
doInitializeIterator() - Method in class weka.classifiers.GroupedBinnedNumericClassRandomSplitGenerator
Initializes the iterator.
doInitializeIterator() - Method in class weka.classifiers.GroupedCrossValidationFoldGenerator
Initializes the iterator, randomizes the data if required.
doInitializeIterator() - Method in class weka.classifiers.GroupedCrossValidationFoldGeneratorUsingNumericClassValues
Initializes the iterator, randomizes the data if required.
doInitializeIterator() - Method in class weka.classifiers.GroupedRandomSplitGenerator
Initializes the iterator, randomizes the data if required.
doInitializeIterator() - Method in class weka.classifiers.LeaveOneOutByValueGenerator
Initializes the iterator, randomizes the data if required.
doInitializeIterator() - Method in class weka.classifiers.MultiLevelSplitGenerator
Initializes the iterator.
doInput(Actor, Token) - Method in class adams.flow.control.SequentialDirector
Presents the specified token to the actor.
doInsert(MultipleInsert) - Method in class adams.db.BulkInsertTable
Complete bulk insert.
doInsert(MutableTreeNode, int) - Method in class adams.doc.xml.AbstractTag
Performs the actual inserting of a child element.
doInstall() - Method in class adams.gui.laf.AbstractFlatLaf
Installs the look and feel.
doInstall() - Method in class adams.gui.laf.AbstractLookAndFeel
Installs the look and feel.
doInstall() - Method in class adams.gui.laf.AbstractSimpleLookAndFeel
Installs the look and feel.
doInstall() - Method in class adams.gui.laf.FlatLafIntelliJ
Installs the look and feel.
doInstall() - Method in class adams.gui.laf.FlatLafLight
Installs the look and feel.
doInstall() - Method in class adams.gui.visualization.object.annotator.AbstractAnnotator
Installs the annotator with the owner.
doInstall() - Method in class adams.gui.visualization.object.annotator.BoundingBoxAnnotator
Installs the annotator with the owner.
doInstall() - Method in class adams.gui.visualization.object.annotator.ClassificationLabelAnnotator
Installs the annotator with the owner.
doInstall() - Method in class adams.gui.visualization.object.annotator.NullAnnotator
Installs the annotator with the owner.
doInstall() - Method in class adams.gui.visualization.object.annotator.PolygonAnnotator
Installs the annotator with the owner.
doInstall() - Method in class adams.gui.visualization.object.annotator.PolygonPointAnnotator
Installs the annotator with the owner.
doInstall() - Method in class adams.gui.visualization.object.annotator.SimplePointAnnotator
Installs the annotator with the owner.
doInteract() - Method in class adams.flow.control.Inspect
Performs the interaction with the user.
doInteract() - Method in class adams.flow.control.RemoveOutliers
Performs the interaction with the user.
doInteract() - Method in interface adams.flow.core.InteractiveActor
Performs the interaction with the user.
doInteract() - Method in class adams.flow.source.AbstractInteractiveSource
Performs the interaction with the user.
doInteract() - Method in class adams.flow.source.AbstractSelectObjects
Performs the interaction with the user.
doInteract() - Method in class adams.flow.source.EnterManyValues
Performs the interaction with the user.
doInteract() - Method in class adams.flow.source.EnterValue
Performs the interaction with the user.
doInteract() - Method in class adams.flow.source.PasteFromClipboard
Performs the interaction with the user.
doInteract() - Method in class adams.flow.source.SelectCharset
Performs the interaction with the user.
doInteract() - Method in class adams.flow.source.SelectDateTime
Performs the interaction with the user.
doInteract() - Method in class adams.flow.source.SelectDirectory
Performs the interaction with the user.
doInteract() - Method in class adams.flow.source.SelectFile
Performs the interaction with the user.
doInteract() - Method in class adams.flow.source.WekaSelectDataset
Performs the interaction with the user.
doInteract() - Method in class adams.flow.standalone.AbstractDatabaseConnection
Performs the interaction with the user.
doInteract() - Method in class adams.flow.standalone.FTPConnection
Performs the interaction with the user.
doInteract() - Method in class adams.flow.standalone.SMBConnection
Performs the interaction with the user.
doInteract() - Method in class adams.flow.standalone.SMTPConnection
Performs the interaction with the user.
doInteract() - Method in class adams.flow.standalone.SSHConnection
Performs the interaction with the user.
doInteract() - Method in class adams.flow.transformer.AbstractInteractiveTransformer
Performs the interaction with the user.
doInteract() - Method in class adams.flow.transformer.AbstractInteractiveTransformerDialog
Performs the interaction with the user.
doInteract() - Method in class adams.flow.transformer.CompareObjectLocations
Performs the interaction with the user.
doInteract() - Method in class adams.flow.transformer.ConfirmationDialog
Performs the interaction with the user.
doInteract() - Method in class adams.flow.transformer.ImageAnnotator
Performs the interaction with the user.
doInteract() - Method in class adams.flow.transformer.ImageLabeler
Performs the interaction with the user.
doInteract() - Method in class adams.flow.transformer.ImageObjectAnnotator
Performs the interaction with the user.
doInteract() - Method in class adams.flow.transformer.ImageSegmentationAnnotator
Performs the interaction with the user.
doInteract() - Method in class adams.flow.transformer.PixelSelector
Performs the interaction with the user.
doInteract() - Method in class adams.flow.transformer.SelectArraySubset
Performs the interaction with the user.
doInteract() - Method in class adams.flow.transformer.SpreadSheetCellSelector
Performs the interaction with the user.
doInteract() - Method in class adams.flow.transformer.SpreadSheetSelectSubset
Performs the interaction with the user.
doInteract() - Method in class adams.flow.transformer.WekaChooseAttributes
Performs the interaction with the user.
doInteract() - Method in class adams.gui.visualization.image.plugins.AbstractImageViewerPluginWithRestore
The actual interaction with the user.
doInteract() - Method in class adams.gui.visualization.image.plugins.Brightness
The actual interaction with the user.
doInteract(Object) - Method in interface adams.flow.processor.InteractiveProcessor
Does the actual interaction with the user on the given object.
doInteractHeadless() - Method in interface adams.flow.core.InteractiveActor
Performs the interaction with the user in a headless environment.
doInteractHeadless() - Method in class adams.flow.source.AbstractInteractiveSource
Performs the interaction with the user in a headless environment.
doInteractHeadless() - Method in class adams.flow.source.EnterManyValues
Performs the interaction with the user in a headless environment.
doInteractHeadless() - Method in class adams.flow.source.EnterValue
Performs the interaction with the user in a headless environment.
doInteractHeadless() - Method in class adams.flow.source.PasteFromClipboard
Performs the interaction with the user in a headless environment.
doInteractHeadless() - Method in class adams.flow.source.SelectCharset
Performs the interaction with the user in a headless environment.
doInteractHeadless() - Method in class adams.flow.source.SelectDateTime
Performs the interaction with the user in a headless environment.
doInteractHeadless() - Method in class adams.flow.source.SelectDirectory
Performs the interaction with the user in a headless environment.
doInteractHeadless() - Method in class adams.flow.source.SelectFile
Performs the interaction with the user in a headless environment.
doInteractHeadless() - Method in class adams.flow.source.WekaSelectDataset
Performs the interaction with the user in a headless environment.
doInteractHeadless() - Method in class adams.flow.standalone.AbstractDatabaseConnection
Performs the interaction with the user in a headless environment.
doInteractHeadless() - Method in class adams.flow.standalone.FTPConnection
Performs the interaction with the user in a headless environment.
doInteractHeadless() - Method in class adams.flow.standalone.SMBConnection
Performs the interaction with the user in a headless environment.
doInteractHeadless() - Method in class adams.flow.standalone.SMTPConnection
Performs the interaction with the user in a headless environment.
doInteractHeadless() - Method in class adams.flow.standalone.SSHConnection
Performs the interaction with the user in a headless environment.
doInteractHeadless() - Method in class adams.flow.transformer.AbstractInteractiveTransformer
Performs the interaction with the user in a headless environment.
doInteractHeadless() - Method in class adams.flow.transformer.AbstractInteractiveTransformerDialog
Performs the interaction with the user in a headless environment.
doInteractHeadless() - Method in class adams.flow.transformer.ConfirmationDialog
Performs the interaction with the user in a headless environment.
doInteractInDialog(BaseFileChooser) - Method in class adams.flow.source.SelectFile
Performs the interaction with the user in a dialog.
doInteractInDialog(FileChooser) - Method in class adams.flow.source.SelectDirectory
Performs the interaction with the user in a dialog.
doInteractInDialog(PropertiesParameterPanel, JPanel) - Method in class adams.flow.source.EnterManyValues
Performs the interaction using a dialog.
doInteractInNotificationArea(BaseFileChooser) - Method in class adams.flow.source.SelectFile
Performs the interaction with the user in the notification area.
doInteractInNotificationArea(FileChooser) - Method in class adams.flow.source.SelectDirectory
Performs the interaction with the user in the notification area.
doInteractInNotificationArea(PropertiesParameterPanel, JPanel) - Method in class adams.flow.source.EnterManyValues
Performs the interaction using the notification area.
doLaunch() - Method in class adams.gui.menu.AbstractJDKMenuItemDefinition
Performs the actual launch.
doLaunch() - Method in class adams.gui.menu.AdamsHomeDir
Launches the functionality of the menu item.
doLaunch() - Method in class adams.gui.menu.HeapDump
Launches the functionality of the menu item.
doLaunch() - Method in class adams.gui.menu.JConsole
Launches the functionality of the menu item.
doLaunch() - Method in class adams.gui.menu.JDeps
Launches the functionality of the menu item.
doLaunch() - Method in class adams.gui.menu.JMap
Launches the functionality of the menu item.
doLocate(BufferedImage, boolean) - Method in class adams.flow.transformer.locateobjects.AbstractObjectLocator
Performs the actual locating of the objects.
doLocate(BufferedImage, boolean) - Method in class adams.flow.transformer.locateobjects.BinaryContours
Returns the input image as output.
doLocate(BufferedImage, boolean) - Method in class adams.flow.transformer.locateobjects.CannyBinary
Returns the input image as output.
doLocate(BufferedImage, boolean) - Method in class adams.flow.transformer.locateobjects.CannyEdges
Returns the input image as output.
doLocate(BufferedImage, boolean) - Method in class adams.flow.transformer.locateobjects.ChangeCanvasSize
Performs the actual locating of the objects.
doLocate(BufferedImage, boolean) - Method in class adams.flow.transformer.locateobjects.CroppedLocator
Performs the actual locating of the objects.
doLocate(BufferedImage, boolean) - Method in class adams.flow.transformer.locateobjects.PassThrough
Returns the input image as output.
doLocate(BufferedImage, boolean) - Method in class adams.flow.transformer.locateobjects.SizeFilter
Performs the actual locating of the objects.
doLocate(BufferedImage, boolean) - Method in class adams.flow.transformer.locateobjects.XScreenMaskLocator
Returns the input image as output.
doLog(String) - Method in class adams.gui.plugin.AbstractToolPlugin
Performs the actual logging.
doLog(String) - Method in class adams.gui.visualization.image.plugins.AbstractImageViewerPlugin
Performs the actual logging.
doLogMessage(String) - Method in class adams.flow.sink.simplelogging.output.AbstractSimpleOutput
Logs the (formatted) logging message.
doLogMessage(String) - Method in class adams.flow.sink.simplelogging.output.ConsoleOutput
Logs the (formatted) logging message.
doLogMessage(String) - Method in class adams.flow.sink.simplelogging.output.FileOutput
Logs the (formatted) logging message.
doLogMessage(String) - Method in class adams.flow.sink.simplelogging.output.MultiOutput
Logs the (formatted) logging message.
doLogMessage(String) - Method in class adams.flow.sink.simplelogging.output.RotatingFileOutput
Logs the (formatted) logging message.
doLoop() - Method in class adams.flow.control.WhileLoop
Checks whether the loop should be executed.
domainTipText() - Method in class adams.flow.standalone.SMBConnection
Returns the tip text for this property.
domainTipText() - Method in class adams.gui.chooser.SmbRemoteDirectorySetup
Returns the tip text for this property.
DOMDisplay - Class in adams.flow.sink
Displays a DOM node object as tree structure.
DOMDisplay() - Constructor for class adams.flow.sink.DOMDisplay
 
doMerge(ChildFrame, File[], WekaMergeInstancesActor, File) - Method in class adams.gui.menu.MergeDatasets
Performs the merge.
DOMNode - Class in adams.gui.core.dom
Specialized tree node.
DOMNode(String, Object) - Constructor for class adams.gui.core.dom.DOMNode
Initializes the node with the specified label.
DOMNodeListToArray - Class in adams.data.conversion
Turns a DOM org.w3c.dom.NodeList into an array of org.w3c.dom.Node.
DOMNodeListToArray() - Constructor for class adams.data.conversion.DOMNodeListToArray
 
DOMNodeToString - Class in adams.data.conversion
Turns a org.w3c.dom.Node DOM object into a String.
DOMNodeToString() - Constructor for class adams.data.conversion.DOMNodeToString
 
DOMRenderer - Class in adams.gui.core.dom
A specialized renderer for the DOMTree elements.
DOMRenderer() - Constructor for class adams.gui.core.dom.DOMRenderer
Initializes the renderer.
DOMToProperties - Class in adams.data.conversion
Flattens a DOM object (or node) into a Properties object.
DOMToProperties() - Constructor for class adams.data.conversion.DOMToProperties
 
DOMToString - Class in adams.data.conversion
Turns a org.w3c.dom.Node or org.w3c.dom.Document DOM object into a String.
In case of org.w3c.dom.Node objects, the owner document is converted to String.
DOMToString() - Constructor for class adams.data.conversion.DOMToString
 
DOMTree - Class in adams.gui.core.dom
Specialized tree for displaying JSON objects/arrays.
DOMTree() - Constructor for class adams.gui.core.dom.DOMTree
 
DOMTreeWithPreview - Class in adams.gui.core.dom
DOMTree with a preview table for the attributes.
DOMTreeWithPreview() - Constructor for class adams.gui.core.dom.DOMTreeWithPreview
 
doMutations() - Method in class adams.opt.genetic.AbstractGeneticAlgorithm
Performs mutations.
doMutations() - Method in class adams.opt.optimise.genetic.AbstractGeneticAlgorithm
Performs mutations.
doMutations2() - Method in class adams.opt.genetic.AbstractGeneticAlgorithm
Performs mutations.
doMutations2() - Method in class adams.opt.optimise.genetic.AbstractGeneticAlgorithm
Performs mutations.
DOMUtils - Class in adams.data.xml
Helper class for DOM operations.
DOMUtils() - Constructor for class adams.data.xml.DOMUtils
 
done() - Method in class adams.flow.control.AbstractTee.TeeSwingWorker
Execution finished.
done() - Method in class adams.flow.setup.FlowSetupWorker
After executing the flow.
done() - Method in class adams.gui.flow.FlowWorker
Executed on the Event Dispatch Thread after the doInBackground method is finished.
doNext() - Method in class adams.core.password.BruteForcePasswordGenerator
Generates the next password.
doNext() - Method in class adams.data.io.input.AbstractCompressedTextReader
Returns the next lot of data.
doNext() - Method in class adams.data.io.input.AbstractTextReader
Returns the next lot of data.
doNext() - Method in class adams.data.io.input.LineArrayTextReader
Returns the next lot of data.
doNext() - Method in class adams.data.io.input.LineByLineTextReader
Returns the next lot of data.
doNext() - Method in class adams.data.io.input.SingleStringTextReader
Returns the next lot of data.
doNext() - Method in class adams.data.random.AbstractRandomNumberGenerator
Returns the next random number.
doNext() - Method in class adams.data.random.JavaRandomByte
Returns the next random number.
doNext() - Method in class adams.data.random.JavaRandomByteUnseeded
Returns the next random number.
doNext() - Method in class adams.data.random.JavaRandomDouble
Returns the next random number.
doNext() - Method in class adams.data.random.JavaRandomDoubleUnseeded
Returns the next random number.
doNext() - Method in class adams.data.random.JavaRandomInt
Returns the next random number.
doNext() - Method in class adams.data.random.JavaRandomIntUnseeded
Returns the next random number.
dontReplaceMissingValuesTipText() - Method in class weka.clusterers.SAXKMeans
Returns the tip text for this property.
dontUpdateIDTipText() - Method in class adams.data.filter.AbstractFilter
Returns the tip text for this property.
dontUpdateIDTipText() - Method in interface adams.data.filter.Filter
Returns the tip text for this property.
doOptimize(ChildFrame, AbstractClassifierBasedGeneticAlgorithm, String[]) - Method in class adams.gui.menu.AbstractClassifierBasedGeneticAlgorithmWizard
Performs the optimization.
doOutput(Actor) - Method in class adams.flow.control.SequentialDirector
Retrieves the token from the actor.
doPack(PropertyPath.PropertyContainer) - Method in class adams.core.discovery.genetic.AbstractGeneticDiscoveryHandler
Returns the packed bits for the genetic algorithm.
doPack(PropertyPath.PropertyContainer) - Method in class adams.core.discovery.genetic.AbstractGeneticDoubleDiscoveryHandlerResolution
Returns the packed bits for the genetic algorithm.
doPack(PropertyPath.PropertyContainer) - Method in class adams.core.discovery.genetic.AbstractGeneticDoubleMatrixDiscoveryHandler
Returns the packed bits for the genetic algorithm.
doPack(PropertyPath.PropertyContainer) - Method in class adams.core.discovery.genetic.AbstractGeneticFloatDiscoveryHandlerResolution
Returns the packed bits for the genetic algorithm.
doPack(PropertyPath.PropertyContainer) - Method in class adams.core.discovery.genetic.AbstractGeneticIntegerArrayDiscoveryHandler
Returns the packed bits for the genetic algorithm.
doPack(PropertyPath.PropertyContainer) - Method in class adams.core.discovery.genetic.AbstractGeneticIntegerDiscoveryHandler
Returns the packed bits for the genetic algorithm.
doPack(PropertyPath.PropertyContainer) - Method in class adams.core.discovery.genetic.AbstractGeneticStringDiscoveryHandler
Returns the packed bits for the genetic algorithm.
doPaint(ObjectAnnotationPanel, Graphics) - Method in class adams.gui.visualization.object.overlay.AbstractObjectOverlayFromReport
Paints the overlay.
doPaint(ObjectAnnotationPanel, Graphics) - Method in class adams.gui.visualization.object.overlay.AbstractOverlay
Paints the overlay.
doPaint(ObjectAnnotationPanel, Graphics) - Method in class adams.gui.visualization.object.overlay.AbstractPointOverlayFromReport
Paints the overlay.
doPaint(ObjectAnnotationPanel, Graphics) - Method in class adams.gui.visualization.object.overlay.ClassificationLabelTextOverlay
Paints the overlay.
doPaint(ObjectAnnotationPanel, Graphics) - Method in class adams.gui.visualization.object.overlay.MultiOverlay
Paints the overlay.
doPaint(ObjectAnnotationPanel, Graphics) - Method in class adams.gui.visualization.object.overlay.NullOverlay
Paints the overlay.
doPaint(ObjectAnnotationPanel, Graphics) - Method in class adams.gui.visualization.object.overlay.ObjectAnnotations
Paints the overlay.
doPaint(Graphics) - Method in class adams.gui.visualization.core.plot.ContentPanel
Performs the actual painting.
doPaintObjects(ImagePanel.PaintPanel, Graphics, LocatedObjects) - Method in class adams.gui.visualization.image.ObjectAnnotations
Performs the actual painting of the objects.
doPaintObjects(ImagePanel.PaintPanel, Graphics, List<Polygon>) - Method in class adams.gui.visualization.image.AbstractObjectOverlayFromReport
Performs the actual painting of the objects.
doPaintObjects(ImagePanel.PaintPanel, Graphics, List<Polygon>) - Method in class adams.gui.visualization.image.AbstractPointOverlayFromReport
Performs the actual painting of the objects.
doPaintObjects(ImagePanel.PaintPanel, Graphics, List<Polygon>) - Method in class adams.gui.visualization.image.ObjectCentersOverlayFromReport
Performs the actual painting of the objects.
doPaintObjects(ImagePanel.PaintPanel, Graphics, List<Polygon>) - Method in class adams.gui.visualization.image.ObjectLocationsOverlayFromReport
Performs the actual painting of the objects.
doPaintObjects(ImagePanel.PaintPanel, Graphics, List<Polygon>) - Method in class adams.gui.visualization.image.SimplePointOverlayFromReport
Performs the actual painting of the objects.
doPaintObjects(ObjectAnnotationPanel, Graphics, List<Polygon>) - Method in class adams.gui.visualization.object.overlay.AbstractObjectOverlayFromReport
Performs the actual painting of the objects.
doPaintObjects(ObjectAnnotationPanel, Graphics, List<Polygon>) - Method in class adams.gui.visualization.object.overlay.AbstractPointOverlayFromReport
Performs the actual painting of the objects.
doPaintObjects(ObjectAnnotationPanel, Graphics, List<Polygon>) - Method in class adams.gui.visualization.object.overlay.ObjectCentersOverlayFromReport
Performs the actual painting of the objects.
doPaintObjects(ObjectAnnotationPanel, Graphics, List<Polygon>) - Method in class adams.gui.visualization.object.overlay.ObjectLocationsOverlayFromReport
Performs the actual painting of the objects.
doPaintObjects(ObjectAnnotationPanel, Graphics, List<Polygon>) - Method in class adams.gui.visualization.object.overlay.SimplePointOverlayFromReport
Performs the actual painting of the objects.
doPaintOverlay(ImagePanel.PaintPanel, Graphics) - Method in class adams.flow.transformer.pixelselector.AbstractPixelSelectorOverlay
Paints the actual overlay over the image.
doPaintOverlay(ImagePanel.PaintPanel, Graphics) - Method in class adams.flow.transformer.pixelselector.ClassificationOverlay
Paints the actual overlay over the image.
doPaintOverlay(ImagePanel.PaintPanel, Graphics) - Method in class adams.flow.transformer.pixelselector.RectangleOverlay
Paints the actual overlay over the image.
doPaintOverlay(ImagePanel.PaintPanel, Graphics) - Method in class adams.flow.transformer.pixelselector.SimpleOverlay
Paints the actual overlay over the image.
doPaintOverlay(ImagePanel.PaintPanel, Graphics) - Method in class adams.gui.visualization.image.AbstractImageOverlay
Performs the actual painting of the overlay.
doPaintOverlay(ImagePanel.PaintPanel, Graphics) - Method in class adams.gui.visualization.image.AbstractObjectOverlayFromReport
Performs the actual painting of the overlay.
doPaintOverlay(ImagePanel.PaintPanel, Graphics) - Method in class adams.gui.visualization.image.AbstractPointOverlayFromReport
Performs the actual painting of the overlay.
doPaintOverlay(ImagePanel.PaintPanel, Graphics) - Method in class adams.gui.visualization.image.BoofCVDetectLineSegmentsImageOverlay
Performs the actual painting of the overlay.
doPaintOverlay(ImagePanel.PaintPanel, Graphics) - Method in class adams.gui.visualization.image.BoofCVDetectLinesImageOverlay
Performs the actual painting of the overlay.
doPaintOverlay(ImagePanel.PaintPanel, Graphics) - Method in class adams.gui.visualization.image.HighlightLocations
Performs the actual painting of the overlay.
doPaintOverlay(ImagePanel.PaintPanel, Graphics) - Method in class adams.gui.visualization.image.MetaDataText
Performs the actual painting of the overlay.
doPaintOverlay(ImagePanel.PaintPanel, Graphics) - Method in class adams.gui.visualization.image.MultiImageOverlay
Performs the actual painting of the overlay.
doPaintOverlay(ImagePanel.PaintPanel, Graphics) - Method in class adams.gui.visualization.image.NullOverlay
Does nothing.
doPaintOverlay(ImagePanel.PaintPanel, Graphics) - Method in class adams.gui.visualization.image.ObjectAnnotations
Performs the actual painting of the overlay.
doPaintSelection(Graphics) - Method in class adams.gui.visualization.object.annotator.AbstractAnnotator
Paints the selection.
doPaintSelection(Graphics) - Method in class adams.gui.visualization.object.annotator.BoundingBoxAnnotator
Paints the selection.
doPaintSelection(Graphics) - Method in class adams.gui.visualization.object.annotator.ClassificationLabelAnnotator
Paints the selection.
doPaintSelection(Graphics) - Method in class adams.gui.visualization.object.annotator.NullAnnotator
Paints the selection.
doPaintSelection(Graphics) - Method in class adams.gui.visualization.object.annotator.PolygonAnnotator
Paints the selection.
doPaintSelection(Graphics) - Method in class adams.gui.visualization.object.annotator.PolygonPointAnnotator
Paints the selection.
doPaintSelection(Graphics) - Method in class adams.gui.visualization.object.annotator.SimplePointAnnotator
Paints the selection.
doPaintSelectionShape(ImagePanel.PaintPanel, Graphics, Point, Point, List<Point>) - Method in class adams.gui.visualization.image.selectionshape.AbstractSelectionShapePainter
Paints the selection shape.
doPaintSelectionShape(ImagePanel.PaintPanel, Graphics, Point, Point, List<Point>) - Method in class adams.gui.visualization.image.selectionshape.AbstractStrokeSelectionShapePainter
Paints the selection shape.
doPaintSelectionShapeWithStroke(ImagePanel.PaintPanel, Graphics, Point, Point, List<Point>) - Method in class adams.gui.visualization.image.selectionshape.AbstractStrokeSelectionShapePainter
Paints the selection shape.
doPaintSelectionShapeWithStroke(ImagePanel.PaintPanel, Graphics, Point, Point, List<Point>) - Method in class adams.gui.visualization.image.selectionshape.PolygonPainter
Paints the selection shape.
doPaintSelectionShapeWithStroke(ImagePanel.PaintPanel, Graphics, Point, Point, List<Point>) - Method in class adams.gui.visualization.image.selectionshape.RectanglePainter
Paints the selection shape.
doPerformPaint(Graphics2D) - Method in class adams.gui.visualization.segmentation.paintoperation.AbstractPaintOperation
Performs a paint operation.
doPerformPaint(Graphics2D) - Method in class adams.gui.visualization.segmentation.paintoperation.NullOperation
Performs a paint operation.
doPerformPaint(Graphics2D) - Method in class adams.gui.visualization.segmentation.paintoperation.PolygonOverlay
Performs a paint operation.
doPerformPaint(Graphics, PaintEvent.PaintMoment) - Method in class adams.flow.sink.controlchartplot.ChartPaintlet
The paint routine of the paintlet.
doPerformPaint(Graphics, PaintEvent.PaintMoment) - Method in class adams.flow.sink.controlchartplot.LimitPaintlet
The paint routine of the paintlet.
doPerformPaint(Graphics, PaintEvent.PaintMoment) - Method in class adams.flow.sink.sequenceplotter.AbstractErrorPaintlet
The paint routine of the paintlet.
doPerformPaint(Graphics, PaintEvent.PaintMoment) - Method in class adams.flow.sink.sequenceplotter.AbstractMarkerPaintlet
The paint routine of the paintlet.
doPerformPaint(Graphics, PaintEvent.PaintMoment) - Method in class adams.flow.sink.sequenceplotter.OutlierPaintlet
The paint routine of the paintlet.
doPerformPaint(Graphics, PaintEvent.PaintMoment) - Method in class adams.gui.visualization.core.AbstractStrokePaintlet
The actual paint routine of the paintlet.
doPerformPaint(Graphics, PaintEvent.PaintMoment) - Method in class adams.gui.visualization.core.CoordinatesPaintlet
The paint routine of the paintlet.
doPerformPaint(Graphics, PaintEvent.PaintMoment) - Method in class adams.gui.visualization.core.CrossHairTracker
The paint routine of the paintlet.
doPerformPaint(Graphics, PaintEvent.PaintMoment) - Method in class adams.gui.visualization.core.HorizontalIndicatorPaintlet
The paint routine of the paintlet.
doPerformPaint(Graphics, PaintEvent.PaintMoment) - Method in class adams.gui.visualization.instance.InstanceLinePaintlet
The paint routine of the paintlet.
doPerformPaint(Graphics, PaintEvent.PaintMoment) - Method in class adams.gui.visualization.instance.SimpleInstanceLinePaintlet
The paint routine of the paintlet.
doPerformPaint(Graphics, PaintEvent.PaintMoment) - Method in class adams.gui.visualization.sequence.BarPaintlet
The paint routine of the paintlet.
doPerformPaint(Graphics, PaintEvent.PaintMoment) - Method in class adams.gui.visualization.sequence.ByNamePaintlet
The paint routine of the paintlet.
doPerformPaint(Graphics, PaintEvent.PaintMoment) - Method in class adams.gui.visualization.sequence.CirclePaintlet
The paint routine of the paintlet.
doPerformPaint(Graphics, PaintEvent.PaintMoment) - Method in class adams.gui.visualization.sequence.CrossPaintlet
The paint routine of the paintlet.
doPerformPaint(Graphics, PaintEvent.PaintMoment) - Method in class adams.gui.visualization.sequence.DiagonalOverlayPaintlet
The paint routine of the paintlet.
doPerformPaint(Graphics, PaintEvent.PaintMoment) - Method in class adams.gui.visualization.sequence.DotPaintlet
The paint routine of the paintlet.
doPerformPaint(Graphics, PaintEvent.PaintMoment) - Method in class adams.gui.visualization.sequence.KendallTheilOverlayPaintlet
The paint routine of the paintlet.
doPerformPaint(Graphics, PaintEvent.PaintMoment) - Method in class adams.gui.visualization.sequence.LinearRegressionOverlayPaintlet
The paint routine of the paintlet.
doPerformPaint(Graphics, PaintEvent.PaintMoment) - Method in class adams.gui.visualization.sequence.LinePaintlet
The paint routine of the paintlet.
doPerformPaint(Graphics, PaintEvent.PaintMoment) - Method in class adams.gui.visualization.sequence.LOWESSOverlayPaintlet
The paint routine of the paintlet.
doPerformPaint(Graphics, PaintEvent.PaintMoment) - Method in class adams.gui.visualization.sequence.MathExpressionOverlayPaintlet
The paint routine of the paintlet.
doPerformPaint(Graphics, PaintEvent.PaintMoment) - Method in class adams.gui.visualization.sequence.MeanOverlayPaintlet
The paint routine of the paintlet.
doPerformPaint(Graphics, PaintEvent.PaintMoment) - Method in class adams.gui.visualization.sequence.MedianOverlayPaintlet
The paint routine of the paintlet.
doPerformPaint(Graphics, PaintEvent.PaintMoment) - Method in class adams.gui.visualization.sequence.MetaDataValuePaintlet
The paint routine of the paintlet.
doPerformPaint(Graphics, PaintEvent.PaintMoment) - Method in class adams.gui.visualization.sequence.NullPaintlet
The paint routine of the paintlet.
doPerformPaint(Graphics, PaintEvent.PaintMoment) - Method in class adams.gui.visualization.sequence.PaintletWithFixedXRange
The paint routine of the paintlet.
doPerformPaint(Graphics, PaintEvent.PaintMoment) - Method in class adams.gui.visualization.sequence.PaintletWithFixedYRange
The paint routine of the paintlet.
doPerformPaint(Graphics, PaintEvent.PaintMoment) - Method in class adams.gui.visualization.sequence.PercentileOverlayPaintlet
The paint routine of the paintlet.
doPerformPaint(Graphics, PaintEvent.PaintMoment) - Method in class adams.gui.visualization.sequence.SquarePaintlet
The paint routine of the paintlet.
doPerformPaint(Graphics, PaintEvent.PaintMoment) - Method in class adams.gui.visualization.sequence.StdDevOverlayPaintlet
The paint routine of the paintlet.
doPerformPaint(Graphics, PaintEvent.PaintMoment) - Method in class adams.gui.visualization.sequence.StickPaintlet
The paint routine of the paintlet.
doPerformPaint(Graphics, PaintEvent.PaintMoment) - Method in class adams.gui.visualization.sequence.StraightLineOverlayPaintlet
The paint routine of the paintlet.
doPerformPaint(Graphics, PaintEvent.PaintMoment) - Method in class adams.gui.visualization.sequence.TrianglePaintlet
The paint routine of the paintlet.
doPerformPaint(Graphics, PaintEvent.PaintMoment) - Method in class adams.gui.visualization.spreadsheet.SimpleSpreadSheetRowLinePaintlet
The paint routine of the paintlet.
doPerformPaint(Graphics, PaintEvent.PaintMoment) - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowLinePaintlet
The paint routine of the paintlet.
doPerformPaint(Graphics, PaintEvent.PaintMoment) - Method in class adams.gui.visualization.stats.paintlet.AbstractOverlayPaintlet
The paint routine of the paintlet.
doPerformPaint(Graphics, PaintEvent.PaintMoment) - Method in class adams.gui.visualization.stats.paintlet.AbstractScatterPlotPaintlet
The paint routine of the paintlet.
doPerformPaint(Graphics, PaintEvent.PaintMoment) - Method in class adams.gui.visualization.stats.paintlet.AbstractZOverlayPaintlet
The paint routine of the paintlet.
doPerformPaint(Graphics, PaintEvent.PaintMoment) - Method in class adams.gui.visualization.stats.paintlet.AbstractZScorePaintlet
The paint routine of the paintlet.
doPerformPaint(Graphics, PaintEvent.PaintMoment) - Method in class adams.gui.visualization.stats.paintlet.Exponential
The paint routine of the paintlet.
doPerformPaint(Graphics, PaintEvent.PaintMoment) - Method in class adams.gui.visualization.stats.paintlet.Gamma
The paint routine of the paintlet.
doPerformPaint(Graphics, PaintEvent.PaintMoment) - Method in class adams.gui.visualization.stats.paintlet.HistogramPaintlet
The paint routine of the paintlet.
doPerformPaint(Graphics, PaintEvent.PaintMoment) - Method in class adams.gui.visualization.stats.paintlet.Logistic
The paint routine of the paintlet.
doPerformPaint(Graphics, PaintEvent.PaintMoment) - Method in class adams.gui.visualization.stats.paintlet.Loglogistic
The paint routine of the paintlet.
doPerformPaint(Graphics, PaintEvent.PaintMoment) - Method in class adams.gui.visualization.stats.paintlet.Lognormal
The paint routine of the paintlet.
doPerformPaint(Graphics, PaintEvent.PaintMoment) - Method in class adams.gui.visualization.stats.paintlet.Normal
The paint routine of the paintlet.
doPerformPaint(Graphics, PaintEvent.PaintMoment) - Method in class adams.gui.visualization.stats.paintlet.VsFitPaintlet
The paint routine of the paintlet.
doPerformPaint(Graphics, PaintEvent.PaintMoment) - Method in class adams.gui.visualization.stats.paintlet.VsOrderPaintlet
The paint routine of the paintlet.
doPerformPaint(Graphics, PaintEvent.PaintMoment) - Method in class adams.gui.visualization.timeseries.FixedTimestampPaintlet
The paint routine of the paintlet.
doPerformPaint(Graphics, PaintEvent.PaintMoment) - Method in class adams.gui.visualization.timeseries.FixedTimestampRangePaintlet
The paint routine of the paintlet.
doPerformPaint(Graphics, PaintEvent.PaintMoment) - Method in class adams.gui.visualization.timeseries.PaintletWithFixedXRange
The paint routine of the paintlet.
doPerformPaint(Graphics, PaintEvent.PaintMoment) - Method in class adams.gui.visualization.timeseries.PaintletWithFixedYRange
The paint routine of the paintlet.
doPerformPaint(Graphics, PaintEvent.PaintMoment) - Method in class adams.gui.visualization.timeseries.PeriodicityPaintlet
The paint routine of the paintlet.
doPerformPaint(Graphics, PaintEvent.PaintMoment) - Method in class adams.gui.visualization.timeseries.SelectedTimestampPaintlet
The paint routine of the paintlet.
doPerformPaint(Graphics, PaintEvent.PaintMoment) - Method in class adams.gui.visualization.timeseries.TimeseriesPaintlet
The paint routine of the paintlet.
doPlot(LocatedObject, Color, Graphics2D) - Method in class adams.gui.visualization.object.objectannotations.outline.AbstractStrokeOutlinePlotter
Plots the outline.
doPlot(LocatedObject, Color, Graphics2D) - Method in class adams.gui.visualization.object.objectannotations.outline.PolygonOutline
Plots the outline.
doPlot(LocatedObject, Color, Graphics2D) - Method in class adams.gui.visualization.object.objectannotations.outline.PolygonVertices
Plots the outline.
doPlot(LocatedObject, Color, Graphics2D) - Method in class adams.gui.visualization.object.objectannotations.outline.RectangleOutline
Plots the outline.
doPlot(LocatedObject, Color, Graphics2D) - Method in class adams.gui.visualization.object.objectannotations.outline.RectangleVertices
Plots the outline.
doPlotColumn(SpreadSheetTable, SpreadSheet, int) - Method in class adams.gui.core.spreadsheettable.AbstractPlotColumn
Plots the specified column.
doPlotColumn(InstancesTablePopupMenuItemHelper.TableState) - Method in class adams.gui.visualization.instances.instancestable.AbstractPlotColumn
Plots the specified column.
doPlotLabel(LocatedObject, Color, Graphics2D) - Method in class adams.gui.visualization.object.objectannotations.label.AbstractLabelPlotter
Plots the label.
doPlotLabel(LocatedObject, Color, Graphics2D) - Method in class adams.gui.visualization.object.objectannotations.label.Anchored
Plots the label.
doPlotLabel(LocatedObject, Color, Graphics2D) - Method in class adams.gui.visualization.object.objectannotations.label.MultiLabelPlotter
Plots the label.
doPlotLabel(LocatedObject, Color, Graphics2D) - Method in class adams.gui.visualization.object.objectannotations.label.NoLabel
Plots the label.
doPlotOutline(LocatedObject, Color, Graphics2D) - Method in class adams.gui.visualization.object.objectannotations.outline.AbstractOutlinePlotter
Plots the outline.
doPlotOutline(LocatedObject, Color, Graphics2D) - Method in class adams.gui.visualization.object.objectannotations.outline.AbstractStrokeOutlinePlotter
Plots the outline.
doPlotOutline(LocatedObject, Color, Graphics2D) - Method in class adams.gui.visualization.object.objectannotations.outline.MultiOutlinePlotter
Plots the outline.
doPlotOutline(LocatedObject, Color, Graphics2D) - Method in class adams.gui.visualization.object.objectannotations.outline.NoOutline
Plots the outline.
doPlotRow(SpreadSheetTablePopupMenuItemHelper.TableState) - Method in class adams.gui.core.spreadsheettable.AbstractPlotRow
Plots the specified row.
doPlotRow(InstancesTablePopupMenuItemHelper.TableState) - Method in class adams.gui.visualization.instances.instancestable.AbstractPlotRow
Plots the specified row.
doPlotSelectedRows(SpreadSheetTablePopupMenuItemHelper.TableState) - Method in class adams.gui.core.spreadsheettable.AbstractPlotSelectedRows
Plots the specified rows.
doPlotSelectedRows(InstancesTablePopupMenuItemHelper.TableState) - Method in class adams.gui.visualization.instances.instancestable.AbstractPlotSelectedRows
Plots the specified rows.
doPlotShape(LocatedObject, Color, Graphics2D) - Method in class adams.gui.visualization.object.objectannotations.shape.AbstractShapePlotter
Plots the outline.
doPlotShape(LocatedObject, Color, Graphics2D) - Method in class adams.gui.visualization.object.objectannotations.shape.Center
Plots the outline.
doPlotShape(LocatedObject, Color, Graphics2D) - Method in class adams.gui.visualization.object.objectannotations.shape.FilledPolygon
Plots the outline.
doPlotShape(LocatedObject, Color, Graphics2D) - Method in class adams.gui.visualization.object.objectannotations.shape.FilledRectangle
Plots the outline.
doPlotShape(LocatedObject, Color, Graphics2D) - Method in class adams.gui.visualization.object.objectannotations.shape.MultiShapePlotter
Plots the shape.
doPlotShape(LocatedObject, Color, Graphics2D) - Method in class adams.gui.visualization.object.objectannotations.shape.NoShape
Plots the outline.
doPostProcess(WekaEvaluationContainer) - Method in class adams.flow.transformer.wekaevaluationpostprocessor.AbstractWekaEvaluationPostProcessor
Post-processes the evaluation container.
doPostProcess(WekaModelContainer) - Method in class adams.flow.transformer.wekaclusterer.AbstractClustererPostProcessor
Performs the actual post-processing.
doPostProcess(WekaModelContainer) - Method in class adams.flow.transformer.wekaclusterer.AbstractClusterMembershipPostProcessor
Performs the actual post-processing.
doPostProcess(WekaModelContainer) - Method in class adams.flow.transformer.wekaclusterer.AverageSilhouetteCoefficient
Performs the actual post-processing.
doPostProcess(WekaModelContainer) - Method in class adams.flow.transformer.wekaclusterer.MultiClustererPostProcessor
Performs the actual post-processing.
doPostProcess(WekaModelContainer) - Method in class adams.flow.transformer.wekaclusterer.PassThrough
Simply returns the container, no post-processing done.
doPostProcess(DataPool) - Method in class adams.flow.sink.canvas.AbstractDataPoolPostProcessor
Does the actual post-processing.
doPostProcess(DataPool) - Method in class adams.flow.sink.canvas.PassThrough
Does nothing.
doPostProcess(Tree, Actor, Actor, Actor) - Method in class adams.gui.flow.tree.postprocessor.AbstractEditPostProcessor
Post-processes the tree.
doPostProcess(Tree, Actor, Actor, Actor) - Method in class adams.gui.flow.tree.postprocessor.CallableActorRenamed
Post-processes the tree.
doPostProcess(Tree, Actor, Actor, Actor) - Method in class adams.gui.flow.tree.postprocessor.EventRenamed
Post-processes the tree.
doPostProcess(Tree, Actor, Actor, Actor) - Method in class adams.gui.flow.tree.postprocessor.StorageValueRenamed
Post-processes the tree.
doPostProcess(Tree, Actor, Actor, Actor) - Method in class adams.gui.flow.tree.postprocessor.VariableRenamed
Post-processes the tree.
doPostProcess(T) - Method in class adams.flow.transformer.datacontainer.AbstractDataContainerPostProcessor
Performs the actual post-processing.
doPostProcess(T) - Method in class adams.flow.transformer.datacontainer.NoPostProcessing
Performs the actual post-processing.
doPostProcess(T) - Method in class adams.flow.transformer.report.AbstractReportPostProcessor
Performs the actual post-processing.
doPostProcess(T) - Method in class adams.flow.transformer.report.NoPostProcessing
Performs the actual post-processing.
doPostProcess(Evaluation) - Method in class adams.flow.transformer.wekaevaluationpostprocessor.AbstractWekaEvaluationPostProcessor
Post-processes the evaluation.
doPostProcess(Evaluation) - Method in class adams.flow.transformer.wekaevaluationpostprocessor.MultiPostProcessor
Post-processes the Evaluation.
doPostProcess(Evaluation) - Method in class adams.flow.transformer.wekaevaluationpostprocessor.PassThrough
Post-processes the evaluation.
doPostProcess(Evaluation) - Method in class adams.flow.transformer.wekaevaluationpostprocessor.RemoveWorst
Post-processes the evaluation.
doPostProcess(Evaluation) - Method in class adams.flow.transformer.wekaevaluationpostprocessor.RemoveWorstStdDev
Post-processes the evaluation.
doPostProcess(Evaluation) - Method in class adams.flow.transformer.wekaevaluationpostprocessor.SimpleSubRange
Post-processes the evaluation.
doPostProcess(Evaluation) - Method in class adams.flow.transformer.wekaevaluationpostprocessor.SubRange
Post-processes the evaluation.
doPostProcessBins(List<Bin<T>>) - Method in class adams.data.binning.postprocessing.AbstractBinPostProcessing
Post-processes the bins.
doPostProcessBins(List<Bin<T>>) - Method in class adams.data.binning.postprocessing.MinBinSize
Post-processes the bins.
doPostProcessBins(List<Bin<T>>) - Method in class adams.data.binning.postprocessing.PassThrough
Post-processes the bins.
doPostProcessError(ErrorHandler, Actor, String, String) - Method in class adams.flow.control.errorpostprocessor.AbstractErrorPostProcessor
Performs the actual post-processing of the error.
doPostProcessError(ErrorHandler, Actor, String, String) - Method in class adams.flow.control.errorpostprocessor.Null
Does nothing.
doPostProcessError(ErrorHandler, Actor, String, String) - Method in class adams.flow.control.errorpostprocessor.OutOfMemory
Performs the actual post-processing of the error.
doPrepare(String[]) - Method in class adams.flow.transformer.preparefilebaseddataset.CrossValidation
Prepares the data.
doPrepare(String[]) - Method in class adams.flow.transformer.preparefilebaseddataset.GroupedCrossValidation
Prepares the data.
doPrepare(String[]) - Method in class adams.flow.transformer.preparefilebaseddataset.GroupedTrainTestSplit
Prepares the data.
doPrepare(String[]) - Method in class adams.flow.transformer.preparefilebaseddataset.TrainTestSplit
Prepares the data.
doPrepare(String[]) - Method in class adams.flow.transformer.preparefilebaseddataset.TrainValidateTestSplit
Prepares the data.
doPrepare(String[][]) - Method in class adams.flow.transformer.preparefilebaseddataset.Selected
Prepares the data.
doPrepare(T) - Method in class adams.flow.transformer.preparefilebaseddataset.AbstractFileBasedDatasetPreparation
Prepares the data.
doPreprocess(XYSequencePoint, AxisPanel, AxisPanel) - Method in class adams.gui.visualization.sequence.pointpreprocessor.AbstractPointPreprocessor
Preprocesses the point.
doPreprocess(XYSequencePoint, AxisPanel, AxisPanel) - Method in class adams.gui.visualization.sequence.pointpreprocessor.Jitter
Preprocesses the point.
doPreprocess(XYSequencePoint, AxisPanel, AxisPanel) - Method in class adams.gui.visualization.sequence.pointpreprocessor.PassThrough
Preprocesses the point.
doPreProcess(T) - Method in class adams.flow.transformer.datacontainer.AbstractDataContainerPreProcessor
Performs the actual pre-processing.
doPreProcess(T) - Method in class adams.flow.transformer.datacontainer.NoPreProcessing
Performs the actual pre-processing.
doPreProcess(T) - Method in class adams.flow.transformer.report.AbstractReportPreProcessor
Performs the actual pre-processing.
doPreProcess(T) - Method in class adams.flow.transformer.report.NoPreProcessing
Performs the actual pre-processing.
doPreselectCurrentLabel(String) - Method in class adams.gui.visualization.object.labelselector.AbstractLabelSelectorPanel
Pre-selects the label.
doPreselectCurrentLabel(String) - Method in class adams.gui.visualization.object.labelselector.ButtonSelectorPanel
Pre-selects the label.
doPreselectCurrentLabel(String) - Method in class adams.gui.visualization.object.labelselector.ButtonSelectorWithColorPanel
Pre-selects the label.
doPreselectCurrentLabel(String) - Method in class adams.gui.visualization.object.labelselector.ComboBoxSelectorPanel
Pre-selects the label.
doPreview(SpreadSheet, int[]) - Method in class adams.gui.core.spreadsheetpreview.AbstractSpreadSheetPreview.AbstractSpreadSheetPreviewPanel
Previews the spreadsheet.
doPreview(SpreadSheet, int[]) - Method in class adams.gui.core.spreadsheetpreview.SimpleHTML.SimpleTextPanel
Previews the spreadsheet.
doPreview(SpreadSheet, int[]) - Method in class adams.gui.core.spreadsheetpreview.SimpleText.SimpleTextPanel
Previews the spreadsheet.
doProcess(BoofCVImageContainer[]) - Method in class adams.data.boofcv.multiimageoperation.And
Performs the actual processing of the images.
doProcess(BoofCVImageContainer[]) - Method in class adams.data.boofcv.multiimageoperation.Diff
Performs the actual processing of the images.
doProcess(BoofCVImageContainer[]) - Method in class adams.data.boofcv.multiimageoperation.Or
Performs the actual processing of the images.
doProcess(BoofCVImageContainer[]) - Method in class adams.data.boofcv.multiimageoperation.PassThrough
Performs the actual processing of the images.
doProcess(BoofCVImageContainer[]) - Method in class adams.data.boofcv.multiimageoperation.ReportFieldSubtraction
Performs the actual processing of the images.
doProcess(BoofCVImageContainer[]) - Method in class adams.data.boofcv.multiimageoperation.XOr
Performs the actual processing of the images.
doProcess(BufferedImageContainer) - Method in class adams.data.image.transformer.subimages.AbstractSubImagesGenerator
Performs the actual generation of the subimages.
doProcess(BufferedImageContainer) - Method in class adams.data.image.transformer.subimages.Grid
Performs the actual generation of the subimages.
doProcess(BufferedImageContainer) - Method in class adams.data.image.transformer.subimages.Objects
Performs the actual generation of the subimages.
doProcess(BufferedImageContainer) - Method in class adams.data.image.transformer.subimages.PassThrough
Performs the actual generation of the subimages.
doProcess(BufferedImageContainer) - Method in class adams.data.image.transformer.subimages.Regions
Performs the actual generation of the subimages.
doProcess(BufferedImageContainer[]) - Method in class adams.data.image.multiimageoperation.And
Performs the actual processing of the images.
doProcess(BufferedImageContainer[]) - Method in class adams.data.image.multiimageoperation.ApplyMask
Performs the actual processing of the images.
doProcess(BufferedImageContainer[]) - Method in class adams.data.image.multiimageoperation.Average
Performs the actual processing of the images.
doProcess(BufferedImageContainer[]) - Method in class adams.data.image.multiimageoperation.CombineChannels
Performs the actual processing of the images.
doProcess(BufferedImageContainer[]) - Method in class adams.data.image.multiimageoperation.Diff
Performs the actual processing of the images.
doProcess(BufferedImageContainer[]) - Method in class adams.data.image.multiimageoperation.Median
Performs the actual processing of the images.
doProcess(BufferedImageContainer[]) - Method in class adams.data.image.multiimageoperation.MergeGrid
Performs the actual processing of the images.
doProcess(BufferedImageContainer[]) - Method in class adams.data.image.multiimageoperation.Or
Performs the actual processing of the images.
doProcess(BufferedImageContainer[]) - Method in class adams.data.image.multiimageoperation.PassThrough
Performs the actual processing of the images.
doProcess(BufferedImageContainer[]) - Method in class adams.data.image.multiimageoperation.ReportFieldSubtraction
Performs the actual processing of the images.
doProcess(BufferedImageContainer[]) - Method in class adams.data.image.multiimageoperation.XOr
Performs the actual processing of the images.
doProcess(OpenCVImageContainer[]) - Method in class adams.data.opencv.multiimageoperation.PassThrough
Performs the actual processing of the images.
doProcess(OpenCVImageContainer[]) - Method in class adams.data.opencv.multiimageoperation.ReportFieldSubtraction
Performs the actual processing of the images.
doProcess(SpreadSheet) - Method in class adams.gui.tools.spreadsheetviewer.AbstractDataPlugin
Performs the actual processing of the spreadsheet.
doProcess(SpreadSheet) - Method in class adams.gui.tools.spreadsheetviewer.AbstractDataPluginWithGOE
Performs the user interaction.
doProcess(SpreadSheet) - Method in class adams.gui.tools.spreadsheetviewer.AbstractSelectedSheetsDataPlugin
Executes the plugin.
doProcess(SpreadSheet[], MessageCollection) - Method in class adams.flow.transformer.multispreadsheetoperation.AbstractIndentifiableRowOperation
Performs the actual processing of the sheets.
doProcess(SpreadSheet[], MessageCollection) - Method in class adams.flow.transformer.multispreadsheetoperation.AbstractMultiSpreadSheetOperation
Performs the actual processing of the sheets.
doProcess(SpreadSheet[], MessageCollection) - Method in class adams.flow.transformer.multispreadsheetoperation.CommonIDs
Performs the actual processing of the sheets.
doProcess(SpreadSheet[], MessageCollection) - Method in class adams.flow.transformer.multispreadsheetoperation.Merge
Performs the actual processing of the sheets.
doProcess(SpreadSheet[], MessageCollection) - Method in class adams.flow.transformer.multispreadsheetoperation.PassThrough
Performs the actual processing of the sheets.
doProcess(SpreadSheet, MessageCollection) - Method in class adams.gui.tools.spreadsheetprocessor.processors.AbstractProcessor
Processes the data.
doProcess(SpreadSheet, MessageCollection) - Method in class adams.gui.tools.spreadsheetprocessor.processors.FlowProcessor
Processes the data.
doProcess(SpreadSheet, MessageCollection) - Method in class adams.gui.tools.spreadsheetprocessor.processors.PassThroughProcessor
Processes the data.
doProcess(SpreadSheet, MessageCollection) - Method in class adams.gui.tools.spreadsheetprocessor.processors.QueryProcessor
Processes the data.
doProcess(SpreadSheet, MessageCollection) - Method in class adams.gui.tools.spreadsheetprocessor.targets.AbstractTarget
Processes the data.
doProcess(SpreadSheet, MessageCollection) - Method in class adams.gui.tools.spreadsheetprocessor.targets.ChartTarget
Processes the data.
doProcess(SpreadSheet, MessageCollection) - Method in class adams.gui.tools.spreadsheetprocessor.targets.ClipboardTarget
Processes the data.
doProcess(SpreadSheet, MessageCollection) - Method in class adams.gui.tools.spreadsheetprocessor.targets.DatabaseTarget
Processes the data.
doProcess(SpreadSheet, MessageCollection) - Method in class adams.gui.tools.spreadsheetprocessor.targets.FileTarget
Processes the data.
doProcess(ImageSegmentationContainer[]) - Method in class adams.data.imagesegmentation.operation.AbstractImageSegmentationContainerOperation
Performs the actual processing of the containers.
doProcess(ImageSegmentationContainer[]) - Method in class adams.data.imagesegmentation.operation.CompareAnnotationWithPrediction
Performs the actual processing of the containers.
doProcess(ImageSegmentationContainer[]) - Method in class adams.data.imagesegmentation.operation.ConfusionMatrix
Performs the actual processing of the containers.
doProcess(ImageSegmentationContainer[]) - Method in class adams.data.imagesegmentation.operation.CountPixels
Performs the actual processing of the containers.
doProcess(ImageSegmentationContainer[]) - Method in class adams.data.imagesegmentation.operation.EvaluatePrediction
Performs the actual processing of the containers.
doProcess(ImageSegmentationContainer[]) - Method in class adams.data.imagesegmentation.operation.PassThrough
Performs the actual processing of the containers.
doProcess(ImageSegmentationContainer[]) - Method in class adams.data.imagesegmentation.operation.SimpleOverlay
Performs the actual processing of the containers.
doProcess(SequencePlotterContainer) - Method in class adams.flow.control.plotprocessor.AbstractPlotProcessor
Processes the provided container.
doProcess(SequencePlotterContainer) - Method in class adams.flow.control.plotprocessor.Expression
Processes the provided container.
doProcess(SequencePlotterContainer) - Method in class adams.flow.control.plotprocessor.LOWESS
Processes the provided container.
doProcess(SequencePlotterContainer) - Method in class adams.flow.control.plotprocessor.PassThrough
Processes the provided container.
doProcess(SequencePlotterContainer) - Method in class adams.flow.control.plotprocessor.SavitzkyGolay
Processes the provided container.
doProcess(SequencePlotterContainer) - Method in class adams.flow.control.plotprocessor.SimpleSavitzkyGolay
Processes the provided container.
doProcess(PDFGenerator, SpreadSheet) - Method in class adams.flow.transformer.pdfproclet.AbstractSpreadSheetPdfProclet
The actual processing of the document.
doProcess(PDFGenerator, SpreadSheet) - Method in class adams.flow.transformer.pdfproclet.ConfusionMatrix
The actual processing of the document.
doProcess(PDFGenerator, SpreadSheet) - Method in class adams.flow.transformer.pdfproclet.SpreadSheet
The actual processing of the document.
doProcess(PDFGenerator, BufferedImage) - Method in class adams.flow.transformer.pdfproclet.Image
The actual processing of the document.
doProcess(PDFGenerator, File) - Method in class adams.flow.transformer.pdfproclet.AbstractPdfProclet
The actual processing of the document.
doProcess(PDFGenerator, File) - Method in class adams.flow.transformer.pdfproclet.AbstractSpreadSheetPdfProclet
The actual processing of the document.
doProcess(PDFGenerator, File) - Method in class adams.flow.transformer.pdfproclet.Circle
The actual processing of the document.
doProcess(PDFGenerator, File) - Method in class adams.flow.transformer.pdfproclet.FixedText
The actual processing of the document.
doProcess(PDFGenerator, File) - Method in class adams.flow.transformer.pdfproclet.Headline
The actual processing of the document.
doProcess(PDFGenerator, File) - Method in class adams.flow.transformer.pdfproclet.Image
The actual processing of the document.
doProcess(PDFGenerator, File) - Method in class adams.flow.transformer.pdfproclet.Line
The actual processing of the document.
doProcess(PDFGenerator, File) - Method in class adams.flow.transformer.pdfproclet.MetaHeadline
The actual processing of the document.
doProcess(PDFGenerator, File) - Method in class adams.flow.transformer.pdfproclet.NewPage
The actual processing of the document.
doProcess(PDFGenerator, File) - Method in class adams.flow.transformer.pdfproclet.PlainText
The actual processing of the document.
doProcess(PDFGenerator, File) - Method in class adams.flow.transformer.pdfproclet.Rectangle
The actual processing of the document.
doProcess(PDFGenerator, Object) - Method in class adams.flow.transformer.pdfproclet.AbstractPdfProclet
The actual processing of the document.
doProcess(PDFGenerator, Object) - Method in class adams.flow.transformer.pdfproclet.AbstractSpreadSheetPdfProclet
The actual processing of the document.
doProcess(PDFGenerator, Object) - Method in class adams.flow.transformer.pdfproclet.Circle
The actual processing of the document.
doProcess(PDFGenerator, Object) - Method in class adams.flow.transformer.pdfproclet.FixedText
The actual processing of the document.
doProcess(PDFGenerator, Object) - Method in class adams.flow.transformer.pdfproclet.Headline
The actual processing of the document.
doProcess(PDFGenerator, Object) - Method in class adams.flow.transformer.pdfproclet.Image
The actual processing of the document.
doProcess(PDFGenerator, Object) - Method in class adams.flow.transformer.pdfproclet.Line
The actual processing of the document.
doProcess(PDFGenerator, Object) - Method in class adams.flow.transformer.pdfproclet.MetaHeadline
The actual processing of the document.
doProcess(PDFGenerator, Object) - Method in class adams.flow.transformer.pdfproclet.NewPage
The actual processing of the document.
doProcess(PDFGenerator, Object) - Method in class adams.flow.transformer.pdfproclet.PlainText
The actual processing of the document.
doProcess(PDFGenerator, Object) - Method in class adams.flow.transformer.pdfproclet.Rectangle
The actual processing of the document.
doProcess(PDFGenerator, List<String>) - Method in class adams.flow.transformer.pdfproclet.FixedText
The actual processing of the document.
doProcess(PDFGenerator, List<String>) - Method in class adams.flow.transformer.pdfproclet.PlainText
The actual processing of the document.
doProcess(ScriptingCommand) - Method in class adams.gui.scripting.ScriptingEngineThread
Executes the given command.
doProcess(ObjectAnnotationPanel, MouseEvent) - Method in class adams.gui.visualization.object.mouseclick.AbstractMouseClickProcessor
Processes the mouse event.
doProcess(ObjectAnnotationPanel, MouseEvent) - Method in class adams.gui.visualization.object.mouseclick.AddMetaData
Processes the mouse event.
doProcess(ObjectAnnotationPanel, MouseEvent) - Method in class adams.gui.visualization.object.mouseclick.DeleteObjects
Processes the mouse event.
doProcess(ObjectAnnotationPanel, MouseEvent) - Method in class adams.gui.visualization.object.mouseclick.MultiProcessor
Processes the mouse event.
doProcess(ObjectAnnotationPanel, MouseEvent) - Method in class adams.gui.visualization.object.mouseclick.NullProcessor
Processes the mouse event.
doProcess(ObjectAnnotationPanel, MouseEvent) - Method in class adams.gui.visualization.object.mouseclick.SetLabel
Processes the mouse event.
doProcess(ObjectAnnotationPanel, MouseEvent) - Method in class adams.gui.visualization.object.mouseclick.ViewObjects
Processes the mouse event.
doProcess(I, MessageCollection) - Method in class adams.flow.transformer.exiftagoperation.AbstractExifTagOperation
Processes the incoming data.
doProcess(BufferedImage) - Method in class adams.flow.transformer.imagepreparation.AbstractImagePreparation
Performs the actual processing of the image.
doProcess(BufferedImage) - Method in class adams.flow.transformer.imagepreparation.PassThrough
Does nothing.
doProcess(Object[], File) - Method in class adams.flow.transformer.pdfgenerate.AbstractPDFGenerator
Processes the objects to generate the PDF.
doProcess(Object[], File) - Method in class adams.flow.transformer.pdfgenerate.Proclets
Processes the objects to generate the PDF.
doProcess(Object[], File) - Method in class adams.flow.transformer.pdfgenerate.Scripted
Processes the objects to generate the PDF.
doProcess(Object, MessageCollection) - Method in class adams.flow.transformer.exiftagoperation.ApacheCommonsExifTagExists
Processes the incoming data.
doProcess(Object, MessageCollection) - Method in class adams.flow.transformer.exiftagoperation.ApacheCommonsExifTagRead
Processes the incoming data.
doProcess(Object, MessageCollection) - Method in class adams.flow.transformer.exiftagoperation.ApacheCommonsExifTagRemove
Processes the incoming data.
doProcess(Object, MessageCollection) - Method in class adams.flow.transformer.exiftagoperation.ApacheCommonsExifTagWrite
Processes the incoming data.
doProcess(String) - Method in class adams.gui.scripting.AbstractScriptlet
Processes the options.
doProcess(String) - Method in class adams.gui.scripting.AddData
Processes the options.
doProcess(String) - Method in class adams.gui.scripting.AddDataFile
Processes the options.
doProcess(String) - Method in class adams.gui.scripting.AddDataFiles
Processes the options.
doProcess(String) - Method in class adams.gui.scripting.ClearData
Processes the options.
doProcess(String) - Method in class adams.gui.scripting.Connect
Processes the options.
doProcess(String) - Method in class adams.gui.scripting.DeleteData
Processes the options.
doProcess(String) - Method in class adams.gui.scripting.DisableUndo
Processes the options.
doProcess(String) - Method in class adams.gui.scripting.Disconnect
Processes the options.
doProcess(String) - Method in class adams.gui.scripting.EnableUndo
Processes the options.
doProcess(String) - Method in class adams.gui.scripting.Filter
Processes the options.
doProcess(String) - Method in class adams.gui.scripting.FilterOverlay
Processes the options.
doProcess(String) - Method in class adams.gui.scripting.Invisible
Processes the options.
doProcess(String) - Method in class adams.gui.scripting.RemoveData
Processes the options.
doProcess(String) - Method in class adams.gui.scripting.RunFlow
Processes the options.
doProcess(String) - Method in class adams.gui.scripting.RunFlowOverlay
Processes the options.
doProcess(String) - Method in class adams.gui.scripting.RunTool
Processes the options.
doProcess(String) - Method in class adams.gui.scripting.SetData
Processes the options.
doProcess(String) - Method in class adams.gui.scripting.Visible
Processes the options.
doProcess(Map[], MessageCollection) - Method in class adams.flow.transformer.multimapoperation.AbstractMultiMapOperation
Performs the actual processing of the maps.
doProcess(Map[], MessageCollection) - Method in class adams.flow.transformer.multimapoperation.CommonKeys
Performs the actual processing of the maps.
doProcess(Map[], MessageCollection) - Method in class adams.flow.transformer.multimapoperation.Merge
Performs the actual processing of the maps.
doProcess(Map[], MessageCollection) - Method in class adams.flow.transformer.multimapoperation.PassThrough
Performs the actual processing of the maps.
doProcess(T[]) - Method in class adams.data.image.AbstractMultiImageOperation
Performs the actual processing of the images.
doProcess(Matrix[]) - Method in class adams.data.matlab.multimatrixoperation.AbstractMultiMatrixOperation
Performs the actual processing of the matrices.
doProcess(Matrix[]) - Method in class adams.data.matlab.multimatrixoperation.Add
Performs the actual processing of the matrices.
doProcess(Matrix[]) - Method in class adams.data.matlab.multimatrixoperation.ApplyMask
Performs the actual processing of the matrices.
doProcess(Matrix[]) - Method in class adams.data.matlab.multimatrixoperation.Combine
Performs the actual processing of the matrices.
doProcess(Matrix[]) - Method in class adams.data.matlab.multimatrixoperation.Subtract
Performs the actual processing of the matrices.
doProcess(Classifier[]) - Method in class adams.flow.transformer.wekaclassifiersetupprocessor.AbstractClassifierSetupProcessor
Processes the classifier array.
doProcess(Classifier[]) - Method in class adams.flow.transformer.wekaclassifiersetupprocessor.PassThrough
Processes the classifier array.
doProcess(Classifier[]) - Method in class adams.flow.transformer.wekaclassifiersetupprocessor.VotedPairs
Processes the classifier array.
doProcessAction(ActionEvent) - Method in class adams.flow.transformer.pixelselector.AbstractPixelSelectorAction
Reacts to the action event.
doProcessAction(ActionEvent) - Method in class adams.flow.transformer.pixelselector.AddClassification
Reacts to the action event.
doProcessAction(ActionEvent) - Method in class adams.flow.transformer.pixelselector.BottomRightCorner
Reacts to the action event.
doProcessAction(ActionEvent) - Method in class adams.flow.transformer.pixelselector.SimpleSelect
Reacts to the action event.
doProcessAction(ActionEvent) - Method in class adams.flow.transformer.pixelselector.TopLeftCorner
Reacts to the action event.
doProcessCell(SpreadSheetTablePopupMenuItemHelper.TableState) - Method in class adams.gui.core.spreadsheettable.AbstractProcessCell
Processes the specified cell.
doProcessCell(SpreadSheetTablePopupMenuItemHelper.TableState) - Method in class adams.gui.core.spreadsheettable.ViewCell
Processes the specified cell.
doProcessCell(InstancesTablePopupMenuItemHelper.TableState) - Method in class adams.gui.visualization.instances.instancestable.AbstractProcessCell
Processes the specified cell.
doProcessCell(InstancesTablePopupMenuItemHelper.TableState) - Method in class adams.gui.visualization.instances.instancestable.ViewCell
Processes the specified cell.
doProcessClick(ImagePanel, Point, int) - Method in class adams.gui.visualization.image.leftclick.AbstractLeftClickProcessor
Process the click that occurred in the image panel.
doProcessClick(ImagePanel, Point, int) - Method in class adams.gui.visualization.image.leftclick.AddMetaData
Process the click that occurred in the image panel.
doProcessClick(ImagePanel, Point, int) - Method in class adams.gui.visualization.image.leftclick.DeleteObjects
Process the click that occurred in the image panel.
doProcessClick(ImagePanel, Point, int) - Method in class adams.gui.visualization.image.leftclick.FixedBoundingBox
Process the click that occurred in the image panel.
doProcessClick(ImagePanel, Point, int) - Method in class adams.gui.visualization.image.leftclick.MultiProcessor
Does nothing.
doProcessClick(ImagePanel, Point, int) - Method in class adams.gui.visualization.image.leftclick.NullProcessor
Does nothing.
doProcessClick(ImagePanel, Point, int) - Method in class adams.gui.visualization.image.leftclick.RandomBoundingBox
Process the click that occurred in the image panel.
doProcessClick(ImagePanel, Point, int) - Method in class adams.gui.visualization.image.leftclick.ViewObjects
Process the click that occurred in the image panel.
doProcessColumn(SpreadSheetTablePopupMenuItemHelper.TableState) - Method in class adams.gui.core.spreadsheettable.AbstractProcessColumn
Processes the specified column.
doProcessColumn(SpreadSheetTablePopupMenuItemHelper.TableState) - Method in class adams.gui.core.spreadsheettable.ChangeColumnType
Processes the specified column.
doProcessColumn(SpreadSheetTablePopupMenuItemHelper.TableState) - Method in class adams.gui.core.spreadsheettable.ColumnStatistic
Processes the specified column.
doProcessColumn(SpreadSheetTablePopupMenuItemHelper.TableState) - Method in class adams.gui.core.spreadsheettable.DataSort
Processes the specified column.
doProcessColumn(SpreadSheetTablePopupMenuItemHelper.TableState) - Method in class adams.gui.core.spreadsheettable.UniqueValues
Processes the specified column.
doProcessColumn(InstancesTablePopupMenuItemHelper.TableState) - Method in class adams.gui.visualization.instances.instancestable.AbstractProcessColumn
Processes the specified column.
doProcessColumn(InstancesTablePopupMenuItemHelper.TableState) - Method in class adams.gui.visualization.instances.instancestable.AttributeStatistics
Processes the specified column.
doProcessColumn(InstancesTablePopupMenuItemHelper.TableState) - Method in class adams.gui.visualization.instances.instancestable.ChangeAttributeWeight
Processes the specified column.
doProcessColumn(InstancesTablePopupMenuItemHelper.TableState) - Method in class adams.gui.visualization.instances.instancestable.ColumnStatistic
Processes the specified column.
doProcessColumn(InstancesTablePopupMenuItemHelper.TableState) - Method in class adams.gui.visualization.instances.instancestable.DataSort
Processes the specified column.
doProcessOption(AbstractArgumentOption, List) - Method in class adams.core.option.NestedConsumer
Processes the specified argument option.
doProcessRow(SpreadSheetTablePopupMenuItemHelper.TableState) - Method in class adams.gui.core.spreadsheettable.AbstractProcessRow
Processes the specified row.
doProcessRow(SpreadSheetTablePopupMenuItemHelper.TableState) - Method in class adams.gui.core.spreadsheettable.PreviewSelectedFile
Processes the specified rows.
doProcessRow(SpreadSheetTablePopupMenuItemHelper.TableState) - Method in class adams.gui.core.spreadsheettable.RowStatistic
Processes the specified row.
doProcessRow(InstancesTablePopupMenuItemHelper.TableState) - Method in class adams.gui.visualization.instances.instancestable.AbstractProcessRow
Processes the specified row.
doProcessRow(InstancesTablePopupMenuItemHelper.TableState) - Method in class adams.gui.visualization.instances.instancestable.RowStatistic
Processes the specified row.
doProcessRows(List<Instance>) - Method in class weka.filters.unsupervised.instance.multirowprocessor.processor.AbstractSelectionProcessor
Returns the list of row indices generated from the data.
doProcessRows(List<Instance>) - Method in class weka.filters.unsupervised.instance.multirowprocessor.processor.Average
Returns the list of row indices generated from the data.
doProcessRows(List<Instance>) - Method in class weka.filters.unsupervised.instance.multirowprocessor.processor.PassThrough
Returns the list of row indices generated from the data.
doProcessSelectedRows(SpreadSheetTablePopupMenuItemHelper.TableState) - Method in class adams.gui.core.spreadsheettable.AbstractProcessSelectedRows
Processes the specified rows.
doProcessSelectedRows(SpreadSheetTablePopupMenuItemHelper.TableState) - Method in class adams.gui.core.spreadsheettable.ArrayStatistic
Processes the specified row.
doProcessSelectedRows(SpreadSheetTablePopupMenuItemHelper.TableState) - Method in class adams.gui.core.spreadsheettable.CopySelectedFiles
Processes the specified rows.
doProcessSelectedRows(InstancesTablePopupMenuItemHelper.TableState) - Method in class adams.gui.visualization.instances.instancestable.AbstractProcessSelectedRows
Processes the specified rows.
doProcessSelectedRows(InstancesTablePopupMenuItemHelper.TableState) - Method in class adams.gui.visualization.instances.instancestable.ArrayStatistic
Processes the specified row.
doProcessSelectedRows(InstancesTablePopupMenuItemHelper.TableState) - Method in class adams.gui.visualization.instances.instancestable.ChangeInstanceWeights
Processes the specified rows.
doProcessSelectedRows(InstancesTablePopupMenuItemHelper.TableState) - Method in class adams.gui.visualization.instances.instancestable.InvestigatorAsNewDataset
Processes the specified rows.
doProcessSelection(ImagePanel, Point, Point, List<Point>, int) - Method in class adams.gui.visualization.image.selection.AbstractSelectionProcessor
Process the selection that occurred in the image panel.
doProcessSelection(ImagePanel, Point, Point, List<Point>, int) - Method in class adams.gui.visualization.image.selection.CopyToClipboard
Process the selection that occurred in the image panel.
doProcessSelection(ImagePanel, Point, Point, List<Point>, int) - Method in class adams.gui.visualization.image.selection.Crop
Process the selection that occurred in the image panel.
doProcessSelection(ImagePanel, Point, Point, List<Point>, int) - Method in class adams.gui.visualization.image.selection.MultiSelectionProcessor
Process the selection that occurred in the image panel.
doProcessSelection(ImagePanel, Point, Point, List<Point>, int) - Method in class adams.gui.visualization.image.selection.NullProcessor
Does nothing.
doProcessSelection(ImagePanel, Point, Point, List<Point>, int) - Method in class adams.gui.visualization.image.selection.PaintSelection
Process the selection that occurred in the image panel.
doProcessSelection(ImagePanel, Point, Point, List<Point>, int) - Method in class adams.gui.visualization.image.selection.SelectObjects
Process the selection that occurred in the image panel.
doProcessSelection(ImagePanel, Point, Point, List<Point>, int) - Method in class adams.gui.visualization.image.selection.ShowCoordinates
Process the selection that occurred in the image panel.
doProduce(AbstractOption) - Method in class adams.core.option.AbstractOptionProducer
Visits the option and obtains information from it.
doProduce(AbstractOption) - Method in class adams.core.option.ArrayProducer
Visits the option and obtains information from it.
doProduce(AbstractOption) - Method in class adams.core.option.NestedProducer
Visits the option and obtains information from it.
doProduce(AbstractOption) - Method in interface adams.core.option.OptionProducer
Visits the option and obtains information from it.
doProduce(OptionManager) - Method in class adams.core.option.AbstractOptionProducer
Visits the options and obtains information from them.
doPublish(LogRecord) - Method in class adams.core.logging.AbstractLogHandler
Publish a LogRecord.
doPublish(LogRecord) - Method in class adams.core.logging.ConsolePanelHandler
Publish a LogRecord.
doPublish(LogRecord) - Method in class adams.core.logging.FileHandler
Publish a LogRecord.
doPublish(LogRecord) - Method in class adams.core.logging.MultiHandler
Publish a LogRecord.
doPublish(LogRecord) - Method in class adams.core.logging.NullHandler
Publish a LogRecord.
doPublish(LogRecord) - Method in class adams.core.logging.RemoteReceiveHandler
Publish a LogRecord.
doPublish(LogRecord) - Method in class adams.core.logging.RemoteSendHandler
Publish a LogRecord.
doPublish(LogRecord) - Method in class adams.core.logging.SimpleConsoleHandler
Publish a LogRecord.
doRandomize(List<Binnable<T>>) - Method in class adams.data.splitgenerator.generic.randomization.AbstractRandomization
Randomizes the data.
doRandomize(List<Binnable<T>>) - Method in class adams.data.splitgenerator.generic.randomization.DefaultRandomization
Randomizes the data.
doRandomize(List<Binnable<T>>) - Method in class adams.data.splitgenerator.generic.randomization.PassThrough
Does not randomize the data.
doRead() - Method in class adams.data.io.input.AbstractDataContainerReader
Performs checks and (always) reads the data.
doRead() - Method in class adams.data.io.input.AbstractEmailReader
Performs the actual reading.
doRead() - Method in class adams.data.io.input.EmlEmailFileReader
Performs the actual reading.
doRead() - Method in class adams.data.io.input.PropertiesEmailFileReader
Performs the actual reading.
doRead(PlaceholderFile) - Method in class adams.data.io.input.AbstractAdamsExperimentReader
Performs the actual reading of the experiment file.
doRead(PlaceholderFile) - Method in class adams.data.io.input.AbstractImageReader
Performs the actual reading of the image file.
doRead(PlaceholderFile) - Method in class adams.data.io.input.AbstractImageSegmentationAnnotationReader
Reads the image segmentation annotations.
doRead(PlaceholderFile) - Method in class adams.data.io.input.AbstractObjectReader
Performs the actual reading of the object file.
doRead(PlaceholderFile) - Method in class adams.data.io.input.AbstractParameterMapReader
Reads the parameters from the file.
doRead(PlaceholderFile) - Method in class adams.data.io.input.AbstractPNGAnnotationImageSegmentationReader
Reads the image segmentation annotations.
doRead(PlaceholderFile) - Method in class adams.data.io.input.ApacheCommonsImageReader
Performs the actual reading of the image file.
doRead(PlaceholderFile) - Method in class adams.data.io.input.BoofCVImageReader
Performs the actual reading of the image file.
doRead(PlaceholderFile) - Method in class adams.data.io.input.CommandlineReader
Performs the actual reading of the object file.
doRead(PlaceholderFile) - Method in class adams.data.io.input.IndividualImageSegmentationLayerReader
Reads the image segmentation annotations.
doRead(PlaceholderFile) - Method in class adams.data.io.input.JAIImageReader
Performs the actual reading of the image file.
doRead(PlaceholderFile) - Method in class adams.data.io.input.JsonAdamsExperimentReader
Performs the actual reading of the experiment file.
doRead(PlaceholderFile) - Method in class adams.data.io.input.JsonParameterMapReader
Reads the parameters from the file.
doRead(PlaceholderFile) - Method in class adams.data.io.input.NestedAdamsExperimentReader
Performs the actual reading of the experiment file.
doRead(PlaceholderFile) - Method in class adams.data.io.input.NestedCommandlineReader
Performs the actual reading of the object file.
doRead(PlaceholderFile) - Method in class adams.data.io.input.OpenCVImageReader
Performs the actual reading of the image file.
doRead(PlaceholderFile) - Method in class adams.data.io.input.PNGImageReader
Performs the actual reading of the image file.
doRead(PlaceholderFile) - Method in class adams.data.io.input.SerializableObjectReader
Performs the actual reading of the object file.
doRead(PlaceholderFile) - Method in class adams.data.io.input.SerializedAdamsExperimentReader
Performs the actual reading of the experiment file.
doRead(PlaceholderFile) - Method in class adams.data.io.input.SerializedObjectReader
Performs the actual reading of the object file.
doRead(PlaceholderFile) - Method in class adams.data.io.input.SerializedParameterMapReader
Returns the default extension of the format.
doRead(PlaceholderFile) - Method in class adams.data.io.input.XStreamReader
Performs the actual reading of the object file.
doRead(PlaceholderFile) - Method in class adams.data.io.input.YamlParameterMapReader
Reads the parameters from the file.
doRead(PlaceholderFile, MessageCollection) - Method in class adams.gui.tools.previewbrowser.notes.AbstractNotesReader
Reads the notes from the specified file.
doRead(PlaceholderFile, MessageCollection) - Method in class adams.gui.tools.previewbrowser.notes.CsvNotesReader
Reads the notes from the specified file.
doRead(PlaceholderFile, MessageCollection) - Method in class adams.gui.tools.previewbrowser.notes.JsonNotesReader
Reads the notes from the specified file.
doRead(PlaceholderFile, MessageCollection) - Method in class adams.gui.tools.previewbrowser.notes.PropertiesNotesReader
Reads the notes from the specified file.
doRead(PlaceholderFile, MessageCollection) - Method in class adams.gui.tools.previewbrowser.notes.YamlNotesReader
Reads the notes from the specified file.
doRead(PngReader) - Method in class adams.data.io.input.PNGImageReader
Performs the actual reading of the image.
doRead(File) - Method in class adams.data.io.input.AbstractMultiSheetSpreadSheetReader
Performs the actual reading.
doRead(File) - Method in class adams.data.io.input.AbstractSpreadSheetReader
Performs the actual reading.
doRead(File) - Method in class adams.data.io.input.AbstractWekaSpreadSheetReader
Performs the actual reading.
doRead(File) - Method in class adams.data.io.input.AccessSpreadSheetReader
Performs the actual reading.
doRead(File) - Method in class adams.data.io.input.Mat5SpreadSheetReader
Performs the actual reading.
doRead(File) - Method in class adams.data.io.input.PropertiesSpreadSheetReader
Performs the actual reading.
doRead(InputStream) - Method in class adams.data.io.input.AbstractMultiSheetSpreadSheetReader
Performs the actual reading.
doRead(InputStream) - Method in class adams.data.io.input.AbstractSpreadSheetReader
Performs the actual reading.
doRead(InputStream) - Method in class adams.data.io.input.PNGSpreadSheetReader
Performs the actual reading.
doRead(Reader) - Method in class adams.data.io.input.AbstractMultiSheetSpreadSheetReader
Performs the actual reading.
doRead(Reader) - Method in class adams.data.io.input.AbstractSpreadSheetReader
Performs the actual reading.
doRead(Reader) - Method in class adams.data.io.input.AutoWidthTabularSpreadSheetReader
Reads the spreadsheet content from the specified file.
doRead(Reader) - Method in class adams.data.io.input.CsvSpreadSheetReader
Reads the spreadsheet content from the specified file.
doRead(Reader) - Method in class adams.data.io.input.FastCsvSpreadSheetReader
Reads the spreadsheet content from the specified file.
doRead(Reader) - Method in class adams.data.io.input.FixedTabularSpreadSheetReader
Reads the spreadsheet content from the specified file.
doRead(Reader) - Method in class adams.data.io.input.SimpleArffSpreadSheetReader
Performs the actual reading.
doRead(Reader) - Method in class adams.data.io.input.SimpleCsvSpreadSheetReader
Reads the spreadsheet content from the specified file.
doRead(Reader) - Method in class adams.data.io.input.SimpleStreamSpreadSheetReader
Performs the actual reading.
doRead(Reader) - Method in class adams.data.io.input.SqlDumpSpreadSheetReader
Performs the actual reading.
doRead(Reader, MessageCollection) - Method in class adams.data.io.input.AbstractIndexedSplitsRunsReader
Reads the split definitions from the specified reader.
doRead(Reader, MessageCollection) - Method in class adams.data.io.input.JsonIndexedSplitsRunsReader
Reads the split definitions from the specified reader.
doRead(Reader, MessageCollection) - Method in class adams.data.io.input.PropertiesIndexedSplitsRunsReader
Reads the split definitions from the specified reader.
doReadActor(File) - Method in class adams.data.io.input.AbstractFlowReader
Performs the actual reading.
doReadActor(File) - Method in class adams.data.io.input.DefaultFlowReader
Performs the actual reading.
doReadActor(File) - Method in class adams.data.io.input.JsonFlowReader
Performs the actual reading.
doReadActor(InputStream) - Method in class adams.data.io.input.AbstractFlowReader
Performs the actual reading.
doReadActor(InputStream) - Method in class adams.data.io.input.DefaultFlowReader
Performs the actual reading.
doReadActor(Reader) - Method in class adams.data.io.input.AbstractFlowReader
Performs the actual reading.
doReadActor(Reader) - Method in class adams.data.io.input.DefaultFlowReader
Performs the actual reading.
doReadLayers(PlaceholderFile) - Method in class adams.data.io.input.AbstractPNGAnnotationImageSegmentationReader
Reads the image segmentation annotations.
doReadLayers(PlaceholderFile) - Method in class adams.data.io.input.BlueChannelImageSegmentationReader
Reads the image segmentation annotations.
doReadLayers(PlaceholderFile) - Method in class adams.data.io.input.GrayscaleImageSegmentationReader
Reads the image segmentation annotations.
doReadLayers(PlaceholderFile) - Method in class adams.data.io.input.IndexedPNGImageSegmentationReader
Reads the image segmentation annotations.
doReadNested(File) - Method in class adams.data.io.input.AbstractNestedFlowReader
Performs the actual reading.
doReadNested(File) - Method in class adams.data.io.input.DefaultFlowReader
Performs the actual reading.
doReadNested(InputStream) - Method in class adams.data.io.input.AbstractNestedFlowReader
Performs the actual reading.
doReadNested(InputStream) - Method in class adams.data.io.input.DefaultFlowReader
Performs the actual reading.
doReadNested(Reader) - Method in class adams.data.io.input.AbstractNestedFlowReader
Performs the actual reading.
doReadNested(Reader) - Method in class adams.data.io.input.DefaultFlowReader
Performs the actual reading.
doReadRange(File) - Method in class adams.data.io.input.AbstractMultiSheetSpreadSheetReader
Performs the actual reading.
doReadRange(File) - Method in class adams.data.io.input.ExcelStreamingSpreadSheetReader
Reads the spreadsheet content from the specified file.
doReadRange(File) - Method in class adams.data.io.input.Mat5SpreadSheetReader
Performs the actual reading.
doReadRange(InputStream) - Method in class adams.data.io.input.AbstractMultiSheetSpreadSheetReader
Performs the actual reading.
doReadRange(InputStream) - Method in class adams.data.io.input.ExcelSpreadSheetReader
Reads the spreadsheet content from the specified file.
doReadRange(InputStream) - Method in class adams.data.io.input.GnumericSpreadSheetReader
Performs the actual reading.
doReadRange(InputStream) - Method in class adams.data.io.input.ODFSpreadSheetReader
Reads the spreadsheet content from the specified file.
doReadRange(Reader) - Method in class adams.data.io.input.AbstractMultiSheetSpreadSheetReader
Performs the actual reading.
doRecord(Tree, TreePath[], ActorHandler) - Method in class adams.gui.flow.tree.record.enclose.AbstractRecordActorEnclosed
Records the enclosing action.
doRecord(Tree, TreePath[], ActorHandler) - Method in class adams.gui.flow.tree.record.enclose.MostCommon
Records the enclosing action.
doRecord(Tree, TreePath[], ActorHandler) - Method in class adams.gui.flow.tree.record.enclose.SimpleLog
Records the enclosing action.
doRefresh() - Method in class adams.gui.selection.AbstractConditionalDatabaseSelectionPanel
Performs the actual refresh.
doRefresh() - Method in class adams.gui.selection.AbstractDatabaseSelectionPanel
Performs the actual refresh.
doRefresh() - Method in class adams.gui.selection.AbstractSelectDatabaseFieldPanel
Performs the actual refresh.
doRegister() - Method in class adams.gui.goe.AbstractEditorRegistration
Performs the registration of the editors.
doRegister() - Method in class adams.gui.goe.AdamsEditorsRegistration
Performs the registration of the editors.
doRegister() - Method in class adams.gui.goe.WekaEditorsRegistration
Performs the registration of the editors.
doRegression(boolean[]) - Method in class weka.classifiers.functions.LinearRegressionJ
Calculate a linear regression using the selected attributes
doReload() - Method in class adams.gui.tools.wekainvestigator.data.AbstractDataContainer
Reloads the data.
doReload() - Method in class adams.gui.tools.wekainvestigator.data.DatabaseContainer
Reloads the data.
doReload() - Method in class adams.gui.tools.wekainvestigator.data.DataGeneratorContainer
Reloads the data.
doReload() - Method in class adams.gui.tools.wekainvestigator.data.FileContainer
Reloads the data.
doReload() - Method in class adams.gui.tools.wekainvestigator.data.MemoryContainer
Reloads the data.
doReload() - Method in class adams.gui.tools.wekainvestigator.data.SpreadSheetContainer
Reloads the data.
doReload() - Method in class adams.gui.tools.wekainvestigator.data.TextDirectoryLoaderContainer
Reloads the data.
doRemoveRun() - Method in class adams.tools.AbstractAddRemoveTimeWindowDatabaseTool
Peforms the "remove" run.
doRender(Object) - Method in class adams.data.textrenderer.AbstractTextRenderer
Renders the object as text.
doRender(Object) - Method in class adams.data.textrenderer.ArrayTextRenderer
Renders the object as text.
doRender(Object) - Method in class adams.data.textrenderer.CollectionTextRenderer
Renders the object as text.
doRender(Object) - Method in class adams.data.textrenderer.DefaultTextRenderer
Renders the object as text.
doRender(Object) - Method in class adams.data.textrenderer.IndexedSplitsRunsRenderer
Renders the object as text.
doRender(Object) - Method in class adams.data.textrenderer.JsonTextRenderer
Renders the object as text.
doRender(Object) - Method in class adams.data.textrenderer.ListTextRenderer
Renders the object as text.
doRender(Object) - Method in class adams.data.textrenderer.MapTextRenderer
Renders the object as text.
doRender(Object) - Method in class adams.data.textrenderer.SetTextRenderer
Renders the object as text.
doRender(Object) - Method in class adams.data.textrenderer.SpreadSheetTextRenderer
Renders the object as text.
doRender(Object) - Method in class adams.data.textrenderer.TextSupporterTextRenderer
Renders the object as text.
doRender(Object, JPanel, Integer) - Method in class adams.gui.visualization.debug.objectrenderer.AbstractObjectRenderer
Performs the actual rendering with a new renderer setup.
doRender(Object, JPanel, Integer) - Method in class adams.gui.visualization.debug.objectrenderer.FlowContainerRenderer
Performs the actual rendering.
doRender(Object, JPanel, Integer) - Method in class adams.gui.visualization.debug.objectrenderer.ImageRenderer
Performs the actual rendering.
doRender(Object, JPanel, Integer) - Method in class adams.gui.visualization.debug.objectrenderer.MapRenderer
Performs the actual rendering.
doRender(Object, JPanel, Integer) - Method in class adams.gui.visualization.debug.objectrenderer.Mat5ArrayRenderer
Performs the actual rendering with a new renderer setup.
doRender(Object, JPanel, Integer) - Method in class adams.gui.visualization.debug.objectrenderer.PlainTextRenderer
Performs the actual rendering.
doRender(Object, JPanel, Integer) - Method in class adams.gui.visualization.debug.objectrenderer.PropertiesRenderer
Performs the actual rendering.
doRender(Object, JPanel, Integer) - Method in class adams.gui.visualization.debug.objectrenderer.ReportRenderer
Performs the actual rendering.
doRender(Object, JPanel, Integer) - Method in class adams.gui.visualization.debug.objectrenderer.SetRenderer
Performs the actual rendering.
doRender(Object, JPanel, Integer) - Method in class adams.gui.visualization.debug.objectrenderer.SpreadSheetRenderer
Performs the actual rendering.
doRender(Object, JPanel, Integer) - Method in class adams.gui.visualization.debug.objectrenderer.TimeseriesRenderer
Performs the actual rendering.
doRender(Object, JPanel, Integer) - Method in class adams.gui.visualization.debug.objectrenderer.WekaInstancesRenderer
Performs the actual rendering.
doRenderCached(Object, JPanel, Integer) - Method in class adams.gui.visualization.debug.objectrenderer.AbstractObjectRenderer
Performs the actual rendering using a cached setup.
doRenderCached(Object, JPanel, Integer) - Method in class adams.gui.visualization.debug.objectrenderer.FlowContainerRenderer
Performs the actual rendering.
doRenderCached(Object, JPanel, Integer) - Method in class adams.gui.visualization.debug.objectrenderer.ImageRenderer
Performs the actual rendering.
doRenderCached(Object, JPanel, Integer) - Method in class adams.gui.visualization.debug.objectrenderer.MapRenderer
Performs the actual rendering.
doRenderCached(Object, JPanel, Integer) - Method in class adams.gui.visualization.debug.objectrenderer.Mat5ArrayRenderer
Performs the actual rendering.
doRenderCached(Object, JPanel, Integer) - Method in class adams.gui.visualization.debug.objectrenderer.PlainTextRenderer
Performs the actual rendering.
doRenderCached(Object, JPanel, Integer) - Method in class adams.gui.visualization.debug.objectrenderer.PropertiesRenderer
Performs the actual rendering.
doRenderCached(Object, JPanel, Integer) - Method in class adams.gui.visualization.debug.objectrenderer.ReportRenderer
Performs the actual rendering.
doRenderCached(Object, JPanel, Integer) - Method in class adams.gui.visualization.debug.objectrenderer.SetRenderer
Performs the actual rendering.
doRenderCached(Object, JPanel, Integer) - Method in class adams.gui.visualization.debug.objectrenderer.SpreadSheetRenderer
Performs the actual rendering.
doRenderCached(Object, JPanel, Integer) - Method in class adams.gui.visualization.debug.objectrenderer.TimeseriesRenderer
Performs the actual rendering.
doRenderCached(Object, JPanel, Integer) - Method in class adams.gui.visualization.debug.objectrenderer.WekaInstancesRenderer
Performs the actual rendering.
doReset() - Method in class adams.gui.core.LazyExpansionTreeNode
Resets the node.
doReset() - Method in class adams.gui.flow.tree.Node
Resets the node.
doRun() - Method in class adams.core.logging.RemoteReceiveHandler.AbstractRemoteListenerRunnable
Listens for records till stopped.
doRun() - Method in class adams.core.TimeIt
The actual code to run.
doRun() - Method in class adams.flow.core.RunnableWithLogging
Performs the actual execution.
doRun() - Method in class adams.flow.execution.RemoteFlowListener.ListenerRunnable
Performs the actual execution.
doRun() - Method in class adams.flow.standalone.QueueEvent.QueueEventRunnable
 
doRun() - Method in class adams.gui.core.DelayedActionRunnable
Performs the actual execution.
doRun() - Method in class adams.gui.tools.wekainvestigator.job.InvestigatorJob
Performs the actual execution.
doRun() - Method in class adams.gui.tools.wekainvestigator.job.InvestigatorTabJob
Performs the actual execution.
doRun() - Method in class adams.gui.tools.wekainvestigator.job.InvestigatorTabRunnableJob
Performs the actual execution.
doRun() - Method in class adams.gui.tools.wekamultiexperimenter.runner.AbstractAdamsExperimentRunner
Performs the actual running of the experiment.
doRun() - Method in class adams.gui.tools.wekamultiexperimenter.runner.AbstractExperimentRunner
Performs the actual running of the experiment.
doRun() - Method in class adams.gui.tools.wekamultiexperimenter.runner.DefaultWekaExperimentRunner
Performs the actual running of the experiment.
doRun() - Method in class adams.gui.tools.wekamultiexperimenter.runner.RemoteWekaExperimentRunner
Performs the actual running of the experiment.
doRun() - Method in class adams.run.RunScheme
Performs the actual run.
doRun() - Method in class adams.tools.AbstractAddRemoveTimeWindowDatabaseTool
Executes the tool.
doRun() - Method in class adams.tools.AbstractTool
Contains the actual run code.
doRun() - Method in class adams.tools.CompareDatasets
Performs the comparison.
doRun() - Method in class adams.tools.DropTables
Attempt to load the file and save to db.
doRun() - Method in class adams.tools.Groovy
Contains the actual run code.
doRun() - Method in class adams.tools.InitializeTables
Attempt to load the file and save to db.
doRun() - Method in class adams.tools.RunTool
Runs the tool and prints some information to stdout.
doRun() - Method in class adams.tools.Scripted
Performs the actual filtering.
doRun() - Method in class adams.tools.TableUpgrade
Attempt to run the table upgrade scheme.
doRun() - Method in class adams.tools.TruncateTables
Attempt to load the file and save to db.
doRun() - Method in class adams.tools.ZipPassword.BruteForceJob
Performs the actual execution.
doRun() - Method in class adams.tools.ZipPassword
Contains the actual run code.
doRunBruteForce() - Method in class adams.tools.ZipPassword
Performs brute force attack.
doRunDictionary() - Method in class adams.tools.ZipPassword
Uses dictionary for attak.
doScriptEvaluate(Actor, Token) - Method in class adams.flow.condition.bool.AbstractScriptedCondition
Runs the script evaluation.
doScriptEvaluate(Actor, Token) - Method in class adams.flow.condition.bool.Groovy
Runs the script evaluation.
doScriptEvaluate(Actor, Token) - Method in class adams.flow.condition.bool.Scripted
Runs the script evaluation.
doSearch() - Method in class adams.flow.source.filesystemsearch.AbstractFileSystemSearchlet
Performs the actual search.
doSearch() - Method in class adams.flow.source.filesystemsearch.AbstractFtpDirectoryListerBasedSearchlet
Performs the actual search.
doSearch() - Method in class adams.flow.source.filesystemsearch.AbstractLocalDirectoryListerBasedSearchlet
Performs the actual search.
doSearch() - Method in class adams.flow.source.filesystemsearch.AbstractSftpDirectoryListerBasedSearchlet
Performs the actual search.
doSearch() - Method in class adams.flow.source.filesystemsearch.AbstractSmbDirectoryListerBasedSearchlet
Performs the actual search.
doSearch() - Method in class adams.flow.source.filesystemsearch.FtpDirectorySearchWithComparator
Performs the actual search.
doSearch() - Method in class adams.flow.source.filesystemsearch.FtpDirectorySearchWithCustomSort
Performs the actual search.
doSearch() - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearchWithComparator
Performs the actual search.
doSearch() - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearchWithCustomSort
Performs the actual search.
doSearch() - Method in class adams.flow.source.filesystemsearch.MultiSearch
Performs the actual search.
doSearch() - Method in class adams.flow.source.filesystemsearch.SftpDirectorySearchWithComparator
Performs the actual search.
doSearch() - Method in class adams.flow.source.filesystemsearch.SftpDirectorySearchWithCustomSort
Performs the actual search.
doSearch() - Method in class adams.flow.source.filesystemsearch.SmbDirectorySearchWithComparator
Performs the actual search.
doSearch() - Method in class adams.flow.source.filesystemsearch.SmbDirectorySearchWithCustomSort
Performs the actual search.
doSearchAndFilter() - Method in class adams.gui.core.SortableAndSearchableWrapperTableModel
Performs a search with the current search settings and applies column filters.
doSelect(boolean, String, String, String) - Method in class adams.db.generic.SQL
Do a select on given columns for all data in joined tables, with condition.
doSelectRows(Instances) - Method in class weka.filters.unsupervised.instance.multirowprocessor.selection.AbstractRowSelection
Returns the list of row indices generated from the data.
doSelectRows(Instances) - Method in class weka.filters.unsupervised.instance.multirowprocessor.selection.GroupExpression
Returns the list of row indices generated from the data.
doSelectRows(Instances) - Method in class weka.filters.unsupervised.instance.multirowprocessor.selection.IndividualRows
Returns the list of row indices generated from the data.
doSend(RemoteCommand, RemoteCommandProcessor) - Method in class adams.scripting.connection.FTPConnection
Sends the command to the specified sscripting engine.
doSend(RemoteCommand, RemoteCommandProcessor, boolean) - Method in class adams.scripting.connection.AbstractSSHConnection
Sends the command to the specified sscripting engine.
doSend(RemoteCommand, RemoteCommandProcessor, boolean) - Method in class adams.scripting.connection.ScpConnection
Sends the command to the specified sscripting engine.
doSend(RemoteCommand, RemoteCommandProcessor, boolean) - Method in class adams.scripting.connection.SSHConnection
Sends the command to the specified sscripting engine.
doSendNotification(String) - Method in class adams.flow.sink.sendnotification.AbstractNotification
Sends the notification.
doSendNotification(String) - Method in class adams.flow.sink.sendnotification.Console
Sends the notification.
doSendNotification(String) - Method in class adams.flow.sink.sendnotification.Email
Sends the notification.
doSendNotification(String) - Method in class adams.flow.sink.sendnotification.LogFile
Sends the notification.
doSendNotification(String) - Method in class adams.flow.sink.sendnotification.MessageBox
Sends the notification.
doSendNotification(String) - Method in class adams.flow.sink.sendnotification.MultiNotification
Sends the notification.
doSendNotification(String) - Method in class adams.flow.sink.sendnotification.Null
Does nothing.
doSendRequest(RemoteCommand, RemoteCommandProcessor) - Method in class adams.scripting.connection.AbstractConnection
Sends the request command.
doSendRequest(RemoteCommand, RemoteCommandProcessor) - Method in class adams.scripting.connection.AbstractSSHConnection
Sends the request command.
doSendRequest(RemoteCommand, RemoteCommandProcessor) - Method in class adams.scripting.connection.DefaultConnection
Sends the request command.
doSendRequest(RemoteCommand, RemoteCommandProcessor) - Method in class adams.scripting.connection.FTPConnection
Sends the request command.
doSendRequest(RemoteCommand, RemoteCommandProcessor) - Method in class adams.scripting.connection.LoadBalancer
Sends the request command.
doSendRequest(RemoteCommand, RemoteCommandProcessor) - Method in class adams.scripting.connection.Multicast
Sends the request command.
doSendResponse(RemoteCommand, RemoteCommandProcessor) - Method in class adams.scripting.connection.AbstractConnection
Sends the response command.
doSendResponse(RemoteCommand, RemoteCommandProcessor) - Method in class adams.scripting.connection.AbstractSSHConnection
Sends the response command.
doSendResponse(RemoteCommand, RemoteCommandProcessor) - Method in class adams.scripting.connection.DefaultConnection
Sends the response command.
doSendResponse(RemoteCommand, RemoteCommandProcessor) - Method in class adams.scripting.connection.FTPConnection
Sends the response command.
doSendResponse(RemoteCommand, RemoteCommandProcessor) - Method in class adams.scripting.connection.LoadBalancer
Sends the response command.
doSendResponse(RemoteCommand, RemoteCommandProcessor) - Method in class adams.scripting.connection.Multicast
Sends the response command.
doSerialize(Set<AbstractInvestigatorTab.SerializationOption>) - Method in class adams.gui.tools.wekainvestigator.tab.AbstractInvestigatorTab
Returns the objects for serialization.
doSerialize(Set<AbstractInvestigatorTab.SerializationOption>) - Method in class adams.gui.tools.wekainvestigator.tab.AbstractInvestigatorTabWithDataTable
Returns the objects for serialization.
doSerialize(Set<AbstractInvestigatorTab.SerializationOption>) - Method in class adams.gui.tools.wekainvestigator.tab.AssociateTab
Returns the objects for serialization.
doSerialize(Set<AbstractInvestigatorTab.SerializationOption>) - Method in class adams.gui.tools.wekainvestigator.tab.AttributeSelectionTab
Returns the objects for serialization.
doSerialize(Set<AbstractInvestigatorTab.SerializationOption>) - Method in class adams.gui.tools.wekainvestigator.tab.ClassifyTab
Returns the objects for serialization.
doSerialize(Set<AbstractInvestigatorTab.SerializationOption>) - Method in class adams.gui.tools.wekainvestigator.tab.ClusterTab
Returns the objects for serialization.
doSerialize(Set<AbstractInvestigatorTab.SerializationOption>) - Method in class adams.gui.tools.wekainvestigator.tab.CompareTab
Returns the objects for serialization.
doSerialize(Set<AbstractInvestigatorTab.SerializationOption>) - Method in class adams.gui.tools.wekainvestigator.tab.DataQueryTab
Returns the objects for serialization.
doSerialize(Set<AbstractInvestigatorTab.SerializationOption>) - Method in class adams.gui.tools.wekainvestigator.tab.ExperimentTab
Returns the objects for serialization.
doSerialize(Set<AbstractInvestigatorTab.SerializationOption>) - Method in class adams.gui.tools.wekainvestigator.tab.IndependentComponentsTab
Returns the objects for serialization.
doSerialize(Set<AbstractInvestigatorTab.SerializationOption>) - Method in class adams.gui.tools.wekainvestigator.tab.InstanceTab
Returns the objects for serialization.
doSerialize(Set<AbstractInvestigatorTab.SerializationOption>) - Method in class adams.gui.tools.wekainvestigator.tab.LogTab
Returns the objects for serialization.
doSerialize(Set<AbstractInvestigatorTab.SerializationOption>) - Method in class adams.gui.tools.wekainvestigator.tab.PartialLeastSquaresTab
Returns the objects for serialization.
doSerialize(Set<AbstractInvestigatorTab.SerializationOption>) - Method in class adams.gui.tools.wekainvestigator.tab.PreprocessTab
Returns the objects for serialization.
doSerialize(Set<AbstractInvestigatorTab.SerializationOption>) - Method in class adams.gui.tools.wekainvestigator.tab.PrincipalComponentsTab
Returns the objects for serialization.
doSetUpSubActors() - Method in class adams.flow.standalone.AbstractMutableStandaloneGroupItem
Gets called in the setUp() method.
doSplit(PlaceholderFile) - Method in class adams.flow.transformer.splitfile.AbstractFileSplitter
Performs the actual splitting of the file.
doSplit(PlaceholderFile) - Method in class adams.flow.transformer.splitfile.SplitByLineCount
Performs the actual splitting of the file.
doSplit(PlaceholderFile) - Method in class adams.flow.transformer.splitfile.SplitByNumber
Performs the actual splitting of the file.
doSplit(PlaceholderFile) - Method in class adams.flow.transformer.splitfile.SplitBySize
Performs the actual splitting of the file.
doSplit(Timeseries) - Method in class adams.flow.transformer.timeseriessplit.AbstractTimeseriesSplitter
Performs the actual split.
doSplit(Timeseries) - Method in class adams.flow.transformer.timeseriessplit.FixedDate
Performs the actual split.
doSplit(Timeseries) - Method in class adams.flow.transformer.timeseriessplit.FixedLengthSegments
Performs the actual split.
doSplit(Timeseries) - Method in class adams.flow.transformer.timeseriessplit.FixedNumSegments
Performs the actual split.
doSplit(Timeseries) - Method in class adams.flow.transformer.timeseriessplit.PassThrough
Performs the actual split.
doSplit(Timeseries) - Method in class adams.flow.transformer.timeseriessplit.ReportDate
Performs the actual split.
doSplit(Timeseries, Date) - Method in class adams.flow.transformer.timeseriessplit.AbstractSplitOnDate
Performs the actual split on the date.
doSplit(List<Binnable<T>>) - Method in class adams.data.splitgenerator.generic.splitter.AbstractSplitter
Splits the data into two.
doSplit(List<Binnable<T>>) - Method in class adams.data.splitgenerator.generic.splitter.DefaultSplitter
Splits the data into two.
doStamp(PdfStamper) - Method in class adams.flow.transformer.pdfstamp.AbstractPageRangeStamper
Performs the actual stamping.
doStamp(PdfStamper) - Method in class adams.flow.transformer.pdfstamp.AbstractStamper
Performs the actual stamping.
doStamp(PdfStamper) - Method in class adams.flow.transformer.pdfstamp.PassThrough
Performs the actual stamping.
doStamp(PdfStamper, int) - Method in class adams.flow.transformer.pdfstamp.AbstractPageRangeStamper
Performs the actual stamping.
doStamp(PdfStamper, int) - Method in class adams.flow.transformer.pdfstamp.Image
Performs the actual stamping.
doStamp(PdfStamper, int) - Method in class adams.flow.transformer.pdfstamp.Text
Performs the actual stamping.
doStart() - Method in class adams.multiprocess.AbstractJobRunner
Performing actual start up.
doStart() - Method in class adams.multiprocess.LocalJobRunner
Starts the thread pool and execution of jobs.
doStart() - Method in class adams.multiprocess.RemoteCommandJobRunner
Performing actual start up.
doStart() - Method in class adams.multiprocess.ScpJobRunner
Serializes the jobs to the specified export file.
doStart() - Method in class adams.multiprocess.ScpJobRunner.RemoteJobRunner
Performing actual start up.
doStart() - Method in class adams.multiprocess.SerializingJobRunner
Serializes the jobs to the specified export file.
doStart(Flow) - Method in class adams.flow.control.flowrestart.trigger.AbstractTrigger
Starts the trigger.
doStart(Flow) - Method in class adams.flow.control.flowrestart.trigger.Cron
Starts the trigger.
doStart(Flow) - Method in class adams.flow.control.flowrestart.trigger.FileMonitor
Starts the trigger.
doStart(Flow) - Method in class adams.flow.control.flowrestart.trigger.MetaCron
Starts the trigger.
doStart(Flow) - Method in class adams.flow.control.flowrestart.trigger.MonitorItself
Starts the trigger.
doStart(Flow) - Method in class adams.flow.control.flowrestart.trigger.MultiTrigger
Starts the trigger.
doStart(Flow) - Method in class adams.flow.control.flowrestart.trigger.Null
Starts the trigger.
doStart(AbstractGeneticAlgorithm) - Method in class adams.opt.genetic.setupupload.AbstractSetupUpload
Before Starting the uploads, ie the genetic algorithm run.
doStart(AbstractGeneticAlgorithm) - Method in class adams.opt.genetic.setupupload.MySQL
Before Starting the uploads, ie the genetic algorithm run.
doStart(AbstractGeneticAlgorithm) - Method in class adams.opt.genetic.setupupload.Null
Before Starting the uploads, ie the genetic algorithm run.
doStop() - Method in class adams.multiprocess.AbstractJobRunner
Performing actual stop.
doStop() - Method in class adams.multiprocess.LocalJobRunner
Stops the execution after all currently queued jobs have been executed.
doStop() - Method in class adams.multiprocess.RemoteCommandJobRunner
Performing actual stop.
doStop() - Method in class adams.multiprocess.ScpJobRunner
Waits for the import file to appear.
doStop() - Method in class adams.multiprocess.ScpJobRunner.RemoteJobRunner
Performing actual stop.
doStop() - Method in class adams.multiprocess.SerializingJobRunner
Waits for the import file to appear.
doStore(Integer, R) - Method in class adams.db.ReportTableByDBID
Stores the report.
doStore(String, R) - Method in class adams.db.ReportTableByID
Stores the report.
doStratify(List<Binnable<T>>, int) - Method in class adams.data.splitgenerator.generic.stratification.AbstractStratification
Stratifies the data.
doStratify(List<Binnable<T>>, int) - Method in class adams.data.splitgenerator.generic.stratification.DefaultStratification
Stratifies the data.
doStratify(List<Binnable<T>>, int) - Method in class adams.data.splitgenerator.generic.stratification.PassThrough
Does not stratify the data.
doSuggest(Actor) - Method in class adams.gui.flow.tree.actorswap.AbstractActorSwapSuggestion
Performs the actual search for candidates.
doSuggest(Actor) - Method in class adams.gui.flow.tree.actorswap.ActorHandlerSuggestion
Performs the actual search for candidates.
doSuggest(Actor) - Method in class adams.gui.flow.tree.actorswap.SimpleSuggestion
Performs the actual search for candidates.
doTerminate(boolean) - Method in class adams.multiprocess.AbstractJobRunner
Performing actual terminate up.
doTerminate(boolean) - Method in class adams.multiprocess.LocalJobRunner
Performing actual terminate up.
doTerminate(boolean) - Method in class adams.multiprocess.RemoteCommandJobRunner
Performing actual terminate up.
doTerminate(boolean) - Method in class adams.multiprocess.ScpJobRunner
Has no influence on the actual execution of the remote jobs, only when jobs are run locally (as fallback).
doTerminate(boolean) - Method in class adams.multiprocess.ScpJobRunner.RemoteJobRunner
Performing actual terminate up.
doTerminate(boolean) - Method in class adams.multiprocess.SerializingJobRunner
Has no influence on the actual execution of the jobs.
doThen() - Method in class adams.flow.control.IfStorageValue.IfStorageValueDirector
Determines whether to execute the 'then' branch.
doThen() - Method in class adams.flow.control.IfThenElse.IfThenElseDirector
Determines whether to execute the 'then' branch.
DotHitDetector - Class in adams.gui.visualization.sequence
Detects selections of dots.
DotHitDetector() - Constructor for class adams.gui.visualization.sequence.DotHitDetector
Initializes the hit detector (constructor only for GOE) with no owner.
DotHitDetector(XYSequencePaintlet) - Constructor for class adams.gui.visualization.sequence.DotHitDetector
Initializes the hit detector.
DotNotationNode - Class in adams.gui.core.dotnotationtree
Specialized tree node.
DotNotationNode(String) - Constructor for class adams.gui.core.dotnotationtree.DotNotationNode
Initializes the node with the specified label.
DotNotationRenderer<N extends DotNotationNode> - Class in adams.gui.core.dotnotationtree
A specialized renderer for the DotNotationTree elements.
DotNotationRenderer() - Constructor for class adams.gui.core.dotnotationtree.DotNotationRenderer
Initializes the renderer.
DotNotationTree<N extends DotNotationNode> - Class in adams.gui.core.dotnotationtree
Displays dot-notation names in a tree structure.
DotNotationTree() - Constructor for class adams.gui.core.dotnotationtree.DotNotationTree
Initializes the tree with no items.
DotPaintlet - Class in adams.gui.visualization.sequence
Paintlet for simply painting dots at the specified X-Y position.
DotPaintlet() - Constructor for class adams.gui.visualization.sequence.DotPaintlet
 
dotproduct(Matrix, Matrix) - Static method in class edu.umbc.cs.maple.utils.JamaUtils
Computes the dot product of two vectors.
doTrain(SpreadSheet) - Method in class adams.data.spreadsheet.filter.AbstractTrainableSpreadSheetFilter
Performs the actual retraining on the spreadsheet.
doTrain(SpreadSheet) - Method in class adams.data.spreadsheet.filter.Normalize
Performs the actual retraining on the spreadsheet.
doTrain(SpreadSheet) - Method in class adams.data.spreadsheet.filter.Standardize
Performs the actual retraining on the spreadsheet.
doTrain(SpreadSheet) - Method in class adams.data.spreadsheet.filter.WekaFilter
Performs the actual retraining on the spreadsheet.
doTrainColumnFinder(SpreadSheet) - Method in class adams.data.spreadsheet.columnfinder.AbstractFilteredColumnFinder
Performs the actual training of the column finder with the specified spreadsheet.
doTrainColumnFinder(SpreadSheet) - Method in class adams.data.spreadsheet.columnfinder.AbstractTrainableColumnFinder
Performs the actual training of the column finder with the specified spreadsheet.
doTrainColumnFinder(SpreadSheet) - Method in class adams.data.spreadsheet.columnfinder.MultiColumnFinder
Performs the actual training of the column finder with the specified spreadsheet.
doTrainColumnFinder(SpreadSheet) - Method in class adams.data.spreadsheet.columnfinder.RowFilteredColumnFinder
Performs the actual training of the column finder with the specified spreadsheet.
doTrainColumnFinder(Instances) - Method in class adams.data.weka.columnfinder.AbstractFilteredColumnFinder
Performs the actual training of the column finder with the specified dataset.
doTrainColumnFinder(Instances) - Method in class adams.data.weka.columnfinder.AbstractTrainableColumnFinder
Performs the actual training of the column finder with the specified dataset.
doTrainColumnFinder(Instances) - Method in class adams.data.weka.columnfinder.MultiColumnFinder
Performs the actual training of the column finder with the specified dataset.
doTrainColumnFinder(Instances) - Method in class adams.data.weka.columnfinder.RowFilteredColumnFinder
Performs the actual training of the column finder with the specified dataset.
doTrainRowFinder(SpreadSheet) - Method in class adams.data.spreadsheet.rowfinder.AbstractFilteredRowFinder
Performs the actual training of the row finder with the specified spreadsheet.
doTrainRowFinder(SpreadSheet) - Method in class adams.data.spreadsheet.rowfinder.AbstractTrainableRowFinder
Performs the actual training of the row finder with the specified spreadsheet.
doTrainRowFinder(SpreadSheet) - Method in class adams.data.spreadsheet.rowfinder.MultiRowFinder
Performs the actual training of the row finder with the specified spreadsheet.
doTrainRowFinder(Instances) - Method in class adams.data.weka.rowfinder.AbstractFilteredRowFinder
Performs the actual training of the row finder with the specified dataset.
doTrainRowFinder(Instances) - Method in class adams.data.weka.rowfinder.AbstractTrainableRowFinder
Performs the actual training of the row finder with the specified dataset.
doTrainRowFinder(Instances) - Method in class adams.data.weka.rowfinder.FilteredIQR
Performs the actual training of the row finder with the specified dataset.
doTrainRowFinder(Instances) - Method in class adams.data.weka.rowfinder.MultiRowFinder
Performs the actual training of the row finder with the specified dataset.
doTransfer(Object, Object) - Method in class adams.core.optiontransfer.AbstractOptionTransfer
Does the actual transfer of options.
doTransfer(Object, Object) - Method in class adams.core.optiontransfer.ActorTransfer
Does the actual transfer of options.
doTransfer(Object, Object) - Method in class adams.core.optiontransfer.ArrayProviderTransfer
Does the actual transfer of options.
doTransfer(Object, Object) - Method in class adams.core.optiontransfer.AtomicExecutionTransfer
Does the actual transfer of options.
doTransfer(Object, Object) - Method in class adams.core.optiontransfer.AutomatableInteractiveActorTransfer
Does the actual transfer of options.
doTransfer(Object, Object) - Method in class adams.core.optiontransfer.BooleanConditionTransfer
Does the actual transfer of options.
doTransfer(Object, Object) - Method in class adams.core.optiontransfer.CallableToCopyCallableTransfer
Does the actual transfer of options.
doTransfer(Object, Object) - Method in class adams.core.optiontransfer.CopyCallableToCallableTransfer
Does the actual transfer of options.
doTransfer(Object, Object) - Method in class adams.core.optiontransfer.DirectoryListerToFileSystemSearchTransfer
Does the actual transfer of options.
doTransfer(Object, Object) - Method in class adams.core.optiontransfer.EnterValueToEnterManyValuesTransfer
Does the actual transfer of options.
doTransfer(Object, Object) - Method in class adams.core.optiontransfer.ExternalActorHandlerTransfer
Does the actual transfer of options.
doTransfer(Object, Object) - Method in class adams.core.optiontransfer.ExternalToIncludeExternalTransfer
Does the actual transfer of options.
doTransfer(Object, Object) - Method in class adams.core.optiontransfer.FileSupplierToSelectFileTransfer
Does the actual transfer of options.
doTransfer(Object, Object) - Method in class adams.core.optiontransfer.ForLoopToStorageForLoopTransfer
Does the actual transfer of options.
doTransfer(Object, Object) - Method in class adams.core.optiontransfer.IncludeExternalToExternalTransfer
Does the actual transfer of options.
doTransfer(Object, Object) - Method in class adams.core.optiontransfer.InteractiveActorTransfer
Does the actual transfer of options.
doTransfer(Object, Object) - Method in class adams.core.optiontransfer.LocalScopeHandlerTransfer
Does the actual transfer of options.
doTransfer(Object, Object) - Method in class adams.core.optiontransfer.LoggingLevelHandlerTransfer
Does the actual transfer of options.
doTransfer(Object, Object) - Method in class adams.core.optiontransfer.OptionalPasswordPromptTransfer
Does the actual transfer of options.
doTransfer(Object, Object) - Method in class adams.core.optiontransfer.RemoteExecutionHandlerTransfer
Does the actual transfer of options.
doTransfer(Object, Object) - Method in class adams.core.optiontransfer.RestorableActorTransfer
Does the actual transfer of options.
doTransfer(Object, Object) - Method in class adams.core.optiontransfer.SelectDirectoryToEnterManyValuesTransfer
Does the actual transfer of options.
doTransfer(Object, Object) - Method in class adams.core.optiontransfer.SelectFileToEnterManyValuesTransfer
Does the actual transfer of options.
doTransfer(Object, Object) - Method in class adams.core.optiontransfer.SelectFileToFileSupplierTransfer
Does the actual transfer of options.
doTransfer(Object, Object) - Method in class adams.core.optiontransfer.SetVariableTransfer
Does the actual transfer of options.
doTransfer(Object, Object) - Method in class adams.core.optiontransfer.StorageNameTransfer
Does the actual transfer of options.
doTransfer(Object, Object) - Method in class adams.core.optiontransfer.TimedActorTransfer
Does the actual transfer of options.
doTransfer(Object, Object) - Method in class adams.core.optiontransfer.VariableMonitorTransfer
Does the actual transfer of options.
doTransform(BoofCVImageContainer) - Method in class adams.data.boofcv.transformer.AbstractScript
Performs the actual transforming of the image.
doTransform(BoofCVImageContainer) - Method in class adams.data.boofcv.transformer.Binary
Performs no transformation at all, just returns the input.
doTransform(BoofCVImageContainer) - Method in class adams.data.boofcv.transformer.BinaryContours
Performs no transformation at all, just returns the input.
doTransform(BoofCVImageContainer) - Method in class adams.data.boofcv.transformer.CannyEdgeDetection
Performs no transformation at all, just returns the input.
doTransform(BoofCVImageContainer) - Method in class adams.data.boofcv.transformer.Dilate4
Performs no transformation at all, just returns the input.
doTransform(BoofCVImageContainer) - Method in class adams.data.boofcv.transformer.Dilate8
Performs no transformation at all, just returns the input.
doTransform(BoofCVImageContainer) - Method in class adams.data.boofcv.transformer.Erode4
Performs no transformation at all, just returns the input.
doTransform(BoofCVImageContainer) - Method in class adams.data.boofcv.transformer.Erode8
Performs no transformation at all, just returns the input.
doTransform(BoofCVImageContainer) - Method in class adams.data.boofcv.transformer.Gray8
Performs no transformation at all, just returns the input.
doTransform(BoofCVImageContainer) - Method in class adams.data.boofcv.transformer.ImageType
Performs no transformation at all, just returns the input.
doTransform(BoofCVImageContainer) - Method in class adams.data.boofcv.transformer.Inverter
Performs the actual transforming of the image.
doTransform(BoofCVImageContainer) - Method in class adams.data.boofcv.transformer.MultiTransformer
Performs the transformation.
doTransform(BoofCVImageContainer) - Method in class adams.data.boofcv.transformer.PassThrough
Performs no transformation at all, just returns the input.
doTransform(BoofCVImageContainer) - Method in class adams.data.boofcv.transformer.Scripted
Performs the actual transforming of the image.
doTransform(BoofCVImageContainer) - Method in class adams.data.boofcv.transformer.Sharpen4
Performs no transformation at all, just returns the input.
doTransform(BoofCVImageContainer) - Method in class adams.data.boofcv.transformer.Sharpen8
Performs no transformation at all, just returns the input.
doTransform(BoofCVImageContainer) - Method in class adams.data.boofcv.transformer.SuperPixels
Performs the actual transforming of the image.
doTransform(BoofCVImageContainer) - Method in class adams.data.boofcv.transformer.WaveletDenoise
Performs no transformation at all, just returns the input.
doTransform(BufferedImageContainer) - Method in class adams.data.image.transformer.AbstractScript
Performs the actual transforming of the image.
doTransform(BufferedImageContainer) - Method in class adams.data.image.transformer.Binary
Performs no transformation at all, just returns the input.
doTransform(BufferedImageContainer) - Method in class adams.data.image.transformer.BinaryMask
Performs no transformation at all, just returns the input.
doTransform(BufferedImageContainer) - Method in class adams.data.image.transformer.BlueChannelColorizer
Performs the actual transforming of the image.
doTransform(BufferedImageContainer) - Method in class adams.data.image.transformer.ChangeCanvasSize
Performs no transformation at all, just returns the input.
doTransform(BufferedImageContainer) - Method in class adams.data.image.transformer.Cropping
Performs no transformation at all, just returns the input.
doTransform(BufferedImageContainer) - Method in class adams.data.image.transformer.DownSample
Performs the actual transforming of the image.
doTransform(BufferedImageContainer) - Method in class adams.data.image.transformer.FixObjects
Generates the subimages.
doTransform(BufferedImageContainer) - Method in class adams.data.image.transformer.GaussianBlur
Performs no transformation at all, just returns the input.
doTransform(BufferedImageContainer) - Method in class adams.data.image.transformer.GrayOrIndexedColorizer
Performs the actual transforming of the image.
doTransform(BufferedImageContainer) - Method in class adams.data.image.transformer.Grayscale
Performs the actual transforming of the image.
doTransform(BufferedImageContainer) - Method in class adams.data.image.transformer.ImageFilter
Generates the subimages.
doTransform(BufferedImageContainer) - Method in class adams.data.image.transformer.ImageType
Performs no transformation at all, just returns the input.
doTransform(BufferedImageContainer) - Method in class adams.data.image.transformer.LaplaceOfGaussian
Performs the actual transforming of the image.
doTransform(BufferedImageContainer) - Method in class adams.data.image.transformer.LaplaceOperator
Performs the actual transforming of the image.
doTransform(BufferedImageContainer) - Method in class adams.data.image.transformer.LocalMedianFilter
Performs the actual transforming of the image.
doTransform(BufferedImageContainer) - Method in class adams.data.image.transformer.MaxRGB
Performs the actual transforming of the image.
doTransform(BufferedImageContainer) - Method in class adams.data.image.transformer.MinRGB
Performs the actual transforming of the image.
doTransform(BufferedImageContainer) - Method in class adams.data.image.transformer.MinRGBOld
Performs the actual transforming of the image.
doTransform(BufferedImageContainer) - Method in class adams.data.image.transformer.MultiTransformer
Performs the transformation.
doTransform(BufferedImageContainer) - Method in class adams.data.image.transformer.ObjectAnnotationsMask
Performs the actual transforming of the image.
doTransform(BufferedImageContainer) - Method in class adams.data.image.transformer.PassThrough
Performs no transformation at all, just returns the input.
doTransform(BufferedImageContainer) - Method in class adams.data.image.transformer.ReplaceColors
Performs the actual transforming of the image.
doTransform(BufferedImageContainer) - Method in class adams.data.image.transformer.ReplacePredominantColor
Performs the actual transforming of the image.
doTransform(BufferedImageContainer) - Method in class adams.data.image.transformer.Resize
Performs no transformation at all, just returns the input.
doTransform(BufferedImageContainer) - Method in class adams.data.image.transformer.Scripted
Performs the actual transforming of the image.
doTransform(BufferedImageContainer) - Method in class adams.data.image.transformer.SplitChannels
Generates the channels.
doTransform(BufferedImageContainer) - Method in class adams.data.image.transformer.SplitChannelsHSV
Generates the channels.
doTransform(BufferedImageContainer) - Method in class adams.data.image.transformer.SplitChannelsYIQ
Generates the channels.
doTransform(BufferedImageContainer) - Method in class adams.data.image.transformer.SplitChannelsYUV
Generates the channels.
doTransform(BufferedImageContainer) - Method in class adams.data.image.transformer.SubImages
Generates the subimages.
doTransform(BufferedImageContainer) - Method in class adams.data.image.transformer.SuppliedImageMask
Masks the image.
doTransform(BufferedImageContainer) - Method in class adams.data.image.transformer.ThresholdReplacement
Performs no transformation at all, just returns the input.
doTransform(BufferedImageContainer) - Method in class adams.data.image.transformer.TrimapColorizer
Performs the actual transforming of the image.
doTransform(BufferedImageContainer) - Method in class adams.data.image.transformer.WhiteBalance
Performs no transformation at all, just returns the input.
doTransform(BufferedImageContainer) - Method in class adams.data.image.transformer.XScreenMask
Masks the image.
doTransform(BufferedImageContainer) - Method in class adams.data.jai.transformer.Brightness
Performs no transformation at all, just returns the input.
doTransform(BufferedImageContainer) - Method in class adams.data.jai.transformer.ChangeOrientation
Performs the actual transforming of the image.
doTransform(BufferedImageContainer) - Method in class adams.data.jai.transformer.Dilate
Performs no transformation at all, just returns the input.
doTransform(BufferedImageContainer) - Method in class adams.data.jai.transformer.Erode
Performs no transformation at all, just returns the input.
doTransform(BufferedImageContainer) - Method in class adams.data.jai.transformer.Flip
Performs no transformation at all, just returns the input.
doTransform(BufferedImageContainer) - Method in class adams.data.jai.transformer.Gray8
Performs no transformation at all, just returns the input.
doTransform(BufferedImageContainer) - Method in class adams.data.jai.transformer.IndexedColors
Performs no transformation at all, just returns the input.
doTransform(BufferedImageContainer) - Method in class adams.data.jai.transformer.Invert
Performs no transformation at all, just returns the input.
doTransform(BufferedImageContainer) - Method in class adams.data.jai.transformer.Resize
Performs no transformation at all, just returns the input.
doTransform(BufferedImageContainer) - Method in class adams.data.jai.transformer.Rotate
Performs no transformation at all, just returns the input.
doTransform(BufferedImageContainer) - Method in class adams.data.jai.transformer.Scripted
Performs the actual transforming of the image.
doTransform(OpenCVImageContainer) - Method in class adams.data.opencv.transformer.AbstractScript
Performs the actual transforming of the image.
doTransform(OpenCVImageContainer) - Method in class adams.data.opencv.transformer.Blur
Performs no transformation at all, just returns the input.
doTransform(OpenCVImageContainer) - Method in class adams.data.opencv.transformer.ConvertType
Performs no transformation at all, just returns the input.
doTransform(OpenCVImageContainer) - Method in class adams.data.opencv.transformer.GaussianBlur
Performs no transformation at all, just returns the input.
doTransform(OpenCVImageContainer) - Method in class adams.data.opencv.transformer.MultiTransformer
Performs the transformation.
doTransform(OpenCVImageContainer) - Method in class adams.data.opencv.transformer.PassThrough
Performs no transformation at all, just returns the input.
doTransform(OpenCVImageContainer) - Method in class adams.data.opencv.transformer.Resize
Performs no transformation at all, just returns the input.
doTransform(OpenCVImageContainer) - Method in class adams.data.opencv.transformer.Scripted
Performs the actual transforming of the image.
doTransform(OpenCVImageContainer) - Method in class adams.data.opencv.transformer.SplitChannels
Performs no transformation at all, just returns the input.
doTransform(OpenCVImageContainer) - Method in class adams.data.opencv.transformer.Threshold
Performs no transformation at all, just returns the input.
doTransform(T) - Method in class adams.data.image.AbstractImageTransformer
Performs the actual transforming of the image.
doTransform(Instances, Map<String, Object>) - Method in class adams.data.instancesanalysis.pls.AbstractPLS
Transforms the data, initializes if necessary.
doTransform(Instances, Map<String, Object>) - Method in class adams.data.instancesanalysis.pls.DIPLS
Transforms the data, initializes if necessary.
doTransform(Instances, Map<String, Object>) - Method in class adams.data.instancesanalysis.pls.KernelPLS
Transforms the data, initializes if necessary.
doTransform(Instances, Map<String, Object>) - Method in class adams.data.instancesanalysis.pls.NIPALS
Transforms the data, initializes if necessary.
doTransform(Instances, Map<String, Object>) - Method in class adams.data.instancesanalysis.pls.OPLS
Transforms the data, initializes if necessary.
doTransform(Instances, Map<String, Object>) - Method in class adams.data.instancesanalysis.pls.PLS1
Transforms the data, initializes if necessary.
doTransform(Instances, Map<String, Object>) - Method in class adams.data.instancesanalysis.pls.PRM
Transforms the data, initializes if necessary.
doTransform(Instances, Map<String, Object>) - Method in class adams.data.instancesanalysis.pls.SIMPLS
Transforms the data, initializes if necessary.
doTransform(Instances, Map<String, Object>) - Method in class adams.data.instancesanalysis.pls.SparsePLS
Transforms the data, initializes if necessary.
doTransform(Instances, Map<String, Object>) - Method in class adams.data.instancesanalysis.pls.VCPLS
Transforms the data, initializes if necessary.
DOTS - Static variable in class adams.data.textrenderer.AbstractLimitedTextRenderer
 
DOTS - Static variable in interface adams.data.textrenderer.LimitedTextRenderer
 
DOUBLE - adams.core.PropertiesDataType
 
DOUBLE - adams.core.tags.TagDataType
 
DOUBLE - adams.data.conversion.ByteArrayToPrimitiveArray.PrimitiveType
 
DOUBLE - adams.data.conversion.Quote.QuoteType
double quote (").
DOUBLE - adams.data.matlab.ArrayElementType
 
DOUBLE - adams.data.spreadsheet.Cell.ContentType
float.
DOUBLE - adams.flow.source.NewList.QuoteType
double quote (").
DOUBLE - adams.flow.transformer.IncStorageValue.IncrementType
floating point increment.
DOUBLE - adams.flow.transformer.IncVariable.IncrementType
floating point increment.
DOUBLE - adams.gui.core.NumberTextField.Type
 
DOUBLE - adams.gui.core.PropertiesParameterPanel.PropertyType
double.
DOUBLE_TOSTRING - Static variable in class adams.core.base.BaseInterval
the number of decimals value for just using Double.toString method.
DOUBLE_UP - adams.data.conversion.Quote.QuoteType
double quote ("), doubling up internal double quotes.
DoubleAnonymizer - Class in adams.data
Anonymizes Double objects.
DoubleAnonymizer() - Constructor for class adams.data.DoubleAnonymizer
Default constructor.
DoubleAnonymizer(String, int) - Constructor for class adams.data.DoubleAnonymizer
Initializes the anonymizer with a random seed value.
DoubleAnonymizer(String, long, int) - Constructor for class adams.data.DoubleAnonymizer
Initializes the anonymizer.
DoubleCell - Class in adams.data.spreadsheet
Represents a single cell.
DoubleCell(Row) - Constructor for class adams.data.spreadsheet.DoubleCell
Constructor.
doubleClickAction - Variable in class adams.gui.chooser.DatePanel
 
DoubleClickEvent - Class in adams.gui.event
Event that gets sent in case of double-clicks (left mouse-button).
DoubleClickEvent(Object) - Constructor for class adams.gui.event.DoubleClickEvent
Initializes the object.
DoubleClickListener - Interface in adams.gui.event
For classes that listen to double-clicks (of the left mouse button).
doubleClickOccurred(DoubleClickEvent) - Method in interface adams.gui.event.DoubleClickListener
Gets called when a double-clicked occurred.
DoubleComparator() - Constructor for class adams.flow.sink.PlotContainerSink.DoubleComparator
 
DOUBLED_UP_QUOTES - Static variable in class adams.data.io.input.CsvSpreadSheetReader.ChunkReader
the doubled up quotes to replace.
DoubleEditor - Class in adams.gui.goe
A custom editor for Doubles.
DoubleEditor() - Constructor for class adams.gui.goe.DoubleEditor
Initializes the editor.
doubleIncrementTipText() - Method in class adams.flow.transformer.IncStorageValue
Returns the tip text for this property.
doubleIncrementTipText() - Method in class adams.flow.transformer.IncVariable
Returns the tip text for this property.
DoubleMatrixToBufferedImage - Class in adams.data.conversion
Turns a matrix of double values into a BufferedImage.
DoubleMatrixToBufferedImage() - Constructor for class adams.data.conversion.DoubleMatrixToBufferedImage
 
DoubleMatrixToMat5Array - Class in adams.data.conversion
Turns a double matrix into a 2-dimensional Matlab matrix array.
DoubleMatrixToMat5Array() - Constructor for class adams.data.conversion.DoubleMatrixToMat5Array
 
DoubleMatrixToSpreadSheet - Class in adams.data.conversion
Converts a double matrix into a SpreadSheet object.
DoubleMatrixToSpreadSheet() - Constructor for class adams.data.conversion.DoubleMatrixToSpreadSheet
 
DoubleOption - Class in adams.core.option
Handles options with Double arguments.
DoubleOption(OptionManager, String, String, Object, boolean, UserMode) - Constructor for class adams.core.option.DoubleOption
Initializes the option.
DoubleOption(OptionManager, String, String, Object, boolean, Double, Double, UserMode) - Constructor for class adams.core.option.DoubleOption
Initializes the option.
DoubleOption(OptionManager, String, String, Object, UserMode) - Constructor for class adams.core.option.DoubleOption
Initializes the option.
DoubleOption(OptionManager, String, String, Object, Double, Double, UserMode) - Constructor for class adams.core.option.DoubleOption
Initializes the option.
doubleQuote(String) - Static method in class adams.core.Utils
Quotes a string if it contains special characters.
doubleToBits(double, double, double, int, int) - Static method in class adams.core.discovery.genetic.GeneticHelper
Turns a double into a bit string (0s and 1s).
DoubleToFloat - Class in adams.data.conversion
Turns a Double into a Float.
DoubleToFloat() - Constructor for class adams.data.conversion.DoubleToFloat
 
DoubleToInt - Class in adams.data.conversion
Turns a Double into an Integer.
DoubleToInt() - Constructor for class adams.data.conversion.DoubleToInt
 
DoubleToLong - Class in adams.data.conversion
Turns a Double into a Long.
DoubleToLong() - Constructor for class adams.data.conversion.DoubleToLong
 
doubleToString(double, int) - Static method in class adams.core.Utils
Rounds a double and converts it into String.
doubleToString(double, int, int) - Static method in class adams.core.Utils
Rounds a double and converts it into a formatted decimal-justified String.
doubleToString(double, int, int, Locale) - Static method in class adams.core.Utils
Rounds a double and converts it into a formatted decimal-justified String.
doubleToString(double, int, Locale) - Static method in class adams.core.Utils
Rounds a double and converts it into String.
DoubleToString - Class in adams.data.conversion
Turns a Double into a String.
DoubleToString() - Constructor for class adams.data.conversion.DoubleToString
 
doubleToStringFixed(double, int) - Static method in class adams.core.Utils
Rounds a double and converts it into String.
doubleToStringFixed(double, int, Locale) - Static method in class adams.core.Utils
Rounds a double and converts it into String.
doubleUpQuotes(String, char, char[], String[]) - Static method in class adams.core.Utils
Surrounds the strings with the specified quotes.
doubleUpTipText() - Method in class adams.data.conversion.Quote
Returns the tip text for this property.
doubleUpTipText() - Method in class adams.data.conversion.UnQuote
Returns the tip text for this property.
doubleValue() - Method in class adams.core.base.BaseDouble
Returns the double value.
doubleValue() - Method in class adams.core.base.BaseRectangle
Returns the location as array (x, y, w, h).
doubleValue() - Method in class adams.core.base.QuadrilateralLocation
Returns the location as array (x0, y0, ..., x3, y3).
doUninstall() - Method in class adams.gui.visualization.object.annotator.AbstractAnnotator
Uninstalls the annotator with the owner.
doUninstall() - Method in class adams.gui.visualization.object.annotator.BoundingBoxAnnotator
Uninstalls the annotator with the owner.
doUninstall() - Method in class adams.gui.visualization.object.annotator.ClassificationLabelAnnotator
Uninstalls the annotator with the owner.
doUninstall() - Method in class adams.gui.visualization.object.annotator.NullAnnotator
Uninstalls the annotator with the owner.
doUninstall() - Method in class adams.gui.visualization.object.annotator.PolygonAnnotator
Uninstalls the annotator with the owner.
doUninstall() - Method in class adams.gui.visualization.object.annotator.PolygonPointAnnotator
Uninstalls the annotator with the owner.
doUninstall() - Method in class adams.gui.visualization.object.annotator.SimplePointAnnotator
Uninstalls the annotator with the owner.
doUnpack(PropertyPath.PropertyContainer, String) - Method in class adams.core.discovery.genetic.AbstractGeneticDiscoveryHandler
Unpacks and applies the bits from the genetic algorithm.
doUnpack(PropertyPath.PropertyContainer, String) - Method in class adams.core.discovery.genetic.AbstractGeneticDoubleDiscoveryHandlerResolution
Unpacks and applies the bits from the genetic algorithm.
doUnpack(PropertyPath.PropertyContainer, String) - Method in class adams.core.discovery.genetic.AbstractGeneticDoubleMatrixDiscoveryHandler
Unpacks and applies the bits from the genetic algorithm.
doUnpack(PropertyPath.PropertyContainer, String) - Method in class adams.core.discovery.genetic.AbstractGeneticFloatDiscoveryHandlerResolution
Unpacks and applies the bits from the genetic algorithm.
doUnpack(PropertyPath.PropertyContainer, String) - Method in class adams.core.discovery.genetic.AbstractGeneticIntegerArrayDiscoveryHandler
Unpacks and applies the bits from the genetic algorithm.
doUnpack(PropertyPath.PropertyContainer, String) - Method in class adams.core.discovery.genetic.AbstractGeneticIntegerDiscoveryHandler
Unpacks and applies the bits from the genetic algorithm.
doUnpack(PropertyPath.PropertyContainer, String) - Method in class adams.core.discovery.genetic.AbstractGeneticStringDiscoveryHandler
Unpacks and applies the bits from the genetic algorithm.
doUpdate() - Method in class adams.gui.action.AbstractPropertiesAction
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.flow.menu.ActiveClearGraphicalOutput
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.flow.menu.ActiveDebug
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.flow.menu.ActiveDisplayErrors
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.flow.menu.ActiveGC
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.flow.menu.ActiveHeadless
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.flow.menu.ActiveKill
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.flow.menu.ActivePauseResume
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.flow.menu.ActiveRun
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.flow.menu.ActiveStop
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.flow.menu.ActiveStorage
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.flow.menu.ActiveValidateSetup
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.flow.menu.ActiveVariables
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.flow.menu.EditCheckVariables
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.flow.menu.EditCleanUpFlow
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.flow.menu.EditClearClipboard
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.flow.menu.EditDiff
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.flow.menu.EditEnableUndo
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.flow.menu.EditFind
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.flow.menu.EditIgnoreNameChanges
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.flow.menu.EditInteractiveActors
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.flow.menu.EditListTODOs
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.flow.menu.EditLocateActor
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.flow.menu.EditLocateStorageName
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.flow.menu.EditLocateVariable
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.flow.menu.EditProcessActors
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.flow.menu.EditRedo
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.flow.menu.EditTimedActors
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.flow.menu.EditUndo
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.flow.menu.FileCheckOnSave
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.flow.menu.FileClose
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.flow.menu.FileClosePage
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.flow.menu.FileExport
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.flow.menu.FileImport
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.flow.menu.FileNewFlow
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.flow.menu.FileNewFromClipboard
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.flow.menu.FileOpen
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.flow.menu.FileProperties
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.flow.menu.FileRevert
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.flow.menu.FileSave
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.flow.menu.FileSaveAs
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.flow.menu.HelpActors
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.flow.menu.HelpBooleanExpression
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.flow.menu.HelpClasses
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.flow.menu.HelpMathematicalExpression
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.flow.menu.HelpStringExpression
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.flow.menu.HelpVariables
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.flow.menu.RunClearGraphicalOutput
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.flow.menu.RunDebug
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.flow.menu.RunDisableAllBreakpoints
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.flow.menu.RunDisplayErrors
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.flow.menu.RunEnableAllBreakpoints
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.flow.menu.RunGC
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.flow.menu.RunHeadless
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.flow.menu.RunKill
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.flow.menu.RunParseError
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.flow.menu.RunPauseResume
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.flow.menu.RunRemoveAllBreakpoints
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.flow.menu.RunRun
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.flow.menu.RunRunAll
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.flow.menu.RunStop
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.flow.menu.RunStopAll
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.flow.menu.RunStorage
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.flow.menu.RunValidateSetup
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.flow.menu.RunVariables
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.flow.menu.ViewFullExpansion
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.flow.menu.ViewRedraw
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.flow.menu.ViewShowAnnotations
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.flow.menu.ViewShowInputOutput
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.flow.menu.ViewShowQuickInfo
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.flow.menu.ViewShowSource
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.flow.menu.ViewShowToolbar
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.flow.menu.ViewStatistics
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.flow.menu.ViewZoom
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.flow.menu.WindowDuplicateInTab
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.flow.menu.WindowDuplicateInWindow
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.flow.menu.WindowHalfHeight
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.flow.menu.WindowHalfWidth
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.flow.menu.WindowMoveToNewWindow
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.flow.menu.WindowNew
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.flow.tree.menu.AbstractCompareActors
Updates the action using the current state information.
doUpdate() - Method in class adams.gui.flow.tree.menu.AbstractEncloseActor
Updates the action using the current state information.
doUpdate() - Method in class adams.gui.flow.tree.menu.AbstractTreePopupSubMenuAction
Updates the action using the current state information.
doUpdate() - Method in class adams.gui.flow.tree.menu.AddActorAfter
Updates the action using the current state information.
doUpdate() - Method in class adams.gui.flow.tree.menu.AddActorBeneath
Updates the action using the current state information.
doUpdate() - Method in class adams.gui.flow.tree.menu.AddActorHere
Updates the action using the current state information.
doUpdate() - Method in class adams.gui.flow.tree.menu.AddBookmark
Updates the action using the current state information.
doUpdate() - Method in class adams.gui.flow.tree.menu.AddBreakpointAfter
Updates the action using the current state information.
doUpdate() - Method in class adams.gui.flow.tree.menu.AddBreakpointBeneath
Updates the action using the current state information.
doUpdate() - Method in class adams.gui.flow.tree.menu.AddBreakpointHere
Updates the action using the current state information.
doUpdate() - Method in class adams.gui.flow.tree.menu.AddFromTemplateAfter
Updates the action using the current state information.
doUpdate() - Method in class adams.gui.flow.tree.menu.AddFromTemplateBeneath
Updates the action using the current state information.
doUpdate() - Method in class adams.gui.flow.tree.menu.AddFromTemplateHere
Updates the action using the current state information.
doUpdate() - Method in class adams.gui.flow.tree.menu.AddMostCommonActorAfter
Updates the action using the current state information.
doUpdate() - Method in class adams.gui.flow.tree.menu.AddMostCommonActorBeneath
Updates the action using the current state information.
doUpdate() - Method in class adams.gui.flow.tree.menu.AddMostCommonActorHere
Updates the action using the current state information.
doUpdate() - Method in class adams.gui.flow.tree.menu.AnnotateActor
Updates the action using the current state information.
doUpdate() - Method in class adams.gui.flow.tree.menu.AttachBreakpointHere
Updates the action using the current state information.
doUpdate() - Method in class adams.gui.flow.tree.menu.AttachListener
Updates the action using the current state information.
doUpdate() - Method in class adams.gui.flow.tree.menu.Bookmark
Updates the action using the current state information.
doUpdate() - Method in class adams.gui.flow.tree.menu.CleanUpActorName
Updates the action using the current state information.
doUpdate() - Method in class adams.gui.flow.tree.menu.CollapseAll
Updates the action using the current state information.
doUpdate() - Method in class adams.gui.flow.tree.menu.CompareActors
Updates the action using the current state information.
doUpdate() - Method in class adams.gui.flow.tree.menu.CopyActor
Updates the action using the current state information.
doUpdate() - Method in class adams.gui.flow.tree.menu.CopyActorCommandline
Updates the action using the current state information.
doUpdate() - Method in class adams.gui.flow.tree.menu.CopyActorName
Updates the action using the current state information.
doUpdate() - Method in class adams.gui.flow.tree.menu.CopyActorPath
Updates the action using the current state information.
doUpdate() - Method in class adams.gui.flow.tree.menu.CopyActorPlainText
Updates the action using the current state information.
doUpdate() - Method in class adams.gui.flow.tree.menu.CutActor
Updates the action using the current state information.
doUpdate() - Method in class adams.gui.flow.tree.menu.EditActor
Updates the action using the current state information.
doUpdate() - Method in class adams.gui.flow.tree.menu.EditExternalFlow
Updates the action using the current state information.
doUpdate() - Method in class adams.gui.flow.tree.menu.EditListeners
Updates the action using the current state information.
doUpdate() - Method in class adams.gui.flow.tree.menu.ExpandAll
Updates the action using the current state information.
doUpdate() - Method in class adams.gui.flow.tree.menu.ExpandCollapseExternalFlow
Updates the action using the current state information.
doUpdate() - Method in class adams.gui.flow.tree.menu.ExportActor
Updates the action using the current state information.
doUpdate() - Method in class adams.gui.flow.tree.menu.ExternalizeActor
Updates the action using the current state information.
doUpdate() - Method in class adams.gui.flow.tree.menu.FindUsages
Updates the action using the current state information.
doUpdate() - Method in class adams.gui.flow.tree.menu.GoTo
Updates the action using the current state information.
doUpdate() - Method in class adams.gui.flow.tree.menu.Help
Updates the action using the current state information.
doUpdate() - Method in class adams.gui.flow.tree.menu.InspectMemoryDetails
Updates the action using the current state information.
doUpdate() - Method in class adams.gui.flow.tree.menu.InspectMemorySize
Updates the action using the current state information.
doUpdate() - Method in class adams.gui.flow.tree.menu.LastTemplate
Updates the action using the current state information.
doUpdate() - Method in class adams.gui.flow.tree.menu.MakeConditional
Updates the action using the current state information.
doUpdate() - Method in class adams.gui.flow.tree.menu.MakeInteractive
Updates the action using the current state information.
doUpdate() - Method in class adams.gui.flow.tree.menu.MakeTimed
Updates the action using the current state information.
doUpdate() - Method in class adams.gui.flow.tree.menu.MaterializeExternalActor
Updates the action using the current state information.
doUpdate() - Method in class adams.gui.flow.tree.menu.MenuHeader
Updates the action using the current state information.
doUpdate() - Method in class adams.gui.flow.tree.menu.PasteActorAfter
Updates the action using the current state information.
doUpdate() - Method in class adams.gui.flow.tree.menu.PasteActorBeneath
Updates the action using the current state information.
doUpdate() - Method in class adams.gui.flow.tree.menu.PasteActorHere
Updates the action using the current state information.
doUpdate() - Method in class adams.gui.flow.tree.menu.PullUpActor
Updates the action using the current state information.
doUpdate() - Method in class adams.gui.flow.tree.menu.RemoveActor
Updates the action using the current state information.
doUpdate() - Method in class adams.gui.flow.tree.menu.RemoveBookmark
Updates the action using the current state information.
doUpdate() - Method in class adams.gui.flow.tree.menu.RemoveBreakpoints
Updates the action using the current state information.
doUpdate() - Method in class adams.gui.flow.tree.menu.RemoveListeners
Updates the action using the current state information.
doUpdate() - Method in class adams.gui.flow.tree.menu.RenameActor
Updates the action using the current state information.
doUpdate() - Method in class adams.gui.flow.tree.menu.RunToHere
Updates the action using the current state information.
doUpdate() - Method in class adams.gui.flow.tree.menu.Separator
Updates the action using the current state information.
doUpdate() - Method in class adams.gui.flow.tree.menu.SwapActor
Updates the action using the current state information.
doUpdate() - Method in class adams.gui.flow.tree.menu.ToggleState
Updates the action using the current state information.
doUpdate() - Method in class adams.gui.flow.tree.quickaction.AbstractGOEQuickAction
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.flow.tree.quickaction.ChangeCallableActor
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.flow.tree.quickaction.ChangeExternalActorFile
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.flow.tree.quickaction.ChangeStorageName
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.flow.tree.quickaction.ChangeVariableName
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.flow.tree.quickaction.ChangeVariableValue
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.flow.tree.quickaction.EditBooleanExpressionText
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.flow.tree.quickaction.EditCombineXExpression
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.flow.tree.quickaction.EditMathematicalExpressionText
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.flow.tree.quickaction.EditStorageValuesArrayNames
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.flow.tree.quickaction.EditStringConstantsStrings
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.flow.tree.quickaction.EditVariablesArrayVariables
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.flow.tree.quickaction.RenameActor
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.tools.findinfiles.AbstractFindInFilesAction
Updates the action with the current state of the owner.
doUpdate() - Method in class adams.gui.tools.findinfiles.CopyDir
Updates the action based on the current state of the owner.
doUpdate() - Method in class adams.gui.tools.findinfiles.CopyFullPath
Updates the action based on the current state of the owner.
doUpdate() - Method in class adams.gui.tools.findinfiles.CopyName
Updates the action based on the current state of the owner.
doUpdate() - Method in class adams.gui.tools.findinfiles.CopyTo
Updates the action based on the current state of the owner.
doUpdate() - Method in class adams.gui.tools.findinfiles.MoveTo
Updates the action based on the current state of the owner.
doUpdate() - Method in class adams.gui.tools.findinfiles.View
Updates the action based on the current state of the owner.
doUpdate() - Method in class adams.gui.tools.previewbrowser.localfiles.AbstractLocalFilesAction
Updates the action.
doUpdate() - Method in class adams.gui.tools.previewbrowser.localfiles.CopyFileTo
Updates the action.
doUpdate() - Method in class adams.gui.tools.previewbrowser.localfiles.DeleteFiles
Updates the action.
doUpdate() - Method in class adams.gui.tools.previewbrowser.localfiles.DeleteStar
Updates the action.
doUpdate() - Method in class adams.gui.tools.previewbrowser.localfiles.OpenFile
Updates the action.
doUpdate() - Method in class adams.gui.tools.previewbrowser.localfiles.PrintFile
Updates the action.
doUpdate() - Method in class adams.gui.tools.spreadsheetviewer.menu.DataChart
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.tools.spreadsheetviewer.menu.DataComputeDifference
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.tools.spreadsheetviewer.menu.DataConvert
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.tools.spreadsheetviewer.menu.DataFilterColumns
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.tools.spreadsheetviewer.menu.DataFilterRows
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.tools.spreadsheetviewer.menu.DataSort
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.tools.spreadsheetviewer.menu.DataTransform
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.tools.spreadsheetviewer.menu.EditClearClipboard
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.tools.spreadsheetviewer.menu.EditPasteAsNew
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.tools.spreadsheetviewer.menu.FileClosePage
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.tools.spreadsheetviewer.menu.FileExit
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.tools.spreadsheetviewer.menu.FileOpen
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.tools.spreadsheetviewer.menu.FileSave
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.tools.spreadsheetviewer.menu.FileSaveAs
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.tools.spreadsheetviewer.menu.HelpFormulas
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.tools.spreadsheetviewer.menu.HelpQuery
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.tools.spreadsheetviewer.menu.ViewApplyToAll
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.tools.spreadsheetviewer.menu.ViewCellRenderingCustomizer
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.tools.spreadsheetviewer.menu.ViewDecimals
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.tools.spreadsheetviewer.menu.ViewShowCellTypes
Performs the actual update of the state of the action.
doUpdate() - Method in class adams.gui.tools.spreadsheetviewer.menu.ViewShowFormulas
Performs the actual update of the state of the action.
doUpdate(SequencePlotterPanel, boolean) - Method in class adams.flow.sink.sequenceplotter.AbstractPlotUpdater
Updates the plotter regardless.
doUpdate(File) - Method in class adams.core.io.filechanged.AbstractFileChangeMonitor
Performs the actual updating of the monitor with the specified file.
doUpdate(File) - Method in class adams.core.io.filechanged.AbstractMessageDigestBasedMonitor
Performs the actual updating of the monitor with the specified file.
doUpdate(File) - Method in class adams.core.io.filechanged.LastModified
Performs the actual updating of the monitor with the specified file.
doUpdate(File) - Method in class adams.core.io.filechanged.MultiMonitor
Performs the actual updating of the monitor with the specified file.
doUpdate(File) - Method in class adams.core.io.filechanged.NoChange
Performs the actual updating of the monitor with the specified file.
doUpdate(File) - Method in class adams.core.io.filechanged.Size
Performs the actual updating of the monitor with the specified file.
doUpdate(P, boolean) - Method in class adams.flow.core.AbstractDataPlotUpdater
Updates the data container panel regardless, with optional notification of listeners.
doUpdateGroup(Object, String) - Method in class adams.data.groupupdate.AbstractGroupUpdater
Updates the group of the object.
doUpdateGroup(Object, String) - Method in class adams.data.groupupdate.PassThrough
Updates the group of the object.
doUpdateGroup(Object, String) - Method in class adams.data.groupupdate.ReportField
Updates the group of the object.
doUpdateID(Object, String) - Method in class adams.data.idupdate.AbstractIDUpdater
Updates the ID of the object.
doUpdateID(Object, String) - Method in class adams.data.idupdate.IDHandler
Updates the ID of the object.
doUpdateID(Object, String) - Method in class adams.data.idupdate.PassThrough
Updates the ID of the object.
doUpdateID(Object, String) - Method in class adams.data.idupdate.ReportField
Updates the ID of the object.
doUpdateMenu() - Method in class adams.gui.core.AbstractRecentItemsHandler
Updates the menu.
doUpgrade() - Method in class adams.db.upgrade.AbstractTableUpgrade
Performs the actual upgrade.
doUpgrade() - Method in class adams.db.upgrade.PassThrough
Does nothing.
doUpload(Map<String, Object>) - Method in class adams.opt.genetic.setupupload.AbstractSetupUpload
Uploads the setup.
doUpload(Map<String, Object>) - Method in class adams.opt.genetic.setupupload.MySQL
Uploads the setup.
doUpload(Map<String, Object>) - Method in class adams.opt.genetic.setupupload.Null
Uploads the setup.
doValidate() - Method in class adams.doc.docbook.Section
Hook method for validating/fixing the XML tree.
doValidate() - Method in class adams.doc.xml.AbstractTag
Hook method for validating/fixing the XML tree.
doValueToDisplay(double) - Method in class adams.gui.visualization.core.axis.AbstractAxisModel
Returns the display string of the value for the tooltip, for instance.
doValueToDisplay(double) - Method in class adams.gui.visualization.core.axis.AbstractDateBasedAxisModel
Returns the display string of the value for the tooltip, for instance.
doValueToDisplay(double) - Method in class adams.gui.visualization.core.axis.DefaultAxisModel
Returns the display string of the value for the tooltip, for instance.
doValueToDisplay(double) - Method in class adams.gui.visualization.core.axis.LogAxisModel
Returns the display string of the value for the tooltip, for instance.
doValueToDisplay(double) - Method in class adams.gui.visualization.core.axis.PercentageAxisModel
Returns the display string of the value for the tooltip, for instance.
doVerify(String, SSLSession) - Method in class adams.core.net.hostnameverifier.AbstractHostnameVerifier
Performs the actual verification of the host.
doVerify(String, SSLSession) - Method in class adams.core.net.hostnameverifier.All
Performs the actual verification of the host.
doVerify(String, SSLSession) - Method in class adams.core.net.hostnameverifier.RegExp
Performs the actual verification of the host.
doVisit(Row, int) - Method in class adams.data.spreadsheet.colstatistic.AbstractColumnStatistic
Gets called with every row in the spreadsheet for generating the stats.
doVisit(Row, int) - Method in class adams.data.spreadsheet.colstatistic.AbstractDoubleArrayColumnStatistic
Gets called with every row in the spreadsheet for generating the stats.
doVisit(Row, int) - Method in class adams.data.spreadsheet.colstatistic.Distinct
Gets called with every row in the spreadsheet for generating the stats.
doVisit(Row, int) - Method in class adams.data.spreadsheet.colstatistic.LabelCounts
Gets called with every row in the spreadsheet for generating the stats.
doVisit(Row, int) - Method in class adams.data.spreadsheet.colstatistic.Missing
Gets called with every row in the spreadsheet for generating the stats.
doVisit(Row, int) - Method in class adams.data.spreadsheet.colstatistic.MultiColumnStatistic
Gets called with every row in the spreadsheet for generating the stats.
doVisit(Row, int) - Method in class adams.data.spreadsheet.colstatistic.Unique
Gets called with every row in the spreadsheet for generating the stats.
doVisit(Row, int) - Method in class adams.data.spreadsheet.rowstatistic.AbstractDoubleArrayRowStatistic
Gets called with every cell in the row for generating the stats.
doVisit(Row, int) - Method in class adams.data.spreadsheet.rowstatistic.AbstractRowStatistic
Gets called with every cell in the row for generating the stats.
doVisit(Row, int) - Method in class adams.data.spreadsheet.rowstatistic.Distinct
Gets called with every row in the spreadsheet for generating the stats.
doVisit(Row, int) - Method in class adams.data.spreadsheet.rowstatistic.LabelCounts
Gets called with every row in the spreadsheet for generating the stats.
doVisit(Row, int) - Method in class adams.data.spreadsheet.rowstatistic.Missing
Gets called with every cell in the row for generating the stats.
doVisit(Row, int) - Method in class adams.data.spreadsheet.rowstatistic.MultiRowStatistic
Gets called with every row in the spreadsheet for generating the stats.
doVisit(Row, int) - Method in class adams.data.spreadsheet.rowstatistic.Unique
Gets called with every row in the spreadsheet for generating the stats.
DOWN - adams.gui.visualization.jfreechart.shape.Triangle.Type
 
DownloadContent - Class in adams.flow.transformer
Downloads the raw, textual content from a URL and forwards it.Also handles basic authentication when using URLs like this:
http://user:pass@domain.com/url

Input/output:
- accepts:
   java.lang.String
   adams.core.base.BaseURL
   java.net.URL
- generates:
   java.lang.String


DownloadContent() - Constructor for class adams.flow.transformer.DownloadContent
 
DownloadFile - Class in adams.flow.sink
Downloads a file from a URL and saves it locally.
Also handles basic authentication when using URLs like this:
http://user:pass@domain.com/url

Input/output:
- accepts:
   java.lang.String
   java.net.URL


DownloadFile() - Constructor for class adams.flow.sink.DownloadFile
 
DownSample<T extends DataContainer> - Class in adams.data.filter
A filter that returns only every n-th data point.
DownSample - Class in adams.data.image.transformer
Generates a smaller image by taken every nth pixel (on the x and y axis).
DownSample - Class in adams.data.spreadsheet.columnfinder
Returns the indices of every n-th column.
DownSample - Class in adams.data.spreadsheet.rowfinder
Returns the indices of every n-th row.
DownSample - Class in weka.filters.unsupervised.attribute
A simple filter that retains only every nth attribute.
DownSample() - Constructor for class adams.data.filter.DownSample
 
DownSample() - Constructor for class adams.data.image.transformer.DownSample
 
DownSample() - Constructor for class adams.data.spreadsheet.columnfinder.DownSample
 
DownSample() - Constructor for class adams.data.spreadsheet.rowfinder.DownSample
 
DownSample() - Constructor for class weka.filters.unsupervised.attribute.DownSample
 
DownSize<T extends DataContainer> - Class in adams.data.filter
A filter that picks a specified number of evenly spaced data points from the data.
DownSize() - Constructor for class adams.data.filter.DownSize
 
downTipText() - Method in class adams.data.image.transformer.SuppliedImageMask
Returns the tip text for this property.
downTipText() - Method in class adams.data.image.transformer.XScreenMask
Returns the tip text for this property.
downTipText() - Method in class adams.flow.transformer.locateobjects.XScreenMaskLocator
Returns the tip text for this property.
doWrite(PlaceholderFile, BoofCVImageContainer) - Method in class adams.data.io.output.BoofCVImageWriter
Performs the actual writing of the image file.
doWrite(PlaceholderFile, BufferedImageContainer) - Method in class adams.data.io.output.ApacheCommonsImageWriter
Performs the actual writing of the image file.
doWrite(PlaceholderFile, BufferedImageContainer) - Method in class adams.data.io.output.GrayOrIndexedImageWriter
Performs the actual writing of the image file.
doWrite(PlaceholderFile, BufferedImageContainer) - Method in class adams.data.io.output.JAIImageWriter
Performs the actual writing of the image file.
doWrite(PlaceholderFile, OpenCVImageContainer) - Method in class adams.data.io.output.OpenCVImageWriter
Performs the actual writing of the image file.
doWrite(PlaceholderFile, ImageSegmentationContainer) - Method in class adams.data.io.output.AbstractImageSegmentationAnnotationWriter
Writes the image segmentation annotations.
doWrite(PlaceholderFile, ImageSegmentationContainer) - Method in class adams.data.io.output.BlueChannelImageSegmentationWriter
Writes the image segmentation annotations.
doWrite(PlaceholderFile, ImageSegmentationContainer) - Method in class adams.data.io.output.GrayscaleImageSegmentationWriter
Writes the image segmentation annotations.
doWrite(PlaceholderFile, ImageSegmentationContainer) - Method in class adams.data.io.output.IndexedPNGImageSegmentationWriter
Writes the image segmentation annotations.
doWrite(PlaceholderFile, ImageSegmentationContainer) - Method in class adams.data.io.output.IndividualImageSegmentationLayerWriter
Writes the image segmentation annotations.
doWrite(PlaceholderFile, AbstractExperiment) - Method in class adams.data.io.output.AbstractAdamsExperimentWriter
Performs the actual writing of the experiment file.
doWrite(PlaceholderFile, AbstractExperiment) - Method in class adams.data.io.output.JsonAdamsExperimentWriter
Performs the actual writing of the experiment file.
doWrite(PlaceholderFile, AbstractExperiment) - Method in class adams.data.io.output.NestedAdamsExperimentWriter
Performs the actual writing of the experiment file.
doWrite(PlaceholderFile, AbstractExperiment) - Method in class adams.data.io.output.SerializedAdamsExperimentWriter
Performs the actual writing of the experiment file.
doWrite(PlaceholderFile, Object) - Method in class adams.data.io.output.AbstractObjectWriter
Performs the actual writing of the object file.
doWrite(PlaceholderFile, Object) - Method in class adams.data.io.output.CommandlineWriter
Performs the actual writing of the object file.
doWrite(PlaceholderFile, Object) - Method in class adams.data.io.output.JavaInstantiationWriter
Performs the actual writing of the object file.
doWrite(PlaceholderFile, Object) - Method in class adams.data.io.output.NestedCommandlineWriter
Performs the actual writing of the object file.
doWrite(PlaceholderFile, Object) - Method in class adams.data.io.output.SerializableObjectWriter
Performs the actual writing of the object file.
doWrite(PlaceholderFile, Object) - Method in class adams.data.io.output.SerializedObjectWriter
Performs the actual writing of the object file.
doWrite(PlaceholderFile, Object) - Method in class adams.data.io.output.SimpleJavaInstantiationWriter
Performs the actual writing of the object file.
doWrite(PlaceholderFile, Object) - Method in class adams.data.io.output.XStreamWriter
Performs the actual writing of the object file.
doWrite(PlaceholderFile, T) - Method in class adams.data.io.output.AbstractImageWriter
Performs the actual writing of the image file.
doWrite(Email) - Method in class adams.data.io.output.AbstractEmailWriter
Performs the actual writing.
doWrite(Email) - Method in class adams.data.io.output.PlainTextEmailFileWriter
Performs the actual writing.
doWrite(Email) - Method in class adams.data.io.output.PropertiesEmailFileWriter
Performs the actual writing.
doWrite(Row, Writer) - Method in class adams.data.io.output.CsvSpreadSheetWriter
Performs the actual writing.
doWrite(Row, String) - Method in class adams.data.io.output.AccessSpreadSheetWriter
Performs the actual writing.
doWrite(SpreadSheet[], OutputStream) - Method in class adams.data.io.output.AbstractMultiSheetSpreadSheetWriter
Performs the actual writing.
doWrite(SpreadSheet[], OutputStream) - Method in class adams.data.io.output.ExcelSpreadSheetWriter
Performs the actual writing.
doWrite(SpreadSheet[], OutputStream) - Method in class adams.data.io.output.ExcelStreamingSpreadSheetWriter
Performs the actual writing.
doWrite(SpreadSheet[], OutputStream) - Method in class adams.data.io.output.GnumericSpreadSheetWriter
Performs the actual writing.
doWrite(SpreadSheet[], OutputStream) - Method in class adams.data.io.output.ODFSpreadSheetWriter
Performs the actual writing.
doWrite(SpreadSheet[], Writer) - Method in class adams.data.io.output.AbstractMultiSheetSpreadSheetWriter
Performs the actual writing.
doWrite(SpreadSheet[], String) - Method in class adams.data.io.output.AbstractMultiSheetSpreadSheetWriter
Performs the actual writing.
doWrite(SpreadSheet[], String) - Method in class adams.data.io.output.Mat5SpreadSheetWriter
Performs the actual writing.
doWrite(SpreadSheet, OutputStream) - Method in class adams.data.io.output.AbstractMultiSheetSpreadSheetWriter
Performs the actual writing.
doWrite(SpreadSheet, OutputStream) - Method in class adams.data.io.output.AbstractSpreadSheetWriter
Performs the actual writing.
doWrite(SpreadSheet, OutputStream) - Method in class adams.data.io.output.AbstractWekaSpreadSheetWriter
Performs the actual writing.
doWrite(SpreadSheet, Writer) - Method in class adams.data.io.output.AbstractMultiSheetSpreadSheetWriter
Performs the actual writing.
doWrite(SpreadSheet, Writer) - Method in class adams.data.io.output.AbstractSpreadSheetWriter
Performs the actual writing.
doWrite(SpreadSheet, Writer) - Method in class adams.data.io.output.AutoWidthTabularSpreadSheetWriter
Performs the actual writing.
doWrite(SpreadSheet, Writer) - Method in class adams.data.io.output.CsvSpreadSheetWriter
Performs the actual writing.
doWrite(SpreadSheet, Writer) - Method in class adams.data.io.output.FixedTabularSpreadSheetWriter
Performs the actual writing.
doWrite(SpreadSheet, Writer) - Method in class adams.data.io.output.SimpleArffSpreadSheetWriter
Performs the actual writing.
doWrite(SpreadSheet, Writer) - Method in class adams.data.io.output.SimpleStreamSpreadSheetWriter
Performs the actual writing.
doWrite(SpreadSheet, Writer) - Method in class adams.data.io.output.SqlDumpSpreadSheetWriter
Performs the actual writing.
doWrite(SpreadSheet, String) - Method in class adams.data.io.output.AbstractSpreadSheetWriter
Performs the actual writing.
doWrite(SpreadSheet, String) - Method in class adams.data.io.output.AccessSpreadSheetWriter
Performs the actual writing.
doWrite(SpreadSheet, String) - Method in class adams.data.io.output.PropertiesSpreadSheetWriter
Performs the actual writing.
doWrite(Actor, File) - Method in class adams.data.io.output.AbstractFlowWriter
Performs the actual writing.
doWrite(Actor, File) - Method in class adams.data.io.output.DefaultFlowWriter
Writes the given content to the specified file.
doWrite(Actor, File) - Method in class adams.data.io.output.JsonFlowWriter
Writes the given content to the specified file.
doWrite(Actor, OutputStream) - Method in class adams.data.io.output.AbstractFlowWriter
Performs the actual writing.
doWrite(Actor, OutputStream) - Method in class adams.data.io.output.DefaultFlowWriter
Performs the actual writing.
doWrite(Actor, Writer) - Method in class adams.data.io.output.AbstractFlowWriter
Performs the actual writing.
doWrite(Actor, Writer) - Method in class adams.data.io.output.DefaultFlowWriter
Performs the actual writing.
doWrite(Writer, IndexedSplitsRuns, MessageCollection) - Method in class adams.data.io.output.AbstractIndexedSplitsRunsWriter
Writes the split definitions to the specified reader.
doWrite(Writer, IndexedSplitsRuns, MessageCollection) - Method in class adams.data.io.output.JsonIndexedSplitsRunsWriter
Writes the split definitions to the specified reader.
doWrite(Writer, IndexedSplitsRuns, MessageCollection) - Method in class adams.data.io.output.PropertiesIndexedSplitsRunsWriter
Writes the split definitions to the specified reader.
doWrite(String, String) - Method in class adams.data.io.output.AbstractTextWriter
Writes the given content under the specified name.
doWrite(String, String) - Method in class adams.data.io.output.NullWriter
Does nothing.
doWrite(String, String) - Method in class adams.data.io.output.TextFileWithLineNumbersWriter
Writes the given content under the specified name.
doWrite(String, String) - Method in class adams.data.io.output.TextFileWriter
Writes the given content under the specified name.
doWrite(List, File) - Method in class adams.data.io.output.AbstractNestedFlowWriter
Performs the actual writing.
doWrite(List, File) - Method in class adams.data.io.output.DefaultFlowWriter
Writes the given content to the specified file.
doWrite(List, OutputStream) - Method in class adams.data.io.output.AbstractNestedFlowWriter
Performs the actual writing.
doWrite(List, OutputStream) - Method in class adams.data.io.output.DefaultFlowWriter
Performs the actual writing.
doWrite(List, Writer) - Method in class adams.data.io.output.AbstractNestedFlowWriter
Performs the actual writing.
doWrite(List, Writer) - Method in class adams.data.io.output.DefaultFlowWriter
Performs the actual writing.
doWrite(Map<String, Object>, PlaceholderFile) - Method in class adams.data.io.output.AbstractParameterMapWriter
Reads the parameters from the file.
doWrite(Map<String, Object>, PlaceholderFile) - Method in class adams.data.io.output.JsonParameterMapWriter
Reads the parameters from the file.
doWrite(Map<String, Object>, PlaceholderFile) - Method in class adams.data.io.output.SerializedParameterMapWriter
Reads the parameters from the file.
doWrite(Map<String, Object>, PlaceholderFile) - Method in class adams.data.io.output.YamlParameterMapWriter
Reads the parameters from the file.
doWrite(Map<String, String>, PlaceholderFile) - Method in class adams.gui.tools.previewbrowser.notes.AbstractNotesWriter
Writes the notes to the specified file.
doWrite(Map<String, String>, PlaceholderFile) - Method in class adams.gui.tools.previewbrowser.notes.CsvNotesWriter
Writes the notes to the specified file.
doWrite(Map<String, String>, PlaceholderFile) - Method in class adams.gui.tools.previewbrowser.notes.JsonNotesWriter
Writes the notes to the specified file.
doWrite(Map<String, String>, PlaceholderFile) - Method in class adams.gui.tools.previewbrowser.notes.PropertiesNotesWriter
Writes the notes to the specified file.
doWrite(Map<String, String>, PlaceholderFile) - Method in class adams.gui.tools.previewbrowser.notes.YamlNotesWriter
Writes the notes to the specified file.
doWrite(T[], T) - Method in class adams.flow.transformer.AbstractDataContainerFileWriter
Performs the actual writing.
doWriteHeader(Row, Writer) - Method in class adams.data.io.output.CsvSpreadSheetWriter
Writes the header.
doWriteHeader(Row, String) - Method in class adams.data.io.output.AccessSpreadSheetWriter
Writes the header.
DPITipText() - Method in class adams.flow.transformer.PDFRenderPages
Returns the tip text for this property.
DragAndDropTabbedPane - Class in adams.gui.core
Tabbed pane that allows reordering of tabs via drag-n-drop.
DragAndDropTabbedPane() - Constructor for class adams.gui.core.DragAndDropTabbedPane
 
DragAndDropTabbedPane.CDropTargetListener - Class in adams.gui.core
 
DragAndDropTabbedPane.GhostGlassPane - Class in adams.gui.core
 
DragAndDropTree - Class in adams.gui.core
A BaseTree ehanced with drag'n'drop.
DragAndDropTree() - Constructor for class adams.gui.core.DragAndDropTree
Initializes the tree.
DragAndDropTree(TreeModel) - Constructor for class adams.gui.core.DragAndDropTree
Initializes the tree with the given model.
DragAndDropTree(TreeNode) - Constructor for class adams.gui.core.DragAndDropTree
Initializes the tree with the given root node.
DragAndDropTree.DropMenu - Enum in adams.gui.core
Enumeration for where to drop the node.
DragAndDropTree.DropPosition - Enum in adams.gui.core
Enumeration for where to drop the node.
DragAndDropTreeNodeCollection<N extends BaseTreeNode> - Class in adams.gui.core
Helper class for drag-n-drop in the DragAndDropTree.
DragAndDropTreeNodeCollection(N[]) - Constructor for class adams.gui.core.DragAndDropTreeNodeCollection
Initializes the collection with all the nodes.
dragDropEnd(DragSourceDropEvent) - Method in class adams.gui.core.DragAndDropTree
This method is invoked to signify that the Drag and Drop operation is complete.
dragEnter(DragSourceDragEvent) - Method in class adams.gui.core.DragAndDropTree
Called as the cursor's hotspot enters a platform-dependent drop site.
dragEnter(DropTargetDragEvent) - Method in class adams.gui.core.DragAndDropTabbedPane.CDropTargetListener
 
dragEnter(DropTargetDragEvent) - Method in class adams.gui.core.DragAndDropTree
Called while a drag operation is ongoing, when the mouse pointer enters the operable part of the drop site for the DropTarget registered with this listener.
dragExit(DragSourceEvent) - Method in class adams.gui.core.DragAndDropTree
Called as the cursor's hotspot exits a platform-dependent drop site.
dragExit(DropTargetEvent) - Method in class adams.gui.core.DragAndDropTabbedPane.CDropTargetListener
 
dragExit(DropTargetEvent) - Method in class adams.gui.core.DragAndDropTree
Called while a drag operation is ongoing, when the mouse pointer has exited the operable part of the drop site for the DropTarget registered with this listener.
dragGestureRecognized(DragGestureEvent) - Method in class adams.gui.core.DragAndDropTree
A DragGestureRecognizer has detected a platform-dependent drag initiating gesture and is notifying this listener in order for it to initiate the action for the user.
dragOver(DragSourceDragEvent) - Method in class adams.gui.core.DragAndDropTree
Called as the cursor's hotspot moves over a platform-dependent drop site.
dragOver(DropTargetDragEvent) - Method in class adams.gui.core.DragAndDropTabbedPane.CDropTargetListener
 
dragOver(DropTargetDragEvent) - Method in class adams.gui.core.DragAndDropTree
Called when a drag operation is ongoing, while the mouse pointer is still over the operable part of the drop site for the DropTarget registered with this listener.
draw(BufferedImageContainer) - Method in class adams.flow.transformer.draw.AbstractDrawOperation
Performs the draw operation on the image.
draw(Graphics2D) - Method in class adams.gui.visualization.segmentation.layer.AbstractImageLayer
Performs the drawing.
draw(Graphics2D) - Method in class adams.gui.visualization.segmentation.layer.AbstractLayer
Performs the drawing.
draw(Graphics2D) - Method in class adams.gui.visualization.segmentation.layer.LayerManager
Calls the draw method of all layers.
draw(Shape) - Method in class adams.gui.print.PostscriptGraphics
 
Draw - Class in adams.data.imagesegmentation.filter
Draws the layers that have a color specified onto the base image.
Draw - Class in adams.flow.transformer
Performs a draw operation on an image.
Draw() - Constructor for class adams.data.imagesegmentation.filter.Draw
 
Draw() - Constructor for class adams.flow.transformer.Draw
 
draw3DRect(int, int, int, int, boolean) - Method in class adams.gui.print.PostscriptGraphics
Draw an outlined rectangle with 3D effect in current pen color.
drawAnnotationsTipText() - Method in class adams.flow.transformer.draw.AnnotationsAndPredictions
Returns the tip text for this property.
drawArc(int, int, int, int, int, int) - Method in class adams.gui.print.PostscriptGraphics
Not implemented
drawBar(Graphics) - Method in class adams.gui.visualization.core.AxisPanel
draws the bar.
drawBytes(byte[], int, int, int, int) - Method in class adams.gui.print.PostscriptGraphics
simply calls drawString(String,int,int)
drawChars(char[], int, int, int, int) - Method in class adams.gui.print.PostscriptGraphics
simply calls drawString(String,int,int)
drawCustomData(Graphics, PaintEvent.PaintMoment, XYSequence, Color) - Method in class adams.flow.sink.sequenceplotter.ErrorCirclePaintlet
Draws the custom data with the given color.
drawCustomData(Graphics, PaintEvent.PaintMoment, XYSequence, Color) - Method in class adams.flow.sink.sequenceplotter.ErrorCrossPaintlet
Draws the custom data with the given color.
drawCustomData(Graphics, PaintEvent.PaintMoment, XYSequence, Color) - Method in class adams.gui.visualization.sequence.BarPaintlet
Draws the data with the given color.
drawCustomData(Graphics, PaintEvent.PaintMoment, XYSequence, Color) - Method in class adams.gui.visualization.sequence.CirclePaintlet
Draws the data with the given color.
drawCustomData(Graphics, PaintEvent.PaintMoment, XYSequence, Color) - Method in class adams.gui.visualization.sequence.CrossPaintlet
Draws the data with the given color.
drawCustomData(Graphics, PaintEvent.PaintMoment, XYSequence, Color) - Method in class adams.gui.visualization.sequence.DotPaintlet
Draws the data with the given color.
drawCustomData(Graphics, PaintEvent.PaintMoment, XYSequence, Color) - Method in class adams.gui.visualization.sequence.LinePaintlet
Draws the data with the given color.
drawCustomData(Graphics, PaintEvent.PaintMoment, XYSequence, Color) - Method in class adams.gui.visualization.sequence.MeanOverlayPaintlet
Draws the data with the given color.
drawCustomData(Graphics, PaintEvent.PaintMoment, XYSequence, Color) - Method in class adams.gui.visualization.sequence.MedianOverlayPaintlet
Draws the data with the given color.
drawCustomData(Graphics, PaintEvent.PaintMoment, XYSequence, Color) - Method in class adams.gui.visualization.sequence.MetaDataValuePaintlet
Draws the data with the given color.
drawCustomData(Graphics, PaintEvent.PaintMoment, XYSequence, Color) - Method in interface adams.gui.visualization.sequence.PaintletWithCustomDataSupport
Draws the custom data with the given color.
drawCustomData(Graphics, PaintEvent.PaintMoment, XYSequence, Color) - Method in class adams.gui.visualization.sequence.PercentileOverlayPaintlet
Draws the data with the given color.
drawCustomData(Graphics, PaintEvent.PaintMoment, XYSequence, Color) - Method in class adams.gui.visualization.sequence.SquarePaintlet
Draws the data with the given color.
drawCustomData(Graphics, PaintEvent.PaintMoment, XYSequence, Color) - Method in class adams.gui.visualization.sequence.StdDevOverlayPaintlet
Draws the data with the given color.
drawCustomData(Graphics, PaintEvent.PaintMoment, XYSequence, Color) - Method in class adams.gui.visualization.sequence.StickPaintlet
Draws the data with the given color.
drawCustomData(Graphics, PaintEvent.PaintMoment, XYSequence, Color) - Method in class adams.gui.visualization.sequence.TrianglePaintlet
Draws the data with the given color.
drawData(Graphics) - Method in class adams.gui.visualization.stats.paintlet.AbstractOverlayPaintlet
Draw the overlay onto the scatter plot, only calculates the value to position in this method
drawData(Graphics) - Method in class adams.gui.visualization.stats.paintlet.AbstractScatterPlotPaintlet
draws the data on the graphics object
drawData(Graphics) - Method in class adams.gui.visualization.stats.paintlet.AbstractZOverlayPaintlet
Draw the overlay onto the z score plot, only calculates the value to position in this method
drawData(Graphics) - Method in class adams.gui.visualization.stats.paintlet.AbstractZScorePaintlet
 
drawData(Graphics) - Method in class adams.gui.visualization.stats.paintlet.CoordinatesPaintlet
Draw the overlay onto the scatter plot, only calculates the value to position in this method.
drawData(Graphics) - Method in class adams.gui.visualization.stats.paintlet.DiagonalPaintlet
Draws the data on the graphics object
drawData(Graphics) - Method in class adams.gui.visualization.stats.paintlet.LowessPaintlet
 
drawData(Graphics) - Method in class adams.gui.visualization.stats.paintlet.MeanPaintlet
 
drawData(Graphics) - Method in class adams.gui.visualization.stats.paintlet.ScatterPaintletCircle
draws the data on the graphics object
drawData(Graphics) - Method in class adams.gui.visualization.stats.paintlet.ScatterPaintletCross
 
drawData(Graphics) - Method in class adams.gui.visualization.stats.paintlet.ScatterPaintletErrors
 
drawData(Graphics) - Method in class adams.gui.visualization.stats.paintlet.ScatterPaintletMetaDataValue
draws the data on the graphics object
drawData(Graphics) - Method in class adams.gui.visualization.stats.paintlet.StdDevPaintlet
 
drawData(Graphics) - Method in class adams.gui.visualization.stats.paintlet.ZScoreCircle
 
drawData(Graphics) - Method in class adams.gui.visualization.stats.paintlet.ZScoreCross
 
drawData(Graphics, Instance, Color) - Method in class adams.gui.visualization.instance.SimpleInstanceLinePaintlet
Draws the data with the given color.
drawData(Graphics, Instance, Color, InstanceLinePaintlet.MarkerShape) - Method in class adams.gui.visualization.instance.InstanceLinePaintlet
Draws the data with the given color.
drawData(Graphics, XYSequence, Color) - Method in class adams.flow.sink.sequenceplotter.AbstractMarkerPaintlet
Draws the marker data with the given color.
drawData(Graphics, XYSequence, Color) - Method in class adams.flow.sink.sequenceplotter.ByNameMarkerPaintlet
Draws the marker data with the given color.
drawData(Graphics, XYSequence, Color) - Method in class adams.flow.sink.sequenceplotter.NoMarkers
Does nothing.
drawData(Graphics, XYSequence, Color) - Method in class adams.flow.sink.sequenceplotter.VerticalMarkers
Draws the marker data with the given color.
drawData(Graphics, Timeseries, Color, TimeseriesPaintlet.MarkerShape) - Method in class adams.gui.visualization.timeseries.TimeseriesPaintlet
Draws the data with the given color.
drawData(Graphics, SequencePlotSequence, Color) - Method in class adams.flow.sink.sequenceplotter.AbstractErrorPaintlet
Draws the error data with the given color.
drawData(Graphics, SequencePlotSequence, Color) - Method in class adams.flow.sink.sequenceplotter.ByNameErrorPaintlet
Draws the error data with the given color.
drawData(Graphics, SequencePlotSequence, Color) - Method in class adams.flow.sink.sequenceplotter.ErrorBandPaintlet
Draws the error data with the given color.
drawData(Graphics, SequencePlotSequence, Color) - Method in class adams.flow.sink.sequenceplotter.NoErrorPaintlet
Does nothing.
drawData(Graphics, SequencePlotSequence, Color) - Method in class adams.flow.sink.sequenceplotter.SimpleErrorPaintlet
Draws the error data with the given color.
drawData(Graphics, PaintEvent.PaintMoment, XYSequence) - Method in class adams.flow.sink.controlchartplot.LimitPaintlet
Draws the limits.
drawData(Graphics, PaintEvent.PaintMoment, XYSequence) - Method in class adams.flow.sink.sequenceplotter.OutlierPaintlet
Draws the custom data with the given color.
drawData(Graphics, PaintEvent.PaintMoment, XYSequence, Color) - Method in class adams.flow.sink.controlchartplot.ChartPaintlet
Draws the data with the given color.
drawData(Graphics, PaintEvent.PaintMoment, XYSequence, Color, LinePaintlet.MarkerShape) - Method in class adams.gui.visualization.sequence.IncrementalSumPaintlet
Draws the data with the given color.
drawData(Graphics, PaintEvent.PaintMoment, XYSequence, Color, LinePaintlet.MarkerShape) - Method in class adams.gui.visualization.sequence.LinePaintlet
Draws the data with the given color.
drawData(Graphics, SpreadSheetRow, Color) - Method in class adams.gui.visualization.spreadsheet.SimpleSpreadSheetRowLinePaintlet
Draws the data with the given color.
drawData(Graphics, SpreadSheetRow, Color, SpreadSheetRowLinePaintlet.MarkerShape) - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowLinePaintlet
Draws the data with the given color.
drawErrorBar(Graphics, AxisPanel, AxisPanel, SequencePlotPoint) - Method in class adams.flow.sink.sequenceplotter.SimpleErrorPaintlet
Draws a bars representing the errors.
drawErrorBox(Graphics, AxisPanel, AxisPanel, SequencePlotPoint) - Method in class adams.flow.sink.sequenceplotter.SimpleErrorPaintlet
Draws a box representing the errors.
drawErrorLine(Graphics, AxisPanel, AxisPanel, SequencePlotPoint) - Method in class adams.flow.sink.sequenceplotter.SimpleErrorPaintlet
Draws a simple line representing the errors.
drawGlyphVector(GlyphVector, float, float) - Method in class adams.gui.print.PostscriptGraphics
 
drawImage(BufferedImage, BufferedImageOp, int, int) - Method in class adams.gui.print.PostscriptGraphics
 
drawImage(Image, int, int, int, int, int, int, int, int, Color, ImageObserver) - Method in class adams.gui.print.PostscriptGraphics
Not implemented
drawImage(Image, int, int, int, int, int, int, int, int, ImageObserver) - Method in class adams.gui.print.PostscriptGraphics
calls drawImage(Image,int,int,int,int,int,int,int,int,Color,ImageObserver) with Color.WHITE as background color
drawImage(Image, int, int, int, int, Color, ImageObserver) - Method in class adams.gui.print.PostscriptGraphics
PS see http://astronomy.swin.edu.au/~pbourke/geomformats/postscript/ Java http://show.docjava.com:8086/book/cgij/doc/ip/graphics/SimpleImageFrame.java.html
drawImage(Image, int, int, int, int, ImageObserver) - Method in class adams.gui.print.PostscriptGraphics
calls drawImage(Image,int,int,int,int,Color,ImageObserver) with the color WHITE as background
drawImage(Image, int, int, Color, ImageObserver) - Method in class adams.gui.print.PostscriptGraphics
calls drawImage(Image,int,int,int,int,Color,ImageObserver)
drawImage(Image, int, int, ImageObserver) - Method in class adams.gui.print.PostscriptGraphics
calls drawImage(Image,int,int,Color,ImageObserver) with Color.WHITE as background color
drawImage(Image, AffineTransform, ImageObserver) - Method in class adams.gui.print.PostscriptGraphics
 
drawLine(int, int, int, int) - Method in class adams.gui.print.PostscriptGraphics
Draw a line in current pen color.
drawMarkers(Graphics2D) - Method in class adams.gui.visualization.segmentation.layer.LayerManager
Draws the markers.
drawMarkers(Graphics2D) - Method in class adams.gui.visualization.segmentation.layer.Markers
Draws the markers.
drawName(Graphics) - Method in class adams.gui.visualization.core.AxisPanel
draws the axis name.
drawOval(int, int, int, int) - Method in class adams.gui.print.PostscriptGraphics
Draw an Oval outline in current pen color.
drawPolygon(int[], int[], int) - Method in class adams.gui.print.PostscriptGraphics
Not implemented
drawPolyline(int[], int[], int) - Method in class adams.gui.print.PostscriptGraphics
Not implemented
drawPredictionsTipText() - Method in class adams.flow.transformer.draw.AnnotationsAndPredictions
Returns the tip text for this property.
drawRect(int, int, int, int) - Method in class adams.gui.print.PostscriptGraphics
Draw an outlined rectangle in current pen color.
drawRenderableImage(RenderableImage, AffineTransform) - Method in class adams.gui.print.PostscriptGraphics
 
drawRenderedImage(RenderedImage, AffineTransform) - Method in class adams.gui.print.PostscriptGraphics
 
drawRoundRect(int, int, int, int, int, int) - Method in class adams.gui.print.PostscriptGraphics
Not implemented
drawShape(Point) - Method in class adams.gui.visualization.segmentation.tool.AbstractShapeTool
Draws the currently selected shape at the specified location.
drawShape(Point, Point) - Method in class adams.gui.visualization.segmentation.tool.AbstractShapeTool
Draws the shape along the line between the two points.
drawString(Graphics, Rectangle, ImageAnchor, String, int, int, Font) - Static method in class adams.gui.visualization.object.objectannotations.AnnotationUtils
Draws the string at the specified position.
drawString(Graphics, Rectangle, String) - Method in class adams.gui.visualization.image.AbstractReportBasedOverlayHelper
Draws the string at the specified position.
drawString(String, float, float) - Method in class adams.gui.print.PostscriptGraphics
 
drawString(String, int, int) - Method in class adams.gui.print.PostscriptGraphics
Draw text in current pen color.
drawString(AttributedCharacterIterator, float, float) - Method in class adams.gui.print.PostscriptGraphics
 
drawString(AttributedCharacterIterator, int, int) - Method in class adams.gui.print.PostscriptGraphics
Not implemented
drawTicks(Graphics) - Method in class adams.gui.visualization.core.AxisPanel
draws the ticks.
Drivers - Class in adams.db
Helper class for loading JDBC driver classes.
DriversDefinition - Class in adams.env
Definition for the Drivers props file.
DriversDefinition() - Constructor for class adams.env.DriversDefinition
 
drop(DropTargetDropEvent) - Method in class adams.gui.core.DragAndDropTabbedPane.CDropTargetListener
 
drop(DropTargetDropEvent) - Method in class adams.gui.core.DragAndDropTree
Called when the drag operation has terminated with a drop on the operable part of the drop site for the DropTarget registered with this listener.
drop(String) - Method in class adams.db.generic.SQL
Drops the table.
drop(String) - Method in class adams.db.mirrored.SQL
Drops the table.
drop(String) - Method in class adams.db.SQLF
Drops the table.
drop(String) - Method in interface adams.db.SQLIntf
Drops the table.
dropAboveTipText() - Method in class weka.filters.unsupervised.instance.RemoveWithWeights
Returns the tip text for this property.
dropActionChanged(DragSourceDragEvent) - Method in class adams.gui.core.DragAndDropTree
Called when the user has modified the drop gesture.
dropActionChanged(DropTargetDragEvent) - Method in class adams.gui.core.DragAndDropTabbedPane.CDropTargetListener
 
dropActionChanged(DropTargetDragEvent) - Method in class adams.gui.core.DragAndDropTree
Called if the user has modified the current drop gesture.
dropAtMostTipText() - Method in class weka.filters.unsupervised.instance.WeightsBasedResample
Returns the tip text for this property.
dropBelowTipText() - Method in class weka.filters.unsupervised.instance.RemoveWithWeights
Returns the tip text for this property.
dropBelowTipText() - Method in class weka.filters.unsupervised.instance.WeightsBasedResample
Returns the tip text for this property.
dropInputTipText() - Method in class adams.flow.control.PlotProcessor
Returns the tip text for this property.
dropNonClassYsTipText() - Method in class weka.filters.supervised.attribute.MultiPLS
Returns the tip text for this property
dropOtherColumnsTipText() - Method in class adams.ml.preprocessing.AbstractColumnSubsetFilter
Returns the tip text for this property.
dropOtherColumnsTipText() - Method in interface adams.ml.preprocessing.ColumnSubsetFilter
Returns the tip text for this property.
DropTables - Class in adams.tools
Drops all tables that match a regular expression (matching sense can be inverted).
DropTables() - Constructor for class adams.tools.DropTables
 
dropTokensOnConditionFailTipText() - Method in class adams.flow.control.ConditionalSubProcess
Returns the tip text for this property.
DryRunSupporter - Interface in adams.flow.core
Interface for actors that support dry runs.
dryRunTipText() - Method in interface adams.flow.core.DryRunSupporter
Returns the tip text for this property.
dryRunTipText() - Method in class adams.flow.source.RSync
 
dryRunTipText() - Method in class adams.flow.source.SimpleRSync
 
dryRunTipText() - Method in class adams.flow.standalone.ExecSQL
Returns the tip text for this property.
Dummy - Class in adams.core.scripting
Dummy handler, which does nothing.
Dummy - Class in adams.data.imagesharpness
Dummy algorithm, always returns that image is sharp.
Dummy - Class in adams.gui.visualization.sequence.metadatacolor
Just outputs the default color.
Dummy() - Constructor for class adams.core.scripting.Dummy
 
Dummy() - Constructor for class adams.data.imagesharpness.Dummy
 
Dummy() - Constructor for class adams.gui.visualization.sequence.metadatacolor.Dummy
 
DUMMY_ADDRESS - Static variable in class adams.core.net.EmailAddress
the dummy address.
DUMMY_EXTENSION - Static variable in class adams.flow.transformer.AbstractSingleDecompress
the dummy extension if the file doesn't end with .gz.
DUMMY_ID - Static variable in class adams.core.Constants
the dummy ID.
DUMMY_PREFIX - Static variable in class adams.data.report.SuffixField
the dummy prefix.
DUMMY_SUFFIX - Static variable in class adams.data.report.PrefixField
the dummy suffix.
DummyNode - Class in adams.gui.visualization.debug.objecttree
Dummy node for lazy expansion.
DummyNode() - Constructor for class adams.gui.visualization.debug.objecttree.DummyNode
 
DummyPageCheck - Class in adams.gui.wizard
Dummy check that always returns true.
DummyPageCheck() - Constructor for class adams.gui.wizard.DummyPageCheck
 
DummyProceedAction - Class in adams.gui.wizard
Dummy action, does nothing.
DummyProceedAction() - Constructor for class adams.gui.wizard.DummyProceedAction
 
DummySetup - Class in adams.db.datatype
Dummy setup, does nothing.
DummySetup() - Constructor for class adams.db.datatype.DummySetup
 
DummySink - Class in adams.flow.template
A dummy sink template, used as default by the TemplateSink actor.
DummySink() - Constructor for class adams.flow.template.DummySink
 
DummySource - Class in adams.flow.template
A dummy source template, used as default by the TemplateSource actor.
DummySource() - Constructor for class adams.flow.template.DummySource
 
DummyStandalone - Class in adams.flow.template
A dummy standalone template, used as default by the TemplateStandalone actor.
DummyStandalone() - Constructor for class adams.flow.template.DummyStandalone
 
DummyTransformer - Class in adams.flow.template
A dummy transformer template, used as default by the TemplateTransformer actor.
DummyTransformer() - Constructor for class adams.flow.template.DummyTransformer
 
DummyUnrarCallback() - Constructor for class adams.core.io.RarUtils.DummyUnrarCallback
 
DumpFile - Class in adams.flow.sink
Actor that just dumps any input token into a separate line of the specified output file.
DumpFile() - Constructor for class adams.flow.sink.DumpFile
 
DumpStorage - Class in adams.flow.source
Outputs the storage names and the string representation of their associated values in the specified format.
DumpStorage() - Constructor for class adams.flow.source.DumpStorage
 
DumpStorage.OutputType - Enum in adams.flow.source
The output type.
DumpVariables - Class in adams.flow.source
Outputs the variable names and their associated values in the specified format.
DumpVariables() - Constructor for class adams.flow.source.DumpVariables
 
DumpVariables.OutputType - Enum in adams.flow.source
The output type.
duplicateIndicesTipText() - Method in class adams.flow.transformer.DeleteOverlappingImageObjects
Returns the tip text for this property.
duplicateWindow() - Method in class adams.gui.flow.FlowRunnerPanel
Duplicates the current window/frame, including the current flow.
DUTCH - adams.flow.core.TesseractLanguage
 
DynamicInitializer - Interface in adams.flow.core
Interface for actors that can be initialized at runtime and files may not be present at startup time.
DynamicModelLoaderSupporter - Interface in adams.flow.core
Interface for classes that support model loading.

E

E - Static variable in interface adams.parser.booleanexpression.sym
 
E - Static variable in interface adams.parser.mathematicalexpression.sym
 
E - Static variable in interface adams.parser.spreadsheetformula.sym
 
E - Static variable in interface adams.parser.stringexpression.sym
 
EAN13 - Class in adams.data.barcode.encode
Draws an EAN13 barcode at a specified location and size.Digits must be 13 characters long.
EAN13() - Constructor for class adams.data.barcode.encode.EAN13
 
earlier(Date, int, int) - Static method in class adams.core.DateUtils
Returns a date earlier relative to the provided one, e.g., earlier by 2 hours: earlier(date, Calendar.HOUR, 2).
EAST - adams.gui.core.ToolBarPanel.ToolBarLocation
right.
eccentricity(boolean[][]) - Static method in class adams.data.image.moments.MomentHelper
Measures the eccentricity of an object.
Eccentricity - Class in adams.data.image.features
Computes the eccentricity of the object.
Eccentricity() - Constructor for class adams.data.image.features.Eccentricity
 
EchoServer - Class in adams.flow.websocket.server
Just sends the messages back to the client.
EchoServer(InetSocketAddress, Logger) - Constructor for class adams.flow.websocket.server.EchoServer
Instantiates the server with the given address.
EchoServerGenerator - Class in adams.flow.websocket.server
Generates a simple echo server.
EchoServerGenerator() - Constructor for class adams.flow.websocket.server.EchoServerGenerator
 
EDGE_CONTOUR - adams.data.boofcv.transformer.CannyEdgeDetection.OutputType
 
EdgeHistogram - Class in adams.data.lire.features
Generates features using net.semanticmetadata.lire.imageanalysis.features.global.EdgeHistogram.
Implements the EdgeHistogram descriptor from the MPEG-7 standard.
For more information on the LIRE project, see:
http://www.lire-project.net/

EdgeHistogram() - Constructor for class adams.data.lire.features.EdgeHistogram
 
edgeThresholdTipText() - Method in class adams.flow.transformer.BoofCVDetectLines
Returns the tip text for this property.
edit() - Method in class adams.gui.visualization.debug.StoragePanel
Brings up the dialog for editing an item.
edit() - Method in class weka.gui.explorer.ExplorerExt
Performs an undo.
Edit - Class in adams.gui.goe.popupmenu
Edits the item.
Edit - Class in adams.gui.visualization.object.tools
For editing existing annotations.
Edit() - Constructor for class adams.gui.goe.popupmenu.Edit
 
Edit() - Constructor for class adams.gui.visualization.object.tools.Edit
 
editable - Variable in class adams.gui.flow.tree.StateContainer
whether the tree/node is editable.
editableProperties() - Method in class adams.gui.goe.PropertySheetPanel
Gets the number of editable properties for the current target.
editActor(TreePath) - Method in class adams.gui.flow.tree.TreeOperations
Brings up the GOE dialog for editing the selected actor.
EditActor - Class in adams.gui.flow.tree.menu
For editing/showing the options of an actor.
EditActor() - Constructor for class adams.gui.flow.tree.menu.EditActor
 
EditBooleanCondition - Class in adams.gui.flow.tree.quickaction
Lets the user edit the boolean condition.
EditBooleanCondition() - Constructor for class adams.gui.flow.tree.quickaction.EditBooleanCondition
 
EditBooleanExpressionText - Class in adams.gui.flow.tree.quickaction
Lets the user edit a BooleanExpressionText.
EditBooleanExpressionText() - Constructor for class adams.gui.flow.tree.quickaction.EditBooleanExpressionText
 
editBreakpoint(int) - Method in class adams.flow.execution.debug.BreakpointPanel
Allows the user to edit a breakpoint.
EditCheckVariables - Class in adams.gui.flow.menu
Checks the variable usage.
EditCheckVariables() - Constructor for class adams.gui.flow.menu.EditCheckVariables
 
EditCleanUpFlow - Class in adams.gui.flow.menu
Cleans up the flow.
EditCleanUpFlow() - Constructor for class adams.gui.flow.menu.EditCleanUpFlow
 
EditClearClipboard - Class in adams.gui.flow.menu
Clears the system clipboard.
EditClearClipboard - Class in adams.gui.tools.spreadsheetviewer.menu
Clears the clipboard.
EditClearClipboard() - Constructor for class adams.gui.flow.menu.EditClearClipboard
 
EditClearClipboard() - Constructor for class adams.gui.tools.spreadsheetviewer.menu.EditClearClipboard
 
EditCombineXExpression - Class in adams.gui.flow.tree.quickaction
Lets the user edit the expression of a CombineVariables/Storage source.
EditCombineXExpression() - Constructor for class adams.gui.flow.tree.quickaction.EditCombineXExpression
 
editContentHandler() - Method in class adams.gui.tools.previewbrowser.PreviewDisplay
Displays GOE for current content handler.
EditConversion - Class in adams.gui.flow.tree.quickaction
Lets the user edit the conversion.
EditConversion() - Constructor for class adams.gui.flow.tree.quickaction.EditConversion
 
EditDiff - Class in adams.gui.flow.menu
Shows differences between versions of flows.
EditDiff() - Constructor for class adams.gui.flow.menu.EditDiff
 
EditEnableUndo - Class in adams.gui.flow.menu
Enables/disables undo.
EditEnableUndo() - Constructor for class adams.gui.flow.menu.EditEnableUndo
 
EditExternalFlow - Class in adams.gui.flow.tree.menu
For editing an external flow.
EditExternalFlow() - Constructor for class adams.gui.flow.tree.menu.EditExternalFlow
 
editFavorite(Class, boolean, String) - Method in class adams.gui.tools.FavoritesManagementPanel
Pops up a dialog for editing a favorite.
EditFind - Class in adams.gui.flow.menu
Opens find dialog.
EditFind() - Constructor for class adams.gui.flow.menu.EditFind
 
editFlow() - Method in class adams.gui.flow.FlowControlCenterPanel
Edits the selected flow.
editFlow(TreePath) - Method in class adams.gui.flow.tree.TreeOperations
Brings up a flow window for editing the selected external actor's flow.
EditIgnoreNameChanges - Class in adams.gui.flow.menu
Enables/disables ignoring of actor name changes.
EditIgnoreNameChanges() - Constructor for class adams.gui.flow.menu.EditIgnoreNameChanges
 
EditInteractiveActors - Class in adams.gui.flow.menu
Enables/disables interactive actors.
EditInteractiveActors() - Constructor for class adams.gui.flow.menu.EditInteractiveActors
 
EDITION - adams.core.TechnicalInformation.Field
The edition of a book---for example, ``Second''.
EditListeners - Class in adams.gui.flow.tree.menu
For editing currently attached listeners.
EditListeners() - Constructor for class adams.gui.flow.tree.menu.EditListeners
 
EditListTODOs - Class in adams.gui.flow.menu
Opens dialog for listing TODOs.
EditListTODOs() - Constructor for class adams.gui.flow.menu.EditListTODOs
 
EditLocateActor - Class in adams.gui.flow.menu
Opens dialog for locating actor.
EditLocateActor() - Constructor for class adams.gui.flow.menu.EditLocateActor
 
EditLocateStorageName - Class in adams.gui.flow.menu
Opens dialog for locating a storage item.
EditLocateStorageName() - Constructor for class adams.gui.flow.menu.EditLocateStorageName
 
EditLocateVariable - Class in adams.gui.flow.menu
Opens dialog for locating a variable.
EditLocateVariable() - Constructor for class adams.gui.flow.menu.EditLocateVariable
 
EditMathematicalExpressionText - Class in adams.gui.flow.tree.quickaction
Lets the user edit a MathematicalExpressionText.
EditMathematicalExpressionText() - Constructor for class adams.gui.flow.tree.quickaction.EditMathematicalExpressionText
 
EDITOR - adams.core.TechnicalInformation.Field
Name(s) of editor(s), typed as indicated in the LaTeX book.
EditorHelper - Class in adams.gui.goe
Helper class for GOE editors.
EditorHelper() - Constructor for class adams.gui.goe.EditorHelper
 
EditorListCellRenderer(Class, Class) - Constructor for class adams.gui.goe.GenericArrayEditor.EditorListCellRenderer
Creates the list cell renderer.
Editors - Class in adams.gui.goe
Registers all the editors for the GenericObjectEditor/GenericArrayEditor.
Editors() - Constructor for class adams.gui.goe.Editors
 
editOutputGenerators() - Method in class adams.gui.tools.wekainvestigator.tab.AssociateTab
Allows the user to modify the output generators.
editOutputGenerators() - Method in class adams.gui.tools.wekainvestigator.tab.AttributeSelectionTab
Allows the user to modify the output generators.
editOutputGenerators() - Method in class adams.gui.tools.wekainvestigator.tab.ClassifyTab
Allows the user to modify the output generators.
editOutputGenerators() - Method in class adams.gui.tools.wekainvestigator.tab.ClusterTab
Allows the user to modify the output generators.
editOutputGenerators() - Method in class adams.gui.tools.wekainvestigator.tab.ExperimentTab
Allows the user to modify the output generators.
editOverlays() - Method in class adams.flow.transformer.pixelselector.PixelSelectorPanel
Edits the current overlays.
editPaintlet(Paintlet) - Method in class adams.gui.visualization.core.plot.ContentPanel
Allows the user to edit the paintlet.
EditPasteAsNew - Class in adams.gui.tools.spreadsheetviewer.menu
Lets the user paste a spreadsheet from the clipboard.
EditPasteAsNew() - Constructor for class adams.gui.tools.spreadsheetviewer.menu.EditPasteAsNew
 
EditProcessActors - Class in adams.gui.flow.menu
Applies an actor processor.
EditProcessActors() - Constructor for class adams.gui.flow.menu.EditProcessActors
 
EditRedo - Class in adams.gui.flow.menu
Performs redo.
EditRedo() - Constructor for class adams.gui.flow.menu.EditRedo
 
editSelectedObject() - Method in class adams.gui.goe.GenericArrayEditor
Edits the selected object.
editSetup() - Method in class adams.gui.flow.FlowControlCenterPanel
Edits the selected setup.
EditStorageValuesArrayNames - Class in adams.gui.flow.tree.quickaction
Lets the user edit the variable names of a StorageValuesArray source.
EditStorageValuesArrayNames() - Constructor for class adams.gui.flow.tree.quickaction.EditStorageValuesArrayNames
 
EditStringConstantsStrings - Class in adams.gui.flow.tree.quickaction
Lets the user edit the strings of a StringConstants source.
EditStringConstantsStrings() - Constructor for class adams.gui.flow.tree.quickaction.EditStringConstantsStrings
 
editTickGenerator() - Method in class adams.gui.visualization.core.AxisPanel
Allows the user to edit the tick generator.
EditTimedActors - Class in adams.gui.flow.menu
Enables/disables timed actors.
EditTimedActors() - Constructor for class adams.gui.flow.menu.EditTimedActors
 
EditUndo - Class in adams.gui.flow.menu
Performs undo.
EditUndo() - Constructor for class adams.gui.flow.menu.EditUndo
 
EditVariablesArrayVariables - Class in adams.gui.flow.tree.quickaction
Lets the user edit the variable names of a VariablesArray source.
EditVariablesArrayVariables() - Constructor for class adams.gui.flow.tree.quickaction.EditVariablesArrayVariables
 
EditWekaASEvaluator - Class in adams.gui.flow.tree.quickaction
Lets the user edit the Weka attribute selection evaluator.
EditWekaASEvaluator() - Constructor for class adams.gui.flow.tree.quickaction.EditWekaASEvaluator
 
EditWekaASSearch - Class in adams.gui.flow.tree.quickaction
Lets the user edit the Weka attribute selection search.
EditWekaASSearch() - Constructor for class adams.gui.flow.tree.quickaction.EditWekaASSearch
 
EditWekaClassifier - Class in adams.gui.flow.tree.quickaction
Lets the user edit the Weka classifier.
EditWekaClassifier() - Constructor for class adams.gui.flow.tree.quickaction.EditWekaClassifier
 
EditWekaClusterer - Class in adams.gui.flow.tree.quickaction
Lets the user edit the Weka clusterer.
EditWekaClusterer() - Constructor for class adams.gui.flow.tree.quickaction.EditWekaClusterer
 
EditWekaDataGenerator - Class in adams.gui.flow.tree.quickaction
Lets the user edit the Weka data generator.
EditWekaDataGenerator() - Constructor for class adams.gui.flow.tree.quickaction.EditWekaDataGenerator
 
EditWekaFilter - Class in adams.gui.flow.tree.quickaction
Lets the user edit the Weka filter.
EditWekaFilter() - Constructor for class adams.gui.flow.tree.quickaction.EditWekaFilter
 
EditWekaStreamableFilter - Class in adams.gui.flow.tree.quickaction
Lets the user edit the Weka filter.
EditWekaStreamableFilter() - Constructor for class adams.gui.flow.tree.quickaction.EditWekaStreamableFilter
 
edu.umbc.cs.maple.utils - package edu.umbc.cs.maple.utils
 
EffectiveTagsTab - Class in adams.gui.flow.tab
Tab for displaying the effective tags for the currently selected actor.
EffectiveTagsTab() - Constructor for class adams.gui.flow.tab.EffectiveTagsTab
 
EIGHT_BEYOND_ONE_SIGMA_BOTH_SIDES - adams.data.statistics.SPCUtils.Rules
 
EIGHT_BIT - adams.data.jai.features.Histogram.HistogramType
8-bit.
EIGHT_ON_ONE_SIDE - adams.data.statistics.SPCUtils.Rules
 
eightBitOutputTipText() - Method in class adams.flow.source.RSync
 
ELAPSED_TIME_TESTING - adams.flow.core.ExperimentStatistic
 
ELAPSED_TIME_TRAINING - adams.flow.core.ExperimentStatistic
 
elementIndexVariableTipText() - Method in class adams.flow.control.ArrayProcess
Returns the tip text for this property.
elementIndexVariableTipText() - Method in class adams.flow.control.CollectionProcess
Returns the tip text for this property.
elementsTipText() - Method in class adams.flow.source.newlist.FixedList
Returns the tip text for this property.
elementsTipText() - Method in class adams.flow.transformer.ArraySubset
Returns the tip text for this property.
elementsTipText() - Method in class adams.flow.transformer.arraysubsetgeneration.RangeSubset
Returns the tip text for this property.
elementsTipText() - Method in class adams.flow.transformer.CollectionSubset
Returns the tip text for this property.
elementTypeTipText() - Method in class adams.data.conversion.Mat5ArrayToString
Returns the tip text for this property.
elementTypeTipText() - Method in class adams.data.conversion.StringToMat5Array
Returns the tip text for this property.
elementTypeTipText() - Method in class adams.data.matlab.multimatrixoperation.Combine
Returns the tip text for this property.
elementTypeTipText() - Method in class adams.flow.transformer.Mat5ArraySubset
Returns the tip text for this property.
elementTypeTipText() - Method in class adams.flow.transformer.Mat5GetMatrixElement
Returns the tip text for this property.
elementTypeTipText() - Method in class adams.flow.transformer.Mat5SetMatrixElement
Returns the tip text for this property.
eliminateColinearAttributesTipText() - Method in class weka.classifiers.functions.LinearRegressionJ
Returns the tip text for this property
ELSE - Static variable in interface adams.parser.lookupupdate.sym
 
elseActorTipText() - Method in class adams.flow.control.IfStorageValue
Returns the tip text for this property.
elseActorTipText() - Method in class adams.flow.control.IfThenElse
Returns the tip text for this property.
Email - Class in adams.core.net
Container object for an email.
Email - Class in adams.flow.sink.sendnotification
Uses the incoming message as body in the email being sent.
Email() - Constructor for class adams.flow.sink.sendnotification.Email
 
Email(EmailAddress, EmailAddress[], EmailAddress[], EmailAddress[], String, String, File[]) - Constructor for class adams.core.net.Email
Initializes the email.
Email(EmailAddress, EmailAddress[], String, String, File[]) - Constructor for class adams.core.net.Email
Initializes the email.
Email(EmailAddress, EmailAddress, String, String) - Constructor for class adams.core.net.Email
Initializes the email.
Email(EmailAddress, EmailAddress, String, String, File[]) - Constructor for class adams.core.net.Email
Initializes the email.
EmailAddress - Class in adams.core.net
Wrapper for a regular expression string to be editable in the GOE.
EmailAddress() - Constructor for class adams.core.net.EmailAddress
Initializes the email address with a dummy one.
EmailAddress(String) - Constructor for class adams.core.net.EmailAddress
Initializes the object with the string to parse.
EmailAddressBook - Class in adams.core.net
Helper class for email addresses.
EmailAddressBook - Class in adams.gui.menu
Opens the email addressbook.
EmailAddressBook() - Constructor for class adams.core.net.EmailAddressBook
 
EmailAddressBook() - Constructor for class adams.gui.menu.EmailAddressBook
Initializes the menu item with no owner.
EmailAddressBook(AbstractApplicationFrame) - Constructor for class adams.gui.menu.EmailAddressBook
Initializes the menu item.
EmailAddressBookPanel - Class in adams.gui.tools
Panel for managing email addresses.
EmailAddressBookPanel() - Constructor for class adams.gui.tools.EmailAddressBookPanel
 
EmailAddressBookPanel.TableModel - Class in adams.gui.tools
A simple table model for displaying the contacts.
EmailAddressEditor - Class in adams.gui.goe
A PropertyEditor for EmailAddress objects.
EmailAddressEditor() - Constructor for class adams.gui.goe.EmailAddressEditor
 
EmailAddressParsing - Class in adams.core.option.parsing
For parsing EmailAddress options.
EmailAddressParsing() - Constructor for class adams.core.option.parsing.EmailAddressParsing
 
EmailContact - Class in adams.core.net
Encapsulates an email contact.
EmailContact() - Constructor for class adams.core.net.EmailContact
 
EmailDefinition - Class in adams.env
Definition for the Email props file.
EmailDefinition() - Constructor for class adams.env.EmailDefinition
 
EmailExport - Class in adams.gui.visualization.multiobjectexport
Sends the outputs via email.
EmailExport() - Constructor for class adams.gui.visualization.multiobjectexport.EmailExport
 
EmailFileChooser - Class in adams.gui.chooser
A specialized JFileChooser that lists all available file Readers and Writers for emails.
EmailFileChooser() - Constructor for class adams.gui.chooser.EmailFileChooser
Constructs a FileChooser pointing to the user's default directory.
EmailFileChooser(File) - Constructor for class adams.gui.chooser.EmailFileChooser
Constructs a FileChooser using the given File as the path.
EmailFileChooser(String) - Constructor for class adams.gui.chooser.EmailFileChooser
Constructs a FileChooser using the given path.
EmailFileReader - Class in adams.flow.transformer
Reads email(s) from a file.
EmailFileReader - Interface in adams.data.io.input
Interface for readers that read from files.
EmailFileReader() - Constructor for class adams.flow.transformer.EmailFileReader
 
EmailFileWriter - Class in adams.flow.sink
Actor that writes Email objects to files.
EmailFileWriter - Interface in adams.data.io.output
Interface for email writers that write to files.
EmailFileWriter() - Constructor for class adams.flow.sink.EmailFileWriter
 
EmailHelper - Class in adams.core.net
A helper class for emails.
EmailHelper() - Constructor for class adams.core.net.EmailHelper
 
EmailReader - Interface in adams.data.io.input
Interface for classes that read emails.
EmailRecipient - Class in adams.gui.sendto
Action for sending files as emails.
EmailRecipient() - Constructor for class adams.gui.sendto.EmailRecipient
 
EmailSetupPanel - Class in adams.gui.application
Panel for configuring the system-wide Email settings.
EmailSetupPanel() - Constructor for class adams.gui.application.EmailSetupPanel
 
emailTipText() - Method in class adams.core.net.EmailContact
Returns the tip text for this property.
EmailToPlainText - Class in adams.data.conversion
Turns an Email object into a plain text string.
EmailToPlainText() - Constructor for class adams.data.conversion.EmailToPlainText
 
EmailViewer - Class in adams.flow.sink
Actor for displaying an email object.
EmailViewer() - Constructor for class adams.flow.sink.EmailViewer
 
EmailWriter - Interface in adams.data.io.output
Interface for classes that write emails.
EmlEmailFileReader - Class in adams.data.io.input
Reads emails stored in EML files.
EmlEmailFileReader() - Constructor for class adams.data.io.input.EmlEmailFileReader
 
Empirical - Class in adams.data.distribution
Empirical distribution.
Empirical() - Constructor for class adams.data.distribution.Empirical
 
empty() - Method in class adams.core.option.OptionTraversalPath
Returns whether the stack is empty.
EMPTY - adams.flow.control.ScopeHandler.ScopeHandling
start with empty object.
EMPTY - Static variable in class adams.gui.goe.AbstractPropertyEditorSupport
the string to use if there is an empty string to be display.
EMPTY_ARRAY_STRING - Static variable in class adams.core.QuickInfoHelper
the string to use for empty arrays.
EMPTY_ICON - Static variable in class adams.gui.core.ImageManager
the empty icon name.
EMPTY_NOMINAL_ATTRIBUTES - adams.flow.core.Capability
can handle empty nominal attributes.
EMPTY_NOMINAL_CLASS - adams.flow.core.Capability
can handle empty nominal classes.
EMPTY_STATUS - Static variable in class adams.gui.core.BaseStatusBar
the empty status.
EmptyInitialSetupsProvider<T extends AbstractGeneticAlgorithm> - Class in adams.opt.genetic.initialsetups
EmptyInitialSetupsProvider() - Constructor for class adams.opt.genetic.initialsetups.EmptyInitialSetupsProvider
 
emptyTipText() - Method in class adams.flow.transformer.SpreadSheetGetCell
Returns the tip text for this property.
emptyTipText() - Method in class adams.flow.transformer.SpreadSheetGetHeaderCell
Returns the tip text for this property.
enable(Capability) - Method in class adams.ml.capabilities.Capabilities
Enables the capability.
enableAll() - Method in class adams.ml.capabilities.Capabilities
Enables all capabilities.
enableAll(Collection<Capability>) - Method in class adams.ml.capabilities.Capabilities
Enables all capabilities.
enableAllClass() - Method in class adams.ml.capabilities.Capabilities
Enables all class capabilities.
enableAllDependent() - Method in class adams.ml.capabilities.Capabilities
Enables the dependent capabilities for all currently set capabilities.
enableAllDependent(Collection<Capability>) - Method in class adams.ml.capabilities.Capabilities
Enables the dependent capabilities.
enableBreakpoints(boolean) - Method in class adams.gui.flow.FlowPanel
Enables/disables all breakpoints in the flow (before execution).
enableBreakpoints(boolean) - Method in class adams.gui.flow.tree.Tree
Enables/disables all breakpoint actors.
enableBreakpoints(Node, boolean) - Method in class adams.gui.flow.tree.Tree
Enables/disables all breakpoint actors.
enabled - Variable in class adams.gui.visualization.segmentation.layer.AbstractLayer.AbstractLayerState
whether enabled.
ENABLED - Static variable in class adams.core.net.EmailHelper
Whether Email support is enabled.
enabledByDefault() - Method in class adams.gui.flow.tab.AbstractEditorTab
Returns whether the tab is enabled by default.
enableDependent(Capability) - Method in class adams.ml.capabilities.Capabilities
Enables the dependent capability.
enabledTipText() - Method in class adams.data.io.output.AbstractTextWriter
Returns the tip text for this property.
enabledTipText() - Method in class adams.flow.source.valuedefinition.AbstractValueDefinition
Returns the tip text for this property.
enabledTipText() - Method in class adams.gui.print.JComponentWriter
Returns the tip text for this property.
enabledTipText() - Method in class adams.gui.visualization.image.AbstractImageOverlay
Returns the tip text for this property.
enabledTipText() - Method in class adams.gui.visualization.image.interactionlogging.AbstractInteractionLoggingFilter
Returns the tip text for this property.
enabledTipText() - Method in class adams.gui.visualization.object.mouseclick.AbstractMouseClickProcessor
Returns the tip text for this property.
enabledTipText() - Method in class adams.gui.visualization.object.objectannotations.check.AbstractAnnotationCheck
Returns the tip text for this property.
enabledTipText() - Method in class adams.gui.visualization.object.objectannotations.cleaning.AbstractAnnotationCleaner
Returns the tip text for this property.
enabledTipText() - Method in class adams.gui.visualization.object.objectannotations.colors.AbstractAnnotationColors
Returns the tip text for this property.
enabledTipText() - Method in class adams.gui.visualization.object.objectannotations.label.AbstractLabelPlotter
Returns the tip text for this property.
enabledTipText() - Method in class adams.gui.visualization.object.objectannotations.outline.AbstractOutlinePlotter
Returns the tip text for this property.
enabledTipText() - Method in class adams.gui.visualization.object.objectannotations.shape.AbstractShapePlotter
Returns the tip text for this property.
enabledTipText() - Method in class adams.gui.visualization.object.overlay.AbstractOverlay
Returns the tip text for this property.
enabledTipText() - Method in interface adams.gui.visualization.object.overlay.Overlay
Returns the tip text for this property.
enabledTipText() - Method in class adams.gui.visualization.segmentation.paintoperation.AbstractPaintOperation
Returns the tip text for this property.
enabledTipText() - Method in interface adams.gui.visualization.segmentation.paintoperation.PaintOperation
Returns the tip text for this property.
enabledTipText() - Method in class adams.gui.visualization.sequence.pointpreprocessor.AbstractPointPreprocessor
Returns the tip text for this property.
enabledTipText() - Method in class adams.scripting.requesthandler.AbstractRequestHandler
Returns the tip text for this property.
enabledTipText() - Method in class adams.scripting.responsehandler.AbstractResponseHandler
Returns the tip text for this property.
enabledVariables(String) - Method in class adams.core.option.OptionManager
Enables variable support for this bean property again.
enableRestartTipText() - Method in interface adams.core.management.RestartableApplication
Returns the tip text for this property.
enableRestartTipText() - Method in class adams.gui.application.AbstractApplicationFrame
Returns the tip text for this property.
enableTipText() - Method in class adams.flow.processor.ManageInteractiveActors
Returns the tip text for this property.
enableTipText() - Method in class adams.flow.processor.ManageTimedActors
Returns the tip text for this property.
EnableUndo - Class in adams.gui.scripting
Action parameters:
EnableUndo() - Constructor for class adams.gui.scripting.EnableUndo
 
encapsulate(Actor, VariableName[], StorageName[]) - Static method in class adams.flow.core.EncapsulateActors
Encapsulates the actor as is.
encapsulate(Actor, VariableName[], StorageName[], Object) - Static method in class adams.flow.core.EncapsulateActors
Encapsulates the actor as is.
EncapsulateActors - Class in adams.flow.core
Helper class for encapsulating actor(s).
EncapsulateActors() - Constructor for class adams.flow.core.EncapsulateActors
 
EncapsulatedActorsContainer - Class in adams.flow.container
Container for encapsulating actors alongside variables and storage items.
EncapsulatedActorsContainer() - Constructor for class adams.flow.container.EncapsulatedActorsContainer
Default constructor.
EncapsulatedActorsContainer(Actor, Variables, Storage) - Constructor for class adams.flow.container.EncapsulatedActorsContainer
Initializes the container with the actors, variables and storage.
EncapsulatedActorsContainer(Actor, Variables, Storage, Object, StorageName) - Constructor for class adams.flow.container.EncapsulatedActorsContainer
Initializes the container with the actors, variables and storage.
EncapsulatedActorsContainer(Actor, Variables, Storage, Object, StorageName, Object, StorageName) - Constructor for class adams.flow.container.EncapsulatedActorsContainer
Initializes the container with the actors, variables and storage.
enclose(StateContainer) - Method in class adams.gui.flow.tree.enclose.AbstractEncloseActor
Returns a menu item that will perform the enclosing if selected.
enclose(StateContainer) - Method in class adams.gui.flow.tree.enclose.ArrayDisplayEnclosure
Returns a menu item that will perform the enclosing if selected.
enclose(StateContainer) - Method in class adams.gui.flow.tree.enclose.DisplayPanelManagerEnclosure
Returns a menu item that will perform the enclosing if selected.
enclose(StateContainer) - Method in class adams.gui.flow.tree.enclose.TryCatchEnclosure
Returns a menu item that will perform the enclosing if selected.
encloseActor(TreePath[], ActorHandler) - Method in class adams.gui.flow.tree.TreeOperations
Encloses the selected actors in the specified actor handler.
EncloseActor - Class in adams.gui.flow.tree.keyboardaction
Encloses the selected actor(s) with the specified actor.
EncloseActor - Class in adams.gui.flow.tree.menu
For enclosing the actors in an actor handler.
EncloseActor() - Constructor for class adams.gui.flow.tree.keyboardaction.EncloseActor
 
EncloseActor() - Constructor for class adams.gui.flow.tree.menu.EncloseActor
 
EncloseActorAll - Class in adams.gui.flow.tree.menu
Menu item for enclosing actors in all available actor handlers.
EncloseActorAll() - Constructor for class adams.gui.flow.tree.menu.EncloseActorAll
 
EncloseActorCommon - Class in adams.gui.flow.tree.menu
Menu item for enclosing actors in common actor handlers.
EncloseActorCommon() - Constructor for class adams.gui.flow.tree.menu.EncloseActorCommon
 
EncloseActorCompact - Class in adams.gui.flow.tree.menu
Menu item for enclosing actors in all/common/special actor handlers.
EncloseActorCompact() - Constructor for class adams.gui.flow.tree.menu.EncloseActorCompact
 
EncloseActorSpecial - Class in adams.gui.flow.tree.menu
Menu item for enclosing actors in special actor handlers.
EncloseActorSpecial() - Constructor for class adams.gui.flow.tree.menu.EncloseActorSpecial
 
encloseAll(StateContainer) - Static method in class adams.gui.flow.tree.enclose.AbstractEncloseActor
Generates all the possible enclose menu items.
EncloseBooleanCondition - Class in adams.gui.goe.popupmenu
Encloses a BooleanCondition.
EncloseBooleanCondition() - Constructor for class adams.gui.goe.popupmenu.EncloseBooleanCondition
 
EncloseClassifier - Class in adams.gui.goe.popupmenu
For enclosing classifiers in SingleClassifierEnhancer wrappers.
EncloseClassifier() - Constructor for class adams.gui.goe.popupmenu.EncloseClassifier
 
EncloseClusterer - Class in adams.gui.goe.popupmenu
For enclosing clusterers in SingleClustererEnhancer wrappers.
EncloseClusterer() - Constructor for class adams.gui.goe.popupmenu.EncloseClusterer
 
EncloseConversion - Class in adams.gui.goe.popupmenu
Encloses a conversion in a MultiConversion.
EncloseConversion() - Constructor for class adams.gui.goe.popupmenu.EncloseConversion
 
encloseInArrayDisplay(StateContainer) - Method in class adams.gui.flow.tree.enclose.ArrayDisplayEnclosure
Encloses the specified actor in a DisplayPanelManager actor.
encloseInDisplayPanelManager(StateContainer) - Method in class adams.gui.flow.tree.enclose.DisplayPanelManagerEnclosure
Encloses the specified actor in a DisplayPanelManager actor.
encode(String) - Method in class adams.core.base.BasePassword
Encodes the given string in base64.
encode(String, MessageCollection) - Method in class adams.data.barcode.encode.AbstractBarcodeEncoder
Encodes the supplied payload.
encode(String, BufferedImageContainer, MessageCollection) - Method in class adams.data.barcode.encode.AbstractBarcodeEncoder
Encodes the supplied payload.
EncodeBarcode - Class in adams.flow.transformer


EncodeBarcode() - Constructor for class adams.flow.transformer.EncodeBarcode
 
encodeBase64(byte[]) - Static method in class adams.core.net.InternetHelper
Encodes the given bytes in base64.
encodeBase64(String) - Static method in class adams.core.net.InternetHelper
Encodes the given string in base64.
encodeFont(Font) - Static method in class adams.gui.core.Fonts
Turns a font into a string representation that can get parsed with Fonts.decodeFont(String) again.
encoderTipText() - Method in class adams.flow.transformer.draw.Barcode
Returns the tip text for this property.
encoderTipText() - Method in class adams.flow.transformer.EncodeBarcode
Returns the tip text for this property.
encodeUrlAsFilename(String) - Static method in class adams.core.net.InternetHelper
Turns a URL into a valid filename.
EncodingSupporter - Interface in adams.core.io
For classes that support encoding.
encodingTipText() - Method in interface adams.core.io.EncodingSupporter
Returns the tip text for this property.
encodingTipText() - Method in class adams.core.io.filesearch.AbstractFileSearchHandlerWithEncoding
Returns the tip text for this property.
encodingTipText() - Method in class adams.core.io.filesearch.AbstractMetaFileSearchHandlerWithEncoding
Returns the tip text for this property.
encodingTipText() - Method in class adams.core.io.fileuse.LastLineMatches
Returns the tip text for this property.
encodingTipText() - Method in class adams.core.option.CompactFlowConsumer
Returns the tip text for this property.
encodingTipText() - Method in class adams.core.option.CompactFlowProducer
Returns the tip text for this property.
encodingTipText() - Method in class adams.core.option.NestedConsumer
Returns the tip text for this property.
encodingTipText() - Method in class adams.core.option.NestedProducer
Returns the tip text for this property.
encodingTipText() - Method in class adams.data.conversion.ByteArrayToString
Returns the tip text for this property.
encodingTipText() - Method in class adams.data.conversion.DOMToString
Returns the tip text for this property.
encodingTipText() - Method in class adams.data.conversion.StringArrayToURLParameters
Returns the tip text for this property.
encodingTipText() - Method in class adams.data.conversion.StringToByteArray
Returns the tip text for this property.
encodingTipText() - Method in class adams.data.conversion.URLDecode
Returns the tip text for this property.
encodingTipText() - Method in class adams.data.conversion.URLEncode
Returns the tip text for this property.
encodingTipText() - Method in class adams.data.conversion.URLParametersToStringArray
Returns the tip text for this property.
encodingTipText() - Method in class adams.data.io.input.AbstractSpreadSheetReader
Returns the tip text for this property.
encodingTipText() - Method in class adams.data.io.input.AbstractTextReaderWithEncoding
Returns the tip text for this property.
encodingTipText() - Method in class adams.data.io.input.DefaultFlowReader
Returns the tip text for this property.
encodingTipText() - Method in class adams.data.io.input.NestedAdamsExperimentReader
Returns the tip text for this property.
encodingTipText() - Method in class adams.data.io.input.NestedCommandlineReader
Returns the tip text for this property.
encodingTipText() - Method in class adams.data.io.output.AbstractSpreadSheetWriter
Returns the tip text for this property.
encodingTipText() - Method in class adams.data.io.output.AbstractTextWriterWithEncoding
Returns the tip text for this property.
encodingTipText() - Method in class adams.data.io.output.DefaultFlowWriter
Returns the tip text for this property.
encodingTipText() - Method in class adams.doc.listing.AbstractFileBasedListingOutputWithEncoding
Returns the tip text for this property.
encodingTipText() - Method in class adams.doc.listing.OptionOutput
Returns the tip text for this property.
encodingTipText() - Method in class adams.flow.sink.DumpFile
Returns the tip text for this property.
encodingTipText() - Method in class adams.flow.sink.sendnotification.LogFile
Returns the tip text for this property.
encodingTipText() - Method in class adams.flow.sink.Socket
Returns the tip text for this property.
encodingTipText() - Method in class adams.flow.sink.XMLFileWriter
Returns the tip text for this property.
encodingTipText() - Method in class adams.flow.source.Socket
Returns the tip text for this property.
encodingTipText() - Method in class adams.flow.transformer.HttpRequest
Returns the tip text for this property.
encodingTipText() - Method in class adams.flow.transformer.PythonExpandScript
Returns the tip text for this property.
encodingTipText() - Method in class weka.core.converters.SimpleArffLoader
Returns the tip text for this property.
encodingTipText() - Method in class weka.core.converters.SimpleArffSaver
Returns the tip text for this property.
END - adams.core.ShorteningType
 
END - Static variable in class adams.core.base.BaseDate
the placeholder for "end".
END - Static variable in class adams.core.base.BaseDateTime
the placeholder for "end".
END - Static variable in class adams.core.base.BaseDateTimeMsec
the placeholder for "end".
END - Static variable in class adams.core.base.BaseTime
the placeholder for "end".
END - Static variable in class adams.core.base.BaseTimeMsec
the placeholder for "end".
END - Static variable in class adams.core.Variables
the end of a variable.
END - Static variable in class adams.flow.control.Storage
the end of a storage placeholder.
END - Static variable in interface adams.parser.lookupupdate.sym
 
endDateTipText() - Method in class adams.db.AbstractTimeWindowTableCleanUp
Returns the tip text for this property.
endDateTipText() - Method in class adams.tools.AbstractTimeWindowDatabaseTool
Returns the tip text for this property.
endElement(String, String, String) - Method in class adams.data.io.input.ExcelStreamingSpreadSheetReader.SheetHandler
Receive notification of the end of an element.
endingMultiLineComment(String, int, int) - Method in class adams.gui.scripting.SyntaxDocument
Does this line contain the end delimiter of a multi-line comment.
EndlessLoop - Class in adams.flow.template
Generates a simple while-loop that goes on forever.
EndlessLoop() - Constructor for class adams.flow.template.EndlessLoop
 
ENDSWITH - Static variable in interface adams.parser.booleanexpression.sym
 
ENDSWITH - Static variable in interface adams.parser.mathematicalexpression.sym
 
ENDSWITH - Static variable in interface adams.parser.spreadsheetformula.sym
 
ENDSWITH - Static variable in interface adams.parser.stringexpression.sym
 
endTimestampTipText() - Method in class adams.gui.visualization.timeseries.FixedTimestampRangePaintlet
Returns the tip text for this property.
endTipText() - Method in class adams.data.conversion.BaseDateTimeMsecToString
Returns the tip text for this property.
endTipText() - Method in class adams.data.conversion.BaseDateTimeToString
Returns the tip text for this property.
endTipText() - Method in class adams.data.conversion.BaseDateToString
Returns the tip text for this property.
endTipText() - Method in class adams.data.conversion.BaseTimeToString
Returns the tip text for this property.
endTipText() - Method in class adams.data.filter.TimeseriesWindow
Returns the tip text for this property.
endTipText() - Method in class adams.flow.transformer.BinaryFileReader
Returns the tip text for this property.
endTipText() - Method in class adams.flow.transformer.FileTailer
Returns the tip text for this property.
endTipText() - Method in class adams.gui.visualization.report.ReportDateFieldRangePaintlet
Returns the tip text for this property.
enginesTipText() - Method in class adams.scripting.engine.MultiScriptingEngine
Returns the tip text for this property.
engineTipText() - Method in class adams.flow.standalone.RemoteScriptingEngine
Returns the tip text for this property.
engineTipText() - Method in class adams.scripting.CommandRunner
Returns the tip text for this property.
ENGLISH - adams.flow.core.TesseractLanguage
 
EnhancingSingleHandler - Interface in adams.core.logging
Interface for a handler that enhances another handler.
enqueue() - Method in class adams.multiprocess.LocalJobRunner
Enqueues any jobs still waiting in the queue in the executor service.
enqueue(Actor, StorageName, Object) - Static method in class adams.flow.core.QueueHelper
Queues the payload in the specified queue.
Enqueue - Class in adams.core.command.stderr
Adds the output from stderr to the specified queue.
Enqueue - Class in adams.core.command.stdout
Adds the output from stdout to the specified queue.
Enqueue() - Constructor for class adams.core.command.stderr.Enqueue
 
Enqueue() - Constructor for class adams.core.command.stdout.Enqueue
 
EnQueue - Class in adams.flow.sink
Enqueues the incoming data in the specified queue in internal storage.
EnQueue() - Constructor for class adams.flow.sink.EnQueue
Default constructor.
EnQueue(StorageName) - Constructor for class adams.flow.sink.EnQueue
Initializes with the specified storage name.
EnQueue(String) - Constructor for class adams.flow.sink.EnQueue
Initializes with the specified storage name.
enqueueDelayedAt(Actor, StorageName, Object, long) - Static method in class adams.flow.core.QueueHelper
Queues the payload in the specified queue, applying the specified retrieval timestamp.
enqueueDelayedBy(Actor, StorageName, Object, long) - Static method in class adams.flow.core.QueueHelper
Queues the payload in the specified queue, applying the specified retrieval delay.
ensureCapacity(int) - Method in class adams.data.container.AbstractDataContainer
Ensures that the capacity is at least the specified minimum.
ensureEqualValuesTipText() - Method in class adams.flow.transformer.spreadsheetmethodmerge.AbstractMerge
Gets the tip-text for the ensure-equal-values option.
ensureEqualValuesTipText() - Method in class adams.flow.transformer.wekadatasetsmerge.AbstractMerge
Gets the tip-text for the ensure-equal-values option.
ensureFileIsVisible(File) - Method in interface adams.gui.chooser.FileChooser
Makes sure that the specified file is viewable, and not hidden.
ensureFileIsVisible(File) - Method in class adams.gui.chooser.SimpleDirectoryChooser.SimpleDirectoryChooserCommunication
Scrolls the specified file into view
ensureValidVariables(Actor) - Static method in class adams.flow.core.ActorUtils
Ensures that the variables within this actor are valid.
ensureVariableForPropertyExists(String) - Method in class adams.core.option.OptionManager
If a variable is attached to the variable, it checks whether the variable really exists in the context.
enter(double) - Method in class adams.data.statistics.StatCalc
 
enterColumnWidth() - Method in class adams.gui.core.BaseTable
Prompts the user to enter a column width.
enterConnection() - Method in class adams.gui.core.SqlConnectionPanel
Allows the user to select a connection.
EnterManyValues - Class in adams.flow.source
Pops up a dialog, prompting the user to enter one or more values.
EnterManyValues() - Constructor for class adams.flow.source.EnterManyValues
 
EnterManyValues.OutputType - Enum in adams.flow.source
Defines how to output the data that the user entered.
enterMultiLineValue(String) - Method in class adams.core.io.console.Basic
Lets the user enter a multi-line value.
enterMultiLineValue(String) - Method in interface adams.core.io.console.Console
Lets the user enter a multi-line value.
enterMultiLineValue(String) - Static method in class adams.core.io.ConsoleHelper
Lets the user enter a multi-line value.
enterMultipleValues(String) - Method in class adams.core.io.console.Basic
Lets the user enter multiple values.
enterMultipleValues(String) - Method in interface adams.core.io.console.Console
Lets the user enter multiple values.
enterMultipleValues(String) - Static method in class adams.core.io.ConsoleHelper
Lets the user enter multiple values.
enterNewExpression(BooleanExpressionText) - Method in class adams.gui.flow.tree.quickaction.EditBooleanExpressionText
Lets the user enter a new expression.
enterNewExpression(MathematicalExpressionText) - Method in class adams.gui.flow.tree.quickaction.EditMathematicalExpressionText
Lets the user enter a new expression.
enterNumDecimals() - Method in class adams.gui.core.SpreadSheetTable
Prompts the user to enter the number of displayed decimals
enterNumDecimals() - Method in class adams.gui.dialog.SpreadSheetPanel
Alows the user to enter the number of decimals to display.
enterNumDecimals(boolean) - Method in class adams.gui.tools.SpreadSheetViewerPanel
Alows the user to enter the number of decimals to display.
enterPassword(String) - Method in class adams.core.io.console.Basic
Lets the user enter a password.
enterPassword(String) - Method in interface adams.core.io.console.Console
Lets the user enter a password.
enterPassword(String) - Static method in class adams.core.io.ConsoleHelper
Lets the user enter a password.
enterValue(AbstractContainerListPopupCustomizer.Context<T, M, C>) - Method in class adams.gui.visualization.container.datacontainerpanel.containerlistpopup.StoreValueInReport
Prompts the user to enter a field and value.
enterValue(String) - Method in class adams.core.io.console.Basic
Lets the user enter a value.
enterValue(String) - Method in interface adams.core.io.console.Console
Lets the user enter a value.
enterValue(String) - Static method in class adams.core.io.ConsoleHelper
Lets the user enter a value.
enterValue(String, String) - Method in class adams.core.io.console.Basic
Lets the user enter a value.
enterValue(String, String) - Method in interface adams.core.io.console.Console
Lets the user enter a value.
enterValue(String, String) - Static method in class adams.core.io.ConsoleHelper
Lets the user enter a value.
EnterValue - Class in adams.flow.source
Pops up a dialog, prompting the user to enter a value.
EnterValue() - Constructor for class adams.flow.source.EnterValue
 
EnterValueToEnterManyValuesTransfer - Class in adams.core.optiontransfer
Transfers options from EnterValue to EnterManyValues actors.
EnterValueToEnterManyValuesTransfer() - Constructor for class adams.core.optiontransfer.EnterValueToEnterManyValuesTransfer
 
entries() - Method in class adams.gui.core.AbstractNamedHistoryPanel
Returns the all the currently stored entries.
Entropy - Class in adams.data.image.features
Calculates the Shannon entropy of an image.

Original code taken from here:
http://stackoverflow.com/a/22280200

Entropy() - Constructor for class adams.data.image.features.Entropy
 
ENTRY_NAMES - adams.flow.transformer.Mat5FileInfo.InfoType
 
entryNameTipText() - Method in class adams.data.io.input.Mat5SpreadSheetReader
Returns the tip text for this property.
entryNameTipText() - Method in class adams.flow.transformer.Mat5FileAddArray
Returns the tip text for this property.
entryNameTipText() - Method in class adams.flow.transformer.Mat5FileGetArray
Returns the tip text for this property.
entryNameVariableTipText() - Method in class adams.flow.sink.DisplayPanelManager
Returns the tip text for this property.
entryNameVariableTipText() - Method in class adams.flow.sink.HistoryDisplay
Returns the tip text for this property.
entryNameVariableTipText() - Method in class adams.flow.sink.ReportDisplay
Returns the tip text for this property.
ENUM - adams.gui.core.PropertiesParameterPanel.PropertyType
enumeration.
ENUM_SEPARATOR - Static variable in class adams.core.option.CommandlineHelpProducer
the separator for enums.
enumClassTipText() - Method in class adams.flow.source.valuedefinition.EnumValueDefinition
Returns the tip text for this property.
EnumEditor - Class in adams.gui.goe
A PropertyEditor that displays Enums.
EnumEditor() - Constructor for class adams.gui.goe.EnumEditor
 
enumerate(Actor) - Static method in class adams.flow.core.ActorUtils
Enumerates all children of the given actor (depth-first search).
enumerate(Actor, ActorFilter) - Static method in class adams.flow.core.ActorUtils
Enumerates all children of the given actor (depth-first search).
enumerate(Actor, Class[]) - Static method in class adams.flow.core.ActorUtils
Enumerates all children of the given actor (depth-first search).
enumerate(Actor, List<Actor>, ActorFilter) - Static method in class adams.flow.core.ActorUtils
Enumerates all children of the given actor (depth-first search).
enumerateAttributes() - Method in class weka.core.AbstractHashableInstance
Returns an enumeration of all the attributes.
enumerateInstances() - Method in class weka.core.InstancesView
Returns an enumeration of all instances in the dataset.
enumerateLabelsTipText() - Method in class adams.flow.transformer.ConfusionMatrix
Returns the tip text for this property.
enumerateMeasures() - Method in class weka.classifiers.trees.m5.M5Base2
Returns an enumeration of the additional measure names
EnumHelper - Class in adams.core
Helper class for enum-related operations.
EnumHelper() - Constructor for class adams.core.EnumHelper
 
EnumHelpGenerator - Class in adams.gui.help
Handler for enums.
EnumHelpGenerator() - Constructor for class adams.gui.help.EnumHelpGenerator
 
EnumOption - Class in adams.core.option
Option class for enums.
EnumOption(OptionManager, String, String, Object, boolean, UserMode) - Constructor for class adams.core.option.EnumOption
Initializes the option.
EnumOption(OptionManager, String, String, Object, UserMode) - Constructor for class adams.core.option.EnumOption
Initializes the option.
EnumValueDefinition - Class in adams.flow.source.valuedefinition
Specialized definition for enums.
EnumValueDefinition() - Constructor for class adams.flow.source.valuedefinition.EnumValueDefinition
 
EnumWithCustomDisplay<T extends Enum> - Interface in adams.core
For Enum classes that require a custom display string.
EnumWithCustomParsing<T extends Enum> - Interface in adams.core
Interface for enums that have a custom parse method.
Env - Class in adams.parser.plugin
Example function that simply outputs the parameters on the command-line.
Env() - Constructor for class adams.parser.plugin.Env
 
ENV_ADAMS_LIBRARY_PATH - Static variable in class adams.core.management.Launcher
the environment variable for the library path.
ENV_ADAMS_OPTS - Static variable in class adams.core.management.Launcher
the environment variable with additional options.
ENV_INVALID_VARIABLES_LENIENT - Static variable in class adams.flow.core.ActorUtils
the environment variable to enable lenient checking for invalid variables.
ENV_PREFIX - Static variable in class adams.core.SystemInfo
the environment prefix.
ENV_VAR - Static variable in class adams.core.management.WekaHomeEnvironmentModifier
the WEKA_HOME environment variable.
Environment - Class in adams.env
Manages properties files and returns merged versions.
Environment() - Constructor for class adams.env.Environment
 
ENVIRONMENT_VARIABLE_PREFIX - Static variable in class adams.core.Variables
the prefix for environment variables.
EnvironmentModifier - Interface in adams.core.management
Interface for classes that modify the environment used by the Launcher.
environmentTipText() - Method in class adams.doc.javadoc.Javadoc
Returns the tip text for this property.
environmentTipText() - Method in class adams.doc.listing.Listing
Returns the tip text for this property.
environmentTipText() - Method in class adams.parser.AbstractExpressionEvaluator
Returns the tip text for this property.
EnvironmentVariablesHandler - Interface in adams.core.management
Interface for classes that handle environment variables.
EnvVar - Class in adams.core.management
Helper class for environment variables.
EnvVar() - Constructor for class adams.core.management.EnvVar
 
envVariableTipText() - Method in class adams.flow.standalone.SetVariable
Returns the tip text for this property.
envVarOptionalTipText() - Method in class adams.flow.standalone.SetVariable
Returns the tip text for this property.
envVarsTipText() - Method in interface adams.core.management.EnvironmentVariablesHandler
Returns the tip text for this property.
envVarsTipText() - Method in class adams.flow.sink.Exec
Returns the tip text for this property.
envVarsTipText() - Method in class adams.flow.source.Command
Returns the tip text for this property.
envVarsTipText() - Method in class adams.flow.source.Exec
Returns the tip text for this property.
EOF - Static variable in interface adams.parser.actorsuggestion.sym
 
EOF - Static variable in interface adams.parser.basedate.sym
 
EOF - Static variable in interface adams.parser.basedatetime.sym
 
EOF - Static variable in interface adams.parser.basedatetimemsec.sym
 
EOF - Static variable in interface adams.parser.basetime.sym
 
EOF - Static variable in interface adams.parser.basetimemsec.sym
 
EOF - Static variable in interface adams.parser.booleanexpression.sym
 
EOF - Static variable in interface adams.parser.externalactorsuggestion.sym
 
EOF - Static variable in interface adams.parser.lookupupdate.sym
 
EOF - Static variable in interface adams.parser.mathematicalexpression.sym
 
EOF - Static variable in interface adams.parser.spreadsheetformula.sym
 
EOF - Static variable in interface adams.parser.spreadsheetquery.sym
 
EOF - Static variable in interface adams.parser.stringexpression.sym
 
EOF - Static variable in interface adams.parser.templatesuggestion.sym
 
EOF_sym() - Method in class adams.parser.actorsuggestion.Parser
EOF Symbol index.
EOF_sym() - Method in class adams.parser.basedate.Parser
EOF Symbol index.
EOF_sym() - Method in class adams.parser.basedatetime.Parser
EOF Symbol index.
EOF_sym() - Method in class adams.parser.basedatetimemsec.Parser
EOF Symbol index.
EOF_sym() - Method in class adams.parser.basetime.Parser
EOF Symbol index.
EOF_sym() - Method in class adams.parser.basetimemsec.Parser
EOF Symbol index.
EOF_sym() - Method in class adams.parser.booleanexpression.Parser
EOF Symbol index.
EOF_sym() - Method in class adams.parser.externalactorsuggestion.Parser
EOF Symbol index.
EOF_sym() - Method in class adams.parser.lookupupdate.Parser
EOF Symbol index.
EOF_sym() - Method in class adams.parser.mathematicalexpression.Parser
EOF Symbol index.
EOF_sym() - Method in class adams.parser.spreadsheetformula.Parser
EOF Symbol index.
EOF_sym() - Method in class adams.parser.spreadsheetquery.Parser
EOF Symbol index.
EOF_sym() - Method in class adams.parser.stringexpression.Parser
EOF Symbol index.
EOF_sym() - Method in class adams.parser.templatesuggestion.Parser
EOF Symbol index.
EPSILON - Static variable in class weka.classifiers.evaluation.MSLE
 
EQ - Static variable in interface adams.parser.booleanexpression.sym
 
EQ - Static variable in interface adams.parser.lookupupdate.sym
 
EQ - Static variable in interface adams.parser.mathematicalexpression.sym
 
EQ - Static variable in interface adams.parser.spreadsheetformula.sym
 
EQ - Static variable in interface adams.parser.spreadsheetquery.sym
 
EQ - Static variable in interface adams.parser.stringexpression.sym
 
equal(Matrix, Matrix) - Static method in class weka.core.matrix.MatrixHelper
Compares the two matrices.
equal(Matrix, Matrix, double) - Static method in class weka.core.matrix.MatrixHelper
Compares the two matrices.
equalHeaders(Instance) - Method in class weka.core.AbstractHashableInstance
Tests if the headers of two instances are equivalent.
equalHeadersMsg(Instance) - Method in class weka.core.AbstractHashableInstance
Checks if the headers of two instances are equivalent.
EqualLengthArrayStatistic - Interface in adams.data.statistics
Interface for array statistics that require the arrays to have the same length.
equals(Index) - Method in class adams.db.indices.Index
Does given Index match this one?
equals(IndexColumn) - Method in class adams.db.indices.IndexColumn
Return true if given IndexColumn matches this one.
equals(Indices) - Method in class adams.db.indices.Indices
Does the given Indices object match this?
equals(Object) - Method in class adams.core.base.BaseAnnotation.Tag
Checks whether the two objects are the same.
equals(Object) - Method in class adams.core.base.BaseObject
Compares itself against the other base object.
equals(Object) - Method in class adams.core.ConfigurableEnumeration.AbstractItem
Checks if the provided item is the same as this one.
equals(Object) - Method in class adams.core.DefaultCompare
Indicates whether some other object is "equal to" this Comparator.
equals(Object) - Method in class adams.core.DiffUtils.Filler
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class adams.core.FileNameCompare
Indicates whether some other object is "equal to" this Comparator.
equals(Object) - Method in class adams.core.Index
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class adams.core.io.FtpFileObject
Checks whether this object is the same as the provided one.
equals(Object) - Method in class adams.core.io.lister.SortContainer
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class adams.core.io.LocalFileObject
Checks whether this object is the same as the provided one.
equals(Object) - Method in class adams.core.io.SftpFileObject
Checks whether this object is the same as the provided one.
equals(Object) - Method in class adams.core.io.SmbFileObject
Checks whether this object is the same as the provided one.
equals(Object) - Method in class adams.core.logging.AbstractLogHandler
Checks whether the provided object is the same as this handler.
equals(Object) - Method in class adams.core.net.EmailContact
Compares this object against the specified one.
equals(Object) - Method in class adams.core.NumericStringCompare
Indicates whether some other object is "equal to" this Comparator.
equals(Object) - Method in class adams.core.Properties
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class adams.core.Range
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class adams.core.Range.SubRange
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class adams.core.SerializedObject
Checks to see whether this object is equal to another.
equals(Object) - Method in class adams.core.tags.TagInfo
Checks whether to the objects are identical.
equals(Object) - Method in class adams.core.Trie
Compares the specified object with this collection for equality.
equals(Object) - Method in class adams.core.Trie.TrieNode
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class adams.core.WrapperHashSet.Wrapper
Compares the hashcodes of the payloads.
equals(Object) - Method in class adams.data.baseline.AbstractBaselineCorrection
Returns whether the two objects are the same.
equals(Object) - Method in class adams.data.binning.Bin
Returns true if the other object is a bin with the same index.
equals(Object) - Method in class adams.data.binning.BinnableGroup
Checks wether the object is a BinnableGroup with the same ID.
equals(Object) - Method in class adams.data.container.AbstractDataContainer
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class adams.data.container.AbstractDataPoint
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class adams.data.conversion.WekaPredictionContainerToSpreadSheet.SortContainer
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class adams.data.featureconverter.HeaderDefinition
Returns whether this object is the same as the specified one.
equals(Object) - Method in class adams.data.filter.AbstractFilter
Returns whether the two objects are the same.
equals(Object) - Method in interface adams.data.filter.Filter
Returns whether the two objects are the same.
equals(Object) - Method in class adams.data.id.AbstractIDGenerator
Returns whether the two objects are the same.
equals(Object) - Method in class adams.data.image.AbstractImageFeatureGenerator
Returns whether the two objects are the same.
equals(Object) - Method in class adams.data.image.AbstractImageTransformer
Returns whether the two objects are the same.
equals(Object) - Method in class adams.data.instances.AbstractInstanceGenerator
Returns whether the two objects are the same.
equals(Object) - Method in class adams.data.io.input.AbstractDataContainerReader
Returns whether the two objects are the same.
equals(Object) - Method in class adams.data.io.input.AbstractReportReader
Returns whether the two objects are the same.
equals(Object) - Method in class adams.data.io.output.AbstractDataContainerWriter
Returns whether the two objects are the same.
equals(Object) - Method in class adams.data.io.output.AbstractReportWriter
Returns whether the two objects are the same.
equals(Object) - Method in class adams.data.noise.AbstractDenoiser
Returns whether the two objects are the same.
equals(Object) - Method in class adams.data.Notes
Returns whether the notes are equal.
equals(Object) - Method in class adams.data.outlier.AbstractOutlierDetector
Returns whether the two objects are the same.
equals(Object) - Method in class adams.data.report.AbstractField
The equals method (only uses the name).
equals(Object) - Method in class adams.data.report.AbstractReportFilter
Returns whether the two objects are the same.
equals(Object) - Method in class adams.data.report.Report
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class adams.data.smoothing.AbstractSmoother
Returns whether the two objects are the same.
equals(Object) - Method in class adams.data.spreadsheet.columnfinder.AbstractColumnFinder
Returns whether the two objects are the same.
equals(Object) - Method in class adams.data.spreadsheet.rowfinder.AbstractRowFinder
Returns whether the two objects are the same.
equals(Object) - Method in class adams.data.timeseries.AbstractTimeseriesFeatureGenerator
Returns whether the two objects are the same.
equals(Object) - Method in class adams.data.weka.columnfinder.AbstractColumnFinder
Returns whether the two objects are the same.
equals(Object) - Method in class adams.data.weka.evaluator.AbstractCrossvalidatedInstanceEvaluator.EvaluationContainer
Returns whether the two objects are the same.
equals(Object) - Method in class adams.data.weka.evaluator.AbstractInstanceEvaluator
Returns whether the two objects are the same.
equals(Object) - Method in class adams.data.weka.predictions.AbstractErrorScaler
Returns whether the two objects are the same.
equals(Object) - Method in class adams.data.weka.rowfinder.AbstractRowFinder
Returns whether the two objects are the same.
equals(Object) - Method in class adams.db.AbstractConditions
Returns whether the two objects are the same.
equals(Object) - Method in class adams.db.AbstractDatabaseConnection
Checks wether this object is the same as the provided one.
equals(Object) - Method in class adams.db.ConnectionParameters
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class adams.db.LogEntry
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class adams.env.Modules.Module
Checks whether the object is the same.
equals(Object) - Method in class adams.env.Setup
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class adams.flow.core.AbstractActor
Returns whether the two objects are the same.
equals(Object) - Method in interface adams.flow.core.Actor
Returns whether the two objects are the same.
equals(Object) - Method in class adams.flow.core.ActorPath
Checks whether the provided object is the same as this one.
equals(Object) - Method in class adams.flow.execution.AbstractFlowExecutionListener
Returns whether the two objects are the same.
equals(Object) - Method in class adams.flow.processor.AbstractActorProcessor
Returns whether the two objects are the same.
equals(Object) - Method in class adams.flow.setup.FlowSetup
Returns whether the two objects are the same.
equals(Object) - Method in class adams.flow.template.AbstractActorTemplate
Returns whether the two objects are the same.
equals(Object) - Method in class adams.flow.transformer.locateobjects.LocatedObject
Tests if this object is the same as the other one.
equals(Object) - Method in class adams.gui.application.AbstractMenuItemDefinition
Checks whether the obj is the same definition (using category/title).
equals(Object) - Method in class adams.gui.application.AbstractPreferencesPanel
Checks whether the objects are the same.
equals(Object) - Method in class adams.gui.core.dotnotationtree.AbstractInfoNodeGenerator
Returns whether the two objects are the same.
equals(Object) - Method in class adams.gui.core.ExtensionFileFilter
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class adams.gui.core.RecentFilesHandlerWithCommandline.Setup
Returns true if the other object is also a RecentFilesHandlerWithCommandline.Setup instance and contains the same file.
equals(Object) - Method in class adams.gui.core.SortableAndSearchableWrapperTableModel.SortContainer
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class adams.gui.dialog.AbstractDatabaseConnectionPanel
Checks whether this object is equal to the specified one.
equals(Object) - Method in class adams.gui.flow.menu.AbstractFlowEditorMenuItem
Returns whether the two objects are the same.
equals(Object) - Method in class adams.gui.flow.multipageaction.AbstractMultiPageMenuItem
Returns whether the two objects are same.
equals(Object) - Method in class adams.gui.flow.tab.AbstractEditorTab
Returns whether the two objects are the same.
equals(Object) - Method in class adams.gui.goe.Favorites
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class adams.gui.goe.Favorites.Favorite
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class adams.gui.scripting.AbstractScriptlet
Returns whether the two objects are the same.
equals(Object) - Method in class adams.gui.sendto.AbstractSendToAction
Returns whether the specified object is the same as this one.
equals(Object) - Method in class adams.gui.tools.findinfiles.AbstractFindInFilesAction
Checks whether the two actions are the same (using the menu item text).
equals(Object) - Method in class adams.gui.tools.previewbrowser.AbstractSerializedObjectViewer
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class adams.gui.tools.previewbrowser.ContentHandlerFavorites.ContentHandlerFavorite
Checks whether the object is the same as itself (using the name).
equals(Object) - Method in class adams.gui.tools.spreadsheetprocessor.AbstractWidget
Compares equality based on the widget name.
equals(Object) - Method in class adams.gui.tools.spreadsheetviewer.tab.AbstractViewerTab
Returns whether the two objects are the same.
equals(Object) - Method in class adams.gui.tools.wekainvestigator.data.AbstractDataContainer
Checks whether the specified object is the same.
equals(Object) - Method in class adams.gui.visualization.container.AbstractContainer
Returns whether the two containers have the same ID.
equals(Object) - Method in class adams.gui.visualization.core.AbstractColorGradientGenerator
Returns whether the two objects are the same.
equals(Object) - Method in interface adams.gui.visualization.core.ColorGradientGenerator
Returns whether the two objects are the same.
equals(Object) - Method in class adams.multiprocess.JobList
Compares the specified object with this collection for equality.
equals(Object) - Method in class adams.opt.optimise.AbstractOptimiser
Returns whether the two objects are the same.
equals(Object) - Method in class adams.scripting.connection.AbstractConnection
Checks whether the object is the same as this one.
equals(Object) - Method in class adams.tools.AbstractTool
Returns whether the two objects are the same.
equals(Object) - Method in class weka.core.AbstractHashableInstance
Returns only true if the same class and the same hashcode.
equalsData(Object) - Method in class adams.data.container.AbstractDataContainer
Indicates whether some other container's header is "equal to" this ones.
equalsData(Object) - Method in interface adams.data.container.DataContainer
Indicates whether some other container's header is "equal to" this ones.
equalsHeader(SpreadSheet) - Method in class adams.data.spreadsheet.DefaultSpreadSheet
Compares the header of this spreadsheet with the other one.
equalsHeader(SpreadSheet) - Method in interface adams.data.spreadsheet.SpreadSheet
Compares the header of this spreadsheet with the other one.
equalsHeader(SpreadSheet) - Method in class adams.data.spreadsheet.SpreadSheetView
Compares the header of this spreadsheet with the other one.
equalsHeader(SpreadSheet) - Method in class adams.ml.data.DatasetView
Compares the header of this spreadsheet with the other one.
equalsHeader(SpreadSheet) - Method in class adams.ml.data.DefaultDataset
Compares the header of this spreadsheet with the other one.
equalsHeader(SpreadSheet) - Method in class adams.ml.data.InstancesView
Compares the header of this spreadsheet with the other one.
equalsHeader(Object) - Method in class adams.data.container.AbstractDataContainer
Indicates whether some other chromatogram's header is "equal to" this ones.
equalsHeader(Object) - Method in interface adams.data.container.DataContainer
Indicates whether some other container's header is "equal to" this ones.
EqualWidthBins - Class in adams.data.spreadsheet.rowscore
Splits the row into bins with (more or less) same size and applies the base score algorithm to each of the bins.
EqualWidthBins() - Constructor for class adams.data.spreadsheet.rowscore.EqualWidthBins
 
EquiDistance - Class in weka.filters.unsupervised.attribute
A filter for interpolating the numeric attributes.Using the same number of points as are currently present in the input will have no effect.
EquiDistance() - Constructor for class weka.filters.unsupervised.attribute.EquiDistance
 
EquiDistance.AttributeSelection - Enum in weka.filters.unsupervised.attribute
Defines how the attributes are selected.
equivalentTo(AbstractDatabaseConnection, ColumnType) - Method in class adams.db.types.ColumnType
True if given type if equivalent to this object.
Eraser - Class in adams.gui.visualization.segmentation.tool
Removes pixels using the background.
Eraser() - Constructor for class adams.gui.visualization.segmentation.tool.Eraser
 
erode(boolean[][]) - Static method in class adams.data.image.BinaryMorphology
Performs an erode operation.
Erode - Class in adams.data.jai.transformer
Erode() - Constructor for class adams.data.jai.transformer.Erode
 
ERODE - adams.flow.transformer.PredictionEccentricity.Morphology
 
Erode4 - Class in adams.data.boofcv.transformer
Applies the BoofCV erode4 algorithm to a binary image.
Erode4() - Constructor for class adams.data.boofcv.transformer.Erode4
 
Erode8 - Class in adams.data.boofcv.transformer
Applies the BoofCV erode8 algorithm to a binary image.
Erode8() - Constructor for class adams.data.boofcv.transformer.Erode8
 
error - Variable in class adams.gui.flow.tabhandler.GraphicalActorProcessorHandler.Output
an optional error.
error - Static variable in interface adams.parser.actorsuggestion.sym
 
error - Static variable in interface adams.parser.basedate.sym
 
error - Static variable in interface adams.parser.basedatetime.sym
 
error - Static variable in interface adams.parser.basedatetimemsec.sym
 
error - Static variable in interface adams.parser.basetime.sym
 
error - Static variable in interface adams.parser.basetimemsec.sym
 
error - Static variable in interface adams.parser.booleanexpression.sym
 
error - Static variable in interface adams.parser.externalactorsuggestion.sym
 
error - Static variable in interface adams.parser.lookupupdate.sym
 
error - Static variable in interface adams.parser.mathematicalexpression.sym
 
error - Static variable in interface adams.parser.spreadsheetformula.sym
 
error - Static variable in interface adams.parser.spreadsheetquery.sym
 
error - Static variable in interface adams.parser.stringexpression.sym
 
error - Static variable in interface adams.parser.templatesuggestion.sym
 
ERROR - adams.event.FlowSetupStateEvent.Type
an error occurred.
ERROR - adams.gui.flow.FlowPanelNotificationArea.NotificationType
 
ERROR - Static variable in class adams.core.base.BasePassword
the error constant, if decoding failed.
ERROR - Static variable in class adams.data.Notes
the error prefix.
ERROR_OPTION - Static variable in class adams.gui.chooser.DirectoryChooserFactory
Return value if an error occurred.
error_sym() - Method in class adams.parser.actorsuggestion.Parser
error Symbol index.
error_sym() - Method in class adams.parser.basedate.Parser
error Symbol index.
error_sym() - Method in class adams.parser.basedatetime.Parser
error Symbol index.
error_sym() - Method in class adams.parser.basedatetimemsec.Parser
error Symbol index.
error_sym() - Method in class adams.parser.basetime.Parser
error Symbol index.
error_sym() - Method in class adams.parser.basetimemsec.Parser
error Symbol index.
error_sym() - Method in class adams.parser.booleanexpression.Parser
error Symbol index.
error_sym() - Method in class adams.parser.externalactorsuggestion.Parser
error Symbol index.
error_sym() - Method in class adams.parser.lookupupdate.Parser
error Symbol index.
error_sym() - Method in class adams.parser.mathematicalexpression.Parser
error Symbol index.
error_sym() - Method in class adams.parser.spreadsheetformula.Parser
error Symbol index.
error_sym() - Method in class adams.parser.spreadsheetquery.Parser
error Symbol index.
error_sym() - Method in class adams.parser.stringexpression.Parser
error Symbol index.
error_sym() - Method in class adams.parser.templatesuggestion.Parser
error Symbol index.
ErrorBandPaintlet - Class in adams.flow.sink.sequenceplotter
Plots a band around the values, using the Y errors to define the width of the band.
ErrorBandPaintlet() - Constructor for class adams.flow.sink.sequenceplotter.ErrorBandPaintlet
 
errorCalculationTipText() - Method in class adams.flow.transformer.WekaBootstrapping
Returns the tip text for this property.
ErrorCircleHitDetector - Class in adams.flow.sink.sequenceplotter
Detects selections of error circles.
ErrorCircleHitDetector() - Constructor for class adams.flow.sink.sequenceplotter.ErrorCircleHitDetector
Initializes the hit detector (constructor only for GOE) with no owner.
ErrorCircleHitDetector(XYSequencePaintlet) - Constructor for class adams.flow.sink.sequenceplotter.ErrorCircleHitDetector
Initializes the hit detector.
ErrorCirclePaintlet - Class in adams.flow.sink.sequenceplotter
Paintlet for painting circles with diameters based on the error at the specified X-Y position.
ErrorCirclePaintlet() - Constructor for class adams.flow.sink.sequenceplotter.ErrorCirclePaintlet
 
errorCorrectionLevelTipText() - Method in class adams.data.barcode.encode.QRCode
Returns the tip text for this property.
ErrorCrossHitDetector - Class in adams.flow.sink.sequenceplotter
Detects selections of error crosses.
ErrorCrossHitDetector() - Constructor for class adams.flow.sink.sequenceplotter.ErrorCrossHitDetector
Initializes the hit detector (constructor only for GOE) with no owner.
ErrorCrossHitDetector(XYSequencePaintlet) - Constructor for class adams.flow.sink.sequenceplotter.ErrorCrossHitDetector
Initializes the hit detector.
ErrorCrossPaintlet - Class in adams.flow.sink.sequenceplotter
Paintlet for painting crosses with diameters based on the error at the specified X-Y position.
ErrorCrossPaintlet() - Constructor for class adams.flow.sink.sequenceplotter.ErrorCrossPaintlet
 
ErrorHandler - Interface in adams.flow.core
Interface for classes that handle errors in the flow.
ErrorHandlerInstanceLister - Class in adams.flow.core
Lists the hashcodes of the adams.flow.core.ErrorHandler objects in use by actors.
ErrorHandlerInstanceLister() - Constructor for class adams.flow.core.ErrorHandlerInstanceLister
 
errorHandlingTipText() - Method in class adams.flow.control.Flow
Returns the tip text for this property.
ErrorMessagePanel - Class in adams.gui.core
A panel for displaying an error message, optionally being able to include the console output.
ErrorMessagePanel() - Constructor for class adams.gui.core.ErrorMessagePanel
 
errorMessageTipText() - Method in class adams.flow.control.RaiseError
Returns the tip text for this property.
errorPaintletTipText() - Method in class adams.flow.sink.SequencePlotter
Returns the tip text for this property.
ErrorPostProcessor - Interface in adams.flow.control.errorpostprocessor
Interface for post-processors for error messages.
errorPostProcessorTipText() - Method in class adams.flow.control.TryCatch
Returns the tip text for this property.
ErrorProvider - Interface in adams.core
Interface for classes that record error messages.
ERRORS - adams.gui.core.ConsolePanel.PanelType
only error output.
errorScalerTipText() - Method in class adams.flow.sink.WekaClassifierErrors
Returns the tip text for this property.
ErrorScopeRestrictor - Interface in adams.flow.core
Interface for actors that restrict the error scope.
errorTipText() - Method in class adams.flow.sink.ActualVsPredictedPlot
Returns the tip text for this property.
errorTipText() - Method in class adams.gui.tools.previewbrowser.ActualVsPredictedHandler
Returns the tip text for this property.
errorTipText() - Method in class weka.classifiers.meta.AbstainLeastMedianSq
 
errorTipText() - Method in class weka.classifiers.meta.LeastMedianSq
 
errorVariableTipText() - Method in class adams.flow.control.TryCatch
Returns the tip text for this property.
escape(String) - Static method in class adams.core.base.BaseRegExp
Escapes special characters in the string to be used in regular expressions.
escape(String) - Method in class adams.gui.print.PostscriptGraphics
Escapes brackets in the string with backslashes.
escape(String, String) - Static method in class adams.data.report.AbstractField
Escapes the name.
ESCAPE_CHARS - Static variable in class adams.core.Constants
the characters to escape.
ESCAPE_STRINGS - Static variable in class adams.core.Constants
the escaped string representations of characters to backquote.
escapeBlanks(String) - Static method in class adams.core.management.ProcessUtils
Escapes blanks in the path for Windows using the caret ("^").
escapeDoubleQuotes(String) - Method in class adams.core.option.AbstractJavaCodeProducer
Properly escapes double quotes.
escapeDoubleQuotes(String) - Method in class adams.core.PropertiesToCode
Properly escapes double quotes.
escapeName(String) - Static method in class adams.core.AbstractDataBackedRange
Escapes the name, if necessary.
escapeQuote(String) - Method in class adams.gui.scripting.SyntaxDocument
Escapes the quote delimiter.
escapeSpecialCharsTipText() - Method in class adams.data.io.output.CsvSpreadSheetWriter
Returns the tip text for this property.
escapeUnicode(String) - Static method in class adams.core.Utils
Escapes any non-ASCII characters as unicode sequences.
ESPERANTO - adams.flow.core.TesseractLanguage
 
establishDatabaseConnection() - Method in class adams.db.AbstractDatabaseObjectWithOptionHandling
Establishes the database connection.
establishDatabaseConnection() - Method in interface adams.db.DatabaseConnectionEstablisher
Establishes the database connection.
establishDatabaseConnection() - Method in class adams.run.RunDatabaseScheme
Establishes the database connection.
ESTONIAN - adams.flow.core.TesseractLanguage
 
etaTipText() - Method in class weka.classifiers.trees.XGBoost
Gets the tip-text for the eta option.
evaluate() - Method in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment.AbstractExperimentJob
Performs the evaluation.
evaluate() - Method in class adams.gui.tools.wekamultiexperimenter.experiment.CrossValidationExperiment.CrossValidationExperimentJob
Performs the cross-validation.
evaluate() - Method in class adams.gui.tools.wekamultiexperimenter.experiment.TrainTestSplitExperiment.TrainTestSplitExperimentJob
Performs the evaluation.
evaluate() - Method in class adams.parser.AbstractExpressionEvaluator
Performs the evaluation.
evaluate() - Method in class adams.parser.AbstractSymbolEvaluator
Performs the evaluation.
evaluate() - Method in class adams.parser.ActorSuggestion
Performs the evaluation.
evaluate() - Method in class adams.parser.ActorTemplateSuggestion
Performs the evaluation.
evaluate() - Method in class adams.parser.BaseDateExpression
Performs the evaluation.
evaluate() - Method in class adams.parser.BaseDateTimeExpression
Performs the evaluation.
evaluate() - Method in class adams.parser.BaseDateTimeMsecExpression
Performs the evaluation.
evaluate() - Method in class adams.parser.BaseTimeExpression
Performs the evaluation.
evaluate() - Method in class adams.parser.BaseTimeMsecExpression
Performs the evaluation.
evaluate() - Method in class adams.parser.ExternalActorSuggestion
Performs the evaluation.
evaluate() - Method in class adams.parser.LookUpUpdate
Performs the evaluation.
evaluate() - Method in class adams.parser.ReportMathExpression
Performs the evaluation.
evaluate() - Method in class adams.parser.SpreadSheetFormula
Performs the evaluation.
evaluate() - Method in class adams.parser.SpreadSheetQuery
Performs the evaluation.
evaluate(int, Classifier, Instances) - Method in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment
Creates a runnabel to evaluate the classifier on the dataset.
evaluate(int, Classifier, Instances) - Method in class adams.gui.tools.wekamultiexperimenter.experiment.CrossValidationExperiment
Evaluates the classifier on the dataset.
evaluate(int, Classifier, Instances) - Method in class adams.gui.tools.wekamultiexperimenter.experiment.TrainTestSplitExperiment
Evaluates the classifier on the dataset.
evaluate(Actor, Token) - Method in class adams.flow.condition.bool.AbstractBooleanCondition
Uses the token to determine the evaluation.
evaluate(Actor, Token) - Method in interface adams.flow.condition.bool.BooleanCondition
Evaluates whether to executed the "then" or "else" branch.
evaluate(OptData) - Method in interface adams.opt.optimise.FitnessFunction
Get fitness given vars.
evaluate(OptData) - Method in class adams.opt.optimise.genetic.fitnessfunctions.AttributeSelection
 
evaluate(I, IndexedSplitsRuns, MessageCollection) - Method in class adams.flow.transformer.indexedsplitsrunsevaluation.AbstractIndexedSplitsRunsEvaluation
Performs an evaluation by applying the indexed splits runs to the data.
evaluate(I, IndexedSplitsRuns, MessageCollection) - Method in interface adams.flow.transformer.indexedsplitsrunsevaluation.IndexedSplitsRunsEvaluation
Performs an evaluation by applying the indexed splits runs to the data.
evaluate(String) - Static method in class adams.parser.BaseTimeExpression
Parses and evaluates the given expression.
evaluate(String) - Static method in class adams.parser.BaseTimeMsecExpression
Parses and evaluates the given expression.
evaluate(String[], Actor, int, Actor[]) - Static method in class adams.parser.ActorTemplateSuggestion
Performs the evaluation.
evaluate(String[], ActorSuggestion.SuggestionData) - Static method in class adams.parser.ActorSuggestion
Performs the evaluation.
evaluate(String[], ActorSuggestion.SuggestionData) - Static method in class adams.parser.ExternalActorSuggestion
Performs the evaluation.
evaluate(String, Report) - Static method in class adams.parser.BooleanExpression
Parses and evaluates the given expression.
evaluate(String, Report) - Static method in class adams.parser.MathematicalExpression
Parses and evaluates the given expression.
evaluate(String, Report) - Static method in class adams.parser.ReportMathExpression
Parses and evaluates the given expression.
evaluate(String, Report) - Static method in class adams.parser.StringExpression
Parses and evaluates the given expression.
evaluate(String, Actor, int, Actor[]) - Static method in class adams.parser.ActorTemplateSuggestion
Performs the evaluation.
evaluate(String, ActorSuggestion.SuggestionData) - Static method in class adams.parser.ActorSuggestion
Performs the evaluation.
evaluate(String, ActorSuggestion.SuggestionData) - Static method in class adams.parser.ExternalActorSuggestion
Performs the evaluation.
evaluate(String, Date, Date) - Static method in class adams.parser.BaseTimeExpression
Parses and evaluates the given expression.
evaluate(String, Date, Date) - Static method in class adams.parser.BaseTimeMsecExpression
Parses and evaluates the given expression.
evaluate(String, Date, Date, BusinessDays) - Static method in class adams.parser.BaseDateExpression
Parses and evaluates the given expression.
evaluate(String, Date, Date, BusinessDays) - Static method in class adams.parser.BaseDateTimeExpression
Parses and evaluates the given expression.
evaluate(String, Date, Date, BusinessDays) - Static method in class adams.parser.BaseDateTimeMsecExpression
Parses and evaluates the given expression.
evaluate(String, HashMap) - Static method in class adams.parser.BooleanExpression
Parses and evaluates the given expression.
evaluate(String, HashMap) - Static method in class adams.parser.LookUpUpdate
Parses and evaluates the given expression.
evaluate(String, HashMap) - Static method in class adams.parser.MathematicalExpression
Parses and evaluates the given expression.
evaluate(String, HashMap) - Static method in class adams.parser.StringExpression
Parses and evaluates the given expression.
evaluate(String, HashMap, SpreadSheet) - Static method in class adams.parser.SpreadSheetFormula
Parses and evaluates the given expression.
evaluate(String, HashMap, SpreadSheet) - Static method in class adams.parser.SpreadSheetQuery
Parses and evaluates the given expression.
evaluate(String, HashMap, SpreadSheet, int, int) - Static method in class adams.parser.LookUpUpdate
Parses and evaluates the given expression.
evaluate(Date, Date) - Method in class adams.parser.BaseDateExpression
Performs the evaluation.
evaluate(Date, Date) - Method in class adams.parser.BaseDateTimeExpression
Performs the evaluation.
evaluate(Date, Date) - Method in class adams.parser.BaseDateTimeMsecExpression
Performs the evaluation.
evaluate(Date, Date) - Method in class adams.parser.BaseTimeExpression
Performs the evaluation.
evaluate(Date, Date) - Method in class adams.parser.BaseTimeMsecExpression
Performs the evaluation.
evaluate(Associator, ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.associatetab.evaluation.AbstractAssociatorEvaluation
Evaluates the associator and updates the result item.
evaluate(ASEvaluation, ASSearch, ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.attseltab.evaluation.AbstractAttributeSelectionEvaluation
Performs attribute selections and updates the result item.
evaluate(Classifier, ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.AbstractClassifierEvaluation
Evaluates the classifier and updates the result item.
evaluate(Clusterer, ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.AbstractClustererEvaluation
Evaluates the clusterer and updates the result item.
evaluate(Instance) - Method in class adams.data.weka.evaluator.AbstractInstanceEvaluator
Evaluates the given instance.
evaluate(Instances, Instances) - Method in class adams.data.weka.evaluator.AbstractCrossvalidatedInstanceEvaluator
Performs an evaluation on the given train and test set.
evaluate(Instances, Instances) - Method in class adams.data.weka.evaluator.IntervalEstimatorBased
Performs an evaluation on the given train and test set.
evaluateAttribute(int) - Method in class weka.attributeSelection.AbstractPLSAttributeEval
evaluates an individual attribute
evaluateAttribute(int) - Method in class weka.attributeSelection.LinearRegressionAttributeEval
evaluates an individual attribute
evaluateClassifier(Classifier, Instances, int, int) - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm.ClassifierBasedGeneticAlgorithmJob
Evaluates the classifier on the dataset and returns the metric.
evaluateClassifier(Classifier, Instances, Instances) - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm.ClassifierBasedGeneticAlgorithmJob
Evaluates the classifier on the dataset and returns the metric.
evaluateExperiment(Instances) - Method in class adams.flow.transformer.WekaExperimentEvaluation
Evaluates the experiment data.
EvaluateJob(Classifier, Instances, Instances, Evaluation, AbstractOutput) - Constructor for class adams.flow.transformer.WekaTrainTestSetEvaluator.EvaluateJob
Initializes the job.
EvaluateJob(Evaluation, Classifier, Instances, AbstractOutput) - Constructor for class adams.flow.transformer.WekaTestSetEvaluator.EvaluateJob
Initializes the job.
evaluateModel(Classifier, Instances, Evaluation, int, TestingHelper.TestingUpdateListener) - Static method in class weka.classifiers.TestingHelper
Evaluates the model on the test data and sends updates to the listener (if available).
evaluateModel(Classifier, Instances, Evaluation, int, TestingHelper.TestingUpdateListener, StoppableWithFeedback) - Static method in class weka.classifiers.TestingHelper
Evaluates the model on the test data and sends updates to the listener (if available).
evaluatePostExecute(Actor) - Method in class adams.flow.execution.debug.AbstractBreakpoint
Evaluates the breakpoint at post-execute.
evaluatePostExecute(Actor) - Method in class adams.flow.execution.debug.AnyActorBreakpoint
Evaluates the breakpoint at post-execute.
evaluatePostExecute(Actor) - Method in class adams.flow.execution.debug.ClassBreakpoint
Evaluates the breakpoint at post-execute.
evaluatePostExecute(Actor) - Method in class adams.flow.execution.debug.PathBreakpoint
Evaluates the breakpoint at post-execute.
evaluatePostInput(Actor) - Method in class adams.flow.execution.debug.AbstractBreakpoint
Evaluates the breakpoint at post-input.
evaluatePostInput(Actor) - Method in class adams.flow.execution.debug.AnyActorBreakpoint
Evaluates the breakpoint at post-input.
evaluatePostInput(Actor) - Method in class adams.flow.execution.debug.ClassBreakpoint
Evaluates the breakpoint at post-input.
evaluatePostInput(Actor) - Method in class adams.flow.execution.debug.PathBreakpoint
Evaluates the breakpoint at post-input.
evaluatePostOutput(Actor, Token) - Method in class adams.flow.execution.debug.AbstractBreakpoint
Evaluates the breakpoint at post-output.
evaluatePostOutput(Actor, Token) - Method in class adams.flow.execution.debug.AnyActorBreakpoint
Evaluates the breakpoint at post-output.
evaluatePostOutput(Actor, Token) - Method in class adams.flow.execution.debug.ClassBreakpoint
Evaluates the breakpoint at post-output.
evaluatePostOutput(Actor, Token) - Method in class adams.flow.execution.debug.PathBreakpoint
Evaluates the breakpoint at post-output.
EvaluatePrediction - Class in adams.data.imagesegmentation.operation
Evaluates a prediction (first container) against the annotation (second container) and outputs a spreadsheet with the results.
EvaluatePrediction() - Constructor for class adams.data.imagesegmentation.operation.EvaluatePrediction
 
evaluatePreExecute(Actor) - Method in class adams.flow.execution.debug.AbstractBreakpoint
Evaluates the breakpoint at pre-execute.
evaluatePreExecute(Actor) - Method in class adams.flow.execution.debug.AnyActorBreakpoint
Evaluates the breakpoint at pre-execute.
evaluatePreExecute(Actor) - Method in class adams.flow.execution.debug.ClassBreakpoint
Evaluates the breakpoint at pre-execute.
evaluatePreExecute(Actor) - Method in class adams.flow.execution.debug.PathBreakpoint
Evaluates the breakpoint at pre-execute.
evaluatePreInput(Actor, Token) - Method in class adams.flow.execution.debug.AbstractBreakpoint
Evaluates the breakpoint at pre-input.
evaluatePreInput(Actor, Token) - Method in class adams.flow.execution.debug.AnyActorBreakpoint
Evaluates the breakpoint at pre-input.
evaluatePreInput(Actor, Token) - Method in class adams.flow.execution.debug.ClassBreakpoint
Evaluates the breakpoint at pre-input.
evaluatePreInput(Actor, Token) - Method in class adams.flow.execution.debug.PathBreakpoint
Evaluates the breakpoint at pre-input.
evaluatePreOutput(Actor) - Method in class adams.flow.execution.debug.AbstractBreakpoint
Evaluates the breakpoint at pre-output.
evaluatePreOutput(Actor) - Method in class adams.flow.execution.debug.AnyActorBreakpoint
Evaluates the breakpoint at pre-output.
evaluatePreOutput(Actor) - Method in class adams.flow.execution.debug.ClassBreakpoint
Evaluates the breakpoint at pre-output.
evaluatePreOutput(Actor) - Method in class adams.flow.execution.debug.PathBreakpoint
Evaluates the breakpoint at pre-output.
EvaluationContainer(Instance) - Constructor for class adams.data.weka.evaluator.AbstractCrossvalidatedInstanceEvaluator.EvaluationContainer
Initializes the container.
EvaluationHelper - Class in adams.flow.core
A helper class for Evaluation related things.
EvaluationHelper() - Constructor for class adams.flow.core.EvaluationHelper
 
evaluationPostProcessorTipText() - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm
Returns the tip text for this property.
EvaluationStatistic - Enum in adams.flow.core
The enumeration for the comparison field.
evaluationTipText() - Method in class adams.flow.transformer.IndexedSplitsRunsEvaluation
Returns the tip text for this property.
evaluationToSpreadSheet(Evaluation) - Method in class weka.filters.supervised.instance.RemoveOutliers
Turns the predictions of the evaluation object into a spreadsheet.
evaluationTypeTipText() - Method in class adams.flow.sink.WekaExperimentGenerator
Returns the tip text for this property.
evaluatorTipText() - Method in class adams.flow.transformer.WekaAttributeSelection
Returns the tip text for this property.
evaluatorTipText() - Method in class adams.flow.transformer.WekaInstanceEvaluator
Returns the tip text for this property.
Event - Interface in adams.flow.core
Indicator interface for actors that can be used with the Events standalone.
EVENT_REQUESTFAILED - Static variable in class adams.flow.container.RemoteCommandContainer
the request failed event.
EVENT_REQUESTREJECTED - Static variable in class adams.flow.container.RemoteCommandContainer
the request rejected event.
EVENT_REQUESTSUCCESSFUL - Static variable in class adams.flow.container.RemoteCommandContainer
the request successful event.
EVENT_RESPONSEFAILED - Static variable in class adams.flow.container.RemoteCommandContainer
the response failed event.
EVENT_RESPONSESUCCESSFUL - Static variable in class adams.flow.container.RemoteCommandContainer
the response successful event.
EventHelper - Class in adams.flow.core
Helper class for events.
EventHelper() - Constructor for class adams.flow.core.EventHelper
 
EventReference - Class in adams.flow.core
Wrapper around the name of an event (= string).
EventReference() - Constructor for class adams.flow.core.EventReference
Initializes the string with length 0.
EventReference(String) - Constructor for class adams.flow.core.EventReference
Initializes the object with the string to parse.
EventReferenceEditor - Class in adams.gui.goe
A PropertyEditor for EventReference objects.
EventReferenceEditor() - Constructor for class adams.gui.goe.EventReferenceEditor
 
EventReferenceParsing - Class in adams.core.option.parsing
For parsing EventReference options.
EventReferenceParsing() - Constructor for class adams.core.option.parsing.EventReferenceParsing
 
EventRenamed - Class in adams.gui.flow.tree.postprocessor
Updates all references of the event that was renamed.
EventRenamed() - Constructor for class adams.gui.flow.tree.postprocessor.EventRenamed
 
EventRunnable<T extends Event> - Class in adams.flow.core
Specialized Runnable class for events.
EventRunnable(T) - Constructor for class adams.flow.core.EventRunnable
Sets the owning event.
Events - Class in adams.flow.standalone
Container for event actors.
Events() - Constructor for class adams.flow.standalone.Events
 
eventsTipText() - Method in class adams.flow.standalone.DirWatch
Returns the tip text for this property.
EventsTree - Class in adams.gui.goe.eventstree
Displays classes in a tree structure.
EventsTree() - Constructor for class adams.gui.goe.eventstree.EventsTree
Initializes the tree with no classes.
eventTipText() - Method in class adams.flow.control.TriggerEvent
Returns the tip text for this property.
EveryNth - Class in adams.flow.transformer.arraysubsetgeneration
Picks every nth element to be used in the new array.
EveryNth() - Constructor for class adams.flow.transformer.arraysubsetgeneration.EveryNth
 
everyNthTipText() - Method in class adams.flow.control.Injector
Returns the tip text for this property.
EWMA - adams.data.statistics.SPCUtils.Chart
 
EXA_BYTES - adams.core.ByteFormat.Unit
 
EXACT - weka.classifiers.trees.XGBoost.TreeMethod
 
ExactMatch - Class in adams.flow.core.actorfilter
Accepts actor classes that are in the supplied list of classes.
ExactMatch(Class) - Constructor for class adams.flow.core.actorfilter.ExactMatch
For checking against a single class only.
ExactMatch(Class[]) - Constructor for class adams.flow.core.actorfilter.ExactMatch
For checking against a multiple classes.
exactMatchTipText() - Method in class adams.data.conversion.SwapObjects
Returns the tip text for this property.
exactMatchTipText() - Method in class adams.data.conversion.SwapPLS
Returns the tip text for this property.
example() - Static method in class adams.data.report.ReportJsonUtils
Returns an example report in JSON.
ExampleGreeting - Class in adams.flow.transformer.pyrotransformer
Uses the call described here: https://pythonhosted.org/Pyro4/intro.html#with-a-name-server
ExampleGreeting() - Constructor for class adams.flow.transformer.pyrotransformer.ExampleGreeting
 
ExampleProvider - Interface in adams.core
Interface for classes that provide examples for usage, etc.
EXBI_BYTES - adams.core.ByteFormat.Unit
 
ExcelDoubleColumnToDate - Class in adams.data.conversion
Converts the specified double column to a date column.
ExcelDoubleColumnToDate() - Constructor for class adams.data.conversion.ExcelDoubleColumnToDate
 
ExcelDoubleColumnToDateTime - Class in adams.data.conversion
Converts the specified double column to a date/time column.
ExcelDoubleColumnToDateTime() - Constructor for class adams.data.conversion.ExcelDoubleColumnToDateTime
 
ExcelHelper - Class in adams.core
Helper class for Excel-related stuff.
ExcelHelper() - Constructor for class adams.core.ExcelHelper
 
ExcelSpreadSheetHandler - Class in adams.gui.tools.previewbrowser
Displays the following spreadsheet types: xls,xlsx

Valid options are:

ExcelSpreadSheetHandler() - Constructor for class adams.gui.tools.previewbrowser.ExcelSpreadSheetHandler
 
ExcelSpreadSheetReader - Class in adams.data.io.input
Reads MS Excel files (using DOM).
ExcelSpreadSheetReader() - Constructor for class adams.data.io.input.ExcelSpreadSheetReader
 
ExcelSpreadSheetWriter - Class in adams.data.io.output
Writes MS Excel files.
ExcelSpreadSheetWriter() - Constructor for class adams.data.io.output.ExcelSpreadSheetWriter
 
ExcelStreamingSpreadSheetReader - Class in adams.data.io.input
Reads large MS Excel XML files (using streaming via SAX).
Increasing the debug level to more than 1 results in outputting detailed information on cells.
ExcelStreamingSpreadSheetReader() - Constructor for class adams.data.io.input.ExcelStreamingSpreadSheetReader
 
ExcelStreamingSpreadSheetReader.ParseStopException - Exception in adams.data.io.input
Dummy exception to stop the parsing.
ExcelStreamingSpreadSheetReader.SheetHandler - Class in adams.data.io.input
For reading a sheet from XML.
ExcelStreamingSpreadSheetWriter - Class in adams.data.io.output
Writes OOXML MS Excel files in streaming mode (more memory efficient).
ExcelStreamingSpreadSheetWriter() - Constructor for class adams.data.io.output.ExcelStreamingSpreadSheetWriter
 
EXCEPT_CLASS - adams.data.instancesanalysis.pls.PredictionType
predict all Ys except class attribute.
ExceptionHandler - Interface in adams.core.exception
Interface for classes that handle errors, eg output them.
exclude(Color) - Method in class adams.gui.visualization.core.AbstractColorProvider
"Excludes" the specified colors, i.e., makes it unavailable for future use.
exclude(Color) - Method in interface adams.gui.visualization.core.ColorProvider
"Excludes" the specified colors, i.e., makes it unavailable for future use.
exclude(Color) - Method in class adams.gui.visualization.core.RegExpColorProvider
Ignored.
exclude(Color) - Method in class adams.gui.visualization.core.RgbInNameColorProvider
Ignored.
exclude(Color) - Method in class adams.gui.visualization.core.TranslucentColorProvider
"Excludes" the specified colors, i.e., makes it unavailable for future use.
excludeAttributes(SpreadSheet) - Method in class adams.flow.transformer.SpreadSheetMerge
Excludes columns from the data.
excludeAttributes(Instances) - Method in class adams.flow.transformer.WekaInstancesMerge
Excludes attributes from the data.
Excluded - Class in adams.data.outlier
Checks whether the 'Excluded' flag has been set in the report.
Excluded() - Constructor for class adams.data.outlier.Excluded
 
excludedAttributesTipText() - Method in class adams.flow.transformer.SpreadSheetMerge
Returns the tip text for this property.
excludedAttributesTipText() - Method in class adams.flow.transformer.WekaInstancesMerge
Returns the tip text for this property.
excludeDefaultValueDefinitionTipText() - Method in class adams.flow.processor.ForwardSlashSwitch
Returns the tip text for this property.
ExcludedFlag - Class in adams.gui.visualization.report.reportfactory
Sets the 'Excluded' flag and updates the database.
ExcludedFlag() - Constructor for class adams.gui.visualization.report.reportfactory.ExcludedFlag
Default constructor.
excludeDummiesTipText() - Method in interface adams.db.ReportConditions
Returns the tip text for this property.
excludeFromTipText() - Method in class adams.flow.source.RSync
 
excludeFromTipText() - Method in class adams.flow.source.SimpleRSync
 
excludeIdenticalTipText() - Method in class adams.data.objectoverlap.AbstractObjectOverlap
Returns the tip text for this property.
excludeTipText() - Method in class adams.flow.source.RSync
 
excludeTipText() - Method in class adams.flow.source.SimpleRSync
 
Exec - Class in adams.flow.sink
Pipes the incoming data, after converting it using the provided conversion scheme, into the started process.
Exec - Class in adams.flow.source
Runs an external system command and broadcasts the generated output (stdout or stderr).

See also:
adams.flow.source.Exec

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


Exec() - Constructor for class adams.flow.sink.Exec
 
Exec() - Constructor for class adams.flow.source.Exec
 
Exec.OutputType - Enum in adams.flow.source
What to output.
execCommand() - Method in class adams.gui.tools.SSHPanel
Executes, if possible, the currently entered command.
execCommand() - Method in class adams.gui.tools.TelnetPanel
Executes, if possible, the currently entered command.
ExecSQL - Class in adams.flow.standalone
Executes a SQL statement, which does not return a result set, like INSERT, UPDATE, DELETE, CREATE.
ExecSQL() - Constructor for class adams.flow.standalone.ExecSQL
 
executabilityTipText() - Method in class adams.flow.source.RSync
 
executabilityTipText() - Method in class adams.flow.source.SimpleRSync
 
EXECUTABLE - Static variable in class adams.core.management.JConsole
the jconsole executable.
EXECUTABLE - Static variable in class adams.core.management.JDeps
the jdeps executable.
EXECUTABLE - Static variable in class adams.core.management.JMap
the jmap executable.
EXECUTABLE - Static variable in class adams.core.management.JVisualVM
the jvisualvm executable when distributed with a JDK.
EXECUTABLE - Static variable in class adams.core.management.Keytool
the keytool executable.
EXECUTABLE - Static variable in class adams.data.tesseract.TesseractHelper
the executable to use.
EXECUTABLE - Static variable in class adams.flow.standalone.PyroNameServer
the nameserver executable.
executableOptionsTipText() - Method in class adams.flow.source.PythonVenvExec
Returns the tip text for this property.
executableTipText() - Method in class adams.flow.control.JDeps
Returns the tip text for this property.
executableTipText() - Method in class adams.flow.control.JMap
Returns the tip text for this property.
executableTipText() - Method in class adams.flow.sink.Browser
Returns the tip text for this property.
executableTipText() - Method in class adams.flow.source.PythonVenvExec
Returns the tip text for this property.
executableTipText() - Method in class adams.flow.standalone.TesseractConfiguration
Returns the tip text for this property.
execute() - Method in class adams.console.AbstractConsoleApplication
Executes the application.
execute() - Method in class adams.console.Logging
Executes the application.
execute() - Method in class adams.core.command.AbstractExternalCommand
Executes the command.
execute() - Method in interface adams.core.command.ExternalCommand
Executes the command.
execute() - Method in class adams.core.management.Launcher
Launches the main class.
execute() - Method in class adams.core.net.SimpleMailer
Locates and sends the emails.
execute() - Method in class adams.flow.control.AbstractDirector
Executes the group of actors.
execute() - Method in class adams.flow.control.AbstractTee
Executes the flow item.
execute() - Method in class adams.flow.control.CallableActorScreenshot
Executes the flow item.
execute() - Method in class adams.flow.control.ClearCallableDisplay
Executes the flow item.
execute() - Method in class adams.flow.control.CloseCallableDisplay
Executes the flow item.
execute() - Method in class adams.flow.control.DesktopScreenshot
Executes the flow item.
execute() - Method in class adams.flow.control.Flow
Executes the flow item.
execute() - Method in class adams.flow.control.IfStorageValue.IfStorageValueDirector
Executes the group of actors.
execute() - Method in class adams.flow.control.IfThenElse.IfThenElseDirector
Executes the group of actors.
execute() - Method in class adams.flow.control.SequentialDirector
Executes the group of actors.
execute() - Method in class adams.flow.control.SubProcess
Executes the flow item.
execute() - Method in class adams.flow.control.Switch.SwitchDirector
Executes the group of actors.
execute() - Method in class adams.flow.control.UpdateCallableDisplay
Executes the flow item.
execute() - Method in class adams.flow.control.UpdateProperties
Executes the flow item.
execute() - Method in class adams.flow.core.AbstractActor
Executes the flow item.
execute() - Method in class adams.flow.core.AbstractPyroCall
Performs the call.
execute() - Method in interface adams.flow.core.Actor
Executes the flow item.
execute() - Method in class adams.flow.core.ActorUsage
Generates the actor usage spreadsheet and saves it if possible.
execute() - Method in interface adams.flow.core.PyroCall
Performs the call.
execute() - Method in class adams.flow.FlowRunner
Executes the actor if possible.
execute() - Method in class adams.flow.FlowSetupRunner
Loads the control center setup and executes it, without waiting for it to finish.
execute() - Method in class adams.flow.setup.FlowSetup
Executes the flow, if not already running.
execute() - Method in class adams.flow.standalone.CallableActors.CallableActorsDirector
Executes the group of actors.
execute() - Method in class adams.flow.transformer.AbstractTransformer
Executes the flow item.
execute() - Method in class adams.flow.transformer.SetProperty
Executes the flow item.
execute() - Method in class adams.flow.transformer.UpdateProperty
Executes the flow item.
execute() - Method in class adams.gui.core.DelayedActionRunnable.AbstractAction
Executes the action.
execute() - Method in class adams.gui.scripting.ScriptingCommandCode
The code that gets executed after the command was run.
execute() - Method in class adams.gui.tools.AbstractSequenceViewerPanel
Executes the current SQL and displays the results.
execute() - Method in class adams.gui.tools.spreadsheetprocessor.processors.PassThroughProcessor
Executes the query.
execute() - Method in class adams.gui.tools.spreadsheetprocessor.processors.QueryProcessor
Executes the query.
execute() - Method in class adams.gui.tools.spreadsheetprocessor.sources.DatabaseSource
Loads the data
execute() - Method in class adams.gui.tools.sqlworkbench.SqlMetaDataPanel
Executes the current query.
execute() - Method in class adams.gui.tools.sqlworkbench.SqlQueryPanel
Executes the current query.
execute() - Method in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment
Executes the experiment.
execute() - Method in class adams.multiprocess.AbstractJob
Override to do computation.
execute() - Method in interface adams.multiprocess.Job
Override to do computation.
execute() - Method in class adams.multiprocess.WekaCrossValidationExecution
Executes the flow item.
execute() - Method in class adams.scripting.CommandRunner
Executes the commands.
execute() - Method in class adams.scripting.engine.AbstractScriptingEngine
Executes the scripting engine.
execute() - Method in interface adams.scripting.engine.RemoteScriptingEngine
Executes the scripting engine.
execute(boolean) - Method in class adams.flow.FlowSetupRunner
Loads the control center setup and executes it.
execute(boolean) - Method in class adams.flow.setup.FlowSetup
Executes the flow, if not already running.
execute(long) - Static method in class adams.core.management.JConsole
Executes jconsole with default options and returns the output.
execute(long) - Static method in class adams.core.management.JMap
Executes jmap with default options and returns the output.
execute(long) - Static method in class adams.core.management.JVisualVM
Executes jvisualvm with default options and returns the output.
execute(StateContainer) - Method in class adams.gui.flow.tree.keyboardaction.AbstractKeyboardAction
Executes the action.
execute(String) - Static method in class adams.core.management.JDeps
Executes jdeps and returns the output.
execute(String) - Static method in class adams.core.management.Keytool
Executes keytool and returns the output.
execute(String) - Static method in class adams.core.management.ProcessUtils
Executes the command and returns a result container.
execute(String) - Method in class adams.db.generic.SQL
Executes a SQL query.
execute(String) - Method in class adams.db.mirrored.SQL
Executes a SQL query.
execute(String) - Method in class adams.db.SQLF
Executes a SQL query.
execute(String) - Method in interface adams.db.SQLIntf
Executes a SQL query.
execute(String[]) - Static method in class adams.core.management.ProcessUtils
Executes the commandline array and returns a result container.
execute(String[], PlaceholderDirectory) - Static method in class adams.core.management.ProcessUtils
Executes the commandline array and returns a result container.
execute(String[], String[], PlaceholderDirectory) - Static method in class adams.core.management.ProcessUtils
Executes the commandline array and returns a result container.
execute(String[], String[], String, PlaceholderDirectory) - Static method in class adams.core.management.ProcessUtils
Executes the commandline array and returns a result container.
execute(String[], HashMap<String, String>, PlaceholderDirectory) - Static method in class adams.core.management.ProcessUtils
Executes the commandline array and returns a result container.
execute(String[], HashMap<String, String>, String, PlaceholderDirectory) - Static method in class adams.core.management.ProcessUtils
Executes the commandline array and returns a result container.
execute(String, long) - Static method in class adams.core.management.JConsole
Executes jconsole with default options and returns the output.
execute(String, long) - Static method in class adams.core.management.JMap
Executes jmap and returns the output.
execute(String, long) - Static method in class adams.core.management.JVisualVM
Executes jvisualvm with default options and returns the output.
execute(String, PlaceholderDirectory) - Static method in class adams.core.management.ProcessUtils
Executes the command and returns a result container.
execute(String, File[], String) - Static method in class adams.core.management.JDeps
Executes the executable and returns the output.
execute(String, String) - Static method in class adams.core.management.Java
Executes the executable and returns the output.
execute(String, String) - Static method in class adams.core.management.JDeps
Executes the executable and returns the output.
execute(String, String) - Static method in class adams.core.management.Keytool
Executes the executable and returns the output.
execute(String, String[], PlaceholderDirectory) - Static method in class adams.core.management.ProcessUtils
Executes the command and returns a result container.
execute(String, String[], String, PlaceholderDirectory) - Static method in class adams.core.management.ProcessUtils
Executes the commandline array and returns a result container.
execute(String, String, long) - Static method in class adams.core.management.JConsole
Executes jconsole and returns the output.
execute(String, String, long) - Static method in class adams.core.management.JMap
Executes jmap and returns the output.
execute(String, String, long) - Static method in class adams.core.management.JVisualVM
Executes jvisualvm and returns the output.
execute(String, HashMap<String, String>, PlaceholderDirectory) - Static method in class adams.core.management.ProcessUtils
Executes the command and returns a result container.
execute(String, HashMap<String, String>, String, PlaceholderDirectory) - Static method in class adams.core.management.ProcessUtils
Executes the command and returns a result container.
execute(JobExecutionContext) - Method in class adams.flow.control.flowrestart.trigger.Cron.CronJob
Gets executed when the cron event gets triggered.
execute(JobExecutionContext) - Method in class adams.flow.control.flowrestart.trigger.MetaCron.CronJob
Gets executed when the cron event gets triggered.
execute(JobExecutionContext) - Method in class adams.flow.standalone.Cron.CronJob
Gets executed when the cron event gets triggered.
execute(T) - Method in class adams.gui.plugin.AbstractToolPlugin
Executes the plugin.
execute(Classifier, ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.experimenttab.setup.AbstractExperimentSetup
Executes the experiment setup for the classifier and updates the result item.
ExecuteActor - Class in adams.flow.transformer
Executes the actor passing through and forwards it once finished.
If the actor is an instance of adams.flow.execution.FlowExecutionListeningSupporter and flow execution listening enabled, then the specified flow execution listener gets attached.
ExecuteActor() - Constructor for class adams.flow.transformer.ExecuteActor
 
executeAfterHideActions() - Method in class adams.gui.core.BaseDialog
Places the after hide actions on the swing queue.
executeAfterShowActions() - Method in class adams.gui.core.BaseDialog
Places the after show actions on the swing queue.
executeBeforeHideActions() - Method in class adams.gui.core.BaseDialog
Places the before hide actions on the swing queue.
executeBeforeShowActions() - Method in class adams.gui.core.BaseDialog
Places the before show actions on the swing queue.
executeCallableActor() - Method in class adams.flow.control.ClearCallableDisplay
Executes the callable actor.
executeCallableActor() - Method in class adams.flow.control.CloseCallableDisplay
Executes the callable actor.
executeCallableActor() - Method in class adams.flow.core.AbstractCallableActor
Executes the callable actor.
executeCallableActor() - Method in class adams.flow.sink.CallableSink
Executes the callable actor.
executeCallableActor() - Method in class adams.flow.source.CallableSource
Executes the callable actor.
executeCallableActor() - Method in class adams.flow.standalone.AbstractCallableDatabaseConnection
Executes the callable actor.
executeCallableActor() - Method in class adams.flow.transformer.CallableTransformer
Executes the callable actor.
executeCallableActor(double) - Method in class adams.flow.control.TimedSubProcess
Executes the callable actor.
executeCallableActor(double) - Method in class adams.flow.control.TimedTee
Executes the callable actor.
executeCallableActor(double) - Method in class adams.flow.control.TimedTrigger
Executes the callable actor.
executeCommand() - Method in class adams.gui.tools.remotecontrolcenter.panels.RemoteFlowCommandsTab
Executes the current command on the specified flow.
executeCronActors() - Method in class adams.flow.standalone.Cron
Executes the cron actors.
executeGeneratedKeys(String) - Method in class adams.db.generic.SQL
Executes a SQL query.
executeGeneratedKeys(String) - Method in class adams.db.mirrored.SQL
Executes a SQL query.
executeGeneratedKeys(String) - Method in class adams.db.SQLF
Executes a SQL query.
executeGeneratedKeys(String) - Method in interface adams.db.SQLIntf
Executes a SQL query.
executeJob(CallableWithResult<String>) - Method in class adams.scripting.engine.AbstractScriptingEngine
Executes the job.
executeJob(CallableWithResult<String>) - Method in class adams.scripting.engine.AbstractScriptingEngineEnhancer
Executes the job.
executeJob(CallableWithResult<String>) - Method in class adams.scripting.engine.AbstractScriptingEngineWithJobQueue
Queues the job in the execution pipeline.
executeJob(CallableWithResult<String>) - Method in interface adams.scripting.engine.RemoteScriptingEngine
Executes the job.
executeJob(Job) - Method in class adams.flow.standalone.JobRunnerInstance
For queuing a job and waiting for the execution to finish.
ExecuteJobs - Class in adams.flow.transformer
Executes the incoming jobs.
ExecuteJobs() - Constructor for class adams.flow.transformer.ExecuteJobs
 
executeOnErrorTipText() - Method in class adams.flow.control.Flow
Returns the tip text for this property.
executeOnFinishTipText() - Method in class adams.flow.control.Flow
Returns the tip text for this property.
executeParallel() - Method in class adams.flow.control.Branch
Executes the branches in parallel.
executeQuery() - Method in class adams.gui.tools.wekainvestigator.tab.DataQueryTab
Applies the query to the dataset.
ExecuteRemoteCommand - Class in adams.flow.transformer
Executes the incoming commands.
ExecuteRemoteCommand() - Constructor for class adams.flow.transformer.ExecuteRemoteCommand
 
executeScript() - Method in class adams.flow.template.AbstractScriptedTemplate
Executes the script to generate the actor.
executeScript() - Method in class adams.flow.template.Groovy
Executes the script to generate the actor.
executeScript() - Method in class adams.flow.template.Scripted
Executes the script to generate the actor.
executeSequential() - Method in class adams.flow.control.Branch
Executes the branches sequentially.
ExecutionCounter - Class in adams.flow.execution
Counts how often an actor was executed.
The final counts can be written to a log file in CSV format.
ExecutionCounter() - Constructor for class adams.flow.execution.ExecutionCounter
 
executionFinished() - Method in class adams.gui.tools.wekainvestigator.InvestigatorPanel
Gets called when a job finishes.
executionFinished() - Method in class adams.gui.tools.wekainvestigator.tab.AbstractInvestigatorTab
Gets called when a job finishes.
ExecutionLog - Class in adams.flow.execution
Generates a trace file with all activity logged, uses stdout when the log file is pointing to a directory.
ExecutionLog() - Constructor for class adams.flow.execution.ExecutionLog
 
ExecutionStage - Enum in adams.flow.execution
Enumeration of flow execution stages.
executionTypeTipText() - Method in class adams.flow.standalone.ExternalFlow
Returns the tip text for this property.
EXECUTIVE - adams.flow.transformer.pdfproclet.PageSize
 
ExifTagEnum - Class in adams.data.exif.commons
Enumeration of EXIF tags using the Apache Commons Imaging library.
ExifTagEnum() - Constructor for class adams.data.exif.commons.ExifTagEnum
 
ExifTagEnum.Item - Class in adams.data.exif.commons
 
ExifTagExistsOperation<I> - Interface in adams.flow.transformer.exiftagoperation
Interface for EXIF tag exists operations.
ExifTagOperation - Class in adams.flow.transformer
Performs the specified EXIF operation on the incoming data.
ExifTagOperation<I,​O> - Interface in adams.flow.transformer.exiftagoperation
Interface for EXIF tag operations.
ExifTagOperation() - Constructor for class adams.flow.transformer.ExifTagOperation
 
ExifTagReadOperation<I,​O> - Interface in adams.flow.transformer.exiftagoperation
Interface for EXIF tag read operations.
ExifTagRemoveOperation<I,​O> - Interface in adams.flow.transformer.exiftagoperation
Interface for EXIF tag removal operations.
ExifTagWriteOperation<I,​O> - Interface in adams.flow.transformer.exiftagoperation
Interface for EXIF tag write operations.
existingTipText() - Method in class adams.flow.source.RSync
 
exists() - Method in class adams.core.io.PlaceholderFile
Tests whether the file or directory denoted by this abstract pathname exists.
exists(int) - Method in interface adams.db.DataProvider
Checks whether the container exists in the database.
exists(TechnicalInformation.Field) - Method in class adams.core.TechnicalInformation
returns TRUE if the field is stored and has a value different from the empty string.
exists(DataProvider, T) - Method in class adams.flow.transformer.AbstractDataContainerDbWriter
Returns whether the container already exists in the database.
exists(DataProvider, T) - Method in interface adams.flow.transformer.DataContainerDbWriter
Returns whether the container already exists in the database.
exists(LogEntry) - Method in class adams.db.generic.LogT
Looks for a log entry in the DB, looking for the auto_id.
exists(LogEntry) - Method in class adams.db.LogF
Looks for a log entry in the DB, looking for the auto_id.
exists(LogEntry) - Method in interface adams.db.LogIntf
Looks for a log entry in the DB, looking for the auto_id.
exists(LogEntry) - Method in class adams.db.mirrored.LogT
Looks for a log entry in the DB, looking for the auto_id.
exists(I) - Method in interface adams.db.ReportProvider
Checks whether the report exists in the database.
exists(Integer) - Method in interface adams.db.ReportProviderByDBID
Checks whether the report exists in the database.
exists(String) - Method in interface adams.db.DataProvider
Checks whether the container exists in the database.
exists(String) - Method in interface adams.db.ReportProviderByID
Checks whether the report exists in the database.
exists(T) - Method in class adams.gui.tools.AbstractManagementPanel
Checks whether the object already exists.
exists(T) - Method in class adams.gui.tools.AbstractManagementPanelWithProperties
Checks whether the object already exists.
exit() - Method in class adams.gui.tools.ImageProcessorPanel
Exits the viewer.
exit() - Method in class adams.gui.visualization.image.ImageViewerPanel
Exits the viewer.
exitCode - Variable in class adams.core.management.CommandResult
the exit code of the command.
EXP - Static variable in interface adams.parser.basedate.sym
 
EXP - Static variable in interface adams.parser.basedatetime.sym
 
EXP - Static variable in interface adams.parser.basedatetimemsec.sym
 
EXP - Static variable in interface adams.parser.basetime.sym
 
EXP - Static variable in interface adams.parser.basetimemsec.sym
 
EXP - Static variable in interface adams.parser.booleanexpression.sym
 
EXP - Static variable in interface adams.parser.lookupupdate.sym
 
EXP - Static variable in interface adams.parser.mathematicalexpression.sym
 
EXP - Static variable in interface adams.parser.spreadsheetformula.sym
 
EXP - Static variable in interface adams.parser.stringexpression.sym
 
expand() - Method in class adams.gui.core.LazyExpansionTreeNode
Expands the node, if not yet occurred.
expand() - Method in class adams.gui.visualization.debug.objecttree.Node
Expands the node (forced).
expand(int) - Method in class adams.gui.core.BaseTree
Expands all nodes in the tree up to the specified depth.
expand(Class, String) - Method in class adams.core.SimpleTimer
Expands the placeholders in the template and returns the generated string.
expand(Object, String) - Method in class adams.core.SimpleTimer
Expands the placeholders in the template and returns the generated string.
expand(String) - Method in class adams.core.io.PlaceholderFile
Expands any placeholders, if necessary.
expand(String) - Method in class adams.core.Placeholders
Expands all placeholders in the given string.
expand(String) - Method in class adams.core.SimpleTimer
Expands the placeholders in the template and returns the generated string.
expand(String) - Method in class adams.core.Variables
Replaces all variables in the string with the currently stored values.
expand(String) - Method in class adams.flow.control.Storage
Replaces all storage placeholders in the string with the currently stored values.
expand(String) - Method in class adams.gui.core.AbstractRecentItemsHandler
Adds the prefix to the property name if provided.
expand(String, boolean) - Method in class adams.core.Variables
Replaces all variables in the string with the currently stored values.
expand(String, boolean) - Method in class adams.flow.control.Storage
Replaces all storage placeholders in the string with the currently stored values (ie string representation).
expand(DefaultMutableTreeNode) - Method in class adams.gui.core.BaseTree
Expands the specified node.
expandAfterSearch() - Method in class adams.gui.core.dotnotationtree.DotNotationTree
Gets called after setting a search term (can be empty string).
expandAfterSearch() - Method in class adams.gui.goe.classtree.ClassTree
Gets called after setting a search term (can be empty string).
expandAll() - Method in class adams.gui.core.BaseTree
Expands all nodes in the tree.
expandAll(DefaultMutableTreeNode) - Method in class adams.gui.core.BaseTree
Expands the sub-tree below the specified node.
expandAll(TreePath) - Method in class adams.gui.core.BaseTree
Expands the sub-tree below the specified node.
ExpandAll - Class in adams.gui.flow.tree.menu
For expanding all actors below the currently selected one.
ExpandAll() - Constructor for class adams.gui.flow.tree.menu.ExpandAll
 
expandAllAfterSearch(TreePath) - Method in class adams.gui.goe.classtree.ClassTree
Performs the expand after a search recursively.
ExpandCollapseExternalFlow - Class in adams.gui.flow.tree.menu
For expanding/collapsing of an external flow.
ExpandCollapseExternalFlow() - Constructor for class adams.gui.flow.tree.menu.ExpandCollapseExternalFlow
 
expanded - Variable in class adams.gui.flow.tree.Tree.TreeState
the full names of the expanded actors.
expandEntityReferencesTipText() - Method in class adams.core.io.filecomplete.XML
Returns the tip text for this property.
expandEntityReferencesTipText() - Method in class adams.data.conversion.XMLToDOM
Returns the tip text for this property.
expandEntityReferencesTipText() - Method in class adams.flow.transformer.XMLFileReader
Returns the tip text for this property.
expandIfNecessary() - Method in class adams.gui.visualization.debug.objecttree.Node
Expands the node if necessary.
expandOrReexpandIfNecessary() - Method in class adams.gui.core.LazyExpansionTreeNode
Expands or e-expands the node if necessary.
expandOrReexpandIfNecessary(boolean) - Method in class adams.gui.flow.tree.Node
Expands or e-expands the node if necessary.
expandPlaceHolders(String) - Method in class adams.core.Properties
Expands the placeholders in the string.
expandRoot() - Method in class adams.gui.core.BaseTree
Expands only the root node.
ExpandStorage - Class in adams.flow.transformer
Expands all the storage items (using their string representation) and variables in the string(s) passing through.
A string can consist of arbitrary strings and the following special placeholders:
- variables: @{...}
- storage placeholders: %{...}


Input/output:
- accepts:
   java.lang.String
   java.lang.String[]
- generates:
   java.lang.String
   java.lang.String[]


ExpandStorage() - Constructor for class adams.flow.transformer.ExpandStorage
 
expandStr(String) - Static method in class adams.core.Placeholders
Expands the placeholders in the given string.
expandTipText() - Method in class adams.flow.sink.DOMDisplay
Returns the tip text for this property.
expandTipText() - Method in class adams.flow.sink.JsonDisplay
Returns the tip text for this property.
expandValueTipText() - Method in class adams.flow.standalone.SetManyVariables
Returns the tip text for this property.
expandValueTipText() - Method in class adams.flow.standalone.SetVariable
Returns the tip text for this property.
expandValueTipText() - Method in class adams.flow.transformer.SetManyVariables
Returns the tip text for this property.
expandValueTipText() - Method in class adams.flow.transformer.SetVariable
Returns the tip text for this property.
ExpandVariables - Class in adams.flow.transformer
Expands all the variables in the string(s) passing through.A string can consist of arbitrary strings and the following special placeholder for variables:
@{...}

Input/output:
- accepts:
   java.lang.String
   java.lang.String[]
- generates:
   java.lang.String
   java.lang.String[]


ExpandVariables() - Constructor for class adams.flow.transformer.ExpandVariables
 
expandVariablesTipText() - Method in class adams.data.conversion.SpreadSheetAddFormulaColumn
Returns the tip text for this property.
expandVariablesTipText() - Method in class adams.data.conversion.SpreadSheetAddFormulaRow
Returns the tip text for this property.
expandVariablesTipText() - Method in class adams.flow.source.CurrentFlow
Returns the tip text for this property.
expandVariablesTipText() - Method in class adams.flow.source.SpecifiedActor
Returns the tip text for this property.
Experimenter - Class in adams.gui.menu
Opens the WEKA Experimenter.
Experimenter() - Constructor for class adams.gui.menu.Experimenter
Initializes the menu item with no owner.
Experimenter(AbstractApplicationFrame) - Constructor for class adams.gui.menu.Experimenter
Initializes the menu item.
ExperimenterEntryPanel - Class in adams.gui.tools.wekamultiexperimenter
Allows the display of multiple Experimenter panels.
ExperimenterEntryPanel() - Constructor for class adams.gui.tools.wekamultiexperimenter.ExperimenterEntryPanel
 
ExperimenterPanel - Class in adams.gui.tools.wekamultiexperimenter
The Experimenter panel.
ExperimenterPanel() - Constructor for class adams.gui.tools.wekamultiexperimenter.ExperimenterPanel
 
experimentFileTipText() - Method in class adams.flow.transformer.WekaExperiment
Returns the tip text for this property.
ExperimentHandler - Class in weka.gui.explorer
Manages the ExperimentPanel.
ExperimentHandler() - Constructor for class weka.gui.explorer.ExperimentHandler
 
ExperimentPanel - Class in weka.gui.explorer
This panel allows the user to select and configure a classifier, set the attribute of the current dataset to be used as the class, and perform an Experiment (like in the Experimenter) with this Classifier/Dataset combination.
ExperimentPanel() - Constructor for class weka.gui.explorer.ExperimentPanel
Creates the Experiment panel.
ExperimentStatistic - Enum in adams.flow.core
The enumeration for the comparison field.
ExperimentTab - Class in adams.gui.tools.wekainvestigator.tab
Tab for running experiment on selected dataset/classifier.
ExperimentTab() - Constructor for class adams.gui.tools.wekainvestigator.tab.ExperimentTab
 
ExperimentTab.HistoryPanel - Class in adams.gui.tools.wekainvestigator.tab
Customized history panel.
experimentTipText() - Method in class adams.flow.source.WekaNewExperiment
Returns the tip text for this property.
experimentTipText() - Method in class adams.opt.genetic.setupupload.AbstractSetupUpload
Returns the tip text for this property.
experimentTypeTipText() - Method in class adams.flow.sink.WekaExperimentGenerator
Returns the tip text for this property.
ExperimentWithCustomizableRelationNames - Interface in adams.gui.tools.wekamultiexperimenter.experiment
Interface for experiments that allow customizing the relation names of the datasets.
EXPERT - adams.core.option.UserMode
expert.
expiryIntervalTipText() - Method in class adams.flow.control.AbstractDataContainerFileChecker
Returns the tip text for this property.
Explorer - Class in adams.gui.menu
Opens the WEKA Explorer.
Explorer() - Constructor for class adams.gui.menu.Explorer
Initializes the menu item with no owner.
Explorer(AbstractApplicationFrame) - Constructor for class adams.gui.menu.Explorer
Initializes the menu item.
ExplorerEntryPanel - Class in weka.gui.explorer
Allows the display of multiple Explorer panels.
ExplorerEntryPanel() - Constructor for class weka.gui.explorer.ExplorerEntryPanel
 
ExplorerExt - Class in weka.gui.explorer
An extended Explorer interface using menus instead of buttons, as well as remembering recent files.
ExplorerExt() - Constructor for class weka.gui.explorer.ExplorerExt
Default constructor.
ExplorerTSPanelHandler - Class in weka.classifiers.timeseries.gui
Handles the ExplorerTSPanelPublic panel.
ExplorerTSPanelHandler() - Constructor for class weka.classifiers.timeseries.gui.ExplorerTSPanelHandler
 
ExplorerTSPanelPublic - Class in weka.classifiers.timeseries.gui.explorer
Subclassed ExplorerTSPanel to get access to ForecastingPanel panel.
ExplorerTSPanelPublic() - Constructor for class weka.classifiers.timeseries.gui.explorer.ExplorerTSPanelPublic
 
EXPONENT - Static variable in interface adams.parser.basedate.sym
 
EXPONENT - Static variable in interface adams.parser.basedatetime.sym
 
EXPONENT - Static variable in interface adams.parser.basedatetimemsec.sym
 
EXPONENT - Static variable in interface adams.parser.basetime.sym
 
EXPONENT - Static variable in interface adams.parser.basetimemsec.sym
 
EXPONENT - Static variable in interface adams.parser.booleanexpression.sym
 
EXPONENT - Static variable in interface adams.parser.lookupupdate.sym
 
EXPONENT - Static variable in interface adams.parser.mathematicalexpression.sym
 
EXPONENT - Static variable in interface adams.parser.spreadsheetformula.sym
 
EXPONENT - Static variable in interface adams.parser.stringexpression.sym
 
Exponential - Class in adams.data.distribution
Exponential distribution.
Exponential - Class in adams.gui.visualization.stats.paintlet
Paints the transformed exponential distribution

Valid options are:

Exponential() - Constructor for class adams.data.distribution.Exponential
 
Exponential() - Constructor for class adams.gui.visualization.stats.paintlet.Exponential
 
exponentTipText() - Method in class adams.data.statistics.ArrayMinkowskiDistance
Returns the tip text for this property.
export() - Method in class adams.gui.tools.wekainvestigator.output.OutputTabbedPane
Exports the components using a AbstractMultiObjectExport scheme.
export() - Method in class adams.gui.visualization.debug.StoragePanel
Brings up the dialog for exporting an item.
export() - Method in class adams.gui.visualization.image.ImagePanel
Exports the current image.
export() - Method in class adams.gui.visualization.image.ImagePanel.PaintPanel
Exports the current image.
export(Object) - Method in class adams.gui.visualization.debug.objecttree.Tree
Exports the object to a file.
export(Object, File) - Method in class adams.gui.visualization.debug.objectexport.AbstractObjectExporter
Exports the object.
export(String[], Object[]) - Method in class adams.gui.visualization.multiobjectexport.AbstractMultiObjectExport
Exports the objects using the given names.
ExportActor - Class in adams.gui.flow.tree.menu
For exporting an actor, eg to Java code.
ExportActor() - Constructor for class adams.gui.flow.tree.menu.ExportActor
 
ExportAsImage - Class in adams.gui.sendto
Action for exporting a graphical component as image.
ExportAsImage() - Constructor for class adams.gui.sendto.ExportAsImage
 
ExportAsSpreadsheet - Class in adams.gui.sendto
Action for exporting a table as spreadsheet.
ExportAsSpreadsheet() - Constructor for class adams.gui.sendto.ExportAsSpreadsheet
 
ExportDialog - Class in adams.gui.flow
A dialog for exporting a flow into various formats.
ExportDialog(Dialog) - Constructor for class adams.gui.flow.ExportDialog
Creates a modeless dialog without a title with the specified Dialog as its owner.
ExportDialog(Dialog, Dialog.ModalityType) - Constructor for class adams.gui.flow.ExportDialog
Creates a dialog with the specified owner Dialog and modality.
ExportDialog(Frame) - Constructor for class adams.gui.flow.ExportDialog
Creates a modeless dialog without a title with the specified Frame as its owner.
ExportDialog(Frame, boolean) - Constructor for class adams.gui.flow.ExportDialog
Creates a dialog with the specified owner Frame, modality and an empty title.
EXPORTED_KEYS - adams.db.MetaDataType
 
exportFlow(OptionProducer, File) - Method in class adams.gui.flow.FlowPanel
Exports the flow.
ExportTableAsImage - Class in adams.gui.sendto
Action for exporting a table as image.
ExportTableAsImage() - Constructor for class adams.gui.sendto.ExportTableAsImage
 
exportTipText() - Method in class adams.multiprocess.SerializingJobRunner
Returns the tip text for this property.
Expression - Class in adams.flow.condition.bool
Evaluates to 'true' if the expression evaluates to 'true'.
In case of java.lang.Number tokens that arrive at the input, these can be accessed in the expression via 'X'; string tokens can be accessed via expression '"X"' (surrounding double quotes are required).
If the incoming token is either a Report or a ReportHandler, the contents of the report get added as values as well (boolean, numeric or string) and you can access them via their name instead of 'X'.

The following grammar is used for evaluating the boolean expressions:

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) )
| 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 )
| 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] )

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

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' 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.
Expression - Class in adams.flow.control.plotprocessor
Applies a mathematical function to the data (separately for X and Y).
Values can be accessed using 'xN' and 'yN' with 'N' being the 1-based index in the current window.
Expression() - Constructor for class adams.flow.condition.bool.Expression
Default constructor.
Expression() - Constructor for class adams.flow.control.plotprocessor.Expression
 
Expression(BooleanExpressionText) - Constructor for class adams.flow.condition.bool.Expression
Initializes with the specified expression.
Expression(String) - Constructor for class adams.flow.condition.bool.Expression
Initializes with the specified expression.
EXPRESSION - Static variable in class adams.gui.flow.tree.quickaction.EditBooleanExpressionText
 
EXPRESSION - Static variable in class adams.gui.flow.tree.quickaction.EditMathematicalExpressionText
 
ExpressionDialog(Dialog) - Constructor for class adams.gui.tools.ExpressionWatchPanel.ExpressionDialog
Creates a modal dialog.
ExpressionDialog(Frame) - Constructor for class adams.gui.tools.ExpressionWatchPanel.ExpressionDialog
Creates a modal dialog.
EXPRESSIONS - adams.flow.execution.debug.View
the expressions.
expressionTipText() - Method in class adams.data.conversion.MathExpression
Returns the tip text for this property.
expressionTipText() - Method in class adams.data.conversion.SpreadSheetSplitColumn
Returns the tip text for this property.
expressionTipText() - Method in class adams.data.conversion.StringExpression
Returns the tip text for this property.
expressionTipText() - Method in class adams.data.spreadsheet.rowscore.MathExpression
Returns the tip text for this property.
expressionTipText() - Method in class adams.flow.condition.bool.AbstractExpression
Returns the tip text for this property.
expressionTipText() - Method in class adams.flow.condition.bool.Expression
Returns the tip text for this property.
expressionTipText() - Method in class adams.flow.source.CombineStorage
Returns the tip text for this property.
expressionTipText() - Method in class adams.flow.source.CombineVariables
Returns the tip text for this property.
expressionTipText() - Method in class adams.flow.source.MathExpression
Returns the tip text for this property.
expressionTipText() - Method in class adams.flow.source.StringExpression
Returns the tip text for this property.
expressionTipText() - Method in class adams.flow.transformer.AbstractDeleteReportValueByExpression
Returns the tip text for this property.
expressionTipText() - Method in class adams.flow.transformer.MathExpression
Returns the tip text for this property.
expressionTipText() - Method in class adams.flow.transformer.ReportMathExpression
Returns the tip text for this property.
expressionTipText() - Method in class adams.flow.transformer.StringExpression
Returns the tip text for this property.
expressionTipText() - Method in class adams.flow.transformer.StringSplit
Returns the tip text for this property.
expressionTipText() - Method in class adams.flow.transformer.XPath
Returns the tip text for this property.
expressionTipText() - Method in class adams.gui.visualization.sequence.MathExpressionOverlayPaintlet
Returns the tip text for this property.
expressionTipText() - Method in class adams.parser.AbstractExpressionEvaluator
Returns the tip text for this property.
expressionTipText() - Method in class adams.parser.ActorSuggestion
Returns the tip text for this property.
expressionTipText() - Method in class adams.parser.ActorTemplateSuggestion
Returns the tip text for this property.
expressionTipText() - Method in class adams.parser.BaseDateExpression
Returns the tip text for this property.
expressionTipText() - Method in class adams.parser.BaseDateTimeExpression
Returns the tip text for this property.
expressionTipText() - Method in class adams.parser.BaseDateTimeMsecExpression
Returns the tip text for this property.
expressionTipText() - Method in class adams.parser.BaseTimeExpression
Returns the tip text for this property.
expressionTipText() - Method in class adams.parser.BaseTimeMsecExpression
Returns the tip text for this property.
expressionTipText() - Method in class adams.parser.BooleanExpression
Returns the tip text for this property.
expressionTipText() - Method in class adams.parser.ExternalActorSuggestion
Returns the tip text for this property.
expressionTipText() - Method in class adams.parser.LookUpUpdate
Returns the tip text for this property.
expressionTipText() - Method in class adams.parser.MathematicalExpression
Returns the tip text for this property.
expressionTipText() - Method in class adams.parser.ReportMathExpression
Returns the tip text for this property.
expressionTipText() - Method in class adams.parser.SpreadSheetFormula
Returns the tip text for this property.
expressionTipText() - Method in class adams.parser.SpreadSheetQuery
Returns the tip text for this property.
expressionTipText() - Method in class adams.parser.StringExpression
Returns the tip text for this property.
expressionTipText() - Method in class weka.classifiers.functions.MathExpressionClassifier
Returns the tip text for this property.
ExpressionWatchPanel - Class in adams.gui.tools
Panel that allows the definition of variable, boolean and numerical expressions, which can be updated by the user.
ExpressionWatchPanel() - Constructor for class adams.gui.tools.ExpressionWatchPanel
 
ExpressionWatchPanel.ExpressionDialog - Class in adams.gui.tools
Helper dialog for adding a new expression.
ExpressionWatchPanel.ExpressionType - Enum in adams.gui.tools
The type of expression being displayed.
ExpressionWatchPanel.TableModel - Class in adams.gui.tools
A specialized table model for displaying expressions.
EXT - Static variable in interface adams.parser.booleanexpression.sym
 
EXT - Static variable in interface adams.parser.mathematicalexpression.sym
 
EXT - Static variable in interface adams.parser.stringexpression.sym
 
EXT_ALL_FILES - Static variable in class adams.gui.core.ExtensionFileFilter
the "all files" extensions.
EXT_ANDROID - Static variable in class adams.core.Properties
the android extension (incl dot).
EXT_DEFAULT - Static variable in class adams.core.Properties
the default extension (incl dot).
EXT_HPROF - Static variable in class adams.flow.control.HeapDump
 
EXT_LINUX - Static variable in class adams.core.Properties
the linux extension (incl dot).
EXT_MAC - Static variable in class adams.core.Properties
the mac extension (incl dot).
EXT_WINDOWS - Static variable in class adams.core.Properties
the windows extension (incl dot).
EXTENSION - Static variable in class adams.core.io.Bzip2Utils
the default extension.
EXTENSION - Static variable in class adams.core.io.GzipUtils
the default extension.
EXTENSION - Static variable in class adams.core.io.LzfUtils
the default extension.
EXTENSION - Static variable in class adams.core.io.LzmaUtils
the default extension.
EXTENSION - Static variable in class adams.core.io.XzUtils
the default extension.
EXTENSION - Static variable in class adams.core.io.ZstdUtils
the default extension.
ExtensionFileFilter - Class in adams.gui.core
A FileFilter for filtering files base on their extension.
ExtensionFileFilter() - Constructor for class adams.gui.core.ExtensionFileFilter
Constructs a filter that matches all files.
ExtensionFileFilter(String, String) - Constructor for class adams.gui.core.ExtensionFileFilter
Constructs a filter that matches files with the given extension, not case-sensitive.
ExtensionFileFilter(String, String[]) - Constructor for class adams.gui.core.ExtensionFileFilter
Constructs a filter that matches files with the given extension, not case-sensitive.
ExtensionFileFilter(String, String[], boolean) - Constructor for class adams.gui.core.ExtensionFileFilter
Constructs a filter that matches files with the given extension, not case-sensitive.
ExtensionFileFilter(String, String, boolean) - Constructor for class adams.gui.core.ExtensionFileFilter
Constructs a filter that matches files with the given extension, not case-sensitive.
ExtensionFileFilterWithClass - Class in adams.gui.chooser
A custom filter class that stores the associated class along the description and extensions.
ExtensionFileFilterWithClass(String) - Constructor for class adams.gui.chooser.ExtensionFileFilterWithClass
Constructs a filter that matches all files.
ExtensionFileFilterWithClass(String, String, String) - Constructor for class adams.gui.chooser.ExtensionFileFilterWithClass
Constructs a filter that matches files with the given extension, not case-sensitive.
ExtensionFileFilterWithClass(String, String, String[]) - Constructor for class adams.gui.chooser.ExtensionFileFilterWithClass
Constructs a filter that matches files with the given extension, not case-sensitive.
ExtensionFileFilterWithClass(String, String, String[], boolean) - Constructor for class adams.gui.chooser.ExtensionFileFilterWithClass
Constructs a filter that matches files with the given extension, not case-sensitive.
ExtensionFileFilterWithClass(String, String, String, boolean) - Constructor for class adams.gui.chooser.ExtensionFileFilterWithClass
Constructs a filter that matches files with the given extension, not case-sensitive.
extensionsTipText() - Method in class adams.flow.source.SelectFile
Returns the tip text for this property.
extensionsTipText() - Method in class adams.flow.source.valuedefinition.FileValueDefinition
Returns the tip text for this property.
extensionsTipText() - Method in class adams.flow.transformer.pdfproclet.AbstractSpreadSheetPdfProclet
Returns the tip text for this property.
extensionsTipText() - Method in class adams.flow.transformer.pdfproclet.Circle
Returns the tip text for this property.
extensionsTipText() - Method in class adams.flow.transformer.pdfproclet.FixedText
Returns the tip text for this property.
extensionsTipText() - Method in class adams.flow.transformer.pdfproclet.Headline
Returns the tip text for this property.
extensionsTipText() - Method in class adams.flow.transformer.pdfproclet.Line
Returns the tip text for this property.
extensionsTipText() - Method in class adams.flow.transformer.pdfproclet.MetaHeadline
Returns the tip text for this property.
extensionsTipText() - Method in class adams.flow.transformer.pdfproclet.NewPage
Returns the tip text for this property.
extensionsTipText() - Method in interface adams.flow.transformer.pdfproclet.PdfProcletWithVariableFileExtension
Returns the tip text for this property.
extensionsTipText() - Method in class adams.flow.transformer.pdfproclet.PlainText
Returns the tip text for this property.
extensionsTipText() - Method in class adams.flow.transformer.pdfproclet.Rectangle
Returns the tip text for this property.
extensionTipText() - Method in class adams.core.io.AbstractFilenameGeneratorWithExtension
Returns the tip text for this property.
extensionTipText() - Method in class adams.data.conversion.ReplaceFileExtension
Returns the tip text for this property.
extensionTipText() - Method in class adams.doc.listing.OptionOutput
Returns the tip text for this property.
extensionTipText() - Method in class adams.flow.transformer.splitfile.AbstractFileSplitter
Returns the tip text for this property.
extentTipText() - Method in class adams.gui.visualization.object.objectannotations.outline.PolygonVertices
Returns the tip text for this property.
extentTipText() - Method in class adams.gui.visualization.object.objectannotations.outline.RectangleVertices
Returns the tip text for this property.
ExternalActor - Class in adams.gui.visualization.debug.inspectionhandler
Provides further insight into external actors.
ExternalActor() - Constructor for class adams.gui.visualization.debug.inspectionhandler.ExternalActor
 
ExternalActorFileHandler - Interface in adams.flow.core
Interface for actors that manage an actor loaded from an external file.
ExternalActorHandler - Interface in adams.flow.core
Interface for actors that wrap an actor loaded from an external file.
ExternalActorHandlerTransfer - Class in adams.core.optiontransfer
Transfers options between ExternalActorHandler objects.
ExternalActorHandlerTransfer() - Constructor for class adams.core.optiontransfer.ExternalActorHandlerTransfer
 
ExternalActorSuggestion - Class in adams.gui.flow.tree
Class for suggesting actors when editing a flow, depending on the context.
ExternalActorSuggestion - 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
| BEFORE SOURCE
| BEFORE TRANSFORMER
| BEFORE SINK
| BEFORE classexpr
| AFTER STANDALONE
| AFTER SOURCE
| AFTER TRANSFORMER
| AFTER SINK
| AFTER classexpr
| THIS IS STANDALONE
| THIS IS SOURCE
| THIS IS TRANSFORMER
| THIS IS SINK
| THIS IS classexpr
| FIRST IS STANDALONE
| FIRST IS SOURCE
| FIRST IS TRANSFORMER
| FIRST IS SINK
| FIRST IS classexpr
| LAST IS STANDALONE
| LAST IS SOURCE
| LAST IS TRANSFORMER
| LAST IS SINK
| LAST IS 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}, ${LASTPARENT.CLASS}, ${PRECEDING.CLASS}, ${FOLLOWING.CLASS}
actor's name: ${PARENT.NAME}, ${LASTPARENT.NAME}, ${PRECEDING.NAME}, ${FOLLOWING.NAME}
actor's fullname: ${PARENT.FULL}, ${LASTPARENT.FULL}, ${PRECEDING.FULL}, ${FOLLOWING.FULL}
- '${LASTPARENT.X}' refers to the last parent that was located, e.g., using 'IF ANYPARENT...'
or 'IF PARENT...'.
ExternalActorSuggestion() - Constructor for class adams.parser.ExternalActorSuggestion
 
ExternalActorSuggestionDefinition - Class in adams.env
Definition for the ExternalActorSuggestion props file.
ExternalActorSuggestionDefinition() - Constructor for class adams.env.ExternalActorSuggestionDefinition
 
ExternalCommand - Class in adams.flow.control.flowrestart.operation
Executes an external command, eg systemd or Windows service.
ExternalCommand - Interface in adams.core.command
Interface for classes that execute external commands.
ExternalCommand() - Constructor for class adams.flow.control.flowrestart.operation.ExternalCommand
 
ExternalCommandWithOptions - Interface in adams.core.command
Interface for external commands that take options.
ExternalCommandWithProgrammaticArguments - Interface in adams.core.command
Interface for external commands that support programmatic options that get folded into the command.
ExternalFlow - Class in adams.flow.standalone
Allows to execute a complete external Flow rather than just an external actor.
ExternalFlow - Class in adams.gui.flow.tree.menu
Submenu for handling external flows.
ExternalFlow() - Constructor for class adams.flow.standalone.ExternalFlow
 
ExternalFlow() - Constructor for class adams.gui.flow.tree.menu.ExternalFlow
 
ExternalFlow.ExecutionType - Enum in adams.flow.standalone
Determines how the flow is executed.
externalizeActor(TreePath[], Actor) - Method in class adams.gui.flow.tree.TreeOperations
Opens a new FlowEditor window with the currently selected sub-flow.
externalizeActor(TreePath, boolean, Actor) - Method in class adams.gui.flow.tree.TreeOperations
Opens a new FlowEditor window with the currently selected sub-flow.
externalizeActor(TreePath, Actor) - Method in class adams.gui.flow.tree.TreeOperations
Opens a new FlowEditor window with the currently selected sub-flow.
ExternalizeActor - Class in adams.gui.flow.tree.menu
For turning an actor into an external one.
ExternalizeActor() - Constructor for class adams.gui.flow.tree.menu.ExternalizeActor
 
ExternalResourceClassPathAugmenter - Class in adams.core.management
Allows the user to add external jars and directories.
ExternalResourceClassPathAugmenter() - Constructor for class adams.core.management.ExternalResourceClassPathAugmenter
 
ExternalSink - Class in adams.flow.sink
Sink that executes an external sink actor stored on disk.
ExternalSink() - Constructor for class adams.flow.sink.ExternalSink
 
ExternalSource - Class in adams.flow.source
Source that executes an external source actor stored on disk.
ExternalSource() - Constructor for class adams.flow.source.ExternalSource
 
ExternalStandalone - Class in adams.flow.standalone
Standalone that executes an external standalone actor stored on disk.
For executing whole flows, use the adams.flow.standalone.ExternalFlow standalone actor instead.

See also:
adams.flow.standalone.ExternalFlow

ExternalStandalone() - Constructor for class adams.flow.standalone.ExternalStandalone
 
ExternalToIncludeExternalTransfer - Class in adams.core.optiontransfer
Transfers options from 'external' to 'include external' actors.
ExternalToIncludeExternalTransfer() - Constructor for class adams.core.optiontransfer.ExternalToIncludeExternalTransfer
 
ExternalTransformer - Class in adams.flow.transformer
Transformer that executes an external transformer actor stored on disk.
ExternalTransformer() - Constructor for class adams.flow.transformer.ExternalTransformer
 
ExtExperiment - Class in weka.experiment
Extended version of the Weka Experiment class.
ExtExperiment() - Constructor for class weka.experiment.ExtExperiment
Default constructor.
ExtExperiment(Experiment) - Constructor for class weka.experiment.ExtExperiment
Assigns the values from the given experiment.
extract(Token) - Method in class adams.flow.control.ContainerValuePicker
Extracts the container value, if possible.
extract(BufferedImage) - Method in class net.semanticmetadata.lire.imageanalysis.features.global.BasicFeatures
Deprecated.
Analysis and calculates the quality score for the image.
extract(File) - Method in class adams.flow.transformer.metadata.AbstractMetaDataExtractor
Extracts the meta-data from the image.
extract(String, File) - Method in class adams.gui.tools.previewbrowser.AbstractArchiveHandler
Extracts the specified file and saves it locally.
extract(String, File) - Method in interface adams.gui.tools.previewbrowser.ArchiveHandler
Extracts the specified file and saves it locally.
extract(Evaluation, boolean, int) - Method in enum adams.opt.genetic.Measure
Extracts the measure from the Evaluation object.
extractActorNames(Actor, String) - Static method in class adams.flow.core.ActorUtils
Extracts all the valid actor names from the given text fragment that exist within the specified flow.
extractBaseline(Timeseries, Timeseries) - Method in class weka.classifiers.timeseries.BaselineAdjustedForecaster
Subtracts the corrected signal from the original one to obtain the baseline.
extractBinValue(BinnableGroup<DataRow>) - Method in class adams.data.binning.BinnableDataset.GroupedClassValueBinValueExtractor
Extracts the numeric value to use for binning from the object.
extractBinValue(BinnableGroup<Instance>) - Method in class adams.data.binning.BinnableInstances.GroupedClassValueBinValueExtractor
Extracts the numeric value to use for binning from the object.
extractBinValue(DataRow) - Method in class adams.data.binning.BinnableDataset.ClassValueBinValueExtractor
Extracts the numeric value to use for binning from the object.
extractBinValue(T) - Method in interface adams.data.binning.operation.Wrapping.BinValueExtractor
Extracts the numeric value to use for binning from the object.
extractBinValue(T) - Method in class adams.data.binning.operation.Wrapping.IndexedBinValueExtractor
Extracts the numeric value to use for binning from the object.
extractBinValue(Instance) - Method in class adams.data.binning.BinnableInstances.ClassValueBinValueExtractor
Extracts the numeric value to use for binning from the object.
extractClassFromCrossRefURL(String) - Static method in class adams.core.net.HtmlUtils
Returns the classname from the cross reference URL.
extractClassname(String) - Method in class adams.core.option.ArrayConsumer
Extracts the classname from the given commandline.
extractClassname(String) - Static method in class adams.core.option.OptionUtils
Extracts the classname from the commandline.
extractClassnames(String, boolean) - Static method in class adams.core.Utils
Extracts all classnames from the string.
extractColumn(SpreadSheet, SpreadSheetColumnIndex) - Method in class adams.flow.control.removeoutliers.AbstractNumericOutlierDetector
Extracts the double values from the specified column.
extractDatabaseID(String) - Method in class adams.gui.visualization.weka.AbstractInstanceInfoFrame
Extracts the database ID from a string in the comboxbox.
ExtractDateTimeField - Class in adams.data.conversion
Extracts the specified field from a date/time type.
A custom format string can be used with field CUSTOM.
ExtractDateTimeField() - Constructor for class adams.data.conversion.ExtractDateTimeField
 
ExtractDateTimeField.DateTimeField - Enum in adams.data.conversion
The field to extract.
extractFirstSentence(String, boolean) - Method in class adams.gui.goe.PropertySheetPanel
Extracts the first sentence from the given text.
extractGroup(Binnable<DataRow>) - Method in class adams.data.binning.BinnableDataset.StringAttributeGroupExtractor
Extracts the group from the binnable object.
extractGroup(Binnable<String>) - Method in class adams.data.binning.BinnableFiles.FileGroupExtractor
Extracts the group from the binnable object.
extractGroup(Binnable<T>) - Method in interface adams.data.binning.operation.Grouping.GroupExtractor
Extracts the group from the binnable object.
extractGroup(Binnable<Instance>) - Method in class adams.data.binning.BinnableInstances.NumericClassGroupExtractor
Extracts the group from the binnable object.
extractGroup(Binnable<Instance>) - Method in class adams.data.binning.BinnableInstances.StringAttributeGroupExtractor
Extracts the group from the binnable object.
extractGroup(Object) - Method in class adams.data.groupextraction.AbstractGroupExtractor
Extracts the group from the object.
extractGroup(Object) - Method in interface adams.data.groupextraction.GroupExtractor
Extracts the group from the object.
extractID(Object) - Method in class adams.data.idextraction.AbstractIDExtractor
Extracts the ID from a object.
extractID(Object) - Method in interface adams.data.idextraction.IDExtractor
Extracts the ID from the object.
extractID(T) - Method in class adams.flow.transformer.AbstractReportDbWriter
Extracts the ID from the report.
extractID(T) - Method in class adams.flow.transformer.AbstractReportDbWriterByDBID
Extracts the ID from the report.
extractID(T) - Method in class adams.flow.transformer.AbstractReportValueDbWriter
Extracts the ID from the report.
extractImages(File) - Static method in class adams.core.io.PDFBox
Extracts images from a PDF document.
extractImages(PDDocument) - Static method in class adams.core.io.PDFBox
Extracts images from a PDF document.
extractImagesFromResources(PDResources) - Static method in class adams.core.io.PDFBox
Extracts images from PDF resources.
extractIndicesAndBinnable(Subset<Binnable<BinnableGroup<T>>>) - Static method in class adams.data.splitgenerator.generic.core.Subset
Extracts row indices and binnable list from grouped subset.
extractLoadings(Instances, ArrayList<ArrayList<Double>>) - Method in class adams.data.instancesanalysis.PCA
Create a spreadsheet to output from the coefficients 2D array
extractName(String) - Static method in class adams.core.Variables
Extracts the name of a variable from the placeholder string, i.e., it strips the "@{" and "}" from the string.
extractNames(String) - Static method in class adams.core.Variables
Extracts all the variables from the given expression.
extractorTipText() - Method in class adams.core.io.fileuse.ImageMetaDataExtractor
Returns the tip text for this property.
extractorTipText() - Method in class adams.flow.transformer.ImageMetaData
Returns the tip text for this property.
extractPages(LoggingSupporter, File, UnorderedRange, File) - Static method in class adams.core.io.iTextPDF
Extracts a subset of pages from one PDF file and stores that in another PDF file.
extractPLSKey(String) - Method in class weka.filters.supervised.attribute.MultiPLS
Extracts key in the PLS map from the combined matrix name.
extractReport(Token) - Method in class adams.flow.transformer.AbstractReportFileWriter
Extracts the report from the token.
extractReports(Token) - Method in class adams.flow.transformer.AbstractReportFileWriter
Extracts the reports from the token.
ExtractSimpleContainerContent - Class in adams.data.conversion
Obtains the content of a adams.data.container.AbstractSimpleContainer derived class and forwards that.
ExtractSimpleContainerContent() - Constructor for class adams.data.conversion.ExtractSimpleContainerContent
 
extractSubset(T) - Method in class adams.flow.transformer.AbstractReportValueDbWriter
Generates a subset of the report, which only contains the specified fields.
extractText(File) - Static method in class adams.core.io.PDFBox
Extracts the text from the PDF.
extractUrlFromFilename(String) - Static method in class adams.core.net.InternetHelper
Extracts the URL stored in the full filename provided.

F

F - Class in adams.data.distribution
FDistribution distribution.
F() - Constructor for class adams.data.distribution.F
 
F_MEASURE - adams.flow.core.EvaluationStatistic
 
F_MEASURE - adams.flow.core.ExperimentStatistic
 
F_MEASURE - adams.opt.genetic.Measure
F measure.
f_to_minimize(double) - Method in interface optimization.Fmin_methods
Defines a function f : double -> double to minimize.
f_to_minimize(double) - Method in class optimization.FminTest
 
FacadeManager<T extends AbstractTableFacade> - Class in adams.db
Manages the database URL/facade relations.
FacadeManager(String, DatabaseManager) - Constructor for class adams.db.FacadeManager
Initializes the manager.
FACTORS - adams.data.opencv.transformer.Resize.ResizeType
 
factorTipText() - Method in class adams.data.jai.transformer.Brightness
Returns the tip text for this property.
factorTipText() - Method in class adams.flow.control.removeoutliers.IQR
Returns the tip text for this property.
factorTipText() - Method in class adams.flow.control.removeoutliers.MeanAbsoluteError
Returns the tip text for this property.
factorTipText() - Method in class adams.flow.control.removeoutliers.StdDev
Returns the tip text for this property.
factorTipText() - Method in class adams.gui.visualization.sequence.StdDevOverlayPaintlet
Returns the tip text for this property.
factorXTipText() - Method in class adams.data.opencv.transformer.Resize
Returns the tip text for this property.
factorYTipText() - Method in class adams.data.opencv.transformer.Resize
Returns the tip text for this property.
failedDirTipText() - Method in class adams.scripting.requesthandler.CommandDumperHandler
Returns the tip text for this property.
failedDirTipText() - Method in class adams.scripting.responsehandler.CommandDumperHandler
Returns the tip text for this property.
failedSuffixTipText() - Method in class adams.core.net.SimpleMailer
Returns the tip text for this property.
failedTipText() - Method in class adams.flow.transformer.AbstractDataProcessor
Returns the tip text for this property.
failedTipText() - Method in class adams.scripting.engine.FileBasedScriptingEngine
Returns the tip text for this property.
FailedToCreatePreviewPanel - Class in adams.gui.tools.previewbrowser
Displays "Failed to create preview" message.
FailedToCreatePreviewPanel() - Constructor for class adams.gui.tools.previewbrowser.FailedToCreatePreviewPanel
 
failOnProcessErrorTipText() - Method in class adams.flow.source.Exec
Returns the tip text for this property.
FailureIndicator - Interface in adams.core
Interface for classes that need to indicate a failure.
FAKE_TABLE_NAME - Static variable in interface adams.db.SQLIntf
fake table name.
FakeClassifier - Class in weka.classifiers.functions
Fake classifier that requires no dataset for training and just outputs random values within the specified bounds.
Fake build and prediction times can be set as well.
FakeClassifier() - Constructor for class weka.classifiers.functions.FakeClassifier
 
fakeSuperTipText() - Method in class adams.flow.source.RSync
 
Fallback - Class in weka.classifiers.meta
In case the base classifier fails to make predictions, uses fallback one.
Fallback() - Constructor for class weka.classifiers.meta.Fallback
 
fallbackColorTipText() - Method in class adams.gui.visualization.object.objectannotations.colors.TypeColorMapping
Returns the tip text for this property.
fallbackTipText() - Method in class adams.data.areaoverlap.PolygonBased
Returns the tip text for this property.
fallbackTipText() - Method in class adams.data.objectoverlap.IntersectOverUnionRatio
Returns the tip text for this property.
fallbackTipText() - Method in interface adams.data.objectoverlap.OptionalBoundingBoxFallbackSupporter
Returns the tip text for this property.
fallbackTipText() - Method in class adams.gui.visualization.object.objectannotations.outline.PolygonOutline
Returns the tip text for this property.
fallbackTipText() - Method in class adams.gui.visualization.object.objectannotations.outline.PolygonVertices
Returns the tip text for this property.
fallbackTipText() - Method in class adams.gui.visualization.object.objectannotations.shape.FilledPolygon
Returns the tip text for this property.
fallbackTipText() - Method in class weka.classifiers.meta.Fallback
Returns the tip text for this property.
FALLOUT - adams.flow.sink.WekaThresholdCurve.AttributeName
 
False - Class in adams.flow.condition.bool
Always evaluates to 'false'.
False() - Constructor for class adams.flow.condition.bool.False
 
FALSE - adams.core.TriState
false.
FALSE - Static variable in interface adams.parser.actorsuggestion.sym
 
FALSE - Static variable in interface adams.parser.booleanexpression.sym
 
FALSE - Static variable in interface adams.parser.externalactorsuggestion.sym
 
FALSE - Static variable in interface adams.parser.lookupupdate.sym
 
FALSE - Static variable in interface adams.parser.mathematicalexpression.sym
 
FALSE - Static variable in interface adams.parser.spreadsheetformula.sym
 
FALSE - Static variable in interface adams.parser.stringexpression.sym
 
FALSE - Static variable in interface adams.parser.templatesuggestion.sym
 
FALSE_NEG - adams.flow.sink.WekaThresholdCurve.AttributeName
 
FALSE_NEG_RATE - adams.opt.genetic.Measure
false negative rate.
FALSE_NEGATIVE_RATE - adams.flow.core.EvaluationStatistic
 
FALSE_NEGATIVE_RATE - adams.flow.core.ExperimentStatistic
 
FALSE_POS - adams.flow.sink.WekaThresholdCurve.AttributeName
 
FALSE_POS_RATE - adams.opt.genetic.Measure
false positive rate.
FALSE_POSITIVE_RATE - adams.flow.core.EvaluationStatistic
 
FALSE_POSITIVE_RATE - adams.flow.core.ExperimentStatistic
 
FancyTickGenerator - Class in adams.gui.visualization.core.axis
A fancy tick generator based on code from the flotcharts project.
FancyTickGenerator() - Constructor for class adams.gui.visualization.core.axis.FancyTickGenerator
 
FARTHEST_FIRST - Static variable in class weka.clusterers.SAXKMeans
 
farthestFirstInit(Instances) - Method in class weka.clusterers.SAXKMeans
Initialize with the fartherst first centers
FAST - adams.data.image.transformer.Resize.ScalingType
 
FastCsvSpreadSheetReader - Class in adams.data.io.input
Simplified CSV spreadsheet reader for loading large files.
FastCsvSpreadSheetReader() - Constructor for class adams.data.io.input.FastCsvSpreadSheetReader
 
fastDistanceCalcTipText() - Method in class weka.clusterers.SAXKMeans
Returns the tip text for this property.
FastICA - Class in adams.data.instancesanalysis
Performs independent components analysis and allows access to components and sources.
FastICA() - Constructor for class adams.data.instancesanalysis.FastICA
 
FastWavelet - Class in weka.filters.unsupervised.attribute
A filter for wavelet transformation using the JSci library's fast wavelet transform (FWT) algorithms.

For more information see:

(2009).
FastWavelet() - Constructor for class weka.filters.unsupervised.attribute.FastWavelet
default constructor.
Favorite(String, String) - Constructor for class adams.gui.goe.Favorites.Favorite
Initializes the favorite.
Favorite(String, String, boolean, Class) - Constructor for class adams.gui.goe.Favorites.Favorite
Initializes the favorite.
favoriteActor(TreePath, TreeOperations.InsertPosition, boolean) - Method in class adams.gui.flow.tree.TreeOperations
Lets the user select an actor from a dialog of favorites.
FavoriteActorAfter - Class in adams.gui.flow.tree.keyboardaction
Allows the user to select a favorite actor to be inserted after the current location.
FavoriteActorAfter() - Constructor for class adams.gui.flow.tree.keyboardaction.FavoriteActorAfter
 
FavoriteActorBeneath - Class in adams.gui.flow.tree.keyboardaction
Allows the user to select a favorite actor to be inserted beneath the current location.
FavoriteActorBeneath() - Constructor for class adams.gui.flow.tree.keyboardaction.FavoriteActorBeneath
 
FavoriteActorHere - Class in adams.gui.flow.tree.keyboardaction
Allows the user to select a favorite actor to be inserted at the current location.
FavoriteActorHere() - Constructor for class adams.gui.flow.tree.keyboardaction.FavoriteActorHere
 
Favorites - Class in adams.gui.goe
A helper class for managing the GOE favorites.
Favorites - Class in adams.gui.goe.popupmenu
Adds the favorites sub-menu.
Favorites() - Constructor for class adams.gui.goe.Favorites
Initializes the favorites with immediate saving enabled.
Favorites() - Constructor for class adams.gui.goe.popupmenu.Favorites
 
Favorites(boolean) - Constructor for class adams.gui.goe.Favorites
Initializes the favorites.
Favorites.Favorite - Class in adams.gui.goe
Container class for a favorite setup.
Favorites.FavoriteSelectionEvent - Class in adams.gui.goe
Event that gets sent when a favorite gets selected.
Favorites.FavoriteSelectionListener - Interface in adams.gui.goe
Interface for classes that listen to selections of favorites.
favoriteSelected(Favorites.FavoriteSelectionEvent) - Method in interface adams.gui.goe.Favorites.FavoriteSelectionListener
Gets called when a favorite gets selected.
FavoriteSelectionEvent(Object, Favorites.Favorite) - Constructor for class adams.gui.goe.Favorites.FavoriteSelectionEvent
Initializes the event.
FavoritesListModel() - Constructor for class adams.gui.tools.FavoritesManagementPanel.FavoritesListModel
Initializes the model with no favorites.
FavoritesListModel(Favorites) - Constructor for class adams.gui.tools.FavoritesManagementPanel.FavoritesListModel
Initializes the model.
FavoritesListModel(Favorites, Class, boolean) - Constructor for class adams.gui.tools.FavoritesManagementPanel.FavoritesListModel
Initializes the model.
FavoritesManagement - Class in adams.gui.menu
Opens the Favorites management.
FavoritesManagement() - Constructor for class adams.gui.menu.FavoritesManagement
Initializes the menu item with no owner.
FavoritesManagement(AbstractApplicationFrame) - Constructor for class adams.gui.menu.FavoritesManagement
Initializes the menu item.
FavoritesManagementPanel - Class in adams.gui.tools
A panel for managing one's GOE favorites.
FavoritesManagementPanel() - Constructor for class adams.gui.tools.FavoritesManagementPanel
 
FavoritesManagementPanel.AbstractFavoritesListModel - Class in adams.gui.tools
Abstract List model class for displaying favorites.
FavoritesManagementPanel.FavoritesListModel - Class in adams.gui.tools
A list model for displaying the favorites of a specific superclass.
FavoritesManagementPanel.SuperclassListModel - Class in adams.gui.tools
Table model class for displaying the superclasses.
favorZeroesTipText() - Method in class adams.opt.genetic.AbstractGeneticAlgorithm
Returns the tip text for this property.
favorZeroesTipText() - Method in class adams.opt.optimise.genetic.AbstractGeneticAlgorithm
Returns the tip text for this property.
FCTH - Class in adams.data.lire.features
Generates features using net.semanticmetadata.lire.imageanalysis.features.global.FCTH.
For more information, see:
Savvas A.
FCTH() - Constructor for class adams.data.lire.features.FCTH
 
FeatureContainer - Class in adams.data.featureconverter
Simply returns the header definition/row in a adams.flow.container.FeatureConverterContainer container.
FeatureContainer() - Constructor for class adams.data.featureconverter.FeatureContainer
 
FeatureConverterContainer - Class in adams.flow.container
A container for a feature converter's raw output (header/row data).
FeatureConverterContainer() - Constructor for class adams.flow.container.FeatureConverterContainer
Initializes the container with empty header and no row.
FeatureConverterContainer(HeaderDefinition, List) - Constructor for class adams.flow.container.FeatureConverterContainer
Initializes the container with the specified plot name and no X value.
FeatureGenerator<T> - Interface in adams.flow.transformer
General interface for feature generating actors.
featureSelectorTipText() - Method in class weka.classifiers.trees.XGBoost
Gets the tip-text for the featureSelector option.
fft(double[], boolean) - Static method in class adams.data.utils.AutoCorrelation
Uses FFT to perform autocorrelation.
FFT - Class in adams.data.autocorrelation
Uses FFT approach to autocorrelation.

For more information see:
WikiPedia.
FFT - Class in weka.filters.unsupervised.attribute
A filter that transforms the data with Fast Fourier Transform.

Pads with zeroes.
For more information see:

Mark Hale (2009).
FFT() - Constructor for class adams.data.autocorrelation.FFT
 
FFT() - Constructor for class weka.filters.unsupervised.attribute.FFT
 
Field - Class in adams.data.report
A single report field identifier.
Field() - Constructor for class adams.data.report.Field
Constructor.
Field(AbstractField) - Constructor for class adams.data.report.Field
Uses the values from the given field.
Field(String, DataType) - Constructor for class adams.data.report.Field
Constructor.
Field(String, String, DataType) - Constructor for class adams.data.report.Field
Constructor.
FIELD - adams.data.report.FieldType
regular fields.
FIELD_DELIMITED - adams.flow.transformer.StringCut.CutType
 
FIELD_DUMMYREPORT - Static variable in class adams.data.report.Report
field: Dummy report (in case there was no quantitation report and a dummy report was generated automatically).
FIELD_EXCLUDED - Static variable in class adams.data.report.Report
field: Excluded (= dodgy).
FIELD_FILENAME - Static variable in class adams.data.container.AbstractSimpleContainer
the field for the filename.
FIELD_FILENAME - Static variable in class adams.data.image.AbstractImageContainer
the field for the filename.
FIELD_HEIGHT - Static variable in class adams.flow.transformer.LocateObjects
the key for storing the height in the report.
FIELD_INTERACTIONLOG - Static variable in class adams.flow.transformer.ImageAnnotator
 
FIELD_INTERACTIONLOG - Static variable in class adams.flow.transformer.ImageLabeler
 
FIELD_INTERACTIONLOG - Static variable in class adams.flow.transformer.ImageObjectAnnotator
 
FIELD_LOCATION - Static variable in class adams.flow.transformer.LocateObjects
the key for storing the quadrilateral location in the report.
FIELD_NAME - Static variable in class adams.data.image.AbstractImageContainer
the field for the name.
FIELD_NAMES - adams.flow.transformer.Mat5StructInfo.InfoType
 
FIELD_PATH - Static variable in class adams.data.image.AbstractImageContainer
the field for the path.
FIELD_SPEC - adams.flow.transformer.SpreadSheetInfo.InfoType
field (at specified index).
FIELD_SPECS - adams.flow.transformer.SpreadSheetInfo.InfoType
fields (all).
FIELD_TYPE - adams.flow.transformer.SpreadSheetInfo.InfoType
field type (at specified index).
FIELD_TYPES - adams.flow.transformer.SpreadSheetInfo.InfoType
field types (all).
FIELD_WIDTH - Static variable in class adams.flow.transformer.LocateObjects
the key for storing the width in the report.
FIELD_X - Static variable in class adams.flow.transformer.LocateObjects
the key for storing the X position (top-left corner) in the report.
FIELD_Y - Static variable in class adams.flow.transformer.LocateObjects
the key for storing the Y position (top-left corner) in the report.
FieldCacheTableModel - Class in adams.gui.selection
Table model for displaying the fields from a cache item.
FieldCacheTableModel(AbstractFieldCacheItem, FieldType, DataType) - Constructor for class adams.gui.selection.FieldCacheTableModel
the constructor.
FieldCacheUpdateEvent - Class in adams.gui.event
Event that gets sent when a field cache gets updated.
FieldCacheUpdateEvent(AbstractFieldCacheItem) - Constructor for class adams.gui.event.FieldCacheUpdateEvent
Constructs the event.
FieldCacheUpdateListener - Interface in adams.gui.event
Interface for field cache update listeners.
FieldChooserPanel - Class in adams.gui.chooser
A panel that contains a text field with the current field and a button for bringing up a dialog for selecting from all available fields.
FieldChooserPanel() - Constructor for class adams.gui.chooser.FieldChooserPanel
Initializes the panel with no field.
FieldChooserPanel(AbstractField) - Constructor for class adams.gui.chooser.FieldChooserPanel
Initializes the panel with the given field.
fieldDelimiterTipText() - Method in class adams.flow.transformer.StringCut
Returns the tip text for this property.
FieldEditor - Class in adams.gui.goe
A PropertyEditor for Field objects that lets the user select a field.
FieldEditor() - Constructor for class adams.gui.goe.FieldEditor
 
fieldIndexTipText() - Method in class adams.flow.transformer.StringCut
Returns the tip text for this property.
fieldLabelTipText() - Method in class adams.data.io.input.ImageClassificationJsonReportReader
Returns the tip text for this property.
fieldLabelTipText() - Method in class adams.data.io.input.ImageClassificationSpreadSheetReportReader
Returns the tip text for this property.
fieldLabelTipText() - Method in class adams.gui.tools.previewbrowser.ImageClassificationHandler
Returns the tip text for this property.
fieldNameTipText() - Method in class adams.data.io.input.Mat5SpreadSheetReader
Returns the tip text for this property.
FieldParsing - Class in adams.core.option.parsing
For parsing Field options.
FieldParsing() - Constructor for class adams.core.option.parsing.FieldParsing
 
FieldProvider<T extends AbstractField> - Interface in adams.db
Interface for table classes that return Field objects.
FieldRequired - Class in adams.data.outlier
Checks whether the specified field is present in the report.
FieldRequired() - Constructor for class adams.data.outlier.FieldRequired
 
fields() - Method in class adams.core.TechnicalInformation
returns an enumeration over all the stored fields.
FIELDS - adams.flow.transformer.AbstractDeleteReportValue.MatchType
 
fieldScoreTipText() - Method in class adams.data.io.input.ImageClassificationJsonReportReader
Returns the tip text for this property.
fieldScoreTipText() - Method in class adams.data.io.input.ImageClassificationSpreadSheetReportReader
Returns the tip text for this property.
fieldScoreTipText() - Method in class adams.gui.tools.previewbrowser.ImageClassificationHandler
Returns the tip text for this property.
fieldsTipText() - Method in class adams.data.boofcv.multiimageoperation.ReportFieldSubtraction
Returns the tip text for this property.
fieldsTipText() - Method in class adams.data.conversion.ReportToWekaInstance
Returns the tip text for this property.
fieldsTipText() - Method in class adams.data.image.AbstractImageFeatureGenerator
Returns the tip text for this property.
fieldsTipText() - Method in class adams.data.image.multiimageoperation.ReportFieldSubtraction
Returns the tip text for this property.
fieldsTipText() - Method in interface adams.data.instances.InstanceGeneratorWithFields
Returns the tip text for this property.
fieldsTipText() - Method in class adams.data.opencv.multiimageoperation.ReportFieldSubtraction
Returns the tip text for this property.
fieldsTipText() - Method in class adams.data.timeseries.AbstractTimeseriesFeatureGenerator
Returns the tip text for this property.
fieldsTipText() - Method in class adams.flow.transformer.AbstractDeleteDbReportValue
Returns the tip text for this property.
fieldsTipText() - Method in class adams.flow.transformer.AbstractDeleteReportValue
Returns the tip text for this property.
fieldsTipText() - Method in class adams.flow.transformer.AbstractReportValueDbWriter
Returns the tip text for this property.
fieldsTipText() - Method in class adams.flow.transformer.DeleteReportValue
Returns the tip text for this property.
fieldsTipText() - Method in class adams.gui.visualization.report.ReportDateFieldPaintlet
Returns the tip text for this property.
fieldsToObject() - Method in class adams.gui.tools.AbstractManagementPanel
Turns the fields into an object.
fieldsToObject() - Method in class adams.gui.tools.EmailAddressBookPanel
Turns the fields into an object.
fieldsToObject() - Method in class adams.gui.tools.FileChooserBookmarksManagementPanel
Turns the fields into an object.
fieldTipText() - Method in class adams.core.io.ReportFieldFilenameGenerator
Returns the tip text for this property.
fieldTipText() - Method in class adams.data.conversion.ExtractDateTimeField
Returns the tip text for this property.
fieldTipText() - Method in class adams.data.groupextraction.ReportField
Returns the tip text for this property.
fieldTipText() - Method in class adams.data.groupextraction.ReportFieldRegExp
Returns the tip text for this property.
fieldTipText() - Method in class adams.data.groupupdate.ReportField
Returns the tip text for this property.
fieldTipText() - Method in class adams.data.idextraction.ReportField
Returns the tip text for this property.
fieldTipText() - Method in class adams.data.idupdate.ReportField
Returns the tip text for this property.
fieldTipText() - Method in class adams.data.outlier.FieldRequired
Returns the tip text for this property.
fieldTipText() - Method in class adams.data.outlier.MinMax
Returns the tip text for this property.
fieldTipText() - Method in class adams.data.outlier.StringMatcher
Returns the tip text for this property.
fieldTipText() - Method in class adams.data.outlier.TargetRequired
Returns the tip text for this property.
fieldTipText() - Method in class adams.flow.condition.bool.BooleanReportValue
Returns the tip text for this property.
fieldTipText() - Method in class adams.flow.condition.bool.ReportValueExists
Returns the tip text for this property.
fieldTipText() - Method in class adams.flow.template.StoreReportValueInVariable
Returns the tip text for this property.
fieldTipText() - Method in class adams.flow.transformer.AbstractDeleteReportValueByExpression
Returns the tip text for this property.
fieldTipText() - Method in class adams.flow.transformer.AbstractGetReportValue
Returns the tip text for this property.
fieldTipText() - Method in class adams.flow.transformer.DeleteReportValueByExpression
Returns the tip text for this property.
fieldTipText() - Method in class adams.flow.transformer.GetReportValue
Returns the tip text for this property.
fieldTipText() - Method in class adams.flow.transformer.ImageLabeler
Returns the tip text for this property.
fieldTipText() - Method in class adams.flow.transformer.Mat5GetStructField
Returns the tip text for this property.
fieldTipText() - Method in class adams.flow.transformer.Mat5SetStructField
Returns the tip text for this property.
fieldTipText() - Method in class adams.flow.transformer.ReportMathExpression
Returns the tip text for this property.
fieldTipText() - Method in class adams.flow.transformer.SetReportValue
Returns the tip text for this property.
fieldTipText() - Method in class adams.flow.transformer.timeseriessplit.ReportDate
Returns the tip text for this property.
fieldTipText() - Method in class adams.gui.visualization.image.MetaDataText
Returns the tip text for this property.
fieldTipText() - Method in class adams.gui.visualization.object.annotator.ClassificationLabelAnnotator
Returns the tip text for this property.
fieldTipText() - Method in class adams.gui.visualization.object.overlay.ClassificationLabelTextOverlay
Returns the tip text for this property.
FieldToString - Class in adams.data.conversion
Turns a Field object into a String.
FieldToString() - Constructor for class adams.data.conversion.FieldToString
 
FieldType - Enum in adams.data.report
Enumeration for the type of fields.
FieldUtils - Class in adams.data.report
A helper class for field objects.
FieldUtils() - Constructor for class adams.data.report.FieldUtils
 
FIFTEEN_BELOW_ONE_SIGMA - adams.data.statistics.SPCUtils.Rules
 
file - Variable in class adams.gui.flow.tree.Tree.TreeState
the associated file, if any.
FILE - adams.data.io.input.AbstractFlowReader.InputType
read from a file.
FILE - adams.data.io.input.AbstractSpreadSheetReader.InputType
read from a file.
FILE - adams.data.io.output.AbstractFlowWriter.OutputType
write to a file.
FILE - adams.data.io.output.AbstractSpreadSheetWriter.OutputType
write to a file.
FILE - adams.flow.control.CallableActorScreenshot.OutputType
 
FILE - adams.flow.core.AbstractModelLoader.ModelLoadingType
 
FILE - adams.flow.transformer.AccessDatabaseInfo.InfoType
the file.
FILE - adams.flow.transformer.PDFAppendDocument.DataType
 
FILE - adams.gui.core.PropertiesParameterPanel.PropertyType
file.
FILE_ABSOLUTE - adams.gui.core.PropertiesParameterPanel.PropertyType
file (absolute path).
FILE_EXTENSION - Static variable in class adams.data.io.input.AbstractSimpleCSVReportReader
the file extension.
FILE_EXTENSION - Static variable in class adams.data.io.input.AbstractSimpleJsonReportReader
the file extension.
FILE_EXTENSION - Static variable in class adams.data.io.input.AbstractSimpleReportReader
the file extension.
FILE_EXTENSION - Static variable in class adams.data.io.output.ExcelSpreadSheetWriter
the binary file extension.
FILE_EXTENSION - Static variable in class adams.data.io.output.ExcelStreamingSpreadSheetWriter
the OOXML file extension.
FILE_EXTENSION - Static variable in class adams.data.io.output.ODFSpreadSheetWriter
the binary file extension.
FILE_EXTENSION - Static variable in class adams.data.sequence.XYSequence
the file extension.
FILE_EXTENSION - Static variable in interface adams.flow.core.Actor
the file extension for flows (excl.
FILE_EXTENSION - Static variable in class adams.flow.sink.NotesWriter
the extension used for the filenames.
FILE_EXTENSION - Static variable in class adams.gui.flow.FlowControlCenterPanel
the file to store the recent files in.
FILE_EXTENSION_GZ - Static variable in class adams.data.io.input.AbstractSimpleCSVReportReader
the file extension for compressed files.
FILE_EXTENSION_GZ - Static variable in class adams.data.io.input.AbstractSimpleReportReader
the file extension for compressed files.
FILE_EXTENSION_GZ - Static variable in interface adams.flow.core.Actor
the file extension for gzipped flows (excl.
FILE_EXTENSION_OOXML - Static variable in class adams.data.io.output.ExcelSpreadSheetWriter
the OOXML file extension.
FILE_FORMAT - adams.flow.transformer.AccessDatabaseInfo.InfoType
the file format.
FILE_FORMAT - Static variable in class adams.data.io.input.SimpleTimeseriesReader
the file format extension.
FILE_FORMAT_GZ - Static variable in class adams.data.io.input.SimpleTimeseriesReader
the file format extension (gzipped).
FILE_FORWARD_SLASHES - adams.flow.core.VariableValueType
file with forward slashes.
FileBasedDatasetContainer - Class in adams.flow.container
Container for storing file names for file-based dataset generation.
FileBasedDatasetContainer() - Constructor for class adams.flow.container.FileBasedDatasetContainer
Initializes the container.
FileBasedDatasetContainer(String[], String[]) - Constructor for class adams.flow.container.FileBasedDatasetContainer
Initializes the container with the specified file names.
FileBasedDatasetContainer(String[], String[], String[], String[]) - Constructor for class adams.flow.container.FileBasedDatasetContainer
Initializes the container with the specified file names.
FileBasedScripting - Interface in adams.core.scripting
Interface for scripted classes that use a file-based approach.
FileBasedScriptingEngine - Class in adams.scripting.engine
Scripting engine that reads remote commands from disk.
FileBasedScriptingEngine() - Constructor for class adams.scripting.engine.FileBasedScriptingEngine
 
FileBasedScriptingWithOptions - Interface in adams.core.scripting
Interface for scripted classes that use a file-based approach.
FileBrowser - Class in adams.core.management
Allows to launch the OS-specific file browser.
FileBrowser - Class in adams.flow.sink
Displays the file or directory with the system's file browser.
FileBrowser() - Constructor for class adams.core.management.FileBrowser
 
FileBrowser() - Constructor for class adams.flow.sink.FileBrowser
 
FileBrowserSource - Class in adams.gui.tools.spreadsheetprocessor.sources
For browsing files and reading them.
FileBrowserSource() - Constructor for class adams.gui.tools.spreadsheetprocessor.sources.FileBrowserSource
 
FileChanged - Class in adams.flow.transformer
Checks whether the input file has changed using the specified monitor.
Must be initialized once with the same file.
FileChanged() - Constructor for class adams.flow.transformer.FileChanged
 
FileChangeMonitor - Interface in adams.core.io.filechanged
Interface for file change monitors.
FileCheckOnSave - Class in adams.gui.flow.menu
Enables/disables flow check before saving.
FileCheckOnSave() - Constructor for class adams.gui.flow.menu.FileCheckOnSave
 
FileChooser - Interface in adams.gui.chooser
Interface for file chooser components.
FileChooserBookmarksFactory() - Constructor for class adams.gui.chooser.FileChooserBookmarksPanel.FileChooserBookmarksFactory
 
FileChooserBookmarksIconLoader() - Constructor for class adams.gui.chooser.FileChooserBookmarksPanel.FileChooserBookmarksIconLoader
 
FileChooserBookmarksManagement - Class in adams.gui.menu
Opens the Filechooser bookmarks management.
FileChooserBookmarksManagement() - Constructor for class adams.gui.menu.FileChooserBookmarksManagement
Initializes the menu item with no owner.
FileChooserBookmarksManagement(AbstractApplicationFrame) - Constructor for class adams.gui.menu.FileChooserBookmarksManagement
Initializes the menu item.
FileChooserBookmarksManagementPanel - Class in adams.gui.tools
Panel for managing email addresses.
FileChooserBookmarksManagementPanel() - Constructor for class adams.gui.tools.FileChooserBookmarksManagementPanel
 
FileChooserBookmarksManagementPanel.TableModel - Class in adams.gui.tools
A simple table model for displaying the contacts.
FileChooserBookmarksPanel - Class in adams.gui.chooser
Panel for bookmarking directories in a JFileChooser.
FileChooserBookmarksPanel() - Constructor for class adams.gui.chooser.FileChooserBookmarksPanel
 
FileChooserBookmarksPanel.FileChooserBookmarksFactory - Class in adams.gui.chooser
ADAMS-specific factory.
FileChooserBookmarksPanel.FileChooserBookmarksIconLoader - Class in adams.gui.chooser
ADAMS-specific icon loader.
FileChooserBookmarksPanel.FileChooserBookmarksPropertiesHandler - Class in adams.gui.chooser
The ADAMS-specific properties handler.
FileChooserBookmarksPropertiesHandler() - Constructor for class adams.gui.chooser.FileChooserBookmarksPanel.FileChooserBookmarksPropertiesHandler
 
FileChooserPanel - Class in adams.gui.chooser
A panel that contains a text field with the current file/directory and a button for bringing up a BaseFileChooser.
FileChooserPanel() - Constructor for class adams.gui.chooser.FileChooserPanel
Initializes the panel with no file.
FileChooserPanel(File) - Constructor for class adams.gui.chooser.FileChooserPanel
Initializes the panel with the given filename/directory.
FileChooserPanel(String) - Constructor for class adams.gui.chooser.FileChooserPanel
Initializes the panel with the given filename/directory.
fileChooserTitleTipText() - Method in class adams.flow.source.SelectFile
Returns the tip text for this property.
fileChooserTitleTipText() - Method in class adams.flow.source.valuedefinition.DirectoryValueDefinition
Returns the tip text for this property.
fileChooserTitleTipText() - Method in class adams.flow.source.valuedefinition.FileValueDefinition
Returns the tip text for this property.
fileChooserTitleTipText() - Method in class adams.flow.source.WekaSelectDataset
Returns the tip text for this property.
FileClose - Class in adams.gui.flow.menu
Closes the editor.
FileClose() - Constructor for class adams.gui.flow.menu.FileClose
 
FileClosePage - Class in adams.gui.flow.menu
Lets user close a page.
FileClosePage - Class in adams.gui.tools.spreadsheetviewer.menu
Closes the current page.
FileClosePage() - Constructor for class adams.gui.flow.menu.FileClosePage
 
FileClosePage() - Constructor for class adams.gui.tools.spreadsheetviewer.menu.FileClosePage
 
FileCommander - Class in adams.gui.menu
Opens the File commander.
FileCommander() - Constructor for class adams.gui.menu.FileCommander
Initializes the menu item with no owner.
FileCommander(AbstractApplicationFrame) - Constructor for class adams.gui.menu.FileCommander
Initializes the menu item.
FileCommanderDirectoryPanel - Class in adams.gui.tools.filecommander
One side of the FileCommander.
FileCommanderDirectoryPanel() - Constructor for class adams.gui.tools.filecommander.FileCommanderDirectoryPanel
 
FileCommanderPanel - Class in adams.gui.tools
File manager with two-pane interface, similar to the Midnight Commander.
FileCommanderPanel() - Constructor for class adams.gui.tools.FileCommanderPanel
 
FileComparator - Class in adams.core.io
Comparator for files.
FileComparator() - Constructor for class adams.gui.tools.PreviewBrowserPanel.FileComparator
 
FileComparator(boolean, boolean) - Constructor for class adams.core.io.FileComparator
Initializes the comparator.
FileComplete - Class in adams.flow.condition.bool
Evaluates to 'true' if the file (from option or token) is considered complete.
FileComplete() - Constructor for class adams.flow.condition.bool.FileComplete
 
FileContainer - Class in adams.gui.tools.wekainvestigator.data
File-based dataset.
FileContainer(AbstractFileLoader, PlaceholderFile) - Constructor for class adams.gui.tools.wekainvestigator.data.FileContainer
Loads the data using the specified loader.
FileContainer(AbstractFileLoader, File) - Constructor for class adams.gui.tools.wekainvestigator.data.FileContainer
Loads the data using the specified loader.
FileContainer(AbstractFileLoader, File, Instances) - Constructor for class adams.gui.tools.wekainvestigator.data.FileContainer
Uses the provided data, but also stores the reader/file for reloading it.
fileCounterTipText() - Method in class adams.flow.template.IterateFilesWithProgressBar
Returns the tip text for this property.
fileDoubleClicked(FilePanel.FileDoubleClickEvent) - Method in interface adams.gui.core.FilePanel.FileDoubleClickListener
Gets called when a file got double-clicked.
FileDoubleClickEvent(FilePanel, FileObject) - Constructor for class adams.gui.core.FilePanel.FileDoubleClickEvent
Initializes the event.
FileEditor - Class in adams.gui.goe
A PropertyEditor for File objects that lets the user select a file.
FileEditor() - Constructor for class adams.gui.goe.FileEditor
 
FileEncodingPanel() - Constructor for class adams.gui.chooser.TextFileChooser.FileEncodingPanel
 
fileExists(File) - Static method in class adams.core.io.FileUtils
Checks whether the file (not directory!) exists.
fileExists(String) - Static method in class adams.core.io.FileUtils
Checks whether the file (not directory!) exists.
FileExists - Class in adams.flow.condition.bool
Evaluates to 'true' if the file exists.
If a filename generator other than adams.core.io.NullFilenameGenerator is specified, then this takes precedence over the supplied filename (uses the token passing through).
FileExists() - Constructor for class adams.flow.condition.bool.FileExists
 
FileExit - Class in adams.gui.tools.spreadsheetviewer.menu
Closes the viewer.
FileExit() - Constructor for class adams.gui.tools.spreadsheetviewer.menu.FileExit
 
FileExport - Class in adams.gui.flow.menu
Lets user export a flow.
FileExport() - Constructor for class adams.gui.flow.menu.FileExport
 
FileExtension - Class in adams.flow.transformer
Extracts the file extension from the file (the part after the '.').
If no dot is in the file name, then an empty string gets forwarded.

See also:
adams.flow.transformer.AppendName
adams.flow.transformer.PrependDir
adams.flow.transformer.RelativeDir
adams.flow.transformer.DirName
adams.flow.transformer.BaseName

Input/output:
- accepts:
   java.lang.String
   java.lang.String[]
   java.io.File
   java.io.File[]
- generates:
   java.lang.String
   java.lang.String[]


FileExtension() - Constructor for class adams.flow.transformer.FileExtension
 
FileFormatHandler - Interface in adams.core.io
Interface for classes that support file-format information.
FileFormatHandlerUtils - Class in adams.data.io
Helper class for FileFormatHandler.
FileFormatHandlerUtils() - Constructor for class adams.data.io.FileFormatHandlerUtils
 
fileFormatTipText() - Method in class adams.data.io.output.AccessSpreadSheetWriter
Returns the tip text for this property.
FileGroupExtractor(boolean, boolean, String, String) - Constructor for class adams.data.binning.BinnableFiles.FileGroupExtractor
Initializes the extractor.
FileHandler - Class in adams.core.logging
Sends all logging output to the specified log file.
FileHandler() - Constructor for class adams.core.logging.FileHandler
 
FileHistory - Class in adams.core
History for File objects.
FileHistory() - Constructor for class adams.core.FileHistory
 
FileImport - Class in adams.gui.flow.menu
Lets user import a flow.
FileImport() - Constructor for class adams.gui.flow.menu.FileImport
 
FileIncomplete - Class in adams.core.io.fileuse
Assumes the file to be in use when not complete, i.e., still being written.
FileIncomplete() - Constructor for class adams.core.io.fileuse.FileIncomplete
 
FileInfo - Class in adams.flow.transformer
Outputs information for a path (file/directory).
FileInfo() - Constructor for class adams.flow.transformer.FileInfo
 
FileInfo(String) - Constructor for class adams.flow.control.AbstractDataContainerFileChecker.FileInfo
Initializes the container.
FileInfo.InfoType - Enum in adams.flow.transformer
The type of information to generate.
FileInfoHandler - Class in adams.gui.tools.previewbrowser
Displays basic information about files.
FileInfoHandler() - Constructor for class adams.gui.tools.previewbrowser.FileInfoHandler
 
FileInUse - Class in adams.flow.condition.bool
Evaluates to 'true' if the file is currently being used by another process.
If a filename generator other than adams.core.io.NullFilenameGenerator is specified, then this takes precedence over the supplied filename (uses the token passing through).
FileInUse() - Constructor for class adams.flow.condition.bool.FileInUse
 
FileLister - Class in adams.core.option
Lists all file objects.
FileLister() - Constructor for class adams.core.option.FileLister
 
FileListWithButtons - Class in adams.gui.core
A specialized list that allows the addition/removal of files.
FileListWithButtons() - Constructor for class adams.gui.core.FileListWithButtons
 
FileMonitor - Class in adams.flow.control.flowrestart.trigger
Monitors a file using the specified file change monitor.
FileMonitor - Class in adams.gui.menu
Monitors a file, outputting any data that is being appended.
FileMonitor() - Constructor for class adams.flow.control.flowrestart.trigger.FileMonitor
 
FileMonitor() - Constructor for class adams.gui.menu.FileMonitor
Initializes the menu item with no owner.
FileMonitor(AbstractApplicationFrame) - Constructor for class adams.gui.menu.FileMonitor
Initializes the menu item.
FileMonitorPanel - Class in adams.gui.tools
Allows the user to monitor a file for new data being appended, like log files.
FileMonitorPanel() - Constructor for class adams.gui.tools.FileMonitorPanel
 
FileMonitorPanel.Listener - Class in adams.gui.tools
 
FileName - Class in adams.data.weka.relationname
Suggests the file name (without extension) as the relation name.
FileName() - Constructor for class adams.data.weka.relationname.FileName
 
FILENAME - Static variable in class adams.core.ClassLister
the name of the props file.
FILENAME - Static variable in class adams.core.io.FileUtils
the properties file.
FILENAME - Static variable in class adams.core.management.CharsetHelper
the props file.
FILENAME - Static variable in class adams.core.management.JVisualVM
the props file.
FILENAME - Static variable in class adams.core.management.LocaleHelper
the props file.
FILENAME - Static variable in class adams.core.management.Terminal
the properties file.
FILENAME - Static variable in class adams.core.management.TimeZoneHelper
the props file.
FILENAME - Static variable in class adams.core.management.Wine
the properties file.
FILENAME - Static variable in class adams.core.net.EmailAddressBook
the properties filename.
FILENAME - Static variable in class adams.core.net.EmailHelper
the name of the props file.
FILENAME - Static variable in class adams.core.net.ProxyHelper
the props file.
FILENAME - Static variable in class adams.core.net.SMBHelper
the name of the props file.
FILENAME - Static variable in class adams.core.net.SSLHelper
the name of the props file.
FILENAME - Static variable in class adams.core.NewInstance
the filename.
FILENAME - Static variable in class adams.core.option.AbstractCommandLineHandler
the props file with the static class name lists.
FILENAME - Static variable in class adams.core.option.Conversion
the name of the props file.
FILENAME - Static variable in class adams.core.option.JenericCmdline
the props file with the static class name lists.
FILENAME - Static variable in class adams.core.option.OptionManager
 
FILENAME - Static variable in class adams.core.option.OptionUtils
the name of the props file.
FILENAME - Static variable in class adams.core.Performance
the name of the props file.
FILENAME - Static variable in class adams.core.Placeholders
the filename.
FILENAME - Static variable in class adams.data.tesseract.TesseractHelper
the props file.
FILENAME - Static variable in class adams.data.timeseries.PeriodicityHelper
the properties file.
FILENAME - Static variable in class adams.db.AbstractTable
the name of the props file.
FILENAME - Static variable in class adams.db.Conditions
the name of the props file.
FILENAME - Static variable in class adams.db.DatabaseConnection
the props file.
FILENAME - Static variable in interface adams.db.DbBackend
the properties file containing the setup.
FILENAME - Static variable in class adams.db.Drivers
the filename.
FILENAME - Static variable in class adams.db.LogEntry
the name of the properties file.
FILENAME - Static variable in class adams.db.Sequences
the name of the props file.
FILENAME - Static variable in class adams.env.AbstractEnvironment
the constant for the properties definition props file.
FILENAME - Static variable in class adams.env.Modules
the name of the props file.
FILENAME - Static variable in class adams.flow.control.Flow
the filename for flow settings.
FILENAME - Static variable in class adams.gui.application.WekaPluginManagerExtensions
 
FILENAME - Static variable in class adams.gui.chooser.FileChooserBookmarksPanel
the properties to store the bookmarks in.
FILENAME - Static variable in class adams.gui.core.BooleanExpressionEditorPanel
the props file with the style definitions.
FILENAME - Static variable in class adams.gui.core.BrowserHelper
the file for the properties.
FILENAME - Static variable in class adams.gui.core.ConsolePanel
the props file with the style definitions.
FILENAME - Static variable in class adams.gui.core.Fonts
the name of the props file.
FILENAME - Static variable in class adams.gui.core.GUIHelper
the name of the props file.
FILENAME - Static variable in class adams.gui.core.GUIPrompt
the name of the props file.
FILENAME - Static variable in class adams.gui.core.LookUpUpdateEditorPanel
the props file with the style definitions.
FILENAME - Static variable in class adams.gui.core.MathematicalExpressionEditorPanel
the props file with the style definitions.
FILENAME - Static variable in class adams.gui.core.MemoryMonitorPanel
The name of the properties file.
FILENAME - Static variable in class adams.gui.core.SpreadSheetFormulaEditorPanel
the props file with the style definitions.
FILENAME - Static variable in class adams.gui.core.SpreadSheetQueryEditorPanel
the props file with the style definitions.
FILENAME - Static variable in class adams.gui.core.SQLSyntaxEditorPanel
the props file with the style definitions.
FILENAME - Static variable in class adams.gui.core.StringExpressionEditorPanel
the props file with the style definitions.
FILENAME - Static variable in class adams.gui.core.UISettings
the filename.
FILENAME - Static variable in class adams.gui.flow.FlowControlCenterPanel
the name of the props file.
FILENAME - Static variable in class adams.gui.flow.FlowEditorPanel
the name of the props file with the general properties.
FILENAME - Static variable in class adams.gui.flow.FlowRunnerPanel
the name of the props file.
FILENAME - Static variable in class adams.gui.flow.tree.ActorSuggestion
the name of the props file.
FILENAME - Static variable in class adams.gui.flow.tree.ActorTemplateSuggestion
the name of the props file.
FILENAME - Static variable in class adams.gui.flow.tree.ExternalActorSuggestion
the name of the props file.
FILENAME - Static variable in class adams.gui.flow.tree.record.add.MostCommon
the file to write the "add" history to .
FILENAME - Static variable in class adams.gui.flow.tree.record.add.SimpleLog
the file to write the "add" history to .
FILENAME - Static variable in class adams.gui.flow.tree.record.enclose.MostCommon
the file to write the "add" history to .
FILENAME - Static variable in class adams.gui.flow.tree.record.enclose.SimpleLog
the file to write the "add" history to .
FILENAME - Static variable in class adams.gui.goe.AbstractAdvancedScriptEditorWithTemplates
the name of the props file.
FILENAME - Static variable in class adams.gui.goe.AbstractSimpleScriptEditorWithTemplates
the name of the props file.
FILENAME - Static variable in class adams.gui.goe.Editors
the name of the props file.
FILENAME - Static variable in class adams.gui.goe.Favorites
the filename of the props file.
FILENAME - Static variable in class adams.gui.laf.AbstractLookAndFeel
 
FILENAME - Static variable in class adams.gui.scripting.AbstractScriptingDialog
the name of the props file.
FILENAME - Static variable in class adams.gui.scripting.AbstractScriptingEngine
the name of the props file.
FILENAME - Static variable in class adams.gui.scripting.ScriptingLogger
the name of the props file.
FILENAME - Static variable in class adams.gui.tools.AbstractSequenceViewerPanel
the name of the props file.
FILENAME - Static variable in class adams.gui.tools.LogEntryDatabaseViewerPanel
the name of the props file.
FILENAME - Static variable in class adams.gui.tools.LogEntryViewerPanel
the name of the props file.
FILENAME - Static variable in class adams.gui.tools.previewbrowser.ContentHandlerFavorites
the filename of the props file.
FILENAME - Static variable in class adams.gui.tools.previewbrowser.PropertiesManager
the name of the props file.
FILENAME - Static variable in class adams.gui.tools.SpreadSheetViewerPanel
the name of the props file.
FILENAME - Static variable in class adams.gui.tools.wekainvestigator.InvestigatorPanel
the name of the props file.
FILENAME - Static variable in class adams.gui.tools.wekamultiexperimenter.ExperimenterPanel
the name of the props file with the general properties.
FILENAME - Static variable in class adams.gui.visualization.image.ImageViewerPanel
the name of the props file.
FILENAME - Static variable in class adams.gui.visualization.instance.InstanceComparePanel
the name of the props file.
FILENAME - Static variable in class adams.gui.visualization.instance.InstanceExplorer
the name of the props file.
FILENAME - Static variable in class adams.gui.visualization.spreadsheet.SpreadSheetExplorer
the name of the props file.
FILENAME - Static variable in class adams.scripting.ScriptingHelper
the filename of the props file.
FILENAME_CHARS - Static variable in class adams.core.io.FileUtils
valid characters for filenames.
FILENAME_MENU - Static variable in class adams.gui.flow.FlowEditorPanel
the name of the props file with the menu.
FILENAME_MENU - Static variable in class adams.gui.tools.SpreadSheetViewerPanel
the name of the menu props file.
FILENAME_SHORTCUTS - Static variable in class adams.gui.tools.wekainvestigator.InvestigatorPanel
the name of the shortcut props file.
FILENAME_TREEPOPUPMENU - Static variable in class adams.gui.flow.FlowEditorPanel
the name of the props file with the tree menu.
FILENAME_TREEQUICKACTIONMENU - Static variable in class adams.gui.flow.FlowEditorPanel
the name of the props file with the tree quick action menu.
FileNameCompare - Class in adams.core
Compares two File objects.
FileNameCompare() - Constructor for class adams.core.FileNameCompare
 
fileNameGenerationTipText() - Method in class adams.flow.transformer.AbstractDataContainerFileWriter
Returns the tip text for this property.
FilenameGenerator - Class in adams.flow.source
Uses the specified filename generator to output a filename.
NB: Generators that require an object to pass through won't work with this source.

See also:
adams.flow.transformer.FilenameGenerator

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


FilenameGenerator - Class in adams.flow.transformer
Passes the incoming token through the generator to generate and forward a filename.

See also:
adams.flow.source.FilenameGenerator

Input/output:
- accepts:
   adams.flow.core.Unknown
- generates:
   java.lang.String


FilenameGenerator() - Constructor for class adams.flow.source.FilenameGenerator
 
FilenameGenerator() - Constructor for class adams.flow.transformer.FilenameGenerator
 
filenameGeneratorTipText() - Method in class adams.data.io.output.AbstractTextWriterWithFilenameGenerator
Returns the tip text for this property.
filenameGeneratorTipText() - Method in class adams.flow.control.CallableActorScreenshot
Returns the tip text for this property.
filenameGeneratorTipText() - Method in class adams.flow.transformer.AbstractReportFileWriter
Returns the tip text for this property.
filenamePrefixTipText() - Method in class adams.flow.sink.Screenshot
Returns the tip text for this property.
FilenameProposer - Class in adams.core.io
A helper class for proposing file names.
FilenameProposer(String, String) - Constructor for class adams.core.io.FilenameProposer
Initializes the proposer with the user's home directory as default directory.
FilenameProposer(String, String, String) - Constructor for class adams.core.io.FilenameProposer
Initializes the proposer.
filenameReplaceCharTipText() - Method in class adams.data.id.AbstractIDFilenameGenerator
Returns the tip text for this property.
filenameTipText() - Method in class adams.flow.transformer.CopyFile
Returns the tip text for this property.
filenameVariableTipText() - Method in class adams.flow.sink.Screenshot
Returns the tip text for this property.
FileNewFlow - Class in adams.gui.flow.menu
Opens a new tab with an empty Flow.
FileNewFlow() - Constructor for class adams.gui.flow.menu.FileNewFlow
 
FileNewFromClipboard - Class in adams.gui.flow.menu
Opens a new tab with the actor from the clipboard.
FileNewFromClipboard() - Constructor for class adams.gui.flow.menu.FileNewFromClipboard
 
FileObject - Interface in adams.core.io
Interface for wrappers around files to avoid costly API calls by caching values also abstracting file representation.
FileObjectComparator - Class in adams.core.io
Comparator for FileObject objects.
FileObjectComparator(boolean, boolean, boolean) - Constructor for class adams.core.io.FileObjectComparator
Initializes the comparator.
fileOnlyOutputTipText() - Method in class adams.flow.standalone.ConsoleWindow
Returns the tip text for this property.
FileOpen - Class in adams.gui.flow.menu
Lets user open a flow.
FileOpen - Class in adams.gui.tools.spreadsheetviewer.menu
Lets user open a spreadsheet.
FileOpen() - Constructor for class adams.gui.flow.menu.FileOpen
 
FileOpen() - Constructor for class adams.gui.tools.spreadsheetviewer.menu.FileOpen
 
FileOperations - Interface in adams.core.io.fileoperations
Interface for file operation facades.
FileOperationsHandler - Interface in adams.core.io.fileoperations
Interface for classes that return an instance of a FileOperations.
FileOutput - Class in adams.flow.sink.simplelogging.output
Appends the log messages to the specified file.
FileOutput() - Constructor for class adams.flow.sink.simplelogging.output.FileOutput
 
FilePanel - Class in adams.gui.core
Displays files and directories.
FilePanel(boolean) - Constructor for class adams.gui.core.FilePanel
Initializes the panel.
FilePanel(boolean, DirectoryLister) - Constructor for class adams.gui.core.FilePanel
Initializes the panel.
FilePanel.FileDoubleClickEvent - Class in adams.gui.core
Event for double clicks on files.
FilePanel.FileDoubleClickListener - Interface in adams.gui.core
Interface for classes that listen to double clicks on files.
FileParsing - Class in adams.core.option.parsing
For parsing File options.
FileParsing() - Constructor for class adams.core.option.parsing.FileParsing
 
filePrefixTipText() - Method in class adams.data.io.output.DeepLabCutCSVWriter
Returns the tip text for this property.
FilePreview - Class in adams.flow.sink
Actor for previewing file contents.
FilePreview() - Constructor for class adams.flow.sink.FilePreview
 
FilePreview.FilePreviewDisplayPanel - Class in adams.flow.sink
Custom DisplayPanel.
FilePreviewDisplayPanel(FilePreview) - Constructor for class adams.flow.sink.FilePreview.FilePreviewDisplayPanel
Initializes the panel.
FilePreviewDisplayPanel(ObjectPreview) - Constructor for class adams.flow.sink.ObjectPreview.FilePreviewDisplayPanel
Initializes the panel.
FileProcessingWithProgressBar - Class in adams.flow.template
Generates a Trigger with a FileSystemSearch which updates a progress bar.
FileProcessingWithProgressBar() - Constructor for class adams.flow.template.FileProcessingWithProgressBar
 
FileProcessor - Class in adams.flow.control
FileProcessor() - Constructor for class adams.flow.control.FileProcessor
 
FileProperties - Class in adams.gui.flow.menu
Displays properties of a flow.
FileProperties() - Constructor for class adams.gui.flow.menu.FileProperties
 
fileRegExpTipText() - Method in class adams.data.io.input.DeepLabCutCSVReader
Returns the tip text for this property.
FileResultsHandler - Class in adams.gui.tools.wekamultiexperimenter.experiment
Writes the experiment results to a file.
FileResultsHandler() - Constructor for class adams.gui.tools.wekamultiexperimenter.experiment.FileResultsHandler
 
FileRevert - Class in adams.gui.flow.menu
Lets user revert a flow to version from disk.
FileRevert() - Constructor for class adams.gui.flow.menu.FileRevert
 
FILES_AND_DIRECTORIES - Static variable in class adams.gui.chooser.DirectoryChooserFactory
Instruction to display both files and directories.
FILES_ONLY - Static variable in class adams.gui.chooser.DirectoryChooserFactory
Instruction to display only files.
FileSave - Class in adams.gui.flow.menu
Lets user save a flow.
FileSave - Class in adams.gui.tools.spreadsheetviewer.menu
Lets user save a modified spreadsheet.
FileSave() - Constructor for class adams.gui.flow.menu.FileSave
 
FileSave() - Constructor for class adams.gui.tools.spreadsheetviewer.menu.FileSave
 
FileSaveAs - Class in adams.gui.flow.menu
Lets user save a flow under new filename.
FileSaveAs - Class in adams.gui.tools.spreadsheetviewer.menu
Lets user save a spreadsheet under a new name.
FileSaveAs() - Constructor for class adams.gui.flow.menu.FileSaveAs
 
FileSaveAs() - Constructor for class adams.gui.tools.spreadsheetviewer.menu.FileSaveAs
 
FileSearchHandler - Interface in adams.core.io.filesearch
Interface for classes that search files.
filesFromTipText() - Method in class adams.flow.source.RSync
 
filesFromTipText() - Method in class adams.flow.source.SimpleRSync
 
FileSizeChange - Class in adams.core.io.fileuse
Checks the file size before and after the specified wait interval.
FileSizeChange() - Constructor for class adams.core.io.fileuse.FileSizeChange
 
FilesMatch - Class in adams.flow.condition.bool
Evaluates to 'true' if at least one file matches the regular expression in the specified directory.
FilesMatch() - Constructor for class adams.flow.condition.bool.FilesMatch
 
FileSource - Class in adams.gui.tools.spreadsheetprocessor.sources
For selecting a single file.
FileSource() - Constructor for class adams.gui.tools.spreadsheetprocessor.sources.FileSource
 
filesTipText() - Method in class adams.core.management.ExternalResourceClassPathAugmenter
Returns the tip text for this property.
filesTipText() - Method in class adams.flow.source.FileSupplier
Returns the tip text for this property.
fileSuffixTipText() - Method in class adams.gui.tools.previewbrowser.ImageClassificationHandler
Returns the tip text for this property.
fileSuffixTipText() - Method in class adams.gui.tools.previewbrowser.ObjectAnnotationsHandler
Returns the tip text for this property.
FileSupplier - Class in adams.flow.source
Supplies files.
FileSupplier() - Constructor for class adams.flow.source.FileSupplier
 
FileSupplierToSelectFileTransfer - Class in adams.core.optiontransfer
Transfers options from FileSupplier to SelectFile actors.
FileSupplierToSelectFileTransfer() - Constructor for class adams.core.optiontransfer.FileSupplierToSelectFileTransfer
 
FileSystemSearch - Class in adams.flow.source
Uses the specified search algorithm to perform a file system search and returns the located items.
FileSystemSearch() - Constructor for class adams.flow.source.FileSystemSearch
 
FileTailer - Class in adams.flow.transformer
Monitors a text file for data being appended, e.g., log files.
FileTailer() - Constructor for class adams.flow.transformer.FileTailer
 
FileTailer.Listener - Class in adams.flow.transformer
 
FileTarget - Class in adams.gui.tools.spreadsheetprocessor.targets
For storing the processed data in a file.
FileTarget() - Constructor for class adams.gui.tools.spreadsheetprocessor.targets.FileTarget
 
fileTipText() - Method in class adams.flow.condition.bool.BinaryFile
Returns the tip text for this property.
fileTipText() - Method in class adams.flow.condition.bool.FileComplete
Returns the tip text for this property.
fileTipText() - Method in class adams.flow.condition.bool.FileExists
Returns the tip text for this property.
fileTipText() - Method in class adams.flow.condition.bool.FileInUse
Returns the tip text for this property.
fileTipText() - Method in class adams.flow.control.flowrestart.notification.TimestampFile
Returns the tip text for this property.
fileTipText() - Method in class adams.flow.setup.FlowSetup
Returns the tip text for this property.
fileTipText() - Method in class adams.flow.transformer.MoveFile
Returns the tip text for this property.
fileTipText() - Method in class adams.gui.print.JComponentWriter
Returns the tip text for this property.
fileTipText() - Method in class adams.scripting.command.basic.SendFile
Returns the tip text for this property.
FileToString - Class in adams.data.conversion
Turns a File object into a String.
FileToString() - Constructor for class adams.data.conversion.FileToString
 
FileTypeDeterminingFileChooser<R,​W> - Interface in adams.gui.chooser
Interface for file choosers that support the determination of readers and writers based on filenames (namely extensions).
FileUtils - Class in adams.core.io
Utility class for I/O related actions.
FileUtils() - Constructor for class adams.core.io.FileUtils
 
FileValueDefinition - Class in adams.flow.source.valuedefinition
Value definition specifically for files.
FileValueDefinition() - Constructor for class adams.flow.source.valuedefinition.FileValueDefinition
 
FileWrapperListModel - Class in adams.gui.core
List model for showing the files.
FileWrapperListModel(List<FileObject>, boolean) - Constructor for class adams.gui.core.FileWrapperListModel
Initializes the model.
FileWrapperTableModel - Class in adams.gui.core
The model for the table.
FileWrapperTableModel(List<FileObject>, boolean) - Constructor for class adams.gui.core.FileWrapperTableModel
Initializes the model.
FileWriter - Interface in adams.core.io
Interface for classes that write data to a file.
fill() - Method in class adams.gui.visualization.segmentation.tool.PolygonFill
Fills in the polygon.
fill(BufferedImage, Point, Color, Color) - Static method in class adams.gui.visualization.segmentation.ImageUtils
Performs flood-fill on the provided image.
fill(Point) - Method in class adams.gui.visualization.segmentation.tool.BucketFill
Performs flood fill at the position.
fill(Shape) - Method in class adams.gui.print.PostscriptGraphics
 
fill3DRect(int, int, int, int, boolean) - Method in class adams.gui.print.PostscriptGraphics
Draw a filled rectangle with 3D effect in current pen color.
fillArc(int, int, int, int, int, int) - Method in class adams.gui.print.PostscriptGraphics
Not implemented
fillBins(List<Bin<T>>, List<Binnable<T>>) - Method in class adams.data.binning.algorithm.AbstractBinningAlgorithm
Places the binnable objects in the respective bins.
fillBinsTipText() - Method in class adams.gui.visualization.stats.paintlet.HistogramPaintlet
Tip text for the fill bins property
fillBoxTipText() - Method in class adams.flow.sink.BoxPlot
Tip Text for the fill box property
fillBuffer() - Method in class adams.data.AbstractAnonymizer
Fills up the buffer with random values again.
fillChange(ItemEvent) - Method in class adams.gui.visualization.stats.boxplot.BoxPlotManager
Fill boxes check box is changed
fillColorTipText() - Method in class adams.gui.visualization.stats.paintlet.AbstractProbabilityPaintlet
Tip text for the fill color property
fillColorTipText() - Method in class adams.gui.visualization.stats.paintlet.HistogramPaintlet
Tip text for the color property
fillColorTipText() - Method in class adams.gui.visualization.stats.paintlet.ScatterPaintletCircle
Tip text for the fill color property
fillColorTipText() - Method in class adams.gui.visualization.stats.paintlet.VsFitPaintlet
Tip text for the color property
fillColorTipText() - Method in class adams.gui.visualization.stats.paintlet.VsOrderPaintlet
Tip text for the color property
fillColorTipText() - Method in class adams.gui.visualization.stats.paintlet.ZScoreCircle
Tip text for the fill color property
fillCovariance() - Method in class weka.filters.unsupervised.attribute.PrincipalComponentsJ
 
FilledPolygon - Class in adams.gui.visualization.object.objectannotations.shape
Plots a filled polygon.
FilledPolygon() - Constructor for class adams.gui.visualization.object.objectannotations.shape.FilledPolygon
 
FilledRectangle - Class in adams.gui.visualization.object.objectannotations.shape
Plots a filled rectangle.
FilledRectangle() - Constructor for class adams.gui.visualization.object.objectannotations.shape.FilledRectangle
 
filledTipText() - Method in class adams.flow.transformer.draw.ObjectLocationsFromReport
Returns the tip text for this property.
filledTipText() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
Returns the tip text for this property.
filledTipText() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
Returns the tip text for this property.
filledTipText() - Method in class adams.gui.visualization.image.ObjectLocationsOverlayFromReport
Returns the tip text for this property.
filledTipText() - Method in class adams.gui.visualization.object.overlay.ObjectLocationsOverlayFromReport
Returns the tip text for this property.
Filler() - Constructor for class adams.core.DiffUtils.Filler
 
FILLER_BOOLEAN - adams.data.featureconverter.FixedNumFeatures.FillerType
use a boolean value.
FILLER_BOOLEAN - adams.data.timeseries.FixedNumFeatures.FillerType
use a boolean value.
FILLER_NUMERIC - adams.data.featureconverter.FixedNumFeatures.FillerType
use a numeric value.
FILLER_NUMERIC - adams.data.timeseries.FixedNumFeatures.FillerType
use a numeric value.
FILLER_STRING - adams.data.featureconverter.FixedNumFeatures.FillerType
use a string value.
FILLER_STRING - adams.data.timeseries.FixedNumFeatures.FillerType
use a string value.
fillerBooleanTipText() - Method in class adams.data.featureconverter.FixedNumFeatures
Returns the tip text for this property.
fillerBooleanTipText() - Method in class adams.data.timeseries.FixedNumFeatures
Returns the tip text for this property.
fillerNumericTipText() - Method in class adams.data.featureconverter.FixedNumFeatures
Returns the tip text for this property.
fillerNumericTipText() - Method in class adams.data.timeseries.FixedNumFeatures
Returns the tip text for this property.
fillerStringTipText() - Method in class adams.data.featureconverter.FixedNumFeatures
Returns the tip text for this property.
fillerStringTipText() - Method in class adams.data.timeseries.FixedNumFeatures
Returns the tip text for this property.
fillerTypeTipText() - Method in class adams.data.featureconverter.FixedNumFeatures
Returns the tip text for this property.
fillerTypeTipText() - Method in class adams.data.timeseries.FixedNumFeatures
Returns the tip text for this property.
fillInArea(IntArrayMatrixView, LocatedObject, int) - Method in class adams.flow.transformer.negativeregions.SimpleBlockFill
Fills in the area of the object with the specified color.
fillIndices(int, int) - Static method in class adams.core.Utils
Creates an int array with the specified indices.
fillOval(int, int, int, int) - Method in class adams.gui.print.PostscriptGraphics
Draw a filled Oval in current pen color.
fillPointTipText() - Method in class adams.gui.visualization.stats.paintlet.AbstractProbabilityPaintlet
Tip text for the fill point property
fillPointTipText() - Method in class adams.gui.visualization.stats.paintlet.ScatterPaintletCircle
Tip text for the fill property
fillPointTipText() - Method in class adams.gui.visualization.stats.paintlet.VsFitPaintlet
Tip text for the fill points property
fillPointTipText() - Method in class adams.gui.visualization.stats.paintlet.VsOrderPaintlet
Tip text for the fill point property
fillPointTipText() - Method in class adams.gui.visualization.stats.paintlet.ZScoreCircle
Tip text for the fill points property
fillPolygon(int[], int[], int) - Method in class adams.gui.print.PostscriptGraphics
Not implemented
fillPolygon(Polygon) - Method in class adams.gui.print.PostscriptGraphics
Not implemented
fillRect(int, int, int, int) - Method in class adams.gui.print.PostscriptGraphics
Draw a filled rectangle in current pen color.
fillRoundRect(int, int, int, int, int, int) - Method in class adams.gui.print.PostscriptGraphics
Not implemented
fillTipText() - Method in class adams.flow.transformer.draw.Oval
Returns the tip text for this property.
fillTipText() - Method in class adams.flow.transformer.draw.Rectangle
Returns the tip text for this property.
fillTipText() - Method in class adams.flow.transformer.pdfproclet.Circle
Returns the tip text for this property.
fillTipText() - Method in class adams.flow.transformer.pdfproclet.Rectangle
Returns the tip text for this property.
fillWithAttributeNames(SelectOptionPanel, int) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.AbstractClassifierEvaluation
Fills the panel for selection options with the attributes from the specified data container.
filter() - Method in class adams.gui.visualization.timeseries.TimeseriesExplorer
pops up GOE dialog for filter.
filter(Report) - Method in class adams.data.objectfinder.AbstractObjectFinder
Filters the objects in the report.
filter(Report) - Method in interface adams.data.objectfinder.ObjectFinder
Filters the objects in the report.
filter(Row) - Method in class adams.ml.preprocessing.AbstractColumnSubsetStreamFilter
Filters the dataset row coming through.
filter(Row) - Method in class adams.ml.preprocessing.AbstractStreamFilter
Filters the dataset row coming through.
filter(Row) - Method in interface adams.ml.preprocessing.StreamFilter
Filters the dataset row coming through.
filter(SpreadSheet) - Method in class adams.data.spreadsheet.filter.AbstractSpreadSheetFilter
Filters the spreadsheet.
filter(SpreadSheet) - Method in class adams.data.spreadsheet.filter.AbstractTrainableSpreadSheetFilter
Filters the spreadsheet.
filter(SpreadSheet) - Method in interface adams.data.spreadsheet.filter.SpreadSheetFilter
Filters the spreadsheet.
filter(SpreadSheet, int[]) - Static method in class adams.data.spreadsheet.columnfinder.AbstractColumnFinder
Filters the columns of a spreadsheet, keeping the specified columns.
filter(SpreadSheet, int, double[], int, double[]) - Static method in class adams.gui.visualization.container.DataHelper
Filters the data, using the specified ranges.
filter(SpreadSheet, ColumnFinder) - Static method in class adams.data.spreadsheet.columnfinder.AbstractColumnFinder
Filters the columns of a spreadsheet with the given column finder.
filter(SpreadSheet, RowFinder) - Static method in class adams.data.spreadsheet.rowfinder.AbstractRowFinder
Filters the rows of the spreadsheet with the specified row finder.
filter(SpreadSheet, String, double[], String, double[]) - Static method in class adams.gui.visualization.container.DataHelper
Filters the data, using the specified ranges.
filter(ImageSegmentationContainer) - Method in class adams.data.imagesegmentation.filter.AbstractImageSegmentationContainerFilter
Performs the filtering of the container.
filter(LocatedObjects) - Method in class adams.data.objectfilter.AbstractObjectFilter
Filters the image objects.
filter(LocatedObjects) - Method in interface adams.data.objectfilter.ObjectFilter
Filters the image objects.
filter(FilterEvent<Timeseries>) - Method in class adams.gui.visualization.timeseries.TimeseriesExplorer
Filters the data.
filter(FilterEvent<T>) - Method in interface adams.gui.event.FilterListener
Gets called when the filtering should be executed.
filter(Dataset) - Method in class adams.ml.preprocessing.AbstractBatchFilter
Filters the dataset coming through.
filter(Dataset) - Method in class adams.ml.preprocessing.AbstractColumnSubsetBatchFilter
Filters the dataset coming through.
filter(Dataset) - Method in class adams.ml.preprocessing.AbstractColumnSubsetStreamFilter
Filters the dataset coming through.
filter(Dataset) - Method in class adams.ml.preprocessing.AbstractStreamFilter
Filters the dataset coming through.
filter(Dataset) - Method in interface adams.ml.preprocessing.BatchFilter
Filters the dataset coming through.
filter(BufferedImage) - Method in class adams.gui.visualization.image.plugins.AbstractCurrentImageFilter
Filters the image.
filter(BufferedImage) - Method in class adams.gui.visualization.image.plugins.AbstractCurrentImageFilterWithGOE
Filters the image.
filter(BufferedImage) - Method in class adams.gui.visualization.image.plugins.AbstractSelectedImagesFilter
Filters the image.
filter(BufferedImage) - Method in class adams.gui.visualization.image.plugins.BoofCVTransformer
Filters the image.
filter(BufferedImage) - Method in class adams.gui.visualization.image.plugins.BufferedImageTransformer
Filters the image.
filter(String) - Method in class adams.gui.core.dotnotationtree.AbstractItemFilter
Checks an item whether it should be displayed or not.
filter(String[]) - Static method in class adams.gui.scripting.AbstractScriptingEngine
Filters all comments and empty lines.
filter(List<String>) - Static method in class adams.gui.scripting.AbstractScriptingEngine
Filters all comments and empty lines.
filter(T) - Method in class adams.data.filter.AbstractFilter
Returns the filtered data.
filter(T) - Method in class adams.data.filter.AbstractGlobalDataContainerFilter
Filters the data with the currently set filter.
filter(T) - Method in interface adams.data.filter.Filter
Returns the filtered data.
filter(T) - Method in class adams.data.report.AbstractReportFilter
Filters the data.
filter(Instance) - Method in class weka.classifiers.meta.FilteredClassifierExt
Filters the Instance through the remove filter if necessary.
filter(Instances) - Method in class weka.classifiers.meta.FilteredClassifierExt
Filters the dataset through the remove filter if necessary.
filter(Instances, List<Integer>) - Method in class adams.flow.transformer.WekaChooseAttributes
Filters the data.
filter(Filter, Instance) - Method in class weka.classifiers.meta.FilteredClassifierExt
Filters the Instance through the specified filter.
Filter - Class in adams.gui.scripting
Abstract filter scriptlet.
Filter - Class in adams.gui.visualization.object.objectannotations.cleaning
Applies the object finder to clean the annotations.
Filter - Class in adams.gui.visualization.segmentation.tool
For applying filters.
Filter<T extends DataContainer> - Interface in adams.data.filter
Interface for filters.
Filter - Interface in adams.ml.preprocessing
Interface for filters.
Filter() - Constructor for class adams.gui.scripting.Filter
 
Filter() - Constructor for class adams.gui.visualization.object.objectannotations.cleaning.Filter
 
Filter() - Constructor for class adams.gui.visualization.segmentation.tool.Filter
 
FILTER_NONE - Static variable in class weka.classifiers.functions.GaussianProcessesAdaptive
no filter
FILTER_NONE - Static variable in class weka.classifiers.functions.GaussianProcessesNoWeights
no filter
FILTER_NONE - Static variable in class weka.classifiers.functions.GaussianProcessesWeighted
no filter
FILTER_NONE - Static variable in class weka.classifiers.functions.GPD
no filter
FILTER_NORMALIZE - Static variable in class weka.classifiers.functions.GaussianProcessesAdaptive
normalizes the data
FILTER_NORMALIZE - Static variable in class weka.classifiers.functions.GaussianProcessesNoWeights
normalizes the data
FILTER_NORMALIZE - Static variable in class weka.classifiers.functions.GaussianProcessesWeighted
normalizes the data
FILTER_NORMALIZE - Static variable in class weka.classifiers.functions.GPD
normalizes the data
FILTER_STANDARDIZE - Static variable in class weka.classifiers.functions.GaussianProcessesAdaptive
standardizes the data
FILTER_STANDARDIZE - Static variable in class weka.classifiers.functions.GaussianProcessesNoWeights
standardizes the data
FILTER_STANDARDIZE - Static variable in class weka.classifiers.functions.GaussianProcessesWeighted
standardizes the data
FILTER_STANDARDIZE - Static variable in class weka.classifiers.functions.GPD
standardizes the data
filterByModule(Class[], String) - Method in class adams.core.ClassLister
Filters the classes using the ADAMS module name, returning only ones that are from this module.
filterColumns(ResultSet) - Method in class adams.db.Sequences
Filters the columns that can be displayed.
filterData(String, Object, Actor) - Method in class adams.gui.tools.SpreadSheetViewerPanel
Filters the data with the transformer and adds the generated output as new tab.
FilterDialog<T extends DataContainer> - Class in adams.gui.visualization.container
A dialog that lets the user select a filter and also choose whether to overlay the original data or not.
FilterDialog(Dialog) - Constructor for class adams.gui.visualization.container.FilterDialog
Creates a modeless dialog without a title with the specified Dialog as its owner.
FilterDialog(Frame) - Constructor for class adams.gui.visualization.container.FilterDialog
Creates a modeless dialog without a title with the specified Frame as its owner.
FilteredBoofCVFeatureGenerator - Class in adams.data.boofcv.features
Applies the filter (an image transformer) to the image first before generating the features from the transformed images.
FilteredBoofCVFeatureGenerator() - Constructor for class adams.data.boofcv.features.FilteredBoofCVFeatureGenerator
 
FilteredBufferedImageFeatureGenerator - Class in adams.data.image.features
Applies the filter (an image transformer) to the image first before generating the features from the transformed images.
FilteredBufferedImageFeatureGenerator() - Constructor for class adams.data.image.features.FilteredBufferedImageFeatureGenerator
 
FilteredClassifierExt - Class in weka.classifiers.meta
Class for running an arbitrary classifier on data that has been passed through an arbitrary filter.
FilteredClassifierExt() - Constructor for class weka.classifiers.meta.FilteredClassifierExt
 
FilteredColumnFinder - Class in adams.data.spreadsheet.columnfinder
Filters the data first before applying the actual finder to locate the columns.
FilteredColumnFinder() - Constructor for class adams.data.spreadsheet.columnfinder.FilteredColumnFinder
 
FilteredDataProvider<T extends DataContainer> - Interface in adams.db
Interface for data providers that normally returned the data filtered.
FilteredFilter - Class in weka.filters
First applies the pre-filter to the data and the generated data is fed into the main filter.
FilteredFilter() - Constructor for class weka.filters.FilteredFilter
 
FilteredIQR - Class in adams.data.weka.rowfinder
Returns indices of rows that got identified as outliers/extreme values.
FilteredIQR() - Constructor for class adams.data.weka.rowfinder.FilteredIQR
 
FilteredOutlierDetector<T extends DataContainer> - Class in adams.data.outlier
A meta detector that first filters the data through a filter before pushing it through the base detector.
FilteredOutlierDetector() - Constructor for class adams.data.outlier.FilteredOutlierDetector
 
FilteredReportFilter<T extends DataContainer> - Class in adams.data.report
This filter first pushes the data through the provided data filter before applying the actual report filter.
FilteredReportFilter() - Constructor for class adams.data.report.FilteredReportFilter
 
FilteredSearch - Class in weka.core.neighboursearch
Class implementing the brute force search algorithm for nearest neighbour search, filtered using PLS.
FilteredSearch() - Constructor for class weka.core.neighboursearch.FilteredSearch
Constructor.
FilteredSearch(Instances) - Constructor for class weka.core.neighboursearch.FilteredSearch
Constructor that uses the supplied set of instances.
FilterEvent<T extends DataContainer> - Class in adams.gui.event
Event that gets sent from a FilterDialog.
FilterEvent(FilterDialog, Filter<T>, boolean) - Constructor for class adams.gui.event.FilterEvent
Initializes the event.
filterFiles(File[]) - Method in class adams.gui.tools.PreviewBrowserPanel
Filters the files.
filterInstance(Instance) - Method in class weka.classifiers.functions.GaussianProcessesNoWeights
Filters an instance.
filterInteractionLog(InteractionEvent) - Method in class adams.gui.visualization.image.interactionlogging.AbstractInteractionLoggingFilter
Filters the interaction logging.
filterInteractionLog(InteractionEvent) - Method in interface adams.gui.visualization.image.interactionlogging.InteractionLoggingFilter
Filters the interaction logging.
FilterJob(Filter, T) - Constructor for class adams.data.filter.AbstractFilter.FilterJob
Initializes the job.
FilterJob(SpreadSheetFilter, SpreadSheet) - Constructor for class adams.flow.transformer.SpreadSheetFilter.FilterJob
Initializes the job.
FilterListener<T extends DataContainer> - Interface in adams.gui.event
Interface for classes that want to listen to events that trigger filtering.
filterMap(Map) - Method in class adams.flow.transformer.mapfilter.AbstractMapFilter
Filters the map.
FilterMap - Class in adams.flow.transformer
Applies the specified filter to the map object passing through.
FilterMap() - Constructor for class adams.flow.transformer.FilterMap
 
filterMissing(double[], double[]) - Static method in class adams.flow.transformer.summarystatistics.PredictionHelper
Filters out missing actual values/predicted values.
filterMissing(String[], String[], double[]) - Static method in class adams.flow.transformer.summarystatistics.PredictionHelper
Filters out missing actual values/predicted values.
filterObjects(String) - Method in class adams.flow.transformer.compareobjectlocations.AbstractComparisonPanel
Filters the objects using the specified label and updates the GUI.
filterObjects(String) - Method in class adams.flow.transformer.compareobjectlocations.Combined.CombinedPanel
Filters the objects using the specified label and updates the GUI.
filterObjects(String) - Method in class adams.flow.transformer.compareobjectlocations.SideBySide.SideBySidePanel
Filters the objects using the specified label and updates the GUI.
filterObjects(String, LocatedObjects, String, String) - Method in class adams.flow.transformer.compareobjectlocations.AbstractComparisonPanel
Filters the objects using the specified label and returns the newly generated report.
FilterOverlay - Class in adams.gui.scripting
Abstract filter scriptlet (overlays the containers).
FilterOverlay() - Constructor for class adams.gui.scripting.FilterOverlay
 
FilterPanel - Class in adams.gui.core
Compact filter component that allows user to enter text.
FilterPanel(int) - Constructor for class adams.gui.core.FilterPanel
Initializes the component.
FilterPanel(int, int) - Constructor for class adams.gui.core.FilterPanel
Initializes the component.
filterReport(Report) - Method in class adams.gui.tools.previewbrowser.CocoAnnotationsHandler
Filters the objects in the report, if necessary.
filterReport(Report) - Method in class adams.gui.tools.previewbrowser.DeepLabCutCSVHandler
Filters the objects in the report, if necessary.
filterReport(Report) - Method in class adams.gui.tools.previewbrowser.ObjectCentersFromReport
Filters the objects in the report, if necessary.
filterReport(Report) - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
Filters the objects in the report, if necessary.
filterReport(Report) - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
Filters the objects in the report, if necessary.
filterReport(Report) - Method in class adams.gui.tools.previewbrowser.PointsFromReportHandler
Filters the objects in the report, if necessary.
filterStateChanged(GlobalDataContainerFilterChangeEvent) - Method in interface adams.data.filter.event.GlobalDataContainerFilterChangeListener
A change in the filter occurred.
filtersTipText() - Method in class adams.data.imagesegmentation.filter.MultiFilter
Returns the tip text for this property.
filtersTipText() - Method in class adams.flow.standalone.logevent.AbstractMultiFilter
Returns the tip text for this property.
filtersTipText() - Method in class adams.flow.standalone.logevent.AndFilter
Returns the tip text for this property.
filtersTipText() - Method in class adams.flow.standalone.logevent.OrFilter
Returns the tip text for this property.
filtersTipText() - Method in class adams.ml.preprocessing.unsupervised.MultiBatch
Returns the tip text for this property.
filtersTipText() - Method in class adams.ml.preprocessing.unsupervised.MultiStream
Returns the tip text for this property.
filtersTipText() - Method in class weka.filters.unsupervised.attribute.MetaPartitionedMultiFilter
Returns the tip text for this property.
filtersTipText() - Method in class weka.filters.unsupervised.attribute.PartitionedMultiFilter2
Returns the tip text for this property.
filterTestData(Instances) - Method in class adams.flow.transformer.AbstractWekaPredictionsTransformer
Filters the data accordingly to the selected attribute range.
filterTipText() - Method in class adams.data.boofcv.features.FilteredBoofCVFeatureGenerator
Returns the tip text for this property.
filterTipText() - Method in class adams.data.filter.AbstractPreFilter
Returns the tip text for this property.
filterTipText() - Method in class adams.data.filter.ReportFilter
Returns the tip text for this property.
filterTipText() - Method in class adams.data.image.features.FilteredBufferedImageFeatureGenerator
Returns the tip text for this property.
filterTipText() - Method in class adams.data.image.transformer.ImageFilter
Returns the tip text for this property.
filterTipText() - Method in class adams.data.outlier.FilteredOutlierDetector
Returns the tip text for this property.
filterTipText() - Method in class adams.data.report.AbstractFilteredReportFilter
Returns the tip text for this property.
filterTipText() - Method in class adams.data.spreadsheet.columnfinder.FilteredColumnFinder
Returns the tip text for this property.
filterTipText() - Method in class adams.data.spreadsheet.filter.WekaFilter
Returns the tip text for this property.
filterTipText() - Method in class adams.data.weka.rowfinder.FilteredIQR
Returns the tip text for this property.
filterTipText() - Method in class adams.flow.source.RSync
 
filterTipText() - Method in class adams.flow.source.SimpleRSync
 
filterTipText() - Method in class adams.flow.standalone.LogEvent
Returns the tip text for this property.
filterTipText() - Method in class adams.flow.standalone.logevent.NotFilter
Returns the tip text for this property.
filterTipText() - Method in class adams.flow.transformer.AbstractFilter
Returns the tip text for this property.
filterTipText() - Method in class adams.flow.transformer.DatasetFilter
Returns the tip text for this property.
filterTipText() - Method in class adams.flow.transformer.DatasetRowFilter
Returns the tip text for this property.
filterTipText() - Method in class adams.flow.transformer.FilterMap
Returns the tip text for this property.
filterTipText() - Method in class adams.flow.transformer.ImageObjectFilter
Returns the tip text for this property.
filterTipText() - Method in class adams.flow.transformer.ImageSegmentationContainerFilter
Returns the tip text for this property.
filterTipText() - Method in class adams.flow.transformer.SpreadSheetFilter
Returns the tip text for this property.
filterTipText() - Method in class adams.flow.transformer.WekaFilter
Returns the tip text for this property.
filterTipText() - Method in class adams.flow.transformer.WekaStreamFilter
Returns the tip text for this property.
filterTipText() - Method in class weka.classifiers.functions.ClassificationViaPLS
Returns the tip text for this property
filterTipText() - Method in class weka.classifiers.functions.PLSClassifierWeighted
Returns the tip text for this property
filterTipText() - Method in class weka.classifiers.lazy.LWLSynchroPrefilter
 
filterTipText() - Method in class weka.core.neighboursearch.FilteredSearch
Returns the tip text for this property
filterTipText() - Method in class weka.filters.unsupervised.attribute.FastWavelet
Returns the tip text for this property.
filterTypeTipText() - Method in class weka.classifiers.functions.GaussianProcessesAdaptive
Returns the tip text for this property
filterTypeTipText() - Method in class weka.classifiers.functions.GaussianProcessesNoWeights
Returns the tip text for this property
filterTypeTipText() - Method in class weka.classifiers.functions.GaussianProcessesWeighted
Returns the tip text for this property
filterTypeTipText() - Method in class weka.classifiers.functions.GPD
Returns the tip text for this property.
finalize() - Method in class adams.gui.print.PostscriptGraphics
Not implemented
finalizeList() - Method in class adams.flow.processor.AbstractListingProcessor
Finishes up the list, e.g., sorts it.
finalizeList() - Method in class adams.flow.processor.ListAnnotationTags
Finishes up the list.
finalizeMenu(List<JMenuItem>) - Method in class adams.gui.flow.tree.menu.AbstractAddMostCommonActorAction
Finalizes the menu.
finalModelTipText() - Method in class adams.flow.transformer.WekaCrossValidationEvaluator
Returns the tip text for this property.
FinalPage - Class in adams.gui.wizard
Simple start/welcome page.
FinalPage() - Constructor for class adams.gui.wizard.FinalPage
 
finalUpdateVariables() - Method in class adams.flow.core.AbstractActor
Gets called when the actor needs to re-evaluate variables before wrapping up.
find() - Method in class adams.gui.core.AbstractTextAreaPanelWithAdvancedSyntaxHighlighting
Initiates a search.
find() - Method in class adams.gui.core.ConsolePanel.OutputPanel
For finding a string.
find() - Method in class adams.gui.core.StyledTextEditorPanel
Initiates a search.
find() - Method in class adams.gui.core.TextEditorPanel
Initiates a search.
find() - Method in class adams.gui.flow.tree.Tree
Searches for actor names in the tree.
find(double) - Method in class adams.data.sequence.XYSequence
Returns the SequencePoint with the exact number, null if not found.
find(double[], Limits[]) - Method in class adams.data.spc.AbstractViolationFinder
Performs the finding.
find(double[], Limits[]) - Method in interface adams.data.spc.ViolationFinder
Performs the finding.
find(int) - Method in class adams.flow.transformer.locateobjects.LocatedObjects
Returns the object with the specified index.
find(LoggingObject, PlaceholderFile, MetaDataFileUtils.MetaDataLocation, String, String[]) - Static method in class adams.core.io.MetaDataFileUtils
Returns the list of meta-data files that were identified using the provided data file name.
find(LoggingObject, File, String) - Static method in class adams.core.io.MetaDataFileUtils
Looks for a meta-data file for the data file, using the specified extension.
find(LoggingObject, File, String, String) - Static method in class adams.core.io.MetaDataFileUtils
Looks for a meta-data file for the data file, using the specified suffix and extension.
find(Report) - Method in class adams.data.objectfinder.AbstractObjectFinder
Finds the objects in the report.
find(Report) - Method in interface adams.data.objectfinder.ObjectFinder
Finds the objects in the report.
find(LocatedObjects) - Method in class adams.data.objectfinder.AbstractObjectFinder
Finds the objects in the list of objects.
find(LocatedObjects) - Method in interface adams.data.objectfinder.ObjectFinder
Finds the objects in the list of objects.
find(Object, PropertyPath.Path, PropertyPath.Path, MessageCollection) - Static method in class adams.core.discovery.PropertyPath
returns the property and object associated with the given path, null if a problem occurred.
find(Object, PropertyPath.Path, MessageCollection) - Static method in class adams.core.discovery.PropertyPath
returns the property and object associated with the given path, null if a problem occurred.
find(Object, String, MessageCollection) - Static method in class adams.core.discovery.PropertyPath
returns the property and object associated with the given path, null if a problem occurred.
find(String) - Method in class adams.core.Trie.TrieNode
returns the node with the given suffix
find(String) - Method in class adams.flow.standalone.AbstractStandaloneGroup
Finds the actor with the specified name recursively.
find(String) - Method in class adams.flow.transformer.locateobjects.LocatedObjects
Returns the object with the specified index.
find(String, boolean, boolean) - Static method in class adams.core.management.EnvVar
Locates the actual environment variable.
find(Date) - Method in class adams.data.timeseries.Timeseries
Returns the TimeseriesPoint with the exact timestamp, null if not found.
FIND - Static variable in interface adams.parser.booleanexpression.sym
 
FIND - Static variable in interface adams.parser.lookupupdate.sym
 
FIND - Static variable in interface adams.parser.mathematicalexpression.sym
 
FIND - Static variable in interface adams.parser.spreadsheetformula.sym
 
FIND - Static variable in interface adams.parser.stringexpression.sym
 
FIND - Static variable in class weka.filters.unsupervised.attribute.NominalToNumeric
 
findActorHandlers(Actor) - Static method in class adams.flow.core.ActorUtils
Returns a list of actor handlers, starting from the current note (excluded).
findActorHandlers(Actor, boolean) - Static method in class adams.flow.core.ActorUtils
Returns a list of actor handlers, starting from the current note (excluded).
findActorHandlers(Actor, boolean, boolean) - Static method in class adams.flow.core.ActorUtils
Returns a list of actor handlers, starting from the current note (excluded).
findActorLocations(Actor) - Method in class adams.gui.flow.tree.menu.FindUsages
Locates all the occurrences of this actor.
findAllCallableActors(Actor) - Static method in class adams.flow.core.CallableActorHelper
Returns all CallableActors instances that can be located in the flow
findAllComponents(Container, Class, boolean, boolean) - Static method in class adams.gui.core.GUIHelper
Retrieves all components of the specified type starting with the given parent container.
findAttributeIndexOfUniqueID(Instances) - Method in class adams.flow.transformer.wekadatasetsmerge.JoinOnID
Finds the index of the unique ID attribute in the given dataset.
findBestLeaf(double[], RuleNode2[]) - Method in class weka.classifiers.trees.m5.RuleNode2
Find the leaf with greatest coverage
findBestModel() - Method in class weka.classifiers.functions.LinearRegressionJ
Performs a greedy search for the best regression model using Akaike's criterion.
findBestRegression() - Method in class weka.classifiers.meta.AbstainLeastMedianSq
Finds the best regression generated from m_samples random samples from the training data.
findBestRegression() - Method in class weka.classifiers.meta.LeastMedianSq
Finds the best regression generated from m_samples random samples from the training data.
findByClass(Class) - Method in class adams.core.option.OptionManager
Tries to locate the corresponding option for the given class.
findByFlag(String) - Method in class adams.core.option.OptionManager
Tries to locate the corresponding option for the given commandline string (without the leading dash).
findByProperty(String) - Method in class adams.core.option.OptionManager
Tries to locate the corresponding option for the given property name.
findCallableActor() - Method in class adams.data.objectfilter.TransformMetaData
Tries to find the callable actor referenced by its callable name.
findCallableActor() - Method in class adams.flow.control.CallableActorScreenshot
Tries to find the callable actor referenced by its callable name.
findCallableActor() - Method in class adams.flow.control.CloseCallableDisplay
Tries to find the callable actor referenced by its callable name.
findCallableActor() - Method in class adams.flow.control.TimedSubProcess
Tries to find the callable actor referenced by its callable name.
findCallableActor() - Method in class adams.flow.control.TimedTee
Tries to find the callable actor referenced by its callable name.
findCallableActor() - Method in class adams.flow.control.TimedTrigger
Tries to find the callable actor referenced by its callable name.
findCallableActor() - Method in class adams.flow.control.UpdateCallableDisplay
Tries to find the callable actor referenced by its callable name.
findCallableActor() - Method in class adams.flow.core.AbstractCallableActor
Tries to find the callable actor referenced by its callable name.
findCallableActor() - Method in class adams.flow.core.AbstractCopyCallableActor
Tries to find the callable actor referenced by its name.
findCallableActor() - Method in class adams.flow.sink.CallableSink
Tries to find the callable actor referenced by its callable name.
findCallableActor() - Method in class adams.flow.source.AbstractInteractiveSource
Tries to find the callable actor referenced by its callable name.
findCallableActor() - Method in class adams.flow.source.CallableSource
Tries to find the callable actor referenced by its global name.
findCallableActor() - Method in class adams.flow.source.SelectFile
Tries to find the callable actor referenced by its callable name.
findCallableActor() - Method in class adams.flow.source.WekaSelectDataset
Tries to find the callable actor referenced by its callable name.
findCallableActor() - Method in class adams.flow.standalone.AbstractCallableDatabaseConnection
Tries to find the callable actor referenced by its name.
findCallableActor() - Method in class adams.flow.transformer.AbstractInteractiveTransformer
Tries to find the callable actor referenced by its callable name.
findCallableActor() - Method in class adams.flow.transformer.CallableTransformer
Tries to find the callable actor referenced by its name.
findCallableActor() - Method in class adams.flow.transformer.IndexedSplitsRunsEvaluation
Tries to find the callable actor referenced by its callable name.
findCallableActor() - Method in class adams.flow.transformer.IndexedSplitsRunsPredictions
Tries to find the callable actor referenced by its callable name.
findCallableActor() - Method in class adams.flow.transformer.MergeReport
Tries to find the callable actor referenced by its callable name.
findCallableActor() - Method in class adams.flow.transformer.SetJsonValue
Tries to find the callable actor referenced by its callable name.
findCallableActor() - Method in class adams.flow.transformer.SetMapValue
Tries to find the callable actor referenced by its callable name.
findCallableActor() - Method in class adams.flow.transformer.SetReportFromSource
Tries to find the callable actor referenced by its callable name.
findCallableActor() - Method in class adams.flow.transformer.SpreadSheetTransformCells
Tries to find the callable actor referenced by its callable name.
findCallableActor() - Method in class adams.flow.transformer.SpreadSheetTransformHeaderCells
Tries to find the callable actor referenced by its callable name.
findCallableActor() - Method in class adams.flow.transformer.WekaGeneticAlgorithm
Tries to find the callable actor referenced by its callable name.
findCallableActor() - Method in class adams.scripting.requesthandler.CallableActorsHandler
Tries to find the callable actor referenced by its global name.
findCallableActor() - Method in class adams.scripting.responsehandler.CallableActorsHandler
Tries to find the callable actor referenced by its global name.
findCallableActor(ActorHandler, CallableActorReference) - Method in class adams.flow.core.CallableActorHelper
Checks a control actor's children whether they contain the callable actor that we're looking for.
findCallableActor(Actor, CallableActorReference) - Method in class adams.flow.core.CallableActorHelper
Tries to find the callable actor referenced by its name.
findCallableActor(ActorReferenceHandler, CallableActorReference) - Method in class adams.flow.core.CallableActorHelper
Checks a reference handler's children whether they contain the callable actor that we're looking for.
findCallableActor(CallableActorReference) - Method in class adams.flow.standalone.QueueInit
Tries to find the callable actor referenced by its callable name.
findCallableActorRecursive(Actor, CallableActorReference) - Method in class adams.flow.core.CallableActorHelper
Tries to find the referenced callable actor.
findCallableActors() - Method in class adams.gui.flow.tree.quickaction.ChangeCallableActor
Locates all the callable actors for the node.
findCallableActors() - Method in class adams.gui.goe.CallableActorReferenceEditor
Locates all the callable actors for the node.
findCallableActors(ActorHandler, List<Actor>) - Method in class adams.flow.core.CallableActorHelper
Locates callable actors.
findCallableActors(ActorReferenceHandler, List<Actor>) - Method in class adams.flow.core.CallableActorHelper
Locates callable actors.
findCallableActorsHandler(Node) - Static method in class adams.gui.goe.FlowHelper
Locates all nodes representing ActorReferenceHandler actors.
findCallableActorsHandler(Node, Class[]) - Static method in class adams.gui.goe.FlowHelper
Locates all nodes representing ActorReferenceHandler actors.
findCallableActorsHandler(Container) - Static method in class adams.gui.goe.FlowHelper
Locates all nodes representing ActorReferenceHandler actors.
findCallableActorsRecursive(Actor) - Method in class adams.flow.core.CallableActorHelper
Locates all callable actors .
findCallableTransformers(Actor) - Static method in class adams.flow.core.ActorUtils
Locates callable transformers.
findCells(Row) - Method in class adams.data.spreadsheet.cellfinder.AbstractRowCellFinder
Locates the cells in the row.
findCells(Row) - Method in interface adams.data.spreadsheet.cellfinder.RowCellFinder
Locates the cells in the row.
findCells(SpreadSheet) - Method in class adams.data.spreadsheet.cellfinder.AbstractCellFinder
Locates the cells in the spreadsheet.
findCells(SpreadSheet) - Method in interface adams.data.spreadsheet.cellfinder.CellFinder
Locates the cells in the spreadsheet.
FindClass - Class in adams.core
For locating classes on the classpath.
FindClass - Class in adams.gui.menu
For locating a class on the classpath and the associated classpath components.
FindClass() - Constructor for class adams.core.FindClass
 
FindClass() - Constructor for class adams.gui.menu.FindClass
Initializes the menu item with no owner.
FindClass(AbstractApplicationFrame) - Constructor for class adams.gui.menu.FindClass
Initializes the menu item.
FindClass.Listener - Class in adams.core
For collecting URLs.
findClosest(double) - Method in class adams.data.sequence.XYSequence
Returns the SequencePoint with a number closest to the one provided.
findClosest(double[], double) - Static method in class adams.data.statistics.StatUtils
Returns the index of the double closest to the one one is looking for in the given array.
findClosest(int[], int) - Static method in class adams.data.statistics.StatUtils
Returns the index of the integer closest to the one one is looking for in the given array.
findClosest(Number[], Number) - Static method in class adams.data.statistics.StatUtils
Returns the index of the number closest to the one one is looking for in the given array.
findClosest(Date) - Method in class adams.data.timeseries.Timeseries
Returns the TimeseriesPoint with a timestamp closest to the one provided.
findClosestAttributeIndex(Instance, double) - Method in class adams.gui.visualization.instance.InstancePointHitDetector
Returns the closest attribute index for the given x.
findClosestAttributeIndex(SpreadSheetRow, double) - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowPointHitDetector
Returns the closest attribute index for the given x.
findClosestTimestamp(List<TimeseriesPoint>, Date) - Static method in class adams.data.timeseries.TimeseriesUtils
Returns the index in points closest to the given timestamp.
findClosestType(ActorHandler, Class) - Static method in class adams.flow.core.ActorUtils
Checks an actor handler's children whether they contain the actor type we're looking for.
findClosestType(Actor, Class) - Static method in class adams.flow.core.ActorUtils
Tries to find the closest type in the actor tree, starting with the current actor.
findClosestType(Actor, Class, boolean) - Static method in class adams.flow.core.ActorUtils
Tries to find the closest type in the actor tree, starting with the current actor.
findClosestTypes(ActorHandler, Class) - Static method in class adams.flow.core.ActorUtils
Checks an actor handler's children whether they contain the actor type we're looking for.
findClosestTypes(Actor, Class) - Static method in class adams.flow.core.ActorUtils
Tries to find the closest types in the actor tree, starting with the current actor.
findClosestTypes(Actor, Class, boolean) - Static method in class adams.flow.core.ActorUtils
Tries to find the closest types in the actor tree, starting with the current actor.
findClosestX(List<InstancePoint>, int) - Static method in class adams.data.instance.InstanceUtils
Returns the index in m_Points closest to the given x value.
findClosestX(List<XYSequencePoint>, double) - Static method in class adams.data.sequence.XYSequenceUtils
Returns the index in m_Points closest to the given x value.
findClosestX(List<SpreadSheetRowPoint>, int) - Static method in class adams.gui.visualization.spreadsheet.SpreadSheetRowUtils
Returns the index in m_Points closest to the given x value.
findClosestXs(double, double) - Method in class adams.gui.visualization.stats.paintlet.AbstractScatterPlotHitDetector
Determines the indices of the X values that are closest to the provided x.
findClosestXs(List<XYSequencePoint>, double, double) - Static method in class adams.data.sequence.XYSequenceUtils
Returns the indices of m_Points closest to the given x value.
findColumn(ResultSet, String, boolean) - Method in class adams.db.Sequences
Returns the index of the column in the resultset.
findColumnIndexOfUniqueID(SpreadSheet) - Method in class adams.flow.transformer.spreadsheetmethodmerge.JoinOnID
Finds the index of the unique ID column in the given spreadsheet.
findColumns(SpreadSheet) - Method in class adams.data.spreadsheet.columnfinder.AbstractColumnFinder
Returns the columns of interest in the spreadsheet.
findColumns(SpreadSheet) - Method in interface adams.data.spreadsheet.columnfinder.ColumnFinder
Returns the columns of interest in the spreadsheet.
findColumns(Instances) - Method in class adams.data.weka.columnfinder.AbstractColumnFinder
Returns the columns of interest in the dataset.
findColumns(Instances) - Method in interface adams.data.weka.columnfinder.ColumnFinder
Returns the columns of interest in the dataset.
findComponents(Container, Class, boolean, boolean, List<Component>, boolean) - Static method in class adams.gui.core.GUIHelper
Retrieves all components of the specified type starting with the given parent container.
findEditor(PropertyEditor) - Method in class adams.gui.goe.PropertySheetPanel
Determines the index of the editor in this sheet panel.
findEnclosingActor(OptionHandler, OptionTraversalPath) - Method in class adams.flow.processor.AbstractActorListingProcessor
Tries to locate the enclosing actor.
findEnclosingActor(OptionHandler, OptionTraversalPath, int) - Method in class adams.flow.processor.AbstractActorListingProcessor
Tries to locate the enclosing actor.
findEnclosingAttributeIndices(Instance, double) - Method in class adams.gui.visualization.instance.InstancePointHitDetector
Determines the enclosing attribute indices for the given x value.
findEnclosingAttributeIndices(SpreadSheetRow, double) - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowPointHitDetector
Determines the enclosing attribute indices for the given x value.
findEnclosingTimestamps(List<TimeseriesPoint>, Date) - Static method in class adams.data.timeseries.TimeseriesUtils
Returns the indices of points in m_Points that enclose the given timestamp.
findEnclosingXs(List<InstancePoint>, int) - Static method in class adams.data.instance.InstanceUtils
Returns the indices of points in m_Points that enclose the given x value.
findEnclosingXs(List<XYSequencePoint>, double) - Static method in class adams.data.sequence.XYSequenceUtils
Returns the indices of points in m_Points that enclose the given x value.
findEnclosingXs(List<SpreadSheetRowPoint>, int) - Static method in class adams.gui.visualization.spreadsheet.SpreadSheetRowUtils
Returns the indices of points in m_Points that enclose the given x value.
findersTipText() - Method in class adams.data.objectfinder.MultiObjectFinder
Returns the tip text for this property.
findersTipText() - Method in class adams.data.spreadsheet.columnfinder.MultiColumnFinder
Returns the tip text for this property.
findersTipText() - Method in class adams.data.spreadsheet.rowfinder.MultiRowFinder
Returns the tip text for this property.
findersTipText() - Method in class adams.data.weka.columnfinder.MultiColumnFinder
Returns the tip text for this property.
findersTipText() - Method in class adams.data.weka.rowfinder.MultiRowFinder
Returns the tip text for this property.
finderTipText() - Method in class adams.data.conversion.ObjectAnnotationsToImageSegmentationLayers
Returns the tip text for this property.
finderTipText() - Method in class adams.data.conversion.SpreadSheetMaterializeFormulas
Returns the tip text for this property.
finderTipText() - Method in class adams.data.image.transformer.FixObjects
Returns the tip text for this property.
finderTipText() - Method in class adams.data.image.transformer.ObjectAnnotationsMask
Returns the tip text for this property.
finderTipText() - Method in class adams.data.image.transformer.subimages.Objects
Returns the tip text for this property.
finderTipText() - Method in class adams.data.io.output.ObjectLocationsSpreadSheetWriter
Returns the tip text for this property.
finderTipText() - Method in class adams.data.io.output.OpexObjectLocationsWriter
Returns the tip text for this property.
finderTipText() - Method in class adams.data.io.output.ViaAnnotationsReportWriter
Returns the tip text for this property.
finderTipText() - Method in class adams.data.io.output.YoloAnnotationsReportWriter
Returns the tip text for this property.
finderTipText() - Method in class adams.data.objectfilter.AttachOverlappingMetaData
Returns the tip text for this property.
finderTipText() - Method in class adams.data.spreadsheet.cellfinder.CorrespondingColumn
Returns the tip text for this property.
finderTipText() - Method in class adams.data.spreadsheet.columnfinder.FilteredColumnFinder
Returns the tip text for this property.
finderTipText() - Method in class adams.flow.transformer.ChangeImageObjectPrefix
Returns the tip text for this property.
finderTipText() - Method in class adams.flow.transformer.DeleteOverlappingImageObjects
Returns the tip text for this property.
finderTipText() - Method in class adams.flow.transformer.DetermineOverlappingAreas
Returns the tip text for this property.
finderTipText() - Method in class adams.flow.transformer.DetermineOverlappingObjects
Returns the tip text for this property.
finderTipText() - Method in class adams.flow.transformer.GetImageObjectIndices
Returns the tip text for this property.
finderTipText() - Method in class adams.flow.transformer.GetImageObjects
Returns the tip text for this property.
finderTipText() - Method in class adams.flow.transformer.ImageObjectFilter
Returns the tip text for this property.
finderTipText() - Method in class adams.flow.transformer.ImageObjectOverlap
Returns the tip text for this property.
finderTipText() - Method in class adams.flow.transformer.ImageObjectOverlapMatrix
Returns the tip text for this property.
finderTipText() - Method in class adams.flow.transformer.IntersectOverUnion
Returns the tip text for this property.
finderTipText() - Method in class adams.flow.transformer.negativeregions.RandomRegions
Returns the tip text for this property.
finderTipText() - Method in class adams.flow.transformer.negativeregions.SimpleBlockFill
Returns the tip text for this property.
finderTipText() - Method in class adams.flow.transformer.RemoveOverlappingImageObjects
Returns the tip text for this property.
finderTipText() - Method in class adams.flow.transformer.SpreadSheetCellFinder
Returns the tip text for this property.
finderTipText() - Method in class adams.flow.transformer.SpreadSheetColumnFilter
Returns the tip text for this property.
finderTipText() - Method in class adams.flow.transformer.SpreadSheetConvertCells
Returns the tip text for this property.
finderTipText() - Method in class adams.flow.transformer.SpreadSheetRowFilter
Returns the tip text for this property.
finderTipText() - Method in class adams.flow.transformer.SpreadSheetSetCell
Returns the tip text for this property.
finderTipText() - Method in class adams.flow.transformer.SpreadSheetTransformCells
Returns the tip text for this property.
finderTipText() - Method in class adams.gui.tools.previewbrowser.CocoAnnotationsHandler
Returns the tip text for this property.
finderTipText() - Method in class adams.gui.tools.previewbrowser.DeepLabCutCSVHandler
Returns the tip text for this property.
finderTipText() - Method in class adams.gui.tools.previewbrowser.ObjectCentersFromReport
Returns the tip text for this property.
finderTipText() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
Returns the tip text for this property.
finderTipText() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
Returns the tip text for this property.
finderTipText() - Method in class adams.gui.tools.previewbrowser.PointsFromReportHandler
Returns the tip text for this property.
finderTipText() - Method in class adams.gui.visualization.object.objectannotations.cleaning.Filter
Returns the tip text for this property.
finderTipText() - Method in class adams.gui.visualization.object.objectannotations.cleaning.OverlapRemoval
Returns the tip text for this property.
findEvent(ActorHandler, EventReference) - Method in class adams.flow.core.EventHelper
Checks a control actor's children whether they contain the event that we're looking for.
findEvent(Actor, EventReference) - Method in class adams.flow.core.EventHelper
Tries to find the event referenced by its global name.
findEventActor() - Method in class adams.flow.control.TriggerEvent
Tries to find the event referenced by its global name.
findEventRecursive(Actor, EventReference) - Method in class adams.flow.core.EventHelper
Tries to find the referenced event.
findEvents() - Method in class adams.gui.goe.EventReferenceEditor
Locates all the events for the node.
findExistingDir(File) - Static method in class adams.gui.chooser.BaseFileChooser
Returns a directory that exists, starting with the provided one.
findExtent(IntArrayMatrixView, int, int, boolean, int[]) - Method in class adams.flow.transformer.negativeregions.SimpleBlockFill
Finds the largest horizontal or vertical extent from the specified position without hitting an annotation.
findFirst(double[], double) - Static method in class adams.data.statistics.StatUtils
Returns the (first) index of the double one is looking for in the given array.
findFirst(int[], int) - Static method in class adams.data.statistics.StatUtils
Returns the (first) index of the integer one is looking for in the given array.
findFirst(Number[], Number) - Static method in class adams.data.statistics.StatUtils
Returns the (first) index of the number one is looking for in the given array.
findFirstComponent(Container, Class, boolean, boolean) - Static method in class adams.gui.core.GUIHelper
Retrieves the first component of the specified type starting with the given parent container.
FindInFile - Class in adams.flow.transformer
Searches the incoming (text) file for the specified search string, output the boolean search result.
FindInFile() - Constructor for class adams.flow.transformer.FindInFile
 
FindInFiles - Class in adams.gui.menu
Simple tool for finding files that contain certain text.
FindInFiles() - Constructor for class adams.gui.menu.FindInFiles
Initializes the menu item with no owner.
FindInFiles(AbstractApplicationFrame) - Constructor for class adams.gui.menu.FindInFiles
Initializes the menu item.
FindInFilesPanel - Class in adams.gui.tools
Simple tool for finding text in .
FindInFilesPanel() - Constructor for class adams.gui.tools.FindInFilesPanel
 
findInstancePoint(Instance, int) - Method in class adams.gui.visualization.instance.InstancePointHitDetector
Returns the Instance point at the specified position.
findInvalidAnnotationsIndices(LocatedObjects) - Method in class adams.gui.visualization.object.objectannotations.check.AbstractAnnotationCheck
Checks the annotations and returns the indices of the invalid ones.
findInvalidAnnotationsIndices(LocatedObjects) - Method in interface adams.gui.visualization.object.objectannotations.check.AnnotationCheck
Checks the annotations and returns the indices of the invalid ones.
findItem(N, String) - Method in class adams.gui.core.dotnotationtree.DotNotationTree
Finds the item in the tree structure.
findItem(N, String[]) - Method in class adams.gui.core.dotnotationtree.DotNotationTree
Tries to match the parts of the string to children of the given root node.
findLabel(PropertyEditor) - Method in class adams.gui.goe.PropertySheetPanel
Tries to find the label for the specified editor.
findLastIndex(Report) - Method in class adams.gui.visualization.image.leftclick.AbstractSelectionRectangleBasedLeftClickProcessor
Determines the last index used with the given prefix.
findLastIndex(Report) - Method in class adams.gui.visualization.image.selection.AbstractSelectionRectangleBasedSelectionProcessor
Determines the last index used with the given prefix.
findLastIndex(Report) - Method in class adams.gui.visualization.object.annotator.AbstractReportBasedAnnotator
Determines the last index used with the given prefix.
findLastIndex(Report, String) - Static method in class adams.data.report.AnnotationHelper
Determines the last index used with the given prefix.
findMultiView(ActorHandler, CallableActorReference) - Method in class adams.flow.core.CallableActorHelper
Checks a control actor's children whether they contain the multi-view actor that we're looking for.
findMultiViewRecursive(Actor, CallableActorReference) - Method in class adams.flow.core.CallableActorHelper
Tries to find the referenced multi-view actor.
findNext() - Method in class adams.data.spreadsheet.cellfinder.TypeRangeIterator
Find the next location.
findNext() - Method in class adams.gui.core.AbstractTextAreaPanelWithAdvancedSyntaxHighlighting
Finds the next occurrence.
findNext() - Method in class adams.gui.core.ConsolePanel.OutputPanel
Finds the next occurrence.
findNext() - Method in class adams.gui.core.StyledTextEditorPanel
Finds the next occurrence.
findNext() - Method in class adams.gui.core.TextEditorPanel
Finds the next occurrence.
findNode(AbstractWizardPage) - Method in class adams.gui.wizard.WizardPaneWithBranches
Finds the node associated with the specified page.
findNodeByName(String) - Method in class adams.gui.goe.actorpathtree.ActorPathTree
Selects the node (containing a classname) identified by the label of the node.
findNodes(Node, boolean, HashSet<Class>, Class) - Static method in class adams.gui.goe.FlowHelper
Locates all nodes representing the specified type of actors.
findNodes(Node, Class) - Static method in class adams.gui.goe.FlowHelper
Locates all nodes representing the specified type of actors.
findNodes(Node, Class[], Class) - Static method in class adams.gui.goe.FlowHelper
Locates all nodes representing the specified type of actors.
findNodes(Container, Class) - Static method in class adams.gui.goe.FlowHelper
Locates all nodes representing the specified type of actors.
findNodesMatch(Class, HashSet<Class>, Actor) - Static method in class adams.gui.goe.FlowHelper
Checks whether the actor is a match for the type/restrictions.
findObjects(Report) - Method in class adams.data.objectfinder.AbstractObjectFinder
Finds the objects in the report.
findObjects(Report) - Method in interface adams.data.objectfinder.ObjectFinder
Finds the objects in the report.
findObjects(LocatedObjects) - Method in class adams.data.objectfinder.AbstractObjectFinder
Finds the objects in the list of objects.
findObjects(LocatedObjects) - Method in interface adams.data.objectfinder.ObjectFinder
Finds the objects in the list of objects.
findObjectsToMerge(LocatedObject, Map<LocatedObject, Double>, Set<LocatedObject>, String) - Static method in class adams.data.objectfilter.MergeOverlapsHelper
Determines the objects to merge.
findOption(PropertyEditor) - Method in class adams.gui.goe.PropertySheetPanel
Tries to find the option for the specified editor.
findOption(String, boolean) - Method in class adams.core.option.OptionManager
Returns the option for the commandline flag/property.
findParent(Container) - Static method in class adams.gui.goe.VariableSupport
Returns the PropertySheetPanel parent of this container.
findRandomSplit(Instances, Random, int) - Method in class weka.classifiers.trees.RandomRegressionForest.Node
determines a random split for the data, tries 10 pairs.
findResiduals() - Method in class weka.classifiers.meta.AbstainLeastMedianSq
Finds residuals (squared) for the current regression.
findResiduals() - Method in class weka.classifiers.meta.LeastMedianSq
Finds residuals (squared) for the current regression.
findRoot(N, String) - Method in class adams.gui.core.dotnotationtree.DotNotationTree
Finds the root for the given item.
findRows(SpreadSheet) - Method in class adams.data.spreadsheet.rowfinder.AbstractRowFinder
Returns the rows of interest in the spreadsheet.
findRows(SpreadSheet) - Method in interface adams.data.spreadsheet.rowfinder.RowFinder
Returns the rows of interest in the spreadsheet.
findRows(Instances) - Method in class adams.data.weka.rowfinder.AbstractRowFinder
Returns the rows of interest in the dataset.
findRows(Instances) - Method in interface adams.data.weka.rowfinder.RowFinder
Returns the rows of interest in the dataset.
findScriptlet(String) - Method in class adams.gui.scripting.AbstractCommandProcessor
Returns the scriptlet associated with the action.
findSetVariableActors(Actor, Vector<SetVariable>) - Method in class adams.gui.flow.FlowRunnerPanel
Locates all the SetVariable singleton actors below the parent.
findSpreadSheetRowPoint(SpreadSheetRow, int) - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowPointHitDetector
Returns the Row point at the specified position.
findStorageNames(Actor) - Method in class adams.gui.flow.tree.menu.FindUsages
Tries to locate the storage name in the actor's options.
FindText - Class in adams.flow.processor
Lists all the actors where the specified text is found in one of the options (case-insensitive).
FindText() - Constructor for class adams.flow.processor.FindText
 
findThreshold() - Method in class adams.data.weka.evaluator.AbstractCrossvalidatedInstanceEvaluator
Finds the user-defined threshold and sets other internal variables accordingly.
findThreshold() - Method in class adams.data.weka.evaluator.AbstractDatasetInstanceEvaluator
Finds the user-defined threshold and sets other internal variables accordingly.
findThreshold(int[], int) - Static method in class adams.data.image.XScreenMaskHelper
Finds the threshold in the normalized histogram.
findThreshold(BufferedImage) - Method in class adams.data.image.transformer.crop.ThresholdedCrop
Calculates the threshold 8-bit value to distinguish between background and foreground.
findThreshold(Vector<IntervalEstimatorBased.SortedInterval>) - Method in class adams.data.weka.evaluator.IntervalEstimatorBased
Finds the threshold based on the collected data.
findThreshold(Vector<T>) - Method in class adams.data.weka.evaluator.AbstractCrossvalidatedInstanceEvaluator
Finds the threshold based on the collected data.
findTimestamp(List<TimeseriesPoint>, TimeseriesPoint) - Static method in class adams.data.timeseries.TimeseriesUtils
Returns the index in points of the given timeseries point, -1 if not found.
findTimestamp(List<TimeseriesPoint>, Date) - Static method in class adams.data.timeseries.TimeseriesUtils
Returns the index in points of the given timestamp.
findTipText() - Method in class adams.core.NumericStringCompare
Returns the tip text for this property.
findTipText() - Method in class adams.data.id.IDGeneratorPostProcessor
Returns the tip text for this property.
findTipText() - Method in class adams.data.idextraction.ReportFieldRegExp
Returns the tip text for this property.
findTipText() - Method in class adams.flow.processor.FindText
Returns the tip text for this property.
findTipText() - Method in class adams.flow.template.StringReplace
Returns the tip text for this property.
findTipText() - Method in class adams.flow.transformer.FindInFile
Returns the tip text for this property.
findTipText() - Method in class adams.flow.transformer.GroupByRegExp
Returns the tip text for this property.
findTipText() - Method in class adams.flow.transformer.HexReplace
Returns the tip text for this property.
findTipText() - Method in class adams.flow.transformer.SimpleStringReplace
Returns the tip text for this property.
findTipText() - Method in class adams.flow.transformer.SpreadSheetReplaceCellValue
Returns the tip text for this property.
findTipText() - Method in class adams.flow.transformer.StringIndexOf
Returns the tip text for this property.
findTipText() - Method in class adams.flow.transformer.StringReplace
Returns the tip text for this property.
findTipText() - Method in class adams.flow.transformer.SubStringCount
Returns the tip text for this property.
findTipText() - Method in class adams.flow.transformer.WekaRenameRelation
Returns the tip text for this property.
findTipText() - Method in class weka.filters.unsupervised.attribute.NominalToNumeric
Returns the tip text for this property.
findTopCallableActors(Node) - Static method in class adams.gui.goe.FlowHelper
Locates all top nodes representing CallableActors actors.
findTopCallableActors(Container) - Static method in class adams.gui.goe.FlowHelper
Locates all top nodes representing CallableActors actors.
findTopNodes(Node, Class) - Static method in class adams.gui.goe.FlowHelper
Locates all top nodes representing the specified type.
findTopNodes(Container, Class) - Static method in class adams.gui.goe.FlowHelper
Locates all top nodes representing CallableActors actors.
findUsages() - Method in class adams.gui.flow.tab.StorageNamesTab
Updates the usage of the currently selected item.
findUsages() - Method in class adams.gui.flow.tab.VariablesTab
Updates the usage of the currently selected item.
FindUsages - Class in adams.gui.flow.tree.menu
Finds usages of callable actors, variables and storage items.
FindUsages() - Constructor for class adams.gui.flow.tree.menu.FindUsages
 
findVarButton(PropertyEditor) - Method in class adams.gui.goe.PropertySheetPanel
Tries to find the variable button for the specified editor.
findVariableNames(Actor) - Method in class adams.gui.flow.tree.menu.FindUsages
Tries to locate the variable names in the actor's options.
findVariables() - Method in class adams.flow.core.AbstractActor
Recursively finds all the variables used in the actor's setup.
findVariables() - Method in interface adams.flow.core.Actor
Recursively finds all the variables used in the actor's setup.
findVariables(Actor) - Method in class adams.flow.core.AbstractActor
Recursively finds all the variables used in the specified actor's setup.
findView(PropertyEditor) - Static method in class adams.gui.goe.EditorHelper
Tries to determine a view for the editor.
findView(PropertyEditor) - Method in class adams.gui.goe.PropertySheetPanel
Tries to find the JComponent for the specified editor.
findX(List<InstancePoint>, int) - Static method in class adams.data.instance.InstanceUtils
Returns the index in m_Points of the given x value.
findX(List<InstancePoint>, InstancePoint) - Static method in class adams.data.instance.InstanceUtils
Returns the index in m_Points of the given sequence point.
findX(List<XYSequencePoint>, double) - Static method in class adams.data.sequence.XYSequenceUtils
Returns the index in m_Points of the given x value.
findX(List<XYSequencePoint>, XYSequencePoint) - Static method in class adams.data.sequence.XYSequenceUtils
Returns the index in m_Points of the given sequence point.
findX(List<SpreadSheetRowPoint>, int) - Static method in class adams.gui.visualization.spreadsheet.SpreadSheetRowUtils
Returns the index in m_Points of the given x value.
findX(List<SpreadSheetRowPoint>, SpreadSheetRowPoint) - Static method in class adams.gui.visualization.spreadsheet.SpreadSheetRowUtils
Returns the index in m_Points of the given sequence point.
fine(String) - Method in class adams.core.logging.Logger
Logs a Level.FINE message.
FINE - adams.core.logging.LoggingLevel
some debugging and above.
finer(String) - Method in class adams.core.logging.Logger
Logs a Level.FINER message.
FINER - adams.core.logging.LoggingLevel
more debugging and above.
finest(String) - Method in class adams.core.logging.Logger
Logs a Level.FINEST message.
FINEST - adams.core.logging.LoggingLevel
lots of debugging and above.
finish() - Method in class adams.flow.setup.FlowSetup
Called when the worker thread finished.
finish(AbstractGeneticAlgorithm, String, Map<String, Object>) - Method in class adams.opt.genetic.setupupload.AbstractSetupUpload
Finishing up the genetic algorithm run.
finishBeforeStoppingTipText() - Method in class adams.flow.control.AbstractDirectedControlActor
Returns the tip text for this property.
finishBeforeStoppingTipText() - Method in class adams.flow.control.AbstractTee
Returns the tip text for this property.
finishBeforeStoppingTipText() - Method in interface adams.flow.control.AtomicExecution
Returns the tip text for this property.
finishBeforeStoppingTipText() - Method in class adams.flow.control.Branch
Returns the tip text for this property.
finishBeforeStoppingTipText() - Method in class adams.flow.control.LocalScopeTransformer
Returns the tip text for this property.
finished() - Method in class adams.gui.print.PostscriptGraphics
Finalizes output file.
FINISHED - adams.event.FlowSetupStateEvent.Type
successfully finished.
FINISHED - adams.gui.event.NodeDroppedEvent.NotificationTime
after the drop has finished.
finishedAsynchronousExecution() - Method in class adams.flow.control.AbstractTee
Called by the asynchronous swingworker when finished.
finishedExecution() - Method in class adams.gui.flow.FlowPanel
Finishes up the execution, setting the worker to null.
finishedExecution() - Method in class adams.gui.flow.FlowRunnerPanel
Finishes up the execution, setting the worker to null.
finishedExecution() - Method in interface adams.gui.flow.FlowWorkerHandler
Finishes up the execution, setting the worker to null.
finishedSignalTipText() - Method in class adams.flow.sink.Exec
Returns the tip text for this property.
finishExecution() - Method in class adams.gui.tools.wekamultiexperimenter.ExperimenterPanel
Stops the execution.
finishInit() - Method in class adams.core.option.AbstractOptionHandler
Finishes the initialization in the constructor.
finishInit() - Method in class adams.core.option.AbstractRecursiveOptionProducerWithOptionHandling
Finishes the initialization in the constructor.
finishInit() - Method in class adams.db.AbstractDatabaseConnection
Finishes the initialization.
finishInit() - Method in class adams.env.AbstractEnvironment
Finishes up the initialization.
finishInit() - Method in class adams.flow.control.RunningFlowsRegistry
Gets called after the initialization has finished.
finishInit() - Method in class adams.flow.execution.debug.ControlPanel
Finishes the initialization.
finishInit() - Method in class adams.flow.processor.ActorLocationsPanel
finishes the initialization.
finishInit() - Method in class adams.flow.transformer.ImageAnnotator.AnnotatorPanel
finishes the initialization.
finishInit() - Method in class adams.flow.transformer.pixelselector.AbstractPixelSelectorAction
Finishes the initialization in the constructor.
finishInit() - Method in class adams.gui.application.AbstractApplicationFrame
finishes the initialization, by setting size/location.
finishInit() - Method in class adams.gui.chooser.DatePanel
Sets the current time.
finishInit() - Method in class adams.gui.chooser.DateTimePanel
Sets the current time.
finishInit() - Method in class adams.gui.chooser.FontChooser
finishes the initialization, by setting size/location.
finishInit() - Method in class adams.gui.chooser.PdfFontChooser
finishes the initialization, by setting size/location.
finishInit() - Method in class adams.gui.chooser.TimePanel
Sets the current time.
finishInit() - Method in class adams.gui.core.AbstractNamedHistoryPanel
Finishes the initialization.
finishInit() - Method in class adams.gui.core.BaseColorTextField
Finishes the initialization.
finishInit() - Method in class adams.gui.core.BaseDialog
finishes the initialization, by setting size/location.
finishInit() - Method in class adams.gui.core.BaseFrame
finishes the initialization, by setting size/location.
finishInit() - Method in class adams.gui.core.BasePanel
finishes the initialization.
finishInit() - Method in class adams.gui.core.BaseTabbedPane
Finishes the initialization.
finishInit() - Method in class adams.gui.core.BaseTable
Finishes the initialization.
finishInit() - Method in class adams.gui.core.BaseWindow
finishes the initialization, by setting size/location.
finishInit() - Method in class adams.gui.core.FileListWithButtons
finishes the initialization.
finishInit() - Method in class adams.gui.core.FilePanel
Finalizes the initialization.
finishInit() - Method in class adams.gui.core.FilterPanel
Finishes the initialization.
finishInit() - Method in class adams.gui.core.json.JsonTreeWithPreview
Finalizes the initialization.
finishInit() - Method in class adams.gui.core.MemoryMonitorPanel
Finishes the initialization.
finishInit() - Method in class adams.gui.core.MultiPagePane
finishes the initialization.
finishInit() - Method in class adams.gui.core.OneTouchPanel
Finalizes the initialization.
finishInit() - Method in class adams.gui.core.PropertiesParameterPanel
finishes the initialization.
finishInit() - Method in class adams.gui.core.SimpleLogPanel
Finishes the initialization.
finishInit() - Method in class adams.gui.core.SortableAndSearchableTable
Finishes the initialization.
finishInit() - Method in class adams.gui.core.SplitPanelWithOptionalComponents
Finishes the initialization.
finishInit() - Method in class adams.gui.core.SqlConnectionPanel
Finishes the initialization.
finishInit() - Method in class adams.gui.core.ToolBarPanel
Finishes the initialization, setting up actions and toolbar.
finishInit() - Method in class adams.gui.dialog.AbstractDatabaseConnectionPanel
Finishes the initialization.
finishInit() - Method in class adams.gui.dialog.AbstractDirectoryExportDialog
Finishes the initialization
finishInit() - Method in class adams.gui.dialog.AbstractFileExportDialog
Finishes the initialization
finishInit() - Method in class adams.gui.dialog.AbstractFileImportDialog
Finishes the initialization
finishInit() - Method in class adams.gui.dialog.DisplayEmailPanel
Finalizes the initialization.
finishInit() - Method in class adams.gui.flow.FlowPanel
Finishes up the initialization.
finishInit() - Method in class adams.gui.flow.tab.AttachedVariablesTab
Finishes the initialization.
finishInit() - Method in class adams.gui.flow.tab.Clipboard
finishes the initialization.
finishInit() - Method in class adams.gui.flow.tab.StorageNamesTab
Finishes the initialization.
finishInit() - Method in class adams.gui.flow.tab.VariablesTab
Finishes the initialization.
finishInit() - Method in class adams.gui.goe.MultiLineValueDialog
Finishes the initialization.
finishInit() - Method in class adams.gui.help.HelpHistoryPanel
Finishes the initialization.
finishInit() - Method in class adams.gui.scripting.ScriptingLogPanel
finishes the initialization, by setting size/location and running startup scripts.
finishInit() - Method in class adams.gui.selection.AbstractSelectDatabaseFieldPanel
finishes the initialization.
finishInit() - Method in class adams.gui.selection.AbstractTableBasedSelectionDialog
finishes the initialization.
finishInit() - Method in class adams.gui.selection.SelectEmailAddressPanel
finishes the initialization, loads the contacts.
finishInit() - Method in class adams.gui.tools.AbstractLogEntryViewerPanel
finishes the initialization.
finishInit() - Method in class adams.gui.tools.AbstractManagementPanel
Finishes the initialization.
finishInit() - Method in class adams.gui.tools.FileCommanderPanel
Finishes the initialization.
finishInit() - Method in class adams.gui.tools.FindInFilesPanel
Finishes the initialization.
finishInit() - Method in class adams.gui.tools.ImageProcessorPanel
finishes the initialization.
finishInit() - Method in class adams.gui.tools.LogEntryDatabaseViewerPanel
finishes the initialization.
finishInit() - Method in class adams.gui.tools.PlaceholderManagementPanel
Finishes the initialization.
finishInit() - Method in class adams.gui.tools.PreviewBrowserPanel
Finishes the initialization.
finishInit() - Method in class adams.gui.tools.PropertiesViewerPanel
Finishes the initialization.
finishInit() - Method in class adams.gui.tools.remotecontrolcenter.panels.AbstractRemoteFlowTab
Finalizes the initialization.
finishInit() - Method in class adams.gui.tools.remotecontrolcenter.panels.AdvancedTab
Finishes up the initialization.
finishInit() - Method in class adams.gui.tools.remotecontrolcenter.panels.RemoteFlowCommandsTab
Finishes up the initialization.
finishInit() - Method in class adams.gui.tools.remotecontrolcenter.RemoteControlCenterEnginesPanel
Finishes up the initialization.
finishInit() - Method in class adams.gui.tools.SpreadSheetProcessorPanel
Finishes the initialization.
finishInit() - Method in class adams.gui.tools.SpreadSheetProcessorPanel.WidgetPanel
Finishes the initialization.
finishInit() - Method in class adams.gui.tools.spreadsheetviewer.SortPanel
Finishes the initialization.
finishInit() - Method in class adams.gui.tools.sqlworkbench.SqlMetaDataPanel
Finishes the initialization.
finishInit() - Method in class adams.gui.tools.sqlworkbench.SqlQueryPanel
Finishes the initialization.
finishInit() - Method in class adams.gui.tools.SqlWorkbenchPanel
Finishes the initialization.
finishInit() - Method in class adams.gui.tools.SSHPanel
Finalizes the initialization.
finishInit() - Method in class adams.gui.tools.TelnetPanel
Finalizes the initialization.
finishInit() - Method in class adams.gui.tools.VariableManagementPanel
Finalizes the initialization.
finishInit() - Method in class adams.gui.tools.wekainvestigator.tab.AbstractInvestigatorTabWithDataTable
 
finishInit() - Method in class adams.gui.tools.wekainvestigator.tab.AbstractInvestigatorTabWithEditableDataTable
finishes the initialization.
finishInit() - Method in class adams.gui.tools.wekainvestigator.tab.AssociateTab
Finishes up the initialization.
finishInit() - Method in class adams.gui.tools.wekainvestigator.tab.AttributeSelectionTab
Finishes up the initialization.
finishInit() - Method in class adams.gui.tools.wekainvestigator.tab.ClassifyTab
Finishes up the initialization.
finishInit() - Method in class adams.gui.tools.wekainvestigator.tab.ClusterTab
Finishes up the initialization.
finishInit() - Method in class adams.gui.tools.wekainvestigator.tab.CompareTab
Finishes up the initialization.
finishInit() - Method in class adams.gui.tools.wekainvestigator.tab.DataQueryTab
Finishes the initialization.
finishInit() - Method in class adams.gui.tools.wekainvestigator.tab.ExperimentTab
Finishes up the initialization.
finishInit() - Method in class adams.gui.tools.wekainvestigator.tab.IndependentComponentsTab
finishes the initialization.
finishInit() - Method in class adams.gui.tools.wekainvestigator.tab.InstanceTab
finishes the initialization.
finishInit() - Method in class adams.gui.tools.wekainvestigator.tab.PartialLeastSquaresTab
finishes the initialization.
finishInit() - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeSelectionPanel
Finishes the initialization.
finishInit() - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.MultiAttributeSummaryPanel
Finalizes the initialization.
finishInit() - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.MultiAttributeVisualizationPanel
Finalizes the initialization.
finishInit() - Method in class adams.gui.tools.wekainvestigator.tab.PrincipalComponentsTab
finishes the initialization.
finishInit() - Method in class adams.gui.tools.wekamultiexperimenter.analysis.AbstractAnalysisPanel
finishes the initialization.
finishInit() - Method in class adams.gui.tools.wekamultiexperimenter.AnalysisPanel
finishes the initialization.
finishInit() - Method in class adams.gui.tools.wekamultiexperimenter.setup.AbstractSetupOptionPanel
finishes the initialization.
finishInit() - Method in class adams.gui.tools.wekamultiexperimenter.setup.BasicAdamsSetupPanel
finishes the initialization.
finishInit() - Method in class adams.gui.tools.wekamultiexperimenter.setup.BasicWekaSetupPanel
finishes the initialization.
finishInit() - Method in class adams.gui.tools.wekamultiexperimenter.setup.ClassifierPanel
Finalizes the initialization.
finishInit() - Method in class adams.gui.visualization.container.DataContainerPanel
Finishes up the initialization.
finishInit() - Method in class adams.gui.visualization.core.AbstractColorProvider
Finishes the initialization.
finishInit() - Method in class adams.gui.visualization.core.AbstractHistogramPanel
Finishes the initialization.
finishInit() - Method in class adams.gui.visualization.core.AbstractPaintlet
Finishes the initialization in the constructor.
finishInit() - Method in class adams.gui.visualization.debug.InspectionPanel
Finalizes the initialization.
finishInit() - Method in class adams.gui.visualization.debug.SideBySideDiffPanel
 
finishInit() - Method in class adams.gui.visualization.image.AbstractObjectOverlayFromReport.LocatedObjectsPanel
Finishes the initialization.
finishInit() - Method in class adams.gui.visualization.image.AbstractPointOverlayFromReport.LocatedPointsPanel
Finishes the initialization.
finishInit() - Method in class adams.gui.visualization.image.ColorPickerDialog
 
finishInit() - Method in class adams.gui.visualization.image.ObjectAnnotations.LocatedObjectsPanel
Finishes the initialization.
finishInit() - Method in class adams.gui.visualization.image.paintlet.AbstractPaintlet
Finishes the initialization in the constructor.
finishInit() - Method in class adams.gui.visualization.image.plugins.Brightness.BrightnessDialog
Finishes the initialization.
finishInit() - Method in class adams.gui.visualization.instances.instancestable.InstancesSortPanel
Finishes the initialization.
finishInit() - Method in class adams.gui.visualization.object.labelselector.ButtonSelectorPanel
Finishes the initialization.
finishInit() - Method in class adams.gui.visualization.object.labelselector.ButtonSelectorWithColorPanel
Finishes the initialization.
finishInit() - Method in class adams.gui.visualization.object.labelselector.ComboBoxSelectorPanel
Finishes the initialization.
finishInit() - Method in class adams.gui.visualization.object.ObjectAnnotationPanel
Finishes the initialization.
finishInit() - Method in class adams.gui.visualization.segmentation.SegmentationPanel
Finishes the initialization.
finishInit() - Method in class adams.gui.visualization.stats.boxplot.BoxPlotManager
finishes the initialization.
finishInit() - Method in class adams.gui.wizard.AbstractWizardPane
Finishes the initialization.
finishInit() - Method in class adams.gui.wizard.FinalPage
Finalizes the initialization.
finishInit() - Method in class adams.gui.wizard.SelectMultipleDirectoriesPage
finishes the initialization.
finishInit() - Method in class adams.gui.wizard.SelectMultipleFilesPage
finishes the initialization.
finishInit() - Method in class adams.gui.wizard.StartPage
Finalizes the initialization.
finishInit() - Method in class adams.gui.wizard.WekaPropertySheetPanelPage
finishes the initialization.
finishInit() - Method in class adams.gui.wizard.WekaSelectMultipleDatasetsPage
finishes the initialization.
finishInit() - Method in class adams.gui.workspace.AbstractWorkspaceManagerPanel
finishes the initialization.
finishInit() - Method in class adams.gui.workspace.AbstractWorkspacePanel
finishes the initialization.
finishInit() - Method in class weka.gui.explorer.MultiExplorer
finishes the initialization.
finishListening() - Method in class adams.flow.execution.AbstractFlowExecutionListener
Gets called when the flow execution ends.
finishListening() - Method in class adams.flow.execution.AbstractGraphicalFlowExecutionListener
Gets called when the flow execution ends.
finishListening() - Method in class adams.flow.execution.CurrentlyExecuted
Gets called when the flow execution ends.
finishListening() - Method in class adams.flow.execution.ExecutionCounter
Gets called when the flow execution ends.
finishListening() - Method in class adams.flow.execution.ExecutionLog
Gets called when the flow execution ends.
finishListening() - Method in interface adams.flow.execution.FlowExecutionListener
Gets called when the flow execution ends.
finishListening() - Method in class adams.flow.execution.MultiListener
Gets called when the flow execution ends.
finishListening() - Method in class adams.flow.execution.RemoteFlowListener
Gets called when the flow execution ends.
finishListening() - Method in class adams.flow.execution.Time
Gets called when the flow execution ends.
finishTerminal() - Method in class adams.terminal.application.AbstractTerminalApplication
Finishes the initialization.
finishUpdate() - Method in class adams.gui.core.FilePanel
Triggers an update after updating several parameters.
finishUpdate() - Method in class adams.gui.visualization.container.AbstractContainerManager
Finishes the update.
finishUpdate(boolean) - Method in class adams.gui.visualization.container.AbstractContainerManager
Finishes the update.
finishUpdate(boolean) - Method in class adams.gui.visualization.segmentation.layer.LayerManager
Reenables automatic updatesagain.
FINNISH - adams.flow.core.TesseractLanguage
 
fireActionPerformed() - Method in class adams.gui.chooser.DatePanel
Called internally when actionListeners should be notified.
fireCurrentValueChanged() - Method in class adams.gui.chooser.AbstractChooserPanel
Fires a change event to all subscribed listeners that the value has changed.
fireDataChange() - Method in class adams.gui.tools.wekainvestigator.source.AbstractSource
Notifies all the tabs that the data has changed.
fireDataChange(WekaInvestigatorDataEvent) - Method in class adams.gui.tools.wekainvestigator.datatable.action.AbstractEditableDataTableAction
Notifies all the tabs that the data has changed.
fireDataChange(WekaInvestigatorDataEvent) - Method in class adams.gui.tools.wekainvestigator.InvestigatorPanel
Notifies all the tabs that the data has changed.
fireDataChange(WekaInvestigatorDataEvent) - Method in class adams.gui.tools.wekainvestigator.tab.AbstractInvestigatorTab
Notifies all the tabs that the data has changed.
fireDataChange(WekaInvestigatorDataEvent) - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.attributeselaction.AbstractSelectedAttributesAction
Notifies all the tabs that the data has changed.
fireDataChange(WekaInvestigatorDataEvent) - Method in class adams.gui.tools.wekainvestigator.tab.PreprocessTab
Notifies all the tabs that the data has changed.
firePropertyChange() - Method in class adams.gui.goe.GenericArrayEditor
Fires a property change event.
firePropertyChange() - Method in class adams.gui.goe.GenericObjectEditor
Fires a property change event.
fireSetupChanged() - Method in class adams.gui.visualization.instance.InstanceComparePanel.DatasetPanel
Fires a ChangeEvent that the setup has changed.
fireTableStructureChanged() - Method in class adams.gui.core.SortableAndSearchableWrapperTableModel
Table structure changed.
fireValueChanged() - Method in class adams.gui.chooser.DatePanel.InternalCalendarModel
Called whenever a change is made to the model value.
FIRST - adams.flow.transformer.StringReplace.ReplaceType
String.replaceFirst(...).
FIRST - Static variable in class adams.core.Index
the special index for "first".
FIRST - Static variable in class adams.core.Range
the special string "first".
FIRST - Static variable in class adams.core.UnorderedRange
the special string "first".
FIRST - Static variable in interface adams.parser.externalactorsuggestion.sym
 
FIRST_VALUE - adams.data.featureconverter.FixedNumFeatures.FillerType
uses the first value as template.
FIRST_VALUE - adams.data.timeseries.FixedNumFeatures.FillerType
uses the first value as template.
firstActive() - Method in class adams.flow.control.AbstractControlActor
Returns the first non-skipped actor.
firstActive() - Method in class adams.flow.control.FileProcessor
Returns the first non-skipped actor.
firstActive() - Method in interface adams.flow.core.ActorHandler
Returns the first non-skipped actor.
firstActive() - Method in class adams.flow.source.SwitchedSource
Returns the first non-skipped actor.
firstActive() - Method in class adams.flow.standalone.AbstractMultiView
Returns the first non-skipped actor.
firstActive() - Method in class adams.flow.standalone.AbstractMutableActorDaemonEvent
Returns the first non-skipped actor.
firstActive() - Method in class adams.flow.standalone.AbstractStandaloneGroup
Returns the first non-skipped actor.
firstActive() - Method in class adams.flow.standalone.Cron
Returns the first non-skipped actor.
firstActive() - Method in class adams.flow.standalone.DelayedEvent
Returns the first non-skipped actor.
firstActive() - Method in class adams.flow.standalone.QueueEvent
Returns the first non-skipped actor.
firstActive() - Method in class adams.gui.flow.tree.ClipboardActorContainer
Returns the first non-skipped actor.
firstAttributeRangeTipText() - Method in class adams.gui.InstanceCompare
Returns the tip text for this property.
firstAttributeTipText() - Method in class weka.filters.unsupervised.attribute.MergeTwoAttributes
Returns the tip text for this property.
firstColorTipText() - Method in class adams.gui.visualization.core.BiColorGenerator
Returns the tip text for this property.
firstDatasetTipText() - Method in class adams.gui.InstanceCompare
Returns the tip text for this property.
firstInputConsumer() - Method in class adams.flow.control.AbstractControlActor
Returns the first non-skipped InputConsumer.
firstInstance() - Method in class weka.core.InstancesView
Returns the first instance in the set.
firstNameTipText() - Method in class adams.core.net.EmailContact
Returns the tip text for this property.
firstPageOnlyTipText() - Method in class adams.flow.transformer.pdfproclet.Headline
Returns the tip text for this property.
firstPageOnlyTipText() - Method in class adams.flow.transformer.pdfproclet.MetaHeadline
Returns the tip text for this property.
firstRangeTipText() - Method in class weka.filters.unsupervised.attribute.OuterProductAnalysis
Returns the tip text for this property.
firstRowIndexTipText() - Method in class adams.gui.InstanceCompare
Returns the tip text for this property.
firstRowTipText() - Method in class adams.data.io.input.AbstractExcelSpreadSheetReader
Returns the tip text for this property.
firstRowTipText() - Method in class adams.data.io.input.AccessSpreadSheetReader
Returns the tip text for this property.
firstRowTipText() - Method in class adams.data.io.input.CsvSpreadSheetReader
Returns the tip text for this property.
firstRowTipText() - Method in class adams.data.io.input.FastCsvSpreadSheetReader
Returns the tip text for this property.
firstRowTipText() - Method in class adams.data.io.input.FixedTabularSpreadSheetReader
Returns the tip text for this property.
firstRowTipText() - Method in class adams.data.io.input.GnumericSpreadSheetReader
Returns the tip text for this property.
firstRowTipText() - Method in class adams.data.io.input.ODFSpreadSheetReader
Returns the tip text for this property.
firstRowTipText() - Method in interface adams.data.io.input.WindowedSpreadSheetReader
Returns the tip text for this property.
fitnessChanged(GeneticFitnessChangeEvent) - Method in interface adams.event.GeneticFitnessChangeListener
Gets called when the fitness of the genetic algorithm changed.
fitnessChanged(GeneticFitnessChangeEvent) - Method in class adams.flow.transformer.WekaGeneticAlgorithm
Gets called when the fitness of the genetic algorithm changed.
fitnessChanged(GeneticFitnessChangeEvent) - Method in class adams.gui.menu.AbstractClassifierBasedGeneticAlgorithmWizard.PerformancePlot
Adds the fitness measure to the plot.
FitnessContainer(double, Object, int[]) - Constructor for class adams.opt.genetic.AbstractGeneticAlgorithm.FitnessContainer
Initializes the container.
FitnessFunction - Interface in adams.opt.optimise
Fitness function.
fits(Binnable<T>) - Method in class adams.data.binning.Bin
Checks whether the object belongs to this bin.
fixCase(Comparable) - Method in class adams.gui.core.SortableAndSearchableWrapperTableModel
Fixes the case of strings passing through if not case-sensitive.
fixClass(FieldType, AbstractField) - Static method in class adams.data.report.FieldUtils
Creates a field object with the correct class.
fixClass(FieldType, AbstractField[]) - Static method in class adams.data.report.FieldUtils
Creates an array with the correct class.
fixClass(T[]) - Method in class adams.gui.selection.AbstractSelectDatabaseFieldPanel
Fixes the class of the fields (regular, prefix or suffix).
fixColumnName(String) - Method in class adams.data.spreadsheet.sql.Writer
Fixes the column name.
fixDateTime(String) - Static method in class adams.data.image.ImageMetaDataHelper
Fixes date/time strings.
fixDecimals(String, int) - Static method in class adams.data.RoundingUtils
Fixes rounding issues, ensuring that only the specified number of decimals get returned.
fixDimensions() - Method in class adams.gui.core.ParameterPanel
Fixes the dimensions for various components.
fixDir(String) - Method in class adams.core.Properties
Ensures that the directory ends with a separator, e.g.
FixedBinWidthBinningAlgorithm - Interface in adams.data.binning.algorithm
Interface for binning algorithms that require a fixed bin width.
FixedBoundingBox - Class in adams.gui.visualization.image.leftclick
Allows the user to create fixed-sized bounding boxes around the left-click position (<ctrl> left-click in box removes it).
FixedBoundingBox() - Constructor for class adams.gui.visualization.image.leftclick.FixedBoundingBox
 
FixedClassifierErrors - Class in weka.gui.visualize.plugins
Displays the classifier errors using Weka panels, but with a fixed size of the error plots.
FixedClassifierErrors() - Constructor for class weka.gui.visualize.plugins.FixedClassifierErrors
 
FixedClassifierErrorsPlot - Class in weka.gui.visualize.plugins
Displays the classifier errors using an ADAMS plot with fixed size crosses.
FixedClassifierErrorsPlot() - Constructor for class weka.gui.visualize.plugins.FixedClassifierErrorsPlot
 
FixedColor - Class in adams.gui.visualization.object.objectannotations.colors
Uses a single, fixed color.
FixedColor() - Constructor for class adams.gui.visualization.object.objectannotations.colors.FixedColor
 
FixedColumnText - Class in adams.data.featureconverter
Simple feature converter that generates textual output with fixed column width.
FixedColumnText() - Constructor for class adams.data.featureconverter.FixedColumnText
 
FixedDate - Class in adams.flow.transformer.timeseriessplit
Splits the timeseries using the specified date.
FixedDate() - Constructor for class adams.flow.transformer.timeseriessplit.FixedDate
 
fixedDecimalsTipText() - Method in class adams.data.conversion.DoubleToString
Returns the tip text for this property.
fixedDecimalsTipText() - Method in class adams.data.conversion.SpreadSheetDoubleColumnToString
Returns the tip text for this property.
FixedFilenameGenerator - Class in adams.core.io
Simple concatenates directory, provided name and extension.
FixedFilenameGenerator() - Constructor for class adams.core.io.FixedFilenameGenerator
 
FixedLabelTickGenerator - Interface in adams.gui.visualization.core.axis
Interface for tick generators that use a fixed list of string labels.
FixedLengthSegments - Class in adams.flow.transformer.timeseriessplit
Splits the timeseries into segements of a fixed length, i.e., number of data points.
FixedLengthSegments() - Constructor for class adams.flow.transformer.timeseriessplit.FixedLengthSegments
 
FixedList - Class in adams.flow.source.newlist
Simply outputs the supplied list elements.
FixedList() - Constructor for class adams.flow.source.newlist.FixedList
 
FixedNameActorHandler - Interface in adams.flow.core
Interface for actor handlers that use fixed names for their sub-actors, e.g., IfThenElse.
FixedNumBinsBinningAlgorithm - Interface in adams.data.binning.algorithm
Interface for binning algorithms that require to specify the number of bins.
FixedNumFeatures - Class in adams.data.featureconverter
Meta-feature-converter that ensures that the generated output has a fixed number of data points.
In case of filler type FIRST, the data gets inserted at the start, as opposed to at the end when using LAST.
NUMERIC/STRING/BOOLEAN use the appropriate filler value that the user specified.
The MISSING_* types just add a missing value of the appropriate data type.
FixedNumFeatures - Class in adams.data.timeseries
Meta-feature-generator that ensures that the generated output has a fixed number of data points.
In case of filler type FIRST, the data gets inserted at the start, as opposed to at the end when using LAST.
NUMERIC/STRING/BOOLEAN use the appropriate filler value that the user specified.
The MISSING_* types just add a missing value of the appropriate data type.
FixedNumFeatures() - Constructor for class adams.data.featureconverter.FixedNumFeatures
 
FixedNumFeatures() - Constructor for class adams.data.timeseries.FixedNumFeatures
 
FixedNumFeatures.FillerType - Enum in adams.data.featureconverter
Enumeration on how to fill in values if base converter generates too little data points.
FixedNumFeatures.FillerType - Enum in adams.data.timeseries
Enumeration on how to fill in values if base converter generates too little data points.
FixedNumSegments - Class in adams.flow.transformer.timeseriessplit
Splits the timeseries into a fixed number of same-sized segements.
FixedNumSegments() - Constructor for class adams.flow.transformer.timeseriessplit.FixedNumSegments
 
FixedSizeErrorScaler - Class in adams.data.weka.predictions
Scales the errors to a fixed size.
FixedSizeErrorScaler() - Constructor for class adams.data.weka.predictions.FixedSizeErrorScaler
 
FixedTabularSpreadSheetReader - Class in adams.data.io.input
Reads simple tabular text files with fixed column widths, as used by dot matrix printers in days gone by.
FixedTabularSpreadSheetReader() - Constructor for class adams.data.io.input.FixedTabularSpreadSheetReader
 
FixedTabularSpreadSheetWriter - Class in adams.data.io.output
Outputs the spreadsheet in a simple tabular format with fixed column width, as used by dot matrix printers in days gone by.
FixedTabularSpreadSheetWriter() - Constructor for class adams.data.io.output.FixedTabularSpreadSheetWriter
 
FixedText - Class in adams.flow.transformer.pdfproclet
Adds the fixed text line by line, variables get expanded automatically.
FixedText() - Constructor for class adams.flow.transformer.pdfproclet.FixedText
 
FixedTimestampPaintlet - Class in adams.gui.visualization.timeseries
Paintlet for highlighting a specific timestamp with a vertical indicator line.
FixedTimestampPaintlet() - Constructor for class adams.gui.visualization.timeseries.FixedTimestampPaintlet
 
FixedTimestampRangePaintlet - Class in adams.gui.visualization.timeseries
Paintlet for highlighting a specific timestamp range with a background color.
FixedTimestampRangePaintlet() - Constructor for class adams.gui.visualization.timeseries.FixedTimestampRangePaintlet
 
fixExecutable(String) - Static method in class adams.core.io.FileUtils
Adjusts the extension according to the platform.
fixExpression(String, ExpressionWatchPanel.ExpressionType) - Method in class adams.gui.tools.ExpressionWatchPanel.TableModel
Fixes an expression.
fixInvalidTipText() - Method in class adams.data.image.transformer.subimages.AbstractSubImagesGenerator
Returns the tip text for this property.
fixLabel(String) - Method in class adams.gui.visualization.core.axis.AbstractTickGenerator
Fixes the label, i.e., sets it to null if either NaN or already present.
fixLength(String, int, boolean) - Method in class adams.data.featureconverter.FixedColumnText
Fixes the string to have the desired maximum length.
fixName(String) - Method in class adams.gui.goe.Favorites
Fixes the name by replacing all "|" with "/".
FixObjects - Class in adams.data.image.transformer
Ensures that no invalid object shapes are present in the report.
FixObjects() - Constructor for class adams.data.image.transformer.FixObjects
 
fixPath(String, String) - Method in class adams.gui.core.PropertiesParameterPanel
Fixes the path, if necessary.
fixPosition(Component) - Static method in class adams.gui.core.GUIHelper
Adjusts the position of the window, that it fits onto the screen.
fixPropertyType(String, PropertiesParameterPanel.PropertyType) - Method in class adams.gui.core.PropertiesParameterPanel
Makes sure that the specified property type can be actually displayed.
fixSeparator(File) - Static method in class adams.core.io.PlaceholderFile
Fixes the separator in the given file, changing backslashes to forward slashes under Linux and vice versa under Windows.
fixSeparator(String) - Static method in class adams.core.io.PlaceholderFile
Fixes the separator in the given string, changing backslashes to forward slashes under Linux and vice versa under Windows.
fixSize() - Method in class adams.gui.goe.GenericObjectEditorDialog
Ensures that the dialog doesn't get too big.
fixString(String) - Method in class adams.core.base.BaseBoolean
Turns "t" and "f" into "true" and "false" respectively.
fixString(String) - Static method in class adams.data.report.AbstractField
Replaces ' with `.
FLAG_ENABLE_RESTART - Static variable in interface adams.core.management.RestartableApplication
the command-line flag for enabling restarting.
flagModified() - Static method in class adams.gui.core.UISettings
Flags as modified and queues saving.
flagsTipText() - Method in class adams.data.io.output.OpenCVImageWriter
Returns the tip text for this property.
flagValueTipText() - Method in class adams.flow.transformer.SetStorageFlag
Returns the tip text for this property.
FlatLafIntelliJ - Class in adams.gui.laf
FlatLaf IntelliJ look and feel.
FlatLafIntelliJ() - Constructor for class adams.gui.laf.FlatLafIntelliJ
 
FlatLafLight - Class in adams.gui.laf
FlatLaf light look and feel.
FlatLafLight() - Constructor for class adams.gui.laf.FlatLafLight
 
flatten(byte[][]) - Static method in class adams.data.statistics.StatUtils
Converts the matrix into a flat array, row after row.
flatten(double[][]) - Static method in class adams.data.statistics.StatUtils
Converts the matrix into a flat array, row after row.
flatten(float[][]) - Static method in class adams.data.statistics.StatUtils
Converts the matrix into a flat array, row after row.
flatten(int[][]) - Static method in class adams.data.statistics.StatUtils
Converts the matrix into a flat array, row after row.
flatten(long[][]) - Static method in class adams.data.statistics.StatUtils
Converts the matrix into a flat array, row after row.
flatten(short[][]) - Static method in class adams.data.statistics.StatUtils
Converts the matrix into a flat array, row after row.
flatten(Number[][]) - Static method in class adams.data.statistics.StatUtils
Converts the matrix into a flat array, row after row.
flatten(Object[], String) - Static method in class adams.core.Utils
Flattens the array into a single, long string.
flatten(String[]) - Static method in class adams.core.management.LDD
Flattens the version into a string.
flatten(String, boolean, boolean, boolean, String, Node, int, Properties) - Static method in class adams.data.xml.DOMUtils
Flattens the node structure.
flatten(String, JSONArray, SpreadSheet, Row) - Method in class adams.data.conversion.JsonToSpreadSheet
Flattens the JSON object.
flatten(String, JSONObject, SpreadSheet, Row) - Method in class adams.data.conversion.JsonToSpreadSheet
Flattens the JSON object.
flatten(List<Bin<T>>) - Static method in class adams.data.binning.operation.Bins
Flattens the bins back into a list of binnables in the order of the bins.
flatten(List<String>) - Static method in class adams.core.QuickInfoHelper
Returns the flattened list with a blank prepended and in brackets if at least one item in the list.
flatten(List, String) - Static method in class adams.core.Utils
Flattens the list into a single, long string.
flattenEnvironment(HashMap<String, String>) - Static method in class adams.core.management.ProcessUtils
Returns a flattened environment with key=value pairs.
FlattenStructure - Class in adams.flow.processor
Tries to flatten the flow structure wherever possible.
FlattenStructure() - Constructor for class adams.flow.processor.FlattenStructure
 
FlavorNestedList - Static variable in class adams.gui.flow.tree.TransferableNestedList
 
flip(boolean) - Method in class adams.gui.visualization.image.ImageViewerPanel
Flips the image.
Flip - Class in adams.data.jai.transformer
Flips an image.
Flip() - Constructor for class adams.data.jai.transformer.Flip
 
FlipDirection - Enum in adams.data
The direction to flip.
FlippableAxisModel - Interface in adams.gui.visualization.core.axis
Interface for axis models that allow flipping the axis, i.e., instead of left-to-right, using right-to-left.
FLOAT - adams.core.tags.TagDataType
 
FLOAT - adams.data.conversion.ByteArrayToPrimitiveArray.PrimitiveType
 
FLOAT - adams.data.matlab.ArrayElementType
 
FLOAT - adams.gui.core.NumberTextField.Type
 
FloatCell - Class in adams.data.spreadsheet
Represents a single cell.
FloatCell(Row) - Constructor for class adams.data.spreadsheet.FloatCell
Constructor.
FloatEditor - Class in adams.gui.goe
A custom editor for Floats.
FloatEditor() - Constructor for class adams.gui.goe.FloatEditor
Initializes the editor.
FloatOption - Class in adams.core.option
Handles options with Float arguments.
FloatOption(OptionManager, String, String, Object, boolean, UserMode) - Constructor for class adams.core.option.FloatOption
Initializes the option.
FloatOption(OptionManager, String, String, Object, boolean, Float, Float, UserMode) - Constructor for class adams.core.option.FloatOption
Initializes the option.
FloatOption(OptionManager, String, String, Object, UserMode) - Constructor for class adams.core.option.FloatOption
Initializes the option.
FloatOption(OptionManager, String, String, Object, Float, Float, UserMode) - Constructor for class adams.core.option.FloatOption
Initializes the option.
floatToBits(float, float, float, int, int) - Static method in class adams.core.discovery.genetic.GeneticHelper
Turns a double into a bit string (0s and 1s).
FloatToDouble - Class in adams.data.conversion
Turns a Float into a Double.
FloatToDouble() - Constructor for class adams.data.conversion.FloatToDouble
 
floatToIntBitsLittleEndian(Float) - Static method in class adams.core.IEEE754
 
floatValue() - Method in class adams.core.base.BaseFloat
Returns the float value.
floodFill(BufferedImage, int, int, int, int) - Static method in class adams.data.image.BufferedImageHelper
Performs flood fill on the image.
floodFill(BufferedImage, int, int, int, int, int[]) - Static method in class adams.data.image.BufferedImageHelper
Performs flood fill on the image.
floodFill(BufferedImage, int, int, Color, Color) - Static method in class adams.data.image.BufferedImageHelper
Performs flood fill on the image.
floodFill(BufferedImage, int, int, Color, Color, int[]) - Static method in class adams.data.image.BufferedImageHelper
Performs flood fill on the image.
FloodFill - Class in adams.flow.transformer.draw
Performs a flood-fill starting at the given position.
FloodFill() - Constructor for class adams.flow.transformer.draw.FloodFill
 
floor(double, int) - Static method in class adams.data.RoundingUtils
Round down to specific number of digits after decimal point.
floor(float, int) - Static method in class adams.data.RoundingUtils
Round down to specific number of digits after decimal point.
FLOOR - adams.data.RoundingType
performs a Math.floor(double).
FLOOR - Static variable in interface adams.parser.basedate.sym
 
FLOOR - Static variable in interface adams.parser.basedatetime.sym
 
FLOOR - Static variable in interface adams.parser.basedatetimemsec.sym
 
FLOOR - Static variable in interface adams.parser.basetime.sym
 
FLOOR - Static variable in interface adams.parser.basetimemsec.sym
 
FLOOR - Static variable in interface adams.parser.booleanexpression.sym
 
FLOOR - Static variable in interface adams.parser.lookupupdate.sym
 
FLOOR - Static variable in interface adams.parser.mathematicalexpression.sym
 
FLOOR - Static variable in interface adams.parser.spreadsheetformula.sym
 
FLOOR - Static variable in interface adams.parser.stringexpression.sym
 
floorInBase(double, double) - Method in class adams.gui.visualization.core.axis.FancyTickGenerator
Round to nearby lower multiple of base.
Flow - Class in adams.flow.control
Container object for actors, used for executing a flow.
Flow() - Constructor for class adams.flow.control.Flow
 
FLOW - adams.gui.flow.FlowMultiPagePane.FlowPanelFilter
outermost actor is a Flow actor.
FLOW_DIR - Static variable in class adams.flow.core.ActorUtils
the variable for the directory the flow is located in.
FLOW_ENDTAG - Static variable in class adams.doc.javadoc.FlowJavadoc
the end comment tag for inserting the generated Javadoc (all).
FLOW_FILENAME_LONG - Static variable in class adams.flow.core.ActorUtils
the variable for the full flow filename.
FLOW_FILENAME_RESTORE - Static variable in class adams.flow.core.ActorUtils
the variable for the flow restoration filename (long filename, but with .props extension).
FLOW_FILENAME_SHORT - Static variable in class adams.flow.core.ActorUtils
the variable for the short flow filename.
FLOW_ID - Static variable in class adams.flow.core.ActorUtils
the variable for the flow ID.
FLOW_START_TIMESTAMP - Static variable in class adams.flow.core.ActorUtils
the variable for the start timestamp of the flow.
FLOW_STARTTAG - Static variable in class adams.doc.javadoc.FlowJavadoc
the start comment tag for inserting the generated Javadoc (all).
Flow.ErrorHandling - Enum in adams.flow.control
Enum for the error handling within the flow.
FlowAwarePaintlet - Interface in adams.gui.visualization.core
Interface for paintlets that need to be aware of the flow, e.g., for accessing variables or storage.
FlowAwareRemoteCommand - Interface in adams.scripting.command
Interface for commands that can utilize a flow that is sending this command.
FlowContainer - Class in adams.gui.visualization.debug.inspectionhandler
Provides further insight into flow containers.
FlowContainer() - Constructor for class adams.gui.visualization.debug.inspectionhandler.FlowContainer
 
FlowContainerRenderer - Class in adams.gui.visualization.debug.objectrenderer
Renders flow containers as tables.
FlowContainerRenderer() - Constructor for class adams.gui.visualization.debug.objectrenderer.FlowContainerRenderer
 
FlowContextHandler - Interface in adams.flow.core
For classes that need a flow context.
FlowControlCenter - Class in adams.gui.menu
Opens the Flow Control Center.
FlowControlCenter() - Constructor for class adams.gui.menu.FlowControlCenter
Initializes the menu item with no owner.
FlowControlCenter(AbstractApplicationFrame) - Constructor for class adams.gui.menu.FlowControlCenter
Initializes the menu item.
FlowControlCenterPanel - Class in adams.gui.flow
A panel that functions as control center for flows.
FlowControlCenterPanel() - Constructor for class adams.gui.flow.FlowControlCenterPanel
 
FlowControlCenterPanelDefinition - Class in adams.env
Definition for the FlowControlCenterPanel props file.
FlowControlCenterPanelDefinition() - Constructor for class adams.env.FlowControlCenterPanelDefinition
 
FlowDefinition - Class in adams.env
Definition for the Flow props file.
FlowDefinition() - Constructor for class adams.env.FlowDefinition
 
FlowDisplay - Class in adams.flow.sink
Displays an actor or flow.
FlowDisplay() - Constructor for class adams.flow.sink.FlowDisplay
 
FlowEditor - Class in adams.gui.menu
Opens the Flow Editor.
FlowEditor() - Constructor for class adams.gui.menu.FlowEditor
Initializes the menu item with no owner.
FlowEditor(AbstractApplicationFrame) - Constructor for class adams.gui.menu.FlowEditor
Initializes the menu item.
FlowEditorAction - Interface in adams.gui.flow.menu
Interface for menu items in the menu of the flow editor.
FlowEditorDialog - Class in adams.gui.flow
Dialog that displays a flow editor panel.
FlowEditorDialog(Dialog) - Constructor for class adams.gui.flow.FlowEditorDialog
Creates a modal dialog with the specified Dialog as its owner.
FlowEditorDialog(Frame) - Constructor for class adams.gui.flow.FlowEditorDialog
Creates a modal dialog with the specified Frame as its owner.
FlowEditorPanel - Class in adams.gui.flow
A panel for setting up, modifying, saving and loading "simple" flows.
FlowEditorPanel() - Constructor for class adams.gui.flow.FlowEditorPanel
 
FlowEditorPanelDefinition - Class in adams.env
Definition for the FlowEditorPanel props file.
FlowEditorPanelDefinition() - Constructor for class adams.env.FlowEditorPanelDefinition
 
FlowEditorPanelMenuDefinition - Class in adams.env
Definition for the FlowEditorPanel props file containing the menu.
FlowEditorPanelMenuDefinition() - Constructor for class adams.env.FlowEditorPanelMenuDefinition
 
FlowEditorTreePopupMenuDefinition - Class in adams.env
Definition for the FlowEditor props file containing tree popup menu settings.
FlowEditorTreePopupMenuDefinition() - Constructor for class adams.env.FlowEditorTreePopupMenuDefinition
 
FlowEditorTreeQuickActionMenuDefinition - Class in adams.env
Definition for the FlowEditor props file containing tree quick action menu settings.
FlowEditorTreeQuickActionMenuDefinition() - Constructor for class adams.env.FlowEditorTreeQuickActionMenuDefinition
 
FlowExecutionListener - Interface in adams.flow.execution
Interface for classes that record flow execution events.
flowExecutionListenerTipText() - Method in class adams.flow.control.Flow
Returns the tip text for this property.
flowExecutionListenerTipText() - Method in class adams.flow.transformer.ExecuteActor
Returns the tip text for this property.
flowExecutionListeningEnabledTipText() - Method in class adams.flow.control.Flow
Returns the tip text for this property.
flowExecutionListeningEnabledTipText() - Method in class adams.flow.transformer.ExecuteActor
Returns the tip text for this property.
FlowExecutionListeningSupporter - Interface in adams.flow.execution
Interface for classes that support listening using FlowExecutionListener.
FlowFile - Class in adams.core.io
A specialized File class used for flows.
FlowFile - Class in adams.flow.control.flowrestart.operation
Starts the specified flow.
FlowFile() - Constructor for class adams.flow.control.flowrestart.operation.FlowFile
 
FlowFile(File) - Constructor for class adams.core.io.FlowFile
Creates a new FlowFile instance by using the given file.
FlowFile(File, String) - Constructor for class adams.core.io.FlowFile
Creates a new File instance from a parent abstract pathname and a child pathname string.
FlowFile(String) - Constructor for class adams.core.io.FlowFile
Creates a new File instance by converting the given pathname string into an abstract pathname.
FlowFile(String, String) - Constructor for class adams.core.io.FlowFile
Creates a new File instance from a parent pathname string and a child pathname string.
FlowFile(URI) - Constructor for class adams.core.io.FlowFile
Creates a new File instance by converting the given file: URI into an abstract pathname.
FlowFileChooser - Class in adams.gui.chooser
A specialized JFileChooser that lists all available file Readers and Writers for flows.
FlowFileChooser() - Constructor for class adams.gui.chooser.FlowFileChooser
Constructs a FileChooser pointing to the user's default directory.
FlowFileChooser(File) - Constructor for class adams.gui.chooser.FlowFileChooser
Constructs a FileChooser using the given File as the path.
FlowFileChooser(String) - Constructor for class adams.gui.chooser.FlowFileChooser
Constructs a FileChooser using the given path.
FlowFileDigest - Class in adams.core.io.filechanged
Generates a message digest for a flow file and uses that for comparison.
FlowFileDigest() - Constructor for class adams.core.io.filechanged.FlowFileDigest
 
FlowFileEditor - Class in adams.gui.goe
A PropertyEditor for FlowFile objects that lets the user select a file.
FlowFileEditor() - Constructor for class adams.gui.goe.FlowFileEditor
 
FlowFileParsing - Class in adams.core.option.parsing
For parsing FlowFile options.
FlowFileParsing() - Constructor for class adams.core.option.parsing.FlowFileParsing
 
FlowFileReader - Class in adams.flow.transformer
Reads the flow file and outputs the actor(s).
A custom reader can be specified in case of reading from files, but must be specified when reading from java.io.Reader or java.io.InputStream objects.
FlowFileReader() - Constructor for class adams.flow.transformer.FlowFileReader
 
flowFileTipText() - Method in class adams.flow.control.flowrestart.operation.FlowFile
Returns the tip text for this property.
flowFileTipText() - Method in class adams.scripting.command.flow.RunRemoteFlow
Returns the tip text for this property.
flowFileTipText() - Method in class weka.filters.FlowFilter
Returns the tip text for this property.
FlowFileWriter - Class in adams.flow.sink
Writes the incoming actor(s) to a file.
A custom flow writer can be specified.
FlowFileWriter() - Constructor for class adams.flow.sink.FlowFileWriter
 
FlowFilter - Class in weka.filters
Processes the data with a flow.
FlowFilter() - Constructor for class weka.filters.FlowFilter
 
FlowHandler - Class in adams.gui.tools.previewbrowser
Displays the following plain text file types: txt,xml,props

Valid options are:

FlowHandler() - Constructor for class adams.gui.tools.previewbrowser.FlowHandler
 
FlowHelper - Class in adams.gui.goe
A helper class for flow-related queries.
FlowHelper() - Constructor for class adams.gui.goe.FlowHelper
 
FlowJavadoc - Class in adams.doc.javadoc
Generates Javadoc comments for the AbstractActor.
FlowJavadoc() - Constructor for class adams.doc.javadoc.FlowJavadoc
 
FlowJUnitTestProducer - Class in adams.core.option
Generates a JUnit test case for flows.
FlowJUnitTestProducer() - Constructor for class adams.core.option.FlowJUnitTestProducer
 
FlowListResponseHandler(AbstractRemoteFlowTab) - Constructor for class adams.gui.tools.remotecontrolcenter.panels.AbstractRemoteFlowTab.FlowListResponseHandler
Initializes the handler.
FlowMultiPagePane - Class in adams.gui.flow
Specialized tabbed pane for Flow panels.
FlowMultiPagePane(FlowEditorPanel) - Constructor for class adams.gui.flow.FlowMultiPagePane
Initializes the tabbed pane.
FlowMultiPagePane.FlowPanelFilter - Enum in adams.gui.flow
For filtering panels.
FlowMultiPagePane.FlowTitleRenderer - Class in adams.gui.flow
The cell renderer.
FlowPanel - Class in adams.gui.flow
A panel for setting up, modifying, saving and loading "simple" flows.
FlowPanel() - Constructor for class adams.gui.flow.FlowPanel
Initializes the panel with no owner.
FlowPanel(FlowMultiPagePane) - Constructor for class adams.gui.flow.FlowPanel
Initializes the panel with an owner.
flowPanelChanged(FlowPanel) - Method in class adams.gui.flow.tab.AttachedVariablesTab
Notifies the tab of the currently selected flow panel.
flowPanelChanged(FlowPanel) - Method in class adams.gui.flow.tab.GraphicalActorProcessorTab
Notifies the tab of the currently selected flow panel.
flowPanelChanged(FlowPanel) - Method in class adams.gui.flow.tab.GraphicalFlowExecutionListenersTab
Notifies the tab of the currently selected flow panel.
flowPanelChanged(FlowPanel) - Method in class adams.gui.flow.tab.RegisteredDisplaysTab
Notifies the tab of the currently selected flow panel.
flowPanelChanged(FlowPanel) - Method in class adams.gui.flow.tab.StorageNamesTab
Notifies the tab of the currently selected flow panel.
flowPanelChanged(FlowPanel) - Method in interface adams.gui.flow.tab.TabChangeAwareEditorTab
Notifies the tab of the currently selected flow panel.
flowPanelChanged(FlowPanel) - Method in class adams.gui.flow.tab.VariablesTab
Notifies the tab of the currently selected flow panel.
FlowPanelNotificationArea - Class in adams.gui.flow
Shows textual notifications.
FlowPanelNotificationArea() - Constructor for class adams.gui.flow.FlowPanelNotificationArea
 
FlowPanelNotificationArea.NotificationType - Enum in adams.gui.flow
The type of notification.
flowPauseStateChanged(FlowPauseStateEvent) - Method in interface adams.event.FlowPauseStateListener
Gets called when the pause state of the flow changes.
flowPauseStateChanged(FlowPauseStateEvent) - Method in class adams.flow.control.AbstractControlActor
Gets called when the pause state of the flow changes.
flowPauseStateChanged(FlowPauseStateEvent) - Method in class adams.flow.control.AbstractDirector
Gets called when the pause state of the flow changes.
flowPauseStateChanged(FlowPauseStateEvent) - Method in class adams.flow.control.MissionControl
Gets called when the pause state of the flow changes.
flowPauseStateChanged(FlowPauseStateEvent) - Method in class adams.flow.transformer.ExecuteJobs
Gets called when the pause state of the flow changes.
flowPauseStateChanged(FlowPauseStateEvent) - Method in class adams.flow.transformer.ExecuteRemoteCommand
Gets called when the pause state of the flow changes.
flowPauseStateChanged(FlowPauseStateEvent) - Method in class adams.flow.transformer.WekaClassifierRanker
Gets called when the pause state of the flow changes.
flowPauseStateChanged(FlowPauseStateEvent) - Method in class adams.flow.transformer.WekaGeneticAlgorithm
Gets called when the pause state of the flow changes.
FlowPauseStateEvent - Class in adams.event
Event that gets sent by a Flow when the execution of a flow has started, finished, etc.
FlowPauseStateEvent(Actor, FlowPauseStateEvent.Type) - Constructor for class adams.event.FlowPauseStateEvent
Initializes the event.
FlowPauseStateEvent.Type - Enum in adams.event
The type of event.
FlowPauseStateListener - Interface in adams.event
Interface for classes that listen for changes in the pause state of running flows.
FlowPreferencesPanel - Class in adams.gui.application
Preferences for the flow editor.
FlowPreferencesPanel() - Constructor for class adams.gui.application.FlowPreferencesPanel
 
FlowProcessor - Class in adams.gui.tools.spreadsheetprocessor.processors
Uses a subflow for processing the spreadsheet.
FlowProcessor() - Constructor for class adams.gui.tools.spreadsheetprocessor.processors.FlowProcessor
 
FlowReader - Interface in adams.data.io.input
Interface for flow readers.
flowRestartManagerTipText() - Method in class adams.flow.control.Flow
Returns the tip text for this property.
FlowRunner - Class in adams.flow
Executes flows from command-line.
It is also possible to traverse a directory and execute all flows within that match a regular expression.
Using the 'no-execute' option, you can suppress the flow execution, but still test whether the flow loads and can be fully set up and wrapped up.
FlowRunner - Class in adams.gui.menu
Opens the Flow Runner.
FlowRunner() - Constructor for class adams.flow.FlowRunner
 
FlowRunner() - Constructor for class adams.gui.menu.FlowRunner
Initializes the menu item with no owner.
FlowRunner(AbstractApplicationFrame) - Constructor for class adams.gui.menu.FlowRunner
Initializes the menu item.
FlowRunnerPanel - Class in adams.gui.flow
Panel that allows the execution of flows.
FlowRunnerPanel() - Constructor for class adams.gui.flow.FlowRunnerPanel
 
FlowRunnerPanelDefinition - Class in adams.env
Definition for the FlowRunnerPanel props file.
FlowRunnerPanelDefinition() - Constructor for class adams.env.FlowRunnerPanelDefinition
 
flows() - Method in class adams.flow.control.RunningFlowsRegistry
Returns the currently registered flows.
FlowSetup - Class in adams.flow.setup
Container object for a flow file with name and information about it.
FlowSetup() - Constructor for class adams.flow.setup.FlowSetup
 
FlowSetupCellEditor - Class in adams.gui.flow.setup
Custom cell renderer for the flow setups.
FlowSetupCellEditor(FlowSetupTableModel) - Constructor for class adams.gui.flow.setup.FlowSetupCellEditor
Initializes the cell editor.
FlowSetupManager - Class in adams.flow.setup
Manages several setups.
FlowSetupManager() - Constructor for class adams.flow.setup.FlowSetupManager
Initializes the setup manager.
FlowSetupManager(Collection<FlowSetup>) - Constructor for class adams.flow.setup.FlowSetupManager
Initializes the setup manager.
FlowSetupRunner - Class in adams.flow
Runs a flow control center setup from commandline.
FlowSetupRunner() - Constructor for class adams.flow.FlowSetupRunner
 
flowSetupStateChanged(FlowSetupStateEvent) - Method in interface adams.event.FlowSetupStateListener
Gets called when the state of the flow setup changed.
flowSetupStateChanged(FlowSetupStateEvent) - Method in class adams.flow.setup.FlowSetupManager
Gets called when the state of the flow setup changed.
flowSetupStateChanged(FlowSetupStateEvent) - Method in class adams.gui.flow.setup.FlowSetupTableModel
Gets called when the flow execution finished.
FlowSetupStateEvent - Class in adams.event
Event that gets sent by a FlowSetup when the execution of a flow has started, finished, etc.
FlowSetupStateEvent(FlowSetup, FlowSetupStateEvent.Type) - Constructor for class adams.event.FlowSetupStateEvent
Initializes the event.
FlowSetupStateEvent.Type - Enum in adams.event
The type of event.
FlowSetupStateListener - Interface in adams.event
Interface for classes that listen for changes in the state of flow setups, like starting a flow, finishing, etc.
FlowSetupTableModel - Class in adams.gui.flow.setup
A table model for FlowSetup objects.
FlowSetupTableModel(FlowSetupManager) - Constructor for class adams.gui.flow.setup.FlowSetupTableModel
Initializes the model.
FlowSetupWorker - Class in adams.flow.setup
A specialized SwingWorker class for executing FlowSetups.
FlowSetupWorker(FlowSetup) - Constructor for class adams.flow.setup.FlowSetupWorker
Initializes the worker.
FlowStructureDotProducer - Class in adams.core.option
Outputs the flow structure in DOT (GraphViz) format.
FlowStructureDotProducer() - Constructor for class adams.core.option.FlowStructureDotProducer
 
FlowStructureGraphMLProducer - Class in adams.core.option
Outputs the flow structure in GraphML XML format.
FlowStructureGraphMLProducer() - Constructor for class adams.core.option.FlowStructureGraphMLProducer
 
FlowStructureModifier - Interface in adams.flow.control
Interface for actors that modify the flow structure somehow.
FlowTabManager - Class in adams.gui.flow.tab
Specialized JTabbedPane for managing tabs in the flow editor.
FlowTabManager(FlowEditorPanel) - Constructor for class adams.gui.flow.tab.FlowTabManager
Initializes the tab manager.
flowTipText() - Method in class adams.scripting.command.flow.RemoteFlowExecution
Returns the tip text for this property.
FlowTitleRenderer(MultiPagePane) - Constructor for class adams.gui.flow.FlowMultiPagePane.FlowTitleRenderer
Initializes the renderer with the owner.
FlowTreeHandler - Interface in adams.gui.flow
Interface for widgets that handle a flow tree.
FlowVariables - Class in adams.flow.core
Enhanced variable management, which allows referencing callable actors in variable names ("@{callable:actorname}") in order to obtain output value of actor.
FlowVariables() - Constructor for class adams.flow.core.FlowVariables
Initializes the container.
FlowWorker - Class in adams.gui.flow
Specialized worker class for executing a flow.
FlowWorker(FlowWorkerHandler, Actor, File, boolean, boolean) - Constructor for class adams.gui.flow.FlowWorker
Initializes the worker.
FlowWorkerHandler - Interface in adams.gui.flow
Interface for classes that can make use of the FlowWorker worker class.
FlowWriter - Interface in adams.data.io.output
Interface for flow writers.
FLSA - adams.flow.transformer.pdfproclet.PageSize
 
FLSE - adams.flow.transformer.pdfproclet.PageSize
 
flush() - Method in class adams.core.io.BufferedFileWriter
Flushes the stream.
flush() - Method in class adams.core.io.Tee
flushes all the printstreams.
flush() - Method in class adams.core.logging.AbstractLogHandler
Flush any buffered output.
flush() - Method in class adams.core.logging.MultiHandler
Flush any buffered output.
Flushable - Interface in adams.flow.core
Interface for actors that can be flushed, i.e., the execution stopped without actually stopping the actor.
flushExecution() - Method in class adams.flow.control.AbstractControlActor
Stops the processing of tokens without stopping the flow.
flushExecution() - Method in class adams.flow.control.AbstractDirectedControlActor
Stops the processing of tokens without stopping the flow.
flushExecution() - Method in class adams.flow.control.AbstractDirector
Stops the processing of tokens without stopping the flow.
flushExecution() - Method in class adams.flow.control.AbstractTee
Stops the processing of tokens without stopping the flow.
flushExecution() - Method in class adams.flow.control.Branch
Stops the processing of tokens without stopping the flow.
flushExecution() - Method in class adams.flow.control.FileProcessor
Stops the processing of tokens without stopping the flow.
flushExecution() - Method in class adams.flow.control.LoadBalancer
Stops the processing of tokens without stopping the flow.
flushExecution() - Method in class adams.flow.control.LocalScopeTransformer
Stops the processing of tokens without stopping the flow.
flushExecution() - Method in class adams.flow.control.SequentialDirector
Stops the processing of tokens without stopping the flow.
flushExecution() - Method in class adams.flow.control.TryCatch
Stops the processing of tokens without stopping the flow.
flushExecution() - Method in class adams.flow.control.UpdateProperties
Stops the processing of tokens without stopping the flow.
flushExecution() - Method in class adams.flow.control.WhileLoop
Stops the processing of tokens without stopping the flow.
flushExecution() - Method in interface adams.flow.core.ActorHandler
Stops the processing of tokens without stopping the flow.
flushExecution() - Method in interface adams.flow.core.Flushable
Stops the processing of tokens without stopping the flow.
flushExecution() - Method in class adams.flow.source.SwitchedSource
Stops the processing of tokens without stopping the flow.
flushExecution() - Method in class adams.flow.standalone.AbstractMultiView
Stops the processing of tokens without stopping the flow.
flushExecution() - Method in class adams.flow.standalone.AbstractMultiView.ViewWrapper
Stops the processing of tokens without stopping the flow.
flushExecution() - Method in class adams.flow.standalone.AbstractMutableActorDaemonEvent
Stops the processing of tokens without stopping the flow.
flushExecution() - Method in class adams.flow.standalone.AbstractStandaloneGroup
Stops the processing of tokens without stopping the flow.
flushExecution() - Method in class adams.flow.standalone.Cron
Stops the processing of tokens without stopping the flow.
flushExecution() - Method in class adams.flow.standalone.DelayedEvent
Stops the processing of tokens without stopping the flow.
flushExecution() - Method in class adams.flow.standalone.Events
Stops the processing of tokens without stopping the flow.
flushExecution() - Method in class adams.flow.standalone.JavaExec
Stops the processing of tokens without stopping the flow.
flushExecution() - Method in class adams.flow.standalone.QueueEvent
Stops the processing of tokens without stopping the flow.
flushExecution() - Method in class adams.gui.flow.tree.ClipboardActorContainer
Stops the processing of tokens without stopping the flow.
FlushSupporter - Interface in adams.flow.core
Interface for actors that can be flushed.
FMEASURE - adams.flow.sink.WekaThresholdCurve.AttributeName
 
fmin(double, double, Fmin_methods, double) - Static method in class optimization.Fmin
This method performs a 1-dimensional minimization.
Fmin - Class in optimization
This class was translated by a statistician from the FORTRAN version of fmin.
Fmin() - Constructor for class optimization.Fmin
 
Fmin_methods - Interface in optimization
Interface method to define a function to minimize.
FminTest - Class in optimization
This class tests the Fmin class.
focusSearch() - Method in class adams.gui.goe.GenericObjectEditorClassTreePanel
Focus the search text field.
FoldPair<T> - Class in adams.data.splitgenerator.generic.crossvalidation
Combines train and test data.
FoldPair(int, Subset<T>, Subset<T>) - Constructor for class adams.data.splitgenerator.generic.crossvalidation.FoldPair
Initializes the fold pair.
foldsTipText() - Method in class adams.data.weka.evaluator.AbstractCrossvalidatedInstanceEvaluator
Returns the tip text for this property.
foldsTipText() - Method in class adams.flow.sink.WekaExperimentGenerator
Returns the tip text for this property.
foldsTipText() - Method in class adams.flow.transformer.WekaAttributeSelection
Returns the tip text for this property.
foldsTipText() - Method in class adams.flow.transformer.WekaClassifierRanker
Returns the tip text for this property.
foldsTipText() - Method in class adams.flow.transformer.WekaCrossValidationClustererEvaluator
Returns the tip text for this property.
foldsTipText() - Method in class adams.flow.transformer.WekaCrossValidationEvaluator
Returns the tip text for this property.
foldsTipText() - Method in class adams.flow.transformer.WekaCrossValidationSplit
Returns the tip text for this property.
foldsTipText() - Method in class adams.gui.tools.wekamultiexperimenter.experiment.CrossValidationExperiment
Returns the tip text for this property.
foldsTipText() - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm
Returns the tip text for this property.
foldsTipText() - Method in class adams.opt.optimise.genetic.fitnessfunctions.AbstractWEKAFitnessFunction
Returns the tip text for this property.
FOLLOWING - Static variable in interface adams.parser.actorsuggestion.sym
 
FOLLOWING - Static variable in interface adams.parser.externalactorsuggestion.sym
 
followingAccepts(String) - Method in class adams.parser.actorsuggestion.Parser
Checks whether the following actor accepts the specified class.
followingAccepts(String) - Method in class adams.parser.externalactorsuggestion.Parser
Checks whether the following actor accepts the specified class.
FONT - adams.core.PropertiesDataType
 
FONT - adams.gui.core.PropertiesParameterPanel.PropertyType
font.
FONT_FACES - Static variable in class adams.gui.chooser.PdfFontChooserPanel
The list of font faces.
FONT_FAMILIES - Static variable in class adams.gui.chooser.PdfFontChooserPanel
The list of font families.
FONT_SIZES - Static variable in class adams.gui.chooser.FontChooserPanelWithPreview
The list of font sizes.
FONT_SIZES - Static variable in class adams.gui.chooser.PdfFontChooserPanel
The list of font sizes.
FontChooser - Class in adams.gui.chooser
A font selection dialog.
FontChooser(Dialog) - Constructor for class adams.gui.chooser.FontChooser
Construct a FontChooser.
FontChooser(Frame) - Constructor for class adams.gui.chooser.FontChooser
Construct a FontChooser.
FontChooserPanel - Class in adams.gui.chooser
A panel that contains a text field with the current Font and a button for bringing up a Font dialog.
FontChooserPanel() - Constructor for class adams.gui.chooser.FontChooserPanel
Initializes the panel with the default sans font.
FontChooserPanel(Font) - Constructor for class adams.gui.chooser.FontChooserPanel
Initializes the panel with the given font.
FontChooserPanelWithPreview - Class in adams.gui.chooser
A font selection panel.
FontChooserPanelWithPreview() - Constructor for class adams.gui.chooser.FontChooserPanelWithPreview
 
fontCommentsTipText() - Method in class adams.flow.transformer.pdfproclet.SpreadSheet
Returns the tip text for this property.
fontContentTipText() - Method in class adams.flow.transformer.pdfproclet.FixedText
Returns the tip text for this property.
fontContentTipText() - Method in class adams.flow.transformer.pdfproclet.PlainText
Returns the tip text for this property.
FontEditor - Class in adams.gui.goe
A PropertyEditor for Font objects that lets the user select a font from the font dialog.
FontEditor() - Constructor for class adams.gui.goe.FontEditor
 
fontFilenameTipText() - Method in class adams.flow.transformer.pdfproclet.AbstractPdfProcletWithFilenameOutput
Returns the tip text for this property.
fontFilenameTipText() - Method in interface adams.flow.transformer.pdfproclet.PdfProcletWithFilenameOutput
Returns the tip text for this property.
fontGeneralContentTipText() - Method in class adams.flow.transformer.pdfproclet.AbstractSpreadSheetPdfProclet
Returns the tip text for this property.
fontHeadlineTipText() - Method in class adams.flow.transformer.pdfproclet.Headline
Returns the tip text for this property.
fontHeadlineTipText() - Method in class adams.flow.transformer.pdfproclet.MetaHeadline
Returns the tip text for this property.
fontNumericContentTipText() - Method in class adams.flow.transformer.pdfproclet.AbstractSpreadSheetPdfProclet
Returns the tip text for this property.
FontParsing - Class in adams.core.option.parsing
For parsing Font options.
FontParsing() - Constructor for class adams.core.option.parsing.FontParsing
 
Fonts - Class in adams.gui.application
Initializes the fonts.
Fonts - Class in adams.gui.core
Helper class for fonts.
Fonts() - Constructor for class adams.gui.application.Fonts
 
Fonts() - Constructor for class adams.gui.core.Fonts
 
FONTS - Static variable in class adams.gui.core.Fonts
the supported font settings.
FontsDefinition - Class in adams.env
Definition for the GUIHelper props file.
FontsDefinition() - Constructor for class adams.env.FontsDefinition
 
FontsPreferencesPanel - Class in adams.gui.application
Preferences for fonts.
FontsPreferencesPanel() - Constructor for class adams.gui.application.FontsPreferencesPanel
 
fontTableHeaderTipText() - Method in class adams.flow.transformer.pdfproclet.AbstractSpreadSheetPdfProclet
Returns the tip text for this property.
fontTipText() - Method in class adams.flow.sink.AbstractTextualDisplay
Returns the tip text for this property.
fontTipText() - Method in class adams.flow.sink.ProgressBar
Returns the tip text for this property.
fontTipText() - Method in class adams.flow.standalone.ConsoleWindow
Returns the tip text for this property.
fontTipText() - Method in class adams.flow.standalone.Stopwatch
Returns the tip text for this property.
fontTipText() - Method in class adams.flow.transformer.draw.Text
Returns the tip text for this property.
fontTipText() - Method in class adams.flow.transformer.pdfstamp.Text
Returns the tip text for this property.
fontTipText() - Method in class adams.flow.transformer.SpreadSheetCellSelector
Returns the tip text for this property.
fontTipText() - Method in class adams.gui.core.spreadsheetpreview.SimpleText
Returns the tip text for this property.
fontTipText() - Method in class adams.gui.tools.previewbrowser.ImageClassificationHandler
Returns the tip text for this property.
fontTipText() - Method in class adams.gui.visualization.image.MetaDataText
Returns the tip text for this property.
fontTipText() - Method in class adams.gui.visualization.object.objectannotations.label.Anchored
Returns the tip text for this property.
fontTipText() - Method in class adams.gui.visualization.sequence.KendallTheilOverlayPaintlet
Returns the tip text for this property.
fontTipText() - Method in class adams.gui.visualization.sequence.LinearRegressionOverlayPaintlet
Returns the tip text for this property.
fontTipText() - Method in class adams.gui.visualization.sequence.MetaDataValuePaintlet
Returns the tip text for this property.
fontTipText() - Method in class adams.gui.visualization.stats.paintlet.ScatterPaintletMetaDataValue
Returns the tip text for this property.
forAnyCommandLine(Class, String) - Static method in class adams.core.option.OptionUtils
Creates a new instance of an object given its command-line, including class name and (optional) arguments to pass to its setOptions method.
forceCompressionTipText() - Method in class weka.core.converters.SimpleArffLoader
Tip text suitable for displaying int the GUI
forceExitTipText() - Method in class adams.flow.FlowRunner
Returns the tip text for this property.
ForceFlush - Class in adams.flow.control
Forces all actors that implement adams.flow.core.FlushSupporter

See also:
adams.flow.sink.DumpFile

Input/output:
- accepts:
   adams.flow.core.Unknown
- generates:
   adams.flow.core.Unknown


ForceFlush() - Constructor for class adams.flow.control.ForceFlush
 
ForceFlush.FlushScope - Enum in adams.flow.control
The scope for the flushing.
forceGrayScaleTipText() - Method in class adams.data.image.transformer.GrayOrIndexedColorizer
Returns the tip text for this property.
forceInputTypeTipText() - Method in class adams.flow.transformer.SpreadSheetTransformCells
Returns the tip text for this property.
forceInputTypeTipText() - Method in class adams.flow.transformer.SpreadSheetTransformHeaderCells
Returns the tip text for this property.
forcePercentageTipText() - Method in class adams.data.image.transformer.Resize
Returns the tip text for this property.
forcePercentageTipText() - Method in class adams.data.jai.transformer.Resize
Returns the tip text for this property.
forceStringTipText() - Method in class adams.data.conversion.SpreadSheetUseRowAsHeader
Returns the tip text for this property.
forceStringTipText() - Method in class adams.data.conversion.StringMatrixToSpreadSheet
Returns the tip text for this property.
forceStringTipText() - Method in class adams.data.io.input.PropertiesSpreadSheetReader
Returns the tip text for this property.
forceStringTipText() - Method in class adams.flow.transformer.SpreadSheetInsertColumn
Returns the tip text for this property.
forceStringTipText() - Method in class adams.flow.transformer.SpreadSheetInsertRow
Returns the tip text for this property.
forceStringTipText() - Method in class adams.flow.transformer.SpreadSheetSetCell
Returns the tip text for this property.
forceStringTipText() - Method in class adams.flow.transformer.SpreadSheetSetHeaderCell
Returns the tip text for this property.
forceTipText() - Method in class adams.data.conversion.Quote
Returns the tip text for this property.
forceTipText() - Method in class adams.flow.control.SetContainerValue
Returns the tip text for this property.
forceTipText() - Method in class adams.flow.source.RSync
 
forceVariables(Variables) - Method in class adams.flow.control.AbstractControlActor
Updates the Variables instance in use.
forceVariables(Variables) - Method in class adams.flow.control.AbstractTee
Updates the Variables instance in use.
forceVariables(Variables) - Method in class adams.flow.control.Flow
Updates the Variables instance in use.
forceVariables(Variables) - Method in class adams.flow.control.Inspect
Updates the Variables instance in use.
forceVariables(Variables) - Method in class adams.flow.control.LoadBalancer
Updates the Variables instance in use.
forceVariables(Variables) - Method in class adams.flow.control.LocalScopeTransformer
Updates the Variables instance in use.
forceVariables(Variables) - Method in class adams.flow.control.LocalScopeTrigger
Updates the Variables instance in use.
forceVariables(Variables) - Method in class adams.flow.control.WhileLoop
Updates the Variables instance in use.
forceVariables(Variables) - Method in class adams.flow.core.AbstractActor
Updates the Variables instance in use.
forceVariables(Variables) - Method in class adams.flow.core.AbstractExternalActor
Updates the Variables instance in use.
forceVariables(Variables) - Method in class adams.flow.core.AbstractTemplate
Updates the Variables instance in use.
forceVariables(Variables) - Method in class adams.flow.sink.DisplayPanelManager
Updates the Variables instance in use.
forceVariables(Variables) - Method in class adams.flow.source.SwitchedSource
Updates the Variables instance in use.
forceVariables(Variables) - Method in class adams.flow.standalone.AbstractMutableActorDaemonEvent
Updates the Variables instance in use.
forceVariables(Variables) - Method in class adams.flow.standalone.AbstractStandaloneGroup
Updates the Variables instance in use.
forceVariables(Variables) - Method in class adams.flow.standalone.Cron
Updates the Variables instance in use.
forceVariables(Variables) - Method in class adams.flow.standalone.DelayedEvent
Updates the Variables instance in use.
forceVariables(Variables) - Method in class adams.flow.standalone.QueueEvent
Updates the Variables instance in use.
forceVariables(Actor, Variables) - Static method in class adams.flow.core.ActorUtils
Forces the update of the variables of this actor.
forCommandline(String) - Static method in class adams.core.option.AbstractSimpleOptionParser
Instantiates the option parser from the commandline.
forCommandLine(AbstractApplicationFrame, String) - Static method in class adams.gui.application.AbstractMenuItemDefinition
Instantiates the menu item definition from the given commandline (i.e., classname and optional parameters).
forCommandLine(Class, String) - Static method in class adams.core.option.OptionUtils
Creates a new instance of an option handler given its command-line, including class name and (optional) arguments to pass to its setOptions method.
forCommandLine(Class, String, MessageCollection, MessageCollection, boolean) - Static method in class adams.core.option.OptionUtils
Creates a new instance of an option handler given its command-line, including class name and (optional) arguments to pass to its setOptions method.
forCommandLine(String) - Static method in class adams.console.AbstractConsoleApplication
Instantiates the application from the given commandline (i.e., classname and optional options).
forCommandLine(String) - Static method in class adams.data.baseline.AbstractBaselineCorrection
Instantiates the baseline correction scheme from the given commandline (i.e., classname and optional options).
forCommandLine(String) - Static method in class adams.data.boofcv.transformer.AbstractBoofCVTransformer
Instantiates the transformation from the given commandline (i.e., classname and optional options).
forCommandLine(String) - Static method in class adams.data.filter.AbstractFilter
Instantiates the filter from the given commandline (i.e., classname and optional options).
forCommandLine(String) - Static method in class adams.data.image.transformer.AbstractBufferedImageTransformer
Instantiates the transformation from the given commandline (i.e., classname and optional options).
forCommandLine(String) - Static method in class adams.data.instances.AbstractInstanceGenerator
Instantiates the generator from the given commandline (i.e., classname and optional options).
forCommandLine(String) - Static method in class adams.data.io.input.AbstractReportReader
Instantiates the report reader from the given commandline (i.e., classname and optional options).
forCommandLine(String) - Static method in class adams.data.io.output.AbstractDataContainerWriter
Instantiates the spectrum writer from the given commandline (i.e., classname and optional options).
forCommandLine(String) - Static method in class adams.data.io.output.AbstractReportWriter
Instantiates the chromatogram writer from the given commandline (i.e., classname and optional options).
forCommandLine(String) - Static method in class adams.data.noise.AbstractDenoiser
Instantiates the denoiser algorithm from the given commandline (i.e., classname and optional options).
forCommandLine(String) - Static method in class adams.data.opencv.transformer.AbstractOpenCVTransformer
Instantiates the transformation from the given commandline (i.e., classname and optional options).
forCommandLine(String) - Static method in class adams.data.outlier.AbstractOutlierDetector
Instantiates the detector from the given commandline (i.e., classname and optional options).
forCommandLine(String) - Static method in class adams.data.random.AbstractRandomNumberGenerator
Instantiates the statistic from the given commandline (i.e., classname and optional options).
forCommandLine(String) - Static method in class adams.data.report.AbstractReportFilter
Instantiates the filter from the given commandline (i.e., classname and optional options).
forCommandLine(String) - Static method in class adams.data.smoothing.AbstractSmoother
Instantiates the smoothing scheme from the given commandline (i.e., classname and optional options).
forCommandLine(String) - Static method in class adams.data.spreadsheet.cellfinder.AbstractCellFinder
Instantiates the cell finder from the given commandline (i.e., classname and optional options).
forCommandLine(String) - Static method in class adams.data.spreadsheet.columnfinder.AbstractColumnFinder
Instantiates the column finder from the given commandline (i.e., classname and optional options).
forCommandLine(String) - Static method in class adams.data.spreadsheet.rowfinder.AbstractRowFinder
Instantiates the row finder from the given commandline (i.e., classname and optional options).
forCommandLine(String) - Static method in class adams.data.statistics.AbstractArrayStatistic
Instantiates the statistic from the given commandline (i.e., classname and optional options).
forCommandLine(String) - Static method in class adams.data.weka.columnfinder.AbstractColumnFinder
Instantiates the column finder from the given commandline (i.e., classname and optional options).
forCommandLine(String) - Static method in class adams.data.weka.evaluator.AbstractInstanceEvaluator
Instantiates the evaluator from the given commandline (i.e., classname and optional options).
forCommandLine(String) - Static method in class adams.data.weka.predictions.AbstractErrorScaler
Instantiates the scaler from the given commandline (i.e., classname and optional options).
forCommandLine(String) - Static method in class adams.data.weka.rowfinder.AbstractRowFinder
Instantiates the row finder from the given commandline (i.e., classname and optional options).
forCommandLine(String) - Static method in class adams.db.AbstractConditions
Instantiates the conditions from the given commandline (i.e., classname and optional options).
forCommandLine(String) - Static method in class adams.db.upgrade.AbstractTableUpgrade
Instantiates the table upgrade scheme from the given commandline (i.e., classname and optional options).
forCommandLine(String) - Static method in class adams.doc.javadoc.Javadoc
Instantiates the javadoc generator from the given commandline (i.e., classname and optional options).
forCommandLine(String) - Static method in class adams.flow.core.AbstractActor
Instantiates the item from the given commandline (i.e., classname and optional options).
forCommandLine(String) - Static method in class adams.flow.FlowRunner
Instantiates the flow from the given commandline (i.e., classname and optional options).
forCommandLine(String) - Static method in class adams.flow.FlowSetupRunner
Instantiates the runner from the given commandline (i.e., classname and optional options).
forCommandLine(String) - Static method in class adams.flow.template.AbstractActorTemplate
Instantiates the template generator scheme from the given commandline (i.e., classname and optional options).
forCommandLine(String) - Static method in class adams.gui.application.AbstractApplicationFrame
Instantiates the application frame from the given commandline (i.e., classname and optional options).
forCommandLine(String) - Static method in class adams.gui.print.JComponentWriter
Instantiates the writer from the given commandline (i.e., classname and optional options).
forCommandLine(String) - Static method in class adams.gui.visualization.core.AbstractColorGradientGenerator
Instantiates the generator from the given commandline (i.e., classname and optional options).
forCommandLine(String) - Static method in class adams.gui.visualization.core.AbstractColorProvider
Instantiates the provider from the given commandline (i.e., classname and optional options).
forCommandLine(String) - Static method in class adams.gui.visualization.core.AbstractMouseMovementTracker
Instantiates the paintlet from the given commandline (i.e., classname and optional options).
forCommandLine(String) - Static method in class adams.gui.visualization.core.AbstractPaintlet
Instantiates the paintlet from the given commandline (i.e., classname and optional options).
forCommandLine(String) - Static method in class adams.gui.visualization.core.axis.AbstractTickGenerator
Instantiates the generator from the given commandline (i.e., classname and optional options).
forCommandLine(String) - Static method in class adams.gui.visualization.image.paintlet.AbstractPaintlet
Instantiates the paintlet from the given commandline (i.e., classname and optional options).
forCommandLine(String) - Static method in class adams.opt.genetic.AbstractGeneticAlgorithm
Instantiates the genetic algorithm from the given commandline (i.e., classname and optional options).
forCommandLine(String) - Static method in class adams.opt.optimise.AbstractOptimiser
Instantiates the optimiser from the given commandline (i.e., classname and optional options).
forCommandLine(String) - Static method in class adams.opt.optimise.genetic.AbstractGeneticAlgorithm
Instantiates the genetic algorithm from the given commandline (i.e., classname and optional options).
forCommandLine(String) - Static method in class adams.parser.AbstractExpressionEvaluator
Instantiates the evaluator from the given commandline (i.e., classname and optional options).
forCommandLine(String) - Static method in class adams.run.RunScheme
Instantiates the run scheme from the given commandline (i.e., classname and optional options).
forCommandLine(String) - Static method in class adams.scripting.CommandRunner
Instantiates the flow from the given commandline (i.e., classname and optional options).
forCommandLine(String) - Static method in class adams.scripting.engine.AbstractScriptingEngine
Instantiates the engine from the given commandline (i.e., classname and optional options).
forCommandLine(String) - Static method in class adams.terminal.application.AbstractTerminalApplication
Instantiates the application from the given commandline (i.e., classname and optional options).
forCommandLine(String) - Static method in class adams.tools.AbstractTool
Instantiates the tool from the given commandline (i.e., classname and optional options).
forCommandLines(Class, String[]) - Static method in class adams.core.option.OptionUtils
Creates new instances of option handlers given their command-line, including class name and (optional) arguments to pass to its setOptions method.
forDataset(Dataset) - Static method in class adams.ml.capabilities.CapabilitiesHelper
Returns capabilities that are required for the specified dataset.
forDataset(Dataset, int) - Static method in class adams.ml.capabilities.CapabilitiesHelper
Returns capabilities that are required for the specified dataset column.
forecast(int, PrintStream...) - Method in class weka.classifiers.timeseries.BaselineAdjustedForecaster
Produce a forecast for the target field(s).
forecasterTipText() - Method in class adams.flow.transformer.WekaPrimeForecaster
Returns the tip text for this property.
forecasterTipText() - Method in class adams.flow.transformer.WekaTrainForecaster
Returns the tip text for this property.
forecastFieldsTipText() - Method in class adams.flow.source.wekaforecastersetup.WekaForecasterGenerator
Returns the tip text for this property.
ForecastingHandler - Class in weka.gui.explorer
Manages the ExplorerTSPanel (wrapper handler).
ForecastingHandler() - Constructor for class weka.gui.explorer.ForecastingHandler
Initializes the handler.
ForecastingPanel - Class in weka.gui.explorer.panels
Panel for forecasting/timeseries.
ForecastingPanel() - Constructor for class weka.gui.explorer.panels.ForecastingPanel
 
foregroundTipText() - Method in class adams.flow.sink.ProgressBar
Returns the tip text for this property.
FOREST - weka.classifiers.trees.XGBoost.NormaliseType
 
ForLoop - Class in adams.flow.source
Emulates the following for-loop for integer IDs:
- positive step size:
for (int i = lower; i <= upper; i += step)
- negative step size:
for (int i = upper; i >= lower; i += step)

The integers can be output as a single array as well.
ForLoop - Class in adams.flow.source.newlist
Emulates the following for-loop for integer IDs:
- positive step size:
for (int i = lower; i <= upper; i += step)
- negative step size:
for (int i = upper; i >= lower; i += step)

ForLoop() - Constructor for class adams.flow.source.ForLoop
 
ForLoop() - Constructor for class adams.flow.source.newlist.ForLoop
 
ForLoopToStorageForLoopTransfer - Class in adams.core.optiontransfer
Transfers options between ForLoop and StorageForLoop objects as vice versa.
ForLoopToStorageForLoopTransfer() - Constructor for class adams.core.optiontransfer.ForLoopToStorageForLoopTransfer
 
format(double) - Method in class adams.core.ByteFormat
Formats the given byte amount according to the format.
format(double) - Method in class adams.core.MicroSecondFormat
Formats the given microsecond amount according to the format.
format(double) - Method in class adams.core.SecondFormat
Formats the given second amount according to the format.
format(double) - Method in class adams.data.io.output.AbstractFormattedSpreadSheetWriter
Formats the number according to the format and returns the generated textual representation.
format(double) - Method in class adams.data.io.output.AbstractMultiSheetFormattedSpreadSheetWriter
Formats the number according to the format and returns the generated textual representation.
format(double) - Method in class adams.data.io.output.SqlDumpSpreadSheetWriter
Formats the number according to the format and returns the generated textual representation.
format(long) - Method in class adams.core.ByteFormat
Formats the given byte amount according to the format.
format(long) - Method in class adams.core.MicroSecondFormat
Formats the given microsecond amount according to the format.
format(long) - Method in class adams.core.SecondFormat
Formats the given second amount according to the format.
format(Properties, byte[]) - Method in class adams.scripting.processor.DefaultProcessor
Turns the command properties and payload into a single string to send.
format(Properties, byte[]) - Method in class adams.scripting.processor.JsonProcessor
Turns the command properties and payload into a single string to send.
format(Properties, byte[]) - Method in interface adams.scripting.processor.RemoteCommandProcessor
Turns the command properties and payload into a single string to send.
format(Double) - Method in class adams.gui.visualization.core.axis.Formatter
Formats the given value and returns the string.
format(String) - Method in class adams.data.spreadsheet.StringObjectHandler
Turns the given object back into a string.
format(Date) - Method in class adams.core.DateFormat
Returns the formatted string of the specified date object.
format(JSONAware) - Method in class adams.data.spreadsheet.JsonObjectHandler
Turns the given object back into a string.
format(T) - Method in class adams.data.spreadsheet.AbstractObjectHandler
Turns the given object back into a string.
FORMAT - Static variable in class adams.core.base.BaseDate
the date format.
FORMAT - Static variable in class adams.core.base.BaseDateTime
the date/time format.
FORMAT - Static variable in class adams.core.base.BaseDateTimeMsec
the date/time format.
FORMAT - Static variable in class adams.core.base.BaseTime
the date format.
FORMAT - Static variable in class adams.core.base.BaseTimeMsec
the date format.
FORMAT_DATE - Static variable in class adams.core.Properties
the date format.
FORMAT_DATETIME - Static variable in class adams.core.Properties
the date/time format.
FORMAT_TIME - Static variable in class adams.core.Properties
the time format.
formatCustomTipText() - Method in class adams.data.conversion.ExtractDateTimeField
Returns the tip text for this property.
formatDate(double) - Method in class adams.flow.transformer.WekaInstancesInfo
Formats date stats.
formatDateValue(String) - Method in class adams.core.base.BaseDate
Returns the Date value formatted as a string.
formatDateValue(String) - Method in class adams.core.base.BaseDateTime
Returns the Date value formatted as a string.
formatDateValue(String) - Method in class adams.core.base.BaseDateTimeMsec
Returns the Date value formatted as a string.
formatDateValue(String) - Method in class adams.core.base.BaseTime
Returns the Date value formatted as a string.
formatDateValue(String) - Method in class adams.core.base.BaseTimeMsec
Returns the Date value formatted as a string.
formatDateValue(String) - Method in interface adams.core.DateValueSupporter
Returns the Date value formatted as a string.
formatMessage(String) - Method in class adams.flow.sink.simplelogging.format.AbstractSimpleFormat
Formats the logging message and returns the updated message.
formatMessage(String) - Method in interface adams.flow.sink.simplelogging.format.SimpleFormat
Formats the logging message and returns the updated message.
formatOutput(ExternalCommand, boolean, boolean, String) - Method in class adams.core.command.output.AbstractOutputFormatter
Formats the output received from the command.
formatOutput(ExternalCommand, boolean, boolean, String) - Method in interface adams.core.command.output.OutputFormatter
Formats the output received from the command.
formatOutput(Instances, Instances) - Method in class weka.filters.unsupervised.attribute.AttributeSummaryTransferFilter
Handles merging of output datasets and formatting.
Formatter - Class in adams.gui.visualization.core.axis
A wrapper class for Java formatters DecimalFormat and SimpleDateFormat.
Formatter(Format) - Constructor for class adams.gui.visualization.core.axis.Formatter
Initializes the formatter.
formatTipText() - Method in class adams.core.io.TimestampFilenameGenerator
Returns the tip text for this property.
formatTipText() - Method in class adams.data.barcode.decode.ZXing
Returns the tip text for this property.
formatTipText() - Method in class adams.data.conversion.AbstractImageToByteArray
Returns the tip text for this property.
formatTipText() - Method in class adams.data.conversion.DateTimeTypeToString
Returns the tip text for this property.
formatTipText() - Method in class adams.data.conversion.IntToString
Returns the tip text for this property.
formatTipText() - Method in class adams.data.conversion.LongToString
Returns the tip text for this property.
formatTipText() - Method in class adams.data.conversion.SpreadSheetStringColumnToDate
Returns the tip text for this property.
formatTipText() - Method in class adams.data.conversion.SpreadSheetStringColumnToDateTime
Returns the tip text for this property.
formatTipText() - Method in class adams.data.conversion.SpreadSheetStringColumnToDateTimeMsec
Returns the tip text for this property.
formatTipText() - Method in class adams.data.conversion.SpreadSheetStringColumnToDouble
Returns the tip text for this property.
formatTipText() - Method in class adams.data.conversion.SpreadSheetStringColumnToLong
Returns the tip text for this property.
formatTipText() - Method in class adams.data.conversion.SpreadSheetStringColumnToTime
Returns the tip text for this property.
formatTipText() - Method in class adams.data.conversion.SpreadSheetStringColumnToTimeMsec
Returns the tip text for this property.
formatTipText() - Method in class adams.data.conversion.StringToDateTimeType
Returns the tip text for this property.
formatTipText() - Method in class adams.data.conversion.TimeseriesToWekaInstances
Returns the tip text for this property.
formatTipText() - Method in class adams.data.conversion.TimeToString
Returns the tip text for this property.
formatTipText() - Method in class adams.data.id.SimpleIDGenerator
Returns the tip text for this property.
formatTipText() - Method in class adams.data.spreadsheet.rowfinder.ByDateValue
Returns the tip text for this property.
formatTipText() - Method in class adams.flow.control.flowrestart.notification.TimestampFile
Returns the tip text for this property.
formatTipText() - Method in class adams.flow.sink.ProgressBar
Returns the tip text for this property.
formatTipText() - Method in class adams.flow.sink.sendnotification.LogFile
Returns the tip text for this property.
formatTipText() - Method in class adams.flow.sink.SimpleLogging
Returns the tip text for this property.
formatTipText() - Method in class adams.flow.transformer.TimeseriesInfo
Returns the tip text for this property.
formatTipText() - Method in class adams.flow.transformer.Timestamp
Returns the tip text for this property.
formatTipText() - Method in class adams.gui.tools.previewbrowser.ImageClassificationHandler
Returns the tip text for this property.
formatTipText() - Method in class adams.gui.visualization.core.axis.PeriodicityTickGenerator
Returns the tip text for this property.
formatTipText() - Method in class adams.gui.visualization.object.objectannotations.label.Anchored
Returns the tip text for this property.
formatTipText() - Method in class adams.gui.visualization.report.ReportDateFieldPaintlet
Returns the tip text for this property.
formatTipText() - Method in class adams.gui.visualization.report.ReportDateFieldRangePaintlet
Returns the tip text for this property.
formatTipText() - Method in class weka.filters.unsupervised.attribute.StringToDate
Returns the tip text for this property.
formFieldFileTipText() - Method in class adams.flow.transformer.HttpPostFile
Returns the tip text for this property.
formFieldsTipText() - Method in class adams.flow.transformer.HttpPostFile
Returns the tip text for this property.
FORMULA_ERROR - Static variable in interface adams.data.spreadsheet.Cell
display string in case of an error in a formula.
formulaTipText() - Method in class adams.data.conversion.SpreadSheetAddFormulaColumn
Returns the tip text for this property.
formulaTipText() - Method in class adams.data.conversion.SpreadSheetAddFormulaRow
Returns the tip text for this property.
forName(AbstractApplicationFrame, String, String[]) - Static method in class adams.gui.application.AbstractMenuItemDefinition
Returns a menu item definition based on the classname and optional parameters.
forName(Class, String, String[]) - Static method in class adams.core.option.OptionUtils
Creates a new instance of an object given its class name and (optional) arguments to pass to its setOptions method.
forName(String) - Method in class adams.core.classmanager.ClassManager
Obtains the Class for the name.
forName(String) - Method in class adams.core.classmanager.ClassManager.NoManagerFound
 
forName(String) - Method in interface adams.core.classmanager.CustomClassManager
Instantiates the class by its name.
forName(String) - Method in class adams.core.classmanager.DefaultClassManager
Instantiates the class by its name.
forName(String) - Method in class adams.core.classmanager.WekaClassManager
Instantiates the class by its name.
forName(String) - Method in class adams.core.option.AbstractOptionConsumer
Turns the classname into a string.
forName(String) - Static method in class adams.db.ConnectionParameters
Creates a new object based on the classname, falls back to the default class, if instantiation fails.
forName(String) - Static method in class adams.gui.core.BaseFrame
Instantiates the frame.
forName(String) - Static method in class adams.gui.core.BaseWindow
Instantiates the frame.
forName(String) - Static method in class adams.gui.scripting.AbstractScriptlet
Instantiates the scriptlet.
forName(String) - Static method in class adams.gui.tools.spreadsheetviewer.tab.AbstractViewerTab
Instantiates the tab with the given options.
forName(String, String[]) - Static method in class adams.console.AbstractConsoleApplication
Instantiates the application with the given options.
forName(String, String[]) - Static method in class adams.data.boofcv.transformer.AbstractBoofCVTransformer
Instantiates the transformation with the given options.
forName(String, String[]) - Static method in class adams.data.image.transformer.AbstractBufferedImageTransformer
Instantiates the transformation with the given options.
forName(String, String[]) - Static method in class adams.data.instances.AbstractInstanceGenerator
Instantiates the generator with the given options.
forName(String, String[]) - Static method in class adams.data.io.input.AbstractReportReader
Instantiates the report reader with the given options.
forName(String, String[]) - Static method in class adams.data.io.output.AbstractDataContainerWriter
Instantiates the spectrum writer with the given options.
forName(String, String[]) - Static method in class adams.data.io.output.AbstractReportWriter
Instantiates the chromatogram writer with the given options.
forName(String, String[]) - Static method in class adams.data.noise.AbstractDenoiser
Instantiates the denoiser algorithm with the given options.
forName(String, String[]) - Static method in class adams.data.opencv.transformer.AbstractOpenCVTransformer
Instantiates the transformation with the given options.
forName(String, String[]) - Static method in class adams.data.outlier.AbstractOutlierDetector
Instantiates the detector with the given options.
forName(String, String[]) - Static method in class adams.data.random.AbstractRandomNumberGenerator
Instantiates the statistic with the given options.
forName(String, String[]) - Static method in class adams.data.report.AbstractReportFilter
Instantiates the filter with the given options.
forName(String, String[]) - Static method in class adams.data.smoothing.AbstractSmoother
Instantiates the smoothing scheme with the given options.
forName(String, String[]) - Static method in class adams.data.spreadsheet.cellfinder.AbstractCellFinder
Instantiates the cell finder with the given options.
forName(String, String[]) - Static method in class adams.data.spreadsheet.columnfinder.AbstractColumnFinder
Instantiates the column finder with the given options.
forName(String, String[]) - Static method in class adams.data.spreadsheet.rowfinder.AbstractRowFinder
Instantiates the row finder with the given options.
forName(String, String[]) - Static method in class adams.data.statistics.AbstractArrayStatistic
Instantiates the statistic with the given options.
forName(String, String[]) - Static method in class adams.data.weka.columnfinder.AbstractColumnFinder
Instantiates the column finder with the given options.
forName(String, String[]) - Static method in class adams.data.weka.evaluator.AbstractInstanceEvaluator
Instantiates the evaluator with the given options.
forName(String, String[]) - Static method in class adams.data.weka.predictions.AbstractErrorScaler
Instantiates the scaler with the given options.
forName(String, String[]) - Static method in class adams.data.weka.rowfinder.AbstractRowFinder
Instantiates the row finder with the given options.
forName(String, String[]) - Static method in class adams.db.AbstractConditions
Instantiates the conditions with the given options.
forName(String, String[]) - Static method in class adams.db.upgrade.AbstractTableUpgrade
Instantiates the table upgrade scheme with the given options.
forName(String, String[]) - Static method in class adams.doc.javadoc.Javadoc
Instantiates the javadoc generator with the given options.
forName(String, String[]) - Static method in class adams.flow.core.AbstractActor
Instantiates the item with the given options.
forName(String, String[]) - Static method in class adams.flow.FlowRunner
Instantiates the flow with the given options.
forName(String, String[]) - Static method in class adams.flow.FlowSetupRunner
Instantiates the runner with the given options.
forName(String, String[]) - Static method in class adams.flow.template.AbstractActorTemplate
Instantiates the template generator scheme with the given options.
forName(String, String[]) - Static method in class adams.gui.application.AbstractApplicationFrame
Instantiates the application frame with the given options.
forName(String, String[]) - Static method in class adams.gui.application.AbstractInitialization
Instantiates the initialization applet with the (optional) options.
forName(String, String[]) - Static method in class adams.gui.core.AbstractFrameWithOptionHandling
Instantiates the frame with the given options.
forName(String, String[]) - Static method in class adams.gui.print.JComponentWriter
Instantiates the writer with the given options.
forName(String, String[]) - Static method in class adams.gui.visualization.core.AbstractColorGradientGenerator
Instantiates the generator with the given options.
forName(String, String[]) - Static method in class adams.gui.visualization.core.AbstractColorProvider
Instantiates the provider with the given options.
forName(String, String[]) - Static method in class adams.gui.visualization.core.AbstractMouseMovementTracker
Instantiates the paintlet with the given options.
forName(String, String[]) - Static method in class adams.gui.visualization.core.AbstractPaintlet
Instantiates the paintlet with the given options.
forName(String, String[]) - Static method in class adams.gui.visualization.core.axis.AbstractTickGenerator
Instantiates the generator with the given options.
forName(String, String[]) - Static method in class adams.gui.visualization.image.paintlet.AbstractPaintlet
Instantiates the paintlet with the given options.
forName(String, String[]) - Static method in class adams.opt.genetic.AbstractGeneticAlgorithm
Instantiates the genetic algorithm with the given options.
forName(String, String[]) - Static method in class adams.opt.optimise.AbstractOptimiser
Instantiates the optimiser with the given options.
forName(String, String[]) - Static method in class adams.opt.optimise.genetic.AbstractGeneticAlgorithm
Instantiates the genetic algorithm with the given options.
forName(String, String[]) - Static method in class adams.parser.AbstractExpressionEvaluator
Instantiates the evaluator with the given options.
forName(String, String[]) - Static method in class adams.run.RunScheme
Instantiates the run scheme with the given options.
forName(String, String[]) - Static method in class adams.scripting.CommandRunner
Instantiates the flow with the given options.
forName(String, String[]) - Static method in class adams.scripting.engine.AbstractScriptingEngine
Instantiates the engine with the given options.
forName(String, String[]) - Static method in class adams.terminal.application.AbstractTerminalApplication
Instantiates the application with the given options.
forName(String, String[]) - Static method in class adams.tools.AbstractTool
Instantiates the tool with the given options.
forName(String, String[], boolean) - Static method in class adams.flow.core.AbstractActor
Instantiates the item with the given options.
forString(Class, String) - Static method in class adams.core.option.OptionUtils
Returns an object generated from the string representation.
forward(RemoteCommand) - Method in class adams.scripting.engine.ForwardingScriptingEngine
Forwards a command.
FORWARD_SLASHES - adams.gui.core.PropertiesParameterPanel.PropertyHint
 
ForwardingScriptingEngine - Class in adams.scripting.engine
Simply forwards incoming commands to the specified connection.
ForwardingScriptingEngine() - Constructor for class adams.scripting.engine.ForwardingScriptingEngine
 
ForwardingScriptingEngine.RemoteCommandGrabber - Class in adams.scripting.engine
Simply used to grab the remote commands from the base scripting engine.
forwardNullTipText() - Method in class adams.flow.transformer.GetJsonValue
Returns the tip text for this property.
forwardNullTipText() - Method in class adams.flow.transformer.GetPropertyValue
Returns the tip text for this property.
forwardScreenshotTipText() - Method in class adams.flow.transformer.CompareObjectLocations
Returns the tip text for this property.
forwardsInput(boolean) - Method in class adams.flow.core.ActorHandlerInfo
Sets whether to actor forwards the input.
ForwardSlashSupporter - Interface in adams.core.io
Interface for classes that support forward slashes.
ForwardSlashSwitch - Class in adams.flow.processor
Processor that switches the flag of all ForwardSlashSupporter objects.
ForwardSlashSwitch() - Constructor for class adams.flow.processor.ForwardSlashSwitch
 
forwardTipText() - Method in class adams.flow.transformer.AbstractDataContainerFileImport
Returns the tip text for this property.
forwardTipText() - Method in class adams.flow.transformer.AbstractReportFileImport
Returns the tip text for this property.
forwardTipText() - Method in class adams.scripting.engine.ForwardingScriptingEngine
Returns the tip text for this property.
forwardXTipText() - Method in class adams.flow.standalone.SSHConnection
Returns the tip text for this property.
forwardXTipText() - Method in class adams.scripting.connection.SSHConnection
Returns the tip text for this property.
foundUsefulAttribute() - Method in class weka.classifiers.functions.SimpleLinearRegressionWithAccess
Returns true if a usable attribute was found.
FOUR_OF_FIVE_BEYOND_ONE_SIGMA - adams.data.statistics.SPCUtils.Rules
 
FourInOne - Class in adams.gui.visualization.stats.fourinone
Class that displays a four-in-1 plot containing a histogram, vs order plot, vs fit plot and a normal probability plot.
FourInOne() - Constructor for class adams.gui.visualization.stats.fourinone.FourInOne
 
FourInOneDisplay - Class in adams.flow.sink
Actor for displaying a four-in-one plot.
FourInOneDisplay() - Constructor for class adams.flow.sink.FourInOneDisplay
 
FourInOnePlot - Class in adams.gui.tools.wekainvestigator.tab.classifytab.output
Generates the 4-in-1 plot: normal plot, histogram, residuals vs fit and vs order.
FourInOnePlot() - Constructor for class adams.gui.tools.wekainvestigator.tab.classifytab.output.FourInOnePlot
 
FOURTEEN_UP_DOWN - adams.data.statistics.SPCUtils.Rules
 
FP_RATE - adams.flow.sink.WekaThresholdCurve.AttributeName
 
frameGrabberClassTipText() - Method in class adams.flow.source.OpenCVDeviceFrameGrabber
Returns the tip text for this property.
free(Blob) - Static method in class adams.db.SQLUtils
Frees the memory associated with the blob object.
free(Clob) - Static method in class adams.db.SQLUtils
Frees the memory associated with the clob object.
FreedmanDiaconisChoiceBinning - Class in adams.data.binning.algorithm
The Freedman-Diaconis' choice is based on the interquartile range.
FreedmanDiaconisChoiceBinning() - Constructor for class adams.data.binning.algorithm.FreedmanDiaconisChoiceBinning
 
FreeMemory - Class in adams.flow.control
Attempts to free up memory of the sub-flow that it belongs to.
This actor is useful in case when sub-flows are only executed once, but still keep their data-structures and gobble up unnecessary memory.
FreeMemory() - Constructor for class adams.flow.control.FreeMemory
 
FRENCH - adams.flow.core.TesseractLanguage
 
FREQUENCY - adams.data.statistics.ArrayHistogram.BinCalculation
frequency.
FrequencyBinning - Class in adams.data.binning.algorithm
Performs frequency binning.
FrequencyBinning() - Constructor for class adams.data.binning.algorithm.FrequencyBinning
 
FRIDAY - Static variable in class adams.data.conversion.ExtractDateTimeField
the friday constant.
FROM_ABOVE - adams.data.spreadsheet.rowfinder.ClosestNumericValue.SearchDirection
 
FROM_BELOW - adams.data.spreadsheet.rowfinder.ClosestNumericValue.SearchDirection
 
FROM_LABEL - weka.filters.unsupervised.attribute.NominalToNumeric.ConversionType
 
from0TipText() - Method in class adams.flow.source.RSync
 
fromArray(String[]) - Method in class adams.core.option.AbstractCommandLineHandler
Generates an object from the commandline options.
fromArray(String[]) - Method in class adams.core.option.AdamsCommandLineHandler
Generates an object from the commandline options.
fromArray(String[]) - Method in class adams.core.option.BaseObjectCommandLineHandler
Generates an object from the commandline options.
fromArray(String[]) - Method in class adams.core.option.DefaultCommandLineHandler
Generates an object from the commandline options.
fromArray(String[]) - Method in class adams.core.option.JenericCommandLineHandler
Generates an object from the commandline options.
fromArray(String[]) - Method in class adams.core.option.WekaCommandLineHandler
Generates an object from the commandline options.
fromBits(int) - Method in class adams.opt.optimise.genetic.PackDataDef.DataInfo
 
fromByteArray(byte[]) - Static method in class adams.core.SerializationHelper
Deserializes from the given byte array and returns the objects from it.
fromBytes(byte[]) - Method in class weka.classifiers.meta.socketfacade.Simple
Turns the bytes back into a JSON object.
fromBytes(byte[], MessageCollection) - Static method in class adams.data.image.BufferedImageHelper
Turns the image bytes (eg JPG or PNG) into a BufferedImage.
fromCommandLine(Class<T>, String) - Static method in class weka.core.WekaOptionUtils
Turns a commandline into an object.
fromCommandLine(String) - Method in class adams.core.option.AbstractCommandLineHandler
Generates an object from the specified commandline.
fromCommandLine(String) - Method in class adams.core.option.AdamsCommandLineHandler
Generates an object from the specified commandline.
fromCommandLine(String) - Method in class adams.core.option.BaseObjectCommandLineHandler
Generates an object from the specified commandline.
fromCommandLine(String) - Method in class adams.core.option.DefaultCommandLineHandler
Generates an object from the specified commandline.
fromCommandLine(String) - Method in class adams.core.option.JenericCommandLineHandler
Generates an object from the specified commandline.
fromCommandLine(String) - Method in class adams.core.option.WekaCommandLineHandler
Generates an object from the specified commandline.
fromComment(String) - Static method in class adams.core.Properties
Re-generates a properties object that was commented out.
fromContainer(ImageSegmentationContainer, SegmentationPanel.ContainerSettings, List<AbstractLayer.AbstractLayerState>, LoggingObject) - Method in class adams.gui.visualization.segmentation.SegmentationPanel
Retrieves the layers from the container.
fromContainer(ImageSegmentationContainer, String[], boolean, ColorProvider, float, boolean, boolean, SegmentationPanel.LayerVisibility, List<AbstractLayer.AbstractLayerState>, LoggingObject) - Method in class adams.gui.visualization.segmentation.SegmentationPanel
Retrieves the layers from the container.
fromCustomStringRepresentation(String) - Method in class adams.gui.goe.AbstractAdvancedScriptEditor
Returns an object created from the custom string representation.
fromCustomStringRepresentation(String) - Method in class adams.gui.goe.AbstractBaseDateTypeEditor
Returns an object created from the custom string representation.
fromCustomStringRepresentation(String) - Method in class adams.gui.goe.AbstractSimpleScriptEditor
Returns an object created from the custom string representation.
fromCustomStringRepresentation(String) - Method in class adams.gui.goe.ActorPathEditor
Returns an object created from the custom string representation.
fromCustomStringRepresentation(String) - Method in class adams.gui.goe.BaseAnnotationEditor
Returns an object created from the custom string representation.
fromCustomStringRepresentation(String) - Method in class adams.gui.goe.BaseBooleanEditor
Returns an object created from the custom string representation.
fromCustomStringRepresentation(String) - Method in class adams.gui.goe.BaseClassnameEditor
Returns an object created from the custom string representation.
fromCustomStringRepresentation(String) - Method in class adams.gui.goe.BaseColorEditor
Returns an object created from the custom string representation.
fromCustomStringRepresentation(String) - Method in class adams.gui.goe.BaseCommandLineEditor
Returns an object created from the custom string representation.
fromCustomStringRepresentation(String) - Method in class adams.gui.goe.BaseIntervalEditor
Returns an object created from the custom string representation.
fromCustomStringRepresentation(String) - Method in class adams.gui.goe.BaseKeyValuePairEditor
Returns an object created from the custom string representation.
fromCustomStringRepresentation(String) - Method in class adams.gui.goe.BaseObjectEditor
Returns an object created from the custom string representation.
fromCustomStringRepresentation(String) - Method in class adams.gui.goe.BasePasswordEditor
Returns an object created from the custom string representation.
fromCustomStringRepresentation(String) - Method in class adams.gui.goe.BaseRegExpEditor
Returns an object created from the custom string representation.
fromCustomStringRepresentation(String) - Method in class adams.gui.goe.BaseTextEditor
Returns an object created from the custom string representation.
fromCustomStringRepresentation(String) - Method in class adams.gui.goe.CallableActorReferenceEditor
Returns an object created from the custom string representation.
fromCustomStringRepresentation(String) - Method in class adams.gui.goe.ColorEditor
Returns an object created from the custom string representation.
fromCustomStringRepresentation(String) - Method in class adams.gui.goe.CronScheduleEditor
Returns an object created from the custom string representation.
fromCustomStringRepresentation(String) - Method in interface adams.gui.goe.CustomStringRepresentationHandler
Returns an object created from the custom string representation.
fromCustomStringRepresentation(String) - Method in class adams.gui.goe.EmailAddressEditor
Returns an object created from the custom string representation.
fromCustomStringRepresentation(String) - Method in class adams.gui.goe.EventReferenceEditor
Returns an object created from the custom string representation.
fromCustomStringRepresentation(String) - Method in class adams.gui.goe.FieldEditor
Returns an object created from the custom string representation.
fromCustomStringRepresentation(String) - Method in class adams.gui.goe.FileEditor
Returns an object created from the custom string representation.
fromCustomStringRepresentation(String) - Method in class adams.gui.goe.FlowFileEditor
Returns an object created from the custom string representation.
fromCustomStringRepresentation(String) - Method in class adams.gui.goe.FontEditor
Returns an object created from the custom string representation.
fromCustomStringRepresentation(String) - Method in class adams.gui.goe.IndexEditor
Returns an object created from the custom string representation.
fromCustomStringRepresentation(String) - Method in class adams.gui.goe.InlineEditor
Returns an object created from the custom string representation.
fromCustomStringRepresentation(String) - Method in class adams.gui.goe.JdbcUrlEditor
Returns an object created from the custom string representation.
fromCustomStringRepresentation(String) - Method in class adams.gui.goe.MavenArtifactEditor
Returns an object created from the custom string representation.
fromCustomStringRepresentation(String) - Method in class adams.gui.goe.MavenArtifactExclusionEditor
Returns an object created from the custom string representation.
fromCustomStringRepresentation(String) - Method in class adams.gui.goe.MavenRepositoryEditor
Returns an object created from the custom string representation.
fromCustomStringRepresentation(String) - Method in class adams.gui.goe.PdfFontEditor
Returns an object created from the custom string representation.
fromCustomStringRepresentation(String) - Method in class adams.gui.goe.PlaceholderDirectoryEditor
Returns an object created from the custom string representation.
fromCustomStringRepresentation(String) - Method in class adams.gui.goe.PlaceholderFileEditor
Returns an object created from the custom string representation.
fromCustomStringRepresentation(String) - Method in class adams.gui.goe.PrefixFieldEditor
Returns an object created from the custom string representation.
fromCustomStringRepresentation(String) - Method in class adams.gui.goe.RangeEditor
Returns an object created from the custom string representation.
fromCustomStringRepresentation(String) - Method in class adams.gui.goe.SheetIndexEditor
Returns an object created from the custom string representation.
fromCustomStringRepresentation(String) - Method in class adams.gui.goe.SheetRangeEditor
Returns an object created from the custom string representation.
fromCustomStringRepresentation(String) - Method in class adams.gui.goe.SpreadSheetColumnIndexEditor
Returns an object created from the custom string representation.
fromCustomStringRepresentation(String) - Method in class adams.gui.goe.SpreadSheetColumnRangeEditor
Returns an object created from the custom string representation.
fromCustomStringRepresentation(String) - Method in class adams.gui.goe.SpreadSheetRowIndexEditor
Returns an object created from the custom string representation.
fromCustomStringRepresentation(String) - Method in class adams.gui.goe.SpreadSheetRowRangeEditor
Returns an object created from the custom string representation.
fromCustomStringRepresentation(String) - Method in class adams.gui.goe.SpreadSheetUnorderedColumnRangeEditor
Returns an object created from the custom string representation.
fromCustomStringRepresentation(String) - Method in class adams.gui.goe.SpreadSheetUnorderedRowRangeEditor
Returns an object created from the custom string representation.
fromCustomStringRepresentation(String) - Method in class adams.gui.goe.SuffixFieldEditor
Returns an object created from the custom string representation.
fromCustomStringRepresentation(String) - Method in class adams.gui.goe.TriggerableEventReferenceEditor
Returns an object created from the custom string representation.
fromCustomStringRepresentation(String) - Method in class adams.gui.goe.UnorderedRangeEditor
Returns an object created from the custom string representation.
fromCustomStringRepresentation(String) - Method in class adams.gui.goe.VariableNameValuePairEditor
Returns an object created from the custom string representation.
fromCustomStringRepresentation(String) - Method in class adams.gui.goe.WekaAttributeIndexEditor
Returns an object created from the custom string representation.
fromCustomStringRepresentation(String) - Method in class adams.gui.goe.WekaAttributeRangeEditor
Returns an object created from the custom string representation.
fromCustomStringRepresentation(String) - Method in class adams.gui.goe.WekaExperimentFileEditor
Returns an object created from the custom string representation.
fromCustomStringRepresentation(String) - Method in class adams.gui.goe.WekaLabelIndexEditor
Returns an object created from the custom string representation.
fromCustomStringRepresentation(String) - Method in class adams.gui.goe.WekaLabelRangeEditor
Returns an object created from the custom string representation.
fromCustomStringRepresentation(String) - Method in class adams.gui.goe.WekaUnorderedAttributeRangeEditor
Returns an object created from the custom string representation.
fromFile(File) - Method in class adams.core.option.AbstractOptionConsumer
Processes the specified file.
fromFile(File) - Method in interface adams.core.option.OptionConsumer
Processes the specified file.
fromFile(File, int, int) - Static method in class adams.gui.core.Cursors
Uses the image as icon.
fromFile(File, int, int, double) - Static method in class adams.gui.core.Cursors
Uses the image as icon.
fromFile(Class<? extends OptionConsumer>, File) - Static method in class adams.core.option.AbstractOptionConsumer
Uses the specified consumer to parse the content of the specified file and return the option handler.
fromFile(Class, File) - Static method in class adams.core.option.OptionUtils
Returns an object generated from the string representation loaded from the specified file.
fromFile(String, int, int) - Static method in class adams.gui.core.Cursors
Uses the image as icon.
fromFile(String, int, int, double) - Static method in class adams.gui.core.Cursors
Uses the image as icon.
FromFile - Class in adams.flow.source.inputstreamsource
Generates an input stream from the specified file.
FromFile - Class in adams.flow.source.readersource
Generates a reader from the specified file.
FromFile - Class in adams.flow.template
Merely loads an actor from a file.
FromFile() - Constructor for class adams.flow.source.inputstreamsource.FromFile
 
FromFile() - Constructor for class adams.flow.source.readersource.FromFile
 
FromFile() - Constructor for class adams.flow.template.FromFile
 
FromFileHandler - Class in adams.gui.tools.previewbrowser
Displays files using the preview handler configuration (command-line or nested format) stored in the specified file.
FromFileHandler() - Constructor for class adams.gui.tools.previewbrowser.FromFileHandler
 
fromHex(String) - Static method in class adams.core.Utils
Parses the hex string (00 - FF) and returns the byte.
fromHexArray(String) - Static method in class adams.core.Utils
Turns the hex string (even number of chars) into an array of bytes.
fromHTML(String) - Static method in class adams.core.net.HtmlUtils
Converts some HTML entities with the corresponding characters.
fromIcon(String, int, int) - Static method in class adams.gui.core.Cursors
Uses the ADAMS image (located adams.gui.images) as icon.
fromIcon(String, int, int, double) - Static method in class adams.gui.core.Cursors
Uses the ADAMS image (located adams.gui.images) as icon.
fromIndexTipText() - Method in class adams.flow.transformer.StringIndexOf
Returns the tip text for this property.
fromIndexTipText() - Method in class adams.flow.transformer.SubStringCount
Returns the tip text for this property.
fromJson(JsonObject) - Static method in class adams.data.report.ReportJsonUtils
Creates a report from the JSON object.
fromJson(JsonObject, String) - Static method in class adams.data.report.ReportJsonUtils
Creates a report from the JSON object.
fromJson(Reader) - Static method in class adams.data.report.ReportJsonUtils
Creates a report from the reader, reading in JSON.
fromJson(Reader, String) - Static method in class adams.data.report.ReportJsonUtils
Creates a report from the reader, reading in JSON.
fromMap(Map<String, String>) - Static method in class adams.core.base.BaseKeyValuePair
Turns the string map into pairs.
fromNestedString(String) - Static method in class adams.gui.flow.tree.ClipboardActorContainer
Creates, if possible, an actor container from the given string (in nested format).
FromPredictions - Class in adams.gui.tools.wekainvestigator.tab.classifytab.evaluation
Loads predictions from a spreadsheet for evaluation.
FromPredictions - Class in weka.classifiers.functions
Encapsulates predictions from a spreadsheet.
FromPredictions() - Constructor for class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.FromPredictions
 
FromPredictions() - Constructor for class weka.classifiers.functions.FromPredictions
 
fromReport(Report, String) - Static method in class adams.flow.transformer.locateobjects.LocatedObjects
Retrieves all objects from the report.
fromReport(Report, String[]) - Static method in class adams.flow.transformer.locateobjects.LocatedObjects
Retrieves all objects from the report.
fromReport(Report, String[], LocatedObjectFilter) - Static method in class adams.flow.transformer.locateobjects.LocatedObjects
Retrieves all objects from the report.
fromReport(Report, String, LocatedObjectFilter) - Static method in class adams.flow.transformer.locateobjects.LocatedObjects
Retrieves all objects from the report.
FromResource - Class in adams.flow.source.inputstreamsource
Generates an input stream from the specified resource (eg from jar).
FromResource - Class in adams.flow.source.readersource
Generates a reader from the specified resource (eg from jar).
FromResource() - Constructor for class adams.flow.source.inputstreamsource.FromResource
 
FromResource() - Constructor for class adams.flow.source.readersource.FromResource
 
fromString(Class<? extends OptionConsumer>, String) - Static method in class adams.core.option.AbstractOptionConsumer
Uses the specified consumer to parse the given string and return the option handler.
fromString(String) - Static method in class adams.core.net.EmailAddressBook
Turns the string obtained from the properties file into an object.
fromString(String) - Method in class adams.core.option.AbstractOptionConsumer
Processes the specified string.
fromString(String) - Method in interface adams.core.option.OptionConsumer
Processes the specified string.
fromString(String) - Method in class adams.gui.chooser.AbstractChooserPanel
Converts the string representation into its object representation.
fromString(String) - Method in class adams.gui.chooser.AbstractDateBasedChooserPanel
Converts the string representation into its object representation.
fromString(String) - Method in class adams.gui.chooser.BaseTextChooserPanel
Converts the string representation into its object representation.
fromString(String) - Method in class adams.gui.chooser.ColorChooserPanel
Converts the string representation into its object representation.
fromString(String) - Method in class adams.gui.chooser.DirectoryChooserPanel
Converts the string representation into its object representation.
fromString(String) - Method in class adams.gui.chooser.FieldChooserPanel
Converts the string representation into its object representation.
fromString(String) - Method in class adams.gui.chooser.FileChooserPanel
Converts the string representation into its object representation.
fromString(String) - Method in class adams.gui.chooser.FontChooserPanel
Converts the string representation into its object representation.
fromString(String) - Method in class adams.gui.chooser.FtpDirectoryChooserPanel
Converts the string representation into its object representation.
fromString(String) - Method in class adams.gui.chooser.SelectOptionPanel
Converts the string representation into its object representation.
fromString(String) - Method in class adams.gui.chooser.SftpDirectoryChooserPanel
Converts the string representation into its object representation.
fromString(String) - Method in class adams.gui.chooser.SmbDirectoryChooserPanel
Converts the string representation into its object representation.
fromString(String) - Method in class adams.gui.chooser.SpreadSheetQueryChooserPanel
Converts the string representation into its object representation.
fromString(String) - Method in class adams.gui.chooser.SQLStatementChooserPanel
Converts the string representation into its object representation.
fromString(String) - Method in class adams.gui.core.AbstractRecentItemsHandler
Turns the string obtained from the props into an object again.
fromString(String) - Method in class adams.gui.core.RecentFilesHandler
Turns the string obtained from the props into an object again.
fromString(String) - Method in class adams.gui.core.RecentFilesHandlerWithCommandline
Turns the string obtained from the props into an object again.
fromString(String) - Method in class adams.gui.core.RecentFilesWithEncodingHandler
Turns the string obtained from the props into an object again.
fromString(String) - Method in class adams.gui.core.RecentSpreadSheetQueriesHandler
Turns the string obtained from the props into an object again.
fromString(String) - Method in class adams.gui.core.RecentSQLStatementsHandler
Turns the string obtained from the props into an object again.
fromString(String) - Method in class adams.gui.flow.RecentActorProcessorHandler
Turns the string obtained from the props into an object again.
fromString(String) - Method in class adams.gui.goe.GenericArrayEditorPanel
Not used.
fromString(String) - Method in class adams.gui.goe.GenericObjectEditorPanel
Converts the string representation into its object representation.
fromString(String) - Method in class adams.gui.goe.WekaGenericArrayEditorPanel
Not used.
fromString(String) - Method in class adams.gui.goe.WekaGenericObjectEditorPanel
Converts the string representation into its object representation.
fromString(String) - Method in class adams.gui.tools.AbstractManagementPanelWithProperties
Turns the string obtained from the properties file into an object.
fromString(String) - Method in class adams.gui.tools.EmailAddressBookPanel
Turns the string obtained from the properties file into an object.
fromString(String) - Method in class adams.gui.tools.FileChooserBookmarksManagementPanel
Turns the string obtained from the properties file into an object.
fromTransferable(Tree, Transferable) - Static method in class adams.gui.flow.tree.TreeNodeCollection
Recreates the node collection from a transferable string.
fromXYXY(String) - Static method in class adams.core.base.BaseRectangle
Parses the string in XY format and returns it in xywh format.
FTPConnection - Class in adams.flow.standalone
Provides access to a FTP host.
If debugging is enabled, the FTP commands issued by other actors will get printed as debug output of this actor.
FTPConnection - Class in adams.scripting.connection
Uses FTP to send commands.
FTPConnection() - Constructor for class adams.flow.standalone.FTPConnection
 
FTPConnection() - Constructor for class adams.scripting.connection.FTPConnection
 
FTPDelete - Class in adams.flow.transformer
Deletes a remote file and forwards the file name.
FTPDelete() - Constructor for class adams.flow.transformer.FTPDelete
 
FtpDirectoryChooserPanel - Class in adams.gui.chooser
Chooser for remote directories (via SFTP).
FtpDirectoryChooserPanel() - Constructor for class adams.gui.chooser.FtpDirectoryChooserPanel
Initializes the panel with no file.
FtpDirectoryLister - Class in adams.core.io.lister
Lists files/dirs on a remote server using FTP.
FtpDirectoryLister() - Constructor for class adams.core.io.lister.FtpDirectoryLister
 
FtpDirectorySearch - Class in adams.flow.source.filesystemsearch
Searches only for directories (FTP).
FtpDirectorySearch() - Constructor for class adams.flow.source.filesystemsearch.FtpDirectorySearch
 
FtpDirectorySearchWithComparator - Class in adams.flow.source.filesystemsearch
Searches only for directories, but uses the comparator for sorting the directories (FTP).
FtpDirectorySearchWithComparator() - Constructor for class adams.flow.source.filesystemsearch.FtpDirectorySearchWithComparator
 
FtpDirectorySearchWithCustomSort - Class in adams.flow.source.filesystemsearch
Searches only for directories, but uses a regular expression to reassemble the name and perform the sorting (FTP).
FtpDirectorySearchWithCustomSort() - Constructor for class adams.flow.source.filesystemsearch.FtpDirectorySearchWithCustomSort
 
FtpDirectorySearchWithCustomSort.SortContainer - Class in adams.flow.source.filesystemsearch
Custom container for sorting the filenames.
FTPDisconnect - Class in adams.flow.transformer
Closes the currently open FTP session.
Simply passes through any tokens.
FTPDisconnect() - Constructor for class adams.flow.transformer.FTPDisconnect
 
FtpFileObject - Class in adams.core.io
Wrapper for remote FTP files.
FtpFileObject(String, FTPFile, FTPClient) - Constructor for class adams.core.io.FtpFileObject
Initializes the wrapper.
FtpFileOperations - Class in adams.core.io.fileoperations
FTP file operations.
FtpFileOperations() - Constructor for class adams.core.io.fileoperations.FtpFileOperations
 
FtpFileSearch - Class in adams.flow.source.filesystemsearch
Searches only for files (FTP).
FtpFileSearch() - Constructor for class adams.flow.source.filesystemsearch.FtpFileSearch
 
FtpFileSearchWithComparator - Class in adams.flow.source.filesystemsearch
Searches only for files, but uses the comparator for sorting the files (FTP).
FtpFileSearchWithComparator() - Constructor for class adams.flow.source.filesystemsearch.FtpFileSearchWithComparator
 
FtpFileSearchWithCustomSort - Class in adams.flow.source.filesystemsearch
Searches only for files, but uses a regular expression to reassemble the name and perform the sorting (FTP).
FtpFileSearchWithCustomSort() - Constructor for class adams.flow.source.filesystemsearch.FtpFileSearchWithCustomSort
 
FTPGet - Class in adams.flow.transformer
Downloads a remote file and forwards the local file name.
FTPGet() - Constructor for class adams.flow.transformer.FTPGet
 
FTPLister - Class in adams.flow.source
Deprecated.
FTPLister() - Constructor for class adams.flow.source.FTPLister
Deprecated.
 
FTPLister.Sorting - Enum in adams.flow.source
Deprecated.
The type of sorting.
FTPNoOp - Class in adams.flow.transformer
Sends a NOOP command to the FTP server whenever a token passes through.
FTPNoOp() - Constructor for class adams.flow.transformer.FTPNoOp
 
FtpRemoteDirectorySetup - Class in adams.gui.chooser
For configuring an SSH connection and remote directory.
FtpRemoteDirectorySetup() - Constructor for class adams.gui.chooser.FtpRemoteDirectorySetup
 
FTPSend - Class in adams.flow.transformer
Uploads a file to a remote directory.
The file name of a successful upload gets forwarded.
FTPSend() - Constructor for class adams.flow.transformer.FTPSend
 
FULL - adams.flow.transformer.WekaInstancesInfo.InfoType
full stats.
FULL_ATTRIBUTE - adams.flow.transformer.WekaInstancesInfo.InfoType
full attribute stats (nominal/numeric).
FULL_AUTO_NO_OSD - adams.flow.core.TesseractPageSegmentation
 
FULL_CLASS - adams.flow.transformer.WekaInstancesInfo.InfoType
full class attribute stats (nominal/numeric).
FUNCTION - Static variable in interface adams.parser.booleanexpression.sym
 
FUNCTION - Static variable in interface adams.parser.mathematicalexpression.sym
 
FUNCTION - Static variable in interface adams.parser.spreadsheetformula.sym
 
FUNCTION - Static variable in interface adams.parser.stringexpression.sym
 
FUNCTION_COLUMNS - adams.db.MetaDataType
 
FUNCTIONAL_HANDLER - Static variable in class adams.flow.core.ActorUtils
functional type: handler.
FUNCTIONAL_PRIMITIVE - Static variable in class adams.flow.core.ActorUtils
functional type: primitive.
FUNCTIONS - adams.db.MetaDataType
 
FuzzyColorHistogram - Class in adams.data.lire.features
Generates features using net.semanticmetadata.lire.imageanalysis.features.global.FuzzyColorHistogram.
For more information on the LIRE project, see:
http://www.lire-project.net/

FuzzyColorHistogram() - Constructor for class adams.data.lire.features.FuzzyColorHistogram
 
FuzzyOpponentHistogram - Class in adams.data.lire.features
Generates features using net.semanticmetadata.lire.imageanalysis.features.global.FuzzyOpponentHistogram.
For more information, see:
van de Sande, K.E.A., Gevers, T., Snoek, C.G.M.
FuzzyOpponentHistogram() - Constructor for class adams.data.lire.features.FuzzyOpponentHistogram
 
fuzzyTipText() - Method in class adams.flow.source.RSync
 

G

G - Static variable in class adams.data.boofcv.transformer.SuperPixels
the index for green.
Gabor - Class in adams.data.lire.features
Generates features using net.semanticmetadata.lire.imageanalysis.features.global.Gabor.
For more information on the LIRE project, see:
http://www.lire-project.net/

Gabor() - Constructor for class adams.data.lire.features.Gabor
 
GAJob(GeneticAlgorithm, FitnessFunction, int[]) - Constructor for class adams.opt.optimise.GeneticAlgorithm.GAJob
Constructor.
GALICIAN - adams.flow.core.TesseractLanguage
 
Gamma - Class in adams.data.distribution
Gamma distribution.
Gamma - Class in adams.gui.visualization.stats.paintlet
Paints the transformed gamma distribution

Valid options are:

Gamma() - Constructor for class adams.data.distribution.Gamma
 
Gamma() - Constructor for class adams.gui.visualization.stats.paintlet.Gamma
 
GAMMA_REGRESSION - weka.classifiers.trees.XGBoost.Objective
 
gammaTipText() - Method in class weka.classifiers.functions.GPD
Returns the tip text for this property.
gammaTipText() - Method in class weka.classifiers.trees.XGBoost
Gets the tip-text for the gamma option.
GarbageCollector - Class in adams.gui.menu
Runs the garbage collector.
GarbageCollector() - Constructor for class adams.gui.menu.GarbageCollector
Initializes the menu item with no owner.
GarbageCollector(AbstractApplicationFrame) - Constructor for class adams.gui.menu.GarbageCollector
Initializes the menu item.
GaussianBlur - Class in adams.data.image.transformer
Performs a gaussian blur.
Original code taken from here:
http://www.jhlabs.com/ip/blurring.html

Valid options are:

GaussianBlur - Class in adams.data.opencv.transformer
Applies Gaussian blur to the image.
For more information see:
https://docs.opencv.org/4.6.0/d4/d86/group__imgproc__filter.html#gaabe8c836e97159a9193fb0b11ac52cf1

GaussianBlur() - Constructor for class adams.data.image.transformer.GaussianBlur
 
GaussianBlur() - Constructor for class adams.data.opencv.transformer.GaussianBlur
 
GaussianProcessesAdaptive - Class in weka.classifiers.functions
Implements Gaussian Processes for regression without hyperparameter-tuning.
GaussianProcessesAdaptive() - Constructor for class weka.classifiers.functions.GaussianProcessesAdaptive
the default constructor
GaussianProcessesNoWeights - Class in weka.classifiers.functions
* Implements Gaussian processes for regression without hyperparameter-tuning.
GaussianProcessesNoWeights() - Constructor for class weka.classifiers.functions.GaussianProcessesNoWeights
 
GaussianProcessesWeighted - Class in weka.classifiers.functions
Implements Gaussian Processes for regression without hyperparameter-tuning.
GaussianProcessesWeighted() - Constructor for class weka.classifiers.functions.GaussianProcessesWeighted
the default constructor
gaussianRadiusTipText() - Method in class adams.data.boofcv.transformer.Binary
Returns the tip text for this property.
GBLINEAR - weka.classifiers.trees.XGBoost.BoosterType
 
GBTREE - weka.classifiers.trees.XGBoost.BoosterType
 
GC - Class in adams.flow.control
Calls the garbage collector.
GC() - Constructor for class adams.flow.control.GC
 
gcv(Matrix, Matrix) - Static method in class edu.umbc.cs.maple.utils.JamaUtils
Selects the regularization parameter by generalized cross-validation.
GE - Static variable in interface adams.parser.booleanexpression.sym
 
GE - Static variable in interface adams.parser.lookupupdate.sym
 
GE - Static variable in interface adams.parser.mathematicalexpression.sym
 
GE - Static variable in interface adams.parser.spreadsheetformula.sym
 
GE - Static variable in interface adams.parser.spreadsheetquery.sym
 
GE - Static variable in interface adams.parser.stringexpression.sym
 
genCombinations(Object[], int) - Method in class adams.flow.transformer.ArrayCombinations
 
GENERAL - adams.event.DatabaseConnectionChangeEvent.EventType
a general notification.
generate() - Method in class adams.data.spreadsheet.sql.Writer
Generates the table setup.
generate() - Method in class adams.doc.javadoc.Javadoc
generates either the plain Javadoc (if no filename specified) or the updated file (if a filename is specified).
generate() - Method in class adams.doc.listing.Listing
Generates the listing.
generate() - Method in class adams.flow.generator.AbstractFlowGenerator
Generates the flow and returns it.
generate() - Method in interface adams.flow.generator.Generator
Generates the flow and returns it.
generate() - Method in class adams.flow.source.inputstreamsource.AbstractInputStreamGenerator
Generates the InputStream instance.
generate() - Method in class adams.flow.source.newlist.AbstractListGenerator
Generates the list.
generate() - Method in class adams.flow.source.readersource.AbstractReaderGenerator
Generates the Reader instance.
generate() - Method in class adams.flow.source.wekaforecastersetup.AbstractForecasterGenerator
Generates an instance of a AbstractForecaster.
generate() - Method in class adams.flow.source.wekaforecastersetup.BaselineAdjustedForecasterGenerator
Generates an instance of a AbstractForecaster.
generate() - Method in class adams.flow.source.wekaforecastersetup.WekaForecasterGenerator
Generates an instance of a AbstractForecaster.
generate() - Method in class adams.flow.template.AbstractActorTemplate
Returns the generated actor.
generate() - Method in class adams.gui.core.spreadsheetpreview.AbstractSpreadSheetPreview
Generates the preview panel.
generate() - Method in class adams.gui.core.spreadsheetpreview.NullPreview
Generates the preview panel.
generate() - Method in class adams.gui.core.spreadsheetpreview.SimpleHTML
Generates the preview panel.
generate() - Method in class adams.gui.core.spreadsheetpreview.SimpleText
Generates the preview panel.
generate() - Method in class adams.gui.core.TitleGenerator
Generates the default title.
generate() - Method in class adams.gui.tools.spreadsheetprocessor.targets.ChartTarget
Loads the data
generate() - Method in class adams.gui.tools.spreadsheetprocessor.targets.DatabaseTarget
Loads the data
generate() - Method in class adams.gui.visualization.core.AbstractColorGradientGenerator
Generates the color gradients.
generate() - Method in interface adams.gui.visualization.core.ColorGradientGenerator
Generates the color gradients.
generate() - Method in class adams.gui.visualization.jfreechart.shape.AbstractShapeGenerator
Generates the shape.
generate() - Method in class adams.gui.visualization.object.annotationsdisplay.AbstractAnnotationsDisplayGenerator
Generates the panel.
generate() - Method in class adams.gui.visualization.object.annotationsdisplay.DefaultAnnotationsDisplayGenerator
Generates the panel.
generate() - Method in class weka.gui.explorer.ExplorerExt
Pops up a dialog that allows the user to generate data.
generate(boolean) - Method in class adams.gui.core.TitleGenerator
Generates the default title.
generate(int, int, int[], int[]) - Method in class adams.data.imagesegmentation.operation.CompareAnnotationWithPrediction
Compares the two pixel arrays and generates an images from it.
generate(Properties) - Method in class adams.core.PropertiesToCode
Turns the properties object into Java code.
generate(SpreadSheet) - Method in class adams.data.spreadsheet.matrixstatistic.AbstractMatrixStatistic
Generates statistics for the specified spreadsheet.
generate(SpreadSheet) - Method in class adams.flow.transformer.plotgenerator.AbstractPlotGenerator
Generates plot containers from the provided spreadsheet.
generate(SpreadSheet) - Method in class adams.gui.tools.spreadsheetviewer.AbstractViewPlugin
Processes the spreadsheet.
generate(SpreadSheet) - Method in class adams.gui.visualization.jfreechart.dataset.AbstractDatasetGenerator
Generates the dataset.
generate(SpreadSheet, int) - Method in class adams.data.spreadsheet.colstatistic.AbstractColumnStatistic
Generates statistics for the specified spreadsheet column.
generate(SpreadSheet, int) - Method in class adams.data.spreadsheet.rowstatistic.AbstractRowStatistic
Generates statistics for the specified spreadsheet row.
generate(FileBasedDatasetContainer) - Method in class adams.flow.transformer.generatefilebaseddataset.AbstractFileBasedDatasetGeneration
Generates the dataset.
generate(ImageSegmentationContainer) - Method in class adams.data.imagesegmentation.layerorder.AbstractImageSegmentationContainerLayerOrder
Generates the layer order.
generate(CompareObjectLocations) - Method in class adams.flow.transformer.compareobjectlocations.AbstractComparison
Generates the comparison panel.
generate(CompareObjectLocations) - Method in class adams.flow.transformer.compareobjectlocations.Combined
Generates the comparison panel.
generate(CompareObjectLocations) - Method in class adams.flow.transformer.compareobjectlocations.SideBySide
Generates the comparison panel.
generate(AbstractClassifierEvaluation, Instances, ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.finalmodel.AbstractFinalModelGenerator
Builds the final model and stores it in the result item.
generate(AbstractClassifierEvaluation, Instances, ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.finalmodel.Null
Builds the final model and stores it in the result item.
generate(AbstractClassifierEvaluation, Instances, ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.finalmodel.Simple
Builds the final model and stores it in the result item.
generate(AbstractClassifierEvaluation, Instances, ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.finalmodel.VotedFolds
Builds the final model and stores it in the result item.
generate(ObjectAnnotationPanel) - Method in class adams.gui.visualization.object.labelselector.AbstractLabelSelectorGenerator
Generates the panel.
generate(ObjectAnnotationPanel) - Method in class adams.gui.visualization.object.labelselector.ButtonSelectorGenerator
Generates the panel.
generate(ObjectAnnotationPanel) - Method in class adams.gui.visualization.object.labelselector.ButtonSelectorWithColorGenerator
Generates the panel.
generate(ObjectAnnotationPanel) - Method in class adams.gui.visualization.object.labelselector.ComboBoxSelectorGenerator
Generates the panel.
generate(ObjectAnnotationPanel) - Method in class adams.gui.visualization.object.labelselector.NoPanelGenerator
Generates the panel.
generate(BufferedImage) - Method in class adams.data.imagefilter.AbstractImageFilterProvider
Returns the ImageFilter to use.
generate(File) - Method in class adams.gui.core.TitleGenerator
Generates a title for the given file.
generate(File, boolean) - Static method in class adams.core.management.HeapDump
Generates a heap dump.
generate(File, boolean) - Method in class adams.gui.core.TitleGenerator
Generates a title for the given file.
generate(Class) - Method in class adams.gui.help.AbstractHelpGenerator
Generates and returns the help for the specified class.
generate(Class) - Method in class adams.gui.help.AdamsOptionHandlerHelpGenerator
Generates and returns the help for the specified class.
generate(Class) - Method in class adams.gui.help.DefaultHelpGenerator
Generates and returns the help for the specified class.
generate(Class) - Method in class adams.gui.help.EnumHelpGenerator
Generates and returns the help for the specified class.
generate(Class) - Method in class adams.gui.help.WekaOptionHandlerHelpGenerator
Generates and returns the help for the specified class.
generate(Class, Map<String, List<String>>) - Method in class adams.doc.listing.AbstractListingOutput
Outputs the supplied listing.
generate(Object) - Method in class adams.core.io.AbstractFilenameGenerator
Generates a filename for the object.
generate(Object) - Method in class adams.data.id.AbstractIDGenerator
Generates the ID.
generate(Object) - Method in class adams.flow.transformer.wekaensemblegenerator.AbstractWekaEnsembleGenerator
Generates the ensemble from the input.
generate(Object) - Method in class adams.gui.help.AbstractHelpGenerator
Generates and returns the help for the specified object.
generate(Object) - Method in class adams.gui.help.AdamsOptionHandlerHelpGenerator
Generates and returns the help for the specified object.
generate(Object) - Method in class adams.gui.help.DefaultHelpGenerator
Generates and returns the help for the specified object.
generate(Object) - Method in class adams.gui.help.EnumHelpGenerator
Generates and returns the help for the specified object.
generate(Object) - Method in class adams.gui.help.WekaOptionHandlerHelpGenerator
Generates and returns the help for the specified object.
generate(Object, MessageCollection) - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.AbstractIndexedSplitsRunsGenerator
Generates the indexed splits.
generate(Object, MessageCollection) - Method in interface adams.flow.transformer.indexedsplitsrunsgenerator.IndexedSplitsRunsGenerator
Generates the indexed splits.
generate(Object, HelpFormat) - Method in class adams.core.option.help.AbstractHelpGenerator
Generates the help for the object in the requested format.
generate(Object, HelpFormat) - Method in class adams.core.option.help.AdditionalInformation
Generates the help for the object in the requested format.
generate(Object, HelpFormat) - Method in class adams.core.option.help.CapabilitiesInfo
Generates the help for the object in the requested format.
generate(Object, HelpFormat) - Method in class adams.core.option.help.ClassCrossReferences
Generates the help for the object in the requested format.
generate(Object, HelpFormat) - Method in class adams.core.option.help.ConditionalEquivalentActor
Generates the help for the object in the requested format.
generate(Object, HelpFormat) - Method in class adams.core.option.help.Deprecation
Generates the help for the object in the requested format.
generate(Object, HelpFormat) - Method in class adams.core.option.help.SupportedTags
Generates the help for the object in the requested format.
generate(String) - Method in class adams.gui.core.TitleGenerator
Generates a title for the given file.
generate(String, boolean) - Method in class adams.gui.core.TitleGenerator
Generates a title for the given file.
generate(String, SpreadSheet) - Method in class adams.gui.tools.spreadsheetviewer.chart.AbstractChartGenerator
Generates a flow for displaying a chart for the spreadsheet.
generate(List<Binnable<T>>) - Method in class adams.data.splitgenerator.generic.crossvalidation.CrossValidationGenerator
Generates cross-validation fold pairs.
generate(List<Binnable<T>>) - Method in class adams.data.splitgenerator.generic.randomsplit.RandomSplitGenerator
Generates the split.
generate(T) - Method in class adams.data.image.AbstractImageFeatureGenerator
Process the given image.
generate(T) - Method in class adams.data.instances.AbstractInstanceGenerator
Returns the generated data, generates it if necessary.
generate(T) - Method in class adams.data.timeseries.AbstractTimeseriesFeatureGenerator
Process the given timeseries.
generate(T) - Method in class adams.gui.visualization.jfreechart.chart.AbstractChartGenerator
Generates the chart.
generate(T, IndexedSplitsRuns, MessageCollection) - Method in class adams.flow.transformer.indexedsplitsrunspredictions.AbstractIndexedSplitsRunsPredictions
Generates predictions by applying the indexed splits runs to the data.
generate(T, IndexedSplitsRuns, MessageCollection) - Method in interface adams.flow.transformer.indexedsplitsrunspredictions.IndexedSplitsRunsPredictions
Generates predictions by applying the indexed splits runs to the data.
generateAll(Object, HelpFormat) - Static method in class adams.core.option.help.AbstractHelpGenerator
Generates the combined help using all generators.
generateAny(String) - Method in class adams.gui.core.TitleGenerator
Generates a title for the given sub-title.
generateAny(String, boolean) - Method in class adams.gui.core.TitleGenerator
Generates a title for the given sub-title.
generateBins(List<Binnable<T>>) - Method in class adams.data.binning.algorithm.AbstractBinningAlgorithm
Performs the bin generation on the provided objects.
generateBins(List<Binnable<T>>) - Method in interface adams.data.binning.algorithm.BinningAlgorithm
Performs the bin generation on the provided objects.
generateChart(AbstractChartGenerator) - Method in class adams.gui.tools.spreadsheetviewer.SpreadSheetPanel
Generates and displays a chart using the specified chart generator.
generateClassifier(int, int[]) - Method in class adams.opt.genetic.Hermione
Generate the classifier from current bit array
generateClient() - Method in class adams.flow.websocket.client.AbstractWebSocketClientGenerator
Generates the client.
generateClient() - Method in interface adams.flow.websocket.client.WebSocketClientGenerator
Generates the client.
generateComponent() - Method in class adams.flow.sink.AbstractGraphicsGenerator
Generates the component to display in the frame.
generateComponent() - Method in class adams.flow.sink.Screenshot
Generates the component to display in the frame.
generateContainers() - Method in class weka.classifiers.MultiLevelSplitGenerator
Generates the containers.
generateDatasetList(List<DataContainer>) - Static method in class adams.gui.tools.wekainvestigator.evaluation.DatasetHelper
Generates the list of datasets for a combobox.
generateDocument() - Method in class adams.core.option.XhtmlProducer
Generates the documentation.
generateErrorTipText() - Method in class adams.flow.transformer.WaitForFile
Returns the tip text for this property.
generateFeatures(BufferedImage) - Method in class adams.gui.visualization.image.plugins.AbstractSelectedImagesFeatureGenerator
Generats the features from the image.
generateFeatures(BufferedImage) - Method in class adams.gui.visualization.image.plugins.BoofCVFeatureGenerator
Filters the image.
generateFeatures(BufferedImage) - Method in class adams.gui.visualization.image.plugins.BufferedImageFeatureGenerator
Filters the image.
GenerateFileBasedDataset - Class in adams.flow.transformer
Applies the specified generator to the incoming dataset container.

See also:
adams.flow.control.SetContainerValue
adams.flow.transformer.PrepareFileBasedDataset

Input/output:
- accepts:
   adams.flow.container.FileBasedDatasetContainer
- generates:
   java.lang.String


Container information:
- adams.flow.container.FileBasedDatasetContainer: Train, Test, Validation, Negative

GenerateFileBasedDataset() - Constructor for class adams.flow.transformer.GenerateFileBasedDataset
 
generateFilename() - Method in class adams.flow.control.CallableActorScreenshot
Generates the filename for the output.
generateFilename() - Method in class adams.flow.sink.AbstractGraphicsGenerator
Generates the filename for the output.
generateFilename() - Method in class adams.flow.sink.Screenshot
Generates the filename for the output.
generateFrame() - Method in class adams.flow.sink.AbstractGraphicsGenerator
Generates a frame with the specified title.
generateGroups(Instances, int, String, String) - Method in class weka.classifiers.MultiLevelSplitGenerator
Generates the groups from the data by applying the regexp/group.
generateHeader(HeaderDefinition) - Method in class adams.data.featureconverter.AbstractFeatureConverter
Generates the header data structure using the supplied header definition.
generateHeader(HeaderDefinition) - Method in class adams.data.featureconverter.FeatureContainer
Generates the header data structure using the supplied header definition.
generateHeader(T) - Method in class adams.data.instances.AbstractInstanceGenerator
Generates the header of the output data.
generateHeader(Instance) - Method in class adams.flow.transformer.WekaInstanceEvaluator
Generates the new header for the data.
generateHelp(Class, UserMode) - Static method in class adams.gui.help.AbstractHelpGenerator
Generates help for the specified class.
generateHelp(Object, UserMode) - Static method in class adams.gui.help.AbstractHelpGenerator
Generates help for the specified object.
generateHelp(String, UserMode) - Static method in class adams.gui.help.AbstractHelpGenerator
Generates help for the specified class.
generateID() - Method in class adams.core.TechnicalInformation
Generates an ID based on the current settings and returns it.
generateInsertHeader() - Method in class adams.db.BulkInsertTable
Return Insert header.
generateJavadoc() - Method in class adams.doc.javadoc.Javadoc
generates and returns the Javadoc.
generateJavadoc(int) - Method in class adams.doc.javadoc.AllJavadoc
generates and returns the Javadoc for the specified start/end tag pair.
generateJavadoc(int) - Method in class adams.doc.javadoc.FlowJavadoc
generates and returns the Javadoc for the specified start/end tag pair.
generateJavadoc(int) - Method in class adams.doc.javadoc.GlobalInfoJavadoc
generates and returns the Javadoc for the specified start/end tag pair.
generateJavadoc(int) - Method in class adams.doc.javadoc.GrammarJavadoc
generates and returns the Javadoc for the specified start/end tag pair.
generateJavadoc(int) - Method in class adams.doc.javadoc.Javadoc
generates and returns the Javadoc for the specified start/end tag pair.
generateJavadoc(int) - Method in class adams.doc.javadoc.OptionHandlerJavadoc
generates and returns the Javadoc for the specified start/end tag pair.
generateJavadoc(int) - Method in class adams.doc.javadoc.ScriptletJavadoc
generates and returns the Javadoc for the specified start/end tag pair.
generateJavadoc(int) - Method in class adams.doc.javadoc.TechnicalInformationHandlerJavadoc
generates and returns the Javadoc for the specified start/end tag pair.
generateJavadoc(String) - Method in class adams.doc.javadoc.OptionHandlerJavadoc
Generates valid HTML Javadoc from the given option.
generateKey(SpreadSheet, int, int[]) - Method in class adams.data.spreadsheet.RowIdentifier
Generates a key for the specified row.
generateKey(ActorHandler) - Method in class adams.flow.core.CallableNamesRecorder
Generates the key for the handler.
generateLine(T, double[]) - Method in class adams.data.baseline.AbstractLinearRegressionBased
Generates fake data for the plotting the line.
generateLineTipText() - Method in class adams.data.baseline.AbstractLinearRegressionBased
Returns the tip text for this property.
generateLoggingString(String) - Method in class adams.core.option.AbstractOptionConsumer
Generates a debug string, e.g., based on the method name.
generateLoggingString(String) - Method in class adams.core.option.AbstractOptionProducer
Generates a debug string, e.g., based on the method name.
generateLoggingString(String) - Method in class adams.core.option.AbstractRecursiveOptionConsumer
Generates a debug string, e.g., based on the method name.
generateLoggingString(String) - Method in class adams.core.option.AbstractRecursiveOptionProducer
Generates a debug string, e.g., based on the method name.
generateMask(BufferedImage, XScreenMaskHelper.Color) - Static method in class adams.data.image.XScreenMaskHelper
Generate a color mask indicating how similar each pixel is to the selected color.
generateMenuItemCaption(Object) - Method in class adams.gui.goe.PersistentObjectHistory
Generates an HTML caption for the an entry in the history menu.
generateMenuItemCaption(T) - Method in class adams.core.AbstractFileBasedHistory
Generates an HTML caption for the an entry in the history menu.
generateNumPointsLabel(int) - Method in class adams.gui.visualization.weka.AbstractInstanceInfoFrame
Generates the string for the label displaying the number of points that are currently selected.
generateOutput() - Method in class adams.flow.sink.AbstractGraphicsGenerator
Generates output for the component, stores it in the specified file.
generateOutput() - Method in class adams.gui.print.BMPWriter
generates the actual output.
generateOutput() - Method in class adams.gui.print.JComponentWriter
generates the actual output.
generateOutput() - Method in class adams.gui.print.JPEGWriter
generates the actual output.
generateOutput() - Method in class adams.gui.print.NullWriter
generates the actual output.
generateOutput() - Method in class adams.gui.print.PDFWriter
generates the actual output.
generateOutput() - Method in class adams.gui.print.PNGWriter
generates the actual output.
generateOutput() - Method in class adams.gui.print.PostscriptWriter
generates the actual output.
generateOutput() - Method in class adams.gui.print.TIFFWriter
generates the actual output.
generateOutput(double, Instances, Classifier, int, int[]) - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm.ClassifierBasedGeneticAlgorithmJob
Generates the output requested output.
generateOutput(AbstractOutputGenerator, ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.AssociateTab.HistoryPanel
Prompts the user with a GOE for configuring the output generator and then generates the output.
generateOutput(ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.AssociateTab
Generates the output from the item.
generateOutput(AbstractOutputGenerator, ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.AttributeSelectionTab.HistoryPanel
Prompts the user with a GOE for configuring the output generator and then generates the output.
generateOutput(ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.AttributeSelectionTab
Generates the output from the item.
generateOutput(AbstractOutputGenerator, ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.ClassifyTab.HistoryPanel
Prompts the user with a GOE for configuring the output generator and then generates the output.
generateOutput(ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.ClassifyTab
Generates the output from the item.
generateOutput(AbstractOutputGenerator, ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.ClusterTab.HistoryPanel
Prompts the user with a GOE for configuring the output generator and then generates the output.
generateOutput(ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.ClusterTab
Generates the output from the item.
generateOutput(AbstractOutputGenerator, ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.ExperimentTab.HistoryPanel
Prompts the user with a GOE for configuring the output generator and then generates the output.
generateOutput(ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.ExperimentTab
Generates the output from the item.
generateOutput(T) - Method in class adams.data.instances.AbstractInstanceGenerator
Generates the actual data.
generateOutput(T) - Method in class adams.gui.tools.wekainvestigator.output.AbstractOutputGenerator
Generates output and adds it to the ResultItem.
generateOutput(Instances, List<Integer>) - Method in class adams.flow.transformer.WekaChooseAttributes
Creates the output token with the subset of data.
generateOutputFormat(Instances) - Method in class weka.filters.unsupervised.instance.multirowprocessor.processor.AbstractSelectionProcessor
Returns the format for the output data.
generateOutputFormat(Instances) - Method in class weka.filters.unsupervised.instance.multirowprocessor.processor.Average
Returns the format for the output data.
generateOutputFormat(Instances) - Method in class weka.filters.unsupervised.instance.multirowprocessor.processor.PassThrough
Returns the format for the output data.
generateOutputRow(SpreadSheet, Row) - Method in class adams.flow.transformer.multispreadsheetoperation.AbstractIndentifiableRowOperation
Generates a row and appends it to the output.
generateOutputRow(SpreadSheet, Row) - Method in class adams.flow.transformer.SpreadSheetDifference
Generates a row and appends it to the output.
generateOverlay(File, MessageCollection) - Method in class adams.gui.tools.previewbrowser.SimpleImageSegmentationAnnotationsHandler
Generates the overlay image.
generatePanel(SpreadSheet) - Method in class adams.gui.tools.spreadsheetviewer.AbstractViewPluginWithGOE
Performs the actual generation of the information.
generatePartialOptions() - Method in class adams.gui.tools.OptionTree
Generates the options based on the currently selected node and the corresponding subtree.
generateQuickInfo() - Method in class adams.gui.visualization.object.objectannotations.check.AbstractAnnotationCheck
Returns a quick info about the object, which can be displayed in the GUI.
generateQuickInfo() - Method in class adams.gui.visualization.object.objectannotations.cleaning.AbstractAnnotationCleaner
Returns a quick info about the object, which can be displayed in the GUI.
generateQuickInfo() - Method in class adams.gui.visualization.object.objectannotations.cleaning.Filter
Returns a quick info about the object, which can be displayed in the GUI.
generateQuickInfo() - Method in class adams.gui.visualization.object.objectannotations.cleaning.OverlapRemoval
Returns a quick info about the object, which can be displayed in the GUI.
generateQuickInfo() - Method in class adams.gui.visualization.object.objectannotations.colors.AbstractAnnotationColors
Returns a quick info about the object, which can be displayed in the GUI.
generateQuickInfo() - Method in class adams.gui.visualization.object.objectannotations.colors.FixedColor
Returns a quick info about the object, which can be displayed in the GUI.
generateQuickInfo() - Method in class adams.gui.visualization.object.objectannotations.colors.PerType
Returns a quick info about the object, which can be displayed in the GUI.
generateQuickInfo() - Method in class adams.gui.visualization.object.objectannotations.colors.TypeColorMapping
Returns a quick info about the object, which can be displayed in the GUI.
generateQuickInfo() - Method in class adams.gui.visualization.object.objectannotations.colors.VaryByObject
Returns a quick info about the object, which can be displayed in the GUI.
generateQuickInfo() - Method in class adams.gui.visualization.object.objectannotations.label.AbstractLabelPlotter
Returns a quick info about the object, which can be displayed in the GUI.
generateQuickInfo() - Method in class adams.gui.visualization.object.objectannotations.label.Anchored
Returns a quick info about the object, which can be displayed in the GUI.
generateQuickInfo() - Method in class adams.gui.visualization.object.objectannotations.label.NoLabel
Returns a quick info about the object, which can be displayed in the GUI.
generateQuickInfo() - Method in class adams.gui.visualization.object.objectannotations.outline.AbstractOutlinePlotter
Returns a quick info about the object, which can be displayed in the GUI.
generateQuickInfo() - Method in class adams.gui.visualization.object.objectannotations.outline.AbstractStrokeOutlinePlotter
Returns a quick info about the object, which can be displayed in the GUI.
generateQuickInfo() - Method in class adams.gui.visualization.object.objectannotations.shape.AbstractShapePlotter
Returns a quick info about the object, which can be displayed in the GUI.
generateQuickInfo() - Method in class adams.gui.visualization.object.objectannotations.shape.FilledPolygon
Returns a quick info about the object, which can be displayed in the GUI.
generateReducedData(ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.AttributeSelectionTab.HistoryPanel
Generates the reduced data.
generateRegions(AbstractImageContainer) - Method in class adams.flow.transformer.negativeregions.AbstractNegativeRegionsGenerator
Generates the negative regions.
generateReportTipText() - Method in class adams.flow.transformer.LocateObjects
Returns the tip text for this property.
generateRow(List) - Method in class adams.data.featureconverter.CountValues
Generates a row from the raw data.
generateRow(List) - Method in class adams.data.featureconverter.FixedNumFeatures
Generates a row from the raw data.
generateRow(List<Object>) - Method in class adams.data.featureconverter.AbstractFeatureConverter
Generates a row from the raw data.
generateRows(BoofCVImageContainer) - Method in class adams.data.boofcv.features.AbstractScript
Performs the actual feature genration.
generateRows(BoofCVImageContainer) - Method in class adams.data.boofcv.features.FilteredBoofCVFeatureGenerator
Performs the actual feature generation.
generateRows(BoofCVImageContainer) - Method in class adams.data.boofcv.features.Histogram
Performs the actual feature generation.
generateRows(BoofCVImageContainer) - Method in class adams.data.boofcv.features.MultiBoofCVFeatureGenerator
Performs the actual feature generation.
generateRows(BoofCVImageContainer) - Method in class adams.data.boofcv.features.Otsu
Performs the actual feature generation.
generateRows(BoofCVImageContainer) - Method in class adams.data.boofcv.features.Pixels
Performs the actual feature generation.
generateRows(BoofCVImageContainer) - Method in class adams.data.boofcv.features.Scripted
Performs the actual feature generation.
generateRows(BufferedImageContainer) - Method in class adams.data.image.features.AbstractScript
Performs the actual feature genration.
generateRows(BufferedImageContainer) - Method in class adams.data.image.features.Barcode
Performs the actual feature generation.
generateRows(BufferedImageContainer) - Method in class adams.data.image.features.BasicStatistics
Performs the actual feature generation.
generateRows(BufferedImageContainer) - Method in class adams.data.image.features.ColorCounts
Performs the actual feature generation.
generateRows(BufferedImageContainer) - Method in class adams.data.image.features.CountColor
Performs the actual feature generation.
generateRows(BufferedImageContainer) - Method in class adams.data.image.features.CountColorOutside
Performs the actual feature generation.
generateRows(BufferedImageContainer) - Method in class adams.data.image.features.Dimensions
Performs the actual feature generation.
generateRows(BufferedImageContainer) - Method in class adams.data.image.features.Eccentricity
Performs the actual feature genration.
generateRows(BufferedImageContainer) - Method in class adams.data.image.features.Entropy
Performs the actual feature generation.
generateRows(BufferedImageContainer) - Method in class adams.data.image.features.FilteredBufferedImageFeatureGenerator
Performs the actual feature generation.
generateRows(BufferedImageContainer) - Method in class adams.data.image.features.Histogram
Performs the actual feature generation.
generateRows(BufferedImageContainer) - Method in class adams.data.image.features.HusMoments
Performs the actual feature genration.
generateRows(BufferedImageContainer) - Method in class adams.data.image.features.Max
Performs the actual feature generation.
generateRows(BufferedImageContainer) - Method in class adams.data.image.features.Min
Performs the actual feature generation.
generateRows(BufferedImageContainer) - Method in class adams.data.image.features.Moment
Performs the actual feature genration.
generateRows(BufferedImageContainer) - Method in class adams.data.image.features.MultiBufferedImageFeatureGenerator
Performs the actual feature generation.
generateRows(BufferedImageContainer) - Method in class adams.data.image.features.OrientationVector
Performs the actual feature genration.
generateRows(BufferedImageContainer) - Method in class adams.data.image.features.PixelClassifications
Performs the actual feature generation.
generateRows(BufferedImageContainer) - Method in class adams.data.image.features.Pixels
Performs the actual feature generation.
generateRows(BufferedImageContainer) - Method in class adams.data.image.features.Scripted
Performs the actual feature generation.
generateRows(BufferedImageContainer) - Method in class adams.data.jai.features.DFT
Performs the actual feature generation.
generateRows(BufferedImageContainer) - Method in class adams.data.jai.features.Histogram
Performs the actual feature generation.
generateRows(BufferedImageContainer) - Method in class adams.data.lire.features.AutoColorCorrelogram
Performs the actual feature generation.
generateRows(BufferedImageContainer) - Method in class adams.data.lire.features.BasicFeatures
Performs the actual feature generation.
generateRows(BufferedImageContainer) - Method in class adams.data.lire.features.BinaryPatternsPyramid
Performs the actual feature generation.
generateRows(BufferedImageContainer) - Method in class adams.data.lire.features.CEDD
Performs the actual feature generation.
generateRows(BufferedImageContainer) - Method in class adams.data.lire.features.ColorLayout
Performs the actual feature generation.
generateRows(BufferedImageContainer) - Method in class adams.data.lire.features.EdgeHistogram
Performs the actual feature generation.
generateRows(BufferedImageContainer) - Method in class adams.data.lire.features.FCTH
Performs the actual feature generation.
generateRows(BufferedImageContainer) - Method in class adams.data.lire.features.FuzzyColorHistogram
Performs the actual feature generation.
generateRows(BufferedImageContainer) - Method in class adams.data.lire.features.FuzzyOpponentHistogram
Performs the actual feature generation.
generateRows(BufferedImageContainer) - Method in class adams.data.lire.features.Gabor
Performs the actual feature generation.
generateRows(BufferedImageContainer) - Method in class adams.data.lire.features.JCD
Performs the actual feature generation.
generateRows(BufferedImageContainer) - Method in class adams.data.lire.features.JointHistogram
Performs the actual feature generation.
generateRows(BufferedImageContainer) - Method in class adams.data.lire.features.JpegCoefficientHistogram
Performs the actual feature generation.
generateRows(BufferedImageContainer) - Method in class adams.data.lire.features.LocalBinaryPatterns
Performs the actual feature generation.
generateRows(BufferedImageContainer) - Method in class adams.data.lire.features.LocalBinaryPatternsAndOpponent
Performs the actual feature generation.
generateRows(BufferedImageContainer) - Method in class adams.data.lire.features.LuminanceLayout
Performs the actual feature generation.
generateRows(BufferedImageContainer) - Method in class adams.data.lire.features.OpponentHistogram
Performs the actual feature generation.
generateRows(BufferedImageContainer) - Method in class adams.data.lire.features.PHOG
Performs the actual feature generation.
generateRows(BufferedImageContainer) - Method in class adams.data.lire.features.RankAndOpponent
Performs the actual feature generation.
generateRows(BufferedImageContainer) - Method in class adams.data.lire.features.RotationInvariantLocalBinaryPatterns
Performs the actual feature generation.
generateRows(BufferedImageContainer) - Method in class adams.data.lire.features.ScalableColor
Performs the actual feature generation.
generateRows(BufferedImageContainer) - Method in class adams.data.lire.features.SimpleCentrist
Performs the actual feature generation.
generateRows(BufferedImageContainer) - Method in class adams.data.lire.features.SimpleColorHistogram
Performs the actual feature generation.
generateRows(BufferedImageContainer) - Method in class adams.data.lire.features.SpatialPyramidAutoColorCorrelogram
Performs the actual feature generation.
generateRows(BufferedImageContainer) - Method in class adams.data.lire.features.SpatialPyramidCEDD
Performs the actual feature generation.
generateRows(BufferedImageContainer) - Method in class adams.data.lire.features.SpatialPyramidCentrist
Performs the actual feature generation.
generateRows(BufferedImageContainer) - Method in class adams.data.lire.features.SpatialPyramidFCTH
Performs the actual feature generation.
generateRows(BufferedImageContainer) - Method in class adams.data.lire.features.SpatialPyramidJCD
Performs the actual feature generation.
generateRows(BufferedImageContainer) - Method in class adams.data.lire.features.SpatialPyramidLocalBinaryPatterns
Performs the actual feature generation.
generateRows(BufferedImageContainer) - Method in class adams.data.lire.features.Tamura
Performs the actual feature generation.
generateRows(OpenCVImageContainer) - Method in class adams.data.opencv.features.AbstractScript
Performs the actual feature genration.
generateRows(OpenCVImageContainer) - Method in class adams.data.opencv.features.Histogram
Performs the actual feature generation.
generateRows(OpenCVImageContainer) - Method in class adams.data.opencv.features.MultiOpenCVFeatureGenerator
Performs the actual feature generation.
generateRows(OpenCVImageContainer) - Method in class adams.data.opencv.features.Otsu
Performs the actual feature generation.
generateRows(OpenCVImageContainer) - Method in class adams.data.opencv.features.Scripted
Performs the actual feature generation.
generateRows(Timeseries) - Method in class adams.data.timeseries.AddMetaData
Performs the actual feature genration.
generateRows(Timeseries) - Method in class adams.data.timeseries.FixedNumFeatures
Performs the actual feature genration.
generateRows(Timeseries) - Method in class adams.data.timeseries.Values
Performs the actual feature genration.
generateRows(T) - Method in class adams.data.image.AbstractImageFeatureGenerator
Performs the actual feature genration.
generateRows(T) - Method in class adams.data.timeseries.AbstractTimeseriesFeatureGenerator
Performs the actual feature genration.
generateRulesTipText() - Method in class weka.classifiers.trees.m5.M5Base2
Returns the tip text for this property
generates() - Method in class adams.core.command.AbstractExternalCommand
Returns what output type the command generates via its output formatter.
generates() - Method in interface adams.core.command.ExternalCommand
Returns what output type the command generates via its output formatter.
generates() - Method in class adams.data.compare.AbstractObjectCompare
Returns the type of output that it generates.
generates() - Method in class adams.data.compare.DataContainer
Returns the type of output that it generates.
generates() - Method in class adams.data.compare.JavaComparable
Returns the type of output that it generates.
generates() - Method in class adams.data.conversion.AbstractConversion
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.AbstractConversionToString
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.AbstractImageToByteArray
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.AbstractMatchWekaInstanceAgainstHeader
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.AbstractMatrixToSpreadSheet
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.AbstractObjectToJson
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.AbstractSpreadSheetConversion
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.AbstractStringConversion
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.AbstractSwapObject
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.AdamsInstanceToWekaInstance
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.AnyImageToOpenCV
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.ArrayToCollection
Deprecated.
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.ArrayToJsonArray
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.ArrayToReport
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.Base64ToByteArray
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.BlobContainerToByteArray
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.BoofCVToBufferedImage
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.BooleanToString
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.BufferedImageBitmaskContainerToBufferedImages
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.BufferedImagesToBufferedImageBitmaskContainer
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.BufferedImageSupporterToBufferedImageContainer
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.BufferedImageToBoofCV
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.BufferedImageToBufferedImage
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.ByteArrayToBlobContainer
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.ByteArrayToBufferedImage
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.ByteArrayToImageContainer
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.ByteArrayToJavaObject
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.ByteArrayToPrimitiveArray
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.ByteToInt
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.CollectionToArray
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.ColorToHex
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.CommandlineToAny
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.ContainerToSpreadSheet
Returns the class that is generated as output.
generates() - Method in interface adams.data.conversion.Conversion
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.ConvertDateTimeType
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.DOMNodeListToArray
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.DOMToProperties
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.DoubleMatrixToBufferedImage
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.DoubleMatrixToMat5Array
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.DoubleToFloat
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.DoubleToInt
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.DoubleToLong
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.ExtractDateTimeField
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.ExtractSimpleContainerContent
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.FloatToDouble
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.Groovy
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.HashCode
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.HexToByte
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.HexToColor
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.HexToInt
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.ImageContainerToByteArray
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.ImageContainerToSpreadSheet
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.InformativeStatistic
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.IntToByte
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.IntToDouble
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.IntToLong
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.JavaObjectToByteArray
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.JoinOptions
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.JsonArrayToArray
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.JsonArrayToList
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.JsonObjectToMap
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.JsonToReport
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.JsonToSpreadSheet
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.ListToJsonArray
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.LocatedObjectsToReport
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.LocatedObjectToRectangle
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.LongToDouble
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.LongToInt
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.MapToKeyValuePairs
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.MapToMat5File
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.MapToMat5Struct
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.MapToReport
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.MapToSpreadSheet
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.MapToString
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.MapToWekaInstance
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.Mat5ArrayToDoubleMatrix
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.Mat5ArrayToSpreadSheet
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.Mat5FileToMap
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.Mat5StructToMap
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.MathExpression
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.Maximum
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.Minimum
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.MovingAverage
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.MultiConversion
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.NotesSubset
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.NotesToSpreadSheet
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.NumberToByte
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.NumberToDouble
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.NumberToFloat
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.NumberToInt
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.NumberToLong
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.ObjectAnnotationsToImageSegmentationLayers
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.ObjectArrayToPrimitiveArray
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.ObjectContainerToObject
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.ObjectToObject
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.ObjectToObjectContainer
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.OpenCVToBufferedImage
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.PathSplit
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.PrimitiveArrayToByteArray
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.PrimitiveArrayToObjectArray
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.PropertiesToKeyValuePairs
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.PropertiesToMap
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.PropertiesToSpreadSheet
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.QuadrilateralLocationCenter
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.RectangleCenter
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.ReportArrayToMap
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.ReportToJson
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.ReportToMap
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.ReportToSpreadSheet
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.ReportToWekaInstance
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.RomanToInt
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.Round
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.RowArrayToSpreadSheet
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.Scripted
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.SplitOptions
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.SpreadSheetCellFinderToPositions
Deprecated.
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.SpreadSheetCellLocationToCoordinates
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.SpreadSheetCellLocationToPosition
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.SpreadSheetColumnFinderToRange
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.SpreadSheetColumnsToReport
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.SpreadSheetHeaderToMat5Array
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.SpreadSheetRowFinderToRange
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.SpreadSheetRowsToReport
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.SpreadSheetSupporterToSpreadSheet
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.SpreadSheetToCreateTableStatement
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.SpreadSheetToDataset
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.SpreadSheetToDoubleMatrix
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.SpreadSheetToJson
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.SpreadSheetToMap
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.SpreadSheetToMat5Array
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.SpreadSheetToNumeric
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.SpreadSheetToRowArray
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.SpreadSheetToString
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.SpreadSheetToStringMatrix
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.SpreadSheetToTimeseries
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.SpreadSheetToWekaInstances
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.StringArrayToURLParameters
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.StringToBoolean
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.StringToByte
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.StringToByteArray
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.StringToCharArray
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.StringToCustomStringRepresentation
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.StringToDateTimeType
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.StringToDouble
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.StringToField
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.StringToFile
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.StringToInt
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.StringToJson
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.StringToLong
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.StringToMat5Array
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.StringToPoint2D
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.StringToProperties
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.StringToQuadrilateralLocation
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.StringToRectangle
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.StringToRemoteCommand
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.StringToReport
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.StringToSpreadSheet
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.StringToTextContainer
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.StringToURL
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.TimeseriesToArray
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.TimeseriesToSpreadSheet
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.TimeseriesToWekaInstances
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.UnknownToUnknown
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.URLParametersToStringArray
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.URLToString
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.WekaCapabilitiesToInstances
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.WekaCapabilitiesToSpreadSheet
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.WekaEvaluationToCostCurve
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.WekaEvaluationToMarginCurve
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.WekaEvaluationToThresholdCurve
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.WekaForecastContainerToArray
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.WekaForecastContainerToTimeseries
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.WekaInstancesToSpreadSheet
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.WekaInstancesToTimeseries
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.WekaInstanceToAdamsInstance
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.WekaInstanceToMap
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.WekaPredictionContainerToSpreadSheet
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.XMLToDOM
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.YamlStringToList
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.YamlStringToMap
Returns the class that is generated as output.
generates() - Method in class adams.data.imagesegmentation.operation.AbstractImageSegmentationContainerOperation
The type of data that is generated.
generates() - Method in class adams.data.imagesegmentation.operation.CompareAnnotationWithPrediction
The type of data that is generated.
generates() - Method in class adams.data.imagesegmentation.operation.ConfusionMatrix
The type of data that is generated.
generates() - Method in class adams.data.imagesegmentation.operation.CountPixels
The type of data that is generated.
generates() - Method in class adams.data.imagesegmentation.operation.EvaluatePrediction
The type of data that is generated.
generates() - Method in class adams.data.imagesegmentation.operation.PassThrough
The type of data that is generated.
generates() - Method in class adams.data.imagesegmentation.operation.SimpleOverlay
The type of data that is generated.
generates() - Method in class adams.data.io.input.AbstractCompressedTextReader
Returns the class of the data that it returns.
generates() - Method in class adams.data.io.input.AbstractTextReader
Returns the class of the data that it returns.
generates() - Method in class adams.data.io.input.LineArrayTextReader
Returns the class of the data that it returns.
generates() - Method in class adams.data.io.input.LineByLineTextReader
Returns the class of the data that it returns.
generates() - Method in class adams.data.io.input.SingleStringTextReader
Returns the class of the data that it returns.
generates() - Method in class adams.flow.control.AbstractContainerUpdater
Returns the class of objects that it generates.
generates() - Method in class adams.flow.control.AbstractDataContainerFileChecker
Returns the class of objects that it generates.
generates() - Method in class adams.flow.control.AbstractTee
Returns the class of objects that it generates.
generates() - Method in class adams.flow.control.ArrayGenerate
Returns the class of objects that it generates.
generates() - Method in class adams.flow.control.ArrayProcess
Returns the class of objects that it generates.
generates() - Method in class adams.flow.control.Block
Returns the class of objects that it generates.
generates() - Method in class adams.flow.control.Breakpoint
Returns the class of objects that it generates.
generates() - Method in class adams.flow.control.CallableActorScreenshot
Returns the class of objects that it generates.
generates() - Method in class adams.flow.control.Cast
Returns the class of objects that it generates.
generates() - Method in class adams.flow.control.ClearCallableDisplay
Returns the class of objects that it generates.
generates() - Method in class adams.flow.control.CloseCallableDisplay
Returns the class of objects that it generates.
generates() - Method in class adams.flow.control.CollectionProcess
Returns the class of objects that it generates.
generates() - Method in class adams.flow.control.DesktopScreenshot
Returns the class of objects that it generates.
generates() - Method in class adams.flow.control.FileProcessor
Returns the class of objects that it generates.
generates() - Method in class adams.flow.control.ForceFlush
Returns the class of objects that it generates.
generates() - Method in class adams.flow.control.GC
Returns the class of objects that it generates.
generates() - Method in class adams.flow.control.HeapDump
Returns the class of objects that it generates.
generates() - Method in class adams.flow.control.Injector
Returns the class of objects that it generates.
generates() - Method in class adams.flow.control.Inspect
Returns the class that the consumer accepts.
generates() - Method in class adams.flow.control.JDeps
Returns the class of objects that it generates.
generates() - Method in class adams.flow.control.LocalScopeTransformer
Returns the class of objects that it generates.
generates() - Method in class adams.flow.control.PlotContainerUpdater
Returns the class of objects that it generates.
generates() - Method in class adams.flow.control.PlotProcessor
Returns the class of objects that it generates.
generates() - Method in class adams.flow.control.RaiseError
Returns the class of objects that it generates.
generates() - Method in class adams.flow.control.RemoveOutliers
Returns the class of objects that it generates.
generates() - Method in class adams.flow.control.SetContainerValue
Returns the class of objects that it generates.
generates() - Method in class adams.flow.control.Sleep
Returns the class of objects that it generates.
generates() - Method in class adams.flow.control.StorageValueSequence
Returns the class of objects that it generates.
generates() - Method in class adams.flow.control.SubProcess
Returns the class of objects that it generates.
generates() - Method in class adams.flow.control.Switch
Returns the class of objects that it generates.
generates() - Method in class adams.flow.control.TriggerEvent
Returns the class of objects that it generates.
generates() - Method in class adams.flow.control.TryCatch
Returns the class of objects that it generates.
generates() - Method in class adams.flow.control.UpdateCallableDisplay
Returns the class of objects that it generates.
generates() - Method in class adams.flow.control.UpdateProperties
Returns the class of objects that it generates.
generates() - Method in interface adams.flow.core.OutputProducer
Returns the class of objects that it generates.
generates() - Method in interface adams.flow.core.PyroOutputProducer
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.AbstractArrayProvider
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.AbstractDatabaseMetaData
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.AbstractForLoop
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.AbstractInteractiveArrayProvider
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.AbstractPythonExecution
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.AbstractSpreadSheetDbReader
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.AbstractWekaSetupGenerator
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.CallableSource
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.CombineArrays
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.CombineCollections
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.CombineStorage
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.CombineVariables
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.Command
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.CopyCallableSource
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.Counter
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.CurrentFlow
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.CurrentTime
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.DeQueue
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.DumpStorage
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.DumpVariables
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.EnterManyValues
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.EnterValue
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.Exec
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.ExternalSource
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.FilenameGenerator
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.ForLoop
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.GetEnvironmentVariable
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.GetSystemProperty
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.Groovy
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.HashSet
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.HttpRequest
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.Idle
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.IncludeExternalSource
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.InputStreamGenerator
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.LookUp
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.LookUpTable
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.MakeContainer
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.MathExpression
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.MemoryUsage
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.ModuleInfo
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.NewArray
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.NewCollection
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.NewDOMDocument
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.NewFlow
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.NewImage
Returns a string describing the object.
generates() - Method in class adams.flow.source.NewJsonStructure
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.NewList
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.NewMap
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.NewMat5File
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.NewMat5Matrix
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.NewMat5Struct
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.NewProperties
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.NewRemoteCommand
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.NewReport
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.NewSpreadSheet
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.NewTempFile
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.Null
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.OpenCVDeviceFrameGrabber
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.OptionProducer
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.OptionTraverser
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.PasteFromClipboard
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.PDFNewDocument
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.PyroSource
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.pyrosource.Generic
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.pyrosource.Null
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.ReaderGenerator
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.RSync
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.Rsync4jRsyncBinary
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.Rsync4jSshBinary
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.Scripted
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.SelectCharset
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.SelectDateTime
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.SelectDirectory
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.SequenceSource
Returns the class that the consumer accepts.
generates() - Method in class adams.flow.source.SimpleRSync
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.Socket
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.SpecifiedActor
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.SSHExec
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.Start
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.StorageForLoop
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.StorageValue
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.StorageValuesArray
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.StringExpression
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.SwitchedSource
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.TemplateSource
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.TimeseriesDbReader
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.Variable
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.VariablesArray
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.WekaAssociatorSetup
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.WekaClassifierSetup
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.WekaClustererSetup
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.WekaDatabaseReader
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.WekaDataGenerator
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.WekaForecasterSetup
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.WekaForecasting
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.WekaNewExperiment
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.WekaNewInstances
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.ZipArrays
Returns the class of objects that it generates.
generates() - Method in class adams.flow.standalone.logevent.AbstractLogRecordProcessor
Returns the class that the processor generates (used in the flow).
generates() - Method in class adams.flow.standalone.logevent.LogEntryProcessor
Returns the class that the processor generates (used in the flow).
generates() - Method in class adams.flow.standalone.logevent.SimpleProcessor
Returns the class that the processor generates (used in the flow).
generates() - Method in class adams.flow.transformer.AbstractArrayProvider
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.AbstractContainerValueExtractor
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.AbstractDataContainerAdd
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.AbstractDataContainerAppend
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.AbstractDataContainerDbReader
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.AbstractDataContainerDbWriter
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.AbstractDataContainerFileImport
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.AbstractDataContainerFileReader
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.AbstractDataContainerFileWriter
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.AbstractDataContainerTransformer
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.AbstractDeleteDataContainer
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.AbstractDeleteDbReportValue
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.AbstractDeleteReportValue
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.AbstractDeleteReportValueByExpression
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.AbstractFilter
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.AbstractGetReportValue
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.AbstractInstanceGenerator
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.AbstractMultiCompress
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.AbstractMultiDecompress
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.AbstractProcessWekaInstanceWithModel
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.AbstractReportDbReader
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.AbstractReportDbUpdater
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.AbstractReportDbWriterByDBID
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.AbstractReportDbWriterByID
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.AbstractReportFileImport
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.AbstractReportFileWriter
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.AbstractReportValueDbWriter
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.AbstractSetReportValue
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.AbstractSingleCompress
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.AbstractSingleDecompress
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.AbstractSpreadSheetTransformer
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.AbstractStringOperation
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.AbstractWekaClassifierEvaluator
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.AbstractWekaModelReader
Returns the class that the producer generates.
generates() - Method in class adams.flow.transformer.AddDOMAttribute
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.AddDOMNode
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.AddNote
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.AppendName
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.ArrayCombinations
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.ArrayLength
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.ArrayReverse
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.ArrayStatistic
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.ArraySubset
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.ArraySubsetGeneration
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.ArrayToChunks
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.ArrayToCollection
Returns the classes that are generated as output.
generates() - Method in class adams.flow.transformer.ArrayToSequence
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.ArrayToVariables
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.BaseName
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.BinaryFileReader
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.BoofCVDetectLines
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.BoofCVDetectLineSegments
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.BoofCVFeatureGenerator
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.BufferedImageFeatureGenerator
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.CallableTransformer
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.ChangeImageObjectPrefix
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.ChangeReportFieldPrefixes
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.ClassSelector
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.CollectionAppend
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.CollectionInsert
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.CollectionSize
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.CollectionSubset
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.CollectionToArray
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.CollectionToSequence
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.ColorProvider
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.CompareObjectLocations
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.CompareObjects
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.CompareObjectTypes
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.ConfirmationDialog
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.ConfusionMatrix
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.Convert
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.ConvertFeatures
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.Copy
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.CopyCallableTransformer
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.CopyFile
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.CopyToClipboard
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.CounterAdd
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.CounterInit
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.CountObjectsInPolygon
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.CountObjectsInRegion
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.CreateEmail
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.DatasetFilter
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.DatasetRowFilter
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.DateTimeTypeDifference
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.DecodeBarcode
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.DeleteFile
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.DeleteJsonValue
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.DeleteMapValue
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.DeleteOverlappingImageObjects
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.DeletePropertyValue
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.DeleteReportValue
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.DeleteReportValueByExpression
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.DeleteStorageValue
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.DeleteVariable
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.Deserialize
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.DetermineOverlappingAreas
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.DetermineOverlappingObjects
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.Diff
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.DirName
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.DownloadContent
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.Draw
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.EncodeBarcode
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.ExecuteActor
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.ExecuteJobs
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.ExecuteRemoteCommand
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.exiftagoperation.AbstractExifTagOperation
Returns the type of data that we generate.
generates() - Method in class adams.flow.transformer.exiftagoperation.ApacheCommonsExifTagExists
Returns the type of data that we generate.
generates() - Method in class adams.flow.transformer.exiftagoperation.ApacheCommonsExifTagRead
Returns the type of data that we generate.
generates() - Method in class adams.flow.transformer.exiftagoperation.ApacheCommonsExifTagRemove
Returns the type of data that we generate.
generates() - Method in class adams.flow.transformer.exiftagoperation.ApacheCommonsExifTagWrite
Returns the type of data that we generate.
generates() - Method in interface adams.flow.transformer.exiftagoperation.ExifTagOperation
Returns the type of data that we generate.
generates() - Method in class adams.flow.transformer.ExifTagOperation
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.ExternalTransformer
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.FileChanged
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.FileExtension
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.FileInfo
Returns the class of the items that the actor generates.
generates() - Method in class adams.flow.transformer.FilenameGenerator
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.FileTailer
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.FilterMap
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.FindInFile
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.FlowFileReader
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.FTPDelete
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.FTPDisconnect
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.FTPGet
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.FTPNoOp
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.FTPSend
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.generatefilebaseddataset.AbstractFileBasedDatasetGeneration
Returns the class that gets generated.
generates() - Method in class adams.flow.transformer.GenerateFileBasedDataset
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.generatefilebaseddataset.SimpleFileList
Returns the class that gets generated.
generates() - Method in class adams.flow.transformer.GetArrayElement
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.GetDatabaseID
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.GetID
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.GetImageObjectMetaData
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.GetListElement
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.GetMapValue
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.GetNotes
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.GetObjectProperty
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.GetProperty
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.GetRemoteCommandPayload
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.GetReport
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.GetStorageValue
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.Groovy
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.HashSetAdd
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.HashSetInit
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.HashSetRemove
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.HexReplace
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.HttpPostFile
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.HttpRequest
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.IDGenerator
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.ImageAnnotator
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.ImageFileReader
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.ImageInfo
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.ImageLabeler
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.ImageMetaData
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.ImageObjectAnnotator
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.ImageObjectFilter
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.ImageObjectIndexOffset
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.ImageObjectInfo
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.ImageObjectOverlap
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.ImageObjectOverlapMatrix
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.ImageObjectToVariables
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.ImagePreparation
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.ImageSegmentationAnnotator
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.ImageSegmentationContainerFilter
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.ImageSegmentationContainerOperation
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.ImageSegmentationFileReader
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.ImageSharpness
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.IncludeExternalTransformer
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.IncStorageValue
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.IncVariable
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.IndexedSplitsRunsEvaluation
Returns the class of objects that it generates.
generates() - Method in interface adams.flow.transformer.indexedsplitsrunsevaluation.IndexedSplitsRunsEvaluation
The generated classes.
generates() - Method in class adams.flow.transformer.indexedsplitsrunsevaluation.InstancesIndexedSplitsRunsEvaluation
The generated classes.
generates() - Method in class adams.flow.transformer.indexedsplitsrunsevaluation.NullEvaluation
The generated classes.
generates() - Method in class adams.flow.transformer.IndexedSplitsRunsGenerator
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.IndexedSplitsRunsPredictions
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.IndexedSplitsRunsReader
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.IntersectOverUnion
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.JsonFileReader
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.LookUp
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.LookUpAdd
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.LookUpRemove
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.MakeDir
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.MakeForecastPlotContainer
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.MakeJFreeChartDataset
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.MakeLogEntry
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.MakePlotContainer
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.MapToStorageValues
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.MapToVariables
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.MapVariableIterator
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.Mat5ArraySubset
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.Mat5FileAddArray
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.Mat5FileAddMap
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.Mat5FileGetArray
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.Mat5FileReader
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.Mat5GetMatrixElement
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.Mat5GetStructField
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.Mat5SetMatrixElement
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.Mat5SetStructField
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.MathExpression
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.Max
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.MergeObjectLocations
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.MergeReport
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.MergeReportFromMap
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.MessageDigest
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.MimeType
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.Min
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.MoveFile
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.multimapoperation.AbstractMultiMapOperation
The type of data that is generated.
generates() - Method in class adams.flow.transformer.multimapoperation.CommonKeys
The type of data that is generated.
generates() - Method in class adams.flow.transformer.MultiMapOperation
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.multimapoperation.Merge
The type of data that is generated.
generates() - Method in class adams.flow.transformer.multimapoperation.PassThrough
The type of data that is generated.
generates() - Method in class adams.flow.transformer.multispreadsheetoperation.AbstractIndentifiableRowOperation
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.multispreadsheetoperation.AbstractMultiSpreadSheetOperation
The type of data that is generated.
generates() - Method in class adams.flow.transformer.multispreadsheetoperation.CommonIDs
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.MultiSpreadSheetOperation
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.multispreadsheetoperation.Merge
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.multispreadsheetoperation.PassThrough
The type of data that is generated.
generates() - Method in class adams.flow.transformer.NegativeRegions
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.ObjectArrayToPrimitiveArray
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.OpenCVFeatureGenerator
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.OptionProducer
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.OutlierDetector
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.PassThrough
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.PDFAppendDocument
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.PDFCreate
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.PDFExtract
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.PDFExtractImages
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.PDFExtractText
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.PDFGenerate
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.PDFMerge
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.PDFMetaData
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.PDFPageCount
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.PDFRenderPages
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.PDFStamp
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.PixelSelector
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.PredictionEccentricity
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.PrependDir
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.PrimitiveArrayToObjectArray
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.ProcessActor
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.ProgrammaticTokenListener
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.PropertiesFileReader
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.PropertiesToVariables
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.pyrotransformer.ExampleGreeting
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.PyroTransformer
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.pyrotransformer.Generic
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.pyrotransformer.Null
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.PythonExpandScript
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.RelativeDir
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.RemoteCommandReader
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.RemoveImageObject
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.RemoveOverlappingImageObjects
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.ReportMathExpression
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.ReportToStorage
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.ReportToVariables
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.Round
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.ScaleReportObjects
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.ScpFrom
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.ScpTo
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.Scripted
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.SelectArraySubset
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.SequenceToArray
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.SequenceToCollection
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.SetArrayElement
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.SetDatabaseID
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.SetID
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.SetImageObjectMetaData
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.SetJsonValue
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.SetManyVariables
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.SetMapValue
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.SetPlotContainerValue
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.SetProperty
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.SetPropertyValue
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.SetReportFromFile
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.SetReportFromSource
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.SetReportValue
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.SetStorageFlag
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.SetStorageValue
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.SetSystemProperty
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.SetVariable
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.SFTPDelete
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.SFTPGet
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.SFTPSend
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.SMBGet
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.SMBSend
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.Sort
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.SplitFile
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.SpreadSheetCellSelector
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.SpreadSheetCommonIDs
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.SpreadSheetDifference
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.SpreadSheetGetColumnIndex
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.SpreadSheetGetHeaderCell
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.SpreadSheetMerge
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.SpreadSheetMethodMerge
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.SpreadSheetRowBuffer
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.SpreadSheetSelectSubset
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.SpreadSheetSetCell
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.SpreadSheetStorageRowIterator
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.SpreadSheetVariableRowIterator
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.StorageCollectionInsert
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.StorageJFreeChartAddSeries
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.StringExpression
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.StringIndexOf
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.StringLength
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.StringSplit
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.SubStringCount
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.SwapVariables
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.TemplateTransformer
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.TesseractOCR
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.TextFileReader
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.TextRenderer
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.TimeseriesDbReader
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.TimeseriesFeatureGenerator
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.TimeseriesInfo
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.TimeseriesReportDbUpdater
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.Timestamp
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.Tool
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.Touch
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.UniqueID
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.UpdateProperty
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.WaitForFile
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.WekaAccumulatedError
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.WekaAggregateEvaluations
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.WekaAttributeSelection
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.WekaAttributeSelectionSummary
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.WekaBootstrapping
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.WekaChooseAttributes
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.WekaClassifierInfo
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.WekaClassifierOptimizer
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.WekaClassifierRanker
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.WekaClassifierSetupProcessor
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.WekaClassifying
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.WekaClassSelector
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.WekaClusterAssignments
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.WekaClustererInfo
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.WekaClustererPostProcessor
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.WekaClusterEvaluationSummary
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.WekaClustering
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.WekaCrossValidationClustererEvaluator
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.WekaCrossValidationEvaluator
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.WekaCrossValidationSplit
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.WekaDatasetsMerge
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.WekaDatasetSplit
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.wekaensemblegenerator.AbstractWekaEnsembleGenerator
Returns the output data the generator generates.
generates() - Method in class adams.flow.transformer.WekaEnsembleGenerator
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.wekaensemblegenerator.MultiClassifiersCombinerModels
Returns the output data the generator generates.
generates() - Method in class adams.flow.transformer.wekaensemblegenerator.VotedModels
Returns the output data the generator generates.
generates() - Method in class adams.flow.transformer.WekaEvaluationInfo
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.WekaEvaluationSummary
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.WekaEvaluationValuePicker
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.WekaEvaluationValues
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.WekaExperiment
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.WekaExperimentEvaluation
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.WekaExperimentExecution
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.WekaExperimentFileReader
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.WekaExtractArray
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.WekaExtractPLSMatrix
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.WekaFileReader
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.WekaFilter
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.WekaGenericPLSMatrixAccess
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.WekaGeneticAlgorithmInitializer
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.WekaGetCapabilities
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.WekaGetInstancesValue
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.WekaGetInstanceValue
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.WekaInstanceBuffer
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.WekaInstanceDumper
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.WekaInstanceEvaluator
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.WekaInstancesAppend
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.WekaInstancesMerge
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.WekaInstancesStatistic
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.WekaInstanceStreamPlotGenerator
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.WekaMultiLabelSplitter
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.WekaNearestNeighborSearch
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.WekaNewInstance
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.WekaPredictionsToInstances
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.WekaPredictionsToSpreadSheet
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.WekaPrimeForecaster
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.WekaPrincipalComponents
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.WekaRegexToRange
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.WekaRelationName
Deprecated.
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.WekaRenameRelation
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.WekaReorderAttributesToReference
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.WekaSetInstancesValue
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.WekaSetInstanceValue
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.WekaSpreadSheetToPredictions
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.WekaStoreInstance
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.WekaStreamFilter
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.WekaSubsets
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.WekaTestSetClustererEvaluator
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.WekaTextDirectoryReader
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.WekaTrainAssociator
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.WekaTrainClassifier
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.WekaTrainClusterer
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.WekaTrainForecaster
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.WekaTrainTestSetClustererEvaluator
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.XMLFileReader
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.XPath
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.XSLT
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.YamlFileReader
Returns the class of objects that it generates.
generates() - Method in class adams.gui.visualization.jfreechart.dataset.AbstractDatasetGenerator
Returns the class of dataset that it generates.
generates() - Method in class adams.gui.visualization.jfreechart.dataset.DefaultCategory
Returns the class of dataset that it generates.
generates() - Method in class adams.gui.visualization.jfreechart.dataset.DefaultXY
Returns the class of dataset that it generates.
generates() - Method in class adams.gui.visualization.jfreechart.dataset.DefaultXYZ
Returns the class of dataset that it generates.
generates(boolean) - Method in class adams.core.command.output.LineSplit
Returns what output type the formatter generates.
generates(boolean) - Method in interface adams.core.command.output.OutputFormatter
Returns what output type the formatter generates.
generates(boolean) - Method in class adams.core.command.output.PassThrough
Returns what output type the formatter generates.
GENERATES - Static variable in interface adams.parser.actorsuggestion.sym
 
GENERATES - Static variable in interface adams.parser.externalactorsuggestion.sym
 
GENERATES_ENDTAG - Static variable in class adams.doc.javadoc.FlowJavadoc
the end comment tag for inserting the generated Javadoc (just "generates").
GENERATES_METHOD - Static variable in class adams.doc.javadoc.FlowJavadoc
the generates() method.
GENERATES_STARTTAG - Static variable in class adams.doc.javadoc.FlowJavadoc
the start comment tag for inserting the generated Javadoc (just "generates").
generateServer() - Method in class adams.flow.websocket.server.AbstractWebSocketServerGenerator
Generates the server.
generateServer() - Method in interface adams.flow.websocket.server.WebSocketServerGenerator
Generates the server.
generateSetup() - Method in class adams.core.SerializableObjectHelper
Forces the owner to regenerate all objects that are necessary for serialization.
generateSizeAttribute(String) - Method in class adams.gui.flow.tree.Node
Generates the size attribute HTML string.
generatesMultipleItems() - Method in class adams.flow.processor.AbstractListingProcessor
Returns whether the list generates a string array per object or not.
generateSplits(Instances, int, String, String) - Method in class weka.classifiers.MultiLevelSplitGenerator
Generates the train/test splits.
generateSubset(Object, MessageCollection) - Method in class adams.flow.transformer.arraysubsetgeneration.AbstractArraySubsetGenerator
Generates the subset.
generateSubset(Instances, Range) - Method in class weka.filters.unsupervised.attribute.PartitionedMultiFilter2
generates a subset of the dataset with only the attributes from the range (class is always added if present).
generateTabUndo(int) - Method in class adams.gui.core.BaseTabbedPane
Generates a tab undo container.
generateTitle() - Method in class adams.gui.flow.FlowPanel
Generates the title to use.
generateToolTip(int) - Method in class adams.gui.core.MultiPagePane
Generates the tool tip for the index.
generateUniqueID(String) - Method in class adams.flow.transformer.UniqueID
Creates a unique ID.
generationEndDateTipText() - Method in class adams.db.LogEntryConditions
Returns the tip text for this property.
generationStartDateTipText() - Method in class adams.db.LogEntryConditions
Returns the tip text for this property.
generationTipText() - Method in class adams.flow.transformer.GenerateFileBasedDataset
Returns the tip text for this property.
Generator<T extends Actor> - Interface in adams.flow.generator
Generator interface for flow generators.
generatorTipText() - Method in class adams.data.boofcv.features.FilteredBoofCVFeatureGenerator
Returns the tip text for this property.
generatorTipText() - Method in class adams.data.conversion.DoubleMatrixToBufferedImage
Returns the tip text for this property.
generatorTipText() - Method in class adams.data.id.IDGeneratorPostProcessor
Returns the tip text for this property.
generatorTipText() - Method in class adams.data.image.features.FilteredBufferedImageFeatureGenerator
Returns the tip text for this property.
generatorTipText() - Method in class adams.data.image.transformer.SubImages
Returns the tip text for this property.
generatorTipText() - Method in class adams.data.spreadsheet.columnfinder.SubSample
Returns the tip text for this property.
generatorTipText() - Method in class adams.data.spreadsheet.rowfinder.SubSample
Returns the tip text for this property.
generatorTipText() - Method in class adams.data.timeseries.AbstractMetaTimeseriesFeatureGenerator
Returns the tip text for this property.
generatorTipText() - Method in class adams.flow.condition.bool.FileExists
Returns the tip text for this property.
generatorTipText() - Method in class adams.flow.condition.bool.FileInUse
Returns the tip text for this property.
generatorTipText() - Method in class adams.flow.sink.NotesWriter
Returns the tip text for this property.
generatorTipText() - Method in class adams.flow.sink.WebSocketClient
Returns the tip text for this property.
generatorTipText() - Method in class adams.flow.source.FilenameGenerator
Returns the tip text for this property.
generatorTipText() - Method in class adams.flow.source.InputStreamGenerator
Returns the tip text for this property.
generatorTipText() - Method in class adams.flow.source.NewList
Returns the tip text for this property.
generatorTipText() - Method in class adams.flow.source.newlist.Wrapper
Returns the tip text for this property.
generatorTipText() - Method in class adams.flow.source.RandomNumberGenerator
Returns the tip text for this property.
generatorTipText() - Method in class adams.flow.source.ReaderGenerator
Returns the tip text for this property.
generatorTipText() - Method in class adams.flow.source.WekaForecasterSetup
Returns the tip text for this property.
generatorTipText() - Method in class adams.flow.standalone.WebSocketServer
Returns the tip text for this property.
generatorTipText() - Method in class adams.flow.transformer.AbstractInstanceGenerator
Returns the tip text for this property.
generatorTipText() - Method in class adams.flow.transformer.ArraySubsetGeneration
Returns the tip text for this property.
generatorTipText() - Method in class adams.flow.transformer.FilenameGenerator
Returns the tip text for this property.
generatorTipText() - Method in class adams.flow.transformer.IDGenerator
Returns the tip text for this property.
generatorTipText() - Method in class adams.flow.transformer.IndexedSplitsRunsGenerator
Returns the tip text for this property.
generatorTipText() - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.MultiRunGenerator
Returns the tip text for this property.
generatorTipText() - Method in class adams.flow.transformer.IndexedSplitsRunsPredictions
Returns the tip text for this property.
generatorTipText() - Method in class adams.flow.transformer.PDFGenerate
Returns the tip text for this property.
generatorTipText() - Method in class adams.flow.transformer.SpreadSheetPlotGenerator
Returns the tip text for this property.
generatorTipText() - Method in class adams.flow.transformer.WekaCrossValidationEvaluator
Returns the tip text for this property.
generatorTipText() - Method in class adams.flow.transformer.WekaCrossValidationSplit
Returns the tip text for this property.
generatorTipText() - Method in class adams.flow.transformer.WekaEnsembleGenerator
Returns the tip text for this property.
generatorTipText() - Method in class adams.flow.transformer.WekaRandomSplit
Returns the tip text for this property.
generatorTipText() - Method in class adams.flow.transformer.WekaSplitGenerator
Returns the tip text for this property.
generatorTipText() - Method in class adams.gui.tools.spreadsheetviewer.chart.GenericPlot
Returns the tip text for this property.
generatorTipText() - Method in class adams.gui.tools.wekamultiexperimenter.experiment.CrossValidationExperiment
Returns the tip text for this property.
generatorTipText() - Method in class adams.gui.tools.wekamultiexperimenter.experiment.TrainTestSplitExperiment
Returns the tip text for this property.
generatorTipText() - Method in class adams.gui.visualization.core.GradientColorProvider
Returns the tip text for this property.
generatorTipText() - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm
Returns the tip text for this property.
Generic - Class in adams.flow.sink.pyrosink
Generic call, just forwards any data to the remote object.
Generic - Class in adams.flow.source.pyrosource
Generic call, just retrieves any data from the remote object.
Generic - Class in adams.flow.standalone.pyrostandalone
Generic call, just forwards any data to the remote object.
Generic - Class in adams.flow.transformer.pyrotransformer
Generic call, just forwards any data to the remote object.
Generic() - Constructor for class adams.flow.sink.pyrosink.Generic
 
Generic() - Constructor for class adams.flow.source.pyrosource.Generic
 
Generic() - Constructor for class adams.flow.standalone.pyrostandalone.Generic
 
Generic() - Constructor for class adams.flow.transformer.pyrotransformer.Generic
 
GenericArrayEditor - Class in adams.gui.goe
A PropertyEditor for arrays of objects that themselves have property editors.
GenericArrayEditor() - Constructor for class adams.gui.goe.GenericArrayEditor
Sets up the array editor.
GenericArrayEditor.EditorListCellRenderer - Class in adams.gui.goe
This class handles the creation of list cell renderers from the property editors.
GenericArrayEditorDialog - Class in adams.gui.goe
Displays a GenericArrayEditor.
GenericArrayEditorDialog(Dialog) - Constructor for class adams.gui.goe.GenericArrayEditorDialog
Creates a modeless dialog without a title with the specified Dialog as its owner.
GenericArrayEditorDialog(Dialog, Dialog.ModalityType) - Constructor for class adams.gui.goe.GenericArrayEditorDialog
Creates a dialog with the specified owner Dialog and modality.
GenericArrayEditorDialog(Dialog, String) - Constructor for class adams.gui.goe.GenericArrayEditorDialog
Creates a modeless dialog with the specified title and with the specified owner dialog.
GenericArrayEditorDialog(Dialog, String, Dialog.ModalityType) - Constructor for class adams.gui.goe.GenericArrayEditorDialog
Creates a dialog with the specified title, modality and the specified owner Dialog.
GenericArrayEditorDialog(Frame) - Constructor for class adams.gui.goe.GenericArrayEditorDialog
Creates a modeless dialog without a title with the specified Frame as its owner.
GenericArrayEditorDialog(Frame, boolean) - Constructor for class adams.gui.goe.GenericArrayEditorDialog
Creates a dialog with the specified owner Frame, modality and an empty title.
GenericArrayEditorDialog(Frame, String) - Constructor for class adams.gui.goe.GenericArrayEditorDialog
Creates a modeless dialog with the specified title and with the specified owner frame.
GenericArrayEditorDialog(Frame, String, boolean) - Constructor for class adams.gui.goe.GenericArrayEditorDialog
Creates a dialog with the specified owner Frame, modality and title.
GenericArrayEditorPanel - Class in adams.gui.goe
A panel that contains text field with the current setup of the array and a button for bringing up the GenericArrayEditor.
GenericArrayEditorPanel(Object) - Constructor for class adams.gui.goe.GenericArrayEditorPanel
Initializes the panel with the given class and default value.
GenericDoubleResolution - Class in adams.core.discovery.genetic
Generic handler for double properties (using resolution).
GenericDoubleResolution() - Constructor for class adams.core.discovery.genetic.GenericDoubleResolution
 
GenericFloatResolution - Class in adams.core.discovery.genetic
Generic handler for float properties (using resolution).
GenericFloatResolution() - Constructor for class adams.core.discovery.genetic.GenericFloatResolution
 
GenericInteger - Class in adams.core.discovery.genetic
Generic handler for integer properties.
GenericInteger() - Constructor for class adams.core.discovery.genetic.GenericInteger
 
GenericObjectEditor - Class in adams.gui.goe
A PropertyEditor for objects.
GenericObjectEditor() - Constructor for class adams.gui.goe.GenericObjectEditor
Default constructor.
GenericObjectEditor(boolean) - Constructor for class adams.gui.goe.GenericObjectEditor
Constructor that allows specifying whether it is possible to change the class within the editor dialog.
GenericObjectEditor.GOEPanel - Class in adams.gui.goe
Handles the GUI side of editing values.
GenericObjectEditor.PostProcessObjectHandler - Interface in adams.gui.goe
Interface for post-processing the object after selecting it, but before setting it.
GenericObjectEditorClassTreePanel - Class in adams.gui.goe
Creates a panel with a class tree.
GenericObjectEditorClassTreePanel(ClassTree) - Constructor for class adams.gui.goe.GenericObjectEditorClassTreePanel
Constructs a new popup menu.
GenericObjectEditorClassTreePopupMenu - Class in adams.gui.goe
Creates a popup menu containing a tree that is aware of the screen dimensions.
GenericObjectEditorClassTreePopupMenu(ClassTree) - Constructor for class adams.gui.goe.GenericObjectEditorClassTreePopupMenu
Constructs a new popup menu.
GenericObjectEditorDialog - Class in adams.gui.goe
Displays a GenericObjectEditor.
GenericObjectEditorDialog(Dialog) - Constructor for class adams.gui.goe.GenericObjectEditorDialog
Creates a modeless dialog without a title with the specified Dialog as its owner.
GenericObjectEditorDialog(Dialog, Dialog.ModalityType) - Constructor for class adams.gui.goe.GenericObjectEditorDialog
Creates a dialog with the specified owner Dialog and modality.
GenericObjectEditorDialog(Dialog, String) - Constructor for class adams.gui.goe.GenericObjectEditorDialog
Creates a modeless dialog with the specified title and with the specified owner dialog.
GenericObjectEditorDialog(Dialog, String, Dialog.ModalityType) - Constructor for class adams.gui.goe.GenericObjectEditorDialog
Creates a dialog with the specified title, modality and the specified owner Dialog.
GenericObjectEditorDialog(Frame) - Constructor for class adams.gui.goe.GenericObjectEditorDialog
Creates a modeless dialog without a title with the specified Frame as its owner.
GenericObjectEditorDialog(Frame, boolean) - Constructor for class adams.gui.goe.GenericObjectEditorDialog
Creates a dialog with the specified owner Frame, modality and an empty title.
GenericObjectEditorDialog(Frame, String) - Constructor for class adams.gui.goe.GenericObjectEditorDialog
Creates a modeless dialog with the specified title and with the specified owner frame.
GenericObjectEditorDialog(Frame, String, boolean) - Constructor for class adams.gui.goe.GenericObjectEditorDialog
Creates a dialog with the specified owner Frame, modality and title.
GenericObjectEditorPage - Class in adams.gui.wizard
Wizard page that use a GenericObjectEditor for displaying the properties of an object (and allowing user to change the class).
GenericObjectEditorPage() - Constructor for class adams.gui.wizard.GenericObjectEditorPage
Default constructor.
GenericObjectEditorPage(String) - Constructor for class adams.gui.wizard.GenericObjectEditorPage
Initializes the page with the given page name.
GenericObjectEditorPanel - Class in adams.gui.goe
A panel that contains text field with the current setup of the object and a button for bringing up the GenericObjectEditor.
GenericObjectEditorPanel(Class, Object) - Constructor for class adams.gui.goe.GenericObjectEditorPanel
Initializes the panel with the given class and default value.
GenericObjectEditorPanel(Class, Object, boolean) - Constructor for class adams.gui.goe.GenericObjectEditorPanel
Initializes the panel with the given class and default value.
GenericObjectEditorPopupMenu - Class in adams.gui.goe
Generic GOE popup menu, for copy/paste, etc.
GenericObjectEditorPopupMenu(PropertyEditor, JComponent) - Constructor for class adams.gui.goe.GenericObjectEditorPopupMenu
Initializes the menu.
GenericObjectEditorPopupMenuCustomizer - Interface in adams.gui.goe.popupmenu
Interface for classes that customize the GOE popup menu.
GenericObjectEditorResponseConnectionUpdater - Class in adams.gui.tools.remotecontrolcenter.panels
Updates the response connection.
GenericObjectEditorResponseConnectionUpdater() - Constructor for class adams.gui.tools.remotecontrolcenter.panels.GenericObjectEditorResponseConnectionUpdater
Initializes the post-processor with no application.
GenericObjectEditorResponseConnectionUpdater(AbstractApplicationFrame) - Constructor for class adams.gui.tools.remotecontrolcenter.panels.GenericObjectEditorResponseConnectionUpdater
Initializes the post-processor.
GenericPlot - Class in adams.gui.tools.spreadsheetviewer.chart
Flexible chart generator.
GenericPlot() - Constructor for class adams.gui.tools.spreadsheetviewer.chart.GenericPlot
 
GenericPLSMatrixAccess - Interface in weka.core
For classes that allow access to PLS matrices.
GenericString - Class in adams.core.discovery.genetic
Generic handler for string properties.
GenericString() - Constructor for class adams.core.discovery.genetic.GenericString
 
GeneticAlgorithm - Class in adams.opt.optimise
Morticia (GEX).
GeneticAlgorithm - Class in weka.classifiers.functions
Applies the specified genetic algorithm to the training data and uses the best setup for the final model.
GeneticAlgorithm() - Constructor for class adams.opt.optimise.GeneticAlgorithm
The default constructor.
GeneticAlgorithm() - Constructor for class weka.classifiers.functions.GeneticAlgorithm
 
GeneticAlgorithm.GAJob - Class in adams.opt.optimise
Class for multithreading the ga.
GeneticAlgorithmJob(T, int, int[]) - Constructor for class adams.opt.genetic.AbstractGeneticAlgorithm.GeneticAlgorithmJob
Initializes the job.
GeneticFitnessChangeEvent - Class in adams.event
Event that gets sent whenever the fitness of a genetic algorithm changed.
GeneticFitnessChangeEvent(AbstractGeneticAlgorithm, double, Object, int[]) - Constructor for class adams.event.GeneticFitnessChangeEvent
Initializes the event.
GeneticFitnessChangeListener - Interface in adams.event
Interface for classes that listen to changes in the fitness of a genetic algorithm.
GeneticFitnessChangeNotifier - Interface in adams.event
Interface for genetic algorithms that notify other objects about changes of their fitness.
GeneticHelper - Class in adams.core.discovery.genetic
Helper class for bit-string related operations.
GeneticHelper() - Constructor for class adams.core.discovery.genetic.GeneticHelper
 
genRegression(Random) - Method in class weka.classifiers.meta.AbstainLeastMedianSq
Generates a LinearRegression classifier from the current m_SubSample.
genRegression(Random) - Method in class weka.classifiers.meta.LeastMedianSq
Generates a LinearRegression classifier from the current m_SubSample.
geometryTipText() - Method in class adams.data.objectoverlap.IntersectOverUnionRatio
Returns the tip text for this property.
GeometryType - Enum in adams.data.objectoverlap
Enumeration of geometry types.
GERMAN - adams.flow.core.TesseractLanguage
 
get() - Static method in class adams.core.management.EnvVar
Returns the current mapping of environment variables.
get() - Method in class adams.data.binning.Bin
Returns the list of objects in the bin.
get() - Method in class adams.data.binning.BinnableGroup
Returns the list of members.
get(int) - Method in class adams.core.discovery.PropertyPath.Path
returns the element at the given index.
get(int) - Method in class adams.core.io.Tee
returns the specified PrintStream from the list.
get(int) - Method in class adams.core.MessageCollection
Returns the message at the specified index.
get(int) - Method in class adams.data.image.IntArrayMatrixView
Returns the value at the specified position.
get(int) - Method in class adams.data.SortedList
Returns the item at the specified position.
get(int) - Method in class adams.data.statistics.AbstractArrayStatistic
Returns the array at the specified location.
get(int) - Method in class adams.flow.control.AbstractControlActor
Returns the actor at the given position.
get(int) - Method in class adams.flow.control.AbstractTee
Returns the actor at the given position.
get(int) - Method in class adams.flow.control.Branch
Returns the actor at the given position.
get(int) - Method in class adams.flow.control.FileProcessor
Returns the actor at the given position.
get(int) - Method in class adams.flow.control.IfStorageValue
Returns the actor at the given position.
get(int) - Method in class adams.flow.control.IfThenElse
Returns the actor at the given position.
get(int) - Method in class adams.flow.control.LoadBalancer
Returns the actor at the given position.
get(int) - Method in class adams.flow.control.LocalScopeTransformer
Returns the actor at the given position.
get(int) - Method in class adams.flow.control.MutableConnectedControlActor
Returns the actor at the given position.
get(int) - Method in class adams.flow.control.MutableControlActor
Returns the actor at the given position.
get(int) - Method in class adams.flow.control.Switch
Returns the actor at the given position.
get(int) - Method in class adams.flow.control.TryCatch
Returns the actor at the given position.
get(int) - Method in class adams.flow.control.UpdateProperties
Returns the actor at the given position.
get(int) - Method in class adams.flow.control.WhileLoop
Returns the actor at the given position.
get(int) - Method in interface adams.flow.core.ActorHandler
Returns the actor at the given position.
get(int) - Method in class adams.flow.source.SwitchedSource
Returns the actor at the given position.
get(int) - Method in class adams.flow.standalone.AbstractMultiView
Returns the actor at the given position.
get(int) - Method in class adams.flow.standalone.AbstractMutableActorDaemonEvent
Returns the actor at the given position.
get(int) - Method in class adams.flow.standalone.AbstractMutableStandaloneGroupItem
Returns the actor at the given position.
get(int) - Method in class adams.flow.standalone.AbstractStandaloneGroup
Returns the actor at the given position.
get(int) - Method in class adams.flow.standalone.Cron
Returns the actor at the given position.
get(int) - Method in class adams.flow.standalone.DelayedEvent
Returns the actor at the given position.
get(int) - Method in class adams.flow.standalone.Events
Returns the actor at the given position.
get(int) - Method in class adams.flow.standalone.JavaExec
Returns the actor at the given position.
get(int) - Method in class adams.flow.standalone.QueueEvent
Returns the actor at the given position.
get(int) - Method in class adams.gui.flow.tree.ClipboardActorContainer
Returns the actor at the given position.
get(int) - Method in class adams.gui.visualization.container.AbstractContainerManager
Returns the container at the specified location.
get(int) - Method in class adams.multiprocess.JobList
Returns the element at the specified position in this list.
get(int) - Method in class weka.core.InstancesView
Returns the instance at the given position.
get(int, int) - Method in class adams.data.image.BooleanArrayMatrixView
Returns the value at the specified location.
get(int, int) - Method in class adams.data.image.IntArrayMatrixView
Returns the value at the specified location.
get(BaseRegExp) - Method in class adams.flow.control.Storage
Returns the objects associated with the regexp matching their name.
get(AbstractDatabaseConnection) - Method in class adams.db.FacadeManager
Gets the facade object for the specified database connection.
get(AbstractDatabaseConnection) - Method in class adams.db.TableManager
Gets the table object for the specified database connection.
get(AbstractDatabaseConnection) - Method in class adams.db.wrapper.WrapperManager
Gets the table object for the specified database connection.
get(AbstractDatabaseConnection) - Method in class adams.gui.scripting.ScriptingEngineManager
Gets the engine object for the specified database connection.
get(FieldProvider) - Method in class adams.gui.selection.AbstractFieldCacheManager
Retrieves the cache item for the specified database connection, creates it if necessary.
get(StorageName) - Method in class adams.flow.control.Storage
Returns the object associated with the name.
get(Class) - Method in class adams.gui.goe.GlobalInfoCache
Returns the global info for the specified class.
get(Class, String, boolean) - Static method in class adams.gui.core.UISettings
Returns the Boolean value.
get(Class, String, double) - Static method in class adams.gui.core.UISettings
Returns the Double value.
get(Class, String, int) - Static method in class adams.gui.core.UISettings
Returns the Integer value.
get(Class, String, long) - Static method in class adams.gui.core.UISettings
Returns the Long value.
get(Class, String, BasePassword) - Static method in class adams.gui.core.UISettings
Returns the Password value.
get(Class, String, DateTime) - Static method in class adams.gui.core.UISettings
Returns the DateTime value.
get(Class, String, Time) - Static method in class adams.gui.core.UISettings
Returns the Time value.
get(Class, String, Color) - Static method in class adams.gui.core.UISettings
Returns the Color value.
get(Class, String, Dimension) - Static method in class adams.gui.core.UISettings
Returns the Dimension value.
get(Class, String, String) - Static method in class adams.gui.core.UISettings
Returns the String value.
get(Class, String, Date) - Static method in class adams.gui.core.UISettings
Returns the Date value.
get(Object, String, boolean) - Static method in class adams.gui.core.UISettings
Returns the Boolean value.
get(Object, String, double) - Static method in class adams.gui.core.UISettings
Returns the Double value.
get(Object, String, int) - Static method in class adams.gui.core.UISettings
Returns the Integer value.
get(Object, String, long) - Static method in class adams.gui.core.UISettings
Returns the Long value.
get(Object, String, BasePassword) - Static method in class adams.gui.core.UISettings
Returns the Password value.
get(Object, String, DateTime) - Static method in class adams.gui.core.UISettings
Returns the DateTime value.
get(Object, String, Time) - Static method in class adams.gui.core.UISettings
Returns the Time value.
get(Object, String, Color) - Static method in class adams.gui.core.UISettings
Returns the Color value.
get(Object, String, String) - Static method in class adams.gui.core.UISettings
Returns the String value.
get(Object, String, Date) - Static method in class adams.gui.core.UISettings
Returns the Date value.
get(String) - Static method in class adams.core.management.EnvVar
Returns the value of the specified environment variable.
get(String) - Method in class adams.core.Placeholders
Returns the placeholder for the given (uppercase!) key.
get(String) - Method in class adams.core.Variables
Returns the stored value if present, otherwise null.
get(String) - Method in class adams.gui.goe.GlobalInfoCache
Returns the global info for the specified class.
get(String) - Method in class adams.opt.optimise.genetic.PackData
 
get(String) - Method in class adams.opt.optimise.genetic.PackDataDef
 
get(String) - Method in class adams.opt.optimise.OptData
Get var value.
get(String, BaseRegExp) - Method in class adams.flow.control.Storage
Returns the objects associated with the regexp matching the names from the specified LRU cache.
get(String, StorageName) - Method in class adams.flow.control.Storage
Returns the object associated with the name from the named LRU cache.
get(String, String) - Static method in class adams.core.management.EnvVar
Returns the value of the specified environment variable.
get(String, String) - Method in class adams.core.Variables
Returns the stored value if present, otherwise the default value.
get(String, String) - Method in class adams.flow.core.FlowVariables
Returns the stored value if present, otherwise the default value.
get(String, String, boolean, boolean) - Static method in class adams.core.management.EnvVar
Returns the value of the specified environment variable.
get(String, String, BasePassword) - Method in class adams.db.DatabaseManager
Gets the database object for the specified URL.
get(K) - Method in class adams.core.LRUCache
Retrieves an entry from the cache.
The retrieved entry becomes the MRU (most recently used) entry.
GET - Static variable in interface adams.parser.booleanexpression.sym
 
GET - Static variable in interface adams.parser.stringexpression.sym
 
getA() - Method in class adams.data.distribution.Triangular
Returns the a.
getAboutPanel() - Method in class adams.gui.goe.PropertySheetPanel
Return the panel containing global info and help for the object being edited.
getAbsErr() - Method in class weka.filters.unsupervised.instance.RemoveMisclassifiedAbs
Gets the threshold for the max error when predicting a numeric class.
getAbsErr() - Method in class weka.filters.unsupervised.instance.RemoveMisclassifiedRel
Gets the threshold for the max error when predicting a numeric class.
getAbsolute() - Method in class adams.flow.source.FilenameGenerator
Returns whether to output absolute or placeholder filenames.
getAbsolute() - Method in class adams.flow.transformer.FilenameGenerator
Returns whether to output absolute or placeholder filenames.
getAbsolute() - Method in class weka.filters.unsupervised.attribute.CorrelationMatrix
Returns whether the absolute values of coefficients are returned.
getAbsoluteDifference() - Method in class adams.flow.transformer.WekaAccumulatedError.SortablePrediction
Returns the absolute difference between actual and predicted value.
getAbsoluteDirectoryName() - Method in class adams.flow.source.SelectDirectory
Returns whether to output absolute directory name or not.
getAbsoluteFileNames() - Method in class adams.flow.source.SelectFile
Returns whether to output absolute file names or not.
getAbsolutePath() - Method in class adams.core.io.PlaceholderFile
Returns the absolute pathname string of this abstract pathname.
getAbsolutePath() - Method in class adams.data.conversion.FileToString
Returns whether to create absolute paths.
getAbsoluteValue() - Method in class adams.data.statistics.ArrayDifference
Returns whether to return the absolute difference.
getAbstentionClassification(Instance) - Method in interface weka.classifiers.AbstainingClassifier
The prediction that made the classifier abstain.
getAbstentionClassification(Instance) - Method in class weka.classifiers.lazy.AbstainingLWL
The prediction that made the classifier abstain.
getAbstentionClassification(Instance) - Method in class weka.classifiers.meta.AbstainAttributePercentile
The prediction that made the classifier abstain.
getAbstentionClassification(Instance) - Method in class weka.classifiers.meta.AbstainAverage
The prediction that made the classifier abstain.
getAbstentionClassification(Instance) - Method in class weka.classifiers.meta.AbstainAverageWithClassifierWeights
The prediction that made the classifier abstain.
getAbstentionClassification(Instance) - Method in class weka.classifiers.meta.AbstainingClassifierWrapper
The prediction that made the classifier abstain.
getAbstentionClassification(Instance) - Method in class weka.classifiers.meta.AbstainLeastMedianSq
The prediction that made the classifier abstain.
getAbstentionClassification(Instance) - Method in class weka.classifiers.meta.AbstainMinimumProbability
The prediction that made the classifier abstain.
getAbstentionClassification(Instance) - Method in class weka.classifiers.meta.AbstainVote
The prediction that made the classifier abstain.
getAbstentionClassification(Instance) - Method in class weka.classifiers.meta.Consensus
The prediction that made the classifier abstain.
getAbstentionClassification(Instance) - Method in class weka.classifiers.meta.ConsensusOrVote
The prediction that made the classifier abstain.
getAbstentionClassification(Instance) - Method in class weka.classifiers.meta.FilteredClassifierExt
The prediction that made the classifier abstain.
getAbstentionClassification(Instance) - Method in class weka.classifiers.meta.MinMaxLimits
The prediction that made the classifier abstain.
getAbstentionClassification(Instance) - Method in class weka.classifiers.meta.ThreadSafeClassifierWrapper
The prediction that made the classifier abstain.
getAbstentionDistribution(Instance) - Method in interface weka.classifiers.AbstainingClassifier
The class distribution that made the classifier abstain.
getAbstentionDistribution(Instance) - Method in class weka.classifiers.lazy.AbstainingLWL
The class distribution that made the classifier abstain.
getAbstentionDistribution(Instance) - Method in class weka.classifiers.meta.AbstainAttributePercentile
The class distribution that made the classifier abstain.
getAbstentionDistribution(Instance) - Method in class weka.classifiers.meta.AbstainAverage
 
getAbstentionDistribution(Instance) - Method in class weka.classifiers.meta.AbstainAverageWithClassifierWeights
 
getAbstentionDistribution(Instance) - Method in class weka.classifiers.meta.AbstainingClassifierWrapper
The class distribution that made the classifier abstain.
getAbstentionDistribution(Instance) - Method in class weka.classifiers.meta.AbstainLeastMedianSq
The class distribution that made the classifier abstain.
getAbstentionDistribution(Instance) - Method in class weka.classifiers.meta.AbstainMinimumProbability
The class distribution that made the classifier abstain.
getAbstentionDistribution(Instance) - Method in class weka.classifiers.meta.AbstainVote
The class distribution that made the classifier abstain.
getAbstentionDistribution(Instance) - Method in class weka.classifiers.meta.Consensus
The class distribution that made the classifier abstain.
getAbstentionDistribution(Instance) - Method in class weka.classifiers.meta.ConsensusOrVote
The class distribution that made the classifier abstain.
getAbstentionDistribution(Instance) - Method in class weka.classifiers.meta.FilteredClassifierExt
The class distribution that made the classifier abstain.
getAbstentionDistribution(Instance) - Method in class weka.classifiers.meta.MinMaxLimits
The class distribution that made the classifier abstain.
getAbstentionDistribution(Instance) - Method in class weka.classifiers.meta.ThreadSafeClassifierWrapper
The class distribution that made the classifier abstain.
getAccelerator() - Method in class adams.gui.action.AbstractBaseAction
Returns the accelerator (KeyStroke) in use for the action.
getAccelerator() - Method in interface adams.gui.action.BaseAction
Returns the accelerator (KeyStroke) in use for the action.
getAcceptableChars() - Method in class adams.flow.transformer.StringSanitizer
Returns the 'acceptable' characters.
getAcceptAllFileFilter() - Method in class adams.flow.source.valuedefinition.FileValueDefinition
Returns whether to show the 'All files' filter.
getAcceptAllFileFilter() - Method in interface adams.gui.chooser.FileChooser
Returns the AcceptAll file filter.
getAcceptedCache() - Static method in class adams.gui.sendto.SendToActionUtils
Returns the cache of what sendto actions can accept what classes.
getAcceptedConditions() - Method in class adams.flow.source.AbstractConditionalIdSupplier
Returns the accepted classes for condition objects.
getAcceptedIssuers() - Method in class adams.core.net.trustmanager.AbstractTrustManager
Returns the issuers.
getAcceptedIssuers() - Method in class adams.core.net.trustmanager.All
Returns the issuers.
getAcceptListener() - Method in class adams.gui.visualization.instance.LoadDatasetDialog
Returns the listener for the event that the user accepts the input.
getAcceptListener() - Method in class adams.gui.visualization.spreadsheet.LoadSpreadSheetDialog
Returns the listener for the event that the user accepts the input.
getAccepts() - Method in class adams.gui.goe.classtree.ActorClassTreeFilter
Returns the classes that the actor must accept.
getAccessory() - Method in interface adams.gui.chooser.FileChooser
Returns the accessory component.
getAction() - Method in class adams.data.conversion.Round
Returns the action to perform on the doubles.
getAction() - Method in class adams.flow.transformer.Round
Returns the action to perform on the doubles.
getAction() - Method in class adams.gui.core.BaseFlatSplitButton
Returns the action of the main button.
getAction() - Method in class adams.gui.core.BaseSplitButton
Returns the action of the main button.
getAction() - Method in class adams.gui.flow.menu.AbstractFlowEditorMenuItem
Returns the action to add to the flow editor menu.
getAction() - Method in class adams.gui.scripting.AbstractScriptlet
Returns the action string used in the command processor.
getAction() - Method in class adams.gui.scripting.AddData
Returns the action string used in the command processor.
getAction() - Method in class adams.gui.scripting.AddDataFile
Returns the action string used in the command processor.
getAction() - Method in class adams.gui.scripting.AddDataFiles
Returns the action string used in the command processor.
getAction() - Method in class adams.gui.scripting.ClearData
Returns the action string used in the command processor.
getAction() - Method in class adams.gui.scripting.Connect
Returns the action string used in the command processor.
getAction() - Method in class adams.gui.scripting.DeleteData
Returns the action string used in the command processor.
getAction() - Method in class adams.gui.scripting.DisableUndo
Returns the action string used in the command processor.
getAction() - Method in class adams.gui.scripting.Disconnect
Returns the action string used in the command processor.
getAction() - Method in class adams.gui.scripting.EnableUndo
Returns the action string used in the command processor.
getAction() - Method in class adams.gui.scripting.Filter
Returns the action string used in the command processor.
getAction() - Method in class adams.gui.scripting.FilterOverlay
Returns the action string used in the command processor.
getAction() - Method in class adams.gui.scripting.Invisible
Returns the action string used in the command processor.
getAction() - Method in class adams.gui.scripting.RemoveData
Returns the action string used in the command processor.
getAction() - Method in class adams.gui.scripting.RunFlow
Returns the action string used in the command processor.
getAction() - Method in class adams.gui.scripting.RunFlowOverlay
Returns the action string used in the command processor.
getAction() - Method in class adams.gui.scripting.RunTool
Returns the action string used in the command processor.
getAction() - Method in class adams.gui.scripting.SetData
Returns the action string used in the command processor.
getAction() - Method in class adams.gui.scripting.Visible
Returns the action string used in the command processor.
getAction() - Method in class adams.gui.sendto.AbstractSendToAction
Returns the short description of the sendto action.
getAction() - Method in class adams.gui.sendto.Clipboard
Returns the short description of the sendto action.
getAction() - Method in class adams.gui.sendto.CopyTableAsImage
Returns the short description of the sendto action.
getAction() - Method in class adams.gui.sendto.EmailRecipient
Returns the short description of the sendto action.
getAction() - Method in class adams.gui.sendto.ExportAsImage
Returns the short description of the sendto action.
getAction() - Method in class adams.gui.sendto.ExportAsSpreadsheet
Returns the short description of the sendto action.
getAction() - Method in class adams.gui.sendto.ExportTableAsImage
Returns the short description of the sendto action.
getAction() - Method in class adams.gui.sendto.PDFPrinter
Returns the short description of the sendto action.
getAction() - Method in class adams.gui.sendto.Printer
Returns the short description of the sendto action.
getAction() - Method in class adams.gui.sendto.TextFile
Returns the short description of the sendto action.
getActionListeners() - Method in interface adams.gui.chooser.FileChooser
Returns an array of all the action listeners registered on this file chooser.
getActionMethod(String) - Method in class adams.gui.visualization.weka.AbstractInstanceInfoFrame
Returns the method associated with the specified action.
getActions() - Method in class adams.flow.transformer.PixelSelector
Returns the available popup actions.
getActions() - Method in class adams.flow.transformer.pixelselector.PixelSelectorPanel
Returns the available popup actions.
getActions() - Static method in class adams.gui.flow.notificationareaaction.AbstractNotificationAreaAction
Returns the available actions.
getActions() - Static method in class adams.gui.tools.filecommander.AbstractFileCommanderAction
Returns the available actions.
getActions() - Static method in class adams.gui.tools.wekainvestigator.datatable.action.AbstractEditableDataTableAction
Returns the available actions.
getActions() - Static method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.attributeselaction.AbstractSelectedAttributesAction
Returns the available actions.
getActions() - Method in class adams.gui.visualization.weka.AbstractInstanceInfoFrame
Returns the available actions to list.
getActions(SendToActionSupporter) - Static method in class adams.gui.sendto.SendToActionUtils
Returns all the actions that can handle the specified class.
getActive() - Method in class adams.gui.tools.FileCommanderPanel
Returns the currently active panel.
getActiveColor() - Method in class adams.gui.visualization.segmentation.tool.AbstractTool
Returns the active color.
getActiveColor() - Method in interface adams.gui.visualization.segmentation.tool.Tool
Returns the active color.
getActiveCombinedSubLayer() - Method in class adams.gui.visualization.segmentation.tool.AbstractTool
Returns the active combined sub layer.
getActiveCombinedSubLayer() - Method in interface adams.gui.visualization.segmentation.tool.Tool
Returns the active combined sub layer.
getActiveConnectionFor(ConnectionParameters) - Method in class adams.gui.dialog.AbstractDatabaseConnectionPanel
Returns the connection that is represented by the connection parameters.
getActiveConnectionObjects() - Static method in class adams.db.DatabaseManager
Returns active (ie currently connected) connection objects.
getActiveFlow() - Method in class adams.gui.flow.FlowEditorPanel
Returns the active flow.
getActiveFlow() - Method in class adams.gui.flow.FlowMultiPagePane
Returns the active flow panel (if any).
getActiveFlow(StringBuilder) - Method in class adams.gui.flow.FlowEditorPanel
Returns the active flow.
getActiveImage() - Method in class adams.gui.visualization.segmentation.tool.AbstractTool
Returns the active image.
getActiveImage() - Method in interface adams.gui.visualization.segmentation.tool.Tool
Returns the active image.
getActiveOverlay() - Method in class adams.gui.visualization.segmentation.layer.LayerManager
Returns the active overlay layer, if any.
getActiveOverlay() - Method in class adams.gui.visualization.segmentation.tool.AbstractTool
Returns the active overlay layer.
getActiveOverlay() - Method in interface adams.gui.visualization.segmentation.tool.Tool
Returns the active overlay layer.
getActivePanel() - Method in class adams.gui.flow.FlowEditorPanel
Returns the active panel (if any).
getActiveRoot() - Method in class adams.gui.flow.FlowEditorPanel
Returns the active root actor without its children.
getActiveSubLayer() - Method in class adams.gui.visualization.segmentation.layer.CombinedLayer
Returns the active layer.
getActiveTool() - Method in class adams.gui.visualization.object.ObjectAnnotationPanel
Returns the currently active tool.
getActiveTool() - Method in class adams.gui.visualization.segmentation.SegmentationPanel
Returns the currently active tool.
getActor() - Method in class adams.event.FlowPauseStateEvent
Returns the actor that triggered the event.
getActor() - Method in class adams.flow.core.ActorStatistic
Returns the underlying actor.
getActor() - Method in class adams.gui.flow.tab.Clipboard.ClipboardItem
Returns the stored actor.
getActor() - Method in class adams.gui.flow.tree.keyboardaction.AbstractKeyboardActionWithActor
Returns the actor of the action.
getActor() - Method in class adams.gui.flow.tree.Node
Returns the stored (stripped down) actor.
getActor() - Method in class adams.gui.flow.tree.Tree
Returns the underlying flow.
getActor() - Method in class adams.gui.menu.PlotAttributeVsAttribute
Used to create an instance of a specific actor.
getActor() - Method in class adams.gui.menu.SystemPerformance
Used to create an instance of a specific actor.
getActor() - Method in interface adams.gui.visualization.core.FlowAwarePaintlet
Returns the owning actor.
getActor() - Method in class adams.gui.visualization.core.MultiPaintlet
Returns the owning actor.
getActor() - Method in class adams.gui.visualization.core.TextOverlayPaintlet
Returns the owning actor.
getActor() - Method in class adams.gui.visualization.sequence.ByNamePaintlet
Returns the owning actor.
getActor() - Method in class adams.gui.visualization.sequence.PaintletWithFixedXRange
Returns the owning actor.
getActor() - Method in class adams.gui.visualization.sequence.PaintletWithFixedYRange
Returns the owning actor.
getActor() - Method in class adams.gui.visualization.timeseries.PaintletWithFixedXRange
Returns the owning actor.
getActor() - Method in class adams.gui.visualization.timeseries.PaintletWithFixedYRange
Returns the owning actor.
getActor(StringBuilder) - Method in class adams.gui.flow.tree.Tree
Returns the underlying flow.
getActorClass() - Method in class adams.core.option.FlowJUnitTestProducer
Returns the name of the class to generate the test for.
getActorClass() - Method in class adams.flow.processor.ListActorUsage
Returns the actor class to look for.
getActorDialogType() - Method in class adams.gui.flow.tree.keyboardaction.AbstractAddActor
Returns the type of dialog to use.
getActorDialogType() - Method in class adams.gui.flow.tree.keyboardaction.AbstractQuickSearchActor
Returns the type of dialog to use.
getActorDialogType() - Method in class adams.gui.flow.tree.keyboardaction.AbstractSearchActor
Returns the type of dialog to use.
getActorExecution() - Method in class adams.flow.core.ActorHandlerInfo
Returns the how the actors are executed.
getActorFile() - Method in class adams.flow.core.AbstractBaseExternalActor
Returns the file containing the external actor.
getActorFile() - Method in interface adams.flow.core.ExternalActorFileHandler
Returns the file containing the external actor.
getActorFile() - Method in class adams.flow.standalone.ExternalFlow
Returns the file containing the external flow.
getActorFilter() - Method in class adams.flow.standalone.AbstractMutableStandaloneGroupItem
Returns the classes that the flow editor uses for filtering.
getActorFilter() - Method in class adams.flow.standalone.AbstractStandaloneGroup
Returns the classes that the flow editor uses for filtering.
getActorFromClipboard() - Static method in class adams.gui.flow.tree.TreeOperations
Returns the actor stored on the clipboard.
getActorHandlerInfo() - Method in class adams.flow.control.AbstractControlActor
Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution.
getActorHandlerInfo() - Method in class adams.flow.control.AbstractTee
Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution.
getActorHandlerInfo() - Method in class adams.flow.control.Branch
Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution.
getActorHandlerInfo() - Method in class adams.flow.control.FileProcessor
Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution.
getActorHandlerInfo() - Method in class adams.flow.control.Flow
Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution.
getActorHandlerInfo() - Method in class adams.flow.control.IfStorageValue
Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution.
getActorHandlerInfo() - Method in class adams.flow.control.IfThenElse
Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution.
getActorHandlerInfo() - Method in class adams.flow.control.LoadBalancer
Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution.
getActorHandlerInfo() - Method in class adams.flow.control.LocalScopeTransformer
Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution.
getActorHandlerInfo() - Method in class adams.flow.control.RemoteExecutionTrigger
Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution.
getActorHandlerInfo() - Method in class adams.flow.control.Sequence
Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution.
getActorHandlerInfo() - Method in class adams.flow.control.Switch
Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution.
getActorHandlerInfo() - Method in class adams.flow.control.Tee
Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution.
getActorHandlerInfo() - Method in class adams.flow.control.Trigger
Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution.
getActorHandlerInfo() - Method in class adams.flow.control.TryCatch
Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution.
getActorHandlerInfo() - Method in class adams.flow.control.UpdateProperties
Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution.
getActorHandlerInfo() - Method in class adams.flow.control.WhileLoop
Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution.
getActorHandlerInfo() - Method in interface adams.flow.core.ActorHandler
Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution.
getActorHandlerInfo() - Method in class adams.flow.source.SequenceSource
Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution.
getActorHandlerInfo() - Method in class adams.flow.source.SwitchedSource
Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution.
getActorHandlerInfo() - Method in class adams.flow.standalone.AbstractMultiView
Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution.
getActorHandlerInfo() - Method in class adams.flow.standalone.AbstractMutableActorDaemonEvent
Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution.
getActorHandlerInfo() - Method in class adams.flow.standalone.AbstractMutableStandaloneGroupItem
Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution.
getActorHandlerInfo() - Method in class adams.flow.standalone.AbstractStandaloneGroup
Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution.
getActorHandlerInfo() - Method in class adams.flow.standalone.CallableActors
Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution.
getActorHandlerInfo() - Method in class adams.flow.standalone.Cron
Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution.
getActorHandlerInfo() - Method in class adams.flow.standalone.DelayedEvent
Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution.
getActorHandlerInfo() - Method in class adams.flow.standalone.Events
Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution.
getActorHandlerInfo() - Method in class adams.flow.standalone.JavaExec
Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution.
getActorHandlerInfo() - Method in class adams.flow.standalone.QueueEvent
Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution.
getActorHandlerInfo() - Method in class adams.flow.standalone.Standalones
Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution.
getActorHandlerInfo() - Method in class adams.gui.flow.tree.ClipboardActorContainer
Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution.
getActorName() - Method in class adams.flow.core.AbstractCallableActorPropertyUpdater
Returns the name of the actor to update.
getActorNameColor() - Method in class adams.gui.flow.tree.Tree
Returns the HTML color string for the actor names.
getActorNameSize() - Method in class adams.gui.flow.tree.Tree
Returns the HTML font tag size string for the actor names.
getActorNodes() - Method in class adams.parser.ActorSuggestion
Returns the nodes to insert the proposed actor in.
getActorNodes() - Method in class adams.parser.actorsuggestion.Parser
Returns the nodes in which to insert the proposed actor.
getActorNodes() - Method in class adams.parser.ExternalActorSuggestion
Returns the nodes to insert the proposed actor in.
getActorNodes() - Method in class adams.parser.externalactorsuggestion.Parser
Returns the nodes in which to insert the proposed actor.
getActorReference(Actor, Actor) - Method in class adams.gui.flow.tree.menu.FindUsages
Returns the actor reference, if applicable.
getActors() - Method in class adams.flow.control.AbstractTee
Returns the actors to tee-off to.
getActors() - Method in class adams.flow.control.FileProcessor
Returns the actors to tee-off to.
getActors() - Method in class adams.flow.control.LocalScopeTransformer
Returns the actors of the loop.
getActors() - Method in class adams.flow.control.MutableConnectedControlActor
Returns the flow items of this sequence.
getActors() - Method in class adams.flow.control.MutableControlActor
Returns the flow items of this sequence.
getActors() - Method in class adams.flow.control.WhileLoop
Returns the actors of the loop.
getActors() - Method in class adams.flow.standalone.AbstractMultiView
Returns the panel providers.
getActors() - Method in class adams.flow.standalone.AbstractMutableActorDaemonEvent
Returns the actors to execute on schedule.
getActors() - Method in class adams.flow.standalone.AbstractMutableStandaloneGroupItem
Returns the sub actors.
getActors() - Method in class adams.flow.standalone.AbstractStandaloneGroup
Returns the actors to use.
getActors() - Method in class adams.flow.standalone.DelayedEvent
Returns the actors to execute on schedule.
getActors() - Method in class adams.flow.standalone.Events
Returns the flow items of this sequence.
getActors() - Method in class adams.flow.standalone.QueueEvent
Returns the actors to execute on schedule.
getActors() - Method in class adams.gui.flow.tree.ClipboardActorContainer
Returns the actors as array.
getActors() - Method in class adams.parser.ActorSuggestion
Returns the actors to insert the proposed actor in.
getActors() - Method in class adams.parser.actorsuggestion.Parser
Returns the actors in which to insert the proposed actor.
getActors() - Method in class adams.parser.ActorTemplateSuggestion
Returns the actors to insert the proposed actor in.
getActors() - Method in class adams.parser.ExternalActorSuggestion
Returns the actors to insert the proposed actor in.
getActors() - Method in class adams.parser.externalactorsuggestion.Parser
Returns the actors in which to insert the proposed actor.
getActors() - Method in class adams.parser.templatesuggestion.Parser
Returns the actors in which to insert the proposed template.
getActors(Class<A>) - Method in class adams.flow.standalone.AbstractStandaloneGroup
Returns a list of actors comprising of the requested actor type (exact match).
getActorsBelow(Class, Class<A>) - Method in class adams.flow.standalone.AbstractStandaloneGroup
Returns a list of actors comprising of the requested actor type (exact match).
getActual() - Method in class adams.flow.sink.ActualVsPredictedPlot
Returns the column with the actual values.
getActual() - Method in class adams.flow.transformer.PredictionEccentricity
Returns the column with the actual values.
getActual() - Method in class adams.flow.transformer.WekaSpreadSheetToPredictions
Returns the column with the actual values.
getActual() - Method in class adams.gui.tools.previewbrowser.ActualVsPredictedHandler
Returns the column with the actual values.
getActual() - Method in class weka.classifiers.functions.FromPredictions
Returns the column with the actual values.
getActualActor() - Method in class adams.flow.core.AbstractTemplate
Returns the actual actor that was generated from the template.
getActualActorFile() - Method in class adams.flow.core.AbstractBaseExternalActor
Expands the filename, applying any variables if necessary.
getActualAlgorithm() - Method in class adams.flow.transformer.negativeregions.AbstractMetaNegativeRegionsGenerator
Returns the actual algorithm to use.
getActualAttribute() - Method in class adams.flow.sink.FourInOneDisplay
Get the string used for the index for the actual attribute
getActualAxisWidth() - Method in class adams.gui.visualization.core.AxisPanel
Returns the actual axis width, depending on the visibility.
getActualAxisWidth(Axis) - Method in class adams.gui.visualization.core.PlotPanel
Returns the actual size of the specified axis, depending on visibility.
getActualBinDir() - Method in class adams.flow.standalone.PythonEnvironment
Returns the directory with the binaries, uses either the parent directory of the actual python or pip executable to determine that.
getActualCategory() - Method in class adams.gui.application.AbstractMenuItemDefinition
Returns the actual category of the menu item in which it should appear, i.e., the name of the menu.
getActualClass() - Method in class adams.core.discovery.genetic.GenericDoubleResolution
Returns the class that is being handled.
getActualClass() - Method in class adams.core.discovery.genetic.GenericFloatResolution
Returns the class that is being handled.
getActualClass() - Method in class adams.core.discovery.genetic.GenericInteger
Returns the class that is being handled.
getActualClass() - Method in class adams.core.discovery.genetic.GenericString
Returns the class that is being handled.
getActualColor(int, Color) - Method in class adams.gui.visualization.stats.paintlet.AbstractScatterPlotPaintlet
Returns the actual color to use.
getActualColumn() - Method in class adams.flow.transformer.ConfusionMatrix
Returns the column of the actual labels.
getActualColumn() - Method in class adams.flow.transformer.SummaryStatistics
Returns the column of the actual labels.
getActualColumn(int) - Method in class adams.data.spreadsheet.DataRowView
Returns the actual index of the column.
getActualColumn(int) - Method in class adams.data.spreadsheet.SpreadSheetView
Returns the actual column index.
getActualColumn(int) - Method in class adams.ml.data.DatasetView
Returns the actual column index.
getActualColumn(String) - Method in class adams.data.spreadsheet.DataRowView
Returns the actual key of the column.
getActualColumn(String) - Method in class adams.data.spreadsheet.SpreadSheetView
Returns the actual cell key.
getActualColumn(String) - Method in class adams.ml.data.DatasetView
Returns the actual cell key.
getActualComponentAt(int) - Method in class adams.gui.tools.wekainvestigator.output.OutputTabbedPane
Returns the actual component at the position.
getActualContainerManager() - Method in class adams.gui.visualization.sequence.AbstractXYSequencePaintlet
Returns the container manager in use.
getActualContainerManager() - Method in class adams.gui.visualization.sequence.MultiPaintlet
Returns the container manager in use.
getActualContainerManager() - Method in interface adams.gui.visualization.sequence.XYSequencePaintletWithCustomerContainerManager
Returns the container manager in use.
getActualContentHandler() - Method in class adams.gui.tools.previewbrowser.PreviewDisplay
Returns the actual content handler in use.
getActualFile() - Method in interface adams.core.io.FileObject
Returns the actual target (if possible) in case of a link.
getActualFile() - Method in class adams.core.io.FtpFileObject
Returns the actual target (if possible) in case of a link.
getActualFile() - Method in class adams.core.io.LocalFileObject
Returns the actual target (if possible) in case of a link.
getActualFile() - Method in class adams.core.io.SftpFileObject
Returns the actual target (if possible) in case of a link.
getActualFile() - Method in class adams.core.io.SmbFileObject
Returns the actual target (if possible) in case of a link.
getActualFilter() - Method in class weka.filters.SerializedFilter
Returns the actual filter in use, loads it if necessary.
getActualFinishedSignal() - Method in class adams.flow.sink.Exec
Returns the "end of execution" signal string to send to the process.
getActualFolds() - Method in class adams.multiprocess.WekaCrossValidationExecution
Returns the actual number of folds used.
getActualFormatExtensions() - Method in interface adams.data.io.input.MetaFileReader
Returns the underlying format extensions.
getActualFormatExtensions() - Method in class adams.data.io.input.SpreadSheetTimeseriesReader
Returns the underlying format extensions.
getActualFormatExtensions() - Method in interface adams.data.io.output.MetaFileWriter
Returns the underlying format extensions.
getActualFormatExtensions() - Method in class adams.data.io.output.SpreadSheetTimeseriesWriter
Returns the underlying format extensions.
getActualFormatter() - Method in class adams.gui.visualization.core.axis.AbstractAxisModel
Returns the formatter to use for parsing/formatting.
getActualHeight() - Method in class adams.gui.visualization.segmentation.layer.LayerManager
Returns the actual height, taking the zoom into account.
getActualIndex() - Method in class weka.classifiers.functions.FromPredictions
Returns the actual 0-based index.
getActualIndex(int) - Method in class adams.gui.core.SearchableBaseList
Returns the actual index in the model.
getActualIndex(int) - Method in class adams.gui.core.SearchableBaseListWithButtons
Returns the actual index in the model.
getActualIndex(int) - Method in interface adams.gui.core.SearchableList
Returns the actual index in the model.
getActualIndex(int) - Method in interface adams.gui.core.SearchableListModel
Returns the actual index in the model.
getActualIndex(int) - Method in class adams.gui.core.SearchableWrapperListModel
Returns the actual underlying index the given visible one represents.
getActualIndex(int) - Method in class adams.gui.visualization.container.ContainerTable
Returns the actual index in the container manager of the specified container.
getActualIndex(int) - Method in class weka.classifiers.meta.SubsetEnsemble
Returns the actual index in the data of the feature attribute.
getActualIndices(int[]) - Method in class adams.gui.visualization.container.ContainerTable
Returns the actual indices in the container manager of the specified containers.
getActualLimit() - Method in class adams.data.textrenderer.AbstractLimitedTextRenderer
Returns the actual limit to use.
getActualMax() - Method in class adams.flow.sink.ActualVsPredictedPlot
Returns the upper limit in use for the actual values.
getActualMax() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.ClassifierErrors
Returns the upper limit in use for the actual values.
getActualMaximum() - Method in class adams.gui.visualization.core.axis.AbstractAxisModel
Returns the actual maximum on the axis (with margins).
getActualMaximum() - Method in class adams.gui.visualization.core.AxisPanel
Returns the actual maximum on the axis (incl zoom/panning).
getActualMaximumNoMargin() - Method in class adams.gui.visualization.core.axis.AbstractAxisModel
Returns the maximum in use on the axis (without margins).
getActualMaximumNoMargin() - Method in class adams.gui.visualization.core.AxisPanel
Returns the actual maximum on the axis (excl margins).
getActualMin() - Method in class adams.flow.sink.ActualVsPredictedPlot
Returns the lower limit in use for the actual values.
getActualMin() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.ClassifierErrors
Returns the lower limit in use for the actual values.
getActualMinimum() - Method in class adams.gui.visualization.core.axis.AbstractAxisModel
Returns the actual minimum on the axis.
getActualMinimum() - Method in class adams.gui.visualization.core.AxisPanel
Returns the actual minimum on the axis (incl zoom/panning).
getActualMinimumNoMargin() - Method in class adams.gui.visualization.core.axis.AbstractAxisModel
Returns the actual minimum on the axis (no margin).
getActualMinimumNoMargin() - Method in class adams.gui.visualization.core.AxisPanel
Returns the actual minimum on the axis (excl margins).
getActualModel() - Method in class adams.gui.core.SearchableBaseList
returns the underlying model, can be null.
getActualModel() - Method in class adams.gui.core.SearchableWrapperListModel
returns the underlying model, can be null.
getActualNumFolds() - Method in interface adams.data.splitgenerator.CrossValidationFoldGenerator
Returns the actual number of folds used (eg when using LOO).
getActualNumFolds() - Method in class adams.flow.transformer.preparefilebaseddataset.CrossValidation
Returns the actual number of folds used (eg when using LOO).
getActualNumFolds() - Method in class adams.ml.evaluation.DefaultCrossValidationFoldGenerator
Returns the actual number of folds used (eg when using LOO).
getActualNumFolds() - Method in class weka.classifiers.BinnedNumericClassCrossValidationFoldGenerator
Returns the actual number of folds used (eg when using LOO).
getActualNumFolds() - Method in interface weka.classifiers.CrossValidationFoldGenerator
Returns the actual number of folds used (eg when using LOO).
getActualNumFolds() - Method in class weka.classifiers.DefaultCrossValidationFoldGenerator
Returns the actual number of folds used (eg when using LOO).
getActualNumFolds() - Method in class weka.classifiers.GroupedBinnedNumericClassCrossValidationFoldGenerator
Returns the actual number of folds used (eg when using LOO).
getActualNumFolds() - Method in class weka.classifiers.GroupedCrossValidationFoldGenerator
Returns the actual number of folds used (eg when using LOO).
getActualNumFolds() - Method in class weka.classifiers.GroupedCrossValidationFoldGeneratorUsingNumericClassValues
Returns the actual number of folds used (eg when using LOO).
getActualOptions() - Method in class adams.core.command.AbstractAsyncCapableExternalCommandWithOptions
Returns the actual options to use.
getActualOptions() - Method in class adams.core.command.AbstractExternalCommandWithOptions
Returns the actual options to use.
getActualOptions() - Method in interface adams.core.command.ExternalCommandWithOptions
Returns the actual options to use.
getActualParameter(int) - Method in class adams.gui.core.ParameterPanel
Returns the actual parameter component (without wrapping scroll pane etc) at the specified location.
getActualParentComponent() - Method in interface adams.flow.core.InteractiveActorWithCustomParentComponent
Returns the parent component to use.
getActualParentComponent() - Method in class adams.flow.source.AbstractInteractiveSource
Returns the parent component to use.
getActualParentComponent() - Method in class adams.flow.source.SelectFile
Returns the parent component to use.
getActualParentComponent() - Method in class adams.flow.source.WekaSelectDataset
Returns the parent component to use.
getActualParentComponent() - Method in class adams.flow.transformer.AbstractInteractiveTransformer
Returns the parent component to use.
getActualPip() - Method in class adams.flow.standalone.PythonEnvironment
Returns the actual pip executable.
getActualPlotName(Row, String) - Method in class adams.flow.transformer.plotgenerator.AbstractPlotGenerator
Returns the plot name to use.
getActualPolygon() - Method in class adams.flow.transformer.locateobjects.LocatedObject
Returns the actual size polygon.
getActualPrefix() - Method in class adams.data.imagesegmentation.operation.ConfusionMatrix
Returns the prefix of the actual labels.
getActualPrefix() - Method in class adams.flow.transformer.ConfusionMatrix
Returns the prefix of the actual labels.
getActualPrefix() - Method in class adams.flow.transformer.SummaryStatistics
Returns the prefix of the actual labels.
getActualPropertyType(String) - Method in class adams.gui.application.AbstractPropertiesPreferencesPanel
Checks whether a preference type has been specified for a particular property.
getActualPropertyType(String) - Method in class adams.gui.core.PropertiesParameterPanel
Checks whether a property type has been specified for a particular property.
getActualPython() - Method in class adams.flow.standalone.PythonEnvironment
Returns the actual python executable.
getActualPythonPath() - Method in class adams.flow.standalone.PythonEnvironment
Returns the actual PYTHONPATH environment variable.
getActualRange() - Method in class adams.core.Range
Returns the actual range, without inversion.
getActualRectangle() - Method in class adams.flow.transformer.locateobjects.LocatedObject
Returns the actual size rectangle.
getActualRow(int) - Method in class adams.data.spreadsheet.SpreadSheetView
Returns the actual row index.
getActualRow(int) - Method in interface adams.gui.core.SearchableTable
Returns the actual row in the model.
getActualRow(int) - Method in interface adams.gui.core.SearchableTableModel
Returns the actual row in the model.
getActualRow(int) - Method in class adams.gui.core.SortableAndSearchableTable
Returns the actual underlying row the given visible one represents.
getActualRow(int) - Method in class adams.gui.core.SortableAndSearchableTableWithButtons
Returns the actual underlying row the given visible one represents.
getActualRow(int) - Method in class adams.gui.core.SortableAndSearchableWrapperTableModel
Returns the actual underlying row the given visible one represents.
getActualRow(int) - Method in interface adams.gui.core.SortableTableModel
Returns the actual underlying row the given visible one represents.
getActualRow(int) - Method in class adams.ml.data.DatasetView
Returns the actual row index.
getActualRow(String) - Method in class adams.data.spreadsheet.SpreadSheetView
Returns the actual row key.
getActualRow(String) - Method in class adams.ml.data.DatasetView
Returns the actual row key.
getActualRowCount() - Method in interface adams.gui.core.SearchableTable
Returns the actual row count in the model.
getActualRowCount() - Method in interface adams.gui.core.SearchableTableModel
Returns the actual row count in the model.
getActualRowCount() - Method in class adams.gui.core.SortableAndSearchableTable
Returns the actual row count in the model.
getActualRowCount() - Method in class adams.gui.core.SortableAndSearchableWrapperTableModel
Returns the actual row count in the model.
getActualSampleSize(Number[][]) - Method in class adams.data.spc.XBarRChart
Returns the actual sample size to use.
getActualSampleSize(Number[][]) - Method in class adams.data.spc.XBarSChart
Returns the actual sample size to use.
getActualScale() - Method in class adams.gui.visualization.image.ImagePanel
Returns the actual scaling factor (0-16).
getActualSelectedContainerIndices(ContainerTable<M, C>, int) - Method in class adams.gui.visualization.container.DataContainerPanelWithContainerList
Returns the actual indices in the container manager of the selected containers.
getActualSize() - Method in class adams.gui.core.SearchableBaseList
Returns the actual size of the model.
getActualSize() - Method in interface adams.gui.core.SearchableList
Returns the actual size of the model.
getActualSize() - Method in interface adams.gui.core.SearchableListModel
Returns the actual size of the model.
getActualSize() - Method in class adams.gui.core.SearchableWrapperListModel
Returns the actual element count in the model.
getActualWidth() - Method in class adams.gui.visualization.segmentation.layer.LayerManager
Returns the actual width, taking the zoom into account.
getActualZoom() - Method in class adams.gui.visualization.object.CanvasPanel
Returns the actual zoom in use (taking best fit into account if set).
getActualZoom() - Method in class adams.gui.visualization.object.ObjectAnnotationPanel
Returns the actual zoom (taking best fit into account if set).
getAdd() - Method in class adams.gui.chooser.FileChooserBookmarksPanel.FileChooserBookmarksIconLoader
Returns the "add" icon.
getAdd() - Method in class adams.tools.AbstractAddRemoveTimeWindowDatabaseTool
Returns whether only new standard flags get set and current ones not revoked or not.
getAddAMIndicator() - Method in class adams.flow.core.LagMakerOptions
Returns whether to add the AM indicator.
getAddAttributeInformation() - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.AbstractInstancesIndexedSplitsRunsGenerator
Returns whether to add attribute information to the metadata.
getAddClassification() - Method in class adams.data.conversion.WekaPredictionContainerToSpreadSheet
Returns whether to add the numeric classification (label index for nominal classes).
getAddClassificationLabel() - Method in class adams.data.conversion.WekaPredictionContainerToSpreadSheet
Returns whether to add the classification label (only for nominal classes).
getAddColumnName() - Method in class adams.flow.transformer.plotgenerator.RowWisePlotGenerator
Returns whether to add the column name to the meta-data.
getAddComments() - Method in class adams.flow.transformer.pdfproclet.SpreadSheet
Returns whether to add the comments.
getAddCreateTable() - Method in class adams.data.io.output.SqlDumpSpreadSheetWriter
Returns whether a CREATE TABLE statement is output.
getAddDatabaseID() - Method in class adams.data.instances.AbstractInstanceGenerator
Returns whether the database ID is added.
getAddDatabaseID() - Method in class adams.data.timeseries.AddMetaData
Returns whether to add the database ID.
getAddDatasetInformation() - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.AbstractInstancesIndexedSplitsRunsGenerator
Returns whether to add dataset information to the metadata.
getAddDayOfMonth() - Method in class adams.flow.core.LagMakerOptions
Returns whether to add the day of month indicator.
getAddDayOfWeek() - Method in class adams.flow.core.LagMakerOptions
Returns whether to add the day of week indicator.
getAddDiagonalSeries() - Method in class adams.gui.visualization.jfreechart.dataset.DefaultXY
Returns whether to add an additional series for the diagonal to the data.
getAddDistribution() - Method in class adams.data.conversion.WekaPredictionContainerToSpreadSheet
Returns whether to add the class distribution (only for nominal classes).
getAddedTimestamp() - Method in class adams.flow.control.AbstractDataContainerFileChecker.FileInfo
Returns the timestamp when it got added.
getAddFilename() - Method in class adams.flow.transformer.pdfproclet.AbstractPdfProcletWithFilenameOutput
Returns whether to output the filename as well.
getAddFilename() - Method in interface adams.flow.transformer.pdfproclet.PdfProcletWithFilenameOutput
Returns whether to output the filename as well.
getAddFullActorName() - Method in class adams.flow.processor.ListObjectCommandlines
Returns whether to add the full name of the enclosing actor (if available).
getAddFullList() - Method in class adams.gui.wizard.ListPage
Returns whether to store the full list of items (not just selected ones) in the properties as well.
getAddHeaders() - Method in class adams.flow.standalone.GridView
Returns whether to add headers to the cells in the grid with the names of the actors.
getAddID() - Method in class adams.data.timeseries.AddMetaData
Returns whether to add the ID.
getAddIndex() - Method in class adams.data.conversion.DOMToProperties
Returns whether to add the index to the path to disambiguate values.
getAddIndex() - Method in class adams.flow.transformer.SpreadSheetMerge
Returns whether to add the dataset index number to the prefix.
getAddIndex() - Method in class adams.flow.transformer.WekaInstancesMerge
Returns whether to add the dataset index number to the prefix.
getAdditional() - Method in class adams.flow.sink.ActualVsPredictedPlot
Returns the additional columns to add to the plot containers.
getAdditional() - Method in class adams.gui.tools.previewbrowser.ActualVsPredictedHandler
Returns the additional columns to add to the plot containers.
getAdditional() - Method in class weka.classifiers.functions.FromPredictions
Returns the additional columns to add to the plot containers.
getAdditionalAcceptedClasses() - Method in class adams.flow.sink.AbstractWekaModelWriter
Returns additional classes that are accepted as input.
getAdditionalAcceptedClasses() - Method in class adams.flow.sink.WekaModelWriter
Returns additional classes that are accepted as input (WEKA classifiers and clusterers).
getAdditionalArguments() - Method in interface adams.core.command.ExternalCommandWithProgrammaticArguments
Returns the additional arguments to append to the command.
getAdditionalAttributeIndices(Instances) - Method in class adams.gui.tools.wekainvestigator.tab.IndependentComponentsTab
Returns the additional attribute indices.
getAdditionalAttributeIndices(Instances) - Method in class adams.gui.tools.wekainvestigator.tab.PartialLeastSquaresTab
Returns the additional attribute indices.
getAdditionalAttributeIndices(Instances) - Method in class adams.gui.tools.wekainvestigator.tab.PrincipalComponentsTab
Returns the additional attribute indices.
getAdditionalAttributes() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.ResultItem
Returns the stored additional attributes data.
getAdditionalAttributes() - Method in class adams.gui.visualization.instance.LoadDatasetDialog
Returns the attributes indices of the original dataset to include in the reports.
getAdditionalAttributes() - Method in class adams.gui.visualization.spreadsheet.LoadSpreadSheetDialog
Returns the attributes indices of the original dataset to include in the reports.
getAdditionalData() - Method in interface adams.core.AdditionalDataProvider
Returns the additional data.
getAdditionalErrorInformation() - Method in class adams.data.baseline.AbstractBaselineCorrection.BaselineCorrectionJob
Returns additional information to be added to the error message.
getAdditionalErrorInformation() - Method in class adams.data.filter.AbstractFilter.FilterJob
Returns additional information to be added to the error message.
getAdditionalErrorInformation() - Method in class adams.data.noise.AbstractDenoiser.DenoiserJob
Returns additional information to be added to the error message.
getAdditionalErrorInformation() - Method in class adams.data.outlier.AbstractOutlierDetector.DetectorJob
Returns additional information to be added to the error message.
getAdditionalErrorInformation() - Method in class adams.data.smoothing.AbstractSmoother.SmootherJob
Returns additional information to be added to the error message.
getAdditionalErrorInformation() - Method in class adams.flow.transformer.WekaClassifierRanker.RankingJob
Returns additional information to be added to the error message.
getAdditionalErrorInformation() - Method in class adams.multiprocess.AbstractJob
Returns additional information to be added to the error message.
getAdditionalFieldName(AbstractField) - Static method in class adams.data.weka.ArffUtils
Returns the name of an attribute for an additional field.
getAdditionalFields() - Method in interface adams.data.instances.InstanceGeneratorWithAdditionalFields
Returns the additional fields to add.
getAdditionalIndices() - Method in class weka.classifiers.functions.FromPredictions
Returns the 0-based indices of the additional columns.
getAdditionalInformation() - Method in interface adams.core.AdditionalInformationHandler
Returns the additional information.
getAdditionalInformation() - Method in class adams.data.conversion.AbstractConversion
Returns the additional information.
getAdditionalInformation() - Method in class adams.data.io.input.AbstractDataContainerReader
Returns the additional information.
getAdditionalInformation() - Method in class adams.data.io.input.AbstractSpreadSheetReader
Returns the additional information.
getAdditionalInformation() - Method in class adams.data.io.output.AbstractDataContainerWriter
Returns the additional information.
getAdditionalInformation() - Method in class adams.data.io.output.AbstractSpreadSheetWriter
Returns the additional information.
getAdditionalInformation() - Method in class adams.data.statistics.AbstractArrayStatistic
Returns the additional information.
getAdditionalInformation() - Method in class adams.flow.core.AbstractActor
Returns the additional information.
getAdditionalInformation() - Method in class adams.flow.transformer.Convert
Returns the additional information.
getAdditionalInformation() - Method in class adams.flow.transformer.wekaclusterer.AbstractClustererPostProcessor
Returns the additional information.
getAdditionalInformation() - Method in class adams.gui.core.BooleanExpressionEditorPanel
Returns the additional information.
getAdditionalInformation() - Method in class adams.gui.core.LookUpUpdateEditorPanel
Returns the additional information.
getAdditionalInformation() - Method in class adams.gui.core.MathematicalExpressionEditorPanel
Returns the additional information.
getAdditionalInformation() - Method in class adams.gui.core.SpreadSheetFormulaEditorPanel
Returns the additional information.
getAdditionalInformation() - Method in class adams.gui.core.SpreadSheetQueryEditorPanel
Returns the additional information.
getAdditionalInformation() - Method in class adams.gui.core.StringExpressionEditorPanel
Returns the additional information.
getAdditionalObject() - Method in class adams.data.objectoverlap.AreaRatio
Returns whether to count additional predicted objects.
getAdditionalObject() - Method in class adams.data.objectoverlap.IntersectOverUnionRatio
Returns whether to count additional predicted objects.
getAdditionalObject() - Method in class adams.flow.transformer.ImageObjectOverlap
Returns whether to count additional predicted objects.
getAdditionalObject() - Method in class adams.flow.transformer.IntersectOverUnion
Returns whether to count additional predicted objects.
getAdditionalOptions() - Method in class adams.data.boofcv.features.AbstractScript
Returns the value associated with the (additional) option.
getAdditionalOptions() - Method in class adams.data.boofcv.transformer.AbstractScript
Returns the value associated with the (additional) option.
getAdditionalOptions() - Method in class adams.data.conversion.AbstractScript
Returns the value associated with the (additional) option.
getAdditionalOptions() - Method in class adams.data.filter.AbstractScript
Returns the value associated with the (additional) option.
getAdditionalOptions() - Method in class adams.data.image.features.AbstractScript
Returns the value associated with the (additional) option.
getAdditionalOptions() - Method in class adams.data.image.transformer.AbstractScript
Returns the value associated with the (additional) option.
getAdditionalOptions() - Method in class adams.data.jai.transformer.AbstractScript
Returns the value associated with the (additional) option.
getAdditionalOptions() - Method in class adams.data.opencv.features.AbstractScript
Returns the value associated with the (additional) option.
getAdditionalOptions() - Method in class adams.data.opencv.transformer.AbstractScript
Returns the value associated with the (additional) option.
getAdditionalOptions() - Method in class adams.data.outlier.AbstractScript
Returns the value associated with the (additional) option.
getAdditionalOptions() - Method in class adams.data.report.AbstractScript
Returns the value associated with the (additional) option.
getAdditionalOptions() - Method in class adams.flow.condition.bool.AbstractScript
Returns the value associated with the (additional) option.
getAdditionalOptions() - Method in class adams.flow.control.JDeps
Returns the additional options for jdeps.
getAdditionalOptions() - Method in class adams.flow.control.JMap
Returns the additional options for jmap.
getAdditionalOptions() - Method in interface adams.flow.core.AdditionalOptionsHandler
Returns the additional options.
getAdditionalOptions() - Method in class adams.flow.sink.AbstractScript
Returns the value associated with the (additional) option.
getAdditionalOptions() - Method in class adams.flow.source.AbstractScript
Returns the value associated with the (additional) option.
getAdditionalOptions() - Method in class adams.flow.standalone.AbstractScript
Returns the value associated with the (additional) option.
getAdditionalOptions() - Method in class adams.flow.template.AbstractScript
Returns the value associated with the (additional) option.
getAdditionalOptions() - Method in class adams.flow.transformer.AbstractScript
Returns the value associated with the (additional) option.
getAdditionalOptions() - Method in class adams.flow.transformer.pdfgenerate.AbstractScript
Returns the value associated with the (additional) option.
getAdditionalOptions() - Method in class adams.tools.AbstractScript
Returns the value associated with the (additional) option.
getAdditionalParameters() - Method in class adams.scripting.command.gui.MenuItem
Returns the (optional) additional parameters for the menu item, in case it implements AdditionalParameterHandler.
getAdditionalProperties() - Method in class adams.gui.visualization.image.ImagePanel
Returns the additional properties.
getAdditionalRows() - Method in class adams.data.spreadsheet.rowscore.ArrayStatistic
Returns the additional rows to feed into the array statistic.
getAddLabelIndex() - Method in class adams.flow.transformer.AbstractWekaPredictionsTransformer
Returns whether to show the error as well.
getAddLabelIndex() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.Predictions
Returns whether to show the error as well.
getAddMatchingEndBlocks() - Method in class adams.gui.scripting.SyntaxDocument
Returns whether matching block ends are inserted or not.
getAddMetaData() - Method in class adams.data.io.input.JAIImageReader
Returns whether to add the meta-data.
getAddMetaData() - Method in class adams.gui.visualization.image.selection.SelectObjects
Returns whether to allow adding meta-data to the object.
getAddMisclassification() - Method in class adams.data.imagesegmentation.operation.EvaluatePrediction
Returns whether to add the misclassification information.
getAddMonthOfYear() - Method in class adams.flow.core.LagMakerOptions
Returns whether to add the month of year indicator.
getAddNumDaysInMonth() - Method in class adams.flow.core.LagMakerOptions
Returns whether to add the number of days in month indicator.
getAddOne() - Method in class weka.filters.unsupervised.attribute.LogTransform
Returns whether to add '1' to the values before log-transform.
getAddQuarterOfYear() - Method in class adams.flow.core.LagMakerOptions
Returns whether to add the quarter of year indicator.
getAddress() - Method in class adams.core.net.EmailContact
Returns the address.
getAddress() - Method in class adams.flow.sink.Socket
Returns the address.
getAddress() - Method in class adams.flow.source.RSync
 
getAddresses(Properties, String) - Method in class adams.data.io.input.PropertiesEmailFileReader
Reads the email addresses from the specified property.
getAddShortcuts() - Method in class adams.gui.core.AbstractRecentItemsHandler
Returns whether to add shortcuts to the menu.
getAddTimestamp() - Method in class adams.data.timeseries.Values
Returns whether to add the timestamp as well (preceding the value).
getAddTimestamp() - Method in class adams.flow.sink.sendnotification.LogFile
Returns whether to output a timestamp on separate line using the specified format.
getAddWeekendIndicator() - Method in class adams.flow.core.LagMakerOptions
Returns whether to add the weekend indicator.
getAdjustForTrends() - Method in class adams.flow.core.LagMakerOptions
Returns whether to adjust for trends.
getAdjustForVariance() - Method in class adams.flow.core.LagMakerOptions
Returns whether to adjust for variance.
getAdjustToVisibleData() - Method in class adams.flow.sink.SequencePlotter
Returns whether to adjust the plot to the visible data or all the loaded data.
getAdjustToVisibleData() - Method in class adams.gui.visualization.instance.InstancePanel
Returns whether the display is adjusted to only the visible spectrums or all of them.
getAdjustToVisibleData() - Method in class adams.gui.visualization.sequence.XYSequencePanel
Returns whether the display is adjusted to only the visible spectrums or all of them.
getAdjustToVisibleData() - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowPanel
Returns whether the display is adjusted to only the visible spectrums or all of them.
getAdjustToVisibleData() - Method in class adams.gui.visualization.timeseries.TimeseriesPanel
Returns whether the display is adjusted to only the visible timeseries or all of them.
getAfter() - Method in class adams.data.conversion.SpreadSheetAddRowID
Returns whether to insert at or after the position.
getAfter() - Method in class adams.flow.transformer.CollectionInsert
Returns whether to insert at or after the position.
getAfter() - Method in class adams.flow.transformer.SpreadSheetCopyColumns
Returns whether to insert at or after the position.
getAfter() - Method in class adams.flow.transformer.SpreadSheetCopyRows
Returns whether to insert at or after the position.
getAfter() - Method in class adams.flow.transformer.SpreadSheetInsertColumn
Returns whether to insert at or after the position.
getAfter() - Method in class adams.flow.transformer.SpreadSheetInsertRow
Returns whether to insert at or after the position.
getAfter() - Method in class adams.flow.transformer.SpreadSheetInsertRowScore
Returns whether to insert at or after the position.
getAfter() - Method in class adams.flow.transformer.SpreadSheetRowBinning
Returns whether to insert at or after the position.
getAfter() - Method in class adams.flow.transformer.StorageCollectionInsert
Returns whether to insert at or after the position.
getAfter() - Method in class adams.flow.transformer.StringInsert
Returns whether to insert at or after the position.
getAggregateColumns() - Method in class adams.flow.transformer.SpreadSheetAggregate
Returns the colums that should get aggregated.
getAggregates() - Method in class adams.flow.transformer.SpreadSheetAggregate
Returns the aggregates to calculate.
getAlgorithm() - Method in interface adams.data.binning.algorithm.BinningAlgorithmUser
Returns the binning algorithm.
getAlgorithm() - Method in class adams.data.filter.AbstractAutocorrelation
Returns the algorithm to use.
getAlgorithm() - Method in class adams.data.image.transformer.Cropping
Returns the crop algorithm.
getAlgorithm() - Method in class adams.data.image.transformer.WhiteBalance
Returns the white balance algorithm.
getAlgorithm() - Method in class adams.data.instancesanalysis.PLS
Returns the algorithm to use.
getAlgorithm() - Method in class adams.data.objectfilter.MergeOverlaps
Returns the algorithm for determining the overlapping objects.
getAlgorithm() - Method in class adams.data.overlappingobjectremoval.MergeOverlaps
Returns the algorithm for determining the overlapping objects.
getAlgorithm() - Method in class adams.data.statistics.ArrayBinning
Returns the binning algorithm.
getAlgorithm() - Method in class adams.flow.transformer.BoofCVFeatureGenerator
Returns the algorithm in use.
getAlgorithm() - Method in class adams.flow.transformer.BufferedImageFeatureGenerator
Returns the algorithm in use.
getAlgorithm() - Method in class adams.flow.transformer.DetermineOverlappingObjects
Returns the algorithm for determining the overlapping objects.
getAlgorithm() - Method in interface adams.flow.transformer.FeatureGenerator
Returns the algorithm in use.
getAlgorithm() - Method in class adams.flow.transformer.ImageObjectOverlapMatrix
Returns the algorithm for determining the overlapping objects.
getAlgorithm() - Method in class adams.flow.transformer.ImageSharpness
Returns the image sharpness algorithm in use.
getAlgorithm() - Method in class adams.flow.transformer.negativeregions.AbstractMetaNegativeRegionsGenerator
Returns the algorithm in use.
getAlgorithm() - Method in class adams.flow.transformer.NegativeRegions
Returns the algorithm in use.
getAlgorithm() - Method in class adams.flow.transformer.OpenCVFeatureGenerator
Returns the algorithm in use.
getAlgorithm() - Method in class adams.flow.transformer.SpreadSheetRowBinning
Returns the binning algorithm to use.
getAlgorithm() - Method in class adams.flow.transformer.TimeseriesFeatureGenerator
Returns the algorithm in use.
getAlgorithm() - Method in class adams.flow.transformer.WekaGeneticAlgorithm
Returns the genetic algorithm to apply to the dataset.
getAlgorithm() - Method in class adams.ml.preprocessing.supervised.PLS
Returns the algorithm to use.
getAlgorithm() - Method in class weka.classifiers.BinnedNumericClassCrossValidationFoldGenerator
Returns the binning algorithm.
getAlgorithm() - Method in class weka.classifiers.BinnedNumericClassRandomSplitGenerator
Returns the binning algorithm.
getAlgorithm() - Method in class weka.classifiers.functions.GeneticAlgorithm
Returns the seed value for the random values.
getAlgorithm() - Method in class weka.classifiers.functions.PLSWeighted
Get the PLS algorithm.
getAlgorithm() - Method in class weka.classifiers.GroupedBinnedNumericClassCrossValidationFoldGenerator
Returns the binning algorithm.
getAlgorithm() - Method in class weka.classifiers.GroupedBinnedNumericClassRandomSplitGenerator
Returns the binning algorithm.
getAlgorithm() - Method in class weka.filters.supervised.attribute.MultiPLS
Returns the PLS algorithm to use.
getAlgorithm() - Method in class weka.filters.supervised.attribute.PLS
Returns the PLS algorithm to use.
getAlgorithm() - Method in class weka.filters.unsupervised.attribute.FastWavelet
Gets the type of algorithm to use.
getAlgorithmName() - Method in class weka.classifiers.timeseries.BaselineAdjustedForecaster
Provides a short name that describes the underlying algorithm in some way.
getAlgorithms() - Method in class weka.classifiers.BestBinnedNumericClassRandomSplitGenerator
Returns the binning algorithms to choose from.
getAlignment() - Method in enum adams.flow.transformer.pdfproclet.AbstractSpreadSheetPdfProclet.HorizontalAlignment
Returns the itextpdf alignment.
getAlignment() - Method in enum adams.flow.transformer.pdfstamp.Text.Alignment
Returns the iText alignment.
getAlignment() - Method in class adams.flow.transformer.pdfstamp.Text
Returns the alignment for the text.
getAll() - Method in class adams.core.LRUCache
Returns a Collection that contains a copy of all cache entries.
getAll() - Method in class adams.gui.flow.tree.menu.AbstractEncloseActor
Generates the menuitems for "all".
getAll() - Method in class adams.gui.visualization.container.AbstractContainerManager
Returns (a copy of) all currently stored containers.
getAll(Instances) - Static method in class weka.core.matrix.MatrixHelper
returns the data as matrix
getAllClassnames(boolean) - Method in class adams.core.ClassLister
For returning a list of all classes.
getAllClassnames(boolean, Class[]) - Method in class adams.core.ClassLister
For returning a list of all classes.
getAllColumns() - Method in class adams.db.AbstractIndexedTable
Returns the SELECT part with all columns listed.
getAllConnectionParameters() - Method in class adams.db.AbstractDatabaseConnection
Returns the stored connections.
getAllDatabaseIDs(int) - Method in class adams.gui.visualization.weka.AbstractInstanceInfoFrame
Returns all database IDs.
getAllObjects() - Method in class adams.gui.visualization.image.AbstractReportBasedOverlayHelper
Returns all the objects.
getAllowDarkening() - Method in class adams.gui.visualization.core.AbstractCustomColorProvider
Returns whether to allow the darkening of colors.
getAllowEmpty() - Method in class adams.flow.control.SubProcess
Returns whether it is possible to have no active sub-actors.
getAllowGlobFilters() - Method in class adams.gui.chooser.BaseFileChooser
Returns whether the user can enter glob filters like "*.txt".
getAllowKeyboardShortcuts() - Method in class adams.gui.flow.tree.Tree
Returns whether the keyboard shortcuts are allowed.
getAllowLayerActions() - Method in class adams.flow.transformer.ImageSegmentationAnnotator
Returns whether layer actions are available (when using separate layers).
getAllowLayerRemoval() - Method in class adams.flow.transformer.ImageSegmentationAnnotator
Returns whether removal of layers is allowed (when using separate layers).
getAllowLocalExecution() - Method in class adams.multiprocess.ScpJobRunner
Returns whether local execution of jobs is allowed in case SCP fails.
getAllowMerge() - Method in class adams.flow.sink.DisplayPanelManager
Returns whether to enable merging of panel content in case of same name.
getAllowMerge() - Method in class adams.flow.sink.HistoryDisplay
Returns whether to enable merging of content in case of same name.
getAllowNodePopup() - Method in class adams.gui.flow.tree.Tree
Returns whether the node popup is allowed.
getAllowNodeQuickAction() - Method in class adams.gui.flow.tree.Tree
Returns whether the node quick action menu is allowed.
getAllowOversampling() - Method in class adams.data.filter.AbstractEquiDistance
Returns whether oversampling is allowed (i.e., generate more data points than available in the original data).
getAllowRemoval() - Method in class adams.gui.visualization.container.AbstractContainerManager
Returns whether containers can be removed.
getAllowRemove() - Method in class adams.gui.core.AbstractNamedHistoryPanel
Returns whether entries can be removed.
getAllowRename() - Method in class adams.gui.core.AbstractNamedHistoryPanel
Returns whether entries can be renamed.
getAllowResize() - Method in class adams.gui.visualization.sequence.XYSequencePanel
Returns whether the user can reize the plot (actually the parent dialog/frame) via the popup menu.
getAllowsChildren() - Method in class adams.doc.xml.AbstractSimpleTag
Returns true if this node is allowed to have children.
getAllowSearch() - Method in class adams.flow.sink.DisplayPanelManager
Returns whether to allow the user to search the entries.
getAllowSearch() - Method in class adams.flow.sink.DisplayPanelManager.HistorySplitPanel
Returns whether the entry list is searchable.
getAllowSearch() - Method in class adams.flow.sink.HistoryDisplay
Returns whether to allow the user to search the entries.
getAllowSearch() - Method in class adams.flow.sink.HistoryDisplay.HistorySplitPanel
Returns whether the entry list is searchable.
getAllowSearch() - Method in class adams.flow.sink.SpreadSheetDisplay
Returns whether to allow the user to search the table.
getAllowSearch() - Method in class adams.flow.transformer.SelectArraySubset
Returns whether to allow the user to search the table.
getAllowSearch() - Method in class adams.flow.transformer.SpreadSheetSelectSubset
Returns whether to allow the user to search the table.
getAllowSearch() - Method in class adams.gui.core.AbstractNamedHistoryPanel
Returns whether the entry list is searchable.
getAllowSearch() - Method in class adams.gui.core.SearchableBaseListWithButtons
Returns whether search is available.
getAllowSearch() - Method in class adams.gui.visualization.container.AbstractContainerList
Returns whether the entry list is searchable.
getAllowSource() - Method in class adams.flow.control.Sequence
Returns whether a source is allowed or not.
getAllowStandalones() - Method in class adams.flow.control.Sequence
Returns whether standalones are allowed or not.
getAllowUsingPreviousReport() - Method in class adams.flow.transformer.ImageObjectAnnotator
Returns whether to allow using the previous report.
getAllPanels() - Method in class adams.gui.tools.ImageProcessorMultiPagePane
Returns all the image panels.
getAllPanels() - Method in class adams.gui.tools.ImageProcessorPanel
Returns all the image panels.
getAllPanels() - Method in class adams.gui.tools.spreadsheetviewer.AbstractSelectedSheetsDataPlugin
Returns all the available panels in the image viewer.
getAllPanels() - Method in class adams.gui.tools.spreadsheetviewer.AbstractSelectedSheetsViewPlugin
Returns all the available panels in the image viewer.
getAllPanels() - Method in class adams.gui.tools.spreadsheetviewer.MultiPagePane
Returns all the image panels.
getAllPanels() - Method in class adams.gui.tools.SpreadSheetViewerPanel
Returns all the image panels.
getAllPanels() - Method in class adams.gui.visualization.image.ImageMultiPagePane
Returns all the image panels.
getAllPanels() - Method in class adams.gui.visualization.image.ImageViewerPanel
Returns all the image panels.
getAllPanels() - Method in class adams.gui.visualization.image.plugins.AbstractSelectedImagesViewerPlugin
Returns all the available panels in the image viewer.
getAllProperties() - Method in class adams.gui.visualization.image.ImagePanel
Returns the all the properties (image and additional combined).
getAllTags() - Method in interface adams.core.tags.TagHandler
Retrieves all tags, going up in the actor tree, with lower ones overriding ones defined higher up.
getAllTags(TagHandler) - Static method in class adams.core.tags.TagProcessorHelper
Retrieves all tags from the tag handler,.
getAllTags(Actor, boolean) - Static method in class adams.core.tags.TagProcessorHelper
Retrieves all tags from the actor, going up in the actor tree, with lower ones overriding ones defined higher up.
getAllTags(Node, boolean) - Static method in class adams.core.tags.TagProcessorHelper
Retrieves all tags from the actor, going up in the actor tree, with lower ones overriding ones defined higher up.
getAllVisible() - Method in interface adams.gui.visualization.container.VisibilityContainerManager
Returns (a copy of) all currently stored (visible) containers.
getAllVisible() - Method in class adams.gui.visualization.instance.InstanceContainerManager
Returns (a copy of) all currently stored containers.
getAllVisible() - Method in class adams.gui.visualization.report.ReportContainerManager
Returns (a copy of) all currently stored containers.
getAllVisible() - Method in class adams.gui.visualization.sequence.XYSequenceContainerManager
Returns (a copy of) all currently stored containers.
getAllVisible() - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowContainerManager
Returns (a copy of) all currently stored containers.
getAllVisible() - Method in class adams.gui.visualization.timeseries.TimeseriesContainerManager
Returns (a copy of) all currently stored containers.
getAlpha() - Method in class adams.data.distribution.Beta
Returns the alpha.
getAlpha() - Method in class adams.data.distribution.Weibull
Returns the alpha.
getAlpha() - Method in class adams.data.imagesegmentation.filter.Draw
Returns the alpha value to use for the overlays (0: transparent, 1: opaque).
getAlpha() - Method in class adams.data.imagesegmentation.operation.SimpleOverlay
Returns the alpha value to use for the overlay: 0=transparent, 255=opaque.
getAlpha() - Method in class adams.data.spc.MOAPageHinkley
Returns the alpha parameter for the test.
getAlpha() - Method in class adams.flow.sink.ImageSegmentationViewer
Returns the alpha value to use.
getAlpha() - Method in class adams.flow.sink.sequenceplotter.ErrorBandPaintlet
Returns the alpha value for the band (0-255).
getAlpha() - Method in class adams.flow.transformer.draw.Image
Returns the alpha value to use for the overlay: 0=transparent, 255=opaque.
getAlpha() - Method in class adams.flow.transformer.ImageSegmentationAnnotator
Returns the alpha value to use.
getAlpha() - Method in class adams.gui.tools.previewbrowser.ImageSegmentationAnnotationsHandler
Returns the alpha value to use for the overlay: 0=transparent, 255=opaque.
getAlpha() - Method in class adams.gui.tools.previewbrowser.SimpleImageSegmentationAnnotationsHandler
Returns the alpha value to use for the overlay: 0=transparent, 255=opaque.
getAlpha() - Method in class adams.gui.visualization.core.BiColorGenerator
Returns the alpha value to use (0=transparent, 255=opaque); ignored if 255.
getAlpha() - Method in class adams.gui.visualization.core.MultiColorGenerator
Returns the alpha value to use (0=transparent, 255=opaque); ignored if 255.
getAlpha() - Method in class adams.gui.visualization.core.TranslucentColorProvider
Returns the colors in use.
getAlpha() - Method in class adams.gui.visualization.segmentation.layer.CombinedLayer.CombinedSubLayer
Returns the current alpha value.
getAlpha() - Method in class adams.gui.visualization.segmentation.layer.CombinedLayer
Returns the overall alpha value.
getAlpha() - Method in class adams.gui.visualization.segmentation.layer.OverlayLayer
Returns the alpha value for transparency.
getAlpha() - Method in class weka.classifiers.trees.XGBoost
Gets the L1 regularisation term on weights.
getAlpha() - Method in class weka.filters.supervised.attribute.YGradientEPO
Returns the alpha parameter.
getAlpha() - Method in class weka.filters.supervised.attribute.YGradientGLSW
Returns the alpha parameter.
getAlphaChannel() - Method in class adams.flow.source.NewImage
Returns whether to add alpha channel.
getAltDown() - Method in class adams.gui.visualization.image.leftclick.AbstractLeftClickProcessor
Returns whether the alt key needs to be down.
getAltDown() - Method in class adams.gui.visualization.object.mouseclick.AbstractMouseClickProcessor
Returns whether the alt key needs to be down.
getAlternativeExtension() - Method in class adams.env.AbstractPropertiesDefinition
Returns an alternative extension to use besides the default one ("props").
getAlternativeExtension() - Method in class adams.env.DatabaseConnectionDefinition
Returns an alternative extension to use besides the default one ("props").
getAlternativeFilename() - Method in class adams.flow.transformer.AbstractSingleDecompress
Returns the alternative filename to use.
getAlternativeFileSuffix() - Method in class adams.gui.tools.previewbrowser.AnnotateImage
Returns the alternative file suffix to use for locating the associated spreadsheet (eg '-rois').
getAlternativeFileSuffix() - Method in class adams.gui.tools.previewbrowser.ObjectCentersFromReport
Returns the alternative file suffix to use for locating the associated spreadsheet, excluding the extension (eg '-rois').
getAlternativeFileSuffix() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
Returns the alternative file suffix to use for locating the associated spreadsheet, excluding the extension (eg '-rois').
getAlternativeFileSuffix() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
Returns the alternative file suffix to use for locating the associated spreadsheet, excluding the extension (eg '-rois').
getAlternativeLocation() - Method in class adams.gui.tools.previewbrowser.CocoAnnotationsHandler.CombinedPanel
Returns the alternative location.
getAlternativeLocation() - Method in class adams.gui.tools.previewbrowser.CocoAnnotationsHandler
Returns the alternative location to use for the reports.
getAlternativeLocation() - Method in class adams.gui.tools.previewbrowser.DeepLabCutCSVHandler.CombinedPanel
Returns the alternative location.
getAlternativeLocation() - Method in class adams.gui.tools.previewbrowser.DeepLabCutCSVHandler
Returns the alternative location to use for the reports.
getAlternativeLocation() - Method in class adams.gui.tools.previewbrowser.ObjectCentersFromReport.CombinedPanel
Returns the alternative location.
getAlternativeLocation() - Method in class adams.gui.tools.previewbrowser.ObjectCentersFromReport
Returns the alternative location to use for the reports.
getAlternativeLocation() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport.CombinedPanel
Returns the alternative location.
getAlternativeLocation() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
Returns the alternative location to use for the reports.
getAlternativeLocation() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet.CombinedPanel
Returns the alternative location.
getAlternativeLocation() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
Returns the alternative location to use for the reports.
getAlternativeLocation() - Method in class adams.gui.tools.previewbrowser.PointsFromReportHandler.CombinedPanel
Returns the alternative location.
getAlternativeLocation() - Method in class adams.gui.tools.previewbrowser.PointsFromReportHandler
Returns the alternative location to use for the reports.
getAlternativeOutputDir() - Method in class adams.flow.transformer.AbstractSingleDecompress
Returns the alternative output directory to use.
getAlwaysClear() - Method in class adams.flow.sink.AbstractTextualDisplay
Returns whether the display is always cleared before processing a token.
getAlwaysQuoteText() - Method in class adams.data.io.output.CsvSpreadSheetWriter
Returns whether to always surround text/formula cells by double quotes.
getAlwaysShowMarkers() - Method in interface adams.gui.visualization.core.PaintletWithMarkers
Returns whether marker shapes are always drawn.
getAlwaysShowMarkers() - Method in class adams.gui.visualization.instance.InstanceLinePaintlet
Returns whether marker shapes are always drawn.
getAlwaysShowMarkers() - Method in class adams.gui.visualization.sequence.LinePaintlet
Returns whether marker shapes are always drawn.
getAlwaysShowMarkers() - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowLinePaintlet
Returns whether marker shapes are always drawn.
getAlwaysShowMarkers() - Method in class adams.gui.visualization.timeseries.TimeseriesPaintlet
Returns whether marker shapes are always drawn.
getAlwaysUseContainer() - Method in class adams.flow.transformer.AbstractWekaClassifierEvaluator
Returns whether to always use an evaluation container as output.
getAlwaysWait() - Method in class adams.flow.source.DirectoryLister
Returns whether to always wait in between polls, even if there are still other files that could get processed.
getAmount() - Method in class adams.data.filter.TimeseriesShiftValues
Returns the amount to shift the values by.
getAmount() - Method in class adams.parser.TimeAmount
Returns the amount.
getAmount() - Method in class weka.filters.unsupervised.instance.LatestRecords
Returns the amount of records to keep.
getAnalysisName() - Method in class adams.gui.tools.wekamultiexperimenter.analysis.AbstractAnalysisPanel
Returns the name to display in the GUI.
getAnalysisName() - Method in class adams.gui.tools.wekamultiexperimenter.analysis.DefaultAnalysisPanel
Returns the name to display in the GUI.
getAnalysisPanel() - Method in class adams.gui.tools.wekamultiexperimenter.ExperimenterPanel
Returns the analysis panel.
getAnchor() - Method in class adams.data.image.features.PixelClassifications
Returns where to anchor the position on the rectangle.
getAnchor() - Method in class adams.data.image.transformer.ChangeCanvasSize
Returns where to anchor the position on the rectangle.
getAnchor() - Method in class adams.data.image.transformer.crop.CropBackground
Returns where to pick the background color.
getAnchor() - Method in class adams.data.image.transformer.crop.RelativeCrop
Returns where to anchor the position on the rectangle.
getAnchor() - Method in class adams.flow.transformer.locateobjects.ChangeCanvasSize
Returns where to anchor the position on the canvas.
getAnchor() - Method in class adams.gui.visualization.object.objectannotations.label.Anchored
Returns the anchor for the label.
getAnchorX() - Method in class adams.data.opencv.transformer.Blur
Returns the X of the anchor.
getAnchorY() - Method in class adams.data.opencv.transformer.Blur
Returns the Y of the anchor.
getAngle() - Method in class adams.data.jai.transformer.Rotate
Returns the rotation angle.
getAngle() - Method in class adams.data.objectfilter.Rotate
Returns the rotation angle in degrees.
getAngleLandscapeToPortrait() - Method in class adams.data.jai.transformer.ChangeOrientation
Returns the rotation angle (landscape -> portrait).
getAnglePortraitToLandscape() - Method in class adams.data.jai.transformer.ChangeOrientation
Returns the rotation angle (portrait -> landscape).
getAnnotationCheck() - Method in class adams.flow.transformer.ImageObjectAnnotator
Returns the check to apply to the annotations before enabling the OK button.
getAnnotationCheck() - Method in class adams.gui.visualization.object.overlay.ObjectAnnotations
Returns the check scheme to use for identifying invalid annotations.
getAnnotationClass() - Method in class adams.core.annotation.AbstractCopyrightProcessor
Returns the annotation class to process.
getAnnotationClass() - Method in class adams.core.annotation.MixedCopyrightProcessor
Returns the annotation class to process.
getAnnotationClass() - Method in class adams.core.annotation.ThirdPartyCopyrightProcessor
Returns the annotation class to process.
getAnnotationFile(PlaceholderFile) - Method in class adams.data.io.output.AbstractPNGAnnotationImageSegmentationWriter
Generates the annotation file name.
getAnnotations() - Method in class adams.flow.core.AbstractActor
Returns the current annotations.
getAnnotations() - Method in interface adams.flow.core.Actor
Returns the current annotations.
getAnnotationsColor() - Method in class adams.flow.transformer.compareobjectlocations.Combined
Returns the color to use for the annotations.
getAnnotationsColor() - Method in class adams.gui.flow.tree.Tree
Returns the HTML color string for the annotations.
getAnnotationsDisplay() - Method in class adams.flow.transformer.ImageObjectAnnotator
Returns the generator for the annotations display.
getAnnotationsLabelSuffix() - Method in class adams.flow.transformer.CompareObjectLocations
Returns the report suffix that the annotations use for storing the label.
getAnnotationsOverlay() - Method in class adams.flow.transformer.compareobjectlocations.SideBySide
Returns the overlay to use for the annotations.
getAnnotationsPanel() - Method in class adams.gui.visualization.object.ObjectAnnotationPanel
Returns the annotations panel.
getAnnotationsPrefix() - Method in class adams.flow.transformer.CompareObjectLocations
Returns the object prefix to use for the annotations.
getAnnotationsSize() - Method in class adams.gui.flow.tree.Tree
Returns the HTML font tag size string for the annotations.
getAnnotationsStorageName() - Method in class adams.flow.transformer.CompareObjectLocations
Returns the storage item containing the annotations.
getAnnotator() - Method in class adams.flow.transformer.ImageObjectAnnotator
Returns the annotator in use.
getAnnotator() - Method in class adams.gui.visualization.object.ObjectAnnotationPanel
Returns the current annotator.
getAnnotator() - Method in class adams.gui.visualization.object.tools.Annotator
Returns the annotator in use.
getAnnotatorPanel() - Method in class adams.gui.tools.previewbrowser.AnnotateImage.CombinedPanel
Returns the annotator panel.
getAppend() - Method in class adams.data.io.output.TextFileWriter
Returns whether to append the file rather than rewriting it.
getAppend() - Method in class adams.flow.sink.AbstractAppendableFileWriter
Returns whether files gets only appended or not.
getAppendDataType() - Method in class adams.data.conversion.FieldToString
Returns whether to append the data type.
getApplication() - Method in class adams.gui.tools.remotecontrolcenter.panels.GenericObjectEditorResponseConnectionUpdater
Returns the application in use.
getApplicationFrame() - Method in class adams.env.AbstractEnvironment
Returns the main GUI application.
getApplicationFrame() - Method in class adams.flow.control.Flow
Uses Flow.getParentComponent() to determine the application frame.
getApplicationFrame() - Method in class adams.gui.tools.remotecontrolcenter.panels.AbstractRemoteControlCenterTab
Returns the application frame this tab belongs to.
getApplicationFrame() - Method in class adams.gui.tools.remotecontrolcenter.RemoteControlCenterEnginesPanel
Returns the application frame this panel belongs to.
getApplicationFrame() - Method in class adams.gui.tools.remotecontrolcenter.RemoteControlCenterLogPanel
Returns the application frame this panel belongs to.
getApplicationFrame() - Method in class adams.gui.tools.remotecontrolcenter.RemoteControlCenterManagerPanel
Returns the application frame this panel belongs to.
getApplicationFrame() - Method in class adams.gui.tools.remotecontrolcenter.RemoteControlCenterPanel
Returns the application frame this panel belongs to.
getApplicationFrame(Container) - Static method in class adams.gui.core.UserModeUtils
Determines the application frame.
getApplicationTerminal() - Method in class adams.env.AbstractEnvironment
Returns the main terminal application.
getApplicationTitle() - Method in class adams.gui.application.AbstractApplicationFrame
Returns the currently set application title.
getApplicationTitle() - Method in class adams.terminal.application.AbstractTerminalApplication
Returns the currently set application title.
getAppliesTo() - Method in class adams.core.tags.TagInfo
Returns the classes that this tag applies to.
getApplyToAll() - Method in class adams.gui.tools.SpreadSheetViewerPanel
Returns whether to apply settings to all tabs or just current one.
getAppMenu() - Method in class adams.gui.application.AbstractApplicationFrame
Returns the menu generator.
getApproveButton() - Method in class adams.gui.dialog.ApprovalDialog
Returns the approve button.
getApproveButtonMnemonic() - Method in interface adams.gui.chooser.FileChooser
Returns the approve button's mnemonic.
getApproveButtonText() - Method in interface adams.gui.chooser.FileChooser
Returns the text used in the ApproveButton in the FileChooserUI.
getApproveButtonToolTipText() - Method in interface adams.gui.chooser.FileChooser
Returns the tooltip text used in the ApproveButton.
getApproveCaption() - Method in class adams.gui.dialog.ApprovalDialog
Returns the caption/text of the approve button.
getApprovedConditions() - Method in class adams.gui.selection.AbstractConditionalDatabaseSelectionPanel
Returns the approved conditions that can be used.
getApproveMnemonic() - Method in class adams.gui.dialog.ApprovalDialog
Returns the mnemonic of the approve button.
getArcHeight() - Method in class adams.flow.transformer.draw.Rectangle
Returns the height of the arc.
getArchive() - Method in class adams.gui.tools.previewbrowser.AbstractArchiveHandler
Returns the current archive.
getArchive() - Method in interface adams.gui.tools.previewbrowser.ArchiveHandler
Returns the current archive.
getArchiveFilesList() - Method in class adams.gui.tools.PreviewBrowserPanel
Returns the list component for files in the archive.
getArchiveSearch() - Method in class adams.gui.tools.PreviewBrowserPanel
Returns the search term of the archive file search.
getArcWidth() - Method in class adams.flow.transformer.draw.Rectangle
Returns the width of the arc.
getAreaAlgorithm() - Method in class adams.flow.transformer.DetermineOverlappingAreas
Returns the algorithm for determining the overlapping objects.
getAreaType() - Method in class adams.data.areaoverlap.BoundingBoxBased
Returns what area to use.
getAreaType() - Method in class adams.data.areaoverlap.PolygonBased
Returns what area to use.
getArrangement() - Method in class adams.flow.sink.ArrayDisplay
Returns how to arrange the elements of the array.
getArray() - Method in class adams.gui.tools.PlaceholderManagementPanel.PlaceholderTableModel
Returns the data as BaseString array.
getArray() - Method in class adams.gui.visualization.stats.histogram.Histogram
Returns the current array.
getArrayClass() - Method in class adams.data.conversion.CollectionToArray
Returns the class for the collection.
getArrayClass() - Method in class adams.flow.control.ArrayGenerate
Returns the class for the array.
getArrayClass() - Method in class adams.flow.control.ArrayProcess
Returns the class for the array.
getArrayClass() - Method in class adams.flow.source.CombineArrays
Returns the class for the array.
getArrayClass() - Method in class adams.flow.source.NewArray
Returns the class for the array.
getArrayClass() - Method in class adams.flow.source.StorageValuesArray
Returns the class for the array.
getArrayClass() - Method in class adams.flow.source.valuedefinition.AbstractArrayValueDefinition
Returns the array class that all other classes are derived from.
getArrayClass() - Method in class adams.flow.transformer.CollectionToArray
Returns the class for the array.
getArrayClass() - Method in class adams.flow.transformer.SequenceToArray
Returns the class for the array.
getArrayClass(Class) - Static method in class adams.core.Utils
Returns the basic class of an array class (handles multi-dimensional arrays).
getArrayClass(String) - Method in class adams.gui.application.AbstractPropertiesPreferencesPanel
Returns the custom array class associated with a particular property.
getArrayClass(String) - Method in class adams.gui.core.PropertiesParameterPanel
Returns the custom array class associated with a particular property.
getArrayDimensions(Class) - Static method in class adams.core.Utils
Returns the dimensions of the given array.
getArrayDimensions(Object) - Static method in class adams.core.Utils
Returns the dimensions of the given array.
GetArrayElement - Class in adams.flow.transformer
Picks an element from an array and forwards only this element.
GetArrayElement() - Constructor for class adams.flow.transformer.GetArrayElement
Default constructor.
GetArrayElement(Index) - Constructor for class adams.flow.transformer.GetArrayElement
Initializes with the specified index.
getArrayLength() - Method in class adams.flow.transformer.SequenceToArray
Returns the length of the arrays.
getArraysAsLists() - Method in class adams.data.conversion.JsonObjectToMap
Returns whether to return JSON arrays as Java arrays or lists.
getArraySeparator(String) - Method in class adams.gui.application.AbstractPropertiesPreferencesPanel
Returns the custom array separator associated with a particular property.
getArraySeparator(String) - Method in class adams.gui.core.PropertiesParameterPanel
Returns the custom array separator associated with a particular property.
getAscending() - Method in class adams.data.instances.InstanceComparator
Returns whether a column is sorted in ascending or descending order.
getAscending() - Method in class adams.data.spreadsheet.RowComparator
Returns whether a column is sorted in ascending or descending order.
getAscOrDesc() - Method in class adams.db.indices.IndexColumn
Returns the order string.
getAssignments() - Method in class weka.clusterers.SAXKMeans
Gets the assignments for each instance.
getAssociator() - Method in class adams.flow.source.WekaAssociatorSetup
Returns the associator in use.
getAssociator() - Method in class adams.flow.transformer.WekaTrainAssociator
Returns the name of the callable associator in use.
getAssociatorInstance() - Method in class adams.flow.transformer.WekaTrainAssociator
Returns an instance of the callable associator.
getAsText() - Method in class adams.gui.goe.AbstractBasicTypePropertyEditor
Gets the property value as text.
getAsText() - Method in class adams.gui.goe.BaseCharsetEditor
Gets the current value as text.
getAsText() - Method in class adams.gui.goe.ConfigurableEnumerationItemEditor
Gets the current value as text.
getAsText() - Method in class adams.gui.goe.EnumEditor
Gets the current value as text.
getAsText() - Method in class adams.gui.goe.GenericArrayEditor
Returns null as we don't support getting/setting values as text.
getAsText() - Method in class adams.gui.goe.GenericObjectEditor
Returns null as we don't support getting/setting values as text.
getAsText() - Method in class adams.gui.goe.InlineEditor
Gets the property value as text.
getAsText() - Method in class adams.gui.goe.LocaleEditor
Gets the current value as text.
getAsText() - Method in class adams.gui.goe.TimeZoneEditor
Gets the current value as text.
getAsynchronous() - Method in class adams.flow.control.AbstractTee
Returns whether to finish processing before stopping execution.
getAtomicMove() - Method in interface adams.core.AtomicMoveSupporter
Returns whether to attempt atomic move operation.
getAtomicMove() - Method in class adams.flow.standalone.DirWatch
Returns whether to attempt atomic move operation.
getAtomicMove() - Method in class adams.flow.transformer.AbstractDataProcessor
Returns whether to attempt atomic move operation.
getAtomicMove() - Method in class adams.flow.transformer.MoveFile
Returns whether to attempt atomic move operation.
getAtomicMove() - Method in class adams.scripting.engine.FileBasedScriptingEngine
Returns whether to attempt atomic move operation.
getAttachments() - Method in class adams.core.net.Email
Returns the attachments.
getAttachments() - Method in class adams.gui.dialog.ComposeEmailDialog
Returns the attachments.
getAttachments() - Method in class adams.gui.dialog.ComposeEmailPanel
Returns the attachments.
getAttemptInterval() - Method in interface adams.core.MultiAttemptWithWaitSupporter
Returns the time to wait between attempts in msec.
getAttemptInterval() - Method in class adams.flow.sink.DumpFile
Returns the time to wait between attempts in msec.
getAttemptInterval() - Method in class adams.flow.transformer.CopyFile
Returns the time to wait between attempts in msec.
getAttemptInterval() - Method in class adams.flow.transformer.MoveFile
Returns the time to wait between attempts in msec.
getAttemptInterval() - Method in class adams.flow.transformer.WaitForFile
Returns the interval to wait in milli-seconds.
getAttemptInterval() - Method in class adams.multiprocess.ScpJobRunner
Returns the interval to wait in milli-seconds.
getAttemptInterval() - Method in class adams.multiprocess.SerializingJobRunner
Returns the interval to wait in milli-seconds.
getAttIndex() - Method in class adams.gui.visualization.stats.probabilityplot.ProbabilityPlot
Returns the index of the attribute to display.
getAttRange() - Method in class weka.filters.unsupervised.instance.KennardStone
Returns the attribute range to use for distance calculation (after applying pre-filter).
getAttRegExp() - Method in class adams.gui.visualization.stats.probabilityplot.ProbabilityPlot
Returns the regular expression for choosing the attribute to display.
getAttRegExp() - Method in class weka.filters.unsupervised.attribute.Detrend
Returns the regular expression used for identifying the attributes to process.
getAttRegExp() - Method in class weka.filters.unsupervised.attribute.MultiplicativeScatterCorrection
Returns the regular expression used for identifying the attributes to process.
getAttribute() - Method in class adams.flow.sink.ProbabilityPlotDisplay
Get the string used to set the attribute using an index
getAttribute() - Method in class adams.flow.sink.ZScoreDisplay
Get the string used to set the attribute using an index
getAttribute() - Method in class adams.flow.transformer.AddDOMAttribute
Returns the name of the attribute to add.
getAttribute() - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeSummaryPanel
Returns the currently set index.
getAttribute() - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeVisualizationPanel
Returns the attribute being displayed.
getAttribute() - Method in class weka.classifiers.meta.AbstainAttributePercentile
 
getAttribute(int) - Method in class adams.gui.visualization.instance.InstanceTableModel
Returns the attribute for the given column.
getAttribute(String) - Method in class adams.doc.xml.AbstractTag
Returns the value of an attribute.
getAttributeAt(int) - Method in class adams.gui.visualization.instances.InstancesTableModel
returns the attribute at the given index, can be NULL if not an attribute column
getAttributeColumn(String) - Method in class adams.gui.visualization.instances.InstancesTableModel
returns the column of the given attribute name, -1 if not found
getAttributeDateFormat(String) - Method in class adams.data.io.input.SimpleArffSpreadSheetReader
Extracts the date format for the attribute from the line.
getAttributeIndex() - Method in class adams.data.spreadsheet.rowfinder.ByContentType
Returns the index of the column to perform the matching on.
getAttributeIndex() - Method in class adams.data.spreadsheet.rowfinder.ByDateValue
Returns the index of the column to perform the matching on.
getAttributeIndex() - Method in class adams.data.spreadsheet.rowfinder.ByNumericRange
Returns the index of the column to perform the matching on.
getAttributeIndex() - Method in class adams.data.spreadsheet.rowfinder.ByNumericValue
Returns the index of the column to perform the matching on.
getAttributeIndex() - Method in class adams.data.spreadsheet.rowfinder.ByStringComparison
Returns the index of the column to perform the matching on.
getAttributeIndex() - Method in class adams.data.spreadsheet.rowfinder.ByValue
Returns the index of the column to perform the matching on.
getAttributeIndex() - Method in class adams.data.spreadsheet.rowfinder.ClosestNumericValue
Returns the index of the column to perform the matching on.
getAttributeIndex() - Method in class adams.data.spreadsheet.rowfinder.IsNumeric
Returns the index of the column to perform the matching on.
getAttributeIndex() - Method in class adams.data.weka.rowfinder.ByLabel
Returns the index of the attribute to perform the matching on.
getAttributeIndex() - Method in class adams.data.weka.rowfinder.ByNumericRange
Returns the index of the column to perform the matching on.
getAttributeIndex() - Method in class adams.data.weka.rowfinder.ByNumericValue
Returns the index of the column to perform the matching on.
getAttributeIndex() - Method in class adams.flow.transformer.WekaInstancesInfo
Returns the attribute index to use for attribute specific information.
getAttributeIndex() - Method in class adams.gui.visualization.instance.InstanceComparePanel.DatasetIndexer
Returns the index of the attribute to use for indexing.
getAttributeIndex() - Method in class weka.classifiers.functions.SimpleLinearRegressionWithAccess
Returns the index of the attribute used in the regression.
getAttributeIndex() - Method in class weka.filters.unsupervised.attribute.SpellChecker
Returns the 1-based index of the attribute to process.
getAttributeIndex() - Method in class weka.filters.unsupervised.instance.SortOnAttribute
Returns the 1-based index of the attribute to sort on.
getAttributeIndex(String) - Method in class adams.gui.tools.wekamultiexperimenter.analysis.DefaultAnalysisPanel
Returns the attribute index for the specified attribute name.
getAttributeName() - Method in class adams.flow.sink.ProbabilityPlotDisplay
Get the string to set the attribute using a regular expression
getAttributeName() - Method in class adams.flow.sink.ZScoreDisplay
Get the string to set the attribute using a regular expression
getAttributeName() - Method in class adams.flow.transformer.WekaGetInstanceValue
Returns the name of the attribute to get the value for.
getAttributeName() - Method in class weka.filters.unsupervised.instance.DatasetLabeler
Get the name of the attribute to be created.
getAttributeName() - Method in class weka.filters.unsupervised.instance.LatestRecords
Returns the name of the attribute containing the numeric database ID.
getAttributeName(String) - Method in class adams.data.io.input.SimpleArffSpreadSheetReader
Extracts the attribute name from the line.
getAttributeNames() - Method in class adams.flow.source.WekaNewInstances
Returns the list of attribute names.
getAttributeNames() - Method in class weka.filters.unsupervised.attribute.MergeManyAttributes
Gets the names of the attributes.
getAttributePrefix() - Method in class weka.filters.unsupervised.attribute.OuterProductAnalysis
Returns the prefix to use for the generated attributes.
getAttributeRange() - Method in class adams.data.instancesanalysis.FastICA
Returns the attribute range parameter.
getAttributeRange() - Method in class adams.data.instancesanalysis.PCA
Returns the attribute range parameter.
getAttributeRange() - Method in class adams.data.instancesanalysis.PLS
Returns the attribute range parameter.
getAttributeRange() - Method in class adams.data.spreadsheet.rowfinder.MissingValue
Returns the range of the columns to inspect.
getAttributeRange() - Method in class adams.data.weka.rowfinder.FilteredIQR
Returns the attribute range to work on.
getAttributeRange() - Method in class adams.gui.visualization.instance.InstanceComparePanel.DatasetPanel
Returns the current range of attributes.
getAttributeRange() - Method in class weka.filters.unsupervised.attribute.CorrelationMatrix
Returns the range of attributes to compute the matrix for.
getAttributeRange() - Method in class weka.filters.unsupervised.attribute.InputSmearing
Returns the 1-based range of the attributes to work on.
getAttributeRange() - Method in class weka.filters.unsupervised.attribute.JoinAttributes
Returns the 1-based range of the attributes to combine.
getAttributeRange() - Method in class weka.filters.unsupervised.attribute.LogTransform
Returns the range of attributes to process.
getAttributeRange() - Method in class weka.filters.unsupervised.attribute.SetMissingValue
Returns the range of attributes to compute the matrix for.
getAttributeRange() - Method in class weka.filters.unsupervised.attribute.SimpleDetrend
Returns the range of attributes to detrend.
getAttributeRenamesExp() - Method in class adams.flow.transformer.wekadatasetsmerge.AbstractMerge
Gets the array of attribute rename expressions.
getAttributeRenamesFormat() - Method in class adams.flow.transformer.wekadatasetsmerge.AbstractMerge
Gets the array of format strings used for attribute renaming.
getAttributes() - Method in class adams.flow.sink.BoxPlot
get the attributes to be displayed initially
getAttributes() - Method in class adams.flow.transformer.WekaInstanceStreamPlotGenerator
Returns the range of attributes to create plot containers for.
getAttributeSelection() - Method in class adams.gui.tools.wekainvestigator.tab.attseltab.ResultItem
Returns the stored AttributeSelection object.
getAttributeSelection() - Method in class weka.filters.unsupervised.attribute.EquiDistance
Returns how the attributes get selected.
getAttributeSelectionMethod() - Method in class weka.classifiers.functions.LinearRegressionJ
Gets the method used to select attributes for use in the linear regression.
getAttributeSelectionPanel() - Method in class adams.gui.tools.wekainvestigator.tab.PreprocessTab
Returns the attribute selection panel.
getAttributeStats(Instances, int) - Method in class adams.flow.transformer.WekaInstancesInfo
Generates attributes statistics.
getAttributeType(String) - Method in class adams.data.io.input.SimpleArffSpreadSheetReader
Extracts the attribute type from the line.
getAttributeTypes() - Method in class adams.flow.source.WekaNewInstances
Returns the list of attribute types.
getAttributeX() - Method in class adams.flow.sink.WekaInstancesPlot
Returns the attribute to show on the X axis.
getAttributeX() - Method in class adams.flow.sink.WekaThresholdCurve
Returns the attribute to show on the X axis.
getAttributeX() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.LegacyThresholdCurve
Returns the attribute to show on the X axis.
getAttributeY() - Method in class adams.flow.sink.WekaInstancesPlot
Returns the attribute to show on the Y axis.
getAttributeY() - Method in class adams.flow.sink.WekaThresholdCurve
Returns the attribute to show on the Y axis.
getAttributeY() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.LegacyThresholdCurve
Returns the attribute to show on the Y axis.
getAuthentication() - Method in interface adams.core.net.SMBAuthenticationProvider
Returns the authentication.
getAuthentication() - Method in class adams.flow.standalone.SMBConnection
Returns the SMB authentication.
getAuthentication() - Method in class adams.gui.chooser.SmbRemoteDirectorySetup
Returns the SMB authentication.
getAuthentication(Proxy.Type) - Method in class adams.core.net.ProxyHelper
Returns whether authentication is necessary.
getAuthenticationProvider() - Method in class adams.core.io.lister.SmbDirectoryLister
Returns the authentication provider to use.
getAuthenticationType() - Method in class adams.core.io.lister.SftpDirectoryLister
Returns the type of authentication to use.
getAuthenticationType() - Method in class adams.flow.standalone.SSHConnection
Returns the type of authentication to use.
getAuthenticationType() - Method in class adams.gui.chooser.SftpRemoteDirectorySetup
Returns the type of authentication to use.
getAuthenticationType() - Method in class adams.scripting.connection.AbstractSSHConnection
Returns the type of authentication to use.
getAuthor() - Method in class adams.env.Modules.Module
Returns the name of the author(s).
getAuthors() - Method in class adams.core.TechnicalInformation
splits the authors on the " and " and returns a vector with the names.
getAutoAdvanceLabels() - Method in interface adams.gui.visualization.object.annotator.AutoAdvanceAnnotator
Returns whether to auto advance labels once one has been applied.
getAutoAdvanceLabels() - Method in class adams.gui.visualization.object.annotator.SimplePointAnnotator
Returns whether to auto advance labels once one has been applied.
getAutoAppendExtension() - Method in class adams.gui.chooser.BaseFileChooser
Returns whether to automatically append the currently selected file extension or the default one (if All-Filter is used).
getAutoAppendExtension() - Method in class adams.gui.chooser.FileChooserPanel
Returns whether to automatically append the currently selected file extension or the default one (if All-Filter is used).
getAutoAppendExtension() - Method in class adams.gui.wizard.SelectFilePage
Returns whether to automatically append the currently selected file extension or the default one (if All-Filter is used).
getAutoAppendExtension() - Method in class adams.gui.wizard.SelectMultipleFilesPage
Returns whether to automatically append the currently selected file extension or the default one (if All-Filter is used).
getAutoCommit() - Method in class adams.db.AbstractDatabaseConnection
Returns whether to use auto-commit.
getAutoCommit() - Method in class adams.db.ConnectionParameters
Returns whether to use auto-commit.
getAutoDetect() - Method in class adams.data.barcode.decode.ZXing
Gets whether barcode format auto-detection is enabled.
getAutoDetectDataType() - Method in class adams.flow.transformer.AbstractSetReportValue
Returns whether to use auto-detection for the data type.
getAutoExtendHeader() - Method in class adams.data.io.input.AbstractExcelSpreadSheetReader
Returns whether to extend the header if rows have more cells than the header.
getAutoFocus() - Method in class adams.flow.core.displaytype.Default
Returns whether to automatically focus the display.
getAutoKeyGeneration() - Method in class adams.flow.sink.WekaDatabaseWriter
Returns whether a primary key is automatically generated.
getAutomaticallyRequestFocus() - Method in class adams.gui.visualization.object.tools.ToolMouseAdapter
Returns whether the focus gets automatically requested when clicking on the canvas.
getAutomaticallyRequestFocus() - Method in class adams.gui.visualization.segmentation.tool.ToolMouseAdapter
Returns whether the focus gets automatically requested when clicking on the canvas.
getAutomaticUndo() - Method in class adams.flow.transformer.ImageSegmentationAnnotator
Returns whether to use automatic or manual undo.
getAutoResizeMode() - Method in class adams.gui.core.BaseTableWithButtons
Returns the auto resize mode of the table.
getAutoResizeMode() - Method in class adams.gui.core.SortableAndSearchableTableWithButtons
Returns the auto resize mode of the table.
getAutoStart() - Method in interface adams.flow.core.AutoStartSupporter
Returns whether this processor gets executed on start up.
getAvailableEditors() - Static method in class adams.gui.goe.Editors
Generates the list of editors to register, based on the classes listed in the ClassLister.props file.
getAvailableProcessors() - Static method in class adams.core.management.ProcessUtils
Returns the number of available processors.
getAvailableScripts() - Method in class adams.gui.scripting.AbstractScriptingEngine
Returns the available scripts in the scripts home directory.
getAvailableScripts(String) - Static method in class adams.gui.scripting.AbstractScriptingEngine
Returns the available scripts in the scripts home directory.
getAverageConsecutiveLongLags() - Method in class adams.flow.core.LagMakerOptions
Returns whether to average consecutive long lags.
getAverageLagsAfter() - Method in class adams.flow.core.LagMakerOptions
Returns the number of lags after which to average.
getAverageRatio() - Method in class adams.data.objectoverlap.AreaRatio
Returns whether to use average overlap ratio instead.
getAverageRatio() - Method in class adams.flow.transformer.ImageObjectOverlap
Returns whether to use average overlap ratio instead.
getAverageWidth() - Method in class adams.data.weka.evaluator.IntervalEstimatorBased.SortedInterval
Returns the average width of the stored intervals.
getAxis(Axis) - Method in class adams.gui.visualization.core.PlotPanel
Returns the specified axis.
getAxisColor() - Method in class adams.gui.visualization.core.AxisPanel
Returns the color of the axis.
getAxisModel() - Method in class adams.gui.visualization.core.AxisPanel
Returns the underlying axis model.
getAxisName() - Method in class adams.gui.visualization.core.AxisPanel
Returns the name of the axis, null or empty string if none set.
getAxisNameFont() - Method in class adams.gui.visualization.core.AxisPanel
Returns the font being used for the axis name.
getAxisPopupMenuCustomizer(Axis) - Method in class adams.gui.visualization.core.PlotPanel
Returns the current axis customizer, can be null.
getAxisType() - Method in class adams.gui.visualization.stats.histogram.HistogramOptions
Get the axis type used in bin calculation
getAxisVisibility(Axis) - Method in class adams.gui.visualization.core.PlotPanel
Returns the visibility of the specified axis.
getAxisWidth() - Method in class adams.gui.visualization.core.AxisPanel
Returns the current width of the axis.
getAxisWidth() - Method in class adams.gui.visualization.stats.boxplot.BoxPlotManager
Get the width of the left axis for each boxplot
getAxisWidth(Axis) - Method in class adams.gui.visualization.core.PlotPanel
Returns the size of the specified axis.
getAxisX() - Method in class adams.flow.sink.ControlChartPlot
Returns the setup for the X axis.
getAxisX() - Method in class adams.flow.sink.SequencePlotter
Returns the setup for the X axis.
getAxisX() - Method in class adams.flow.sink.SimplePlot
Returns the setup for the X axis.
getAxisX() - Method in class adams.flow.sink.TimeseriesDisplay
Returns the setup for the X axis.
getAxisX() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.SamplePlot
Returns the setup for the X axis.
getAxisX() - Method in class adams.gui.visualization.stats.core.AbstractPlotOptionGroup
Returns the setup for the X axis.
getAxisY() - Method in class adams.flow.sink.ControlChartPlot
Returns the setup for the Y axis.
getAxisY() - Method in class adams.flow.sink.SequencePlotter
Returns the setup for the Y axis.
getAxisY() - Method in class adams.flow.sink.SimplePlot
Returns the setup for the Y axis.
getAxisY() - Method in class adams.flow.sink.TimeseriesDisplay
Returns the setup for the Y axis.
getAxisY() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.SamplePlot
Returns the setup for the Y axis.
getAxisY() - Method in class adams.gui.visualization.stats.core.AbstractPlotOptionGroup
Returns the setup for the Y axis.
getB() - Method in class adams.data.distribution.Triangular
Returns the b.
getB() - Method in class adams.data.image.luminance.Custom
Returns the B parameter.
getBackendFor(AbstractDatabaseConnection) - Method in class adams.db.mirrored.DbBackend
Returns the corresponding backend for the connection URL provided.
getBackends() - Method in class adams.db.mirrored.DbBackend
Returns the backends in use.
getBackground() - Method in class adams.data.image.transformer.ChangeCanvasSize
Returns the background color to use.
getBackground() - Method in class adams.data.jai.transformer.Rotate
Returns the color in use for the background.
getBackground() - Method in class adams.flow.sink.ProgressBar
Returns the background color.
getBackground() - Method in class adams.flow.source.NewImage
Returns the background color of the image.
getBackground() - Method in class adams.flow.transformer.locateobjects.ChangeCanvasSize
Returns the background color to use.
getBackground() - Method in class adams.gui.print.BufferedImageBasedWriter
Returns the current background color.
getBackground() - Method in class adams.gui.print.PostscriptGraphics
 
getBackgroundColor() - Method in class adams.data.imagesegmentation.operation.CompareAnnotationWithPrediction
Returns the color to use as background.
getBackgroundColor() - Method in class adams.data.imagesegmentation.operation.SimpleOverlay
Returns the color to use as background when not using the base image.
getBackgroundColor() - Method in class adams.flow.sink.ImageViewer
Returns the background color.
getBackgroundColor() - Method in class adams.gui.scripting.SyntaxDocument
Returns the background color.
getBackgroundColor() - Method in class adams.gui.visualization.container.DataContainerPanel
Returns the current background color in use.
getBackgroundColor() - Method in class adams.gui.visualization.core.PlotPanel
Returns the current background color in use.
getBackgroundColor() - Method in class adams.gui.visualization.image.ImagePanel
Returns the background color.
getBackgroundColor(SpreadSheet, int, int) - Method in class adams.flow.transformer.pdfproclet.ConfusionMatrix
For customizing the background color of a spreadsheet cell.
getBackgroundColor(SpreadSheetTable, boolean, boolean, int, int, Cell, Color) - Method in class adams.gui.core.spreadsheettable.AbstractCellRenderingCustomizer
For customizing the background color of a cell.
getBackgroundColor(SpreadSheetTable, boolean, boolean, int, int, Cell, Color) - Method in interface adams.gui.core.spreadsheettable.CellRenderingCustomizer
For customizing the background color of a cell.
getBackgroundColor(SpreadSheetTable, boolean, boolean, int, int, Cell, Color) - Method in class adams.gui.core.spreadsheettable.ConfusionMatrixCellRenderingCustomizer
For customizing the background color of a cell.
getBackgroundColor(SpreadSheetTable, boolean, boolean, int, int, Cell, Color) - Method in class adams.gui.core.spreadsheettable.DefaultCellRenderingCustomizer
For customizing the background color of a cell.
getBackgroundColor(SpreadSheetTable, boolean, boolean, int, int, Cell, Color) - Method in class adams.gui.core.spreadsheettable.DistinctValueCellRenderingCustomizer
For customizing the background color of a cell.
getBackgroundColor(SpreadSheetTable, boolean, boolean, int, int, Cell, Color) - Method in class adams.gui.core.spreadsheettable.HeatmapCellRenderingCustomizer
For customizing the background color of a cell.
getBackgroundColor(SpreadSheetTable, boolean, boolean, int, int, Cell, Color) - Method in class adams.gui.core.spreadsheettable.MultiCellRenderingCustomizer
For customizing the background color of a cell.
getBackgroundColor(SpreadSheetTable, boolean, boolean, int, int, Cell, Color) - Method in class adams.gui.core.spreadsheettable.NumericRangeCellRenderingCustomizer
For customizing the background color of a cell.
getBackgroundColorGenerator() - Method in class adams.flow.transformer.pdfproclet.ConfusionMatrix
Returns the color generator for obtaining the colors used for coloring in the background.
getBackgroundColorGenerator() - Method in class adams.gui.core.spreadsheettable.ConfusionMatrixCellRenderingCustomizer
Returns the color generator for obtaining the colors used for coloring in the background.
getBackgroundColorGenerator() - Method in class adams.gui.core.spreadsheettable.HeatmapCellRenderingCustomizer
Returns the color generator for obtaining the colors used for coloring in the background.
getBackgroundDiagonal() - Method in class adams.flow.transformer.pdfproclet.ConfusionMatrix
Returns the background color to use for the diagonal.
getBackgroundFocused() - Method in class adams.gui.core.BaseFlatButton
Returns the background color when focused.
getBackgroundLayer() - Method in class adams.gui.visualization.segmentation.layer.LayerManager
Returns the background layer.
getBackgroundNegative() - Method in class adams.gui.core.spreadsheettable.AbstractColoredCellRenderingCustomizer
Returns the negative background color.
getBackgroundPaintlet() - Method in class adams.flow.sink.Canvas
Returns the paintlet to use for plotting the background.
getBackgroundPositive() - Method in class adams.gui.core.spreadsheettable.AbstractColoredCellRenderingCustomizer
Returns the positive background color.
getBackgroundTableHeader() - Method in class adams.flow.transformer.pdfproclet.AbstractSpreadSheetPdfProclet
Returns the background color to use for the table header.
getBackgroundUnfocused() - Method in class adams.gui.core.BaseFlatButton
Returns the background color when unfocused.
getBackgroundValue() - Method in class adams.data.image.features.Eccentricity
Returns the background color.
getBackgroundValue() - Method in class adams.data.image.features.HusMoments
Returns the background color.
getBackgroundValue() - Method in class adams.data.image.features.OrientationVector
 
getBackgroundValue() - Method in class adams.data.image.moments.AbstractBufferedImageMoment
Returns the background color.
getBackup() - Method in class adams.gui.goe.GenericObjectEditor
Returns the backup object (may be null if there is no backup.
getBackup() - Method in class adams.gui.visualization.image.plugins.AbstractImageViewerPluginWithRestore
Returns the current backup.
getBackupDir() - Method in class adams.flow.source.RSync
 
getBackward() - Method in class adams.flow.transformer.StringIndexOf
Returns whether to start the search from the rather than the front.
getBackward() - Method in class adams.flow.transformer.SubStringCount
Returns whether to start the search from the rather than the front.
getBar() - Method in class adams.flow.sink.ProgressBar
Returns the bar color.
getBarWidth() - Method in class adams.gui.tools.spreadsheetviewer.chart.BarPlot
Returns the width of the bar.
getBarWidth() - Method in class adams.gui.tools.spreadsheetviewer.chart.Histogram
Returns the width of the bar.
getBase() - Method in enum adams.core.ByteFormat.Unit
Returns the base.
getBase() - Method in class adams.data.instancesanalysis.pls.OPLS
Sets the base PLS algorithm to use.
getBase() - Method in class weka.classifiers.meta.Fallback
Returns the base classifier.
getBaseClass() - Method in class adams.core.option.AbstractArgumentOption
Returns the base class of this option.
getBaseFileChooser() - Method in class adams.flow.sink.LogViewer
Returns (and initializes if necessary) the file chooser.
getBaseImage() - Method in class adams.flow.container.ImageSegmentationContainer
Returns the base image.
getBaseline() - Method in class adams.flow.source.wekaforecastersetup.BaselineAdjustedForecasterGenerator
Returns the forecaster generator in use for the baseline data.
getBaseline() - Method in class weka.classifiers.timeseries.BaselineAdjustedForecaster
Returns the forecaster in use for the baseline
getBaselineCorrection() - Method in class adams.data.baseline.SlidingWindow
Returns the current baseline correction algorithm.
getBaselineCorrection() - Method in class adams.data.filter.BaselineCorrection
Returns the current baseline correction algorithm.
getBaselineCorrections() - Static method in class adams.flow.template.AbstractActorTemplate
Returns a list with classnames of template generator schemes.
getBaselineCorretion() - Method in class adams.data.baseline.AbstractBaselineCorrection.BaselineCorrectionJob
Returns the baseline correction scheme being used.
getBasePanel() - Method in class adams.gui.scripting.AbstractCommandProcessor
Returns the base panel.
getBasePanel() - Method in class adams.gui.scripting.AbstractScriptingDialog
Returns the underlying base panel.
getBasePanel() - Method in class adams.gui.scripting.AbstractScriptlet
Returns the underlying BasePanel if available.
getBasePanel() - Method in class adams.gui.scripting.ScriptingCommand
Returns the affected base panel.
getBasePanel() - Method in class adams.gui.scripting.ScriptingCommandCode
Returns the BasePanel that was affected.
getBasePassword() - Method in class adams.gui.core.BasePasswordField
Return the password.
getBaseScore() - Method in class weka.classifiers.trees.XGBoost
Gets the initial prediction score of all instances (global bias).
getBatchSize() - Method in interface adams.core.io.BatchSizeSupporter
Returns the batch size.
getBatchSize() - Method in class adams.flow.sink.SpreadSheetDbWriter
Returns the batch size.
getBCC() - Method in class adams.core.net.Email
Returns the BCC recipients.
getBCC() - Method in class adams.flow.sink.sendnotification.Email
Returns the BCC recipients.
getBCC() - Method in class adams.flow.transformer.CreateEmail
Returns the BCC recipients.
getBCC() - Method in class adams.gui.dialog.ComposeEmailDialog
Returns the BCC recipients.
getBCC() - Method in class adams.gui.dialog.ComposeEmailPanel
Returns the BCC recipients.
getBestClassifier() - Method in class adams.flow.transformer.WekaClassifierRanker.RankingJob
Returns the best classifier found.
getBestClassifier(Classifier, Classifier) - Method in class adams.flow.transformer.WekaClassifierRanker.RankingJob
In case of GridSearch/MultiSearch the best setup is returned, otherwise the classifier itself.
getBestFit() - Method in class adams.flow.sink.ImageSegmentationViewer
Returns whether to use best fit for the image or not.
getBestFit() - Method in class adams.flow.transformer.ImageLabeler
Returns whether to use best fit for the image or not.
getBestFit() - Method in class adams.flow.transformer.ImageObjectAnnotator
Returns whether to use best fit for the image or not.
getBestFit() - Method in class adams.flow.transformer.ImageSegmentationAnnotator
Returns whether to use best fit for the image or not.
getBestFit() - Method in class adams.gui.tools.previewbrowser.ImageSegmentationAnnotationsHandler
Returns whether to use best fit for the image or not.
getBestFit() - Method in class adams.gui.visualization.object.CanvasPanel
Sets whether to use best fit.
getBestFit() - Method in class adams.gui.visualization.object.ObjectAnnotationPanel
Sets whether to use best fit.
getBestRange() - Method in class adams.opt.genetic.AbstractGeneticAlgorithm
Returns the best range of attributes.
getBestRange() - Method in class adams.opt.optimise.genetic.AbstractGeneticAlgorithm
Returns the best range of attributes.
getBeta() - Method in class adams.data.distribution.Beta
Returns the beta.
getBeta() - Method in class adams.data.distribution.Weibull
Returns the beta.
getbHat() - Method in class weka.filters.supervised.attribute.PLSFilterExtended
 
getBias() - Method in class adams.data.boofcv.transformer.Binary
Returns the bias to use (for adaptive methods).
getBias() - Method in class weka.classifiers.meta.VotedImbalance
Gets the bias towards a uniform class.
getBinarizeType() - Method in class adams.data.conversion.SpreadSheetBinarize
Returns how to binarize the data.
getBinaryImage() - Method in class adams.gui.visualization.segmentation.layer.CombinedLayer.CombinedSubLayer
Returns the subset image as binary image.
getBinaryImage() - Method in class adams.gui.visualization.segmentation.layer.OverlayLayer
Returns the image as binary image.
getBinCalculation() - Method in class adams.data.statistics.ArrayHistogram
Returns how the number of bins is calculated.
getBinCalculation() - Method in class adams.flow.transformer.ArrayHistogramRanges
Returns how the number of bins is calculated.
getBinCalculation() - Method in class adams.flow.transformer.SpreadSheetHistogramRanges
Returns how the number of bins is calculated.
getBinCalculation() - Method in class adams.flow.transformer.WekaInstancesHistogramRanges
Returns how the number of bins is calculated.
getBinCount() - Method in class adams.data.distribution.Empirical
Returns the bin count.
getBinDir() - Static method in class adams.core.management.Java
Returns the "bin" directory of the Java home.
getBinDir(String) - Static method in class adams.core.management.Java
Returns the "bin" directory.
getBinningColumn() - Method in class adams.flow.transformer.SpreadSheetRowBinning
Returns the numeric column to use for binning.
getBins() - Method in class weka.core.SAXDistance
Returns the nth point setting.
getBins() - Method in class weka.filters.unsupervised.attribute.SAX
Returns the nth point setting.
getBinWidth() - Method in class adams.data.binning.algorithm.DensityBinning
Returns the bin width in use.
getBinWidth() - Method in interface adams.data.binning.algorithm.FixedBinWidthBinningAlgorithm
Returns the bin width in use.
getBinWidth() - Method in class adams.data.statistics.ArrayHistogram
Returns the bin width in use (for some calculations).
getBinWidth() - Method in class adams.flow.transformer.ArrayHistogramRanges
Returns the bin width in use (for some calculations).
getBinWidth() - Method in class adams.flow.transformer.SpreadSheetHistogramRanges
Returns the bin width in use (for some calculations).
getBinWidth() - Method in class adams.flow.transformer.WekaInstancesHistogramRanges
Returns the bin width in use (for some calculations).
getBinWidth() - Method in class adams.gui.visualization.stats.histogram.Histogram
Returns the bin width.
getBitmasks() - Method in interface adams.data.image.BitmaskContainer
Returns the stored bitmasks.
getBitmasks() - Method in class adams.data.image.BufferedImageBitmaskContainer
Returns the stored bitmasks.
getBitness() - Static method in class adams.core.management.OS
Returns the "bitness", ie 32 or 64 bit of the underlying OS.
getBits() - Method in class adams.opt.optimise.genetic.PackData
 
getBits() - Method in class adams.opt.optimise.GeneticAlgorithm
Gets the number of bits.
getBits(String) - Method in class adams.opt.optimise.genetic.PackData
 
getBitsForPosition(int[], List<Integer>, List<Integer>, int) - Method in class adams.opt.genetic.Hermione
get bit array for parameter at pos.
getBitsPerGene() - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm
Returns the currently set number of bits per gene.
getBitstring() - Method in class weka.filters.supervised.attribute.SIMPLSMatrixFilterFromGeneticString
 
getBlacklisted() - Method in class adams.core.option.ArrayProducer
Returns the blacklisted classes.
getBlacklisted() - Method in interface adams.core.option.BlacklistedOptionProducer
Returns the blacklisted classes.
getBlacklisted() - Method in class adams.core.option.NestedProducer
Returns the blacklisted classes.
getBlacklistedClasses() - Static method in class adams.gui.goe.Editors
Returns the properties storing the blacklisted classes.
getBlackListedClasses() - Method in class adams.core.option.HtmlParametersProducer
Returns the classes (interface or superclass) to prevent from being processed.
getBlobConversion() - Method in class adams.flow.sink.LargeObjectDbWriter
Returns the conversion to apply to BLOB byte arrays.
getBlobConversion() - Method in class adams.flow.source.LargeObjectDbReader
Returns the conversion to apply to BLOB byte arrays.
getBlock() - Method in class adams.flow.sink.sendnotification.MessageBox
Returns whether to block flow execution.
getBlockEnd() - Method in class adams.gui.scripting.SyntaxDocument
Returns the end of a block.
getBlocking() - Method in class adams.core.command.AbstractAsyncCapableExternalCommand
Returns whether to execute in blocking or async fashion.
getBlocking() - Method in interface adams.core.command.AsyncCapableExternalCommand
Returns whether to execute in blocking or async fashion.
getBlockSize() - Method in class adams.flow.source.RSync
 
getBlockStart() - Method in class adams.gui.scripting.SyntaxDocument
Returns the start of a block.
getBlurRadius() - Method in class adams.data.boofcv.transformer.CannyEdgeDetection
Returns the radius to use for the gaussian blur.
getBlurRadius() - Method in class adams.flow.transformer.locateobjects.CannyBinary
Returns the blur radius.
getBlurRadius() - Method in class adams.flow.transformer.locateobjects.CannyEdges
Returns the blur radius.
getBody() - Method in class adams.core.net.Email
Returns the body.
getBody() - Method in class adams.doc.docbook.InformalTable
Returns the body element, which contains the row elements.
getBody() - Method in class adams.doc.xhtml.Html
Returns the BODY tag.
getBody() - Method in class adams.flow.transformer.CreateEmail
Returns the body of the email.
getBody() - Method in class adams.gui.dialog.ComposeEmailDialog
Returns the "signature".
getBody() - Method in class adams.gui.dialog.ComposeEmailPanel
Returns the "body".
getBody() - Method in class adams.gui.visualization.multiobjectexport.EmailExport
Returns the body of the email.
getBookmarkHighlightBackground() - Method in class adams.gui.flow.tree.Tree
Returns the HTML background color string for the bookmark highlights.
getBoolean(Class, String, Boolean) - Static method in class adams.gui.core.GUIHelper
Returns the boolean value listed in the props file, or the default value if not found.
getBoolean(String) - Method in class adams.core.Properties
Returns the boolean value associated with the key, or null if not found or not parseable.
getBoolean(String) - Method in class adams.db.SimpleResultSet
get boolean
getBoolean(String) - Method in class adams.flow.core.AdditionalOptions
Returns the stored boolean.
getBoolean(String, boolean) - Static method in class adams.core.Performance
Returns the specified boolean property.
getBoolean(String, boolean) - Method in class adams.data.indexedsplits.MetaData
Returns the boolean value associated with the key or the default value if not present or not a boolean or string representing a boolean.
getBoolean(String, boolean) - Method in class adams.gui.core.GUIPrompt
Returns the stored value or, if not present, the default value.
getBoolean(String, Boolean) - Method in class adams.core.Properties
Returns the boolean value associated with the key, or the default value if not found or not parseable.
getBoolean(String, Boolean) - Method in class adams.flow.core.AdditionalOptions
Returns the stored boolean or the default value if not found.
getBoolean(String, Boolean) - Static method in class adams.gui.core.GUIHelper
Returns the boolean value listed in the props file, or the default value if not found.
getBooleanValue(AbstractField) - Method in class adams.data.report.Report
Get parameter value, or null if not available.
getBooleanValue(String) - Method in class adams.data.report.Report
Get parameter value, or null if not available.
getBooster() - Method in class weka.classifiers.trees.XGBoost
Gets the type of booster to use.
getBorder() - Method in class weka.experiment.ResultMatrixMediaWiki
Returns the thickness of the border.
getBorderTitle() - Method in class adams.gui.visualization.instance.InstanceComparePanel.DatasetPanel
Returns the title of the border.
getBorderTitle(int) - Method in class adams.gui.visualization.report.ReportFactory.Panel
Returns the title used in the border around the table with the report.
getBorderType() - Method in class adams.data.opencv.transformer.Blur
Returns the type of border to use.
getBorderType() - Method in class adams.data.opencv.transformer.GaussianBlur
Returns the type of border to use.
getBottom() - Method in class adams.data.image.transformer.crop.SimpleCrop
Returns the y of the bottom-right corner.
getBottom() - Method in class adams.gui.visualization.stats.zscore.ZScorePanel
Get the x axis
getBottomComponent() - Method in class adams.gui.core.SplitPanelWithOptionalComponents
Returns the bottom component.
getBottomMargin() - Method in class adams.gui.visualization.core.axis.AbstractAxisModel
Returns the currently set bottom margin factor (>= 0.0).
getBottomMargin() - Method in class adams.gui.visualization.core.AxisPanel
Returns the currently set bottom margin factor (>= 0.0).
getBottomMargin() - Method in class adams.gui.visualization.core.AxisPanelOptions
Returns the currently set bottom margin factor (>= 0.0).
getBottomPanel() - Method in class adams.gui.core.ErrorMessagePanel
Returns the bottom panel, i.e., the one holding the checkbox.
getBottomPanel() - Method in class adams.gui.goe.MultiLineValueDialog
Returns the panel at the bottom (using BorderLayout), which displays the count of values in SOUTH.
getBottomRight() - Method in interface adams.data.image.CropAlgorithm
Returns the bottom-right coordinates of the cropped image in the original image.
getBottomRight() - Method in class adams.data.image.transformer.crop.AbstractCropAlgorithm
Returns the bottom-right coordinates of the cropped image in the original image.
getBottomRight() - Method in class adams.flow.transformer.pixelselector.RectangleOverlay
Returns the bottom-right corner to paint.
getBottomRight() - Method in class adams.gui.event.ImagePanelSelectionEvent
Returns the bottom-right position.
getBound(SpreadSheet, boolean) - Method in class adams.data.io.output.GnumericSpreadSheetWriter
Returns the integer bound for number of columns/rows.
getBoundingBoxFallbackRatio() - Method in class adams.data.areaoverlap.PolygonBased
Returns the ratio between shape area over bbox area.
getBoundingBoxFallbackRatio() - Method in interface adams.data.objectoverlap.BoundingBoxFallbackSupporter
Returns the ratio between shape area over bbox area.
getBoundingBoxFallbackRatio() - Method in class adams.data.objectoverlap.IntersectOverUnionRatio
Returns the ratio between shape area over bbox area.
getBoundingBoxFallbackRatio() - Method in class adams.flow.transformer.draw.ObjectLocationsFromReport
Returns the ratio between shape area over bbox area.
getBoundingBoxFallbackRatio() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
Returns the ratio between shape area over bbox area.
getBoundingBoxFallbackRatio() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
Returns the ratio between shape area over bbox area.
getBoundingBoxFallbackRatio() - Method in class adams.gui.visualization.image.ObjectLocationsOverlayFromReport
Returns the ratio between shape area over bbox area.
getBoundingBoxFallbackRatio() - Method in class adams.gui.visualization.image.ReportObjectOverlay
Returns the ratio between shape area over bbox area.
getBoundingBoxFallbackRatio() - Method in class adams.gui.visualization.object.objectannotations.outline.PolygonOutline
Returns the ratio between shape area over bbox area.
getBoundingBoxFallbackRatio() - Method in class adams.gui.visualization.object.objectannotations.outline.PolygonVertices
Returns the ratio between shape area over bbox area.
getBoundingBoxFallbackRatio() - Method in class adams.gui.visualization.object.objectannotations.shape.FilledPolygon
Returns the ratio between shape area over bbox area.
getBounds() - Method in class adams.gui.visualization.core.axis.Tick
Returns the bounds.
getBoxHeight() - Method in class adams.gui.visualization.stats.boxplot.BoxPlotManager
Get the height of each box plot
getBoxWidth() - Method in class adams.gui.visualization.stats.boxplot.BoxPlotManager
Get the width of each box plot drawn
getBranches() - Method in class adams.flow.control.Branch
Returns the branches.
getBranchToken() - Method in class adams.flow.control.IfThenElse.IfThenElseDirector
Returns the token to be forwarded to then/else branches.
getBreakpointAt(int) - Method in class adams.flow.execution.debug.BreakpointTableModel
Returns the breakpoint at the specified location.
getBreakpoints() - Method in class adams.flow.execution.Debug
Returns the breakpoints to use for suspending the flow execution.
getBrightenPixels() - Method in class adams.data.imagefilter.GrayFilterProvider
Returns whether to brighten the pixels.
getBrightness() - Method in class adams.gui.visualization.image.plugins.Brightness.BrightnessDialog
Returns the current setup.
getBrightness() - Method in class adams.gui.visualization.object.CanvasPanel
Returns the brightness to use.
getBrightness() - Method in class adams.gui.visualization.object.ObjectAnnotationPanel
Returns the brightness in use.
getBufferSize() - Method in interface adams.core.BufferSupporter
Returns the size of the buffer.
getBufferSize() - Method in class adams.data.AbstractAnonymizer
Returns the buffer size of this anonymizer.
getBufferSize() - Method in class adams.flow.sink.DownloadFile
Get output file.
getBufferSize() - Method in class adams.flow.sink.DumpFile
Returns the number of lines to buffer before writing them to disk.
getBufferSize() - Method in class adams.flow.transformer.AbstractMultiCompress
Returns the buffer size for the stream.
getBufferSize() - Method in class adams.flow.transformer.AbstractMultiDecompress
Returns the buffer size for the stream.
getBufferSize() - Method in class adams.flow.transformer.AbstractSingleCompress
Returns the buffer size for the stream.
getBufferSize() - Method in class adams.flow.transformer.AbstractSingleDecompress
Returns the buffer size for the stream.
getBufferSize() - Method in class adams.flow.transformer.DownloadContent
Get output file.
getBufferSize() - Method in class adams.flow.transformer.WekaInstanceDumper
Returns the number of instances to buffer before writing them to disk.
getBuildRegressionTree() - Method in class weka.classifiers.trees.m5.M5Base2
Get the value of regressionTree.
getBuildTimestamp() - Method in class adams.env.Modules.Module
Returns the build timestamp of the module.
getBuildWait() - Method in class weka.classifiers.functions.FakeClassifier
Returns the time in msec to wait when calling buildClassifier.
getBusinessDays() - Method in class adams.core.base.BaseDate
Returns what business days to use.
getBusinessDays() - Method in class adams.core.base.BaseDateTime
Returns what business days to use.
getBusinessDays() - Method in class adams.core.base.BaseDateTimeMsec
Returns what business days to use.
getBusinessDays() - Method in class adams.data.conversion.BaseDateTimeMsecToString
Returns what business days to use.
getBusinessDays() - Method in class adams.data.conversion.BaseDateTimeToString
Returns what business days to use.
getBusinessDays() - Method in class adams.data.conversion.BaseDateToString
Returns what business days to use.
getBusinessDays() - Method in class adams.data.conversion.ExtractDateTimeField
Returns what business days to use.
getBusinessDays() - Method in class adams.parser.BaseDateExpression
Returns what business days to use.
getBusinessDays() - Method in class adams.parser.BaseDateTimeExpression
Returns what business days to use.
getBusinessDays() - Method in class adams.parser.BaseDateTimeMsecExpression
Returns what business days to use.
getBusinessDays() - Method in class adams.parser.ParserHelper
Returns the type of business days to use.
getButton() - Method in class adams.gui.visualization.object.mouseclick.AbstractMouseClickProcessor
Returns the mouse button to react to.
getButtonCaption() - Method in class adams.gui.core.SearchPanel
Returns the current caption of the search button (incl.
getButtons() - Method in class adams.gui.core.GUIHelper.InputPanelWithButtons
Gives access to the underlying buttons.
getButtonsLeft() - Method in class adams.gui.dialog.SpreadSheetQueryPanel
Returns the panel with the left buttons.
getButtonsLeft() - Method in class adams.gui.dialog.SQLStatementPanel
Returns the panel for the buttons on the left.
getButtonsPanel() - Method in class adams.gui.dialog.DialogWithButtons
Returns the parent panel for left/right buttons.
getButtonsPanel(boolean) - Method in class adams.gui.dialog.DialogWithButtons
Returns a panel for buttons.
getButtonsRight() - Method in class adams.gui.dialog.SpreadSheetQueryPanel
Returns the panel with the right buttons.
getButtonsRight() - Method in class adams.gui.dialog.SQLStatementPanel
Returns the panel for the buttons on the right.
getButtonsVisible() - Method in class adams.gui.goe.GenericArrayEditor
Returns whether the OK/Cancel/action buttons are visible.
getButtonsVisible() - Method in class adams.gui.goe.GenericObjectEditor
Returns whether the buttons are visible.
getButtonsVisible() - Method in class adams.gui.goe.GenericObjectEditor.GOEPanel
Returns whether the buttons are visible.
getBwlimit() - Method in class adams.flow.source.RSync
 
getByteArrayRepresentation() - Method in class net.semanticmetadata.lire.imageanalysis.features.global.BasicFeatures
Deprecated.
 
getByteOrder() - Method in class adams.data.conversion.ByteArrayToPrimitiveArray
Returns the byte order to use for the conversion.
getByteOrder() - Method in class adams.data.conversion.PrimitiveArrayToByteArray
Returns the byte order to use for the conversion.
getC() - Method in class adams.data.distribution.Triangular
Returns the c parameter.
getC() - Method in class adams.data.instancesanalysis.pls.PRM
Returns the tuning parameter.
getCache() - Method in class adams.event.StorageChangeEvent
Returns the name of the affected cache.
getCache() - Method in class adams.flow.control.IfStorageValue
Returns the name of the LRU cache to use, regular storage if left empty.
getCache() - Method in class adams.flow.source.DumpStorage
Returns the name of the LRU cache to use, regular storage if left empty.
getCache() - Method in class adams.flow.source.ListStorageNames
Returns the name of the LRU cache to use, regular storage if left empty.
getCache() - Method in class adams.flow.source.StorageValue
Returns the name of the LRU cache to use, regular storage if left empty.
getCache() - Method in class adams.flow.standalone.DeleteStorageValue
Returns the name of the LRU cache to use, regular storage if left empty.
getCache() - Method in class adams.flow.standalone.DeserializeToStorage
Returns the name of the LRU cache to use, regular storage if left empty.
getCache() - Method in class adams.flow.standalone.InitStorageCache
Returns the name of the cache to initialize.
getCache() - Method in class adams.flow.transformer.DeleteStorageValue
Returns the name of the LRU cache to use, regular storage if left empty.
getCache() - Method in class adams.flow.transformer.GetStorageValue
Returns the name of the LRU cache to use, regular storage if left empty.
getCache() - Method in class adams.flow.transformer.ReportToStorage
Returns the name of the LRU cache to use, regular storage if left empty.
getCache() - Method in class adams.flow.transformer.SetStorageValue
Returns the name of the LRU cache to use, regular storage if left empty.
getCache() - Static method in class adams.gui.core.Cursors
Returns the cursor cache.
getCalculated() - Method in class adams.gui.visualization.stats.paintlet.AbstractOverlayPaintlet
Get whether the paintlet has been calculated
getCalculated() - Method in class adams.gui.visualization.stats.paintlet.AbstractZOverlayPaintlet
Get whether the paintlet has been calculated
getCalendar() - Method in class adams.core.DateFormat
Returns the currently used calendar.
getCalendar() - Static method in class adams.core.DateUtils
Returns a new GregorianCalendar object with the system-wide defined locale and time zone.
getCalendar() - Method in class adams.parser.basedate.Parser
Returns the calendar used for calculating the dates.
getCalendar() - Method in class adams.parser.basedatetime.Parser
Returns the calendar used for calculating the dates.
getCalendar() - Method in class adams.parser.basedatetimemsec.Parser
Returns the calendar used for calculating the dates.
getCalendar() - Method in class adams.parser.basetime.Parser
Returns the calendar used for calculating the dates.
getCalendar() - Method in class adams.parser.basetimemsec.Parser
Returns the calendar used for calculating the dates.
getCalendar() - Method in class adams.parser.ParserHelper
Returns the calendar instance to use.
getCalendar(Date) - Method in class adams.parser.ParserHelper
Returns the calendar instance to use.
getCall() - Method in class adams.flow.sink.PyroSink
Returns the Pyro call to use.
getCall() - Method in class adams.flow.source.PyroSource
Returns the Pyro call to use.
getCall() - Method in class adams.flow.standalone.PyroStandalone
Returns the Pyro call to use.
getCall() - Method in class adams.flow.transformer.PyroTransformer
Returns the Pyro call to use.
getCallableActor() - Method in class adams.core.command.stderr.CallableActorSink
Returns the currently set callable actor.
getCallableActor() - Method in class adams.core.command.stdout.CallableActorSink
Returns the currently set callable actor.
getCallableActor() - Method in class adams.flow.control.SetContainerValue
Returns the name of the callable actors to get the data form.
getCallableActor() - Method in class adams.flow.control.TimedSubProcess
Returns the currently set callable actor.
getCallableActor() - Method in class adams.flow.control.TimedTee
Returns the currently set callable actor.
getCallableActor() - Method in class adams.flow.control.TimedTrigger
Returns the currently set callable actor.
getCallableActor() - Method in class adams.flow.core.AbstractCallableActor
Returns the currently set callable actor.
getCallableActor() - Method in interface adams.flow.core.CallableActorUser
Returns the currently set callable actor.
getCallableActor() - Method in interface adams.flow.core.TimedActor
Returns the currently set callable actor.
getCallableActor() - Method in class adams.flow.standalone.QueueInit
Returns the currently set callable actor.
getCallableActor() - Method in class adams.flow.transformer.SpreadSheetTransformCells
Returns the currently set callable actor.
getCallableActor() - Method in class adams.flow.transformer.SpreadSheetTransformHeaderCells
Returns the currently set callable actor.
getCallableActor() - Method in class adams.flow.transformer.WekaGeneticAlgorithm
Returns the currently set callable actor.
getCallableActor() - Method in class adams.scripting.requesthandler.CallableActorsHandler
Returns the currently set callable actor.
getCallableActor() - Method in class adams.scripting.responsehandler.CallableActorsHandler
Returns the currently set callable actor.
getCallableActor(TreePath) - Static method in class adams.gui.goe.VariableSupport
Returns the callable actor associated with the path.
getCallableActors() - Method in class adams.flow.source.MakeContainer
Returns the names of the callable actors to get the data form.
getCallableActorValue(String, Object) - Method in class adams.flow.core.FlowVariables
Returns the value obtain from the callable actor.
getCallableName() - Method in class adams.core.command.stderr.CallableActorSink
Returns the name of the callable actor in use.
getCallableName() - Method in class adams.core.command.stdout.CallableActorSink
Returns the name of the callable actor in use.
getCallableName() - Method in class adams.flow.control.CallableActorScreenshot
Returns the name of the callable actor in use.
getCallableName() - Method in class adams.flow.control.TimedSubProcess
Returns the name of the callable actor in use.
getCallableName() - Method in class adams.flow.control.TimedTee
Returns the name of the callable actor in use.
getCallableName() - Method in class adams.flow.control.TimedTrigger
Returns the name of the callable actor in use.
getCallableName() - Method in class adams.flow.control.UpdateCallableDisplay
Returns the name of the callable actor in use.
getCallableName() - Method in class adams.flow.core.AbstractCallableActor
Returns the name of the callable actor in use.
getCallableName() - Method in class adams.flow.core.AbstractCopyCallableActor
Returns the name of the callable actor in use.
getCallableName() - Method in interface adams.flow.core.TimedActor
Returns the name of the callable actor in use.
getCallableName() - Method in class adams.flow.transformer.WekaGeneticAlgorithm
Returns the name of the callable sink in use.
getCallableName() - Method in class adams.scripting.requesthandler.CallableActorsHandler
Returns the name of the callable transformer in use.
getCallableName() - Method in class adams.scripting.responsehandler.CallableActorsHandler
Returns the name of the callable transformer in use.
getCallCleanUp() - Method in class adams.flow.transformer.ExecuteActor
Returns whether to call the actor's cleanUp method.
getCallSetUp() - Method in class adams.flow.transformer.ExecuteActor
Returns whether to call the actor's setUp method.
getCallWrapUp() - Method in class adams.flow.transformer.ExecuteActor
Returns whether to call the actor's wrapUp method.
getCancelButton() - Method in class adams.gui.dialog.ApprovalDialog
Returns the cancel button.
getCancelCaption() - Method in class adams.gui.dialog.ApprovalDialog
Returns the caption/text of the Cancel button.
getCanceled() - Method in class adams.gui.visualization.report.ReportFactory.StandardsDialog
Returns whether the dialog was canceled or not.
getCanceledByUser() - Method in class adams.gui.plugin.AbstractToolPlugin
Returns whether the operation was canceled by the user.
getCanceledByUser() - Method in class adams.gui.tools.spreadsheetviewer.AbstractDataPlugin
Returns whether the operation was canceled by the user.
getCanceledByUser() - Method in class adams.gui.tools.spreadsheetviewer.AbstractViewPlugin
Returns whether the operation was canceled by the user.
getCancelledVariable() - Method in class adams.flow.template.SimpleMenu
Returns the variable name to use for storing the cancelled state.
getCancelListener() - Method in class adams.gui.visualization.instance.LoadDatasetDialog
Returns the listener for the event that the user discarded the input.
getCancelListener() - Method in class adams.gui.visualization.spreadsheet.LoadSpreadSheetDialog
Returns the listener for the event that the user discarded the input.
getCancelMnemonic() - Method in class adams.gui.dialog.ApprovalDialog
Returns the mnemonic of the Cancel button.
getCancelToken() - Method in class adams.flow.transformer.ConfirmationDialog
Returns the string that gets forwarded as token in case the user chooses 'cancel' as option (or closes the dialog), in case custom tokens are enabled.
getCanChangeClass() - Method in class adams.gui.goe.GenericObjectEditorPanel
Returns whether the user can change the class.
getCanChangeClassInDialog() - Method in class adams.gui.goe.GenericObjectEditor
Returns whether the user can change the class in the dialog.
getCanChangeClassInDialog() - Method in class adams.gui.goe.GenericObjectEditor.GOEPanel
Returns whether the user can change the class in the dialog.
getCanChangeClassInDialog() - Method in class adams.gui.tools.spreadsheetviewer.AbstractDataPluginWithGOE
Returns whether the class can be changed in the GOE.
getCanChangeClassInDialog() - Method in class adams.gui.tools.spreadsheetviewer.AbstractSelectedSheetsDataPluginWithGOE
Returns whether the class can be changed in the GOE.
getCanChangeClassInDialog() - Method in class adams.gui.tools.spreadsheetviewer.AbstractSelectedSheetsViewPluginWithGOE
Returns whether the class can be changed in the GOE.
getCanChangeClassInDialog() - Method in class adams.gui.tools.spreadsheetviewer.AbstractViewPluginWithGOE
Returns whether the class can be changed in the GOE.
getCanChangeClassInDialog() - Method in class adams.gui.tools.spreadsheetviewer.Merge
Returns whether the class can be changed in the GOE.
getCanChangeClassInDialog() - Method in class adams.gui.visualization.image.plugins.AbstractCurrentImageFilterWithGOE
Returns whether the class can be changed in the GOE.
getCanChangeClassInDialog() - Method in class adams.gui.visualization.image.plugins.AbstractImageViewerPluginWithGOE
Returns whether the class can be changed in the GOE.
getCanChangeClassInDialog() - Method in class adams.gui.visualization.image.plugins.AbstractSelectedImagesFilterWithGOE
Returns whether the class can be changed in the GOE.
getCanChangeClassInDialog() - Method in class adams.gui.visualization.image.plugins.AbstractSelectedImagesViewerPluginWithGOE
Returns whether the class can be changed in the GOE.
getCanChangeClassInDialog() - Method in class adams.gui.visualization.image.plugins.BoofCVDetectLines
Returns whether the class can be changed in the GOE.
getCanChangeClassInDialog() - Method in class adams.gui.visualization.image.plugins.BoofCVDetectLineSegments
Returns whether the class can be changed in the GOE.
getCanChangeClassInDialog() - Method in class adams.gui.wizard.GenericObjectEditorPage
Returns whether the user can change the class.
getCanChangeClassInDialog(PropertyEditor) - Method in class adams.gui.goe.AbstractGenericObjectEditorHandler
Returns whether the class can be changed in the dialog.
getCanChangeClassInDialog(PropertyEditor) - Method in class adams.gui.goe.AdamsGenericObjectEditorHandler
Returns whether the class can be changed in the dialog.
getCanChangeClassInDialog(PropertyEditor) - Method in class adams.gui.goe.DefaultGenericObjectEditorHandler
Returns whether the class can be changed in the dialog.
getCanChangeClassInDialog(PropertyEditor) - Method in class adams.gui.goe.GenericObjectEditorPopupMenu
Returns whether the class can be changed in the editor.
getCanChangeClassInDialog(PropertyEditor) - Method in class adams.gui.goe.WekaGenericObjectEditorHandler
Returns whether the class can be changed in the dialog.
getCanChangeClassInDialog(PropertyEditor) - Method in class adams.gui.goe.WekaGenericObjectEditorPopupMenu
Returns whether the class can be changed in the editor.
getCanChangeConditionsClass() - Method in class adams.gui.selection.AbstractConditionalDatabaseSelectionPanel
Returns whether the conditions class can be changed in the GUI.
getCanonicalPath() - Method in class adams.core.io.PlaceholderFile
Returns the canonical pathname string of this abstract pathname.
getCanOpenFiles() - Method in class adams.gui.dialog.TextDialog
Returns whether the editor can open files.
getCanOpenFiles() - Method in class adams.gui.dialog.TextPanel
Returns whether the editor can open files.
getCanopyMaxNumCanopiesToHoldInMemory() - Method in class weka.clusterers.SAXKMeans
Get the maximum number of candidate canopies to retain in memory during training.
getCanopyMinimumCanopyDensity() - Method in class weka.clusterers.SAXKMeans
Get the minimum T2-based density below which a canopy will be pruned during periodic pruning.
getCanopyPeriodicPruningRate() - Method in class weka.clusterers.SAXKMeans
Get the how often to prune low density canopies during training (if using canopy clustering)
getCanopyT1() - Method in class weka.clusterers.SAXKMeans
Get the t1 radius to use when canopy clustering is being used as start points and/or to reduce the number of distance calcs
getCanopyT2() - Method in class weka.clusterers.SAXKMeans
Get the t2 radius to use when canopy clustering is being used as start points and/or to reduce the number of distance calcs
getCanvas() - Method in class adams.gui.visualization.object.ObjectAnnotationPanel
Returns the canvas.
getCanvas() - Method in class adams.gui.visualization.object.tools.AbstractTool
Returns the currently set canvas panel.
getCanvas() - Method in interface adams.gui.visualization.object.tools.Tool
Returns the currently set canvas panel.
getCanvas() - Method in class adams.gui.visualization.segmentation.tool.AbstractTool
Returns the currently set canvas panel.
getCanvas() - Method in interface adams.gui.visualization.segmentation.tool.Tool
Returns the currently set canvas panel.
getCanvasColor() - Method in class adams.flow.transformer.locateobjects.AbstractObjectLocator
Returns the color to use for filling the canvas.
getCanvasHeight() - Method in class adams.data.image.transformer.ChangeCanvasSize
Returns the height of the canvas.
getCanvasHeight() - Method in class adams.flow.transformer.locateobjects.AbstractObjectLocator
Returns the height of the canvas in pixels.
getCanvasHeight() - Method in class adams.flow.transformer.locateobjects.ChangeCanvasSize
Returns the height of the canvas.
getCanvasPanel() - Method in class adams.gui.visualization.segmentation.layer.LayerManager
Returns the canvas panel.
getCanvasPanel() - Method in class adams.gui.visualization.segmentation.SegmentationPanel
Returns the underlying canvas panel.
getCanvasWidth() - Method in class adams.data.image.transformer.ChangeCanvasSize
Returns the width of the canvas.
getCanvasWidth() - Method in class adams.flow.transformer.locateobjects.AbstractObjectLocator
Returns the width of the canvas in pixels.
getCanvasWidth() - Method in class adams.flow.transformer.locateobjects.ChangeCanvasSize
Returns the width of the canvas.
getCapabilities() - Method in class adams.data.instancesanalysis.pls.AbstractPLS
Returns the Capabilities of this filter.
getCapabilities() - Method in class adams.data.weka.columnfinder.AbstractColumnFinderWithCapabilities
Returns the capabilities of this object.
getCapabilities() - Method in class adams.data.weka.predictions.AbstractErrorScaler
Returns the capabilities of this object.
getCapabilities() - Method in class adams.data.weka.predictions.AutoScaler
Returns the capabilities of this object.
getCapabilities() - Method in class adams.data.weka.predictions.FixedSizeErrorScaler
Returns the capabilities of this object.
getCapabilities() - Method in class adams.data.weka.predictions.NumericErrorScalerWithReference
Returns the capabilities of this object.
getCapabilities() - Method in class adams.data.weka.predictions.RelativeNumericErrorScaler
Returns the capabilities of this object.
getCapabilities() - Method in class adams.data.weka.predictions.RoundErrorScaler
Returns the capabilities of this object.
getCapabilities() - Method in class adams.data.weka.rowfinder.AbstractRowFinderWithCapabilities
Returns the capabilities of this object.
getCapabilities() - Method in class adams.flow.condition.bool.AbstractAttributeCapabilities
Returns the capabilities.
getCapabilities() - Method in interface adams.ml.capabilities.CapabilitiesHandler
Returns the capabilities of the class.
getCapabilities() - Method in interface adams.ml.model.Algorithm
Returns the algorithm's capabilities in terms of data.
getCapabilities() - Method in class adams.ml.model.classification.AbstractClassifier
Returns the algorithm's capabilities in terms of data.
getCapabilities() - Method in class adams.ml.model.classification.AbstractMultiTargetClassifier
Returns the algorithm's capabilities in terms of data.
getCapabilities() - Method in class adams.ml.model.classification.WekaClassifier
Returns the algorithm's capabilities in terms of data.
getCapabilities() - Method in class adams.ml.model.clustering.AbstractClusterer
Returns the algorithm's capabilities in terms of data.
getCapabilities() - Method in class adams.ml.model.clustering.WekaClusterer
Returns the algorithm's capabilities in terms of data.
getCapabilities() - Method in class adams.ml.model.regression.AbstractMultiTargetRegressor
Returns the algorithm's capabilities in terms of data.
getCapabilities() - Method in class adams.ml.model.regression.AbstractRegressor
Returns the algorithm's capabilities in terms of data.
getCapabilities() - Method in class adams.ml.model.regression.WekaRegressor
Returns the algorithm's capabilities in terms of data.
getCapabilities() - Method in interface adams.ml.preprocessing.Filter
Returns the capabilities.
getCapabilities() - Method in class adams.ml.preprocessing.supervised.PLS
Returns the capabilities.
getCapabilities() - Method in class adams.ml.preprocessing.unsupervised.MultiBatch
Returns the capabilities.
getCapabilities() - Method in class adams.ml.preprocessing.unsupervised.MultiStream
Returns the capabilities.
getCapabilities() - Method in class adams.ml.preprocessing.unsupervised.PassThrough
Returns the capabilities.
getCapabilities() - Method in class adams.ml.preprocessing.unsupervised.PCA
Returns the capabilities.
getCapabilities() - Method in class adams.ml.preprocessing.unsupervised.SavitzkyGolay
Returns the capabilities.
getCapabilities() - Method in class weka.attributeSelection.LinearRegressionAttributeEval
Returns the capabilities of this evaluator.
getCapabilities() - Method in class weka.classifiers.functions.ClassificationViaPLS
Returns the Capabilities of this classifier.
getCapabilities() - Method in class weka.classifiers.functions.FakeClassifier
Returns the Capabilities of this classifier.
getCapabilities() - Method in class weka.classifiers.functions.GaussianProcessesAdaptive
Returns default capabilities of the classifier.
getCapabilities() - Method in class weka.classifiers.functions.GaussianProcessesNoWeights
Returns default capabilities of the classifier.
getCapabilities() - Method in class weka.classifiers.functions.GaussianProcessesWeighted
Returns default capabilities of the classifier.
getCapabilities() - Method in class weka.classifiers.functions.GeneticAlgorithm
Returns the Capabilities of this classifier.
getCapabilities() - Method in class weka.classifiers.functions.GPD
Returns default capabilities of the classifier.
getCapabilities() - Method in class weka.classifiers.functions.LinearRegressionJ
Returns default capabilities of the classifier.
getCapabilities() - Method in class weka.classifiers.functions.MathExpressionClassifier
Returns the Capabilities of this classifier.
getCapabilities() - Method in class weka.classifiers.functions.PLSClassifierWeighted
Returns default capabilities of the classifier.
getCapabilities() - Method in class weka.classifiers.functions.PLSWeighted
Returns default capabilities of the classifier.
getCapabilities() - Method in class weka.classifiers.functions.SimpleLinearRegressionWithAccess
Returns default capabilities of the classifier.
getCapabilities() - Method in class weka.classifiers.meta.AbstainAttributePercentile
Returns default capabilities of the base classifier.
getCapabilities() - Method in class weka.classifiers.meta.AbstainAverage
Returns default capabilities of the classifier.
getCapabilities() - Method in class weka.classifiers.meta.AbstainAverageWithClassifierWeights
Returns default capabilities of the classifier.
getCapabilities() - Method in class weka.classifiers.meta.AbstainLeastMedianSq
Returns default capabilities of the base classifier.
getCapabilities() - Method in class weka.classifiers.meta.AbstainMinimumProbability
Returns default capabilities of the base classifier.
getCapabilities() - Method in class weka.classifiers.meta.AbstainVote
Returns default capabilities of the classifier.
getCapabilities() - Method in class weka.classifiers.meta.ClassificationViaRegressionD
Returns default capabilities of the classifier.
getCapabilities() - Method in class weka.classifiers.meta.ClassifierCascade
Returns combined capabilities of the base classifiers, i.e., the capabilities all of them have in common.
getCapabilities() - Method in class weka.classifiers.meta.ConsensusOrVote
Returns the ensemble's capabilities.
getCapabilities() - Method in class weka.classifiers.meta.Fallback
Returns the Capabilities of this classifier.
getCapabilities() - Method in class weka.classifiers.meta.FilteredClassifierExt
Returns default capabilities of the classifier.
getCapabilities() - Method in class weka.classifiers.meta.HighLowSplit
Returns default capabilities of the base classifier.
getCapabilities() - Method in class weka.classifiers.meta.HighLowSplitSingleClassifier
Returns default capabilities of the base classifier.
getCapabilities() - Method in class weka.classifiers.meta.LeastMedianSq
Returns default capabilities of the base classifier.
getCapabilities() - Method in class weka.classifiers.meta.MinMaxLimits
Returns default capabilities of the base classifier.
getCapabilities() - Method in class weka.classifiers.meta.PartitionedStacking
Returns combined capabilities of the base classifiers, i.e., the capabilities all of them have in common.
getCapabilities() - Method in class weka.classifiers.meta.SocketFacade
Returns the Capabilities of this classifier.
getCapabilities() - Method in class weka.classifiers.meta.ThresholdedBinaryClassification
Returns the ensemble's capabilities.
getCapabilities() - Method in class weka.classifiers.meta.Veto
Returns the ensemble's capabilities.
getCapabilities() - Method in class weka.classifiers.meta.VotedImbalance
Returns default capabilities of the base classifier.
getCapabilities() - Method in class weka.classifiers.simple.AbstractSimpleClassifier
Returns the Capabilities of this classifier.
getCapabilities() - Method in class weka.classifiers.trees.m5.M5Base2
Returns default capabilities of the classifier, i.e., of LinearRegression.
getCapabilities() - Method in class weka.classifiers.trees.RandomModelTrees
Returns default capabilities of the classifier.
getCapabilities() - Method in class weka.classifiers.trees.RandomRegressionForest
Returns default capabilities of the classifier.
getCapabilities() - Method in class weka.classifiers.trees.XGBoost
Returns the Capabilities of this classifier.
getCapabilities() - Method in class weka.clusterers.SAXKMeans
Returns default capabilities of the clusterer.
getCapabilities() - Method in class weka.core.converters.SimpleArffSaver
Returns the Capabilities of this saver.
getCapabilities() - Method in class weka.core.converters.SpreadSheetSaver
Returns the Capabilities of this saver.
getCapabilities() - Method in class weka.filters.FilteredFilter
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.FlowFilter
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.SerializedFilter
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.supervised.attribute.PLS
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.supervised.attribute.YGradientEPO
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.supervised.attribute.YGradientGLSW
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.supervised.instance.RemoveOutliers
Returns the ensemble's capabilities.
getCapabilities() - Method in class weka.filters.unsupervised.attribute.AbstractColumnFinderApplier
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.attribute.AndrewsCurves
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.attribute.AnyToString
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.attribute.AttributeSummaryTransferFilter
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.attribute.CorrelationMatrix
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.attribute.Detrend
 
getCapabilities() - Method in class weka.filters.unsupervised.attribute.DownSample
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.attribute.EquiDistance
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.attribute.FastWavelet
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.attribute.FFT
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.attribute.InputSmearing
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.attribute.JoinAttributes
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.attribute.LogTransform
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.attribute.MergeManyAttributes
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.attribute.MergeTwoAttributes
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.attribute.MetaPartitionedMultiFilter
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.attribute.MultiplicativeScatterCorrection
 
getCapabilities() - Method in class weka.filters.unsupervised.attribute.NominalToNumeric
 
getCapabilities() - Method in class weka.filters.unsupervised.attribute.NormalizeAdaptive
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.attribute.OuterProductAnalysis
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.attribute.PAA
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.attribute.PartitionedMultiFilter2
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.attribute.PrincipalComponentsJ
Returns the capabilities of this evaluator.
getCapabilities() - Method in class weka.filters.unsupervised.attribute.ReplaceMissingValuesWithZero
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.attribute.RowSum
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.attribute.SavitzkyGolay
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.attribute.SavitzkyGolay2
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.attribute.SAX
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.attribute.SetMissingValue
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.attribute.SimpleDetrend
 
getCapabilities() - Method in class weka.filters.unsupervised.attribute.SpellChecker
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.attribute.StringToDate
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.instance.AbstractRowFinderApplier
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.instance.AccumulatedLWLWeights
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.instance.AlignDataset
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.instance.KeepRange
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.instance.KennardStone
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.instance.LatestRecords
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.instance.MultiRowProcessor
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.instance.RemoveDuplicateIDs
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.instance.RemoveDuplicates
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.instance.RemoveInstancesWithMissingValue
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.instance.RemoveMisclassifiedAbs
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.instance.RemoveMisclassifiedRel
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.instance.RemoveTestInstances
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.instance.RemoveWithLabels
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.instance.RemoveWithWeights
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.instance.RemoveWithZeroes
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.instance.RowNorm
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.instance.SafeRemoveRange
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.instance.Scale
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.instance.Sort
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.instance.SortOnAttribute
Returns the Capabilities of this filter.
getCapabilities() - Method in class weka.filters.unsupervised.instance.WeightsBasedResample
Returns the Capabilities of this filter.
getCapabilities(Instances) - Method in class weka.filters.unsupervised.attribute.MetaPartitionedMultiFilter
Returns the Capabilities of this filter, customized based on the data.
getCaption() - Method in class adams.gui.plugin.AbstractToolPlugin
Returns the text for the menu item to create.
getCaption() - Method in class adams.gui.visualization.image.plugins.Barcode
Returns the text for the menu item to create.
getCaption() - Method in class adams.gui.visualization.image.plugins.BoofCVDetectLines
Returns the text for the menu item to create.
getCaption() - Method in class adams.gui.visualization.image.plugins.BoofCVDetectLineSegments
Returns the text for the menu item to create.
getCaption() - Method in class adams.gui.visualization.image.plugins.BoofCVFeatureGenerator
Returns the text for the menu item to create.
getCaption() - Method in class adams.gui.visualization.image.plugins.BoofCVTransformer
Returns the text for the menu item to create.
getCaption() - Method in class adams.gui.visualization.image.plugins.Brightness
Returns the text for the menu item to create.
getCaption() - Method in class adams.gui.visualization.image.plugins.BufferedImageFeatureGenerator
Returns the text for the menu item to create.
getCaption() - Method in class adams.gui.visualization.image.plugins.BufferedImageTransformer
Returns the text for the menu item to create.
getCaption() - Method in class adams.gui.visualization.image.plugins.DisplayObjectLocationsFromReport
Returns the text for the menu item to create.
getCaption() - Method in class adams.gui.visualization.image.plugins.Histogram
Returns the text for the menu item to create.
getCaption() - Method in class adams.gui.visualization.image.plugins.ImageFileMetaData
Returns the text for the menu item to create.
getCaption() - Method in class adams.gui.visualization.image.plugins.LocateObjects
Returns the text for the menu item to create.
getCaption() - Method in class adams.gui.visualization.image.plugins.MarkLocation
Returns the text for the menu item to create.
getCaption() - Method in class adams.gui.visualization.image.plugins.TesseractOCR
Returns the text for the menu item to create.
getCaptionNegative() - Method in class adams.flow.condition.bool.PromptUser
Returns the caption for the 'negative' button.
getCaptionPositive() - Method in class adams.flow.condition.bool.PromptUser
Returns the caption for the 'negative' button.
getCaret() - Method in class adams.gui.core.TextEditorPanel
Fetches the caret that allows text-oriented navigation over the view.
getCaretPosition() - Method in class adams.gui.core.AbstractTextAreaPanelWithAdvancedSyntaxHighlighting
Returns the current position of the cursor.
getCaretPosition() - Method in class adams.gui.core.BaseTextAreaWithButtons
Returns the current caret position.
getCaretPosition() - Method in class adams.gui.core.BaseTextPaneWithButtons
Returns the current caret position.
getCaretPosition() - Method in class adams.gui.core.BaseTextPaneWithWordWrap
Returns the current position of the cursor.
getCaretPosition() - Method in class adams.gui.core.StyledTextEditorPanel
Returns the current position of the cursor.
getCaretPosition() - Method in interface adams.gui.core.TextAreaComponent
Returns the current caret position.
getCaretPosition() - Method in class adams.gui.core.TextEditorPanel
Returns the current position of the cursor.
getCaretPosition() - Method in interface adams.gui.core.TextPaneComponent
Returns the current position of the cursor.
getCaretPosition() - Method in class adams.gui.dialog.TextPanel
Returns the current position of the cursor.
getCaseIndex(Actor, Token) - Method in interface adams.flow.condition.bool.IndexedBooleanCondition
Returns the index of the case that should get executed.
getCaseIndex(Actor, Token) - Method in class adams.flow.condition.bool.WekaClassification
Returns the index of the case that should get executed.
getCaseInsensitive() - Method in class adams.data.conversion.SpreadSheetStringColumnToBoolean
Returns whether to match strings case-sensitive.
getCases() - Method in class adams.flow.control.Switch
Returns the cases.
getCases() - Method in class adams.flow.source.SwitchedSource
Returns the cases.
getCaseSensitive() - Method in class adams.flow.transformer.FindInFile
Returns whether the search is case-sensitive.
getCaseSensitive() - Method in class adams.flow.transformer.StringIndexOf
Returns whether to perform case-sensitive search.
getCaseSensitive() - Method in class adams.flow.transformer.SubStringCount
Returns whether to perform case-sensitive search.
getCaseSensitive() - Method in class adams.gui.scripting.SyntaxDocument
Returns whether blanks are used instead of tabs.
getCaseToken() - Method in class adams.flow.control.Switch.SwitchDirector
Returns the token to be forwarded to switch cases.
getCast(AbstractArgumentOption) - Method in class adams.core.option.AbstractJavaCodeProducer
Creates the casting string.
getCatch() - Method in class adams.flow.control.TryCatch
Returns the try branch.
getCategoricalActual() - Method in class adams.flow.transformer.summarystatistics.AbstractCategoricalSummaryStatistic
Returns the actual values.
getCategoricalActual() - Method in class adams.flow.transformer.summarystatistics.AbstractGeneralSummaryStatistic
Returns the actual values.
getCategoricalActual() - Method in interface adams.flow.transformer.summarystatistics.CategoricalSummaryStatistic
Returns the actual values.
getCategoricalClassDistributionLabels() - Method in class adams.flow.transformer.summarystatistics.AbstractCategoricalSummaryStatistic
Returns the class distributions values.
getCategoricalClassDistributionLabels() - Method in class adams.flow.transformer.summarystatistics.AbstractGeneralSummaryStatistic
Returns the class distributions values.
getCategoricalClassDistributionLabels() - Method in interface adams.flow.transformer.summarystatistics.CategoricalSummaryStatistic
Returns the class distributions values.
getCategoricalClassDistributions() - Method in class adams.flow.transformer.summarystatistics.AbstractCategoricalSummaryStatistic
Returns the class distributions values.
getCategoricalClassDistributions() - Method in class adams.flow.transformer.summarystatistics.AbstractGeneralSummaryStatistic
Returns the class distributions values.
getCategoricalClassDistributions() - Method in interface adams.flow.transformer.summarystatistics.CategoricalSummaryStatistic
Returns the class distributions values.
getCategoricalPredicted() - Method in class adams.flow.transformer.summarystatistics.AbstractCategoricalSummaryStatistic
Returns the predicted values.
getCategoricalPredicted() - Method in class adams.flow.transformer.summarystatistics.AbstractGeneralSummaryStatistic
Returns the predicted values.
getCategoricalPredicted() - Method in interface adams.flow.transformer.summarystatistics.CategoricalSummaryStatistic
Returns the predicted values.
getCategoricalProbabilities() - Method in class adams.flow.transformer.summarystatistics.AbstractCategoricalSummaryStatistic
Returns the probabilities.
getCategoricalProbabilities() - Method in class adams.flow.transformer.summarystatistics.AbstractGeneralSummaryStatistic
Returns the probabilities.
getCategoricalProbabilities() - Method in interface adams.flow.transformer.summarystatistics.CategoricalSummaryStatistic
Returns the probabilities values.
getCategory() - Method in class adams.gui.application.AbstractMenuItemDefinition
Returns the category of the menu item in which it should appear, i.e., the name of the menu.
getCategory() - Method in class adams.gui.menu.About
Returns the category of the menu item in which it should appear, i.e., the name of the menu.
getCategory() - Method in class adams.gui.menu.AbstractClassifierBasedGeneticAlgorithmWizard
Returns the category of the menu item in which it should appear, i.e., the name of the menu.
getCategory() - Method in class adams.gui.menu.AbstractJDKMenuItemDefinition
Returns the category of the menu item in which it should appear, i.e., the name of the menu.
getCategory() - Method in class adams.gui.menu.AbstractSequenceViewer
Returns the category of the menu item in which it should appear, i.e., the name of the menu.
getCategory() - Method in class adams.gui.menu.AbstractWekaMenuItemDefinition
Returns the category of the menu item in which it should appear, i.e., the name of the menu.
getCategory() - Method in class adams.gui.menu.ActorUsage
Returns the category of the menu item in which it should appear, i.e., the name of the menu.
getCategory() - Method in class adams.gui.menu.AntiAliasing
Returns the category of the menu item in which it should appear, i.e., the name of the menu.
getCategory() - Method in class adams.gui.menu.AppendDatasets
Returns the category of the menu item in which it should appear, i.e., the name of the menu.
getCategory() - Method in class adams.gui.menu.ArffViewer
Returns the category of the menu item in which it should appear, i.e., the name of the menu.
getCategory() - Method in class adams.gui.menu.BatchFilterDatasets
Returns the category of the menu item in which it should appear, i.e., the name of the menu.
getCategory() - Method in class adams.gui.menu.BoundaryVisualizer
Returns the category of the menu item in which it should appear, i.e., the name of the menu.
getCategory() - Method in class adams.gui.menu.ClassHelp
Returns the category of the menu item in which it should appear, i.e., the name of the menu.
getCategory() - Method in class adams.gui.menu.ConfigureOptionHandler
Returns the category of the menu item in which it should appear, i.e., the name of the menu.
getCategory() - Method in class adams.gui.menu.ConnectToDatabases
Returns the category of the menu item in which it should appear, i.e., the name of the menu.
getCategory() - Method in class adams.gui.menu.ConsoleOutputAnalyzer
Returns the category of the menu item in which it should appear, i.e., the name of the menu.
getCategory() - Method in class adams.gui.menu.ConsoleWindow
Returns the category of the menu item in which it should appear, i.e., the name of the menu.
getCategory() - Method in class adams.gui.menu.ContainerNesting
Returns the category of the menu item in which it should appear, i.e., the name of the menu.
getCategory() - Method in class adams.gui.menu.CostCurve
Returns the category of the menu item in which it should appear, i.e., the name of the menu.
getCategory() - Method in class adams.gui.menu.DatasetCompatibility
Returns the category of the menu item in which it should appear, i.e., the name of the menu.
getCategory() - Method in class adams.gui.menu.DateTest
Returns the category of the menu item in which it should appear, i.e., the name of the menu.
getCategory() - Method in class adams.gui.menu.Diff
Returns the category of the menu item in which it should appear, i.e., the name of the menu.
getCategory() - Method in class adams.gui.menu.Documentation
Returns the category of the menu item in which it should appear, i.e., the name of the menu.
getCategory() - Method in class adams.gui.menu.EmailAddressBook
Returns the category of the menu item in which it should appear, i.e., the name of the menu.
getCategory() - Method in class adams.gui.menu.FavoritesManagement
Returns the category of the menu item in which it should appear, i.e., the name of the menu.
getCategory() - Method in class adams.gui.menu.FileChooserBookmarksManagement
Returns the category of the menu item in which it should appear, i.e., the name of the menu.
getCategory() - Method in class adams.gui.menu.FileCommander
Returns the category of the menu item in which it should appear, i.e., the name of the menu.
getCategory() - Method in class adams.gui.menu.FileMonitor
Returns the category of the menu item in which it should appear, i.e., the name of the menu.
getCategory() - Method in class adams.gui.menu.FindClass
Returns the category of the menu item in which it should appear, i.e., the name of the menu.
getCategory() - Method in class adams.gui.menu.FindInFiles
Returns the category of the menu item in which it should appear, i.e., the name of the menu.
getCategory() - Method in class adams.gui.menu.FlowControlCenter
Returns the category of the menu item in which it should appear, i.e., the name of the menu.
getCategory() - Method in class adams.gui.menu.FlowEditor
Returns the category of the menu item in which it should appear, i.e., the name of the menu.
getCategory() - Method in class adams.gui.menu.FlowRunner
Returns the category of the menu item in which it should appear, i.e., the name of the menu.
getCategory() - Method in class adams.gui.menu.GarbageCollector
Returns the category of the menu item in which it should appear, i.e., the name of the menu.
getCategory() - Method in class adams.gui.menu.GraphVisualizer
Returns the category of the menu item in which it should appear, i.e., the name of the menu.
getCategory() - Method in class adams.gui.menu.GroovyConsole
Returns the category of the menu item in which it should appear, i.e., the name of the menu.
getCategory() - Method in class adams.gui.menu.Homepage
Returns the category of the menu item in which it should appear, i.e., the name of the menu.
getCategory() - Method in class adams.gui.menu.ImageProcessor
Returns the category of the menu item in which it should appear, i.e., the name of the menu.
getCategory() - Method in class adams.gui.menu.ImageViewer
Returns the category of the menu item in which it should appear, i.e., the name of the menu.
getCategory() - Method in class adams.gui.menu.InstanceCompare
Returns the category of the menu item in which it should appear, i.e., the name of the menu.
getCategory() - Method in class adams.gui.menu.InstanceExplorer
Returns the category of the menu item in which it should appear, i.e., the name of the menu.
getCategory() - Method in class adams.gui.menu.InstancesPlot
Returns the category of the menu item in which it should appear, i.e., the name of the menu.
getCategory() - Method in class adams.gui.menu.LogEntryDatabaseViewer
Returns the category of the menu item in which it should appear, i.e., the name of the menu.
getCategory() - Method in class adams.gui.menu.MakeCompatibleDatasets
Returns the category of the menu item in which it should appear, i.e., the name of the menu.
getCategory() - Method in class adams.gui.menu.MarginCurve
Returns the category of the menu item in which it should appear, i.e., the name of the menu.
getCategory() - Method in class adams.gui.menu.MemoryMonitor
Returns the category of the menu item in which it should appear, i.e., the name of the menu.
getCategory() - Method in class adams.gui.menu.MergeDatasets
Returns the category of the menu item in which it should appear, i.e., the name of the menu.
getCategory() - Method in class adams.gui.menu.NestedFormatViewer
Returns the category of the menu item in which it should appear, i.e., the name of the menu.
getCategory() - Method in class adams.gui.menu.OptionsConversion
Returns the category of the menu item in which it should appear, i.e., the name of the menu.
getCategory() - Method in class adams.gui.menu.OptionTree
Returns the category of the menu item in which it should appear, i.e., the name of the menu.
getCategory() - Method in class adams.gui.menu.PackageManager
Returns the category of the menu item in which it should appear, i.e., the name of the menu.
getCategory() - Method in class adams.gui.menu.PDFViewer
Returns the category of the menu item in which it should appear, i.e., the name of the menu.
getCategory() - Method in class adams.gui.menu.PlaceholderManagement
Returns the category of the menu item in which it should appear, i.e., the name of the menu.
getCategory() - Method in class adams.gui.menu.PlotAttributeVsAttribute
Returns the category of the menu item in which it should appear, i.e., the name of the menu.
getCategory() - Method in class adams.gui.menu.PlotPanelTest
Returns the category of the menu item in which it should appear, i.e., the name of the menu.
getCategory() - Method in class adams.gui.menu.Preferences
Returns the category of the menu item in which it should appear, i.e., the name of the menu.
getCategory() - Method in class adams.gui.menu.PrettyPrintJSON
Returns the category of the menu item in which it should appear, i.e., the name of the menu.
getCategory() - Method in class adams.gui.menu.PrettyPrintXML
Returns the category of the menu item in which it should appear, i.e., the name of the menu.
getCategory() - Method in class adams.gui.menu.PreviewBrowser
Returns the category of the menu item in which it should appear, i.e., the name of the menu.
getCategory() - Method in class adams.gui.menu.ProgramExit
Returns the category of the menu item in which it should appear, i.e., the name of the menu.
getCategory() - Method in class adams.gui.menu.ProgramLookAndFeel
Returns the category of the menu item in which it should appear, i.e., the name of the menu.
getCategory() - Method in class adams.gui.menu.ProgramRestart
Returns the category of the menu item in which it should appear, i.e., the name of the menu.
getCategory() - Method in class adams.gui.menu.ProgramRestartWithMoreHeap
Returns the category of the menu item in which it should appear, i.e., the name of the menu.
getCategory() - Method in class adams.gui.menu.ProgramUserMode
Returns the category of the menu item in which it should appear, i.e., the name of the menu.
getCategory() - Method in class adams.gui.menu.PropertiesViewer
Returns the category of the menu item in which it should appear, i.e., the name of the menu.
getCategory() - Method in class adams.gui.menu.RegExpTest
Returns the category of the menu item in which it should appear, i.e., the name of the menu.
getCategory() - Method in class adams.gui.menu.RemoteCommands
Returns the category of the menu item in which it should appear, i.e., the name of the menu.
getCategory() - Method in class adams.gui.menu.ROC
Returns the category of the menu item in which it should appear, i.e., the name of the menu.
getCategory() - Method in class adams.gui.menu.RunTool
Returns the category of the menu item in which it should appear, i.e., the name of the menu.
getCategory() - Method in class adams.gui.menu.ScriptingLog
Returns the category of the menu item in which it should appear, i.e., the name of the menu.
getCategory() - Method in class adams.gui.menu.SendErrorReport
Returns the category of the menu item in which it should appear, i.e., the name of the menu.
getCategory() - Method in class adams.gui.menu.SpreadSheetExplorer
Returns the category of the menu item in which it should appear, i.e., the name of the menu.
getCategory() - Method in class adams.gui.menu.SpreadSheetFileViewer
Returns the category of the menu item in which it should appear, i.e., the name of the menu.
getCategory() - Method in class adams.gui.menu.SpreadSheetProcessor
Returns the category of the menu item in which it should appear, i.e., the name of the menu.
getCategory() - Method in class adams.gui.menu.SqlViewer
Returns the category of the menu item in which it should appear, i.e., the name of the menu.
getCategory() - Method in class adams.gui.menu.SqlWorkbench
Returns the category of the menu item in which it should appear, i.e., the name of the menu.
getCategory() - Method in class adams.gui.menu.SSH
Returns the category of the menu item in which it should appear, i.e., the name of the menu.
getCategory() - Method in class adams.gui.menu.StringConversion
Returns the category of the menu item in which it should appear, i.e., the name of the menu.
getCategory() - Method in class adams.gui.menu.SystemInfo
Returns the category of the menu item in which it should appear, i.e., the name of the menu.
getCategory() - Method in class adams.gui.menu.SystemPerformance
Returns the category of the menu item in which it should appear, i.e., the name of the menu.
getCategory() - Method in class adams.gui.menu.TakeScreenshot
Returns the category of the menu item in which it should appear, i.e., the name of the menu.
getCategory() - Method in class adams.gui.menu.Telnet
Returns the category of the menu item in which it should appear, i.e., the name of the menu.
getCategory() - Method in class adams.gui.menu.Terminal
Returns the category of the menu item in which it should appear, i.e., the name of the menu.
getCategory() - Method in class adams.gui.menu.TextEditor
Returns the category of the menu item in which it should appear, i.e., the name of the menu.
getCategory() - Method in class adams.gui.menu.TimeseriesExplorer
Returns the category of the menu item in which it should appear, i.e., the name of the menu.
getCategory() - Method in class adams.gui.menu.TreeVisualizer
Returns the category of the menu item in which it should appear, i.e., the name of the menu.
getCategory() - Method in class adams.gui.menu.WekaCommandToCode
Returns the category of the menu item in which it should appear, i.e., the name of the menu.
getCategory() - Method in class adams.gui.menu.WekaInvestigator
Returns the category of the menu item in which it should appear, i.e., the name of the menu.
getCategory() - Method in class adams.gui.menu.XSLT
Returns the category of the menu item in which it should appear, i.e., the name of the menu.
getCategory() - Method in class adams.gui.tools.wekainvestigator.history.AbstractHistoryPopupMenuItem
The category for grouping menu items.
getCategory() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.history.CompareModels
The category for grouping menu items.
getCategory() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.history.SubRangeEvaluation
The category for grouping menu items.
getCategory() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.perfold.AbstractPerFoldPopupMenuItem
The category for grouping menu items.
getCategory() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.perfold.CopySetup
The category for grouping menu items.
getCategory() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.perfold.SubRangeEvaluation
The category for grouping menu items.
getCategory(Class) - Method in class adams.gui.application.ApplicationMenu
Returns the different category assigned for the class (if any).
getCategory(String) - Method in class adams.gui.application.ApplicationMenu
Returns the different category assigned for the class (if any).
getCC() - Method in class adams.core.net.Email
Returns the CC recipients.
getCC() - Method in class adams.flow.sink.sendnotification.Email
Returns the CC recipients.
getCC() - Method in class adams.flow.transformer.CreateEmail
Returns the CC recipients.
getCC() - Method in class adams.gui.dialog.ComposeEmailDialog
Returns the CC recipients.
getCC() - Method in class adams.gui.dialog.ComposeEmailPanel
Returns the CC recipients.
getCell() - Method in class adams.data.spreadsheet.CellView
Returns the underlying cell.
getCell(int) - Method in class adams.data.spreadsheet.AbstractRow
Returns the cell with the given index, null if not found.
getCell(int) - Method in class adams.data.spreadsheet.DataRowView
Returns the cell with the given index, null if not found.
getCell(int) - Method in class adams.data.spreadsheet.DenseDataRow
Returns the cell with the given index, null if not found.
getCell(int) - Method in interface adams.data.spreadsheet.Row
Returns the cell with the given index, null if not found.
getCell(int) - Method in class adams.data.spreadsheet.SparseDataRow
Returns the cell with the given index, null if not found.
getCell(int) - Method in class adams.ml.data.InstancesHeaderRow
Returns the cell with the given index, null if not found.
getCell(int) - Method in class adams.ml.data.InstanceView
Returns the cell with the given index, null if not found.
getCell(int, int) - Method in class adams.data.spreadsheet.DefaultSpreadSheet
Returns the corresponding cell or null if not found.
getCell(int, int) - Method in interface adams.data.spreadsheet.SpreadSheet
Returns the corresponding cell or null if not found.
getCell(int, int) - Method in class adams.data.spreadsheet.SpreadSheetView
Returns the corresponding cell or null if not found.
getCell(int, int) - Method in class adams.data.statistics.AbstractArrayStatistic.StatisticContainer
Returns the value of the specified cell.
getCell(int, int) - Method in class adams.ml.data.DatasetView
Returns the corresponding cell or null if not found.
getCell(int, int) - Method in class adams.ml.data.InstancesView
Returns the corresponding cell or null if not found.
getCell(String) - Method in class adams.data.spreadsheet.AbstractRow
Returns the cell with the given key, null if not found.
getCell(String) - Method in class adams.data.spreadsheet.DataRowView
Returns the cell with the given key, null if not found.
getCell(String) - Method in class adams.data.spreadsheet.DenseDataRow
Returns the cell with the given key, null if not found.
getCell(String) - Method in interface adams.data.spreadsheet.Row
Returns the cell with the given key, null if not found.
getCell(String) - Method in class adams.ml.data.InstancesHeaderRow
Returns the cell with the given key, null if not found.
getCell(String) - Method in class adams.ml.data.InstanceView
Returns the cell with the given key, null if not found.
getCell(String) - Method in class adams.parser.spreadsheetformula.ParserHelper
Returns the cell object of the specified cell.
getCellAt(int, int) - Method in class adams.gui.core.SpreadSheetTable
Returns the spread sheet cell at the specified location.
getCellAt(int, int) - Method in class adams.gui.core.SpreadSheetTableModel
Returns the spread sheet cell at the specified location.
getCellCount() - Method in class adams.data.spreadsheet.AbstractRow
Returns the number of cells stored in the row.
getCellCount() - Method in class adams.data.spreadsheet.DataRowView
Returns the number of cells stored in the row.
getCellCount() - Method in class adams.data.spreadsheet.DenseDataRow
Returns the number of cells stored in the row.
getCellCount() - Method in interface adams.data.spreadsheet.Row
Returns the number of cells stored in the row.
getCellCount() - Method in class adams.ml.data.InstancesHeaderRow
Returns the number of cells stored in the row.
getCellCount() - Method in class adams.ml.data.InstanceView
Returns the number of cells stored in the row.
getCellEditor(int, int) - Method in class adams.gui.tools.wekainvestigator.datatable.DataTable
Returns the cell editor for the specified cell.
getCellFinder() - Method in class adams.data.conversion.SpreadSheetCellFinderToPositions
Deprecated.
Returns the cell finder in use.
getCellFinders() - Static method in class adams.data.spreadsheet.cellfinder.AbstractCellFinder
Returns a list with classnames of cell finders.
getCellIndex(String) - Method in class adams.data.spreadsheet.DefaultSpreadSheet
Returns the cell index of the specified cell (in the header row).
getCellIndex(String) - Method in interface adams.data.spreadsheet.SpreadSheet
Returns the cell index of the specified cell (in the header row).
getCellIndex(String) - Method in class adams.data.spreadsheet.SpreadSheetView
Returns the cell index of the specified cell (in the header row).
getCellIndex(String) - Method in class adams.ml.data.DatasetView
Returns the cell index of the specified cell (in the header row).
getCellIndex(String) - Method in class adams.ml.data.InstancesView
Returns the cell index of the specified cell (in the header row).
getCellKey(int) - Method in class adams.data.spreadsheet.AbstractRow
Returns the cell key with the given column index.
getCellKey(int) - Method in class adams.data.spreadsheet.DataRowView
Returns the cell key with the given column index.
getCellKey(int) - Method in class adams.data.spreadsheet.DenseDataRow
Returns the cell key with the given column index.
getCellKey(int) - Method in class adams.data.spreadsheet.HeaderRow
Returns the cell key with the given column index.
getCellKey(int) - Method in interface adams.data.spreadsheet.Row
Returns the cell key with the given column index.
getCellKey(int) - Method in class adams.data.spreadsheet.SparseDataRow
Returns the cell key with the given column index.
getCellKey(int) - Method in class adams.ml.data.InstancesHeaderRow
Returns the cell key with the given column index.
getCellKey(int) - Method in class adams.ml.data.InstanceView
Returns the cell key with the given column index.
getCellLocation(String) - Static method in class adams.core.ExcelHelper
Returns row/column index based on the provided position string (e.g., A12).
getCellLocation(String) - Static method in class adams.core.ODFHelper
Returns row/column index based on the provided position string (e.g., A12).
getCellLocation(String) - Static method in class adams.data.spreadsheet.SpreadSheetUtils
Returns row/column index based on the provided position string (e.g., A12).
getCellObject(Row, int, Object) - Method in class adams.flow.transformer.plotgenerator.AbstractPlotGenerator
Returns the cell value for the specified column index.
getCellPadding() - Method in class weka.experiment.ResultMatrixMediaWiki
Returns the cell padding for the table.
getCellPopupMenuCustomizer() - Method in class adams.gui.core.SpreadSheetTable
Returns the current popup menu customizer (for the cells).
getCellPopupMenuCustomizer() - Method in class adams.gui.core.SpreadSheetTableWithButtons
Returns the current popup menu customizer (for the cells).
getCellPopupMenuCustomizer() - Method in class adams.gui.dialog.SpreadSheetPanel
Returns the current popup menu customizer for the cells.
getCellPopupMenuCustomizer() - Method in class adams.gui.visualization.instances.InstancesTable
Returns the current popup menu customizer (for the cells).
getCellPosition(int, int) - Static method in class adams.core.ExcelHelper
Returns the position of the cell.
getCellPosition(int, int) - Static method in class adams.core.ODFHelper
Returns the position of the cell.
getCellPosition(int, int) - Static method in class adams.data.spreadsheet.SpreadSheetUtils
Returns the position of the cell.
getCellPosition(String, String) - Method in class adams.data.spreadsheet.DefaultSpreadSheet
Returns the position of the cell or null if not found.
getCellPosition(String, String) - Method in interface adams.data.spreadsheet.SpreadSheet
Returns the position of the cell or null if not found.
getCellPosition(String, String) - Method in class adams.data.spreadsheet.SpreadSheetView
Returns the position of the cell or null if not found.
getCellPosition(String, String) - Method in class adams.ml.data.DatasetView
Returns the position of the cell or null if not found.
getCellPosition(String, String) - Method in class adams.ml.data.InstancesView
Returns the position of the cell or null if not found.
getCellRenderer(int, int) - Method in class adams.gui.visualization.instances.InstancesTable
Returns the renderer for this cell.
getCellRenderingCustomizer() - Method in class adams.flow.sink.SpreadSheetDisplay
Returns the cell rendering customizer.
getCellRenderingCustomizer() - Method in class adams.gui.core.SpreadSheetTable
Returns the cell rendering customizer.
getCellRenderingCustomizer() - Method in class adams.gui.core.SpreadSheetTableModel
Returns the customizer for cell rendering.
getCellRenderingCustomizer() - Method in class adams.gui.core.SpreadSheetTableWithButtons
Returns the renderer.
getCellRenderingCustomizer() - Method in class adams.gui.dialog.MultiSpreadSheetDialog
Returns the renderer.
getCellRenderingCustomizer() - Method in class adams.gui.dialog.SpreadSheetDialog
Returns the renderer.
getCellRenderingCustomizer() - Method in class adams.gui.dialog.SpreadSheetPanel
Returns the renderer.
getCellRenderingCustomizer() - Method in class adams.gui.tools.previewbrowser.AbstractSpreadSheetHandler
Returns the renderer.
getCellRenderingCustomizer() - Method in class adams.gui.tools.spreadsheetviewer.MultiPagePane
Returns the current cell rendering customizer.
getCellRenderingCustomizer() - Method in class adams.gui.tools.spreadsheetviewer.SpreadSheetPanel
Returns the cell rendering customizer.
getCellRenderingCustomizer() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.ConfusionMatrix
Returns the cell rendering customizer.
getCellRenderingCustomizerAt(int) - Method in class adams.gui.tools.spreadsheetviewer.MultiPagePane
Returns the cell rendering customizer at the index.
getCellSelectedColor() - Method in class adams.flow.transformer.SpreadSheetCellSelector.CellRenderer
Returns the color in use for selected cells.
getCellSpacing() - Method in class weka.experiment.ResultMatrixMediaWiki
Returns the cell spacing for the table.
getCellString(Row, int) - Method in class adams.flow.transformer.plotgenerator.AbstractPlotGenerator
Returns the string value for the specified cell.
getCellStringContentType() - Method in class adams.data.io.input.ExcelStreamingSpreadSheetReader
Returns the array of cell string content types.
getCellStringID() - Method in class adams.data.io.input.ExcelStreamingSpreadSheetReader
Returns the array of cell string IDs.
getCellTypeContentType() - Method in class adams.data.io.input.ExcelStreamingSpreadSheetReader
Returns the array of cell type content types.
getCellTypeID() - Method in class adams.data.io.input.ExcelStreamingSpreadSheetReader
Returns the array of cell type IDs.
getCellValue(Row, int) - Method in class adams.flow.transformer.plotgenerator.AbstractPlotGenerator
Returns the cell value for the specified column index.
getCellValue(Row, int) - Method in class adams.flow.transformer.SpreadSheetSubsetByValue
Returns the cell value at the specified column.
getCellValue(Row, int, Comparable) - Method in class adams.flow.transformer.plotgenerator.AbstractPlotGenerator
Returns the cell value for the specified column index.
getCellValues(int) - Method in class adams.data.spreadsheet.DefaultSpreadSheet
Returns the unique string values of the specified column.
getCellValues(int) - Method in interface adams.data.spreadsheet.SpreadSheet
Returns the unique string values of the specified column.
getCellValues(int) - Method in class adams.data.spreadsheet.SpreadSheetView
Returns the unique string values of the specified column.
getCellValues(int) - Method in class adams.ml.data.DatasetView
Returns the unique string values of the specified column.
getCellValues(int) - Method in class adams.ml.data.InstancesView
Returns the unique string values of the specified column.
getCellValues(String) - Method in class adams.data.spreadsheet.DefaultSpreadSheet
Returns the unique string values of the specified column.
getCellValues(String) - Method in interface adams.data.spreadsheet.SpreadSheet
Returns the unique string values of the specified column.
getCellValues(String) - Method in class adams.data.spreadsheet.SpreadSheetView
Returns the unique string values of the specified column.
getCellValues(String) - Method in class adams.ml.data.DatasetView
Returns the unique string values of the specified column.
getCellValues(String) - Method in class adams.ml.data.InstancesView
Returns the unique string values of the specified column.
getCenter() - Method in class adams.data.spc.Limits
Returns the center.
getCenter() - Method in class adams.ml.preprocessing.unsupervised.PCA
Get whether to center (rather than standardize) the data.
getCenterData() - Method in class weka.filters.unsupervised.attribute.PrincipalComponentsJ
Get whether to center (rather than standardize) the data.
getCenterOnCanvas() - Method in class adams.flow.transformer.locateobjects.AbstractObjectLocator
Returns whether to center the located object on a fixed-size canvas.
getCenterPanel() - Method in class adams.gui.chooser.DatePanel.InternalView
This method initializes centerPanel
getChangeAll() - Method in class adams.flow.processor.ChangeDatabaseConditionLimit
Returns whether to change all limits, not just the ones that match the specified old limit.
getChangeAll() - Method in class adams.flow.processor.ChangeNumThreads
Returns whether to change all settings, not just the ones that match the specified old setting.
getChangeListeners() - Method in class adams.db.AbstractDatabaseConnection
Returns the change listeners data structure.
getChannels() - Method in class adams.data.image.multiimageoperation.CombineChannels
Returns the channels.
getChannels() - Method in class adams.data.image.transformer.SplitChannels
Returns the channels.
getChannels() - Method in class adams.data.image.transformer.SplitChannelsHSV
Returns the channels.
getChannels() - Method in class adams.data.image.transformer.SplitChannelsYIQ
Returns the channels.
getChannels() - Method in class adams.data.image.transformer.SplitChannelsYUV
Returns the channels.
getChannelSuffixes() - Method in class adams.data.image.features.Histogram
Returns the channel suffixes to use.
getChannelSuffixes() - Method in class adams.data.jai.features.Histogram
Returns the channel suffixes to use.
getChar() - Method in class adams.core.Trie.TrieNode
returns the stored character
getCharacterEndPos() - Method in class adams.flow.transformer.StringCut
Returns the position of the last character to include.
getCharacters() - Method in class adams.tools.ZipPassword
Returns the characters to use for brute force attack.
getCharacterStartPos() - Method in class adams.flow.transformer.StringCut
Returns the position of the first character to include.
getCharset() - Method in class adams.core.management.CharsetHelper
Returns the charset.
getCharSet() - Method in class adams.flow.transformer.WekaTextDirectoryReader
Returns the character set in use.
getChart() - Method in class adams.flow.sink.JFreeChartFileWriter
Returns the chart generator.
getChart() - Method in class adams.flow.sink.JFreeChartPlot
Returns the chart generator.
getChart() - Method in class adams.flow.transformer.ControlChart
Returns the chart to use.
getChart() - Method in class adams.gui.tools.spreadsheetviewer.chart.ControlChart
Returns the control chart to generate.
getChart() - Method in class adams.gui.tools.spreadsheetviewer.chart.JFreeChart
Returns the chart generator.
getCheck() - Method in class adams.core.io.fileuse.FileIncomplete
Returns the file check to use for checking the completeness.
getCheck() - Method in class adams.flow.condition.bool.BytesComplete
Returns the 'in use' check scheme.
getCheck() - Method in class adams.flow.condition.bool.FileComplete
Returns the 'in use' check scheme.
getCheck() - Method in class adams.flow.condition.bool.FileInUse
Returns the 'in use' check scheme.
getCheck() - Method in class adams.gui.core.BaseObjectTextField.BaseObjectCheckModel
Returns the base object instance used for checking.
getCheckBox(int) - Method in class adams.gui.core.ParameterPanel
Returns the checkbof for the parameter at the specified location.
getCheckBoxBatchFilter() - Method in class adams.gui.tools.wekainvestigator.tab.PreprocessTab
Returns the batch filter checkbox.
getCheckBoxKeepName() - Method in class adams.gui.tools.wekainvestigator.tab.PreprocessTab
Returns the keep name checkbox.
getCheckBoxReplace() - Method in class adams.gui.tools.wekainvestigator.tab.PreprocessTab
Returns the replace checkbox.
getCheckedAt(int) - Method in class adams.gui.core.CheckableTableModel
Returns whether the row at the specified position is checked.
getCheckedCount() - Method in class adams.gui.core.CheckableTableModel
Returns how many rows are currently checked.
getCheckFileExists() - Method in class adams.data.io.output.CsvSpreadSheetWriter
Returns whether check whether file exists with each data item being processed.
getCheckHeader() - Method in class adams.flow.transformer.SpreadSheetRowBuffer
Returns whether the header gets checked or not.
getCheckHeader() - Method in class adams.flow.transformer.WekaInstanceBuffer
Returns whether the header gets checked or not.
getCheckHeader() - Method in class adams.flow.transformer.WekaInstanceDumper
Returns whether the header gets checked or not.
getCheckInterval() - Method in class adams.flow.control.AbstractDataContainerFileChecker
Returns the check interval after which blacklisted files get checked again whether they can finally be loaded correctly.
getCheckModel() - Method in class adams.gui.core.CheckedTextField
Returns the underlying check model.
getCheckOnSave() - Method in class adams.gui.flow.FlowPanel
Returns whether to perform a check before saving the flow.
getChecks() - Method in class adams.core.io.fileuse.MultiCheck
Returns the check schemes to use.
getChecks() - Method in class adams.gui.visualization.object.objectannotations.check.MultiCheck
Returns the checks to apply.
getCheckSize() - Method in class adams.core.io.filecomplete.AbstractStrictCheckSizeFileCompleteCheck
Returns the number of bytes to read from the back of the file (in non-strict mode) to check for EOF marker.
getChecksumSeed() - Method in class adams.flow.source.RSync
 
getCheckTimestamp() - Method in class adams.flow.control.AbstractDataContainerFileChecker.FileInfo
Returns the earliest timestamp when to check this file again.
getCheckType() - Method in class adams.data.objectfinder.ObjectsInPolygon
Returns the field suffix for the type used in the report (ignored if empty).
getCheckType() - Method in class adams.data.objectfinder.ObjectsInRegion
Returns the field suffix for the type used in the report (ignored if empty).
getCheckType() - Method in class adams.flow.transformer.CountObjectsInPolygon
Returns the field suffix for the type used in the report (ignored if empty).
getCheckType() - Method in class adams.flow.transformer.CountObjectsInRegion
Returns the field suffix for the type used in the report (ignored if empty).
getCheckType() - Method in class adams.flow.transformer.MergeObjectLocations
Returns the field suffix for the type used in the report (ignored if empty).
getChildPages() - Method in class adams.gui.wizard.BranchSelectionPage
Returns its child pages.
getChildPages(AbstractWizardPage) - Method in class adams.gui.wizard.WizardPaneWithBranches
Returns all the child pages for the specified page.
getChildPath() - Method in class adams.flow.core.ActorPath
Returns the path without the first element.
getChildren() - Method in class adams.gui.core.BaseTreeNode
Returns the children as list.
getChmod() - Method in class adams.flow.source.RSync
 
getChoices() - Method in class adams.flow.template.SimpleMenu
Returns the choices, which get displayed as buttons.
getChoiceVariable() - Method in class adams.flow.template.SimpleMenu
Returns the variable name to use for storing the choice.
getChoosableFileFilters() - Method in interface adams.gui.chooser.FileChooser
Gets the list of user choosable file filters.
getChoosableFileFilters() - Method in class adams.gui.chooser.FileChooserPanel
Returns all choosable file filters.
getChooseClassPopupMenu() - Method in class adams.gui.goe.GenericObjectEditor
Returns a popup menu that allows the user to change the class of object.
getChooser(String) - Method in class adams.gui.application.AbstractPropertiesPreferencesPanel
Returns the chooser associated with a particular property.
getChooser(String) - Method in class adams.gui.core.PropertiesParameterPanel
Returns the chooser associated with a particular property.
getChooserPanel() - Method in class adams.gui.tools.filecommander.FileCommanderDirectoryPanel
Returns the chooser panel.
getChoosers() - Static method in class adams.gui.chooser.AbstractChooserPanelWithIOSupport
Returns the choosers classes.
getChooserType() - Method in class adams.gui.chooser.AbstractChooserPanelWithIOSupport
Returns the type of chooser (description).
getChooserType() - Method in class adams.gui.chooser.DirectoryChooserPanel
Returns the type of chooser (description).
getChooserType() - Method in class adams.gui.chooser.FtpDirectoryChooserPanel
Returns the type of chooser (description).
getChooserType() - Method in class adams.gui.chooser.SftpDirectoryChooserPanel
Returns the type of chooser (description).
getChooserType() - Method in class adams.gui.chooser.SmbDirectoryChooserPanel
Returns the type of chooser (description).
getChosenOption() - Method in class adams.gui.goe.AbstractPropertyEditorSupport
Returns the option that the user chose.
getChown() - Method in class adams.flow.source.RSync
 
getChromosome() - Method in class adams.opt.genetic.AbstractGeneticAlgorithm.GeneticAlgorithmJob
Returns the chromosome index.
getChunkSize() - Method in class adams.data.io.input.AccessSpreadSheetReader
Returns the current chunk size.
getChunkSize() - Method in interface adams.data.io.input.ChunkedSpreadSheetReader
Returns the current chunk size.
getChunkSize() - Method in class adams.data.io.input.CsvSpreadSheetReader
Returns the current chunk size.
getChunkSize() - Method in class adams.data.io.input.LineArrayTextReader
Returns the current chunk size.
getChunkSize() - Method in class adams.data.io.input.SimpleCsvSpreadSheetReader
Returns the current chunk size.
getChunkSize() - Method in class adams.data.io.input.SimpleStreamSpreadSheetReader
Returns the current chunk size.
getChunkSize() - Method in class adams.data.io.input.SqlDumpSpreadSheetReader
Returns the current chunk size.
getChunkSize() - Method in class adams.flow.source.AbstractSpreadSheetDbReader
Returns the current chunk size.
getChunkSize() - Method in class adams.flow.transformer.ArrayToChunks
Returns the size of the chunks to generate.
getClassAttribute() - Method in class adams.data.conversion.SpreadSheetToDataset
Returns the colums that identify a rowx
getClassAttribute() - Method in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment
Returns the heuristic for determining the class attribute (if not explicitly set).
getClassAttributeHeuristic() - Method in class adams.gui.tools.wekainvestigator.InvestigatorPanel
Returns the current class attribute heuristic.
getClassAttributeIndices() - Method in interface adams.ml.data.Dataset
Returns all the class attributes that are currently set.
getClassAttributeIndices() - Method in class adams.ml.data.DatasetView
Returns all the class attributes that are currently set.
getClassAttributeIndices() - Method in class adams.ml.data.DefaultDataset
Returns all the class attributes that are currently set.
getClassAttributeIndices() - Method in class adams.ml.data.InstancesView
Returns all the class attributes that are currently set.
getClassAttributeKeys() - Method in interface adams.ml.data.Dataset
Returns all the class attributes that are currently set.
getClassAttributeKeys() - Method in class adams.ml.data.DatasetView
Returns all the class attributes that are currently set.
getClassAttributeKeys() - Method in class adams.ml.data.DefaultDataset
Returns all the class attributes that are currently set.
getClassAttributeKeys() - Method in class adams.ml.data.InstancesView
Returns all the class attributes that are currently set.
getClassAttributeNames() - Method in interface adams.ml.data.Dataset
Returns all the class attributes that are currently set.
getClassAttributeNames() - Method in class adams.ml.data.DatasetView
Returns all the class attributes that are currently set.
getClassAttributeNames() - Method in class adams.ml.data.DefaultDataset
Returns all the class attributes that are currently set.
getClassAttributeNames() - Method in class adams.ml.data.InstancesView
Returns all the class attributes that are currently set.
getClassAttributes() - Method in class adams.data.instancesanalysis.pls.AbstractMultiClassPLS
Returns the regular expression for identifying the class attributes (besides an explicitly set one).
getClassColumns() - Method in class adams.ml.data.DatasetInfo
Returns the class columns.
getClassCrossReferences() - Method in interface adams.core.ClassCrossReference
Returns the cross-referenced classes.
getClassCrossReferences() - Method in class adams.data.conversion.BackQuote
Returns the cross-referenced classes.
getClassCrossReferences() - Method in class adams.data.conversion.PrettyPrintXML
Returns the cross-referenced classes.
getClassCrossReferences() - Method in class adams.data.conversion.Quote
Returns the cross-referenced classes.
getClassCrossReferences() - Method in class adams.data.conversion.TextRenderer
Returns the cross-referenced classes.
getClassCrossReferences() - Method in class adams.data.conversion.UnBackQuote
Returns the cross-referenced classes.
getClassCrossReferences() - Method in class adams.data.conversion.UnQuote
Returns the cross-referenced classes.
getClassCrossReferences() - Method in class adams.data.filter.TimeseriesSAX
Returns the cross-referenced classes.
getClassCrossReferences() - Method in class adams.data.image.multiimageoperation.MergeGrid
Returns the cross-referenced classes.
getClassCrossReferences() - Method in class adams.data.io.output.GrayOrIndexedImageWriter
Returns the cross-referenced classes.
getClassCrossReferences() - Method in class adams.flow.condition.bool.HashSet
Returns the cross-referenced classes.
getClassCrossReferences() - Method in class adams.flow.control.ForceFlush
Returns the cross-referenced classes.
getClassCrossReferences() - Method in class adams.flow.control.RaiseError
Returns the cross-referenced classes.
getClassCrossReferences() - Method in class adams.flow.control.TryCatch
Returns the cross-referenced classes.
getClassCrossReferences() - Method in class adams.flow.sink.CloseInputStream
Returns the cross-referenced classes.
getClassCrossReferences() - Method in class adams.flow.sink.CloseReader
Returns the cross-referenced classes.
getClassCrossReferences() - Method in class adams.flow.sink.PDFCloseDocument
Returns the cross-referenced classes.
getClassCrossReferences() - Method in class adams.flow.sink.SequencePlotter
Returns the cross-referenced classes.
getClassCrossReferences() - Method in class adams.flow.sink.SimplePlot
Returns the cross-referenced classes.
getClassCrossReferences() - Method in class adams.flow.sink.Socket
Returns the cross-referenced classes.
getClassCrossReferences() - Method in class adams.flow.source.Command
Returns the cross-referenced classes.
getClassCrossReferences() - Method in class adams.flow.source.Exec
Returns the cross-referenced classes.
getClassCrossReferences() - Method in class adams.flow.source.FilenameGenerator
Returns the cross-referenced classes.
getClassCrossReferences() - Method in class adams.flow.source.InputStreamGenerator
Returns the cross-referenced classes.
getClassCrossReferences() - Method in class adams.flow.source.PDFNewDocument
Returns the cross-referenced classes.
getClassCrossReferences() - Method in class adams.flow.source.ReaderGenerator
Returns the cross-referenced classes.
getClassCrossReferences() - Method in class adams.flow.source.Socket
Returns the cross-referenced classes.
getClassCrossReferences() - Method in class adams.flow.standalone.ExternalStandalone
Returns the cross-referenced classes.
getClassCrossReferences() - Method in class adams.flow.standalone.HashSetInit
Returns the cross-referenced classes.
getClassCrossReferences() - Method in class adams.flow.standalone.JobRunnerInstance
Returns the cross-referenced classes.
getClassCrossReferences() - Method in class adams.flow.standalone.LookUpInit
Returns the cross-referenced classes.
getClassCrossReferences() - Method in class adams.flow.transformer.AppendName
Returns the cross-referenced classes.
getClassCrossReferences() - Method in class adams.flow.transformer.ArrayToCollection
Returns the cross-referenced classes.
getClassCrossReferences() - Method in class adams.flow.transformer.ArrayToSequence
Returns the cross-referenced classes.
getClassCrossReferences() - Method in class adams.flow.transformer.BaseName
Returns the cross-referenced classes.
getClassCrossReferences() - Method in class adams.flow.transformer.CollectionInsert
Returns the cross-referenced classes.
getClassCrossReferences() - Method in class adams.flow.transformer.CollectionToArray
Returns the cross-referenced classes.
getClassCrossReferences() - Method in class adams.flow.transformer.DirName
Returns the cross-referenced classes.
getClassCrossReferences() - Method in class adams.flow.transformer.FileExtension
Returns the cross-referenced classes.
getClassCrossReferences() - Method in class adams.flow.transformer.FilenameGenerator
Returns the cross-referenced classes.
getClassCrossReferences() - Method in class adams.flow.transformer.GenerateFileBasedDataset
Returns the cross-referenced classes.
getClassCrossReferences() - Method in class adams.flow.transformer.HashSetAdd
Returns the cross-referenced classes.
getClassCrossReferences() - Method in class adams.flow.transformer.HashSetInit
Returns the cross-referenced classes.
getClassCrossReferences() - Method in class adams.flow.transformer.MergeReportFromMap
Returns the cross-referenced classes.
getClassCrossReferences() - Method in class adams.flow.transformer.ObjectArrayToPrimitiveArray
Returns the cross-referenced classes.
getClassCrossReferences() - Method in class adams.flow.transformer.PDFAppendDocument
Returns the cross-referenced classes.
getClassCrossReferences() - Method in class adams.flow.transformer.PrepareFileBasedDataset
Returns the cross-referenced classes.
getClassCrossReferences() - Method in class adams.flow.transformer.PrependDir
Returns the cross-referenced classes.
getClassCrossReferences() - Method in class adams.flow.transformer.PrimitiveArrayToObjectArray
Returns the cross-referenced classes.
getClassCrossReferences() - Method in class adams.flow.transformer.RelativeDir
Returns the cross-referenced classes.
getClassCrossReferences() - Method in class adams.flow.transformer.SequenceToArray
Returns the cross-referenced classes.
getClassCrossReferences() - Method in class adams.flow.transformer.SpreadSheetMerge
Returns the cross-referenced classes.
getClassCrossReferences() - Method in class adams.flow.transformer.StorageCollectionInsert
Returns the cross-referenced classes.
getClassCrossReferences() - Method in class adams.flow.transformer.StorageJFreeChartAddSeries
Returns the cross-referenced classes.
getClassCrossReferences() - Method in class adams.flow.transformer.TextRenderer
Returns the cross-referenced classes.
getClassCrossReferences() - Method in class adams.flow.transformer.WekaClustererPostProcessor
Returns the cross-referenced classes.
getClassCrossReferences() - Method in class adams.flow.transformer.WekaInstancesMerge
Returns the cross-referenced classes.
getClassCrossReferences() - Method in class adams.flow.transformer.WekaPredictionsToSpreadSheet
Returns the cross-referenced classes.
getClassCrossReferences() - Method in class adams.flow.transformer.WekaSpreadSheetToPredictions
Returns the cross-referenced classes.
getClassCrossReferences() - Method in class adams.scripting.command.basic.Kill
Returns the cross-referenced classes.
getClassCrossReferences() - Method in class adams.scripting.command.basic.Restart
Returns the cross-referenced classes.
getClassCrossReferences() - Method in class adams.scripting.command.basic.Stop
Returns the cross-referenced classes.
getClassCrossRefLinks() - Method in class adams.core.option.help.AbstractHelpGenerator
Returns whether to generate class cross-reference links for the help user interface.
getClassCrossRefLinks() - Method in class adams.core.option.HtmlHelpProducer
Returns whether to generate class cross-reference links for the help user interface.
getClassCrossRefLinks() - Method in class adams.core.option.HtmlParametersProducer
Returns whether to generate class cross-reference links for the help user interface.
getClassDescription() - Method in class adams.gui.flow.tree.quickaction.AbstractGOEQuickAction
Returns the description of the class used in errors/undo points.
getClassDescription() - Method in class adams.gui.flow.tree.quickaction.EditBooleanCondition
Returns the description of the class used in errors/undo points.
getClassDescription() - Method in class adams.gui.flow.tree.quickaction.EditConversion
Returns the description of the class used in errors/undo points.
getClassDescription() - Method in class adams.gui.flow.tree.quickaction.EditWekaASEvaluator
Returns the description of the class used in errors/undo points.
getClassDescription() - Method in class adams.gui.flow.tree.quickaction.EditWekaASSearch
Returns the description of the class used in errors/undo points.
getClassDescription() - Method in class adams.gui.flow.tree.quickaction.EditWekaClassifier
Returns the description of the class used in errors/undo points.
getClassDescription() - Method in class adams.gui.flow.tree.quickaction.EditWekaClusterer
Returns the description of the class used in errors/undo points.
getClassDescription() - Method in class adams.gui.flow.tree.quickaction.EditWekaDataGenerator
Returns the description of the class used in errors/undo points.
getClassDescription() - Method in class adams.gui.flow.tree.quickaction.EditWekaFilter
Returns the description of the class used in errors/undo points.
getClassDescription() - Method in class adams.gui.flow.tree.quickaction.EditWekaStreamableFilter
Returns the description of the class used in errors/undo points.
getClassDetails() - Method in class adams.flow.transformer.WekaEvaluationSummary
Returns whether the class details are output as well.
getClassDetails() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.TextStatistics
Returns whether the class details are output as well.
getClassDistribution() - Method in class adams.flow.transformer.WekaSpreadSheetToPredictions
Returns the columns with the class distribution (nominal class).
getClassDistribution() - Method in class weka.classifiers.functions.FromPredictions
Returns the class distribution columns.
getClassDistributionIndices() - Method in class weka.classifiers.functions.FromPredictions
Returns the 0-based indices of the class distribution columns.
getClassDistributionRange() - Method in class adams.flow.transformer.SummaryStatistics
Returns the columns with the class distributions (optional).
getClasses() - Method in class adams.gui.goe.GenericObjectEditor
Called when the class of object being edited changes.
getClasses(Class, Class) - Method in class adams.core.ClassLister
Returns all the classes of the specified superclass (abstract class or interface), but restricts it further to the specified class.
getClasses(Class, Class[]) - Method in class adams.core.ClassLister
Returns all the classes of the specified superclass (abstract class or interface), but restricts it further to the specified classes.
getClassFinder() - Method in class adams.flow.transformer.spreadsheetmethodmerge.AbstractMerge
Gets the method to use for finding class columns in the source spreadsheets.
getClassFinder() - Method in class adams.flow.transformer.wekadatasetsmerge.AbstractMerge
Gets the finder to use for finding class attributes in the source datasets.
getClassificationEntry() - Method in class adams.data.conversion.WekaPredictionContainerToSpreadSheet
Returns the value for the 'Name' column for the numeric classification.
getClassificationIndices() - Method in class adams.flow.transformer.pixelselector.ClassificationOverlay
Returns the classification indices.
getClassificationIndices(BufferedImageContainer) - Method in class adams.data.image.features.PixelClassifications
Returns the classification indices.
getClassificationLabelEntry() - Method in class adams.data.conversion.WekaPredictionContainerToSpreadSheet
Returns the value for the 'Name' column for the classification label.
getClassifier() - Method in class adams.data.weka.evaluator.IntervalEstimatorBased
Returns the classifier.
getClassifier() - Method in class adams.flow.source.WekaClassifierSetup
Returns the classifier in use.
getClassifier() - Method in class adams.flow.source.wekaforecastersetup.WekaForecasterGenerator
Returns the classifier in use.
getClassifier() - Method in class adams.flow.transformer.AbstractCallableWekaClassifierEvaluator
Returns the name of the callable classifier in use.
getClassifier() - Method in class adams.flow.transformer.indexedsplitsrunsevaluation.InstancesIndexedSplitsRunsEvaluation
Returns the name of the callable classifier in use.
getClassifier() - Method in class adams.flow.transformer.indexedsplitsrunspredictions.InstancesIndexedSplitsRunsPredictions
Returns the name of the callable classifier in use.
getClassifier() - Method in class adams.flow.transformer.WekaClassifierRanker.RankingJob
Returns the classifier being used.
getClassifier() - Method in class adams.flow.transformer.WekaTrainClassifier
Returns the name of the callable classifier in use.
getClassifier() - Method in class adams.ml.model.classification.WekaClassifier
Returns the classifier to use.
getClassifier() - Method in class adams.ml.model.regression.WekaRegressor
Returns the classifier to use.
getClassifier() - Method in class adams.multiprocess.WekaCrossValidationExecution
Returns the classifier in use.
getClassifier() - Method in class adams.multiprocess.WekaCrossValidationJob
Returns the classifier (should be built after the job finished).
getClassifier() - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm
Returns the currently set classifier.
getClassifier() - Method in class adams.opt.optimise.genetic.fitnessfunctions.AbstractWEKAFitnessFunction
Returns the currently set classifier.
getClassifier() - Method in class weka.filters.supervised.instance.RemoveOutliers
Returns the classifier.
getClassifier() - Method in class weka.filters.unsupervised.instance.RemoveMisclassifiedAbs
Gets the classifier used by the filter.
getClassifier() - Method in class weka.filters.unsupervised.instance.RemoveMisclassifiedRel
Gets the classifier used by the filter.
getClassifier(int) - Method in class weka.classifiers.meta.ClassificationViaRegressionD
Returns the classifier for the specified label index (0-based).
getClassifier(int) - Method in class weka.classifiers.meta.LeanMultiScheme
Gets a single classifier from the set of available classifiers.
getClassifierInstance() - Method in class adams.flow.transformer.AbstractCallableWekaClassifierEvaluator
Returns an instance of the callable classifier.
getClassifierInstance() - Method in class adams.flow.transformer.WekaStreamEvaluator
Returns an instance of the callable classifier.
getClassifierInstance() - Method in class adams.flow.transformer.WekaTrainClassifier
Returns an instance of the callable classifier.
getClassifierInstance(MessageCollection) - Method in class adams.flow.transformer.indexedsplitsrunsevaluation.InstancesIndexedSplitsRunsEvaluation
Returns an instance of the callable classifier.
getClassifierInstance(MessageCollection) - Method in class adams.flow.transformer.indexedsplitsrunspredictions.InstancesIndexedSplitsRunsPredictions
Returns an instance of the callable classifier.
getClassifiers() - Method in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment
Returns the classifiers.
getClassifiers() - Method in class adams.gui.tools.wekamultiexperimenter.setup.ClassifierPanel
Returns the current classifiers.
getClassifiers() - Method in class adams.multiprocess.WekaCrossValidationExecution
Returns the classifiers per fold.
getClassifierSpec() - Method in class weka.filters.unsupervised.instance.RemoveMisclassifiedAbs
Gets the classifier specification string, which contains the class name of the classifier and any options to the classifier.
getClassifierSpec() - Method in class weka.filters.unsupervised.instance.RemoveMisclassifiedRel
Gets the classifier specification string, which contains the class name of the classifier and any options to the classifier.
getClassifierWeights() - Method in class weka.classifiers.meta.AbstainAverageWithClassifierWeights
 
getClassifyTab() - Method in class weka.gui.explorer.ExplorerExt
Returns the classify tab, if available.
getClassIndex() - Method in class adams.flow.sink.WekaCostBenefitAnalysis
Returns the current index of class label (1-based).
getClassIndex() - Method in class adams.flow.source.WekaNewInstances
Returns the index of the class attribute.
getClassIndex() - Method in class adams.flow.transformer.ClassSelector
Returns the class attribute range.
getClassIndex() - Method in class adams.flow.transformer.WekaBootstrapping
Returns the current index of class label (1-based).
getClassIndex() - Method in class adams.flow.transformer.WekaClassSelector
Returns the class index.
getClassIndex() - Method in class adams.flow.transformer.WekaEvaluationValuePicker
Returns the current class label index (1-based).
getClassIndex() - Method in class adams.flow.transformer.WekaEvaluationValues
Returns the current range of class label indices (1-based).
getClassIndex() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.LegacyCostBenefitAnalysis
Returns the current index of class label (1-based).
getClassIndex() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.Statistics
Returns the current index of class label (1-based).
getClassIndex() - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm
Returns the current class index.
getClassIndex() - Method in class adams.opt.optimise.genetic.fitnessfunctions.AbstractWEKAFitnessFunction
Returns the current class index.
getClassIndex() - Method in class weka.classifiers.meta.ClassifierCascade
the class index.
getClassIndex() - Method in class weka.filters.unsupervised.attribute.NormalizeAdaptive
 
getClassIndex() - Method in class weka.filters.unsupervised.instance.RemoveMisclassifiedAbs
Gets the attribute on which misclassifications are based.
getClassIndex() - Method in class weka.filters.unsupervised.instance.RemoveMisclassifiedRel
Gets the attribute on which misclassifications are based.
getClassLabel() - Method in class adams.flow.transformer.WekaClassifierRanker
Returns the class label index to use for class-specific measures.
getClassLabelIndex() - Method in class adams.data.conversion.WekaEvaluationToCostCurve
Returns the class label index (1-based index).
getClassLabelIndex() - Method in class adams.data.conversion.WekaEvaluationToThresholdCurve
Returns the class label index (1-based index).
getClassLabelIndex() - Method in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment
Returns the index of the class label to use when generating per-class statistics.
getClassLabelIndex() - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm
Returns the index of the class label to use for statistics that work on a per-label-basis.
getClassLabelRange() - Method in class adams.flow.sink.WekaCostCurve
Returns the class label indices.
getClassLabelRange() - Method in class adams.flow.sink.WekaThresholdCurve
Returns the class label indices.
getClassLabelRange() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.LegacyCostCurve
Returns the class label indices.
getClassLabelRange() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.LegacyThresholdCurve
Returns the class label indices.
getClassLabels() - Method in class adams.flow.transformer.ConfusionMatrix
Returns the class labels to use for enforcing order other than alphabetical.
getClassLabels() - Method in class weka.classifiers.AggregateEvaluations
Returns the currently set class labels, if any.
getClassLoader() - Method in class adams.core.scripting.Groovy
returns the currently used Groovy classloader.
getClassname() - Method in class adams.core.discovery.genetic.GenericDoubleResolution
Returns the classname to be the handler for.
getClassname() - Method in class adams.core.discovery.genetic.GenericFloatResolution
Returns the classname to be the handler for.
getClassname() - Method in class adams.core.discovery.genetic.GenericInteger
Returns the classname to be the handler for.
getClassname() - Method in class adams.core.discovery.genetic.GenericString
Returns the classname to be the handler for.
getClassname() - Method in class adams.data.conversion.StringToCustomStringRepresentation
Returns the class to convert the strings to.
getClassname() - Method in class adams.doc.javadoc.Javadoc
returns the current classname.
getClassname() - Method in class adams.flow.control.Cast
Returns the classname.
getClassname() - Method in class adams.flow.processor.ListObjectCommandlines
Returns the class to look for.
getClassname() - Method in class adams.gui.chooser.ExtensionFileFilterWithClass
Returns the associated classname.
getClassname() - Method in class adams.gui.goe.actorpathtree.ActorPathNode
Returns the class name of the actor.
getClassname() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.SourceCode
Returns the classanme to use.
getClassname(AbstractArgumentOption) - Method in class adams.core.option.AbstractJavaCodeProducer
Creates the class name.
getClassname(Class) - Method in class adams.core.option.AbstractJavaCodeProducer
Creates the class name.
getClassname(Object) - Method in class adams.core.option.AbstractJavaCodeProducer
Creates the class name.
getClassName() - Method in class adams.flow.condition.bool.HasClass
Returns the class to look for.
getClassName() - Method in class adams.flow.execution.debug.ClassBreakpoint
Returns the actor class to listen for.
getClassName() - Method in class adams.flow.source.WekaNewInstances
Returns the name of the class attribute.
getClassName() - Method in class weka.filters.unsupervised.attribute.AttributeSummaryTransferFilter
Gets the name of the attribute to use as the class attribute for supervised summary filters.
getClassnames(String[], String) - Method in class adams.core.StaticClassLister
Loads the classnames from all propsfiles that can be found with the classloader, using the specified key.
getClassnames(String, String) - Method in class adams.core.StaticClassLister
Loads the classnames from all propsfiles that can be found with the classloader, using the specified key.
getClassnames(List<String>, String) - Method in class adams.core.StaticClassLister
Loads the classnames from all propsfiles that can be found with the classloader, using the specified key.
getClassNoise() - Method in class weka.classifiers.functions.GaussianProcessesAdaptive
Get the value of noise for the class.
getClassPath() - Method in class adams.core.management.Launcher
Assembles the classpath.
getClassPath(boolean) - Static method in class adams.core.management.Java
Returns the classpath of the current JVM.
getClassPathAugmentation() - Method in interface adams.core.management.ClassPathAugmenter
Returns the classpath parts (jars, directories) to add to the classpath.
getClassPathAugmentation() - Method in class adams.core.management.ExternalResourceClassPathAugmenter
Returns the classpath parts (jars, directories) to add to the classpath.
getClassPathAugmentation() - Method in class adams.core.management.ImplicitClassPathAugmenter
Returns the classpath parts (jars, directories) to add to the classpath.
getClassPathAugmentation() - Method in class adams.core.management.SystemClassPathAugmenter
Returns the classpath parts (jars, directories) to add to the classpath.
getClassPathAugmentation() - Method in class adams.core.management.WekaPackagesClassPathAugmenter
Returns the classpath parts (jars, directories) to add to the classpath.
getClassPathAugmenters() - Method in class adams.flow.standalone.JavaExec
Returns the classpath augmenters.
getClasspathDirs() - Method in class adams.flow.control.JDeps
Returns the classpath directories to use instead of the application's classpath.
getClasspathJars() - Method in class adams.flow.control.JDeps
Returns the classpath jars to use instead of the application's classpath.
getClassString(Object) - Method in class adams.gui.visualization.debug.StoragePanel.TableModel
Generates the class string to display.
getClassType() - Method in class adams.gui.goe.GenericObjectEditor
Returns the currently set class.
getClassType() - Method in class adams.gui.goe.GenericObjectEditorPanel
Returns the currently set class.
getClassType() - Method in class adams.gui.goe.WekaGenericObjectEditorPanel
Returns the class type.
getClassType() - Method in class adams.gui.wizard.GenericObjectEditorPage
Returns the superclass.
getClassType(PropertyEditor) - Method in class adams.gui.goe.AbstractGenericObjectEditorHandler
Returns the class type currently in use.
getClassType(PropertyEditor) - Method in class adams.gui.goe.AdamsGenericObjectEditorHandler
Returns the class type currently in use.
getClassType(PropertyEditor) - Method in class adams.gui.goe.DefaultGenericObjectEditorHandler
Returns the class type currently in use.
getClassType(PropertyEditor) - Method in class adams.gui.goe.GenericObjectEditorPopupMenu
Returns the class type handled in the editor.
getClassType(PropertyEditor) - Method in class adams.gui.goe.WekaGenericObjectEditorHandler
Returns the class type currently in use.
getClassWeightedAverageStatistic(String) - Method in class weka.classifiers.evaluation.Dice
Get the weighted (by class) average for this statistic.
getCleaner() - Method in class adams.flow.standalone.TableCleanUp
Returns the cleaner in use.
getCleaner() - Method in class weka.core.tokenizers.PreCleanedTokenizer
Returns the cleaner to use for cleaning the tokens from the initial tokenization.
getCleaners() - Method in class adams.flow.transformer.draw.ObjectAnnotationsFromReport
Returns the cleaners for the annotations.
getCleaners() - Method in class adams.gui.tools.previewbrowser.ObjectAnnotationsHandler
Returns the cleaners for the annotations.
getCleaners() - Method in class adams.gui.tools.previewbrowser.ObjectAnnotationsReportHandler
Returns the cleaners for the annotations.
getCleaners() - Method in class adams.gui.visualization.image.ObjectAnnotations
Returns the cleaners for the annotations.
getCleaners() - Method in class adams.gui.visualization.object.overlay.ObjectAnnotations
Returns the cleaners for the annotations.
getCleaners() - Method in class weka.core.tokenizers.cleaners.MultiCleaner
Returns the cleaners to use.
getCleanIndices() - Method in class adams.flow.transformer.GetImageObjects
Returns whether to remove index entries from the meta-data.
getCleanIndices() - Method in class adams.flow.transformer.ImageObjectFilter
Returns whether to remove index entries from the meta-data.
getClearBuffer() - Method in class adams.flow.transformer.SpreadSheetRowBuffer
Returns whether to clear the buffer once the dataset has been forwarded.
getClearBuffer() - Method in class adams.flow.transformer.WekaInstanceBuffer
Returns whether to clear the buffer once the dataset has been forwarded.
getClickCount() - Method in class adams.gui.visualization.object.mouseclick.AbstractMouseClickProcessor
Returns the number of mouse clicks; use 0 for turning check off; use 2 for double click.
getClient() - Method in class adams.core.io.fileoperations.FtpFileOperations
Returns the FTP client in use.
getClient() - Method in class adams.core.io.FtpFileObject
Returns the client.
getClient() - Method in class adams.core.io.lister.FtpDirectoryLister
Returns the current session provider.
getClient() - Method in class adams.gui.chooser.FtpDirectoryChooserPanel
Returns the client to use.
getClient() - Method in class adams.gui.chooser.FtpRemoteDirectorySetup
Returns the FTP client.
getClip() - Method in class adams.gui.print.PostscriptGraphics
Not implemented
getClipboardData() - Method in class adams.flow.source.PasteFromClipboard
Returns the type of data to paste.
getClipboardData() - Method in class adams.flow.transformer.CopyToClipboard
Returns the type of data to paste.
getClipBounds() - Method in class adams.gui.print.PostscriptGraphics
This returns the full current drawing area
getClipBounds(Rectangle) - Method in class adams.gui.print.PostscriptGraphics
This returns the full current drawing area
getClipRect() - Method in class adams.gui.print.PostscriptGraphics
Not implemented
getClone() - Method in class adams.core.AbstractDataBackedIndex
Returns a clone of the object.
getClone() - Method in class adams.core.AbstractDataBackedRange
Returns a clone of the object.
getClone() - Method in class adams.core.AbstractDataBackedUnorderedRange
Returns a clone of the object.
getClone() - Method in class adams.core.base.BaseObject
Returns a clone of itself.
getClone() - Method in interface adams.core.CloneHandler
Returns a clone of the object.
getClone() - Method in class adams.core.ConfigurableEnumeration.AbstractItem
Returns a clone of the object.
getClone() - Method in class adams.core.discovery.PropertyPath.PathElement
returns a clone of the current object.
getClone() - Method in class adams.core.Index
Returns a clone of the object.
getClone() - Method in class adams.core.io.PdfFont
Returns a clone of the object.
getClone() - Method in class adams.core.LRUCache
Returns a clone of the object.
getClone() - Method in class adams.core.Properties
Returns a clone of the object.
getClone() - Method in class adams.core.Range
Returns a clone of the object.
getClone() - Method in class adams.core.UnorderedRange
Returns a clone of the object.
getClone() - Method in class adams.core.Variables
Returns a clone of the object (but without the listeners).
getClone() - Method in class adams.data.binning.Bin
Returns a clone of the object.
getClone() - Method in class adams.data.container.AbstractDataContainer
Returns a clone of itself.
getClone() - Method in class adams.data.container.AbstractDataPoint
Returns a clone of itself.
getClone() - Method in class adams.data.container.AbstractSimpleContainer
Returns a clone of the object.
getClone() - Method in interface adams.data.container.DataContainer
Returns a clone of itself.
getClone() - Method in interface adams.data.container.DataPoint
Returns a clone of itself.
getClone() - Method in class adams.data.featureconverter.HeaderDefinition
Returns a clone of the object.
getClone() - Method in class adams.data.Notes
Returns a deep copy of this object.
getClone() - Method in class adams.data.report.AbstractField
Returns a cloned copy of itself.
getClone() - Method in class adams.data.report.Report
Returns a clone of itself.
getClone() - Method in class adams.data.spreadsheet.DefaultSpreadSheet
Returns a clone of itself.
getClone() - Method in class adams.data.spreadsheet.MetaData
Returns a clone of itself.
getClone() - Method in class adams.data.spreadsheet.SheetIndex
Returns a clone of the object.
getClone() - Method in class adams.data.spreadsheet.SheetRange
Returns a clone of the object.
getClone() - Method in interface adams.data.spreadsheet.SpreadSheet
Returns a clone of itself.
getClone() - Method in class adams.data.spreadsheet.SpreadSheetColumnIndex
Returns a clone of the object.
getClone() - Method in class adams.data.spreadsheet.SpreadSheetColumnRange
Returns a clone of the object.
getClone() - Method in class adams.data.spreadsheet.SpreadSheetRowIndex
Returns a clone of the object.
getClone() - Method in class adams.data.spreadsheet.SpreadSheetRowRange
Returns a clone of the object.
getClone() - Method in class adams.data.spreadsheet.SpreadSheetUnorderedColumnRange
Returns a clone of the object.
getClone() - Method in class adams.data.spreadsheet.SpreadSheetUnorderedRowRange
Returns a clone of the object.
getClone() - Method in class adams.data.spreadsheet.SpreadSheetView
Returns a clone of itself.
getClone() - Method in class adams.data.weka.WekaAttributeIndex
Returns a clone of the object.
getClone() - Method in class adams.data.weka.WekaAttributeRange
Returns a clone of the object.
getClone() - Method in class adams.data.weka.WekaLabelIndex
Returns a clone of the object.
getClone() - Method in class adams.data.weka.WekaLabelRange
Returns a clone of the object.
getClone() - Method in class adams.data.weka.WekaUnorderedAttributeRange
Returns a clone of the object.
getClone() - Method in class adams.db.AbstractDatabaseConnection
Returns a clone of the object.
getClone() - Method in class adams.db.ConnectionParameters
Returns a copy of ifself.
getClone() - Method in class adams.db.LogEntry
Returns a clone of the object.
getClone() - Method in class adams.flow.container.AbstractContainer
Returns a clone of itself using serialization.
getClone() - Method in interface adams.flow.container.Container
Returns a clone of itself using serialization.
getClone() - Method in class adams.flow.container.ImageSegmentationContainer
Returns a clone of itself.
getClone() - Method in class adams.flow.control.Storage
Returns a clone (deep copy) of the object.
getClone() - Method in class adams.flow.core.Token
Returns a clone of itself.
getClone() - Method in class adams.flow.setup.FlowSetupManager
Returns a clone of itself, with the setups being shallow copies.
getClone() - Method in class adams.flow.transformer.locateobjects.LocatedObject
Returns a clone of the object.
getClone() - Method in class adams.flow.transformer.locateobjects.LocatedObjects
Returns a clone of the object.
getClone() - Method in class adams.gui.core.Undo.UndoPoint
Returns a copy of itself.
getClone() - Method in class adams.gui.goe.Favorites.Favorite
Returns a copy of itself.
getClone() - Method in class adams.gui.goe.Favorites
Returns a copy of itself.
getClone() - Method in class adams.gui.tools.wekamultiexperimenter.analysis.AbstractAnalysisPanel
Returns a clone of the object.
getClone() - Method in class adams.gui.tools.wekamultiexperimenter.analysis.AbstractResultsPanel
Returns a clone of the object.
getClone() - Method in class adams.gui.tools.wekamultiexperimenter.analysis.DefaultAnalysisPanel
Returns a clone of the object.
getClone() - Method in class adams.gui.tools.wekamultiexperimenter.analysis.PlainTextResultsPanel
Returns a clone of the object.
getClone() - Method in class adams.gui.tools.wekamultiexperimenter.analysis.TableResultsPanel
Returns a clone of the object.
getClone() - Method in class adams.gui.visualization.core.axis.Zoom
Returns a copy of itself.
getClone() - Method in class adams.gui.visualization.core.axis.ZoomHandler
Returns an exact copy of itself.
getClone() - Method in interface adams.ml.data.Dataset
Returns a clone of itself.
getClone() - Method in class adams.ml.data.DatasetView
Returns a clone of itself.
getClone() - Method in class adams.ml.data.DefaultDataset
Returns a clone of itself.
getClone() - Method in class adams.ml.data.InstancesView
Returns a clone of itself.
getClone() - Method in class adams.opt.optimise.OptData
Copy this object.
getClone() - Method in class adams.opt.optimise.OptVar
Copy this object.
getClone(BaseRegExp) - Method in class adams.core.Variables
Returns a clone of the object (but without the listeners).
getClone(BaseRegExp) - Method in class adams.flow.control.Storage
Returns a clone (deep copy) of the object.
getClone(SpreadSheet) - Method in interface adams.data.spreadsheet.DataRow
Returns a clone of itself.
getClone(SpreadSheet) - Method in class adams.data.spreadsheet.DataRowView
Returns a clone of itself.
getClone(SpreadSheet) - Method in class adams.data.spreadsheet.DenseDataRow
Creates a copy of itself.
getClone(SpreadSheet) - Method in class adams.data.spreadsheet.HeaderRow
Returns a clone of itself.
getClone(SpreadSheet) - Method in interface adams.data.spreadsheet.Row
Returns a clone of itself.
getClone(SpreadSheet) - Method in class adams.data.spreadsheet.SparseDataRow
Returns a clone of itself.
getClone(SpreadSheet) - Method in class adams.ml.data.InstancesHeaderRow
Returns a clone of itself.
getClone(SpreadSheet) - Method in class adams.ml.data.InstanceView
Returns a clone of itself.
getCloseAfterSend() - Method in class adams.flow.sink.Socket
Returns whether to close the socket after sending the data.
getCloseConnection() - Method in class adams.flow.standalone.AbstractDatabaseConnection
Returns whether to close the connection once the flow wraps up.
getCloseDialog() - Method in class adams.flow.control.Inspect
Returns whether to close the dialog after clicking skip/accept.
getCloseOnSend() - Method in class adams.gui.dialog.ComposeEmailDialog
Returns whether the dialog gets closed when successfully sending the email.
getClosestPoints(long, List<TimeseriesPoint>, int) - Method in class adams.data.filter.TimeseriesChangeResolution
Determines the closest points for the given timestamp.
getCloseTabsWithMiddelMouseButton() - Method in class adams.gui.core.BaseTabbedPane
Returns whether users can close tabs with the middle mouse button.
getClusterCentroids() - Method in class weka.clusterers.SAXKMeans
Gets the cluster centroids.
getClusterer() - Method in class adams.flow.source.WekaClustererSetup
Returns the clusterer in use.
getClusterer() - Method in class adams.flow.transformer.AbstractCallableWekaClustererEvaluator
Returns the name of the callable clusterer in use.
getClusterer() - Method in class adams.flow.transformer.WekaTrainClusterer
Returns the clusterer in use.
getClusterer() - Method in class adams.ml.model.clustering.WekaClusterer
Returns the clusterer to use.
getClustererInstance() - Method in class adams.flow.transformer.AbstractCallableWekaClustererEvaluator
Returns an instance of the callable clusterer.
getClustererInstance() - Method in class adams.flow.transformer.WekaTrainClusterer
Returns an instance of the callable clusterer.
getClusterNominalCounts() - Method in class weka.clusterers.SAXKMeans
Returns for each cluster the frequency counts for the values of each nominal attribute.
getClusterSizes() - Method in class weka.clusterers.SAXKMeans
Gets the number of instances in each cluster.
getClusterStandardDevs() - Method in class weka.clusterers.SAXKMeans
Gets the standard deviations of the numeric attributes in each cluster.
getClusterTab() - Method in class weka.gui.explorer.ExplorerExt
Returns the cluster tab, if available.
getCmd() - Method in class adams.gui.event.ScriptingEvent
Returns the command that was run.
getCmd() - Method in class adams.gui.event.ScriptingInfoEvent
Returns the command that was run.
getCoalescing() - Method in class adams.data.conversion.XMLToDOM
Returns whether a coalescing parser is used.
getCoalescing() - Method in class adams.flow.transformer.XMLFileReader
Returns whether a coalescing parser is used.
getCode() - Method in enum adams.data.opencv.ColorConversionCode
Returns the OpenCV code.
getCode() - Method in class adams.gui.scripting.ScriptingCommand
Returns the optional code to execute.
getCoefficients() - Method in class weka.filters.unsupervised.attribute.PublicPrincipalComponents
Get the components from the principal components model
getCoeffs() - Method in class weka.classifiers.meta.Corr
 
getcol(Matrix, int) - Static method in class edu.umbc.cs.maple.utils.JamaUtils
Gets the specified column of a matrix.
getColBottom() - Method in class adams.data.io.input.ObjectLocationsSpreadSheetReader
Returns the column containing the bottom coordinate.
getColBottom() - Method in class adams.data.io.output.ObjectLocationsSpreadSheetWriter
Returns the column containing the bottom coordinate.
getColHeight() - Method in class adams.data.io.input.ObjectLocationsSpreadSheetReader
Returns the column containing the height coordinate.
getColHeight() - Method in class adams.data.io.output.ObjectLocationsSpreadSheetWriter
Returns the column containing the height coordinate.
getColIndex() - Method in class adams.data.io.input.YoloAnnotationsReportReader
Returns the spreadsheet column containing the 0-based label index.
getColIndex() - Method in class adams.data.io.output.YoloAnnotationsReportWriter
Returns the spreadsheet column containing the 0-based label index.
getColLabel() - Method in class adams.data.io.input.YoloAnnotationsReportReader
Returns the spreadsheet column containing the 0-based label index.
getColLabel() - Method in class adams.data.io.output.YoloAnnotationsReportWriter
Returns the spreadsheet column containing the 0-based label index.
getCollectedOutput() - Method in class adams.flow.control.Branch
Returns the collected output from the branches, if any.
getCollectionClass() - Method in class adams.data.conversion.ArrayToCollection
Deprecated.
Returns the class for the collection.
getCollectionClass() - Method in class adams.flow.control.CollectionProcess
Returns the class for the collection.
getCollectionClass() - Method in class adams.flow.source.CombineCollections
Returns the class for the collection.
getCollectionClass() - Method in class adams.flow.source.NewCollection
Returns the class for the collection.
getCollectionClass() - Method in class adams.flow.transformer.ArrayToCollection
Returns the class for the collection.
getCollectionClass() - Method in class adams.flow.transformer.SequenceToCollection
Returns the class for the collection.
getCollectionSize() - Method in class adams.flow.transformer.SequenceToCollection
Returns the length of the collection.
getCollectOutput() - Method in class adams.flow.control.Branch
Returns whether the output of the branches is collected.
getColLeft() - Method in class adams.data.io.input.ObjectLocationsSpreadSheetReader
Returns the column containing the left coordinate.
getColLeft() - Method in class adams.data.io.output.ObjectLocationsSpreadSheetWriter
Returns the column containing the left coordinate.
getColor() - Method in class adams.data.image.features.AbstractCountColor
Returns the color to count.
getColor() - Method in class adams.data.image.transformer.XScreenMask
Gets color to be masked out.
getColor() - Method in class adams.flow.sink.BoxPlot
Get the color to fill the box plots
getColor() - Method in class adams.flow.transformer.draw.AbstractColorDrawOperation
Returns the color of the pixel.
getColor() - Method in class adams.flow.transformer.draw.AbstractDrawObjectsFromReport
Returns the color to use for the objects.
getColor() - Method in class adams.flow.transformer.locateobjects.XScreenMaskLocator
Gets color to be masked out.
getColor() - Method in class adams.flow.transformer.pdfproclet.Circle
Returns the color.
getColor() - Method in class adams.flow.transformer.pdfproclet.Line
Returns the color.
getColor() - Method in class adams.flow.transformer.pdfproclet.Rectangle
Returns the color.
getColor() - Method in class adams.flow.transformer.pixelselector.AbstractSingleColorPixelSelectorOverlay
Returns the color for the overlay.
getColor() - Method in class adams.gui.chooser.BaseColorChooser
Returns the color.
getColor() - Method in class adams.gui.core.BaseColorTextField.CustomColorTextField
Returns the current color.
getColor() - Method in class adams.gui.core.BaseColorTextField
Returns the current color.
getColor() - Method in class adams.gui.goe.BaseColorEditor
Returns the current color.
getColor() - Method in class adams.gui.goe.ColorEditor
Returns the current color.
getColor() - Method in class adams.gui.print.PostscriptGraphics
Get current pen color.
getColor() - Method in class adams.gui.tools.previewbrowser.CocoAnnotationsHandler
Returns the color to use for the objects.
getColor() - Method in class adams.gui.tools.previewbrowser.DeepLabCutCSVHandler
Returns the color to use for the objects.
getColor() - Method in class adams.gui.tools.previewbrowser.DetectronAnnotationsHandler
Returns the color to use for the objects.
getColor() - Method in class adams.gui.tools.previewbrowser.ImageClassificationHandler
Returns the color of the text.
getColor() - Method in class adams.gui.tools.previewbrowser.ObjectCentersFromReport
Returns the color to use for the objects.
getColor() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
Returns the color to use for the objects.
getColor() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
Returns the color to use for the objects.
getColor() - Method in class adams.gui.tools.previewbrowser.PointsFromReportHandler
Returns the color to use for the objects.
getColor() - Method in class adams.gui.tools.previewbrowser.YoloAnnotationsHandler
Returns the color to use for the objects.
getColor() - Method in interface adams.gui.visualization.container.ColorContainer
Returns the current color in use.
getColor() - Method in class adams.gui.visualization.core.CrossHairTracker
Returns the color in use for the cross-hair.
getColor() - Method in class adams.gui.visualization.core.HorizontalIndicatorPaintlet
Returns the indicator for the indicator.
getColor() - Method in class adams.gui.visualization.core.TextOverlayPaintlet
Get the stroke color for the text.
getColor() - Method in class adams.gui.visualization.image.AbstractObjectOverlayFromReport
Returns the color to use for the objects.
getColor() - Method in class adams.gui.visualization.image.AbstractPointOverlayFromReport
Returns the color to use for the objects.
getColor() - Method in class adams.gui.visualization.image.AbstractReportBasedOverlayHelper
Returns the color to use for the objects.
getColor() - Method in class adams.gui.visualization.image.BoofCVDetectLineSegmentsImageOverlay
Returns the color for the lines.
getColor() - Method in class adams.gui.visualization.image.BoofCVDetectLinesImageOverlay
Returns the color for the lines.
getColor() - Method in class adams.gui.visualization.image.HighlightLocations
Returns the color of the circles.
getColor() - Method in class adams.gui.visualization.image.MetaDataText
Returns the color of the text.
getColor() - Method in class adams.gui.visualization.image.selection.AbstractPaintingSelectionProcessor
Returns the current color for painting.
getColor() - Method in interface adams.gui.visualization.image.selectionshape.ColorSelectionShapePainter
Returns the color to use.
getColor() - Method in class adams.gui.visualization.image.selectionshape.PolygonPainter
Returns the color to use.
getColor() - Method in class adams.gui.visualization.image.selectionshape.RectanglePainter
Returns the color to use.
getColor() - Method in class adams.gui.visualization.instance.InstanceContainer
Returns the current color in use.
getColor() - Method in class adams.gui.visualization.object.annotator.BoundingBoxAnnotator
Returns the color to use.
getColor() - Method in class adams.gui.visualization.object.annotator.PolygonAnnotator
Returns the color to use.
getColor() - Method in class adams.gui.visualization.object.annotator.PolygonPointAnnotator
Returns the color to use.
getColor() - Method in class adams.gui.visualization.object.annotator.SimplePointAnnotator
Returns the color to use.
getColor() - Method in class adams.gui.visualization.object.objectannotations.colors.FixedColor
Returns the color to use.
getColor() - Method in class adams.gui.visualization.object.overlay.AbstractObjectOverlayFromReport
Returns the color to use for the objects.
getColor() - Method in class adams.gui.visualization.object.overlay.AbstractPointOverlayFromReport
Returns the color to use for the objects.
getColor() - Method in class adams.gui.visualization.object.overlay.ClassificationLabelTextOverlay
Returns the color to use for the label.
getColor() - Method in class adams.gui.visualization.report.ReportDateFieldRangePaintlet
Returns the currently set color to paint the background with.
getColor() - Method in class adams.gui.visualization.segmentation.layer.BackgroundLayer
Returns the color value for the layer.
getColor() - Method in class adams.gui.visualization.segmentation.layer.CombinedLayer.CombinedSubLayer
Returns the current color.
getColor() - Method in class adams.gui.visualization.segmentation.layer.Markers
Returns the color in use for markers.
getColor() - Method in class adams.gui.visualization.segmentation.layer.OverlayLayer
Returns the color value for the layer.
getColor() - Method in class adams.gui.visualization.sequence.DiagonalOverlayPaintlet
Get the stroke color for the paintlet.
getColor() - Method in class adams.gui.visualization.sequence.KendallTheilOverlayPaintlet
Get the stroke color for the paintlet.
getColor() - Method in class adams.gui.visualization.sequence.LinearRegressionOverlayPaintlet
Get the stroke color for the paintlet.
getColor() - Method in class adams.gui.visualization.sequence.LOWESSOverlayPaintlet
Get the stroke color for the paintlet.
getColor() - Method in class adams.gui.visualization.sequence.MathExpressionOverlayPaintlet
Get the stroke color for the paintlet.
getColor() - Method in class adams.gui.visualization.sequence.StraightLineOverlayPaintlet
Get the stroke color for the paintlet.
getColor() - Method in class adams.gui.visualization.sequence.XYSequenceContainer
Returns the current color in use.
getColor() - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowContainer
Returns the current color in use.
getColor() - Method in class adams.gui.visualization.stats.boxplot.BoxPlotManager
Returns the color to fill the boxes with.
getColor() - Method in class adams.gui.visualization.stats.paintlet.AbstractColorPaintlet
Get the stroke color for the paintlet
getColor() - Method in class adams.gui.visualization.stats.scatterplot.AbstractScatterPlotOverlay
Get the color for this overlay.
getColor() - Method in class adams.gui.visualization.stats.zscore.AbstractZScoreOverlay
get the color of the overlay
getColor() - Method in class adams.gui.visualization.timeseries.FixedTimestampPaintlet
Returns the currently set color to paint the point with.
getColor() - Method in class adams.gui.visualization.timeseries.FixedTimestampRangePaintlet
Returns the currently set color to paint the range with.
getColor() - Method in class adams.gui.visualization.timeseries.SelectedTimestampPaintlet
Returns the currently set color to paint the point with.
getColor() - Method in class adams.gui.visualization.timeseries.TimeseriesContainer
Returns the current color in use.
getColor(int) - Method in class adams.flow.sink.sequenceplotter.AbstractErrorPaintlet
Returns the color for the data with the given index.
getColor(int) - Method in class adams.flow.sink.sequenceplotter.AbstractMarkerPaintlet
Returns the color for the data with the given index.
getColor(int) - Method in class adams.gui.visualization.instance.InstanceLinePaintlet
Returns the color for the data with the given index.
getColor(int) - Method in class adams.gui.visualization.instance.ReportColorInstancePaintlet
Returns the color for the data with the given index.
getColor(int) - Method in class adams.gui.visualization.instance.SimpleInstanceLinePaintlet
Returns the color for the data with the given index.
getColor(int) - Method in class adams.gui.visualization.sequence.AbstractXYSequencePaintlet
Returns the color for the data with the given index.
getColor(int) - Method in class adams.gui.visualization.spreadsheet.SimpleSpreadSheetRowLinePaintlet
Returns the color for the data with the given index.
getColor(int) - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowLinePaintlet
Returns the color for the data with the given index.
getColor(int) - Method in class adams.gui.visualization.timeseries.ReportColorTimeseriesPaintlet
Returns the color for the data with the given index.
getColor(int) - Method in class adams.gui.visualization.timeseries.TimeseriesPaintlet
Returns the color for the data with the given index.
getColor(XYSequencePoint, Color) - Method in class adams.gui.visualization.sequence.metadatacolor.ColorPerLabel
Extracts the color from the meta-data.
getColor(XYSequencePoint, Color) - Method in class adams.gui.visualization.sequence.metadatacolor.ColorPerRegExpGroup
Extracts the color from the meta-data.
getColor(XYSequencePoint, Color) - Method in class adams.gui.visualization.sequence.metadatacolor.Dummy
Extracts the color from the meta-data.
getColor(LocatedObject) - Method in class adams.gui.visualization.object.objectannotations.colors.AbstractAnnotationColors
Returns the color for the object.
getColor(LocatedObject) - Method in interface adams.gui.visualization.object.objectannotations.colors.AnnotationColors
Returns the color for the object.
getColor(InstanceContainer) - Method in class adams.gui.visualization.instance.InstanceContainerManager
Returns the color for the container.
getColor(XYSequenceContainer) - Method in class adams.gui.visualization.sequence.XYSequenceContainerManager
Returns the color for the container.
getColor(SpreadSheetRowContainer) - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowContainerManager
Returns the color for the container.
getColor(TimeseriesContainer) - Method in class adams.gui.visualization.timeseries.TimeseriesContainerManager
Returns the color for the container.
getColor(Polygon) - Method in class adams.gui.visualization.image.AbstractReportBasedOverlayHelper
Returns the color for the object.
getColor(Class, String, Color) - Static method in class adams.gui.core.GUIHelper
Returns the color value listed in the props file, or the default value if not found.
getColor(String) - Method in class adams.core.Properties
Returns the color associated with the string.
getColor(String, Color) - Method in class adams.core.Properties
Returns the color associated with the string.
getColor(String, Color) - Static method in class adams.gui.core.GUIHelper
Returns the color value listed in the props file, or the default value if not found.
getColor(T) - Method in interface adams.gui.visualization.container.ColorContainerManager
Returns the color for the container.
getColor(T, Color) - Method in class adams.gui.visualization.sequence.metadatacolor.AbstractMetaDataColor
Extracts the color from the meta-data.
getColorAdditional() - Method in class adams.data.imagesegmentation.operation.CompareAnnotationWithPrediction
Returns the color for predictions that had no annotations.
getColorAt(Point) - Method in class adams.gui.visualization.image.ColorPickerPanel
Returns the color at the specified position
getColorAttribute() - Method in class adams.flow.sink.ScatterDisplay
Get the index of the attribute displayed on the y axis
getColorAttributeName() - Method in class adams.flow.sink.ScatterDisplay
Returns the attribute to be uses for determining the colors.
getColorBox() - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeVisualizationPanel
Returns the class selection combo box if the parent component wants to place it in itself or in some component other than this component.
getColorCenter() - Method in class adams.flow.sink.controlchartplot.LimitPaintlet
Returns the color for the center.
getColorComments() - Method in class adams.flow.transformer.pdfproclet.SpreadSheet
Returns the color to use for the comments.
getColorContent() - Method in class adams.flow.transformer.pdfproclet.FixedText
Returns the color to use for the content.
getColorContent() - Method in class adams.flow.transformer.pdfproclet.PlainText
Returns the color to use for the content.
getColorField() - Method in class adams.gui.visualization.instance.ReportColorInstancePaintlet
Returns the report field that contains the color.
getColorField() - Method in class adams.gui.visualization.timeseries.ReportColorTimeseriesPaintlet
Returns the report field that contains the color.
getColorFilename() - Method in class adams.flow.transformer.pdfproclet.AbstractPdfProcletWithFilenameOutput
Returns the color to use for adding the filename header.
getColorFilename() - Method in interface adams.flow.transformer.pdfproclet.PdfProcletWithFilenameOutput
Returns the color to use for adding the filename header.
getColorGeneralContent() - Method in class adams.flow.transformer.pdfproclet.AbstractSpreadSheetPdfProclet
Returns the color to use for general content.
getColorHeadline() - Method in class adams.flow.transformer.pdfproclet.Headline
Returns the color to use for the headline.
getColorHeadline() - Method in class adams.flow.transformer.pdfproclet.MetaHeadline
Returns the color to use for the headline.
getColorIndex() - Method in class adams.gui.visualization.stats.paintlet.AbstractScatterPlotPaintlet
Get index of chosen attribute for color.
getColorIndex() - Method in class adams.gui.visualization.stats.scatterplot.ScatterPlot
Get the index object for choosing the color attribute.
getColoringIndex() - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeVisualizationPanel
Get the coloring (class) index for the plot
getColorizer() - Method in class adams.gui.tools.previewbrowser.SimpleImageSegmentationAnnotationsHandler
Returns the image colorizer to use.
getColorList() - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeVisualizationPanel
Returns the list of colors to use.
getColorLower() - Method in class adams.flow.sink.controlchartplot.LimitPaintlet
Returns the color for the lower limit.
getColorMissed() - Method in class adams.data.imagesegmentation.operation.CompareAnnotationWithPrediction
Returns the color for missed annotations.
getColorNormal() - Method in class adams.flow.sink.sequenceplotter.OutlierPaintlet
Returns the color for normal data points.
getColorNumericContent() - Method in class adams.flow.transformer.pdfproclet.AbstractSpreadSheetPdfProclet
Returns the color to use for numeric content.
getColorOutlier() - Method in class adams.flow.sink.sequenceplotter.OutlierPaintlet
Returns the color for outliers.
getColorOverlap() - Method in class adams.data.imagesegmentation.operation.CompareAnnotationWithPrediction
Returns the color for correct overlaps.
getColorProvider() - Method in class adams.data.image.transformer.BlueChannelColorizer
Returns the color provider to use.
getColorProvider() - Method in class adams.data.image.transformer.GrayOrIndexedColorizer
Returns the color provider to use.
getColorProvider() - Method in class adams.data.image.transformer.TrimapColorizer
Returns the color provider to use.
getColorProvider() - Method in class adams.data.imagesegmentation.operation.SimpleOverlay
Returns the color provider to use.
getColorProvider() - Method in class adams.data.io.input.PNGImageReader
Returns the color provider to use for images with a palette.
getColorProvider() - Method in class adams.data.io.output.GrayOrIndexedImageWriter
Returns the color provider to use.
getColorProvider() - Method in class adams.data.io.output.IndexedPNGImageSegmentationWriter
Returns the color provider to use for the palette.
getColorProvider() - Method in class adams.flow.sink.ControlChartPlot
Returns the color provider in use.
getColorProvider() - Method in class adams.flow.sink.ImageSegmentationViewer
Returns the color provider in use.
getColorProvider() - Method in class adams.flow.sink.JFreeChartFileWriter
Returns the color provider to use.
getColorProvider() - Method in class adams.flow.sink.JFreeChartPlot
Returns the color provider to use.
getColorProvider() - Method in class adams.flow.sink.SequencePlotter
Returns the color provider in use.
getColorProvider() - Method in class adams.flow.sink.sequenceplotter.SequencePlotterPanel
Returns the color provider to use.
getColorProvider() - Method in class adams.flow.sink.SimplePlot
Returns the color provider in use.
getColorProvider() - Method in class adams.flow.sink.SpreadSheetRowViewer
Returns the color provider in use.
getColorProvider() - Method in class adams.flow.sink.TimeseriesDisplay
Returns the color provider in use.
getColorProvider() - Method in class adams.flow.sink.WekaInstanceViewer
Returns the color provider in use.
getColorProvider() - Method in class adams.flow.transformer.ImageSegmentationAnnotator
Returns the color provider in use.
getColorProvider() - Method in class adams.flow.transformer.pixelselector.AbstractColorProviderPixelSelectorOverlay
Returns the color provider for the overlay.
getColorProvider() - Method in class adams.gui.core.spreadsheettable.DistinctValueCellRenderingCustomizer
Returns the color provider to use for generating the distinct values.
getColorProvider() - Method in class adams.gui.tools.previewbrowser.BlueChannelImageHandler
Returns the color provider to use.
getColorProvider() - Method in class adams.gui.tools.previewbrowser.GrayOrIndexedImageHandler
Returns the color provider to use.
getColorProvider() - Method in class adams.gui.tools.previewbrowser.ImageSegmentationAnnotationsHandler
Returns the color provider to use.
getColorProvider() - Method in class adams.gui.tools.previewbrowser.IndexedPNGImageHandler
Returns the color provider to use.
getColorProvider() - Method in class adams.gui.tools.previewbrowser.TrimapImageHandler
Returns the color provider to use.
getColorProvider() - Method in class adams.gui.tools.spreadsheetviewer.chart.AbstractXYChartGenerator
Returns the color provider in use.
getColorProvider() - Method in class adams.gui.tools.spreadsheetviewer.chart.GenericPlot
Returns the color provider in use.
getColorProvider() - Method in class adams.gui.tools.spreadsheetviewer.chart.Histogram
Returns the color provider in use.
getColorProvider() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.PredictionTrend
Returns the color provider for the plots.
getColorProvider() - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeVisualizationPanel
Returns the color provider to use.
getColorProvider() - Method in interface adams.gui.visualization.container.ColorContainerManager
Returns the color provider to use.
getColorProvider() - Method in class adams.gui.visualization.core.ColorProviderBasedColorGradientGenerator
Returns the color provider to use.
getColorProvider() - Method in interface adams.gui.visualization.core.ColorProviderHandler
Returns the color provider to use.
getColorProvider() - Method in class adams.gui.visualization.instance.InstanceContainerManager
Returns the color provider to use.
getColorProvider() - Method in class adams.gui.visualization.object.objectannotations.colors.PerType
Returns the color provider to use for the types.
getColorProvider() - Method in class adams.gui.visualization.object.objectannotations.colors.VaryByObject
Returns the color provider to use for the objects.
getColorProvider() - Method in class adams.gui.visualization.sequence.metadatacolor.ColorPerLabel
Returns the color provider to use.
getColorProvider() - Method in class adams.gui.visualization.sequence.metadatacolor.ColorPerRegExpGroup
Returns the color provider to use.
getColorProvider() - Method in class adams.gui.visualization.sequence.XYSequenceContainerManager
Returns the color provider to use.
getColorProvider() - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowContainerManager
Returns the color provider to use.
getColorProvider() - Method in class adams.gui.visualization.stats.paintlet.AbstractScatterPlotPaintlet
Returns the color provider to use when using a column for the plot colors.
getColorProvider() - Method in class adams.gui.visualization.timeseries.PeriodicityPaintlet
Returns the color provider in use.
getColorProvider() - Method in class adams.gui.visualization.timeseries.TimeseriesContainerManager
Returns the color provider to use.
getColorQuantizer() - Method in class adams.data.jai.transformer.IndexedColors
Returns the type of color quantizer in use.
getColorRegExp() - Method in class adams.gui.visualization.stats.scatterplot.ScatterPlot
Gets the regular expression used when determining the color attribute.
getColors() - Method in class adams.data.imagefilter.KeepOnlyColors
Returns the colors to keep.
getColors() - Method in class adams.gui.visualization.core.AbstractCustomColorProvider
Returns the colors in use.
getColors() - Method in class adams.gui.visualization.core.MultiColorGenerator
Returns the colors of the gradient.
getColors() - Method in class adams.gui.visualization.core.RegExpColorProvider
Returns the regexp/color key-value pairs.
getColors() - Method in class adams.gui.visualization.object.labelselector.ButtonSelectorWithColorGenerator
Returns the colors to use for annotating.
getColors() - Method in class adams.gui.visualization.object.objectannotations.colors.TypeColorMapping
Returns the colors associated with the types/labels.
getColorSelected() - Method in class adams.flow.transformer.SpreadSheetCellSelector
Returns the color for selected cells.
getColorTableHeader() - Method in class adams.flow.transformer.pdfproclet.AbstractSpreadSheetPdfProclet
Returns the color to use for the table header.
getColorUpper() - Method in class adams.flow.sink.controlchartplot.LimitPaintlet
Returns the color for the upper limit.
getColPolygonX() - Method in class adams.data.io.input.ObjectLocationsSpreadSheetReader
Returns the column containing the X coordinates of the polygon (comma-separated list of coordinates).
getColPolygonX() - Method in class adams.data.io.output.ObjectLocationsSpreadSheetWriter
Returns the column containing the X coordinates of the polygon (comma-separated list of coordinates).
getColPolygonY() - Method in class adams.data.io.input.ObjectLocationsSpreadSheetReader
Returns the column containing the Y coordinates of the polygon (comma-separated list of coordinates).
getColPolygonY() - Method in class adams.data.io.output.ObjectLocationsSpreadSheetWriter
Returns the column containing the Y coordinates of the polygon (comma-separated list of coordinates).
getColRange() - Method in class adams.ml.preprocessing.AbstractColumnSubsetFilter
Returns the range of columns to use for filtering (if ColumnSubset.RANGE).
getColRange() - Method in interface adams.ml.preprocessing.ColumnSubsetFilter
Returns the range of columns to use for filtering (if ColumnSubset.RANGE).
getColRegExp() - Method in class adams.ml.preprocessing.AbstractColumnSubsetFilter
Returns the regular expression to use on the column names to determine whether to use a column for filtering (if ColumnSubset.REGEXP).
getColRegExp() - Method in interface adams.ml.preprocessing.ColumnSubsetFilter
Returns the regular expression to use on the column names to determine whether to use a column for filtering (if ColumnSubset.REGEXP).
getColReportNames() - Method in class adams.data.conversion.SpreadSheetColumnsToReport
Returns the column that contains the report names.
getColRight() - Method in class adams.data.io.input.ObjectLocationsSpreadSheetReader
Returns the column containing the right coordinate.
getColRight() - Method in class adams.data.io.output.ObjectLocationsSpreadSheetWriter
Returns the column containing the right coordinate.
getColsReportValues() - Method in class adams.data.conversion.SpreadSheetColumnsToReport
Returns the columns to get the report values from.
getColTop() - Method in class adams.data.io.input.ObjectLocationsSpreadSheetReader
Returns the column containing the top coordinate.
getColTop() - Method in class adams.data.io.output.ObjectLocationsSpreadSheetWriter
Returns the column containing the top coordinate.
getColType() - Method in class adams.data.io.input.ObjectLocationsSpreadSheetReader
Returns the column containing the object label.
getColType() - Method in class adams.data.io.output.ObjectLocationsSpreadSheetWriter
Returns the column containing the object label.
getColumn() - Method in class adams.data.conversion.AbstractSpreadSheetColumnConverter
Returns the column to convert.
getColumn() - Method in class adams.data.conversion.RenameSpreadSheetColumn
Returns the index of the column to rename.
getColumn() - Method in class adams.data.conversion.SpreadSheetInsertCellLocation
Returns the column index in use for the cell location.
getColumn() - Method in class adams.data.conversion.SpreadSheetInsertColumnPosition
Returns the column index in use for the cell location.
getColumn() - Method in class adams.data.conversion.SpreadSheetSplitColumn
Returns the column to split.
getColumn() - Method in class adams.data.groupextraction.SpreadSheetCell
Returns the column to get the group from.
getColumn() - Method in class adams.data.groupextraction.SpreadSheetCellRegExp
Returns the column to get the group from.
getColumn() - Method in interface adams.data.groupextraction.SpreadSheetRowGroupExtractorWithColumn
Returns the column to get the group from.
getColumn() - Method in class adams.data.idextraction.SpreadSheetCell
Returns the column to get the ID from.
getColumn() - Method in class adams.data.spreadsheet.cellfinder.CellLocation
Returns the stored column.
getColumn() - Method in class adams.data.spreadsheet.cellfinder.SingleCell
Returns the column to locate.
getColumn() - Method in class adams.data.spreadsheet.rowscore.ArrayStatistic
Returns the cell's column to get the score from.
getColumn() - Method in class adams.data.spreadsheet.rowscore.RowStatistic
Returns the cell's column to get the score from.
getColumn() - Method in class adams.flow.condition.bool.HasColumn
Returns the field to look for in the report.
getColumn() - Method in class adams.flow.transformer.CounterAdd
Returns the index of the column to store in the counter.
getColumn() - Method in class adams.flow.transformer.CounterInit
Returns the index of the column to store in the counter.
getColumn() - Method in class adams.flow.transformer.HashSetAdd
Returns the index of the column to store in the hashset.
getColumn() - Method in class adams.flow.transformer.HashSetInit
Returns the index of the column to store in the hashset.
getColumn() - Method in class adams.flow.transformer.SpreadSheetColumnStatistic
Returns the column to generate the statistics for.
getColumn() - Method in class adams.flow.transformer.SpreadSheetGetCell
Returns the column(s) of the cell(s).
getColumn() - Method in class adams.flow.transformer.SpreadSheetGetHeaderCell
Returns the column of the cell.
getColumn() - Method in class adams.flow.transformer.SpreadSheetSetCell
Returns the column(s) of the cell.
getColumn() - Method in class adams.flow.transformer.SpreadSheetSetHeaderCell
Returns the column of the header cell.
getColumn() - Method in class adams.flow.transformer.SpreadSheetSubsetByValue
Returns the column that identifies the subsets.
getColumn() - Method in class adams.flow.transformer.SpreadSheetSubsetFromGroup
Returns the column that identifies the subsets.
getColumn() - Method in class adams.flow.transformer.WekaExperimentEvaluation
Returns the list of fields that identify a column.
getColumn() - Method in class adams.flow.transformer.WekaGetInstancesValue
Returns the column.
getColumn() - Method in class adams.flow.transformer.WekaSetInstancesValue
Returns the column index.
getColumn() - Method in class adams.gui.core.SpreadSheetColumnComboBox.ColumnContainer
Returns the column index.
getColumn() - Method in class adams.gui.tools.wekainvestigator.tab.experimenttab.output.TextOutput
Returns the list of fields that identify a column.
getColumn() - Method in class adams.gui.visualization.instances.InstancesColumnComboBox.ColumnContainer
Returns the column index.
getColumn(SpreadSheet, int) - Method in class adams.flow.transformer.SpreadSheetHistogramRanges
Returns the column as Double array.
getColumn(SpreadSheet, int) - Method in class adams.flow.transformer.SpreadSheetStatistic
Returns the column as Double array.
getColumn(SpreadSheet, int, boolean, boolean) - Static method in class adams.data.spreadsheet.SpreadSheetUtils
Returns the content of a column as array.
getColumn(SpreadSheet, int, boolean, boolean, String) - Static method in class adams.data.spreadsheet.SpreadSheetUtils
Returns the content of a column as array.
getColumnActual() - Method in class adams.flow.control.RemoveOutliers
Returns the spreadsheet column with the actual values.
getColumnClass(int) - Method in class adams.flow.execution.debug.BreakpointTableModel
Returns the class for the specified column.
getColumnClass(int) - Method in class adams.gui.chooser.DatePanel.InternalCalendarModel
Part of TableModel, day
getColumnClass(int) - Method in class adams.gui.core.BaseTableWithButtons
Returns the type of the column appearing in the view at column position column.
getColumnClass(int) - Method in class adams.gui.core.CheckableTableModel
Returns the class type of the column.
getColumnClass(int) - Method in class adams.gui.core.FileWrapperTableModel
Returns the class of the column.
getColumnClass(int) - Method in class adams.gui.core.KeyValuePairTableModel
Returns the class for the column.
getColumnClass(int) - Method in class adams.gui.core.SortableAndSearchableTableWithButtons
Returns the type of the column appearing in the view at column position column.
getColumnClass(int) - Method in class adams.gui.core.SortableAndSearchableWrapperTableModel
Returns the most specific superclass for all the cell values in the column.
getColumnClass(int) - Method in class adams.gui.core.SpreadSheetTableModel
Returns the most specific superclass for all the cell values in the column.
getColumnClass(int) - Method in class adams.gui.flow.setup.FlowSetupTableModel
Returns the column class for the specified column.
getColumnClass(int) - Method in class adams.gui.selection.FieldCacheTableModel
Returns the class type of the column.
getColumnClass(int) - Method in class adams.gui.selection.SelectEmailAddressPanel.TableModel
Returns the class type of the column.
getColumnClass(int) - Method in class adams.gui.tools.AbstractManagementTableModel
Returns the class type of the column.
getColumnClass(int) - Method in class adams.gui.tools.EmailAddressBookPanel.TableModel
Returns the class type of the column.
getColumnClass(int) - Method in class adams.gui.tools.ExpressionWatchPanel.TableModel
Returns the class of the column.
getColumnClass(int) - Method in class adams.gui.tools.FileChooserBookmarksManagementPanel.TableModel
Returns the class type of the column.
getColumnClass(int) - Method in class adams.gui.tools.LogEntryViewerTableModel
Returns the class for the column.
getColumnClass(int) - Method in class adams.gui.tools.PlaceholderManagementPanel.PlaceholderTableModel
Returns the class of the column.
getColumnClass(int) - Method in class adams.gui.tools.VariableManagementPanel.VariableTableModel
Returns the class of the column.
getColumnClass(int) - Method in class adams.gui.tools.wekainvestigator.datatable.DataTableModel
Returns the class type for the column.
getColumnClass(int) - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeSelectionPanel.AttributeTableModel
Gets the class of elements in a column.
getColumnClass(int) - Method in class adams.gui.visualization.container.ContainerModel
Returns the class of the column.
getColumnClass(int) - Method in class adams.gui.visualization.debug.StoragePanel.TableModel
Returns the class of the column.
getColumnClass(int) - Method in class adams.gui.visualization.image.LocatedObjectsTableModel
Returns Object.class regardless of columnIndex.
getColumnClass(int) - Method in class adams.gui.visualization.instance.InstanceTableModel
Returns the class for the column.
getColumnClass(int) - Method in class adams.gui.visualization.instances.InstancesTableModel
returns the most specific superclass for all the cell values in the column (always String)
getColumnClass(int) - Method in class adams.gui.visualization.report.ReportFactory.Model
Returns the class for the column.
getColumnClass(int) - Method in class adams.gui.visualization.sequence.XYSequenceTable.Model
Returns the class for the column.
getColumnClass(int) - Method in class adams.gui.visualization.statistics.InformativeStatisticFactory.Model
Returns the class for the column.
getColumnClassForComparison(int) - Method in class adams.gui.core.SortableAndSearchableWrapperTableModel
Returns the class of the column.
getColumnCount() - Method in class adams.data.spreadsheet.DefaultSpreadSheet
Returns the number of columns.
getColumnCount() - Method in interface adams.data.spreadsheet.SpreadSheet
Returns the number of columns.
getColumnCount() - Method in class adams.data.spreadsheet.SpreadSheetView
Returns the number of columns.
getColumnCount() - Method in class adams.data.statistics.AbstractArrayStatistic.StatisticContainer
Returns the number of columns.
getColumnCount() - Method in class adams.flow.execution.debug.BreakpointTableModel
Returns the number of columns.
getColumnCount() - Method in class adams.gui.chooser.DatePanel.InternalCalendarModel
Part of TableModel, day
getColumnCount() - Method in class adams.gui.core.BaseTableWithButtons
Returns the number of columns in the column model.
getColumnCount() - Method in class adams.gui.core.CheckableTableModel
Returns the number of columns in the table.
getColumnCount() - Method in class adams.gui.core.FileWrapperTableModel
Returns the number of columns.
getColumnCount() - Method in class adams.gui.core.KeyValuePairTableModel
Returns the number of columns in the table.
getColumnCount() - Method in class adams.gui.core.ResultSetTableModel
Returns the number of columns in the model.
getColumnCount() - Method in class adams.gui.core.SortableAndSearchableTableWithButtons
Returns the number of columns in the column model.
getColumnCount() - Method in class adams.gui.core.SortableAndSearchableWrapperTableModel
Returns the number of columns in the model.
getColumnCount() - Method in class adams.gui.core.SpreadSheetTableModel
Returns the number of columns in the sheet.
getColumnCount() - Method in class adams.gui.flow.setup.FlowSetupTableModel
Returns the number of columns.
getColumnCount() - Method in class adams.gui.selection.FieldCacheTableModel
Returns the number of columns in the table, i.e., 1.
getColumnCount() - Method in class adams.gui.selection.SelectEmailAddressPanel.TableModel
Returns the number of columns in the table, i.e., 6.
getColumnCount() - Method in class adams.gui.tools.AbstractManagementTableModel
Returns the number of columns in the table.
getColumnCount() - Method in class adams.gui.tools.EmailAddressBookPanel.TableModel
Returns the number of columns in the table, i.e., 6.
getColumnCount() - Method in class adams.gui.tools.ExpressionWatchPanel.TableModel
Returns the number of columns in the table.
getColumnCount() - Method in class adams.gui.tools.FileChooserBookmarksManagementPanel.TableModel
Returns the number of columns in the table, i.e., 2.
getColumnCount() - Method in class adams.gui.tools.LogEntryViewerTableModel
Returns the number of columns in the table.
getColumnCount() - Method in class adams.gui.tools.PlaceholderManagementPanel.PlaceholderTableModel
Returns the number of columns in the model.
getColumnCount() - Method in class adams.gui.tools.VariableManagementPanel.VariableTableModel
Returns the number of columns in the model.
getColumnCount() - Method in class adams.gui.tools.wekainvestigator.datatable.DataTableModel
The number of columns.
getColumnCount() - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeSelectionPanel.AttributeTableModel
Gets the number of columns: 3
getColumnCount() - Method in class adams.gui.visualization.container.ContainerModel
Returns the number of columns.
getColumnCount() - Method in class adams.gui.visualization.debug.StoragePanel.TableModel
Returns the number of columns in the model.
getColumnCount() - Method in class adams.gui.visualization.image.LocatedObjectsTableModel
Returns the number of columns in the model.
getColumnCount() - Method in class adams.gui.visualization.instance.InstanceTableModel
Returns the number of columns in the table.
getColumnCount() - Method in class adams.gui.visualization.instances.InstancesTableModel
returns the number of columns in the model
getColumnCount() - Method in class adams.gui.visualization.report.ReportFactory.Model
Returns the number of columns in the table.
getColumnCount() - Method in class adams.gui.visualization.sequence.XYSequenceTable.Model
Returns the number of columns in the table.
getColumnCount() - Method in class adams.gui.visualization.statistics.InformativeStatisticFactory.Model
Returns the number of columns in the table.
getColumnCount() - Method in class adams.ml.data.DatasetInfo
Returns the number of columns in the dataset.
getColumnCount() - Method in class adams.ml.data.DatasetView
Returns the number of columns.
getColumnCount() - Method in class adams.ml.data.InstancesView
Returns the number of columns.
getColumnFilter(int) - Method in class adams.gui.core.SortableAndSearchableTable
Returns the filter for the column.
getColumnFilter(int) - Method in class adams.gui.core.SortableAndSearchableWrapperTableModel
Returns the filter for the column.
getColumnFilter(int) - Method in interface adams.gui.core.TableModelWithColumnFilters
Returns the filter for the column.
getColumnFilter(int) - Method in interface adams.gui.core.TableWithColumnFilters
Returns the filter for the column.
getColumnFinder() - Method in class adams.data.conversion.SpreadSheetColumnFinderToRange
Returns the column finder in use.
getColumnFinder() - Method in class adams.data.spreadsheet.cellfinder.ColumnFinderRange
Returns the column finder to use.
getColumnFinder() - Method in class adams.data.spreadsheet.columnfinder.AbstractFilteredColumnFinder
Returns the column finder in use.
getColumnFinder() - Method in class adams.data.weka.columnfinder.AbstractFilteredColumnFinder
Returns the column finder in use.
getColumnFinder() - Method in class adams.data.weka.datasetsplitter.ColumnSplitter
Gets the column finder.
getColumnFinder() - Method in class weka.filters.unsupervised.attribute.AbstractColumnFinderApplier
Returns the column finder used by the filter.
getColumnFinder() - Method in class weka.filters.unsupervised.attribute.AttributeSummaryTransferFilter
Gets the column finder which selects the attributes for summarisation.
getColumnFinders() - Static method in class adams.data.spreadsheet.columnfinder.AbstractColumnFinder
Returns a list with classnames of column finders.
getColumnFinders() - Static method in class adams.data.weka.columnfinder.AbstractColumnFinder
Returns a list with classnames of column finders.
getColumnID() - Method in class adams.data.io.input.SpreadSheetTimeseriesReader
Returns the name of the ID column.
getColumnID() - Method in class adams.flow.source.TimeseriesDbReader
Returns the name of the ID column.
getColumnID() - Method in class adams.flow.transformer.SpreadSheetRowToTimeseries
Returns the index/name of the column to use for grouping the timeseries data points.
getColumnID() - Method in class adams.flow.transformer.SpreadSheetToTimeseries
Returns the index/name of the column to use for grouping the timeseries data points.
getColumnIndex() - Method in class adams.event.SpreadSheetColumnInsertionEvent
Returns the index of the column that got inserted.
getColumnIndex() - Method in class adams.flow.transformer.SpreadSheetInfo
Returns the column index to use for column specific information.
getColumnIndex(String) - Method in class adams.gui.core.ResultSetTableModel
Returns the column index associated with the column name.
getColumnKey() - Method in class adams.flow.transformer.AbstractReportDbUpdater
Returns the name of the key column.
getColumnLabel() - Method in class adams.data.io.input.ImageClassificationSpreadSheetReportReader
Returns the column containing the label.
getColumnMapping() - Method in class adams.db.AbstractIndexedTable
Implement this method to return column names and data types.
getColumnMapping() - Method in class adams.db.generic.LogT
Returns column names and data types.
getColumnModel() - Method in class adams.gui.core.BaseTableWithButtons
Returns the TableColumnModel that contains all column information of this table.
getColumnModel() - Method in class adams.gui.core.SortableAndSearchableTableWithButtons
Returns the TableColumnModel that contains all column information of this table.
getColumnName() - Method in class adams.data.conversion.SpreadSheetJoinColumns
Returns the new column name.
getColumnName() - Method in class adams.db.indices.IndexColumn
Returns the name of the column.
getColumnName() - Method in class adams.flow.source.HashSet
Returns the name of the column in the generated spreadsheet.
getColumnName() - Method in class adams.flow.transformer.SpreadSheetGetColumnIndex
Returns the regular expression to match the column name.
getColumnName() - Method in class adams.gui.tools.spreadsheetviewer.SortDefinitionPanel
Returns the selected column name.
getColumnName() - Method in class adams.gui.visualization.instances.instancestable.InstancesSortDefinitionPanel
Returns the selected column name.
getColumnName(int) - Method in class adams.data.spreadsheet.DefaultSpreadSheet
Returns the name of the specified column.
getColumnName(int) - Method in interface adams.data.spreadsheet.SpreadSheet
Returns the name of the specified column.
getColumnName(int) - Method in class adams.data.spreadsheet.SpreadSheetView
Returns the name of the specified column.
getColumnName(int) - Method in class adams.flow.execution.debug.BreakpointTableModel
Returns the name of the column.
getColumnName(int) - Method in class adams.gui.chooser.DatePanel.InternalCalendarModel
Part of TableModel, day
getColumnName(int) - Method in class adams.gui.core.BaseTableWithButtons
Returns the name of the column appearing in the view at column position column.
getColumnName(int) - Method in class adams.gui.core.CheckableTableModel
Returns the name of the column.
getColumnName(int) - Method in class adams.gui.core.FileWrapperTableModel
Returns the name of the column.
getColumnName(int) - Method in class adams.gui.core.KeyValuePairTableModel
Returns the name of the column.
getColumnName(int) - Method in class adams.gui.core.ResultSetTableModel
Returns the name of the column at columnIndex.
getColumnName(int) - Method in class adams.gui.core.SortableAndSearchableTableWithButtons
Returns the name of the column appearing in the view at column position column.
getColumnName(int) - Method in class adams.gui.core.SortableAndSearchableWrapperTableModel
Returns the name of the column at columnIndex.
getColumnName(int) - Method in class adams.gui.core.SpreadSheetTableModel
Returns the name of the column at columnIndex.
getColumnName(int) - Method in class adams.gui.flow.setup.FlowSetupTableModel
Returns the name of the column.
getColumnName(int) - Method in class adams.gui.selection.FieldCacheTableModel
Returns the name of the column.
getColumnName(int) - Method in class adams.gui.selection.SelectEmailAddressPanel.TableModel
Returns the name of the column.
getColumnName(int) - Method in class adams.gui.tools.AbstractManagementTableModel
Returns the name of the column.
getColumnName(int) - Method in class adams.gui.tools.EmailAddressBookPanel.TableModel
Returns the name of the column.
getColumnName(int) - Method in class adams.gui.tools.ExpressionWatchPanel.TableModel
Returns the name of the column.
getColumnName(int) - Method in class adams.gui.tools.FileChooserBookmarksManagementPanel.TableModel
Returns the name of the column.
getColumnName(int) - Method in class adams.gui.tools.LogEntryViewerTableModel
Returns the name of the column.
getColumnName(int) - Method in class adams.gui.tools.PlaceholderManagementPanel.PlaceholderTableModel
Returns the name of the column.
getColumnName(int) - Method in class adams.gui.tools.VariableManagementPanel.VariableTableModel
Returns the name of the column.
getColumnName(int) - Method in class adams.gui.tools.wekainvestigator.datatable.DataTableModel
Returns the column name.
getColumnName(int) - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeSelectionPanel.AttributeTableModel
Gets the name for a column.
getColumnName(int) - Method in class adams.gui.visualization.container.ContainerModel
Returns the name of the column.
getColumnName(int) - Method in class adams.gui.visualization.debug.StoragePanel.TableModel
Returns the name of the column.
getColumnName(int) - Method in class adams.gui.visualization.image.LocatedObjectsTableModel
Returns the name for the column.
getColumnName(int) - Method in class adams.gui.visualization.instance.InstanceTableModel
Returns the name of the column.
getColumnName(int) - Method in class adams.gui.visualization.instances.InstancesTableModel
returns the name of the column at columnIndex
getColumnName(int) - Method in class adams.gui.visualization.report.ReportFactory.Model
Returns the name of the result.
getColumnName(int) - Method in class adams.gui.visualization.sequence.XYSequenceTable.Model
Returns the name of the result.
getColumnName(int) - Method in class adams.gui.visualization.statistics.InformativeStatisticFactory.Model
Returns the name of the column.
getColumnName(int) - Method in class adams.ml.data.DatasetView
Returns the name of the specified column.
getColumnName(int) - Method in class adams.ml.data.InstancesView
Returns the name of the specified column.
getColumnName(ResultSet, int) - Method in class adams.db.Sequences
Returns the name of the column.
getColumnNameConversion() - Method in class adams.data.io.output.SqlDumpSpreadSheetWriter
Returns how to convert the column headers into SQL table column names.
getColumnNameConversion() - Method in class adams.data.spreadsheet.sql.Writer
Returns how to convert the column headers into SQL table column names.
getColumnNameConversion() - Method in class adams.flow.sink.SpreadSheetDbWriter
Returns how to convert the column headers into SQL table column names.
getColumnNameGenerator() - Method in class adams.gui.visualization.container.AbstractContainerList
Returns the current generator for the column names.
getColumnNameGenerator() - Method in class adams.gui.visualization.container.ContainerModel
Returns the current generator for the column names.
getColumnNames() - Method in class adams.data.spreadsheet.DefaultSpreadSheet
Returns a list of the names of all columns (i.e., the content the header row cells).
getColumnNames() - Method in interface adams.data.spreadsheet.SpreadSheet
Returns a list of the names of all columns (i.e., the content the header row cells).
getColumnNames() - Method in class adams.data.spreadsheet.SpreadSheetView
Returns a list of the names of all columns (i.e., the content the header row cells).
getColumnNames() - Method in class adams.data.spreadsheet.sql.Writer
Returns the generated column names.
getColumnNames() - Method in class adams.gui.tools.spreadsheetviewer.SortPanel
Returns the column names in use.
getColumnNames() - Method in class adams.gui.visualization.instances.instancestable.InstancesSortPanel
Returns the column names in use.
getColumnNames() - Method in class adams.ml.data.DatasetView
Returns a list of the names of all columns (i.e., the content the header row cells).
getColumnNames() - Method in class adams.ml.data.InstancesView
Returns a list of the names of all columns (i.e., the content the header row cells).
getColumnNames(ResultSet) - Static method in class adams.db.SQLUtils
Determines the SQL column names used in the provided resultset.
getColumnNames(ResultSetMetaData) - Static method in class adams.db.SQLUtils
Determines the SQL column names used in the provided resultset.
getColumnPosition(int) - Static method in class adams.core.ExcelHelper
Returns the position letter(s) of the column.
getColumnPosition(int) - Static method in class adams.core.ODFHelper
Returns the position letter(s) of the column.
getColumnPosition(int) - Static method in class adams.data.spreadsheet.SpreadSheetUtils
Returns the position letter(s) of the column.
getColumnPredicted() - Method in class adams.flow.control.RemoveOutliers
Returns the spreadsheet column with the predicted values.
getColumnPrefix() - Method in class adams.data.conversion.TransposeSpreadSheet
Returns whether to use the first column as new header.
getColumnRenamesExp() - Method in class adams.flow.transformer.spreadsheetmethodmerge.AbstractMerge
Gets the array of column rename expressions.
getColumnRenamesFormat() - Method in class adams.flow.transformer.spreadsheetmethodmerge.AbstractMerge
Gets the array of format strings used for column renaming.
getcolumns(Matrix, int[]) - Static method in class edu.umbc.cs.maple.utils.JamaUtils
Gets the specified columns of a matrix.
getColumns() - Method in class adams.core.discovery.genetic.AbstractGeneticDoubleMatrixDiscoveryHandler
Returns the size.
getColumns() - Method in class adams.data.conversion.AbstractSpreadSheetToMatrix
Returns the range of columns to use.
getColumns() - Method in class adams.data.conversion.SpreadSheetAddFormulaRow
Returns the range of columns to add the sum for.
getColumns() - Method in class adams.data.conversion.SpreadSheetAddSumRow
Returns the range of columns to add the sum for.
getColumns() - Method in class adams.data.conversion.SpreadSheetBinarize
Returns the range of columns to merge.
getColumns() - Method in class adams.data.conversion.SpreadSheetJoinColumns
Returns the range of columns to merge.
getColumns() - Method in class adams.data.spreadsheet.cellfinder.CellRange
Returns the columns to locate.
getColumns() - Method in class adams.data.spreadsheet.cellfinder.CellTypeRange
Returns the columns to locate.
getColumns() - Method in class adams.data.spreadsheet.cellfinder.RowFinderRange
Returns the columns to locate.
getColumns() - Method in class adams.data.spreadsheet.columnfinder.ByIndex
Returns the range of columns to select.
getColumns() - Method in class adams.data.spreadsheet.matrixstatistic.AbstractMatrixStatistic
Returns the columns of the subset.
getColumns() - Method in class adams.data.spreadsheet.RowIdentifier
Returns the columns used as keys.
getColumns() - Method in class adams.data.spreadsheet.rowscore.ColumnSubset
Returns the range of columns to apply the row score algorithm to.
getColumns() - Method in class adams.data.spreadsheet.rowstatistic.AbstractRowStatistic
Returns the columns to operate on.
getColumns() - Method in class adams.data.weka.columnfinder.Constant
Gets the constant set of columns to find.
getColumns() - Method in class adams.flow.source.NewSpreadSheet
Returns the comma-separated list of column names.
getColumns() - Method in class adams.flow.transformer.SpreadSheetCopyColumns
Returns the range of columns to copy.
getColumns() - Method in class adams.flow.transformer.SpreadSheetSortColumns
Returns the subset of columns to sort.
getColumns() - Method in class adams.flow.transformer.SpreadSheetStorageRowIterator
Returns the columns to retrieve the values from.
getColumns() - Method in class adams.flow.transformer.SpreadSheetSubset
Returns the columns of the subset.
getColumns() - Method in class adams.flow.transformer.SpreadSheetVariableRowIterator
Returns the columns to retrieve the values from.
getColumns() - Method in class adams.gui.core.AdjustableGridPanel
Returns the number of columns displayed.
getColumns() - Method in class adams.gui.core.BaseColorTextField
Returns the number of columns in this TextField.
getColumns() - Method in class adams.gui.core.BaseLogPanel
Returns the currently number of columns in the text area.
getColumns() - Method in class adams.gui.core.BaseTextAreaWithButtons
Returns the columns.
getColumns() - Method in class adams.gui.core.SimpleLogPanel
Returns the columns.
getColumns() - Method in class adams.gui.core.spreadsheetpreview.SimpleHTML
Returns the columns to display.
getColumns() - Method in class adams.gui.core.spreadsheetpreview.SimpleHTML.SimpleTextPanel
Returns the columns to display.
getColumns() - Method in class adams.gui.core.spreadsheetpreview.SimpleText
Returns the columns to display.
getColumns() - Method in class adams.gui.core.spreadsheetpreview.SimpleText.SimpleTextPanel
Returns the columns to display.
getColumns() - Method in class adams.gui.core.spreadsheettable.NumericRangeCellRenderingCustomizer
Returns the range of columns to apply the renderer to.
getColumns() - Method in interface adams.gui.core.TextAreaComponent
Returns the columns.
getColumns() - Method in class adams.gui.tools.spreadsheetviewer.chart.ControlChart
Returns the column range to use for the chart(s).
getColumns() - Method in class adams.gui.tools.spreadsheetviewer.chart.Histogram
Returns the current column range to use, if Histogram.Selection.COLUMN.
getColumns() - Method in class adams.gui.wizard.TextAreaPage
Returns the number of columns in the TextArea.
getColumns() - Method in class weka.filters.supervised.attribute.SIMPLSMatrixFilterFromGeneticString
 
getColumnSampleByLevel() - Method in class weka.classifiers.trees.XGBoost
Gets the sub-sample ratio of columns for each level.
getColumnSampleByNode() - Method in class weka.classifiers.trees.XGBoost
Gets the sub-sample ratio of columns for each node (split).
getColumnSampleByTree() - Method in class weka.classifiers.trees.XGBoost
Gets the sub-sample ratio of columns when constructing each tree.
getColumnsArray() - Method in class adams.flow.source.NewSpreadSheet
Returns the array of column names (takes precedence over comma-separated list).
getColumnScore() - Method in class adams.data.io.input.ImageClassificationSpreadSheetReportReader
Returns the column containing the score.
getColumnsRegExp() - Method in class adams.flow.transformer.SpreadSheetAnonymize
Returns the regular expression for the column names of columns to anonymize.
getColumnsReport() - Method in class adams.data.conversion.SpreadSheetRowsToReport
Returns the columns with report.
getColumnSubset() - Method in class adams.ml.preprocessing.AbstractColumnSubsetFilter
Returns how to determine columns for filtering.
getColumnSubset() - Method in interface adams.ml.preprocessing.ColumnSubsetFilter
Returns how to determine columns for filtering.
getColumnTimestamp() - Method in class adams.data.io.input.SpreadSheetTimeseriesReader
Returns the name of the timestamp column.
getColumnTimestamp() - Method in class adams.flow.source.TimeseriesDbReader
Returns the name of the timestamp column.
getColumnTimestamp() - Method in class adams.flow.transformer.SpreadSheetToTimeseries
Returns the index/name of the column that contains the timestamp of the data points.
getColumnTimestamp() - Method in class adams.flow.transformer.TimeseriesDbReader
Returns the name of the timestamp column.
getColumnTypes(int) - Method in class adams.ml.data.DatasetInfo
Returns the column types for the specified column.
getColumnTypes(String) - Method in class adams.ml.data.DatasetInfo
Returns the column types for the specified column.
getColumnTypes(ResultSet) - Static method in class adams.db.SQLUtils
Determines the SQL column types used in the provided resultset.
getColumnTypes(ResultSetMetaData) - Static method in class adams.db.SQLUtils
Determines the SQL column types used in the provided resultset.
getColumnValue() - Method in class adams.data.io.input.SpreadSheetTimeseriesReader
Returns the name of the value column.
getColumnValue() - Method in class adams.flow.source.TimeseriesDbReader
Returns the name of the value column.
getColumnValue() - Method in class adams.flow.transformer.AbstractReportDbUpdater
Returns the name of the value column.
getColumnValue() - Method in class adams.flow.transformer.SpreadSheetToTimeseries
Returns the index/name of the column that contains the value of the data points.
getColumnValue() - Method in class adams.flow.transformer.TimeseriesDbReader
Returns the name of the value column.
getColumnWidth() - Method in class adams.data.featureconverter.FixedColumnText
Returns the column width.
getColumnWidth() - Method in class adams.data.io.input.FixedTabularSpreadSheetReader
Returns the column width.
getColumnWidth() - Method in class adams.data.io.output.FixedTabularSpreadSheetWriter
Returns the column width.
getColumnWidth(int) - Method in class adams.gui.visualization.container.ContainerModel
Returns the default width for the column.
getColumnWidthApproach() - Method in class adams.gui.core.BaseTable
Returns how to set the optimal column widths.
getColumnWidthApproach() - Method in class adams.gui.core.SpreadSheetTableWithButtons
Returns the strategy for setting optimal column widths.
getColumnWidths() - Method in class adams.gui.core.BaseTable
Returns the column widths.
getColumnWidths() - Method in class adams.gui.core.BaseTableWithButtons
Returns the column widths.
getColWidth() - Method in class adams.data.io.input.ObjectLocationsSpreadSheetReader
Returns the column containing the width coordinate.
getColWidth() - Method in class adams.data.io.output.ObjectLocationsSpreadSheetWriter
Returns the column containing the width coordinate.
getCombination() - Method in class adams.data.objectfinder.MultiObjectFinder
Returns how the indices are combined.
getCombination() - Method in class adams.data.spreadsheet.columnfinder.MultiColumnFinder
Returns how the indices are combined.
getCombination() - Method in class adams.data.spreadsheet.rowfinder.MultiRowFinder
Returns how the indices are combined.
getCombination() - Method in class adams.data.weka.columnfinder.MultiColumnFinder
Returns how the indices are combined.
getCombination() - Method in class adams.data.weka.rowfinder.MultiRowFinder
Returns how the indices are combined.
getCombination() - Method in class adams.flow.control.removeoutliers.MultiOutlierDetector
Returns how to combine the outliers.
getCombination() - Method in class adams.flow.execution.debug.MultiScopeRestriction
Returns how to combine the results of the restrictions.
getCombination() - Method in class weka.classifiers.meta.ClassifierCascade
how to combine the statistics.
getCombinationRule() - Method in class weka.classifiers.meta.AbstainVote
Gets the combination rule used
getCombinationRule() - Method in class weka.classifiers.meta.SubsetEnsemble
Gets the combination rule used
getCombinationRule() - Method in class weka.classifiers.meta.VotedImbalance
Gets the combination rule used
getCombinationType() - Method in class adams.core.io.filechanged.MultiMonitor
Returns how to combine the results of the monitors.
getCombine() - Method in class adams.gui.visualization.sequence.XYSequenceExportDialog
Returns whether files should get combined if possible.
getCombine() - Method in class adams.gui.visualization.timeseries.TimeseriesExportDialog
Returns whether files should get combined if possible.
getCombinedLayer() - Method in class adams.gui.visualization.segmentation.layer.LayerManager
Returns the image layer.
getCombineLabelColumns() - Method in class adams.flow.transformer.ConfusionMatrix
Returns whether to combine the label columns of the label key matrix when enumerating the labels (act/pred must be same).
getComboBox() - Method in class adams.gui.core.GUIHelper.InputPanelWithComboBox
Gives access to the underlying combobox.
getCommand() - Method in class adams.flow.control.flowrestart.operation.ExternalCommand
Returns the external command.
getCommand() - Method in class adams.flow.sink.Exec
Returns the command to run.
getCommand() - Method in class adams.flow.source.Command
Returns the command to run.
getCommand() - Method in class adams.flow.source.Exec
Returns the command to run.
getCommand() - Method in class adams.flow.source.NewRemoteCommand
Returns the command to create.
getCommand() - Method in class adams.flow.source.SSHExec
Returns the command to run.
getCommand() - Method in class adams.flow.standalone.Java
Returns the command to run.
getCommand() - Method in class adams.gui.scripting.ScriptingCommand
Returns the underlying command to execute.
getCommand() - Method in class adams.gui.scripting.ScriptingCommandCode
Returns the command that was run.
getCommand() - Method in class adams.scripting.command.flow.SendFlowControlCommand
Returns the command to send.
getCommand(File) - Static method in class adams.core.management.Terminal
Returns the platform-specific executable with its expanded options.
getCommand(String, String, PlaceholderFile) - Method in class adams.data.tesseract.TesseractHelper
Assembles the tesseract command for the given input/output.
getCommand(String, String, TesseractLanguage, TesseractPageSegmentation, boolean) - Method in class adams.flow.standalone.TesseractConfiguration
Assembles the tesseract command for the given input/output.
getCommand(String, String, String, TesseractLanguage, TesseractPageSegmentation, PlaceholderFile, boolean) - Method in class adams.data.tesseract.TesseractHelper
Assembles the tesseract command for the given input/output.
getCommandContainsPlaceholder() - Method in class adams.flow.source.Command
Returns whether the command string contains a placeholder which needs to be expanded first.
getCommandContainsPlaceholder() - Method in class adams.flow.source.Exec
Returns whether the command string contains a placeholder which needs to be expanded first.
getCommandContainsPlaceholder() - Method in class adams.flow.standalone.Java
Returns whether the command string contains a placeholder which needs to be expanded first.
getCommandContainsVariable() - Method in class adams.flow.source.Command
Returns whether the command string contains a variable which needs to be expanded first.
getCommandContainsVariable() - Method in class adams.flow.source.Exec
Returns whether the command string contains a variable which needs to be expanded first.
getCommandContainsVariable() - Method in class adams.flow.standalone.Java
Returns whether the command string contains a variable which needs to be expanded first.
getCommandHandler() - Method in class adams.scripting.engine.AbstractScriptingEngine
Returns the command handler in use.
getCommandHandler() - Method in interface adams.scripting.engine.RemoteScriptingEngine
Returns the command handler in use.
getCommandHistory() - Method in class adams.gui.scripting.AbstractScriptingEngine
Returns the complete history of commands.
getCommandline() - Method in class adams.core.option.AbstractOption
Returns the commandline options string, without the "-".
getCommandline() - Method in class adams.gui.goe.Favorites.Favorite
Returns the commandline of the favorite.
getCommandline() - Method in class adams.gui.tools.previewbrowser.ContentHandlerFavorites.ContentHandlerFavorite
Returns the commandline of the favorite.
getCommandLine() - Method in class adams.gui.flow.tree.Node
Returns the (cached) commandline of the actor.
getCommandLine(Object) - Static method in class adams.core.option.OptionUtils
Returns the classname and, if the object is an option handler, the options as a single string.
getCommandLine(Object) - Method in class adams.core.SerializableObjectHelper
Obtains the command-line for the object.
getCommandLineFileFilter() - Static method in class adams.gui.core.ExtensionFileFilter
Returns a filter for commandline setup files.
getCommandLines() - Method in class adams.gui.flow.tree.Tree
Returns the nested commandlines of the actors.
getCommandLines(Node) - Static method in class adams.gui.flow.tree.TreeHelper
Returns the nested commandlines.
getCommandLines(Node, boolean) - Static method in class adams.gui.flow.tree.TreeHelper
Returns the nested commandlines.
getCommandLines(Node, List<String>, boolean) - Static method in class adams.gui.flow.tree.TreeHelper
Adds the node and its children to the list of commandlines.
getCommandLines(Object[]) - Static method in class adams.core.option.OptionUtils
Returns the classname and, if the object is an option handler, the options as a single string.
getCommandProcessor() - Method in class adams.console.Logging
Returns the command processor in use.
getCommandProcessor() - Method in class adams.data.conversion.RemoteCommandToString
Returns the command processor in use.
getCommandProcessor() - Method in class adams.data.conversion.StringToRemoteCommand
Returns the command processor in use.
getCommandProcessor() - Method in class adams.flow.control.RemoteExecutionTrigger
Returns the command processor in use.
getCommandProcessor() - Method in class adams.flow.sink.RemoteCommandWriter
Returns the command processor in use.
getCommandProcessor() - Method in class adams.flow.sink.SendRemoteCommand
Returns the command processor in use.
getCommandProcessor() - Method in class adams.flow.transformer.RemoteCommandReader
Returns the command processor in use.
getCommandProcessor() - Method in class adams.gui.tools.remotecontrolcenter.panels.AbstractRemoteFlowTab
Returns the command processor in use.
getCommandProcessor() - Method in class adams.gui.tools.remotecontrolcenter.panels.RemoteLoggingTab
Returns the command processor in use.
getCommandProcessor() - Method in class adams.scripting.CommandRunner
Returns the command processor in use.
getCommandProcessor() - Method in class adams.scripting.engine.AbstractScriptingEngine
Returns the command processor in use.
getCommandProcessor() - Method in interface adams.scripting.processor.RemoteCommandProcessorHandler
Returns the command processor in use.
getCommandProcessor() - Method in class adams.scripting.requesthandler.CommandDumperHandler
Returns the command processor in use.
getCommandProcessor() - Method in class adams.scripting.responsehandler.CommandDumperHandler
Returns the command processor in use.
getCommands() - Method in class adams.scripting.CommandRunner
Returns the commands to execute.
getComment() - Method in class adams.core.PropertiesToCode
Returns the comment to use for the class javadoc.
getComment() - Method in enum adams.core.TechnicalInformation.Field
returns the comment string.
getComment() - Method in enum adams.core.TechnicalInformation.Type
returns the comment string.
getComment() - Method in class adams.data.io.input.CsvSpreadSheetReader
Returns the string denoting the start of a line comment.
getComment() - Method in class adams.data.io.output.CsvSpreadSheetWriter
Returns the string denoting the start of a line comment.
getComment() - Method in class adams.flow.transformer.WekaClusterEvaluationSummary
Returns the comment to output in the summary.
getComment() - Method in class adams.flow.transformer.WekaEvaluationSummary
Returns the comment to output in the summary.
getComment() - Method in class adams.gui.core.Undo.UndoPoint
Returns the comment associated with the data.
getComments() - Method in class adams.data.spreadsheet.DefaultSpreadSheet
Returns the comments.
getComments() - Method in interface adams.data.spreadsheet.SpreadSheet
Returns the comments.
getComments() - Method in class adams.data.spreadsheet.SpreadSheetView
Returns the comments.
getComments() - Method in class adams.flow.source.NewSpreadSheet
Returns the comments to use.
getComments() - Method in class adams.flow.transformer.SpreadSheetAppendComments
Returns the comments to use.
getComments() - Method in class adams.ml.data.DatasetView
Returns the comments.
getComments() - Method in class adams.ml.data.InstancesView
Returns the comments.
getCommon() - Method in class adams.gui.flow.tree.menu.AbstractEncloseActor
Generates the menuitems for "common".
getCommonAncestor(ActorPath) - Method in class adams.flow.core.ActorPath
Returns the path that denotes the common ancestor of this and the specified actor path.
getCommonAncestor(BaseTreeNode, BaseTreeNode) - Method in class adams.gui.core.BaseTree
Returns the closest common ancestor for the two nodes.
getCommonPrefix() - Method in class adams.core.Trie
returns the common prefix for all the nodes
getCommonPrefix() - Method in class adams.core.Trie.TrieNode
returns the common prefix for all the nodes starting with this node.
getCommonPrefix(String) - Method in class adams.core.Trie.TrieNode
returns the common prefix for all the nodes starting with the node for the specified prefix.
getCompact() - Method in class adams.data.conversion.Mat5ArrayToString
Returns whether to output compact format (ie no spaces).
getComparator() - Method in interface adams.data.container.DataContainer
Returns the comparator in use.
getComparator() - Method in class adams.data.instance.Instance
Returns the comparator in use.
getComparator() - Static method in class adams.data.instance.InstanceUtils
Returns the comparator used for finding X values.
getComparator() - Method in class adams.data.sequence.XYSequence
Returns the comparator in use.
getComparator() - Method in class adams.data.sequence.XYSequenceUtils
Returns the comparator used for finding x values.
getComparator() - Method in class adams.data.SortedList
Returns the comparator in use.
getComparator() - Method in class adams.data.timeseries.Timeseries
Returns the comparator in use.
getComparator() - Static method in class adams.data.timeseries.TimeseriesUtils
Returns the comparator used for finding wave numbers.
getComparator() - Method in class adams.flow.source.filesystemsearch.FtpDirectorySearchWithComparator
Returns the comparator to use.
getComparator() - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearchWithComparator
Returns the comparator to use.
getComparator() - Method in class adams.flow.source.filesystemsearch.SftpDirectorySearchWithComparator
Returns the comparator to use.
getComparator() - Method in class adams.flow.source.filesystemsearch.SmbDirectorySearchWithComparator
Returns the comparator to use.
getComparator() - Method in class adams.flow.transformer.Sort
Returns the comparator to use.
getComparator() - Method in class adams.flow.transformer.SpreadSheetSortColumns
Returns the comparator to use.
getComparator() - Method in class adams.flow.transformer.WekaSpreadSheetToPredictions
Returns the comparator to use.
getComparator() - Method in class adams.gui.tools.spreadsheetviewer.SortPanel
Returns a comparator for sorting the spreadsheet.
getComparator() - Method in class adams.gui.visualization.instances.instancestable.InstancesSortPanel
Returns a comparator for sorting the Instances.
getComparator() - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRow
Returns the comparator in use.
getComparator() - Static method in class adams.gui.visualization.spreadsheet.SpreadSheetRowUtils
Returns the comparator used for finding X values.
getComparator() - Method in class weka.classifiers.AggregateEvaluations
Returns the comparator to use.
getComparators(int) - Method in class weka.classifiers.trees.RandomModelTrees
 
getCompare() - Method in class adams.flow.transformer.CompareObjects
Returns the comparison algorithm.
getCompareDest() - Method in class adams.flow.source.RSync
 
getCompareType(AbstractDatabaseConnection) - Method in class adams.db.types.ColumnType
Get a string representation of this type for comparison purposes.
getCompareWithItself() - Method in class adams.flow.transformer.DetermineOverlappingAreas
Returns whether to compare the report with itself rather than the one from storage.
getCompareWithItself() - Method in class adams.flow.transformer.DetermineOverlappingObjects
Returns whether to compare the report with itself rather than the one from storage.
getCompareWithItself() - Method in class adams.flow.transformer.RemoveOverlappingImageObjects
Returns whether to compare the report with itself rather than the one from storage.
getComparison() - Method in class adams.data.sequence.XYSequence
Returns the type of comparison currently in use.
getComparison() - Method in class adams.data.sequence.XYSequencePointComparator
Returns the type of comparison.
getComparison() - Method in class adams.flow.source.filesystemsearch.FtpDirectorySearchWithCustomSort.SortContainer
Returns the filename used for comparison.
getComparison() - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearchWithCustomSort.SortContainer
Returns the filename used for comparison.
getComparison() - Method in class adams.flow.source.filesystemsearch.SftpDirectorySearchWithCustomSort.SortContainer
Returns the filename used for comparison.
getComparison() - Method in class adams.flow.source.filesystemsearch.SmbDirectorySearchWithCustomSort.SortContainer
Returns the filename used for comparison.
getComparison() - Method in class adams.flow.transformer.CompareObjectLocations
Returns the comparison view to use.
getComparisonColumnClass(int) - Method in interface adams.gui.core.ComparableTableModel
Returns the class type of the column that is used for comparisons.
getComparisonColumnClass(int) - Method in class adams.gui.core.SpreadSheetTableModel
Returns the class type of the column that is used for comparisons.
getComparisonColumnClass(int) - Method in class adams.gui.selection.FieldCacheTableModel
Returns the class type of the column that is used for comparisons.
getComparisonField() - Method in class adams.flow.transformer.WekaExperimentEvaluation
Returns the comparison field.
getComparisonField() - Method in class adams.gui.tools.wekainvestigator.tab.experimenttab.output.TextOutput
Returns the comparison field.
getComparisonType() - Method in class adams.flow.sink.SequencePlotter
Returns the type of comparison currently in use for the X/Y points.
getComparisonValueAt(int, int) - Method in interface adams.gui.core.ComparableTableModel
Returns the field at the given position.
getComparisonValueAt(int, int) - Method in class adams.gui.core.SpreadSheetTableModel
Returns the field at the given position.
getComparisonValueAt(int, int) - Method in class adams.gui.selection.FieldCacheTableModel
Returns the field at the given position.
getCompatibleClasses(OutputProducer, InputConsumer) - Method in class adams.flow.core.Compatibility
Returns all the classes that the two actors have in common, in producing and consuming.
getCompleteRowsOnly() - Method in class adams.flow.transformer.spreadsheetmethodmerge.JoinOnID
Gets whether incomplete rows should be skipped.
getCompleteRowsOnly() - Method in class adams.flow.transformer.wekadatasetsmerge.JoinOnID
Gets whether incomplete rows should be skipped.
getComplexityStatistics() - Method in class adams.flow.transformer.WekaEvaluationSummary
Returns whether the complexity stats are output as well.
getComplexityStatistics() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.TextStatistics
Returns whether the complexity stats are output as well.
getComponent() - Method in class adams.gui.core.AbstractComponentWithButtons
Returns the underlying component.
getComponent() - Method in class adams.gui.core.MultiPagePane.DetachablePage
Returns the wrapped component.
getComponent() - Method in class adams.gui.core.SortableAndSearchableTableWithButtons
Returns the underlying component.
getComponent() - Method in class adams.gui.event.TabClosedEvent
Returns the component that got removed.
getComponent() - Method in class adams.gui.event.TabVisibilityChangeEvent
Returns the component of the tab that was hidden or made visible.
getComponent() - Method in class adams.gui.print.JComponentWriter
returns the component that is stored in the output format.
getComponent() - Method in class adams.gui.tools.previewbrowser.PreviewDisplay
Returns the component for sendto.
getComponent() - Method in class adams.gui.tools.previewbrowser.PreviewPanel
Returns the component.
getComponent() - Method in class adams.gui.tools.wekainvestigator.output.ComponentContentPanel
Returns the embedded component.
getComponent() - Method in class adams.gui.tools.wekainvestigator.output.TableContentPanel
Returns the embedded component.
getComponent() - Method in class adams.gui.tools.wekainvestigator.output.TextualContentPanel
Returns the embedded component.
getComponent() - Method in interface adams.gui.visualization.container.ContainerWithComponent
Returns the stored component.
getComponent() - Method in class adams.gui.visualization.report.ReportContainer
Returns the stored component.
getComponent(String) - Method in class adams.gui.core.PropertiesParameterPanel
Returns the custom component associated with a particular property.
getComponentClass() - Method in class adams.gui.goe.Favorites.Favorite
Returns the component class used by the array.
getComponentFileChooser() - Method in class adams.flow.sink.DisplayPanelGrid
Returns (and initializes if necessary) the file chooser for the components.
getComponentFileChooser() - Method in class adams.flow.sink.DisplayPanelManager
Returns (and initializes if necessary) the file chooser for the components.
getComponentRange() - Method in class weka.attributeSelection.AbstractPLSAttributeEval
Returns the range of components to be used.
getComponents() - Method in class adams.data.instancesanalysis.FastICA
Returns the components.
getComposite() - Method in class adams.gui.print.PostscriptGraphics
 
getCompounds() - Method in class adams.gui.visualization.report.ReportFactory.StandardsDialog
Returns the underlying compounds.
getCompress() - Method in class adams.gui.core.dotnotationtree.DotNotationTree
Returns whether the tree gets compressed or not.
getCompress() - Method in class adams.gui.print.TIFFWriter
Returns whether to compress the image.
getCompressLevel() - Method in class adams.flow.source.RSync
 
getCondition() - Method in class adams.data.outlier.TimeseriesTimestampCheck
Returns the condition that the selected timestamp must meet.
getCondition() - Method in interface adams.flow.condition.bool.BooleanConditionSupporter
Returns the break condition to evaluate.
getCondition() - Method in class adams.flow.condition.bool.Not
Returns the current condition.
getCondition() - Method in class adams.flow.control.Block
Returns the current condition.
getCondition() - Method in class adams.flow.control.Breakpoint
Returns the break condition to evaluate.
getCondition() - Method in class adams.flow.control.ConditionalSequence
Returns the condtion to evaluate.
getCondition() - Method in class adams.flow.control.ConditionalSubProcess
Returns the condtion to evaluate.
getCondition() - Method in class adams.flow.control.ConditionalTee
Returns the condition responsible for tee-ing of the token.
getCondition() - Method in class adams.flow.control.ConditionalTrigger
Returns the boolean condition.
getCondition() - Method in class adams.flow.control.Count
Returns the condition responsible for tee-ing of the token.
getCondition() - Method in class adams.flow.control.IfThenElse
Returns the current condition.
getCondition() - Method in class adams.flow.control.RaiseError
Returns the condition responsible for tee-ing of the token.
getCondition() - Method in class adams.flow.control.WhileLoop
Returns the condtion to evaluate.
getCondition() - Method in class adams.flow.execution.debug.ClassBreakpoint
Returns the break condition to evaluate.
getCondition() - Method in class adams.flow.execution.debug.PathBreakpoint
Returns the break condition to evaluate.
getCondition() - Method in class adams.flow.standalone.ConditionalStandalones
Returns the boolean condition.
getConditionalEquivalent() - Method in class adams.flow.control.SubProcess
Returns the class that is the corresponding conditional equivalent.
getConditionalEquivalent() - Method in class adams.flow.control.Tee
Returns the class that is the corresponding conditional equivalent.
getConditionalEquivalent() - Method in class adams.flow.control.TimedSubProcess
Returns the class that is the corresponding conditional equivalent.
getConditionalEquivalent() - Method in class adams.flow.control.TimedTee
Returns the class that is the corresponding conditional equivalent.
getConditionalEquivalent() - Method in class adams.flow.control.TimedTrigger
Returns the class that is the corresponding conditional equivalent.
getConditionalEquivalent() - Method in class adams.flow.control.Trigger
Returns the class that is the corresponding conditional equivalent.
getConditionalEquivalent() - Method in class adams.flow.control.TriggerOnce
Returns the class that is the corresponding conditional equivalent.
getConditionalEquivalent() - Method in interface adams.flow.core.ActorWithConditionalEquivalent
Returns the class that is the corresponding conditional equivalent.
getConditions() - Method in class adams.flow.condition.bool.AbstractMultiCondition
Returns the conditions to evaluate.
getConditions() - Method in class adams.flow.control.Switch
Returns the conditions to evaluate.
getConditions() - Method in class adams.flow.source.AbstractConditionalIdSupplier
Returns the conditions container to use for retrieving the spectra.
getConditions() - Method in interface adams.flow.source.ConditionalIdSupplier
Returns the conditions container to use for retrieving the spectra.
getConditions() - Method in class adams.flow.source.SwitchedSource
Returns the conditions to evaluate.
getConfidenceLevel() - Method in class adams.data.weka.evaluator.IntervalEstimatorBased
Returns the confidence level.
getConfidenceLevel() - Method in class adams.flow.source.wekaforecastersetup.WekaForecasterGenerator
Returns the confidence level (0-1).
getConfigFile() - Method in class adams.flow.standalone.TesseractConfiguration
Returns the config file, ignored if pointing to directory.
getConfiguration() - Method in class adams.gui.tools.previewbrowser.FromFileHandler
Returns the file with the preview handler configuration in use.
getConfirmationDialog(Dialog) - Static method in class adams.gui.dialog.ApprovalDialog
Returns a basic (modal) confirmation dialog (yes/no/cancel).
getConfirmationDialog(Dialog, Dialog.ModalityType) - Static method in class adams.gui.dialog.ApprovalDialog
Returns a basic confirmation dialog (yes/no/cancel).
getConfirmationDialog(Frame) - Static method in class adams.gui.dialog.ApprovalDialog
Returns a basic (modal) confirmation dialog (yes/no/cancel).
getConfirmationDialog(Frame, boolean) - Static method in class adams.gui.dialog.ApprovalDialog
Returns a basic confirmation dialog (yes/no/cancel).
getConfusionMatrix() - Method in class adams.flow.transformer.WekaEvaluationSummary
Returns whether to output the confusion matrix as well.
getConfusionMatrix() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.TextStatistics
Returns whether to output the confusion matrix as well.
getConfusionMatrix(int[], int[]) - Static method in class edu.umbc.cs.maple.utils.MathUtils
Computes the normalized confusion matrix for two vectors.
getConnection() - Method in class adams.flow.control.RemoteExecutionTrigger
Returns the connection used for sending the flow.
getConnection() - Method in interface adams.flow.core.RemoteExecutionHandler
Returns the connection used for sending the flow.
getConnection() - Method in class adams.flow.sink.SendRemoteCommand
Returns the connection to send the command to.
getConnection() - Method in class adams.flow.standalone.AbstractCallableDatabaseConnection
Returns the database connection in use.
getConnection() - Method in class adams.flow.standalone.AbstractDatabaseConnection
Returns the database connection in use.
getConnection() - Method in interface adams.flow.standalone.AbstractDatabaseConnectionProvider
Returns the database connection in use.
getConnection() - Method in class adams.scripting.command.distributed.DeregisterWorker
Retrieves the currently set connection.
getConnection() - Method in class adams.scripting.command.distributed.RegisterWorker
Retrieves the currently set connection.
getConnection() - Method in class adams.scripting.CommandRunner
Returns the connection in use.
getConnection() - Method in class adams.scripting.connection.AbstractConnectionEnhancer
Returns the connection to use.
getConnection(boolean) - Method in class adams.db.AbstractDatabaseConnection
Return db connection.
getConnection(Actor) - Method in class adams.flow.condition.bool.AbstractBooleanDatabaseCondition
Returns the database connection from the flow.
getConnectionObjects() - Static method in class adams.db.DatabaseManager
Returns the connection objects.
getConnectionPage() - Method in class adams.gui.visualization.timeseries.TimeseriesImportDatabaseDialog
Returns the wizard page for the connection data.
getConnectionPanel() - Method in class adams.gui.dialog.DatabaseConnectionDialog
Returns the connection panel.
getConnections() - Method in class adams.scripting.connection.AbstractMultiConnection
Returns the connections to manage.
getConnections() - Method in class adams.scripting.connection.Multicast
Returns the connections to use.
getConnectLines() - Method in class adams.flow.transformer.BoofCVDetectLineSegments
Returns whether to connect/optimize the segments.
getConnectOnStartUp() - Method in class adams.db.AbstractDatabaseConnection
Returns whether to use connect on start-up.
getConnectOnStartUp() - Method in class adams.db.ConnectionParameters
Returns whether to connect on startup.
getConnectRule() - Method in class adams.data.boofcv.transformer.BinaryContours
Returns the connect rule to apply.
getConnectRule() - Method in class adams.data.boofcv.transformer.CannyEdgeDetection
Returns the connect rule to apply.
getConnectRule() - Method in class adams.flow.transformer.locateobjects.BinaryContours
Returns the connect rule to apply.
getConnectRule() - Method in class adams.flow.transformer.locateobjects.CannyBinary
Returns the connect rule to apply.
getConsecutiveRegion(List<XYSequencePoint>, XYSequencePoint, XYSequencePoint) - Static method in class adams.data.sequence.XYSequenceUtils
Returns a region for the given range, starting just after the x value of "lastEnd" and ending (including) at "end".
getConsoleCheckBox() - Method in class adams.gui.core.ErrorMessagePanel
Returns the "console" checkbox.
getConsoleLogger(Class) - Static method in class adams.core.logging.LoggingHelper
Returns a console logger with the log level for the specified class.
getConsoleLogger(Class, Level) - Static method in class adams.core.logging.LoggingHelper
Returns a console logger with the log level for the specified class.
getConsoleLogger(String) - Static method in class adams.core.logging.LoggingHelper
Returns a console logger with the log level for the specified class.
getConsoleLogger(String, Level) - Static method in class adams.core.logging.LoggingHelper
Returns a console logger with the log level for the specified class.
getConstant() - Method in class adams.data.spreadsheet.rowscore.DistanceFromConstant
Returns the constant in use.
getContact(EmailAddress) - Method in class adams.core.net.EmailAddressBook
Returns the contact associated with the email address, null if not found.
getContact(EmailAddress, EmailContact) - Method in class adams.core.net.EmailAddressBook
Returns the contact associated with the given email address, the default value if not found.
getContacts() - Method in class adams.core.net.EmailAddressBook
Returns all stored contacts.
getContainer() - Method in class adams.flow.transformer.WekaTrainClassifier.BatchTrainJob
Returns the generated model container.
getContainer() - Method in class adams.flow.transformer.WekaTrainClusterer.BatchTrainJob
Returns the generated model container.
getContainerAt(int) - Method in class adams.gui.visualization.container.ContainerModel
Returns the container at the specified row.
getContainerClass() - Method in class adams.flow.source.MakeContainer
Returns the class name of the container to create.
getContainerIDRegExp() - Method in class adams.gui.visualization.core.AbstractStrokePaintletWithContainerIDMatching
Returns the regular expression the container IDs must match.
getContainerIDRegExp() - Method in interface adams.gui.visualization.core.PaintletWithContainerIDMatching
Returns the regular expression the container IDs must match.
getContainerKeys() - Method in class adams.flow.transformer.wekaclusterer.AbstractClustererPostProcessor
Returns the keys that the processor adds/modifies.
getContainerKeys() - Method in class adams.flow.transformer.wekaclusterer.AbstractClusterMembershipPostProcessor
Returns the keys that the processor adds/modifies.
getContainerKeys() - Method in class adams.flow.transformer.wekaclusterer.AverageSilhouetteCoefficient
Returns the keys that the processor adds/modifies.
getContainerKeys() - Method in class adams.flow.transformer.wekaclusterer.MultiClustererPostProcessor
Returns the keys that the processor adds/modifies.
getContainerKeys() - Method in class adams.flow.transformer.wekaclusterer.PassThrough
Returns the keys that the processor adds/modifies.
getContainerList() - Method in class adams.gui.visualization.container.DataContainerPanelWithContainerList
Returns the panel listing the spectrums.
getContainerListPopupMenu(ContainerTable<M, C>, int) - Method in interface adams.gui.visualization.container.ContainerListPopupMenuSupplier
Returns a popup menu for the table of the container list.
getContainerListPopupMenu(ContainerTable<M, C>, int) - Method in class adams.gui.visualization.container.DataContainerPanelWithContainerList
Returns a popup menu for the table of the spectrum list.
getContainerListPopupMenu(ContainerTable, int) - Method in class adams.gui.visualization.sequence.XYSequencePanel
Returns a popup menu for the table of the spectrum list.
getContainerManager() - Method in class adams.gui.visualization.container.AbstractDataContainerZoomOverviewPanel
Returns the current container manager.
getContainerManager() - Method in interface adams.gui.visualization.container.ContainerListManager
Returns a popup menu for the table of the overlay list.
getContainerManager() - Method in class adams.gui.visualization.container.DataContainerPanel
Returns the current container manager.
getContainerManager() - Method in class adams.gui.visualization.instance.InstanceExplorer
Returns the current container manager.
getContainerManager() - Method in class adams.gui.visualization.report.ReportFactory.Dialog
Returns the underlying manager.
getContainerManager() - Method in class adams.gui.visualization.report.ReportFactory.Panel
Returns the current manager listening to.
getContainerManager() - Method in class adams.gui.visualization.spreadsheet.SpreadSheetExplorer
Returns the current container manager.
getContainerManager() - Method in class adams.gui.visualization.timeseries.TimeseriesExplorer
Returns the current container manager.
getContainerModel() - Method in class adams.gui.visualization.container.AbstractContainerList
Returns the underlying container model.
getContainerPaintlet() - Method in class adams.gui.visualization.container.AbstractDataContainerZoomOverviewPanel
Returns the paintlet used for painting the containers.
getContainerPaintlet() - Method in class adams.gui.visualization.container.DataContainerPanel
Returns the paintlet used for painting the containers.
getContainerPaintlet() - Method in class adams.gui.visualization.instance.InstancePanel
Returns the paintlet used for painting the containers.
getContainerPaintlet() - Method in class adams.gui.visualization.sequence.XYSequencePanel
Returns the paintlet used for painting the containers.
getContainerPaintlet() - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowPanel
Returns the paintlet used for painting the containers.
getContainerPaintlet() - Method in class adams.gui.visualization.timeseries.TimeseriesPanel
Returns the paintlet used for painting the containers.
getContainerPanel() - Method in class adams.gui.visualization.container.AbstractDataContainerZoomOverviewPaintlet
Returns the panel to obtain plot and containers from.
getContainerPanel() - Method in class adams.gui.visualization.instance.InstanceZoomOverviewPaintlet
Returns the panel to obtain plot and containers from.
getContainerPanel() - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowZoomOverviewPaintlet
Returns the panel to obtain plot and containers from.
getContainerPanel() - Method in class adams.gui.visualization.timeseries.TimeseriesZoomOverviewPaintlet
Returns the panel to obtain plot and containers from.
getContainers() - Method in class adams.core.discovery.AbstractDiscoveryHandler
The stored property container(s).
getContainers() - Method in class adams.gui.event.DataChangeEvent
Returns the old containers, can be null.
getContainerSettings() - Method in class adams.gui.visualization.segmentation.SegmentationPanel
Returns the last settings used when calling fromContainer.
getContainerValue() - Method in class adams.flow.control.PlotContainerUpdater
Returns the type of value to update.
getContainerValue() - Method in class adams.flow.transformer.SetPlotContainerValue
Returns the type of value to update.
getContainerValue(AbstractContainer) - Method in class adams.flow.control.AbstractContainerUpdater
Tries to obtain the container value.
getContainerValue(AbstractContainer) - Method in class adams.flow.control.PlotContainerUpdater
Tries to obtain the container value.
getContainerValueName() - Method in class adams.flow.control.AbstractContainerUpdater
Returns the container value to update.
getContainerValueName() - Method in class adams.flow.control.UpdateContainerValue
Returns the name of the value to update.
getContainerValues() - Method in class adams.flow.source.MakeContainer
Returns a comma-separated list of names that the container accepts.
getContent() - Method in class adams.core.option.NestedFormatHelper.Line
Returns the line content.
getContent() - Method in class adams.data.container.AbstractSimpleContainer
Returns the store content.
getContent() - Method in interface adams.data.spreadsheet.Cell
Returns the content of the cell.
getContent() - Method in class adams.data.spreadsheet.CellView
Returns the content of the cell.
getContent() - Method in class adams.data.spreadsheet.DoubleCell
Returns the content of the cell.
getContent() - Method in class adams.data.spreadsheet.FloatCell
Returns the content of the cell.
getContent() - Method in class adams.doc.xhtml.AbstractMixedTag
Returns the string content.
getContent() - Method in class adams.doc.xml.AbstractSimpleTag
Returns the string content.
getContent() - Method in class adams.gui.core.AbstractTextAreaPanelWithAdvancedSyntaxHighlighting
Returns the content to display.
getContent() - Method in class adams.gui.core.ConsolePanel.OutputPanel
Returns the content of the text area.
getContent() - Method in class adams.gui.core.StyledTextEditorPanel
Returns the content to display.
getContent() - Method in class adams.gui.core.TextEditorPanel
Returns the content to display.
getContent() - Method in class adams.gui.dialog.TextDialog
Returns the content to display.
getContent() - Method in class adams.gui.dialog.TextPanel
Returns the content to display.
getContent() - Method in class adams.gui.flow.FlowPanelNotificationArea
Returns the textual content of the notification area.
getContent() - Method in class adams.gui.goe.MultiLineValueDialog
Returns the string content that was entered.
getContent() - Method in class adams.gui.tools.previewbrowser.PreviewPanel
Returns the actual content.
getContent() - Method in class adams.gui.tools.SystemInfoPanel
Generates a spreadsheet object from the system info data table.
getContent() - Method in class adams.gui.tools.XSLTPanel.SubPanel
Returns the content to display.
getContent() - Method in class adams.gui.visualization.core.PlotPanel
Returns the content panel.
getContent() - Method in class adams.ml.data.DataCellView
Returns the content of the cell.
getContent(int) - Method in class adams.data.spreadsheet.AbstractRow
Returns the cell content with the given index.
getContent(int) - Method in class adams.data.spreadsheet.DataRowView
Returns the cell content with the given index.
getContent(int) - Method in class adams.data.spreadsheet.DenseDataRow
Returns the cell content with the given index.
getContent(int) - Method in interface adams.data.spreadsheet.Row
Returns the cell content with the given index.
getContent(int) - Method in class adams.data.spreadsheet.SparseDataRow
Returns the cell content with the given index.
getContent(int) - Method in class adams.ml.data.InstancesHeaderRow
Returns the cell content with the given index.
getContent(int) - Method in class adams.ml.data.InstanceView
Returns the cell content with the given index.
getContentHandler() - Method in class adams.gui.tools.previewbrowser.PreviewDisplay
Returns the current handler.
getContentName() - Method in class adams.flow.sink.TextWriter
Returns the name of the content.
getContentPanel() - Method in class adams.gui.core.DetachablePanel
Returns the content panel where to add the other widgets.
getContentPanel() - Method in class adams.gui.core.OneTouchPanel
The panel for adding the actual content.
getContentPanel() - Method in class adams.gui.core.ToolBarPanel
Returns the content panel.
getContentPanel() - Method in class adams.gui.tools.PreviewBrowserPanel
Returns the content panel.
getContentType() - Method in interface adams.data.spreadsheet.Cell
Returns the content type.
getContentType() - Method in class adams.data.spreadsheet.CellView
Returns the content type.
getContentType() - Method in class adams.data.spreadsheet.DoubleCell
Returns the content type.
getContentType() - Method in class adams.data.spreadsheet.FloatCell
Returns the content type.
getContentType() - Method in class adams.data.spreadsheet.rowfinder.ByContentType
Returns the content type to look for.
getContentType() - Method in class adams.ml.data.DataCellView
Returns the content type.
getContentType(int) - Method in class adams.data.spreadsheet.DefaultSpreadSheet
Returns the pure content type of the given column, if available.
getContentType(int) - Method in interface adams.data.spreadsheet.SpreadSheet
Returns the pure content type of the given column, if available.
getContentType(int) - Method in class adams.data.spreadsheet.SpreadSheetView
Returns the pure content type of the given column, if available.
getContentType(int) - Method in class adams.ml.data.DatasetView
Returns the pure content type of the given column, if available.
getContentType(int) - Method in class adams.ml.data.InstancesView
Returns the pure content type of the given column, if available.
getContentTypes() - Method in class adams.data.spreadsheet.columnfinder.ByContentType
Returns the content types that the columns can have.
getContentTypes() - Method in class adams.data.spreadsheet.sql.Writer
Returns the content types of the columns.
getContentTypes(int) - Method in class adams.data.spreadsheet.DefaultSpreadSheet
Returns the all content types of the given column, if available.
getContentTypes(int) - Method in interface adams.data.spreadsheet.SpreadSheet
Returns the all content types of the given column, if available.
getContentTypes(int) - Method in class adams.data.spreadsheet.SpreadSheetView
Returns the all content types of the given column, if available.
getContentTypes(int) - Method in class adams.ml.data.DatasetView
Returns the all content types of the given column, if available.
getContentTypes(int) - Method in class adams.ml.data.InstancesView
Returns the all content types of the given column, if available.
getContext() - Method in class adams.flow.processor.AbstractActorListingProcessor
Returns the FlowPanel context.
getContext() - Method in interface adams.flow.processor.ActorProcessorWithFlowPanelContext
Returns the FlowPanel context.
getContimeout() - Method in class adams.flow.source.RSync
 
getContrastColor(Color) - Static method in class adams.gui.core.ColorHelper
Returns a contrast color.
getContrastColor(Color) - Static method in class adams.gui.visualization.image.ColorPickerPanel
 
getControlActor() - Method in class adams.flow.control.AbstractDirector
Returns the control actor to execute.
getControlButtonsAreShown() - Method in interface adams.gui.chooser.FileChooser
Returns the value of the controlButtonsAreShown property.
getControlsVisible() - Method in class adams.gui.core.AdjustableGridPanel
Returns whether the controls are show or not.
getConversion() - Method in class adams.core.base.AttributeTypeList
Returns the conversion of the string before setting its value.
getConversion() - Method in class adams.core.base.BaseList
Returns the conversion of the string before setting its value.
getConversion() - Method in class adams.data.opencv.transformer.ConvertType
Returns the conversion to apply.
getConversion() - Method in class adams.flow.condition.bool.HashSet
Returns the type of conversion to perform.
getConversion() - Method in class adams.flow.control.Injector
Returns the conversion to apply to the string.
getConversion() - Method in class adams.flow.processor.SwapObjects
Returns the conversion to use.
getConversion() - Method in class adams.flow.sink.Exec
Returns the conversion to apply to the input.
getConversion() - Method in class adams.flow.source.CombineStorage
Returns the type of conversion to perform.
getConversion() - Method in class adams.flow.source.CombineVariables
Returns the type of conversion to perform.
getConversion() - Method in class adams.flow.source.Exec
Returns the conversion to apply to the output.
getConversion() - Method in class adams.flow.source.HashSet
Returns the type of conversion to perform.
getConversion() - Method in class adams.flow.source.NewImage
Returns the conversion for converting the BufferedImageContainer into another format if necessary.
getConversion() - Method in class adams.flow.source.StorageValue
Returns the type of conversion to perform.
getConversion() - Method in class adams.flow.source.StorageValuesArray
Returns the type of conversion to perform.
getConversion() - Method in class adams.flow.source.StringConstants
Returns the type of conversion to perform.
getConversion() - Method in class adams.flow.source.Variable
Returns the type of conversion to perform.
getConversion() - Method in class adams.flow.source.VariablesArray
Returns the type of conversion to perform.
getConversion() - Method in class adams.flow.standalone.HashSetInit
Returns the type of conversion to perform.
getConversion() - Method in class adams.flow.transformer.AbstractGetReportValue
Returns the type of conversion to perform.
getConversion() - Method in class adams.flow.transformer.ArrayToVariables
Returns the type of conversion to perform.
getConversion() - Method in class adams.flow.transformer.Convert
Returns the type of conversion to perform.
getConversion() - Method in class adams.flow.transformer.HashSetAdd
Returns the type of conversion to perform.
getConversion() - Method in class adams.flow.transformer.HashSetInit
Returns the type of conversion to perform.
getConversion() - Method in class adams.flow.transformer.SetJsonValue
Returns the type of conversion to perform.
getConversion() - Method in class adams.flow.transformer.SetMapValue
Returns the type of conversion to perform.
getConversion() - Method in class adams.flow.transformer.SetPlotContainerValue
Returns the conversion to apply to the meta-data value string.
getConversion() - Method in class adams.flow.transformer.SpreadSheetConvertCells
Returns the conversion scheme to apply to the located cells.
getConversion() - Method in class adams.flow.transformer.SpreadSheetConvertHeaderCells
Returns the conversion scheme to apply to the located cells.
getConversion() - Method in class weka.core.converters.SpreadSheetLoader
Returns the conversion in use for converting the spreadsheet into an Instances object.
getConvertEntities() - Method in class adams.doc.xml.AbstractSimpleTag
Returns whether HTML entities get converted or not.
getConverter() - Method in class adams.data.conversion.WekaCommandToCode
Returns the converter to use.
getConverter() - Method in class adams.data.featureconverter.AbstractMetaFeatureConverter
Returns the base feature converter in use.
getConverter() - Method in class adams.data.image.AbstractImageFeatureGenerator
Returns the feature converter in use.
getConverter() - Method in class adams.data.timeseries.AbstractTimeseriesFeatureGenerator
Returns the feature converter in use.
getConverter() - Method in class adams.flow.transformer.ConvertFeatures
Returns the feature converter in use.
getConverters() - Static method in class adams.flow.core.AbstractPropertyValueConverter
Returns a list with classnames of converters.
getCookies() - Method in class adams.flow.source.HttpRequest
Returns the (optional) storage name with the cookies to use.
getCopy() - Method in class adams.data.image.transformer.ImageFilter
Returns whether a copy is created first before applying the filter.
getCopy() - Method in class adams.gui.chooser.FileChooserBookmarksPanel.FileChooserBookmarksIconLoader
Returns the "copy" icon.
getCopyDest() - Method in class adams.flow.source.RSync
 
getCopyMetaData() - Method in class adams.data.objectoverlap.AbstractObjectOverlap
Returns whether to copy meta-data values across.
getCopyright() - Method in class adams.core.option.AbstractJavaCodeProducer
Returns the copyright entity.
getCopyright() - Method in class adams.core.PropertiesToCode
Returns the copyright entity.
getCorrect() - Method in class weka.filters.unsupervised.attribute.SpellChecker
Returns the correct label.
getCorrectedData() - Method in class adams.data.baseline.AbstractBaselineCorrection.BaselineCorrectionJob
The output data, if any.
getCorrection() - Method in class adams.flow.source.wekaforecastersetup.BaselineAdjustedForecasterGenerator
Returns the baseline correction scheme in use.
getCorrection() - Method in class weka.classifiers.timeseries.BaselineAdjustedForecaster
Returns the baseline correction scheme in use.
getCorrection() - Method in class weka.filters.unsupervised.attribute.Detrend
Returns the correction scheme to apply.
getCorrection() - Method in class weka.filters.unsupervised.attribute.MultiplicativeScatterCorrection
Returns the correction scheme to apply.
getCorrection() - Method in class weka.filters.unsupervised.attribute.SimpleDetrend
Returns the correction scheme to apply.
getCorrelation(Instance, Instance) - Method in class adams.tools.CompareDatasets
Returns the correlation between the two rows.
getCorrespondingColumn() - Method in class adams.data.spreadsheet.cellfinder.CorrespondingColumn
Returns the column location (abs/rel).
getCorrespondingPosition() - Method in class adams.data.spreadsheet.cellfinder.CorrespondingColumn
Returns how to interpret the column position.
getCorrespondingReader() - Method in class adams.data.io.output.AbstractAdamsExperimentWriter
Returns, if available, the corresponding reader.
getCorrespondingReader() - Method in class adams.data.io.output.AbstractImageSegmentationAnnotationWriter
Returns, if available, the corresponding reader.
getCorrespondingReader() - Method in class adams.data.io.output.AbstractImageWriter
Returns, if available, the corresponding reader.
getCorrespondingReader() - Method in class adams.data.io.output.AbstractObjectWriter
Returns, if available, the corresponding reader.
getCorrespondingReader() - Method in class adams.data.io.output.AccessSpreadSheetWriter
Returns, if available, the corresponding reader.
getCorrespondingReader() - Method in class adams.data.io.output.ApacheCommonsImageWriter
Returns, if available, the corresponding reader.
getCorrespondingReader() - Method in class adams.data.io.output.ArffSpreadSheetWriter
Returns, if available, the corresponding reader.
getCorrespondingReader() - Method in class adams.data.io.output.AutoWidthTabularSpreadSheetWriter
Returns, if available, the corresponding reader.
getCorrespondingReader() - Method in class adams.data.io.output.BlueChannelImageSegmentationWriter
Returns, if available, the corresponding reader.
getCorrespondingReader() - Method in class adams.data.io.output.BoofCVImageWriter
Returns, if available, the corresponding reader.
getCorrespondingReader() - Method in class adams.data.io.output.CommandlineWriter
Returns, if available, the corresponding reader.
getCorrespondingReader() - Method in class adams.data.io.output.CsvSpreadSheetWriter
Returns, if available, the corresponding reader.
getCorrespondingReader() - Method in class adams.data.io.output.DefaultFlowWriter
Returns the corresponding reader, if available.
getCorrespondingReader() - Method in class adams.data.io.output.ExcelSpreadSheetWriter
Returns, if available, the corresponding reader.
getCorrespondingReader() - Method in class adams.data.io.output.ExcelStreamingSpreadSheetWriter
Returns, if available, the corresponding reader.
getCorrespondingReader() - Method in class adams.data.io.output.FixedTabularSpreadSheetWriter
Returns, if available, the corresponding reader.
getCorrespondingReader() - Method in interface adams.data.io.output.FlowWriter
Returns the corresponding reader, if available.
getCorrespondingReader() - Method in class adams.data.io.output.GnumericSpreadSheetWriter
Returns, if available, the corresponding reader.
getCorrespondingReader() - Method in class adams.data.io.output.GrayOrIndexedImageWriter
Returns, if available, the corresponding reader.
getCorrespondingReader() - Method in class adams.data.io.output.GrayscaleImageSegmentationWriter
Returns, if available, the corresponding reader.
getCorrespondingReader() - Method in interface adams.data.io.output.ImageSegmentationAnnotationWriter
Returns, if available, the corresponding reader.
getCorrespondingReader() - Method in interface adams.data.io.output.ImageWriter
Returns, if available, the corresponding reader.
getCorrespondingReader() - Method in class adams.data.io.output.IndexedPNGImageSegmentationWriter
Returns, if available, the corresponding reader.
getCorrespondingReader() - Method in class adams.data.io.output.IndividualImageSegmentationLayerWriter
Returns, if available, the corresponding reader.
getCorrespondingReader() - Method in class adams.data.io.output.JAIImageWriter
Returns, if available, the corresponding reader.
getCorrespondingReader() - Method in class adams.data.io.output.JavaInstantiationWriter
Returns, if available, the corresponding reader.
getCorrespondingReader() - Method in class adams.data.io.output.JsonAdamsExperimentWriter
Returns, if available, the corresponding reader.
getCorrespondingReader() - Method in class adams.data.io.output.JsonFlowWriter
Returns the corresponding reader, if available.
getCorrespondingReader() - Method in class adams.data.io.output.JSONSpreadSheetWriter
Returns, if available, the corresponding reader.
getCorrespondingReader() - Method in class adams.data.io.output.LibSVMSpreadSheetWriter
Returns, if available, the corresponding reader.
getCorrespondingReader() - Method in class adams.data.io.output.Mat5SpreadSheetWriter
Returns, if available, the corresponding reader.
getCorrespondingReader() - Method in class adams.data.io.output.MatlabSpreadSheetWriter
Returns, if available, the corresponding reader.
getCorrespondingReader() - Method in class adams.data.io.output.NestedAdamsExperimentWriter
Returns, if available, the corresponding reader.
getCorrespondingReader() - Method in class adams.data.io.output.NestedCommandlineWriter
Returns, if available, the corresponding reader.
getCorrespondingReader() - Method in class adams.data.io.output.ODFSpreadSheetWriter
Returns, if available, the corresponding reader.
getCorrespondingReader() - Method in class adams.data.io.output.OpenCVImageWriter
Returns, if available, the corresponding reader.
getCorrespondingReader() - Method in class adams.data.io.output.PropertiesSpreadSheetWriter
Returns, if available, the corresponding reader.
getCorrespondingReader() - Method in class adams.data.io.output.SerializableObjectWriter
Returns, if available, the corresponding reader.
getCorrespondingReader() - Method in class adams.data.io.output.SerializedAdamsExperimentWriter
Returns, if available, the corresponding reader.
getCorrespondingReader() - Method in class adams.data.io.output.SerializedObjectWriter
Returns, if available, the corresponding reader.
getCorrespondingReader() - Method in class adams.data.io.output.SimpleArffSpreadSheetWriter
Returns, if available, the corresponding reader.
getCorrespondingReader() - Method in class adams.data.io.output.SimpleJavaInstantiationWriter
Returns, if available, the corresponding reader.
getCorrespondingReader() - Method in class adams.data.io.output.SimpleStreamSpreadSheetWriter
Returns, if available, the corresponding reader.
getCorrespondingReader() - Method in interface adams.data.io.output.SpreadSheetWriter
Returns, if available, the corresponding reader.
getCorrespondingReader() - Method in class adams.data.io.output.SqlDumpSpreadSheetWriter
Returns, if available, the corresponding reader.
getCorrespondingReader() - Method in class adams.data.io.output.SVMLightSpreadSheetWriter
Returns, if available, the corresponding reader.
getCorrespondingReader() - Method in class adams.data.io.output.TsvSpreadSheetWriter
Returns, if available, the corresponding reader.
getCorrespondingReader() - Method in class adams.data.io.output.XrffSpreadSheetWriter
Returns, if available, the corresponding reader.
getCorrespondingReader() - Method in class adams.data.io.output.XStreamWriter
Returns, if available, the corresponding reader.
getCorrespondingReader() - Method in class adams.gui.tools.previewbrowser.notes.AbstractNotesWriter
Returns the corresponding reader.
getCorrespondingReader() - Method in class adams.gui.tools.previewbrowser.notes.CsvNotesWriter
Returns the corresponding reader.
getCorrespondingReader() - Method in class adams.gui.tools.previewbrowser.notes.JsonNotesWriter
Returns the corresponding reader.
getCorrespondingReader() - Method in class adams.gui.tools.previewbrowser.notes.PropertiesNotesWriter
Returns the corresponding reader.
getCorrespondingReader() - Method in class adams.gui.tools.previewbrowser.notes.YamlNotesWriter
Returns the corresponding reader.
getCorrespondingWriter() - Method in class adams.data.io.input.AbstractAdamsExperimentReader
Returns, if available, the corresponding writer.
getCorrespondingWriter() - Method in class adams.data.io.input.AbstractImageReader
Returns, if available, the corresponding writer.
getCorrespondingWriter() - Method in class adams.data.io.input.AbstractImageSegmentationAnnotationReader
Returns, if available, the corresponding writer.
getCorrespondingWriter() - Method in class adams.data.io.input.AbstractObjectReader
Returns, if available, the corresponding writer.
getCorrespondingWriter() - Method in class adams.data.io.input.AccessSpreadSheetReader
Returns, if available, the corresponding writer.
getCorrespondingWriter() - Method in class adams.data.io.input.ApacheCommonsImageReader
Returns, if available, the corresponding writer.
getCorrespondingWriter() - Method in class adams.data.io.input.ArffSpreadSheetReader
Returns, if available, the corresponding writer.
getCorrespondingWriter() - Method in class adams.data.io.input.AutoWidthTabularSpreadSheetReader
Returns, if available, the corresponding writer.
getCorrespondingWriter() - Method in class adams.data.io.input.BlueChannelImageSegmentationReader
Returns, if available, the corresponding writer.
getCorrespondingWriter() - Method in class adams.data.io.input.BoofCVImageReader
Returns, if available, the corresponding writer.
getCorrespondingWriter() - Method in class adams.data.io.input.CommandlineReader
Returns, if available, the corresponding writer.
getCorrespondingWriter() - Method in class adams.data.io.input.CsvSpreadSheetReader
Returns, if available, the corresponding writer.
getCorrespondingWriter() - Method in class adams.data.io.input.DefaultFlowReader
Returns the corresponding writer, if available.
getCorrespondingWriter() - Method in class adams.data.io.input.ExcelSpreadSheetReader
Returns, if available, the corresponding writer.
getCorrespondingWriter() - Method in class adams.data.io.input.ExcelStreamingSpreadSheetReader
Returns, if available, the corresponding writer.
getCorrespondingWriter() - Method in class adams.data.io.input.FastCsvSpreadSheetReader
Returns, if available, the corresponding writer.
getCorrespondingWriter() - Method in class adams.data.io.input.FixedTabularSpreadSheetReader
Returns, if available, the corresponding writer.
getCorrespondingWriter() - Method in interface adams.data.io.input.FlowReader
Returns the corresponding writer, if available.
getCorrespondingWriter() - Method in class adams.data.io.input.GnumericSpreadSheetReader
Returns, if available, the corresponding writer.
getCorrespondingWriter() - Method in class adams.data.io.input.GrayscaleImageSegmentationReader
Returns, if available, the corresponding writer.
getCorrespondingWriter() - Method in interface adams.data.io.input.ImageReader
Returns, if available, the corresponding writer.
getCorrespondingWriter() - Method in interface adams.data.io.input.ImageSegmentationAnnotationReader
Returns, if available, the corresponding writer.
getCorrespondingWriter() - Method in class adams.data.io.input.IndexedPNGImageSegmentationReader
Returns, if available, the corresponding writer.
getCorrespondingWriter() - Method in class adams.data.io.input.IndividualImageSegmentationLayerReader
Returns, if available, the corresponding writer.
getCorrespondingWriter() - Method in class adams.data.io.input.JAIImageReader
Returns, if available, the corresponding writer.
getCorrespondingWriter() - Method in class adams.data.io.input.JsonAdamsExperimentReader
Returns, if available, the corresponding writer.
getCorrespondingWriter() - Method in class adams.data.io.input.JsonFlowReader
Returns the corresponding writer, if available.
getCorrespondingWriter() - Method in class adams.data.io.input.JSONSpreadSheetReader
Returns, if available, the corresponding writer.
getCorrespondingWriter() - Method in class adams.data.io.input.LibSVMSpreadSheetReader
Returns, if available, the corresponding writer.
getCorrespondingWriter() - Method in class adams.data.io.input.Mat5SpreadSheetReader
Returns, if available, the corresponding writer.
getCorrespondingWriter() - Method in class adams.data.io.input.MatlabSpreadSheetReader
Returns, if available, the corresponding writer.
getCorrespondingWriter() - Method in class adams.data.io.input.NestedAdamsExperimentReader
Returns, if available, the corresponding writer.
getCorrespondingWriter() - Method in class adams.data.io.input.NestedCommandlineReader
Returns, if available, the corresponding writer.
getCorrespondingWriter() - Method in class adams.data.io.input.ODFSpreadSheetReader
Returns, if available, the corresponding writer.
getCorrespondingWriter() - Method in class adams.data.io.input.OpenCVImageReader
Returns, if available, the corresponding writer.
getCorrespondingWriter() - Method in class adams.data.io.input.PNGImageReader
Returns, if available, the corresponding writer.
getCorrespondingWriter() - Method in class adams.data.io.input.PNGSpreadSheetReader
Returns, if available, the corresponding writer.
getCorrespondingWriter() - Method in class adams.data.io.input.PropertiesSpreadSheetReader
Returns, if available, the corresponding writer.
getCorrespondingWriter() - Method in class adams.data.io.input.SerializableObjectReader
Returns, if available, the corresponding writer.
getCorrespondingWriter() - Method in class adams.data.io.input.SerializedAdamsExperimentReader
Returns, if available, the corresponding writer.
getCorrespondingWriter() - Method in class adams.data.io.input.SerializedObjectReader
Returns, if available, the corresponding writer.
getCorrespondingWriter() - Method in class adams.data.io.input.SimpleArffSpreadSheetReader
Returns, if available, the corresponding writer.
getCorrespondingWriter() - Method in class adams.data.io.input.SimpleCsvSpreadSheetReader
Returns, if available, the corresponding writer.
getCorrespondingWriter() - Method in class adams.data.io.input.SimpleStreamSpreadSheetReader
Returns, if available, the corresponding writer.
getCorrespondingWriter() - Method in interface adams.data.io.input.SpreadSheetReader
Returns, if available, the corresponding writer.
getCorrespondingWriter() - Method in class adams.data.io.input.SqlDumpSpreadSheetReader
Returns, if available, the corresponding writer.
getCorrespondingWriter() - Method in class adams.data.io.input.SVMLightSpreadSheetReader
Returns, if available, the corresponding writer.
getCorrespondingWriter() - Method in class adams.data.io.input.TsvSpreadSheetReader
Returns, if available, the corresponding writer.
getCorrespondingWriter() - Method in class adams.data.io.input.XrffSpreadSheetReader
Returns, if available, the corresponding writer.
getCorrespondingWriter() - Method in class adams.data.io.input.XStreamReader
Returns, if available, the corresponding writer.
getCorrespondingWriter() - Method in class adams.gui.tools.previewbrowser.notes.AbstractNotesReader
Returns the corresponding writer.
getCorrespondingWriter() - Method in class adams.gui.tools.previewbrowser.notes.CsvNotesReader
Returns the corresponding writer.
getCorrespondingWriter() - Method in class adams.gui.tools.previewbrowser.notes.JsonNotesReader
Returns the corresponding writer.
getCorrespondingWriter() - Method in class adams.gui.tools.previewbrowser.notes.PropertiesNotesReader
Returns the corresponding writer.
getCorrespondingWriter() - Method in class adams.gui.tools.previewbrowser.notes.YamlNotesReader
Returns the corresponding writer.
getCount() - Method in class adams.data.statistics.StatCalc
 
getCountKey() - Method in class adams.gui.core.AbstractRecentItemsHandler
Returns the key to use for the counts in the props file.
getCountKey() - Method in class adams.gui.core.RecentFilesHandler
Returns the key to use for the counts in the props file.
getCountKey() - Method in class adams.gui.core.RecentFilesHandlerWithCommandline
Returns the key to use for the counts in the props file.
getCountKey() - Method in class adams.gui.core.RecentFilesWithEncodingHandler
Returns the key to use for the counts in the props file.
getCountKey() - Method in class adams.gui.core.RecentSpreadSheetQueriesHandler
Returns the key to use for the counts in the props file.
getCountKey() - Method in class adams.gui.core.RecentSQLStatementsHandler
Returns the key to use for the counts in the props file.
getCountKey() - Method in class adams.gui.flow.RecentActorProcessorHandler
Returns the key to use for the counts in the props file.
getCountVariable() - Method in class adams.flow.template.FileProcessingWithProgressBar
Returns the variable name to use for storing the progress count.
getCoverage() - Method in class adams.flow.standalone.MemoryMonitor
Returns the percentage of samples that must reach/exceed the threshold.
getCreateDirectories() - Method in class adams.flow.transformer.AbstractMultiDecompress
Returns whether to restore the directory structure from the archive.
getCreateDummyReport() - Method in class adams.data.io.input.AbstractDataContainerReader
Returns whether to create a dummy report if none present.
getCreateFile() - Method in class adams.flow.transformer.Touch
Returns whether to create the file it doesn't exist.
getCreateFrame() - Method in class adams.flow.core.AbstractDisplay
Returns whether the frame is created as well as the panel.
getCreateFrame() - Method in class adams.flow.standalone.ConsoleWindow
Returns whether the frame is created as well as the panel.
getCreatePlaceholderFileObjects() - Method in class adams.data.conversion.StringToFile
Returns whether to create PlaceholderFile objects instead.
getCreateStatement() - Method in class adams.data.spreadsheet.sql.Writer
Generates the CREATE TABLE statement.
getCreateSubDirectories() - Method in class adams.flow.transformer.CopyFile
Returns whether to re-create the sub-directory (last path component of input) below the target directory.
getCreateType(AbstractDatabaseConnection) - Method in class adams.db.types.AutoIncrementType
Return creation String
getCreateType(AbstractDatabaseConnection) - Method in class adams.db.types.ColumnType
Get String for creating this type.
getCreateView() - Method in interface adams.data.spreadsheet.SpreadSheetViewCreator
Returns whether to create only a view.
getCreateView() - Method in interface adams.data.weka.InstancesViewCreator
Returns whether to create only a view.
getCreateView() - Method in class adams.flow.transformer.SpreadSheetColumnFilter
Returns whether to create only a view.
getCreateView() - Method in class adams.flow.transformer.SpreadSheetRandomSystematicSample
Returns whether to create only a view.
getCreateView() - Method in class adams.flow.transformer.SpreadSheetRowFilter
Returns whether to create only a view.
getCreateView() - Method in class adams.flow.transformer.SpreadSheetSubset
Returns whether to create only a view.
getCreateView() - Method in class adams.flow.transformer.SpreadSheetSubsetFromGroup
Returns whether to create only a view.
getCreateView() - Method in class adams.flow.transformer.WekaCrossValidationSplit
Returns whether to create only a view.
getCreateView() - Method in class adams.flow.transformer.WekaRandomSplit
Returns whether to create only a view.
getCreationTimestamp() - Method in class adams.data.io.output.GnumericSpreadSheetWriter
Returns the creation timestamp.
getCriteria() - Method in class adams.opt.genetic.stopping.MultiStoppingCriterion
Returns the criteria in use.
getCronActors() - Method in class adams.flow.standalone.Cron
Returns the actors to execute on schedule.
getCrop() - Method in class adams.flow.transformer.locateobjects.CroppedLocator
Returns the crop algorithm.
getCrop() - Method in class adams.flow.transformer.locateobjects.XScreenMaskLocator
Get cropping algorithm.
getCrossValidationSeed() - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm
Returns the current seed value for cross-validation.
getCrossValidationSeed() - Method in class adams.opt.optimise.genetic.fitnessfunctions.AbstractWEKAFitnessFunction
Returns the current seed value for cross-validation.
getCSS() - Method in class adams.flow.sink.Html4Display
Returns the CSS style sheet rules.
getCsvFileFilter() - Static method in class adams.gui.core.ExtensionFileFilter
Returns a filter for CSV files.
getCtrlDown() - Method in class adams.gui.visualization.image.leftclick.AbstractLeftClickProcessor
Returns whether the ctrl key needs to be down.
getCtrlDown() - Method in class adams.gui.visualization.object.mouseclick.AbstractMouseClickProcessor
Returns whether the ctrl key needs to be down.
getCurrent() - Method in class adams.core.Memory
returns the current memory consumption.
getCurrent() - Method in class adams.flow.condition.bool.Counting
Returns the counter of how many tokens have passed through so far.
getCurrent() - Method in class adams.gui.chooser.AbstractChooserPanel
Returns the current value.
getCurrent() - Method in class adams.gui.chooser.FontChooser
Retrieve the selected font, or null.
getCurrent() - Method in class adams.gui.chooser.FontChooserPanelWithPreview
Retrieve the selected font, or null.
getCurrent() - Method in class adams.gui.chooser.PdfFontChooser
Retrieve the selected font, or null.
getCurrent() - Method in class adams.gui.chooser.PdfFontChooserPanel
Retrieve the selected font, or null.
getCurrent() - Method in class adams.gui.goe.GenericArrayEditorDialog
Returns the current object.
getCurrent() - Method in class adams.gui.goe.GenericArrayEditorPanel
Returns the current value.
getCurrent() - Method in class adams.gui.goe.GenericObjectEditorDialog
Returns the current object.
getCurrent() - Method in class adams.gui.goe.GenericObjectEditorPanel
Returns the current value.
getCurrent() - Method in class adams.gui.goe.WekaGenericArrayEditorDialog
Returns the current object.
getCurrent() - Method in class adams.gui.goe.WekaGenericArrayEditorPanel
Returns the current value.
getCurrent() - Method in class adams.gui.goe.WekaGenericObjectEditorDialog
Returns the current object.
getCurrent() - Method in class adams.gui.goe.WekaGenericObjectEditorPanel
Returns the current value.
getCurrent() - Static method in class adams.gui.laf.AbstractLookAndFeel
Returns the currently installed look and feel.
getCurrent() - Method in class adams.gui.menu.AbstractClassifierBasedGeneticAlgorithmWizard
Returns the current algorithm in use.
getCurrent() - Method in class adams.gui.tools.previewbrowser.SerializedObjectPanel
Returns the currently displayed object.
getCurrent() - Method in class adams.gui.visualization.debug.InspectionPanel
Returns the currently inspected object.
getCurrent() - Method in class adams.gui.visualization.debug.propertyextractor.AbstractPropertyExtractor
Returns the current object that is inspected.
getCurrent() - Method in class adams.gui.visualization.debug.SideBySideDiffPanel
Returns the currently displayed diff.
getCurrent() - Method in class adams.gui.visualization.instance.LoadDatasetDialog
Returns the current file.
getCurrent() - Method in class adams.gui.visualization.spreadsheet.LoadSpreadSheetDialog
Returns the current file.
getCurrent() - Method in class adams.gui.wizard.SelectDirectoryPage
Returns the current directory.
getCurrent() - Method in class adams.gui.wizard.SelectFilePage
Returns the current value.
getCurrent() - Method in class adams.gui.wizard.SelectMultipleDirectoriesPage
Returns the current directories.
getCurrent() - Method in class adams.gui.wizard.SelectMultipleFilesPage
Returns the current files.
getCurrent() - Method in class adams.gui.wizard.WekaSelectDatasetPage
Returns the current value.
getCurrent() - Method in class adams.gui.wizard.WekaSelectMultipleDatasetsPage
Returns the current files.
getCurrentActor() - Method in class adams.flow.execution.debug.ControlPanel
Returns the current actor.
getCurrentAsString() - Method in class adams.gui.chooser.AbstractChooserPanel
Returns the current value as string.
getCurrentAttributeRange() - Method in class adams.gui.visualization.instance.LoadDatasetDialog
Returns the current range of attributes to use.
getCurrentAttributeRange() - Method in class adams.gui.visualization.spreadsheet.LoadSpreadSheetDialog
Returns the current range of attributes to use.
getCurrentBatchSize() - Method in class adams.gui.tools.spreadsheetprocessor.targets.DatabaseTarget
Returns the current batch size.
getCurrentBreakpoint() - Method in class adams.flow.execution.debug.ControlPanel
Returns the current boolean breakpoint.
getCurrentChart() - Method in class adams.gui.tools.spreadsheetprocessor.targets.ChartTarget
Returns the current chart generator.
getCurrentClass() - Method in class adams.gui.chooser.ObjectExporterFileChooser
Returns the class used to initialize the file chooser with.
getCurrentClassIndex() - Method in class adams.gui.visualization.instance.LoadDatasetDialog
Returns the currently selected class index.
getCurrentColumnNameConversion() - Method in class adams.gui.tools.spreadsheetprocessor.targets.DatabaseTarget
Returns the current column name conversion.
getCurrentCondition() - Method in class adams.flow.execution.debug.ControlPanel
Returns the current boolean condition.
getCurrentConnection() - Method in class adams.gui.tools.spreadsheetprocessor.sources.DatabaseSource
Returns the current connection.
getCurrentConnection() - Method in class adams.gui.tools.spreadsheetprocessor.targets.DatabaseTarget
Returns the current connection.
getCurrentConnectionParameters() - Method in class adams.db.AbstractDatabaseConnection
Returns the current connection parameters.
getCurrentDataRow() - Method in class adams.gui.tools.spreadsheetprocessor.sources.DatabaseSource
Returns the current data row.
getCurrentDir() - Method in class adams.gui.core.FilePanel
Returns the current directory.
getCurrentDirectory() - Method in class adams.gui.chooser.AbstractChooserPanelWithIOSupport
Returns the current directory in use by the file chooser.
getCurrentDirectory() - Method in class adams.gui.chooser.DatasetFileChooserPanel
Returns the current directory in use by the file chooser.
getCurrentDirectory() - Method in class adams.gui.chooser.DirectoryChooserPanel
Returns the current directory.
getCurrentDirectory() - Method in interface adams.gui.chooser.FileChooser
Returns the current directory.
getCurrentDirectory() - Method in class adams.gui.chooser.FileChooserPanel
Returns the current directory in use by the file chooser.
getCurrentDirectory() - Method in class adams.gui.chooser.FtpDirectoryChooserPanel
Returns the current directory in use by the file chooser.
getCurrentDirectory() - Method in class adams.gui.chooser.SftpDirectoryChooserPanel
Returns the current directory in use by the file chooser.
getCurrentDirectory() - Method in class adams.gui.chooser.SimpleDirectoryChooser.SimpleDirectoryChooserCommunication
Returns the current directory.
getCurrentDirectory() - Method in class adams.gui.chooser.SmbDirectoryChooserPanel
Returns the current directory in use by the file chooser.
getCurrentDirectory() - Method in class adams.gui.chooser.SpreadSheetFileChooserPanel
Returns the current directory in use by the file chooser.
getCurrentDirectory() - Method in class adams.gui.core.FileListWithButtons
Returns the current directory of the file dialog.
getCurrentDirectory() - Method in class adams.gui.flow.FlowEditorPanel
Returns the current directory set in the FileChooser used for opening the flows.
getCurrentDirectory() - Method in class adams.gui.flow.FlowRunnerPanel
Returns the current directory set in the FileChooser used for opening the flows.
getCurrentDirectory() - Method in class adams.gui.tools.spreadsheetprocessor.sources.FileBrowserSource
Returns the current directory.
getCurrentDirectory() - Method in class adams.gui.visualization.instance.LoadDatasetDialog
Returns the current directory in use by the file chooser.
getCurrentDirectory() - Method in class adams.gui.visualization.spreadsheet.LoadSpreadSheetDialog
Returns the current directory in use by the file chooser.
getCurrentDirectory() - Method in class adams.gui.wizard.SelectFilePage
Returns the current directory in use by the file chooser.
getCurrentDirectory() - Method in class adams.gui.wizard.SelectMultipleDirectoriesPage
Returns the current directory in use by the directory chooser.
getCurrentDirectory() - Method in class adams.gui.wizard.SelectMultipleFilesPage
Returns the current directory in use by the file chooser.
getCurrentDirectory() - Method in class adams.gui.wizard.WekaSelectDatasetPage
Returns the current directory in use by the file chooser.
getCurrentDirectory() - Method in class adams.gui.wizard.WekaSelectMultipleDatasetsPage
Returns the current directory in use by the file chooser.
getCurrentEditingNode() - Method in class adams.gui.flow.tree.Tree
Returns the node currently being edited.
getCurrentEditingParent() - Method in class adams.gui.flow.tree.Tree
Returns the parent of the node currently being edited or being added.
getCurrentEncoding() - Method in class adams.gui.core.TextEditorPanel
Returns the current file encoding.
getCurrentExpression() - Method in class adams.gui.goe.CronScheduleEditor
Returns the current expression in the GUI.
getCurrentExtension() - Method in class adams.gui.tools.previewbrowser.PreviewDisplay
Returns the current extension.
getCurrentFile() - Method in class adams.gui.core.TextEditorPanel
Returns the currently loaded file.
getCurrentFile() - Method in class adams.gui.flow.FlowControlCenterPanel
Returns the current file in use.
getCurrentFile() - Method in class adams.gui.flow.FlowEditorPanel
Returns the current file in use.
getCurrentFile() - Method in class adams.gui.flow.FlowPanel
Returns the current file in use.
getCurrentFile() - Method in class adams.gui.flow.FlowRunnerPanel
Returns the current file in use.
getCurrentFile() - Method in class adams.gui.tools.FileMonitorPanel
Returns the current file in use.
getCurrentFile() - Method in class adams.gui.tools.ImageProcessorMultiPagePane
Returns the current filename.
getCurrentFile() - Method in class adams.gui.tools.ImageProcessorPanel
Returns the current filename.
getCurrentFile() - Method in class adams.gui.tools.ImageProcessorSubPanel
Returns the current filename.
getCurrentFile() - Method in class adams.gui.tools.previewbrowser.AnnotateImage.CombinedPanel
Returns the current file.
getCurrentFile() - Method in class adams.gui.tools.spreadsheetprocessor.sources.FileBrowserSource
Returns the current file.
getCurrentFile() - Method in class adams.gui.tools.spreadsheetprocessor.sources.FileSource
Returns the current file.
getCurrentFile() - Method in class adams.gui.tools.spreadsheetprocessor.targets.FileTarget
Returns the current file.
getCurrentFile() - Method in class adams.gui.visualization.image.ImageMultiPagePane
Returns the current filename.
getCurrentFile() - Method in class adams.gui.visualization.image.ImagePanel
Returns the current filename.
getCurrentFile() - Method in class adams.gui.visualization.image.ImageViewerPanel
Returns the current filename.
getCurrentFile() - Method in class weka.gui.explorer.ExplorerExt
Returns the current file.
getCurrentFiles() - Method in class adams.gui.tools.PreviewBrowserPanel
Returns the currently selected files.
getCurrentFitness() - Method in interface adams.event.GeneticFitnessChangeNotifier
Returns the best currently best fitness.
getCurrentFitness() - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm
Returns the currently best fitness.
getCurrentFitness() - Method in class adams.opt.genetic.AbstractGeneticAlgorithm
Returns the currently best fitness.
getCurrentFlow() - Method in class adams.gui.flow.FlowEditorPanel
Returns the current flow.
getCurrentFlow() - Method in class adams.gui.flow.FlowPanel
Returns the current flow.
getCurrentFlow() - Method in class adams.gui.flow.FlowRunnerPanel
Returns the current flow.
getCurrentFlow() - Method in class adams.gui.tools.spreadsheetprocessor.processors.FlowProcessor
Returns the flow.
getCurrentFlow(StringBuilder) - Method in class adams.gui.flow.FlowEditorPanel
Returns the current flow.
getCurrentFlow(StringBuilder) - Method in class adams.gui.flow.FlowPanel
Returns the current flow.
getCurrentIDIndex() - Method in class adams.gui.visualization.instance.LoadDatasetDialog
Returns the currently selected ID index.
getCurrentIDIndex() - Method in class adams.gui.visualization.spreadsheet.LoadSpreadSheetDialog
Returns the currently selected ID index.
getCurrentImage() - Method in class adams.flow.transformer.ImageAnnotator.AnnotatorPanel
Returns the current image.
getCurrentImage() - Method in class adams.gui.visualization.image.ImageMultiPagePane
Returns the underlying image.
getCurrentImage() - Method in class adams.gui.visualization.image.ImagePanel
Returns the underlying image.
getCurrentImage() - Method in class adams.gui.visualization.image.ImagePanel.PaintPanel
Returns the current image.
getCurrentImage() - Method in class adams.gui.visualization.image.ImageViewerPanel
Returns the underlying image.
getCurrentIndex() - Method in class adams.gui.chooser.SelectOptionPanel
Returns the index of the currently selected option.
getCurrentIndices() - Method in class adams.gui.chooser.SelectOptionPanel
Returns the indices of the currently selected options.
getCurrentItems() - Method in class adams.gui.selection.AbstractSelectDatabaseFieldPanel
Returns the current fields.
getCurrentItems() - Method in class adams.gui.selection.AbstractTableBasedSelectionPanel
Returns the currently selected items, null if none chosen or dialog canceled.
getCurrentItems() - Method in class adams.gui.selection.SelectEmailAddressPanel
Returns the current addresses.
getCurrentItems() - Method in class adams.gui.selection.SelectFieldPanel
Returns the current fields.
getCurrentIteration() - Method in class adams.opt.genetic.AbstractGeneticAlgorithm
Returns the current iteration.
getCurrentLabel() - Method in class adams.flow.transformer.ImageAnnotator.AnnotatorPanel
Returns the currently used label.
getCurrentLabel() - Method in class adams.gui.visualization.object.annotator.AbstractAnnotator
Returns the currently set label.
getCurrentLabel() - Method in class adams.gui.visualization.object.ObjectAnnotationPanel
Returns the current label in use.
getCurrentMaxStringLength() - Method in class adams.gui.tools.spreadsheetprocessor.targets.DatabaseTarget
Returns the current maximum length for strings.
getCurrentPanel() - Method in class adams.gui.core.ConsolePanel
Returns the current output panel.
getCurrentPanel() - Method in class adams.gui.flow.FlowEditorPanel
Returns the current flow panel.
getCurrentPanel() - Method in class adams.gui.flow.FlowMultiPagePane
Returns the currently selected panel.
getCurrentPanel() - Method in class adams.gui.flow.tab.AbstractEditorTab
Returns the current flow panel.
getCurrentPanel() - Method in interface adams.gui.plugin.ToolPluginSupporter
Returns the current panel.
getCurrentPanel() - Method in class adams.gui.tools.ImageProcessorMultiPagePane
Returns the image panel in the currently selected tab.
getCurrentPanel() - Method in class adams.gui.tools.ImageProcessorPanel
Returns the image panel in the currently selected tab.
getCurrentPanel() - Method in class adams.gui.tools.spreadsheetviewer.AbstractDataPlugin
Returns the current panel.
getCurrentPanel() - Method in class adams.gui.tools.spreadsheetviewer.AbstractViewPlugin
Returns the current panel.
getCurrentPanel() - Method in class adams.gui.tools.spreadsheetviewer.MultiPagePane
Returns the currently selected panel.
getCurrentPanel() - Method in class adams.gui.tools.spreadsheetviewer.tab.AbstractViewerTab
Returns the current flow panel.
getCurrentPanel() - Method in class adams.gui.tools.SpreadSheetViewerPanel
Returns the currently selected panel.
getCurrentPanel() - Method in class adams.gui.visualization.image.ImageMultiPagePane
Returns the image panel in the currently selected tab.
getCurrentPanel() - Method in class adams.gui.visualization.image.ImageViewerPanel
Returns the image panel in the currently selected tab.
getCurrentPanel() - Method in class adams.gui.visualization.pdf.PDFViewerPanel
Returns the image panel in the currently selected tab.
getCurrentPanel() - Method in class adams.gui.workspace.AbstractWorkspaceManagerPanel
Returns the currently selected panel, if any.
getCurrentParameters() - Method in class adams.gui.dialog.AbstractDatabaseConnectionPanel
Returns the current parameters as connection object.
getCurrentPlaceholderDirectory() - Method in class adams.gui.chooser.BaseFileChooser
Returns the current directory.
getCurrentQuery() - Method in class adams.gui.tools.spreadsheetprocessor.processors.QueryProcessor
Returns the query.
getCurrentQuery() - Method in class adams.gui.tools.spreadsheetprocessor.sources.DatabaseSource
Returns the current query.
getCurrentReader() - Method in class adams.gui.tools.spreadsheetprocessor.sources.ClipboardSource
Returns the current reader.
getCurrentReader() - Method in class adams.gui.tools.spreadsheetprocessor.sources.FileBrowserSource
Returns the current reader.
getCurrentReader() - Method in class adams.gui.tools.spreadsheetprocessor.sources.FileSource
Returns the current reader.
getCurrentReport() - Method in class adams.flow.transformer.ImageAnnotator.AnnotatorPanel
Returns the current report.
getCurrentRoot() - Method in class adams.gui.flow.FlowEditorPanel
Returns the current root actor without its children.
getCurrentRoot() - Method in class adams.gui.flow.FlowPanel
Returns the current root actor without its children.
getCurrentSetup() - Method in class adams.opt.genetic.AbstractGeneticAlgorithm
Returns the currently best setup.
getCurrentSheet() - Method in class adams.gui.tools.spreadsheetviewer.MultiPagePane
Returns the currently selected sheet.
getCurrentSortIndex() - Method in class adams.gui.visualization.instance.LoadDatasetDialog
Returns the currently selected sort index.
getCurrentSortIndex() - Method in class adams.gui.visualization.spreadsheet.LoadSpreadSheetDialog
Returns the currently selected sort index.
getCurrentStage() - Method in class adams.flow.execution.debug.ControlPanel
Returns the current stage.
getCurrentStringColumnSQL() - Method in class adams.gui.tools.spreadsheetprocessor.targets.DatabaseTarget
Returns the current SQL template for string columns.
getCurrentTable() - Method in class adams.gui.tools.spreadsheetprocessor.targets.DatabaseTarget
Returns the current table.
getCurrentTable() - Method in class adams.gui.tools.spreadsheetviewer.MultiPagePane
Returns the currently selected table.
getCurrentTable() - Method in class adams.gui.visualization.report.ReportFactory.Panel
Returns the currently selected table.
getCurrentTitle() - Method in class adams.gui.tools.spreadsheetprocessor.targets.ChartTarget
Returns the current title.
getCurrentToken() - Method in class adams.flow.execution.debug.ControlPanel
Returns the current token, if any.
getCurrentTree() - Method in class adams.gui.flow.FlowEditorPanel
Returns the tree.
getCurrentTree() - Method in class adams.gui.flow.FlowMultiPagePane
Returns the currently selected tree.
getCurrentTypeMapper() - Method in class adams.gui.tools.spreadsheetprocessor.sources.DatabaseSource
Returns the current type mapper.
getCurrentTypeMapper() - Method in class adams.gui.tools.spreadsheetprocessor.targets.DatabaseTarget
Returns the current type mapper.
getCurrentValue() - Method in class adams.core.option.AbstractOption
Returns the current value for this option (obtained via the get-method).
getCurrentValue(AbstractOption) - Method in class adams.core.option.AbstractOptionProducer
Returns the current value for the option.
getCurrentVariable() - Method in class adams.core.option.AbstractJavaCodeProducer
Returns the current variable name.
getCurrentWeights() - Method in class adams.opt.genetic.AbstractGeneticAlgorithm
Returns the currently best weights/bits.
getCurrentWidget() - Method in class adams.gui.tools.SpreadSheetProcessorPanel.WidgetPanel
Returns the current widget.
getCurrentWriter() - Method in class adams.gui.tools.spreadsheetprocessor.targets.ClipboardTarget
Returns the current writer.
getCurrentWriter() - Method in class adams.gui.tools.spreadsheetprocessor.targets.FileTarget
Returns the current writer.
getCursor() - Method in class adams.gui.visualization.object.tools.AbstractTool
Returns the mouse cursor to use.
getCursor() - Method in interface adams.gui.visualization.object.tools.Tool
Returns the mouse cursor to use.
getCursor() - Method in class adams.gui.visualization.segmentation.tool.AbstractTool
Returns the mouse cursor to use.
getCursor() - Method in interface adams.gui.visualization.segmentation.tool.Tool
Returns the mouse cursor to use.
getCustomAlpha() - Method in class adams.gui.visualization.object.overlay.AbstractObjectOverlayFromReport
Returns the custom alpha value (0: transparent, 255: opaque).
getCustomAlpha() - Method in class adams.gui.visualization.object.overlay.AbstractPointOverlayFromReport
Returns the custom alpha value (0: transparent, 255: opaque).
getCustomAlpha() - Method in class adams.gui.visualization.object.overlay.ClassificationLabelTextOverlay
Returns the custom alpha value (0: transparent, 255: opaque).
getCustomAlpha() - Method in class adams.gui.visualization.object.overlay.ObjectAnnotations
Returns the custom alpha value (0: transparent, 255: opaque).
getCustomAlpha() - Method in interface adams.gui.visualization.object.overlay.OverlayWithCustomAlphaSupport
Returns the custom alpha value (0: transparent, 255: opaque).
getCustomColumnHeaders() - Method in class adams.data.io.input.AbstractExcelSpreadSheetReader
Returns whether the file contains a header row or not.
getCustomColumnHeaders() - Method in class adams.data.io.input.CsvSpreadSheetReader
Returns whether the file contains a header row or not.
getCustomColumnHeaders() - Method in class adams.data.io.input.FastCsvSpreadSheetReader
Returns whether the file contains a header row or not.
getCustomColumnHeaders() - Method in class adams.data.io.input.FixedTabularSpreadSheetReader
Returns whether the file contains a header row or not.
getCustomColumnHeaders() - Method in class adams.data.io.input.GnumericSpreadSheetReader
Returns whether the file contains a header row or not.
getCustomColumnHeaders() - Method in interface adams.data.io.input.NoHeaderSpreadSheetReader
Returns whether the file contains a header row or not.
getCustomColumnHeaders() - Method in class adams.data.io.input.ODFSpreadSheetReader
Returns whether the file contains a header row or not.
getCustomColumnHeaders() - Method in class adams.data.io.input.SimpleCsvSpreadSheetReader
Returns whether the file contains a header row or not.
getCustomColumnHeaders() - Method in class adams.data.io.input.SimpleStreamSpreadSheetReader
Returns whether the file contains a header row or not.
getCustomColumnHeaders() - Method in class adams.data.io.input.SqlDumpSpreadSheetReader
Returns whether the file contains a header row or not.
getCustomContentHandler(ContentHandler) - Static method in class adams.gui.tools.previewbrowser.PropertiesManager
Returns any custom content handler for the class.
getCustomContentHandler(Class) - Static method in class adams.gui.tools.previewbrowser.PropertiesManager
Returns any custom content handler for the class.
getCustomDisplayInstance() - Method in class adams.core.option.EnumOption
Tries to instantiate an instance of the enumeration type.
getCustomEditor() - Method in class adams.gui.goe.AbstractPropertyEditorSupport
Gets the custom editor component.
getCustomEditor() - Method in class adams.gui.goe.GenericArrayEditor
Returns the array editing component.
getCustomEditor() - Method in class adams.gui.goe.GenericObjectEditor
Returns the array editing component.
getCustomEditor() - Method in class adams.gui.goe.InlineEditor
A PropertyEditor may choose to make available a full custom Component that edits its property value.
getCustomEditors() - Static method in class adams.gui.goe.Editors
Returns the properties file with the custom editors.
getCustomerContainerManager() - Method in class adams.gui.visualization.sequence.AbstractXYSequencePaintlet
Returns the current custom container manager to obtain the sequences from.
getCustomerContainerManager() - Method in class adams.gui.visualization.sequence.MultiPaintlet
Returns the current custom container manager to obtain the sequences from.
getCustomerContainerManager() - Method in interface adams.gui.visualization.sequence.XYSequencePaintletWithCustomerContainerManager
Returns the current custom container manager to obtain the sequences from.
getCustomFinishText() - Method in class adams.gui.wizard.AbstractWizardPane
Returns the custom text to use for the "finish" button, if any.
getCustomFormat() - Method in class adams.data.filter.TimeseriesShiftTimestamps
Returns the custom date format to use for parsing.
getCustomFormat() - Method in class adams.flow.transformer.timeseriessplit.ReportDate
Returns the custom date format to use for parsing.
getCustomFormat() - Method in class adams.gui.visualization.core.AxisPanelOptions
Returns the custom format for the tick labels.
getCustomFormatter() - Method in class adams.gui.visualization.core.axis.AbstractAxisModel
Returns the current custom formatter, can be null if none set.
getCustomHandler() - Method in class adams.flow.transformer.FindInFile
Returns the file search handler to use.
getCustomHeight() - Method in class adams.gui.print.JComponentWriter
gets the custom height currently used.
getCustomLoader() - Method in class adams.flow.transformer.WekaFileReader
Returns the custom loader in use.
getCustomLoader() - Method in class adams.flow.transformer.WekaReorderAttributesToReference
Returns the custom loader in use.
getCustomLoader() - Method in class weka.filters.unsupervised.instance.AlignDataset
Returns the custom loader to use (if enabled).
getCustomLoader() - Method in class weka.filters.unsupervised.instance.RemoveTestInstances
Returns the custom loader to use (if enabled).
getCustomPaintlet() - Method in class adams.flow.sink.ActualVsPredictedPlot
Returns the custom paintlet.
getCustomPaintlet() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.ClassifierErrors
Returns the custom paintlet.
getCustomPanel() - Method in interface adams.gui.goe.CustomPanelSupplier
Gets the custom panel for the object.
getCustomPanel() - Method in class adams.gui.goe.GenericObjectEditor
Gets the custom panel used for editing the object.
getCustomPanel(PropertyEditor) - Method in class adams.gui.goe.AbstractGenericObjectEditorHandler
Returns the custom panel of the editor.
getCustomPanel(PropertyEditor) - Method in class adams.gui.goe.AdamsGenericObjectEditorHandler
Returns the custom panel of the editor.
getCustomPanel(PropertyEditor) - Method in class adams.gui.goe.DefaultGenericObjectEditorHandler
Returns the custom panel of the editor.
getCustomPanel(PropertyEditor) - Method in class adams.gui.goe.WekaGenericObjectEditorHandler
Returns the custom panel of the editor.
getCustomPopupMenu(MouseEvent) - Method in class adams.flow.transformer.pixelselector.PixelSelectorPanel
Creates a popup menu for the given mouse event.
getCustomPopupMenu(MouseEvent) - Method in interface adams.gui.core.CustomPopupMenuProvider
Creates a popup menu for the given mouse event.
getCustomPopupMenu(MouseEvent) - Method in class adams.gui.tools.ImageProcessorSubPanel.ImagePopupMenuProvider
Creates a popup menu for the given mouse event.
getCustomPopupMenuProvider() - Method in class adams.gui.visualization.image.ImagePanel
Returns the custom popup menu provider.
getCustomPopupMenuProvider() - Method in class adams.gui.visualization.image.ImagePanel.PaintPanel
Returns the custom popup menu provider.
getCustomPropertiesFilename(String) - Method in class adams.env.AbstractEnvironment
Returns the filename of the properties file in the project's home directory.
getCustomPropsFile() - Method in class adams.flow.sink.WekaDatabaseWriter
Returns the custom properties file to use for initializing the database setup instead of WEKA's default one.
getCustomPropsFile() - Method in class adams.flow.source.WekaDatabaseReader
Returns the custom properties file to use for initializing the database setup instead of WEKA's default one.
getCustomReader() - Method in class adams.flow.transformer.FlowFileReader
Returns the custom reader to use.
getCustomRenderer() - Method in class adams.data.conversion.TextRenderer
Returns the custom renderer to use.
getCustomRenderer() - Method in class adams.flow.sink.SimpleLogging
Returns the custom renderer to use.
getCustomRenderer() - Method in class adams.flow.transformer.TextRenderer
Returns the custom renderer to use.
getCustomRenderer() - Method in class adams.gui.visualization.debug.objectexport.PlainTextExporter
Returns the custom renderer to use.
getCustomRenderer() - Method in class adams.gui.visualization.debug.objectexport.RenderedPlainTextExporter
Returns the custom renderer to use.
getCustomSaver() - Method in class adams.flow.sink.WekaFileWriter
Returns the custom saver in use.
getCustomStopMessage() - Method in interface adams.flow.core.InteractiveActor
Returns the custom message to use when stopping the flow.
getCustomStopMessage() - Method in class adams.flow.source.AbstractInteractiveSource
Returns the custom message to use when stopping the flow.
getCustomStopMessage() - Method in class adams.flow.source.SelectFile
Returns the custom message to use when stopping the flow.
getCustomStopMessage() - Method in class adams.flow.source.WekaSelectDataset
Returns the custom message to use when stopping the flow.
getCustomStopMessage() - Method in class adams.flow.standalone.AbstractDatabaseConnection
Returns the custom message to use when stopping the flow.
getCustomStopMessage() - Method in class adams.flow.standalone.FTPConnection
Returns the custom message to use when stopping the flow.
getCustomStopMessage() - Method in class adams.flow.standalone.SMBConnection
Returns the custom message to use when stopping the flow.
getCustomStopMessage() - Method in class adams.flow.standalone.SMTPConnection
Returns the custom message to use when stopping the flow.
getCustomStopMessage() - Method in class adams.flow.standalone.SSHConnection
Returns the custom message to use when stopping the flow.
getCustomStopMessage() - Method in class adams.flow.transformer.AbstractInteractiveTransformer
Returns the custom message to use when stopping the flow.
getCustomStopMessage() - Method in class adams.flow.transformer.AbstractInteractiveTransformerDialog
Returns the custom message to use when stopping the flow.
getCustomSupplyTextMenuItemCaption() - Method in class adams.flow.sink.AbstractTextAndComponentDisplayPanel
Returns the text for the menu item.
getCustomSupplyTextMenuItemCaption() - Method in class adams.flow.sink.AbstractTextDisplayPanel
Returns the text for the menu item.
getCustomSupplyTextMenuItemCaption() - Method in class adams.flow.sink.AbstractTextualDisplay
Returns the text for the menu item.
getCustomSupplyTextMenuItemCaption() - Method in class adams.flow.sink.DisplayPanelManager
Returns the text for the menu item.
getCustomSupplyTextMenuItemCaption() - Method in class adams.flow.sink.DOMDisplay
Returns the text for the menu item.
getCustomSupplyTextMenuItemCaption() - Method in class adams.flow.sink.FlowDisplay
Returns the text for the menu item.
getCustomSupplyTextMenuItemCaption() - Method in class adams.flow.sink.Histogram
Returns the text for the menu item.
getCustomSupplyTextMenuItemCaption() - Method in class adams.flow.sink.Html4Display
Returns the text for the menu item.
getCustomSupplyTextMenuItemCaption() - Method in class adams.flow.sink.JsonDisplay
Returns the text for the menu item.
getCustomSupplyTextMenuItemCaption() - Method in class adams.flow.sink.PropertiesDisplay
Returns the text for the menu item.
getCustomSupplyTextMenuItemCaption() - Method in class adams.flow.sink.ScatterDisplay
Returns the text for the menu item.
getCustomSupplyTextMenuItemCaption() - Method in class adams.flow.sink.SequencePlotter
Returns the text for the menu item.
getCustomSupplyTextMenuItemCaption() - Method in class adams.flow.sink.SimplePlot
Returns the text for the menu item.
getCustomSupplyTextMenuItemCaption() - Method in class adams.flow.sink.SpreadSheetRowViewer
Returns the text for the menu item.
getCustomSupplyTextMenuItemCaption() - Method in interface adams.flow.sink.TextSupplier
Returns the text for the menu item.
getCustomSupplyTextMenuItemCaption() - Method in class adams.flow.sink.WekaInstancesDisplay
Returns the text for the menu item.
getCustomSupplyTextMenuItemCaption() - Method in class adams.flow.sink.WekaInstanceViewer
Returns the text for the menu item.
getCustomSupplyTextMenuItemCaption() - Method in class adams.flow.standalone.AbstractMultiView.ViewWrapper
Returns the text for the menu item.
getCustomSupplyTextMenuItemCaption() - Method in class adams.flow.standalone.ConsoleWindow
Returns the text for the menu item.
getCustomSupplyTextMenuItemCaption() - Method in class adams.flow.standalone.TabView
Returns the text for the menu item.
getCustomSupplyTextMenuItemCaption() - Method in class adams.gui.core.TextEditorPanel
Returns the text for the menu item.
getCustomSupplyTextMenuItemCaption() - Method in class adams.gui.visualization.stats.histogram.Histogram
Returns the text for the menu item.
getCustomSupplyTextMenuItemCaption() - Method in class adams.gui.visualization.stats.scatterplot.AbstractScatterPlot
Returns the text for the menu item.
getCustomTextFileFilter() - Method in class adams.flow.sink.AbstractTextAndComponentDisplayPanel
Returns a custom file filter for the file chooser.
getCustomTextFileFilter() - Method in class adams.flow.sink.AbstractTextDisplayPanel
Returns a custom file filter for the file chooser.
getCustomTextFileFilter() - Method in class adams.flow.sink.AbstractTextualDisplay
Returns a custom file filter for the file chooser.
getCustomTextFileFilter() - Method in class adams.flow.sink.ContainerDisplay
Returns a custom file filter for the file chooser.
getCustomTextFileFilter() - Method in class adams.flow.sink.DisplayPanelManager
Returns a custom file filter for the file chooser.
getCustomTextFileFilter() - Method in class adams.flow.sink.DOMDisplay
Returns a custom file filter for the file chooser.
getCustomTextFileFilter() - Method in class adams.flow.sink.EmailViewer
Returns a custom file filter for the file chooser.
getCustomTextFileFilter() - Method in class adams.flow.sink.FlowDisplay
Returns a custom file filter for the file chooser.
getCustomTextFileFilter() - Method in class adams.flow.sink.Histogram
Returns a custom file filter for the file chooser.
getCustomTextFileFilter() - Method in class adams.flow.sink.Html4Display
Returns a custom file filter for the file chooser.
getCustomTextFileFilter() - Method in class adams.flow.sink.JsonDisplay
Returns a custom file filter for the file chooser.
getCustomTextFileFilter() - Method in class adams.flow.sink.PropertiesDisplay
Returns a custom file filter for the file chooser.
getCustomTextFileFilter() - Method in class adams.flow.sink.ReportDisplay
Returns a custom file filter for the file chooser.
getCustomTextFileFilter() - Method in class adams.flow.sink.ScatterDisplay
Returns a custom file filter for the file chooser.
getCustomTextFileFilter() - Method in class adams.flow.sink.SequencePlotter
Returns a custom file filter for the file chooser.
getCustomTextFileFilter() - Method in class adams.flow.sink.SimplePlot
Returns a custom file filter for the file chooser.
getCustomTextFileFilter() - Method in class adams.flow.sink.SpreadSheetDisplay
Returns a custom file filter for the file chooser.
getCustomTextFileFilter() - Method in class adams.flow.sink.SpreadSheetDisplay.SpreadSheetDisplayPanel
Returns the custom file filter.
getCustomTextFileFilter() - Method in class adams.flow.sink.SpreadSheetRowViewer
Returns a custom file filter for the file chooser.
getCustomTextFileFilter() - Method in interface adams.flow.sink.TextSupplier
Returns a custom file filter for the file chooser.
getCustomTextFileFilter() - Method in class adams.flow.sink.WekaInstancesDisplay
Returns a custom file filter for the file chooser.
getCustomTextFileFilter() - Method in class adams.flow.sink.WekaInstanceViewer
Returns a custom file filter for the file chooser.
getCustomTextFileFilter() - Method in class adams.flow.standalone.AbstractMultiView.ViewWrapper
Returns a custom file filter for the file chooser.
getCustomTextFileFilter() - Method in class adams.flow.standalone.ConsoleWindow
Returns a custom file filter for the file chooser.
getCustomTextFileFilter() - Method in class adams.flow.standalone.TabView
Returns a custom file filter for the file chooser.
getCustomTextFileFilter() - Method in class adams.gui.core.TextEditorPanel
Returns a custom file filter for the file chooser.
getCustomTextFileFilter() - Method in class adams.gui.visualization.stats.histogram.Histogram
Returns a custom file filter for the file chooser.
getCustomTextFileFilter() - Method in class adams.gui.visualization.stats.scatterplot.AbstractScatterPlot
Returns a custom file filter for the file chooser.
getCustomWidth() - Method in class adams.gui.print.JComponentWriter
gets the custom width currently used.
getCustomWriter() - Method in class adams.flow.sink.FlowFileWriter
Returns the custom writer to use.
getCWD() - Static method in class adams.core.management.User
Returns the user's current working directory.
getData() - Method in class adams.core.AbstractDataBackedIndex
Returns the underlying dataset.
getData() - Method in class adams.core.AbstractDataBackedRange
Returns the underlying data.
getData() - Method in class adams.core.AbstractDataBackedUnorderedRange
Returns the underlying data.
getData() - Method in class adams.data.baseline.AbstractBaselineCorrection.BaselineCorrectionJob
The input data.
getData() - Method in class adams.data.filter.AbstractFilter.FilterJob
The input data.
getData() - Method in class adams.data.image.BooleanArrayMatrixView
Returns the underlying data.
getData() - Method in class adams.data.image.IntArrayMatrixView
Returns the underlying data.
getData() - Method in class adams.data.noise.AbstractDenoiser.DenoiserJob
The input data.
getData() - Method in class adams.data.outlier.AbstractOutlierDetector.DetectorJob
The input data.
getData() - Method in class adams.data.smoothing.AbstractSmoother.SmootherJob
The input data.
getData() - Method in class adams.data.splitgenerator.generic.core.Subset
Returns the data.
getData() - Method in interface adams.data.splitgenerator.SplitGenerator
Returns the original data.
getData() - Method in class adams.data.statistics.AbstractDataStatistic
Returns the currently stored data container.
getData() - Method in class adams.data.statistics.TimeseriesStatistic
Returns the currently stored profile.
getData() - Method in class adams.data.weka.evaluator.AbstractDatasetInstanceEvaluator
Returns the data to use for training and so forth.
getData() - Method in class adams.gui.core.Undo.UndoPoint
Returns the stored data.
getData() - Method in class adams.gui.flow.tree.TransferableNestedList
Returns the underlying nodes.
getData() - Method in class adams.gui.tools.LogEntryViewerTableModel
Returns the underlying data.
getData() - Method in class adams.gui.tools.spreadsheetprocessor.sources.AbstractSource
Returns the currently available data
getData() - Method in class adams.gui.tools.spreadsheetprocessor.sources.ClipboardSource
Returns the currently available data
getData() - Method in class adams.gui.tools.spreadsheetprocessor.sources.DatabaseSource
Returns the currently available data
getData() - Method in class adams.gui.tools.spreadsheetprocessor.sources.FileBrowserSource
Returns the currently available data
getData() - Method in class adams.gui.tools.spreadsheetprocessor.sources.FileSource
Returns the currently available data
getData() - Method in class adams.gui.tools.wekainvestigator.data.AbstractDataContainer
Returns the actual underlying data.
getData() - Method in interface adams.gui.tools.wekainvestigator.data.DataContainer
Returns the actual underlying data.
getData() - Method in class adams.gui.tools.wekainvestigator.datatable.action.AbstractEditableDataTableAction
Returns the currently loaded data.
getData() - Method in class adams.gui.tools.wekainvestigator.datatable.DataTableModel
Returns the underlying data.
getData() - Method in class adams.gui.tools.wekainvestigator.InvestigatorPanel
Returns the currently loaded data.
getData() - Method in class adams.gui.tools.wekainvestigator.source.AbstractSource
Returns the currently loaded data.
getData() - Method in class adams.gui.tools.wekainvestigator.tab.AbstractInvestigatorTab
Returns the currently loaded data.
getData() - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.attributeselaction.AbstractSelectedAttributesAction
Returns the currently loaded data.
getData() - Method in class adams.gui.visualization.container.AbstractContainerTableColumnNameGenerator
Returns the name of the column with the actual data in it.
getData() - Method in class adams.gui.visualization.container.DefaultContainerTableColumnNameGenerator
Returns the name of the column with the actual data in it.
getData() - Method in class adams.gui.visualization.container.NotesFactory.Dialog
Returns the underlying data.
getData() - Method in class adams.gui.visualization.container.NotesFactory.MultiPagePane
Returns the underlying data.
getData() - Method in class adams.gui.visualization.container.NotesFactory.TextPane
Returns the underlying data.
getData() - Method in class adams.gui.visualization.core.AbstractHistogramPanel
Returns the currently set data.
getData() - Method in class adams.gui.visualization.image.interactionlogging.InteractionEvent
Returns the associated data.
getData() - Method in class adams.gui.visualization.instance.InstanceContainer
Returns the stored instance.
getData() - Method in class adams.gui.visualization.instance.InstanceContainerTableColumnNameGenerator
Returns the name of the column with the actual data in it.
getData() - Method in class adams.gui.visualization.instance.InstanceTable
Returns the underlying Instances object.
getData() - Method in class adams.gui.visualization.instance.InstanceTableModel
Returns the underlying data.
getData() - Method in class adams.gui.visualization.report.ReportContainerTableColumnNameGenerator
Returns the name of the column with the actual data in it.
getData() - Method in class adams.gui.visualization.report.ReportFactory.Dialog
Returns the underlying data.
getData() - Method in class adams.gui.visualization.report.ReportFactory.Panel
Returns the underlying data.
getData() - Method in class adams.gui.visualization.sequence.XYSequenceContainer
Returns the stored sequence.
getData() - Method in class adams.gui.visualization.sequence.XYSequenceTableColumnNameGenerator
Returns the name of the column with the actual data in it.
getData() - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowContainer
Returns the stored instance.
getData() - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowContainerTableColumnNameGenerator
Returns the name of the column with the actual data in it.
getData() - Method in class adams.gui.visualization.stats.fourinone.VersusFit
get the instances being plotted
getData() - Method in class adams.gui.visualization.stats.fourinone.VersusOrder
Get the instances for this versus order
getData() - Method in class adams.gui.visualization.stats.histogram.Histogram
Returns the instanecs for the histogram.
getData() - Method in class adams.gui.visualization.stats.paintlet.AbstractColorPaintlet
Get the instances for the paintlet
getData() - Method in class adams.gui.visualization.stats.probabilityplot.NormalPlot
Returns the plot data.
getData() - Method in class adams.gui.visualization.stats.probabilityplot.ProbabilityPlot
get the instances used for this probability plot
getData() - Method in class adams.gui.visualization.stats.scatterplot.AbstractScatterPlot
Get the instances being plotted
getData() - Method in class adams.gui.visualization.stats.scatterplot.ScatterPlotPanel
Returns the data for the plot.
getData() - Method in class adams.gui.visualization.stats.zscore.ZScore
Get the instances being used by the z score plot
getData() - Method in class adams.gui.visualization.timeseries.TimeseriesContainer
Returns the stored timeseries.
getData() - Method in class adams.gui.visualization.timeseries.TimeseriesContainerTableColumnNameGenerator
Returns the name of the column with the actual data in it.
getData() - Method in class adams.ml.data.InstancesHeaderRow
Returns the underlying Instance.
getData() - Method in class adams.ml.data.InstancesView
Returns the underlying Instances.
getData() - Method in class adams.ml.data.InstanceView
Returns the underlying Instance.
getData() - Method in class adams.ml.evaluation.AbstractSplitGenerator
Returns the original data.
getData() - Method in class adams.multiprocess.WekaCrossValidationExecution
Returns the data in use.
getData() - Method in class weka.classifiers.AbstractSplitGenerator
Returns the original data.
getData() - Method in interface weka.classifiers.SplitGenerator
Returns the original data.
getData(Experiment) - Method in class adams.flow.transformer.WekaExperimentEvaluation
Loads the experimental results.
getDatabase() - Method in class adams.env.AbstractEnvironment
Returns the Database environment instance.
getDatabaseConnection() - Method in class adams.data.baseline.AbstractDatabaseConnectionBaselineCorrection
Returns the currently used database connection object, can be null.
getDatabaseConnection() - Method in class adams.data.filter.AbstractDatabaseConnectionFilter
Returns the currently used database connection object, can be null.
getDatabaseConnection() - Method in class adams.data.instances.AbstractInstanceGenerator
Returns the currently used database connection object, can be null.
getDatabaseConnection() - Method in class adams.data.noise.AbstractDatabaseConnectionDenoiser
Returns the currently used database connection object, can be null.
getDatabaseConnection() - Method in class adams.data.outlier.AbstractDatabaseConnectionOutlierDetector
Returns the currently used database connection object, can be null.
getDatabaseConnection() - Method in class adams.data.report.AbstractDatabaseConnectionReportFilter
Returns the currently used database connection object, can be null.
getDatabaseConnection() - Method in class adams.data.smoothing.AbstractDatabaseConnectionSmoother
Returns the currently used database connection object, can be null.
getDatabaseConnection() - Method in class adams.db.AbstractDatabaseObjectWithOptionHandling
Returns the current database connection.
getDatabaseConnection() - Method in class adams.db.AbstractTableCleanUp
Returns the current database connection.
getDatabaseConnection() - Method in class adams.db.AbstractTableFacade
Returns the database connection this table is for.
getDatabaseConnection() - Method in interface adams.db.DatabaseConnectionProvider
Returns the currently used database connection object, can be null.
getDatabaseConnection() - Method in class adams.db.generic.SQL
Returns the database connection this table is for.
getDatabaseConnection() - Method in class adams.db.upgrade.AbstractTableUpgrade
Returns the current database connection.
getDatabaseConnection() - Method in class adams.db.wrapper.AbstractWrapper
Returns the currently used database connection object, can be null.
getDatabaseConnection() - Method in class adams.event.DatabaseConnectionChangeEvent
Returns the database connection object that triggered the event.
getDatabaseConnection() - Method in class adams.flow.condition.bool.AbstractBooleanDatabaseCondition
Returns the currently used database connection object, can be null.
getDatabaseConnection() - Method in class adams.flow.sink.AbstractDbSink
Determines the database connection in the flow.
getDatabaseConnection() - Method in class adams.flow.sink.LargeObjectDbWriter
Determines the database connection in the flow.
getDatabaseConnection() - Method in class adams.flow.sink.SpreadSheetDbWriter
Determines the database connection in the flow.
getDatabaseConnection() - Method in class adams.flow.source.AbstractDatabaseIdSupplier
Determines the database connection in the flow.
getDatabaseConnection() - Method in class adams.flow.source.AbstractDatabaseMetaData
Determines the database connection in the flow.
getDatabaseConnection() - Method in class adams.flow.source.AbstractDbArrayProvider
Determines the database connection in the flow.
getDatabaseConnection() - Method in class adams.flow.source.AbstractDbSource
Determines the database connection in the flow.
getDatabaseConnection() - Method in class adams.flow.source.AbstractSimpleDbSource
Determines the database connection in the flow.
getDatabaseConnection() - Method in class adams.flow.source.AbstractSpreadSheetDbReader
Determines the database connection in the flow.
getDatabaseConnection() - Method in class adams.flow.source.DatabaseMetaData
Determines the database connection in the flow.
getDatabaseConnection() - Method in class adams.flow.source.LargeObjectDbReader
Determines the database connection in the flow.
getDatabaseConnection() - Method in class adams.flow.source.ListTables
Determines the database connection in the flow.
getDatabaseConnection() - Method in class adams.flow.source.SpreadSheetDbReader
Determines the database connection in the flow.
getDatabaseConnection() - Method in class adams.flow.source.SQLIdSupplier
Determines the database connection in the flow.
getDatabaseConnection() - Method in class adams.flow.source.TimeseriesDbReader
Determines the database connection in the flow.
getDatabaseConnection() - Method in class adams.flow.standalone.AbstractDatabaseCheck
Determines the database connection in use.
getDatabaseConnection() - Method in class adams.flow.standalone.AbstractDbStandalone
Determines the database connection in the flow.
getDatabaseConnection() - Method in class adams.flow.standalone.DatabaseCheck
Determines the database connection in use.
getDatabaseConnection() - Method in class adams.flow.standalone.ExecSQL
Determines the database connection in the flow.
getDatabaseConnection() - Method in class adams.flow.standalone.TableCleanUp
Determines the database connection in the flow.
getDatabaseConnection() - Method in class adams.flow.standalone.Tool
Determines the database connection in the flow.
getDatabaseConnection() - Method in class adams.flow.transformer.AbstractDbArrayProvider
Determines the database connection in the flow.
getDatabaseConnection() - Method in class adams.flow.transformer.AbstractDbDataProcessor
Determines the database connection in the flow.
getDatabaseConnection() - Method in class adams.flow.transformer.AbstractDbTransformer
Determines the database connection in the flow.
getDatabaseConnection() - Method in class adams.flow.transformer.AbstractFilter
Determines the database connection in the flow.
getDatabaseConnection() - Method in class adams.flow.transformer.AbstractInstanceGenerator
Returns the database connection to use.
getDatabaseConnection() - Method in class adams.flow.transformer.AbstractReportDbUpdater
Determines the database connection in the flow.
getDatabaseConnection() - Method in class adams.flow.transformer.AbstractReportFileReader
Determines the database connection in the flow.
getDatabaseConnection() - Method in class adams.flow.transformer.TimeseriesDbReader
Determines the database connection in the flow.
getDatabaseConnection() - Method in class adams.flow.transformer.TimeseriesFilter
Determines the database connection in the flow.
getDatabaseConnection() - Method in class adams.flow.transformer.Tool
Determines the database connection in the flow.
getDatabaseConnection() - Method in class adams.gui.application.AbstractApplicationFrame
Returns the currently used database connection object, can be null.
getDatabaseConnection() - Method in class adams.gui.core.BasePanelWithDatabaseConnection
Returns the currently used database connection object, can be null.
getDatabaseConnection() - Method in class adams.gui.core.SqlConnectionPanel
Returns the currently used database connection object, can be null.
getDatabaseConnection() - Method in class adams.gui.dialog.AbstractConfigDatabaseConnectionPanel
Returns the currently used database connection object, can be null.
getDatabaseConnection() - Method in class adams.gui.dialog.AbstractDatabaseConnectionPanel
Returns the currently used database connection object, can be null.
getDatabaseConnection() - Method in class adams.gui.dialog.DatabaseConnectionPanel
Returns the currently used database connection object, can be null.
getDatabaseConnection() - Method in class adams.gui.dialog.SqlQueryDialog
Returns the currently used database connection object, can be null.
getDatabaseConnection() - Method in class adams.gui.goe.AbstractDatabaseConnectionAwarePropertyEditorSupport
Returns the currently used database connection object, can be null.
getDatabaseConnection() - Method in class adams.gui.scripting.AbstractCommandProcessor
Returns the currently used database connection object, can be null.
getDatabaseConnection() - Method in class adams.gui.scripting.AbstractDatabaseScriptlet
Returns the database connection instance.
getDatabaseConnection() - Method in class adams.gui.scripting.AbstractScriptingDialog
Returns the currently used database connection object, can be null.
getDatabaseConnection() - Method in class adams.gui.scripting.AbstractScriptingEngine
Returns the currently used database connection object, can be null.
getDatabaseConnection() - Method in class adams.gui.scripting.CommandProcessor
Returns the currently used database connection object, can be null.
getDatabaseConnection() - Method in class adams.gui.selection.AbstractDatabaseSelectionDialog
Returns the currently used database connection object, can be null.
getDatabaseConnection() - Method in class adams.gui.selection.AbstractDatabaseSelectionPanel
Returns the currently used database connection object, can be null.
getDatabaseConnection() - Method in class adams.gui.selection.AbstractFieldCacheItem
Returns the database connection of this cache item.
getDatabaseConnection() - Method in class adams.gui.tools.AbstractManagementPanelWithDatabase
Returns the currently used database connection object, can be null.
getDatabaseConnection() - Method in class adams.gui.tools.LogEntryDatabaseViewerPanel
Returns the currently used database connection object, can be null.
getDatabaseConnection() - Method in class adams.gui.tools.sqlworkbench.SqlMetaDataPanel
Returns the currently used database connection object, can be null.
getDatabaseConnection() - Method in class adams.gui.tools.sqlworkbench.SqlQueryPanel
Returns the currently used database connection object, can be null.
getDatabaseConnection() - Method in class adams.gui.visualization.container.DataContainerPanel
Returns the currently used database connection object, can be null.
getDatabaseConnection() - Method in class adams.gui.visualization.report.ReportContainerManager
Returns the currently used database connection object, can be null.
getDatabaseConnection() - Method in class adams.gui.visualization.timeseries.TimeseriesContainerManager
Returns the currently used database connection object, can be null.
getDatabaseConnection() - Method in class adams.gui.visualization.timeseries.TimeseriesExplorer
Returns the currently used database connection object, can be null.
getDatabaseConnection() - Method in class adams.gui.wizard.AbstractDatabaseConnectionPage
Returns a database connection using the user-supplied parameters.
getDatabaseConnection() - Method in class adams.gui.wizard.DatabaseConnectionPage
Returns a database connection using the user-supplied parameters.
getDatabaseConnection() - Method in class adams.terminal.application.AbstractTerminalApplication
Returns the currently used database connection object, can be null.
getDatabaseConnection() - Method in class adams.tools.AbstractDatabaseTool
Returns the current database connection.
getDatabaseConnection(Actor, Class, AbstractDatabaseConnection) - Static method in class adams.flow.core.ActorUtils
Returns the database connection object to use.
getDatabaseConnection(Node, Class, AbstractDatabaseConnection) - Static method in class adams.gui.goe.FlowHelper
Returns the database connection that needs to be used in the GOE.
getDatabaseConnection(Node, Class, AbstractDatabaseConnection, boolean) - Static method in class adams.gui.goe.FlowHelper
Returns the database connection that needs to be used in the GOE.
getDatabaseConnection(Container, Class, AbstractDatabaseConnection) - Static method in class adams.gui.goe.FlowHelper
Returns the database connection that needs to be used in the GOE.
getDatabaseConnectionChangeListener() - Method in class adams.gui.goe.AbstractDatabaseConnectionAwarePropertyEditorSupport
Returns the change listener that needs to be de-registered.
getDatabaseID() - Method in interface adams.data.id.DatabaseIDHandler
Returns the database ID.
getDatabaseID() - Method in class adams.data.report.Report
Returns the database ID of the data container this report belongs to.
getDatabaseID() - Method in class adams.data.timeseries.Timeseries
Returns the database ID.
getDatabaseID() - Method in class adams.gui.visualization.container.AbstractContainerTableColumnNameGenerator
Returns the name of the column with the database ID in it.
getDatabaseID() - Method in class adams.gui.visualization.container.DefaultContainerTableColumnNameGenerator
Returns the name of the column with the database ID in it.
getDatabaseID() - Method in class adams.gui.visualization.instance.InstanceContainer
Returns the database ID.
getDatabaseID() - Method in class adams.gui.visualization.report.ReportContainer
Returns the database ID of the payload, if available.
getDatabaseID() - Method in class adams.gui.visualization.timeseries.TimeseriesContainer
Returns the database ID.
GetDatabaseID - Class in adams.flow.transformer
Returns the database ID of the database ID handler passing through.
GetDatabaseID() - Constructor for class adams.flow.transformer.GetDatabaseID
 
getDatabaseIDColumn() - Method in class adams.gui.visualization.container.ContainerModel
Returns the column index of the database ID column.
getDatabaseIDColumnIndex() - Method in class adams.gui.visualization.weka.AbstractInstanceInfoFrame
Returns the index of the column with the database ID.
getDatabaseIDs() - Method in interface adams.tools.DatabaseIDProcessor
Returns the database IDs to process.
getDatabaseIDWidth() - Method in class adams.gui.visualization.container.AbstractContainerTableColumnNameGenerator
Returns the width of the database ID column.
getDatabaseIDWidth() - Method in class adams.gui.visualization.container.DefaultContainerTableColumnNameGenerator
Returns the width of the database ID column.
getDatabaseManager() - Static method in class adams.db.DatabaseConnection
Returns the database manager, instantiates it if necessary.
getDatabaseManager() - Method in class adams.db.FacadeManager
Returns the database manager in use.
getDatabaseManager() - Method in class adams.db.TableManager
Returns the database manager in use.
getDatabaseManager() - Method in class adams.db.wrapper.WrapperManager
Returns the database manager in use.
getDatabaseName() - Method in class adams.db.DatabaseManager
Returns the name of the database this manager is handling.
getDatabaseURL() - Method in class adams.gui.selection.FieldCacheTableModel
Returns the database URL this table model was created with.
getDataColumn() - Method in class adams.gui.visualization.container.ContainerModel
Returns the column index of the data column.
getDataColumns() - Method in class adams.flow.transformer.plotgenerator.RowWisePlotGenerator
Returns the current column range to use in the plot.
getDataContainerClass() - Method in class adams.flow.transformer.AbstractDataContainerAdd
Returns the data container class that the transformer handles.
getDataContainerClass() - Method in class adams.flow.transformer.AbstractDataContainerAppend
Returns the data container class that the transformer handles.
getDataContainerClass() - Method in class adams.flow.transformer.AbstractDataContainerFileImport
Returns the data container class in use.
getDataContainerClass() - Method in class adams.flow.transformer.AbstractDataContainerFileWriter
Returns the data container class in use.
getDataContainerClass() - Method in class adams.flow.transformer.AbstractDataContainerTransformer
Returns the data container class in use.
getDataContainerClass() - Method in class adams.flow.transformer.AbstractFilter
Returns the data container class in use.
getDataContainerClass() - Method in class adams.flow.transformer.TimeseriesAdd
Returns the data container class that the transformer handles.
getDataContainerClass() - Method in class adams.flow.transformer.TimeseriesAppend
Returns the data container class that the transformer handles.
getDataContainerClass() - Method in class adams.flow.transformer.TimeseriesFileWriter
Returns the data container class in use.
getDataContainerClass() - Method in class adams.flow.transformer.TimeseriesFilter
Returns the data container class in use.
getDataContainerPanel() - Method in class adams.gui.scripting.AbstractCommandProcessor
Returns the DataContainer panel.
getDataContainerPanel() - Method in class adams.gui.scripting.AbstractDataContainerPanelScriptlet
Returns the spectrum panel, if available.
getDataContainerPanel() - Method in class adams.gui.scripting.TimeseriesCommandProcessor
Returns the DataContainer panel.
getDataContainerPanel() - Method in class adams.gui.visualization.container.AbstractDataContainerPaintlet
Returns the data container panel currently in use.
getDataContainerPanel() - Method in class adams.gui.visualization.container.AbstractDataContainerZoomOverviewPanel
Returns the current data container panel, can be null.
getDataContainerPanel() - Method in class adams.gui.visualization.report.reportfactory.AbstractTableActionWithDataContainerPanel
Returns the underlying DataContainerPanel.
getDataContainerPanel() - Method in class adams.gui.visualization.report.ReportFactory.Dialog
Returns the data container panel in use.
getDataContainerPanel() - Method in class adams.gui.visualization.report.ReportFactory.Panel
Returns the data container panel in use.
getDataContainerPanel() - Method in class adams.gui.visualization.report.ReportFactory.Table
Returns the currently set spectrum panel.
getDataContainerReadersForFile(Class, File) - Static method in class adams.gui.chooser.ChooserHelper
Returns all the classnames of data container readers that could handle the given file, based on the file extensions that they handle.
getDataContainerUpdatingPostProcessor() - Method in class adams.gui.scripting.AbstractCommandProcessor
Returns the post-processor to use.
getDataContainerWritersForFile(Class, File) - Static method in class adams.gui.chooser.ChooserHelper
Returns all the classnames of data container writers that could handle the given file, based on the file extensions that they handle.
getDataDef() - Method in class adams.opt.genetic.PackDataGeneticAlgorithm
 
getDataDef() - Method in class adams.opt.optimise.genetic.fitnessfunctions.AttributeSelection
 
getDataDef() - Method in class adams.opt.optimise.genetic.PackDataGeneticAlgorithm
 
getDataDef() - Method in class adams.opt.optimise.GeneticAlgorithm
 
getDataFilter() - Method in class adams.data.report.FilteredReportFilter
Returns the data filter.
getDataGenerator() - Method in class adams.flow.source.WekaDataGenerator
Returns the data generator in use.
getDataHashcode() - Method in class weka.gui.explorer.ExplorerExt
Returns the hashcode of the current dataset.
getDataName() - Method in class adams.flow.sink.Histogram
Returns the attirbute index in case of Instances data.
getDataName() - Method in class adams.gui.visualization.stats.histogram.Histogram
Returns the name for the x-axis.
getDataNames() - Method in class adams.opt.optimise.OptData
Get set of datanames.
getDataPaintlet() - Method in class adams.gui.visualization.container.DataContainerPanelWithContainerList
Returns the paintlet used for painting the data.
getDataPaintlet() - Method in class adams.gui.visualization.instance.InstancePanel
Returns the paintlet for painting the instance.
getDataPaintlet() - Method in class adams.gui.visualization.sequence.XYSequencePanel
Returns the paintlet used for painting the data.
getDataPaintlet() - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowPanel
Returns the paintlet used for painting the data.
getDataPaintlet() - Method in class adams.gui.visualization.timeseries.TimeseriesPanel
Returns the paintlet used for painting the data.
getDataPool() - Method in class adams.flow.sink.canvas.AbstractDataPoolPaintlet
Returns the data pool to paint.
getDataPool() - Method in interface adams.flow.sink.canvas.DataPoolPaintlet
Returns the data pool to paint.
getDataPoolPanel() - Method in class adams.flow.sink.canvas.AbstractDataPoolPaintlet
Returns the panel the paintlet belongs to.
getDataPoolPanel() - Method in interface adams.flow.sink.canvas.DataPoolPaintlet
Returns the panel the paintlet belongs to.
getDataProvider() - Method in class adams.flow.transformer.AbstractDataContainerFileImport
Returns the report provider to use for writing the reports to the database.
getDataProvider() - Method in class adams.flow.transformer.AbstractDeleteDataContainer
Returns the data provider to use for storing the container in the database.
getDataProvider() - Method in interface adams.flow.transformer.DataContainerDbReader
Returns the data provider to use for storing the container in the database.
getDataProvider() - Method in class adams.gui.scripting.AbstractScriptlet
Returns the current data provider.
getDataProvider(T) - Method in class adams.flow.transformer.AbstractDataContainerDbWriter
Returns the data provider to use for storing the container in the database.
getDataProvider(T) - Method in interface adams.flow.transformer.DataContainerDbWriter
Returns the data provider to use for storing the container in the database.
getDataRange() - Method in class adams.flow.transformer.SpreadSheetRowToTimeseries
Returns the range of columns to use for generating the timeseries.
getDataRow() - Method in class adams.data.spreadsheet.DataRowView
Returns the underlying data row.
getDataRow(MixedCopyright, String, String, String) - Method in class adams.core.annotation.MixedCopyrightProcessor
Returns a data row for a specific annotation.
getDataRow(ThirdPartyCopyright, String, String, String) - Method in class adams.core.annotation.ThirdPartyCopyrightProcessor
Returns a data row for a specific annotation.
getDataRow(T, String, String, String) - Method in class adams.core.annotation.AbstractCopyrightProcessor
Returns a data row for a specific annotation.
getDataRowClass() - Method in class adams.data.spreadsheet.DefaultSpreadSheet
Returns the class used for rows.
getDataRowClass() - Method in interface adams.data.spreadsheet.SpreadSheet
Returns the class used for rows.
getDataRowClass() - Method in class adams.data.spreadsheet.SpreadSheetView
Returns the class used for rows.
getDataRowClass() - Method in class adams.ml.data.DatasetView
Returns the class used for rows.
getDataRowClass() - Method in class adams.ml.data.InstancesView
Returns the class used for rows.
getDataRowType() - Method in class adams.data.conversion.AbstractMatrixToSpreadSheet
Returns the type of data row to use.
getDataRowType() - Method in class adams.data.conversion.ConvertSpreadSheetRows
Returns the type of data row to use.
getDataRowType() - Method in class adams.data.conversion.TimeseriesToSpreadSheet
Returns the type of data row to use.
getDataRowType() - Method in class adams.data.conversion.WekaInstancesToSpreadSheet
Returns the type of data row to use.
getDataRowType() - Method in class adams.data.featureconverter.SpreadSheet
Returns the type of data row to use.
getDataRowType() - Method in class adams.data.io.input.AbstractSpreadSheetReader
Returns the type of data row to use.
getDataRowType() - Method in interface adams.data.io.input.SpreadSheetReader
Returns the type of data row to use.
getDataRowType() - Method in interface adams.data.spreadsheet.DataRowTypeHandler
Returns the type of data row to use.
getDataRowType() - Method in class adams.flow.source.AbstractSpreadSheetDbReader
Returns the type of data row to use.
getDataRowType() - Method in class adams.flow.source.NewSpreadSheet
Returns the type of data row to use.
getDataset() - Method in class adams.data.featureconverter.AbstractFeatureConverter
Returns the dataset name in use.
getDataset() - Method in class adams.data.featureconverter.HeaderDefinition
Returns the name of the dataset.
getDataset() - Method in class adams.flow.sink.JFreeChartFileWriter
Returns the dataset generator.
getDataset() - Method in class adams.flow.sink.JFreeChartPlot
Returns the dataset generator.
getDataset() - Method in class adams.flow.transformer.MakeJFreeChartDataset
Returns the dataset generator.
getDataset() - Method in class adams.flow.transformer.StorageJFreeChartAddSeries
Returns the dataset generator.
getDataset() - Method in class adams.flow.transformer.WekaStoreInstance
Returns the name of the dataset in internal storage to append to.
getDataset() - Method in class adams.gui.tools.spreadsheetviewer.chart.JFreeChart
Returns the dataset generator.
getDataset() - Method in class adams.gui.visualization.instance.InstanceComparePanel.DatasetIndexer
Returns the dataset to index.
getDataset() - Method in class adams.gui.visualization.instance.InstanceComparePanel.DatasetPanel
Return the currently selected dataset.
getDataset() - Method in class adams.gui.visualization.instance.LoadDatasetDialog
Returns the full dataset, can be null if none loaded.
getDataset() - Method in class adams.ml.data.DatasetView
Returns the underlying dataset.
getDataset() - Method in class adams.opt.optimise.genetic.fitnessfunctions.AbstractWEKAFitnessFunction
Returns the currently set filename of the dataset for cross-validation.
getDataSet() - Method in class weka.core.converters.SimpleArffLoader
Returns the full dataset.
getDataSet() - Method in class weka.core.converters.SpreadSheetLoader
Return the full data set.
getDataset1() - Method in class adams.tools.CompareDatasets
Returns the first dataset for the comparison.
getDataset2() - Method in class adams.tools.CompareDatasets
Returns the second dataset for the comparison.
getDatasetFormat() - Method in class adams.data.featureconverter.AbstractFeatureConverter
Returns the class of the dataset that the converter generates.
getDatasetFormat() - Method in class adams.data.featureconverter.CountValues
Returns the class of the dataset that the converter generates.
getDatasetFormat() - Method in class adams.data.featureconverter.FeatureContainer
Returns the class of the dataset that the converter generates.
getDatasetFormat() - Method in class adams.data.featureconverter.FixedColumnText
Returns the class of the dataset that the converter generates.
getDatasetFormat() - Method in class adams.data.featureconverter.FixedNumFeatures
Returns the class of the dataset that the converter generates.
getDatasetFormat() - Method in class adams.data.featureconverter.SpreadSheet
Returns the class of the dataset that the converter generates.
getDatasetFormat() - Method in class adams.data.featureconverter.Text
Returns the class of the dataset that the converter generates.
getDatasetFormat() - Method in class adams.data.featureconverter.Weka
Returns the class of the dataset that the converter generates.
getDatasetFormat() - Method in class adams.data.image.AbstractImageFeatureGenerator
Returns the class of the dataset that the converter generates.
getDatasetFormat() - Method in class adams.data.timeseries.AbstractTimeseriesFeatureGenerator
Returns the class of the dataset that the converter generates.
getDatasetFormat() - Method in class adams.data.timeseries.FixedNumFeatures
Returns the class of the dataset that the converter generates.
getDatasetHeader() - Method in class adams.data.conversion.AbstractMatchWekaInstanceAgainstHeader
Acquires the dataset header.
getDatasetHeader() - Method in class adams.data.conversion.MatchWekaInstanceAgainstFileHeader
Acquires the header.
getDatasetHeader() - Method in class adams.data.conversion.MatchWekaInstanceAgainstStorageHeader
Acquires the header.
getDatasetHeader() - Method in class adams.data.instance.Instance
Returns the header of the underlying dataset.
getDatasetHeader() - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRow
Returns the header of the underlying dataset.
getDatasetInfo() - Method in class adams.ml.model.classification.WekaClassificationModel
Returns information about the dataset used for building the model.
getDatasetInfo() - Method in class adams.ml.model.clustering.WekaClusteringModel
Returns information about the dataset used for building the model.
getDatasetInfo() - Method in interface adams.ml.model.Model
Returns information about the dataset used for building the model.
getDatasetInfo() - Method in class adams.ml.model.regression.WekaRegressionModel
Returns information about the dataset used for building the model.
getDatasetNames() - Method in class adams.flow.transformer.wekadatasetsmerge.AbstractMerge
Gets the list of names to use in attribute renaming in place of the {DATASET} keyword.
getDatasets() - Method in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment
The datasets in use.
getDataSetups() - Method in class adams.opt.genetic.PackDataGeneticAlgorithm
 
getDataSetups() - Method in class adams.opt.optimise.genetic.PackDataGeneticAlgorithm
 
getDataSetups() - Method in class adams.opt.optimise.GeneticAlgorithm
 
getDataSource() - Method in class adams.event.PublicationEvent
Returns the object that generated the data.
getDataStructure() - Method in class adams.flow.source.NewJsonStructure
Returns the type of data structure to create.
getDataTableListSelectionMode() - Method in class adams.gui.tools.wekainvestigator.tab.AbstractInvestigatorTabWithDataTable
Returns the list selection mode to use.
getDataTableListSelectionMode() - Method in class adams.gui.tools.wekainvestigator.tab.BoxPlotTab
Returns the list selection mode to use.
getDataTableListSelectionMode() - Method in class adams.gui.tools.wekainvestigator.tab.DataQueryTab
Returns the list selection mode to use.
getDataTableListSelectionMode() - Method in class adams.gui.tools.wekainvestigator.tab.DataTab
Returns the list selection mode to use.
getDataTableListSelectionMode() - Method in class adams.gui.tools.wekainvestigator.tab.MatrixTab
Returns the list selection mode to use.
getDataTableListSelectionMode() - Method in class adams.gui.tools.wekainvestigator.tab.PreprocessTab
Returns the list selection mode to use.
getDataTableListSelectionMode() - Method in class adams.gui.tools.wekainvestigator.tab.ScatterPlotTab
Returns the list selection mode to use.
getDataType() - Method in class adams.core.tags.TagInfo
Returns the data type of the tag.
getDataType() - Method in class adams.data.conversion.ArrayToReport
Returns the data type in use.
getDataType() - Method in class adams.data.objectfilter.AttachMetaData
Returns the data type of the value.
getDataType() - Method in class adams.data.report.AbstractField
Get datatype.
getDataType() - Method in class adams.flow.transformer.ArrayHistogramRanges
Returns what type of data to retrieve from the Instances object.
getDataType() - Method in class adams.flow.transformer.ArrayStatistic
Returns what type of data to retrieve from the Instances object.
getDataType() - Method in class adams.flow.transformer.GetJsonValue
Returns the type of the value(s).
getDataType() - Method in class adams.flow.transformer.GetPropertyValue
Returns the type of the value(s).
getDataType() - Method in class adams.flow.transformer.SpreadSheetHistogramRanges
Returns what type of data to retrieve from the Instances object.
getDataType() - Method in class adams.flow.transformer.SpreadSheetStatistic
Returns what type of data to retrieve from the Instances object.
getDataType() - Method in class adams.flow.transformer.WekaInstancesHistogramRanges
Returns what type of data to retrieve from the Instances object.
getDataType() - Method in class adams.flow.transformer.WekaInstancesStatistic
Returns what type of data to retrieve from the Instances object.
getDataType() - Method in class adams.gui.selection.AbstractSelectDatabaseFieldPanel
Returns the currently selected data type, if any.
getDataType() - Method in class adams.gui.selection.FieldCacheTableModel
Returns the data type.
getDataType() - Method in class adams.gui.selection.SelectFieldPanel
Returns the currently selected data type, if any.
getDataTypes() - Method in class adams.data.report.RemoveByDataType
Returns the data types to remove.
getDataTypeSetup() - Method in class adams.flow.standalone.AbstractDatabaseConnection
Returns the data type setup to apply to the connection.
getDataWidth() - Method in class adams.gui.visualization.container.AbstractContainerTableColumnNameGenerator
Returns the width of the data column.
getDataWidth() - Method in class adams.gui.visualization.container.DefaultContainerTableColumnNameGenerator
Returns the width of the data column.
getDataWidth() - Method in class adams.gui.visualization.instance.InstanceContainerTableColumnNameGenerator
Returns the width of the data column.
getDataWidth() - Method in class adams.gui.visualization.report.ReportContainerTableColumnNameGenerator
Returns the width of the data column.
getDataWidth() - Method in class adams.gui.visualization.sequence.XYSequenceTableColumnNameGenerator
Returns the width of the data column.
getDataWidth() - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowContainerTableColumnNameGenerator
Returns the width of the data column.
getDataWidth() - Method in class adams.gui.visualization.timeseries.TimeseriesContainerTableColumnNameGenerator
Returns the width of the data column.
getDate() - Method in class adams.flow.transformer.timeseriessplit.FixedDate
Returns the split date.
getDate() - Method in class adams.gui.chooser.DatePanel
Returns the current date.
getDate() - Method in interface adams.gui.chooser.DateProvider
Returns the current date.
getDate() - Method in class adams.gui.chooser.DateTimePanel
Returns the current date.
getDate() - Method in class adams.gui.chooser.TimePanel
Returns the current date.
getDate(String) - Method in class adams.core.Properties
Returns the date value associated with the key, or null if not found or not parseable.
getDate(String, Date) - Method in class adams.core.Properties
Returns the date value associated with the key, or the default value if not found or not parseable.
getDateAttribute() - Method in class adams.data.conversion.WekaInstancesToTimeseries
Returns the index of the date attribute to use as timestamp for timeseries.
getDateCellStyle(Workbook, String) - Static method in class adams.core.ExcelHelper
Creates a cellstyle for a date cell with the specified format.
getDateColumn() - Method in class adams.data.conversion.SpreadSheetToTimeseries
Returns the index of the date column to use as timestamp for timeseries.
getDateColumns() - Method in class adams.data.io.input.CsvSpreadSheetReader
Returns the range of columns to treat as date.
getDateFieldFromCell(String, int) - Method in class adams.parser.spreadsheetformula.ParserHelper
Returns the specified date from the cell.
getDateFieldFromString(Object, int) - Method in class adams.parser.ParserHelper
Returns the specified date from the object (if it is a String or Date object).
getDateFormat() - Static method in class adams.core.logging.LoggingHelper
Returns the formatter for the timestamps.
getDateFormat() - Method in class adams.core.option.CompactFlowProducer
Returns the formatter for the timestamps.
getDateFormat() - Method in class adams.core.option.NestedProducer
Returns the formatter for the timestamps.
getDateFormat() - Method in class adams.data.io.input.CsvSpreadSheetReader
Returns the format for date columns.
getDateFormat() - Method in class adams.data.io.output.AutoWidthTabularSpreadSheetWriter
Returns the format for date columns.
getDateFormat() - Method in class adams.data.io.output.CsvSpreadSheetWriter
Returns the format for date columns.
getDateFormat() - Method in class adams.data.io.output.ExcelSpreadSheetWriter
Returns the format for date columns.
getDateFormat() - Method in class adams.data.io.output.FixedTabularSpreadSheetWriter
Returns the format for date columns.
getDateFormat() - Method in class adams.data.io.output.SimpleArffSpreadSheetWriter
Returns the date format string in use.
getDateFormat() - Method in class adams.data.spreadsheet.DefaultSpreadSheet
Returns the date formatter.
getDateFormat() - Method in interface adams.data.spreadsheet.SpreadSheet
Returns the date formatter.
getDateFormat() - Method in class adams.data.spreadsheet.SpreadSheetView
Returns the date formatter.
getDateFormat() - Method in class adams.data.timeseries.TimeseriesPoint
Returns the formatter for the timestamps.
getDateFormat() - Method in class adams.db.LogEntry
Returns the formatter for the timestamps.
getDateFormat() - Method in class adams.gui.core.DateTextField.DateCheckModel
Returns the DateFormat object to use, creates it if necessary.
getDateFormat() - Method in class adams.gui.visualization.report.ReportDateFieldPaintlet
Returns the formatter/parser.
getDateFormat() - Method in class adams.gui.visualization.report.ReportDateFieldRangePaintlet
Returns the formatter/parser.
getDateFormat() - Method in class adams.ml.data.DatasetView
Returns the date formatter.
getDateFormat() - Method in class adams.ml.data.InstancesView
Returns the date formatter.
getDateFormat() - Method in class adams.parser.spreadsheetquery.ParserHelper
Returns the date formatter.
getDateFormatString() - Method in class adams.parser.spreadsheetquery.ParserHelper
Returns the format string of the current date/time format.
getDateFormatter() - Static method in class adams.core.DateUtils
Returns a date formatting object, initialized with date format.
getDateFormatter() - Method in class adams.data.io.output.CsvSpreadSheetWriter
Returns the formatter for dates.
getDateFormatter() - Static method in class adams.gui.visualization.core.axis.Formatter
Returns an instance of a date formatter.
getDateFormatter(String) - Static method in class adams.gui.visualization.core.axis.Formatter
Returns an instance of a date formatter with a specified pattern.
getDateTime(String) - Method in class adams.core.Properties
Returns the date/time value associated with the key, or null if not found or not parseable.
getDateTime(String, DateTime) - Method in class adams.core.Properties
Returns the date/time value associated with the key, or the default value if not found or not parseable.
getDateTimeColumns() - Method in class adams.data.io.input.AutoWidthTabularSpreadSheetReader
Returns the range of columns to treat as date/time msec.
getDateTimeColumns() - Method in class adams.data.io.input.CsvSpreadSheetReader
Returns the range of columns to treat as date/time.
getDateTimeColumns() - Method in class adams.data.io.input.FixedTabularSpreadSheetReader
Returns the range of columns to treat as date/time msec.
getDateTimeColumns() - Method in class adams.data.io.input.SimpleCsvSpreadSheetReader
Returns the range of columns to treat as date/time msec.
getDateTimeFormat() - Method in class adams.data.io.input.AutoWidthTabularSpreadSheetReader
Returns the format for date/time msec columns.
getDateTimeFormat() - Method in class adams.data.io.input.CsvSpreadSheetReader
Returns the format for date/time columns.
getDateTimeFormat() - Method in class adams.data.io.input.FixedTabularSpreadSheetReader
Returns the format for date/time msec columns.
getDateTimeFormat() - Method in class adams.data.io.input.SimpleCsvSpreadSheetReader
Returns the format for date/time msec columns.
getDateTimeFormat() - Method in class adams.data.io.output.AutoWidthTabularSpreadSheetWriter
Returns the format for date/time columns.
getDateTimeFormat() - Method in class adams.data.io.output.CsvSpreadSheetWriter
Returns the format for date/time columns.
getDateTimeFormat() - Method in class adams.data.io.output.ExcelSpreadSheetWriter
Returns the format for date/time columns.
getDateTimeFormat() - Method in class adams.data.io.output.FixedTabularSpreadSheetWriter
Returns the format for date/time columns.
getDateTimeFormat() - Method in class adams.data.spreadsheet.DefaultSpreadSheet
Returns the date/time formatter.
getDateTimeFormat() - Method in interface adams.data.spreadsheet.SpreadSheet
Returns the date/time formatter.
getDateTimeFormat() - Method in class adams.data.spreadsheet.SpreadSheetView
Returns the date/time formatter.
getDateTimeFormat() - Method in class adams.ml.data.DatasetView
Returns the date/time formatter.
getDateTimeFormat() - Method in class adams.ml.data.InstancesView
Returns the date/time formatter.
getDateTimeFormatter() - Method in class adams.data.io.output.CsvSpreadSheetWriter
Returns the formatter for date/times.
getDateTimeMsecColumns() - Method in class adams.data.io.input.CsvSpreadSheetReader
Returns the range of columns to treat as date/time msec.
getDateTimeMsecFormat() - Method in class adams.data.io.input.CsvSpreadSheetReader
Returns the format for date/time msec columns.
getDateTimeMsecFormat() - Method in class adams.data.io.output.AutoWidthTabularSpreadSheetWriter
Returns the format for date/time msec columns.
getDateTimeMsecFormat() - Method in class adams.data.io.output.CsvSpreadSheetWriter
Returns the format for date/time msec columns.
getDateTimeMsecFormat() - Method in class adams.data.io.output.FixedTabularSpreadSheetWriter
Returns the format for date/time msec columns.
getDateTimeMsecFormat() - Method in class adams.data.spreadsheet.DefaultSpreadSheet
Returns the date/time msec formatter.
getDateTimeMsecFormat() - Method in interface adams.data.spreadsheet.SpreadSheet
Returns the date/time msec formatter.
getDateTimeMsecFormat() - Method in class adams.data.spreadsheet.SpreadSheetView
Returns the date/time msec formatter.
getDateTimeMsecFormat() - Method in class adams.ml.data.DatasetView
Returns the date/time msec formatter.
getDateTimeMsecFormat() - Method in class adams.ml.data.InstancesView
Returns the date/time msec formatter.
getDateTimeMsecFormatter() - Method in class adams.data.io.output.CsvSpreadSheetWriter
Returns the formatter for date/time msecs.
getDateTimeType() - Method in class adams.data.conversion.DateTimeTypeToString
Returns the date/time type to convert.
getDateTimeType() - Method in class adams.data.conversion.ExtractDateTimeField
Returns the date/time type to convert.
getDateTimeType() - Method in class adams.data.conversion.StringToDateTimeType
Returns the date/time type to generate.
getDateTimeType() - Method in class adams.data.io.input.AutoWidthTabularSpreadSheetReader
Returns the type for date/time columns.
getDateTimeType() - Method in class adams.data.io.input.FixedTabularSpreadSheetReader
Returns the type for date/time columns.
getDateTimeType() - Method in class adams.data.io.input.SimpleCsvSpreadSheetReader
Returns the type for date/time columns.
getDayTable() - Method in class adams.gui.chooser.DatePanel.InternalView
This method initializes dayTable
getDayTableCellRenderer() - Method in class adams.gui.chooser.DatePanel.InternalView
 
getDayTableHeader() - Method in class adams.gui.chooser.DatePanel.InternalView
 
getDBIDName() - Static method in class adams.data.weka.ArffUtils
Returns the name of the attribute containing the database ID.
getDBIDs(AbstractConditions) - Method in interface adams.db.ReportProvider
Return a list of database IDs of data containers that match the defined conditions.
getDBIDs(AbstractConditions) - Method in interface adams.db.ReportProviderByDBID
Return a list of database IDs of data containers that match the defined conditions.
getDBIDs(AbstractConditions) - Method in interface adams.db.ReportProviderByID
Return a list of database IDs of data containers that match the defined conditions.
getDebug() - Method in class adams.core.io.lister.AbstractDirectoryLister
Returns whether debugging is turned on.
getDebug() - Method in class adams.core.option.AbstractOption
Returns whether debugging output is enabled.
getDebug() - Static method in class adams.core.option.OptionUtils
Returns whether to output debugging information.
getDebug() - Method in class adams.db.AbstractTableFacade
Returns whether debugging is enabled.
getDebug() - Method in class adams.db.generic.SQL
Returns whether debugging is enabled.
getDebug() - Method in class adams.db.mirrored.SQL
Returns whether debugging is enabled.
getDebug() - Method in interface adams.db.SQLIntf
Returns whether debugging is enabled.
getDebug() - Method in class adams.flow.source.RSync
 
getDebug() - Method in class adams.gui.visualization.core.plot.AbstractHitDetector
Returns whether debug mode is on or not.
getDebug() - Method in interface adams.gui.visualization.core.plot.HitDetector
Returns whether debug mode is on or not.
getDebug() - Method in class weka.classifiers.meta.AbstainLeastMedianSq
Returns whether or not debugging output shouild be printed
getDebug() - Method in class weka.classifiers.meta.LeastMedianSq
Returns whether or not debugging output shouild be printed
getDebug() - Method in class weka.core.converters.SpreadSheetLoader
Gets whether additional debug information is printed.
getDebug() - Method in class weka.filters.unsupervised.instance.multirowprocessor.AbstractMultiRowProcessorPlugin
Returns whether to output debugging information.
getDebugIndentation() - Method in class adams.core.option.AbstractRecursiveOptionConsumer
Returns the indentation string based on the current nesting level.
getDebugIndentation() - Method in class adams.core.option.AbstractRecursiveOptionProducer
Returns the indentation string based on the current nesting level.
getDebugIndentation(int) - Method in class adams.core.option.AbstractRecursiveOptionConsumer
Returns the indentation string based on the nesting level.
getDebugIndentation(int) - Method in class adams.core.option.AbstractRecursiveOptionProducer
Returns the indentation string based on the nesting level.
getDebugLevel() - Method in class adams.core.net.SimpleMailer
Returns the debugging level (0 = turned off).
getDebugOn() - Method in class adams.gui.flow.tree.Renderer.ActorIcon
Returns whether the actor has debugging enabled.
getDebugScopeRestriction() - Method in interface adams.flow.execution.debug.DebugScopeRestrictionHandler
Returns the scope restriction in place.
getDebugScopeRestriction(Actor) - Static method in class adams.flow.execution.debug.DebugScopeRestrictionHelper
Goes up in the flow locating the first DebugScopeRestrictionHandler to determine any different scope restrictions.
getDebugScopeRestriction(Node) - Method in interface adams.flow.execution.debug.DebugScopeRestrictionHandler
Returns the scope restriction in place.
getDebugScopeRestriction(Node) - Static method in class adams.flow.execution.debug.DebugScopeRestrictionHelper
Goes up in the flow locating the first DebugScopeRestrictionHandler to determine any different scope restrictions.
getDebugTree() - Method in class adams.gui.flow.FlowPanel
Returns the debug tree.
getDecimalFormatter() - Static method in class adams.gui.visualization.core.axis.Formatter
Returns an instance of a decimal formatter.
getDecimalFormatter(String) - Static method in class adams.gui.visualization.core.axis.Formatter
Returns an instance of a decimal formatter with a specified pattern.
getDecimalSeparator() - Method in class adams.core.management.LocaleHelper
Returns the character representing the separator for the decimals, i.e., "." in english locales.
getDecimalSeparator(Locale) - Method in class adams.core.management.LocaleHelper
Returns the character representing the separator for the decimals for the specified locale, i.e., "." in english locales.
getDecoder() - Method in class adams.data.image.features.Barcode
Returns the decoder in use.
getDecoder() - Method in class adams.flow.transformer.DecodeBarcode
Returns the decoder in use.
getDeepCopy() - Method in interface adams.core.DeepCopyOperator
Returns whether to perform a deep copy of each array element before transferring it into the target array.
getDeepCopy() - Method in class adams.flow.control.LoadBalancer
Returns whether to perform a deep copy for the local storage.
getDefault() - Method in class adams.core.io.Tee
returns the default printstrean, can be NULL.
getDefault() - Method in class adams.core.management.LocaleHelper
Returns the default locale.
getDefault() - Method in class adams.data.smoothing.AbstractLOWESSBased
Returns the default LOWESS filter.
getDefault() - Method in class adams.data.smoothing.AbstractSavitzkyGolayBased
Returns the default Savitzky-Golay filter.
getDefault() - Method in class adams.data.smoothing.TimeseriesLOWESSBased
Returns the default LOWESS filter.
getDefault() - Method in class adams.data.smoothing.TimeseriesSavitzkyGolayBased
Returns the default Savitzky-Golay filter.
getDefault() - Method in class adams.db.DatabaseManager
Returns the default database connection.
getDefault(AbstractConditions) - Method in class adams.db.Conditions
Returns the default setup for the given conditions object.
getDefaultAccessoryDimension() - Method in class adams.gui.chooser.BaseFileChooser
Returns the preferred dimension.
getDefaultAccessoryDimension() - Method in class adams.gui.chooser.SimpleDirectoryChooser
Returns the preferred dimension.
getDefaultActor() - Method in class adams.flow.core.AbstractCopyCallableActor
Returns the default actor if the callable actor is optional and not found.
getDefaultActor() - Method in class adams.flow.sink.CopyCallableSink
Returns the default actor if the callable actor is optional and not found.
getDefaultActor() - Method in class adams.flow.source.CopyCallableSource
Returns the default actor if the callable actor is optional and not found.
getDefaultActor() - Method in class adams.flow.standalone.CopyCallableStandalone
Returns the default actor if the callable actor is optional and not found.
getDefaultActor() - Method in class adams.flow.transformer.CopyCallableTransformer
Returns the default actor if the callable actor is optional and not found.
getDefaultActor() - Method in class adams.gui.flow.tree.keyboardaction.AbstractKeyboardActionWithActor
Returns the default actor of the action.
getDefaultActor() - Method in class adams.gui.flow.tree.keyboardaction.AddActorAfter
Returns the default actor of the action.
getDefaultActor() - Method in class adams.gui.flow.tree.keyboardaction.AddActorBeneath
Returns the default actor of the action.
getDefaultActor() - Method in class adams.gui.flow.tree.keyboardaction.AddActorHere
Returns the default actor of the action.
getDefaultActor() - Method in class adams.gui.flow.tree.keyboardaction.EncloseActor
Returns the default actor of the action.
getDefaultActor() - Method in class adams.gui.flow.tree.keyboardaction.PullUpActor
Returns the default actor of the action.
getDefaultActorClass() - Method in class adams.core.option.FlowJUnitTestProducer
Returns the default actor class.
getDefaultActors() - Method in class adams.flow.standalone.AbstractStandaloneGroup
Returns the list of default actors.
getDefaultAlgorithm() - Method in class adams.flow.transformer.negativeregions.AbstractMetaNegativeRegionsGenerator
Returns the default algorithm.
getDefaultAlgorithm() - Method in class weka.classifiers.functions.PLSWeighted
Returns the default PLS filter.
getDefaultAlgorithm() - Method in class weka.filters.supervised.attribute.MultiPLS
Returns the default algorithm.
getDefaultAlgorithm() - Method in class weka.filters.supervised.attribute.PLS
Returns the default algorithm.
getDefaultAlpha() - Method in class adams.gui.visualization.core.BiColorGenerator
Returns the default for the alpha value.
getDefaultAlpha() - Method in class weka.filters.supervised.attribute.YGradientEPO
Returns the default algorithm.
getDefaultAlpha() - Method in class weka.filters.supervised.attribute.YGradientGLSW
Returns the default algorithm.
getDefaultApplicationTitle() - Method in class adams.gui.application.AbstractApplicationFrame
Returns the default title of the application.
getDefaultApplicationTitle() - Method in class adams.gui.Main
Returns the default title of the application.
getDefaultApplicationTitle() - Method in class adams.terminal.application.AbstractTerminalApplication
Returns the default title of the application.
getDefaultArrayClass() - Method in class adams.flow.source.valuedefinition.AbstractArrayValueDefinition
Returns the default array class.
getDefaultArrayClass() - Method in class adams.flow.source.valuedefinition.ArrayValueDefinition
Returns the default super class.
getDefaultAttRegExp() - Method in class weka.filters.unsupervised.attribute.Detrend
Returns the default regular expression for identifying the attributes to process.
getDefaultAttRegExp() - Method in class weka.filters.unsupervised.attribute.MultiplicativeScatterCorrection
Returns the default regular expression for identifying the attributes to process.
getDefaultAttributeRange() - Method in class adams.gui.visualization.instance.LoadDatasetDialog
Returns the default range of attributes to use.
getDefaultAttributeRange() - Method in class adams.gui.visualization.spreadsheet.LoadSpreadSheetDialog
Returns the default range of attributes to use.
getDefaultAttributeRange() - Method in class weka.filters.unsupervised.attribute.SimpleDetrend
Returns the default regular expression for identifying the attributes to process.
getDefaultAttributeSelection() - Method in class weka.filters.unsupervised.attribute.EquiDistance
Returns the default attribute selection.
getDefaultAutoCommit() - Method in class adams.db.AbstractDatabaseConnection
Returns whether to use auto-commit.
getDefaultAxisX() - Method in class adams.flow.sink.ActualVsPredictedPlot
Returns the setup for the X axis.
getDefaultAxisX() - Method in class adams.flow.sink.ControlChartPlot
Returns the setup for the X axis.
getDefaultAxisX() - Method in class adams.flow.sink.SequencePlotter
Returns the setup for the X axis.
getDefaultAxisX() - Method in class adams.flow.sink.SimplePlot
Returns the setup for the X axis.
getDefaultAxisX() - Method in class adams.flow.sink.TimeseriesDisplay
Returns the setup for the X axis.
getDefaultAxisX() - Method in class adams.gui.menu.AbstractClassifierBasedGeneticAlgorithmWizard.PerformancePlot
Returns the setup for the X axis.
getDefaultAxisX() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.SamplePlot
Returns the setup for the X axis.
getDefaultAxisX() - Method in class adams.gui.visualization.stats.core.AbstractPlotOptionGroup
Returns the setup for the X axis.
getDefaultAxisX() - Method in class adams.gui.visualization.stats.fourinone.VersusFitOptions
Returns the setup for the X axis.
getDefaultAxisX() - Method in class adams.gui.visualization.stats.fourinone.VersusOrderOptions
Returns the setup for the X axis.
getDefaultAxisX() - Method in class adams.gui.visualization.stats.histogram.HistogramOptions
Returns the setup for the X axis.
getDefaultAxisX() - Method in class adams.gui.visualization.stats.probabilityplot.NormalPlotOptions
Returns the setup for the X axis.
getDefaultAxisY() - Method in class adams.flow.sink.ActualVsPredictedPlot
Returns the setup for the Y axis.
getDefaultAxisY() - Method in class adams.flow.sink.ControlChartPlot
Returns the setup for the Y axis.
getDefaultAxisY() - Method in class adams.flow.sink.SequencePlotter
Returns the setup for the Y axis.
getDefaultAxisY() - Method in class adams.flow.sink.SimplePlot
Returns the setup for the Y axis.
getDefaultAxisY() - Method in class adams.flow.sink.TimeseriesDisplay
Returns the setup for the Y axis.
getDefaultAxisY() - Method in class adams.gui.menu.AbstractClassifierBasedGeneticAlgorithmWizard.PerformancePlot
Returns the setup for the Y axis.
getDefaultAxisY() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.SamplePlot
Returns the setup for the Y axis.
getDefaultAxisY() - Method in class adams.gui.visualization.stats.core.AbstractPlotOptionGroup
Returns the setup for the Y axis.
getDefaultAxisY() - Method in class adams.gui.visualization.stats.fourinone.VersusFitOptions
Returns the setup for the Y axis.
getDefaultAxisY() - Method in class adams.gui.visualization.stats.fourinone.VersusOrderOptions
Returns the setup for the Y axis.
getDefaultAxisY() - Method in class adams.gui.visualization.stats.histogram.HistogramOptions
Returns the setup for the Y axis.
getDefaultAxisY() - Method in class adams.gui.visualization.stats.probabilityplot.NormalPlotOptions
Returns the setup for the Y axis.
getDefaultBackground() - Method in class adams.flow.source.NewImage
Returns the default backrgound color of the image.
getDefaultBackgroundColor() - Method in class adams.flow.sink.ImageViewer
Returns the default background color.
getDefaultBackgroundColorGenerator() - Method in class adams.flow.transformer.pdfproclet.ConfusionMatrix
Returns the default background color generator.
getDefaultBackgroundColorGenerator() - Method in class adams.gui.core.spreadsheettable.HeatmapCellRenderingCustomizer
Returns the default color generator.
getDefaultBackgroundNegative() - Method in class adams.gui.core.spreadsheettable.AbstractColoredCellRenderingCustomizer
Returns the default negative background.
getDefaultBackgroundPositive() - Method in class adams.gui.core.spreadsheettable.AbstractColoredCellRenderingCustomizer
Returns the default positive background.
getDefaultBase() - Method in class weka.classifiers.meta.Fallback
Returns the default base classifier.
getDefaultBlocking() - Method in class adams.core.command.AbstractAsyncCapableExternalCommand
Returns the default value for blocking mode.
getDefaultBorder() - Method in class weka.experiment.ResultMatrixMediaWiki
Returns the default border thickness of the table.
getDefaultBreakpoint() - Method in class adams.flow.execution.debug.BreakpointPanel
Returns the default breakpoint to use.
getDefaultCanvasColor() - Method in class adams.flow.transformer.locateobjects.AbstractObjectLocator
Returns the default color for the canvas.
getDefaultCanvasHeight() - Method in class adams.flow.transformer.locateobjects.AbstractObjectLocator
Returns the default height of the canvas in pixels.
getDefaultCanvasWidth() - Method in class adams.flow.transformer.locateobjects.AbstractObjectLocator
Returns the default width of the canvas in pixels.
getDefaultCaseIndex(Actor, Token) - Method in interface adams.flow.condition.bool.IndexedBooleanCondition
Returns the index of the default case.
getDefaultCaseIndex(Actor, Token) - Method in class adams.flow.condition.bool.WekaClassification
Returns the index of the default case.
getDefaultCatch() - Method in class adams.flow.control.TryCatch
Returns the default catch branch.
getDefaultCellPadding() - Method in class weka.experiment.ResultMatrixMediaWiki
Returns the default cell padding for the table.
getDefaultCellSpacing() - Method in class weka.experiment.ResultMatrixMediaWiki
Returns the default cell spacing for the table.
getDefaultCellValue() - Method in class adams.flow.transformer.plotgenerator.AbstractPlotGenerator
Returns the default value for missing or non-numeric cells.
getDefaultCenterOnCanvas() - Method in class adams.flow.transformer.locateobjects.AbstractObjectLocator
Returns the default for centering the located object on a canvas.
getDefaultCheckModel() - Method in class adams.gui.core.CheckedTextField
Returns the default model to use.
getDefaultCheckModel() - Method in class adams.gui.core.DateTextField
Returns the default model to use.
getDefaultCheckModel() - Method in class adams.gui.core.NumberTextField
Returns the default model to use.
getDefaultCheckSize() - Method in class adams.core.io.filecomplete.AbstractStrictCheckSizeFileCompleteCheck
Returns the default check size to use.
getDefaultClass() - Method in class adams.flow.source.valuedefinition.AbstractGOEValueDefinition
Returns the default class (derived from the specified super class).
getDefaultClassAttributes() - Method in class adams.data.instancesanalysis.pls.AbstractMultiClassPLS
Returns the default regular expression for the class attributes.
getDefaultClassifier() - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm
Returns the default classifier to use.
getDefaultClassifier() - Method in class weka.filters.supervised.instance.RemoveOutliers
Returns the default classifier.
getDefaultClassIndex() - Method in class adams.gui.visualization.instance.LoadDatasetDialog
Returns the default class index in use.
getDefaultClassname() - Method in class adams.core.discovery.genetic.GenericDoubleResolution
Returns the default classname.
getDefaultClassname() - Method in class adams.core.discovery.genetic.GenericFloatResolution
Returns the default classname.
getDefaultClassname() - Method in class adams.core.discovery.genetic.GenericInteger
Returns the default classname.
getDefaultClassname() - Method in class adams.core.discovery.genetic.GenericString
Returns the default classname.
getDefaultClassName() - Method in class weka.filters.unsupervised.attribute.AttributeSummaryTransferFilter
Gets the name of the default attribute to use as the class attribute for supervised summary filters.
getDefaultCleaner() - Method in class weka.core.tokenizers.PreCleanedTokenizer
Returns the default cleaner.
getDefaultCleaners() - Method in class weka.core.tokenizers.cleaners.MultiCleaner
Returns the default token cleaners.
getDefaultCloseOperation() - Method in class adams.flow.control.Flow
Returns the default close operation for frames.
getDefaultColor() - Method in class adams.flow.transformer.pixelselector.AbstractSingleColorPixelSelectorOverlay
Returns the default color.
getDefaultColor() - Method in class adams.gui.visualization.core.RegExpColorProvider
Returns the default color in use.
getDefaultColor() - Method in class adams.gui.visualization.core.RgbInNameColorProvider
Returns the default color in use.
getDefaultColor() - Method in class adams.gui.visualization.image.selection.AbstractPaintingSelectionProcessor
Returns the default color to use.
getDefaultColor() - Method in class adams.gui.visualization.image.selection.SelectObjects
Returns the default color to use.
getDefaultColor() - Method in class adams.gui.visualization.instance.ReportColorInstancePaintlet
Returns the default color to use when no color information in the report.
getDefaultColor() - Method in class adams.gui.visualization.stats.scatterplot.AbstractScatterPlotOverlay
Returns the default color.
getDefaultColor() - Method in class adams.gui.visualization.stats.scatterplot.Coordinates
Returns the default color.
getDefaultColor() - Method in class adams.gui.visualization.timeseries.ReportColorTimeseriesPaintlet
Returns the default color to use when no color information in the report.
getDefaultColorProvider() - Method in class adams.data.image.transformer.BlueChannelColorizer
Returns the default color provider.
getDefaultColorProvider() - Method in class adams.data.image.transformer.GrayOrIndexedColorizer
Returns the default color provider.
getDefaultColorProvider() - Method in class adams.data.image.transformer.TrimapColorizer
Returns the default color provider.
getDefaultColorProvider() - Method in class adams.data.io.output.GrayOrIndexedImageWriter
Returns the default color provider.
getDefaultColorProvider() - Method in class adams.flow.transformer.pixelselector.AbstractColorProviderPixelSelectorOverlay
Returns the default color provider.
getDefaultColorProvider() - Method in class adams.gui.core.spreadsheettable.DistinctValueCellRenderingCustomizer
Returns the default color generator.
getDefaultColorProvider() - Method in class adams.gui.tools.previewbrowser.BlueChannelImageHandler
Returns the default color provider.
getDefaultColorProvider() - Method in class adams.gui.tools.previewbrowser.GrayOrIndexedImageHandler
Returns the default color provider.
getDefaultColorProvider() - Method in class adams.gui.tools.previewbrowser.IndexedPNGImageHandler
Returns the default color provider.
getDefaultColorProvider() - Method in class adams.gui.tools.previewbrowser.TrimapImageHandler
Returns the default color provider.
getDefaultColorProvider() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.PredictionTrend
Returns the default color provider to use.
getDefaultColorProvider() - Static method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeVisualizationPanel
Returns the default color provider to use.
getDefaultColors() - Method in class adams.gui.visualization.core.AbstractCustomColorProvider
Returns the default colors to use.
getDefaultColors() - Method in class adams.gui.visualization.core.ColorBlind12Provider
Returns the default colors to use.
getDefaultColors() - Method in class adams.gui.visualization.core.ColorBlind15Provider
Returns the default colors to use.
getDefaultColors() - Method in class adams.gui.visualization.core.ColorBlind24Provider
Returns the default colors to use.
getDefaultColors() - Method in class adams.gui.visualization.core.ColorBlind8Provider
Returns the default colors to use.
getDefaultColors() - Method in class adams.gui.visualization.core.CustomColorProvider
Returns the default colors to use.
getDefaultColumnFinder() - Method in class weka.filters.unsupervised.attribute.AttributeSummaryTransferFilter
Gets the default column finder which selects the attributes for summarisation.
getDefaultColumns() - Method in class adams.core.discovery.genetic.AbstractGeneticDoubleMatrixDiscoveryHandler
Returns the default size.
getDefaultColumns() - Method in class adams.core.discovery.genetic.SIMPLSWeightsMatrix
The number of PLS components
getDefaultCommandHandler() - Method in class adams.scripting.engine.AbstractScriptingEngine
Returns the default command handler.
getDefaultCommandProcessor() - Method in class adams.scripting.engine.AbstractScriptingEngine
Returns the default command processor.
getDefaultCondition() - Method in class adams.flow.condition.bool.Not
Returns the default condition.
getDefaultCondition() - Method in class adams.flow.control.Block
Returns the default condition to use.
getDefaultCondition() - Method in class adams.flow.control.IfThenElse
Returns the default condition.
getDefaultConditions() - Method in class adams.flow.source.AbstractConditionalIdSupplier
Returns the default conditions.
getDefaultConditions() - Method in class adams.gui.selection.AbstractConditionalDatabaseSelectionPanel
Returns the default conditions to use.
getDefaultConnection() - Method in class adams.scripting.connection.AbstractConnectionEnhancer
Returns the default connection to use.
getDefaultConnection() - Method in class adams.scripting.ScriptingHelper
Returns the default scripting connection.
getDefaultConnectionParameters() - Method in class adams.db.AbstractDatabaseConnection
Returns the default connection parameter object.
getDefaultConnectOnStartUp() - Method in class adams.db.AbstractDatabaseConnection
Returns whether to automatically connect on startup, i.e., when obtaining the singleton for the first time.
getDefaultConverter() - Method in class adams.data.featureconverter.AbstractMetaFeatureConverter
Returns the default converter to use.
getDefaultConverter() - Method in class adams.data.featureconverter.CountValues
Returns the default converter to use.
getDefaultConverter() - Method in class adams.data.featureconverter.FixedNumFeatures
Returns the default converter to use.
getDefaultCorrection() - Method in class weka.filters.unsupervised.attribute.Detrend
Returns the default correction scheme.
getDefaultCorrection() - Method in class weka.filters.unsupervised.attribute.MultiplicativeScatterCorrection
Returns the default correction scheme.
getDefaultCorrection() - Method in class weka.filters.unsupervised.attribute.SimpleDetrend
Returns the default correction scheme.
getDefaultDatabaseConnection() - Method in class adams.data.baseline.AbstractDatabaseConnectionBaselineCorrection
Returns the default database connection.
getDefaultDatabaseConnection() - Method in class adams.data.baseline.SlidingWindow
Returns the default database connection.
getDefaultDatabaseConnection() - Method in class adams.data.filter.AbstractDatabaseConnectionFilter
Returns the default database connection.
getDefaultDatabaseConnection() - Method in class adams.data.filter.BaselineCorrection
Returns the default database connection.
getDefaultDatabaseConnection() - Method in class adams.data.filter.MultiFilter
Returns the default database connection.
getDefaultDatabaseConnection() - Method in class adams.data.filter.OutlierDetector
Returns the default database connection.
getDefaultDatabaseConnection() - Method in class adams.data.filter.ReportFilter
Returns the default database connection.
getDefaultDatabaseConnection() - Method in class adams.data.filter.Smoothing
Returns the default database connection.
getDefaultDatabaseConnection() - Method in class adams.data.instances.AbstractInstanceGenerator
Returns the default database connection.
getDefaultDatabaseConnection() - Method in class adams.data.noise.AbstractDatabaseConnectionDenoiser
Returns the default database connection.
getDefaultDatabaseConnection() - Method in class adams.data.outlier.AbstractDatabaseConnectionOutlierDetector
Returns the default database connection.
getDefaultDatabaseConnection() - Method in class adams.data.outlier.FilteredOutlierDetector
Returns the default database connection.
getDefaultDatabaseConnection() - Method in class adams.data.outlier.MultiOutlierDetector
Returns the default database connection.
getDefaultDatabaseConnection() - Method in class adams.data.report.AbstractDatabaseConnectionReportFilter
Returns the default database connection.
getDefaultDatabaseConnection() - Method in class adams.data.report.FilteredReportFilter
Returns the default database connection.
getDefaultDatabaseConnection() - Method in class adams.data.smoothing.AbstractDatabaseConnectionSmoother
Returns the default database connection.
getDefaultDatabaseConnection() - Method in class adams.flow.condition.bool.AbstractBooleanDatabaseCondition
Returns the default database connection to use.
getDefaultDatabaseConnection() - Method in class adams.flow.sink.AbstractDbSink
Returns the default database connection.
getDefaultDatabaseConnection() - Method in class adams.flow.sink.LargeObjectDbWriter
Returns the default database connection.
getDefaultDatabaseConnection() - Method in class adams.flow.source.AbstractDbArrayProvider
Returns the default database connection.
getDefaultDatabaseConnection() - Method in class adams.flow.source.AbstractDbSource
Returns the default database connection.
getDefaultDatabaseConnection() - Method in class adams.flow.source.AbstractSimpleDbSource
Returns the default database connection.
getDefaultDatabaseConnection() - Method in class adams.flow.source.AbstractSpreadSheetDbReader
Returns the default database connection.
getDefaultDatabaseConnection() - Method in class adams.flow.source.DatabaseMetaData
Returns the default database connection.
getDefaultDatabaseConnection() - Method in class adams.flow.source.LargeObjectDbReader
Returns the default database connection.
getDefaultDatabaseConnection() - Method in class adams.flow.source.ListTables
Returns the default database connection.
getDefaultDatabaseConnection() - Method in class adams.flow.source.SpreadSheetDbReader
Returns the default database connection.
getDefaultDatabaseConnection() - Method in class adams.flow.source.TimeseriesDbReader
Returns the default database connection.
getDefaultDatabaseConnection() - Method in class adams.flow.standalone.AbstractDbStandalone
Returns the default database connection.
getDefaultDatabaseConnection() - Method in class adams.flow.standalone.ExecSQL
Returns the default database connection.
getDefaultDatabaseConnection() - Method in class adams.flow.standalone.TableCleanUp
Returns the default database connection.
getDefaultDatabaseConnection() - Method in class adams.flow.standalone.Tool
Returns the default database connection.
getDefaultDatabaseConnection() - Method in class adams.flow.transformer.AbstractDbArrayProvider
Returns the default database connection.
getDefaultDatabaseConnection() - Method in class adams.flow.transformer.AbstractDbDataProcessor
Returns the default database connection.
getDefaultDatabaseConnection() - Method in class adams.flow.transformer.AbstractDbTransformer
Returns the default database connection.
getDefaultDatabaseConnection() - Method in class adams.flow.transformer.AbstractReportFileReader
Returns the default database connection.
getDefaultDatabaseConnection() - Method in class adams.flow.transformer.TimeseriesDbReader
Returns the default database connection.
getDefaultDatabaseConnection() - Method in class adams.flow.transformer.Tool
Returns the default database connection.
getDefaultDatabaseConnection() - Method in class adams.gui.application.AbstractApplicationFrame
Returns the default database connection.
getDefaultDatabaseConnection() - Method in class adams.gui.core.BasePanelWithDatabaseConnection
Returns the default database connection.
getDefaultDatabaseConnection() - Method in class adams.gui.dialog.AbstractDatabaseConnectionPanel
Returns the default database connection to use.
getDefaultDatabaseConnection() - Method in class adams.gui.dialog.DatabaseConnectionPanel
Returns the default database connection to use.
getDefaultDatabaseConnection() - Method in class adams.gui.goe.AbstractDatabaseConnectionAwarePropertyEditorSupport
Returns the default database connection.
getDefaultDatabaseConnection() - Method in class adams.gui.Main
Returns the default database connection.
getDefaultDatabaseConnection() - Method in class adams.gui.scripting.AbstractScriptingDialog
Returns the default database connection.
getDefaultDatabaseConnection() - Method in class adams.gui.scripting.AbstractScriptingEngine
Returns the default database connection.
getDefaultDatabaseConnection() - Method in class adams.gui.scripting.ScriptingDialog
Returns the default database connection.
getDefaultDatabaseConnection() - Method in class adams.gui.scripting.ScriptingEngine
Returns the default database connection.
getDefaultDatabaseConnection() - Method in class adams.gui.selection.AbstractDatabaseSelectionPanel
Returns the default database connection.
getDefaultDatabaseConnection() - Method in class adams.gui.tools.AbstractManagementPanelWithDatabase
Returns the default database connection.
getDefaultDatabaseConnection() - Method in class adams.gui.visualization.container.AbstractDataContainerZoomOverviewPanel
Returns the default database connection.
getDefaultDatabaseConnection() - Method in class adams.gui.visualization.container.DataContainerPanel
Returns the default database connection.
getDefaultDatabaseConnection() - Method in class adams.gui.visualization.instance.InstancePanel
Returns the default database connection.
getDefaultDatabaseConnection() - Method in class adams.gui.visualization.sequence.XYSequencePanel
Returns the default database connection.
getDefaultDatabaseConnection() - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowPanel
Returns the default database connection.
getDefaultDatabaseConnection() - Method in class adams.gui.visualization.timeseries.TimeseriesExplorer
Returns the default database connection.
getDefaultDatabaseConnection() - Method in class adams.gui.visualization.timeseries.TimeseriesPanel
Returns the default database connection.
getDefaultDatabaseConnection() - Method in class adams.gui.wizard.AbstractDatabaseConnectionPage
Returns the default database connection to use for filling in the parameters.
getDefaultDatabaseConnection() - Method in class adams.gui.wizard.DatabaseConnectionPage
Returns the default database connection to use for filling in the parameters.
getDefaultDatabaseConnection() - Method in class adams.terminal.application.AbstractTerminalApplication
Returns the default database connection.
getDefaultDatabaseConnection() - Method in class adams.tools.AbstractDatabaseTool
Returns the default database connection.
getDefaultDatabaseConnection() - Method in class adams.tools.DropTables
Returns the default database connection.
getDefaultDatabaseConnection() - Method in class adams.tools.InitializeTables
Returns the default database connection.
getDefaultDatabaseConnection() - Method in class adams.tools.TableUpgrade
Returns the default database connection.
getDefaultDatabaseConnection() - Method in class adams.tools.TruncateTables
Returns the default database connection.
getDefaultDataRowType() - Method in class adams.data.featureconverter.SpreadSheet
Returns the default row type.
getDefaultDataRowType() - Method in class adams.data.io.input.AbstractSpreadSheetReader
Returns the default row type.
getDefaultDataType() - Method in class adams.data.conversion.StringToField
Returns the default data type.
getDefaultDateFormat() - Method in class adams.gui.visualization.core.axis.AbstractDateBasedAxisModel
Returns the default format for the date/time formatter.
getDefaultDateFormat() - Method in class adams.gui.visualization.core.axis.DateAxisModel
Returns the default format for the date/time formatter.
getDefaultDateFormat() - Method in class adams.gui.visualization.core.axis.DateTimeAxisModel
Returns the default format for the date/time formatter.
getDefaultDateFormat() - Method in class adams.gui.visualization.core.axis.DateTimeMsecAxisModel
Returns the default format for the date/time formatter.
getDefaultDateFormat() - Method in class adams.gui.visualization.core.axis.TimeAxisModel
Returns the default format for the date/time formatter.
getDefaultDefaultClass() - Method in class adams.flow.source.valuedefinition.AbstractGOEValueDefinition
Returns the default default class.
getDefaultDefaultClass() - Method in class adams.flow.source.valuedefinition.GOEValueDefinition
Returns the default default class.
getDefaultDefaultClass() - Method in class adams.flow.source.valuedefinition.WekaGOEValueDefinition
Returns the default default class.
getDefaultDefaultObjects() - Method in class adams.flow.source.valuedefinition.AbstractArrayValueDefinition
Returns the default objects.
getDefaultDefaultObjects() - Method in class adams.flow.source.valuedefinition.ArrayValueDefinition
Returns the default objects.
getDefaultDetector() - Method in class weka.filters.supervised.instance.RemoveOutliers
Returns the default detector.
getDefaultDialogDimension() - Static method in class adams.gui.core.GUIHelper
Returns the default dimensions for a dialog.
getDefaultDialogTitle() - Method in class adams.gui.tools.remotecontrolcenter.RemoteControlCenterWorkspaceList
Returns the default title to use for dialogs.
getDefaultDialogTitle() - Method in class adams.gui.tools.wekainvestigator.InvestigatorWorkspaceList
Returns the default title to use for dialogs.
getDefaultDialogTitle() - Method in class adams.gui.tools.wekamultiexperimenter.ExperimenterEntryPanel
Returns the default title to use for dialogs.
getDefaultDialogTitle() - Method in class adams.gui.workspace.AbstractWorkspaceListPanel
Returns the default title to use for dialogs.
getDefaultDisplayType() - Method in class adams.flow.core.AbstractDisplay
Returns the default value for showing the display.
getDefaultDrawAnnotations() - Method in class adams.flow.transformer.draw.AnnotationsAndPredictions
Returns the default draw operation setup for the annotations.
getDefaultDrawPredictions() - Method in class adams.flow.transformer.draw.AnnotationsAndPredictions
Returns the default draw operation setup for the predictions.
getDefaultElse() - Method in class adams.flow.control.IfStorageValue
Returns the default 'Else' actor.
getDefaultElse() - Method in class adams.flow.control.IfThenElse
Returns the default 'Else' actor.
getDefaultEngine() - Method in class adams.scripting.ScriptingHelper
Returns the default scripting engine.
getDefaultEnumerateColNames() - Method in class weka.experiment.ResultMatrixAdamsCSV
returns the default of whether column names are prefixed with the index.
getDefaultEnumerateColNames() - Method in class weka.experiment.ResultMatrixMediaWiki
returns the default of whether column names are prefixed with the index.
getDefaultExecutable() - Method in class adams.flow.standalone.TesseractConfiguration
Returns the default executable to use.
getDefaultExperiment() - Method in class adams.flow.source.WekaNewExperiment
Returns the default experiment.
getDefaultExport() - Method in class adams.multiprocess.SerializingJobRunner
Returns the default export file.
getDefaultExpression() - Method in class adams.flow.condition.bool.AbstractExpression
Returns the default expression to use.
getDefaultExpression() - Method in class adams.flow.condition.bool.Expression
Returns the default expression to use.
getDefaultExpression() - Method in class adams.parser.AbstractExpressionEvaluator
Returns the default expression to use.
getDefaultExpression() - Method in class adams.parser.ActorSuggestion
Returns the default expression to use.
getDefaultExpression() - Method in class adams.parser.ActorTemplateSuggestion
Returns the default expression to use.
getDefaultExpression() - Method in class adams.parser.BaseDateExpression
Returns the default expression to use.
getDefaultExpression() - Method in class adams.parser.BaseDateTimeExpression
Returns the default expression to use.
getDefaultExpression() - Method in class adams.parser.BaseDateTimeMsecExpression
Returns the default expression to use.
getDefaultExpression() - Method in class adams.parser.BaseTimeExpression
Returns the default expression to use.
getDefaultExpression() - Method in class adams.parser.BaseTimeMsecExpression
Returns the default expression to use.
getDefaultExpression() - Method in class adams.parser.BooleanExpression
Returns the default expression to use.
getDefaultExpression() - Method in class adams.parser.ExternalActorSuggestion
Returns the default expression to use.
getDefaultExpression() - Method in class adams.parser.LookUpUpdate
Returns the default expression to use.
getDefaultExpression() - Method in class adams.parser.MathematicalExpression
Returns the default expression to use.
getDefaultExpression() - Method in class adams.parser.ReportMathExpression
Returns the default expression to use.
getDefaultExpression() - Method in class adams.parser.SpreadSheetFormula
Returns the default expression to use.
getDefaultExpression() - Method in class adams.parser.SpreadSheetQuery
Returns the default expression to use.
getDefaultExpression() - Method in class adams.parser.StringExpression
Returns the default expression to use.
getDefaultExtension() - Method in class adams.flow.transformer.AbstractDataContainerFileWriter
Returns the default extension to use if none can be found (excl dot).
getDefaultExtension() - Method in class adams.flow.transformer.AbstractSingleCompress
Returns the default extension that the compressed archive has, e.g., ".gz" for gzipped files.
getDefaultExtension() - Method in class adams.flow.transformer.AbstractSingleDecompress
Returns the default extension that the compressed archive has, e.g., ".gz" for gzipped files.
getDefaultExtension() - Method in class adams.flow.transformer.Bzip2
Returns the default extension that the compressed archive has, e.g., ".bz2" for compressed files.
getDefaultExtension() - Method in class adams.flow.transformer.GUNZIP
Returns the default extension that the compressed archive has, e.g., ".gz" for gzipped files.
getDefaultExtension() - Method in class adams.flow.transformer.GZIP
Returns the default extension that the compressed archive has, e.g., ".gz" for gzipped files.
getDefaultExtension() - Method in class adams.flow.transformer.Lzf
Returns the default extension that the compressed archive has, e.g., ".lzf" for compressed files.
getDefaultExtension() - Method in class adams.flow.transformer.Lzma
Returns the default extension that the compressed archive has, e.g., ".7z" for compressed files.
getDefaultExtension() - Method in class adams.flow.transformer.UnBzip2
Returns the default extension that the compressed archive has, e.g., ".bz2" for compressed files.
getDefaultExtension() - Method in class adams.flow.transformer.UnLzf
Returns the default extension that the compressed archive has, e.g., ".lzf" for compressed files.
getDefaultExtension() - Method in class adams.flow.transformer.UnLzma
Returns the default extension that the compressed archive has, e.g., ".7z" for compressed files.
getDefaultExtension() - Method in class adams.flow.transformer.UnXz
Returns the default extension that the compressed archive has, e.g., ".7z" for compressed files.
getDefaultExtension() - Method in class adams.flow.transformer.UnZstd
Returns the default extension that the compressed archive has, e.g., ".7z" for compressed files.
getDefaultExtension() - Method in class adams.flow.transformer.Xz
Returns the default extension that the compressed archive has, e.g., ".7z" for compressed files.
getDefaultExtension() - Method in class adams.flow.transformer.Zstd
Returns the default extension that the compressed archive has, e.g., ".7z" for compressed files.
getDefaultExtension() - Method in class adams.gui.chooser.BaseFileChooser
Returns the default extension.
getDefaultExtension() - Method in class adams.gui.chooser.FileChooserPanel
Returns the default extension.
getDefaultExtension() - Method in class adams.gui.wizard.SelectFilePage
Returns the default extension.
getDefaultExtension() - Method in class adams.gui.wizard.SelectMultipleFilesPage
Returns the default extension.
getDefaultFallback() - Method in class weka.classifiers.meta.Fallback
Returns the default fallback classifier.
getDefaultField() - Method in class adams.flow.transformer.AbstractDeleteReportValueByExpression
Returns the default field for the option.
getDefaultField() - Method in class adams.flow.transformer.AbstractGetReportValue
Returns the default field for the option.
getDefaultField() - Method in class adams.flow.transformer.AbstractSetReportValue
Returns the default field for the option.
getDefaultField() - Method in class adams.flow.transformer.DeleteReportValueByExpression
Returns the default field for the option.
getDefaultField() - Method in class adams.flow.transformer.GetReportValue
Returns the default field for the option.
getDefaultField() - Method in class adams.flow.transformer.SetReportValue
Returns the default field for the option.
getDefaultFields() - Method in class adams.flow.transformer.AbstractDeleteDbReportValue
Returns the default fields for the option.
getDefaultFields() - Method in class adams.flow.transformer.AbstractDeleteReportValue
Returns the default fields for the option.
getDefaultFields() - Method in class adams.flow.transformer.AbstractReportValueDbWriter
 
getDefaultFields() - Method in class adams.flow.transformer.DeleteReportValue
Returns the default fields for the option.
getDefaultFileFilter(int) - Method in class adams.gui.chooser.AbstractConfigurableExtensionFileFilterFileChooser
Returns the default file filter to use.
getDefaultFileFilter(int) - Method in class adams.gui.chooser.AbstractExtensionFileFilterFileChooser
Returns the default file filter to use.
getDefaultFileFilter(int) - Method in class adams.gui.chooser.ImageFileChooser
Returns the default file filter to use.
getDefaultFileFilter(int) - Method in class adams.gui.chooser.ObjectFileChooser
Returns the default file filter to use.
getDefaultFileFilter(int) - Method in class adams.gui.chooser.SerializationFileChooser
Returns the default file filter to use.
getDefaultFileName() - Method in class adams.gui.tools.previewbrowser.notes.AbstractNotesReader
Returns the default file name for the notes file.
getDefaultFileName() - Method in class adams.gui.tools.previewbrowser.notes.AbstractNotesWriter
Returns the default file name for the notes file.
getDefaultFileName() - Method in class adams.gui.tools.previewbrowser.notes.CsvNotesReader
Returns the default file name for the notes file.
getDefaultFileName() - Method in class adams.gui.tools.previewbrowser.notes.CsvNotesWriter
Returns the default file name for the notes file.
getDefaultFileName() - Method in class adams.gui.tools.previewbrowser.notes.JsonNotesReader
Returns the default file name for the notes file.
getDefaultFileName() - Method in class adams.gui.tools.previewbrowser.notes.JsonNotesWriter
Returns the default file name for the notes file.
getDefaultFileName() - Method in class adams.gui.tools.previewbrowser.notes.PropertiesNotesReader
Returns the default file name for the notes file.
getDefaultFileName() - Method in class adams.gui.tools.previewbrowser.notes.PropertiesNotesWriter
Returns the default file name for the notes file.
getDefaultFileName() - Method in class adams.gui.tools.previewbrowser.notes.YamlNotesReader
Returns the default file name for the notes file.
getDefaultFileName() - Method in class adams.gui.tools.previewbrowser.notes.YamlNotesWriter
Returns the default file name for the notes file.
getDefaultFilenameGenerator() - Method in class adams.flow.transformer.AbstractReportFileWriter
Returns the default generator
getDefaultFilter() - Method in class adams.data.filter.AbstractPreFilter
Returns the default pre-filter to use.
getDefaultFilter() - Method in class adams.gui.visualization.container.FilterDialog
Returns the default filter.
getDefaultFilter() - Method in class weka.classifiers.functions.PLSClassifierWeighted
Returns the default PLS filter.
getDefaultFilter() - Method in class weka.classifiers.functions.PLSClassifierWeightedWithLoadings
Returns the default PLS filter.
getDefaultFind() - Method in class weka.filters.unsupervised.attribute.NominalToNumeric
Returns the default regular expression for finding tokens to clean.
getDefaultFirstColor() - Method in class adams.gui.visualization.core.BiColorGenerator
Returns the default for the first color.
getDefaultFirstColor() - Method in class adams.gui.visualization.core.ConfusionMatrixColorGenerator
Returns the default for the first color.
getDefaultFont() - Method in class adams.flow.sink.AbstractTextualDisplay
Returns the default font for the dialog.
getDefaultFont() - Method in class adams.flow.standalone.ConsoleWindow
Returns the default font for the dialog.
getDefaultFont() - Method in class adams.flow.transformer.SpreadSheetCellSelector
Returns the default font for the dialog.
getDefaultFont() - Method in class adams.gui.core.spreadsheetpreview.SimpleText
Returns the default font for the dialog.
getDefaultFont(String) - Static method in class adams.gui.core.Fonts
Returns the default Font used by the UI manager.
getDefaultFormat() - Method in class adams.core.io.TimestampFilenameGenerator
Returns the default format to use.
getDefaultFormat() - Method in class adams.data.io.output.SimpleArffSpreadSheetWriter
Returns the default format to use.
getDefaultFormat() - Method in class adams.flow.control.flowrestart.notification.TimestampFile
Returns the default format to use.
getDefaultFormat() - Method in class adams.flow.sink.sendnotification.LogFile
Returns the default format to use.
getDefaultFormat() - Method in class adams.flow.transformer.Timestamp
Returns the default format to use.
getDefaultFormat() - Method in class adams.gui.visualization.core.axis.PeriodicityTickGenerator
Returns the default format.
getDefaultFormatExtension() - Method in interface adams.core.io.FileFormatHandler
Returns the default extension of the format.
getDefaultFormatExtension() - Method in class adams.core.option.AbstractActorJavaCodeProducer
Returns the default file extension (without the dot).
getDefaultFormatExtension() - Method in class adams.core.option.AbstractFlowJavaCodeProducer
Returns the default file extension (without the dot).
getDefaultFormatExtension() - Method in class adams.core.option.FlowStructureDotProducer
Returns the default file extension (without the dot).
getDefaultFormatExtension() - Method in class adams.core.option.FlowStructureGraphMLProducer
Returns the default file extension (without the dot).
getDefaultFormatExtension() - Method in class adams.core.option.HtmlHelpProducer
Returns the default file extension (without the dot).
getDefaultFormatExtension() - Method in class adams.core.option.HtmlParametersProducer
Returns the default file extension (without the dot).
getDefaultFormatExtension() - Method in class adams.core.option.JavaInstantiationProducer
Returns the default file extension (without the dot).
getDefaultFormatExtension() - Method in class adams.core.option.JsonConsumer
Returns the default file extension (without the dot).
getDefaultFormatExtension() - Method in class adams.core.option.JsonProducer
Returns the default file extension (without the dot).
getDefaultFormatExtension() - Method in class adams.core.option.XhtmlProducer
Returns the default file extension (without the dot).
getDefaultFormatExtension() - Method in class adams.data.io.input.AbstractAdamsExperimentReader
Returns the default extension of the format.
getDefaultFormatExtension() - Method in class adams.data.io.input.AbstractDataContainerReader
Returns the default extension of the format.
getDefaultFormatExtension() - Method in class adams.data.io.input.AbstractEmailFileReader
Returns the default extension of the format.
getDefaultFormatExtension() - Method in class adams.data.io.input.AbstractFlowReader
Returns the default extension of the format.
getDefaultFormatExtension() - Method in class adams.data.io.input.AbstractImageReader
Returns the default extension of the format.
getDefaultFormatExtension() - Method in class adams.data.io.input.AbstractObjectReader
Returns the default extension of the format.
getDefaultFormatExtension() - Method in class adams.data.io.input.AbstractPNGAnnotationImageSegmentationReader
Returns the default extension of the format.
getDefaultFormatExtension() - Method in class adams.data.io.input.AbstractReportReader
Returns the default extension of the format.
getDefaultFormatExtension() - Method in class adams.data.io.input.AbstractSpreadSheetReader
Returns the default extension of the format.
getDefaultFormatExtension() - Method in class adams.data.io.input.IndividualImageSegmentationLayerReader
Returns the default extension of the format.
getDefaultFormatExtension() - Method in class adams.data.io.input.JsonIndexedSplitsRunsReader
Returns the default extension of the format.
getDefaultFormatExtension() - Method in class adams.data.io.input.JsonParameterMapReader
Returns the default extension of the format.
getDefaultFormatExtension() - Method in class adams.data.io.input.PropertiesIndexedSplitsRunsReader
Returns the default extension of the format.
getDefaultFormatExtension() - Method in class adams.data.io.input.SerializedParameterMapReader
 
getDefaultFormatExtension() - Method in interface adams.data.io.input.SpreadSheetReader
Returns the default extension of the format.
getDefaultFormatExtension() - Method in class adams.data.io.input.YamlParameterMapReader
Returns the default extension of the format.
getDefaultFormatExtension() - Method in class adams.data.io.output.AbstractAdamsExperimentWriter
Returns the default extension of the format.
getDefaultFormatExtension() - Method in class adams.data.io.output.AbstractDataContainerWriter
Returns the default extension of the format.
getDefaultFormatExtension() - Method in class adams.data.io.output.AbstractEmailFileWriter
Returns the default extension of the format.
getDefaultFormatExtension() - Method in class adams.data.io.output.AbstractFlowWriter
Returns the default extension of the format.
getDefaultFormatExtension() - Method in class adams.data.io.output.AbstractImageWriter
Returns the default extension of the format.
getDefaultFormatExtension() - Method in class adams.data.io.output.AbstractObjectWriter
Returns the default extension of the format.
getDefaultFormatExtension() - Method in class adams.data.io.output.AbstractPNGAnnotationImageSegmentationWriter
Returns the default extension of the format.
getDefaultFormatExtension() - Method in class adams.data.io.output.AbstractReportWriter
Returns the default extension of the format.
getDefaultFormatExtension() - Method in class adams.data.io.output.AbstractSpreadSheetWriter
Returns the default extension of the format.
getDefaultFormatExtension() - Method in class adams.data.io.output.IndividualImageSegmentationLayerWriter
Returns the default extension of the format.
getDefaultFormatExtension() - Method in class adams.data.io.output.JsonIndexedSplitsRunsWriter
Returns the default extension of the format.
getDefaultFormatExtension() - Method in class adams.data.io.output.JsonParameterMapWriter
Returns the default extension of the format.
getDefaultFormatExtension() - Method in class adams.data.io.output.PropertiesIndexedSplitsRunsWriter
Returns the default extension of the format.
getDefaultFormatExtension() - Method in class adams.data.io.output.SerializedParameterMapWriter
Returns the default extension of the format.
getDefaultFormatExtension() - Method in class adams.data.io.output.YamlParameterMapWriter
Returns the default extension of the format.
getDefaultFormatExtension() - Method in class adams.gui.tools.previewbrowser.notes.CsvNotesReader
Returns the default extension of the format.
getDefaultFormatExtension() - Method in class adams.gui.tools.previewbrowser.notes.CsvNotesWriter
Returns the default extension of the format.
getDefaultFormatExtension() - Method in class adams.gui.tools.previewbrowser.notes.JsonNotesReader
Returns the default extension of the format.
getDefaultFormatExtension() - Method in class adams.gui.tools.previewbrowser.notes.JsonNotesWriter
Returns the default extension of the format.
getDefaultFormatExtension() - Method in class adams.gui.tools.previewbrowser.notes.PropertiesNotesReader
Returns the default extension of the format.
getDefaultFormatExtension() - Method in class adams.gui.tools.previewbrowser.notes.PropertiesNotesWriter
Returns the default extension of the format.
getDefaultFormatExtension() - Method in class adams.gui.tools.previewbrowser.notes.YamlNotesReader
Returns the default extension of the format.
getDefaultFormatExtension() - Method in class adams.gui.tools.previewbrowser.notes.YamlNotesWriter
Returns the default extension of the format.
getDefaultFormatExtension() - Method in class adams.gui.visualization.debug.objectexport.AbstractObjectExporter
Returns the default extension of the format.
getDefaultFormatter() - Method in class adams.gui.visualization.core.axis.AbstractAxisModel
Returns the default formatter.
getDefaultFormatter() - Method in class adams.gui.visualization.core.axis.AbstractDateBasedAxisModel
Returns the default formatter.
getDefaultFrameSize() - Method in class adams.flow.execution.AbstractGraphicalFlowExecutionListener
Returns the default size for the frame.
getDefaultFrameSize() - Method in class adams.flow.execution.Debug
Returns the default size for the frame.
getDefaultFrameSize() - Method in interface adams.flow.execution.GraphicalFlowExecutionListener
Returns the default size for the frame.
getDefaultFrameSize() - Method in class adams.flow.execution.MultiListener
Returns the default size for the frame.
getDefaultFromAddress() - Static method in class adams.core.net.EmailHelper
Returns the default FROM address.
getDefaultGenerator() - Method in class adams.data.timeseries.AbstractMetaTimeseriesFeatureGenerator
Returns the default generator to use.
getDefaultGenerator() - Method in class adams.data.timeseries.AddMetaData
Returns the default generator to use.
getDefaultGenerator() - Method in class adams.data.timeseries.FixedNumFeatures
Returns the default converter to use.
getDefaultGenerator() - Method in class adams.flow.transformer.AbstractInstanceGenerator
Returns the default generator.
getDefaultHandler() - Method in class adams.core.io.filesearch.AbstractMetaFileSearchHandler
Returns the default handler.
getDefaultHandler() - Method in class adams.core.logging.AbstractEnhancingSingleHandler
 
getDefaultHandler() - Static method in class adams.core.logging.LoggingHelper
Returns the current log handler.
getDefaultHandler() - Method in class adams.core.logging.RemoteReceiveHandler
Returns the default handler.
getDefaultHandler() - Method in class adams.flow.sink.WekaExperimentFileWriter
Returns the default IO handler.
getDefaultHandler() - Method in class adams.flow.transformer.WekaExperimentFileReader
Returns the default IO handler.
getDefaultHeight() - Method in class adams.flow.control.MissionControl
Returns the default height for the dialog.
getDefaultHeight() - Method in class adams.flow.core.AbstractDisplay
Returns the default height for the dialog.
getDefaultHeight() - Method in class adams.flow.execution.Debug
Returns the default height for the dialog.
getDefaultHeight() - Method in class adams.flow.sink.AbstractGraphicsGenerator
Returns the default height for the dialog.
getDefaultHeight() - Method in class adams.flow.sink.ActualVsPredictedPlot
Returns the default height for the dialog.
getDefaultHeight() - Method in class adams.flow.sink.BoxPlot
 
getDefaultHeight() - Method in class adams.flow.sink.ContainerDisplay
Returns the default height for the dialog.
getDefaultHeight() - Method in class adams.flow.sink.ControlChartPlot
Returns the default height for the dialog.
getDefaultHeight() - Method in class adams.flow.sink.Display
Returns the default height for the dialog.
getDefaultHeight() - Method in class adams.flow.sink.DisplayPanelGrid
Returns the default height for the dialog.
getDefaultHeight() - Method in class adams.flow.sink.DisplayPanelManager
Returns the default height for the dialog.
getDefaultHeight() - Method in class adams.flow.sink.EmailViewer
Returns the default height for the dialog.
getDefaultHeight() - Method in class adams.flow.sink.FilePreview
Returns the default height for the dialog.
getDefaultHeight() - Method in class adams.flow.sink.FourInOneDisplay
 
getDefaultHeight() - Method in class adams.flow.sink.HistoryDisplay
Returns the default height for the dialog.
getDefaultHeight() - Method in class adams.flow.sink.ImageSegmentationViewer
Returns the default height for the dialog.
getDefaultHeight() - Method in class adams.flow.sink.ImageViewer
Returns the default height for the dialog.
getDefaultHeight() - Method in class adams.flow.sink.logview.AbstractLogEntryDialog
Returns the default height for the dialog.
getDefaultHeight() - Method in class adams.flow.sink.LogViewer
Returns the default height for the dialog.
getDefaultHeight() - Method in class adams.flow.sink.MatrixPlot
 
getDefaultHeight() - Method in class adams.flow.sink.ObjectPreview
Returns the default height for the dialog.
getDefaultHeight() - Method in class adams.flow.sink.PDFViewer
Returns the default height for the dialog.
getDefaultHeight() - Method in class adams.flow.sink.ProbabilityPlotDisplay
 
getDefaultHeight() - Method in class adams.flow.sink.ProgressBar
Returns the default height for the dialog.
getDefaultHeight() - Method in class adams.flow.sink.ReportDisplay
Returns the default height for the dialog.
getDefaultHeight() - Method in class adams.flow.sink.ScatterDisplay
Returns the default height for the dialog.
getDefaultHeight() - Method in class adams.flow.sink.Screenshot
Returns the default height for the dialog.
getDefaultHeight() - Method in class adams.flow.sink.SequencePlotter
Returns the default height for the dialog.
getDefaultHeight() - Method in class adams.flow.sink.SideBySideDiff
Returns the default height for the dialog.
getDefaultHeight() - Method in class adams.flow.sink.SimplePlot
Returns the default height for the dialog.
getDefaultHeight() - Method in class adams.flow.sink.SpreadSheetDisplay
Returns the default height for the dialog.
getDefaultHeight() - Method in class adams.flow.sink.SpreadSheetRowViewer
Returns the default height for the dialog.
getDefaultHeight() - Method in class adams.flow.sink.TimeseriesDisplay
Returns the default height for the dialog.
getDefaultHeight() - Method in class adams.flow.sink.WekaAttributeSummary
Returns the default height for the dialog.
getDefaultHeight() - Method in class adams.flow.sink.WekaClassifierErrors
Returns the default height for the dialog.
getDefaultHeight() - Method in class adams.flow.sink.WekaCostBenefitAnalysis
Returns the default height for the dialog.
getDefaultHeight() - Method in class adams.flow.sink.WekaCostCurve
Returns the default height for the dialog.
getDefaultHeight() - Method in class adams.flow.sink.WekaInstancesDisplay
Returns the default height for the dialog.
getDefaultHeight() - Method in class adams.flow.sink.WekaInstancesPlot
Returns the default height for the dialog.
getDefaultHeight() - Method in class adams.flow.sink.WekaInstanceViewer
Returns the default height for the dialog.
getDefaultHeight() - Method in class adams.flow.sink.WekaMarginCurve
Returns the default height for the dialog.
getDefaultHeight() - Method in class adams.flow.sink.WekaThresholdCurve
Returns the default height for the dialog.
getDefaultHeight() - Method in class adams.flow.sink.ZScoreDisplay
 
getDefaultHeight() - Method in class adams.flow.source.NewImage
Returns the default height of the image.
getDefaultHeight() - Method in class adams.flow.standalone.Stopwatch
Returns the default height for the dialog.
getDefaultHeight() - Method in class adams.flow.transformer.AbstractInteractiveTransformerDialog
Returns the default height for the dialog.
getDefaultHeight() - Method in class adams.flow.transformer.ImageLabeler
Returns the default height for the dialog.
getDefaultHeight() - Method in class adams.flow.transformer.ImageObjectAnnotator
Returns the default height for the dialog.
getDefaultHeight() - Method in class adams.flow.transformer.ImageSegmentationAnnotator
Returns the default height for the dialog.
getDefaultHeight() - Method in class adams.flow.transformer.SelectArraySubset
Returns the default height for the dialog.
getDefaultHeight() - Method in class adams.flow.transformer.SpreadSheetSelectSubset
Returns the default height for the dialog.
getDefaultHeight() - Method in class adams.gui.tools.spreadsheetviewer.chart.AbstractChartGenerator
Returns the default height for the dialog.
getDefaultHistogram() - Method in class adams.data.filter.AbstractHistogram
Returns the default setup for the array histogram.
getDefaultHome() - Method in class adams.env.AbstractEnvironment
Returns the project's default "home" directory (underneath the user's home directory).
getDefaultHome(String) - Method in class adams.env.AbstractEnvironment
Returns the project's default "home" directory (underneath the user's home directory).
getDefaultHorizontalTextOffset() - Method in class adams.gui.core.GUIHelper
Returns the default horizontal offset for drawing strings in boxes.
getDefaultIDIndex() - Method in class adams.gui.visualization.instance.LoadDatasetDialog
Returns the default ID index in use.
getDefaultIDIndex() - Method in class adams.gui.visualization.spreadsheet.LoadSpreadSheetDialog
Returns the default ID index in use.
getDefaultIgnoredAttributes() - Method in class weka.filters.unsupervised.attribute.InterquartileRangeSamp
Returns the default regular expression for ignored/skipped attributes.
getDefaultImageBackground() - Method in class adams.gui.tools.previewbrowser.ObjectAnnotationsReportHandler
Returns the default background color.
getDefaultImageHeight() - Method in class adams.gui.tools.previewbrowser.ObjectAnnotationsReportHandler
Returns the default image height.
getDefaultImageReader() - Method in class adams.gui.tools.previewbrowser.ImageClassificationHandler
Returns the default image reader.
getDefaultImageReader() - Method in class adams.gui.tools.previewbrowser.ImageHandler
Returns the default reader.
getDefaultImageReader() - Method in class adams.gui.tools.previewbrowser.ObjectAnnotationsHandler
Returns the default image reader.
getDefaultImageReader() - Method in class adams.gui.tools.previewbrowser.ObjectCentersFromReport
Returns the default image reader.
getDefaultImageReader() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
Returns the default image reader.
getDefaultImageReader() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
Returns the default image reader.
getDefaultImageWidth() - Method in class adams.gui.tools.previewbrowser.ObjectAnnotationsReportHandler
Returns the default image width.
getDefaultImport() - Method in class adams.multiprocess.SerializingJobRunner
Returns the default import file.
getDefaultInclueAttributes(int) - Method in class adams.gui.visualization.instance.LoadDatasetDialog
Returns the default for the specified attribute type.
getDefaultIndex() - Method in class weka.filters.unsupervised.attribute.NominalToNumeric
Returns the default attribute index.
getDefaultIndex() - Method in class weka.filters.unsupervised.instance.multirowprocessor.selection.GroupExpression
Returns the default index.
getDefaultIndex() - Method in class weka.filters.unsupervised.instance.RemoveWithLabels
Returns the default attribute index.
getDefaultInitialObjects() - Method in class adams.flow.source.AbstractSelectObjects
Returns the default set of objects (in their commandline representation) to use.
getDefaultInitialSetupsProvider() - Method in class adams.opt.genetic.AbstractGeneticAlgorithm
Returns the default initial setups provider.
getDefaultInitialSetupsProvider() - Method in class adams.opt.genetic.PackDataGeneticAlgorithm
Returns the default initial setups provider.
getDefaultInlineScript() - Method in class adams.data.conversion.Groovy
Returns the default inline script.
getDefaultInlineScript() - Method in class adams.data.filter.Groovy
Returns the default inline script.
getDefaultInlineScript() - Method in class adams.data.outlier.Groovy
Returns the default inline script.
getDefaultInlineScript() - Method in class adams.data.report.Groovy
Returns the default inline script.
getDefaultInlineScript() - Method in class adams.flow.condition.bool.Groovy
Returns the default inline script.
getDefaultInlineScript() - Method in class adams.flow.core.AbstractGroovyActor
Returns the default inline script.
getDefaultInlineScript() - Method in class adams.flow.template.Groovy
Returns the default inline script.
getDefaultInlineScript() - Method in class adams.tools.Groovy
Returns the default inline script.
getDefaultInterval() - Method in class adams.data.conversion.WekaForecastContainerToTimeseries
Returns the default interval date/time.
getDefaultJobRunner() - Method in class adams.multiprocess.AbstractMetaJobRunner
Returns the default jobrunner.
getDefaultLabel() - Method in class adams.flow.transformer.ViaAnnotationsToReports
Returns the default label.
getDefaultLabel() - Method in class adams.gui.visualization.image.selection.SelectObjects
Returns the default label to use for the objects.
getDefaultLabel() - Method in class adams.gui.visualization.object.annotator.BoundingBoxAnnotator
Returns the default label to use for the objects.
getDefaultLabel() - Method in class adams.gui.visualization.object.annotator.PolygonPointAnnotator
Returns the default label to use for the objects.
getDefaultLabel() - Method in class adams.gui.visualization.object.annotator.SimplePointAnnotator
Returns the default label to use for the objects.
getDefaultLabel() - Method in class weka.classifiers.meta.ThresholdedBinaryClassification
Returns the default label index.
getDefaultLabel() - Method in class weka.classifiers.meta.Veto
Returns the default label index.
getDefaultLabelAnchor() - Method in class adams.gui.tools.previewbrowser.DeepLabCutCSVHandler
Returns the default label anchor.
getDefaultLabelAnchor() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
Returns the default label anchor.
getDefaultLabelAnchor() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
Returns the default label anchor.
getDefaultLabelAnchor() - Method in class adams.gui.tools.previewbrowser.PointsFromReportHandler
Returns the default label anchor.
getDefaultLabelAnchor() - Method in class adams.gui.tools.previewbrowser.YoloAnnotationsHandler
Returns the default label anchor.
getDefaultLabelAnchor() - Method in class adams.gui.visualization.image.AbstractObjectOverlayFromReport
Returns the default label anchor.
getDefaultLabelAnchor() - Method in class adams.gui.visualization.image.AbstractPointOverlayFromReport
Returns the default label anchor.
getDefaultLabelFormat() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
Returns the default label format.
getDefaultLabelFormat() - Method in class adams.gui.tools.previewbrowser.YoloAnnotationsHandler
Returns the default label format.
getDefaultLabelOffsetX() - Method in class adams.gui.tools.previewbrowser.DeepLabCutCSVHandler
Returns the default label offset for X.
getDefaultLabelOffsetX() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
Returns the default label offset for X.
getDefaultLabelOffsetX() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
Returns the default label offset for X.
getDefaultLabelOffsetX() - Method in class adams.gui.tools.previewbrowser.PointsFromReportHandler
Returns the default label offset for X.
getDefaultLabelOffsetX() - Method in class adams.gui.tools.previewbrowser.YoloAnnotationsHandler
Returns the default label offset for X.
getDefaultLabelOffsetX() - Method in class adams.gui.visualization.image.AbstractObjectOverlayFromReport
Returns the default label offset for X.
getDefaultLabelOffsetX() - Method in class adams.gui.visualization.image.AbstractPointOverlayFromReport
Returns the default label offset for X.
getDefaultLabelOffsetY() - Method in class adams.gui.tools.previewbrowser.DeepLabCutCSVHandler
Returns the default label offset for Y.
getDefaultLabelOffsetY() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
Returns the default label offset for Y.
getDefaultLabelOffsetY() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
Returns the default label offset for Y.
getDefaultLabelOffsetY() - Method in class adams.gui.tools.previewbrowser.PointsFromReportHandler
Returns the default label offset for Y.
getDefaultLabelOffsetY() - Method in class adams.gui.tools.previewbrowser.YoloAnnotationsHandler
Returns the default label offset for Y.
getDefaultLabelOffsetY() - Method in class adams.gui.visualization.image.AbstractObjectOverlayFromReport
Returns the default label offset for Y.
getDefaultLabelOffsetY() - Method in class adams.gui.visualization.image.AbstractPointOverlayFromReport
Returns the default label offset for Y.
getDefaultLabelRegExp() - Method in class weka.filters.unsupervised.instance.RemoveWithLabels
Returns the default label regular expression.
getDefaultLabelSuffix() - Method in class adams.gui.visualization.image.selection.SelectObjects
Returns the default suffix to use for the label.
getDefaultLabelSuffix() - Method in class adams.gui.visualization.object.annotator.BoundingBoxAnnotator
Returns the default suffix to use for the label.
getDefaultLabelSuffix() - Method in class adams.gui.visualization.object.annotator.PolygonAnnotator
Returns the default suffix to use for the label.
getDefaultLabelSuffix() - Method in class adams.gui.visualization.object.annotator.PolygonPointAnnotator
Returns the default suffix to use for the label.
getDefaultLabelSuffix() - Method in class adams.gui.visualization.object.annotator.SimplePointAnnotator
Returns the default suffix to use for the label.
getDefaultLargeDialogDimension() - Static method in class adams.gui.core.GUIHelper
Returns the default dimensions for a large dialog.
getDefaultLimit() - Method in class adams.data.textrenderer.AbstractLimitedTextRenderer
Returns the default limit.
getDefaultLimit() - Method in class adams.data.textrenderer.ArrayTextRenderer
Returns the default limit.
getDefaultLimit() - Method in class adams.data.textrenderer.CollectionTextRenderer
Returns the default limit.
getDefaultLimit() - Method in interface adams.data.textrenderer.LimitedTextRenderer
Returns the default limit.
getDefaultLimit() - Method in class adams.data.textrenderer.ListTextRenderer
Returns the default limit.
getDefaultLimit() - Method in class adams.data.textrenderer.MapTextRenderer
Returns the default limit.
getDefaultLimit() - Method in class adams.data.textrenderer.SetTextRenderer
Returns the default limit.
getDefaultLimit() - Method in class adams.data.textrenderer.SpreadSheetTextRenderer
Returns the default limit.
getDefaultLimit() - Method in class adams.db.AbstractLimitedConditions
Returns the default limit.
getDefaultList() - Method in class adams.core.discovery.genetic.AbstractGeneticDoubleDiscoveryHandler
Returns the default list.
getDefaultList() - Method in class adams.core.discovery.genetic.AbstractGeneticFloatDiscoveryHandler
Returns the default list.
getDefaultList() - Method in class adams.core.discovery.genetic.AbstractGeneticIntegerDiscoveryHandler
Returns the default list.
getDefaultList() - Method in class adams.core.discovery.genetic.AbstractGeneticStringDiscoveryHandler
Returns the default list.
getDefaultList() - Method in class adams.core.discovery.genetic.GenericDoubleResolution
Returns the default list.
getDefaultList() - Method in class adams.core.discovery.genetic.GenericFloatResolution
Returns the default list.
getDefaultList() - Method in class adams.core.discovery.genetic.GenericInteger
Returns the default list.
getDefaultList() - Method in class adams.core.discovery.genetic.GenericString
Returns the default list.
getDefaultList() - Method in class adams.core.discovery.genetic.GPDGamma
Returns the default list.
getDefaultList() - Method in class adams.core.discovery.genetic.GPDNoise
Returns the default list.
getDefaultList() - Method in class adams.core.discovery.genetic.PLSFilterNumComponents
Returns the default list.
getDefaultList() - Method in class adams.core.discovery.genetic.SavitzkyGolay2NumPoints
Returns the default list.
getDefaultLocal() - Method in class weka.classifiers.meta.SocketFacade
Returns the default address of the return address.
getDefaultLocalFile() - Method in class adams.multiprocess.ScpJobRunner
Returns the default local file.
getDefaultLoggingLevel() - Method in class adams.core.command.stderr.Log
Returns the default logging level to use.
getDefaultLoggingLevel() - Method in class adams.core.command.stdout.Log
Returns the default logging level to use.
getDefaultLoggingLevel() - Method in class adams.core.option.AbstractOptionHandler
Returns the default logging level to use.
getDefaultLoggingLevel() - Method in class adams.db.AbstractDatabaseConnection
Returns the logging level specified in the props file.
getDefaultLoggingLevel() - Method in class adams.scripting.requesthandler.LoggingHandler
Returns the default logging level to use.
getDefaultLoggingLevel() - Method in class adams.scripting.responsehandler.LoggingHandler
Returns the default logging level to use.
getDefaultMain() - Method in class adams.scripting.engine.DefaultWorkerScriptingEngine
Returns the default connection for the main.
getDefaultMainFilter() - Method in class weka.filters.FilteredFilter
Returns the default main filter.
getDefaultMaxConnectAttempts() - Method in class adams.db.AbstractDatabaseConnection
Returns the maximum number of connection attempts.
getDefaultMaximum() - Method in class adams.core.discovery.genetic.AbstractGeneticDoubleDiscoveryHandler
Returns the default maximum.
getDefaultMaximum() - Method in class adams.core.discovery.genetic.AbstractGeneticDoubleMatrixDiscoveryHandler
Returns the default maximum.
getDefaultMaximum() - Method in class adams.core.discovery.genetic.AbstractGeneticFloatDiscoveryHandler
Returns the default maximum.
getDefaultMaximum() - Method in class adams.core.discovery.genetic.AbstractGeneticIntegerArrayDiscoveryHandler
Returns the default maximum.
getDefaultMaximum() - Method in class adams.core.discovery.genetic.AbstractGeneticIntegerDiscoveryHandler
Returns the default maximum.
getDefaultMaximum() - Method in class adams.core.discovery.genetic.GenericDoubleResolution
Returns the default maximum.
getDefaultMaximum() - Method in class adams.core.discovery.genetic.GenericFloatResolution
Returns the default maximum.
getDefaultMaximum() - Method in class adams.core.discovery.genetic.GenericInteger
Returns the default maximum.
getDefaultMaximum() - Method in class adams.core.discovery.genetic.GPDGamma
Returns the default maximum.
getDefaultMaximum() - Method in class adams.core.discovery.genetic.GPDNoise
Returns the default maximum.
getDefaultMaximum() - Method in class adams.core.discovery.genetic.PLSFilterNumComponents
Returns the default maximum.
getDefaultMaximum() - Method in class adams.core.discovery.genetic.SavitzkyGolay2NumPoints
Returns the default maximum.
getDefaultMaximum() - Method in class adams.core.discovery.genetic.SIMPLSWeightsMatrix
Returns the default maximum.
getDefaultMean() - Method in class adams.data.random.AbstractDistributionBasedRandomNumberGenerator
Returns the default mean to use.
getDefaultMenuItem() - Method in class adams.gui.core.spreadsheettable.AbstractPlotSelectedRows
Returns the default name for the menu item.
getDefaultMenuItem() - Method in class adams.gui.core.spreadsheettable.AbstractProcessSelectedRows
Returns the default name for the menu item.
getDefaultMenuItem() - Method in class adams.gui.core.spreadsheettable.ArrayStatistic
Returns the default name for the menu item.
getDefaultMenuItem() - Method in class adams.gui.core.spreadsheettable.CopySelectedFiles
Returns the default name for the menu item.
getDefaultMenuItem() - Method in class adams.gui.visualization.instances.instancestable.AbstractPlotSelectedRows
Returns the default name for the menu item.
getDefaultMenuItem() - Method in class adams.gui.visualization.instances.instancestable.AbstractProcessSelectedRows
Returns the default name for the menu item.
getDefaultMenuItem() - Method in class adams.gui.visualization.instances.instancestable.ArrayStatistic
Returns the default name for the menu item.
getDefaultMenuItem() - Method in class adams.gui.visualization.instances.instancestable.ChangeInstanceWeights
Returns the default name for the menu item.
getDefaultMenuItem() - Method in class adams.gui.visualization.instances.instancestable.InvestigatorAsNewDataset
Returns the default name for the menu item.
getDefaultMetaDataKeys() - Method in class adams.gui.visualization.image.leftclick.DeleteObjects
Returns the default meta-data keys.
getDefaultMetaDataKeys() - Method in class adams.gui.visualization.image.leftclick.ViewObjects
Returns the default meta-data keys.
getDefaultMetaDataKeys() - Method in class adams.gui.visualization.object.mouseclick.DeleteObjects
Returns the default meta-data keys.
getDefaultMetaDataKeys() - Method in class adams.gui.visualization.object.mouseclick.ViewObjects
Returns the default meta-data keys.
getDefaultMethodName() - Method in class adams.flow.core.AbstractPyroCall
Returns the default method name.
getDefaultMethodName() - Method in class adams.flow.transformer.pyrotransformer.ExampleGreeting
Returns the default method name.
getDefaultMinimum() - Method in class adams.core.discovery.genetic.AbstractGeneticDoubleDiscoveryHandler
Returns the default minimum.
getDefaultMinimum() - Method in class adams.core.discovery.genetic.AbstractGeneticDoubleMatrixDiscoveryHandler
Returns the default minimum.
getDefaultMinimum() - Method in class adams.core.discovery.genetic.AbstractGeneticFloatDiscoveryHandler
Returns the default minimum.
getDefaultMinimum() - Method in class adams.core.discovery.genetic.AbstractGeneticIntegerArrayDiscoveryHandler
Returns the default minimum.
getDefaultMinimum() - Method in class adams.core.discovery.genetic.AbstractGeneticIntegerDiscoveryHandler
Returns the default minimum.
getDefaultMinimum() - Method in class adams.core.discovery.genetic.GenericDoubleResolution
Returns the default minimum.
getDefaultMinimum() - Method in class adams.core.discovery.genetic.GenericFloatResolution
Returns the default minimum.
getDefaultMinimum() - Method in class adams.core.discovery.genetic.GenericInteger
Returns the default minimum.
getDefaultMinimum() - Method in class adams.core.discovery.genetic.GPDGamma
Returns the default minimum.
getDefaultMinimum() - Method in class adams.core.discovery.genetic.GPDNoise
Returns the default minimum.
getDefaultMinimum() - Method in class adams.core.discovery.genetic.PLSFilterNumComponents
Returns the default minimum.
getDefaultMinimum() - Method in class adams.core.discovery.genetic.SavitzkyGolay2NumPoints
Returns the default minimum.
getDefaultMinimum() - Method in class adams.core.discovery.genetic.SIMPLSWeightsMatrix
Returns the default minimum.
getDefaultMinimumPixelDifference() - Method in class adams.flow.sink.sequenceplotter.ErrorCircleHitDetector
Returns the default minimum pixel difference.
getDefaultMinimumPixelDifference() - Method in class adams.flow.sink.sequenceplotter.ErrorCrossHitDetector
Returns the default minimum pixel difference.
getDefaultMinimumPixelDifference() - Method in class adams.gui.visualization.core.plot.AbstractDistanceBasedHitDetector
Returns the default minimum pixel difference.
getDefaultMinimumPixelDifference() - Method in class adams.gui.visualization.sequence.CircleHitDetector
Returns the default minimum pixel difference.
getDefaultMinimumPixelDifference() - Method in class adams.gui.visualization.sequence.CrossHitDetector
Returns the default minimum pixel difference.
getDefaultMinimumPixelDifference() - Method in class adams.gui.visualization.stats.paintlet.ScatterPlotCircleHitDetector
Returns the default minimum pixel difference.
getDefaultMinProbability() - Method in class weka.classifiers.meta.AbstainMinimumProbability
Returns the default minimum probability that the chosen class label must meet.
getDefaultMinProbability() - Method in class weka.classifiers.meta.ThresholdedBinaryClassification
Returns the default minimum probability.
getDefaultMinSamples() - Method in class weka.filters.unsupervised.attribute.InterquartileRangeSamp
Returns the default minimum number of samples.
getDefaultMissingValue() - Method in class adams.data.io.input.AbstractMultiSheetSpreadSheetReaderWithMissingValueSupport
Returns the default string for missing values.
getDefaultMissingValue() - Method in class adams.data.io.input.AbstractSpreadSheetReaderWithMissingValueSupport
Returns the default missing value to use.
getDefaultMissingValue() - Method in class adams.data.io.input.AutoWidthTabularSpreadSheetReader
Returns the default missing value to use.
getDefaultMissingValue() - Method in class adams.data.io.input.CsvSpreadSheetReader
Returns the default missing value to use.
getDefaultMissingValue() - Method in class adams.data.io.input.FixedTabularSpreadSheetReader
Returns the default missing value to use.
getDefaultMissingValue() - Method in class adams.data.io.input.SimpleCsvSpreadSheetReader
Returns the default missing value to use.
getDefaultMissingValue() - Method in class adams.data.io.output.AbstractMultiSheetSpreadSheetWriterWithMissingValueSupport
Returns the default missing value.
getDefaultMissingValue() - Method in class adams.data.io.output.AbstractSpreadSheetWriterWithMissingValueSupport
Returns the default missing value.
getDefaultN() - Method in class weka.filters.supervised.attribute.YGradientEPO
Returns the default algorithm.
getDefaultName() - Method in class adams.flow.core.AbstractActor
Returns the default name of the actor.
getDefaultName() - Method in interface adams.flow.core.Actor
Returns the default name of the actor.
getDefaultName() - Method in class adams.flow.template.AbstractActorTemplate
Returns the default name.
getDefaultName() - Method in class adams.flow.template.IterateFilesWithProgressBar
Returns the default name.
getDefaultName() - Method in class adams.gui.flow.tree.keyboardaction.AbstractKeyboardAction
Returns the default name of the action.
getDefaultNumberFormat() - Method in class adams.data.io.output.AbstractFormattedSpreadSheetWriter
Returns the default number format.
getDefaultNumberFormat() - Method in class adams.data.io.output.AbstractMultiSheetFormattedSpreadSheetWriter
Returns the default number format.
getDefaultNumberFormat() - Method in class adams.gui.visualization.core.axis.AbstractAxisModel
Returns the default number format.
getDefaultNumberFormat() - Method in class adams.gui.visualization.core.axis.PercentageAxisModel
Returns the default format.
getDefaultNumColors() - Method in class adams.gui.visualization.core.BiColorGenerator
Returns the default for the number of colors.
getDefaultNumColors() - Method in class adams.gui.visualization.core.ColorProviderBasedColorGradientGenerator
Returns the default for the number of colors.
getDefaultNumDigits() - Method in class adams.gui.visualization.image.leftclick.AbstractSelectionRectangleBasedLeftClickProcessor
Returns the default number of digits to use.
getDefaultNumDigits() - Method in class adams.gui.visualization.image.selection.AbstractSelectionRectangleBasedSelectionProcessor
Returns the default number of digits to use.
getDefaultNumDigits() - Method in class adams.gui.visualization.object.annotator.AbstractPointAnnotator
Returns the default number of digits to use.
getDefaultNumDigits() - Method in class adams.gui.visualization.object.annotator.AbstractRectangleBasedAnnotator
Returns the default number of digits to use.
getDefaultNumFolds() - Method in class weka.filters.supervised.instance.RemoveOutliers
Returns the default number of folds to use in CV.
getDefaultNumPoints() - Method in class adams.data.filter.DownSize
Returns the default number of points to retain.
getDefaultNumPoints() - Method in class weka.filters.unsupervised.attribute.EquiDistance
Returns the default number of points.
getDefaultNumThreads() - Method in class weka.filters.supervised.instance.RemoveOutliers
Returns the default number of threads to use for cross-validation.
getDefaultNumTicks() - Method in class adams.gui.visualization.core.axis.AbstractLimitedTickGenerator
Return the default number of ticks to generate.
getDefaultObject() - Method in class adams.gui.flow.tree.quickaction.AbstractGOEQuickAction
Returns the default object to use.
getDefaultObject() - Method in class adams.gui.flow.tree.quickaction.EditBooleanCondition
Returns the default object to use.
getDefaultObject() - Method in class adams.gui.flow.tree.quickaction.EditConversion
Returns the default object to use.
getDefaultObject() - Method in class adams.gui.flow.tree.quickaction.EditWekaASEvaluator
Returns the default object to use.
getDefaultObject() - Method in class adams.gui.flow.tree.quickaction.EditWekaASSearch
Returns the default object to use.
getDefaultObject() - Method in class adams.gui.flow.tree.quickaction.EditWekaClassifier
Returns the default object to use.
getDefaultObject() - Method in class adams.gui.flow.tree.quickaction.EditWekaClusterer
Returns the default object to use.
getDefaultObject() - Method in class adams.gui.flow.tree.quickaction.EditWekaDataGenerator
Returns the default object to use.
getDefaultObject() - Method in class adams.gui.flow.tree.quickaction.EditWekaFilter
Returns the default object to use.
getDefaultObject() - Method in class adams.gui.flow.tree.quickaction.EditWekaStreamableFilter
Returns the default object to use.
getDefaultObjectFinder() - Method in class adams.data.objectfinder.AbstractMetaObjectFinder
Returns the default finder to use.
getDefaultObjects() - Method in class adams.flow.source.valuedefinition.AbstractArrayValueDefinition
Returns the default objects.
getDefaultOptions() - Static method in class adams.core.management.JConsole
Returns the default options ("-histo:live") for jmap.
getDefaultOptions() - Static method in class adams.core.management.JDeps
Returns the default options ("-histo:live") for jdeps.
getDefaultOptions() - Static method in class adams.core.management.JMap
Returns the default options ("-histo:live") for jmap.
getDefaultOptions() - Static method in class adams.core.management.JVisualVM
Returns the default options ("--nosplash -J-Xmx512m") for jvisualvm.
getDefaultOutputFile() - Method in class adams.doc.listing.AbstractFileBasedListingOutput
Returns the default output file.
getDefaultOutputFile() - Method in class adams.doc.listing.HtmlOutput
Returns the default output file.
getDefaultOutputFile() - Method in class adams.doc.listing.MarkdownOutput
Returns the default output file.
getDefaultOutputFile() - Method in class adams.flow.sink.AbstractFileWriter
Returns the default output file.
getDefaultOutputFile() - Method in class adams.flow.sink.EmailFileWriter
Returns the default output file.
getDefaultOutputFile() - Method in class adams.flow.sink.SequencePlotter
Returns the default output file.
getDefaultOutputFile() - Method in class adams.flow.sink.SimplePlot
Returns the default output file.
getDefaultOutputFile() - Method in class adams.flow.sink.SpreadSheetFileWriter
Returns the default output file.
getDefaultOutputFormatter() - Method in class adams.core.command.AbstractExternalCommand
Returns the default output formatter.
getDefaultOutputLineNumbers() - Method in class adams.data.textrenderer.AbstractLineNumberedLimitedTextRenderer
Returns the default value for outputting line numbers.
getDefaultOutputType() - Method in class adams.core.command.AbstractExternalCommand
Returns the default output type.
getDefaultOutputType() - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm
Returns the default output type to use.
getDefaultOutputType() - Method in class adams.opt.genetic.DarkLord
Returns the default output type to use.
getDefaultOutputType() - Method in class adams.opt.genetic.Hermione
Returns the default output type to use.
getDefaultPackage() - Method in class adams.flow.source.AbstractWekaSetupGenerator
Returns the default package of the types of setups to generate.
getDefaultPaintlet() - Method in class adams.flow.sink.sequenceplotter.ByNameErrorPaintlet
Returns the default paintlet to use.
getDefaultPaintlet() - Method in class adams.flow.sink.sequenceplotter.ByNameMarkerPaintlet
Returns the default paintlet to use.
getDefaultPaintlet() - Method in class adams.flow.sink.TimeseriesDisplay
Returns the default paintlet.
getDefaultPaintlet() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.PredictionTrend
Returns the default paintlet to use.
getDefaultPaintlet() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.SamplePlot
Returns the default paintlet to use.
getDefaultPaintlet() - Method in class adams.gui.visualization.sequence.ByNamePaintlet
Returns the default paintlet to use.
getDefaultPaintlet() - Method in class adams.gui.visualization.sequence.PaintletWithFixedXRange
Returns the default paintlet to use.
getDefaultPaintlet() - Method in class adams.gui.visualization.sequence.PaintletWithFixedXYRange
Returns the default paintlet to use.
getDefaultPaintlet() - Method in class adams.gui.visualization.sequence.PaintletWithFixedYRange
Returns the default paintlet to use.
getDefaultPaintlet() - Method in class adams.gui.visualization.timeseries.PaintletWithFixedXRange
Returns the default paintlet to use.
getDefaultPaintlet() - Method in class adams.gui.visualization.timeseries.PaintletWithFixedYRange
Returns the default paintlet to use.
getDefaultParameters() - Method in class adams.flow.source.AbstractWekaSetupGenerator
Returns the default parameters.
getDefaultParameters() - Method in class adams.flow.source.WekaClassifierGenerator
Returns the default parameters.
getDefaultParameters() - Method in class adams.flow.source.WekaClustererGenerator
Returns the default parameters.
getDefaultParameters() - Method in class adams.flow.source.WekaFilterGenerator
Returns the default parameters.
getDefaultPassword() - Method in class adams.db.AbstractDatabaseConnection
Returns the password specified in the props file.
getDefaultPermissionHandler() - Method in class adams.scripting.engine.AbstractScriptingEngine
Returns the default permission handler.
getDefaultPopupActions() - Method in class adams.gui.visualization.report.ReportFactory.Table
Returns the default actions for the popup menu.
getDefaultPostTokenizer() - Method in class weka.core.tokenizers.PreCleanedTokenizer
Returns the default (post) token tokenizer.
getDefaultPreferredExtensions() - Method in class adams.gui.visualization.multiobjectexport.AbstractMultiObjectExportWithPreferredExtensions
Returns the default extensions.
getDefaultPreFilter() - Method in class weka.filters.FilteredFilter
Returns the default pre-filter.
getDefaultPrefix() - Method in class adams.gui.visualization.image.AbstractReportBasedOverlayHelper
Returns the default prefix for the objects in the report.
getDefaultPrefix() - Method in class adams.gui.visualization.image.leftclick.AbstractSelectionRectangleBasedLeftClickProcessor
Returns the default prefix to use for the objects.
getDefaultPrefix() - Method in class adams.gui.visualization.image.leftclick.AddMetaData
Returns the default prefix to use for the objects.
getDefaultPrefix() - Method in class adams.gui.visualization.image.leftclick.DeleteObjects
Returns the default prefix to use for the objects.
getDefaultPrefix() - Method in class adams.gui.visualization.image.ReportObjectOverlay
Returns the default prefix for the objects in the report.
getDefaultPrefix() - Method in class adams.gui.visualization.image.ReportPointOverlay
Returns the default prefix for the objects in the report.
getDefaultPrefix() - Method in class adams.gui.visualization.image.selection.AbstractSelectionRectangleBasedSelectionProcessor
Returns the default prefix to use for the objects.
getDefaultPrefix() - Method in class adams.gui.visualization.object.annotator.AbstractPointAnnotator
Returns the default prefix to use for the objects.
getDefaultPrefix() - Method in class adams.gui.visualization.object.annotator.AbstractRectangleBasedAnnotator
Returns the default prefix to use for the objects.
getDefaultPrefix() - Method in class adams.gui.visualization.object.annotator.AbstractReportBasedAnnotator
Returns the default prefix to use for the objects.
getDefaultPrefix() - Method in class weka.filters.unsupervised.attribute.EquiDistance
Returns the default prefix for the new attributes.
getDefaultPrefixes() - Method in class adams.gui.visualization.image.leftclick.ViewObjects
Returns the default prefix to use for the objects.
getDefaultPreparation() - Method in class weka.classifiers.meta.SocketFacade
Returns the default data preparation scheme to use.
getDefaultPreprocessingType() - Method in class adams.data.instancesanalysis.pls.AbstractPLS
Returns the default preprocessing type.
getDefaultPreprocessingType() - Method in class adams.data.instancesanalysis.pls.PRM
Returns the default preprocessing type.
getDefaultPreprocessingType() - Method in class adams.data.instancesanalysis.pls.SparsePLS
Returns the default preprocessing type.
getDefaultPreTokenizer() - Method in class weka.core.tokenizers.PreCleanedTokenizer
Returns the default (pre) token tokenizer.
getDefaultPrintColNames() - Method in class weka.experiment.ResultMatrixAdamsCSV
returns the default of whether column names or numbers instead are printed.
getDefaultPrintColNames() - Method in class weka.experiment.ResultMatrixMediaWiki
returns the default of whether column names or numbers instead are printed.
getDefaultProcessor() - Method in class adams.scripting.ScriptingHelper
Returns the default command processor.
getDefaultProclets() - Method in class adams.gui.visualization.multiobjectexport.PDFExport
Returns the default proclets to use.
getDefaultProperties() - Method in class adams.flow.source.EnterManyValues
Returns the default properties.
getDefaultProperty() - Method in class adams.core.discovery.genetic.GenericDoubleResolution
Returns the default property.
getDefaultProperty() - Method in class adams.core.discovery.genetic.GenericFloatResolution
Returns the default property.
getDefaultProperty() - Method in class adams.core.discovery.genetic.GenericInteger
Returns the default property.
getDefaultProperty() - Method in class adams.core.discovery.genetic.GenericString
Returns the default property.
getDefaultRange() - Method in class weka.filters.unsupervised.attribute.EquiDistance
Returns the default attribute range.
getDefaultRange() - Method in class weka.filters.unsupervised.instance.multirowprocessor.processor.AbstractRangeBasedSelectionProcessor
Returns the default range.
getDefaultRangePaintlet() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.SamplePlot
Returns the default paintlet to use for the lower/upper statistics.
getDefaultReader() - Method in class adams.data.io.input.AbstractCustomPNGAnnotationImageSegmentationReader
Returns the default image reader.
getDefaultReader() - Method in class adams.flow.control.AbstractDataContainerFileChecker
Returns the default reader to use.
getDefaultReader() - Method in class adams.flow.transformer.AbstractDataContainerFileImport
Returns the default reader for loading the data.
getDefaultReader() - Method in class adams.flow.transformer.AbstractDataContainerFileReader
Returns the default reader to use.
getDefaultReader() - Method in class adams.flow.transformer.AbstractReportFileImport
Returns the default reader for loading the reports.
getDefaultReader() - Method in class adams.flow.transformer.AbstractReportFileReader
Returns the default reader.
getDefaultReader() - Method in class adams.flow.transformer.ReportFileReader
Returns the default reader.
getDefaultReader() - Method in class adams.flow.transformer.SetReportFromFile
Returns the default reader to use.
getDefaultReader() - Method in class adams.flow.transformer.TimeseriesFileReader
Returns the default reader to use.
getDefaultReader() - Method in class adams.flow.transformer.WekaInstanceFileReader
Returns the default reader to use.
getDefaultReader() - Method in class adams.gui.chooser.AbstractConfigurableExtensionFileFilterFileChooser
Returns the default reader.
getDefaultReader() - Method in class adams.gui.chooser.AbstractReportFileChooser
Returns the default reader.
getDefaultReader() - Method in class adams.gui.chooser.AdamsExperimentFileChooser
Returns the default reader.
getDefaultReader() - Method in class adams.gui.chooser.DefaultReportFileChooser
Returns the default reader.
getDefaultReader() - Method in class adams.gui.chooser.EmailFileChooser
Returns the default reader.
getDefaultReader() - Method in class adams.gui.chooser.FlowFileChooser
Returns the default reader.
getDefaultReader() - Method in class adams.gui.chooser.ImageFileChooser
Returns the default reader.
getDefaultReader() - Method in class adams.gui.chooser.ObjectExporterFileChooser
Returns the default reader.
getDefaultReader() - Method in class adams.gui.chooser.ObjectFileChooser
Returns the default reader.
getDefaultReader() - Method in class adams.gui.chooser.ParameterMapFileChooser
Returns the default reader.
getDefaultReader() - Method in class adams.gui.chooser.SerializationFileChooser
Returns the default reader.
getDefaultReader() - Method in class adams.gui.chooser.SpreadSheetFileChooser
Returns the default reader.
getDefaultReader() - Method in class adams.gui.chooser.TimeseriesFileChooser
Returns the default reader.
getDefaultReader() - Method in class adams.gui.chooser.WekaFileChooser
Returns the default reader.
getDefaultReader() - Method in class adams.gui.tools.previewbrowser.BlueChannelImageHandler
Returns the default image reader.
getDefaultReader() - Method in class adams.gui.tools.previewbrowser.GrayOrIndexedImageHandler
Returns the default image reader.
getDefaultReader() - Method in class adams.gui.tools.previewbrowser.ImageClassificationHandler
Returns the default reader.
getDefaultReader() - Method in class adams.gui.tools.previewbrowser.notes.NotesFileChooser
Returns the default reader.
getDefaultReader() - Method in class adams.gui.tools.previewbrowser.ObjectAnnotationsHandler
Returns the default reader.
getDefaultReader() - Method in class adams.gui.tools.previewbrowser.ObjectAnnotationsReportHandler
Returns the default reader.
getDefaultReader() - Method in class adams.gui.tools.previewbrowser.ObjectCentersFromReport
Returns the default reader.
getDefaultReader() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
Returns the default reader.
getDefaultReader() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
Returns the default reader.
getDefaultReader() - Method in class adams.gui.tools.previewbrowser.ReportHandler
Returns the default reader.
getDefaultReader() - Method in class adams.gui.tools.previewbrowser.TrimapImageHandler
Returns the default image reader.
getDefaultReconnectWait() - Method in class adams.db.AbstractDatabaseConnection
Returns the number of seconds to wait before trying to reconnect.
getDefaultRegExp() - Method in class weka.filters.unsupervised.attribute.EquiDistance
Returns the default regular expression for identifying attributes.
getDefaultRegExp() - Method in class weka.filters.unsupervised.instance.multirowprocessor.selection.GroupExpression
Returns the default regular expression.
getDefaultRegularExpression() - Method in class adams.flow.transformer.MatchReportFields
Returns the default regular expression.
getDefaultRemote() - Method in class weka.classifiers.meta.SocketFacade
Returns the default address of the remote process.
getDefaultRemoteFile() - Method in class adams.multiprocess.ScpJobRunner
Returns the default remote file.
getDefaultRemoteFile() - Method in class adams.multiprocess.ScpJobRunner.RemoteJobRunner
Returns the default remote file.
getDefaultRemoteObjectName() - Method in class adams.flow.core.AbstractPyroCall
Returns the default remote object name.
getDefaultRemoteObjectName() - Method in class adams.flow.transformer.pyrotransformer.ExampleGreeting
Returns the default remote object name.
getDefaultRenderer() - Static method in class adams.data.textrenderer.AbstractTextRenderer
Returns the default renderer.
getDefaultRenderer() - Method in class adams.gui.core.dotnotationtree.DotNotationTree
Returns the default renderer to use.
getDefaultRenderer() - Method in class adams.gui.goe.actorpathtree.ActorPathTree
Returns the default renderer to use.
getDefaultRenderer() - Method in class adams.gui.goe.classtree.ClassTree
Returns the default renderer to use.
getDefaultReplace() - Method in class adams.data.conversion.AbstractValidateString
Returns the default replacement string.
getDefaultReplace() - Method in class weka.filters.unsupervised.attribute.NominalToNumeric
Returns the default expression for replacing matching tokens with.
getDefaultReportClass() - Method in class adams.flow.source.NewReport
Returns the default report class to use.
getDefaultRequestConnection() - Method in class adams.multiprocess.RemoteCommandJobRunner
Returns the default connection for sending the request.
getDefaultRequestHandler() - Method in class adams.scripting.engine.AbstractScriptingEngine
Returns the default request handler.
getDefaultResponseConnection() - Method in class adams.multiprocess.RemoteCommandJobRunner
Returns the default connection for sending the response back.
getDefaultResponseConnection() - Method in class adams.scripting.command.AbstractCommandWithResponse
Returns the default connection to use.
getDefaultResponseHandler() - Method in class adams.scripting.engine.AbstractScriptingEngine
Returns the default request handler.
getDefaultResponseScriptingEngine() - Method in class adams.multiprocess.RemoteCommandJobRunner
Returns the default connection for sending the response back.
getDefaultRestrictingStops() - Method in class adams.flow.control.Sequence
Returns the default for restricting stops.
getDefaultRowFinder() - Method in class weka.filters.unsupervised.attribute.AttributeSummaryTransferFilter
Gets the default training data row selector.
getDefaultRowNameWidth() - Method in class weka.experiment.ResultMatrixAdamsCSV
returns the default width for the row names.
getDefaultRowNameWidth() - Method in class weka.experiment.ResultMatrixMediaWiki
returns the default width for the row names.
getDefaultRows() - Method in class adams.core.discovery.genetic.AbstractGeneticDoubleMatrixDiscoveryHandler
Returns the default size.
getDefaultRows() - Method in class adams.core.discovery.genetic.SIMPLSWeightsMatrix
This is the number of attributes
getDefaultRowScore() - Method in class adams.data.spreadsheet.rowscore.AbstractMetaRowScore
Returns the default row score algorithm to use.
getDefaultRowSelection() - Method in class weka.filters.unsupervised.instance.MultiRowProcessor
Returns the default row selection scheme.
getDefaults() - Method in class adams.gui.flow.tree.ActorSuggestion
Returns the available default actors.
getDefaults() - Method in class adams.gui.flow.tree.ActorTemplateSuggestion
Returns the available default actor templates.
getDefaultSampleSize() - Method in class adams.data.spc.AbstractControlChartWithSampleSize
Returns the default sample size.
getDefaultSampleSize() - Method in class adams.data.spc.CChart
Returns the default sample size.
getDefaultSampleSize() - Method in class adams.data.spc.NPChart
Returns the default sample size.
getDefaultSampleSize() - Method in class adams.data.spc.PChart
Returns the default sample size.
getDefaultSampleSize() - Method in class adams.data.spc.XBarRChart
Returns the default sample size.
getDefaultSampleSize() - Method in class adams.data.spc.XBarSChart
Returns the default sample size.
getDefaultSampleSize() - Method in class weka.filters.unsupervised.attribute.InterquartileRangeSamp
Returns the default sample size.
getDefaultSampleSizeLowerLimit() - Method in class adams.data.spc.AbstractControlChartWithSampleSize
Returns the default lower limit for the sample size.
getDefaultSampleSizeLowerLimit() - Method in class adams.data.spc.XBarRChart
Returns the default lower limit for the sample size.
getDefaultSampleSizeLowerLimit() - Method in class adams.data.spc.XBarSChart
Returns the default lower limit for the sample size.
getDefaultSampleSizeUpperLimit() - Method in class adams.data.spc.AbstractControlChartWithSampleSize
Returns the default upper limit for the sample size.
getDefaultScheduler(int) - Static method in class adams.flow.core.EventHelper
Synchronized access for the default scheduler.
getDefaultScriptingEngine() - Method in class adams.gui.dialog.DatabaseConnectionPanel
Returns the default scripting engine.
getDefaultScriptingEngine() - Method in class adams.scripting.engine.AbstractScriptingEngineEnhancer
Returns the default scripting engine.
getDefaultScriptingEngine() - Method in class adams.scripting.engine.DefaultWorkerScriptingEngine
Returns the default scripting engine.
getDefaultSecondColor() - Method in class adams.gui.visualization.core.BiColorGenerator
Returns the default for the second color.
getDefaultSecondColor() - Method in class adams.gui.visualization.core.ConfusionMatrixColorGenerator
Returns the default for the second color.
getDefaultSeed() - Method in class weka.filters.supervised.instance.RemoveOutliers
Returns the default seed value.
getDefaultSelectionProcessor() - Method in class weka.filters.unsupervised.instance.MultiRowProcessor
Returns the default selection processor.
getDefaultSendEmail() - Static method in class adams.core.net.EmailHelper
Returns the default send email class.
getDefaultSeparator() - Method in class adams.data.io.input.SimpleCsvSpreadSheetReader
Returns the default separator.
getDefaultSeparator() - Method in class adams.data.io.input.TsvSpreadSheetReader
Returns the default separator.
getDefaultSeparator() - Method in class adams.data.io.output.CsvSpreadSheetWriter
Returns the default separator.
getDefaultSeparator() - Method in class adams.data.io.output.TsvSpreadSheetWriter
Returns the default separator.
getDefaultSetup() - Method in class adams.flow.source.AbstractWekaSetupGenerator
Returns the default setup.
getDefaultSetup() - Method in class adams.flow.source.WekaClassifierGenerator
Returns the default setup.
getDefaultSetup() - Method in class adams.flow.source.WekaClustererGenerator
Returns the default setup.
getDefaultSetup() - Method in class adams.flow.source.WekaFilterGenerator
Returns the default setup.
getDefaultSheetPrefix() - Method in class adams.data.io.output.AbstractMultiSheetSpreadSheetWriter
Returns the default missing value.
getDefaultSheetRange() - Method in class adams.data.io.input.AbstractMultiSheetSpreadSheetReader
Returns the default sheet range.
getDefaultSheetRange() - Method in class adams.data.io.input.ExcelSpreadSheetReader
Returns the default sheet range.
getDefaultSheetRange() - Method in class adams.data.io.input.ExcelStreamingSpreadSheetReader
Returns the default sheet range.
getDefaultSheetRange() - Method in class adams.data.io.input.GnumericSpreadSheetReader
Returns the default sheet range.
getDefaultSheetRange() - Method in class adams.data.io.input.Mat5SpreadSheetReader
Returns the default sheet range.
getDefaultSheetRange() - Method in class adams.data.io.input.ODFSpreadSheetReader
Returns the default sheet range.
getDefaultShortcut() - Method in class adams.gui.flow.tree.keyboardaction.AbstractKeyboardAction
Returns the default shortcut of the action.
getDefaultShortcut() - Method in class adams.gui.flow.tree.keyboardaction.ActionQuickSearch
Returns the default shortcut of the action.
getDefaultShortcut() - Method in class adams.gui.flow.tree.keyboardaction.AddActorAfter
Returns the default shortcut of the action.
getDefaultShortcut() - Method in class adams.gui.flow.tree.keyboardaction.AddActorBeneath
Returns the default shortcut of the action.
getDefaultShortcut() - Method in class adams.gui.flow.tree.keyboardaction.AddActorHere
Returns the default shortcut of the action.
getDefaultShortcut() - Method in class adams.gui.flow.tree.keyboardaction.AddTemplateAfter
Returns the default shortcut of the action.
getDefaultShortcut() - Method in class adams.gui.flow.tree.keyboardaction.AddTemplateBeneath
Returns the default shortcut of the action.
getDefaultShortcut() - Method in class adams.gui.flow.tree.keyboardaction.AddTemplateHere
Returns the default shortcut of the action.
getDefaultShortcut() - Method in class adams.gui.flow.tree.keyboardaction.EncloseActor
Returns the default shortcut of the action.
getDefaultShortcut() - Method in class adams.gui.flow.tree.keyboardaction.FavoriteActorAfter
Returns the default shortcut of the action.
getDefaultShortcut() - Method in class adams.gui.flow.tree.keyboardaction.FavoriteActorBeneath
Returns the default shortcut of the action.
getDefaultShortcut() - Method in class adams.gui.flow.tree.keyboardaction.FavoriteActorHere
Returns the default shortcut of the action.
getDefaultShortcut() - Method in class adams.gui.flow.tree.keyboardaction.PullUpActor
Returns the default shortcut of the action.
getDefaultShortcut() - Method in class adams.gui.flow.tree.keyboardaction.QuickAction
Returns the default shortcut of the action.
getDefaultShortcut() - Method in class adams.gui.flow.tree.keyboardaction.QuickSearchActorAfter
Returns the default shortcut of the action.
getDefaultShortcut() - Method in class adams.gui.flow.tree.keyboardaction.QuickSearchActorBeneath
Returns the default shortcut of the action.
getDefaultShortcut() - Method in class adams.gui.flow.tree.keyboardaction.QuickSearchActorHere
Returns the default shortcut of the action.
getDefaultShortcut() - Method in class adams.gui.flow.tree.keyboardaction.SearchActorAfter
Returns the default shortcut of the action.
getDefaultShortcut() - Method in class adams.gui.flow.tree.keyboardaction.SearchActorBeneath
Returns the default shortcut of the action.
getDefaultShortcut() - Method in class adams.gui.flow.tree.keyboardaction.SearchActorHere
Returns the default shortcut of the action.
getDefaultShortTitle() - Method in class adams.flow.core.AbstractDisplay
Returns the default value for short title.
getDefaultSignature() - Static method in class adams.core.net.EmailHelper
Returns the default signature.
getDefaultSize() - Method in class adams.core.discovery.genetic.AbstractGeneticIntegerArrayDiscoveryHandler
Returns the default size.
getDefaultSize() - Method in class adams.flow.processor.AbstractListingProcessor
Returns the default sie of the dialog.
getDefaultSize() - Method in class adams.gui.core.AbstractNamedHistoryPanel.AbstractHistoryEntryFrame
Returns the default size of the frame.
getDefaultSize() - Method in class adams.gui.goe.AbstractAdvancedScriptEditor
Returns the default size to use for the panels.
getDefaultSize() - Method in class adams.gui.goe.AbstractSimpleScriptEditor
Returns the default size to use for the panels.
getDefaultSmallDialogDimension() - Static method in class adams.gui.core.GUIHelper
Returns the default dimensions for a small dialog.
getDefaultSortIndex() - Method in class adams.gui.visualization.instance.LoadDatasetDialog
Returns the default sort index in use.
getDefaultSortIndex() - Method in class adams.gui.visualization.spreadsheet.LoadSpreadSheetDialog
Returns the default sort index in use.
getDefaultSplits() - Method in class adams.core.discovery.genetic.AbstractGeneticDoubleDiscoveryHandlerResolution
Returns the default splits.
getDefaultSplits() - Method in class adams.core.discovery.genetic.AbstractGeneticDoubleMatrixDiscoveryHandler
Returns the default splits.
getDefaultSplits() - Method in class adams.core.discovery.genetic.AbstractGeneticFloatDiscoveryHandlerResolution
Returns the default splits.
getDefaultSplits() - Method in class adams.core.discovery.genetic.GenericDoubleResolution
Returns the default splits.
getDefaultSplits() - Method in class adams.core.discovery.genetic.GenericFloatResolution
Returns the default splits.
getDefaultSplits() - Method in class adams.core.discovery.genetic.GPDGamma
Returns the default splits.
getDefaultSplits() - Method in class adams.core.discovery.genetic.GPDNoise
Returns the default splits.
getDefaultSplits() - Method in class adams.core.discovery.genetic.SIMPLSWeightsMatrix
 
getDefaultSplitterPosition() - Method in class adams.flow.sink.DOMDisplay
Returns the default position for the splitter.
getDefaultSplitterPosition() - Method in class adams.flow.transformer.PixelSelector
Returns the default position for the splitter.
getDefaultSpreadSheet() - Method in class adams.data.io.input.AbstractSpreadSheetReader
Returns the default spreadsheet type.
getDefaultSpreadSheetType() - Method in class adams.data.featureconverter.Dataset
Returns the default spreadsheet to use.
getDefaultSpreadSheetType() - Method in class adams.data.featureconverter.SpreadSheet
Returns the default spreadsheet to use.
getDefaultSQLDimension() - Method in class adams.gui.core.PropertiesParameterPanel
Returns the dimension to use for SQL query fields.
getDefaultStart() - Method in class adams.data.conversion.WekaForecastContainerToTimeseries
Returns the default start date/time.
getDefaultStdErrProcessor() - Method in class adams.core.command.AbstractExternalCommand
Returns the default handler for processing output on stderr.
getDefaultStdev() - Method in class adams.data.random.AbstractDistributionBasedRandomNumberGenerator
Returns the default standard deviation to use.
getDefaultStdOutProcessor() - Method in class adams.core.command.AbstractExternalCommand
Returns the default handler for processing output on stdout.
getDefaultString() - Method in class adams.gui.chooser.AbstractChooserPanel
The string that is used by default.
getDefaultString() - Method in class adams.gui.chooser.AbstractDateBasedChooserPanel
The string that is used by default.
getDefaultStrings() - Method in class adams.gui.chooser.DatePanel
 
getDefaultStrokeThickness() - Method in class adams.gui.visualization.image.selection.AbstractPaintingSelectionProcessor
Returns the default stroke thickness.
getDefaultSubPaintlets() - Method in class adams.gui.visualization.core.MultiPaintlet
Returns the default paintlets.
getDefaultSubPaintlets() - Method in class adams.gui.visualization.sequence.MultiPaintlet
Returns the default paintlets.
getDefaultSummaryFilter() - Method in class weka.filters.unsupervised.attribute.AttributeSummaryTransferFilter
Gets the default filter to use to summarise the attributes.
getDefaultSuperClass() - Method in class adams.flow.source.AbstractSelectObjects
Returns the default superclass to use.
getDefaultSuperClass() - Method in class adams.flow.source.AbstractWekaSetupGenerator
Returns the default super class, the same as the type "T" when defining the generics.
getDefaultSuperClass() - Method in class adams.flow.source.valuedefinition.AbstractGOEValueDefinition
Returns the default super class.
getDefaultSuperClass() - Method in class adams.flow.source.valuedefinition.GOEValueDefinition
Returns the default super class.
getDefaultSuperClass() - Method in class adams.flow.source.valuedefinition.WekaGOEValueDefinition
Returns the default super class.
getDefaultSuperClass() - Method in class adams.flow.source.WekaClassifierGenerator
Returns the default super class, the same as the type "T" when defining the generics.
getDefaultSuperClass() - Method in class adams.flow.source.WekaClustererGenerator
Returns the default super class, the same as the type "T" when defining the generics.
getDefaultSuperClass() - Method in class adams.flow.source.WekaFilterGenerator
Returns the default super class, the same as the type "T" when defining the generics.
getDefaultSuppliedFileName() - Method in class adams.flow.transformer.AbstractDataContainerFileWriter
The default for the supplied file name.
getDefaultSupport() - Method in class weka.classifiers.meta.ConsensusOrVote
Returns the percentage (0-1 excl) or number of base-classifiers (>= 1) that need to chose the label in order to predict it.
getDefaultSupport() - Method in class weka.classifiers.meta.Veto
Returns the percentage (0-1 excl) or number of base-classifiers (>= 1) that need to chose the label in order to predict it.
getDefaultTemplate() - Method in class adams.flow.core.AbstractTemplate
Returns the default template to use.
getDefaultTemplate() - Method in class adams.flow.generator.Template
Returns the default template to use.
getDefaultTemplate() - Method in class adams.flow.sink.TemplateSink
Returns the default template to use.
getDefaultTemplate() - Method in class adams.flow.source.NewFlow
Returns the default template to use.
getDefaultTemplate() - Method in class adams.flow.source.TemplateSource
Returns the default template to use.
getDefaultTemplate() - Method in class adams.flow.standalone.TemplateStandalone
Returns the default template to use.
getDefaultTemplate() - Method in class adams.flow.transformer.TemplateTransformer
Returns the default template to use.
getDefaultTemplate() - Method in class adams.gui.flow.tree.keyboardaction.AbstractAddTemplate
Returns the default template of the action.
getDefaultTemplate() - Method in class adams.gui.flow.tree.keyboardaction.AddTemplateAfter
Returns the default actor of the action.
getDefaultTemplate() - Method in class adams.gui.flow.tree.keyboardaction.AddTemplateBeneath
Returns the default actor of the action.
getDefaultTemplate() - Method in class adams.gui.flow.tree.keyboardaction.AddTemplateHere
Returns the default actor of the action.
getDefaultTextReader() - Method in class adams.data.io.input.AbstractCompressedTextReader
Returns the default text reader to use.
getDefaultThen() - Method in class adams.flow.control.IfStorageValue
Returns the default 'Then' actor.
getDefaultThen() - Method in class adams.flow.control.IfThenElse
Returns the default 'Then' actor.
getDefaultThickness() - Method in class adams.gui.visualization.stats.scatterplot.AbstractScatterPlotOverlay
Returns the default thickness.
getDefaultThickness() - Method in class adams.gui.visualization.stats.scatterplot.Coordinates
Returns the default thickness.
getDefaultTimeout() - Method in class weka.classifiers.meta.SocketFacade
The default timeout in milli-second.
getDefaultTinyDialogDimension() - Static method in class adams.gui.core.GUIHelper
Returns the default dimensions for a tiny dialog.
getDefaultTitle() - Method in class adams.flow.sink.AbstractGraphicsGenerator
Returns the default title for the dialog.
getDefaultTitle() - Method in class adams.flow.sink.logview.AbstractLogEntryDialog
Returns the default title for the dialog.
getDefaultTitle() - Method in class adams.flow.sink.Screenshot
Returns the default title for the dialog.
getDefaultTitle() - Method in class adams.gui.dialog.AbstractDirectoryExportDialog
Returns the default title for the dialog.
getDefaultTitle() - Method in class adams.gui.dialog.AbstractFileExportDialog
Returns the default title for the dialog.
getDefaultTitle() - Method in class adams.gui.dialog.AbstractFileImportDialog
Returns the default title for the dialog.
getDefaultTitle() - Method in class adams.gui.dialog.AbstractReplaceDialog
Returns the title of the dialog.
getDefaultTitle() - Method in class adams.gui.dialog.ReplaceFieldDialog
Returns the title of the dialog.
getDefaultTitle() - Method in class adams.gui.flow.ExportDialog
Returns the default title for the dialog.
getDefaultTitle() - Method in class adams.gui.flow.ImportDialog
Returns the default title for the dialog.
getDefaultTitle() - Method in class adams.gui.tools.remotecontrolcenter.RemoteControlCenterPanel
Returns the default title.
getDefaultTitle() - Method in class adams.gui.tools.wekainvestigator.InvestigatorPanel
Returns the default title.
getDefaultTitle() - Method in class adams.gui.tools.wekamultiexperimenter.ExperimenterPanel
Returns the default title.
getDefaultTitle() - Method in class adams.gui.visualization.sequence.XYSequenceExportDialog
Returns the default title for the dialog.
getDefaultTitle() - Method in class adams.gui.visualization.timeseries.TimeseriesExportDialog
Returns the default title for the dialog.
getDefaultTitle() - Method in class adams.gui.workspace.AbstractWorkspacePanel
Returns the default title.
getDefaultTokenizers() - Method in class weka.core.tokenizers.MultiTokenizer
Returns the default token tokenizers.
getDefaultTry() - Method in class adams.flow.control.TryCatch
Returns the default try branch.
getDefaultType() - Method in class adams.core.discovery.genetic.AbstractGeneticDoubleDiscoveryHandler
Returns the default type.
getDefaultType() - Method in class adams.core.discovery.genetic.AbstractGeneticFloatDiscoveryHandler
Returns the default type.
getDefaultType() - Method in class adams.core.discovery.genetic.AbstractGeneticIntegerDiscoveryHandler
Returns the default type.
getDefaultType() - Method in class weka.filters.unsupervised.attribute.NominalToNumeric
Returns the default regular expression for finding tokens to clean.
getDefaultUpdateInterval() - Method in class adams.flow.execution.AbstractTimedFlowExecutionListenerWithTable
Returns the default update interval.
getDefaultUpdateInterval() - Method in class adams.flow.execution.ExecutionCounter
 
getDefaultUpdateInterval() - Method in class adams.flow.execution.Time
Returns the default update interval.
getDefaultURL() - Method in class adams.db.AbstractDatabaseConnection
Returns the database URL specified in the props file.
getDefaultUseBackgroundNegative() - Method in class adams.gui.core.spreadsheettable.AbstractColoredCellRenderingCustomizer
Returns the default for using the negative background.
getDefaultUseBackgroundPositive() - Method in class adams.gui.core.spreadsheettable.AbstractColoredCellRenderingCustomizer
Returns the default for using the positive background.
getDefaultUseColorsPerType() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
Returns the default for using colors per type.
getDefaultUseColorsPerType() - Method in class adams.gui.tools.previewbrowser.YoloAnnotationsHandler
Returns the default for using colors per type.
getDefaultUseCompact() - Method in class adams.data.io.output.DefaultFlowWriter
Returns the default missing value.
getDefaultUser() - Method in class adams.db.AbstractDatabaseConnection
Returns the user specified in the props file.
getDefaultUseSimpleNumberFormat() - Method in class adams.data.io.output.AbstractFormattedSpreadSheetWriter
Returns the default for the simple number format.
getDefaultValue() - Method in class adams.core.option.AbstractOption
Returns the default value for this option.
getDefaultValue() - Method in class adams.flow.source.valuedefinition.DefaultValueDefinition
Returns the default of the value.
getDefaultValue() - Method in class adams.flow.source.valuedefinition.DirectoryValueDefinition
Returns the default of the value.
getDefaultValue() - Method in class adams.flow.source.valuedefinition.FileValueDefinition
Returns the default of the value.
getDefaultValue() - Method in class adams.flow.source.valuedefinition.ListSelectionValueDefinition
Returns the default list value.
getDefaultValue() - Method in class adams.flow.source.valuedefinition.RegExpConstrainedStringDefinition
Returns the default of the value.
getDefaultValue() - Method in class adams.gui.core.CheckedTextField.AbstractCheckModel
Returns the default value in case the current string is not valid.
getDefaultValue() - Method in class adams.gui.goe.AbstractNumberEditor
Returns the default value.
getDefaultValue() - Method in class adams.gui.tools.spreadsheetviewer.AbstractDataPluginWithGOE
Returns the default object to use in the GOE if no last setup is yet available.
getDefaultValue() - Method in class adams.gui.tools.spreadsheetviewer.AbstractSelectedSheetsDataPluginWithGOE
Returns the default object to use in the GOE if no last setup is yet available.
getDefaultValue() - Method in class adams.gui.tools.spreadsheetviewer.AbstractSelectedSheetsViewPluginWithGOE
Returns the default object to use in the GOE if no last setup is yet available.
getDefaultValue() - Method in class adams.gui.tools.spreadsheetviewer.AbstractViewPluginWithGOE
Returns the default object to use in the GOE if no last setup is yet available.
getDefaultValue() - Method in class adams.gui.tools.spreadsheetviewer.Merge
Returns the default object to use in the GOE if no last setup is yet available.
getDefaultValue() - Method in class adams.gui.visualization.image.plugins.AbstractCurrentImageFilterWithGOE
Returns the default object to use in the GOE if no last setup is yet available.
getDefaultValue() - Method in class adams.gui.visualization.image.plugins.AbstractImageViewerPluginWithGOE
Returns the default object to use in the GOE if no last setup is yet available.
getDefaultValue() - Method in class adams.gui.visualization.image.plugins.AbstractSelectedImagesFilterWithGOE
Returns the default object to use in the GOE if no last setup is yet available.
getDefaultValue() - Method in class adams.gui.visualization.image.plugins.AbstractSelectedImagesViewerPluginWithGOE
Returns the default object to use in the GOE if no last setup is yet available.
getDefaultValue() - Method in class adams.gui.visualization.image.plugins.Barcode
Returns the default object to use in the GOE if no last setup is yet available.
getDefaultValue() - Method in class adams.gui.visualization.image.plugins.BoofCVDetectLines
Returns the default object to use in the GOE if no last setup is yet available.
getDefaultValue() - Method in class adams.gui.visualization.image.plugins.BoofCVDetectLineSegments
Returns the default object to use in the GOE if no last setup is yet available.
getDefaultValue() - Method in class adams.gui.visualization.image.plugins.BoofCVFeatureGenerator
Returns the default object to use in the GOE if no last setup is yet available.
getDefaultValue() - Method in class adams.gui.visualization.image.plugins.BoofCVTransformer
Returns the default object to use in the GOE if no last setup is yet available.
getDefaultValue() - Method in class adams.gui.visualization.image.plugins.BufferedImageFeatureGenerator
Returns the default object to use in the GOE if no last setup is yet available.
getDefaultValue() - Method in class adams.gui.visualization.image.plugins.BufferedImageTransformer
Returns the default object to use in the GOE if no last setup is yet available.
getDefaultValue() - Method in class adams.gui.visualization.image.plugins.ImageFileMetaData
Returns the default object to use in the GOE if no last setup is yet available.
getDefaultValue() - Method in class adams.gui.visualization.image.plugins.LocateObjects
Returns the default object to use in the GOE if no last setup is yet available.
getDefaultValueAsString() - Method in class adams.flow.source.valuedefinition.AbstractArrayValueDefinition
Returns the default of the value as string.
getDefaultValueAsString() - Method in class adams.flow.source.valuedefinition.AbstractGOEValueDefinition
Returns the default of the value as string.
getDefaultValueAsString() - Method in class adams.flow.source.valuedefinition.AbstractValueDefinition
Returns the default of the value as string.
getDefaultValueAsString() - Method in class adams.flow.source.valuedefinition.DefaultValueDefinition
Returns the default of the value as string.
getDefaultValueAsString() - Method in class adams.flow.source.valuedefinition.DirectoryValueDefinition
Returns the default of the value as string.
getDefaultValueAsString() - Method in class adams.flow.source.valuedefinition.EnumValueDefinition
Returns the default of the value as string.
getDefaultValueAsString() - Method in class adams.flow.source.valuedefinition.FileValueDefinition
Returns the default of the value as string.
getDefaultValueAsString() - Method in class adams.flow.source.valuedefinition.ListSelectionValueDefinition
Returns the default of the value as string.
getDefaultValueAsString() - Method in class adams.flow.source.valuedefinition.RegExpConstrainedStringDefinition
Returns the default of the value as string.
getDefaultWaveNoRegExp() - Method in class weka.filters.unsupervised.attribute.Detrend
Returns the default regular expression for extracting the wave numbers.
getDefaultWaveNoRegExp() - Method in class weka.filters.unsupervised.attribute.MultiplicativeScatterCorrection
Returns the default regular expression for extracting the wave numbers.
getDefaultWidth() - Method in class adams.flow.control.MissionControl
Returns the default width for the dialog.
getDefaultWidth() - Method in class adams.flow.core.AbstractDisplay
Returns the default width for the dialog.
getDefaultWidth() - Method in class adams.flow.execution.Debug
Returns the default width for the dialog.
getDefaultWidth() - Method in class adams.flow.sink.AbstractGraphicsGenerator
Returns the default width for the dialog.
getDefaultWidth() - Method in class adams.flow.sink.ActualVsPredictedPlot
Returns the default width for the dialog.
getDefaultWidth() - Method in class adams.flow.sink.BoxPlot
 
getDefaultWidth() - Method in class adams.flow.sink.ContainerDisplay
Returns the default width for the dialog.
getDefaultWidth() - Method in class adams.flow.sink.ControlChartPlot
Returns the default width for the dialog.
getDefaultWidth() - Method in class adams.flow.sink.Display
Returns the default width for the dialog.
getDefaultWidth() - Method in class adams.flow.sink.DisplayPanelGrid
Returns the default width for the dialog.
getDefaultWidth() - Method in class adams.flow.sink.DisplayPanelManager
Returns the default width for the dialog.
getDefaultWidth() - Method in class adams.flow.sink.EmailViewer
Returns the default width for the dialog.
getDefaultWidth() - Method in class adams.flow.sink.FilePreview
Returns the default width for the dialog.
getDefaultWidth() - Method in class adams.flow.sink.FourInOneDisplay
 
getDefaultWidth() - Method in class adams.flow.sink.HistoryDisplay
Returns the default width for the dialog.
getDefaultWidth() - Method in class adams.flow.sink.ImageSegmentationViewer
Returns the default width for the dialog.
getDefaultWidth() - Method in class adams.flow.sink.ImageViewer
Returns the default width for the dialog.
getDefaultWidth() - Method in class adams.flow.sink.logview.AbstractLogEntryDialog
Returns the default width for the dialog.
getDefaultWidth() - Method in class adams.flow.sink.LogViewer
Returns the default width for the dialog.
getDefaultWidth() - Method in class adams.flow.sink.MatrixPlot
 
getDefaultWidth() - Method in class adams.flow.sink.ObjectPreview
Returns the default width for the dialog.
getDefaultWidth() - Method in class adams.flow.sink.PDFViewer
Returns the default width for the dialog.
getDefaultWidth() - Method in class adams.flow.sink.ProbabilityPlotDisplay
 
getDefaultWidth() - Method in class adams.flow.sink.ProgressBar
Returns the default width for the dialog.
getDefaultWidth() - Method in class adams.flow.sink.ReportDisplay
Returns the default width for the dialog.
getDefaultWidth() - Method in class adams.flow.sink.ScatterDisplay
Returns the default width for the dialog.
getDefaultWidth() - Method in class adams.flow.sink.Screenshot
Returns the default width for the dialog.
getDefaultWidth() - Method in class adams.flow.sink.SequencePlotter
Returns the default width for the dialog.
getDefaultWidth() - Method in class adams.flow.sink.SideBySideDiff
Returns the default width for the dialog.
getDefaultWidth() - Method in class adams.flow.sink.SimplePlot
Returns the default width for the dialog.
getDefaultWidth() - Method in class adams.flow.sink.SpreadSheetDisplay
Returns the default width for the dialog.
getDefaultWidth() - Method in class adams.flow.sink.SpreadSheetRowViewer
Returns the default width for the dialog.
getDefaultWidth() - Method in class adams.flow.sink.TimeseriesDisplay
Returns the default width for the dialog.
getDefaultWidth() - Method in class adams.flow.sink.WekaAttributeSummary
Returns the default width for the dialog.
getDefaultWidth() - Method in class adams.flow.sink.WekaClassifierErrors
Returns the default width for the dialog.
getDefaultWidth() - Method in class adams.flow.sink.WekaCostBenefitAnalysis
Returns the default width for the dialog.
getDefaultWidth() - Method in class adams.flow.sink.WekaCostCurve
Returns the default width for the dialog.
getDefaultWidth() - Method in class adams.flow.sink.WekaInstancesDisplay
Returns the default width for the dialog.
getDefaultWidth() - Method in class adams.flow.sink.WekaInstancesPlot
Returns the default width for the dialog.
getDefaultWidth() - Method in class adams.flow.sink.WekaInstanceViewer
Returns the default width for the dialog.
getDefaultWidth() - Method in class adams.flow.sink.WekaMarginCurve
Returns the default width for the dialog.
getDefaultWidth() - Method in class adams.flow.sink.WekaThresholdCurve
Returns the default width for the dialog.
getDefaultWidth() - Method in class adams.flow.sink.ZScoreDisplay
 
getDefaultWidth() - Method in class adams.flow.source.NewImage
Returns the default width of the image.
getDefaultWidth() - Method in class adams.flow.standalone.Stopwatch
Returns the default width for the dialog.
getDefaultWidth() - Method in class adams.flow.transformer.AbstractInteractiveTransformerDialog
Returns the default width for the dialog.
getDefaultWidth() - Method in class adams.flow.transformer.ImageLabeler
Returns the default width for the dialog.
getDefaultWidth() - Method in class adams.flow.transformer.ImageObjectAnnotator
Returns the default width for the dialog.
getDefaultWidth() - Method in class adams.flow.transformer.ImageSegmentationAnnotator
Returns the default width for the dialog.
getDefaultWidth() - Method in class adams.flow.transformer.SelectArraySubset
Returns the default width for the dialog.
getDefaultWidth() - Method in class adams.flow.transformer.SpreadSheetSelectSubset
Returns the default width for the dialog.
getDefaultWidth() - Method in class adams.gui.tools.spreadsheetviewer.chart.AbstractChartGenerator
Returns the default width for the dialog.
getDefaultWorker() - Method in class adams.scripting.engine.DefaultWorkerScriptingEngine
Returns the default connection for the worker.
getDefaultWorkspaceName() - Method in class adams.gui.tools.remotecontrolcenter.RemoteControlCenterManagerPanel
The default name for a workspace.
getDefaultWorkspaceName() - Method in class adams.gui.tools.wekainvestigator.InvestigatorManagerPanel
The default name for a workspace.
getDefaultWorkspaceName() - Method in class adams.gui.tools.wekamultiexperimenter.MultiExperimenter
The default name for a workspace.
getDefaultWorkspaceName() - Method in class adams.gui.workspace.AbstractWorkspaceManagerPanel
The default name for a workspace.
getDefaultWriter() - Method in class adams.flow.core.ActorUsage
Returns the default writer.
getDefaultWriter() - Method in class adams.flow.transformer.AbstractDataContainerFileWriter
Returns the default writer to use.
getDefaultWriter() - Method in class adams.flow.transformer.AbstractReportFileWriter
Returns the default writer.
getDefaultWriter() - Method in class adams.flow.transformer.ReportFileWriter
Returns the default writer.
getDefaultWriter() - Method in class adams.flow.transformer.TimeseriesFileWriter
Returns the default writer to use.
getDefaultWriter() - Method in class adams.gui.chooser.AbstractConfigurableExtensionFileFilterFileChooser
Returns the default writer.
getDefaultWriter() - Method in class adams.gui.chooser.AbstractReportFileChooser
Returns the default writer.
getDefaultWriter() - Method in class adams.gui.chooser.AdamsExperimentFileChooser
Returns the default writer.
getDefaultWriter() - Method in class adams.gui.chooser.DefaultReportFileChooser
Returns the default writer.
getDefaultWriter() - Method in class adams.gui.chooser.EmailFileChooser
Returns the default writer.
getDefaultWriter() - Method in class adams.gui.chooser.FlowFileChooser
Returns the default writer.
getDefaultWriter() - Method in class adams.gui.chooser.ImageFileChooser
Returns the default writer.
getDefaultWriter() - Method in class adams.gui.chooser.ObjectExporterFileChooser
Returns the default writer.
getDefaultWriter() - Method in class adams.gui.chooser.ObjectFileChooser
Returns the default writer.
getDefaultWriter() - Method in class adams.gui.chooser.ParameterMapFileChooser
Returns the default writer.
getDefaultWriter() - Method in class adams.gui.chooser.SerializationFileChooser
Returns the default writer.
getDefaultWriter() - Method in class adams.gui.chooser.SpreadSheetFileChooser
Returns the default writer.
getDefaultWriter() - Method in class adams.gui.chooser.TimeseriesFileChooser
Returns the default writer.
getDefaultWriter() - Method in class adams.gui.chooser.WekaFileChooser
Returns the default writer.
getDefaultWriter() - Method in class adams.gui.tools.previewbrowser.notes.NotesFileChooser
Returns the default writer.
getDefaultWriter() - Method in class weka.experiment.ResultMatrixAdamsCSV
Returns the default writer to use.
getDefaultX() - Method in class adams.flow.control.MissionControl
Returns the default X position for the dialog.
getDefaultX() - Method in class adams.flow.core.AbstractDisplay
Returns the default X position for the dialog.
getDefaultX() - Method in class adams.flow.sink.ProgressBar
Returns the default X position for the dialog.
getDefaultX() - Method in class adams.flow.standalone.Stopwatch
Returns the default X position for the dialog.
getDefaultX() - Method in class adams.flow.transformer.AbstractInteractiveTransformerDialog
Returns the default X position for the dialog.
getDefaultX() - Method in class adams.flow.transformer.ImageLabeler
Returns the default X position for the dialog.
getDefaultX() - Method in class adams.flow.transformer.ImageObjectAnnotator
Returns the default X position for the dialog.
getDefaultX() - Method in class adams.flow.transformer.ImageSegmentationAnnotator
Returns the default X position for the dialog.
getDefaultX() - Method in class adams.flow.transformer.SelectArraySubset
Returns the default X position for the dialog.
getDefaultX() - Method in class adams.flow.transformer.SpreadSheetSelectSubset
Returns the default X position for the dialog.
getDefaultXRegExp() - Method in class weka.filters.supervised.attribute.MultiPLS
Returns the default X regexp.
getDefaultY() - Method in class adams.flow.core.AbstractDisplay
Returns the default Y position for the dialog.
getDefaultY() - Method in class adams.flow.transformer.AbstractInteractiveTransformerDialog
Returns the default Y position for the dialog.
getDefaultY() - Method in class adams.flow.transformer.ImageLabeler
Returns the default Y position for the dialog.
getDefaultY() - Method in class adams.flow.transformer.ImageObjectAnnotator
Returns the default Y position for the dialog.
getDefaultY() - Method in class adams.flow.transformer.ImageSegmentationAnnotator
Returns the default Y position for the dialog.
getDefaultY() - Method in class adams.flow.transformer.SelectArraySubset
Returns the default Y position for the dialog.
getDefaultY() - Method in class adams.flow.transformer.SpreadSheetSelectSubset
Returns the default Y position for the dialog.
getDefaultYRegExp() - Method in class weka.filters.supervised.attribute.MultiPLS
Returns the default Y regexp.
getDefinitionKey() - Method in class adams.db.AbstractDatabaseConnection
Returns the properties key to use for retrieving the properties.
getDefinitionKey() - Method in class adams.db.DatabaseConnection
Returns the properties key to use for retrieving the properties.
getDefinitionKey() - Method in class adams.gui.scripting.AbstractScriptingEngine
Returns the properties key to use for retrieving the properties.
getDefinitionKey() - Method in class adams.gui.scripting.ScriptingEngine
Returns the properties key to use for retrieving the properties.
getDeflationMode() - Method in class adams.data.instancesanalysis.pls.NIPALS
Returns the deflation mode to use.
getDegreesOfFreedom() - Method in class adams.data.distribution.ChiSquared
Returns the degrees of freedom.
getDegreesOfFreedom() - Method in class adams.data.distribution.T
Returns the degrees of freedom.
getDelay() - Method in class adams.flow.source.OpenCVDeviceFrameGrabber
Returns the delay before grabbing a frame in microsecond.
getDelay() - Method in class adams.flow.standalone.DelayedEvent
Returns the name of the actor.
getDelay() - Method in class adams.flow.transformer.FileTailer
Returns the delay in milliseconds.
getDelete() - Method in class adams.data.conversion.SpreadSheetUseRowAsHeader
Returns whether to delete the row after updating the header.
getDeleteItself() - Method in class adams.flow.standalone.DeleteDir
Returns whether to delete itself.
getDeleteOldLayers() - Method in class adams.data.imagesegmentation.filter.MergeLayers
Returns whether to remove the old layers that are no longer needed.
getDelimiter() - Method in class adams.data.conversion.SpreadSheetSplitColumn
Returns what to do with the delimiter (= expression).
getDelimiter() - Method in class adams.flow.sink.Exec
Returns the delimiter to write to the process after each token.
getDelimiter() - Method in class adams.flow.sink.PasteFiles
Returns the (backquoted) delimiter.
getDelimiter() - Method in class adams.flow.transformer.StringRangeCut
Returns the delimiter in use.
getDelimiter() - Method in class adams.flow.transformer.StringSplit
Returns what to do with the delimiter (= expression).
getDelimiters() - Method in class adams.gui.scripting.SyntaxDocument
Returns the delimiter characters to use.
getDelta() - Method in class adams.data.spc.MOACUSUM
Returns the delta parameter.
getDelta() - Method in class adams.data.spc.MOAPageHinkley
Returns the delta parameter.
getDenoisedData() - Method in class adams.data.noise.AbstractDenoiser.DenoiserJob
The output data, if any.
getDenoiser() - Method in class adams.data.filter.RemoveNoise
Returns the current denoiser algorithm.
getDenoiser() - Method in class adams.data.noise.AbstractDenoiser.DenoiserJob
Returns the denoiser being used.
getDenoisers() - Static method in class adams.data.noise.AbstractDenoiser
Returns a list with classnames of denoiser algorithms.
getDenominatorDegreesOfFreedom() - Method in class adams.data.distribution.F
Returns the denominator degrees of freedom.
getDeprecationWarning(Class) - Static method in class adams.core.annotation.AnnotationHelper
Generates a deprecation warning if the class is marked as such.
getDerivativeOrder() - Method in class adams.data.filter.AbstractSavitzkyGolay
Returns the order of the derivative.
getDerivativeOrder() - Method in class adams.flow.control.plotprocessor.SavitzkyGolay
Returns the order of the derivative.
getDerivativeOrder() - Method in class adams.ml.preprocessing.unsupervised.SavitzkyGolay
Returns the order of the derivative.
getDerivativeOrder() - Method in class weka.filters.unsupervised.attribute.SavitzkyGolay
Returns the order of the derivative.
getDerivativeOrder() - Method in class weka.filters.unsupervised.attribute.SavitzkyGolay2
Returns the order of the derivative.
getDescription() - Method in class adams.env.Modules.Module
Returns the description of the module.
getDescription() - Method in class adams.flow.setup.FlowSetup
Returns the description of the flow.
getDescription() - Method in class adams.gui.core.DescriptionPanel
Returns the description of the page.
getDescription() - Method in class adams.gui.core.ExtensionFileFilter
The description of this filter.
getDescription() - Method in class adams.gui.print.BMPWriter
returns the name of the writer, to display in the FileChooser.
getDescription() - Method in class adams.gui.print.JComponentWriter
returns the name of the writer, to display in the FileChooser.
getDescription() - Method in class adams.gui.print.JPEGWriter
returns the name of the writer, to display in the FileChooser.
getDescription() - Method in class adams.gui.print.NullWriter
returns the name of the writer, to display in the FileChooser.
getDescription() - Method in class adams.gui.print.PDFWriter
returns the name of the writer, to display in the FileChooser.
getDescription() - Method in class adams.gui.print.PNGWriter
returns the name of the writer, to display in the FileChooser.
getDescription() - Method in class adams.gui.print.PostscriptWriter
returns the name of the writer, to display in the FileChooser.
getDescription() - Method in class adams.gui.print.TIFFWriter
returns the name of the writer, to display in the FileChooser.
getDescription() - Method in class adams.gui.scripting.AbstractScriptlet
Returns the full description of the action.
getDescription() - Method in class adams.gui.scripting.AddData
Returns the full description of the action.
getDescription() - Method in class adams.gui.scripting.AddDataFile
Returns the full description of the action.
getDescription() - Method in class adams.gui.scripting.AddDataFiles
Returns the full description of the action.
getDescription() - Method in class adams.gui.scripting.ClearData
Returns the full description of the action.
getDescription() - Method in class adams.gui.scripting.Connect
Returns the full description of the action.
getDescription() - Method in class adams.gui.scripting.DeleteData
Returns the full description of the action.
getDescription() - Method in class adams.gui.scripting.DisableUndo
Returns the full description of the action.
getDescription() - Method in class adams.gui.scripting.Disconnect
Returns the full description of the action.
getDescription() - Method in class adams.gui.scripting.EnableUndo
Returns the full description of the action.
getDescription() - Method in class adams.gui.scripting.Filter
Returns the full description of the action.
getDescription() - Method in class adams.gui.scripting.FilterOverlay
Returns the full description of the action.
getDescription() - Method in class adams.gui.scripting.Invisible
Returns the full description of the action.
getDescription() - Method in class adams.gui.scripting.RemoveData
Returns the full description of the action.
getDescription() - Method in class adams.gui.scripting.RunFlow
Returns the full description of the action.
getDescription() - Method in class adams.gui.scripting.RunFlowOverlay
Returns the full description of the action.
getDescription() - Method in class adams.gui.scripting.RunTool
Returns the full description of the action.
getDescription() - Method in class adams.gui.scripting.SetData
Returns the full description of the action.
getDescription() - Method in class adams.gui.scripting.Visible
Returns the full description of the action.
getDescription() - Method in class adams.gui.wizard.AbstractWizardPage
Returns the description of the page.
getDescription(File) - Method in interface adams.gui.chooser.FileChooser
Returns the file description.
getDescriptionHeight() - Method in class adams.gui.core.DescriptionPanel
Returns the preferred height of the description box.
getDescriptionHeight() - Method in class adams.gui.wizard.AbstractWizardPage
Returns the preferred height of the description box.
getDescriptor() - Method in class adams.core.option.AbstractOption
Returns the bean property descriptor for the get/set methods.
getDescriptor(OptionHandler, String) - Static method in class adams.core.option.OptionUtils
Returns the bean property descriptor for the get/set methods.
getDesignVersion() - Method in class weka.gui.visualize.plugins.ClassRangeBasedClassifierErrors
Get the specific version of Weka the class is designed for.
getDesignVersion() - Method in class weka.gui.visualize.plugins.FixedClassifierErrors
Get the specific version of Weka the class is designed for.
getDesignVersion() - Method in class weka.gui.visualize.plugins.FixedClassifierErrorsPlot
Get the specific version of Weka the class is designed for.
getDesignVersion() - Method in class weka.gui.visualize.plugins.SaveGraph
Get the specific version of Weka the class is designed for.
getDesignVersion() - Method in class weka.gui.visualize.plugins.SaveTree
Get the specific version of Weka the class is designed for.
getDesignVersion() - Method in class weka.gui.visualize.plugins.ThresholdCurves
Get the specific version of Weka the class is designed for.
getDestination() - Method in class adams.flow.source.RSync
Returns the current destination path/url.
getDestination() - Method in class adams.flow.source.SimpleRSync
Returns the current destination path/url.
getDetachablePage() - Method in class adams.gui.core.MultiPagePane.PageContainer
Returns the detachable page.
getDetachablePageAt(int) - Method in class adams.gui.core.MultiPagePane
Returns the detachable page component at the specified index.
getDetachableTabs() - Method in class adams.gui.core.BaseTabbedPane
Returns whether to allow tabs to be detached.
getDetectedVariables() - Method in class adams.flow.core.AbstractActor
Returns the variables this actor is responsible for.
getDetectedVariables() - Method in interface adams.flow.core.Actor
Returns the variables this actor is responsible for.
getDetector() - Method in class adams.data.filter.OutlierDetector
Returns the current outlier detector.
getDetector() - Method in class adams.data.outlier.FilteredOutlierDetector
Returns the detector in use.
getDetector() - Method in class adams.flow.control.RemoveOutliers
Returns the detector to use.
getDetector() - Method in class adams.flow.transformer.OutlierDetector
Returns the outlier detector in use.
getDetector() - Method in class weka.filters.supervised.instance.RemoveOutliers
Returns the detector.
getDetectors() - Method in class adams.flow.control.removeoutliers.MultiOutlierDetector
Returns the detectors to use.
getDev() - Method in class weka.classifiers.functions.GaussianProcessesAdaptive
 
getDevice() - Method in class adams.flow.source.OpenCVDeviceFrameGrabber
Returns the device ID.
getDeviceConfiguration() - Method in class adams.gui.print.PostscriptGraphics
 
getDiagonalColor() - Method in class adams.flow.sink.JFreeChartFileWriter
Returns the color for the diagonal (ie second data series if present).
getDiagonalColor() - Method in class adams.flow.sink.JFreeChartPlot
Returns the color for the diagonal (ie second data series if present).
getDiagonalIndex(SeriesDataset) - Static method in class adams.gui.visualization.jfreechart.dataset.ChartUtils
Returns the index of the series represnting a diagonal.
getDialog() - Method in class adams.flow.sink.LogViewer
Returns the dialog to use.
getDialog() - Method in class adams.flow.transformer.AbstractInteractiveTransformerDialog
Returns the dialog.
getDialog() - Method in class adams.gui.action.AbstractActionWithDialog
Returns the dialog to use, creates it if necessary.
getDialog() - Method in class adams.gui.event.FilterEvent
Returns the dialog that triggered the event.
getDialog(Dialog) - Static method in class adams.gui.dialog.ApprovalDialog
Returns a basic (modal) approval dialog (ok/cancel).
getDialog(Dialog, Dialog.ModalityType) - Static method in class adams.gui.dialog.ApprovalDialog
Returns a basic approval dialog (ok/cancel).
getDialog(Dialog, Dialog.ModalityType) - Static method in class adams.gui.visualization.container.NotesFactory
Returns a new dialog for displaying notes.
getDialog(Dialog, Dialog.ModalityType) - Static method in class adams.gui.visualization.instance.HistogramFactory
Returns a new dialog for displaying histograms.
getDialog(Dialog, Dialog.ModalityType) - Static method in class adams.gui.visualization.report.ReportFactory
Returns a new dialog for displaying reports.
getDialog(Dialog, Dialog.ModalityType) - Static method in class adams.gui.visualization.spreadsheet.HistogramFactory
Returns a new dialog for displaying histograms.
getDialog(Dialog, Dialog.ModalityType) - Static method in class adams.gui.visualization.statistics.HistogramFactory
Returns a new dialog for displaying histograms.
getDialog(Dialog, Dialog.ModalityType) - Static method in class adams.gui.visualization.statistics.InformativeStatisticFactory
Returns a new dialog for displaying informative statistics.
getDialog(Frame) - Static method in class adams.gui.dialog.ApprovalDialog
Returns a basic (modal) approval dialog (ok/cancel).
getDialog(Frame, boolean) - Static method in class adams.gui.dialog.ApprovalDialog
Returns a basic (modal) approval dialog (ok/cancel).
getDialog(Frame, boolean) - Static method in class adams.gui.visualization.container.NotesFactory
Returns a new dialog for displaying notes.
getDialog(Frame, boolean) - Static method in class adams.gui.visualization.instance.HistogramFactory
Returns a new dialog for displaying displaying histograms.
getDialog(Frame, boolean) - Static method in class adams.gui.visualization.report.ReportFactory
Returns a new dialog for displaying reports.
getDialog(Frame, boolean) - Static method in class adams.gui.visualization.spreadsheet.HistogramFactory
Returns a new dialog for displaying displaying histograms.
getDialog(Frame, boolean) - Static method in class adams.gui.visualization.statistics.HistogramFactory
Returns a new dialog for displaying displaying histograms.
getDialog(Frame, boolean) - Static method in class adams.gui.visualization.statistics.InformativeStatisticFactory
Returns a new dialog for displaying informative statistics.
getDialogClosedByUser() - Method in class adams.gui.dialog.ComposeEmailDialog
Returns whether the dialog was closed by the user.
getDialogSize() - Method in class adams.gui.chooser.BaseTextChooserPanel
Returns the size of the text dialog.
getDialogSize() - Method in class adams.gui.core.BaseStatusBar
Returns the size for the dialog.
getDialogSize() - Method in class adams.gui.tools.spreadsheetviewer.AbstractSelectedSheetsDataPlugin
Returns the size of the dialog.
getDialogSize() - Method in class adams.gui.tools.spreadsheetviewer.AbstractSelectedSheetsDataPluginWithGOE
Returns the size of the dialog.
getDialogSize() - Method in class adams.gui.tools.spreadsheetviewer.AbstractSelectedSheetsViewPlugin
Returns the size of the dialog.
getDialogSize() - Method in class adams.gui.tools.spreadsheetviewer.AbstractSelectedSheetsViewPluginWithGOE
Returns the size of the dialog.
getDialogSize() - Method in class adams.gui.visualization.image.plugins.AbstractImageViewerPluginWithGOE
Returns the size of the dialog.
getDialogSize() - Method in class adams.gui.visualization.image.plugins.AbstractSelectedImagesFilterWithGOE
Returns the size of the dialog.
getDialogSize() - Method in class adams.gui.visualization.image.plugins.AbstractSelectedImagesViewerPlugin
Returns the size of the dialog.
getDialogSize() - Method in class adams.gui.visualization.image.plugins.AbstractSelectedImagesViewerPluginWithGOE
Returns the size of the dialog.
getDialogTitle() - Method in class adams.gui.chooser.AbstractDateBasedChooserPanel
Returns the title for the dialog.
getDialogTitle() - Method in class adams.gui.chooser.BaseTextChooserPanel
Returns the title for the text dialog.
getDialogTitle() - Method in class adams.gui.chooser.DateChooserPanel
Returns the title for the dialog.
getDialogTitle() - Method in class adams.gui.chooser.DateTimeChooserPanel
Returns the title for the dialog.
getDialogTitle() - Method in interface adams.gui.chooser.FileChooser
Gets the string that goes in the JFileChooser's titlebar.
getDialogTitle() - Method in class adams.gui.chooser.SelectOptionPanel
Returns the title to use for the dialog.
getDialogTitle() - Method in class adams.gui.chooser.TimeChooserPanel
Returns the title for the dialog.
getDialogTitle() - Method in class adams.gui.core.FileListWithButtons
Returns the current title of the file dialog.
getDialogTitle() - Method in class adams.gui.dialog.TextDialog
Returns the (base) title in use.
getDialogTitle() - Method in class adams.gui.visualization.image.plugins.AbstractSelectedImagesFeatureGenerator
Returns the title for the dialog.
getDialogTitle() - Method in class adams.gui.visualization.weka.AbstractInstanceInfoFrame
Returns the title for the dialog.
getDialogType() - Method in class adams.gui.chooser.AbstractExtensionFileFilterFileChooser
Returns the current dialog type.
getDialogType() - Method in interface adams.gui.chooser.FileChooser
Returns the type of this dialog.
getDiameter() - Method in class adams.flow.sink.ActualVsPredictedPlot
Returns the diameter of the cross.
getDiameter() - Method in class adams.flow.sink.sequenceplotter.OutlierPaintlet
Returns the diameter of the cross.
getDiameter() - Method in class adams.flow.transformer.draw.ObjectCentersFromReport
Returns the diameter to use for drawing the circle
getDiameter() - Method in class adams.gui.tools.previewbrowser.DeepLabCutCSVHandler
Returns the diameter to use for drawing the circle.
getDiameter() - Method in class adams.gui.tools.previewbrowser.ObjectCentersFromReport
Returns the diameter to use for drawing the circle
getDiameter() - Method in class adams.gui.tools.previewbrowser.PointsFromReportHandler
Returns the diameter to use for drawing the circle.
getDiameter() - Method in class adams.gui.tools.spreadsheetviewer.chart.ScatterPlot
Returns the diameter of the circle/cross.
getDiameter() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.ClassifierErrors
Returns the diameter of the cross.
getDiameter() - Method in class adams.gui.visualization.image.HighlightLocations
Returns the diameter of the circles.
getDiameter() - Method in class adams.gui.visualization.image.ObjectCentersOverlayFromReport
Returns the diameter to use for drawing the circle.
getDiameter() - Method in class adams.gui.visualization.image.SimplePointOverlayFromReport
Returns the diameter to use for drawing the circle (if < 1 to draw an ellipse using the rectangle's dimensions).
getDiameter() - Method in class adams.gui.visualization.object.objectannotations.shape.Center
Returns the diameter to use for drawing the circle (if < 1 to draw an ellipse using the rectangle's dimensions).
getDiameter() - Method in class adams.gui.visualization.object.overlay.ObjectCentersOverlayFromReport
Returns the diameter to use for drawing the circle
getDiameter() - Method in class adams.gui.visualization.object.overlay.SimplePointOverlayFromReport
Returns the diameter to use for drawing the circle (if < 1 to draw an ellipse using the rectangle's dimensions).
getDiameter() - Method in class adams.gui.visualization.sequence.CirclePaintlet
Returns the diameter of the circle.
getDiameter() - Method in class adams.gui.visualization.sequence.CrossHitDetector
Returns the diameter of the cross.
getDiameter() - Method in class adams.gui.visualization.sequence.CrossPaintlet
Returns the diameter of the cross.
getDiameter() - Method in interface adams.gui.visualization.sequence.DiameterBasedPaintlet
Returns the diameter of the cross.
getDiameter() - Method in class adams.gui.visualization.sequence.MetaDataValuePaintlet
Returns the diameter of the circle.
getDiameter() - Method in class adams.gui.visualization.sequence.SquarePaintlet
Returns the diameter of the square.
getDiameter() - Method in class adams.gui.visualization.sequence.TrianglePaintlet
Returns the triangle width.
getDiameter(XYSequencePoint) - Method in class adams.flow.sink.sequenceplotter.ErrorCirclePaintlet
Calculates the diameter for the given point (slow call).
getDiameter(XYSequencePoint) - Method in class adams.flow.sink.sequenceplotter.ErrorCrossPaintlet
Calculates the diameter for the given point (slow call).
getDiameter(AxisPanel, AxisPanel, double, double, XYSequencePoint) - Method in class adams.flow.sink.sequenceplotter.ErrorCirclePaintlet
Calculates the diameter for the given point (fast call).
getDiameter(AxisPanel, AxisPanel, double, double, XYSequencePoint) - Method in class adams.flow.sink.sequenceplotter.ErrorCrossPaintlet
Calculates the diameter for the given point (fast call).
getDiameter(AxisPanel, AxisPanel, XYSequencePoint) - Method in class adams.flow.sink.sequenceplotter.ErrorCirclePaintlet
Calculates the diameter for the given point (medium fast call).
getDiameter(AxisPanel, AxisPanel, XYSequencePoint) - Method in class adams.flow.sink.sequenceplotter.ErrorCrossPaintlet
Calculates the diameter for the given point (medium fast call).
getDictionary() - Method in class adams.tools.ZipPassword
Returns the dictionary file to use.
getDiff() - Method in class adams.gui.flow.menu.EditDiff
Generates a diff between the current flow and the closest undo step.
getDiff() - Method in class adams.gui.visualization.debug.DiffTextPane
Returns the current diff data on display.
getDiffer() - Method in class weka.filters.unsupervised.attribute.MergeManyAttributes
Gets the type of strategy to apply if the two values differ.
getDiffer() - Method in class weka.filters.unsupervised.attribute.MergeTwoAttributes
Gets the type of strategy to apply if the two values differ.
getDiffTextPane(boolean) - Method in class adams.gui.visualization.debug.SideBySideDiffPanel
Returns the underlying diff pane.
getDigits() - Method in class adams.data.barcode.encode.EAN13
Returns the digits to be encoded in the QR code.
getDigits() - Method in class adams.data.barcode.encode.UPCA
Returns the digits to be encoded in the QR code.
getDimensions() - Method in class adams.flow.source.NewArray
Returns the dimensions of the array.
getDimensions() - Method in class adams.flow.source.NewMat5Matrix
Returns the dimensions to obtain.
getDimensions() - Method in class adams.flow.source.NewMat5Struct
Returns the dimensions to obtain.
getDimSeparator() - Method in class adams.flow.transformer.Mat5ArrayInfo
Returns the separator to use in case of Mat5ArrayInfo.InfoType.STR_DIMENSIONS.
getDir() - Method in class adams.doc.javadoc.Javadoc
returns the current dir containing the class to update.
getDir() - Method in class adams.flow.template.IterateFilesWithProgressBar
Returns the directory to search for files.
getDirection() - Method in class adams.core.io.fileoperations.AbstractRemoteFileOperations
Returns the direction of the operations.
getDirection() - Method in interface adams.core.io.fileoperations.RemoteFileOperations
Returns the direction of the operations.
getDirection() - Method in class adams.data.jai.transformer.Flip
Returns the flip direction.
getDirection() - Method in class adams.gui.visualization.core.AxisPanel
Returns the direction of the axis.
getDirection() - Method in class adams.gui.visualization.sequence.pointpreprocessor.Jitter
Returns the direction of the jitter.
getDirector() - Method in class adams.flow.control.AbstractDirectedControlActor
Returns the current director in use.
getDirectories() - Method in class adams.core.management.ExternalResourceClassPathAugmenter
Returns the directories to add to the classpath.
getDirectories() - Method in class adams.env.Setup
Returns the directories to search.
getDirectories() - Method in class adams.flow.core.ActorUsage
Returns the directories to traverse.
getDirectories() - Method in class adams.flow.source.DirectorySupplier
Returns the dirs to broadcast.
getDirectories(String) - Method in class adams.env.AbstractEnvironment
Returns the default directories to search for props files.
getDirectories(String, String) - Method in class adams.env.AbstractEnvironment
Returns the default directories to search for props files.
getDirectory() - Method in class adams.core.io.AbstractFilenameGeneratorWithDirectory
Returns the parent directory for the generated filename.
getDirectory() - Method in class adams.core.io.FilenameProposer
Returns the directory in use.
getDirectory() - Method in class adams.flow.condition.bool.DirectoriesMatch
Returns the directory to search.
getDirectory() - Method in class adams.flow.condition.bool.DirectoryExists
Returns the directory to look for.
getDirectory() - Method in class adams.flow.condition.bool.FilesMatch
Returns the directory to search.
getDirectory() - Method in class adams.flow.source.filesystemsearch.FtpDirectorySearch
Returns the directory to search.
getDirectory() - Method in class adams.flow.source.filesystemsearch.FtpDirectorySearchWithComparator
Returns the directory to search.
getDirectory() - Method in class adams.flow.source.filesystemsearch.FtpDirectorySearchWithCustomSort
Returns the directory to search.
getDirectory() - Method in class adams.flow.source.filesystemsearch.FtpFileSearch
Returns the directory to search.
getDirectory() - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearch
Returns the directory to search.
getDirectory() - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearchWithComparator
Returns the directory to search.
getDirectory() - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearchWithCustomSort
Returns the directory to search.
getDirectory() - Method in class adams.flow.source.filesystemsearch.LocalFileSearch
Returns the directory to search.
getDirectory() - Method in class adams.flow.source.filesystemsearch.SftpDirectorySearch
Returns the directory to search.
getDirectory() - Method in class adams.flow.source.filesystemsearch.SftpDirectorySearchWithComparator
Returns the directory to search.
getDirectory() - Method in class adams.flow.source.filesystemsearch.SftpDirectorySearchWithCustomSort
Returns the directory to search.
getDirectory() - Method in class adams.flow.source.filesystemsearch.SftpFileSearch
Returns the directory to search.
getDirectory() - Method in class adams.flow.source.filesystemsearch.SmbDirectorySearch
Returns the directory to search.
getDirectory() - Method in class adams.flow.source.filesystemsearch.SmbDirectorySearchWithComparator
Returns the directory to search.
getDirectory() - Method in class adams.flow.source.filesystemsearch.SmbDirectorySearchWithCustomSort
Returns the directory to search.
getDirectory() - Method in class adams.flow.source.filesystemsearch.SmbFileSearch
Returns the directory to search.
getDirectory() - Method in class adams.flow.source.NewTempFile
Returns the directory to use.
getDirectory() - Method in class adams.flow.standalone.DeleteDir
Returns the directory to delete the dirs in.
getDirectory() - Method in class adams.flow.standalone.DeleteFile
Returns the directory to delete the files in.
getDirectory() - Method in class adams.flow.standalone.MakeDir
Returns the directory to create.
getDirectory() - Method in class adams.gui.dialog.AbstractDirectoryExportDialog
Returns the current directory to save to.
getDirectory() - Method in class adams.gui.tools.filecommander.FileCommanderDirectoryPanel
Returns the current directory.
getDirectory(boolean) - Method in class adams.gui.tools.FileCommanderPanel
Returns the current directory.
getDirectoryChooserTitle() - Method in class adams.flow.source.SelectDirectory
Returns the title for the directory chooser dialog.
getDirectoryChooserTitle() - Method in class adams.gui.chooser.DirectoryChooserPanel
Returns the tile for the dirchooser.
getDirectoryDepth(File) - Static method in class adams.core.io.FileUtils
Returns the number of directories that this file object contains.
getDirectoryLister() - Method in interface adams.core.io.lister.DirectoryListerHandler
Returns the directory lister.
getDirectoryLister() - Method in class adams.gui.chooser.DirectoryChooserPanel
Returns the directory lister.
getDirectoryLister() - Method in class adams.gui.chooser.FtpDirectoryChooserPanel
Returns the directory lister.
getDirectoryLister() - Method in class adams.gui.chooser.SftpDirectoryChooserPanel
Returns the directory lister.
getDirectoryLister() - Method in class adams.gui.chooser.SmbDirectoryChooserPanel
Returns the directory lister.
getDirectoryLister() - Method in class adams.gui.core.FilePanel
Returns the current directory lister.
getDirectoryLister() - Method in class adams.gui.tools.filecommander.FileCommanderDirectoryPanel
Returns the directory lister.
getDirPanel() - Method in class adams.gui.tools.PreviewBrowserPanel
Returns the directory panel.
getDisabled() - Method in class adams.flow.execution.debug.AbstractBreakpoint
Returns whether this breakpoint is disabled.
getDisabled() - Static method in class adams.gui.goe.WekaEditorsRegistration.AccessiblePluginManager
Returns the disabled plugins.
getDiscardButton() - Method in class adams.gui.dialog.ApprovalDialog
Returns the discard button.
getDiscardCaption() - Method in class adams.gui.dialog.ApprovalDialog
Returns the caption/text of the discard button.
getDiscardEmptyLines() - Method in class adams.core.io.fileuse.LastLineMatches
Returns whether to discard empty lines.
getDiscardMnemonic() - Method in class adams.gui.dialog.ApprovalDialog
Returns the mnemonic of the discard button.
getDiscardPartial() - Method in class adams.flow.transformer.timeseriessplit.FixedLengthSegments
Returns whether to discard partial segments.
getDiscardPredictions() - Method in class adams.flow.transformer.AbstractCallableWekaClassifierEvaluator
Returns whether to discard the predictions in order to preserve memory.
getDiscardPredictions() - Method in class adams.flow.transformer.indexedsplitsrunsevaluation.InstancesIndexedSplitsRunsEvaluation
Returns whether to discard the predictions in order to preserve memory.
getDiscardPredictions() - Method in class adams.flow.transformer.WekaTestSetEvaluator
Returns whether to discard the predictions in order to preserve memory.
getDiscardPredictions() - Method in class adams.multiprocess.WekaCrossValidationExecution
Returns whether to discard the predictions in order to preserve memory.
getDiscardPredictions() - Method in class adams.multiprocess.WekaCrossValidationJob
Returns whether the predictions are discarded.
getDisconnect() - Method in class adams.flow.sink.WebSocketClient
Returns whether to immediately disconnect after sending the data.
getDisplay() - Method in class adams.core.ConfigurableEnumeration.AbstractItem
Returns the display text.
getDisplay() - Method in enum adams.core.TechnicalInformation.Field
returns the display string.
getDisplay() - Method in enum adams.core.TechnicalInformation.Type
returns the display string.
getDisplay() - Method in class adams.flow.source.valuedefinition.AbstractValueDefinition
Returns the display text for the value.
getDisplay() - Method in enum adams.gui.core.JComponentList.CheckBoxListItem.Actions
Returns the display string.
getDisplay() - Method in enum adams.gui.core.JComponentList.LabelListItem.Actions
Returns the display string.
getDisplay() - Method in enum adams.gui.visualization.core.plot.Axis
Returns the display string, used in toString().
getDisplay(AbstractContainer) - Method in class adams.gui.visualization.container.DefaultContainerDisplayStringGenerator
Returns the display string for the container.
getDisplay(InstanceContainer) - Method in class adams.gui.visualization.instance.InstanceContainerDisplayIDGenerator
Returns the display ID for the sequence.
getDisplay(ReportContainer) - Method in class adams.gui.visualization.report.ReportContainerDisplayIDGenerator
Returns the display ID for the report.
getDisplay(XYSequenceContainer) - Method in class adams.gui.visualization.sequence.XYSequenceContainerDisplayIDGenerator
Returns the display ID for the sequence.
getDisplay(SpreadSheetRowContainer) - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowContainerDisplayIDGenerator
Returns the display ID for the sequence.
getDisplay(C) - Method in class adams.gui.visualization.timeseries.TimeseriesContainerDisplayIDGenerator
Returns the display ID for the timeseries.
getDisplay(T) - Method in class adams.gui.visualization.container.AbstractContainerDisplayStringGenerator
Returns the display String for the container.
getDisplayActorOptions() - Method in class adams.gui.flow.tree.keyboardaction.AbstractAddActor
Returns whether to display the actor options in GOE.
getDisplayActorOptions() - Method in class adams.gui.flow.tree.keyboardaction.AbstractQuickSearchActor
Returns whether to display the actor options in GOE.
getDisplayActorOptions() - Method in class adams.gui.flow.tree.keyboardaction.AbstractSearchActor
Returns whether to display the actor options in GOE.
getDisplayDatabaseID() - Method in class adams.gui.visualization.container.AbstractContainerList
Returns whether the database ID column will be displayed where possible.
getDisplayDatabaseID() - Method in class adams.gui.visualization.container.ContainerModel
Returns whether the database ID column will be displayed where possible.
getDisplayedLabels() - Method in class adams.gui.tools.previewbrowser.ImageSegmentationAnnotationsHandler
Returns the displayed labels.
getDisplayID() - Method in interface adams.gui.visualization.container.NamedContainer
Returns the displayed container's ID.
getDisplayID() - Method in class adams.gui.visualization.instance.InstanceContainer
Returns the displayed container's ID.
getDisplayID() - Method in class adams.gui.visualization.report.ReportContainer
Returns an ID to be used in the GUI (the DB ID with added single quotes to make it unique among the chromatograms in the container manager).
getDisplayID() - Method in class adams.gui.visualization.sequence.XYSequenceContainer
Returns the displayed container's ID.
getDisplayID() - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowContainer
Returns the displayed container's ID.
getDisplayID() - Method in class adams.gui.visualization.timeseries.TimeseriesContainer
Returns an ID to be used in the GUI (the DB ID with added single quotes to make it unique among the timeseries in the container manager).
getDisplayLocation() - Method in class adams.flow.condition.bool.PromptUser
Returns where the interaction is being displayed.
getDisplayLocation() - Method in interface adams.flow.core.InteractionDisplayLocationSupporter
Returns where the interaction is being displayed.
getDisplayLocation() - Method in class adams.flow.source.EnterManyValues
Returns where the interaction is being displayed.
getDisplayLocation() - Method in class adams.flow.source.EnterValue
Returns where the interaction is being displayed.
getDisplayLocation() - Method in class adams.flow.source.SelectDirectory
Returns where the interaction is being displayed.
getDisplayLocation() - Method in class adams.flow.source.SelectFile
Returns where the interaction is being displayed.
getDisplayName() - Method in class adams.gui.visualization.core.axis.AbstractAxisModel
Returns the display name of this model.
getDisplayName() - Method in class adams.gui.visualization.core.axis.AbstractDateBasedAxisModel
Returns the display name of this model.
getDisplayName() - Method in class adams.gui.visualization.core.axis.DateAxisModel
Returns the display name of this model.
getDisplayName() - Method in class adams.gui.visualization.core.axis.DateTimeAxisModel
Returns the display name of this model.
getDisplayName() - Method in class adams.gui.visualization.core.axis.DateTimeMsecAxisModel
Returns the display name of this model.
getDisplayName() - Method in class adams.gui.visualization.core.axis.DefaultAxisModel
Returns the display name of this model.
getDisplayName() - Method in class adams.gui.visualization.core.axis.LogAxisModel
Returns the display name of this model.
getDisplayName() - Method in class adams.gui.visualization.core.axis.PercentageAxisModel
Returns the display name of this model.
getDisplayName() - Method in class adams.gui.visualization.core.axis.TimeAxisModel
Returns the display name of this model.
getDisplayName() - Method in class weka.experiment.ResultMatrixAdamsCSV
returns the name of the output format.
getDisplayName() - Method in class weka.experiment.ResultMatrixMediaWiki
returns the name of the output format.
getDisplayOverride(JComponentList.CheckBoxListItem.Actions) - Method in class adams.gui.core.JComponentList.CheckBoxListItem
Returns the display override for the given action.
getDisplayOverride(JComponentList.LabelListItem.Actions) - Method in class adams.gui.core.JComponentList.LabelListItem
Returns the display override for the given action.
getDisplayRanges() - Method in class adams.data.statistics.ArrayBinning
Returns whether to use the bin ranges as their description rather than a simple index.
getDisplayRanges() - Method in class adams.data.statistics.ArrayHistogram
Returns whether to use the bin ranges as their description rather than a simple index.
getDisplayRow(int) - Method in class adams.gui.core.SortableAndSearchableTable
Returns the "visible" row derived from row in the actual table model.
getDisplayRow(int) - Method in class adams.gui.core.SortableAndSearchableTableWithButtons
Returns the "visible" row derived from row in the actual table model.
getDisplayRow(int) - Method in class adams.gui.core.SortableAndSearchableWrapperTableModel
Returns the "visible" row derived from row in the actual table model.
getDisplayRow(int) - Method in interface adams.gui.core.SortableTableModel
Returns the "visible" row derived from row in the actual table model.
getDisplays() - Method in class adams.gui.flow.tabhandler.GraphicalFlowExecutionListenersHandler
Returns all currently registered displays.
getDisplays() - Method in class adams.gui.flow.tabhandler.RegisteredDisplaysHandler
Returns all currently registered displays.
getDisplayScaleFactor() - Static method in class adams.gui.core.GUIHelper
Returns the scale factor for the display.
getDisplayShort() - Method in enum adams.gui.visualization.core.plot.Axis
Returns the short display string.
getDisplayStdDevs() - Method in class weka.clusterers.SAXKMeans
Gets whether standard deviations and nominal count.
getDisplayStringGenerator() - Method in class adams.gui.visualization.container.AbstractContainerList
Returns the current display string generator.
getDisplayStringGenerator() - Method in class adams.gui.visualization.container.ContainerModel
Returns the current display string generator.
getDisplayType() - Method in class adams.flow.core.AbstractDisplay
Returns how to show the display.
getDisplayType() - Method in interface adams.flow.core.DisplayTypeSupporter
Returns how to show the display.
getDisplayUserOnly() - Method in class adams.gui.tools.VariableManagementPanel.VariableTableModel
Returns whether only user variables are displayed without the programmatic ones.
getDisplayVisibility() - Method in class adams.gui.visualization.container.AbstractContainerList
Returns whether the visibility column will be displayed where possible.
getDisplayVisibility() - Method in class adams.gui.visualization.container.ContainerModel
Returns whether the visibility column will be displayed where possible.
getDisposeOnFinish() - Method in class adams.flow.execution.AbstractGraphicalFlowExecutionListener
Returns whether the frame should get disposed when the flow finishes.
getDisposeOnFinish() - Method in class adams.flow.execution.Debug
Returns whether the frame should get disposed when the flow finishes.
getDisposeOnFinish() - Method in interface adams.flow.execution.GraphicalFlowExecutionListener
Returns whether the frame should get disposed when the flow finishes.
getDisposeOnFinish() - Method in class adams.flow.execution.MultiListener
Returns whether the frame should get disposed when the flow finishes.
getDistance(LireFeature) - Method in class net.semanticmetadata.lire.imageanalysis.features.global.BasicFeatures
Deprecated.
 
getDistanceFunction() - Method in class adams.flow.transformer.wekaclusterer.AverageSilhouetteCoefficient
Returns the distance function to use.
getDistanceFunction() - Method in class weka.clusterers.SAXKMeans
returns the distance function currently in use.
getDistanceName() - Method in class adams.data.statistics.AbstractArrayDistance
Returns the name of the distance.
getDistanceName() - Method in class adams.data.statistics.ArrayChebyshevDistance
Returns the name of the distance.
getDistanceName() - Method in class adams.data.statistics.ArrayEuclideanDistance
Returns the name of the distance.
getDistanceName() - Method in class adams.data.statistics.ArrayManhattanDistance
Returns the name of the distance.
getDistanceName() - Method in class adams.data.statistics.ArrayMinkowskiDistance
Returns the name of the distance.
getDistances() - Method in class weka.core.neighboursearch.NewNNSearch
Returns the distances of the k nearest neighbours.
getDistributionFormat() - Method in class adams.data.conversion.WekaPredictionContainerToSpreadSheet
Returns the format for the 'Name' column for the numeric classification.
getDistributionSorting() - Method in class adams.data.conversion.WekaPredictionContainerToSpreadSheet
Returns the format for the 'Name' column for the numeric classification.
getDividerLocation() - Method in class adams.flow.sink.DisplayPanelManager
Returns the position for the left divider in pixels.
getDividerLocation() - Method in class adams.gui.core.MultiPagePane
Returns the current location of the divider between page titles and content.
getDividerLocation() - Method in class adams.gui.core.SplitPanelWithOptionalComponents
Return the divider location.
getDividerLocation() - Method in class adams.gui.visualization.container.DataContainerPanelWithSidePanel
Returns the current location of the divider.
getDividerLocation() - Method in class adams.gui.visualization.report.ReportFactory.Dialog
Returns the current divider location.
getDividerLocation() - Method in class adams.gui.visualization.report.ReportFactory.Panel
Returns the current location of the divider.
getDocument() - Method in class adams.flow.transformer.pdfproclet.PDFGenerator
The current PDF document.
getDocument() - Method in class adams.gui.core.AbstractTextAreaPanelWithAdvancedSyntaxHighlighting
Returns the underlying document of the text area.
getDocument() - Method in class adams.gui.core.BaseTextAreaWithButtons
Returns the underlying document.
getDocument() - Method in class adams.gui.core.BaseTextPaneWithButtons
Returns the underlying document.
getDocument() - Method in class adams.gui.core.BaseTextPaneWithWordWrap
Returns the underlying document.
getDocument() - Method in class adams.gui.core.StyledTextEditorPanel
Returns the underlying document of the text area.
getDocument() - Method in interface adams.gui.core.TextAreaComponent
Returns the underlying document.
getDocument() - Method in class adams.gui.core.TextEditorPanel
Returns the underlying document of the text area.
getDocument() - Method in interface adams.gui.core.TextPaneComponent
Returns the underlying document.
getDocument() - Method in class adams.gui.visualization.pdf.PDFPanel
Returns the currently displayed document.
getDocumentationDirectories() - Method in class adams.gui.application.AbstractApplicationFrame
Returns the currently set directories with PDF documentation.
getDOM() - Method in class adams.gui.core.dom.DOMTree
Returns the DOM node object on display.
getDOM() - Method in class adams.gui.core.dom.DOMTreeWithPreview
Returns the DOM node object on display.
getDomain() - Method in class adams.core.io.lister.SmbDirectoryLister
Returns the domain to use.
getDomain() - Method in class adams.flow.standalone.SMBConnection
Returns the domain to connect to.
getDomain() - Method in class adams.gui.chooser.SmbRemoteDirectorySetup
Returns the domain to connect to.
getDominantEigenVector(Matrix) - Static method in class weka.core.matrix.MatrixHelper
determines the dominant eigenvector for the given matrix and returns it
getDontReplaceMissingValues() - Method in class weka.clusterers.SAXKMeans
Gets whether missing values are to be replaced.
getDontUpdateID() - Method in class adams.data.filter.AbstractFilter
Returns whether ID update is suppressed.
getDontUpdateID() - Method in interface adams.data.filter.Filter
Returns whether ID update is suppressed.
getDouble(Class, String, Double) - Static method in class adams.gui.core.GUIHelper
Returns the double value listed in the props file, or the default value if not found.
getDouble(String) - Method in class adams.core.Properties
Returns the double value associated with the key, or null if not found or not parseable.
getDouble(String) - Method in class adams.db.SimpleResultSet
get double
getDouble(String) - Method in class adams.flow.core.AdditionalOptions
Returns the stored double.
getDouble(String, double) - Static method in class adams.core.Performance
Returns the specified double property.
getDouble(String, double) - Method in class adams.data.indexedsplits.MetaData
Returns the double value associated with the key or the default value if not present or not a number or string representing a double.
getDouble(String, Double) - Method in class adams.core.Properties
Returns the double value associated with the key, or the default value if not found or not parseable.
getDouble(String, Double) - Method in class adams.flow.core.AdditionalOptions
Returns the stored double or the default value if not found.
getDouble(String, Double) - Static method in class adams.gui.core.GUIHelper
Returns the double value listed in the props file, or the default value if not found.
getDouble(String, Double) - Method in class adams.gui.core.GUIPrompt
Returns the stored value or, if not present, the default value.
getDoubleClickAction() - Method in class adams.gui.core.AbstractDoubleClickableComponentWithButtons
Returns the current action that gets executed when a list element is double-clicked.
getDoubleClickButton() - Method in class adams.gui.core.AbstractDoubleClickableComponentWithButtons
Returns the current button that gets clicked when a list element is double-clicked.
getDoubleIncrement() - Method in class adams.flow.transformer.IncStorageValue
Returns the increment value for double increments.
getDoubleIncrement() - Method in class adams.flow.transformer.IncVariable
Returns the increment value for double increments.
getDoubleUp() - Method in class adams.data.conversion.Quote
Returns whether to double up internal quotes rather than escaping with backslash.
getDoubleUp() - Method in class adams.data.conversion.UnQuote
Returns whether to un-double up internal quotes rather than un-escaping with backslash.
getDoubleValue(AbstractField) - Method in class adams.data.report.Report
Get parameter value, or null if not available.
getDoubleValue(String) - Method in class adams.data.report.Report
Get parameter value, or null if not available.
getDown() - Method in class adams.data.image.transformer.SuppliedImageMask
Get whether mask is applied below or above the threshold.
getDown() - Method in class adams.data.image.transformer.XScreenMask
Get whether mask is applied below or above the threshold.
getDown() - Method in class adams.flow.transformer.locateobjects.XScreenMaskLocator
Get whether mask is applied below or above the threshold.
getDown() - Method in class adams.gui.chooser.FileChooserBookmarksPanel.FileChooserBookmarksIconLoader
Returns the "down" icon.
getDPI() - Method in class adams.flow.transformer.PDFRenderPages
Returns the DPI setting.
getDragEnabled() - Method in interface adams.gui.chooser.FileChooser
Gets the value of the dragEnabled property.
getDrawAnnotations() - Method in class adams.flow.transformer.draw.AnnotationsAndPredictions
Returns the draw operation for the annotations.
getDrawPredictions() - Method in class adams.flow.transformer.draw.AnnotationsAndPredictions
Returns the draw operation for the predictions.
getDrivers() - Method in class adams.db.Drivers
Returns the vector with drivers.
getDropAbove() - Method in class weka.filters.unsupervised.instance.RemoveWithWeights
Returns the threshold of the weights above which to drop instances.
getDropAtMost() - Method in class weka.filters.unsupervised.instance.WeightsBasedResample
Returns the maximum percentage of instances to drop.
getDropBelow() - Method in class weka.filters.unsupervised.instance.RemoveWithWeights
Returns the threshold of the weights below which to drop instances.
getDropBelow() - Method in class weka.filters.unsupervised.instance.WeightsBasedResample
Returns the threshold of the normalized weights below which to drop instances.
getDropDownMenu() - Method in class adams.gui.core.BaseButtonWithDropDownMenu
Returns the menu to display.
getDropDownMenu() - Method in class adams.gui.core.BaseFlatButtonWithDropDownMenu
Returns the menu to display.
getDropInput() - Method in class adams.flow.control.PlotProcessor
Returns whether to drop the input plot container completely.
getDropMenuActionCaption(DragAndDropTree.DropMenu) - Method in class adams.gui.core.DragAndDropTree
Returns the string for the specified action.
getDropMenuActionCaption(DragAndDropTree.DropMenu) - Method in class adams.gui.flow.tree.Tree
Returns the string for the specified action.
getDropMenuActionIcon(DragAndDropTree.DropMenu) - Method in class adams.gui.core.DragAndDropTree
Returns the icon for the drop action.
getDropMenuActionIcon(DragAndDropTree.DropMenu) - Method in class adams.gui.flow.tree.Tree
Returns the icon for the drop action.
getDropNonClassYs() - Method in class weka.filters.supervised.attribute.MultiPLS
Returns whether to remove Y attributes from the output that are not the class attribute.
getDropOtherColumns() - Method in class adams.ml.preprocessing.AbstractColumnSubsetFilter
Returns whether to drop other columns that aren't used for filtering from the output.
getDropOtherColumns() - Method in interface adams.ml.preprocessing.ColumnSubsetFilter
Returns whether to drop other columns that aren't used for filtering from the output.
getDropTokensOnConditionFail() - Method in class adams.flow.control.ConditionalSubProcess
Returns whether to drop incoming tokens if condition evaluates to false instead of forwarding them.
getDryRun() - Method in interface adams.flow.core.DryRunSupporter
Returns whether this is only a dry-run.
getDryRun() - Method in class adams.flow.standalone.ExecSQL
Returns whether the statement is merely simulated.
getDuplicateIndices() - Method in class adams.flow.transformer.DeleteOverlappingImageObjects
Returns the boolean duplicate indices.
getEdgeThreshold() - Method in class adams.flow.transformer.BoofCVDetectLines
Returns the edge threshold to use.
getEditedNode(Container) - Static method in class adams.gui.goe.FlowHelper
Returns the node that is currently being edited.
getEditedParent(Container) - Static method in class adams.gui.goe.FlowHelper
Returns the parent of the node that is currently being edited or the node below a node is added.
getEditor() - Method in class adams.gui.chooser.AbstractConfigurableExtensionFileFilterFileChooser
Returns the GOE, initializes it if necessary.
getEditor() - Method in class adams.gui.flow.FlowPanel
Returns the editor this panel belongs to.
getEditor() - Method in class adams.gui.flow.tabhandler.AbstractTabHandler
Returns the editor this panel belongs to.
getEditor() - Method in class adams.gui.flow.tree.Tree
Returns the owning editor.
getEditor() - Method in class adams.gui.goe.GenericArrayEditorDialog
Returns the underlying editor.
getEditor() - Method in class adams.gui.goe.GenericObjectEditorDialog
Returns the underlying editor.
getEditor() - Method in class adams.gui.goe.GenericObjectEditorPanel
Initializes the editor if necessary and returns it.
getEditor() - Method in class adams.gui.goe.InlineEditor
Returns the editor in use.
getEditor() - Method in class adams.gui.goe.WekaGenericArrayEditorDialog
Returns the underlying editor.
getEditor() - Method in class adams.gui.goe.WekaGenericObjectEditorDialog
Returns the underlying editor.
getEditorType() - Method in class adams.gui.tools.spreadsheetviewer.AbstractDataPluginWithGOE
Returns the class to use as type (= superclass) in the GOE.
getEditorType() - Method in class adams.gui.tools.spreadsheetviewer.AbstractSelectedSheetsDataPluginWithGOE
Returns the class to use as type (= superclass) in the GOE.
getEditorType() - Method in class adams.gui.tools.spreadsheetviewer.AbstractSelectedSheetsViewPluginWithGOE
Returns the class to use as type (= superclass) in the GOE.
getEditorType() - Method in class adams.gui.tools.spreadsheetviewer.AbstractViewPluginWithGOE
Returns the class to use as type (= superclass) in the GOE.
getEditorType() - Method in class adams.gui.tools.spreadsheetviewer.Merge
Returns the class to use as type (= superclass) in the GOE.
getEditorType() - Method in class adams.gui.visualization.image.plugins.AbstractCurrentImageFilterWithGOE
Returns the class to use as type (= superclass) in the GOE.
getEditorType() - Method in class adams.gui.visualization.image.plugins.AbstractImageViewerPluginWithGOE
Returns the class to use as type (= superclass) in the GOE.
getEditorType() - Method in class adams.gui.visualization.image.plugins.AbstractSelectedImagesFilterWithGOE
Returns the class to use as type (= superclass) in the GOE.
getEditorType() - Method in class adams.gui.visualization.image.plugins.AbstractSelectedImagesViewerPluginWithGOE
Returns the class to use as type (= superclass) in the GOE.
getEditorType() - Method in class adams.gui.visualization.image.plugins.Barcode
Returns the class to use as type (= superclass) in the GOE.
getEditorType() - Method in class adams.gui.visualization.image.plugins.BoofCVDetectLines
Returns the class to use as type (= superclass) in the GOE.
getEditorType() - Method in class adams.gui.visualization.image.plugins.BoofCVDetectLineSegments
Returns the class to use as type (= superclass) in the GOE.
getEditorType() - Method in class adams.gui.visualization.image.plugins.BoofCVFeatureGenerator
Returns the class to use as type (= superclass) in the GOE.
getEditorType() - Method in class adams.gui.visualization.image.plugins.BoofCVTransformer
Returns the class to use as type (= superclass) in the GOE.
getEditorType() - Method in class adams.gui.visualization.image.plugins.BufferedImageFeatureGenerator
Returns the class to use as type (= superclass) in the GOE.
getEditorType() - Method in class adams.gui.visualization.image.plugins.BufferedImageTransformer
Returns the class to use as type (= superclass) in the GOE.
getEditorType() - Method in class adams.gui.visualization.image.plugins.ImageFileMetaData
Returns the class to use as type (= superclass) in the GOE.
getEditorType() - Method in class adams.gui.visualization.image.plugins.LocateObjects
Returns the class to use as type (= superclass) in the GOE.
getElement(Matrix, int[], ArrayElementType) - Static method in class adams.data.matlab.MatlabUtils
Returns the element according to the specified type.
getElementAt(int) - Method in class adams.gui.core.FileWrapperListModel
Returns the element at the specified position.
getElementAt(int) - Method in class adams.gui.core.SearchableWrapperListModel
Returns the value at the specified index.
getElementEditor() - Method in class adams.gui.goe.GenericArrayEditor
Returns the element editor in use.
getElementIndexVariable() - Method in class adams.flow.control.ArrayProcess
Returns the variable name to store the current element index in.
getElementIndexVariable() - Method in class adams.flow.control.CollectionProcess
Returns the variable name to store the current element index in.
getElements() - Method in class adams.flow.source.newlist.FixedList
Returns the list elements to output.
getElements() - Method in class adams.flow.transformer.ArraySubset
Returns the array elements to pick.
getElements() - Method in class adams.flow.transformer.arraysubsetgeneration.RangeSubset
Returns the array elements to pick.
getElements() - Method in class adams.flow.transformer.CollectionSubset
Returns the array elements to pick.
getElementType() - Method in class adams.data.conversion.Mat5ArrayToString
Returns the type of the element in the array.
getElementType() - Method in class adams.data.conversion.StringToMat5Array
Returns the type of the element in the array.
getElementType() - Method in class adams.data.matlab.multimatrixoperation.Combine
Returns the type of the element in the array.
getElementType() - Method in class adams.flow.transformer.Mat5ArraySubset
Returns the type of the element to retrieve.
getElementType() - Method in class adams.flow.transformer.Mat5GetMatrixElement
Returns the type of the element to retrieve.
getElementType() - Method in class adams.flow.transformer.Mat5SetMatrixElement
Returns the type of the element to set.
getEliminateColinearAttributes() - Method in class weka.classifiers.functions.LinearRegressionJ
Get the value of EliminateColinearAttributes.
getElse() - Method in class adams.parser.lookupupdate.Parser
Returns the else lookup items.
getElseActor() - Method in class adams.flow.control.IfStorageValue
Returns the actor of the 'else' branch.
getElseActor() - Method in class adams.flow.control.IfThenElse
Returns the actor of the 'else' branch.
getEmail() - Method in class adams.core.net.EmailContact
Returns the email name.
getEmail() - Method in class adams.gui.dialog.DisplayEmailPanel
Returns the currently set email.
getEmpty() - Method in class adams.flow.transformer.SpreadSheetGetCell
Returns the value to return if cell is empty.
getEmpty() - Method in class adams.flow.transformer.SpreadSheetGetHeaderCell
Returns the value to return if cell is empty.
getEmptyIcon() - Static method in class adams.gui.core.ImageManager
Returns the ImageIcon for the empty icon.
getEnable() - Method in class adams.flow.processor.ManageInteractiveActors
Returns whether the interactive behaviour gets enabled or disabled.
getEnable() - Method in class adams.flow.processor.ManageTimedActors
Returns whether the timing behaviour gets enabled or disabled.
getEnabled() - Method in class adams.data.io.output.AbstractTextWriter
Returns whether the writer is enabled.
getEnabled() - Method in class adams.flow.source.valuedefinition.AbstractValueDefinition
Returns whether the definition is to be used.
getEnabled() - Method in class adams.gui.print.JComponentWriter
Returns whether the writer is enabled.
getEnabled() - Method in class adams.gui.visualization.image.interactionlogging.AbstractInteractionLoggingFilter
Returns whether to enable the filter.
getEnabled() - Method in class adams.gui.visualization.object.mouseclick.AbstractMouseClickProcessor
Returns whether the click processor is enabled.
getEnabled() - Method in class adams.gui.visualization.object.objectannotations.check.AbstractAnnotationCheck
Returns whether the check is enabled.
getEnabled() - Method in class adams.gui.visualization.object.objectannotations.cleaning.AbstractAnnotationCleaner
Returns whether the data cleaner is enabled.
getEnabled() - Method in class adams.gui.visualization.object.objectannotations.colors.AbstractAnnotationColors
Returns whether the data cleaner is enabled.
getEnabled() - Method in class adams.gui.visualization.object.objectannotations.label.AbstractLabelPlotter
Returns whether the plotter is enabled.
getEnabled() - Method in class adams.gui.visualization.object.objectannotations.outline.AbstractOutlinePlotter
Returns whether the plotter is enabled.
getEnabled() - Method in class adams.gui.visualization.object.objectannotations.shape.AbstractShapePlotter
Returns whether the plotter is enabled.
getEnabled() - Method in class adams.gui.visualization.object.overlay.AbstractOverlay
Returns whether the overlay is enabled.
getEnabled() - Method in interface adams.gui.visualization.object.overlay.Overlay
Returns whether the overlay is enabled.
getEnabled() - Method in class adams.gui.visualization.segmentation.paintoperation.AbstractPaintOperation
Returns whether the overlay is enabled.
getEnabled() - Method in interface adams.gui.visualization.segmentation.paintoperation.PaintOperation
Returns whether the paint operation is enabled.
getEnabled() - Method in class adams.scripting.requesthandler.AbstractRequestHandler
Returns whether the handler is enabled.
getEnabled() - Method in class adams.scripting.responsehandler.AbstractResponseHandler
Returns whether the handler is enabled.
getEnableRestart() - Method in interface adams.core.management.RestartableApplication
Returns whether to enable the restart through the Launcher.
getEnableRestart() - Method in class adams.gui.application.AbstractApplicationFrame
Returns whether to enable the restart through the Launcher.
getEnclosingGroup() - Method in class adams.flow.standalone.AbstractMutableStandaloneGroupItem
Returns the enclosing group.
getEnclosingGroup() - Method in class adams.flow.standalone.AbstractStandaloneGroupItem
Returns the enclosing group.
getEnclosingGroup() - Method in interface adams.flow.standalone.StandaloneGroupItem
Returns the enclosing group.
getEncoder() - Method in class adams.flow.transformer.draw.Barcode
Sets the encoder type.
getEncoder() - Method in class adams.flow.transformer.EncodeBarcode
Returns the encoder in use.
getEncoding() - Method in interface adams.core.io.EncodingSupporter
Returns the encoding to use.
getEncoding() - Method in class adams.core.io.filesearch.AbstractFileSearchHandlerWithEncoding
Returns the encoding to use.
getEncoding() - Method in class adams.core.io.filesearch.AbstractMetaFileSearchHandlerWithEncoding
Returns the encoding to use.
getEncoding() - Method in class adams.core.io.fileuse.LastLineMatches
Returns the encoding to use.
getEncoding() - Method in class adams.core.option.CompactFlowConsumer
Returns the encoding to use.
getEncoding() - Method in class adams.core.option.CompactFlowProducer
Returns the encoding to use.
getEncoding() - Method in class adams.core.option.NestedConsumer
Returns the encoding to use.
getEncoding() - Method in class adams.core.option.NestedProducer
Returns the encoding to use.
getEncoding() - Method in class adams.data.conversion.ByteArrayToString
Returns the encoding to use.
getEncoding() - Method in class adams.data.conversion.DOMToString
Returns the encoding to use.
getEncoding() - Method in class adams.data.conversion.StringArrayToURLParameters
Returns the encoding to use.
getEncoding() - Method in class adams.data.conversion.StringToByteArray
Returns the encoding to use.
getEncoding() - Method in class adams.data.conversion.URLDecode
Returns the encoding to use.
getEncoding() - Method in class adams.data.conversion.URLEncode
Returns the encoding to use.
getEncoding() - Method in class adams.data.conversion.URLParametersToStringArray
Returns the encoding to use.
getEncoding() - Method in class adams.data.io.input.AbstractSpreadSheetReader
Returns the encoding to use.
getEncoding() - Method in class adams.data.io.input.AbstractTextReaderWithEncoding
Returns the encoding to use.
getEncoding() - Method in class adams.data.io.input.DefaultFlowReader
Returns the encoding to use.
getEncoding() - Method in class adams.data.io.input.NestedAdamsExperimentReader
Returns the encoding to use.
getEncoding() - Method in class adams.data.io.input.NestedCommandlineReader
Returns the encoding to use.
getEncoding() - Method in class adams.data.io.output.AbstractSpreadSheetWriter
Returns the encoding to use.
getEncoding() - Method in class adams.data.io.output.AbstractTextWriterWithEncoding
Returns the encoding to use.
getEncoding() - Method in class adams.data.io.output.DefaultFlowWriter
Returns the encoding to use.
getEncoding() - Method in class adams.doc.listing.AbstractFileBasedListingOutputWithEncoding
Returns the encoding to use.
getEncoding() - Method in class adams.doc.listing.OptionOutput
Returns the encoding to use.
getEncoding() - Method in class adams.flow.sink.DumpFile
Returns the encoding to use.
getEncoding() - Method in class adams.flow.sink.sendnotification.LogFile
Returns the encoding to use.
getEncoding() - Method in class adams.flow.sink.Socket
Returns the encoding to use.
getEncoding() - Method in class adams.flow.sink.XMLFileWriter
Returns the encoding to use.
getEncoding() - Method in class adams.flow.source.Socket
Returns the encoding to use.
getEncoding() - Method in class adams.flow.transformer.HttpRequest
Returns the encoding to use.
getEncoding() - Method in class adams.flow.transformer.PythonExpandScript
Returns the encoding to use.
getEncoding() - Method in class adams.gui.chooser.TextFileChooser.FileEncodingPanel
Returns the currently set encoding.
getEncoding() - Method in class adams.gui.chooser.TextFileChooser
Returns the currently set encoding.
getEncoding() - Method in class weka.core.converters.SimpleArffLoader
Returns the encoding to use.
getEncoding() - Method in class weka.core.converters.SimpleArffSaver
Returns the encoding to use.
getEncoding(String) - Static method in class adams.gui.core.RecentFilesWithEncodingHandler
Returns the file encoding part of the item.
getEnd() - Method in class adams.core.base.BaseDate
Returns the optional end date.
getEnd() - Method in class adams.core.base.BaseDateTime
Returns the optional end datetime.
getEnd() - Method in class adams.core.base.BaseDateTimeMsec
Returns the optional end datetime.
getEnd() - Method in class adams.core.base.BaseTime
Returns the optional end time.
getEnd() - Method in class adams.core.base.BaseTimeMsec
Returns the optional end time.
getEnd() - Method in class adams.data.binning.Bin
Returns the end of the bin.
getEnd() - Method in class adams.data.conversion.BaseDateTimeMsecToString
Returns the end date used in the evaluation.
getEnd() - Method in class adams.data.conversion.BaseDateTimeToString
Returns the end date used in the evaluation.
getEnd() - Method in class adams.data.conversion.BaseDateToString
Returns the end date used in the evaluation.
getEnd() - Method in class adams.data.conversion.BaseTimeToString
Returns the end time used in the evaluation.
getEnd() - Method in class adams.data.filter.TimeseriesWindow
The end timestamp of series.
getEnd() - Method in class adams.flow.transformer.BinaryFileReader
Returns the last position (incl.).
getEnd() - Method in class adams.flow.transformer.FileTailer
Returns whether to start from the end or beginning.
getEnd() - Method in class adams.gui.visualization.report.ReportDateFieldRangePaintlet
Returns the currently set date field in use for the end of the region.
getEnd() - Method in class adams.parser.basedate.Parser
Returns the optional end date.
getEnd() - Method in class adams.parser.basedatetime.Parser
Returns the optional end datetime.
getEnd() - Method in class adams.parser.basedatetimemsec.Parser
Returns the optional end datetime.
getEnd() - Method in class adams.parser.basetime.Parser
Returns the optional end time.
getEnd() - Method in class adams.parser.basetimemsec.Parser
Returns the optional end time.
getEndDate() - Method in class adams.db.AbstractTimeWindowTableCleanUp
Returns the end date.
getEndDate() - Method in class adams.tools.AbstractTimeWindowDatabaseTool
Returns the end date.
getEndTimestamp() - Method in class adams.gui.visualization.timeseries.FixedTimestampRangePaintlet
Returns the timestamp for the end of the range.
getEnforceCallableNameCheck() - Method in class adams.flow.control.Flow
Returns whether the check of callable names is enforced.
getEnforceCallableNameCheck() - Method in class adams.flow.control.LocalScopeTransformer
Returns whether the check of callable names is enforced.
getEnforceCallableNameCheck() - Method in class adams.flow.control.LocalScopeTrigger
Returns whether the check of callable names is enforced.
getEnforceCallableNameCheck() - Method in interface adams.flow.control.ScopeHandler
Returns whether the check of callable names is enforced.
getEngine() - Method in class adams.flow.standalone.RemoteScriptingEngine
Returns the engine in use.
getEngine() - Method in class adams.scripting.CommandRunner
Returns the scripting engine in use.
getEngines() - Method in class adams.scripting.engine.MultiScriptingEngine
Returns the engines in use.
getEnsureEqualValues() - Method in class adams.flow.transformer.spreadsheetmethodmerge.AbstractMerge
Gets whether to check all data-sources for a merged column have the same value.
getEnsureEqualValues() - Method in class adams.flow.transformer.wekadatasetsmerge.AbstractMerge
Gets whether to check all data-sources for a merged attribute have the same value.
getEntry(int) - Method in class adams.gui.core.AbstractNamedHistoryPanel
Returns the entry at the specified index.
getEntry(String) - Method in class adams.gui.core.AbstractNamedHistoryPanel
Returns the entry with the specified name.
getEntryName() - Method in class adams.data.io.input.Mat5SpreadSheetReader
Returns the name of the entry to retrieve, takes precedence over range.
getEntryName() - Method in class adams.flow.transformer.Mat5FileAddArray
Returns the entry name.
getEntryName() - Method in class adams.flow.transformer.Mat5FileGetArray
Returns the name of the entry to retrieve.
getEntryName() - Method in class adams.gui.core.AbstractNamedHistoryPanel.AbstractHistoryEntryFrame
Returns the name of the history entry.
getEntryName(int) - Method in class adams.gui.core.AbstractNamedHistoryPanel
Returns the name of the entry at the specified index.
getEntryNameVariable() - Method in class adams.flow.sink.DisplayPanelManager
Returns the variable name which value gets used to name the entries.
getEntryNameVariable() - Method in class adams.flow.sink.HistoryDisplay
Returns the variable name which value gets used to name the entries.
getEntryNameVariable() - Method in class adams.flow.sink.ReportDisplay
Returns the variable name which value gets used to name the entries.
getEntryOwner() - Method in class adams.gui.core.AbstractNamedHistoryPanel.AbstractHistoryEntryFrame
Returns the owning history panel.
getEntryPanel() - Method in class adams.gui.workspace.AbstractWorkspaceManagerPanel
Returns the panel with the workspace entries.
getEntryPanel() - Method in class weka.gui.explorer.MultiExplorer
Returns the panel with the explorer panel entries.
getEnum(String) - Method in class adams.gui.application.AbstractPropertiesPreferencesPanel
Returns the enum associated with a particular property.
getEnum(String) - Method in class adams.gui.core.PropertiesParameterPanel
Returns the enum associated with a particular property.
getEnumClass() - Method in class adams.flow.source.valuedefinition.EnumValueDefinition
Returns the enum class to select.
getEnumerateLabels() - Method in class adams.flow.transformer.ConfusionMatrix
Returns whether to enumerate the labels rather than using the labels in the matrix.
getEnumeration() - Method in class adams.core.ConfigurableEnumeration.AbstractItem
Returns the enumeration this item belongs to.
getEnumInstance(Class) - Static method in class adams.core.option.EnumOption
Tries to instantiate an instance of the enumeration type.
getEnumValues() - Method in class adams.flow.source.valuedefinition.EnumValueDefinition
Returns the available enum values.
getEnUS() - Method in class adams.core.management.LocaleHelper
Returns the en_US locale.
getEnvironment() - Static method in class adams.core.management.ProcessUtils
Returns the system's environment variables.
getEnvironment() - Method in class adams.db.AbstractDatabaseConnection
Returns the environment instance to use, creates it if necessary.
getEnvironment() - Method in class adams.doc.javadoc.Javadoc
returns the current classname of the environment class to use.
getEnvironment() - Method in class adams.doc.listing.Listing
returns the current classname of the environment class to use.
getEnvironment() - Method in class adams.parser.AbstractExpressionEvaluator
returns the current classname of the environment class to use.
getEnvironment(BaseKeyValuePair[], boolean) - Static method in class adams.core.management.ProcessUtils
Returns the system's environment variables with the provided ones overlayed on top.
getEnvironmentClass() - Static method in class adams.env.AbstractEnvironment
Returns the currently set environment class.
GetEnvironmentVariable - Class in adams.flow.source
Outputs the value of the specified environment variable.
GetEnvironmentVariable() - Constructor for class adams.flow.source.GetEnvironmentVariable
 
getEnvVariable() - Method in class adams.flow.standalone.SetVariable
Returns the name of the environment variable to use.
getEnvVarOptional() - Method in class adams.flow.standalone.SetVariable
Returns whether to the environment variable is optional.
getEnvVars() - Method in interface adams.core.management.EnvironmentVariablesHandler
Returns the environment variables to overlay on top of the current ones.
getEnvVars() - Method in class adams.flow.sink.Exec
Returns the environment variables to overlay on top of the current ones.
getEnvVars() - Method in class adams.flow.source.Command
Returns the environment variables to overlay on top of the current ones.
getEnvVars() - Method in class adams.flow.source.Exec
Returns the environment variables to overlay on top of the current ones.
getError() - Method in class adams.flow.sink.ActualVsPredictedPlot
Returns the column with the error values.
getError() - Method in class adams.gui.event.ScriptingEvent
Returns the error message.
getError() - Method in class adams.gui.flow.tabhandler.ParsedErrorHandler.ParseOutput
Returns the stored error.
getError() - Method in class adams.gui.scripting.ScriptingCommandCode
Returns the error message, if any.
getError() - Method in class adams.gui.tools.previewbrowser.ActualVsPredictedHandler
Returns the column with the error values.
getError() - Method in class weka.classifiers.meta.AbstainLeastMedianSq
 
getError() - Method in class weka.classifiers.meta.LeastMedianSq
 
getErrorAtPct(int) - Method in class weka.classifiers.meta.AbstainLeastMedianSq
finds the median residual squared for the current regression.
getErrorAtPct(int) - Method in class weka.classifiers.meta.LeastMedianSq
finds the median residual squared for the current regression.
getErrorCalculation() - Method in class adams.flow.transformer.WekaBootstrapping
Returns how to calculate the errors for the percentiles.
getErrorCorrectionLevel() - Method in class adams.data.barcode.encode.QRCode
Sets the error correction level of the QR code.
getErrorHandler() - Method in class adams.flow.core.AbstractActor
Returns the current error handler for handling errors in the flow.
getErrorHandler() - Method in interface adams.flow.core.Actor
Returns the current error handler for handling errors in the flow.
getErrorHandling() - Method in class adams.flow.control.Flow
Returns how errors are handled.
getErrorMessage() - Method in class adams.flow.control.RaiseError
Returns the error message.
getErrorMessage() - Method in class adams.gui.core.ErrorMessagePanel
Returns the error message.
getErrorMessage() - Method in class adams.scripting.command.AbstractCommandWithResponse
Returns the error message (if any).
getErrorMessage() - Method in interface adams.scripting.command.RemoteCommandWithErrorMessage
Returns the error message (if any).
getErrorPaintlet() - Method in class adams.flow.sink.SequencePlotter
Returns the error paintlet to use.
getErrorPaintlet() - Method in class adams.flow.sink.sequenceplotter.SequencePlotterPanel
Returns the error paintlet to use.
getErrorPostProcessor() - Method in class adams.flow.control.TryCatch
Returns the error post-processor in use.
getErrors() - Method in class adams.core.option.AbstractOptionConsumer
Returns the error log.
getErrors() - Method in interface adams.core.option.OptionConsumer
Returns the error log.
getErrors() - Method in class adams.data.io.input.AbstractFlowReader
Returns any errors that were encountered while reading.
getErrors() - Method in interface adams.data.io.input.FlowReader
Returns any errors that were encountered while reading.
getErrors() - Method in class adams.data.Notes
Returns the error subset.
getErrors() - Method in class adams.flow.processor.AbstractActorProcessor
Returns the list of errors (if any).
getErrors() - Method in interface adams.flow.processor.ActorProcessor
Returns the list of errors (if any).
getErrors() - Method in class adams.flow.transformer.imagepreparation.AbstractImagePreparation
Returns the errors.
getErrors() - Method in class adams.flow.transformer.locateobjects.AbstractObjectLocator
Returns the errors.
getErrorScaler() - Method in class adams.flow.sink.WekaClassifierErrors.DataGenerator
Returns the scaling scheme.
getErrorScaler() - Method in class adams.flow.sink.WekaClassifierErrors
Returns the scheme to use for scaling the errors.
getErrorScalers() - Static method in class adams.data.weka.predictions.AbstractErrorScaler
Returns a list with classnames of scalers.
getErrorVariable() - Method in class adams.flow.control.TryCatch
Returns the variable to store the error messages in.
getErrorX() - Method in interface adams.data.sequence.XYSequencePointWithErrors
Returns the error information for X.
getErrorX() - Method in class adams.flow.sink.sequenceplotter.SequencePlotPoint
Returns the error information for X.
getErrorY() - Method in interface adams.data.sequence.XYSequencePointWithErrors
Returns the error information for Y.
getErrorY() - Method in class adams.flow.sink.sequenceplotter.SequencePlotPoint
Returns the error information for Y.
getEscapeSpecialChars() - Method in class adams.data.io.output.CsvSpreadSheetWriter
Returns whether to escape special chars like \\t, \\r and \\n with a backslash.
getEta() - Method in class weka.classifiers.trees.XGBoost
Gets the step size shrinkage to use in updates to prevent overfitting.
getEvaluation() - Method in class adams.flow.sink.WekaClassifierErrors.DataGenerator
Returns the underlying Evaluation object.
getEvaluation() - Method in class adams.flow.transformer.IndexedSplitsRunsEvaluation
Returns the evaluation to use.
getEvaluation() - Method in class adams.gui.tools.wekainvestigator.tab.associatetab.ResultItem
Returns the stored Evaluation object.
getEvaluation() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.ResultItem
Returns the stored Evaluation object.
getEvaluation() - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.ResultItem
Returns the stored Evaluation object.
getEvaluation() - Method in class adams.multiprocess.WekaCrossValidationExecution
Returns the generated (aggregated) evaluation.
getEvaluation() - Method in class adams.multiprocess.WekaCrossValidationJob
Returns the generated evaluation object.
getEvaluation(Token) - Method in class adams.flow.sink.WekaClassifierErrors
Returns the Evaluation object from the token.
getEvaluation(Token) - Method in class adams.flow.sink.WekaCostBenefitAnalysis
Returns the Evaluation object from the token.
getEvaluation(Token) - Method in class adams.flow.sink.WekaCostCurve
Returns the Evaluation object from the token.
getEvaluation(Token) - Method in class adams.flow.sink.WekaMarginCurve
Returns the Evaluation object from the token.
getEvaluation(Token) - Method in class adams.flow.sink.WekaThresholdCurve
Returns the Evaluation object from the token.
getEvaluationPostProcessor() - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm
Returns the post-processing scheme for the evaluation.
getEvaluations() - Static method in class adams.gui.tools.wekainvestigator.tab.associatetab.evaluation.AbstractAssociatorEvaluation
Returns the available actions.
getEvaluations() - Static method in class adams.gui.tools.wekainvestigator.tab.attseltab.evaluation.AbstractAttributeSelectionEvaluation
Returns the available actions.
getEvaluations() - Static method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.AbstractClassifierEvaluation
Returns the available actions.
getEvaluations() - Static method in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.AbstractClustererEvaluation
Returns the available actions.
getEvaluations() - Method in class adams.multiprocess.WekaCrossValidationExecution
Returns the generated evaluations (if multi-threaded or separated).
getEvaluationType() - Method in class adams.flow.sink.WekaExperimentGenerator
Returns the type of evaluation to perform.
getEvaluator() - Method in class adams.flow.transformer.WekaAttributeSelection
Returns the evaluation method in use.
getEvaluator() - Method in class adams.flow.transformer.WekaInstanceEvaluator
Returns the evaluator to use.
getEvaluator() - Method in class adams.gui.tools.wekainvestigator.tab.attseltab.ResultItem
Returns the stored evaluator object.
getEvaluators() - Static method in class adams.data.weka.evaluator.AbstractInstanceEvaluator
Returns a list with classnames of evaluators.
getEvent() - Method in class adams.flow.control.TriggerEvent
Returns the name of the event to trigger.
getEventKind() - Method in enum adams.core.io.WatchEventKind
Returns the event kind.
getEvents() - Method in class adams.flow.standalone.DirWatch
Returns the events to report.
getEventType() - Method in class adams.gui.event.PlotPanelPanningEvent
Returns the event type.
getEventType() - Method in class adams.gui.event.PlotPanelZoomEvent
Returns the event type.
getEveryNth() - Method in class adams.flow.control.Injector
Returns after how many tokens the injection takes place.
getExactMatch() - Method in class adams.data.conversion.SwapObjects
Returns whether to use the complete command-line for comparison rather than just the class name.
getExactMatch() - Method in class adams.data.conversion.SwapPLS
Returns whether to use the complete command-line for comparison rather than just the class name.
getExample() - Method in interface adams.core.ExampleProvider
Returns the example.
getExample() - Method in class adams.core.Index
Returns the example.
getExample() - Method in class adams.core.Range
Returns the example.
getExample() - Method in class adams.core.UnorderedRange
Returns the example.
getExample() - Method in class adams.data.spreadsheet.SheetIndex
Returns the example.
getExample() - Method in class adams.data.spreadsheet.SheetRange
Returns the example.
getExample() - Method in class adams.data.spreadsheet.SpreadSheetColumnIndex
Returns the example.
getExample() - Method in class adams.data.spreadsheet.SpreadSheetColumnRange
Returns the example.
getExample() - Method in class adams.data.spreadsheet.SpreadSheetUnorderedColumnRange
Returns the example.
getExample() - Method in class adams.data.weka.WekaAttributeIndex
Returns the example.
getExample() - Method in class adams.data.weka.WekaAttributeRange
Returns the example.
getExample() - Method in class adams.data.weka.WekaLabelIndex
Returns the example.
getExample() - Method in class adams.data.weka.WekaLabelRange
Returns the example.
getExample() - Method in class adams.data.weka.WekaUnorderedAttributeRange
Returns the example.
getExample() - Method in class adams.gui.core.BaseShortcut
Returns the example.
getExclude() - Method in class adams.flow.source.RSync
 
getExclude() - Method in class adams.flow.source.SimpleRSync
 
getExcludeClass() - Method in class weka.core.AbstractHashableInstance
Returns whether the class is excluded from the hashcode computation.
getExcludedAttributes() - Method in class adams.flow.transformer.SpreadSheetMerge
Returns the prefix separator string.
getExcludedAttributes() - Method in class adams.flow.transformer.WekaInstancesMerge
Returns the prefix separator string.
getExcludeDefaultValueDefinition() - Method in class adams.flow.processor.ForwardSlashSwitch
Returns whether to exclude DefaultValueDefinition instances as used by EnterManyValues.
getExcludeDummies() - Method in interface adams.db.ReportConditions
Returns whether data containers with reports flagged as dummies are excluded or not.
getExcludeFrom() - Method in class adams.flow.source.RSync
 
getExcludeFrom() - Method in class adams.flow.source.SimpleRSync
 
getExcludeIdentical() - Method in class adams.data.objectoverlap.AbstractObjectOverlap
Returns whether to exclude identical objects from the comparison.
getExcludeWeight() - Method in class weka.core.AbstractHashableInstance
Returns whether the weight is excluded from the hashcode computation.
getExecutable() - Static method in class adams.core.management.Terminal
Returns the platform-specific executable.
getExecutable() - Method in class adams.data.tesseract.TesseractHelper
Returns the executable.
getExecutable() - Method in class adams.flow.control.JDeps
Returns the jdeps executable.
getExecutable() - Method in class adams.flow.control.JMap
Returns the jmap executable.
getExecutable() - Method in class adams.flow.sink.Browser
Returns the custom browser executable.
getExecutable() - Method in class adams.flow.source.PythonVenvExec
Returns the executable from the virtualenv to run.
getExecutable() - Method in class adams.flow.standalone.TesseractConfiguration
Returns the tesseract executable in use.
getExecutableOptions() - Method in class adams.flow.source.PythonVenvExec
Returns the command-line options for the executable.
getExecutablePath() - Static method in class adams.core.management.JConsole
Returns the full path of the JConsole executable, if possible.
getExecutablePath() - Static method in class adams.core.management.JDeps
Returns the full path of the JMap executable, if possible.
getExecutablePath() - Static method in class adams.core.management.JMap
Returns the full path of the JMap executable, if possible.
getExecutablePath() - Static method in class adams.core.management.JVisualVM
Returns the full path of the JVisualVM executable, if possible.
getExecutablePath() - Static method in class adams.core.management.Keytool
Returns the full path of the keytool executable, if possible.
getExecuteOnError() - Method in class adams.flow.control.Flow
Returns the external flow to execute in case the flow finishes with an error.
getExecuteOnFinish() - Method in class adams.flow.control.Flow
Returns the external flow to execute in case the flow finishes without any errors.
getExecution() - Method in class adams.gui.flow.tree.Renderer.ActorIcon
Returns how to paint the visual cues.
getExecutionError() - Method in class adams.multiprocess.AbstractJob
Returns the execution error, if any.
getExecutionError() - Method in interface adams.multiprocess.Job
Returns the execution error, if any.
getExecutionType() - Method in class adams.flow.standalone.ExternalFlow
Returns how to execute the flow.
getExpand() - Method in class adams.flow.sink.DOMDisplay
Returns whether to fully expand the tree or not.
getExpand() - Method in class adams.flow.sink.JsonDisplay
Returns whether to fully expand the tree or not.
getExpandedFullNames() - Method in class adams.gui.flow.tree.Tree
Returns the full actor names of expanded nodes.
getExpandedState() - Method in class adams.gui.core.BaseTree
Returns the expanded (or not) state of all the rows currently being displayed.
getExpandedStateList() - Method in class adams.gui.core.BaseTree
Returns the expanded (or not) state of all the rows currently being displayed.
getExpandedTreePaths() - Method in class adams.gui.core.BaseTree
Returns all currently expanded nodes.
getExpandedTreePaths(DefaultMutableTreeNode) - Method in class adams.gui.core.BaseTree
Returns all currently expanded nodes, starting from the specified node.
getExpandEntityReferences() - Method in class adams.core.io.filecomplete.XML
Returns whether a parser expands entity references.
getExpandEntityReferences() - Method in class adams.data.conversion.XMLToDOM
Returns whether a parser expands entity references.
getExpandEntityReferences() - Method in class adams.flow.transformer.XMLFileReader
Returns whether a parser expands entity references.
getExpandValue() - Method in class adams.flow.standalone.SetManyVariables
Returns whether the value gets expanded before setting it (eg if it is made up of variables itself).
getExpandValue() - Method in class adams.flow.standalone.SetVariable
Returns whether the value gets expanded before setting it (eg if it is made up of variables itself).
getExpandValue() - Method in class adams.flow.transformer.SetManyVariables
Returns whether the value gets expanded before setting it (eg if it is made up of variables itself).
getExpandValue() - Method in class adams.flow.transformer.SetVariable
Returns whether the value gets expanded before setting it (eg if it is made up of variables itself).
getExpandVariables() - Method in class adams.data.conversion.SpreadSheetAddFormulaColumn
Returns whether to expand any variable first before adding the formula to the spreadsheet.
getExpandVariables() - Method in class adams.data.conversion.SpreadSheetAddFormulaRow
Returns whether to expand any variable first before adding the formula to the spreadsheet.
getExpandVariables() - Method in class adams.flow.source.CurrentFlow
Returns whether to expand variables using their current values.
getExpandVariables() - Method in class adams.flow.source.SpecifiedActor
Returns whether to expand variables using their current values.
getExpansionDelay() - Method in class adams.gui.core.DragAndDropTree
Returns the delay in msecs before expanding a collapsed node during a drag'n'drop operation.
getExpansionOccurred() - Method in class adams.gui.core.LazyExpansionTreeNode
Returns whether the expansion has already occurred.
getExpansionOccurred() - Method in class adams.gui.flow.tree.Node
Returns whether the expansion has already occurred.
getExperiment() - Method in class adams.flow.source.WekaNewExperiment
Returns the experiment setup.
getExperiment() - Method in class adams.gui.goe.WekaExperimentFileEditor.SimpleSetupDialog
Returns the experiment.
getExperiment() - Method in class adams.gui.tools.wekainvestigator.tab.experimenttab.ResultItem
Returns the stored Evaluation object.
getExperiment() - Method in class adams.gui.tools.wekamultiexperimenter.ExperimenterPanel
Returns the current experiment.
getExperiment() - Method in class adams.gui.tools.wekamultiexperimenter.setup.AbstractSetupPanel
Returns the current experiment.
getExperiment() - Method in class adams.gui.tools.wekamultiexperimenter.setup.BasicAdamsSetupPanel
Returns the current experiment.
getExperiment() - Method in class adams.gui.tools.wekamultiexperimenter.setup.BasicWekaSetupPanel
Returns the current experiment.
getExperiment() - Method in class adams.opt.genetic.setupupload.AbstractSetupUpload
Returns the experiment name to use.
getExperimentClass() - Method in class adams.gui.tools.wekamultiexperimenter.io.AbstractAdamsExperimentIO
Returns the experiment superclass/interface.
getExperimentClass() - Method in class adams.gui.tools.wekamultiexperimenter.io.AbstractExperimentIO
Returns the experiment superclass/interface.
getExperimentClass() - Method in class adams.gui.tools.wekamultiexperimenter.io.AbstractWekaExperimentIO
Returns the experiment superclass/interface.
getExperimentClass() - Method in class adams.gui.tools.wekamultiexperimenter.io.RemoteWekaExperimentIO
Returns the experiment superclass/interface.
getExperimentFile() - Method in class adams.flow.transformer.WekaExperiment
Returns the file the experiment is stored in.
getExperimentIO() - Method in class adams.gui.tools.wekamultiexperimenter.setup.AbstractSetupPanel
Returns the handler for the IO, i.e., loading/saving of experiments.
getExperimentType() - Method in class adams.flow.sink.WekaExperimentGenerator
Returns the type of experiment to perform.
getExpiryInterval() - Method in class adams.flow.control.AbstractDataContainerFileChecker
Returns the expiry interval after which blacklisted files get moved from the temporary list to the final list.
getExpiryTime(boolean) - Method in class adams.gui.core.BaseStatusBar
Returns the expiry time in seconds.
getExplorer() - Method in class weka.gui.explorer.ExperimentPanel
returns the parent Explorer frame.
getExplorer() - Method in class weka.gui.explorer.SqlPanel
returns the parent Explorer frame
getExplorerOptions(Explorer) - Static method in class weka.gui.explorer.WorkspaceHelper
Obtains the options from the explorer to be saved in the workspace.
getExplorerPanel() - Method in class weka.gui.explorer.panels.AbstractAdditionalExplorerPanel
Returns the panel to display.
getExplorerPanel() - Method in interface weka.gui.explorer.panels.AdditionalExplorerPanel
Returns the panel to display.
getExplorerPanel() - Method in class weka.gui.explorer.panels.ForecastingPanel
Returns the panel to display.
getExplorerPanelHandler() - Method in class weka.gui.explorer.panels.AbstractAdditionalExplorerPanel
Returns the associated panel handler.
getExplorerPanelHandler() - Method in interface weka.gui.explorer.panels.AdditionalExplorerPanel
Returns the associated panel handler.
getExplorerPanelHandler() - Method in class weka.gui.explorer.panels.ForecastingPanel
Returns the associated panel handler.
getExponent() - Method in class adams.data.statistics.ArrayMinkowskiDistance
Returns the exponent p.
getExport() - Method in class adams.gui.dialog.AbstractDirectoryExportDialog
Returns the export format.
getExport() - Method in class adams.gui.dialog.AbstractFileExportDialog
Returns the export format.
getExport() - Method in class adams.multiprocess.SerializingJobRunner
Returns the file to export the un-executed jobs to.
getExporters() - Static method in class adams.gui.visualization.debug.objectexport.AbstractObjectExporter
Returns a list with classnames of exporters.
getExporters(Class) - Static method in class adams.gui.visualization.debug.objectexport.AbstractObjectExporter
Returns a exporters for the specified class.
getExporters(Class, Class[]) - Static method in class adams.gui.visualization.debug.objectexport.AbstractObjectExporter
Returns a exporters for the specified class.
getExporters(Object) - Static method in class adams.gui.visualization.debug.objectexport.AbstractObjectExporter
Returns a exporters for the specified object.
getExporters(Object, Class[]) - Static method in class adams.gui.visualization.debug.objectexport.AbstractObjectExporter
Returns a exporters for the specified object.
getExpression() - Method in class adams.data.conversion.MathExpression
Returns the mathematical expression to evaluate.
getExpression() - Method in class adams.data.conversion.SpreadSheetSplitColumn
Returns the regular expression for splitting the string.
getExpression() - Method in class adams.data.conversion.StringExpression
Returns the string expression to evaluate.
getExpression() - Method in class adams.data.spreadsheet.rowscore.MathExpression
Returns the mathematical expression.
getExpression() - Method in class adams.flow.condition.bool.AbstractExpression
Returns the expression to evaluate.
getExpression() - Method in class adams.flow.source.CombineStorage
Returns the expression for combining the variables/storage placeholders.
getExpression() - Method in class adams.flow.source.CombineVariables
Returns the expression for combining the variables.
getExpression() - Method in class adams.flow.source.MathExpression
Returns the mathematical expression to evaluate.
getExpression() - Method in class adams.flow.source.StringExpression
Returns the string expression to evaluate.
getExpression() - Method in class adams.flow.transformer.AbstractDeleteReportValueByExpression
Returns the boolean expression that decides whether to remove the field.
getExpression() - Method in class adams.flow.transformer.MathExpression
Returns the mathematical expression to evaluate.
getExpression() - Method in class adams.flow.transformer.ReportMathExpression
Returns the mathematical expression to evaluate.
getExpression() - Method in class adams.flow.transformer.StringExpression
Returns the string expression to evaluate.
getExpression() - Method in class adams.flow.transformer.StringSplit
Returns the regular expression for splitting the string.
getExpression() - Method in class adams.flow.transformer.XPath
Returns the expression to apply.
getExpression() - Method in class adams.gui.core.BooleanExpressionEditorPanel
Returns the current expression.
getExpression() - Method in class adams.gui.core.MathematicalExpressionEditorPanel
Returns the current expression.
getExpression() - Method in class adams.gui.core.StringExpressionEditorPanel
Returns the current expression.
getExpression() - Method in class adams.gui.tools.ExpressionWatchPanel.ExpressionDialog
Returns the expression.
getExpression() - Method in class adams.gui.visualization.sequence.MathExpressionOverlayPaintlet
Returns the expression to use for generating the Y values.
getExpression() - Method in class adams.parser.AbstractExpressionEvaluator
Returns the expression to evaluate.
getExpression() - Method in class weka.classifiers.functions.MathExpressionClassifier
Returns the mathematical expression to evaluate.
getExpressionAt(int) - Method in class adams.gui.tools.ExpressionWatchPanel.TableModel
Returns the expression at the specified position.
getExpressionType() - Method in class adams.gui.tools.ExpressionWatchPanel.ExpressionDialog
Returns the selected type.
getExtension() - Method in class adams.core.io.AbstractFilenameGeneratorWithExtension
Returns the extension in use.
getExtension() - Method in class adams.core.io.PlaceholderFile
Returns the extension, i.e., the string after the last dot.
getExtension() - Method in class adams.data.conversion.ReplaceFileExtension
Returns the extension to use.
getExtension() - Method in enum adams.data.jai.ImageType
Returns the associated extension.
getExtension() - Method in class adams.doc.listing.OptionOutput
Returns the extension to use.
getExtension() - Method in class adams.flow.transformer.splitfile.AbstractFileSplitter
Returns the extension for the generated files.
getExtension() - Method in class adams.gui.tools.previewbrowser.ContentHandlerFavorites.ContentHandlerFavorite
Returns the extension of the favorite.
getExtension(File) - Static method in class adams.core.io.FileUtils
Returns the extension of the file, if any.
getExtension(String) - Static method in class adams.core.io.FileUtils
Returns the extension of the file, if any.
getExtension(String) - Method in class adams.core.io.PlaceholderFile
Returns the extension, i.e., the string after the last dot.
getExtensions() - Method in class adams.flow.source.SelectFile
Returns the extension on offer in the file chooser.
getExtensions() - Method in class adams.flow.source.valuedefinition.FileValueDefinition
Returns the extension on offer in the file chooser.
getExtensions() - Method in class adams.flow.transformer.pdfproclet.AbstractPdfProclet
Returns the extensions that the processor can process.
getExtensions() - Method in class adams.flow.transformer.pdfproclet.AbstractSpreadSheetPdfProclet
Returns the extensions that the processor can process.
getExtensions() - Method in class adams.flow.transformer.pdfproclet.Circle
Returns the extensions that the processor can process.
getExtensions() - Method in class adams.flow.transformer.pdfproclet.FixedText
Returns the extensions that the processor can process.
getExtensions() - Method in class adams.flow.transformer.pdfproclet.Headline
Returns the extensions that the processor can process.
getExtensions() - Method in class adams.flow.transformer.pdfproclet.Image
Returns the extensions that the processor can process.
getExtensions() - Method in class adams.flow.transformer.pdfproclet.Line
Returns the extensions that the processor can process.
getExtensions() - Method in class adams.flow.transformer.pdfproclet.MetaHeadline
Returns the extensions that the processor can process.
getExtensions() - Method in class adams.flow.transformer.pdfproclet.NewPage
Returns the extensions that the processor can process.
getExtensions() - Method in interface adams.flow.transformer.pdfproclet.PdfProclet
Returns the extensions that the processor can process.
getExtensions() - Method in interface adams.flow.transformer.pdfproclet.PdfProcletWithVariableFileExtension
Returns the extensions that the processor can process.
getExtensions() - Method in class adams.flow.transformer.pdfproclet.PlainText
Returns the extensions that the processor can process.
getExtensions() - Method in class adams.flow.transformer.pdfproclet.Rectangle
Returns the extensions that the processor can process.
getExtensions() - Method in class adams.gui.core.ExtensionFileFilter
Returns the extensions.
getExtensions() - Method in class adams.gui.print.BMPWriter
returns the extensions (incl.
getExtensions() - Method in class adams.gui.print.JComponentWriter
returns the extensions (incl.
getExtensions() - Method in class adams.gui.print.JPEGWriter
returns the extensions (incl.
getExtensions() - Method in class adams.gui.print.NullWriter
returns no extensions.
getExtensions() - Method in class adams.gui.print.PDFWriter
returns the extensions (incl.
getExtensions() - Method in class adams.gui.print.PNGWriter
returns the extensions (incl.
getExtensions() - Method in class adams.gui.print.PostscriptWriter
returns the extensions (incl.
getExtensions() - Method in class adams.gui.print.TIFFWriter
returns the extensions (incl.
getExtensions() - Method in class adams.gui.tools.previewbrowser.ActualVsPredictedHandler
Returns the list of extensions (without dot) that this handler can take care of.
getExtensions() - Method in class adams.gui.tools.previewbrowser.AnnotateImage
Returns the list of extensions (without dot) that this handler can take care of.
getExtensions() - Method in class adams.gui.tools.previewbrowser.AnnotationsAndPredictionsFromReport
Returns the list of extensions (without dot) that this handler can take care of.
getExtensions() - Method in class adams.gui.tools.previewbrowser.ApacheCommonsImageHandler
Returns the list of extensions (without dot) that this handler can take care of.
getExtensions() - Method in class adams.gui.tools.previewbrowser.ApacheCommonsImageMetaDataHandler
Returns the list of extensions (without dot) that this handler can take care of.
getExtensions() - Method in interface adams.gui.tools.previewbrowser.ArchiveHandler
Returns the list of extensions (without dot) that this handler can take care of.
getExtensions() - Method in class adams.gui.tools.previewbrowser.BlueChannelImageHandler
Returns the list of extensions (without dot) that this handler can take care of.
getExtensions() - Method in class adams.gui.tools.previewbrowser.BoofCVImageHandler
Returns the list of extensions (without dot) that this handler can take care of.
getExtensions() - Method in class adams.gui.tools.previewbrowser.CocoAnnotationsHandler
Returns the list of extensions (without dot) that this handler can take care of.
getExtensions() - Method in class adams.gui.tools.previewbrowser.ColorDistributionHandler
Returns the list of extensions (without dot) that this handler can take care of.
getExtensions() - Method in class adams.gui.tools.previewbrowser.ConfusionMatrixHandler
Returns the list of extensions (without dot) that this handler can take care of.
getExtensions() - Method in class adams.gui.tools.previewbrowser.ConsoleOutputHandler
Returns the list of extensions (without dot) that this handler can take care of.
getExtensions() - Method in interface adams.gui.tools.previewbrowser.ContentHandler
Returns the list of extensions (without dot) that this handler can take care of.
getExtensions() - Method in class adams.gui.tools.previewbrowser.ContentHandlerFavorites
Returns the list of extensions we have favorites for.
getExtensions() - Method in class adams.gui.tools.previewbrowser.CsvSpreadSheetHandler
Returns the list of extensions (without dot) that this handler can take care of.
getExtensions() - Method in class adams.gui.tools.previewbrowser.DeepLabCutCSVHandler
Returns the list of extensions (without dot) that this handler can take care of.
getExtensions() - Method in class adams.gui.tools.previewbrowser.DetectronAnnotationsHandler
Returns the list of extensions (without dot) that this handler can take care of.
getExtensions() - Method in class adams.gui.tools.previewbrowser.ExcelSpreadSheetHandler
Returns the list of extensions (without dot) that this handler can take care of.
getExtensions() - Method in class adams.gui.tools.previewbrowser.FileInfoHandler
Returns the list of extensions (without dot) that this handler can take care of.
getExtensions() - Method in class adams.gui.tools.previewbrowser.FlowHandler
Returns the list of extensions (without dot) that this handler can take care of.
getExtensions() - Method in class adams.gui.tools.previewbrowser.FromFileHandler
Returns the list of extensions (without dot) that this handler can take care of.
getExtensions() - Method in class adams.gui.tools.previewbrowser.GrayOrIndexedImageHandler
Returns the list of extensions (without dot) that this handler can take care of.
getExtensions() - Method in class adams.gui.tools.previewbrowser.GroovyHandler
Returns the list of extensions (without dot) that this handler can take care of.
getExtensions() - Method in class adams.gui.tools.previewbrowser.HexaDecimalHandler
Returns the list of extensions (without dot) that this handler can take care of.
getExtensions() - Method in class adams.gui.tools.previewbrowser.ImageClassificationHandler
Returns the list of extensions (without dot) that this handler can take care of.
getExtensions() - Method in class adams.gui.tools.previewbrowser.ImageHandler
Returns the list of extensions (without dot) that this handler can take care of.
getExtensions() - Method in class adams.gui.tools.previewbrowser.ImageMetaDataExtractorHandler
Returns the list of extensions (without dot) that this handler can take care of.
getExtensions() - Method in class adams.gui.tools.previewbrowser.ImageSegmentationAnnotationsHandler
Returns the list of extensions (without dot) that this handler can take care of.
getExtensions() - Method in class adams.gui.tools.previewbrowser.IndexedPNGImageHandler
Returns the list of extensions (without dot) that this handler can take care of.
getExtensions() - Method in class adams.gui.tools.previewbrowser.InstanceExplorerHandler
Returns the list of extensions (without dot) that this handler can take care of.
getExtensions() - Method in class adams.gui.tools.previewbrowser.JsonPrettyPrintHandler
Returns the list of extensions (without dot) that this handler can take care of.
getExtensions() - Method in class adams.gui.tools.previewbrowser.JsonTreeViewHandler
Returns the list of extensions (without dot) that this handler can take care of.
getExtensions() - Method in class adams.gui.tools.previewbrowser.ObjectAnnotationsHandler
Returns the list of extensions (without dot) that this handler can take care of.
getExtensions() - Method in class adams.gui.tools.previewbrowser.ObjectAnnotationsReportHandler
Returns the list of extensions (without dot) that this handler can take care of.
getExtensions() - Method in class adams.gui.tools.previewbrowser.ObjectCentersFromReport
Returns the list of extensions (without dot) that this handler can take care of.
getExtensions() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
Returns the list of extensions (without dot) that this handler can take care of.
getExtensions() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
Returns the list of extensions (without dot) that this handler can take care of.
getExtensions() - Method in class adams.gui.tools.previewbrowser.ODFSpreadSheetHandler
Returns the list of extensions (without dot) that this handler can take care of.
getExtensions() - Method in class adams.gui.tools.previewbrowser.PDFHandler
Returns the list of extensions (without dot) that this handler can take care of.
getExtensions() - Method in class adams.gui.tools.previewbrowser.PDFTextHandler
Returns the list of extensions (without dot) that this handler can take care of.
getExtensions() - Method in class adams.gui.tools.previewbrowser.PlainTextHandler
Returns the list of extensions (without dot) that this handler can take care of.
getExtensions() - Method in class adams.gui.tools.previewbrowser.PointsFromReportHandler
Returns the list of extensions (without dot) that this handler can take care of.
getExtensions() - Method in class adams.gui.tools.previewbrowser.PropertiesHandler
Returns the list of extensions (without dot) that this handler can take care of.
getExtensions() - Method in class adams.gui.tools.previewbrowser.ReportHandler
Returns the list of extensions (without dot) that this handler can take care of.
getExtensions() - Method in class adams.gui.tools.previewbrowser.ScriptHandler
Returns the list of extensions (without dot) that this handler can take care of.
getExtensions() - Method in class adams.gui.tools.previewbrowser.SerializedFileHandler
Returns the list of extensions (without dot) that this handler can take care of.
getExtensions() - Method in class adams.gui.tools.previewbrowser.SimpleImageSegmentationAnnotationsHandler
Returns the list of extensions (without dot) that this handler can take care of.
getExtensions() - Method in class adams.gui.tools.previewbrowser.TarArchiveHandler
Returns the list of extensions (without dot) that this handler can take care of.
getExtensions() - Method in class adams.gui.tools.previewbrowser.TrimapImageHandler
Returns the list of extensions (without dot) that this handler can take care of.
getExtensions() - Method in class adams.gui.tools.previewbrowser.TsvSpreadSheetHandler
Returns the list of extensions (without dot) that this handler can take care of.
getExtensions() - Method in class adams.gui.tools.previewbrowser.VggXmlAnnotationHandler
Returns the list of extensions (without dot) that this handler can take care of.
getExtensions() - Method in class adams.gui.tools.previewbrowser.ViaAnnotationsHandler
Returns the list of extensions (without dot) that this handler can take care of.
getExtensions() - Method in class adams.gui.tools.previewbrowser.WekaDatasetHandler
Returns the list of extensions (without dot) that this handler can take care of.
getExtensions() - Method in class adams.gui.tools.previewbrowser.XMLHandler
Returns the list of extensions (without dot) that this handler can take care of.
getExtensions() - Method in class adams.gui.tools.previewbrowser.YamlHandler
Returns the list of extensions (without dot) that this handler can take care of.
getExtensions() - Method in class adams.gui.tools.previewbrowser.YoloAnnotationsHandler
Returns the list of extensions (without dot) that this handler can take care of.
getExtensions() - Method in class adams.gui.tools.previewbrowser.ZipArchiveHandler
Returns the list of extensions (without dot) that this handler can take care of.
getExtensions(File) - Static method in class adams.core.io.FileUtils
Returns the extensions of the file, if any.
getExtensions(String) - Static method in class adams.core.io.FileUtils
Returns the extensions of the file, if any.
getExtent() - Method in class adams.gui.visualization.object.objectannotations.outline.PolygonVertices
Returns the size of the vertices.
getExtent() - Method in class adams.gui.visualization.object.objectannotations.outline.RectangleVertices
Returns the size of the vertices.
getExtent() - Method in class adams.gui.visualization.segmentation.layer.Markers
Returns the size of the markers.
getExternalActor() - Method in class adams.flow.core.AbstractExternalActor
Returns the external actor.
getExternalActor() - Method in interface adams.flow.core.ExternalActorHandler
Returns the external actor.
getExternalIcon(String) - Static method in class adams.gui.core.ImageManager
Returns an ImageIcon from the given name.
getExternalImage(String) - Static method in class adams.gui.core.ImageManager
Returns a BufferedImage from the given filename.
getExtractor() - Method in class adams.core.io.fileuse.ImageMetaDataExtractor
Returns the meta-data extractor to use for checking the file use.
getExtractor() - Method in class adams.flow.transformer.ImageMetaData
Returns the extractor in use.
getExtractor(Class) - Static method in class adams.gui.visualization.debug.propertyextractor.AbstractPropertyExtractor
Returns the first extractor for the specified class.
getExtractor(Object) - Static method in class adams.gui.visualization.debug.propertyextractor.AbstractPropertyExtractor
Returns the first extractor for the specified object.
getExtractors(Class) - Static method in class adams.gui.visualization.debug.propertyextractor.AbstractPropertyExtractor
Returns all the extractors for the specified class.
getExtractors(Object) - Static method in class adams.gui.visualization.debug.propertyextractor.AbstractPropertyExtractor
Returns all the extractors for the specified object.
getFacadeName() - Method in class adams.db.FacadeManager
Returns the name of the facade this manager is handling.
getFactor() - Method in enum adams.core.MicroSecondFormat.Unit
Returns the factor.
getFactor() - Method in enum adams.core.SecondFormat.Unit
Returns the factor.
getFactor() - Method in class adams.data.jai.transformer.Brightness
Returns the factor.
getFactor() - Method in class adams.flow.control.removeoutliers.IQR
Returns the factor which determines whether a value is an outlier.
getFactor() - Method in class adams.flow.control.removeoutliers.MeanAbsoluteError
Returns the factor which determines whether a value is an outlier.
getFactor() - Method in class adams.flow.control.removeoutliers.StdDev
Returns the factor which determines whether a value is an outlier.
getFactor() - Method in class adams.gui.visualization.sequence.StdDevOverlayPaintlet
Returns the factor to multiply the standard deviation with.
getFactorX() - Method in class adams.data.opencv.transformer.Resize
Returns the X factor.
getFactorY() - Method in class adams.data.opencv.transformer.Resize
Returns the Y factor.
getFailed() - Method in class adams.flow.transformer.AbstractDataProcessor
Returns the "failed" directory.
getFailed() - Method in class adams.scripting.engine.FileBasedScriptingEngine
Returns the "failed" directory.
getFailedConnectAttempt(String, String, BasePassword) - Method in class adams.db.AbstractDatabaseConnection
Returns the failed attempt count for the given connection.
getFailedConnectAttemptKey(String, String, BasePassword) - Method in class adams.db.AbstractDatabaseConnection
Generates a key for the failed connect attempt hashtable.
getFailedDir() - Method in class adams.scripting.requesthandler.CommandDumperHandler
Returns the directory for failed commands.
getFailedDir() - Method in class adams.scripting.responsehandler.CommandDumperHandler
Returns the directory for failed commands.
getFailedSuffix() - Method in class adams.core.net.SimpleMailer
Returns the suffix for emails that couldn't get sent.
getFailOnProcessError() - Method in class adams.flow.source.Exec
Returns whether to fail as well if the process failed.
getFallback() - Method in class adams.data.areaoverlap.PolygonBased
Returns whether to fall back on the bounding box if no polygon available.
getFallback() - Method in class adams.data.objectoverlap.IntersectOverUnionRatio
Returns whether to fall back on the bounding box if no polygon available.
getFallback() - Method in interface adams.data.objectoverlap.OptionalBoundingBoxFallbackSupporter
Returns whether to fall back on the bounding box if no polygon available.
getFallback() - Method in class adams.gui.visualization.object.objectannotations.outline.PolygonOutline
Returns whether to fall back on the bounding box if no polygon available.
getFallback() - Method in class adams.gui.visualization.object.objectannotations.outline.PolygonVertices
Returns whether to fall back on the bounding box if no polygon available.
getFallback() - Method in class adams.gui.visualization.object.objectannotations.shape.FilledPolygon
Returns whether to fall back on the bounding box if no polygon available.
getFallback() - Method in class weka.classifiers.meta.Fallback
Returns the fallback classifier.
getFallbackColor() - Method in class adams.gui.visualization.object.objectannotations.colors.TypeColorMapping
Returns the color to use when a label has no color associated.
getFastDistanceCalc() - Method in class weka.clusterers.SAXKMeans
Gets whether to use faster distance calculation.
getFavorite() - Method in class adams.gui.goe.Favorites.FavoriteSelectionEvent
Returns the selected favorite.
getFavorite(Class, boolean, String) - Method in class adams.gui.goe.Favorites
Returns the named favorite for the specified class.
getFavorites() - Method in class adams.gui.tools.FavoritesManagementPanel.AbstractFavoritesListModel
Returns the underlying favorites.
getFavorites() - Method in class adams.gui.tools.FavoritesManagementPanel.SuperclassListModel
Returns the underlying favorites.
getFavorites(Properties, Class) - Method in class adams.gui.goe.Favorites
Returns the favorites for the specified class.
getFavorites(Class) - Method in class adams.gui.goe.Favorites
Returns the favorites for the specified class.
getFavorites(String) - Method in class adams.gui.tools.previewbrowser.ContentHandlerFavorites
Returns all the favorites for the specified extension.
getFavoritesClass() - Method in class adams.gui.chooser.AbstractChooserPanel
The class to use for the favorites (can be array class).
getFavoritesClass() - Method in class adams.gui.goe.GenericArrayEditorPanel
The class to use for the favorites (can be array class).
getFavoritesClass() - Method in class adams.gui.goe.GenericObjectEditorPanel
The class to use for the favorites (can be array class).
getFavoritesClass() - Method in class adams.gui.goe.WekaGenericArrayEditorPanel
The class to use for the favorites (can be array class).
getFavoritesClass() - Method in class adams.gui.goe.WekaGenericObjectEditorPanel
The class to use for the favorites (can be array class).
getFavorZeroes() - Method in class adams.opt.genetic.AbstractGeneticAlgorithm
Returns whether 0s are favored over 1s.
getFavorZeroes() - Method in class adams.opt.optimise.genetic.AbstractGeneticAlgorithm
Returns whether 0s are favored over 1s.
getFeatureName() - Method in class net.semanticmetadata.lire.imageanalysis.features.global.BasicFeatures
Deprecated.
 
getFeatureSelector() - Method in class weka.classifiers.trees.XGBoost
Gets the feature selection and ordering method.
getFeatureVector() - Method in class net.semanticmetadata.lire.imageanalysis.features.global.BasicFeatures
Deprecated.
 
getField() - Method in class adams.core.io.ReportFieldFilenameGenerator
Returns the field in use.
getField() - Method in class adams.data.conversion.ExtractDateTimeField
Returns the field to extract
getField() - Method in class adams.data.groupextraction.ReportField
Returns the field to get the group from.
getField() - Method in class adams.data.groupextraction.ReportFieldRegExp
Returns the field to get the group from.
getField() - Method in class adams.data.groupupdate.ReportField
Returns the field to set the group under.
getField() - Method in class adams.data.idextraction.ReportField
Returns the field to get the group from.
getField() - Method in class adams.data.idupdate.ReportField
Returns the field to set the ID under.
getField() - Method in class adams.data.outlier.FieldRequired
Returns the current reference (i.e., class).
getField() - Method in class adams.data.outlier.MinMax
Returns the field.
getField() - Method in class adams.data.outlier.StringMatcher
Returns the current reference (i.e., class).
getField() - Method in class adams.data.outlier.TargetRequired
Returns the current reference (i.e., class).
getField() - Method in class adams.flow.condition.bool.BooleanReportValue
Returns the field to look for in the report.
getField() - Method in class adams.flow.condition.bool.ReportValueExists
Returns the field to look for in the report.
getField() - Method in enum adams.flow.core.EvaluationStatistic
Returns the display string without the "numeric" or "nominal" in parentheses.
getField() - Method in enum adams.flow.core.ExperimentStatistic
Returns the display string without the "numeric" or "nominal" in parentheses.
getField() - Method in class adams.flow.template.StoreReportValueInVariable
Returns the field to retrieve from the report.
getField() - Method in class adams.flow.transformer.DeleteReportValueByExpression
Returns the field to delete from the report.
getField() - Method in class adams.flow.transformer.GetReportValue
Returns the field to retrieve from the report.
getField() - Method in class adams.flow.transformer.ImageLabeler
Returns the field to use for the label.
getField() - Method in class adams.flow.transformer.Mat5GetStructField
Returns the field to obtain.
getField() - Method in class adams.flow.transformer.Mat5SetStructField
Returns the field name.
getField() - Method in class adams.flow.transformer.ReportMathExpression
Returns the field to update.
getField() - Method in class adams.flow.transformer.SetReportValue
Returns the field to retrieve from the report.
getField() - Method in class adams.flow.transformer.timeseriessplit.ReportDate
Returns the report field to obtain the split date from.
getField() - Method in class adams.gui.visualization.image.MetaDataText
Returns the meta-data field to display.
getField() - Method in class adams.gui.visualization.object.annotator.ClassificationLabelAnnotator
Returns the field to use.
getField() - Method in class adams.gui.visualization.object.overlay.ClassificationLabelTextOverlay
Returns the field to use.
getFieldAt(int) - Method in class adams.gui.visualization.report.ReportFactory.Table
Returns the field at the given location.
getFieldCacheItem() - Method in class adams.gui.event.FieldCacheUpdateEvent
Returns the cache item that triggered the event.
getFieldCacheManager() - Method in class adams.gui.selection.AbstractSelectDatabaseFieldPanel
Returns the cache manager.
getFieldDelimiter() - Method in class adams.flow.transformer.StringCut
Returns the field delimiter in use.
getFieldIndex() - Method in class adams.flow.transformer.StringCut
Returns the index of the field to cut.
getFieldLabel() - Method in class adams.data.io.input.ImageClassificationJsonReportReader
Returns the field for the label.
getFieldLabel() - Method in class adams.data.io.input.ImageClassificationSpreadSheetReportReader
Returns the field for the label.
getFieldLabel() - Method in class adams.gui.tools.previewbrowser.ImageClassificationHandler
Returns the field for the label.
getFieldName() - Method in class adams.data.io.input.Mat5SpreadSheetReader
Returns the name of the field to retrieve to retrieve from the struct.
getFieldName() - Method in class net.semanticmetadata.lire.imageanalysis.features.global.BasicFeatures
Deprecated.
 
getFieldName(AbstractField) - Static method in class adams.data.weka.ArffUtils
Returns the name of an attribute for a field.
getFieldProvider() - Method in class adams.gui.selection.AbstractFieldCacheItem
Returns the underlying field provider.
getFieldProvider() - Method in class adams.gui.selection.AbstractSelectDatabaseFieldPanel
Returns the field provider to use.
getFieldProvider(AbstractDatabaseConnection) - Method in class adams.env.Database
Returns the Field provider instance if available.
getFields() - Method in class adams.data.boofcv.multiimageoperation.ReportFieldSubtraction
Returns the fields.
getFields() - Method in class adams.data.conversion.ReportToWekaInstance
Returns the fields in use.
getFields() - Method in class adams.data.image.AbstractImageFeatureGenerator
Returns the targets to add.
getFields() - Method in class adams.data.image.multiimageoperation.ReportFieldSubtraction
Returns the fields.
getFields() - Method in interface adams.data.instances.InstanceGeneratorWithFields
Returns the targets to add.
getFields() - Method in class adams.data.opencv.multiimageoperation.ReportFieldSubtraction
Returns the fields.
getFields() - Method in class adams.data.report.AbstractFilteredReportFilter
Returns the fields to keep.
getFields() - Method in class adams.data.report.Report
Get all fields as vector.
getFields() - Method in class adams.data.timeseries.AbstractTimeseriesFeatureGenerator
Returns the targets to add.
getFields() - Method in interface adams.db.FieldProvider
Returns all available fields.
getFields() - Method in class adams.db.ReportTableByDBID
Returns all available fields.
getFields() - Method in class adams.db.ReportTableByID
Returns all available fields.
getFields() - Method in class adams.flow.transformer.DeleteReportValue
Returns the fields to delete from the report.
getFields() - Method in class adams.gui.visualization.report.ReportDateFieldPaintlet
Returns the currently set date fields in use.
getFields() - Method in class adams.gui.visualization.report.reportfactory.AbstractTableAction
Returns the currently selected fields in the table.
getFields(DataType) - Method in interface adams.db.FieldProvider
Returns all available fields.
getFields(PrefixOnlyField) - Method in class adams.data.report.Report
Get all fields as vector that have the same prefix.
getFields(SuffixOnlyField) - Method in class adams.data.report.Report
Get all fields as vector that have the same suffix.
getFieldScore() - Method in class adams.data.io.input.ImageClassificationJsonReportReader
Returns the field for the score.
getFieldScore() - Method in class adams.data.io.input.ImageClassificationSpreadSheetReportReader
Returns the field for the score.
getFieldScore() - Method in class adams.gui.tools.previewbrowser.ImageClassificationHandler
Returns the field for the score.
getFieldType() - Method in class adams.gui.chooser.FieldChooserPanel
Returns the field type.
getFieldType() - Method in class adams.gui.selection.AbstractSelectDatabaseFieldDialog
Returns the field type.
getFieldType() - Method in class adams.gui.selection.AbstractSelectDatabaseFieldPanel
Returns the field type.
getFieldType() - Method in class adams.gui.selection.FieldCacheTableModel
Returns the field type.
getFieldType() - Method in class adams.gui.selection.SelectFieldDialog
Returns the field type.
getFieldType() - Method in class adams.gui.selection.SelectFieldPanel
Returns the field type.
getFieldType(AbstractField) - Method in class adams.data.report.Report
Returns the type for given field.
getFile() - Method in interface adams.core.io.FileObject
Returns the wrapped file.
getFile() - Method in class adams.core.io.FtpFileObject
Returns the wrapped file.
getFile() - Method in class adams.core.io.lister.SortContainer
Returns the stored file.
getFile() - Method in class adams.core.io.LocalFileObject
Returns the wrapped file.
getFile() - Method in class adams.core.io.SftpFileObject
Returns the wrapped file.
getFile() - Method in class adams.core.io.SmbFileObject
Returns the wrapped file.
getFile() - Method in class adams.env.AbstractPropertiesDefinition
Returns the properties file name (no path) this definition is for.
getFile() - Method in class adams.env.ActorSuggestionDefinition
Returns the properties file name (no path) this definition is for.
getFile() - Method in class adams.env.ActorTemplateSuggestionDefinition
Returns the properties file name (no path) this definition is for.
getFile() - Method in class adams.env.AdvancedScriptEditorTemplatesDefinition
Returns the properties file name (no path) this definition is for.
getFile() - Method in class adams.env.BrowserDefinition
Returns the properties file name (no path) this definition is for.
getFile() - Method in class adams.env.CharsetDefinition
Returns the properties file name (no path) this definition is for.
getFile() - Method in class adams.env.ClassListerBlacklistDefinition
Returns the properties file name (no path) this definition is for.
getFile() - Method in class adams.env.ClassListerDefinition
Returns the properties file name (no path) this definition is for.
getFile() - Method in class adams.env.ClasspathBlacklistDefinition
Returns the properties file name (no path) this definition is for.
getFile() - Method in class adams.env.ConditionsDefinition
Returns the properties file name (no path) this definition is for.
getFile() - Method in class adams.env.ConversionDefinition
Returns the properties file name (no path) this definition is for.
getFile() - Method in class adams.env.DatabaseConnectionDefinition
Returns the properties file name (no path) this definition is for.
getFile() - Method in class adams.env.DbBackendDefinition
Returns the properties file name (no path) this definition is for.
getFile() - Method in class adams.env.DriversDefinition
Returns the properties file name (no path) this definition is for.
getFile() - Method in class adams.env.EmailDefinition
Returns the properties file name (no path) this definition is for.
getFile() - Method in class adams.env.ExternalActorSuggestionDefinition
Returns the properties file name (no path) this definition is for.
getFile() - Method in class adams.env.FlowControlCenterPanelDefinition
Returns the properties file name (no path) this definition is for.
getFile() - Method in class adams.env.FlowDefinition
Returns the properties file name (no path) this definition is for.
getFile() - Method in class adams.env.FlowEditorPanelDefinition
Returns the properties file name (no path) this definition is for.
getFile() - Method in class adams.env.FlowEditorPanelMenuDefinition
Returns the properties file name (no path) this definition is for.
getFile() - Method in class adams.env.FlowEditorTreePopupMenuDefinition
Returns the properties file name (no path) this definition is for.
getFile() - Method in class adams.env.FlowEditorTreeQuickActionMenuDefinition
Returns the properties file name (no path) this definition is for.
getFile() - Method in class adams.env.FlowRunnerPanelDefinition
Returns the properties file name (no path) this definition is for.
getFile() - Method in class adams.env.FontsDefinition
Returns the properties file name (no path) this definition is for.
getFile() - Method in class adams.env.GOEBlacklistDefinition
Returns the properties file name (no path) this definition is for.
getFile() - Method in class adams.env.GOEEditorsDefinition
Returns the properties file name (no path) this definition is for.
getFile() - Method in class adams.env.GUIHelperDefinition
Returns the properties file name (no path) this definition is for.
getFile() - Method in class adams.env.ImageViewerPanelDefinition
Returns the properties file name (no path) this definition is for.
getFile() - Method in class adams.env.InstanceCompareDefinition
Returns the properties file name (no path) this definition is for.
getFile() - Method in class adams.env.InstanceExplorerDefinition
Returns the properties file name (no path) this definition is for.
getFile() - Method in class adams.env.JenericCmdlineDefinition
Returns the properties file name (no path) this definition is for.
getFile() - Method in class adams.env.JVisualVMDefinition
Returns the properties file name (no path) this definition is for.
getFile() - Method in class adams.env.LocaleDefinition
Returns the properties file name (no path) this definition is for.
getFile() - Method in class adams.env.LogEntryDBViewerPanelDefinition
Returns the properties file name (no path) this definition is for.
getFile() - Method in class adams.env.LogEntryDefinition
Returns the properties file name (no path) this definition is for.
getFile() - Method in class adams.env.LogEntryViewerPanelDefinition
Returns the properties file name (no path) this definition is for.
getFile() - Method in class adams.env.MemoryMonitorDefinition
Returns the properties file name (no path) this definition is for.
getFile() - Method in class adams.env.ModuleDefinition
Returns the properties file name (no path) this definition is for.
getFile() - Method in class adams.env.NewInstanceDefinition
Returns the properties file name (no path) this definition is for.
getFile() - Method in class adams.env.OptionManagerDefinition
Returns the properties file name (no path) this definition is for.
getFile() - Method in class adams.env.OptionsDefinition
Returns the properties file name (no path) this definition is for.
getFile() - Method in class adams.env.PerformanceDefinition
Returns the properties file name (no path) this definition is for.
getFile() - Method in class adams.env.PlaceholdersDefinition
Returns the properties file name (no path) this definition is for.
getFile() - Method in class adams.env.PreviewBrowserPanelDefinition
Returns the properties file name (no path) this definition is for.
getFile() - Method in class adams.env.ProxyDefinition
Returns the properties file name (no path) this definition is for.
getFile() - Method in class adams.env.ScriptingDialogDefinition
Returns the properties file name (no path) this definition is for.
getFile() - Method in class adams.env.ScriptingEngineDefinition
Returns the properties file name (no path) this definition is for.
getFile() - Method in class adams.env.ScriptingLoggerDefinition
Returns the properties file name (no path) this definition is for.
getFile() - Method in class adams.env.SequenceViewerDefinition
Returns the properties file name (no path) this definition is for.
getFile() - Method in class adams.env.SimpleScriptEditorTemplatesDefinition
Returns the properties file name (no path) this definition is for.
getFile() - Method in class adams.env.SMBDefinition
Returns the properties file name (no path) this definition is for.
getFile() - Method in class adams.env.SpreadSheetExplorerDefinition
Returns the properties file name (no path) this definition is for.
getFile() - Method in class adams.env.SSLDefinition
Returns the properties file name (no path) this definition is for.
getFile() - Method in class adams.env.TableDefinition
Returns the properties file name (no path) this definition is for.
getFile() - Method in class adams.env.TesseractDefinition
Returns the properties file name (no path) this definition is for.
getFile() - Method in class adams.env.TimeZoneDefinition
Returns the properties file name (no path) this definition is for.
getFile() - Method in class adams.env.WekaInvestigatorDefinition
Returns the properties file name (no path) this definition is for.
getFile() - Method in class adams.env.WekaInvestigatorShortcutsDefinition
Returns the properties file name (no path) this definition is for.
getFile() - Method in class adams.env.WineDefinition
Returns the properties file name (no path) this definition is for.
getFile() - Method in class adams.flow.condition.bool.BinaryFile
Returns the file to look for.
getFile() - Method in class adams.flow.condition.bool.FileComplete
Returns the file to check.
getFile() - Method in class adams.flow.condition.bool.FileExists
Returns the file to look for.
getFile() - Method in class adams.flow.condition.bool.FileInUse
Returns the file to check.
getFile() - Method in class adams.flow.control.flowrestart.notification.TimestampFile
Returns the file to update.
getFile() - Method in class adams.flow.setup.FlowSetup
Returns the current flow file.
getFile() - Method in class adams.flow.transformer.MoveFile
Returns the target file.
getFile() - Method in class adams.gui.core.FilePanel.FileDoubleClickEvent
Returns the file that got double-clicked.
getFile() - Method in class adams.gui.core.RecentFilesHandlerWithCommandline.Setup
Returns the file.
getFile() - Method in class adams.gui.dialog.AbstractFileExportDialog
Returns the current file to save to.
getFile() - Method in class adams.gui.dialog.AbstractFileImportDialog
Returns the current file to read from.
getFile() - Method in class adams.gui.flow.tree.Tree
Returns the file this flow is associated with.
getFile() - Method in class adams.gui.print.JComponentWriter
returns the file being used for storing the output.
getFile() - Method in class adams.scripting.command.basic.SendFile
Returns the file to send.
getFile(String) - Static method in class adams.gui.core.RecentFilesWithEncodingHandler
Returns the file part of the item.
getFileAt(int) - Method in class adams.gui.tools.ImageProcessorMultiPagePane
Returns the current filename.
getFileAt(int) - Method in class adams.gui.tools.ImageProcessorPanel
Returns the current filename.
getFileAt(int) - Method in class adams.gui.visualization.image.ImageMultiPagePane
Returns the current filename.
getFileAt(int) - Method in class adams.gui.visualization.image.ImageViewerPanel
Returns the current filename.
getFileChooser() - Method in class adams.flow.execution.AbstractFlowExecutionListenerWithTable
Returns the filechooser for saving the table as spreadsheet.
getFileChooser() - Method in class adams.flow.sink.AbstractTextualDisplay
Returns (and initializes if necessary) the file chooser.
getFileChooser() - Method in class adams.flow.standalone.ConsoleWindow
Returns (and initializes if necessary) the file chooser.
getFileChooser() - Method in class adams.gui.core.AbstractTextAreaPanelWithAdvancedSyntaxHighlighting
Returns the file chooser and creates it if necessary.
getFileChooser() - Method in class adams.gui.core.BaseTable
Returns the filechooser for saving the table as spreadsheet.
getFileChooser() - Method in class adams.gui.core.BufferHistoryPanel
Returns the file chooser and creates it if necessary.
getFileChooser() - Method in class adams.gui.core.PropertiesParameterPanel
Returns the file chooser to use for loading/saving of props files.
getFileChooser() - Method in class adams.gui.core.SimpleLogPanel
Returns the filechooser to use.
getFileChooser() - Method in class adams.gui.core.StyledTextEditorPanel
Returns the file chooser and creates it if necessary.
getFileChooser() - Method in class adams.gui.core.TextEditorPanel
Returns the file chooser and creates it if necessary.
getFileChooser() - Method in class adams.gui.flow.FlowEditorPanel
Returns the filechooser in use.
getFileChooser() - Method in class adams.gui.goe.FileEditor
Returns the file chooser and creates it if necessary.
getFileChooser() - Method in class adams.gui.goe.FlowFileEditor
Returns the file chooser and creates it if necessary.
getFileChooser() - Method in class adams.gui.goe.GenericObjectEditor.GOEPanel
Creates the file chooser the user will use to save/load files with.
getFileChooser() - Method in class adams.gui.goe.PlaceholderFileEditor
Returns the file chooser and creates it if necessary.
getFileChooser() - Method in class adams.gui.help.HelpHistoryPanel
Returns the file chooser and creates it if necessary.
getFileChooser() - Method in class adams.gui.tools.AbstractManagementPanel
Returns the filechooser for saving the table as spreadsheet.
getFileChooser() - Method in class adams.gui.tools.ConsoleOutputAnalyzerPanel
Returns the filechooser for opening the files.
getFileChooser() - Method in class adams.gui.tools.wekainvestigator.output.AbstractOutputPanelWithPopupMenu
Returns the filechooser to use.
getFileChooser() - Method in class adams.gui.tools.wekamultiexperimenter.io.AbstractExperimentIO
Returns the file chooser to use.
getFileChooser() - Method in class adams.gui.visualization.core.plot.ContentPanel
Returns the filechooser for saving the plot as image.
getFileChooser() - Method in class adams.gui.visualization.pdf.PDFViewerPanel
Returns the file chooser and creates it if necessary.
getFileChooser() - Method in class adams.gui.visualization.report.reportfactory.AbstractTableAction
Returns the underlying report file chooser.
getFileChooser() - Method in class adams.gui.wizard.AbstractWizardPage
Returns the file chooser to use for loading/saving of props files.
getFileChooser() - Method in class adams.gui.wizard.AbstractWizardPane
Returns the file chooser to use for loading/saving of props files.
getFileChooser() - Method in class adams.gui.wizard.WekaPropertySheetPanelPage
Returns the file chooser to use for loading/saving of props files.
getFileChooser() - Method in class weka.gui.explorer.ExplorerExt
Returns the file chooser in use.
getFileChooser(Class) - Method in class adams.gui.visualization.debug.objecttree.Tree
Returns the file chooser to use.
getFileChooserParameters() - Method in class adams.gui.tools.wekainvestigator.tab.AbstractInvestigatorTab
Returns the file chooser for parameters.
getFileChooserTitle() - Method in class adams.flow.source.SelectFile
Returns the title for the file chooser dialog.
getFileChooserTitle() - Method in class adams.flow.source.valuedefinition.DirectoryValueDefinition
Returns the title for the file chooser dialog.
getFileChooserTitle() - Method in class adams.flow.source.valuedefinition.FileValueDefinition
Returns the title for the file chooser dialog.
getFileChooserTitle() - Method in class adams.flow.source.WekaSelectDataset
Returns the title for the file chooser dialog.
getFileChooserTitle() - Method in class adams.gui.chooser.FileChooserPanel
Returns the tile for the filechooser.
getFileCounter() - Method in class adams.flow.template.IterateFilesWithProgressBar
Returns the variable name to use for storing the current count of files iterated.
getFileDescription() - Method in class weka.core.converters.AArffLoader
Returns a description of the file type.
getFileDescription() - Method in class weka.core.converters.SimpleArffLoader
Get a one line description of the type of file
getFileDescription() - Method in class weka.core.converters.SimpleArffSaver
Returns a description of the file type.
getFileDescription() - Method in class weka.core.converters.SpreadSheetLoader
Returns a description of the file type.
getFileDescription() - Method in class weka.core.converters.SpreadSheetSaver
Returns a description of the file type.
getFileExists() - Method in class adams.data.io.output.AccessSpreadSheetWriter
Returns whether the output file already exists.
getFileExists() - Method in interface adams.data.io.output.AppendableSpreadSheetWriter
Returns whether the output file already exists.
getFileExists() - Method in class adams.data.io.output.CsvSpreadSheetWriter
Returns whether the output file already exists.
getFileExists() - Method in class adams.data.io.output.SqlDumpSpreadSheetWriter
Returns whether the output file already exists.
getFileExtension() - Method in class weka.core.converters.SimpleArffLoader
Get the file extension used for this type of file
getFileExtension() - Method in class weka.core.converters.SpreadSheetLoader
Get the file extension used for this type of file
getFileExtension() - Method in class weka.core.converters.SpreadSheetSaver
Get the file extension used for this type of file
getFileExtensions() - Method in class weka.core.converters.SimpleArffLoader
Gets all the file extensions used for this type of file
getFileExtensions() - Method in class weka.core.converters.SimpleArffSaver
Gets all the file extensions used for this type of file
getFileExtensions() - Method in class weka.core.converters.SpreadSheetLoader
Gets all the file extensions used for this type of file
getFileExtensions() - Method in class weka.core.converters.SpreadSheetSaver
Gets all the file extensions used for this type of file
getFileFilter() - Method in interface adams.gui.chooser.FileChooser
Returns the currently selected file filter.
getFileFilter() - Method in class adams.gui.chooser.FileChooserPanel
Returns the active file filter.
getFileFilter() - Method in class adams.gui.wizard.SelectFilePage
Returns the active file filter.
getFileFilter() - Method in class adams.gui.wizard.SelectMultipleFilesPage
Returns the active file filter.
getFileFilters() - Static method in class adams.gui.print.JComponentWriter
Returns an array with all the available extension file filters.
getFileFormat() - Method in class adams.data.io.output.AccessSpreadSheetWriter
Returns the file format in use when creating a database.
getFileMonitors() - Method in class adams.gui.tools.previewbrowser.CocoAnnotationsHandler.CombinedPanel
Returns the file monitors.
getFileMustExist() - Method in class adams.gui.chooser.AbstractExtensionFileFilterFileChooser
Returns whether the selected file must exist (only open dialog).
getFilename() - Method in class adams.env.Setup
Returns the filename of the properties file without the path.
getFilename() - Method in class adams.flow.transformer.CopyFile
Returns the new filename to use.
getFilename() - Method in class adams.gui.chooser.FileChooserBookmarksPanel.FileChooserBookmarksPropertiesHandler
Not used.
getFilename() - Static method in class adams.gui.flow.tree.record.add.MostCommon
Returns the filename for storing the data.
getFilename() - Static method in class adams.gui.flow.tree.record.enclose.MostCommon
Returns the filename for storing the data.
getFilename() - Method in class adams.gui.goe.Favorites
Returns the filename the favorites will be saved as.
getFilename() - Method in class adams.gui.tools.previewbrowser.ContentHandlerFavorites
Returns the filename the favorites will be saved as.
getFilename() - Method in class adams.gui.tools.spreadsheetviewer.SpreadSheetPanel
Returns the associated filename.
getFilename() - Method in class adams.gui.visualization.instance.LoadDatasetDialog
Returns the currently selected filename, "" if none selected.
getFilename() - Method in class adams.gui.visualization.spreadsheet.LoadSpreadSheetDialog
Returns the currently selected filename, "" if none selected.
getFileNameChars() - Static method in class adams.core.io.FileUtils
Returns the characters that can be used in filenames.
getFileNameGeneration() - Method in class adams.flow.transformer.AbstractDataContainerFileWriter
Returns how to generate the file name.
getFilenameGenerator() - Method in class adams.data.io.output.AbstractTextWriterWithFilenameGenerator
Returns the filename generator.
getFilenameGenerator() - Method in class adams.flow.control.CallableActorScreenshot
Returns the prefix for the filename in case of auto-generation.
getFilenameGenerator() - Method in class adams.flow.transformer.AbstractReportFileWriter
Returns the writer in use.
getFilenamePrefix() - Method in class adams.flow.sink.Screenshot
Returns the prefix for the filename in case of auto-generation.
getFilenameReplaceChar() - Method in class adams.data.id.AbstractIDFilenameGenerator
Returns replacement character for filenames.
getFilenameVariable() - Method in class adams.flow.sink.Screenshot
Returns the variable to use for generating the filename instead of the auto-generated one.
getFileOnlyOutput() - Method in class adams.flow.standalone.ConsoleWindow
Returns whether to output the log messages only to the file and suppress GUI output.
getFileOperations() - Method in interface adams.core.io.fileoperations.FileOperationsHandler
Returns the file operations.
getFileOperations() - Method in class adams.gui.chooser.DirectoryChooserPanel
Returns the file operations.
getFileOperations() - Method in class adams.gui.chooser.FtpDirectoryChooserPanel
Returns the file operations.
getFileOperations() - Method in class adams.gui.chooser.SftpDirectoryChooserPanel
Returns the file operations.
getFileOperations() - Method in class adams.gui.chooser.SmbDirectoryChooserPanel
Returns the file operations.
getFileOperations() - Method in class adams.gui.tools.filecommander.FileCommanderDirectoryPanel
Returns the file operations.
getFilePanel() - Method in class adams.gui.core.FilePanel.FileDoubleClickEvent
Returns the file panel that triggered the event.
getFilePanel() - Method in class adams.gui.tools.filecommander.FileCommanderDirectoryPanel
Returns the panel with the files.
getFilePrefix() - Method in class adams.data.io.output.DeepLabCutCSVWriter
Returns the file prefix (ie path) used.
getFileRegExp() - Method in class adams.data.io.input.DeepLabCutCSVReader
Returns the regexp the file names must match.
getFiles() - Method in class adams.core.management.ExternalResourceClassPathAugmenter
Returns the jar/zip files to add to the classpath.
getFiles() - Method in class adams.flow.source.FileSupplier
Returns the files to broadcast.
getFiles() - Method in class adams.gui.core.FileListWithButtons
Returns all currently displayed files.
getFiles() - Method in class adams.gui.tools.previewbrowser.AbstractArchiveHandler
Returns the files stored in the archive.
getFiles() - Method in interface adams.gui.tools.previewbrowser.ArchiveHandler
Returns the files stored in the archive.
getFiles() - Method in class adams.gui.tools.wekamultiexperimenter.setup.DatasetPanel
Returns the current files.
getFiles(int[]) - Method in class adams.gui.core.FileListWithButtons
Returns all the specified files.
getFiles(Properties, String) - Method in class adams.data.io.input.PropertiesEmailFileReader
Reads the files from the specified property.
getFileSelectionMode() - Method in interface adams.gui.chooser.FileChooser
Returns the current file-selection mode.
getFileSelectionMode() - Method in class adams.gui.chooser.FileChooserPanel
Returns the selection mode, whether only files or directories, or both can be selected.
getFilesFrom() - Method in class adams.flow.source.RSync
 
getFilesFrom() - Method in class adams.flow.source.SimpleRSync
 
getFileSuffix() - Method in class adams.gui.tools.previewbrowser.ImageClassificationHandler
Returns the forced suffix (incl ext) to append to the image name for generating the meta-data file name.
getFileSuffix() - Method in class adams.gui.tools.previewbrowser.ObjectAnnotationsHandler
Returns the forced suffix (incl ext) to append to the image name for generating the meta-data file name.
getFileSystemView() - Method in interface adams.gui.chooser.FileChooser
Returns the file system view.
getFileView() - Method in interface adams.gui.chooser.FileChooser
Returns the current file view.
getFill() - Method in class adams.flow.transformer.draw.Oval
Returns whether to fill the oval.
getFill() - Method in class adams.flow.transformer.draw.Rectangle
Returns whether to fill the rectangle.
getFill() - Method in class adams.flow.transformer.pdfproclet.Circle
Returns whether to fill the shape with the specified color.
getFill() - Method in class adams.flow.transformer.pdfproclet.Rectangle
Returns whether to fill the shape with the specified color.
getFill() - Method in class adams.gui.visualization.stats.boxplot.BoxPlotManager
Returns whether the boxes should be filled with color.
getFillBins() - Method in class adams.gui.visualization.stats.paintlet.HistogramPaintlet
get whether the bins should be filled with color
getFillBox() - Method in class adams.flow.sink.BoxPlot
get whether the box should be filled with color
getFillColor() - Method in class adams.gui.visualization.stats.paintlet.AbstractProbabilityPaintlet
get the color for filling the data points
getFillColor() - Method in class adams.gui.visualization.stats.paintlet.HistogramPaintlet
Get the color for filling the bins
getFillColor() - Method in class adams.gui.visualization.stats.paintlet.ScatterPaintletCircle
Get the color for filling the data points
getFillColor() - Method in class adams.gui.visualization.stats.paintlet.VsFitPaintlet
Get the color for filling the data points
getFillColor() - Method in class adams.gui.visualization.stats.paintlet.VsOrderPaintlet
Get the color to fill the points
getFillColor() - Method in class adams.gui.visualization.stats.paintlet.ZScoreCircle
Get the color for filling the data points
getFilled() - Method in class adams.flow.transformer.draw.ObjectLocationsFromReport
Returns whether to draw the shape filled.
getFilled() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
Returns whether to draw the shape filled.
getFilled() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
Returns whether to draw the shape filled.
getFilled() - Method in class adams.gui.visualization.image.ObjectLocationsOverlayFromReport
Returns whether to draw the shape filled.
getFilled() - Method in class adams.gui.visualization.object.overlay.ObjectLocationsOverlayFromReport
Returns whether to draw the shape filled.
getFillerBoolean() - Method in class adams.data.featureconverter.FixedNumFeatures
Returns the value to use for a boolean filler.
getFillerBoolean() - Method in class adams.data.timeseries.FixedNumFeatures
Returns the value to use for a boolean filler.
getFillerNumeric() - Method in class adams.data.featureconverter.FixedNumFeatures
Returns the value to use for a numeric filler.
getFillerNumeric() - Method in class adams.data.timeseries.FixedNumFeatures
Returns the value to use for a numeric filler.
getFillerString() - Method in class adams.data.featureconverter.FixedNumFeatures
Returns the value to use for a string filler.
getFillerString() - Method in class adams.data.timeseries.FixedNumFeatures
Returns the value to use for a string filler.
getFillerType() - Method in class adams.data.featureconverter.FixedNumFeatures
Returns the type of filler to use.
getFillerType() - Method in class adams.data.timeseries.FixedNumFeatures
Returns the type of filler to use.
getFillPoint() - Method in class adams.gui.visualization.stats.paintlet.AbstractProbabilityPaintlet
Get whether the data points should be filled with color
getFillPoint() - Method in class adams.gui.visualization.stats.paintlet.ScatterPaintletCircle
Get whether data points are filled
getFillPoint() - Method in class adams.gui.visualization.stats.paintlet.VsFitPaintlet
get whether the data points should be filled
getFillPoint() - Method in class adams.gui.visualization.stats.paintlet.VsOrderPaintlet
get whether the data points should be filled
getFillPoint() - Method in class adams.gui.visualization.stats.paintlet.ZScoreCircle
get whether the data points are filled
getFilter() - Method in class adams.data.baseline.AbstractLOWESSBased
Returns a new instance of a LOWESS filter.
getFilter() - Method in class adams.data.baseline.AbstractSavitzkyGolayBased
Returns a new instance of a SavitzkyGolay filter.
getFilter() - Method in class adams.data.baseline.TimeseriesLOWESSBased
Returns a new instance of a LOWESS filter.
getFilter() - Method in class adams.data.baseline.TimeseriesSavitzkyGolayBased
Returns a new instance of a SavitzkyGolay filter.
getFilter() - Method in class adams.data.boofcv.features.FilteredBoofCVFeatureGenerator
Returns the filter in use.
getFilter() - Method in class adams.data.filter.AbstractFilter.FilterJob
Returns the filter being used.
getFilter() - Method in class adams.data.filter.AbstractGlobalDataContainerFilter
Returns the filter used to pre-process the data before it is cached.
getFilter() - Method in class adams.data.filter.AbstractPreFilter
Returns the current pre-filter.
getFilter() - Method in class adams.data.filter.ReportFilter
Returns the current filter.
getFilter() - Method in class adams.data.image.features.FilteredBufferedImageFeatureGenerator
Returns the filter in use.
getFilter() - Method in class adams.data.image.transformer.ImageFilter
Returns the filter.
getFilter() - Method in class adams.data.outlier.FilteredOutlierDetector
Returns the filter in use.
getFilter() - Method in class adams.data.report.AbstractFilteredReportFilter
Returns the filter to apply to the report.
getFilter() - Method in class adams.data.spreadsheet.columnfinder.FilteredColumnFinder
Returns the column finder to filter the data with first.
getFilter() - Method in class adams.data.spreadsheet.filter.WekaFilter
Returns the filter in use.
getFilter() - Method in class adams.data.weka.rowfinder.FilteredIQR
Returns the IQR filter.
getFilter() - Method in class adams.flow.source.RSync
 
getFilter() - Method in class adams.flow.source.SimpleRSync
 
getFilter() - Method in class adams.flow.standalone.LogEvent
Returns the record filter to use.
getFilter() - Method in class adams.flow.standalone.logevent.NotFilter
Returns the filter to invert.
getFilter() - Method in class adams.flow.transformer.AbstractFilter
Returns the filter in use.
getFilter() - Method in class adams.flow.transformer.DatasetFilter
Returns the filter in use.
getFilter() - Method in class adams.flow.transformer.DatasetRowFilter
Returns the filter in use.
getFilter() - Method in class adams.flow.transformer.FilterMap
Returns the filter to apply.
getFilter() - Method in class adams.flow.transformer.ImageObjectFilter
Returns the filter to apply to the located objects.
getFilter() - Method in class adams.flow.transformer.ImageSegmentationContainerFilter
Returns the filter in use.
getFilter() - Method in class adams.flow.transformer.SpreadSheetFilter
Returns the filter in use.
getFilter() - Method in class adams.flow.transformer.WekaFilter
Returns the filter in use.
getFilter() - Method in class adams.flow.transformer.WekaStreamFilter
Returns the filter in use.
getFilter() - Method in class adams.gui.core.dotnotationtree.DotNotationTree
Returns the current filter.
getFilter() - Method in class adams.gui.core.FilePanel
Return the filter in use.
getFilter() - Method in class adams.gui.core.FilterPanel
Returns the filter string.
getFilter() - Method in class adams.gui.event.FilterEvent
Returns the filter.
getFilter() - Method in class adams.gui.goe.GenericObjectEditor
Returns the current filter.
getFilter() - Method in class adams.gui.tools.ConsoleOutputAnalyzerPanel
Returns the filter based on the current search parameters.
getFilter() - Method in class adams.gui.visualization.container.FilterDialog
Returns the current filter.
getFilter() - Method in class adams.gui.visualization.image.AbstractObjectOverlayFromReport.LocatedObjectsPanel
Returns a filter that accepts only the selected objects.
getFilter() - Method in class adams.gui.visualization.image.AbstractPointOverlayFromReport.LocatedPointsPanel
Returns a filter that accepts only the selected objects.
getFilter() - Method in class adams.gui.visualization.image.ObjectAnnotations.LocatedObjectsPanel
Returns a filter that accepts only the selected objects.
getFilter() - Method in class weka.classifiers.functions.ClassificationViaPLS
Get the PLS filter.
getFilter() - Method in class weka.classifiers.functions.PLSClassifierWeighted
Get the PLS filter.
getFilter() - Method in class weka.classifiers.lazy.LWLSynchroPrefilter
 
getFilter() - Method in class weka.core.neighboursearch.FilteredSearch
Gets the filter used.
getFilter() - Method in class weka.filters.unsupervised.attribute.FastWavelet
Get the preprocessing filter.
getFilter(int) - Method in class weka.filters.unsupervised.attribute.MetaPartitionedMultiFilter
Gets a single filter from the set of available filters.
getFilter(int) - Method in class weka.filters.unsupervised.attribute.PartitionedMultiFilter2
Gets a single filter from the set of available filters.
getFilter(int, int) - Method in class weka.classifiers.meta.VotedImbalance
Gets a filter for a particular index.
getFilter(int, int, boolean) - Method in class weka.classifiers.meta.SubsetEnsemble
Gets a filter for a particular index.
getFiltered() - Method in class adams.flow.transformer.SpreadSheetFilter.FilterJob
Returns the filtered data.
getFiltered(int) - Method in class adams.gui.visualization.container.AbstractContainerManager
Returns the nth filtered container.
getFilteredData() - Method in class adams.data.filter.AbstractFilter.FilterJob
The output data, if any.
getFilteredData() - Method in class adams.flow.transformer.WekaFilter.BatchFilterJob
Returns the filtered data.
getFilteredIndices() - Method in class adams.gui.visualization.container.AbstractContainerManager
Returns the indices of all filtered containers.
getFilteredObjects() - Method in class adams.gui.visualization.image.AbstractReportBasedOverlayHelper
Returns the filtered objects.
getFilterLabel() - Method in class adams.gui.core.FilterPanel
Returns the text of the filter label (no mnemonic).
getFilterListener() - Method in class adams.gui.visualization.container.FilterDialog
Returns the listener to use.
getFilters() - Method in class adams.data.imagesegmentation.filter.MultiFilter
Returns the filters to apply sequentially.
getFilters() - Static method in class adams.data.report.AbstractReportFilter
Returns a list with classnames of filters.
getFilters() - Static method in class adams.db.AbstractConditions
Returns a list with classnames of conditions.
getFilters() - Method in class adams.flow.standalone.logevent.AbstractMultiFilter
Returns the filters in use.
getFilters() - Method in class adams.ml.preprocessing.unsupervised.MultiBatch
Returns the filters to apply.
getFilters() - Method in class adams.ml.preprocessing.unsupervised.MultiStream
Returns the filters to apply.
getFilters() - Method in class weka.filters.unsupervised.attribute.MetaPartitionedMultiFilter
Gets the list of possible filters to choose from.
getFilters() - Method in class weka.filters.unsupervised.attribute.PartitionedMultiFilter2
Gets the list of possible filters to choose from.
getFiltersInitialized() - Method in class adams.gui.chooser.AbstractConfigurableExtensionFileFilterFileChooser
Returns whether the filters have already been initialized.
getFiltersInitialized() - Method in class adams.gui.chooser.AbstractDataContainerFileChooser
Returns whether the filters have already been initialized.
getFiltersInitialized() - Method in class adams.gui.chooser.AbstractExtensionFileFilterFileChooser
Returns whether the filters have already been initialized.
getFiltersInitialized() - Method in class adams.gui.chooser.AbstractReportFileChooser
Returns whether the filters have already been initialized.
getFiltersInitialized() - Method in class adams.gui.chooser.AdamsExperimentFileChooser
Returns whether the filters have already been initialized.
getFiltersInitialized() - Method in class adams.gui.chooser.EmailFileChooser
Returns whether the filters have already been initialized.
getFiltersInitialized() - Method in class adams.gui.chooser.FlowFileChooser
Returns whether the filters have already been initialized.
getFiltersInitialized() - Method in class adams.gui.chooser.ImageFileChooser
Returns whether the filters have already been initialized.
getFiltersInitialized() - Method in class adams.gui.chooser.ObjectExporterFileChooser
Returns whether the filters have already been initialized.
getFiltersInitialized() - Method in class adams.gui.chooser.ObjectFileChooser
Returns whether the filters have already been initialized.
getFiltersInitialized() - Method in class adams.gui.chooser.ParameterMapFileChooser
Returns whether the filters have already been initialized.
getFiltersInitialized() - Method in class adams.gui.chooser.SerializationFileChooser
Returns whether the filters have already been initialized.
getFiltersInitialized() - Method in class adams.gui.chooser.SpreadSheetFileChooser
Returns whether the filters have already been initialized.
getFiltersInitialized() - Method in class adams.gui.chooser.WekaFileChooser
Returns whether the filters have already been initialized.
getFiltersInitialized() - Method in class adams.gui.tools.previewbrowser.notes.NotesFileChooser
Returns whether the filters have already been initialized.
getFilterSpec() - Method in class weka.classifiers.lazy.LWLSynchroPrefilter
 
getFilterSpec() - Method in class weka.core.neighboursearch.FilteredSearch
Gets the filter specification string, which contains the class name of the filter and any options to the filter
getFilterSpec(Filter) - Method in class weka.filters.unsupervised.attribute.MetaPartitionedMultiFilter
returns the filter classname and the options as one string.
getFilterSpec(Filter) - Method in class weka.filters.unsupervised.attribute.PartitionedMultiFilter2
returns the filter classname and the options as one string.
getFilterType() - Method in class weka.classifiers.functions.GaussianProcessesAdaptive
Gets how the training data will be transformed.
getFilterType() - Method in class weka.classifiers.functions.GaussianProcessesNoWeights
Gets how the training data will be transformed.
getFilterType() - Method in class weka.classifiers.functions.GaussianProcessesWeighted
Gets how the training data will be transformed.
getFilterType() - Method in class weka.classifiers.functions.GPD
Gets how the training data will be transformed.
getFinalModel() - Method in class adams.flow.transformer.WekaCrossValidationEvaluator
Returns whether to build a final model on the full dataset.
getFinalOutput() - Method in class adams.flow.control.SequentialDirector
Returns the vector for storing final outputs.
getFind() - Method in class adams.core.NumericStringCompare
Returns the string to find (regular expression).
getFind() - Method in class adams.data.id.IDGeneratorPostProcessor
Returns the string to find (regular expression).
getFind() - Method in class adams.data.idextraction.ReportFieldRegExp
Returns the string to find (regular expression).
getFind() - Method in class adams.flow.processor.FindText
Returns the text to look for.
getFind() - Method in class adams.flow.template.StringReplace
Returns the regular expressions to use for matching.
getFind() - Method in class adams.flow.transformer.FindInFile
Returns the search text.
getFind() - Method in class adams.flow.transformer.GroupByRegExp
Returns the string to find (regular expression).
getFind() - Method in class adams.flow.transformer.HexReplace
Returns the hex string to find.
getFind() - Method in class adams.flow.transformer.SimpleStringReplace
Returns the string to find.
getFind() - Method in class adams.flow.transformer.SpreadSheetReplaceCellValue
Returns the string to find (regular expression).
getFind() - Method in class adams.flow.transformer.StringIndexOf
Returns the string to find.
getFind() - Method in class adams.flow.transformer.StringReplace
Returns the string to find (regular expression).
getFind() - Method in class adams.flow.transformer.SubStringCount
Returns the sub-string to find.
getFind() - Method in class adams.flow.transformer.WekaRenameRelation
Returns the string to find.
getFind() - Method in class adams.gui.dialog.AbstractReplaceDialog
Returns the currently set object to look for.
getFind() - Method in class adams.gui.dialog.ReplaceFieldDialog
Returns the currently set field to look for.
getFind() - Method in class weka.filters.unsupervised.attribute.NominalToNumeric
Returns the regular expression to use for extracting the numeric part from the label.
getFinder() - Method in class adams.data.conversion.ObjectAnnotationsToImageSegmentationLayers
Returns the finder to use for locating the objects.
getFinder() - Method in class adams.data.conversion.SpreadSheetMaterializeFormulas
Returns the cell finder to use.
getFinder() - Method in class adams.data.image.transformer.FixObjects
Returns the finder to use for locating the objects.
getFinder() - Method in class adams.data.image.transformer.ObjectAnnotationsMask
Returns the finder to use for locating the objects.
getFinder() - Method in class adams.data.image.transformer.subimages.Objects
Returns the finder to use for locating the objects.
getFinder() - Method in class adams.data.io.output.ObjectLocationsSpreadSheetWriter
Returns the row finder to use for selecting a subset before extracting object locations.
getFinder() - Method in class adams.data.io.output.OpexObjectLocationsWriter
Returns the finder to use for locating the objects.
getFinder() - Method in class adams.data.io.output.ViaAnnotationsReportWriter
Returns the finder to use for locating the objects.
getFinder() - Method in class adams.data.io.output.YoloAnnotationsReportWriter
Returns the finder to use for locating the objects.
getFinder() - Method in class adams.data.objectfilter.AttachOverlappingMetaData
Returns object finder for locating the objects in the storage report.
getFinder() - Method in class adams.data.spreadsheet.cellfinder.CorrespondingColumn
Returns the base cell finder.
getFinder() - Method in class adams.data.spreadsheet.columnfinder.FilteredColumnFinder
Returns the column finder to use on the filtered data.
getFinder() - Method in class adams.flow.transformer.ChangeImageObjectPrefix
Returns the finder to use for locating the objects.
getFinder() - Method in class adams.flow.transformer.DeleteOverlappingImageObjects
Returns object finder for locating the objects.
getFinder() - Method in class adams.flow.transformer.DetermineOverlappingAreas
Returns object finder for locating the objects.
getFinder() - Method in class adams.flow.transformer.DetermineOverlappingObjects
Returns object finder for locating the objects.
getFinder() - Method in class adams.flow.transformer.GetImageObjectIndices
Returns the object finder in use.
getFinder() - Method in class adams.flow.transformer.GetImageObjects
Returns the object finder in use.
getFinder() - Method in class adams.flow.transformer.ImageObjectFilter
Returns the finder to use for locating the objects.
getFinder() - Method in class adams.flow.transformer.ImageObjectOverlap
Returns object finder for locating the objects.
getFinder() - Method in class adams.flow.transformer.ImageObjectOverlapMatrix
Returns object finder for locating the objects.
getFinder() - Method in class adams.flow.transformer.IntersectOverUnion
Returns object finder for locating the objects.
getFinder() - Method in class adams.flow.transformer.negativeregions.RandomRegions
Returns the object finder in use.
getFinder() - Method in class adams.flow.transformer.negativeregions.SimpleBlockFill
Returns the object finder in use.
getFinder() - Method in class adams.flow.transformer.RemoveOverlappingImageObjects
Returns object finder for locating the objects.
getFinder() - Method in class adams.flow.transformer.SpreadSheetCellFinder
Returns the finder in use.
getFinder() - Method in class adams.flow.transformer.SpreadSheetColumnFilter
Returns the finder in use.
getFinder() - Method in class adams.flow.transformer.SpreadSheetConvertCells
Returns the cell finder to use.
getFinder() - Method in class adams.flow.transformer.SpreadSheetRowFilter
Returns the finder in use.
getFinder() - Method in class adams.flow.transformer.SpreadSheetSetCell
Returns the finder in use.
getFinder() - Method in class adams.flow.transformer.SpreadSheetTransformCells
Returns the cell finder to use.
getFinder() - Method in class adams.gui.tools.previewbrowser.CocoAnnotationsHandler
Returns the finder to use for locating the objects.
getFinder() - Method in class adams.gui.tools.previewbrowser.DeepLabCutCSVHandler
Returns the finder to use for locating the objects.
getFinder() - Method in class adams.gui.tools.previewbrowser.ObjectCentersFromReport
Returns the finder to use for locating the objects.
getFinder() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
Returns the finder to use for locating the objects.
getFinder() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
Returns the finder to use for locating the objects.
getFinder() - Method in class adams.gui.tools.previewbrowser.PointsFromReportHandler
Returns the finder to use for locating the objects.
getFinder() - Method in class adams.gui.visualization.object.objectannotations.cleaning.Filter
Returns the finder to use for filtering the annotations.
getFinder() - Method in class adams.gui.visualization.object.objectannotations.cleaning.OverlapRemoval
Returns object finder for locating the objects.
getFinders() - Method in class adams.data.objectfinder.MultiObjectFinder
Returns the row finders in use.
getFinders() - Method in class adams.data.spreadsheet.columnfinder.MultiColumnFinder
Returns the column finders in use.
getFinders() - Method in class adams.data.spreadsheet.rowfinder.MultiRowFinder
Returns the row finders in use.
getFinders() - Method in class adams.data.weka.columnfinder.MultiColumnFinder
Returns the column finders in use.
getFinders() - Method in class adams.data.weka.rowfinder.MultiRowFinder
Returns the row finders in use.
getFinishBeforeStopping() - Method in class adams.flow.control.AbstractDirectedControlActor
Returns whether to finish processing before stopping execution.
getFinishBeforeStopping() - Method in class adams.flow.control.AbstractTee
Returns whether to finish processing before stopping execution.
getFinishBeforeStopping() - Method in interface adams.flow.control.AtomicExecution
Returns whether to finish processing before stopping execution.
getFinishBeforeStopping() - Method in class adams.flow.control.Branch
Returns whether to finish processing before stopping execution.
getFinishBeforeStopping() - Method in class adams.flow.control.LocalScopeTransformer
Returns whether to finish processing before stopping execution.
getFinishedSignal() - Method in class adams.flow.sink.Exec
Returns the string to signal the process the end of flow execution.
getFirstAttribute() - Method in class weka.filters.unsupervised.attribute.MergeTwoAttributes
Gets the name of the first attribute.
getFirstAttributeRange() - Method in class adams.gui.InstanceCompare
Returns the first attribute range.
getFirstAttributeRange() - Method in class adams.gui.visualization.instance.InstanceComparePanel
Returns the first attribute range.
getFirstColor() - Method in class adams.gui.visualization.core.BiColorGenerator
Returns the first color of the gradient.
getFirstDataset() - Method in class adams.gui.InstanceCompare
Returns the first dataset.
getFirstDataset() - Method in class adams.gui.visualization.instance.InstanceComparePanel
Returns the first dataset.
getFirstFile() - Method in class adams.gui.tools.DiffPanel.LoadDialog
Returns the first file.
getFirstItem() - Method in class adams.gui.core.dotnotationtree.DotNotationTree
Returns the first stored item.
getFirstItem() - Method in class adams.gui.goe.actorpathtree.ActorPathTree
Returns the first stored item.
getFirstName() - Method in class adams.core.net.EmailContact
Returns the first name.
getFirstPageOnly() - Method in class adams.flow.transformer.pdfproclet.Headline
Returns the whether to add the headline only on the first page.
getFirstPageOnly() - Method in class adams.flow.transformer.pdfproclet.MetaHeadline
Returns the whether to add the headline only on the first page.
getFirstPathComponent() - Method in class adams.flow.core.ActorPath
Returns the first path component, if available.
getFirstRange() - Method in class weka.filters.unsupervised.attribute.OuterProductAnalysis
Returns the first attribute range to use (regular expression on attribute names).
getFirstRow() - Method in class adams.data.io.input.AbstractExcelSpreadSheetReader
Returns the first row to return.
getFirstRow() - Method in class adams.data.io.input.AccessSpreadSheetReader
Returns the first row to return.
getFirstRow() - Method in class adams.data.io.input.CsvSpreadSheetReader
Returns the first row to return.
getFirstRow() - Method in class adams.data.io.input.FastCsvSpreadSheetReader
Returns the first row to return.
getFirstRow() - Method in class adams.data.io.input.FixedTabularSpreadSheetReader
Returns the first row to return.
getFirstRow() - Method in class adams.data.io.input.GnumericSpreadSheetReader
Returns the first row to return.
getFirstRow() - Method in class adams.data.io.input.ODFSpreadSheetReader
Returns the first row to return.
getFirstRow() - Method in interface adams.data.io.input.WindowedSpreadSheetReader
Returns the first row to return.
getFirstRowIndex() - Method in class adams.gui.InstanceCompare
Returns the first row index.
getFirstRowIndex() - Method in class adams.gui.visualization.instance.InstanceComparePanel
Returns the first row index.
getFirstVisibleRow() - Method in class adams.gui.core.BaseTree
Returns the first visible row.
getFitness() - Method in class adams.event.GeneticFitnessChangeEvent
Returns the fitness that triggered this event.
getFitness() - Method in class adams.opt.genetic.AbstractGeneticAlgorithm.FitnessContainer
Returns the fitness.
getFitness() - Method in class adams.opt.genetic.AbstractGeneticAlgorithm.GeneticAlgorithmJob
Returns the fitness.
getFitness() - Method in class adams.opt.genetic.AbstractGeneticAlgorithm
Returns the current fitness values.
getFitness() - Method in class adams.opt.optimise.genetic.AbstractGeneticAlgorithm
Returns the current fitness values.
getFitnessHistory() - Method in class adams.opt.genetic.AbstractGeneticAlgorithm
Returns the fitness history (best to worst).
getFixedDecimals() - Method in class adams.data.conversion.DoubleToString
Returns whether to always use a fixed number of decimals, incl trailing zeroes.
getFixedDecimals() - Method in class adams.data.conversion.SpreadSheetDoubleColumnToString
Returns whether to always use a fixed number of decimals, incl trailing zeroes.
getFixedName(int) - Method in class adams.flow.control.IfThenElse
Returns the name for the sub-actor at this position.
getFixedName(int) - Method in class adams.flow.control.TryCatch
Returns the name for the sub-actor at this position.
getFixedName(int) - Method in interface adams.flow.core.FixedNameActorHandler
Returns the name for the sub-actor at this position.
getFixedName(int) - Method in class adams.flow.standalone.JavaExec
Returns the name for the sub-actor at this position.
getFixInvalid() - Method in class adams.data.image.transformer.subimages.AbstractSubImagesGenerator
Returns whether to fix invalid shapes.
getFlag() - Method in enum adams.data.opencv.ImwriteFlag
Returns the OpenCV flag.
getFlags() - Method in class adams.data.io.output.OpenCVImageWriter
Returns the write flags.
getFlagValue() - Method in class adams.flow.transformer.SetStorageFlag
Returns the flag value to store.
getFloat(String) - Method in class adams.db.SimpleResultSet
get float
getFlow() - Method in class adams.flow.control.flowrestart.trigger.MetaCron
Returns the flow this trigger is for.
getFlow() - Method in class adams.flow.core.FlowVariables
Returns the flow to obtain callable actors from.
getFlow() - Method in class adams.flow.execution.debug.ControlPanel
Returns the underlying flow.
getFlow() - Method in class adams.gui.flow.FlowWorker
Returns the flow.
getFlow() - Method in class adams.gui.tools.ImageProcessorPanel
Returns the panel for the flow.
getFlow() - Method in class adams.scripting.command.flow.RemoteFlowExecution
Returns the flow to execute remotely.
getFlow(int) - Method in class adams.flow.control.RunningFlowsRegistry
Returns the flow associated with the ID.
GetFlow - Class in adams.scripting.command.flow
Retrieves a running/registered flow using its ID.
GetFlow() - Constructor for class adams.scripting.command.flow.GetFlow
 
getFlowActors() - Static method in class adams.flow.core.AbstractActor
Returns a list with classnames of items.
getFlowClass() - Method in class adams.gui.clipboard.AbstractClipboardData
Returns the class used in the flow.
getFlowClass() - Method in class adams.gui.clipboard.BufferedImage
Returns the supported class.
getFlowClass() - Method in class adams.gui.clipboard.String
Returns the supported class.
getFlowContext() - Method in class adams.core.command.AbstractExternalCommand
Returns the flow context, if any.
getFlowContext() - Method in class adams.data.image.AbstractImageTransformer
Returns the flow context, if any.
getFlowContext() - Method in class adams.data.objectfilter.AbstractObjectFilter
Returns the flow context, if any.
getFlowContext() - Method in class adams.flow.core.AbstractModelLoader
Returns the flow context, if any.
getFlowContext() - Method in class adams.flow.core.AbstractPyroCall
Returns the flow context, if any.
getFlowContext() - Method in interface adams.flow.core.FlowContextHandler
Returns the flow context, if any.
getFlowContext() - Method in class adams.flow.core.ObjectRetriever
Returns the flow context, if any.
getFlowContext() - Method in class adams.flow.sink.sendnotification.AbstractNotification
Returns the flow context, if any.
getFlowContext() - Method in class adams.flow.sink.simplelogging.format.AbstractSimpleFormat
Returns the flow context.
getFlowContext() - Method in class adams.flow.sink.simplelogging.output.AbstractSimpleOutput
Returns the flow context.
getFlowContext() - Method in class adams.flow.source.filesystemsearch.AbstractFileSystemSearchlet
Returns the flow context, if any.
getFlowContext() - Method in class adams.flow.source.valuedefinition.AbstractValueDefinition
Returns the flow context, if any.
getFlowContext() - Method in class adams.flow.transformer.indexedsplitsrunsevaluation.AbstractIndexedSplitsRunsEvaluation
Returns the flow context, if any.
getFlowContext() - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.AbstractIndexedSplitsRunsGenerator
Returns the flow context, if any.
getFlowContext() - Method in class adams.flow.transformer.indexedsplitsrunspredictions.AbstractIndexedSplitsRunsPredictions
Returns the flow context, if any.
getFlowContext() - Method in class adams.flow.websocket.client.SimpleSend
Returns the flow context, if any.
getFlowContext() - Method in class adams.flow.websocket.client.SimpleSendWithQueue
Returns the flow context, if any.
getFlowContext() - Method in class adams.flow.websocket.server.EchoServer
Returns the flow context, if any.
getFlowContext() - Method in class adams.multiprocess.AbstractJobRunner
Return the flow context, if any.
getFlowContext() - Method in interface adams.multiprocess.JobRunner
Return the flow context, if any.
getFlowContext() - Method in class adams.multiprocess.WekaCrossValidationExecution
Returns the flow context, if any.
getFlowContext() - Method in class adams.multiprocess.WekaCrossValidationJob
Returns the flow context, if any.
getFlowContext() - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm
Return the flow context, if any.
getFlowContext() - Method in class adams.opt.genetic.setupupload.AbstractSetupUpload
Return the flow context, if any.
getFlowContext() - Method in class adams.scripting.command.AbstractFlowAwareCommand
Returns the flow context, if any.
getFlowContext() - Method in class adams.scripting.command.AbstractFlowAwareCommandWithResponse
Returns the flow context, if any.
getFlowContext() - Method in class adams.scripting.engine.AbstractScriptingEngine
Returns the flow context, if any.
getFlowContext() - Method in interface adams.scripting.engine.RemoteScriptingEngine
Returns the flow context, if any.
getFlowEditorPanel() - Method in class adams.gui.flow.FlowEditorDialog
Returns the underlying flow editor panel.
getFlowExecutionListener() - Method in class adams.flow.control.Flow
Returns the current listener in use.
getFlowExecutionListener() - Method in class adams.flow.execution.DefaultFlowExecutionListeningSupporter
Returns the current listener in use.
getFlowExecutionListener() - Method in interface adams.flow.execution.FlowExecutionListeningSupporter
Returns the current listener in use.
getFlowExecutionListener() - Method in class adams.flow.transformer.ExecuteActor
Returns the current listener in use.
getFlowExecutionListeningSupporter() - Method in class adams.flow.core.AbstractActor
Returns the flow execution handler in use.
getFlowExecutionListeningSupporter() - Method in interface adams.flow.core.Actor
Returns the flow execution handler in use.
getFlowFile() - Method in class adams.flow.control.flowrestart.operation.FlowFile
Returns the flow to start.
getFlowFile() - Method in class adams.scripting.command.flow.RunRemoteFlow
Returns the remote flow file.
getFlowFile() - Method in class weka.filters.FlowFilter
Returns the flow to process the data with.
getFlowFileFilter() - Static method in class adams.gui.core.ExtensionFileFilter
Returns a filter for flow files.
getFlowID() - Method in class adams.flow.control.Flow
Returns the flow ID (runtime).
getFlowID(Actor) - Static method in class adams.flow.core.ActorUtils
Returns the flow ID (if possible) for the given actor.
getFlowPanel() - Method in class adams.gui.tools.ImageProcessorSubPanel
Returns the flow panel.
getFlowPanels() - Method in class adams.gui.flow.FlowEditorPanel
Returns the flow panels.
getFlowRestartManager() - Method in class adams.flow.control.Flow
Returns the restart manager in use.
getFlowSetup() - Method in class adams.event.FlowSetupStateEvent
Returns the setup that triggered the event.
getFlowSetupStateChangeListeners() - Method in class adams.flow.setup.FlowSetup
Returns the listeners hashtable, instantiates it if necessary.
getFlowsTable() - Method in class adams.gui.tools.remotecontrolcenter.panels.AbstractRemoteFlowTab
Returns the underlying table for the flows.
getFlowTree() - Method in class adams.gui.goe.actorpathtree.ActorPathTree
Returns the underlying flow.
getFlowWorkerHandler(Actor) - Static method in class adams.flow.core.InteractionDisplayLocationHelper
Retrieves the FlowWorkerHandler from the context.
getFocus() - Method in class adams.gui.visualization.image.ColorPickerPanel.ZoomPanel
Returns the current location.
getFocusSize() - Method in class adams.gui.visualization.image.ColorPickerPanel.ZoomPanel
Returns the size of the focus in pixels.
getFold() - Method in class adams.multiprocess.WekaCrossValidationJob
Returns the fold index.
getFoldEvaluations() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.ResultItem
Returns the stored Evaluation objects per fold.
getFoldModels() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.ResultItem
Returns the stored Classifier objects per fold.
getFolds() - Method in class adams.data.weka.evaluator.AbstractCrossvalidatedInstanceEvaluator
Returns the number of folds for cross-validation.
getFolds() - Method in class adams.flow.sink.WekaExperimentGenerator
Returns the number of folds to use (only CV).
getFolds() - Method in class adams.flow.transformer.WekaAttributeSelection
Returns the number of folds.
getFolds() - Method in class adams.flow.transformer.WekaClassifierRanker
Returns the number of folds to use.
getFolds() - Method in class adams.flow.transformer.WekaClassifierRanker.RankingJob
Returns the number of folds.
getFolds() - Method in class adams.flow.transformer.WekaCrossValidationClustererEvaluator
Returns the number of folds.
getFolds() - Method in class adams.flow.transformer.WekaCrossValidationEvaluator
Returns the number of folds.
getFolds() - Method in class adams.flow.transformer.WekaCrossValidationSplit
Returns the number of folds to generate.
getFolds() - Method in class adams.gui.tools.wekainvestigator.tab.attseltab.ResultItem
Returns the number of folds.
getFolds() - Method in class adams.gui.tools.wekamultiexperimenter.experiment.CrossValidationExperiment
Returns the number of folds.
getFolds() - Method in class adams.multiprocess.WekaCrossValidationExecution
Returns the number of folds.
getFolds() - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm.ClassifierBasedGeneticAlgorithmJob
Returns the number of cross-validation folds.
getFolds() - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm
Returns the number of folds to use in cross-validation.
getFolds() - Method in class adams.opt.optimise.genetic.fitnessfunctions.AbstractWEKAFitnessFunction
Returns the number of folds to use in cross-validation.
getFont() - Method in class adams.flow.sink.AbstractTextualDisplay
Returns the currently set font of the dialog.
getFont() - Method in class adams.flow.sink.ProgressBar
Returns the font for the percentage display.
getFont() - Method in class adams.flow.standalone.ConsoleWindow
Returns the currently set font of the dialog.
getFont() - Method in class adams.flow.standalone.Stopwatch
Returns the font for the time display.
getFont() - Method in class adams.flow.transformer.draw.Text
Returns the font in use.
getFont() - Method in class adams.flow.transformer.pdfstamp.Text
Returns the font in use.
getFont() - Method in class adams.flow.transformer.SpreadSheetCellSelector
Returns the currently set font of the table.
getFont() - Method in class adams.gui.core.spreadsheetpreview.SimpleText
Returns the font for the text area.
getFont() - Method in class adams.gui.print.PostscriptGraphics
Get current font.
getFont() - Method in class adams.gui.tools.previewbrowser.ImageClassificationHandler
Returns the label font.
getFont() - Method in class adams.gui.visualization.image.MetaDataText
Returns the font of the text.
getFont() - Method in class adams.gui.visualization.object.objectannotations.label.Anchored
Returns the label font.
getFont() - Method in class adams.gui.visualization.sequence.KendallTheilOverlayPaintlet
Returns the font in use.
getFont() - Method in class adams.gui.visualization.sequence.LinearRegressionOverlayPaintlet
Returns the font in use.
getFont() - Method in class adams.gui.visualization.sequence.MetaDataValuePaintlet
Returns the meta-data value font.
getFont() - Method in class adams.gui.visualization.stats.paintlet.ScatterPaintletMetaDataValue
Returns the meta-data value font.
getFont(SpreadSheetTable, boolean, boolean, int, int, Cell, Font) - Method in class adams.gui.core.spreadsheettable.AbstractCellRenderingCustomizer
For customizing the font of a cell.
getFont(SpreadSheetTable, boolean, boolean, int, int, Cell, Font) - Method in interface adams.gui.core.spreadsheettable.CellRenderingCustomizer
For customizing the font of a cell.
getFont(SpreadSheetTable, boolean, boolean, int, int, Cell, Font) - Method in class adams.gui.core.spreadsheettable.ConfusionMatrixCellRenderingCustomizer
For customizing the font of a cell.
getFont(Class, String, Font) - Static method in class adams.gui.core.GUIHelper
Returns the Font value listed in the props file, or the default value if not found.
getFont(String) - Method in class adams.core.Properties
Returns the font associated with the string.
getFont(String, Font) - Method in class adams.core.Properties
Returns the font associated with the string.
getFont(String, Font) - Static method in class adams.gui.core.Fonts
Returns the Font value listed in the props file, or the default value if not found.
getFont(String, Font) - Static method in class adams.gui.core.GUIHelper
Returns the Font value listed in the props file, or the default value if not found.
getFontComments() - Method in class adams.flow.transformer.pdfproclet.SpreadSheet
Returns the font to use for the comments.
getFontContent() - Method in class adams.flow.transformer.pdfproclet.FixedText
Returns the font to use for adding the content.
getFontContent() - Method in class adams.flow.transformer.pdfproclet.PlainText
Returns the font to use for adding the content.
getFontFace() - Method in class adams.core.io.PdfFont
Returns the font face.
getFontFace(String) - Static method in class adams.core.io.PdfFont
Turns the font style name into the constant of the font style.
getFontFaces() - Method in class adams.core.io.PdfFont
Generates a list of font faces.
getFontFaces(Font) - Static method in class adams.core.io.PdfFont
Generates a list of font style names from the given font setup.
getFontFamily() - Method in class adams.core.io.PdfFont
Turns the font family into the String constant of the font family.
getFontFamily(int) - Static method in class adams.core.io.PdfFont
Turns the font family into the String constant of the font family.
getFontFamily(Font) - Static method in class adams.core.io.PdfFont
Turns the font family into the String constant of the font family.
getFontFamily(String) - Static method in class adams.core.io.PdfFont
Turns the font family name into the constant of the font family.
getFontFamilyEnum(int) - Static method in class adams.core.io.PdfFont
Turns the font family into the enum of the font family.
getFontFamilyName() - Method in class adams.core.io.PdfFont
Turns the font family into the String constant of the font family.
getFontFilename() - Method in class adams.flow.transformer.pdfproclet.AbstractPdfProcletWithFilenameOutput
Returns the font to use for adding the filename header.
getFontFilename() - Method in interface adams.flow.transformer.pdfproclet.PdfProcletWithFilenameOutput
Returns the font to use for adding the filename header.
getFontGeneralContent() - Method in class adams.flow.transformer.pdfproclet.AbstractSpreadSheetPdfProclet
Returns the font to use for adding the content.
getFontHeadline() - Method in class adams.flow.transformer.pdfproclet.Headline
Returns the font to use for the headline.
getFontHeadline() - Method in class adams.flow.transformer.pdfproclet.MetaHeadline
Returns the font to use for the headline.
getFontMetrics(Font) - Method in class adams.gui.print.PostscriptGraphics
Get Font metrics
getFontName() - Method in class adams.gui.scripting.SyntaxDocument
gets the current font family.
getFontNumericContent() - Method in class adams.flow.transformer.pdfproclet.AbstractSpreadSheetPdfProclet
Returns the font to use for adding the content.
getFontRenderContext() - Method in class adams.gui.print.PostscriptGraphics
START overridden Graphics2D methods
getFontSize() - Method in class adams.gui.scripting.SyntaxDocument
gets the current font size.
getFontTableHeader() - Method in class adams.flow.transformer.pdfproclet.AbstractSpreadSheetPdfProclet
Returns the font to use for the table header.
getForce() - Method in class adams.data.conversion.Quote
Returns whether to force quoting.
getForce() - Method in class adams.flow.control.SetContainerValue
Returns whether to force the setting, ie the value is stored regardless whether a valid name or not (eg additional meta-data)
getForceCompression() - Method in class weka.core.converters.SimpleArffLoader
Gets whether the file gets interpreted as gzip-compressed ARFF file.
getForceExit() - Method in class adams.flow.FlowRunner
Returns whether to force the process exit after flows were stopped.
getForceGrayScale() - Method in class adams.data.image.transformer.GrayOrIndexedColorizer
Returns whether to force gray scale (if not binary/indexed/grayscale) or use image as is.
getForceInputType() - Method in class adams.flow.transformer.SpreadSheetTransformCells
Returns whether to force the input type.
getForceInputType() - Method in class adams.flow.transformer.SpreadSheetTransformHeaderCells
Returns whether to force the input type.
getForcePercentage() - Method in class adams.data.image.transformer.Resize
Returns whether to always interpret the width/height as percentage (eg when upscaling the image).
getForcePercentage() - Method in class adams.data.jai.transformer.Resize
Returns whether to always interpret the width/height as percentage (eg when upscaling the image).
getForceString() - Method in class adams.data.conversion.SpreadSheetUseRowAsHeader
Returns whether to force setting the value as string even if it resembles a number.
getForceString() - Method in class adams.data.conversion.StringMatrixToSpreadSheet
Returns whether to force setting the value as string even if it resembles a number.
getForceString() - Method in class adams.data.io.input.PropertiesSpreadSheetReader
Returns whether to force setting the values as string, bypassing the spreadsheet's parsing.
getForceString() - Method in class adams.flow.transformer.SpreadSheetInsertColumn
Returns whether to force setting the value as string even if it resembles a number.
getForceString() - Method in class adams.flow.transformer.SpreadSheetInsertRow
Returns whether to force setting the value as string even if it resembles a number.
getForceString() - Method in class adams.flow.transformer.SpreadSheetSetCell
Returns whether to force setting the value as string even if it resembles a number.
getForceString() - Method in class adams.flow.transformer.SpreadSheetSetHeaderCell
Returns whether to force setting the value as string even if it resembles a number.
getForecaster() - Method in class adams.flow.transformer.WekaPrimeForecaster
Returns the name of the callable forecaster in use.
getForecaster() - Method in class adams.flow.transformer.WekaTrainForecaster
Returns the name of the callable forecaster in use.
getForecasterInstance() - Method in class adams.flow.transformer.WekaPrimeForecaster
Returns an instance of the callable forecaster.
getForecasterInstance() - Method in class adams.flow.transformer.WekaTrainForecaster
Returns an instance of the callable forecaster.
getForecastFields() - Method in class adams.flow.source.wekaforecastersetup.WekaForecasterGenerator
Returns the fields to forecast.
getForecastingPanel() - Method in class weka.classifiers.timeseries.gui.explorer.ExplorerTSPanelPublic
Makes the forecasting panel available.
getForeground() - Method in class adams.flow.sink.ProgressBar
Returns the foreground color.
getForegroundColor() - Method in class adams.gui.visualization.container.DataContainerPanel
Returns the current foreground color in use.
getForegroundColor() - Method in class adams.gui.visualization.core.PlotPanel
Returns the current foreground color in use.
getForegroundColor(SpreadSheetTable, boolean, boolean, int, int, Cell, Color) - Method in class adams.gui.core.spreadsheettable.AbstractCellRenderingCustomizer
For customizing the foreground color of a cell.
getForegroundColor(SpreadSheetTable, boolean, boolean, int, int, Cell, Color) - Method in interface adams.gui.core.spreadsheettable.CellRenderingCustomizer
For customizing the foreground color of a cell.
getForegroundColor(SpreadSheetTable, boolean, boolean, int, int, Cell, Color) - Method in class adams.gui.core.spreadsheettable.MultiCellRenderingCustomizer
For customizing the foreground color of a cell.
getFormat() - Static method in class adams.core.base.BaseDate
Returns the formatter.
getFormat() - Static method in class adams.core.base.BaseDateTime
Returns the formatter.
getFormat() - Static method in class adams.core.base.BaseDateTimeMsec
Returns the formatter.
getFormat() - Static method in class adams.core.base.BaseTime
Returns the formatter.
getFormat() - Static method in class adams.core.base.BaseTimeMsec
Returns the formatter.
getFormat() - Method in class adams.core.ByteFormat
Returns the format being used.
getFormat() - Method in class adams.core.io.TimestampFilenameGenerator
Returns the format string in use.
getFormat() - Method in class adams.core.MicroSecondFormat
Returns the format being used.
getFormat() - Method in class adams.core.SecondFormat
Returns the format being used.
getFormat() - Method in class adams.data.barcode.decode.ZXing
Gets the barcode format hint.
getFormat() - Method in class adams.data.conversion.AbstractImageToByteArray
Returns the image format to use.
getFormat() - Method in class adams.data.conversion.DateTimeTypeToString
Returns the format in use for the conversion.
getFormat() - Method in class adams.data.conversion.IntToString
Returns the byte format string.
getFormat() - Method in class adams.data.conversion.LongToString
Returns the byte format string.
getFormat() - Method in class adams.data.conversion.SpreadSheetStringColumnToDate
Returns the format of the string used for parsing.
getFormat() - Method in class adams.data.conversion.SpreadSheetStringColumnToDateTime
Returns the format of the string used for parsing.
getFormat() - Method in class adams.data.conversion.SpreadSheetStringColumnToDateTimeMsec
Returns the format of the string used for parsing.
getFormat() - Method in class adams.data.conversion.SpreadSheetStringColumnToDouble
Returns the format of the string used for parsing.
getFormat() - Method in class adams.data.conversion.SpreadSheetStringColumnToLong
Returns the format of the string used for parsing.
getFormat() - Method in class adams.data.conversion.SpreadSheetStringColumnToTime
Returns the format of the string used for parsing.
getFormat() - Method in class adams.data.conversion.SpreadSheetStringColumnToTimeMsec
Returns the format of the string used for parsing.
getFormat() - Method in class adams.data.conversion.StringToDateTimeType
Returns the format for parsing the date/time string.
getFormat() - Method in class adams.data.conversion.TimeseriesToWekaInstances
Returns the format in use in the Instances object.
getFormat() - Method in class adams.data.conversion.TimeToString
Returns the format for the date/time.
getFormat() - Method in class adams.data.id.SimpleIDGenerator
Returns the currently set format for the ID.
getFormat() - Method in class adams.data.spreadsheet.rowfinder.ByDateValue
Returns the format string for parsing min/max.
getFormat() - Method in class adams.flow.control.flowrestart.notification.TimestampFile
Returns the format string in use.
getFormat() - Method in class adams.flow.sink.ProgressBar
Returns the format string for the current value.
getFormat() - Method in class adams.flow.sink.sendnotification.LogFile
Returns the format string in use; use single quotes for non-format chars, eg: "yyyyMMdd'T'HHmmss.'csv'".
getFormat() - Method in class adams.flow.sink.SimpleLogging
Returns the formatting scheme to use.
getFormat() - Method in class adams.flow.transformer.TimeseriesInfo
Returns the format in use for the timestamps.
getFormat() - Method in class adams.flow.transformer.Timestamp
Returns the format string in use; use single quotes for non-format chars, eg: "yyyyMMdd'T'HHmmss.'csv'".
getFormat() - Method in class adams.gui.core.DateTextField.DateCheckModel
Returns the underlying format.
getFormat() - Method in class adams.gui.tools.previewbrowser.ImageClassificationHandler
Returns the label format.
getFormat() - Method in class adams.gui.visualization.core.axis.Formatter
Returns in the Java formatter used internally.
getFormat() - Method in class adams.gui.visualization.core.axis.PeriodicityTickGenerator
Returns the format used for the ticks.
getFormat() - Method in class adams.gui.visualization.object.objectannotations.label.Anchored
Returns the label format.
getFormat() - Method in class adams.gui.visualization.report.ReportDateFieldPaintlet
Returns the currently set date format.
getFormat() - Method in class adams.gui.visualization.report.ReportDateFieldRangePaintlet
Returns the currently set date format.
getFormat() - Static method in class adams.parser.basedate.Scanner
Returns the formatter for parsing.
getFormat() - Static method in class adams.parser.basedatetime.Scanner
Returns the formatter for parsing.
getFormat() - Static method in class adams.parser.basedatetimemsec.Scanner
Returns the formatter for parsing.
getFormat() - Static method in class adams.parser.basetime.Scanner
Returns the formatter for parsing.
getFormat() - Static method in class adams.parser.basetimemsec.Scanner
Returns the formatter for parsing.
getFormat() - Method in class weka.filters.unsupervised.attribute.StringToDate
Returns the parse format to use.
getFormat(PeriodicityType) - Static method in class adams.data.timeseries.PeriodicityHelper
Returns the format associated with the periodicity type.
getFormatCustom() - Method in class adams.data.conversion.ExtractDateTimeField
Returns the custom format in use for the conversion.
getFormatDescription() - Method in interface adams.core.io.FileFormatHandler
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.core.option.AbstractActorJavaCodeProducer
Returns the description of the file format.
getFormatDescription() - Method in class adams.core.option.AbstractFlowJavaCodeProducer
Returns the description of the file format.
getFormatDescription() - Method in class adams.core.option.FlowStructureDotProducer
Returns the description of the file format.
getFormatDescription() - Method in class adams.core.option.FlowStructureGraphMLProducer
Returns the description of the file format.
getFormatDescription() - Method in class adams.core.option.HtmlHelpProducer
Returns the description of the file format.
getFormatDescription() - Method in class adams.core.option.HtmlParametersProducer
Returns the description of the file format.
getFormatDescription() - Method in class adams.core.option.JavaInstantiationProducer
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.core.option.JsonConsumer
Returns the description of the file format.
getFormatDescription() - Method in class adams.core.option.JsonProducer
Returns the description of the file format.
getFormatDescription() - Method in class adams.core.option.XhtmlProducer
Returns the description of the file format.
getFormatDescription() - Method in class adams.data.io.input.AbstractAdamsExperimentReader
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.input.AbstractDataContainerReader
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.input.AbstractFlowReader
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.input.AbstractImageReader
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.input.AbstractObjectReader
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.input.AbstractReportReader
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.input.AbstractSimpleCSVReportReader
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.input.AbstractSimpleJsonReportReader
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.input.AbstractSimpleReportReader
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.input.AbstractSpreadSheetReader
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.input.AbstractWekaSpreadSheetReader
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.input.AccessSpreadSheetReader
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.input.ApacheCommonsImageReader
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.input.AutoWidthTabularSpreadSheetReader
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.input.BlueChannelImageSegmentationReader
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.input.BoofCVImageReader
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.input.CocoAnnotationsReportReader
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.input.CommandlineReader
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.input.CsvSpreadSheetReader
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.input.DeepLabCutCSVReader
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.input.DefaultFlowReader
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.input.DetectronAnnotationsReportReader
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in interface adams.data.io.input.EmailFileReader
Returns the description of the file format.
getFormatDescription() - Method in class adams.data.io.input.EmlEmailFileReader
Returns the description of the file format.
getFormatDescription() - Method in class adams.data.io.input.ExcelSpreadSheetReader
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.input.ExcelStreamingSpreadSheetReader
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.input.FastCsvSpreadSheetReader
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.input.FixedTabularSpreadSheetReader
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.input.GnumericSpreadSheetReader
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.input.GrayscaleImageSegmentationReader
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.input.ImageClassificationGridSpreadSheetReader
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.input.ImageClassificationJsonReportReader
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.input.ImageClassificationSpreadSheetReportReader
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.input.IndexedPNGImageSegmentationReader
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.input.IndividualImageSegmentationLayerReader
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.input.InstanceReader
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.input.JAIImageReader
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.input.JsonAdamsExperimentReader
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.input.JsonFlowReader
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.input.JsonIndexedSplitsRunsReader
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.input.JsonParameterMapReader
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.input.Mat5SpreadSheetReader
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.input.NestedAdamsExperimentReader
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.input.NestedCommandlineReader
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.input.ObjectLocationsSpreadSheetReader
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.input.ODFSpreadSheetReader
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.input.OpenCVImageReader
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.input.OpexObjectLocationsReader
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.input.PascalVOCObjectLocationsReader
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.input.PNGImageReader
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.input.PNGSpreadSheetReader
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.input.PropertiesEmailFileReader
Returns the description of the file format.
getFormatDescription() - Method in class adams.data.io.input.PropertiesIndexedSplitsRunsReader
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.input.PropertiesSpreadSheetReader
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.input.SerializableObjectReader
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.input.SerializedAdamsExperimentReader
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.input.SerializedObjectReader
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.input.SerializedParameterMapReader
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.input.SimpleArffSpreadSheetReader
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.input.SimpleCsvSpreadSheetReader
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.input.SimpleStreamSpreadSheetReader
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.input.SimpleTimeseriesReader
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in interface adams.data.io.input.SpreadSheetReader
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.input.SpreadSheetTimeseriesReader
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.input.SqlDumpSpreadSheetReader
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.input.TsvSpreadSheetReader
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.input.VggXmlAnnotationReportReader
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.input.ViaAnnotationsReportReader
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.input.XStreamReader
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.input.YamlParameterMapReader
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.input.YoloAnnotationsReportReader
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.output.AbstractAdamsExperimentWriter
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.output.AbstractDataContainerWriter
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.output.AbstractFlowWriter
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.output.AbstractImageWriter
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.output.AbstractObjectWriter
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.output.AbstractReportWriter
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.output.AbstractSimpleCSVReportWriter
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.output.AbstractSimpleJsonReportWriter
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.output.AbstractSimpleReportWriter
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.output.AbstractSpreadSheetWriter
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.output.AbstractWekaSpreadSheetWriter
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.output.AccessSpreadSheetWriter
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.output.ApacheCommonsImageWriter
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.output.AutoWidthTabularSpreadSheetWriter
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.output.BlueChannelImageSegmentationWriter
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.output.BoofCVImageWriter
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.output.CommandlineWriter
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.output.CsvSpreadSheetWriter
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.output.DeepLabCutCSVWriter
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.output.DefaultFlowWriter
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in interface adams.data.io.output.EmailFileWriter
Returns the description of the file format.
getFormatDescription() - Method in class adams.data.io.output.ExcelSpreadSheetWriter
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.output.ExcelStreamingSpreadSheetWriter
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.output.FixedTabularSpreadSheetWriter
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.output.GnumericSpreadSheetWriter
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.output.GrayOrIndexedImageWriter
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.output.GrayscaleImageSegmentationWriter
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.output.IndexedPNGImageSegmentationWriter
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.output.IndividualImageSegmentationLayerWriter
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.output.JAIImageWriter
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.output.JavaInstantiationWriter
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.output.JsonAdamsExperimentWriter
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.output.JsonFlowWriter
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.output.JsonIndexedSplitsRunsWriter
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.output.JsonParameterMapWriter
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.output.Mat5SpreadSheetWriter
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.output.NestedAdamsExperimentWriter
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.output.NestedCommandlineWriter
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.output.ObjectLocationsSpreadSheetWriter
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.output.ODFSpreadSheetWriter
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.output.OpenCVImageWriter
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.output.OpexObjectLocationsWriter
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.output.PlainTextEmailFileWriter
Returns the description of the file format.
getFormatDescription() - Method in class adams.data.io.output.PropertiesEmailFileWriter
Returns the description of the file format.
getFormatDescription() - Method in class adams.data.io.output.PropertiesIndexedSplitsRunsWriter
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.output.PropertiesSpreadSheetWriter
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.output.SerializableObjectWriter
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.output.SerializedAdamsExperimentWriter
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.output.SerializedObjectWriter
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.output.SerializedParameterMapWriter
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.output.SimpleArffSpreadSheetWriter
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.output.SimpleJavaInstantiationWriter
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.output.SimpleStreamSpreadSheetWriter
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.output.SimpleTimeseriesWriter
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.output.SpreadSheetTimeseriesWriter
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in interface adams.data.io.output.SpreadSheetWriter
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.output.SqlDumpSpreadSheetWriter
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.output.TsvSpreadSheetWriter
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.output.ViaAnnotationsReportWriter
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.output.XStreamWriter
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.output.YamlParameterMapWriter
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.output.YoloAnnotationsReportWriter
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.gui.tools.previewbrowser.notes.CsvNotesReader
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.gui.tools.previewbrowser.notes.CsvNotesWriter
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.gui.tools.previewbrowser.notes.JsonNotesReader
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.gui.tools.previewbrowser.notes.JsonNotesWriter
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.gui.tools.previewbrowser.notes.PropertiesNotesReader
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.gui.tools.previewbrowser.notes.PropertiesNotesWriter
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.gui.tools.previewbrowser.notes.YamlNotesReader
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.gui.tools.previewbrowser.notes.YamlNotesWriter
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.gui.visualization.debug.objectexport.AbstractObjectExporter
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.gui.visualization.debug.objectexport.ImageExporter
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.gui.visualization.debug.objectexport.PlainTextExporter
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.gui.visualization.debug.objectexport.PropertiesExporter
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.gui.visualization.debug.objectexport.RenderedPlainTextExporter
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.gui.visualization.debug.objectexport.ReportExporter
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.gui.visualization.debug.objectexport.SerializableObjectExporter
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.gui.visualization.debug.objectexport.SpreadSheetExporter
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.gui.visualization.debug.objectexport.TimeseriesExporter
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.gui.visualization.debug.objectexport.WekaInstancesExporter
Returns a string describing the format (used in the file chooser).
getFormatExtensions() - Method in interface adams.core.io.FileFormatHandler
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.core.option.AbstractActorJavaCodeProducer
Returns the file extensions (without the dot).
getFormatExtensions() - Method in class adams.core.option.AbstractFlowJavaCodeProducer
Returns the file extensions (without the dot).
getFormatExtensions() - Method in class adams.core.option.FlowStructureDotProducer
Returns the file extensions (without the dot).
getFormatExtensions() - Method in class adams.core.option.FlowStructureGraphMLProducer
Returns the file extensions (without the dot).
getFormatExtensions() - Method in class adams.core.option.HtmlHelpProducer
Returns the file extensions (without the dot).
getFormatExtensions() - Method in class adams.core.option.HtmlParametersProducer
Returns the file extensions (without the dot).
getFormatExtensions() - Method in class adams.core.option.JavaInstantiationProducer
Returns the file extensions (without the dot).
getFormatExtensions() - Method in class adams.core.option.JsonConsumer
Returns the file extensions (without the dot).
getFormatExtensions() - Method in class adams.core.option.JsonProducer
Returns the file extensions (without the dot).
getFormatExtensions() - Method in class adams.core.option.XhtmlProducer
Returns the file extensions (without the dot).
getFormatExtensions() - Method in class adams.data.io.input.AbstractAdamsExperimentReader
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.input.AbstractDataContainerReader
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.input.AbstractFlowReader
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.input.AbstractImageReader
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.input.AbstractObjectReader
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.input.AbstractPNGAnnotationImageSegmentationReader
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.input.AbstractReportReader
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.input.AbstractSimpleCSVReportReader
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.input.AbstractSimpleJsonReportReader
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.input.AbstractSimpleReportReader
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.input.AbstractSpreadSheetReader
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.input.AbstractWekaSpreadSheetReader
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.input.AccessSpreadSheetReader
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.input.ApacheCommonsImageReader
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.input.AutoWidthTabularSpreadSheetReader
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.input.BoofCVImageReader
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.input.CocoAnnotationsReportReader
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.input.CommandlineReader
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.input.CsvSpreadSheetReader
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.input.DeepLabCutCSVReader
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.input.DefaultFlowReader
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.input.DetectronAnnotationsReportReader
Returns the extension(s) of the format.
getFormatExtensions() - Method in interface adams.data.io.input.EmailFileReader
Returns the extension(s) of the file format (without dot).
getFormatExtensions() - Method in class adams.data.io.input.EmlEmailFileReader
Returns the extension(s) of the file format (without dot).
getFormatExtensions() - Method in class adams.data.io.input.ExcelSpreadSheetReader
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.input.ExcelStreamingSpreadSheetReader
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.input.FastCsvSpreadSheetReader
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.input.FixedTabularSpreadSheetReader
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.input.GnumericSpreadSheetReader
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.input.ImageClassificationGridSpreadSheetReader
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.input.ImageClassificationJsonReportReader
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.input.ImageClassificationSpreadSheetReportReader
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.input.IndividualImageSegmentationLayerReader
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.input.InstanceReader
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.input.JAIImageReader
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.input.JsonAdamsExperimentReader
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.input.JsonFlowReader
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.input.JsonIndexedSplitsRunsReader
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.input.JsonParameterMapReader
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.input.Mat5SpreadSheetReader
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.input.NestedAdamsExperimentReader
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.input.NestedCommandlineReader
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.input.ObjectLocationsSpreadSheetReader
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.input.ODFSpreadSheetReader
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.input.OpenCVImageReader
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.input.OpexObjectLocationsReader
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.input.PascalVOCObjectLocationsReader
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.input.PNGImageReader
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.input.PNGSpreadSheetReader
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.input.PropertiesEmailFileReader
Returns the extension(s) of the file format (without dot).
getFormatExtensions() - Method in class adams.data.io.input.PropertiesIndexedSplitsRunsReader
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.input.PropertiesSpreadSheetReader
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.input.SerializableObjectReader
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.input.SerializedAdamsExperimentReader
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.input.SerializedObjectReader
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.input.SerializedParameterMapReader
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.input.SimpleArffSpreadSheetReader
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.input.SimpleCsvSpreadSheetReader
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.input.SimpleStreamSpreadSheetReader
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.input.SimpleTimeseriesReader
Returns the extension(s) of the format.
getFormatExtensions() - Method in interface adams.data.io.input.SpreadSheetReader
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.input.SpreadSheetTimeseriesReader
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.input.SqlDumpSpreadSheetReader
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.input.TsvSpreadSheetReader
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.input.VggXmlAnnotationReportReader
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.input.ViaAnnotationsReportReader
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.input.XStreamReader
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.input.YamlParameterMapReader
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.input.YoloAnnotationsReportReader
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.output.AbstractAdamsExperimentWriter
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.output.AbstractDataContainerWriter
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.output.AbstractFlowWriter
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.output.AbstractImageWriter
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.output.AbstractObjectWriter
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.output.AbstractPNGAnnotationImageSegmentationWriter
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.output.AbstractReportWriter
Returns the extension of the format.
getFormatExtensions() - Method in class adams.data.io.output.AbstractSimpleCSVReportWriter
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.output.AbstractSimpleJsonReportWriter
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.output.AbstractSimpleReportWriter
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.output.AbstractSpreadSheetWriter
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.output.AbstractWekaSpreadSheetWriter
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.output.AccessSpreadSheetWriter
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.output.ApacheCommonsImageWriter
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.output.AutoWidthTabularSpreadSheetWriter
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.output.BoofCVImageWriter
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.output.CommandlineWriter
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.output.CsvSpreadSheetWriter
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.output.DeepLabCutCSVWriter
Returns the extension of the format.
getFormatExtensions() - Method in class adams.data.io.output.DefaultFlowWriter
Returns the extension(s) of the format.
getFormatExtensions() - Method in interface adams.data.io.output.EmailFileWriter
Returns the extension(s) of the file format (without dot).
getFormatExtensions() - Method in class adams.data.io.output.ExcelSpreadSheetWriter
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.output.ExcelStreamingSpreadSheetWriter
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.output.FixedTabularSpreadSheetWriter
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.output.GnumericSpreadSheetWriter
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.output.GrayOrIndexedImageWriter
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.output.IndividualImageSegmentationLayerWriter
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.output.JAIImageWriter
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.output.JavaInstantiationWriter
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.output.JsonAdamsExperimentWriter
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.output.JsonFlowWriter
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.output.JsonIndexedSplitsRunsWriter
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.output.JsonParameterMapWriter
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.output.Mat5SpreadSheetWriter
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.output.NestedAdamsExperimentWriter
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.output.NestedCommandlineWriter
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.output.ObjectLocationsSpreadSheetWriter
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.output.ODFSpreadSheetWriter
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.output.OpenCVImageWriter
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.output.OpexObjectLocationsWriter
Returns the extension of the format.
getFormatExtensions() - Method in class adams.data.io.output.PlainTextEmailFileWriter
Returns the extension(s) of the file format (without dot).
getFormatExtensions() - Method in class adams.data.io.output.PropertiesEmailFileWriter
Returns the extension(s) of the file format (without dot).
getFormatExtensions() - Method in class adams.data.io.output.PropertiesIndexedSplitsRunsWriter
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.output.PropertiesSpreadSheetWriter
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.output.SerializableObjectWriter
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.output.SerializedAdamsExperimentWriter
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.output.SerializedObjectWriter
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.output.SerializedParameterMapWriter
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.output.SimpleArffSpreadSheetWriter
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.output.SimpleJavaInstantiationWriter
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.output.SimpleStreamSpreadSheetWriter
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.output.SimpleTimeseriesWriter
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.output.SpreadSheetTimeseriesWriter
Returns the extension(s) of the format.
getFormatExtensions() - Method in interface adams.data.io.output.SpreadSheetWriter
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.output.SqlDumpSpreadSheetWriter
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.output.TsvSpreadSheetWriter
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.output.ViaAnnotationsReportWriter
Returns the extension of the format.
getFormatExtensions() - Method in class adams.data.io.output.XStreamWriter
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.output.YamlParameterMapWriter
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.output.YoloAnnotationsReportWriter
Returns the extension of the format.
getFormatExtensions() - Method in class adams.gui.tools.previewbrowser.notes.CsvNotesReader
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.gui.tools.previewbrowser.notes.CsvNotesWriter
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.gui.tools.previewbrowser.notes.JsonNotesReader
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.gui.tools.previewbrowser.notes.JsonNotesWriter
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.gui.tools.previewbrowser.notes.PropertiesNotesReader
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.gui.tools.previewbrowser.notes.PropertiesNotesWriter
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.gui.tools.previewbrowser.notes.YamlNotesReader
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.gui.tools.previewbrowser.notes.YamlNotesWriter
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.gui.visualization.debug.objectexport.AbstractObjectExporter
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.gui.visualization.debug.objectexport.ImageExporter
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.gui.visualization.debug.objectexport.PlainTextExporter
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.gui.visualization.debug.objectexport.PropertiesExporter
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.gui.visualization.debug.objectexport.RenderedPlainTextExporter
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.gui.visualization.debug.objectexport.ReportExporter
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.gui.visualization.debug.objectexport.SerializableObjectExporter
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.gui.visualization.debug.objectexport.SpreadSheetExporter
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.gui.visualization.debug.objectexport.TimeseriesExporter
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.gui.visualization.debug.objectexport.WekaInstancesExporter
Returns the extension(s) of the format.
getFormatter() - Method in class adams.core.io.TimestampFilenameGenerator
Returns the instance of a date formatter to use.
getFormatter() - Method in class adams.data.io.output.SimpleArffSpreadSheetWriter
Returns the instance of a date formatter to use.
getFormatter() - Method in class adams.flow.control.AbstractDataContainerFileChecker
Returns the formatter for dates (used in the log).
getFormatter() - Method in class adams.flow.control.flowrestart.notification.TimestampFile
Returns the instance of a date formatter to use.
getFormatter() - Method in class adams.flow.sink.sendnotification.LogFile
Returns the instance of a date formatter to use.
getFormatter() - Method in class adams.flow.transformer.Timestamp
Returns the instance of a date formatter to use.
getFormatter() - Method in class adams.gui.chooser.AbstractDateBasedChooserPanel
Returns the date formatter in use.
getFormatter(Format, String) - Static method in class adams.gui.visualization.core.axis.Formatter
Returns an instance of a decimal formatter with a specified pattern.
getFormFieldFile() - Method in class adams.flow.transformer.HttpPostFile
Returns the form field name used for uploading the file.
getFormFields() - Method in class adams.flow.transformer.HttpPostFile
Returns the additional form fields for the request.
getFormula() - Method in class adams.data.conversion.SpreadSheetAddFormulaColumn
Returns the formula in use.
getFormula() - Method in class adams.data.conversion.SpreadSheetAddFormulaRow
Returns the formula in use.
getFormula() - Method in interface adams.data.spreadsheet.Cell
Returns the formula.
getFormula() - Method in class adams.data.spreadsheet.CellView
Returns the formula.
getFormula() - Method in class adams.data.spreadsheet.DoubleCell
Returns the formula.
getFormula() - Method in class adams.data.spreadsheet.FloatCell
Returns the formula.
getFormula() - Method in class adams.gui.core.SpreadSheetFormulaEditorPanel
Returns the current formula.
getFormula() - Method in class adams.ml.data.DataCellView
Returns the formula.
getForward() - Method in class adams.flow.transformer.AbstractDataContainerFileImport
Returns whether to forward the containers or the IDs.
getForward() - Method in class adams.flow.transformer.AbstractReportFileImport
Returns whether to forward the containers or the IDs.
getForward() - Method in class adams.scripting.engine.ForwardingScriptingEngine
Returns the connection to forward the commands to.
getForwarder() - Method in class adams.scripting.engine.ForwardingScriptingEngine.RemoteCommandGrabber
Returns the forwarding scripting engine.
getForwardNull() - Method in class adams.flow.transformer.GetJsonValue
Returns whether to forward null values.
getForwardNull() - Method in class adams.flow.transformer.GetPropertyValue
Returns whether to forward null values.
getForwardScreenshot() - Method in class adams.flow.transformer.CompareObjectLocations
Returns whether to forward a screenshot (if accepted).
getForwardsInput() - Method in class adams.flow.core.ActorHandlerInfo
Returns whether the handler forwards the input.
getForwardsInput() - Method in class adams.gui.flow.tree.Renderer.ActorIcon
Returns whether the actor forwards the input to its sub-actors.
getForwardX() - Method in class adams.flow.standalone.SSHConnection
Returns whether X11 is forwarded.
getForwardX() - Method in class adams.scripting.connection.SSHConnection
Returns whether X11 is forwarded.
getFrame() - Method in class adams.flow.core.AbstractDisplay
Returns the frame.
getFrame(String) - Method in interface adams.gui.core.AbstractNamedHistoryPanel.FrameDisplaySupporter
Returns the frame associated with the entry.
getFrame(String) - Method in class adams.gui.core.BufferHistoryPanel
Returns the frame associated with the entry.
getFrame(String) - Method in class adams.gui.help.HelpHistoryPanel
Returns the frame associated with the entry.
getFrameDefaultCloseOperation() - Method in class adams.flow.core.AbstractDisplay
Returns the default operation when closing the frame.
getFrameGrabberClass() - Method in class adams.flow.source.OpenCVDeviceFrameGrabber
Returns the class of the frame grabber to utilize.
getFrameTitle() - Method in class adams.gui.core.DetachablePanel
Returns the frame title to use.
getFreeSpace() - Method in class adams.core.io.PlaceholderFile
Returns the number of unallocated bytes in the partition named by this abstract path name.
getFrom() - Method in class adams.core.net.Email
Returns the sender.
getFrom() - Method in class adams.core.Range.SubRange
Returns the "from" part of the sub-range.
getFrom() - Method in class adams.gui.dialog.ComposeEmailDialog
Returns the current from address.
getFrom() - Method in class adams.gui.dialog.ComposeEmailPanel
Returns the current from address.
getFromIndex() - Method in class adams.flow.transformer.StringIndexOf
Returns the index to start the search from.
getFromIndex() - Method in class adams.flow.transformer.SubStringCount
Returns the index to start the search from.
getFTPClient() - Method in class adams.flow.standalone.FTPConnection
Returns the FTP client object.
getFTPClient() - Method in class adams.scripting.connection.FTPConnection
Returns the FTP client object.
getFull() - Method in class adams.gui.tools.wekainvestigator.tab.attseltab.ResultItem
Returns the full dataset if present.
getFullActor() - Method in class adams.gui.flow.tree.Node
Returns the full actor, i.e., including all possible sub-actors.
getFullActor(StringBuilder) - Method in class adams.gui.flow.tree.Node
Returns the full actor, i.e., including all possible sub-actors.
getFullName() - Method in class adams.flow.control.Flow
Returns the full name of the actor, i.e., the concatenated names of all parents.
getFullName() - Method in class adams.flow.core.AbstractActor
Returns the full name of the actor, i.e., the concatenated names of all parents.
getFullName() - Method in interface adams.flow.core.Actor
Returns the full name of the actor, i.e., the concatenated names of all parents.
getFullName() - Method in class adams.gui.flow.tree.Node
Returns the full name of the node (up to the root).
getFullPath() - Method in class adams.core.discovery.PropertyPath.Path
returns the structure again as a dot-path.
getFunction(String) - Static method in class adams.parser.ParserHelper
Returns the function associated with the given function name.
getFunctionalAspect(Actor) - Static method in class adams.flow.core.ActorUtils
Determines the functional aspect of an actor.
getFunctionHelp() - Method in class adams.parser.plugin.AbstractParserFunction
Returns the help string for the function.
getFunctionHelp() - Method in class adams.parser.plugin.Env
Returns the help string for the function.
getFunctionHelp() - Method in interface adams.parser.plugin.ParserFunction
Returns the help string for the function.
getFunctionName() - Method in class adams.parser.plugin.AbstractParserFunction
Returns the function name.
getFunctionName() - Method in class adams.parser.plugin.Env
Returns the function name.
getFunctionName() - Method in interface adams.parser.plugin.ParserFunction
Returns the name of the function.
getFunctionOverview() - Static method in class adams.parser.ParserHelper
Builds a string of all the additionally available functions.
getFunctions() - Static method in class adams.parser.plugin.AbstractParserFunction
Returns a list with classnames of functions.
getFunctionSignature() - Method in class adams.parser.plugin.AbstractParserFunction
Returns the signature of the function.
getFunctionSignature() - Method in class adams.parser.plugin.Env
Returns the signature of the function.
getFunctionSignature() - Method in interface adams.parser.plugin.ParserFunction
Returns the signature of the function.
getG() - Method in class adams.data.image.luminance.Custom
Returns the G parameter.
getGAEEditor() - Method in class adams.gui.tools.FavoritesManagementPanel
Returns the GAE editor dialog to use.
getGamma() - Method in class weka.classifiers.functions.GPD
Returns the gamma for the RBF kernel.
getGamma() - Method in class weka.classifiers.trees.XGBoost
Gets the minimum loss reduction required to make a further partition on a leaf node of the tree.
getGaussianRadius() - Method in class adams.data.boofcv.transformer.Binary
Returns the Gaussian radius to use.
getGene(int, int) - Method in class adams.opt.genetic.AbstractGeneticAlgorithm
Returns the value of the specified gene.
getGene(int, int) - Method in class adams.opt.optimise.genetic.AbstractGeneticAlgorithm
Returns the value of the specified gene.
getGenerateError() - Method in class adams.flow.transformer.WaitForFile
Returns whether to generate an error if the maximum number of waits has been reached, but the file is still in use.
getGenerateLine() - Method in class adams.data.baseline.AbstractLinearRegressionBased
Returns whether to return the line as fake data or the corrected data.
getGenerateReport() - Method in class adams.flow.transformer.LocateObjects
Returns whether to generate an annotated image with a report of all positions instead of separate image objects.
getGenerateRules() - Method in class weka.classifiers.trees.m5.M5Base2
get whether rules are being generated rather than a tree
getGenerates() - Method in class adams.gui.goe.classtree.ActorClassTreeFilter
Returns the classes that the actor must generate.
getGeneration() - Method in class adams.db.LogEntry
Returns the generation timestamp.
getGeneration() - Method in class adams.flow.transformer.GenerateFileBasedDataset
Returns the dataset generation scheme.
getGenerationAsString() - Method in class adams.db.LogEntry
Returns the generation timestamp as string.
getGenerationEndDate() - Method in class adams.db.LogEntryConditions
Returns the generation end date.
getGenerationStartDate() - Method in class adams.db.LogEntryConditions
Returns the generation start date.
getGenerator() - Method in class adams.data.boofcv.features.FilteredBoofCVFeatureGenerator
Returns the feature generator to use on the filtered data.
getGenerator() - Method in class adams.data.conversion.DoubleMatrixToBufferedImage
Returns the color generator.
getGenerator() - Method in class adams.data.id.IDGeneratorPostProcessor
Returns the generator in use.
getGenerator() - Method in class adams.data.image.features.FilteredBufferedImageFeatureGenerator
Returns the feature generator to use on the filtered data.
getGenerator() - Method in class adams.data.image.transformer.SubImages
Returns the generator.
getGenerator() - Method in class adams.data.spreadsheet.columnfinder.SubSample
Returns the random number generator.
getGenerator() - Method in class adams.data.spreadsheet.rowfinder.SubSample
Returns the random number generator.
getGenerator() - Method in class adams.data.timeseries.AbstractMetaTimeseriesFeatureGenerator
Returns the base feature generator in use.
getGenerator() - Method in class adams.flow.condition.bool.FileExists
Returns the generator to use (ignored if NullFilenameGenerator).
getGenerator() - Method in class adams.flow.condition.bool.FileInUse
Returns the generator to use (ignored if NullFilenameGenerator).
getGenerator() - Method in class adams.flow.sink.NotesWriter
Returns the generator in use.
getGenerator() - Method in class adams.flow.sink.WebSocketClient
Returns the client generator to use
getGenerator() - Method in class adams.flow.source.FilenameGenerator
Returns the generator to use.
getGenerator() - Method in class adams.flow.source.InputStreamGenerator
Returns the generator to use.
getGenerator() - Method in class adams.flow.source.NewList
Returns the generator to use.
getGenerator() - Method in class adams.flow.source.newlist.Wrapper
Returns the generator to use.
getGenerator() - Method in class adams.flow.source.RandomNumberGenerator
Returns the random number generator to use.
getGenerator() - Method in class adams.flow.source.ReaderGenerator
Returns the generator to use.
getGenerator() - Method in class adams.flow.source.WekaForecasterSetup
Returns the generator in use.
getGenerator() - Method in class adams.flow.standalone.WebSocketServer
Returns the server generator to use
getGenerator() - Method in class adams.flow.transformer.AbstractInstanceGenerator
Returns the generator in use.
getGenerator() - Method in class adams.flow.transformer.ArraySubsetGeneration
Returns the array subset generator in use.
getGenerator() - Method in class adams.flow.transformer.FilenameGenerator
Returns the generator to use.
getGenerator() - Method in class adams.flow.transformer.IDGenerator
Returns the generator in use.
getGenerator() - Method in class adams.flow.transformer.IndexedSplitsRunsGenerator
Returns the generator to use.
getGenerator() - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.MultiRunGenerator
Returns the generator to use for the runs.
getGenerator() - Method in class adams.flow.transformer.IndexedSplitsRunsPredictions
Returns the generator to use.
getGenerator() - Method in class adams.flow.transformer.PDFGenerate
Returns the generator.
getGenerator() - Method in class adams.flow.transformer.SpreadSheetPlotGenerator
Returns the current plot generator.
getGenerator() - Method in class adams.flow.transformer.WekaCrossValidationEvaluator
Returns the scheme for generating the folds.
getGenerator() - Method in class adams.flow.transformer.WekaCrossValidationSplit
Returns the scheme for generating the folds.
getGenerator() - Method in class adams.flow.transformer.WekaEnsembleGenerator
Returns the ensemble generator to use.
getGenerator() - Method in class adams.flow.transformer.WekaRandomSplit
Returns the scheme for generating the split.
getGenerator() - Method in class adams.flow.transformer.WekaSplitGenerator
Returns the scheme for generating the split.
getGenerator() - Method in class adams.gui.tools.spreadsheetviewer.chart.GenericPlot
Returns the generator for producing the plot containers.
getGenerator() - Method in class adams.gui.tools.wekamultiexperimenter.experiment.CrossValidationExperiment
Returns the scheme for generating the folds.
getGenerator() - Method in class adams.gui.tools.wekamultiexperimenter.experiment.TrainTestSplitExperiment
Returns the scheme for generating the split.
getGenerator() - Method in class adams.gui.visualization.core.GradientColorProvider
Returns the generator in use.
getGenerator() - Method in class adams.multiprocess.WekaCrossValidationExecution
Returns the generator to use for generating the folds.
getGenerator() - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm
Returns the scheme for generating the folds.
getGenerators() - Static method in class adams.data.instances.AbstractInstanceGenerator
Returns a list with classnames of generators.
getGenerators() - Static method in class adams.data.random.AbstractRandomNumberGenerator
Returns a list with classnames of statistics.
getGenerators() - Static method in class adams.gui.visualization.core.AbstractColorGradientGenerator
Returns a list with classnames of generators.
getGenerators() - Static method in class adams.gui.visualization.core.axis.AbstractTickGenerator
Returns a list with classnames of generators.
getGeneticAlgorithm() - Method in class adams.event.GeneticFitnessChangeEvent
Returns the genetic algorithm that triggered the event.
getGeneticAlgorithms() - Static method in class adams.opt.genetic.AbstractGeneticAlgorithm
Returns a list with classnames of genetic algorithms.
getGeneticAlgorithms() - Static method in class adams.opt.optimise.genetic.AbstractGeneticAlgorithm
Returns a list with classnames of genetic algorithms.
getGeometry() - Method in class adams.data.objectoverlap.IntersectOverUnionRatio
Returns the geometry type to use for the calculations.
getGlobalInfo() - Method in class adams.flow.transformer.pixelselector.AbstractPixelSelectorOverlay
Returns a string describing the object.
getGlobalInfo() - Method in class adams.flow.transformer.pixelselector.ClassificationOverlay
Returns a string describing the object.
getGlobalInfo() - Method in class adams.flow.transformer.pixelselector.RectangleOverlay
Returns a string describing the object.
getGlobalInfo() - Method in class adams.flow.transformer.pixelselector.SimpleOverlay
Returns a string describing the object.
getGlobalInfo() - Method in class adams.gui.goe.classtree.GlobalInfoNode
Returns the currently stored global info.
getGlue() - Method in class adams.data.conversion.SpreadSheetJoinColumns
Returns the "glue" to use between two columns.
getGlue() - Method in class adams.flow.transformer.StringJoin
Returns the string used as 'glue' between the array elements.
getGlue() - Method in class adams.flow.transformer.StringRangeCut
Returns the "glue" to use for joining the substrings.
getGlue() - Method in class weka.filters.unsupervised.attribute.JoinAttributes
Returns the glue to use.
getGOEDialog() - Method in class adams.flow.execution.debug.BreakpointPanel
Returns the GOE dialog to use for adding/editing breakpoints.
getGOEDialog() - Method in class adams.gui.flow.FlowControlCenterPanel
Initializes the GOE dialog if necessary and returns the instance.
getGOEEditor() - Method in class adams.gui.goe.GenericObjectEditorDialog
Returns the underlying GOE editor.
getGOEEditor() - Method in class adams.gui.goe.WekaGenericObjectEditorDialog
Returns the underlying GOE editor.
getGOEEditor() - Method in class adams.gui.tools.FavoritesManagementPanel
Returns the GOE editor dialog to use.
getGradientColors() - Method in class adams.data.conversion.DoubleMatrixToBufferedImage
Generates the gradient colors.
getGrammar() - Method in class adams.core.base.BaseDate
Returns a string representation of the grammar.
getGrammar() - Method in class adams.core.base.BaseDateTime
Returns a string representation of the grammar.
getGrammar() - Method in class adams.core.base.BaseDateTimeMsec
Returns a string representation of the grammar.
getGrammar() - Method in class adams.core.base.BaseTime
Returns a string representation of the grammar.
getGrammar() - Method in class adams.core.base.BaseTimeMsec
Returns a string representation of the grammar.
getGrammar() - Method in class adams.data.conversion.BaseDateTimeMsecToString
Returns a string representation of the grammar.
getGrammar() - Method in class adams.data.conversion.BaseDateTimeToString
Returns a string representation of the grammar.
getGrammar() - Method in class adams.data.conversion.BaseDateToString
Returns a string representation of the grammar.
getGrammar() - Method in class adams.data.conversion.BaseTimeToString
Returns a string representation of the grammar.
getGrammar() - Method in class adams.data.conversion.MathExpression
Returns a string representation of the grammar.
getGrammar() - Method in class adams.data.conversion.StringExpression
Returns a string representation of the grammar.
getGrammar() - Method in class adams.flow.condition.bool.AbstractExpression
Returns a string representation of the grammar.
getGrammar() - Method in class adams.flow.control.Block
Returns a string representation of the grammar.
getGrammar() - Method in class adams.flow.source.MathExpression
Returns a string representation of the grammar.
getGrammar() - Method in class adams.flow.source.StringExpression
Returns a string representation of the grammar.
getGrammar() - Method in class adams.flow.transformer.MathExpression
Returns a string representation of the grammar.
getGrammar() - Method in class adams.flow.transformer.ReportMathExpression
Returns a string representation of the grammar.
getGrammar() - Method in class adams.flow.transformer.SpreadSheetQuery
Returns a string representation of the grammar.
getGrammar() - Method in class adams.flow.transformer.StringExpression
Returns a string representation of the grammar.
getGrammar() - Method in class adams.parser.ActorSuggestion
Returns a string representation of the grammar.
getGrammar() - Method in class adams.parser.ActorTemplateSuggestion
Returns a string representation of the grammar.
getGrammar() - Method in class adams.parser.BaseDateExpression
Returns a string representation of the grammar.
getGrammar() - Method in class adams.parser.BaseDateTimeExpression
Returns a string representation of the grammar.
getGrammar() - Method in class adams.parser.BaseDateTimeMsecExpression
Returns a string representation of the grammar.
getGrammar() - Method in class adams.parser.BaseTimeExpression
Returns a string representation of the grammar.
getGrammar() - Method in class adams.parser.BaseTimeMsecExpression
Returns a string representation of the grammar.
getGrammar() - Method in class adams.parser.BooleanExpression
Returns a string representation of the grammar.
getGrammar() - Method in class adams.parser.ExternalActorSuggestion
Returns a string representation of the grammar.
getGrammar() - Method in interface adams.parser.GrammarSupplier
Returns a string representation of the grammar.
getGrammar() - Method in class adams.parser.LookUpUpdate
Returns a string representation of the grammar.
getGrammar() - Method in class adams.parser.MathematicalExpression
Returns a string representation of the grammar.
getGrammar() - Method in class adams.parser.ReportMathExpression
Returns a string representation of the grammar.
getGrammar() - Method in class adams.parser.SpreadSheetFormula
Returns a string representation of the grammar.
getGrammar() - Method in class adams.parser.SpreadSheetQuery
Returns a string representation of the grammar.
getGrammar() - Method in class adams.parser.StringExpression
Returns a string representation of the grammar.
getGraphicalFlowExecutionListenersHandler() - Method in class adams.flow.control.Flow
Retrieves the handler for GraphicalFlowExecutionListener objects.
getGraphicalOutput() - Method in class adams.flow.processor.AbstractActorListingProcessor
Returns the graphical output that was generated.
getGraphicalOutput() - Method in class adams.flow.processor.AbstractListingProcessor
Returns the graphical output that was generated.
getGraphicalOutput() - Method in class adams.flow.processor.ActorStatistics
Returns the graphical output that was generated.
getGraphicalOutput() - Method in class adams.flow.processor.CheckActorReferenceUsage
Returns the graphical output that was generated.
getGraphicalOutput() - Method in class adams.flow.processor.CheckPlaceholders
Returns the graphical output that was generated.
getGraphicalOutput() - Method in class adams.flow.processor.CheckStorageUsage
Returns the graphical output that was generated.
getGraphicalOutput() - Method in class adams.flow.processor.CheckVariableUsage
Returns the graphical output that was generated.
getGraphicalOutput() - Method in interface adams.flow.processor.GraphicalOutputProducingProcessor
Returns the graphical output that was generated.
getGraphicalOutput() - Method in class adams.flow.processor.ListAllStorageNames
Returns the graphical output that was generated.
getGraphicalOutput() - Method in class adams.flow.processor.ListAllVariables
Returns the graphical output that was generated.
getGraphicFileChooser() - Method in class adams.flow.sink.AbstractGraphicalDisplay
Returns (and initializes if necessary) the file chooser for the images.
getGraphics() - Method in class adams.gui.event.PaintEvent
Returns the corresponding graphics context.
getGraphicsConfiguration(Component) - Static method in class adams.gui.core.GUIHelper
Tries to determine the GraphicsConfiguration that the specified component is located on.
getGraphicsDevice(Component) - Static method in class adams.gui.core.GUIHelper
Tries to determine the GraphicsDevice that the specified component is located on.
getGrayPercentage() - Method in class adams.data.imagefilter.GrayFilterProvider
Returns the gray percentage (0 lightest, 100 darkest).
getGrid() - Method in class adams.flow.sink.ProbabilityPlotDisplay
Get whether a grid overlay should be added
getGrid() - Method in class adams.flow.transformer.PredictionEccentricity
Returns the grid size.
getGrid() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.PredictionEccentricity
Returns the grid size.
getGrid() - Method in class adams.gui.visualization.stats.probabilityplot.ProbabilityPlot
Returns whether the grid is displayed.
getGridColor() - Method in class adams.gui.visualization.core.PlotPanel
Returns the color used for painting the coordinates grid.
getGroup() - Method in class adams.data.groupextraction.Manual
Returns the group to use.
getGroup() - Method in class adams.data.groupextraction.ReportFieldRegExp
Returns the group to extract.
getGroup() - Method in class adams.data.groupextraction.SpreadSheetCellRegExp
Returns the group to extract.
getGroup() - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesGroupedCrossValidationFoldGenerator
Returns the replacement string to use as group (eg '$2').
getGroup() - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesGroupedRandomSplitGenerator
Returns the replacement string to use as group (eg '$2').
getGroup() - Method in class adams.flow.transformer.preparefilebaseddataset.GroupedCrossValidation
Returns the replacement string to use as group (eg '$2').
getGroup() - Method in class adams.flow.transformer.preparefilebaseddataset.GroupedTrainTestSplit
Returns the replacement string to use as group (eg '$2').
getGroup() - Method in class adams.flow.transformer.preparefilebaseddataset.GroupedTrainValidateTestSplit
Returns the replacement string to use as group (eg '$2').
getGroup() - Method in class adams.gui.action.AbstractBaseActionWithGroup
Returns the group this action belongs to.
getGroup() - Method in interface adams.gui.action.BaseActionWithGroup
Returns the group this action belongs to.
getGroup() - Method in class adams.gui.flow.multipageaction.AbstractMultiPageMenuItem
The name of the group this item belongs to.
getGroup() - Method in class adams.gui.flow.multipageaction.CleanUp
The name of the group this item belongs to.
getGroup() - Method in class adams.gui.flow.multipageaction.CompareFlows
The name of the group this item belongs to.
getGroup() - Method in class adams.gui.flow.multipageaction.CopyFilename
The name of the group this item belongs to.
getGroup() - Method in class adams.gui.flow.multipageaction.OpenContainingFolder
The name of the group this item belongs to.
getGroup() - Method in class adams.gui.flow.multipageaction.RenameFlow
The name of the group this item belongs to.
getGroup() - Method in class adams.gui.flow.multipageaction.Revert
The name of the group this item belongs to.
getGroup() - Method in class adams.gui.flow.multipageaction.Windows
The name of the group this item belongs to.
getGroup() - Method in class adams.gui.visualization.container.datacontainerpanel.AbstractPopupCustomizer
The group this customizer belongs to.
getGroup() - Method in class adams.gui.visualization.container.datacontainerpanel.containerlistpopup.ChooseColor
The group this customizer belongs to.
getGroup() - Method in class adams.gui.visualization.container.datacontainerpanel.containerlistpopup.CopyID
The group this customizer belongs to.
getGroup() - Method in class adams.gui.visualization.container.datacontainerpanel.containerlistpopup.HideAll
The group this customizer belongs to.
getGroup() - Method in class adams.gui.visualization.container.datacontainerpanel.containerlistpopup.Notes
The group this customizer belongs to.
getGroup() - Method in class adams.gui.visualization.container.datacontainerpanel.containerlistpopup.Remove
The group this customizer belongs to.
getGroup() - Method in class adams.gui.visualization.container.datacontainerpanel.containerlistpopup.RemoveAll
The group this customizer belongs to.
getGroup() - Method in class adams.gui.visualization.container.datacontainerpanel.containerlistpopup.ShowAll
The group this customizer belongs to.
getGroup() - Method in class adams.gui.visualization.container.datacontainerpanel.containerlistpopup.StoreColorInReport
The group this customizer belongs to.
getGroup() - Method in class adams.gui.visualization.container.datacontainerpanel.containerlistpopup.StoreValueInReport
The group this customizer belongs to.
getGroup() - Method in class adams.gui.visualization.container.datacontainerpanel.containerlistpopup.ToggleVisibility
The group this customizer belongs to.
getGroup() - Method in class adams.gui.visualization.container.datacontainerpanel.containerlistpopup.UpdateID
The group this customizer belongs to.
getGroup() - Method in class adams.gui.visualization.container.datacontainerpanel.plotpopup.AntiAliasing
The group this customizer belongs to.
getGroup() - Method in class adams.gui.visualization.container.datacontainerpanel.plotpopup.Markers
The group this customizer belongs to.
getGroup() - Method in class adams.gui.visualization.container.datacontainerpanel.plotpopup.Notes
The group this customizer belongs to.
getGroup() - Method in class adams.gui.visualization.container.datacontainerpanel.plotpopup.SendTo
The group this customizer belongs to.
getGroup() - Method in class adams.gui.visualization.container.datacontainerpanel.plotpopup.SidePanel
The group this customizer belongs to.
getGroup() - Method in class adams.gui.visualization.instance.containerlistpopup.SaveAs
The group this customizer belongs to.
getGroup() - Method in class adams.gui.visualization.instance.containerlistpopup.ViewAsTable
The group this customizer belongs to.
getGroup() - Method in class adams.gui.visualization.instance.plotpopup.Adjust
The group this customizer belongs to.
getGroup() - Method in class adams.gui.visualization.instance.plotpopup.Histogram
The group this customizer belongs to.
getGroup() - Method in class adams.gui.visualization.instance.plotpopup.SaveVisible
The group this customizer belongs to.
getGroup() - Method in class adams.gui.visualization.instance.plotpopup.Viewport
The group this customizer belongs to.
getGroup() - Method in class adams.gui.visualization.sequence.containerlistpopup.SaveAs
The group this customizer belongs to.
getGroup() - Method in class adams.gui.visualization.sequence.containerlistpopup.ViewAsTable
The group this customizer belongs to.
getGroup() - Method in class adams.gui.visualization.sequence.metadatacolor.ColorPerRegExpGroup
Returns the group from the regular expression to use for determining the color.
getGroup() - Method in class adams.gui.visualization.sequence.plotpopup.Adjust
The group this customizer belongs to.
getGroup() - Method in class adams.gui.visualization.sequence.plotpopup.Hits
The group this customizer belongs to.
getGroup() - Method in class adams.gui.visualization.sequence.plotpopup.Resize
The group this customizer belongs to.
getGroup() - Method in class adams.gui.visualization.sequence.plotpopup.SaveVisibleDataPoints
The group this customizer belongs to.
getGroup() - Method in class adams.gui.visualization.sequence.plotpopup.SaveVisibleSequences
The group this customizer belongs to.
getGroup() - Method in class adams.gui.visualization.spreadsheet.containerlistpopup.SaveAs
The group this customizer belongs to.
getGroup() - Method in class adams.gui.visualization.spreadsheet.containerlistpopup.ViewAsTable
The group this customizer belongs to.
getGroup() - Method in class adams.gui.visualization.spreadsheet.plotpopup.Adjust
The group this customizer belongs to.
getGroup() - Method in class adams.gui.visualization.spreadsheet.plotpopup.Histogram
The group this customizer belongs to.
getGroup() - Method in class adams.gui.visualization.spreadsheet.plotpopup.SaveVisible
The group this customizer belongs to.
getGroup() - Method in class adams.gui.visualization.spreadsheet.plotpopup.Viewport
The group this customizer belongs to.
getGroup() - Method in class adams.gui.visualization.timeseries.containerlistpopup.Information
The group this customizer belongs to.
getGroup() - Method in class adams.gui.visualization.timeseries.containerlistpopup.Reports
The group this customizer belongs to.
getGroup() - Method in class adams.gui.visualization.timeseries.containerlistpopup.ViewAsTable
The group this customizer belongs to.
getGroup() - Method in class adams.gui.visualization.timeseries.plotpopup.Adjust
The group this customizer belongs to.
getGroup() - Method in class adams.gui.visualization.timeseries.plotpopup.SaveVisible
The group this customizer belongs to.
getGroup() - Method in class adams.gui.visualization.timeseries.plotpopup.Statistics
The group this customizer belongs to.
getGroup() - Method in class weka.classifiers.GroupedBinnedNumericClassCrossValidationFoldGenerator
Returns the replacement string to use as group (eg '$2').
getGroup() - Method in class weka.classifiers.GroupedBinnedNumericClassRandomSplitGenerator
Returns the replacement string to use as group (eg '$2').
getGroup() - Method in class weka.classifiers.GroupedCrossValidationFoldGenerator
Returns the replacement string to use as group (eg '$2').
getGroup() - Method in class weka.classifiers.GroupedRandomSplitGenerator
Returns the replacement string to use as group (eg '$2').
getGroup() - Method in class weka.filters.unsupervised.instance.multirowprocessor.selection.GroupExpression
Returns the replacement string to use as group (eg '$2').
getGroupChannels() - Method in class adams.data.image.features.Histogram
Returns whether to group by channels.
getGroupChannels() - Method in class adams.data.jai.features.Histogram
Returns whether to group by channels.
getGroupChannels() - Method in class adams.data.opencv.features.Histogram
Returns whether to group by channels.
getGroupID() - Static method in class adams.core.management.User
Returns the user's group ID for *nix-like systems (id -g).
getGrouping() - Method in class adams.flow.transformer.GroupByRegExp
Returns the string to generate the grouping string from, can contain regexp groups like $0..$n..
getGroupingSeparator() - Method in class adams.core.management.LocaleHelper
Returns the character representing the separator for the grouping, i.e., "," in english locales.
getGroupingSeparator(Locale) - Method in class adams.core.management.LocaleHelper
Returns the character representing the separator for the grouping for the specified locale, i.e., "," in english locales.
getGroupmap() - Method in class adams.flow.source.RSync
 
getGroupName() - Method in class adams.core.option.AbstractOptionGroup
Returns the group name.
getGroupName() - Method in class adams.flow.core.LagMakerOptions
Returns the group name.
getGroupName() - Method in class adams.gui.visualization.stats.fourinone.VersusFitOptions
Returns the group name.
getGroupName() - Method in class adams.gui.visualization.stats.fourinone.VersusOrderOptions
Returns the group name.
getGroupName() - Method in class adams.gui.visualization.stats.histogram.HistogramOptions
Returns the group name.
getGroupName() - Method in class adams.gui.visualization.stats.probabilityplot.NormalPlotOptions
Returns the group name.
getGroups() - Method in class weka.classifiers.MultiLevelSplitGenerator
Returns the groups to generate.
getGrowPolicy() - Method in class weka.classifiers.trees.XGBoost
Gets the way new nodes are added to the tree.
getHandler() - Method in class adams.core.io.filesearch.AbstractMetaFileSearchHandler
Returns the handler to use.
getHandler() - Method in class adams.core.logging.AbstractEnhancingSingleHandler
Returns the handler to use for outputting the log records.
getHandler() - Method in interface adams.core.logging.EnhancingSingleHandler
Returns the handler to use for outputting the log records.
getHandler() - Method in class adams.data.boofcv.features.Scripted
Gets the handler to use for scripting.
getHandler() - Method in class adams.data.boofcv.transformer.Scripted
Gets the handler to use for scripting.
getHandler() - Method in class adams.data.conversion.Scripted
Gets the handler to use for scripting.
getHandler() - Method in class adams.data.conversion.SpreadSheetObjectColumnToString
Returns the format of the string used for parsing.
getHandler() - Method in class adams.data.conversion.SpreadSheetStringColumnToObject
Returns the format of the string used for parsing.
getHandler() - Method in class adams.data.filter.Scripted
Gets the handler to use for scripting.
getHandler() - Method in class adams.data.image.features.Scripted
Gets the handler to use for scripting.
getHandler() - Method in class adams.data.image.transformer.Scripted
Gets the handler to use for scripting.
getHandler() - Method in class adams.data.jai.transformer.Scripted
Gets the handler to use for scripting.
getHandler() - Method in class adams.data.opencv.features.Scripted
Gets the handler to use for scripting.
getHandler() - Method in class adams.data.opencv.transformer.Scripted
Gets the handler to use for scripting.
getHandler() - Method in class adams.data.outlier.Scripted
Gets the handler to use for scripting.
getHandler() - Method in class adams.data.report.Scripted
Gets the handler to use for scripting.
getHandler() - Method in class adams.event.PublicationEvent
Returns the handler.
getHandler() - Method in class adams.event.TokenEvent
Returns the TokenEventHandler actor that triggered the event.
getHandler() - Method in class adams.flow.condition.bool.Scripted
Gets the handler to use for scripting.
getHandler() - Method in class adams.flow.core.AbstractScriptingHandlerActor
Gets the handler to use for scripting.
getHandler() - Method in class adams.flow.sink.WekaExperimentFileWriter
Returns the IO handler.
getHandler() - Method in class adams.flow.template.Scripted
Gets the handler to use for scripting.
getHandler() - Method in class adams.flow.transformer.pdfgenerate.Scripted
Gets the handler to use for scripting.
getHandler() - Method in class adams.flow.transformer.WekaExperimentFileReader
Returns the IO handler.
getHandler() - Method in class adams.gui.core.RecentFilesHandlerWithCommandline.Setup
Returns the handler.
getHandler() - Method in class adams.gui.event.RecentItemEvent
Returns the handler that triggered the event.
getHandler() - Method in class adams.gui.tools.previewbrowser.ContentHandlerFavorites.ContentHandlerFavorite
Returns a new handler instance.
getHandler() - Method in class adams.gui.visualization.debug.StoragePanel
Returns the current storage handler.
getHandler() - Method in class adams.scripting.command.basic.StartRemoteLogging
Returns the handler to use.
getHandler() - Method in class adams.tools.Scripted
Gets the handler to use for scripting.
getHandler(Class) - Static method in class adams.core.option.AbstractCommandLineHandler
Returns a handler for the specified class.
getHandler(Class) - Static method in class adams.data.spreadsheet.AbstractObjectHandler
Returns the handler for the specific object class.
getHandler(Class) - Static method in class adams.gui.goe.AbstractGenericObjectEditorHandler
Returns a handler for the specified class.
getHandler(Class) - Static method in class adams.gui.visualization.debug.inspectionhandler.AbstractInspectionHandler
Returns a handler for the specified class.
getHandler(Object) - Static method in class adams.core.option.AbstractCommandLineHandler
Returns a handler for the specified object.
getHandler(Object) - Static method in class adams.data.spreadsheet.AbstractObjectHandler
Returns the handler for the specific object.
getHandler(Object) - Static method in class adams.gui.goe.AbstractGenericObjectEditorHandler
Returns a handler for the specified object.
getHandler(Object) - Static method in class adams.gui.visualization.debug.inspectionhandler.AbstractInspectionHandler
Returns a handler for the specified object.
getHandler(String) - Static method in class adams.db.types.AbstractTypes
Returns the handler for the JDBC url.
getHandlerForExtension(Class, String) - Static method in class adams.data.io.FileFormatHandlerUtils
Returns the list of handlers that can handle the specified extension.
getHandlerForFile(Class, File) - Static method in class adams.data.io.FileFormatHandlerUtils
Returns the list of handlers that can handle the specified file.
getHandlerForFile(Class, String) - Static method in class adams.data.io.FileFormatHandlerUtils
Returns the list of handlers that can handle the specified file.
getHandlerForFile(String) - Static method in class adams.core.io.filesearch.AbstractFileSearchHandler
Returns the best-suited handler for the file.
getHandlers() - Method in class adams.core.logging.Logger
Returns all current handlers.
getHandlers() - Method in class adams.core.logging.MultiHandler
Returns the current handlers.
getHandlers() - Static method in class adams.data.spreadsheet.AbstractObjectHandler
Returns a list with classnames of handlers.
getHandlers() - Static method in class adams.gui.goe.AbstractGenericObjectEditorHandler
Returns a list with classnames of handlers.
getHandlers() - Static method in class adams.gui.tools.previewbrowser.AbstractArchiveHandler
Returns a list with classnames of handlers.
getHandlers() - Static method in class adams.gui.tools.previewbrowser.AbstractContentHandler
Returns a list with classnames of handlers.
getHandlers() - Static method in class adams.gui.visualization.debug.inspectionhandler.AbstractInspectionHandler
Returns a list with classnames of handlers.
getHandlers() - Method in class adams.opt.genetic.Hermione
Returns the currently set discovery handlers.
getHandlers() - Method in class adams.scripting.requesthandler.MultiHandler
Returns the handlers in use.
getHandlers() - Method in class adams.scripting.responsehandler.MultiHandler
Returns the handlers in use.
getHandlers() - Static method in class weka.gui.explorer.AbstractExplorerPanelHandler
Returns a list with classnames of handlers.
getHandlers() - Static method in class weka.gui.explorer.WorkspaceHelper
Returns all available handlers, with the DefaultHandler being the last one.
getHandlersForFile(File) - Static method in class adams.gui.tools.previewbrowser.AbstractArchiveHandler
Returns the handlers registered for the extension of the specified file.
getHandlersForFile(File) - Static method in class adams.gui.tools.previewbrowser.AbstractContentHandler
Returns the handlers registered for the extension of the specified file.
getHandlersForFile(String) - Static method in class adams.gui.tools.previewbrowser.AbstractArchiveHandler
Returns the handlers registered for the extension of the specified file.
getHandlersForFile(String) - Static method in class adams.gui.tools.previewbrowser.AbstractContentHandler
Returns the handlers registered for the extension of the specified file.
getHasRegressionTest() - Method in class adams.core.option.FlowJUnitTestProducer
Returns whether to generate a regression test as well.
getHasValue() - Method in class adams.flow.transformer.AddDOMNode
Returns whether the node has a textual value.
getHead() - Method in class adams.doc.docbook.InformalTable
Returns the head element, which contains the row elements.
getHead() - Method in class adams.doc.xhtml.Html
Returns the HEAD tag.
getHeadePopupMenuCustomizer() - Method in class adams.gui.dialog.SpreadSheetPanel
Returns the current popup menu customizer for the header.
getHeader() - Method in class adams.data.container.AbstractDataContainer
Returns an empty container with the same payload data as this one.
getHeader() - Method in class adams.data.container.AbstractSimpleContainer
Returns a new container with the report and notes copied, but without the content.
getHeader() - Method in interface adams.data.container.DataContainer
Returns an empty container with the same payload data as this one.
getHeader() - Method in class adams.data.conversion.MatchWekaInstanceAgainstFileHeader
Returns the file to load the dataset header from.
getHeader() - Method in class adams.data.conversion.MatchWekaInstanceAgainstStorageHeader
Returns the name of the storage value representing the dataset header.
getHeader() - Method in class adams.data.conversion.SpreadSheetAddFormulaColumn
Returns the column header in use.
getHeader() - Method in class adams.data.conversion.SpreadSheetAddRowID
Returns the name of the column.
getHeader() - Method in class adams.data.conversion.SpreadSheetAddSumColumn
Returns the column header in use.
getHeader() - Method in class adams.data.featureconverter.AbstractFeatureConverter
Returns the current header, if any.
getHeader() - Method in class adams.data.spreadsheet.DefaultSpreadSheet
Returns the a spreadsheet with the same header and comments.
getHeader() - Method in interface adams.data.spreadsheet.SpreadSheet
Returns the a spreadsheet with the same header and comments.
getHeader() - Method in class adams.data.spreadsheet.SpreadSheetView
Returns the view with the same header and comments.
getHeader() - Method in class adams.data.spreadsheet.sql.Reader
Returns the current header.
getHeader() - Method in class adams.data.timeseries.Timeseries
Returns a timeseries with just the header information, but no data points.
getHeader() - Method in class adams.flow.processor.AbstractListingProcessor
Returns the header to use in the dialog, i.e., the one-liner that explains the output.
getHeader() - Method in class adams.flow.processor.FindText
Returns the header to use in the dialog, i.e., the one-liner that explains the output.
getHeader() - Method in class adams.flow.processor.ListActorReferenceUsage
 
getHeader() - Method in class adams.flow.processor.ListActorUsage
Returns the header to use in the dialog, i.e., the one-liner that explains the output.
getHeader() - Method in class adams.flow.processor.ListAnnotationTags
Returns the header to use in the dialog, i.e., the one-liner that explains the output.
getHeader() - Method in class adams.flow.processor.ListCallableActorUsage
 
getHeader() - Method in class adams.flow.processor.ListDatabaseConnections
Returns the header to use in the dialog, i.e., the one-liner that explains the output.
getHeader() - Method in class adams.flow.processor.ListObjectCommandlines
Returns the header to use in the dialog, i.e., the one-liner that explains the output.
getHeader() - Method in class adams.flow.processor.ListPaths
Returns the header to use in the dialog, i.e., the one-liner that explains the output.
getHeader() - Method in class adams.flow.processor.ListStorageUsage
 
getHeader() - Method in class adams.flow.processor.ListStructureModifyingActors
Returns the header to use in the dialog, i.e., the one-liner that explains the output.
getHeader() - Method in class adams.flow.processor.ListTODOs
Returns the header to use in the dialog, i.e., the one-liner that explains the output.
getHeader() - Method in class adams.flow.processor.ListVariableUsage
 
getHeader() - Method in class adams.flow.transformer.SpreadSheetInsertColumn
Returns the name of the column.
getHeader() - Method in class adams.flow.transformer.SpreadSheetInsertRowScore
Returns the name of the score column.
getHeader() - Method in class adams.flow.transformer.SpreadSheetRowBinning
Returns the name of the column.
getHeader() - Method in class adams.gui.tools.wekainvestigator.output.AbstractResultItem
Returns the stored training set header.
getHeader() - Method in interface adams.ml.data.Dataset
Returns the a spreadsheet with the same header and comments.
getHeader() - Method in class adams.ml.data.DatasetInfo
Returns the header.
getHeader() - Method in class adams.ml.data.DatasetView
Returns the view with the same header and comments.
getHeader() - Method in class adams.ml.data.DefaultDataset
Returns the a spreadsheet with the same header and comments.
getHeader() - Method in class adams.ml.data.InstancesView
Returns the a spreadsheet with the same header and comments.
getHeader(int) - Method in class adams.data.statistics.AbstractArrayStatistic.StatisticContainer
Returns the value of the header at the specified column.
getHeader(List<XYSequencePoint>) - Static method in class adams.data.sequence.XYSequenceUtils
Creates a header based on the current sequence points.
getHeader(List<TimeseriesPoint>) - Static method in class adams.data.timeseries.TimeseriesUtils
Creates a header based on the given timeseries points.
getHeaderAttachments() - Method in class adams.gui.dialog.DisplayEmailPanel
Returns the strings for the attachments table header.
getHeaderDefinition() - Method in class adams.data.featureconverter.AbstractFeatureConverter
Returns the current header definition, if any.
getHeaderMouseListener() - Method in class adams.gui.core.SortableAndSearchableWrapperTableModel
Returns the mouse listener that got assigned to the header, if any.
getHeaderPopupMenuCustomizer() - Method in class adams.gui.core.SpreadSheetTable
Returns the current popup menu customizer (for the header).
getHeaderPopupMenuCustomizer() - Method in class adams.gui.core.SpreadSheetTableWithButtons
Returns the current popup menu customizer (for the header).
getHeaderPopupMenuCustomizer() - Method in class adams.gui.visualization.instances.InstancesTable
Returns the current popup menu customizer (for the header).
getHeaderRecipients() - Method in class adams.gui.dialog.DisplayEmailPanel
Returns the strings for the recipients table header.
getHeaderRow() - Method in class adams.core.annotation.AbstractCopyrightProcessor
Returns the header row for the tab-separated output file.
getHeaderRow() - Method in class adams.core.annotation.MixedCopyrightProcessor
Returns the header row for the tab-separated output file.
getHeaderRow() - Method in class adams.core.annotation.ThirdPartyCopyrightProcessor
Returns the header row for the tab-separated output file.
getHeaderRow() - Method in class adams.data.spreadsheet.DefaultSpreadSheet
Returns the header row.
getHeaderRow() - Method in interface adams.data.spreadsheet.SpreadSheet
Returns the header row.
getHeaderRow() - Method in class adams.data.spreadsheet.SpreadSheetView
Returns the header row.
getHeaderRow() - Method in class adams.ml.data.DatasetView
Returns the header row.
getHeaderRow() - Method in class adams.ml.data.InstancesView
Returns the header row.
getHeaders() - Method in class adams.flow.source.HttpRequest
Returns the (optional) request headers for the request.
getHeaders() - Method in class adams.flow.transformer.HttpRequest
Returns the (optional) request headers for the request.
getHeaderTemplate() - Method in class adams.data.featureconverter.FixedNumFeatures
Returns the template to use for filling in the header.
getHeaderTemplate() - Method in class adams.data.timeseries.FixedNumFeatures
Returns the template to use for filling in the header.
getHeadlessMode() - Method in class adams.flow.standalone.ExternalFlow
Returns whether to execute the flow in headless mode.
getHeadline() - Method in class adams.flow.transformer.pdfproclet.Headline
Returns the headline to add.
getHeadline() - Method in class adams.flow.transformer.pdfproclet.MetaHeadline
Returns the headline to add.
getHeight() - Method in class adams.data.barcode.encode.AbstractBarcodeEncoder
Returns the height of the barcode.
getHeight() - Method in class adams.data.boofcv.BoofCVImageContainer
Returns the height of the image.
getHeight() - Method in class adams.data.image.AbstractImageContainer
Returns the height of the image.
getHeight() - Method in class adams.data.image.BooleanArrayMatrixView
Returns the height of the matrix.
getHeight() - Method in class adams.data.image.BufferedImageContainer
Returns the height of the image.
getHeight() - Method in class adams.data.image.features.PixelClassifications
Returns the height of the crop rectangle.
getHeight() - Method in class adams.data.image.IntArrayMatrixView
Returns the height of the matrix.
getHeight() - Method in class adams.data.image.transformer.crop.RelativeCrop
Returns the height of the crop rectangle (0-1: percent; >1: pixels).
getHeight() - Method in class adams.data.image.transformer.crop.SimpleCrop
Returns the height of the crop rectangle.
getHeight() - Method in class adams.data.image.transformer.Resize
Returns the height to resize to.
getHeight() - Method in class adams.data.io.input.ImageClassificationGridSpreadSheetReader
Returns the height to use.
getHeight() - Method in class adams.data.io.input.ObjectLocationsSpreadSheetReader
Returns the height of the image to use when reading normalized coordinates/dimensions.
getHeight() - Method in class adams.data.io.input.YoloAnnotationsReportReader
Returns the height of the image to use when reading normalized coordinates/dimensions.
getHeight() - Method in class adams.data.io.output.ObjectLocationsSpreadSheetWriter
Returns the height of the image to use when reading normalized coordinates/dimensions.
getHeight() - Method in class adams.data.io.output.YoloAnnotationsReportWriter
Returns the height of the image to use when reading normalized coordinates/dimensions.
getHeight() - Method in class adams.data.jai.transformer.Resize
Returns the height to resize to.
getHeight() - Method in class adams.data.objectfilter.ClipBoundingBoxes
Returns the height of the image to use.
getHeight() - Method in class adams.data.objectfinder.ObjectsInRegion
Returns the height of the region.
getHeight() - Method in class adams.data.opencv.OpenCVImageContainer
Returns the height of the image.
getHeight() - Method in class adams.data.opencv.transformer.Resize
Returns the absolute height.
getHeight() - Method in class adams.flow.core.AbstractDisplay
Returns the currently set height of the dialog.
getHeight() - Method in class adams.flow.execution.Debug
Returns the currently set height of the dialog.
getHeight() - Method in class adams.flow.sink.AbstractGraphicsGenerator
Returns the currently set height of the dialog.
getHeight() - Method in class adams.flow.sink.JFreeChartFileWriter
Returns the currently set height of the plot.
getHeight() - Method in class adams.flow.sink.logview.AbstractLogEntryDialog
Returns the currently set height of the dialog.
getHeight() - Method in class adams.flow.source.NewImage
Returns the height of the image.
getHeight() - Method in class adams.flow.transformer.AbstractInteractiveTransformerDialog
Returns the currently set height of the dialog.
getHeight() - Method in class adams.flow.transformer.CountObjectsInRegion
Returns the height of the region.
getHeight() - Method in class adams.flow.transformer.draw.Oval
Returns the height of the oval.
getHeight() - Method in class adams.flow.transformer.draw.Rectangle
Returns the height of the rectangle.
getHeight() - Method in class adams.flow.transformer.locateobjects.LocatedObject
Returns the height of the object sub-image.
getHeight() - Method in class adams.flow.transformer.pdfproclet.Rectangle
Returns the height.
getHeight() - Method in class adams.gui.tools.spreadsheetviewer.chart.AbstractChartGenerator
Returns the currently set height of the dialog.
getHeight() - Method in class adams.gui.visualization.image.leftclick.FixedBoundingBox
Returns the height of the bounding box.
getHeight() - Method in class adams.gui.visualization.segmentation.layer.LayerManager
Returns the height.
getHeightPlot() - Method in class adams.flow.sink.BoxPlot
get the height of each box plot
getHelp() - Method in class adams.flow.source.valuedefinition.AbstractValueDefinition
Returns the help text for the value.
getHelp() - Method in class adams.gui.help.HelpContainer
Returns the help string.
getHelp(String) - Method in class adams.flow.container.AbstractContainer
Returns the help associated with the given name.
getHelp(String) - Method in interface adams.flow.container.Container
Returns the help associated with the given name.
getHelp(String) - Method in class adams.gui.application.AbstractPropertiesPreferencesPanel
Returns the help associated with a particular property.
getHelp(String) - Method in class adams.gui.core.PropertiesParameterPanel
Returns the help associated with a particular property.
getHelpDescription() - Method in class adams.core.base.BaseRegExp
Returns a long help description, e.g., used in tiptexts.
getHelpDescription() - Method in class adams.core.base.CronSchedule
Returns a long help description, e.g., used in tiptexts.
getHelpDescription() - Method in class adams.core.base.JsonPathExpression
Returns a long help description, e.g., used in tiptexts.
getHelpDescription() - Method in class adams.core.base.XPathExpression
Returns a long help description, e.g., used in tiptexts.
getHelpDescription() - Method in class adams.core.base.XSLTStyleSheet
Returns a long help description, e.g., used in tiptexts.
getHelpDescription() - Method in interface adams.core.HelpProvider
Returns a long help description, e.g., used in tiptexts.
getHelpDescription() - Method in class adams.core.Index
Returns a long help description, e.g., used in tiptexts.
getHelpDescription() - Method in class adams.core.Range
Returns a long help description, e.g., used in tiptexts.
getHelpDescription() - Method in class adams.core.UnorderedRange
Returns a long help description, e.g., used in tiptexts.
getHelpDescription() - Method in class adams.data.DateFormatString
Returns a long help description, e.g., used in tiptexts.
getHelpDescription() - Method in class adams.data.DecimalFormatString
Returns a long help description, e.g., used in tiptexts.
getHelpDescription() - Method in class adams.gui.goe.AbstractPropertyEditorSupport
Returns a long help description, e.g., used in tiptexts.
getHelpDescription() - Method in class adams.gui.goe.BaseAnnotationEditor
Returns a long help description, e.g., used in tiptexts.
getHelpDescription() - Method in class adams.gui.goe.BaseObjectEditor
Returns a long help description, e.g., used in tiptexts.
getHelpDescription() - Method in class adams.gui.goe.JdbcUrlEditor
Returns a long help description, e.g., used in tiptexts.
getHelper() - Method in class adams.parser.actorsuggestion.Parser
Returns the parser helper.
getHelper() - Method in class adams.parser.basedate.Parser
Returns the parser helper.
getHelper() - Method in class adams.parser.basedatetime.Parser
Returns the parser helper.
getHelper() - Method in class adams.parser.basedatetimemsec.Parser
Returns the parser helper.
getHelper() - Method in class adams.parser.basetime.Parser
Returns the parser helper.
getHelper() - Method in class adams.parser.basetimemsec.Parser
Returns the parser helper.
getHelper() - Method in class adams.parser.booleanexpression.Parser
Returns the parser helper.
getHelper() - Method in class adams.parser.externalactorsuggestion.Parser
Returns the parser helper.
getHelper() - Method in class adams.parser.lookupupdate.Parser
Returns the parser helper.
getHelper() - Method in class adams.parser.mathematicalexpression.Parser
Returns the parser helper.
getHelper() - Method in class adams.parser.spreadsheetformula.Parser
Returns the parser helper.
getHelper() - Method in class adams.parser.spreadsheetquery.Parser
Returns the parser helper.
getHelper() - Method in class adams.parser.stringexpression.Parser
Returns the parser helper.
getHelper() - Method in class adams.parser.templatesuggestion.Parser
Returns the parser helper.
getHelpIcon() - Method in class adams.core.base.BaseRegExp
Returns the name of a help icon, e.g., used for buttons.
getHelpIcon() - Method in class adams.core.base.CronSchedule
Returns the name of a help icon, e.g., used for buttons.
getHelpIcon() - Method in class adams.core.base.JsonPathExpression
Returns the name of a help icon, e.g., used for buttons.
getHelpIcon() - Method in class adams.core.base.XPathExpression
Returns the name of a help icon, e.g., used for buttons.
getHelpIcon() - Method in class adams.core.base.XSLTStyleSheet
Returns the name of a help icon, e.g., used for buttons.
getHelpIcon() - Method in interface adams.core.HelpProvider
Returns the name of a help icon, e.g., used for buttons.
getHelpIcon() - Method in class adams.core.Index
Returns the name of a help icon, e.g., used for buttons.
getHelpIcon() - Method in class adams.core.Range
Returns the name of a help icon, e.g., used for buttons.
getHelpIcon() - Method in class adams.core.UnorderedRange
Returns the name of a help icon, e.g., used for buttons.
getHelpIcon() - Method in class adams.data.DateFormatString
Returns the name of a help icon, e.g., used for buttons.
getHelpIcon() - Method in class adams.data.DecimalFormatString
Returns the name of a help icon, e.g., used for buttons.
getHelpIcon() - Method in class adams.gui.goe.AbstractPropertyEditorSupport
Returns the name of a help icon, e.g., used for buttons.
getHelpIcon() - Method in class adams.gui.goe.JdbcUrlEditor
Returns the name of a help icon, e.g., used for buttons.
getHelpText() - Method in class adams.gui.core.BaseObjectTextField
The help string (can be HTML) to use as tool tip.
getHelpText() - Method in class adams.gui.core.CheckedTextField
The help string (can be HTML) to use as tool tip.
getHelpText() - Method in class adams.gui.core.IndexTextField
The help string (can be HTML) to use as tool tip.
getHelpText() - Method in class adams.gui.core.RangeTextField
The help string (can be HTML) to use as tool tip.
getHelpTitle() - Method in class adams.core.base.BaseRegExp
Returns a short title for the help, e.g., used for buttons.
getHelpTitle() - Method in class adams.core.base.CronSchedule
Returns a short title for the help, e.g., used for buttons.
getHelpTitle() - Method in class adams.core.base.JsonPathExpression
Returns a short title for the help, e.g., used for buttons.
getHelpTitle() - Method in class adams.core.base.XPathExpression
Returns a short title for the help, e.g., used for buttons.
getHelpTitle() - Method in class adams.core.base.XSLTStyleSheet
Returns a short title for the help, e.g., used for buttons.
getHelpTitle() - Method in interface adams.core.HelpProvider
Returns a short title for the help, e.g., used for buttons.
getHelpTitle() - Method in class adams.core.Index
Returns a short title for the help, e.g., used for buttons.
getHelpTitle() - Method in class adams.core.Range
Returns a short title for the help, e.g., used for buttons.
getHelpTitle() - Method in class adams.core.UnorderedRange
Returns a short title for the help, e.g., used for buttons.
getHelpTitle() - Method in class adams.data.DateFormatString
Returns a short title for the help, e.g., used for buttons.
getHelpTitle() - Method in class adams.data.DecimalFormatString
Returns a short title for the help, e.g., used for buttons.
getHelpTitle() - Method in class adams.gui.goe.AbstractPropertyEditorSupport
Returns a short title for the help, e.g., used for buttons.
getHelpTitle() - Method in class adams.gui.goe.JdbcUrlEditor
Returns a short title for the help, e.g., used for buttons.
getHelpURL() - Method in class adams.core.base.BaseRegExp
Returns a URL with additional information.
getHelpURL() - Method in class adams.core.base.CronSchedule
Returns a URL with additional information.
getHelpURL() - Method in class adams.core.base.JsonPathExpression
Returns a URL with additional information.
getHelpURL() - Method in class adams.core.base.XPathExpression
Returns a URL with additional information.
getHelpURL() - Method in class adams.core.base.XSLTStyleSheet
Returns a URL with additional information.
getHelpURL() - Method in interface adams.core.HelpProvider
Returns a URL with additional information.
getHelpURL() - Method in class adams.core.Index
Returns a URL with additional information.
getHelpURL() - Method in class adams.core.Range
Returns a URL with additional information.
getHelpURL() - Method in class adams.core.UnorderedRange
Returns a URL with additional information.
getHelpURL() - Method in class adams.data.DateFormatString
Returns a URL with additional information.
getHelpURL() - Method in class adams.data.DecimalFormatString
Returns a URL with additional information.
getHelpURL() - Method in class adams.gui.goe.AbstractPropertyEditorSupport
Returns a URL with additional information.
getHelpURL() - Method in class adams.gui.goe.JdbcUrlEditor
Returns a URL with additional information.
getHiClassifier() - Method in class weka.classifiers.meta.HighLowSplit
 
getHiddenComponent(String) - Method in class adams.gui.core.BaseTabbedPaneWithTabHiding
Determines the hidden component from the tab title.
getHighlight() - Method in class adams.gui.core.spreadsheettable.ConfusionMatrixCellRenderingCustomizer
Returns the color to use as background for the diagonal cells.
getHighlight() - Method in class adams.gui.core.spreadsheettable.NumericRangeCellRenderingCustomizer
Returns the color to use as background for the matching cells.
getHighlightColor() - Method in class adams.gui.visualization.container.AbstractDataContainerZoomOverviewPaintlet
Returns the color for the zoom highlight.
getHighThreshold() - Method in class adams.data.boofcv.transformer.CannyEdgeDetection
Returns the high threshold to use.
getHiLopoint() - Method in class weka.classifiers.meta.HighLowSplit
 
getHistogram() - Method in class adams.data.filter.AbstractHistogram
Returns the array histogram setup to use.
getHistogram() - Method in class adams.gui.tools.spreadsheetviewer.chart.Histogram
Returns the histogram setup to use.
getHistogram(List<XYSequencePoint>, int) - Static method in class adams.data.sequence.XYSequenceUtils
Generates data for a histogram display.
getHistogramOptions() - Method in class adams.flow.sink.FourInOneDisplay
Get the options for the histogram
getHistogramOptions() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.FourInOnePlot
Get the options for the histogram.
getHistogramType() - Method in class adams.data.image.features.Histogram
Returns the type of histogram to generate.
getHistogramType() - Method in class adams.data.jai.features.Histogram
Returns the type of histogram to generate.
getHistory() - Method in class adams.core.AbstractHistory
Returns the current history.
getHistory() - Method in class adams.flow.sink.DisplayPanelManager.HistorySplitPanel
Returns the underlying history panel.
getHistory() - Method in class adams.flow.sink.HistoryDisplay.HistorySplitPanel
Returns the underlying history panel.
getHistory() - Method in class adams.gui.goe.GenericObjectEditorPanel
Returns the history.
getHistory() - Method in class adams.gui.workspace.AbstractWorkspaceManagerPanel
Returns the underlying history panel.
getHistory() - Method in class weka.gui.explorer.MultiExplorer
Returns the underlying history panel.
getHistoryEntryToolTipProvider() - Method in class adams.gui.core.AbstractNamedHistoryPanel
Returns the currently set tool tip provider.
getHistoryFile() - Method in class adams.core.AbstractPersistentHistory
Returns the file to load from/save to.
getHistoryItem() - Method in class adams.gui.event.HistorySelectionEvent
Returns the selected history item.
getHitDetector() - Method in class adams.flow.sink.sequenceplotter.ToggleOutlier
Returns the hit detector to use.
getHitDetector() - Method in class adams.flow.sink.sequenceplotter.ViewDataClickAction
Returns the hit detector to use.
getHitDetector() - Method in interface adams.gui.visualization.core.plot.HitDetectorSupporter
Returns the hit detector to use for this paintlet.
getHitDetector() - Method in class adams.gui.visualization.instance.InstancePanel
Returns the hit detector.
getHitDetector() - Method in class adams.gui.visualization.sequence.AbstractXYSequencePaintlet
Returns the hit detector to use for this paintlet.
getHitDetector() - Method in class adams.gui.visualization.sequence.ByNamePaintlet
Returns the hit detector to use for this paintlet.
getHitDetector() - Method in class adams.gui.visualization.sequence.PaintletWithFixedXRange
Returns the hit detector to use for this paintlet.
getHitDetector() - Method in class adams.gui.visualization.sequence.PaintletWithFixedYRange
Returns the hit detector to use for this paintlet.
getHitDetector() - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowPanel
Returns the hit detector.
getHitDetector() - Method in class adams.gui.visualization.stats.paintlet.AbstractScatterPlotPaintlet
Returns the hit detector to use for this paintlet.
getHitDetector() - Method in class adams.gui.visualization.stats.scatterplot.action.ViewDataClickAction
Returns the hit detector to use.
getHitDetector() - Method in class adams.gui.visualization.timeseries.TimeseriesPanel
Returns the hit detector.
getHoldOutPercentage() - Method in class weka.classifiers.meta.ClassifierCascade
the percentage to use for validation set to determine termination criterion (0-100).
getHome() - Static method in class adams.core.management.Java
Returns the Java home directory of the current JVM.
getHome() - Method in class adams.env.AbstractEnvironment
Returns the project's "home" directory (underneath the user's home directory).
getHome() - Method in interface adams.env.HomeRelocator
Returns the value use as new home directory.
getHome() - Method in class adams.flow.FlowRunner
Returns the directory to use as home directory instead of the automatically determined one.
getHome() - Method in class adams.flow.FlowSetupRunner
Returns the directory to use as home directory instead of the automatically determined one.
getHome() - Method in class adams.gui.core.AbstractFrameWithOptionHandling
Returns the directory to use as home directory instead of the automatically determined one.
getHomeDir() - Static method in class adams.core.management.User
Returns the user's home directory.
getHooks() - Method in class adams.core.shutdown.MultiHook
Returns the hooks to execute sequentially.
getHorizontalAlignment() - Method in class adams.flow.transformer.pdfproclet.AbstractSpreadSheetPdfProclet
Returns how to align the table on the page when not 100% wide.
getHorizontalAlignment(SpreadSheetTable, boolean, boolean, int, int, Cell, int) - Method in class adams.gui.core.spreadsheettable.AbstractCellRenderingCustomizer
For customizing the horizontal alignment of a cell.
getHorizontalAlignment(SpreadSheetTable, boolean, boolean, int, int, Cell, int) - Method in interface adams.gui.core.spreadsheettable.CellRenderingCustomizer
For customizing the horizontal alignment of a cell.
getHorizontalAlignment(SpreadSheetTable, boolean, boolean, int, int, Cell, int) - Method in class adams.gui.core.spreadsheettable.ConfusionMatrixCellRenderingCustomizer
For customizing the horizontal alignment of a cell.
getHorizontalAlignment(SpreadSheetTable, boolean, boolean, int, int, Cell, int) - Method in class adams.gui.core.spreadsheettable.DefaultCellRenderingCustomizer
For customizing the horizontal alignment of a cell.
getHorizontalAlignment(SpreadSheetTable, boolean, boolean, int, int, Cell, int) - Method in class adams.gui.core.spreadsheettable.MultiCellRenderingCustomizer
For customizing the horizontal alignment of a cell.
getHost() - Method in class adams.core.io.lister.FtpDirectoryLister
Returns the host to connect to.
getHost() - Method in class adams.core.io.lister.SftpDirectoryLister
Returns the host to connect to.
getHost() - Method in class adams.core.io.lister.SmbDirectoryLister
Returns the host to connect to.
getHost() - Method in class adams.db.LogEntry
Returns the host name.
getHost() - Method in class adams.db.LogEntryConditions
Returns the host name to use in the search.
getHost() - Method in class adams.flow.source.filesystemsearch.AbstractSmbDirectoryListerBasedSearchlet
Returns the host to connect to.
getHost() - Method in class adams.flow.standalone.FTPConnection
Returns the host to connect to.
getHost() - Method in class adams.flow.standalone.SSHConnection
Returns the host to connect to.
getHost() - Method in class adams.flow.transformer.SMBGet
Returns the host to connect to.
getHost() - Method in class adams.flow.transformer.SMBSend
Returns the host to connect to.
getHost() - Method in class adams.gui.chooser.FtpRemoteDirectorySetup
Returns the host to connect to.
getHost() - Method in class adams.gui.chooser.SftpRemoteDirectorySetup
Returns the host to connect to.
getHost() - Method in class adams.gui.chooser.SmbRemoteDirectorySetup
Returns the host to connect to.
getHost() - Method in class adams.multiprocess.ScpJobRunner.RemoteJobRunner
Returns the host to connect to.
getHost() - Method in class adams.scripting.connection.AbstractSSHConnection
Returns the host to connect to.
getHost() - Method in class adams.scripting.connection.DefaultConnection
Returns the host to send the command to.
getHost() - Method in class adams.scripting.connection.FTPConnection
Returns the host to connect to.
getHost(Proxy.Type) - Method in class adams.core.net.ProxyHelper
Returns the host.
getHostname() - Method in class adams.core.logging.RemoteSendHandler
Returns the host to send the logging data to.
getHostnameFromNetworkInterface() - Static method in class adams.core.net.InternetHelper
Returns the host name determined from the network interfaces.
getHostnamePrefix() - Static method in class adams.gui.application.AbstractApplicationFrame
Returns the hostname prefix for windows.
getHostnameVerifier() - Static method in class adams.core.net.SSLHelper
Returns the hostname verifier.
getI18nStrings() - Method in class adams.gui.chooser.DatePanel
 
getICA() - Method in class adams.data.instancesanalysis.FastICA
Returns the ICA analysis.
getIcon() - Method in class adams.gui.action.AbstractBaseAction
Returns the icon the action (stored under SMALL_ICON).
getIcon() - Method in interface adams.gui.action.BaseAction
Returns the icon the action (stored under SMALL_ICON).
getIcon() - Method in class adams.gui.application.AbstractMenuItemDefinition
Returns the icon.
getIcon() - Method in class adams.gui.core.BaseFlatSplitButton
Returns the icon of the main button.
getIcon() - Method in class adams.gui.core.BaseSplitButton
Returns the icon of the main button.
getIcon() - Method in class adams.gui.core.BaseTabbedPaneWithTabHiding.PageBackup
Returns the icon of the tab.
getIcon() - Method in class adams.gui.core.ButtonTabComponent
 
getIcon() - Method in class adams.gui.core.dotnotationtree.AbstractInfoNode
Returns the icon to use in the tree.
getIcon() - Method in class adams.gui.core.GUIHelper.AbstractInputPanel
Returns the icon to use.
getIcon() - Method in class adams.gui.core.MultiPagePane.PageContainer
Returns the icon.
getIcon() - Method in enum adams.gui.flow.FlowPanelNotificationArea.NotificationType
Returns the icon associated with the type.
getIcon() - Method in class adams.gui.flow.multipageaction.AbstractMultiPageMenuItem
Returns the icon to use.
getIcon() - Method in class adams.gui.flow.tree.Renderer.ActorIcon
Returns the underlying icon.
getIcon() - Method in class adams.gui.plugin.AbstractToolPlugin
Returns the icon.
getIcon() - Method in class adams.gui.sendto.AbstractSendToAction
Returns the icon.
getIcon() - Method in class adams.gui.visualization.object.tools.Annotator
The icon of the tool.
getIcon() - Method in class adams.gui.visualization.object.tools.Edit
The icon of the tool.
getIcon() - Method in class adams.gui.visualization.object.tools.Move
The icon of the tool.
getIcon() - Method in interface adams.gui.visualization.object.tools.Tool
The icon of the tool.
getIcon() - Method in class adams.gui.visualization.segmentation.layer.overlaylayeraction.AbstractOverlayLayerAction
Returns the icon to use in the menu.
getIcon() - Method in class adams.gui.visualization.segmentation.tool.BucketFill
The icon of the tool.
getIcon() - Method in class adams.gui.visualization.segmentation.tool.Eraser
The icon of the tool.
getIcon() - Method in class adams.gui.visualization.segmentation.tool.Filter
The icon of the tool.
getIcon() - Method in class adams.gui.visualization.segmentation.tool.Pencil
The icon of the tool.
getIcon() - Method in class adams.gui.visualization.segmentation.tool.Pointer
The icon of the tool.
getIcon() - Method in class adams.gui.visualization.segmentation.tool.PolygonFill
The icon of the tool.
getIcon() - Method in class adams.gui.visualization.segmentation.tool.SwitchLabel
The icon of the tool.
getIcon() - Method in interface adams.gui.visualization.segmentation.tool.Tool
The icon of the tool.
getIcon(Actor, Actor, boolean) - Method in class adams.gui.flow.tree.Renderer
Tries to obtain the icon for the given actor.
getIcon(ActorPathNode) - Method in class adams.gui.goe.actorpathtree.ActorPathTreeRenderer
Tries to obtain the icon for the given object.
getIcon(ClassNode) - Method in class adams.gui.goe.classtree.ClassTreeRenderer
Tries to obtain the icon for the given object.
getIcon(File) - Method in interface adams.gui.chooser.FileChooser
Returns the icon for this file or type of file, depending on the system.
getIcon(Class) - Static method in class adams.gui.core.ImageManager
Returns an ImageIcon for the given class.
getIcon(String) - Static method in class adams.gui.core.ImageManager
Returns an ImageIcon from the given name.
getIcon(String) - Method in class adams.gui.tools.NestedFormatViewerPanel.Renderer
Tries to obtain the icon for the given class.
getIcon(N) - Method in class adams.gui.core.dotnotationtree.DotNotationRenderer
Tries to obtain the icon for the given object.
getIconAt(int) - Method in class adams.gui.core.MultiPagePane
Returns the icon at the specified index.
getIconClassname() - Method in class adams.gui.goe.actorpathtree.ActorPathNode
Returns the classname for the icon.
getIconHeight() - Method in class adams.gui.flow.tree.Renderer.ActorIcon
The icon height.
getIconName() - Method in class adams.gui.application.AbstractMenuItemDefinition
Returns the file name of the icon.
getIconName() - Method in class adams.gui.core.dotnotationtree.AbstractInfoNode
Returns the name of the icon to use for display in the tree.
getIconName() - Method in class adams.gui.core.spreadsheettable.AbstractPlotColumn
Returns the name of the icon.
getIconName() - Method in class adams.gui.core.spreadsheettable.AbstractPlotRow
Returns the name of the icon.
getIconName() - Method in class adams.gui.core.spreadsheettable.AbstractPlotSelectedRows
Returns the name of the icon.
getIconName() - Method in class adams.gui.core.spreadsheettable.AbstractProcessCell
Returns the name of the icon.
getIconName() - Method in class adams.gui.core.spreadsheettable.AbstractProcessColumn
Returns the name of the icon.
getIconName() - Method in class adams.gui.core.spreadsheettable.AbstractProcessRow
Returns the name of the icon.
getIconName() - Method in class adams.gui.core.spreadsheettable.AbstractProcessSelectedRows
Returns the name of the icon.
getIconName() - Method in class adams.gui.core.spreadsheettable.Binning
Returns the name of the icon.
getIconName() - Method in class adams.gui.core.spreadsheettable.CopySelectedFiles
Returns the name of the icon.
getIconName() - Method in class adams.gui.core.spreadsheettable.DataSort
Returns the name of the icon.
getIconName() - Method in class adams.gui.core.spreadsheettable.Histogram
Returns the name of the icon.
getIconName() - Method in class adams.gui.core.spreadsheettable.JFreeChart
Returns the name of the icon.
getIconName() - Method in class adams.gui.core.spreadsheettable.PreviewSelectedFile
Returns the name of the icon.
getIconName() - Method in class adams.gui.core.spreadsheettable.SimplePlot
Returns the name of the icon.
getIconName() - Method in interface adams.gui.core.spreadsheettable.SpreadSheetTablePopupMenuItem
Returns the name of the icon.
getIconName() - Method in class adams.gui.core.spreadsheettable.ViewCell
Returns the name of the icon.
getIconName() - Method in class adams.gui.flow.multipageaction.AbstractMultiPageMenuItem
The name of the icon to use.
getIconName() - Method in class adams.gui.flow.multipageaction.CleanUp
The name of the icon to use.
getIconName() - Method in class adams.gui.flow.multipageaction.CompareFlows
The name of the icon to use.
getIconName() - Method in class adams.gui.flow.multipageaction.CopyFilename
The name of the icon to use.
getIconName() - Method in class adams.gui.flow.multipageaction.OpenContainingFolder
The name of the icon to use.
getIconName() - Method in class adams.gui.flow.multipageaction.RenameFlow
The name of the icon to use.
getIconName() - Method in class adams.gui.flow.multipageaction.Revert
The name of the icon to use.
getIconName() - Method in class adams.gui.flow.multipageaction.Windows
The name of the icon to use.
getIconName() - Method in class adams.gui.goe.classtree.GlobalInfoNode
Returns the name of the icon to use for display in the tree.
getIconName() - Method in class adams.gui.menu.About
Returns the file name of the icon.
getIconName() - Method in class adams.gui.menu.AbstractClassifierBasedGeneticAlgorithmWizard
Returns the file name of the icon.
getIconName() - Method in class adams.gui.menu.AbstractJDKMenuItemDefinition
Returns the file name of the icon.
getIconName() - Method in class adams.gui.menu.AbstractSequenceViewer
Returns the file name of the icon.
getIconName() - Method in class adams.gui.menu.AbstractWekaMenuItemDefinition
Returns the file name of the icon.
getIconName() - Method in class adams.gui.menu.ActorUsage
Returns the file name of the icon.
getIconName() - Method in class adams.gui.menu.AdamsHomeDir
Returns the file name of the icon.
getIconName() - Method in class adams.gui.menu.AntiAliasing
Returns the file name of the icon.
getIconName() - Method in class adams.gui.menu.AppendDatasets
Returns the file name of the icon.
getIconName() - Method in class adams.gui.menu.BatchFilterDatasets
Returns the file name of the icon.
getIconName() - Method in class adams.gui.menu.BayesNetEditor
Returns the file name of the icon.
getIconName() - Method in class adams.gui.menu.ClassHelp
Returns the file name of the icon.
getIconName() - Method in class adams.gui.menu.ConnectToDatabases
Returns the file name of the icon.
getIconName() - Method in class adams.gui.menu.ConsoleOutputAnalyzer
Returns the file name of the icon.
getIconName() - Method in class adams.gui.menu.ConsoleWindow
Returns the file name of the icon.
getIconName() - Method in class adams.gui.menu.DatasetCompatibility
Returns the file name of the icon.
getIconName() - Method in class adams.gui.menu.Diff
Returns the file name of the icon.
getIconName() - Method in class adams.gui.menu.Documentation
Returns the file name of the icon.
getIconName() - Method in class adams.gui.menu.EmailAddressBook
Returns the file name of the icon.
getIconName() - Method in class adams.gui.menu.FavoritesManagement
Returns the file name of the icon.
getIconName() - Method in class adams.gui.menu.FileChooserBookmarksManagement
Returns the file name of the icon.
getIconName() - Method in class adams.gui.menu.FileCommander
Returns the file name of the icon.
getIconName() - Method in class adams.gui.menu.FileMonitor
Returns the file name of the icon.
getIconName() - Method in class adams.gui.menu.FindClass
Returns the file name of the icon.
getIconName() - Method in class adams.gui.menu.FindInFiles
Returns the file name of the icon.
getIconName() - Method in class adams.gui.menu.FlowControlCenter
Returns the file name of the icon.
getIconName() - Method in class adams.gui.menu.FlowEditor
Returns the file name of the icon.
getIconName() - Method in class adams.gui.menu.FlowRunner
Returns the file name of the icon.
getIconName() - Method in class adams.gui.menu.GarbageCollector
Returns the file name of the icon.
getIconName() - Method in class adams.gui.menu.GroovyConsole
Returns the file name of the icon.
getIconName() - Method in class adams.gui.menu.Homepage
Returns the file name of the icon.
getIconName() - Method in class adams.gui.menu.ImageProcessor
Returns the file name of the icon.
getIconName() - Method in class adams.gui.menu.ImageViewer
Returns the file name of the icon.
getIconName() - Method in class adams.gui.menu.InstanceCompare
Returns the file name of the icon.
getIconName() - Method in class adams.gui.menu.InstanceExplorer
Returns the file name of the icon.
getIconName() - Method in class adams.gui.menu.LogEntryDatabaseViewer
Returns the file name of the icon.
getIconName() - Method in class adams.gui.menu.MakeCompatibleDatasets
Returns the file name of the icon.
getIconName() - Method in class adams.gui.menu.MemoryMonitor
Returns the file name of the icon.
getIconName() - Method in class adams.gui.menu.MergeDatasets
Returns the file name of the icon.
getIconName() - Method in class adams.gui.menu.NestedFormatViewer
Returns the file name of the icon.
getIconName() - Method in class adams.gui.menu.PDFViewer
Returns the file name of the icon.
getIconName() - Method in class adams.gui.menu.PlaceholderManagement
Returns the file name of the icon.
getIconName() - Method in class adams.gui.menu.Preferences
Returns the file name of the icon.
getIconName() - Method in class adams.gui.menu.PrettyPrintJSON
Returns the file name of the icon.
getIconName() - Method in class adams.gui.menu.PrettyPrintXML
Returns the file name of the icon.
getIconName() - Method in class adams.gui.menu.PreviewBrowser
Returns the file name of the icon.
getIconName() - Method in class adams.gui.menu.ProgramExit
Returns the file name of the icon.
getIconName() - Method in class adams.gui.menu.ProgramLookAndFeel
Returns the file name of the icon.
getIconName() - Method in class adams.gui.menu.ProgramRestart
Returns the file name of the icon.
getIconName() - Method in class adams.gui.menu.ProgramRestartWithMoreHeap
Returns the file name of the icon.
getIconName() - Method in class adams.gui.menu.ProgramUserMode
Returns the file name of the icon.
getIconName() - Method in class adams.gui.menu.PropertiesViewer
Returns the file name of the icon.
getIconName() - Method in class adams.gui.menu.RemoteCommands
Returns the file name of the icon.
getIconName() - Method in class adams.gui.menu.RunTool
Returns the file name of the icon.
getIconName() - Method in class adams.gui.menu.ScriptingLog
Returns the file name of the icon.
getIconName() - Method in class adams.gui.menu.SendErrorReport
Returns the file name of the icon.
getIconName() - Method in class adams.gui.menu.SpreadSheetExplorer
Returns the file name of the icon.
getIconName() - Method in class adams.gui.menu.SpreadSheetFileViewer
Returns the file name of the icon.
getIconName() - Method in class adams.gui.menu.SpreadSheetProcessor
Returns the file name of the icon.
getIconName() - Method in class adams.gui.menu.SqlWorkbench
Returns the file name of the icon.
getIconName() - Method in class adams.gui.menu.SSH
Returns the file name of the icon.
getIconName() - Method in class adams.gui.menu.StringConversion
Returns the file name of the icon.
getIconName() - Method in class adams.gui.menu.SystemInfo
Returns the file name of the icon.
getIconName() - Method in class adams.gui.menu.SystemPerformance
Returns the file name of the icon.
getIconName() - Method in class adams.gui.menu.TakeScreenshot
Returns the file name of the icon.
getIconName() - Method in class adams.gui.menu.Telnet
Returns the file name of the icon.
getIconName() - Method in class adams.gui.menu.Terminal
Returns the file name of the icon.
getIconName() - Method in class adams.gui.menu.TextEditor
Returns the file name of the icon.
getIconName() - Method in class adams.gui.menu.TimeseriesExplorer
Returns the file name of the icon.
getIconName() - Method in class adams.gui.menu.WekaInvestigator
Returns the file name of the icon.
getIconName() - Method in class adams.gui.menu.XSLT
Returns the file name of the icon.
getIconName() - Method in class adams.gui.plugin.AbstractToolPlugin
Returns the icon name.
getIconName() - Method in class adams.gui.sendto.AbstractSendToAction
Returns the file name of the icon.
getIconName() - Method in class adams.gui.sendto.Clipboard
Returns the file name of the icon.
getIconName() - Method in class adams.gui.sendto.CopyTableAsImage
Returns the file name of the icon.
getIconName() - Method in class adams.gui.sendto.EmailRecipient
Returns the file name of the icon.
getIconName() - Method in class adams.gui.sendto.ExportAsImage
Returns the file name of the icon.
getIconName() - Method in class adams.gui.sendto.ExportAsSpreadsheet
Returns the file name of the icon.
getIconName() - Method in class adams.gui.sendto.ExportTableAsImage
Returns the file name of the icon.
getIconName() - Method in class adams.gui.sendto.PDFPrinter
Returns the file name of the icon.
getIconName() - Method in class adams.gui.sendto.Printer
Returns the file name of the icon.
getIconName() - Method in class adams.gui.sendto.TextFile
Returns the file name of the icon.
getIconName() - Method in class adams.gui.visualization.image.plugins.Barcode
Returns the icon name.
getIconName() - Method in class adams.gui.visualization.image.plugins.BoofCVDetectLines
Returns the icon name.
getIconName() - Method in class adams.gui.visualization.image.plugins.BoofCVDetectLineSegments
Returns the icon name.
getIconName() - Method in class adams.gui.visualization.image.plugins.BoofCVFeatureGenerator
Returns the icon name.
getIconName() - Method in class adams.gui.visualization.image.plugins.BoofCVTransformer
Returns the icon name.
getIconName() - Method in class adams.gui.visualization.image.plugins.Brightness
Returns the icon name.
getIconName() - Method in class adams.gui.visualization.image.plugins.BufferedImageFeatureGenerator
Returns the icon name.
getIconName() - Method in class adams.gui.visualization.image.plugins.BufferedImageTransformer
Returns the icon name.
getIconName() - Method in class adams.gui.visualization.image.plugins.DisplayObjectLocationsFromReport
Returns the icon name.
getIconName() - Method in class adams.gui.visualization.image.plugins.Histogram
Returns the icon name.
getIconName() - Method in class adams.gui.visualization.image.plugins.ImageFileMetaData
Returns the icon name.
getIconName() - Method in class adams.gui.visualization.image.plugins.LocateObjects
Returns the icon name.
getIconName() - Method in class adams.gui.visualization.image.plugins.MarkLocation
Returns the icon name.
getIconName() - Method in class adams.gui.visualization.image.plugins.TesseractOCR
Returns the icon name.
getIconName() - Method in class adams.gui.visualization.instances.instancestable.AbstractPlotColumn
Returns the name of the icon.
getIconName() - Method in class adams.gui.visualization.instances.instancestable.AbstractPlotRow
Returns the name of the icon.
getIconName() - Method in class adams.gui.visualization.instances.instancestable.AbstractPlotSelectedRows
Returns the name of the icon.
getIconName() - Method in class adams.gui.visualization.instances.instancestable.AbstractProcessCell
Returns the name of the icon.
getIconName() - Method in class adams.gui.visualization.instances.instancestable.AbstractProcessColumn
Returns the name of the icon.
getIconName() - Method in class adams.gui.visualization.instances.instancestable.AbstractProcessRow
Returns the name of the icon.
getIconName() - Method in class adams.gui.visualization.instances.instancestable.AbstractProcessSelectedRows
Returns the name of the icon.
getIconName() - Method in class adams.gui.visualization.instances.instancestable.Binning
Returns the name of the icon.
getIconName() - Method in class adams.gui.visualization.instances.instancestable.ChangeAttributeWeight
Returns the name of the icon.
getIconName() - Method in class adams.gui.visualization.instances.instancestable.ChangeInstanceWeights
Returns the name of the icon.
getIconName() - Method in class adams.gui.visualization.instances.instancestable.DataSort
Returns the name of the icon.
getIconName() - Method in class adams.gui.visualization.instances.instancestable.Histogram
Returns the name of the icon.
getIconName() - Method in interface adams.gui.visualization.instances.instancestable.InstancesTablePopupMenuItem
Returns the name of the icon.
getIconName() - Method in class adams.gui.visualization.instances.instancestable.InvestigatorAsNewDataset
Returns the name of the icon.
getIconName() - Method in class adams.gui.visualization.instances.instancestable.JFreeChart
Returns the name of the icon.
getIconName() - Method in class adams.gui.visualization.instances.instancestable.SimplePlot
Returns the name of the icon.
getIconName() - Method in class adams.gui.visualization.instances.instancestable.ViewCell
Returns the name of the icon.
getIconName() - Method in class adams.gui.visualization.segmentation.layer.overlaylayeraction.AbstractOverlayLayerAction
Returns the name of the icon to use.
getIconName() - Method in class adams.gui.visualization.segmentation.layer.overlaylayeraction.Copy
Returns the name of the icon to use.
getIconName() - Method in class adams.gui.visualization.segmentation.layer.overlaylayeraction.Invert
Returns the name of the icon to use.
getIconName() - Method in class adams.gui.visualization.segmentation.layer.overlaylayeraction.Rename
Returns the name of the icon to use.
getIconv() - Method in class adams.flow.source.RSync
 
getIconWidth() - Method in class adams.gui.flow.tree.Renderer.ActorIcon
The icon width.
getID() - Method in class adams.core.ConfigurableEnumeration.AbstractItem
Returns the ID.
getID() - Method in class adams.core.management.AbstractOutputPrinter
Returns the ID in use.
getID() - Method in class adams.core.TechnicalInformation
returns the unique ID (either the one used in creating this instance or the automatically generated one).
getID() - Method in class adams.data.AbstractAnonymizer
Returns the ID of this anonymizer.
getID() - Method in class adams.data.binning.BinnableGroup
Returns the ID.
getID() - Method in class adams.data.blob.BlobContainer
Returns the ID.
getID() - Method in class adams.data.container.AbstractDataContainer
Returns the ID of the sequence.
getID() - Method in class adams.data.container.ObjectContainer
Returns the ID.
getID() - Method in class adams.data.conversion.ByteArrayToBlobContainer
Returns the ID in use.
getID() - Method in class adams.data.conversion.ObjectToObjectContainer
Returns the ID in use.
getID() - Method in class adams.data.conversion.StringToTextContainer
Returns the ID in use.
getID() - Method in interface adams.data.id.IDHandler
Returns the ID.
getID() - Method in class adams.data.idextraction.Manual
Returns the ID to use.
getID() - Method in class adams.data.indexedsplits.IndexedSplit
Returns the split ID.
getID() - Method in class adams.data.indexedsplits.IndexedSplitsRun
Returns the run ID.
getID() - Method in class adams.data.io.input.OpexObjectLocationsReader
Returns the field to use for the ID.
getID() - Method in class adams.data.io.input.PascalVOCObjectLocationsReader
Returns the field to use for the ID.
getID() - Method in class adams.data.io.output.OpexObjectLocationsWriter
Returns the field to use for the ID.
getID() - Method in class adams.data.sequence.XYSequencePoint
Returns the ID.
getID() - Method in enum adams.data.spreadsheet.Cell.ContentType
Returns the ID of the enum.
getID() - Method in class adams.data.text.TextContainer
Returns the ID.
getID() - Method in class adams.flow.sink.SpreadSheetRowViewer
Returns the name of the attribute/field to use as ID in the display.
getID() - Method in class adams.flow.sink.WekaInstanceViewer
Returns the name of the attribute/field to use as ID in the display.
getID() - Method in class adams.flow.transformer.SetDatabaseID
Returns the database ID to use.
getID() - Method in class adams.flow.transformer.SetID
Returns the generator in use.
getID() - Method in class adams.gui.tools.wekainvestigator.data.AbstractDataContainer
Returns the container ID.
getID() - Method in interface adams.gui.tools.wekainvestigator.data.DataContainer
Returns the container ID.
getID() - Method in interface adams.gui.visualization.container.NamedContainer
Returns the container's ID.
getID() - Method in class adams.gui.visualization.image.interactionlogging.InteractionEvent
Returns the ID/type of the event.
getID() - Method in class adams.gui.visualization.instance.InstanceComparePanel.DatasetPanel
Returns the ID to use for the returned instances.
getID() - Method in class adams.gui.visualization.instance.InstanceContainer
Returns the container's ID.
getID() - Method in class adams.gui.visualization.report.ReportContainer
Returns the ID used for display.
getID() - Method in class adams.gui.visualization.sequence.XYSequenceContainer
Returns the container's ID.
getID() - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowContainer
Returns the container's ID.
getID() - Method in class adams.gui.visualization.timeseries.TimeseriesContainer
Returns the ID used for display.
getID() - Method in class adams.gui.wizard.AbstractWizardPane
Returns the ID of the wizard, if any.
getID() - Method in class adams.scripting.command.AbstractRemoteCommandOnFlowWithResponse
Returns the ID of the flow to get.
getID() - Method in interface adams.scripting.command.RemoteCommandOnFlow
Returns the ID of the flow to get.
getID() - Method in class weka.filters.unsupervised.instance.RemoveDuplicateIDs
Returns the attribute name/index of attribute with IDs.
getID() - Method in class weka.filters.unsupervised.instance.RemoveTestInstances
Returns the attribute name/index to use for identifying rows.
getID(T) - Method in class adams.gui.tools.AbstractManagementPanel
Returns the ID from the object.
getID(T) - Method in class adams.gui.tools.AbstractManagementPanelWithProperties
Returns the ID from the object.
GetID - Class in adams.flow.transformer
Returns the ID of the ID handler passing through.
GetID() - Constructor for class adams.flow.transformer.GetID
 
getIDAttributeName(Instances) - Method in class weka.classifiers.lazy.LWLDatasetBuilder
Returns a unique attribute name for the ID attribute.
getIDColumn() - Method in class adams.flow.transformer.plotgenerator.RowWisePlotGenerator
Returns the (optional) column to use for naming the row plots.
getIDName() - Static method in class adams.data.weka.ArffUtils
Returns the name of the attribute containing the ID of the data container.
getIDs() - Static method in class adams.core.management.CharsetHelper
Returns all the charset IDs, including CharsetHelper.CHARSET_DEFAULT.
getIDs() - Static method in class adams.core.management.LocaleHelper
Returns all the locale IDs, including LocaleHelper.LOCALE_DEFAULT.
getIDs() - Static method in class adams.core.management.TimeZoneHelper
Returns all the timezone IDs, including TimeZoneHelper.DEFAULT_TIMEZONE.
getIDs() - Method in class adams.gui.visualization.timeseries.TimeseriesContainerManager
Returns a hashset with all the IDs of the currently stored containers.
getIDs(AbstractConditions) - Method in interface adams.db.ReportProvider
Return a list of IDs of data containers that match the defined conditions.
getIDs(AbstractConditions) - Method in interface adams.db.ReportProviderByDBID
Return a list (Vector) of IDs of data containers that match the defined conditions.
getIDs(AbstractConditions) - Method in interface adams.db.ReportProviderByID
Return a list (Vector) of IDs of data containers that match the defined conditions.
getIDs(String[], AbstractConditions) - Method in interface adams.db.ReportProvider
Return a list of columns of data containers that match the defined conditions.
getIDs(String[], AbstractConditions) - Method in interface adams.db.ReportProviderByDBID
Return a list (Vector) of columns of data containers that match the defined conditions.
getIDs(String[], AbstractConditions) - Method in interface adams.db.ReportProviderByID
Return a list (Vector) of columns of data containers that match the defined conditions.
getIDs(StringBuilder) - Method in class adams.flow.source.AbstractIdSupplier
Returns the IDs from the database.
getIDs(StringBuilder) - Method in class adams.flow.source.SQLIdSupplier
Returns the IDs from the database.
getIDs(Instances, int) - Method in class adams.gui.tools.wekainvestigator.tab.CompareTab
Retrieves the IDs from the dataset.
getIDsPage() - Method in class adams.gui.visualization.timeseries.TimeseriesImportDatabaseDialog
Returns the wizard page for the IDs.
getIDTest() - Method in class weka.filters.unsupervised.instance.RemoveTestInstances
Returns the attribute name/index to use for identifying rows in the test set.
getIf() - Method in class adams.parser.lookupupdate.Parser
Returns the if lookup items.
getIgnoreClass() - Method in class weka.filters.unsupervised.instance.RemoveInstancesWithMissingValue
Gets whether to ignore the class.
getIgnoredAttributes() - Method in class weka.filters.unsupervised.attribute.InterquartileRangeSamp
Returns the regular expression for ignored/skipped attributes.
getIgnoredExtensionSuffixes() - Static method in class adams.core.io.FileUtils
Returns the extension suffixes that get ignored in determining a file's extension.
getIgnoreMissing() - Method in class adams.flow.control.ContainerValuePicker
Returns whether to quietly ignore missing values.
getIgnoreName() - Method in class adams.data.io.output.AbstractTextWriterWithFilenameGenerator
Returns whether the name of the content is ignored and the filename is only generated based on prefix/suffix.
getIgnoreNameChanges() - Method in class adams.gui.flow.FlowPanel
Returns whether name changes of actors are ignored and no dialog is prompting the user whether to propagate the changes throughout the flow.
getIgnoreNameChanges() - Method in class adams.gui.flow.tree.Tree
Returns whether name changes of actors are ignored and no dialog is prompting the user whether to propagate the changes throughout the flow.
getIgnoreStateChangeEvent() - Method in class adams.gui.core.MaximizationFixWindowListener
Returns whether change events are currently ignored.
getIgnoreUpdates() - Method in class adams.flow.execution.debug.BreakpointPanel
Returns whether updates are currently ignored.
getIgnoringComments() - Method in class adams.data.conversion.XMLToDOM
Returns whether parser ignores comments
getIgnoringComments() - Method in class adams.flow.transformer.XMLFileReader
Returns whether parser ignores comments
getIgnoringWhitespace() - Method in class adams.data.conversion.XMLToDOM
Returns whether parser ignores whitespaces in element content.
getIgnoringWhitespace() - Method in class adams.flow.transformer.XMLFileReader
Returns whether parser ignores whitespaces in element content.
getImage() - Method in class adams.data.image.AbstractImageContainer
Returns the store image.
getImage() - Method in class adams.flow.transformer.locateobjects.LocatedObject
Returns the image.
getImage() - Method in class adams.flow.transformer.pdfstamp.Image
Returns the image to insert.
getImage() - Method in class adams.flow.transformer.pixelselector.AbstractPixelSelectorOverlay
Returns the underlying image.
getImage() - Method in class adams.flow.transformer.pixelselector.PixelSelectorPanel
Returns the current image.
getImage() - Method in class adams.gui.visualization.image.HistogramPanel
Returns the currently set image.
getImage() - Method in class adams.gui.visualization.object.CanvasPanel
Returns the image on display.
getImage() - Method in class adams.gui.visualization.object.ObjectAnnotationPanel
Returns the image on display.
getImage() - Method in class adams.gui.visualization.object.tools.AbstractTool
Returns the current image.
getImage() - Method in interface adams.gui.visualization.object.tools.Tool
Returns the current image.
getImage() - Method in class adams.gui.visualization.segmentation.layer.AbstractImageLayer
Returns the underlying image.
getImage() - Method in class adams.gui.visualization.segmentation.layer.CombinedLayer.CombinedSubLayer
Returns the subset image.
getImage(String) - Static method in class adams.gui.core.ImageManager
Returns a BufferedImage from the given name.
getImageActor() - Method in class adams.flow.transformer.draw.Image
Returns the callable actor to obtain the image from.
getImageAt(int) - Method in class adams.gui.visualization.image.ImageMultiPagePane
Returns the underlying image.
getImageAt(int) - Method in class adams.gui.visualization.image.ImageViewerPanel
Returns the underlying image.
getImageBackground() - Method in class adams.gui.tools.previewbrowser.ObjectAnnotationsReportHandler
Returns the color to use for the background.
getImageClass() - Method in enum adams.data.boofcv.BoofCVImageType
Returns the associated image class.
getImageFile() - Method in class adams.gui.visualization.core.BackgroundImagePaintlet
Returns the image file to load.
getImageFilename(String) - Static method in class adams.gui.core.ImageManager
Tries to find an image with the specified name in one of the defined image directories.
getImageFormat() - Method in class adams.data.io.output.ApacheCommonsImageWriter
Returns the image format to use.
getImageFormat() - Method in class adams.data.io.output.JAIImageWriter
Returns the image format to use.
getImageHeight() - Method in class adams.data.objectfilter.Rotate
Returns the original image height before rotation.
getImageHeight() - Method in class adams.gui.tools.previewbrowser.ObjectAnnotationsReportHandler
Returns the image height to use rather than auto determined one (-1).
getImageLayer() - Method in class adams.gui.visualization.segmentation.layer.LayerManager
Returns the image layer.
GetImageObjectIndices - Class in adams.flow.transformer
Uses the specified object finder to locate objects and forwards the indices.
GetImageObjectIndices() - Constructor for class adams.flow.transformer.GetImageObjectIndices
 
GetImageObjectMetaData - Class in adams.flow.transformer
Retrieves the meta-data of the incoming adams.flow.transformer.locateobjects.LocatedObject object.
GetImageObjectMetaData() - Constructor for class adams.flow.transformer.GetImageObjectMetaData
 
GetImageObjects - Class in adams.flow.transformer
Uses the specified object finder to locate objects and forwards the objects.
GetImageObjects() - Constructor for class adams.flow.transformer.GetImageObjects
 
getImageOverlay() - Method in class adams.flow.sink.ImageViewer
Returns the image overlay in use.
getImagePanel() - Method in class adams.flow.transformer.ImageAnnotator.AnnotatorPanel
Returns the underlying image panel.
getImagePanel() - Method in class adams.gui.event.ImagePanelLeftClickEvent
Returns the image panel that triggered the event.
getImagePanel() - Method in class adams.gui.event.ImagePanelSelectionEvent
Returns the image panel that triggered the event.
getImagePanel() - Method in class adams.gui.tools.previewbrowser.CocoAnnotationsHandler.CombinedPanel
Returns the underlying image panel.
getImagePanel() - Method in class adams.gui.tools.previewbrowser.DeepLabCutCSVHandler.CombinedPanel
Returns the underlying image panel.
getImagePanel() - Method in class adams.gui.tools.previewbrowser.ObjectCentersFromReport.CombinedPanel
Returns the underlying image panel.
getImagePanel() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport.CombinedPanel
Returns the underlying image panel.
getImagePanel() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet.CombinedPanel
Returns the underlying image panel.
getImagePanel() - Method in class adams.gui.tools.previewbrowser.PointsFromReportHandler.CombinedPanel
Returns the underlying image panel.
getImageProperties() - Method in class adams.gui.visualization.image.ImagePanel
Returns the image properties by themselves.
getImageReader() - Method in class adams.gui.chooser.ImageFileChooser
Returns the current image reader.
getImageReader() - Method in class adams.gui.tools.previewbrowser.ImageClassificationHandler
Returns the image reader to use.
getImageReader() - Method in class adams.gui.tools.previewbrowser.ImageHandler
Returns the image reader to use.
getImageReader() - Method in class adams.gui.tools.previewbrowser.ObjectAnnotationsHandler
Returns the image reader to use.
getImageReader() - Method in class adams.gui.tools.previewbrowser.ObjectCentersFromReport
Returns the image reader to use.
getImageReader() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
Returns the image reader to use.
getImageReader() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
Returns the image reader to use.
getImageRotation() - Method in class adams.gui.print.PDFWriter
Returns the degrees by which to rotate the images.
getImageScale() - Method in class adams.gui.print.PDFWriter
Returns the scale factor (0-1) for images based on the page size.
getImageTransformer() - Method in class adams.data.image.transformer.crop.BinaryCrop
Returns the image transformer to apply to the image copy before further binarizing and determining the crop.
getImageType() - Method in class adams.data.conversion.BufferedImageToBoofCV
Returns the image type to conver to.
getImageWidth() - Method in class adams.data.objectfilter.Rotate
Returns the original image width before rotation.
getImageWidth() - Method in class adams.gui.tools.previewbrowser.ObjectAnnotationsReportHandler
Returns the image width to use rather than auto determined one (-1).
getImageWriter() - Method in class adams.gui.chooser.ImageFileChooser
Returns the current image writer.
getImplicitBackground() - Method in class adams.data.io.output.AbstractImplicitBackgroundPNGAnnotationImageSegmentationWriter
Returns whether to use an implicit background, ie layers with start at index 1 rather than 0.
getImport() - Method in class adams.flow.transformer.AbstractDataContainerFileImport
Returns whether to import the containers into the database.
getImport() - Method in class adams.flow.transformer.AbstractReportFileImport
Returns whether to import the containers into the database.
getImport() - Method in class adams.gui.dialog.AbstractFileImportDialog
Returns the import format.
getImport() - Method in class adams.multiprocess.SerializingJobRunner
Returns the file to import the executed jobs from.
getInactive() - Method in class adams.gui.tools.FileCommanderPanel
Returns the currently inactive panel.
getInclude() - Method in class adams.flow.FlowRunner
Returns the regular expression for matching flow files when traversing a directory.
getInclude() - Method in class adams.flow.source.RSync
 
getInclude() - Method in class adams.flow.source.SimpleRSync
 
getIncludeAttributes(int) - Method in class adams.gui.visualization.instance.LoadDatasetDialog
Returns whether only numeric attributes should be used.
getIncludeBaseImage() - Method in class adams.data.imagesegmentation.operation.SimpleOverlay
Returns whether to use the base image or a uniform background color.
getIncludeClass() - Method in class weka.filters.unsupervised.instance.RemoveDuplicates
Returns whether to include the class attribute in the comparison.
getIncludeClass() - Method in class weka.filters.unsupervised.instance.Sort
Returns whether to include the class attribute in the comparison.
getIncludeDot() - Method in class adams.flow.transformer.FileExtension
Returns whether the dot gets returned as well.
getIncludeFrom() - Method in class adams.flow.source.RSync
 
getIncludeFrom() - Method in class adams.flow.source.SimpleRSync
 
getIncludeMetaData() - Method in class adams.flow.transformer.ImageObjectToVariables
Returns whether to turn the metadata values into variables as well.
getIncludeSplitDate() - Method in class adams.flow.transformer.timeseriessplit.AbstractSplitOnDate
Returns whether to include the split date in the segments.
getIncoming() - Method in class adams.scripting.engine.FileBasedScriptingEngine
Returns the directory to monitor.
getIncorrect() - Method in class weka.filters.unsupervised.attribute.SpellChecker
Returns the incorrect labels, blank-separated list.
getIncremental() - Method in class adams.flow.source.WekaDatabaseReader
Returns whether to output single Instance objects or just one Instances object.
getIncrementOnlyIfConditionMet() - Method in class adams.flow.control.Count
Returns whether the counter is only incremented if the condition is met.
getIncrementType() - Method in class adams.flow.transformer.IncStorageValue
Returns the type of increment to perform.
getIncrementType() - Method in class adams.flow.transformer.IncVariable
Returns the type of increment to perform.
getIndentation() - Method in class adams.core.option.AbstractJavaCodeProducer
Returns the indentation for code inside the try-catch-block.
getIndentation() - Method in class adams.core.option.ActorExecutionClassProducer
Returns the indentation for code inside the try-catch-block.
getIndentation() - Method in class adams.core.option.ApplyActorProducer
Returns the indentation for code inside the try-catch-block.
getIndentation() - Method in class adams.core.option.FlowJUnitTestProducer
Returns the indentation for code inside the try-catch-block.
getIndentation() - Method in class adams.core.option.JavaInstantiationProducer
Returns the indentation for code inside the try-catch-block.
getIndentation() - Method in class adams.core.PropertiesToCode
Returns the indentation.
getIndentation() - Method in class adams.doc.xml.AbstractTag
Returns the indentation string, depending on the elements level in the XML tree.
getIndentation() - Method in class adams.flow.transformer.StringIndent
Returns the backquoted string to use for indentation.
getIndentation(int) - Static method in class adams.core.option.NestedFormatHelper
Returns the indentation string for the given level.
getIndentation(int) - Method in class adams.core.PropertiesToCode
Returns the indentation for code at the specified level.
getIndentationLevel(String, char) - Static method in class adams.core.option.NestedFormatHelper
Determines the indentation level of the given string.
getIndentationSize() - Method in class adams.gui.scripting.SyntaxDocument
Returns the number of blanks used for indentation.
getIndentionLength(String) - Method in class adams.doc.javadoc.Javadoc
determines the number of indention strings that have to be inserted to generated the given indention string.
getIndentionString(String) - Method in class adams.doc.javadoc.Javadoc
determines the base string of the given indention string, whether it's either only spaces (one space will be retured) or mixed mode (tabs and spaces, in that case the same string will be returned).
getIndex() - Method in class adams.core.discovery.PropertyPath.PathElement
returns the index of the property, -1 if the property is not an index-based one.
getIndex() - Method in class adams.core.Index
Returns the currently set index.
getIndex() - Method in class adams.data.binning.Bin
Returns the index of the bin.
getIndex() - Method in class adams.data.conversion.Mat5StructToMap
Returns the (optional) index for multi-dimensional structs to retrieve just the specified single element instead of all.
getIndex() - Method in class adams.data.conversion.WekaForecastContainerToArray
Returns the index of the timeseries to extract from the container.
getIndex() - Method in class adams.data.conversion.WekaForecastContainerToTimeseries
Returns the index of the timeseries to extract from the container.
getIndex() - Method in class adams.data.conversion.WekaPredictionContainerToSpreadSheet.SortContainer
Returns the index.
getIndex() - Method in interface adams.data.matlab.MatlabArrayIndexSupporter
Returns the index to obtain.
getIndex() - Method in class adams.data.outlier.TimeseriesTimestampCheck
Returns the index of the timestamp to inspect.
getIndex() - Method in class adams.data.splitgenerator.generic.crossvalidation.FoldPair
Returns the index.
getIndex() - Method in class adams.data.weka.classattribute.AttributeIndex
Returns the index of the attribute to select.
getIndex() - Method in class adams.data.weka.relationname.AttributeIndex
Returns the index of the attribute to select.
getIndex() - Method in class adams.flow.sink.Histogram
Returns the attirbute index in case of Instances data.
getIndex() - Method in class adams.flow.transformer.GetArrayElement
Returns the index (1-based).
getIndex() - Method in class adams.flow.transformer.GetListElement
Returns the index (1-based).
getIndex() - Method in class adams.flow.transformer.ImageObjectInfo
Returns the index of the object to get the information for.
getIndex() - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesGroupedCrossValidationFoldGenerator
Returns the attribute index to use for grouping.
getIndex() - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesGroupedRandomSplitGenerator
Returns the attribute index to use for grouping.
getIndex() - Method in class adams.flow.transformer.locateobjects.LocatedObject
Returns the index of the object.
getIndex() - Method in class adams.flow.transformer.Mat5ArraySubset
Returns the index to obtain.
getIndex() - Method in class adams.flow.transformer.Mat5GetMatrixElement
Returns the index to obtain.
getIndex() - Method in class adams.flow.transformer.Mat5SetMatrixElement
Returns the index to obtain.
getIndex() - Method in class adams.flow.transformer.multispreadsheetoperation.CommonIDs
Returns the index of the column in the spreadsheet.
getIndex() - Method in class adams.flow.transformer.RemoveImageObject
Returns the index of the object to get the information for.
getIndex() - Method in class adams.flow.transformer.SetArrayElement
Returns the index (1-based).
getIndex() - Method in class adams.flow.transformer.SpreadSheetCommonIDs
Returns the index of the column in the spreadsheet.
getIndex() - Method in class adams.flow.transformer.SpreadSheetExtractArray
Returns the type of extraction to perform.
getIndex() - Method in class adams.flow.transformer.SpreadSheetSortColumns.SortContainer
Returns the index of the column.
getIndex() - Method in class adams.flow.transformer.WekaClassifierRanker.RankingJob
Returns the index of the classifier in the actor's input array.
getIndex() - Method in class adams.flow.transformer.WekaExtractArray
Returns the type of extraction to perform.
getIndex() - Method in class adams.flow.transformer.WekaGetInstanceValue
Returns the 1-based index of the attribuate value to retrieve from the Instance.
getIndex() - Method in class adams.flow.transformer.WekaSetInstanceValue
Returns the 1-based attribute index to set in the Instance.
getIndex() - Method in class adams.flow.transformer.WekaSubsets
Returns the index of the attribute to split on.
getIndex() - Method in class adams.gui.core.SortableAndSearchableWrapperTableModel.SortContainer
Returns the original index of the item.
getIndex() - Method in class adams.gui.visualization.image.SelectionPoint
Returns the stored index.
getIndex() - Method in class adams.gui.visualization.image.SelectionRectangle
Returns the stored index.
getIndex() - Method in class adams.gui.visualization.instance.InstanceComparePanel.DatasetIndexer
Returns the index, generates it if necessary.
getIndex() - Method in class adams.gui.visualization.stats.histogram.Histogram
Returns the currently set index.
getIndex() - Method in class adams.gui.visualization.stats.probabilityplot.NormalPlot
Returns the index of the residuals column in the spreadsheet.
getIndex() - Method in class adams.gui.visualization.stats.zscore.ZScore
get the index of the attribute being displayed
getIndex() - Method in class weka.classifiers.GroupedBinnedNumericClassCrossValidationFoldGenerator
Returns the attribute index to use for grouping.
getIndex() - Method in class weka.classifiers.GroupedBinnedNumericClassRandomSplitGenerator
Returns the attribute index to use for grouping.
getIndex() - Method in class weka.classifiers.GroupedCrossValidationFoldGenerator
Returns the attribute index to use for grouping.
getIndex() - Method in class weka.classifiers.GroupedRandomSplitGenerator
Returns the attribute index to use for grouping.
getIndex() - Method in class weka.classifiers.LeaveOneOutByValueGenerator
Returns the attribute index to use for grouping.
getIndex() - Method in class weka.filters.unsupervised.attribute.NominalToNumeric
Returns the index of the attribute to convert.
getIndex() - Method in class weka.filters.unsupervised.instance.multirowprocessor.selection.GroupExpression
Returns the attribute index to use for grouping.
getIndex() - Method in class weka.filters.unsupervised.instance.RemoveWithLabels
Returns the index of the attribute to convert.
getIndex(int) - Method in class adams.gui.core.BaseSizeSequence
Returns the index of the entry that corresponds to the specified position.
getIndex(BaseRegExp, Index, SpreadSheet, int) - Static method in class adams.gui.visualization.stats.core.IndexHelper
Returns the position of the desired attribute.
getIndex(String) - Method in class adams.data.SharedStringsTable
Returns the index for the given string.
getIndexColumn() - Method in class adams.data.conversion.SpreadSheetToCreateTableStatement
Returns the index column.
getIndexSeparator() - Method in class adams.data.conversion.SpreadSheetColumnFinderToRange
Returns the separator for the individual indices.
getIndexSeparator() - Method in class adams.data.conversion.SpreadSheetRowFinderToRange
Returns the separator for the individual indices.
getIndexString() - Method in class adams.flow.transformer.locateobjects.LocatedObject
Returns the index string of the object.
getIndicator() - Method in class adams.core.DiffUtils.SideBySideDiff
Returns the indicator list.
getIndicator() - Method in class adams.gui.visualization.stats.scatterplot.Diagonal
get whether an indicator should be displayed.
getIndices() - Method in class adams.core.AbstractDataBackedIndex
Returns the indices in use.
getIndices() - Method in class adams.core.AbstractDataBackedRange
Returns the indices in use.
getIndices() - Method in class adams.data.indexedsplits.IndexedSplit
The current indices.
getIndices() - Method in class adams.data.indexedsplits.SplitIndices
Returns the indices.
getIndices() - Method in class adams.data.instances.InstanceComparator
Returns the indices used for sorting.
getIndices() - Method in class adams.data.spreadsheet.RowComparator
Returns the indices used for sorting.
getIndices() - Method in class adams.db.AbstractIndexedTable
Implement this method to return required indices for this table.
getIndices() - Method in class adams.db.generic.LogT
Returns required indices for this table.
getIndices() - Method in class adams.gui.event.DataChangeEvent
Returns the relevant indices, can be null.
getIndices() - Method in class adams.gui.event.RemoveItemsEvent
Returns the stored indices.
getIndices() - Method in class adams.gui.visualization.instance.LoadDatasetDialog
Returns the indices of the (actual) selected rows.
getIndices() - Method in class adams.gui.visualization.spreadsheet.LoadSpreadSheetDialog
Returns the indices of the (actual) selected rows.
getIndices() - Method in class weka.classifiers.MultiLevelSplitGenerator
Returns the attribute indices.
getIndices(Map<FlowMultiPagePane.FlowPanelFilter, Boolean>) - Method in class adams.gui.flow.FlowMultiPagePane
Returns the indices of the flow panels that match the filter.
getIndices(T) - Method in class adams.core.AbstractDataBackedRange
Returns the indices in use.
getIndividualIndices() - Method in class adams.data.conversion.SpreadSheetColumnFinderToRange
Returns whether to output individual indices (1,2,3,4) instead of compressed ranges (1-4).
getIndividualIndices() - Method in class adams.data.conversion.SpreadSheetRowFinderToRange
Returns whether to output individual indices (1,2,3,4) instead of compressed ranges (1-4).
getIndividuals() - Method in class adams.data.io.output.DeepLabCutCSVWriter
Returns the names of the individuals to output (leave empty for single-animal output).
getInfo() - Method in class adams.core.SystemInfo
Returns the gathered information.
getInfo() - Method in class adams.flow.source.RSync
 
getInfo(Array, Mat5ArrayInfo.InfoType) - Method in class adams.flow.transformer.Mat5ArrayInfo
Returns the specified info as list.
getInfoNodePopup(AbstractInfoNode) - Method in interface adams.gui.core.dotnotationtree.PopupMenuHandler
Returns the popup menu for an info node.
getInfoNodePopup(AbstractInfoNode) - Method in class adams.gui.flow.ActorTreePanel
Returns the popup menu for an info node.
getInformation() - Method in class adams.core.tags.TagInfo
Returns the help for the tag.
getInformationDialog(Dialog) - Static method in class adams.gui.dialog.ApprovalDialog
Returns a basic (modal) info dialog (ok).
getInformationDialog(Dialog, Dialog.ModalityType) - Static method in class adams.gui.dialog.ApprovalDialog
Returns a basic info dialog (ok).
getInformationDialog(Frame) - Static method in class adams.gui.dialog.ApprovalDialog
Returns a basic (modal) info dialog (ok).
getInformationDialog(Frame, boolean) - Static method in class adams.gui.dialog.ApprovalDialog
Returns a basic info dialog (ok).
getInfoText() - Method in class adams.gui.dialog.TextPanel
Returns the current info text.
getInfoText() - Method in class adams.gui.goe.GenericObjectEditorClassTreePanel
Returns the current info text, if any.
getInfoText() - Method in class adams.gui.goe.GenericObjectEditorClassTreePopupMenu
Returns the current info text, if any.
getInfoText() - Method in class adams.gui.goe.MultiLineValueDialog
Returns the current info text.
getInitial() - Method in class adams.flow.standalone.HashSetInit
Returns the (optional) initial values to populate the hashset with.
getInitialButton(String) - Method in class adams.gui.core.GUIHelper.InputPanelWithButtons
Returns the initial button to focus.
getInitialCharset() - Method in class adams.flow.source.SelectCharset
Returns the initial character set.
getInitialCount() - Method in class adams.flow.standalone.CounterInit
Returns the initial count to use for the initial values.
getInitialCount() - Method in class adams.flow.transformer.CounterInit
Returns the initial count to use for the initial values.
getInitialDirectory() - Method in class adams.flow.source.SelectDirectory
Returns the initial directory.
getInitialDirectory() - Method in class adams.flow.source.SelectFile
Returns the initial directory.
getInitialDirectory() - Method in class adams.flow.source.valuedefinition.FileValueDefinition
Returns the initial directory.
getInitialDirectory() - Method in class adams.flow.source.WekaSelectDataset
Returns the initial directory.
getInitialFiles() - Method in class adams.flow.source.SelectFile
Returns the initial files.
getInitialFiles() - Method in class adams.flow.source.WekaSelectDataset
Returns the initial files.
getInitializationMethod() - Method in class weka.clusterers.SAXKMeans
Get the initialization method to use
getInitializations() - Static method in class adams.gui.application.AbstractInitialization
Returns a list with classnames of initialization applets.
getInitializeOnce() - Method in interface adams.flow.core.OptionalOneTimeInitializer
Returns whether the internal reorder filter gets initialized only with the first batch.
getInitializeOnce() - Method in class adams.flow.transformer.WekaFilter
Returns whether the filter gets initialized only with the first batch.
getInitializeOnce() - Method in class adams.flow.transformer.WekaReorderAttributesToReference
Returns whether the internal reorder filter gets initialized only with the first batch.
getInitialObjects() - Method in class adams.flow.source.AbstractSelectObjects
Returns the initial objects.
getInitialSearch() - Method in class adams.flow.transformer.SelectArraySubset
Returns the initial search string in use.
getInitialSelection() - Method in class adams.flow.condition.bool.PromptUser
Returns the initial selection the user is prompted with.
getInitialSelection() - Method in class adams.flow.transformer.SelectArraySubset
Returns what elements get selected initially.
getInitialSetups() - Method in class adams.opt.genetic.AbstractGeneticAlgorithm
Provides the initial gene setup.
getInitialSetups() - Method in class adams.opt.optimise.genetic.AbstractGeneticAlgorithm
 
getInitialSetups() - Method in class adams.opt.optimise.genetic.PackDataGeneticAlgorithm
 
getInitialSetups(T) - Method in class adams.opt.genetic.initialsetups.AbstractInitialSetupsProvider
Provides the initial gene setup.
getInitialSetups(T) - Method in class adams.opt.genetic.initialsetups.EmptyInitialSetupsProvider
Provides the initial gene setup.
getInitialSetups(T) - Method in class adams.opt.genetic.initialsetups.PackDataInitialSetupsProvider
Provides the initial gene setup.
getInitialSetupsProvider() - Method in class adams.opt.genetic.AbstractGeneticAlgorithm
Returns the initial setups provider to use.
getInitialValue() - Method in class adams.flow.source.EnterValue
Returns the initial value the user is prompted with.
getInitialValues() - Method in class adams.flow.standalone.CounterInit
Returns the values to initialize the counter with.
getInitialValues() - Method in class adams.flow.transformer.CounterInit
Returns the values to initialize the counter with.
getInitialWeights() - Method in class adams.opt.genetic.AbstractGeneticAlgorithm
Returns the initial weights to use rather than random ones.
getInjection() - Method in class adams.flow.control.Injector
Returns the string to inject.
getInline() - Method in class adams.flow.transformer.XSLT
Returns the stylesheet to apply.
getInlineEditor() - Method in class adams.gui.goe.InlineEditor
Returns the inline editor.
getInlineFavoritesClass() - Method in class adams.gui.goe.BaseObjectEditor
Returns the class to use for favorites.
getInlineFavoritesClass() - Method in interface adams.gui.goe.InlineEditorSupportWithFavorites
Returns the class to use for favorites.
getInlineFavoritesClass() - Method in class adams.gui.goe.JdbcUrlEditor
Returns the class to use for favorites.
getInlineScript() - Method in class adams.data.conversion.Groovy
Gets the inline script to use instead of the external script file.
getInlineScript() - Method in class adams.data.filter.Groovy
Gets the inline script to use instead of the external script file.
getInlineScript() - Method in class adams.data.outlier.Groovy
Gets the inline script to use instead of the external script file.
getInlineScript() - Method in class adams.data.report.Groovy
Gets the inline script to use instead of the external script file.
getInlineScript() - Method in class adams.flow.condition.bool.Groovy
Gets the inline script to use instead of the external script file.
getInlineScript() - Method in class adams.flow.core.AbstractGroovyActor
Gets the inline script to use instead of the external script file.
getInlineScript() - Method in class adams.flow.template.Groovy
Gets the inline script to use instead of the external script file.
getInlineScript() - Method in class adams.tools.Groovy
Gets the inline script to use instead of the external script file.
getInlineValue() - Method in class adams.gui.goe.AbstractAdvancedScriptEditor
Returns the current value.
getInlineValue() - Method in class adams.gui.goe.AbstractBaseDateTypeEditor
Returns the current value.
getInlineValue() - Method in class adams.gui.goe.AbstractSimpleScriptEditor
Returns the current value.
getInlineValue() - Method in class adams.gui.goe.BaseAnnotationEditor
Returns the current value.
getInlineValue() - Method in class adams.gui.goe.BaseClassnameEditor
Returns the current value.
getInlineValue() - Method in class adams.gui.goe.BaseColorEditor
Returns the current value.
getInlineValue() - Method in class adams.gui.goe.BaseCommandLineEditor
Returns the current value.
getInlineValue() - Method in class adams.gui.goe.BaseObjectEditor
Returns the current value.
getInlineValue() - Method in class adams.gui.goe.BaseTextEditor
Returns the current value.
getInlineValue() - Method in class adams.gui.goe.ColorEditor
Returns the current value.
getInlineValue() - Method in class adams.gui.goe.CronScheduleEditor
Returns the current value.
getInlineValue() - Method in class adams.gui.goe.FieldEditor
Returns the current value.
getInlineValue() - Method in class adams.gui.goe.FileEditor
Returns the current value.
getInlineValue() - Method in class adams.gui.goe.FlowFileEditor
Returns the current value.
getInlineValue() - Method in class adams.gui.goe.IndexEditor
Returns the current value.
getInlineValue() - Method in interface adams.gui.goe.InlineEditorSupport
Returns the current value.
getInlineValue() - Method in class adams.gui.goe.JdbcUrlEditor
Returns the current value.
getInlineValue() - Method in class adams.gui.goe.PlaceholderDirectoryEditor
Returns the current value.
getInlineValue() - Method in class adams.gui.goe.PlaceholderFileEditor
Returns the current value.
getInlineValue() - Method in class adams.gui.goe.RangeEditor
Returns the current value.
getInlineValue() - Method in class adams.gui.goe.UnorderedRangeEditor
Returns the current value.
getInlineValue() - Method in class adams.gui.goe.WekaExperimentFileEditor
Returns the current value.
getInput() - Method in class adams.core.option.AbstractOptionConsumer
Returns the currently set input data.
getInput() - Method in class adams.core.option.AbstractOptionProducer
Returns the visited top-level object.
getInput() - Method in interface adams.core.option.OptionConsumer
Returns the currently set input data.
getInput() - Method in interface adams.core.option.OptionProducer
Returns the visited top-level object.
getInput() - Method in class adams.data.conversion.AbstractConversion
The currently set input data to convert.
getInput() - Method in interface adams.data.conversion.Conversion
The currently set input data to convert.
getInput() - Method in class adams.data.io.input.AbstractDataContainerReader
The file/directory to read.
getInput() - Method in class adams.data.io.input.AbstractEmailFileReader
Returns the file to read.
getInput() - Method in class adams.data.io.input.AbstractReportReader
The file/directory to read.
getInput() - Method in interface adams.data.io.input.EmailFileReader
Returns the file to read.
getInput() - Method in interface adams.data.io.input.ReportReader
The file/directory to read.
getInput() - Method in class adams.flow.FlowRunner
Returns the file (or directory with flows) to load the actor from.
getInput() - Method in class adams.flow.transformer.SpreadSheetMethodMerge
Gets the input Spreadsheets to merge.
getInput() - Method in class adams.flow.transformer.WekaDatasetsMerge
Gets the input Instances to merge.
getInput() - Method in class adams.parser.LookUpUpdate
Returns the spreadsheet file to load, ignored if pointing to directory.
getInput() - Method in class adams.parser.SpreadSheetFormula
Returns the spreadsheet file to load, ignored if pointing to directory.
getInput() - Method in class adams.parser.SpreadSheetQuery
Returns the spreadsheet file to load, ignored if pointing to directory.
getInput(Class<T>) - Method in class adams.data.conversion.AbstractConversion
The currently set input data to convert.
getInput(Class<T>) - Method in interface adams.data.conversion.Conversion
The currently set input data to convert.
getInputDateTimeType() - Method in class adams.data.conversion.ConvertDateTimeType
Returns the input date/time type.
getInputDateTimeType() - Method in class adams.flow.transformer.DateTimeTypeDifference
Returns the input date/time type.
getInputDestination() - Method in class adams.flow.control.InputOutputListener
Returns the callable actor to send the input tokens to.
getInputFile() - Method in class adams.flow.transformer.PDFAppendDocument
Returns the input file to process.
getInputFile() - Method in interface adams.tools.InputFileHandler
Get input file.
getInputIsTarget() - Method in class adams.flow.transformer.MoveFile
Returns whether the input is the actual target, not the file.
getInputOutputColor() - Method in class adams.gui.flow.tree.Tree
Returns the HTML color string for the input/output information.
getInputOutputPrefixes() - Method in class adams.gui.flow.tree.Tree
Returns the class name prefixes to remove from the input/output info.
getInputOutputSize() - Method in class adams.gui.flow.tree.Tree
Returns the HTML font tag size string for the input/output information.
getInputs() - Method in interface adams.ml.data.Dataset
Returns a spreadsheet containing only the input columns, not class columns.
getInputs() - Method in class adams.ml.data.DatasetView
Returns a spreadsheet containing only the input columns, not class columns.
getInputs() - Method in class adams.ml.data.DefaultDataset
Returns a spreadsheet containing only the input columns, not class columns.
getInputs() - Method in class adams.ml.data.InstancesView
Returns a spreadsheet containing only the input columns, not class columns.
getInputType() - Method in class adams.data.io.input.AbstractFlowReader
Returns how to read the data, from a file, stream or reader.
getInputType() - Method in class adams.data.io.input.AbstractSpreadSheetReader
Returns how to read the data, from a file, stream or reader.
getInputType() - Method in class adams.data.io.input.AbstractWekaSpreadSheetReader
Returns how to read the data, from a file, stream or reader.
getInputType() - Method in class adams.data.io.input.AccessSpreadSheetReader
Returns how to read the data, from a file, stream or reader.
getInputType() - Method in class adams.data.io.input.AutoWidthTabularSpreadSheetReader
Returns how to read the data, from a file, stream or reader.
getInputType() - Method in class adams.data.io.input.CsvSpreadSheetReader
Returns how to read the data, from a file, stream or reader.
getInputType() - Method in class adams.data.io.input.DefaultFlowReader
Returns the extension(s) of the format.
getInputType() - Method in class adams.data.io.input.ExcelSpreadSheetReader
Returns how to read the data, from a file, stream or reader.
getInputType() - Method in class adams.data.io.input.ExcelStreamingSpreadSheetReader
Returns how to read the data, from a file, stream or reader.
getInputType() - Method in class adams.data.io.input.FastCsvSpreadSheetReader
Returns how to read the data, from a file, stream or reader.
getInputType() - Method in class adams.data.io.input.FixedTabularSpreadSheetReader
Returns how to read the data, from a file, stream or reader.
getInputType() - Method in class adams.data.io.input.GnumericSpreadSheetReader
Returns how to read the data, from a file, stream or reader.
getInputType() - Method in class adams.data.io.input.JsonFlowReader
Returns the extension(s) of the format.
getInputType() - Method in class adams.data.io.input.Mat5SpreadSheetReader
Returns how to read the data, from a file, stream or reader.
getInputType() - Method in class adams.data.io.input.ODFSpreadSheetReader
Returns how to read the data, from a file, stream or reader.
getInputType() - Method in class adams.data.io.input.PNGSpreadSheetReader
Returns how to read the data, from a file, stream or reader.
getInputType() - Method in class adams.data.io.input.PropertiesSpreadSheetReader
Returns how to read the data, from a file, stream or reader.
getInputType() - Method in class adams.data.io.input.SimpleArffSpreadSheetReader
Returns how to read the data, from a file, stream or reader.
getInputType() - Method in class adams.data.io.input.SimpleCsvSpreadSheetReader
Returns how to read the data, from a file, stream or reader.
getInputType() - Method in class adams.data.io.input.SimpleStreamSpreadSheetReader
Returns how to read the data, from a file, stream or reader.
getInputType() - Method in class adams.data.io.input.SqlDumpSpreadSheetReader
Returns how to read the data, from a file, stream or reader.
getInputType() - Method in class adams.flow.transformer.SpreadSheetTransformCells
Returns the input type to enforce.
getInputType() - Method in class adams.flow.transformer.SpreadSheetTransformHeaderCells
Returns the input type to enforce.
getInsertColumnsAsString() - Method in class adams.db.BulkInsertTable
Return columns as comma separated list.
getInsertStatement() - Method in class adams.data.spreadsheet.sql.Writer
Generates a statement for an insert statement.
getInsertString() - Method in class adams.db.MultipleInsert
Return an sql string for insert of current data
getInspectionPanel() - Method in class adams.gui.tools.remotecontrolcenter.panels.AdvancedTab.InspectionResponseHandler
Returns the panel in use.
getInstallListener() - Method in class adams.scripting.command.basic.StartRemoteLogging
Returns whether to install a listener.
getInstance() - Method in class adams.data.weka.evaluator.AbstractCrossvalidatedInstanceEvaluator.EvaluationContainer
Returns the stored Instance.
getInstance() - Method in class adams.doc.javadoc.Javadoc
Returns a new instance of the class.
getInstance() - Static method in class adams.env.AbstractEnvironment
Returns the instance of the Environment class to use.
getInstance(Class, String) - Static method in class adams.gui.chooser.ChooserHelper
Returns an instance of the specified subclass.
getInstance(Instances, int, String, TIntList) - Method in class adams.gui.tools.wekainvestigator.tab.CompareTab
Returns the instance from the dataset with the specified ID.
getInstanceClass() - Method in class adams.flow.transformer.WekaNewInstance
Returns the class name of the Instance object to create.
getInstanceContainerList() - Method in class adams.gui.visualization.instance.InstanceExplorer
Returns the panel listing the instances.
getInstancePanel() - Method in class adams.gui.visualization.instance.AbstractInstancePaintlet
Returns the instance panel currently in use.
getInstancePanel() - Method in class adams.gui.visualization.instance.InstanceExplorer
Returns the panel for painting the instances.
getInstances() - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeSelectionPanel.AttributeTableModel
Returns the underlying instances.
getInstances() - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeSelectionPanel
Returns the currently displayed instances.
getInstances() - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeSummaryPanel
Returns the currently set data.
getInstances() - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeVisualizationPanel
Returns the underlying data.
getInstances() - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.MultiAttributeSummaryPanel
Returns the instances currently in use.
getInstances() - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.MultiAttributeVisualizationPanel
Returns the instances currently in use.
getInstances() - Method in class adams.gui.visualization.instance.InstancePanel
Returns the currently visible instances.
getInstances() - Method in class adams.gui.visualization.instances.InstancesPanel
Returns the currently displayed data.
getInstances() - Method in class adams.gui.visualization.instances.InstancesTable
returns the data
getInstances() - Method in class adams.gui.visualization.instances.instancestable.InstancesSortPanel
Returns the Instances to use.
getInstances() - Method in class adams.gui.visualization.instances.InstancesTableModel
returns the data
getInstances() - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm.ClassifierBasedGeneticAlgorithmJob
Returns the instances in use by the genetic algorithm.
getInstances() - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm
Returns the currently set dataset for cross-validation.
getInstances() - Method in class adams.opt.optimise.genetic.fitnessfunctions.AbstractWEKAFitnessFunction
Returns the currently set dataset for cross-validation.
getInstances(T) - Method in class adams.data.baseline.AbstractLinearRegressionBased
Returns a dataset containing the x and y values.
getInstancesActor() - Method in class adams.flow.transformer.WekaInstanceEvaluator
Returns the callable actor from which to retrieve Instances in case of AbstractDatasetInstanceEvaluator-derived evaluators.
getInstancesHeader() - Method in class adams.ml.model.classification.WekaClassificationModel
Returns the Instances header used for building the model.
getInstancesHeader() - Method in class adams.ml.model.clustering.WekaClusteringModel
Returns the Instances header used for building the model.
getInstancesHeader() - Method in class adams.ml.model.regression.WekaRegressionModel
Returns the Instances header used for building the model.
getInstancesIndices() - Method in class weka.filters.unsupervised.instance.SafeRemoveRange
Gets ranges of instances selected.
getInstancesValueAt(int, int) - Method in class adams.gui.visualization.instances.InstancesTableModel
returns the double value of the underlying Instances object at the given position, -1 if out of bounds
getInstantiationTimestamp() - Static method in class adams.env.AbstractEnvironment
Returns the timestamp this environment was initialized (ie startup time of the application).
getInstruments() - Method in interface adams.db.InstrumentProvider
Returns all the various instruments.
getInt(int[], int, int) - Method in class adams.opt.optimise.genetic.PackData
 
getInt(String) - Method in class adams.db.SimpleResultSet
Get int
getInteger(Class, String, Integer) - Static method in class adams.gui.core.GUIHelper
Returns the integer value listed in the props file, or the default value if not found.
getInteger(String) - Method in class adams.core.Properties
Returns the integer value associated with the key, or null if not found or not parseable.
getInteger(String) - Method in class adams.flow.core.AdditionalOptions
Returns the stored integer.
getInteger(String, int) - Static method in class adams.core.Performance
Returns the specified integer property.
getInteger(String, int) - Method in class adams.data.indexedsplits.MetaData
Returns the integer value associated with the key or the default value if not present or not a number or string representing an integer.
getInteger(String, Integer) - Method in class adams.core.Properties
Returns the integer value associated with the key, or the default value if not found or not parseable.
getInteger(String, Integer) - Method in class adams.flow.core.AdditionalOptions
Returns the stored integer or the default value if not found.
getInteger(String, Integer) - Static method in class adams.gui.core.GUIHelper
Returns the integer value listed in the props file, or the default value if not found.
getInteger(String, Integer) - Method in class adams.gui.core.GUIPrompt
Returns the stored value or, if not present, the default value.
getIntegerIncrement() - Method in class adams.flow.transformer.IncStorageValue
Returns the increment value for integer/long increments.
getIntegerIncrement() - Method in class adams.flow.transformer.IncVariable
Returns the increment value for integer/long increments.
getInteractionLog() - Method in class adams.flow.transformer.ImageAnnotator.AnnotatorPanel
Returns the interaction log.
getInteractionLog() - Method in class adams.gui.visualization.image.ImagePanel
Returns the interaction log.
getInteractionLog() - Method in interface adams.gui.visualization.image.interactionlogging.InteractionLogManager
Returns the interaction log.
getInteractionLog() - Method in class adams.gui.visualization.object.ObjectAnnotationPanel
Returns the interaction log.
getInteractionLoggingFilter() - Method in class adams.flow.transformer.ImageAnnotator
Returns the interaction logger in use.
getInteractionLoggingFilter() - Method in class adams.flow.transformer.ImageLabeler
Returns the interaction logger in use.
getInteractionLoggingFilter() - Method in class adams.flow.transformer.ImageObjectAnnotator
Returns the interaction logger in use.
getInteractionLoggingFilter() - Method in class adams.gui.visualization.image.ImagePanel
Returns the interaction log filter in use.
getInteractionLoggingFilter() - Method in class adams.gui.visualization.image.ImagePanel.PaintPanel
Returns the interaction log filter in use.
getInteractionLoggingFilter() - Method in class adams.gui.visualization.object.CanvasPanel
Returns the interaction log filter in use.
getInteractionLoggingFilter() - Method in class adams.gui.visualization.object.ObjectAnnotationPanel
Returns the interaction log filter in use.
getIntercept() - Method in class weka.classifiers.functions.SimpleLinearRegressionWithAccess
Returns the intercept of the function.
getInterceptSE() - Method in class weka.classifiers.functions.SimpleLinearRegressionWithAccess
Returns the standard error intercept of the function.
getInterface() - Method in class adams.flow.condition.bool.HasInterface
Returns the interface to check.
getInternal() - Method in class adams.core.base.BaseObject
Returns the internal object.
getInternalActor() - Method in class adams.flow.core.AbstractTemplate
Returns the internal actor.
getInternalActor() - Method in interface adams.flow.core.InternalActorHandler
Returns the internal actor.
getInternalActors() - Method in class adams.flow.control.AbstractTee
Returns the internal representation of the actors.
getInternalActors() - Method in class adams.flow.standalone.AbstractMutableStandaloneGroupItem
Returns the internal representation of the actors.
getInternalActors() - Method in class adams.flow.standalone.QueueEvent
Returns the internal representation of the actors.
getInterpolation() - Method in class adams.data.jai.transformer.Rotate
Returns the type of interpolation to perform.
getInterpolation() - Method in class adams.data.opencv.transformer.Resize
Returns the interpolation type.
getInterpolationType() - Method in class adams.data.jai.transformer.Resize
Returns the type of interpolation in use.
getInterval() - Method in class adams.core.io.fileuse.FileSizeChange
Returns the wait interval in msec.
getInterval() - Method in class adams.data.binning.Bin
Returns the complete interval of the bin.
getInterval() - Method in class adams.data.conversion.WekaForecastContainerToTimeseries
Returns the interval betwen timeseries points, with BaseDateTime.START referring to the previous data point.
getInterval() - Method in class adams.data.filter.TimeseriesChangeResolution
Returns the interval (in seconds).
getInterval() - Method in class adams.flow.condition.bool.Counting
Returns the number of tokens after which to tee off the input token.
getInterval() - Method in class adams.flow.control.flowrestart.trigger.FileMonitor
Returns the interval to wait in milli-seconds.
getInterval() - Method in class adams.flow.control.flowrestart.trigger.MonitorItself
Returns the interval to wait in milli-seconds.
getInterval() - Method in class adams.flow.control.Sleep
Returns the interval to wait in milli-seconds.
getInterval() - Method in class adams.flow.source.DeQueue
Returns the polling interval in milli-seconds.
getInterval() - Method in class adams.flow.source.Idle
Returns the interval to wait in milli-seconds.
getInterval() - Method in class adams.flow.standalone.QueueEvent
Returns the polling interval in milli-seconds.
getInterval() - Method in class adams.flow.template.ProgressInConsole
Returns the interval for the output.
getInterval() - Method in class adams.flow.transformer.SpreadSheetRowBuffer
Returns the interval for outputting the SpreadSheet objects.
getInterval() - Method in class adams.flow.transformer.WekaInstanceBuffer
Returns the interval for outputting the Instances objects.
getInterval() - Method in class adams.flow.transformer.WekaStreamEvaluator
Returns the output interval.
getInterval() - Method in class adams.scripting.command.flow.RestartFlow
Returns the interval to wait in milli-seconds.
getIntervals() - Method in class adams.data.weka.evaluator.IntervalEstimatorBased.SortedInterval
Returns the stored intervals.
getIntIndex() - Method in class adams.core.Index
Returns the integer representation of the index.
getIntIndex(T) - Method in class adams.core.AbstractDataBackedIndex
Returns the integer representation of the index.
getIntIndices() - Method in class adams.core.Range
Returns the integer indices.
getIntIndices() - Method in class adams.core.UnorderedRange
Returns the integer indices.
getIntIndices(T) - Method in class adams.core.AbstractDataBackedRange
Returns the integer indices.
getIntIndices(T) - Method in class adams.core.AbstractDataBackedUnorderedRange
Returns the integer indices.
getIntSegments() - Method in class adams.core.Range
Turns the range into a list of from-to segements.
getIntSegments(T) - Method in class adams.core.AbstractDataBackedRange
Turns the range into a list of from-to segements.
getInvalidOutlineColor() - Method in class adams.gui.visualization.object.overlay.ObjectAnnotations
Returns the colorizer for the outline plotter of invalid annotations.
getInvalidOutlinePlotter() - Method in class adams.gui.visualization.object.overlay.ObjectAnnotations
Returns the plotter for the outlines of invalid annotations.
getInvalidShapeColor() - Method in class adams.gui.visualization.object.overlay.ObjectAnnotations
Returns the colorizer for the shape plotter for invalid annotations.
getInvalidShapePlotter() - Method in class adams.gui.visualization.object.overlay.ObjectAnnotations
Returns the plotter for the shapes of invalid annotations.
getInverseCumAccuracy() - Method in class adams.data.distribution.Beta
Returns the inverse cumulative accuracy.
getInverseCumAccuracy() - Method in class adams.data.distribution.ChiSquared
Returns the inverse cumulative accuracy.
getInverseCumAccuracy() - Method in class adams.data.distribution.Exponential
Returns the inverse cumulative accuracy.
getInverseCumAccuracy() - Method in class adams.data.distribution.F
Returns the inverse cumulative accuracy.
getInverseCumAccuracy() - Method in class adams.data.distribution.Gamma
Returns the inverse cumulative accuracy.
getInverseCumAccuracy() - Method in class adams.data.distribution.LogNormal
Returns the inverse cumulative accuracy.
getInverseCumAccuracy() - Method in class adams.data.distribution.T
Returns the inverse cumulative accuracy.
getInverseCumAccuracy() - Method in class adams.data.distribution.Weibull
Returns the inverse cumulative accuracy.
getInverseTransform() - Method in class adams.data.filter.AbstractFastWavelet
Returns whether to perform the inverse transform.
getInverseTransform() - Method in class adams.data.filter.AbstractFFT
Returns whether to perform the inverse transform.
getInverseTransform() - Method in class weka.filters.unsupervised.attribute.FastWavelet
Gets whether to use the inverse transform.
getInverseTransform() - Method in class weka.filters.unsupervised.attribute.FFT
Returns whether to compute inverse.
getInvert() - Method in class adams.core.command.output.LineSplit
Returns whether to invert the matching sense.
getInvert() - Method in class adams.data.filter.RemoveNoise
Returns whether non-noise is removed (= true) or the actual noise.
getInvert() - Method in class adams.data.filter.TimeseriesWindow
Returns whether the matching is inverted.
getInvert() - Method in class adams.data.image.transformer.crop.BinaryCrop
Returns whether to look for black rectangle (true) rather than white (false).
getInvert() - Method in class adams.data.outlier.StringMatcher
Returns whether to invert the matching sense.
getInvert() - Method in class adams.data.spreadsheet.columnfinder.SubSample
Returns whether to invert the matching.
getInvert() - Method in class adams.data.spreadsheet.rowfinder.SubSample
Returns whether to invert the matching.
getInvert() - Method in class adams.flow.condition.bool.AbstractAttributeCapabilities
Returns whether the matching sense of the capabilities is inverted.
getInvert() - Method in class adams.flow.sink.sequenceplotter.ByNameErrorPaintlet
Returns whether to invert the matchin.
getInvert() - Method in class adams.flow.sink.sequenceplotter.ByNameMarkerPaintlet
Returns whether to invert the matchin.
getInvert() - Method in class adams.flow.source.AbstractListTables
Returns whether to invert the matching sense.
getInvert() - Method in class adams.flow.source.DumpStorage
Returns whether to invert the matching sense.
getInvert() - Method in class adams.flow.source.DumpVariables
Returns whether to invert the matching sense.
getInvert() - Method in class adams.flow.source.ListCallableActors
Returns whether to invert the matching sense.
getInvert() - Method in class adams.flow.source.ListEnvironmentVariables
Returns whether to invert the matching sense.
getInvert() - Method in class adams.flow.source.ListStorageNames
Returns whether to invert the matching sense.
getInvert() - Method in class adams.flow.source.ListSystemProperties
Returns whether to invert the matching sense.
getInvert() - Method in class adams.flow.source.ListVariables
Returns whether to invert the matching sense.
getInvert() - Method in class adams.flow.transformer.mapfilter.RemoveByName
Returns whether to invert the matching sense.
getInvert() - Method in class adams.flow.transformer.multispreadsheetoperation.CommonIDs
Returns whether to invert the matchin, i.e., return IDs not in common.
getInvert() - Method in class adams.flow.transformer.SpreadSheetCommonIDs
Returns whether to invert the matchin, i.e., return IDs not in common.
getInvert() - Method in class adams.flow.transformer.StringMatcher
Returns whether to invert the matching sense.
getInvert() - Method in class adams.flow.transformer.WekaMultiLabelSplitter
Returns whether to invert the matching sense.
getInvert() - Method in class adams.flow.transformer.WekaRegexToRange
Get invert match?
getInvert() - Method in class adams.gui.visualization.image.interactionlogging.IDFilter
Returns whether to invert the matching.
getInvert() - Method in class adams.gui.visualization.sequence.ByNamePaintlet
Returns whether to invert the matchin.
getInvert() - Method in class adams.tools.DropTables
Returns whether to invert the matching sense.
getInvert() - Method in class adams.tools.TruncateTables
Returns whether to invert the matching sense.
getInvert() - Method in class weka.core.tokenizers.cleaners.RemoveNonWordCharTokens
Returns whether to invert the matching sense, ie keep only the emoticons rather than removing them.
getInvert() - Method in class weka.filters.unsupervised.attribute.AbstractColumnFinderApplier
Returns whether the invert the column indices.
getInvert() - Method in class weka.filters.unsupervised.instance.AbstractRowFinderApplier
Returns whether the invert the row indices.
getInvert() - Method in class weka.filters.unsupervised.instance.RemoveMisclassifiedAbs
Get whether selection is inverted.
getInvert() - Method in class weka.filters.unsupervised.instance.RemoveMisclassifiedRel
Get whether selection is inverted.
getInvert() - Method in class weka.filters.unsupervised.instance.RemoveTestInstances
Returns whether to invert the matching sense (ie keep rather than remove).
getInvert() - Method in class weka.filters.unsupervised.instance.RemoveWithLabels
Returns whether to invert the matching sense.
getInvertMatching() - Method in class adams.core.discovery.AbstractDiscoveryHandler
Returns whether to invert the matching sense of the path regexp.
getInvertMatching() - Method in class adams.data.report.RemoveByDataType
Returns whether to invert the matching sense.
getInvertMatching() - Method in class adams.data.report.RemoveByName
Returns whether to invert the matching sense.
getInvertMatching() - Method in class adams.flow.transformer.AbstractMultiDecompress
Returns whether to invert the matching sense of the regular expression.
getInvertMatching() - Method in class adams.flow.transformer.SpreadSheetColumnsByName
Returns whether to invert the matching.
getInvertMatching() - Method in class adams.flow.transformer.StringSanitizer
Returns whether all occurrences are replaced or only the first one.
getInvertMatchingSense() - Method in class adams.flow.transformer.SpreadSheetMerge
Returns whether to invert the matching sense.
getInvertMatchingSense() - Method in class adams.flow.transformer.WekaInstancesMerge
Returns whether to invert the matching sense.
getInvertSelection() - Method in class weka.filters.unsupervised.instance.KennardStone
Gets if selection is to be inverted.
getInvertSelection() - Method in class weka.filters.unsupervised.instance.SafeRemoveRange
Gets if selection is to be inverted.
getIP() - Method in class adams.db.LogEntry
Returns the IP address.
getIP() - Method in class adams.db.LogEntryConditions
Returns the IP address to use in the search.
getIPFromNetworkInterface() - Static method in class adams.core.net.InternetHelper
Returns the IPv4 address determined from the network interfaces (using the IP address of the one with a proper host name).
getIPFromNetworkInterface(boolean, boolean) - Static method in class adams.core.net.InternetHelper
Returns the IP address determined from the network interfaces (using the IP address of the one with a proper host name).
getIqr() - Method in class adams.data.weka.rowfinder.FilteredIQR
Returns the iqr multiplier.
getIsSample() - Method in class adams.data.spreadsheet.colstatistic.StandardDeviation
Returns whether the columns represent samples instead of populations.
getIsSample() - Method in class adams.data.spreadsheet.matrixstatistic.StandardDeviation
Returns whether the data represents samples instead of populations.
getIsSample() - Method in class adams.data.spreadsheet.rowstatistic.StandardDeviation
Returns whether the columns represent samples instead of populations.
getIsSample() - Method in class adams.data.statistics.AbstractOptionalSampleArrayStatistic
Returns whether the arrays represent samples instead of populations.
getIsSample() - Method in interface adams.data.statistics.OptionalSampleArrayStatistic
Returns whether the arrays represent samples instead of populations.
getIsSample() - Method in class adams.gui.visualization.sequence.StdDevOverlayPaintlet
Returns whether the data represent samples instead of populations.
getItem() - Method in class adams.gui.core.dotnotationtree.AbstractInfoNode
Returns the item that this info node is for.
getItem() - Method in class adams.gui.core.dotnotationtree.DotNotationNode
Returns the full label.
getItem() - Method in class adams.gui.event.RecentItemEvent
Returns the affected file.
getItem() - Method in class adams.gui.goe.actorpathtree.ActorPathNode
Returns the full label.
getItem() - Method in class adams.gui.selection.AbstractTableBasedSelectionDialog
Returns the set name to load, null if none chosen or dialog canceled.
getItem() - Method in class adams.gui.selection.AbstractTableBasedSelectionPanel
Returns the item, null if none chosen or dialog canceled.
getItem() - Method in class adams.gui.selection.SelectFieldDialog
Returns the set name to load, null if none chosen or dialog canceled.
getItem() - Method in class adams.gui.selection.SelectFieldPanel
Returns the item, null if none chosen or dialog canceled.
getItem() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.perfold.PerFoldMultiPagePane
Returns the underlying result item.
getItem(int) - Method in class adams.gui.core.AdjustableGridPanel
Returns the specified component.
getItemAt(int) - Method in class adams.gui.selection.AbstractTableBasedSelectionPanel.AbstractSelectionTableModel
Returns the item at the specified position.
getItemAt(int) - Method in class adams.gui.selection.FieldCacheTableModel
Returns the field at the specified position.
getItemAt(int) - Method in class adams.gui.selection.SelectEmailAddressPanel.TableModel
Returns the item at the specified position.
getItemAt(int) - Method in class adams.gui.tools.AbstractManagementTableModel
Returns the Object at the specified position.
getItemClass() - Method in class adams.flow.source.AbstractArrayProvider
Returns the based class of the items.
getItemClass() - Method in class adams.flow.source.AbstractDatabaseIdSupplier
Returns the based class of the items.
getItemClass() - Method in class adams.flow.source.AbstractIdSupplier
Returns the based class of the items.
getItemClass() - Method in class adams.flow.source.AbstractInstrumentSupplier
Returns the based class of the items.
getItemClass() - Method in class adams.flow.source.AbstractInteractiveArrayProvider
Returns the based class of the items.
getItemClass() - Method in class adams.flow.source.AbstractListTables
Returns the based class of the items.
getItemClass() - Method in class adams.flow.source.ColorProvider
Returns the based class of the items.
getItemClass() - Method in class adams.flow.source.DirectoryLister
Returns the based class of the items.
getItemClass() - Method in class adams.flow.source.DirectorySupplier
Returns the based class of the items.
getItemClass() - Method in class adams.flow.source.FileSupplier
Returns the based class of the items.
getItemClass() - Method in class adams.flow.source.FileSystemSearch
Returns the based class of the items.
getItemClass() - Method in class adams.flow.source.FTPLister
Deprecated.
Returns the based class of the items.
getItemClass() - Method in class adams.flow.source.IntegerRange
Returns the based class of the items.
getItemClass() - Method in class adams.flow.source.LargeObjectDbReader
Returns the based class of the items.
getItemClass() - Method in class adams.flow.source.ListCallableActors
Returns the based class of the items.
getItemClass() - Method in class adams.flow.source.ListEnvironmentVariables
Returns the based class of the items.
getItemClass() - Method in class adams.flow.source.ListStorageNames
Returns the based class of the items.
getItemClass() - Method in class adams.flow.source.ListSystemProperties
Returns the based class of the items.
getItemClass() - Method in class adams.flow.source.ListVariables
Returns the based class of the items.
getItemClass() - Method in class adams.flow.source.RandomNumberGenerator
Returns the based class of the items.
getItemClass() - Method in class adams.flow.source.SelectCharset
Returns the base class of the items.
getItemClass() - Method in class adams.flow.source.SelectDirectory
Returns the base class of the items.
getItemClass() - Method in class adams.flow.source.SelectFile
Returns the base class of the items.
getItemClass() - Method in class adams.flow.source.SelectObjects
Returns the based class of the items.
getItemClass() - Method in class adams.flow.source.SQLIdSupplier
Returns the based class of the items.
getItemClass() - Method in class adams.flow.source.StringConstants
Returns the based class of the items.
getItemClass() - Method in class adams.flow.source.URLSupplier
Returns the based class of the items.
getItemClass() - Method in class adams.flow.source.WekaSelectDataset
Returns the base class of the items.
getItemClass() - Method in class adams.flow.source.WekaSelectObjects
Returns the based class of the items.
getItemClass() - Method in class adams.flow.transformer.AbstractArrayProvider
Returns the base class of the items.
getItemClass() - Method in class adams.flow.transformer.AbstractDataContainerFileReader
Returns the base class of the items.
getItemClass() - Method in class adams.flow.transformer.AccessDatabaseInfo
Returns the base class of the items.
getItemClass() - Method in class adams.flow.transformer.ArrayHistogramRanges
Returns the base class of the items.
getItemClass() - Method in class adams.flow.transformer.BoofCVMultiImageOperation
Returns the base class of the items.
getItemClass() - Method in class adams.flow.transformer.BoofCVTransformer
Returns the base class of the items.
getItemClass() - Method in class adams.flow.transformer.BufferedImageMultiImageOperation
Returns the base class of the items.
getItemClass() - Method in class adams.flow.transformer.BufferedImageTransformer
Returns the base class of the items.
getItemClass() - Method in class adams.flow.transformer.ControlChart
Returns the base class of the items.
getItemClass() - Method in class adams.flow.transformer.EmailFileReader
Returns the base class of the items.
getItemClass() - Method in class adams.flow.transformer.GetImageObjectIndices
Returns the base class of the items.
getItemClass() - Method in class adams.flow.transformer.GetImageObjects
Returns the base class of the items.
getItemClass() - Method in class adams.flow.transformer.GetJsonKeys
Returns the base class of the items.
getItemClass() - Method in class adams.flow.transformer.GetJsonValue
Returns the base class of the items.
getItemClass() - Method in class adams.flow.transformer.GetMapKeys
Returns the base class of the items.
getItemClass() - Method in class adams.flow.transformer.GetProperties
Returns the base class of the items.
getItemClass() - Method in class adams.flow.transformer.GetPropertyNames
Returns the base class of the items.
getItemClass() - Method in class adams.flow.transformer.GetPropertyValue
Returns the base class of the items.
getItemClass() - Method in class adams.flow.transformer.GroupByRegExp
Returns the base class of the items.
getItemClass() - Method in class adams.flow.transformer.LocateObjects
Returns the base class of the items.
getItemClass() - Method in class adams.flow.transformer.Mat5ArrayInfo
Returns the base class of the items.
getItemClass() - Method in class adams.flow.transformer.Mat5FileInfo
Returns the base class of the items.
getItemClass() - Method in class adams.flow.transformer.Mat5StructInfo
Returns the base class of the items.
getItemClass() - Method in class adams.flow.transformer.MatchReportFields
Returns the base class of the items.
getItemClass() - Method in class adams.flow.transformer.MultiMat5MatrixOperation
Returns the base class of the items.
getItemClass() - Method in class adams.flow.transformer.OpenCVMultiImageOperation
Returns the base class of the items.
getItemClass() - Method in class adams.flow.transformer.OpenCVTransformer
Returns the base class of the items.
getItemClass() - Method in class adams.flow.transformer.PDFInfo
Returns the base class of the items.
getItemClass() - Method in class adams.flow.transformer.PrepareFileBasedDataset
Returns the base class of the items.
getItemClass() - Method in class adams.flow.transformer.ReportField
Returns the base class of the items.
getItemClass() - Method in class adams.flow.transformer.ReportFileReader
Returns the base class of the items.
getItemClass() - Method in class adams.flow.transformer.SpreadSheetCellFinder
Returns the base class of the items.
getItemClass() - Method in class adams.flow.transformer.SpreadSheetColumnIterator
Returns the base class of the items.
getItemClass() - Method in class adams.flow.transformer.SpreadSheetExtractArray
Returns the base class of the items.
getItemClass() - Method in class adams.flow.transformer.SpreadSheetFileReader
Returns the base class of the items.
getItemClass() - Method in class adams.flow.transformer.SpreadSheetGetCell
Returns the base class of the items.
getItemClass() - Method in class adams.flow.transformer.SpreadSheetHistogramRanges
Returns the base class of the items.
getItemClass() - Method in class adams.flow.transformer.SpreadSheetInfo
Returns the base class of the items.
getItemClass() - Method in class adams.flow.transformer.SpreadSheetPlotGenerator
Returns the base class of the items.
getItemClass() - Method in class adams.flow.transformer.SpreadSheetRowToTimeseries
Returns the base class of the items.
getItemClass() - Method in class adams.flow.transformer.SpreadSheetToTimeseries
Returns the base class of the items.
getItemClass() - Method in class adams.flow.transformer.StringArraySplit
Returns the base class of the items.
getItemClass() - Method in class adams.flow.transformer.StringJoin
Returns the base class of the items.
getItemClass() - Method in class adams.flow.transformer.TimeseriesFileReader
Returns the base class of the items.
getItemClass() - Method in class adams.flow.transformer.TimeseriesSplit
Returns the base class of the items.
getItemClass() - Method in class adams.flow.transformer.ViaAnnotationsToReports
Returns the base class of the items.
getItemClass() - Method in class adams.flow.transformer.WekaAttributeIterator
Returns the base class of the items.
getItemClass() - Method in class adams.flow.transformer.WekaEvaluationPostProcessor
Returns the base class of the items.
getItemClass() - Method in class adams.flow.transformer.WekaGeneticAlgorithm
Returns the base class of the items.
getItemClass() - Method in class adams.flow.transformer.WekaInstanceFileReader
Returns the base class of the items.
getItemClass() - Method in class adams.flow.transformer.WekaInstancesHistogramRanges
Returns the base class of the items.
getItemClass() - Method in class adams.flow.transformer.WekaInstancesInfo
Returns the base class of the items.
getItemClass() - Method in class adams.flow.transformer.WekaRandomSplit
Returns the base class of the items.
getItemClass() - Method in class adams.flow.transformer.WekaSplitGenerator
Returns the base class of the items.
getItemClass() - Method in class adams.gui.selection.AbstractSelectDatabaseFieldPanel
Returns the class of the items displayed, same as "T".
getItemClass() - Method in class adams.gui.selection.AbstractTableBasedSelectionPanel
Returns the class of the items displayed, same as "T".
getItemClass() - Method in class adams.gui.selection.SelectEmailAddressPanel
Returns the class of the items displayed, same as "T".
getItemCount() - Method in class adams.gui.selection.AbstractTableBasedSelectionPanel
Returns the count of currently displayed items.
getItemFilter() - Method in class adams.gui.core.AbstractQuickSearchPanel
Returns the current item filter in use.
getItemName(boolean) - Method in class adams.gui.tools.AbstractManagementPanel
Returns a human-readable string describing the managed objects.
getItemNodePopup(DotNotationNode, boolean) - Method in interface adams.gui.core.dotnotationtree.PopupMenuHandler
Returns the popup menu for an item node.
getItemNodePopup(DotNotationNode, boolean) - Method in class adams.gui.flow.ActorTreePanel
Returns the popup menu for a class node.
getItemPrefix() - Method in class adams.gui.core.AbstractRecentItemsHandler
Returns the key prefix to use for the items in the props file.
getItemPrefix() - Method in class adams.gui.core.RecentFilesHandler
Returns the key prefix to use for the items in the props file.
getItemPrefix() - Method in class adams.gui.core.RecentFilesHandlerWithCommandline
Returns the key prefix to use for the items in the props file.
getItemPrefix() - Method in class adams.gui.core.RecentFilesWithEncodingHandler
Returns the key prefix to use for the items in the props file.
getItemPrefix() - Method in class adams.gui.core.RecentSpreadSheetQueriesHandler
Returns the key prefix to use for the items in the props file.
getItemPrefix() - Method in class adams.gui.core.RecentSQLStatementsHandler
Returns the key prefix to use for the items in the props file.
getItemPrefix() - Method in class adams.gui.flow.RecentActorProcessorHandler
Returns the key prefix to use for the items in the props file.
getItems() - Method in class adams.flow.condition.bool.InList
Returns the string items to check against.
getItems() - Method in class adams.gui.selection.AbstractSelectDatabaseFieldPanel
Returns the current fields.
getItems() - Method in class adams.gui.selection.AbstractTableBasedSelectionDialog
Returns the selected set names to load, null if none chosen or dialog canceled.
getItems() - Method in class adams.gui.selection.AbstractTableBasedSelectionPanel
Returns the selected items, null if none chosen or dialog canceled.
getItems() - Method in class adams.gui.selection.SelectFieldDialog
Returns the selected set names to load, null if none chosen or dialog canceled.
getItems() - Method in class adams.gui.selection.SelectFieldPanel
Returns the current fields.
getItems(Class) - Static method in class adams.gui.core.spreadsheettable.SpreadSheetTablePopupMenuItemHelper
Returns a sorted list of popup menu items for the specified superclass.
getItems(Class) - Static method in class adams.gui.visualization.instances.instancestable.InstancesTablePopupMenuItemHelper
Returns a sorted list of popup menu items for the specified superclass.
getIterations() - Method in class adams.opt.optimise.genetic.AbstractGeneticAlgorithm
Gets the iterations use.
getIterations() - Method in class adams.opt.optimise.GridSearch
Gets the iterations use.
getIterations() - Method in class adams.opt.optimise.RandomOptimiser
Gets the iterations use.
getJavaCalendar(double, boolean, TimeZone, boolean) - Static method in class adams.core.DateUtils
Get EXCEL date as Java Calendar with given time zone.
getJavaClass() - Method in class adams.flow.standalone.JavaExec
Returns the java class to execute.
getJavadocs() - Static method in class adams.doc.javadoc.Javadoc
Returns a list with classnames of Javadoc generators.
getJavaExecutable() - Static method in class adams.core.management.Java
Returns the java executable.
getJavaInitializationString() - Method in class adams.gui.goe.AbstractAdvancedScriptEditor
Returns a representation of the current property value as java source.
getJavaInitializationString() - Method in class adams.gui.goe.AbstractBaseDateTypeEditor
Returns a representation of the current property value as java source.
getJavaInitializationString() - Method in class adams.gui.goe.AbstractSimpleScriptEditor
Returns a representation of the current property value as java source.
getJavaInitializationString() - Method in class adams.gui.goe.ActorPathEditor
Returns a representation of the current property value as java source.
getJavaInitializationString() - Method in class adams.gui.goe.BaseAnnotationEditor
Returns a representation of the current property value as java source.
getJavaInitializationString() - Method in class adams.gui.goe.BaseBooleanEditor
Returns a representation of the current property value as java source.
getJavaInitializationString() - Method in class adams.gui.goe.BaseCharsetEditor
Returns a description of the property value as java source.
getJavaInitializationString() - Method in class adams.gui.goe.BaseClassnameEditor
Returns a representation of the current property value as java source.
getJavaInitializationString() - Method in class adams.gui.goe.BaseColorEditor
Returns a representation of the current property value as java source.
getJavaInitializationString() - Method in class adams.gui.goe.BaseCommandLineEditor
Returns a representation of the current property value as java source.
getJavaInitializationString() - Method in class adams.gui.goe.BaseObjectEditor
Returns a representation of the current property value as java source.
getJavaInitializationString() - Method in class adams.gui.goe.BaseTextEditor
Returns a representation of the current property value as java source.
getJavaInitializationString() - Method in class adams.gui.goe.CallableActorReferenceEditor
Returns a representation of the current property value as java source.
getJavaInitializationString() - Method in class adams.gui.goe.ColorEditor
Returns a representation of the current property value as java source.
getJavaInitializationString() - Method in class adams.gui.goe.ConfigurableEnumerationItemEditor
Returns a description of the property value as java source.
getJavaInitializationString() - Method in class adams.gui.goe.CronScheduleEditor
Returns a representation of the current property value as java source.
getJavaInitializationString() - Method in class adams.gui.goe.EmailAddressEditor
Returns a representation of the current property value as java source.
getJavaInitializationString() - Method in class adams.gui.goe.EnumEditor
Returns a description of the property value as java source.
getJavaInitializationString() - Method in class adams.gui.goe.EventReferenceEditor
Returns a representation of the current property value as java source.
getJavaInitializationString() - Method in class adams.gui.goe.FieldEditor
Returns a representation of the current property value as java source.
getJavaInitializationString() - Method in class adams.gui.goe.FileEditor
Returns a representation of the current property value as java source.
getJavaInitializationString() - Method in class adams.gui.goe.FlowFileEditor
Returns a representation of the current property value as java source.
getJavaInitializationString() - Method in class adams.gui.goe.FontEditor
Returns a representation of the current property value as java source.
getJavaInitializationString() - Method in class adams.gui.goe.GenericArrayEditor
Supposedly returns an initialization string to create a classifier identical to the current one, including it's state, but this doesn't appear possible given that the initialization string isn't supposed to contain multiple statements.
getJavaInitializationString() - Method in class adams.gui.goe.GenericObjectEditor
Supposedly returns an initialization string to create a Object identical to the current one, including it's state, but this doesn't appear possible given that the initialization string isn't supposed to contain multiple statements.
getJavaInitializationString() - Method in class adams.gui.goe.IndexEditor
Returns a representation of the current property value as java source.
getJavaInitializationString() - Method in class adams.gui.goe.InlineEditor
Returns a fragment of Java code that can be used to set a property to match the editors current state.
getJavaInitializationString() - Method in class adams.gui.goe.JdbcUrlEditor
Returns a representation of the current property value as java source.
getJavaInitializationString() - Method in class adams.gui.goe.LocaleEditor
Returns a description of the property value as java source.
getJavaInitializationString() - Method in class adams.gui.goe.PdfFontEditor
Returns a representation of the current property value as java source.
getJavaInitializationString() - Method in class adams.gui.goe.PlaceholderDirectoryEditor
Returns a representation of the current property value as java source.
getJavaInitializationString() - Method in class adams.gui.goe.PlaceholderFileEditor
Returns a representation of the current property value as java source.
getJavaInitializationString() - Method in class adams.gui.goe.PrefixFieldEditor
Returns a representation of the current property value as java source.
getJavaInitializationString() - Method in class adams.gui.goe.RangeEditor
Returns a representation of the current property value as java source.
getJavaInitializationString() - Method in class adams.gui.goe.SuffixFieldEditor
Returns a representation of the current property value as java source.
getJavaInitializationString() - Method in class adams.gui.goe.TimeZoneEditor
Returns a description of the property value as java source.
getJavaInitializationString() - Method in class adams.gui.goe.TriggerableEventReferenceEditor
Returns a representation of the current property value as java source.
getJavaInitializationString() - Method in class adams.gui.goe.UnorderedRangeEditor
Returns a representation of the current property value as java source.
getJavaInitializationString() - Method in class adams.gui.goe.WekaExperimentFileEditor
Returns a representation of the current property value as java source.
getJDepsExecutablePath() - Method in class adams.flow.control.JDeps
Returns the full path of the JDeps executable, if possible.
getJMapExecutablePath() - Method in class adams.flow.control.JMap
Returns the full path of the JMap executable, if possible.
getJob() - Method in class adams.event.JobCompleteEvent
Returns the job that finished.
getJobCompleteListener() - Method in class adams.multiprocess.AbstractJob
Returns the listener that gets notified when the job got finished.
getJobCompleteListener() - Method in interface adams.multiprocess.Job
Returns the listener that gets notified when the job got finished.
getJobInfo() - Method in class adams.multiprocess.AbstractJob
Returns the job info/identifier.
getJobInfo() - Method in interface adams.multiprocess.Job
Returns the job info/identifier.
getJobRunner() - Method in class adams.flow.standalone.JobRunnerInstance
Returns the job runner in use.
getJobRunner() - Method in class adams.flow.standalone.JobRunnerSetup
Returns the job runner to use.
getJobRunner() - Method in class adams.flow.transformer.WekaExperimentExecution
Returns the jobrunner for the experiment.
getJobRunner() - Method in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment
Returns the jobrunner for the experiment.
getJobRunner() - Method in class adams.multiprocess.AbstractMetaJobRunner
Returns the base jobrunner.
getJobRunner() - Method in interface adams.multiprocess.JobRunnerHandler
Returns the job runner to use.
getJobRunner() - Method in class adams.multiprocess.WekaCrossValidationExecution
Returns the JobRunner, if any.
getJobRunner() - Method in class adams.scripting.command.distributed.JobRunner
Returns the JobRunner in use.
getJobRunnerSetup() - Method in class adams.multiprocess.WekaCrossValidationExecution
Returns the JobRunnerSetup, if any.
getJobRunnerSetup() - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm
Returns the jobrunner setup in use.
getJobs() - Method in class adams.multiprocess.AbstractMetaJobRunner
Returns the list of queued jobs.
getJobs() - Method in interface adams.multiprocess.JobRunner
Returns the list of queued jobs.
getJobs() - Method in class adams.multiprocess.LocalJobRunner
Returns the list of all jobs.
getJSON() - Method in interface adams.core.JsonSupporter
Returns the JSON object.
getJSON() - Method in class adams.gui.core.json.JsonTree
Returns the JSON object on display.
getJSON() - Method in class adams.gui.core.json.JsonTreeWithPreview
Returns the JSON object on display.
GetJsonKeys - Class in adams.flow.transformer
Outputs all the keys of the JSON Object passing through.
GetJsonKeys() - Constructor for class adams.flow.transformer.GetJsonKeys
 
GetJsonValue - Class in adams.flow.transformer
Obtains the value associated with the specified key from the JSON object passing through.
Null values are only forwarded if requested.
GetJsonValue() - Constructor for class adams.flow.transformer.GetJsonValue
 
getJTable() - Method in class adams.gui.core.JTableHelper
returns the JTable.
getJVM() - Method in class adams.flow.standalone.JavaExec
Returns the additional options for the JVM.
getKeepAllObjects() - Method in class adams.flow.transformer.ImageObjectFilter
Returns whether to keep all objects, i.e., the ones that weren't located by the object finder and the filtered ones.
getKeepAttributeNames() - Method in class weka.filters.unsupervised.attribute.SavitzkyGolay
Returns whether to keep the original attribute names.
getKeepAttributeNames() - Method in class weka.filters.unsupervised.attribute.SavitzkyGolay2
Returns whether to keep the original attribute names.
getKeepExisting() - Method in class adams.data.io.output.AccessSpreadSheetWriter
Returns whether any existing file is kept on first execution.
getKeepExisting() - Method in interface adams.data.io.output.AppendableSpreadSheetWriter
Returns whether any existing file is kept on first execution.
getKeepExisting() - Method in class adams.data.io.output.CsvSpreadSheetWriter
Returns whether any existing file is kept on first execution.
getKeepExisting() - Method in class adams.data.io.output.SqlDumpSpreadSheetWriter
Returns whether any existing file is kept on first execution.
getKeepExisting() - Method in class adams.flow.standalone.QueueInit
Returns whether to keep any existing queue rather than overwriting it.
getKeepExisting() - Method in class adams.flow.transformer.WekaInstanceDumper
Returns whether any existing file is kept on first execution.
getKeepFailed() - Method in class adams.data.conversion.AbstractSpreadSheetColumnConverter
Returns whether to keep cells with failed conversion rather than setting them to missing.
getKeepNumComponents() - Method in class adams.data.conversion.SwapPLS
Returns whether the 'number of components' of the old filter are retained.
getKeepOnlySingleUniqueID() - Method in class adams.flow.transformer.SpreadSheetMerge
Returns whether to keep only a single instance of the unique ID attribute.
getKeepOnlySingleUniqueID() - Method in class adams.flow.transformer.WekaInstancesMerge
Returns whether to keep only a single instance of the unique ID attribute.
getKeepRelationName() - Method in class adams.flow.transformer.WekaFilter
Returns whether the filter doesn't change the relation name.
getKeepRelationName() - Method in class adams.flow.transformer.WekaReorderAttributesToReference
Returns whether the filter doesn't change the relation name.
getKeepRelationName() - Method in class adams.flow.transformer.WekaStreamFilter
Returns whether the filter doesn't change the relation name.
getKeepReport() - Method in class adams.flow.transformer.AbstractDataContainerDbWriter
Returns whether to keep an existing report in the database.
getKeepReport() - Method in class adams.flow.transformer.AbstractDeleteDataContainer
Returns whether to keep an existing report in the database.
getKeepSupervisedClass() - Method in class weka.filters.unsupervised.attribute.AttributeSummaryTransferFilter
Gets whether to keep the class attribute of the summary attributes in the final dataset.
getKernel() - Method in class adams.data.instancesanalysis.pls.KernelPLS
Sets the kernel to use.
getKernel() - Method in class adams.data.jai.transformer.Dilate
Returns the kernel (blank-separated list of floats, row-wise).
getKernel() - Method in class adams.data.jai.transformer.Erode
Returns the kernel (blank-separated list of floats, row-wise).
getKernel() - Method in class weka.classifiers.functions.GaussianProcessesAdaptive
Gets the kernel to use.
getKernel() - Method in class weka.classifiers.functions.GaussianProcessesNoWeights
Gets the kernel to use.
getKernel() - Method in class weka.classifiers.functions.GaussianProcessesWeighted
Gets the kernel to use.
getKernelHeight() - Method in class adams.data.jai.transformer.Dilate
Returns the height of the kernel.
getKernelHeight() - Method in class adams.data.jai.transformer.Erode
Returns the height of the kernel.
getKernelHeight() - Method in class adams.data.opencv.transformer.Blur
Returns the kernel height.
getKernelHeight() - Method in class adams.data.opencv.transformer.GaussianBlur
Returns the kernel height.
getKernelWidth() - Method in class adams.data.jai.transformer.Dilate
Returns the width of the kernel.
getKernelWidth() - Method in class adams.data.jai.transformer.Erode
Returns the width of the kernel.
getKernelWidth() - Method in class adams.data.opencv.transformer.Blur
Returns the kernel width.
getKernelWidth() - Method in class adams.data.opencv.transformer.GaussianBlur
Returns the kernel width.
getKey() - Method in class adams.data.conversion.ReportArrayToMap
Returns the field in use as key in the map.
getKey() - Method in class adams.data.io.output.PropertiesSpreadSheetWriter
Returns the column to act as key for properties.
getKey() - Method in class adams.data.objectfilter.AddDefaultLabel
Returns the key in the meta-data containing the label.
getKey() - Method in class adams.data.objectfilter.AttachMetaData
Returns the key of the meta-data value to add.
getKey() - Method in class adams.data.objectfilter.RenameLabels
Returns the key in the meta-data containing the label.
getKey() - Method in class adams.data.objectfilter.TransformMetaData
Returns the key of the meta-data value to add.
getKey() - Method in class adams.data.objectfinder.ByMetaDataNumericValue
Returns the meta-data key to check.
getKey() - Method in class adams.data.objectfinder.ByMetaDataStringValue
Returns the meta-data key to check.
getKey() - Method in class adams.data.objectfinder.HasMetaDataValue
Returns the meta-data key to check.
getKey() - Method in class adams.env.AbstractPropertiesDefinition
Returns the key this definition is for.
getKey() - Method in class adams.env.ActorSuggestionDefinition
Returns the key this definition is for.
getKey() - Method in class adams.env.ActorTemplateSuggestionDefinition
Returns the key this definition is for.
getKey() - Method in class adams.env.AdvancedScriptEditorTemplatesDefinition
Returns the key this definition is for.
getKey() - Method in class adams.env.BrowserDefinition
Returns the key this definition is for.
getKey() - Method in class adams.env.CharsetDefinition
Returns the key this definition is for.
getKey() - Method in class adams.env.ClassListerBlacklistDefinition
Returns the key this definition is for.
getKey() - Method in class adams.env.ClassListerDefinition
Returns the key this definition is for.
getKey() - Method in class adams.env.ClasspathBlacklistDefinition
Returns the key this definition is for.
getKey() - Method in class adams.env.ConditionsDefinition
Returns the key this definition is for.
getKey() - Method in class adams.env.ConversionDefinition
Returns the key this definition is for.
getKey() - Method in class adams.env.DatabaseConnectionDefinition
Returns the key this definition is for.
getKey() - Method in class adams.env.DbBackendDefinition
Returns the key this definition is for.
getKey() - Method in class adams.env.DriversDefinition
Returns the key this definition is for.
getKey() - Method in class adams.env.EmailDefinition
Returns the key this definition is for.
getKey() - Method in class adams.env.ExternalActorSuggestionDefinition
Returns the key this definition is for.
getKey() - Method in class adams.env.FlowControlCenterPanelDefinition
Returns the key this definition is for.
getKey() - Method in class adams.env.FlowDefinition
Returns the key this definition is for.
getKey() - Method in class adams.env.FlowEditorPanelDefinition
Returns the key this definition is for.
getKey() - Method in class adams.env.FlowEditorPanelMenuDefinition
Returns the key this definition is for.
getKey() - Method in class adams.env.FlowEditorTreePopupMenuDefinition
Returns the key this definition is for.
getKey() - Method in class adams.env.FlowEditorTreeQuickActionMenuDefinition
Returns the key this definition is for.
getKey() - Method in class adams.env.FlowRunnerPanelDefinition
Returns the key this definition is for.
getKey() - Method in class adams.env.FontsDefinition
Returns the key this definition is for.
getKey() - Method in class adams.env.GOEBlacklistDefinition
Returns the key this definition is for.
getKey() - Method in class adams.env.GOEEditorsDefinition
Returns the key this definition is for.
getKey() - Method in class adams.env.GUIHelperDefinition
Returns the key this definition is for.
getKey() - Method in class adams.env.ImageViewerPanelDefinition
Returns the key this definition is for.
getKey() - Method in class adams.env.InstanceCompareDefinition
Returns the key this definition is for.
getKey() - Method in class adams.env.InstanceExplorerDefinition
Returns the key this definition is for.
getKey() - Method in class adams.env.JenericCmdlineDefinition
Returns the key this definition is for.
getKey() - Method in class adams.env.JVisualVMDefinition
Returns the key this definition is for.
getKey() - Method in class adams.env.LocaleDefinition
Returns the key this definition is for.
getKey() - Method in class adams.env.LogEntryDBViewerPanelDefinition
Returns the key this definition is for.
getKey() - Method in class adams.env.LogEntryDefinition
Returns the key this definition is for.
getKey() - Method in class adams.env.LogEntryViewerPanelDefinition
Returns the key this definition is for.
getKey() - Method in class adams.env.MemoryMonitorDefinition
Returns the key this definition is for.
getKey() - Method in class adams.env.ModuleDefinition
Returns the key this definition is for.
getKey() - Method in class adams.env.NewInstanceDefinition
Returns the key this definition is for.
getKey() - Method in class adams.env.OptionManagerDefinition
Returns the key this definition is for.
getKey() - Method in class adams.env.OptionsDefinition
Returns the key this definition is for.
getKey() - Method in class adams.env.PerformanceDefinition
Returns the key this definition is for.
getKey() - Method in class adams.env.PlaceholdersDefinition
Returns the key this definition is for.
getKey() - Method in class adams.env.PreviewBrowserPanelDefinition
Returns the key this definition is for.
getKey() - Method in class adams.env.ProxyDefinition
Returns the key this definition is for.
getKey() - Method in class adams.env.ScriptingDialogDefinition
Returns the key this definition is for.
getKey() - Method in class adams.env.ScriptingEngineDefinition
Returns the key this definition is for.
getKey() - Method in class adams.env.ScriptingLoggerDefinition
Returns the key this definition is for.
getKey() - Method in class adams.env.SequenceViewerDefinition
Returns the key this definition is for.
getKey() - Method in class adams.env.SimpleScriptEditorTemplatesDefinition
Returns the key this definition is for.
getKey() - Method in class adams.env.SMBDefinition
Returns the key this definition is for.
getKey() - Method in class adams.env.SpreadSheetExplorerDefinition
Returns the key this definition is for.
getKey() - Method in class adams.env.SSLDefinition
Returns the key this definition is for.
getKey() - Method in class adams.env.TableDefinition
Returns the key this definition is for.
getKey() - Method in class adams.env.TesseractDefinition
Returns the key this definition is for.
getKey() - Method in class adams.env.TimeZoneDefinition
Returns the key this definition is for.
getKey() - Method in class adams.env.WekaInvestigatorDefinition
Returns the key this definition is for.
getKey() - Method in class adams.env.WekaInvestigatorShortcutsDefinition
Returns the key this definition is for.
getKey() - Method in class adams.env.WineDefinition
Returns the key this definition is for.
getKey() - Method in class adams.flow.condition.bool.HasMapValue
Returns the key of the value to check.
getKey() - Method in class adams.flow.source.LookUp
Returns the key of the value to output.
getKey() - Method in class adams.flow.transformer.DeleteMapValue
Returns the key of the value to delete.
getKey() - Method in class adams.flow.transformer.DeletePropertyValue
Returns the regular expression to match the keys against and delete if matching.
getKey() - Method in class adams.flow.transformer.GetMapValue
Returns the key of the value to retrieve.
getKey() - Method in class adams.flow.transformer.GetPropertyValue
Returns the regular expression to match the keys against.
getKey() - Method in class adams.flow.transformer.MergeReportFromMap
Returns the field in use as key in the map.
getKey() - Method in class adams.flow.transformer.SetImageObjectMetaData
Returns the key.
getKey() - Method in class adams.flow.transformer.SetMapValue
Returns the key of the value to set.
getKey() - Method in class adams.flow.transformer.SetPropertyValue
Returns the key of the property to set.
getKey() - Method in class adams.gui.goe.AbstractAdvancedScriptEditorWithTemplates
Returns the key in the props file to retrieve.
getKey() - Method in class adams.gui.goe.AbstractSimpleScriptEditorWithTemplates
Returns the key in the props file to retrieve.
getKey() - Method in class adams.gui.goe.GroovyScriptEditor
Returns the key in the props file to retrieve.
getKey() - Method in class adams.gui.goe.XSLTScriptEditor
Returns the key in the props file to retrieve.
getKey() - Method in class adams.gui.visualization.object.objectannotations.check.RequireMetaData
Returns the meta-data key that must be present.
getKey(int) - Method in class adams.data.spreadsheet.RowIdentifier
Returns the key at the specified location.
getKey(AbstractDatabaseConnection) - Method in class adams.gui.scripting.ScriptingEngineManager
Returns the key for this database connection.
getKey(String) - Method in class adams.env.AbstractEnvironment
Determines the key for the given properties file.
getKeyAt(int) - Method in class adams.gui.core.KeyValuePairTableModel
Returns the key at the given position.
getKeyboardActions() - Method in class adams.gui.flow.tree.Tree
Returns the keyboard actions in use.
getKeyColumn() - Method in class adams.data.conversion.SpreadSheetToMap
Returns the key column.
getKeyColumn() - Method in class adams.flow.transformer.LookUpAdd
Returns the index of the column to act as key in the lookup table.
getKeyColumn() - Method in class adams.flow.transformer.LookUpInit
Returns the index of the column to act as key in the lookup table.
getKeyColumn() - Method in class adams.flow.transformer.LookUpUpdate
Returns the index of the column to act as key in the lookup table.
getKeyColumn() - Method in class adams.parser.LookUpUpdate
Returns the index of the column to act as key in the lookup table.
getKeyColumns() - Method in class adams.flow.transformer.multispreadsheetoperation.AbstractIndentifiableRowOperation
Returns the colums that identify a row, use empty string to simply use row index
getKeyColumns() - Method in class adams.flow.transformer.SpreadSheetAggregate
Returns the colums that identify a rowx
getKeyColumns() - Method in class adams.flow.transformer.SpreadSheetCollapse
Returns the columns that identify a row.
getKeyColumns() - Method in class adams.flow.transformer.SpreadSheetDifference
Returns the colums that identify a row, use empty string to simply use row index
getKeyListener() - Method in class adams.gui.help.HelpFrame
Returns the KeyListener to use for text and button.
getKeyListener() - Method in class adams.gui.visualization.object.tools.AbstractTool
Returns the mouse listener to use.
getKeyListener() - Method in interface adams.gui.visualization.object.tools.Tool
Returns the mouse listener to use.
getKeyListener() - Method in class adams.gui.visualization.segmentation.tool.AbstractTool
Returns the mouse listener to use.
getKeyListener() - Method in interface adams.gui.visualization.segmentation.tool.Tool
Returns the mouse listener to use.
getKeyManagerFactory() - Method in interface adams.flow.core.KeyManagerFactoryProvider
Returns the KeyManagerFactory instance.
getKeys() - Method in class adams.data.spreadsheet.RowIdentifier
Returns the generated keys.
getKeys() - Method in class adams.flow.source.WekaDatabaseReader
Returns the keys to use for identifying a single row (comma-separated list).
getKeySet() - Method in class adams.opt.optimise.genetic.PackData
 
getKeyStroke(String) - Static method in class adams.gui.core.GUIHelper
Creates a keystroke from the string.
getKeystrokeReplacements() - Static method in class adams.gui.core.GUIHelper
Returns the replacements for the keystrokes.
getKeyValuePairs(String) - Static method in class adams.core.management.EnvVar
Obtains key=value pairs from the specified environment variable.
getKeyValuePairs(String, boolean, boolean) - Static method in class adams.core.management.EnvVar
Obtains key=value pairs from the specified environment variable.
getKeyValuePairs(String, boolean, boolean, String, String, boolean) - Static method in class adams.core.management.EnvVar
Obtains key=value pairs from the specified environment variable.
getKeyValuePairs(String, String, String, boolean) - Static method in class adams.core.management.EnvVar
Obtains key=value pairs from the specified environment variable.
getKeywordFormatting(String) - Method in class adams.gui.scripting.SyntaxDocument
Gets the formatting for a keyword.
getKNN() - Method in class weka.classifiers.lazy.LWLDatasetBuilder
Gets the number of neighbours used for kernel bandwidth setting.
getKNN() - Method in class weka.filters.unsupervised.instance.AccumulatedLWLWeights
Gets the number of neighbours used for kernel bandwidth setting.
getKnownHosts() - Method in class adams.core.io.lister.SftpDirectoryLister
Returns the file with the known hosts.
getKnownHosts() - Method in class adams.flow.standalone.SSHConnection
Returns the file with the known hosts.
getKnownHosts() - Method in class adams.gui.chooser.SftpRemoteDirectorySetup
Returns the file with the known hosts.
getKnownHosts() - Method in class adams.scripting.connection.AbstractSSHConnection
Returns the file with the known hosts.
getKnownParent() - Method in interface adams.gui.core.KnownParentSupporter
Returns the container that acts as this component's parent.
getKnownParent() - Method in class adams.gui.flow.FlowPanel
Returns the component that acts as this component's parent.
getKnownParent() - Method in class adams.gui.tools.spreadsheetviewer.SpreadSheetPanel
Returns the component that acts as this component's parent.
getLabel() - Method in class adams.data.featureconverter.CountValues
Returns the custom label to use.
getLabel() - Method in class adams.data.objectfilter.AddDefaultLabel
Returns the label to use when missing.
getLabel() - Method in class adams.gui.core.dom.DOMNode
Returns the label for this node.
getLabel() - Method in class adams.gui.core.dotnotationtree.DotNotationNode
Returns the (partial) label for this node.
getLabel() - Method in class adams.gui.core.json.JsonNode
Returns the label for this node.
getLabel() - Method in class adams.gui.visualization.core.axis.Tick
Returns the label of this tick, can be null.
getLabel() - Method in class adams.gui.visualization.core.AxisPanelOptions
Returns the label of the axis.
getLabel() - Method in interface adams.gui.visualization.image.selection.SelectionProcessorWithLabelSupport
Returns the label to use for the objects.
getLabel() - Method in class adams.gui.visualization.image.selection.SelectObjects
Returns the label to use for the objects.
getLabel() - Method in class weka.classifiers.meta.ThresholdedBinaryClassification
Returns the label index.
getLabel() - Method in class weka.classifiers.meta.Veto
Returns the label index.
getLabel(int) - Method in class adams.gui.core.ParameterPanel
Returns the label for the parameter at the specified location.
getLabel(int) - Method in class adams.gui.visualization.debug.propertyextractor.AbstractPropertyExtractor
Returns the label for the specified property.
getLabel(int) - Method in class adams.gui.visualization.debug.propertyextractor.DefaultPropertyExtractor
Returns the label for the specified property.
getLabel(int) - Method in class adams.gui.visualization.debug.propertyextractor.Mat5ArrayPropertyExtractor
Returns the label for the specified property.
getLabel(int) - Method in class adams.gui.visualization.debug.propertyextractor.NotesPropertyExtractor
Returns the label for the specified property.
getLabel(int) - Method in class adams.gui.visualization.debug.propertyextractor.OptionHandlerPropertyExtractor
Returns the label for the specified property.
getLabel(int) - Method in class adams.gui.visualization.debug.propertyextractor.VariablesPropertyExtractor
Returns the label for the specified property.
getLabel(Component) - Static method in class adams.gui.tools.ContainerNesting
Generates the label for the component.
getLabel(Polygon) - Method in class adams.gui.visualization.image.AbstractReportBasedOverlayHelper
Returns the label for the object.
getLabel(String) - Method in class adams.gui.core.PropertiesParameterPanel
Returns the label associated with a particular property.
getLabel(List<String>, int) - Method in class adams.flow.transformer.ConfusionMatrix
Returns the actual label to use.
getLabelAccept() - Method in class adams.flow.control.Inspect
Returns the label to use for the accept button ('_' precedes the character to use as accelerator).
getLabelAdditional() - Method in class adams.flow.transformer.ImageObjectOverlapMatrix
Returns the label to use for predictions with no corresponding annotations.
getLabelAnchor() - Method in class adams.flow.transformer.draw.AbstractDrawObjectsFromReport
Returns the anchor for the label.
getLabelAnchor() - Method in class adams.gui.tools.previewbrowser.DeepLabCutCSVHandler
Returns the anchor for the label.
getLabelAnchor() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
Returns the anchor for the label.
getLabelAnchor() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
Returns the anchor for the label.
getLabelAnchor() - Method in class adams.gui.tools.previewbrowser.PointsFromReportHandler
Returns the anchor for the label.
getLabelAnchor() - Method in class adams.gui.tools.previewbrowser.YoloAnnotationsHandler
Returns the anchor for the label.
getLabelAnchor() - Method in class adams.gui.visualization.image.AbstractObjectOverlayFromReport
Returns the anchor for the label.
getLabelAnchor() - Method in class adams.gui.visualization.image.AbstractPointOverlayFromReport
Returns the anchor for the label.
getLabelAnchor() - Method in class adams.gui.visualization.image.AbstractReportBasedOverlayHelper
Returns the anchor for the label.
getLabelAnchor() - Method in class adams.gui.visualization.object.overlay.AbstractObjectOverlayFromReport
Returns the anchor for the label.
getLabelAnchor() - Method in class adams.gui.visualization.object.overlay.AbstractPointOverlayFromReport
Returns the anchor for the label.
getLabelColors() - Method in class adams.flow.transformer.draw.ObjectAnnotationsFromReport
Returns the colorizers for the label plotters.
getLabelColors() - Method in class adams.gui.tools.previewbrowser.ObjectAnnotationsHandler
Returns the colorizers for the label plotters.
getLabelColors() - Method in class adams.gui.tools.previewbrowser.ObjectAnnotationsReportHandler
Returns the colorizers for the label plotters.
getLabelColors() - Method in class adams.gui.visualization.image.ObjectAnnotations
Returns the colorizers for the label plotters.
getLabelColors() - Method in class adams.gui.visualization.object.overlay.ObjectAnnotations
Returns the colorizers for the label plotters.
getLabelDefinitions() - Method in class adams.data.io.input.YoloAnnotationsReportReader
Returns the spreadsheet file with the label index / label string relation.
getLabelDefinitions() - Method in class adams.data.io.output.YoloAnnotationsReportWriter
Returns the spreadsheet file with the label index / label string relation.
getLabelFont() - Method in class adams.flow.transformer.compareobjectlocations.Combined
Returns the label font.
getLabelFont() - Method in class adams.flow.transformer.draw.AbstractDrawObjectsFromReport
Returns the label font.
getLabelFont() - Method in class adams.gui.tools.previewbrowser.AnnotationsAndPredictionsFromReport
Returns the label font.
getLabelFont() - Method in class adams.gui.tools.previewbrowser.CocoAnnotationsHandler
Returns the label font.
getLabelFont() - Method in class adams.gui.tools.previewbrowser.DeepLabCutCSVHandler
Returns the label font.
getLabelFont() - Method in class adams.gui.tools.previewbrowser.DetectronAnnotationsHandler
Returns the label font.
getLabelFont() - Method in class adams.gui.tools.previewbrowser.ObjectCentersFromReport
Returns the label font.
getLabelFont() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
Returns the label font.
getLabelFont() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
Returns the label font.
getLabelFont() - Method in class adams.gui.tools.previewbrowser.PointsFromReportHandler
Returns the label font.
getLabelFont() - Method in class adams.gui.tools.previewbrowser.YoloAnnotationsHandler
Returns the label font.
getLabelFont() - Method in class adams.gui.visualization.image.AbstractObjectOverlayFromReport
Returns the label font.
getLabelFont() - Method in class adams.gui.visualization.image.AbstractPointOverlayFromReport
Returns the label font.
getLabelFont() - Method in class adams.gui.visualization.image.AbstractReportBasedOverlayHelper
Returns the label font.
getLabelFont() - Method in class adams.gui.visualization.object.overlay.AbstractObjectOverlayFromReport
Returns the label font.
getLabelFont() - Method in class adams.gui.visualization.object.overlay.AbstractPointOverlayFromReport
Returns the label font.
getLabelFont() - Method in class adams.gui.visualization.object.overlay.ClassificationLabelTextOverlay
Returns the label font.
getLabelFormat() - Method in class adams.flow.transformer.compareobjectlocations.Combined
Returns the label format.
getLabelFormat() - Method in class adams.flow.transformer.draw.AbstractDrawObjectsFromReport
Returns the label format.
getLabelFormat() - Method in class adams.gui.tools.previewbrowser.AnnotationsAndPredictionsFromReport
Returns the label format.
getLabelFormat() - Method in class adams.gui.tools.previewbrowser.CocoAnnotationsHandler
Returns the label format.
getLabelFormat() - Method in class adams.gui.tools.previewbrowser.DeepLabCutCSVHandler
Returns the label format.
getLabelFormat() - Method in class adams.gui.tools.previewbrowser.DetectronAnnotationsHandler
Returns the label format.
getLabelFormat() - Method in class adams.gui.tools.previewbrowser.ObjectCentersFromReport
Returns the label format.
getLabelFormat() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
Returns the label format.
getLabelFormat() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
Returns the label format.
getLabelFormat() - Method in class adams.gui.tools.previewbrowser.PointsFromReportHandler
Returns the label format.
getLabelFormat() - Method in class adams.gui.tools.previewbrowser.YoloAnnotationsHandler
Returns the label format.
getLabelFormat() - Method in class adams.gui.visualization.image.AbstractObjectOverlayFromReport
Returns the label format.
getLabelFormat() - Method in class adams.gui.visualization.image.AbstractPointOverlayFromReport
Returns the label format.
getLabelFormat() - Method in class adams.gui.visualization.image.AbstractReportBasedOverlayHelper
Returns the label format.
getLabelFormat() - Method in class adams.gui.visualization.object.overlay.AbstractObjectOverlayFromReport
Returns the label format.
getLabelFormat() - Method in class adams.gui.visualization.object.overlay.AbstractPointOverlayFromReport
Returns the label format.
getLabelIndex() - Method in class adams.flow.transformer.WekaInstancesInfo
Returns the index of the label to use.
getLabelIndex() - Method in class weka.classifiers.functions.ClassificationViaPLS
Get the label index of the class attribute to get the PLS matrices for.
getLabelKey() - Method in class adams.data.io.input.CocoAnnotationsReportReader
Returns the key in the meta-data containing the label.
getLabelKey() - Method in class adams.data.io.input.DetectronAnnotationsReportReader
Returns the key in the meta-data containing the label.
getLabelKey() - Method in class adams.data.io.input.ViaAnnotationsReportReader
Returns the key in the meta-data containing the label.
getLabelKey() - Method in class adams.data.io.output.OpexObjectLocationsWriter
Returns the key in the meta-data containing the label.
getLabelKey() - Method in class adams.data.io.output.ViaAnnotationsReportWriter
Returns the key in the meta-data containing the label.
getLabelKey() - Method in class adams.data.io.output.YoloAnnotationsReportWriter
Returns the key in the meta-data containing the label.
getLabelKey() - Method in class adams.data.objectfilter.MergeOverlaps
Returns the (optional) key for a string label in the meta-data.
getLabelKey() - Method in class adams.data.objectoverlap.AreaRatio
Returns the (optional) key for a string label in the meta-data; if supplied the value of the object with the highest overlap gets stored in the report using AreaRatio.OVERLAP_LABEL_HIGHEST, AreaRatio.OVERLAP_LABEL_HIGHEST_MATCH stores whether the labels match.
getLabelKey() - Method in class adams.data.objectoverlap.IntersectOverUnionRatio
Returns the (optional) key for a string label in the meta-data; if supplied the value of the object with the highest overlap gets stored in the report using IntersectOverUnionRatio.IOU_LABEL_HIGHEST, IntersectOverUnionRatio.IOU_LABEL_HIGHEST_MATCH stores whether the labels match.
getLabelKey() - Method in class adams.data.overlappingobjectremoval.MergeOverlaps
Returns the (optional) key for a string label in the meta-data.
getLabelKey() - Method in class adams.flow.transformer.ImageObjectOverlap
Returns the (optional) key for a string label in the meta-data; if supplied the value of the object with the highest overlap gets stored in the report using AreaRatio.OVERLAP_LABEL_HIGHEST, AreaRatio.OVERLAP_LABEL_HIGHEST_MATCH stores whether the labels match.
getLabelKey() - Method in class adams.flow.transformer.ImageObjectOverlapMatrix
Returns the meta-data key that stores the label.
getLabelKey() - Method in class adams.flow.transformer.IntersectOverUnion
Returns the (optional) key for a string label in the meta-data; if supplied the value of the object with the highest overlap gets stored in the report using IntersectOverUnionRatio.IOU_LABEL_HIGHEST, IntersectOverUnionRatio.IOU_LABEL_HIGHEST_MATCH stores whether the labels match.
getLabelMapping() - Method in class adams.flow.transformer.ViaAnnotationsToReports
Returns the label mappings.
getLabelMatch() - Method in class weka.filters.unsupervised.instance.DatasetLabeler
Returns the label for the matching rows.
getLabelMissed() - Method in class adams.flow.transformer.ImageObjectOverlapMatrix
Returns the label to use for annotations that have no corresponding predictions.
getLabelNegative() - Method in class adams.data.conversion.SpreadSheetBinarize
Returns the negative label (for 0s) in case of SpreadSheetBinarize.BinarizeType.LABELS.
getLabelNonMatch() - Method in class weka.filters.unsupervised.instance.DatasetLabeler
Returns the label for the non-matching rows.
getLabelOffsetX() - Method in class adams.flow.transformer.draw.AbstractDrawObjectsFromReport
Returns the X offset for the label.
getLabelOffsetX() - Method in class adams.gui.tools.previewbrowser.DeepLabCutCSVHandler
Returns the X offset for the label.
getLabelOffsetX() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
Returns the X offset for the label.
getLabelOffsetX() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
Returns the X offset for the label.
getLabelOffsetX() - Method in class adams.gui.tools.previewbrowser.PointsFromReportHandler
Returns the X offset for the label.
getLabelOffsetX() - Method in class adams.gui.tools.previewbrowser.YoloAnnotationsHandler
Returns the X offset for the label.
getLabelOffsetX() - Method in class adams.gui.visualization.image.AbstractObjectOverlayFromReport
Returns the X offset for the label.
getLabelOffsetX() - Method in class adams.gui.visualization.image.AbstractPointOverlayFromReport
Returns the X offset for the label.
getLabelOffsetX() - Method in class adams.gui.visualization.image.AbstractReportBasedOverlayHelper
Returns the X offset for the label.
getLabelOffsetX() - Method in class adams.gui.visualization.object.overlay.AbstractObjectOverlayFromReport
Returns the X offset for the label.
getLabelOffsetX() - Method in class adams.gui.visualization.object.overlay.AbstractPointOverlayFromReport
Returns the X offset for the label.
getLabelOffsetX() - Method in class adams.gui.visualization.object.overlay.ClassificationLabelTextOverlay
Returns the X offset for the label.
getLabelOffsetY() - Method in class adams.flow.transformer.draw.AbstractDrawObjectsFromReport
Returns the Y offset for the label.
getLabelOffsetY() - Method in class adams.gui.tools.previewbrowser.DeepLabCutCSVHandler
Returns the Y offset for the label.
getLabelOffsetY() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
Returns the Y offset for the label.
getLabelOffsetY() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
Returns the Y offset for the label.
getLabelOffsetY() - Method in class adams.gui.tools.previewbrowser.PointsFromReportHandler
Returns the Y offset for the label.
getLabelOffsetY() - Method in class adams.gui.tools.previewbrowser.YoloAnnotationsHandler
Returns the Y offset for the label.
getLabelOffsetY() - Method in class adams.gui.visualization.image.AbstractObjectOverlayFromReport
Returns the Y offset for the label.
getLabelOffsetY() - Method in class adams.gui.visualization.image.AbstractPointOverlayFromReport
Returns the Y offset for the label.
getLabelOffsetY() - Method in class adams.gui.visualization.image.AbstractReportBasedOverlayHelper
Returns the Y offset for the label.
getLabelOffsetY() - Method in class adams.gui.visualization.object.overlay.AbstractObjectOverlayFromReport
Returns the Y offset for the label.
getLabelOffsetY() - Method in class adams.gui.visualization.object.overlay.AbstractPointOverlayFromReport
Returns the Y offset for the label.
getLabelOffsetY() - Method in class adams.gui.visualization.object.overlay.ClassificationLabelTextOverlay
Returns the Y offset for the label.
getLabelPassword() - Method in class adams.gui.dialog.PasswordDialog
Returns the text of the password label.
getLabelPlotters() - Method in class adams.flow.transformer.draw.ObjectAnnotationsFromReport
Returns the plotters for the labels.
getLabelPlotters() - Method in class adams.gui.tools.previewbrowser.ObjectAnnotationsHandler
Returns the plotters for the labels.
getLabelPlotters() - Method in class adams.gui.tools.previewbrowser.ObjectAnnotationsReportHandler
Returns the plotters for the labels.
getLabelPlotters() - Method in class adams.gui.visualization.image.ObjectAnnotations
Returns the plotters for the labels.
getLabelPlotters() - Method in class adams.gui.visualization.object.overlay.ObjectAnnotations
Returns the plotters for the labels.
getLabelPositive() - Method in class adams.data.conversion.SpreadSheetBinarize
Returns the positive label (for 1s) in case of SpreadSheetBinarize.BinarizeType.LABELS.
getLabelReader() - Method in class adams.data.io.input.YoloAnnotationsReportReader
Returns the spreadsheet reader to use for the definitions.
getLabelReader() - Method in class adams.data.io.output.YoloAnnotationsReportWriter
Returns the spreadsheet reader to use for the definitions.
getLabelRegExp() - Method in class weka.filters.unsupervised.instance.RemoveWithLabels
Returns the regular expression for matching the labels to remove.
getLabels() - Method in class adams.data.imagesegmentation.operation.CompareAnnotationWithPrediction
Returns the labels to generate the images for instead of all.
getLabels() - Method in class adams.data.imagesegmentation.operation.ConfusionMatrix
Returns the labels to use for enforcing order other than alphabetical.
getLabels() - Method in class adams.data.io.output.DeepLabCutCSVWriter
Returns the labels to output.
getLabels() - Method in class adams.flow.sink.ImageSegmentationViewer
Returns the labels to use.
getLabels() - Method in class adams.flow.transformer.ImageAnnotator
Returns the labels to use.
getLabels() - Method in class adams.flow.transformer.ImageLabeler
Returns the labels to use.
getLabels() - Method in class adams.flow.transformer.ImageSegmentationAnnotator
Returns the labels to use.
getLabels() - Method in class adams.flow.transformer.pixelselector.AddClassification
Returns the available classification labels.
getLabels() - Method in class adams.gui.tools.previewbrowser.AnnotateImage
Returns the labels to use.
getLabels() - Method in interface adams.gui.visualization.core.axis.FixedLabelTickGenerator
Returns the list of labels in use.
getLabels() - Method in class adams.gui.visualization.core.axis.SimpleFixedLabelTickGenerator
Returns the list of labels in use.
getLabels() - Method in class adams.gui.visualization.object.labelselector.ButtonSelectorGenerator
Returns the labels to use for annotating.
getLabels() - Method in class adams.gui.visualization.object.labelselector.ButtonSelectorPanel
Returns the labels to choose from.
getLabels() - Method in class adams.gui.visualization.object.labelselector.ButtonSelectorWithColorGenerator
Returns the labels to use for annotating.
getLabels() - Method in class adams.gui.visualization.object.labelselector.ButtonSelectorWithColorPanel
Returns the labels to choose from.
getLabels() - Method in class adams.gui.visualization.object.labelselector.ComboBoxSelectorGenerator
Returns the labels to use for annotating.
getLabels() - Method in class adams.gui.visualization.object.labelselector.ComboBoxSelectorPanel
Returns the labels to choose from.
getLabels() - Method in interface adams.gui.visualization.object.labelselector.LabelSelector
Returns the labels to choose from.
getLabelSelector() - Method in class adams.flow.transformer.ImageObjectAnnotator
Returns the generator to use for creating the panel with the labels.
getLabelSelectorPanel() - Method in class adams.gui.visualization.object.ObjectAnnotationPanel
Returns the label selector panel.
getLabelSkip() - Method in class adams.flow.control.Inspect
Returns the label to use for the skip button ('_' precedes the character to use as accelerator).
getLabelString() - Method in class weka.classifiers.functions.ClassificationViaPLS
Get the class attribute's label to get the PLS matrices for.
getLabelSuffix() - Method in class adams.data.io.input.ObjectLocationsSpreadSheetReader
Returns the field suffix used in the report for labels.
getLabelSuffix() - Method in class adams.data.io.input.OpexObjectLocationsReader
Returns the field suffix used in the report for labels.
getLabelSuffix() - Method in class adams.data.io.input.PascalVOCObjectLocationsReader
Returns the field suffix used in the report for labels.
getLabelSuffix() - Method in class adams.data.io.input.YoloAnnotationsReportReader
Returns the field suffix used in the report for labels.
getLabelSuffix() - Method in interface adams.gui.visualization.image.selection.SelectionProcessorWithLabelSupport
Returns the suffix to use for the label.
getLabelSuffix() - Method in class adams.gui.visualization.image.selection.SelectObjects
Returns the suffix to use for the label.
getLabelSuffix() - Method in class adams.gui.visualization.object.annotator.BoundingBoxAnnotator
Returns the suffix to use for the label.
getLabelSuffix() - Method in interface adams.gui.visualization.object.annotator.LabelSuffixHandler
Returns the suffix to use for the label.
getLabelSuffix() - Method in class adams.gui.visualization.object.annotator.PolygonAnnotator
Returns the suffix to use for the label.
getLabelSuffix() - Method in class adams.gui.visualization.object.annotator.PolygonPointAnnotator
Returns the suffix to use for the label.
getLabelSuffix() - Method in class adams.gui.visualization.object.annotator.SimplePointAnnotator
Returns the suffix to use for the label.
getLabelsX() - Method in class adams.data.sequence.XYSequence
Returns all the labels for X.
getLabelsY() - Method in class adams.data.sequence.XYSequence
Returns all the labels for Y.
getLabelText(boolean) - Method in class adams.gui.visualization.debug.SideBySideDiffPanel
Returns the text of the label.
getLabelX() - Method in class adams.gui.visualization.jfreechart.chart.AbstractChartGeneratorWithAxisLabels
Returns the label for the X axis.
getLabelY() - Method in class adams.gui.visualization.jfreechart.chart.AbstractChartGeneratorWithAxisLabels
Returns the label for the Y axis.
getLagFineTune() - Method in class adams.flow.core.LagMakerOptions
Returns the lag fine tune.
getLagMaker() - Method in class adams.flow.source.wekaforecastersetup.WekaForecasterGenerator
Returns the lag options.
getLambda() - Method in class adams.data.instancesanalysis.pls.DIPLS
Returns the lambda.
getLambda() - Method in class adams.data.instancesanalysis.pls.SparsePLS
Returns the sparsity parameter; determines sparseness.
getLambda() - Method in class adams.data.instancesanalysis.pls.VCPLS
Returns the lambda parameter.
getLambda() - Method in class adams.data.spc.MOACUSUM
Returns the threshold for the test.
getLambda() - Method in class adams.data.spc.MOAPageHinkley
Returns the threshold for the test.
getLambda() - Method in class weka.classifiers.trees.XGBoost
Gets the L2 regularisation term on weights.
getLanguage() - Method in class adams.data.tesseract.TesseractHelper
Returns the language.
getLanguage() - Method in class adams.flow.transformer.TesseractOCR
Returns the language to use.
getLargeDatabaseID() - Method in interface adams.data.id.LargeDatabaseIDHandler
Returns the database ID.
getLargeDatabaseID() - Method in class adams.db.LogEntry
Returns the database ID.
getLastActionResult(Class) - Method in class adams.flow.transformer.pixelselector.PixelSelectorPanel
Retrieves the previous result for the specified action if available.
getLastActor() - Method in class adams.flow.FlowRunner
Returns the instance of the last actor that was executed.
getLastActor() - Method in class adams.flow.setup.FlowSetupWorker
Returns the actor that was executed.
getLastCommand() - Method in class adams.core.command.AbstractExternalCommand
Returns the last command that was executed.
getLastCommand() - Method in interface adams.core.command.ExternalCommand
Returns the last command that was executed.
getLastConnectionError() - Method in class adams.db.AbstractDatabaseConnection
Returns the last error that happened when connecting to the database.
getLastError() - Method in interface adams.core.ErrorProvider
Returns the error that occurred during the last operation.
getLastError() - Method in class adams.data.io.input.AbstractSpreadSheetReader
Returns the error that occurred during the last read.
getLastError() - Method in class adams.data.io.input.SimpleCsvSpreadSheetReader
Returns the error that occurred during the last read.
getLastError() - Method in interface adams.data.io.input.SpreadSheetReader
Returns the error that occurred during the last read.
getLastError() - Method in class adams.data.spreadsheet.colstatistic.AbstractColumnStatistic
Returns the last error that occurred.
getLastError() - Method in class adams.data.spreadsheet.matrixstatistic.AbstractMatrixStatistic
Returns the last error that occurred.
getLastError() - Method in class adams.data.spreadsheet.rowscore.AbstractRowScore
Returns the last error that occurred.
getLastError() - Method in class adams.data.spreadsheet.rowstatistic.AbstractRowStatistic
Returns the last error that occurred.
getLastError() - Method in class adams.flow.control.plotprocessor.AbstractPlotProcessor
Returns the error message from the last processing (if any).
getLastError() - Method in class adams.flow.control.removeoutliers.AbstractOutlierDetector
Returns any error that occurred during the last detection.
getLastError() - Method in class adams.gui.scripting.AbstractScriptingEngine
Returns the last error that was encountered, or null if no error occurred.
getLastError() - Method in class weka.classifiers.AggregateEvaluations
Returns the error that occurred during the last operation.
getLastFind() - Method in class adams.gui.core.AbstractTextAreaPanelWithAdvancedSyntaxHighlighting
Returns the last search string.
getLastFind() - Method in class adams.gui.core.StyledTextEditorPanel
Returns the last search string.
getLastFind() - Method in class adams.gui.core.TextEditorPanel
Returns the last search string.
getLastFlow() - Method in class adams.gui.flow.FlowEditorPanel
Returns the last flow executed (currently selected flow).
getLastFlow() - Method in class adams.gui.flow.FlowPanel
Returns the last executed flow (if any).
getLastFlow() - Method in class adams.gui.flow.FlowRunnerPanel
Returns the last executed flow (if any).
getLastFlow() - Method in interface adams.gui.flow.FlowWorkerHandler
Returns the last executed flow (if any).
getLastModified() - Method in interface adams.core.io.FileObject
Returns the date when the file was last modified.
getLastModified() - Method in class adams.core.io.FtpFileObject
Returns the date when the file was last modified.
getLastModified() - Method in class adams.core.io.LocalFileObject
Returns the date when the file was last modified.
getLastModified() - Method in class adams.core.io.SftpFileObject
Returns the date when the file was last modified.
getLastModified() - Method in class adams.core.io.SmbFileObject
Returns the date when the file was last modified.
getLastName() - Method in class adams.core.net.EmailContact
Returns the last name.
getLastPathComponent() - Method in class adams.flow.core.ActorPath
Returns the last path component, if available.
getLastReader() - Method in class adams.gui.flow.FlowPanel
Returns the last flow reader in use.
getLastSearchString() - Method in class adams.gui.flow.tree.Tree
Returns the last search string in use.
getLastSendResult() - Method in class adams.gui.dialog.ComposeEmailDialog
Returns the last result of sending an email.
getLastSendResult() - Method in class adams.gui.dialog.ComposeEmailPanel
Returns the last result obtained when sending an email.
getLastSetup() - Method in class adams.gui.plugin.AbstractToolPlugin
Returns the last setup for this object's class.
getLastSetup() - Method in class adams.gui.tools.spreadsheetviewer.AbstractDataPlugin
Returns the last setup for this object's class.
getLastSetup() - Method in class adams.gui.tools.spreadsheetviewer.AbstractViewPlugin
Returns the last setup for this object's class.
getLastSetup(Class, boolean, boolean) - Method in class adams.gui.core.SpreadSheetTable
Returns any last setup if available.
getLastSetup(Class, boolean, boolean) - Method in class adams.gui.visualization.instances.InstancesTable
Returns any last setup if available.
getLastVisibleRow() - Method in class adams.gui.core.BaseTree
Returns the last visible row.
getLastWidget() - Method in class adams.gui.menu.FlowEditor
Returns the last widget that was launched.
getLastWidget() - Method in interface adams.gui.menu.LastWidgetLaunched
Returns the last widget that was launched.
getLastWriter() - Method in class adams.gui.flow.FlowPanel
Returns the last flow writer in use.
getLatest() - Method in class adams.db.LogEntryConditions
Returns whether to return only the latest (most recent) entries only.
getLaunchModeOptions() - Method in class adams.flow.standalone.PyroNameServer
Returns the additional options when launching the nameserver (aside hostname and port).
getLaunchWait() - Method in class adams.flow.standalone.PyroNameServer
Returns the time to wait for the nameserver to become operational (and check for errors).
getLayer(String) - Method in class adams.gui.visualization.segmentation.layer.LayerManager
Returns the layer with the specified name.
getLayerColorMappings() - Method in class adams.data.imagesegmentation.filter.Draw
Returns the mappings of label/color (in hex notation).
getLayerManager() - Method in class adams.gui.visualization.segmentation.tool.AbstractTool
Returns the layer manager.
getLayerManager() - Method in interface adams.gui.visualization.segmentation.tool.Tool
Returns the layer manager.
getLayerNames() - Method in class adams.data.io.input.AbstractPNGAnnotationImageSegmentationReader
Returns the names for the layers to use.
getLayerNames() - Method in interface adams.data.io.input.ImageSegmentationAnnotationReaderWithLayerNames
Returns the names for the layers to use.
getLayerNames() - Method in class adams.data.io.output.AbstractPNGAnnotationImageSegmentationWriter
Returns the names for the layers to use; outputs all if none specified.
getLayerNames() - Method in interface adams.data.io.output.ImageSegmentationAnnotationWriterWithLayerNames
Returns the names for the layers to use.
getLayerNames(ImageSegmentationContainer) - Method in class adams.data.io.output.AbstractPNGAnnotationImageSegmentationWriter
Returns the names of the layers to output.
getLayers() - Method in class adams.data.imagesegmentation.layerorder.Predefined
Returns the predefined order.
getLayers() - Method in class adams.data.imagesegmentation.operation.SimpleOverlay
Returns the layers to display, uses all if empty array.
getLayers() - Method in class adams.flow.container.ImageSegmentationContainer
Returns the layers.
getLayers() - Method in class adams.gui.visualization.segmentation.layer.LayerManager
Returns all the layers.
getLayersToMerge() - Method in class adams.data.imagesegmentation.filter.MergeLayers
Returns the names of the layers to merge.
getLayerTransformer() - Method in class adams.data.io.input.IndividualImageSegmentationLayerReader
Returns the image transformer to apply to the layer images.
getLayerVisibility() - Method in class adams.flow.sink.ImageSegmentationViewer
Returns the type of visibility to use when annotating the next image (when using separate layers).
getLayerVisibility() - Method in class adams.flow.transformer.ImageSegmentationAnnotator
Returns the type of visibility to use when annotating the next image (when using separate layers).
getLayoutType() - Method in class adams.gui.core.SearchPanel
Returns the type of layout.
getLayoutType() - Method in class adams.gui.tools.ImageProcessorSubPanel
Returns the layout in use.
getLeft() - Method in class adams.core.DiffUtils.SideBySideDiff
Return the diff of the left/first list/file.
getLeft() - Method in class adams.data.image.transformer.crop.SimpleCrop
Returns the x of the top-left corner.
getLeft() - Method in class adams.data.objectfinder.ObjectsInRegion
Returns the x of the top-left corner.
getLeft() - Method in class adams.flow.transformer.CountObjectsInRegion
Returns the x of the top-left corner.
getLeft() - Method in class adams.gui.visualization.stats.zscore.ZScorePanel
Get the y axis
getLeftClickProcessor() - Method in class adams.flow.sink.ImageViewer
Returns the left-click processor in use.
getLeftComponent() - Method in class adams.gui.core.SplitPanelWithOptionalComponents
Returns the left component.
getLeftDetachedFrameTitle() - Method in class adams.gui.core.SplitPanelWithOptionalComponents
Returns the frame title for the detached left component.
getLeftDetachedFrameTitle() - Method in class adams.gui.visualization.image.ImagePanel
Returns the frame title for the detached left component.
getLeftDividerLocation() - Method in class adams.flow.sink.ImageSegmentationViewer
Returns the position for the left divider in pixels.
getLeftDividerLocation() - Method in class adams.flow.transformer.ImageLabeler
Returns the position for the left divider in pixels.
getLeftDividerLocation() - Method in class adams.flow.transformer.ImageObjectAnnotator
Returns the position for the left divider in pixels.
getLeftDividerLocation() - Method in class adams.flow.transformer.ImageSegmentationAnnotator
Returns the position for the left divider in pixels.
getLeftDividerLocation() - Method in class adams.gui.visualization.image.ImagePanel
Returns the divider location between left panel and image.
getLeftDividerLocation() - Method in class adams.gui.visualization.object.ObjectAnnotationPanel
Returns the left divider location.
getLeftDividerLocation() - Method in class adams.gui.visualization.segmentation.SegmentationPanel
Returns the left divider location.
getLeftPad() - Method in class adams.data.conversion.JsonToSpreadSheet
Returns whether the array indices get left-padded with zeroes.
getLeftPanel() - Method in class adams.gui.visualization.image.ImagePanel
Returns the currently set left panel.
getLegend() - Method in class adams.gui.visualization.jfreechart.chart.AbstractChartGenerator
Returns whether the legend is displayed.
getLength() - Method in interface adams.core.io.FileObject
Returns the size of the file.
getLength() - Method in class adams.core.io.FtpFileObject
Returns the size of the file.
getLength() - Method in class adams.core.io.LocalFileObject
Returns the size of the file.
getLength() - Method in class adams.core.io.SftpFileObject
Returns the size of the file.
getLength() - Method in class adams.core.io.SmbFileObject
Returns the size of the file.
getLength() - Method in class adams.data.statistics.AbstractArrayDistance
Returns the length of the stored arrays.
getLength() - Method in class adams.data.statistics.ArrayAngle
Returns the length of the stored arrays.
getLength() - Method in class adams.data.statistics.ArrayBinning
Returns the length of the stored arrays.
getLength() - Method in class adams.data.statistics.ArrayCorrelationCoefficient
Returns the length of the stored arrays.
getLength() - Method in class adams.data.statistics.ArrayCovariance
Returns the length of the stored arrays.
getLength() - Method in class adams.data.statistics.ArrayDifference
Returns the length of the stored arrays.
getLength() - Method in class adams.data.statistics.ArrayHistogram
Returns the length of the stored arrays.
getLength() - Method in class adams.data.statistics.ArrayKendallTheil
Returns the length of the stored arrays.
getLength() - Method in class adams.data.statistics.ArrayLinearRegression
Returns the length of the stored arrays.
getLength() - Method in class adams.data.statistics.ArrayMeanAbsoluteError
Returns the length of the stored arrays.
getLength() - Method in class adams.data.statistics.ArrayNormalize
Returns the length of the stored arrays.
getLength() - Method in class adams.data.statistics.ArrayNormalizeRange
Returns the length of the stored arrays.
getLength() - Method in class adams.data.statistics.ArrayRelativeAbsoluteError
Returns the length of the stored arrays.
getLength() - Method in class adams.data.statistics.ArrayRootMeanSquaredError
Returns the length of the stored arrays.
getLength() - Method in class adams.data.statistics.ArrayRootRelativeSquaredError
Returns the length of the stored arrays.
getLength() - Method in class adams.data.statistics.ArrayRSquared
Returns the length of the stored arrays.
getLength() - Method in class adams.data.statistics.ArrayStandardize
Returns the length of the stored arrays.
getLength() - Method in class adams.data.statistics.ArrayStandardScores
Returns the length of the stored arrays.
getLength() - Method in interface adams.data.statistics.EqualLengthArrayStatistic
Returns the length of the stored arrays.
getLength() - Method in class adams.db.indices.IndexColumn
Returns the length of the key.
getLength() - Method in class adams.flow.transformer.ArrayCombinations
Get length.
getLength() - Method in class adams.gui.visualization.core.AxisPanel
Depending on direction, either returns width (= HORIZONTAL) or height (= VERTICAL).
getLength() - Method in class adams.gui.visualization.jfreechart.shape.Cross
Returns the length of the arms of the cross.
getLengthTicks() - Method in class adams.gui.visualization.core.AxisPanel
Returns the length of ticks currently displayed.
getLengthTicks() - Method in class adams.gui.visualization.core.AxisPanelOptions
Returns the length of ticks currently displayed.
getLenient() - Method in interface adams.core.LenientModeSupporter
Returns whether to use lenient mode.
getLenient() - Method in class adams.data.conversion.SpreadSheetColumnsToReport
Returns whether whether to skip over errors.
getLenient() - Method in class adams.data.conversion.SpreadSheetRowsToReport
Returns whether whether to skip over errors.
getLenient() - Method in class adams.data.indexedsplits.AbstractIndexedSplitsRunsCompatibility
Returns whether to be lenient with the checks.
getLenient() - Method in class adams.data.io.input.AbstractPNGAnnotationImageSegmentationReader
Returns whether lenient, ie the associated PNG does not have to exist.
getLenient() - Method in class adams.data.objectfinder.AbstractObjectFinder
Returns whether to suppress error if -1 indices found.
getLenient() - Method in class adams.flow.control.Switch
Returns whether in lenient mode, ie not requiring a payload in the tokens.
getLenient() - Method in class adams.flow.source.AbstractIdSupplier
Returns whether to ignore empty list of IDs instead of reporting it as error.
getLenient() - Method in class adams.flow.transformer.AbstractDataContainerDbReader
Returns whether to ignore IDs that weren't found (warning rather than error).
getLenient() - Method in class adams.flow.transformer.AbstractReportDbUpdater
Returns whether to be lenient, i.e., quietly handle empty resultsets.
getLenient() - Method in class adams.flow.transformer.MergeReportFromMap
Returns whether to use lenient mode (missing IDs in map won't cause error).
getLenient() - Method in class adams.flow.transformer.SpreadSheetStorageRowIterator
Returns whether to suppress error message if no rows found.
getLenient() - Method in class adams.flow.transformer.SpreadSheetVariableRowIterator
Returns whether to suppress error message if no rows found.
getLenient() - Method in class adams.flow.transformer.WekaReorderAttributesToReference
Returns whether to tolerate attributes that are missing in the incoming data.
getLevel() - Method in class adams.core.logging.Logger
Returns the logging level.
getLevel() - Method in enum adams.core.logging.LoggingLevel
Returns the associated logging level.
getLevel() - Method in class adams.flow.standalone.logevent.TypeFilter
Returns the logging level of records to accept.
getLevel() - Method in class adams.gui.event.ConsolePanelEvent
Returns the logging level.
getLevel(Class) - Static method in class adams.core.logging.LoggingHelper
Returns the log level for the specified class.
getLevel(Class, Level) - Static method in class adams.core.logging.LoggingHelper
Returns the log level for the specified class.
getLevel(String) - Static method in class adams.core.logging.LoggingHelper
Gets the level for the specified environment variable.
getLevels() - Method in class adams.flow.standalone.ConsoleWindow
Returns the LoggingLevels to display .
getLimit() - Method in class adams.data.textrenderer.AbstractLimitedTextRenderer
Returns the maximum of rows to render.
getLimit() - Method in interface adams.data.textrenderer.LimitedTextRenderer
Returns the maximum of rows to render.
getLimit() - Method in class adams.db.AbstractLimitedConditions
Returns the maximum number of records to retrieve.
getLimit() - Method in class adams.flow.control.StorageQueueHandler
Returns the limit of the queue.
getLimit() - Method in class adams.flow.sink.ActualVsPredictedPlot
Returns the limit to impose on the axes.
getLimit() - Method in class adams.flow.sink.sequenceplotter.SimplePruning
Returns the size limit.
getLimit() - Method in class adams.flow.standalone.QueueInit
Returns the limit of the queue.
getLimit() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.ClassifierErrors
Returns the limit to impose on the axes.
getLimitPaintlet() - Method in class adams.flow.sink.ControlChartPlot
Returns the paintlet to use for painting the limits.
getLine(String, int) - Method in class adams.gui.scripting.SyntaxDocument
Returns the line.
getLineColor() - Method in class adams.gui.visualization.stats.paintlet.AbstractZScorePaintlet
Get the color for drawing the lines
getLineCount() - Method in class adams.gui.core.BaseTextArea
Returns the number of lines in the document (= # of elements).
getLineCount() - Method in class adams.gui.core.BaseTextPane
Returns the number of lines in the document (= # of elements).
getLineNo() - Method in class adams.gui.tools.ConsoleOutputAnalyzerPanel.ConsoleOutputEntry
Returns the line number of this entry.
getLineNumber() - Static method in class adams.core.logging.LoggingHelper
Returns the line number this method was called in.
getLineRange(List) - Method in class adams.core.option.NestedConsumer
Generates a line number range from the list of values (mixed Line/ArrayList).
getLineRange(List, TIntArrayList) - Method in class adams.core.option.NestedConsumer
Collects all the line numbers.
getLines() - Method in class adams.gui.visualization.image.BoofCVDetectLineSegmentsImageOverlay
Returns the current spreadsheet with lines data.
getLines() - Method in class adams.gui.visualization.image.BoofCVDetectLinesImageOverlay
Returns the current spreadsheet with lines data.
getLineWidth() - Method in class adams.flow.transformer.pdfproclet.Circle
Returns the line width.
getLineWidth() - Method in class adams.flow.transformer.pdfproclet.Line
Returns the line width.
getLineWidth() - Method in class adams.flow.transformer.pdfproclet.Rectangle
Returns the line width.
getLineWrap() - Method in class adams.flow.sink.Display
Returns whether line wrap is enabled.
getLineWrap() - Method in class adams.flow.sink.HistoryDisplay
Returns whether line wrap is enabled.
getLineWrap() - Method in class adams.gui.core.AbstractTextAreaPanelWithAdvancedSyntaxHighlighting
Returns the linewrap status.
getLineWrap() - Method in class adams.gui.core.BaseTextAreaWithButtons
Returns whether line wrap is enabled.
getLineWrap() - Method in class adams.gui.core.BufferHistoryPanel
Returns whether line wrap is enabled.
getLineWrap() - Method in class adams.gui.core.ConsolePanel.OutputPanel
Returns the current line wrap setting.
getLineWrap() - Method in class adams.gui.core.ErrorMessagePanel
Returns whether line wrap is enabled.
getLineWrap() - Method in interface adams.gui.core.LogPanel
Returns the current line wrap setting.
getLineWrap() - Method in class adams.gui.core.SimpleLogPanel
Returns the current line wrap setting.
getLineWrap() - Method in interface adams.gui.core.TextAreaComponent
Returns whether line wrap is enabled.
getLineWrap() - Method in class adams.gui.core.TextEditorPanel
Returns whether line wrap is enabled.
getLineWrap() - Method in class adams.gui.dialog.TextDialog
Returns whether line wrap is enabled.
getLineWrap() - Method in class adams.gui.dialog.TextPanel
Returns whether line wrap is enabled.
getLineWrap() - Method in class adams.gui.tools.previewbrowser.PlainTextHandler
Returns whether line wrap is enabled.
getLinkCallableActors() - Method in class adams.core.option.FlowStructureDotProducer
Returns whether to output the links to callable actors as well.
getLinkCallableActors() - Method in class adams.core.option.FlowStructureGraphMLProducer
Returns whether to output the links to global actors as well.
getLinkDest() - Method in class adams.flow.source.RSync
 
getLinuxExecutable() - Static method in class adams.core.management.Terminal
Returns the Linux executable.
getLinuxOptions() - Static method in class adams.core.management.Terminal
Returns the Linux options.
getList() - Method in class adams.core.discovery.genetic.AbstractGeneticDoubleDiscoveryHandler
Returns the list of values to use (blank-separated).
getList() - Method in class adams.core.discovery.genetic.AbstractGeneticFloatDiscoveryHandler
Returns the list of values to use (blank-separated).
getList() - Method in class adams.core.discovery.genetic.AbstractGeneticIntegerDiscoveryHandler
Returns the list of values to use (blank-separated).
getList() - Method in class adams.core.discovery.genetic.AbstractGeneticStringDiscoveryHandler
Returns the list of values to use (blank-separated).
getList() - Method in class adams.flow.processor.AbstractListingProcessor
Returns the list.
getList() - Method in class adams.flow.processor.ListAllStorageNames
Returns the list.
getList() - Method in class adams.flow.processor.ListAllVariables
Returns the list.
getList() - Method in interface adams.flow.processor.ListingProcessor
Returns the list.
getList() - Method in class adams.gui.core.JComponentList.CheckBoxListItem
Returns the list this item belongs to.
getList() - Method in class adams.gui.core.JComponentList.LabelListItem
Returns the list this item belongs to.
getList() - Method in class adams.gui.wizard.ListPage
Returns the underlying parameter panel.
getList(String) - Method in class adams.gui.application.AbstractPropertiesPreferencesPanel
Returns the list associated with a particular property.
getList(String) - Method in class adams.gui.core.PropertiesParameterPanel
Returns the list associated with a particular property.
getListCellRendererComponent(JList<?>, Object, int, boolean, boolean) - Method in class adams.gui.core.MultiPagePane.TitleRenderer
Returns the rendering component.
getListCellRendererComponent(JList<?>, Object, int, boolean, boolean) - Method in class adams.gui.flow.FlowMultiPagePane.FlowTitleRenderer
Returns the rendering component.
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class adams.gui.core.JComponentList.ListCellRenderer
Return a component that has been configured to display the specified value.
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class adams.gui.goe.GenericArrayEditor.EditorListCellRenderer
Creates a cell rendering component.
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class adams.gui.tools.PreviewBrowserPanel.LocalFilesListCellRenderer
Return a component that has been configured to display the specified value.
getListDefault(String) - Method in class adams.gui.core.PropertiesParameterPanel
Returns the default list item associated with a particular property.
getListDirs() - Method in class adams.core.io.lister.AbstractDirectoryLister
Returns whether to list directories or not.
getListDirs() - Method in interface adams.core.io.lister.DirectoryLister
Returns whether to list directories or not.
getListDirs() - Method in class adams.flow.source.DirectoryLister
Returns whether directories are listed.
getListDirs() - Method in class adams.flow.source.FTPLister
Deprecated.
Returns whether directories are listed.
getListDirs() - Method in class adams.gui.core.FilePanel
Returns whether directories are listed.
getListedClassNames() - Method in class adams.gui.tools.ClassHelpPanel
Returns the currently listed class names.
GetListElement - Class in adams.flow.transformer
Picks an element from a list and forwards only this element.
GetListElement() - Constructor for class adams.flow.transformer.GetListElement
Default constructor.
GetListElement(Index) - Constructor for class adams.flow.transformer.GetListElement
Initializes with the specified index.
getListeners() - Static method in class adams.flow.execution.AbstractFlowExecutionListener
Returns a list with classnames of processors.
getListenerTitle() - Method in class adams.flow.execution.CurrentlyExecuted
The title of this listener.
getListenerTitle() - Method in class adams.flow.execution.Debug
The title of this listener.
getListenerTitle() - Method in class adams.flow.execution.ExecutionCounter
The title of this listener.
getListenerTitle() - Method in interface adams.flow.execution.GraphicalFlowExecutionListener
The title of this listener.
getListenerTitle() - Method in class adams.flow.execution.MultiListener
The title of this listener.
getListenerTitle() - Method in class adams.flow.execution.Time
The title of this listener.
getListFiles() - Method in class adams.core.io.lister.AbstractDirectoryLister
Returns whether to list files or not.
getListFiles() - Method in interface adams.core.io.lister.DirectoryLister
Returns whether to list files or not.
getListFiles() - Method in class adams.flow.source.DirectoryLister
Returns whether directories are listed.
getListFiles() - Method in class adams.flow.source.FTPLister
Deprecated.
Returns whether directories are listed.
getListFiles() - Method in class adams.gui.core.FilePanel
Returns whether files are listed.
getListModel() - Method in class adams.gui.core.AbstractNamedHistoryPanel
Returns the list model.
getListModelClass() - Method in class adams.gui.core.SearchableBaseList
Returns the class of the list model that the models need to be derived from.
getListsFromClipboard() - Static method in class adams.gui.flow.tree.TreeOperations
Returns the nested lists stored on the clipboard.
getLive() - Method in class adams.flow.control.HeapDump
Returns whether to output only live objects.
getLoadActors() - Method in class adams.flow.control.LoadBalancer
Returns the load actors.
getLoader() - Method in class adams.gui.chooser.DatasetFileChooserPanel
Returns the current loader.
getLoadFromDisk() - Method in class adams.scripting.command.flow.GetFlow
Returns whether to load the flow from disk rather than retrieve it from memory.
getLoadings() - Method in class adams.data.instancesanalysis.PCA
Returns the loadings.
getLoadings() - Method in class adams.data.instancesanalysis.pls.AbstractPLS
Returns the loadings, if available.
getLoadings() - Method in class adams.data.instancesanalysis.pls.DIPLS
Returns the loadings, if available.
getLoadings() - Method in class adams.data.instancesanalysis.PLS
Returns the loadings.
getLoadings() - Method in class adams.data.instancesanalysis.pls.KernelPLS
Returns the loadings, if available.
getLoadings() - Method in class adams.data.instancesanalysis.pls.NIPALS
Returns the loadings, if available.
getLoadings() - Method in class adams.data.instancesanalysis.pls.OPLS
Returns the loadings, if available.
getLoadings() - Method in class adams.data.instancesanalysis.pls.PLS1
Returns the loadings, if available.
getLoadings() - Method in class adams.data.instancesanalysis.pls.PRM
Returns the loadings, if available.
getLoadings() - Method in class adams.data.instancesanalysis.pls.SIMPLS
Returns the loadings, if available.
getLoadings() - Method in class adams.data.instancesanalysis.pls.SparsePLS
Returns the loadings, if available.
getLoadings() - Method in class adams.data.instancesanalysis.pls.VCPLS
Returns the loadings, if available.
getLoadings() - Method in class weka.classifiers.functions.PLSWeighted
Returns the loadings, if available.
getLoadings() - Method in interface weka.core.GenericPLSMatrixAccess
Returns the loadings, if available.
getLoadings() - Method in class weka.filters.supervised.attribute.MultiPLS
Returns the loadings, if available.
getLoadings() - Method in class weka.filters.supervised.attribute.PLS
Returns the loadings, if available.
getLoadingsCalculations() - Method in class weka.attributeSelection.AbstractPLSAttributeEval
returns the maximum number of attributes to use.
getLoadMetaData() - Method in class adams.flow.transformer.ImageFileReader
Returns whether to load available meta-data.
getLocal() - Method in class weka.classifiers.meta.SocketFacade
Returns the return address for the remote process to use.
getLocale() - Static method in class adams.core.DateUtils
Returns the locale in use.
getLocale() - Method in class adams.core.management.LocaleHelper
Returns the locale.
getLocale() - Method in interface adams.core.management.LocaleSupporter
Returns the locale in use.
getLocale() - Method in class adams.data.conversion.DoubleToString
Returns the locale in use.
getLocale() - Method in class adams.data.conversion.LowerCase
Returns the locale in use.
getLocale() - Method in class adams.data.conversion.StringToDouble
Returns the locale in use.
getLocale() - Method in class adams.data.conversion.UpperCase
Returns the locale in use.
getLocale() - Method in class adams.data.io.input.AutoWidthTabularSpreadSheetReader
Returns the locale in use.
getLocale() - Method in class adams.data.io.input.CsvSpreadSheetReader
Returns the locale in use.
getLocale() - Method in class adams.data.io.input.FixedTabularSpreadSheetReader
Returns the locale in use.
getLocale() - Method in class adams.data.io.input.SimpleCsvSpreadSheetReader
Returns the locale in use.
getLocale() - Method in class adams.data.io.output.AbstractFormattedSpreadSheetWriter
Returns the locale in use.
getLocale() - Method in class adams.data.io.output.AbstractMultiSheetFormattedSpreadSheetWriter
Returns the locale in use.
getLocale() - Method in class adams.data.spreadsheet.DefaultSpreadSheet
Returns the current locale.
getLocale() - Method in interface adams.data.spreadsheet.SpreadSheet
Returns the current locale.
getLocale() - Method in class adams.data.spreadsheet.SpreadSheetView
Returns the current locale.
getLocale() - Method in class adams.ml.data.DatasetView
Returns the current locale.
getLocale() - Method in class adams.ml.data.InstancesView
Returns the current locale.
getLocalFile() - Method in class adams.multiprocess.ScpJobRunner
Returns the local file to import the executed jobs from.
getLocalFile() - Method in class adams.scripting.command.basic.RetrieveFile
Returns the local file to save the remote file to.
getLocalFilesList() - Method in class adams.gui.tools.PreviewBrowserPanel
Returns the list component for files in the archive.
getLocalFilesPopupMenu(MouseEvent) - Method in class adams.gui.tools.PreviewBrowserPanel
Returns a popup menu for the local files.
getLocalHost() - Method in class adams.console.Logging
Returns the local host/port to send the log records to.
getLocalHost() - Method in class adams.multiprocess.ScpJobRunner
Returns the host that the remote host will connect to for sending back the executed jobs.
getLocalHostIP() - Static method in class adams.core.net.InternetHelper
Returns the IP address of the local host as string.
getLocalHostName() - Static method in class adams.core.net.InternetHelper
Returns the machine name of the local host as string.
getLocalMaxRadius() - Method in class adams.flow.transformer.BoofCVDetectLines
Returns the Radius for local maximum suppression.
getLocalPort() - Method in class adams.scripting.connection.AbstractSSHConnectionWithPortForwarding
Returns the local port to connect to (SSH tunnel).
getLocalSearch() - Method in class adams.gui.tools.PreviewBrowserPanel
Returns the search term of the local file search.
getLocalVariables() - Method in interface adams.core.VariablesHandler
Returns the Variables instance to use for resolving variables into actual values.
getLocalVariables() - Method in class adams.flow.control.Flow
Returns the Variables instance to use.
getLocalVariables() - Method in class adams.flow.control.LocalScopeTransformer
Returns the Variables instance to use.
getLocalVariables() - Method in class adams.flow.control.LocalScopeTrigger
Returns the Variables instance to use.
getLocatedObjects() - Method in class adams.gui.visualization.image.AbstractObjectOverlayFromReport.LocatedObjectsPanel
Returns the located objects being displayed.
getLocatedObjects() - Method in class adams.gui.visualization.image.AbstractPointOverlayFromReport.LocatedPointsPanel
Returns the located objects being displayed.
getLocatedObjects() - Method in class adams.gui.visualization.image.ObjectAnnotations.LocatedObjectsPanel
Returns the located objects being displayed.
getLocatedObjectsPanel() - Method in class adams.gui.visualization.image.AbstractObjectOverlayFromReport
Returns the objects panel, instantiates it if necessary.
getLocatedObjectsPanel() - Method in class adams.gui.visualization.image.ObjectAnnotations
Returns the objects panel, instantiates it if necessary.
getLocatedPointsPanel() - Method in class adams.gui.visualization.image.AbstractPointOverlayFromReport
Returns the points panel, instantiates it if necessary.
getLocation() - Method in class adams.flow.control.Injector
Returns the location where to inject the data.
getLocation() - Method in class adams.flow.transformer.locateobjects.LocatedObject
Returns the quadrilateral location.
getLocations() - Method in class adams.flow.transformer.ArrayHistogramRanges
Returns the locations of the data (indices/regular expressions on attribute name).
getLocations() - Method in class adams.flow.transformer.ArrayStatistic
Returns the locations of the data (indices/regular expressions on attribute name).
getLocations() - Method in class adams.flow.transformer.SpreadSheetHistogramRanges
Returns the locations of the data (indices/regular expressions on attribute name).
getLocations() - Method in class adams.flow.transformer.SpreadSheetStatistic
Returns the locations of the data (indices/regular expressions on attribute name).
getLocations() - Method in class adams.flow.transformer.WekaInstancesHistogramRanges
Returns the locations of the data (indices/regular expressions on attribute name).
getLocations() - Method in class adams.flow.transformer.WekaInstancesStatistic
Returns the locations of the data (indices/regular expressions on attribute name).
getLocations() - Method in class adams.gui.visualization.image.AbstractReportBasedOverlayHelper
Returns the current locations.
getLocations() - Method in class adams.gui.visualization.image.HighlightLocations
Returns the current locations that are being highlighted.
getLocations(Report) - Method in class adams.gui.visualization.image.leftclick.AbstractSelectionRectangleBasedLeftClickProcessor
Returns all currently stored locations.
getLocations(Report) - Method in class adams.gui.visualization.image.selection.AbstractSelectionRectangleBasedSelectionProcessor
Returns all currently stored locations.
getLocations(Report) - Method in class adams.gui.visualization.object.annotator.AbstractPointAnnotator
Retruns all currently stored locations.
getLocations(Report) - Method in class adams.gui.visualization.object.annotator.AbstractRectangleBasedAnnotator
Returns all currently stored locations.
getLocations(Report, String) - Static method in class adams.data.report.AnnotationHelper
Returns all currently stored locations.
getLocator() - Method in class adams.flow.transformer.locateobjects.AbstractMetaObjectLocator
Returns the base locator.
getLocator() - Method in class adams.flow.transformer.LocateObjects
Returns the scheme to use for locating the objects.
getLoClassifier() - Method in class weka.classifiers.meta.HighLowSplit
 
getLog() - Method in class adams.flow.control.AbstractDataContainerFileChecker
Returns the log file to write the files to that expired from the final blacklist.
getLog() - Method in class adams.flow.control.errorpostprocessor.OutOfMemory
Returns the name of the callable log actor in use.
getLog() - Method in class adams.flow.standalone.QueueInit
Returns the name of the callable actor in use for logging errors.
getLog() - Method in class adams.gui.core.BaseLogPanel
Returns the current log content.
getLog() - Method in class adams.gui.tools.remotecontrolcenter.panels.RemoteLoggingTab
Returns the log panel.
getLog() - Method in class adams.gui.tools.wekainvestigator.InvestigatorPanel
Returns the internal log buffer.
getLog() - Method in class adams.scripting.requesthandler.SimpleLogPanelRequestHandler
Returns the log in use.
getLog() - Method in class adams.scripting.responsehandler.SimpleLogPanelResponseHandler
Returns the log in use.
getLog(AbstractDatabaseConnection) - Method in class adams.db.autodetect.DbBackend
Returns the handler for the log table.
getLog(AbstractDatabaseConnection) - Method in interface adams.db.DbBackend
Returns the handler for the log table.
getLog(AbstractDatabaseConnection) - Method in class adams.db.mirrored.DbBackend
Returns the handler for the sample data table.
getLog(AbstractDatabaseConnection) - Method in class adams.db.mysql.DbBackend
Returns the handler for the log table.
getLog(AbstractDatabaseConnection) - Method in class adams.db.postgresql.DbBackend
Returns the handler for the log table.
getLog(AbstractDatabaseConnection) - Method in class adams.db.sqlite.DbBackend
Returns the handler for the log table.
getLogEntries() - Method in interface adams.db.LogEntryHandler
Returns the stored LogEntry records.
getLogEntries() - Method in class adams.flow.control.Flow
Returns the stored LogEntry records.
getLogEntry(int) - Method in interface adams.db.MutableLogEntryHandler
Returns the specified LogEntry record.
getLogEntry(int) - Method in class adams.flow.control.Flow
Returns the specified LogEntry record.
getLogEntryAt(int) - Method in class adams.gui.tools.LogEntryViewerTableModel
Returns the LogEntry at the given position.
getLogErrors() - Method in class adams.flow.control.Flow
Returns whether errors are logged.
getLogFile() - Method in class adams.core.logging.FileHandler
Returns the log file in use.
getLogFile() - Method in class adams.flow.execution.ExecutionCounter
Returns the log file.
getLogFile() - Method in class adams.flow.execution.ExecutionLog
Returns the log file.
getLogFile() - Method in class adams.flow.source.RSync
 
getLogFile() - Method in class adams.flow.standalone.ConsoleWindow
Returns the file to save the log messages to, ignored if directory.
getLogFileFilter() - Static method in class adams.gui.core.ExtensionFileFilter
Returns a filter for log files.
getLogFileFormat() - Method in class adams.flow.source.RSync
 
getLogFormat() - Method in class adams.flow.sink.simplelogging.format.TimestampedFormat
Returns the format for the message.
getLogger() - Method in class adams.core.logging.ConsoleLoggingObject
Returns the logger in use.
getLogger() - Method in class adams.core.logging.LoggingObject
Returns the logger in use.
getLogger() - Method in interface adams.core.logging.LoggingSupporter
Returns the logger in use.
getLogger() - Method in class adams.flow.transformer.locateobjects.LocatedObjects
Returns the logger instance.
getLogger() - Method in class adams.flow.websocket.client.SimpleSend
Returns the logger instance to use.
getLogger() - Method in class adams.flow.websocket.client.SimpleSendWithQueue
Returns the logger instance to use.
getLogger() - Method in class adams.flow.websocket.server.EchoServer
Returns the logger instance to use.
getLogger() - Method in class adams.gui.application.AbstractApplicationFrame
Returns the logger in use.
getLogger() - Method in class adams.gui.application.AbstractMenuItemDefinition
Returns the logger.
getLogger() - Method in interface adams.gui.application.Child
Returns the logger.
getLogger() - Method in class adams.gui.application.ChildFrame
Returns the logger.
getLogger() - Method in class adams.gui.core.AbstractBaseTableModel
Returns the logger in use.
getLogger() - Method in class adams.gui.core.BaseFrame
Returns the logger in use.
getLogger() - Method in class adams.gui.core.BaseWindow
Returns the logger in use.
getLogger() - Method in class adams.gui.flow.FlowPanel
Returns the logger in use.
getLogger() - Method in class adams.gui.goe.AbstractEditorRegistration
Returns the logger in use.
getLogger() - Method in class adams.gui.tools.SSHPanel
Returns the logger in use.
getLogger() - Method in class adams.gui.wizard.AbstractWizardPage
Returns the logger in use.
getLogger() - Method in class adams.gui.wizard.AbstractWizardPane
Returns the logger in use.
getLogger() - Method in class adams.parser.lookupupdate.Parser
Returns the logger.
getLogger() - Method in class adams.parser.spreadsheetquery.Parser
Returns the logger.
getLogger(Class) - Static method in class adams.core.logging.LoggingHelper
Returns the a logger with the log level for the specified class.
getLogger(Class, Level) - Static method in class adams.core.logging.LoggingHelper
Returns the a logger with the log level for the specified class.
getLogger(String) - Static method in class adams.core.logging.Logger
Returns a logger for the name.
getLogger(String) - Static method in class adams.core.logging.LoggingHelper
Returns the a logger with the specified name.
getLogger(String) - Method in class adams.core.logging.LogManager
Returns a logger for the name.
getLogger(String, Level) - Static method in class adams.core.logging.LoggingHelper
Returns the a logger with the specified name.
getLoggerLevel() - Method in class adams.flow.sink.JavaLogging
Returns the logging level.
getLoggerName() - Method in class adams.flow.sink.JavaLogging
Returns the logger name.
getLoggerNames() - Method in class adams.core.logging.LogManager
Returns all logger names in the cache.
getLogging() - Method in class adams.flow.control.StorageQueueHandler
Returns the logging actor.
getLoggingHost() - Method in class adams.scripting.command.basic.StartRemoteLogging
Returns the logging host, i.e., the host/port of the local machine to send the logging information to.
getLoggingHost() - Method in class adams.scripting.command.basic.StopRemoteLogging
Returns the logging host.
getLoggingLevel() - Method in interface adams.core.logging.LoggingLevelHandler
Returns the logging level.
getLoggingLevel() - Method in class adams.core.logging.LoggingObject
Returns the logging level.
getLoggingLevel() - Method in interface adams.core.option.OptionConsumer
Returns the logging level.
getLoggingLevel() - Method in interface adams.core.option.OptionProducer
Returns the logging level.
getLoggingLevel() - Method in class adams.data.report.Report
Returns the logging level.
getLoggingLevel() - Method in class adams.db.ConnectionParameters
Returns the logging level.
getLoggingLevel() - Method in class adams.gui.application.AbstractApplicationFrame
Returns the logging level.
getLoggingLevel() - Method in class adams.gui.core.AbstractBaseTableModel
Returns the logging level.
getLoggingLevel(Class) - Static method in class adams.core.logging.LoggingHelper
Returns the logging level for the specified class.
getLoggingLevel(Class, LoggingLevel) - Static method in class adams.core.logging.LoggingHelper
Returns the logging level for the specified class.
getLoggingPrefixFormat() - Method in class adams.core.command.stderr.Log
Returns the format for the logging prefix.
getLoggingPrefixFormat() - Method in class adams.core.command.stdout.Log
Returns the format for the logging prefix.
getLogManager() - Static method in class adams.core.logging.LogManager
Returns the singleton.
getLogManager() - Method in class adams.gui.visualization.image.interactionlogging.InteractionEvent
Returns the log manager that generated the source.
getLogMessage() - Method in class adams.gui.goe.GenericObjectEditor
Returns the current log message.
getLogMessage() - Method in class adams.gui.goe.GenericObjectEditor.GOEPanel
Returns the current log message.
getLogo() - Method in class adams.env.Modules.Module
Returns the logo of the module.
getLogo() - Method in class adams.gui.wizard.FinalPage
Returns the current logo.
getLogo() - Method in class adams.gui.wizard.StartPage
Returns the current logo.
getLogoIcon() - Static method in class adams.gui.core.ImageManager
Returns an ImageIcon of the logo (icon sized image).
getLogoImage() - Static method in class adams.gui.core.ImageManager
Returns an ImageIcon of the logo (large image).
getLogoName() - Method in class adams.env.Modules.Module
Returns the logo name of the module.
getLogPanel() - Method in class adams.gui.tools.remotecontrolcenter.panels.AbstractRemoteControlCenterTab
Returns the log panel.
getLogPanel() - Method in class adams.gui.tools.remotecontrolcenter.RemoteControlCenterEnginesPanel
Returns the log panel.
getLogPanel() - Method in class adams.gui.tools.remotecontrolcenter.RemoteControlCenterLogPanel
Returns the log panel.
getLogPanel() - Method in class adams.gui.tools.remotecontrolcenter.RemoteControlCenterManagerPanel
Returns the log panel.
getLogPanel() - Method in class adams.gui.tools.remotecontrolcenter.RemoteControlCenterPanel
Returns the log panel.
getLogPanel() - Method in class adams.gui.tools.wekainvestigator.output.AbstractResultItem
Returns the log panel.
getLogSource() - Method in class adams.flow.control.Rejector
Returns the source to use in the log entries.
getLogSource() - Method in class adams.flow.transformer.MakeLogEntry
Returns the source to use in the log entries.
getLogType() - Method in class adams.flow.transformer.MakeLogEntry
Returns the type to use for the entries.
getLoHipoint() - Method in class weka.classifiers.meta.HighLowSplit
 
getLoHipoint() - Method in class weka.classifiers.meta.HighLowSplitSingleClassifier
 
getLong() - Method in class adams.gui.core.SearchParameters
Returns whether the search string represents an integer.
getLong(String) - Method in class adams.core.Properties
Returns the long value associated with the key, or null if not found or not parseable.
getLong(String) - Method in class adams.db.SimpleResultSet
get long
getLong(String, Long) - Method in class adams.core.Properties
Returns the long value associated with the key, or the default value if not found or not parseable.
getLookAndFeelClassname() - Method in class adams.gui.laf.AbstractSimpleLookAndFeel
Returns the classname of the look and feel to use.
getLookAndFeelClassname() - Method in class adams.gui.laf.CrossPlatform
Returns the classname of the look and feel to use.
getLookAndFeelClassname() - Method in class adams.gui.laf.GTK
Returns the classname of the look and feel to use.
getLookAndFeelClassname() - Method in class adams.gui.laf.Windows
Returns the classname of the look and feel to use.
getLookAndFeels() - Static method in class adams.gui.laf.AbstractLookAndFeel
Returns the available look and feel classes.
getLookUps() - Method in class adams.data.groupextraction.SpreadSheetCellWithLookUp
Returns the lookup pairs.
getLoopLower() - Method in class adams.flow.source.AbstractForLoop
Returns the lower bound of the loop.
getLoopLower() - Method in class adams.flow.source.newlist.ForLoop
Returns the lower bound of the loop.
getLoopMenu() - Method in class adams.flow.template.SimpleMenu
Returns whether to wrap the menu in a while loop.
getLoopStep() - Method in class adams.flow.source.AbstractForLoop
Returns the step size.
getLoopStep() - Method in class adams.flow.source.newlist.ForLoop
Returns the step size.
getLoopUpper() - Method in class adams.flow.source.AbstractForLoop
Returns the upper bound of the loop.
getLoopUpper() - Method in class adams.flow.source.newlist.ForLoop
Returns the upper bound of the loop.
getLoopVariable() - Method in class adams.flow.template.SimpleMenu
Returns the variable name to use for storing the cancelled state.
getLower() - Method in class adams.core.base.BaseInterval
Returns the lower bound.
getLower() - Method in class adams.data.spc.Limits
Returns the lower limit.
getLower() - Method in class adams.data.spreadsheet.filter.Normalize
Returns the lower bound in use.
getLower() - Method in class adams.data.statistics.ArrayNormalizeRange
Returns the lower bound in use.
getLower() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.Predictions
Returns the lower value to output.
getLower() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.SamplePlot
Returns the lower value to output.
getLowerBound() - Method in class adams.core.option.AbstractNumericOption
Returns the lower bound for this option.
getLowerBound() - Method in class adams.data.distribution.Uniform
Returns the lower bound.
getLowerBound() - Method in class adams.gui.core.NumberTextField.BoundedNumberCheckModel
Returns the lower bound, if any.
getLowerBound() - Method in class adams.gui.goe.AbstractNumberEditor
Returns the optional lower bound.
getLowThreshold() - Method in class adams.data.boofcv.transformer.CannyEdgeDetection
Returns the low threshold to use.
getLuminance() - Method in class adams.data.image.transformer.Grayscale
Returns the luminance scheme.
getM5RootNode() - Method in class weka.classifiers.trees.m5.M5Base2
 
getM5RootNode() - Method in class weka.classifiers.trees.m5.Rule2
 
getMacExecutable() - Static method in class adams.core.management.Terminal
Returns the Mac executable.
getMachinePrecision() - Static method in class edu.umbc.cs.maple.utils.MathUtils
Gets the computed machine precision.
getMacOptions() - Static method in class adams.core.management.Terminal
Returns the Mac options.
getMain() - Method in class adams.multiprocess.RemoteCommandJobRunner.RemoteCommandGrabber
Returns the main scripting engine this command handler belongs to.
getMain() - Method in class adams.scripting.engine.DefaultMainScriptingEngine.RemoteCommandGrabber
Returns the main scripting engine this command handler belongs to.
getMain() - Method in class adams.scripting.engine.DefaultWorkerScriptingEngine
Returns the connection for communicating with the main engine.
getMain() - Method in interface adams.scripting.engine.WorkerScriptingEngine
Returns the connection for communicating with the main engine.
getMainDividerLocation() - Method in class adams.flow.transformer.ImageAnnotator.AnnotatorPanel
Returns the divider location between image and properties.
getMainDividerLocation() - Method in class adams.gui.visualization.image.ImagePanel
Returns the divider location between image and properties.
getMainFilter() - Method in class weka.filters.FilteredFilter
Returns the main filter in use.
getMajorVersion() - Static method in class adams.core.management.Java
Returns the major version of Java.
getMakeClassLast() - Method in class adams.flow.transformer.WekaMultiLabelSplitter
Returns whether to make the class attribute the last attribute.
getMakeCompliant() - Method in class adams.data.conversion.StringToFile
Returns whether to make the file name part file-system compliant.
getMakeFilename() - Method in class adams.data.id.AbstractIDFilenameGenerator
Returns whether to make the ID filename compliant.
getMakeThreadSafe() - Method in class adams.flow.transformer.WekaModelReader
Returns whether to wrap classifier inside a threadsafe ThreadSafeClassifierWrapper wrapper.
getManaged() - Method in class adams.core.option.JenericCmdline
Returns the list of classes/interfaces that are managed.
getManagedClass() - Method in class adams.gui.tools.AbstractManagementPanel
Returns the class that is being managed.
getManagedClass() - Method in class adams.gui.tools.EmailAddressBookPanel
Returns the class that is being managed.
getManagedClass() - Method in class adams.gui.tools.FileChooserBookmarksManagementPanel
Returns the class that is being managed.
getManager() - Method in class adams.gui.event.DataChangeEvent
Returns the manager that triggered the event.
getManager() - Method in class adams.gui.visualization.container.AbstractContainer
Returns the current manager.
getManager() - Method in class adams.gui.visualization.container.AbstractContainerList
Returns the current manager, can be null.
getManager() - Method in class adams.gui.visualization.container.ContainerModel
Returns the underlying manager.
getManager() - Method in class adams.gui.visualization.container.ContainerTable
Returns the underlying manager.
getManager() - Method in class adams.gui.visualization.segmentation.layer.AbstractLayer
Returns the layer manager.
getManager() - Method in class adams.gui.visualization.segmentation.SegmentationPanel
Returns the layer manager.
getManualBottomMargin() - Method in class adams.gui.visualization.core.axis.AbstractAxisModel
Returns the currently set manual bottom margin factor (>= 0.0 or null).
getManualBottomMargin() - Method in class adams.gui.visualization.core.AxisPanel
Returns the currently set manual bottom margin factor (>= 0.0 or null).
getManualClassifier() - Method in class adams.flow.transformer.indexedsplitsrunsevaluation.InstancesIndexedSplitsRunsEvaluation
Returns the manual to use instead of obtaining it from the flow.
getManualClassifier() - Method in class adams.flow.transformer.indexedsplitsrunspredictions.InstancesIndexedSplitsRunsPredictions
Returns the manual to use instead of obtaining it from the flow.
getManualMax() - Method in class adams.data.binning.algorithm.ManualBinning
Returns the maximum to use with user-supplied max/max enabled.
getManualMax() - Method in class adams.data.statistics.ArrayHistogram
Returns the maximum to use when using manual binning with user-supplied max/max enabled.
getManualMax() - Method in class adams.flow.transformer.ArrayHistogramRanges
Returns the maximum to use when using manual binning with user-supplied max/max enabled.
getManualMax() - Method in class adams.flow.transformer.SpreadSheetHistogramRanges
Returns the maximum to use when using manual binning with user-supplied max/max enabled.
getManualMax() - Method in class adams.flow.transformer.WekaInstancesHistogramRanges
Returns the maximum to use when using manual binning with user-supplied max/max enabled.
getManualMaximum() - Method in class adams.gui.visualization.core.axis.AbstractAxisModel
Returns the currently set manual maximum on the axis.
getManualMaximum() - Method in class adams.gui.visualization.core.AxisPanel
Returns the currently set manual maximum on the axis.
getManualMin() - Method in class adams.data.binning.algorithm.ManualBinning
Returns the minimum to use with user-supplied min/max enabled.
getManualMin() - Method in class adams.data.statistics.ArrayHistogram
Returns the minimum to use when using manual binning with user-supplied min/max enabled.
getManualMin() - Method in class adams.flow.transformer.ArrayHistogramRanges
Returns the minimum to use when using manual binning with user-supplied min/max enabled.
getManualMin() - Method in class adams.flow.transformer.SpreadSheetHistogramRanges
Returns the minimum to use when using manual binning with user-supplied min/max enabled.
getManualMin() - Method in class adams.flow.transformer.WekaInstancesHistogramRanges
Returns the minimum to use when using manual binning with user-supplied min/max enabled.
getManualMinimum() - Method in class adams.gui.visualization.core.axis.AbstractAxisModel
Returns the currently set manual minimum on the axis.
getManualMinimum() - Method in class adams.gui.visualization.core.AxisPanel
Returns the currently set manual minimum on the axis.
getManualTopMargin() - Method in class adams.gui.visualization.core.axis.AbstractAxisModel
Returns the currently set manual top margin factor (>= 0.0 or null).
getManualTopMargin() - Method in class adams.gui.visualization.core.AxisPanel
Returns the currently set manual top margin factor (>= 0.0 or null).
getMapClass() - Method in class adams.data.conversion.SpreadSheetToMap
Returns the map class.
getMapClass() - Method in class adams.flow.source.NewMap
Returns the class for the array.
GetMapKeys - Class in adams.flow.transformer
Forwards all the sorted (string) keys of the map.
GetMapKeys() - Constructor for class adams.flow.transformer.GetMapKeys
 
getMappedAttributeName(AbstractMerge.SourceAttribute) - Method in class adams.flow.transformer.wekadatasetsmerge.AbstractMerge
Gets the name of the attribute in the merged dataset that the given source attribute maps to.
getMappedAttributeName(AbstractMerge.SourceAttribute) - Method in class adams.flow.transformer.wekadatasetsmerge.JoinOnID
Gets the name of the attribute in the merged dataset that the given source attribute maps to.
getMappedColumnName(AbstractMerge.SourceColumn) - Method in class adams.flow.transformer.spreadsheetmethodmerge.AbstractMerge
Gets the name of the column in the merged spreadsheet that the given source column maps to.
getMappedColumnName(AbstractMerge.SourceColumn) - Method in class adams.flow.transformer.spreadsheetmethodmerge.JoinOnID
Gets the name of the column in the merged spreadsheet that the given source column maps to.
getMapping(String) - Method in class adams.db.ColumnMapping
Get the sql type for a column name
getMappingsX() - Method in class adams.data.sequence.XYSequence
Returns all the mappings for X.
getMappingsY() - Method in class adams.data.sequence.XYSequence
Returns all the mappings for Y.
getMappingX(double) - Method in class adams.data.sequence.XYSequence
Returns the X mapping associated with the key.
getMappingY(double) - Method in class adams.data.sequence.XYSequence
Returns the Y mapping associated with the key.
GetMapValue - Class in adams.flow.transformer
Obtains the value associated with the specified key from Map object received as input and forwards it.
GetMapValue() - Constructor for class adams.flow.transformer.GetMapValue
 
getMargin() - Method in class adams.data.barcode.encode.AbstractBarcodeEncoder
Returns the margin around the barcode.
getMarkerContainerManager() - Method in class adams.flow.sink.sequenceplotter.SequencePlotterPanel
Returns the marker container manager in use.
getMarkerExtent() - Method in class adams.flow.sink.controlchartplot.ChartPaintlet
Returns the current marker extent (which is the width and height of the shape).
getMarkerExtent() - Method in interface adams.gui.visualization.core.PaintletWithMarkers
Returns the current marker extent (which is the width and height of the shape).
getMarkerExtent() - Method in class adams.gui.visualization.instance.InstanceLinePaintlet
Returns the current marker extent (which is the width and height of the shape).
getMarkerExtent() - Method in class adams.gui.visualization.sequence.LinePaintlet
Returns the current marker extent (which is the width and height of the shape).
getMarkerExtent() - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowLinePaintlet
Returns the current marker extent (which is the width and height of the shape).
getMarkerExtent() - Method in class adams.gui.visualization.timeseries.TimeseriesPaintlet
Returns the current marker extent (which is the width and height of the shape).
getMarkerLength() - Method in class adams.flow.sink.sequenceplotter.SimpleErrorPaintlet
Returns the length of the markers in case of SimpleErrorPaintlet.PlotType.BAR.
getMarkerPaintlet() - Method in class adams.flow.sink.SequencePlotter
Returns the marker paintlet to use.
getMarkerPaintlet() - Method in class adams.flow.sink.sequenceplotter.SequencePlotterPanel
Returns the marker paintlet to use.
getMarkers() - Method in class adams.gui.visualization.segmentation.layer.LayerManager
Returns the markers manager.
getMarkerShape(int) - Method in class adams.gui.visualization.instance.InstanceLinePaintlet
Determines the shape to paint around the data points, based on the index of the data.
getMarkerShape(int) - Method in class adams.gui.visualization.sequence.LinePaintlet
Determines the shape to paint around the data points, based on the index of the data.
getMarkerShape(int) - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowLinePaintlet
Determines the shape to paint around the data points, based on the index of the data.
getMarkerShape(int) - Method in class adams.gui.visualization.timeseries.TimeseriesPaintlet
Determines the shape to paint around the data points, based on the index of the data.
getMask() - Method in class adams.data.image.transformer.SuppliedImageMask
Gets the storage name of the mask image.
getMaskAsString() - Method in class adams.opt.genetic.DarkLord.DarkLordJob
Returns the "mask" of attributes as range string.
getMaskedValue() - Method in class adams.core.base.BasePassword
Returns the current string value masked with MASK_CHAR.
getMatches() - Method in class adams.core.FindClass.Listener
Returns the matches.
getMatrix() - Method in class adams.flow.transformer.WekaGenericPLSMatrixAccess
Returns the name of matrix to extract.
getMatrix() - Method in class weka.filters.supervised.attribute.SIMPLSMatrixFilter
 
getMatrix() - Method in class weka.filters.supervised.attribute.SIMPLSMatrixFilterFromGeneticString
 
getMatrix(String) - Method in class adams.data.instancesanalysis.pls.AbstractPLS
Returns the matrix with the specified name.
getMatrix(String) - Method in class adams.data.instancesanalysis.pls.DIPLS
Returns the matrix with the specified name.
getMatrix(String) - Method in class adams.data.instancesanalysis.pls.KernelPLS
Returns the matrix with the specified name.
getMatrix(String) - Method in class adams.data.instancesanalysis.pls.NIPALS
Returns the matrix with the specified name.
getMatrix(String) - Method in class adams.data.instancesanalysis.pls.OPLS
Returns the matrix with the specified name.
getMatrix(String) - Method in class adams.data.instancesanalysis.pls.PLS1
Returns the matrix with the specified name.
getMatrix(String) - Method in class adams.data.instancesanalysis.pls.PRM
Returns the matrix with the specified name.
getMatrix(String) - Method in class adams.data.instancesanalysis.pls.SIMPLS
Returns the matrix with the specified name.
getMatrix(String) - Method in class adams.data.instancesanalysis.pls.SparsePLS
Returns the matrix with the specified name.
getMatrix(String) - Method in class adams.data.instancesanalysis.pls.VCPLS
Returns the matrix with the specified name.
getMatrix(String) - Method in class weka.classifiers.functions.PLSWeighted
Returns the matrix with the specified name.
getMatrix(String) - Method in interface weka.core.GenericPLSMatrixAccess
Returns the matrix with the specified name.
getMatrix(String) - Method in class weka.filters.supervised.attribute.MultiPLS
Returns the matrix with the specified name.
getMatrix(String) - Method in class weka.filters.supervised.attribute.PLS
Returns the matrix with the specified name.
getMatrix(Classifier) - Method in class adams.flow.transformer.WekaExtractPLSMatrix
Returns the spreadsheet representation of the chosen from the classifier.
getMatrix(Classifier) - Method in class adams.flow.transformer.WekaGenericPLSMatrixAccess
Returns the spreadsheet representation of the chosen from the classifier.
getMatrix(GenericPLSMatrixAccess) - Method in class adams.flow.transformer.WekaGenericPLSMatrixAccess
Returns the spreadsheet representation of the chosen from the classifier/filter.
getMatrix(PLSMatrixAccess) - Method in class adams.flow.transformer.WekaExtractPLSMatrix
Returns the spreadsheet representation of the chosen from the classifier/filter.
getMatrixNames() - Method in class adams.data.instancesanalysis.pls.AbstractPLS
Returns the all the available matrices.
getMatrixNames() - Method in class adams.data.instancesanalysis.pls.DIPLS
Returns the all the available matrices.
getMatrixNames() - Method in class adams.data.instancesanalysis.pls.KernelPLS
Returns the all the available matrices.
getMatrixNames() - Method in class adams.data.instancesanalysis.pls.NIPALS
Returns the all the available matrices.
getMatrixNames() - Method in class adams.data.instancesanalysis.pls.OPLS
Returns the all the available matrices.
getMatrixNames() - Method in class adams.data.instancesanalysis.pls.PLS1
Returns the all the available matrices.
getMatrixNames() - Method in class adams.data.instancesanalysis.pls.PRM
Returns the all the available matrices.
getMatrixNames() - Method in class adams.data.instancesanalysis.pls.SIMPLS
Returns the all the available matrices.
getMatrixNames() - Method in class adams.data.instancesanalysis.pls.SparsePLS
Returns the all the available matrices.
getMatrixNames() - Method in class adams.data.instancesanalysis.pls.VCPLS
Returns the all the available matrices.
getMatrixNames() - Method in class weka.classifiers.functions.PLSWeighted
Returns the all the available matrices.
getMatrixNames() - Method in interface weka.core.GenericPLSMatrixAccess
Returns the all the available matrices.
getMatrixNames() - Method in class weka.filters.supervised.attribute.MultiPLS
Returns the all the available matrices.
getMatrixNames() - Method in class weka.filters.supervised.attribute.PLS
Returns the all the available matrices.
getMatrixOutput() - Method in class adams.flow.transformer.ImageObjectOverlapMatrix
Returns what type of output to store in the matrix.
getMatrixType() - Method in class adams.flow.transformer.WekaExtractPLSMatrix
Returns the type of matrix to extract.
getMatrixValues() - Method in class adams.data.imagesegmentation.operation.ConfusionMatrix
Returns the type of values to generate.
getMatrixValues() - Method in class adams.flow.transformer.ConfusionMatrix
Returns the type of values to generate.
getMatrixValues() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.ConfusionMatrix
Returns the type of values to generate.
getMax() - Method in class adams.core.Index
Returns the maximum.
getMax() - Method in class adams.core.Memory
returns the maximum amount of memory that can be assigned.
getMax() - Method in class adams.core.Range
Returns the maximum.
getMax() - Method in class adams.core.UnorderedRange
Returns the maximum.
getMax() - Method in class adams.data.boofcv.features.Otsu
Returns the maximum value for the computation.
getMax() - Method in class adams.data.conversion.DoubleMatrixToBufferedImage
Returns the maximum in case of using a fixed range.
getMax() - Method in class adams.data.outlier.MinMax
Returns the currently set max.
getMax() - Method in class adams.data.outlier.TimeseriesRange
Returns the maximum value accept.
getMax() - Method in class adams.data.statistics.AbstractArrayDistance
Returns the maximum number of arrays that need to be present.
getMax() - Method in class adams.data.statistics.AbstractArrayStatistic
Returns the maximum number of arrays that need to be present.
getMax() - Method in class adams.data.statistics.ArrayAndrewsCurves
Returns the maximum number of arrays that need to be present.
getMax() - Method in class adams.data.statistics.ArrayAngle
Returns the maximum number of arrays that need to be present.
getMax() - Method in class adams.data.statistics.ArrayBinning
Returns the maximum number of arrays that need to be present.
getMax() - Method in class adams.data.statistics.ArrayCorrelationCoefficient
Returns the maximum number of arrays that need to be present.
getMax() - Method in class adams.data.statistics.ArrayCovariance
Returns the maximum number of arrays that need to be present.
getMax() - Method in class adams.data.statistics.ArrayDifference
Returns the maximum number of arrays that need to be present.
getMax() - Method in class adams.data.statistics.ArrayHistogram
Returns the maximum number of arrays that need to be present.
getMax() - Method in class adams.data.statistics.ArrayKendallTheil
Returns the maximum number of arrays that need to be present.
getMax() - Method in class adams.data.statistics.ArrayLength
Returns the maximum number of arrays that need to be present.
getMax() - Method in class adams.data.statistics.ArrayLinearRegression
Returns the maximum number of arrays that need to be present.
getMax() - Method in class adams.data.statistics.ArrayMax
Returns the maximum number of arrays that need to be present.
getMax() - Method in class adams.data.statistics.ArrayMean
Returns the maximum number of arrays that need to be present.
getMax() - Method in class adams.data.statistics.ArrayMeanAbsoluteError
Returns the maximum number of arrays that need to be present.
getMax() - Method in class adams.data.statistics.ArrayMedian
Returns the maximum number of arrays that need to be present.
getMax() - Method in class adams.data.statistics.ArrayMin
Returns the maximum number of arrays that need to be present.
getMax() - Method in class adams.data.statistics.ArrayNormalize
Returns the maximum number of arrays that need to be present.
getMax() - Method in class adams.data.statistics.ArrayNormalizeRange
Returns the maximum number of arrays that need to be present.
getMax() - Method in class adams.data.statistics.ArrayPercentile
Returns the maximum number of arrays that need to be present.
getMax() - Method in class adams.data.statistics.ArrayRelativeAbsoluteError
Returns the maximum number of arrays that need to be present.
getMax() - Method in class adams.data.statistics.ArrayRootMeanSquaredError
Returns the maximum number of arrays that need to be present.
getMax() - Method in class adams.data.statistics.ArrayRootRelativeSquaredError
Returns the maximum number of arrays that need to be present.
getMax() - Method in class adams.data.statistics.ArrayRSquared
Returns the maximum number of arrays that need to be present.
getMax() - Method in class adams.data.statistics.ArrayStandardDeviation
Returns the maximum number of arrays that need to be present.
getMax() - Method in class adams.data.statistics.ArrayStandardize
Returns the maximum number of arrays that need to be present.
getMax() - Method in class adams.data.statistics.ArrayStandardScores
Returns the maximum number of arrays that need to be present.
getMax() - Method in class adams.data.statistics.ArraySum
Returns the maximum number of arrays that need to be present.
getMax() - Method in class adams.data.statistics.MultiArrayStatistic
Returns the maximum number of arrays that need to be present.
getMax() - Method in class adams.data.statistics.StatCalc
 
getMax() - Method in class adams.flow.source.IntegerRange
Returns the maximum for the range.
getMax() - Method in class adams.flow.transformer.WekaClassifierRanker
Returns the maximum number of top-ranked classifiers to forward.
getMax() - Method in class adams.gui.visualization.sequence.pointpreprocessor.Jitter
Returns the maximum jitter to apply.
getMax() - Method in class weka.classifiers.trees.RandomModelTrees
 
getMax() - Method in class weka.filters.supervised.attribute.SIMPLSMatrixFilterFromGeneticString
 
getMax() - Method in class weka.filters.unsupervised.instance.Scale
Returns the maximum for the values.
getMax(Matrix) - Static method in class edu.umbc.cs.maple.utils.JamaUtils
Gets the maximum value in a matrix.
getMaxAttributeNames() - Method in class adams.data.instancesanalysis.PCA
Returns the maximum number of attribute names.
getMaxAttributes() - Method in class adams.data.instancesanalysis.PCA
Returns the maximum attributes.
getMaxBin() - Method in class weka.classifiers.trees.XGBoost
Gets the maximum number of discrete bins to bucket continuous features.
getMaxChars() - Method in class adams.gui.core.TitleGenerator
Returns the maximum number of characters used for shortening the filename.
getMaxClassColumns() - Method in class adams.ml.capabilities.Capabilities
Returns the maximum number of required class columns.
getMaxClassRangePercentage() - Method in class weka.classifiers.meta.MinMaxLimits
Get the percentage of leeway to apply to the upper limit determaxed by the range of the class attribute in the training data.
getMaxColumnNameLength() - Method in class adams.db.generic.SQL
Returns the maximum length for column names.
getMaxColumnNameLength() - Method in class adams.db.mirrored.SQL
Returns the maximum length for column names.
getMaxColumnNameLength() - Method in class adams.db.SQLF
Returns the maximum length for column names.
getMaxColumnNameLength() - Method in interface adams.db.SQLIntf
Returns the maximum length for column names.
getMaxColumnOptimalColumnWidthCalc() - Method in class adams.gui.core.BaseTable
Returns the maximum number of columns before no longer attempting to calculate the optimal column width.
getMaxColumnOptimalHeaderWidthCalc() - Method in class adams.gui.core.BaseTable
Returns the maximum number of columns before no longer attempting to calculate the optimal header width.
getMaxColumns() - Method in class adams.ml.capabilities.Capabilities
Returns the maximum number of required columns.
getMaxColumns() - Method in class adams.ml.preprocessing.unsupervised.PCA
Returns the maximum attributes.
getMaxCommands() - Method in class adams.flow.transformer.ExecuteRemoteCommand
Returns the maximum number of commands allowed in the queue.
getMaxCommands() - Method in class adams.scripting.engine.ManualFeedScriptingEngine
Returns the maximum number of commands allowed in the queue.
getMaxCommentLength() - Method in class adams.gui.core.Undo
Returns the maximum length for comments before shortening them.
getMaxConcurrentJobs() - Method in class adams.scripting.engine.AbstractScriptingEngineWithJobQueue
Returns the maximum number of concurrent jobs to execute.
getMaxConcurrentJobs() - Method in interface adams.scripting.engine.JobQueueHandler
Returns the maximum number of concurrent jobs to execute.
getMaxConnectAttempts() - Method in class adams.db.AbstractDatabaseConnection
Returns the maximum number of connection attempts for a driver/URL/user/pw combination.
getMaxCount() - Method in class adams.gui.core.AbstractRecentItemsHandler
Returns the maximum number of items to keep.
getMaxDecimalPlaces() - Method in class weka.core.converters.SimpleArffSaver
Returns the maximum number of decimal places to print
getMaxDecimals() - Method in class adams.data.io.output.SimpleArffSpreadSheetWriter
Returns the maximum number of decimals to use for numeric values.
getMaxDelete() - Method in class adams.flow.source.RSync
 
getMaxDepth() - Method in class adams.core.io.lister.AbstractRecursiveDirectoryLister
Returns the maximum depth to search (1 = only watch dir, -1 = infinite).
getMaxDepth() - Method in interface adams.core.io.lister.RecursiveDirectoryLister
Returns the maximum depth to search (1 = only watch dir, -1 = infinite).
getMaxDepth() - Method in class adams.flow.source.DirectoryLister
Returns the maximum depth to search (in recursive mode).
getMaxDepth() - Method in class adams.flow.source.filesystemsearch.FtpDirectorySearch
Returns the maximum depth to search (in recursive mode).
getMaxDepth() - Method in class adams.flow.source.filesystemsearch.FtpDirectorySearchWithComparator
Returns the maximum depth to search (in recursive mode).
getMaxDepth() - Method in class adams.flow.source.filesystemsearch.FtpDirectorySearchWithCustomSort
Returns the maximum depth to search (in recursive mode).
getMaxDepth() - Method in class adams.flow.source.filesystemsearch.FtpFileSearch
Returns the maximum depth to search (in recursive mode).
getMaxDepth() - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearch
Returns the maximum depth to search (in recursive mode).
getMaxDepth() - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearchWithComparator
Returns the maximum depth to search (in recursive mode).
getMaxDepth() - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearchWithCustomSort
Returns the maximum depth to search (in recursive mode).
getMaxDepth() - Method in class adams.flow.source.filesystemsearch.LocalFileSearch
Returns the maximum depth to search (in recursive mode).
getMaxDepth() - Method in class adams.flow.source.filesystemsearch.SftpDirectorySearch
Returns the maximum depth to search (in recursive mode).
getMaxDepth() - Method in class adams.flow.source.filesystemsearch.SftpDirectorySearchWithComparator
Returns the maximum depth to search (in recursive mode).
getMaxDepth() - Method in class adams.flow.source.filesystemsearch.SftpDirectorySearchWithCustomSort
Returns the maximum depth to search (in recursive mode).
getMaxDepth() - Method in class adams.flow.source.filesystemsearch.SftpFileSearch
Returns the maximum depth to search (in recursive mode).
getMaxDepth() - Method in class adams.flow.source.filesystemsearch.SmbDirectorySearch
Returns the maximum depth to search (in recursive mode).
getMaxDepth() - Method in class adams.flow.source.filesystemsearch.SmbDirectorySearchWithComparator
Returns the maximum depth to search (in recursive mode).
getMaxDepth() - Method in class adams.flow.source.filesystemsearch.SmbDirectorySearchWithCustomSort
Returns the maximum depth to search (in recursive mode).
getMaxDepth() - Method in class adams.flow.source.filesystemsearch.SmbFileSearch
Returns the maximum depth to search (in recursive mode).
getMaxDepth() - Method in class adams.flow.standalone.DeleteDir
Returns the maximum depth to search (in recursive mode).
getMaxDepth() - Method in class adams.flow.standalone.DeleteFile
Returns the maximum depth to search (in recursive mode).
getMaxDepth() - Method in class weka.classifiers.trees.XGBoost
Gets the maximum depth of a tree.
getMaxDifference() - Method in class weka.classifiers.meta.AbstainAverage
gets number of samples
getMaxDifference() - Method in class weka.classifiers.meta.AbstainAverageWithClassifierWeights
gets number of samples
getMaxDifference() - Method in class weka.classifiers.meta.AbstainVote
gets number of samples
getMaxDisplayItems() - Method in class adams.gui.goe.GenericArrayEditorPanel
Returns the maximum number of array items to display via toString().
getMaxDisplayItems() - Method in class adams.gui.goe.WekaGenericArrayEditorPanel
Returns the maximum number of array items to display via toString().
getMaxExtensionLength() - Static method in class adams.core.io.FileUtils
Returns the maximum length of extensions.
getMaxFactor() - Method in class weka.filters.unsupervised.instance.WeightsBasedResample
Returns the upper limit for the multiplication factor for instances.
getMaxFailures() - Method in class adams.console.Logging
Returns the maximum number of connection failures to tolerate.
getMaxFailures() - Method in class adams.core.logging.RemoteSendHandler
Returns the maximum number of failures to accept.
getMaxFailures() - Method in class adams.scripting.command.basic.StartRemoteLogging
Returns the maximum number of failures to accept on the sending side.
getMaxFileTimestamp() - Method in class adams.core.io.lister.LocalDirectoryLister
Returns the maximum file timestamp ("last modified") that the files need to have.
getMaxFileTimestamp() - Method in class adams.flow.source.DirectoryLister
Returns the maximum file timestamp that the files have to have.
getMaxFitnessHistorySize() - Method in class adams.opt.genetic.AbstractGeneticAlgorithm
Returns the maximum size for the fitness history.
getMaxHandling() - Method in class weka.classifiers.meta.MinMaxLimits
Get how the upper limit is handled.
getMaxHeight() - Method in class adams.flow.transformer.locateobjects.SizeFilter
Returns the maximum height.
getMaxHeight() - Method in class adams.flow.transformer.negativeregions.MaxDimensions
Returns the maximum height a negative region can have.
getMaxHeight() - Method in class adams.flow.transformer.negativeregions.RandomRegions
Returns the maximum height a negative region can have.
getMaximum() - Method in class adams.core.discovery.genetic.AbstractGeneticDoubleDiscoveryHandler
Returns the maximum.
getMaximum() - Method in class adams.core.discovery.genetic.AbstractGeneticDoubleMatrixDiscoveryHandler
Returns the maximum.
getMaximum() - Method in class adams.core.discovery.genetic.AbstractGeneticFloatDiscoveryHandler
Returns the maximum.
getMaximum() - Method in class adams.core.discovery.genetic.AbstractGeneticIntegerArrayDiscoveryHandler
Returns the maximum.
getMaximum() - Method in class adams.core.discovery.genetic.AbstractGeneticIntegerDiscoveryHandler
Returns the maximum.
getMaximum() - Method in class adams.data.conversion.Maximum
Returns the maximum.
getMaximum() - Method in class adams.data.featureconverter.CountValues
Returns the maximum.
getMaximum() - Method in class adams.data.filter.TimeseriesValueSubset
Returns the maximum (included) that the values need to satisfy.
getMaximum() - Method in class adams.data.objectfinder.ByMetaDataNumericValue
Returns the maximum.
getMaximum() - Method in class adams.data.objectfinder.PolygonPoints
Returns the maximum.
getMaximum() - Method in class adams.data.objectfinder.Size
Returns the maximum.
getMaximum() - Method in class adams.data.spreadsheet.rowfinder.ByDateValue
Returns the maximum.
getMaximum() - Method in class adams.data.spreadsheet.rowfinder.ByNumericValue
Returns the maximum.
getMaximum() - Method in class adams.data.spreadsheet.rowfinder.ByStringComparison
Returns the maximum.
getMaximum() - Method in class adams.data.weka.rowfinder.ByNumericValue
Returns the maximum.
getMaximum() - Method in class adams.flow.condition.bool.Counting
Returns the maximum of counts before de-activating.
getMaximum() - Method in class adams.flow.sink.ProgressBar
Returns the maximum.
getMaximum() - Method in class adams.flow.standalone.logevent.LevelFilter
Returns the maximum level of records to accept.
getMaximum() - Method in class adams.flow.transformer.wekaevaluationpostprocessor.SimpleSubRange
Returns the maximum.
getMaximum() - Method in class adams.gui.visualization.core.axis.AbstractAxisModel
Returns the currently set maximum on the axis.
getMaximum() - Method in class adams.gui.visualization.core.axis.Zoom
Returns the stored maximum.
getMaximum() - Method in class adams.gui.visualization.core.AxisPanel
Returns the currently set maximum on the axis.
getMaximumAttributeNames() - Method in class adams.flow.transformer.WekaPrincipalComponents
Gets maximum number of attribute names to use.
getMaximumAttributeNames() - Method in class weka.core.neighboursearch.PCANNSearch
Gets maximum number of attributes to include in transformed attribute names.
getMaximumAttributeNames() - Method in class weka.filters.unsupervised.attribute.PrincipalComponentsJ
Gets maximum number of attributes to include in transformed attribute names.
getMaximumAttributes() - Method in class adams.flow.transformer.WekaPrincipalComponents
Gets maximum number of PC attributes to retain.
getMaximumAttributes() - Method in class weka.filters.unsupervised.attribute.PrincipalComponentsJ
Gets maximum number of PC attributes to retain.
getMaximumColumnWidth() - Method in class adams.gui.tools.AbstractManagementPanel
Returns the maximum column width to use when determining the optimal column width.
getMaximumDeltaStep() - Method in class weka.classifiers.trees.XGBoost
Gets the maximum delta step we allow each leaf output to be.
getMaximumIncluded() - Method in class adams.data.featureconverter.CountValues
Returns whether the maximum is included.
getMaximumIncluded() - Method in class adams.data.objectfinder.ByMetaDataNumericValue
Returns whether the maximum is included.
getMaximumIncluded() - Method in class adams.data.objectfinder.PolygonPoints
Returns whether the maximum is included.
getMaximumIncluded() - Method in class adams.data.objectfinder.Size
Returns whether the maximum is included.
getMaximumIncluded() - Method in class adams.data.spreadsheet.rowfinder.ByDateValue
Returns whether the maximum is included.
getMaximumIncluded() - Method in class adams.data.spreadsheet.rowfinder.ByNumericValue
Returns whether the maximum is included.
getMaximumIncluded() - Method in class adams.data.spreadsheet.rowfinder.ByStringComparison
Returns whether the maximum is included.
getMaximumIncluded() - Method in class adams.data.weka.rowfinder.ByNumericValue
Returns whether the maximum is included.
getMaximumIncluded() - Method in class adams.flow.transformer.wekaevaluationpostprocessor.SimpleSubRange
Returns whether the maximum is included.
getMaximumX() - Method in interface adams.gui.visualization.core.PaintletWithFixedXRange
Returns the maximum to use for the X range.
getMaximumX() - Method in class adams.gui.visualization.sequence.PaintletWithFixedXRange
Returns the maximum of the X range.
getMaximumX() - Method in class adams.gui.visualization.sequence.PaintletWithFixedXYRange
Returns the maximum of the X range.
getMaximumX() - Method in class adams.gui.visualization.timeseries.PaintletWithFixedXRange
Returns the maximum of the X range.
getMaximumX() - Method in class adams.gui.visualization.timeseries.PaintletWithFixedXYRange
Returns the maximum of the X range.
getMaximumY() - Method in interface adams.gui.visualization.core.PaintletWithFixedYRange
Returns the maximum to use for the Y range.
getMaximumY() - Method in class adams.gui.visualization.sequence.PaintletWithFixedYRange
Returns the maximum of the Y range.
getMaximumY() - Method in class adams.gui.visualization.timeseries.PaintletWithFixedYRange
Returns the maximum of the Y range.
getMaxItems() - Method in class adams.core.io.lister.AbstractDirectoryLister
Returns the maximum number of items to return.
getMaxItems() - Method in interface adams.core.io.lister.DirectoryLister
Returns the maximum number of items to return.
getMaxItems() - Method in class adams.flow.source.DirectoryLister
Returns the maximum number of items to return.
getMaxItems() - Method in class adams.flow.source.filesystemsearch.FtpDirectorySearch
Returns the maximum number of items to return.
getMaxItems() - Method in class adams.flow.source.filesystemsearch.FtpDirectorySearchWithComparator
Returns the maximum number of items to return.
getMaxItems() - Method in class adams.flow.source.filesystemsearch.FtpDirectorySearchWithCustomSort
Returns the maximum number of items to return.
getMaxItems() - Method in class adams.flow.source.filesystemsearch.FtpFileSearch
Returns the maximum number of items to return.
getMaxItems() - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearch
Returns the maximum number of items to return.
getMaxItems() - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearchWithComparator
Returns the maximum number of items to return.
getMaxItems() - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearchWithCustomSort
Returns the maximum number of items to return.
getMaxItems() - Method in class adams.flow.source.filesystemsearch.LocalFileSearch
Returns the maximum number of items to return.
getMaxItems() - Method in class adams.flow.source.filesystemsearch.SftpDirectorySearch
Returns the maximum number of items to return.
getMaxItems() - Method in class adams.flow.source.filesystemsearch.SftpDirectorySearchWithComparator
Returns the maximum number of items to return.
getMaxItems() - Method in class adams.flow.source.filesystemsearch.SftpDirectorySearchWithCustomSort
Returns the maximum number of items to return.
getMaxItems() - Method in class adams.flow.source.filesystemsearch.SftpFileSearch
Returns the maximum number of items to return.
getMaxItems() - Method in class adams.flow.source.filesystemsearch.SmbDirectorySearch
Returns the maximum number of items to return.
getMaxItems() - Method in class adams.flow.source.filesystemsearch.SmbDirectorySearchWithComparator
Returns the maximum number of items to return.
getMaxItems() - Method in class adams.flow.source.filesystemsearch.SmbDirectorySearchWithCustomSort
Returns the maximum number of items to return.
getMaxItems() - Method in class adams.flow.source.filesystemsearch.SmbFileSearch
Returns the maximum number of items to return.
getMaxIter() - Method in class adams.data.instancesanalysis.pls.KernelPLS
Sets the inner NIPALS loop improvement tolerance.
getMaxIter() - Method in class adams.data.instancesanalysis.pls.NIPALS
Returns the NIPALS loop maximum number of iterations.
getMaxIter() - Method in class adams.data.instancesanalysis.pls.PRM
Returns the NIPALS loop maximum number of iterations.
getMaxIter() - Method in class adams.data.instancesanalysis.pls.SparsePLS
Returns the NIPALS loop maximum number of iterations.
getMaxIterations() - Method in class weka.clusterers.SAXKMeans
gets the number of maximum iterations to be executed.
getMaxIterations() - Method in class weka.filters.unsupervised.instance.RemoveMisclassifiedAbs
Gets the maximum number of cleansing iterations performed
getMaxIterations() - Method in class weka.filters.unsupervised.instance.RemoveMisclassifiedRel
Gets the maximum number of cleansing iterations performed
getMaxLabels() - Method in class adams.data.conversion.SpreadSheetToWekaInstances
Returns the name of the global actor in use.
getMaxLabels() - Method in class adams.data.spreadsheet.filter.WekaFilter
Returns the name of the global actor in use.
getMaxLag() - Method in class adams.flow.core.LagMakerOptions
Returns the maximum lag.
getMaxLeaves() - Method in class weka.classifiers.trees.XGBoost
Gets the maximum number of nodes to be added.
getMaxLength() - Method in class adams.flow.condition.bool.HasLength
Returns the maximum number of elements the array can have
getMaxLength() - Method in class adams.flow.transformer.StringJoin
Returns the maximum length for the generated string(s).
getMaxLength() - Method in class adams.tools.ZipPassword
Returns the maximum length of password string to generate for brute force attack.
getMaxLevels() - Method in class weka.classifiers.meta.ClassifierCascade
the maximum number of levels in the cascade.
getMaxLimit() - Method in class adams.data.textrenderer.AbstractLimitedTextRenderer
Returns the maximum limit.
getMaxLimit() - Method in class adams.data.textrenderer.ArrayTextRenderer
Returns the maximum limit.
getMaxLimit() - Method in class adams.data.textrenderer.CollectionTextRenderer
Returns the maximum limit.
getMaxLimit() - Method in interface adams.data.textrenderer.LimitedTextRenderer
Returns the maximum limit.
getMaxLimit() - Method in class adams.data.textrenderer.ListTextRenderer
Returns the maximum limit.
getMaxLimit() - Method in class adams.data.textrenderer.MapTextRenderer
Returns the maximum limit.
getMaxLimit() - Method in class adams.data.textrenderer.SetTextRenderer
Returns the maximum limit.
getMaxLimit() - Method in class adams.data.textrenderer.SpreadSheetTextRenderer
Returns the maximum limit.
getMaxLines() - Method in class adams.data.io.input.LineByLineTextReader
Returns the maximum lines to read.
getMaxLines() - Method in class adams.flow.transformer.BoofCVDetectLines
Returns the maximum number of lines to detect.
getMaxLines() - Method in class adams.flow.transformer.splitfile.SplitByLineCount
Returns the maximum number of lines for the files.
getMaxManual() - Method in class weka.classifiers.meta.MinMaxLimits
Get the manual upper limit.
getMaxNeighbors() - Method in class adams.flow.transformer.WekaNearestNeighborSearch
Returns the maximum number of neighbors to find.
getMaxNominalValues() - Method in class adams.data.io.output.SimpleArffSpreadSheetWriter
Returns the maximum number of different values to accept for NOMINAL attributes before switching to STRING.
getMaxNum() - Method in class adams.flow.source.RandomNumberGenerator
Returns the maximum number of random numbers to generate.
getMaxNumProcessors() - Static method in class adams.core.Performance
Returns the maximum number of processors to use, -1 is all available.
getMaxPageCloseUndo() - Method in class adams.gui.core.MultiPagePane
Returns the maximum pages to keep around for undoing closing.
getMaxRegions() - Method in class adams.flow.transformer.negativeregions.LargestRegions
Returns the maximum number of regions to generate.
getMaxRows() - Method in class adams.data.io.output.ExcelStreamingSpreadSheetWriter
Returns the maximum number of rows to keep in memory.
getMaxRows() - Method in class adams.flow.condition.bool.HasRows
Returns the maximum number of rows the spreadsheet can have.
getMaxRows() - Method in class adams.ml.capabilities.Capabilities
Returns the maximum number of required columns.
getMaxSize() - Method in class adams.data.weka.predictions.RelativeNumericErrorScaler
Returns the maximum size for the errors.
getMaxSize() - Method in class adams.flow.condition.bool.HasSize
Returns the maximum number of elements the array can have
getMaxSize() - Method in class adams.flow.source.RSync
 
getMaxSize() - Method in class adams.flow.transformer.locateobjects.XScreenMaskLocator
Get maximum object size.
getMaxSize() - Method in class adams.flow.transformer.splitfile.SplitBySize
Returns the maximum size for the files.
getMaxStringLength() - Method in class adams.data.io.output.SqlDumpSpreadSheetWriter
Returns the maximum length for strings.
getMaxStringLength() - Method in class adams.data.spreadsheet.sql.Writer
Returns the maximum length for strings.
getMaxStringLength() - Method in class adams.flow.sink.SpreadSheetDbWriter
Returns the maximum length for strings.
getMaxTabCloseUndo() - Method in class adams.gui.core.BaseTabbedPane
Returns the maximum tabs to keep around for undoing closing.
getMaxTime() - Method in class adams.flow.source.RSync
 
getMaxTime() - Method in class adams.flow.source.SimpleRSync
 
getMaxTimestamp() - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearchWithTimestampConstraints
Returns the maximum 'last modified' timestamp that the directories have to have.
getMaxTimestamp() - Method in class adams.flow.source.filesystemsearch.LocalFileSearchWithTimestampConstraints
Returns the maximum file timestamp that the files have to have.
getMaxTitleLength() - Method in class adams.gui.core.BaseTabbedPane
Returns the maximum title length to allow before shortening when using BaseTabbedPane.setShortenedTitleAt(int, String).
getMaxTooltipWidth() - Static method in class adams.gui.core.GUIHelper
Returns the maximum width for tool tips.
getMaxTrainTime() - Method in class adams.opt.genetic.stopping.MaxTrainTime
Returns the maximum number of seconds to perform training.
getMaxTrainTime() - Method in class adams.opt.genetic.stopping.MaxTrainTimeWithoutImprovement
Returns the maximum number of seconds to wait for improvement.
getMaxTrainTime() - Method in class adams.opt.optimise.genetic.AbstractGeneticAlgorithm
Returns the maximum number of seconds to perform training.
getMaxUndo() - Method in class adams.flow.transformer.ImageObjectAnnotator
Returns the maximum undo steps.
getMaxUndo() - Method in class adams.flow.transformer.ImageSegmentationAnnotator
Returns the maximum undo steps.
getMaxUndo() - Method in class adams.gui.core.Undo
Returns the maximum number of undo steps to allow.
getMaxVal() - Method in class adams.opt.optimise.genetic.PackDataDef.DataInfo
 
getMaxValue() - Method in class adams.data.opencv.features.Histogram
Returns the max value.
getMaxValue() - Method in class adams.data.opencv.features.Otsu
Returns the max value.
getMaxValue() - Method in class adams.data.opencv.transformer.Threshold
Returns the max value.
getMaxValue() - Method in class adams.data.random.JavaRandomInt
Returns the maximum value of the numbers to generate.
getMaxValue() - Method in class adams.data.random.JavaRandomIntUnseeded
Returns the maximum value of the numbers to generate.
getMaxValue() - Method in interface adams.data.random.RandomDoubleRangeGenerator
Returns the maximum value of the numbers to generate.
getMaxValue() - Method in interface adams.data.random.RandomIntegerRangeGenerator
Returns the maximum value of the numbers to generate.
getMaxValue() - Method in class adams.data.timeseries.Timeseries
Get point with greatest timeseries value.
getMaxValue() - Method in class adams.gui.visualization.report.ReportFactory.StandardsDialog
Returns the current maximum value.
getMaxVariable() - Method in class adams.flow.template.FileProcessingWithProgressBar
Returns the variable name to use for storing the number of files (= maximum).
getMaxVersion() - Method in class weka.gui.visualize.plugins.ClassRangeBasedClassifierErrors
Get the maximum version of Weka, exclusive, the class is designed to work with.
getMaxVersion() - Method in class weka.gui.visualize.plugins.FixedClassifierErrors
Get the maximum version of Weka, exclusive, the class is designed to work with.
getMaxVersion() - Method in class weka.gui.visualize.plugins.FixedClassifierErrorsPlot
Get the maximum version of Weka, exclusive, the class is designed to work with.
getMaxVersion() - Method in class weka.gui.visualize.plugins.SaveGraph
Get the maximum version of Weka, exclusive, the class is designed to work with.
getMaxVersion() - Method in class weka.gui.visualize.plugins.SaveTree
Get the maximum version of Weka, exclusive, the class is designed to work with.
getMaxVersion() - Method in class weka.gui.visualize.plugins.ThresholdCurves
Get the maximum version of Weka, exclusive, the class is designed to work with.
getMaxWait() - Method in class adams.multiprocess.ScpJobRunner
Returns the maximum time in milli-seconds to wait before giving up on the remote jobs.
getMaxWidth() - Method in class adams.flow.transformer.locateobjects.SizeFilter
Returns the maximum width.
getMaxWidth() - Method in class adams.flow.transformer.negativeregions.MaxDimensions
Returns the maximum width a negative region can have.
getMaxWidth() - Method in class adams.flow.transformer.negativeregions.RandomRegions
Returns the maximum width a negative region can have.
getMaxX() - Method in class adams.data.sequence.XYSequence
Returns point with the maximum X.
getMaxX() - Method in class adams.data.sequence.XYSequencePoint
Returns the maximum for X.
getMaxX() - Method in interface adams.data.sequence.XYSequencePointWithErrors
Returns the maximum for X.
getMaxX() - Method in class adams.flow.sink.sequenceplotter.SequencePlotPoint
Returns the maximum for X.
getMaxX() - Method in class adams.gui.visualization.sequence.PaintletWithFixedXRange
Returns the maximum of the X range.
getMaxX() - Method in class adams.gui.visualization.sequence.PaintletWithFixedXYRange
Returns the maximum of the X range.
getMaxX() - Method in class adams.gui.visualization.timeseries.PaintletWithFixedXRange
Returns the maximum of the X range.
getMaxX() - Method in class adams.gui.visualization.timeseries.PaintletWithFixedXYRange
Returns the maximum of the X range.
getMaxY() - Method in class adams.data.sequence.XYSequence
Returns point with the maximum Y.
getMaxY() - Method in class adams.data.sequence.XYSequencePoint
Returns the maximum for Y.
getMaxY() - Method in interface adams.data.sequence.XYSequencePointWithErrors
Returns the maximum for Y.
getMaxY() - Method in class adams.flow.sink.sequenceplotter.SequencePlotPoint
Returns the maximum for Y.
getMaxY() - Method in class adams.gui.visualization.sequence.PaintletWithFixedYRange
Returns the maximum of the Y range.
getMaxY() - Method in class adams.gui.visualization.timeseries.PaintletWithFixedYRange
Returns the maximum of the Y range.
getMean() - Method in class adams.data.distribution.Exponential
Returns the mean.
getMean() - Method in class adams.data.distribution.Normal
Returns the mean.
getMean() - Method in class adams.data.random.AbstractDistributionBasedRandomNumberGenerator
Returns the mean to use.
getMean() - Method in interface adams.data.random.DistributionBasedRandomNumberGenerator
Returns the mean to use.
getMean() - Method in class adams.data.statistics.StatCalc
 
getMeanDeltaX(Timeseries) - Method in class adams.data.filter.TimeseriesSAX
Computes the mean difference between data points on the X axis.
getMeanDeltaX(T) - Method in class adams.data.filter.AbstractSAX
Computes the mean difference between data points on the X axis.
getMeanStdev(Instance) - Method in class weka.filters.unsupervised.attribute.PAA
Return an array where the 1st value is the mean, and the 2nd the standard deviation of the attribute values.
getMeanStdev(Instance) - Method in class weka.filters.unsupervised.attribute.SAX
Return an array where the 1st value is the mean, and the 2nd the standard deviation of the attribute values.
getMeasure() - Method in class adams.data.smoothing.AbstractSlidingWindow
Returns the current measure in use.
getMeasure() - Method in class adams.flow.transformer.WekaClassifierRanker
Returns the measure used for ranking the classifiers.
getMeasure() - Method in enum adams.flow.transformer.WekaClassifierRanker.Measure
Returns the associated measure.
getMeasure() - Method in class adams.flow.transformer.WekaClassifierRanker.RankingJob
Returns the measure for ranking.
getMeasure() - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm.ClassifierBasedGeneticAlgorithmJob
Returns the measure used for evaluating the fitness.
getMeasure() - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm
Returns the current measure for evaluating the fitness.
getMeasure() - Method in class adams.opt.optimise.genetic.fitnessfunctions.AbstractWEKAFitnessFunction
Returns the current measure for evaluating the fitness.
getMeasure(String) - Method in class weka.classifiers.trees.m5.M5Base2
Returns the value of the named measure
getMeasuresPrefix() - Method in class adams.flow.transformer.AbstractWekaPredictionsTransformer
Returns the prefix for the measure attributes.
getMedian() - Method in class adams.data.distribution.Cauchy
Returns the median.
getMemory() - Method in class adams.flow.standalone.JavaExec
Returns the amount of memory to use for the JVM.
getMemoryType() - Method in class adams.flow.standalone.MemoryMonitor
Returns the type of memory to monitor.
getMenu() - Method in class adams.gui.core.AbstractRecentItemsHandler
Returns the menu to add the recent items as subitems to.
getMenu() - Method in class adams.gui.flow.menu.AbstractFlowEditorMenuItem
Returns the name of the menu to list this item under.
getMenu() - Method in class adams.gui.flow.menu.ShowTriggers
Returns the name of the menu to list this item under.
getMenu() - Method in class adams.gui.plugin.AbstractToolPlugin
Returns the text for the menu to place the plugin beneath.
getMenu() - Method in class adams.gui.visualization.image.plugins.Barcode
Returns the text for the menu to place the plugin beneath.
getMenu() - Method in class adams.gui.visualization.image.plugins.BoofCVDetectLines
Returns the text for the menu to place the plugin beneath.
getMenu() - Method in class adams.gui.visualization.image.plugins.BoofCVDetectLineSegments
Returns the text for the menu to place the plugin beneath.
getMenu() - Method in class adams.gui.visualization.image.plugins.BoofCVFeatureGenerator
Returns the text for the menu to place the plugin beneath.
getMenu() - Method in class adams.gui.visualization.image.plugins.BoofCVTransformer
Returns the text for the menu to place the plugin beneath.
getMenu() - Method in class adams.gui.visualization.image.plugins.Brightness
Returns the text for the menu to place the plugin beneath.
getMenu() - Method in class adams.gui.visualization.image.plugins.BufferedImageFeatureGenerator
Returns the text for the menu to place the plugin beneath.
getMenu() - Method in class adams.gui.visualization.image.plugins.BufferedImageTransformer
Returns the text for the menu to place the plugin beneath.
getMenu() - Method in class adams.gui.visualization.image.plugins.DisplayObjectLocationsFromReport
Returns the text for the menu to place the plugin beneath.
getMenu() - Method in class adams.gui.visualization.image.plugins.Histogram
Returns the text for the menu to place the plugin beneath.
getMenu() - Method in class adams.gui.visualization.image.plugins.ImageFileMetaData
Returns the text for the menu to place the plugin beneath.
getMenu() - Method in class adams.gui.visualization.image.plugins.LocateObjects
Returns the text for the menu to place the plugin beneath.
getMenu() - Method in class adams.gui.visualization.image.plugins.MarkLocation
Returns the text for the menu to place the plugin beneath.
getMenu() - Method in class adams.gui.visualization.image.plugins.TesseractOCR
Returns the text for the menu to place the plugin beneath.
getMenuBar() - Method in class adams.flow.sink.AbstractGraphicalDisplay
Creates a menu bar (singleton per panel object).
getMenuBar() - Method in class adams.flow.sink.AbstractTextualDisplay
Creates a menu bar (singleton per panel object).
getMenuBar() - Method in class adams.flow.sink.DisplayPanelGrid
Creates a menu bar (singleton per panel object).
getMenuBar() - Method in class adams.flow.sink.DisplayPanelManager
Creates a menu bar (singleton per panel object).
getMenuBar() - Method in class adams.flow.standalone.AbstractMultiView
Creates a menu bar (singleton per panel object).
getMenuBar() - Method in class adams.flow.standalone.ConsoleWindow
Creates a menu bar (singleton per panel object).
getMenuBar() - Method in class adams.flow.transformer.pixelselector.PixelSelectorPanel
Creates a menu bar (singleton per panel object).
getMenuBar() - Method in class adams.gui.application.ApplicationMenu
Generates the menu and returns it.
getMenuBar() - Method in class adams.gui.core.ConsolePanel
Creates a menu bar (singleton per panel object).
getMenuBar() - Method in class adams.gui.core.ErrorMessagePanel
Creates a menu bar (singleton per panel object).
getMenuBar() - Method in interface adams.gui.core.MenuBarProvider
Creates a menu bar (singleton per panel object).
getMenuBar() - Method in class adams.gui.dialog.SpreadSheetPanel
Creates a menu bar (singleton per panel object).
getMenuBar() - Method in class adams.gui.dialog.TextPanel
Creates a menu bar (singleton per panel object).
getMenuBar() - Method in class adams.gui.flow.FlowControlCenterPanel
Creates a menu bar (singleton per panel object).
getMenuBar() - Method in class adams.gui.flow.FlowEditorPanel
Creates a menu bar (singleton per panel object).
getMenuBar() - Method in class adams.gui.flow.FlowRunnerPanel
Creates a menu bar (singleton per panel object).
getMenuBar() - Method in class adams.gui.tools.AbstractManagementPanel
Creates a menu bar (singleton per panel object).
getMenuBar() - Method in class adams.gui.tools.ConsoleOutputAnalyzerPanel
Creates a menu bar (singleton per panel object).
getMenuBar() - Method in class adams.gui.tools.DatasetCompatibilityPanel
Creates a menu bar (singleton per panel object).
getMenuBar() - Method in class adams.gui.tools.DiffPanel
Creates a menu bar (singleton per panel object).
getMenuBar() - Method in class adams.gui.tools.FavoritesManagementPanel
Creates a menu bar (singleton per panel object).
getMenuBar() - Method in class adams.gui.tools.FileCommanderPanel
Creates a menu bar (singleton per panel object).
getMenuBar() - Method in class adams.gui.tools.FileMonitorPanel
Creates a menu bar (singleton per panel object).
getMenuBar() - Method in class adams.gui.tools.ImageProcessorPanel
Creates a menu bar (singleton per panel object).
getMenuBar() - Method in class adams.gui.tools.NestedFormatViewerPanel
Creates a menu bar (singleton per panel object).
getMenuBar() - Method in class adams.gui.tools.PlaceholderManagementPanel
Creates a menu bar (singleton per panel object).
getMenuBar() - Method in class adams.gui.tools.PreviewBrowserPanel
Creates a menu bar (singleton per panel object).
getMenuBar() - Method in class adams.gui.tools.PropertiesViewerPanel
Creates a menu bar (singleton per panel object).
getMenuBar() - Method in class adams.gui.tools.remotecontrolcenter.RemoteControlCenterPanel
Returns the menu bar.
getMenuBar() - Method in class adams.gui.tools.SpreadSheetProcessorPanel
Creates a menu bar (singleton per panel object).
getMenuBar() - Method in class adams.gui.tools.SpreadSheetViewerPanel
Creates a menu bar (singleton per panel object).
getMenuBar() - Method in class adams.gui.tools.SqlWorkbenchPanel
Creates a menu bar (singleton per panel object).
getMenuBar() - Method in class adams.gui.tools.SystemInfoPanel
Creates a menu bar (singleton per panel object).
getMenuBar() - Method in class adams.gui.tools.wekainvestigator.InvestigatorPanel
Creates a menu bar (singleton per panel object).
getMenuBar() - Method in class adams.gui.tools.wekamultiexperimenter.ExperimenterPanel
Creates a menu bar (singleton per panel object).
getMenuBar() - Method in class adams.gui.tools.XSLTPanel
Creates a menu bar (singleton per panel object).
getMenuBar() - Method in class adams.gui.visualization.image.ImageViewerPanel
Creates a menu bar (singleton per panel object).
getMenuBar() - Method in class adams.gui.visualization.instance.InstanceComparePanel
Creates a menu bar (singleton per panel object).
getMenuBar() - Method in class adams.gui.visualization.instance.InstanceExplorer
Creates a menu bar (singleton per panel object).
getMenuBar() - Method in class adams.gui.visualization.pdf.PDFViewerPanel
Creates a menu bar (singleton per panel object).
getMenuBar() - Method in class adams.gui.visualization.spreadsheet.SpreadSheetExplorer
Creates a menu bar (singleton per panel object).
getMenuBar() - Method in class adams.gui.visualization.timeseries.TimeseriesExplorer
Creates a menu bar (singleton per panel object).
getMenuBar() - Method in class adams.gui.workspace.AbstractWorkspacePanel
Creates a menu bar (singleton per panel object).
getMenuBar() - Method in class weka.gui.explorer.ExplorerExt
Creates a menu bar (singleton per panel object).
getMenuIcon() - Method in class adams.gui.tools.spreadsheetviewer.AbstractDataPlugin
Returns the file name of the icon.
getMenuIcon() - Method in class adams.gui.tools.spreadsheetviewer.AbstractViewPlugin
Returns the file name of the icon.
getMenuIcon() - Method in class adams.gui.tools.spreadsheetviewer.Append
Returns the file name of the icon.
getMenuIcon() - Method in class adams.gui.tools.spreadsheetviewer.BoxPlot
Returns the file name of the icon.
getMenuIcon() - Method in class adams.gui.tools.spreadsheetviewer.MatrixPlot
Returns the file name of the icon.
getMenuIcon() - Method in class adams.gui.tools.spreadsheetviewer.Merge
Returns the file name of the icon.
getMenuIcon() - Method in class adams.gui.tools.spreadsheetviewer.Statistics
Returns the file name of the icon.
getMenuItem() - Method in class adams.flow.sink.MenuItem
Returns the class label index (1-based index).
getMenuItem() - Method in class adams.gui.action.AbstractPropertiesAction
Creates a new menuitem.
getMenuItem() - Method in class adams.gui.action.AbstractPropertiesCheckBoxMenuItemAction
Creates a new menuitem using itself.
getMenuItem() - Method in class adams.gui.action.AbstractPropertiesMenuItemAction
Creates a new menuitem using itself.
getMenuItem() - Method in class adams.gui.action.AbstractPropertiesSubMenuAction
Creates a new menuitem.
getMenuItem() - Method in interface adams.gui.action.PropertiesAction
Creates a new menuitem.
getMenuItem() - Method in class adams.gui.application.AbstractBasicMenuItemDefinition
Returns the JMenuItem to use.
getMenuItem() - Method in class adams.gui.application.AbstractMenuItemDefinition
Returns the JMenuItem to use.
getMenuItem() - Method in class adams.gui.application.AbstractSubMenuDefinition
Returns the JMenuItem to use.
getMenuItem() - Method in class adams.gui.core.spreadsheettable.AbstractPlotSelectedRows
Returns the name for the menu item.
getMenuItem() - Method in class adams.gui.core.spreadsheettable.AbstractProcessSelectedRows
Returns the name for the menu item.
getMenuItem() - Method in class adams.gui.core.spreadsheettable.Binning
Returns the name for the menu item.
getMenuItem() - Method in class adams.gui.core.spreadsheettable.ChangeColumnType
Returns the name for the menu item.
getMenuItem() - Method in class adams.gui.core.spreadsheettable.ColumnStatistic
Returns the name for the menu item.
getMenuItem() - Method in class adams.gui.core.spreadsheettable.DataSort
Returns the name for the menu item.
getMenuItem() - Method in class adams.gui.core.spreadsheettable.Histogram
Returns the name for the menu item.
getMenuItem() - Method in class adams.gui.core.spreadsheettable.JFreeChart
Returns the name for the menu item.
getMenuItem() - Method in class adams.gui.core.spreadsheettable.PreviewSelectedFile
Returns the default name for the menu item.
getMenuItem() - Method in class adams.gui.core.spreadsheettable.RowStatistic
Returns the name for the menu item.
getMenuItem() - Method in class adams.gui.core.spreadsheettable.SimplePlot
Returns the name for the menu item.
getMenuItem() - Method in interface adams.gui.core.spreadsheettable.SpreadSheetTablePopupMenuItem
Returns the name for the menu item.
getMenuItem() - Method in class adams.gui.core.spreadsheettable.UniqueValues
Returns the name for the menu item.
getMenuItem() - Method in class adams.gui.core.spreadsheettable.ViewCell
Returns the name for the menu item.
getMenuItem() - Method in class adams.gui.flow.tree.menu.AddMostCommonActorAfter
Creates a new menuitem using itself.
getMenuItem() - Method in class adams.gui.flow.tree.menu.AddMostCommonActorBeneath
Creates a new menuitem using itself.
getMenuItem() - Method in class adams.gui.flow.tree.menu.AddMostCommonActorHere
Creates a new menuitem using itself.
getMenuItem() - Method in class adams.gui.flow.tree.menu.EncloseActor
Creates a new menuitem using itself.
getMenuItem() - Method in class adams.gui.flow.tree.menu.EncloseActorAll
Creates a new menuitem using itself.
getMenuItem() - Method in class adams.gui.flow.tree.menu.EncloseActorCommon
Creates a new menuitem using itself.
getMenuItem() - Method in class adams.gui.flow.tree.menu.EncloseActorCompact
Creates a new menuitem using itself.
getMenuItem() - Method in class adams.gui.flow.tree.menu.EncloseActorSpecial
Creates a new menuitem using itself.
getMenuItem() - Method in class adams.gui.flow.tree.menu.ExternalizeActor
Creates a new menuitem using itself.
getMenuItem() - Method in class adams.gui.flow.tree.menu.SwapActor
Creates a new menuitem using itself.
getMenuItem() - Method in class adams.gui.menu.AntiAliasing
Returns the JMenuItem to use.
getMenuItem() - Method in class adams.gui.menu.Documentation
Returns the JMenuItem to use.
getMenuItem() - Method in class adams.gui.menu.ProgramLookAndFeel
Returns the JMenuItem to use.
getMenuItem() - Method in class adams.gui.menu.ProgramUserMode
Returns the JMenuItem to use.
getMenuItem() - Method in class adams.gui.visualization.instances.instancestable.AbstractPlotSelectedRows
Returns the name for the menu item.
getMenuItem() - Method in class adams.gui.visualization.instances.instancestable.AbstractProcessSelectedRows
Returns the name for the menu item.
getMenuItem() - Method in class adams.gui.visualization.instances.instancestable.AttributeStatistics
Returns the name for the menu item.
getMenuItem() - Method in class adams.gui.visualization.instances.instancestable.Binning
Returns the name for the menu item.
getMenuItem() - Method in class adams.gui.visualization.instances.instancestable.ChangeAttributeWeight
Returns the name for the menu item.
getMenuItem() - Method in class adams.gui.visualization.instances.instancestable.ColumnStatistic
Returns the name for the menu item.
getMenuItem() - Method in class adams.gui.visualization.instances.instancestable.DataSort
Returns the name for the menu item.
getMenuItem() - Method in class adams.gui.visualization.instances.instancestable.Histogram
Returns the name for the menu item.
getMenuItem() - Method in interface adams.gui.visualization.instances.instancestable.InstancesTablePopupMenuItem
Returns the name for the menu item.
getMenuItem() - Method in class adams.gui.visualization.instances.instancestable.JFreeChart
Returns the name for the menu item.
getMenuItem() - Method in class adams.gui.visualization.instances.instancestable.RowStatistic
Returns the name for the menu item.
getMenuItem() - Method in class adams.gui.visualization.instances.instancestable.SimplePlot
Returns the name for the menu item.
getMenuItem() - Method in class adams.gui.visualization.instances.instancestable.ViewCell
Returns the name for the menu item.
getMenuItem() - Method in class adams.scripting.command.gui.MenuItem
Returns the class label index (1-based index).
getMenuItem(FlowMultiPagePane) - Method in class adams.gui.flow.multipageaction.AbstractMultiPageMenuItem
Creates the menu item.
getMenuItem(FlowMultiPagePane) - Method in class adams.gui.flow.multipageaction.CleanUp
Creates the menu item.
getMenuItem(FlowMultiPagePane) - Method in class adams.gui.flow.multipageaction.CompareFlows
Creates the menu item.
getMenuItem(FlowMultiPagePane) - Method in class adams.gui.flow.multipageaction.CopyFilename
Creates the menu item.
getMenuItem(FlowMultiPagePane) - Method in class adams.gui.flow.multipageaction.OpenContainingFolder
Creates the menu item.
getMenuItem(FlowMultiPagePane) - Method in class adams.gui.flow.multipageaction.RenameFlow
Creates the menu item.
getMenuItem(FlowMultiPagePane) - Method in class adams.gui.flow.multipageaction.Revert
Creates the menu item.
getMenuItem(FlowMultiPagePane) - Method in class adams.gui.flow.multipageaction.Windows
Creates the menu item.
getMenuItems() - Static method in class adams.gui.flow.menu.AbstractFlowEditorMenuItem
Returns a list with classnames of menu items.
getMenuItemText() - Method in class adams.gui.core.spreadsheettable.AbstractPlotSelectedRows
Returns the (optional) cuistom menu item text.
getMenuItemText() - Method in class adams.gui.core.spreadsheettable.AbstractProcessSelectedRows
Returns the (optional) cuistom menu item text.
getMenuItemText() - Method in class adams.gui.tools.findinfiles.AbstractFindInFilesAction
Returns the text for the menu item.
getMenuItemText() - Method in class adams.gui.tools.findinfiles.CopyDir
Returns the text for the menu item.
getMenuItemText() - Method in class adams.gui.tools.findinfiles.CopyFullPath
Returns the text for the menu item.
getMenuItemText() - Method in class adams.gui.tools.findinfiles.CopyName
Returns the text for the menu item.
getMenuItemText() - Method in class adams.gui.tools.findinfiles.CopyTo
Returns the text for the menu item.
getMenuItemText() - Method in class adams.gui.tools.findinfiles.MoveTo
Returns the text for the menu item.
getMenuItemText() - Method in class adams.gui.tools.findinfiles.View
Returns the text for the menu item.
getMenuItemText() - Method in class adams.gui.visualization.instances.instancestable.AbstractPlotSelectedRows
Returns the (optional) cuistom menu item text.
getMenuItemText() - Method in class adams.gui.visualization.instances.instancestable.AbstractProcessSelectedRows
Returns the (optional) cuistom menu item text.
getMenuItemText(boolean) - Method in class adams.gui.goe.GenericObjectEditorPopupMenu
Returnsa the text to use in menu items and error messages.
getMenuLayoutFile() - Method in class adams.gui.application.AbstractApplicationFrame
Returns the filename that stores the menu layout.
getMenuLayoutFile() - Method in class adams.gui.Main
Returns the filename that stores the menu layout.
getMenuText() - Method in class adams.gui.tools.spreadsheetviewer.AbstractDataPlugin
Returns the text of the menu item.
getMenuText() - Method in class adams.gui.tools.spreadsheetviewer.AbstractViewPlugin
Returns the text of the menu item.
getMenuText() - Method in class adams.gui.tools.spreadsheetviewer.Append
Returns the text of the menu item.
getMenuText() - Method in class adams.gui.tools.spreadsheetviewer.BoxPlot
Returns the text of the menu item.
getMenuText() - Method in class adams.gui.tools.spreadsheetviewer.MatrixPlot
Returns the text of the menu item.
getMenuText() - Method in class adams.gui.tools.spreadsheetviewer.Merge
Returns the text of the menu item.
getMenuText() - Method in class adams.gui.tools.spreadsheetviewer.Statistics
Returns the text of the menu item.
getMenuUpdateListener() - Method in class adams.gui.plugin.AbstractToolPluginManager
Returns the listener for menu updates.
getMerge() - Method in class adams.flow.transformer.AbstractReportDbWriter
Returns whether the information of current report is added to an existing one.
getMerge() - Method in class adams.flow.transformer.AbstractReportFileImport
Returns whether the information of current report is added to an existing one.
getMerge() - Method in class adams.flow.transformer.MergeReport
Returns the merge type.
getMerge() - Method in class adams.flow.transformer.MergeReportFromMap
Returns the merge type.
getMergedIndex() - Method in class weka.filters.unsupervised.attribute.MergeManyAttributes
Gets the position for the merged attribute.
getMergedIndex() - Method in class weka.filters.unsupervised.attribute.MergeTwoAttributes
Gets the position for the merged attribute.
getMergedScoreCalculation() - Method in class adams.data.objectfilter.MergeOverlaps
Returns how to calculate the score for the merged object.
getMergedScoreCalculation() - Method in class adams.data.overlappingobjectremoval.MergeOverlaps
Returns how to calculate the score for the merged object.
getMergeFormat() - Method in class adams.flow.transformer.ConvertFeatures
Returns the format in use for merging multiple feature containers.
getMergeMethod() - Method in class adams.flow.transformer.multispreadsheetoperation.Merge
Gets the currently-set merge method.
getMergeMethod() - Method in class adams.flow.transformer.SpreadSheetMethodMerge
Gets the currently-set merge method.
getMergeMethod() - Method in class adams.flow.transformer.WekaDatasetsMerge
Gets the currently-set merge method.
getMessage() - Method in class adams.db.LogEntry
Returns the message.
getMessage() - Method in class adams.flow.condition.bool.PromptUser
Returns the message to display.
getMessage() - Method in class adams.flow.source.EnterManyValues
Returns the message the user is prompted with.
getMessage() - Method in class adams.flow.source.EnterValue
Returns the message the user is prompted with.
getMessage() - Method in class adams.flow.source.PasteFromClipboard
Returns the message the user is prompted with.
getMessage() - Method in class adams.flow.template.PromptUser
Returns the message the user is prompted with.
getMessage() - Method in class adams.flow.template.SimpleMenu
Returns the message the user is prompted with.
getMessage() - Method in class adams.flow.transformer.ConfirmationDialog
Returns the message the user is prompted with.
getMessage() - Method in class adams.flow.transformer.SelectArraySubset
Returns the message the user is prompted with.
getMessage() - Method in class adams.flow.transformer.SpreadSheetSelectSubset
Returns the message the user is prompted with.
getMessage() - Method in class adams.flow.transformer.WekaChooseAttributes
Returns the message to display to the user (variables get expanded).
getMessage() - Method in class adams.gui.event.ConsolePanelEvent
Returns the message.
getMessage() - Method in class adams.gui.event.SpreadSheetProcessorEvent
Returns the optional message.
getMessage() - Method in class adams.gui.tools.previewbrowser.MessagePanel
Returns the currently displayed message.
getMessageAsProperties() - Method in class adams.db.LogEntry
Returns the message as properties object.
getMessageIndentation() - Method in class adams.flow.sink.simplelogging.format.TimestampedFormat
Returns the indentation string to prefix each line of the message with.
getMessageTemplate() - Method in class adams.flow.standalone.MemoryMonitor
Returns the message template to use.
getMetaData() - Method in interface adams.core.MetaDataSupporter
Returns the meta-data store.
getMetaData() - Method in class adams.data.binning.Binnable
Returns the meta-data.
getMetaData() - Method in interface adams.data.container.DataPointWithMetaData
Returns the stored meta-data.
getMetaData() - Method in class adams.data.indexedsplits.IndexedSplitsRuns
Returns the underlying meta-data.
getMetaData() - Method in class adams.data.sequence.XYSequencePoint
Returns the stored meta-data.
getMetaData() - Method in class adams.flow.container.SequencePlotterContainer
Returns the meta-data, if any.
getMetaData() - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.AbstractIndexedSplitsRunsGenerator
Returns the meta-data to attach.
getMetaData() - Method in class adams.flow.transformer.locateobjects.LocatedObject
Returns the meta-data of the object, if any.
getMetaData() - Method in class adams.gui.core.MultiPagePane.PageContainer
Returns the meta-data associated with the page.
getMetaData() - Method in class adams.multiprocess.LocalJobRunner
Returns the meta-data.
getMetaData(boolean) - Method in class adams.flow.transformer.locateobjects.LocatedObject
Returns the meta-data of the object, if any.
getMetaData(AbstractDatabaseConnection, AbstractTypeMapper, MetaDataType, String, MessageCollection) - Static method in class adams.db.MetaDataUtils
Generates spreadsheet with the metadata.
getMetaData(SequencePlotPoint) - Method in class adams.flow.sink.sequenceplotter.SequencePlotPointComparator
Returns the associated meta-data value.
getMetaData(Object) - Method in interface adams.core.MetaDataProvider
Retrieves the meta-data for the given object.
getMetaData(String) - Method in interface adams.core.MetaDataSupporter
Returns the specified value from the meta-data store.
getMetaData(String) - Method in class adams.data.binning.Binnable
Rertrieves meta-data.
getMetaData(String) - Method in class adams.data.statistics.AbstractArrayStatistic.StatisticContainer
Returns the meta-data value associated with the specified key.
getMetaDataColor() - Method in class adams.flow.sink.ActualVsPredictedPlot
Returns the scheme for extracting the color from the meta-data.
getMetaDataColor() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.ClassifierErrors
Returns the scheme for extracting the color from the meta-data.
getMetaDataColor() - Method in class adams.gui.visualization.sequence.AbstractXYSequenceMetaDataColorPaintlet
Returns the scheme for extracting the color from the meta-data.
getMetaDataColor() - Method in interface adams.gui.visualization.sequence.MetaDataColorPaintlet
Returns the scheme for extracting the color from the meta-data.
getMetaDataColumns() - Method in class adams.flow.transformer.plotgenerator.AndrewsCurvesGenerator
Returns the current column range to add as meta-data in the plot.
getMetaDataColumns() - Method in class adams.flow.transformer.plotgenerator.RowWisePlotGenerator
Returns the current column range to add as meta-data in the plot.
getMetaDataColumns() - Method in class adams.flow.transformer.plotgenerator.SimplePlotGenerator
Returns the current column range to add as meta-data in the plot.
getMetaDataColumns() - Method in class adams.flow.transformer.plotgenerator.XYPlotGenerator
Returns the current column range to add as meta-data in the plot.
getMetaDataColumns() - Method in class adams.flow.transformer.plotgenerator.XYWithErrorsPlotGenerator
Returns the current column range to add as meta-data in the plot.
getMetaDataDisplay() - Method in class adams.gui.visualization.image.LocatedObjectsTableModel
Returns how the meta-data is being displayed.
getMetaDataKey() - Method in class adams.flow.control.PlotContainerUpdater
Returns the meta-data key to use.
getMetaDataKey() - Method in class adams.flow.sink.SequencePlotter
Returns the optional meta-data key to use for comparing data points.
getMetaDataKey() - Method in class adams.flow.sink.sequenceplotter.SequencePlotPointComparator
Returns the meta-data key to use for the comparison.
getMetaDataKey() - Method in class adams.flow.sink.sequenceplotter.SequencePlotSequence
Returns the meta-data key in use.
getMetaDataKey() - Method in class adams.flow.transformer.SetPlotContainerValue
Returns the meta-data key to use.
getMetaDataKey() - Method in class adams.gui.visualization.object.objectannotations.colors.PerType
Returns the key in the meta-data of the object that contains the type.
getMetaDataKey() - Method in class adams.gui.visualization.object.objectannotations.colors.TypeColorMapping
Returns the key in the meta-data of the object that contains the type.
getMetaDataKey() - Method in class adams.gui.visualization.object.objectannotations.label.Anchored
Returns the key in the meta-data of the object that contains the type.
getMetaDataKey() - Method in class adams.gui.visualization.sequence.metadatacolor.ColorPerLabel
Returns the key in the meta-data to obtain the label from.
getMetaDataKey() - Method in class adams.gui.visualization.sequence.metadatacolor.ColorPerRegExpGroup
Returns the key in the meta-data to obtain the label from.
getMetaDataKey() - Method in class adams.gui.visualization.sequence.MetaDataValuePaintlet
Returns the meta-data key.
getMetaDataKey() - Method in class adams.gui.visualization.stats.paintlet.ScatterPaintletMetaDataValue
Returns the meta-data key.
getMetaDataKeys() - Method in class adams.data.io.output.ObjectLocationsSpreadSheetWriter
Returns the range of columns to store as meta-data.
getMetaDataKeys() - Method in class adams.data.objectfilter.AttachOverlappingMetaData
Returns the keys of the meta-data values to attach.
getMetaDataKeys() - Method in class adams.data.objectoverlap.AbstractObjectOverlap
Returns the keys of the meta-data values to copy across.
getMetaDataKeys() - Method in class adams.gui.visualization.image.leftclick.DeleteObjects
Returns the meta-data keys to display in separate columns.
getMetaDataKeys() - Method in class adams.gui.visualization.image.leftclick.ViewObjects
Returns the meta-data keys to display in separate columns.
getMetaDataKeys() - Method in class adams.gui.visualization.object.mouseclick.DeleteObjects
Returns the meta-data keys to display in separate columns.
getMetaDataKeys() - Method in class adams.gui.visualization.object.mouseclick.ViewObjects
Returns the meta-data keys to display in separate columns.
getMetaDataKeyType() - Method in class adams.data.io.output.ObjectLocationsSpreadSheetWriter
Returns the meta-data key containing the object label.
getMetaDataLocation() - Method in class adams.flow.transformer.ImageFileReader
Returns where to find the meta-data.
getMetaDataReader() - Method in class adams.flow.transformer.ImageFileReader
Returns the reader to use for the meta-data.
getMetaDataType() - Method in class adams.flow.source.AbstractDatabaseMetaData
Returns the type of meta-data to retrieve.
getMetaDataVariablePrefix() - Method in class adams.flow.transformer.ImageObjectToVariables
Returns the prefix for the metadata variables (prefix + name).
getMetaDown() - Method in class adams.gui.visualization.image.leftclick.AbstractLeftClickProcessor
Returns whether the meta key needs to be down.
getMetaDown() - Method in class adams.gui.visualization.object.mouseclick.AbstractMouseClickProcessor
Returns whether the meta key needs to be down.
getMetaLevelClassifier() - Method in class weka.classifiers.meta.PartitionedStacking
Returns the meta-level classifier.
getMetaPrefix() - Method in class adams.data.io.input.OpexObjectLocationsReader
Returns the field prefix used in the report for the meta-data.
getMetaPrefix() - Method in class adams.data.io.input.PascalVOCObjectLocationsReader
Returns the field prefix used in the report for the meta-data.
getMetaPrefix() - Method in class adams.data.io.output.OpexObjectLocationsWriter
Returns the field prefix used in the report for the meta-data.
getMethod() - Method in class adams.flow.source.HttpRequest
Returns the method for the request.
getMethod() - Method in class adams.flow.transformer.HttpRequest
Returns the method for the request.
getMethodName() - Static method in class adams.core.logging.LoggingHelper
Returns the name of the method calling this method.
getMethodName() - Method in class adams.flow.core.AbstractPyroCall
Returns the name of the method to call.
getMethodName() - Method in interface adams.flow.core.PyroCall
Returns the name of the method to call.
getMethodName(boolean) - Static method in class adams.core.logging.LoggingHelper
Returns the name of the method calling this method.
getMethodName(boolean, boolean) - Static method in class adams.core.logging.LoggingHelper
Returns the name of the method calling this method.
getMetricDescription() - Method in class weka.classifiers.evaluation.Bias
Get a short description of this metric (algorithm, forumulas etc.).
getMetricDescription() - Method in class weka.classifiers.evaluation.Dice
Get a short description of this metric (algorithm, forumulas etc.).
getMetricDescription() - Method in class weka.classifiers.evaluation.MSLE
Get a short description of this metric (algorithm, forumulas etc.).
getMetricDescription() - Method in class weka.classifiers.evaluation.RPD
Get a short description of this metric (algorithm, formulas etc.).
getMetricDescription() - Method in class weka.classifiers.evaluation.RSquared
Get a short description of this metric (algorithm, forumulas etc.).
getMetricDescription() - Method in class weka.classifiers.evaluation.SDR
Get a short description of this metric (algorithm, formulas etc.).
getMetricName() - Method in class weka.classifiers.evaluation.Bias
Get the name of this metric
getMetricName() - Method in class weka.classifiers.evaluation.Dice
Get the name of this metric
getMetricName() - Method in class weka.classifiers.evaluation.MSLE
Get the name of this metric
getMetricName() - Method in class weka.classifiers.evaluation.RPD
Get the name of this metric
getMetricName() - Method in class weka.classifiers.evaluation.RSquared
Get the name of this metric
getMetricName() - Method in class weka.classifiers.evaluation.SDR
Get the name of this metric
getMiddle(double[]) - Method in class weka.core.SAXDistance
Returns value in the middle of the two parameter values.
getMiddle(double[]) - Method in class weka.core.WeightedEuclideanDistance
Returns value in the middle of the two parameter values.
getMiddle(double[]) - Method in class weka.core.WeightedEuclideanDistanceRidge
Returns value in the middle of the two parameter values.
getMiddleMouseButtonCloseApprover() - Method in class adams.gui.core.BaseTabbedPane
Returns the approver for the middle mouse button.
getMimeType() - Method in class adams.flow.transformer.HttpRequest
Returns the mime-type, application/octect-stream if empty.
getMimeType(File) - Static method in class adams.core.net.MimeTypeHelper
Tries to determine the MIME type of a file by checking its magic bytes.
getMimeType(String) - Static method in class adams.core.net.MimeTypeHelper
Tries to determine the MIME type of a file by checking its magic bytes.
getMin() - Method in class adams.data.boofcv.features.Otsu
Returns the minimum value for the computation.
getMin() - Method in class adams.data.conversion.DoubleMatrixToBufferedImage
Returns the minimum in case of using a fixed range.
getMin() - Method in class adams.data.outlier.MinMax
Returns the currently set minimum.
getMin() - Method in class adams.data.outlier.TimeseriesRange
Returns the minimum value accept.
getMin() - Method in class adams.data.statistics.AbstractArrayDistance
Returns the minimum number of arrays that need to be present.
getMin() - Method in class adams.data.statistics.AbstractArrayStatistic
Returns the minimum number of arrays that need to be present.
getMin() - Method in class adams.data.statistics.ArrayAndrewsCurves
Returns the minimum number of arrays that need to be present.
getMin() - Method in class adams.data.statistics.ArrayAngle
Returns the minimum number of arrays that need to be present.
getMin() - Method in class adams.data.statistics.ArrayBinning
Returns the minimum number of arrays that need to be present.
getMin() - Method in class adams.data.statistics.ArrayCorrelationCoefficient
Returns the minimum number of arrays that need to be present.
getMin() - Method in class adams.data.statistics.ArrayCovariance
Returns the minimum number of arrays that need to be present.
getMin() - Method in class adams.data.statistics.ArrayDifference
Returns the minimum number of arrays that need to be present.
getMin() - Method in class adams.data.statistics.ArrayHistogram
Returns the minimum number of arrays that need to be present.
getMin() - Method in class adams.data.statistics.ArrayKendallTheil
Returns the minimum number of arrays that need to be present.
getMin() - Method in class adams.data.statistics.ArrayLength
Returns the minimum number of arrays that need to be present.
getMin() - Method in class adams.data.statistics.ArrayLinearRegression
Returns the minimum number of arrays that need to be present.
getMin() - Method in class adams.data.statistics.ArrayMax
Returns the minimum number of arrays that need to be present.
getMin() - Method in class adams.data.statistics.ArrayMean
Returns the minimum number of arrays that need to be present.
getMin() - Method in class adams.data.statistics.ArrayMeanAbsoluteError
Returns the minimum number of arrays that need to be present.
getMin() - Method in class adams.data.statistics.ArrayMedian
Returns the minimum number of arrays that need to be present.
getMin() - Method in class adams.data.statistics.ArrayMin
Returns the minimum number of arrays that need to be present.
getMin() - Method in class adams.data.statistics.ArrayNormalize
Returns the minimum number of arrays that need to be present.
getMin() - Method in class adams.data.statistics.ArrayNormalizeRange
Returns the minimum number of arrays that need to be present.
getMin() - Method in class adams.data.statistics.ArrayPercentile
Returns the minimum number of arrays that need to be present.
getMin() - Method in class adams.data.statistics.ArrayRelativeAbsoluteError
Returns the minimum number of arrays that need to be present.
getMin() - Method in class adams.data.statistics.ArrayRootMeanSquaredError
Returns the minimum number of arrays that need to be present.
getMin() - Method in class adams.data.statistics.ArrayRootRelativeSquaredError
Returns the minimum number of arrays that need to be present.
getMin() - Method in class adams.data.statistics.ArrayRSquared
Returns the minimum number of arrays that need to be present.
getMin() - Method in class adams.data.statistics.ArrayStandardDeviation
Returns the minimum number of arrays that need to be present.
getMin() - Method in class adams.data.statistics.ArrayStandardize
Returns the minimum number of arrays that need to be present.
getMin() - Method in class adams.data.statistics.ArrayStandardScores
Returns the minimum number of arrays that need to be present.
getMin() - Method in class adams.data.statistics.ArraySum
Returns the minimum number of arrays that need to be present.
getMin() - Method in class adams.data.statistics.MultiArrayStatistic
Returns the minimum number of arrays that need to be present.
getMin() - Method in class adams.data.statistics.StatCalc
 
getMin() - Method in class adams.gui.visualization.sequence.pointpreprocessor.Jitter
Returns the minimum jitter to apply.
getMin() - Method in class weka.classifiers.trees.RandomRegressionForest
Gets the current leaf threshold.
getMin() - Method in class weka.filters.supervised.attribute.SIMPLSMatrixFilterFromGeneticString
 
getMin() - Method in class weka.filters.unsupervised.instance.Scale
Returns the minimum for the values.
getMin(Matrix) - Static method in class edu.umbc.cs.maple.utils.JamaUtils
Gets the minimum value in a matrix.
getMinCheckSize() - Method in class adams.core.io.filecomplete.AbstractStrictCheckSizeFileCompleteCheck
Returns the minimally allowed check size.
getMinCheckSize() - Method in class adams.core.io.filecomplete.JPEG
Returns the minimally allowed check size.
getMinCheckSize() - Method in class adams.core.io.filecomplete.PNG
Returns the minimally allowed check size.
getMinChildWeight() - Method in class weka.classifiers.trees.XGBoost
Gets the minimum sum of instance weights (hessian) needed in a child.
getMinClassColumns() - Method in class adams.ml.capabilities.Capabilities
Returns the minimum number of required class columns.
getMinClassRangePercentage() - Method in class weka.classifiers.meta.MinMaxLimits
Get the percentage of leeway to apply to the lower limit determined by the range of the class attribute in the training data.
getMinColumns() - Method in class adams.ml.capabilities.Capabilities
Returns the minimum number of required columns.
getMinConcentration() - Method in class adams.data.outlier.TargetRequired
Get minimum concentration.
getMinCounts() - Method in class adams.flow.transformer.BoofCVDetectLines
Returns the Minimum number of counts for detected line.
getMinDimensionJComboBox() - Method in class adams.gui.core.ParameterPanel
Returns the minimum dimension for BaseComboBox and derived classes.
getMinDistance() - Method in class adams.gui.visualization.image.selectionshape.PolygonPainter
Returns the minimum distance in pixels that a new point must be away from the last trace point.
getMinDistance() - Method in class adams.gui.visualization.object.annotator.PolygonAnnotator
Returns the minimum distance in pixels that a new point must be away from the last trace point.
getMinDistanceFromOrigin() - Method in class adams.flow.transformer.BoofCVDetectLines
Returns the Radius for local maximum suppression.
getMinElements() - Method in class adams.flow.condition.bool.HasElements
Returns the minimum number of elements the array has to have
getMinFileTimestamp() - Method in class adams.core.io.lister.LocalDirectoryLister
Returns the minimum file timestamp ("last modified") that the files need to have.
getMinFileTimestamp() - Method in class adams.flow.source.DirectoryLister
Returns the minimum file timestamp that the files have to have.
getMinHandling() - Method in class weka.classifiers.meta.MinMaxLimits
Get how the lower limit is handled.
getMinHeight() - Method in class adams.flow.transformer.locateobjects.SizeFilter
Returns the minimum height.
getMinHeight() - Method in class adams.flow.transformer.negativeregions.MinDimensions
Returns the minimum height a negative region must have.
getMinHeight() - Method in class adams.flow.transformer.negativeregions.RandomRegions
Returns the minimum height a negative region must have.
getMinimal() - Method in class weka.attributeSelection.LinearRegressionAttributeEval
Returns whether to be more memory conservative or being able to output the model as string.
getMinimal() - Method in class weka.classifiers.functions.LinearRegressionJ
Returns whether to be more memory conservative or being able to output the model as string.
getMinimalWindow() - Method in class adams.gui.application.AbstractApplicationFrame
Returns whether the main window uses minimal size or gets extended to the full width of the screen.
getMinImprovement() - Method in class weka.classifiers.meta.ClassifierCascade
the minimum improvement between levels that the statistic must improve.
getMinimum() - Method in class adams.core.discovery.genetic.AbstractGeneticDoubleDiscoveryHandler
Returns the minimum.
getMinimum() - Method in class adams.core.discovery.genetic.AbstractGeneticDoubleMatrixDiscoveryHandler
Returns the minimum.
getMinimum() - Method in class adams.core.discovery.genetic.AbstractGeneticFloatDiscoveryHandler
Returns the minimum.
getMinimum() - Method in class adams.core.discovery.genetic.AbstractGeneticIntegerArrayDiscoveryHandler
Returns the minimum.
getMinimum() - Method in class adams.core.discovery.genetic.AbstractGeneticIntegerDiscoveryHandler
Returns the minimum.
getMinimum() - Method in class adams.data.conversion.Minimum
Returns the minimum.
getMinimum() - Method in class adams.data.featureconverter.CountValues
Returns the minimum.
getMinimum() - Method in class adams.data.filter.TimeseriesValueSubset
Returns the minimum (included) that the values need to satisfy.
getMinimum() - Method in class adams.data.objectfinder.ByMetaDataNumericValue
Returns the minimum.
getMinimum() - Method in class adams.data.objectfinder.PolygonPoints
Returns the minimum.
getMinimum() - Method in class adams.data.objectfinder.Size
Returns the minimum.
getMinimum() - Method in class adams.data.spreadsheet.rowfinder.ByDateValue
Returns the minimum.
getMinimum() - Method in class adams.data.spreadsheet.rowfinder.ByNumericValue
Returns the minimum.
getMinimum() - Method in class adams.data.spreadsheet.rowfinder.ByStringComparison
Returns the minimum.
getMinimum() - Method in class adams.data.weka.rowfinder.ByNumericValue
Returns the minimum.
getMinimum() - Method in class adams.flow.condition.bool.Counting
Returns the minimum of counts before activating.
getMinimum() - Method in class adams.flow.sink.ProgressBar
Returns the minimum.
getMinimum() - Method in class adams.flow.standalone.logevent.LevelFilter
Returns the minimum level of records to accept.
getMinimum() - Method in class adams.flow.transformer.wekaevaluationpostprocessor.SimpleSubRange
Returns the minimum.
getMinimum() - Method in class adams.gui.visualization.core.axis.AbstractAxisModel
Returns the currently set minimum on the axis.
getMinimum() - Method in class adams.gui.visualization.core.axis.Zoom
Returns the stored minimum.
getMinimum() - Method in class adams.gui.visualization.core.AxisPanel
Returns the currently set minimum on the axis.
getMinimumActiveActors() - Method in class adams.flow.control.AbstractTee
Returns the minimum of (active) actors that need to be present in the tee branch.
getMinimumChars() - Method in class adams.gui.core.SearchPanel
Returns the minimum number of characters that the user needs to enter before triggering a search event.
getMinimumChars() - Method in class adams.gui.flow.ActorTreePanel
Returns the minimum number of characters that the user needs to enter before triggering a search event.
getMinimumChars() - Method in class adams.gui.goe.GenericObjectEditor
Returns the minimum number of characters that the user needs to enter before triggering a search event.
getMinimumChars() - Method in class adams.gui.goe.GenericObjectEditorClassTreePanel
Returns the minimum number of characters that the user needs to enter before triggering a search event.
getMinimumChars() - Method in class adams.gui.goe.GenericObjectEditorClassTreePopupMenu
Returns the minimum number of characters that the user needs to enter before triggering a search event.
getMinimumImprovement() - Method in class adams.opt.genetic.stopping.MaxIterationsWithoutImprovement
Returns the minimum improvement in percent (0-1) to achieve in the alotted time.
getMinimumImprovement() - Method in class adams.opt.genetic.stopping.MaxTrainTimeWithoutImprovement
Returns the minimum improvement in percent (0-1) to achieve in the alotted time.
getMinimumIncluded() - Method in class adams.data.featureconverter.CountValues
Returns whether the minimum is included.
getMinimumIncluded() - Method in class adams.data.objectfinder.ByMetaDataNumericValue
Returns whether the minimum is included.
getMinimumIncluded() - Method in class adams.data.objectfinder.PolygonPoints
Returns whether the minimum is included.
getMinimumIncluded() - Method in class adams.data.objectfinder.Size
Returns whether the minimum is included.
getMinimumIncluded() - Method in class adams.data.spreadsheet.rowfinder.ByDateValue
Returns whether the minimum is included.
getMinimumIncluded() - Method in class adams.data.spreadsheet.rowfinder.ByNumericValue
Returns whether the minimum is included.
getMinimumIncluded() - Method in class adams.data.spreadsheet.rowfinder.ByStringComparison
Returns whether the minimum is included.
getMinimumIncluded() - Method in class adams.data.weka.rowfinder.ByNumericValue
Returns whether the minimum is included.
getMinimumIncluded() - Method in class adams.flow.transformer.wekaevaluationpostprocessor.SimpleSubRange
Returns whether the minimum is included.
getMinimumPixelDifference() - Method in class adams.gui.visualization.core.plot.AbstractDistanceBasedHitDetector
Returns the minimum pixel difference before a hit is declared.
getMinimumSize() - Method in class adams.data.splitgenerator.generic.splitter.AbstractSplitter
Returns the minimum number of items required for splitting.
getMinimumX() - Method in interface adams.gui.visualization.core.PaintletWithFixedXRange
Returns the minimum to use for the X range.
getMinimumX() - Method in class adams.gui.visualization.sequence.PaintletWithFixedXRange
Returns the minimum of the X range.
getMinimumX() - Method in class adams.gui.visualization.sequence.PaintletWithFixedXYRange
Returns the minimum of the X range.
getMinimumX() - Method in class adams.gui.visualization.timeseries.PaintletWithFixedXRange
Returns the minimum of the X range.
getMinimumX() - Method in class adams.gui.visualization.timeseries.PaintletWithFixedXYRange
Returns the minimum of the X range.
getMinimumY() - Method in interface adams.gui.visualization.core.PaintletWithFixedYRange
Returns the minimum to use for the Y range.
getMinimumY() - Method in class adams.gui.visualization.sequence.PaintletWithFixedYRange
Returns the minimum of the Y range.
getMinimumY() - Method in class adams.gui.visualization.timeseries.PaintletWithFixedYRange
Returns the minimum of the Y range.
getMinIntersectOverUnionRatio() - Method in class adams.data.objectoverlap.IntersectOverUnionRatio
Returns the minimum IOU ratio to use.
getMinIntersectOverUnionRatio() - Method in class adams.flow.transformer.IntersectOverUnion
Returns the minimum iou ratio to use.
getMinLag() - Method in class adams.flow.core.LagMakerOptions
Returns the maximum lag.
getMinLength() - Method in class adams.flow.condition.bool.HasLength
Returns the minimum number of elements the array has to have
getMinLimit() - Method in class adams.data.textrenderer.AbstractLimitedTextRenderer
Returns the minimum limit.
getMinLimit() - Method in class adams.data.textrenderer.ArrayTextRenderer
Returns the minimum limit.
getMinLimit() - Method in class adams.data.textrenderer.CollectionTextRenderer
Returns the minimum limit.
getMinLimit() - Method in interface adams.data.textrenderer.LimitedTextRenderer
Returns the minimum limit.
getMinLimit() - Method in class adams.data.textrenderer.ListTextRenderer
Returns the minimum limit.
getMinLimit() - Method in class adams.data.textrenderer.MapTextRenderer
Returns the minimum limit.
getMinLimit() - Method in class adams.data.textrenderer.SetTextRenderer
Returns the minimum limit.
getMinLimit() - Method in class adams.data.textrenderer.SpreadSheetTextRenderer
Returns the minimum limit.
getMinManual() - Method in class weka.classifiers.meta.MinMaxLimits
Get the manual lower limit.
getMinMax(SpreadSheet, int[], int[]) - Static method in class adams.data.spreadsheet.SpreadSheetUtils
Determines min/max values in the spreadsheet.
getMinMax(SpreadSheetTable, int[], int[]) - Static method in class adams.data.spreadsheet.SpreadSheetUtils
Determines min/max values in the table.
getMinMax(List<Binnable<T>>) - Method in class adams.data.binning.algorithm.AbstractBinningAlgorithm
Determines the min/max from the binnable objects.
getMinNumInstances() - Method in class weka.classifiers.trees.m5.M5Base2
Get the minimum number of instances to allow at a leaf node
getMinNumInstances() - Method in class weka.classifiers.trees.m5.Rule2
Get the minimum number of instances to allow at a leaf node
getMinNumInstances() - Method in class weka.classifiers.trees.m5.RuleNode2
Get the minimum number of instances to allow at a leaf node
getMinNumTicks() - Method in class adams.gui.visualization.core.axis.AbstractLimitedTickGenerator
Return the minimum number of ticks to generate.
getMinNumValues() - Method in class adams.data.spc.MOACUSUM
Returns the minimum number of values to process before testing.
getMinNumValues() - Method in class adams.data.spc.MOAPageHinkley
Returns the minimum number of values to process before testing.
getMinOverlapRatio() - Method in class adams.data.objectoverlap.AreaRatio
Returns the minimum overlap ratio to use.
getMinOverlapRatio() - Method in class adams.flow.transformer.CompareObjectTypes
Returns the minimum overlap ratio to use.
getMinOverlapRatio() - Method in class adams.flow.transformer.DeleteOverlappingImageObjects
Returns the minimum overlap ratio to use.
getMinOverlapRatio() - Method in class adams.flow.transformer.ImageObjectOverlap
Returns the minimum overlap ratio to use.
getMinOverlapRatio() - Method in class adams.flow.transformer.MergeObjectLocations
Returns the minimum overlap ratio to use.
getMinPoints() - Method in class adams.data.spc.OnOneSideViolations
Returns whether to produce mean or variation data.
getMinProbability() - Method in class weka.classifiers.meta.AbstainMinimumProbability
Returns the minimum probability that the chosen class label must meet.
getMinProbability() - Method in class weka.classifiers.meta.ThresholdedBinaryClassification
Returns the minimum probability for the selected label.
getMinRows() - Method in class adams.flow.condition.bool.HasRows
Returns the minimum number of rows the spreadsheet has to have
getMinRows() - Method in class adams.ml.capabilities.Capabilities
Returns the minimum number of required columns.
getMinSamples() - Method in class weka.filters.unsupervised.attribute.InterquartileRangeSamp
Returns the minimum number of samples that are required for calculating IQR stats.
getMinSize() - Method in class adams.core.io.fileuse.FileSizeChange
Returns the wait interval in msec.
getMinSize() - Method in class adams.data.binning.postprocessing.MinBinSize
Returns the minimum number of objects in a bin.
getMinSize() - Method in class adams.flow.condition.bool.HasSize
Returns the minimum number of elements the collection has to have
getMinSize() - Method in class adams.flow.source.RSync
 
getMinSize() - Method in class adams.flow.transformer.locateobjects.XScreenMaskLocator
Get minimum object size.
getMinSpaces() - Method in class adams.data.io.input.AutoWidthTabularSpreadSheetReader
Returns the minimum number of spaces between columns.
getMinTimestamp() - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearchWithTimestampConstraints
Returns the minimum 'last modified' timestamp that the directories have to have.
getMinTimestamp() - Method in class adams.flow.source.filesystemsearch.LocalFileSearchWithTimestampConstraints
Returns the minimum 'last modified' timestamp that the files have to have.
getMinUserMode() - Method in class adams.core.option.AbstractOption
Returns the minimum user mode before this option is displayed.
getMinValue() - Method in class adams.data.opencv.features.Histogram
Returns the min value.
getMinValue() - Method in class adams.data.outlier.TimeseriesMinPoints
Returns the currently set minimum.
getMinValue() - Method in class adams.data.random.JavaRandomInt
Returns the minimum value of the numbers to generate.
getMinValue() - Method in class adams.data.random.JavaRandomIntUnseeded
Returns the minimum value of the numbers to generate.
getMinValue() - Method in interface adams.data.random.RandomDoubleRangeGenerator
Returns the minimum value of the numbers to generate.
getMinValue() - Method in interface adams.data.random.RandomIntegerRangeGenerator
Returns the minimum value of the numbers to generate.
getMinValue() - Method in class adams.data.timeseries.Timeseries
Get point with smallest timeseries value.
getMinValue() - Method in class adams.gui.visualization.report.ReportFactory.StandardsDialog
Returns the current minimum value.
getMinVersion() - Method in class weka.gui.visualize.plugins.ClassRangeBasedClassifierErrors
Get the minimum version of Weka, inclusive, the class is designed to work with.
getMinVersion() - Method in class weka.gui.visualize.plugins.FixedClassifierErrors
Get the minimum version of Weka, inclusive, the class is designed to work with.
getMinVersion() - Method in class weka.gui.visualize.plugins.FixedClassifierErrorsPlot
Get the minimum version of Weka, inclusive, the class is designed to work with.
getMinVersion() - Method in class weka.gui.visualize.plugins.SaveGraph
Get the minimum version of Weka, inclusive, the class is designed to work with.
getMinVersion() - Method in class weka.gui.visualize.plugins.SaveTree
Get the minimum version of Weka, inclusive, the class is designed to work with.
getMinVersion() - Method in class weka.gui.visualize.plugins.ThresholdCurves
Get the minimum version of Weka, inclusive, the class is designed to work with.
getMinWidth() - Method in class adams.flow.transformer.locateobjects.SizeFilter
Returns the minimum width.
getMinWidth() - Method in class adams.flow.transformer.negativeregions.MinDimensions
Returns the minimum width a negative region must have.
getMinWidth() - Method in class adams.flow.transformer.negativeregions.RandomRegions
Returns the minimum width a negative region must have.
getMinX() - Method in class adams.data.sequence.XYSequence
Returns point with the minimum X.
getMinX() - Method in class adams.data.sequence.XYSequencePoint
Returns the minimum for X.
getMinX() - Method in interface adams.data.sequence.XYSequencePointWithErrors
Returns the minimum for X.
getMinX() - Method in class adams.flow.sink.sequenceplotter.SequencePlotPoint
Returns the minimum for X.
getMinX() - Method in class adams.gui.visualization.sequence.PaintletWithFixedXRange
Returns the minimum of the X range.
getMinX() - Method in class adams.gui.visualization.sequence.PaintletWithFixedXYRange
Returns the minimum of the X range.
getMinX() - Method in class adams.gui.visualization.timeseries.PaintletWithFixedXRange
Returns the minimum of the X range.
getMinX() - Method in class adams.gui.visualization.timeseries.PaintletWithFixedXYRange
Returns the minimum of the X range.
getMinY() - Method in class adams.data.sequence.XYSequence
Returns point with the minimum Y.
getMinY() - Method in class adams.data.sequence.XYSequencePoint
Returns the minimum for Y.
getMinY() - Method in interface adams.data.sequence.XYSequencePointWithErrors
Returns the minimum for Y.
getMinY() - Method in class adams.flow.sink.sequenceplotter.SequencePlotPoint
Returns the minimum for Y.
getMinY() - Method in class adams.gui.visualization.sequence.PaintletWithFixedYRange
Returns the minimum of the Y range.
getMinY() - Method in class adams.gui.visualization.timeseries.PaintletWithFixedYRange
Returns the minimum of the Y range.
getMinZoomDifference() - Method in class adams.gui.visualization.core.axis.AbstractAxisModel
Returns the minimum difference that must exist between min/max in order to allow zooming.
getMirrorFor(AbstractDatabaseConnection) - Method in class adams.db.mirrored.DbBackend
Returns the corresponding mirror for the connection URL provided.
getMirrors() - Method in class adams.db.mirrored.DbBackend
Returns the mirror connections in use.
getMirrorsForUrls() - Method in class adams.db.mirrored.DbBackend
Returns the URLs that the mirrors are for.
getMissing() - Method in class adams.tools.CompareDatasets
Returns the first dataset for the comparison.
getMissingKey() - Method in class adams.data.groupextraction.SpreadSheetCellWithLookUp
Returns the behavior for missing keys.
getMissingKey() - Method in class adams.flow.source.LookUp
Returns the behavior for missing keys.
getMissingKey() - Method in class adams.flow.transformer.LookUp
Returns the behavior for missing keys.
getMissingReplacementType() - Method in class adams.flow.transformer.SpreadSheetConvertCells
Returns the data type of the replacement value.
getMissingReplacementType() - Method in class adams.flow.transformer.SpreadSheetConvertHeaderCells
Returns the data type of the replacement value.
getMissingReplacementType() - Method in class adams.flow.transformer.SpreadSheetTransformCells
Returns the data type of the replacement value.
getMissingReplacementType() - Method in class adams.flow.transformer.SpreadSheetTransformHeaderCells
Returns the data type of the replacement value.
getMissingReplacementValue() - Method in class adams.flow.transformer.SpreadSheetConvertCells
Returns the replacement value for missing values.
getMissingReplacementValue() - Method in class adams.flow.transformer.SpreadSheetConvertHeaderCells
Returns the replacement value for missing values.
getMissingReplacementValue() - Method in class adams.flow.transformer.SpreadSheetTransformCells
Returns the replacement value for missing values.
getMissingReplacementValue() - Method in class adams.flow.transformer.SpreadSheetTransformHeaderCells
Returns the replacement value for missing values.
getMissingValue() - Method in class adams.data.conversion.SpreadSheetToNumeric
Returns the replacement value for missing cells.
getMissingValue() - Method in class adams.data.featureconverter.FixedColumnText
Returns the string to use for missing values.
getMissingValue() - Method in class adams.data.featureconverter.Text
Returns the string to use for missing values.
getMissingValue() - Method in class adams.data.groupextraction.SpreadSheetCellWithLookUp
getMissingValue() - Method in class adams.data.io.input.AbstractMultiSheetSpreadSheetReaderWithMissingValueSupport
Returns the current placeholder for missing values.
getMissingValue() - Method in class adams.data.io.input.AbstractSpreadSheetReaderWithMissingValueSupport
Returns the current placeholder for missing values.
getMissingValue() - Method in interface adams.data.io.input.MissingValueSpreadSheetReader
Returns the current placeholder for missing values.
getMissingValue() - Method in class adams.data.io.output.AbstractMultiSheetSpreadSheetWriterWithMissingValueSupport
Returns the current placeholder for missing values.
getMissingValue() - Method in class adams.data.io.output.AbstractSpreadSheetWriterWithMissingValueSupport
Returns the current placeholder for missing values.
getMissingValue() - Method in class adams.flow.source.LookUp
Returns the value used if behavior is MissingLookUpKey.OUTPUT_MISSING_VALUE.
getMissingValue() - Method in class adams.flow.transformer.LookUp
Returns the value used if behavior is MissingLookUpKey.OUTPUT_MISSING_VALUE.
getMissingValue() - Method in class adams.flow.transformer.SpreadSheetStorageRowIterator
Returns the value to use for missing cells.
getMissingValue() - Method in class adams.flow.transformer.SpreadSheetVariableRowIterator
Returns the value to use for missing cells.
getMissingValue() - Method in class adams.gui.core.spreadsheetpreview.SimpleHTML
Returns the string to use for missing values.
getMissingValue() - Method in class adams.gui.core.spreadsheetpreview.SimpleHTML.SimpleTextPanel
Returns the string to use for missing values.
getMissingValue() - Method in class adams.gui.core.spreadsheetpreview.SimpleText
Returns the string to use for missing values.
getMissingValue() - Method in class adams.gui.core.spreadsheetpreview.SimpleText.SimpleTextPanel
Returns the string to use for missing values.
getMissingValueColor() - Method in class adams.data.conversion.DoubleMatrixToBufferedImage
Returns the color for missing values.
getMnemonic() - Method in class adams.gui.action.AbstractBaseAction
Returns the mnemonic in use for the action.
getMnemonic() - Method in interface adams.gui.action.BaseAction
Returns the mnemonic in use for the action.
getMnemonic(String) - Static method in class adams.gui.core.GUIHelper
Returns the mnemonic for this caption, preceded by an underscore "_".
getMnemonics(String[]) - Static method in class adams.gui.core.GUIHelper
Suggests mnemonics for the given labels.
getMode() - Method in class adams.data.io.input.OpenCVImageReader
Returns the read mode.
getMode() - Method in enum adams.data.opencv.ImreadMode
Returns the OpenCV mode.
getMode() - Method in class adams.flow.standalone.PyroNameServer
Returns the mode for operating.
getModel() - Method in class adams.gui.chooser.DatePanel
 
getModel() - Method in class adams.gui.chooser.DatePanel.InternalCalendarModel
 
getModel() - Method in class adams.gui.core.BaseListWithButtons
Returns the underlying list model.
getModel() - Method in class adams.gui.core.BaseTableWithButtons
Returns the underlying table model.
getModel() - Method in class adams.gui.core.CheckableTableModel
Returns the underlying model.
getModel() - Method in class adams.gui.core.SortableAndSearchableTableWithButtons
Returns the underlying table model.
getModel() - Method in class adams.gui.core.SpreadSheetTableWithButtons
Returns the underlying table model.
getModel() - Method in class adams.gui.tools.wekainvestigator.tab.associatetab.ResultItem
Returns the stored model object.
getModel() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.ResultItem
Returns the stored model object.
getModel() - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.ResultItem
Returns the stored model object.
getModel() - Method in enum adams.gui.visualization.core.axis.Type
Returns the corresponding axis model.
getModel() - Method in class adams.gui.visualization.instances.InstancesPanel
Returns the model in use.
getModel() - Method in class weka.classifiers.trees.m5.RuleNode2
Get the linear model at this node
getModel(MessageCollection) - Method in class adams.flow.core.AbstractModelLoader
Obtains the model, loads it if necessary.
getModel(Report) - Static method in class adams.gui.visualization.instance.InstanceReportFactory
Returns a new model for the given report.
getModel(Report) - Static method in class adams.gui.visualization.report.ReportFactory
Returns a new model for the given report.
getModel(Report) - Static method in class adams.gui.visualization.spreadsheet.SpreadSheetRowReportFactory
Returns a new model for the given report.
getModel(InformativeStatistic) - Static method in class adams.gui.visualization.statistics.InformativeStatisticFactory
Returns a new model for an informative statistic object.
getModelActor() - Method in class adams.flow.condition.bool.WekaClassification
Returns the callable actor to obtain the model from if model file is pointing to a directory.
getModelActor() - Method in class adams.flow.core.AbstractModelLoader
Returns the callable actor to obtain the model from.
getModelActor() - Method in interface adams.flow.core.ModelLoaderSupporter
Returns the callable actor to obtain the model from.
getModelActor() - Method in class adams.flow.source.WekaForecasting
Returns the callable actor to obtain the model from if model file is pointing to a directory.
getModelActor() - Method in class adams.flow.transformer.AbstractProcessWekaInstanceWithModel
Returns the filter source actor.
getModelActor() - Method in class adams.flow.transformer.WekaFilter
Returns the filter source actor.
getModelContainerClass() - Method in class adams.flow.transformer.AbstractProcessWekaInstanceWithModel
Returns the model container class that is supported.
getModelDescription() - Method in class adams.ml.model.classification.WekaClassificationModel
Gets a short string description of the model.
getModelDescription() - Method in class adams.ml.model.clustering.WekaClusteringModel
Gets a short string description of the model.
getModelDescription() - Method in interface adams.ml.model.Model
Gets a short string description of the model.
getModelDescription() - Method in class adams.ml.model.regression.WekaRegressionModel
Gets a short string description of the model.
getModelFile() - Method in interface adams.core.io.ModelFileHandler
Returns the file to load the model from.
getModelFile() - Method in class adams.flow.condition.bool.WekaClassification
Returns the file to load the model from.
getModelFile() - Method in class adams.flow.core.AbstractModelLoader
Returns the file to load the model from.
getModelFile() - Method in interface adams.flow.core.ModelLoaderSupporter
Returns the file to load the model from.
getModelFile() - Method in class adams.flow.source.WekaForecasting
Returns the file to load the model from.
getModelFile() - Method in class adams.flow.standalone.DeserializeToStorage
Returns the file to load the model from.
getModelFile() - Method in class adams.flow.transformer.AbstractProcessWekaInstanceWithModel
Returns the file to load the model from.
getModelFile() - Method in class adams.flow.transformer.WekaFilter
Returns the file to load the model from.
getModelFileFilter() - Static method in class adams.gui.core.ExtensionFileFilter
Returns a filter for model files.
getModelFromContainer(AbstractContainer) - Method in class adams.flow.transformer.AbstractProcessWekaInstanceWithModel
Retrieves the model from the container.
getModelFromContainer(AbstractContainer, MessageCollection) - Method in class adams.flow.core.AbstractModelLoader
Retrieves the model from the container.
getModelFromContainer(AbstractContainer, MessageCollection) - Method in class adams.flow.core.WekaClassifierModelLoader
Retrieves the model from the container.
getModelFromContainer(AbstractContainer, MessageCollection) - Method in class adams.flow.core.WekaClustererModelLoader
Retrieves the model from the container.
getModelFromContainer(AbstractContainer, MessageCollection) - Method in class adams.flow.core.WekaFilterModelLoader
Retrieves the model from the container.
getModelLoadingType() - Method in class adams.flow.core.AbstractModelLoader
Returns the loading type.
getModelLoadingType() - Method in interface adams.flow.core.ModelLoaderSupporter
Returns the loading type.
getModelLoadingType() - Method in class adams.flow.transformer.AbstractProcessWekaInstanceWithModel
Returns the loading type.
getModelLoadingType() - Method in class adams.flow.transformer.WekaFilter
Returns the loading type.
getModelResetVariable() - Method in class adams.flow.transformer.AbstractProcessWekaInstanceWithModel
Returns the variable to monitor for changes in order to reset the model.
getModelStorage() - Method in class adams.flow.core.AbstractModelLoader
Returns the storage item name to get the model from.
getModelStorage() - Method in interface adams.flow.core.ModelLoaderSupporter
Returns the storage item name to get the model from.
getModelStorage() - Method in class adams.flow.transformer.AbstractProcessWekaInstanceWithModel
Returns the filter storage item.
getModelStorage() - Method in class adams.flow.transformer.WekaFilter
Returns the filter storage item.
getModified() - Method in class adams.data.statistics.ArrayAngle
Gets whether to use the modified algorithm.
getModifiedActor() - Method in class adams.flow.processor.AbstractModifyingProcessor
Returns the modified actor.
getModifiedActor() - Method in interface adams.flow.processor.ModifyingProcessor
Returns the modified actor.
getModifiersEx() - Method in class adams.gui.event.ImagePanelLeftClickEvent
Returns the associated modifiers.
getModifiersEx() - Method in class adams.gui.event.ImagePanelSelectionEvent
Returns the associated modifiers.
getModifyWindow() - Method in class adams.flow.source.RSync
 
getModule(String) - Method in class adams.env.Modules
Returns the module associated with the specified name.
getModules() - Method in class adams.env.Modules
Returns the available modules.
getModules(List<String>) - Static method in class adams.core.option.NestedFormatHelper
Extracts the modules from the comments, if available.
getModules(Map<String, List<String>>) - Method in class adams.doc.listing.AbstractListingOutput
Returns the modules in a sorted list.
getMoment() - Method in class adams.data.image.features.Moment
Returns the moment algorithm to use.
getMonitor() - Method in class adams.flow.control.flowrestart.trigger.FileMonitor
Returns the monitor in use.
getMonitor() - Method in class adams.flow.control.flowrestart.trigger.MonitorItself
Returns the monitor in use.
getMonitor() - Method in class adams.flow.core.AbstractExternalActor
Returns the file change monitor for the actor file.
getMonitor() - Method in class adams.flow.standalone.QueueInit
Returns the name of the callable actor in use for monitoring.
getMonitor() - Method in class adams.flow.transformer.FileChanged
Returns the monitor in use.
getMonitoredFile() - Method in class adams.core.io.filechanged.AbstractFileChangeMonitor
Returns the file that is being monitored.
getMonitoredFile() - Method in interface adams.core.io.filechanged.FileChangeMonitor
Returns the file that is being monitored.
getMonitoredFile() - Method in class adams.flow.control.flowrestart.trigger.FileMonitor
Returns the file to monitor.
getMonitoring() - Method in class adams.flow.control.StorageQueueHandler
Returns the monitoring actor.
getMonitors() - Method in class adams.core.io.filechanged.MultiMonitor
Returns the monitors to apply.
getMonospacedFont() - Static method in class adams.gui.core.Fonts
Returns the system wide Monospaced font.
getMonospacedFont(int) - Static method in class adams.gui.core.Fonts
Returns the system wide Monospaced font with a custom size.
getMonthLabel() - Method in class adams.gui.chooser.DatePanel.InternalView
This method initializes monthLabel
getMonthPopupMenu() - Method in class adams.gui.chooser.DatePanel.InternalView
This method initializes monthPopupMenu
getMonthPopupMenuItems() - Method in class adams.gui.chooser.DatePanel.InternalView
 
getMoreMemory() - Method in class adams.scripting.command.basic.Restart
Returns whether to restart with more memory.
getMorphologies() - Method in class adams.flow.transformer.PredictionEccentricity
Returns the morphologies to apply.
getMorphologies() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.PredictionEccentricity
Returns the morphologies to apply.
getMostCommon(int) - Static method in class adams.gui.flow.tree.record.add.MostCommon
Returns the X most common actors.
getMostCommon(int) - Static method in class adams.gui.flow.tree.record.enclose.MostCommon
Returns the X most common actors.
getMostCommonActors(TreePath, TreeOperations.InsertPosition) - Method in class adams.gui.flow.tree.menu.AbstractAddMostCommonActorAction
Returns the classnames of the most commonly used actors.
getMouseClick() - Method in class adams.flow.transformer.ImageObjectAnnotator
Returns the processor for mouse clicks.
getMouseClickAction() - Method in class adams.flow.sink.ControlChartPlot
Returns the current mouse click action in use.
getMouseClickAction() - Method in class adams.flow.sink.ScatterDisplay
Returns the mouse click action in use.
getMouseClickAction() - Method in class adams.flow.sink.SequencePlotter
Returns the current mouse click action in use.
getMouseClickAction() - Method in class adams.flow.sink.sequenceplotter.SequencePlotterPanel
Returns the current mouse click action in use.
getMouseClickAction() - Method in class adams.flow.sink.SimplePlot
Returns the current mouse click action in use.
getMouseClickAction() - Method in class adams.gui.visualization.stats.scatterplot.ScatterPlot
Returns the mouse click action in use.
getMouseClickProcessor() - Method in class adams.gui.visualization.object.ObjectAnnotationPanel
Returns the current mouse click processor.
getMouseListener() - Method in class adams.gui.visualization.object.tools.AbstractTool
Returns the mouse listener to use.
getMouseListener() - Method in interface adams.gui.visualization.object.tools.Tool
Returns the mouse listener to use.
getMouseListener() - Method in class adams.gui.visualization.segmentation.tool.AbstractTool
Returns the mouse listener to use.
getMouseListener() - Method in interface adams.gui.visualization.segmentation.tool.Tool
Returns the mouse listener to use.
getMouseMotionListener() - Method in class adams.gui.visualization.object.tools.AbstractTool
Returns the mouse motion listener to use.
getMouseMotionListener() - Method in interface adams.gui.visualization.object.tools.Tool
Returns the mouse motion listener to use.
getMouseMotionListener() - Method in class adams.gui.visualization.segmentation.tool.AbstractTool
Returns the mouse motion listener to use.
getMouseMotionListener() - Method in interface adams.gui.visualization.segmentation.tool.Tool
Returns the mouse motion listener to use.
getMouseMovementTrackers() - Static method in class adams.gui.visualization.core.AbstractMouseMovementTracker
Returns a list with classnames of paintlets.
getMousePosition() - Method in class adams.flow.transformer.pixelselector.AbstractPixelSelectorAction
Returns the mouse position, if available.
getMoveFiles() - Method in class adams.flow.standalone.DirWatch
Returns whether to move the files to the specified target directory before transmitting them.
getMultiLineComment() - Method in class adams.gui.scripting.SyntaxDocument
Returns whether multi-line comments are enabled.
getMultiLineCommentEnd() - Method in class adams.gui.scripting.SyntaxDocument
Returns the end of a multi-line comment.
getMultiLineCommentStart() - Method in class adams.gui.scripting.SyntaxDocument
Returns the string that is the start of a multi-line comment.
getMultiPage() - Method in class adams.gui.flow.tabhandler.AbstractTabHandler
Returns the multi-page pane this panel belongs to.
getMultiPagePane() - Method in class adams.gui.tools.SpreadSheetViewerPanel
Returns the spreadsheet tabbed pane.
getMultiPagePane(List<InformativeStatistic>) - Static method in class adams.gui.visualization.statistics.InformativeStatisticFactory
Returns a multi-page pane for the informative statistic objects.
getMultiPagePane(List<AbstractContainer>) - Static method in class adams.gui.visualization.container.NotesFactory
Returns a new multi-page page for the given notes.
getMultiplier() - Method in class adams.flow.transformer.wekaevaluationpostprocessor.RemoveWorstStdDev
Returns the multiplier for the stdev..
getMultiSelection() - Method in class adams.flow.transformer.SpreadSheetSelectSubset
Returns whether to allow the user to select multiple rows.
getMultiSelectionEnabled() - Method in class adams.flow.source.SelectDirectory
Returns whether to allow selection of multiple directories.
getN() - Method in class weka.core.SAXDistance
Returns the nth point setting.
getN() - Method in class weka.filters.supervised.attribute.YGradientEPO
Returns the number of eigenvectors to keep.
getname() - Method in class adams.flow.control.StorageQueueHandler
Returns the name of the queue.
getName() - Method in class adams.core.base.BaseAnnotation.Tag
Returns the tag name.
getName() - Method in class adams.core.discovery.PropertyPath.PathElement
returns the name of the property.
getName() - Method in interface adams.core.io.FileObject
Returns the file name.
getName() - Method in class adams.core.io.FixedFilenameGenerator
Returns the suffix in use.
getName() - Method in class adams.core.io.FtpFileObject
Returns the file name.
getName() - Method in class adams.core.io.LocalFileObject
Returns the file name.
getName() - Method in class adams.core.io.SftpFileObject
Returns the file name.
getName() - Method in class adams.core.io.SimpleFixedFilenameGenerator
Returns the suffix in use.
getName() - Method in class adams.core.io.SmbFileObject
Returns the file name.
getName() - Method in class adams.core.logging.Logger
Returns the name of the logger.
getName() - Static method in class adams.core.management.User
Returns the user name.
getName() - Method in class adams.core.tags.TagInfo
Returns the name of the tag.
getName() - Method in class adams.data.indexedsplits.SplitIndices
Returns the name for the indices.
getName() - Method in class adams.data.report.AbstractField
Get field name.
getName() - Method in class adams.data.spc.AbstractControlChartWithSampleSize
Returns the chart name.
getName() - Method in class adams.data.spc.CChart
Returns the chart name.
getName() - Method in interface adams.data.spc.ControlChart
Returns the chart name.
getName() - Method in class adams.data.spc.MOACUSUM
Returns the chart name.
getName() - Method in class adams.data.spc.MOAPageHinkley
Returns the chart name.
getName() - Method in class adams.data.spc.NPChart
Returns the chart name.
getName() - Method in class adams.data.spc.PChart
Returns the chart name.
getName() - Method in class adams.data.spc.UChart
Returns the chart name.
getName() - Method in class adams.data.spc.XBarRChart
Returns the chart name.
getName() - Method in class adams.data.spc.XBarSChart
Returns the chart name.
getName() - Method in class adams.data.spreadsheet.columnfinder.ByExactName
Returns the name in use.
getName() - Method in class adams.data.spreadsheet.DefaultSpreadSheet
Returns the name of the spreadsheet.
getName() - Method in interface adams.data.spreadsheet.SpreadSheet
Returns the name of the spreadsheet.
getName() - Method in class adams.data.spreadsheet.SpreadSheetView
Returns the name of the spreadsheet.
getName() - Method in class adams.data.weka.classattribute.ByExactName
Returns the name in use.
getName() - Method in class adams.data.weka.columnfinder.ByExactName
Returns the name in use.
getName() - Method in class adams.env.Modules.Module
Returns the name of the module.
getName() - Method in class adams.event.StorageChangeEvent
Returns the name of the storage item of this event.
getName() - Method in class adams.event.VariableChangeEvent
Returns the name of the variable of this event.
getName() - Method in class adams.flow.core.AbstractActor
Returns the name of the actor.
getName() - Method in interface adams.flow.core.Actor
Returns the name of the actor.
getName() - Method in class adams.flow.processor.AbstractListNameUsage
Returns the name to look for.
getName() - Method in class adams.flow.setup.FlowSetup
Returns the name of the flow.
getName() - Method in class adams.flow.source.valuedefinition.AbstractValueDefinition
Returns the name of the value.
getName() - Method in class adams.flow.template.AbstractActorTemplate
Returns the new name for the actor.
getName() - Method in class adams.flow.transformer.SpreadSheetSortColumns.SortContainer
Returns the name of the column.
getName() - Method in class adams.gui.action.AbstractBaseAction
Returns the name of the action, i.e., the menuitem/button caption.
getName() - Method in interface adams.gui.action.BaseAction
Returns the name of the action, i.e., the menuitem/button caption.
getName() - Method in class adams.gui.core.SpreadSheetColumnComboBox.ColumnContainer
Returns the name of the column.
getName() - Method in class adams.gui.flow.multipageaction.AbstractMultiPageMenuItem
The name for the menu item.
getName() - Method in class adams.gui.flow.multipageaction.CleanUp
The name for the menu item.
getName() - Method in class adams.gui.flow.multipageaction.CompareFlows
The name for the menu item.
getName() - Method in class adams.gui.flow.multipageaction.CopyFilename
The name for the menu item.
getName() - Method in class adams.gui.flow.multipageaction.OpenContainingFolder
The name for the menu item.
getName() - Method in class adams.gui.flow.multipageaction.RenameFlow
The name for the menu item.
getName() - Method in class adams.gui.flow.multipageaction.Revert
The name for the menu item.
getName() - Method in class adams.gui.flow.multipageaction.Windows
The name for the menu item.
getName() - Method in class adams.gui.flow.tab.Clipboard.ClipboardItem
The name of the item.
getName() - Method in class adams.gui.flow.tree.keyboardaction.AbstractKeyboardAction
Returns the name of the action.
getName() - Method in class adams.gui.goe.Favorites.Favorite
Returns the name of the favorite.
getName() - Method in class adams.gui.goe.popupmenu.Edit
The name used for sorting.
getName() - Method in class adams.gui.goe.popupmenu.EncloseBooleanCondition
The name used for sorting.
getName() - Method in class adams.gui.goe.popupmenu.EncloseClassifier
The name used for sorting.
getName() - Method in class adams.gui.goe.popupmenu.EncloseClusterer
The name used for sorting.
getName() - Method in class adams.gui.goe.popupmenu.EncloseConversion
The name used for sorting.
getName() - Method in class adams.gui.goe.popupmenu.Favorites
The name used for sorting.
getName() - Method in interface adams.gui.goe.popupmenu.GenericObjectEditorPopupMenuCustomizer
The name used for sorting.
getName() - Method in class adams.gui.goe.popupmenu.History
The name used for sorting.
getName() - Method in class adams.gui.goe.popupmenu.InvertInstancesColumnFinder
The name used for sorting.
getName() - Method in class adams.gui.goe.popupmenu.InvertInstancesRowFinder
The name used for sorting.
getName() - Method in class adams.gui.goe.popupmenu.InvertSpreadSheetColumnFinder
The name used for sorting.
getName() - Method in class adams.gui.goe.popupmenu.InvertSpreadSheetRowFinder
The name used for sorting.
getName() - Method in class adams.gui.goe.popupmenu.PullUpBooleanCondition
The name used for sorting.
getName() - Method in class adams.gui.goe.popupmenu.PullUpClassifier
The name used for sorting.
getName() - Method in class adams.gui.goe.popupmenu.PullUpClusterer
The name used for sorting.
getName() - Method in class adams.gui.goe.popupmenu.PullUpInstancesColumnFinder
The name used for sorting.
getName() - Method in class adams.gui.goe.popupmenu.PullUpInstancesRowFinder
The name used for sorting.
getName() - Method in class adams.gui.goe.popupmenu.PullUpSpreadSheetColumnFinder
The name used for sorting.
getName() - Method in class adams.gui.goe.popupmenu.PullUpSpreadSheetRowFinder
The name used for sorting.
getName() - Method in class adams.gui.goe.popupmenu.SwapActor
The name used for sorting.
getName() - Method in class adams.gui.goe.popupmenu.Variables
The name used for sorting.
getName() - Method in class adams.gui.laf.AbstractLookAndFeel
Returns the name for this look and feel.
getName() - Method in class adams.gui.laf.CrossPlatform
Returns the name for this look and feel.
getName() - Method in class adams.gui.laf.FlatLafIntelliJ
Returns the name for this look and feel.
getName() - Method in class adams.gui.laf.FlatLafLight
Returns the name for this look and feel.
getName() - Method in class adams.gui.laf.GTK
Returns the name for this look and feel.
getName() - Method in class adams.gui.laf.Windows
Returns the name for this look and feel.
getName() - Method in class adams.gui.tools.previewbrowser.ContentHandlerFavorites.ContentHandlerFavorite
Returns the name of the favorite.
getName() - Method in class adams.gui.tools.spreadsheetprocessor.AbstractWidget
Returns the name of the widget.
getName() - Method in class adams.gui.tools.spreadsheetprocessor.processors.FlowProcessor
Returns the name of the widget.
getName() - Method in class adams.gui.tools.spreadsheetprocessor.processors.PassThroughProcessor
Returns the name of the widget.
getName() - Method in class adams.gui.tools.spreadsheetprocessor.processors.QueryProcessor
Returns the name of the widget.
getName() - Method in class adams.gui.tools.spreadsheetprocessor.sources.ClipboardSource
Returns the name of the widget.
getName() - Method in class adams.gui.tools.spreadsheetprocessor.sources.DatabaseSource
Returns the name of the widget.
getName() - Method in class adams.gui.tools.spreadsheetprocessor.sources.FileBrowserSource
Returns the name of the widget.
getName() - Method in class adams.gui.tools.spreadsheetprocessor.sources.FileSource
Returns the name of the widget.
getName() - Method in class adams.gui.tools.spreadsheetprocessor.targets.ChartTarget
Returns the name of the widget.
getName() - Method in class adams.gui.tools.spreadsheetprocessor.targets.ClipboardTarget
Returns the name of the widget.
getName() - Method in class adams.gui.tools.spreadsheetprocessor.targets.DatabaseTarget
Returns the name of the widget.
getName() - Method in class adams.gui.tools.spreadsheetprocessor.targets.FileTarget
Returns the name of the widget.
getName() - Method in class adams.gui.tools.wekainvestigator.evaluation.AbstractEvaluation
Returns the name of the evaluation (displayed in combobox).
getName() - Method in class adams.gui.tools.wekainvestigator.output.AbstractResultItem
Returns the name of the item.
getName() - Method in class adams.gui.tools.wekainvestigator.tab.associatetab.evaluation.Train
Returns the name of the evaluation (displayed in combobox).
getName() - Method in class adams.gui.tools.wekainvestigator.tab.attseltab.evaluation.CrossValidation
Returns the name of the evaluation (displayed in combobox).
getName() - Method in class adams.gui.tools.wekainvestigator.tab.attseltab.evaluation.Train
Returns the name of the evaluation (displayed in combobox).
getName() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.BuildModel
Returns the name of the evaluation (displayed in combobox).
getName() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.CrossValidation
Returns the name of the evaluation (displayed in combobox).
getName() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.FromPredictions
Returns the name of the evaluation (displayed in combobox).
getName() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.IndexedSplitsRunsEvaluation
Returns the name of the evaluation (displayed in combobox).
getName() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.ReevaluateModel
Returns the name of the evaluation (displayed in combobox).
getName() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.RepeatedCrossValidation
Returns the name of the evaluation (displayed in combobox).
getName() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.TrainTestSet
Returns the name of the evaluation (displayed in combobox).
getName() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.TrainTestSplit
Returns the name of the evaluation (displayed in combobox).
getName() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.TrainValidateTestSet
Returns the name of the evaluation (displayed in combobox).
getName() - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.BuildModel
Returns the name of the evaluation (displayed in combobox).
getName() - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.ClassesToClusters
Returns the name of the evaluation (displayed in combobox).
getName() - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.CrossValidation
Returns the name of the evaluation (displayed in combobox).
getName() - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.ReevaluateModel
Returns the name of the evaluation (displayed in combobox).
getName() - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.TrainTestSet
Returns the name of the evaluation (displayed in combobox).
getName() - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.TrainTestSplit
Returns the name of the evaluation (displayed in combobox).
getName() - Method in class adams.gui.tools.wekainvestigator.tab.experimenttab.setup.CrossValidationSetup
Returns the name of the evaluation (displayed in combobox).
getName() - Method in class adams.gui.tools.wekainvestigator.tab.experimenttab.setup.TrainTestSplitSetup
Returns the name of the evaluation (displayed in combobox).
getName() - Method in class adams.gui.visualization.container.datacontainerpanel.AbstractPopupCustomizer
The name.
getName() - Method in class adams.gui.visualization.container.datacontainerpanel.containerlistpopup.ChooseColor
The name.
getName() - Method in class adams.gui.visualization.container.datacontainerpanel.containerlistpopup.CopyID
The name.
getName() - Method in class adams.gui.visualization.container.datacontainerpanel.containerlistpopup.HideAll
The name.
getName() - Method in class adams.gui.visualization.container.datacontainerpanel.containerlistpopup.Notes
The name.
getName() - Method in class adams.gui.visualization.container.datacontainerpanel.containerlistpopup.Remove
The name.
getName() - Method in class adams.gui.visualization.container.datacontainerpanel.containerlistpopup.RemoveAll
The name.
getName() - Method in class adams.gui.visualization.container.datacontainerpanel.containerlistpopup.ShowAll
The name.
getName() - Method in class adams.gui.visualization.container.datacontainerpanel.containerlistpopup.StoreColorInReport
The name.
getName() - Method in class adams.gui.visualization.container.datacontainerpanel.containerlistpopup.StoreValueInReport
The name.
getName() - Method in class adams.gui.visualization.container.datacontainerpanel.containerlistpopup.ToggleVisibility
The name.
getName() - Method in class adams.gui.visualization.container.datacontainerpanel.containerlistpopup.UpdateID
The name.
getName() - Method in class adams.gui.visualization.container.datacontainerpanel.plotpopup.AntiAliasing
The name.
getName() - Method in class adams.gui.visualization.container.datacontainerpanel.plotpopup.Markers
The name.
getName() - Method in class adams.gui.visualization.container.datacontainerpanel.plotpopup.Notes
The name.
getName() - Method in class adams.gui.visualization.container.datacontainerpanel.plotpopup.SendTo
The name.
getName() - Method in class adams.gui.visualization.container.datacontainerpanel.plotpopup.SidePanel
The name.
getName() - Method in class adams.gui.visualization.instance.containerlistpopup.SaveAs
The name.
getName() - Method in class adams.gui.visualization.instance.containerlistpopup.ViewAsTable
The name.
getName() - Method in class adams.gui.visualization.instance.plotpopup.Adjust
The name.
getName() - Method in class adams.gui.visualization.instance.plotpopup.Histogram
The name.
getName() - Method in class adams.gui.visualization.instance.plotpopup.SaveVisible
The name.
getName() - Method in class adams.gui.visualization.instance.plotpopup.Viewport
The name.
getName() - Method in class adams.gui.visualization.instances.InstancesColumnComboBox.ColumnContainer
Returns the name of the column.
getName() - Method in class adams.gui.visualization.object.tools.Annotator
The name of the tool.
getName() - Method in class adams.gui.visualization.object.tools.Edit
The name of the tool.
getName() - Method in class adams.gui.visualization.object.tools.Move
The name of the tool.
getName() - Method in interface adams.gui.visualization.object.tools.Tool
The name of the tool.
getName() - Method in class adams.gui.visualization.segmentation.layer.AbstractLayer
Returns the name of the layer.
getName() - Method in class adams.gui.visualization.segmentation.layer.BackgroundLayer
Returns the name of the layer.
getName() - Method in class adams.gui.visualization.segmentation.layer.CombinedLayer.CombinedSubLayer
Returns the name of the layer.
getName() - Method in class adams.gui.visualization.segmentation.layer.CombinedLayer
Returns the name of the layer.
getName() - Method in class adams.gui.visualization.segmentation.layer.ImageLayer
Returns the name of the layer.
getName() - Method in class adams.gui.visualization.segmentation.layer.OverlayLayer
Returns the name of the layer.
getName() - Method in class adams.gui.visualization.segmentation.layer.overlaylayeraction.AbstractOverlayLayerAction
The name to display in the menu.
getName() - Method in class adams.gui.visualization.segmentation.layer.overlaylayeraction.Copy
The name to display in the menu.
getName() - Method in class adams.gui.visualization.segmentation.layer.overlaylayeraction.Invert
The name to display in the menu.
getName() - Method in class adams.gui.visualization.segmentation.layer.overlaylayeraction.Rename
The name to display in the menu.
getName() - Method in class adams.gui.visualization.segmentation.tool.BucketFill
The name of the tool.
getName() - Method in class adams.gui.visualization.segmentation.tool.Eraser
The name of the tool.
getName() - Method in class adams.gui.visualization.segmentation.tool.Filter
The name of the tool.
getName() - Method in class adams.gui.visualization.segmentation.tool.Pencil
The name of the tool.
getName() - Method in class adams.gui.visualization.segmentation.tool.Pointer
The name of the tool.
getName() - Method in class adams.gui.visualization.segmentation.tool.PolygonFill
The name of the tool.
getName() - Method in class adams.gui.visualization.segmentation.tool.SwitchLabel
The name of the tool.
getName() - Method in interface adams.gui.visualization.segmentation.tool.Tool
The name of the tool.
getName() - Method in class adams.gui.visualization.sequence.containerlistpopup.SaveAs
The name.
getName() - Method in class adams.gui.visualization.sequence.containerlistpopup.ViewAsTable
The name.
getName() - Method in class adams.gui.visualization.sequence.plotpopup.Adjust
The name.
getName() - Method in class adams.gui.visualization.sequence.plotpopup.Hits
The name.
getName() - Method in class adams.gui.visualization.sequence.plotpopup.Resize
The name.
getName() - Method in class adams.gui.visualization.sequence.plotpopup.SaveVisibleDataPoints
The name.
getName() - Method in class adams.gui.visualization.sequence.plotpopup.SaveVisibleSequences
The name.
getName() - Method in class adams.gui.visualization.spreadsheet.containerlistpopup.SaveAs
The name.
getName() - Method in class adams.gui.visualization.spreadsheet.containerlistpopup.ViewAsTable
The name.
getName() - Method in class adams.gui.visualization.spreadsheet.plotpopup.Adjust
The name.
getName() - Method in class adams.gui.visualization.spreadsheet.plotpopup.Histogram
The name.
getName() - Method in class adams.gui.visualization.spreadsheet.plotpopup.SaveVisible
The name.
getName() - Method in class adams.gui.visualization.spreadsheet.plotpopup.Viewport
The name.
getName() - Method in class adams.gui.visualization.timeseries.containerlistpopup.Information
The name.
getName() - Method in class adams.gui.visualization.timeseries.containerlistpopup.Reports
The name.
getName() - Method in class adams.gui.visualization.timeseries.containerlistpopup.ViewAsTable
The name.
getName() - Method in class adams.gui.visualization.timeseries.plotpopup.Adjust
The name.
getName() - Method in class adams.gui.visualization.timeseries.plotpopup.SaveVisible
The name.
getName() - Method in class adams.gui.visualization.timeseries.plotpopup.Statistics
The name.
getName() - Method in class adams.ml.data.DatasetView
Returns the name of the spreadsheet.
getName() - Method in class adams.ml.data.InstancesView
Returns the name of the spreadsheet.
getName() - Method in class adams.opt.optimise.genetic.PackDataDef.DataInfo
 
getName(int) - Method in class adams.data.featureconverter.HeaderDefinition
Returns the name at the specified index.
getName(int) - Method in class adams.gui.tools.FavoritesManagementPanel.FavoritesListModel
Returns the name of the favorite at the specified location.
getName(SpreadSheet, int) - Method in class adams.data.spreadsheet.SpreadSheetColumnIndex
Returns the column name at the specified index.
getName(SpreadSheet, int) - Method in class adams.data.spreadsheet.SpreadSheetColumnRange
Returns the column name at the specified index.
getName(SpreadSheet, int) - Method in class adams.data.spreadsheet.SpreadSheetRowIndex
Unused.
getName(SpreadSheet, int) - Method in class adams.data.spreadsheet.SpreadSheetRowRange
Unused.
getName(SpreadSheet, int) - Method in class adams.data.spreadsheet.SpreadSheetUnorderedColumnRange
Returns the column name at the specified index.
getName(SpreadSheet, int) - Method in class adams.data.spreadsheet.SpreadSheetUnorderedRowRange
Unused.
getName(File) - Method in interface adams.gui.chooser.FileChooser
Returns the filename.
getName(String[], int) - Method in class adams.data.spreadsheet.SheetIndex
Returns the column name at the specified index.
getName(String[], int) - Method in class adams.data.spreadsheet.SheetRange
Returns the column name at the specified index.
getName(T, int) - Method in class adams.core.AbstractDataBackedIndex
Returns the name at the specified index.
getName(T, int) - Method in class adams.core.AbstractDataBackedRange
Returns the name at the specified index.
getName(T, int) - Method in class adams.core.AbstractDataBackedUnorderedRange
Returns the name at the specified index.
getName(Attribute, int) - Method in class adams.data.weka.WekaLabelIndex
Returns the label name at the specified index.
getName(Attribute, int) - Method in class adams.data.weka.WekaLabelRange
Returns the column name at the specified index.
getName(Instances, int) - Method in class adams.data.weka.WekaAttributeIndex
Returns the column name at the specified index.
getName(Instances, int) - Method in class adams.data.weka.WekaAttributeRange
Returns the column name at the specified index.
getName(Instances, int) - Method in class adams.data.weka.WekaUnorderedAttributeRange
Returns the column name at the specified index.
getNameColumn() - Method in class adams.data.conversion.SpreadSheetToCreateTableStatement
Returns the name column.
getNameColumn() - Method in class adams.flow.transformer.plotgenerator.NamedPlotGenerator
Returns the index of the column which values to use to name the plots.
getNameLowerCase() - Method in class adams.gui.core.SpreadSheetColumnComboBox.ColumnContainer
Returns the name of the column in lowercase.
getNameLowerCase() - Method in class adams.gui.visualization.instances.InstancesColumnComboBox.ColumnContainer
Returns the name of the column in lowercase.
getNames() - Method in class adams.core.AbstractDataBackedIndex
Returns the names.
getNames() - Method in class adams.core.AbstractDataBackedRange
Returns the names.
getNames() - Method in class adams.data.featureconverter.HeaderDefinition
Returns the names.
getNames() - Method in class adams.data.spreadsheet.SpreadSheetRowIndex
Returns the names.
getNames() - Method in class adams.data.spreadsheet.SpreadSheetRowRange
Returns the names.
getNames() - Method in class adams.flow.transformer.summarystatistics.Accuracy
Returns the names of the statistics.
getNames() - Method in class adams.flow.transformer.summarystatistics.CorrelationCoefficient
Returns the names of the statistics.
getNames() - Method in class adams.flow.transformer.summarystatistics.MeanAbsoluteError
Returns the names of the statistics.
getNames() - Method in class adams.flow.transformer.summarystatistics.NoPrediction
Returns the names of the statistics.
getNames() - Method in class adams.flow.transformer.summarystatistics.RootMeanSquaredError
Returns the names of the statistics.
getNames() - Method in interface adams.flow.transformer.summarystatistics.SummaryStatistic
Returns the names of the statistics.
getNames() - Method in class adams.gui.core.AbstractNamedHistoryPanel.HistoryEntrySelectionEvent
Returns the names of the entries.
getNameServer() - Method in class adams.flow.standalone.PyroNameServer
Returns the nameserver instance.
getNameServerExecutable() - Method in class adams.flow.standalone.PyroNameServer
Returns the nameserver executable.
getNameSpaceAware() - Method in class adams.core.io.filecomplete.XML
Returns whether a namespace aware parser used.
getNameSpaceAware() - Method in class adams.data.conversion.XMLToDOM
Returns whether a namespace aware parser used.
getNameSpaceAware() - Method in class adams.flow.transformer.XMLFileReader
Returns whether a namespace aware parser used.
getNameSpaces() - Method in class adams.flow.transformer.XPath
Returns the namespaces in use.
getNameSuffix() - Method in class adams.gui.tools.wekainvestigator.output.AbstractNestableResultItem
Returns the name suffix of the item.
getNative() - Method in interface adams.data.spreadsheet.Cell
Returns the cell as native object, according to its type.
getNative() - Method in class adams.data.spreadsheet.CellView
Returns the cell as native object, according to its type.
getNative() - Method in class adams.data.spreadsheet.DoubleCell
Returns the cell as native object, according to its type.
getNative() - Method in class adams.data.spreadsheet.FloatCell
Returns the cell as native object, according to its type.
getNative() - Method in class adams.ml.data.DataCellView
Returns the cell as native object, according to its type.
getNearestActor(Node, int, boolean) - Method in class adams.gui.flow.tree.Tree
Returns the nearest actor in the children of the provided parent node that is not disabled.
getNearestNeighbourSearchAlgorithm() - Method in class weka.filters.unsupervised.instance.AccumulatedLWLWeights
Returns the current nearestNeighbourSearch algorithm in use.
getNegative() - Method in class adams.flow.transformer.preparefilebaseddataset.Selected
Returns the index for the negative set.
getNested(Node) - Static method in class adams.gui.flow.tree.TreeHelper
Returns the nested format.
getNested(Node, boolean) - Static method in class adams.gui.flow.tree.TreeHelper
Returns the nested format.
getNested(Node, List, boolean) - Static method in class adams.gui.flow.tree.TreeHelper
Adds the node and its children to the nested format.
getNestedItem(String) - Method in class adams.gui.tools.wekainvestigator.output.AbstractNestableResultItem
Returns the nested items by its name.
getNewColor() - Method in class adams.data.image.transformer.ReplacePredominantColor
Returns the new color.
getNewColors() - Method in class adams.data.image.transformer.ReplaceColors
Returns the new colors.
getNewFilter() - Method in class adams.data.conversion.SwapPLS
Returns the new PLS filter to replace with.
getNewLayer() - Method in class adams.data.imagesegmentation.filter.MergeLayers
Returns the name of the layer generated from the merge, can replace an existing one.
getNewLimit() - Method in class adams.flow.processor.ChangeDatabaseConditionLimit
Returns the new Limit to replace.
getNewLine() - Method in class adams.data.io.output.AutoWidthTabularSpreadSheetWriter
Returns the string used as newline.
getNewLine() - Method in class adams.data.io.output.CsvSpreadSheetWriter
Returns the string used as newline.
getNewLine() - Method in class adams.data.io.output.FixedTabularSpreadSheetWriter
Returns the string used as newline.
getNewName() - Method in class adams.data.conversion.RenameSpreadSheet
Returns the new name for the sheet.
getNewName() - Method in class adams.data.conversion.RenameSpreadSheetColumn
Returns the new name for the column.
getNewName() - Method in class adams.flow.processor.AbstractNameUpdater
Returns the new name that replaces the old one.
getNewNumThreads() - Method in class adams.flow.processor.ChangeNumThreads
Returns the new setting to use.
getNewObject() - Method in class adams.data.conversion.SwapObjects
Returns the new object to replace with.
getNewPassword() - Method in class adams.flow.processor.ChangeDatabaseConnection
Returns the new password.
getNewPath() - Method in class adams.flow.processor.ChangePath
Returns the new Path to replace with.
getNewPrefix() - Method in class adams.flow.transformer.ChangeReportFieldPrefixes
Returns the replacement prefix in use.
getNewTimestamp() - Method in class adams.data.filter.TimeseriesShiftTimestamps
The new timestamp to use.
getNewType() - Method in class adams.flow.processor.ChangeDisplayType
Returns the old display type to replace.
getNewURL() - Method in class adams.flow.processor.ChangeDatabaseConnection
Returns the new URL to replace.
getNewUser() - Method in class adams.flow.processor.ChangeDatabaseConnection
Returns the new database user to use.
getNewWindow() - Method in interface adams.gui.application.Child
Creates a new window of itself.
getNewWindow() - Method in class adams.gui.application.ChildFrame
Creates a new window of itself.
getNextButtonPanel() - Method in class adams.gui.chooser.DatePanel.InternalView
This method initializes nextButtonPanel
getNextClassificationIndex(Report) - Method in class adams.flow.transformer.pixelselector.AddClassification
Returns the next free classification index.
getNextColor(String) - Method in class adams.gui.visualization.sequence.metadatacolor.ColorPerLabel
Returns the next color for the label.
getNextColor(String) - Method in class adams.gui.visualization.sequence.metadatacolor.ColorPerRegExpGroup
Returns the next color for the group.
getNextDelta(int) - Method in class adams.core.DiffUtils.SideBySideDiff
Returns the next delta after the current line.
getNextInstance(Instances) - Method in class weka.core.converters.SimpleArffLoader
Not supported.
getNextInstance(Instances) - Method in class weka.core.converters.SpreadSheetLoader
SpreadSheetLoader is unable to process a data set incrementally.
getNextMonthButton() - Method in class adams.gui.chooser.DatePanel.InternalView
This method initializes nextMonthButton
getNextSelectedIndex(int[], int) - Method in class adams.data.weka.datasetsplitter.RowSplitter
Gets the next index selected by the row-finder.
getNextSibling() - Method in class adams.flow.core.AbstractActor
If the actor is part of a group, this method returns the actor following it in that group.
getNextSibling() - Method in interface adams.flow.core.Actor
If the actor is part of a group, this method returns the actor following it in that group.
getNextTmpVariable(AbstractOption) - Method in class adams.core.option.AbstractJavaCodeProducer
Generates the next name for a temporary variable.
getNextTmpVariable(Class) - Method in class adams.core.option.AbstractJavaCodeProducer
Generates the next name for a temporary variable.
getNextTmpVariable(String) - Method in class adams.core.option.AbstractJavaCodeProducer
Generates the next name for a temporary variable.
getNextValue() - Method in class adams.gui.chooser.DatePanel.InternalCalendarModel
Part of SpinnerModel, year
getNextYearButton() - Method in class adams.gui.chooser.DatePanel.InternalView
This method initializes nextYearButton
getNoAdditionalFieldsPrefix() - Method in interface adams.data.instances.InstanceGeneratorWithAdditionalFields
Returns whether to drop the prefix for the additional fields.
getNoBorder() - Method in class adams.data.io.output.FixedTabularSpreadSheetWriter
Returns whether to use a border or not.
getNoCheck() - Method in class adams.flow.transformer.WekaExperiment
Returns whether to avoid the check at setUp time whether the experiment file is present or not.
getNoCopy() - Method in class adams.data.conversion.AbstractInPlaceSpreadSheetConversion
Returns whether to skip creating a copy of the spreadsheet before processing it.
getNoCopy() - Method in class adams.data.conversion.AbstractSwapObject
Returns whether to skip creating a copy of the object before swapping.
getNoCopy() - Method in interface adams.data.InPlaceProcessing
Returns whether to skip creating a copy of the data before processing t.
getNoCopy() - Method in class adams.flow.processor.AbstractModifyingProcessor
Returns whether the copying of the actor is suppressed.
getNoCopy() - Method in interface adams.flow.processor.ModifyingProcessor
Returns whether the copying of the actor is suppressed.
getNoCopy() - Method in class adams.flow.transformer.AbstractInPlaceSpreadSheetTransformer
Returns whether to skip creating a copy of the spreadsheet before setting value.
getNoCopy() - Method in class adams.flow.transformer.ArrayReverse
Returns whether to reverse order in-place, rather than creating new array.
getNoCopy() - Method in class adams.flow.transformer.Draw
Returns whether to skip creating a copy of the image before setting value.
getNoCopy() - Method in class adams.flow.transformer.FilterMap
Returns whether to skip creating a copy of the map before filtering.
getNoCopy() - Method in class adams.flow.transformer.ImageSegmentationContainerFilter
Returns whether to skip creating a copy of the map before filtering.
getNoCopy() - Method in class adams.flow.transformer.multimapoperation.Merge
Returns whether to skip creating a copy of the map before merging.
getNoCopy() - Method in class adams.flow.transformer.NegativeRegions
Returns whether to skip creating a copy of the image container before adding the regions.
getNoDatabaseConnect() - Method in class adams.db.AbstractDatabaseObjectWithOptionHandling
Returns whether the database connection is suppressed or not.
getNode(Document, String) - Method in class adams.data.io.input.PascalVOCObjectLocationsReader
Returns the (first) node.
getNodeName() - Method in class adams.flow.transformer.AddDOMNode
Returns the name of the node to add.
getNodePopup(String) - Method in class adams.gui.flow.ActorTreePanel
Creates a popup menu for the classname.
getNodes() - Method in class adams.gui.event.ActorChangeEvent
Returns the node(s) that triggered the event.
getNodes() - Method in class adams.gui.event.NodeDroppedEvent
Returns the "dropped" nodes.
getNodesFromClipboard() - Static method in class adams.gui.flow.tree.TreeOperations
Returns the nodes stored on the clipboard.
getNodeText(Document, String) - Method in class adams.data.io.input.PascalVOCObjectLocationsReader
Returns the node's text.
getNodeType() - Method in class adams.gui.visualization.debug.objecttree.Node
Returns the node type.
getNodeValue() - Method in class adams.flow.transformer.AddDOMNode
Returns the value of the node to add.
getNoDiscard() - Method in class adams.flow.standalone.AbstractMutableActorDaemonEvent
Returns whether to process all change events or discard if busy.
getNoDuplicates() - Method in class adams.flow.transformer.SpreadSheetCollapse
Returns whether to omit duplicates.
getNoHeader() - Method in class adams.data.io.input.AbstractExcelSpreadSheetReader
Returns whether the file contains a header row or not.
getNoHeader() - Method in class adams.data.io.input.CsvSpreadSheetReader
Returns whether the file contains a header row or not.
getNoHeader() - Method in class adams.data.io.input.FastCsvSpreadSheetReader
Returns whether the file contains a header row or not.
getNoHeader() - Method in class adams.data.io.input.FixedTabularSpreadSheetReader
Returns whether the file contains a header row or not.
getNoHeader() - Method in class adams.data.io.input.GnumericSpreadSheetReader
Returns whether the file contains a header row or not.
getNoHeader() - Method in interface adams.data.io.input.NoHeaderSpreadSheetReader
Returns whether the file contains a header row or not.
getNoHeader() - Method in class adams.data.io.input.ODFSpreadSheetReader
Returns whether the file contains a header row or not.
getNoHeader() - Method in class adams.data.io.input.SimpleCsvSpreadSheetReader
Returns whether the file contains a header row or not.
getNoHeader() - Method in class adams.data.io.input.SimpleStreamSpreadSheetReader
Returns whether the file contains a header row or not.
getNoHeader() - Method in class adams.data.io.output.AutoWidthTabularSpreadSheetWriter
Returns whether to use a header or not.
getNoHeader() - Method in class adams.data.io.output.CsvSpreadSheetWriter
Returns whether to use a header or not.
getNoHeader() - Method in class adams.data.io.output.FixedTabularSpreadSheetWriter
Returns whether to use a header or not.
getNoHeader() - Method in interface adams.data.io.output.NoHeaderSpreadSheetWriter
Returns whether the file contains a header row or not.
getNoise() - Method in class weka.classifiers.functions.GaussianProcessesAdaptive
Get the value of noise.
getNoise() - Method in class weka.classifiers.functions.GaussianProcessesNoWeights
Get the value of noise.
getNoise() - Method in class weka.classifiers.functions.GaussianProcessesWeighted
Get the value of noise.
getNoise() - Method in class weka.classifiers.functions.GPD
Get the value of noise.
getNoiseLevel() - Method in class adams.data.image.transformer.crop.ThresholdedCrop
Returns the noise level.
getNominal() - Method in class weka.filters.unsupervised.attribute.SAX
Gets whether output numeric or nominal values.
getNonConformitiesIndex() - Method in class adams.data.spc.UChart
Returns the matrix column index fot he nonconformities.
getNonInteractiveMode() - Method in class adams.flow.standalone.ExternalFlow
Returns whether to run the flow in non-interactive mode.
getNonMirroredBackend() - Method in class adams.db.mirrored.DbBackend
Returns the backend to use for non-mirrored connections.
getNoOverlapAction() - Method in class adams.flow.transformer.MergeObjectLocations
Returns the action to take when an object has no overlaps.
getNoPath() - Method in class adams.flow.core.ActorUsage
Returns whether to omit the path of the flow in the spreadsheet.
getNoProxy(Proxy.Type) - Method in class adams.core.net.ProxyHelper
Returns the hosts that bypass the proxy.
getNoRegionsNoOutput() - Method in class adams.flow.transformer.NegativeRegions
Returns whether to suppress forwarding the container if no negative regions were generated.
getNoReplacement() - Method in class weka.classifiers.meta.VotedImbalance
Gets whether instances are drawn with or without replacement.
getNormaliseType() - Method in class weka.classifiers.trees.XGBoost
Gets the type of normalisation algorithm.
getNormalize() - Method in class adams.data.autocorrelation.FFT
Returns whether to normalize the data.
getNormalize() - Method in class adams.data.statistics.ArrayBinning
Returns whether to normalize the data before generating the histogram.
getNormalize() - Method in class adams.data.statistics.ArrayHistogram
Returns whether to normalize the data before generating the histogram.
getNormalize() - Method in class adams.flow.transformer.ArrayHistogramRanges
Returns whether to normalize the data before generating the histogram.
getNormalize() - Method in class adams.flow.transformer.SpreadSheetHistogramRanges
Returns whether to normalize the data before generating the histogram.
getNormalize() - Method in class adams.flow.transformer.WekaInstancesHistogramRanges
Returns whether to normalize the data before generating the histogram.
getNormalPlotOptions() - Method in class adams.flow.sink.FourInOneDisplay
get the options for the normal plot
getNormalPlotOptions() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.FourInOnePlot
get the options for the normal plot.
getNormYWeights() - Method in class adams.data.instancesanalysis.pls.NIPALS
Returns whether to normalize Y weights.
getNorthCenterPanel() - Method in class adams.gui.chooser.DatePanel.InternalView
This method initializes northCenterPanel
getNorthPanel() - Method in class adams.gui.chooser.DatePanel.InternalView
This method initializes northPanel
getNoSeparator() - Method in class adams.flow.transformer.AppendName
Returns whether to suppress inserting a separator between file/dir and suffix.
getNoSeparator() - Method in class adams.flow.transformer.PrependDir
Returns whether to suppress inserting a separator between file/dir and prefix.
getNoSubActors() - Method in class adams.flow.source.SpecifiedActor
Returns whether to strip actor handlers of their sub-actors.
getNotation(String) - Static method in class adams.gui.core.ColorHelper
Tries to determine the type of color notation.
getNote() - Method in class adams.core.net.EmailContact
Returns the note.
getNote() - Method in class adams.parser.TimeAmount
Returns the note.
getNote(File) - Method in class adams.gui.tools.PreviewBrowserPanel
Returns the note for the file.
getNote(String, String) - Method in class adams.gui.tools.previewbrowser.notes.NotesManager
Returns the note for the file.
getNoteGroup() - Method in class adams.flow.transformer.AddNote
Returns the note grpup.
getNoteName(String) - Static method in class adams.data.weka.ArffUtils
Returns the name of an attribute for a note.
getNotes() - Method in class adams.data.container.AbstractSimpleContainer
Returns the currently stored notes.
getNotes() - Method in class adams.data.image.AbstractImageFeatureGenerator
Returns the current notes to add as attributes.
getNotes() - Method in class adams.data.instance.Instance
Returns the currently stored notes.
getNotes() - Method in interface adams.data.MutableNotesHandler
Returns the currently stored notes.
getNotes() - Method in interface adams.data.NotesHandler
Returns the currently stored notes.
getNotes() - Method in class adams.data.timeseries.AbstractTimeseriesFeatureGenerator
Returns the current notes to add as attributes.
getNotes() - Method in class adams.data.timeseries.Timeseries
Returns the currently stored notes.
getNotes() - Method in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment
Returns the notes for the experiment.
getNotes() - Method in class adams.gui.visualization.debug.propertyextractor.NotesPropertyExtractor
Returns the underlying Notes object.
getNotes() - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRow
Returns the currently stored notes.
getNotes(Class) - Method in class adams.data.Notes
Returns the notes for the given class.
getNotes(String) - Method in class adams.data.Notes
Returns the notes for the given class.
getNotes(String) - Method in class adams.gui.tools.previewbrowser.notes.NotesManager
Returns the notes for the specified directory.
GetNotes - Class in adams.flow.transformer
Returns the notes of the notes handler passing through.
GetNotes() - Constructor for class adams.flow.transformer.GetNotes
 
getNoteType() - Method in class adams.flow.transformer.AddNote
Returns the note type.
getNoteValue() - Method in class adams.flow.transformer.AddNote
Returns the note value.
getNotification() - Method in class adams.flow.control.flowrestart.NotificationManager
Returns the restart option in use.
getNotification() - Method in class adams.flow.sink.SendNotification
Returns the notification in use.
getNotification() - Method in class adams.flow.standalone.MemoryMonitor
Returns the notification scheme in use.
getNotificationInterval() - Method in class adams.opt.genetic.AbstractGeneticAlgorithm
Returns the currently set number of bits per gene.
getNotifications() - Method in class adams.flow.sink.sendnotification.MultiNotification
Returns the notifications in use.
getNotificationTime() - Method in class adams.gui.event.NodeDroppedEvent
Returns the notification time of the event.
getNotificationWait() - Method in class adams.flow.standalone.MemoryMonitor
Returns the number of seconds to wait before sending out another notification.
getNoToken() - Method in class adams.flow.transformer.ConfirmationDialog
Returns the string that gets forwarded as token in case the user chooses 'no' as option, in case custom tokens are enabled.
getNoToolTips() - Method in class adams.flow.sink.SequencePlotter
Returns whether to suppress the plot tool tips.
getNoToolTips() - Method in class adams.flow.sink.SimplePlot
Returns whether to suppress the plot tool tips.
getNoTypeColor() - Method in class adams.gui.visualization.object.objectannotations.colors.PerType
Returns the color to use when no type information available.
getNoTypeColor() - Method in class adams.gui.visualization.object.objectannotations.colors.TypeColorMapping
Returns the color to use when no type information available.
getNoUpdate() - Method in class weka.classifiers.lazy.LWLDatasetBuilder
Returns whether to suppress the update of the nearest-neighbor search algorithm when making predictions.
getNoUpdate() - Method in class weka.classifiers.lazy.LWLSynchro
Returns whether to suppress the update of the nearest-neighbor search algorithm when making predictions.
getNoUpdate() - Method in class weka.classifiers.lazy.LWLSynchroPrefilter
Returns whether to suppress the update of the nearest-neighbor search algorithm when making predictions.
getNoUpdate() - Method in class weka.filters.unsupervised.instance.AccumulatedLWLWeights
Returns whether to suppress the update of the nearest-neighbor search algorithm when making predictions.
getNowButtonText() - Method in class adams.gui.goe.AbstractBaseDateTypeEditor
Returns the text to use for the "now" button.
getNowButtonText() - Method in class adams.gui.goe.BaseDateEditor
Returns the text to use for the "now" button.
getNowButtonText() - Method in class adams.gui.goe.BaseDateTimeEditor
Returns the text to use for the "now" button.
getNowButtonText() - Method in class adams.gui.goe.BaseDateTimeMsecEditor
Returns the text to use for the "now" button.
getNowButtonText() - Method in class adams.gui.goe.BaseTimeEditor
Returns the text to use for the "now" button.
getNowButtonText() - Method in class adams.gui.goe.BaseTimeMsecEditor
Returns the text to use for the "now" button.
getNth() - Method in class adams.flow.transformer.arraysubsetgeneration.EveryNth
Returns the elements to pick.
getNthColumn() - Method in class adams.data.spreadsheet.columnfinder.DownSample
Returns the nth column setting.
getNthPixel() - Method in class adams.data.image.transformer.DownSample
Returns the nth pixel setting.
getNthPoint() - Method in class adams.data.filter.DownSample
Returns the nth point setting.
getNthPoint() - Method in class weka.filters.unsupervised.attribute.DownSample
Returns the nth point setting.
getNthRow() - Method in class adams.data.spreadsheet.rowfinder.DownSample
Returns the nth row setting.
getNthValueToShow() - Method in class adams.gui.visualization.core.axis.AbstractAxisModel
Returns the count of ticks a value is shown, i.e., "3" means every third tick: 1, 4, 7, ...
getNthValueToShow() - Method in class adams.gui.visualization.core.AxisPanel
Returns the count of ticks a value is shown, i.e., "3" means every third tick: 1, 4, 7, ...
getNthValueToShow() - Method in class adams.gui.visualization.core.AxisPanelOptions
Returns the count of ticks a value is shown, i.e., "3" means every third tick: 1, 4, 7, ...
getNumAttempts() - Method in interface adams.core.MultiAttemptSupporter
Returns the number of attempts.
getNumAttempts() - Method in class adams.flow.sink.DumpFile
Returns the number of attempts.
getNumAttempts() - Method in class adams.flow.transformer.CopyFile
Returns the number of attempts.
getNumAttempts() - Method in class adams.flow.transformer.MoveFile
Returns the number of attempts.
getNumAttempts() - Method in class adams.flow.transformer.WaitForFile
Returns the maximum number of intervals to wait.
getNumAttempts() - Method in class adams.multiprocess.ScpJobRunner
Returns the maximum number of intervals to wait.
getNumAttempts() - Method in class adams.multiprocess.SerializingJobRunner
Returns the maximum number of intervals to wait.
getNumattrs() - Method in class weka.classifiers.meta.Corr
 
getNumBalanced() - Method in class weka.classifiers.meta.VotedImbalance
Returns the number of balanced datasets to generate (= #classifiers).
getNumber() - Method in class adams.core.option.NestedFormatHelper.Line
Returns the associated line number.
getNumberBins() - Method in class adams.gui.visualization.stats.histogram.HistogramOptions
get the number of bins in the histogram
getNumberFormat() - Method in class adams.core.management.LocaleHelper
Returns the number format for the default locale.
getNumberFormat() - Method in class adams.data.io.output.AbstractFormattedSpreadSheetWriter
Returns the number format.
getNumberFormat() - Method in class adams.data.io.output.AbstractMultiSheetFormattedSpreadSheetWriter
Returns the number format.
getNumberFormat() - Method in class adams.data.spreadsheet.DefaultSpreadSheet
Returns the number formatter.
getNumberFormat() - Method in interface adams.data.spreadsheet.SpreadSheet
Returns the number formatter.
getNumberFormat() - Method in class adams.data.spreadsheet.SpreadSheetView
Returns the number formatter.
getNumberFormat() - Method in class adams.gui.visualization.core.axis.AbstractAxisModel
Returns the pattern used for displaying the numbers on the axis.
getNumberFormat() - Method in class adams.gui.visualization.core.AxisPanel
Returns the pattern used for displaying the numbers on the axis.
getNumberFormat() - Method in class adams.ml.data.DatasetView
Returns the number formatter.
getNumberFormat() - Method in class adams.ml.data.InstancesView
Returns the number formatter.
getNumberFormat(Locale) - Method in class adams.core.management.LocaleHelper
Returns the number format for the specified locale.
getNumberFormatEnUS() - Method in class adams.core.management.LocaleHelper
Returns the number format for the en_US locale.
getNumberFormatOverride(Type) - Method in class adams.gui.visualization.core.AxisPanel
Returns the format override for the specified type, null if non-existing.
getNumberInSubset() - Method in class weka.filters.unsupervised.instance.KennardStone
Returns the number of rows to select in subset.
getNumberOfParallelTrees() - Method in class weka.classifiers.trees.XGBoost
Gets the number of parallel trees constructed during each iteration.
getNumberOfRounds() - Method in class weka.classifiers.trees.XGBoost
Gets the number of boosting rounds to perform.
getNumBins() - Method in interface adams.data.binning.algorithm.FixedNumBinsBinningAlgorithm
Returns the number of bins to use.
getNumBins() - Method in class adams.data.binning.algorithm.FrequencyBinning
Returns the number of bins to use.
getNumBins() - Method in class adams.data.binning.algorithm.ManualBinning
Returns the number of bins to use.
getNumBins() - Method in class adams.data.filter.AbstractSAX
Returns the number of bins to use for the Gaussian.
getNumBins() - Method in class adams.data.image.features.Histogram
Returns the number of bins to use per channel.
getNumBins() - Method in class adams.data.jai.features.Histogram
Returns the number of bins to use per channel.
getNumBins() - Method in class adams.data.opencv.features.Histogram
Returns the number of bins to use.
getNumBins() - Method in class adams.data.spreadsheet.rowscore.EqualWidthBins
Returns the number of bins.
getNumBins() - Method in class adams.data.spreadsheet.rowscore.SAXDistanceFromBaseline
Returns the number of bins to use for the Gaussian.
getNumBins() - Method in class adams.data.statistics.ArrayHistogram
Returns the number of bins to use in manual calculation.
getNumBins() - Method in class adams.flow.transformer.ArrayHistogramRanges
Returns the number of bins to use in manual calculation.
getNumBins() - Method in class adams.flow.transformer.SpreadSheetHistogramRanges
Returns the number of bins to use in manual calculation.
getNumBins() - Method in class adams.flow.transformer.WekaInstancesHistogramRanges
Returns the number of bins to use in manual calculation.
getNumBitmasks() - Method in interface adams.data.image.BitmaskContainer
Returns the number of bitmasks stored.
getNumBitmasks() - Method in class adams.data.image.BufferedImageBitmaskContainer
Returns the number of bitmasks stored.
getNumBits() - Method in class adams.core.discovery.genetic.AbstractGeneticDiscoveryHandler
Returns the number of required bits.
getNumBits() - Method in class adams.core.discovery.genetic.AbstractGeneticDoubleDiscoveryHandlerResolution
Returns the number of required bits.
getNumBits() - Method in class adams.core.discovery.genetic.AbstractGeneticDoubleMatrixDiscoveryHandler
Returns the number of required bits.
getNumBits() - Method in class adams.core.discovery.genetic.AbstractGeneticFloatDiscoveryHandlerResolution
Returns the number of required bits.
getNumBits() - Method in class adams.core.discovery.genetic.AbstractGeneticIntegerArrayDiscoveryHandler
Returns the number of required bits.
getNumBits() - Method in class adams.core.discovery.genetic.AbstractGeneticIntegerDiscoveryHandler
Returns the number of required bits.
getNumBits() - Method in class adams.core.discovery.genetic.AbstractGeneticStringDiscoveryHandler
Returns the number of required bits.
getNumBits(AbstractGeneticDiscoveryHandler[]) - Method in class adams.opt.genetic.Hermione
Get total number of bits for params
getNumBitsForAll(AbstractGeneticDiscoveryHandler[]) - Method in class adams.opt.genetic.Hermione
Get List containing number of bits used for params
getNumBytes() - Method in class adams.data.conversion.ByteArrayToPrimitiveArray
Returns the number of bytes to convert into a primitive.
getNumBytes() - Method in class adams.data.conversion.PrimitiveArrayToByteArray
Returns the number of bytes to use for the conversion.
getNumCheckPoints() - Method in class adams.data.image.transformer.crop.BinaryCrop
Returns the number of check points to use for determining smallest rectangle in the middle.
getNumChrom() - Method in class adams.opt.genetic.AbstractGeneticAlgorithm
Returns the number of chromosomes to use.
getNumChrom() - Method in class adams.opt.optimise.genetic.AbstractGeneticAlgorithm
Returns the number of chromosomes to use.
getNumClusters() - Method in class weka.clusterers.SAXKMeans
gets the number of clusters to generate.
getNumCoefficients() - Method in class adams.data.instancesanalysis.pls.SIMPLS
returns the number of coefficients of W matrix to keep (rest gets zeroed).
getNumColors() - Method in class adams.data.jai.transformer.IndexedColors
Returns the maximum number of colors.
getNumColors() - Method in class adams.flow.source.ColorProvider
Returns the number of colors to generate.
getNumColors() - Method in class adams.gui.visualization.core.BiColorGenerator
Returns the number of gradient colors to use.
getNumColors() - Method in interface adams.gui.visualization.core.ColorGradientGeneratorWithFixedNumberOfColors
Returns the number of gradient colors to use.
getNumColors() - Method in class adams.gui.visualization.core.ColorProviderBasedColorGradientGenerator
Returns the number of gradient colors to use.
getNumColors() - Method in class adams.gui.visualization.core.MultiColorGenerator
Returns the number of gradient colors to use.
getNumCols() - Method in class adams.data.image.multiimageoperation.MergeGrid
Returns the number of columns in the grid.
getNumCols() - Method in class adams.data.image.transformer.subimages.Grid
Returns the number of columns in the grid.
getNumCols() - Method in class adams.doc.docbook.InformalTable
Returns the number of columns in the table.
getNumCols() - Method in class adams.doc.xhtml.Table
Returns the number of columns in the table.
getNumCols() - Method in class adams.flow.sink.ArrayDisplay
Returns the number of cols to use in case of ArrayDisplay.Arrangement.GRID.
getNumCols() - Method in class adams.flow.source.EnterValue
Returns the number of columns to use for the text box.
getNumCols() - Method in class adams.flow.standalone.GridView
Returns the number of columns in the grid.
getNumCols() - Method in class adams.flow.transformer.negativeregions.SimpleBlockFill
Returns the number of columns in the grid.
getNumColumns() - Method in class adams.data.conversion.BreakUpString
Returns the maximum number of columns/chars per line.
getNumColumns() - Method in class adams.flow.sink.DisplayPanelGrid
Returns the number of columns in the grid.
getNumComponents() - Method in class adams.data.instancesanalysis.pls.AbstractPLS
returns the maximum number of attributes to use.
getNumComponents() - Method in class weka.attributeSelection.AbstractPLSAttributeEval
returns the maximum number of attributes to use.
getNumComponents() - Method in class weka.core.neighboursearch.PLSNNSearch
 
getNumComponents(Object) - Method in class adams.data.conversion.SwapPLS
Retrieves the number of components from the filter.
getNumConsecutiveLongLagsToAverage() - Method in class adams.flow.core.LagMakerOptions
Returns the number of consecutive long lags to average.
getNumCycles() - Method in class adams.flow.transformer.PredictionEccentricity
Returns the number of cycles to apply.
getNumCycles() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.PredictionEccentricity
Returns the number of cycles to apply.
getNumDecimals() - Method in class adams.core.base.BaseInterval
Returns the number of decimals to use in the ranges.
getNumDecimals() - Method in class adams.data.binning.algorithm.AbstractBinningAlgorithm
Returns the number of decimals to show in the intervals.
getNumDecimals() - Method in class adams.data.conversion.DoubleToString
Returns the number of decimals for numbers in tables.
getNumDecimals() - Method in class adams.data.conversion.Mat5ArrayToString
Returns the number of decimals after the decimal point to use.
getNumDecimals() - Method in class adams.data.conversion.MathExpression
Returns the number of decimals after the decimal point to use.
getNumDecimals() - Method in class adams.data.conversion.Round
Returns the number of decimals after the decimal point to use.
getNumDecimals() - Method in class adams.data.conversion.SpreadSheetDoubleColumnToString
Returns the number of decimals for numbers in tables.
getNumDecimals() - Method in class adams.data.filter.TimeseriesRound
Returns the number of decimals after the decimal point to use.
getNumDecimals() - Method in class adams.data.objectfilter.Scale
Returns the number of decimals after the decimal point to use.
getNumDecimals() - Method in class adams.data.statistics.ArrayHistogram
Returns the number of decimals to show in the bin description.
getNumDecimals() - Method in class adams.flow.sink.SpreadSheetDisplay
Returns the currently set number of decimals to display.
getNumDecimals() - Method in class adams.flow.source.MathExpression
Returns the number of decimals after the decimal point to use.
getNumDecimals() - Method in class adams.flow.transformer.ArrayHistogramRanges
Returns the number of decimals to show in the bin description.
getNumDecimals() - Method in class adams.flow.transformer.MathExpression
Returns the number of decimals after the decimal point to use.
getNumDecimals() - Method in class adams.flow.transformer.pdfproclet.AbstractSpreadSheetPdfProclet
Returns the number of decimals for numbers in tables.
getNumDecimals() - Method in class adams.flow.transformer.Round
Returns the number of decimals after the decimal point to use.
getNumDecimals() - Method in class adams.flow.transformer.ScaleReportObjects
Returns the number of decimals after the decimal point to use.
getNumDecimals() - Method in class adams.flow.transformer.SpreadSheetHistogramRanges
Returns the number of decimals to show in the bin description.
getNumDecimals() - Method in class adams.flow.transformer.WekaInstancesHistogramRanges
Returns the number of decimals to show in the bin description.
getNumDecimals() - Method in class adams.gui.core.SpreadSheetTable
Returns the currently set number of decimals.
getNumDecimals() - Method in class adams.gui.core.SpreadSheetTableModel
Returns the currently set number of decimals.
getNumDecimals() - Method in class adams.gui.dialog.MultiSpreadSheetDialog
Returns the currently set number of decimals.
getNumDecimals() - Method in class adams.gui.dialog.SpreadSheetDialog
Returns the currently set number of decimals.
getNumDecimals() - Method in class adams.gui.dialog.SpreadSheetPanel
Returns the currently set number of decimals.
getNumDecimals() - Method in class adams.gui.tools.spreadsheetviewer.MultiPagePane
Returns the currently set number of decimals.
getNumDecimals() - Method in class adams.gui.tools.spreadsheetviewer.SpreadSheetPanel
Returns the currently set number of decimals.
getNumDecimals() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.ConfusionMatrix
Returns the currently set number of decimals.
getNumDecimals() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.Predictions
Returns the number of decimals to use for numeric values.
getNumDecimals() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.Statistics
Returns the number of decimals to use for numeric values.
getNumDecimals() - Method in class adams.gui.visualization.report.ReportFactory.Model
Returns the number of decimals used to display numeric values.
getNumDecimals() - Method in class adams.gui.visualization.report.ReportFactory.Table
Returns the number of decimals used to display numeric values.
getNumDecimalsAt(int) - Method in class adams.gui.tools.spreadsheetviewer.MultiPagePane
returns the number of decimals in use.
getNumDigits() - Method in class adams.flow.transformer.splitfile.AbstractFileSplitter
Returns the number of digits to use for the index of the generated files.
getNumDigits() - Method in class adams.gui.visualization.image.leftclick.AbstractSelectionRectangleBasedLeftClickProcessor
Returns the number of digits to use for the left-padded index.
getNumDigits() - Method in class adams.gui.visualization.image.selection.AbstractSelectionRectangleBasedSelectionProcessor
Returns the number of digits to use for the left-padded index.
getNumDigits() - Method in class adams.gui.visualization.object.annotator.AbstractPointAnnotator
Returns the number of digits to use for the left-padded index.
getNumDigits() - Method in class adams.gui.visualization.object.annotator.AbstractRectangleBasedAnnotator
Returns the number of digits to use for the left-padded index.
getNumeratorDegreesOfFreedom() - Method in class adams.data.distribution.F
Returns the numerator degrees of freedom.
getNumericActual() - Method in class adams.flow.transformer.summarystatistics.AbstractGeneralSummaryStatistic
Returns the actual values.
getNumericActual() - Method in class adams.flow.transformer.summarystatistics.AbstractNumericSummaryStatistic
Returns the actual values.
getNumericActual() - Method in interface adams.flow.transformer.summarystatistics.NumericSummaryStatistic
Returns the actual values.
getNumericColumn(SpreadSheet, int) - Static method in class adams.data.spreadsheet.SpreadSheetUtils
Returns the content of a numeric column as double array.
getNumericColumns() - Method in class adams.data.io.input.FastCsvSpreadSheetReader
Returns the range of columns to treat as numeric.
getNumericColumns(Dataset) - Static method in class adams.ml.data.DatasetUtils
Determines the numeric columns in a dataset.
getNumericPredicted() - Method in class adams.flow.transformer.summarystatistics.AbstractGeneralSummaryStatistic
Returns the predicted values.
getNumericPredicted() - Method in class adams.flow.transformer.summarystatistics.AbstractNumericSummaryStatistic
Returns the predicted values.
getNumericPredicted() - Method in interface adams.flow.transformer.summarystatistics.NumericSummaryStatistic
Returns the predicted values.
getNumericRow(SpreadSheet, int) - Static method in class adams.data.spreadsheet.SpreadSheetUtils
Returns the content of a numeric row as double array.
getNumericRow(SpreadSheet, int, int[]) - Static method in class adams.data.spreadsheet.SpreadSheetUtils
Returns the content of a numeric row as double array.
getNumericValues(SpreadSheet) - Method in class adams.data.spreadsheet.matrixstatistic.AbstractMatrixStatistic
Returns all the numeric values in the matrix, skipping NaN and infinity.
getNumEvaluationBins() - Method in class weka.classifiers.BestBinnedNumericClassRandomSplitGenerator
Returns the number of bins to use during evaluation.
getNumExecutionSlots() - Method in class weka.classifiers.meta.SubsetEnsemble
Get the number of execution slots (threads) to use for building the members of the ensemble.
getNumExecutionSlots() - Method in class weka.classifiers.meta.VotedImbalance
Get the number of execution slots (threads) to use for building the members of the ensemble.
getNumExecutionSlots() - Method in class weka.clusterers.SAXKMeans
Get the degree of parallelism to use.
getNumFeatures() - Method in class adams.data.featureconverter.FixedNumFeatures
Returns the number of features to guarantee.
getNumFeatures() - Method in class adams.data.timeseries.FixedNumFeatures
Returns the number of features to guarantee.
getNumFiles() - Method in class adams.flow.template.IterateFilesWithProgressBar
Returns the variable name to use for the total number of files found.
getNumFiles() - Method in class adams.flow.transformer.splitfile.SplitByNumber
Returns the number of files.
getNumFilesPerPage() - Method in class adams.flow.transformer.pdfproclet.AbstractPdfProcletWithPageBreaks
Returns the number of files to put on a single page.
getNumFilesPerPage() - Method in class adams.flow.transformer.pdfproclet.FixedText
Returns the number of files to put on a single page.
getNumFilesPerPage() - Method in class adams.flow.transformer.pdfproclet.Headline
Returns the number of files to put on a single page.
getNumFilesPerPage() - Method in class adams.flow.transformer.pdfproclet.MetaHeadline
Returns the number of files to put on a single page.
getNumFilesPerPage() - Method in interface adams.flow.transformer.pdfproclet.PdfProcletWithPageBreaks
Returns the number of files to put on a single page.
getNumFolds() - Method in interface adams.data.splitgenerator.CrossValidationFoldGenerator
Returns the number of folds.
getNumFolds() - Method in class adams.data.splitgenerator.generic.crossvalidation.CrossValidationGenerator
Returns the number of folds in use.
getNumFolds() - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesCrossValidationFoldGenerator
Returns the number of folds.
getNumFolds() - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesGroupedCrossValidationFoldGenerator
Returns the number of folds.
getNumFolds() - Method in class adams.flow.transformer.preparefilebaseddataset.CrossValidation
Returns the number of folds.
getNumFolds() - Method in class adams.ml.evaluation.DefaultCrossValidationFoldGenerator
Returns the number of folds.
getNumFolds() - Method in class weka.classifiers.BinnedNumericClassCrossValidationFoldGenerator
Returns the number of folds.
getNumFolds() - Method in interface weka.classifiers.CrossValidationFoldGenerator
Returns the number of folds.
getNumFolds() - Method in class weka.classifiers.DefaultCrossValidationFoldGenerator
Returns the number of folds.
getNumFolds() - Method in class weka.classifiers.GroupedBinnedNumericClassCrossValidationFoldGenerator
Returns the number of folds.
getNumFolds() - Method in class weka.classifiers.GroupedCrossValidationFoldGenerator
Returns the number of folds.
getNumFolds() - Method in class weka.classifiers.GroupedCrossValidationFoldGeneratorUsingNumericClassValues
Returns the number of folds.
getNumFolds() - Method in class weka.classifiers.meta.ClassifierCascade
the number of folds for cross-validation.
getNumFolds() - Method in class weka.filters.supervised.instance.RemoveOutliers
Returns the number of folds to use in CV.
getNumFolds() - Method in class weka.filters.unsupervised.instance.RemoveMisclassifiedAbs
Gets the number of cross-validation folds used by the filter.
getNumFolds() - Method in class weka.filters.unsupervised.instance.RemoveMisclassifiedRel
Gets the number of cross-validation folds used by the filter.
getNumGenes() - Method in class adams.opt.genetic.AbstractGeneticAlgorithm
Returns the number of genes to use.
getNumGenes() - Method in class adams.opt.optimise.genetic.AbstractGeneticAlgorithm
Returns the number of genes to use.
getNumHorizontal() - Method in class adams.flow.sink.BoxPlot
Get the number of box plots to display on each row
getNumHorizontal() - Method in class adams.gui.visualization.stats.boxplot.BoxPlotManager
Get the number of box plots to display on each row
getNumInstances() - Method in class weka.classifiers.trees.m5.RuleNode2
Return the number of instances that reach this node.
getNumIterations() - Method in interface adams.core.Iteratable
Returns the number of iteratons.
getNumIterations() - Method in class adams.opt.genetic.stopping.MaxIterations
Returns the number of iterations to perform.
getNumIterations() - Method in class adams.opt.genetic.stopping.MaxIterationsWithoutImprovement
Returns the number of iterations to perform.
getNumIterations() - Method in class weka.classifiers.trees.RandomModelTrees
Gets the number of iterations.
getNumIterations() - Method in class weka.classifiers.trees.RandomRegressionForest
Gets the number of iterations
getNumLeft() - Method in class adams.data.baseline.SlidingWindow
Returns the number of points left of the center.
getNumLevels() - Method in class adams.data.boofcv.transformer.WaveletDenoise
Returns the number of levels to use.
getNumLogFiles() - Method in class adams.flow.sink.simplelogging.output.RotatingFileOutput
Returns the number of logs to use.
getNumNames(SpreadSheet) - Method in class adams.data.spreadsheet.SpreadSheetColumnIndex
Returns the number of columns the dataset has.
getNumNames(SpreadSheet) - Method in class adams.data.spreadsheet.SpreadSheetColumnRange
Returns the number of columns the dataset has.
getNumNames(SpreadSheet) - Method in class adams.data.spreadsheet.SpreadSheetRowIndex
Returns the number of rows the dataset has.
getNumNames(SpreadSheet) - Method in class adams.data.spreadsheet.SpreadSheetRowRange
Returns the number of rows the dataset has.
getNumNames(SpreadSheet) - Method in class adams.data.spreadsheet.SpreadSheetUnorderedColumnRange
Returns the number of columns the dataset has.
getNumNames(SpreadSheet) - Method in class adams.data.spreadsheet.SpreadSheetUnorderedRowRange
Returns the number of rows the dataset has.
getNumNames(String[]) - Method in class adams.data.spreadsheet.SheetIndex
Returns the number of columns the dataset has.
getNumNames(String[]) - Method in class adams.data.spreadsheet.SheetRange
Returns the number of columns the dataset has.
getNumNames(T) - Method in class adams.core.AbstractDataBackedIndex
Returns the number of names the data has.
getNumNames(T) - Method in class adams.core.AbstractDataBackedRange
Returns the number of names the data has.
getNumNames(T) - Method in class adams.core.AbstractDataBackedUnorderedRange
Returns the number of names the data has.
getNumNames(Attribute) - Method in class adams.data.weka.WekaLabelIndex
Returns the number of labels that the attribute has.
getNumNames(Attribute) - Method in class adams.data.weka.WekaLabelRange
Returns the number of columns the dataset has.
getNumNames(Instances) - Method in class adams.data.weka.WekaAttributeIndex
Returns the number of columns the dataset has.
getNumNames(Instances) - Method in class adams.data.weka.WekaAttributeRange
Returns the number of columns the dataset has.
getNumNames(Instances) - Method in class adams.data.weka.WekaUnorderedAttributeRange
Returns the number of columns the dataset has.
getNumPoints() - Method in class adams.data.filter.AbstractEquiDistance
Returns the number of points to output.
getNumPoints() - Method in class adams.data.filter.DownSize
Returns the number of points to retain.
getNumPoints() - Method in class adams.data.outlier.TimeseriesMinPoints
Returns the currently set minimum number of points.
getNumPoints() - Method in class adams.data.statistics.ArrayAndrewsCurves
Returns the number of points to generate.
getNumPoints() - Method in class adams.flow.transformer.plotgenerator.AndrewsCurvesGenerator
Returns the number of points to generate.
getNumPoints() - Method in class adams.flow.transformer.timeseriessplit.FixedLengthSegments
Returns the number of points for a segment.
getNumPoints() - Method in class adams.gui.visualization.sequence.MathExpressionOverlayPaintlet
Returns the number of points to generate.
getNumPoints() - Method in class weka.filters.unsupervised.attribute.AndrewsCurves
Returns the number of points to generate.
getNumPoints() - Method in class weka.filters.unsupervised.attribute.EquiDistance
Returns the number of points to output.
getNumPoints() - Method in class weka.filters.unsupervised.attribute.SavitzkyGolay2
Returns the number of points to the left of a data point.
getNumPointsLeft() - Method in class adams.data.baseline.AbstractSavitzkyGolayBased
Returns the number of points to the left of a data point.
getNumPointsLeft() - Method in class adams.data.filter.AbstractSavitzkyGolay
Returns the number of points to the left of a data point.
getNumPointsLeft() - Method in class adams.data.smoothing.AbstractSavitzkyGolayBased
Returns the number of points to the left of a data point.
getNumPointsLeft() - Method in class adams.flow.control.plotprocessor.SavitzkyGolay
Returns the number of points to the left of a data point.
getNumPointsLeft() - Method in class adams.ml.preprocessing.unsupervised.SavitzkyGolay
Returns the number of points to the left of a data point.
getNumPointsLeft() - Method in class weka.filters.unsupervised.attribute.SavitzkyGolay
Returns the number of points to the left of a data point.
getNumPointsRight() - Method in class adams.data.baseline.AbstractSavitzkyGolayBased
Returns the number of points to the right of a data point.
getNumPointsRight() - Method in class adams.data.filter.AbstractSavitzkyGolay
Returns the number of points to the right of a data point.
getNumPointsRight() - Method in class adams.data.smoothing.AbstractSavitzkyGolayBased
Returns the number of points to the right of a data point.
getNumPointsRight() - Method in class adams.flow.control.plotprocessor.SavitzkyGolay
Returns the number of points to the right of a data point.
getNumPointsRight() - Method in class adams.ml.preprocessing.unsupervised.SavitzkyGolay
Returns the number of points to the right of a data point.
getNumPointsRight() - Method in class weka.filters.unsupervised.attribute.SavitzkyGolay
Returns the number of points to the right of a data point.
getNumRandomFeatures() - Method in class weka.classifiers.meta.SubsetEnsemble
Returns the number of additional random features to use.
getNumRegions() - Method in class adams.flow.transformer.negativeregions.RandomRegions
Returns the number of regions to generate, before removing ones that overlap or overlap with annotations.
getNumRegressions() - Method in class weka.classifiers.meta.AbstainLeastMedianSq
gets number of samples
getNumRegressions() - Method in class weka.classifiers.meta.LeastMedianSq
gets number of samples
getNumRight() - Method in class adams.data.baseline.SlidingWindow
Returns the number of points right of the center.
getNumRows() - Method in class adams.data.conversion.WekaCapabilitiesToInstances
Returns the number of data rows to generate.
getNumRows() - Method in class adams.data.image.multiimageoperation.MergeGrid
Returns the number of rows in the grid.
getNumRows() - Method in class adams.data.image.transformer.subimages.Grid
Returns the number of rows in the grid.
getNumRows() - Method in class adams.data.io.input.AbstractExcelSpreadSheetReader
Returns the number of data rows to return.
getNumRows() - Method in class adams.data.io.input.AccessSpreadSheetReader
Returns the number of data rows to return.
getNumRows() - Method in class adams.data.io.input.CsvSpreadSheetReader
Returns the number of data rows to return.
getNumRows() - Method in class adams.data.io.input.FastCsvSpreadSheetReader
Returns the number of data rows to return.
getNumRows() - Method in class adams.data.io.input.FixedTabularSpreadSheetReader
Returns the number of data rows to return.
getNumRows() - Method in class adams.data.io.input.GnumericSpreadSheetReader
Returns the number of data rows to return.
getNumRows() - Method in class adams.data.io.input.ODFSpreadSheetReader
Returns the number of data rows to return.
getNumRows() - Method in interface adams.data.io.input.WindowedSpreadSheetReader
Returns the number of data rows to return.
getNumRows() - Method in class adams.flow.source.EnterValue
Returns the number of rows to use for the text box.
getNumRows() - Method in class adams.flow.standalone.GridView
Returns the number of rows in the grid.
getNumRows() - Method in class adams.flow.transformer.negativeregions.SimpleBlockFill
Returns the number of rows in the grid.
getNumRowsColumnTypeDiscovery() - Method in class adams.data.io.input.CsvSpreadSheetReader
Returns the number of data rows to use for automatically determining the column type.
getNumRuns() - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.MultiRunGenerator
Returns the number of runs to generate.
getNumSamples() - Method in class adams.flow.standalone.MemoryMonitor
Returns the number of samples.
getNumScores() - Method in class adams.data.spreadsheet.rowscore.AbstractMetaRowScore
Returns how many score values will get generated.
getNumScores() - Method in class adams.data.spreadsheet.rowscore.AbstractRowScore
Returns how many score values will get generated.
getNumScores() - Method in class adams.data.spreadsheet.rowscore.ArrayStatistic
Returns how many score values will get generated.
getNumScores() - Method in class adams.data.spreadsheet.rowscore.DistanceFromConstant
Returns how many score values will get generated.
getNumScores() - Method in class adams.data.spreadsheet.rowscore.EqualWidthBins
Returns how many score values will get generated.
getNumScores() - Method in class adams.data.spreadsheet.rowscore.MathExpression
Returns how many score values will get generated.
getNumScores() - Method in class adams.data.spreadsheet.rowscore.MultiRowScore
Returns how many score values will get generated.
getNumScores() - Method in class adams.data.spreadsheet.rowscore.NonMissing
Returns how many score values will get generated.
getNumScores() - Method in class adams.data.spreadsheet.rowscore.RowStatistic
Returns how many score values will get generated.
getNumScores() - Method in class adams.data.spreadsheet.rowscore.SAXDistanceFromBaseline
Returns how many score values will get generated.
getNumSegments() - Method in class adams.data.boofcv.transformer.SuperPixels
Returns the number of segments.
getNumSegments() - Method in class adams.flow.transformer.timeseriessplit.FixedNumSegments
Returns the number segments.
getNumSimplsCoefficients() - Method in class adams.data.instancesanalysis.pls.PRM
Returns the number of SIMPLS coefficients to keep.
getNumSpaces() - Method in class adams.data.conversion.DOMToString
Returns the number of spaces to use for pretty printing.
getNumSpaces() - Method in class adams.data.conversion.PrettyPrintXML
Returns the number of spaces to use for pretty printing.
getNumSpaces() - Method in class adams.data.io.output.AutoWidthTabularSpreadSheetWriter
Returns the number of spaces between columns.
getNumSteps() - Method in class adams.flow.source.WekaForecasting
Returns the number of steps to forecast.
getNumStepsConfidenceIntervals() - Method in class adams.flow.source.wekaforecastersetup.WekaForecasterGenerator
Returns the number of steps to generate confidence intervals for.
getNumSubsampleBits() - Method in class adams.data.jai.transformer.Resize
Returns the precision for subsampling in bits.
getNumSubSamples() - Method in class adams.flow.transformer.WekaBootstrapping
Returns the number of sub-samples to generate.
getNumThreads() - Method in interface adams.core.ThreadLimiter
Returns the number of threads to use.
getNumThreads() - Method in class adams.flow.control.ArrayProcess
Returns the number of threads to use for executing the branches.
getNumThreads() - Method in class adams.flow.control.Branch
Returns the number of threads to use for executing the branches.
getNumThreads() - Method in class adams.flow.control.LoadBalancer
Returns the number of threads in use.
getNumThreads() - Method in class adams.flow.transformer.ExecuteJobs
Returns the number of threads to use for parallel training of groups.
getNumThreads() - Method in class adams.flow.transformer.WekaClassifierRanker
Returns the number of threads in use.
getNumThreads() - Method in class adams.flow.transformer.WekaCrossValidationEvaluator
Returns the number of threads to use for cross-validation.
getNumThreads() - Method in class adams.multiprocess.LocalJobRunner
Returns the number of threads being used for execution.
getNumThreads() - Method in class adams.multiprocess.WekaCrossValidationExecution
Returns the number of threads to use for cross-validation (only used if no JobRunnerSetup/JobRunner set).
getNumThreads() - Method in class adams.opt.genetic.AbstractGeneticAlgorithm
Returns the number of threads to use.
getNumThreads() - Method in class adams.tools.ZipPassword
Returns the number of threads to use for executing the branches.
getNumThreads() - Method in class weka.classifiers.meta.ClassifierCascade
the number of threads to use.
getNumThreads() - Method in class weka.classifiers.trees.XGBoost
Gets the number of parallel threads used to run XGBoost.
getNumThreads() - Method in class weka.filters.supervised.instance.RemoveOutliers
Returns the number of threads to use for cross-validation.
getNumThreadsHelp() - Static method in class adams.core.Performance
Returns a help string explaining how "numThreads" works, to be used in the options/tiptext.
getNumThreadsQuickInfo(int) - Static method in class adams.core.Performance
Returns a quick info string, interpreting the number of threads.
getNumTicks() - Method in class adams.gui.visualization.core.axis.AbstractLimitedTickGenerator
Returns the number of ticks currently displayed.
getNumTimes() - Method in class adams.data.boofcv.transformer.Dilate4
Returns the number of times to apply this operation.
getNumTimes() - Method in class adams.data.boofcv.transformer.Dilate8
Returns the number of times to apply this operation.
getNumTimes() - Method in class adams.data.boofcv.transformer.Erode4
Returns the number of times to apply this operation.
getNumTimes() - Method in class adams.data.boofcv.transformer.Erode8
Returns the number of times to apply this operation.
getNumTimes() - Method in class adams.flow.transformer.StringIndent
Returns the number of times to insert the indentation string.
getNumTokens() - Method in class adams.flow.sink.DisplayPanelManager
Returns the number of tokens to accept per panel before creating a new panel.
getNumTokens() - Method in class adams.flow.sink.HistoryDisplay
Returns the number of tokens to accept per entry before creating a new entry.
getNumWindows() - Method in class adams.data.filter.AbstractSAX
Returns the number of windows to use for PAA.
getNumWindows() - Method in class adams.data.spreadsheet.rowscore.SAXDistanceFromBaseline
Returns the number of windows to use for PAA.
getNumZeroes() - Method in class weka.filters.unsupervised.instance.RemoveWithZeroes
Returns the number of zeroes a row must have at least in order to be removed.
getObject() - Method in class adams.core.discovery.PropertyPath.PropertyContainer
returns the stored object.
getObject() - Method in class adams.core.SerializedObject
Returns a serialized object.
getObject() - Method in interface adams.data.spreadsheet.Cell
Returns the object.
getObject() - Method in class adams.data.spreadsheet.CellView
Returns the object.
getObject() - Method in class adams.data.spreadsheet.DoubleCell
Returns the object.
getObject() - Method in class adams.data.spreadsheet.FloatCell
Returns the object.
getObject() - Method in class adams.gui.core.BaseColorTextField
Returns the current color.
getObject() - Method in class adams.gui.core.BaseObjectTextField
Returns the current object.
getObject() - Method in class adams.gui.goe.Favorites.Favorite
Turns the commandline into an object.
getObject() - Method in class adams.gui.visualization.debug.objecttree.Tree
Returns the object currently displayed.
getObject() - Method in class adams.ml.data.DataCellView
Returns the object.
getObject(int) - Method in class adams.core.option.OptionTraversalPath
Returns the object at the specified index.
getObject(MessageCollection) - Method in class adams.flow.core.ObjectRetriever
Retrieves the object.
getObject(String) - Method in class adams.core.Variables
Returns the store value.
getObject(String, Class<T>) - Method in class adams.core.Properties
Returns the object stored as commandline.
getObject(String, Class<T>, T) - Method in class adams.core.Properties
Returns the object stored as commandline.
getObject(String, Object) - Method in class adams.core.Variables
Returns the store value.
getObject(String, Object) - Method in class adams.flow.core.FlowVariables
Returns the stored value.
getObject(String, String) - Method in class adams.gui.visualization.debug.StoragePanel.TableModel
Returns the object associated with the specified key.
getObjectActor() - Method in class adams.flow.core.ObjectRetriever
Returns the callable actor to retrieve the object from.
getObjectActor() - Method in class adams.flow.transformer.CollectionInsert
Returns the callable actor to retrieve the object from.
getObjectActor() - Method in class adams.flow.transformer.Mat5FileAddArray
Returns the callable actor to retrieve the object from.
getObjectActor() - Method in class adams.flow.transformer.Mat5FileAddMap
Returns the callable actor to retrieve the object from.
getObjectActor() - Method in class adams.flow.transformer.Mat5SetStructField
Returns the callable actor to retrieve the object from.
getObjectFinder() - Method in class adams.data.objectfinder.AbstractMetaObjectFinder
Returns the object finder in use.
getObjectHandlers() - Static method in class adams.gui.tools.previewbrowser.AbstractObjectContentHandler
Returns a list with classnames of handlers.
getObjectHandlersFor(Class) - Static method in class adams.gui.tools.previewbrowser.AbstractObjectContentHandler
Returns the handlers registered for the class.
getObjectHandlersFor(Object) - Static method in class adams.gui.tools.previewbrowser.AbstractObjectContentHandler
Returns the handlers registered for the object.
getObjective() - Method in class weka.classifiers.trees.XGBoost
Gets the learning objective.
getObjectLocationMappings() - Method in class adams.gui.visualization.image.AbstractReportBasedOverlayHelper
Returns the current object/location mappings.
getObjectOverlap() - Method in class adams.flow.transformer.compareobjectlocations.Combined
Returns the algorithm to use for determining overlapping objects.
getObjectPrefix() - Method in class adams.flow.transformer.NegativeRegions
Returns the prefix that the objects use in the report.
GetObjectProperty - Class in adams.flow.transformer
Retrieves a value from an object's property using a bean property path.
A bean property consists usually of a get and set method, e.g.:
- setDebug(boolean)
- boolean getDebug()
The property name for this pair is:
debug

Input/output:
- accepts:
   java.lang.Object
- generates:
   adams.flow.core.Unknown


GetObjectProperty() - Constructor for class adams.flow.transformer.GetObjectProperty
 
getObjectReader() - Method in class adams.gui.chooser.ObjectFileChooser
Returns the current object reader.
getObjectReader() - Method in class adams.gui.chooser.SerializationFileChooser
Returns the current object reader.
getObjects() - Method in class adams.gui.visualization.image.LocatedObjectsTableModel
Returns the underlying located objects.
getObjects() - Method in class adams.gui.visualization.object.annotationsdisplay.AbstractAnnotationsDisplayPanel
Returns the annotations.
getObjects() - Method in class adams.gui.visualization.object.annotationsdisplay.DefaultAnnotationsDisplayPanel
Returns the annotations.
getObjects() - Method in class adams.gui.visualization.object.ObjectAnnotationPanel
Returns the current located objects.
getObjectStorage() - Method in class adams.flow.core.ObjectRetriever
Returns the storage item name to get the object from.
getObjectStorage() - Method in class adams.flow.transformer.CollectionInsert
Returns the storage item name to get the object from.
getObjectStorage() - Method in class adams.flow.transformer.Mat5FileAddArray
Returns the storage item name to get the object from.
getObjectStorage() - Method in class adams.flow.transformer.Mat5FileAddMap
Returns the storage item name to get the object from.
getObjectStorage() - Method in class adams.flow.transformer.Mat5SetStructField
Returns the storage item name to get the object from.
getObjectType() - Method in class adams.flow.core.ObjectRetriever
Returns the interface or superclass to restrict the objects to.
getObjectType() - Method in class adams.flow.transformer.CollectionInsert
Returns the interface or superclass to restrict the objects to.
getObjectType() - Method in class adams.flow.transformer.Mat5FileAddArray
Returns the interface or superclass to restrict the objects to.
getObjectType() - Method in class adams.flow.transformer.Mat5FileAddMap
Returns the interface or superclass to restrict the objects to.
getObjectType() - Method in class adams.flow.transformer.Mat5SetStructField
Returns the interface or superclass to restrict the objects to.
getObjectType() - Method in class adams.flow.transformer.NegativeRegions
Returns the type to use for the negative region objects (and stored in report).
getObjectWriter() - Method in class adams.gui.chooser.ObjectFileChooser
Returns the current object writer.
getObjectWriter() - Method in class adams.gui.chooser.SerializationFileChooser
Returns the current object writer.
getOffline() - Method in class adams.data.instances.AbstractInstanceGenerator
Returns whether the generator operates in offline mode.
getOffline() - Method in interface adams.db.OptionalDatabaseConnectionUser
Returns whether to work in offline mode, i.e., not query the database.
getOffset() - Method in class adams.data.filter.AbstractEquiDistanceWithOffset
Returns the offset for wave numbers (-1 if ignored).
getOffset() - Method in class adams.data.jai.transformer.Brightness
Returns the offset.
getOffset() - Method in class adams.data.objectfilter.OffsetIndex
Returns the offset for the index.
getOffset() - Method in class adams.flow.transformer.arraysubsetgeneration.EveryNth
Returns the offset.
getOffset() - Method in class adams.flow.transformer.arraysubsetgeneration.Percentage
Returns the offset.
getOffset() - Method in class adams.flow.transformer.ImageObjectIndexOffset
Returns the offset for the index.
getOffset() - Method in class adams.gui.tools.spreadsheetviewer.chart.BarPlot
Returns the offset for multiple plots.
getOffset() - Method in class adams.gui.tools.spreadsheetviewer.chart.Histogram
Returns the offset for multiple plots.
getOffset() - Method in class adams.gui.visualization.sequence.BarPaintlet
Returns the X offset for additional sequences.
getOffset() - Method in class adams.gui.visualization.sequence.StickPaintlet
Returns the X offset for additional sequences.
getOffsetX() - Method in class adams.gui.tools.previewbrowser.ImageClassificationHandler
Returns the X offset for the label.
getOffsetX() - Method in class adams.gui.visualization.object.objectannotations.label.Anchored
Returns the X offset for the label.
getOffsetX() - Method in class adams.gui.visualization.report.ReportDateFieldPaintlet
Returns the pixel offset from the left.
getOffsetX() - Method in class adams.gui.visualization.timeseries.FixedTimestampPaintlet
Returns the pixel offset from the left.
getOffsetY() - Method in class adams.gui.tools.previewbrowser.ImageClassificationHandler
Returns the Y offset for the label.
getOffsetY() - Method in class adams.gui.visualization.object.objectannotations.label.Anchored
Returns the Y offset for the label.
getOffsetY() - Method in class adams.gui.visualization.report.ReportDateFieldPaintlet
Returns the pixel offset from the top.
getOffsetY() - Method in class adams.gui.visualization.timeseries.FixedTimestampPaintlet
Returns the pixel offset from the top.
getOldColors() - Method in class adams.data.image.transformer.ReplaceColors
Returns the old colors to replace.
getOldFilter() - Method in class adams.data.conversion.SwapPLS
Returns the old PLS filter to replace.
getOldLimit() - Method in class adams.flow.processor.ChangeDatabaseConditionLimit
Returns the old limit to replace.
getOldName() - Method in class adams.flow.processor.AbstractNameUpdater
Returns the old name to replace.
getOldNumThreads() - Method in class adams.flow.processor.ChangeNumThreads
Returns the old setting to replace.
getOldObject() - Method in class adams.data.conversion.SwapObjects
Returns the old object to replace.
getOldPath() - Method in class adams.flow.processor.ChangePath
Returns the old paths to replace.
getOldPathIsRegExp() - Method in class adams.flow.processor.ChangePath
Returns whether the old Path represents a regular expression.
getOldPrefixes() - Method in class adams.flow.transformer.ChangeReportFieldPrefixes
Returns the old prefixes to replace.
getOldType() - Method in class adams.flow.processor.ChangeDisplayType
Returns the old display type to replace.
getOldURL() - Method in class adams.flow.processor.ChangeDatabaseConnection
Returns the old URL to replace.
getOldURLIsRegExp() - Method in class adams.flow.processor.ChangeDatabaseConnection
Returns whether the old URL represents a regular expression.
getOmitMissing() - Method in class adams.data.io.output.SimpleStreamSpreadSheetWriter
Returns whether to omit missing cells and ones with missing value.
getOnce() - Method in class adams.flow.template.OptionTraverser
Returns whether to execute the traversal only once.
getOnDisk() - Method in class adams.gui.core.Undo
Returns whether the objects are stored on disk (only possible for serializable ones) or held in memory.
getOneBased() - Method in class adams.data.objectfinder.ObjectsInPolygon
Returns whether to assume 1-based coordinates in report.
getOneBased() - Method in class adams.data.objectfinder.ObjectsInRegion
Returns whether to assume 1-based coordinates in report.
getOneBased() - Method in class adams.flow.transformer.CountObjectsInPolygon
Returns whether to assume 1-based coordinates in report.
getOneBased() - Method in class adams.flow.transformer.CountObjectsInRegion
Returns whether to assume 1-based coordinates in report.
getOneBasedCoords() - Method in class adams.data.image.transformer.subimages.Regions
Returns whether the coordinates start at 1 or 0.
getOneDrop() - Method in class weka.classifiers.trees.XGBoost
Sets whether at least one tree is always dropped during the dropout.
getOneMissing() - Method in class weka.filters.unsupervised.attribute.MergeManyAttributes
Gets the type of strategy to apply if one of the values is missing.
getOneMissing() - Method in class weka.filters.unsupervised.attribute.MergeTwoAttributes
Gets the type of strategy to apply if one of the values is missing.
getOneOff() - Method in class adams.flow.execution.debug.AbstractBreakpoint
Returns whether the breakpoint is just a one-off one (gets removed once reached).
getOnError() - Method in class adams.flow.setup.FlowSetup
Returns the name of the flow to execute when this setup exist with an error.
getOnFinish() - Method in class adams.flow.setup.FlowSetup
Returns the name of the flow to execute when this setup finishes.
getOnInput() - Method in class adams.flow.control.InputOutputListener
Returns whether to listen to input tokens.
getOnlyDummies() - Method in interface adams.db.ReportConditions
Returns whether only data containers with reports flagged as dummies are included or not.
getOnlyFirstBatch() - Method in class weka.filters.unsupervised.instance.AbstractRowFinderApplier
Returns whether to apply row finder during first batch.
getOnlyFloat() - Method in class adams.data.io.output.FixedTabularSpreadSheetWriter
Returns whether to treat all numbers as float rather than distinguishing between long and double.
getOnlyOverlaps() - Method in class adams.flow.transformer.ImageObjectOverlapMatrix
Returns whether to output only overlaps and omit entries with no corresponding match or not.
getOnlyWarning() - Method in class adams.data.filter.OutlierDetector
Returns whether the detections are added as error or warning.
getOnlyWarning() - Method in class adams.flow.transformer.OutlierDetector
Returns whether the detections are added as error or warning.
getOnlyWriteBatch() - Method in class adams.flow.source.RSync
 
getOnOutput() - Method in class adams.flow.control.InputOutputListener
Returns whether to listen to output tokens.
getOnPostExecute() - Method in class adams.flow.control.Breakpoint
Returns whether the breakpoint gets evaluated on post-execute.
getOnPostExecute() - Method in class adams.flow.execution.debug.AbstractBreakpoint
Returns whether the breakpoint gets evaluated on post-execute.
getOnPostInput() - Method in class adams.flow.control.Breakpoint
Returns whether the breakpoint gets evaluated on post-input (of token).
getOnPostInput() - Method in class adams.flow.execution.debug.AbstractBreakpoint
Returns whether the breakpoint gets evaluated on post-input (of token).
getOnPostOutput() - Method in class adams.flow.control.Breakpoint
Returns whether the breakpoint gets evaluated on post-output (of token).
getOnPostOutput() - Method in class adams.flow.execution.debug.AbstractBreakpoint
Returns whether the breakpoint gets evaluated on post-output (of token).
getOnPreExecute() - Method in class adams.flow.control.Breakpoint
Returns whether the breakpoint gets evaluated on pre-execute.
getOnPreExecute() - Method in class adams.flow.execution.debug.AbstractBreakpoint
Returns whether the breakpoint gets evaluated on pre-execute.
getOnPreInput() - Method in class adams.flow.control.Breakpoint
Returns whether the breakpoint gets evaluated on pre-input (of token).
getOnPreInput() - Method in class adams.flow.execution.debug.AbstractBreakpoint
Returns whether the breakpoint gets evaluated on pre-input (of token).
getOnPreOutput() - Method in class adams.flow.control.Breakpoint
Returns whether the breakpoint gets evaluated on pre-output (of token).
getOnPreOutput() - Method in class adams.flow.execution.debug.AbstractBreakpoint
Returns whether the breakpoint gets evaluated on pre-output (of token).
getOnTheFly() - Method in class adams.flow.condition.bool.WekaClassification
Returns whether the model file gets built on the fly and might not be present at start up time.
getOnTheFly() - Method in class adams.flow.core.AbstractExternalActor
Returns whether the flow file gets built on the fly and might not be present at start up time.
getOnTheFly() - Method in interface adams.flow.core.DynamicInitializer
Returns whether the initialization happens at runtime and may not be present at startup time.
getOnTheFly() - Method in class adams.flow.source.WekaForecasting
Returns whether the model file gets built on the fly and might not be present at start up time.
getOnTheFly() - Method in class adams.flow.transformer.AbstractProcessWekaInstanceWithModel
Returns whether the model file gets built on the fly and might not be present at start up time.
getOnTheFly() - Method in class adams.flow.transformer.WekaReorderAttributesToReference
Returns whether the reference file gets built on the fly and might not be present at start up time.
getOpenFileFilters() - Method in class adams.gui.chooser.AbstractConfigurableExtensionFileFilterFileChooser
Returns the file filters for opening files.
getOpenFileFilters() - Method in class adams.gui.chooser.AbstractDataContainerFileChooser
Returns the file filters for opening files.
getOpenFileFilters() - Method in class adams.gui.chooser.AbstractExtensionFileFilterFileChooser
Returns the file filters for opening files.
getOpenFileFilters() - Method in class adams.gui.chooser.AbstractReportFileChooser
Returns the file filters for opening files.
getOpenFileFilters() - Method in class adams.gui.chooser.AdamsExperimentFileChooser
Returns the file filters for opening files.
getOpenFileFilters() - Method in class adams.gui.chooser.EmailFileChooser
Returns the file filters for opening files.
getOpenFileFilters() - Method in class adams.gui.chooser.FlowFileChooser
Returns the file filters for opening files.
getOpenFileFilters() - Method in class adams.gui.chooser.ImageFileChooser
Returns the file filters for opening files.
getOpenFileFilters() - Method in class adams.gui.chooser.ObjectExporterFileChooser
Returns the file filters for opening files.
getOpenFileFilters() - Method in class adams.gui.chooser.ObjectFileChooser
Returns the file filters for opening files.
getOpenFileFilters() - Method in class adams.gui.chooser.ParameterMapFileChooser
Returns the file filters for opening files.
getOpenFileFilters() - Method in class adams.gui.chooser.SerializationFileChooser
Returns the file filters for opening files.
getOpenFileFilters() - Method in class adams.gui.chooser.SpreadSheetFileChooser
Returns the file filters for opening files.
getOpenFileFilters() - Method in class adams.gui.chooser.WekaFileChooser
Returns the file filters for opening files.
getOpenFileFilters() - Method in class adams.gui.tools.previewbrowser.notes.NotesFileChooser
Returns the file filters for opening files.
getOperation() - Method in class adams.flow.condition.bool.HasExifTag
Returns the operation to perform.
getOperation() - Method in class adams.flow.control.flowrestart.TriggerManager
Returns the restart option in use.
getOperation() - Method in class adams.flow.transformer.BoofCVMultiImageOperation
Returns the operation in use.
getOperation() - Method in class adams.flow.transformer.BufferedImageMultiImageOperation
Returns the operation in use.
getOperation() - Method in class adams.flow.transformer.Draw
Returns the X position of the pixel.
getOperation() - Method in class adams.flow.transformer.ExifTagOperation
Returns the operation to perform.
getOperation() - Method in class adams.flow.transformer.ImageSegmentationContainerOperation
Returns the operation in use.
getOperation() - Method in class adams.flow.transformer.MultiMapOperation
Returns the operation to apply.
getOperation() - Method in class adams.flow.transformer.MultiMat5MatrixOperation
Returns the operation in use.
getOperation() - Method in class adams.flow.transformer.MultiSpreadSheetOperation
Returns the operation to apply.
getOperation() - Method in class adams.flow.transformer.OpenCVMultiImageOperation
Returns the operation in use.
getOperation() - Method in class adams.flow.transformer.SpreadSheetRowBuffer
Returns the way the buffer operates.
getOperation() - Method in class adams.flow.transformer.WekaInstanceBuffer
Returns the way the buffer operates.
getOperations() - Method in class adams.flow.control.flowrestart.operation.MultiOperation
Returns the operations to execute.
getOperations() - Method in class adams.gui.flow.tree.Tree
Returns the object for handling complex operations.
getOptimalColumnWidth() - Method in class adams.flow.sink.SpreadSheetDisplay
Returns whether calculate the optimal column widht whenever a token is displayed (= true) or just when the flow finishes.
getOptimiser() - Method in class adams.opt.optimise.RefineRange
get optimiser.
getOptimisers() - Static method in class adams.opt.optimise.AbstractOptimiser
Returns a list with classnames of optimiser.
getOptimizer() - Method in class adams.flow.transformer.WekaClassifierOptimizer
Returns the optimizer in use.
getOption() - Method in class adams.gui.dialog.ApprovalDialog
Returns whether the user approved or canceled the dialog.
getOption() - Method in class adams.gui.visualization.timeseries.TimeseriesImportDatabaseDialog
Returns whether the user approved or canceled the dialog.
getOption(String[], String) - Static method in class adams.core.option.OptionUtils
Returns the arguments of the specified option, if available.
getOption(List<String>, String) - Static method in class adams.core.option.OptionUtils
Returns the arguments of the specified option, if available.
getOptional() - Method in class adams.flow.control.TimedSubProcess
Returns whether the callable actor is optional.
getOptional() - Method in class adams.flow.control.TimedTee
Returns whether the callable actor is optional.
getOptional() - Method in class adams.flow.control.TimedTrigger
Returns whether the callable actor is optional.
getOptional() - Method in class adams.flow.core.AbstractCallableActor
Returns whether the callable actor is optional.
getOptional() - Method in class adams.flow.core.AbstractCopyCallableActor
Returns whether the callable actor is optional.
getOptional() - Method in interface adams.flow.core.OptionalCallableActor
Returns whether the callable actor is optional.
getOptional() - Method in class adams.flow.transformer.WekaGeneticAlgorithm
Returns whether the callable sink is optional.
getOptionHandler() - Method in class adams.core.option.AbstractOption
Returns the option handler this option belongs to.
getOptionHandler(Class, String, OptionHandler) - Static method in class adams.gui.core.GUIHelper
Returns the OptionHandler value listed in the props file, or the default value if not found.
getOptionHandler(String, OptionHandler) - Static method in class adams.gui.core.GUIHelper
Returns the OptionHandler value listed in the props file, or the default value if not found.
getOptionIdentifier(AbstractOption) - Method in class adams.core.option.AbstractOptionConsumer
Returns either the property name or the commandline flag, depending on whether property names are to be used or not.
getOptionIdentifier(AbstractOption) - Method in class adams.core.option.AbstractOptionProducer
Returns either the property name or the commandline flag, depending on whether property names are to be used or not.
getOptionManager() - Method in class adams.core.option.AbstractOptionHandler
Returns the option manager.
getOptionManager() - Method in class adams.core.option.AbstractRecursiveOptionProducerWithOptionHandling
Returns the option manager.
getOptionManager() - Method in interface adams.core.option.OptionConsumerWithOptionHandling
Returns the option manager.
getOptionManager() - Method in interface adams.core.option.OptionHandler
Returns the option manager.
getOptionManager() - Method in interface adams.core.option.OptionProducerWithOptionHandling
Returns the option manager.
getOptionManager() - Method in class adams.db.AbstractDatabaseConnection
Returns the option manager.
getOptionManager() - Method in class adams.doc.javadoc.Javadoc
Returns the option manager.
getOptionManager() - Method in class adams.flow.transformer.pixelselector.AbstractPixelSelectorAction
Returns the option manager.
getOptionManager() - Method in class adams.gui.core.AbstractFrameWithOptionHandling
Returns the option manager.
getOptionManager() - Method in class adams.run.RunScheme
Returns the option manager.
getOptionPanel() - Method in class adams.gui.visualization.object.tools.AbstractTool
Returns the panel for setting the options.
getOptionPanel() - Method in interface adams.gui.visualization.object.tools.Tool
Returns the panel for setting the options.
getOptionPanel() - Method in class adams.gui.visualization.segmentation.tool.AbstractTool
Returns the panel for setting the options.
getOptionPanel() - Method in interface adams.gui.visualization.segmentation.tool.Tool
Returns the panel for setting the options.
getOptions() - Method in class adams.core.base.BaseAnnotation.Tag
Returns the tag options.
getOptions() - Method in class adams.core.command.AbstractAsyncCapableExternalCommandWithOptions
Returns the options for the command.
getOptions() - Method in class adams.core.command.AbstractExternalCommandWithOptions
Returns the options for the command.
getOptions() - Method in interface adams.core.command.ExternalCommandWithOptions
Returns the options for the command.
getOptions() - Static method in class adams.core.management.Terminal
Returns the platform-specific options.
getOptions() - Method in class adams.flow.sink.Histogram
Returns the display options
getOptions() - Method in class adams.flow.source.PipExec
Returns the options for pip.
getOptions() - Method in class adams.flow.standalone.JavaExec
Returns the options for the Java class.
getOptions() - Method in class adams.gui.chooser.SelectOptionPanel
Returns the options to choose from.
getOptions() - Method in class adams.gui.visualization.stats.histogram.Histogram
Returns the option for this histogram.
getOptions() - Method in class weka.attributeSelection.AbstractPLSAttributeEval
Gets the current option settings for the OptionHandler.
getOptions() - Method in class weka.attributeSelection.LinearRegressionAttributeEval
 
getOptions() - Method in class weka.classifiers.functions.ClassificationViaPLS
returns the options of the current setup
getOptions() - Method in class weka.classifiers.functions.FakeClassifier
returns the options of the current setup
getOptions() - Method in class weka.classifiers.functions.GaussianProcessesAdaptive
Gets the current settings of the classifier.
getOptions() - Method in class weka.classifiers.functions.GaussianProcessesNoWeights
Gets the current settings of the classifier.
getOptions() - Method in class weka.classifiers.functions.GaussianProcessesWeighted
Gets the current settings of the classifier.
getOptions() - Method in class weka.classifiers.functions.GeneticAlgorithm
returns the options of the current setup
getOptions() - Method in class weka.classifiers.functions.GPD
Gets the current settings of the classifier.
getOptions() - Method in class weka.classifiers.functions.LinearRegressionJ
Gets the current settings of the classifier.
getOptions() - Method in class weka.classifiers.functions.MathExpressionClassifier
returns the options of the current setup
getOptions() - Method in class weka.classifiers.functions.PLSClassifierWeighted
returns the options of the current setup
getOptions() - Method in class weka.classifiers.functions.PLSWeighted
returns the options of the current setup
getOptions() - Method in class weka.classifiers.functions.SimpleLinearRegressionWithAccess
Gets the current settings of the classifier.
getOptions() - Method in class weka.classifiers.lazy.LWLSynchro
Gets the current settings of the classifier.
getOptions() - Method in class weka.classifiers.lazy.LWLSynchroPrefilter
Gets the current settings of the classifier.
getOptions() - Method in class weka.classifiers.meta.AbstainAttributePercentile
Gets the current option settings for the OptionHandler.
getOptions() - Method in class weka.classifiers.meta.AbstainAverage
Gets the current settings of Vote.
getOptions() - Method in class weka.classifiers.meta.AbstainAverageWithClassifierWeights
Gets the current settings of Vote.
getOptions() - Method in class weka.classifiers.meta.AbstainingCascade
Gets the current option settings for the OptionHandler.
getOptions() - Method in class weka.classifiers.meta.AbstainingClassifierWrapper
Gets the current option settings for the OptionHandler.
getOptions() - Method in class weka.classifiers.meta.AbstainLeastMedianSq
Gets the current option settings for the OptionHandler.
getOptions() - Method in class weka.classifiers.meta.AbstainMinimumProbability
Gets the current option settings for the OptionHandler.
getOptions() - Method in class weka.classifiers.meta.AbstainVote
Gets the current settings of Vote.
getOptions() - Method in class weka.classifiers.meta.ClassifierCascade
Gets the current settings of the classifier.
getOptions() - Method in class weka.classifiers.meta.Consensus
Gets the current settings of Vote.
getOptions() - Method in class weka.classifiers.meta.ConsensusOrVote
Gets the current option settings for the OptionHandler.
getOptions() - Method in class weka.classifiers.meta.Corr
Gets the current settings of the Classifier.
getOptions() - Method in class weka.classifiers.meta.Fallback
Gets the current option settings for the OptionHandler.
getOptions() - Method in class weka.classifiers.meta.FilteredClassifierExt
Gets the current settings of the Classifier.
getOptions() - Method in class weka.classifiers.meta.HighLowSplit
Gets the current option settings for the OptionHandler.
getOptions() - Method in class weka.classifiers.meta.HighLowSplitSingleClassifier
Gets the current option settings for the OptionHandler.
getOptions() - Method in class weka.classifiers.meta.InputSmearing
Gets the current settings of the Classifier.
getOptions() - Method in class weka.classifiers.meta.LeastMedianSq
Gets the current option settings for the OptionHandler.
getOptions() - Method in class weka.classifiers.meta.MinMaxLimits
Gets the current settings of the classifier.
getOptions() - Method in class weka.classifiers.meta.PartitionedStacking
Gets the current settings of the Classifier.
getOptions() - Method in class weka.classifiers.meta.SocketFacade
Gets the current settings of the classifier.
getOptions() - Method in class weka.classifiers.meta.SubsetEnsemble
Gets the current settings of the classifier.
getOptions() - Method in class weka.classifiers.meta.SuppressModelOutput
Gets the current option settings for the OptionHandler.
getOptions() - Method in class weka.classifiers.meta.ThresholdedBinaryClassification
Gets the current option settings for the OptionHandler.
getOptions() - Method in class weka.classifiers.meta.Veto
Gets the current option settings for the OptionHandler.
getOptions() - Method in class weka.classifiers.meta.VotedImbalance
Gets the current settings of the classifier.
getOptions() - Method in class weka.classifiers.timeseries.BaselineAdjustedForecaster
Gets the current option settings for the OptionHandler.
getOptions() - Method in class weka.classifiers.trees.m5.M5Base2
Gets the current settings of the classifier.
getOptions() - Method in class weka.classifiers.trees.M5P2
Gets the current settings of the classifier.
getOptions() - Method in class weka.classifiers.trees.RandomModelTrees
Gets the current settings of the Classifier.
getOptions() - Method in class weka.classifiers.trees.RandomRegressionForest
Gets the current settings of the Classifier.
getOptions() - Method in class weka.clusterers.SAXKMeans
Gets the current settings of SimpleKMeans.
getOptions() - Method in class weka.core.AbstractSimpleOptionHandler
Gets the current option settings for the OptionHandler.
getOptions() - Method in class weka.core.converters.SimpleArffLoader
Gets the current option settings for the OptionHandler.
getOptions() - Method in class weka.core.converters.SimpleArffSaver
returns the options of the current setup
getOptions() - Method in class weka.core.converters.SpreadSheetLoader
Gets the setting
getOptions() - Method in class weka.core.converters.SpreadSheetSaver
returns the options of the current setup
getOptions() - Method in class weka.core.neighboursearch.FilteredSearch
 
getOptions() - Method in class weka.core.neighboursearch.NewNNSearch
Gets the current settings.
getOptions() - Method in class weka.core.neighboursearch.PCANNSearch
 
getOptions() - Method in class weka.core.neighboursearch.PLSNNSearch
 
getOptions() - Method in class weka.core.SAXDistance
Gets the current settings of the filter.
getOptions() - Method in class weka.core.tokenizers.cleaners.AbstractTokenCleaner
Gets the current option settings for the OptionHandler.
getOptions() - Method in class weka.core.tokenizers.cleaners.MultiCleaner
Gets the current option settings for the OptionHandler.
getOptions() - Method in class weka.core.tokenizers.cleaners.RemoveNonWordCharTokens
Gets the current option settings for the OptionHandler.
getOptions() - Method in class weka.core.tokenizers.MultiTokenizer
Gets the current option settings for the OptionHandler.
getOptions() - Method in class weka.core.tokenizers.PreCleanedTokenizer
Gets the current option settings for the OptionHandler.
getOptions() - Method in class weka.core.WeightedEuclideanDistanceRidge
Gets the current settings of the classifier.
getOptions() - Method in class weka.experiment.ResultMatrixMediaWiki
Gets the current option settings for the OptionHandler.
getOptions() - Method in class weka.filters.FilteredFilter
Gets the current settings of the classifier.
getOptions() - Method in class weka.filters.FlowFilter
returns the options of the current setup.
getOptions() - Method in class weka.filters.SerializedFilter
returns the options of the current setup.
getOptions() - Method in class weka.filters.supervised.attribute.MultiPLS
returns the options of the current setup
getOptions() - Method in class weka.filters.supervised.attribute.PLS
returns the options of the current setup
getOptions() - Method in class weka.filters.supervised.attribute.SIMPLSMatrixFilterFromGeneticString
Gets the current option settings for the OptionHandler.
getOptions() - Method in class weka.filters.supervised.attribute.YGradientEPO
returns the options of the current setup
getOptions() - Method in class weka.filters.supervised.attribute.YGradientGLSW
returns the options of the current setup
getOptions() - Method in class weka.filters.supervised.instance.RemoveOutliers
Gets the current option settings for the OptionHandler.
getOptions() - Method in class weka.filters.unsupervised.attribute.AbstractColumnFinderApplier
Gets the current settings of the classifier.
getOptions() - Method in class weka.filters.unsupervised.attribute.AndrewsCurves
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.unsupervised.attribute.AnyToString
Gets the current settings of the Classifier.
getOptions() - Method in class weka.filters.unsupervised.attribute.AttributeSummaryTransferFilter
returns the options of the current setup
getOptions() - Method in class weka.filters.unsupervised.attribute.CorrelationMatrix
returns the options of the current setup.
getOptions() - Method in class weka.filters.unsupervised.attribute.Detrend
Gets the current option settings for the OptionHandler.
getOptions() - Method in class weka.filters.unsupervised.attribute.DownSample
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.unsupervised.attribute.EquiDistance
Gets the current option settings for the OptionHandler.
getOptions() - Method in class weka.filters.unsupervised.attribute.FastWavelet
returns the options of the current setup.
getOptions() - Method in class weka.filters.unsupervised.attribute.FFT
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.unsupervised.attribute.InputSmearing
Gets the current settings of the Classifier.
getOptions() - Method in class weka.filters.unsupervised.attribute.InterquartileRangeSamp
Gets the current option settings for the OptionHandler.
getOptions() - Method in class weka.filters.unsupervised.attribute.JoinAttributes
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.unsupervised.attribute.LogTransform
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.unsupervised.attribute.MergeManyAttributes
returns the options of the current setup.
getOptions() - Method in class weka.filters.unsupervised.attribute.MergeTwoAttributes
returns the options of the current setup.
getOptions() - Method in class weka.filters.unsupervised.attribute.MetaPartitionedMultiFilter
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.unsupervised.attribute.MultiplicativeScatterCorrection
Gets the current option settings for the OptionHandler.
getOptions() - Method in class weka.filters.unsupervised.attribute.NominalToNumeric
Gets the current option settings for the OptionHandler.
getOptions() - Method in class weka.filters.unsupervised.attribute.OuterProductAnalysis
Gets the current settings of the Classifier.
getOptions() - Method in class weka.filters.unsupervised.attribute.PAA
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.unsupervised.attribute.PartitionedMultiFilter2
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.unsupervised.attribute.PrincipalComponentsJ
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.unsupervised.attribute.SavitzkyGolay
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.unsupervised.attribute.SavitzkyGolay2
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.unsupervised.attribute.SAX
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.unsupervised.attribute.SetMissingValue
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.unsupervised.attribute.SimpleDetrend
Gets the current option settings for the OptionHandler.
getOptions() - Method in class weka.filters.unsupervised.attribute.SpellChecker
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.unsupervised.attribute.StringToDate
Gets the current settings of the Classifier.
getOptions() - Method in class weka.filters.unsupervised.instance.AbstractRowFinderApplier
Gets the current settings of the classifier.
getOptions() - Method in class weka.filters.unsupervised.instance.AccumulatedLWLWeights
Gets the current settings of the classifier.
getOptions() - Method in class weka.filters.unsupervised.instance.AlignDataset
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.unsupervised.instance.DatasetLabeler
Gets the current settings of the classifier.
getOptions() - Method in class weka.filters.unsupervised.instance.KeepRange
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.unsupervised.instance.KennardStone
Gets the current settings of the classifier.
getOptions() - Method in class weka.filters.unsupervised.instance.LatestRecords
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.unsupervised.instance.multirowprocessor.AbstractMultiRowProcessorPlugin
Gets the current option settings for the OptionHandler.
getOptions() - Method in class weka.filters.unsupervised.instance.MultiRowProcessor
Gets the current settings of the classifier.
getOptions() - Method in class weka.filters.unsupervised.instance.multirowprocessor.processor.AbstractRangeBasedSelectionProcessor
Gets the current settings of the classifier.
getOptions() - Method in class weka.filters.unsupervised.instance.multirowprocessor.selection.GroupExpression
Gets the current settings of the classifier.
getOptions() - Method in class weka.filters.unsupervised.instance.RemoveDuplicateIDs
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.unsupervised.instance.RemoveDuplicates
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.unsupervised.instance.RemoveInstancesWithMissingValue
returns the options of the current setup.
getOptions() - Method in class weka.filters.unsupervised.instance.RemoveMisclassifiedAbs
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.unsupervised.instance.RemoveMisclassifiedRel
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.unsupervised.instance.RemoveTestInstances
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.unsupervised.instance.RemoveWithLabels
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.unsupervised.instance.RemoveWithWeights
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.unsupervised.instance.RemoveWithZeroes
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.unsupervised.instance.SafeRemoveRange
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.unsupervised.instance.Scale
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.unsupervised.instance.Sort
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.unsupervised.instance.SortOnAttribute
Gets the current settings of the filter.
getOptions() - Method in class weka.filters.unsupervised.instance.WeightsBasedResample
Gets the current settings of the filter.
getOptions(OptionHandler) - Static method in class adams.core.option.ArrayProducer
Returns the string array with all the options of the handler, but without the classname of the handler.
getOptions(Object) - Method in class adams.core.option.AbstractCommandLineHandler
Returns the commandline options (without classname) of the specified object.
getOptions(Object) - Method in class adams.core.option.AdamsCommandLineHandler
Returns the commandline options (without classname) of the specified object.
getOptions(Object) - Method in class adams.core.option.BaseObjectCommandLineHandler
Returns the commandline options (without classname) of the specified object.
getOptions(Object) - Method in class adams.core.option.DefaultCommandLineHandler
Returns the commandline options (without classname) of the specified object.
getOptions(Object) - Method in class adams.core.option.JenericCommandLineHandler
Returns the commandline options (without classname) of the specified object.
getOptions(Object) - Static method in class adams.core.option.OptionUtils
Returns the options as array if the object in an option handler.
getOptions(Object) - Method in class adams.core.option.WekaCommandLineHandler
Returns the commandline options (without classname) of the specified object.
getOptions(Object, boolean) - Static method in class adams.core.option.OptionUtils
Returns the options as array if the object in an option handler.
getOptions(DefaultMutableTreeNode) - Method in class adams.gui.tools.OptionTree
Returns the options for this node and its subtree.
getOptionsContainPlaceholder() - Method in class adams.flow.source.PipExec
Returns whether the option string contains placeholders which need to be expanded first.
getOptionsContainPlaceholder() - Method in class adams.flow.source.PythonExec
Returns whether the option string contains placeholders which need to be expanded first.
getOptionsContainPlaceholder() - Method in class adams.flow.source.PythonVenvExec
Returns whether the option string contains placeholders which need to be expanded first.
getOptionsContainVariable() - Method in class adams.flow.source.PipExec
Returns whether the option string contains variables which need to be expanded first.
getOptionsContainVariable() - Method in class adams.flow.source.PythonExec
Returns whether the option string contains variables which need to be expanded first.
getOptionsContainVariable() - Method in class adams.flow.source.PythonVenvExec
Returns whether the option string contains variables which need to be expanded first.
getOptionsDescription() - Method in class adams.gui.scripting.AbstractFilterScriptlet
Returns a one-line listing of the options of the action.
getOptionsDescription() - Method in class adams.gui.scripting.AbstractFlowScriptlet
Returns a one-line listing of the options of the action.
getOptionsDescription() - Method in class adams.gui.scripting.AbstractScriptlet
Returns a one-line listing of the options of the action.
getOptionsDescription() - Method in class adams.gui.scripting.AbstractVisibilityScriplet
Returns a one-line listing of the options of the action.
getOptionsDescription() - Method in class adams.gui.scripting.AddData
Returns a one-line listing of the options of the action.
getOptionsDescription() - Method in class adams.gui.scripting.AddDataFile
Returns a one-line listing of the options of the action.
getOptionsDescription() - Method in class adams.gui.scripting.AddDataFiles
Returns a one-line listing of the options of the action.
getOptionsDescription() - Method in class adams.gui.scripting.Connect
Returns a one-line listing of the options of the action.
getOptionsDescription() - Method in class adams.gui.scripting.DeleteData
Returns a one-line listing of the options of the action.
getOptionsDescription() - Method in class adams.gui.scripting.RemoveData
Returns a one-line listing of the options of the action.
getOptionsDescription() - Method in class adams.gui.scripting.RunTool
Returns a one-line listing of the options of the action.
getOptionsDescription() - Method in class adams.gui.scripting.SetData
Returns a one-line listing of the options of the action.
getOptionsList() - Method in class adams.core.option.OptionManager
Returns the list of options.
getOptionsString() - Method in class adams.core.command.AbstractAsyncCapableExternalCommandWithOptions
Returns the options for the command as single string.
getOptionsString() - Method in class adams.core.command.AbstractExternalCommandWithOptions
Returns the options for the command as single string.
getOptionsString() - Method in interface adams.core.command.ExternalCommandWithOptions
Returns the options for the command as single string.
getOptionsVisible() - Method in class adams.gui.visualization.stats.zscore.ZScore
Returns whether to hide/show the options panel.
getOrder() - Method in class adams.data.filter.AbstractDerivative
Returns the order of the derivative to calculate.
getOrder() - Method in class adams.data.imagesegmentation.filter.RemoveOverlaps
Returns the order to use.
getOrder() - Method in class adams.flow.transformer.SpreadSheetReorderColumns
Returns the regular expression for the column names of columns to anonymize.
getOrder() - Method in class adams.flow.transformer.SpreadSheetReorderRows
Returns the regular expression for the row names of rows to anonymize.
getOrganization() - Method in class adams.env.Modules.Module
Returns the name of the organization.
getOrientation() - Method in class adams.data.jai.transformer.ChangeOrientation
Returns the page orientation.
getOrientation() - Method in class adams.gui.core.SplitPanelWithOptionalComponents
Returns the current orientation: JSplitPane.HORIZONTAL_SPLIT, JSplitPane.VERTICAL_SPLIT.
getOrientation() - Method in class adams.gui.visualization.core.AxisPanel
Returns the orientation of the axis.
getOrientation() - Method in class adams.gui.visualization.jfreechart.chart.BarChart
Returns the orientation for the plot.
getOrientation() - Method in class adams.gui.visualization.jfreechart.chart.BubbleChart
Returns the orientation for the plot.
getOrientation() - Method in enum adams.gui.visualization.jfreechart.chart.Orientation
Returns the associated orientation.
getOrientation() - Method in class adams.gui.visualization.jfreechart.chart.ScatterPlot
Returns the orientation for the plot.
getOrientation() - Method in class adams.gui.visualization.jfreechart.chart.XYLineChart
Returns the orientation for the plot.
getOrigin() - Method in class adams.flow.transformer.SetArrayElement
Returns whether to use the provided value or the value from storage.
getOrigin() - Method in class adams.gui.tools.ConsoleOutputAnalyzerPanel.ConsoleEntryFilter
Returns the exact origin string.
getOrigin() - Method in class adams.gui.tools.ConsoleOutputAnalyzerPanel.ConsoleOutputEntry
Returns the origin of the output.
getOriginal() - Method in class adams.flow.source.filesystemsearch.FtpDirectorySearchWithCustomSort.SortContainer
Returns the original filename.
getOriginal() - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearchWithCustomSort.SortContainer
Returns the original filename.
getOriginal() - Method in class adams.flow.source.filesystemsearch.SftpDirectorySearchWithCustomSort.SortContainer
Returns the original filename.
getOriginal() - Method in class adams.flow.source.filesystemsearch.SmbDirectorySearchWithCustomSort.SortContainer
Returns the original filename.
getOriginal() - Method in class adams.gui.tools.ImageProcessorSubPanel
Returns the panel for the original image.
getOriginalIndices() - Method in class adams.data.splitgenerator.generic.core.Subset
Returns the original indices.
getOriginalIndices() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.ResultItem
Returns the stored original indices.
getOriginalIndices() - Method in class adams.multiprocess.WekaCrossValidationExecution
Returns the original indices.
getOriginalPoint(DataPoint, Timeseries) - Method in class adams.data.baseline.TimeseriesSavitzkyGolayBased
Retrieves the data point from the original signal that corresponds to the provided new one.
getOriginalPoint(DataPoint, T) - Method in class adams.data.baseline.AbstractSavitzkyGolayBased
Retrieves the data point from the original signal that corresponds to the provided new one.
getOriginRegExp() - Method in class adams.gui.tools.ConsoleOutputAnalyzerPanel.ConsoleEntryFilter
Returns the regular expression on the origin.
getOrigins() - Method in class adams.gui.tools.ConsoleOutputAnalyzerPanel.ConsoleOutput
Returns all available origins in the data (sorted).
getOriginX() - Method in class adams.data.jai.transformer.Rotate
Returns the X of the origin.
getOriginY() - Method in class adams.data.jai.transformer.Rotate
Returns the Y of the origin.
getOtherLog() - Method in class adams.gui.tools.remotecontrolcenter.RemoteControlCenterLogPanel
Returns the log for other messages.
getOtherParameters() - Method in class weka.classifiers.trees.XGBoost
Gets any other XGBoost parameters the user has set.
getOthers() - Method in class adams.data.Notes
Returns the other notes, not warning/error/process information.
getOtherToken(String, int, int) - Method in class adams.gui.scripting.SyntaxDocument
Searches for a keyword token.
getOutbuf() - Method in class adams.flow.source.RSync
 
getOuterVariableName() - Method in class adams.core.option.AbstractActorJavaCodeProducer
The outer most variable name.
getOuterVariableName() - Method in class adams.core.option.AbstractFlowJavaCodeProducer
The outer most variable name.
getOuterVariableName() - Method in class adams.core.option.AbstractJavaCodeProducer
The outer most variable name.
getOuterVariableName() - Method in class adams.core.option.JavaInstantiationProducer
The outer most variable name.
getOutFormat() - Method in class adams.flow.source.RSync
 
getOutlierDetector() - Method in class adams.data.outlier.AbstractOutlierDetector.DetectorJob
Returns the detector being used.
getOutlierDetectors() - Static method in class adams.data.outlier.AbstractOutlierDetector
Returns a list with classnames of detector.
getOutlineAlpha() - Method in class adams.flow.transformer.draw.ObjectLocationsFromReport
Returns the alpha value to use when drawing the outlines.
getOutlineAlpha() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
Returns the alpha value to use when drawing the outlines.
getOutlineAlpha() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
Returns the alpha value to use when drawing the outlines.
getOutlineAlpha() - Method in class adams.gui.visualization.image.ObjectLocationsOverlayFromReport
Returns the alpha value to use when drawing the outlines.
getOutlineColors() - Method in class adams.flow.transformer.draw.ObjectAnnotationsFromReport
Returns the colorizers for the outline plotters.
getOutlineColors() - Method in class adams.gui.tools.previewbrowser.ObjectAnnotationsHandler
Returns the colorizers for the outline plotters.
getOutlineColors() - Method in class adams.gui.tools.previewbrowser.ObjectAnnotationsReportHandler
Returns the colorizers for the outline plotters.
getOutlineColors() - Method in class adams.gui.visualization.image.ObjectAnnotations
Returns the colorizers for the outline plotters.
getOutlineColors() - Method in class adams.gui.visualization.object.overlay.ObjectAnnotations
Returns the colorizers for the outline plotters.
getOutlinePlotters() - Method in class adams.flow.transformer.draw.ObjectAnnotationsFromReport
Returns the plotters for the outlines.
getOutlinePlotters() - Method in class adams.gui.tools.previewbrowser.ObjectAnnotationsHandler
Returns the plotters for the outlines.
getOutlinePlotters() - Method in class adams.gui.tools.previewbrowser.ObjectAnnotationsReportHandler
Returns the plotters for the outlines.
getOutlinePlotters() - Method in class adams.gui.visualization.image.ObjectAnnotations
Returns the plotters for the outlines.
getOutlinePlotters() - Method in class adams.gui.visualization.object.overlay.ObjectAnnotations
Returns the plotters for the outlines.
getOutput() - Method in class adams.core.option.AbstractJavaCodeProducer
Returns the output generated from the visit.
getOutput() - Method in class adams.core.option.AbstractOptionConsumer
Returns the visited top-level object.
getOutput() - Method in class adams.core.option.AbstractOptionProducer
Returns the output generated from the visit.
getOutput() - Method in class adams.core.option.ArrayProducer
Returns the output generated from the visit.
getOutput() - Method in class adams.core.option.CommandlineHelpProducer
Returns the output generated from the visit.
getOutput() - Method in class adams.core.option.FlowStructureDotProducer
Returns the output generated from the visit.
getOutput() - Method in class adams.core.option.FlowStructureGraphMLProducer
Returns the output generated from the visit.
getOutput() - Method in class adams.core.option.HtmlHelpProducer
Returns the output generated from the visit.
getOutput() - Method in class adams.core.option.HtmlParametersProducer
Returns the output generated from the visit.
getOutput() - Method in interface adams.core.option.OptionConsumer
Returns the visited top-level object.
getOutput() - Method in interface adams.core.option.OptionProducer
Returns the output generated from the visit.
getOutput() - Method in class adams.core.option.XhtmlProducer
Returns the output generated from the visit.
getOutput() - Method in class adams.data.conversion.AbstractConversion
Returns the generated output.
getOutput() - Method in interface adams.data.conversion.Conversion
Returns the generated output.
getOutput() - Method in class adams.data.io.output.AbstractDataContainerWriter
The file/directory to write to.
getOutput() - Method in class adams.data.io.output.AbstractEmailFileWriter
Returns the file to write the email to.
getOutput() - Method in class adams.data.io.output.AbstractReportWriter
The file/directory to write to.
getOutput() - Method in interface adams.data.io.output.EmailFileWriter
Returns the file to write the email to.
getOutput() - Method in interface adams.data.io.output.ReportWriter
The file/directory to write to.
getOutput() - Method in class adams.doc.listing.Listing
Returns the scheme for outputting the generated listing.
getOutput() - Method in class adams.flow.core.ActorUsage
Returns the output file.
getOutput() - Method in class adams.flow.sink.AbstractGraphicsGenerator
Returns the output.
getOutput() - Method in class adams.flow.sink.SimpleLogging
Returns the type of output to use.
getOutput() - Method in class adams.flow.transformer.AbstractMultiCompress
Returns the archive output filename.
getOutput() - Method in class adams.flow.transformer.AbstractSingleCompress
Returns the GZIP output filename.
getOutput() - Method in class adams.flow.transformer.AbstractWekaClassifierEvaluator
Returns the prediction output generator in use.
getOutput() - Method in class adams.flow.transformer.PDFExtract
Returns the output file.
getOutput() - Method in class adams.flow.transformer.PDFMerge
Returns the output file.
getOutput() - Method in class adams.flow.transformer.pdfproclet.PDFGenerator
Returns the output file.
getOutput() - Method in class adams.flow.transformer.PDFStamp
Returns the output file.
getOutput() - Method in class adams.gui.tools.ConsoleOutputAnalyzerPanel.ConsoleOutputEntry
Returns the actual output.
getOutput() - Method in class adams.multiprocess.WekaCrossValidationExecution
Returns the prediction output generator in use.
getOutput(Class<T>) - Method in class adams.data.conversion.AbstractConversion
Returns the generated output.
getOutput(Class<T>) - Method in interface adams.data.conversion.Conversion
Returns the generated output.
getOutputAdditionalStats() - Method in class weka.attributeSelection.LinearRegressionAttributeEval
Get whether to output additional statistics (such as std.
getOutputAdditionalStats() - Method in class weka.classifiers.functions.LinearRegressionJ
Get whether to output additional statistics (such as std.
getOutputAdditionalStats() - Method in class weka.classifiers.functions.SimpleLinearRegressionWithAccess
Get whether to output additional statistics (such as std.
getOutputAll() - Method in class adams.data.conversion.NotesSubset
Returns whether to output everything.
getOutputAll() - Method in class adams.flow.sink.NotesWriter
Returns whether to output everything.
getOutputArray() - Method in interface adams.core.ArrayProvider
Returns whether to generate the as array or as single objects.
getOutputArray() - Method in interface adams.flow.core.ArrayProvider
Returns whether to output the items as array or as single strings.
getOutputArray() - Method in class adams.flow.source.AbstractArrayProvider
Returns whether to output the items as array or as single strings.
getOutputArray() - Method in class adams.flow.source.AbstractInteractiveArrayProvider
Returns whether to output the items as array or as single strings.
getOutputArray() - Method in class adams.flow.source.AbstractWekaSetupGenerator
Returns whether to output an array or a sequence of classifier setups.
getOutputArray() - Method in class adams.flow.source.ForLoop
Returns whether to output the items as array or as single strings.
getOutputArray() - Method in class adams.flow.transformer.AbstractArrayProvider
Returns whether to output the items as array or as single strings.
getOutputArray() - Method in class adams.flow.transformer.AbstractDataContainerFileReader
Returns whether to output the items as array or as single strings.
getOutputArray() - Method in class adams.flow.transformer.BinaryFileReader
Returns whether to output the file as byte array or byte by byte.
getOutputAsDisplayed() - Method in class adams.data.io.output.CsvSpreadSheetWriter
Returns whether to output the cell content as displayed, ie, no formulas but the result of formulas.
getOutputAsDisplayed() - Method in class adams.data.io.output.ExcelSpreadSheetWriter
Returns whether to output the cell content as displayed, ie, no formulas but the result of formulas.
getOutputAsDisplayed() - Method in class adams.data.io.output.ExcelStreamingSpreadSheetWriter
Returns whether to output the cell content as displayed, ie, no formulas but the result of formulas.
getOutputAsDisplayed() - Method in class adams.data.io.output.ODFSpreadSheetWriter
Returns whether to output the cell content as displayed, ie, no formulas but the result of formulas.
getOutputAsDisplayed() - Method in interface adams.data.io.output.SpreadSheetWriterWithFormulaSupport
Returns whether to output the cell content as displayed, ie, no formulas but the result of formulas.
getOutputAsString() - Method in class adams.flow.source.SelectDateTime
Returns the initial value the user is prompted with.
getOutputBase() - Method in class adams.flow.transformer.TesseractOCR
Returns the base name for the generated file(s).
getOutputBestSetup() - Method in class adams.flow.transformer.WekaClassifierRanker
Returns whether to output the best setup for optimizers like GridSearch and MultiSearch.
getOutputBestSetup() - Method in class adams.flow.transformer.WekaClassifierRanker.RankingJob
Returns whether the best setup is output in case of optimizers like GridSearch/MultiSearch.
getOutputBuffer() - Method in class adams.multiprocess.WekaCrossValidationExecution
Returns the output buffer.
getOutputClassname() - Method in class adams.core.option.FlowStructureDotProducer
Returns whether to add the classnames to the labels.
getOutputClassname() - Method in class adams.core.option.FlowStructureGraphMLProducer
Returns whether to add the classnames to the labels.
getOutputClasspath() - Method in class adams.core.option.CompactFlowProducer
Returns whether the classpath (comments) is generated.
getOutputClasspath() - Method in class adams.core.option.NestedProducer
Returns whether the classpath (comments) is generated.
getOutputCommandline() - Method in class adams.flow.source.RSync
Returns output commandline flag.
getOutputCommandline() - Method in class adams.flow.source.SimpleRSync
Returns output commandline flag.
getOutputComments() - Method in class adams.data.io.output.CsvSpreadSheetWriter
Returns whether to output comments before the data.
getOutputContainer() - Method in interface adams.flow.container.OptionalContainerOutput
Returns whether to output a container rather than just the data.
getOutputContainer() - Method in class adams.flow.transformer.AbstractDataContainerDbWriter
Returns whether to output the container rather than the ID.
getOutputContainer() - Method in class adams.flow.transformer.AbstractFilter
Returns whether to output a container with the filter alongside the filtered data or just the filtered data.
getOutputContainer() - Method in class adams.flow.transformer.OutlierDetector
Returns whether a flow container is output instead of just adding the detections to the data container.
getOutputContainer() - Method in class adams.flow.transformer.WekaFilter
Returns whether to output a container with the filter alongside the filtered data or just the filtered data.
getOutputContainerClass() - Method in class adams.flow.transformer.AbstractFilter
Returns the container class in use for the output.
getOutputContainerClass() - Method in class adams.flow.transformer.TimeseriesFilter
Returns the container class in use for the output.
getOutputCounts() - Method in class adams.flow.processor.CheckActorReferenceUsage
Returns whether to output the counts regardless of warnings.
getOutputCounts() - Method in class adams.flow.processor.CheckStorageUsage
Returns whether to output the counts regardless of warnings.
getOutputCounts() - Method in class adams.flow.processor.CheckVariableUsage
Returns whether to output the counts regardless of warnings.
getOutputDatabaseID() - Method in class adams.flow.sink.NotesWriter
Returns whether to output the database ID as well in the file.
getOutputDateTimeType() - Method in class adams.data.conversion.ConvertDateTimeType
Returns the output date/time type.
getOutputDateTimeType() - Method in class adams.flow.transformer.DateTimeTypeDifference
Returns the output date/time type.
getOutputDefaultValue() - Method in class adams.core.option.AbstractOption
Returns whether the default value is to be output or not in help strings, etc.
getOutputDefaultValues() - Method in class adams.core.option.AbstractJavaCodeProducer
Returns whyether default values are output as well.
getOutputDefaultValues() - Method in class adams.core.option.XhtmlProducer
Returns whyether default values are output as well.
getOutputDestination() - Method in class adams.flow.control.InputOutputListener
Returns the callable actor to send the output tokens to.
getOutputDir() - Method in class adams.doc.listing.OptionOutput
Returns the output directory.
getOutputDir() - Method in class adams.flow.sink.NotesWriter
Returns the output directory.
getOutputDir() - Method in class adams.flow.transformer.AbstractDataContainerFileWriter
Returns the current output directory for the spectrums.
getOutputDir() - Method in class adams.flow.transformer.AbstractMultiDecompress
Returns the alternative output directory to use.
getOutputDir() - Method in class adams.flow.transformer.AbstractReportFileWriter
Returns the current output directory for the reports.
getOutputDir() - Method in class adams.gui.visualization.multiobjectexport.DirectoryExport
Returns the output directory for the files generated from the objects.
getOutputDirectory() - Method in class adams.flow.transformer.FTPGet
Returns the directory to store the downloaded files in.
getOutputDirectory() - Method in class adams.flow.transformer.ScpFrom
Returns the directory to store the downloaded files in.
getOutputDirectory() - Method in class adams.flow.transformer.SFTPGet
Returns the directory to store the downloaded files in.
getOutputDirectory() - Method in class adams.flow.transformer.SMBGet
Returns the directory to store the downloaded files in.
getOutputDirectory() - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm
Returns the currently set directory for the generated ARFF files.
getOutputDirectory() - Method in class adams.opt.optimise.genetic.fitnessfunctions.AbstractWEKAFitnessFunction
Returns the currently set directory for the generated ARFF files.
getOutputDistribution() - Method in class adams.flow.transformer.wekaclusterer.AddCluster
Returns whether to output the cluster distribution instead of the cluster index.
getOutputErrors() - Method in class adams.data.conversion.NotesSubset
Returns whether to output the errors.
getOutputErrors() - Method in class adams.flow.sink.NotesWriter
Returns whether to output the errors.
getOutputFile() - Method in interface adams.core.io.FileWriter
Returns the output file.
getOutputFile() - Method in class adams.doc.listing.AbstractFileBasedListingOutput
Returns the output file.
getOutputFile() - Method in class adams.flow.control.DesktopScreenshot
Returns the output file.
getOutputFile() - Method in class adams.flow.control.HeapDump
Returns the output file.
getOutputFile() - Method in class adams.flow.sink.AbstractFileWriter
Get output file.
getOutputFile() - Method in class adams.flow.sink.sendnotification.LogFile
Returns the output file.
getOutputFile() - Method in class adams.flow.sink.SequencePlotter
Returns the output file.
getOutputFile() - Method in class adams.flow.sink.simplelogging.output.FileOutput
Returns the output file.
getOutputFile() - Method in class adams.flow.sink.SimplePlot
Returns the output file.
getOutputFile() - Method in class adams.flow.sink.WekaExperimentGenerator
Returns the file to store the experiment in.
getOutputFile() - Method in class adams.flow.source.PDFNewDocument
Get output file.
getOutputFile() - Method in class adams.flow.transformer.generatefilebaseddataset.SimpleFileList
Returns the output file.
getOutputFile() - Method in class adams.flow.transformer.PDFCreate
Returns the output file.
getOutputFile() - Method in class adams.flow.transformer.PDFGenerate
Returns the output file.
getOutputFile() - Method in class adams.flow.transformer.PythonExpandScript
Get output file.
getOutputFile() - Method in class adams.gui.tools.wekamultiexperimenter.experiment.FileResultsHandler
Get output file.
getOutputFile() - Method in class adams.gui.visualization.multiobjectexport.PDFExport
Returns the output file.
getOutputFile() - Method in class adams.gui.visualization.multiobjectexport.ZipExport
Returns the output zip file for the files generated from the objects.
getOutputFile() - Method in class adams.scripting.command.basic.SystemInfo
Get output file.
getOutputFile() - Method in class adams.scripting.command.flow.GetFlow
Get output file.
getOutputFile() - Method in class adams.tools.CompareDatasets
Returns the first dataset for the comparison.
getOutputFile(String) - Method in class adams.core.annotation.AbstractCopyrightProcessor
Returns the output file to write the information to.
getOutputFile(String) - Method in class adams.core.annotation.MixedCopyrightProcessor
Returns the output file to write the information to.
getOutputFile(String) - Method in class adams.core.annotation.ThirdPartyCopyrightProcessor
Returns the output file to write the information to.
getOutputFormat() - Method in class adams.data.instancesanalysis.pls.AbstractPLS
Returns the output format.
getOutputFormat() - Method in class adams.flow.transformer.WekaExperimentEvaluation
Returns the output format in use for generating the output.
getOutputFormat() - Method in class adams.flow.transformer.WekaInstanceDumper
Returns the current output format.
getOutputFormat() - Method in class adams.gui.tools.wekainvestigator.tab.experimenttab.output.TextOutput
Returns the output format in use for generating the output.
getOutputFormat() - Method in class adams.ml.preprocessing.AbstractFilter
Returns the output format.
getOutputFormat() - Method in interface adams.ml.preprocessing.ColumnSubsetFilter
Returns the output format.
getOutputFormat() - Method in interface adams.ml.preprocessing.Filter
Returns the output format.
getOutputFormatter() - Method in class adams.core.command.AbstractExternalCommand
Returns the formatter for the output that is being forwarded.
getOutputFormatter() - Method in interface adams.core.command.ExternalCommand
Returns the formatter to use for the output that is being forwarded.
getOutputFull() - Method in class adams.core.option.JsonProducer
Returns whether to output all values or just ones that differ from the default ones.
getOutputGenerator() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.perfold.AbstractPerFoldPopupMenuItem
Returns the output generator.
getOutputGenerator() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.perfold.PerFoldMultiPagePane
Returns the underlying output generator.
getOutputGenerators() - Method in class adams.gui.tools.wekainvestigator.tab.AssociateTab
Returns the current output generators.
getOutputGenerators() - Method in class adams.gui.tools.wekainvestigator.tab.AttributeSelectionTab
Returns the current output generators.
getOutputGenerators() - Method in class adams.gui.tools.wekainvestigator.tab.ClassifyTab
Returns the current output generators.
getOutputGenerators() - Method in class adams.gui.tools.wekainvestigator.tab.ClusterTab
Returns the current output generators.
getOutputGenerators() - Method in class adams.gui.tools.wekainvestigator.tab.ExperimentTab
Returns the current output generators.
getOutputHeader() - Method in class adams.data.instances.AbstractInstanceGenerator
Returns the current header.
getOutputHeader() - Method in class adams.flow.transformer.WekaExperimentEvaluation
Returns whether to output the header of the result matrix as well.
getOutputHeader() - Method in class adams.gui.tools.wekainvestigator.tab.experimenttab.output.TextOutput
Returns whether to output the header of the result matrix as well.
getOutputHOCR() - Method in class adams.flow.transformer.TesseractOCR
Returns whether to use hOCR format as output instead of ASCII.
getOutputIndices() - Method in class adams.flow.transformer.SpreadSheetColumnIterator
Returns whether to output 1-based indices of matches instead of the names.
getOutputIndices() - Method in class adams.flow.transformer.StringMatcher
Returns whether to output 1-based indices of matches instead of the strings.
getOutputIndices() - Method in class adams.flow.transformer.WekaAttributeIterator
Returns whether to output 1-based indices of matches instead of the names.
getOutputInstance() - Method in class adams.flow.transformer.WekaClassifying
Returns whether Instance objects are output instead of PredictionContainer ones.
getOutputLabels() - Method in class adams.data.filter.AbstractSAX
Returns whether to output labels or distances.
getOutputLineNumbers() - Method in class adams.core.option.CompactFlowProducer
Returns whether line numbers get output.
getOutputLineNumbers() - Method in class adams.core.option.NestedProducer
Returns whether line numbers get output.
getOutputLineNumbers() - Method in class adams.data.textrenderer.AbstractLineNumberedLimitedTextRenderer
Returns whether to output line numbers.
getOutputLineNumbers() - Method in interface adams.data.textrenderer.LineNumberTextRenderer
Returns whether to output line numbers.
getOutputModel() - Method in class adams.flow.transformer.WekaTestSetClustererEvaluator
Returns whether to output the clusterer model as well.
getOutputModel() - Method in class adams.flow.transformer.WekaTrainTestSetClustererEvaluator
Returns whether to output the clusterer model as well.
getOutputModified() - Method in class adams.flow.transformer.SpreadSheetStorageRowIterator
Returns whether to output the modified spreadsheet (current row, subset of columns) instead of the full one.
getOutputModified() - Method in class adams.flow.transformer.SpreadSheetVariableRowIterator
Returns whether to output the modified spreadsheet (current row, subset of columns) instead of the full one.
getOutputMovedFile() - Method in class adams.flow.transformer.MoveFile
Returns whether to output the moved file rather than the input file.
getOutputName() - Method in class adams.flow.transformer.spreadsheetmethodmerge.AbstractMerge
Gets the name to use for the merged spreadsheet.
getOutputName() - Method in class adams.flow.transformer.wekadatasetsmerge.AbstractMerge
Gets the name to use for the merged dataset.
getOutputName() - Method in class adams.gui.tools.wekamultiexperimenter.setup.weka.AbstractOutputPanel
Returns the name to display in the GUI.
getOutputName() - Method in class adams.gui.tools.wekamultiexperimenter.setup.weka.ArffOutputPanel
Returns the name to display in the GUI.
getOutputName() - Method in class adams.gui.tools.wekamultiexperimenter.setup.weka.CsvOutputPanel
Returns the name to display in the GUI.
getOutputName() - Method in class adams.gui.tools.wekamultiexperimenter.setup.weka.CustomOutputPanel
Returns the name to display in the GUI.
getOutputName() - Method in class adams.gui.tools.wekamultiexperimenter.setup.weka.JdbcOutputPanel
Returns the name to display in the GUI.
getOutputNameOnly() - Method in class adams.flow.transformer.ReportField
Returns whether to output only the name and not the type as well.
getOutputNormalized() - Method in class adams.data.io.output.ObjectLocationsSpreadSheetWriter
Returns whether to output normalized (0-1) coordinates/dimensions as well (with 'n' column suffix).
getOutputOnlyModel() - Method in class adams.flow.transformer.AbstractWekaModelReader
Returns whether only the model is output instead of the container.
getOutputOther() - Method in class adams.data.conversion.NotesSubset
Returns whether to output the other notes.
getOutputPrefix() - Method in class adams.flow.transformer.WekaInstanceDumper
Returns the current output prefix.
getOutputPrefixType() - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm
Returns the type of prefix to use for the output.
getOutputProcessInformation() - Method in class adams.data.conversion.NotesSubset
Returns whether to output the process information.
getOutputProcessInformation() - Method in class adams.flow.sink.NotesWriter
Returns whether to output the process information.
getOutputProlog() - Method in class adams.core.option.CompactFlowProducer
Returns whether the prolog (comments) is generated.
getOutputProlog() - Method in class adams.core.option.NestedProducer
Returns whether the prolog (comments) is generated.
getOutputRegExp() - Method in class adams.gui.tools.ConsoleOutputAnalyzerPanel.ConsoleEntryFilter
Returns the regular expression on the output.
getOutputRelationName() - Method in class adams.flow.transformer.WekaEvaluationSummary
Returns whether the relation name is output as well.
getOutputResult() - Method in class adams.flow.transformer.ReportMathExpression
Returns whether to output the result instead of updating the report field.
getOutputs() - Method in class adams.flow.sink.simplelogging.output.MultiOutput
Returns the outputs in use.
getOutputs() - Method in class adams.gui.flow.tabhandler.GraphicalActorProcessorHandler
Returns the outputs.
getOutputs() - Method in class adams.gui.flow.tabhandler.ParsedErrorHandler
Returns the outputs.
getOutputs() - Method in interface adams.ml.data.Dataset
Returns a spreadsheet containing only output columns, i.e., the class columns.
getOutputs() - Method in class adams.ml.data.DatasetView
Returns a spreadsheet containing only output columns, i.e., the class columns.
getOutputs() - Method in class adams.ml.data.DefaultDataset
Returns a spreadsheet containing only output columns, i.e., the class columns.
getOutputs() - Method in class adams.ml.data.InstancesView
Returns a spreadsheet containing only output columns, i.e., the class columns.
getOutputSlopeIntercept() - Method in class adams.gui.visualization.sequence.KendallTheilOverlayPaintlet
Returns whether slope/intercept are output.
getOutputSlopeIntercept() - Method in class adams.gui.visualization.sequence.LinearRegressionOverlayPaintlet
Returns whether slope/intercept are output.
getOutputStorageValue() - Method in class adams.flow.transformer.IncStorageValue
Returns whether to output the storage value instead of the input token.
getOutputString() - Method in class adams.flow.source.Socket
Returns whether to output a string.
getOutputText() - Method in class adams.flow.transformer.TesseractOCR
Returns whether to output the content of all files rather than the files.
getOutputTokens() - Method in class adams.flow.control.SubProcess
Initializes m_OutputTokens if necessary and returns it.
getOutputTokens() - Method in class adams.flow.execution.ExecutionLog
Returns whether to output the string representation of input tokens as well.
getOutputTokens() - Method in class adams.flow.source.SequenceSource
Initializes m_OutputTokens if necessary and returns it.
getOutputType() - Method in class adams.core.command.AbstractExternalCommand
Returns the type of output to forward.
getOutputType() - Method in class adams.core.command.AsyncCapableExternalCommandOutputProcessor
Returns what output from the process to forward.
getOutputType() - Method in interface adams.core.command.ExternalCommand
Returns what output to forward.
getOutputType() - Method in class adams.data.io.output.AbstractFlowWriter
Returns how to write the data, from a file, stream or writer.
getOutputType() - Method in class adams.data.io.output.AbstractSpreadSheetWriter
Returns how the data is written.
getOutputType() - Method in class adams.data.io.output.AbstractWekaSpreadSheetWriter
Returns how the data is written.
getOutputType() - Method in class adams.data.io.output.AccessSpreadSheetWriter
Returns how the data is written.
getOutputType() - Method in class adams.data.io.output.AutoWidthTabularSpreadSheetWriter
Returns how the data is written.
getOutputType() - Method in class adams.data.io.output.CsvSpreadSheetWriter
Returns how the data is written.
getOutputType() - Method in class adams.data.io.output.DefaultFlowWriter
Returns how to write the data, from a file, stream or writer.
getOutputType() - Method in class adams.data.io.output.ExcelSpreadSheetWriter
Returns how the data is written.
getOutputType() - Method in class adams.data.io.output.ExcelStreamingSpreadSheetWriter
Returns how the data is written.
getOutputType() - Method in class adams.data.io.output.FixedTabularSpreadSheetWriter
Returns how the data is written.
getOutputType() - Method in class adams.data.io.output.GnumericSpreadSheetWriter
Returns how the data is written.
getOutputType() - Method in class adams.data.io.output.JsonFlowWriter
Returns how to write the data, from a file, stream or writer.
getOutputType() - Method in class adams.data.io.output.Mat5SpreadSheetWriter
Returns how the data is written.
getOutputType() - Method in class adams.data.io.output.ODFSpreadSheetWriter
Returns how the data is written.
getOutputType() - Method in class adams.data.io.output.PropertiesSpreadSheetWriter
Returns how the data is written.
getOutputType() - Method in class adams.data.io.output.SimpleArffSpreadSheetWriter
Returns how the data is written.
getOutputType() - Method in class adams.data.io.output.SimpleStreamSpreadSheetWriter
Returns how the data is written.
getOutputType() - Method in class adams.data.io.output.SqlDumpSpreadSheetWriter
Returns how the data is written.
getOutputType() - Method in class adams.data.jai.features.DFT
Returns the type of output to generate.
getOutputType() - Method in class adams.flow.control.CallableActorScreenshot
Returns how to output the screenshot.
getOutputType() - Method in class adams.flow.source.AbstractPythonExecution
Returns what output from the process to forward.
getOutputType() - Method in class adams.flow.source.Command
Returns what output from the process to forward.
getOutputType() - Method in class adams.flow.source.DumpStorage
Returns the format to output the storage items in.
getOutputType() - Method in class adams.flow.source.DumpVariables
Returns the format to output the variables in.
getOutputType() - Method in class adams.flow.source.EnterManyValues
Returns how to output the entered data.
getOutputType() - Method in class adams.flow.source.Exec
Returns what output from the process to forward.
getOutputType() - Method in class adams.flow.source.RSync
Returns what output from the process to forward.
getOutputType() - Method in class adams.flow.source.SimpleRSync
Returns what output from the process to forward.
getOutputType() - Method in class adams.flow.standalone.PyroNameServer
Returns what output from the process to forward.
getOutputType() - Method in class adams.flow.transformer.ConvertFeatures
Returns the type of output to generate.
getOutputType() - Method in class adams.flow.transformer.PDFMetaData
Returns how to output the meta-data.
getOutputType() - Method in class adams.flow.transformer.WekaFileReader
Returns how to output the data.
getOutputType() - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm
Returns the type of output to generate.
getOutputValue() - Method in class adams.flow.transformer.SetVariable
Returns whether to output the variable value instead of the token passing through.
getOutputValuePair() - Method in class adams.flow.transformer.MathExpression
Returns whether to output a double array with X and Y or just Y.
getOutputVariableValue() - Method in class adams.flow.transformer.IncVariable
Returns whether to output the variable value instead of the input token.
getOutputVariableValues() - Method in class adams.core.option.AbstractOptionProducer
Returns whether the values of options are output instead of variable placeholders.
getOutputVariableValues() - Method in interface adams.core.option.OptionProducer
Returns whether the values of options are output instead of variable placeholders.
getOutputWarnings() - Method in class adams.data.conversion.NotesSubset
Returns whether to output the warnings.
getOutputWarnings() - Method in class adams.flow.sink.NotesWriter
Returns whether to output the warnings.
getOutputYEdGraphML() - Method in class adams.core.option.FlowStructureGraphMLProducer
Returns whether to output yEd GraphML.
getOverlap() - Method in class adams.flow.transformer.SequenceToArray
Returns the overlap of elements between arrays.
getOverlap() - Method in class adams.flow.transformer.SequenceToCollection
Returns the overlap of elements between collections.
getOverlapAction() - Method in class adams.flow.transformer.MergeObjectLocations
Returns the action to take when an object from this and the other report overlap.
getOverlapAlgorithm() - Method in class adams.flow.transformer.DetermineOverlappingAreas
Returns the algorithm for determining the overlapping objects.
getOverlapColorCorrect() - Method in class adams.flow.transformer.compareobjectlocations.Combined
Returns the color to use for the overlapping objects with matching labels.
getOverlapColorIncorrect() - Method in class adams.flow.transformer.compareobjectlocations.Combined
Returns the color to use for the overlapping objects with matching labels.
getOverlapDetection() - Method in class adams.data.objectfilter.AttachOverlappingMetaData
Returns the algorithm for determining the overlapping objects.
getOverlapDetection() - Method in class adams.flow.transformer.negativeregions.RandomRegions
Returns the algorithm for determining the overlapping objects.
getOverlapDetection() - Method in class adams.flow.transformer.RemoveOverlappingImageObjects
Returns the algorithm for determining the overlapping objects.
getOverlapDetection() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
Returns the algorithm for determining the overlapping objects.
getOverlapDetection() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
Returns the algorithm for determining the overlapping objects.
getOverlapDetection() - Method in class adams.gui.visualization.object.objectannotations.cleaning.OverlapRemoval
Returns the algorithm for determining the overlapping objects.
getOverlapRemoval() - Method in class adams.flow.transformer.negativeregions.RandomRegions
Returns the algorithm for determining the overlapping objects.
getOverlapRemoval() - Method in class adams.flow.transformer.RemoveOverlappingImageObjects
Returns the algorithm for determining the overlapping objects.
getOverlapRemoval() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
Returns the algorithm for determining the overlapping objects.
getOverlapRemoval() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
Returns the algorithm for determining the overlapping objects.
getOverlapRemoval() - Method in class adams.gui.visualization.object.objectannotations.cleaning.OverlapRemoval
Returns the overlap removal algorithm to clean the annotations.
getOverlapX() - Method in class adams.data.image.multiimageoperation.MergeGrid
Returns the overlap on the x axis.
getOverlapX() - Method in class adams.data.image.transformer.subimages.Grid
Returns the overlap on the x axis.
getOverlapY() - Method in class adams.data.image.multiimageoperation.MergeGrid
Returns the overlap on the y axis.
getOverlapY() - Method in class adams.data.image.transformer.subimages.Grid
Returns the overlap on the y axis.
getOverlay() - Method in class adams.flow.transformer.ImageAnnotator
Returns the overlay to use for highlighting the objects.
getOverlay() - Method in class adams.flow.transformer.ImageLabeler
Returns the overlay to use.
getOverlay() - Method in class adams.flow.transformer.ImageObjectAnnotator
Returns the overlay for the annotations.
getOverlay() - Method in class adams.gui.tools.previewbrowser.AnnotateImage
Returns the overlay to use for highlighting the objects.
getOverlay() - Method in class adams.gui.visualization.object.ObjectAnnotationPanel
Returns the current overlay.
getOverlay(String) - Method in class adams.gui.visualization.segmentation.layer.LayerManager
Returns the overlay with the specified name.
getOverlayColorProvider() - Method in class adams.flow.sink.SequencePlotter
Returns the color provider in use for the overlays.
getOverlayColorProvider() - Method in class adams.flow.sink.sequenceplotter.SequencePlotterPanel
Returns the color provider to use for the overlays.
getOverlayContainerManager() - Method in class adams.flow.sink.sequenceplotter.SequencePlotterPanel
Returns the overlay container manager in use.
getOverlayFields() - Method in class adams.flow.source.wekaforecastersetup.WekaForecasterGenerator
Returns the fields to overlay.
getOverlayOriginalData() - Method in class adams.gui.event.FilterEvent
Returns whether the original data should be overlayed.
getOverlayOriginalData() - Method in class adams.gui.visualization.container.FilterDialog
Returns whether the filtered data is to be overlayed with the original data.
getOverlayPaintlet() - Method in class adams.flow.sink.SequencePlotter
Returns the overlay paintlet to use.
getOverlayPaintlet() - Method in class adams.flow.sink.sequenceplotter.SequencePlotterPanel
Returns the overlay paintlet to use.
getOverlayPaintlet() - Method in class adams.flow.sink.SimplePlot
Returns the overlay paintlet to use.
getOverlayPaintlet() - Method in class adams.gui.tools.spreadsheetviewer.chart.ScatterPlot
Returns the overlay paintlet to use.
getOverlayReader() - Method in class adams.gui.tools.previewbrowser.SimpleImageSegmentationAnnotationsHandler
Returns the image reader to use for the overlay.
getOverlays() - Method in class adams.flow.sink.ActualVsPredictedPlot
Returns the overlays to use in the plot.
getOverlays() - Method in class adams.flow.sink.MatrixPlot
Get the overlays for each scatterplot
getOverlays() - Method in class adams.flow.sink.ScatterDisplay
Get the overlays to be drawn on the scatter plot
getOverlays() - Method in class adams.flow.sink.TimeseriesDisplay
Returns the overlay paintlets.
getOverlays() - Method in class adams.flow.sink.ZScoreDisplay
get the overlays to be drawn on the z score plot
getOverlays() - Method in class adams.flow.transformer.PixelSelector
Returns the available image overlays.
getOverlays() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.ClassifierErrors
Returns the overlays to use in the plot.
getOverlays() - Method in class adams.gui.visualization.image.AbstractObjectOverlayFromReport
Returns the underlying report object overlay object.
getOverlays() - Method in class adams.gui.visualization.image.AbstractPointOverlayFromReport
Returns the underlying report point overlay object.
getOverlays() - Method in class adams.gui.visualization.image.MultiImageOverlay
Returns the overlays to apply.
getOverlays() - Method in class adams.gui.visualization.object.overlay.MultiOverlay
Returns the overlays to manage.
getOverlays() - Method in class adams.gui.visualization.segmentation.layer.LayerManager
Returns the overlay layers in use.
getOverlays() - Method in class adams.gui.visualization.stats.scatterplot.ScatterPlot
Get the overlays array containing overlays to apply
getOverride() - Method in class adams.flow.transformer.ClassSelector
Returns whether any existing class index will be overriden or not.
getOverride() - Method in class adams.flow.transformer.WekaClassSelector
Returns whether any existing class index will be overriden or not.
getOverrideJobRunner() - Method in class adams.flow.transformer.WekaExperimentExecution
Returns whether to override the jobrunner of the experiment.
getOverrides() - Method in class adams.env.Setup
Returns the override keys (or regular expressions).
getOverrideSerializedFile() - Method in interface adams.core.SerializableObject
Returns whether to override an existing serialized setup.
getOverrideWithEnvVar() - Method in class adams.flow.standalone.SetVariable
Returns whether to override the value with the one obtained from the specified environment variable.
getOverwrite() - Method in class adams.flow.transformer.multimapoperation.Merge
Returns whether to overwrite existing keys.
getOverwriteExisting() - Method in class adams.flow.transformer.AbstractDataContainerDbWriter
Returns whether to remove existing containers.
getOverwriteFields() - Method in class adams.flow.transformer.AbstractReportDbWriter
Returns the fields to overwrite in "merge" mode.
getOverwriteFields() - Method in class adams.flow.transformer.AbstractReportFileImport
Returns the fields to overwrite in "merge" mode.
getOwner() - Method in class adams.core.management.LoggingObjectOutputPrinter
Returns the owner.
getOwner() - Method in interface adams.core.management.LoggingObjectOwner
Returns the owner.
getOwner() - Method in class adams.core.option.AbstractOption
Returns the owning object.
getOwner() - Method in class adams.core.option.OptionManager
Returns the owning OptionHandler.
getOwner() - Method in class adams.core.SerializableObjectHelper
Returns the owning object.
getOwner() - Method in class adams.data.conversion.AbstractConversion
Returns the owner of this conversion.
getOwner() - Method in interface adams.data.conversion.Conversion
Returns the owner of this conversion.
getOwner() - Method in class adams.data.spreadsheet.AbstractRow
Returns the spreadsheet this row belongs to.
getOwner() - Method in interface adams.data.spreadsheet.Cell
Returns the row this cell belongs to.
getOwner() - Method in class adams.data.spreadsheet.CellView
Returns the row this cell belongs to.
getOwner() - Method in class adams.data.spreadsheet.DataRowView
Returns the spreadsheet this row belongs to.
getOwner() - Method in class adams.data.spreadsheet.DenseDataRow
Returns the spreadsheet this row belongs to.
getOwner() - Method in class adams.data.spreadsheet.DoubleCell
Returns the row this cell belongs to.
getOwner() - Method in class adams.data.spreadsheet.FloatCell
Returns the row this cell belongs to.
getOwner() - Method in interface adams.data.spreadsheet.Row
Returns the spreadsheet this row belongs to.
getOwner() - Method in class adams.data.spreadsheet.SparseDataRow
Returns the spreadsheet this row belongs to.
getOwner() - Method in class adams.db.AbstractDatabaseConnection
Returns the current database manager that owns this connection.
getOwner() - Method in class adams.flow.control.MissionControl.ControlPanel
Returns the owning actor.
getOwner() - Method in class adams.flow.core.EventRunnable
Returns the owner.
getOwner() - Method in class adams.flow.execution.AbstractFlowExecutionListener
Returns the owning flow.
getOwner() - Method in class adams.flow.execution.debug.BreakpointPanel
Returns the current owner.
getOwner() - Method in class adams.flow.execution.debug.ControlPanel
Returns the owning listener.
getOwner() - Method in interface adams.flow.execution.FlowExecutionListener
Returns the owning flow.
getOwner() - Method in class adams.flow.generator.AbstractFlowGenerator
Returns the owner.
getOwner() - Method in interface adams.flow.generator.Generator
Returns the owner.
getOwner() - Method in class adams.flow.setup.FlowSetup
Returns the manager thi setup belongs to.
getOwner() - Method in class adams.flow.sink.DisplayPanelManager.HistorySplitPanel
Returns the owner of this history panel.
getOwner() - Method in class adams.flow.sink.HistoryDisplay.HistorySplitPanel
Returns the owner of this history panel.
getOwner() - Method in class adams.flow.standalone.Stopwatch.StopwatchPanel
Returns the owning actor.
getOwner() - Method in class adams.flow.transformer.datacontainer.AbstractDataContainerPostProcessor
Returns the current owner.
getOwner() - Method in class adams.flow.transformer.datacontainer.AbstractDataContainerPreProcessor
Returns the current owner.
getOwner() - Method in class adams.flow.transformer.draw.AbstractDrawOperation
Returns the owner.
getOwner() - Method in class adams.flow.transformer.report.AbstractReportPostProcessor
Returns the current owner of this preprocessor.
getOwner() - Method in class adams.flow.transformer.report.AbstractReportPreProcessor
Returns the current owner of this preprocessor.
getOwner() - Method in class adams.gui.application.AbstractMenuItemDefinition
Returns the owning application.
getOwner() - Method in class adams.gui.application.ApplicationMenu
Returns the owning frame.
getOwner() - Method in class adams.gui.chooser.ImagePreview
Returns the owning filechooser instance.
getOwner() - Method in class adams.gui.core.DelayedActionRunnable.AbstractAction
Returns the owning runnable.
getOwner() - Method in class adams.gui.core.MaximizationFixWindowListener
Returns the owner.
getOwner() - Method in class adams.gui.core.MultiPagePane.TitleRenderer
Returns the owner.
getOwner() - Method in class adams.gui.flow.FlowMultiPagePane
Returns the owning editor.
getOwner() - Method in class adams.gui.flow.FlowPanel
Returns the editor this panel belongs to.
getOwner() - Method in class adams.gui.flow.FlowPanelNotificationArea
Returns the current owner.
getOwner() - Method in class adams.gui.flow.menu.AbstractFlowEditorMenuItem
Returns the owner.
getOwner() - Method in class adams.gui.flow.notificationareaaction.AbstractNotificationAreaAction
Returns the owner.
getOwner() - Method in class adams.gui.flow.tab.AbstractEditorTab
Returns the tab manager that this tab belongs to.
getOwner() - Method in class adams.gui.flow.tab.FlowTabManager
Returns the editor panel that owns this tab manager.
getOwner() - Method in class adams.gui.flow.tabhandler.AbstractTabHandler
Returns the owner.
getOwner() - Method in class adams.gui.flow.tree.Node
Returns the tree the node belongs to.
getOwner() - Method in class adams.gui.flow.tree.Tree
Returns the owning panel.
getOwner() - Method in class adams.gui.flow.tree.TreeOperations
Returns the owning tree.
getOwner() - Method in class adams.gui.menu.AbstractClassifierBasedGeneticAlgorithmWizard.PerformancePlot
Returns the current owner.
getOwner() - Method in class adams.gui.scripting.AbstractCommandProcessor
Returns the owner of this processor.
getOwner() - Method in class adams.gui.scripting.AbstractDataContainerUpdatingPostProcessor
Returns the owning scriptlet.
getOwner() - Method in class adams.gui.scripting.AbstractScriptlet
Returns the owning command processor.
getOwner() - Method in class adams.gui.scripting.ScriptingEngineThread
Returns the owning scripting engine.
getOwner() - Method in class adams.gui.sendto.AbstractSendToAction
Returns the current owner of this action.
getOwner() - Method in class adams.gui.tools.filecommander.AbstractFileCommanderAction
Returns the owner.
getOwner() - Method in class adams.gui.tools.filecommander.FileCommanderDirectoryPanel
Returns the owner.
getOwner() - Method in class adams.gui.tools.findinfiles.AbstractFindInFilesAction
Returns the owning panel.
getOwner() - Method in class adams.gui.tools.ImageProcessorMultiPagePane
Returns the owner.
getOwner() - Method in class adams.gui.tools.previewbrowser.localfiles.AbstractLocalFilesAction
Returns the owner.
getOwner() - Method in class adams.gui.tools.remotecontrolcenter.panels.AbstractRemoteControlCenterTab
Returns the owner.
getOwner() - Method in class adams.gui.tools.remotecontrolcenter.RemoteControlCenterEnginesPanel
Returns the owning application.
getOwner() - Method in class adams.gui.tools.remotecontrolcenter.RemoteControlCenterLogPanel
Returns the owning application.
getOwner() - Method in class adams.gui.tools.remotecontrolcenter.RemoteControlCenterManagerPanel
Returns the owning application.
getOwner() - Method in class adams.gui.tools.remotecontrolcenter.RemoteControlCenterPanel
Returns the owner.
getOwner() - Method in class adams.gui.tools.spreadsheetprocessor.AbstractWidget
Returns the owner.
getOwner() - Method in class adams.gui.tools.spreadsheetviewer.MultiPagePane
Returns the owning viewer.
getOwner() - Method in class adams.gui.tools.spreadsheetviewer.SortDefinitionPanel
Returns the owning panel.
getOwner() - Method in class adams.gui.tools.spreadsheetviewer.SpreadSheetPanel
Returns the owning tabbed pane.
getOwner() - Method in class adams.gui.tools.spreadsheetviewer.tab.AbstractViewerTab
Returns the tab manager that this tab belongs to.
getOwner() - Method in class adams.gui.tools.spreadsheetviewer.tab.ViewerTabManager
Returns the editor panel that owns this tab manager.
getOwner() - Method in class adams.gui.tools.wekainvestigator.datatable.action.AbstractEditableDataTableAction
Returns the owner.
getOwner() - Method in class adams.gui.tools.wekainvestigator.evaluation.AbstractEvaluation
Returns the owner.
getOwner() - Method in class adams.gui.tools.wekainvestigator.history.AbstractHistoryPopupMenuItem
Returns the owner.
getOwner() - Method in class adams.gui.tools.wekainvestigator.job.InvestigatorJob
Returns the owner.
getOwner() - Method in class adams.gui.tools.wekainvestigator.job.InvestigatorTabJob
Returns the owner.
getOwner() - Method in class adams.gui.tools.wekainvestigator.source.AbstractSource
Returns the owner of this source.
getOwner() - Method in class adams.gui.tools.wekainvestigator.tab.AbstractInvestigatorTab
Returns the owner of this tab.
getOwner() - Method in class adams.gui.tools.wekainvestigator.tab.InvestigatorTabbedPane
Returns the owner.
getOwner() - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.attributeselaction.AbstractSelectedAttributesAction
Returns the owner.
getOwner() - Method in class adams.gui.tools.wekamultiexperimenter.AbstractExperimenterPanel
Returns the experimenter this panel belongs to.
getOwner() - Method in class adams.gui.tools.wekamultiexperimenter.setup.AbstractSetupOptionPanel
Returns the setup panel this option panel belongs to.
getOwner() - Method in class adams.gui.visualization.core.plot.ContentPanel
Returns the plot panel this panel belongs to.
getOwner() - Method in class adams.gui.visualization.debug.objecttree.Node
Returns the tree this node belongs to.
getOwner() - Method in class adams.gui.visualization.image.AbstractObjectOverlayFromReport
Returns the owning panel.
getOwner() - Method in class adams.gui.visualization.image.AbstractObjectOverlayFromReport.LocatedObjectsPanel
Returns the owner.
getOwner() - Method in class adams.gui.visualization.image.AbstractPointOverlayFromReport
Returns the owning panel.
getOwner() - Method in class adams.gui.visualization.image.AbstractPointOverlayFromReport.LocatedPointsPanel
Returns the owner.
getOwner() - Method in class adams.gui.visualization.image.ColorPickerPanel
Returns the owning panel.
getOwner() - Method in class adams.gui.visualization.image.ImageMultiPagePane
Returns the owner.
getOwner() - Method in class adams.gui.visualization.image.ImagePanel.PaintPanel
Returns the owning panel.
getOwner() - Method in class adams.gui.visualization.image.ObjectAnnotations
Returns the owning panel.
getOwner() - Method in class adams.gui.visualization.image.ObjectAnnotations.LocatedObjectsPanel
Returns the owner.
getOwner() - Method in class adams.gui.visualization.instance.InstanceContainerManager
Returns the owning panel.
getOwner() - Method in class adams.gui.visualization.instance.InstancePointHitDetector
Returns the owner.
getOwner() - Method in class adams.gui.visualization.instances.instancestable.InstancesSortDefinitionPanel
Returns the owning panel.
getOwner() - Method in class adams.gui.visualization.object.annotationsdisplay.AbstractAnnotationsDisplayPanel
Sets the owning panel.
getOwner() - Method in class adams.gui.visualization.object.annotator.AbstractAnnotator
Returns the owner.
getOwner() - Method in class adams.gui.visualization.object.CanvasPanel
Returns the owner.
getOwner() - Method in class adams.gui.visualization.object.labelselector.AbstractLabelSelectorPanel
Returns the owning panel.
getOwner() - Method in interface adams.gui.visualization.object.labelselector.LabelSelector
Returns the owning panel.
getOwner() - Method in class adams.gui.visualization.object.tools.ToolKeyAdapter
Returns the owning tool.
getOwner() - Method in class adams.gui.visualization.object.tools.ToolMouseAdapter
Returns the owning tool.
getOwner() - Method in class adams.gui.visualization.object.tools.ToolMouseMotionAdapter
Returns the owning tool.
getOwner() - Method in class adams.gui.visualization.segmentation.CanvasPanel
Returns the owner.
getOwner() - Method in class adams.gui.visualization.segmentation.layer.CombinedLayer.CombinedSubLayer
Returns the owner.
getOwner() - Method in class adams.gui.visualization.segmentation.layer.Markers
Returns the owning layer manager.
getOwner() - Method in class adams.gui.visualization.segmentation.paintoperation.AbstractPaintOperation
Returns the owning tool.
getOwner() - Method in interface adams.gui.visualization.segmentation.paintoperation.PaintOperation
Returns the owning tool.
getOwner() - Method in class adams.gui.visualization.segmentation.tool.ToolKeyAdapter
Returns the owning tool.
getOwner() - Method in class adams.gui.visualization.segmentation.tool.ToolMouseAdapter
Returns the owning tool.
getOwner() - Method in class adams.gui.visualization.segmentation.tool.ToolMouseMotionAdapter
Returns the owning tool.
getOwner() - Method in class adams.gui.visualization.sequence.AbstractXYSequencePointHitDetector
Returns the owner.
getOwner() - Method in class adams.gui.visualization.sequence.XYSequenceContainerManager
Returns the owning panel.
getOwner() - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowContainerManager
Returns the owning panel.
getOwner() - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowPointHitDetector
Returns the owner.
getOwner() - Method in class adams.gui.visualization.stats.paintlet.AbstractScatterPlotHitDetector
Returns the owner.
getOwner() - Method in class adams.gui.visualization.stats.zscore.ZScoreHitDetector
Get the zscore plot for detection
getOwner() - Method in class adams.gui.visualization.timeseries.TimeseriesContainerManager
Returns the owning panel.
getOwner() - Method in class adams.gui.visualization.timeseries.TimeseriesPointHitDetector
Returns the owner.
getOwner() - Method in class adams.gui.wizard.AbstractWizardPage
Returns the wizard this page belongs to.
getOwner() - Method in class adams.ml.capabilities.Capabilities
Returns the owner of these capabilities.
getOwner() - Method in class adams.ml.data.DataCellView
Returns the row this cell belongs to.
getOwner() - Method in class adams.ml.data.InstanceView
Returns the spreadsheet this row belongs to.
getOwner() - Method in interface adams.multiprocess.JobWithOwner
Returns the owner.
getOwner() - Method in class adams.opt.genetic.AbstractGeneticAlgorithm.GeneticAlgorithmJob
Returns the algorithm this job belongs to.
getOwner() - Method in class adams.opt.optimise.GeneticAlgorithm.GAJob
Returns the owner.
getOwner() - Method in class adams.scripting.engine.AbstractRemoteCommandHandler
Returns the owning scripting engine.
getOwner() - Method in interface adams.scripting.engine.RemoteCommandHandler
Returns the owning scripting engine.
getOwner() - Method in class adams.scripting.requesthandler.AbstractRequestHandler
Returns the owning engine.
getOwner() - Method in interface adams.scripting.requesthandler.RequestHandler
Returns the owning engine.
getOwner() - Method in class adams.scripting.responsehandler.AbstractResponseHandler
Returns the owning engine.
getOwner() - Method in interface adams.scripting.responsehandler.ResponseHandler
Returns the owning engine.
getOwnerPlugin() - Method in class adams.gui.visualization.image.plugins.Brightness.BrightnessDialog
Returns the owner of this dialog.
getP() - Method in class adams.data.image.moments.CentralMoment
Returns the exponent for x.
getP() - Method in class adams.data.image.moments.Moment
Returns the exponent for x.
getP() - Method in class adams.data.image.moments.NormalizedMoment
Returns the exponent for x.
getPackage() - Method in class adams.core.option.AbstractJavaCodeProducer
Returns the package name to use.
getPackage() - Method in class adams.core.option.ActorExecutionClassProducer
Returns the package name to use.
getPackage() - Method in class adams.core.option.ApplyActorProducer
Returns the package name to use.
getPackage() - Method in class adams.core.option.JavaInstantiationProducer
Returns the package name to use.
getPackage() - Method in class adams.core.PropertiesToCode
Returns the package name to use.
getPad() - Method in class adams.data.conversion.StringToValidVariableName
Returns the replacement string for invalid characters.
getPadCharacter() - Method in class adams.data.conversion.LeftPad
Returns the character to pad width.
getPadCharacter() - Method in class adams.data.conversion.RightPad
Returns the character to pad width.
getPadding() - Method in class weka.filters.unsupervised.attribute.FastWavelet
Gets the type of Padding to use.
getPaddingType() - Method in class adams.data.filter.AbstractFastWavelet
Returns the padding type.
getPaddingType() - Method in class adams.data.filter.AbstractFFT
Returns the padding type.
getPage() - Method in class adams.gui.core.MultiPagePane.PageContainer
Returns the page.
getPageAt(int) - Method in class adams.gui.core.MultiPagePane
Returns the page component at the specified index.
getPageAt(int) - Method in class adams.gui.wizard.WizardPane
Returns the specified page.
getPageBreakAfter() - Method in class adams.flow.transformer.pdfproclet.AbstractPdfProcletWithPageBreaks
Returns whether a page break is added after the file is inserted.
getPageBreakAfter() - Method in class adams.flow.transformer.pdfproclet.FixedText
Returns whether a page break is added after the file is inserted.
getPageBreakAfter() - Method in class adams.flow.transformer.pdfproclet.Headline
Returns whether a page break is added after the file is inserted.
getPageBreakAfter() - Method in class adams.flow.transformer.pdfproclet.MetaHeadline
Returns whether a page break is added after the file is inserted.
getPageBreakAfter() - Method in interface adams.flow.transformer.pdfproclet.PdfProcletWithPageBreaks
Returns whether a page break is added after the file is inserted.
getPageBreakBefore() - Method in class adams.flow.transformer.pdfproclet.AbstractPdfProcletWithPageBreaks
Returns whether a page break is added before the file is inserted.
getPageBreakBefore() - Method in class adams.flow.transformer.pdfproclet.FixedText
Returns whether a page break is added before the file is inserted.
getPageBreakBefore() - Method in class adams.flow.transformer.pdfproclet.Headline
Returns whether a page break is added before the file is inserted.
getPageBreakBefore() - Method in class adams.flow.transformer.pdfproclet.MetaHeadline
Returns whether a page break is added before the file is inserted.
getPageBreakBefore() - Method in interface adams.flow.transformer.pdfproclet.PdfProcletWithPageBreaks
Returns whether a page break is added before the file is inserted.
getPageCheck() - Method in class adams.gui.wizard.AbstractWizardPage
Returns the page check instance in use.
getPageCloseApprover() - Method in class adams.gui.core.MultiPagePane
Returns the approver for closing pages.
getPageContainerAt(int) - Method in class adams.gui.core.MultiPagePane
Returns the page container at the specified index.
getPageCount() - Method in class adams.gui.core.MultiPagePane
Returns the number of pages.
getPageCount() - Method in class adams.gui.wizard.WizardPane
Returns the current page count.
getPageCount(File) - Static method in class adams.core.io.PDFBox
Returns the number of pages in the PDF document.
getPageIndex() - Method in class adams.flow.transformer.PDFInfo
Returns the page index to use for page specific information.
getPageName() - Method in class adams.gui.wizard.AbstractWizardPage
Returns the page name.
getPageOrientation() - Method in class adams.flow.source.PDFNewDocument
Returns the page orientation.
getPageOrientation() - Method in class adams.flow.transformer.PDFCreate
Returns the page orientation.
getPageOrientation() - Method in class adams.flow.transformer.pdfgenerate.Proclets
Returns the page orientation.
getPageOrientation() - Method in class adams.flow.transformer.pdfproclet.PDFGenerator
Returns the page orientation.
getPageOrientation() - Method in class adams.gui.visualization.multiobjectexport.PDFExport
Returns the page orientation.
getPages() - Method in class adams.flow.transformer.PDFExtract
Returns the page range.
getPages() - Method in class adams.flow.transformer.PDFExtractText
Returns the page range.
getPages() - Method in class adams.flow.transformer.PDFRenderPages
Returns the page range.
getPages() - Method in class adams.flow.transformer.pdfstamp.AbstractPageRangeStamper
Returns the page range.
getPageSegmentation() - Method in class adams.flow.transformer.TesseractOCR
Returns the page segmentation to use.
getPageSize() - Method in class adams.flow.source.PDFNewDocument
Returns the page size.
getPageSize() - Method in class adams.flow.transformer.PDFCreate
Returns the page size.
getPageSize() - Method in class adams.flow.transformer.pdfgenerate.Proclets
Returns the page size.
getPageSize() - Method in class adams.flow.transformer.pdfproclet.PDFGenerator
Returns the page size.
getPageSize() - Method in class adams.gui.visualization.multiobjectexport.PDFExport
Returns the page size.
getPageTitles() - Method in class adams.gui.tools.spreadsheetviewer.MultiPagePane
Returns all the page titles.
getPageUndoList() - Method in class adams.gui.core.MultiPagePane
Returns the page undo list.
getPaint() - Method in class adams.gui.print.PostscriptGraphics
 
getPaintAll() - Method in class adams.gui.visualization.sequence.BarPaintlet
Returns whether marker shapes are disabled.
getPaintAll() - Method in class adams.gui.visualization.sequence.LinePaintlet
Returns whether marker shapes are disabled.
getPaintAll() - Method in class adams.gui.visualization.sequence.StickPaintlet
Returns whether marker shapes are disabled.
getPaintlet() - Method in class adams.flow.sink.Canvas
Returns the paintlet to use for plotting the data.
getPaintlet() - Method in class adams.flow.sink.ControlChartPlot
Returns the paintlet to use.
getPaintlet() - Method in class adams.flow.sink.MatrixPlot
Gets the paintlet to use for each scatter plot
getPaintlet() - Method in class adams.flow.sink.ScatterDisplay
get the paintlet used to draw the data with
getPaintlet() - Method in class adams.flow.sink.sequenceplotter.ByNameErrorPaintlet
Returns the painlet in use.
getPaintlet() - Method in class adams.flow.sink.sequenceplotter.ByNameMarkerPaintlet
Returns the painlet in use.
getPaintlet() - Method in class adams.flow.sink.SequencePlotter
Returns the paintlet to use.
getPaintlet() - Method in class adams.flow.sink.SimplePlot
Returns the paintlet to use.
getPaintlet() - Method in class adams.flow.sink.SpreadSheetRowViewer
Returns the paintlet in use.
getPaintlet() - Method in class adams.flow.sink.TimeseriesDisplay
Returns the paintlet in use.
getPaintlet() - Method in class adams.flow.sink.WekaInstanceViewer
Returns the paintlet in use.
getPaintlet() - Method in class adams.flow.sink.ZScoreDisplay
Get the paintlet to be used for plotting the data
getPaintlet() - Method in class adams.gui.tools.spreadsheetviewer.chart.GenericPlot
Returns the paintlet to use.
getPaintlet() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.PredictionTrend
Returns the paintlet to use for the plot.
getPaintlet() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.SamplePlot
Returns the paintlet to use.
getPaintlet() - Method in class adams.gui.visualization.sequence.ByNamePaintlet
Returns the painlet in use.
getPaintlet() - Method in class adams.gui.visualization.sequence.MathExpressionOverlayPaintlet
Returns the paintlet to use for painting the generated data points.
getPaintlet() - Method in interface adams.gui.visualization.sequence.MetaXYSequencePaintlet
Returns the painlet in use.
getPaintlet() - Method in class adams.gui.visualization.sequence.PaintletWithFixedXRange
Returns the painlet in use.
getPaintlet() - Method in class adams.gui.visualization.sequence.PaintletWithFixedYRange
Returns the painlet in use.
getPaintlet() - Method in class adams.gui.visualization.stats.fourinone.VersusFitOptions
Get the paintlet used to plot the versus fit
getPaintlet() - Method in class adams.gui.visualization.stats.fourinone.VersusOrderOptions
Get the paintlet for the versus order plot
getPaintlet() - Method in class adams.gui.visualization.stats.histogram.HistogramOptions
Get the paintlet for plotting the histogram
getPaintlet() - Method in class adams.gui.visualization.stats.scatterplot.AbstractScatterPlotOverlay
Get the paintlet that is doing the drawing
getPaintlet() - Method in class adams.gui.visualization.stats.scatterplot.ScatterPlot
Get the paintlet used initially to plot the data
getPaintlet() - Method in class adams.gui.visualization.stats.zscore.AbstractZScoreOverlay
get the paintlet used to plot the overlay
getPaintlet() - Method in class adams.gui.visualization.timeseries.PaintletWithFixedXRange
Returns the painlet in use.
getPaintlet() - Method in class adams.gui.visualization.timeseries.PaintletWithFixedYRange
Returns the painlet in use.
getPaintlets() - Static method in class adams.gui.visualization.core.AbstractPaintlet
Returns a list with classnames of paintlets.
getPaintlets() - Static method in class adams.gui.visualization.image.paintlet.AbstractPaintlet
Returns a list with classnames of paintlets.
getPaintMoment() - Method in class adams.flow.sink.canvas.AbstractDataPoolPaintlet
Returns when this paintlet is to be executed.
getPaintMoment() - Method in class adams.flow.sink.controlchartplot.LimitPaintlet
Returns when this paintlet is to be executed.
getPaintMoment() - Method in class adams.flow.sink.sequenceplotter.AbstractErrorPaintlet
Returns when this paintlet is to be executed.
getPaintMoment() - Method in class adams.flow.sink.sequenceplotter.AbstractMarkerPaintlet
Returns when this paintlet is to be executed.
getPaintMoment() - Method in class adams.gui.event.PaintEvent
Returns the paint moment of which a paintlet has to be in order to be executed.
getPaintMoment() - Method in class adams.gui.visualization.container.AbstractDataContainerZoomOverviewPaintlet
Returns when this paintlet is to be executed.
getPaintMoment() - Method in class adams.gui.visualization.core.AbstractPaintlet
Returns when this paintlet is to be executed.
getPaintMoment() - Method in class adams.gui.visualization.core.BackgroundImagePaintlet
Returns when this paintlet is to be executed.
getPaintMoment() - Method in class adams.gui.visualization.core.CoordinatesPaintlet
Returns when this paintlet is to be executed.
getPaintMoment() - Method in class adams.gui.visualization.core.CrossHairTracker
Returns when this paintlet is to be executed.
getPaintMoment() - Method in class adams.gui.visualization.core.HorizontalIndicatorPaintlet
Returns when this paintlet is to be executed.
getPaintMoment() - Method in class adams.gui.visualization.core.MultiMouseMovementTracker
Returns when this paintlet is to be executed.
getPaintMoment() - Method in class adams.gui.visualization.core.MultiPaintlet
Returns when this paintlet is to be executed.
getPaintMoment() - Method in interface adams.gui.visualization.core.Paintlet
Returns when this paintlet is to be executed.
getPaintMoment() - Method in class adams.gui.visualization.core.TextOverlayPaintlet
Returns when this paintlet is to be executed.
getPaintMoment() - Method in class adams.gui.visualization.instance.AbstractInstancePaintlet
Returns when this paintlet is to be executed.
getPaintMoment() - Method in class adams.gui.visualization.report.ReportDateFieldPaintlet
Returns when this paintlet is to be executed.
getPaintMoment() - Method in class adams.gui.visualization.report.ReportDateFieldRangePaintlet
Returns when this paintlet is to be executed.
getPaintMoment() - Method in class adams.gui.visualization.sequence.AbstractXYSequencePaintlet
Returns when this paintlet is to be executed.
getPaintMoment() - Method in class adams.gui.visualization.sequence.DiagonalOverlayPaintlet
Returns when this paintlet is to be executed.
getPaintMoment() - Method in class adams.gui.visualization.sequence.KendallTheilOverlayPaintlet
Returns when this paintlet is to be executed.
getPaintMoment() - Method in class adams.gui.visualization.sequence.LinearRegressionOverlayPaintlet
Returns when this paintlet is to be executed.
getPaintMoment() - Method in class adams.gui.visualization.sequence.LOWESSOverlayPaintlet
Returns when this paintlet is to be executed.
getPaintMoment() - Method in class adams.gui.visualization.sequence.MathExpressionOverlayPaintlet
Returns when this paintlet is to be executed.
getPaintMoment() - Method in class adams.gui.visualization.sequence.MeanOverlayPaintlet
Returns when this paintlet is to be executed.
getPaintMoment() - Method in class adams.gui.visualization.sequence.MedianOverlayPaintlet
Returns when this paintlet is to be executed.
getPaintMoment() - Method in class adams.gui.visualization.sequence.MultiPaintlet
Returns when this paintlet is to be executed.
getPaintMoment() - Method in class adams.gui.visualization.sequence.PercentileOverlayPaintlet
Returns when this paintlet is to be executed.
getPaintMoment() - Method in class adams.gui.visualization.sequence.StdDevOverlayPaintlet
Returns when this paintlet is to be executed.
getPaintMoment() - Method in class adams.gui.visualization.sequence.StraightLineOverlayPaintlet
Returns when this paintlet is to be executed.
getPaintMoment() - Method in class adams.gui.visualization.sequence.TextOverlayPaintlet
Returns when this paintlet is to be executed.
getPaintMoment() - Method in class adams.gui.visualization.spreadsheet.AbstractSpreadSheetRowPaintlet
Returns when this paintlet is to be executed.
getPaintMoment() - Method in class adams.gui.visualization.stats.paintlet.AbstractOverlayPaintlet
 
getPaintMoment() - Method in class adams.gui.visualization.stats.paintlet.AbstractProbabilityPaintlet
Returns when this paintlet is to be executed.
getPaintMoment() - Method in class adams.gui.visualization.stats.paintlet.AbstractScatterPlotPaintlet
 
getPaintMoment() - Method in class adams.gui.visualization.stats.paintlet.AbstractZOverlayPaintlet
 
getPaintMoment() - Method in class adams.gui.visualization.stats.paintlet.AbstractZScorePaintlet
 
getPaintMoment() - Method in class adams.gui.visualization.stats.paintlet.CoordinatesPaintlet
Returns when this paintlet is to be executed.
getPaintMoment() - Method in class adams.gui.visualization.stats.paintlet.HistogramPaintlet
 
getPaintMoment() - Method in class adams.gui.visualization.stats.paintlet.VsFitPaintlet
 
getPaintMoment() - Method in class adams.gui.visualization.stats.paintlet.VsOrderPaintlet
Returns when this paintlet is to be executed.
getPaintMoment() - Method in class adams.gui.visualization.timeseries.FixedTimestampPaintlet
Returns when this paintlet is to be executed.
getPaintMoment() - Method in class adams.gui.visualization.timeseries.FixedTimestampRangePaintlet
Returns when this paintlet is to be executed.
getPaintMoment() - Method in class adams.gui.visualization.timeseries.PaintletWithFixedXRange
Returns when this paintlet is to be executed.
getPaintMoment() - Method in class adams.gui.visualization.timeseries.PaintletWithFixedYRange
Returns when this paintlet is to be executed.
getPaintMoment() - Method in class adams.gui.visualization.timeseries.PeriodicityPaintlet
Returns when this paintlet is to be executed.
getPaintMoment() - Method in class adams.gui.visualization.timeseries.SelectedTimestampPaintlet
Returns when this paintlet is to be executed.
getPaintMoment() - Method in class adams.gui.visualization.timeseries.TimeseriesPaintlet
Returns when this paintlet is to be executed.
getPaintOperation() - Method in class adams.gui.visualization.segmentation.SegmentationPanel
Returns the paint operation.
getPaintOperation() - Method in class adams.gui.visualization.segmentation.tool.AbstractTool
Returns the paint operation for the tool.
getPaintOperation() - Method in interface adams.gui.visualization.segmentation.tool.Tool
Returns the paint operation for the tool.
getPaintPanel() - Method in class adams.gui.visualization.image.ImagePanel
Returns the actual panel that displays the image.
getPaintPanel() - Method in class adams.gui.visualization.image.paintlet.AbstractPaintlet
Returns the paint panel of the panel, null if no panel present.
getPaintPanel() - Method in interface adams.gui.visualization.image.paintlet.Paintlet
Returns the paint panel of the panel, null if no panel present.
getPairKey() - Method in class adams.core.base.BaseKeyValuePair
Returns the key.
getPairValue() - Method in class adams.core.base.BaseKeyValuePair
Returns the value.
getPane() - Method in class adams.gui.flow.tabhandler.ParsedErrorHandler.ParseOutput
Returns the generated split pane.
getPanel() - Method in class adams.flow.core.AbstractDisplay
Returns the panel.
getPanel() - Method in class adams.flow.transformer.AbstractInteractiveTransformerDialog
Returns the panel.
getPanel() - Method in class adams.flow.transformer.pixelselector.AbstractPixelSelectorAction
Returns the panel, if available.
getPanel() - Method in class adams.gui.core.AbstractNamedHistoryPanel.HistoryEntrySelectionEvent
Returns the panel that triggered the event.
getPanel() - Method in class adams.gui.event.RemoteControlCenterEvent
Returns the panel that triggered the event.
getPanel() - Method in class adams.gui.selection.AbstractTableBasedSelectionDialog
Returns the underlying panel.
getPanel() - Method in class adams.gui.tools.ImageProcessorSubPanel.ImagePopupMenuProvider
Returns the ImagePanel this provider is for.
getPanel() - Method in class adams.gui.tools.wekainvestigator.evaluation.AbstractEvaluation
Returns a panel with options to display.
getPanel() - Method in class adams.gui.visualization.core.AbstractMouseMovementTracker
Returns the panel currently in use.
getPanel() - Method in class adams.gui.visualization.core.AbstractPaintlet
Returns the panel currently in use.
getPanel() - Method in interface adams.gui.visualization.core.MouseMovementTracker
Returns the spectrum panel currently in use.
getPanel() - Method in interface adams.gui.visualization.core.Paintlet
Returns the spectrum panel currently in use.
getPanel() - Method in class adams.gui.visualization.image.paintlet.AbstractPaintlet
Returns the panel currently in use.
getPanel() - Method in interface adams.gui.visualization.image.paintlet.Paintlet
Returns the image panel currently in use.
getPanel() - Static method in class adams.gui.visualization.instance.HistogramFactory
Returns an instance of a new panel for displaying histograms.
getPanel() - Static method in class adams.gui.visualization.spreadsheet.HistogramFactory
Returns an row of a new panel for displaying histograms.
getPanel() - Static method in class adams.gui.visualization.statistics.HistogramFactory
Returns an instance of a new panel for displaying histograms.
getPanel(boolean) - Method in class adams.gui.visualization.debug.SideBySideDiffPanel
Returns the underlying panel.
getPanel(int) - Method in class adams.gui.workspace.AbstractWorkspaceManagerPanel
Returns the panel with at the specified index.
getPanel(Report) - Static method in class adams.gui.visualization.instance.InstanceReportFactory
Returns a new panel for the given report.
getPanel(Report) - Static method in class adams.gui.visualization.spreadsheet.SpreadSheetRowReportFactory
Returns a new panel for the given report.
getPanel(Report, boolean) - Static method in class adams.gui.visualization.report.ReportFactory
Returns a new panel for the given report.
getPanel(ConsolePanel.PanelType) - Method in class adams.gui.core.ConsolePanel
Returns the specified output panel.
getPanel(String) - Method in class adams.gui.workspace.AbstractWorkspaceManagerPanel
Returns the panel with the specified name.
getPanel(String) - Method in class weka.gui.explorer.MultiExplorer
Returns the panel with the specified name.
getPanel(List<ReportContainer>) - Static method in class adams.gui.visualization.instance.InstanceReportFactory
Returns a new table for the given reports.
getPanel(List<ReportContainer>) - Static method in class adams.gui.visualization.report.ReportFactory
Returns a new table for the given reports.
getPanel(List<ReportContainer>) - Static method in class adams.gui.visualization.spreadsheet.SpreadSheetRowReportFactory
Returns a new table for the given reports.
getPanelAt(int) - Method in class adams.gui.dialog.MultiSpreadSheetDialog
Returns the spreadsheet panel at the specified location.
getPanelAt(int) - Method in class adams.gui.flow.FlowMultiPagePane
Returns the panel at the specified position.
getPanelAt(int) - Method in class adams.gui.tools.ImageProcessorMultiPagePane
Returns the image panel of the specified tab.
getPanelAt(int) - Method in class adams.gui.tools.ImageProcessorPanel
Returns the image panel of the specified tab.
getPanelAt(int) - Method in class adams.gui.tools.spreadsheetviewer.MultiPagePane
Returns the panel at the specified position.
getPanelAt(int) - Method in class adams.gui.visualization.image.ImageMultiPagePane
Returns the image panel of the specified tab.
getPanelAt(int) - Method in class adams.gui.visualization.image.ImageViewerPanel
Returns the image panel of the specified tab.
getPanelAt(int) - Method in class adams.gui.visualization.pdf.PDFViewerPanel.MultiPagePane
Returns the PDF panel at the specified position.
getPanelCount() - Method in class adams.gui.dialog.MultiSpreadSheetDialog
Returns the number of spreadsheets currently display.
getPanelCount() - Method in class adams.gui.flow.FlowMultiPagePane
Returns the number of panels in the tabbed pane.
getPanelCount() - Method in class adams.gui.tools.ImageProcessorPanel
Returns the number of panels in the multi-page pane.
getPanelCount() - Method in class adams.gui.tools.spreadsheetviewer.MultiPagePane
Returns the number of panels in the tabbed pane.
getPanelEvaluator() - Method in class adams.gui.tools.wekainvestigator.tab.AttributeSelectionTab
Returns the panel with the evaluator.
getPanelFilter() - Method in class adams.gui.flow.menu.RunClearGraphicalOutput
Returns the filter to apply to the selected flow panels.
getPanelFilter() - Method in class adams.gui.flow.menu.RunRun
Returns the filter to apply to the selected flow panels.
getPanelFilter() - Method in class adams.gui.flow.menu.RunRunAll
Returns the filter to apply to the selected flow panels.
getPanelFilter() - Method in class adams.gui.flow.menu.RunStop
Returns the filter to apply to the selected flow panels.
getPanelFilter() - Method in class adams.gui.flow.menu.RunStopAll
Returns the filter to apply to the selected flow panels.
getPanelFilter(boolean) - Method in class adams.gui.flow.menu.RunValidateSetup
Returns the filter to apply to the selected flow panels.
getPanelForReports(List) - Static method in class adams.gui.visualization.instance.InstanceReportFactory
Returns a new table for the given reports.
getPanelForReports(List) - Static method in class adams.gui.visualization.report.ReportFactory
Returns a new table for the given reports.
getPanelForReports(List) - Static method in class adams.gui.visualization.spreadsheet.SpreadSheetRowReportFactory
Returns a new table for the given reports.
getPanelGOE() - Method in class adams.gui.tools.wekainvestigator.tab.AssociateTab
Returns the panel with the algorithm.
getPanelGOE() - Method in class adams.gui.tools.wekainvestigator.tab.ClassifyTab
Returns the panel with the algorithm.
getPanelGOE() - Method in class adams.gui.tools.wekainvestigator.tab.ClusterTab
Returns the panel with the algorithm.
getPanelHeight() - Method in class adams.flow.sink.ArrayDisplay
Returns the currently set height of the individual panels.
getPanelHeight() - Method in class adams.flow.sink.DisplayPanelGrid
Returns the currently set height of the individual panels.
getPanelLeft() - Method in class adams.gui.tools.wekainvestigator.tab.AssociateTab
Returns the left panel.
getPanelLeft() - Method in class adams.gui.tools.wekainvestigator.tab.AttributeSelectionTab
Returns the left panel.
getPanelLeft() - Method in class adams.gui.tools.wekainvestigator.tab.ClassifyTab
Returns the left panel.
getPanelLeft() - Method in class adams.gui.tools.wekainvestigator.tab.ClusterTab
Returns the left panel.
getPanelLeft() - Method in class adams.gui.tools.wekainvestigator.tab.ExperimentTab
Returns the left panel.
getPanelName() - Method in class adams.flow.sink.AbstractDisplayPanel
Returns the name of the panel.
getPanelName() - Method in interface adams.flow.sink.DisplayPanel
Returns the name of the panel.
getPanelProvider() - Method in class adams.flow.control.Inspect
Returns the panel provider in use for generating the panels.
getPanelProvider() - Method in class adams.flow.sink.ArrayDisplay
Returns the panel provider in use for generating the sub-panels.
getPanelProvider() - Method in class adams.flow.sink.DisplayPanelGrid
Returns the panel provider in use for generating the panels.
getPanelProvider() - Method in class adams.flow.sink.DisplayPanelManager
Returns the panel provider in use for generating the panels.
getPanelProvider() - Method in class adams.flow.sink.Screenshot
Returns the panel provider in use for generating the panels.
getPanelRight() - Method in class adams.gui.tools.wekainvestigator.tab.AssociateTab
Returns the right panel.
getPanelRight() - Method in class adams.gui.tools.wekainvestigator.tab.AttributeSelectionTab
Returns the right panel.
getPanelRight() - Method in class adams.gui.tools.wekainvestigator.tab.ClassifyTab
Returns the right panel.
getPanelRight() - Method in class adams.gui.tools.wekainvestigator.tab.ClusterTab
Returns the right panel.
getPanelRight() - Method in class adams.gui.tools.wekainvestigator.tab.ExperimentTab
Returns the right panel.
getPanelRight() - Method in class adams.gui.tools.wekamultiexperimenter.analysis.DefaultAnalysisPanel
Returns the panel on the right (for the analysis display).
getPanels() - Static method in class adams.gui.application.AbstractPreferencesPanel
Returns a list with classnames of setup panels.
getPanels() - Static method in class adams.gui.tools.wekamultiexperimenter.analysis.AbstractAnalysisPanel
Returns a list with classnames of panels.
getPanels() - Static method in class adams.gui.tools.wekamultiexperimenter.setup.AbstractSetupPanel
Returns a list with classnames of panels.
getPanels() - Static method in class adams.gui.tools.wekamultiexperimenter.setup.weka.AbstractOutputPanel
Returns a list with classnames of panels.
getPanels() - Static method in class weka.gui.explorer.panels.AbstractAdditionalExplorerPanel
Returns a list with classnames of panels.
getPanelSearch() - Method in class adams.gui.tools.wekainvestigator.tab.AttributeSelectionTab
Returns the panel with the search.
getPanelWidth() - Method in class adams.flow.sink.ArrayDisplay
Returns the currently set width of the individual panels.
getPanelWidth() - Method in class adams.flow.sink.DisplayPanelGrid
Returns the currently set width of the individual panels.
getParameter(int) - Method in class adams.gui.core.ParameterPanel
Returns the parameter component at the specified location.
getParameter(int) - Method in class adams.gui.core.ParameterPanelWithButtons
Returns the parameter component at the specified location.
getParameter(String) - Method in class adams.db.ConnectionParameters
Returns the parameter for the specified key.
getParameter(String, Object) - Method in class adams.gui.scripting.AbstractScriptlet
Returns the associated value of the parameter.
getParameterCount() - Method in class adams.gui.core.ParameterPanel
Returns the number of parameters currently displayed.
getParameterDescription() - Method in class adams.gui.scripting.AbstractScriptlet
Returns a one-line listing of the parameters.
getParameterPanel() - Method in class adams.gui.wizard.ParameterPanelPage
Returns the underlying parameter panel.
getParameterPanel() - Method in class adams.gui.wizard.PropertySheetPanelPage
Returns the underlying property sheet panel.
getParameterPanel() - Method in class adams.gui.wizard.WekaPropertySheetPanelPage
Returns the underlying property sheet panel.
getParameters() - Method in class adams.data.image.luminance.AbstractLuminanceParameters
Returns the parameters for R, G and B (sum up to 1).
getParameters() - Method in class adams.data.image.luminance.BT2020
Returns the parameters for R, G and B (sum up to 1).
getParameters() - Method in class adams.data.image.luminance.BT601
Returns the parameters for R, G and B (sum up to 1).
getParameters() - Method in class adams.data.image.luminance.BT709
Returns the parameters for R, G and B (sum up to 1).
getParameters() - Method in class adams.data.image.luminance.Custom
Returns the parameters for R, G and B (sum up to 1).
getParameters() - Method in class adams.flow.source.AbstractWekaSetupGenerator
Returns the setup parameters.
getParameters() - Method in class adams.flow.source.HttpRequest
Returns the form parameters for the request.
getParameters() - Method in class adams.gui.event.SearchEvent
Returns the search parameters.
getParams() - Method in class adams.data.report.Report
Get the parameters.
getParent() - Method in class adams.core.io.PlaceholderFile
Returns the pathname string of this abstract pathname's parent, or null if this pathname does not name a parent directory.
getParent() - Method in class adams.data.container.AbstractDataPoint
Returns the spectrum this point belongs to.
getParent() - Method in interface adams.data.container.DataPoint
Returns the container this point belongs to.
getParent() - Method in class adams.flow.core.AbstractActor
Returns the parent of this actor, e.g., the group.
getParent() - Method in interface adams.flow.core.Actor
Returns the parent of this actor, e.g., the group.
getParent() - Method in class adams.gui.visualization.core.axis.AbstractAxisModel
Returns the owning axis panel.
getParent() - Method in class adams.gui.visualization.core.axis.AbstractTickGenerator
Returns the owning axis model.
getParent() - Method in interface adams.gui.visualization.core.axis.TickGenerator
Returns the owning axis model.
getParent() - Method in class adams.gui.visualization.debug.objecttree.Node
Returns the parent of this node.
getParent() - Method in class adams.gui.visualization.stats.scatterplot.AbstractScatterPlotOverlay
Return the scatter plot parent the overlay is being drawn on.
getParent() - Method in class adams.gui.visualization.stats.zscore.AbstractZScoreOverlay
get the parent of the overlay
getParent() - Method in class adams.parser.ActorSuggestion
Returns the current parent in use.
getParent() - Method in class adams.parser.actorsuggestion.Parser
Returns the parent of the proposed actor.
getParent() - Method in class adams.parser.ActorTemplateSuggestion
Returns the current parent in use.
getParent() - Method in class adams.parser.ExternalActorSuggestion
Returns the current parent in use.
getParent() - Method in class adams.parser.externalactorsuggestion.Parser
Returns the parent of the proposed actor.
getParent() - Method in class adams.parser.templatesuggestion.Parser
Returns the parent of the proposed template.
getParent(Container, Class) - Static method in class adams.gui.core.GUIHelper
Tries to determine the parent this panel is part of.
getParentChild() - Method in class adams.gui.core.BasePanel
Tries to determine the child window/frame this panel is part of.
getParentChild() - Method in class adams.gui.flow.menu.AbstractFlowEditorCheckBoxMenuItemAction
Tries to determine the parent child window/frame.
getParentChild() - Method in class adams.gui.flow.menu.AbstractFlowEditorMenuItemAction
Tries to determine the parent child window/frame.
getParentChild() - Method in class adams.gui.flow.menu.AbstractFlowEditorSubMenuAction
Tries to determine the parent child window/frame.
getParentChild() - Method in class adams.gui.tools.spreadsheetviewer.menu.AbstractSpreadSheetViewerCheckBoxMenuItemAction
Tries to determine the parent child window/frame.
getParentChild() - Method in class adams.gui.tools.spreadsheetviewer.menu.AbstractSpreadSheetViewerMenuItemAction
Tries to determine the parent child window/frame.
getParentChild() - Method in class adams.gui.tools.spreadsheetviewer.menu.AbstractSpreadSheetViewerSubMenuAction
Tries to determine the parent child window/frame.
getParentChild(Component) - Static method in class adams.gui.core.GUIHelper
Tries to determine the child window/frame this component is part of.
getParentChild(Container) - Static method in class adams.gui.core.GUIHelper
Tries to determine the child window/frame this container is part of.
getParentComponent() - Method in class adams.flow.control.Flow
Returns the current parent component for interactive actors.
getParentComponent() - Method in class adams.flow.core.AbstractActor
Returns the current parent component for interactive actors.
getParentComponent() - Method in interface adams.flow.core.Actor
Returns the current parent component for interactive actors.
getParentComponent(Component) - Static method in class adams.gui.core.GUIHelper
Tries to determine the component this panel is part of in this order: 1.
getParentComponentActor() - Method in interface adams.flow.core.InteractiveActorWithCustomParentComponent
Returns the (optional) callable actor to use as parent component instead of the flow panel.
getParentComponentActor() - Method in class adams.flow.source.AbstractInteractiveSource
Returns the (optional) callable actor to use as parent component instead of the flow panel.
getParentComponentActor() - Method in class adams.flow.source.SelectFile
Returns the (optional) callable actor to use as parent component instead of the flow panel.
getParentComponentActor() - Method in class adams.flow.source.WekaSelectDataset
Returns the (optional) callable actor to use as parent component instead of the flow panel.
getParentComponentActor() - Method in class adams.flow.transformer.AbstractInteractiveTransformer
Returns the (optional) callable actor to use as parent component instead of the flow panel.
getParentDialog() - Method in class adams.gui.core.BasePanel
Tries to determine the dialog this panel is part of.
getParentDialog() - Method in class adams.gui.core.BaseTextArea
Tries to determine the dialog this panel is part of.
getParentDialog() - Method in class adams.gui.core.BaseTextPane
Tries to determine the dialog this panel is part of.
getParentDialog() - Method in class adams.gui.core.BaseTree
Tries to determine the dialog this panel is part of.
getParentDialog() - Method in class adams.gui.flow.menu.AbstractFlowEditorCheckBoxMenuItemAction
Tries to determine the parent dialog.
getParentDialog() - Method in class adams.gui.flow.menu.AbstractFlowEditorMenuItemAction
Tries to determine the parent dialog.
getParentDialog() - Method in class adams.gui.flow.menu.AbstractFlowEditorSubMenuAction
Tries to determine the parent dialog.
getParentDialog() - Method in class adams.gui.flow.tree.menu.AbstractTreePopupMenuItemAction
Tries to determine the dialog this panel is part of.
getParentDialog() - Method in class adams.gui.flow.tree.menu.AbstractTreePopupSubMenuAction
Tries to determine the dialog this panel is part of.
getParentDialog() - Method in class adams.gui.flow.tree.quickaction.AbstractTreeQuickMenuItemAction
Tries to determine the dialog this panel is part of.
getParentDialog() - Method in class adams.gui.goe.AbstractPropertyEditorSupport
Returns the parent dialog if possible.
getParentDialog() - Method in class adams.gui.tools.spreadsheetviewer.menu.AbstractSpreadSheetViewerCheckBoxMenuItemAction
Tries to determine the parent dialog.
getParentDialog() - Method in class adams.gui.tools.spreadsheetviewer.menu.AbstractSpreadSheetViewerMenuItemAction
Tries to determine the parent dialog.
getParentDialog() - Method in class adams.gui.tools.spreadsheetviewer.menu.AbstractSpreadSheetViewerSubMenuAction
Tries to determine the parent dialog.
getParentDialog(Component) - Static method in class adams.gui.core.GUIHelper
Tries to determine the dialog this component is part of.
getParentDialog(Container) - Static method in class adams.gui.core.GUIHelper
Tries to determine the dialog this container is part of.
getParentDir() - Method in class adams.core.io.FtpFileObject
Returns the parent directory.
getParentDir() - Method in class adams.core.io.SftpFileObject
Returns the parent directory.
getParentFile() - Method in class adams.core.io.PlaceholderFile
Returns the abstract pathname of this abstract pathname's parent, or null if this pathname does not name a parent directory.
getParentFrame() - Method in interface adams.gui.application.Child
returns the parent frame, can be null.
getParentFrame() - Method in class adams.gui.application.ChildFrame
returns the parent frame, can be null.
getParentFrame() - Method in class adams.gui.core.BasePanel
Tries to determine the frame this panel is part of.
getParentFrame() - Method in class adams.gui.core.BaseTextArea
Tries to determine the frame the container is part of.
getParentFrame() - Method in class adams.gui.core.BaseTextPane
Tries to determine the frame the container is part of.
getParentFrame() - Method in class adams.gui.core.BaseTree
Tries to determine the frame this panel is part of.
getParentFrame() - Method in class adams.gui.flow.menu.AbstractFlowEditorCheckBoxMenuItemAction
Tries to determine the parent frame.
getParentFrame() - Method in class adams.gui.flow.menu.AbstractFlowEditorMenuItemAction
Tries to determine the parent frame.
getParentFrame() - Method in class adams.gui.flow.menu.AbstractFlowEditorSubMenuAction
Tries to determine the parent frame.
getParentFrame() - Method in class adams.gui.flow.tree.menu.AbstractTreePopupMenuItemAction
Tries to determine the frame this panel is part of.
getParentFrame() - Method in class adams.gui.flow.tree.menu.AbstractTreePopupSubMenuAction
Tries to determine the frame this panel is part of.
getParentFrame() - Method in class adams.gui.flow.tree.quickaction.AbstractTreeQuickMenuItemAction
Tries to determine the frame this panel is part of.
getParentFrame() - Method in class adams.gui.goe.AbstractPropertyEditorSupport
Returns the parent frame if possible.
getParentFrame() - Method in class adams.gui.tools.spreadsheetviewer.menu.AbstractSpreadSheetViewerCheckBoxMenuItemAction
Tries to determine the parent frame.
getParentFrame() - Method in class adams.gui.tools.spreadsheetviewer.menu.AbstractSpreadSheetViewerMenuItemAction
Tries to determine the parent frame.
getParentFrame() - Method in class adams.gui.tools.spreadsheetviewer.menu.AbstractSpreadSheetViewerSubMenuAction
Tries to determine the parent frame.
getParentFrame(Component) - Static method in class adams.gui.core.GUIHelper
Tries to determine the frame the component is part of.
getParentFrame(Container) - Static method in class adams.gui.core.GUIHelper
Tries to determine the frame the container is part of.
getParentInternalFrame() - Method in class adams.gui.core.BasePanel
Tries to determine the internal frame this panel is part of.
getParentInternalFrame() - Method in class adams.gui.core.BaseTextArea
Tries to determine the internal frame this panel is part of.
getParentInternalFrame() - Method in class adams.gui.core.BaseTextPane
Tries to determine the internal frame this panel is part of.
getParentInternalFrame() - Method in class adams.gui.core.BaseTree
Tries to determine the internal frame this panel is part of.
getParentInternalFrame(Component) - Static method in class adams.gui.core.GUIHelper
Tries to determine the internal frame this component is part of.
getParentInternalFrame(Container) - Static method in class adams.gui.core.GUIHelper
Tries to determine the internal frame this container is part of.
getParentNode() - Method in class adams.parser.ActorSuggestion
Returns the current parent node in use.
getParentNode() - Method in class adams.parser.actorsuggestion.Parser
Returns the parent node of the proposed actor.
getParentNode() - Method in class adams.parser.ExternalActorSuggestion
Returns the current parent node in use.
getParentNode() - Method in class adams.parser.externalactorsuggestion.Parser
Returns the parent node of the proposed actor.
getParentPath() - Method in class adams.flow.core.ActorPath
Returns the path without the last element.
getParentTitle() - Method in class adams.gui.core.BasePanel
Returns the current title of the parent.
getParseFormulas() - Method in class adams.data.io.input.CsvSpreadSheetReader
Returns whether to parse formula-like cells.
getParser() - Method in class adams.core.management.ExternalResourceClassPathAugmenter
Configures and returns the commandline parser.
getParser() - Method in class adams.core.option.AbstractSimpleOptionParser
Configures and returns the commandline parser.
getParser() - Method in interface adams.core.option.SimpleOptionParser
Configures and returns the commandline parser.
getParser() - Method in class weka.classifiers.functions.MathExpressionClassifier
Returns the parser to use.
getPart(int) - Method in class adams.core.base.MavenArtifact
Returns the specified part of the coordinate triplet.
getPart(int) - Method in class adams.core.base.MavenArtifactExclusion
Returns the specified part of the coordinate triplet.
getPart(int) - Method in class adams.core.base.MavenRepository
Returns the specified part of the coordinate triplet.
getPartial() - Method in class adams.data.image.transformer.subimages.AbstractSubImagesGenerator
Returns whether to include partial hits.
getPartial() - Method in class adams.data.objectfinder.ObjectsInPolygon
Returns whether to include partial hits.
getPartial() - Method in class adams.data.objectfinder.ObjectsInRegion
Returns whether to include partial hits.
getPartialCounts() - Method in class adams.flow.transformer.CountObjectsInPolygon
Returns whether to include partial hits.
getPartialCounts() - Method in class adams.flow.transformer.CountObjectsInRegion
Returns whether to include partial hits.
getPartialDir() - Method in class adams.flow.source.RSync
 
getParts() - Method in class adams.core.base.BaseAnnotation
Returns the building blocks of the annotation, String and Tag objects.
getPassphrase() - Method in class adams.scripting.connection.AbstractSSHConnection.TrustAll
 
getPassword() - Method in class adams.core.io.lister.FtpDirectoryLister
Returns the FTP password to use.
getPassword() - Method in class adams.core.io.lister.SftpDirectoryLister
Returns the SSH password to use.
getPassword() - Method in class adams.core.io.lister.SmbDirectoryLister
Returns the SMB password to use.
getPassword() - Method in class adams.core.option.DatabaseActorExecutionClassProducer
Returns the database URL.
getPassword() - Method in interface adams.core.PasswordSupporter
Returns the password.
getPassword() - Method in class adams.db.AbstractDatabaseConnection
Returns the currently set database password.
getPassword() - Method in class adams.db.AbstractDatabaseObjectWithOptionHandling
Returns the password of the database user.
getPassword() - Method in class adams.db.ConnectionParameters
Returns the password.
getPassword() - Method in interface adams.db.DatabaseConnectionParameterHandler
Returns the currently set database password.
getPassword() - Method in class adams.flow.sink.WekaDatabaseWriter
Returns the database password.
getPassword() - Method in class adams.flow.source.WekaDatabaseReader
Returns the database password.
getPassword() - Method in class adams.flow.standalone.AbstractDatabaseConnection
Returns the database password.
getPassword() - Method in class adams.flow.standalone.FTPConnection
Returns the FTP password to use.
getPassword() - Method in class adams.flow.standalone.SMBConnection
Returns the SMB password to use.
getPassword() - Method in class adams.flow.standalone.SMTPConnection
Returns the SMTP password to use.
getPassword() - Method in class adams.flow.standalone.SSHConnection
Returns the SSH password to use.
getPassword() - Method in class adams.gui.chooser.FtpRemoteDirectorySetup
Returns the FTP password to use.
getPassword() - Method in class adams.gui.chooser.SftpRemoteDirectorySetup
Returns the SSH password to use.
getPassword() - Method in class adams.gui.chooser.SmbRemoteDirectorySetup
Returns the SMB password to use.
getPassword() - Method in class adams.gui.dialog.PasswordDialog
Returns the current password.
getPassword() - Method in class adams.run.RunDatabaseScheme
Returns the password of the database user.
getPassword() - Method in class adams.scripting.connection.AbstractSSHConnection
Returns the SSH password to use.
getPassword() - Method in class adams.scripting.connection.AbstractSSHConnection.TrustAll
 
getPassword() - Method in class adams.scripting.connection.FTPConnection
Returns the FTP password to use.
getPassword() - Method in class adams.tools.ZipPassword
Returns the file for outputting the password.
getPassword(String) - Method in class adams.core.Properties
Returns the password associated with the string.
getPassword(String, BasePassword) - Method in class adams.core.Properties
Returns the password associated with the string.
getPassword(Proxy.Type) - Method in class adams.core.net.ProxyHelper
Returns the proxy password.
getPasswordFile() - Method in class adams.flow.source.RSync
 
getPaste() - Method in class adams.gui.chooser.FileChooserBookmarksPanel.FileChooserBookmarksIconLoader
Returns the "paste" icon.
getPath() - Method in class adams.core.discovery.PropertyPath.PropertyContainer
Returns the associated path.
getPath() - Method in class adams.core.option.OptionTraversalPath
Returns the full property path.
getPath() - Method in class adams.flow.core.ActorPath
Returns a clone of the path elements.
getPath() - Method in class adams.flow.execution.debug.PathBreakpoint
Returns the full actor path to listen for.
getPath() - Method in class adams.flow.source.SpecifiedActor
Returns the path of the actor to output.
getPath() - Method in class adams.flow.transformer.DeleteJsonValue
Returns the path (or simple key if not starting with $) of the value(s).
getPath() - Method in class adams.flow.transformer.GetJsonValue
Returns the path (or simple key if not starting with $) of the value(s).
getPath() - Method in class adams.flow.transformer.GetObjectProperty
Returns the path of the object to obtain.
getPath() - Method in class adams.flow.transformer.SetJsonValue
Returns the path (or simple key if not starting with $) of the value(s).
getPath(int) - Method in class adams.core.option.OptionTraversalPath
Returns the path at the specified index.
getPath(Node) - Method in class adams.gui.flow.tree.Tree
Tries to find the node in the tree and returns the path to it.
getPath(String) - Method in class adams.core.Properties
Returns the path value associated with the key, or null if not found.
getPath(String, String) - Method in class adams.core.Properties
Returns the path value associated with the key, or the default value if not found.
getPathComponent(int) - Method in class adams.flow.core.ActorPath
Returns the specified element of the path.
getPathCount() - Method in class adams.flow.core.ActorPath
Returns the number of path elements this path is made of.
getPaths() - Method in class adams.gui.flow.tabhandler.ParsedErrorHandler.ParseOutput
Returns the extracted paths.
getPathSeparator() - Method in class adams.data.conversion.DOMToProperties
Returns the separator in use.
getPauseStateManager() - Method in class adams.flow.control.Flow
Returns the pause state manager.
getPauseStateManager() - Method in class adams.flow.control.SubProcess
Returns the pause state manager.
getPauseStateManager() - Method in interface adams.flow.core.PauseStateHandler
Returns the pause state manager.
getPayload() - Method in class adams.core.WrapperHashSet.Wrapper
Returns the stored object.
getPayload() - Method in class adams.data.barcode.encode.AbstractBarcodeEncoder
Returns the payload to use for generating the barcode.
getPayload() - Method in class adams.data.barcode.encode.EAN13
Returns the payload to use for generating the barcode.
getPayload() - Method in class adams.data.barcode.encode.PassThrough
Returns the payload to use for generating the barcode.
getPayload() - Method in class adams.data.barcode.encode.QRCode
Returns the payload to use for generating the barcode.
getPayload() - Method in class adams.data.barcode.encode.UPCA
Returns the payload to use for generating the barcode.
getPayload() - Method in class adams.data.binning.Binnable
Returns the actual object.
getPayload() - Method in class adams.event.JobCompleteEvent
Returns the payload object, if any.
getPayload() - Method in class adams.event.JobListCompleteEvent
Returns the payload object, if any.
getPayload() - Method in class adams.flow.core.Token
Returns the payload.
getPayload() - Method in class adams.gui.core.BaseTabbedPaneWithTabHiding.PageBackup
Returns the payload of the tab.
getPayload() - Method in class adams.gui.visualization.container.AbstractContainer
Returns the current payload.
getPayload(int) - Method in class adams.gui.core.AbstractNamedHistoryPanel
Returns the payload at the specified index.
getPayload(Class<T>) - Method in class adams.flow.core.Token
Returns the payload properly casted.
getPayload(String) - Method in class adams.gui.core.AbstractNamedHistoryPanel
Returns the payload with the specified name.
getPct() - Method in class weka.classifiers.meta.AbstainLeastMedianSq
 
getPct() - Method in class weka.classifiers.meta.LeastMedianSq
 
getPDFFileChooser() - Method in class adams.flow.sink.PDFViewer
Returns (and initializes if necessary) the file chooser for the text.
getPdfFileFilter() - Static method in class adams.gui.core.ExtensionFileFilter
Returns a filter for PDF files.
getPercent() - Method in class adams.flow.sink.MatrixPlot
Get the percent of the instances in each attribute to work with
getPercent() - Method in class adams.flow.transformer.wekaevaluationpostprocessor.RemoveWorst
Returns the percentage to remove.
getPercentage() - Method in class adams.data.splitgenerator.generic.splitter.DefaultSplitter
Returns the split percentage.
getPercentage() - Method in interface adams.data.splitgenerator.RandomSplitGenerator
Returns the split percentage.
getPercentage() - Method in class adams.flow.transformer.arraysubsetgeneration.Percentage
Returns the percentage to pick.
getPercentage() - Method in class adams.flow.transformer.arraysubsetgeneration.SimplePercentage
Returns the percentage to pick.
getPercentage() - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesGroupedRandomSplitGenerator
Returns the split percentage.
getPercentage() - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesRandomSplitGenerator
Returns the split percentage.
getPercentage() - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.SpreadSheetRandomSplitGenerator
Returns the split percentage.
getPercentage() - Method in class adams.flow.transformer.preparefilebaseddataset.TrainTestSplit
Returns the split percentage.
getPercentage() - Method in class adams.flow.transformer.WekaBootstrapping
Returns the percentage (0-1).
getPercentage() - Method in class adams.flow.transformer.WekaRandomSplit
Returns the percentage (0-1).
getPercentage() - Method in class adams.gui.tools.wekamultiexperimenter.experiment.TrainTestSplitExperiment
Returns the split percentage.
getPercentage() - Method in class adams.gui.visualization.core.HorizontalIndicatorPaintlet
Returns whether the y-value represents a percentage (0-1) instead of an absolute value.
getPercentage() - Method in class adams.ml.evaluation.DefaultRandomSplitGenerator
Returns the split percentage.
getPercentage() - Method in class weka.classifiers.BestBinnedNumericClassRandomSplitGenerator
Returns the split percentage.
getPercentage() - Method in class weka.classifiers.BinnedNumericClassRandomSplitGenerator
Returns the split percentage.
getPercentage() - Method in class weka.classifiers.DefaultRandomSplitGenerator
Returns the split percentage.
getPercentage() - Method in class weka.classifiers.GroupedBinnedNumericClassRandomSplitGenerator
Returns the split percentage.
getPercentage() - Method in class weka.classifiers.GroupedRandomSplitGenerator
Returns the split percentage.
getPercentage() - Method in interface weka.classifiers.RandomSplitGenerator
Returns the split percentage.
getPercentile() - Method in class adams.data.spreadsheet.colstatistic.Percentile
Returns the percentile in use.
getPercentile() - Method in class adams.data.spreadsheet.rowstatistic.Percentile
Returns the percentile in use.
getPercentile() - Method in class adams.data.statistics.ArrayPercentile
Returns the percentile to calculate.
getPercentile() - Method in class adams.gui.visualization.sequence.PercentileOverlayPaintlet
Returns the percentile in use.
getPercentile() - Method in class weka.classifiers.meta.AbstainAttributePercentile
 
getPercentile(double) - Method in class adams.data.statistics.Percentile
Returns the specified percentile.
getPercentiles() - Method in class adams.flow.transformer.WekaBootstrapping
Returns the percentiles to calculate for the errors.
getPerformance() - Method in class adams.flow.transformer.WekaClassifierRanker.RankingJob
The generated performance.
getPerformLazySetup() - Method in interface adams.flow.core.LazySetupSupporter
Returns whether to perform a lazy setup, ie when first executed.
getPeriodicity() - Method in class adams.flow.source.wekaforecastersetup.BaselineAdjustedForecasterGenerator
Returns the forecaster generator in use for the periodicity data.
getPeriodicity() - Method in class adams.gui.visualization.core.axis.PeriodicityTickGenerator
Returns the type of periodicity to use.
getPeriodicity() - Method in class adams.gui.visualization.timeseries.DefaultTimeseriesXAxisPanelOptions
Returns the type of periodicity to use for the background.
getPeriodicity() - Method in class adams.gui.visualization.timeseries.PeriodicityPaintlet
Returns the type of periodicity to use.
getPeriodicity() - Method in class weka.classifiers.timeseries.BaselineAdjustedForecaster
Returns the forecaster in use for the periodicity
getPeriodicityPaintlet() - Method in class adams.gui.visualization.timeseries.TimeseriesPanel
Returns the paintlet used for painting the periodicity background.
getPermissionHandler() - Method in class adams.flow.transformer.ExecuteRemoteCommand
Returns the permission handler in use.
getPermissionHandler() - Method in class adams.scripting.engine.AbstractScriptingEngine
Returns the permission handler in use.
getPermissionHandler() - Method in interface adams.scripting.engine.RemoteScriptingEngine
Returns the permission handler in use.
getPhone() - Method in class adams.core.net.EmailContact
Returns the phone.
getPID() - Method in class adams.flow.control.JMap
Returns the PID to monitor.
getPip() - Method in class adams.flow.standalone.PythonEnvironment
Returns the pip executable, uses one on path if pointing to directory.
getPixelDepth(BufferedImage) - Static method in class adams.data.image.BufferedImageHelper
Returns the pixel depth in bits.
getPixelLocation() - Method in class adams.flow.transformer.pixelselector.SimpleOverlay
Returns the pixel location to paint.
getPixelLocation(int) - Method in class adams.flow.transformer.pixelselector.ClassificationOverlay
Returns the pixel location to paint.
getPixelLocation(BufferedImageContainer, int) - Method in class adams.data.image.features.PixelClassifications
Returns the pixel location to paint.
getPixelMatrix(BufferedImage) - Static method in class adams.data.image.BufferedImageHelper
Returns all the pixels of the image as an int array (row-wise).
getPixelOffset() - Method in class adams.gui.visualization.core.axis.AbstractAxisModel
Returns the current pixel offset.
getPixelOffset() - Method in class adams.gui.visualization.core.AxisPanel
Returns the current pixel offset.
getPixelPosition() - Method in class adams.flow.transformer.pixelselector.AbstractPixelSelectorAction
Returns the pixel position, if available.
getPixelRaster(BufferedImage) - Static method in class adams.data.image.BufferedImageHelper
Returns the pixels of the image as an 2-D int array (row-wise).
getPixels(BufferedImage) - Static method in class adams.data.image.BufferedImageHelper
Returns all the pixels of the image as an int array (row-wise).
getPixelType() - Method in class adams.data.image.features.PixelClassifications
Returns the type of pixel to output.
getPixelType() - Method in class adams.data.image.features.Pixels
Returns the type of pixel to output.
getPlaceholder() - Method in class adams.data.conversion.SpreadSheetInsertCellLocation
Returns the placeholder string to replace with the cell location in the string passing through.
getPlaceholder() - Method in class adams.data.conversion.SpreadSheetInsertColumnPosition
Returns the placeholder string to replace with the cell location in the string passing through.
getPlaceholder(AbstractBaseDateTypeEditor.Placeholder) - Method in class adams.gui.goe.AbstractBaseDateTypeEditor
Returns the string equivalent of the placeholder.
getPlaceholder(AbstractBaseDateTypeEditor.Placeholder) - Method in class adams.gui.goe.BaseDateEditor
Returns the string equivalent of the placeholder.
getPlaceholder(AbstractBaseDateTypeEditor.Placeholder) - Method in class adams.gui.goe.BaseDateTimeEditor
Returns the string equivalent of the placeholder.
getPlaceholder(AbstractBaseDateTypeEditor.Placeholder) - Method in class adams.gui.goe.BaseDateTimeMsecEditor
Returns the string equivalent of the placeholder.
getPlaceholder(AbstractBaseDateTypeEditor.Placeholder) - Method in class adams.gui.goe.BaseTimeEditor
Returns the string equivalent of the placeholder.
getPlaceholder(AbstractBaseDateTypeEditor.Placeholder) - Method in class adams.gui.goe.BaseTimeMsecEditor
Returns the string equivalent of the placeholder.
getPlaceholderFile(String) - Method in class adams.flow.core.AdditionalOptions
Returns the stored placeholder file.
getPlaceholderFile(String, PlaceholderFile) - Method in class adams.flow.core.AdditionalOptions
Returns the stored placeholder file or the default value if not found.
getPlaceholdersColor() - Method in class adams.gui.flow.tree.Tree
Returns the HTML color string for the placeholders.
getPlaceholdersSize() - Method in class adams.gui.flow.tree.Tree
Returns the HTML font tag size string for the placeholders.
getPlatformDependentExtension() - Static method in class adams.core.Properties
Determines the platform-specific extension.
getPlot() - Method in class adams.flow.sink.canvas.DataPoolPanel
Returns the plot panel of the panel, null if no panel present.
getPlot() - Method in class adams.gui.visualization.container.DataContainerPanel
Returns the content panel, which is used for drawing.
getPlot() - Method in class adams.gui.visualization.core.AbstractMouseMovementTracker
Returns the plot panel of the panel, null if no panel present.
getPlot() - Method in class adams.gui.visualization.core.AbstractPaintlet
Returns the plot panel of the panel, null if no panel present.
getPlot() - Method in class adams.gui.visualization.core.PaintablePanel
Returns the plot panel of the panel, null if no panel present.
getPlot() - Method in interface adams.gui.visualization.core.Paintlet
Returns the plot panel of the panel, null if no panel present.
getPlot() - Method in class adams.gui.visualization.image.paintlet.AbstractPaintlet
Returns the plot panel of the panel, null if no panel present.
getPlot() - Method in class adams.gui.visualization.stats.fourinone.VersusFit
Returns the plot panel of the panel, null if no panel present.
getPlot() - Method in class adams.gui.visualization.stats.fourinone.VersusOrder
Returns the plot panel of the panel, null if no panel present.
getPlot() - Method in class adams.gui.visualization.stats.histogram.Histogram
Returns the plot panel of the panel, null if no panel present.
getPlot() - Method in class adams.gui.visualization.stats.probabilityplot.NormalPlot
Returns the plot panel of the panel, null if no panel present.
getPlot() - Method in class adams.gui.visualization.stats.probabilityplot.ProbabilityPlot
Returns the plot panel of the panel, null if no panel present.
getPlot() - Method in class adams.gui.visualization.stats.scatterplot.AbstractScatterPlot
Returns the plot.
getPlot() - Method in class adams.gui.visualization.stats.scatterplot.ScatterPlot
Returns the plot.
getPlot() - Method in class adams.gui.visualization.stats.zscore.ZScore
Returns the plot panel of the panel, null if no panel present.
getPlotColor() - Method in class adams.flow.sink.JFreeChartFileWriter
Returns the color for the plot.
getPlotColor() - Method in class adams.flow.sink.JFreeChartPlot
Returns the color for the plot.
getPlotColor() - Method in class adams.gui.tools.spreadsheetviewer.chart.JFreeChart
Returns the color for the plot.
getPlotColumns() - Method in class adams.flow.transformer.plotgenerator.AndrewsCurvesGenerator
Returns the current column range to use in the curves.
getPlotColumns() - Method in class adams.flow.transformer.plotgenerator.SimplePlotGenerator
Returns the current column range to use in the plot.
getPlotColumns() - Method in class adams.flow.transformer.plotgenerator.XYPlotGenerator
Returns the current column range to use in the plot.
getPlotdata() - Method in class adams.gui.visualization.stats.histogram.Histogram
Returns the plot data.
getPlotData() - Method in class adams.flow.sink.WekaClassifierErrors.DataGenerator
Assembles and returns the plot.
getPlotInstances() - Method in class adams.flow.sink.WekaClassifierErrors.DataGenerator
Returns the generated dataset that is plotted.
getPlotName() - Method in class adams.flow.sink.ActualVsPredictedPlot
Returns the (optional) name for the plot.
getPlotName() - Method in class adams.flow.transformer.MakePlotContainer
Returns the current plot name.
getPlotName() - Method in class adams.flow.transformer.WekaAccumulatedError
Returns the current plot name.
getPlotName(SequencePlotterContainer) - Method in class adams.flow.control.plotprocessor.AbstractPlotProcessor
Returns the plot name.
getPlotNameRange() - Method in class adams.flow.transformer.plotgenerator.AbstractPlotGenerator
Returns the current column range to use generating the plot name.
getPlotNames() - Method in class adams.flow.transformer.MakeForecastPlotContainer
Returns the current plot names (comma-separated list).
getPlotNameSeparator() - Method in class adams.flow.transformer.plotgenerator.AbstractPlotGenerator
Returns the separator to use when constructing the plot name from cell values.
getPlotNameSuffix() - Method in class adams.flow.control.plotprocessor.AbstractPlotProcessor
Returns the current suffix for the plot name.
getPlotPanel() - Method in class adams.gui.event.PlotPanelPanningEvent
Returns the plot panel that triggered the event.
getPlotPanel() - Method in class adams.gui.event.PlotPanelZoomEvent
Returns the plot panel that triggered the event.
getPlotSize() - Method in class adams.flow.sink.MatrixPlot
Get the size of each scatter plot
getPlotSubset() - Method in class adams.gui.visualization.object.objectannotations.outline.PolygonVertices
Returns the current subset to plot.
getPlotSubset() - Method in class adams.gui.visualization.object.objectannotations.outline.RectangleVertices
Returns the current subset to plot.
getPlotSubset() - Method in interface adams.gui.visualization.object.objectannotations.outline.SubsetPlotSupporter
Returns the current subset to plot.
getPlotterPanel() - Method in class adams.flow.sink.sequenceplotter.AbstractErrorPaintlet
Returns the plotter panel.
getPlotterPanel() - Method in class adams.flow.sink.sequenceplotter.AbstractMarkerPaintlet
Returns the plotter panel.
getPlotterPanel() - Method in interface adams.flow.sink.sequenceplotter.MarkerPaintlet
Returns the plotter panel.
getPlotters() - Method in class adams.gui.visualization.object.objectannotations.label.MultiLabelPlotter
Returns the plotters in use.
getPlotters() - Method in class adams.gui.visualization.object.objectannotations.outline.MultiOutlinePlotter
Returns the plotters in use.
getPlotters() - Method in class adams.gui.visualization.object.objectannotations.shape.MultiShapePlotter
Returns the plotters in use.
getPlotType() - Method in class adams.flow.control.plotprocessor.AbstractPlotProcessor
Returns the type of plot to use.
getPlotType() - Method in class adams.flow.sink.sequenceplotter.SimpleErrorPaintlet
Returns the type of plot.
getPlotType() - Method in class adams.gui.tools.spreadsheetviewer.chart.ScatterPlot
Returns the plot type.
getPlotUpdater() - Method in interface adams.flow.core.DataPlotUpdaterHandler
Returns the plot updater in use.
getPlotUpdater() - Method in class adams.flow.sink.SequencePlotter
Returns the plot updater in use.
getPlotUpdater() - Method in class adams.flow.sink.TimeseriesDisplay
Returns the plot updater in use.
getPLS() - Method in class weka.classifiers.trees.RandomRegressionForest
Gets the current number of PLS components to generate.
getPLS1bHat() - Method in class weka.classifiers.functions.ClassificationViaPLS
Returns the PLS1 b "hat" matrix.
getPLS1bHat() - Method in class weka.classifiers.functions.PLSClassifierWeightedWithLoadings
Returns the PLS1 b "hat" matrix.
getPLS1bHat() - Method in interface weka.core.PLSMatrixAccess
Returns the PLS1 b "hat" matrix.
getPLS1bHat() - Method in class weka.filters.supervised.attribute.PLSFilterWithLoadings
Returns the PLS1 b "hat" matrix.
getPLS1P() - Method in class weka.classifiers.functions.ClassificationViaPLS
Returns the PLS1 P matrix.
getPLS1P() - Method in class weka.classifiers.functions.PLSClassifierWeightedWithLoadings
Returns the PLS1 P matrix.
getPLS1P() - Method in interface weka.core.PLSMatrixAccess
Returns the PLS1 P matrix.
getPLS1P() - Method in class weka.filters.supervised.attribute.PLSFilterWithLoadings
Returns the PLS1 P matrix.
getPLS1RegVector() - Method in class weka.classifiers.functions.ClassificationViaPLS
Returns the reg vector.
getPLS1RegVector() - Method in class weka.classifiers.functions.PLSClassifierWeightedWithLoadings
Returns the reg vector.
getPLS1RegVector() - Method in interface weka.core.PLSMatrixAccess
Returns the reg vector.
getPLS1RegVector() - Method in class weka.filters.supervised.attribute.PLSFilterWithLoadings
Returns the reg vector.
getPLS1W() - Method in class weka.classifiers.functions.ClassificationViaPLS
Returns the PLS1 W matrix.
getPLS1W() - Method in class weka.classifiers.functions.PLSClassifierWeightedWithLoadings
Returns the PLS1 W matrix.
getPLS1W() - Method in interface weka.core.PLSMatrixAccess
Returns the PLS1 W matrix.
getPLS1W() - Method in class weka.filters.supervised.attribute.PLSFilterWithLoadings
Returns the PLS1 W matrix.
getPlugins() - Static method in class adams.gui.goe.WekaEditorsRegistration.AccessiblePluginManager
Returns the plugins.
getPlugins() - Method in class adams.gui.plugin.AbstractToolPluginManager
Returns a list of plugin classnames.
getPlugins() - Static method in class adams.gui.tools.spreadsheetviewer.AbstractDataPlugin
Returns a list with classnames of plugins.
getPlugins() - Static method in class adams.gui.tools.spreadsheetviewer.AbstractViewPlugin
Returns a list with classnames of plugins.
getPlugins() - Method in class adams.gui.visualization.image.plugins.ImageViewerPluginManager
Returns a list of plugin classnames.
getPoint() - Method in class adams.gui.visualization.timeseries.SelectedTimestampPaintlet
Returns the currently set point to highlight.
getPointAt(int, int) - Method in class adams.gui.visualization.sequence.XYSequenceTable.Model
Returns the sequence point at the given position.
getPointerHotspot() - Static method in class adams.gui.core.Cursors
Returns the hotspot for the pointer.
getPointerImage() - Static method in class adams.gui.core.Cursors
Returns the pointer image (loads it on demand).
getPointPreprocessor() - Method in class adams.flow.sink.sequenceplotter.AbstractErrorPaintlet
Returns the point preprocessor in use.
getPointPreprocessor() - Method in class adams.gui.visualization.sequence.AbstractXYSequencePaintlet
Returns the point preprocessor in use.
getPointPreprocessor() - Method in interface adams.gui.visualization.sequence.PaintletWithOptionalPointPreprocessor
Returns the point preprocessor in use.
getPoints() - Method in class adams.gui.visualization.segmentation.layer.Markers
Returns the currently store points.
getPolyCoords(String) - Method in class adams.flow.transformer.locateobjects.LocatedObject
Returns the specified polygon coordinates.
getPolygon() - Method in class adams.flow.transformer.locateobjects.LocatedObject
Returns the polygon, if possible.
getPolygon() - Method in class adams.gui.visualization.segmentation.tool.PolygonFill
Returns the polygon to paint.
getPolygon(double) - Method in class adams.flow.transformer.locateobjects.LocatedObject
Returns the polygon, if possible.
getPolygonBounds() - Method in class adams.flow.transformer.draw.ObjectLocationsFromReport
Returns whether to draw the polygon bounds.
getPolygonBounds() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
Returns whether to draw the polygon bounds.
getPolygonBounds() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
Returns whether to draw the polygon bounds.
getPolygonBounds() - Method in class adams.gui.visualization.image.ObjectLocationsOverlayFromReport
Returns whether to draw the polygon bounds.
getPolygonBounds() - Method in class adams.gui.visualization.object.overlay.ObjectLocationsOverlayFromReport
Returns whether to draw the polygon bounds.
getPolygonColor() - Method in class adams.gui.visualization.segmentation.tool.PolygonFill
Returns the color for the overlay.
getPolygonStroke() - Method in class adams.gui.visualization.segmentation.tool.PolygonFill
Returns the thickness for the overlay.
getPolygonX() - Method in class adams.flow.transformer.locateobjects.LocatedObject
Returns the X coordinates of the polygon (if any).
getPolygonY() - Method in class adams.flow.transformer.locateobjects.LocatedObject
Returns the Y coordinates of the polygon (if any).
getPolynomial() - Method in class adams.data.filter.TimeseriesChangeResolution
Returns the polynomial for interpolation.
getPolynomialOrder() - Method in class adams.data.baseline.AbstractSavitzkyGolayBased
Returns the polynominal order.
getPolynomialOrder() - Method in class adams.data.filter.AbstractSavitzkyGolay
Returns the polynominal order.
getPolynomialOrder() - Method in class adams.data.smoothing.AbstractSavitzkyGolayBased
Returns the polynominal order.
getPolynomialOrder() - Method in class adams.flow.control.plotprocessor.SavitzkyGolay
Returns the polynominal order.
getPolynomialOrder() - Method in class adams.ml.preprocessing.unsupervised.SavitzkyGolay
Returns the polynominal order.
getPolynomialOrder() - Method in class weka.filters.unsupervised.attribute.SavitzkyGolay
Returns the polynominal order.
getPolynomialOrder() - Method in class weka.filters.unsupervised.attribute.SavitzkyGolay2
Returns the polynominal order.
getPool() - Method in class adams.flow.sink.canvas.DataPoolPanel
Returns the data pool.
getPopup(boolean) - Method in class adams.gui.core.BaseStatusBar
Returns the popup menu for the status (left only).
getPopupActions() - Method in class adams.gui.visualization.report.ReportFactory.Table
Returns the actions used for the popup menu.
getPopupCustomizer() - Method in class adams.gui.core.AbstractNamedHistoryPanel
Returns the currently set popup customizer.
getPopupCustomizer() - Method in class adams.gui.core.MultiPagePane
Returns the currently set popup customizer.
getPopupMenu() - Method in class adams.gui.chooser.AbstractChooserPanel
Returns a popup menu when right-clicking on the edit field.
getPopupMenu() - Method in class adams.gui.chooser.DirectoryChooserPanel
Returns a popup menu when right-clicking on the edit field.
getPopupMenu() - Method in class adams.gui.chooser.FileChooserPanel
Returns a popup menu when right-clicking on the edit field.
getPopupMenu() - Method in class adams.gui.core.BaseColorTextField.CustomColorTextField
Returns a popup menu when right-clicking on the edit field.
getPopupMenu() - Method in class adams.gui.core.BaseObjectTextField
Returns a popup menu when right-clicking on the edit field.
getPopupMenu() - Method in class adams.gui.core.CheckedTextField
Returns a popup menu when right-clicking on the edit field.
getPopupMenu() - Method in class adams.gui.core.DetachablePanel
Returns the popup menu.
getPopupMenu() - Method in class adams.gui.core.JComponentList.CheckBoxListItem
Returns the popup menu.
getPopupMenu() - Method in class adams.gui.core.JComponentList.LabelListItem
Returns the popup menu.
getPopupMenu() - Method in interface adams.gui.core.JComponentList.PopupMenuProvider
Returns the popup menu.
getPopupMenu() - Method in interface adams.gui.core.PopupMenuProvider
Returns the popup menu.
getPopupMenu() - Method in class adams.gui.goe.GenericArrayEditorPanel
Generates the right-click popup menu.
getPopupMenu() - Method in class adams.gui.goe.GenericObjectEditorPanel
Generates the right-click popup menu.
getPopupMenu() - Method in class adams.gui.goe.WekaGenericArrayEditorPanel
Generates the right-click popup menu.
getPopupMenu() - Method in class adams.gui.goe.WekaGenericObjectEditorPanel
Generates the right-click popup menu.
getPopupMenu() - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeVisualizationPanel
Creates and returns the popup menu.
getPopupMenu(int) - Method in class adams.gui.tools.SystemInfoPanel
Returns a popup menu if appropriate.
getPopupMenu(int[]) - Method in class adams.gui.visualization.report.ReportFactory.Table
Returns a popup menu if appropriate.
getPopupMenu(MouseEvent) - Method in class adams.gui.visualization.core.AxisPanel
Returns the popup menu, potentially customized.
getPopupMenu(MouseEvent) - Method in class adams.gui.visualization.core.plot.ContentPanel
Returns the popup menu, potentially customized.
getPopupMenu(MouseEvent) - Method in class adams.gui.visualization.image.ImageViewerPanel
Returns the popup menu, potentially customized.
getPopupMenuCustomizer() - Method in class adams.gui.chooser.AbstractChooserPanel
Returns the currently set customizer.
getPopupMenuCustomizer() - Method in class adams.gui.core.BaseStatusBar
Returns the current popup customizer in use.
getPopupMenuCustomizer() - Method in class adams.gui.core.DetachablePanel
Returns the current popup customizer in use.
getPopupMenuCustomizer() - Method in class adams.gui.core.TextEditorPanel
Returns the customizer in use.
getPopupMenuCustomizer() - Method in class adams.gui.dialog.MultiSpreadSheetDialog
Returns the current popup menu customizer.
getPopupMenuCustomizer() - Method in class adams.gui.dialog.SpreadSheetDialog
Returns the current popup menu customizer.
getPopupMenuCustomizer() - Method in class adams.gui.dialog.TextPanel
Returns the customizer in use.
getPopupMenuCustomizer() - Method in class adams.gui.visualization.core.AxisPanel
Returns the current customizer, can be null.
getPopupMenuCustomizer() - Method in class adams.gui.visualization.core.plot.ContentPanel
Returns the current customizer, can be null.
getPopupMenuCustomizer() - Method in class adams.gui.visualization.core.PlotPanel
Returns the current customizer, can be null.
getPopupMenuCustomizer() - Method in class adams.gui.visualization.image.ImageViewerPanel
Returns the current customizer, can be null.
getPopupMenuCustomizer() - Method in class adams.gui.visualization.object.CanvasPanel
Returns the popup menu customizer in use.
getPopupMenuHandler() - Method in class adams.gui.core.dotnotationtree.DotNotationTree
Returns the current popup menu (right-click) handler.
getPopupMenuSupplier() - Method in class adams.gui.selection.AbstractTableBasedSelectionPanel
Returns the current popup menu supplier.
getPopupMenuSupplier() - Method in class adams.gui.visualization.container.AbstractContainerList
Returns the current popup menu supplier.
getPort() - Method in class adams.core.io.lister.SftpDirectoryLister
Returns the port to connect to.
getPort() - Method in class adams.core.logging.RemoteReceiveHandler
Returns the port to listen for data.
getPort() - Method in class adams.core.logging.RemoteSendHandler
Returns the port to send the logging data to.
getPort() - Method in class adams.flow.execution.RemoteFlowListener
Returns the port to listen on.
getPort() - Method in class adams.flow.source.RSync
 
getPort() - Method in class adams.flow.source.Socket
Returns the port to connect to.
getPort() - Method in class adams.flow.standalone.SMTPConnection
Returns the SMTP port in use.
getPort() - Method in class adams.flow.standalone.SSHConnection
Returns the port to connect to.
getPort() - Method in class adams.flow.websocket.server.EchoServerGenerator
Returns the port to connect to.
getPort() - Method in class adams.gui.chooser.SftpRemoteDirectorySetup
Returns the port to connect to.
getPort() - Method in class adams.gui.tools.SSHPanel
Returns the currently set port.
getPort() - Method in class adams.gui.tools.TelnetPanel
Returns the currently set port.
getPort() - Method in class adams.scripting.connection.AbstractSSHConnection
Returns the remote SSH port to connect to.
getPort() - Method in class adams.scripting.connection.DefaultConnection
Returns the port to send the command to.
getPort() - Method in class adams.scripting.engine.DefaultScriptingEngine
Returns the port to listen on.
getPort(Proxy.Type) - Method in class adams.core.net.ProxyHelper
Returns the port.
getPosition() - Method in class adams.data.conversion.SpreadSheetAddRowID
Returns the position where to insert the column.
getPosition() - Method in class adams.flow.transformer.CollectionInsert
Returns the position where to insert the string.
getPosition() - Method in class adams.flow.transformer.SpreadSheetCopyColumns
Returns the position where to insert the columns.
getPosition() - Method in class adams.flow.transformer.SpreadSheetCopyRows
Returns the position where to insert the rows.
getPosition() - Method in class adams.flow.transformer.SpreadSheetInsertColumn
Returns the position where to insert the column.
getPosition() - Method in class adams.flow.transformer.SpreadSheetInsertRow
Returns the position where to insert the string.
getPosition() - Method in class adams.flow.transformer.SpreadSheetInsertRowScore
Returns the position where to insert the score column.
getPosition() - Method in class adams.flow.transformer.SpreadSheetRemoveColumn
Returns the position of the columns to remove.
getPosition() - Method in class adams.flow.transformer.SpreadSheetRemoveRow
Returns the position of the rows to remove.
getPosition() - Method in class adams.flow.transformer.SpreadSheetReplaceCellValue
Returns the position of the columns to process.
getPosition() - Method in class adams.flow.transformer.SpreadSheetRowBinning
Returns the position where to insert the column.
getPosition() - Method in class adams.flow.transformer.StorageCollectionInsert
Returns the position where to insert the string.
getPosition() - Method in class adams.flow.transformer.StringInsert
Returns the position where to insert the string.
getPosition() - Method in enum adams.gui.core.DragAndDropTree.DropMenu
Returns the drop position.
getPosition() - Method in class adams.gui.event.ImagePanelLeftClickEvent
Returns the position.
getPosition() - Method in class adams.gui.visualization.core.axis.Tick
Returns the tick's position.
getPosition() - Method in class adams.parser.ActorSuggestion
Returns the position to add the proposed actor at.
getPosition() - Method in class adams.parser.actorsuggestion.Parser
Returns the position of the proposed actor.
getPosition() - Method in class adams.parser.ActorTemplateSuggestion
Returns the position to add the proposed actor at.
getPosition() - Method in class adams.parser.ExternalActorSuggestion
Returns the position to add the proposed actor at.
getPosition() - Method in class adams.parser.externalactorsuggestion.Parser
Returns the position of the proposed actor.
getPosition() - Method in class adams.parser.templatesuggestion.Parser
Returns the position of the proposed template.
getPosition(int) - Method in class adams.gui.core.BaseSizeSequence
Returns the start position for the specified entry.
getPostProcessing() - Method in interface adams.data.binning.postprocessing.BinPostProcessingUser
Returns the post-processing scheme to apply to the bins.
getPostProcessing() - Method in class adams.data.statistics.ArrayBinning
Returns the post-processing scheme to apply to the bins.
getPostProcessing() - Method in class adams.flow.transformer.SpreadSheetRowBinning
Returns the post-processing algorithm to apply to the bins.
getPostProcessObjectHandler() - Method in class adams.gui.goe.GenericObjectEditor
Returns the handler for post-processing objects after they have been selected but before updating the UI.
getPostProcessObjectHandler() - Method in class adams.gui.goe.GenericObjectEditorPanel
Returns the handler for post-processing objects after they have been selected but before updating the UI.
getPostProcessor() - Method in class adams.flow.sink.canvas.DataPoolPanel
Returns the post processor in use.
getPostProcessor() - Method in class adams.flow.sink.Canvas
Returns the post-processor to use on the data, e.g., for pruning.
getPostProcessor() - Method in class adams.flow.sink.ControlChartPlot
Returns the limit on the number of data points per sequence.
getPostProcessor() - Method in class adams.flow.sink.SequencePlotter
Returns the limit on the number of data points per sequence.
getPostProcessor() - Method in class adams.flow.transformer.AbstractDataContainerDbReader
Returns the post-processor in use.
getPostProcessor() - Method in class adams.flow.transformer.AbstractReportDbReader
Returns the post-processor in use.
getPostProcessor() - Method in class adams.flow.transformer.WekaClustererPostProcessor
Returns the post-processor in use.
getPostProcessor() - Method in class adams.flow.transformer.WekaEvaluationPostProcessor
Returns the post-processor in use.
getPostProcessor() - Method in class adams.flow.transformer.WekaTrainClusterer
Returns the post-processor in use.
getPostProcessors() - Method in class adams.flow.transformer.wekaclusterer.MultiClustererPostProcessor
Returns the distance function to use.
getPostProcessors() - Method in class adams.flow.transformer.wekaevaluationpostprocessor.MultiPostProcessor
Returns the post-processors in use.
getPostProcessors() - Static method in class adams.gui.flow.tree.postprocessor.AbstractEditPostProcessor
Returns a list with classes of post-processors.
getPostTokenizer() - Method in class weka.core.tokenizers.PreCleanedTokenizer
Returns the tokenizer to use for the final tokenization (after cleaning).
getPower() - Method in enum adams.core.ByteFormat.Unit
Returns the power to base.
getPredefinedLabels() - Method in class adams.flow.transformer.draw.AbstractDrawObjectsFromReport
Returns the predefined labels.
getPredefinedLabels() - Method in class adams.gui.tools.previewbrowser.DeepLabCutCSVHandler
Returns the predefined labels.
getPredefinedLabels() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
Returns the predefined labels.
getPredefinedLabels() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
Returns the predefined labels.
getPredefinedLabels() - Method in class adams.gui.tools.previewbrowser.PointsFromReportHandler
Returns the predefined labels.
getPredefinedLabels() - Method in class adams.gui.visualization.image.AbstractObjectOverlayFromReport
Returns the predefined labels.
getPredefinedLabels() - Method in class adams.gui.visualization.image.AbstractPointOverlayFromReport
Returns the predefined labels.
getPredefinedLabels() - Method in class adams.gui.visualization.image.AbstractReportBasedOverlayHelper
Returns the predefined labels.
getPredefinedLabels() - Method in class adams.gui.visualization.object.overlay.AbstractObjectOverlayFromReport
Returns the predefined labels.
getPredefinedLabels() - Method in class adams.gui.visualization.object.overlay.AbstractPointOverlayFromReport
Returns the predefined labels.
getPredefinedTypes() - Method in class adams.gui.visualization.object.objectannotations.colors.PerType
Returns the predefined types.
getPredefinedValues() - Method in class adams.gui.core.spreadsheettable.DistinctValueCellRenderingCustomizer
Returns the predefined values to highlight.
getPredicted() - Method in class adams.flow.sink.ActualVsPredictedPlot
Returns the column with the predicted values.
getPredicted() - Method in class adams.flow.transformer.PredictionEccentricity
Returns the column with the predicted values.
getPredicted() - Method in class adams.flow.transformer.WekaSpreadSheetToPredictions
Returns the column with the predicted values.
getPredicted() - Method in class adams.gui.tools.previewbrowser.ActualVsPredictedHandler
Returns the column with the predicted values.
getPredicted() - Method in class weka.classifiers.functions.FromPredictions
Returns the column with the predicted values.
getPredictedAttribute() - Method in class adams.flow.sink.FourInOneDisplay
Get the string used for the index for the predicted attribute
getPredictedColumn() - Method in class adams.flow.transformer.ConfusionMatrix
Returns the column of the predicted labels.
getPredictedColumn() - Method in class adams.flow.transformer.SummaryStatistics
Returns the column of the predicted labels.
getPredictedIndex() - Method in class weka.classifiers.functions.FromPredictions
Returns the predicted 0-based index.
getPredictedMax() - Method in class adams.flow.sink.ActualVsPredictedPlot
Returns the upper limit in use for the predicted values.
getPredictedMax() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.ClassifierErrors
Returns the upper limit in use for the predicted values.
getPredictedMin() - Method in class adams.flow.sink.ActualVsPredictedPlot
Returns the lower limit in use for the predicted values.
getPredictedMin() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.ClassifierErrors
Returns the lower limit in use for the predicted values.
getPredictedPrefix() - Method in class adams.data.imagesegmentation.operation.ConfusionMatrix
Returns the prefix of the predicted labels.
getPredictedPrefix() - Method in class adams.flow.transformer.ConfusionMatrix
Returns the prefix of the predicted labels.
getPredictedPrefix() - Method in class adams.flow.transformer.SummaryStatistics
Returns the prefix of the predicted labels.
getPrediction() - Method in class adams.flow.transformer.WekaAccumulatedError.SortablePrediction
Returns the stored prediction.
getPredictionRange() - Method in class adams.data.conversion.WekaForecastContainerToArray
Returns the range of predictions to turn into an array.
getPredictionRange() - Method in class adams.data.conversion.WekaForecastContainerToTimeseries
Returns the range of predictions to turn into a timeseries.
getPredictions() - Method in class weka.classifiers.AggregateEvaluations
Returns all the currently stored predictions.
getPredictions() - Method in class weka.classifiers.functions.FromPredictions
Returns the predictions that were loaded.
getPredictionsColor() - Method in class adams.flow.transformer.compareobjectlocations.Combined
Returns the color to use for the predictions.
getPredictionsFile() - Method in class weka.classifiers.functions.FromPredictions
Returns the file with the predictions.
getPredictionsLabelSuffix() - Method in class adams.flow.transformer.CompareObjectLocations
Returns the report suffix that the predictions use for storing the label.
getPredictionsOverlay() - Method in class adams.flow.transformer.compareobjectlocations.SideBySide
Returns the overlay to use for the predictions.
getPredictionsPrefix() - Method in class adams.flow.transformer.CompareObjectLocations
Returns the object prefix to use for the predictions.
getPredictionsStorageName() - Method in class adams.flow.transformer.CompareObjectLocations
Returns the storage item containing the predictions.
getPredictionType() - Method in class adams.data.instancesanalysis.pls.AbstractPLS
Returns the type of prediction to perform.
getPredictMax() - Method in class weka.classifiers.functions.FakeClassifier
Returns the maximum value to predict.
getPredictMin() - Method in class weka.classifiers.functions.FakeClassifier
Returns the minimum value to predict.
getPredictor() - Method in class weka.classifiers.meta.Consensus
Returns the index of the classifier for making the actual predictions.
getPredictor() - Method in class weka.classifiers.trees.XGBoost
Gets the type of predictor algorithm to use.
getPredictWait() - Method in class weka.classifiers.functions.FakeClassifier
Returns the time in msec to wait when calling classifyInstance.
getPreference(int) - Method in class adams.gui.application.AbstractPropertiesPreferencesPanel
Returns the component at the specified location.
getPreference(String) - Method in class adams.gui.application.AbstractPropertiesPreferencesPanel
Returns the component associated with the identifier.
getPreferenceCount() - Method in class adams.gui.application.AbstractPropertiesPreferencesPanel
Returns the number of preferences currently displayed.
getPreferences() - Method in class adams.gui.application.AbstractPropertiesPreferencesPanel
Returns the currently display preferences as a properties object.
getPreferJobRunner() - Method in class adams.flow.transformer.SpreadSheetFilter
Returns whether to offload processing to a JobRunner instance if available.
getPreferJobRunner() - Method in class adams.flow.transformer.WekaFilter
Returns whether to offload processing to a JobRunner instance if available.
getPreferJobRunner() - Method in class adams.flow.transformer.WekaTestSetEvaluator
Returns whether to offload processing to a JobRunner instance if available.
getPreferJobRunner() - Method in class adams.flow.transformer.WekaTrainAssociator
Returns whether to offload processing to a JobRunner instance if available.
getPreferJobRunner() - Method in class adams.flow.transformer.WekaTrainClassifier
Returns whether to offload processing to a JobRunner instance if available.
getPreferJobRunner() - Method in class adams.flow.transformer.WekaTrainClusterer
Returns whether to offload processing to a JobRunner instance if available.
getPreferJobRunner() - Method in class adams.flow.transformer.WekaTrainTestSetEvaluator
Returns whether to offload processing to a JobRunner instance if available.
getPreferJobRunner() - Method in interface adams.multiprocess.JobRunnerSupporter
Returns whether to offload processing to a JobRunner instance if available.
getPreferredArchiveHandler(File) - Static method in class adams.gui.tools.previewbrowser.PropertiesManager
Returns the preferred archive handler.
getPreferredButtonHeight() - Static method in class adams.gui.core.GUIHelper
Returns the preferred button height.
getPreferredCheckBoxHeight() - Static method in class adams.gui.core.GUIHelper
Returns the preferred checkbox height.
getPreferredComboBoxHeight() - Static method in class adams.gui.core.GUIHelper
Returns the preferred combobox height.
getPreferredContentHandler(File) - Static method in class adams.gui.tools.previewbrowser.PropertiesManager
Returns the preferred content handler.
getPreferredDimensionJSpinner() - Method in class adams.gui.core.ParameterPanel
Returns the preferred dimension for JSpinner and derived classes.
getPreferredExtensions() - Method in class adams.gui.visualization.multiobjectexport.AbstractMultiObjectExportWithPreferredExtensions
Returns the preferred extensions to look for when exporting objects.
getPreferredSize() - Method in class adams.gui.core.AbstractNamedHistoryPanel
Returns the preferred size for this component.
getPreferredSpinnerHeight() - Static method in class adams.gui.core.GUIHelper
Returns the preferred spinner height.
getPreferredTextFieldHeight() - Static method in class adams.gui.core.GUIHelper
Returns the preferred textfield height.
getPreferredToolBarLocation() - Method in class adams.gui.flow.FlowEditorPanel
Returns the preferred toolbar location.
getPreferredViewer(Class) - Method in class adams.gui.tools.previewbrowser.SerializedObjectPanel
Returns the preferred viewer.
getPreFilter() - Method in class adams.data.weka.rowfinder.FilteredIQR
Returns the pre filter.
getPreFilter() - Method in class weka.filters.FilteredFilter
Returns the pre-filter in use.
getPreFilter() - Method in class weka.filters.unsupervised.instance.KennardStone
Returns the pre-filter to apply to the data to perform the search on.
getPrefix() - Method in class adams.core.io.FilenameProposer
Returns the prefix in use.
getPrefix() - Method in class adams.core.io.SimpleFilenameGenerator
Returns the prefix in use.
getPrefix() - Method in class adams.data.conversion.ArrayToReport
Returns the field prefix used in the report.
getPrefix() - Method in class adams.data.conversion.JsonToReport
Returns the prefix string for the field names.
getPrefix() - Method in class adams.data.conversion.JsonToSpreadSheet
Returns the prefix to use for the columns.
getPrefix() - Method in class adams.data.conversion.LocatedObjectsToReport
Returns the field prefix used in the report.
getPrefix() - Method in class adams.data.image.AbstractImageFeatureGenerator
Returns the (optional) prefix for the feature names.
getPrefix() - Method in class adams.data.image.multiimageoperation.MergeGrid
Returns the field prefix used in the report.
getPrefix() - Method in class adams.data.image.transformer.subimages.AbstractSubImagesGenerator
Returns the field prefix used in the report.
getPrefix() - Method in class adams.data.io.input.CocoAnnotationsReportReader
Returns the field prefix used in the report.
getPrefix() - Method in class adams.data.io.input.DeepLabCutCSVReader
Returns the field prefix used in the report.
getPrefix() - Method in class adams.data.io.input.DetectronAnnotationsReportReader
Returns the field prefix used in the report.
getPrefix() - Method in class adams.data.io.input.ObjectLocationsSpreadSheetReader
Returns the field prefix used in the report.
getPrefix() - Method in class adams.data.io.input.OpexObjectLocationsReader
Returns the field prefix used in the report for the objects.
getPrefix() - Method in class adams.data.io.input.PascalVOCObjectLocationsReader
Returns the field prefix used in the report for the objects.
getPrefix() - Method in class adams.data.io.input.VggXmlAnnotationReportReader
Returns the field prefix used in the report.
getPrefix() - Method in class adams.data.io.input.ViaAnnotationsReportReader
Returns the field prefix used in the report.
getPrefix() - Method in class adams.data.io.input.YoloAnnotationsReportReader
Returns the field prefix used in the report.
getPrefix() - Method in class adams.data.io.output.DeepLabCutCSVWriter
Returns the field prefix used in the report.
getPrefix() - Method in class adams.data.objectfinder.AbstractObjectFinder
Returns the field prefix used in the report.
getPrefix() - Method in interface adams.data.objectfinder.ObjectFinder
Returns the field prefix used in the report.
getPrefix() - Method in class adams.data.report.AbstractField
Returns the prefix for compound fields.
getPrefix() - Method in interface adams.data.report.PrefixOnlyField
Returns the prefix for compound fields.
getPrefix() - Method in class adams.data.spreadsheet.colstatistic.LabelCounts
Returns the prefix to use for the labels.
getPrefix() - Method in class adams.data.spreadsheet.rowstatistic.LabelCounts
Returns the prefix to use for the labels.
getPrefix() - Method in class adams.data.statistics.AbstractDataContainerStatistics
Returns the prefix to use.
getPrefix() - Method in class adams.flow.control.TimedSubProcess
Returns the prefix to store in the timing container.
getPrefix() - Method in class adams.flow.control.TimedTee
Returns the prefix to store in the timing container.
getPrefix() - Method in class adams.flow.control.TimedTrigger
Returns the prefix to store in the timing container.
getPrefix() - Method in class adams.flow.sink.Console
Returns the prefix to output before the actual data; you can use \n for a line feed and \t for a tab.
getPrefix() - Method in class adams.flow.sink.ProgressBar
Returns the prefix string.
getPrefix() - Method in class adams.flow.sink.sendnotification.Console
Returns the class label index (1-based index).
getPrefix() - Method in class adams.flow.source.newlist.Wrapper
Returns the prefix to use.
getPrefix() - Method in class adams.flow.source.NewTempFile
Returns the prefix to use.
getPrefix() - Method in class adams.flow.standalone.Stopwatch
Returns the prefix for the time display.
getPrefix() - Method in class adams.flow.template.ProgressInConsole
Returns the prefix for the output.
getPrefix() - Method in class adams.flow.transformer.AbstractContainerValueExtractor
Returns the prefix to use.
getPrefix() - Method in class adams.flow.transformer.CompareObjectTypes
Returns the field prefix used in the report.
getPrefix() - Method in class adams.flow.transformer.CountObjectsInPolygon
Returns the field prefix used in the report.
getPrefix() - Method in class adams.flow.transformer.CountObjectsInRegion
Returns the field prefix used in the report.
getPrefix() - Method in class adams.flow.transformer.draw.AbstractDrawObjectsFromReport
Returns the prefix to use for the objects in the report.
getPrefix() - Method in class adams.flow.transformer.draw.ObjectAnnotationsFromReport
Returns the field prefix used in the report.
getPrefix() - Method in class adams.flow.transformer.ImageAnnotator
Returns the field prefix to use for the located objects.
getPrefix() - Method in class adams.flow.transformer.ImageObjectIndexOffset
Returns the field prefix used in the report.
getPrefix() - Method in class adams.flow.transformer.ImageObjectInfo
Returns the field prefix used in the report.
getPrefix() - Method in class adams.flow.transformer.LocateObjects
Returns the field prefix to use when generating a report.
getPrefix() - Method in interface adams.flow.transformer.locateobjects.ObjectPrefixHandler
Returns the field prefix used in the report.
getPrefix() - Method in class adams.flow.transformer.MergeObjectLocations
Returns the field prefix used in the report.
getPrefix() - Method in class adams.flow.transformer.plotgenerator.AndrewsCurvesGenerator
Returns the prefix for the plot names.
getPrefix() - Method in class adams.flow.transformer.PrependDir
Returns the prefix to append.
getPrefix() - Method in class adams.flow.transformer.RelativeDir
Returns the prefix to remove.
getPrefix() - Method in class adams.flow.transformer.RemoveImageObject
Returns the field prefix used in the report.
getPrefix() - Method in class adams.flow.transformer.ReportToStorage
Returns the optional prefix for the variables.
getPrefix() - Method in class adams.flow.transformer.ReportToVariables
Returns the optional prefix for the variables.
getPrefix() - Method in class adams.flow.transformer.ScaleReportObjects
Returns the prefix.
getPrefix() - Method in class adams.flow.transformer.splitfile.AbstractFileSplitter
Returns the prefix for the generated files.
getPrefix() - Method in class adams.flow.transformer.SpreadSheetCopyColumns
Returns the prefix to use for the copied column headers.
getPrefix() - Method in class adams.flow.transformer.SpreadSheetMerge
Returns the optional prefix string.
getPrefix() - Method in class adams.flow.transformer.WekaInstancesMerge
Returns the optional prefix string.
getPrefix() - Method in class adams.gui.chooser.AbstractChooserPanel
Returns the current text of the prefix label.
getPrefix() - Method in class adams.gui.tools.previewbrowser.AnnotateImage
Returns the field prefix to use for the located objects.
getPrefix() - Method in class adams.gui.tools.previewbrowser.AnnotationsAndPredictionsFromReport
Returns the prefix to use for the objects in the report.
getPrefix() - Method in class adams.gui.tools.previewbrowser.DeepLabCutCSVHandler
Returns the prefix to use for the objects in the report.
getPrefix() - Method in class adams.gui.tools.previewbrowser.DetectronAnnotationsHandler
Returns the prefix to use for the objects in the report.
getPrefix() - Method in class adams.gui.tools.previewbrowser.ObjectAnnotationsHandler
Returns the field prefix used in the report.
getPrefix() - Method in class adams.gui.tools.previewbrowser.ObjectAnnotationsReportHandler
Returns the field prefix used in the report.
getPrefix() - Method in class adams.gui.tools.previewbrowser.ObjectCentersFromReport
Returns the prefix to use for the objects in the report.
getPrefix() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
Returns the prefix to use for the objects in the report.
getPrefix() - Method in class adams.gui.tools.previewbrowser.PointsFromReportHandler
Returns the prefix to use for the objects in the report.
getPrefix() - Method in class adams.gui.tools.previewbrowser.YoloAnnotationsHandler
Returns the prefix to use for the objects in the report.
getPrefix() - Method in class adams.gui.visualization.image.AbstractObjectOverlayFromReport
Returns the prefix to use for the objects in the report.
getPrefix() - Method in class adams.gui.visualization.image.AbstractPointOverlayFromReport
Returns the prefix to use for the objects in the report.
getPrefix() - Method in class adams.gui.visualization.image.AbstractReportBasedOverlayHelper
Returns the prefix to use for the objects in the report.
getPrefix() - Method in class adams.gui.visualization.image.leftclick.AbstractSelectionRectangleBasedLeftClickProcessor
Returns the prefix to use for the objects.
getPrefix() - Method in class adams.gui.visualization.image.leftclick.AddMetaData
Returns the prefix to use for the objects.
getPrefix() - Method in class adams.gui.visualization.image.leftclick.DeleteObjects
Returns the prefix to use for the objects.
getPrefix() - Method in class adams.gui.visualization.image.MetaDataText
Returns the optional prefix for the text.
getPrefix() - Method in class adams.gui.visualization.image.ObjectAnnotations
Returns the field prefix used in the report.
getPrefix() - Method in class adams.gui.visualization.image.selection.AbstractSelectionRectangleBasedSelectionProcessor
Returns the prefix to use for the objects.
getPrefix() - Method in class adams.gui.visualization.multiobjectexport.DirectoryExport
Returns the optional prefix for the file names.
getPrefix() - Method in class adams.gui.visualization.multiobjectexport.EmailExport
Returns the optional prefix for the file names.
getPrefix() - Method in class adams.gui.visualization.multiobjectexport.ZipExport
Returns the optional prefix for the file names.
getPrefix() - Method in class adams.gui.visualization.object.annotationsdisplay.AbstractAnnotationsDisplayGenerator
Returns the prefix to use for the objects in the report.
getPrefix() - Method in class adams.gui.visualization.object.annotationsdisplay.AbstractAnnotationsDisplayPanel
Returns the prefix in use.
getPrefix() - Method in class adams.gui.visualization.object.annotator.AbstractReportBasedAnnotator
Returns the prefix to use for the objects.
getPrefix() - Method in class adams.gui.visualization.object.overlay.AbstractObjectOverlayFromReport
Returns the prefix to use for the objects in the report.
getPrefix() - Method in class adams.gui.visualization.object.overlay.AbstractPointOverlayFromReport
Returns the prefix to use for the objects in the report.
getPrefix() - Method in class adams.gui.visualization.object.overlay.ObjectAnnotations
Returns the field prefix used in the report.
getPrefix() - Method in class adams.gui.visualization.report.ReportDateFieldPaintlet
Returns the currently set prefix for the date label.
getPrefix() - Method in class adams.gui.visualization.timeseries.FixedTimestampPaintlet
Returns the currently set prefix for the date label.
getPrefix() - Method in class weka.filters.unsupervised.attribute.EquiDistance
Returns the prefix for the new attributes.
getPrefixColumns() - Method in class adams.flow.transformer.plotgenerator.XYPlotGenerator
Returns the current column range to generate the prefix of the plot with.
getPrefixCount() - Method in class adams.gui.goe.MultiLineValueDialog
Returns the prefix in use for the count display.
getPrefixDatasetsWithIndex() - Method in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment
Returns whether to prefix the datasets with the index.
getPrefixDatasetsWithIndex() - Method in interface adams.gui.tools.wekamultiexperimenter.experiment.ExperimentWithCustomizableRelationNames
Returns whether to prefix the datasets with the index.
getPrefixDatasetsWithIndex() - Method in class adams.gui.tools.wekamultiexperimenter.ExperimenterPanel
Returns whether to use the filename as relation name.
getPrefixDatasetsWithIndex() - Method in class weka.experiment.ExtExperiment
Returns whether to prefix the datasets with the index.
getPrefixes() - Method in class adams.gui.visualization.image.leftclick.ViewObjects
Returns the prefix to use for the objects.
getPrefixes() - Method in class weka.filters.unsupervised.attribute.MetaPartitionedMultiFilter
Gets the list of prefixes to use.
getPrefixes() - Method in class weka.filters.unsupervised.attribute.PartitionedMultiFilter2
Gets the list of prefixes to use.
getPrefixFields() - Method in class adams.data.report.Report
Returns all distinct prefix fields.
getPrefixLabel() - Method in class adams.gui.chooser.AbstractChooserPanel
Returns the prefix label.
getPrefixNew() - Method in class adams.flow.transformer.ChangeImageObjectPrefix
Returns the bew field prefix to be used in the report.
getPrefixSeparator() - Method in class adams.flow.transformer.SpreadSheetMerge
Returns the prefix separator string.
getPrefixSeparator() - Method in class adams.flow.transformer.WekaInstancesMerge
Returns the prefix separator string.
getPrefixStdErr() - Method in class adams.flow.source.AbstractPythonExecution
Returns the (optional) prefix to use for output from stderr.
getPrefixStdErr() - Method in class adams.flow.source.Command
Returns the (optional) prefix to use for output from stderr.
getPrefixStdErr() - Method in class adams.flow.source.RSync
Returns the (optional) prefix to use for output from stderr.
getPrefixStdErr() - Method in class adams.flow.source.SimpleRSync
Returns the (optional) prefix to use for output from stderr.
getPrefixStdOut() - Method in class adams.flow.source.AbstractPythonExecution
Returns the (optional) prefix to use for output from stdout.
getPrefixStdOut() - Method in class adams.flow.source.Command
Returns the (optional) prefix to use for output from stdout.
getPrefixStdOut() - Method in class adams.flow.source.RSync
Returns the (optional) prefix to use for output from stdout.
getPrefixStdOut() - Method in class adams.flow.source.SimpleRSync
Returns the (optional) prefix to use for output from stdout.
getPrefixSubset(String) - Method in class adams.data.Notes
Returns the subset for the given prefix, e.g., PROCESS_INFORMATION.
getPrefixTimestamp() - Method in class adams.data.timeseries.Values
Returns the prefix for the timestamps.
getPrefixValue() - Method in class adams.data.timeseries.Values
Returns the prefix for the values.
getPreparation() - Method in class adams.flow.transformer.ImagePreparation
Returns the scheme for preprocessing the image.
getPreparation() - Method in class adams.flow.transformer.PrepareFileBasedDataset
Returns the file preparation scheme.
getPreparation() - Method in class weka.classifiers.meta.SocketFacade
Returns the data preparation scheme to use.
getPreprocessing() - Method in class weka.core.neighboursearch.PLSNNSearch
Gets the type of preprocessing to use
getPreprocessingType() - Method in class adams.data.instancesanalysis.pls.AbstractPLS
Returns the type of preprocessing to perform.
getPreprocessingType() - Method in class weka.attributeSelection.AbstractPLSAttributeEval
Returns the type of preprocessing to perform.
getPreProcessor() - Method in class adams.flow.transformer.AbstractDataContainerDbWriter
Returns the pre-processor in use.
getPreProcessor() - Method in class adams.flow.transformer.AbstractReportDbWriter
Returns the pre-processor in use.
getPreSelectedIndices(Instances) - Method in class adams.flow.transformer.WekaChooseAttributes
Returns the pre-selected indices.
getPreserveIDColumn() - Method in class weka.filters.unsupervised.attribute.AttributeSummaryTransferFilter
Gets whether the first non-summary attribute should be treated as an ID and moved to the first attribute position.
getPreserveInstancesOrder() - Method in class weka.clusterers.SAXKMeans
Gets whether order of instances must be preserved.
getPreserveOrder() - Method in interface adams.data.splitgenerator.RandomSplitGenerator
Returns whether to preserve the order.
getPreserveOrder() - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesGroupedRandomSplitGenerator
Returns whether to preserve the order.
getPreserveOrder() - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesRandomSplitGenerator
Returns whether to preserve the order.
getPreserveOrder() - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.SpreadSheetRandomSplitGenerator
Returns whether to preserve the order.
getPreserveOrder() - Method in class adams.flow.transformer.preparefilebaseddataset.TrainTestSplit
Returns whether to preserve the order.
getPreserveOrder() - Method in class adams.flow.transformer.preparefilebaseddataset.TrainValidateTestSplit
Returns whether to preserve the order.
getPreserveOrder() - Method in class adams.flow.transformer.WekaRandomSplit
Returns whether to preserve order and suppress randomization.
getPreserveOrder() - Method in class adams.gui.tools.wekamultiexperimenter.experiment.TrainTestSplitExperiment
Returns whether to preserve the order.
getPreserveOrder() - Method in class adams.ml.evaluation.DefaultRandomSplitGenerator
Returns whether to preserve the order.
getPreserveOrder() - Method in class weka.classifiers.BestBinnedNumericClassRandomSplitGenerator
Returns whether to preserve the order.
getPreserveOrder() - Method in class weka.classifiers.BinnedNumericClassRandomSplitGenerator
Returns whether to preserve the order.
getPreserveOrder() - Method in class weka.classifiers.DefaultRandomSplitGenerator
Returns whether to preserve the order.
getPreserveOrder() - Method in class weka.classifiers.GroupedBinnedNumericClassRandomSplitGenerator
Returns whether to preserve the order.
getPreserveOrder() - Method in class weka.classifiers.GroupedRandomSplitGenerator
Returns whether to preserve the order.
getPreserveOrder() - Method in interface weka.classifiers.RandomSplitGenerator
Returns whether to preserve the order.
getPreTokenizer() - Method in class weka.core.tokenizers.PreCleanedTokenizer
Returns the tokenizer to use for the initial tokenization (before cleaning).
getPrettyPrinting() - Method in interface adams.core.io.PrettyPrintingSupporter
Returns whether pretty-printing is used or not.
getPrettyPrinting() - Method in class adams.data.conversion.DOMToString
Returns whether pretty-printing is used or not.
getPrettyPrinting() - Method in class adams.data.conversion.JsonToString
Returns whether pretty-printing is used or not.
getPrettyPrinting() - Method in class adams.data.conversion.ReportToJson
Returns whether pretty-printing is used or not.
getPrettyPrinting() - Method in class adams.data.io.output.AbstractSimpleJsonReportWriter
Returns whether pretty-printing is used or not.
getPrettyPrinting() - Method in class adams.data.io.output.JsonIndexedSplitsRunsWriter
Returns whether pretty-printing is used or not.
getPrettyPrinting() - Method in class adams.data.io.output.OpexObjectLocationsWriter
Returns whether pretty-printing is used or not.
getPrettyPrinting() - Method in class adams.data.io.output.ViaAnnotationsReportWriter
Returns whether pretty-printing is used or not.
getPrettyPrinting() - Method in class adams.flow.sink.JsonFileWriter
Returns whether pretty-printing is used or not.
getPrettyPrinting() - Method in class adams.flow.sink.XMLFileWriter
Returns whether pretty-printing is used or not.
getPrettyPrinting() - Method in class adams.gui.tools.previewbrowser.notes.JsonNotesWriter
Returns whether pretty-printing is used or not.
getPrettyPrinting() - Method in class adams.scripting.processor.JsonProcessor
Returns whether pretty-printing is used or not.
getPreview() - Method in class adams.flow.sink.DOMDisplay
Returns whether to show a preview table for the attributes.
getPreview() - Method in class adams.flow.sink.FilePreview
Returns the custom preview handler to use.
getPreview() - Method in class adams.flow.sink.JsonDisplay
Returns whether to show a preview text area.
getPreview() - Method in class adams.flow.sink.ObjectPreview
Returns the custom preview handler to use.
getPreview() - Method in class adams.flow.sink.SpreadSheetDisplay
Returns the preview to use for selected rows.
getPreview() - Method in class adams.flow.transformer.SpreadSheetSelectSubset
Returns the preview to use for selected rows.
getPreview(File) - Method in class adams.gui.tools.previewbrowser.AbstractContentHandler
Returns the preview for the specified file.
getPreview(File) - Method in interface adams.gui.tools.previewbrowser.ContentHandler
Returns the preview for the specified file.
getPreview(File[]) - Method in interface adams.gui.tools.previewbrowser.MultipleFileContentHandler
Returns the preview for the specified files.
getPreview(Object) - Method in class adams.gui.tools.previewbrowser.AbstractObjectContentHandler
Returns the preview for the specified object.
getPreview(Object) - Method in class adams.gui.tools.previewbrowser.AbstractSerializedObjectViewer
Creates a PreviewPanel for the given object.
getPreview(Object) - Method in interface adams.gui.tools.previewbrowser.ObjectContentHandler
Returns the preview for the specified object.
getPreview(Object) - Method in interface adams.gui.tools.previewbrowser.SerializedObjectViewer
Creates a JPanel for the given object.
getPreviewCacheSize() - Method in class adams.gui.tools.previewbrowser.PreviewDisplay
Returns the size of the preview cache.
getPreviewPanel() - Method in class adams.gui.dialog.PreviewBrowserDialog
Returns the preview panel.
getPreviousButtonPanel() - Method in class adams.gui.chooser.DatePanel.InternalView
This method initializes previousButtonPanel
getPreviousDelta(int) - Method in class adams.core.DiffUtils.SideBySideDiff
Returns the previous delta after the current line.
getPreviousMonthButton() - Method in class adams.gui.chooser.DatePanel.InternalView
This method initializes previousMonthButton
getPreviousReport() - Method in class adams.gui.visualization.object.ObjectAnnotationPanel
Returns the previous report.
getPreviousSibling() - Method in class adams.flow.core.AbstractActor
If the actor is part of a group, this method returns the actor preceding it in that group.
getPreviousSibling() - Method in interface adams.flow.core.Actor
If the actor is part of a group, this method returns the actor preceding it in that group.
getPreviousState() - Method in class weka.classifiers.timeseries.BaselineAdjustedForecaster
Get the last set state of the model.
getPreviousValue() - Method in class adams.gui.chooser.DatePanel.InternalCalendarModel
Part of SpinnerModel, year
getPreviousYearButton() - Method in class adams.gui.chooser.DatePanel.InternalView
This method initializes previousMonthButton
getPrimaryKey() - Method in class adams.db.ColumnMapping
Get primary key column
getPrimitiveClass(Class) - Static method in class adams.core.Utils
Returns the corresponding BaseObject-derived wrapper class.
getPrinter() - Method in class adams.core.management.OutputProcessStream
Returns the printer instance in use.
getPrivateKeyFile() - Method in class adams.core.io.lister.SftpDirectoryLister
Returns the location of the private key file.
getPrivateKeyFile() - Method in class adams.flow.standalone.SSHConnection
Returns the location of the private key file.
getPrivateKeyFile() - Method in class adams.gui.chooser.SftpRemoteDirectorySetup
Returns the location of the private key file.
getPrivateKeyFile() - Method in class adams.scripting.connection.AbstractSSHConnection
Returns the location of the private key file.
getPrivateKeyPassphrase() - Method in class adams.core.io.lister.SftpDirectoryLister
Returns the passphrase for the private key file, ignored if empty.
getPrivateKeyPassphrase() - Method in class adams.flow.standalone.SSHConnection
Returns the passphrase for the private key file, ignored if empty.
getPrivateKeyPassphrase() - Method in class adams.gui.chooser.SftpRemoteDirectorySetup
Returns the passphrase for the private key file, ignored if empty.
getPrivateKeyPassphrase() - Method in class adams.scripting.connection.AbstractSSHConnection
Returns the passphrase for the private key file, ignored if empty.
getProbability() - Method in class adams.data.conversion.WekaPredictionContainerToSpreadSheet.SortContainer
Returns the probability.
getProbabilityColumn() - Method in class adams.flow.transformer.ConfusionMatrix
Returns the column with the probabilities (optional).
getProbabilityColumn() - Method in class adams.flow.transformer.SummaryStatistics
Returns the column with the probabilities (optional).
getProceduralAspect(Actor) - Static method in class adams.flow.core.ActorUtils
Determines the procedural aspect of an actor.
getProcedure(String) - Static method in class adams.parser.ParserHelper
Returns the procedure associated with the given procedure name.
getProcedureHelp() - Method in class adams.parser.plugin.AbstractParserProcedure
Returns the help string for the procedure.
getProcedureHelp() - Method in interface adams.parser.plugin.ParserProcedure
Returns the help string for the procedure.
getProcedureHelp() - Method in class adams.parser.plugin.Println
Returns the help string for the procedure.
getProcedureName() - Method in class adams.parser.plugin.AbstractParserProcedure
Returns the procedure name.
getProcedureName() - Method in interface adams.parser.plugin.ParserProcedure
Returns the name of the procedure.
getProcedureName() - Method in class adams.parser.plugin.Println
Returns the procedure name.
getProcedureOverview() - Static method in class adams.parser.ParserHelper
Builds a string of all the additionally available procedures.
getProcedures() - Static method in class adams.parser.plugin.AbstractParserProcedure
Returns a list with classnames of procedures.
getProcedureSignature() - Method in class adams.parser.plugin.AbstractParserProcedure
Returns the signature of the procedure.
getProcedureSignature() - Method in interface adams.parser.plugin.ParserProcedure
Returns the signature of the procedure.
getProcedureSignature() - Method in class adams.parser.plugin.Println
Returns the signature of the procedure.
getProceedAction() - Method in class adams.gui.wizard.AbstractWizardPage
Returns the proceed action instance in use.
getProcessActorsDialog(String) - Method in class adams.gui.flow.tree.TreeOperations
Returns the dialog for processing actors.
getProcessed() - Method in class adams.flow.transformer.AbstractDataProcessor
Returns the "processed" directory.
getProcessed() - Method in class adams.gui.tools.ImageProcessorSubPanel
Returns the panel for the original image.
getProcessed() - Method in class adams.scripting.engine.FileBasedScriptingEngine
Returns the "processed" directory.
getProcessInformation() - Method in class adams.data.Notes
Returns the process information subset.
getProcessing() - Method in class adams.flow.transformer.AbstractDataProcessor
Returns the "processing" directory.
getProcessing() - Method in class adams.scripting.engine.FileBasedScriptingEngine
Returns the "processing" directory.
getProcessingThread() - Method in class adams.gui.scripting.AbstractScriptingEngine
Returns the thread for processing the scripting commands.
getProcessor() - Method in class adams.flow.control.PlotProcessor
Returns the processor to apply to the plot containers.
getProcessor() - Method in class adams.flow.standalone.LogEvent
Returns the record processor to use.
getProcessor() - Method in class adams.flow.transformer.ProcessActor
Returns the processor to use.
getProcessor() - Method in class adams.flow.transformer.WekaClassifierSetupProcessor
Returns the processor for the incoming classifier arrays.
getProcessor() - Method in class adams.gui.scripting.AbstractScriptingEngine
Returns the command processor to use.
getProcessorData() - Method in class adams.gui.tools.SpreadSheetProcessorPanel
Returns the processed data.
getProcessors() - Method in class adams.gui.visualization.image.leftclick.MultiProcessor
Returns the processors to use.
getProcessors() - Method in class adams.gui.visualization.image.selection.MultiSelectionProcessor
Returns the sub-processors.
getProcessors() - Method in class adams.gui.visualization.object.mouseclick.MultiProcessor
Returns the click processors to manage.
getProcessorWidget() - Method in class adams.gui.tools.SpreadSheetProcessorPanel
Returns the processor widget.
getProcessType() - Method in class weka.classifiers.trees.XGBoost
Gets the type of boosting process to run.
getProclet() - Method in class adams.flow.transformer.pdfproclet.AbstractMetaPdfProclet
Returns the proclet to use.
getProclets() - Method in class adams.flow.transformer.PDFAppendDocument
Returns the processors in use.
getProclets() - Method in class adams.flow.transformer.PDFCreate
Returns the processors in use.
getProclets() - Method in class adams.flow.transformer.pdfgenerate.Proclets
Returns the processors in use.
getProclets() - Method in class adams.flow.transformer.pdfproclet.PDFGenerator
Returns the processors.
getProclets() - Method in class adams.gui.visualization.multiobjectexport.PDFExport
Returns the processors in use.
getProducer() - Method in class adams.doc.listing.OptionOutput
Returns the producer.
getProducer() - Method in class adams.flow.source.OptionProducer
Returns the option producer in use.
getProducer() - Method in class adams.flow.transformer.OptionProducer
Returns the option producer in use.
getProhibitedPrecedingActorReferenceHandlers() - Method in interface adams.flow.core.ActorReferenceHandler
Returns the classes that are prohibited to appear before this reference handler.
getProhibitedPrecedingActorReferenceHandlers() - Method in class adams.flow.standalone.AbstractMultiView
Returns the classes that are prohibited to appear before this reference handler.
getProhibitedPrecedingActorReferenceHandlers() - Method in class adams.flow.standalone.CallableActors
Returns the classes that are prohibited to appear before this reference handler.
getProject() - Method in class adams.env.AbstractEnvironment
Returns the project's name.
getProject() - Method in class adams.env.Environment
Returns the project's name.
getProlog() - Method in class adams.doc.javadoc.OptionHandlerJavadoc
whether "Valid options are..." prolog is included in the Javadoc.
getProlog() - Method in class adams.doc.javadoc.TechnicalInformationHandlerJavadoc
whether "Valid options are..." prolog is included in the Javadoc.
getPromptForPassword() - Method in interface adams.core.PasswordPrompter
Returns whether to prompt for a password if none currently provided.
getPromptForPassword() - Method in interface adams.flow.core.OptionalPasswordPrompt
Returns whether to prompt for a password if none currently provided.
getPromptForPassword() - Method in class adams.flow.standalone.AbstractDatabaseConnection
Returns whether to prompt for a password if none currently provided.
getPromptForPassword() - Method in class adams.flow.standalone.FTPConnection
Returns whether to prompt for a password if none currently provided.
getPromptForPassword() - Method in class adams.flow.standalone.SMBConnection
Returns whether to prompt for a password if none currently provided.
getPromptForPassword() - Method in class adams.flow.standalone.SMTPConnection
Returns whether to prompt for a password if none currently provided.
getPromptForPassword() - Method in class adams.flow.standalone.SSHConnection
Returns whether to prompt for a password if none currently provided.
getPromptOverwriteFile() - Method in class adams.gui.chooser.BaseFileChooser
Returns whether the user gets prompted by the save dialog if the selected file already exists.
getPromptOverwriteFile() - Method in class adams.gui.chooser.FileChooserPanel
Returns whether the user gets prompted by the save dialog if the selected file already exists.
getPromptUserWhenClosingTab() - Method in class adams.gui.core.BaseTabbedPane
Returns whether to prompt the user when closing a tab.
getPropagateStorage() - Method in interface adams.flow.control.LocalScopeHandler
Returns whether to propagate storage items from the local to the outer scope.
getPropagateStorage() - Method in class adams.flow.control.LocalScopeTransformer
Returns whether to propagate storage items from the local to the outer scope.
getPropagateStorage() - Method in class adams.flow.control.LocalScopeTrigger
Returns whether to propagate storage items from the local to the outer scope.
getPropagateVariables() - Method in interface adams.flow.control.LocalScopeHandler
Returns whether to propagate variables from the local to the outer scope.
getPropagateVariables() - Method in class adams.flow.control.LocalScopeTransformer
Returns whether to propagate variables from the local to the outer scope.
getPropagateVariables() - Method in class adams.flow.control.LocalScopeTrigger
Returns whether to propagate variables from the local to the outer scope.
getProperties() - Static method in class adams.core.io.FileUtils
Returns the properties.
getProperties() - Static method in class adams.core.management.ImplicitClassPathAugmenter
Returns the properties with the suggestions.
getProperties() - Static method in class adams.core.management.JVisualVM
Returns the properties.
getProperties() - Static method in class adams.core.management.Terminal
Returns the properties.
getProperties() - Static method in class adams.core.management.Wine
Loads the properties on demand.
getProperties() - Method in class adams.core.net.EmailAddressBook
Returns the properties, loads them if necessary.
getProperties() - Static method in class adams.core.net.EmailHelper
Returns the underlying properties.
getProperties() - Static method in class adams.core.net.SMBHelper
Returns the underlying properties.
getProperties() - Static method in class adams.core.net.SSLHelper
Returns the underlying properties.
getProperties() - Method in class adams.core.option.Conversion
Returns the properties that define the editor.
getProperties() - Static method in class adams.core.option.OptionManager
Returns the properties file with the custom editors.
getProperties() - Static method in class adams.core.option.OptionUtils
Returns the properties file with the custom editors.
getProperties() - Method in class adams.core.PropertiesBasedEnumeration
Returns the properties.
getProperties() - Static method in class adams.data.timeseries.PeriodicityHelper
Returns the properties.
getProperties() - Method in class adams.db.AbstractDatabaseConnection
Returns the properties, loads them on demand.
getProperties() - Static method in class adams.db.AbstractDbBackend
Returns the underlying properties.
getProperties() - Static method in class adams.db.AbstractTable
Returns the properties.
getProperties() - Method in class adams.env.AbstractEnvironment
Returns the underlying properties.
getProperties() - Method in class adams.flow.control.UpdateProperties
Returns the properties to update.
getProperties() - Method in interface adams.flow.core.PropertiesUpdater
Returns the properties to update.
getProperties() - Method in class adams.flow.source.AbstractSimpleSourceWithPropertiesUpdating
Returns the properties to update.
getProperties() - Method in class adams.flow.transformer.AbstractTransformerWithPropertiesUpdating
Returns the properties to update.
getProperties() - Method in class adams.gui.action.AbstractPropertiesAction
Returns the underlying properties.
getProperties() - Method in class adams.gui.application.ApplicationMenu
Returns the properties.
getProperties() - Static method in class adams.gui.core.BrowserHelper
Returns the properties that define the editor.
getProperties() - Static method in class adams.gui.core.ConsolePanel
Returns the syntax style definition.
getProperties() - Static method in class adams.gui.core.Fonts
Returns the properties in use.
getProperties() - Static method in class adams.gui.core.MemoryMonitorPanel
Returns the properties that define the editor.
getProperties() - Method in class adams.gui.core.PropertiesParameterPanel
Returns the currently display properties as a properties object.
getProperties() - Method in class adams.gui.core.PropertiesTableModel
Returns the current content as properties.
getProperties() - Static method in class adams.gui.core.UISettings
Returns the properties in use.
getProperties() - Method in class adams.gui.dialog.PropertiesParameterDialog
Returns the current properties from the underlying PropertiesParameterPanel.
getProperties() - Static method in class adams.gui.flow.FlowPanel
Returns the properties that define the editor.
getProperties() - Static method in class adams.gui.flow.FlowRunnerPanel
Returns the properties that define the editor.
getProperties() - Method in class adams.gui.flow.menu.AbstractFlowEditorCheckBoxMenuItemAction
Returns the underlying properties.
getProperties() - Method in class adams.gui.flow.menu.AbstractFlowEditorMenuItemAction
Returns the underlying properties.
getProperties() - Method in class adams.gui.flow.menu.AbstractFlowEditorSubMenuAction
Returns the underlying properties.
getProperties() - Static method in class adams.gui.flow.tab.FlowTabManager
Returns the properties that define the editor.
getProperties() - Static method in class adams.gui.flow.tree.actorswap.ActorHandlerSuggestion
Returns the properties with the suggestions.
getProperties() - Static method in class adams.gui.flow.tree.actorswap.SimpleSuggestion
Returns the properties with the suggestions.
getProperties() - Method in class adams.gui.flow.tree.menu.AbstractTreePopupMenuItemAction
Returns the underlying properties.
getProperties() - Method in class adams.gui.flow.tree.menu.AbstractTreePopupSubMenuAction
Returns the underlying properties.
getProperties() - Method in class adams.gui.flow.tree.quickaction.AbstractTreeQuickMenuItemAction
Returns the underlying properties.
getProperties() - Static method in class adams.gui.goe.AbstractAdvancedScriptEditorWithTemplates
Returns the properties that define the editor.
getProperties() - Static method in class adams.gui.goe.AbstractSimpleScriptEditorWithTemplates
Returns the properties that define the editor.
getProperties() - Method in class adams.gui.goe.Favorites
Returns the properties of the favorites.
getProperties() - Static method in class adams.gui.goe.WekaEditorsRegistration.AccessibleGenericObjectEditor
Returns the editor properties.
getProperties() - Method in class adams.gui.scripting.AbstractScriptingEngine
Provides access to the properties object.
getProperties() - Method in class adams.gui.scripting.ScriptingEngine
Provides access to the properties object.
getProperties() - Method in class adams.gui.tools.AbstractManagementPanelWithProperties
Returns the properties to work with.
getProperties() - Method in class adams.gui.tools.EmailAddressBookPanel
Returns the properties to work with.
getProperties() - Method in class adams.gui.tools.FileChooserBookmarksManagementPanel
Returns the properties to work with.
getProperties() - Static method in class adams.gui.tools.LogEntryDatabaseViewerPanel
Returns the properties that define the editor.
getProperties() - Static method in class adams.gui.tools.LogEntryViewerPanel
Returns the properties that define the editor.
getProperties() - Method in class adams.gui.tools.PlaceholderManagementPanel.PlaceholderTableModel
Returns the data as props structure.
getProperties() - Static method in class adams.gui.tools.previewbrowser.PropertiesManager
Returns the properties that define the editor.
getProperties() - Static method in class adams.gui.tools.previewbrowser.SerializedObjectPanel
Returns the properties that define the editor.
getProperties() - Method in class adams.gui.tools.spreadsheetviewer.menu.AbstractSpreadSheetViewerCheckBoxMenuItemAction
Returns the underlying properties.
getProperties() - Method in class adams.gui.tools.spreadsheetviewer.menu.AbstractSpreadSheetViewerMenuItemAction
Returns the underlying properties.
getProperties() - Method in class adams.gui.tools.spreadsheetviewer.menu.AbstractSpreadSheetViewerSubMenuAction
Returns the underlying properties.
getProperties() - Static method in class adams.gui.tools.spreadsheetviewer.tab.ViewerTabManager
Returns the properties that define the editor.
getProperties() - Static method in class adams.gui.tools.SpreadSheetViewerPanel
Returns the properties that define the editor.
getProperties() - Static method in class adams.gui.tools.wekainvestigator.evaluation.AbstractEvaluation
Returns the properties that define the editor.
getProperties() - Static method in class adams.gui.tools.wekainvestigator.InvestigatorPanel
Returns the properties that define the investigator.
getProperties() - Static method in class adams.gui.tools.wekamultiexperimenter.ExperimenterPanel
Returns the properties that define the editor.
getProperties() - Method in class adams.gui.visualization.container.DataContainerPanel
Returns the properties for this panel.
getProperties() - Static method in class adams.gui.visualization.image.ImageViewerPanel
Returns the properties that define the editor.
getProperties() - Static method in class adams.gui.visualization.instance.InstanceComparePanel
Returns the properties that define the editor.
getProperties() - Static method in class adams.gui.visualization.instance.InstanceExplorer
Returns the properties that define the editor.
getProperties() - Static method in class adams.gui.visualization.spreadsheet.SpreadSheetExplorer
Returns the properties that define the editor.
getProperties() - Method in class adams.gui.wizard.AbstractWizardPage
Returns the content of the page (ie parameters) as properties.
getProperties() - Method in class adams.gui.wizard.BranchSelectionPage
Returns the content of the page (ie parameters) as properties.
getProperties() - Method in class adams.gui.wizard.FinalPage
Returns the content of the page (ie parameters) as properties.
getProperties() - Method in class adams.gui.wizard.GenericObjectEditorPage
Returns the content of the page (ie parameters) as properties.
getProperties() - Method in class adams.gui.wizard.ListPage
Returns the content of the page (ie parameters) as properties.
getProperties() - Method in class adams.gui.wizard.ParameterPanelPage
Returns the content of the page (ie parameters) as properties.
getProperties() - Method in class adams.gui.wizard.PropertySheetPanelPage
Returns the content of the page (ie parameters) as properties.
getProperties() - Method in class adams.gui.wizard.SelectDirectoryPage
Returns the content of the page (ie parameters) as properties.
getProperties() - Method in class adams.gui.wizard.SelectFilePage
Returns the content of the page (ie parameters) as properties.
getProperties() - Method in class adams.gui.wizard.SelectMultipleDirectoriesPage
Returns the content of the page (ie parameters) as properties.
getProperties() - Method in class adams.gui.wizard.SelectMultipleFilesPage
Returns the content of the page (ie parameters) as properties.
getProperties() - Method in class adams.gui.wizard.StartPage
Returns the content of the page (ie parameters) as properties.
getProperties() - Method in class adams.gui.wizard.TextAreaPage
Returns the content of the page (ie parameters) as properties.
getProperties() - Method in class adams.gui.wizard.WekaPropertySheetPanelPage
Returns the content of the page (ie parameters) as properties.
getProperties() - Method in class adams.gui.wizard.WekaSelectDatasetPage
Returns the content of the page (ie parameters) as properties.
getProperties() - Method in class adams.gui.wizard.WekaSelectMultipleDatasetsPage
Returns the content of the page (ie parameters) as properties.
getProperties(boolean) - Method in class adams.gui.visualization.timeseries.TimeseriesImportDatabaseDialog
Returns the properties from all the pages.
getProperties(boolean) - Method in class adams.gui.wizard.AbstractWizardPane
Returns the properties from all the pages.
GetProperties - Class in adams.flow.transformer
Outputs the names of all Java Bean properties of the incoming object.
GetProperties() - Constructor for class adams.flow.transformer.GetProperties
 
getPropertiesDefinitions() - Method in class adams.env.AbstractEnvironment
Returns the URLs of the properties files with the definitions.
getPropertiesDefinitions() - Method in class adams.env.Environment
Returns the resource locations of the properties files with the definitions.
getPropertiesEditor() - Static method in class adams.gui.flow.FlowEditorPanel
Returns the properties that define the editor.
getPropertiesFile() - Method in class adams.env.Setup
Returns the properties file stored (incl path).
getPropertiesFile() - Method in class adams.gui.core.AbstractRecentItemsHandler
Returns the props file used to store the recent items in.
getPropertiesFileFilter() - Static method in class adams.gui.core.ExtensionFileFilter
Returns a filter for props files.
getPropertiesFilename() - Static method in class adams.gui.laf.AbstractLookAndFeel
Returns the properties filename.
getPropertiesHelp() - Static method in class adams.core.management.JVisualVM
Generates a help string for the properties.
getPropertiesMenu() - Static method in class adams.gui.flow.FlowEditorPanel
Returns the properties that define the menu in the editor.
getPropertiesMenu() - Static method in class adams.gui.tools.SpreadSheetViewerPanel
Returns the properties that define the menu.
getPropertiesParameterPanel() - Method in class adams.gui.dialog.PropertiesParameterDialog
Returns the underlying panel.
getPropertiesScrollPane() - Method in class adams.gui.visualization.image.ImagePanel
Returns the underlying table for the properties.
getPropertiesTable() - Method in class adams.gui.visualization.image.ImagePanel
Returns the underlying table for the properties.
getPropertiesTreePopup() - Static method in class adams.gui.flow.FlowEditorPanel
Returns the properties for the tree popup menu.
getPropertiesTreeQuickAction() - Static method in class adams.gui.flow.FlowEditorPanel
Returns the properties for the tree quick action menu.
getPropertiesWidth() - Method in class adams.flow.sink.ImageViewer
Returns the width of the properties.
getProperty() - Method in class adams.core.discovery.genetic.GenericDoubleResolution
Returns the property to manage.
getProperty() - Method in class adams.core.discovery.genetic.GenericFloatResolution
Returns the property to manage.
getProperty() - Method in class adams.core.discovery.genetic.GenericInteger
Returns the property to manage.
getProperty() - Method in class adams.core.discovery.genetic.GenericString
Returns the property to manage.
getProperty() - Method in class adams.core.option.AbstractOption
Returns the property used for getting/setting the option.
getProperty() - Method in class adams.flow.condition.bool.HasProperty
Returns the property to update.
getProperty() - Method in class adams.flow.core.AbstractPropertyUpdater
Returns the property to update.
getProperty() - Method in class adams.flow.source.GetSystemProperty
Returns the name of the property to set.
getProperty() - Method in class adams.flow.transformer.GetProperty
Returns the property to retrieve the current value.
getProperty() - Method in class adams.flow.transformer.SetSystemProperty
Returns the name of the property to set.
getProperty() - Method in class adams.gui.visualization.debug.objecttree.Node
Returns the property.
getProperty(int) - Method in class adams.gui.core.PropertiesParameterPanel
Returns the component at the specified location.
getProperty(String) - Method in class adams.gui.core.PropertiesParameterPanel
Returns the component associated with the identifier.
GetProperty - Class in adams.flow.transformer
Obtains the current property value of the object passing through.
GetProperty() - Constructor for class adams.flow.transformer.GetProperty
 
getPropertyChangeSupport() - Method in class adams.gui.goe.PropertySheetPanel
Returns the underlying PropertyChangeSupport object.
getPropertyCount() - Method in class adams.gui.core.PropertiesParameterPanel
Returns the number of properties currently displayed.
getPropertyDescriptor() - Method in class adams.core.discovery.genetic.GenericDoubleResolution
Returns the property descriptor for the handled property.
getPropertyDescriptor() - Method in class adams.core.discovery.genetic.GenericFloatResolution
Returns the property descriptor for the handled property.
getPropertyDescriptor() - Method in class adams.core.discovery.genetic.GenericInteger
Returns the property descriptor for the handled property.
getPropertyDescriptor() - Method in class adams.core.discovery.genetic.GenericString
Returns the property descriptor for the handled property.
getPropertyDescriptor(Class, String) - Static method in class adams.core.option.OptionUtils
Returns the property descriptors for the given class/property combination.
getPropertyEditor() - Method in class adams.gui.goe.PropertyPanel
Returns the property editor.
getPropertyHints(String) - Method in class adams.gui.core.PropertiesParameterPanel
Returns the hints associated with a property.
getPropertyName() - Method in class adams.gui.flow.tree.quickaction.AbstractGOEQuickAction
Returns the property name to look for.
getPropertyName() - Method in class adams.gui.flow.tree.quickaction.EditBooleanCondition
Returns the property name to look for.
getPropertyName() - Method in class adams.gui.flow.tree.quickaction.EditConversion
Returns the property name to look for.
getPropertyName() - Method in class adams.gui.flow.tree.quickaction.EditWekaASEvaluator
Returns the property name to look for.
getPropertyName() - Method in class adams.gui.flow.tree.quickaction.EditWekaASSearch
Returns the property name to look for.
getPropertyName() - Method in class adams.gui.flow.tree.quickaction.EditWekaClassifier
Returns the property name to look for.
getPropertyName() - Method in class adams.gui.flow.tree.quickaction.EditWekaClusterer
Returns the property name to look for.
getPropertyName() - Method in class adams.gui.flow.tree.quickaction.EditWekaDataGenerator
Returns the property name to look for.
getPropertyName() - Method in class adams.gui.flow.tree.quickaction.EditWekaFilter
Returns the property name to look for.
getPropertyName() - Method in class adams.gui.flow.tree.quickaction.EditWekaStreamableFilter
Returns the property name to look for.
GetPropertyNames - Class in adams.flow.transformer
Outputs all the keys of the properties object passing through.
GetPropertyNames() - Constructor for class adams.flow.transformer.GetPropertyNames
 
getPropertyOrder() - Method in class adams.gui.application.AbstractPropertiesPreferencesPanel
Returns the order for the properties.
getPropertyOrder() - Method in class adams.gui.core.PropertiesParameterPanel
Returns the order for the properties.
getPropertyPath() - Method in class adams.gui.visualization.debug.objecttree.Node
Returns the property path from the root to this node.
getPropertyPrefix() - Method in class adams.gui.core.AbstractRecentItemsHandler
Returns the prefix for the property names.
getPropertyType(String) - Method in class adams.gui.application.AbstractPropertiesPreferencesPanel
Checks whether a preference type has been specified for a particular property.
getPropertyType(String) - Method in class adams.gui.core.PropertiesParameterPanel
Checks whether a property type has been specified for a particular property.
GetPropertyValue - Class in adams.flow.transformer
Obtains the value(s) associated with the keys that match the specified regular expression from the Properties object passing through.
Null values are only forwarded if requested.
GetPropertyValue() - Constructor for class adams.flow.transformer.GetPropertyValue
 
getProposedClasses() - Method in class adams.gui.goe.GenericObjectEditor
Returns the proposed classes.
getProposedClasses() - Method in class adams.gui.goe.GenericObjectEditorDialog
Returns the proposed classes (in case the editor is a GenericObjectEditor).
getProtocol() - Method in interface adams.flow.core.SSLContextProvider
Returns the protocol to use.
getProtocol() - Method in class adams.flow.source.RSync
 
getProtocols() - Method in class adams.flow.standalone.SMTPConnection
Returns the SMTP protocols in use.
getProvider() - Method in class adams.core.io.fileoperations.SftpFileOperations
Returns the SSH session provider in use.
getProvider() - Method in class adams.core.io.fileoperations.SmbFileOperations
Returns the authentication provider in use.
getProvider() - Method in class adams.flow.source.AbstractInstrumentSupplier
Returns the instrument provider to use for retrieving the instruments.
getProvider() - Method in class adams.flow.source.ColorProvider
Returns the color provider in use.
getProvider() - Method in class adams.flow.transformer.ColorProvider
Returns the color provider in use.
getProvider() - Method in class adams.gui.chooser.SftpDirectoryChooserPanel
 
getProvider() - Method in class adams.gui.chooser.SmbDirectoryChooserPanel
 
getProvider() - Method in class adams.gui.visualization.core.TranslucentColorProvider
Returns the base color provider.
getProxyType() - Method in class adams.core.net.ProxyHelper
Returns the proxy type.
getPublishedData() - Method in class adams.event.PublicationEvent
Returns the published the data.
getPython() - Method in class adams.flow.standalone.PythonEnvironment
Returns the python executable, uses one on path if pointing to directory.
getPythonPathEnvVar() - Method in class adams.flow.standalone.PythonEnvironment
Returns the path(s) for the PYTHONPATH environment variable.
getPythonPathUpdateType() - Method in class adams.flow.standalone.PythonEnvironment
Returns how to update the PYTHONPATH environment variable.
getQ() - Method in class adams.data.image.moments.CentralMoment
Returns the exponent for y.
getQ() - Method in class adams.data.image.moments.Moment
Returns the exponent for y.
getQ() - Method in class adams.data.image.moments.NormalizedMoment
Returns the exponent for y.
getQName() - Method in enum adams.core.XPathResult
Returns the associated qname.
getQuality() - Method in class adams.gui.print.JPEGWriter
returns the quality the JPEG will be stored in.
getQueriesPage() - Method in class adams.gui.visualization.timeseries.TimeseriesImportDatabaseDialog
Returns the wizard page for the queries.
getQuery() - Method in class adams.flow.sink.LargeObjectDbWriter
Returns the query to use.
getQuery() - Method in class adams.flow.source.AbstractSpreadSheetDbReader
Returns the SQL query.
getQuery() - Method in class adams.flow.source.LargeObjectDbReader
Returns the query to use.
getQuery() - Method in class adams.flow.source.WekaDatabaseReader
Returns the query to execute.
getQuery() - Method in class adams.flow.transformer.SpreadSheetQuery
Returns the query to execute.
getQuery() - Method in class adams.gui.core.LookUpUpdateEditorPanel
Returns the current query.
getQuery() - Method in class adams.gui.core.SpreadSheetQueryEditorPanel
Returns the current query.
getQuery() - Method in class adams.gui.dialog.SpreadSheetQueryDialog
Returns the current query.
getQuery() - Method in class adams.gui.dialog.SpreadSheetQueryPanel
Returns the current query.
getQuery() - Method in class adams.gui.dialog.SqlQueryDialog
Returns the current query.
getQuery() - Method in class adams.gui.tools.sqlworkbench.SqlQueryPanel
Returns the query.
getQueryPanel() - Method in class adams.gui.dialog.SpreadSheetQueryPanel
Returns the query panel.
getQueryPanel() - Method in class adams.gui.dialog.SQLStatementPanel
Returns the query panel.
getQueryType() - Method in class adams.flow.transformer.AbstractReportDbUpdater
Returns the type of query.
getQueue() - Method in class adams.event.JobListCompleteEvent
Returns the queue that finished all its jobs.
getQueue() - Method in class adams.flow.sink.SendEmail
Returns whether the emails are queue rather than being waited on.
getQueue(Actor, StorageName) - Static method in class adams.flow.core.QueueHelper
Returns the specified queue.
getQuickInfo() - Method in class adams.core.command.AbstractAsyncCapableExternalCommand
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.core.command.AbstractAsyncCapableExternalCommandWithOptions
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.core.command.AbstractExternalCommand
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.core.command.AbstractExternalCommandWithOptions
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.core.io.AbstractFilenameGenerator
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.core.io.filechanged.AbstractFileChangeMonitor
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.core.io.filechanged.AbstractMessageDigestBasedMonitor
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.core.io.filechanged.MultiMonitor
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.core.io.TimestampFilenameGenerator
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.core.net.hostnameverifier.AbstractHostnameVerifier
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.core.net.hostnameverifier.RegExp
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.core.NumericStringCompare
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in interface adams.core.QuickInfoSupporter
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.areaoverlap.BoundingBoxBased
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.areaoverlap.PolygonBased
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.binning.algorithm.AbstractBinningAlgorithm
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.binning.algorithm.DensityBinning
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.binning.algorithm.FrequencyBinning
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.binning.algorithm.ManualBinning
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.binning.postprocessing.AbstractBinPostProcessing
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.binning.postprocessing.MinBinSize
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.boofcv.transformer.ImageType
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.compare.AbstractObjectCompare
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.compare.DataContainer
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.conversion.AbstractConversion
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.conversion.AbstractScriptedConversion
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.data.conversion.AbstractValidateString
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.conversion.Base64ToByteArray
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.conversion.Base64ToString
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.conversion.BreakUpString
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.conversion.ByteArrayToBase64
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.conversion.ByteArrayToBlobContainer
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.conversion.ByteArrayToImageContainer
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.conversion.ByteArrayToPrimitiveArray
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.conversion.ByteArrayToString
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.conversion.ConvertDateTimeType
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.conversion.DOMToString
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.data.conversion.DoubleToString
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.conversion.Groovy
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.data.conversion.ImageContainerToByteArray
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.conversion.JsonObjectToMap
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.conversion.JsonToSpreadSheet
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.data.conversion.LocatedObjectsToReport
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.data.conversion.MapToKeyValuePairs
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.conversion.MapToString
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.data.conversion.MapToWekaInstance
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.conversion.Mat5ArrayToString
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.data.conversion.Mat5StructToMap
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.data.conversion.MathExpression
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.data.conversion.ObjectToObjectContainer
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.conversion.PrimitiveArrayToByteArray
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.conversion.PropertiesToKeyValuePairs
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.conversion.PropertiesToMap
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.data.conversion.Quote
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.conversion.RectangleToString
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.conversion.RenameSpreadSheet
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.conversion.RenameSpreadSheetColumn
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.conversion.ReplaceFileExtension
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.conversion.ReportArrayToMap
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.data.conversion.ReportToJson
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.conversion.ReportToMap
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.data.conversion.Round
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.data.conversion.Scripted
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.data.conversion.SpreadSheetAddRowID
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.data.conversion.SpreadSheetBinarize
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.conversion.SpreadSheetCellFinderToPositions
Deprecated.
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.conversion.SpreadSheetColumnFinderToRange
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.conversion.SpreadSheetColumnsToReport
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.conversion.SpreadSheetInsertCellLocation
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.conversion.SpreadSheetInsertColumnPosition
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.conversion.SpreadSheetMaterializeFormulas
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.data.conversion.SpreadSheetRowFinderToRange
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.conversion.SpreadSheetRowsToReport
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.conversion.SpreadSheetSplitColumn
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.data.conversion.SpreadSheetToDataset
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.conversion.SpreadSheetToNumeric
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.conversion.SpreadSheetUseRowAsHeader
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.data.conversion.StringArrayToURLParameters
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.conversion.StringExpression
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.data.conversion.StringMatrixToSpreadSheet
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.data.conversion.StringToBase64
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.conversion.StringToByteArray
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.conversion.StringToDouble
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.conversion.StringToMat5Array
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.data.conversion.StringToRectangle
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.conversion.StringToTextContainer
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.conversion.StringToValidVariableName
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.conversion.SwapObjects
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.conversion.SwapPLS
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.conversion.TextRenderer
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.data.conversion.UnQuote
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.conversion.URLDecode
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.conversion.URLEncode
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.conversion.URLParametersToStringArray
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.featureconverter.AbstractFeatureConverter
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.featureconverter.AbstractMetaFeatureConverter
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.featureconverter.CountValues
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.featureconverter.FixedColumnText
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.featureconverter.FixedNumFeatures
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.featureconverter.Text
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.groupextraction.AbstractGroupExtractor
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.groupextraction.Manual
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.groupextraction.ReportField
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.groupextraction.ReportFieldRegExp
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.groupextraction.SpreadSheetCell
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.groupextraction.SpreadSheetCellRegExp
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.groupextraction.SpreadSheetCellWithLookUp
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.groupupdate.AbstractGroupUpdater
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.idextraction.AbstractIDExtractor
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.idextraction.Manual
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.idextraction.ReportField
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.idextraction.SpreadSheetCell
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.idupdate.AbstractIDUpdater
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.image.AbstractImageTransformer
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.image.transformer.Binary
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.image.transformer.BinaryMask
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.image.transformer.Cropping
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.image.transformer.DownSample
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.image.transformer.FixObjects
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.image.transformer.GrayOrIndexedColorizer
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.image.transformer.Grayscale
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.image.transformer.ImageFilter
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.image.transformer.ImageType
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.image.transformer.ObjectAnnotationsMask
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.image.transformer.SplitChannels
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.image.transformer.SplitChannelsHSV
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.image.transformer.SplitChannelsYIQ
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.image.transformer.SplitChannelsYUV
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.image.transformer.subimages.AbstractSubImagesGenerator
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.image.transformer.SubImages
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.image.transformer.subimages.Grid
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.image.transformer.subimages.Objects
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.image.transformer.subimages.Regions
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.image.transformer.ThresholdReplacement
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.image.transformer.WhiteBalance
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.imagesegmentation.operation.AbstractImageSegmentationContainerOperation
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.imagesegmentation.operation.CompareAnnotationWithPrediction
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.data.imagesegmentation.operation.ConfusionMatrix
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.data.imagesegmentation.operation.EvaluatePrediction
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.data.imagesegmentation.operation.SimpleOverlay
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.data.io.input.AbstractCompressedTextReader
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.data.io.input.AbstractTextReader
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.data.io.input.AbstractTextReaderWithEncoding
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.data.io.input.LineByLineTextReader
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.data.matlab.multimatrixoperation.AbstractMultiMatrixOperation
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.matlab.multimatrixoperation.Combine
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.data.objectfilter.AbstractObjectFilter
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.objectfilter.AddDefaultLabel
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.data.objectfilter.AttachMetaData
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.objectfilter.AttachOverlappingMetaData
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.objectfilter.MakeSquare
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.data.objectfilter.OffsetIndex
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.data.objectfilter.RenameLabels
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.data.objectfilter.Rotate
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.data.objectfilter.Scale
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.data.objectfilter.TransformMetaData
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.objectfilter.Translate
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.data.objectfinder.AbstractMetaObjectFinder
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.objectfinder.AbstractObjectFinder
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.objectfinder.ByMetaDataNumericValue
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.objectfinder.ByMetaDataStringValue
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.objectfinder.HasMetaDataValue
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.objectfinder.MultiObjectFinder
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.objectfinder.ObjectsInPolygon
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.data.objectfinder.ObjectsInRegion
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.data.objectfinder.PolygonPoints
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.objectfinder.Size
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.objectoverlap.AbstractObjectOverlap
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.objectoverlap.AreaRatio
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.data.objectoverlap.IntersectOverUnionRatio
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.data.opencv.transformer.Blur
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.opencv.transformer.ConvertType
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.opencv.transformer.GaussianBlur
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.opencv.transformer.MultiTransformer
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.opencv.transformer.Resize
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.opencv.transformer.Threshold
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.outlier.AbstractOutlierDetector
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.spreadsheet.cellfinder.AbstractCellFinder
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.spreadsheet.cellfinder.CellRange
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.spreadsheet.cellfinder.CellTypeRange
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.spreadsheet.cellfinder.ColumnFinderRange
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.spreadsheet.cellfinder.CorrespondingColumn
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.spreadsheet.cellfinder.RowFinderRange
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.spreadsheet.cellfinder.SingleCell
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.spreadsheet.columnfinder.AbstractColumnFinder
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.spreadsheet.columnfinder.AbstractFilteredColumnFinder
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.spreadsheet.columnfinder.ByContentType
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.spreadsheet.columnfinder.ByExactName
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.spreadsheet.columnfinder.ByIndex
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.spreadsheet.columnfinder.ByName
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.spreadsheet.columnfinder.DownSample
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.spreadsheet.columnfinder.FilteredColumnFinder
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.spreadsheet.columnfinder.MultiColumnFinder
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.spreadsheet.columnfinder.RowFilteredColumnFinder
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.spreadsheet.columnfinder.SubSample
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.spreadsheet.filter.AbstractSpreadSheetFilter
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.spreadsheet.filter.Normalize
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.spreadsheet.filter.WekaFilter
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.spreadsheet.rowfinder.AbstractFilteredRowFinder
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.spreadsheet.rowfinder.AbstractRowFinder
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.spreadsheet.rowfinder.ByContentType
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.spreadsheet.rowfinder.ByDateValue
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.spreadsheet.rowfinder.ByIndex
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.spreadsheet.rowfinder.ByNumericRange
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.spreadsheet.rowfinder.ByNumericValue
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.spreadsheet.rowfinder.ByStringComparison
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.spreadsheet.rowfinder.ByValue
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.spreadsheet.rowfinder.ClosestNumericValue
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.spreadsheet.rowfinder.DownSample
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.spreadsheet.rowfinder.IsNumeric
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.spreadsheet.rowfinder.MissingValue
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.spreadsheet.rowfinder.MultiRowFinder
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.spreadsheet.rowfinder.SubSample
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.timeseries.AbstractMetaTimeseriesFeatureGenerator
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.timeseries.AbstractTimeseriesFeatureGenerator
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.data.timeseries.FixedNumFeatures
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.doc.listing.AbstractFileBasedListingOutput
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.doc.listing.AbstractFileBasedListingOutputWithEncoding
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.doc.listing.AbstractListingOutput
Returns a quick info about the class, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.doc.listing.OptionOutput
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.condition.bool.AbstractAttributeCapabilities
Returns the quick info string to be displayed in the flow editor.
getQuickInfo() - Method in class adams.flow.condition.bool.AbstractBooleanCondition
Returns the quick info string to be displayed in the flow editor.
getQuickInfo() - Method in class adams.flow.condition.bool.AbstractExpression
Returns the quick info string to be displayed in the flow editor.
getQuickInfo() - Method in class adams.flow.condition.bool.AbstractMultiCondition
Returns the quick info string to be displayed in the flow editor.
getQuickInfo() - Method in class adams.flow.condition.bool.AbstractScriptedCondition
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.condition.bool.BinaryFile
Returns the quick info string to be displayed in the flow editor.
getQuickInfo() - Method in interface adams.flow.condition.bool.BooleanCondition
Returns the quick info string to be displayed in the flow editor.
getQuickInfo() - Method in class adams.flow.condition.bool.BooleanReportValue
Returns the quick info string to be displayed in the flow editor.
getQuickInfo() - Method in class adams.flow.condition.bool.BytesComplete
Returns the quick info string to be displayed in the flow editor.
getQuickInfo() - Method in class adams.flow.condition.bool.Counting
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.condition.bool.DirectoriesMatch
Returns the quick info string to be displayed in the flow editor.
getQuickInfo() - Method in class adams.flow.condition.bool.DirectoryExists
Returns the quick info string to be displayed in the flow editor.
getQuickInfo() - Method in class adams.flow.condition.bool.False
Returns the quick info string to be displayed in the flow editor.
getQuickInfo() - Method in class adams.flow.condition.bool.FileComplete
Returns the quick info string to be displayed in the flow editor.
getQuickInfo() - Method in class adams.flow.condition.bool.FileExists
Returns the quick info string to be displayed in the flow editor.
getQuickInfo() - Method in class adams.flow.condition.bool.FileInUse
Returns the quick info string to be displayed in the flow editor.
getQuickInfo() - Method in class adams.flow.condition.bool.FilesMatch
Returns the quick info string to be displayed in the flow editor.
getQuickInfo() - Method in class adams.flow.condition.bool.Groovy
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.condition.bool.HasClass
Returns the quick info string to be displayed in the flow editor.
getQuickInfo() - Method in class adams.flow.condition.bool.HasColumn
Returns the quick info string to be displayed in the flow editor.
getQuickInfo() - Method in class adams.flow.condition.bool.HasElements
Returns the quick info string to be displayed in the flow editor.
getQuickInfo() - Method in class adams.flow.condition.bool.HasExifTag
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.condition.bool.HashSet
Returns the quick info string to be displayed in the flow editor.
getQuickInfo() - Method in class adams.flow.condition.bool.HasInterface
Returns the quick info string to be displayed in the flow editor.
getQuickInfo() - Method in class adams.flow.condition.bool.HasLength
Returns the quick info string to be displayed in the flow editor.
getQuickInfo() - Method in class adams.flow.condition.bool.HasMapValue
Returns the quick info string to be displayed in the flow editor.
getQuickInfo() - Method in class adams.flow.condition.bool.HasProperty
Returns the quick info string to be displayed in the flow editor.
getQuickInfo() - Method in class adams.flow.condition.bool.HasQueue
Returns the quick info string to be displayed in the flow editor.
getQuickInfo() - Method in class adams.flow.condition.bool.HasRows
Returns the quick info string to be displayed in the flow editor.
getQuickInfo() - Method in class adams.flow.condition.bool.HasSize
Returns the quick info string to be displayed in the flow editor.
getQuickInfo() - Method in class adams.flow.condition.bool.HasStorageValue
Returns the quick info string to be displayed in the flow editor.
getQuickInfo() - Method in class adams.flow.condition.bool.HasVariable
Returns the quick info string to be displayed in the flow editor.
getQuickInfo() - Method in class adams.flow.condition.bool.HasVariableValue
Returns the quick info string to be displayed in the flow editor.
getQuickInfo() - Method in class adams.flow.condition.bool.InList
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.condition.bool.IsAndroid
Returns the quick info string to be displayed in the flow editor.
getQuickInfo() - Method in class adams.flow.condition.bool.IsArm64
Returns the quick info string to be displayed in the flow editor.
getQuickInfo() - Method in class adams.flow.condition.bool.IsArray
Returns the quick info string to be displayed in the flow editor.
getQuickInfo() - Method in class adams.flow.condition.bool.IsBoolean
Returns the quick info string to be displayed in the flow editor.
getQuickInfo() - Method in class adams.flow.condition.bool.IsByte
Returns the quick info string to be displayed in the flow editor.
getQuickInfo() - Method in class adams.flow.condition.bool.IsBzip2Compressed
Returns the quick info string to be displayed in the flow editor.
getQuickInfo() - Method in class adams.flow.condition.bool.IsDouble
Returns the quick info string to be displayed in the flow editor.
getQuickInfo() - Method in class adams.flow.condition.bool.IsFloat
Returns the quick info string to be displayed in the flow editor.
getQuickInfo() - Method in class adams.flow.condition.bool.IsGzipCompressed
Returns the quick info string to be displayed in the flow editor.
getQuickInfo() - Method in class adams.flow.condition.bool.IsInteger
Returns the quick info string to be displayed in the flow editor.
getQuickInfo() - Method in class adams.flow.condition.bool.IsLinux
Returns the quick info string to be displayed in the flow editor.
getQuickInfo() - Method in class adams.flow.condition.bool.IsLong
Returns the quick info string to be displayed in the flow editor.
getQuickInfo() - Method in class adams.flow.condition.bool.IsMac
Returns the quick info string to be displayed in the flow editor.
getQuickInfo() - Method in class adams.flow.condition.bool.IsMat5Array
Returns the quick info string to be displayed in the flow editor.
getQuickInfo() - Method in class adams.flow.condition.bool.IsMat5Matrix
Returns the quick info string to be displayed in the flow editor.
getQuickInfo() - Method in class adams.flow.condition.bool.IsMat5Struct
Returns the quick info string to be displayed in the flow editor.
getQuickInfo() - Method in class adams.flow.condition.bool.IsNull
Returns the quick info string to be displayed in the flow editor.
getQuickInfo() - Method in class adams.flow.condition.bool.IsNumeric
Returns the quick info string to be displayed in the flow editor.
getQuickInfo() - Method in class adams.flow.condition.bool.IsRarCompressed
Returns the quick info string to be displayed in the flow editor.
getQuickInfo() - Method in class adams.flow.condition.bool.IsShort
Returns the quick info string to be displayed in the flow editor.
getQuickInfo() - Method in class adams.flow.condition.bool.IsSubClass
Returns the quick info string to be displayed in the flow editor.
getQuickInfo() - Method in class adams.flow.condition.bool.IsWindows
Returns the quick info string to be displayed in the flow editor.
getQuickInfo() - Method in class adams.flow.condition.bool.IsXzCompressed
Returns the quick info string to be displayed in the flow editor.
getQuickInfo() - Method in class adams.flow.condition.bool.IsZipCompressed
Returns the quick info string to be displayed in the flow editor.
getQuickInfo() - Method in class adams.flow.condition.bool.IsZstdCompressed
Returns the quick info string to be displayed in the flow editor.
getQuickInfo() - Method in class adams.flow.condition.bool.Not
Returns the quick info string to be displayed in the flow editor.
getQuickInfo() - Method in class adams.flow.condition.bool.NotesErrors
Returns the quick info string to be displayed in the flow editor.
getQuickInfo() - Method in class adams.flow.condition.bool.PromptUser
Returns the quick info string to be displayed in the flow editor.
getQuickInfo() - Method in class adams.flow.condition.bool.RegExp
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.condition.bool.ReportValueExists
Returns the quick info string to be displayed in the flow editor.
getQuickInfo() - Method in class adams.flow.condition.bool.Scripted
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.condition.bool.StorageFlagSet
Returns the quick info string to be displayed in the flow editor.
getQuickInfo() - Method in class adams.flow.condition.bool.TableExists
Returns the quick info string to be displayed in the flow editor.
getQuickInfo() - Method in class adams.flow.condition.bool.True
Returns the quick info string to be displayed in the flow editor.
getQuickInfo() - Method in class adams.flow.condition.bool.VariableFlagSet
Returns the quick info string to be displayed in the flow editor.
getQuickInfo() - Method in class adams.flow.condition.bool.WekaClassification
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.control.AbstractDirectedControlActor
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.control.AbstractTee
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.control.ArrayGenerate
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.control.ArrayProcess
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.control.Block
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.control.Branch
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.control.Breakpoint
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.control.CallableActorScreenshot
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.control.Cast
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.control.CollectionProcess
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.control.ConditionalSequence
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.control.ConditionalSubProcess
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.control.ConditionalTee
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.control.ConditionalTrigger
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.control.ContainerValuePicker
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.control.Count
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.control.DesktopScreenshot
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.control.Flow
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.control.flowrestart.notification.AbstractNotification
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.control.flowrestart.notification.TimestampFile
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.control.flowrestart.operation.AbstractRestartOperation
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.control.flowrestart.operation.ExternalCommand
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.control.flowrestart.operation.FlowFile
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.control.flowrestart.trigger.AbstractTrigger
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.control.flowrestart.trigger.Cron
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.control.flowrestart.trigger.FileMonitor
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.control.flowrestart.trigger.MetaCron
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.control.flowrestart.trigger.MonitorItself
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.control.flowrestart.trigger.MultiTrigger
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.control.ForceFlush
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.control.HeapDump
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.control.IfStorageValue
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.control.IfThenElse
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.control.Injector
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.control.InputOutputListener
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.control.Inspect
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.control.LoadBalancer
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.control.LocalScopeTransformer
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.control.LocalScopeTrigger
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.control.MissionControl
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.control.Once
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.control.PlotContainerUpdater
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.control.plotprocessor.AbstractPlotProcessor
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.control.plotprocessor.Expression
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.control.PlotProcessor
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.control.plotprocessor.LOWESS
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.control.plotprocessor.SavitzkyGolay
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.control.plotprocessor.SimpleSavitzkyGolay
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.control.RaiseError
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.control.Rejector
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.control.RemoteExecutionTrigger
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.control.removeoutliers.AbstractOutlierDetector
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.control.RemoveOutliers
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.control.removeoutliers.IQR
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.control.removeoutliers.MeanAbsoluteError
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.control.removeoutliers.MultiOutlierDetector
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.control.removeoutliers.StdDev
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.control.SetContainerValue
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.control.SinkReset
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.control.Sleep
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.control.SourceReset
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.control.Stop
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.control.StorageValueSequence
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.control.Switch
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.control.TimedSubProcess
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.control.TimedTee
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.control.TimedTrigger
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.control.TransformerReset
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.control.TriggerEvent
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.control.TriggerOnce
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.control.TryCatch
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.control.UpdateCallableDisplay
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.control.UpdateContainerValue
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.control.UpdateProperties
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.control.WhileLoop
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.core.AbstractActor
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.core.AbstractBaseExternalActor
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.core.AbstractCallableActor
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.core.AbstractCallableActorPropertyUpdater
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.core.AbstractCopyCallableActor
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.core.AbstractDisplay
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.core.AbstractExternalActor
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.core.AbstractGroovyActor
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.core.AbstractPropertyUpdater
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.core.AbstractPyroCall
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.core.AbstractScriptedActor
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.core.AbstractScriptingHandlerActor
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.core.AbstractTemplate
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in interface adams.flow.core.Actor
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.sink.AbstractAppendableFileWriter
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.sink.AbstractFileWriter
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.sink.AbstractTextualDisplay
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.sink.ActualVsPredictedPlot
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.sink.ArrayDisplay
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.sink.BoxPlot
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.sink.Browser
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.sink.Console
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.sink.ControlChartPlot
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.sink.DisplayPanelGrid
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.sink.DisplayPanelManager
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.sink.DOMDisplay
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.sink.DownloadFile
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.sink.DumpFile
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.sink.EmailFileWriter
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.sink.EnQueue
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.sink.Exec
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.sink.FilePreview
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.sink.FlowFileWriter
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.sink.HistoryDisplay
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.sink.ImageFileWriter
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.sink.ImageSegmentationFileWriter
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.sink.IndexedSplitsRunsWriter
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.sink.InformationDialog
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.sink.JavaLogging
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.sink.JFreeChartFileWriter
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.sink.JFreeChartPlot
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.sink.JsonDisplay
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.sink.LargeObjectDbWriter
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.sink.LogViewer
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.sink.MenuItem
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.sink.NotesWriter
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.sink.ObjectPreview
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.sink.PasteFiles
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.sink.PlotContainerSink
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.sink.ProgressBar
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.sink.Publish
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.sink.PyroSink
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.sink.Screenshot
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.sink.SendEmail
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.sink.sendnotification.AbstractNotification
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.sink.sendnotification.Console
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.sink.sendnotification.Email
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.sink.SendNotification
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.sink.sendnotification.LogFile
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.sink.sendnotification.MessageBox
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.sink.SendRemoteCommand
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.sink.Serialize
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.sink.simplelogging.format.AbstractSimpleFormat
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.sink.simplelogging.format.TimestampedFormat
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.sink.SimpleLogging
 
getQuickInfo() - Method in class adams.flow.sink.simplelogging.output.AbstractSimpleOutput
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.sink.simplelogging.output.FileOutput
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.sink.simplelogging.output.MultiOutput
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.sink.Socket
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.sink.SpreadSheetDbWriter
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.sink.SpreadSheetDisplay
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.sink.SpreadSheetFileWriter
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.sink.StringTree
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.sink.TextWriter
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.sink.WebSocketClient
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.sink.WekaAttributeSummary
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.sink.WekaClassifierErrors
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.sink.WekaCostCurve
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.sink.WekaDatabaseWriter
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.sink.WekaExperimentFileWriter
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.sink.WekaExperimentGenerator
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.sink.WekaFileWriter
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.sink.WekaInstancesPlot
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.sink.WekaThresholdCurve
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.sink.XMLFileWriter
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.AbstractConditionalIdSupplier
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.AbstractDatabaseMetaData
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.AbstractForLoop
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.AbstractIdSupplier
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.AbstractListTables
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.AbstractSelectObjects
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.AbstractSimpleSourceWithPropertiesUpdating
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.AbstractSpreadSheetDbReader
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.AbstractWekaSetupGenerator
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.ColorProvider
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.CombineArrays
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.CombineCollections
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.CombineStorage
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.CombineVariables
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.Command
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.Counter
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.CurrentFlow
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.CurrentTime
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.DeQueue
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.DirectoryLister
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.DirectorySupplier
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.DumpStorage
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.DumpVariables
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.EnterManyValues
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.EnterValue
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.Exec
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.FilenameGenerator
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.FileSupplier
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.filesystemsearch.AbstractFileSystemSearchlet
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.filesystemsearch.FtpDirectorySearch
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.filesystemsearch.FtpDirectorySearchWithComparator
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.filesystemsearch.FtpDirectorySearchWithCustomSort
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.filesystemsearch.FtpFileSearch
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.FileSystemSearch
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearch
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearchWithComparator
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearchWithCustomSort
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.filesystemsearch.LocalFileSearch
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.filesystemsearch.SftpDirectorySearch
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.filesystemsearch.SftpDirectorySearchWithComparator
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.filesystemsearch.SftpDirectorySearchWithCustomSort
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.filesystemsearch.SftpFileSearch
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.filesystemsearch.SmbDirectorySearch
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.filesystemsearch.SmbDirectorySearchWithComparator
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.filesystemsearch.SmbDirectorySearchWithCustomSort
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.filesystemsearch.SmbFileSearch
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.ForLoop
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.FTPLister
Deprecated.
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.GetEnvironmentVariable
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.GetSystemProperty
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.HashSet
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.HttpRequest
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.Idle
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.InputStreamGenerator
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.inputstreamsource.AbstractInputStreamGenerator
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.inputstreamsource.FromFile
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.inputstreamsource.FromResource
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.IntegerRange
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.LargeObjectDbReader
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.ListCallableActors
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.ListEnvironmentVariables
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.ListStorageNames
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.ListSystemProperties
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.ListVariables
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.LookUp
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.LookUpTable
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.MakeContainer
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.MathExpression
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.NewArray
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.NewCollection
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.NewFlow
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.NewImage
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.NewJsonStructure
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.newlist.AbstractListGenerator
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.newlist.ForLoop
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.NewList
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.newlist.Wrapper
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.NewMap
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.NewMat5Matrix
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.NewMat5Struct
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.NewRemoteCommand
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.NewReport
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.NewSpreadSheet
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.NewTempFile
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.OpenCVDeviceFrameGrabber
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.OptionProducer
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.OptionTraverser
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.PasteFromClipboard
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.PDFNewDocument
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.PipExec
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.PyroSource
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.PythonExec
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.PythonVenvExec
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.RandomNumberGenerator
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.ReaderGenerator
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.readersource.AbstractReaderGenerator
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.readersource.FromFile
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.readersource.FromResource
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.RSync
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.SelectCharset
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.SelectDateTime
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.SelectDirectory
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.SelectFile
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.SimpleRSync
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.Socket
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.SpecifiedActor
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.SQLIdSupplier
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.SSHExec
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.StorageForLoop
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.StorageValue
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.StorageValuesArray
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.StringConstants
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.StringExpression
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.SwitchedSource
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.TimeseriesDbReader
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.URLSupplier
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.Variable
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.VariablesArray
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.WekaAssociatorSetup
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.WekaClassifierSetup
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.WekaClustererSetup
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.WekaDatabaseReader
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.WekaDataGenerator
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.wekaforecastersetup.AbstractForecasterGenerator
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.wekaforecastersetup.BaselineAdjustedForecasterGenerator
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.WekaForecasterSetup
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.wekaforecastersetup.WekaForecasterGenerator
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.WekaForecasting
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.WekaNewExperiment
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.WekaNewInstances
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.WekaSelectDataset
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.ZipArrays
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.standalone.AbstractDatabaseCheck
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.standalone.AbstractDatabaseConnection
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.standalone.AbstractMultiView.ViewWrapper
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.standalone.ConditionalStandalones
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.standalone.ConsoleWindow
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.standalone.CounterInit
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.standalone.Cron
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.standalone.DelayedEvent
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.standalone.DeleteDir
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.standalone.DeleteFile
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.standalone.DeleteStorageValue
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.standalone.DeleteVariable
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.standalone.DeserializeToStorage
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.standalone.DirWatch
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.standalone.ExecSQL
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.standalone.ExternalFlow
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.standalone.FTPConnection
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.standalone.GridView
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.standalone.HashSetInit
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.standalone.InitPublishSubscribe
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.standalone.InitStorageCache
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.standalone.Java
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.standalone.JavaExec
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.standalone.JobRunnerSetup
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.standalone.LogEvent
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.standalone.LookUpInit
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.standalone.MakeDir
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.standalone.MemoryMonitor
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.standalone.PyroNameServer
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.standalone.PyroStandalone
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.standalone.PythonEnvironment
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.standalone.QueueEvent
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.standalone.QueueInit
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.standalone.RemoteScriptingEngine
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.standalone.SetManyVariables
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.standalone.SetProperty
Deprecated.
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.standalone.SetVariable
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.standalone.SMBConnection
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.standalone.SMTPConnection
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.standalone.SSHConnection
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.standalone.Stopwatch
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.standalone.TableCleanUp
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.standalone.TesseractConfiguration
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.standalone.Tool
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.standalone.VariableChangedEvent
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.standalone.WebSocketServer
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.template.AbstractScriptedTemplate
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.template.Groovy
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.template.Scripted
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.AbstractCallableWekaClassifierEvaluator
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.AbstractCallableWekaClustererEvaluator
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.AbstractContainerValueExtractor
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.AbstractDataContainerAdd
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.AbstractDataContainerAppend
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.AbstractDataContainerDbWriter
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.AbstractDataContainerFileReader
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.AbstractDataContainerFileWriter
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.AbstractDeleteDbReportValue
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.AbstractDeleteReportValue
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.AbstractDeleteReportValueByExpression
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.AbstractFilter
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.AbstractGetReportValue
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.AbstractInstanceGenerator
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.AbstractInteractiveTransformerDialog
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.AbstractMultiCompress
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.AbstractMultiDecompress
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.AbstractProcessWekaInstanceWithModel
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.AbstractReportDbReader
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.AbstractReportDbUpdater
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.AbstractReportDbWriter
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.AbstractReportFileReader
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.AbstractReportFileWriter
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.AbstractReportValueDbWriter
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.AbstractSetReportValue
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.AbstractSingleCompress
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.AbstractSingleDecompress
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.AbstractTransformerWithPropertiesUpdating
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.AbstractWekaModelReader
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.AbstractWekaPredictionsTransformer
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.AccessDatabaseInfo
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.AddDOMAttribute
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.AddDOMNode
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.AddNote
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.AppendName
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.ArrayCombinations
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.ArrayHistogramRanges
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.ArrayReverse
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.ArrayStatistic
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.ArraySubset
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.arraysubsetgeneration.AbstractArraySubsetGenerator
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.arraysubsetgeneration.EveryNth
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.ArraySubsetGeneration
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.arraysubsetgeneration.Percentage
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.arraysubsetgeneration.RangeSubset
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.arraysubsetgeneration.SimplePercentage
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.ArrayToChunks
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.ArrayToCollection
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.ArrayToVariables
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.BaseName
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.BinaryFileReader
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.BoofCVFeatureGenerator
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.BoofCVMultiImageOperation
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.BoofCVTransformer
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.BufferedImageFeatureGenerator
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.BufferedImageMultiImageOperation
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.BufferedImageTransformer
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.ChangeImageObjectPrefix
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.ChangeReportFieldPrefixes
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.ClassSelector
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.CollectionAppend
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.CollectionInsert
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.CollectionSubset
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.CollectionToArray
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.ColorProvider
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.CompareObjectLocations
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.CompareObjects
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.CompareObjectTypes
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.ConfirmationDialog
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.ConfusionMatrix
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.ControlChart
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.Convert
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.ConvertFeatures
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.Copy
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.CopyFile
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.CopyToClipboard
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.CounterAdd
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.CounterInit
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.CountObjectsInPolygon
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.CountObjectsInRegion
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.CreateEmail
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.DatasetFilter
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.DatasetRowFilter
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.DateTimeTypeDifference
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.DecodeBarcode
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.DeleteFile
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.DeleteJsonValue
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.DeleteMapValue
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.DeleteOverlappingImageObjects
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.DeletePropertyValue
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.DeleteStorageValue
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.DeleteVariable
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.Deserialize
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.DetermineOverlappingAreas
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.DetermineOverlappingObjects
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.Diff
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.DirName
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.DownloadContent
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.draw.AbstractDrawOperation
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.draw.FloodFill
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.Draw
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.draw.Image
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.draw.Line
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.draw.Oval
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.draw.Pixel
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.draw.Rectangle
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.draw.Text
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.EmailFileReader
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.EncodeBarcode
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.ExecuteActor
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.ExecuteJobs
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.ExecuteRemoteCommand
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.exiftagoperation.AbstractApacheCommonsExifTagOperation
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.exiftagoperation.AbstractExifTagOperation
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.exiftagoperation.ApacheCommonsExifTagWrite
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.ExifTagOperation
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.FileChanged
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.FileExtension
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.FileInfo
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.FilenameGenerator
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.FileTailer
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.FilterMap
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.FindInFile
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.FlowFileReader
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.FTPDelete
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.FTPGet
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.FTPSend
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.generatefilebaseddataset.AbstractFileBasedDatasetGeneration
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.GenerateFileBasedDataset
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.generatefilebaseddataset.SimpleFileList
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.GetArrayElement
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.GetImageObjectIndices
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.GetImageObjects
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.GetJsonKeys
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.GetJsonValue
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.GetListElement
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.GetMapKeys
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.GetMapValue
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.GetObjectProperty
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.GetProperty
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.GetPropertyNames
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.GetPropertyValue
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.GetStorageValue
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.GroupByRegExp
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.HashSetAdd
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.HashSetInit
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.HashSetRemove
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.HexReplace
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.HttpPostFile
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.HttpRequest
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.ImageAnnotator
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.ImageFileReader
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.ImageInfo
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.ImageLabeler
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.ImageMetaData
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.ImageObjectAnnotator
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.ImageObjectFilter
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.ImageObjectIndexOffset
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.ImageObjectInfo
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.ImageObjectOverlap
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.ImageObjectOverlapMatrix
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.ImageObjectToVariables
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.ImagePreparation
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.ImageSegmentationContainerFilter
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.ImageSegmentationContainerOperation
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.ImageSegmentationFileReader
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.ImageSharpness
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.IncStorageValue
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.IncVariable
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.indexedsplitsrunsevaluation.AbstractIndexedSplitsRunsEvaluation
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.IndexedSplitsRunsEvaluation
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.indexedsplitsrunsevaluation.InstancesIndexedSplitsRunsEvaluation
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.AbstractIndexedSplitsRunsGenerator
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.AbstractInstancesIndexedSplitsRunsGenerator
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.IndexedSplitsRunsGenerator
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesCrossValidationFoldGenerator
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesGroupedCrossValidationFoldGenerator
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesGroupedRandomSplitGenerator
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesRandomSplitGenerator
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.ManualSplitGenerator
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.SpreadSheetRandomSplitGenerator
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.indexedsplitsrunspredictions.AbstractIndexedSplitsRunsPredictions
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.IndexedSplitsRunsPredictions
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.indexedsplitsrunspredictions.InstancesIndexedSplitsRunsPredictions
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.IndexedSplitsRunsReader
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.IntersectOverUnion
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.JsonFileReader
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.locateobjects.AbstractMetaObjectLocator
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.locateobjects.AbstractObjectLocator
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.locateobjects.BinaryContours
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.locateobjects.CannyBinary
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.locateobjects.CannyEdges
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.locateobjects.ChangeCanvasSize
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.locateobjects.CroppedLocator
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.LocateObjects
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.locateobjects.SizeFilter
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.LookUp
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.LookUpAdd
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.LookUpInit
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.LookUpRemove
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.LookUpUpdate
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.MakeForecastPlotContainer
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.MakeJFreeChartDataset
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.MakeLogEntry
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.MakePlotContainer
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.MapToStorageValues
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.MapToVariables
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.MapVariableIterator
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.Mat5ArrayInfo
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.Mat5ArraySubset
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.Mat5FileAddArray
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.Mat5FileAddMap
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.Mat5FileGetArray
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.Mat5FileInfo
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.Mat5GetMatrixElement
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.Mat5GetStructField
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.Mat5SetMatrixElement
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.Mat5SetStructField
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.Mat5StructInfo
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.MatchReportFields
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.MathExpression
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.Max
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.MergeObjectLocations
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.MergeReport
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.MergeReportFromMap
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.metadata.AbstractMetaDataExtractor
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.Min
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.MoveFile
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.multimapoperation.AbstractMultiMapOperation
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.MultiMapOperation
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.multimapoperation.Merge
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.MultiMat5MatrixOperation
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.multispreadsheetoperation.AbstractIndentifiableRowOperation
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.multispreadsheetoperation.AbstractMultiSpreadSheetOperation
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.multispreadsheetoperation.CommonIDs
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.MultiSpreadSheetOperation
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.multispreadsheetoperation.Merge
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.negativeregions.AbstractMetaNegativeRegionsGenerator
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.negativeregions.AbstractNegativeRegionsGenerator
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.NegativeRegions
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.OpenCVFeatureGenerator
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.OpenCVMultiImageOperation
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.OpenCVTransformer
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.OptionProducer
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.OutlierDetector
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.PDFAppendDocument
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.PDFCreate
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.PDFExtract
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.PDFExtractText
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.pdfgenerate.AbstractPDFGenerator
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.PDFGenerate
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.pdfgenerate.Proclets
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.PDFInfo
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.PDFMerge
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.PDFMetaData
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.PDFRenderPages
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.PDFStamp
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.plotgenerator.AbstractPlotGenerator
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.plotgenerator.AndrewsCurvesGenerator
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.plotgenerator.NamedPlotGenerator
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.plotgenerator.RowWisePlotGenerator
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.plotgenerator.SimplePlotGenerator
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.plotgenerator.XYPlotGenerator
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.plotgenerator.XYWithErrorsPlotGenerator
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.PredictionEccentricity
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.preparefilebaseddataset.AbstractFileBasedDatasetPreparation
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.preparefilebaseddataset.CrossValidation
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.PrepareFileBasedDataset
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.preparefilebaseddataset.GroupedCrossValidation
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.preparefilebaseddataset.GroupedTrainTestSplit
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.preparefilebaseddataset.GroupedTrainValidateTestSplit
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.preparefilebaseddataset.Selected
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.preparefilebaseddataset.TrainTestSplit
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.preparefilebaseddataset.TrainValidateTestSplit
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.PrependDir
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.ProcessActor
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.PropertiesToVariables
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.PyroTransformer
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.PythonExpandScript
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.RelativeDir
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.RemoveImageObject
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.RemoveOverlappingImageObjects
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.ReportField
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.ReportMathExpression
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.ReportToStorage
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.ReportToVariables
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.Round
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.ScaleReportObjects
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.ScpFrom
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.ScpTo
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SelectArraySubset
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SequenceToArray
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SequenceToCollection
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SetArrayElement
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SetDatabaseID
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SetID
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SetJsonValue
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SetManyVariables
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SetMapValue
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SetPlotContainerValue
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SetPropertyValue
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SetReportFromFile
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SetReportFromSource
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SetStorageFlag
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SetStorageValue
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SetSystemProperty
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SetVariable
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SFTPDelete
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SFTPGet
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SFTPSend
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SimpleStringReplace
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SMBGet
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SMBSend
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.Sort
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SplitFile
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SpreadSheetAggregate
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SpreadSheetAnonymize
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SpreadSheetAppend
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SpreadSheetAppendComments
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SpreadSheetCellFinder
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SpreadSheetCollapse
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SpreadSheetColumnFilter
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SpreadSheetColumnIterator
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SpreadSheetColumnsByName
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SpreadSheetColumnStatistic
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SpreadSheetCommonIDs
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SpreadSheetConvertCells
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SpreadSheetConvertHeaderCells
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SpreadSheetCopyColumns
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SpreadSheetCopyRows
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SpreadSheetDifference
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SpreadSheetExtractArray
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SpreadSheetFileReader
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SpreadSheetFilter
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SpreadSheetGetCell
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SpreadSheetGetColumnIndex
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SpreadSheetGetHeaderCell
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SpreadSheetHistogramRanges
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SpreadSheetInfo
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SpreadSheetInsertColumn
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SpreadSheetInsertRow
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SpreadSheetInsertRowScore
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SpreadSheetMatrixStatistic
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SpreadSheetMerge
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.spreadsheetmethodmerge.AbstractMerge
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SpreadSheetMethodMerge
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SpreadSheetPlotGenerator
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SpreadSheetQuery
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SpreadSheetRandomSystematicSample
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SpreadSheetRemoveColumn
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SpreadSheetRemoveRow
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SpreadSheetReorderColumns
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SpreadSheetReorderRows
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SpreadSheetReplaceCellValue
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SpreadSheetRowBinning
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SpreadSheetRowBuffer
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SpreadSheetRowFilter
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SpreadSheetRowStatistic
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SpreadSheetRowToTimeseries
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SpreadSheetSelectSubset
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SpreadSheetSetCell
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SpreadSheetSetHeaderCell
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SpreadSheetSort
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SpreadSheetSortColumns
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SpreadSheetStatistic
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SpreadSheetStorageRowIterator
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SpreadSheetSubset
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SpreadSheetSubsetByValue
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SpreadSheetSubsetFromGroup
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SpreadSheetToTimeseries
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SpreadSheetTransformCells
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SpreadSheetTransformHeaderCells
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SpreadSheetVariableRowIterator
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.StorageCollectionInsert
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.StorageJFreeChartAddSeries
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.StringArraySplit
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.StringCut
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.StringExpression
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.StringIndent
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.StringIndexOf
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.StringInsert
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.StringJoin
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.StringMatcher
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.StringRangeCut
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.StringReplace
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.StringSanitizer
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.StringSplit
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SubStringCount
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SummaryStatistics
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SwapVariables
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.TesseractOCR
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.TextFileReader
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.TextRenderer
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.TimeseriesDbReader
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.TimeseriesFeatureGenerator
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.TimeseriesInfo
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.timeseriessplit.AbstractSplitOnDate
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.timeseriessplit.AbstractTimeseriesSplitter
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.timeseriessplit.FixedDate
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.timeseriessplit.FixedLengthSegments
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.timeseriessplit.FixedNumSegments
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.TimeseriesSplit
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.timeseriessplit.ReportDate
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.Timestamp
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.Tool
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.Touch
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.UpdateProperty
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.ViaAnnotationsToReports
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.WaitForFile
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.WekaAccumulatedError
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.WekaAttributeIterator
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.WekaAttributeSelection
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.WekaBootstrapping
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.WekaChooseAttributes
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.WekaClassifierInfo
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.WekaClassifierRanker
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.WekaClassifierSetupProcessor
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.WekaClassSelector
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.WekaClustererInfo
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.WekaClustererPostProcessor
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.WekaClusterEvaluationSummary
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.WekaCrossValidationClustererEvaluator
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.WekaCrossValidationEvaluator
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.WekaCrossValidationSplit
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.wekadatasetsmerge.AbstractMerge
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.WekaDatasetsMerge
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.WekaDatasetSplit
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.WekaEnsembleGenerator
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.WekaEvaluationInfo
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.wekaevaluationpostprocessor.AbstractWekaEvaluationPostProcessor
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.WekaEvaluationPostProcessor
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.wekaevaluationpostprocessor.RemoveWorst
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.wekaevaluationpostprocessor.RemoveWorstStdDev
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.wekaevaluationpostprocessor.SimpleSubRange
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.wekaevaluationpostprocessor.SubRange
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.WekaEvaluationSummary
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.WekaEvaluationValuePicker
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.WekaEvaluationValues
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.WekaExperiment
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.WekaExperimentEvaluation
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.WekaExperimentExecution
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.WekaExperimentFileReader
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.WekaExtractArray
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.WekaExtractPLSMatrix
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.WekaFileReader
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.WekaFilter
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.WekaGenericPLSMatrixAccess
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.WekaGeneticAlgorithm
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.WekaGeneticAlgorithmInitializer
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.WekaGetInstancesValue
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.WekaGetInstanceValue
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.WekaInstanceBuffer
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.WekaInstanceDumper
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.WekaInstanceEvaluator
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.WekaInstancesHistogramRanges
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.WekaInstancesInfo
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.WekaInstancesMerge
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.WekaInstancesStatistic
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.WekaInstanceStreamPlotGenerator
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.WekaModelReader
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.WekaMultiLabelSplitter
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.WekaNearestNeighborSearch
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.WekaNewInstance
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.WekaPrimeForecaster
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.WekaPrincipalComponents
 
getQuickInfo() - Method in class adams.flow.transformer.WekaRandomSplit
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.WekaRegexToRange
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.WekaRenameRelation
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.WekaReorderAttributesToReference
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.WekaSetInstancesValue
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.WekaSetInstanceValue
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.WekaSplitGenerator
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.WekaSpreadSheetToPredictions
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.WekaStoreInstance
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.WekaStreamEvaluator
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.WekaStreamFilter
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.WekaSubsets
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.WekaTestSetClustererEvaluator
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.WekaTestSetEvaluator
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.WekaTextDirectoryReader
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.WekaTrainAssociator
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.WekaTrainClassifier
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.WekaTrainClusterer
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.WekaTrainForecaster
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.WekaTrainTestSetClustererEvaluator
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.WekaTrainTestSetEvaluator
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.XPath
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.XSLT
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.YamlFileReader
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.websocket.client.AbstractWebSocketClientGenerator
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.websocket.client.SimpleSendWithQueueGenerator
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.websocket.server.AbstractWebSocketServerGenerator
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.gui.tools.spreadsheetviewer.chart.AbstractChartGenerator
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.gui.tools.spreadsheetviewer.chart.AbstractXYChartGenerator
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.gui.tools.spreadsheetviewer.chart.BarPlot
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.gui.tools.spreadsheetviewer.chart.ControlChart
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.gui.tools.spreadsheetviewer.chart.GenericPlot
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.gui.tools.spreadsheetviewer.chart.Histogram
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.gui.tools.spreadsheetviewer.chart.ScatterPlot
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.gui.visualization.jfreechart.chart.AbstractChartGenerator
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.gui.visualization.jfreechart.chart.AbstractChartGeneratorWithAxisLabels
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.gui.visualization.jfreechart.dataset.AbstractDatasetGenerator
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.gui.visualization.jfreechart.dataset.DefaultCategory
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.gui.visualization.jfreechart.dataset.DefaultXY
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.gui.visualization.jfreechart.dataset.DefaultXYZ
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.gui.visualization.object.objectannotations.check.AbstractAnnotationCheck
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.gui.visualization.object.objectannotations.cleaning.AbstractAnnotationCleaner
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.gui.visualization.object.objectannotations.colors.AbstractAnnotationColors
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.gui.visualization.object.objectannotations.label.AbstractLabelPlotter
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.gui.visualization.object.objectannotations.outline.AbstractOutlinePlotter
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.gui.visualization.object.objectannotations.shape.AbstractShapePlotter
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.multiprocess.AbstractMetaJobRunner
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.multiprocess.LocalJobRunner
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.multiprocess.RemoteCommandJobRunner
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.multiprocess.ScpJobRunner.RemoteJobRunner
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.multiprocess.SerializingJobRunner
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.scripting.connection.AbstractConnection
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.scripting.connection.AbstractSSHConnection
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.scripting.connection.DefaultConnection
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.scripting.connection.FTPConnection
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfoColor() - Method in class adams.gui.flow.tree.Tree
Returns the HTML color string for the quick info.
getQuickInfoSize() - Method in class adams.gui.flow.tree.Tree
Returns the HTML font tag size string for the quick info.
getQuiet() - Method in class adams.data.objectfinder.AbstractObjectFinder
Returns whether to suppress warning messages if -1 indices found.
getQuoteCharacter() - Method in class adams.data.io.input.CsvSpreadSheetReader
Returns the string used for surrounding text.
getQuoteCharacter() - Method in class adams.data.io.input.FastCsvSpreadSheetReader
Returns the string used for surrounding text.
getQuoteCharacter() - Method in class adams.data.io.input.SimpleCsvSpreadSheetReader
Returns the string used as separator for the columns, '\t' for tab.
getQuoteCharacter() - Method in class adams.data.io.output.CsvSpreadSheetWriter
Returns the string used as separator for the columns, '\t' for tab.
getQuoteDelimiters() - Method in class adams.gui.scripting.SyntaxDocument
Returns the quote delimiter characters to use.
getQuoteEscape() - Method in class adams.gui.scripting.SyntaxDocument
Returns the character for escaping a quote delimiter.
getQuoteToken(String, int, int) - Method in class adams.gui.scripting.SyntaxDocument
Searches for a quote token.
getQuoteType() - Method in class adams.data.conversion.Quote
Returns the type of quote to use.
getQuoteType() - Method in class adams.data.conversion.UnQuote
Returns the type of quote to use.
getQuoteType() - Method in class adams.flow.source.NewList
Returns the type of quote to use.
getR() - Method in class adams.data.image.luminance.Custom
Returns the R parameter.
getRadius() - Method in class adams.data.image.transformer.GaussianBlur
Returns the blur radius.
getRadius() - Method in class adams.flow.transformer.pdfproclet.Circle
Returns the radius.
getRandom() - Method in class weka.classifiers.functions.FakeClassifier
Returns the random number generator to use.
getRandomGenerator() - Static method in class edu.umbc.cs.maple.utils.MathUtils
Retrieves the initialized random number generator.
getRandomization() - Method in class adams.data.splitgenerator.generic.crossvalidation.CrossValidationGenerator
Returns the randomization scheme in use.
getRandomization() - Method in class adams.data.splitgenerator.generic.randomsplit.RandomSplitGenerator
Returns the randomization scheme in use.
getRandomize() - Method in interface adams.core.OptionalRandomizable
Returns whether to randomize.
getRandomize() - Method in interface adams.data.splitgenerator.CrossValidationFoldGenerator
Returns whether to randomize the data.
getRandomize() - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesCrossValidationFoldGenerator
Returns whether to randomize the data.
getRandomize() - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesGroupedCrossValidationFoldGenerator
Returns whether to randomize the data.
getRandomize() - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.ManualSplitGenerator
Returns whether to randomize the data.
getRandomize() - Method in class adams.flow.transformer.preparefilebaseddataset.CrossValidation
Returns whether to randomize the data.
getRandomize() - Method in class adams.ml.evaluation.DefaultCrossValidationFoldGenerator
Returns whether to randomize the data.
getRandomize() - Method in class weka.classifiers.BinnedNumericClassCrossValidationFoldGenerator
Returns whether to randomize the data.
getRandomize() - Method in interface weka.classifiers.CrossValidationFoldGenerator
Returns whether to randomize the data.
getRandomize() - Method in class weka.classifiers.DefaultCrossValidationFoldGenerator
Returns whether to randomize the data.
getRandomize() - Method in class weka.classifiers.GroupedBinnedNumericClassCrossValidationFoldGenerator
Returns whether to randomize the data.
getRandomize() - Method in class weka.classifiers.GroupedCrossValidationFoldGenerator
Returns whether to randomize the data.
getRandomize() - Method in class weka.classifiers.GroupedCrossValidationFoldGeneratorUsingNumericClassValues
Returns whether to randomize the data.
getRandomize() - Method in class weka.classifiers.LeaveOneOutByValueGenerator
Returns whether to randomize the data.
getRandomize() - Method in class weka.filters.unsupervised.instance.RemoveDuplicates
Returns whether to include the class attribute in the comparison.
getRandomSeed() - Method in class weka.classifiers.meta.AbstainLeastMedianSq
get the seed for the random number generator
getRandomSeed() - Method in class weka.classifiers.meta.LeastMedianSq
get the seed for the random number generator
getRange() - Method in class adams.core.Range
Returns the currently set range.
getRange() - Method in class adams.core.UnorderedRange
Returns the currently set range.
getRange() - Method in class adams.data.spreadsheet.filter.Normalize
Returns the range of columns to process.
getRange() - Method in class adams.data.spreadsheet.filter.Standardize
Returns the range of columns to process.
getRange() - Method in class adams.flow.sink.WekaAttributeSummary
Returns the range of attributes to visualize.
getRange() - Method in class adams.flow.source.IntegerRange
Returns the range to use.
getRange() - Method in class adams.flow.transformer.SpreadSheetColumnIterator
Returns the range of columns to operate on.
getRange() - Method in class adams.flow.transformer.StringRangeCut
Returns the range of characters/fields to extract.
getRange() - Method in class adams.flow.transformer.WekaAttributeIterator
Returns the range of attributes to operate on.
getRange() - Method in class adams.gui.visualization.core.AxisPanel
Returns the current range of the axis.
getRange() - Method in class adams.gui.visualization.instance.InstanceComparePanel.DatasetIndexer
Returns the range of attributes to use.
getRange() - Method in class adams.gui.visualization.stats.boxplot.BoxPlotManager
Get the range of box plots to be displayed initially
getRange() - Method in class weka.filters.unsupervised.attribute.AnyToString
Returns the attribute range to use.
getRange() - Method in class weka.filters.unsupervised.attribute.EquiDistance
Returns the attribute range.
getRange() - Method in class weka.filters.unsupervised.attribute.StringToDate
Returns the first attribute range to use (regular expression on attribute names).
getRange() - Method in class weka.filters.unsupervised.instance.multirowprocessor.processor.AbstractRangeBasedSelectionProcessor
Returns the attribute range to work on.
getRange(int) - Method in class weka.filters.unsupervised.attribute.PartitionedMultiFilter2
Gets a single Range from the set of available Ranges.
getRange(SelectOptionPanel) - Method in class adams.gui.tools.wekamultiexperimenter.analysis.DefaultAnalysisPanel
Turns the selected attributes into a range string.
getRange1() - Method in class adams.tools.CompareDatasets
Returns the range of attributes of the first dataset.
getRange2() - Method in class adams.tools.CompareDatasets
Returns the range of attributes of the second dataset.
getRangeHeight() - Method in class adams.gui.visualization.image.leftclick.RandomBoundingBox
Returns the pixel range for the bounding box height.
getRangeMetaData() - Method in class adams.data.io.input.ObjectLocationsSpreadSheetReader
Returns the range of columns to store as meta-data.
getRangePaintlet() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.SamplePlot
Returns the paintlet to use for the lower/upper statistics.
getRanges() - Method in class adams.data.spreadsheet.rowfinder.ByNumericRange
Returns the intervals.
getRanges() - Method in class adams.data.weka.rowfinder.ByNumericRange
Returns the intervals.
getRanges() - Method in class adams.flow.transformer.wekaevaluationpostprocessor.SubRange
Returns the ranges to include.
getRanges() - Method in class adams.gui.core.spreadsheettable.NumericRangeCellRenderingCustomizer
Returns the intervals.
getRanges() - Method in class adams.gui.visualization.stats.histogram.Histogram
Returns the ranges.
getRanges() - Method in class weka.classifiers.meta.PartitionedStacking
Returns the attribute ranges for the base-classifiers.
getRanges() - Method in class weka.filters.unsupervised.attribute.detrend.RangeBased
Returns the wave number ranges.
getRanges() - Method in class weka.filters.unsupervised.attribute.multiplicativescattercorrection.RangeBased
Returns the wave number ranges.
getRanges() - Method in class weka.filters.unsupervised.attribute.PartitionedMultiFilter2
Gets the list of possible Ranges to choose from.
getRangeWidth() - Method in class adams.gui.visualization.image.leftclick.RandomBoundingBox
Returns the pixel range for the bounding box width.
getRateDrop() - Method in class weka.classifiers.trees.XGBoost
Gets the dropout rate (a fraction of previous trees to drop during the dropout).
getRaw() - Method in class adams.flow.transformer.AbstractDataContainerDbReader
Returns whether to return the raw data or not (only FilteredDataProviders).
getRaw() - Method in class adams.gui.tools.ConsoleOutputAnalyzerPanel.ConsoleOutputEntry
Returns the raw content.
getRaw() - Method in enum adams.gui.visualization.core.plot.Axis
Returns the raw string, used in super.toString().
getReadBatch() - Method in class adams.flow.source.RSync
 
getReader() - Method in class adams.core.io.fileuse.ImageReader
Returns the image reader to use for checking the file use.
getReader() - Method in class adams.core.io.fileuse.TextReader
Returns the text reader to use for checking the file use.
getReader() - Method in class adams.core.net.SimpleMailer
Returns the reader for the email files.
getReader() - Method in class adams.data.conversion.ByteArrayToImageContainer
Returns the image reader to use.
getReader() - Method in class adams.data.conversion.StringToReport
Returns the reader in use.
getReader() - Method in class adams.data.conversion.StringToSpreadSheet
Returns the reader used for parsing.
getReader() - Method in class adams.data.io.input.AbstractCustomPNGAnnotationImageSegmentationReader
Returns the imag reader to use.
getReader() - Method in class adams.data.io.input.ImageClassificationSpreadSheetReportReader
Returns the spreadsheet reader to use.
getReader() - Method in class adams.data.io.input.JAIImageReader
Returns the reader for the default extension.
getReader() - Method in class adams.data.io.input.ObjectLocationsSpreadSheetReader
Returns the spreadsheet reader in use.
getReader() - Method in class adams.data.io.input.SpreadSheetTimeseriesReader
Returns the reader to use.
getReader() - Method in class adams.flow.control.AbstractDataContainerFileChecker
Returns the reader in use.
getReader() - Method in class adams.flow.standalone.DeserializeToStorage
Returns the reader to use for loading the model.
getReader() - Method in class adams.flow.transformer.AbstractDataContainerFileImport
Returns the reader in use.
getReader() - Method in class adams.flow.transformer.AbstractDataContainerFileReader
Returns the reader in use.
getReader() - Method in class adams.flow.transformer.AbstractReportFileImport
Returns the reader in use.
getReader() - Method in class adams.flow.transformer.AbstractReportFileReader
Returns the reader in use.
getReader() - Method in class adams.flow.transformer.Deserialize
Returns the reader to use for loading the object.
getReader() - Method in class adams.flow.transformer.EmailFileReader
Returns the reader in use.
getReader() - Method in class adams.flow.transformer.ImageFileReader
Returns the reader to use.
getReader() - Method in class adams.flow.transformer.ImageSegmentationFileReader
Returns the reader to use.
getReader() - Method in class adams.flow.transformer.IndexedSplitsRunsReader
Returns the reader to use.
getReader() - Method in class adams.flow.transformer.pdfproclet.AbstractSpreadSheetPdfProclet
Returns the reader for the spreadsheets.
getReader() - Method in class adams.flow.transformer.SetReportFromFile
Returns the reader in use for reading the report.
getReader() - Method in class adams.flow.transformer.SpreadSheetFileReader
Returns the reader in use.
getReader() - Method in class adams.flow.transformer.TextFileReader
Returns the reader.
getReader() - Method in class adams.gui.chooser.AbstractConfigurableExtensionFileFilterFileChooser
returns the reader that was chosen by the user, can be null in case the user aborted the dialog or the save dialog was shown.
getReader() - Method in class adams.gui.chooser.SpreadSheetFileChooserPanel
Returns the current reader.
getReader() - Method in class adams.gui.tools.previewbrowser.AnnotateImage
Returns the reader setup to use for reading the object locations from the spreadsheet.
getReader() - Method in class adams.gui.tools.previewbrowser.BlueChannelImageHandler
Returns the imag reader to use.
getReader() - Method in class adams.gui.tools.previewbrowser.ColorDistributionHandler
Returns the reader to use for loading the image.
getReader() - Method in class adams.gui.tools.previewbrowser.GrayOrIndexedImageHandler
Returns the imag reader to use.
getReader() - Method in class adams.gui.tools.previewbrowser.ImageClassificationHandler
Returns the reader setup to use for reading the object locations from the spreadsheet.
getReader() - Method in class adams.gui.tools.previewbrowser.ImageSegmentationAnnotationsHandler
Returns the image annotation reader to use.
getReader() - Method in class adams.gui.tools.previewbrowser.ObjectAnnotationsHandler
Returns the reader setup to use for reading the object locations from the spreadsheet.
getReader() - Method in class adams.gui.tools.previewbrowser.ObjectAnnotationsReportHandler
Returns the reader setup to use for reading the object locations from the spreadsheet.
getReader() - Method in class adams.gui.tools.previewbrowser.ObjectCentersFromReport
Returns the reader to use for reading the report.
getReader() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
Returns the reader to use for reading the report.
getReader() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
Returns the reader setup to use for reading the object locations from the spreadsheet.
getReader() - Method in class adams.gui.tools.previewbrowser.ReportHandler
Returns the reader in use.
getReader() - Method in class adams.gui.tools.previewbrowser.SimpleImageSegmentationAnnotationsHandler
Returns the image reader to use.
getReader() - Method in class adams.gui.tools.previewbrowser.TrimapImageHandler
Returns the imag reader to use.
getReader() - Method in class adams.gui.tools.spreadsheetviewer.SpreadSheetPanel
Returns the associated reader.
getReader() - Method in class adams.gui.tools.wekamultiexperimenter.experiment.FileResultsHandler
Returns the spreadsheet reader to use.
getReader() - Method in class adams.parser.LookUpUpdate
Returns the spreadsheet reader that loads the sheet.
getReader() - Method in class adams.parser.SpreadSheetFormula
Returns the spreadsheet reader that loads the sheet.
getReader() - Method in class adams.parser.SpreadSheetQuery
Returns the spreadsheet reader that loads the sheet.
getReader() - Method in class weka.classifiers.functions.FromPredictions
Returns the spreadsheet reader to use.
getReader() - Method in class weka.core.converters.SpreadSheetLoader
Returns the spreadsheet reader in use.
getReader(File) - Method in class adams.gui.tools.previewbrowser.AbstractReportHandler
Returns the reader to use.
getReaderClass() - Method in class adams.gui.chooser.AbstractConfigurableExtensionFileFilterFileChooser
Returns the reader superclass for the GOE.
getReaderClass() - Method in class adams.gui.chooser.AbstractReportFileChooser
Returns the reader superclass for the GOE.
getReaderClass() - Method in class adams.gui.chooser.AdamsExperimentFileChooser
Returns the reader superclass for the GOE.
getReaderClass() - Method in class adams.gui.chooser.EmailFileChooser
Returns the reader superclass for the GOE.
getReaderClass() - Method in class adams.gui.chooser.FlowFileChooser
Returns the reader superclass for the GOE.
getReaderClass() - Method in class adams.gui.chooser.ImageFileChooser
Returns the reader superclass for the GOE.
getReaderClass() - Method in class adams.gui.chooser.ObjectExporterFileChooser
Returns the reader superclass for the GOE.
getReaderClass() - Method in class adams.gui.chooser.ObjectFileChooser
Returns the reader superclass for the GOE.
getReaderClass() - Method in class adams.gui.chooser.ParameterMapFileChooser
Returns the reader superclass for the GOE.
getReaderClass() - Method in class adams.gui.chooser.SerializationFileChooser
Returns the reader superclass for the GOE.
getReaderClass() - Method in class adams.gui.chooser.SpreadSheetFileChooser
Returns the reader superclass for the GOE.
getReaderClass() - Method in class adams.gui.chooser.TimeseriesFileChooser
Returns the reader superclass for the GOE.
getReaderClass() - Method in class adams.gui.chooser.WekaFileChooser
Returns the reader superclass for the GOE.
getReaderClass() - Method in class adams.gui.tools.previewbrowser.notes.NotesFileChooser
Returns the reader superclass for the GOE.
getReaderForExtension(String) - Static method in class adams.data.image.BufferedImageHelper
Returns the first image reader that handles the specified extension.
getReaderForFile(File) - Static method in class adams.data.image.BufferedImageHelper
Returns the first image reader that handles the extension of the specified file.
getReaderForFile(File) - Method in class adams.gui.chooser.AdamsExperimentFileChooser
Returns the reader for the specified file.
getReaderForFile(File) - Method in class adams.gui.chooser.EmailFileChooser
Returns the reader for the specified file.
getReaderForFile(File) - Method in interface adams.gui.chooser.FileTypeDeterminingFileChooser
Returns the reader for the specified file.
getReaderForFile(File) - Method in class adams.gui.chooser.FlowFileChooser
Returns the reader for the specified file.
getReaderForFile(File) - Method in class adams.gui.chooser.ImageFileChooser
Returns the reader for the specified file.
getReaderForFile(File) - Method in class adams.gui.chooser.ObjectFileChooser
Returns the reader for the specified file.
getReaderForFile(File) - Method in class adams.gui.chooser.ParameterMapFileChooser
Returns the reader for the specified file.
getReaderForFile(File) - Method in class adams.gui.chooser.SerializationFileChooser
Returns the reader for the specified file.
getReaderForFile(File) - Method in class adams.gui.chooser.SpreadSheetFileChooser
Returns the reader for the specified file.
getReaderForFile(File) - Method in class adams.gui.chooser.WekaFileChooser
Returns the reader for the specified file.
getReaderForFile(File) - Method in class adams.gui.flow.FlowEditorPanel
Returns the reader for the file.
getReaders() - Static method in class adams.data.io.input.AbstractAdamsExperimentReader
Returns a list with classes of readers.
getReaders() - Static method in class adams.data.io.input.AbstractFlowReader
Returns a list with classnames of readers.
getReaders() - Static method in class adams.data.io.input.AbstractImageReader
Returns a list with classnames of readers.
getReaders() - Static method in class adams.data.io.input.AbstractObjectReader
Returns a list with classnames of readers.
getReaders() - Static method in class adams.data.io.input.AbstractReportReader
Returns a list with classnames of readers.
getReaders() - Static method in class adams.data.io.input.AbstractSpreadSheetReader
Returns a list with classnames of readers.
getReaders() - Static method in class adams.data.io.input.AbstractTimeseriesReader
Returns a list with classnames of readers.
getReadMethod() - Method in class adams.core.discovery.PropertyPath.PropertyContainer
Returns the read method.
getReadMethod() - Method in class adams.core.option.AbstractOption
Returns the read method for the property.
getReadOnly() - Method in class adams.flow.control.Flow
Returns whether the flow is marked as read-only and the user gets prompted whether to succeed before allowing it to be edited.
getReadOnly() - Method in class adams.flow.sink.SpreadSheetDisplay
Returns whether cells are readonly or editable.
getReadOnlyAt(int) - Method in class adams.gui.tools.spreadsheetviewer.MultiPagePane
Returns whether to show the formulas.
getReal() - Method in class adams.data.filter.AbstractFFT
Returns whether to return the real or complex part of the result.
getReal() - Method in class weka.filters.unsupervised.attribute.FFT
Returns whether to return real or imaginary part.
getRealDistribution() - Method in class adams.data.distribution.AbstractRealDistribution
Returns the configured distribution.
getRealDistribution() - Method in class adams.data.distribution.Beta
Returns the configured distribution.
getRealDistribution() - Method in class adams.data.distribution.Cauchy
Returns the configured distribution.
getRealDistribution() - Method in class adams.data.distribution.ChiSquared
Returns the configured distribution.
getRealDistribution() - Method in class adams.data.distribution.Empirical
Returns the configured distribution.
getRealDistribution() - Method in class adams.data.distribution.Exponential
Returns the configured distribution.
getRealDistribution() - Method in class adams.data.distribution.F
Returns the configured distribution.
getRealDistribution() - Method in class adams.data.distribution.Gamma
Returns the configured distribution.
getRealDistribution() - Method in class adams.data.distribution.LogNormal
Returns the configured distribution.
getRealDistribution() - Method in class adams.data.distribution.Normal
Returns the configured distribution.
getRealDistribution() - Method in class adams.data.distribution.T
Returns the configured distribution.
getRealDistribution() - Method in class adams.data.distribution.Triangular
Returns the configured distribution.
getRealDistribution() - Method in class adams.data.distribution.Uniform
Returns the configured distribution.
getRealDistribution() - Method in class adams.data.distribution.Weibull
Returns the configured distribution.
getRecentFilesHandler() - Method in class adams.gui.flow.FlowEditorPanel
Returns the recent files handler in use.
getRecentFilesHandler() - Method in class adams.gui.flow.FlowPanel
Returns the recent files handler to use.
getRecentItems() - Method in class adams.gui.core.AbstractRecentItemsHandler
Returns the currently stored recent items.
getRecipients() - Method in class adams.flow.sink.sendnotification.Email
Returns the recipients.
getRecipients() - Method in class adams.flow.transformer.CreateEmail
Returns the recipients.
getRecipients() - Method in class adams.gui.visualization.multiobjectexport.EmailExport
Returns the email addresses to send the output to.
getReconnectWait() - Method in class adams.db.AbstractDatabaseConnection
Returns the number of seconds to wait before trying to reconnect.
getRecordAdd() - Method in class adams.gui.flow.tree.Tree
Returns whether to record the adding of actors in order to improve the suggestions.
getRecordedCommands() - Method in class adams.gui.scripting.AbstractScriptingEngine
Returns the last recorded commands.
getRecordEnclose() - Method in class adams.gui.flow.tree.Tree
Returns whether to record the enclosing of actors in order to improve the suggestions.
getRecording() - Method in class adams.core.management.RecordingOutputPrinter
Returns the recorded output.
getRecordOutput() - Method in class adams.flow.standalone.JavaExec
Returns whether to record stdout/stderr output of process.
getRecordRegions() - Method in class adams.data.noise.AbstractDenoiser
Returns whether noisy regions are recorded.
getRecordRegions() - Method in interface adams.data.RegionRecorder
Returns whether regions are recorded.
getRectangle() - Method in class adams.flow.transformer.locateobjects.LocatedObject
Returns the object as rectangle.
getRectangle(double) - Method in class adams.flow.transformer.locateobjects.LocatedObject
Returns the object as rectangle.
getRecursionLevel() - Method in class adams.core.option.AbstractRecursiveOptionConsumer
Returns the current nesting level.
getRecursionLevel() - Method in class adams.core.option.AbstractRecursiveOptionProducer
Returns the current nesting level.
getRecursionLevel() - Method in interface adams.core.option.RecursiveOptionConsumer
Returns the current nesting level.
getRecursionLevel() - Method in interface adams.core.option.RecursiveOptionProducer
Returns the current nesting level.
getRecursive() - Method in class adams.core.io.lister.AbstractRecursiveDirectoryLister
Returns whether to search recursively.
getRecursive() - Method in interface adams.core.io.lister.RecursiveDirectoryLister
Returns whether to search recursively.
getRecursive() - Method in class adams.flow.core.ActorUsage
Returns whether to traverse the directories recursively.
getRecursive() - Method in class adams.flow.source.DirectoryLister
Returns whether search is recursively.
getRecursive() - Method in class adams.flow.source.filesystemsearch.FtpDirectorySearch
Returns whether search is recursively.
getRecursive() - Method in class adams.flow.source.filesystemsearch.FtpDirectorySearchWithComparator
Returns whether search is recursively.
getRecursive() - Method in class adams.flow.source.filesystemsearch.FtpDirectorySearchWithCustomSort
Returns whether search is recursively.
getRecursive() - Method in class adams.flow.source.filesystemsearch.FtpFileSearch
Returns whether search is recursively.
getRecursive() - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearch
Returns whether search is recursively.
getRecursive() - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearchWithComparator
Returns whether search is recursively.
getRecursive() - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearchWithCustomSort
Returns whether search is recursively.
getRecursive() - Method in class adams.flow.source.filesystemsearch.LocalFileSearch
Returns whether search is recursively.
getRecursive() - Method in class adams.flow.source.filesystemsearch.SftpDirectorySearch
Returns whether search is recursively.
getRecursive() - Method in class adams.flow.source.filesystemsearch.SftpDirectorySearchWithComparator
Returns whether search is recursively.
getRecursive() - Method in class adams.flow.source.filesystemsearch.SftpDirectorySearchWithCustomSort
Returns whether search is recursively.
getRecursive() - Method in class adams.flow.source.filesystemsearch.SftpFileSearch
Returns whether search is recursively.
getRecursive() - Method in class adams.flow.source.filesystemsearch.SmbDirectorySearch
Returns whether search is recursively.
getRecursive() - Method in class adams.flow.source.filesystemsearch.SmbDirectorySearchWithComparator
Returns whether search is recursively.
getRecursive() - Method in class adams.flow.source.filesystemsearch.SmbDirectorySearchWithCustomSort
Returns whether search is recursively.
getRecursive() - Method in class adams.flow.source.filesystemsearch.SmbFileSearch
Returns whether search is recursively.
getRecursive() - Method in class adams.flow.standalone.DeleteDir
Returns whether search is recursively.
getRecursive() - Method in class adams.flow.standalone.DeleteFile
Returns whether search is recursively.
getRecursive() - Method in class adams.flow.template.IterateFilesWithProgressBar
Returns whether to search for files recursively.
getReduceNumberOfDistanceCalcsViaCanopies() - Method in class weka.clusterers.SAXKMeans
Get whether to use canopies to reduce the number of distance computations required
getReference() - Method in class adams.gui.visualization.object.objectannotations.label.Anchored
Returns the reference for the anchor.
getReferenceActor() - Method in class adams.flow.transformer.WekaReorderAttributesToReference
Returns the callable actor to obtain the reference dataset from if reference file is pointing to a directory.
getReferenceDataset() - Method in class weka.filters.unsupervised.instance.AlignDataset
Returns the file containing the reference dataset.
getReferenceError() - Method in class adams.data.weka.predictions.NumericErrorScalerWithReference
Returns the absolute value of the reference error.
getReferenceFile() - Method in class adams.flow.transformer.WekaReorderAttributesToReference
Returns the file to load the reference dataset from.
getReferences(Actor) - Method in class adams.gui.flow.tree.menu.GoTo
Returns all the actor references for this actor.
getReferenceSize() - Method in class adams.data.weka.predictions.NumericErrorScalerWithReference
Returns the size for the reference error.
getRefinements() - Method in class adams.opt.optimise.RefineRange
Gets the refinements use.
getRegex() - Method in class adams.flow.transformer.WekaRegexToRange
Returns the regular expression for attribute matching.
getRegexName() - Method in class adams.flow.transformer.WekaClassSelector
Returns the regular expression for selecting the attributes.
getRegExp() - Method in class adams.core.command.output.LineSplit
Returns the regular expression to match the strings against.
getRegExp() - Method in class adams.core.discovery.AbstractDiscoveryHandler
Returns the regular expression to match the path against.
getRegExp() - Method in class adams.core.io.fileuse.LastLineMatches
Returns the regular expression the last line must match.
getRegExp() - Method in class adams.core.io.lister.AbstractDirectoryLister
Returns the regular expression that the items have to match.
getRegExp() - Method in interface adams.core.io.lister.DirectoryLister
Returns the regular expression that the items have to match.
getRegExp() - Method in class adams.core.net.hostnameverifier.RegExp
Returns the regular expression that the hostnames must match.
getRegExp() - Method in class adams.core.net.SimpleMailer
Returns the regular expression to match the files against.
getRegExp() - Method in class adams.data.conversion.PropertiesToMap
Returns the regular expressions in use.
getRegExp() - Method in class adams.data.conversion.ReportToMap
Returns the regular expressions in use.
getRegExp() - Method in class adams.data.groupextraction.ReportFieldRegExp
Returns the regular expression to apply to the report value.
getRegExp() - Method in class adams.data.groupextraction.SpreadSheetCellRegExp
Returns the regular expression to apply to the cell value.
getRegExp() - Method in class adams.data.objectfinder.ByMetaDataStringValue
Returns the regular expression to match the meta-data value against.
getRegExp() - Method in class adams.data.outlier.StringMatcher
Returns the regular expression to match the strings against.
getRegExp() - Method in class adams.data.report.RemoveByName
Returns the regular expression in use.
getRegExp() - Method in class adams.data.spreadsheet.columnfinder.ByName
Returns the regular expression in use.
getRegExp() - Method in class adams.data.spreadsheet.rowfinder.ByValue
Returns the regular expression in use.
getRegExp() - Method in class adams.data.weka.classattribute.ByName
Returns the regular expression to use for locating the class attribute.
getRegExp() - Method in class adams.data.weka.columnfinder.ByName
Returns the regular expression in use.
getRegExp() - Method in class adams.data.weka.rowfinder.ByLabel
Returns the regular expression in use.
getRegExp() - Method in class adams.flow.condition.bool.DirectoriesMatch
Returns the regular expression that the sub-directories must match.
getRegExp() - Method in class adams.flow.condition.bool.FilesMatch
Returns the regular expression that the files must match.
getRegExp() - Method in class adams.flow.condition.bool.RegExp
Returns the regular expression to match the strings against.
getRegExp() - Method in class adams.flow.condition.bool.TableExists
Returns the regular expression to match the table names against.
getRegExp() - Method in class adams.flow.processor.ChangeDatabaseConditionLimit
Returns the regular expression to apply to the classname of the conditions object for limiting the scope of the replacement.
getRegExp() - Method in class adams.flow.processor.ChangeNumThreads
Returns the regular expression to apply to the classname of the object for limiting the scope of the replacement.
getRegExp() - Method in class adams.flow.processor.ListAnnotationTags
Returns the regular expression that the tags must match.
getRegExp() - Method in class adams.flow.processor.ListTODOs
Returns the regular expression to use for locating TODOs.
getRegExp() - Method in class adams.flow.sink.sequenceplotter.ByNameErrorPaintlet
Returns the regular expression to use for matching the sequence IDs.
getRegExp() - Method in class adams.flow.sink.sequenceplotter.ByNameMarkerPaintlet
Returns the regular expression to use for matching the sequence IDs.
getRegExp() - Method in class adams.flow.source.AbstractListTables
Returns the regular expression to match the table names against.
getRegExp() - Method in class adams.flow.source.DirectoryLister
Returns the regular expression for the files/dirs.
getRegExp() - Method in class adams.flow.source.DumpStorage
Returns the regular expression to match the storage names against.
getRegExp() - Method in class adams.flow.source.DumpVariables
Returns the regular expression to match the variable names against.
getRegExp() - Method in class adams.flow.source.filesystemsearch.FtpDirectorySearch
Returns the regular expression for the files/dirs.
getRegExp() - Method in class adams.flow.source.filesystemsearch.FtpDirectorySearchWithComparator
Returns the regular expression for the files/dirs.
getRegExp() - Method in class adams.flow.source.filesystemsearch.FtpDirectorySearchWithCustomSort
Returns the regular expression for the files/dirs.
getRegExp() - Method in class adams.flow.source.filesystemsearch.FtpFileSearch
Returns the regular expression for the files/dirs.
getRegExp() - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearch
Returns the regular expression for the files/dirs.
getRegExp() - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearchWithComparator
Returns the regular expression for the files/dirs.
getRegExp() - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearchWithCustomSort
Returns the regular expression for the files/dirs.
getRegExp() - Method in class adams.flow.source.filesystemsearch.LocalFileSearch
Returns the regular expression for the files/dirs.
getRegExp() - Method in class adams.flow.source.filesystemsearch.SftpDirectorySearch
Returns the regular expression for the files/dirs.
getRegExp() - Method in class adams.flow.source.filesystemsearch.SftpDirectorySearchWithComparator
Returns the regular expression for the files/dirs.
getRegExp() - Method in class adams.flow.source.filesystemsearch.SftpDirectorySearchWithCustomSort
Returns the regular expression for the files/dirs.
getRegExp() - Method in class adams.flow.source.filesystemsearch.SftpFileSearch
Returns the regular expression for the files/dirs.
getRegExp() - Method in class adams.flow.source.filesystemsearch.SmbDirectorySearch
Returns the regular expression for the files/dirs.
getRegExp() - Method in class adams.flow.source.filesystemsearch.SmbDirectorySearchWithComparator
Returns the regular expression for the files/dirs.
getRegExp() - Method in class adams.flow.source.filesystemsearch.SmbDirectorySearchWithCustomSort
Returns the regular expression for the files/dirs.
getRegExp() - Method in class adams.flow.source.filesystemsearch.SmbFileSearch
Returns the regular expression for the files/dirs.
getRegExp() - Method in class adams.flow.source.FTPLister
Deprecated.
Returns the regular expression for the files/dirs.
getRegExp() - Method in class adams.flow.source.ListCallableActors
Returns the regular expression to match the variable names against.
getRegExp() - Method in class adams.flow.source.ListEnvironmentVariables
Returns the regular expression to match the variable names against.
getRegExp() - Method in class adams.flow.source.ListStorageNames
Returns the regular expression to match the variable names against.
getRegExp() - Method in class adams.flow.source.ListSystemProperties
Returns the regular expression to match the property names against.
getRegExp() - Method in class adams.flow.source.ListVariables
Returns the regular expression to match the variable names against.
getRegExp() - Method in class adams.flow.source.valuedefinition.RegExpConstrainedStringDefinition
Returns the regular expression for constraining the input.
getRegExp() - Method in class adams.flow.standalone.AbstractDatabaseCheck
Returns the regular expression in use.
getRegExp() - Method in class adams.flow.standalone.DeleteDir
Returns the regular expression for the dirs.
getRegExp() - Method in class adams.flow.standalone.DeleteFile
Returns the regular expression for the files.
getRegExp() - Method in class adams.flow.standalone.DeleteStorageValue
Returns the regular expression to match the storage item names against.
getRegExp() - Method in class adams.flow.standalone.DeleteVariable
Returns the regular expression to match the variable names against.
getRegExp() - Method in class adams.flow.standalone.DirWatch
Returns the regular expression to match the filenames against (name only, not path).
getRegExp() - Method in class adams.flow.standalone.logevent.NameFilter
Returns the regular expression to match the logger name against.
getRegExp() - Method in class adams.flow.template.IterateFilesWithProgressBar
Returns the regular expression that the files must match.
getRegExp() - Method in class adams.flow.transformer.AbstractContainerValueExtractor
Returns the regular expression to use for matching the container value names.
getRegExp() - Method in class adams.flow.transformer.AbstractDeleteReportValue
Returns the regular expression to use for matching the field names.
getRegExp() - Method in class adams.flow.transformer.AbstractMultiDecompress
Returns the regular expression that the filenames must match.
getRegExp() - Method in class adams.flow.transformer.CopyFile
Returns the regular expressions in use.
getRegExp() - Method in class adams.flow.transformer.DeleteFile
Returns the regular expressions in use.
getRegExp() - Method in class adams.flow.transformer.DeleteStorageValue
Returns the regular expression to match the storage item names against.
getRegExp() - Method in class adams.flow.transformer.DeleteVariable
Returns the regular expression to match the variable names against.
getRegExp() - Method in class adams.flow.transformer.FindInFile
Returns whether the search string is a regular expression.
getRegExp() - Method in class adams.flow.transformer.GetPropertyNames
Returns the regular expression that the property names must match.
getRegExp() - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesGroupedCrossValidationFoldGenerator
Returns the regular expression for identifying the group (eg '^(.*)-([0-9]+)-(.*)$').
getRegExp() - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesGroupedRandomSplitGenerator
Returns the regular expression for identifying the group (eg '^(.*)-([0-9]+)-(.*)$').
getRegExp() - Method in class adams.flow.transformer.mapfilter.RemoveByName
Returns the regular expression to match the keys against.
getRegExp() - Method in class adams.flow.transformer.MapToStorageValues
Returns the regular expressions in use.
getRegExp() - Method in class adams.flow.transformer.MapToVariables
Returns the regular expressions in use.
getRegExp() - Method in class adams.flow.transformer.MapVariableIterator
Returns the regular expressions in use.
getRegExp() - Method in class adams.flow.transformer.MatchReportFields
Returns the regular expression used for matching field names.
getRegExp() - Method in class adams.flow.transformer.preparefilebaseddataset.GroupedCrossValidation
Returns the regular expression for identifying the group (eg '^(.*)-([0-9]+)-(.*)$').
getRegExp() - Method in class adams.flow.transformer.preparefilebaseddataset.GroupedTrainTestSplit
Returns the regular expression for identifying the group (eg '^(.*)-([0-9]+)-(.*)$').
getRegExp() - Method in class adams.flow.transformer.preparefilebaseddataset.GroupedTrainValidateTestSplit
Returns the regular expression for identifying the group (eg '^(.*)-([0-9]+)-(.*)$').
getRegExp() - Method in class adams.flow.transformer.PropertiesToVariables
Returns the regular expressions in use.
getRegExp() - Method in class adams.flow.transformer.ReportField
Returns the regular expressions in use.
getRegExp() - Method in class adams.flow.transformer.ReportToStorage
Returns the regular expression the field names must match.
getRegExp() - Method in class adams.flow.transformer.ReportToVariables
Returns the regular expression the field names must match.
getRegExp() - Method in class adams.flow.transformer.SpreadSheetColumnIterator
Returns the regular expression for the name.
getRegExp() - Method in class adams.flow.transformer.SpreadSheetColumnsByName
Returns the regular expression to use for matching column names.
getRegExp() - Method in class adams.flow.transformer.StringArraySplit
Returns the regular expression to match the strings against.
getRegExp() - Method in class adams.flow.transformer.StringMatcher
Returns the regular expression to match the strings against.
getRegExp() - Method in class adams.flow.transformer.WekaAttributeIterator
Returns the regular expression for the name.
getRegExp() - Method in class adams.flow.transformer.WekaMultiLabelSplitter
Returns the regular expression to match the strings against.
getRegExp() - Method in class adams.gui.core.RegExpConstrainedTextField
Returns the current regular expression.
getRegExp() - Method in class adams.gui.core.RegExpConstrainedTextField.RegExpConstraintCheckModel
Returns the current regular expression.
getRegExp() - Method in class adams.gui.core.RegExpTextField
Returns the current regular expression.
getRegExp() - Method in class adams.gui.visualization.image.interactionlogging.IDFilter
Returns the regular expression to apply to the ID.
getRegExp() - Method in class adams.gui.visualization.sequence.ByNamePaintlet
Returns the regular expression to use for matching the sequence IDs.
getRegExp() - Method in class adams.gui.visualization.sequence.metadatacolor.ColorPerRegExpGroup
Returns the regular expression to apply to the meta-data value.
getRegExp() - Method in class adams.tools.DropTables
Returns the regular expression to match the table names against.
getRegExp() - Method in class adams.tools.TruncateTables
Returns the regular expression to match the table names against.
getRegExp() - Method in class weka.classifiers.GroupedBinnedNumericClassCrossValidationFoldGenerator
Returns the regular expression for identifying the group (eg '^(.*)-([0-9]+)-(.*)$').
getRegExp() - Method in class weka.classifiers.GroupedBinnedNumericClassRandomSplitGenerator
Returns the regular expression for identifying the group (eg '^(.*)-([0-9]+)-(.*)$').
getRegExp() - Method in class weka.classifiers.GroupedCrossValidationFoldGenerator
Returns the regular expression for identifying the group (eg '^(.*)-([0-9]+)-(.*)$').
getRegExp() - Method in class weka.classifiers.GroupedRandomSplitGenerator
Returns the regular expression for identifying the group (eg '^(.*)-([0-9]+)-(.*)$').
getRegExp() - Method in class weka.filters.unsupervised.attribute.EquiDistance
Returns the regular expression for identifying attributes.
getRegExp() - Method in class weka.filters.unsupervised.attribute.MetaPartitionedMultiFilter
Gets the list of regular expressions.
getRegExp() - Method in class weka.filters.unsupervised.instance.multirowprocessor.selection.GroupExpression
Returns the regular expression for identifying the group (eg '^(.*)-([0-9]+)-(.*)$').
getRegExp(int) - Method in class weka.filters.unsupervised.attribute.MetaPartitionedMultiFilter
Gets a single BaseRegExp from the set of available expressions.
getRegExp(String) - Method in class adams.gui.core.PropertiesParameterPanel
Returns the regexp associated with a particular property.
getRegExpFilename() - Method in class adams.flow.transformer.pdfproclet.AbstractPdfProclet
Returns the regular expression that the filename must match.
getRegExpFilename() - Method in interface adams.flow.transformer.pdfproclet.PdfProclet
Returns the regular expression that the filename must match.
getRegExps() - Method in class weka.classifiers.MultiLevelSplitGenerator
Returns the regular expressions to use for extracting the groups.
getRegExpTimestamp() - Method in class adams.flow.transformer.SpreadSheetRowToTimeseries
Returns the regular expression for matching the timestamp columns.
getRegExpValue() - Method in class adams.flow.transformer.SpreadSheetRowToTimeseries
Returns the regular expression for matching the timestamp columns.
getRegion(List<XYSequencePoint>, XYSequencePoint, XYSequencePoint) - Static method in class adams.data.sequence.XYSequenceUtils
Returns a region for the given range, including both, start and end point.
getRegions() - Method in class adams.data.image.transformer.subimages.Regions
Returns the regions to extract (x y w h, 0 or 1-based x/y).
getRegions() - Method in class adams.data.noise.AbstractDenoiser
Returns the noisy regions that were recorded.
getRegions() - Method in interface adams.data.RegionRecorder
Returns the regions that were recorded.
getRegionSize() - Method in class adams.flow.transformer.BoofCVDetectLineSegments
Returns the Radius for local maximum suppression.
getRegister() - Method in class adams.flow.control.Flow
Returns whether to register the flow with the running flows registry, making it visible to remote commands.
getRegister() - Method in class adams.flow.FlowRunner
Returns whether to register the flow with the running flows registry, making it visible to remote commands.
getRegisterFlow() - Method in class adams.scripting.command.flow.RunRemoteFlow
Returns whether to register the flow.
getRegistrations() - Static method in class adams.gui.goe.AbstractEditorRegistration
Returns a list with classnames of registration classes.
getRegLine() - Method in class adams.gui.visualization.stats.probabilityplot.NormalPlotOptions
Get whether a regression line should be drawn
getRegression() - Method in class adams.flow.sink.ProbabilityPlotDisplay
get the regression used to transform the data
getRegressionFiles() - Method in class adams.core.option.FlowJUnitTestProducer
Returns the regression files to use.
getRegressionLine() - Method in class adams.flow.sink.ProbabilityPlotDisplay
Get whether a regression line should be added
getRegressionLine() - Method in class adams.gui.visualization.stats.probabilityplot.ProbabilityPlot
Returns whether the regression line is displayed.
getRegressionTree() - Method in class weka.classifiers.trees.m5.Rule2
Get the value of regressionTree.
getRegressionTree() - Method in class weka.classifiers.trees.m5.RuleNode2
Get the value of regressionTree.
getRegVector() - Method in class weka.filters.supervised.attribute.PLSFilterExtended
 
getRejectedDir() - Method in class adams.scripting.requesthandler.CommandDumperHandler
Returns the directory for rejected commands.
getRelation() - Static method in class adams.gui.tools.previewbrowser.AbstractArchiveHandler
Returns the extension/handlers relation.
getRelation() - Static method in class adams.gui.tools.previewbrowser.AbstractContentHandler
Returns the extension/handlers relation.
getRelationName() - Method in class adams.flow.source.WekaNewInstances
Returns the name of the relation.
getRelationName() - Method in class adams.flow.transformer.WekaCrossValidationSplit
Returns the pattern used for renaming the relation.
getRelationName() - Method in class weka.classifiers.BinnedNumericClassCrossValidationFoldGenerator
Returns the relation name template.
getRelationName() - Method in interface weka.classifiers.CrossValidationFoldGenerator
Returns the relation name template.
getRelationName() - Method in class weka.classifiers.DefaultCrossValidationFoldGenerator
Returns the relation name template.
getRelationName() - Method in class weka.classifiers.GroupedBinnedNumericClassCrossValidationFoldGenerator
Returns the relation name template.
getRelationName() - Method in class weka.classifiers.GroupedCrossValidationFoldGenerator
Returns the relation name template.
getRelationName() - Method in class weka.classifiers.GroupedCrossValidationFoldGeneratorUsingNumericClassValues
Returns the relation name template.
getRelationName() - Method in class weka.classifiers.LeaveOneOutByValueGenerator
Returns the relation name template.
getRelationNameHeuristic() - Method in class adams.gui.tools.wekainvestigator.InvestigatorPanel
Returns the current relation name heuristic.
getRelativeColumnWidths() - Method in class adams.flow.transformer.pdfproclet.AbstractSpreadSheetPdfProclet
Returns the relative column widths (0-1), ignored if not provided, uses 1 by default.
getRelativeLeft(Window) - Method in class adams.gui.core.GUIHelper
Returns the relative left X position in its screen.
getRelativeTop(Window) - Method in class adams.gui.core.GUIHelper
Returns the relative top Y position in its screen.
getRelativeWidths() - Method in class adams.data.weka.evaluator.IntervalEstimatorBased
Returns whether the calculated widths are divided by the class value.
getRemainderHandling() - Method in class adams.flow.transformer.StringArraySplit
Returns how to handle any remaining strings after the last split.
getRememberLastSelection() - Method in class adams.flow.transformer.pixelselector.AddClassification
Returns whether to remmeber the last selected label.
getRemote() - Method in class adams.gui.tools.SSHPanel
Returns the current remote server.
getRemote() - Method in class adams.gui.tools.TelnetPanel
Returns the current remote server.
getRemote() - Method in class weka.classifiers.meta.SocketFacade
Returns the address of the remote process.
GetRemoteCommandPayload - Class in adams.flow.transformer
Returns the underlying payload objects (if any) from the incoming remote command.
Depending on request/response flag, it outputs the corresponding payload objects.
Does not forward anything if the array is empty.
GetRemoteCommandPayload() - Constructor for class adams.flow.transformer.GetRemoteCommandPayload
 
getRemoteDir() - Method in class adams.flow.source.FTPLister
Deprecated.
Returns the remote directory.
getRemoteDir() - Method in class adams.flow.transformer.FTPDelete
Returns the remote directory.
getRemoteDir() - Method in class adams.flow.transformer.FTPGet
Returns the remote directory.
getRemoteDir() - Method in class adams.flow.transformer.FTPSend
Returns the remote directory.
getRemoteDir() - Method in class adams.flow.transformer.ScpFrom
Returns the remote directory.
getRemoteDir() - Method in class adams.flow.transformer.ScpTo
Returns the remote directory.
getRemoteDir() - Method in class adams.flow.transformer.SFTPDelete
Returns the remote directory.
getRemoteDir() - Method in class adams.flow.transformer.SFTPGet
Returns the remote directory.
getRemoteDir() - Method in class adams.flow.transformer.SFTPSend
Returns the remote directory.
getRemoteDir() - Method in class adams.flow.transformer.SMBGet
Returns the remote directory.
getRemoteDir() - Method in class adams.flow.transformer.SMBSend
Returns the remote directory.
getRemoteDir() - Method in class adams.gui.chooser.FtpRemoteDirectorySetup
Returns the remote directory.
getRemoteDir() - Method in class adams.gui.chooser.SftpRemoteDirectorySetup
Returns the remote directory.
getRemoteDir() - Method in class adams.gui.chooser.SmbRemoteDirectorySetup
Returns the remote directory.
getRemoteDir() - Method in class adams.scripting.command.basic.SendFile
Returns the remote directory to place the file in.
getRemoteDir() - Method in class adams.scripting.connection.FTPConnection
Returns the remote directory.
getRemoteDir() - Method in class adams.scripting.connection.ScpConnection
Returns the remote directory to copy the command file to.
getRemoteFile() - Method in interface adams.core.io.RemoteFileWriter
Get remote file.
getRemoteFile() - Method in class adams.multiprocess.ScpJobRunner
Returns the remote file for the un-executed jobs.
getRemoteFile() - Method in class adams.multiprocess.ScpJobRunner.RemoteJobRunner
Returns the remote file for the executed jobs.
getRemoteFile() - Method in class adams.scripting.command.basic.RetrieveFile
Returns the remote file to send.
getRemoteFile() - Method in class adams.scripting.command.basic.Text
Get remote file.
getRemoteHost() - Method in class adams.console.Logging
Returns the host to capture the logging from.
getRemoteObjectName() - Method in class adams.flow.core.AbstractPyroCall
Returns the name of the remote object to use.
getRemoteObjectName() - Method in interface adams.flow.core.PyroCall
Returns the name of the remote object to use.
getRemoteOption() - Method in class adams.flow.source.RSync
 
getRemoteScriptingEngine() - Method in class adams.flow.FlowRunner
Returns the current scripting engine if any.
getRemoteScriptingEngine() - Method in class adams.gui.application.AbstractApplicationFrame
Returns the current scripting engine if any.
getRemoteScriptingEngine() - Method in class adams.gui.tools.remotecontrolcenter.RemoteControlCenterManagerPanel
Returns the current scripting engine.
getRemoteScriptingEngine() - Method in interface adams.scripting.RemoteScriptingEngineHandler
Returns the current scripting engine if any.
getRemoteScriptingEngine() - Method in class adams.terminal.application.AbstractTerminalApplication
Returns the current scripting engine if any.
getRemoteScriptingEngineCmdLine() - Method in class adams.flow.FlowRunner
Returns the commandline of the remote scripting engine to execute at startup time.
getRemoteScriptingEngineCmdLine() - Method in class adams.gui.application.AbstractApplicationFrame
Returns the commandline of the remote scripting engine to execute at startup time.
getRemoteScriptingEngineCmdLine() - Method in class adams.terminal.application.AbstractTerminalApplication
Returns the commandline of the remote scripting engine to execute at startup time.
getRemoteScriptingEngineHandler() - Method in class adams.scripting.command.AbstractCommand
Returns the application context.
getRemoteScriptingEngineHandler() - Method in interface adams.scripting.command.RemoteCommand
Returns the application context.
getRemoteScriptingEngineHandler() - Method in class adams.scripting.engine.AbstractScriptingEngine
Returns the application context.
getRemoteScriptingEngineHandler() - Method in interface adams.scripting.engine.RemoteScriptingEngine
Returns the application context.
getRemovalStrategy() - Method in class adams.flow.transformer.DeleteOverlappingImageObjects
Returns the minimum overlap ratio to use.
getRemove() - Method in class adams.flow.transformer.SpreadSheetMerge
Returns whether to remove if not all present
getRemove() - Method in class adams.flow.transformer.WekaInstancesMerge
Returns whether to remove if not all present
getRemove() - Method in class adams.gui.chooser.FileChooserBookmarksPanel.FileChooserBookmarksIconLoader
Returns the "remove" icon.
getRemove() - Method in class adams.tools.AbstractAddRemoveTimeWindowDatabaseTool
Returns whether the true flags are removed based on the regular expressions or not.
getRemoveAlphaChannel() - Method in class adams.data.conversion.ImageContainerToSpreadSheet
Returns whether to remove the alpha channel.
getRemoveAsString() - Method in class adams.opt.genetic.DarkLord.DarkLordJob
Generates a range string of attributes to keep (= one has to use the inverse matching sense with the Remove filter).
getRemoveAsString(int[]) - Method in class adams.opt.optimise.genetic.fitnessfunctions.AttributeSelection
Generates a range string of attributes to keep (= one has to use the inverse matching sense with the Remove filter).
getRemoveAttributeIndices() - Method in class weka.classifiers.meta.FilteredClassifierExt
Returns the attributes indices that are removed before applying the actual filter.
getRemoveChars() - Method in class weka.filters.unsupervised.attribute.MergeManyAttributes
Gets the characters to remove from start/end of the generated name.
getRemoveChars() - Method in class weka.filters.unsupervised.attribute.MergeTwoAttributes
Gets the characters to remove from start/end of the generated name.
getRemoveExisting() - Method in class adams.flow.transformer.AbstractReportDbWriter
Returns whether existing reports are removed first.
getRemoveExisting() - Method in class adams.flow.transformer.AbstractReportFileImport
Returns whether existing reports are removed first.
getRemoveExtension() - Method in class adams.flow.transformer.BaseName
Returns whether to remove the file extension as well.
getRemoveExtension() - Method in class adams.flow.transformer.preparefilebaseddataset.GroupedCrossValidation
Returns whether to remove the extension from the filename before applying the regular expression.
getRemoveExtension() - Method in class adams.flow.transformer.preparefilebaseddataset.GroupedTrainTestSplit
Returns whether to remove the extension from the filename before applying the regular expression.
getRemoveExtension() - Method in class adams.flow.transformer.preparefilebaseddataset.GroupedTrainValidateTestSplit
Returns whether to remove the extension from the filename before applying the regular expression.
getRemoveFileExt() - Method in class adams.data.idextraction.ReportFieldRegExp
Returns whether to remove any file extension before applying the regular expression.
getRemoveInputFile() - Method in class adams.flow.transformer.AbstractSingleCompress
Returns whether to remove the original input after the file has been compressed.
getRemoveSmallBlobs() - Method in class adams.data.boofcv.transformer.Binary
Returns whether to remove small blobs using erode8/dilate8.
getRemoveSmallBlobs() - Method in class adams.data.boofcv.transformer.BinaryContours
Returns whether to remove small blobs using erode8/dilate8.
getRemoveSmallBlobs() - Method in class adams.flow.transformer.locateobjects.BinaryContours
Returns whether to remove small blobs using erode8/dilate8.
getRemoveTrain() - Method in class weka.classifiers.meta.AbstainAttributePercentile
 
getRemoveUnused() - Method in class weka.filters.unsupervised.attribute.MetaPartitionedMultiFilter
Gets whether unused attributes (ones that are not covered by any of the ranges) are removed from the output.
getRemoveUnused() - Method in class weka.filters.unsupervised.attribute.PartitionedMultiFilter2
Gets whether unused attributes (ones that are not covered by any of the ranges) are removed from the output.
getRename() - Method in class adams.gui.chooser.FileChooserBookmarksPanel.FileChooserBookmarksIconLoader
Returns the "rename" icon.
getRenderer(Class) - Static method in class adams.data.textrenderer.AbstractTextRenderer
Returns the renderer for the specified class.
getRenderer(Class) - Static method in class adams.gui.visualization.debug.objectrenderer.AbstractObjectRenderer
Returns a renderer for the specified class.
getRenderer(Object) - Static method in class adams.data.textrenderer.AbstractTextRenderer
Returns the renderer for the specified object.
getRenderer(Object) - Static method in class adams.gui.visualization.debug.objectrenderer.AbstractObjectRenderer
Returns a renderer for the specified object.
getRenderers() - Method in class adams.gui.core.spreadsheettable.MultiCellRenderingCustomizer
Returns the sub-renderers.
getRenderers() - Static method in class adams.gui.visualization.debug.objectrenderer.AbstractObjectRenderer
Returns a list with classnames of renderers.
getRenderers(Class) - Static method in class adams.data.textrenderer.AbstractTextRenderer
Returns the renderers for the specified class.
getRenderers(Object) - Static method in class adams.data.textrenderer.AbstractTextRenderer
Returns the renderers for the specified object.
getRenderingHint(RenderingHints.Key) - Method in class adams.gui.print.PostscriptGraphics
 
getRenderingHints() - Method in class adams.gui.print.PostscriptGraphics
 
getRenderLimit() - Method in class adams.gui.visualization.debug.InspectionPanel
Returns the current render limit.
getRenderLimit() - Method in class adams.gui.visualization.debug.StoragePanel
Returns the current render limit.
getRepaintOnChange() - Method in class adams.gui.visualization.core.AbstractPaintlet
Returns whether the paintlet reacts with repaints to changes of its members.
getRepaintOnChange() - Method in interface adams.gui.visualization.core.Paintlet
Returns whether the paintlet reacts with repaints to changes of its members.
getRepaintOnChange() - Method in class adams.gui.visualization.image.paintlet.AbstractPaintlet
Returns whether the paintlet reacts with repaints to changes of its members.
getRepaintOnChange() - Method in interface adams.gui.visualization.image.paintlet.Paintlet
Returns whether the paintlet reacts with repaints to changes of its members.
getReplace() - Method in class adams.core.NumericStringCompare
Returns the string to replace the occurences with.
getReplace() - Method in class adams.data.conversion.AbstractValidateString
Returns the replacement string for invalid characters.
getReplace() - Method in class adams.data.id.IDGeneratorPostProcessor
Returns the string to replace the occurences with.
getReplace() - Method in class adams.data.idextraction.ReportFieldRegExp
Returns the string to replace the occurences with.
getReplace() - Method in class adams.flow.template.StringReplace
Returns the strings to replace the matches with.
getReplace() - Method in class adams.flow.transformer.HexReplace
Returns the string to replace the occurences with.
getReplace() - Method in class adams.flow.transformer.SimpleStringReplace
Returns the string to replace the occurences with.
getReplace() - Method in class adams.flow.transformer.SpreadSheetAppendComments
Returns whether to replace any existing comments rather than append.
getReplace() - Method in class adams.flow.transformer.SpreadSheetReplaceCellValue
Returns the string to replace the occurences with.
getReplace() - Method in class adams.flow.transformer.StringReplace
Returns the string to replace the occurences with.
getReplace() - Method in class adams.flow.transformer.WekaRenameRelation
Returns the replacement string.
getReplace() - Method in class adams.gui.dialog.AbstractReplaceDialog
Returns the currently set object to replace with.
getReplace() - Method in class adams.gui.dialog.ReplaceFieldDialog
Returns the currently set field to replace with.
getReplace() - Method in class weka.filters.unsupervised.attribute.NominalToNumeric
Returns the expression to use for assembling the numeric part.
getReplaceAll() - Method in class adams.data.id.IDGeneratorPostProcessor
Returns whether all occurrences are replaced or only the first one.
getReplaceAll() - Method in class adams.flow.transformer.SpreadSheetReplaceCellValue
Returns whether all occurrences are replaced or only the first one.
getReplaceContainsPlaceholder() - Method in class adams.data.id.IDGeneratorPostProcessor
Returns whether the replace string contains a placeholder which needs to be expanded first.
getReplaceContainsPlaceholder() - Method in class adams.flow.transformer.SimpleStringReplace
Returns whether the replace string contains a placeholder which needs to be expanded first.
getReplaceContainsPlaceholder() - Method in class adams.flow.transformer.SpreadSheetReplaceCellValue
Returns whether the replace string contains a placeholder which needs to be expanded first.
getReplaceContainsPlaceholder() - Method in class adams.flow.transformer.StringReplace
Returns whether the replace string contains a placeholder which needs to be expanded first.
getReplaceContainsVariable() - Method in class adams.flow.transformer.SimpleStringReplace
Returns whether the replace string contains a variable which needs to be expanded first.
getReplaceContainsVariable() - Method in class adams.flow.transformer.SpreadSheetReplaceCellValue
Returns whether the replace string contains a variable which needs to be expanded first.
getReplaceContainsVariable() - Method in class adams.flow.transformer.StringReplace
Returns whether the replace string contains a variable which needs to be expanded first.
getReplacement() - Method in class adams.data.imagefilter.KeepOnlyColors
Returns the color to replace the unwanted ones with.
getReplacement(VariableName, String) - Method in class adams.flow.processor.UpdateVariableName
Returns the replacement object.
getReplacement(StorageName, String) - Method in class adams.flow.processor.UpdateStorageName
Returns the replacement object.
getReplacement(CallableActorReference, String) - Method in class adams.flow.processor.UpdateCallableActorName
Returns the replacement object.
getReplacement(EventReference, String) - Method in class adams.flow.processor.UpdateEventName
Returns the replacement object.
getReplacement(T, String) - Method in class adams.flow.processor.AbstractNameUpdater
Returns the replacement object.
getReplacementChar() - Method in class adams.flow.transformer.StringSanitizer
Returns the character to replace the unacceptable characters with.
getReplacementColor() - Method in class adams.data.image.transformer.BinaryMask
Returns the color to replace the selected pixels with.
getReplacementColor() - Method in class adams.data.image.transformer.ThresholdReplacement
Returns the replacement color.
getReplacementType() - Method in class adams.data.image.transformer.BinaryMask
Returns the type of replacement to perform.
getReplaceMissing() - Method in class adams.data.instancesanalysis.pls.AbstractPLS
Gets whether missing values are replace.
getReplaceMissing() - Method in class weka.attributeSelection.AbstractPLSAttributeEval
Gets whether missing values are replaced.
getReplaceMissingCells() - Method in class adams.data.conversion.SpreadSheetToNumeric
Returns whether to replace missing cells.
getReplaceType() - Method in class adams.flow.transformer.StringReplace
Returns the type of replacement.
getReport() - Method in class adams.data.container.AbstractSimpleContainer
Returns the current report.
getReport() - Method in class adams.data.instance.Instance
Returns the report.
getReport() - Method in interface adams.data.report.ReportHandler
Returns the report.
getReport() - Method in class adams.data.timeseries.Timeseries
Returns the report.
getReport() - Method in class adams.flow.transformer.SetReportFromSource
Returns the callable source to obtain the report from.
getReport() - Method in class adams.gui.visualization.object.annotationsdisplay.AbstractAnnotationsDisplayPanel
Returns the report with the annotations.
getReport() - Method in class adams.gui.visualization.object.annotationsdisplay.DefaultAnnotationsDisplayPanel
Returns the report with the annotations.
getReport() - Method in class adams.gui.visualization.object.ObjectAnnotationPanel
Returns the current report.
getReport() - Method in class adams.gui.visualization.report.ReportContainer
Returns the payload as Report object.
getReport() - Method in class adams.gui.visualization.report.reportfactory.AbstractTableAction
Returns the underlying report.
getReport() - Method in class adams.gui.visualization.report.ReportFactory.Model
Returns the underlying report.
getReport() - Method in class adams.gui.visualization.report.ReportFactory.Table
Returns the underlying report.
getReport() - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRow
Returns the report.
getReport() - Method in class adams.parser.ReportMathExpression
Returns the report to use for evaluation.
GetReport - Class in adams.flow.transformer
Returns the report of the report handler passing through.
GetReport() - Constructor for class adams.flow.transformer.GetReport
 
getReportClass() - Method in class adams.data.io.output.DeepLabCutCSVWriter
Returns the class of the report that the writer supports.
getReportClass() - Method in interface adams.data.io.output.MultiReportWriter
Returns the class of the report that the writer supports.
getReportClass() - Method in class adams.flow.source.NewReport
Returns the class for the report.
getReportClass() - Method in class adams.flow.transformer.AbstractReportFileImport
Returns the report class in use.
getReportContainerList() - Method in class adams.gui.visualization.report.ReportFactory.Panel
Returns the container list.
getReportField() - Method in class adams.data.filter.TimeseriesShiftTimestamps
The report field to obtain the timestamp from.
getReportFile() - Method in class adams.flow.transformer.SetReportFromFile
Returns the file to load the report from.
getReportFileChooser() - Method in class adams.gui.visualization.image.ImagePanel.PaintPanel
Returns the report filechooser to use.
getReportFileChooser() - Method in class adams.gui.visualization.report.ReportFactory.Table
Returns the file chooser in use.
getReportFilter() - Method in class adams.data.report.FilteredReportFilter
Returns the report filter.
getReportNamesInHeader() - Method in class adams.data.conversion.SpreadSheetRowsToReport
Returns whether the report names are in the header.
getReportProvider() - Method in class adams.flow.transformer.AbstractDeleteDbReportValue
Returns the report provider to use for removing the
getReportProvider() - Method in class adams.flow.transformer.AbstractReportDbReader
Returns the report provider to use.
getReportProvider() - Method in class adams.flow.transformer.AbstractReportDbWriter
Returns the report provider to use for writing the reports to the database.
getReportProvider() - Method in class adams.flow.transformer.AbstractReportFileImport
Returns the report provider to use for writing the reports to the database.
getReportProvider() - Method in class adams.flow.transformer.AbstractReportValueDbWriter
Returns the report provider to use for writing the report values to the database.
getReportProvider() - Method in class adams.gui.visualization.report.reportfactory.AbstractTableAction
Returns the underlying report provider.
getReportProvider() - Method in class adams.gui.visualization.report.ReportFactory.Table
Returns the provider for accessing the reports in the database.
getReportReadersForFile(Class, File) - Static method in class adams.gui.chooser.ChooserHelper
Returns all the classnames of report readers that could handle the given file, based on the file extensions that they handle.
getReports() - Method in class adams.gui.tools.previewbrowser.CocoAnnotationsHandler.CombinedPanel
Returns the reports.
GetReportValue - Class in adams.flow.transformer
Retrieves a value from a report.
GetReportValue() - Constructor for class adams.flow.transformer.GetReportValue
 
getReportWritersForFile(Class, File) - Static method in class adams.gui.chooser.ChooserHelper
Returns all the classnames of report writers that could handle the given file, based on the file extensions that they handle.
getRequest() - Method in class adams.flow.source.NewRemoteCommand
Returns whether to create a request or response.
getRequestConnection() - Method in class adams.multiprocess.RemoteCommandJobRunner
Returns the connection to use for sending the request.
getRequestHandler() - Method in class adams.scripting.engine.AbstractScriptingEngine
Returns the request handler in use.
getRequestHandler() - Method in interface adams.scripting.engine.RemoteScriptingEngine
Returns the request handler in use.
getRequestLog() - Method in class adams.gui.tools.remotecontrolcenter.RemoteControlCenterLogPanel
Returns the log for requests.
getRequestPayload() - Method in class adams.scripting.command.basic.Kill
Always zero-length array.
getRequestPayload() - Method in class adams.scripting.command.basic.Ping
Always zero-length array.
getRequestPayload() - Method in class adams.scripting.command.basic.Restart
Always zero-length array.
getRequestPayload() - Method in class adams.scripting.command.basic.RetrieveFile
Always zero-length array.
getRequestPayload() - Method in class adams.scripting.command.basic.SendFile
Returns the payload of the request, if any.
getRequestPayload() - Method in class adams.scripting.command.basic.StartRemoteLogging
Always zero-length array.
getRequestPayload() - Method in class adams.scripting.command.basic.Stop
Always zero-length array.
getRequestPayload() - Method in class adams.scripting.command.basic.StopEngine
Returns the payload of the request, if any.
getRequestPayload() - Method in class adams.scripting.command.basic.StopRemoteLogging
Always zero-length array.
getRequestPayload() - Method in class adams.scripting.command.basic.SystemInfo
Always zero-length array.
getRequestPayload() - Method in class adams.scripting.command.basic.Text
Always zero-length array.
getRequestPayload() - Method in class adams.scripting.command.distributed.DeregisterWorker
Returns the payload of the request, if any.
getRequestPayload() - Method in class adams.scripting.command.distributed.JobRunner
Returns the payload of the request, if any.
getRequestPayload() - Method in class adams.scripting.command.distributed.KillWorkers
Returns the payload of the request, if any.
getRequestPayload() - Method in class adams.scripting.command.distributed.RegisterWorker
Returns the payload of the request, if any.
getRequestPayload() - Method in class adams.scripting.command.flow.GetFlow
Always zero-length array.
getRequestPayload() - Method in class adams.scripting.command.flow.ListFlows
Always zero-length array.
getRequestPayload() - Method in class adams.scripting.command.flow.RemoteFlowExecution
Returns the payload of the request, if any.
getRequestPayload() - Method in class adams.scripting.command.flow.RestartFlow
Always zero-length array.
getRequestPayload() - Method in class adams.scripting.command.flow.RunRemoteFlow
Always zero-length array.
getRequestPayload() - Method in class adams.scripting.command.flow.SendFlowControlCommand
Always zero-length array.
getRequestPayload() - Method in class adams.scripting.command.gui.MenuItem
Returns the payload of the request, if any.
getRequestPayload() - Method in interface adams.scripting.command.RemoteCommand
Returns the payload of the request, if any.
getRequestPayloadObjects() - Method in class adams.scripting.command.basic.Kill
Returns the objects that represent the request payload.
getRequestPayloadObjects() - Method in class adams.scripting.command.basic.Ping
Returns the objects that represent the request payload.
getRequestPayloadObjects() - Method in class adams.scripting.command.basic.Restart
Returns the objects that represent the request payload.
getRequestPayloadObjects() - Method in class adams.scripting.command.basic.RetrieveFile
Returns the objects that represent the request payload.
getRequestPayloadObjects() - Method in class adams.scripting.command.basic.SendFile
Returns the objects that represent the request payload.
getRequestPayloadObjects() - Method in class adams.scripting.command.basic.StartRemoteLogging
Returns the objects that represent the request payload.
getRequestPayloadObjects() - Method in class adams.scripting.command.basic.Stop
Returns the objects that represent the request payload.
getRequestPayloadObjects() - Method in class adams.scripting.command.basic.StopEngine
Returns the objects that represent the request payload.
getRequestPayloadObjects() - Method in class adams.scripting.command.basic.StopRemoteLogging
Returns the objects that represent the request payload.
getRequestPayloadObjects() - Method in class adams.scripting.command.basic.SystemInfo
Returns the objects that represent the request payload.
getRequestPayloadObjects() - Method in class adams.scripting.command.basic.Text
Returns the objects that represent the request payload.
getRequestPayloadObjects() - Method in class adams.scripting.command.distributed.DeregisterWorker
Returns the objects that represent the request payload.
getRequestPayloadObjects() - Method in class adams.scripting.command.distributed.JobRunner
Returns the objects that represent the request payload.
getRequestPayloadObjects() - Method in class adams.scripting.command.distributed.KillWorkers
Returns the objects that represent the request payload.
getRequestPayloadObjects() - Method in class adams.scripting.command.distributed.RegisterWorker
Returns the objects that represent the request payload.
getRequestPayloadObjects() - Method in class adams.scripting.command.flow.GetFlow
Returns the objects that represent the request payload.
getRequestPayloadObjects() - Method in class adams.scripting.command.flow.ListFlows
Returns the objects that represent the request payload.
getRequestPayloadObjects() - Method in class adams.scripting.command.flow.RemoteFlowExecution
Returns the objects that represent the request payload.
getRequestPayloadObjects() - Method in class adams.scripting.command.flow.RestartFlow
Returns the objects that represent the request payload.
getRequestPayloadObjects() - Method in class adams.scripting.command.flow.RunRemoteFlow
Always zero-length array.
getRequestPayloadObjects() - Method in class adams.scripting.command.flow.SendFlowControlCommand
Returns the objects that represent the request payload.
getRequestPayloadObjects() - Method in class adams.scripting.command.gui.MenuItem
Returns the objects that represent the request payload.
getRequestPayloadObjects() - Method in interface adams.scripting.command.RemoteCommand
Returns the objects that represent the request payload.
getRequiredDatabaseConnectionProvider() - Method in class adams.flow.standalone.AbstractCallableDatabaseConnection
Returns the required database connection provider class.
getRequiredDatabaseConnectionProvider() - Method in class adams.flow.standalone.CallableDatabaseConnection
Returns the required database connection provider class.
getRequiredFlowClass() - Method in class adams.gui.scripting.AbstractCommandProcessor
Returns the class that is required in the flow.
getRequiredFlowClass() - Method in class adams.gui.scripting.TimeseriesCommandProcessor
Returns the class that is required in the flow.
getRequiredImports() - Method in class adams.core.option.AbstractJavaCodeProducer
Returns other necessary imports.
getRequiredImports() - Method in class adams.core.option.ActorExecutionClassProducer
Returns other necessary imports.
getRequiredImports() - Method in class adams.core.option.ApplyActorProducer
Returns other necessary imports.
getRequiredImports() - Method in class adams.core.option.DatabaseActorExecutionClassProducer
Returns other necessary imports.
getRequiredImports() - Method in class adams.core.option.FlowJUnitTestProducer
Returns other necessary imports.
getRequiredImports() - Method in class adams.core.PropertiesToCode
Returns the classnames that are required for the code to work.
getRequirements() - Method in class adams.gui.scripting.AbstractDataContainerPanelScriptlet
Returns the class(es) of an object that must be present for this action to be executed.
getRequirements() - Method in class adams.gui.scripting.AbstractScriptlet
Returns the class(es) of an object that must be present for this action to be executed.
getRequirements() - Method in class adams.gui.scripting.AbstractUndoScriptlet
Returns the class(es) of an object that must be present for this action to be executed.
getRequiresAuthentication() - Method in class adams.flow.standalone.SMTPConnection
Returns whether SMTP server requires authentication.
getResetIndicesIfNecessary() - Method in class adams.data.objectfinder.AbstractObjectFinder
Returns whether to reset the indices of the objects if necessary, e.g., when missing or duplicates.
getResetIndicesIfNecessary() - Method in interface adams.data.objectfinder.ObjectFinder
Returns whether to reset the indices of the objects if necessary, e.g., when missing or duplicates.
getResetResults() - Method in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment
Returns whether to clear the results before starting the experiment.
getResetResults() - Method in interface adams.gui.tools.wekamultiexperimenter.experiment.ResettableExperiment
Returns whether to clear the results before starting the experiment.
getResetResults() - Method in class adams.gui.tools.wekamultiexperimenter.ExperimenterPanel
Returns whether to reset the results.
getResizeWeight() - Method in class adams.gui.core.SplitPanelWithOptionalComponents
Returns the number that determines how extra space is distributed.
getResolutionAngle() - Method in class adams.flow.transformer.BoofCVDetectLines
Returns the Resolution of line angle in degrees.
getResolutionRange() - Method in class adams.flow.transformer.BoofCVDetectLines
Returns Resolution of line range in pixels.
getResolvedURL() - Method in class adams.flow.standalone.AbstractDatabaseConnection
Expands variables and placeholders.
getResource() - Method in class adams.flow.source.inputstreamsource.FromResource
Returns the resource to load.
getResource() - Method in class adams.flow.source.readersource.FromResource
Returns the resource to load.
getResources() - Static method in class adams.gui.goe.WekaEditorsRegistration.AccessiblePluginManager
Returns the resources.
getResponseConnection() - Method in class adams.multiprocess.RemoteCommandJobRunner
Returns the connection to use for sending the response back.
getResponseConnection() - Method in class adams.scripting.command.AbstractCommandWithResponse
Returns the connection to send the response to.
getResponseConnection() - Method in interface adams.scripting.command.RemoteCommandWithResponse
Returns the connection to send the response to.
getResponseHandler() - Method in class adams.scripting.engine.AbstractScriptingEngine
Returns the response listener in use.
getResponseHandler() - Method in interface adams.scripting.engine.RemoteScriptingEngine
Returns the response handler in use.
getResponseJobRunner() - Method in class adams.multiprocess.RemoteCommandJobRunner
Returns the JobRunner sent back as response.
getResponseLog() - Method in class adams.gui.tools.remotecontrolcenter.RemoteControlCenterLogPanel
Returns the log for response.
getResponsePayload() - Method in class adams.scripting.command.basic.Ping
Returns the payload of the response, if any.
getResponsePayload() - Method in class adams.scripting.command.basic.RetrieveFile
Returns the payload of the response, if any.
getResponsePayload() - Method in class adams.scripting.command.basic.StartRemoteLogging
Returns the payload of the response, if any.
getResponsePayload() - Method in class adams.scripting.command.basic.StopEngine
Returns the payload of the response, if any.
getResponsePayload() - Method in class adams.scripting.command.basic.StopRemoteLogging
Returns the payload of the response, if any.
getResponsePayload() - Method in class adams.scripting.command.basic.SystemInfo
Returns the payload of the response, if any.
getResponsePayload() - Method in class adams.scripting.command.distributed.JobRunner
Returns the payload of the response, if any.
getResponsePayload() - Method in class adams.scripting.command.flow.GetFlow
Returns the payload of the response, if any.
getResponsePayload() - Method in class adams.scripting.command.flow.ListFlows
Returns the payload of the response, if any.
getResponsePayload() - Method in class adams.scripting.command.flow.RestartFlow
Returns the payload of the response, if any.
getResponsePayload() - Method in class adams.scripting.command.flow.RunRemoteFlow
Always zero-length array.
getResponsePayload() - Method in class adams.scripting.command.flow.SendFlowControlCommand
Returns the payload of the response, if any.
getResponsePayload() - Method in interface adams.scripting.command.RemoteCommandWithResponse
Returns the payload of the response, if any.
getResponsePayloadObjects() - Method in class adams.scripting.command.basic.Ping
Returns the objects that represent the response payload.
getResponsePayloadObjects() - Method in class adams.scripting.command.basic.RetrieveFile
Returns the objects that represent the response payload.
getResponsePayloadObjects() - Method in class adams.scripting.command.basic.StartRemoteLogging
Returns the objects that represent the response payload.
getResponsePayloadObjects() - Method in class adams.scripting.command.basic.StopEngine
Returns the objects that represent the response payload.
getResponsePayloadObjects() - Method in class adams.scripting.command.basic.StopRemoteLogging
Returns the objects that represent the response payload.
getResponsePayloadObjects() - Method in class adams.scripting.command.basic.SystemInfo
Returns the objects that represent the response payload.
getResponsePayloadObjects() - Method in class adams.scripting.command.distributed.JobRunner
Returns the objects that represent the response payload.
getResponsePayloadObjects() - Method in class adams.scripting.command.flow.GetFlow
Returns the objects that represent the response payload.
getResponsePayloadObjects() - Method in class adams.scripting.command.flow.ListFlows
Returns the objects that represent the response payload.
getResponsePayloadObjects() - Method in class adams.scripting.command.flow.RestartFlow
Returns the objects that represent the response payload.
getResponsePayloadObjects() - Method in class adams.scripting.command.flow.RunRemoteFlow
Always zero-length array.
getResponsePayloadObjects() - Method in class adams.scripting.command.flow.SendFlowControlCommand
Returns the objects that represent the response payload.
getResponsePayloadObjects() - Method in interface adams.scripting.command.RemoteCommandWithResponse
Returns the objects that represent the response payload.
getResponseScriptingEngine() - Method in class adams.multiprocess.RemoteCommandJobRunner
Returns the connection to use for sending the response back.
getRestorationFile() - Method in interface adams.flow.core.RestorableActor
Returns the file for storing the state.
getRestorationFile() - Method in class adams.flow.source.EnterManyValues
Returns the file for storing the state.
getRestorationFile() - Method in class adams.flow.source.EnterValue
Returns the file for storing the state.
getRestorationFile() - Method in class adams.flow.source.SelectDirectory
Returns the file for storing the state.
getRestorationFile() - Method in class adams.flow.source.SelectFile
Returns the file for storing the state.
getRestoreEnabled() - Method in class adams.flow.template.PromptUser
Returns whether to automatically restore the EnterManyValues settings.
getRestoreFile() - Method in class adams.flow.template.PromptUser
Returns the file to store the settings in.
getRestoreVar() - Method in class adams.flow.template.PromptUser
Returns the variable name to use for the restore file.
getRestrictions() - Method in class adams.flow.core.ActorHandlerInfo
Returns the restrictions on classes and/or interfaces.
getRestrictions() - Method in class adams.flow.execution.debug.MultiScopeRestriction
Returns the restrictions in use.
getRestrictions() - Method in class adams.gui.goe.classtree.ActorClassTreeFilter
Returns the classes/interfaces that are allowed.
getResult() - Method in class adams.core.option.AbstractOptionTraverserWithResult
Returns the result of the traversal.
getResult() - Method in class adams.core.option.FileLister
Returns the result of the traversal.
getResult() - Method in interface adams.core.option.OptionTraverserWithResult
Returns the result of the traversal.
getResult() - Method in class adams.core.option.VariableLister
Returns the result of the traversal.
getResult() - Method in class adams.core.option.VariablesInstanceLister
Returns the result of the traversal.
getResult() - Method in class adams.core.VariablesFinder
Returns the result of the traversal.
getResult() - Method in class adams.data.outlier.AbstractOutlierDetector.DetectorJob
The result, if any.
getResult() - Method in class adams.event.JobCompleteEvent
Returns the result of the job.
getResult() - Method in class adams.flow.core.ErrorHandlerInstanceLister
Returns the result of the traversal.
getResult() - Method in class adams.flow.transformer.pixelselector.PixelSelectorPanel
Returns the current result.
getResult() - Method in class adams.gui.goe.GenericArrayEditorDialog
Returns whether the dialog got cancelled or approved.
getResult() - Method in class adams.gui.goe.GenericObjectEditorDialog
Returns whether the dialog got cancelled or approved.
getResult() - Method in class adams.gui.goe.WekaGenericArrayEditorDialog
Returns whether the dialog got cancelled or approved.
getResult() - Method in class adams.gui.goe.WekaGenericObjectEditorDialog
Returns whether the dialog got cancelled or approved.
getResult() - Method in class adams.multiprocess.CallableWithResult
Returns the result of the execution.
getResult() - Method in class adams.parser.actorsuggestion.Parser
Returns the result of the evaluation.
getResult() - Method in class adams.parser.basedate.Parser
Returns the result of the evaluation.
getResult() - Method in class adams.parser.basedatetime.Parser
Returns the result of the evaluation.
getResult() - Method in class adams.parser.basedatetimemsec.Parser
Returns the result of the evaluation.
getResult() - Method in class adams.parser.basetime.Parser
Returns the result of the evaluation.
getResult() - Method in class adams.parser.basetimemsec.Parser
Returns the result of the evaluation.
getResult() - Method in class adams.parser.booleanexpression.Parser
Returns the result of the evaluation.
getResult() - Method in class adams.parser.externalactorsuggestion.Parser
Returns the result of the evaluation.
getResult() - Method in class adams.parser.mathematicalexpression.Parser
Returns the result of the evaluation.
getResult() - Method in class adams.parser.spreadsheetformula.Parser
Returns the result of the evaluation.
getResult() - Method in class adams.parser.spreadsheetquery.Parser
Returns the result of the evaluation.
getResult() - Method in class adams.parser.spreadsheetquery.ParserHelper
Returns the result of the evaluation.
getResult() - Method in class adams.parser.stringexpression.Parser
Returns the result of the evaluation.
getResult() - Method in class adams.parser.templatesuggestion.Parser
Returns the result of the evaluation.
getResult(String) - Method in class adams.flow.sink.DisplayPanelManager.HistorySplitPanel
Returns the entry associated with the ID.
getResult(String) - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm
Returns a value from the cache.
getResult(String) - Method in class adams.opt.optimise.GeneticAlgorithm
Returns a value from the cache.
getResultFile() - Method in class adams.flow.sink.WekaExperimentGenerator
Returns the file to store the experimental results in.
getResultFormat() - Method in class adams.flow.sink.WekaExperimentGenerator
Returns the data format the results are stored in.
getResultListener() - Method in class adams.gui.tools.wekamultiexperimenter.setup.weka.AbstractOutputPanel
Returns the configured ResultListener.
getResultListener() - Method in class adams.gui.tools.wekamultiexperimenter.setup.weka.ArffOutputPanel
Returns the configured ResultListener.
getResultListener() - Method in class adams.gui.tools.wekamultiexperimenter.setup.weka.CsvOutputPanel
Returns the configured ResultListener.
getResultListener() - Method in class adams.gui.tools.wekamultiexperimenter.setup.weka.CustomOutputPanel
Returns the configured ResultListener.
getResultListener() - Method in class adams.gui.tools.wekamultiexperimenter.setup.weka.JdbcOutputPanel
Returns the configured ResultListener.
getResultListener() - Method in class adams.gui.tools.wekamultiexperimenter.setup.weka.OutputPanel
Returns the configured ResultListener.
getResultMatrix() - Method in class adams.gui.tools.wekamultiexperimenter.analysis.DefaultAnalysisPanel
Returns the result matrix.
getResults() - Method in class adams.gui.tools.wekamultiexperimenter.analysis.AbstractAnalysisPanel
Returns the currently set results.
getResults() - Method in class adams.gui.tools.wekamultiexperimenter.AnalysisPanel
Returns the current set results.
getResultSet(String) - Method in class adams.db.generic.SQL
Return resultset of given query.
getResultSet(String) - Method in class adams.db.mirrored.SQL
Return resultset of given query.
getResultSet(String) - Method in class adams.db.SQLF
Return resultset of given query.
getResultSet(String) - Method in interface adams.db.SQLIntf
Return resultset of given query.
getResultsHandler() - Method in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment
Returns the results handler to use.
getResultsName() - Method in class adams.gui.tools.wekamultiexperimenter.analysis.AbstractResultsPanel
Returns the name to display in the GUI.
getResultsName() - Method in class adams.gui.tools.wekamultiexperimenter.analysis.PlainTextResultsPanel
Returns the name to display in the GUI.
getResultsName() - Method in class adams.gui.tools.wekamultiexperimenter.analysis.TableResultsPanel
Returns the name to display in the GUI.
getResultType() - Method in class adams.flow.transformer.XPath
Returns the result type that the expression generates.
getResultType() - Method in class adams.gui.goe.GenericObjectEditorDialog
Returns whether the dialog got cancelled or approved.
getResultType() - Method in class adams.gui.goe.WekaGenericObjectEditorDialog
Returns whether the dialog got cancelled or approved.
getRetainStringValues() - Method in class weka.core.converters.AArffLoader.AArffReader
Returns whether to retain string values.
getRetrievalDelay() - Method in class adams.flow.sink.EnQueue
Returns the delay to enforce on the retrieval of objects from the queue.
getRetrievalType() - Method in class adams.flow.core.ObjectRetriever
Returns the retrieval type.
getRetrievalType() - Method in class adams.flow.transformer.CollectionInsert
Returns the retrieval type.
getRetrievalType() - Method in class adams.flow.transformer.Mat5FileAddArray
Returns the retrieval type.
getRetrievalType() - Method in class adams.flow.transformer.Mat5FileAddMap
Returns the retrieval type.
getRetrievalType() - Method in class adams.flow.transformer.Mat5SetStructField
Returns the retrieval type.
getRetry() - Method in class adams.multiprocess.JobResult
Should this job be retried?
getReturnIndex() - Method in class adams.data.statistics.ArrayMax
Returns whether to return the index instead of the actual value.
getReturnIndex() - Method in class adams.data.statistics.ArrayMin
Returns whether to return the index instead of the actual value.
getReturnIndex() - Method in class adams.flow.transformer.Max
Returns whether to return the value or the index.
getReturnIndex() - Method in class adams.flow.transformer.Min
Returns whether to return the value or the index.
getReusePreviews() - Method in class adams.gui.tools.previewbrowser.PreviewDisplay
Returns whether to reuse previews.
getReusePreviews() - Method in class adams.gui.tools.PreviewBrowserPanel
Returns whether to reuse previews.
getReverse() - Method in class adams.flow.transformer.Sort
Returns whether the sorting is reversed.
getReverse() - Method in class adams.flow.transformer.SpreadSheetSortColumns
Returns whether to reverse the sorting.
getReverse() - Method in class adams.flow.transformer.WekaSpreadSheetToPredictions
Returns whether to reverse the sorting.
getReverse() - Method in class weka.classifiers.AggregateEvaluations
Returns whether to reverse the sorting.
getRevision() - Method in class weka.classifiers.functions.ClassificationViaPLS
Returns the revision string.
getRevision() - Method in class weka.classifiers.functions.FakeClassifier
Returns the revision string.
getRevision() - Method in class weka.classifiers.functions.GaussianProcessesAdaptive
 
getRevision() - Method in class weka.classifiers.functions.GaussianProcessesWeighted
Returns the revision string.
getRevision() - Method in class weka.classifiers.functions.GeneticAlgorithm
Returns the revision string.
getRevision() - Method in class weka.classifiers.functions.GPD
Returns the revision string.
getRevision() - Method in class weka.classifiers.functions.LinearRegressionJ
Returns the revision string.
getRevision() - Method in class weka.classifiers.functions.MathExpressionClassifier
Returns the revision string.
getRevision() - Method in class weka.classifiers.functions.PLSClassifierWeighted
Returns the revision string.
getRevision() - Method in class weka.classifiers.functions.PLSClassifierWeightedWithLoadings
Returns the revision string.
getRevision() - Method in class weka.classifiers.functions.PLSWeighted
Returns the revision string.
getRevision() - Method in class weka.classifiers.functions.SimpleLinearRegressionIntervalEstimator
Returns the revision string.
getRevision() - Method in class weka.classifiers.functions.SimpleLinearRegressionWithAccess
Returns the revision string.
getRevision() - Method in class weka.classifiers.lazy.LWLIntervalEstimator
Returns the revision string.
getRevision() - Method in class weka.classifiers.lazy.LWLSynchro
Returns the revision string.
getRevision() - Method in class weka.classifiers.lazy.LWLSynchroPrefilter
Returns the revision string.
getRevision() - Method in class weka.classifiers.meta.AbstainAttributePercentile
 
getRevision() - Method in class weka.classifiers.meta.AbstainAverage
Returns the revision string.
getRevision() - Method in class weka.classifiers.meta.AbstainAverageWithClassifierWeights
Returns the revision string.
getRevision() - Method in class weka.classifiers.meta.AbstainLeastMedianSq
Returns the revision string.
getRevision() - Method in class weka.classifiers.meta.AbstainVote
Returns the revision string.
getRevision() - Method in class weka.classifiers.meta.ClassificationViaRegressionD
Returns the revision string.
getRevision() - Method in class weka.classifiers.meta.ClassifierCascade
Returns the revision string.
getRevision() - Method in class weka.classifiers.meta.Corr
 
getRevision() - Method in class weka.classifiers.meta.FilteredClassifierExt
Returns the revision string.
getRevision() - Method in class weka.classifiers.meta.HighLowSplit
 
getRevision() - Method in class weka.classifiers.meta.HighLowSplitSingleClassifier
 
getRevision() - Method in class weka.classifiers.meta.InputSmearing
Returns the revision string.
getRevision() - Method in class weka.classifiers.meta.LeastMedianSq
 
getRevision() - Method in class weka.classifiers.meta.LogClassRegressor
 
getRevision() - Method in class weka.classifiers.meta.LogTargetRegressor
 
getRevision() - Method in class weka.classifiers.meta.MinMaxLimits
 
getRevision() - Method in class weka.classifiers.meta.PartitionedStacking
Returns the revision string.
getRevision() - Method in class weka.classifiers.meta.PeakTransformed
 
getRevision() - Method in class weka.classifiers.meta.SubsetEnsemble
Returns the revision string.
getRevision() - Method in class weka.classifiers.meta.SumTransformed
 
getRevision() - Method in class weka.classifiers.meta.VotedImbalance
Returns the revision string.
getRevision() - Method in class weka.classifiers.trees.m5.Rule2
Returns the revision string.
getRevision() - Method in class weka.classifiers.trees.m5.RuleNode2
Returns the revision string.
getRevision() - Method in class weka.classifiers.trees.M5P2
Returns the revision string.
getRevision() - Method in class weka.classifiers.trees.RandomModelTrees
 
getRevision() - Method in class weka.classifiers.trees.RandomRegressionForest
 
getRevision() - Method in class weka.clusterers.SAXKMeans
Returns the revision string.
getRevision() - Method in class weka.core.converters.SimpleArffLoader
Returns the revision string.
getRevision() - Method in class weka.core.converters.SimpleArffSaver
Returns the revision string.
getRevision() - Method in class weka.core.converters.SpreadSheetLoader
Returns the revision string.
getRevision() - Method in class weka.core.converters.SpreadSheetSaver
Returns the revision string.
getRevision() - Method in class weka.core.neighboursearch.NewNNSearch
Returns the revision string.
getRevision() - Method in class weka.core.SAXDistance
Returns the revision string.
getRevision() - Method in class weka.core.tokenizers.MultiTokenizer
Returns the revision string.
getRevision() - Method in class weka.core.tokenizers.PreCleanedTokenizer
Returns the revision string.
getRevision() - Method in class weka.core.WeightedEuclideanDistance
Returns the revision string.
getRevision() - Method in class weka.core.WeightedEuclideanDistanceRidge
Returns the revision string.
getRevision() - Method in class weka.experiment.ResultMatrixAdamsCSV
Returns the revision string.
getRevision() - Method in class weka.experiment.ResultMatrixMediaWiki
Returns the revision string.
getRevision() - Method in class weka.filters.FilteredFilter
Returns the revision string.
getRevision() - Method in class weka.filters.SerializedFilter
Returns the revision string.
getRevision() - Method in class weka.filters.supervised.attribute.MultiPLS
Returns the revision string.
getRevision() - Method in class weka.filters.supervised.attribute.PLS
Returns the revision string.
getRevision() - Method in class weka.filters.supervised.attribute.PLSFilterWithLoadings
Returns the revision string.
getRevision() - Method in class weka.filters.supervised.attribute.YGradientEPO
Returns the revision string.
getRevision() - Method in class weka.filters.supervised.attribute.YGradientGLSW
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.attribute.AndrewsCurves
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.attribute.AnyToString
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.attribute.CorrelationMatrix
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.attribute.DatasetCleaner
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.attribute.Detrend
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.attribute.DownSample
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.attribute.FastWavelet
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.attribute.FFT
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.attribute.InputSmearing
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.attribute.JoinAttributes
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.attribute.LogTransform
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.attribute.MergeManyAttributes
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.attribute.MergeTwoAttributes
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.attribute.MetaPartitionedMultiFilter
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.attribute.MultiplicativeScatterCorrection
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.attribute.NominalToNumeric
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.attribute.NormalizeAdaptive
 
getRevision() - Method in class weka.filters.unsupervised.attribute.OuterProductAnalysis
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.attribute.PAA
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.attribute.PartitionedMultiFilter2
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.attribute.PrincipalComponentsJ
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.attribute.ReplaceMissingValuesWithZero
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.attribute.RowSum
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.attribute.SavitzkyGolay
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.attribute.SavitzkyGolay2
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.attribute.SAX
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.attribute.SetMissingValue
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.attribute.SimpleDetrend
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.attribute.SpellChecker
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.attribute.StringToDate
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.instance.AccumulatedLWLWeights
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.instance.AlignDataset
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.instance.DatasetCleaner
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.instance.DatasetLabeler
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.instance.KeepRange
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.instance.LatestRecords
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.instance.MultiRowProcessor
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.instance.RemoveDuplicateIDs
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.instance.RemoveDuplicates
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.instance.RemoveInstancesWithMissingValue
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.instance.RemoveMisclassifiedAbs
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.instance.RemoveMisclassifiedRel
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.instance.RemoveTestInstances
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.instance.RemoveWithLabels
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.instance.RemoveWithWeights
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.instance.RemoveWithZeroes
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.instance.RowNorm
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.instance.SafeRemoveRange
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.instance.Scale
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.instance.Sort
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.instance.SortOnAttribute
Returns the revision string.
getRevision() - Method in class weka.filters.unsupervised.instance.WeightsBasedResample
Returns the revision string.
getRGBA() - Method in class adams.flow.transformer.draw.Pixel
Returns the RGBA value of the pixel.
getRGBA(int) - Method in class adams.data.image.IntArrayMatrixView
Returns the RGBA values at the specified location.
getRGBA(int, int) - Method in class adams.data.image.IntArrayMatrixView
Returns the RGBA values at the specified location.
getRGBPixels(BufferedImage) - Static method in class adams.data.image.BufferedImageHelper
Returns all the pixels of the image as an int array (row-wise) with the RGB(A) components as second dimension.
getRidge() - Method in class adams.data.baseline.AbstractLinearRegressionBased
Returns the ridge parameter.
getRidge() - Method in class weka.attributeSelection.LinearRegressionAttributeEval
Get the value of Ridge.
getRidge() - Method in class weka.classifiers.functions.LinearRegressionJ
Get the value of Ridge.
getRidge() - Method in class weka.classifiers.trees.RandomModelTrees
 
getRidge() - Method in class weka.core.WeightedEuclideanDistanceRidge
Get the value of Ridge.
getRight() - Method in class adams.core.DiffUtils.SideBySideDiff
Return the diff of the right/second list/file.
getRight() - Method in class adams.data.image.transformer.crop.SimpleCrop
Returns the x of the bottom-right corner.
getRightComponent() - Method in class adams.gui.core.SplitPanelWithOptionalComponents
Returns the right component.
getRightDetachedFrameTitle() - Method in class adams.gui.core.SplitPanelWithOptionalComponents
Returns the frame title for the detached right component.
getRightDividerLocation() - Method in class adams.flow.transformer.ImageLabeler
Returns the position for the right divider in pixels.
getRightDividerLocation() - Method in class adams.flow.transformer.ImageObjectAnnotator
Returns the position for the right divider in pixels.
getRightDividerLocation() - Method in class adams.flow.transformer.ImageSegmentationAnnotator
Returns the position for the right divider in pixels.
getRightDividerLocation() - Method in class adams.gui.visualization.object.ObjectAnnotationPanel
Returns the right divider location.
getRightDividerLocation() - Method in class adams.gui.visualization.segmentation.SegmentationPanel
Returns the right divider location.
getRoot() - Method in class adams.core.Trie
returns the root node of the trie
getRoot() - Method in class adams.doc.docbook.Document
Returns the current root element.
getRoot() - Method in class adams.doc.xhtml.Document
Returns the current root element, i.e., the HTML tag.
getRoot() - Method in class adams.flow.control.Flow
Returns the root of this actor, e.g., the group at the highest level.
getRoot() - Method in class adams.flow.core.AbstractActor
Returns the root of this actor, e.g., the group at the highest level.
getRoot() - Method in interface adams.flow.core.Actor
Returns the root of this actor, e.g., the group at the highest level.
getRoot() - Method in class adams.flow.execution.debug.SubFlowRestriction
Returns the root of the subtree to retrict the scope to.
getRoot(Actor) - Static method in class adams.flow.core.StopHelper
Returns the root actor.
getRootActor() - Method in class adams.gui.flow.tree.Tree
Returns the top-level actor (without any children).
getRootNode() - Method in class adams.gui.flow.tree.Tree
Returns the root node.
getRootNodeLabel() - Method in class adams.gui.core.dotnotationtree.DotNotationTree
Returns the label used for the root node.
getRootNodeLabel() - Method in class adams.gui.goe.actorpathtree.ActorPathTree
Returns the label used for the root node.
getRootPart(String) - Method in class adams.gui.core.dotnotationtree.DotNotationTree
Returns the root part for the specified item.
getRotatingExtensions() - Method in class adams.core.logging.RotatingFileHandler
Returns the extensions in use for the rotating logs.
getRotation() - Method in class adams.flow.transformer.pdfproclet.Image
Returns the degrees by which to rotate the images.
getRotation() - Method in class adams.flow.transformer.pdfstamp.Image
Returns the rotation for the text.
getRotation() - Method in class adams.flow.transformer.pdfstamp.Text
Returns the rotation for the text.
getRound() - Method in class adams.data.objectfilter.Scale
Returns whether to round the scaled values.
getRound() - Method in class adams.flow.transformer.ScaleReportObjects
Returns whether to round the scaled values.
getRoundingType() - Method in class adams.data.conversion.MathExpression
Returns the roundingType to perform on the doubles.
getRoundingType() - Method in class adams.data.objectfilter.Scale
Returns the type of rounding to perform.
getRoundingType() - Method in class adams.flow.source.MathExpression
Returns the roundingType to perform on the doubles.
getRoundingType() - Method in class adams.flow.transformer.MathExpression
Returns the roundingType to perform on the doubles.
getRoundingType() - Method in class adams.flow.transformer.ScaleReportObjects
Returns the type of rounding to perform.
getRoundOutput() - Method in class adams.data.conversion.MathExpression
Returns whether to round the output of the expression.
getRoundOutput() - Method in class adams.flow.source.MathExpression
Returns whether to round the output of the expression.
getRoundOutput() - Method in class adams.flow.transformer.MathExpression
Returns whether to round the output of the expression.
getrow(Matrix, int) - Static method in class edu.umbc.cs.maple.utils.JamaUtils
Gets the specified row of a matrix.
getRow() - Method in class adams.data.conversion.SpreadSheetInsertCellLocation
Returns the row index in use for the cell location.
getRow() - Method in class adams.data.conversion.SpreadSheetUseRowAsHeader
Returns the row to use as new header.
getRow() - Method in class adams.data.spreadsheet.cellfinder.CellLocation
Returns the stored row.
getRow() - Method in class adams.data.spreadsheet.cellfinder.SingleCell
Returns the row to locate.
getRow() - Method in class adams.data.spreadsheet.rowscore.ArrayStatistic
Returns the cell's row to get the score from.
getRow() - Method in class adams.data.spreadsheet.rowscore.RowStatistic
Returns the cell's row to get the score from.
getRow() - Method in class adams.flow.transformer.SpreadSheetGetCell
Returns the row(s) of the cell(s).
getRow() - Method in class adams.flow.transformer.SpreadSheetRowStatistic
Returns the row to generate the statistics for.
getRow() - Method in class adams.flow.transformer.SpreadSheetSetCell
Returns the row(s) of the cell(s).
getRow() - Method in class adams.flow.transformer.WekaExperimentEvaluation
Returns the list of fields that identify a row.
getRow() - Method in class adams.flow.transformer.WekaGetInstancesValue
Returns the 1-based index of the row.
getRow() - Method in class adams.flow.transformer.WekaSetInstancesValue
Returns the 1-based index of the row.
getRow() - Method in class adams.gui.tools.wekainvestigator.tab.experimenttab.output.TextOutput
Returns the list of fields that identify a row.
getRow() - Method in class adams.gui.visualization.report.reportfactory.AbstractTableAction
Returns the currently selected rows in the table.
getRow(int) - Method in class adams.data.spreadsheet.DefaultSpreadSheet
Returns the row at the specified index.
getRow(int) - Method in interface adams.data.spreadsheet.SpreadSheet
Returns the row at the specified index.
getRow(int) - Method in class adams.data.spreadsheet.SpreadSheetView
Returns the row at the specified index.
getRow(int) - Method in class adams.ml.data.DatasetView
Returns the row at the specified index.
getRow(int) - Method in class adams.ml.data.InstancesView
Returns the row at the specified index.
getRow(SpreadSheet, int) - Method in class adams.flow.transformer.SpreadSheetHistogramRanges
Returns the row as Double array.
getRow(SpreadSheet, int) - Method in class adams.flow.transformer.SpreadSheetStatistic
Returns the row as Double array.
getRow(String) - Method in class adams.data.spreadsheet.DefaultSpreadSheet
Returns the row associated with the given row key, null if not found.
getRow(String) - Method in interface adams.data.spreadsheet.SpreadSheet
Returns the row associated with the given row key, null if not found.
getRow(String) - Method in class adams.data.spreadsheet.SpreadSheetView
Returns the row associated with the given row key, null if not found.
getRow(String) - Method in class adams.gui.visualization.instance.InstanceComparePanel.DatasetIndexer
Returns the Instance for the row.
getRow(String) - Method in class adams.gui.visualization.instance.InstanceComparePanel.DatasetPanel
Returns the row to display.
getRow(String) - Method in class adams.ml.data.DatasetView
Returns the row associated with the given row key, null if not found.
getRow(String) - Method in class adams.ml.data.InstancesView
Returns the row associated with the given row key, null if not found.
getRowAttribute1() - Method in class adams.tools.CompareDatasets
Returns the index of the attribute used for identifying rows to compare against each other (first dataset).
getRowAttribute2() - Method in class adams.tools.CompareDatasets
Returns the index of the attribute used for identifying rows to compare against each other (second dataset).
getRowClass() - Method in class adams.data.spreadsheet.sql.Reader
Returns the row class in use.
getRowCount() - Method in class adams.data.spreadsheet.DefaultSpreadSheet
Returns the number of rows currently stored.
getRowCount() - Method in interface adams.data.spreadsheet.SpreadSheet
Returns the number of rows currently stored.
getRowCount() - Method in class adams.data.spreadsheet.SpreadSheetView
Returns the number of rows currently stored.
getRowCount() - Method in class adams.data.statistics.AbstractArrayStatistic.StatisticContainer
Returns the number of (data) rows.
getRowCount() - Method in class adams.flow.execution.debug.BreakpointTableModel
Returns the number of breakpoints.
getRowCount() - Method in class adams.gui.chooser.DatePanel.InternalCalendarModel
Part of TableModel, day
getRowCount() - Method in class adams.gui.core.BaseTableWithButtons
Returns the number of rows that can be shown in the JTable, given unlimited space.
getRowCount() - Method in class adams.gui.core.CheckableTableModel
Returns the number of rows in the model.
getRowCount() - Method in class adams.gui.core.FileWrapperTableModel
Returns the number of files/rows.
getRowCount() - Method in class adams.gui.core.KeyValuePairTableModel
Returns the number of rows.
getRowCount() - Method in class adams.gui.core.ResultSetTableModel
Returns the number of rows in the model.
getRowCount() - Method in class adams.gui.core.SortableAndSearchableTableWithButtons
Returns the number of rows that can be shown in the JTable, given unlimited space.
getRowCount() - Method in class adams.gui.core.SortableAndSearchableWrapperTableModel
Returns the number of rows in the model.
getRowCount() - Method in class adams.gui.core.SpreadSheetTableModel
Returns the number of rows in the sheet.
getRowCount() - Method in class adams.gui.flow.setup.FlowSetupTableModel
Returns the number of setups in the model.
getRowCount() - Method in class adams.gui.selection.FieldCacheTableModel
Returns the actual number of entries in the table.
getRowCount() - Method in class adams.gui.selection.SelectEmailAddressPanel.TableModel
Returns the number of contacts.
getRowCount() - Method in class adams.gui.tools.AbstractManagementTableModel
Returns the actual number of entries in the table.
getRowCount() - Method in class adams.gui.tools.ExpressionWatchPanel.TableModel
Returns the number of rows in the table.
getRowCount() - Method in class adams.gui.tools.LogEntryViewerTableModel
Returns the number of rows.
getRowCount() - Method in class adams.gui.tools.PlaceholderManagementPanel.PlaceholderTableModel
Returns the number of rows in the model.
getRowCount() - Method in class adams.gui.tools.VariableManagementPanel.VariableTableModel
Returns the number of rows in the model.
getRowCount() - Method in class adams.gui.tools.wekainvestigator.datatable.DataTableModel
The number of datasets loaded.
getRowCount() - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeSelectionPanel.AttributeTableModel
Gets the number of attributes.
getRowCount() - Method in class adams.gui.visualization.container.ContainerModel
Returns the number of rows to display.
getRowCount() - Method in class adams.gui.visualization.debug.StoragePanel.TableModel
Returns the number of rows.
getRowCount() - Method in class adams.gui.visualization.image.LocatedObjectsTableModel
Returns the number of rows in the model.
getRowCount() - Method in class adams.gui.visualization.instance.InstanceTableModel
Returns the number of rows.
getRowCount() - Method in class adams.gui.visualization.instances.InstancesTableModel
returns the number of rows in the model
getRowCount() - Method in class adams.gui.visualization.report.ReportFactory.Model
Returns the number of rows/targets in the report.
getRowCount() - Method in class adams.gui.visualization.sequence.XYSequenceTable.Model
Returns the number of rows/targets in the sequence.
getRowCount() - Method in class adams.gui.visualization.statistics.InformativeStatisticFactory.Model
Returns the number of rows/statistics.
getRowCount() - Method in class adams.ml.data.DatasetView
Returns the number of rows currently stored.
getRowCount() - Method in class adams.ml.data.InstancesView
Returns the number of rows currently stored.
getRowFinder() - Method in class adams.data.conversion.SpreadSheetRowFinderToRange
Returns the row finder in use.
getRowFinder() - Method in class adams.data.io.input.ObjectLocationsSpreadSheetReader
Returns the row finder to use for selecting a subset before extracting object locations.
getRowFinder() - Method in class adams.data.spreadsheet.cellfinder.RowFinderRange
Returns the row finder to use for locating the rows.
getRowFinder() - Method in class adams.data.spreadsheet.columnfinder.RowFilteredColumnFinder
Returns the row finder in use.
getRowFinder() - Method in class adams.data.spreadsheet.rowfinder.AbstractFilteredRowFinder
Returns the row finder in use.
getRowFinder() - Method in class adams.data.weka.columnfinder.RowFilteredColumnFinder
Returns the row finder in use.
getRowFinder() - Method in class adams.data.weka.datasetsplitter.RowSplitter
Gets the row-finder to use to select rows for the first dataset.
getRowFinder() - Method in class adams.data.weka.rowfinder.AbstractFilteredRowFinder
Returns the row finder in use.
getRowFinder() - Method in class adams.gui.tools.spreadsheetviewer.chart.AbstractRowBasedChartGenerator
Returns the row finder to use for restricting the rows used for the chart.
getRowFinder() - Method in class weka.filters.unsupervised.attribute.AttributeSummaryTransferFilter
Gets the training data row selector.
getRowFinder() - Method in class weka.filters.unsupervised.instance.AbstractRowFinderApplier
Returns the row finder used by the filter.
getRowFinder() - Method in class weka.filters.unsupervised.instance.AccumulatedLWLWeights
Returns the row finder scheme.
getRowFinderEnabled() - Method in class weka.filters.unsupervised.instance.AccumulatedLWLWeights
Returns whether to use the row finder.
getRowFinders() - Static method in class adams.data.spreadsheet.rowfinder.AbstractRowFinder
Returns a list with classnames of row finders.
getRowFinders() - Static method in class adams.data.weka.rowfinder.AbstractRowFinder
Returns a list with classnames of row finders.
getRowFormat() - Method in class adams.data.featureconverter.AbstractFeatureConverter
Returns the class of the row that the converter generates.
getRowFormat() - Method in class adams.data.featureconverter.CountValues
Returns the class of the row that the converter generates.
getRowFormat() - Method in class adams.data.featureconverter.FeatureContainer
Returns the class of the row that the converter generates.
getRowFormat() - Method in class adams.data.featureconverter.FixedColumnText
Returns the class of the row that the converter generates.
getRowFormat() - Method in class adams.data.featureconverter.FixedNumFeatures
Returns the class of the row that the converter generates.
getRowFormat() - Method in class adams.data.featureconverter.SpreadSheet
Returns the class of the row that the converter generates.
getRowFormat() - Method in class adams.data.featureconverter.Text
Returns the class of the row that the converter generates.
getRowFormat() - Method in class adams.data.featureconverter.Weka
Returns the class of the row that the converter generates.
getRowFormat() - Method in class adams.data.image.AbstractImageFeatureGenerator
Returns the class of the row that the converter generates.
getRowFormat() - Method in class adams.data.timeseries.AbstractTimeseriesFeatureGenerator
Returns the class of the row that the converter generates.
getRowFormat() - Method in class adams.data.timeseries.FixedNumFeatures
Returns the class of the row that the converter generates.
getRowHeight(int) - Method in class adams.gui.core.BaseTableWithButtons
Returns the height for the specified row.
getRowHeight(int) - Method in class adams.gui.core.SortableAndSearchableTableWithButtons
Returns the height for the specified row.
getRowID(int) - Method in class adams.tools.CompareDatasets
Returns either the ID for the row, either the row index of the actual row attribute ID for that position.
getRowIndex() - Method in class adams.gui.visualization.instance.InstanceComparePanel.DatasetPanel
Returns the currently selected.
getRowIndex(String) - Method in class adams.data.spreadsheet.DefaultSpreadSheet
Returns the row index of the specified row.
getRowIndex(String) - Method in interface adams.data.spreadsheet.SpreadSheet
Returns the row index of the specified row.
getRowIndex(String) - Method in class adams.data.spreadsheet.SpreadSheetView
Returns the row index of the specified row.
getRowIndex(String) - Method in class adams.ml.data.DatasetView
Returns the row index of the specified row.
getRowIndex(String) - Method in class adams.ml.data.InstancesView
Returns the row index of the specified row.
getRowKey(int) - Method in class adams.data.spreadsheet.DefaultSpreadSheet
Returns the row key at the specified index.
getRowKey(int) - Method in interface adams.data.spreadsheet.SpreadSheet
Returns the row key at the specified index.
getRowKey(int) - Method in class adams.data.spreadsheet.SpreadSheetView
Returns the row key at the specified index.
getRowKey(int) - Method in class adams.ml.data.DatasetView
Returns the row key at the specified index.
getRowKey(int) - Method in class adams.ml.data.InstancesView
Returns the row key at the specified index.
getRowRange() - Method in class weka.filters.unsupervised.instance.KeepRange
Returns the unordered range of rows to keep.
getRowReportNames() - Method in class adams.data.conversion.SpreadSheetRowsToReport
Returns the row that contains the report names.
getrows(Matrix, int[]) - Static method in class edu.umbc.cs.maple.utils.JamaUtils
Gets the specified rows of a matrix.
getRows() - Method in class adams.core.discovery.genetic.AbstractGeneticDoubleMatrixDiscoveryHandler
Returns the size.
getRows() - Method in class adams.data.conversion.AbstractSpreadSheetToMatrix
Returns the range of rows to use.
getRows() - Method in class adams.data.conversion.SpreadSheetAddFormulaColumn
Returns the range of rows to add the sum for.
getRows() - Method in class adams.data.conversion.SpreadSheetAddSumColumn
Returns the range of rows to add the sum for.
getRows() - Method in class adams.data.spreadsheet.cellfinder.CellRange
Returns the rows to locate.
getRows() - Method in class adams.data.spreadsheet.cellfinder.CellTypeRange
Returns the rows to locate.
getRows() - Method in class adams.data.spreadsheet.cellfinder.ColumnFinderRange
Returns the rows to locate.
getRows() - Method in class adams.data.spreadsheet.matrixstatistic.AbstractMatrixStatistic
Returns the rows of the subset.
getRows() - Method in class adams.data.spreadsheet.rowfinder.ByIndex
Returns the range of rows to select.
getRows() - Method in class adams.data.weka.rowfinder.Constant
Gets the constant set of rows to find.
getRows() - Method in class adams.flow.transformer.SpreadSheetCopyRows
Returns the range of rows to copy.
getRows() - Method in class adams.flow.transformer.SpreadSheetStorageRowIterator
Returns the rows to retrieve the values from.
getRows() - Method in class adams.flow.transformer.SpreadSheetSubset
Returns the rows of the subset.
getRows() - Method in class adams.flow.transformer.SpreadSheetSubsetFromGroup
Returns the rows of the subset.
getRows() - Method in class adams.flow.transformer.SpreadSheetVariableRowIterator
Returns the rows to retrieve the values from.
getRows() - Method in class adams.gui.core.AdjustableGridPanel
Returns the number of rows displayed.
getRows() - Method in class adams.gui.core.BaseLogPanel
Returns the currently number of rows in the text area.
getRows() - Method in class adams.gui.core.BaseTextAreaWithButtons
Returns the rows.
getRows() - Method in class adams.gui.core.SimpleLogPanel
Returns the rows.
getRows() - Method in interface adams.gui.core.TextAreaComponent
Returns the rows.
getRows() - Method in class adams.gui.event.WekaInvestigatorDataEvent
The affected rows.
getRows() - Method in class adams.gui.tools.spreadsheetviewer.chart.Histogram
Returns the range of rows to use, if Histogram.Selection.ROW.
getRows() - Method in class adams.gui.visualization.instance.InstanceComparePanel.DatasetIndexer
Returns a list of row IDs.
getRows() - Method in class adams.gui.visualization.instance.InstanceComparePanel.DatasetPanel
Returns a list of row IDs.
getRows() - Method in class adams.gui.wizard.TextAreaPage
Returns the number of rows in the TextArea.
getRows() - Method in class adams.parser.spreadsheetquery.ParserHelper
Returns the rows to use.
getRows() - Method in class weka.filters.supervised.attribute.SIMPLSMatrixFilterFromGeneticString
 
getRows(int) - Method in class adams.data.spreadsheet.RowIdentifier
Returns the list of row indices.
getRows(String) - Method in class adams.data.spreadsheet.RowIdentifier
Returns the list of row indices associated with the specified key.
getRowScore() - Method in class adams.data.spreadsheet.rowscore.AbstractMetaRowScore
Returns the row score algorithm in use.
getRowScores() - Method in class adams.data.spreadsheet.rowscore.MultiRowScore
Returns the row score algorithms to use.
getRowSelection() - Method in class weka.filters.unsupervised.instance.MultiRowProcessor
Returns the row selection scheme in use.
getRowSetEnumeration() - Method in class adams.flow.transformer.spreadsheetmethodmerge.AbstractMerge
Allows specific merge methods to specify the order in which rows are placed into the merged spreadsheet, and which rows from the source spreadsheets are used for the source data.
getRowSetEnumeration() - Method in class adams.flow.transformer.spreadsheetmethodmerge.JoinOnID
Allows specific merge methods to specify the order in which rows are placed into the merged spreadsheet, and which rows from the source spreadsheets are used for the source data.
getRowSetEnumeration() - Method in class adams.flow.transformer.spreadsheetmethodmerge.Simple
Allows specific merge methods to specify the order in which rows are placed into the merged spreadsheet, and which rows from the source spreadsheets are used for the source data.
getRowSetEnumeration() - Method in class adams.flow.transformer.wekadatasetsmerge.AbstractMerge
Allows specific merge methods to specify the order in which rows are placed into the merged dataset, and which rows from the source datasets are used for the source data.
getRowSetEnumeration() - Method in class adams.flow.transformer.wekadatasetsmerge.JoinOnID
Allows specific merge methods to specify the order in which rows are placed into the merged dataset, and which rows from the source datasets are used for the source data.
getRowSetEnumeration() - Method in class adams.flow.transformer.wekadatasetsmerge.Simple
Allows specific merge methods to specify the order in which rows are placed into the merged dataset, and which rows from the source datasets are used for the source data.
getRowsReport() - Method in class adams.data.conversion.SpreadSheetColumnsToReport
Returns the rows with report.
getRowsReportValues() - Method in class adams.data.conversion.SpreadSheetRowsToReport
Returns the rows with the report values.
getRsh() - Method in class adams.flow.source.RSync
 
getRsh() - Method in class adams.flow.source.SimpleRSync
 
getRsyncPath() - Method in class adams.flow.source.RSync
 
getRsyncPath() - Method in class adams.flow.source.SimpleRSync
 
getRules() - Method in class adams.data.objectfilter.RenameLabels
Returns the rules for renaming the labels.
getRules() - Method in class adams.flow.transformer.LookUpUpdate
Returns the rules for updating.
getRunEvaluations() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.ResultItem
Returns the stored Evaluation objects per run.
getRunGC() - Method in class adams.gui.flow.FlowPanel
Returns whether the GC gets called after the flow execution.
getRunGC() - Method in class adams.gui.flow.FlowRunnerPanel
Returns whether the GC gets called after the flow execution.
getRunGC() - Method in interface adams.gui.flow.FlowWorkerHandler
Returns whether the GC gets called after the flow execution.
getRunInformation() - Method in class adams.gui.tools.wekainvestigator.tab.associatetab.ResultItem
Returns the stored run information.
getRunInformation() - Method in class adams.gui.tools.wekainvestigator.tab.attseltab.output.TextStatistics
Returns whether the run information is output as well.
getRunInformation() - Method in class adams.gui.tools.wekainvestigator.tab.attseltab.ResultItem
Returns the stored run information.
getRunInformation() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.TextStatistics
Returns whether the run information is output as well.
getRunInformation() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.ResultItem
Returns the stored run information.
getRunInformation() - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.output.TextStatistics
Returns whether the run information is output as well.
getRunInformation() - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.ResultItem
Returns the stored run information.
getRunInformation() - Method in class adams.gui.tools.wekainvestigator.tab.experimenttab.output.TextOutput
Returns whether the run information is output as well.
getRunInformation() - Method in class adams.gui.tools.wekainvestigator.tab.experimenttab.ResultItem
Returns the stored run information.
getRunModels() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.ResultItem
Returns the stored Classifier objects per run.
getRunningFlow() - Method in class adams.gui.flow.FlowEditorPanel
Returns the currently running flow.
getRunningFlow() - Method in class adams.gui.flow.FlowPanel
Returns the currently running flow.
getRunOriginalIndices() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.ResultItem
Returns the stored original indices per run.
getRuns() - Method in class adams.flow.sink.WekaExperimentGenerator
Returns the number of runs to perform.
getRuns() - Method in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment
Returns the number of runs.
getRunTool() - Method in class adams.gui.tools.AbstractRunToolPanel
Returns the project-specific RunTool instance.
getSameAxis() - Method in class adams.flow.sink.BoxPlot
gets whether the box plots are drawn using the same axis
getSameAxis() - Method in class adams.gui.visualization.stats.boxplot.BoxPlotManager
get whether the box plots should all use the same axis scale
getSampleID() - Method in class adams.flow.transformer.AbstractDeleteDbReportValue
Returns the sample ID.
getSampleInterval() - Method in class adams.flow.standalone.MemoryMonitor
Returns the sample interval.
getSamples(Number[][]) - Method in class adams.data.spc.UChart
Extracts the samples from the matrix (column 0).
getSampleSize() - Method in class adams.data.spc.AbstractControlChartWithSampleSize
Returns the sample size.
getSampleSize() - Method in interface adams.data.spc.ControlChartWithSampleSize
Returns the sample size.
getSampleSize() - Method in class adams.flow.transformer.SpreadSheetRandomSystematicSample
Returns the sample size.
getSampleSize() - Method in class weka.filters.unsupervised.attribute.InterquartileRangeSamp
Returns the sample size to use.
getSampleType() - Method in class weka.classifiers.trees.XGBoost
Gets the type of sampling algorithm.
getSansFont() - Static method in class adams.gui.core.Fonts
Returns the system wide Sans font.
getSansFont(int) - Static method in class adams.gui.core.Fonts
Returns the system wide Sans font with a custom size.
getSaveFileFilters() - Method in class adams.gui.chooser.AbstractConfigurableExtensionFileFilterFileChooser
Returns the file filters for writing files.
getSaveFileFilters() - Method in class adams.gui.chooser.AbstractDataContainerFileChooser
Returns the file filters for writing files.
getSaveFileFilters() - Method in class adams.gui.chooser.AbstractExtensionFileFilterFileChooser
Returns the file filters for writing files.
getSaveFileFilters() - Method in class adams.gui.chooser.AbstractReportFileChooser
Returns the file filters for writing files.
getSaveFileFilters() - Method in class adams.gui.chooser.AdamsExperimentFileChooser
Returns the file filters for writing files.
getSaveFileFilters() - Method in class adams.gui.chooser.EmailFileChooser
Returns the file filters for writing files.
getSaveFileFilters() - Method in class adams.gui.chooser.FlowFileChooser
Returns the file filters for writing files.
getSaveFileFilters() - Method in class adams.gui.chooser.ImageFileChooser
Returns the file filters for writing files.
getSaveFileFilters() - Method in class adams.gui.chooser.ObjectExporterFileChooser
Returns the file filters for writing files.
getSaveFileFilters() - Method in class adams.gui.chooser.ObjectFileChooser
Returns the file filters for writing files.
getSaveFileFilters() - Method in class adams.gui.chooser.ParameterMapFileChooser
Returns the file filters for writing files.
getSaveFileFilters() - Method in class adams.gui.chooser.SerializationFileChooser
Returns the file filters for writing files.
getSaveFileFilters() - Method in class adams.gui.chooser.SpreadSheetFileChooser
Returns the file filters for writing files.
getSaveFileFilters() - Method in class adams.gui.chooser.WekaFileChooser
Returns the file filters for writing files.
getSaveFileFilters() - Method in class adams.gui.tools.previewbrowser.notes.NotesFileChooser
Returns the file filters for writing files.
getSaveInstances() - Method in class weka.classifiers.trees.M5P2
Get whether instance data is being save.
getSaver() - Method in class adams.gui.chooser.DatasetFileChooserPanel
Returns the current saver.
getScale() - Method in class adams.data.distribution.Cauchy
Returns the scale.
getScale() - Method in class adams.data.distribution.Gamma
Returns the scale.
getScale() - Method in class adams.data.distribution.LogNormal
Returns the scale.
getScale() - Method in class adams.flow.transformer.locateobjects.XScreenMaskLocator
Get scale factor of working image.
getScale() - Method in class adams.flow.transformer.pdfproclet.Image
Returns the scale factor (0-1) for images based on the page size.
getScale() - Method in class adams.flow.transformer.pdfstamp.Image
Returns the scale factor (0-1) for images based on the page size.
getScale() - Method in class adams.gui.visualization.image.ColorPickerPanel.ZoomPanel
Returns the scale factor for the zoom.
getScale() - Method in class adams.gui.visualization.image.ImagePanel
Returns the scaling factor (0-16).
getScale() - Method in class adams.gui.visualization.image.ImagePanel.PaintPanel
Returns the scaling factor (0-16).
getScale() - Method in class adams.gui.visualization.pdf.PDFPanel
Returns the scaling factor (1 = default).
getScale() - Method in class adams.gui.visualization.stats.paintlet.Gamma
Get the scale parameter for the gamma distribution
getScale() - Method in class weka.filters.unsupervised.attribute.NormalizeAdaptive
 
getScaleFactor() - Method in class adams.flow.transformer.negativeregions.SimpleBlockFill
Returns the scale factor for the image.
getScaleFactor() - Method in class adams.gui.flow.tree.Renderer.ActorIcon
Returns the scale factor in use.
getScaleFactor() - Method in class adams.gui.flow.tree.Renderer
Returns the current scale factor for text/icon.
getScaleFactor() - Method in class adams.gui.flow.tree.Tree
Returns the scale factor for the text/icons.
getScalePositiveWeights() - Method in class weka.classifiers.trees.XGBoost
Gets the positive-weights scale factor.
getScaler() - Method in class adams.data.weka.predictions.AutoScaler
Returns the scaler for numeric data.
getScaleX() - Method in class adams.data.objectfilter.Scale
Returns the scale factor for x/width.
getScaleX() - Method in class adams.flow.transformer.ScaleReportObjects
Returns the scale factor for x/width.
getScaleY() - Method in class adams.data.objectfilter.Scale
Returns the scale factor for y/width.
getScaleY() - Method in class adams.flow.transformer.ScaleReportObjects
Returns the scale factor for y/width.
getScalingEnabled() - Method in class adams.gui.print.ScalableComponentWriter
Whether scaling is enabled or ignored.
getScalingRange() - Method in class adams.data.filter.AbstractDerivative
Returns the scaling range the abundances are scaled to after each derivation step (= 0 means no scaling; -1 sets scaling to input range).
getScalingType() - Method in class adams.data.image.transformer.Resize
Returns the type of interpolation in use.
getSchedule() - Method in class adams.flow.control.flowrestart.trigger.Cron
Returns the execution schedule.
getSchedule() - Method in class adams.flow.control.flowrestart.trigger.MetaCron
Returns the execution schedule.
getSchedule() - Method in class adams.flow.standalone.Cron
Returns the execution schedule.
getScope() - Method in class adams.flow.control.ForceFlush
Returns the scope for the flush.
getScope() - Method in class adams.flow.transformer.SpreadSheetReplaceCellValue
Returns the scope of the replace.
getScopeHandler() - Method in class adams.flow.core.AbstractActor
Returns the scope handler for this actor.
getScopeHandler() - Method in interface adams.flow.core.Actor
Returns the scope handler for this actor.
getScopeHandlingStorage() - Method in interface adams.flow.control.LocalScopeHandler
Returns how storage is handled in the local scope.
getScopeHandlingStorage() - Method in class adams.flow.control.LocalScopeTransformer
Returns how storage is handled in the local scope.
getScopeHandlingStorage() - Method in class adams.flow.control.LocalScopeTrigger
Returns how storage is handled in the local scope.
getScopeHandlingVariables() - Method in interface adams.flow.control.LocalScopeHandler
Returns how variables are handled in the local scope.
getScopeHandlingVariables() - Method in class adams.flow.control.LocalScopeTransformer
Returns how variables are handled in the local scope.
getScopeHandlingVariables() - Method in class adams.flow.control.LocalScopeTrigger
Returns how variables are handled in the local scope.
getScopeRestriction() - Method in class adams.flow.control.Breakpoint
Returns the restriction for the scope to use for suspending the flow execution.
getScopeRestriction() - Method in class adams.flow.execution.Debug
Returns the restriction for the scope to use for suspending the flow execution.
getScore() - Method in class adams.flow.transformer.SpreadSheetInsertRowScore
Returns the score algorithm to use.
getScoreKey() - Method in class adams.data.io.output.OpexObjectLocationsWriter
Returns the key in the meta-data containing the score.
getScoreKey() - Method in class adams.data.objectfilter.MergeOverlaps
Returns the (optional) key for a numeric prediction score in the meta-data.
getScoreKey() - Method in class adams.data.overlappingobjectremoval.KeepHighestMetaDataValue
Returns the key for the score in the meta-data.
getScoreKey() - Method in class adams.data.overlappingobjectremoval.MergeOverlaps
Returns the (optional) key for a numeric prediction score in the meta-data.
getScores() - Method in class adams.data.instancesanalysis.PCA
Returns the scores.
getScores() - Method in class adams.data.instancesanalysis.PLS
Returns the scores.
getScoreSuffix() - Method in class adams.data.io.input.OpexObjectLocationsReader
Returns the field suffix used in the report for scores.
getScreenBounds(Component) - Static method in class adams.gui.core.GUIHelper
Returns the actual screen real estate bounds according to ScreenBorder.Top/Left/Bottom/Right in the props file.
getScreenBounds(GraphicsConfiguration) - Static method in class adams.gui.core.GUIHelper
Returns the actual screen real estate bounds according to ScreenBorder.Top/Left/Bottom/Right in the props file.
getScreenshotQueue() - Method in class adams.flow.transformer.CompareObjectLocations
Returns the queue to receive the screenshot.
getScript() - Method in class adams.flow.source.PythonExec
Returns the Python script to run.
getScript() - Method in class adams.gui.core.GroovySyntaxEditorPanel
Returns the current script.
getScript() - Method in class adams.gui.core.XSLTSyntaxEditorPanel
Returns the current stylesheet.
getScriptFile() - Method in interface adams.core.scripting.FileBasedScripting
Gets the script file.
getScriptFile() - Method in class adams.data.boofcv.features.AbstractScriptedFeatureGenerator
Gets the script file.
getScriptFile() - Method in class adams.data.boofcv.transformer.AbstractScriptedTransformer
Gets the script file.
getScriptFile() - Method in class adams.data.conversion.AbstractScriptedConversion
Gets the script file.
getScriptFile() - Method in class adams.data.filter.AbstractScriptedFilter
Gets the script file.
getScriptFile() - Method in class adams.data.image.features.AbstractScriptedFeatureGenerator
Gets the script file.
getScriptFile() - Method in class adams.data.image.transformer.AbstractScriptedTransformer
Gets the script file.
getScriptFile() - Method in class adams.data.jai.transformer.AbstractScriptedTransformer
Gets the script file.
getScriptFile() - Method in class adams.data.opencv.features.AbstractScriptedFeatureGenerator
Gets the script file.
getScriptFile() - Method in class adams.data.opencv.transformer.AbstractScriptedTransformer
Gets the script file.
getScriptFile() - Method in class adams.data.outlier.AbstractScriptedOutlierDetector
Gets the script file.
getScriptFile() - Method in class adams.data.report.AbstractScriptedReportFilter
Gets the script file.
getScriptFile() - Method in class adams.flow.condition.bool.AbstractScriptedCondition
Gets the Groovy module.
getScriptFile() - Method in class adams.flow.core.AbstractScriptedActor
Gets the script file.
getScriptFile() - Method in class adams.flow.template.AbstractScriptedTemplate
Gets the script file.
getScriptFile() - Method in class adams.flow.transformer.pdfgenerate.AbstractScriptedPDFGenerator
Gets the script file.
getScriptFile() - Method in class adams.tools.AbstractScriptedTool
Gets the script file.
getScriptingEngine() - Method in class adams.gui.event.ScriptingInfoEvent
Returns the scripting engine that triggered the event.
getScriptingEngine() - Method in class adams.gui.scripting.AbstractScriptingDialog
Returns the current scripting engine, can be null.
getScriptingEngine() - Method in class adams.gui.scripting.ScriptingDialog
Returns the current scripting engine, can be null.
getScriptingEngine() - Method in interface adams.gui.scripting.ScriptingEngineHandler
Returns the current scripting engine, can be null.
getScriptingEngine() - Method in class adams.gui.tools.AbstractRunToolPanel
Returns the current scripting engine, can be null.
getScriptingEngine() - Method in class adams.gui.tools.RunToolPanel
Returns the current scripting engine, can be null.
getScriptingEngine() - Method in class adams.gui.visualization.container.AbstractDataContainerZoomOverviewPanel
Returns the current scripting engine, can be null.
getScriptingEngine() - Method in class adams.gui.visualization.container.DataContainerPanel
Returns the current scripting engine, can be null.
getScriptingEngine() - Method in class adams.gui.visualization.instance.InstancePanel
Returns the current scripting engine, can be null.
getScriptingEngine() - Method in class adams.gui.visualization.sequence.XYSequencePanel
Returns the current scripting engine, can be null.
getScriptingEngine() - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowPanel
Returns the current scripting engine, can be null.
getScriptingEngine() - Method in class adams.gui.visualization.timeseries.TimeseriesExplorer
Returns the current scripting engine, can be null.
getScriptingEngine() - Method in class adams.gui.visualization.timeseries.TimeseriesPanel
Returns the current scripting engine, can be null.
getScriptingEngine() - Method in class adams.scripting.engine.AbstractScriptingEngineEnhancer
Returns the scripting engine in use.
getScriptingLogPanel() - Method in class adams.gui.application.AbstractApplicationFrame
Returns the scripting log panel instance.
getScriptingPort() - Method in class adams.scripting.connection.AbstractSSHConnectionWithPortForwarding
Returns the port of the remote scripting engine to connect to.
getScriptlets() - Static method in class adams.gui.scripting.AbstractScriptlet
Returns a list with classnames of filters.
getScriptOptions() - Method in interface adams.core.scripting.FileBasedScriptingWithOptions
Gets the script options.
getScriptOptions() - Method in class adams.data.boofcv.features.AbstractScriptedFeatureGenerator
Gets the script options.
getScriptOptions() - Method in class adams.data.boofcv.transformer.AbstractScriptedTransformer
Gets the script options.
getScriptOptions() - Method in class adams.data.conversion.AbstractScriptedConversion
Gets the script options.
getScriptOptions() - Method in class adams.data.filter.AbstractScriptedFilter
Gets the script options.
getScriptOptions() - Method in class adams.data.image.features.AbstractScriptedFeatureGenerator
Gets the script options.
getScriptOptions() - Method in class adams.data.image.transformer.AbstractScriptedTransformer
Gets the script options.
getScriptOptions() - Method in class adams.data.jai.transformer.AbstractScriptedTransformer
Gets the script options.
getScriptOptions() - Method in class adams.data.opencv.features.AbstractScriptedFeatureGenerator
Gets the script options.
getScriptOptions() - Method in class adams.data.opencv.transformer.AbstractScriptedTransformer
Gets the script options.
getScriptOptions() - Method in class adams.data.outlier.AbstractScriptedOutlierDetector
Gets the script options.
getScriptOptions() - Method in class adams.data.report.AbstractScriptedReportFilter
Gets the script options.
getScriptOptions() - Method in class adams.flow.condition.bool.AbstractScriptedCondition
Gets the script options.
getScriptOptions() - Method in class adams.flow.core.AbstractScriptedActor
Gets the script options.
getScriptOptions() - Method in class adams.flow.source.PythonExec
Returns the command-line options for the script.
getScriptOptions() - Method in class adams.flow.template.AbstractScriptedTemplate
Gets the script options.
getScriptOptions() - Method in class adams.flow.transformer.pdfgenerate.AbstractScriptedPDFGenerator
Gets the script options.
getScriptOptions() - Method in class adams.tools.AbstractScriptedTool
Gets the script options.
getScriptsHome() - Method in class adams.gui.scripting.AbstractScriptingEngine
Returns the scripts home directory.
getScriptTipText() - Method in class adams.core.base.XSLTStyleSheet
Returns the tip text for the script.
getScriptTipText() - Method in class adams.core.scripting.GroovyScript
Returns the tip text for the script.
getScriptTipText() - Method in class adams.db.SQLStatement
Returns the tip text for the script.
getScriptTipText() - Method in class adams.gui.core.AbstractAdvancedScript
Returns the tip text for the script.
getScriptTipText() - Method in class adams.gui.core.AbstractSimpleScript
Returns the tip text for the script.
getScriptTipText() - Method in class adams.parser.BooleanExpressionText
Returns the tip text for the script.
getScriptTipText() - Method in class adams.parser.LookUpUpdateText
Returns the tip text for the script.
getScriptTipText() - Method in class adams.parser.MathematicalExpressionText
Returns the tip text for the script.
getScriptTipText() - Method in class adams.parser.SpreadSheetFormulaText
Returns the tip text for the script.
getScriptTipText() - Method in class adams.parser.SpreadSheetQueryText
Returns the tip text for the script.
getScriptTipText() - Method in class adams.parser.StringExpressionText
Returns the tip text for the script.
getScrollableTracksViewportWidth() - Method in class adams.gui.visualization.container.NotesFactory.TextPane
Always returns false.
getScrollPane() - Method in class adams.gui.core.AbstractComponentWithButtons
Returns the scroll pane in use for the component.
getScrollPane() - Method in class adams.gui.goe.GenericObjectEditorClassTreePanel
Returns the scroll pane.
getScrollPane() - Method in class adams.gui.visualization.image.ImagePanel
Returns the BaseScrollPane that embeds the paint panel.
getScrollPane() - Method in class adams.gui.visualization.object.ObjectAnnotationPanel
Returns the scrollpane.
getScrollPane() - Method in class adams.gui.visualization.segmentation.SegmentationPanel
Returns the scrollpane.
getSeachString() - Method in class adams.gui.core.SearchableBaseList
Returns the current search string.
getSeachString() - Method in interface adams.gui.core.SearchableList
Returns the current search string.
getSeachString() - Method in interface adams.gui.core.SearchableListModel
Returns the current search string.
getSeachString() - Method in interface adams.gui.core.SearchableTable
Returns the current search string.
getSeachString() - Method in interface adams.gui.core.SearchableTableModel
Returns the current search string.
getSeachString() - Method in class adams.gui.core.SearchableWrapperListModel
Returns the current search string.
getSeachString() - Method in class adams.gui.core.SortableAndSearchableTable
Returns the current search string.
getSeachString() - Method in class adams.gui.core.SortableAndSearchableTableWithButtons
Returns the current search string.
getSeachString() - Method in class adams.gui.core.SortableAndSearchableWrapperTableModel
Returns the current search string.
getSeachString() - Method in class adams.gui.core.SpreadSheetTableWithButtons
Returns the current search string.
getSeachString() - Method in class adams.gui.visualization.report.ReportFactory.Panel
Returns the current search string.
getSearch() - Method in class adams.flow.source.FileSystemSearch
Returns the search algorithm in use.
getSearch() - Method in class adams.flow.transformer.WekaAttributeSelection
Returns the evaluation method in use.
getSearch() - Method in class adams.flow.transformer.WekaNearestNeighborSearch
Returns the search algorithm.
getSearch() - Method in class adams.gui.core.dotnotationtree.DotNotationTree
Returns the current search string.
getSearch() - Method in class adams.gui.tools.wekainvestigator.tab.attseltab.ResultItem
Returns the stored search object.
getSearchAlgorithm() - Method in class weka.classifiers.lazy.LWLDatasetBuilder
Returns the current nearestNeighbourSearch algorithm in use.
getSearchDirection() - Method in class adams.data.spreadsheet.rowfinder.ClosestNumericValue
Returns the search direction to use.
getSearches() - Method in class adams.flow.source.filesystemsearch.MultiSearch
Returns the search algorithms in use.
getSearchPanel() - Method in class adams.gui.event.SearchEvent
Returns the search panel that sent the event.
getSearchPanel() - Method in class adams.gui.visualization.instances.InstancesPanel
Returns the underlying search panel.
getSearchString() - Method in class adams.gui.core.SearchParameters
Returns the current search string.
getSearchText() - Method in class adams.gui.core.SearchPanel
Returns the text in the search box.
getSecondAttribute() - Method in class weka.filters.unsupervised.attribute.MergeTwoAttributes
Gets the name of the second attribute.
getSecondAttributeRange() - Method in class adams.gui.InstanceCompare
Returns the second attribute range.
getSecondAttributeRange() - Method in class adams.gui.visualization.instance.InstanceComparePanel
Returns the second attribute range.
getSecondColor() - Method in class adams.gui.visualization.core.BiColorGenerator
Returns the second color of the gradient.
getSecondCrossValidationSeed() - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithmWithSecondEvaluation
Returns the current seed value for cross-validation (second evaluation).
getSecondDataset() - Method in class adams.gui.InstanceCompare
Returns the second dataset.
getSecondDataset() - Method in class adams.gui.visualization.instance.InstanceComparePanel
Returns the second dataset.
getSecondFile() - Method in class adams.gui.tools.DiffPanel.LoadDialog
Returns the second file.
getSecondFitness() - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithmWithSecondEvaluation.ClassifierBasedGeneticAlgorithmWithSecondEvaluationJob
Returns the fitness (second evaluation).
getSecondFolds() - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithmWithSecondEvaluation.ClassifierBasedGeneticAlgorithmWithSecondEvaluationJob
Returns the number of cross-validation folds (second evaluation).
getSecondFolds() - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithmWithSecondEvaluation
Returns the number of folds to use in cross-validation (second evaluation).
getSecondRange() - Method in class weka.filters.unsupervised.attribute.OuterProductAnalysis
Returns the second attribute range to use (regular expression on attribute names).
getSecondResult(String) - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithmWithSecondEvaluation
Returns a value from the cache (second evaluation).
getSecondRowIndex() - Method in class adams.gui.InstanceCompare
Returns the second row index.
getSecondRowIndex() - Method in class adams.gui.visualization.instance.InstanceComparePanel
Returns the second row index.
getSecondSeed() - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithmWithSecondEvaluation.ClassifierBasedGeneticAlgorithmWithSecondEvaluationJob
Returns the cross-validation seed (second evaluation).
getSeed() - Method in interface adams.core.Randomizable
Returns the seed value.
getSeed() - Method in class adams.data.AbstractAnonymizer
Returns the seed of this anonymizer.
getSeed() - Method in class adams.data.random.AbstractSeededRandomNumberGenerator
Returns the seed value.
getSeed() - Method in interface adams.data.random.SeededRandomNumberGenerator
Returns the seed value.
getSeed() - Method in class adams.data.splitgenerator.generic.randomization.DefaultRandomization
Returns the seed value.
getSeed() - Method in class adams.data.weka.evaluator.AbstractCrossvalidatedInstanceEvaluator
Returns the seed value for cross-validation.
getSeed() - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesCrossValidationFoldGenerator
Returns the seed value.
getSeed() - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesGroupedCrossValidationFoldGenerator
Returns the seed value.
getSeed() - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesGroupedRandomSplitGenerator
Returns the seed value.
getSeed() - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesRandomSplitGenerator
Returns the seed value.
getSeed() - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.ManualSplitGenerator
Returns the seed value.
getSeed() - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.SpreadSheetRandomSplitGenerator
Returns the seed value.
getSeed() - Method in class adams.flow.transformer.negativeregions.RandomRegions
Returns the seed value.
getSeed() - Method in class adams.flow.transformer.preparefilebaseddataset.AbstractRandomizableFileBasedDatasetPreparation
Returns the seed value.
getSeed() - Method in class adams.flow.transformer.SpreadSheetAnonymize
Returns the seed value.
getSeed() - Method in class adams.flow.transformer.SpreadSheetRandomSystematicSample
Returns the seed value.
getSeed() - Method in class adams.flow.transformer.WekaAttributeSelection
Returns the seed value.
getSeed() - Method in class adams.flow.transformer.WekaBootstrapping
Returns the seed value.
getSeed() - Method in class adams.flow.transformer.WekaClassifierRanker
Returns the seed value.
getSeed() - Method in class adams.flow.transformer.WekaClassifierRanker.RankingJob
Returns the seed value.
getSeed() - Method in class adams.flow.transformer.WekaCrossValidationClustererEvaluator
Returns the seed value.
getSeed() - Method in class adams.flow.transformer.WekaCrossValidationEvaluator
Returns the seed value.
getSeed() - Method in class adams.flow.transformer.WekaCrossValidationSplit
Returns the seed value.
getSeed() - Method in class adams.flow.transformer.WekaRandomSplit
Returns the seed value.
getSeed() - Method in class adams.gui.visualization.image.leftclick.RandomBoundingBox
Returns the seed value.
getSeed() - Method in class adams.gui.visualization.sequence.pointpreprocessor.Jitter
Returns the seed value.
getSeed() - Method in class adams.ml.evaluation.AbstractSplitGenerator
Returns the seed value.
getSeed() - Method in class adams.multiprocess.WekaCrossValidationExecution
Returns the seed value.
getSeed() - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm.ClassifierBasedGeneticAlgorithmJob
Returns the cross-validation seed.
getSeed() - Method in class adams.opt.genetic.AbstractGeneticAlgorithm
Returns the current seed value.
getSeed() - Method in class adams.opt.optimise.genetic.AbstractGeneticAlgorithm
Returns the current seed value.
getSeed() - Method in class adams.opt.optimise.RandomOptimiser
Returns the seed value.
getSeed() - Method in class weka.classifiers.AbstractSplitGenerator
Returns the seed value.
getSeed() - Method in class weka.classifiers.functions.FakeClassifier
Returns the seed value for the random values.
getSeed() - Method in class weka.classifiers.trees.XGBoost
Gets the random number seed.
getSeed() - Method in class weka.filters.supervised.instance.RemoveOutliers
Returns the seed value.
getSeed() - Method in class weka.filters.unsupervised.attribute.InputSmearing
Gets the seed for the random number generations
getSeed() - Method in class weka.filters.unsupervised.instance.RemoveDuplicates
Gets the seed for the random number generations
getSeed() - Method in class weka.filters.unsupervised.instance.WeightsBasedResample
Gets the seed for the random number generations
getSegments() - Method in class adams.flow.transformer.timeseriessplit.AbstractSplitOnDate
Returns the segments to return.
getSelectedActor() - Method in class adams.gui.flow.tree.Tree
Returns the currently selected actor.
getSelectedActors() - Method in class adams.gui.flow.tree.Tree
Returns the currently selected actors.
getSelectedAttributes() - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeSelectionPanel
Gets an array containing the indices of all selected (ie checked) attributes.
getSelectedClass() - Method in class adams.gui.core.ClassQuickSearchPanel
Returns the selected class.
getSelectedClassifier() - Method in class weka.classifiers.functions.ClassificationViaPLS
Returns the specified base classifier.
getSelectedClassName() - Method in class adams.gui.tools.ClassHelpPanel
Returns the currently selected class.
getSelectedColor() - Method in class adams.gui.visualization.image.ColorPickerPanel
Returns the currently selected color.
getSelectedColumn() - Method in class adams.gui.core.BaseTableWithButtons
Returns the index of the first selected column, -1 if no column is selected.
getSelectedColumn() - Method in class adams.gui.core.SortableAndSearchableTableWithButtons
Returns the index of the first selected column, -1 if no column is selected.
getSelectedColumn(int[], int) - Method in class adams.data.weka.datasetsplitter.ColumnSplitter
Gets the column number of the selected column at the given index.
getSelectedColumnCount() - Method in class adams.gui.core.BaseTableWithButtons
Returns the number of selected columns.
getSelectedColumnCount() - Method in class adams.gui.core.SortableAndSearchableTableWithButtons
Returns the number of selected columns.
getSelectedColumns() - Method in class adams.gui.core.BaseTableWithButtons
Returns the indices of all selected columns.
getSelectedColumns() - Method in class adams.gui.core.SortableAndSearchableTableWithButtons
Returns the indices of all selected columns.
getSelectedCompound() - Method in class adams.gui.visualization.report.ReportFactory.StandardsDialog
Returns the selected compound (only set if OK clicked).
getSelectedContainerIndices(ContainerTable<M, C>, int) - Method in class adams.gui.visualization.container.DataContainerPanelWithContainerList
Returns the actual indices in the container manager of the selected containers.
getSelectedData() - Method in class adams.gui.tools.wekainvestigator.datatable.action.AbstractEditableDataTableAction
Returns the currently selected data containers.
getSelectedData() - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.attributeselaction.AbstractSelectedAttributesAction
Returns the currently selected data containers.
getSelectedDatabaseID(int) - Method in class adams.gui.visualization.weka.AbstractInstanceInfoFrame
Returns the database ID of the currently selected item.
getSelectedDatabaseIDs(int) - Method in class adams.gui.visualization.weka.AbstractInstanceInfoFrame
Returns the database IDs of the currently selected items.
getSelectedDetachablePage() - Method in class adams.gui.core.MultiPagePane
Returns the currently selected detachable page.
getSelectedDirectory(FileChooser) - Static method in class adams.gui.chooser.DirectoryChooserFactory
Retrieves the current directory as PlaceholderDirectory from the chooser.
getSelectedEntries() - Method in class adams.gui.core.AbstractNamedHistoryPanel
Returns the currently selected entries.
getSelectedEntry() - Method in class adams.gui.core.AbstractNamedHistoryPanel
Returns the currently selected entry, the first if several selected.
getSelectedFile() - Method in interface adams.gui.chooser.FileChooser
Returns the selected file.
getSelectedFile() - Method in class adams.gui.core.FilePanel
Returns the currently selected file, if any.
getSelectedFile() - Method in class adams.gui.tools.FindInFilesPanel
Returns the currently selected file.
getSelectedFile(boolean) - Method in class adams.gui.core.FilePanel
Returns the currently selected file, if any.
getSelectedFileObject() - Method in class adams.gui.core.FilePanel
Returns the currently selected file object, if any.
getSelectedFileObject(boolean) - Method in class adams.gui.core.FilePanel
Returns the currently selected file wrapper, if any.
getSelectedFileObjects() - Method in class adams.gui.core.FilePanel
Returns the currently selected file objects, if any.
getSelectedFiles() - Method in class adams.gui.chooser.BaseFileChooser
Returns a list of selected files if the file chooser is set to allow multiple selection.
getSelectedFiles() - Method in interface adams.gui.chooser.FileChooser
Returns a list of selected files if the file chooser is set to allow multiple selection.
getSelectedFiles() - Method in class adams.gui.chooser.SimpleDirectoryChooser.SimpleDirectoryChooserCommunication
Returns all the selected files.
getSelectedFiles() - Method in class adams.gui.core.FileListWithButtons
Returns all currently selected files.
getSelectedFiles() - Method in class adams.gui.core.FilePanel
Returns the currently selected files, if any.
getSelectedFiles() - Method in class adams.gui.tools.FindInFilesPanel
Returns the currently selected files.
getSelectedFlowIDs() - Method in class adams.gui.tools.remotecontrolcenter.panels.AbstractRemoteFlowTab
Returns an ID array of the currently selected flows.
getSelectedFullName() - Method in class adams.gui.flow.tree.Tree
Returns the full name of the currently selected actor.
getSelectedIcon() - Method in class adams.gui.core.MultiPagePane
Returns the icon of the currently selected page.
getSelectedIndex() - Method in class adams.gui.core.AbstractNamedHistoryPanel
Returns the currently selected index, the first if several selected.
getSelectedIndex() - Method in class adams.gui.core.BaseListWithButtons
Returns the smallest selected cell index; the selection when only a single item is selected in the list.
getSelectedIndex() - Method in class adams.gui.core.MultiPagePane
Returns the currently selected page index.
getSelectedIndex() - Method in class adams.gui.wizard.WizardPane
Returns the currently active page index.
getSelectedIndices() - Method in class adams.gui.core.AbstractNamedHistoryPanel
Returns the currently selected indices.
getSelectedIndices() - Method in class adams.gui.core.BaseListWithButtons
Returns an array of all of the selected indices, in increasing order.
getSelectedIndices() - Method in class adams.gui.core.MultiPagePane
Returns the currently selected page indices.
getSelectedIndices() - Method in class adams.gui.visualization.timeseries.TimeseriesPanel
Returns the indices of the selected spectra.
getSelectedIndices(Map<FlowMultiPagePane.FlowPanelFilter, Boolean>) - Method in class adams.gui.flow.FlowMultiPagePane
Returns the indices of the selected flow panels that match the filter.
getSelectedItem() - Method in class adams.gui.core.BaseComboBox
Returns the current selected item.
getSelectedItem() - Method in class adams.gui.core.BaseComboBoxModel
 
getSelectedItem() - Method in class adams.gui.core.dotnotationtree.DotNotationTree
Returns the item of the selected node.
getSelectedItem() - Method in class adams.gui.core.StringQuickSearchPanel
Returns the selected item.
getSelectedItemCount() - Method in class adams.gui.selection.AbstractTableBasedSelectionPanel
Returns the count of currently selected items.
getSelectedItemIndex() - Method in class adams.gui.core.AbstractQuickSearchPanel
Returns the index of the user-selected item in the original list of items.
getSelectedItems() - Method in class adams.gui.core.dotnotationtree.DotNotationTree
Returns the items of the selected nodes.
getSelectedNode() - Method in class adams.gui.flow.tree.Tree
Returns the currently selected node.
getSelectedObject() - Method in class adams.gui.visualization.debug.StoragePanel
Returns the currently selected object.
getSelectedObjectID() - Method in class adams.gui.visualization.debug.StoragePanel
Returns the ID of the currently selected object.
getSelectedObjects() - Method in class adams.gui.core.BaseComboBox
Returns an array containing the selected items.
getSelectedObjects(Container) - Method in class adams.gui.goe.AbstractBaseDateTypeEditor
Returns the selected objects.
getSelectedObjects(Container) - Method in class adams.gui.goe.BaseBooleanEditor
Returns the selected objects.
getSelectedObjects(Container) - Method in class adams.gui.goe.BaseCharsetEditor
Returns the selected objects.
getSelectedObjects(Container) - Method in class adams.gui.goe.BaseColorEditor
Returns the selected objects.
getSelectedObjects(Container) - Method in class adams.gui.goe.BaseIntervalEditor
Returns the selected objects.
getSelectedObjects(Container) - Method in class adams.gui.goe.BaseKeyValuePairEditor
Returns the selected objects.
getSelectedObjects(Container) - Method in class adams.gui.goe.BaseObjectEditor
Returns the selected objects.
getSelectedObjects(Container) - Method in class adams.gui.goe.BasePasswordEditor
Returns the selected objects.
getSelectedObjects(Container) - Method in class adams.gui.goe.BaseRegExpEditor
Returns the selected objects.
getSelectedObjects(Container) - Method in class adams.gui.goe.ColorEditor
Returns the selected objects.
getSelectedObjects(Container) - Method in class adams.gui.goe.ConfigurableEnumerationItemEditor
Returns the selected objects.
getSelectedObjects(Container) - Method in class adams.gui.goe.EmailAddressEditor
Returns the selected objects.
getSelectedObjects(Container) - Method in class adams.gui.goe.EnumEditor
Returns the selected objects.
getSelectedObjects(Container) - Method in class adams.gui.goe.FieldEditor
Returns the selected objects.
getSelectedObjects(Container) - Method in class adams.gui.goe.FileEditor
Returns the selected objects.
getSelectedObjects(Container) - Method in class adams.gui.goe.IndexEditor
Returns the selected objects.
getSelectedObjects(Container) - Method in class adams.gui.goe.InlineEditor
Returns the selected objects.
getSelectedObjects(Container) - Method in class adams.gui.goe.JdbcUrlEditor
Returns the selected objects.
getSelectedObjects(Container) - Method in class adams.gui.goe.LocaleEditor
Returns the selected objects.
getSelectedObjects(Container) - Method in class adams.gui.goe.MavenArtifactEditor
Returns the selected objects.
getSelectedObjects(Container) - Method in class adams.gui.goe.MavenArtifactExclusionEditor
Returns the selected objects.
getSelectedObjects(Container) - Method in class adams.gui.goe.MavenRepositoryEditor
Returns the selected objects.
getSelectedObjects(Container) - Method in interface adams.gui.goe.MultiSelectionEditor
Returns the selected objects.
getSelectedObjects(Container) - Method in class adams.gui.goe.PlaceholderDirectoryEditor
Returns the selected objects.
getSelectedObjects(Container) - Method in class adams.gui.goe.PlaceholderFileEditor
Returns the selected objects.
getSelectedObjects(Container) - Method in class adams.gui.goe.RangeEditor
Returns the selected objects.
getSelectedObjects(Container) - Method in class adams.gui.goe.TimeZoneEditor
Returns the selected objects.
getSelectedObjects(Container) - Method in class adams.gui.goe.UnorderedRangeEditor
Returns the selected objects.
getSelectedObjects(Container) - Method in class adams.gui.goe.VariableNameValuePairEditor
Returns the selected objects.
getSelectedPage() - Method in class adams.gui.core.MultiPagePane
Returns the currently selected page.
getSelectedPage() - Method in class adams.gui.wizard.AbstractWizardPane
Returns the currently active page.
getSelectedPage() - Method in class adams.gui.wizard.WizardPane
Returns the currently active page.
getSelectedPage() - Method in class adams.gui.wizard.WizardPaneWithBranches
Returns the currently active page.
getSelectedPageContainer() - Method in class adams.gui.core.MultiPagePane
Returns the currently selected page container.
getSelectedPanel() - Method in class adams.flow.sink.DisplayPanelManager
Returns the currently selected panel.
getSelectedPanel() - Method in class adams.gui.dialog.MultiSpreadSheetDialog
Returns the selected spreadsheet panel.
getSelectedPanel() - Method in class adams.gui.tools.spreadsheetviewer.menu.AbstractSpreadSheetViewerMenuItemAction
Returns the current panel.
getSelectedPlaceholderFile() - Method in class adams.gui.chooser.BaseFileChooser
Returns the selected file as PlaceholderFile.
getSelectedPlaceholderFiles() - Method in class adams.gui.chooser.BaseFileChooser
Returns a list of selected files as PlaecholderFile objects if the file chooser is set to allow multiple selection.
getSelectedRow() - Method in class adams.gui.core.BaseTable
Returns the index of the first selected row, -1 if no row is selected.
getSelectedRow() - Method in class adams.gui.core.BaseTableWithButtons
Returns the index of the first selected row, -1 if no row is selected.
getSelectedRow() - Method in class adams.gui.core.SortableAndSearchableTableWithButtons
Returns the index of the first selected row, -1 if no row is selected.
getSelectedRow() - Method in class adams.gui.visualization.report.ReportFactory.Panel
Returns the currently selected row.
getSelectedRowCount() - Method in class adams.gui.core.BaseTableWithButtons
Returns the number of selected rows.
getSelectedRowCount() - Method in class adams.gui.core.SortableAndSearchableTableWithButtons
Returns the number of selected rows.
getSelectedRowCount() - Method in class adams.gui.selection.AbstractTableBasedSelectionPanel
Returns the number of selected rows.
getSelectedRows() - Method in class adams.gui.core.BaseTable
Returns the indices of all selected rows.
getSelectedRows() - Method in class adams.gui.core.BaseTableWithButtons
Returns the indices of all selected rows.
getSelectedRows() - Method in class adams.gui.core.SortableAndSearchableTableWithButtons
Returns the indices of all selected rows.
getSelectedRows() - Method in class adams.gui.tools.wekainvestigator.datatable.action.AbstractEditableDataTableAction
Returns the currently selected data containers.
getSelectedRows() - Method in class adams.gui.tools.wekainvestigator.tab.AbstractInvestigatorTabWithDataTable
Returns the selected rows.
getSelectedRows() - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.attributeselaction.AbstractSelectedAttributesAction
Returns the currently selected data containers.
getSelectedRows() - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeSelectionPanel
Gets an array containing the indices of all selected rows.
getSelectedRowsProcessors() - Method in class adams.flow.sink.SpreadSheetDisplay
Returns the processors for the selected rows.
getSelectedSeries() - Method in class adams.gui.visualization.timeseries.TimeseriesPanel
Returns the selected spectra.
getSelectedSheet() - Method in class adams.gui.tools.spreadsheetviewer.menu.AbstractSpreadSheetViewerMenuItemAction
Returns the current sheet.
getSelectedTag() - Method in enum adams.flow.transformer.wekaclassifiersetupprocessor.VotedPairs.VotingType
Returns the corresponding Vote selected tag.
getSelectedText() - Method in class adams.gui.core.BaseTextAreaWithButtons
Returns the underlying text.
getSelectedText() - Method in class adams.gui.core.BaseTextPaneWithButtons
Returns the underlying text.
getSelectedText() - Method in class adams.gui.core.BaseTextPaneWithWordWrap
Returns the underlying text.
getSelectedText() - Method in interface adams.gui.core.TextAreaComponent
Returns the selected text.
getSelectedText() - Method in class adams.gui.core.TextEditorPanel
Returns the selected text contained in this TextComponent.
getSelectedText() - Method in interface adams.gui.core.TextPaneComponent
Returns the selected text.
getSelectedTimestampPaintlet() - Method in class adams.gui.visualization.timeseries.TimeseriesPanel
Returns the paintlet for painting the selected timestamps.
getSelectedTitle() - Method in class adams.gui.core.MultiPagePane
Returns the title of the currently selected page.
getSelectedValue() - Method in class adams.gui.core.BaseListWithButtons
Returns the value for the smallest selected cell index; the selected value when only a single item is selected in the list.
getSelectedValues() - Method in class adams.gui.tools.AbstractManagementPanel
Returns the selected values.
getSelectedValuesList() - Method in class adams.gui.core.BaseListWithButtons
Returns a list of all the selected items, in increasing order based on their indices in the list.
getSelection() - Method in class adams.gui.tools.spreadsheetviewer.chart.Histogram
Returns what data to use as basis for the histogram.
getSelectionAsReport() - Method in class adams.gui.visualization.report.ReportFactory.Table
Returns the selected rows as new report.
getSelectionColumns() - Method in class adams.gui.chooser.AbstractChooserPanel
Returns the number of columns in the selection text field.
getSelectionColumns() - Method in class adams.gui.chooser.ColorChooserPanel
Returns the number of columns in the selection text field.
getSelectionColumns() - Method in class adams.gui.chooser.FontChooserPanel
Returns the number of columns in the selection text field.
getSelectionEnd() - Method in class adams.gui.core.TextEditorPanel
Returns the selected text's end position.
getSelectionFullNames() - Method in class adams.gui.flow.tree.Tree
Returns the full names list of nodes that are selected.
getSelectionMode() - Method in class adams.gui.core.BaseListWithButtons
Returns the current selection mode for the list.
getSelectionMode() - Method in class adams.gui.core.dotnotationtree.DotNotationTree
Returns the selection mode.
getSelectionMode() - Method in class adams.gui.visualization.container.AbstractContainerList
Returns the selection mode.
getSelectionMode() - Method in class adams.gui.wizard.ListPage
Returns the selection mode.
getSelectionModel() - Method in class adams.gui.core.BaseListWithButtons
Returns the current selection model.
getSelectionModel() - Method in class adams.gui.core.BaseTableWithButtons
Returns the ListSelectionModel that is used to maintain row selection state.
getSelectionModel() - Method in class adams.gui.core.SortableAndSearchableTableWithButtons
Returns the ListSelectionModel that is used to maintain row selection state.
getSelectionModel() - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeSelectionPanel
Gets the selection model used by the table.
getSelectionPaths() - Method in class adams.gui.flow.tree.SelectionModel
Returns the paths in the selection.
getSelectionPaths() - Method in class adams.gui.flow.tree.Tree
Returns the paths of all selected values.
getSelectionPopupMenu(SortableAndSearchableTable, int) - Method in interface adams.gui.selection.AbstractTableBasedSelectionPanel.SelectionPopupMenuSupplier
Returns a popup menu for the table of the selection table.
getSelectionProcessor() - Method in class adams.flow.sink.ImageViewer
Returns the selection processor in use.
getSelectionProcessor() - Method in class adams.flow.transformer.ImageAnnotator
Returns the selection processor in use.
getSelectionProcessor() - Method in class adams.gui.tools.previewbrowser.AnnotateImage
Returns the selection processor in use.
getSelectionProcessor() - Method in class weka.filters.unsupervised.instance.MultiRowProcessor
Returns the selection processor scheme in use.
getSelectionRows() - Method in class adams.gui.flow.tree.Tree
Returns the selected rows.
getSelectionShapePainter() - Method in class adams.flow.sink.ImageViewer
Returns the painter for the selection shape.
getSelectionShapePainter() - Method in class adams.flow.transformer.ImageAnnotator
Returns the painter for the selection shape.
getSelectionShapePainter() - Method in class adams.gui.tools.previewbrowser.AnnotateImage
Returns the painter for the selection shape.
getSelectionShapePainter() - Method in class adams.gui.visualization.image.ImagePanel
Returns the painter to use for the selection shape.
getSelectionShapePainter() - Method in class adams.gui.visualization.image.ImagePanel.PaintPanel
Returns the painter to use for the selection shape.
getSelectionStart() - Method in class adams.gui.core.TextEditorPanel
Returns the selected text's start position.
getSelectionValues() - Method in class adams.flow.source.EnterValue
Returns the selection values to prompt the user with.
getSelectSubset() - Method in class adams.flow.template.FileProcessingWithProgressBar
Returns whether to let the user select a subset.
getSelectSubset() - Method in class adams.flow.template.IterateFilesWithProgressBar
Returns whether to let the user select a subset.
getSendEmail() - Method in class adams.core.net.SimpleMailer
Returns the send email scheme in use.
getSendEmail() - Method in class adams.flow.sink.SendEmail
Returns the object for sending emails.
getSendEmail() - Method in class adams.flow.sink.sendnotification.Email
Returns the object for sending emails.
getSendEmail() - Method in class adams.gui.visualization.multiobjectexport.EmailExport
Returns the object for sending emails.
getSender() - Method in class adams.flow.sink.sendnotification.Email
Returns the sender.
getSender() - Method in class adams.flow.transformer.CreateEmail
Returns the sender.
getSender() - Method in class adams.gui.visualization.multiobjectexport.EmailExport
Returns the email address of the sender.
getSendToClasses() - Method in class adams.flow.sink.AbstractGraphicalDisplay
Returns the classes that the supporter generates.
getSendToClasses() - Method in class adams.flow.sink.AbstractTextualDisplay
Returns the classes that the supporter generates.
getSendToClasses() - Method in class adams.flow.sink.ContainerDisplay
Returns the classes that the supporter generates.
getSendToClasses() - Method in class adams.flow.sink.DisplayPanelGrid
Returns the classes that the supporter generates.
getSendToClasses() - Method in class adams.flow.sink.DisplayPanelManager
Returns the classes that the supporter generates.
getSendToClasses() - Method in class adams.flow.sink.PDFViewer
Returns the class that the supporter generates.
getSendToClasses() - Method in class adams.flow.sink.SpreadSheetDisplay
Returns the classes that the supporter generates.
getSendToClasses() - Method in class adams.flow.sink.WekaInstancesDisplay
Returns the classes that the supporter generates.
getSendToClasses() - Method in class adams.flow.standalone.AbstractMultiView
Returns the classes that the supporter generates.
getSendToClasses() - Method in class adams.flow.standalone.ConsoleWindow
Returns the classes that the supporter generates.
getSendToClasses() - Method in class adams.gui.core.ConsolePanel
Returns the classes that the supporter generates.
getSendToClasses() - Method in class adams.gui.core.SpreadSheetTable
Returns the classes that the supporter generates.
getSendToClasses() - Method in class adams.gui.dialog.SpreadSheetPanel
Returns the classes that the supporter generates.
getSendToClasses() - Method in class adams.gui.dialog.TextPanel
Returns the classes that the supporter generates.
getSendToClasses() - Method in class adams.gui.flow.FlowEditorPanel
Returns the classes that the supporter generates.
getSendToClasses() - Method in class adams.gui.flow.FlowPanel
Returns the classes that the supporter generates.
getSendToClasses() - Method in interface adams.gui.sendto.SendToActionSupporter
Returns the classes that the supporter generates.
getSendToClasses() - Method in class adams.gui.tools.ConsoleOutputAnalyzerPanel
Returns the classes that the supporter generates.
getSendToClasses() - Method in class adams.gui.tools.DatasetCompatibilityPanel
Returns the classes that the supporter generates.
getSendToClasses() - Method in class adams.gui.tools.PreviewBrowserPanel
Returns the classes that the supporter generates.
getSendToClasses() - Method in class adams.gui.tools.PropertiesViewerPanel
Returns the classes that the supporter generates.
getSendToClasses() - Method in class adams.gui.tools.SpreadSheetViewerPanel
Returns the classes that the supporter generates.
getSendToClasses() - Method in class adams.gui.tools.SystemInfoPanel
Returns the classes that the supporter generates.
getSendToClasses() - Method in class adams.gui.visualization.container.DataContainerPanel
Returns the classes that the supporter generates.
getSendToClasses() - Method in class adams.gui.visualization.image.ImageViewerPanel
Returns the classes that the supporter generates.
getSendToClasses() - Method in class adams.gui.visualization.instance.InstanceExplorer
Returns the classes that the supporter generates.
getSendToClasses() - Method in class adams.gui.visualization.instances.InstancesTable
Returns the classes that the supporter generates.
getSendToClasses() - Method in class adams.gui.visualization.pdf.PDFViewerPanel
Returns the class that the supporter generates.
getSendToClasses() - Method in class adams.gui.visualization.spreadsheet.SpreadSheetExplorer
Returns the classes that the supporter generates.
getSendToClasses() - Method in class adams.gui.visualization.timeseries.TimeseriesExplorer
Returns the classes that the supporter generates.
getSendToClasses() - Method in class weka.gui.explorer.ExplorerExt
Returns the classes that the supporter generates.
getSendToItem(Class[]) - Method in class adams.flow.sink.AbstractGraphicalDisplay
Returns the object to send.
getSendToItem(Class[]) - Method in class adams.flow.sink.AbstractTextualDisplay
Returns the object to send.
getSendToItem(Class[]) - Method in class adams.flow.sink.ContainerDisplay
Returns the object to send.
getSendToItem(Class[]) - Method in class adams.flow.sink.DisplayPanelGrid
Returns the object to send.
getSendToItem(Class[]) - Method in class adams.flow.sink.DisplayPanelManager
Returns the object to send.
getSendToItem(Class[]) - Method in class adams.flow.sink.PDFViewer
Returns the object to send.
getSendToItem(Class[]) - Method in class adams.flow.sink.SpreadSheetDisplay
Returns the object to send.
getSendToItem(Class[]) - Method in class adams.flow.sink.WekaInstancesDisplay
Returns the object to send.
getSendToItem(Class[]) - Method in class adams.flow.standalone.AbstractMultiView
Returns the object to send.
getSendToItem(Class[]) - Method in class adams.flow.standalone.ConsoleWindow
Returns the object to send.
getSendToItem(Class[]) - Method in class adams.gui.core.ConsolePanel
Returns the object to send.
getSendToItem(Class[]) - Method in class adams.gui.core.SpreadSheetTable
Returns the object to send.
getSendToItem(Class[]) - Method in class adams.gui.dialog.SpreadSheetPanel
Returns the object to send.
getSendToItem(Class[]) - Method in class adams.gui.dialog.TextPanel
Returns the object to send.
getSendToItem(Class[]) - Method in class adams.gui.flow.FlowEditorPanel
Returns the object to send.
getSendToItem(Class[]) - Method in class adams.gui.flow.FlowPanel
Returns the object to send.
getSendToItem(Class[]) - Method in interface adams.gui.sendto.SendToActionSupporter
Returns the object to send.
getSendToItem(Class[]) - Method in class adams.gui.tools.ConsoleOutputAnalyzerPanel
Returns the object to send.
getSendToItem(Class[]) - Method in class adams.gui.tools.DatasetCompatibilityPanel
Returns the object to send.
getSendToItem(Class[]) - Method in class adams.gui.tools.PreviewBrowserPanel
Returns the object to send.
getSendToItem(Class[]) - Method in class adams.gui.tools.PropertiesViewerPanel
Returns the object to send.
getSendToItem(Class[]) - Method in class adams.gui.tools.SpreadSheetViewerPanel
Returns the object to send.
getSendToItem(Class[]) - Method in class adams.gui.tools.SystemInfoPanel
Returns the object to send.
getSendToItem(Class[]) - Method in class adams.gui.visualization.container.DataContainerPanel
Returns the object to send.
getSendToItem(Class[]) - Method in class adams.gui.visualization.image.ImageViewerPanel
Returns the object to send.
getSendToItem(Class[]) - Method in class adams.gui.visualization.instance.InstanceExplorer
Returns the object to send.
getSendToItem(Class[]) - Method in class adams.gui.visualization.instances.InstancesTable
Returns the object to send.
getSendToItem(Class[]) - Method in class adams.gui.visualization.pdf.PDFViewerPanel
Returns the object to send.
getSendToItem(Class[]) - Method in class adams.gui.visualization.spreadsheet.SpreadSheetExplorer
Returns the object to send.
getSendToItem(Class[]) - Method in class adams.gui.visualization.timeseries.TimeseriesExplorer
Returns the object to send.
getSendToItem(Class[]) - Method in class weka.gui.explorer.ExplorerExt
Returns the object to send.
getSeparateFolds() - Method in class adams.multiprocess.WekaCrossValidationExecution
Returns whether to separate the folds, an Evaluation object per fold.
getSeparator() - Method in class adams.data.conversion.SideBySideDiffToString
Returns the separator in use.
getSeparator() - Method in class adams.data.featureconverter.Text
Returns the separator in use.
getSeparator() - Method in class adams.data.io.input.CsvSpreadSheetReader
Returns the string used as separator for the columns, '\t' for tab.
getSeparator() - Method in class adams.data.io.input.FastCsvSpreadSheetReader
Returns the string used as separator for the columns, '\t' for tab.
getSeparator() - Method in class adams.data.io.input.SimpleCsvSpreadSheetReader
Returns the string used as separator for the columns, '\t' for tab.
getSeparator() - Method in class adams.data.io.output.CsvSpreadSheetWriter
Returns the string used as separator for the columns, '\t' for tab.
getSeparator() - Method in class adams.data.io.output.TextFileWithLineNumbersWriter
Returns the separator between line number and line content.
getSeparator() - Method in class adams.flow.sink.StringTree
Returns the name of the content.
getSeparator() - Method in class adams.flow.sink.StringTree.HierarchicalStringNode
Returns the separator in use.
getSeparator() - Method in class adams.flow.sink.StringTree.HierarchicalStringTree
Returns the separator in use.
getSeparator() - Method in class adams.flow.source.NewList
Returns the list element separator to use.
getSeparator() - Method in class adams.flow.transformer.plotgenerator.XYPlotGenerator
Returns the separator in use between columns.
getSeparator() - Method in class adams.flow.transformer.SpreadSheetCollapse
Returns the separator to use when joining cell values.
getSeparator() - Method in class adams.flow.transformer.TesseractOCR
Returns the separator between text files, in case text is being output rather than file names.
getSeparator() - Method in class adams.gui.core.dotnotationtree.DotNotationNode
Returns the separator in use.
getSeparator() - Method in class adams.gui.core.dotnotationtree.DotNotationTree
Returns the separator in use.
getSeparatorCells() - Method in class adams.data.featureconverter.FixedColumnText
Returns the separator in use between cells.
getSeparatorHeader() - Method in class adams.data.featureconverter.FixedColumnText
Returns the separator in use between header and data.
getSeparatorPaintlet() - Method in class adams.flow.sink.ControlChartPlot
Returns the paintlet to use for separating intialization data and subsequent data.
getSequence() - Method in class adams.gui.visualization.sequence.XYSequenceTable
Returns the underlying report.
getSequence() - Method in class adams.gui.visualization.sequence.XYSequenceTable.Model
Returns the underlying sequence.
getSequenceManager() - Method in class adams.gui.visualization.instance.InstancePanel
Returns the current container manager.
getSequenceManager() - Method in class adams.gui.visualization.sequence.XYSequencePanel
Returns the current container manager.
getSequenceManager() - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowPanel
Returns the current container manager.
getSequencePanel() - Method in class adams.gui.visualization.sequence.AbstractXYSequencePaintlet
Returns the XY sequence panel currently in use.
getSequencePanel() - Method in class adams.gui.visualization.sequence.DiagonalOverlayPaintlet
Returns the XY sequence panel currently in use.
getSequencePanel() - Method in class adams.gui.visualization.sequence.HorizontalIndicator
Returns the XY sequence panel currently in use.
getSequencePanel() - Method in class adams.gui.visualization.sequence.KendallTheilOverlayPaintlet
Returns the XY sequence panel currently in use.
getSequencePanel() - Method in class adams.gui.visualization.sequence.LinearRegressionOverlayPaintlet
Returns the XY sequence panel currently in use.
getSequencePanel() - Method in class adams.gui.visualization.sequence.LOWESSOverlayPaintlet
Returns the XY sequence panel currently in use.
getSequencePanel() - Method in class adams.gui.visualization.sequence.MultiPaintlet
Returns the XY sequence panel currently in use.
getSequencePanel() - Method in class adams.gui.visualization.sequence.StraightLineOverlayPaintlet
Returns the XY sequence panel currently in use.
getSequencePanel() - Method in class adams.gui.visualization.sequence.TextOverlayPaintlet
Returns the XY sequence panel currently in use.
getSequencePanel() - Method in interface adams.gui.visualization.sequence.XYSequencePaintlet
Returns the XY sequence panel currently in use.
getSequenceProvider() - Method in class adams.gui.tools.AbstractSequenceViewerPanel
Returns the sequence provider used for generating the data.
getSerializationFile() - Method in interface adams.core.SerializableObject
Returns the current file to serialize to.
getSerialized() - Method in class weka.filters.SerializedFilter
Returns the serialized filter file.
getSerializedModelFileFilter() - Static method in class adams.gui.core.ExtensionFileFilter
Returns a filter for serialized model files.
getServer() - Method in class adams.flow.standalone.PyroNameServer
Returns the server to connect to.
getServer() - Method in class adams.flow.standalone.SMTPConnection
Returns the SMTP server in use.
getServer() - Method in class weka.classifiers.meta.SocketFacade
Returns the server socket, instantiates it if necessary.
getSession() - Method in class adams.core.io.SftpFileObject
Returns the session.
getSession() - Method in interface adams.core.net.SSHSessionProvider
Returns the SSH session.
getSession() - Method in class adams.flow.standalone.SSHConnection
Returns the SSH session.
getSession() - Method in class adams.gui.chooser.SftpRemoteDirectorySetup
Returns the SSH session.
getSession() - Method in class adams.scripting.connection.AbstractSSHConnection
Returns the SSH session.
getSessionFile() - Method in class adams.gui.scripting.AbstractScriptingDialog
Returns the name of the session file to use.
getSessionProvider() - Method in class adams.core.io.lister.SftpDirectoryLister
Returns the current session provider.
getSettings() - Method in class adams.gui.visualization.segmentation.layer.AbstractLayer
Returns the current settings.
getSettings() - Method in class adams.gui.visualization.segmentation.layer.BackgroundLayer
Returns the current settings.
getSettings() - Method in class adams.gui.visualization.segmentation.layer.CombinedLayer
Returns the current settings.
getSettings() - Method in class adams.gui.visualization.segmentation.layer.ImageLayer
Returns the current settings.
getSettings() - Method in class adams.gui.visualization.segmentation.layer.LayerManager
Returns the current state.
getSettings() - Method in class adams.gui.visualization.segmentation.layer.OverlayLayer
Returns the current settings.
getSetup() - Method in class adams.event.GeneticFitnessChangeEvent
Returns the associated setup.
getSetup() - Method in class adams.flow.setup.FlowSetupWorker
Returns the underlying flow setup.
getSetup() - Method in class adams.flow.source.WekaClassifierGenerator
Returns the base classifier.
getSetup() - Method in class adams.flow.source.WekaClustererGenerator
Returns the base clusterer.
getSetup() - Method in class adams.flow.source.WekaFilterGenerator
Returns the base clusterer.
getSetup() - Method in class adams.flow.transformer.WekaGeneticAlgorithmInitializer
Returns the property in the incoming properties that contains the commandline of the genetic algorithm.
getSetup() - Method in class adams.gui.application.ApplicationMenu
Returns the setup file with the layout, etc.
getSetup() - Method in class adams.gui.menu.AbstractClassifierBasedGeneticAlgorithmWizard
Returns the genetic algorithm setup to use.
getSetup() - Method in class adams.gui.menu.DarkLord
Returns the genetic algorithm setup to use.
getSetup() - Method in class adams.gui.menu.Hermione
Returns the genetic algorithm setup to use.
getSetup() - Method in class adams.gui.visualization.report.ReportFactory.StandardsDialog
Returns the setup, i.e., the compound/min/max items.
getSetup() - Method in class adams.opt.genetic.AbstractGeneticAlgorithm.FitnessContainer
Returns the setup.
getSetup(int) - Method in class adams.gui.flow.setup.FlowSetupTableModel
Returns a copy of the setup at the specified location.
getSetup(Class, CallableActorReference, Actor, MessageCollection) - Static method in class adams.flow.core.CallableActorHelper
Returns the setup obtained from the callable actor, source or transformer.
getSetup(Class, CallableActorReference, Actor, AbstractCallableActor, MessageCollection) - Static method in class adams.flow.core.CallableActorHelper
Returns the setup obtained from the callable actor, source or transformer.
getSetupDialog(Dialog, Dialog.ModalityType) - Static method in class adams.gui.visualization.instance.HistogramFactory
Returns an instance of a setup dialog for displaying histograms.
getSetupDialog(Dialog, Dialog.ModalityType) - Static method in class adams.gui.visualization.spreadsheet.HistogramFactory
Returns an row of a setup dialog for displaying histograms.
getSetupDialog(Dialog, Dialog.ModalityType) - Static method in class adams.gui.visualization.statistics.HistogramFactory
Returns an instance of a setup dialog for displaying histograms.
getSetupDialog(Frame, boolean) - Static method in class adams.gui.visualization.instance.HistogramFactory
Returns an instance of a setup dialog for displaying histograms.
getSetupDialog(Frame, boolean) - Static method in class adams.gui.visualization.spreadsheet.HistogramFactory
Returns an row of a setup dialog for displaying histograms.
getSetupDialog(Frame, boolean) - Static method in class adams.gui.visualization.statistics.HistogramFactory
Returns an instance of a setup dialog for displaying histograms.
getSetupFile() - Method in class adams.flow.FlowSetupRunner
Returns the setup file to load the actor from.
getSetupFromSource(Class, CallableActorReference, Actor, MessageCollection) - Static method in class adams.flow.core.CallableActorHelper
Returns the setup obtained from the callable source.
getSetupFromTransformer(Class, CallableActorReference, Actor, MessageCollection) - Static method in class adams.flow.core.CallableActorHelper
Returns the setup obtained from the callable transformer.
getSetupName() - Method in class adams.flow.FlowSetupRunner
Returns the name of the setup to execute.
getSetupName() - Method in class adams.gui.tools.wekamultiexperimenter.setup.AbstractSetupPanel
Returns the name for this setup panel.
getSetupName() - Method in class adams.gui.tools.wekamultiexperimenter.setup.BasicAdamsSetupPanel
Returns the name for this setup panel.
getSetupName() - Method in class adams.gui.tools.wekamultiexperimenter.setup.BasicWekaSetupPanel
Returns the name for this setup panel.
getSetups() - Method in class adams.db.datatype.MultiSetup
Returns the setups to execute.
getSetups() - Static method in class adams.gui.tools.wekainvestigator.tab.experimenttab.setup.AbstractExperimentSetup
Returns the available actions.
getSetupUpload() - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm
Returns the scheme for uploading the currently best job setup.
getShallowCopy() - Method in class adams.flow.control.Storage
Returns a shallow copy of the object.
getShape() - Method in class adams.data.distribution.Gamma
Returns the shape.
getShape() - Method in class adams.data.distribution.LogNormal
Returns the shape.
getShape() - Method in class adams.flow.sink.JFreeChartFileWriter
Returns the shape generator.
getShape() - Method in class adams.flow.sink.JFreeChartPlot
Returns the shape generator.
getShape() - Method in class adams.gui.tools.spreadsheetviewer.chart.JFreeChart
Returns the shape generator.
getShape() - Method in class adams.gui.visualization.object.objectannotations.outline.PolygonVertices
Returns the shape in use for vertices.
getShape() - Method in class adams.gui.visualization.object.objectannotations.outline.RectangleVertices
Returns the shape in use for vertices.
getShape() - Method in class adams.gui.visualization.segmentation.layer.Markers
Returns the shape in use for markers.
getShape() - Method in class adams.gui.visualization.stats.paintlet.Gamma
Get the shape parameter for the gamma distribution
getShapeColor(Polygon) - Method in class adams.gui.visualization.image.ReportObjectOverlay
Returns the shape color for the object.
getShapeColorProvider() - Method in class adams.flow.transformer.draw.ObjectLocationsFromReport
Returns the color provider to use when varying the shape colors.
getShapeColorProvider() - Method in class adams.gui.tools.previewbrowser.ObjectCentersFromReport
Returns the color provider to use when varying the shape colors.
getShapeColorProvider() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
Returns the color provider to use when varying the shape colors.
getShapeColorProvider() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
Returns the color provider to use when varying the shape colors.
getShapeColorProvider() - Method in class adams.gui.visualization.image.AbstractObjectOverlayFromReport
Returns the color provider to use when varying the shape colors.
getShapeColorProvider() - Method in class adams.gui.visualization.image.ReportObjectOverlay
Returns the color provider to use when varying the shape colors.
getShapeColors() - Method in class adams.flow.transformer.draw.ObjectAnnotationsFromReport
Returns the colorizers for the shape plotters.
getShapeColors() - Method in class adams.gui.tools.previewbrowser.ObjectAnnotationsHandler
Returns the colorizers for the shape plotters.
getShapeColors() - Method in class adams.gui.tools.previewbrowser.ObjectAnnotationsReportHandler
Returns the colorizers for the shape plotters.
getShapeColors() - Method in class adams.gui.visualization.image.ObjectAnnotations
Returns the colorizers for the shape plotters.
getShapeColors() - Method in class adams.gui.visualization.object.overlay.ObjectAnnotations
Returns the colorizers for the shape plotters.
getShapePlotters() - Method in class adams.flow.transformer.draw.ObjectAnnotationsFromReport
Returns the plotters for the shapes.
getShapePlotters() - Method in class adams.gui.tools.previewbrowser.ObjectAnnotationsHandler
Returns the plotters for the shapes.
getShapePlotters() - Method in class adams.gui.tools.previewbrowser.ObjectAnnotationsReportHandler
Returns the plotters for the shapes.
getShapePlotters() - Method in class adams.gui.visualization.image.ObjectAnnotations
Returns the plotters for the shapes.
getShapePlotters() - Method in class adams.gui.visualization.object.overlay.ObjectAnnotations
Returns the plotters for the shapes.
getSharedStringsTable() - Method in class adams.data.spreadsheet.DefaultSpreadSheet
Returns the table for shared strings.
getSharedStringsTable() - Method in interface adams.data.spreadsheet.SpreadSheet
Returns the table for shared strings.
getSharedStringsTable() - Method in class adams.data.spreadsheet.SpreadSheetView
Returns the table for shared strings.
getSharedStringsTable() - Method in class adams.ml.data.DatasetView
Returns the table for shared strings.
getSharedStringsTable() - Method in class adams.ml.data.InstancesView
Returns the table for shared strings.
getSheet() - Method in class adams.data.spreadsheet.SpreadSheetView
Returns the underlying sheet.
getSheet() - Method in class adams.flow.execution.AbstractFlowExecutionListenerWithTable
Returns the table as spreadsheet.
getSheet() - Method in class adams.gui.core.SpreadSheetTableModel
Returns the underlying spreadsheet.
getSheet() - Method in class adams.gui.tools.spreadsheetviewer.SpreadSheetPanel
Returns the underlying spreadsheet.
getSheet() - Method in class adams.parser.LookUpUpdate
Returns the underlying spreadsheet.
getSheet() - Method in class adams.parser.SpreadSheetFormula
Returns the underlying spreadsheet.
getSheet() - Method in class adams.parser.spreadsheetformula.Parser
Returns the current spreadsheet in use.
getSheet() - Method in class adams.parser.spreadsheetformula.ParserHelper
Returns the current spreadsheet in use.
getSheet() - Method in class adams.parser.SpreadSheetQuery
Returns the underlying spreadsheet.
getSheet() - Method in class adams.parser.spreadsheetquery.Parser
Returns the current spreadsheet in use.
getSheet() - Method in class adams.parser.spreadsheetquery.ParserHelper
Returns the current spreadsheet in use.
getSheetAt(int) - Method in class adams.gui.tools.spreadsheetviewer.MultiPagePane
Returns the table at the specified position.
getSheetCount(File) - Method in class adams.data.io.input.ExcelStreamingSpreadSheetReader
Determines the number of sheets in the file.
getSheetCount(File) - Method in class adams.gui.tools.previewbrowser.ExcelSpreadSheetHandler
Determines the number of sheets in the spreadsheet file.
getSheetCount(File) - Method in class adams.gui.tools.previewbrowser.ODFSpreadSheetHandler
Determines the number of sheets in the spreadsheet file.
getSheetName() - Method in class adams.flow.source.NewSpreadSheet
Returns the name for the spreadsheet
getSheetNames() - Method in class adams.data.spreadsheet.SheetIndex
Returns the underlying sheet names.
getSheetNames() - Method in class adams.data.spreadsheet.SheetRange
Returns the underlying sheet names.
getSheetPrefix() - Method in class adams.data.io.output.AbstractMultiSheetSpreadSheetWriter
Returns the prefix for sheet names
getSheetRange() - Method in class adams.data.io.input.AbstractMultiSheetSpreadSheetReader
Returns the range of the sheets to load.
getSheetRange() - Method in interface adams.data.io.input.MultiSheetSpreadSheetReader
Returns the range of the sheets to load.
getShiftDown() - Method in class adams.gui.visualization.image.leftclick.AbstractLeftClickProcessor
Returns whether the shift key needs to be down.
getShiftDown() - Method in class adams.gui.visualization.object.mouseclick.AbstractMouseClickProcessor
Returns whether the shift key needs to be down.
getShortCommandLine(Object) - Static method in class adams.core.option.OptionUtils
Returns the classname and, if the object is an option handler, the options as a single string.
getShortcut() - Method in class adams.gui.flow.tree.keyboardaction.AbstractKeyboardAction
Returns the shortcut of the action.
getShortcutProperties() - Static method in class adams.gui.tools.wekainvestigator.InvestigatorPanel
Returns the properties that define the shortcuts.
getShortening() - Method in class adams.gui.core.TitleGenerator
Returns how the file is being shortened.
getShorteningType() - Method in class adams.gui.core.Undo
Returns how to shorten the comments.
getShortTitle() - Method in class adams.flow.core.AbstractDisplay
Returns whether to use just the name of the actor or the full name.
getShortTitle() - Method in class adams.flow.source.AbstractSelectObjects
Returns whether to use just the name of the actor or the full name.
getShortTitle() - Method in class adams.flow.transformer.AbstractInteractiveTransformerDialog
Returns whether to use just the name of the actor or the full name.
getShowAboutBox() - Method in class adams.gui.goe.PropertySheetPanel
Returns whether the about box is displayed.
getShowAboutBox() - Method in class adams.gui.wizard.WekaPropertySheetPanelPage.CustomPropertySheetPanel
Returns whether the about box is displayed.
getShowAnnotations() - Method in class adams.gui.flow.tree.Tree
Returns whether the annotations are shown or not.
getShowAnnotations() - Method in class adams.gui.visualization.object.ObjectAnnotationPanel
Returns whether the annotations are shown.
getShowAttributeIndex() - Method in class adams.gui.visualization.instances.InstancesTableModel
Returns whether to display the attribute index in the header.
getShowAttributeWeights() - Method in class adams.gui.visualization.instances.InstancesTable
Returns whether to display attribute weights.
getShowAttributeWeights() - Method in class adams.gui.visualization.instances.InstancesTableModel
Returns whether to display attribute weights.
getShowCellTypes() - Method in class adams.gui.core.SpreadSheetTable
Returns whether to show the cell types rather than the cell values.
getShowCellTypes() - Method in class adams.gui.core.SpreadSheetTableModel
Returns whether to show the cell types rather than the cell values.
getShowCellTypes() - Method in class adams.gui.core.SpreadSheetTableWithButtons
Returns whether to show the cell types rather than the cell values.
getShowCellTypes() - Method in class adams.gui.tools.spreadsheetviewer.SpreadSheetPanel
Returns whether to show the cell types rather than the cell values.
getShowCellTypes(int) - Method in class adams.gui.tools.spreadsheetviewer.MultiPagePane
Returns whether to show the cell types.
getShowClassTree() - Method in class adams.gui.flow.tree.keyboardaction.AbstractAddActor
Returns whether to show the class tree in the GenericObjectEditor window.
getShowClassTree() - Method in class adams.gui.flow.tree.keyboardaction.AbstractQuickSearchActor
Returns whether to show the class tree in the GenericObjectEditor window.
getShowCloseTabButton() - Method in class adams.gui.core.BaseTabbedPane
Returns whether to show "close tab" buttons.
getShowColumnComboBox() - Method in class adams.gui.dialog.MultiSpreadSheetDialog
Returns whether the column combobox is visible.
getShowColumnComboBox() - Method in class adams.gui.dialog.SpreadSheetDialog
Returns whether the column combobox is visible.
getShowColumnComboBox() - Method in class adams.gui.dialog.SpreadSheetPanel
Returns whether the column combobox is visible.
getShowControls() - Method in class adams.flow.standalone.GridView
Returns whether to show the controls for adjusting rows/columns.
getShowDistribution() - Method in class adams.flow.transformer.AbstractWekaPredictionsTransformer
Returns whether to show the class distribution as well.
getShowDistribution() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.Predictions
Returns whether to show the class distribution as well.
getShowError() - Method in class adams.flow.transformer.AbstractWekaPredictionsTransformer
Returns whether to show the error as well.
getShowError() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.Predictions
Returns whether to show the error as well.
getShowFlowControlSubMenu() - Method in class adams.flow.sink.AbstractGraphicalDisplay
Returns whether to show a flow control sub-menu in the menubar.
getShowFlowControlSubMenu() - Method in class adams.flow.sink.AbstractTextualDisplay
Returns whether to show a flow control sub-menu in the menubar.
getShowFlowControlSubMenu() - Method in class adams.flow.sink.DisplayPanelGrid
Returns whether to show a flow control sub-menu in the menubar.
getShowFlowControlSubMenu() - Method in class adams.flow.sink.DisplayPanelManager
Returns whether to show a flow control sub-menu in the menubar.
getShowFlowControlSubMenu() - Method in class adams.flow.standalone.AbstractMultiView
Returns whether to show a flow control sub-menu in the menubar.
getShowFormulas() - Method in class adams.flow.sink.SpreadSheetDisplay
Returns whether to show the formulas or the calculated values.
getShowFormulas() - Method in class adams.gui.core.SpreadSheetTable
Returns whether to display the formulas or their calculated values.
getShowFormulas() - Method in class adams.gui.core.SpreadSheetTableModel
Returns whether to display the formulas or their calculated values.
getShowFormulas() - Method in class adams.gui.core.SpreadSheetTableWithButtons
Returns whether to display the formulas or their calculated values.
getShowFormulas() - Method in class adams.gui.dialog.MultiSpreadSheetDialog
Returns whether to display the formulas or their calculated values.
getShowFormulas() - Method in class adams.gui.dialog.SpreadSheetDialog
Returns whether to display the formulas or their calculated values.
getShowFormulas() - Method in class adams.gui.dialog.SpreadSheetPanel
Returns whether to display the formulas or their calculated values.
getShowFormulas() - Method in class adams.gui.tools.spreadsheetviewer.SpreadSheetPanel
Returns whether to display the formulas or their calculated values.
getShowFormulas(int) - Method in class adams.gui.tools.spreadsheetviewer.MultiPagePane
Returns whether to show the formulas.
getShowGraphicalOutput() - Method in class adams.flow.transformer.ProcessActor
Returns whether to show any graphical output generated by the processor.
getShowGridLines() - Method in class adams.gui.visualization.core.AxisPanel
Returns whether the grid lines are displayed.
getShowGridLines() - Method in class adams.gui.visualization.core.AxisPanelOptions
Returns whether to plot grid lines as well.
getShowHiddenFiles() - Method in class adams.gui.tools.PreviewBrowserPanel
Returns whether to show hidden files or not.
getShowIndex() - Method in class adams.flow.transformer.pixelselector.ClassificationOverlay
Returns whether the index is shown.
getShowInputOutput() - Method in class adams.gui.flow.tree.Tree
Returns whether the input/output information is shown or not.
getShowLabel() - Method in class adams.flow.transformer.pixelselector.ClassificationOverlay
Returns whether the label is shown.
getShowLog() - Method in class adams.gui.visualization.image.ImagePanel
Returns whether the log is currently displayed or not.
getShowObjectPanel() - Method in class adams.gui.tools.previewbrowser.ObjectAnnotationsHandler
Returns whether to show the panel with the located objects.
getShowObjectPanel() - Method in class adams.gui.tools.previewbrowser.ObjectAnnotationsReportHandler
Returns whether to show the panel with the located objects.
getShowObjectPanel() - Method in class adams.gui.tools.previewbrowser.ObjectCentersFromReport
Returns whether to show the panel with the located objects.
getShowObjectPanel() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
Returns whether to show the panel with the located objects.
getShowObjectPanel() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
Returns whether to show the panel with the located objects.
getShowObjectPanel() - Method in class adams.gui.visualization.image.AbstractObjectOverlayFromReport
Returns whether to show the panel with the located objects.
getShowObjectPanel() - Method in class adams.gui.visualization.image.ObjectAnnotations
Returns whether to show the panel with the located objects.
getShowOptions() - Method in class adams.flow.sink.ZScoreDisplay
Returns whether to show the options or not.
getShowParentDirs() - Method in class adams.gui.core.FileWrapperTableModel
Returns whether to show the parent directories.
getShowPointPanel() - Method in class adams.gui.tools.previewbrowser.DeepLabCutCSVHandler
Returns whether to show the panel with the located points.
getShowPointPanel() - Method in class adams.gui.tools.previewbrowser.PointsFromReportHandler
Returns whether to show the panel with the located points.
getShowPointPanel() - Method in class adams.gui.visualization.image.AbstractPointOverlayFromReport
Returns whether to show the panel with the located points.
getShowProbability() - Method in class adams.flow.transformer.AbstractWekaPredictionsTransformer
Returns whether to show the probability as well.
getShowProbability() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.Predictions
Returns whether to show the probability as well.
getShowProperties() - Method in class adams.flow.sink.ImageViewer
Returns whether to display the image properties.
getShowProperties() - Method in class adams.gui.visualization.image.ImagePanel
Returns whether the image properties are currently displayed or not.
getShowQuickInfo() - Method in class adams.gui.flow.tree.Tree
Returns whether the quick info is shown or not.
getShowRowColumn() - Method in class adams.gui.core.SpreadSheetTable
Returns whether the column with the row numbers is displayed.
getShowRowColumn() - Method in class adams.gui.core.SpreadSheetTableModel
Returns whether the column with the row numbers is displayed.
getShowRowColumn() - Method in class adams.gui.core.SpreadSheetTableWithButtons
Returns whether the column with the row numbers is displayed.
getShowRowColumn() - Method in class adams.gui.dialog.SpreadSheetPanel
Returns whether the column with the row numbers is displayed.
getShowRowIndexColumn() - Method in class adams.flow.sink.SpreadSheetDisplay
Returns whether to show the column with the row indices.
getShowSearch() - Method in class adams.gui.dialog.MultiSpreadSheetDialog
Returns whether the search is visible.
getShowSearch() - Method in class adams.gui.dialog.SpreadSheetDialog
Returns whether the search is visible.
getShowSearch() - Method in class adams.gui.dialog.SpreadSheetPanel
Returns whether the search is visible.
getShowSeconds() - Method in class adams.flow.standalone.Stopwatch
Returns whether to display seconds as well.
getShowSidePanel() - Method in class adams.flow.sink.ActualVsPredictedPlot
Returns whether to show the side panel.
getShowSidePanel() - Method in class adams.flow.sink.SequencePlotter
Returns whether to show the side panel with the plot names.
getShowSidePanel() - Method in class adams.flow.sink.SimplePlot
Returns whether to show the side panel with the plot names.
getShowSidePanel() - Method in class adams.flow.sink.TimeseriesDisplay
Returns whether to show the side panel or not.
getShowSimpleCellPopupMenu() - Method in class adams.gui.core.BaseTable
Returns whether to show a simple cell popup menu.
getShowSimpleCellPopupMenu() - Method in class adams.gui.core.BaseTableWithButtons
Returns whether to show a simple cell popup menu.
getShowSimpleCellPopupMenu() - Method in class adams.gui.core.SortableAndSearchableTableWithButtons
Returns whether to show a simple cell popup menu.
getShowSimpleHeaderPopupMenu() - Method in class adams.gui.core.BaseTable
Returns whether to show a simple header popup menu.
getShowSimpleHeaderPopupMenu() - Method in class adams.gui.core.BaseTableWithButtons
Returns whether to show a simple header popup menu.
getShowSimpleHeaderPopupMenu() - Method in class adams.gui.core.SortableAndSearchableTableWithButtons
Returns whether to show a simple header popup menu.
getShowStopButton() - Method in class adams.flow.sink.ProgressBar
Returns whether to show a stop button.
getShowTempFiles() - Method in class adams.gui.tools.PreviewBrowserPanel
Returns whether to show temp files or not.
getShowVariablePopupButton() - Static method in class adams.gui.goe.PropertySheetPanel
Returns whether variable popup button should be displayed.
getShowWeight() - Method in class adams.flow.transformer.AbstractWekaPredictionsTransformer
Returns whether to show the weight as well.
getShowWeight() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.Predictions
Returns whether to show the weight as well.
getShowWeightsColumn() - Method in class adams.gui.visualization.instances.InstancesTable
Returns whether to display a weights column.
getShowWeightsColumn() - Method in class adams.gui.visualization.instances.InstancesTableModel
Returns whether to display a weights column.
getShowZeroInstancesAsUnknown() - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.InstancesSummaryPanel
Get whether to show zero instances as unknown (i.e.
getShutdownHook() - Method in class adams.flow.FlowRunner
Returns the shutdown hook to install/use.
getSidePanel() - Method in class adams.gui.visualization.container.DataContainerPanelWithSidePanel
Returns the side panel.
getSidePanel() - Method in class adams.gui.visualization.instance.InstanceExplorer
Returns the side panel.
getSidePanel() - Method in class adams.gui.visualization.spreadsheet.SpreadSheetExplorer
Returns the side panel.
getSidePanelWidth() - Method in class adams.flow.sink.SequencePlotter
Returns the width of the side panel.
getSideType() - Method in class adams.data.objectfilter.MakeSquare
Returns the type of side of the current bounding box to use for the square box.
getSigma() - Method in class adams.data.image.transformer.LaplaceOfGaussian
Returns the sigma value.
getSigmaX() - Method in class adams.data.opencv.transformer.GaussianBlur
Returns the standard deviation for X.
getSigmaY() - Method in class adams.data.opencv.transformer.GaussianBlur
Returns the standard deviation for Y.
getSignature() - Method in class adams.flow.sink.sendnotification.Email
Returns the body of the email.
getSignature() - Method in class adams.flow.transformer.CreateEmail
Returns the body of the email.
getSignature() - Method in class adams.gui.dialog.ComposeEmailDialog
Returns the "signature".
getSignature() - Method in class adams.gui.dialog.ComposeEmailPanel
Returns the "signature".
getSignificance() - Method in class adams.flow.transformer.WekaExperimentEvaluation
Returns the current significance level (0-1).
getSignificance() - Method in class adams.gui.tools.wekainvestigator.tab.experimenttab.output.TextOutput
Returns the current significance level (0-1).
getSilent() - Method in class adams.doc.javadoc.Javadoc
whether output in the console is suppressed.
getSilent() - Method in class adams.flow.core.AbstractActor
Returns whether to suppress output in the console.
getSilent() - Method in interface adams.flow.core.Actor
Returns whether to suppress output in the console.
getSilent() - Method in class adams.gui.visualization.image.selection.CopyToClipboard
Returns whether to suppress the "copied" dialog.
getSilent() - Method in class weka.classifiers.MultiLevelSplitGenerator
Returns whether to suppress error messages.
getSimpleAttributeNames() - Method in class weka.filters.unsupervised.attribute.PrincipalComponentsJ
Get whether to just number the attributes rather than compiling names.
getSimpleName() - Method in class adams.core.option.AbstractJavaCodeProducer
Returns the simple name to use.
getSimpleName() - Method in class adams.core.option.ActorExecutionClassProducer
Returns the simple name to use.
getSimpleName() - Method in class adams.core.option.ApplyActorProducer
Returns the simple name to use.
getSimpleName() - Method in class adams.core.option.JavaInstantiationProducer
Returns the simple name to use.
getSimpleName() - Method in class adams.core.PropertiesToCode
Returns the simple name to use.
getSimpleResultSet(String) - Method in class adams.db.generic.SQL
Execute the given SQL statement and return ResultSet.
getSimpleResultSet(String) - Method in class adams.db.mirrored.SQL
Execute the given SQL statement and return ResultSet.
getSimpleResultSet(String) - Method in class adams.db.SQLF
Execute the given SQL statement and return ResultSet.
getSimpleResultSet(String) - Method in interface adams.db.SQLIntf
Execute the given SQL statement and return ResultSet.
getSimplsB() - Method in class weka.classifiers.functions.ClassificationViaPLS
Returns the SIMPLS B matrix.
getSimplsB() - Method in class weka.classifiers.functions.PLSClassifierWeightedWithLoadings
Returns the SIMPLS B matrix.
getSimplsB() - Method in interface weka.core.PLSMatrixAccess
Returns the SIMPLS B matrix.
getSimplsB() - Method in class weka.filters.supervised.attribute.PLSFilterWithLoadings
Returns the SIMPLS B matrix.
getSimplsW() - Method in class weka.classifiers.functions.ClassificationViaPLS
Returns the SIMPLS W matrix.
getSimplsW() - Method in class weka.classifiers.functions.PLSClassifierWeightedWithLoadings
Returns the SIMPLS W matrix.
getSimplsW() - Method in interface weka.core.PLSMatrixAccess
Returns the SIMPLS W matrix.
getSimplsW() - Method in class weka.filters.supervised.attribute.PLSFilterWithLoadings
Returns the SIMPLS W matrix.
getSingleLineComment() - Method in class adams.gui.scripting.SyntaxDocument
Returns whether single-line comments are enabled.
getSingleLineCommentStart() - Method in class adams.gui.scripting.SyntaxDocument
Retrusn the single line comment start string.
getSingleton() - Static method in class adams.core.ClassLister
Returns the singleton instance of the class lister.
getSingleton() - Static method in class adams.core.classmanager.ClassManager
Returns the singleton of the class manager.
getSingleton() - Static method in class adams.core.management.CharsetHelper
Returns the singleton.
getSingleton() - Static method in class adams.core.management.LocaleHelper
Returns the singleton.
getSingleton() - Static method in class adams.core.management.TimeZoneHelper
Returns the singleton.
getSingleton() - Static method in class adams.core.Memory
Returns the singleton.
getSingleton() - Static method in class adams.core.net.EmailAddressBook
Returns the singleton.
getSingleton() - Static method in class adams.core.net.PortManager
Returns the singleton instance of the port manager.
getSingleton() - Static method in class adams.core.net.ProxyHelper
Returns the singleton.
getSingleton() - Static method in class adams.core.NewInstance
Returns the singleton instance of the NewInstance.
getSingleton() - Static method in class adams.core.option.Conversion
Returns the singleton.
getSingleton() - Static method in class adams.core.option.JenericCmdline
Returns the singleton.
getSingleton() - Static method in class adams.core.Placeholders
Returns the singleton instance of the Placeholders.
getSingleton() - Static method in class adams.core.scripting.Groovy
Returns the singleton instance.
getSingleton() - Static method in class adams.core.SimpleTimer
Returns the global singleton.
getSingleton() - Static method in class adams.core.StaticClassLister
Returns the singleton instance.
getSingleton() - Static method in class adams.data.exif.commons.ExifTagEnum
Returns the singleton instance.
getSingleton() - Static method in class adams.data.id.RuntimeIDGenerator
Returns the singleton of the generator.
getSingleton() - Static method in class adams.data.tesseract.TesseractHelper
Returns the singleton.
getSingleton() - Static method in class adams.db.AbstractDbBackend
Returns the singleton.
getSingleton() - Static method in class adams.db.Conditions
Returns the singleton instance.
getSingleton() - Static method in class adams.db.DatabaseConnection
Returns the global database connection object.
getSingleton() - Static method in class adams.db.Drivers
Returns the singleton, instantiates it if necessary.
getSingleton() - Static method in class adams.env.Modules
Returns the singleton.
getSingleton() - Static method in class adams.flow.control.RunningFlowsRegistry
Returns the singleton.
getSingleton() - Static method in class adams.gui.core.ConsolePanel
Returns the singleton instance.
getSingleton() - Static method in class adams.gui.core.GUIPrompt
Returns the singleton instance.
getSingleton() - Static method in class adams.gui.flow.tree.ActorSuggestion
Returns the singleton instance for suggesting actors.
getSingleton() - Static method in class adams.gui.flow.tree.ActorTemplateSuggestion
Returns the singleton instance for suggesting actor templates.
getSingleton() - Static method in class adams.gui.flow.tree.ExternalActorSuggestion
Returns the singleton instance for suggesting actors.
getSingleton() - Static method in class adams.gui.goe.Favorites
Returns the singleton (and initializes it, if necessary).
getSingleton() - Static method in class adams.gui.goe.GlobalInfoCache
Returns the singleton instance.
getSingleton() - Static method in class adams.gui.help.HelpFrame
Gives access to the singleton.
getSingleton() - Static method in class adams.gui.scripting.ScriptingLogger
Returns the singleton instance of the logger.
getSingleton() - Static method in class adams.gui.tools.previewbrowser.ContentHandlerFavorites
Returns the singleton (and initializes it, if necessary).
getSingleton() - Static method in class adams.gui.tools.previewbrowser.notes.NotesManager
Returns the notes manager singleton.
getSingleton() - Static method in class adams.scripting.ScriptingHelper
Returns the singleton.
getSingleton(AbstractDatabaseConnection) - Static method in class adams.db.LogF
Returns the singleton of the facade.
getSingleton(AbstractDatabaseConnection) - Static method in class adams.db.mysql.LogT
Returns the singleton of the table.
getSingleton(AbstractDatabaseConnection) - Static method in class adams.db.postgresql.LogT
Returns the singleton of the table.
getSingleton(AbstractDatabaseConnection) - Static method in class adams.db.SQLF
Returns the singleton of the facade.
getSingleton(AbstractDatabaseConnection) - Static method in class adams.db.sqlite.LogT
Returns the singleton of the table.
getSingleton(AbstractDatabaseConnection) - Static method in class adams.gui.scripting.ScriptingEngine
Returns the singleton instance of the scripting engine.
getSingleton(AbstractDatabaseConnection, LogIntf) - Static method in class adams.db.mirrored.LogT
Returns the singleton of the table.
getSingleton(AbstractDatabaseConnection, SQLIntf) - Static method in class adams.db.mirrored.SQL
Returns the singleton of the table.
getSingleton(String, String, BasePassword) - Static method in class adams.db.DatabaseConnection
Returns the global database connection object.
getSize() - Method in class adams.core.discovery.genetic.AbstractGeneticIntegerArrayDiscoveryHandler
Returns the size.
getSize() - Method in class adams.core.io.PdfFont
Returns the font size.
getSize() - Method in class adams.data.image.transformer.LaplaceOfGaussian
Returns the size of the matrix (n x n).
getSize() - Method in class adams.data.spreadsheet.columnfinder.SubSample
Returns the size of the sample (0-1: percentage, >1: absolute number).
getSize() - Method in class adams.data.spreadsheet.rowfinder.SubSample
Returns the size of the sample (0-1: percentage, >1: absolute number).
getSize() - Method in class adams.data.weka.predictions.FixedSizeErrorScaler
Returns the size for the errors.
getSize() - Method in class adams.db.types.ColumnType
Returns the size.
getSize() - Method in class adams.flow.standalone.InitStorageCache
Returns the size of the cache.
getSize() - Method in class adams.gui.core.FileWrapperListModel
Returns the number of files/elements.
getSize() - Method in class adams.gui.core.SearchableWrapperListModel
Returns the number of (visible) elements in the model.
getSize() - Method in class adams.gui.visualization.jfreechart.shape.Circle
Returns the size of the circle.
getSize() - Method in class adams.gui.visualization.jfreechart.shape.Diamond
Returns the size of the diamond.
getSize() - Method in class adams.gui.visualization.jfreechart.shape.Triangle
Returns the size of the diamond.
getSize() - Method in class adams.gui.visualization.stats.paintlet.AbstractProbabilityPaintlet
Get the size of the data points
getSize() - Method in class adams.gui.visualization.stats.paintlet.ScatterPaintletCircle
Get the size of each data point
getSize() - Method in class adams.gui.visualization.stats.paintlet.ScatterPaintletCross
Get the size of each data point
getSize() - Method in class adams.gui.visualization.stats.paintlet.ScatterPaintletMetaDataValue
Get the size of each data point
getSize() - Method in interface adams.gui.visualization.stats.paintlet.SizeBasedPaintlet
Returns the size of the cross.
getSize() - Method in class adams.gui.visualization.stats.paintlet.VsFitPaintlet
Get the size of the data points
getSize() - Method in class adams.gui.visualization.stats.paintlet.VsOrderPaintlet
Get the size of the data points
getSize() - Method in class adams.gui.visualization.stats.paintlet.ZScoreCircle
Get the size of each data point
getSize(int) - Method in class adams.gui.core.BaseSizeSequence
Returns the size of the specified entry.
getSizeLimit() - Method in class weka.filters.unsupervised.instance.WeightsBasedResample
Returns the threshold of the normalized weights below which to drop instances.
getSizes() - Method in class adams.gui.core.BaseSizeSequence
Returns the size of all entries.
getSizes(Number[][]) - Method in class adams.data.spc.UChart
Extracts the nonconformities from the matrix (column 1).
getSizesIndex() - Method in class adams.data.spc.UChart
Returns the matrix column index fot he sizes.
getSkip() - Method in class adams.flow.core.AbstractActor
Returns whether transformation is skipped.
getSkip() - Method in interface adams.flow.core.Actor
Returns whether transformation is skipped.
getSkipBaseImage() - Method in class adams.data.io.output.AbstractImageSegmentationAnnotationWriter
Returns whether to skip writing the base image.
getSkipBuild() - Method in class adams.flow.transformer.WekaTrainClassifier
Returns whether to skip the buildClassifier call for incremental classifiers.
getSkipCompress() - Method in class adams.flow.source.RSync
 
getSkipDifferingRows() - Method in class adams.data.io.input.CsvSpreadSheetReader
Returns whether to skip rows that have too few/many cells.
getSkipDrop() - Method in class weka.classifiers.trees.XGBoost
Gets the probability of skipping the dropout procedure during a boosting iteration.
getSkipEmptyLayers() - Method in class adams.data.io.output.IndividualImageSegmentationLayerWriter
Returns whether to skip writing empty layers (ie only background).
getSkipEntries() - Method in class adams.flow.core.LagMakerOptions
Returns the entries to skip.
getSkipFirstLayer() - Method in class adams.data.io.input.AbstractPNGAnnotationImageSegmentationReader
Returns whether to skip the first layer.
getSkipHistory() - Method in class weka.gui.explorer.AbstractExplorerPanelHandler
Returns whether history panels are skipped.
getSkipIdentical() - Method in class weka.core.neighboursearch.NewNNSearch
Gets whether if identical instances are skipped from the neighbourhood.
getSkipLockedFiles() - Method in class adams.core.io.lister.LocalDirectoryLister
Returns whether locked files are skipped.
getSkipLockedFiles() - Method in class adams.flow.source.DirectoryLister
Returns whether to skip locked files.
getSkipMissing() - Method in class adams.flow.transformer.SpreadSheetConvertCells
Returns whether missing cells are skipped.
getSkipMissing() - Method in class adams.flow.transformer.SpreadSheetConvertHeaderCells
Returns whether missing cells are skipped.
getSkipMissing() - Method in class adams.flow.transformer.SpreadSheetTransformCells
Returns whether missing cells are skipped.
getSkipMissing() - Method in class adams.flow.transformer.SpreadSheetTransformHeaderCells
Returns whether missing cells are skipped.
getSkipNominal() - Method in class adams.data.instancesanalysis.PCA
Returns whether to skip NOMINAL attributes from the PCA process by turning them into STRING attributes.
getSkipNonPrimitive() - Method in class adams.flow.transformer.MapToStorageValues
Returns whether to skip non-primitive values.
getSkipNonPrimitive() - Method in class adams.flow.transformer.MapToVariables
Returns whether to skip non-primitive values.
getSkipNonPrimitive() - Method in class adams.flow.transformer.MapVariableIterator
Returns whether to skip non-primitive values.
getSkipNumRows() - Method in class adams.data.io.input.CsvSpreadSheetReader
Returns the number of initial rows to skip.
getSkipNumRows() - Method in interface adams.data.io.input.InitialRowSkippingSpreadSheetReader
Returns the number of initial rows to skip.
getSkippedProperties() - Method in class adams.core.option.AbstractOptionConsumer
Returns the skipped top-level properties.
getSkippedProperties() - Method in class adams.core.option.AbstractOptionProducer
Returns the skipped top-level properties.
getSkippedProperties() - Method in interface adams.core.option.OptionConsumer
Returns the skipped top-level properties.
getSkippedProperties() - Method in interface adams.core.option.OptionProducer
Returns the skipped top-level properties.
getSkipRoot() - Method in class adams.data.conversion.DOMToProperties
Returns whether to exclude the root element name from the path.
getSkipTrain() - Method in class weka.classifiers.meta.SocketFacade
Returns whether to skip training, eg when using a pre-built model.
getSlope() - Method in class weka.classifiers.functions.SimpleLinearRegressionWithAccess
Returns the slope of the function.
getSlopeSE() - Method in class weka.classifiers.functions.SimpleLinearRegressionWithAccess
Returns the standard error of slope of the function.
getSmoothedData() - Method in class adams.data.smoothing.AbstractSmoother.SmootherJob
The output data, if any.
getSmoother() - Method in class adams.data.filter.Smoothing
Returns the current smoothing algorithm.
getSmoother() - Method in class adams.data.smoothing.AbstractSmoother.SmootherJob
Returns the smoothing scheme being used.
getSmoothers() - Static method in class adams.data.smoothing.AbstractSmoother
Returns a list with classnames of smoothing schemes.
getSmoothing() - Method in class weka.classifiers.trees.m5.Rule2
Get whether or not smoothing has been turned on
getSmtpPassword() - Static method in class adams.core.net.EmailHelper
Returns the SMTP password.
getSmtpPort() - Static method in class adams.core.net.EmailHelper
Returns the SMTP port.
getSmtpProtocols() - Static method in class adams.core.net.EmailHelper
Returns the protocols to use (eg "TLSv1.2").
getSmtpRequiresAuthentication() - Static method in class adams.core.net.EmailHelper
Returns whether the server requires authentication.
getSmtpServer() - Static method in class adams.core.net.EmailHelper
Returns the SMTP server.
getSmtpStartTLS() - Static method in class adams.core.net.EmailHelper
Returns whether to start TLS.
getSmtpTimeout() - Static method in class adams.core.net.EmailHelper
Returns the timeout (in msecs) for the server.
getSmtpUser() - Static method in class adams.core.net.EmailHelper
Returns the SMTP user.
getSmtpUseSSL() - Static method in class adams.core.net.EmailHelper
Returns whether to use SSL.
getSockopts() - Method in class adams.flow.source.RSync
 
getSort() - Method in class adams.flow.transformer.AccessDatabaseInfo
Returns whether lists (eg names, values) are sorted.
getSort() - Method in class adams.flow.transformer.GetImageObjectIndices
Returns whether to sort the indices.
getSort() - Method in class adams.flow.transformer.Mat5FileInfo
Returns whether lists (eg names, values) are sorted.
getSort() - Method in class adams.flow.transformer.Mat5StructInfo
Returns whether lists (eg names, values) are sorted.
getSort() - Method in class adams.flow.transformer.SpreadSheetInfo
Returns whether lists (eg names, values) are sorted.
getSortAttributeNames() - Method in class adams.gui.tools.wekainvestigator.InvestigatorPanel
Returns whether to sort the attribute names.
getSortAttributes() - Method in class adams.gui.tools.wekainvestigator.datatable.DataTable
Returns whether to sort the attributes alphabetically for the dropdown list.
getSortAttributes() - Method in class adams.gui.tools.wekainvestigator.datatable.DataTableWithButtons
Returns whether to sort the attributes alphabetically for the dropdown list.
getSortColumn() - Method in class adams.flow.transformer.SpreadSheetSort
Returns the indices of the columns to use for sorting.
getSortColumn() - Method in class adams.gui.core.SortableAndSearchableTable
Returns the sort column.
getSortColumn() - Method in class adams.gui.core.SortableAndSearchableWrapperTableModel
Returns the sort column.
getSortColumn() - Method in interface adams.gui.core.SortableTable
Returns the sort column.
getSortColumn() - Method in interface adams.gui.core.SortableTableModel
Returns the sort column.
getSortDefinitionPanel() - Method in class adams.gui.event.InstancesSortSetupEvent
Returns the SortDefinitionPanel that was added/removed.
getSortDefinitionPanel() - Method in class adams.gui.event.SortSetupEvent
Returns the SortDefinitionPanel that was added/removed.
getSortDescending() - Method in class adams.core.io.lister.AbstractDirectoryLister
Returns whether to sort in descending manner.
getSortDescending() - Method in interface adams.core.io.lister.DirectoryLister
Returns whether to sort in descending manner.
getSortDescending() - Method in class adams.flow.source.DirectoryLister
Returns whether to sort descendingly.
getSortDescending() - Method in class adams.flow.source.filesystemsearch.FtpDirectorySearch
Returns whether to sort descendingly.
getSortDescending() - Method in class adams.flow.source.filesystemsearch.FtpDirectorySearchWithComparator
Returns whether to sort descendingly.
getSortDescending() - Method in class adams.flow.source.filesystemsearch.FtpDirectorySearchWithCustomSort
Returns whether to sort descendingly.
getSortDescending() - Method in class adams.flow.source.filesystemsearch.FtpFileSearch
Returns whether to sort descendingly.
getSortDescending() - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearch
Returns whether to sort descendingly.
getSortDescending() - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearchWithComparator
Returns whether to sort descendingly.
getSortDescending() - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearchWithCustomSort
Returns whether to sort descendingly.
getSortDescending() - Method in class adams.flow.source.filesystemsearch.LocalFileSearch
Returns whether to sort descendingly.
getSortDescending() - Method in class adams.flow.source.filesystemsearch.SftpDirectorySearch
Returns whether to sort descendingly.
getSortDescending() - Method in class adams.flow.source.filesystemsearch.SftpDirectorySearchWithComparator
Returns whether to sort descendingly.
getSortDescending() - Method in class adams.flow.source.filesystemsearch.SftpDirectorySearchWithCustomSort
Returns whether to sort descendingly.
getSortDescending() - Method in class adams.flow.source.filesystemsearch.SftpFileSearch
Returns whether to sort descendingly.
getSortDescending() - Method in class adams.flow.source.filesystemsearch.SmbDirectorySearch
Returns whether to sort descendingly.
getSortDescending() - Method in class adams.flow.source.filesystemsearch.SmbDirectorySearchWithComparator
Returns whether to sort descendingly.
getSortDescending() - Method in class adams.flow.source.filesystemsearch.SmbDirectorySearchWithCustomSort
Returns whether to sort descendingly.
getSortDescending() - Method in class adams.flow.source.filesystemsearch.SmbFileSearch
Returns whether to sort descendingly.
getSortDescending() - Method in class adams.flow.source.FTPLister
Deprecated.
Returns whether to sort descendingly.
getSorted() - Method in class adams.flow.sink.StringTree
Returns whether to store the entries in the tree.
getSortedFiles(Map<String, String>) - Method in class adams.gui.tools.previewbrowser.notes.AbstractNotesWriter
Sorts the files (keys) and returns them as list.
getSortFind() - Method in class adams.flow.source.filesystemsearch.FtpDirectorySearchWithCustomSort
Returns the regular expression for extracting the groups.
getSortFind() - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearchWithCustomSort
Returns the regular expression for extracting the groups.
getSortFind() - Method in class adams.flow.source.filesystemsearch.SftpDirectorySearchWithCustomSort
Returns the regular expression for extracting the groups.
getSortFind() - Method in class adams.flow.source.filesystemsearch.SmbDirectorySearchWithCustomSort
Returns the regular expression for extracting the groups.
getSorting() - Method in class adams.core.io.lister.AbstractDirectoryLister
Returns the sorting type.
getSorting() - Method in interface adams.core.io.lister.DirectoryLister
Returns the sorting type.
getSorting() - Method in class adams.flow.source.DirectoryLister
Returns the type of sorting to perform.
getSorting() - Method in class adams.flow.source.filesystemsearch.FtpDirectorySearch
Returns the type of sorting to perform.
getSorting() - Method in class adams.flow.source.filesystemsearch.FtpDirectorySearchWithCustomSort
Returns the type of sorting to perform.
getSorting() - Method in class adams.flow.source.filesystemsearch.FtpFileSearch
Returns the type of sorting to perform.
getSorting() - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearch
Returns the type of sorting to perform.
getSorting() - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearchWithCustomSort
Returns the type of sorting to perform.
getSorting() - Method in class adams.flow.source.filesystemsearch.LocalFileSearch
Returns the type of sorting to perform.
getSorting() - Method in class adams.flow.source.filesystemsearch.SftpDirectorySearch
Returns the type of sorting to perform.
getSorting() - Method in class adams.flow.source.filesystemsearch.SftpDirectorySearchWithCustomSort
Returns the type of sorting to perform.
getSorting() - Method in class adams.flow.source.filesystemsearch.SftpFileSearch
Returns the type of sorting to perform.
getSorting() - Method in class adams.flow.source.filesystemsearch.SmbDirectorySearch
Returns the type of sorting to perform.
getSorting() - Method in class adams.flow.source.filesystemsearch.SmbDirectorySearchWithCustomSort
Returns the type of sorting to perform.
getSorting() - Method in class adams.flow.source.filesystemsearch.SmbFileSearch
Returns the type of sorting to perform.
getSorting() - Method in class adams.flow.source.FTPLister
Deprecated.
Returns the type of sorting to perform.
getSortKeys() - Method in class adams.data.conversion.MapToString
Returns whether to sort the keys before generating the output.
getSortKeys() - Method in class adams.flow.sink.JsonDisplay
Returns whether to sort the keys of JSONObject objects.
getSortKeys() - Method in class adams.flow.transformer.GetJsonKeys
Returns whether to sort the keys.
getSortKeys() - Method in class adams.flow.transformer.GetPropertyNames
Returns whether to sort the keys.
getSortKeys() - Method in class adams.gui.core.json.JsonTree
Returns whether the keys of JSONObject objects are sorted.
getSortKeys() - Method in class adams.gui.core.json.JsonTreeWithPreview
Returns whether the keys of JSONObject objects are sorted.
getSortLabels() - Method in class adams.flow.transformer.WekaSpreadSheetToPredictions
Returns whether to store the labels with the specified comparator.
getSortLabels() - Method in class weka.classifiers.AggregateEvaluations
Returns whether to store the labels with the specified comparator.
getSortNewTableModel() - Method in class adams.gui.core.SortableAndSearchableTable
Returns whether to sort new models.
getSortOrder() - Method in class adams.flow.transformer.SpreadSheetSort
Returns the sorting order for the columns (ascending/descending).
getSortPanel() - Method in class adams.gui.event.InstancesSortSetupEvent
Returns the SortPanel that triggered the event
getSortPanel() - Method in class adams.gui.event.SortSetupEvent
Returns the SortPanel that triggered the event
getSortReplace() - Method in class adams.flow.source.filesystemsearch.FtpDirectorySearchWithCustomSort
Returns the reassembly string for generating the sort string.
getSortReplace() - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearchWithCustomSort
Returns the reassembly string for generating the sort string.
getSortReplace() - Method in class adams.flow.source.filesystemsearch.SftpDirectorySearchWithCustomSort
Returns the reassembly string for generating the sort string.
getSortReplace() - Method in class adams.flow.source.filesystemsearch.SmbDirectorySearchWithCustomSort
Returns the reassembly string for generating the sort string.
getSource() - Method in class adams.core.io.fileoperations.RemoteToRemoteFileOperations
Returns the source file operations.
getSource() - Method in class adams.data.filter.TimeseriesShiftTimestamps
Returns where to get the 'old' timestamp from.
getSource() - Method in class adams.db.LogEntry
Returns the source.
getSource() - Method in class adams.db.LogEntryConditions
Returns the source used in the search.
getSource() - Method in class adams.flow.source.inputstreamsource.FromFile
Returns the source file.
getSource() - Method in class adams.flow.source.readersource.FromFile
Returns the source file.
getSource() - Method in class adams.flow.source.RSync
Returns the current source path/url.
getSource() - Method in class adams.flow.source.SimpleRSync
Returns the current source path/url.
getSource() - Method in class adams.flow.standalone.DirWatch
Returns the incoming directory.
getSource() - Method in class adams.flow.transformer.IndexedSplitsRunsEvaluation
Returns the report source actor.
getSource() - Method in class adams.flow.transformer.IndexedSplitsRunsPredictions
Returns the report source actor.
getSource() - Method in class adams.flow.transformer.MergeReport
Returns the report source actor.
getSource() - Method in class adams.flow.transformer.SetJsonValue
Returns the callable source to obtain the value from.
getSource() - Method in class adams.flow.transformer.SetMapValue
Returns the callable source to obtain the value from.
getSource() - Method in class adams.flow.transformer.wekadatasetsmerge.AbstractMerge.SourceAttribute
Gets the actual source attribute from the source datasets.
getSource() - Method in class adams.gui.tools.wekainvestigator.data.DatabaseContainer
Returns the source of the data item.
getSource() - Method in interface adams.gui.tools.wekainvestigator.data.DataContainer
Returns the source of the data item.
getSource() - Method in class adams.gui.tools.wekainvestigator.data.DataGeneratorContainer
Returns the source of the data item.
getSource() - Method in class adams.gui.tools.wekainvestigator.data.FileContainer
Returns the source of the data item.
getSource() - Method in class adams.gui.tools.wekainvestigator.data.MemoryContainer
Returns the source of the data item.
getSource() - Method in class adams.gui.tools.wekainvestigator.data.SpreadSheetContainer
Returns the source of the data item.
getSource() - Method in class adams.gui.tools.wekainvestigator.data.TextDirectoryLoaderContainer
Returns the source of the data item.
getSourceCodeClass() - Method in class adams.flow.transformer.WekaClassifierInfo
Returns the class name for the generated source code.
getSourceData() - Method in class adams.gui.tools.SpreadSheetProcessorPanel
Returns the source data.
getSources() - Method in class adams.data.instancesanalysis.FastICA
Returns the sources.
getSourcesAllowed() - Method in class adams.gui.goe.classtree.ActorClassTreeFilter
Returns whether sources are allowed.
getSourceWidget() - Method in class adams.gui.tools.SpreadSheetProcessorPanel
Returns the source widget.
getSouthPanel() - Method in class adams.gui.chooser.DatePanel.InternalView
This method initializes southPanel
getSparseFormat() - Method in class adams.flow.source.WekaDatabaseReader
Returns whether data is output in sparse format.
getSpatialWeight() - Method in class adams.data.boofcv.transformer.SuperPixels
Returns the spatial weight in use.
getSpecial() - Method in class adams.gui.flow.tree.menu.AbstractEncloseActor
Generates the menuitems for "specia enclosures".
getSplit() - Method in class adams.gui.core.TitleGenerator
Returns whether the filename is split into path and name part.
getSplitHandling() - Method in class adams.flow.transformer.StringArraySplit
Returns how to handle the string that triggered the split.
getSplitLayers() - Method in class adams.gui.visualization.segmentation.layer.LayerManager
Returns whether split layers are used (overlay) or not (combined).
getSplitOutput() - Method in class adams.flow.source.Exec
Returns whether to split the output on newline or crlf.
getSplitPane() - Method in class adams.flow.sink.DisplayPanelManager.HistorySplitPanel
Returns the underlying split pane.
getSplitPane() - Method in class adams.gui.flow.FlowPanel
Returns the split pane.
getSplitPane() - Method in class adams.gui.flow.FlowRunnerPanel
Returns the split pane.
getSplitPane() - Method in interface adams.gui.flow.FlowWorkerHandler
Returns the split pane.
getSplitPane() - Method in class adams.gui.visualization.image.ImagePanel
Returns the split pane that shows image (left) and properties (right).
getSplitPane() - Method in class adams.gui.wizard.WizardPane
Returns the underlying split pane.
getSplitPercentage() - Method in class adams.flow.sink.WekaExperimentGenerator
Returns the split percentage (only train/test splits).
getSplitpoint() - Method in class weka.classifiers.meta.HighLowSplit
 
getSplitpoint() - Method in class weka.classifiers.meta.HighLowSplitSingleClassifier
 
getSplits() - Method in class adams.core.discovery.genetic.AbstractGeneticDoubleDiscoveryHandlerResolution
Returns the minimum.
getSplits() - Method in class adams.core.discovery.genetic.AbstractGeneticDoubleMatrixDiscoveryHandler
Returns the minimum.
getSplits() - Method in class adams.core.discovery.genetic.AbstractGeneticFloatDiscoveryHandlerResolution
Returns the minimum.
getSplits() - Method in class adams.data.indexedsplits.IndexedSplitsRun
Returns the splits.
getSplits() - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.ManualSplitGenerator
Returns the named split ranges.
getSplits() - Method in class adams.opt.optimise.SplitSearch
Gets the iterations use.
getSplits() - Method in class weka.filters.supervised.attribute.SIMPLSMatrixFilterFromGeneticString
 
getSplitter() - Method in class adams.data.splitgenerator.generic.randomsplit.RandomSplitGenerator
Returns the splitter scheme in use.
getSplitter() - Method in class adams.flow.transformer.SplitFile
Returns the split algorithm.
getSplitter() - Method in class adams.flow.transformer.TimeseriesSplit
Returns the splitting algorithm in use.
getSplitter() - Method in class adams.flow.transformer.WekaDatasetSplit
Gets the splitter to use.
getSplitterPosition() - Method in class adams.flow.sink.DOMDisplay
Returns the initial position of the splitter in the viewer panel.
getSplitterPosition() - Method in class adams.flow.transformer.PixelSelector
Returns the initial position of the splitter in the viewer panel.
getSplitterPosition() - Method in class adams.flow.transformer.pixelselector.PixelSelectorPanel
Returns the current location of the splitter/divider.
getSplitterPosition() - Method in class adams.gui.core.dom.DOMTreeWithPreview
Returns the position of the splitter.
getSpreadSheet() - Method in interface adams.data.spreadsheet.Cell
Returns the spreadsheet this cell belongs to.
getSpreadSheet() - Method in class adams.data.spreadsheet.CellView
Returns the spreadsheet this cell belongs to.
getSpreadSheet() - Method in class adams.data.spreadsheet.DoubleCell
Returns the spreadsheet this cell belongs to.
getSpreadSheet() - Method in class adams.data.spreadsheet.FloatCell
Returns the spreadsheet this cell belongs to.
getSpreadSheet() - Method in class adams.data.spreadsheet.SpreadSheetColumnIndex
Returns the underlying spreadsheet.
getSpreadSheet() - Method in class adams.data.spreadsheet.SpreadSheetColumnRange
Returns the underlying spreadsheet.
getSpreadSheet() - Method in class adams.data.spreadsheet.SpreadSheetRowIndex
Returns the underlying spreadsheet.
getSpreadSheet() - Method in class adams.data.spreadsheet.SpreadSheetRowRange
Returns the underlying spreadsheet.
getSpreadSheet() - Method in class adams.data.spreadsheet.SpreadSheetUnorderedColumnRange
Returns the underlying spreadsheet.
getSpreadSheet() - Method in class adams.data.spreadsheet.SpreadSheetUnorderedRowRange
Returns the underlying spreadsheet.
getSpreadSheet() - Method in class adams.event.SpreadSheetColumnInsertionEvent
Returns the spreadsheet that triggered this event.
getSpreadSheet() - Method in class adams.gui.dialog.SpreadSheetDialog
Returns the spreadsheet currently displayed.
getSpreadSheet() - Method in class adams.gui.dialog.SpreadSheetPanel
Returns the spreadsheet currently displayed.
getSpreadSheet() - Method in class adams.gui.tools.spreadsheetviewer.SortPanel
Returns the spreadsheet to use.
getSpreadSheet() - Method in class adams.gui.visualization.spreadsheet.LoadSpreadSheetDialog
Returns the full spreadsheet, can be null if none loaded.
getSpreadSheet() - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowPanel
Returns the currently visible instances.
getSpreadSheet() - Method in class adams.ml.data.DataCellView
Returns the spreadsheet this cell belongs to.
getSpreadsheetNames() - Method in class adams.flow.transformer.spreadsheetmethodmerge.AbstractMerge
Gets the list of names to use in column renaming in place of the {SPREADSHEET} keyword.
getSpreadSheetProcessorPanel() - Method in class adams.gui.event.SpreadSheetProcessorEvent
Returns the SpreadSheetProcessorPanel that triggered the event
getSpreadSheetRowContainerList() - Method in class adams.gui.visualization.spreadsheet.SpreadSheetExplorer
Returns the panel listing the rows.
getSpreadSheetRowPanel() - Method in class adams.gui.visualization.spreadsheet.AbstractSpreadSheetRowPaintlet
Returns the row panel currently in use.
getSpreadSheetRowPanel() - Method in class adams.gui.visualization.spreadsheet.SpreadSheetExplorer
Returns the panel for painting the rows.
getSpreadSheets() - Method in class adams.gui.dialog.MultiSpreadSheetDialog
Returns the spreadsheets currently displayed.
getSpreadSheetType() - Method in class adams.data.conversion.AbstractMatrixToSpreadSheet
Returns the type of spreadsheet to use.
getSpreadSheetType() - Method in class adams.data.conversion.TimeseriesToSpreadSheet
Returns the type of spreadsheet to use.
getSpreadSheetType() - Method in class adams.data.conversion.WekaInstancesToSpreadSheet
Returns the type of spreadsheet to use.
getSpreadSheetType() - Method in class adams.data.featureconverter.SpreadSheet
Returns the type of spreadsheet to use.
getSpreadSheetType() - Method in class adams.data.io.input.AbstractSpreadSheetReader
Returns the type of spreadsheet to use.
getSpreadSheetType() - Method in interface adams.data.io.input.SpreadSheetReader
Returns the type of spreadsheet to use.
getSpreadSheetType() - Method in interface adams.data.spreadsheet.SpreadSheetTypeHandler
Returns the type of spreadsheet to use.
getSpreadSheetType() - Method in class adams.flow.source.NewSpreadSheet
Returns the type of spreadsheet to use.
getSpreadSheetWriter() - Method in class weka.core.converters.SpreadSheetSaver
Returns the spreadsheet writer in use.
getSQL() - Method in class adams.flow.source.SQLIdSupplier
Returns the SQL statement to run.
getSQL() - Method in class adams.flow.source.TimeseriesDbReader
Returns the SQL statement to run.
getSQL() - Method in class adams.flow.standalone.ExecSQL
Returns the SQL statement to run.
getSQL() - Method in class adams.flow.transformer.AbstractReportDbUpdater
Returns the SQL statement to run.
getSQL() - Method in class adams.flow.transformer.TimeseriesDbReader
Returns the SQL statement to run.
getSQL(AbstractDatabaseConnection) - Method in class adams.db.autodetect.DbBackend
Returns the generic SQL handler.
getSQL(AbstractDatabaseConnection) - Method in interface adams.db.DbBackend
Returns the generic SQL handler.
getSQL(AbstractDatabaseConnection) - Method in class adams.db.mirrored.DbBackend
Returns the handler for the spectrum table.
getSQL(AbstractDatabaseConnection) - Method in class adams.db.mysql.DbBackend
Returns the generic SQL handler.
getSQL(AbstractDatabaseConnection) - Method in class adams.db.postgresql.DbBackend
Returns the generic SQL handler.
getSQL(AbstractDatabaseConnection) - Method in class adams.db.sqlite.DbBackend
Returns the generic SQL handler.
getSqlQueryPanel() - Method in class adams.gui.event.SqlQueryPanelEvent
Returns the SqlQueryPanel that triggered the event
getSquaredError() - Method in class weka.clusterers.SAXKMeans
Gets the squared error for all clusters.
getSquareRadius() - Method in class adams.data.boofcv.transformer.Binary
Returns the radius of the square region to use.
getSSLContext() - Method in interface adams.flow.core.SSLContextProvider
Returns the SSLContext instance.
getStackTrace(int) - Static method in class adams.core.logging.LoggingHelper
Returns the current stack trace.
getStages() - Method in class adams.flow.execution.ExecutionLog
Returns the stages to log.
getStamper() - Method in class adams.flow.transformer.PDFStamp
Returns the stamper in use.
getStandaloneReports() - Method in class adams.flow.transformer.AbstractReportDbWriter
Returns whether reports don't have to be associated with a data container.
getStandalonesAllowed() - Method in class adams.gui.goe.classtree.ActorClassTreeFilter
Returns whether standalones are allowed.
getStandardDeviation() - Method in class adams.data.distribution.Normal
Returns the standard deviation.
getStandardDeviation() - Method in class adams.data.spc.XBarSChart
Returns whether to produce mean or standard deviation data.
getStandardDeviation() - Method in class adams.data.statistics.StatCalc
 
getStandardDeviation(Instance) - Method in class weka.classifiers.functions.GaussianProcessesAdaptive
Gives the variance of the prediction at the given instance
getStandardDeviation(Instance) - Method in class weka.classifiers.functions.GaussianProcessesNoWeights
Gives standard deviation of the prediction at the given instance.
getStandardDeviation(Instance) - Method in class weka.classifiers.functions.GaussianProcessesWeighted
Gives the variance of the prediction at the given instance
getStandardDeviations() - Method in class adams.gui.visualization.stats.zscore.StdDev
get the number of standard deviations for the overlay
getStandardsDialog(Dialog, Dialog.ModalityType) - Static method in class adams.gui.visualization.report.ReportFactory
Returns a new standards dialog for loading .
getStandardsDialog(Frame, boolean) - Static method in class adams.gui.visualization.report.ReportFactory
Returns a new dialog for displaying reports.
getStart() - Method in class adams.core.base.BaseDate
Returns the optional start date.
getStart() - Method in class adams.core.base.BaseDateTime
Returns the optional start datetime.
getStart() - Method in class adams.core.base.BaseDateTimeMsec
Returns the optional start datetime.
getStart() - Method in class adams.core.base.BaseTime
Returns the optional start time.
getStart() - Method in class adams.core.base.BaseTimeMsec
Returns the optional start time.
getStart() - Method in class adams.data.binning.Bin
Returns the start of the bin.
getStart() - Method in class adams.data.conversion.BaseDateTimeMsecToString
Returns the start date used in the evaluation.
getStart() - Method in class adams.data.conversion.BaseDateTimeToString
Returns the start date used in the evaluation.
getStart() - Method in class adams.data.conversion.BaseDateToString
Returns the start date used in the evaluation.
getStart() - Method in class adams.data.conversion.BaseTimeToString
Returns the start time used in the evaluation.
getStart() - Method in class adams.data.conversion.SpreadSheetAddRowID
Returns the start of the row ID.
getStart() - Method in class adams.data.conversion.WekaForecastContainerToTimeseries
Returns the start date/time for the timeseries.
getStart() - Method in class adams.data.filter.TimeseriesResetTimestamps
Returns the start date.
getStart() - Method in class adams.data.filter.TimeseriesSetStart
The new start timestamp of series.
getStart() - Method in class adams.data.filter.TimeseriesWindow
The start timestamp of series.
getStart() - Method in class adams.flow.source.OptionTraverser
Returns where to start the traversal.
getStart() - Method in class adams.flow.template.OptionTraverser
Returns where to start the traversal.
getStart() - Method in class adams.flow.transformer.BinaryFileReader
Returns the starting position.
getStart() - Method in class adams.gui.visualization.report.ReportDateFieldRangePaintlet
Returns the currently set date field in use for the start of the region.
getStart() - Method in class adams.parser.basedate.Parser
Returns the optional start date.
getStart() - Method in class adams.parser.basedatetime.Parser
Returns the optional start datetime.
getStart() - Method in class adams.parser.basedatetimemsec.Parser
Returns the optional start datetime.
getStart() - Method in class adams.parser.basetime.Parser
Returns the optional start time.
getStart() - Method in class adams.parser.basetimemsec.Parser
Returns the optional start time.
getStart() - Method in class adams.tools.ZipPassword
Returns the starting password for the brute force attack.
getStartDate() - Method in class adams.db.AbstractTimeWindowTableCleanUp
Returns the start date.
getStartDate() - Method in class adams.tools.AbstractTimeWindowDatabaseTool
Returns the start date.
getStartIndex() - Method in class adams.data.conversion.ArrayToReport
Returns the start index.
getStartLocalEngine() - Method in class adams.scripting.CommandRunner
Returns whether to start a local scripting engine.
getStartPage() - Method in class adams.gui.menu.AbstractClassifierBasedGeneticAlgorithmWizard
Returns the start page for the wizard.
getStartPage() - Method in class adams.gui.menu.DarkLord
Returns the start page for the wizard.
getStartPage() - Method in class adams.gui.menu.Hermione
Returns the start page for the wizard.
getStartPoints(AbstractGeneticDiscoveryHandler[]) - Method in class adams.opt.genetic.Hermione
Get List of start positions in bit string
getStartPos() - Method in class adams.core.DiffUtils.SideBySideDiff
Return the list with starting positions of the deltas.
getStartTime() - Method in class adams.flow.standalone.Stopwatch.StopwatchPanel
Returns the start time of the timer.
getStartTimestamp() - Method in class adams.gui.visualization.timeseries.FixedTimestampRangePaintlet
Returns the timestamp for the start of the range.
getStartUps() - Method in class adams.gui.application.AbstractApplicationFrame
Returns the currently set menu items to immediately start up.
getStartupScript(Component) - Static method in class adams.gui.core.GUIHelper
Returns the startup script, if any, for the given component.
getState() - Method in class adams.flow.transformer.pdfproclet.PDFGenerator
Returns the PDF document state.
getState() - Method in class adams.gui.flow.tree.Tree
Returns the current state of the tree (tree, expansions, modified).
getState() - Method in class adams.gui.visualization.image.ImagePanel
Returns the current state of the panel.
getState() - Method in class adams.gui.visualization.object.ObjectAnnotationPanel
Returns the current state.
getState() - Method in class adams.gui.visualization.segmentation.layer.AbstractLayer
Returns the current state.
getState() - Method in class adams.gui.visualization.segmentation.layer.BackgroundLayer
Returns the current state.
getState() - Method in class adams.gui.visualization.segmentation.layer.CombinedLayer.CombinedSubLayer
Returns the current state.
getState() - Method in class adams.gui.visualization.segmentation.layer.CombinedLayer
Returns the current state.
getState() - Method in class adams.gui.visualization.segmentation.layer.ImageLayer
Returns the current state.
getState() - Method in class adams.gui.visualization.segmentation.layer.LayerManager
Returns the current state.
getState() - Method in class adams.gui.visualization.segmentation.layer.OverlayLayer
Returns the current state.
getState(SpreadSheetTable) - Static method in class adams.gui.core.spreadsheettable.SpreadSheetTablePopupMenuItemHelper
Determines the state of the table.
getState(SpreadSheetTable, MouseEvent, TableRowRange) - Static method in class adams.gui.core.spreadsheettable.SpreadSheetTablePopupMenuItemHelper
Determines the state of the table.
getState(InstancesTable, MouseEvent, TableRowRange) - Static method in class adams.gui.visualization.instances.instancestable.InstancesTablePopupMenuItemHelper
Determines the state of the table.
getStatement() - Method in class adams.db.SQLTableCleanUp
Returns the SQL statement.
getStatement() - Method in class adams.gui.core.SQLSyntaxEditorPanel
Returns the current SQL statement.
getStatement() - Method in class adams.gui.dialog.SQLStatementDialog
Returns the current SQL statement.
getStatement() - Method in class adams.gui.dialog.SQLStatementPanel
Returns the current SQL statement.
getStatistic() - Method in class adams.data.spreadsheet.colstatistic.ArrayStatistic
Returns the array statistic to apply.
getStatistic() - Method in class adams.data.spreadsheet.rowscore.ArrayStatistic
Returns the row statistic in use.
getStatistic() - Method in class adams.data.spreadsheet.rowscore.RowStatistic
Returns the row statistic in use.
getStatistic() - Method in class adams.data.spreadsheet.rowstatistic.ArrayStatistic
Returns the array statistic to apply.
getStatistic() - Method in class adams.flow.transformer.ArrayStatistic
Returns the statistic in use.
getStatistic() - Method in class adams.flow.transformer.SpreadSheetColumnStatistic
Returns the statistic to generate
getStatistic() - Method in class adams.flow.transformer.SpreadSheetMatrixStatistic
Returns the statistic to generate
getStatistic() - Method in class adams.flow.transformer.SpreadSheetRowStatistic
Returns the statistic to generate
getStatistic() - Method in class adams.flow.transformer.SpreadSheetStatistic
Returns the statistic in use.
getStatistic() - Method in class adams.flow.transformer.WekaInstancesStatistic
Returns the statistic in use.
getStatistic() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.Predictions
Returns the statistic to output.
getStatistic() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.SamplePlot
Returns the statistic to output.
getStatistic() - Method in class adams.gui.visualization.statistics.InformativeStatisticFactory.Model
Returns the underlying chromatogram.
getStatistic() - Method in class adams.gui.visualization.statistics.InformativeStatisticFactory.Table
Returns the underlying statistics object.
getStatistic() - Method in class weka.classifiers.meta.ClassifierCascade
the statistic to use for termination.
getStatistic(String) - Method in class adams.data.statistics.AbstractDataStatistic
Returns the statistical value for the given statistic name.
getStatistic(String) - Method in interface adams.data.statistics.InformativeStatistic
Returns the statistical value for the given statistic name.
getStatistic(String) - Method in class adams.flow.core.ActorStatistic
Returns the statistical value for the given statistic name.
getStatistic(String) - Method in class weka.classifiers.evaluation.Bias
Get the value of the named statistic
getStatistic(String) - Method in class weka.classifiers.evaluation.Dice
Get the value of the named statistic - for the first class label.
getStatistic(String) - Method in class weka.classifiers.evaluation.MSLE
Get the value of the named statistic
getStatistic(String) - Method in class weka.classifiers.evaluation.RPD
Get the value of the named statistic
getStatistic(String) - Method in class weka.classifiers.evaluation.RSquared
Get the value of the named statistic
getStatistic(String) - Method in class weka.classifiers.evaluation.SDR
Get the value of the named statistic
getStatistic(String, int) - Method in class weka.classifiers.evaluation.Dice
Get the value of the named statistic for the given class index.
getStatisticDescription() - Method in interface adams.data.statistics.InformativeStatistic
Returns a description for this statistic.
getStatisticDescription() - Method in class adams.data.statistics.TimeseriesStatistic
Returns a description for this statistic, i.e., database ID.
getStatisticDescription() - Method in class adams.flow.core.ActorStatistic
Returns a description for this statistic.
getStatisticNames() - Method in class weka.classifiers.evaluation.Bias
Get a list of the names of the statistics that this metrics computes.
getStatisticNames() - Method in class weka.classifiers.evaluation.Dice
Get a list of the names of the statistics that this metrics computes.
getStatisticNames() - Method in class weka.classifiers.evaluation.MSLE
Get a list of the names of the statistics that this metrics computes.
getStatisticNames() - Method in class weka.classifiers.evaluation.RPD
Get a list of the names of the statistics that this metrics computes.
getStatisticNames() - Method in class weka.classifiers.evaluation.RSquared
Get a list of the names of the statistics that this metrics computes.
getStatisticNames() - Method in class weka.classifiers.evaluation.SDR
Get a list of the names of the statistics that this metrics computes.
getStatistics() - Method in class adams.data.spreadsheet.colstatistic.MultiColumnStatistic
Returns the statistic generators in use.
getStatistics() - Method in class adams.data.spreadsheet.matrixstatistic.MultiMatrixStatistic
Returns the statistic generators in use.
getStatistics() - Method in class adams.data.spreadsheet.rowstatistic.MultiRowStatistic
Returns the statistic generators in use.
getStatistics() - Static method in class adams.data.statistics.AbstractArrayStatistic
Returns a list with classnames of statistics.
getStatistics() - Method in class adams.data.statistics.AbstractDataContainerStatistics
Returns the statistics to use.
getStatistics() - Method in class adams.flow.transformer.SummaryStatistics
Returns the statistics to calculate.
getStatistics() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.Statistics
Returns the statistics to output.
getStatistics() - Method in class adams.gui.visualization.statistics.InformativeStatisticFactory.Dialog
Returns the underlying regions.
getStatistics() - Method in class adams.gui.visualization.statistics.InformativeStatisticFactory.MultiPagePane
Returns the underlying statistics.
getStatisticValue() - Method in class adams.flow.transformer.WekaEvaluationValuePicker
Returns the value to extract.
getStatisticValues() - Method in class adams.flow.transformer.WekaBootstrapping
Returns the values to extract.
getStatisticValues() - Method in class adams.flow.transformer.WekaEvaluationValues
Returns the values to extract.
getStatus() - Method in class adams.db.LogEntry
Returns the status.
getStatus() - Method in class adams.db.LogEntryConditions
Returns the status used in the search.
getStatus() - Method in class adams.gui.core.BaseStatusBar
Returns the currently displayed status (left).
getStatus() - Method in class adams.gui.flow.FlowPanel
Returns the current status.
getStatus(boolean) - Method in class adams.gui.core.BaseStatusBar
Returns the currently displayed status.
getStatusDialogTitle() - Method in class adams.gui.core.BaseStatusBar
Returns the currently set title for the status dialog.
getStatusMessageHandler() - Method in class adams.flow.setup.FlowSetupManager
Returns the current handler for status messages.
getStatusMessageHandler() - Method in class adams.gui.scripting.AbstractCommandProcessor
Returns the status message handler, if available.
getStatusMessageHandler() - Method in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment
Returns the current status message handler in use.
getStatusMessageHandler() - Method in class adams.gui.visualization.container.DataContainerPanel
Returns the currently set handler for status messages.
getStatusMessageHandler() - Method in class adams.multiprocess.WekaCrossValidationExecution
Returns the status message handler for outputting notifications.
getStatusMessageHandler() - Method in class adams.multiprocess.WekaCrossValidationJob
Returns the status message handler.
getStatusProcessor() - Method in class adams.gui.core.BaseStatusBar
Returns the code for processing the status message before displaying it.
getStdDev() - Method in class weka.classifiers.meta.InputSmearing
Gets the multiplier for the standard deviation to use for input smearing.
getStdDev() - Method in class weka.filters.unsupervised.attribute.InputSmearing
Gets the multiplier for the standard deviation to use for input smearing.
getStdErr() - Method in class adams.core.management.Launcher
Returns the stderr handler.
getStdErr() - Method in class adams.flow.standalone.JavaExec
Returns the actor for further processing the stderr output (string).
getStdErrProcessor() - Method in class adams.core.command.AbstractExternalCommand
Returns the handler for processing the output received on stderr.
getStdErrProcessor() - Method in interface adams.core.command.ExternalCommand
Returns the handler for processing the output received on stderr.
getStdev() - Method in class adams.data.random.AbstractDistributionBasedRandomNumberGenerator
Returns the stdev to use.
getStdev() - Method in interface adams.data.random.DistributionBasedRandomNumberGenerator
Returns the stdev to use.
getStdOut() - Method in class adams.core.management.Launcher
Returns the stdout handler.
getStdOut() - Method in class adams.flow.standalone.JavaExec
Returns the actor for further processing the stdout output (string).
getStdOutProcessor() - Method in class adams.core.command.AbstractExternalCommand
Returns the handler for processing the output received on stdout.
getStdOutProcessor() - Method in interface adams.core.command.ExternalCommand
Returns the handler for processing the output received on stdout.
getStepByStep() - Method in class adams.flow.execution.Debug
Returns whether to start in step-by-step mode or wait for first breakpoint.
getSteps(int) - Method in class adams.opt.optimise.OptVar
Get number of splits.
getStepSize() - Method in class adams.data.image.features.Entropy
Returns the step size (every n-th column/row).
getStepSize(int) - Method in class adams.opt.optimise.OptVar
Get step size.
getStopActor(Actor, StopMode) - Static method in class adams.flow.core.StopHelper
Determines the actor to call the stopExecution method on.
getStopFile() - Method in class adams.core.io.lister.LocalDirectoryLister
Returns the name of the stop file which results in returning an empty list.
getStopFile() - Method in class adams.flow.source.DirectoryLister
Returns the name of the stop file.
getStopFlowIfCanceled() - Method in interface adams.flow.core.InteractiveActor
Returns whether to stop the flow if dialog canceled.
getStopFlowIfCanceled() - Method in class adams.flow.source.AbstractInteractiveSource
Returns whether to stop the flow if dialog canceled.
getStopFlowIfCanceled() - Method in class adams.flow.source.SelectFile
Returns whether to stop the flow if dialog canceled.
getStopFlowIfCanceled() - Method in class adams.flow.source.WekaSelectDataset
Returns whether to stop the flow if dialog canceled.
getStopFlowIfCanceled() - Method in class adams.flow.standalone.AbstractDatabaseConnection
Returns whether to stop the flow if dialog canceled.
getStopFlowIfCanceled() - Method in class adams.flow.standalone.FTPConnection
Returns whether to stop the flow if dialog canceled.
getStopFlowIfCanceled() - Method in class adams.flow.standalone.SMBConnection
Returns whether to stop the flow if dialog canceled.
getStopFlowIfCanceled() - Method in class adams.flow.standalone.SMTPConnection
Returns whether to stop the flow if dialog canceled.
getStopFlowIfCanceled() - Method in class adams.flow.standalone.SSHConnection
Returns whether to stop the flow if dialog canceled.
getStopFlowIfCanceled() - Method in class adams.flow.transformer.AbstractInteractiveTransformer
Returns whether to stop the flow if dialog canceled.
getStopFlowIfCanceled() - Method in class adams.flow.transformer.AbstractInteractiveTransformerDialog
Returns whether to stop the flow if dialog canceled.
getStopFlowOnError() - Method in class adams.flow.core.AbstractActor
Returns whether to stop the flow execution at this level in case this actor encounters an error.
getStopFlowOnError() - Method in interface adams.flow.core.Actor
Returns whether to stop the flow execution at this level in case this actor encounters an error.
getStopFlows() - Method in class adams.scripting.command.basic.AbstractCommandWithFlowStopping
Returns whether to stop registered flows first.
getStopMessage() - Method in class adams.flow.control.Stop
Returns the stop message.
getStopMessage() - Method in class adams.flow.core.AbstractActor
Returns the stop message.
getStopMessage() - Method in interface adams.flow.core.Actor
Returns the stop message.
getStopMode() - Method in class adams.flow.control.Stop
Returns the stop mode.
getStopMode() - Method in interface adams.flow.core.StopModeSupporter
Returns the stop mode.
getStopMode() - Method in class adams.flow.source.AbstractInteractiveSource
Returns the stop mode.
getStopMode() - Method in class adams.flow.source.SelectFile
Returns the stop mode.
getStopMode() - Method in class adams.flow.source.WekaSelectDataset
Returns the stop mode.
getStopMode() - Method in class adams.flow.standalone.AbstractDatabaseConnection
Returns the stop mode.
getStopMode() - Method in class adams.flow.standalone.FTPConnection
Returns the stop mode.
getStopMode() - Method in class adams.flow.standalone.SMBConnection
Returns the stop mode.
getStopMode() - Method in class adams.flow.standalone.SMTPConnection
Returns the stop mode.
getStopMode() - Method in class adams.flow.standalone.SSHConnection
Returns the stop mode.
getStopMode() - Method in class adams.flow.transformer.AbstractInteractiveTransformer
Returns the stop mode.
getStopMode() - Method in class adams.flow.transformer.AbstractInteractiveTransformerDialog
Returns the stop mode.
getStopOnFirstDetection() - Method in class adams.data.outlier.MultiOutlierDetector
Returns whether detection process is stopped as soon as one detector detected something.
getStoppingCriterion() - Method in class adams.opt.genetic.AbstractGeneticAlgorithm
Returns the stopping criterion in use.
getStoppingTimeout() - Method in class adams.flow.control.AbstractDirectedControlActor
Returns the timeout for waiting for the sub-flow to stop.
getStoppingTimeout() - Method in class adams.flow.control.AbstractTee
Returns the timeout for waiting for the sub-flow to stop.
getStoppingTimeout() - Method in interface adams.flow.control.AtomicExecution
Returns the timeout for waiting for the sub-flow to stop.
getStoppingTimeout() - Method in class adams.flow.control.Branch
Returns the timeout for waiting for the sub-flow to stop.
getStoppingTimeout() - Method in class adams.flow.control.LocalScopeTransformer
Returns the timeout for waiting for the sub-flow to stop.
getStoppingWarningInterval() - Method in class adams.flow.control.AbstractDirectedControlActor
Returns the interval for outputting warnings if the sub-flow hasn't stopped yet (and no stopping timeout set).
getStoppingWarningInterval() - Method in class adams.flow.control.Branch
Returns the interval for outputting warnings if the sub-flow hasn't stopped yet (and no stopping timeout set).
getStoppingWarningInterval() - Method in class adams.flow.control.LocalScopeTransformer
Returns the interval for outputting warnings if the sub-flow hasn't stopped yet (and no stopping timeout set).
getStopRestrictor(Actor) - Static method in class adams.flow.core.StopHelper
Returns the enclosing StopRestrictor.
getStorage() - Method in class adams.flow.control.Flow
Returns the storage container.
getStorage() - Method in class adams.flow.control.LocalScopeTransformer
Returns the storage container.
getStorage() - Method in class adams.flow.control.LocalScopeTrigger
Returns the storage container.
getStorage() - Method in interface adams.flow.control.StorageHandler
Returns the storage container.
getStorage() - Method in class adams.flow.transformer.IndexedSplitsRunsEvaluation
Returns the report storage item.
getStorage() - Method in class adams.flow.transformer.IndexedSplitsRunsPredictions
Returns the report storage item.
getStorage() - Method in class adams.flow.transformer.MergeReport
Returns the report storage item.
getStorage() - Method in class adams.flow.transformer.SetJsonValue
Returns the value storage item.
getStorage() - Method in class adams.flow.transformer.SetMapValue
Returns the value storage item.
getStorage() - Method in class adams.flow.transformer.WekaNearestNeighborSearch
Returns the data storage item.
getStorage(Actor, StorageName[]) - Static method in class adams.flow.core.EncapsulateActors
Extracts the specified storage items and returns the subset.
getStorageAnnotations() - Method in class adams.flow.transformer.draw.AnnotationsAndPredictions
Returns the storage item with the annotations report.
getStorageFilePairs() - Method in class adams.flow.standalone.DeserializeToStorage
Returns the pairs of storage name / file name.
getStorageFilter() - Method in interface adams.flow.control.LocalScopeHandler
Returns the regular expression that storage item names must match to get into the local scope.
getStorageFilter() - Method in class adams.flow.control.LocalScopeTransformer
Returns the regular expression that storage item names must match to get into the local scope.
getStorageFilter() - Method in class adams.flow.control.LocalScopeTrigger
Returns the regular expression that storage item names must match to get into the local scope.
getStorageHandler() - Method in class adams.flow.core.AbstractActor
Returns the storage handler to use.
getStorageHandler() - Method in interface adams.flow.core.Actor
Returns the storage handler to use.
getStorageName() - Method in class adams.core.command.stderr.Enqueue
Returns the name for the queue in the internal storage.
getStorageName() - Method in class adams.core.command.stdout.Enqueue
Returns the name for the queue in the internal storage.
getStorageName() - Method in class adams.data.conversion.MapToWekaInstance
Returns the name of the stored Instances object to use as template.
getStorageName() - Method in class adams.data.objectfilter.AttachOverlappingMetaData
Returns the name of the report in storage to obtain the meta-data from.
getStorageName() - Method in class adams.flow.condition.bool.HashSet
Returns the name for the hashset in the internal storage.
getStorageName() - Method in class adams.flow.condition.bool.HasMapValue
Returns the name of the Map object in storage to check.
getStorageName() - Method in class adams.flow.condition.bool.HasQueue
Returns the name of the queue to check.
getStorageName() - Method in class adams.flow.condition.bool.HasStorageValue
Returns the name of the storage value to check.
getStorageName() - Method in class adams.flow.condition.bool.StorageFlagSet
Returns the name of the storage flag to evaluate.
getStorageName() - Method in class adams.flow.control.IfStorageValue
Returns the name of the stored value.
getStorageName() - Method in class adams.flow.control.Injector
Returns the name of the storage item to inject.
getStorageName() - Method in class adams.flow.control.SetContainerValue
Returns the name of the storage item to use.
getStorageName() - Method in class adams.flow.control.StorageValueSequence
Returns the name of the stored value.
getStorageName() - Method in class adams.flow.sink.EnQueue
Returns the name for the queue in the internal storage.
getStorageName() - Method in class adams.flow.sink.Publish
Returns the name for the pub/sub data structure in the internal storage.
getStorageName() - Method in class adams.flow.source.Counter
Returns the name of the counter in the internal storage.
getStorageName() - Method in class adams.flow.source.DeQueue
Returns the name for the queue in the internal storage.
getStorageName() - Method in class adams.flow.source.HashSet
Returns the name of the hashset in the internal storage.
getStorageName() - Method in class adams.flow.source.LookUp
Returns the name of the lookup table in the internal storage.
getStorageName() - Method in class adams.flow.source.LookUpTable
Returns the name of the lookup table in the internal storage.
getStorageName() - Method in class adams.flow.source.StorageForLoop
Returns the name of the storage value to forward.
getStorageName() - Method in class adams.flow.source.StorageValue
Returns the name of the stored value.
getStorageName() - Method in class adams.flow.standalone.CounterInit
Returns the name for the counter in the internal storage.
getStorageName() - Method in class adams.flow.standalone.DeleteStorageValue
Returns the name of the stored value.
getStorageName() - Method in class adams.flow.standalone.DeserializeToStorage
Returns the name of the stored value.
getStorageName() - Method in class adams.flow.standalone.HashSetInit
Returns the name for the hashset in the internal storage.
getStorageName() - Method in class adams.flow.standalone.LookUpInit
Returns the name for the lookup table in the internal storage.
getStorageName() - Method in class adams.flow.standalone.QueueEvent
Returns the name for the queue in the internal storage.
getStorageName() - Method in class adams.flow.standalone.QueueInit
Returns the names for the queue in the internal storage.
getStorageName() - Method in class adams.flow.transformer.AbstractDataContainerAdd
Returns the name of the stored value.
getStorageName() - Method in class adams.flow.transformer.AbstractDataContainerAppend
Returns the name of the stored value.
getStorageName() - Method in class adams.flow.transformer.CollectionAppend
Returns the name of the stored value.
getStorageName() - Method in class adams.flow.transformer.CounterAdd
Returns the name for the lookup table in the internal storage.
getStorageName() - Method in class adams.flow.transformer.CounterInit
Returns the name for the counter in the internal storage.
getStorageName() - Method in class adams.flow.transformer.DeleteStorageValue
Returns the name of the stored value.
getStorageName() - Method in class adams.flow.transformer.DetermineOverlappingAreas
Returns the name of the storage item to merge with (Report or ReportHandler).
getStorageName() - Method in class adams.flow.transformer.DetermineOverlappingObjects
Returns the name of the storage item to merge with (Report or ReportHandler).
getStorageName() - Method in class adams.flow.transformer.HashSetAdd
Returns the name for the lookup table in the internal storage.
getStorageName() - Method in class adams.flow.transformer.HashSetInit
Returns the name for the hashset in the internal storage.
getStorageName() - Method in class adams.flow.transformer.HashSetRemove
Returns the name for the hashset in the internal storage.
getStorageName() - Method in class adams.flow.transformer.ImageObjectOverlap
Returns the name of the storage item to merge with (Report or ReportHandler).
getStorageName() - Method in class adams.flow.transformer.ImageObjectOverlapMatrix
Returns the name of the storage item to merge with (Report or ReportHandler).
getStorageName() - Method in class adams.flow.transformer.IncStorageValue
Returns the name of the variable to update.
getStorageName() - Method in class adams.flow.transformer.IntersectOverUnion
Returns the name of the storage item to merge with (Report or ReportHandler).
getStorageName() - Method in class adams.flow.transformer.LookUp
Returns the name for the lookup table in the internal storage.
getStorageName() - Method in class adams.flow.transformer.LookUpAdd
Returns the name for the lookup table in the internal storage.
getStorageName() - Method in class adams.flow.transformer.LookUpInit
Returns the name for the lookup table in the internal storage.
getStorageName() - Method in class adams.flow.transformer.LookUpRemove
Returns the name for the lookup table in the internal storage.
getStorageName() - Method in class adams.flow.transformer.MergeObjectLocations
Returns the name of the storage item to merge with (Report or ReportHandler).
getStorageName() - Method in class adams.flow.transformer.MergeReportFromMap
Returns the name of the stored map with the sample data objects.
getStorageName() - Method in class adams.flow.transformer.PDFAppendDocument
Returns the name of the storage item to retrieve.
getStorageName() - Method in class adams.flow.transformer.RemoveOverlappingImageObjects
Returns the name of the storage item to merge with (Report or ReportHandler).
getStorageName() - Method in class adams.flow.transformer.SetArrayElement
Returns the name of the stored value.
getStorageName() - Method in class adams.flow.transformer.SetStorageFlag
Returns the name of the stored value.
getStorageName() - Method in class adams.flow.transformer.SetStorageValue
Returns the name of the stored value.
getStorageName() - Method in class adams.flow.transformer.SpreadSheetAppend
Returns the name of the stored value.
getStorageName() - Method in class adams.flow.transformer.StorageCollectionInsert
Returns the storage item name that represents the collection to update.
getStorageName() - Method in class adams.flow.transformer.StorageJFreeChartAddSeries
Returns the storage item name that represents the collection to update.
getStorageName() - Method in class adams.flow.transformer.WekaGeneticAlgorithmInitializer
Returns the name for the data in the internal storage.
getStorageName() - Method in class adams.flow.websocket.client.SimpleSendWithQueueGenerator
Returns the name for the queue in the internal storage.
getStorageName(Actor) - Method in class adams.gui.flow.tree.postprocessor.StorageValueRenamed
Extracts the variable name (the option) from the actor.
getStorageNamePrefix() - Method in class adams.flow.transformer.MapToStorageValues
Returns the prefix for the storage names (prefix + map key).
getStorageNames() - Method in class adams.flow.control.RemoteExecutionTrigger
Returns the names of the storage items to transfer.
getStorageNames() - Method in interface adams.flow.core.RemoteExecutionHandler
Returns the names of the storage items to transfer.
getStorageNames() - Method in class adams.flow.processor.ListAllStorageNames
Returns the storage names.
getStorageNames() - Method in class adams.flow.source.CombineArrays
Returns the names of the stored values.
getStorageNames() - Method in class adams.flow.source.CombineCollections
Returns the names of the stored values.
getStorageNames() - Method in class adams.flow.source.MakeContainer
Returns the names of the storage items to use.
getStorageNames() - Method in class adams.flow.source.StorageValuesArray
Returns the names of the stored values.
getStorageNames() - Method in class adams.flow.source.ZipArrays
Returns the names of the stored values.
getStorageNames() - Method in class adams.flow.standalone.InitPublishSubscribe
Returns the names for the pub/sub data structures in the internal storage.
getStorageNames() - Method in class adams.scripting.command.flow.RemoteFlowExecution
Returns the names of the storage items to transfer.
getStoragePanel() - Method in class adams.gui.flow.FlowPanel
Returns the panel with the storage items.
getStoragePanel() - Method in class adams.gui.flow.FlowRunnerPanel
Returns the panel with the storage items.
getStoragePanel() - Method in interface adams.gui.flow.FlowWorkerHandler
Returns the panel with the storage items.
getStoragePredictions() - Method in class adams.flow.transformer.draw.AnnotationsAndPredictions
Returns the storage item with the predictions report.
getStoragePrefix() - Method in class adams.flow.transformer.SpreadSheetStorageRowIterator
Returns the prefix for the storage name (prefix + header).
getStorageRegExp() - Method in interface adams.flow.control.LocalScopeHandler
Returns the regular expression that storage item names must match to get propagated.
getStorageRegExp() - Method in class adams.flow.control.LocalScopeTransformer
Returns the regular expression that storage item names must match to get propagated.
getStorageRegExp() - Method in class adams.flow.control.LocalScopeTrigger
Returns the regular expression that storage item names must match to get propagated.
getStorageValue(String, Object) - Method in class adams.flow.core.FlowVariables
Returns the value obtain from storage.
GetStorageValue - Class in adams.flow.transformer
Retrieves a value from internal storage using the incoming string token as name.
GetStorageValue() - Constructor for class adams.flow.transformer.GetStorageValue
 
getStore() - Method in class adams.tools.AbstractAddRemoveTimeWindowDatabaseTool
Returns whether a modified report gets written back to the database.
getStoreAttributes() - Method in class adams.data.conversion.DOMToProperties
Returns whether to store the attributes as well.
getStoreElementIndex() - Method in class adams.flow.control.ArrayProcess
Returns whether to store the element index in a variable.
getStoreElementIndex() - Method in class adams.flow.control.CollectionProcess
Returns whether to store the element index in a variable.
getStoreError() - Method in class adams.flow.control.TryCatch
Returns whether to store any error in a variable.
getStoreFilename() - Method in class adams.flow.transformer.WekaTextDirectoryReader
Returns whether the filename gets stored in extra attribute.
getStoreTransformed() - Method in class adams.flow.transformer.WekaTrainForecaster
Returns whether to store the transformed data as well.
getStoreUnsuccessful() - Method in class adams.flow.sink.SendRemoteCommand
Returns whether to store unsuccessful commands on disk.
getStratification() - Method in class adams.data.splitgenerator.generic.crossvalidation.CrossValidationGenerator
Returns the stratification scheme in use.
getStratify() - Method in interface adams.data.splitgenerator.StratifiableSplitGenerator
Returns whether to stratify the data (in case of nominal class).
getStratify() - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesCrossValidationFoldGenerator
Returns whether to stratify the data (in case of nominal class).
getStratify() - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesGroupedCrossValidationFoldGenerator
Returns whether to stratify the data (in case of nominal class).
getStratify() - Method in class adams.ml.evaluation.DefaultCrossValidationFoldGenerator
Returns whether to stratify the data (in case of nominal class).
getStratify() - Method in class weka.classifiers.BinnedNumericClassCrossValidationFoldGenerator
Returns whether to stratify the data (in case of nominal class).
getStratify() - Method in interface weka.classifiers.CrossValidationFoldGenerator
Returns whether to stratify the data (in case of nominal class).
getStratify() - Method in class weka.classifiers.DefaultCrossValidationFoldGenerator
Returns whether to stratify the data (in case of nominal class).
getStratify() - Method in class weka.classifiers.GroupedBinnedNumericClassCrossValidationFoldGenerator
Returns whether to stratify the data (in case of nominal class).
getStratify() - Method in class weka.classifiers.GroupedCrossValidationFoldGenerator
Returns whether to stratify the data (in case of nominal class).
getStratify() - Method in class weka.classifiers.GroupedCrossValidationFoldGeneratorUsingNumericClassValues
Returns whether to stratify the data (in case of nominal class).
getStrict() - Method in class adams.core.io.filecomplete.AbstractStrictFileCompleteCheck
Returns whether to be strict or allow trailing junk data.
getStrict() - Method in class adams.flow.transformer.SpreadSheetMerge
Returns whether to enforce uniqueness in IDs.
getStrict() - Method in class adams.flow.transformer.WekaInstancesMerge
Returns whether to enforce uniqueness in IDs.
getStrictCapabilities() - Method in class adams.ml.model.classification.AbstractClassifier
Returns whether to use a strict capabilities check.
getStrictCapabilities() - Method in class adams.ml.model.classification.AbstractMultiTargetClassifier
Returns whether to use a strict capabilities check.
getStrictCapabilities() - Method in class adams.ml.model.clustering.AbstractClusterer
Returns whether to use a strict capabilities check.
getStrictCapabilities() - Method in class adams.ml.model.regression.AbstractMultiTargetRegressor
Returns whether to use a strict capabilities check.
getStrictCapabilities() - Method in class adams.ml.model.regression.AbstractRegressor
Returns whether to use a strict capabilities check.
getStrictHostKeyChecking() - Method in class adams.core.io.lister.SftpDirectoryLister
Returns whether to perform strict host key checking.
getStrictHostKeyChecking() - Method in class adams.flow.standalone.SSHConnection
Returns whether to perform strict host key checking.
getStrictHostKeyChecking() - Method in class adams.gui.chooser.SftpRemoteDirectorySetup
Returns whether to perform strict host key checking.
getStrictHostKeyChecking() - Method in class adams.scripting.connection.AbstractSSHConnection
Returns whether to perform strict host key checking.
getString() - Method in class adams.core.Trie.TrieNode
returns the full string up to the root
getString(int) - Method in class adams.data.SharedStringsTable
Returns the string associated with the given index.
getString(Class, String, String) - Static method in class adams.gui.core.GUIHelper
Returns the string value listed in the props file, or the default value if not found.
getString(String) - Method in class adams.db.SimpleResultSet
get String
getString(String) - Method in class adams.flow.core.AdditionalOptions
Returns the stored string.
getString(String, String) - Method in class adams.data.indexedsplits.MetaData
Returns the string value associated with the key or the default value if not present or not a string.
getString(String, String) - Method in class adams.flow.core.AdditionalOptions
Returns the stored string or the default value if not found.
getString(String, String) - Static method in class adams.gui.core.Fonts
Returns the string value listed in the props file, or the default value if not found.
getString(String, String) - Static method in class adams.gui.core.GUIHelper
Returns the string value listed in the props file, or the default value if not found.
getStringColumnSQL() - Method in class adams.data.io.output.SqlDumpSpreadSheetWriter
Returns the SQL type for string columns for the CREATE statement.
getStringColumnSQL() - Method in class adams.data.spreadsheet.sql.Writer
Returns the SQL type for string columns for the CREATE statement.
getStringColumnSQL() - Method in class adams.flow.sink.SpreadSheetDbWriter
Returns the SQL type for string columns for the CREATE statement.
getStringFromClipboard() - Method in class adams.gui.chooser.AbstractChooserPanel
Returns the current string from the clipboard.
getStringRepresentation() - Method in class net.semanticmetadata.lire.imageanalysis.features.global.BasicFeatures
Deprecated.
 
getStrings() - Method in class adams.flow.source.StringConstants
Returns the strings to output.
getStringToPaint() - Method in class adams.gui.goe.ActorPathEditor
Returns the string to paint.
getStringToPaint() - Method in class adams.gui.goe.BaseBooleanEditor
Returns the string to paint.
getStringToPaint() - Method in class adams.gui.goe.BaseIntervalEditor
Returns the string to paint.
getStringToPaint() - Method in class adams.gui.goe.BaseKeyValuePairEditor
Returns the string to paint.
getStringToPaint() - Method in class adams.gui.goe.BaseObjectEditor
Returns the string to paint.
getStringToPaint() - Method in class adams.gui.goe.BasePasswordEditor
Returns the string to paint.
getStringToPaint() - Method in class adams.gui.goe.BaseRegExpEditor
Returns the string to paint.
getStringToPaint() - Method in class adams.gui.goe.CallableActorReferenceEditor
Returns the string to paint.
getStringToPaint() - Method in class adams.gui.goe.EventReferenceEditor
Returns the string to paint.
getStringToPaint() - Method in class adams.gui.goe.IndexEditor
Returns the string to paint.
getStringToPaint() - Method in class adams.gui.goe.JdbcUrlEditor
Returns the string to paint.
getStringToPaint() - Method in class adams.gui.goe.RangeEditor
Returns the string to paint.
getStringToPaint() - Method in class adams.gui.goe.UnorderedRangeEditor
Returns the string to paint.
getStringToPaint() - Method in class adams.gui.goe.VariableNameValuePairEditor
Returns the string to paint.
getStringValue(AbstractField) - Method in class adams.data.report.Report
Get parameter value, or null if not available.
getStringValue(String) - Method in class adams.data.report.Report
Get parameter value, or null if not available.
getStripExtension() - Method in class adams.flow.template.StoreFilenameInVariable
Returns whether to strip the extension from the filename.
getStripPath() - Method in class adams.flow.template.StoreFilenameInVariable
Returns whether to strip the path from the filename.
getStripPath() - Method in class adams.flow.transformer.AbstractMultiCompress
Returns the regular expression used for stripping the path.
getStroke() - Method in class adams.gui.print.PostscriptGraphics
 
getStrokeThickness() - Method in class adams.flow.transformer.draw.AbstractColorStrokeDrawOperation
Returns the current stroke thickness.
getStrokeThickness() - Method in class adams.flow.transformer.draw.ObjectLocationsFromReport
Returns the current stroke thickness.
getStrokeThickness() - Method in class adams.gui.visualization.core.AbstractStrokePaintlet
Returns the current stroke thickness.
getStrokeThickness() - Method in class adams.gui.visualization.image.HighlightLocations
Returns the current stroke thickness.
getStrokeThickness() - Method in class adams.gui.visualization.image.ObjectLocationsOverlayFromReport
Returns the current stroke thickness.
getStrokeThickness() - Method in class adams.gui.visualization.image.selection.AbstractPaintingSelectionProcessor
Returns the current stroke thickness.
getStrokeThickness() - Method in class adams.gui.visualization.image.selectionshape.AbstractStrokeSelectionShapePainter
Returns the current stroke thickness.
getStrokeThickness() - Method in interface adams.gui.visualization.image.selectionshape.StrokeSelectionShapePainter
Returns the current stroke thickness.
getStrokeThickness() - Method in class adams.gui.visualization.object.annotator.BoundingBoxAnnotator
Returns the current stroke thickness.
getStrokeThickness() - Method in class adams.gui.visualization.object.annotator.PolygonAnnotator
Returns the current stroke thickness.
getStrokeThickness() - Method in class adams.gui.visualization.object.annotator.PolygonPointAnnotator
Returns the current stroke thickness.
getStrokeThickness() - Method in class adams.gui.visualization.object.annotator.SimplePointAnnotator
Returns the current stroke thickness.
getStrokeThickness() - Method in class adams.gui.visualization.object.objectannotations.outline.AbstractStrokeOutlinePlotter
Returns the current stroke thickness.
getStrokeThickness() - Method in class adams.gui.visualization.object.overlay.ObjectLocationsOverlayFromReport
Returns the current stroke thickness.
getStrokeWidth(Graphics, float) - Method in class adams.flow.transformer.draw.ObjectLocationsFromReport
Returns the thickness of the stroke.
getStrokeWidth(Graphics, float) - Method in class adams.gui.visualization.core.AbstractStrokePaintlet
Returns the thickness of the stroke.
getStrokeWidth(Graphics, float) - Method in class adams.gui.visualization.image.ObjectLocationsOverlayFromReport
Returns the thickness of the stroke.
getStrokeWidth(Graphics, float) - Method in class adams.gui.visualization.image.selectionshape.AbstractStrokeSelectionShapePainter
Returns the thickness of the stroke.
getStrokeWidth(Graphics, float) - Method in class adams.gui.visualization.object.annotator.AbstractAnnotator
Returns the thickness of the stroke.
getStrokeWidth(Graphics, float) - Method in class adams.gui.visualization.object.objectannotations.outline.AbstractStrokeOutlinePlotter
Returns the thickness of the stroke.
getStrokeWidth(Graphics, float) - Method in class adams.gui.visualization.object.overlay.ObjectLocationsOverlayFromReport
Returns the thickness of the stroke.
getStructure() - Method in class weka.core.converters.AArffLoader
Determines and returns (if possible) the structure (internally the header) of the data set as an empty set of instances.
getStructure() - Method in class weka.core.converters.SimpleArffLoader
Returns the structure of the dataset.
getStructure() - Method in class weka.core.converters.SpreadSheetLoader
Determines and returns (if possible) the structure (internally the header) of the data set as an empty set of instances.
getStructure(Instances, String, TIntList) - Method in class adams.gui.tools.wekainvestigator.tab.CompareTab
Returns the dataset structure.
getStyleProperties() - Method in class adams.gui.core.AbstractTextEditorPanelWithSimpleSyntaxHighlighting
Returns the syntax style definition.
getStyleProperties() - Method in class adams.gui.core.BooleanExpressionEditorPanel
Returns the syntax style definition.
getStyleProperties() - Method in class adams.gui.core.LookUpUpdateEditorPanel
Returns the syntax style definition.
getStyleProperties() - Method in class adams.gui.core.MathematicalExpressionEditorPanel
Returns the syntax style definition.
getStyleProperties() - Method in class adams.gui.core.SpreadSheetFormulaEditorPanel
Returns the syntax style definition.
getStyleProperties() - Method in class adams.gui.core.SpreadSheetQueryEditorPanel
Returns the syntax style definition.
getStyleProperties() - Method in class adams.gui.core.SQLSyntaxEditorPanel
Returns the syntax style definition.
getStyleProperties() - Method in class adams.gui.core.StringExpressionEditorPanel
Returns the syntax style definition.
getStyleProperties() - Method in class adams.gui.scripting.ScriptingTextEditorPanel
Returns the syntax style definition.
getStyleSheet() - Method in class adams.flow.transformer.XSLT
Returns the expression to apply.
getSub() - Method in class adams.flow.control.ArrayProcess.ArrayElementJob
Returns the underlying SubProcess instance.
getSubActor() - Method in class adams.flow.control.UpdateProperties
Returns the sub-actor.
getSubConversions() - Method in class adams.data.conversion.MultiConversion
Returns the number of decimals for numbers in tables.
getSubDetectors() - Method in class adams.data.outlier.MultiOutlierDetector
Returns the detectors in use.
getSubFilters() - Method in class adams.data.filter.MultiFilter
Returns the filters in use.
getSubGenerators() - Method in class adams.data.boofcv.features.MultiBoofCVFeatureGenerator
Returns the flatteners to use.
getSubGenerators() - Method in class adams.data.image.features.MultiBufferedImageFeatureGenerator
Returns the generators to use.
getSubGenerators() - Method in class adams.data.opencv.features.MultiOpenCVFeatureGenerator
Returns the generators to use.
getSubject() - Method in class adams.core.net.Email
Returns the subject.
getSubject() - Method in class adams.flow.sink.sendnotification.Email
Returns the subject.
getSubject() - Method in class adams.flow.transformer.CreateEmail
Returns the subject.
getSubject() - Method in class adams.gui.dialog.ComposeEmailDialog
Returns the "subject".
getSubject() - Method in class adams.gui.dialog.ComposeEmailPanel
Returns the "subject".
getSubject() - Method in class adams.gui.visualization.multiobjectexport.EmailExport
Returns the subject for the email.
getSubLayer(String) - Method in class adams.gui.visualization.segmentation.layer.CombinedLayer
Returns the sub layer by name.
getSubLayers() - Method in class adams.gui.visualization.segmentation.layer.CombinedLayer
Returns the list of sub layers.
getSubListeners() - Method in class adams.flow.execution.MultiListener
Returns the listeners in use.
getSubMenuActions() - Method in class adams.gui.flow.tree.menu.AbstractTreePopupSubMenuAction
Returns any sub menu actions.
getSubMenuActions() - Method in class adams.gui.flow.tree.menu.AddActor
Returns the sub menu actions.
getSubMenuActions() - Method in class adams.gui.flow.tree.menu.AddBreakpoint
Returns the sub menu actions.
getSubMenuActions() - Method in class adams.gui.flow.tree.menu.AddFromTemplate
Returns the sub menu actions.
getSubMenuActions() - Method in class adams.gui.flow.tree.menu.AddMostCommonActor
Returns the sub menu actions.
getSubMenuActions() - Method in class adams.gui.flow.tree.menu.Bookmark
Returns the sub menu actions.
getSubMenuActions() - Method in class adams.gui.flow.tree.menu.CompareActors
Returns any sub menu actions.
getSubMenuActions() - Method in class adams.gui.flow.tree.menu.CopyActorMore
Returns the sub menu actions.
getSubMenuActions() - Method in class adams.gui.flow.tree.menu.CreateCallableActor
Returns the sub menu actions.
getSubMenuActions() - Method in class adams.gui.flow.tree.menu.ExternalFlow
Returns the sub menu actions.
getSubMenuActions() - Method in class adams.gui.flow.tree.menu.FindUsages
Ignored.
getSubMenuActions() - Method in class adams.gui.flow.tree.menu.GoTo
Ignored.
getSubMenuActions() - Method in class adams.gui.flow.tree.menu.InspectMemory
Returns the sub menu actions.
getSubMenuActions() - Method in class adams.gui.flow.tree.menu.Listeners
Returns the sub menu actions.
getSubMenuActions() - Method in class adams.gui.flow.tree.menu.PasteActor
Returns the sub menu actions.
getSubMenuItems() - Method in class adams.gui.application.AbstractSubMenuDefinition
Returns the menu items to add to the submenu.
getSubMenuItems() - Method in class adams.gui.menu.RemoteCommands
Returns the menu items to add to the submenu.
getSubNode(Element, String) - Method in class adams.data.io.input.PascalVOCObjectLocationsReader
Returns the node from the specified sub-node.
getSubNodeText(Element, String) - Method in class adams.data.io.input.PascalVOCObjectLocationsReader
Returns the node text from the specified sub-node.
getSubPaintlets() - Method in class adams.gui.visualization.core.MultiPaintlet
Returns the paintlets to use.
getSubPaintlets() - Method in class adams.gui.visualization.sequence.MultiPaintlet
Returns the paintlets to use.
getSubPanel() - Method in class adams.gui.event.RemoteControlCenterEvent
Returns the sub-panel that triggered the event.
getSubProcess() - Method in class adams.parser.spreadsheetquery.Parser
Returns the partial flow that was generated to process the spreadsheet.
getSubProcess() - Method in class adams.parser.spreadsheetquery.ParserHelper
Returns the partial flow that was generated to process the spreadsheet.
getSubProcessors() - Method in class adams.flow.processor.MultiProcessor
Returns the processors in use.
getSubRanges() - Method in class adams.core.Range
Returns the sub-ranges, initializes them if necessary.
getSubsampleRatio() - Method in class weka.classifiers.trees.XGBoost
Gets the sub-sample ratio of the training instances.
getSubset() - Method in class adams.flow.transformer.SpreadSheetSubset
Returns the R-like matrix subset (eg '1:4,').
getSubset() - Method in class weka.classifiers.meta.Corr
 
getSubset(String) - Method in class adams.data.Notes
Returns the subset for the given prefix.
getSubset(Instances) - Method in class weka.classifiers.meta.Corr
 
getSubsets() - Method in class adams.flow.transformer.ArrayCombinations
combinations or permutations.
getSubStatistics() - Method in class adams.data.statistics.MultiArrayStatistic
Returns the base statistics to use.
getSuccess() - Method in class adams.gui.event.ScriptingEvent
Returns whether the command was run successfully or not.
getSuccess() - Method in class adams.gui.event.UndoEvent
Returns whether the action was successful.
getSuccess() - Method in class adams.multiprocess.JobResult
Execution successful?
getSuccessfulDir() - Method in class adams.scripting.requesthandler.CommandDumperHandler
Returns the directory for successful commands.
getSuccessfulDir() - Method in class adams.scripting.responsehandler.CommandDumperHandler
Returns the directory for successful commands.
getSuccessfulSuffix() - Method in class adams.core.net.SimpleMailer
Returns the suffix for successfully sent emails.
getSuffix() - Method in class adams.core.io.DefaultFilenameGenerator
Returns the suffix in use.
getSuffix() - Method in class adams.core.io.FilenameProposer
Returns the suffix in use.
getSuffix() - Method in class adams.core.io.SimpleFilenameGenerator
Returns the suffix in use.
getSuffix() - Method in class adams.data.conversion.ArrayToReport
Returns the field suffix used in the report.
getSuffix() - Method in class adams.data.report.AbstractField
Returns the suffix for compound fields.
getSuffix() - Method in interface adams.data.report.SuffixOnlyField
Returns the suffix for compound fields.
getSuffix() - Method in class adams.flow.sink.AbstractGraphicsGenerator
Returns the currently set suffix for the filename.
getSuffix() - Method in class adams.flow.sink.NotesWriter
Returns the suffix for the notes.
getSuffix() - Method in class adams.flow.sink.ProgressBar
Returns the suffix string.
getSuffix() - Method in class adams.flow.source.newlist.Wrapper
Returns the suffix to use.
getSuffix() - Method in class adams.flow.source.NewTempFile
Returns the suffix to use.
getSuffix() - Method in class adams.flow.source.RSync
 
getSuffix() - Method in class adams.flow.standalone.PythonEnvironment
Returns the suffix to append to the system-wide executables.
getSuffix() - Method in class adams.flow.standalone.Stopwatch
Returns the suffix for the time display.
getSuffix() - Method in class adams.flow.transformer.AppendName
Returns the suffix to append.
getSuffix() - Method in class adams.flow.transformer.ImageAnnotator
Returns the field suffix to use for the labels.
getSuffix() - Method in class adams.gui.tools.previewbrowser.AnnotateImage
Returns the field suffix to use for the labels.
getSuffix() - Method in class adams.gui.visualization.report.reportfactory.AbstractTableActionWithDataContainerPanel
Returns the suffix of the required field.
getSuffixFields() - Method in class adams.data.report.Report
Returns all distinct suffix fields.
getSuggestedActions() - Method in class adams.flow.transformer.pixelselector.AbstractPixelSelectorOverlay
Returns some actions that generate data for this overlay.
getSuggestedActions() - Method in class adams.flow.transformer.pixelselector.ClassificationOverlay
Returns some actions that generate data for this overlay.
getSuggestedActions() - Method in class adams.flow.transformer.pixelselector.RectangleOverlay
Returns some actions that generate data for this overlay.
getSuggestedActions() - Method in class adams.flow.transformer.pixelselector.SimpleOverlay
Returns some actions that generate data for this overlay.
getSum() - Method in class adams.data.statistics.StatCalc
 
getSummaryFilter() - Method in class weka.filters.unsupervised.attribute.AttributeSummaryTransferFilter
Gets the filter to use to summarise the attributes.
getSumSquares() - Method in class adams.data.statistics.StatCalc
 
getSuperclass() - Method in class adams.doc.listing.Listing
Returns the superclass to use for the listing.
getSuperclass() - Method in class adams.gui.flow.tree.quickaction.AbstractGOEQuickAction
The abstract superclass to use.
getSuperclass() - Method in class adams.gui.flow.tree.quickaction.EditBooleanCondition
The abstract superclass to use.
getSuperclass() - Method in class adams.gui.flow.tree.quickaction.EditConversion
The abstract superclass to use.
getSuperclass() - Method in class adams.gui.flow.tree.quickaction.EditWekaASEvaluator
The abstract superclass to use.
getSuperclass() - Method in class adams.gui.flow.tree.quickaction.EditWekaASSearch
The abstract superclass to use.
getSuperclass() - Method in class adams.gui.flow.tree.quickaction.EditWekaClassifier
The abstract superclass to use.
getSuperclass() - Method in class adams.gui.flow.tree.quickaction.EditWekaClusterer
The abstract superclass to use.
getSuperclass() - Method in class adams.gui.flow.tree.quickaction.EditWekaDataGenerator
The abstract superclass to use.
getSuperclass() - Method in class adams.gui.flow.tree.quickaction.EditWekaFilter
The abstract superclass to use.
getSuperclass() - Method in class adams.gui.flow.tree.quickaction.EditWekaStreamableFilter
The abstract superclass to use.
getSuperclass() - Method in class adams.gui.tools.FavoritesManagementPanel.FavoritesListModel
Returns the currently set superclass.
getSuperClass() - Method in class adams.flow.condition.bool.IsSubClass
Returns the superclass to check.
getSuperClass() - Method in class adams.flow.source.AbstractSelectObjects
Returns the superclass for the class hierarchy in use.
getSuperClass() - Method in class adams.flow.source.valuedefinition.AbstractGOEValueDefinition
Returns the super class that all other classes are derived from.
getSuperclasses() - Method in class adams.gui.goe.Favorites
Returns all the current superclasses.
getSupplementaryData() - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.ResultItem
Returns the stored Supplementary object.
getSupplementaryName() - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.ResultItem
Returns the stored Supplementary name.
getSuppliedFileName() - Method in class adams.flow.transformer.AbstractDataContainerFileWriter
Returns the filename to use when set to AbstractDataContainerFileWriter.FileNameGeneration.SUPPLIED.
getSuppliedPrefix() - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm
Returns the prefix to use in case of OutputPrefixType.SUPPLIED.
getSuppliedReferenceDataset() - Method in class weka.filters.unsupervised.instance.AlignDataset
Returns the manually set reference dataset instead of loading one from disk.
getSuppliedTestSet() - Method in class weka.filters.unsupervised.instance.RemoveTestInstances
Returns the manually set test set instead of loading one from disk.
getSuppliedTimestamp() - Method in class adams.data.filter.TimeseriesShiftTimestamps
The supplied timestamp to use.
getSupport() - Method in class weka.classifiers.meta.ConsensusOrVote
Returns the percentage (0-1 excl) or number of base-classifiers (>= 1) that need to chose the label in order to predict it.
getSupport() - Method in class weka.classifiers.meta.Veto
Returns the percentage (0-1 excl) or number of base-classifiers (>= 1) that need to chose the label in order to predict it.
getSupportedAnnotationTypes() - Method in class adams.core.annotation.AbstractCopyrightProcessor
If the processor class is annotated with SupportedAnnotationTypes, return an unmodifiable set with the same set of strings as the annotation.
getSupportedFileExtensions(boolean) - Method in class adams.gui.tools.wekamultiexperimenter.io.AbstractAdamsExperimentIO
Returns the supported file extensions.
getSupportedFileExtensions(boolean) - Method in class adams.gui.tools.wekamultiexperimenter.io.AbstractExperimentIO
Returns the supported file extensions.
getSupportedFileExtensions(boolean) - Method in class adams.gui.tools.wekamultiexperimenter.io.AbstractWekaExperimentIO
Returns the supported file extensions.
getSupportedOptions() - Method in class adams.core.annotation.AbstractCopyrightProcessor
If the processor class is annotated with SupportedOptions, return an unmodifiable set with the same set of strings as the annotation.
getSupportedSourceVersion() - Method in class adams.core.annotation.AbstractCopyrightProcessor
If the processor class is annotated with SupportedSourceVersion, return the source version in the annotation.
getSupportedTags() - Method in interface adams.core.tags.TagProcessor
Returns the tags that are supported by this class, including an explanation of what they do.
getSupportEmail() - Static method in class adams.core.net.EmailHelper
Returns the email address for the support.
getSuppressDefaultValues() - Static method in class adams.core.option.OptionUtils
Returns whether default values should be suppressed in toArray/toNested.
getSuppressMissingKeyWarnings() - Method in class adams.data.groupextraction.SpreadSheetCellWithLookUp
Returns whether to suppress warnings about missing keys.
getSuppressMissingKeyWarnings() - Method in class adams.flow.transformer.LookUp
Returns whether to suppress warnings about missing keys.
getSuppressModelOutput() - Method in class weka.classifiers.meta.AbstainingCascade
Returns whether to output the model with the toString() method or not.
getSuppressModelOutput() - Method in class weka.classifiers.meta.ConsensusOrVote
Returns whether to output the model with the toString() method or not.
getSuppressModelOutput() - Method in class weka.classifiers.meta.SuppressModelOutput
Returns whether to output the model with the toString() method or not.
getSuppressModelOutput() - Method in class weka.classifiers.meta.ThresholdedBinaryClassification
Returns whether to output the model with the toString() method or not.
getSuppressModelOutput() - Method in class weka.classifiers.meta.Veto
Returns whether to output the model with the toString() method or not.
getSuppressModelOutput() - Method in class weka.classifiers.meta.VotedImbalance
Returns whether to output the model with the toString() method or not.
getSuppressModelOutput() - Method in interface weka.core.ModelOutputHandler
Returns whether to output the model with the toString() method or not.
getSwapAxes() - Method in class adams.flow.sink.ActualVsPredictedPlot
Returns whether to swap the axes.
getSwapAxes() - Method in class adams.gui.tools.previewbrowser.ActualVsPredictedHandler
Returns whether to swap the axes.
getSwapAxes() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.ClassifierErrors
Returns whether to swap the axes.
getSwapRowsAndColumns() - Method in class adams.flow.transformer.WekaExperimentEvaluation
Returns whether to swap rows and columns.
getSwapRowsAndColumns() - Method in class adams.gui.tools.wekainvestigator.tab.experimenttab.output.TextOutput
Returns whether to swap rows and columns.
getSwitchOutputs() - Method in class adams.flow.control.ContainerValuePicker
Returns whether the regular and tee output are switched.
getSymbolContainer() - Method in class adams.parser.actorsuggestion.Parser
 
getSymbolContainer() - Method in class adams.parser.basedate.Parser
 
getSymbolContainer() - Method in class adams.parser.basedatetime.Parser
 
getSymbolContainer() - Method in class adams.parser.basedatetimemsec.Parser
 
getSymbolContainer() - Method in class adams.parser.basetime.Parser
 
getSymbolContainer() - Method in class adams.parser.basetimemsec.Parser
 
getSymbolContainer() - Method in class adams.parser.booleanexpression.Parser
 
getSymbolContainer() - Method in class adams.parser.externalactorsuggestion.Parser
 
getSymbolContainer() - Method in class adams.parser.lookupupdate.Parser
 
getSymbolContainer() - Method in class adams.parser.mathematicalexpression.Parser
 
getSymbolContainer() - Method in class adams.parser.spreadsheetformula.Parser
 
getSymbolContainer() - Method in class adams.parser.spreadsheetquery.Parser
 
getSymbolContainer() - Method in class adams.parser.stringexpression.Parser
 
getSymbolContainer() - Method in class adams.parser.templatesuggestion.Parser
 
getSymbols() - Method in class adams.parser.AbstractSymbolEvaluator
Returns the symbols to use for evaluation.
getSymbols() - Method in class adams.parser.booleanexpression.Parser
Returns the current variable - value relation in use.
getSymbols() - Method in class adams.parser.lookupupdate.Parser
Returns the current variable - value relation in use.
getSymbols() - Method in class adams.parser.mathematicalexpression.Parser
Returns the current variable - value relation in use.
getSymbols() - Method in class adams.parser.ParserHelper
Returns the currently used symbols.
getSymbols() - Method in class adams.parser.spreadsheetformula.Parser
Returns the current variable - value relation in use.
getSymbols() - Method in class adams.parser.spreadsheetquery.Parser
Returns the current variable - value relation in use.
getSymbols() - Method in class adams.parser.stringexpression.Parser
Returns the current variable - value relation in use.
getSyntaxStyle() - Method in class adams.gui.core.AbstractTextAreaPanelWithAdvancedSyntaxHighlighting
Returns the syntax style to use.
getSyntaxStyle() - Method in class adams.gui.core.DefaultTextAreaPanelWithAdvancedSyntaxHighlighting
Returns the syntax style to use.
getSyntaxStyle() - Method in class adams.gui.core.GroovySyntaxEditorPanel
Returns the syntax style to use.
getSyntaxStyle() - Method in class adams.gui.core.XSLTSyntaxEditorPanel
Returns the syntax style to use.
GetSystemProperty - Class in adams.flow.source
Outputs the value of the specified Java system property.
GetSystemProperty() - Constructor for class adams.flow.source.GetSystemProperty
 
getTab() - Method in class adams.gui.tools.remotecontrolcenter.panels.AbstractTabResponseHandler
Returns the tab this handler belongs to.
getTab() - Method in class adams.gui.tools.remotecontrolcenter.panels.AdvancedTab.InspectionResponseHandler
Returns the tab this handler belongs to.
getTab(Class) - Method in class adams.gui.flow.tab.FlowTabManager
Returns the tab instance of the given class.
getTabAreaBounds() - Method in class adams.gui.core.DragAndDropTabbedPane
 
getTabbedDisplays() - Method in class adams.gui.flow.tab.GraphicalFlowExecutionListenersTab
Returns the tabbed displays.
getTabbedDisplays() - Method in class adams.gui.flow.tab.RegisteredDisplaysTab
Returns the tabbed displays.
getTabbedPane() - Method in class adams.gui.event.TabClosedEvent
Returns the tabbed pane that triggered the event.
getTabbedPane() - Method in class adams.gui.event.TabVisibilityChangeEvent
Returns the tabbed pane that triggered the event.
getTabbedPane() - Method in class adams.gui.tools.spreadsheetviewer.menu.AbstractSpreadSheetViewerCheckBoxMenuItemAction
Returns the tabbed pane of the viewer.
getTabbedPane() - Method in class adams.gui.tools.spreadsheetviewer.menu.AbstractSpreadSheetViewerMenuItemAction
Returns the tabbed pane of the viewer.
getTabbedPane() - Method in class adams.gui.tools.spreadsheetviewer.menu.AbstractSpreadSheetViewerSubMenuAction
Returns the tabbed pane of the viewer.
getTabbedPane() - Method in class adams.gui.tools.wekainvestigator.InvestigatorPanel
Returns the underlying tabbed pane.
getTabbedPane() - Method in class adams.gui.tools.wekainvestigator.output.AbstractResultItem
The tabbed pane for the results.
getTabelModel() - Method in class adams.gui.flow.menu.ShowTriggers
Returns a table model with the current triggers.
getTabHandler(Class<T>) - Method in class adams.gui.flow.FlowPanel
Returns the tab handlers.
getTabHandlers() - Method in class adams.gui.flow.FlowPanel
Returns the tab handlers.
getTabIcon() - Method in class adams.gui.tools.remotecontrolcenter.panels.AbstractRemoteControlCenterTab
Returns the name of icon to use for the tab.
getTabIcon() - Method in class adams.gui.tools.remotecontrolcenter.panels.AdvancedTab
Returns the name of icon to use for the tab.
getTabIcon() - Method in class adams.gui.tools.remotecontrolcenter.panels.RemoteFlowCommandsTab
Returns the name of icon to use for the tab.
getTabIcon() - Method in class adams.gui.tools.remotecontrolcenter.panels.RemoteLoggingTab
Returns the name of icon to use for the tab.
getTabIcon() - Method in class adams.gui.tools.remotecontrolcenter.RemoteControlCenterLogPanel
Returns the name of icon to use for the tab.
getTabIcon() - Method in class adams.gui.tools.wekainvestigator.tab.AbstractInvestigatorTab
Returns the icon name for the tab icon.
getTabIcon() - Method in class adams.gui.tools.wekainvestigator.tab.AssociateTab
Returns the icon name for the tab icon.
getTabIcon() - Method in class adams.gui.tools.wekainvestigator.tab.AttributeSelectionTab
Returns the icon name for the tab icon.
getTabIcon() - Method in class adams.gui.tools.wekainvestigator.tab.BoxPlotTab
Returns the icon name for the tab icon.
getTabIcon() - Method in class adams.gui.tools.wekainvestigator.tab.ClassifyTab
Returns the icon name for the tab icon.
getTabIcon() - Method in class adams.gui.tools.wekainvestigator.tab.ClusterTab
Returns the icon name for the tab icon.
getTabIcon() - Method in class adams.gui.tools.wekainvestigator.tab.CompareTab
Returns the icon name for the tab icon.
getTabIcon() - Method in class adams.gui.tools.wekainvestigator.tab.DataQueryTab
Returns the icon name for the tab icon.
getTabIcon() - Method in class adams.gui.tools.wekainvestigator.tab.DataTab
Returns the icon name for the tab icon.
getTabIcon() - Method in class adams.gui.tools.wekainvestigator.tab.ExperimentTab
Returns the icon name for the tab icon.
getTabIcon() - Method in class adams.gui.tools.wekainvestigator.tab.IndependentComponentsTab
Returns the icon name for the tab icon.
getTabIcon() - Method in class adams.gui.tools.wekainvestigator.tab.InstanceTab
Returns the icon name for the tab icon.
getTabIcon() - Method in class adams.gui.tools.wekainvestigator.tab.LogTab
Returns the icon name for the tab icon.
getTabIcon() - Method in class adams.gui.tools.wekainvestigator.tab.MatrixTab
Returns the icon name for the tab icon.
getTabIcon() - Method in class adams.gui.tools.wekainvestigator.tab.PartialLeastSquaresTab
Returns the icon name for the tab icon.
getTabIcon() - Method in class adams.gui.tools.wekainvestigator.tab.PreprocessTab
Returns the icon name for the tab icon.
getTabIcon() - Method in class adams.gui.tools.wekainvestigator.tab.PrincipalComponentsTab
Returns the icon name for the tab icon.
getTabIcon() - Method in class adams.gui.tools.wekainvestigator.tab.ScatterPlotTab
Returns the icon name for the tab icon.
getTabIcon() - Method in class adams.gui.tools.wekamultiexperimenter.AnalysisPanel
Returns the icon to use in the tabbed pane.
getTabIcon() - Method in class adams.gui.tools.wekamultiexperimenter.LogPanel
Returns the icon to use in the tabbed pane.
getTabIcon() - Method in class adams.gui.tools.wekamultiexperimenter.setup.AbstractSetupPanel
Returns the icon to use in the tabbed pane.
getTabIndex() - Method in class adams.gui.event.TabClosedEvent
Returns the index of the removed tab.
getTable() - Method in class adams.data.io.input.AccessSpreadSheetReader
Returns the table to read from.
getTable() - Method in class adams.data.io.output.SqlDumpSpreadSheetWriter
Returns the name of the table.
getTable() - Method in class adams.data.spreadsheet.sql.Writer
Returns the table to write the data to.
getTable() - Method in class adams.flow.sink.SpreadSheetDbWriter
Returns the table to write the data to.
getTable() - Method in class adams.flow.source.AbstractDatabaseMetaData
Returns the table to retrieve the information for.
getTable() - Method in class adams.flow.transformer.AccessDatabaseInfo
Returns the table to read from.
getTable() - Method in class adams.gui.core.BaseTableWithButtons
Returns the underlying table.
getTable() - Method in class adams.gui.core.dom.DOMTreeWithPreview
Returns the underlying text area.
getTable() - Method in interface adams.gui.core.JTableSupporter
Returns the underlying table.
getTable() - Method in class adams.gui.dialog.SpreadSheetDialog
Returns the underlying table.
getTable() - Method in class adams.gui.dialog.SpreadSheetPanel
Returns the underlying table.
getTable() - Method in class adams.gui.tools.spreadsheetviewer.SpreadSheetPanel
Returns the underlying table.
getTable() - Method in class adams.gui.tools.wekainvestigator.datatable.action.AbstractEditableDataTableAction
Returns the table.
getTable() - Method in class adams.gui.tools.wekainvestigator.tab.AbstractInvestigatorTabWithDataTable
Returns the table.
getTable() - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.attributeselaction.AbstractSelectedAttributesAction
Returns the table.
getTable() - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeSelectionPanel
Returns the table.
getTable() - Method in class adams.gui.visualization.container.AbstractContainerList
Returns the table.
getTable() - Method in class adams.gui.visualization.instances.InstancesPanel
Returns the underlying table.
getTable() - Method in class adams.gui.visualization.report.reportfactory.AbstractTableAction
Returns the currently table.
getTable() - Method in class adams.opt.genetic.setupupload.MySQL
Returns the table name to use.
getTable(int) - Method in class adams.gui.visualization.report.ReportFactory.Panel
Returns the table associated with the specified report.
getTable(Report) - Static method in class adams.gui.visualization.instance.InstanceReportFactory
Returns a new table for the given report.
getTable(Report) - Static method in class adams.gui.visualization.report.ReportFactory
Returns a new table for the given report.
getTable(Report) - Static method in class adams.gui.visualization.spreadsheet.SpreadSheetRowReportFactory
Returns a new table for the given report.
getTable(InformativeStatistic) - Static method in class adams.gui.visualization.statistics.InformativeStatisticFactory
Returns a new table for an informative statistic object.
getTable(Actor, StorageName) - Static method in class adams.data.spreadsheet.LookUpHelper
Returns the specified lookup table.
getTableAt(int) - Method in class adams.gui.tools.spreadsheetviewer.MultiPagePane
Returns the table at the specified position.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class adams.flow.transformer.SpreadSheetCellSelector.CellRenderer
Returns the default table cell renderer.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class adams.gui.chooser.DatePanel.InternalTableCellRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class adams.gui.core.SpreadSheetCellRenderer
Returns the default table cell renderer.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class adams.gui.visualization.container.ContainerTableCellRenderer
Returns the default table cell renderer.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class adams.gui.visualization.instances.AttributeValueCellRenderer
Returns the default table cell renderer.
getTableEpilog() - Method in class weka.experiment.ResultMatrixMediaWiki
Returns the epilog for a table.
getTableHelper() - Method in class adams.gui.core.BaseTable
Returns the table helper instance.
getTableModel() - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeSelectionPanel
Get the table model in use (or null if no instances have been set yet).
getTableModelClass() - Method in class adams.gui.core.SortableAndSearchableTable
Returns the class of the table model that the models need to be derived from.
getTableModelClass() - Method in class adams.gui.core.SpreadSheetTable
Returns the class of the table model that the models need to be derived from.
getTableModelClass() - Method in class adams.gui.visualization.instance.InstanceTable
Returns the class of the table model that the models need to be derived from.
getTableModelClass() - Method in class adams.gui.visualization.sequence.XYSequenceTable
Returns the class of the table model that the models need to be derived from.
getTableModelContainers(boolean) - Method in class adams.gui.visualization.container.DataContainerPanelWithContainerList
Returns the visible containers from the table model (if container manager supports visibility).
getTableModelIndices(boolean) - Method in class adams.gui.visualization.container.DataContainerPanelWithContainerList
Returns the indices of the visible/hidden containers from the table model (if container manager supports visibility).
getTableName() - Method in class adams.data.conversion.SpreadSheetToCreateTableStatement
Returns the name of the table.
getTableName() - Method in class adams.data.io.output.AccessSpreadSheetWriter
Returns the table name to use.
getTableName() - Method in class adams.db.AbstractTable
Get name of table.
getTableName() - Method in class adams.db.AbstractTableFacade
Get name of table.
getTableName() - Method in class adams.db.generic.SQL
Returns fake table name.
getTableName() - Method in interface adams.db.TableInterface
Get name of table.
getTableName() - Method in class adams.db.TableManager
Returns the name of the table this manager is handling.
getTableName() - Method in class adams.db.wrapper.AbstractWrapper
Get name of table.
getTableName() - Method in class adams.db.wrapper.WrapperManager
Returns the name of the table this manager is handling.
getTableName() - Method in class adams.flow.sink.WekaDatabaseWriter
Returns the table name to store the data in.
getTableProlog() - Method in class weka.experiment.ResultMatrixMediaWiki
Returns the prolog of a table.
getTables() - Static method in class adams.db.AbstractIndexedTable
Returns a list with classnames of tables.
getTables() - Static method in class adams.db.AbstractTable
Returns a list with classnames of tables.
getTableUpgrade() - Method in class adams.tools.TableUpgrade
Returns the table upgrade to use.
getTabMoveSubMenu(int) - Method in class adams.gui.core.BaseTabbedPane
Generates the submenu for moving tabs.
getTabs() - Method in class adams.gui.flow.FlowEditorPanel
Returns the tab manager.
getTabs() - Static method in class adams.gui.flow.tab.AbstractEditorTab
Returns a list with classes of tabs.
getTabs() - Static method in class adams.gui.tools.spreadsheetviewer.tab.AbstractViewerTab
Returns a list with classnames of tabs.
getTabSize() - Method in class adams.gui.core.TextEditorPanel
Returns the tab size, i.e., the number of maximum width characters.
getTabSize() - Method in class adams.gui.dialog.TextDialog
Returns the tab size, i.e., the number of maximum width characters.
getTabSize() - Method in class adams.gui.dialog.TextPanel
Returns the tab size, i.e., the number of maximum width characters.
getTabSize() - Method in class adams.gui.tools.previewbrowser.PlainTextHandler
Returns the tab size, i.e., the number of maximum width characters.
getTabTitle() - Method in class adams.gui.tools.spreadsheetviewer.SpreadSheetPanel
Returns this panel's tab title, if any.
getTabTitle() - Method in class weka.gui.explorer.ExperimentPanel
Returns the title for the tab in the Explorer.
getTabTitle() - Method in class weka.gui.explorer.SqlPanel
Returns the title for the tab in the Explorer
getTabTitleToolTip() - Method in class weka.gui.explorer.ExperimentPanel
Returns the tooltip for the tab in the Explorer.
getTabTitleToolTip() - Method in class weka.gui.explorer.SqlPanel
Returns the tooltip for the tab in the Explorer
getTabUndoList() - Method in class adams.gui.core.BaseTabbedPane
Returns the tab undo list.
getTag() - Method in class adams.doc.xml.AbstractTag
Returns the tag name.
getTag() - Method in class adams.flow.transformer.exiftagoperation.AbstractApacheCommonsExifTagOperation
Returns the tag to process.
getTagBoolean(Object, String, boolean) - Static method in class adams.core.tags.TagProcessorHelper
Returns the value of the tag if present, otherwise the default value.
getTagBoolean(Object, String, boolean, Variables) - Static method in class adams.core.tags.TagProcessorHelper
Returns the value of the tag if present, otherwise the default value.
getTagByte(Object, String, byte) - Static method in class adams.core.tags.TagProcessorHelper
Returns the value of the tag if present, otherwise the default value.
getTagByte(Object, String, byte, Variables) - Static method in class adams.core.tags.TagProcessorHelper
Returns the value of the tag if present, otherwise the default value.
getTagDouble(Object, String, double) - Static method in class adams.core.tags.TagProcessorHelper
Returns the value of the tag if present, otherwise the default value.
getTagDouble(Object, String, double, Variables) - Static method in class adams.core.tags.TagProcessorHelper
Returns the value of the tag if present, otherwise the default value.
getTagFloat(Object, String, float) - Static method in class adams.core.tags.TagProcessorHelper
Returns the value of the tag if present, otherwise the default value.
getTagFloat(Object, String, float, Variables) - Static method in class adams.core.tags.TagProcessorHelper
Returns the value of the tag if present, otherwise the default value.
getTagInfo() - Method in class adams.data.exif.commons.ExifTagEnum.Item
The wrapped taginfo.
getTagInt(Object, String, int) - Static method in class adams.core.tags.TagProcessorHelper
Returns the value of the tag if present, otherwise the default value.
getTagInt(Object, String, int, Variables) - Static method in class adams.core.tags.TagProcessorHelper
Returns the value of the tag if present, otherwise the default value.
getTagLong(Object, String, long) - Static method in class adams.core.tags.TagProcessorHelper
Returns the value of the tag if present, otherwise the default value.
getTagLong(Object, String, long, Variables) - Static method in class adams.core.tags.TagProcessorHelper
Returns the value of the tag if present, otherwise the default value.
getTags() - Method in class adams.core.base.BaseAnnotation
Returns the extracted tags from the annotation.
getTags() - Method in interface adams.core.tags.TagHandler
Returns the tags (generators may make use of them).
getTags() - Method in class adams.gui.goe.BaseCharsetEditor
Gets the list of tags that can be selected from.
getTags() - Method in class adams.gui.goe.ConfigurableEnumerationItemEditor
Gets the list of tags that can be selected from.
getTags() - Method in class adams.gui.goe.EnumEditor
Gets the list of tags that can be selected from.
getTags() - Method in class adams.gui.goe.GenericArrayEditor
Returns null as we don't support getting values as tags.
getTags() - Method in class adams.gui.goe.GenericObjectEditor
Returns null as we don't support getting values as tags.
getTags() - Method in class adams.gui.goe.InlineEditor
If the property value must be one of a set of known tagged values, then this method should return an array of the tags.
getTags() - Method in class adams.gui.goe.LocaleEditor
Gets the list of tags that can be selected from.
getTags() - Method in class adams.gui.goe.TimeZoneEditor
Gets the list of tags that can be selected from.
getTagString(Object, String, String) - Static method in class adams.core.tags.TagProcessorHelper
Returns the value of the tag if present, otherwise the default value.
getTagString(Object, String, String, Variables) - Static method in class adams.core.tags.TagProcessorHelper
Returns the value of the tag if present, otherwise the default value.
getTagValue(Object, String, Variables) - Static method in class adams.core.tags.TagProcessorHelper
Returns the value of the tag if present.
getTarget() - Method in class adams.core.io.fileoperations.RemoteToRemoteFileOperations
Returns the target file operations.
getTarget() - Method in class adams.flow.standalone.DirWatch
Returns the move-to directory.
getTarget() - Method in class adams.gui.goe.PropertySheetPanel
Returns the current target object.
getTarget() - Method in class adams.gui.wizard.PropertySheetPanelPage
Returns the current object.
getTarget() - Method in class adams.gui.wizard.WekaPropertySheetPanelPage
Returns the current object.
getTargetDirectory() - Method in class adams.flow.transformer.CopyFile
Returns the target directory for the files.
getTargetTabIndex(Point) - Method in class adams.gui.core.DragAndDropTabbedPane
 
getTargetWidget() - Method in class adams.gui.tools.SpreadSheetProcessorPanel
Returns the target widget.
getTechnicalInformation() - Method in class adams.core.DateFormat
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Static method in class adams.core.net.JSchUtils
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in interface adams.core.TechnicalInformationHandler
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class adams.data.autocorrelation.BruteForce
Returns technical information on autocorrelation.
getTechnicalInformation() - Method in class adams.data.autocorrelation.FFT
Returns technical information on autocorrelation.
getTechnicalInformation() - Method in class adams.data.baseline.AbstractLOWESSBased
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class adams.data.baseline.AbstractSavitzkyGolayBased
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class adams.data.binning.algorithm.DensityBinning
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class adams.data.binning.algorithm.FreedmanDiaconisChoiceBinning
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class adams.data.binning.algorithm.FrequencyBinning
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class adams.data.binning.algorithm.RiceRuleBinning
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class adams.data.binning.algorithm.ScottsNormalReferenceRuleBinning
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class adams.data.binning.algorithm.SquareRootChoiceBinning
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class adams.data.binning.algorithm.SturgesFormulaBinning
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class adams.data.boofcv.features.Otsu
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class adams.data.boofcv.transformer.CannyEdgeDetection
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class adams.data.conversion.TimeToString
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class adams.data.filter.AbstractFastWavelet
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class adams.data.filter.AbstractFFT
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class adams.data.filter.AbstractLOWESS
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class adams.data.filter.AbstractSavitzkyGolay
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class adams.data.filter.AbstractSAX
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class adams.data.filter.AbstractSimpleSavitzkyGolay
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class adams.data.image.transformer.whitebalance.GIMP
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class adams.data.image.transformer.whitebalance.GrayWorld
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class adams.data.image.transformer.whitebalance.WhitePatch
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class adams.data.instancesanalysis.pls.AbstractPLS
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class adams.data.instancesanalysis.pls.DIPLS
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class adams.data.instancesanalysis.pls.KernelPLS
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class adams.data.instancesanalysis.pls.NIPALS
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class adams.data.instancesanalysis.pls.OPLS
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class adams.data.instancesanalysis.pls.PLS1
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class adams.data.instancesanalysis.pls.PRM
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class adams.data.instancesanalysis.pls.SIMPLS
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class adams.data.instancesanalysis.pls.SparsePLS
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class adams.data.instancesanalysis.pls.VCPLS
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class adams.data.lire.features.AutoColorCorrelogram
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class adams.data.lire.features.CEDD
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Static method in class adams.data.lire.features.Citation
Returns the generic citation for LIRe.
getTechnicalInformation() - Method in class adams.data.lire.features.FCTH
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class adams.data.lire.features.FuzzyOpponentHistogram
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class adams.data.lire.features.JointHistogram
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class adams.data.lire.features.LocalBinaryPatternsAndOpponent
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class adams.data.lire.features.OpponentHistogram
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class adams.data.lire.features.PHOG
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class adams.data.lire.features.RankAndOpponent
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class adams.data.lire.features.SimpleCentrist
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class adams.data.lire.features.SpatialPyramidAutoColorCorrelogram
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class adams.data.lire.features.SpatialPyramidCEDD
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class adams.data.lire.features.SpatialPyramidCentrist
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class adams.data.lire.features.SpatialPyramidFCTH
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class adams.data.smoothing.AbstractLOWESSBased
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class adams.data.smoothing.AbstractSavitzkyGolayBased
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class adams.data.spc.CChart
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class adams.data.spc.MOACUSUM
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class adams.data.spc.MOAPageHinkley
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class adams.data.spc.NPChart
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class adams.data.spc.PChart
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class adams.data.spc.UChart
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class adams.data.spc.XBarRChart
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class adams.data.spc.XBarSChart
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class adams.data.spreadsheet.colstatistic.SignalToNoiseRatio
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class adams.data.spreadsheet.rowstatistic.SignalToNoiseRatio
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class adams.data.statistics.ArrayAndrewsCurves
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class adams.data.statistics.ArrayAngle
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class adams.data.statistics.ArrayHistogram
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class adams.data.statistics.ArrayKendallTheil
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Static method in class adams.data.statistics.SpectralAngleMapperUtils
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Static method in class adams.data.utils.AutoCorrelation
Returns technical information on autocorrelation.
getTechnicalInformation() - Static method in class adams.data.utils.LOWESS
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Static method in class adams.data.utils.SavitzkyGolay
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class adams.flow.control.plotprocessor.LOWESS
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class adams.flow.control.plotprocessor.SavitzkyGolay
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class adams.flow.control.plotprocessor.SimpleSavitzkyGolay
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class adams.flow.source.SSHExec
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class adams.flow.standalone.SSHConnection
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class adams.flow.transformer.plotgenerator.AndrewsCurvesGenerator
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class adams.flow.transformer.ScpFrom
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class adams.flow.transformer.ScpTo
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class adams.flow.transformer.SFTPDelete
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class adams.flow.transformer.SFTPGet
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class adams.flow.transformer.SFTPSend
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class adams.flow.transformer.timeseriessplit.ReportDate
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class adams.flow.transformer.wekaclusterer.AverageSilhouetteCoefficient
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class adams.gui.visualization.core.X11ColorProvider
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class adams.gui.visualization.report.ReportDateFieldPaintlet
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class adams.gui.visualization.report.ReportDateFieldRangePaintlet
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class adams.gui.visualization.sequence.KendallTheilOverlayPaintlet
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class adams.gui.visualization.sequence.LOWESSOverlayPaintlet
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class adams.gui.visualization.stats.paintlet.LowessPaintlet
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class adams.gui.visualization.stats.scatterplot.Lowess
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class adams.ml.preprocessing.unsupervised.SavitzkyGolay
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.classifiers.functions.GaussianProcessesAdaptive
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.classifiers.functions.GaussianProcessesNoWeights
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.classifiers.functions.GaussianProcessesWeighted
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.classifiers.functions.GPD
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.classifiers.meta.AbstainVote
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.classifiers.meta.ClassificationViaRegressionD
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.classifiers.meta.InputSmearing
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.classifiers.trees.m5.M5Base2
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.classifiers.trees.XGBoost
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.clusterers.SAXKMeans
 
getTechnicalInformation() - Method in class weka.core.SAXDistance
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.core.WeightedEuclideanDistance
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.core.WeightedEuclideanDistanceRidge
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.filters.supervised.attribute.PLS
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.filters.unsupervised.attribute.AndrewsCurves
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.filters.unsupervised.attribute.FastWavelet
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.filters.unsupervised.attribute.FFT
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.filters.unsupervised.attribute.InputSmearing
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.filters.unsupervised.attribute.OuterProductAnalysis
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.filters.unsupervised.attribute.SavitzkyGolay
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.filters.unsupervised.attribute.SavitzkyGolay2
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTempDir() - Method in class adams.flow.source.RSync
 
getTempDirectory() - Static method in class adams.core.io.TempUtils
Returns the temporary directory.
getTempDirectoryStr() - Static method in class adams.core.io.TempUtils
Returns the temporary directory as string.
getTempFavorite(Class, boolean, String) - Method in class adams.gui.goe.Favorites
Returns the named temporary favorite for the specified class.
getTempFavorites(Class) - Method in class adams.gui.goe.Favorites
Returns the temporary favorites for the specified class.
getTemplate() - Method in class adams.flow.core.AbstractTemplate
Returns the name of the global actor in use.
getTemplate() - Method in class adams.flow.generator.Template
Returns the name of the global actor in use.
getTemplate() - Method in class adams.flow.source.NewFlow
Returns the template in use.
getTemplate() - Method in interface adams.flow.template.ActorTemplateUser
Returns the name of the global actor in use.
getTemplate() - Method in class adams.flow.transformer.pdfstamp.Text
Returns the text template.
getTemplate() - Method in class adams.flow.transformer.wekaensemblegenerator.MultiClassifiersCombinerModels
Returns the MultipleClassifiersCombiner template to use.
getTemplate() - Method in class adams.flow.transformer.wekaensemblegenerator.VotedModels
Returns the Vote template to use.
getTemplate() - Method in class adams.gui.flow.tree.keyboardaction.AbstractAddTemplate
Returns the template of the action.
getTemplate() - Method in class adams.gui.tools.wekainvestigator.tab.associatetab.ResultItem
Returns the stored template object.
getTemplate() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.finalmodel.VotedFolds
Returns the Vote template to use.
getTemplate() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.ResultItem
Returns the stored template object.
getTemplate() - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.ResultItem
Returns the stored template object.
getTemplate() - Method in class adams.gui.tools.wekainvestigator.tab.experimenttab.ResultItem
Returns the stored template object.
getTemplateFile() - Method in class adams.flow.template.FromFile
Returns the template file currently to load.
getTemplates() - Method in interface adams.db.SequenceProvider
Returns all the templates currently stored.
getTemplates() - Method in class adams.db.Sequences
Returns all the templates currently stored.
getTemplates() - Method in class adams.gui.goe.AbstractAdvancedScriptEditorWithTemplates
Returns the templates to display.
getTemplates() - Method in class adams.gui.goe.AbstractSimpleScriptEditorWithTemplates
Returns the templates to display.
getTemplates(Class<T>) - Static method in class adams.core.base.BaseObject
Returns the predefined templates.
Properties file in same location as class, e.g.:
adams.core.base.BaseObject -> adams/core/base/BaseObject.props
Format of props file:
getTempProperties() - Method in class adams.gui.goe.Favorites
Returns the properties of the temp favorites.
getTest() - Method in class adams.data.splitgenerator.generic.crossvalidation.FoldPair
Returns the test data.
getTest() - Method in class adams.data.splitgenerator.generic.randomsplit.SplitPair
Returns the test data.
getTest() - Method in class adams.flow.transformer.preparefilebaseddataset.Selected
Returns the index for the test set.
getTest() - Method in class adams.flow.transformer.WekaClassifierRanker
Returns the name of the callable actor to obtain the test set.
getTest() - Method in class adams.flow.transformer.WekaClassifierRanker.RankingJob
The test data.
getTest() - Method in class adams.multiprocess.WekaCrossValidationJob
Returns the test set.
getTestAttributes() - Method in class adams.flow.transformer.AbstractWekaPredictionsTransformer
Returns the range of attributes from the test to add to the output.
getTestBase() - Method in class adams.flow.transformer.WekaExperimentEvaluation
Returns the index of the test base.
getTestBase() - Method in class adams.gui.tools.wekainvestigator.tab.experimenttab.output.TextOutput
Returns the index of the test base.
getTestData() - Method in class adams.flow.transformer.WekaGeneticAlgorithm
Returns the (optional) storage item that contains the test data; cross-validation is performed if not present.
getTester() - Method in class adams.flow.transformer.WekaExperimentEvaluation
Returns the Tester in use.
getTester() - Method in class adams.gui.tools.wekainvestigator.tab.experimenttab.output.TextOutput
Returns the Tester in use.
getTester() - Method in class adams.gui.tools.wekamultiexperimenter.analysis.DefaultAnalysisPanel
Returns the tester.
getTester(Instances) - Method in class adams.flow.transformer.WekaExperimentEvaluation
Sets up the testing algorithm and returns it.
getTestingUpdateInterval() - Method in class adams.gui.tools.wekainvestigator.evaluation.AbstractEvaluation
Returns the interval to use for outputting progress info during testing.
getTestInstances() - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm.ClassifierBasedGeneticAlgorithmJob
Returns the test instances in use by the genetic algorithm.
getTestInstances() - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm
Returns the currently set test set (if null, cross-validation is used).
getTestset() - Method in class adams.flow.transformer.WekaTestSetClustererEvaluator
Returns the name of the callable clusterer in use.
getTestset() - Method in class adams.flow.transformer.WekaTestSetEvaluator
Returns the name of the callable classifier in use.
getTestSet() - Method in class weka.filters.unsupervised.instance.RemoveTestInstances
Returns the file containing the test set to remove from the data passing through the filter.
getTestSplitName() - Method in class adams.flow.transformer.indexedsplitsrunsevaluation.InstancesIndexedSplitsRunsEvaluation
Returns the name of the split to use for testing.
getTestSplitName() - Method in class adams.flow.transformer.indexedsplitsrunspredictions.InstancesIndexedSplitsRunsPredictions
Returns the name of the split to use for testing, ie generating predictions.
getText() - Method in class adams.data.barcode.encode.QRCode
Returns the text to be encoded in the QR code.
getText() - Method in class adams.flow.control.MissionControl
Returns the text to display.
getText() - Method in class adams.flow.transformer.draw.Text
Returns the text to draw.
getText() - Method in class adams.gui.core.BaseColorTextField
Returns the text in the field.
getText() - Method in class adams.gui.core.BaseFlatSplitButton
Returns the text of the main button.
getText() - Method in class adams.gui.core.BaseSplitButton
Returns the text of the main button.
getText() - Method in class adams.gui.core.BaseTextAreaWithButtons
Returns the underlying text.
getText() - Method in class adams.gui.core.BaseTextPaneWithButtons
Returns the underlying text.
getText() - Method in class adams.gui.core.BaseTextPaneWithWordWrap
Returns the text to display.
getText() - Method in class adams.gui.core.CheckedTextField
Returns the text.
getText() - Method in class adams.gui.core.ConsolePanel.OutputPanel
Returns the current text.
getText() - Method in interface adams.gui.core.LogPanel
Returns the current text.
getText() - Method in class adams.gui.core.SimpleLogPanel
Returns the current text.
getText() - Method in class adams.gui.core.StyledTextEditorPanel
Returns the current text.
getText() - Method in interface adams.gui.core.TextAreaComponent
Returns the text to display.
getText() - Method in class adams.gui.core.TextEditorPanel
Returns the text contained in this TextComponent.
getText() - Method in interface adams.gui.core.TextPaneComponent
Returns the text to display.
getText() - Method in class adams.gui.visualization.core.TextOverlayPaintlet
Returns the text to paint.
getText() - Method in class adams.gui.wizard.TextAreaPage
Returns the text.
getText() - Method in class adams.scripting.command.basic.Text
Returns the text to send.
getText(Component) - Method in class adams.gui.core.PropertiesParameterPanel
Returns the text from the component.
getText(Node) - Method in class adams.gui.core.dom.DOMTreeWithPreview
Returns all the text below the specified node.
getTextArea() - Method in class adams.gui.core.AbstractTextAreaPanelWithAdvancedSyntaxHighlighting
Returns the underlying RSyntaxTextArea element.
getTextArea() - Method in class adams.gui.core.GUIHelper.InputPanelWithTextArea
Gives access to the underlying textarea.
getTextArea() - Method in class adams.gui.core.json.JsonTreeWithPreview
Returns the underlying text area.
getTextArea() - Method in class adams.gui.core.TextEditorPanel
Returns the underlying BaseTextArea element.
getTextArea() - Method in class adams.gui.wizard.TextAreaPage
Returns the underlying text area.
getTextAreaPanel() - Method in class adams.core.base.XSLTStyleSheet
Returns the configured text editor panel to use in the GOE.
getTextAreaPanel() - Method in class adams.core.scripting.GroovyScript
Returns the configured text editor panel to use in the GOE.
getTextAreaPanel() - Method in class adams.gui.core.AbstractAdvancedScript
Returns the configured text area panel to use in the GOE.
getTextColumns() - Method in class adams.data.io.input.AbstractExcelSpreadSheetReader
Returns the range of columns to treat as text.
getTextColumns() - Method in class adams.data.io.input.AutoWidthTabularSpreadSheetReader
Returns the range of columns to treat as text.
getTextColumns() - Method in class adams.data.io.input.CsvSpreadSheetReader
Returns the range of columns to treat as text.
getTextColumns() - Method in class adams.data.io.input.FixedTabularSpreadSheetReader
Returns the range of columns to treat as text.
getTextColumns() - Method in class adams.data.io.input.ODFSpreadSheetReader
Returns the range of columns to treat as text.
getTextColumns() - Method in class adams.data.io.input.SimpleCsvSpreadSheetReader
Returns the range of columns to treat as text.
getTextColumns() - Method in class adams.gui.chooser.AbstractChooserPanel
Returns the number of columns of the text field.
getTextColumns() - Method in class adams.gui.core.FilterPanel
Returns the width of the text field.
getTextColumns() - Method in class adams.gui.core.SearchPanel
Returns the number of columns of the text field.
getTextColumns() - Method in class adams.gui.goe.InlineEditor
Returns the number of columns of the text field.
getTextContent() - Method in class adams.flow.transformer.pdfproclet.FixedText
Returns the text to insert (variables get expanded automatically).
getTextCoordinates() - Method in class adams.gui.visualization.core.CrossHairTracker
Returns whether to display the coordinates as text as well.
getTextEditorPanel() - Method in class adams.db.SQLStatement
Returns the configured text editor panel to use in the GOE.
getTextEditorPanel() - Method in class adams.gui.core.AbstractSimpleScript
Returns the configured text editor panel to use in the GOE.
getTextEditorPanel() - Method in class adams.parser.BooleanExpressionText
Returns the configured text editor panel to use in the GOE.
getTextEditorPanel() - Method in class adams.parser.LookUpUpdateText
Returns the configured text editor panel to use in the GOE.
getTextEditorPanel() - Method in class adams.parser.MathematicalExpressionText
Returns the configured text editor panel to use in the GOE.
getTextEditorPanel() - Method in class adams.parser.SpreadSheetFormulaText
Returns the configured text editor panel to use in the GOE.
getTextEditorPanel() - Method in class adams.parser.SpreadSheetQueryText
Returns the configured text editor panel to use in the GOE.
getTextEditorPanel() - Method in class adams.parser.StringExpressionText
Returns the configured text editor panel to use in the GOE.
getTextFileChooser() - Method in class adams.flow.sink.AbstractGraphicalDisplay
Returns (and initializes if necessary) the file chooser for the text.
getTextFileChooser() - Method in class adams.flow.sink.DisplayPanelManager
Returns (and initializes if necessary) the file chooser for the text.
getTextFileFilter() - Static method in class adams.gui.core.ExtensionFileFilter
Returns a filter for text files.
getTextFont() - Method in class adams.gui.core.AbstractTextAreaPanelWithAdvancedSyntaxHighlighting
Returns the font currently in use by the text area.
getTextFont() - Method in class adams.gui.core.BaseTextArea
Returns the text font in use.
getTextFont() - Method in class adams.gui.core.BaseTextAreaWithButtons
Returns the text font in use.
getTextFont() - Method in class adams.gui.core.BaseTextPaneWithButtons
Returns the text font in use.
getTextFont() - Method in class adams.gui.core.spreadsheetpreview.SimpleText.SimpleTextPanel
Returns the font for the text area.
getTextFont() - Method in class adams.gui.core.StyledTextEditorPanel
Returns the font currently in use by the text area.
getTextFont() - Method in interface adams.gui.core.TextAreaComponent
Returns the text font in use.
getTextFont() - Method in class adams.gui.core.TextEditorPanel
Returns the font currently in use by the text area.
getTextFont() - Method in class adams.gui.dialog.TextDialog
Returns the font currently in use by the text area.
getTextFont() - Method in class adams.gui.dialog.TextPanel
Returns the font currently in use by the text area.
getTextPane() - Method in class adams.gui.core.BaseTextPaneWithWordWrap
Returns the underlying BaseTextPane.
getTextPane() - Method in class adams.gui.core.StyledTextEditorPanel
Returns the underlying BaseTextArea element.
getTextPane(AbstractContainer) - Static method in class adams.gui.visualization.container.NotesFactory
Returns a new text pane for the given notes.
getTextPanel() - Method in class adams.flow.sink.HistoryDisplay.HistorySplitPanel
Returns the underlying text panel.
getTextReader() - Method in class adams.data.io.input.AbstractCompressedTextReader
Returns the reader.
getTextUnchecked() - Method in class adams.gui.core.CheckedTextField
Returns the raw text currently being displayed.
getTextVariable() - Method in class adams.gui.visualization.core.TextOverlayPaintlet
Returns the variable containing the text to paint.
getThenActor() - Method in class adams.flow.control.IfStorageValue
Returns the actor of the 'then' branch.
getThenActor() - Method in class adams.flow.control.IfThenElse
Returns the actor of the 'then' branch.
getThickness() - Method in class adams.gui.visualization.jfreechart.shape.Cross
Returns the thickness of the arms of the cross.
getThickness() - Method in class adams.gui.visualization.stats.scatterplot.AbstractScatterPlotOverlay
Get the thickness of the overlay.
getThickness() - Method in class adams.gui.visualization.stats.zscore.AbstractZScoreOverlay
Get the thickness of the overlay
getThreshold() - Method in class adams.data.boofcv.multiimageoperation.Diff
Returns the threshold.
getThreshold() - Method in class adams.data.boofcv.transformer.Binary
Returns the manual threshold to use.
getThreshold() - Method in class adams.data.image.multiimageoperation.Diff
 
getThreshold() - Method in class adams.data.image.transformer.Binary
Returns the threshold.
getThreshold() - Method in class adams.data.image.transformer.BinaryMask
Returns the threshold.
getThreshold() - Method in class adams.data.image.transformer.SuppliedImageMask
Get the manual threshold value.
getThreshold() - Method in class adams.data.image.transformer.ThresholdReplacement
Returns the threshold.
getThreshold() - Method in class adams.data.image.transformer.whitebalance.GIMP
Returns the threshold in percent (0-100) below which to discard colors.
getThreshold() - Method in class adams.data.image.transformer.XScreenMask
Get the manual threshold value.
getThreshold() - Method in class adams.data.opencv.transformer.Threshold
Returns the threshold.
getThreshold() - Method in class adams.data.weka.evaluator.AbstractDatasetInstanceEvaluator
Returns the threshold.
getThreshold() - Method in class adams.flow.standalone.MemoryMonitor
Returns the percentage of the maximum heap that the used heap must reach/exceed.
getThreshold() - Method in class adams.flow.transformer.locateobjects.XScreenMaskLocator
Get the manual threshold value.
getThreshold() - Method in class adams.tools.CompareDatasets
Returns the threshold for the correlation coefficient.
getThreshold() - Method in class weka.classifiers.meta.ClassifierCascade
the threshold for the statistic for termination.
getThreshold() - Method in class weka.filters.unsupervised.instance.RemoveMisclassifiedAbs
Gets the threshold for the max error when predicting a numeric class.
getThreshold() - Method in class weka.filters.unsupervised.instance.RemoveMisclassifiedRel
Gets the threshold for the max error when predicting a numeric class.
getThresholdAngle() - Method in class adams.flow.transformer.BoofCVDetectLineSegments
Returns the angle threshold to use.
getThresholdCheck() - Method in class weka.classifiers.meta.ClassifierCascade
whether to go below or above the threshold.
getThresholdDown() - Method in class adams.data.boofcv.transformer.Binary
Returns whether to threshold down or up (adaptive methods).
getThresholdEdge() - Method in class adams.flow.transformer.BoofCVDetectLineSegments
Returns the edge threshold to use.
getThresholdHigh() - Method in class adams.flow.transformer.locateobjects.CannyBinary
Returns the high threshold.
getThresholdHigh() - Method in class adams.flow.transformer.locateobjects.CannyEdges
Returns the high threshold.
getThresholdLow() - Method in class adams.flow.transformer.locateobjects.CannyBinary
Returns the low threshold.
getThresholdLow() - Method in class adams.flow.transformer.locateobjects.CannyEdges
Returns the low threshold.
getThresholds() - Method in class weka.classifiers.meta.VotedImbalance
Returns the pairs of threshold/number of resampled models.
getThresholdType() - Method in class adams.data.boofcv.transformer.Binary
Returns the type of threshold to apply.
getThrowExceptions() - Method in class adams.core.option.OptionManager
Returns whether to throw exceptions on errors or to ignore them.
getTickGenerator() - Method in class adams.gui.visualization.core.axis.AbstractAxisModel
Returns the current tick generator in use.
getTickGenerator() - Method in class adams.gui.visualization.core.AxisPanel
Returns the current tick generator in use.
getTickGenerator() - Method in class adams.gui.visualization.core.AxisPanelOptions
Returns the current tick generator in use.
getTicks() - Method in class adams.gui.visualization.core.axis.AbstractAxisModel
Returns the ticks of this axis.
getTicks() - Method in class adams.gui.visualization.core.axis.AbstractTickGenerator
Returns the ticks of this axis.
getTicks() - Method in interface adams.gui.visualization.core.axis.TickGenerator
Returns the ticks of this axis.
getTime(String) - Method in class adams.core.Properties
Returns the time value associated with the key, or null if not found or not parseable.
getTime(String, Time) - Method in class adams.core.Properties
Returns the time value associated with the key, or the default value if not found or not parseable.
getTimeColumns() - Method in class adams.data.io.input.CsvSpreadSheetReader
Returns the range of columns to treat as time.
getTimedEquivalent() - Method in class adams.flow.control.SubProcess
Returns the class that is the corresponding timed equivalent.
getTimedEquivalent() - Method in class adams.flow.control.Tee
Returns the class that is the corresponding timed equivalent.
getTimedEquivalent() - Method in class adams.flow.control.Trigger
Returns the class that is the corresponding timed equivalent.
getTimedEquivalent() - Method in interface adams.flow.core.ActorWithTimedEquivalent
Returns the class that is the corresponding timed equivalent.
getTimeFont() - Method in class adams.flow.standalone.Stopwatch.StopwatchPanel
Returns the font of the time display.
getTimeFormat() - Method in class adams.data.io.input.CsvSpreadSheetReader
Returns the format for time columns.
getTimeFormat() - Method in class adams.data.io.output.AutoWidthTabularSpreadSheetWriter
Returns the format for time columns.
getTimeFormat() - Method in class adams.data.io.output.CsvSpreadSheetWriter
Returns the format for time columns.
getTimeFormat() - Method in class adams.data.io.output.ExcelSpreadSheetWriter
Returns the format for time columns.
getTimeFormat() - Method in class adams.data.io.output.FixedTabularSpreadSheetWriter
Returns the format for time columns.
getTimeFormat() - Method in class adams.data.spreadsheet.DefaultSpreadSheet
Returns the time formatter.
getTimeFormat() - Method in interface adams.data.spreadsheet.SpreadSheet
Returns the time formatter.
getTimeFormat() - Method in class adams.data.spreadsheet.SpreadSheetView
Returns the time formatter.
getTimeFormat() - Method in class adams.ml.data.DatasetView
Returns the time formatter.
getTimeFormat() - Method in class adams.ml.data.InstancesView
Returns the time formatter.
getTimeFormatter() - Static method in class adams.core.DateUtils
Returns a time formatting object, initialized with time format.
getTimeFormatter() - Method in class adams.data.io.output.CsvSpreadSheetWriter
Returns the formatter for times.
getTimeFormatterMsecs() - Static method in class adams.core.DateUtils
Returns a time formatting object, initialized with time format (incl msecs).
getTimeMsecColumns() - Method in class adams.data.io.input.CsvSpreadSheetReader
Returns the range of columns to treat as time/msec.
getTimeMsecFormat() - Method in class adams.data.io.input.CsvSpreadSheetReader
Returns the format for time/msec columns.
getTimeMsecFormat() - Method in class adams.data.io.output.CsvSpreadSheetWriter
Returns the format for time msec columns.
getTimeMsecFormat() - Method in class adams.data.spreadsheet.DefaultSpreadSheet
Returns the time/msec formatter.
getTimeMsecFormat() - Method in interface adams.data.spreadsheet.SpreadSheet
Returns the time/msec formatter.
getTimeMsecFormat() - Method in class adams.data.spreadsheet.SpreadSheetView
Returns the time/msec formatter.
getTimeMsecFormat() - Method in class adams.ml.data.DatasetView
Returns the time/msec formatter.
getTimeMsecFormat() - Method in class adams.ml.data.InstancesView
Returns the time/msec formatter.
getTimeMsecFormatter() - Method in class adams.data.io.output.CsvSpreadSheetWriter
Returns the formatter for times with milli-seconds.
getTimeout() - Method in class adams.flow.source.RSync
 
getTimeout() - Method in class adams.flow.source.Socket
Returns the timeout in milli-second to wait for new connections.
getTimeout() - Method in class adams.flow.standalone.SMTPConnection
Returns the timeout in msecs.
getTimeout() - Method in class adams.flow.standalone.SSHConnection
Returns the timeout in milliseconds.
getTimeout() - Method in class adams.scripting.engine.DefaultScriptingEngine
Returns the timeout in milli-second to wait for new connections.
getTimeout() - Method in class weka.classifiers.meta.SocketFacade
Returns the timeout in milli-second to wait for new connections.
getTimeOut() - Method in class adams.core.logging.RemoteReceiveHandler
Returns the timeout (in msec) for accepting connections.
getTimeOut() - Method in class adams.core.shutdown.StopFlows
Returns the timeout period before considering a flow to be unresponsive.
getTimeOut() - Method in class adams.flow.source.AbstractPythonExecution
Returns the time out for the process.
getTimeOut() - Method in class adams.flow.source.Command
Returns the time out for the process.
getTimeOut() - Method in class adams.scripting.command.basic.AbstractCommandWithFlowStopping
Returns the timeout period before considering a flow to be unresponsive.
getTimeOut() - Method in class adams.scripting.command.basic.StartRemoteLogging
Returns the timeout for accepting remote data.
getTimeOut() - Method in class adams.scripting.CommandRunner
Returns the grace period to wait for commands to finish before shutting down.
getTimeseriesPaintlet() - Method in class adams.gui.visualization.timeseries.TimeseriesPanel
Returns the paintlet for painting the timeseries.
getTimeseriesPanel() - Method in class adams.gui.scripting.TimeseriesCommandProcessor
Returns the spectrum panel, if available.
getTimeseriesPanel() - Method in class adams.gui.visualization.timeseries.AbstractTimeseriesPaintlet
Returns the timeseries panel currently in use.
getTimeseriesPanel() - Method in class adams.gui.visualization.timeseries.TimeseriesExplorer
Returns the panel for painting the timeseries.
getTimestamp() - Method in class adams.data.io.input.OpexObjectLocationsReader
Returns the field to use for the timestamp.
getTimestamp() - Method in class adams.data.io.input.PascalVOCObjectLocationsReader
Returns the field to use for the timestamp.
getTimestamp() - Method in class adams.data.io.output.OpexObjectLocationsWriter
Returns the field to use for the timestamp.
getTimestamp() - Method in class adams.data.outlier.TimeseriesTimestampCheck
Returns the timestamp to use in the check.
getTimestamp() - Method in class adams.data.timeseries.TimeseriesPoint
Returns the timestamp.
getTimestamp() - Method in class adams.gui.tools.ConsoleOutputAnalyzerPanel.ConsoleOutputEntry
Returns the timestamp.
getTimestamp() - Method in class adams.gui.visualization.image.interactionlogging.InteractionEvent
Returns the timestamp of the event.
getTimestamp() - Method in class adams.gui.visualization.timeseries.FixedTimestampPaintlet
Returns the currently set timestamp to indicate.
getTimestamp(String) - Method in class adams.db.SimpleResultSet
get timestamp
getTimeStampField() - Method in class adams.flow.core.LagMakerOptions
Returns the timestamp field.
getTimestampFormat() - Method in class adams.data.io.input.SimpleTimeseriesReader
Returns the format to use for the timestamps.
getTimestampFormat() - Method in class adams.data.io.output.SimpleTimeseriesWriter
Returns the format to use for the timestamps.
getTimestampFormat() - Method in class adams.data.timeseries.Values
Returns the format string to use for the timestamp strings.
getTimestampFormat() - Method in class adams.flow.sink.simplelogging.format.TimestampedFormat
Returns the format for the timestamp.
getTimestampFormatter() - Static method in class adams.core.DateUtils
Returns a date formatting object, initialized with timestamp format.
getTimestampFormatterMsecs() - Static method in class adams.core.DateUtils
Returns a date formatting object, initialized with timestamp format that sports milliseconds.
getTimestampPrefix() - Method in class adams.gui.tools.wekainvestigator.InvestigatorPanel
Return the timestamp prefix for logs.
getTimezone() - Method in class adams.core.management.TimeZoneHelper
Returns the timezone.
getTimeZone() - Method in class adams.core.DateFormat
Returns the currently used timezone.
getTimeZone() - Static method in class adams.core.DateUtils
Returns the time zone in use.
getTimeZone() - Method in class adams.data.io.input.AutoWidthTabularSpreadSheetReader
Returns the time zone in use.
getTimeZone() - Method in class adams.data.io.input.CsvSpreadSheetReader
Returns the time zone in use.
getTimeZone() - Method in class adams.data.io.input.FixedTabularSpreadSheetReader
Returns the time zone in use.
getTimeZone() - Method in class adams.data.io.input.SimpleCsvSpreadSheetReader
Returns the time zone in use.
getTimeZone() - Method in class adams.data.io.input.SqlDumpSpreadSheetReader
Returns the time zone in use.
getTimeZone() - Method in class adams.data.io.output.CsvSpreadSheetWriter
Returns the time zone in use.
getTimeZone() - Method in class adams.data.spreadsheet.DefaultSpreadSheet
Returns the currently used timezone.
getTimeZone() - Method in interface adams.data.spreadsheet.SpreadSheet
Returns the currently used timezone.
getTimeZone() - Method in class adams.data.spreadsheet.SpreadSheetView
Returns the currently used timezone.
getTimeZone() - Method in class adams.flow.control.flowrestart.notification.TimestampFile
Returns the time zone in use.
getTimeZone() - Method in class adams.flow.sink.sendnotification.LogFile
Returns the time zone in use.
getTimeZone() - Method in class adams.flow.transformer.Timestamp
Returns the time zone in use.
getTimeZone() - Method in class adams.ml.data.DatasetView
Returns the currently used timezone.
getTimeZone() - Method in class adams.ml.data.InstancesView
Returns the currently used timezone.
getTimingEnabled() - Method in class adams.flow.control.TimedSubProcess
Returns whether to perform timing on its execution.
getTimingEnabled() - Method in class adams.flow.control.TimedTee
Returns whether to perform timing on its execution.
getTimingEnabled() - Method in class adams.flow.control.TimedTrigger
Returns whether to perform timing on its execution.
getTip() - Method in class adams.gui.core.BaseTabbedPaneWithTabHiding.PageBackup
Returns the tip of the tab.
getTipText() - Method in class adams.core.base.AbstractBaseString
Returns a tool tip for the GUI editor (ignored if null is returned).
getTipText() - Method in class adams.core.base.ArrayDimensions
Returns a tool tip for the GUI editor (ignored if null is returned).
getTipText() - Method in class adams.core.base.AttributeTypeList
Returns a tool tip for the GUI editor (ignored if null is returned).
getTipText() - Method in class adams.core.base.BaseAnnotation
Returns a tool tip for the GUI editor (ignored if null is returned).
getTipText() - Method in class adams.core.base.BaseBoolean
Returns a tool tip for the GUI editor (ignored if null is returned).
getTipText() - Method in class adams.core.base.BaseByte
Returns a tool tip for the GUI editor (ignored if null is returned).
getTipText() - Method in class adams.core.base.BaseCharacter
Returns a tool tip for the GUI editor (ignored if null is returned).
getTipText() - Method in class adams.core.base.BaseCharset
Returns a tool tip for the GUI editor (ignored if null is returned).
getTipText() - Method in class adams.core.base.BaseClassname
Returns a tool tip for the GUI editor (ignored if null is returned).
getTipText() - Method in class adams.core.base.BaseColor
Returns a tool tip for the GUI editor (ignored if null is returned).
getTipText() - Method in class adams.core.base.BaseCommandLine
Returns a tool tip for the GUI editor (ignored if null is returned).
getTipText() - Method in class adams.core.base.BaseDate
Returns a tool tip for the GUI editor (ignored if null is returned).
getTipText() - Method in class adams.core.base.BaseDateTime
Returns a tool tip for the GUI editor (ignored if null is returned).
getTipText() - Method in class adams.core.base.BaseDateTimeMsec
Returns a tool tip for the GUI editor (ignored if null is returned).
getTipText() - Method in class adams.core.base.BaseDimension
Returns a tool tip for the GUI editor (ignored if null is returned).
getTipText() - Method in class adams.core.base.BaseDouble
Returns a tool tip for the GUI editor (ignored if null is returned).
getTipText() - Method in class adams.core.base.BaseFloat
Returns a tool tip for the GUI editor (ignored if null is returned).
getTipText() - Method in class adams.core.base.BaseHostname
Returns a tool tip for the GUI editor (ignored if null is returned).
getTipText() - Method in class adams.core.base.BaseInteger
Returns a tool tip for the GUI editor (ignored if null is returned).
getTipText() - Method in class adams.core.base.BaseInterval
Returns a tool tip for the GUI editor (ignored if null is returned).
getTipText() - Method in class adams.core.base.BaseKeyValuePair
Returns a tool tip for the GUI editor (ignored if null is returned).
getTipText() - Method in class adams.core.base.BaseList
Returns a tool tip for the GUI editor (ignored if null is returned).
getTipText() - Method in class adams.core.base.BaseLong
Returns a tool tip for the GUI editor (ignored if null is returned).
getTipText() - Method in class adams.core.base.BaseMarkdown
Returns a tool tip for the GUI editor (ignored if null is returned).
getTipText() - Method in class adams.core.base.BaseObject
Returns a tool tip for the GUI editor (ignored if null is returned).
getTipText() - Method in class adams.core.base.BasePassword
Returns a tool tip for the GUI editor (ignored if null is returned).
getTipText() - Method in class adams.core.base.BasePointDouble
Returns a tool tip for the GUI editor (ignored if null is returned).
getTipText() - Method in class adams.core.base.BasePointFloat
Returns a tool tip for the GUI editor (ignored if null is returned).
getTipText() - Method in class adams.core.base.BasePointInt
Returns a tool tip for the GUI editor (ignored if null is returned).
getTipText() - Method in class adams.core.base.BaseRectangle
Returns a tool tip for the GUI editor (ignored if null is returned).
getTipText() - Method in class adams.core.base.BaseRegExp
Returns a tool tip for the GUI editor (ignored if null is returned).
getTipText() - Method in class adams.core.base.BaseShort
Returns a tool tip for the GUI editor (ignored if null is returned).
getTipText() - Method in class adams.core.base.BaseString
Returns a tool tip for the GUI editor (ignored if null is returned).
getTipText() - Method in class adams.core.base.BaseText
Returns a tool tip for the GUI editor (ignored if null is returned).
getTipText() - Method in class adams.core.base.BaseTime
Returns a tool tip for the GUI editor (ignored if null is returned).
getTipText() - Method in class adams.core.base.BaseTimeMsec
Returns a tool tip for the GUI editor (ignored if null is returned).
getTipText() - Method in class adams.core.base.BaseURI
Returns a tool tip for the GUI editor (ignored if null is returned).
getTipText() - Method in class adams.core.base.BaseURL
Returns a tool tip for the GUI editor (ignored if null is returned).
getTipText() - Method in class adams.core.base.CronSchedule
Returns a tool tip for the GUI editor (ignored if null is returned).
getTipText() - Method in class adams.core.base.JsonPathExpression
Returns a tool tip for the GUI editor (ignored if null is returned).
getTipText() - Method in class adams.core.base.Mat5ArrayDimensions
Returns a tool tip for the GUI editor (ignored if null is returned).
getTipText() - Method in class adams.core.base.Mat5ArrayElementIndex
Returns a tool tip for the GUI editor (ignored if null is returned).
getTipText() - Method in class adams.core.base.MatrixSubset
Returns a tool tip for the GUI editor (ignored if null is returned).
getTipText() - Method in class adams.core.base.MavenArtifact
Returns a tool tip for the GUI editor (ignored if null is returned).
getTipText() - Method in class adams.core.base.MavenArtifactExclusion
Returns a tool tip for the GUI editor (ignored if null is returned).
getTipText() - Method in class adams.core.base.MavenRepository
Returns a tool tip for the GUI editor (ignored if null is returned).
getTipText() - Method in class adams.core.base.QuadrilateralLocation
Returns a tool tip for the GUI editor (ignored if null is returned).
getTipText() - Method in class adams.core.base.RangedThreshold
Returns a tool tip for the GUI editor (ignored if null is returned).
getTipText() - Method in class adams.core.base.XPathExpression
Returns a tool tip for the GUI editor (ignored if null is returned).
getTipText() - Method in class adams.core.base.XSLTStyleSheet
Returns a tool tip for the GUI editor (ignored if null is returned).
getTipText() - Method in class adams.core.ByteFormatString
Returns a tool tip for the GUI editor (ignored if null is returned).
getTipText() - Method in class adams.core.MicroSecondFormatString
Returns a tool tip for the GUI editor (ignored if null is returned).
getTipText() - Method in class adams.core.net.EmailAddress
Returns a tool tip for the GUI editor (ignored if null is returned).
getTipText() - Method in class adams.core.SecondFormatString
Returns a tool tip for the GUI editor (ignored if null is returned).
getTipText() - Method in class adams.core.VariableName
Returns a tool tip for the GUI editor (ignored if null is returned).
getTipText() - Method in class adams.core.VariableNameValuePair
Returns a tool tip for the GUI editor (ignored if null is returned).
getTipText() - Method in class adams.data.DateFormatString
Returns a tool tip for the GUI editor (ignored if null is returned).
getTipText() - Method in class adams.data.DecimalFormatString
Returns a tool tip for the GUI editor (ignored if null is returned).
getTipText() - Method in class adams.db.JdbcUrl
Returns a tool tip for the GUI editor (ignored if null is returned).
getTipText() - Method in class adams.flow.control.StorageName
Returns a tool tip for the GUI editor (ignored if null is returned).
getTipText() - Method in class adams.flow.core.CallableActorReference
Returns a tool tip for the GUI editor (ignored if null is returned).
getTipText() - Method in class adams.flow.core.EventReference
Returns a tool tip for the GUI editor (ignored if null is returned).
getTipText() - Method in class adams.flow.core.TriggerableEventReference
Returns a tool tip for the GUI editor (ignored if null is returned).
getTipText() - Method in class adams.gui.core.AbstractAdvancedScript
Returns a tool tip for the GUI editor (ignored if null is returned).
getTipText() - Method in class adams.gui.core.AbstractSimpleScript
Returns a tool tip for the GUI editor (ignored if null is returned).
getTipText() - Method in class adams.gui.core.BaseShortcut
 
getTipTextCustomizer() - Method in class adams.gui.visualization.core.plot.ContentPanel
Returns the current tip text customizer, can be null.
getTipTextCustomizer() - Method in class adams.gui.visualization.core.PlotPanel
Returns the current tip text customizer, can be null.
getTitle() - Method in class adams.core.option.help.SupportedTags
Returns the title to use for the help.
getTitle() - Method in class adams.flow.processor.ActorStatistics
Returns the title for the dialog.
getTitle() - Method in class adams.flow.processor.CheckActorReferenceUsage
Returns the title for the dialog.
getTitle() - Method in class adams.flow.processor.CheckPlaceholders
Returns the title for the dialog.
getTitle() - Method in class adams.flow.processor.CheckStorageUsage
Returns the title for the dialog.
getTitle() - Method in class adams.flow.processor.CheckVariableUsage
Returns the title for the dialog.
getTitle() - Method in class adams.flow.processor.FindText
Returns the title for the dialog.
getTitle() - Method in interface adams.flow.processor.GraphicalOutputProducingProcessor
Returns the title for the dialog.
getTitle() - Method in class adams.flow.processor.ListActorReferenceUsage
Returns the title for the dialog.
getTitle() - Method in class adams.flow.processor.ListActorUsage
Returns the title for the dialog.
getTitle() - Method in class adams.flow.processor.ListAllStorageNames
Returns the title for the dialog.
getTitle() - Method in class adams.flow.processor.ListAllVariables
Returns the title for the dialog.
getTitle() - Method in class adams.flow.processor.ListAnnotationTags
Returns the title for the dialog.
getTitle() - Method in class adams.flow.processor.ListCallableActorUsage
Returns the title for the dialog.
getTitle() - Method in class adams.flow.processor.ListDatabaseConnections
Returns the title for the dialog.
getTitle() - Method in class adams.flow.processor.ListObjectCommandlines
Returns the title for the dialog.
getTitle() - Method in class adams.flow.processor.ListPaths
Returns the title for the dialog.
getTitle() - Method in class adams.flow.processor.ListStorageUsage
Returns the title for the dialog.
getTitle() - Method in class adams.flow.processor.ListStructureModifyingActors
Returns the title for the dialog.
getTitle() - Method in class adams.flow.processor.ListTODOs
Returns the title for the dialog.
getTitle() - Method in class adams.flow.processor.ListVariableUsage
Returns the title for the dialog.
getTitle() - Method in class adams.flow.sink.AbstractGraphicsGenerator
Returns the currently set title of the dialog.
getTitle() - Method in class adams.flow.sink.ActualVsPredictedPlot
Returns the (optional) title of the plot.
getTitle() - Method in class adams.flow.sink.ControlChartPlot
Returns the title for border around the plot.
getTitle() - Method in class adams.flow.sink.InformationDialog
Returns title to use for the message dialog.
getTitle() - Method in class adams.flow.sink.ProgressBar
Returns the optional title string.
getTitle() - Method in class adams.flow.sink.SequencePlotter
Returns the title for border around the plot.
getTitle() - Method in class adams.flow.sink.SimplePlot
Returns the title for border around the plot.
getTitle() - Method in class adams.flow.transformer.ConfirmationDialog
Returns the title the user is prompted with.
getTitle() - Method in class adams.flow.transformer.pixelselector.AbstractPixelSelectorAction
Returns the title of the action (used as menu item text).
getTitle() - Method in class adams.flow.transformer.pixelselector.AddClassification
Returns the title of the action (used as menu item text).
getTitle() - Method in class adams.flow.transformer.pixelselector.BottomRightCorner
Returns the title of the action (used as menu item text).
getTitle() - Method in class adams.flow.transformer.pixelselector.SimpleSelect
Returns the title of the action (used as menu item text).
getTitle() - Method in class adams.flow.transformer.pixelselector.TopLeftCorner
Returns the title of the action (used as menu item text).
getTitle() - Method in class adams.gui.action.AbstractPropertiesAction
Returns the caption of this action.
getTitle() - Method in class adams.gui.application.AbstractInitialization
The title of the initialization.
getTitle() - Method in class adams.gui.application.AbstractMenuItemDefinition
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.application.AbstractPreferencesPanel
The title of the preferences.
getTitle() - Method in class adams.gui.application.AbstractPropertiesPreferencesPanel
The title of the preferences.
getTitle() - Method in class adams.gui.application.CharsetSettingsPanel
The title of the preference panel.
getTitle() - Method in interface adams.gui.application.Child
Returns the current title.
getTitle() - Method in class adams.gui.application.DatabaseConnections
The title of the initialization.
getTitle() - Method in class adams.gui.application.EmailSetupPanel
The title of the preference panel.
getTitle() - Method in class adams.gui.application.FlowPreferencesPanel
The title of the preferences.
getTitle() - Method in class adams.gui.application.Fonts
The title of the initialization.
getTitle() - Method in class adams.gui.application.FontsPreferencesPanel
The title of the preferences.
getTitle() - Method in interface adams.gui.application.Initialization
The title of the initialization.
getTitle() - Method in class adams.gui.application.JVisualVMPanel
The title of the preference panel.
getTitle() - Method in class adams.gui.application.LocaleHelper
The title of the initialization.
getTitle() - Method in class adams.gui.application.LocaleSettingsPanel
The title of the preference panel.
getTitle() - Method in interface adams.gui.application.PreferencesPanel
The title of the preferences panel.
getTitle() - Method in class adams.gui.application.ProxyHelper
The title of the initialization.
getTitle() - Method in class adams.gui.application.ProxySettingsPanel
The title of the preference panel.
getTitle() - Method in class adams.gui.application.RegisterEditors
The title of the initialization.
getTitle() - Method in class adams.gui.application.SMBHelper
The title of the initialization.
getTitle() - Method in class adams.gui.application.SMBSetupPanel
The title of the preference panel.
getTitle() - Method in class adams.gui.application.SSLHelper
The title of the initialization.
getTitle() - Method in class adams.gui.application.SSLSetupPanel
The title of the preference panel.
getTitle() - Method in class adams.gui.application.TerminalSettingsPanel
The title of the preference panel.
getTitle() - Method in class adams.gui.application.TesseractSettingsPanel
The title of the preference panel.
getTitle() - Method in class adams.gui.application.TimeZoneHelper
The title of the initialization.
getTitle() - Method in class adams.gui.application.TimeZoneSettingsPanel
The title of the preference panel.
getTitle() - Method in class adams.gui.application.WekaExperimenterPreferencesPanel
The title of the preferences.
getTitle() - Method in class adams.gui.application.WekaExplorerPreferencesPanel
The title of the preferences.
getTitle() - Method in class adams.gui.application.WekaInvestigatorPreferencesPanel
The title of the preferences.
getTitle() - Method in class adams.gui.application.WekaPluginManagerExtensions
The title of the initialization.
getTitle() - Method in class adams.gui.application.WekaSystemProperties
The title of the initialization.
getTitle() - Method in class adams.gui.core.BaseTabbedPaneWithTabHiding.PageBackup
Returns the title of the tab.
getTitle() - Method in class adams.gui.core.ConsolePanel.OutputPanel
Returns the title of the panel.
getTitle() - Method in class adams.gui.core.ErrorMessagePanel
Returns the current title.
getTitle() - Method in class adams.gui.core.MultiPagePane.PageContainer
Returns the title.
getTitle() - Method in class adams.gui.core.TitleGenerator
Returns the base title.
getTitle() - Method in class adams.gui.dialog.AbstractDatabaseConnectionPanel
The title of the connection panel.
getTitle() - Method in class adams.gui.dialog.DatabaseConnectionPanel
The title of the connection panel.
getTitle() - Method in class adams.gui.dialog.TextPanel
Returns the base title in use by the title generator.
getTitle() - Method in class adams.gui.flow.FlowPanel
Returns the base title of the flow.
getTitle() - Method in class adams.gui.flow.menu.ActiveClearGraphicalOutput
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.menu.ActiveDebug
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.menu.ActiveDisplayErrors
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.menu.ActiveGC
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.menu.ActiveHeadless
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.menu.ActiveKill
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.menu.ActivePauseResume
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.menu.ActiveRun
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.menu.ActiveStop
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.menu.ActiveStorage
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.menu.ActiveValidateSetup
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.menu.ActiveVariables
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.menu.EditCheckVariables
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.menu.EditCleanUpFlow
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.menu.EditClearClipboard
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.menu.EditDiff
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.menu.EditEnableUndo
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.menu.EditFind
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.menu.EditIgnoreNameChanges
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.menu.EditInteractiveActors
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.menu.EditListTODOs
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.menu.EditLocateActor
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.menu.EditLocateStorageName
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.menu.EditLocateVariable
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.menu.EditProcessActors
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.menu.EditRedo
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.menu.EditTimedActors
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.menu.EditUndo
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.menu.FileCheckOnSave
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.menu.FileClose
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.menu.FileClosePage
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.menu.FileExport
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.menu.FileImport
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.menu.FileNewFlow
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.menu.FileNewFromClipboard
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.menu.FileOpen
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.menu.FileProperties
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.menu.FileRevert
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.menu.FileSave
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.menu.FileSaveAs
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.menu.HelpActors
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.menu.HelpBooleanExpression
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.menu.HelpClasses
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.menu.HelpMathematicalExpression
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.menu.HelpStringExpression
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.menu.HelpVariables
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.menu.RunClearGraphicalOutput
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.menu.RunDebug
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.menu.RunDisableAllBreakpoints
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.menu.RunDisplayErrors
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.menu.RunEnableAllBreakpoints
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.menu.RunGC
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.menu.RunHeadless
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.menu.RunKill
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.menu.RunParseError
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.menu.RunPauseResume
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.menu.RunRemoveAllBreakpoints
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.menu.RunRun
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.menu.RunRunAll
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.menu.RunStop
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.menu.RunStopAll
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.menu.RunStorage
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.menu.RunValidateSetup
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.menu.RunVariables
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.menu.ViewFullExpansion
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.menu.ViewRedraw
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.menu.ViewShowAnnotations
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.menu.ViewShowInputOutput
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.menu.ViewShowQuickInfo
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.menu.ViewShowSource
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.menu.ViewShowToolbar
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.menu.ViewStatistics
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.menu.ViewZoom
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.menu.WindowDuplicateInTab
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.menu.WindowDuplicateInWindow
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.menu.WindowHalfHeight
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.menu.WindowHalfWidth
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.menu.WindowMoveToNewWindow
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.menu.WindowNew
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.tab.AbstractEditorTab
Returns the title of the tab.
getTitle() - Method in class adams.gui.flow.tab.ActorHelpTab
Returns the title of the tab.
getTitle() - Method in class adams.gui.flow.tab.ActorParametersTab
Returns the title of the tab.
getTitle() - Method in class adams.gui.flow.tab.ActorTreeTab
Returns the title of the tab.
getTitle() - Method in class adams.gui.flow.tab.AttachedVariablesTab
Returns the title of the tab.
getTitle() - Method in class adams.gui.flow.tab.Clipboard
Returns the title of the tab.
getTitle() - Method in class adams.gui.flow.tab.EffectiveTagsTab
Returns the title of the tab.
getTitle() - Method in class adams.gui.flow.tab.GraphicalActorProcessorTab
Returns the title of the tab.
getTitle() - Method in class adams.gui.flow.tab.GraphicalFlowExecutionListenersTab
Returns the title of the tab.
getTitle() - Method in class adams.gui.flow.tab.ParsedErrorTab
Returns the title of the tab.
getTitle() - Method in class adams.gui.flow.tab.RegisteredDisplaysTab
Returns the title of the tab.
getTitle() - Method in class adams.gui.flow.tab.StorageNamesTab
Returns the title of the tab.
getTitle() - Method in class adams.gui.flow.tab.VariablesTab
Returns the title of the tab.
getTitle() - Method in class adams.gui.flow.tabhandler.ParsedErrorHandler.ParseOutput
Returns the title for the output.
getTitle() - Method in class adams.gui.flow.tree.menu.AddActor
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.tree.menu.AddActorAfter
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.tree.menu.AddActorBeneath
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.tree.menu.AddActorHere
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.tree.menu.AddBookmark
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.tree.menu.AddBreakpoint
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.tree.menu.AddBreakpointAfter
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.tree.menu.AddBreakpointBeneath
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.tree.menu.AddBreakpointHere
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.tree.menu.AddFromTemplate
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.tree.menu.AddFromTemplateAfter
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.tree.menu.AddFromTemplateBeneath
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.tree.menu.AddFromTemplateHere
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.tree.menu.AddMostCommonActor
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.tree.menu.AddMostCommonActorAfter
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.tree.menu.AddMostCommonActorBeneath
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.tree.menu.AddMostCommonActorHere
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.tree.menu.AnnotateActor
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.tree.menu.AttachBreakpointHere
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.tree.menu.AttachListener
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.tree.menu.Bookmark
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.tree.menu.CleanUpActorName
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.tree.menu.CollapseAll
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.tree.menu.CompareActors
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.tree.menu.CompareJustActors
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.tree.menu.CompareSubFlows
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.tree.menu.CopyActor
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.tree.menu.CopyActorCommandline
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.tree.menu.CopyActorMore
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.tree.menu.CopyActorName
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.tree.menu.CopyActorPath
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.tree.menu.CopyActorPlainText
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.tree.menu.CreateCallableActor
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.tree.menu.CutActor
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.tree.menu.EditActor
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.tree.menu.EditExternalFlow
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.tree.menu.EditListeners
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.tree.menu.EncloseActor
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.tree.menu.EncloseActorAll
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.tree.menu.EncloseActorCommon
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.tree.menu.EncloseActorCompact
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.tree.menu.EncloseActorSpecial
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.tree.menu.ExpandAll
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.tree.menu.ExpandCollapseExternalFlow
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.tree.menu.ExportActor
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.tree.menu.ExternalFlow
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.tree.menu.ExternalizeActor
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.tree.menu.FindUsages
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.tree.menu.GoTo
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.tree.menu.Help
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.tree.menu.InspectMemory
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.tree.menu.InspectMemoryDetails
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.tree.menu.InspectMemorySize
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.tree.menu.LastTemplate
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.tree.menu.Listeners
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.tree.menu.MakeConditional
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.tree.menu.MakeInteractive
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.tree.menu.MakeTimed
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.tree.menu.MaterializeExternalActor
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.tree.menu.MenuHeader
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.tree.menu.PasteActor
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.tree.menu.PasteActorAfter
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.tree.menu.PasteActorBeneath
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.tree.menu.PasteActorHere
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.tree.menu.PullUpActor
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.tree.menu.RemoveActor
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.tree.menu.RemoveBookmark
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.tree.menu.RemoveBreakpoints
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.tree.menu.RemoveListeners
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.tree.menu.RenameActor
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.tree.menu.RunToHere
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.tree.menu.Separator
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.tree.menu.SwapActor
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.tree.menu.ToggleState
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.tree.quickaction.AbstractGOEQuickAction
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.tree.quickaction.ChangeCallableActor
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.tree.quickaction.ChangeExternalActorFile
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.tree.quickaction.ChangeStorageName
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.tree.quickaction.ChangeVariableName
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.tree.quickaction.ChangeVariableValue
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.tree.quickaction.EditBooleanExpressionText
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.tree.quickaction.EditCombineXExpression
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.tree.quickaction.EditMathematicalExpressionText
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.tree.quickaction.EditStorageValuesArrayNames
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.tree.quickaction.EditStringConstantsStrings
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.tree.quickaction.EditVariablesArrayVariables
Returns the caption of this action.
getTitle() - Method in class adams.gui.flow.tree.quickaction.RenameActor
Returns the caption of this action.
getTitle() - Method in class adams.gui.menu.About
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.AbstractSequenceViewer
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.ActorUsage
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.AdamsHomeDir
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.AntiAliasing
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.AppendDatasets
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.ArffViewer
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.BatchFilterDatasets
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.BayesNetEditor
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.BoundaryVisualizer
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.ClassHelp
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.ConfigureOptionHandler
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.ConnectToDatabases
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.ConsoleOutputAnalyzer
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.ConsoleWindow
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.ContainerNesting
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.CostCurve
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.DarkLord
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.DatasetCompatibility
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.DateTest
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.Diff
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.Documentation
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.EmailAddressBook
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.Experimenter
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.Explorer
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.FavoritesManagement
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.FileChooserBookmarksManagement
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.FileCommander
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.FileMonitor
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.FindClass
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.FindInFiles
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.FlowControlCenter
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.FlowEditor
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.FlowRunner
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.GarbageCollector
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.GraphVisualizer
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.GroovyConsole
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.HeapDump
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.Hermione
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.Homepage
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.ImageProcessor
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.ImageViewer
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.InstanceCompare
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.InstanceExplorer
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.InstancesPlot
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.JConsole
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.JDeps
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.JMap
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.LogEntryDatabaseViewer
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.MakeCompatibleDatasets
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.MarginCurve
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.MemoryMonitor
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.MergeDatasets
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.MultiExplorer
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.NestedFormatViewer
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.OptionsConversion
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.OptionTree
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.PackageManager
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.PDFViewer
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.PlaceholderManagement
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.PlotAttributeVsAttribute
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.PlotPanelTest
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.Preferences
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.PrettyPrintJSON
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.PrettyPrintXML
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.PreviewBrowser
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.ProgramExit
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.ProgramLookAndFeel
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.ProgramRestart
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.ProgramRestartWithMoreHeap
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.ProgramUserMode
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.PropertiesViewer
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.RegExpTest
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.RemoteCommands
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.ROC
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.RunTool
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.ScriptingLog
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.SendErrorReport
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.SpreadSheetExplorer
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.SpreadSheetFileViewer
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.SpreadSheetProcessor
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.SqlViewer
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.SqlWorkbench
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.SSH
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.StringConversion
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.SystemInfo
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.SystemPerformance
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.TakeScreenshot
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.Telnet
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.Terminal
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.TextEditor
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.TimeseriesExplorer
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.TreeVisualizer
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.WekaCommandToCode
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.WekaInvestigator
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.WekaMultiExperimenter
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.WekaSimpleCLI
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.Workbench
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.menu.XSLT
Returns the title of the window (and text of menuitem).
getTitle() - Method in class adams.gui.tools.remotecontrolcenter.panels.AbstractRemoteControlCenterTab
Returns the title of the tab.
getTitle() - Method in class adams.gui.tools.remotecontrolcenter.panels.AdvancedTab
Returns the title of the tab.
getTitle() - Method in class adams.gui.tools.remotecontrolcenter.panels.RemoteFlowCommandsTab
Returns the title of the tab.
getTitle() - Method in class adams.gui.tools.remotecontrolcenter.panels.RemoteLoggingTab
Returns the title of the tab.
getTitle() - Method in class adams.gui.tools.spreadsheetviewer.menu.DataChart
Returns the caption of this action.
getTitle() - Method in class adams.gui.tools.spreadsheetviewer.menu.DataComputeDifference
Returns the caption of this action.
getTitle() - Method in class adams.gui.tools.spreadsheetviewer.menu.DataConvert
Returns the caption of this action.
getTitle() - Method in class adams.gui.tools.spreadsheetviewer.menu.DataFilterColumns
Returns the caption of this action.
getTitle() - Method in class adams.gui.tools.spreadsheetviewer.menu.DataFilterRows
Returns the caption of this action.
getTitle() - Method in class adams.gui.tools.spreadsheetviewer.menu.DataSort
Returns the caption of this action.
getTitle() - Method in class adams.gui.tools.spreadsheetviewer.menu.DataTransform
Returns the caption of this action.
getTitle() - Method in class adams.gui.tools.spreadsheetviewer.menu.EditClearClipboard
Returns the caption of this action.
getTitle() - Method in class adams.gui.tools.spreadsheetviewer.menu.EditPasteAsNew
Returns the caption of this action.
getTitle() - Method in class adams.gui.tools.spreadsheetviewer.menu.FileClosePage
Returns the caption of this action.
getTitle() - Method in class adams.gui.tools.spreadsheetviewer.menu.FileExit
Returns the caption of this action.
getTitle() - Method in class adams.gui.tools.spreadsheetviewer.menu.FileOpen
Returns the caption of this action.
getTitle() - Method in class adams.gui.tools.spreadsheetviewer.menu.FileSave
Returns the caption of this action.
getTitle() - Method in class adams.gui.tools.spreadsheetviewer.menu.FileSaveAs
Returns the caption of this action.
getTitle() - Method in class adams.gui.tools.spreadsheetviewer.menu.HelpFormulas
Returns the caption of this action.
getTitle() - Method in class adams.gui.tools.spreadsheetviewer.menu.HelpQuery
Returns the caption of this action.
getTitle() - Method in class adams.gui.tools.spreadsheetviewer.menu.ViewApplyToAll
Returns the caption of this action.
getTitle() - Method in class adams.gui.tools.spreadsheetviewer.menu.ViewCellRenderingCustomizer
Returns the caption of this action.
getTitle() - Method in class adams.gui.tools.spreadsheetviewer.menu.ViewDecimals
Returns the caption of this action.
getTitle() - Method in class adams.gui.tools.spreadsheetviewer.menu.ViewShowCellTypes
Returns the caption of this action.
getTitle() - Method in class adams.gui.tools.spreadsheetviewer.menu.ViewShowFormulas
Returns the caption of this action.
getTitle() - Method in class adams.gui.tools.spreadsheetviewer.tab.AbstractViewerTab
Returns the title of the tab.
getTitle() - Method in class adams.gui.tools.spreadsheetviewer.tab.CellContent
Returns the title of the tab.
getTitle() - Method in class adams.gui.tools.spreadsheetviewer.tab.ColumnStatistic
Returns the title of the tab.
getTitle() - Method in class adams.gui.tools.spreadsheetviewer.tab.Information
Returns the title of the tab.
getTitle() - Method in class adams.gui.tools.spreadsheetviewer.tab.Query
Returns the title of the tab.
getTitle() - Method in class adams.gui.tools.wekainvestigator.history.AbstractHistoryPopupMenuItem
The menu item title.
getTitle() - Method in class adams.gui.tools.wekainvestigator.job.InvestigatorJob
Returns the title of the job.
getTitle() - Method in class adams.gui.tools.wekainvestigator.job.InvestigatorTabJob
Returns the title of the job.
getTitle() - Method in class adams.gui.tools.wekainvestigator.output.AbstractOutputGenerator
The title to use for the tab.
getTitle() - Method in class adams.gui.tools.wekainvestigator.tab.AbstractInvestigatorTab
Returns the title of this table.
getTitle() - Method in class adams.gui.tools.wekainvestigator.tab.AssociateTab
Returns the title of this table.
getTitle() - Method in class adams.gui.tools.wekainvestigator.tab.associatetab.output.ModelOutput
The title to use for the tab.
getTitle() - Method in class adams.gui.tools.wekainvestigator.tab.associatetab.output.Rules
The title to use for the tab.
getTitle() - Method in class adams.gui.tools.wekainvestigator.tab.associatetab.output.RunInformation
The title to use for the tab.
getTitle() - Method in class adams.gui.tools.wekainvestigator.tab.AttributeSelectionTab
Returns the title of this table.
getTitle() - Method in class adams.gui.tools.wekainvestigator.tab.attseltab.output.ReducedData
The title to use for the tab.
getTitle() - Method in class adams.gui.tools.wekainvestigator.tab.attseltab.output.RunInformation
The title to use for the tab.
getTitle() - Method in class adams.gui.tools.wekainvestigator.tab.attseltab.output.TextStatistics
The title to use for the tab.
getTitle() - Method in class adams.gui.tools.wekainvestigator.tab.BoxPlotTab
Returns the title of this table.
getTitle() - Method in class adams.gui.tools.wekainvestigator.tab.ClassifyTab
Returns the title of this table.
getTitle() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.history.CompareModels
The menu item title.
getTitle() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.history.SubRangeEvaluation
The menu item title.
getTitle() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.ClassifierErrors
The title to use for the tab.
getTitle() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.ConfusionMatrix
The title to use for the tab.
getTitle() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.FourInOnePlot
The title to use for the tab.
getTitle() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.GraphSource
The title to use for the tab.
getTitle() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.LegacyClassifierErrors
The title to use for the tab.
getTitle() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.LegacyCostBenefitAnalysis
The title to use for the tab.
getTitle() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.LegacyCostCurve
The title to use for the tab.
getTitle() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.LegacyGraphVisualizer
The title to use for the tab.
getTitle() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.LegacyMarginCurve
The title to use for the tab.
getTitle() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.LegacyThresholdCurve
The title to use for the tab.
getTitle() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.LegacyTreeVisualizer
The title to use for the tab.
getTitle() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.ModelOutput
The title to use for the tab.
getTitle() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.perfold.AbstractPerFoldPopupMenuItem
The menu item title.
getTitle() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.perfold.CopySetup
The menu item title.
getTitle() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.perfold.SubRangeEvaluation
The menu item title.
getTitle() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.PredictionEccentricity
The title to use for the tab.
getTitle() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.Predictions
The title to use for the tab.
getTitle() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.PredictionTrend
The title to use for the tab.
getTitle() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.Predictions
The title to use for the tab.
getTitle() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.SamplePlot
The title to use for the tab.
getTitle() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.Statistics
The title to use for the tab.
getTitle() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.ResidualsVsFitted
The title to use for the tab.
getTitle() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.ResidualsVsPredictor
The title to use for the tab.
getTitle() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.RunInformation
The title to use for the tab.
getTitle() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.SourceCode
The title to use for the tab.
getTitle() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.TextStatistics
The title to use for the tab.
getTitle() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.TreeGraphML
The title to use for the tab.
getTitle() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.TreeVisualizer
The title to use for the tab.
getTitle() - Method in class adams.gui.tools.wekainvestigator.tab.ClusterTab
Returns the title of this table.
getTitle() - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.output.ClusterAssignments
The title to use for the tab.
getTitle() - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.output.GraphSource
The title to use for the tab.
getTitle() - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.output.LegacyTreeVisualizer
The title to use for the tab.
getTitle() - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.output.ModelOutput
The title to use for the tab.
getTitle() - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.output.RunInformation
The title to use for the tab.
getTitle() - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.output.Supplementary
The title to use for the tab.
getTitle() - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.output.TextStatistics
The title to use for the tab.
getTitle() - Method in class adams.gui.tools.wekainvestigator.tab.CompareTab
Returns the title of this table.
getTitle() - Method in class adams.gui.tools.wekainvestigator.tab.DataQueryTab
Returns the title of this table.
getTitle() - Method in class adams.gui.tools.wekainvestigator.tab.DataTab
Returns the title of this table.
getTitle() - Method in class adams.gui.tools.wekainvestigator.tab.ExperimentTab
Returns the title of this table.
getTitle() - Method in class adams.gui.tools.wekainvestigator.tab.experimenttab.output.RunInformation
The title to use for the tab.
getTitle() - Method in class adams.gui.tools.wekainvestigator.tab.experimenttab.output.TextOutput
The title to use for the tab.
getTitle() - Method in class adams.gui.tools.wekainvestigator.tab.IndependentComponentsTab
Returns the title of this table.
getTitle() - Method in class adams.gui.tools.wekainvestigator.tab.InstanceTab
Returns the title of this table.
getTitle() - Method in class adams.gui.tools.wekainvestigator.tab.LogTab
Returns the title of this table.
getTitle() - Method in class adams.gui.tools.wekainvestigator.tab.MatrixTab
Returns the title of this table.
getTitle() - Method in class adams.gui.tools.wekainvestigator.tab.PartialLeastSquaresTab
Returns the title of this table.
getTitle() - Method in class adams.gui.tools.wekainvestigator.tab.PreprocessTab
Returns the title of this table.
getTitle() - Method in class adams.gui.tools.wekainvestigator.tab.PrincipalComponentsTab
Returns the title of this table.
getTitle() - Method in class adams.gui.tools.wekainvestigator.tab.ScatterPlotTab
Returns the title of this table.
getTitle() - Method in class adams.gui.visualization.container.AbstractContainerList
Returns the title.
getTitle() - Method in class adams.gui.visualization.container.DataContainerPanel
Returns the title of border.
getTitle() - Method in class adams.gui.visualization.jfreechart.chart.AbstractChartGenerator
Returns the title for the plot.
getTitle() - Method in class adams.gui.workspace.AbstractWorkspacePanel
Returns the base title in use by the title generator.
getTitle() - Method in class weka.gui.explorer.ExplorerExt
Returns the base title in use by the title generator.
getTitleAt(int) - Method in class adams.gui.core.MultiPagePane
Returns the title at the specified index.
getTitleClassDetails() - Method in class adams.flow.transformer.WekaEvaluationSummary
Returns the title to use for the class details.
getTitleFont() - Method in class adams.flow.sink.ProgressBar
Returns the font for the title.
getTitleGenerator() - Method in class adams.gui.dialog.TextPanel
Returns the title generator in use.
getTitleGenerator() - Method in class adams.gui.flow.FlowControlCenterPanel
Returns the title generator in use.
getTitleGenerator() - Method in class adams.gui.flow.FlowPanel
Returns the title generator in use.
getTitleGenerator() - Method in class adams.gui.flow.FlowRunnerPanel
Returns the title generator in use.
getTitleGenerator() - Method in class adams.gui.scripting.AbstractScriptingDialog
Returns the title generator in use.
getTitleGenerator() - Method in class adams.gui.tools.FileMonitorPanel
Returns the title generator in use.
getTitleGenerator() - Method in class adams.gui.tools.ImageProcessorPanel
Returns the title generator in use.
getTitleGenerator() - Method in class adams.gui.tools.PreviewBrowserPanel
Returns the title generator in use.
getTitleGenerator() - Method in class adams.gui.visualization.image.ImageViewerPanel
Returns the title generator in use.
getTitleGenerator() - Method in class adams.gui.workspace.AbstractWorkspacePanel
Returns the title generator in use.
getTitleGenerator() - Method in class weka.gui.explorer.ExplorerExt
Returns the title generator in use.
getTitleMatrix() - Method in class adams.flow.transformer.WekaEvaluationSummary
Returns the title to use for the confusion matrix.
getTitleNameColumn() - Method in class adams.data.conversion.WekaPredictionContainerToSpreadSheet
Returns the title of the "Name" column, i.e., the first column.
getTitleRenderer() - Method in class adams.gui.core.MultiPagePane
Returns the renderer for the titles.
getTitleSummary() - Method in class adams.flow.transformer.WekaEvaluationSummary
Returns the title to use for the summary.
getTitleValueColumn() - Method in class adams.data.conversion.WekaPredictionContainerToSpreadSheet
Returns the title of the "Value" column, i.e., the first column.
getTitleVariable() - Method in class adams.flow.sink.DisplayPanelGrid
Returns the variable name which value gets used to name the entries.
getTmpIndices(List<Binnable<T>>) - Static method in class adams.data.binning.operation.Wrapping
Collects indices stored under Wrapping.TMP_INDEX.
getTo() - Method in class adams.core.net.Email
Returns the TO recipients.
getTo() - Method in class adams.core.Range.SubRange
Returns the "to" of the sub-range.
getTO() - Method in class adams.gui.dialog.ComposeEmailDialog
Returns the recipients.
getTO() - Method in class adams.gui.dialog.ComposeEmailPanel
Returns the recipients.
getTodayLabel() - Method in class adams.gui.chooser.DatePanel.InternalView
This method initializes todayLabel
getToken() - Method in class adams.event.TokenEvent
Returns the token.
getTokenizers() - Method in class weka.core.tokenizers.MultiTokenizer
Returns the tokenizers to use.
getTol() - Method in class adams.data.instancesanalysis.pls.KernelPLS
Sets the inner NIPALS loop maximum number of iterations.
getTol() - Method in class adams.data.instancesanalysis.pls.NIPALS
Returns the inner NIPALS loop improvement tolerance.
getTol() - Method in class adams.data.instancesanalysis.pls.PRM
Returns the inner NIPALS loop improvement tolerance.
getTol() - Method in class adams.data.instancesanalysis.pls.SparsePLS
Returns the inner NIPALS loop improvement tolerance.
getTolerateHeaderChanges() - Method in class adams.data.instances.AbstractInstanceGenerator
Returns whether to tolerate header changes and merely re-generating the header instead of throwing an exception.
getTool() - Method in class adams.flow.standalone.Tool
Returns the tool in use.
getTool() - Method in class adams.flow.transformer.Tool
Returns the tool in use.
getTool() - Method in class adams.tools.RunTool
Returns the tool being used.
getToolBar() - Method in class adams.gui.core.ToolBarPanel
Returns the underlying toolbar.
getToolBarComponentAtIndex(int) - Method in class adams.gui.core.ToolBarPanel
Returns the component at the specified index.
getToolBarComponentCount() - Method in class adams.gui.core.ToolBarPanel
Returns the number of components in the toolbar.
getToolBarLocation() - Method in class adams.gui.core.ToolBarPanel
Returns the location of the toolbar.
getToolButtonColumns() - Method in class adams.flow.transformer.ImageSegmentationAnnotator
Returns the number of columns to use for the tool buttons.
getToolButtonColumns() - Method in class adams.gui.visualization.segmentation.SegmentationPanel
Returns the number of columns used for the tool buttons.
getTools() - Static method in class adams.tools.AbstractTool
Returns a list with classnames of tools.
getToolTipCustomizer() - Method in class adams.gui.core.MultiPagePane
Returns the currently set tool tip customizer.
getToolTipHidden() - Method in class adams.gui.core.OneTouchPanel
Returns the button tooltip in use when the content is hidden.
getToolTipMethod() - Method in class adams.core.option.AbstractOption
Returns the method for obtaining the tooltip.
getToolTips() - Method in class adams.gui.visualization.jfreechart.chart.AbstractChartGenerator
Returns whether the tool tips are displayed.
getToolTipsEnabled() - Method in class adams.gui.tools.wekainvestigator.tab.AssociateTab.HistoryPanel
Returns whether to show tool tips.
getToolTipsEnabled() - Method in class adams.gui.tools.wekainvestigator.tab.AttributeSelectionTab.HistoryPanel
Returns whether to show tool tips.
getToolTipsEnabled() - Method in class adams.gui.tools.wekainvestigator.tab.ClassifyTab.HistoryPanel
Returns whether to show tool tips.
getToolTipsEnabled() - Method in class adams.gui.tools.wekainvestigator.tab.ClusterTab.HistoryPanel
Returns whether to show tool tips.
getToolTipsEnabled() - Method in class adams.gui.tools.wekainvestigator.tab.ExperimentTab.HistoryPanel
Returns whether to show tool tips.
getToolTipText() - Method in class adams.gui.action.AbstractBaseAction
Returns the TipText in use for the action.
getToolTipText() - Method in interface adams.gui.action.BaseAction
Returns the TipText in use for the action.
getToolTipText() - Method in class adams.gui.core.FilterPanel
Returns the tool tip for the text field.
getToolTipText(SpreadSheetTable, boolean, boolean, int, int, Cell, String) - Method in class adams.gui.core.spreadsheettable.AbstractCellRenderingCustomizer
For customizing the tooltip text.
getToolTipText(SpreadSheetTable, boolean, boolean, int, int, Cell, String) - Method in interface adams.gui.core.spreadsheettable.CellRenderingCustomizer
For customizing the tooltip text.
getToolTipText(SpreadSheetTable, boolean, boolean, int, int, Cell, String) - Method in class adams.gui.core.spreadsheettable.DefaultCellRenderingCustomizer
For customizing the tooltip text.
getToolTipText(SpreadSheetTable, boolean, boolean, int, int, Cell, String) - Method in class adams.gui.core.spreadsheettable.MultiCellRenderingCustomizer
For customizing the tooltip text.
getToolTipText(MouseEvent) - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeVisualizationPanel
Returns "<nominal value> [<nominal value count>]" if displaying a bar plot and mouse is on some bar.
getToolTipText(MouseEvent) - Method in class adams.gui.visualization.core.plot.ContentPanel
Returns the values as tooltip.
getToolTipVisible() - Method in class adams.gui.core.OneTouchPanel
Returns the button tooltip in use when the content is visible.
getTooManyColumnsDefaultWidth() - Method in class adams.gui.core.BaseTable
Returns the default width to use if there are too many column to neither calculate the optimal column or header width.
getTop() - Method in class adams.data.image.transformer.crop.SimpleCrop
Returns the y of the top-left corner.
getTop() - Method in class adams.data.objectfinder.ObjectsInRegion
Returns the y of the top-left corner.
getTop() - Method in class adams.flow.transformer.CountObjectsInRegion
Returns the y of the top-left corner.
getTopComponent() - Method in class adams.gui.core.SplitPanelWithOptionalComponents
Returns the top component.
getTopK() - Method in class weka.classifiers.trees.XGBoost
Gets the number of top features to select when using the greedy or thrifty feature selector.
getTopLeft() - Method in interface adams.data.image.CropAlgorithm
Returns the top-left coordinates of the cropped image in the original image.
getTopLeft() - Method in class adams.data.image.transformer.crop.AbstractCropAlgorithm
Returns the top-left coordinates of the cropped image in the original image.
getTopLeft() - Method in class adams.flow.transformer.pixelselector.RectangleOverlay
Returns the top-left corner to paint.
getTopLeft() - Method in class adams.gui.event.ImagePanelSelectionEvent
Returns the top-left position.
getTopLevelMenu(JMenuItem) - Static method in class adams.gui.core.GUIHelper
Determines the top-level menu (the one sitting inside the JMenuBar) that is associated with a menu item.
getTopMargin() - Method in class adams.gui.visualization.core.axis.AbstractAxisModel
Returns the currently set top margin factor (>= 0.0).
getTopMargin() - Method in class adams.gui.visualization.core.AxisPanel
Returns the currently set top margin factor (>= 0.0).
getTopMargin() - Method in class adams.gui.visualization.core.AxisPanelOptions
Returns the currently set top margin factor (>= 0.0).
getToStringHook(Class) - Static method in class adams.core.option.OptionUtils
Returns the "toString" hook for the specified class.
getTotalSpace() - Method in class adams.core.io.PlaceholderFile
Returns the size of the partition named by this abstract pathname.
getTrace() - Method in class adams.gui.event.ImagePanelSelectionEvent
Returns the trace.
getTrackers() - Method in class adams.gui.visualization.core.MultiMouseMovementTracker
Returns the trackers to use.
getTrain() - Method in class adams.data.splitgenerator.generic.crossvalidation.FoldPair
Returns the training data.
getTrain() - Method in class adams.data.splitgenerator.generic.randomsplit.SplitPair
Returns the training data.
getTrain() - Method in class adams.flow.transformer.preparefilebaseddataset.Selected
Returns the index for the training set.
getTrain() - Method in class adams.flow.transformer.WekaClassifierRanker
Returns the name of the callable actor to obtain the training set.
getTrain() - Method in class adams.flow.transformer.WekaClassifierRanker.RankingJob
The training data.
getTrain() - Method in class adams.multiprocess.WekaCrossValidationJob
Returns the training set.
getTrain() - Method in class weka.classifiers.lazy.LWLDatasetBuilder
Returns the training data in use.
getTrainingSet(int) - Method in class weka.classifiers.meta.InputSmearing
Returns a training set for a particular iteration.
getTrainingSet(int, int) - Method in class weka.classifiers.meta.SubsetEnsemble
Gets a training set for a particular index.
getTrainingSet(int, int) - Method in class weka.classifiers.meta.VotedImbalance
Gets a training set for a particular index.
getTrainPercentage() - Method in class adams.flow.transformer.preparefilebaseddataset.TrainValidateTestSplit
Returns the split percentage for training.
getTrainSplitName() - Method in class adams.flow.transformer.indexedsplitsrunsevaluation.InstancesIndexedSplitsRunsEvaluation
Returns the name of the split to use for training.
getTrainSplitName() - Method in class adams.flow.transformer.indexedsplitsrunspredictions.InstancesIndexedSplitsRunsPredictions
Returns the name of the split to use for training.
getTransferData(DataFlavor) - Method in class adams.gui.core.BaseTreeNode
Returns an object which represents the data to be transferred.
getTransferData(DataFlavor) - Method in class adams.gui.core.DragAndDropTreeNodeCollection
Returns the nodes as transferable object in the requested flavor.
getTransferData(DataFlavor) - Method in class adams.gui.flow.tree.TransferableNestedList
Returns an object which represents the data to be transferred.
getTransferDataFlavors() - Method in class adams.gui.core.BaseTreeNode
Returns an array of DataFlavor objects indicating the flavors the data can be provided in.
getTransferDataFlavors() - Method in class adams.gui.core.DragAndDropTreeNodeCollection
Returns the supported flavors.
getTransferDataFlavors() - Method in class adams.gui.flow.tree.TransferableNestedList
Returns an array of DataFlavor objects indicating the flavors the data can be provided in.
getTransferJobCompleteListeners() - Method in class adams.multiprocess.AbstractMetaJobRunner
Returns whether to transfer the listeners to the actual job runner.
getTransferJobCompleteListeners() - Method in class adams.multiprocess.ScpJobRunner
Returns whether to transfer the listeners to the actual job runner.
getTransfers(Object, Object) - Static method in class adams.core.optiontransfer.AbstractOptionTransfer
Returns all the transfer schemes that can handle the provided source/target.
getTransferType() - Method in class adams.flow.transformer.NegativeRegions
Returns how to transfer the generated negative regions into the image.
getTransform() - Method in class adams.gui.print.PostscriptGraphics
 
getTransformAlgorithm() - Method in class adams.flow.transformer.BoofCVTransformer
Returns the transformer in use.
getTransformAlgorithm() - Method in class adams.flow.transformer.BufferedImageTransformer
Returns the transformer in use.
getTransformAlgorithm() - Method in class adams.flow.transformer.OpenCVTransformer
Returns the transformer in use.
getTransformations() - Static method in class adams.data.boofcv.transformer.AbstractBoofCVTransformer
Returns a list with classnames of transformations.
getTransformations() - Static method in class adams.data.image.transformer.AbstractBufferedImageTransformer
Returns a list with classnames of transformations.
getTransformations() - Static method in class adams.data.opencv.transformer.AbstractOpenCVTransformer
Returns a list with classnames of transformations.
getTransformedInstances() - Method in class weka.core.neighboursearch.TransformNNSearch
 
getTransformer() - Method in class adams.data.objectfilter.TransformMetaData
Returns the reference to the callable transformer.
getTransformer() - Method in class adams.flow.transformer.SpreadSheetTransformCells
Returns the reference to the callable transformer.
getTransformer() - Method in class adams.flow.transformer.SpreadSheetTransformHeaderCells
Returns the reference to the callable transformer.
getTransformers() - Method in class adams.data.boofcv.transformer.MultiTransformer
Returns the transformers in use.
getTransformers() - Method in class adams.data.image.transformer.MultiTransformer
Returns the transformers in use.
getTransformers() - Method in class adams.data.opencv.transformer.MultiTransformer
Returns the transformers in use.
getTraverser() - Method in class adams.flow.source.OptionTraverser
Returns the traverser to use.
getTraverser() - Method in class adams.flow.template.OptionTraverser
Returns the traverser to use.
getTree() - Method in class adams.flow.execution.debug.BreakpointPanel
Returns the tree.
getTree() - Method in class adams.flow.execution.debug.ControlPanel
Returns the tree, if available.
getTree() - Method in class adams.gui.core.dom.DOMTreeWithPreview
Returns the underlying tree.
getTree() - Method in class adams.gui.core.json.JsonTreeWithPreview
Returns the underlying tree.
getTree() - Method in class adams.gui.event.ActorChangeEvent
Returns the tree that triggered the event.
getTree() - Method in class adams.gui.event.NodeDroppedEvent
Returns the base tree that triggered the event.
getTree() - Method in class adams.gui.flow.FlowPanel
Returns the tree.
getTree() - Method in interface adams.gui.flow.FlowTreeHandler
Returns the tree.
getTree(Container) - Static method in class adams.gui.goe.FlowHelper
Tries to obtain the current flow editor tree.
getTreeAt(int) - Method in class adams.gui.flow.FlowMultiPagePane
Returns the tree at the specified position.
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class adams.gui.core.dom.DOMRenderer
For rendering the cell.
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class adams.gui.core.dotnotationtree.DotNotationRenderer
For rendering the cell.
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class adams.gui.core.json.JsonRenderer
For rendering the cell.
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class adams.gui.flow.tree.Renderer
For rendering the cell.
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class adams.gui.tools.NestedFormatViewerPanel.Renderer
For rendering the cell.
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class adams.gui.visualization.debug.objecttree.Renderer
For rendering the cell.
getTreeMethod() - Method in class weka.classifiers.trees.XGBoost
Gets the tree construction algorithm used in XGBoost.
getTreeModel() - Method in class adams.gui.core.dotnotationtree.DotNotationTree
Returns the model.
getTreeState(MouseEvent) - Method in class adams.gui.flow.tree.Tree
Returns the state to be used for the popup menu.
getTreeState(TreePath[], Node) - Method in class adams.gui.flow.tree.Tree
Returns the state to be used for the popup menu or keyboard shortcuts.
getTrials() - Method in class weka.classifiers.trees.RandomModelTrees
 
getTrigger() - Method in class adams.flow.control.flowrestart.NotificationManager
Returns the trigger in use.
getTrigger() - Method in class adams.flow.control.flowrestart.trigger.MetaCron
Returns the base trigger.
getTrigger() - Method in class adams.flow.control.flowrestart.TriggerManager
Returns the trigger in use.
getTriggerCount() - Method in class adams.flow.execution.debug.AbstractBreakpoint
Returns the number of times this breakpoint has been triggered.
getTriggerHandler() - Method in class adams.flow.control.flowrestart.trigger.AbstractTrigger
Returns the trigger handler.
getTriggers() - Method in class adams.flow.control.flowrestart.trigger.MultiTrigger
Returns the managed triggers.
getTrim() - Method in class adams.core.io.fileuse.LastLineMatches
Returns whether to trim the lines first before checking emptiness.
getTrim() - Method in class adams.data.io.input.AutoWidthTabularSpreadSheetReader
Returns whether to trim the cell content.
getTrim() - Method in class adams.data.io.input.CsvSpreadSheetReader
Returns whether to trim the cell content.
getTrim() - Method in class adams.data.io.input.FastCsvSpreadSheetReader
Returns whether to trim the cell content.
getTrim() - Method in class adams.data.io.input.FixedTabularSpreadSheetReader
Returns whether to trim the cell content.
getTrim() - Method in class adams.data.io.input.SimpleCsvSpreadSheetReader
Returns whether to trim the cell content.
getTrustManager() - Static method in class adams.core.net.SSLHelper
Returns the trust manager.
getTrustManagerFactory() - Method in interface adams.flow.core.TrustManagerFactoryProvider
Returns the TrustManagerFactory instance.
getTry() - Method in class adams.flow.control.TryCatch
Returns the try branch.
getTryHarder() - Method in class adams.data.barcode.decode.ZXing
Returns whether to try harder to find barcodes.
getTurnOffAbstaining() - Method in class weka.classifiers.meta.AbstainingClassifierWrapper
Returns whether abstaining of the base classifier is turned off.
getTweedieVariancePower() - Method in class weka.classifiers.trees.XGBoost
Gets the parameter that controls the variance of the Tweedie distribution.
getType() - Method in class adams.core.discovery.genetic.AbstractGeneticDoubleDiscoveryHandler
Returns the type.
getType() - Method in class adams.core.discovery.genetic.AbstractGeneticFloatDiscoveryHandler
Returns the type.
getType() - Method in class adams.core.discovery.genetic.AbstractGeneticIntegerDiscoveryHandler
Returns the type.
getType() - Method in class adams.core.discovery.PropertyPath.PathElement
Returns the type of path element this is.
getType() - Method in class adams.core.io.filechanged.AbstractMessageDigestBasedMonitor
Returns the type of digest to use.
getType() - Method in class adams.core.TechnicalInformation
returns the type of this technical information.
getType() - Method in class adams.data.boofcv.transformer.CannyEdgeDetection
Returns the type of output to generate.
getType() - Method in class adams.data.boofcv.transformer.ImageType
Returns the type of image to convert to.
getType() - Method in class adams.data.compare.DataContainer
Returns the type of comparison to perform.
getType() - Method in class adams.data.conversion.Base64ToByteArray
Returns the conversion to apply.
getType() - Method in class adams.data.conversion.Base64ToString
Returns the conversion to apply.
getType() - Method in class adams.data.conversion.ByteArrayToBase64
Returns the conversion to apply.
getType() - Method in class adams.data.conversion.ByteArrayToPrimitiveArray
Returns the type of primitive to generate.
getType() - Method in class adams.data.conversion.PrimitiveArrayToByteArray
Returns the type of primitive to convert.
getType() - Method in class adams.data.conversion.StringToBase64
Returns the conversion to apply.
getType() - Method in class adams.data.conversion.StringToJson
Returns the type of object to forward.
getType() - Method in class adams.data.filter.TimeseriesRound
Returns the type of rounding to perform.
getType() - Method in class adams.data.image.transformer.ImageType
Returns the type of image to convert to.
getType() - Method in enum adams.data.image.transformer.ImageType.Type
Returns the associated type.
getType() - Method in enum adams.data.image.transformer.Resize.ScalingType
Returns the Image constant associated with the enum.
getType() - Method in class adams.data.image.transformer.ThresholdReplacement
Returns the type of removal.
getType() - Method in enum adams.data.jai.ImageType
Returns the ImageMagick type.
getType() - Method in enum adams.data.jai.transformer.IndexedColors.ColorQuantizer
Returns the associated type.
getType() - Method in enum adams.data.matlab.ArrayElementType
Returns the associated class.
getType() - Method in class adams.data.objectfinder.Size
Returns what to apply the constraints to.
getType() - Method in enum adams.data.opencv.BorderType
Returns the border type.
getType() - Method in enum adams.data.opencv.InterpolationType
Returns the OpenCV type.
getType() - Method in enum adams.data.opencv.ThresholdType
Returns the OpenCV type.
getType() - Method in class adams.data.opencv.transformer.Resize
Returns the resize type.
getType() - Method in class adams.data.opencv.transformer.Threshold
Returns the type.
getType() - Method in class adams.data.spreadsheet.cellfinder.CellTypeRange
Returns the cell type to locate.
getType() - Method in class adams.db.LogEntry
Returns the type.
getType() - Method in class adams.db.LogEntryConditions
Returns the type used in the search.
getType() - Method in class adams.db.types.ColumnType
Returns the type.
getType() - Method in class adams.event.DatabaseConnectionChangeEvent
The type of event.
getType() - Method in class adams.event.FlowPauseStateEvent
Returns the type of event.
getType() - Method in class adams.event.FlowSetupStateEvent
Returns the type of event.
getType() - Method in class adams.event.StorageChangeEvent
Returns the type of the event.
getType() - Method in class adams.event.VariableChangeEvent
Returns the type of the event.
getType() - Method in class adams.flow.control.Injector
Returns the type of data to inject.
getType() - Method in class adams.flow.control.PlotProcessor
Returns the type of container to create.
getType() - Method in class adams.flow.sink.LargeObjectDbWriter
Returns the type to use.
getType() - Method in class adams.flow.source.CurrentTime
Returns the time type.
getType() - Method in class adams.flow.source.LargeObjectDbReader
Returns the type to use.
getType() - Method in class adams.flow.source.SelectDateTime
Returns the type of data to output.
getType() - Method in class adams.flow.source.SQLIdSupplier
Returns the type of IDs to generate.
getType() - Method in class adams.flow.source.valuedefinition.AbstractArrayValueDefinition
Returns the type of the value.
getType() - Method in class adams.flow.source.valuedefinition.AbstractGOEValueDefinition
Returns the type of the value.
getType() - Method in class adams.flow.source.valuedefinition.AbstractValueDefinition
Returns the type of the value.
getType() - Method in class adams.flow.source.valuedefinition.DefaultValueDefinition
Returns the type of the value.
getType() - Method in class adams.flow.source.valuedefinition.DirectoryValueDefinition
Returns the type of the value.
getType() - Method in class adams.flow.source.valuedefinition.EnumValueDefinition
Returns the type of the value.
getType() - Method in class adams.flow.source.valuedefinition.FileValueDefinition
Returns the type of the value.
getType() - Method in class adams.flow.source.valuedefinition.ListSelectionValueDefinition
Returns the type of the value.
getType() - Method in class adams.flow.source.valuedefinition.RegExpConstrainedStringDefinition
Returns the type of the value.
getType() - Method in class adams.flow.standalone.DeleteStorageValue
Returns how to determine storage items to delete.
getType() - Method in class adams.flow.standalone.DeleteVariable
Returns how to determine variables to delete.
getType() - Method in class adams.flow.transformer.AbstractDeleteReportValue
Returns the match type.
getType() - Method in class adams.flow.transformer.AccessDatabaseInfo
Returns the type of information to generate.
getType() - Method in class adams.flow.transformer.Copy
Returns the type of copy to perform.
getType() - Method in class adams.flow.transformer.DeleteStorageValue
Returns how to determine storage items to delete.
getType() - Method in class adams.flow.transformer.DeleteVariable
Returns how to determine variables to delete.
getType() - Method in class adams.flow.transformer.Diff
Returns the type of diff string to generate.
getType() - Method in class adams.flow.transformer.draw.Pixel
Returns the type of value to use.
getType() - Method in class adams.flow.transformer.FileInfo
Returns the type of information to generate.
getType() - Method in class adams.flow.transformer.ImageInfo
Returns the type of information to generate.
getType() - Method in class adams.flow.transformer.ImageObjectInfo
Returns the type of information to generate.
getType() - Method in class adams.flow.transformer.IndexedSplitsRunsEvaluation
Returns the type of source.
getType() - Method in class adams.flow.transformer.IndexedSplitsRunsPredictions
Returns the type of source.
getType() - Method in class adams.flow.transformer.JsonFileReader
Returns the type of the output to enforce.
getType() - Method in class adams.flow.transformer.MakePlotContainer
Returns the type of container to create.
getType() - Method in class adams.flow.transformer.Mat5ArrayInfo
Returns the type of information to generate.
getType() - Method in class adams.flow.transformer.Mat5FileInfo
Returns the type of information to generate.
getType() - Method in class adams.flow.transformer.Mat5StructInfo
Returns the type of information to generate.
getType() - Method in class adams.flow.transformer.MergeReport
Returns the type of source.
getType() - Method in class adams.flow.transformer.MessageDigest
Returns the type of digest to use.
getType() - Method in class adams.flow.transformer.PDFAppendDocument
Returns the type of data to use.
getType() - Method in class adams.flow.transformer.PDFInfo
Returns the type of information to generate.
getType() - Method in class adams.flow.transformer.SetImageObjectMetaData
Returns how to parse the value string.
getType() - Method in class adams.flow.transformer.SetJsonValue
Returns the type of source.
getType() - Method in class adams.flow.transformer.SetMapValue
Returns the type of source.
getType() - Method in class adams.flow.transformer.SpreadSheetExtractArray
Returns the type of extraction to perform.
getType() - Method in class adams.flow.transformer.SpreadSheetInfo
Returns the type of information to generate.
getType() - Method in class adams.flow.transformer.StringCut
Returns the type of cut to perform.
getType() - Method in class adams.flow.transformer.StringRangeCut
Returns the type of cut operation to perform.
getType() - Method in class adams.flow.transformer.TimeseriesInfo
Returns the type of information to generate.
getType() - Method in class adams.flow.transformer.WekaClassifierInfo
Returns the type of information to generate.
getType() - Method in enum adams.flow.transformer.wekaclassifiersetupprocessor.VotedPairs.VotingType
Returns the corresponding Vote type.
getType() - Method in class adams.flow.transformer.WekaClustererInfo
Returns the type of information to generate.
getType() - Method in class adams.flow.transformer.WekaEvaluationInfo
Returns the type of information to generate.
getType() - Method in class adams.flow.transformer.WekaExtractArray
Returns the type of extraction to perform.
getType() - Method in class adams.flow.transformer.WekaInstancesInfo
Returns the type of information to generate.
getType() - Method in class adams.flow.transformer.YamlFileReader
Returns the data structure type.
getType() - Method in class adams.gui.core.NumberTextField.NumberCheckModel
Returns the type of numbers being checked for.
getType() - Method in class adams.gui.event.ActorChangeEvent
Returns the type of event.
getType() - Method in class adams.gui.event.DataChangeEvent
Returns the type of event.
getType() - Method in class adams.gui.event.InstancesSortSetupEvent
Returns the event type.
getType() - Method in class adams.gui.event.RemoteControlCenterEvent
Returns the event type.
getType() - Method in class adams.gui.event.SortSetupEvent
Returns the event type.
getType() - Method in class adams.gui.event.SpreadSheetProcessorEvent
Returns the event type.
getType() - Method in class adams.gui.event.SqlQueryPanelEvent
Returns the event type.
getType() - Method in class adams.gui.event.TabVisibilityChangeEvent
Returns the type of event.
getType() - Method in class adams.gui.event.UndoEvent
Returns the type of event.
getType() - Method in class adams.gui.event.WekaInvestigatorDataEvent
Returns the type.
getType() - Method in class adams.gui.goe.AbstractFloatingPointNumberEditor
Returns the type of number to check for.
getType() - Method in class adams.gui.goe.DoubleEditor
Returns the type of number to check for.
getType() - Method in class adams.gui.goe.FloatEditor
Returns the type of number to check for.
getType() - Method in class adams.gui.print.BufferedImageBasedWriter
Returns the type of the image to create.
getType() - Method in class adams.gui.tools.ConsoleOutputAnalyzerPanel.ConsoleEntryFilter
Returns the exact type string.
getType() - Method in class adams.gui.tools.ConsoleOutputAnalyzerPanel.ConsoleOutputEntry
Returns the output type (ERR/OUT/DEBUG).
getType() - Method in class adams.gui.visualization.core.AxisPanel
Returns the type of axis.
getType() - Method in class adams.gui.visualization.core.AxisPanelOptions
Returns the type of the axis.
getType() - Method in class adams.gui.visualization.jfreechart.shape.Cross
Returns the type of the cross.
getType() - Method in class adams.gui.visualization.jfreechart.shape.Triangle
Returns the type of the triangle.
getType() - Method in class adams.parser.TimeAmount
Returns the type.
getType() - Method in class adams.scripting.command.basic.StopEngine
Returns the type of engine to stop.
getType() - Method in class weka.filters.unsupervised.attribute.NominalToNumeric
Returns the conversion type to use.
getType(int) - Method in class adams.data.featureconverter.HeaderDefinition
Returns the data type at the specified index.
getType(int) - Method in class adams.gui.visualization.instances.InstancesTableModel
returns the TYPE of the attribute at the given position
getType(int, int) - Method in class adams.gui.visualization.instances.InstancesTableModel
returns the TYPE of the attribute at the given position
getTypeAt(int) - Method in class adams.gui.tools.ExpressionWatchPanel.TableModel
Returns the type at the specified position.
getTypeColor(String) - Method in class adams.gui.visualization.image.AbstractObjectOverlayFromReport
Returns the color for the object type.
getTypeColor(String) - Method in class adams.gui.visualization.image.AbstractPointOverlayFromReport
Returns the color for the object type.
getTypeColor(String) - Method in class adams.gui.visualization.image.AbstractReportBasedOverlayHelper
Returns the color for the object type.
getTypeColor(String) - Method in interface adams.gui.visualization.image.TypeColorProvider
Returns the color for the object type.
getTypeColor(String) - Method in class adams.gui.visualization.object.overlay.AbstractObjectOverlayFromReport
Returns the color for the object type.
getTypeColor(String) - Method in class adams.gui.visualization.object.overlay.AbstractPointOverlayFromReport
Returns the color for the object type.
getTypeColorProvider() - Method in class adams.flow.transformer.draw.AbstractDrawObjectsFromReport
Returns the color provider to use for the types.
getTypeColorProvider() - Method in class adams.gui.tools.previewbrowser.CocoAnnotationsHandler
Returns the color provider to use for the types.
getTypeColorProvider() - Method in class adams.gui.tools.previewbrowser.DeepLabCutCSVHandler
Returns the color provider to use for the types.
getTypeColorProvider() - Method in class adams.gui.tools.previewbrowser.DetectronAnnotationsHandler
Returns the color provider to use for the types.
getTypeColorProvider() - Method in class adams.gui.tools.previewbrowser.ObjectCentersFromReport
Returns the color provider to use for the types.
getTypeColorProvider() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
Returns the color provider to use for the types.
getTypeColorProvider() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
Returns the color provider to use for the types.
getTypeColorProvider() - Method in class adams.gui.tools.previewbrowser.PointsFromReportHandler
Returns the color provider to use for the types.
getTypeColorProvider() - Method in class adams.gui.tools.previewbrowser.YoloAnnotationsHandler
Returns the color provider to use for the types.
getTypeColorProvider() - Method in class adams.gui.visualization.image.AbstractObjectOverlayFromReport
Returns the color provider to use for the types.
getTypeColorProvider() - Method in class adams.gui.visualization.image.AbstractPointOverlayFromReport
Returns the color provider to use for the types.
getTypeColorProvider() - Method in class adams.gui.visualization.image.AbstractReportBasedOverlayHelper
Returns the color provider to use for the types.
getTypeColorProvider() - Method in class adams.gui.visualization.object.overlay.AbstractObjectOverlayFromReport
Returns the color provider to use for the types.
getTypeColorProvider() - Method in class adams.gui.visualization.object.overlay.AbstractPointOverlayFromReport
Returns the color provider to use for the types.
getTypeColumn() - Method in class adams.data.conversion.SpreadSheetToCreateTableStatement
Returns the type column.
getTypeDescription(File) - Method in interface adams.gui.chooser.FileChooser
Returns the file type.
getTypeFind() - Method in class adams.data.objectfinder.ObjectsInPolygon
Returns the regular expression to apply to the type, ignored if no check.
getTypeFind() - Method in class adams.data.objectfinder.ObjectsInRegion
Returns the regular expression to apply to the type, ignored if no check.
getTypeFind() - Method in class adams.flow.transformer.CompareObjectTypes
Returns the regular expression to apply to the type, ignored if empty.
getTypeFind() - Method in class adams.flow.transformer.CountObjectsInPolygon
Returns the regular expression to apply to the type, ignored if no check.
getTypeFind() - Method in class adams.flow.transformer.CountObjectsInRegion
Returns the regular expression to apply to the type, ignored if no check.
getTypeFind() - Method in class adams.flow.transformer.MergeObjectLocations
Returns the regular expression to apply to the type, ignored if empty.
getTypeMapper() - Method in class adams.data.io.output.SqlDumpSpreadSheetWriter
Returns the type mapper in use.
getTypeMapper() - Method in class adams.data.spreadsheet.sql.Reader
Returns the type mapper in use.
getTypeMapper() - Method in class adams.data.spreadsheet.sql.Writer
Returns the type mapper in use.
getTypeMapper() - Method in class adams.flow.sink.SpreadSheetDbWriter
Returns the type mapper in use.
getTypeMapper() - Method in class adams.flow.source.AbstractDatabaseMetaData
Returns the type mapper in use.
getTypeMapper() - Method in class adams.flow.source.AbstractSpreadSheetDbReader
Returns the type mapper in use.
getTypeRegExp() - Method in class adams.flow.transformer.draw.AbstractDrawObjectsFromReport
Returns the regular expression that the types must match in order to get drawn.
getTypeRegExp() - Method in class adams.gui.tools.previewbrowser.AnnotationsAndPredictionsFromReport
Returns the regular expression that the types must match in order to get drawn.
getTypeRegExp() - Method in class adams.gui.tools.previewbrowser.CocoAnnotationsHandler
Returns the regular expression that the types must match in order to get drawn.
getTypeRegExp() - Method in class adams.gui.tools.previewbrowser.DeepLabCutCSVHandler
Returns the regular expression that the types must match in order to get drawn.
getTypeRegExp() - Method in class adams.gui.tools.previewbrowser.DetectronAnnotationsHandler
Returns the regular expression that the types must match in order to get drawn.
getTypeRegExp() - Method in class adams.gui.tools.previewbrowser.ObjectCentersFromReport
Returns the regular expression that the types must match in order to get drawn.
getTypeRegExp() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
Returns the regular expression that the types must match in order to get drawn.
getTypeRegExp() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
Returns the regular expression that the types must match in order to get drawn.
getTypeRegExp() - Method in class adams.gui.tools.previewbrowser.PointsFromReportHandler
Returns the regular expression that the types must match in order to get drawn.
getTypeRegExp() - Method in class adams.gui.visualization.image.AbstractObjectOverlayFromReport
Returns the regular expression that the types must match in order to get drawn.
getTypeRegExp() - Method in class adams.gui.visualization.image.AbstractPointOverlayFromReport
Returns the regular expression that the types must match in order to get drawn.
getTypeRegExp() - Method in class adams.gui.visualization.image.AbstractReportBasedOverlayHelper
Returns the regular expression that the types must match in order to get drawn.
getTypeRegExp() - Method in class adams.gui.visualization.object.objectannotations.colors.PerType
Returns the regular expression that the types must match in order to get drawn.
getTypeRegExp() - Method in class adams.gui.visualization.object.overlay.AbstractObjectOverlayFromReport
Returns the regular expression that the types must match in order to get drawn.
getTypeRegExp() - Method in class adams.gui.visualization.object.overlay.AbstractPointOverlayFromReport
Returns the regular expression that the types must match in order to get drawn.
getTypeReplace() - Method in class adams.flow.transformer.CompareObjectTypes
Returns the replacement string to use with the replacement regular expression.
getTypeReplace() - Method in class adams.flow.transformer.MergeObjectLocations
Returns the replacement string to use with the replacement regular expression.
getTypes() - Method in class adams.data.featureconverter.HeaderDefinition
Returns the data types.
getTypes() - Method in class adams.gui.tools.ConsoleOutputAnalyzerPanel.ConsoleOutput
Returns all available types in the data (sorted).
getTypes() - Method in class adams.gui.visualization.object.objectannotations.colors.TypeColorMapping
Returns the types/labels.
getTypes(AbstractDatabaseConnection) - Static method in class adams.db.JDBC
Returns the appropriate types.
getTypes(String) - Static method in class adams.db.JDBC
Returns the appropriate types.
getTypeSuffix() - Method in class adams.data.conversion.ObjectAnnotationsToImageSegmentationLayers
Returns the suffix to use for the types.
getTypeSuffix() - Method in class adams.data.objectfinder.ObjectsInPolygon
Returns the field suffix for the type used in the report (ignored if no check).
getTypeSuffix() - Method in class adams.data.objectfinder.ObjectsInRegion
Returns the field suffix for the type used in the report (ignored if no check).
getTypeSuffix() - Method in class adams.flow.transformer.CompareObjectTypes
Returns the field suffix for the type used in the report (ignored if empty).
getTypeSuffix() - Method in class adams.flow.transformer.CountObjectsInPolygon
Returns the field suffix for the type used in the report (ignored if no check).
getTypeSuffix() - Method in class adams.flow.transformer.CountObjectsInRegion
Returns the field suffix for the type used in the report (ignored if no check).
getTypeSuffix() - Method in class adams.flow.transformer.draw.AbstractDrawObjectsFromReport
Returns the suffix to use for the types.
getTypeSuffix() - Method in class adams.flow.transformer.MergeObjectLocations
Returns the field suffix for the type used in the report (ignored if empty).
getTypeSuffix() - Method in class adams.gui.tools.previewbrowser.AnnotationsAndPredictionsFromReport
Returns the suffix to use for the types.
getTypeSuffix() - Method in class adams.gui.tools.previewbrowser.DeepLabCutCSVHandler
Returns the suffix to use for the types.
getTypeSuffix() - Method in class adams.gui.tools.previewbrowser.DetectronAnnotationsHandler
Returns the suffix to use for the types.
getTypeSuffix() - Method in class adams.gui.tools.previewbrowser.ObjectCentersFromReport
Returns the suffix to use for the types.
getTypeSuffix() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
Returns the suffix to use for the types.
getTypeSuffix() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
Returns the suffix to use for the types.
getTypeSuffix() - Method in class adams.gui.tools.previewbrowser.PointsFromReportHandler
Returns the suffix to use for the types.
getTypeSuffix() - Method in class adams.gui.tools.previewbrowser.YoloAnnotationsHandler
Returns the suffix to use for the types.
getTypeSuffix() - Method in class adams.gui.visualization.image.AbstractObjectOverlayFromReport
Returns the suffix to use for the types.
getTypeSuffix() - Method in class adams.gui.visualization.image.AbstractPointOverlayFromReport
Returns the suffix to use for the types.
getTypeSuffix() - Method in class adams.gui.visualization.image.AbstractReportBasedOverlayHelper
Returns the suffix to use for the types.
getTypeSuffix() - Method in class adams.gui.visualization.object.overlay.AbstractObjectOverlayFromReport
Returns the suffix to use for the types.
getTypeSuffix() - Method in class adams.gui.visualization.object.overlay.AbstractPointOverlayFromReport
Returns the suffix to use for the types.
getUID(Class) - Static method in class adams.core.SerializationHelper
reads or creates the serialVersionUID for the given class.
getUID(String) - Static method in class adams.core.SerializationHelper
reads or creates the serialVersionUID for the given class.
getUISettingsApplied() - Method in class adams.gui.core.BaseDialog
Returns whether UI settings were applied.
getUISettingsApplied() - Method in class adams.gui.core.BaseFrame
Returns whether UI settings were applied.
getUISettingsPrefix() - Method in class adams.gui.core.BaseDialog
Returns the prefix for the UI settings.
getUISettingsPrefix() - Method in class adams.gui.core.BaseFrame
Returns the prefix for the UI settings.
getUncompressedInput() - Method in class adams.data.io.input.GnumericSpreadSheetReader
Returns whether input is uncompressed XML.
getUncompressedOutput() - Method in class adams.data.io.output.GnumericSpreadSheetWriter
Returns whether to output uncompressed XML.
getUndo() - Method in class adams.gui.core.ToolBarUndoPanel
Returns the current undo manager, can be null.
getUndo() - Method in interface adams.gui.core.UndoHandler
Returns the current undo manager, can be null.
getUndo() - Method in class adams.gui.core.UndoPanel
Returns the current undo manager, can be null.
getUndo() - Method in class adams.gui.event.UndoEvent
Returns the undo manager responsible for this event.
getUndo() - Method in class adams.gui.scripting.AbstractCommandProcessor
Returns the current undo manager, can be null.
getUndo() - Method in class adams.gui.scripting.AbstractUndoScriptlet
Returns the current undo manager, can be null.
getUndo() - Method in class adams.gui.tools.ImageProcessorPanel
Returns the current undo manager, can be null.
getUndo() - Method in class adams.gui.tools.wekainvestigator.data.AbstractDataContainer
Returns the current undo manager.
getUndo() - Method in class adams.gui.visualization.instance.InstancePanel
Returns the current undo manager, can be null.
getUndo() - Method in class adams.gui.visualization.object.ObjectAnnotationPanel
Returns the current undo manager, can be null.
getUndo() - Method in class adams.gui.visualization.segmentation.layer.LayerManager
Returns the current undo manager, can be null.
getUndo() - Method in class adams.gui.visualization.segmentation.SegmentationPanel
Returns the underlying undo handler.
getUndo() - Method in class adams.gui.visualization.sequence.XYSequencePanel
Returns the current undo manager, can be null.
getUndo() - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowPanel
Returns the current undo manager, can be null.
getUndoClass() - Method in class adams.gui.core.Undo
Returns the class this undo mechanism is for.
getUndoData() - Method in class adams.gui.tools.wekainvestigator.data.AbstractDataContainer
Returns the data to store in the undo.
getUndoData() - Method in class adams.gui.tools.wekainvestigator.data.DatabaseContainer
Returns the data to store in the undo.
getUndoData() - Method in class adams.gui.tools.wekainvestigator.data.DataGeneratorContainer
Returns the data to store in the undo.
getUndoData() - Method in class adams.gui.tools.wekainvestigator.data.FileContainer
Returns the data to store in the undo.
getUndoData() - Method in class adams.gui.tools.wekainvestigator.data.SpreadSheetContainer
Returns the data to store in the undo.
getUndoData() - Method in class adams.gui.tools.wekainvestigator.data.TextDirectoryLoaderContainer
Returns the data to store in the undo.
getUndoHandler() - Method in class adams.gui.visualization.instances.InstancesTable
Returns the undo handler in use.
getUndoHandler() - Method in class adams.gui.visualization.instances.InstancesTableModel
Returns the undo handler in use.
getUndoObject() - Method in class adams.gui.scripting.AbstractCommandProcessor
Returns the object that is to be used for the undo point.
getUndoObject() - Method in class adams.gui.scripting.CommandProcessor
Returns the object that is to be used for the undo point.
getUndoObject() - Method in class adams.gui.scripting.TimeseriesCommandProcessor
Returns the object that is to be used for the undo point.
getUndoPoint() - Method in class adams.gui.event.UndoEvent
Returns the undo point that was added to, removed from, etc.
getUnfoldFileArray() - Method in class adams.flow.template.IterateFilesWithProgressBar
Returns whether to flatten the file array.
getUnhandled() - Method in class adams.data.conversion.SpreadSheetToNumeric
Returns the replacement value for unhandled cell types.
getUnicode() - Method in class adams.core.base.BaseObject
Returns the underlying object as string with escaped unicode sequences.
getUnique() - Method in class adams.flow.transformer.Sort
Returns whether only unique entries are output.
getUnique() - Method in class adams.flow.transformer.SpreadSheetSort
Returns whether to drop duplicate rows during sort.
getUniqueID() - Method in interface adams.core.UniqueIDHandler
Returns the unique ID.
getUniqueID() - Method in class adams.data.container.AbstractDataContainer
Returns the unique ID.
getUniqueID() - Method in class adams.data.container.AbstractSimpleContainer
Returns the unique ID.
getUniqueID() - Method in class adams.flow.transformer.SpreadSheetMerge
Returns the attribute (string/numeric) to use for uniquely identifying rows.
getUniqueID() - Method in class adams.flow.transformer.spreadsheetmethodmerge.JoinOnID
Gets the name of the unique ID column that the merge is joining on.
getUniqueID() - Method in class adams.flow.transformer.wekadatasetsmerge.JoinOnID
Gets the name of the unique ID attribute that the merge is joining on.
getUniqueID() - Method in class adams.flow.transformer.WekaInstancesMerge
Returns the attribute (string/numeric) to use for uniquely identifying rows.
getUniqueName(HashSet<String>, String) - Method in interface adams.gui.visualization.container.NamedContainerManagerWithUniqueNames
Creates a unique name from of the given one, if necessary, testing against the specified names.
getUniqueName(HashSet<String>, String) - Method in class adams.gui.visualization.timeseries.TimeseriesContainerManager
Creates a unique ID from of the given one, if necessary, testing against the specified IDs.
getUnit() - Method in enum adams.core.ByteFormat.Unit
Returns the unit string.
getUnit() - Method in enum adams.core.MicroSecondFormat.Unit
Returns the unit string.
getUnit() - Method in enum adams.core.SecondFormat.Unit
Returns the unit string.
getUnknownCellStrings() - Method in class adams.data.io.input.ExcelStreamingSpreadSheetReader.SheetHandler
Returns the unknown cell strings that were encountered.
getUnknownCellStringsExamples() - Method in class adams.data.io.input.ExcelStreamingSpreadSheetReader.SheetHandler
Returns examples of the unknown cell strings that were encountered.
getUnknownCellTypes() - Method in class adams.data.io.input.ExcelStreamingSpreadSheetReader.SheetHandler
Returns the unknown cell types that were encountered.
getUnknownCellTypesExamples() - Method in class adams.data.io.input.ExcelStreamingSpreadSheetReader.SheetHandler
Returns examples of the unknown cell types that were encountered.
getUnlimitedRendering() - Method in class adams.data.conversion.TextRenderer
Returns whether to use unlimited rendering if possible.
getUnlimitedRendering() - Method in class adams.flow.transformer.TextRenderer
Returns whether to use unlimited rendering if possible.
getUnlimitedRendering() - Method in class adams.gui.visualization.debug.objectexport.PlainTextExporter
Returns whether to use unlimited rendering if possible.
getUnlimitedRendering() - Method in class adams.gui.visualization.debug.objectexport.RenderedPlainTextExporter
Returns whether to use unlimited rendering if possible.
getUnpruned() - Method in class weka.classifiers.trees.m5.M5Base2
Get whether unpruned tree/rules are being generated
getUnpruned() - Method in class weka.classifiers.trees.m5.Rule2
Get whether unpruned tree/rules are being generated
getUnselectedColumns(int[], int) - Method in class adams.data.weka.datasetsplitter.ColumnSplitter
Creates an int[] which contains the unselected columns.
getUnset() - Method in class adams.flow.transformer.ClassSelector
Returns whether to unset the class attribute.
getUnset() - Method in class adams.flow.transformer.WekaClassSelector
Returns whether to unset the class attribute.
getUnsortedModel() - Method in class adams.gui.core.SortableAndSearchableTable
returns the underlying model, can be null.
getUnsortedModel() - Method in class adams.gui.core.SortableAndSearchableTableWithButtons
Returns the underlying table model.
getUnsortedModel() - Method in class adams.gui.core.SortableAndSearchableWrapperTableModel
returns the underlying model, can be null.
getUnsortedModel() - Method in interface adams.gui.core.SortableTable
returns the underlying model, can be null.
getUnsortedModel() - Method in interface adams.gui.core.SortableTableModel
returns the underlying model, can be null.
getUnsuccessfulDir() - Method in class adams.flow.sink.SendRemoteCommand
Returns the directory to store the unsuccessful commands in.
getUp() - Method in class adams.gui.chooser.FileChooserBookmarksPanel.FileChooserBookmarksIconLoader
Returns the "up" icon.
getUpdateAnyType() - Method in class adams.flow.processor.ChangeDisplayType
Returns whether to replace any display type with the new one.
getUpdateContainerColor() - Method in class adams.gui.visualization.instance.ReportColorInstancePaintlet
Returns whether to update the container's color with the color determined by this paintlet.
getUpdateContainerColor() - Method in class adams.gui.visualization.timeseries.ReportColorTimeseriesPaintlet
Returns whether to update the container's color with the color determined by this paintlet.
getUpdatedToken() - Method in class adams.flow.sink.AbstractTextDisplayPanel
Returns a potentially updated token.
getUpdatedToken() - Method in class adams.flow.sink.ImageSegmentationViewer.ImageSegmentationViewerDisplayPanel
Generates a new token.
getUpdatedToken() - Method in class adams.flow.sink.ImageViewer.ImageViewerDisplayPanel
Generates a new token.
getUpdatedToken() - Method in class adams.flow.sink.SpreadSheetDisplay.SpreadSheetDisplayPanel
Returns a potentially updated token.
getUpdatedToken() - Method in interface adams.flow.sink.UpdateableDisplayPanel
Returns a potentially updated token.
getUpdateHeader() - Method in class weka.filters.unsupervised.instance.RemoveWithLabels
Returns whether to remove the labels also from the attribute definition.
getUpdateInterval() - Method in class adams.flow.execution.AbstractTimedFlowExecutionListenerWithTable
Returns the interval after which the GUI gets refreshed.
getUpdateInterval() - Method in interface adams.flow.execution.TimedFlowExecutionListener
Returns the interval after which to trigger, for instance, an update.
getUpdateInterval() - Method in class adams.flow.sink.sequenceplotter.NamedPlotUpdater
Returns the number of tokens after which the display is being updated.
getUpdateInterval() - Method in class adams.flow.sink.sequenceplotter.SimplePlotUpdater
Returns the number of tokens after which the display is being updated.
getUpdateInterval() - Method in class adams.flow.sink.timeseriesdisplay.SimplePlotUpdater
Returns the number of tokens after which the display is being updated.
getUpdateInterval() - Method in class adams.flow.standalone.Stopwatch
Returns the wait period before updating the display.
getUpdateInterval() - Method in class adams.gui.visualization.instance.SimpleInstancePanelUpdater
Returns the number of tokens after which the display is being updated.
getUpdateInterval() - Method in class adams.gui.visualization.spreadsheet.SimpleSpreadSheetRowPanelUpdater
Returns the number of tokens after which the display is being updated.
getUpdateNumThreads() - Method in class adams.flow.transformer.ExecuteJobs
Returns whether to update the number of threads (if possible).
getUpdateParentTitle() - Method in class adams.gui.dialog.TextDialog
Returns whether to update the parent's title.
getUpdateParentTitle() - Method in class adams.gui.dialog.TextPanel
Returns whether to update the parent's title.
getUpdater() - Method in class adams.flow.sink.SpreadSheetRowViewer
Returns the updater in use.
getUpdater() - Method in class adams.flow.sink.WekaInstanceViewer
Returns the updater in use.
getUpdater() - Method in class weka.classifiers.trees.XGBoost
Gets the choice of algorithm to fit the linear model.
getUpdateRelationName() - Method in class adams.flow.transformer.WekaMultiLabelSplitter
Returns whether to update the relation name with the new class attribute.
getUpdateSize() - Method in class adams.gui.goe.GenericObjectEditor
Returns whether to update the size.
getUpdateSize() - Method in class adams.gui.goe.GenericObjectEditor.GOEPanel
Returns whether to update the preferred size.
getUpdateType() - Method in class adams.flow.transformer.SetReportFromFile
Returns the report update type.
getUpdateType() - Method in class adams.flow.transformer.SetReportFromSource
Returns the report update type.
getUpdateType() - Method in class adams.flow.transformer.SetVariable
Returns how to update the variable.
getUpdateWait() - Method in class weka.classifiers.functions.FakeClassifier
Returns the time in msec to wait when calling updateClassifier.
getUpgraders() - Static method in class adams.db.upgrade.AbstractTableUpgrade
Returns a list with classnames of upgrade schemes.
getUpper() - Method in class adams.core.base.BaseInterval
Returns the upper bound.
getUpper() - Method in class adams.data.spc.Limits
Returns the upper limit.
getUpper() - Method in class adams.data.spreadsheet.filter.Normalize
Returns the upper bound in use.
getUpper() - Method in class adams.data.statistics.ArrayNormalizeRange
Returns the upper bound in use.
getUpper() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.Predictions
Returns the upper value to output.
getUpper() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.SamplePlot
Returns the upper value to output.
getUpperBound() - Method in class adams.core.option.AbstractNumericOption
Returns the lower bound for this option.
getUpperBound() - Method in class adams.data.distribution.Uniform
Returns the upper bound.
getUpperBound() - Method in class adams.gui.core.NumberTextField.BoundedNumberCheckModel
Returns the upper bound, if any.
getUpperBound() - Method in class adams.gui.goe.AbstractNumberEditor
Returns the optional upper bound.
getURL() - Method in class adams.core.option.DatabaseActorExecutionClassProducer
Returns the database URL.
getURL() - Method in class adams.db.AbstractDatabaseConnection
Returns the currently set database URL.
getURL() - Method in class adams.db.AbstractDatabaseObjectWithOptionHandling
Returns the database URL being used.
getURL() - Method in class adams.db.ConnectionParameters
Returns the URL.
getURL() - Method in interface adams.db.DatabaseConnectionParameterHandler
Returns the currently set database URL.
getURL() - Method in class adams.flow.sink.WekaDatabaseWriter
Returns the query to execute.
getURL() - Method in class adams.flow.source.HttpRequest
Returns the URL for the request.
getURL() - Method in class adams.flow.source.WekaDatabaseReader
Returns the query to execute.
getURL() - Method in class adams.flow.standalone.AbstractDatabaseConnection
Returns the database URL.
getURL() - Method in class adams.flow.transformer.HttpPostFile
Returns the URL for the request.
getURL() - Method in class adams.flow.transformer.HttpRequest
Returns the URL for the request.
getURL() - Method in class adams.flow.websocket.client.AbstractWebSocketClientGenerator
Returns the URL to connect to.
getURL() - Method in class adams.gui.menu.AbstractURLMenuItemDefinition
The URL to open in a browser.
getURL() - Method in class adams.gui.menu.Homepage
The URL to open in a browser.
getURL() - Method in class adams.run.RunDatabaseScheme
Returns the database URL being used.
getURLs() - Method in class adams.flow.source.URLSupplier
Returns the files to broadcast.
getUsableSpace() - Method in class adams.core.io.PlaceholderFile
Returns the number of bytes available to this virtual machine on the partition named by this abstract pathname.
getUseAbsoluteError() - Method in class adams.flow.transformer.AbstractWekaPredictionsTransformer
Returns whether to use an absolute error (ie no direction).
getUseAbsoluteError() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.FourInOnePlot
Returns whether to use an absolute error (ie no direction).
getUseAbsolutePath() - Method in interface adams.core.io.AbsolutePathSupporter
Returns whether to use absolute paths.
getUseAbsolutePath() - Method in class adams.flow.source.valuedefinition.DirectoryValueDefinition
Returns whether to use absolute paths.
getUseAbsolutePath() - Method in class adams.flow.source.valuedefinition.FileValueDefinition
Returns whether to use absolute paths.
getUseAbsolutePath() - Method in class adams.gui.chooser.DirectoryChooserPanel
Returns whether to use absolute paths.
getUseAbsolutePath() - Method in class adams.gui.chooser.FileChooserPanel
Returns whether to use absolute paths.
getUseAbsolutePosition() - Method in class adams.flow.transformer.pdfproclet.AbstractSpreadSheetPdfProclet
Returns whether absolute positioning is used (from bottom-left corner).
getUseAbsolutePosition() - Method in class adams.flow.transformer.pdfproclet.FixedText
Returns whether absolute positioning is used (from bottom-left corner).
getUseAbsolutePosition() - Method in class adams.flow.transformer.pdfproclet.Image
Returns whether absolute positioning is used (from bottom-left corner).
getUseAbsolutePosition() - Method in interface adams.flow.transformer.pdfproclet.PdfProcletWithOptionalAbsolutePosition
Returns whether absolute positioning is used.
getUseAbsolutePosition() - Method in class adams.flow.transformer.pdfproclet.PlainText
Returns whether absolute positioning is used (from bottom-left corner).
getUseAlternativeLocation() - Method in class adams.gui.tools.previewbrowser.CocoAnnotationsHandler.CombinedPanel
Returns whether the alternative location should be used.
getUseAlternativeLocation() - Method in class adams.gui.tools.previewbrowser.CocoAnnotationsHandler
Returns whether to use an alternative location for the reports.
getUseAlternativeLocation() - Method in class adams.gui.tools.previewbrowser.DeepLabCutCSVHandler.CombinedPanel
Returns whether the alternative location should be used.
getUseAlternativeLocation() - Method in class adams.gui.tools.previewbrowser.DeepLabCutCSVHandler
Returns whether to use an alternative location for the reports.
getUseAlternativeLocation() - Method in class adams.gui.tools.previewbrowser.ObjectCentersFromReport.CombinedPanel
Returns whether the alternative location should be used.
getUseAlternativeLocation() - Method in class adams.gui.tools.previewbrowser.ObjectCentersFromReport
Returns whether to use an alternative location for the reports.
getUseAlternativeLocation() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport.CombinedPanel
Returns whether the alternative location should be used.
getUseAlternativeLocation() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
Returns whether to use an alternative location for the reports.
getUseAlternativeLocation() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet.CombinedPanel
Returns whether the alternative location should be used.
getUseAlternativeLocation() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
Returns whether to use an alternative location for the reports.
getUseAlternativeLocation() - Method in class adams.gui.tools.previewbrowser.PointsFromReportHandler.CombinedPanel
Returns whether the alternative location should be used.
getUseAlternativeLocation() - Method in class adams.gui.tools.previewbrowser.PointsFromReportHandler
Returns whether to use an alternative location for the reports.
getUseAlternativeOutputDir() - Method in class adams.flow.transformer.AbstractSingleDecompress
Returns whether to use an alternative output directory.
getUseAlwaysFirstStats() - Method in class adams.data.statistics.ArrayStandardScores
Returns whether to always use the mean/stdev of the first array.
getUseAnchorAtPos() - Method in class adams.data.image.transformer.crop.RelativeCrop
Returns whether to place the anchor at the position or use it relative to image.
getUseBackgroundNegative() - Method in class adams.gui.core.spreadsheettable.AbstractColoredCellRenderingCustomizer
Returns whether to use the negative background color.
getUseBackgroundPositive() - Method in class adams.gui.core.spreadsheettable.AbstractColoredCellRenderingCustomizer
Returns whether to use the positive background color.
getUseBackslashes() - Method in class adams.data.io.input.SqlDumpSpreadSheetReader
Returns whether to use backslashes for escaping quotes rather than doubling them.
getUseBackslashes() - Method in class adams.data.io.output.SqlDumpSpreadSheetWriter
Returns whether to use backslashes for escaping quotes rather than doubling them.
getUseBaseParsing() - Method in class adams.data.conversion.StringToDateTimeType
Returns the date/time type to generate.
getUseBinaryMode() - Method in class adams.core.io.lister.FtpDirectoryLister
Returns whether binary mode is used.
getUseBinaryMode() - Method in class adams.flow.standalone.FTPConnection
Returns whether binary mode is used.
getUseBinaryMode() - Method in class adams.gui.chooser.FtpRemoteDirectorySetup
Returns whether binary mode is used.
getUseBinaryMode() - Method in class adams.scripting.connection.FTPConnection
Returns whether binary mode is used.
getUseBlanks() - Method in class adams.gui.scripting.SyntaxDocument
Returns whether blanks are used instead of tabs.
getUseButtons() - Method in class adams.flow.source.EnterValue
Returns whether to use buttons or a drop-down list for the selection values.
getUseButtons() - Method in class adams.flow.transformer.ImageLabeler
Returns whether to use buttons instead of drop-down list.
getUseColorsPerType() - Method in class adams.flow.transformer.draw.AbstractDrawObjectsFromReport
Returns whether to use colors per type.
getUseColorsPerType() - Method in class adams.gui.tools.previewbrowser.CocoAnnotationsHandler
Returns whether to use colors per type.
getUseColorsPerType() - Method in class adams.gui.tools.previewbrowser.DeepLabCutCSVHandler
Returns whether to use colors per type.
getUseColorsPerType() - Method in class adams.gui.tools.previewbrowser.DetectronAnnotationsHandler
Returns whether to use colors per type.
getUseColorsPerType() - Method in class adams.gui.tools.previewbrowser.ObjectCentersFromReport
Returns whether to use colors per type.
getUseColorsPerType() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
Returns whether to use colors per type.
getUseColorsPerType() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
Returns whether to use colors per type.
getUseColorsPerType() - Method in class adams.gui.tools.previewbrowser.PointsFromReportHandler
Returns whether to use colors per type.
getUseColorsPerType() - Method in class adams.gui.tools.previewbrowser.YoloAnnotationsHandler
Returns whether to use colors per type.
getUseColorsPerType() - Method in class adams.gui.visualization.image.AbstractObjectOverlayFromReport
Returns whether to use colors per type.
getUseColorsPerType() - Method in class adams.gui.visualization.image.AbstractPointOverlayFromReport
Returns whether to use colors per type.
getUseColorsPerType() - Method in class adams.gui.visualization.image.AbstractReportBasedOverlayHelper
Returns whether to use colors per type.
getUseColorsPerType() - Method in class adams.gui.visualization.object.overlay.AbstractObjectOverlayFromReport
Returns whether to use colors per type.
getUseColorsPerType() - Method in class adams.gui.visualization.object.overlay.AbstractPointOverlayFromReport
Returns whether to use colors per type.
getUseColumnNamesAsClassLabels() - Method in class adams.flow.transformer.WekaSpreadSheetToPredictions
Returns whether to use the names of the class distribution columns as labels in the fake evaluation.
getUseColumnNamesAsTitles() - Method in class adams.flow.sink.ActualVsPredictedPlot
Returns whether to use the column names as titles for the axes.
getUseCompact() - Method in class adams.data.io.output.DefaultFlowWriter
Returns whether to use compact format.
getUseComparator() - Method in class adams.flow.transformer.Sort
Returns whether to use a custom comparator for sorting.
getUseCompression() - Method in interface adams.data.CompressionSupporter
Returns whether compression is in use.
getUseCustomDimensions() - Method in class adams.gui.print.JComponentWriter
whether custom dimensions are to used for the size of the image.
getUseCustomHandler() - Method in class adams.flow.transformer.FindInFile
Returns whether to use the custom handler instead of auto-detected one.
getUseCustomLoader() - Method in class adams.flow.transformer.WekaFileReader
Returns whether a custom loader is used or not.
getUseCustomLoader() - Method in class adams.flow.transformer.WekaReorderAttributesToReference
Returns whether a custom loader is used or not.
getUseCustomLoader() - Method in class weka.filters.unsupervised.instance.AlignDataset
Returns whether to use a custom loader or automatic loading.
getUseCustomLoader() - Method in class weka.filters.unsupervised.instance.RemoveTestInstances
Returns whether to use a custom loader or automatic loading.
getUseCustomPaintlet() - Method in class adams.flow.sink.ActualVsPredictedPlot
Returns whether to use the custom paintlet.
getUseCustomPaintlet() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.ClassifierErrors
Returns whether to use the custom paintlet.
getUseCustomPreview() - Method in class adams.flow.sink.FilePreview
Returns whether to use a specific preview handler rather than trying to automatically determine handler..
getUseCustomPreview() - Method in class adams.flow.sink.ObjectPreview
Returns whether to use a specific preview handler rather than trying to automatically determine handler..
getUseCustomReader() - Method in class adams.flow.transformer.FlowFileReader
Returns whether to use a custom reader.
getUseCustomRenderer() - Method in class adams.data.conversion.TextRenderer
Returns whether to use a custom renderer.
getUseCustomRenderer() - Method in class adams.flow.sink.SimpleLogging
Returns whether to use a custom renderer instead of automatically determining it.
getUseCustomRenderer() - Method in class adams.flow.transformer.TextRenderer
Returns whether to use a custom renderer.
getUseCustomRenderer() - Method in class adams.gui.visualization.debug.objectexport.PlainTextExporter
Returns whether to use a custom renderer.
getUseCustomRenderer() - Method in class adams.gui.visualization.debug.objectexport.RenderedPlainTextExporter
Returns whether to use a custom renderer.
getUseCustomSaver() - Method in class adams.flow.sink.WekaFileWriter
Returns whether a custom saver is used or not.
getUseCustomTokens() - Method in class adams.flow.transformer.ConfirmationDialog
Returns whether custom string tokens are forwared instead of current one.
getUseCustomValues() - Method in class adams.flow.template.SimpleMenu
Returns whether to store the associate value in the variable rather than the choice string.
getUseCustomWriter() - Method in class adams.flow.sink.FlowFileWriter
Returns whether to use a custom writer.
getUseDefaultContext() - Method in interface adams.flow.core.SSLContextProvider
Returns whether to use the default SSL context.
getUseError() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.ClassifierErrors
Returns whether to use the error for the cross size.
getUseFilename() - Method in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment
Returns whether to use the filename (w/o path) instead of the relationname.
getUseFilename() - Method in interface adams.gui.tools.wekamultiexperimenter.experiment.ExperimentWithCustomizableRelationNames
Returns whether to use the filename (w/o path) instead of the relationname.
getUseFilename() - Method in class adams.gui.tools.wekamultiexperimenter.ExperimenterPanel
Returns whether to use the filename as relation name.
getUseFilename() - Method in class weka.experiment.ExtExperiment
Returns whether to use the filename (w/o path) instead of the relationname.
getUseFinder() - Method in class adams.flow.transformer.SpreadSheetSetCell
Returns whether to the value is set at the locations that the specified finder scheme determined.
getUseFirstColumnAsHeader() - Method in class adams.data.conversion.TransposeSpreadSheet
Returns whether to use the first column as new header.
getUseFixedContentHandler() - Method in class adams.gui.tools.previewbrowser.PreviewDisplay
Returns whether to use a fixed content handler.
getUseFixedContentHandler() - Method in class adams.gui.tools.PreviewBrowserPanel
Returns whether to use a fixed content handler.
getUseFixedMinMax() - Method in class adams.data.binning.algorithm.ManualBinning
Returns whether to use user-supplied min/max for bin calculation rather than obtain min/max from data.
getUseFixedMinMax() - Method in class adams.data.statistics.ArrayHistogram
Returns whether to use user-supplied min/max for bin calculation rather than obtain min/max from data.
getUseFixedMinMax() - Method in class adams.flow.transformer.ArrayHistogramRanges
Returns whether to use user-supplied min/max for bin calculation rather than obtain min/max from data.
getUseFixedMinMax() - Method in class adams.flow.transformer.SpreadSheetHistogramRanges
Returns whether to use user-supplied min/max for bin calculation rather than obtain min/max from data.
getUseFixedMinMax() - Method in class adams.flow.transformer.WekaInstancesHistogramRanges
Returns whether to use user-supplied min/max for bin calculation rather than obtain min/max from data.
getUseFixedRange() - Method in class adams.data.conversion.DoubleMatrixToBufferedImage
Returns whether to use a fixed range.
getUseFixedSize() - Method in class adams.gui.visualization.core.BackgroundImagePaintlet
Returns the image file to load.
getUseFlowFileVariable() - Method in class adams.flow.control.flowrestart.operation.RestartItself
Returns whether to just restart the flow or execute from file (ActorUtils.FLOW_FILENAME_LONG).
getUseFormat() - Method in class adams.data.conversion.IntToString
Returns whether to use the format string.
getUseFormat() - Method in class adams.data.conversion.LongToString
Returns whether to use the format string.
getUseForwardSlashes() - Method in interface adams.core.io.ForwardSlashSupporter
Returns whether to use forward slashes in the output.
getUseForwardSlashes() - Method in class adams.data.conversion.FileToString
Returns whether to use forward slashes in the output.
getUseForwardSlashes() - Method in class adams.data.conversion.ReplaceFileExtension
Returns whether to use forward slashes in the output.
getUseForwardSlashes() - Method in class adams.data.conversion.StringToValidFileName
Returns whether to use forward slashes in the output.
getUseForwardSlashes() - Method in class adams.flow.processor.ForwardSlashSwitch
Returns what to update the ForwardSlashSupporter objects to.
getUseForwardSlashes() - Method in class adams.flow.source.DirectoryLister
Returns whether to use forward slashes in the output.
getUseForwardSlashes() - Method in class adams.flow.source.DirectorySupplier
Returns whether to use forward slashes in the output.
getUseForwardSlashes() - Method in class adams.flow.source.FileSupplier
Returns whether to use forward slashes in the output.
getUseForwardSlashes() - Method in class adams.flow.source.FileSystemSearch
Returns whether to use forward slashes in the output.
getUseForwardSlashes() - Method in class adams.flow.source.SelectDirectory
Returns whether to use forward slashes in the output.
getUseForwardSlashes() - Method in class adams.flow.source.SelectFile
Returns whether to use forward slashes in the output.
getUseForwardSlashes() - Method in class adams.flow.source.valuedefinition.DefaultValueDefinition
Returns whether to use forward slashes in the output.
getUseForwardSlashes() - Method in class adams.flow.source.valuedefinition.DirectoryValueDefinition
Returns whether to use forward slashes in the output.
getUseForwardSlashes() - Method in class adams.flow.source.valuedefinition.FileValueDefinition
Returns whether to use forward slashes in the output.
getUseForwardSlashes() - Method in class adams.flow.transformer.AppendName
Returns whether to use forward slashes in the output.
getUseForwardSlashes() - Method in class adams.flow.transformer.DirName
Returns whether to use forward slashes in the output.
getUseForwardSlashes() - Method in class adams.flow.transformer.PrependDir
Returns whether to use forward slashes in the output.
getUseForwardSlashes() - Method in class adams.flow.transformer.RelativeDir
Returns whether to use forward slashes in the output.
getUseHeaderAsFirstColumn() - Method in class adams.data.conversion.TransposeSpreadSheet
Returns whether to use the current header as first column.
getUseIntegers() - Method in class adams.data.conversion.Point2DToString
Returns whether to use integers or doubles in the output.
getUseIntegers() - Method in class adams.data.conversion.QuadrilateralLocationToString
Returns whether to use integers or doubles in the output.
getUseLocalStorage() - Method in class adams.flow.control.LoadBalancer
Returns whether to use user local storage scope.
getUseLowerCase() - Method in class adams.flow.processor.ChangePath
Returns whether to lowercase the paths before matching.
getUseMedian() - Method in class adams.flow.transformer.wekaclusterer.ClusterCenters
Returns whether to use the median instead of the mean.
getUseMnemonicIndicators() - Method in class adams.gui.core.ParameterPanel
Returns whether to interpret "_" in the name as a mnemonic indicator (the next letter is to be used as mnemonic indicator).
getUseModelResetVariable() - Method in class adams.flow.transformer.AbstractProcessWekaInstanceWithModel
Returns the whether to use a variable to monitor for changes in order to reset the model.
getUseNative() - Method in class adams.flow.source.LookUp
Returns whether native objects are output rather than strings.
getUseNative() - Method in class adams.flow.source.LookUpTable
Returns whether native objects are output rather than strings.
getUseNative() - Method in class adams.flow.transformer.LookUp
Returns whether native objects are output rather than strings.
getUseNative() - Method in class adams.flow.transformer.LookUpAdd
Returns whether native objects are output rather than strings.
getUseNative() - Method in class adams.flow.transformer.LookUpInit
Returns whether native objects are output rather than strings.
getUseNative() - Method in class adams.flow.transformer.SpreadSheetExtractArray
Returns whether native objects are output rather than strings.
getUseNative() - Method in class adams.flow.transformer.SpreadSheetGetCell
Returns whether native objects are output rather than strings.
getUseNative() - Method in class adams.flow.transformer.SpreadSheetStorageRowIterator
Returns whether native objects are used rather than strings.
getUseNative() - Method in class adams.parser.LookUpUpdate
Returns whether native objects are output rather than strings.
getUseNormalized() - Method in class adams.data.io.input.ObjectLocationsSpreadSheetReader
Returns whether the coordinates/dimensions are interpreted as normalized (0-1) rather than absolute pixels.
getUseOneBasedIndex() - Method in class adams.flow.transformer.Max
Returns whether to return 1-based indices or 0-based ones.
getUseOneBasedIndex() - Method in class adams.flow.transformer.Min
Returns whether to return 1-based indices or 0-based ones.
getUseOnlyName() - Method in class adams.flow.transformer.preparefilebaseddataset.GroupedCrossValidation
Returns whether to use only the file name, not the path, in the grouping..
getUseOnlyName() - Method in class adams.flow.transformer.preparefilebaseddataset.GroupedTrainTestSplit
Returns whether to use only the file name, not the path, in the grouping..
getUseOnlyName() - Method in class adams.flow.transformer.preparefilebaseddataset.GroupedTrainValidateTestSplit
Returns whether to use only the file name, not the path, in the grouping..
getUseOriginalIndices() - Method in class adams.flow.transformer.AbstractWekaPredictionsTransformer
Returns whether to align with original data (requires: WekaEvaluationContainer as input and original indices in container).
getUseOtherObject() - Method in class adams.data.objectoverlap.AreaRatio
Returns whether to use/forward other object data.
getUseOtherObject() - Method in class adams.data.objectoverlap.IntersectOverUnionRatio
Returns whether to use/forward other object data.
getUseOtherObject() - Method in class adams.flow.transformer.ImageObjectOverlap
Returns whether to use/forward other object data.
getUseOtherObject() - Method in class adams.flow.transformer.IntersectOverUnion
Returns whether to use/forward other object data.
getUseOuterWindow() - Method in interface adams.flow.core.InteractiveActorWithCustomParentComponent
Returns whether to use the outer window as parent.
getUseOuterWindow() - Method in class adams.flow.source.AbstractInteractiveSource
Returns whether to use the outer window as parent.
getUseOuterWindow() - Method in class adams.flow.source.SelectFile
Returns whether to use the outer window as parent.
getUseOuterWindow() - Method in class adams.flow.source.WekaSelectDataset
Returns whether to use the outer window as parent.
getUseOuterWindow() - Method in class adams.flow.transformer.AbstractInteractiveTransformer
Returns whether to use the outer window as parent.
getUseParentHandlers() - Method in class adams.core.logging.Logger
Always false.
getUsePassiveMode() - Method in class adams.core.io.lister.FtpDirectoryLister
Returns whether passive mode is used.
getUsePassiveMode() - Method in class adams.flow.standalone.FTPConnection
Returns whether passive mode is used.
getUsePassiveMode() - Method in class adams.gui.chooser.FtpRemoteDirectorySetup
Returns whether passive mode is used.
getUsePassiveMode() - Method in class adams.scripting.connection.FTPConnection
Returns whether passive mode is used.
getUsePercentage() - Method in class adams.data.image.features.AbstractCountColor
Returns whether to output percentage instead of absolute count.
getUsePolygonFormat() - Method in class adams.data.io.input.YoloAnnotationsReportReader
Returns whether to use polygon format or bbox format.
getUsePolygonFormat() - Method in class adams.data.io.output.YoloAnnotationsReportWriter
Returns whether to use polygon format or bbox format.
getUsePrefix() - Method in class adams.flow.transformer.SpreadSheetMerge
Returns whether to use prefixes.
getUsePrefix() - Method in class adams.flow.transformer.WekaInstancesMerge
Returns whether to use prefixes.
getUseProbabilities() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.ConfusionMatrix
Returns whether to use probabilities instead of 0 and 1 for the counts.
getUsePropertyNames() - Method in class adams.core.option.AbstractOptionConsumer
Returns whether property names are used or just the command-line flags.
getUsePropertyNames() - Method in class adams.core.option.AbstractOptionProducer
Returns whether property names are used or just the command-line flags.
getUsePropertyNames() - Method in interface adams.core.option.OptionProducer
Returns whether property names are used or just the command-line flags.
getUser() - Method in class adams.core.io.lister.FtpDirectoryLister
Returns the FTP user name to use.
getUser() - Method in class adams.core.io.lister.SftpDirectoryLister
Returns the SSH user name to use.
getUser() - Method in class adams.core.io.lister.SmbDirectoryLister
Returns the SMB user name to use.
getUser() - Method in class adams.core.option.DatabaseActorExecutionClassProducer
Returns the database user.
getUser() - Method in class adams.db.AbstractDatabaseConnection
Returns the currently set database user.
getUser() - Method in class adams.db.AbstractDatabaseObjectWithOptionHandling
Returns the database user used for connecting.
getUser() - Method in class adams.db.ConnectionParameters
Returns the user.
getUser() - Method in interface adams.db.DatabaseConnectionParameterHandler
Returns the currently set database user.
getUser() - Method in class adams.flow.sink.WekaDatabaseWriter
Returns the database user.
getUser() - Method in class adams.flow.source.WekaDatabaseReader
Returns the database user.
getUser() - Method in class adams.flow.standalone.AbstractDatabaseConnection
Returns the database user.
getUser() - Method in class adams.flow.standalone.FTPConnection
Returns the FTP user name to use.
getUser() - Method in class adams.flow.standalone.SMBConnection
Returns the SMB user name to use.
getUser() - Method in class adams.flow.standalone.SMTPConnection
Returns the SMTP user name to use.
getUser() - Method in class adams.flow.standalone.SSHConnection
Returns the SSH user name to use.
getUser() - Method in class adams.gui.chooser.FtpRemoteDirectorySetup
Returns the FTP user name to use.
getUser() - Method in class adams.gui.chooser.SftpRemoteDirectorySetup
Returns the SSH user name to use.
getUser() - Method in class adams.gui.chooser.SmbRemoteDirectorySetup
Returns the SMB user name to use.
getUser() - Method in class adams.run.RunDatabaseScheme
Returns the database user used for connecting.
getUser() - Method in class adams.scripting.connection.AbstractSSHConnection
Returns the SSH user name to use.
getUser() - Method in class adams.scripting.connection.FTPConnection
Returns the FTP user name to use.
getUser(Proxy.Type) - Method in class adams.core.net.ProxyHelper
Returns the proxy user.
getUseRelationNameAsFilename() - Method in class adams.flow.sink.WekaFileWriter
Returns whether the relation name is used as filename.
getUseRelationNameAsFilename() - Method in class adams.flow.transformer.WekaInstanceDumper
Returns whether the relation name is used as filename.
getUseRelationNameAsTable() - Method in class adams.flow.sink.WekaDatabaseWriter
Returns whether to output single Instance objects or just one Instances object.
getUseRelative() - Method in class adams.flow.control.removeoutliers.IQR
Returns whether to use relative values (divided by actual) rather than absolute ones.
getUseRelative() - Method in class adams.flow.control.removeoutliers.StdDev
Returns whether to use relative values (divided by actual) rather than absolute ones.
getUseRelativePaths() - Method in class adams.core.io.lister.LocalDirectoryLister
Returns whether to output relative paths.
getUseRelativePaths() - Method in interface adams.core.io.lister.RelativeDirectoryLister
Returns whether to output relative paths.
getUseRelativePaths() - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearch
Returns whether to output relative paths.
getUseRelativePaths() - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearchWithComparator
Returns whether to output relative paths.
getUseRelativePaths() - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearchWithCustomSort
Returns whether to output relative paths.
getUseRelativePaths() - Method in class adams.flow.source.filesystemsearch.LocalFileSearch
Returns whether to output relative paths.
getUserID() - Static method in class adams.core.management.User
Returns the user's ID for *nix-like systems (id -u).
getUsermap() - Method in class adams.flow.source.RSync
 
getUserMode() - Method in class adams.core.option.CommandlineHelpProducer
Returns the user mode to generate the help for.
getUserMode() - Method in class adams.core.option.HtmlHelpProducer
Returns the user mode to generate the help for.
getUserMode() - Method in interface adams.core.option.UserModeSupporter
Returns the user mode.
getUserMode() - Method in class adams.doc.javadoc.Javadoc
Returns the user mode to pass on to the producer if that supports it.
getUserMode() - Method in class adams.doc.listing.OptionOutput
Returns the user mode to pass on to the producer if that supports it.
getUserMode() - Method in class adams.gui.application.AbstractApplicationFrame
Returns the current user mode - determines what menu entries are being displayed.
getUserMode() - Method in class adams.gui.application.AbstractMenuItemDefinition
Returns the user mode, which determines visibility as well.
getUserMode() - Method in class adams.gui.application.ApplicationMenu
Returns the current user mode, i.e., the visibility level of menu items.
getUserMode() - Method in class adams.gui.goe.GenericObjectEditor
Returns the user mode to use for displaying the properties.
getUserMode() - Method in class adams.gui.goe.GenericObjectEditor.GOEPanel
Returns the user mode.
getUserMode() - Method in class adams.gui.goe.GenericObjectEditorDialog
Returns the user mode.
getUserMode() - Method in class adams.gui.goe.GenericObjectEditorPanel
Returns the user mode.
getUserMode() - Method in class adams.gui.goe.PropertySheetPanel
Returns the user mode to use for displaying the properties.
getUserMode() - Method in class adams.gui.help.AdamsOptionHandlerHelpGenerator
Returns the user mode to use for displaying the properties.
getUserMode() - Method in class adams.gui.menu.About
Returns the user mode, which determines visibility as well.
getUserMode() - Method in class adams.gui.menu.AbstractClassifierBasedGeneticAlgorithmWizard
Returns the user mode, which determines visibility as well.
getUserMode() - Method in class adams.gui.menu.AbstractJDKMenuItemDefinition
Returns the user mode, which determines visibility as well.
getUserMode() - Method in class adams.gui.menu.AbstractSequenceViewer
Returns the user mode, which determines visibility as well.
getUserMode() - Method in class adams.gui.menu.ActorUsage
Returns the user mode, which determines visibility as well.
getUserMode() - Method in class adams.gui.menu.AntiAliasing
Returns the user mode, which determines visibility as well.
getUserMode() - Method in class adams.gui.menu.AppendDatasets
Returns the user mode, which determines visibility as well.
getUserMode() - Method in class adams.gui.menu.ArffViewer
Returns the user mode, which determines visibility as well.
getUserMode() - Method in class adams.gui.menu.BatchFilterDatasets
Returns the user mode, which determines visibility as well.
getUserMode() - Method in class adams.gui.menu.BayesNetEditor
Returns the user mode, which determines visibility as well.
getUserMode() - Method in class adams.gui.menu.BoundaryVisualizer
Returns the user mode, which determines visibility as well.
getUserMode() - Method in class adams.gui.menu.ClassHelp
Returns the user mode, which determines visibility as well.
getUserMode() - Method in class adams.gui.menu.ConfigureOptionHandler
Returns the user mode, which determines visibility as well.
getUserMode() - Method in class adams.gui.menu.ConnectToDatabases
Returns the user mode, which determines visibility as well.
getUserMode() - Method in class adams.gui.menu.ConsoleOutputAnalyzer
Returns the user mode, which determines visibility as well.
getUserMode() - Method in class adams.gui.menu.ConsoleWindow
Returns the user mode, which determines visibility as well.
getUserMode() - Method in class adams.gui.menu.ContainerNesting
Returns the user mode, which determines visibility as well.
getUserMode() - Method in class adams.gui.menu.CostCurve
Returns the user mode, which determines visibility as well.
getUserMode() - Method in class adams.gui.menu.DatasetCompatibility
Returns the user mode, which determines visibility as well.
getUserMode() - Method in class adams.gui.menu.DateTest
Returns the user mode, which determines visibility as well.
getUserMode() - Method in class adams.gui.menu.Diff
Returns the user mode, which determines visibility as well.
getUserMode() - Method in class adams.gui.menu.Documentation
Returns the user mode, which determines visibility as well.
getUserMode() - Method in class adams.gui.menu.EmailAddressBook
Returns the user mode, which determines visibility as well.
getUserMode() - Method in class adams.gui.menu.Experimenter
Returns the user mode, which determines visibility as well.
getUserMode() - Method in class adams.gui.menu.Explorer
Returns the user mode, which determines visibility as well.
getUserMode() - Method in class adams.gui.menu.FavoritesManagement
Returns the user mode, which determines visibility as well.
getUserMode() - Method in class adams.gui.menu.FileChooserBookmarksManagement
Returns the user mode, which determines visibility as well.
getUserMode() - Method in class adams.gui.menu.FileCommander
Returns the user mode, which determines visibility as well.
getUserMode() - Method in class adams.gui.menu.FileMonitor
Returns the user mode, which determines visibility as well.
getUserMode() - Method in class adams.gui.menu.FindClass
Returns the user mode, which determines visibility as well.
getUserMode() - Method in class adams.gui.menu.FindInFiles
Returns the user mode, which determines visibility as well.
getUserMode() - Method in class adams.gui.menu.FlowControlCenter
Returns the user mode, which determines visibility as well.
getUserMode() - Method in class adams.gui.menu.FlowEditor
Returns the user mode, which determines visibility as well.
getUserMode() - Method in class adams.gui.menu.FlowRunner
Returns the user mode, which determines visibility as well.
getUserMode() - Method in class adams.gui.menu.GarbageCollector
Returns the user mode, which determines visibility as well.
getUserMode() - Method in class adams.gui.menu.GraphVisualizer
Returns the user mode, which determines visibility as well.
getUserMode() - Method in class adams.gui.menu.GroovyConsole
Returns the user mode, which determines visibility as well.
getUserMode() - Method in class adams.gui.menu.Homepage
Returns the user mode, which determines visibility as well.
getUserMode() - Method in class adams.gui.menu.ImageProcessor
Returns the user mode, which determines visibility as well.
getUserMode() - Method in class adams.gui.menu.ImageViewer
Returns the user mode, which determines visibility as well.
getUserMode() - Method in class adams.gui.menu.InstanceCompare
Returns the user mode, which determines visibility as well.
getUserMode() - Method in class adams.gui.menu.InstanceExplorer
Returns the user mode, which determines visibility as well.
getUserMode() - Method in class adams.gui.menu.InstancesPlot
Returns the user mode, which determines visibility as well.
getUserMode() - Method in class adams.gui.menu.LogEntryDatabaseViewer
Returns the user mode, which determines visibility as well.
getUserMode() - Method in class adams.gui.menu.MakeCompatibleDatasets
Returns the user mode, which determines visibility as well.
getUserMode() - Method in class adams.gui.menu.MarginCurve
Returns the user mode, which determines visibility as well.
getUserMode() - Method in class adams.gui.menu.MemoryMonitor
Returns the user mode, which determines visibility as well.
getUserMode() - Method in class adams.gui.menu.MergeDatasets
Returns the user mode, which determines visibility as well.
getUserMode() - Method in class adams.gui.menu.MultiExplorer
Returns the user mode, which determines visibility as well.
getUserMode() - Method in class adams.gui.menu.NestedFormatViewer
Returns the user mode, which determines visibility as well.
getUserMode() - Method in class adams.gui.menu.OptionsConversion
Returns the user mode, which determines visibility as well.
getUserMode() - Method in class adams.gui.menu.OptionTree
Returns the user mode, which determines visibility as well.
getUserMode() - Method in class adams.gui.menu.PackageManager
Returns the user mode, which determines visibility as well.
getUserMode() - Method in class adams.gui.menu.PDFViewer
Returns the user mode, which determines visibility as well.
getUserMode() - Method in class adams.gui.menu.PlaceholderManagement
Returns the user mode, which determines visibility as well.
getUserMode() - Method in class adams.gui.menu.PlotAttributeVsAttribute
Returns the user mode, which determines visibility as well.
getUserMode() - Method in class adams.gui.menu.PlotPanelTest
Returns the user mode, which determines visibility as well.
getUserMode() - Method in class adams.gui.menu.Preferences
Returns the user mode, which determines visibility as well.
getUserMode() - Method in class adams.gui.menu.PrettyPrintJSON
Returns the user mode, which determines visibility as well.
getUserMode() - Method in class adams.gui.menu.PrettyPrintXML
Returns the user mode, which determines visibility as well.
getUserMode() - Method in class adams.gui.menu.PreviewBrowser
Returns the user mode, which determines visibility as well.
getUserMode() - Method in class adams.gui.menu.ProgramExit
Returns the user mode, which determines visibility as well.
getUserMode() - Method in class adams.gui.menu.ProgramLookAndFeel
Returns the user mode, which determines visibility as well.
getUserMode() - Method in class adams.gui.menu.ProgramRestart
Returns the user mode, which determines visibility as well.
getUserMode() - Method in class adams.gui.menu.ProgramRestartWithMoreHeap
Returns the user mode, which determines visibility as well.
getUserMode() - Method in class adams.gui.menu.ProgramUserMode
Returns the user mode, which determines visibility as well.
getUserMode() - Method in class adams.gui.menu.PropertiesViewer
Returns the user mode, which determines visibility as well.
getUserMode() - Method in class adams.gui.menu.RegExpTest
Returns the user mode, which determines visibility as well.
getUserMode() - Method in class adams.gui.menu.RemoteCommands
Returns the user mode, which determines visibility as well.
getUserMode() - Method in class adams.gui.menu.ROC
Returns the user mode, which determines visibility as well.
getUserMode() - Method in class adams.gui.menu.RunTool
Returns the user mode, which determines visibility as well.
getUserMode() - Method in class adams.gui.menu.ScriptingLog
Returns the user mode, which determines visibility as well.
getUserMode() - Method in class adams.gui.menu.SendErrorReport
Returns the user mode, which determines visibility as well.
getUserMode() - Method in class adams.gui.menu.SpreadSheetExplorer
Returns the user mode, which determines visibility as well.
getUserMode() - Method in class adams.gui.menu.SpreadSheetFileViewer
Returns the user mode, which determines visibility as well.
getUserMode() - Method in class adams.gui.menu.SpreadSheetProcessor
Returns the user mode, which determines visibility as well.
getUserMode() - Method in class adams.gui.menu.SqlViewer
Returns the user mode, which determines visibility as well.
getUserMode() - Method in class adams.gui.menu.SqlWorkbench
Returns the user mode, which determines visibility as well.
getUserMode() - Method in class adams.gui.menu.SSH
Returns the user mode, which determines visibility as well.
getUserMode() - Method in class adams.gui.menu.StringConversion
Returns the user mode, which determines visibility as well.
getUserMode() - Method in class adams.gui.menu.SystemInfo
Returns the user mode, which determines visibility as well.
getUserMode() - Method in class adams.gui.menu.SystemPerformance
Returns the user mode, which determines visibility as well.
getUserMode() - Method in class adams.gui.menu.TakeScreenshot
Returns the user mode, which determines visibility as well.
getUserMode() - Method in class adams.gui.menu.Telnet
Returns the user mode, which determines visibility as well.
getUserMode() - Method in class adams.gui.menu.Terminal
Returns the user mode, which determines visibility as well.
getUserMode() - Method in class adams.gui.menu.TextEditor
Returns the user mode, which determines visibility as well.
getUserMode() - Method in class adams.gui.menu.TimeseriesExplorer
Returns the user mode, which determines visibility as well.
getUserMode() - Method in class adams.gui.menu.TreeVisualizer
Returns the user mode, which determines visibility as well.
getUserMode() - Method in class adams.gui.menu.WekaCommandToCode
Returns the user mode, which determines visibility as well.
getUserMode() - Method in class adams.gui.menu.WekaInvestigator
Returns the user mode, which determines visibility as well.
getUserMode() - Method in class adams.gui.menu.WekaMultiExperimenter
Returns the user mode, which determines visibility as well.
getUserMode() - Method in class adams.gui.menu.WekaSimpleCLI
Returns the user mode, which determines visibility as well.
getUserMode() - Method in class adams.gui.menu.Workbench
Returns the user mode, which determines visibility as well.
getUserMode() - Method in class adams.gui.menu.XSLT
Returns the user mode, which determines visibility as well.
getUserMode(Container) - Static method in class adams.gui.core.UserModeUtils
Returns the user mode to apply.
getUseRowAttribute() - Method in class adams.tools.CompareDatasets
Returns whether to use the row attribute or the order in the datasets for matching up the rows.
getUseSaveDialog() - Method in class adams.gui.chooser.FileChooserPanel
Returns whether the save or open dialog is used.
getUseSaveDialog() - Method in class adams.gui.wizard.SelectFilePage
Returns whether the save or open dialog is used.
getUseSaveDialog() - Method in class adams.gui.wizard.WekaSelectDatasetPage
Returns whether the save or open dialog is used.
getUseSecondEvaluation() - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithmWithSecondEvaluation.ClassifierBasedGeneticAlgorithmWithSecondEvaluationJob
Returns the whether to use second evaluation.
getUseSecondEvaluation() - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithmWithSecondEvaluation
Returns whether to use the second evaluation.
getUseSeparateLayers() - Method in class adams.flow.sink.ImageSegmentationViewer
Returns whether to use separate layers or just one.
getUseSeparateLayers() - Method in class adams.flow.transformer.ImageSegmentationAnnotator
Returns whether to use separate layers or just one.
getUseSeparateLayers() - Method in class adams.gui.tools.previewbrowser.ImageSegmentationAnnotationsHandler
Returns whether to use separate layers or just one.
getUseSimpleHeader() - Method in class adams.flow.sink.SpreadSheetDisplay
Returns whether to use a simple table (and also suppress the combobox for jumping to a column).
getUseSimpleHeader() - Method in class adams.gui.core.SpreadSheetTable
Returns whether to display a simple header or an HTML one with the column indices.
getUseSimpleHeader() - Method in class adams.gui.core.SpreadSheetTableModel
Returns whether to display a simple header or an HTML one with the column indices.
getUseSimpleHeader() - Method in class adams.gui.core.SpreadSheetTableWithButtons
Returns whether to display a simple header or an HTML one with the column indices.
getUseSimpleHeader() - Method in class adams.gui.dialog.SpreadSheetPanel
Returns whether to display a simple header or an HTML one with the column indices.
getUseSSL() - Method in class adams.flow.standalone.SMTPConnection
Returns whether SSL is used.
getUseStars() - Method in class adams.doc.javadoc.Javadoc
whether the Javadoc is prefixed with "*".
getUseStorage() - Method in class adams.flow.control.SetContainerValue
Returns whether to use storage items or data from callable actors.
getUseStorage() - Method in class adams.flow.source.MakeContainer
Returns whether to use storage items or data from callable actors.
getUseStrings() - Method in class adams.data.conversion.MapToKeyValuePairs
Returns whether to output strings instead of BaseKeyValuePair.
getUseStrings() - Method in class adams.data.conversion.PropertiesToKeyValuePairs
Returns whether to output strings instead of BaseKeyValuePair.
getUseThread() - Method in class adams.gui.application.AbstractBasicMenuItemDefinition
Whether to use a simple runnable for launching or a separate thread.
getUseThread() - Method in class adams.gui.menu.PlotAttributeVsAttribute
Whether to use a simple runnable for launching or a separate thread.
getUseThread() - Method in class adams.gui.menu.SystemPerformance
Whether to use a runnable for launching.
getUseTimestampDirs() - Method in class adams.flow.transformer.AbstractDataProcessor
Returns whether files/dirs that are being processed get encapsulated in timestamp directories or not.
getUseTLS() - Method in class adams.flow.standalone.SMTPConnection
Returns whether TLS is used.
getUseTree() - Method in class weka.classifiers.trees.m5.Rule2
get whether an m5 tree is being used rather than rules
getUseUnsmoothed() - Method in class weka.classifiers.trees.m5.M5Base2
Get whether or not smoothing is being used
getUseViews() - Method in interface adams.data.weka.InstancesViewSupporter
Returns whether to use views.
getUseViews() - Method in class adams.flow.transformer.WekaCrossValidationEvaluator
Returns whether to use views instead of dataset copies, in order to conserve memory.
getUseViews() - Method in class adams.ml.evaluation.AbstractSplitGenerator
Returns whether to use views.
getUseViews() - Method in class adams.multiprocess.WekaCrossValidationExecution
Returns whether to use views instead of dataset copies, in order to conserve memory.
getUseViews() - Method in class weka.classifiers.AbstractSplitGenerator
Returns whether to use views.
getUseXY() - Method in class adams.data.conversion.RectangleToString
Returns whether the format 'x0 y0 x1 y1' is used instead of 'x y w h'.
getUseXY() - Method in class adams.data.conversion.StringToRectangle
Returns whether the format 'x0 y0 x1 y1' is used instead of 'x y w h'.
getValidatePercentage() - Method in class adams.flow.transformer.preparefilebaseddataset.TrainValidateTestSplit
Returns the split percentage for validation.
getValidating() - Method in class adams.core.io.filecomplete.XML
Returns whether a validating parser is used.
getValidating() - Method in class adams.data.conversion.XMLToDOM
Returns whether a validating parser is used.
getValidating() - Method in class adams.flow.transformer.XMLFileReader
Returns whether a validating parser is used.
getValidation() - Method in class adams.flow.transformer.preparefilebaseddataset.Selected
Returns the index for the validation set.
getValue() - Method in class adams.core.base.AbstractBaseString
Returns the current string value.
getValue() - Method in class adams.core.base.BaseBoolean
Returns the current string value.
getValue() - Method in class adams.core.base.BaseByte
Returns the current string value.
getValue() - Method in class adams.core.base.BaseCharacter
Returns the current string value.
getValue() - Method in class adams.core.base.BaseColor
Returns the current string value.
getValue() - Method in class adams.core.base.BaseDate
Returns the current string value.
getValue() - Method in class adams.core.base.BaseDateTime
Returns the current string value.
getValue() - Method in class adams.core.base.BaseDateTimeMsec
Returns the current string value.
getValue() - Method in class adams.core.base.BaseDouble
Returns the current string value.
getValue() - Method in class adams.core.base.BaseFloat
Returns the current string value.
getValue() - Method in class adams.core.base.BaseInteger
Returns the current string value.
getValue() - Method in class adams.core.base.BaseLong
Returns the current string value.
getValue() - Method in class adams.core.base.BaseObject
Returns the current string value.
getValue() - Method in class adams.core.base.BasePassword
Returns the current string value.
getValue() - Method in class adams.core.base.BaseShort
Returns the current string value.
getValue() - Method in class adams.core.base.BaseTime
Returns the current string value.
getValue() - Method in class adams.core.base.BaseTimeMsec
Returns the current string value.
getValue() - Method in class adams.core.base.BaseURI
Returns the current string value.
getValue() - Method in class adams.core.base.BaseURL
Returns the current string value.
getValue() - Method in class adams.data.binning.Binnable
Returns the value to use for the binning calculation.
getValue() - Method in class adams.data.io.output.PropertiesSpreadSheetWriter
Returns the column to act as value for properties.
getValue() - Method in class adams.data.objectfilter.AttachMetaData
Returns the meta-data value to add.
getValue() - Method in class adams.data.spreadsheet.rowfinder.ClosestNumericValue
Returns the value to get closest to.
getValue() - Method in class adams.data.timeseries.TimeseriesPoint
Returns the value.
getValue() - Method in class adams.flow.condition.bool.HashSet
Returns the (optional) value to look for in the hashset, takes precedence over the token passing through.
getValue() - Method in class adams.flow.condition.bool.HasVariableValue
Returns the value to compare against the variable value.
getValue() - Method in class adams.flow.condition.bool.InList
Returns the (optional) value to look for in the items, takes precedence over the token passing through.
getValue() - Method in class adams.flow.transformer.AbstractSetReportValue
Returns the value to set in the report.
getValue() - Method in class adams.flow.transformer.AddDOMAttribute
Returns the value of the attribute to add.
getValue() - Method in class adams.flow.transformer.exiftagoperation.ApacheCommonsExifTagWrite
Returns the value to store.
getValue() - Method in class adams.flow.transformer.generatefilebaseddataset.SimpleFileList
Returns the name of the container value to save.
getValue() - Method in class adams.flow.transformer.Mat5SetMatrixElement
Returns the value to set in the matrix.
getValue() - Method in class adams.flow.transformer.SetArrayElement
Returns the value to set in the array.
getValue() - Method in class adams.flow.transformer.SetImageObjectMetaData
Returns the value.
getValue() - Method in class adams.flow.transformer.SetJsonValue
Returns the value to set.
getValue() - Method in class adams.flow.transformer.SetMapValue
Returns the value to set.
getValue() - Method in class adams.flow.transformer.SetPlotContainerValue
Returns the value to use for updating.
getValue() - Method in class adams.flow.transformer.SetPropertyValue
Returns the value of the property to set.
getValue() - Method in class adams.flow.transformer.SetSystemProperty
Returns the value for the property.
getValue() - Method in class adams.flow.transformer.SpreadSheetInsertColumn
Returns the value to insert.
getValue() - Method in class adams.flow.transformer.SpreadSheetInsertRow
Returns the value to insert.
getValue() - Method in class adams.flow.transformer.SpreadSheetSetCell
Returns the value to set in the cell(s).
getValue() - Method in class adams.flow.transformer.SpreadSheetSetHeaderCell
Returns the value to set in the cell.
getValue() - Method in class adams.flow.transformer.StringInsert
Returns the value to insert.
getValue() - Method in class adams.flow.transformer.UpdateProperty
Returns the new value for the property.
getValue() - Method in class adams.flow.transformer.WekaSetInstancesValue
Returns the value to set in the report.
getValue() - Method in class adams.flow.transformer.WekaSetInstanceValue
Returns the value to set in the report.
getValue() - Method in class adams.gui.chooser.DatePanel.InternalCalendarModel
Part of SpinnerModel, year
getValue() - Method in class adams.gui.core.dom.DOMNode
Returns the value for this node.
getValue() - Method in class adams.gui.core.GUIHelper.AbstractInputPanel
Returns the value that the user entered (if any).
getValue() - Method in class adams.gui.core.GUIHelper.InputPanelWithButtons
Returns the value that the user entered (if any).
getValue() - Method in class adams.gui.core.GUIHelper.InputPanelWithComboBox
Returns the value that the user entered (if any).
getValue() - Method in class adams.gui.core.GUIHelper.InputPanelWithTextArea
Returns the value that the user entered (if any).
getValue() - Method in class adams.gui.core.json.JsonNode
Returns the value for this node.
getValue() - Method in class adams.gui.core.NumberTextField
Returns the current value.
getValue() - Method in class adams.gui.core.SortableAndSearchableWrapperTableModel.SortContainer
Returns the value to sort on.
getValue() - Method in class adams.gui.goe.BooleanEditor
Gets the property value.
getValue() - Method in class adams.gui.goe.ByteEditor
Gets the property value.
getValue() - Method in class adams.gui.goe.DoubleEditor
Gets the property value.
getValue() - Method in class adams.gui.goe.FloatEditor
Gets the property value.
getValue() - Method in class adams.gui.goe.GenericArrayEditor
Gets the current object array.
getValue() - Method in class adams.gui.goe.GenericObjectEditor
Gets the current Object.
getValue() - Method in class adams.gui.goe.InlineEditor
Gets the property value.
getValue() - Method in class adams.gui.goe.IntegerEditor
Gets the property value.
getValue() - Method in class adams.gui.goe.LongEditor
Gets the property value.
getValue() - Method in class adams.gui.goe.ShortEditor
Gets the property value.
getValue() - Method in class adams.gui.goe.StringEditor
Gets the property value.
getValue() - Method in class adams.gui.goe.TriStateEditor
Gets the property value.
getValue() - Method in class adams.gui.visualization.core.HorizontalIndicatorPaintlet
Returns the y-value the indicator to paint on.
getValue() - Method in class adams.gui.wizard.GenericObjectEditorPage
Returns the current object.
getValue(int) - Method in class adams.gui.visualization.debug.propertyextractor.AbstractPropertyExtractor
Returns the current value of the specified property.
getValue(int) - Method in class adams.gui.visualization.debug.propertyextractor.DefaultPropertyExtractor
Returns the current value of the specified property.
getValue(int) - Method in class adams.gui.visualization.debug.propertyextractor.Mat5ArrayPropertyExtractor
Returns the current value of the specified property.
getValue(int) - Method in class adams.gui.visualization.debug.propertyextractor.NotesPropertyExtractor
Returns the current value of the specified property.
getValue(int) - Method in class adams.gui.visualization.debug.propertyextractor.OptionHandlerPropertyExtractor
Returns the current value of the specified property.
getValue(int) - Method in class adams.gui.visualization.debug.propertyextractor.VariablesPropertyExtractor
Returns the current value of the specified property.
getValue(PropertyPath.PropertyContainer) - Method in class adams.core.discovery.genetic.AbstractGeneticDoubleDiscoveryHandlerResolution
Returns the double value from the property container.
getValue(PropertyPath.PropertyContainer) - Method in class adams.core.discovery.genetic.AbstractGeneticDoubleMatrixDiscoveryHandler
Returns the integer value from the property container.
getValue(PropertyPath.PropertyContainer) - Method in class adams.core.discovery.genetic.AbstractGeneticFloatDiscoveryHandlerResolution
Returns the float value from the property container.
getValue(PropertyPath.PropertyContainer) - Method in class adams.core.discovery.genetic.AbstractGeneticIntegerArrayDiscoveryHandler
Returns the integer value from the property container.
getValue(PropertyPath.PropertyContainer) - Method in class adams.core.discovery.genetic.AbstractGeneticIntegerDiscoveryHandler
Returns the integer value from the property container.
getValue(PropertyPath.PropertyContainer) - Method in class adams.core.discovery.genetic.AbstractGeneticStringDiscoveryHandler
Returns the string value from the property container.
getValue(PropertyPath.PropertyContainer) - Method in class adams.core.discovery.genetic.GenericDoubleResolution
Returns the double value from the property container.
getValue(PropertyPath.PropertyContainer) - Method in class adams.core.discovery.genetic.GenericFloatResolution
Returns the float value from the property container.
getValue(PropertyPath.PropertyContainer) - Method in class adams.core.discovery.genetic.GenericInteger
Returns the double value from the property container.
getValue(PropertyPath.PropertyContainer) - Method in class adams.core.discovery.genetic.GenericString
Returns the string value from the property container.
getValue(PropertyPath.PropertyContainer) - Method in class adams.core.discovery.genetic.GPDGamma
Returns the double value from the property container.
getValue(PropertyPath.PropertyContainer) - Method in class adams.core.discovery.genetic.GPDNoise
Returns the double value from the property container.
getValue(PropertyPath.PropertyContainer) - Method in class adams.core.discovery.genetic.PLSFilterNumComponents
Returns the integer value from the property container.
getValue(PropertyPath.PropertyContainer) - Method in class adams.core.discovery.genetic.SavitzkyGolay2NumPoints
Returns the integer value from the property container.
getValue(PropertyPath.PropertyContainer) - Method in class adams.core.discovery.genetic.SIMPLSWeightsMatrix
Returns the matrix value from the property container.
getValue(TechnicalInformation.Field) - Method in class adams.core.TechnicalInformation
returns the value associated with the given field, or empty if field is not currently stored.
getValue(DataPoint) - Method in class adams.data.filter.AbstractFastWavelet
Returns the X-value of the DataPoint.
getValue(DataPoint) - Method in class adams.data.filter.AbstractFFT
Returns the Y-value of the DataPoint.
getValue(DataPoint) - Method in class adams.data.filter.AbstractSavitzkyGolay
Returns the X-value of the DataPoint.
getValue(DataPoint) - Method in class adams.data.filter.AbstractSimpleSavitzkyGolay
Returns the Y-value of the point.
getValue(DataPoint) - Method in class adams.data.filter.TimeseriesFastWavelet
Returns the X-value of the DataPoint.
getValue(DataPoint) - Method in class adams.data.filter.TimeseriesFFT
Returns the Y-value of the DataPoint.
getValue(DataPoint) - Method in class adams.data.filter.TimeseriesSavitzkyGolay
Returns the X-value of the DataPoint.
getValue(DataPoint) - Method in class adams.data.smoothing.AbstractSlidingWindow
Returns the X-value of the data point.
getValue(DataPoint) - Method in class adams.data.smoothing.TimeseriesSlidingWindow
Returns the X-value of the data point.
getValue(AbstractField) - Method in class adams.data.report.Report
Get parameter value, or null if not available.
getValue(DataRow, int) - Method in class adams.flow.transformer.spreadsheetmethodmerge.AbstractMerge
Gets the value of the specified column from the given row.
getValue(SpreadSheet, Row, int) - Method in class adams.data.conversion.AbstractSpreadSheetToMatrix
Returns the cell value at the specified location.
getValue(SpreadSheet, Row, int) - Method in class adams.data.conversion.SpreadSheetToDoubleMatrix
Returns the cell value at the specified location.
getValue(SpreadSheet, Row, int) - Method in class adams.data.conversion.SpreadSheetToStringMatrix
Returns the cell value at the specified location.
getValue(StorageName) - Method in class adams.flow.control.SetContainerValue
Returns the value obtained from the callable actor.
getValue(StorageName) - Method in class adams.flow.source.MakeContainer
Returns the value obtained from the callable actor.
getValue(CallableActorReference) - Method in class adams.flow.control.SetContainerValue
Returns the value obtained from the callable actor.
getValue(CallableActorReference) - Method in class adams.flow.source.MakeContainer
Returns the value obtained from the callable actor.
getValue(PropertyEditor) - Method in class adams.gui.goe.AbstractGenericObjectEditorHandler
Returns the value currently being edited.
getValue(PropertyEditor) - Method in class adams.gui.goe.AdamsGenericObjectEditorHandler
Returns the value currently being edited.
getValue(PropertyEditor) - Method in class adams.gui.goe.DefaultGenericObjectEditorHandler
Returns the value currently being edited.
getValue(PropertyEditor) - Method in class adams.gui.goe.WekaGenericObjectEditorHandler
Returns the value currently being edited.
getValue(Number) - Method in class adams.gui.core.NumberTextField
Returns the current value.
getValue(Object, PropertyPath.Path, MessageCollection) - Static method in class adams.core.discovery.PropertyPath
returns the value specified by the given path from the object.
getValue(Object, String, MessageCollection) - Static method in class adams.core.discovery.PropertyPath
returns the value specified by the given path from the object.
getValue(String) - Method in class adams.flow.container.AbstractContainer
Returns the value associated with the given name.
getValue(String) - Method in interface adams.flow.container.Container
Returns the value associated with the given name.
getValue(String, Class<T>) - Method in class adams.flow.container.AbstractContainer
Returns the value associated with the given name.
getValue(String, Class<T>) - Method in interface adams.flow.container.Container
Returns the value associated with the given name.
getValue(ResultSet, int, int) - Method in class adams.db.Sequences
Returns the value at the specified index.
getValue(Map, String, Object) - Method in class weka.gui.explorer.AbstractExplorerPanelHandler
Returns the specified default value if the map doesn't contain a value for the specified key.
getValue(Evaluation, EvaluationStatistic, int) - Static method in class adams.flow.core.EvaluationHelper
Returns a statistical value from the evaluation object.
getValue(Instance, int) - Method in class adams.flow.transformer.wekadatasetsmerge.AbstractMerge
Gets the value of the specified attribute from the given Instance.
getValueAt(int) - Method in class adams.gui.core.KeyValuePairTableModel
Returns the value at the given position.
getValueAt(int, int) - Method in class adams.flow.execution.debug.BreakpointTableModel
Returns the cell value at the specified location.
getValueAt(int, int) - Method in class adams.gui.chooser.DatePanel.InternalCalendarModel
Part of TableModel, day
getValueAt(int, int) - Method in class adams.gui.core.BaseTableWithButtons
Returns the cell value at row and column.
getValueAt(int, int) - Method in class adams.gui.core.CheckableTableModel
Returns the value at the given position.
getValueAt(int, int) - Method in class adams.gui.core.FileWrapperTableModel
Returns the value at the specified location.
getValueAt(int, int) - Method in class adams.gui.core.KeyValuePairTableModel
Returns the value at the given position.
getValueAt(int, int) - Method in class adams.gui.core.ResultSetTableModel
Returns the value for the cell at columnIndex and rowIndex.
getValueAt(int, int) - Method in class adams.gui.core.SortableAndSearchableTableWithButtons
Returns the cell value at row and column.
getValueAt(int, int) - Method in class adams.gui.core.SortableAndSearchableWrapperTableModel
Returns the value for the cell at columnIndex and rowIndex.
getValueAt(int, int) - Method in class adams.gui.core.SpreadSheetTableModel
Returns the value for the cell at columnIndex and rowIndex.
getValueAt(int, int) - Method in class adams.gui.flow.setup.FlowSetupTableModel
Returns the cell value at the specified location.
getValueAt(int, int) - Method in class adams.gui.selection.FieldCacheTableModel
Returns the field at the given position.
getValueAt(int, int) - Method in class adams.gui.selection.SelectEmailAddressPanel.TableModel
Returns the substance value at the given position.
getValueAt(int, int) - Method in class adams.gui.tools.AbstractManagementTableModel
Returns the Object at the given position.
getValueAt(int, int) - Method in class adams.gui.tools.EmailAddressBookPanel.TableModel
Returns the substance value at the given position.
getValueAt(int, int) - Method in class adams.gui.tools.ExpressionWatchPanel.TableModel
Returns the value at the specified position.
getValueAt(int, int) - Method in class adams.gui.tools.FileChooserBookmarksManagementPanel.TableModel
Returns the substance value at the given position.
getValueAt(int, int) - Method in class adams.gui.tools.LogEntryViewerTableModel
Returns the value at the given position.
getValueAt(int, int) - Method in class adams.gui.tools.PlaceholderManagementPanel.PlaceholderTableModel
Returns the cell value.
getValueAt(int, int) - Method in class adams.gui.tools.VariableManagementPanel.VariableTableModel
Returns the cell value.
getValueAt(int, int) - Method in class adams.gui.tools.wekainvestigator.datatable.DataTableModel
Returns the value at the specified position.
getValueAt(int, int) - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeSelectionPanel.AttributeTableModel
Gets a table cell
getValueAt(int, int) - Method in class adams.gui.visualization.container.ContainerModel
Returns the value at the specified position.
getValueAt(int, int) - Method in class adams.gui.visualization.debug.StoragePanel.TableModel
Returns the value at the specified position.
getValueAt(int, int) - Method in class adams.gui.visualization.image.LocatedObjectsTableModel
Returns the value for the cell at columnIndex and rowIndex.
getValueAt(int, int) - Method in class adams.gui.visualization.instance.InstanceTableModel
Returns the value at the given position.
getValueAt(int, int) - Method in class adams.gui.visualization.instances.InstancesTableModel
returns the value for the cell at columnindex and rowIndex
getValueAt(int, int) - Method in class adams.gui.visualization.report.ReportFactory.Model
Returns the value at the given position.
getValueAt(int, int) - Method in class adams.gui.visualization.sequence.XYSequenceTable.Model
Returns the value at the given position.
getValueAt(int, int) - Method in class adams.gui.visualization.statistics.InformativeStatisticFactory.Model
Returns the value at the given position.
getValueAt(int, String) - Method in class adams.gui.core.ResultSetTableModel
Returns the value for the cell row rowIndex and from the column named columnName.
getValueAt(XYSequencePoint, int) - Method in class adams.gui.visualization.sequence.XYSequenceTable.Model
Returns the value at the specified column for a sequence point.
getValueAttribute() - Method in class adams.data.conversion.WekaInstancesToTimeseries
Returns the index of the attribute with the timeseries values.
getValueBasedBackground() - Method in class adams.flow.transformer.pdfproclet.ConfusionMatrix
Returns whether to color in backgrounds based on their values.
getValueBasedBackground() - Method in class adams.gui.core.spreadsheettable.ConfusionMatrixCellRenderingCustomizer
Returns whether to color in backgrounds based on their values.
getValueColumn() - Method in class adams.data.conversion.SpreadSheetToMap
Returns the value column.
getValueColumn() - Method in class adams.data.conversion.SpreadSheetToTimeseries
Returns the index of the column with the timeseries values.
getValueColumn() - Method in class adams.flow.transformer.LookUpAdd
Returns the index of the column to act as value in the lookup table.
getValueColumn() - Method in class adams.flow.transformer.LookUpInit
Returns the index of the column to act as value in the lookup table.
getValueColumn() - Method in class adams.flow.transformer.LookUpUpdate
Returns the index of the column to act as value in the lookup table.
getValueColumn() - Method in class adams.parser.LookUpUpdate
Returns the index of the column to act as value in the lookup table.
getValueContainsPlaceholder() - Method in class adams.flow.transformer.SpreadSheetInsertColumn
Returns whether the vaue string contains a placeholder which needs to be expanded first.
getValueContainsPlaceholder() - Method in class adams.flow.transformer.SpreadSheetInsertRow
Returns whether the vaue string contains a placeholder which needs to be expanded first.
getValueContainsPlaceholder() - Method in class adams.flow.transformer.StringInsert
Returns whether the vaue string contains a placeholder which needs to be expanded first.
getValueContainsVariable() - Method in class adams.flow.transformer.SpreadSheetInsertColumn
Returns whether the value string contains a variable which needs to be expanded first.
getValueContainsVariable() - Method in class adams.flow.transformer.SpreadSheetInsertRow
Returns whether the value string contains a variable which needs to be expanded first.
getValueContainsVariable() - Method in class adams.flow.transformer.StringInsert
Returns whether the value string contains a variable which needs to be expanded first.
getValueConversion() - Method in class adams.flow.transformer.LookUpAdd
Returns the conversion to apply to the value before storing it.
getValueEnsureEqual(int[], List<AbstractMerge.SourceColumn>) - Method in class adams.flow.transformer.spreadsheetmethodmerge.AbstractMerge
Gets the value of the mapped column, ensuring that all possible sources either provide a missing value or the same value as each other.
getValueEnsureEqual(int[], List<AbstractMerge.SourceAttribute>) - Method in class adams.flow.transformer.wekadatasetsmerge.AbstractMerge
Gets the value of the mapped attribute, ensuring that all possible sources either provide a missing value or the same value as each other.
getValueFalse() - Method in class adams.flow.transformer.FileInfo
Returns the string to output if query evaluates to "false'.
getValueFirstAvailable(int[], List<AbstractMerge.SourceColumn>) - Method in class adams.flow.transformer.spreadsheetmethodmerge.AbstractMerge
Gets the first encountered source value for a merged column.
getValueFirstAvailable(int[], List<AbstractMerge.SourceAttribute>) - Method in class adams.flow.transformer.wekadatasetsmerge.AbstractMerge
Gets the first encountered source value for a merged attribute.
getValueForComparison(int, int) - Method in class adams.gui.core.SortableAndSearchableWrapperTableModel
Returns the value used in the comparison.
getValueName() - Method in class adams.flow.control.ContainerValuePicker
Returns the name of the value to tee off.
getValueName() - Method in class adams.flow.control.SetContainerValue
Returns the name to store the value under in the container.
getValueNames() - Method in class adams.flow.source.MakeContainer
Returns the names to store the values under in the container.
getValueOfHook(Class) - Static method in class adams.core.option.OptionUtils
Returns the "valueOf" hook for the specified class.
getValues() - Method in class adams.data.io.output.OpenCVImageWriter
Returns the values corresponding with the flags.
getValues() - Method in class adams.data.statistics.Percentile
Returns the currently stored values.
getValues() - Method in class adams.flow.source.EnterManyValues
Returns the value definitions.
getValues() - Method in class adams.flow.source.valuedefinition.ListSelectionValueDefinition
Returns the available list items to choose from.
getValues() - Method in class adams.flow.template.PromptUser
Returns the value definitions.
getValues() - Method in class adams.flow.template.SimpleMenu
Returns the associated value strings.
getValues() - Method in class adams.gui.goe.MultiLineValueDialog
Returns the entered values (removes empty lines).
getValues() - Method in class adams.gui.selection.AbstractFieldCacheItem
Returns the cached values.
getValues() - Method in class adams.gui.visualization.report.reportfactory.AbstractTableAction
Returns the currently selected values in the table.
getValues(FieldType) - Method in class adams.gui.selection.AbstractFieldCacheItem
Returns the cached values for the specified field type.
getValues(FieldType, DataType) - Method in class adams.gui.selection.AbstractFieldCacheItem
Returns the cached values for the specified field/data type.
getValues(Class) - Static method in class adams.core.EnumHelper
Gets all the values of the num.
getValues(Object) - Static method in class adams.core.EnumHelper
Gets all the values of the num.
getValueTrue() - Method in class adams.data.conversion.SpreadSheetStringColumnToBoolean
Returns the string representing 'true'.
getValueTrue() - Method in class adams.flow.transformer.FileInfo
Returns the string to output if query evaluates to "true'.
getValueType() - Method in class adams.flow.standalone.SetManyVariables
Returns how to interpret the value string.
getValueType() - Method in class adams.flow.standalone.SetVariable
Returns how to interpret the value string.
getValueType() - Method in class adams.flow.transformer.SetManyVariables
Returns how to interpret the value string.
getValueType() - Method in class adams.flow.transformer.SetVariable
Returns how to interpret the value string.
getValueType() - Method in class adams.flow.transformer.SpreadSheetInsertRow
Returns how to interpret the value.
getVar(String) - Method in class adams.opt.optimise.OptData
Get var.
getVar1() - Method in class adams.flow.transformer.SwapVariables
Returns the first variable.
getVar2() - Method in class adams.flow.transformer.SwapVariables
Returns the second variable.
getVariable() - Method in class adams.core.option.AbstractArgumentOption
Returns the variable placeholder, if any.
getVariable() - Method in class adams.flow.source.GetEnvironmentVariable
Returns the name of the property to set.
getVariable() - Method in class adams.flow.standalone.VariableChangedEvent
Returns the variable to monitor
getVariable(OptionHandler, String) - Static method in class adams.core.QuickInfoHelper
Returns the variable attached to optionhandler's property.
getVariableForProperty(String) - Method in class adams.core.option.OptionManager
Returns the variable that is attached to a property.
getVariableHighlightBackground() - Method in class adams.gui.flow.tree.Tree
Returns the HTML background color string for the variable highlights.
getVariableName() - Method in class adams.core.option.AbstractArgumentOption
Returns the variable name (without the surrounding "@{" and "}"), if any.
getVariableName() - Method in class adams.flow.condition.bool.HasVariable
Returns the name of the variable to check.
getVariableName() - Method in class adams.flow.condition.bool.HasVariableValue
Returns the name of the variable to check.
getVariableName() - Method in class adams.flow.condition.bool.VariableFlagSet
Returns the name of the variable flag to evaluate.
getVariableName() - Method in class adams.flow.control.Count
Returns the name of the variable to monitor.
getVariableName() - Method in class adams.flow.control.Once
Returns the name of the variable to monitor.
getVariableName() - Method in class adams.flow.control.SinkReset
Returns the name of the variable to monitor.
getVariableName() - Method in class adams.flow.control.SourceReset
Returns the name of the variable to monitor.
getVariableName() - Method in class adams.flow.control.TransformerReset
Returns the name of the variable to monitor.
getVariableName() - Method in class adams.flow.control.TriggerOnce
Returns the name of the variable to monitor.
getVariableName() - Method in interface adams.flow.core.VariableMonitor
Returns the name of the variable to monitor.
getVariableName() - Method in class adams.flow.source.StorageForLoop
Returns the variable to update with the for-loop value.
getVariableName() - Method in class adams.flow.source.Variable
Returns the name of the variable to update.
getVariableName() - Method in class adams.flow.standalone.DeleteVariable
Returns the name of the variable to update.
getVariableName() - Method in class adams.flow.standalone.SetProperty
Deprecated.
Returns the name of the variable to obtain the current value from.
getVariableName() - Method in class adams.flow.standalone.SetVariable
Returns the name of the variable to update.
getVariableName() - Method in class adams.flow.template.InstanceDumperVariable
Returns the variable name to generate the sub-flow for.
getVariableName() - Method in class adams.flow.template.StoreFilenameInVariable
Returns the variable to set.
getVariableName() - Method in class adams.flow.template.StoreReportValueInVariable
Returns the variable to set.
getVariableName() - Method in class adams.flow.template.UpdateVariable
Returns the variable name to generate the sub-flow for.
getVariableName() - Method in class adams.flow.transformer.AbstractFilter
Returns the name of the variable to monitor.
getVariableName() - Method in class adams.flow.transformer.BoofCVFeatureGenerator
Returns the name of the variable to monitor.
getVariableName() - Method in class adams.flow.transformer.BufferedImageFeatureGenerator
Returns the name of the variable to monitor.
getVariableName() - Method in class adams.flow.transformer.ColorProvider
Returns the name of the variable to monitor.
getVariableName() - Method in class adams.flow.transformer.DeleteVariable
Returns the name of the variable to update.
getVariableName() - Method in class adams.flow.transformer.IncVariable
Returns the name of the variable to update.
getVariableName() - Method in class adams.flow.transformer.OpenCVFeatureGenerator
Returns the name of the variable to monitor.
getVariableName() - Method in class adams.flow.transformer.SetVariable
Returns the name of the variable to update.
getVariableName() - Method in class adams.flow.transformer.SpreadSheetFilter
Returns the name of the variable to monitor.
getVariableName() - Method in class adams.flow.transformer.SpreadSheetRowBuffer
Returns the name of the variable to monitor.
getVariableName() - Method in class adams.flow.transformer.TimeseriesFeatureGenerator
Returns the name of the variable to monitor.
getVariableName() - Method in class adams.flow.transformer.WekaInstanceBuffer
Returns the name of the variable to monitor.
getVariableName() - Method in class adams.flow.transformer.WekaNearestNeighborSearch
Returns the name of the variable to monitor.
getVariableName(Actor) - Method in class adams.gui.flow.tree.postprocessor.VariableRenamed
Extracts the variable name (the option) from the actor.
getVariableNameAt(int) - Method in class adams.gui.tools.VariableManagementPanel.VariableTableModel
Returns the name at the specified row.
getVariableNames() - Method in class adams.flow.control.RemoteExecutionTrigger
Returns the names of the variables to transfer.
getVariableNames() - Method in class adams.flow.control.UpdateProperties
Returns the variables to use.
getVariableNames() - Method in interface adams.flow.core.PropertiesUpdater
Returns the variables to use.
getVariableNames() - Method in interface adams.flow.core.RemoteExecutionHandler
Returns the names of the variables to transfer.
getVariableNames() - Method in class adams.flow.source.AbstractSimpleSourceWithPropertiesUpdating
Returns the variables to use.
getVariableNames() - Method in class adams.flow.source.VariablesArray
Returns the names of the variables.
getVariableNames() - Method in class adams.flow.transformer.AbstractTransformerWithPropertiesUpdating
Returns the variables to use.
getVariableNames() - Method in class adams.flow.transformer.ArrayToVariables
Returns the names of the variables.
getVariableNames() - Method in class adams.scripting.command.flow.RemoteFlowExecution
Returns the names of the variables to transfer.
getVariablePairs() - Method in class adams.flow.standalone.SetManyVariables
Returns the variable (name/value) pairs.
getVariablePairs() - Method in class adams.flow.transformer.SetManyVariables
Returns the variable (name/value) pairs.
getVariablePrefix() - Method in class adams.flow.transformer.ImageObjectToVariables
Returns the prefix for the variables (prefix + name).
getVariablePrefix() - Method in class adams.flow.transformer.MapToVariables
Returns the prefix for the variables (prefix + map key).
getVariablePrefix() - Method in class adams.flow.transformer.PropertiesToVariables
Returns the prefix for the variables (prefix + property key).
getVariablePrefix() - Method in class adams.flow.transformer.SpreadSheetVariableRowIterator
Returns the prefix for the variables (prefix + header).
getVariables() - Method in class adams.core.option.OptionManager
Returns the variables instance in use.
getVariables() - Method in class adams.event.StorageChangeEvent
Returns the storage that triggered the event.
getVariables() - Method in class adams.event.VariableChangeEvent
Returns the variables that triggered the event.
getVariables() - Method in class adams.flow.control.AbstractDirector
Return the Variables instance used by the control actor.
getVariables() - Method in class adams.flow.control.Flow
Returns the Variables instance to use.
getVariables() - Method in class adams.flow.control.LocalScopeTransformer
Returns the Variables instance to use.
getVariables() - Method in class adams.flow.control.LocalScopeTrigger
Returns the Variables instance to use.
getVariables() - Method in class adams.flow.core.AbstractActor
Returns the Variables instance to use.
getVariables() - Method in interface adams.flow.core.Actor
Returns the Variables instance to use.
getVariables() - Method in class adams.flow.processor.ListAllVariables
Returns the variables.
getVariables() - Method in class adams.gui.tools.ExpressionWatchPanel
Returns the underlying Variables instance.
getVariables() - Method in class adams.gui.tools.ExpressionWatchPanel.TableModel
Returns the underlying Variables instance.
getVariables() - Method in class adams.gui.tools.VariableManagementPanel
Returns the underlying Variables instance in use.
getVariables() - Method in class adams.gui.tools.VariableManagementPanel.VariableTableModel
Returns the underlying Variables instance.
getVariables(Actor, VariableName[]) - Static method in class adams.flow.core.EncapsulateActors
Extracts the specified variables and their values and returns the subset.
getVariablesFilter() - Method in interface adams.flow.control.LocalScopeHandler
Returns the regular expression that variable names must match to get into the local scope.
getVariablesFilter() - Method in class adams.flow.control.LocalScopeTransformer
Returns the regular expression that variable names must match to get into the local scope.
getVariablesFilter() - Method in class adams.flow.control.LocalScopeTrigger
Returns the regular expression that variable names must match to get into the local scope.
getVariablesPanel() - Method in class adams.gui.flow.FlowPanel
Returns the panel with the variables.
getVariablesPanel() - Method in class adams.gui.flow.FlowRunnerPanel
Returns the panel with the variables.
getVariablesPanel() - Method in interface adams.gui.flow.FlowWorkerHandler
Returns the panel with the variables.
getVariablesRegExp() - Method in interface adams.flow.control.LocalScopeHandler
Returns the regular expression that variable names must match to get propagated.
getVariablesRegExp() - Method in class adams.flow.control.LocalScopeTransformer
Returns the regular expression that variable names must match to get propagated.
getVariablesRegExp() - Method in class adams.flow.control.LocalScopeTrigger
Returns the regular expression that variable names must match to get propagated.
getVariableValue() - Method in class adams.flow.standalone.SetVariable
Returns the value of the variable to update.
getVariableValue() - Method in class adams.flow.transformer.SetVariable
Returns the fixed value to use instead of current token.
getVariance() - Method in class adams.data.instancesanalysis.PCA
Returns the variance.
getVariance() - Method in class adams.ml.preprocessing.unsupervised.PCA
Returns the variance.
getVariance() - Method in class weka.classifiers.meta.AbstainLeastMedianSq
 
getVarianceCovered() - Method in class adams.flow.transformer.WekaPrincipalComponents
Gets the proportion of total variance to account for when retaining principal components.
getVarianceCovered() - Method in class weka.core.neighboursearch.PCANNSearch
Gets the proportion of total variance to account for when retaining principal components.
getVarianceCovered() - Method in class weka.filters.unsupervised.attribute.PrincipalComponentsJ
Gets the proportion of total variance to account for when retaining principal components.
getVariation() - Method in class adams.data.spc.XBarRChart
Returns whether to produce mean or variation data.
getVarKey() - Method in class adams.flow.transformer.MapVariableIterator
Returns the variable to store the key in.
getVarNames() - Method in class adams.opt.optimise.OptData
Get set of varnames.
getVarValue() - Method in class adams.flow.transformer.MapVariableIterator
Returns the variable to store the value in.
getVaryShapeColor() - Method in class adams.flow.transformer.draw.ObjectLocationsFromReport
Returns whether to vary the colors of the shapes.
getVaryShapeColor() - Method in class adams.gui.tools.previewbrowser.ObjectCentersFromReport
Returns whether to vary the colors of the shapes.
getVaryShapeColor() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
Returns whether to vary the colors of the shapes.
getVaryShapeColor() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
Returns whether to vary the colors of the shapes.
getVaryShapeColor() - Method in class adams.gui.visualization.image.AbstractObjectOverlayFromReport
Returns whether to vary the colors of the shapes.
getVaryShapeColor() - Method in class adams.gui.visualization.image.ReportObjectOverlay
Returns whether to vary the colors of the shapes.
getVector(Matrix, int) - Static method in class weka.core.matrix.MatrixHelper
returns the (column) vector of the matrix at the specified index
getVerbosity() - Method in class weka.classifiers.trees.XGBoost
Gets the verbosity level.
getVersion() - Method in class adams.env.Modules.Module
Returns the version of the module.
getVersusFitOptions() - Method in class adams.flow.sink.FourInOneDisplay
Get the options for the vsfit plot
getVersusFitOptions() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.FourInOnePlot
Get the options for the vsfit plot.
getVersusOrderOptions() - Method in class adams.flow.sink.FourInOneDisplay
Get the options for the vsorder plot
getVersusOrderOptions() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.FourInOnePlot
Get the options for the vsorder plot.
getVerticalButtons() - Method in class adams.flow.source.EnterValue
Returns whether to use vertical buttons instead of horizontal ones.
getViewer() - Method in class adams.gui.tools.spreadsheetviewer.SpreadSheetPanel
Returns the owning viewer.
getViewers() - Static method in class adams.gui.tools.previewbrowser.AbstractSerializedObjectViewer
Returns a list with classnames of handlers.
getViewers() - Static method in class adams.gui.tools.previewbrowser.SerializedObjectPanel
Returns all available viewers.
getViewerTabs() - Method in class adams.gui.tools.SpreadSheetViewerPanel
Returns the viewer tabs.
getViews() - Method in class adams.flow.control.Breakpoint
Returns the views to display automatically.
getViews() - Method in class adams.flow.execution.debug.AbstractBreakpoint
Returns the views to display automatically.
getViews() - Method in class adams.flow.execution.Debug
Returns the views to display automatically.
getViolationFinder() - Method in class adams.flow.sink.ControlChartPlot
Returns the algorithm for locating violations.
getViolationFinder() - Method in class adams.gui.tools.spreadsheetviewer.chart.ControlChart
Returns the algorithm for locating violations.
getVirtualMachinePID() - Static method in class adams.core.management.ProcessUtils
Returns the PID of the virtual machine.
getVisibility() - Method in class adams.gui.visualization.container.AbstractContainerTableColumnNameGenerator
Returns the name of the column with the visibility checkbox in it.
getVisibility() - Method in class adams.gui.visualization.container.DefaultContainerTableColumnNameGenerator
Returns the name of the column with the visibility checkbox in it.
getVisibility() - Method in class adams.gui.visualization.core.AxisPanel
Returns the visibility of the axis.
getVisibilityColumn() - Method in class adams.gui.visualization.container.ContainerModel
Returns the column index of the visibility column.
getVisibilityWidth() - Method in class adams.gui.visualization.container.AbstractContainerTableColumnNameGenerator
Returns the width of the visibility column.
getVisibilityWidth() - Method in class adams.gui.visualization.container.DefaultContainerTableColumnNameGenerator
Returns the width of the visibility column.
getVisible(int) - Method in interface adams.gui.visualization.container.VisibilityContainerManager
Returns the nth visible container.
getVisible(int) - Method in class adams.gui.visualization.instance.InstanceContainerManager
Returns the nth visible container.
getVisible(int) - Method in class adams.gui.visualization.report.ReportContainerManager
Returns the nth visible container.
getVisible(int) - Method in class adams.gui.visualization.sequence.XYSequenceContainerManager
Returns the nth visible container.
getVisible(int) - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowContainerManager
Returns the nth visible container.
getVisible(int) - Method in class adams.gui.visualization.timeseries.TimeseriesContainerManager
Returns the nth visible container.
getVisibleIndex(int) - Method in class adams.gui.core.SearchableWrapperListModel
Returns the visible index for an actual index in the model.
getVisibleIndices() - Method in interface adams.gui.visualization.container.VisibilityContainerManager
Returns the indices of all visible containers.
getVisibleIndices() - Method in class adams.gui.visualization.instance.InstanceContainerManager
Returns the indices of all visible containers.
getVisibleIndices() - Method in class adams.gui.visualization.report.ReportContainerManager
Returns the indices of all visible containers.
getVisibleIndices() - Method in class adams.gui.visualization.sequence.XYSequenceContainerManager
Returns the indices of all visible containers.
getVisibleIndices() - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowContainerManager
Returns the indices of all visible containers.
getVisibleIndices() - Method in class adams.gui.visualization.timeseries.TimeseriesContainerManager
Returns the indices of all visible containers.
getVisualizeMenuItem(String, String) - Method in class weka.gui.visualize.plugins.SaveGraph
Get a JMenu or JMenuItem which contain action listeners that perform the visualization of the graph in XML BIF format.
getVisualizeMenuItem(String, String) - Method in class weka.gui.visualize.plugins.SaveTree
Get a JMenu or JMenuItem which contain action listeners that perform the visualization of the tree in GraphViz's dotty format.
getVisualizeMenuItem(ArrayList<Prediction>, Attribute) - Method in class weka.gui.visualize.plugins.ThresholdCurves
Get a JMenu or JMenuItem which contain action listeners that perform the visualization, using some but not necessarily all of the data.
getVisualizeMenuItem(Instances) - Method in class weka.gui.visualize.plugins.ClassRangeBasedClassifierErrors
Get a JMenu or JMenuItem which contain action listeners that perform the visualization of the classifier errors.
getVisualizeMenuItem(Instances) - Method in class weka.gui.visualize.plugins.FixedClassifierErrors
Get a JMenu or JMenuItem which contain action listeners that perform the visualization of the classifier errors.
getVisualizeMenuItem(Instances) - Method in class weka.gui.visualize.plugins.FixedClassifierErrorsPlot
Get a JMenu or JMenuItem which contain action listeners that perform the visualization of the classifier errors.
getVotingType() - Method in class adams.flow.transformer.wekaclassifiersetupprocessor.VotedPairs
Returns the type of voting in use.
getWait() - Method in class adams.flow.source.DirectoryLister
Returns the number of seconds to wait before polling the directory again if no elements were retrieved.
getWait() - Method in class adams.gui.core.MaximizationFixWindowListener
Returns the wait period in msec.
getWait() - Method in class adams.scripting.connection.SSHConnection
Returns the period in msec to wait before disconnecting the session.
getWaitForJobs() - Method in class adams.multiprocess.WekaCrossValidationExecution
Returns whether to wait for jobs to finish when terminating.
getWaitPoll() - Method in class adams.flow.standalone.DirWatch
Returns the number of milli-seconds to wait before polling again whether files have arrived.
getWarningHeader() - Method in class adams.flow.processor.CheckActorReferenceUsage
Returns the string that explains the warnings.
getWarningHeader() - Method in class adams.flow.processor.CheckPlaceholders
Returns the string that explains the warnings.
getWarningHeader() - Method in interface adams.flow.processor.CheckProcessor
Returns the string that explains the warnings.
getWarningHeader() - Method in class adams.flow.processor.CheckStorageUsage
Returns the string that explains the warnings.
getWarningHeader() - Method in class adams.flow.processor.CheckVariableUsage
Returns the string that explains the warnings.
getWarningHeader() - Method in class adams.flow.processor.MultiProcessor
Returns the string that explains the warnings.
getWarnings() - Method in class adams.core.option.AbstractOptionConsumer
Returns the warning log.
getWarnings() - Method in interface adams.core.option.OptionConsumer
Returns the warning log.
getWarnings() - Method in class adams.data.io.input.AbstractFlowReader
Returns any warnings that were encountered while reading.
getWarnings() - Method in interface adams.data.io.input.FlowReader
Returns any warnings that were encountered while reading.
getWarnings() - Method in class adams.data.Notes
Returns the warning subset.
getWarnings() - Method in class adams.flow.processor.CheckActorReferenceUsage
Returns the warnings, if any, on variables that might never get set.
getWarnings() - Method in class adams.flow.processor.CheckPlaceholders
Returns the warnings, if any, resulting from the check.
getWarnings() - Method in interface adams.flow.processor.CheckProcessor
Returns the warnings, if any, resulting from the check.
getWarnings() - Method in class adams.flow.processor.CheckStorageUsage
Returns the warnings, if any, on variables that might never get set.
getWarnings() - Method in class adams.flow.processor.CheckVariableUsage
Returns the warnings, if any, on variables that might never get set.
getWarnings() - Method in class adams.flow.processor.MultiProcessor
Returns the warnings, if any, resulting from the check.
getWarnings() - Method in class adams.flow.transformer.imagepreparation.AbstractImagePreparation
Returns the warnings.
getWarnings() - Method in class adams.flow.transformer.locateobjects.AbstractObjectLocator
Returns the warnings.
getWatchDir() - Method in class adams.core.io.lister.AbstractDirectoryLister
Returns the directory to watch.
getWatchDir() - Method in interface adams.core.io.lister.DirectoryLister
Returns the directory to watch.
getWatchDir() - Method in class adams.core.net.SimpleMailer
Returns the directory to watch.
getWatchDir() - Method in class adams.flow.source.DirectoryLister
Returns the incoming directory.
getWatches() - Method in class adams.flow.control.Breakpoint
Returns the watch expressions for the watch dialog.
getWatches() - Method in class adams.flow.execution.debug.AbstractBreakpoint
Returns the watch expressions for the watch dialog.
getWatches() - Method in class adams.flow.execution.Debug
Returns the watch expressions for the watch dialog.
getWatchTypes() - Method in class adams.flow.control.Breakpoint
Returns the types of the watch expressions.
getWatchTypes() - Method in class adams.flow.execution.debug.AbstractBreakpoint
Returns the types of the watch expressions.
getWatchTypes() - Method in class adams.flow.execution.Debug
Returns the types of the watch expressions.
getWaveletType() - Method in class adams.data.filter.AbstractFastWavelet
Returns the wavelet type.
getWaveNoRegExp() - Method in class weka.filters.unsupervised.attribute.Detrend
Returns the regular expression used for extracting the wave number from the attribute name (using the first group).
getWaveNoRegExp() - Method in class weka.filters.unsupervised.attribute.MultiplicativeScatterCorrection
Returns the regular expression used for extracting the wave number from the attribute name (using the first group).
getWeight() - Method in class adams.flow.transformer.WekaSpreadSheetToPredictions
Returns the (optional) column with the instance weight values.
getWeight() - Method in class weka.classifiers.functions.FromPredictions
Returns the column with the weight values.
getWeightIndex() - Method in class weka.classifiers.functions.FromPredictions
Returns the weight 0-based index.
getWeightingKernel() - Method in class weka.classifiers.lazy.LWLDatasetBuilder
Gets the kernel weighting method to use.
getWeightingKernel() - Method in class weka.filters.unsupervised.instance.AccumulatedLWLWeights
Gets the kernel weighting method to use.
getWeights() - Method in class adams.event.GeneticFitnessChangeEvent
Returns the associated weights/bits.
getWeights() - Method in class adams.flow.transformer.WekaGeneticAlgorithmInitializer
Returns the optional property in the incoming properties for the initial weights to use.
getWeights() - Method in class adams.opt.genetic.AbstractGeneticAlgorithm.FitnessContainer
Returns the weights.
getWeights() - Method in class adams.opt.genetic.AbstractGeneticAlgorithm.GeneticAlgorithmJob
Returns the current weights of the attributes.
getWeights(OptData) - Method in class adams.opt.optimise.genetic.fitnessfunctions.AttributeSelection
 
getWidget() - Method in class adams.gui.tools.spreadsheetprocessor.AbstractWidget
Returns the widget.
getWidget() - Method in class adams.gui.tools.spreadsheetprocessor.processors.FlowProcessor
Returns the widget.
getWidget() - Method in class adams.gui.tools.spreadsheetprocessor.processors.PassThroughProcessor
Returns the widget.
getWidget() - Method in class adams.gui.tools.spreadsheetprocessor.processors.QueryProcessor
Returns the widget.
getWidget() - Method in class adams.gui.tools.spreadsheetprocessor.sources.ClipboardSource
Returns the widget.
getWidget() - Method in class adams.gui.tools.spreadsheetprocessor.sources.DatabaseSource
Returns the widget.
getWidget() - Method in class adams.gui.tools.spreadsheetprocessor.sources.FileBrowserSource
Returns the widget.
getWidget() - Method in class adams.gui.tools.spreadsheetprocessor.sources.FileSource
Returns the widget.
getWidget() - Method in class adams.gui.tools.spreadsheetprocessor.targets.ChartTarget
Returns the widget.
getWidget() - Method in class adams.gui.tools.spreadsheetprocessor.targets.ClipboardTarget
Returns the widget.
getWidget() - Method in class adams.gui.tools.spreadsheetprocessor.targets.DatabaseTarget
Returns the widget.
getWidget() - Method in class adams.gui.tools.spreadsheetprocessor.targets.FileTarget
Returns the widget.
getWidth() - Method in class adams.data.barcode.encode.AbstractBarcodeEncoder
Returns the width of the barcode.
getWidth() - Method in class adams.data.boofcv.BoofCVImageContainer
Returns the width of the image.
getWidth() - Method in class adams.data.conversion.LeftPad
Returns the width of the padded string.
getWidth() - Method in class adams.data.conversion.RightPad
Returns the width of the padded string.
getWidth() - Method in class adams.data.image.AbstractImageContainer
Returns the width of the image.
getWidth() - Method in class adams.data.image.BooleanArrayMatrixView
Returns the width of the matrix.
getWidth() - Method in class adams.data.image.BufferedImageContainer
Returns the width of the image.
getWidth() - Method in class adams.data.image.features.PixelClassifications
Returns the width of the crop rectangle.
getWidth() - Method in class adams.data.image.IntArrayMatrixView
Returns the width of the matrix.
getWidth() - Method in class adams.data.image.transformer.crop.RelativeCrop
Returns the width of the crop rectangle (0-1: percent; >1: pixels).
getWidth() - Method in class adams.data.image.transformer.crop.SimpleCrop
Returns the width of the window.
getWidth() - Method in class adams.data.image.transformer.Resize
Returns the width to resize to.
getWidth() - Method in class adams.data.io.input.ImageClassificationGridSpreadSheetReader
Returns the width to use.
getWidth() - Method in class adams.data.io.input.ObjectLocationsSpreadSheetReader
Returns the width of the image to use when reading normalized coordinates/dimensions.
getWidth() - Method in class adams.data.io.input.YoloAnnotationsReportReader
Returns the width of the image to use when reading normalized coordinates/dimensions.
getWidth() - Method in class adams.data.io.output.ObjectLocationsSpreadSheetWriter
Returns the width of the image to use when reading normalized coordinates/dimensions.
getWidth() - Method in class adams.data.io.output.YoloAnnotationsReportWriter
Returns the width of the image to use when reading normalized coordinates/dimensions.
getWidth() - Method in class adams.data.jai.transformer.Resize
Returns the width to resize to.
getWidth() - Method in class adams.data.objectfilter.ClipBoundingBoxes
Returns the width of the image to use.
getWidth() - Method in class adams.data.objectfinder.ObjectsInRegion
Returns the width of the region.
getWidth() - Method in class adams.data.opencv.OpenCVImageContainer
Returns the width of the image.
getWidth() - Method in class adams.data.opencv.transformer.Resize
Returns the absolute width.
getWidth() - Method in class adams.flow.core.AbstractDisplay
Returns the currently set width of the dialog.
getWidth() - Method in class adams.flow.execution.Debug
Returns the currently set width of the dialog.
getWidth() - Method in class adams.flow.sink.AbstractGraphicsGenerator
Returns the currently set width of the dialog.
getWidth() - Method in class adams.flow.sink.JFreeChartFileWriter
Returns the currently set width of the plot.
getWidth() - Method in class adams.flow.sink.logview.AbstractLogEntryDialog
Returns the currently set width of the dialog.
getWidth() - Method in class adams.flow.source.EnterManyValues
Returns the width for the dialog.
getWidth() - Method in class adams.flow.source.NewImage
Returns the width of the image.
getWidth() - Method in class adams.flow.transformer.AbstractInteractiveTransformerDialog
Returns the currently set width of the dialog.
getWidth() - Method in class adams.flow.transformer.CountObjectsInRegion
Returns the width of the region.
getWidth() - Method in class adams.flow.transformer.draw.Oval
Returns the width of the oval.
getWidth() - Method in class adams.flow.transformer.draw.Rectangle
Returns the width of the rectangle.
getWidth() - Method in class adams.flow.transformer.locateobjects.LocatedObject
Returns the width of the object sub-image.
getWidth() - Method in class adams.flow.transformer.pdfproclet.Rectangle
Returns the width.
getWidth() - Method in class adams.gui.tools.spreadsheetviewer.chart.AbstractChartGenerator
Returns the currently set width of the dialog.
getWidth() - Method in class adams.gui.visualization.core.AxisPanelOptions
Returns the current width of the axis.
getWidth() - Method in class adams.gui.visualization.image.leftclick.FixedBoundingBox
Returns the width of the bounding box.
getWidth() - Method in class adams.gui.visualization.segmentation.layer.LayerManager
Returns the width.
getWidth() - Method in class adams.gui.visualization.sequence.BarHitDetector
Returns the width of the bar.
getWidth() - Method in class adams.gui.visualization.sequence.BarPaintlet
Returns the width of the bar.
getWidthAx() - Method in class adams.flow.sink.BoxPlot
Get the width of the left axis of each box plot
getWidthBin() - Method in class adams.gui.visualization.stats.histogram.HistogramOptions
Get the width of each bin in histogram
getWidthPercentage() - Method in class adams.flow.transformer.pdfproclet.AbstractSpreadSheetPdfProclet
Returns the percentage of the page with to occupy.
getWidthPlot() - Method in class adams.flow.sink.BoxPlot
Get the width of each box plot
getWindow() - Method in class adams.gui.visualization.sequence.LOWESSOverlayPaintlet
Get the size of the window.
getWindow(Class) - Method in class adams.gui.application.AbstractApplicationFrame
returns the first instance of the given window class, null if none can be found.
getWindow(String) - Method in class adams.gui.application.AbstractApplicationFrame
returns the first window with the given title, null if none can be found.
getWindowList() - Method in class adams.gui.application.AbstractApplicationFrame
returns all currently open frames.
getWindowRegister() - Method in class adams.flow.control.Flow
Returns the current register.
getWindows() - Method in class weka.filters.unsupervised.attribute.PAA
Returns the nth point setting.
getWindows() - Method in class weka.filters.unsupervised.attribute.SAX
Returns the nth point setting.
getWindowsExecutable() - Static method in class adams.core.management.Terminal
Returns the windows executable.
getWindowSize() - Method in class adams.data.baseline.AbstractLOWESSBased
Returns the polynominal order.
getWindowSize() - Method in class adams.data.conversion.MovingAverage
Returns the window size.
getWindowSize() - Method in class adams.data.filter.AbstractLOWESS
Returns the polynominal order.
getWindowSize() - Method in class adams.data.filter.AbstractSimpleSavitzkyGolay
Returns the size of the window.
getWindowSize() - Method in class adams.data.smoothing.AbstractLOWESSBased
Returns the window size.
getWindowSize() - Method in class adams.data.smoothing.AbstractSlidingWindow
Returns the window size for determining the 'smoothed' abundances.
getWindowSize() - Method in class adams.flow.control.plotprocessor.Expression
Returns the polynominal order.
getWindowSize() - Method in class adams.flow.control.plotprocessor.LOWESS
Returns the polynominal order.
getWindowSize() - Method in class adams.flow.control.plotprocessor.SimpleSavitzkyGolay
Returns the polynominal order.
getWindowSize() - Method in class adams.gui.visualization.stats.paintlet.LowessPaintlet
Get the Window size for calculating the lowess loverlay
getWindowSize() - Method in class adams.gui.visualization.stats.scatterplot.Lowess
get the size of the data window.
getWindowsMenu() - Method in class adams.gui.application.ApplicationMenu
Returns the "Windows" menu from the last "getMenuBar" call.
getWindowsOptions() - Static method in class adams.core.management.Terminal
Returns the windows options.
getWinsHost() - Static method in class adams.core.net.SMBHelper
Returns the hostname verifier.
getWithPrefix(String) - Method in class adams.core.Trie
returns all stored strings that match the given prefix
getWithReplacement() - Method in class adams.flow.transformer.WekaBootstrapping
Returns whether to draw predictions using replacement.
getWizard() - Method in class adams.gui.visualization.timeseries.TimeseriesImportDatabaseDialog
Returns the wizard pane.
getWordWrap() - Method in class adams.gui.core.BaseTextPaneWithWordWrap
Returns whether wordwrap is on.
getWordWrap() - Method in class adams.gui.core.StyledTextEditorPanel
Returns the wordwrap status.
getWordWrap() - Method in class adams.gui.scripting.AbstractScriptingDialog
Returns the wordwrap status.
getWorker() - Method in class adams.scripting.engine.DefaultWorkerScriptingEngine
Returns the connection that the main uses for communicating with the worker.
getWorker() - Method in interface adams.scripting.engine.WorkerScriptingEngine
Returns the connection that the main uses for communicating with the worker.
getWorkingDirectory() - Method in interface adams.core.management.WorkingDirectoryHandler
Returns the current working directory for the command.
getWorkingDirectory() - Method in class adams.flow.sink.Exec
Returns the current working directory for the command.
getWorkingDirectory() - Method in class adams.flow.source.Command
Returns the current working directory for the command.
getWorkingDirectory() - Method in class adams.flow.source.Exec
Returns the current working directory for the command.
getWorkingDirectory() - Method in class adams.flow.source.PythonExec
Returns the current working directory for the command.
getWorkingDirectory() - Method in class adams.flow.source.PythonVenvExec
Returns the current working directory for the command.
getWrapped() - Method in class adams.db.wrapper.AbstractWrapper
Returns the wrapped backend.
getWrapped() - Method in class adams.flow.standalone.AbstractMultiView.ViewWrapper
Returns the wrapped actor.
getWrapperClass(Class) - Static method in class adams.core.Utils
Returns the corresponding BaseObject-derived wrapper class.
getWrapStyleWord() - Method in class adams.flow.sink.Display
Gets the style of wrapping used if the text area is wrapping lines.
getWrapStyleWord() - Method in class adams.flow.sink.HistoryDisplay
Gets the style of wrapping used if the text area is wrapping lines.
getWrapStyleWord() - Method in class adams.gui.core.BaseTextAreaWithButtons
Returns whether word wrap is enabled.
getWrapStyleWord() - Method in class adams.gui.core.BufferHistoryPanel
Gets the style of wrapping used if the text area is wrapping lines.
getWrapStyleWord() - Method in interface adams.gui.core.TextAreaComponent
Returns whether word wrap is enabled.
getWrapStyleWord() - Method in class adams.gui.core.TextEditorPanel
Gets the style of wrapping used if the text area is wrapping lines.
getWrapStyleWord() - Method in class adams.gui.tools.previewbrowser.PlainTextHandler
Gets the style of wrapping used if the text area is wrapping lines.
getWriteBatch() - Method in class adams.flow.source.RSync
 
getWriteMethod() - Method in class adams.core.discovery.PropertyPath.PropertyContainer
Returns the write method.
getWriteMethod() - Method in class adams.core.option.AbstractOption
Returns the write method for the property.
getWriteMethod(AbstractOption) - Method in class adams.core.option.AbstractOptionConsumer
Attempts to return the write method of the option.
getWriteOOXML() - Method in class adams.data.io.output.ExcelSpreadSheetWriter
Returns whether OOXML files are generated instead of binary Excel files.
getWriter() - Method in class adams.data.conversion.ImageContainerToByteArray
Returns the image writer to use.
getWriter() - Method in class adams.data.conversion.ReportToString
Returns the writer in use.
getWriter() - Method in class adams.data.conversion.SpreadSheetToString
Returns the writer used for generating the string.
getWriter() - Method in class adams.data.io.output.JAIImageWriter
Returns the reader for the default extension.
getWriter() - Method in class adams.data.io.output.ObjectLocationsSpreadSheetWriter
Returns the spreadsheet writer in use.
getWriter() - Method in class adams.data.io.output.SpreadSheetTimeseriesWriter
Returns the writer to use.
getWriter() - Method in class adams.flow.control.CallableActorScreenshot
Returns the writer.
getWriter() - Method in class adams.flow.core.ActorUsage
Returns the writer in use.
getWriter() - Method in class adams.flow.sink.AbstractGraphicalDisplay
Returns the writer.
getWriter() - Method in class adams.flow.sink.AbstractGraphicsGenerator
Returns the writer.
getWriter() - Method in class adams.flow.sink.AbstractTextualDisplay
Returns the writer.
getWriter() - Method in class adams.flow.sink.EmailFileWriter
Returns the writer in use.
getWriter() - Method in class adams.flow.sink.ImageFileWriter
Returns the writer to use.
getWriter() - Method in class adams.flow.sink.ImageSegmentationFileWriter
Returns the writer to use.
getWriter() - Method in class adams.flow.sink.IndexedSplitsRunsWriter
Returns the writer to use.
getWriter() - Method in class adams.flow.sink.JFreeChartFileWriter
Returns the image writer.
getWriter() - Method in class adams.flow.sink.PlotContainerSink
Returns the writer to use for outputting the plot containers.
getWriter() - Method in class adams.flow.sink.Serialize
Returns the writer to use for saving the object.
getWriter() - Method in class adams.flow.sink.SpreadSheetFileWriter
Returns the writer in use.
getWriter() - Method in class adams.flow.sink.TextWriter
Returns whether files gets only appended or not.
getWriter() - Method in class adams.flow.standalone.GridView
Returns the writer.
getWriter() - Method in class adams.flow.transformer.AbstractDataContainerFileWriter
Returns the writer in use.
getWriter() - Method in class adams.flow.transformer.AbstractReportFileWriter
Returns the writer in use.
getWriter() - Method in class adams.flow.transformer.pdfproclet.PDFGenerator
Returns the PDF writer.
getWriter() - Method in class adams.gui.chooser.AbstractConfigurableExtensionFileFilterFileChooser
returns the writer that was chosen by the user, can be null in case the user aborted the dialog or the open dialog was shown.
getWriter() - Method in class adams.gui.chooser.SpreadSheetFileChooserPanel
Returns the current writer.
getWriter() - Method in class adams.gui.print.JComponentWriterFileChooser
returns the writer that was chosen by the user, can be null in case the user aborted the dialog or the open dialog was shown.
getWriter() - Method in class adams.gui.print.JComponentWriterFileFilter
returns the associated writer.
getWriter() - Method in class adams.gui.tools.previewbrowser.AnnotateImage
Returns the report writer to use for updating the report on disk.
getWriter() - Method in class adams.gui.tools.spreadsheetviewer.SpreadSheetPanel
Returns the associated writer.
getWriter() - Method in class adams.gui.tools.wekamultiexperimenter.experiment.FileResultsHandler
Returns the spreadsheet writer to use.
getWriter() - Method in class adams.gui.visualization.debug.objectexport.SpreadSheetExporter
Returns the spreadsheet writer to use.
getWriterClass() - Method in class adams.gui.chooser.AbstractConfigurableExtensionFileFilterFileChooser
Returns the writer superclass for the GOE.
getWriterClass() - Method in class adams.gui.chooser.AbstractReportFileChooser
Returns the writer superclass for the GOE.
getWriterClass() - Method in class adams.gui.chooser.AdamsExperimentFileChooser
Returns the writer superclass for the GOE.
getWriterClass() - Method in class adams.gui.chooser.EmailFileChooser
Returns the writer superclass for the GOE.
getWriterClass() - Method in class adams.gui.chooser.FlowFileChooser
Returns the writer superclass for the GOE.
getWriterClass() - Method in class adams.gui.chooser.ImageFileChooser
Returns the writer superclass for the GOE.
getWriterClass() - Method in class adams.gui.chooser.ObjectExporterFileChooser
Returns the writer superclass for the GOE.
getWriterClass() - Method in class adams.gui.chooser.ObjectFileChooser
Returns the writer superclass for the GOE.
getWriterClass() - Method in class adams.gui.chooser.ParameterMapFileChooser
Returns the writer superclass for the GOE.
getWriterClass() - Method in class adams.gui.chooser.SerializationFileChooser
Returns the writer superclass for the GOE.
getWriterClass() - Method in class adams.gui.chooser.SpreadSheetFileChooser
Returns the writer superclass for the GOE.
getWriterClass() - Method in class adams.gui.chooser.TimeseriesFileChooser
Returns the writer superclass for the GOE.
getWriterClass() - Method in class adams.gui.chooser.WekaFileChooser
Returns the writer superclass for the GOE.
getWriterClass() - Method in class adams.gui.tools.previewbrowser.notes.NotesFileChooser
Returns the writer superclass for the GOE.
getWriterForExtension(String) - Static method in class adams.data.image.BufferedImageHelper
Returns the first image writer that handles the extension of the specified file.
getWriterForExtension(String) - Static method in class adams.gui.print.JComponentWriter
Returns the appropriate writer for the given extension.
getWriterForFile(File) - Static method in class adams.data.image.BufferedImageHelper
Returns the first image writer that handles the extension of the specified file.
getWriterForFile(File) - Method in class adams.gui.chooser.AdamsExperimentFileChooser
Returns the writer for the specified file.
getWriterForFile(File) - Method in class adams.gui.chooser.EmailFileChooser
Returns the writer for the specified file.
getWriterForFile(File) - Method in interface adams.gui.chooser.FileTypeDeterminingFileChooser
Returns the writer for the specified file.
getWriterForFile(File) - Method in class adams.gui.chooser.FlowFileChooser
Returns the writer for the specified file.
getWriterForFile(File) - Method in class adams.gui.chooser.ImageFileChooser
Returns the writer for the specified file.
getWriterForFile(File) - Method in class adams.gui.chooser.ObjectFileChooser
Returns the writer for the specified file.
getWriterForFile(File) - Method in class adams.gui.chooser.ParameterMapFileChooser
Returns the writer for the specified file.
getWriterForFile(File) - Method in class adams.gui.chooser.SerializationFileChooser
Returns the writer for the specified file.
getWriterForFile(File) - Method in class adams.gui.chooser.SpreadSheetFileChooser
Returns the writer for the specified file.
getWriterForFile(File) - Method in class adams.gui.chooser.WekaFileChooser
Returns the writer for the specified file.
getWriterForFile(File) - Static method in class adams.gui.print.JComponentWriter
Returns the appropriate writer for the given file.
getWriterForFile(String) - Static method in class adams.gui.print.JComponentWriter
Returns the appropriate writer for the given filename.
getWriters() - Static method in class adams.data.io.output.AbstractAdamsExperimentWriter
Returns a list with classes of writers.
getWriters() - Static method in class adams.data.io.output.AbstractDataContainerWriter
Returns a list with classnames of writers.
getWriters() - Static method in class adams.data.io.output.AbstractFlowWriter
Returns a list with classnames of writers.
getWriters() - Static method in class adams.data.io.output.AbstractImageWriter
Returns a list with classnames of writers.
getWriters() - Static method in class adams.data.io.output.AbstractObjectWriter
Returns a list with classnames of writers.
getWriters() - Static method in class adams.data.io.output.AbstractReportWriter
Returns a list with classnames of writers.
getWriters() - Static method in class adams.data.io.output.AbstractSpreadSheetWriter
Returns a list with classnames of writers.
getWriters() - Static method in class adams.data.io.output.AbstractTimeseriesWriter
Returns a list with classnames of writers.
getWriters() - Static method in class adams.gui.print.JComponentWriter
Returns a list with classnames of writers.
getX() - Method in class adams.data.barcode.encode.AbstractBarcodeEncoder
Returns the X position of the pixel.
getX() - Method in class adams.data.filter.AbstractDerivative.Point
Returns the X value.
getX() - Method in class adams.data.image.transformer.crop.RelativeCrop
Returns the X position (0-1: percent; >1: pixels).
getX() - Method in class adams.data.imagefilter.TransparentBackground
Returns the Y position of the background pixel.
getX() - Method in class adams.data.instance.InstancePoint
Returns the X value.
getX() - Method in class adams.data.objectfilter.Translate
Returns the translation on the X axis.
getX() - Method in class adams.data.objectfinder.ObjectsInPolygon
Returns the comma-separated list of X coordinates (1-based).
getX() - Method in class adams.data.sequence.XYSequencePoint
Returns the X value.
getX() - Method in class adams.flow.core.AbstractDisplay
Returns the currently set X position of the dialog.
getX() - Method in class adams.flow.transformer.AbstractInteractiveTransformerDialog
Returns the currently set X position of the dialog.
getX() - Method in class adams.flow.transformer.CountObjectsInPolygon
Returns the comma-separated list of X coordinates (1-based).
getX() - Method in class adams.flow.transformer.draw.FloodFill
Returns the X of the start position.
getX() - Method in class adams.flow.transformer.draw.Image
Returns the X position of the image (top-left corner).
getX() - Method in class adams.flow.transformer.draw.Oval
Returns the X position of the oval (top-left corner).
getX() - Method in class adams.flow.transformer.draw.Pixel
Returns the X position of the pixel.
getX() - Method in class adams.flow.transformer.draw.Rectangle
Returns the X position of the rectangle (top-left corner).
getX() - Method in class adams.flow.transformer.draw.Text
Returns the X position of the text (top-left corner).
getX() - Method in class adams.flow.transformer.locateobjects.LocatedObject
Returns the X of the top-left corner.
getX() - Method in class adams.flow.transformer.pdfproclet.AbstractSpreadSheetPdfProclet
Returns the absolute X position.
getX() - Method in class adams.flow.transformer.pdfproclet.Circle
Returns the absolute X position.
getX() - Method in class adams.flow.transformer.pdfproclet.FixedText
Returns the absolute X position.
getX() - Method in class adams.flow.transformer.pdfproclet.Image
Returns the absolute X position.
getX() - Method in interface adams.flow.transformer.pdfproclet.PdfProcletWithAbsolutePosition
Returns the absolute X position.
getX() - Method in interface adams.flow.transformer.pdfproclet.PdfProcletWithOptionalAbsolutePosition
Returns the absolute X position.
getX() - Method in class adams.flow.transformer.pdfproclet.PlainText
Returns the absolute X position.
getX() - Method in class adams.flow.transformer.pdfproclet.Rectangle
Returns the absolute X position.
getX() - Method in class adams.flow.transformer.pdfstamp.Image
Returns the X position for the text.
getX() - Method in class adams.flow.transformer.pdfstamp.Text
Returns the X position for the text.
getX() - Method in class adams.gui.visualization.core.TextOverlayPaintlet
Returns the X position in pixels.
getX() - Method in class adams.gui.visualization.image.MetaDataText
Returns the X of the text.
getX() - Method in class adams.gui.visualization.jfreechart.dataset.DefaultCategory
Returns the index of the column to act as X axis.
getX() - Method in class adams.gui.visualization.jfreechart.dataset.DefaultXY
Returns the index of the column to act as X axis.
getX() - Method in class adams.gui.visualization.jfreechart.dataset.DefaultXYZ
Returns the index of the column to act as X axis.
getX() - Method in class adams.gui.visualization.sequence.KendallTheilOverlayPaintlet
Returns the X position of the text (top-left corner).
getX() - Method in class adams.gui.visualization.sequence.LinearRegressionOverlayPaintlet
Returns the X position of the text (top-left corner).
getX() - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowPoint
Returns the X value.
getX(DataPoint) - Method in class adams.data.filter.AbstractAutocorrelation
Returns the X value of the DataPoint.
getX(DataPoint) - Method in class adams.data.filter.AbstractSAX
Obtains the X value from the given data point.
getX(DataPoint) - Method in class adams.data.filter.TimeseriesAutocorrelation
Returns the X value of the DataPoint.
getX(DataPoint) - Method in class adams.data.filter.TimeseriesSAX
Obtains the X value from the given data point.
getX(Instance) - Static method in class weka.core.matrix.MatrixHelper
returns the data minus the class column as matrix
getX(Instances) - Static method in class weka.core.matrix.MatrixHelper
returns the data minus the class column as matrix
getX(Instances) - Method in class weka.filters.supervised.attribute.PLSFilterExtended
Override superclass method in order to deal with multiple y
getX1() - Method in class adams.flow.transformer.draw.Line
Returns the X position of the start of the line.
getX1() - Method in class adams.flow.transformer.pdfproclet.Line
Returns the absolute X1 position.
getX2() - Method in class adams.flow.transformer.draw.Line
Returns the X position of the end of the line.
getX2() - Method in class adams.flow.transformer.pdfproclet.Line
Returns the absolute X2 position.
getXAttribute() - Method in class adams.flow.sink.ScatterDisplay
Get the index of the attribute displayed on the x axis
getXAttributeName() - Method in class adams.flow.sink.ScatterDisplay
Returns the regular expression for the attribute to be displayed on the x axis
getXAxisLabel(SpreadSheet) - Method in class adams.gui.tools.spreadsheetviewer.chart.AbstractXYChartGenerator
Returns the label for the X axis.
getXColor() - Method in class adams.gui.visualization.core.CoordinatesPaintlet
Returns the color for the X axis.
getXColor() - Method in class adams.gui.visualization.stats.paintlet.CoordinatesPaintlet
Returns the color for the X axis.
getXColumn() - Method in class adams.flow.transformer.plotgenerator.NamedPlotGenerator
Returns the index of the column which values to use as X values.
getXColumn() - Method in class adams.flow.transformer.plotgenerator.XYPlotGenerator
Returns the index of the column which values to use as X values.
getXColumn() - Method in class adams.flow.transformer.plotgenerator.XYWithErrorsPlotGenerator
Returns the index of the column which values to use as X values.
getXColumn() - Method in class adams.gui.tools.spreadsheetviewer.chart.AbstractXYChartGenerator
Returns the index of the column which values to use as X values.
getXErrorColumns() - Method in class adams.flow.transformer.plotgenerator.XYWithErrorsPlotGenerator
Returns the column range to use for X error information (1=delta, 2=low/high).
getXExpression() - Method in class adams.flow.control.plotprocessor.Expression
Returns the expression for the X values.
getXFactor() - Method in class adams.gui.visualization.sequence.StraightLineOverlayPaintlet
Returns the factor to multiply the X values with to determine the inclination.
getXHost() - Method in class adams.flow.standalone.SSHConnection
Returns the xhost to connect to.
getXHost() - Method in class adams.scripting.connection.SSHConnection
Returns the xhost to connect to.
getXIncludeAware() - Method in class adams.core.io.filecomplete.XML
Returns whether a X-include aware parser is used.
getXIncludeAware() - Method in class adams.data.conversion.XMLToDOM
Returns whether a X-include aware parser is used.
getXIncludeAware() - Method in class adams.flow.transformer.XMLFileReader
Returns whether a X-include aware parser is used.
getXIndex() - Method in class adams.gui.visualization.stats.paintlet.AbstractScatterPlotPaintlet
get index of chosen attribute for x axis
getXIndex() - Method in class adams.gui.visualization.stats.scatterplot.ScatterPlot
Get the index object for choosing the attribute to display.
getXIndex() - Method in class adams.gui.visualization.stats.scatterplot.ScatterPlotPanel
Returns the index of the X attribute.
getXIntIndex() - Method in class adams.gui.visualization.stats.scatterplot.AbstractScatterPlot
gets the index of the x attribute
getXOffset() - Method in class adams.gui.visualization.core.CoordinatesPaintlet
Returns the offset for the X axis.
getXOffset() - Method in class adams.gui.visualization.stats.paintlet.CoordinatesPaintlet
Returns the offset for the X axis.
getXPort() - Method in class adams.flow.standalone.SSHConnection
Returns the xport to connect to.
getXPort() - Method in class adams.scripting.connection.SSHConnection
Returns the xport to connect to.
getXRegExp() - Method in class adams.gui.visualization.stats.scatterplot.ScatterPlot
Gets the regular expression used when determining the x attribute.
getXRegExp() - Method in class weka.filters.supervised.attribute.MultiPLS
Returns the regular expression to identify the X attributes.
getXScale() - Method in class adams.gui.print.ScalableComponentWriter
returns the scale factor for the x-axis.
getXTickGenerator() - Method in class adams.gui.tools.spreadsheetviewer.chart.GenericPlot
Returns the tick generator for the X axis.
getxWeights() - Method in class weka.filters.supervised.attribute.PLSFilterExtended
 
getY() - Method in class adams.data.barcode.encode.AbstractBarcodeEncoder
Returns the Y position of the pixel.
getY() - Method in class adams.data.filter.AbstractDerivative.Point
Returns the Y value.
getY() - Method in class adams.data.image.transformer.crop.RelativeCrop
Returns the Y position (0-1: percent; >1: pixels).
getY() - Method in class adams.data.imagefilter.TransparentBackground
Returns the Y position of the background pixel.
getY() - Method in class adams.data.instance.InstancePoint
Returns the Y value.
getY() - Method in class adams.data.objectfilter.Translate
Returns the translation on the Y axis.
getY() - Method in class adams.data.objectfinder.ObjectsInPolygon
Returns the comma-separated list of Y coordinates (1-based).
getY() - Method in class adams.data.sequence.XYSequencePoint
Returns the Y value.
getY() - Method in class adams.flow.core.AbstractDisplay
Returns the currently set Y position of the dialog.
getY() - Method in class adams.flow.transformer.AbstractInteractiveTransformerDialog
Returns the currently set Y position of the dialog.
getY() - Method in class adams.flow.transformer.CountObjectsInPolygon
Returns the comma-separated list of Y coordinates (1-based).
getY() - Method in class adams.flow.transformer.draw.FloodFill
Returns the Y of the start position.
getY() - Method in class adams.flow.transformer.draw.Image
Returns the Y position of the image (top-left corner).
getY() - Method in class adams.flow.transformer.draw.Oval
Returns the Y position of the oval (top-left corner).
getY() - Method in class adams.flow.transformer.draw.Pixel
Returns the Y position of the pixel.
getY() - Method in class adams.flow.transformer.draw.Rectangle
Returns the Y position of the rectangle (top-left corner).
getY() - Method in class adams.flow.transformer.draw.Text
Returns the Y position of the text (top-left corner).
getY() - Method in class adams.flow.transformer.locateobjects.LocatedObject
Returns the Y of the top-left corner.
getY() - Method in class adams.flow.transformer.pdfproclet.AbstractSpreadSheetPdfProclet
Returns the absolute Y position.
getY() - Method in class adams.flow.transformer.pdfproclet.Circle
Returns the absolute Y position.
getY() - Method in class adams.flow.transformer.pdfproclet.FixedText
Returns the absolute Y position.
getY() - Method in class adams.flow.transformer.pdfproclet.Image
Returns the absolute Y position.
getY() - Method in interface adams.flow.transformer.pdfproclet.PdfProcletWithAbsolutePosition
Returns the absolute Y position.
getY() - Method in interface adams.flow.transformer.pdfproclet.PdfProcletWithOptionalAbsolutePosition
Returns the absolute Y position.
getY() - Method in class adams.flow.transformer.pdfproclet.PlainText
Returns the absolute Y position.
getY() - Method in class adams.flow.transformer.pdfproclet.Rectangle
Returns the absolute Y position.
getY() - Method in class adams.flow.transformer.pdfstamp.Image
Returns the Y position for the text.
getY() - Method in class adams.flow.transformer.pdfstamp.Text
Returns the Y position for the text.
getY() - Method in class adams.gui.visualization.core.TextOverlayPaintlet
Returns the Y position in pixels.
getY() - Method in class adams.gui.visualization.image.MetaDataText
Returns the Y of the text.
getY() - Method in class adams.gui.visualization.jfreechart.dataset.DefaultCategory
Returns the range of columns to use as Y.
getY() - Method in class adams.gui.visualization.jfreechart.dataset.DefaultXY
Returns the range of columns to use as Y.
getY() - Method in class adams.gui.visualization.jfreechart.dataset.DefaultXYZ
Returns the index of column to use as Y.
getY() - Method in class adams.gui.visualization.sequence.KendallTheilOverlayPaintlet
Returns the Y position of the text (top-left corner).
getY() - Method in class adams.gui.visualization.sequence.LinearRegressionOverlayPaintlet
Returns the Y position of the text (top-left corner).
getY() - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowPoint
Returns the Y value.
getY(DataPoint) - Method in class adams.data.filter.AbstractAutocorrelation
Returns the Y value of the DataPoint.
getY(DataPoint) - Method in class adams.data.filter.AbstractHistogram
Obtains the Y value from the given data point.
getY(DataPoint) - Method in class adams.data.filter.AbstractSAX
Obtains the Y value from the given data point.
getY(DataPoint) - Method in class adams.data.filter.TimeseriesAutocorrelation
Returns the Y value of the DataPoint.
getY(DataPoint) - Method in class adams.data.filter.TimeseriesHistogram
Obtains the Y value from the given data point.
getY(DataPoint) - Method in class adams.data.filter.TimeseriesSAX
Obtains the Y value from the given data point.
getY(Instance) - Static method in class weka.core.matrix.MatrixHelper
returns the data class column as matrix
getY(Instances) - Static method in class weka.core.matrix.MatrixHelper
returns the data class column as matrix
getY(Instances) - Method in class weka.filters.supervised.attribute.PLSFilterExtended
Override superclass method in order to deal with multiple y
getY(Instances, int[]) - Static method in class weka.core.matrix.MatrixHelper
returns the data class columns as matrix
getY1() - Method in class adams.flow.transformer.draw.Line
Returns the Y position of the start of the line.
getY1() - Method in class adams.flow.transformer.pdfproclet.Line
Returns the absolute Y1 position.
getY2() - Method in class adams.flow.transformer.draw.Line
Returns the Y position of the end of the line.
getY2() - Method in class adams.flow.transformer.pdfproclet.Line
Returns the absolute Y2 position.
getYAttribute() - Method in class adams.flow.sink.ScatterDisplay
Get the index of the attribute displayed on the y axis
getYAttributeName() - Method in class adams.flow.sink.ScatterDisplay
Returns the attribute to be displayed on the y axis
getYAxisLabel(SpreadSheet) - Method in class adams.gui.tools.spreadsheetviewer.chart.AbstractXYChartGenerator
Returns the label for the X axis.
getYColor() - Method in class adams.gui.visualization.core.CoordinatesPaintlet
Returns the color for the Y axis.
getYColor() - Method in class adams.gui.visualization.stats.paintlet.CoordinatesPaintlet
Returns the color for the Y axis.
getYColumn() - Method in class adams.flow.transformer.plotgenerator.NamedPlotGenerator
Returns the index of the column which values to use as Y values.
getYColumn() - Method in class adams.flow.transformer.plotgenerator.XYWithErrorsPlotGenerator
Returns the y column to use in the plot.
getYColumns() - Method in class adams.gui.tools.spreadsheetviewer.chart.AbstractXYChartGenerator
Returns the current Y column range to use in the chart.
getYearSpinner() - Method in class adams.gui.chooser.DatePanel.InternalView
This method initializes yearSpinner
getYErrorColumns() - Method in class adams.flow.transformer.plotgenerator.XYWithErrorsPlotGenerator
Returns the column range to use for Y error information (1=delta, 2=low/high).
getYesToken() - Method in class adams.flow.transformer.ConfirmationDialog
Returns the string that gets forwarded as token in case the user chooses 'yes' as option, in case custom tokens are enabled.
getYExpression() - Method in class adams.flow.control.plotprocessor.Expression
Returns the expression for the Y values.
getYIncrement() - Method in class adams.flow.transformer.draw.Text
Returns the Y increment when outputting multiple lines.
getYIndex() - Method in class adams.gui.visualization.stats.paintlet.AbstractScatterPlotPaintlet
Get index of chosen attribute for y axis
getYIndex() - Method in class adams.gui.visualization.stats.scatterplot.ScatterPlot
Get the index object for choosing the y attribute.
getYIndex() - Method in class adams.gui.visualization.stats.scatterplot.ScatterPlotPanel
Returns the index of the Y attribute.
getYIntIndex() - Method in class adams.gui.visualization.stats.scatterplot.AbstractScatterPlot
Sets the index of the y attribute
getYOffset() - Method in class adams.gui.visualization.core.CoordinatesPaintlet
Returns the offset for the Y axis.
getYOffset() - Method in class adams.gui.visualization.sequence.StraightLineOverlayPaintlet
Returns the offset on the Y axis.
getYOffset() - Method in class adams.gui.visualization.stats.paintlet.CoordinatesPaintlet
Returns the offset for the Y axis.
getYRegExp() - Method in class adams.gui.visualization.stats.scatterplot.ScatterPlot
Gets the regular expression used when determining the y attribute.
getYRegExp() - Method in class weka.filters.supervised.attribute.MultiPLS
Returns the regular expression to identify the Y attributes.
getYScale() - Method in class adams.gui.print.ScalableComponentWriter
returns the scale factor for the y-axis.
getYTickGenerator() - Method in class adams.gui.tools.spreadsheetviewer.chart.GenericPlot
Returns the tick generator for the Y axis.
getZ() - Method in class adams.gui.visualization.jfreechart.dataset.DefaultXYZ
Returns the index of column to use as Z.
getZeroBased() - Method in class adams.flow.source.IntegerRange
Returns whether to output 1-based or 0-based integers.
getZeroBasedIndex() - Method in class adams.data.conversion.Mat5StructToMap
Returns whether the index is 0-based or 1-based.
getZeroBasedIndex() - Method in interface adams.data.matlab.MatlabArrayIndexSupporter
Returns whether the index is 0-based or 1-based.
getZeroBasedIndex() - Method in class adams.flow.transformer.Mat5ArraySubset
Returns whether the index is 0-based or 1-based.
getZeroBasedIndex() - Method in class adams.flow.transformer.Mat5GetMatrixElement
Returns whether the index is 0-based or 1-based.
getZeroBasedIndex() - Method in class adams.flow.transformer.Mat5SetMatrixElement
Returns whether the index is 0-based or 1-based.
getZip() - Method in class adams.tools.ZipPassword
Returns the ZIP file to use.
getZipFileFilter() - Static method in class adams.gui.core.ExtensionFileFilter
Returns a filter for ZIP files.
getZoom() - Method in class adams.flow.sink.ImageSegmentationViewer
Returns the zoom level in percent.
getZoom() - Method in class adams.flow.sink.ImageViewer
Returns the zoom level in percent.
getZoom() - Method in class adams.flow.sink.PDFViewer
Returns the zoom level in percent.
getZoom() - Method in class adams.flow.transformer.compareobjectlocations.Combined
Returns the zoom level in percent.
getZoom() - Method in class adams.flow.transformer.compareobjectlocations.SideBySide
Returns the zoom level in percent.
getZoom() - Method in class adams.flow.transformer.ImageAnnotator
Returns the zoom level in percent.
getZoom() - Method in class adams.flow.transformer.ImageLabeler
Returns the zoom level in percent.
getZoom() - Method in class adams.flow.transformer.ImageObjectAnnotator
Returns the zoom level in percent.
getZoom() - Method in class adams.flow.transformer.ImageSegmentationAnnotator
Returns the zoom level in percent.
getZoom() - Method in class adams.gui.flow.FlowPanel
Returns the current zoom.
getZoom() - Method in class adams.gui.tools.previewbrowser.AnnotateImage
Returns the zoom level in percent.
getZoom() - Method in class adams.gui.tools.previewbrowser.ImageSegmentationAnnotationsHandler
Returns the zoom level in percent.
getZoom() - Method in class adams.gui.visualization.object.CanvasPanel
Returns the current zoom.
getZoom() - Method in class adams.gui.visualization.object.ObjectAnnotationPanel
Returns the current zoom.
getZoom() - Method in class adams.gui.visualization.object.tools.AbstractTool
Returns the current zoom.
getZoom() - Method in interface adams.gui.visualization.object.tools.Tool
Returns the current zoom.
getZoom() - Method in class adams.gui.visualization.segmentation.layer.LayerManager
Returns the zoom in use.
getZoom() - Method in class adams.gui.visualization.segmentation.SegmentationPanel
Returns the current zoom in use.
getZoom() - Method in class adams.gui.visualization.segmentation.tool.AbstractTool
Returns the current zoom.
getZoom() - Method in interface adams.gui.visualization.segmentation.tool.Tool
Returns the current zoom.
getZoomBoxColor() - Method in class adams.gui.visualization.core.plot.ContentPanel
Returns the color for the zoom box currently in use.
getZoomOverview() - Method in class adams.flow.sink.SpreadSheetRowViewer
Returns whether the zoom overview gets displayed.
getZoomOverview() - Method in class adams.flow.sink.TimeseriesDisplay
Returns whether the zoom overview gets displayed.
getZoomOverview() - Method in class adams.flow.sink.WekaInstanceViewer
Returns whether the zoom overview gets displayed.
getZoomOverviewPaintlet() - Method in class adams.gui.visualization.container.AbstractDataContainerZoomOverviewPanel
Returns the paintlet used for painting the highlight.
getZoomOverviewPanel() - Method in class adams.gui.visualization.instance.InstancePanel
Returns the zoom overview panel.
getZoomOverviewPanel() - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowPanel
Returns the zoom overview panel.
getZoomOverviewPanel() - Method in class adams.gui.visualization.timeseries.TimeseriesPanel
Returns the zoom overview panel.
GhostGlassPane() - Constructor for class adams.gui.core.DragAndDropTabbedPane.GhostGlassPane
 
GIBI_BYTES - adams.core.ByteFormat.Unit
 
GIGA_BYTES - adams.core.ByteFormat.Unit
 
GIMP - Class in adams.data.image.transformer.whitebalance
Uses the algorithm for white balancing as used by GIMP.
The White Balance command automatically adjusts the colors by stretching the Red, Green and Blue channels separately.
GIMP() - Constructor for class adams.data.image.transformer.whitebalance.GIMP
 
GLOBAL - adams.flow.core.StopMode
 
GlobalDataContainerFilterChangeEvent - Class in adams.data.filter.event
Whenever a change in the global data container filter happens, the listeners get notified with this event.
GlobalDataContainerFilterChangeEvent(Object) - Constructor for class adams.data.filter.event.GlobalDataContainerFilterChangeEvent
Initializes the event.
GlobalDataContainerFilterChangeListener - Interface in adams.data.filter.event
Interface for classes that listen to changes in the global data container filter.
globalInfo() - Method in class adams.console.Logging
Returns a string describing the object.
globalInfo() - Method in class adams.core.command.output.LineSplit
Returns a string describing the object.
globalInfo() - Method in class adams.core.command.output.PassThrough
Returns a string describing the object.
globalInfo() - Method in class adams.core.command.stderr.CallableActorSink
Returns a string describing the object.
globalInfo() - Method in class adams.core.command.stderr.Enqueue
Returns a string describing the object.
globalInfo() - Method in class adams.core.command.stderr.Log
Returns a string describing the object.
globalInfo() - Method in class adams.core.command.stderr.Null
Returns a string describing the object.
globalInfo() - Method in class adams.core.command.stdout.CallableActorSink
Returns a string describing the object.
globalInfo() - Method in class adams.core.command.stdout.Enqueue
Returns a string describing the object.
globalInfo() - Method in class adams.core.command.stdout.Log
Returns a string describing the object.
globalInfo() - Method in class adams.core.command.stdout.Null
Returns a string describing the object.
globalInfo() - Method in class adams.core.DefaultCompare
Returns a string describing the object.
globalInfo() - Method in class adams.core.discovery.Actor
Returns a string describing the object.
globalInfo() - Method in class adams.core.discovery.genetic.GenericDoubleResolution
Returns a string describing the object.
globalInfo() - Method in class adams.core.discovery.genetic.GenericFloatResolution
Returns a string describing the object.
globalInfo() - Method in class adams.core.discovery.genetic.GenericInteger
Returns a string describing the object.
globalInfo() - Method in class adams.core.discovery.genetic.GenericString
Returns a string describing the object.
globalInfo() - Method in class adams.core.discovery.genetic.GPDGamma
Returns a string describing the object.
globalInfo() - Method in class adams.core.discovery.genetic.GPDNoise
Returns a string describing the object.
globalInfo() - Method in class adams.core.discovery.genetic.PLSFilterNumComponents
Returns a string describing the object.
globalInfo() - Method in class adams.core.discovery.genetic.SavitzkyGolay2NumPoints
Returns a string describing the object.
globalInfo() - Method in class adams.core.discovery.genetic.SIMPLSWeightsMatrix
Returns a string describing the object.
globalInfo() - Method in class adams.core.FileNameCompare
Returns a string describing the object.
globalInfo() - Method in interface adams.core.GlobalInfoSupporter
Returns a string describing the object.
globalInfo() - Method in class adams.core.io.DefaultFilenameGenerator
Returns a string describing the object.
globalInfo() - Method in class adams.core.io.filechanged.FlowFileDigest
Returns a string describing the object.
globalInfo() - Method in class adams.core.io.filechanged.LastModified
Returns a string describing the object.
globalInfo() - Method in class adams.core.io.filechanged.MessageDigest
Returns a string describing the object.
globalInfo() - Method in class adams.core.io.filechanged.MultiMonitor
Returns a string describing the object.
globalInfo() - Method in class adams.core.io.filechanged.NoChange
Returns a string describing the object.
globalInfo() - Method in class adams.core.io.filechanged.Size
Returns a string describing the object.
globalInfo() - Method in class adams.core.io.filecomplete.BMP
Returns a string describing the object.
globalInfo() - Method in class adams.core.io.filecomplete.JPEG
Returns a string describing the object.
globalInfo() - Method in class adams.core.io.filecomplete.JSON
Returns a string describing the object.
globalInfo() - Method in class adams.core.io.filecomplete.NoCheck
Returns a string describing the object.
globalInfo() - Method in class adams.core.io.filecomplete.PNG
Returns a string describing the object.
globalInfo() - Method in class adams.core.io.filecomplete.XML
Returns a string describing the object.
globalInfo() - Method in class adams.core.io.filesearch.Bzip2FileSearchHandler
Returns a string describing the object.
globalInfo() - Method in class adams.core.io.filesearch.GzipFileSearchHandler
Returns a string describing the object.
globalInfo() - Method in class adams.core.io.filesearch.LzfFileSearchHandler
Returns a string describing the object.
globalInfo() - Method in class adams.core.io.filesearch.LzmaFileSearchHandler
Returns a string describing the object.
globalInfo() - Method in class adams.core.io.filesearch.RarFileSearchHandler
Returns a string describing the object.
globalInfo() - Method in class adams.core.io.filesearch.TextFileSearchHandler
Returns a string describing the object.
globalInfo() - Method in class adams.core.io.filesearch.XzFileSearchHandler
Returns a string describing the object.
globalInfo() - Method in class adams.core.io.filesearch.ZipFileSearchHandler
Returns a string describing the object.
globalInfo() - Method in class adams.core.io.filesearch.ZstdFileSearchHandler
Returns a string describing the object.
globalInfo() - Method in class adams.core.io.fileuse.Default
Returns a string describing the object.
globalInfo() - Method in class adams.core.io.fileuse.Deserialize
Returns a string describing the object.
globalInfo() - Method in class adams.core.io.fileuse.FileIncomplete
Returns a string describing the object.
globalInfo() - Method in class adams.core.io.fileuse.FileSizeChange
Returns a string describing the object.
globalInfo() - Method in class adams.core.io.fileuse.ImageMetaDataExtractor
Returns a string describing the object.
globalInfo() - Method in class adams.core.io.fileuse.ImageReader
Returns a string describing the object.
globalInfo() - Method in class adams.core.io.fileuse.JpegIsComplete
Returns a string describing the object.
globalInfo() - Method in class adams.core.io.fileuse.LastLineMatches
Returns a string describing the object.
globalInfo() - Method in class adams.core.io.fileuse.MultiCheck
Returns a string describing the object.
globalInfo() - Method in class adams.core.io.fileuse.NoCheck
Returns a string describing the object.
globalInfo() - Method in class adams.core.io.fileuse.NonWindows
Returns a string describing the object.
globalInfo() - Method in class adams.core.io.fileuse.PngIsComplete
Returns a string describing the object.
globalInfo() - Method in class adams.core.io.fileuse.TextReader
Returns a string describing the object.
globalInfo() - Method in class adams.core.io.fileuse.Windows
Returns a string describing the object.
globalInfo() - Method in class adams.core.io.FixedFilenameGenerator
Returns a string describing the object.
globalInfo() - Method in class adams.core.io.NullFilenameGenerator
Returns a string describing the object.
globalInfo() - Method in class adams.core.io.ReportFieldFilenameGenerator
Returns a string describing the object.
globalInfo() - Method in class adams.core.io.SimpleFilenameGenerator
Returns a string describing the object.
globalInfo() - Method in class adams.core.io.SimpleFixedFilenameGenerator
Returns a string describing the object.
globalInfo() - Method in class adams.core.io.SimpleObjectToStringFilenameGenerator
Returns a string describing the object.
globalInfo() - Method in class adams.core.io.TimestampFilenameGenerator
Returns a string describing the object.
globalInfo() - Method in class adams.core.management.ExternalResourceClassPathAugmenter
Returns a string describing the object.
globalInfo() - Method in class adams.core.management.ImplicitClassPathAugmenter
Returns a string describing the object.
globalInfo() - Method in class adams.core.management.SystemClassPathAugmenter
Returns a string describing the object.
globalInfo() - Method in class adams.core.management.WekaHomeEnvironmentModifier
Returns a string describing the object.
globalInfo() - Method in class adams.core.management.WekaPackagesClassPathAugmenter
Returns a string describing the object.
globalInfo() - Method in class adams.core.net.ApacheSendEmail
Returns a string describing the object.
globalInfo() - Method in class adams.core.net.EmailContact
Returns a string describing the object.
globalInfo() - Method in class adams.core.net.hostnameverifier.All
Returns a string describing the object.
globalInfo() - Method in class adams.core.net.hostnameverifier.RegExp
Returns a string describing the object.
globalInfo() - Method in class adams.core.net.JavaMailSendEmail
Returns a string describing the object.
globalInfo() - Method in class adams.core.net.SimpleApacheSendEmail
Returns a string describing the object.
globalInfo() - Method in class adams.core.net.trustmanager.All
Returns a string describing the object.
globalInfo() - Method in class adams.core.NumericStringCompare
Returns a string describing the object.
globalInfo() - Method in class adams.core.option.AbstractOptionConsumer
Returns a string describing the object.
globalInfo() - Method in class adams.core.option.AbstractOptionGroup
Returns a string describing the object.
globalInfo() - Method in class adams.core.option.AbstractOptionHandler
Returns a string describing the object.
globalInfo() - Method in class adams.core.option.AbstractOptionProducer
Returns a string describing the object.
globalInfo() - Method in class adams.core.option.AbstractOptionTraverser
Returns a string describing the object.
globalInfo() - Method in class adams.core.option.ActorExecutionClassProducer
Returns a string describing the object.
globalInfo() - Method in class adams.core.option.ApplyActorProducer
Returns a string describing the object.
globalInfo() - Method in class adams.core.option.ArrayConsumer
Returns a string describing the object.
globalInfo() - Method in class adams.core.option.ArrayProducer
Returns a string describing the object.
globalInfo() - Method in class adams.core.option.CommandlineHelpProducer
Returns a string describing the object.
globalInfo() - Method in class adams.core.option.CompactFlowConsumer
Returns a string describing the object.
globalInfo() - Method in class adams.core.option.CompactFlowProducer
Returns a string describing the object.
globalInfo() - Method in class adams.core.option.DatabaseActorExecutionClassProducer
Returns a string describing the object.
globalInfo() - Method in class adams.core.option.FileLister
Returns a string describing the object.
globalInfo() - Method in class adams.core.option.FlowJUnitTestProducer
Returns a string describing the object.
globalInfo() - Method in class adams.core.option.FlowStructureDotProducer
Returns a string describing the object.
globalInfo() - Method in class adams.core.option.FlowStructureGraphMLProducer
Returns a string describing the object.
globalInfo() - Method in class adams.core.option.help.AdditionalInformation
Returns a string describing the object.
globalInfo() - Method in class adams.core.option.help.CapabilitiesInfo
Returns a string describing the object.
globalInfo() - Method in class adams.core.option.help.ClassCrossReferences
Returns a string describing the object.
globalInfo() - Method in class adams.core.option.help.ConditionalEquivalentActor
Returns a string describing the object.
globalInfo() - Method in class adams.core.option.help.Deprecation
Returns a string describing the object.
globalInfo() - Method in class adams.core.option.help.SupportedTags
Returns a string describing the object.
globalInfo() - Method in class adams.core.option.HtmlHelpProducer
Returns a string describing the object.
globalInfo() - Method in class adams.core.option.HtmlParametersProducer
Returns a string describing the object.
globalInfo() - Method in class adams.core.option.JavaInstantiationProducer
Returns a string describing the object.
globalInfo() - Method in class adams.core.option.JsonConsumer
Returns a string describing the object.
globalInfo() - Method in class adams.core.option.JsonProducer
Returns a string describing the object.
globalInfo() - Method in class adams.core.option.NestedConsumer
Returns a string describing the object.
globalInfo() - Method in class adams.core.option.NestedProducer
Returns a string describing the object.
globalInfo() - Method in interface adams.core.option.OptionConsumer
Returns a string describing the object.
globalInfo() - Method in interface adams.core.option.OptionProducer
Returns a string describing the object.
globalInfo() - Method in class adams.core.option.VariableLister
Returns a string describing the object.
globalInfo() - Method in class adams.core.option.VariablesInstanceLister
Returns a string describing the object.
globalInfo() - Method in class adams.core.option.XhtmlProducer
Returns a string describing the object.
globalInfo() - Method in class adams.core.PropertiesToCode
Returns a string describing the object.
globalInfo() - Method in class adams.core.scripting.Dummy
Returns a string describing the object.
globalInfo() - Method in class adams.core.scripting.GroovyHandler
Returns a string describing the object.
globalInfo() - Method in class adams.core.shutdown.MultiHook
Returns a string describing the object.
globalInfo() - Method in class adams.core.shutdown.Null
Returns a string describing the object.
globalInfo() - Method in class adams.core.shutdown.PID
Returns a string describing the object.
globalInfo() - Method in class adams.core.shutdown.StopFlows
Returns a string describing the object.
globalInfo() - Method in class adams.core.VariablesFinder
Returns a string describing the object.
globalInfo() - Method in class adams.data.areaoverlap.BoundingBoxBased
Returns a string describing the object.
globalInfo() - Method in class adams.data.areaoverlap.PolygonBased
Returns a string describing the object.
globalInfo() - Method in class adams.data.autocorrelation.BruteForce
Returns a string describing the object.
globalInfo() - Method in class adams.data.autocorrelation.FFT
Returns a string describing the object.
globalInfo() - Method in class adams.data.barcode.decode.MultiQRCode
Returns a string describing the object.
globalInfo() - Method in class adams.data.barcode.decode.PassThrough
Returns a string describing the object.
globalInfo() - Method in class adams.data.barcode.decode.ZXing
Returns a string describing the object.
globalInfo() - Method in class adams.data.barcode.encode.EAN13
Returns a string describing the object.
globalInfo() - Method in class adams.data.barcode.encode.PassThrough
Returns a string describing the object.
globalInfo() - Method in class adams.data.barcode.encode.QRCode
Returns a string describing the object.
globalInfo() - Method in class adams.data.barcode.encode.UPCA
Returns a string describing the object.
globalInfo() - Method in class adams.data.baseline.AbstractLinearRegressionBased
Returns a string describing the object.
globalInfo() - Method in class adams.data.baseline.AbstractLOWESSBased
Returns a string describing the object.
globalInfo() - Method in class adams.data.baseline.AbstractSavitzkyGolayBased
Returns a string describing the object.
globalInfo() - Method in class adams.data.baseline.PassThrough
Returns a string describing the object.
globalInfo() - Method in class adams.data.baseline.SlidingWindow
Returns a string describing the object.
globalInfo() - Method in class adams.data.binning.algorithm.DensityBinning
Returns a string describing the object.
globalInfo() - Method in class adams.data.binning.algorithm.FreedmanDiaconisChoiceBinning
Returns a string describing the object.
globalInfo() - Method in class adams.data.binning.algorithm.FrequencyBinning
Returns a string describing the object.
globalInfo() - Method in class adams.data.binning.algorithm.ManualBinning
Returns a string describing the object.
globalInfo() - Method in class adams.data.binning.algorithm.NoBinning
Returns a string describing the object.
globalInfo() - Method in class adams.data.binning.algorithm.RiceRuleBinning
Returns a string describing the object.
globalInfo() - Method in class adams.data.binning.algorithm.ScottsNormalReferenceRuleBinning
Returns a string describing the object.
globalInfo() - Method in class adams.data.binning.algorithm.SquareRootChoiceBinning
Returns a string describing the object.
globalInfo() - Method in class adams.data.binning.algorithm.SturgesFormulaBinning
Returns a string describing the object.
globalInfo() - Method in class adams.data.binning.postprocessing.MinBinSize
Returns a string describing the object.
globalInfo() - Method in class adams.data.binning.postprocessing.PassThrough
Returns a string describing the object.
globalInfo() - Method in class adams.data.boofcv.features.FilteredBoofCVFeatureGenerator
Returns a string describing the object.
globalInfo() - Method in class adams.data.boofcv.features.Histogram
Returns a string describing the object.
globalInfo() - Method in class adams.data.boofcv.features.MultiBoofCVFeatureGenerator
Returns a string describing the object.
globalInfo() - Method in class adams.data.boofcv.features.Otsu
Returns a string describing the object.
globalInfo() - Method in class adams.data.boofcv.features.Pixels
Returns a string describing the object.
globalInfo() - Method in class adams.data.boofcv.features.Scripted
Returns a string describing the object.
globalInfo() - Method in class adams.data.boofcv.multiimageoperation.And
Returns a string describing the object.
globalInfo() - Method in class adams.data.boofcv.multiimageoperation.Diff
Returns a string describing the object.
globalInfo() - Method in class adams.data.boofcv.multiimageoperation.Or
Returns a string describing the object.
globalInfo() - Method in class adams.data.boofcv.multiimageoperation.PassThrough
Returns a string describing the object.
globalInfo() - Method in class adams.data.boofcv.multiimageoperation.ReportFieldSubtraction
Returns a string describing the object.
globalInfo() - Method in class adams.data.boofcv.multiimageoperation.XOr
Returns a string describing the object.
globalInfo() - Method in class adams.data.boofcv.transformer.Binary
Returns a string describing the object.
globalInfo() - Method in class adams.data.boofcv.transformer.BinaryContours
Returns a string describing the object.
globalInfo() - Method in class adams.data.boofcv.transformer.CannyEdgeDetection
Returns a string describing the object.
globalInfo() - Method in class adams.data.boofcv.transformer.Dilate4
Returns a string describing the object.
globalInfo() - Method in class adams.data.boofcv.transformer.Dilate8
Returns a string describing the object.
globalInfo() - Method in class adams.data.boofcv.transformer.Erode4
Returns a string describing the object.
globalInfo() - Method in class adams.data.boofcv.transformer.Erode8
Returns a string describing the object.
globalInfo() - Method in class adams.data.boofcv.transformer.Gray8
Returns a string describing the object.
globalInfo() - Method in class adams.data.boofcv.transformer.ImageType
Returns a string describing the object.
globalInfo() - Method in class adams.data.boofcv.transformer.Inverter
Returns a string describing the object.
globalInfo() - Method in class adams.data.boofcv.transformer.MultiTransformer
Returns a string describing the object.
globalInfo() - Method in class adams.data.boofcv.transformer.PassThrough
Returns a string describing the object.
globalInfo() - Method in class adams.data.boofcv.transformer.Scripted
Returns a string describing the object.
globalInfo() - Method in class adams.data.boofcv.transformer.Sharpen4
Returns a string describing the object.
globalInfo() - Method in class adams.data.boofcv.transformer.Sharpen8
Returns a string describing the object.
globalInfo() - Method in class adams.data.boofcv.transformer.SuperPixels
Returns a string describing the object.
globalInfo() - Method in class adams.data.boofcv.transformer.WaveletDenoise
Returns a string describing the object.
globalInfo() - Method in class adams.data.compare.DataContainer
Returns a string describing the object.
globalInfo() - Method in class adams.data.compare.JavaComparable
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.AdamsInstanceToWekaInstance
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.AnyImageToByteArray
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.AnyImageToOpenCV
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.AnyToCommandline
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.AnyToString
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.ArrayToCollection
Deprecated.
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.ArrayToJsonArray
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.ArrayToReport
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.ArrayToYamlString
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.BackQuote
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.Base64ToByteArray
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.Base64ToString
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.BaseDateTimeMsecToString
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.BaseDateTimeToString
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.BaseDateToString
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.BaseTimeToString
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.BlobContainerToByteArray
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.BoofCVToBufferedImage
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.BooleanToString
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.BreakUpString
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.BufferedImageBitmaskContainerToBufferedImages
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.BufferedImagesToBufferedImageBitmaskContainer
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.BufferedImageSupporterToBufferedImageContainer
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.BufferedImageToBoofCV
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.BufferedImageToBufferedImage
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.BufferedImageToByteArray
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.ByteArrayToBase64
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.ByteArrayToBlobContainer
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.ByteArrayToBufferedImage
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.ByteArrayToImageContainer
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.ByteArrayToJavaObject
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.ByteArrayToPrimitiveArray
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.ByteArrayToString
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.ByteToHex
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.ByteToInt
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.ByteToString
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.CharArrayToString
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.CollectionToArray
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.ColorToHex
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.CommandlineToAny
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.ContainerToSpreadSheet
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.ConvertDateTimeType
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.ConvertSpreadSheetRows
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.DateTimeTypeToString
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.DOMNodeListToArray
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.DOMNodeToString
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.DOMToProperties
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.DOMToString
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.DoubleMatrixToBufferedImage
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.DoubleMatrixToMat5Array
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.DoubleMatrixToSpreadSheet
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.DoubleToFloat
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.DoubleToInt
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.DoubleToLong
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.DoubleToString
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.EmailToPlainText
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.ExcelDoubleColumnToDate
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.ExcelDoubleColumnToDateTime
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.ExtractDateTimeField
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.ExtractSimpleContainerContent
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.FieldToString
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.FileToString
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.FloatToDouble
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.Groovy
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.HashCode
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.HexToByte
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.HexToColor
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.HexToInt
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.HtmlCharacterEntitiesToString
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.ImageContainerToByteArray
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.ImageContainerToSpreadSheet
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.InformativeStatistic
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.IntToByte
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.IntToDouble
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.IntToHex
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.IntToLong
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.IntToRoman
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.IntToString
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.JavaObjectToByteArray
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.JoinOptions
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.JsonArrayToArray
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.JsonArrayToList
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.JsonObjectToMap
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.JsonToReport
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.JsonToSpreadSheet
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.JsonToString
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.LeftPad
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.ListToJson
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.ListToJsonArray
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.ListToYamlString
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.LocatedObjectsToReport
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.LocatedObjectToRectangle
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.LongToDouble
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.LongToInt
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.LongToString
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.LowerCase
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.MapToJson
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.MapToKeyValuePairs
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.MapToMat5File
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.MapToMat5Struct
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.MapToReport
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.MapToSpreadSheet
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.MapToString
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.MapToWekaInstance
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.MapToYamlString
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.Mat5ArrayToDoubleMatrix
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.Mat5ArrayToSpreadSheet
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.Mat5ArrayToString
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.Mat5CharToString
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.Mat5FileToMap
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.Mat5StructToMap
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.MatchWekaInstanceAgainstFileHeader
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.MatchWekaInstanceAgainstStorageHeader
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.MathExpression
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.Maximum
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.Minimum
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.MovingAverage
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.MultiConversion
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.NotesSubset
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.NotesToSpreadSheet
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.NotesToString
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.NumberToByte
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.NumberToDouble
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.NumberToFloat
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.NumberToInt
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.NumberToLong
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.ObjectAnnotationsToImageSegmentationLayers
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.ObjectArrayToPrimitiveArray
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.ObjectContainerToObject
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.ObjectToObject
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.ObjectToObjectContainer
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.OpenCVToBufferedImage
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.PathSplit
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.Point2DToString
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.PrettyPrintXML
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.PrimitiveArrayToByteArray
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.PrimitiveArrayToObjectArray
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.PropertiesToKeyValuePairs
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.PropertiesToMap
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.PropertiesToSpreadSheet
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.PropertiesToString
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.QuadrilateralLocationCenter
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.QuadrilateralLocationToString
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.Quote
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.RectangleCenter
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.RectangleToString
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.RemoteCommandToString
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.RenameSpreadSheet
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.RenameSpreadSheetColumn
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.ReplaceFileExtension
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.ReportArrayToMap
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.ReportToJson
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.ReportToMap
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.ReportToSpreadSheet
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.ReportToString
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.ReportToWekaInstance
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.RightPad
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.RomanToInt
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.Round
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.RowArrayToSpreadSheet
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.Scripted
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.SideBySideDiffToString
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.SimpleAsciiToUnicode
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.SimpleUnicodeToAscii
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.SplitOptions
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.SpreadSheetAddFormulaColumn
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.SpreadSheetAddFormulaRow
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.SpreadSheetAddRowID
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.SpreadSheetAddSumColumn
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.SpreadSheetAddSumRow
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.SpreadSheetAnyColumnToString
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.SpreadSheetBinarize
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.SpreadSheetCellFinderToPositions
Deprecated.
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.SpreadSheetCellLocationToCoordinates
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.SpreadSheetCellLocationToPosition
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.SpreadSheetColumnFinderToRange
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.SpreadSheetColumnsToReport
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.SpreadSheetDoubleColumnToLong
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.SpreadSheetDoubleColumnToString
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.SpreadSheetEscapeColumnName
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.SpreadSheetHeaderToMat5Array
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.SpreadSheetInsertCellLocation
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.SpreadSheetInsertColumnPosition
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.SpreadSheetJoinColumns
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.SpreadSheetLongColumnToDouble
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.SpreadSheetMaterializeFormulas
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.SpreadSheetObjectColumnToString
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.SpreadSheetRowFinderToRange
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.SpreadSheetRowsToReport
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.SpreadSheetSplitColumn
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.SpreadSheetStringColumnToBoolean
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.SpreadSheetStringColumnToDate
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.SpreadSheetStringColumnToDateTime
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.SpreadSheetStringColumnToDateTimeMsec
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.SpreadSheetStringColumnToDouble
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.SpreadSheetStringColumnToLong
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.SpreadSheetStringColumnToObject
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.SpreadSheetStringColumnToTime
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.SpreadSheetStringColumnToTimeMsec
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.SpreadSheetSupporterToSpreadSheet
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.SpreadSheetToCreateTableStatement
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.SpreadSheetToDataset
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.SpreadSheetToDoubleMatrix
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.SpreadSheetToJson
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.SpreadSheetToMap
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.SpreadSheetToMat5Array
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.SpreadSheetToNumeric
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.SpreadSheetToRowArray
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.SpreadSheetToString
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.SpreadSheetToStringMatrix
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.SpreadSheetToTimeseries
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.SpreadSheetToWekaInstances
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.SpreadSheetUnescapeColumnName
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.SpreadSheetUniqueColumnNames
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.SpreadSheetUseRowAsHeader
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.StringArrayToURLParameters
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.StringExpression
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.StringMatrixToSpreadSheet
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.StringToBase64
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.StringToBoolean
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.StringToByte
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.StringToByteArray
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.StringToCharArray
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.StringToCustomStringRepresentation
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.StringToDateTimeType
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.StringToDouble
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.StringToField
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.StringToFile
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.StringToHtmlCharacterEntities
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.StringToInt
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.StringToJson
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.StringToLong
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.StringToMat5Array
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.StringToPoint2D
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.StringToProperties
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.StringToQuadrilateralLocation
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.StringToRectangle
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.StringToRemoteCommand
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.StringToReport
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.StringToSpreadSheet
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.StringToString
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.StringToTextContainer
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.StringToURL
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.StringToValidFileName
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.StringToValidStorageName
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.StringToValidVariableName
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.SwapObjects
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.SwapPLS
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.TextContainerToString
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.TextRenderer
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.TimeseriesToArray
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.TimeseriesToSpreadSheet
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.TimeseriesToWekaInstances
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.TimeToString
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.TransposeSpreadSheet
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.UnBackQuote
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.UnknownToUnknown
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.UnQuote
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.UpperCase
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.URLDecode
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.URLEncode
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.URLParametersToStringArray
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.URLToString
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.UseForwardSlashes
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.WekaCapabilitiesToInstances
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.WekaCapabilitiesToSpreadSheet
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.WekaCommandToCode
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.WekaDrawableToString
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.WekaEvaluationToCostCurve
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.WekaEvaluationToMarginCurve
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.WekaEvaluationToThresholdCurve
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.WekaForecastContainerToArray
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.WekaForecastContainerToTimeseries
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.WekaInstancesToSpreadSheet
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.WekaInstancesToTimeseries
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.WekaInstanceToAdamsInstance
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.WekaInstanceToMap
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.WekaPredictionContainerToSpreadSheet
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.XMLToDOM
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.YamlStringToList
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.YamlStringToMap
Returns a string describing the object.
globalInfo() - Method in class adams.data.distribution.Beta
Returns a string describing the object.
globalInfo() - Method in class adams.data.distribution.Cauchy
Returns a string describing the object.
globalInfo() - Method in class adams.data.distribution.ChiSquared
Returns a string describing the object.
globalInfo() - Method in class adams.data.distribution.Empirical
Returns a string describing the object.
globalInfo() - Method in class adams.data.distribution.Exponential
Returns a string describing the object.
globalInfo() - Method in class adams.data.distribution.F
Returns a string describing the object.
globalInfo() - Method in class adams.data.distribution.Gamma
Returns a string describing the object.
globalInfo() - Method in class adams.data.distribution.LogNormal
Returns a string describing the object.
globalInfo() - Method in class adams.data.distribution.Normal
Returns a string describing the object.
globalInfo() - Method in class adams.data.distribution.T
Returns a string describing the object.
globalInfo() - Method in class adams.data.distribution.Triangular
Returns a string describing the object.
globalInfo() - Method in class adams.data.distribution.Uniform
Returns a string describing the object.
globalInfo() - Method in class adams.data.distribution.Weibull
Returns a string describing the object.
globalInfo() - Method in class adams.data.featureconverter.CountValues
Returns a string describing the object.
globalInfo() - Method in class adams.data.featureconverter.Dataset
Returns a string describing the object.
globalInfo() - Method in class adams.data.featureconverter.FeatureContainer
Returns a string describing the object.
globalInfo() - Method in class adams.data.featureconverter.FixedColumnText
Returns a string describing the object.
globalInfo() - Method in class adams.data.featureconverter.FixedNumFeatures
Returns a string describing the object.
globalInfo() - Method in class adams.data.featureconverter.SpreadSheet
Returns a string describing the object.
globalInfo() - Method in class adams.data.featureconverter.Text
Returns a string describing the object.
globalInfo() - Method in class adams.data.featureconverter.Weka
Returns a string describing the object.
globalInfo() - Method in class adams.data.filter.AbstractFastWavelet
Returns a string describing the object.
globalInfo() - Method in class adams.data.filter.AbstractFFT
Returns a string describing the object.
globalInfo() - Method in class adams.data.filter.AbstractLOWESS
Returns a string describing the object.
globalInfo() - Method in class adams.data.filter.AbstractPreFilter
Returns a string describing the object.
globalInfo() - Method in class adams.data.filter.AbstractSavitzkyGolay
Returns a string describing the object.
globalInfo() - Method in class adams.data.filter.AbstractSimpleSavitzkyGolay
Returns a string describing the object.
globalInfo() - Method in class adams.data.filter.BaselineCorrection
Returns a string describing the object.
globalInfo() - Method in class adams.data.filter.DownSample
Returns a string describing the object.
globalInfo() - Method in class adams.data.filter.DownSize
Returns a string describing the object.
globalInfo() - Method in class adams.data.filter.Groovy
Returns a string describing the object.
globalInfo() - Method in class adams.data.filter.MultiFilter
Returns a string describing the object.
globalInfo() - Method in class adams.data.filter.OutlierDetector
Returns a string describing the object.
globalInfo() - Method in class adams.data.filter.PassThrough
Returns a string describing the object.
globalInfo() - Method in class adams.data.filter.RemoveNoise
Returns a string describing the object.
globalInfo() - Method in class adams.data.filter.ReportFilter
Returns a string describing the object.
globalInfo() - Method in class adams.data.filter.Scripted
Returns a string describing the object.
globalInfo() - Method in class adams.data.filter.Smoothing
Returns a string describing the object.
globalInfo() - Method in class adams.data.filter.TimeseriesAutocorrelation
Returns a string describing the object.
globalInfo() - Method in class adams.data.filter.TimeseriesChangeResolution
Returns a string describing the object.
globalInfo() - Method in class adams.data.filter.TimeseriesDerivative
Returns a string describing the object.
globalInfo() - Method in class adams.data.filter.TimeseriesEquiDistance
Returns a string describing the object.
globalInfo() - Method in class adams.data.filter.TimeseriesHistogram
Returns a string describing the object.
globalInfo() - Method in class adams.data.filter.TimeseriesResetTimestamps
Returns a string describing the object.
globalInfo() - Method in class adams.data.filter.TimeseriesRound
Returns a string describing the object.
globalInfo() - Method in class adams.data.filter.TimeseriesRowNorm
Returns a string describing the object.
globalInfo() - Method in class adams.data.filter.TimeseriesSAX
Returns a string describing the object.
globalInfo() - Method in class adams.data.filter.TimeseriesSetStart
Returns a string describing the object.
globalInfo() - Method in class adams.data.filter.TimeseriesShiftTimestamps
Returns a string describing the object.
globalInfo() - Method in class adams.data.filter.TimeseriesShiftValues
Returns a string describing the object.
globalInfo() - Method in class adams.data.filter.TimeseriesValueSubset
Returns a string describing the object.
globalInfo() - Method in class adams.data.filter.TimeseriesWindow
Returns a string describing the object.
globalInfo() - Method in class adams.data.groupextraction.Manual
Returns a string describing the object.
globalInfo() - Method in class adams.data.groupextraction.Null
Returns a string describing the object.
globalInfo() - Method in class adams.data.groupextraction.ReportField
Returns a string describing the object.
globalInfo() - Method in class adams.data.groupextraction.ReportFieldRegExp
Returns a string describing the object.
globalInfo() - Method in class adams.data.groupextraction.SpreadSheetCell
Returns a string describing the object.
globalInfo() - Method in class adams.data.groupextraction.SpreadSheetCellRegExp
Returns a string describing the object.
globalInfo() - Method in class adams.data.groupextraction.SpreadSheetCellWithLookUp
Returns a string describing the object.
globalInfo() - Method in class adams.data.groupupdate.PassThrough
Returns a string describing the object.
globalInfo() - Method in class adams.data.groupupdate.ReportField
Returns a string describing the object.
globalInfo() - Method in class adams.data.id.IDGeneratorPostProcessor
Returns a string describing the object.
globalInfo() - Method in class adams.data.id.SimpleIDGenerator
Returns a string describing the object.
globalInfo() - Method in class adams.data.idextraction.Manual
Returns a string describing the object.
globalInfo() - Method in class adams.data.idextraction.Null
Returns a string describing the object.
globalInfo() - Method in class adams.data.idextraction.ReportField
Returns a string describing the object.
globalInfo() - Method in class adams.data.idextraction.ReportFieldRegExp
Returns a string describing the object.
globalInfo() - Method in class adams.data.idextraction.SpreadSheetCell
Returns a string describing the object.
globalInfo() - Method in class adams.data.idupdate.IDHandler
Returns a string describing the object.
globalInfo() - Method in class adams.data.idupdate.PassThrough
Returns a string describing the object.
globalInfo() - Method in class adams.data.idupdate.ReportField
Returns a string describing the object.
globalInfo() - Method in class adams.data.image.features.Barcode
Returns a string describing the object.
globalInfo() - Method in class adams.data.image.features.BasicStatistics
Returns a string describing the object.
globalInfo() - Method in class adams.data.image.features.ColorCounts
Returns a string describing the object.
globalInfo() - Method in class adams.data.image.features.CountColor
Returns a string describing the object.
globalInfo() - Method in class adams.data.image.features.CountColorOutside
Returns a string describing the object.
globalInfo() - Method in class adams.data.image.features.Dimensions
Returns a string describing the object.
globalInfo() - Method in class adams.data.image.features.Eccentricity
Returns a string describing the object.
globalInfo() - Method in class adams.data.image.features.Entropy
Returns a string describing the object.
globalInfo() - Method in class adams.data.image.features.FilteredBufferedImageFeatureGenerator
Returns a string describing the object.
globalInfo() - Method in class adams.data.image.features.Histogram
Returns a string describing the object.
globalInfo() - Method in class adams.data.image.features.HusMoments
Returns a string describing the object.
globalInfo() - Method in class adams.data.image.features.Max
Returns a string describing the object.
globalInfo() - Method in class adams.data.image.features.Min
Returns a string describing the object.
globalInfo() - Method in class adams.data.image.features.Moment
Returns a string describing the object.
globalInfo() - Method in class adams.data.image.features.MultiBufferedImageFeatureGenerator
Returns a string describing the object.
globalInfo() - Method in class adams.data.image.features.OrientationVector
Returns a string describing the object.
globalInfo() - Method in class adams.data.image.features.PixelClassifications
Returns a string describing the object.
globalInfo() - Method in class adams.data.image.features.Pixels
Returns a string describing the object.
globalInfo() - Method in class adams.data.image.features.Scripted
Returns a string describing the object.
globalInfo() - Method in class adams.data.image.luminance.BT2020
Returns a string describing the object.
globalInfo() - Method in class adams.data.image.luminance.BT601
Returns a string describing the object.
globalInfo() - Method in class adams.data.image.luminance.BT709
Returns a string describing the object.
globalInfo() - Method in class adams.data.image.luminance.Custom
Returns a string describing the object.
globalInfo() - Method in class adams.data.image.moments.CentralMoment
Returns a string describing the object.
globalInfo() - Method in class adams.data.image.moments.Moment
Returns a string describing the object.
globalInfo() - Method in class adams.data.image.moments.NormalizedMoment
Returns a string describing the object.
globalInfo() - Method in class adams.data.image.multiimageoperation.And
Returns a string describing the object.
globalInfo() - Method in class adams.data.image.multiimageoperation.ApplyMask
Returns a string describing the object.
globalInfo() - Method in class adams.data.image.multiimageoperation.Average
Returns a string describing the object.
globalInfo() - Method in class adams.data.image.multiimageoperation.CombineChannels
Returns a string describing the object.
globalInfo() - Method in class adams.data.image.multiimageoperation.Diff
Returns a string describing the object.
globalInfo() - Method in class adams.data.image.multiimageoperation.Median
Returns a string describing the object.
globalInfo() - Method in class adams.data.image.multiimageoperation.MergeGrid
Returns a string describing the object.
globalInfo() - Method in class adams.data.image.multiimageoperation.Or
Returns a string describing the object.
globalInfo() - Method in class adams.data.image.multiimageoperation.PassThrough
Returns a string describing the object.
globalInfo() - Method in class adams.data.image.multiimageoperation.ReportFieldSubtraction
Returns a string describing the object.
globalInfo() - Method in class adams.data.image.multiimageoperation.XOr
Returns a string describing the object.
globalInfo() - Method in class adams.data.image.transformer.Binary
Returns a string describing the object.
globalInfo() - Method in class adams.data.image.transformer.BinaryMask
Returns a string describing the object.
globalInfo() - Method in class adams.data.image.transformer.BlueChannelColorizer
Returns a string describing the object.
globalInfo() - Method in class adams.data.image.transformer.ChangeCanvasSize
Returns a string describing the object.
globalInfo() - Method in class adams.data.image.transformer.crop.BinaryCrop
Returns a string describing the object.
globalInfo() - Method in class adams.data.image.transformer.crop.CropBackground
Returns a string describing the object.
globalInfo() - Method in class adams.data.image.transformer.crop.NoCrop
Returns a string describing the object.
globalInfo() - Method in class adams.data.image.transformer.crop.RectangleCrop
Returns a string describing the object.
globalInfo() - Method in class adams.data.image.transformer.crop.RelativeCrop
Returns a string describing the object.
globalInfo() - Method in class adams.data.image.transformer.crop.SimpleCrop
Returns a string describing the object.
globalInfo() - Method in class adams.data.image.transformer.crop.ThresholdedCrop
Returns a string describing the object.
globalInfo() - Method in class adams.data.image.transformer.Cropping
Returns a string describing the object.
globalInfo() - Method in class adams.data.image.transformer.DownSample
Returns a string describing the object.
globalInfo() - Method in class adams.data.image.transformer.FixObjects
Returns a string describing the object.
globalInfo() - Method in class adams.data.image.transformer.GaussianBlur
Returns a string describing the object.
globalInfo() - Method in class adams.data.image.transformer.GrayOrIndexedColorizer
Returns a string describing the object.
globalInfo() - Method in class adams.data.image.transformer.Grayscale
Returns a string describing the object.
globalInfo() - Method in class adams.data.image.transformer.ImageFilter
Returns a string describing the object.
globalInfo() - Method in class adams.data.image.transformer.ImageType
Returns a string describing the object.
globalInfo() - Method in class adams.data.image.transformer.LaplaceOfGaussian
Returns a string describing the object.
globalInfo() - Method in class adams.data.image.transformer.LaplaceOperator
Returns a string describing the object.
globalInfo() - Method in class adams.data.image.transformer.LocalMedianFilter
Returns a string describing the object.
globalInfo() - Method in class adams.data.image.transformer.MaxRGB
Returns a string describing the object.
globalInfo() - Method in class adams.data.image.transformer.MinRGB
Returns a string describing the object.
globalInfo() - Method in class adams.data.image.transformer.MinRGBOld
Returns a string describing the object.
globalInfo() - Method in class adams.data.image.transformer.MultiTransformer
Returns a string describing the object.
globalInfo() - Method in class adams.data.image.transformer.ObjectAnnotationsMask
Returns a string describing the object.
globalInfo() - Method in class adams.data.image.transformer.PassThrough
Returns a string describing the object.
globalInfo() - Method in class adams.data.image.transformer.ReplaceColors
Returns a string describing the object.
globalInfo() - Method in class adams.data.image.transformer.ReplacePredominantColor
Returns a string describing the object.
globalInfo() - Method in class adams.data.image.transformer.Resize
Returns a string describing the object.
globalInfo() - Method in class adams.data.image.transformer.Scripted
Returns a string describing the object.
globalInfo() - Method in class adams.data.image.transformer.SplitChannels
Returns a string describing the object.
globalInfo() - Method in class adams.data.image.transformer.SplitChannelsHSV
Returns a string describing the object.
globalInfo() - Method in class adams.data.image.transformer.SplitChannelsYIQ
Returns a string describing the object.
globalInfo() - Method in class adams.data.image.transformer.SplitChannelsYUV
Returns a string describing the object.
globalInfo() - Method in class adams.data.image.transformer.SubImages
Returns a string describing the object.
globalInfo() - Method in class adams.data.image.transformer.subimages.Grid
Returns a string describing the object.
globalInfo() - Method in class adams.data.image.transformer.subimages.Objects
Returns a string describing the object.
globalInfo() - Method in class adams.data.image.transformer.subimages.PassThrough
Returns a string describing the object.
globalInfo() - Method in class adams.data.image.transformer.subimages.Regions
Returns a string describing the object.
globalInfo() - Method in class adams.data.image.transformer.SuppliedImageMask
Returns a string describing the object.
globalInfo() - Method in class adams.data.image.transformer.ThresholdReplacement
Returns a string describing the object.
globalInfo() - Method in class adams.data.image.transformer.TrimapColorizer
Returns a string describing the object.
globalInfo() - Method in class adams.data.image.transformer.whitebalance.GIMP
Returns a string describing the object.
globalInfo() - Method in class adams.data.image.transformer.WhiteBalance
Returns a string describing the object.
globalInfo() - Method in class adams.data.image.transformer.whitebalance.GrayWorld
Returns a string describing the object.
globalInfo() - Method in class adams.data.image.transformer.whitebalance.NoBalance
Returns a string describing the object.
globalInfo() - Method in class adams.data.image.transformer.whitebalance.WhitePatch
Returns a string describing the object.
globalInfo() - Method in class adams.data.image.transformer.XScreenMask
Returns a string describing the object.
globalInfo() - Method in class adams.data.imagefilter.GrayFilterProvider
Returns a string describing the object.
globalInfo() - Method in class adams.data.imagefilter.KeepOnlyColors
Returns a string describing the object.
globalInfo() - Method in class adams.data.imagefilter.TransparentBackground
Returns a string describing the object.
globalInfo() - Method in class adams.data.imagesegmentation.filter.Draw
Returns a string describing the object.
globalInfo() - Method in class adams.data.imagesegmentation.filter.MergeLayers
Returns a string describing the object.
globalInfo() - Method in class adams.data.imagesegmentation.filter.MultiFilter
Returns a string describing the object.
globalInfo() - Method in class adams.data.imagesegmentation.filter.PassThrough
Returns a string describing the object.
globalInfo() - Method in class adams.data.imagesegmentation.filter.RemoveOverlaps
Returns a string describing the object.
globalInfo() - Method in class adams.data.imagesegmentation.layerorder.AsIs
Returns a string describing the object.
globalInfo() - Method in class adams.data.imagesegmentation.layerorder.Predefined
Returns a string describing the object.
globalInfo() - Method in class adams.data.imagesegmentation.layerorder.Sorted
Returns a string describing the object.
globalInfo() - Method in class adams.data.imagesegmentation.operation.CompareAnnotationWithPrediction
Returns a string describing the object.
globalInfo() - Method in class adams.data.imagesegmentation.operation.ConfusionMatrix
Returns a string describing the object.
globalInfo() - Method in class adams.data.imagesegmentation.operation.CountPixels
Returns a string describing the object.
globalInfo() - Method in class adams.data.imagesegmentation.operation.EvaluatePrediction
Returns a string describing the object.
globalInfo() - Method in class adams.data.imagesegmentation.operation.PassThrough
Returns a string describing the object.
globalInfo() - Method in class adams.data.imagesegmentation.operation.SimpleOverlay
Returns a string describing the object.
globalInfo() - Method in class adams.data.imagesharpness.Dummy
Returns a string describing the object.
globalInfo() - Method in class adams.data.indexedsplits.InstancesIndexedSplitsRunsCompatibility
Returns a string describing the object.
globalInfo() - Method in class adams.data.instancesanalysis.FastICA
Returns a string describing the object.
globalInfo() - Method in class adams.data.instancesanalysis.PCA
Returns a string describing the object.
globalInfo() - Method in class adams.data.instancesanalysis.pls.DIPLS
Returns a string describing the object.
globalInfo() - Method in class adams.data.instancesanalysis.PLS
Returns a string describing the object.
globalInfo() - Method in class adams.data.instancesanalysis.pls.KernelPLS
Returns a string describing the object.
globalInfo() - Method in class adams.data.instancesanalysis.pls.NIPALS
Returns a string describing the object.
globalInfo() - Method in class adams.data.instancesanalysis.pls.OPLS
Returns a string describing the object.
globalInfo() - Method in class adams.data.instancesanalysis.pls.PLS1
Returns a string describing this class.
globalInfo() - Method in class adams.data.instancesanalysis.pls.PRM
Returns a string describing the object.
globalInfo() - Method in class adams.data.instancesanalysis.pls.SIMPLS
Returns a string describing this class.
globalInfo() - Method in class adams.data.instancesanalysis.pls.SparsePLS
Returns a string describing the object.
globalInfo() - Method in class adams.data.instancesanalysis.pls.VCPLS
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.input.AbstractSimpleCSVReportReader
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.input.AbstractSimpleJsonReportReader
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.input.AbstractSimpleReportReader
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.input.AccessSpreadSheetReader
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.input.ApacheCommonsImageReader
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.input.ArffSpreadSheetReader
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.input.AutoWidthTabularSpreadSheetReader
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.input.BlueChannelImageSegmentationReader
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.input.BoofCVImageReader
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.input.Bzip2TextFileReader
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.input.CocoAnnotationsReportReader
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.input.CommandlineReader
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.input.CsvSpreadSheetReader
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.input.DeepLabCutCSVReader
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.input.DefaultFlowReader
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.input.DetectronAnnotationsReportReader
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.input.EmlEmailFileReader
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.input.ExcelSpreadSheetReader
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.input.ExcelStreamingSpreadSheetReader
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.input.FastCsvSpreadSheetReader
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.input.FixedTabularSpreadSheetReader
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.input.GnumericSpreadSheetReader
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.input.GrayscaleImageSegmentationReader
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.input.GzippedTextFileReader
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.input.ImageClassificationGridSpreadSheetReader
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.input.ImageClassificationJsonReportReader
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.input.ImageClassificationSpreadSheetReportReader
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.input.IndexedPNGImageSegmentationReader
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.input.IndividualImageSegmentationLayerReader
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.input.InstanceReader
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.input.JAIImageReader
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.input.JsonAdamsExperimentReader
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.input.JsonFlowReader
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.input.JsonIndexedSplitsRunsReader
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.input.JsonParameterMapReader
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.input.JSONSpreadSheetReader
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.input.LibSVMSpreadSheetReader
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.input.LineArrayTextReader
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.input.LineByLineTextReader
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.input.LzfTextFileReader
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.input.LzmaTextFileReader
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.input.Mat5SpreadSheetReader
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.input.MatlabSpreadSheetReader
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.input.NestedAdamsExperimentReader
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.input.NestedCommandlineReader
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.input.ObjectLocationsSpreadSheetReader
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.input.ODFSpreadSheetReader
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.input.OpenCVImageReader
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.input.OpexObjectLocationsReader
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.input.PascalVOCObjectLocationsReader
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.input.PNGImageReader
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.input.PNGSpreadSheetReader
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.input.PropertiesEmailFileReader
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.input.PropertiesIndexedSplitsRunsReader
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.input.PropertiesSpreadSheetReader
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.input.SerializableObjectReader
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.input.SerializedAdamsExperimentReader
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.input.SerializedObjectReader
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.input.SerializedParameterMapReader
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.input.SimpleArffSpreadSheetReader
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.input.SimpleCsvSpreadSheetReader
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.input.SimpleStreamSpreadSheetReader
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.input.SimpleTimeseriesReader
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.input.SingleStringTextReader
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.input.SpreadSheetTimeseriesReader
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.input.SqlDumpSpreadSheetReader
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.input.SVMLightSpreadSheetReader
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.input.TsvSpreadSheetReader
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.input.VggXmlAnnotationReportReader
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.input.ViaAnnotationsReportReader
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.input.XrffSpreadSheetReader
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.input.XStreamReader
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.input.XzTextFileReader
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.input.YamlParameterMapReader
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.input.YoloAnnotationsReportReader
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.input.ZstdTextFileReader
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.output.AbstractSimpleCSVReportWriter
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.output.AbstractSimpleJsonReportWriter
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.output.AbstractSimpleReportWriter
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.output.AccessSpreadSheetWriter
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.output.ApacheCommonsImageWriter
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.output.ArffSpreadSheetWriter
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.output.AutoWidthTabularSpreadSheetWriter
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.output.BlueChannelImageSegmentationWriter
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.output.BoofCVImageWriter
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.output.CommandlineWriter
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.output.CsvSpreadSheetWriter
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.output.DeepLabCutCSVWriter
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.output.DefaultFlowWriter
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.output.ExcelSpreadSheetWriter
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.output.ExcelStreamingSpreadSheetWriter
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.output.FixedTabularSpreadSheetWriter
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.output.GnumericSpreadSheetWriter
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.output.GrayOrIndexedImageWriter
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.output.GrayscaleImageSegmentationWriter
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.output.IndexedPNGImageSegmentationWriter
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.output.IndividualImageSegmentationLayerWriter
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.output.JAIImageWriter
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.output.JavaInstantiationWriter
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.output.JsonAdamsExperimentWriter
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.output.JsonFlowWriter
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.output.JsonIndexedSplitsRunsWriter
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.output.JsonParameterMapWriter
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.output.JSONSpreadSheetWriter
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.output.LibSVMSpreadSheetWriter
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.output.Mat5SpreadSheetWriter
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.output.MatlabSpreadSheetWriter
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.output.NestedAdamsExperimentWriter
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.output.NestedCommandlineWriter
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.output.NullWriter
Returns a short description of the writer.
globalInfo() - Method in class adams.data.io.output.ObjectLocationsSpreadSheetWriter
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.output.ODFSpreadSheetWriter
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.output.OpenCVImageWriter
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.output.OpexObjectLocationsWriter
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.output.PlainTextEmailFileWriter
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.output.PropertiesEmailFileWriter
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.output.PropertiesIndexedSplitsRunsWriter
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.output.PropertiesSpreadSheetWriter
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.output.SerializableObjectWriter
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.output.SerializedAdamsExperimentWriter
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.output.SerializedObjectWriter
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.output.SerializedParameterMapWriter
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.output.SimpleArffSpreadSheetWriter
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.output.SimpleJavaInstantiationWriter
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.output.SimpleStreamSpreadSheetWriter
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.output.SimpleTimeseriesWriter
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.output.SpreadSheetTimeseriesWriter
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.output.SqlDumpSpreadSheetWriter
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.output.SVMLightSpreadSheetWriter
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.output.TextFileWithLineNumbersWriter
Returns a short description of the writer.
globalInfo() - Method in class adams.data.io.output.TextFileWriter
Returns a short description of the writer.
globalInfo() - Method in class adams.data.io.output.TsvSpreadSheetWriter
 
globalInfo() - Method in class adams.data.io.output.ViaAnnotationsReportWriter
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.output.XrffSpreadSheetWriter
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.output.XStreamWriter
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.output.YamlParameterMapWriter
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.output.YoloAnnotationsReportWriter
Returns a string describing the object.
globalInfo() - Method in class adams.data.jai.features.DFT
Returns a string describing the object.
globalInfo() - Method in class adams.data.jai.features.Histogram
Returns a string describing the object.
globalInfo() - Method in class adams.data.jai.transformer.Brightness
Returns a string describing the object.
globalInfo() - Method in class adams.data.jai.transformer.ChangeOrientation
Returns a string describing the object.
globalInfo() - Method in class adams.data.jai.transformer.Dilate
Returns a string describing the object.
globalInfo() - Method in class adams.data.jai.transformer.Erode
Returns a string describing the object.
globalInfo() - Method in class adams.data.jai.transformer.Flip
Returns a string describing the object.
globalInfo() - Method in class adams.data.jai.transformer.Gray8
Returns a string describing the object.
globalInfo() - Method in class adams.data.jai.transformer.IndexedColors
Returns a string describing the object.
globalInfo() - Method in class adams.data.jai.transformer.Invert
Returns a string describing the object.
globalInfo() - Method in class adams.data.jai.transformer.Resize
Returns a string describing the object.
globalInfo() - Method in class adams.data.jai.transformer.Rotate
Returns a string describing the object.
globalInfo() - Method in class adams.data.jai.transformer.Scripted
Returns a string describing the object.
globalInfo() - Method in class adams.data.lire.features.AutoColorCorrelogram
Returns a string describing the object.
globalInfo() - Method in class adams.data.lire.features.BasicFeatures
Returns a string describing the object.
globalInfo() - Method in class adams.data.lire.features.BinaryPatternsPyramid
Returns a string describing the object.
globalInfo() - Method in class adams.data.lire.features.CEDD
Returns a string describing the object.
globalInfo() - Method in class adams.data.lire.features.ColorLayout
Returns a string describing the object.
globalInfo() - Method in class adams.data.lire.features.EdgeHistogram
Returns a string describing the object.
globalInfo() - Method in class adams.data.lire.features.FCTH
Returns a string describing the object.
globalInfo() - Method in class adams.data.lire.features.FuzzyColorHistogram
Returns a string describing the object.
globalInfo() - Method in class adams.data.lire.features.FuzzyOpponentHistogram
Returns a string describing the object.
globalInfo() - Method in class adams.data.lire.features.Gabor
Returns a string describing the object.
globalInfo() - Method in class adams.data.lire.features.JCD
Returns a string describing the object.
globalInfo() - Method in class adams.data.lire.features.JointHistogram
Returns a string describing the object.
globalInfo() - Method in class adams.data.lire.features.JpegCoefficientHistogram
Returns a string describing the object.
globalInfo() - Method in class adams.data.lire.features.LocalBinaryPatterns
Returns a string describing the object.
globalInfo() - Method in class adams.data.lire.features.LocalBinaryPatternsAndOpponent
Returns a string describing the object.
globalInfo() - Method in class adams.data.lire.features.LuminanceLayout
Returns a string describing the object.
globalInfo() - Method in class adams.data.lire.features.OpponentHistogram
Returns a string describing the object.
globalInfo() - Method in class adams.data.lire.features.PHOG
Returns a string describing the object.
globalInfo() - Method in class adams.data.lire.features.RankAndOpponent
Returns a string describing the object.
globalInfo() - Method in class adams.data.lire.features.RotationInvariantLocalBinaryPatterns
Returns a string describing the object.
globalInfo() - Method in class adams.data.lire.features.ScalableColor
Returns a string describing the object.
globalInfo() - Method in class adams.data.lire.features.SimpleCentrist
Returns a string describing the object.
globalInfo() - Method in class adams.data.lire.features.SimpleColorHistogram
Returns a string describing the object.
globalInfo() - Method in class adams.data.lire.features.SpatialPyramidAutoColorCorrelogram
Returns a string describing the object.
globalInfo() - Method in class adams.data.lire.features.SpatialPyramidCEDD
Returns a string describing the object.
globalInfo() - Method in class adams.data.lire.features.SpatialPyramidCentrist
Returns a string describing the object.
globalInfo() - Method in class adams.data.lire.features.SpatialPyramidFCTH
Returns a string describing the object.
globalInfo() - Method in class adams.data.lire.features.SpatialPyramidJCD
Returns a string describing the object.
globalInfo() - Method in class adams.data.lire.features.SpatialPyramidLocalBinaryPatterns
Returns a string describing the object.
globalInfo() - Method in class adams.data.lire.features.Tamura
Returns a string describing the object.
globalInfo() - Method in class adams.data.matlab.multimatrixoperation.Add
Returns a string describing the object.
globalInfo() - Method in class adams.data.matlab.multimatrixoperation.ApplyMask
Returns a string describing the object.
globalInfo() - Method in class adams.data.matlab.multimatrixoperation.Combine
Returns a string describing the object.
globalInfo() - Method in class adams.data.matlab.multimatrixoperation.Subtract
Returns a string describing the object.
globalInfo() - Method in class adams.data.noise.PassThrough
Returns a string describing the object.
globalInfo() - Method in class adams.data.objectfilter.AddDefaultLabel
Returns a string describing the object.
globalInfo() - Method in class adams.data.objectfilter.AttachMetaData
Returns a string describing the object.
globalInfo() - Method in class adams.data.objectfilter.AttachOverlappingMetaData
Returns a string describing the object.
globalInfo() - Method in class adams.data.objectfilter.ClipBoundingBoxes
Returns a string describing the object.
globalInfo() - Method in class adams.data.objectfilter.MakeSquare
Returns a string describing the object.
globalInfo() - Method in class adams.data.objectfilter.MergeOverlaps
Returns a string describing the object.
globalInfo() - Method in class adams.data.objectfilter.OffsetIndex
Returns a string describing the object.
globalInfo() - Method in class adams.data.objectfilter.PassThrough
Returns a string describing the object.
globalInfo() - Method in class adams.data.objectfilter.RemoveDuplicatePolygonPoints
Returns a string describing the object.
globalInfo() - Method in class adams.data.objectfilter.RemovePolygons
Returns a string describing the object.
globalInfo() - Method in class adams.data.objectfilter.RenameLabels
Returns a string describing the object.
globalInfo() - Method in class adams.data.objectfilter.Rotate
Returns a string describing the object.
globalInfo() - Method in class adams.data.objectfilter.Scale
Returns a string describing the object.
globalInfo() - Method in class adams.data.objectfilter.TransformMetaData
Returns a string describing the object.
globalInfo() - Method in class adams.data.objectfilter.Translate
Returns a string describing the object.
globalInfo() - Method in class adams.data.objectfilter.UpdateBoundsFromPolygon
Returns a string describing the object.
globalInfo() - Method in class adams.data.objectfinder.AllFinder
Returns a string describing the object.
globalInfo() - Method in class adams.data.objectfinder.ByMetaDataNumericValue
Returns a string describing the object.
globalInfo() - Method in class adams.data.objectfinder.ByMetaDataStringValue
Returns a string describing the object.
globalInfo() - Method in class adams.data.objectfinder.HasMetaDataValue
Returns a string describing the object.
globalInfo() - Method in class adams.data.objectfinder.Invert
Returns a string describing the object.
globalInfo() - Method in class adams.data.objectfinder.MultiObjectFinder
Returns a string describing the object.
globalInfo() - Method in class adams.data.objectfinder.NullFinder
Returns a string describing the object.
globalInfo() - Method in class adams.data.objectfinder.ObjectsInPolygon
Returns a string describing the object.
globalInfo() - Method in class adams.data.objectfinder.ObjectsInRegion
Returns a string describing the object.
globalInfo() - Method in class adams.data.objectfinder.PolygonPoints
Returns a string describing the object.
globalInfo() - Method in class adams.data.objectfinder.Size
Returns a string describing the object.
globalInfo() - Method in class adams.data.objectoverlap.AreaRatio
Returns a string describing the object.
globalInfo() - Method in class adams.data.objectoverlap.IntersectOverUnionRatio
Returns a string describing the object.
globalInfo() - Method in class adams.data.objectoverlap.Null
Returns a string describing the object.
globalInfo() - Method in class adams.data.opencv.features.Histogram
Returns a string describing the object.
globalInfo() - Method in class adams.data.opencv.features.MultiOpenCVFeatureGenerator
Returns a string describing the object.
globalInfo() - Method in class adams.data.opencv.features.Otsu
Returns a string describing the object.
globalInfo() - Method in class adams.data.opencv.features.Scripted
Returns a string describing the object.
globalInfo() - Method in class adams.data.opencv.multiimageoperation.PassThrough
Returns a string describing the object.
globalInfo() - Method in class adams.data.opencv.multiimageoperation.ReportFieldSubtraction
Returns a string describing the object.
globalInfo() - Method in class adams.data.opencv.transformer.Blur
Returns a string describing the object.
globalInfo() - Method in class adams.data.opencv.transformer.ConvertType
Returns a string describing the object.
globalInfo() - Method in class adams.data.opencv.transformer.GaussianBlur
Returns a string describing the object.
globalInfo() - Method in class adams.data.opencv.transformer.MultiTransformer
Returns a string describing the object.
globalInfo() - Method in class adams.data.opencv.transformer.PassThrough
Returns a string describing the object.
globalInfo() - Method in class adams.data.opencv.transformer.Resize
Returns a string describing the object.
globalInfo() - Method in class adams.data.opencv.transformer.Scripted
Returns a string describing the object.
globalInfo() - Method in class adams.data.opencv.transformer.SplitChannels
Returns a string describing the object.
globalInfo() - Method in class adams.data.opencv.transformer.Threshold
Returns a string describing the object.
globalInfo() - Method in class adams.data.outlier.Excluded
Returns a string describing the object.
globalInfo() - Method in class adams.data.outlier.FieldRequired
Returns a string describing the object.
globalInfo() - Method in class adams.data.outlier.FilteredOutlierDetector
Returns a string describing the object.
globalInfo() - Method in class adams.data.outlier.Groovy
Returns a string describing the object.
globalInfo() - Method in class adams.data.outlier.MinMax
Returns a string describing the object.
globalInfo() - Method in class adams.data.outlier.MultiOutlierDetector
Returns a string describing the object.
globalInfo() - Method in class adams.data.outlier.PassThrough
Returns a string describing the object.
globalInfo() - Method in class adams.data.outlier.Scripted
Returns a string describing the object.
globalInfo() - Method in class adams.data.outlier.StringMatcher
Returns a string describing the object.
globalInfo() - Method in class adams.data.outlier.TargetRequired
Returns a string describing the object.
globalInfo() - Method in class adams.data.outlier.TimeseriesMinPoints
Returns a string describing the object.
globalInfo() - Method in class adams.data.outlier.TimeseriesRange
Returns a string describing the object.
globalInfo() - Method in class adams.data.outlier.TimeseriesTimestampCheck
Returns a string describing the object.
globalInfo() - Method in class adams.data.overlappingobjectremoval.KeepHighestMetaDataValue
Returns a string describing the object.
globalInfo() - Method in class adams.data.overlappingobjectremoval.MergeOverlaps
Returns a string describing the object.
globalInfo() - Method in class adams.data.overlappingobjectremoval.PassThrough
Returns a string describing the object.
globalInfo() - Method in class adams.data.overlappingobjectremoval.RemoveAll
Returns a string describing the object.
globalInfo() - Method in class adams.data.overlappingobjectremoval.RemoveLargerRectangle
Returns a string describing the object.
globalInfo() - Method in class adams.data.overlappingobjectremoval.RemoveSmallerRectangle
Returns a string describing the object.
globalInfo() - Method in class adams.data.random.JavaRandomByte
Returns a string describing the object.
globalInfo() - Method in class adams.data.random.JavaRandomByteUnseeded
Returns a string describing the object.
globalInfo() - Method in class adams.data.random.JavaRandomDouble
Returns a string describing the object.
globalInfo() - Method in class adams.data.random.JavaRandomDoubleUnseeded
Returns a string describing the object.
globalInfo() - Method in class adams.data.random.JavaRandomInt
Returns a string describing the object.
globalInfo() - Method in class adams.data.random.JavaRandomIntUnseeded
Returns a string describing the object.
globalInfo() - Method in class adams.data.report.AbstractFilteredReportFilter
Returns a string describing the object.
globalInfo() - Method in class adams.data.report.FilteredReportFilter
Returns a string describing the object.
globalInfo() - Method in class adams.data.report.Groovy
Returns a string describing the object.
globalInfo() - Method in class adams.data.report.PassThrough
Returns a string describing the object.
globalInfo() - Method in class adams.data.report.RemoveByDataType
Returns a string describing the object.
globalInfo() - Method in class adams.data.report.RemoveByName
Returns a string describing the object.
globalInfo() - Method in class adams.data.report.Scripted
Returns a string describing the object.
globalInfo() - Method in class adams.data.smoothing.AbstractLOWESSBased
Returns a string describing the object.
globalInfo() - Method in class adams.data.smoothing.AbstractSavitzkyGolayBased
Returns a string describing the object.
globalInfo() - Method in class adams.data.smoothing.PassThrough
Returns a string describing the object.
globalInfo() - Method in class adams.data.smoothing.TimeseriesSlidingWindow
Returns a string describing the object.
globalInfo() - Method in class adams.data.spc.BeyondLimitsViolations
Returns a string describing the object.
globalInfo() - Method in class adams.data.spc.CChart
Returns a string describing the object.
globalInfo() - Method in class adams.data.spc.MOACUSUM
Returns a string describing the object.
globalInfo() - Method in class adams.data.spc.MOAPageHinkley
Returns a string describing the object.
globalInfo() - Method in class adams.data.spc.NPChart
Returns a string describing the object.
globalInfo() - Method in class adams.data.spc.NullViolations
Returns a string describing the object.
globalInfo() - Method in class adams.data.spc.OnOneSideViolations
Returns a string describing the object.
globalInfo() - Method in class adams.data.spc.PChart
Returns a string describing the object.
globalInfo() - Method in class adams.data.spc.UChart
Returns a string describing the object.
globalInfo() - Method in class adams.data.spc.XBarRChart
Returns a string describing the object.
globalInfo() - Method in class adams.data.spc.XBarSChart
Returns a string describing the object.
globalInfo() - Method in class adams.data.splitgenerator.generic.randomization.DefaultRandomization
Returns a string describing the object.
globalInfo() - Method in class adams.data.splitgenerator.generic.randomization.PassThrough
Returns a string describing the object.
globalInfo() - Method in class adams.data.splitgenerator.generic.splitter.DefaultSplitter
Returns a string describing the object.
globalInfo() - Method in class adams.data.splitgenerator.generic.stratification.DefaultStratification
Returns a string describing the object.
globalInfo() - Method in class adams.data.splitgenerator.generic.stratification.PassThrough
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.cellfinder.CellRange
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.cellfinder.CellTypeRange
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.cellfinder.ColumnFinderRange
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.cellfinder.CorrespondingColumn
 
globalInfo() - Method in class adams.data.spreadsheet.cellfinder.RowFinderRange
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.cellfinder.SingleCell
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.colstatistic.ArrayStatistic
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.colstatistic.Distinct
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.colstatistic.IQR
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.colstatistic.LabelCounts
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.colstatistic.Max
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.colstatistic.Mean
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.colstatistic.Median
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.colstatistic.Min
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.colstatistic.Missing
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.colstatistic.MultiColumnStatistic
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.colstatistic.Percentile
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.colstatistic.SignalToNoiseRatio
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.colstatistic.StandardDeviation
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.colstatistic.Sum
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.colstatistic.Unique
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.columnfinder.AllFinder
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.columnfinder.ByContentType
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.columnfinder.ByExactName
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.columnfinder.ByIndex
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.columnfinder.ByName
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.columnfinder.DownSample
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.columnfinder.FilteredColumnFinder
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.columnfinder.Invert
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.columnfinder.MultiColumnFinder
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.columnfinder.NullFinder
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.columnfinder.RowFilteredColumnFinder
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.columnfinder.SubSample
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.filter.Normalize
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.filter.PassThrough
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.filter.Standardize
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.filter.WekaFilter
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.JsonObjectHandler
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.matrixstatistic.Max
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.matrixstatistic.Mean
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.matrixstatistic.Median
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.matrixstatistic.Min
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.matrixstatistic.Missing
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.matrixstatistic.MultiMatrixStatistic
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.matrixstatistic.StandardDeviation
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.rowfinder.AllFinder
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.rowfinder.ByContentType
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.rowfinder.ByDateValue
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.rowfinder.ByIndex
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.rowfinder.ByNumericRange
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.rowfinder.ByNumericValue
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.rowfinder.ByStringComparison
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.rowfinder.ByValue
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.rowfinder.ClosestNumericValue
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.rowfinder.DownSample
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.rowfinder.Invert
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.rowfinder.IsNumeric
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.rowfinder.MissingValue
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.rowfinder.MultiRowFinder
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.rowfinder.NullFinder
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.rowfinder.SubSample
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.rowscore.ArrayStatistic
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.rowscore.ColumnSubset
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.rowscore.DistanceFromConstant
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.rowscore.EqualWidthBins
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.rowscore.MathExpression
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.rowscore.MultiRowScore
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.rowscore.NonMissing
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.rowscore.RowStatistic
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.rowscore.SAXDistanceFromBaseline
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.rowstatistic.ArrayStatistic
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.rowstatistic.Distinct
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.rowstatistic.IQR
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.rowstatistic.LabelCounts
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.rowstatistic.Max
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.rowstatistic.Mean
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.rowstatistic.Median
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.rowstatistic.Min
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.rowstatistic.Missing
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.rowstatistic.MultiRowStatistic
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.rowstatistic.Percentile
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.rowstatistic.SignalToNoiseRatio
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.rowstatistic.StandardDeviation
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.rowstatistic.Sum
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.rowstatistic.Unique
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.sql.DefaultTypeMapper
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.sql.MSSQLServerTypeMapper
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.StringObjectHandler
Returns a string describing the object.
globalInfo() - Method in class adams.data.statistics.AbstractArrayDistance
Returns a string describing the object.
globalInfo() - Method in class adams.data.statistics.AbstractDataStatistic
Returns a string describing the object.
globalInfo() - Method in class adams.data.statistics.ArrayAndrewsCurves
Returns a string describing the object.
globalInfo() - Method in class adams.data.statistics.ArrayAngle
Returns a string describing the object.
globalInfo() - Method in class adams.data.statistics.ArrayBinning
Returns a string describing the object.
globalInfo() - Method in class adams.data.statistics.ArrayCorrelationCoefficient
Returns a string describing the object.
globalInfo() - Method in class adams.data.statistics.ArrayCovariance
Returns a string describing the object.
globalInfo() - Method in class adams.data.statistics.ArrayDifference
Returns a string describing the object.
globalInfo() - Method in class adams.data.statistics.ArrayHistogram
Returns a string describing the object.
globalInfo() - Method in class adams.data.statistics.ArrayKendallTheil
Returns a string describing the object.
globalInfo() - Method in class adams.data.statistics.ArrayLength
Returns a string describing the object.
globalInfo() - Method in class adams.data.statistics.ArrayLinearRegression
Returns a string describing the object.
globalInfo() - Method in class adams.data.statistics.ArrayMax
Returns a string describing the object.
globalInfo() - Method in class adams.data.statistics.ArrayMean
Returns a string describing the object.
globalInfo() - Method in class adams.data.statistics.ArrayMeanAbsoluteError
Returns a string describing the object.
globalInfo() - Method in class adams.data.statistics.ArrayMedian
Returns a string describing the object.
globalInfo() - Method in class adams.data.statistics.ArrayMin
Returns a string describing the object.
globalInfo() - Method in class adams.data.statistics.ArrayNormalize
Returns a string describing the object.
globalInfo() - Method in class adams.data.statistics.ArrayNormalizeRange
Returns a string describing the object.
globalInfo() - Method in class adams.data.statistics.ArrayPercentile
Returns a string describing the object.
globalInfo() - Method in class adams.data.statistics.ArrayRelativeAbsoluteError
Returns a string describing the object.
globalInfo() - Method in class adams.data.statistics.ArrayRootMeanSquaredError
Returns a string describing the object.
globalInfo() - Method in class adams.data.statistics.ArrayRootRelativeSquaredError
Returns a string describing the object.
globalInfo() - Method in class adams.data.statistics.ArrayRSquared
Returns a string describing the object.
globalInfo() - Method in class adams.data.statistics.ArrayStandardDeviation
Returns a string describing the object.
globalInfo() - Method in class adams.data.statistics.ArrayStandardize
Returns a string describing the object.
globalInfo() - Method in class adams.data.statistics.ArrayStandardScores
Returns a string describing the object.
globalInfo() - Method in class adams.data.statistics.ArraySum
Returns a string describing the object.
globalInfo() - Method in class adams.data.statistics.MultiArrayStatistic
Returns a string describing the object.
globalInfo() - Method in class adams.data.statistics.TimeseriesStatistic
Returns a string describing the object.
globalInfo() - Method in class adams.data.textrenderer.ArrayTextRenderer
Returns a string describing the object.
globalInfo() - Method in class adams.data.textrenderer.CollectionTextRenderer
Returns a string describing the object.
globalInfo() - Method in class adams.data.textrenderer.DefaultTextRenderer
Returns a string describing the object.
globalInfo() - Method in class adams.data.textrenderer.IndexedSplitsRunsRenderer
Returns a string describing the object.
globalInfo() - Method in class adams.data.textrenderer.JsonTextRenderer
Returns a string describing the object.
globalInfo() - Method in class adams.data.textrenderer.ListTextRenderer
Returns a string describing the object.
globalInfo() - Method in class adams.data.textrenderer.MapTextRenderer
Returns a string describing the object.
globalInfo() - Method in class adams.data.textrenderer.SetTextRenderer
Returns a string describing the object.
globalInfo() - Method in class adams.data.textrenderer.SpreadSheetTextRenderer
Returns a string describing the object.
globalInfo() - Method in class adams.data.textrenderer.TextSupporterTextRenderer
Returns a string describing the object.
globalInfo() - Method in class adams.data.timeseries.AddMetaData
Returns a string describing the object.
globalInfo() - Method in class adams.data.timeseries.FixedNumFeatures
Returns a string describing the object.
globalInfo() - Method in class adams.data.timeseries.Values
Returns a string describing the object.
globalInfo() - Method in class adams.data.weka.classattribute.AttributeIndex
Returns a string describing the object.
globalInfo() - Method in class adams.data.weka.classattribute.ByExactName
Returns a string describing the object.
globalInfo() - Method in class adams.data.weka.classattribute.ByName
Returns a string describing the object.
globalInfo() - Method in class adams.data.weka.classattribute.LastAttribute
Returns a string describing the object.
globalInfo() - Method in class adams.data.weka.classattribute.NoClassAttribute
Returns a string describing the object.
globalInfo() - Method in class adams.data.weka.columnfinder.AllFinder
Returns a string describing the object.
globalInfo() - Method in class adams.data.weka.columnfinder.ByExactName
Returns a string describing the object.
globalInfo() - Method in class adams.data.weka.columnfinder.ByName
Returns a string describing the object.
globalInfo() - Method in class adams.data.weka.columnfinder.Class
Returns a string describing the object.
globalInfo() - Method in class adams.data.weka.columnfinder.Constant
Returns a string describing the object.
globalInfo() - Method in class adams.data.weka.columnfinder.Invert
Returns a string describing the object.
globalInfo() - Method in class adams.data.weka.columnfinder.MultiColumnFinder
Returns a string describing the object.
globalInfo() - Method in class adams.data.weka.columnfinder.NullFinder
Returns a string describing the object.
globalInfo() - Method in class adams.data.weka.columnfinder.RowFilteredColumnFinder
Returns a string describing the object.
globalInfo() - Method in class adams.data.weka.datasetsplitter.ColumnSplitter
Returns a string describing the object.
globalInfo() - Method in class adams.data.weka.datasetsplitter.RowSplitter
Returns a string describing the object.
globalInfo() - Method in class adams.data.weka.evaluator.IntervalEstimatorBased
Returns a string describing the object.
globalInfo() - Method in class adams.data.weka.evaluator.PassThrough
Returns a string describing the object.
globalInfo() - Method in class adams.data.weka.predictions.AutoScaler
Returns a string describing the object.
globalInfo() - Method in class adams.data.weka.predictions.FixedSizeErrorScaler
Returns a string describing the object.
globalInfo() - Method in class adams.data.weka.predictions.NumericErrorScalerWithReference
Returns a string describing the object.
globalInfo() - Method in class adams.data.weka.predictions.RelativeNumericErrorScaler
Returns a string describing the object.
globalInfo() - Method in class adams.data.weka.predictions.RoundErrorScaler
Returns a string describing the object.
globalInfo() - Method in class adams.data.weka.relationname.AttributeIndex
Returns a string describing the object.
globalInfo() - Method in class adams.data.weka.relationname.ClassAttribute
Returns a string describing the object.
globalInfo() - Method in class adams.data.weka.relationname.FileName
Returns a string describing the object.
globalInfo() - Method in class adams.data.weka.relationname.NoChange
Returns a string describing the object.
globalInfo() - Method in class adams.data.weka.rowfinder.AllFinder
Returns a string describing the object.
globalInfo() - Method in class adams.data.weka.rowfinder.ByLabel
Returns a string describing the object.
globalInfo() - Method in class adams.data.weka.rowfinder.ByNumericRange
Returns a string describing the object.
globalInfo() - Method in class adams.data.weka.rowfinder.ByNumericValue
Returns a string describing the object.
globalInfo() - Method in class adams.data.weka.rowfinder.Constant
Returns a string describing the object.
globalInfo() - Method in class adams.data.weka.rowfinder.FilteredIQR
Returns a string describing the object.
globalInfo() - Method in class adams.data.weka.rowfinder.Invert
Returns a string describing the object.
globalInfo() - Method in class adams.data.weka.rowfinder.MultiRowFinder
Returns a string describing the object.
globalInfo() - Method in class adams.data.weka.rowfinder.NullFinder
Returns a string describing the object.
globalInfo() - Method in class adams.db.autodetect.DbBackend
Returns a string describing the object.
globalInfo() - Method in class adams.db.datatype.DummySetup
Returns a string describing the object.
globalInfo() - Method in class adams.db.datatype.MultiSetup
Returns a string describing the object.
globalInfo() - Method in class adams.db.LogEntryConditions
Returns a string describing the object.
globalInfo() - Method in class adams.db.mirrored.DbBackend
Returns a string describing the object.
globalInfo() - Method in class adams.db.mysql.DbBackend
Returns a string describing the object.
globalInfo() - Method in class adams.db.postgresql.DbBackend
Returns a string describing the object.
globalInfo() - Method in class adams.db.sqlite.DbBackend
Returns a string describing the object.
globalInfo() - Method in class adams.db.SQLTableCleanUp
Returns a string describing the object.
globalInfo() - Method in class adams.db.upgrade.AbstractTableUpgrade
Returns a string describing the object.
globalInfo() - Method in class adams.db.upgrade.PassThrough
Returns a string describing the object.
globalInfo() - Method in class adams.doc.listing.ConsoleOutput
Returns a string describing the object.
globalInfo() - Method in class adams.doc.listing.HtmlOutput
Returns a string describing the object.
globalInfo() - Method in class adams.doc.listing.Listing
 
globalInfo() - Method in class adams.doc.listing.MarkdownOutput
Returns a string describing the object.
globalInfo() - Method in class adams.doc.listing.OptionOutput
Returns a string describing the object.
globalInfo() - Method in class adams.flow.condition.bool.AdamsInstanceCapabilities
Returns a string describing the object.
globalInfo() - Method in class adams.flow.condition.bool.And
Returns a string describing the object.
globalInfo() - Method in class adams.flow.condition.bool.BinaryFile
Returns a string describing the object.
globalInfo() - Method in class adams.flow.condition.bool.BooleanReportValue
Returns a string describing the object.
globalInfo() - Method in class adams.flow.condition.bool.BytesComplete
Returns a string describing the object.
globalInfo() - Method in class adams.flow.condition.bool.Counting
Returns a string describing the object.
globalInfo() - Method in class adams.flow.condition.bool.DirectoriesMatch
Returns a string describing the object.
globalInfo() - Method in class adams.flow.condition.bool.DirectoryExists
Returns a string describing the object.
globalInfo() - Method in class adams.flow.condition.bool.Expression
Returns a string describing the object.
globalInfo() - Method in class adams.flow.condition.bool.False
Returns a string describing the object.
globalInfo() - Method in class adams.flow.condition.bool.FileComplete
Returns a string describing the object.
globalInfo() - Method in class adams.flow.condition.bool.FileExists
Returns a string describing the object.
globalInfo() - Method in class adams.flow.condition.bool.FileInUse
Returns a string describing the object.
globalInfo() - Method in class adams.flow.condition.bool.FilesMatch
Returns a string describing the object.
globalInfo() - Method in class adams.flow.condition.bool.Groovy
Returns a string describing the object.
globalInfo() - Method in class adams.flow.condition.bool.HasClass
Returns a string describing the object.
globalInfo() - Method in class adams.flow.condition.bool.HasColumn
Returns a string describing the object.
globalInfo() - Method in class adams.flow.condition.bool.HasElements
Returns a string describing the object.
globalInfo() - Method in class adams.flow.condition.bool.HasExifTag
Returns a string describing the object.
globalInfo() - Method in class adams.flow.condition.bool.HashSet
Returns a string describing the object.
globalInfo() - Method in class adams.flow.condition.bool.HasInterface
Returns a string describing the object.
globalInfo() - Method in class adams.flow.condition.bool.HasLength
Returns a string describing the object.
globalInfo() - Method in class adams.flow.condition.bool.HasMapValue
Returns a string describing the object.
globalInfo() - Method in class adams.flow.condition.bool.HasProperty
Returns a string describing the object.
globalInfo() - Method in class adams.flow.condition.bool.HasQueue
Returns a string describing the object.
globalInfo() - Method in class adams.flow.condition.bool.HasRows
Returns a string describing the object.
globalInfo() - Method in class adams.flow.condition.bool.HasSize
Returns a string describing the object.
globalInfo() - Method in class adams.flow.condition.bool.HasStorageValue
Returns a string describing the object.
globalInfo() - Method in class adams.flow.condition.bool.HasVariable
Returns a string describing the object.
globalInfo() - Method in class adams.flow.condition.bool.HasVariableValue
Returns a string describing the object.
globalInfo() - Method in class adams.flow.condition.bool.InList
Returns a string describing the object.
globalInfo() - Method in class adams.flow.condition.bool.IsAndroid
Returns a string describing the object.
globalInfo() - Method in class adams.flow.condition.bool.IsArm64
Returns a string describing the object.
globalInfo() - Method in class adams.flow.condition.bool.IsArray
Returns a string describing the object.
globalInfo() - Method in class adams.flow.condition.bool.IsBoolean
Returns a string describing the object.
globalInfo() - Method in class adams.flow.condition.bool.IsByte
Returns a string describing the object.
globalInfo() - Method in class adams.flow.condition.bool.IsBzip2Compressed
Returns a string describing the object.
globalInfo() - Method in class adams.flow.condition.bool.IsDouble
Returns a string describing the object.
globalInfo() - Method in class adams.flow.condition.bool.IsFloat
Returns a string describing the object.
globalInfo() - Method in class adams.flow.condition.bool.IsGzipCompressed
Returns a string describing the object.
globalInfo() - Method in class adams.flow.condition.bool.IsInteger
Returns a string describing the object.
globalInfo() - Method in class adams.flow.condition.bool.IsLinux
Returns a string describing the object.
globalInfo() - Method in class adams.flow.condition.bool.IsLong
Returns a string describing the object.
globalInfo() - Method in class adams.flow.condition.bool.IsMac
Returns a string describing the object.
globalInfo() - Method in class adams.flow.condition.bool.IsMat5Array
Returns a string describing the object.
globalInfo() - Method in class adams.flow.condition.bool.IsMat5Matrix
Returns a string describing the object.
globalInfo() - Method in class adams.flow.condition.bool.IsMat5Struct
Returns a string describing the object.
globalInfo() - Method in class adams.flow.condition.bool.IsNull
Returns a string describing the object.
globalInfo() - Method in class adams.flow.condition.bool.IsNumeric
Returns a string describing the object.
globalInfo() - Method in class adams.flow.condition.bool.IsRarCompressed
Returns a string describing the object.
globalInfo() - Method in class adams.flow.condition.bool.IsShort
Returns a string describing the object.
globalInfo() - Method in class adams.flow.condition.bool.IsSubClass
Returns a string describing the object.
globalInfo() - Method in class adams.flow.condition.bool.IsWindows
Returns a string describing the object.
globalInfo() - Method in class adams.flow.condition.bool.IsXzCompressed
Returns a string describing the object.
globalInfo() - Method in class adams.flow.condition.bool.IsZipCompressed
Returns a string describing the object.
globalInfo() - Method in class adams.flow.condition.bool.IsZstdCompressed
Returns a string describing the object.
globalInfo() - Method in class adams.flow.condition.bool.Not
Returns a string describing the object.
globalInfo() - Method in class adams.flow.condition.bool.NotesErrors
Returns a string describing the object.
globalInfo() - Method in class adams.flow.condition.bool.Or
Returns a string describing the object.
globalInfo() - Method in class adams.flow.condition.bool.PromptUser
Returns a string describing the object.
globalInfo() - Method in class adams.flow.condition.bool.RegExp
Returns a string describing the object.
globalInfo() - Method in class adams.flow.condition.bool.ReportValueExists
Returns a string describing the object.
globalInfo() - Method in class adams.flow.condition.bool.Scripted
Returns a string describing the object.
globalInfo() - Method in class adams.flow.condition.bool.StorageFlagSet
Returns a string describing the object.
globalInfo() - Method in class adams.flow.condition.bool.TableExists
Returns a string describing the object.
globalInfo() - Method in class adams.flow.condition.bool.True
Returns a string describing the object.
globalInfo() - Method in class adams.flow.condition.bool.VariableFlagSet
Returns a string describing the object.
globalInfo() - Method in class adams.flow.condition.bool.WekaCapabilities
Returns a string describing the object.
globalInfo() - Method in class adams.flow.condition.bool.WekaClassification
Returns a string describing the object.
globalInfo() - Method in class adams.flow.container.AbstractContainer
Returns a short info on the container, namely the value names.
globalInfo() - Method in class adams.flow.control.ArrayGenerate
Returns a string describing the object.
globalInfo() - Method in class adams.flow.control.ArrayProcess
Returns a string describing the object.
globalInfo() - Method in class adams.flow.control.Block
Returns a string describing the object.
globalInfo() - Method in class adams.flow.control.Branch
Returns a string describing the object.
globalInfo() - Method in class adams.flow.control.Breakpoint
Returns a string describing the object.
globalInfo() - Method in class adams.flow.control.CallableActorScreenshot
Returns a string describing the object.
globalInfo() - Method in class adams.flow.control.Cast
Returns a string describing the object.
globalInfo() - Method in class adams.flow.control.ClearCallableDisplay
Returns a string describing the object.
globalInfo() - Method in class adams.flow.control.CloseCallableDisplay
Returns a string describing the object.
globalInfo() - Method in class adams.flow.control.CollectionProcess
Returns a string describing the object.
globalInfo() - Method in class adams.flow.control.ConditionalSequence
Returns a string describing the object.
globalInfo() - Method in class adams.flow.control.ConditionalSubProcess
Returns a string describing the object.
globalInfo() - Method in class adams.flow.control.ConditionalTee
Returns a string describing the object.
globalInfo() - Method in class adams.flow.control.ConditionalTrigger
Returns a string describing the object.
globalInfo() - Method in class adams.flow.control.ContainerValuePicker
Returns a string describing the object.
globalInfo() - Method in class adams.flow.control.Count
Returns a string describing the object.
globalInfo() - Method in class adams.flow.control.DesktopScreenshot
Returns a string describing the object.
globalInfo() - Method in class adams.flow.control.errorpostprocessor.Null
Returns a string describing the object.
globalInfo() - Method in class adams.flow.control.errorpostprocessor.OutOfMemory
Returns a string describing the object.
globalInfo() - Method in class adams.flow.control.FileProcessor
Returns a string describing the object.
globalInfo() - Method in class adams.flow.control.Flow
Returns a string describing the object.
globalInfo() - Method in class adams.flow.control.flowrestart.notification.Null
Returns a string describing the object.
globalInfo() - Method in class adams.flow.control.flowrestart.notification.TimestampFile
Returns a string describing the object.
globalInfo() - Method in class adams.flow.control.flowrestart.NotificationManager
Returns a string describing the object.
globalInfo() - Method in class adams.flow.control.flowrestart.NullManager
Returns a string describing the object.
globalInfo() - Method in class adams.flow.control.flowrestart.operation.ExternalCommand
Returns a string describing the object.
globalInfo() - Method in class adams.flow.control.flowrestart.operation.FlowFile
Returns a string describing the object.
globalInfo() - Method in class adams.flow.control.flowrestart.operation.MultiOperation
Returns a string describing the object.
globalInfo() - Method in class adams.flow.control.flowrestart.operation.Null
Returns a string describing the object.
globalInfo() - Method in class adams.flow.control.flowrestart.operation.RestartItself
Returns a string describing the object.
globalInfo() - Method in class adams.flow.control.flowrestart.trigger.Cron
Returns a string describing the object.
globalInfo() - Method in class adams.flow.control.flowrestart.trigger.FileMonitor
Returns a string describing the object.
globalInfo() - Method in class adams.flow.control.flowrestart.trigger.MetaCron
Returns a string describing the object.
globalInfo() - Method in class adams.flow.control.flowrestart.trigger.MonitorItself
Returns a string describing the object.
globalInfo() - Method in class adams.flow.control.flowrestart.trigger.MultiTrigger
Returns a string describing the object.
globalInfo() - Method in class adams.flow.control.flowrestart.trigger.Null
Returns a string describing the object.
globalInfo() - Method in class adams.flow.control.flowrestart.TriggerManager
Returns a string describing the object.
globalInfo() - Method in class adams.flow.control.ForceFlush
Returns a string describing the object.
globalInfo() - Method in class adams.flow.control.FreeMemory
Returns a string describing the object.
globalInfo() - Method in class adams.flow.control.GC
Returns a string describing the object.
globalInfo() - Method in class adams.flow.control.HeapDump
Returns a string describing the object.
globalInfo() - Method in class adams.flow.control.IfStorageValue
Returns a string describing the object.
globalInfo() - Method in class adams.flow.control.IfThenElse
Returns a string describing the object.
globalInfo() - Method in class adams.flow.control.Injector
Returns a string describing the object.
globalInfo() - Method in class adams.flow.control.InputOutputListener
Returns a string describing the object.
globalInfo() - Method in class adams.flow.control.Inspect
Returns a string describing the object.
globalInfo() - Method in class adams.flow.control.JDeps
Returns a string describing the object.
globalInfo() - Method in class adams.flow.control.JMap
Returns a string describing the object.
globalInfo() - Method in class adams.flow.control.LoadBalancer
Returns a string describing the object.
globalInfo() - Method in class adams.flow.control.LocalScopeTransformer
Returns a string describing the object.
globalInfo() - Method in class adams.flow.control.LocalScopeTrigger
Returns a string describing the object.
globalInfo() - Method in class adams.flow.control.MissionControl
Returns a string describing the object.
globalInfo() - Method in class adams.flow.control.Once
Returns a string describing the object.
globalInfo() - Method in class adams.flow.control.PlotContainerUpdater
Returns a string describing the object.
globalInfo() - Method in class adams.flow.control.plotprocessor.Expression
Returns a string describing the object.
globalInfo() - Method in class adams.flow.control.PlotProcessor
Returns a string describing the object.
globalInfo() - Method in class adams.flow.control.plotprocessor.LOWESS
Returns a string describing the object.
globalInfo() - Method in class adams.flow.control.plotprocessor.PassThrough
Returns a string describing the object.
globalInfo() - Method in class adams.flow.control.plotprocessor.SavitzkyGolay
Returns a string describing the object.
globalInfo() - Method in class adams.flow.control.plotprocessor.SimpleSavitzkyGolay
Returns a string describing the object.
globalInfo() - Method in class adams.flow.control.RaiseError
Returns a string describing the object.
globalInfo() - Method in class adams.flow.control.Rejector
Returns a string describing the object.
globalInfo() - Method in class adams.flow.control.RemoteExecutionTrigger
Returns a string describing the object.
globalInfo() - Method in class adams.flow.control.RemoveOutliers
Returns a string describing the object.
globalInfo() - Method in class adams.flow.control.removeoutliers.IQR
Returns a string describing the object.
globalInfo() - Method in class adams.flow.control.removeoutliers.MeanAbsoluteError
Returns a string describing the object.
globalInfo() - Method in class adams.flow.control.removeoutliers.MultiOutlierDetector
Returns a string describing the object.
globalInfo() - Method in class adams.flow.control.removeoutliers.Null
Returns a string describing the object.
globalInfo() - Method in class adams.flow.control.removeoutliers.StdDev
Returns a string describing the object.
globalInfo() - Method in class adams.flow.control.Sequence
Returns a string describing the object.
globalInfo() - Method in class adams.flow.control.SetContainerValue
Returns a string describing the object.
globalInfo() - Method in class adams.flow.control.SinkReset
Returns a string describing the object.
globalInfo() - Method in class adams.flow.control.Sleep
Returns a string describing the object.
globalInfo() - Method in class adams.flow.control.SourceReset
Returns a string describing the object.
globalInfo() - Method in class adams.flow.control.Stop
Returns a string describing the object.
globalInfo() - Method in class adams.flow.control.StorageValueSequence
Returns a string describing the object.
globalInfo() - Method in class adams.flow.control.SubProcess
Returns a string describing the object.
globalInfo() - Method in class adams.flow.control.Switch
Returns a string describing the object.
globalInfo() - Method in class adams.flow.control.Tee
Returns a string describing the object.
globalInfo() - Method in class adams.flow.control.TimedSubProcess
Returns a string describing the object.
globalInfo() - Method in class adams.flow.control.TimedTee
Returns a string describing the object.
globalInfo() - Method in class adams.flow.control.TimedTrigger
Returns a string describing the object.
globalInfo() - Method in class adams.flow.control.TransformerReset
Returns a string describing the object.
globalInfo() - Method in class adams.flow.control.Trigger
Returns a string describing the object.
globalInfo() - Method in class adams.flow.control.TriggerEvent
Returns a string describing the object.
globalInfo() - Method in class adams.flow.control.TriggerOnce
Returns a string describing the object.
globalInfo() - Method in class adams.flow.control.TryCatch
Returns a string describing the object.
globalInfo() - Method in class adams.flow.control.UpdateCallableDisplay
Returns a string describing the object.
globalInfo() - Method in class adams.flow.control.UpdateContainerValue
Returns a string describing the object.
globalInfo() - Method in class adams.flow.control.UpdateProperties
Returns a string describing the object.
globalInfo() - Method in class adams.flow.control.WhileLoop
Returns a string describing the object.
globalInfo() - Method in class adams.flow.core.ActorUsage
Returns a string describing the object.
globalInfo() - Method in class adams.flow.core.ActorVariablesFinder
Returns a string describing the object.
globalInfo() - Method in class adams.flow.core.displaytype.Background
Returns a string describing the object.
globalInfo() - Method in class adams.flow.core.displaytype.Default
Returns a string describing the object.
globalInfo() - Method in class adams.flow.core.displaytype.DisplayInEditor
Returns a string describing the object.
globalInfo() - Method in class adams.flow.core.displaytype.NoDisplay
Returns a string describing the object.
globalInfo() - Method in class adams.flow.core.ErrorHandlerInstanceLister
Returns a string describing the object.
globalInfo() - Method in class adams.flow.core.ObjectRetriever
Returns a string describing the object.
globalInfo() - Method in class adams.flow.core.WekaClassifierModelLoader
Returns a string describing the object.
globalInfo() - Method in class adams.flow.core.WekaClustererModelLoader
Returns a string describing the object.
globalInfo() - Method in class adams.flow.core.WekaFilterModelLoader
Returns a string describing the object.
globalInfo() - Method in class adams.flow.execution.CurrentlyExecuted
Returns a string describing the object.
globalInfo() - Method in class adams.flow.execution.debug.AnyActorBreakpoint
Returns a string describing the object.
globalInfo() - Method in class adams.flow.execution.debug.ClassBreakpoint
Returns a string describing the object.
globalInfo() - Method in class adams.flow.execution.Debug
Returns a string describing the object.
globalInfo() - Method in class adams.flow.execution.debug.MultiScopeRestriction
Returns a string describing the object.
globalInfo() - Method in class adams.flow.execution.debug.NoScopeRestriction
Returns a string describing the object.
globalInfo() - Method in class adams.flow.execution.debug.PathBreakpoint
Returns a string describing the object.
globalInfo() - Method in class adams.flow.execution.debug.SubFlowRestriction
Returns a string describing the object.
globalInfo() - Method in class adams.flow.execution.ExecutionCounter
Returns a string describing the object.
globalInfo() - Method in class adams.flow.execution.ExecutionLog
Returns a string describing the object.
globalInfo() - Method in class adams.flow.execution.MultiListener
Returns a string describing the object.
globalInfo() - Method in class adams.flow.execution.NullListener
Returns a string describing the object.
globalInfo() - Method in class adams.flow.execution.RemoteFlowListener
Returns a string describing the object.
globalInfo() - Method in class adams.flow.execution.Time
Returns a string describing the object.
globalInfo() - Method in class adams.flow.FlowRunner
Returns a string describing the object.
globalInfo() - Method in class adams.flow.FlowSetupRunner
Returns a string describing the object.
globalInfo() - Method in class adams.flow.generator.Template
Returns a string describing the object.
globalInfo() - Method in class adams.flow.processor.AbstractNameUpdater
Returns a string describing the object.
globalInfo() - Method in class adams.flow.processor.ActorStatistics
Returns a string describing the object.
globalInfo() - Method in class adams.flow.processor.ChangeDatabaseConditionLimit
Returns a string describing the object.
globalInfo() - Method in class adams.flow.processor.ChangeDatabaseConnection
Returns a string describing the object.
globalInfo() - Method in class adams.flow.processor.ChangeDisplayType
Returns a string describing the object.
globalInfo() - Method in class adams.flow.processor.ChangeNumThreads
Returns a string describing the object.
globalInfo() - Method in class adams.flow.processor.ChangePath
Returns a string describing the object.
globalInfo() - Method in class adams.flow.processor.CheckActorReferenceUsage
Returns a string describing the object.
globalInfo() - Method in class adams.flow.processor.CheckPlaceholders
Returns a string describing the object.
globalInfo() - Method in class adams.flow.processor.CheckStorageUsage
Returns a string describing the object.
globalInfo() - Method in class adams.flow.processor.CheckVariableUsage
Returns a string describing the object.
globalInfo() - Method in class adams.flow.processor.FindText
Returns a string describing the object.
globalInfo() - Method in class adams.flow.processor.FlattenStructure
Returns a string describing the object.
globalInfo() - Method in class adams.flow.processor.ForwardSlashSwitch
Returns a string describing the object.
globalInfo() - Method in class adams.flow.processor.ListActorReferenceUsage
Returns a string describing the object.
globalInfo() - Method in class adams.flow.processor.ListActorUsage
Returns a string describing the object.
globalInfo() - Method in class adams.flow.processor.ListAllStorageNames
Returns a string describing the object.
globalInfo() - Method in class adams.flow.processor.ListAllVariables
Returns a string describing the object.
globalInfo() - Method in class adams.flow.processor.ListAnnotationTags
Returns a string describing the object.
globalInfo() - Method in class adams.flow.processor.ListCallableActorUsage
Returns a string describing the object.
globalInfo() - Method in class adams.flow.processor.ListDatabaseConnections
Returns a string describing the object.
globalInfo() - Method in class adams.flow.processor.ListObjectCommandlines
Returns a string describing the object.
globalInfo() - Method in class adams.flow.processor.ListPaths
Returns a string describing the object.
globalInfo() - Method in class adams.flow.processor.ListStorageUsage
Returns a string describing the object.
globalInfo() - Method in class adams.flow.processor.ListStructureModifyingActors
Returns a string describing the object.
globalInfo() - Method in class adams.flow.processor.ListTODOs
Returns a string describing the object.
globalInfo() - Method in class adams.flow.processor.ListVariableUsage
Returns a string describing the object.
globalInfo() - Method in class adams.flow.processor.ManageInteractiveActors
Returns a string describing the object.
globalInfo() - Method in class adams.flow.processor.ManageTimedActors
Returns a string describing the object.
globalInfo() - Method in class adams.flow.processor.MultiProcessor
Returns a string describing the object.
globalInfo() - Method in class adams.flow.processor.ReactivateActors
Returns a string describing the object.
globalInfo() - Method in class adams.flow.processor.RemoveAutogeneratedActors
Returns a string describing the object.
globalInfo() - Method in class adams.flow.processor.RemoveBreakpoints
Returns a string describing the object.
globalInfo() - Method in class adams.flow.processor.RemoveDisabledActors
Returns a string describing the object.
globalInfo() - Method in class adams.flow.processor.RemoveUnusedReferenceableActors
Returns a string describing the object.
globalInfo() - Method in class adams.flow.processor.SwapObjects
Returns a string describing the object.
globalInfo() - Method in class adams.flow.processor.UpdateCallableActorName
Returns a string describing the object.
globalInfo() - Method in class adams.flow.processor.UpdateEventName
Returns a string describing the object.
globalInfo() - Method in class adams.flow.processor.UpdateStorageName
Returns a string describing the object.
globalInfo() - Method in class adams.flow.processor.UpdateVariableName
Returns a string describing the object.
globalInfo() - Method in class adams.flow.setup.FlowSetup
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.ActualVsPredictedPlot
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.ArrayDisplay
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.AutogeneratedSink
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.BinaryFileWriter
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.BoxPlot
 
globalInfo() - Method in class adams.flow.sink.Browser
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.CallableSink
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.Canvas
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.canvas.PassThrough
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.canvas.XYPaintlet
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.CloseInputStream
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.CloseReader
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.Console
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.ContainerDisplay
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.controlchartplot.ChartPaintlet
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.ControlChartPlot
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.controlchartplot.LimitPaintlet
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.CopyCallableSink
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.Display
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.DisplayPanelGrid
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.DisplayPanelManager
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.DOMDisplay
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.DownloadFile
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.DumpFile
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.EmailFileWriter
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.EmailViewer
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.EnQueue
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.Exec
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.ExternalSink
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.FileBrowser
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.FilePreview
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.FlowDisplay
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.FlowFileWriter
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.FourInOneDisplay
 
globalInfo() - Method in class adams.flow.sink.Groovy
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.Histogram
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.HistoryDisplay
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.Html4Display
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.ImageFileWriter
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.ImageHistogram
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.ImageSegmentationFileWriter
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.ImageSegmentationViewer
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.ImageViewer
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.InactiveSink
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.IncludeExternalSink
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.IndexedSplitsRunsWriter
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.InformationDialog
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.JavaLogging
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.JFreeChartFileWriter
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.JFreeChartPlot
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.JsonDisplay
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.JsonFileWriter
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.LargeObjectDbWriter
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.LogDumper
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.Logger
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.logview.DefaultLogEntryDialog
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.LogViewer
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.Mat5FileWriter
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.MatrixPlot
 
globalInfo() - Method in class adams.flow.sink.MenuItem
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.MergeFiles
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.NotesWriter
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.Null
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.ObjectPreview
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.ObjectViewer
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.OpenFile
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.PasteFiles
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.PDFCloseDocument
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.PDFViewer
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.PlotContainerSink
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.ProbabilityPlotDisplay
 
globalInfo() - Method in class adams.flow.sink.ProgrammaticSink
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.ProgressBar
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.PropertiesDisplay
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.PropertiesFileWriter
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.Publish
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.pyrosink.Generic
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.PyroSink
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.pyrosink.Null
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.RemoteCommandWriter
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.ReportDisplay
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.ScatterDisplay
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.Screenshot
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.Scripted
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.SendEmail
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.sendnotification.Console
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.sendnotification.Email
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.SendNotification
 
globalInfo() - Method in class adams.flow.sink.sendnotification.LogFile
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.sendnotification.MessageBox
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.sendnotification.MultiNotification
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.sendnotification.Null
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.SendRemoteCommand
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.sequenceplotter.AligningSequences
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.sequenceplotter.ByNameErrorPaintlet
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.sequenceplotter.ByNameMarkerPaintlet
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.sequenceplotter.ErrorBandPaintlet
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.sequenceplotter.ErrorCircleHitDetector
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.sequenceplotter.ErrorCirclePaintlet
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.sequenceplotter.ErrorCrossHitDetector
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.sequenceplotter.ErrorCrossPaintlet
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.SequencePlotter
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.sequenceplotter.NamedPlotUpdater
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.sequenceplotter.NoErrorPaintlet
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.sequenceplotter.NoMarkers
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.sequenceplotter.NullClickAction
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.sequenceplotter.OutlierPaintlet
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.sequenceplotter.PassThrough
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.sequenceplotter.SimpleErrorPaintlet
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.sequenceplotter.SimplePlotUpdater
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.sequenceplotter.SimplePruning
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.sequenceplotter.ToggleOutlier
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.sequenceplotter.VerticalMarkers
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.sequenceplotter.ViewDataClickAction
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.Serialize
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.SideBySideDiff
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.simplelogging.format.NoFormat
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.simplelogging.format.TimestampedFormat
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.SimpleLogging
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.simplelogging.output.ConsoleOutput
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.simplelogging.output.FileOutput
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.simplelogging.output.MultiOutput
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.simplelogging.output.RotatingFileOutput
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.SimplePlot
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.Socket
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.SpreadSheetDbWriter
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.SpreadSheetDisplay
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.SpreadSheetFileWriter
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.SpreadSheetRowViewer
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.StringTree
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.TemplateSink
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.TextWriter
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.TimeseriesDisplay
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.timeseriesdisplay.SimplePlotUpdater
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.WebSocketClient
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.WekaAttributeSummary
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.WekaClassifierErrors
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.WekaCostBenefitAnalysis
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.WekaCostCurve
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.WekaDatabaseWriter
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.WekaExperimentFileWriter
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.WekaExperimentGenerator
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.WekaFileWriter
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.WekaGraphVisualizer
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.WekaInstancesDisplay
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.WekaInstancesPlot
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.WekaInstanceViewer
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.WekaMarginCurve
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.WekaModelWriter
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.WekaThresholdCurve
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.WekaTreeVisualizer
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.XMLFileWriter
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.YamlFileWriter
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.ZScoreDisplay
 
globalInfo() - Method in class adams.flow.source.AbstractDatabaseMetaData
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.AbstractListTables
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.AbstractSpreadSheetDbReader
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.AutogeneratedSource
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.CallableSource
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.ColorProvider
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.CombineArrays
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.CombineCollections
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.CombineStorage
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.CombineVariables
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.Command
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.CopyCallableSource
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.Counter
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.CurrentFlow
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.CurrentTime
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.DeQueue
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.DirectoryLister
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.DirectorySupplier
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.DumpStorage
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.DumpVariables
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.EnterManyValues
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.EnterValue
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.Exec
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.ExternalSource
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.FilenameGenerator
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.FileSupplier
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.filesystemsearch.FtpDirectorySearch
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.filesystemsearch.FtpDirectorySearchWithComparator
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.filesystemsearch.FtpDirectorySearchWithCustomSort
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.filesystemsearch.FtpFileSearch
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.filesystemsearch.FtpFileSearchWithComparator
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.filesystemsearch.FtpFileSearchWithCustomSort
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.FileSystemSearch
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearch
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearchWithComparator
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearchWithCustomSort
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearchWithTimestampConstraints
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.filesystemsearch.LocalFileSearch
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.filesystemsearch.LocalFileSearchWithComparator
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.filesystemsearch.LocalFileSearchWithCustomSort
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.filesystemsearch.LocalFileSearchWithTimestampConstraints
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.filesystemsearch.MultiSearch
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.filesystemsearch.SftpDirectorySearch
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.filesystemsearch.SftpDirectorySearchWithComparator
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.filesystemsearch.SftpDirectorySearchWithCustomSort
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.filesystemsearch.SftpFileSearch
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.filesystemsearch.SftpFileSearchWithComparator
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.filesystemsearch.SftpFileSearchWithCustomSort
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.filesystemsearch.SmbDirectorySearch
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.filesystemsearch.SmbDirectorySearchWithComparator
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.filesystemsearch.SmbDirectorySearchWithCustomSort
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.filesystemsearch.SmbFileSearch
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.filesystemsearch.SmbFileSearchWithComparator
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.filesystemsearch.SmbFileSearchWithCustomSort
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.ForLoop
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.FTPLister
Deprecated.
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.GetEnvironmentVariable
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.GetSystemProperty
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.Groovy
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.HashSet
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.HttpRequest
 
globalInfo() - Method in class adams.flow.source.Idle
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.InactiveSource
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.IncludeExternalSource
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.InputStreamGenerator
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.inputstreamsource.FromFile
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.inputstreamsource.FromResource
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.IntegerRange
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.LargeObjectDbReader
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.ListCallableActors
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.ListEnvironmentVariables
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.ListStorageNames
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.ListSystemProperties
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.ListVariables
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.LookUp
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.LookUpTable
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.MakeContainer
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.MathExpression
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.MemoryUsage
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.ModuleInfo
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.NewArray
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.NewCollection
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.NewDOMDocument
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.NewFlow
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.NewImage
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.NewJsonStructure
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.newlist.FixedList
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.newlist.ForLoop
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.NewList
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.newlist.Wrapper
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.NewMap
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.NewMat5File
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.NewMat5Matrix
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.NewMat5Struct
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.NewProperties
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.NewRemoteCommand
 
globalInfo() - Method in class adams.flow.source.NewReport
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.NewSpreadSheet
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.NewTempFile
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.Null
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.OpenCVDeviceFrameGrabber
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.OptionProducer
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.OptionTraverser
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.PasteFromClipboard
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.PDFNewDocument
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.PipExec
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.pyrosource.Generic
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.PyroSource
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.pyrosource.Null
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.PythonExec
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.PythonVenvExec
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.RandomNumberGenerator
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.ReaderGenerator
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.readersource.FromFile
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.readersource.FromResource
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.RSync
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.Rsync4jRsyncBinary
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.Rsync4jSshBinary
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.Scripted
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.SelectCharset
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.SelectDateTime
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.SelectDirectory
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.SelectFile
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.SelectObjects
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.SequenceSource
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.SimpleRSync
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.Socket
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.SpecifiedActor
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.SQLIdSupplier
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.SSHExec
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.Start
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.StorageForLoop
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.StorageValue
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.StorageValuesArray
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.StringConstants
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.StringExpression
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.SwitchedSource
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.TemplateSource
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.TimeseriesDbReader
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.URLSupplier
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.valuedefinition.ArrayValueDefinition
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.valuedefinition.DefaultValueDefinition
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.valuedefinition.DirectoryValueDefinition
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.valuedefinition.EnumValueDefinition
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.valuedefinition.FileValueDefinition
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.valuedefinition.GOEValueDefinition
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.valuedefinition.ListSelectionValueDefinition
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.valuedefinition.RegExpConstrainedStringDefinition
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.valuedefinition.WekaGOEValueDefinition
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.Variable
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.VariablesArray
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.WekaAssociatorSetup
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.WekaClassifierGenerator
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.WekaClassifierSetup
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.WekaClustererGenerator
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.WekaClustererSetup
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.WekaDatabaseReader
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.WekaDataGenerator
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.WekaFilterGenerator
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.wekaforecastersetup.BaselineAdjustedForecasterGenerator
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.WekaForecasterSetup
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.wekaforecastersetup.WekaForecasterGenerator
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.WekaForecasting
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.WekaNewExperiment
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.WekaNewInstances
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.WekaSelectDataset
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.WekaSelectObjects
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.ZipArrays
Returns a string describing the object.
globalInfo() - Method in class adams.flow.standalone.AbstractCallableDatabaseConnection
Returns a string describing the object.
globalInfo() - Method in class adams.flow.standalone.AbstractMultiView.ViewWrapper
Returns a string describing the object.
globalInfo() - Method in class adams.flow.standalone.AutogeneratedStandalone
Returns a string describing the object.
globalInfo() - Method in class adams.flow.standalone.CallableActors
Returns a string describing the object.
globalInfo() - Method in class adams.flow.standalone.ConditionalStandalones
Returns a string describing the object.
globalInfo() - Method in class adams.flow.standalone.ConsoleWindow
Returns a string describing the object.
globalInfo() - Method in class adams.flow.standalone.CopyCallableStandalone
Returns a string describing the object.
globalInfo() - Method in class adams.flow.standalone.CounterInit
Returns a string describing the object.
globalInfo() - Method in class adams.flow.standalone.Cron
Returns a string describing the object.
globalInfo() - Method in class adams.flow.standalone.DatabaseCheck
Returns a string describing the object.
globalInfo() - Method in class adams.flow.standalone.DatabaseConnection
Returns a string describing the object.
globalInfo() - Method in class adams.flow.standalone.DelayedEvent
Returns a string describing the object.
globalInfo() - Method in class adams.flow.standalone.DeleteDir
Returns a string describing the object.
globalInfo() - Method in class adams.flow.standalone.DeleteFile
Returns a string describing the object.
globalInfo() - Method in class adams.flow.standalone.DeleteStorageValue
Returns a string describing the object.
globalInfo() - Method in class adams.flow.standalone.DeleteVariable
Returns a string describing the object.
globalInfo() - Method in class adams.flow.standalone.DeserializeToStorage
Returns a string describing the object.
globalInfo() - Method in class adams.flow.standalone.DirWatch
Returns a string describing the object.
globalInfo() - Method in class adams.flow.standalone.Events
Returns a string describing the object.
globalInfo() - Method in class adams.flow.standalone.ExecSQL
Returns a string describing the object.
globalInfo() - Method in class adams.flow.standalone.ExternalFlow
Returns a string describing the object.
globalInfo() - Method in class adams.flow.standalone.ExternalStandalone
Returns a string describing the object.
globalInfo() - Method in class adams.flow.standalone.FTPConnection
Returns a string describing the object.
globalInfo() - Method in class adams.flow.standalone.GridView
Returns a string describing the object.
globalInfo() - Method in class adams.flow.standalone.Groovy
Returns a string describing the object.
globalInfo() - Method in class adams.flow.standalone.HashSetInit
Returns a string describing the object.
globalInfo() - Method in class adams.flow.standalone.InactiveStandalone
Returns a string describing the object.
globalInfo() - Method in class adams.flow.standalone.IncludeExternalStandalone
Returns a string describing the object.
globalInfo() - Method in class adams.flow.standalone.InitPublishSubscribe
Returns a string describing the object.
globalInfo() - Method in class adams.flow.standalone.InitStorageCache
Returns a string describing the object.
globalInfo() - Method in class adams.flow.standalone.Java
Returns a string describing the object.
globalInfo() - Method in class adams.flow.standalone.JavaExec
Returns a string describing the object.
globalInfo() - Method in class adams.flow.standalone.JobRunnerInstance
Returns a string describing the object.
globalInfo() - Method in class adams.flow.standalone.JobRunnerSetup
Returns a string describing the object.
globalInfo() - Method in class adams.flow.standalone.logevent.AcceptAllFilter
Returns a string describing the object.
globalInfo() - Method in class adams.flow.standalone.logevent.AndFilter
Returns a string describing the object.
globalInfo() - Method in class adams.flow.standalone.LogEvent
Returns a string describing the object.
globalInfo() - Method in class adams.flow.standalone.logevent.LevelFilter
Returns a string describing the object.
globalInfo() - Method in class adams.flow.standalone.logevent.LogEntryProcessor
Returns a string describing the object.
globalInfo() - Method in class adams.flow.standalone.logevent.NameFilter
Returns a string describing the object.
globalInfo() - Method in class adams.flow.standalone.logevent.NotFilter
Returns a string describing the object.
globalInfo() - Method in class adams.flow.standalone.logevent.OrFilter
Returns a string describing the object.
globalInfo() - Method in class adams.flow.standalone.logevent.SimpleProcessor
Returns a string describing the object.
globalInfo() - Method in class adams.flow.standalone.logevent.TypeFilter
Returns a string describing the object.
globalInfo() - Method in class adams.flow.standalone.LookUpInit
Returns a string describing the object.
globalInfo() - Method in class adams.flow.standalone.MakeDir
Returns a string describing the object.
globalInfo() - Method in class adams.flow.standalone.MemoryMonitor
Returns a string describing the object.
globalInfo() - Method in class adams.flow.standalone.Null
Returns a string describing the object.
globalInfo() - Method in class adams.flow.standalone.PyroNameServer
Returns a string describing the object.
globalInfo() - Method in class adams.flow.standalone.pyrostandalone.Generic
Returns a string describing the object.
globalInfo() - Method in class adams.flow.standalone.PyroStandalone
Returns a string describing the object.
globalInfo() - Method in class adams.flow.standalone.pyrostandalone.Null
Returns a string describing the object.
globalInfo() - Method in class adams.flow.standalone.PythonEnvironment
Returns a string describing the object.
globalInfo() - Method in class adams.flow.standalone.QueueEvent
Returns a string describing the object.
globalInfo() - Method in class adams.flow.standalone.QueueInit
Returns a string describing the object.
globalInfo() - Method in class adams.flow.standalone.RegisterFlow
Returns a string describing the object.
globalInfo() - Method in class adams.flow.standalone.RemoteScriptingEngine
Returns a string describing the object.
globalInfo() - Method in class adams.flow.standalone.Scripted
Returns a string describing the object.
globalInfo() - Method in class adams.flow.standalone.SetManyVariables
Returns a string describing the object.
globalInfo() - Method in class adams.flow.standalone.SetProperty
Deprecated.
Returns a string describing the object.
globalInfo() - Method in class adams.flow.standalone.SetVariable
Returns a string describing the object.
globalInfo() - Method in class adams.flow.standalone.SMBConnection
Returns a string describing the object.
globalInfo() - Method in class adams.flow.standalone.SMTPConnection
Returns a string describing the object.
globalInfo() - Method in class adams.flow.standalone.SSHConnection
Returns a string describing the object.
globalInfo() - Method in class adams.flow.standalone.Standalones
Returns a string describing the object.
globalInfo() - Method in class adams.flow.standalone.Stopwatch
Returns a string describing the object.
globalInfo() - Method in class adams.flow.standalone.TableCleanUp
Returns a string describing the object.
globalInfo() - Method in class adams.flow.standalone.TabView
Returns a string describing the object.
globalInfo() - Method in class adams.flow.standalone.TemplateStandalone
Returns a string describing the object.
globalInfo() - Method in class adams.flow.standalone.TesseractConfiguration
Returns a string describing the object.
globalInfo() - Method in class adams.flow.standalone.Tool
Returns a string describing the object.
globalInfo() - Method in class adams.flow.standalone.VariableChangedEvent
Returns a string describing the object.
globalInfo() - Method in class adams.flow.standalone.WeakExternalStandalone
Returns a string describing the object.
globalInfo() - Method in class adams.flow.standalone.WebSocketServer
Returns a string describing the object.
globalInfo() - Method in class adams.flow.template.DummySink
Returns a string describing the object.
globalInfo() - Method in class adams.flow.template.DummySource
Returns a string describing the object.
globalInfo() - Method in class adams.flow.template.DummyStandalone
Returns a string describing the object.
globalInfo() - Method in class adams.flow.template.DummyTransformer
Returns a string describing the object.
globalInfo() - Method in class adams.flow.template.EndlessLoop
Returns a string describing the object.
globalInfo() - Method in class adams.flow.template.FileProcessingWithProgressBar
Returns a string describing the object.
globalInfo() - Method in class adams.flow.template.FromFile
Returns a string describing the object.
globalInfo() - Method in class adams.flow.template.Groovy
Returns a string describing the object.
globalInfo() - Method in class adams.flow.template.InstanceDumperVariable
Returns a string describing the object.
globalInfo() - Method in class adams.flow.template.IterateFilesWithProgressBar
Returns a string describing the object.
globalInfo() - Method in class adams.flow.template.OptionTraverser
Returns a string describing the object.
globalInfo() - Method in class adams.flow.template.OptionTraverserWithSpreadSheetDisplay
Returns a string describing the object.
globalInfo() - Method in class adams.flow.template.ProgressInConsole
Returns a string describing the object.
globalInfo() - Method in class adams.flow.template.PromptUser
Returns a string describing the object.
globalInfo() - Method in class adams.flow.template.Scripted
Returns a string describing the object.
globalInfo() - Method in class adams.flow.template.SimpleMenu
Returns a string describing the object.
globalInfo() - Method in class adams.flow.template.StoreFilenameInVariable
Returns a string describing the object.
globalInfo() - Method in class adams.flow.template.StoreReportValueInVariable
Returns a string describing the object.
globalInfo() - Method in class adams.flow.template.StringReplace
Returns a string describing the object.
globalInfo() - Method in class adams.flow.template.UpdateVariable
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.AbstractDeleteDbReportValue
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.AbstractDeleteReportValue
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.AbstractDeleteReportValueByExpression
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.AbstractFilter
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.AbstractGetReportValue
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.AbstractInstanceGenerator
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.AbstractReportFileImport
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.AbstractSetReportValue
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.AccessDatabaseInfo
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.AddDOMAttribute
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.AddDOMNode
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.AddNote
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.AppendName
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.ArrayCombinations
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.ArrayHistogramRanges
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.ArrayLength
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.ArrayReverse
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.ArrayStatistic
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.ArraySubset
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.arraysubsetgeneration.EveryNth
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.ArraySubsetGeneration
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.arraysubsetgeneration.Percentage
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.arraysubsetgeneration.RangeSubset
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.arraysubsetgeneration.SimplePercentage
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.ArrayToChunks
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.ArrayToCollection
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.ArrayToSequence
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.ArrayToVariables
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.AutogeneratedTransformer
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.BaseName
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.BinaryFileReader
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.BoofCVDetectLines
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.BoofCVDetectLineSegments
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.BoofCVFeatureGenerator
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.BoofCVMultiImageOperation
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.BoofCVTransformer
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.BufferedImageFeatureGenerator
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.BufferedImageMultiImageOperation
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.BufferedImageTransformer
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.Bzip2
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.CallableTransformer
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.ChangeImageObjectPrefix
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.ChangeReportFieldPrefixes
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.ClassSelector
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.CollectionAppend
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.CollectionInsert
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.CollectionSize
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.CollectionSubset
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.CollectionToArray
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.CollectionToSequence
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.ColorProvider
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.compareobjectlocations.Combined
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.CompareObjectLocations
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.compareobjectlocations.SideBySide
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.CompareObjects
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.CompareObjectTypes
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.ConfirmationDialog
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.ConfusionMatrix
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.ContainerToStorage
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.ContainerToVariables
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.ControlChart
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.Convert
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.ConvertFeatures
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.Copy
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.CopyCallableTransformer
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.CopyFile
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.CopyToClipboard
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.CounterAdd
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.CounterInit
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.CountObjectsInPolygon
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.CountObjectsInRegion
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.CreateEmail
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.datacontainer.NoPostProcessing
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.datacontainer.NoPreProcessing
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.DatasetFilter
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.DatasetRowFilter
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.DateTimeTypeDifference
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.DecodeBarcode
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.DeleteFile
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.DeleteJsonValue
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.DeleteMapValue
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.DeleteOverlappingImageObjects
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.DeletePropertyValue
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.DeleteReportValue
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.DeleteReportValueByExpression
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.DeleteStorageValue
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.DeleteVariable
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.Deserialize
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.DetermineOverlappingAreas
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.DetermineOverlappingObjects
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.Diff
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.DirName
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.DownloadContent
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.draw.AnnotationsAndPredictions
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.draw.Barcode
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.draw.FloodFill
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.Draw
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.draw.Image
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.draw.Line
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.draw.ObjectAnnotationsFromReport
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.draw.ObjectCentersFromReport
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.draw.ObjectLocationsFromReport
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.draw.Oval
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.draw.Pixel
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.draw.Rectangle
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.draw.Text
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.EmailFileReader
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.EncodeBarcode
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.ExecuteActor
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.ExecuteJobs
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.ExecuteRemoteCommand
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.exiftagoperation.ApacheCommonsExifTagExists
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.exiftagoperation.ApacheCommonsExifTagRead
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.exiftagoperation.ApacheCommonsExifTagRemove
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.exiftagoperation.ApacheCommonsExifTagWrite
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.ExifTagOperation
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.ExpandStorage
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.ExpandVariables
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.ExternalTransformer
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.FileChanged
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.FileExtension
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.FileInfo
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.FilenameGenerator
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.FileTailer
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.FilterMap
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.FindInFile
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.FlowFileReader
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.FTPDelete
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.FTPDisconnect
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.FTPGet
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.FTPNoOp
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.FTPSend
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.GenerateFileBasedDataset
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.generatefilebaseddataset.SimpleFileList
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.GetArrayElement
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.GetDatabaseID
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.GetID
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.GetImageObjectIndices
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.GetImageObjectMetaData
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.GetImageObjects
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.GetJsonKeys
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.GetJsonValue
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.GetListElement
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.GetMapKeys
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.GetMapValue
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.GetNotes
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.GetObjectProperty
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.GetProperties
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.GetProperty
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.GetPropertyNames
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.GetPropertyValue
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.GetRemoteCommandPayload
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.GetReport
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.GetReportValue
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.GetStorageValue
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.Groovy
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.GroupByRegExp
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.GUNZIP
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.GZIP
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.HashSetAdd
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.HashSetInit
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.HashSetRemove
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.HexReplace
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.HttpPostFile
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.HttpRequest
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.IDGenerator
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.ImageAnnotator
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.ImageFileReader
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.ImageInfo
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.ImageLabeler
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.ImageMetaData
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.ImageObjectAnnotator
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.ImageObjectFilter
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.ImageObjectIndexOffset
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.ImageObjectInfo
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.ImageObjectOverlap
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.ImageObjectOverlapMatrix
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.ImageObjectToVariables
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.ImagePreparation
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.imagepreparation.PassThrough
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.ImageSegmentationAnnotator
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.ImageSegmentationContainerFilter
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.ImageSegmentationContainerOperation
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.ImageSegmentationFileReader
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.ImageSharpness
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.InactiveTransformer
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.IncludeExternalTransformer
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.IncStorageValue
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.IncVariable
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.IndexedSplitsRunsEvaluation
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.indexedsplitsrunsevaluation.InstancesIndexedSplitsRunsEvaluation
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.indexedsplitsrunsevaluation.NullEvaluation
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.IndexedSplitsRunsGenerator
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesCrossValidationFoldGenerator
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesGroupedCrossValidationFoldGenerator
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesGroupedRandomSplitGenerator
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesRandomSplitGenerator
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.ManualSplitGenerator
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.MultiRunGenerator
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.SpreadSheetRandomSplitGenerator
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.IndexedSplitsRunsPredictions
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.indexedsplitsrunspredictions.InstancesIndexedSplitsRunsPredictions
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.indexedsplitsrunspredictions.NullPredictions
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.IndexedSplitsRunsReader
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.IntersectOverUnion
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.JsonFileReader
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.locateobjects.BinaryContours
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.locateobjects.CannyBinary
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.locateobjects.CannyEdges
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.locateobjects.ChangeCanvasSize
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.locateobjects.CroppedLocator
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.LocateObjects
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.locateobjects.PassThrough
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.locateobjects.SizeFilter
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.locateobjects.XScreenMaskLocator
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.LookUp
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.LookUpAdd
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.LookUpInit
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.LookUpRemove
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.LookUpUpdate
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.Lzf
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.Lzma
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.MakeDir
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.MakeForecastPlotContainer
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.MakeJFreeChartDataset
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.MakeLogEntry
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.MakePlotContainer
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.mapfilter.PassThrough
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.mapfilter.RemoveByName
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.MapToStorageValues
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.MapToVariables
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.MapVariableIterator
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.Mat5ArrayInfo
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.Mat5ArraySubset
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.Mat5FileAddArray
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.Mat5FileAddMap
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.Mat5FileGetArray
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.Mat5FileInfo
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.Mat5FileReader
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.Mat5GetMatrixElement
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.Mat5GetStructField
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.Mat5SetMatrixElement
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.Mat5SetStructField
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.Mat5StructInfo
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.MatchReportFields
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.MathExpression
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.Max
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.MergeObjectLocations
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.MergeReport
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.MergeReportFromMap
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.MessageDigest
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.metadata.ApacheCommons
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.metadata.MetaDataExtractor
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.MimeType
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.Min
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.MoveFile
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.multimapoperation.CommonKeys
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.MultiMapOperation
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.multimapoperation.Merge
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.multimapoperation.PassThrough
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.MultiMat5MatrixOperation
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.multispreadsheetoperation.CommonIDs
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.multispreadsheetoperation.Difference
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.MultiSpreadSheetOperation
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.multispreadsheetoperation.Merge
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.multispreadsheetoperation.PassThrough
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.multispreadsheetoperation.Sum
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.NegativeRegions
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.negativeregions.LargestRegions
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.negativeregions.MaxDimensions
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.negativeregions.MinDimensions
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.negativeregions.Null
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.negativeregions.RandomRegions
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.negativeregions.SimpleBlockFill
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.ObjectArrayToPrimitiveArray
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.OpenCVFeatureGenerator
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.OpenCVMultiImageOperation
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.OpenCVTransformer
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.OptionProducer
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.OutlierDetector
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.PassThrough
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.PDFAppendDocument
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.PDFCreate
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.PDFExtract
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.PDFExtractImages
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.PDFExtractText
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.PDFGenerate
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.pdfgenerate.Proclets
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.pdfgenerate.Scripted
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.PDFInfo
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.PDFMerge
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.PDFMetaData
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.PDFPageCount
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.pdfproclet.Circle
Returns a short description of the writer.
globalInfo() - Method in class adams.flow.transformer.pdfproclet.ConfusionMatrix
Returns a short description of the writer.
globalInfo() - Method in class adams.flow.transformer.pdfproclet.FixedText
Returns a short description of the writer.
globalInfo() - Method in class adams.flow.transformer.pdfproclet.Headline
Returns a short description of the writer.
globalInfo() - Method in class adams.flow.transformer.pdfproclet.Image
Returns a short description of the writer.
globalInfo() - Method in class adams.flow.transformer.pdfproclet.Line
Returns a short description of the writer.
globalInfo() - Method in class adams.flow.transformer.pdfproclet.MetaHeadline
Returns a short description of the writer.
globalInfo() - Method in class adams.flow.transformer.pdfproclet.NewPage
Returns a short description of the writer.
globalInfo() - Method in class adams.flow.transformer.pdfproclet.PlainText
Returns a short description of the writer.
globalInfo() - Method in class adams.flow.transformer.pdfproclet.Rectangle
Returns a short description of the writer.
globalInfo() - Method in class adams.flow.transformer.pdfproclet.SpreadSheet
Returns a short description of the writer.
globalInfo() - Method in class adams.flow.transformer.PDFRenderPages
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.PDFStamp
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.pdfstamp.Image
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.pdfstamp.PassThrough
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.pdfstamp.Text
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.pixelselector.AbstractPixelSelectorAction
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.pixelselector.AbstractPixelSelectorOverlay
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.pixelselector.AddClassification
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.pixelselector.BottomRightCorner
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.PixelSelector
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.pixelselector.SimpleSelect
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.pixelselector.TopLeftCorner
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.plotgenerator.AndrewsCurvesGenerator
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.plotgenerator.NamedPlotGenerator
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.plotgenerator.RowWisePlotGenerator
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.plotgenerator.SimplePlotGenerator
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.plotgenerator.XYPlotGenerator
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.plotgenerator.XYWithErrorsPlotGenerator
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.PredictionEccentricity
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.preparefilebaseddataset.CrossValidation
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.PrepareFileBasedDataset
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.preparefilebaseddataset.GroupedCrossValidation
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.preparefilebaseddataset.GroupedTrainTestSplit
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.preparefilebaseddataset.GroupedTrainValidateTestSplit
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.preparefilebaseddataset.Selected
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.preparefilebaseddataset.TrainTestSplit
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.preparefilebaseddataset.TrainValidateTestSplit
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.PrependDir
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.PrimitiveArrayToObjectArray
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.ProcessActor
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.ProgrammaticTokenListener
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.PropertiesFileReader
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.PropertiesToVariables
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.pyrotransformer.ExampleGreeting
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.pyrotransformer.Generic
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.PyroTransformer
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.pyrotransformer.Null
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.PythonExpandScript
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.RelativeDir
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.RemoteCommandReader
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.RemoveImageObject
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.RemoveOverlappingImageObjects
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.report.NoPostProcessing
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.report.NoPreProcessing
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.ReportDbUpdater
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.ReportField
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.ReportFileReader
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.ReportFileWriter
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.ReportMathExpression
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.ReportToStorage
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.ReportToVariables
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.Round
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.ScaleReportObjects
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.ScpFrom
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.ScpTo
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.Scripted
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SelectArraySubset
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SequenceToArray
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SequenceToCollection
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SetArrayElement
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SetDatabaseID
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SetID
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SetImageObjectMetaData
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SetJsonValue
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SetManyVariables
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SetMapValue
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SetPlotContainerValue
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SetProperty
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SetPropertyValue
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SetReportFromFile
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SetReportFromSource
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SetReportValue
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SetStorageFlag
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SetStorageValue
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SetSystemProperty
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SetVariable
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SFTPDelete
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SFTPGet
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SFTPSend
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SimpleStringReplace
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SMBGet
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SMBSend
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.Sort
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SplitFile
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.splitfile.SplitByLineCount
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.splitfile.SplitByNumber
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.splitfile.SplitBySize
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SpreadSheetAggregate
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SpreadSheetAnonymize
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SpreadSheetAppend
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SpreadSheetAppendComments
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SpreadSheetCellFinder
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SpreadSheetCellSelector
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SpreadSheetCollapse
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SpreadSheetColumnFilter
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SpreadSheetColumnIterator
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SpreadSheetColumnsByName
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SpreadSheetColumnStatistic
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SpreadSheetCommonIDs
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SpreadSheetConvertCells
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SpreadSheetConvertHeaderCells
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SpreadSheetCopyColumns
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SpreadSheetCopyRows
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SpreadSheetDifference
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SpreadSheetExtractArray
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SpreadSheetFileReader
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SpreadSheetFilter
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SpreadSheetGetCell
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SpreadSheetGetColumnIndex
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SpreadSheetGetHeaderCell
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SpreadSheetHistogramRanges
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SpreadSheetInfo
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SpreadSheetInsertColumn
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SpreadSheetInsertRow
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SpreadSheetInsertRowScore
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SpreadSheetMatrixStatistic
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SpreadSheetMerge
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SpreadSheetMethodMerge
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.spreadsheetmethodmerge.JoinOnID
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.spreadsheetmethodmerge.Simple
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SpreadSheetPlotGenerator
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SpreadSheetQuery
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SpreadSheetRandomSystematicSample
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SpreadSheetRemoveColumn
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SpreadSheetRemoveRow
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SpreadSheetReorderColumns
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SpreadSheetReorderRows
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SpreadSheetReplaceCellValue
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SpreadSheetRowBinning
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SpreadSheetRowBuffer
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SpreadSheetRowFilter
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SpreadSheetRowStatistic
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SpreadSheetRowToTimeseries
 
globalInfo() - Method in class adams.flow.transformer.SpreadSheetSelectSubset
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SpreadSheetSetCell
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SpreadSheetSetHeaderCell
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SpreadSheetSort
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SpreadSheetSortColumns
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SpreadSheetStatistic
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SpreadSheetStorageRowIterator
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SpreadSheetSubset
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SpreadSheetSubsetByValue
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SpreadSheetSubsetFromGroup
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SpreadSheetToTimeseries
 
globalInfo() - Method in class adams.flow.transformer.SpreadSheetTransformCells
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SpreadSheetTransformHeaderCells
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SpreadSheetVariableRowIterator
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.StorageCollectionInsert
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.StorageJFreeChartAddSeries
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.StringArraySplit
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.StringCut
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.StringExpression
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.StringIndent
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.StringIndexOf
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.StringInsert
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.StringJoin
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.StringLength
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.StringMatcher
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.StringRangeCut
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.StringReplace
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.StringSanitizer
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.StringSplit
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.StringTrim
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SubStringCount
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.summarystatistics.Accuracy
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.summarystatistics.CorrelationCoefficient
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SummaryStatistics
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.summarystatistics.MeanAbsoluteError
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.summarystatistics.NoPrediction
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.summarystatistics.RootMeanSquaredError
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SwapVariables
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.Tar
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.TemplateTransformer
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.TesseractOCR
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.TextFileReader
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.TextRenderer
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.TimeseriesAdd
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.TimeseriesAppend
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.TimeseriesDbReader
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.TimeseriesFeatureGenerator
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.TimeseriesFileReader
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.TimeseriesFileWriter
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.TimeseriesInfo
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.TimeseriesReportDbUpdater
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.timeseriessplit.FixedDate
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.timeseriessplit.FixedLengthSegments
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.timeseriessplit.FixedNumSegments
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.TimeseriesSplit
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.timeseriessplit.PassThrough
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.timeseriessplit.ReportDate
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.Timestamp
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.Tool
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.Touch
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.UnBzip2
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.UniqueID
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.UnLzf
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.UnLzma
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.UnRAR
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.UnTar
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.UnXz
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.UnZIP
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.UnZstd
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.UpdateProperty
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.ViaAnnotationsToReports
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.WaitForFile
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.WekaAccumulatedError
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.WekaAggregateEvaluations
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.WekaAttributeIterator
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.WekaAttributeSelection
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.WekaAttributeSelectionSummary
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.WekaBootstrapping
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.WekaChooseAttributes
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.WekaClassifierInfo
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.WekaClassifierOptimizer
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.WekaClassifierRanker
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.WekaClassifierSetupProcessor
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.wekaclassifiersetupprocessor.PassThrough
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.wekaclassifiersetupprocessor.VotedPairs
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.WekaClassifying
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.WekaClassSelector
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.WekaClusterAssignments
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.wekaclusterer.AddCluster
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.wekaclusterer.AverageSilhouetteCoefficient
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.wekaclusterer.ClusterCenters
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.wekaclusterer.ClusterCounts
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.wekaclusterer.ClusterStatistics
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.wekaclusterer.MultiClustererPostProcessor
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.wekaclusterer.PassThrough
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.WekaClustererInfo
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.WekaClustererPostProcessor
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.WekaClusterEvaluationSummary
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.WekaClustering
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.WekaCrossValidationClustererEvaluator
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.WekaCrossValidationEvaluator
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.WekaCrossValidationSplit
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.WekaDatasetsMerge
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.wekadatasetsmerge.JoinOnID
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.wekadatasetsmerge.Simple
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.WekaDatasetSplit
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.WekaEnsembleGenerator
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.wekaensemblegenerator.MultiClassifiersCombinerModels
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.wekaensemblegenerator.VotedModels
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.WekaEvaluationInfo
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.WekaEvaluationPostProcessor
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.wekaevaluationpostprocessor.MultiPostProcessor
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.wekaevaluationpostprocessor.PassThrough
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.wekaevaluationpostprocessor.RemoveWorst
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.wekaevaluationpostprocessor.RemoveWorstStdDev
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.wekaevaluationpostprocessor.SimpleSubRange
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.wekaevaluationpostprocessor.SubRange
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.WekaEvaluationSummary
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.WekaEvaluationValuePicker
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.WekaEvaluationValues
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.WekaExperiment
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.WekaExperimentEvaluation
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.WekaExperimentExecution
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.WekaExperimentFileReader
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.WekaExtractArray
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.WekaExtractPLSMatrix
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.WekaFileReader
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.WekaFilter
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.WekaGenericPLSMatrixAccess
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.WekaGeneticAlgorithm
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.WekaGeneticAlgorithmInitializer
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.WekaGetCapabilities
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.WekaGetInstancesValue
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.WekaGetInstanceValue
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.WekaInstanceBuffer
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.WekaInstanceDumper
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.WekaInstanceEvaluator
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.WekaInstanceFileReader
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.WekaInstancesAppend
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.WekaInstancesHistogramRanges
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.WekaInstancesInfo
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.WekaInstancesMerge
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.WekaInstancesStatistic
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.WekaInstanceStreamPlotGenerator
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.WekaModelReader
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.WekaMultiLabelSplitter
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.WekaNearestNeighborSearch
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.WekaNewInstance
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.WekaPredictionsToInstances
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.WekaPredictionsToSpreadSheet
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.WekaPrimeForecaster
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.WekaPrincipalComponents
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.WekaRandomSplit
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.WekaRegexToRange
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.WekaRelationName
Deprecated.
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.WekaRenameRelation
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.WekaReorderAttributesToReference
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.WekaSetInstancesValue
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.WekaSetInstanceValue
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.WekaSplitGenerator
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.WekaSpreadSheetToPredictions
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.WekaStoreInstance
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.WekaStreamEvaluator
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.WekaStreamFilter
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.WekaSubsets
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.WekaTestSetClustererEvaluator
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.WekaTestSetEvaluator
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.WekaTextDirectoryReader
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.WekaTrainAssociator
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.WekaTrainClassifier
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.WekaTrainClusterer
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.WekaTrainForecaster
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.WekaTrainTestSetClustererEvaluator
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.WekaTrainTestSetEvaluator
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.XMLFileReader
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.XPath
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.XSLT
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.Xz
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.YamlFileReader
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.ZIP
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.Zstd
Returns a string describing the object.
globalInfo() - Method in class adams.flow.websocket.client.SimpleSendGenerator
Returns a string describing the object.
globalInfo() - Method in class adams.flow.websocket.client.SimpleSendWithQueueGenerator
Returns a string describing the object.
globalInfo() - Method in class adams.flow.websocket.server.EchoServerGenerator
Returns a string describing the object.
globalInfo() - Method in class adams.gui.chooser.FtpRemoteDirectorySetup
Returns a string describing the object.
globalInfo() - Method in class adams.gui.chooser.SftpRemoteDirectorySetup
Returns a string describing the object.
globalInfo() - Method in class adams.gui.chooser.SmbRemoteDirectorySetup
Returns a string describing the object.
globalInfo() - Method in class adams.gui.clipboard.BufferedImage
Returns a string describing the object.
globalInfo() - Method in class adams.gui.clipboard.String
Returns a string describing the object.
globalInfo() - Method in class adams.gui.core.spreadsheetpreview.NullPreview
Returns a string describing the object.
globalInfo() - Method in class adams.gui.core.spreadsheetpreview.SimpleHTML
Returns a string describing the object.
globalInfo() - Method in class adams.gui.core.spreadsheetpreview.SimpleText
Returns a string describing the object.
globalInfo() - Method in class adams.gui.core.spreadsheettable.ArrayStatistic
Returns a string describing the object.
globalInfo() - Method in class adams.gui.core.spreadsheettable.Binning
Returns a string describing the object.
globalInfo() - Method in class adams.gui.core.spreadsheettable.ChangeColumnType
Returns a string describing the object.
globalInfo() - Method in class adams.gui.core.spreadsheettable.ColumnStatistic
Returns a string describing the object.
globalInfo() - Method in class adams.gui.core.spreadsheettable.ConfusionMatrixCellRenderingCustomizer
Returns a string describing the object.
globalInfo() - Method in class adams.gui.core.spreadsheettable.CopySelectedFiles
Returns a string describing the object.
globalInfo() - Method in class adams.gui.core.spreadsheettable.DataSort
Returns a string describing the object.
globalInfo() - Method in class adams.gui.core.spreadsheettable.DefaultCellRenderingCustomizer
Returns a string describing the object.
globalInfo() - Method in class adams.gui.core.spreadsheettable.DistinctValueCellRenderingCustomizer
Returns a string describing the object.
globalInfo() - Method in class adams.gui.core.spreadsheettable.HeatmapCellRenderingCustomizer
Returns a string describing the object.
globalInfo() - Method in class adams.gui.core.spreadsheettable.Histogram
Returns a string describing the object.
globalInfo() - Method in class adams.gui.core.spreadsheettable.JFreeChart
Returns a string describing the object.
globalInfo() - Method in class adams.gui.core.spreadsheettable.MultiCellRenderingCustomizer
Returns a string describing the object.
globalInfo() - Method in class adams.gui.core.spreadsheettable.NumericRangeCellRenderingCustomizer
Returns a string describing the object.
globalInfo() - Method in class adams.gui.core.spreadsheettable.PreviewSelectedFile
Returns a string describing the object.
globalInfo() - Method in class adams.gui.core.spreadsheettable.RowStatistic
Returns a string describing the object.
globalInfo() - Method in class adams.gui.core.spreadsheettable.SimplePlot
Returns a string describing the object.
globalInfo() - Method in class adams.gui.core.spreadsheettable.UniqueValues
Returns a string describing the object.
globalInfo() - Method in class adams.gui.core.spreadsheettable.ViewCell
Returns a string describing the object.
globalInfo() - Method in class adams.gui.flow.tree.actorswap.ActorHandlerSuggestion
Returns a string describing the object.
globalInfo() - Method in class adams.gui.flow.tree.actorswap.SimpleSuggestion
Returns a string describing the object.
globalInfo() - Method in class adams.gui.flow.tree.annotations.PlainText
Returns a string describing the object.
globalInfo() - Method in class adams.gui.flow.tree.ClipboardActorContainer
Returns a string describing the object.
globalInfo() - Method in class adams.gui.flow.tree.enclose.ArrayDisplayEnclosure
Returns a string describing the object.
globalInfo() - Method in class adams.gui.flow.tree.enclose.DisplayPanelManagerEnclosure
Returns a string describing the object.
globalInfo() - Method in class adams.gui.flow.tree.enclose.TryCatchEnclosure
Returns a string describing the object.
globalInfo() - Method in class adams.gui.flow.tree.keyboardaction.ActionQuickSearch
Returns a string describing the object.
globalInfo() - Method in class adams.gui.flow.tree.keyboardaction.AddActorAfter
Returns a string describing the object.
globalInfo() - Method in class adams.gui.flow.tree.keyboardaction.AddActorBeneath
Returns a string describing the object.
globalInfo() - Method in class adams.gui.flow.tree.keyboardaction.AddActorHere
Returns a string describing the object.
globalInfo() - Method in class adams.gui.flow.tree.keyboardaction.AddTemplateAfter
Returns a string describing the object.
globalInfo() - Method in class adams.gui.flow.tree.keyboardaction.AddTemplateBeneath
Returns a string describing the object.
globalInfo() - Method in class adams.gui.flow.tree.keyboardaction.AddTemplateHere
Returns a string describing the object.
globalInfo() - Method in class adams.gui.flow.tree.keyboardaction.EncloseActor
Returns a string describing the object.
globalInfo() - Method in class adams.gui.flow.tree.keyboardaction.FavoriteActorAfter
Returns a string describing the object.
globalInfo() - Method in class adams.gui.flow.tree.keyboardaction.FavoriteActorBeneath
Returns a string describing the object.
globalInfo() - Method in class adams.gui.flow.tree.keyboardaction.FavoriteActorHere
Returns a string describing the object.
globalInfo() - Method in class adams.gui.flow.tree.keyboardaction.PullUpActor
Returns a string describing the object.
globalInfo() - Method in class adams.gui.flow.tree.keyboardaction.QuickAction
Returns a string describing the object.
globalInfo() - Method in class adams.gui.flow.tree.keyboardaction.QuickSearchActorAfter
Returns a string describing the object.
globalInfo() - Method in class adams.gui.flow.tree.keyboardaction.QuickSearchActorBeneath
Returns a string describing the object.
globalInfo() - Method in class adams.gui.flow.tree.keyboardaction.QuickSearchActorHere
Returns a string describing the object.
globalInfo() - Method in class adams.gui.flow.tree.keyboardaction.SearchActorAfter
Returns a string describing the object.
globalInfo() - Method in class adams.gui.flow.tree.keyboardaction.SearchActorBeneath
Returns a string describing the object.
globalInfo() - Method in class adams.gui.flow.tree.keyboardaction.SearchActorHere
Returns a string describing the object.
globalInfo() - Method in class adams.gui.flow.tree.postprocessor.CallableActorRenamed
Returns a string describing the object.
globalInfo() - Method in class adams.gui.flow.tree.postprocessor.EventRenamed
Returns a string describing the object.
globalInfo() - Method in class adams.gui.flow.tree.postprocessor.StorageValueRenamed
Returns a string describing the object.
globalInfo() - Method in class adams.gui.flow.tree.postprocessor.VariableRenamed
Returns a string describing the object.
globalInfo() - Method in class adams.gui.print.BMPWriter
Returns a string describing the object.
globalInfo() - Method in class adams.gui.print.JPEGWriter
Returns a string describing the object.
globalInfo() - Method in class adams.gui.print.NullWriter
Returns a string describing the object.
globalInfo() - Method in class adams.gui.print.PDFWriter
Returns a string describing the object.
globalInfo() - Method in class adams.gui.print.PNGWriter
Returns a string describing the object.
globalInfo() - Method in class adams.gui.print.PostscriptWriter
Returns a string describing the object.
globalInfo() - Method in class adams.gui.print.TIFFWriter
Returns a string describing the object.
globalInfo() - Method in class adams.gui.scripting.AbstractCommandProcessor
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.previewbrowser.AbstractReportHandler
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.previewbrowser.AbstractSpreadSheetHandler
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.previewbrowser.ActualVsPredictedHandler
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.previewbrowser.AnnotateImage
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.previewbrowser.AnnotationsAndPredictionsFromReport
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.previewbrowser.ApacheCommonsImageHandler
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.previewbrowser.ApacheCommonsImageMetaDataHandler
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.previewbrowser.BlueChannelImageHandler
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.previewbrowser.BoofCVImageHandler
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.previewbrowser.CocoAnnotationsHandler
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.previewbrowser.ColorDistributionHandler
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.previewbrowser.ConfusionMatrixHandler
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.previewbrowser.ConsoleOutputHandler
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.previewbrowser.DeepLabCutCSVHandler
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.previewbrowser.DefaultSerializedObjectViewer
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.previewbrowser.DetectronAnnotationsHandler
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.previewbrowser.FileInfoHandler
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.previewbrowser.FlowHandler
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.previewbrowser.FromFileHandler
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.previewbrowser.GraphSource
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.previewbrowser.GraphVisualizer
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.previewbrowser.GrayOrIndexedImageHandler
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.previewbrowser.GroovyHandler
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.previewbrowser.HexaDecimalHandler
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.previewbrowser.ImageClassificationHandler
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.previewbrowser.ImageHandler
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.previewbrowser.ImageMetaDataExtractorHandler
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.previewbrowser.ImageSegmentationAnnotationsHandler
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.previewbrowser.IndexedPNGImageHandler
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.previewbrowser.InstanceExplorerHandler
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.previewbrowser.InterQuartileRangeViewer
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.previewbrowser.JsonPrettyPrintHandler
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.previewbrowser.JsonTreeViewHandler
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.previewbrowser.notes.CsvNotesReader
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.previewbrowser.notes.CsvNotesWriter
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.previewbrowser.notes.JsonNotesReader
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.previewbrowser.notes.JsonNotesWriter
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.previewbrowser.notes.PropertiesNotesReader
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.previewbrowser.notes.PropertiesNotesWriter
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.previewbrowser.notes.YamlNotesReader
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.previewbrowser.notes.YamlNotesWriter
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.previewbrowser.ObjectAnnotationsHandler
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.previewbrowser.ObjectAnnotationsReportHandler
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.previewbrowser.ObjectCentersFromReport
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.previewbrowser.ObjectInspectionViewer
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.previewbrowser.PDFHandler
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.previewbrowser.PDFTextHandler
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.previewbrowser.PlainTextHandler
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.previewbrowser.PointsFromReportHandler
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.previewbrowser.PropertiesHandler
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.previewbrowser.ReportHandler
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.previewbrowser.ScriptHandler
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.previewbrowser.SerializedFileHandler
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.previewbrowser.SimpleImageSegmentationAnnotationsHandler
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.previewbrowser.TarArchiveHandler
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.previewbrowser.TreeVisualizer
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.previewbrowser.TrimapImageHandler
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.previewbrowser.VggXmlAnnotationHandler
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.previewbrowser.ViaAnnotationsHandler
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.previewbrowser.WekaDatasetHandler
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.previewbrowser.XMLHandler
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.previewbrowser.YamlHandler
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.previewbrowser.YoloAnnotationsHandler
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.previewbrowser.ZipArchiveHandler
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.remotecontrolcenter.panels.AbstractTabResponseHandler
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.remotecontrolcenter.panels.AdvancedTab.InspectionResponseHandler
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.spreadsheetviewer.Append
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.spreadsheetviewer.BoxPlot
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.spreadsheetviewer.chart.BarPlot
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.spreadsheetviewer.chart.ControlChart
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.spreadsheetviewer.chart.GenericPlot
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.spreadsheetviewer.chart.Histogram
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.spreadsheetviewer.chart.JFreeChart
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.spreadsheetviewer.chart.LinePlot
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.spreadsheetviewer.chart.ScatterPlot
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.spreadsheetviewer.MatrixPlot
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.spreadsheetviewer.Merge
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.spreadsheetviewer.Statistics
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.wekainvestigator.tab.associatetab.evaluation.Train
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.wekainvestigator.tab.associatetab.output.ModelOutput
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.wekainvestigator.tab.associatetab.output.Rules
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.wekainvestigator.tab.associatetab.output.RunInformation
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.wekainvestigator.tab.attseltab.evaluation.CrossValidation
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.wekainvestigator.tab.attseltab.evaluation.Train
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.wekainvestigator.tab.attseltab.output.ReducedData
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.wekainvestigator.tab.attseltab.output.RunInformation
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.wekainvestigator.tab.attseltab.output.TextStatistics
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.BuildModel
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.CrossValidation
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.finalmodel.Null
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.finalmodel.Simple
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.finalmodel.VotedFolds
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.FromPredictions
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.IndexedSplitsRunsEvaluation
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.ReevaluateModel
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.RepeatedCrossValidation
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.TrainTestSet
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.TrainTestSplit
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.TrainValidateTestSet
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.ClassifierErrors
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.ConfusionMatrix
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.FourInOnePlot
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.GraphSource
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.LegacyClassifierErrors
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.LegacyCostBenefitAnalysis
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.LegacyCostCurve
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.LegacyGraphVisualizer
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.LegacyMarginCurve
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.LegacyThresholdCurve
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.LegacyTreeVisualizer
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.ModelOutput
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.PredictionEccentricity
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.Predictions
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.PredictionTrend
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.Predictions
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.SamplePlot
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.Statistics
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.ResidualsVsFitted
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.ResidualsVsPredictor
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.RunInformation
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.SourceCode
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.TextStatistics
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.TreeGraphML
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.TreeVisualizer
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.BuildModel
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.ClassesToClusters
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.CrossValidation
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.ReevaluateModel
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.TrainTestSet
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.TrainTestSplit
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.output.ClusterAssignments
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.output.GraphSource
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.output.LegacyTreeVisualizer
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.output.ModelOutput
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.output.RunInformation
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.output.Supplementary
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.output.TextStatistics
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.wekainvestigator.tab.experimenttab.output.RunInformation
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.wekainvestigator.tab.experimenttab.output.TextOutput
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.wekainvestigator.tab.experimenttab.setup.CrossValidationSetup
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.wekainvestigator.tab.experimenttab.setup.TrainTestSplitSetup
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.wekamultiexperimenter.experiment.CrossValidationExperiment
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.wekamultiexperimenter.experiment.FileResultsHandler
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.wekamultiexperimenter.experiment.TrainTestSplitExperiment
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.wekamultiexperimenter.io.DefaultAdamsExperimentIO
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.wekamultiexperimenter.io.DefaultWekaExperimentIO
Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.wekamultiexperimenter.io.RemoteWekaExperimentIO
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.container.AbstractDataContainerZoomOverviewPaintlet
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.core.axis.FancyTickGenerator
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.core.axis.PeriodicityTickGenerator
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.core.axis.SimpleFixedLabelTickGenerator
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.core.axis.SimpleTickGenerator
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.core.AxisPanelOptions
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.core.BackgroundImagePaintlet
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.core.BiColorGenerator
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.core.ColorBlind12Provider
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.core.ColorBlind15Provider
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.core.ColorBlind24Provider
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.core.ColorBlind8Provider
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.core.ColorProviderBasedColorGradientGenerator
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.core.ConfusionMatrixColorGenerator
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.core.CoordinatesPaintlet
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.core.CrossHairTracker
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.core.CustomColorProvider
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.core.DefaultColorProvider
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.core.GradientColorProvider
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.core.HorizontalIndicatorPaintlet
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.core.MultiColorGenerator
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.core.MultiMouseMovementTracker
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.core.MultiPaintlet
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.core.NullTracker
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.core.RegExpColorProvider
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.core.RgbInNameColorProvider
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.core.TextOverlayPaintlet
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.core.TrackMousePositionInConsole
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.core.TranslucentColorProvider
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.core.X11ColorProvider
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.debug.objectexport.AbstractObjectExporter
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.image.BoofCVDetectLineSegmentsImageOverlay
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.image.BoofCVDetectLinesImageOverlay
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.image.HighlightLocations
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.image.interactionlogging.All
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.image.interactionlogging.IDFilter
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.image.interactionlogging.Null
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.image.leftclick.AddMetaData
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.image.leftclick.DeleteObjects
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.image.leftclick.FixedBoundingBox
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.image.leftclick.MultiProcessor
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.image.leftclick.NullProcessor
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.image.leftclick.RandomBoundingBox
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.image.leftclick.ViewObjects
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.image.MetaDataText
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.image.MultiImageOverlay
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.image.NullOverlay
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.image.ObjectAnnotations
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.image.ObjectCentersOverlayFromReport
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.image.ObjectLocationsOverlayFromReport
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.image.paintlet.Null
 
globalInfo() - Method in class adams.gui.visualization.image.ReportObjectOverlay
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.image.ReportPointOverlay
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.image.selection.CopyToClipboard
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.image.selection.Crop
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.image.selection.MultiSelectionProcessor
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.image.selection.NullProcessor
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.image.selection.PaintSelection
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.image.selection.SelectObjects
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.image.selection.ShowCoordinates
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.image.selectionshape.PolygonPainter
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.image.selectionshape.RectanglePainter
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.image.SimplePointOverlayFromReport
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.instance.InstanceLinePaintlet
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.instance.InstancePointHitDetector
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.instance.ReportColorInstancePaintlet
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.instance.SimpleInstanceLinePaintlet
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.instance.SimpleInstancePanelUpdater
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.instances.instancestable.ArrayStatistic
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.instances.instancestable.AttributeStatistics
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.instances.instancestable.Binning
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.instances.instancestable.ChangeAttributeWeight
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.instances.instancestable.ChangeInstanceWeights
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.instances.instancestable.ColumnStatistic
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.instances.instancestable.DataSort
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.instances.instancestable.Histogram
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.instances.instancestable.InvestigatorAsNewDataset
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.instances.instancestable.JFreeChart
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.instances.instancestable.RowStatistic
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.instances.instancestable.SimplePlot
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.instances.instancestable.ViewCell
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.jfreechart.chart.BarChart
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.jfreechart.chart.BubbleChart
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.jfreechart.chart.ScatterPlot
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.jfreechart.chart.XYLineChart
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.jfreechart.dataset.DefaultCategory
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.jfreechart.dataset.DefaultXY
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.jfreechart.dataset.DefaultXYZ
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.jfreechart.shape.Circle
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.jfreechart.shape.Cross
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.jfreechart.shape.Default
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.jfreechart.shape.Diamond
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.jfreechart.shape.Triangle
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.multiobjectexport.DirectoryExport
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.multiobjectexport.EmailExport
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.multiobjectexport.PDFExport
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.multiobjectexport.ZipExport
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.object.annotationsdisplay.DefaultAnnotationsDisplayGenerator
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.object.annotator.BoundingBoxAnnotator
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.object.annotator.ClassificationLabelAnnotator
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.object.annotator.NullAnnotator
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.object.annotator.PolygonAnnotator
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.object.annotator.PolygonPointAnnotator
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.object.annotator.SimplePointAnnotator
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.object.labelselector.ButtonSelectorGenerator
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.object.labelselector.ButtonSelectorWithColorGenerator
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.object.labelselector.ComboBoxSelectorGenerator
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.object.labelselector.NoPanelGenerator
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.object.mouseclick.AddMetaData
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.object.mouseclick.DeleteObjects
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.object.mouseclick.MultiProcessor
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.object.mouseclick.NullProcessor
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.object.mouseclick.SetLabel
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.object.mouseclick.ViewObjects
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.object.objectannotations.check.MultiCheck
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.object.objectannotations.check.PassThrough
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.object.objectannotations.check.RequireMetaData
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.object.objectannotations.cleaning.Filter
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.object.objectannotations.cleaning.OverlapRemoval
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.object.objectannotations.cleaning.PassThrough
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.object.objectannotations.colors.FixedColor
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.object.objectannotations.colors.PerType
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.object.objectannotations.colors.TypeColorMapping
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.object.objectannotations.colors.VaryByObject
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.object.objectannotations.label.Anchored
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.object.objectannotations.label.MultiLabelPlotter
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.object.objectannotations.label.NoLabel
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.object.objectannotations.outline.MultiOutlinePlotter
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.object.objectannotations.outline.NoOutline
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.object.objectannotations.outline.PolygonOutline
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.object.objectannotations.outline.PolygonVertices
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.object.objectannotations.outline.RectangleOutline
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.object.objectannotations.outline.RectangleVertices
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.object.objectannotations.shape.Center
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.object.objectannotations.shape.FilledPolygon
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.object.objectannotations.shape.FilledRectangle
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.object.objectannotations.shape.MultiShapePlotter
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.object.objectannotations.shape.NoShape
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.object.overlay.ClassificationLabelTextOverlay
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.object.overlay.MultiOverlay
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.object.overlay.NullOverlay
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.object.overlay.ObjectAnnotations
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.object.overlay.ObjectCentersOverlayFromReport
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.object.overlay.ObjectLocationsOverlayFromReport
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.object.overlay.SimplePointOverlayFromReport
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.object.tools.Annotator
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.object.tools.Edit
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.object.tools.Move
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.report.ReportDateFieldPaintlet
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.report.ReportDateFieldRangePaintlet
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.segmentation.paintoperation.NullOperation
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.segmentation.paintoperation.PolygonOverlay
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.segmentation.tool.BucketFill
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.segmentation.tool.Eraser
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.segmentation.tool.Filter
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.segmentation.tool.Pencil
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.segmentation.tool.Pointer
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.segmentation.tool.PolygonFill
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.segmentation.tool.SwitchLabel
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.sequence.BarHitDetector
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.sequence.BarPaintlet
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.sequence.ByNamePaintlet
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.sequence.CircleHitDetector
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.sequence.CirclePaintlet
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.sequence.CrossHitDetector
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.sequence.CrossPaintlet
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.sequence.DiagonalOverlayPaintlet
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.sequence.DotHitDetector
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.sequence.DotPaintlet
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.sequence.IncrementalSumPaintlet
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.sequence.KendallTheilOverlayPaintlet
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.sequence.LinearRegressionOverlayPaintlet
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.sequence.LineHitDetector
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.sequence.LinePaintlet
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.sequence.LOWESSOverlayPaintlet
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.sequence.MathExpressionOverlayPaintlet
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.sequence.MeanOverlayPaintlet
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.sequence.MedianOverlayPaintlet
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.sequence.metadatacolor.ColorPerLabel
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.sequence.metadatacolor.ColorPerRegExpGroup
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.sequence.metadatacolor.Dummy
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.sequence.MetaDataValuePaintlet
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.sequence.MultiPaintlet
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.sequence.NullPaintlet
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.sequence.PaintletWithFixedXRange
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.sequence.PaintletWithFixedXYRange
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.sequence.PaintletWithFixedYRange
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.sequence.PercentileOverlayPaintlet
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.sequence.pointpreprocessor.Jitter
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.sequence.pointpreprocessor.PassThrough
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.sequence.SquarePaintlet
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.sequence.StdDevOverlayPaintlet
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.sequence.StickHitDetector
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.sequence.StickPaintlet
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.sequence.StraightLineOverlayPaintlet
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.sequence.TextOverlayPaintlet
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.sequence.TrianglePaintlet
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.spreadsheet.SimpleSpreadSheetRowLinePaintlet
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.spreadsheet.SimpleSpreadSheetRowPanelUpdater
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowLinePaintlet
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowPointHitDetector
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.stats.paintlet.CoordinatesPaintlet
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.stats.paintlet.DiagonalPaintlet
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.stats.paintlet.Exponential
 
globalInfo() - Method in class adams.gui.visualization.stats.paintlet.Gamma
 
globalInfo() - Method in class adams.gui.visualization.stats.paintlet.HistogramPaintlet
 
globalInfo() - Method in class adams.gui.visualization.stats.paintlet.Logistic
 
globalInfo() - Method in class adams.gui.visualization.stats.paintlet.Loglogistic
 
globalInfo() - Method in class adams.gui.visualization.stats.paintlet.Lognormal
 
globalInfo() - Method in class adams.gui.visualization.stats.paintlet.LowessPaintlet
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.stats.paintlet.MeanPaintlet
 
globalInfo() - Method in class adams.gui.visualization.stats.paintlet.Normal
 
globalInfo() - Method in class adams.gui.visualization.stats.paintlet.ScatterPaintletCircle
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.stats.paintlet.ScatterPaintletCross
 
globalInfo() - Method in class adams.gui.visualization.stats.paintlet.ScatterPaintletErrors
 
globalInfo() - Method in class adams.gui.visualization.stats.paintlet.ScatterPaintletMetaDataValue
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.stats.paintlet.ScatterPlotCircleHitDetector
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.stats.paintlet.StdDevPaintlet
 
globalInfo() - Method in class adams.gui.visualization.stats.paintlet.VsFitPaintlet
 
globalInfo() - Method in class adams.gui.visualization.stats.paintlet.VsOrderPaintlet
 
globalInfo() - Method in class adams.gui.visualization.stats.paintlet.ZScoreCircle
 
globalInfo() - Method in class adams.gui.visualization.stats.paintlet.ZScoreCross
 
globalInfo() - Method in class adams.gui.visualization.stats.scatterplot.action.NullClickAction
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.stats.scatterplot.action.ViewDataClickAction
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.stats.scatterplot.Coordinates
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.stats.scatterplot.Diagonal
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.stats.scatterplot.Lowess
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.stats.zscore.Mean
 
globalInfo() - Method in class adams.gui.visualization.stats.zscore.StdDev
 
globalInfo() - Method in class adams.gui.visualization.stats.zscore.ZScoreHitDetector
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.timeseries.DefaultTimeseriesXAxisPanelOptions
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.timeseries.DefaultTimeseriesYAxisPanelOptions
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.timeseries.FixedTimestampPaintlet
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.timeseries.FixedTimestampRangePaintlet
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.timeseries.PaintletWithFixedXRange
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.timeseries.PaintletWithFixedXYRange
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.timeseries.PaintletWithFixedYRange
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.timeseries.PeriodicityColorProvider
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.timeseries.PeriodicityPaintlet
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.timeseries.ReportColorTimeseriesPaintlet
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.timeseries.SelectedTimestampPaintlet
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.timeseries.TimeseriesPaintlet
Returns a string describing the object.
globalInfo() - Method in class adams.gui.visualization.timeseries.TimeseriesPointHitDetector
Returns a string describing the object.
globalInfo() - Method in class adams.ml.evaluation.DefaultCrossValidationFoldGenerator
Returns a string describing the object.
globalInfo() - Method in class adams.ml.evaluation.DefaultRandomSplitGenerator
Returns a string describing the object.
globalInfo() - Method in class adams.ml.model.classification.WekaClassifier
Returns a string describing the object.
globalInfo() - Method in class adams.ml.model.clustering.WekaClusterer
Returns a string describing the object.
globalInfo() - Method in class adams.ml.model.regression.WekaRegressor
Returns a string describing the object.
globalInfo() - Method in class adams.ml.preprocessing.supervised.PLS
Returns a string describing the object.
globalInfo() - Method in class adams.ml.preprocessing.unsupervised.MultiBatch
Returns a string describing the object.
globalInfo() - Method in class adams.ml.preprocessing.unsupervised.MultiStream
Returns a string describing the object.
globalInfo() - Method in class adams.ml.preprocessing.unsupervised.PassThrough
Returns a string describing the object.
globalInfo() - Method in class adams.ml.preprocessing.unsupervised.PCA
Returns a string describing the object.
globalInfo() - Method in class adams.ml.preprocessing.unsupervised.SavitzkyGolay
Returns a string describing the object.
globalInfo() - Method in class adams.multiprocess.LocalJobRunner
Returns a string describing the object.
globalInfo() - Method in class adams.multiprocess.RemoteCommandJobRunner
Returns a string describing the object.
globalInfo() - Method in class adams.multiprocess.RemoteCommandJobRunner.RemoteCommandGrabber
Returns a string describing the object.
globalInfo() - Method in class adams.multiprocess.ScpJobRunner
Returns a string describing the object.
globalInfo() - Method in class adams.multiprocess.ScpJobRunner.RemoteJobRunner
 
globalInfo() - Method in class adams.multiprocess.SerializingJobRunner
Returns a string describing the object.
globalInfo() - Method in class adams.opt.genetic.DarkLord
Returns a string describing the object.
globalInfo() - Method in class adams.opt.genetic.Hermione
Returns a string describing the object.
globalInfo() - Method in class adams.opt.genetic.initialsetups.EmptyInitialSetupsProvider
Returns a string describing the object.
globalInfo() - Method in class adams.opt.genetic.initialsetups.PackDataInitialSetupsProvider
Returns a string describing the object.
globalInfo() - Method in class adams.opt.genetic.setupupload.MySQL
Returns a string describing the object.
globalInfo() - Method in class adams.opt.genetic.setupupload.Null
Returns a string describing the object.
globalInfo() - Method in class adams.opt.genetic.stopping.MaxIterations
Returns a string describing the object.
globalInfo() - Method in class adams.opt.genetic.stopping.MaxIterationsWithoutImprovement
Returns a string describing the object.
globalInfo() - Method in class adams.opt.genetic.stopping.MaxTrainTime
Returns a string describing the object.
globalInfo() - Method in class adams.opt.genetic.stopping.MaxTrainTimeWithoutImprovement
Returns a string describing the object.
globalInfo() - Method in class adams.opt.genetic.stopping.MultiStoppingCriterion
Returns a string describing the object.
globalInfo() - Method in class adams.opt.optimise.genetic.fitnessfunctions.AbstractWEKAFitnessFunction
 
globalInfo() - Method in class adams.opt.optimise.genetic.fitnessfunctions.AttributeSelection
 
globalInfo() - Method in class adams.opt.optimise.GeneticAlgorithm
Returns a string describing the object.
globalInfo() - Method in class adams.opt.optimise.GridSearch
Returns a string describing the object.
globalInfo() - Method in class adams.opt.optimise.RandomOptimiser
Returns a string describing the object.
globalInfo() - Method in class adams.opt.optimise.RefineRange
Returns a string describing the object.
globalInfo() - Method in class adams.opt.optimise.SplitSearch
Returns a string describing the object.
globalInfo() - Method in class adams.parser.ActorSuggestion
Returns a string describing the object.
globalInfo() - Method in class adams.parser.ActorTemplateSuggestion
Returns a string describing the object.
globalInfo() - Method in class adams.parser.BaseDateExpression
Returns a string describing the object.
globalInfo() - Method in class adams.parser.BaseDateTimeExpression
Returns a string describing the object.
globalInfo() - Method in class adams.parser.BaseDateTimeMsecExpression
Returns a string describing the object.
globalInfo() - Method in class adams.parser.BaseTimeExpression
Returns a string describing the object.
globalInfo() - Method in class adams.parser.BaseTimeMsecExpression
Returns a string describing the object.
globalInfo() - Method in class adams.parser.BooleanExpression
Returns a string describing the object.
globalInfo() - Method in class adams.parser.ExternalActorSuggestion
Returns a string describing the object.
globalInfo() - Method in class adams.parser.LookUpUpdate
Returns a string describing the object.
globalInfo() - Method in class adams.parser.MathematicalExpression
Returns a string describing the object.
globalInfo() - Method in class adams.parser.ReportMathExpression
Returns a string describing the object.
globalInfo() - Method in class adams.parser.SpreadSheetFormula
Returns a string describing the object.
globalInfo() - Method in class adams.parser.SpreadSheetQuery
Returns a string describing the object.
globalInfo() - Method in class adams.parser.StringExpression
Returns a string describing the object.
globalInfo() - Method in class adams.scripting.command.basic.Kill
Returns a string describing the object.
globalInfo() - Method in class adams.scripting.command.basic.Ping
Returns a string describing the object.
globalInfo() - Method in class adams.scripting.command.basic.Restart
Returns a string describing the object.
globalInfo() - Method in class adams.scripting.command.basic.RetrieveFile
Returns a string describing the object.
globalInfo() - Method in class adams.scripting.command.basic.SendFile
Returns a string describing the object.
globalInfo() - Method in class adams.scripting.command.basic.StartRemoteLogging
Returns a string describing the object.
globalInfo() - Method in class adams.scripting.command.basic.Stop
Returns a string describing the object.
globalInfo() - Method in class adams.scripting.command.basic.StopEngine
Returns a string describing the object.
globalInfo() - Method in class adams.scripting.command.basic.StopRemoteLogging
Returns a string describing the object.
globalInfo() - Method in class adams.scripting.command.basic.SystemInfo
Returns a string describing the object.
globalInfo() - Method in class adams.scripting.command.basic.Text
Returns a string describing the object.
globalInfo() - Method in class adams.scripting.command.distributed.DeregisterWorker
Returns a string describing the object.
globalInfo() - Method in class adams.scripting.command.distributed.JobRunner
Returns a string describing the object.
globalInfo() - Method in class adams.scripting.command.distributed.KillWorkers
Returns a string describing the object.
globalInfo() - Method in class adams.scripting.command.distributed.RegisterWorker
Returns a string describing the object.
globalInfo() - Method in class adams.scripting.command.flow.GetFlow
Returns a string describing the object.
globalInfo() - Method in class adams.scripting.command.flow.ListFlows
Returns a string describing the object.
globalInfo() - Method in class adams.scripting.command.flow.RemoteFlowExecution
Returns a string describing the object.
globalInfo() - Method in class adams.scripting.command.flow.RestartFlow
Returns a string describing the object.
globalInfo() - Method in class adams.scripting.command.flow.RunRemoteFlow
Returns a string describing the object.
globalInfo() - Method in class adams.scripting.command.flow.SendFlowControlCommand
Returns a string describing the object.
globalInfo() - Method in class adams.scripting.command.gui.MenuItem
Returns a string describing the object.
globalInfo() - Method in class adams.scripting.CommandRunner
Returns a string describing the object.
globalInfo() - Method in class adams.scripting.connection.DefaultConnection
Returns a string describing the object.
globalInfo() - Method in class adams.scripting.connection.FTPConnection
Returns a string describing the object.
globalInfo() - Method in class adams.scripting.connection.LoadBalancer
Returns a string describing the object.
globalInfo() - Method in class adams.scripting.connection.Multicast
Returns a string describing the object.
globalInfo() - Method in class adams.scripting.connection.ScpConnection
Returns a string describing the object.
globalInfo() - Method in class adams.scripting.connection.SSHConnection
Returns a string describing the object.
globalInfo() - Method in class adams.scripting.engine.DefaultMainScriptingEngine
Returns a string describing the object.
globalInfo() - Method in class adams.scripting.engine.DefaultMainScriptingEngine.RemoteCommandGrabber
Returns a string describing the object.
globalInfo() - Method in class adams.scripting.engine.DefaultRemoteCommandHandler
Returns a string describing the object.
globalInfo() - Method in class adams.scripting.engine.DefaultScriptingEngine
Returns a string describing the object.
globalInfo() - Method in class adams.scripting.engine.DefaultWorkerScriptingEngine
Returns a string describing the object.
globalInfo() - Method in class adams.scripting.engine.FileBasedScriptingEngine
Returns a string describing the object.
globalInfo() - Method in class adams.scripting.engine.ForwardingScriptingEngine
Returns a string describing the object.
globalInfo() - Method in class adams.scripting.engine.ForwardingScriptingEngine.RemoteCommandGrabber
Returns a string describing the object.
globalInfo() - Method in class adams.scripting.engine.ManualFeedScriptingEngine
Returns a string describing the object.
globalInfo() - Method in class adams.scripting.engine.MultiScriptingEngine
Returns a string describing the object.
globalInfo() - Method in class adams.scripting.permissionhandler.AllowAll
Returns a string describing the object.
globalInfo() - Method in class adams.scripting.permissionhandler.RejectAll
Returns a string describing the object.
globalInfo() - Method in class adams.scripting.processor.DefaultProcessor
Returns a string describing the object.
globalInfo() - Method in class adams.scripting.processor.JsonProcessor
Returns a string describing the object.
globalInfo() - Method in class adams.scripting.requesthandler.CallableActorsHandler
Returns a string describing the object.
globalInfo() - Method in class adams.scripting.requesthandler.CommandDumperHandler
Returns a string describing the object.
globalInfo() - Method in class adams.scripting.requesthandler.LoggingHandler
Returns a string describing the object.
globalInfo() - Method in class adams.scripting.requesthandler.MultiHandler
Returns a string describing the object.
globalInfo() - Method in class adams.scripting.requesthandler.NullHandler
Returns a string describing the object.
globalInfo() - Method in class adams.scripting.requesthandler.SimpleLogPanelRequestHandler
Returns a string describing the object.
globalInfo() - Method in class adams.scripting.responsehandler.CallableActorsHandler
Returns a string describing the object.
globalInfo() - Method in class adams.scripting.responsehandler.CommandDumperHandler
Returns a string describing the object.
globalInfo() - Method in class adams.scripting.responsehandler.LoggingHandler
Returns a string describing the object.
globalInfo() - Method in class adams.scripting.responsehandler.MultiHandler
Returns a string describing the object.
globalInfo() - Method in class adams.scripting.responsehandler.NullHandler
Returns a string describing the object.
globalInfo() - Method in class adams.scripting.responsehandler.SimpleLogPanelResponseHandler
Returns a string describing the object.
globalInfo() - Method in class adams.tools.CompareDatasets
Returns a string describing the object.
globalInfo() - Method in class adams.tools.DropTables
Returns a string describing the object.
globalInfo() - Method in class adams.tools.Groovy
Returns a string describing the object.
globalInfo() - Method in class adams.tools.InitializeTables
Returns a string describing the object.
globalInfo() - Method in class adams.tools.Scripted
Returns a string describing the object.
globalInfo() - Method in class adams.tools.TableUpgrade
Returns a string describing the object.
globalInfo() - Method in class adams.tools.TruncateTables
Returns a string describing the object.
globalInfo() - Method in class adams.tools.ZipPassword
Returns a string describing the object.
globalInfo() - Method in class weka.attributeSelection.LinearRegressionAttributeEval
Returns a string describing this attribute evaluator
globalInfo() - Method in class weka.attributeSelection.PLS1AttributeEval
Returns a string describing this attribute evaluator
globalInfo() - Method in class weka.attributeSelection.SIMPLSAttributeEval
Returns a string describing this attribute evaluator
globalInfo() - Method in class weka.classifiers.BestBinnedNumericClassRandomSplitGenerator
Returns a string describing the object.
globalInfo() - Method in class weka.classifiers.BinnedNumericClassCrossValidationFoldGenerator
Returns a string describing the object.
globalInfo() - Method in class weka.classifiers.BinnedNumericClassRandomSplitGenerator
Returns a string describing the object.
globalInfo() - Method in class weka.classifiers.DefaultCrossValidationFoldGenerator
Returns a string describing the object.
globalInfo() - Method in class weka.classifiers.DefaultRandomSplitGenerator
Returns a string describing the object.
globalInfo() - Method in class weka.classifiers.functions.ClassificationViaPLS
Returns a string describing classifier
globalInfo() - Method in class weka.classifiers.functions.FakeClassifier
Returns a string describing classifier
globalInfo() - Method in class weka.classifiers.functions.FromPredictions
Returns a string describing the object.
globalInfo() - Method in class weka.classifiers.functions.GaussianProcessesAdaptive
Returns a string describing classifier
globalInfo() - Method in class weka.classifiers.functions.GaussianProcessesNoWeights
Returns a string describing classifier
globalInfo() - Method in class weka.classifiers.functions.GaussianProcessesWeighted
Returns a string describing classifier
globalInfo() - Method in class weka.classifiers.functions.GeneticAlgorithm
Returns a string describing classifier
globalInfo() - Method in class weka.classifiers.functions.GPD
Returns a string describing classifier
globalInfo() - Method in class weka.classifiers.functions.LinearRegressionJ
Returns a string describing this classifier
globalInfo() - Method in class weka.classifiers.functions.MathExpressionClassifier
Returns a string describing classifier
globalInfo() - Method in class weka.classifiers.functions.PLSClassifierWeighted
Returns a string describing classifier
globalInfo() - Method in class weka.classifiers.functions.PLSClassifierWeightedWithLoadings
Returns a string describing classifier
globalInfo() - Method in class weka.classifiers.functions.PLSWeighted
Returns a string describing classifier
globalInfo() - Method in class weka.classifiers.functions.SimpleLinearRegressionIntervalEstimator
Returns a string describing this classifier
globalInfo() - Method in class weka.classifiers.functions.SimpleLinearRegressionWithAccess
Returns a string describing this classifier
globalInfo() - Method in class weka.classifiers.GroupedBinnedNumericClassCrossValidationFoldGenerator
Returns a string describing the object.
globalInfo() - Method in class weka.classifiers.GroupedBinnedNumericClassRandomSplitGenerator
Returns a string describing the object.
globalInfo() - Method in class weka.classifiers.GroupedCrossValidationFoldGenerator
Returns a string describing the object.
globalInfo() - Method in class weka.classifiers.GroupedCrossValidationFoldGeneratorUsingNumericClassValues
Returns a string describing the object.
globalInfo() - Method in class weka.classifiers.GroupedRandomSplitGenerator
Returns a string describing the object.
globalInfo() - Method in class weka.classifiers.lazy.AbstainingLWL
Returns a string describing classifier.
globalInfo() - Method in class weka.classifiers.LeaveOneOutByValueGenerator
Returns a string describing the object.
globalInfo() - Method in class weka.classifiers.meta.AbstainAttributePercentile
Returns a string describing classifier.
globalInfo() - Method in class weka.classifiers.meta.AbstainAverage
Returns a string describing classifier
globalInfo() - Method in class weka.classifiers.meta.AbstainAverageWithClassifierWeights
Returns a string describing classifier
globalInfo() - Method in class weka.classifiers.meta.AbstainingCascade
Returns a string describing classifier
globalInfo() - Method in class weka.classifiers.meta.AbstainingClassifierWrapper
Returns a string describing classifier.
globalInfo() - Method in class weka.classifiers.meta.AbstainLeastMedianSq
Returns a string describing classifier.
globalInfo() - Method in class weka.classifiers.meta.AbstainMinimumProbability
Returns a string describing classifier.
globalInfo() - Method in class weka.classifiers.meta.AbstainVote
Returns a string describing classifier
globalInfo() - Method in class weka.classifiers.meta.ClassificationViaRegressionD
Returns a string describing classifier
globalInfo() - Method in class weka.classifiers.meta.ClassifierCascade
Returns a string describing classifier.
globalInfo() - Method in class weka.classifiers.meta.Consensus
Returns a string describing classifier
globalInfo() - Method in class weka.classifiers.meta.ConsensusOrVote
Returns a string describing classifier
globalInfo() - Method in class weka.classifiers.meta.Corr
Returns a string describing classifier.
globalInfo() - Method in class weka.classifiers.meta.Fallback
Returns a string describing classifier.
globalInfo() - Method in class weka.classifiers.meta.FilteredClassifierExt
Returns a string describing this classifier.
globalInfo() - Method in class weka.classifiers.meta.HighLowSplit
Returns a string describing classifier.
globalInfo() - Method in class weka.classifiers.meta.HighLowSplitSingleClassifier
Returns a string describing classifier.
globalInfo() - Method in class weka.classifiers.meta.InputSmearing
Returns a string describing classifier.
globalInfo() - Method in class weka.classifiers.meta.LeanMultiScheme
Returns a string describing classifier
globalInfo() - Method in class weka.classifiers.meta.LeastMedianSq
Returns a string describing classifier.
globalInfo() - Method in class weka.classifiers.meta.LogClassRegressor
Returns a string describing classifier.
globalInfo() - Method in class weka.classifiers.meta.LogTargetRegressor
Returns a string describing classifier.
globalInfo() - Method in class weka.classifiers.meta.MinMaxLimits
Returns a string describing classifier.
globalInfo() - Method in class weka.classifiers.meta.PartitionedStacking
Returns a string describing this classifier.
globalInfo() - Method in class weka.classifiers.meta.PeakTransformed
Returns a string describing classifier.
globalInfo() - Method in class weka.classifiers.meta.RangeCheck
Returns a string describing this classifier.
globalInfo() - Method in class weka.classifiers.meta.SocketFacade
Returns a string describing this classifier.
globalInfo() - Method in class weka.classifiers.meta.socketfacade.Simple
Returns a string describing the object.
globalInfo() - Method in class weka.classifiers.meta.SubsetEnsemble
Returns a string describing the classifier.
globalInfo() - Method in class weka.classifiers.meta.SumTransformed
Returns a string describing classifier.
globalInfo() - Method in class weka.classifiers.meta.SuppressModelOutput
Returns a string describing classifier
globalInfo() - Method in class weka.classifiers.meta.ThreadSafeClassifierWrapper
Returns a string describing classifier.
globalInfo() - Method in class weka.classifiers.meta.ThresholdedBinaryClassification
Returns a string describing classifier.
globalInfo() - Method in class weka.classifiers.meta.Veto
Returns a string describing classifier
globalInfo() - Method in class weka.classifiers.meta.VotedImbalance
Returns a string describing the classifier.
globalInfo() - Method in class weka.classifiers.meta.WeightedInstancesHandlerWrapper
Returns a string describing the classifier.
globalInfo() - Method in class weka.classifiers.MultiLevelSplitGenerator
Returns a string describing the object.
globalInfo() - Method in class weka.classifiers.timeseries.BaselineAdjustedForecaster
Returns a string describing the object.
globalInfo() - Method in class weka.classifiers.trees.m5.M5Base2
returns information about the classifier
globalInfo() - Method in class weka.classifiers.trees.RandomModelTrees
Returns a string describing classifier.
globalInfo() - Method in class weka.classifiers.trees.RandomRegressionForest
Returns a string describing this classifier.
globalInfo() - Method in class weka.classifiers.trees.XGBoost
Returns a string describing the object.
globalInfo() - Method in class weka.clusterers.SAXKMeans
Returns a string describing this clusterer.
globalInfo() - Method in class weka.core.converters.SimpleArffLoader
Description of loader.
globalInfo() - Method in class weka.core.converters.SimpleArffSaver
Returns a string describing this Saver
globalInfo() - Method in class weka.core.converters.SpreadSheetLoader
Returns a string describing this loader
globalInfo() - Method in class weka.core.converters.SpreadSheetSaver
Returns a string describing this Saver
globalInfo() - Method in class weka.core.neighboursearch.NewNNSearch
Returns a string describing this nearest neighbour search algorithm.
globalInfo() - Method in class weka.core.SAXDistance
Returns a string describing this object.
globalInfo() - Method in class weka.core.tokenizers.cleaners.AbstractTokenCleaner
Returns a string describing the cleaner.
globalInfo() - Method in class weka.core.tokenizers.cleaners.MultiCleaner
Returns a string describing the cleaner.
globalInfo() - Method in class weka.core.tokenizers.cleaners.NormalizeDuplicateChars
Returns a string describing the cleaner.
globalInfo() - Method in class weka.core.tokenizers.cleaners.PassThrough
Returns a string describing the cleaner.
globalInfo() - Method in class weka.core.tokenizers.cleaners.RemoveNonWordCharTokens
Returns a string describing the cleaner.
globalInfo() - Method in class weka.core.tokenizers.MultiTokenizer
Returns a string describing the stemmer
globalInfo() - Method in class weka.core.tokenizers.PreCleanedTokenizer
Returns a string describing the stemmer
globalInfo() - Method in class weka.core.WeightedEuclideanDistance
Returns a string describing this object.
globalInfo() - Method in class weka.core.WeightedEuclideanDistanceRidge
Returns a string describing this object.
globalInfo() - Method in class weka.experiment.ResultMatrixAdamsCSV
Returns a string describing the matrix.
globalInfo() - Method in class weka.experiment.ResultMatrixMediaWiki
Returns a string describing the matrix.
globalInfo() - Method in class weka.filters.FilteredFilter
Returns a string describing this filter.
globalInfo() - Method in class weka.filters.FlowFilter
Returns a string describing this classifier.
globalInfo() - Method in class weka.filters.SerializedFilter
Returns a string describing this classifier.
globalInfo() - Method in class weka.filters.supervised.attribute.MultiPLS
Returns a string describing this classifier.
globalInfo() - Method in class weka.filters.supervised.attribute.PLS
Returns a string describing this classifier.
globalInfo() - Method in class weka.filters.supervised.attribute.PLSFilterWithLoadings
Returns a string describing this classifier.
globalInfo() - Method in class weka.filters.supervised.attribute.SIMPLSMatrixFilter
Returns a string describing this classifier.
globalInfo() - Method in class weka.filters.supervised.attribute.SIMPLSMatrixFilterFromGeneticString
Returns a string describing this classifier.
globalInfo() - Method in class weka.filters.supervised.attribute.YGradientEPO
Returns a string describing this classifier.
globalInfo() - Method in class weka.filters.supervised.attribute.YGradientGLSW
Returns a string describing this classifier.
globalInfo() - Method in class weka.filters.supervised.instance.RemoveOutliers
Returns a string describing this filter.
globalInfo() - Method in class weka.filters.unsupervised.attribute.AndrewsCurves
Returns a string describing this classifier.
globalInfo() - Method in class weka.filters.unsupervised.attribute.AnyToString
Returns a string describing this filter.
globalInfo() - Method in class weka.filters.unsupervised.attribute.AttributeSummaryTransferFilter
Returns a string describing this filter.
globalInfo() - Method in class weka.filters.unsupervised.attribute.CorrelationMatrix
Returns a string describing this classifier.
globalInfo() - Method in class weka.filters.unsupervised.attribute.DatasetCleaner
Returns a string describing this classifier.
globalInfo() - Method in class weka.filters.unsupervised.attribute.Detrend
Returns a string describing this filter.
globalInfo() - Method in class weka.filters.unsupervised.attribute.detrend.Mean
Returns a string describing the object.
globalInfo() - Method in class weka.filters.unsupervised.attribute.detrend.RangeBased
Returns a string describing the object.
globalInfo() - Method in class weka.filters.unsupervised.attribute.DownSample
Returns a string describing this classifier.
globalInfo() - Method in class weka.filters.unsupervised.attribute.EquiDistance
Returns a string describing this filter.
globalInfo() - Method in class weka.filters.unsupervised.attribute.FastWavelet
Returns a string describing this classifier.
globalInfo() - Method in class weka.filters.unsupervised.attribute.FFT
Returns a string describing this classifier.
globalInfo() - Method in class weka.filters.unsupervised.attribute.InputSmearing
Returns a string describing this classifier.
globalInfo() - Method in class weka.filters.unsupervised.attribute.InterquartileRangeSamp
Returns a string describing this filter
globalInfo() - Method in class weka.filters.unsupervised.attribute.JoinAttributes
Returns a string describing this classifier.
globalInfo() - Method in class weka.filters.unsupervised.attribute.LogTransform
Returns a string describing this classifier.
globalInfo() - Method in class weka.filters.unsupervised.attribute.MergeManyAttributes
Returns a string describing this classifier.
globalInfo() - Method in class weka.filters.unsupervised.attribute.MergeTwoAttributes
Returns a string describing this classifier.
globalInfo() - Method in class weka.filters.unsupervised.attribute.MetaPartitionedMultiFilter
Returns a string describing this filter.
globalInfo() - Method in class weka.filters.unsupervised.attribute.MultiplicativeScatterCorrection
Returns a string describing this filter.
globalInfo() - Method in class weka.filters.unsupervised.attribute.multiplicativescattercorrection.RangeBased
Returns a string describing the object.
globalInfo() - Method in class weka.filters.unsupervised.attribute.NominalToNumeric
Returns a string describing this filter.
globalInfo() - Method in class weka.filters.unsupervised.attribute.NormalizeAdaptive
Returns a string describing this filter
globalInfo() - Method in class weka.filters.unsupervised.attribute.OuterProductAnalysis
Returns a string describing this classifier.
globalInfo() - Method in class weka.filters.unsupervised.attribute.PAA
Returns a string describing this classifier.
globalInfo() - Method in class weka.filters.unsupervised.attribute.PartitionedMultiFilter2
Returns a string describing this filter.
globalInfo() - Method in class weka.filters.unsupervised.attribute.PrincipalComponentsJ
Returns a string describing this filter.
globalInfo() - Method in class weka.filters.unsupervised.attribute.ReplaceMissingValuesWithZero
Returns a string describing this filter
globalInfo() - Method in class weka.filters.unsupervised.attribute.RowSum
Returns a string describing this classifier.
globalInfo() - Method in class weka.filters.unsupervised.attribute.SavitzkyGolay
Returns a string describing this classifier.
globalInfo() - Method in class weka.filters.unsupervised.attribute.SavitzkyGolay2
Returns a string describing this classifier.
globalInfo() - Method in class weka.filters.unsupervised.attribute.SAX
Returns a string describing this classifier.
globalInfo() - Method in class weka.filters.unsupervised.attribute.SetMissingValue
Returns a string describing this classifier.
globalInfo() - Method in class weka.filters.unsupervised.attribute.SimpleDetrend
Returns a string describing this filter.
globalInfo() - Method in class weka.filters.unsupervised.attribute.SpellChecker
Returns a string describing this classifier.
globalInfo() - Method in class weka.filters.unsupervised.attribute.StringToDate
Returns a string describing this filter.
globalInfo() - Method in class weka.filters.unsupervised.instance.AccumulatedLWLWeights
Returns a string describing this classifier.
globalInfo() - Method in class weka.filters.unsupervised.instance.AlignDataset
Returns a string describing this filter.
globalInfo() - Method in class weka.filters.unsupervised.instance.DatasetCleaner
Returns a string describing this classifier.
globalInfo() - Method in class weka.filters.unsupervised.instance.DatasetLabeler
Returns a string describing this classifier.
globalInfo() - Method in class weka.filters.unsupervised.instance.KeepRange
Returns a string describing this classifier.
globalInfo() - Method in class weka.filters.unsupervised.instance.KennardStone
Returns a string describing this filter.
globalInfo() - Method in class weka.filters.unsupervised.instance.LatestRecords
Returns a string describing this classifier.
globalInfo() - Method in class weka.filters.unsupervised.instance.multirowprocessor.AbstractMultiRowProcessorPlugin
Returns a string describing the processor.
globalInfo() - Method in class weka.filters.unsupervised.instance.MultiRowProcessor
Returns a string describing this filter.
globalInfo() - Method in class weka.filters.unsupervised.instance.multirowprocessor.processor.Average
Returns a string describing the processor.
globalInfo() - Method in class weka.filters.unsupervised.instance.multirowprocessor.processor.PassThrough
Returns a string describing the processor.
globalInfo() - Method in class weka.filters.unsupervised.instance.multirowprocessor.selection.GroupExpression
Returns a string describing the row selection scheme.
globalInfo() - Method in class weka.filters.unsupervised.instance.multirowprocessor.selection.IndividualRows
Returns a string describing the row selection scheme.
globalInfo() - Method in class weka.filters.unsupervised.instance.RemoveDuplicateIDs
Returns a string describing this classifier.
globalInfo() - Method in class weka.filters.unsupervised.instance.RemoveDuplicates
Returns a string describing this classifier.
globalInfo() - Method in class weka.filters.unsupervised.instance.RemoveInstancesWithMissingValue
Returns a string describing this classifier.
globalInfo() - Method in class weka.filters.unsupervised.instance.RemoveMisclassifiedAbs
Returns a string describing this filter
globalInfo() - Method in class weka.filters.unsupervised.instance.RemoveMisclassifiedRel
Returns a string describing this filter
globalInfo() - Method in class weka.filters.unsupervised.instance.RemoveTestInstances
Returns a string describing this classifier.
globalInfo() - Method in class weka.filters.unsupervised.instance.RemoveWithLabels
Returns a string describing this filter.
globalInfo() - Method in class weka.filters.unsupervised.instance.RemoveWithWeights
Returns a string describing this classifier.
globalInfo() - Method in class weka.filters.unsupervised.instance.RemoveWithZeroes
Returns a string describing this classifier.
globalInfo() - Method in class weka.filters.unsupervised.instance.RowNorm
Returns a string describing this filter.
globalInfo() - Method in class weka.filters.unsupervised.instance.SafeRemoveRange
Returns a string describing this filter
globalInfo() - Method in class weka.filters.unsupervised.instance.Scale
Returns a string describing this filter.
globalInfo() - Method in class weka.filters.unsupervised.instance.Sort
Returns a string describing this classifier.
globalInfo() - Method in class weka.filters.unsupervised.instance.SortOnAttribute
Returns a string describing this classifier.
globalInfo() - Method in class weka.filters.unsupervised.instance.WeightsBasedResample
Returns a string describing this classifier.
GLOBALINFO_ENDTAG - Static variable in class adams.doc.javadoc.GlobalInfoJavadoc
the end comment tag for inserting the generated Javadoc.
GLOBALINFO_METHOD - Static variable in class adams.doc.javadoc.GlobalInfoJavadoc
the globalInfo method name.
GLOBALINFO_STARTTAG - Static variable in class adams.doc.javadoc.GlobalInfoJavadoc
the start comment tag for inserting the generated Javadoc.
GlobalInfoCache - Class in adams.gui.goe
For caching the global info of classes.
GlobalInfoJavadoc - Class in adams.doc.javadoc
Generates Javadoc comments from the class's globalInfo method.
GlobalInfoJavadoc() - Constructor for class adams.doc.javadoc.GlobalInfoJavadoc
 
GlobalInfoNode - Class in adams.gui.goe.classtree
Specialized tree node displaying the global info.
GlobalInfoNode(String, String) - Constructor for class adams.gui.goe.classtree.GlobalInfoNode
Initializes the node.
GlobalInfoNodeGenerator - Class in adams.gui.goe.classtree
Adds a global info node (if global info is available).
GlobalInfoNodeGenerator() - Constructor for class adams.gui.goe.classtree.GlobalInfoNodeGenerator
 
GlobalInfoSupporter - Interface in adams.core
Interface for classes that provide information on the class in the GenericObjectEditor.
GlobalSingletonDatabaseConnection - Interface in adams.db
Indicator interface for databases that are truly global singletons.
glueTipText() - Method in class adams.data.conversion.SpreadSheetJoinColumns
Returns the tip text for this property.
glueTipText() - Method in class adams.flow.transformer.StringJoin
Returns the tip text for this property.
glueTipText() - Method in class adams.flow.transformer.StringRangeCut
Returns the tip text for this property.
glueTipText() - Method in class weka.filters.unsupervised.attribute.JoinAttributes
Returns the tip text for this property.
GnumericSpreadSheetReader - Class in adams.data.io.input
Reads Gnumeric workbook files (GZIP compressed or uncompressed XML), version 1.10.13.
GnumericSpreadSheetReader() - Constructor for class adams.data.io.input.GnumericSpreadSheetReader
 
GnumericSpreadSheetWriter - Class in adams.data.io.output
Writes Gnumeric workbook files (GZIP compressed or uncompressed XML), version 1.10.13.
GnumericSpreadSheetWriter() - Constructor for class adams.data.io.output.GnumericSpreadSheetWriter
 
GOE - adams.gui.flow.tree.TreeOperations.ActorDialog
 
GOE_FORCED - adams.gui.flow.tree.TreeOperations.ActorDialog
 
GOE_FORCED_NO_TREE - adams.gui.flow.tree.TreeOperations.ActorDialog
 
GOE_NO_TREE - adams.gui.flow.tree.TreeOperations.ActorDialog
 
GOEBlacklistDefinition - Class in adams.env
Definition for the GOEBlacklist props file.
GOEBlacklistDefinition() - Constructor for class adams.env.GOEBlacklistDefinition
 
GOEEditorsDefinition - Class in adams.env
Definition for the GOEEditors props file.
GOEEditorsDefinition() - Constructor for class adams.env.GOEEditorsDefinition
 
GOEPanel() - Constructor for class adams.gui.goe.GenericObjectEditor.GOEPanel
Creates the GUI editor component.
GOEValueDefinition - Class in adams.flow.source.valuedefinition
Definition for generic GOE objects.
GOEValueDefinition() - Constructor for class adams.flow.source.valuedefinition.GOEValueDefinition
 
GoTo - Class in adams.gui.flow.tree.menu
Jumps to the callable actor reference by this actor.
GoTo() - Constructor for class adams.gui.flow.tree.menu.GoTo
 
gotoLine(int) - Method in class adams.gui.core.BaseTextArea
Jumps to the specified line.
gotoLine(int) - Method in class adams.gui.core.BaseTextPane
Jumps to the specified line.
GPD - Class in weka.classifiers.functions
Implements Gaussian Processes for regression without hyperparameter-tuning, with an inline RBF kernel.
For more information see

David J.C.
GPD() - Constructor for class weka.classifiers.functions.GPD
 
GPDGamma - Class in adams.core.discovery.genetic
GPD gamma handler.
GPDGamma() - Constructor for class adams.core.discovery.genetic.GPDGamma
 
GPDNoise - Class in adams.core.discovery.genetic
GPD noise handler.
GPDNoise() - Constructor for class adams.core.discovery.genetic.GPDNoise
 
GPL2 - adams.core.License
GPL 2.
GPL3 - adams.core.License
GPL 3.
GPU - weka.classifiers.trees.XGBoost.Predictor
 
GPU_EXACT - weka.classifiers.trees.XGBoost.TreeMethod
 
GPU_HIST - weka.classifiers.trees.XGBoost.TreeMethod
 
grabFocus() - Method in class adams.gui.chooser.AbstractChooserPanel
Lets the text component grab the focus.
grabFocus() - Method in class adams.gui.core.SearchPanel
The text field for the search tries to grab the focus.
grabFocus() - Method in class adams.gui.dialog.ComposeEmailPanel
The body text area grabs the focus.
grabFocus() - Method in class adams.gui.flow.FlowEditorPanel
Requests that this Component get the input focus, and that this Component's top-level ancestor become the focused Window.
grabFocus() - Method in class adams.gui.flow.FlowPanel
Requests that this Component get the input focus, and that this Component's top-level ancestor become the focused Window.
grabFocus() - Method in class adams.gui.selection.AbstractSelectionPanel
Sub-classes need to define which widget grabs the actual focus.
grabFocus() - Method in class adams.gui.selection.AbstractTableBasedSelectionPanel
The text field for the search tries to grab the focus.
grabFocus() - Method in class adams.gui.selection.SelectFieldPanel
Requests that this Component get the input focus, and that this Component's top-level ancestor become the focused Window.
GradientColorProvider - Class in adams.gui.visualization.core
Uses a color gradient generator to generate the colors.
GradientColorProvider() - Constructor for class adams.gui.visualization.core.GradientColorProvider
 
GRAMMAR_ENDTAG - Static variable in class adams.doc.javadoc.GrammarJavadoc
the end comment tag for inserting the generated Javadoc (all).
GRAMMAR_METHOD - Static variable in class adams.doc.javadoc.GrammarJavadoc
the getGrammar() method.
GRAMMAR_STARTTAG - Static variable in class adams.doc.javadoc.GrammarJavadoc
the start comment tag for inserting the generated Javadoc (all).
GrammarJavadoc - Class in adams.doc.javadoc
Generates Javadoc comments for the GrammarSupplier.
GrammarJavadoc() - Constructor for class adams.doc.javadoc.GrammarJavadoc
 
GrammarSupplier - Interface in adams.parser
Interface for classes that use a grammar, like parsers.
graph() - Method in class weka.classifiers.trees.M5P2
Return a dot style String describing the tree.
graph(StringBuffer) - Method in class weka.classifiers.trees.m5.RuleNode2
Assign a unique identifier to each node in the tree and then calls graphTree
GRAPH - adams.flow.transformer.WekaClassifierInfo.InfoType
graph (if available).
GRAPH - adams.flow.transformer.WekaClustererInfo.InfoType
graph (if available).
GraphHelper - Class in adams.gui.tools.wekainvestigator.output
Helper class for graphs.
GraphHelper() - Constructor for class adams.gui.tools.wekainvestigator.output.GraphHelper
 
GraphicalActorProcessorHandler - Class in adams.gui.flow.tabhandler
Manages the output from actor processors.
GraphicalActorProcessorHandler(FlowPanel) - Constructor for class adams.gui.flow.tabhandler.GraphicalActorProcessorHandler
Initializes the tab handler
GraphicalActorProcessorHandler.Output - Class in adams.gui.flow.tabhandler
Container class.
GraphicalActorProcessorTab - Class in adams.gui.flow.tab
For displaying the graphical output from actor processors.
GraphicalActorProcessorTab() - Constructor for class adams.gui.flow.tab.GraphicalActorProcessorTab
 
GraphicalFlowExecutionListener - Interface in adams.flow.execution
Interface for listeners that supply graphical output in from of a panel.
GraphicalFlowExecutionListenersHandler - Class in adams.gui.flow.tabhandler
For managing registered flow execution listeners.
GraphicalFlowExecutionListenersHandler(FlowPanel) - Constructor for class adams.gui.flow.tabhandler.GraphicalFlowExecutionListenersHandler
Initializes the tab handler
GraphicalFlowExecutionListenersTab - Class in adams.gui.flow.tab
Displays the registered flow execution listeners.
GraphicalFlowExecutionListenersTab() - Constructor for class adams.gui.flow.tab.GraphicalFlowExecutionListenersTab
 
GraphicalOutputProducingProcessor - Interface in adams.flow.processor
Interface for processors that can generate graphical output.
GraphSource - Class in adams.gui.tools.previewbrowser
Displays the source of a weka.core.Drawable graph.
GraphSource - Class in adams.gui.tools.wekainvestigator.tab.classifytab.output
Displays the source code of the graph (dot or XML BIF).
GraphSource - Class in adams.gui.tools.wekainvestigator.tab.clustertab.output
Displays the source code of the graph (dot or XML BIF).
GraphSource() - Constructor for class adams.gui.tools.previewbrowser.GraphSource
 
GraphSource() - Constructor for class adams.gui.tools.wekainvestigator.tab.classifytab.output.GraphSource
 
GraphSource() - Constructor for class adams.gui.tools.wekainvestigator.tab.clustertab.output.GraphSource
 
graphTree(StringBuffer) - Method in class weka.classifiers.trees.m5.RuleNode2
Return a dotty style string describing the tree
graphType() - Method in class weka.classifiers.trees.M5P2
Returns the type of graph this classifier represents.
GraphVisualizer - Class in adams.gui.menu
Displays data in the graph visualizer.
GraphVisualizer - Class in adams.gui.tools.previewbrowser
Displays BayesNet graphs.
GraphVisualizer() - Constructor for class adams.gui.menu.GraphVisualizer
Initializes the menu item with no owner.
GraphVisualizer() - Constructor for class adams.gui.tools.previewbrowser.GraphVisualizer
 
GraphVisualizer(AbstractApplicationFrame) - Constructor for class adams.gui.menu.GraphVisualizer
Initializes the menu item.
GRAY - adams.data.image.features.Histogram.HistogramType
 
GRAY - adams.gui.print.BufferedImageBasedWriter.Type
generates gray.
Gray8 - Class in adams.data.boofcv.transformer
Transforms the image into an 8-bit gray image.
Gray8 - Class in adams.data.jai.transformer
Transforms the image into an 8-bit gray image.
Gray8() - Constructor for class adams.data.boofcv.transformer.Gray8
 
Gray8() - Constructor for class adams.data.jai.transformer.Gray8
 
GRAYF32 - adams.data.boofcv.BoofCVImageType
float 32bit.
GRAYF64 - adams.data.boofcv.BoofCVImageType
float 64bit.
GrayFilterProvider - Class in adams.data.imagefilter
Generates a javax.swing.GrayFilter image filter.
GrayFilterProvider() - Constructor for class adams.data.imagefilter.GrayFilterProvider
 
GrayOrIndexedColorizer - Class in adams.data.image.transformer
Colorizes grayscale or indexed images using the specified color provider.
Other images types get converted to grayscale first.
GrayOrIndexedColorizer() - Constructor for class adams.data.image.transformer.GrayOrIndexedColorizer
 
GrayOrIndexedImageHandler - Class in adams.gui.tools.previewbrowser
Changes the unique colors to the ones specified by the color provider for the following image types: bmp,dcx,gif,hdr,icns,ico,jpg,pcx,png,pnm,psd,tif,tiff,wbmp,xbm,xpm

GrayOrIndexedImageHandler() - Constructor for class adams.gui.tools.previewbrowser.GrayOrIndexedImageHandler
 
GrayOrIndexedImageWriter - Class in adams.data.io.output
Changes the unique colors to the ones specified by the color provider.
Useful for generating human-viewable images from image segmentation annotations.
Uses adams.data.io.output.ApacheCommonsImageWriter for performing the actual writing after the conversion.

See also:
adams.data.io.output.ApacheCommonsImageWriter

GrayOrIndexedImageWriter() - Constructor for class adams.data.io.output.GrayOrIndexedImageWriter
 
grayPercentageTipText() - Method in class adams.data.imagefilter.GrayFilterProvider
Returns the tip text for this property.
GRAYS16 - adams.data.boofcv.BoofCVImageType
signed int 16 bit.
GRAYS32 - adams.data.boofcv.BoofCVImageType
signed int 32 bit.
GRAYS64 - adams.data.boofcv.BoofCVImageType
signed int 64 bit.
GRAYS8 - adams.data.boofcv.BoofCVImageType
signed int 8 bit.
Grayscale - Class in adams.data.image.transformer
Generates a grayscale images using the specified luminance parameters.
Grayscale() - Constructor for class adams.data.image.transformer.Grayscale
 
GrayscaleImageSegmentationReader - Class in adams.data.io.input
The layers are stored as grayscale values, with 0 being the background.
GrayscaleImageSegmentationReader() - Constructor for class adams.data.io.input.GrayscaleImageSegmentationReader
 
GrayscaleImageSegmentationWriter - Class in adams.data.io.output
The layers get stored as grayscale values, with 0 being the background.
GrayscaleImageSegmentationWriter() - Constructor for class adams.data.io.output.GrayscaleImageSegmentationWriter
 
GRAYU16 - adams.data.boofcv.BoofCVImageType
unsigned int 16 bit.
GRAYU8 - adams.data.boofcv.BoofCVImageType
unsigned int 8 bit.
GrayWorld - Class in adams.data.image.transformer.whitebalance
Basic algorithm that incorporates the Gray World assumption, which argues that the average reflectance of scene is achromatic.
GrayWorld() - Constructor for class adams.data.image.transformer.whitebalance.GrayWorld
 
GREEDY - weka.classifiers.trees.XGBoost.FeatureSelector
 
GREEK - adams.flow.core.TesseractLanguage
 
GREEN - adams.data.image.Channel
 
GREEN - adams.data.image.XScreenMaskHelper.Color
 
Grid - Class in adams.data.image.transformer.subimages
Splits the image using a grid of specified number of columns and rows.
Additional report values:
- Row for the row
- Column for the column
- Coordinates for the 1-based coordinates (x,y,w,h)
It is possible to generate overlapping images (all but last row and last column) by defining overlaps.
Grid() - Constructor for class adams.data.image.transformer.subimages.Grid
 
GRID - adams.flow.sink.ArrayDisplay.Arrangement
 
GRID - adams.gui.event.PaintEvent.PaintMoment
execute the paintlet just after the grid was drawn, before any other painting happens.
gridListener() - Constructor for class adams.gui.visualization.stats.zscore.ZScore.gridListener
 
GridSearch - Class in adams.opt.optimise
Grid Search searches the parameter hyper-grid space.
GridSearch() - Constructor for class adams.opt.optimise.GridSearch
 
gridTipText() - Method in class adams.flow.sink.ProbabilityPlotDisplay
Tip text for the grid property
gridTipText() - Method in class adams.flow.transformer.PredictionEccentricity
Returns the tip text for this property.
gridTipText() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.PredictionEccentricity
Returns the tip text for this property.
GridView - Class in adams.flow.standalone
Displays multiple graphical actors in a grid.
GridView() - Constructor for class adams.flow.standalone.GridView
 
Groovy - Class in adams.core.scripting
A helper class for Groovy.
Groovy - Class in adams.data.conversion
A conversion that uses a Groovy script for processing the data.
Groovy - Class in adams.data.filter
A filter that uses a Groovy script for processing the data.
Groovy - Class in adams.data.outlier
An outlier detector that uses a Groovy script for processing the data.
Groovy - Class in adams.data.report
A report filter that uses a Groovy script for processing the data.
Groovy - Class in adams.flow.condition.bool
A boolean condition that uses the condition defined in a Groovy script.
Groovy - Class in adams.flow.sink
A sink that uses a Groovy script for processing the token(s).
Groovy - Class in adams.flow.source
A source that uses a Groovy script for generating the token(s).
Groovy - Class in adams.flow.standalone
A standalone that executes a Groovy script.
Groovy - Class in adams.flow.template
Uses a Groovy script to generate a sub-flow.
Groovy - Class in adams.flow.transformer
A transformer that uses a Groovy script for processing the token(s).
Groovy - Class in adams.tools
A report filter that uses a Groovy script for processing the data.
Groovy() - Constructor for class adams.core.scripting.Groovy
default constructor, tries to instantiate a Groovy classloader.
Groovy() - Constructor for class adams.data.conversion.Groovy
 
Groovy() - Constructor for class adams.data.filter.Groovy
 
Groovy() - Constructor for class adams.data.outlier.Groovy
 
Groovy() - Constructor for class adams.data.report.Groovy
 
Groovy() - Constructor for class adams.flow.condition.bool.Groovy
 
Groovy() - Constructor for class adams.flow.sink.Groovy
 
Groovy() - Constructor for class adams.flow.source.Groovy
 
Groovy() - Constructor for class adams.flow.standalone.Groovy
 
Groovy() - Constructor for class adams.flow.template.Groovy
 
Groovy() - Constructor for class adams.flow.transformer.Groovy
 
Groovy() - Constructor for class adams.tools.Groovy
 
GroovyConsole - Class in adams.gui.menu
Launches the Groovy Console.
GroovyConsole() - Constructor for class adams.gui.menu.GroovyConsole
Initializes the menu item with no owner.
GroovyConsole(AbstractApplicationFrame) - Constructor for class adams.gui.menu.GroovyConsole
Initializes the menu item.
GroovyHandler - Class in adams.core.scripting
Scripting handler for Groovy.
GroovyHandler - Class in adams.gui.tools.previewbrowser
Displays the following plain text file types: groovy

Valid options are:

GroovyHandler() - Constructor for class adams.core.scripting.GroovyHandler
 
GroovyHandler() - Constructor for class adams.gui.tools.previewbrowser.GroovyHandler
 
GroovyScript - Class in adams.core.scripting
Wrapper for a Groovy scripts to be editable in the GOE.
GroovyScript() - Constructor for class adams.core.scripting.GroovyScript
Initializes the string with length 0.
GroovyScript(String) - Constructor for class adams.core.scripting.GroovyScript
Initializes the object with the string to parse.
GroovyScriptEditor - Class in adams.gui.goe
Editor for groovy scripts.
GroovyScriptEditor() - Constructor for class adams.gui.goe.GroovyScriptEditor
 
GroovySyntaxEditorPanel - Class in adams.gui.core
Text editor pane with Groovy syntax highlighting.
GroovySyntaxEditorPanel() - Constructor for class adams.gui.core.GroovySyntaxEditorPanel
 
group(List<Binnable<T>>) - Static method in class adams.data.binning.operation.Sort
Groups the binnable data in-place using its values.
group(List<Binnable<T>>, Grouping.GroupExtractor<T>) - Static method in class adams.data.binning.operation.Grouping
Combines the binnable items into groups based on the groups extracted.
GROUP - Static variable in class adams.gui.action.AbstractBaseActionWithGroup
the key for the group.
GROUP - Static variable in interface adams.parser.spreadsheetquery.sym
 
GROUP - Static variable in class weka.filters.unsupervised.instance.multirowprocessor.selection.GroupExpression
 
groupAsList(List<Binnable<T>>, Grouping.GroupExtractor<T>) - Static method in class adams.data.binning.operation.Grouping
Combines the binnable items into groups based on the groups extracted.
groupAsMap(List<Binnable<T>>, Grouping.GroupExtractor<T>) - Static method in class adams.data.binning.operation.Grouping
Combines the binnable items into groups based on the groups extracted.
GroupByRegExp - Class in adams.flow.transformer
Groups the incoming strings into sub-groups.
GroupByRegExp() - Constructor for class adams.flow.transformer.GroupByRegExp
 
groupChannelsTipText() - Method in class adams.data.image.features.Histogram
Returns the tip text for this property.
groupChannelsTipText() - Method in class adams.data.jai.features.Histogram
Returns the tip text for this property.
groupChannelsTipText() - Method in class adams.data.opencv.features.Histogram
Returns the tip text for this property.
GroupedBinnedNumericClassCrossValidationFoldGenerator - Class in weka.classifiers
Helper class for generating cross-validation folds.
GroupedBinnedNumericClassCrossValidationFoldGenerator() - Constructor for class weka.classifiers.GroupedBinnedNumericClassCrossValidationFoldGenerator
Initializes the generator.
GroupedBinnedNumericClassCrossValidationFoldGenerator(Instances, int, long, boolean) - Constructor for class weka.classifiers.GroupedBinnedNumericClassCrossValidationFoldGenerator
Initializes the generator.
GroupedBinnedNumericClassCrossValidationFoldGenerator(Instances, int, long, boolean, boolean, String) - Constructor for class weka.classifiers.GroupedBinnedNumericClassCrossValidationFoldGenerator
Initializes the generator.
GroupedBinnedNumericClassRandomSplitGenerator - Class in weka.classifiers
Generates random splits of datasets with numeric classes using a binning algorithm.
GroupedBinnedNumericClassRandomSplitGenerator() - Constructor for class weka.classifiers.GroupedBinnedNumericClassRandomSplitGenerator
Initializes the generator.
GroupedBinnedNumericClassRandomSplitGenerator(Instances, double) - Constructor for class weka.classifiers.GroupedBinnedNumericClassRandomSplitGenerator
Initializes the generator.
GroupedBinnedNumericClassRandomSplitGenerator(Instances, long, double) - Constructor for class weka.classifiers.GroupedBinnedNumericClassRandomSplitGenerator
Initializes the generator.
GroupedBinnedNumericClassRandomSplitGenerator(Instances, long, double, boolean) - Constructor for class weka.classifiers.GroupedBinnedNumericClassRandomSplitGenerator
Initializes the generator.
GroupedClassValueBinValueExtractor() - Constructor for class adams.data.binning.BinnableInstances.GroupedClassValueBinValueExtractor
 
GroupedClassValueBinValueExtractor(int) - Constructor for class adams.data.binning.BinnableDataset.GroupedClassValueBinValueExtractor
Initializes the extractor.
GroupedCrossValidation - Class in adams.flow.transformer.preparefilebaseddataset
Generates grouped cross-validation folds.
GroupedCrossValidation() - Constructor for class adams.flow.transformer.preparefilebaseddataset.GroupedCrossValidation
 
GroupedCrossValidationFoldGenerator - Class in weka.classifiers
Helper class for generating cross-validation folds.
GroupedCrossValidationFoldGenerator() - Constructor for class weka.classifiers.GroupedCrossValidationFoldGenerator
Initializes the generator.
GroupedCrossValidationFoldGenerator(Instances, int, long, boolean, boolean, WekaAttributeIndex, BaseRegExp, String) - Constructor for class weka.classifiers.GroupedCrossValidationFoldGenerator
Initializes the generator.
GroupedCrossValidationFoldGeneratorUsingNumericClassValues - Class in weka.classifiers
Helper class for generating cross-validation folds.
Uses the string representation of the numeric class values as grouping.
GroupedCrossValidationFoldGeneratorUsingNumericClassValues() - Constructor for class weka.classifiers.GroupedCrossValidationFoldGeneratorUsingNumericClassValues
Initializes the generator.
GroupedCrossValidationFoldGeneratorUsingNumericClassValues(Instances, int, long, boolean) - Constructor for class weka.classifiers.GroupedCrossValidationFoldGeneratorUsingNumericClassValues
Initializes the generator.
GroupedRandomSplitGenerator - Class in weka.classifiers
Generates random splits of datasets, making sure that groups of instances stay together (identified via a regexp).
GroupedRandomSplitGenerator() - Constructor for class weka.classifiers.GroupedRandomSplitGenerator
Initializes the generator.
GroupedRandomSplitGenerator(Instances, long, double, boolean, WekaAttributeIndex, BaseRegExp, String) - Constructor for class weka.classifiers.GroupedRandomSplitGenerator
Initializes the generator.
GroupedTrainTestSplit - Class in adams.flow.transformer.preparefilebaseddataset
Generates a train/test split using the specified grouping.
GroupedTrainTestSplit() - Constructor for class adams.flow.transformer.preparefilebaseddataset.GroupedTrainTestSplit
 
GroupedTrainValidateTestSplit - Class in adams.flow.transformer.preparefilebaseddataset
Generates a train/validate/test split using the specified grouping.
GroupedTrainValidateTestSplit() - Constructor for class adams.flow.transformer.preparefilebaseddataset.GroupedTrainValidateTestSplit
 
GroupExpression - Class in weka.filters.unsupervised.instance.multirowprocessor.selection
Identifies groups in strings using regular expressions.
GroupExpression() - Constructor for class weka.filters.unsupervised.instance.multirowprocessor.selection.GroupExpression
 
GroupExtractor - Interface in adams.data.groupextraction
Ancestor for schemes that extract the group from objects.
groupIdValue() - Method in class adams.core.base.MavenArtifact
Returns the group ID part, if possible.
groupIdValue() - Method in class adams.core.base.MavenArtifactExclusion
Returns the group ID part, if possible.
Grouping - Class in adams.data.binning.operation
For grouping Binnable and ungrouping BinnableGroup objects.
Grouping() - Constructor for class adams.data.binning.operation.Grouping
 
Grouping.GroupExtractor<T> - Interface in adams.data.binning.operation
 
groupingTipText() - Method in class adams.flow.transformer.GroupByRegExp
Returns the tip text for this property.
groupmapTipText() - Method in class adams.flow.source.RSync
 
groupsTipText() - Method in class weka.classifiers.MultiLevelSplitGenerator
Returns the tip text for this property.
groupTipText() - Method in class adams.data.groupextraction.Manual
Returns the tip text for this property.
groupTipText() - Method in class adams.data.groupextraction.ReportFieldRegExp
Returns the tip text for this property.
groupTipText() - Method in class adams.data.groupextraction.SpreadSheetCellRegExp
Returns the tip text for this property.
groupTipText() - Method in class adams.flow.source.RSync
 
groupTipText() - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesGroupedCrossValidationFoldGenerator
Returns the tip text for this property.
groupTipText() - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesGroupedRandomSplitGenerator
Returns the tip text for this property.
groupTipText() - Method in class adams.flow.transformer.preparefilebaseddataset.GroupedCrossValidation
Returns the tip text for this property.
groupTipText() - Method in class adams.flow.transformer.preparefilebaseddataset.GroupedTrainTestSplit
Returns the tip text for this property.
groupTipText() - Method in class adams.flow.transformer.preparefilebaseddataset.GroupedTrainValidateTestSplit
Returns the tip text for this property.
groupTipText() - Method in class adams.gui.visualization.sequence.metadatacolor.ColorPerRegExpGroup
Returns the tip text for this property.
groupTipText() - Method in class weka.classifiers.GroupedBinnedNumericClassCrossValidationFoldGenerator
Returns the tip text for this property.
groupTipText() - Method in class weka.classifiers.GroupedBinnedNumericClassRandomSplitGenerator
Returns the tip text for this property.
groupTipText() - Method in class weka.classifiers.GroupedCrossValidationFoldGenerator
Returns the tip text for this property.
groupTipText() - Method in class weka.classifiers.GroupedRandomSplitGenerator
Returns the tip text for this property.
groupTipText() - Method in class weka.filters.unsupervised.instance.multirowprocessor.selection.GroupExpression
Returns the tip text for this property.
GroupUpdater - Interface in adams.data.groupupdate
Ancestor for schemes that update the group of objects.
growPolicyTipText() - Method in class weka.classifiers.trees.XGBoost
Gets the tip-text for the growPolicy option.
GT - Static variable in interface adams.parser.booleanexpression.sym
 
GT - Static variable in interface adams.parser.lookupupdate.sym
 
GT - Static variable in interface adams.parser.mathematicalexpression.sym
 
GT - Static variable in interface adams.parser.spreadsheetformula.sym
 
GT - Static variable in interface adams.parser.spreadsheetquery.sym
 
GT - Static variable in interface adams.parser.stringexpression.sym
 
GTipText() - Method in class adams.data.image.luminance.Custom
Returns the tip text for this property.
GTK - Class in adams.gui.laf
GTK look and feel.
GTK() - Constructor for class adams.gui.laf.GTK
 
guessType(Object) - Static method in enum adams.data.report.DataType
Guesses the data type from the object.
GUI - adams.gui.tools.wekainvestigator.tab.AbstractInvestigatorTab.SerializationOption
 
GUIHelper - Class in adams.gui.core
A "little" helper class for GUI related stuff.
GUIHelper() - Constructor for class adams.gui.core.GUIHelper
 
GUIHelper.AbstractInputPanel - Class in adams.gui.core
Ancestor for panels that allow the user to enter/select a value.
GUIHelper.DialogCommunication - Class in adams.gui.core
Helper class that allows external callers to communicate with input dialogs, enabling them to schedule closing of the dialog.
GUIHelper.InputDialogMultiValueSelection - Enum in adams.gui.core
How showInputDialog should display the multiple values to choose from.
GUIHelper.InputPanelWithButtons - Class in adams.gui.core
Panel that uses buttons for the values that the user can enter.
GUIHelper.InputPanelWithComboBox - Class in adams.gui.core
Panel that uses a combobox for the values that the user can enter.
GUIHelper.InputPanelWithTextArea - Class in adams.gui.core
Panel that uses a textarea for the value that the user can enter.
GUIHelperDefinition - Class in adams.env
Definition for the GUIHelper props file.
GUIHelperDefinition() - Constructor for class adams.env.GUIHelperDefinition
 
GUIPrompt - Class in adams.gui.core
Helper class for GUI prompts that require updating values, e.g., only displaying a warning dialog once.
GUIPrompt() - Constructor for class adams.gui.core.GUIPrompt
Initializes the class.
GUNZIP - Class in adams.flow.transformer
Decompresses an archive that was compressed with gzip.
GUNZIP() - Constructor for class adams.flow.transformer.GUNZIP
 
Gzip - Class in adams.gui.tools.filecommander
Compresses a single file using GZIP.
Gzip() - Constructor for class adams.gui.tools.filecommander.Gzip
Instantiates the action.
GZIP - Class in adams.flow.transformer
Creates a GZIP archive from a single file.
GZIP - adams.core.io.TarUtils.Compression
gzip.
GZIP() - Constructor for class adams.flow.transformer.GZIP
 
GzipFileSearchHandler - Class in adams.core.io.filesearch
Searches gzip-compressed (text) files.
GzipFileSearchHandler() - Constructor for class adams.core.io.filesearch.GzipFileSearchHandler
 
GzippedTextFileReader - Class in adams.data.io.input
Reads content from gzipped text files.
GzippedTextFileReader() - Constructor for class adams.data.io.input.GzippedTextFileReader
 
GzipUtils - Class in adams.core.io
Helper class for gzip related operations.
GzipUtils() - Constructor for class adams.core.io.GzipUtils
 

H

H - adams.data.image.HSVChannel
 
HAAR - adams.data.filter.AbstractFastWavelet.WaveletType
Haar.
HALF_DAILY - adams.data.timeseries.PeriodicityType
 
HALF_HOURLY - adams.data.timeseries.PeriodicityType
 
HALFLETTER - adams.flow.transformer.pdfproclet.PageSize
 
handle(RemoteCommand, RemoteCommandProcessor) - Method in class adams.scripting.engine.AbstractRemoteCommandHandler
Handles the command.
handle(RemoteCommand, RemoteCommandProcessor) - Method in interface adams.scripting.engine.RemoteCommandHandler
Handles the command.
handle(Exception) - Method in class adams.flow.transformer.FileTailer.Listener
Handles an Exception .
handle(Exception) - Method in class adams.gui.tools.FileMonitorPanel.Listener
Handles an Exception .
handle(String) - Method in class adams.flow.transformer.FileTailer.Listener
Handles a line from a Tailer.
handle(String) - Method in class adams.gui.tools.FileMonitorPanel.Listener
Handles a line from a Tailer.
handleArgumentOption(AbstractArgumentOption, OptionTraversalPath) - Method in class adams.core.option.AbstractOptionTraverser
Handles the encountered argument option.
handleArgumentOption(AbstractArgumentOption, OptionTraversalPath) - Method in class adams.core.option.FileLister
Handles the encountered argument option.
handleArgumentOption(AbstractArgumentOption, OptionTraversalPath) - Method in interface adams.core.option.OptionTraverser
Handles the encountered argument option.
handleArgumentOption(AbstractArgumentOption, OptionTraversalPath) - Method in class adams.core.option.VariableLister
Handles the encountered argument option.
handleArgumentOption(AbstractArgumentOption, OptionTraversalPath) - Method in class adams.core.option.VariablesInstanceLister
Handles the encountered argument option.
handleArgumentOption(AbstractArgumentOption, OptionTraversalPath) - Method in class adams.core.option.XhtmlProducer.ActorOptionTraverser
 
handleArgumentOption(AbstractArgumentOption, OptionTraversalPath) - Method in class adams.core.VariablesFinder
Handles the encountered argument option.
handleArgumentOption(AbstractArgumentOption, OptionTraversalPath) - Method in class adams.flow.core.ErrorHandlerInstanceLister
Handles the encountered argument option.
handleArgumentOption(AbstractArgumentOption, OptionTraversalPath) - Method in class adams.flow.processor.AbstractModifyingInteractiveProcessor
Interacts with the user on this argument option if necessary.
handleBooleanOption(BooleanOption, OptionTraversalPath) - Method in class adams.core.option.AbstractOptionTraverser
Handles the encountered boolean option.
handleBooleanOption(BooleanOption, OptionTraversalPath) - Method in class adams.core.option.FileLister
Handles the encountered boolean option.
handleBooleanOption(BooleanOption, OptionTraversalPath) - Method in interface adams.core.option.OptionTraverser
Handles the encountered boolean option.
handleBooleanOption(BooleanOption, OptionTraversalPath) - Method in class adams.core.option.VariableLister
Handles the encountered boolean option.
handleBooleanOption(BooleanOption, OptionTraversalPath) - Method in class adams.core.option.VariablesInstanceLister
Handles the encountered boolean option.
handleBooleanOption(BooleanOption, OptionTraversalPath) - Method in class adams.core.option.XhtmlProducer.ActorOptionTraverser
 
handleBooleanOption(BooleanOption, OptionTraversalPath) - Method in class adams.core.VariablesFinder
Handles the encountered boolean option.
handleBooleanOption(BooleanOption, OptionTraversalPath) - Method in class adams.flow.core.ErrorHandlerInstanceLister
Handles the encountered boolean option.
handleBooleanOption(BooleanOption, OptionTraversalPath) - Method in class adams.flow.processor.AbstractModifyingInteractiveProcessor
Interacts with the user on this boolean option if necessary.
handleClassOption(ClassOption, OptionTraversalPath) - Method in class adams.core.option.AbstractOptionTraverser
Handles the encountered class option.
handleClassOption(ClassOption, OptionTraversalPath) - Method in class adams.core.option.FileLister
Handles the encountered class option.
handleClassOption(ClassOption, OptionTraversalPath) - Method in interface adams.core.option.OptionTraverser
Handles the encountered class option.
handleClassOption(ClassOption, OptionTraversalPath) - Method in class adams.core.option.VariableLister
Handles the encountered class option.
handleClassOption(ClassOption, OptionTraversalPath) - Method in class adams.core.option.VariablesInstanceLister
Handles the encountered class option.
handleClassOption(ClassOption, OptionTraversalPath) - Method in class adams.core.option.XhtmlProducer.ActorOptionTraverser
 
handleClassOption(ClassOption, OptionTraversalPath) - Method in class adams.core.VariablesFinder
Handles the encountered class option.
handleClassOption(ClassOption, OptionTraversalPath) - Method in class adams.flow.core.ErrorHandlerInstanceLister
Handles the encountered class option.
handleClassOption(ClassOption, OptionTraversalPath) - Method in class adams.flow.processor.AbstractModifyingInteractiveProcessor
Interacts with the user on this class option if necessary.
handleClient(Socket) - Method in class adams.scripting.engine.DefaultScriptingEngine
Handles the client connection.
handleCommand(RemoteCommand) - Method in class adams.scripting.engine.ManualFeedScriptingEngine
Handles the command.
handleConnectionEvent() - Method in class adams.gui.tools.SSHPanel
Connects or disconnects the client.
handleConnectionEvent() - Method in class adams.gui.tools.TelnetPanel
Connects or disconnects the client.
handleError(Actor, String, String) - Method in class adams.flow.control.SequentialDirector
Handles the given error message, calling the actor's error handler, if defined.
handleError(Actor, String, String) - Method in class adams.flow.control.TryCatch
Handles the given error message with the flow that this actor belongs to, if the flow has error logging turned on.
handleError(Actor, String, String) - Method in class adams.flow.core.AbstractActor
Handles the given error message with the flow that this actor belongs to, if the flow has error logging turned on.
handleError(Actor, String, String) - Method in interface adams.flow.core.Actor
Handles the given error message with the flow that this actor belongs to, if the flow has error logging turned on.
handleError(Actor, String, String) - Method in interface adams.flow.core.ErrorHandler
Handles the given error message with the flow that the actor belongs to, if the flow has error logging turned on.
handleError(Throwable) - Method in class adams.core.option.OptionManager
Handles the given throwable/exception.
handleException(LoggingSupporter, String, Throwable) - Static method in class adams.core.logging.LoggingHelper
Outputs the stacktrace along with the message on stderr and returns a combination of both of them as string.
handleException(LoggingSupporter, String, Throwable, boolean) - Static method in class adams.core.logging.LoggingHelper
Generates a string from the stacktrace along with the message and returns that.
handleException(Actor, String, Throwable) - Method in class adams.flow.control.SequentialDirector
Handles the error message, by outputting the exception on stderr and generating/returning a combined error string.
handleException(String, Throwable) - Method in class adams.core.exception.ConsolePanelExceptionHandler
Handles the error.
handleException(String, Throwable) - Method in interface adams.core.exception.ExceptionHandler
Handles the error.
handleException(String, Throwable) - Method in class adams.flow.control.AbstractDirector
Outputs the stacktrace along with the message on stderr and returns a combination of both of them as string.
handleException(String, Throwable) - Method in class adams.flow.core.AbstractActor
Outputs the stacktrace along with the message on stderr and returns a combination of both of them as string.
handleException(String, Throwable) - Static method in class adams.gui.chooser.BaseFileChooser
Outputs the error in the console window.
handleException(String, Throwable) - Method in class adams.gui.tools.wekainvestigator.data.AbstractDataContainer
Logs the error and returns a compiled error string.
handleRequest(RemoteScriptingEngine, RemoteCommandProcessor, RequestHandler) - Method in class adams.scripting.command.AbstractCommand
Handles the request.
handleRequest(RemoteScriptingEngine, RemoteCommandProcessor, RequestHandler) - Method in class adams.scripting.command.basic.StopEngine
Handles the request.
handleRequest(RemoteScriptingEngine, RemoteCommandProcessor, RequestHandler) - Method in interface adams.scripting.command.RemoteCommand
Handles the request.
handleResponse(RemoteScriptingEngine, ResponseHandler) - Method in class adams.scripting.command.AbstractCommandWithResponse
Handles the response.
handleResponse(RemoteScriptingEngine, ResponseHandler) - Method in class adams.scripting.command.basic.RetrieveFile
Handles the response.
handleResponse(RemoteScriptingEngine, ResponseHandler) - Method in class adams.scripting.command.basic.StopEngine
Handles the response.
handleResponse(RemoteScriptingEngine, ResponseHandler) - Method in class adams.scripting.command.basic.SystemInfo
Handles the response.
handleResponse(RemoteScriptingEngine, ResponseHandler) - Method in class adams.scripting.command.flow.GetFlow
Handles the response.
handleResponse(RemoteScriptingEngine, ResponseHandler) - Method in interface adams.scripting.command.RemoteCommandWithResponse
Handles the response.
HandlerObserver(AbstractDiscoveryHandler[]) - Constructor for class adams.core.discovery.DefaultPropertyDiscovery.HandlerObserver
Initializes the observer with the handlers.
handlersTipText() - Method in class adams.opt.genetic.Hermione
Returns the tip text for this property.
handlersTipText() - Method in class adams.scripting.requesthandler.MultiHandler
Returns the tip text for this property.
handlersTipText() - Method in class adams.scripting.responsehandler.MultiHandler
Returns the tip text for this property.
handlerTipText() - Method in class adams.core.io.filesearch.AbstractMetaFileSearchHandler
Returns the tip text for this property.
handlerTipText() - Method in class adams.data.boofcv.features.Scripted
Returns the tip text for this property.
handlerTipText() - Method in class adams.data.boofcv.transformer.Scripted
Returns the tip text for this property.
handlerTipText() - Method in class adams.data.conversion.Scripted
Returns the tip text for this property.
handlerTipText() - Method in class adams.data.conversion.SpreadSheetObjectColumnToString
Returns the tip text for this property.
handlerTipText() - Method in class adams.data.conversion.SpreadSheetStringColumnToObject
Returns the tip text for this property.
handlerTipText() - Method in class adams.data.filter.Scripted
Returns the tip text for this property.
handlerTipText() - Method in class adams.data.image.features.Scripted
Returns the tip text for this property.
handlerTipText() - Method in class adams.data.image.transformer.Scripted
Returns the tip text for this property.
handlerTipText() - Method in class adams.data.jai.transformer.Scripted
Returns the tip text for this property.
handlerTipText() - Method in class adams.data.opencv.features.Scripted
Returns the tip text for this property.
handlerTipText() - Method in class adams.data.opencv.transformer.Scripted
Returns the tip text for this property.
handlerTipText() - Method in class adams.data.outlier.Scripted
Returns the tip text for this property.
handlerTipText() - Method in class adams.data.report.Scripted
Returns the tip text for this property.
handlerTipText() - Method in class adams.flow.condition.bool.Scripted
Returns the tip text for this property.
handlerTipText() - Method in class adams.flow.core.AbstractScriptingHandlerActor
Returns the tip text for this property.
handlerTipText() - Method in class adams.flow.sink.WekaExperimentFileWriter
Returns the tip text for this property.
handlerTipText() - Method in class adams.flow.template.Scripted
Returns the tip text for this property.
handlerTipText() - Method in class adams.flow.transformer.pdfgenerate.Scripted
Returns the tip text for this property.
handlerTipText() - Method in class adams.flow.transformer.WekaExperimentFileReader
Returns the tip text for this property.
handlerTipText() - Method in class adams.scripting.command.basic.StartRemoteLogging
Returns the tip text for this property.
handlerTipText() - Method in class adams.tools.Scripted
Returns the tip text for this property.
handles(PropertyPath.Path, Object) - Method in class adams.core.discovery.AbstractDiscoveryHandler
Checks whether this object is handled by this discovery handler.
handles(GenericObjectEditorPopupMenu, PropertyEditor, JComponent) - Method in class adams.gui.goe.popupmenu.AbstractGenericObjectEditorPopupMenuCustomizer
Customizes the GOE popup menu.
handles(GenericObjectEditorPopupMenu, PropertyEditor, JComponent) - Method in class adams.gui.goe.popupmenu.Edit
Customizes the GOE popup menu.
handles(GenericObjectEditorPopupMenu, PropertyEditor, JComponent) - Method in class adams.gui.goe.popupmenu.EncloseBooleanCondition
Customizes the GOE popup menu.
handles(GenericObjectEditorPopupMenu, PropertyEditor, JComponent) - Method in class adams.gui.goe.popupmenu.EncloseClassifier
Customizes the GOE popup menu.
handles(GenericObjectEditorPopupMenu, PropertyEditor, JComponent) - Method in class adams.gui.goe.popupmenu.EncloseClusterer
Customizes the GOE popup menu.
handles(GenericObjectEditorPopupMenu, PropertyEditor, JComponent) - Method in class adams.gui.goe.popupmenu.EncloseConversion
Customizes the GOE popup menu.
handles(GenericObjectEditorPopupMenu, PropertyEditor, JComponent) - Method in class adams.gui.goe.popupmenu.Favorites
Customizes the GOE popup menu.
handles(GenericObjectEditorPopupMenu, PropertyEditor, JComponent) - Method in class adams.gui.goe.popupmenu.History
Customizes the GOE popup menu.
handles(GenericObjectEditorPopupMenu, PropertyEditor, JComponent) - Method in class adams.gui.goe.popupmenu.InvertInstancesColumnFinder
Customizes the GOE popup menu.
handles(GenericObjectEditorPopupMenu, PropertyEditor, JComponent) - Method in class adams.gui.goe.popupmenu.InvertInstancesRowFinder
Customizes the GOE popup menu.
handles(GenericObjectEditorPopupMenu, PropertyEditor, JComponent) - Method in class adams.gui.goe.popupmenu.InvertSpreadSheetColumnFinder
Customizes the GOE popup menu.
handles(GenericObjectEditorPopupMenu, PropertyEditor, JComponent) - Method in class adams.gui.goe.popupmenu.InvertSpreadSheetRowFinder
Customizes the GOE popup menu.
handles(GenericObjectEditorPopupMenu, PropertyEditor, JComponent) - Method in class adams.gui.goe.popupmenu.PullUpBooleanCondition
Customizes the GOE popup menu.
handles(GenericObjectEditorPopupMenu, PropertyEditor, JComponent) - Method in class adams.gui.goe.popupmenu.PullUpClassifier
Customizes the GOE popup menu.
handles(GenericObjectEditorPopupMenu, PropertyEditor, JComponent) - Method in class adams.gui.goe.popupmenu.PullUpClusterer
Customizes the GOE popup menu.
handles(GenericObjectEditorPopupMenu, PropertyEditor, JComponent) - Method in class adams.gui.goe.popupmenu.PullUpInstancesColumnFinder
Customizes the GOE popup menu.
handles(GenericObjectEditorPopupMenu, PropertyEditor, JComponent) - Method in class adams.gui.goe.popupmenu.PullUpInstancesRowFinder
Customizes the GOE popup menu.
handles(GenericObjectEditorPopupMenu, PropertyEditor, JComponent) - Method in class adams.gui.goe.popupmenu.PullUpSpreadSheetColumnFinder
Customizes the GOE popup menu.
handles(GenericObjectEditorPopupMenu, PropertyEditor, JComponent) - Method in class adams.gui.goe.popupmenu.PullUpSpreadSheetRowFinder
Customizes the GOE popup menu.
handles(GenericObjectEditorPopupMenu, PropertyEditor, JComponent) - Method in class adams.gui.goe.popupmenu.SwapActor
Customizes the GOE popup menu.
handles(GenericObjectEditorPopupMenu, PropertyEditor, JComponent) - Method in class adams.gui.goe.popupmenu.Variables
Customizes the GOE popup menu.
handles(DataContainerPanelWithContainerList<Instance, InstanceContainerManager, InstanceContainer>) - Method in class adams.gui.visualization.instance.containerlistpopup.SaveAs
Checks whether this action can handle the panel.
handles(DataContainerPanelWithContainerList<Instance, InstanceContainerManager, InstanceContainer>) - Method in class adams.gui.visualization.instance.containerlistpopup.ViewAsTable
Checks whether this action can handle the panel.
handles(DataContainerPanelWithContainerList<Instance, InstanceContainerManager, InstanceContainer>) - Method in class adams.gui.visualization.instance.plotpopup.Adjust
Checks whether this action can handle the panel.
handles(DataContainerPanelWithContainerList<Instance, InstanceContainerManager, InstanceContainer>) - Method in class adams.gui.visualization.instance.plotpopup.Histogram
Checks whether this action can handle the panel.
handles(DataContainerPanelWithContainerList<Instance, InstanceContainerManager, InstanceContainer>) - Method in class adams.gui.visualization.instance.plotpopup.SaveVisible
Checks whether this action can handle the panel.
handles(DataContainerPanelWithContainerList<Instance, InstanceContainerManager, InstanceContainer>) - Method in class adams.gui.visualization.instance.plotpopup.Viewport
Checks whether this action can handle the panel.
handles(DataContainerPanelWithContainerList<Instance, InstanceContainerManager, InstanceContainer>) - Method in class adams.gui.visualization.timeseries.plotpopup.SaveVisible
Checks whether this action can handle the panel.
handles(DataContainerPanelWithContainerList<XYSequence, XYSequenceContainerManager, XYSequenceContainer>) - Method in class adams.gui.visualization.sequence.containerlistpopup.SaveAs
Checks whether this action can handle the panel.
handles(DataContainerPanelWithContainerList<XYSequence, XYSequenceContainerManager, XYSequenceContainer>) - Method in class adams.gui.visualization.sequence.containerlistpopup.ViewAsTable
Checks whether this action can handle the panel.
handles(DataContainerPanelWithContainerList<XYSequence, XYSequenceContainerManager, XYSequenceContainer>) - Method in class adams.gui.visualization.sequence.plotpopup.Adjust
Checks whether this action can handle the panel.
handles(DataContainerPanelWithContainerList<XYSequence, XYSequenceContainerManager, XYSequenceContainer>) - Method in class adams.gui.visualization.sequence.plotpopup.Hits
Checks whether this action can handle the panel.
handles(DataContainerPanelWithContainerList<XYSequence, XYSequenceContainerManager, XYSequenceContainer>) - Method in class adams.gui.visualization.sequence.plotpopup.Resize
Checks whether this action can handle the panel.
handles(DataContainerPanelWithContainerList<XYSequence, XYSequenceContainerManager, XYSequenceContainer>) - Method in class adams.gui.visualization.sequence.plotpopup.SaveVisibleDataPoints
Checks whether this action can handle the panel.
handles(DataContainerPanelWithContainerList<XYSequence, XYSequenceContainerManager, XYSequenceContainer>) - Method in class adams.gui.visualization.sequence.plotpopup.SaveVisibleSequences
Checks whether this action can handle the panel.
handles(DataContainerPanelWithContainerList<Timeseries, TimeseriesContainerManager, TimeseriesContainer>) - Method in class adams.gui.visualization.timeseries.containerlistpopup.Information
Checks whether this action can handle the panel.
handles(DataContainerPanelWithContainerList<Timeseries, TimeseriesContainerManager, TimeseriesContainer>) - Method in class adams.gui.visualization.timeseries.containerlistpopup.Reports
Checks whether this action can handle the panel.
handles(DataContainerPanelWithContainerList<Timeseries, TimeseriesContainerManager, TimeseriesContainer>) - Method in class adams.gui.visualization.timeseries.containerlistpopup.ViewAsTable
Checks whether this action can handle the panel.
handles(DataContainerPanelWithContainerList<Timeseries, TimeseriesContainerManager, TimeseriesContainer>) - Method in class adams.gui.visualization.timeseries.plotpopup.Adjust
Checks whether this action can handle the panel.
handles(DataContainerPanelWithContainerList<Timeseries, TimeseriesContainerManager, TimeseriesContainer>) - Method in class adams.gui.visualization.timeseries.plotpopup.Statistics
Checks whether this action can handle the panel.
handles(DataContainerPanelWithContainerList<SpreadSheetRow, SpreadSheetRowContainerManager, SpreadSheetRowContainer>) - Method in class adams.gui.visualization.spreadsheet.containerlistpopup.SaveAs
Checks whether this action can handle the panel.
handles(DataContainerPanelWithContainerList<SpreadSheetRow, SpreadSheetRowContainerManager, SpreadSheetRowContainer>) - Method in class adams.gui.visualization.spreadsheet.containerlistpopup.ViewAsTable
Checks whether this action can handle the panel.
handles(DataContainerPanelWithContainerList<SpreadSheetRow, SpreadSheetRowContainerManager, SpreadSheetRowContainer>) - Method in class adams.gui.visualization.spreadsheet.plotpopup.Adjust
Checks whether this action can handle the panel.
handles(DataContainerPanelWithContainerList<SpreadSheetRow, SpreadSheetRowContainerManager, SpreadSheetRowContainer>) - Method in class adams.gui.visualization.spreadsheet.plotpopup.Histogram
Checks whether this action can handle the panel.
handles(DataContainerPanelWithContainerList<SpreadSheetRow, SpreadSheetRowContainerManager, SpreadSheetRowContainer>) - Method in class adams.gui.visualization.spreadsheet.plotpopup.SaveVisible
Checks whether this action can handle the panel.
handles(DataContainerPanelWithContainerList<SpreadSheetRow, SpreadSheetRowContainerManager, SpreadSheetRowContainer>) - Method in class adams.gui.visualization.spreadsheet.plotpopup.Viewport
Checks whether this action can handle the panel.
handles(DataContainerPanelWithContainerList<T, M, C>) - Method in class adams.gui.visualization.container.datacontainerpanel.AbstractPopupCustomizer
Checks whether this action can handle the panel.
handles(DataContainerPanelWithContainerList<T, M, C>) - Method in class adams.gui.visualization.container.datacontainerpanel.containerlistpopup.ChooseColor
Checks whether this action can handle the panel.
handles(DataContainerPanelWithContainerList<T, M, C>) - Method in class adams.gui.visualization.container.datacontainerpanel.containerlistpopup.CopyID
Checks whether this action can handle the panel.
handles(DataContainerPanelWithContainerList<T, M, C>) - Method in class adams.gui.visualization.container.datacontainerpanel.containerlistpopup.HideAll
Checks whether this action can handle the panel.
handles(DataContainerPanelWithContainerList<T, M, C>) - Method in class adams.gui.visualization.container.datacontainerpanel.containerlistpopup.Notes
Checks whether this action can handle the panel.
handles(DataContainerPanelWithContainerList<T, M, C>) - Method in class adams.gui.visualization.container.datacontainerpanel.containerlistpopup.Remove
Checks whether this action can handle the panel.
handles(DataContainerPanelWithContainerList<T, M, C>) - Method in class adams.gui.visualization.container.datacontainerpanel.containerlistpopup.RemoveAll
Checks whether this action can handle the panel.
handles(DataContainerPanelWithContainerList<T, M, C>) - Method in class adams.gui.visualization.container.datacontainerpanel.containerlistpopup.ShowAll
Checks whether this action can handle the panel.
handles(DataContainerPanelWithContainerList<T, M, C>) - Method in class adams.gui.visualization.container.datacontainerpanel.containerlistpopup.StoreColorInReport
Checks whether this action can handle the panel.
handles(DataContainerPanelWithContainerList<T, M, C>) - Method in class adams.gui.visualization.container.datacontainerpanel.containerlistpopup.StoreValueInReport
Checks whether this action can handle the panel.
handles(DataContainerPanelWithContainerList<T, M, C>) - Method in class adams.gui.visualization.container.datacontainerpanel.containerlistpopup.ToggleVisibility
Checks whether this action can handle the panel.
handles(DataContainerPanelWithContainerList<T, M, C>) - Method in class adams.gui.visualization.container.datacontainerpanel.containerlistpopup.UpdateID
Checks whether this action can handle the panel.
handles(DataContainerPanelWithContainerList<T, M, C>) - Method in class adams.gui.visualization.container.datacontainerpanel.plotpopup.AntiAliasing
Checks whether this action can handle the panel.
handles(DataContainerPanelWithContainerList<T, M, C>) - Method in class adams.gui.visualization.container.datacontainerpanel.plotpopup.Markers
Checks whether this action can handle the panel.
handles(DataContainerPanelWithContainerList<T, M, C>) - Method in class adams.gui.visualization.container.datacontainerpanel.plotpopup.Notes
Checks whether this action can handle the panel.
handles(DataContainerPanelWithContainerList<T, M, C>) - Method in class adams.gui.visualization.container.datacontainerpanel.plotpopup.SendTo
Checks whether this action can handle the panel.
handles(DataContainerPanelWithContainerList<T, M, C>) - Method in class adams.gui.visualization.container.datacontainerpanel.plotpopup.SidePanel
Checks whether this action can handle the panel.
handles(CapabilitiesHandler, Dataset) - Static method in class adams.ml.capabilities.CapabilitiesHelper
Returns whether the capabilities handler handles the dataset.
handles(Capabilities, Dataset) - Static method in class adams.ml.capabilities.CapabilitiesHelper
Returns whether the capabilities can handle the dataset.
handles(Capabilities, Dataset, int) - Static method in class adams.ml.capabilities.CapabilitiesHelper
Returns whether the capabilities can handle the dataset column.
handles(Dataset, boolean) - Method in interface adams.ml.model.Algorithm
Checks whether the data can be handled.
handles(Dataset, boolean) - Method in class adams.ml.model.classification.AbstractClassifier
Checks whether the data can be handled.
handles(Dataset, boolean) - Method in class adams.ml.model.classification.AbstractMultiTargetClassifier
Checks whether the data can be handled.
handles(Dataset, boolean) - Method in class adams.ml.model.clustering.AbstractClusterer
Checks whether the data can be handled.
handles(Dataset, boolean) - Method in class adams.ml.model.regression.AbstractMultiTargetRegressor
Checks whether the data can be handled.
handles(Dataset, boolean) - Method in class adams.ml.model.regression.AbstractRegressor
Checks whether the data can be handled.
handles(Class) - Method in class adams.core.option.AbstractCommandLineHandler
Checks whether the given class can be processed.
handles(Class) - Method in class adams.core.option.AdamsCommandLineHandler
Checks whether the given class can be processed.
handles(Class) - Method in class adams.core.option.BaseObjectCommandLineHandler
Checks whether the given class can be processed.
handles(Class) - Method in class adams.core.option.DefaultCommandLineHandler
Checks whether the given class can be processed.
handles(Class) - Method in class adams.core.option.help.AbstractHelpGenerator
Checks whether the generator handles this class.
handles(Class) - Method in class adams.core.option.help.AdditionalInformation
Checks whether the generator handles this class.
handles(Class) - Method in class adams.core.option.help.CapabilitiesInfo
Checks whether the generator handles this class.
handles(Class) - Method in class adams.core.option.help.ClassCrossReferences
Checks whether the generator handles this class.
handles(Class) - Method in class adams.core.option.help.ConditionalEquivalentActor
Checks whether the generator handles this class.
handles(Class) - Method in class adams.core.option.help.Deprecation
Checks whether the generator handles this class.
handles(Class) - Method in class adams.core.option.help.SupportedTags
Checks whether the generator handles this class.
handles(Class) - Method in class adams.core.option.JenericCommandLineHandler
Checks whether the given class can be processed.
handles(Class) - Method in class adams.core.option.WekaCommandLineHandler
Checks whether the given class can be processed.
handles(Class) - Method in class adams.data.spreadsheet.AbstractObjectHandler
Checks whether the handler can process the given class.
handles(Class) - Method in class adams.data.spreadsheet.JsonObjectHandler
Checks whether the handler can process the given object.
handles(Class) - Method in class adams.data.spreadsheet.StringObjectHandler
Checks whether the handler can process the given object.
handles(Class) - Method in class adams.data.textrenderer.ArrayTextRenderer
Checks whether the class is handled.
handles(Class) - Method in class adams.data.textrenderer.CollectionTextRenderer
Checks whether the class is handled.
handles(Class) - Method in class adams.data.textrenderer.DefaultTextRenderer
Checks whether the class is handled.
handles(Class) - Method in class adams.data.textrenderer.IndexedSplitsRunsRenderer
Checks whether the class is handled.
handles(Class) - Method in class adams.data.textrenderer.JsonTextRenderer
Checks whether the class is handled.
handles(Class) - Method in class adams.data.textrenderer.ListTextRenderer
Checks whether the class is handled.
handles(Class) - Method in class adams.data.textrenderer.MapTextRenderer
Checks whether the class is handled.
handles(Class) - Method in class adams.data.textrenderer.SetTextRenderer
Checks whether the class is handled.
handles(Class) - Method in class adams.data.textrenderer.SpreadSheetTextRenderer
Checks whether the class is handled.
handles(Class) - Method in interface adams.data.textrenderer.TextRenderer
Checks whether the class is handled.
handles(Class) - Method in class adams.data.textrenderer.TextSupporterTextRenderer
Checks whether the class is handled.
handles(Class) - Method in class adams.flow.core.AbstractPropertyValueConverter
Checks whether this converter handles the particular class.
handles(Class) - Method in class adams.flow.core.DefaultPropertyValueConverter
Checks whether this converter handles the particular class.
handles(Class) - Method in class adams.flow.core.WekaPropertyValueConverter
Checks whether this converter handles the particular class.
handles(Class) - Method in class adams.gui.goe.AbstractGenericObjectEditorHandler
Checks whether the given class can be processed.
handles(Class) - Method in class adams.gui.goe.AdamsGenericObjectEditorHandler
Checks whether the given class can be processed.
handles(Class) - Method in class adams.gui.goe.DefaultGenericObjectEditorHandler
Checks whether the given class can be processed.
handles(Class) - Method in class adams.gui.goe.WekaGenericObjectEditorHandler
Checks whether the given class can be processed.
handles(Class) - Method in class adams.gui.help.AbstractHelpGenerator
Returns whether this class is handled by this generator.
handles(Class) - Method in class adams.gui.help.AdamsOptionHandlerHelpGenerator
Returns whether this class is handled by this generator.
handles(Class) - Method in class adams.gui.help.DefaultHelpGenerator
Returns whether this class is handled by this generator.
handles(Class) - Method in class adams.gui.help.EnumHelpGenerator
Returns whether this class is handled by this generator.
handles(Class) - Method in class adams.gui.help.WekaOptionHandlerHelpGenerator
Returns whether this class is handled by this generator.
handles(Class) - Method in class adams.gui.visualization.debug.inspectionhandler.AbstractInspectionHandler
Checks whether the handler can handle the specified class.
handles(Class) - Method in class adams.gui.visualization.debug.inspectionhandler.Actor
Checks whether the handler can handle the specified class.
handles(Class) - Method in class adams.gui.visualization.debug.inspectionhandler.DataContainer
Checks whether the handler can handle the specified class.
handles(Class) - Method in class adams.gui.visualization.debug.inspectionhandler.Dataset
Checks whether the handler can handle the specified class.
handles(Class) - Method in class adams.gui.visualization.debug.inspectionhandler.DefaultInspectionHandler
Checks whether the handler can handle the specified class.
handles(Class) - Method in class adams.gui.visualization.debug.inspectionhandler.ExternalActor
Checks whether the handler can handle the specified class.
handles(Class) - Method in class adams.gui.visualization.debug.inspectionhandler.FlowContainer
Checks whether the handler can handle the specified class.
handles(Class) - Method in class adams.gui.visualization.debug.inspectionhandler.InformativeStatistic
Checks whether the handler can handle the specified class.
handles(Class) - Method in class adams.gui.visualization.debug.inspectionhandler.InformativeStatisticSupporter
Checks whether the handler can handle the specified class.
handles(Class) - Method in class adams.gui.visualization.debug.inspectionhandler.List
Checks whether the handler can handle the specified class.
handles(Class) - Method in class adams.gui.visualization.debug.inspectionhandler.LocatedObject
Checks whether the handler can handle the specified class.
handles(Class) - Method in class adams.gui.visualization.debug.inspectionhandler.Map
Checks whether the handler can handle the specified class.
handles(Class) - Method in class adams.gui.visualization.debug.inspectionhandler.Mat5Array
Checks whether the handler can handle the specified class.
handles(Class) - Method in class adams.gui.visualization.debug.inspectionhandler.Mat5File
Checks whether the handler can handle the specified class.
handles(Class) - Method in class adams.gui.visualization.debug.inspectionhandler.Mat5Struct
Checks whether the handler can handle the specified class.
handles(Class) - Method in class adams.gui.visualization.debug.inspectionhandler.Notes
Checks whether the handler can handle the specified class.
handles(Class) - Method in class adams.gui.visualization.debug.inspectionhandler.OptionHandlerInspectionHandler
Checks whether the handler can handle the specified class.
handles(Class) - Method in class adams.gui.visualization.debug.inspectionhandler.SpreadSheet
Checks whether the handler can handle the specified class.
handles(Class) - Method in class adams.gui.visualization.debug.inspectionhandler.SpreadSheetSupporter
Checks whether the handler can handle the specified class.
handles(Class) - Method in class adams.gui.visualization.debug.inspectionhandler.VariableHandler
Checks whether the handler can handle the specified class.
handles(Class) - Method in class adams.gui.visualization.debug.inspectionhandler.Variables
Checks whether the handler can handle the specified class.
handles(Class) - Method in class adams.gui.visualization.debug.inspectionhandler.WekaEvaluation
Checks whether the handler can handle the specified class.
handles(Class) - Method in class adams.gui.visualization.debug.inspectionhandler.WekaInstances
Checks whether the handler can handle the specified class.
handles(Class) - Method in class adams.gui.visualization.debug.objectexport.AbstractObjectExporter
Checks whether the exporter can handle the specified class.
handles(Class) - Method in class adams.gui.visualization.debug.objectexport.ImageExporter
Checks whether the exporter can handle the specified class.
handles(Class) - Method in class adams.gui.visualization.debug.objectexport.PlainTextExporter
Checks whether the exporter can handle the specified class.
handles(Class) - Method in class adams.gui.visualization.debug.objectexport.PropertiesExporter
Checks whether the exporter can handle the specified class.
handles(Class) - Method in class adams.gui.visualization.debug.objectexport.RenderedPlainTextExporter
Checks whether the exporter can handle the specified class.
handles(Class) - Method in class adams.gui.visualization.debug.objectexport.ReportExporter
Checks whether the exporter can handle the specified class.
handles(Class) - Method in class adams.gui.visualization.debug.objectexport.SerializableObjectExporter
Checks whether the exporter can handle the specified class.
handles(Class) - Method in class adams.gui.visualization.debug.objectexport.SpreadSheetExporter
Checks whether the exporter can handle the specified class.
handles(Class) - Method in class adams.gui.visualization.debug.objectexport.TimeseriesExporter
Checks whether the exporter can handle the specified class.
handles(Class) - Method in class adams.gui.visualization.debug.objectexport.WekaInstancesExporter
Checks whether the exporter can handle the specified class.
handles(Class) - Method in class adams.gui.visualization.debug.objectrenderer.AbstractObjectRenderer
Checks whether the renderer can handle the specified class.
handles(Class) - Method in class adams.gui.visualization.debug.objectrenderer.FlowContainerRenderer
Checks whether the renderer can handle the specified class.
handles(Class) - Method in class adams.gui.visualization.debug.objectrenderer.ImageRenderer
Checks whether the renderer can handle the specified class.
handles(Class) - Method in class adams.gui.visualization.debug.objectrenderer.MapRenderer
Checks whether the renderer can handle the specified class.
handles(Class) - Method in class adams.gui.visualization.debug.objectrenderer.Mat5ArrayRenderer
Checks whether the renderer can handle the specified class.
handles(Class) - Method in interface adams.gui.visualization.debug.objectrenderer.ObjectRenderer
Checks whether the renderer can handle the specified class.
handles(Class) - Method in class adams.gui.visualization.debug.objectrenderer.PlainTextRenderer
Checks whether the renderer can handle the specified class.
handles(Class) - Method in class adams.gui.visualization.debug.objectrenderer.PropertiesRenderer
Checks whether the renderer can handle the specified class.
handles(Class) - Method in class adams.gui.visualization.debug.objectrenderer.ReportRenderer
Checks whether the renderer can handle the specified class.
handles(Class) - Method in class adams.gui.visualization.debug.objectrenderer.SetRenderer
Checks whether the renderer can handle the specified class.
handles(Class) - Method in class adams.gui.visualization.debug.objectrenderer.SpreadSheetRenderer
Checks whether the renderer can handle the specified class.
handles(Class) - Method in class adams.gui.visualization.debug.objectrenderer.TimeseriesRenderer
Checks whether the renderer can handle the specified class.
handles(Class) - Method in class adams.gui.visualization.debug.objectrenderer.WekaInstancesRenderer
Checks whether the renderer can handle the specified class.
handles(Class) - Method in class adams.gui.visualization.debug.propertyextractor.AbstractPropertyExtractor
Checks whether this extractor actually handles this type of class.
handles(Class) - Method in class adams.gui.visualization.debug.propertyextractor.DefaultPropertyExtractor
Checks whether this extractor actually handles this type of class.
handles(Class) - Method in class adams.gui.visualization.debug.propertyextractor.Mat5ArrayPropertyExtractor
Checks whether this extractor actually handles this type of class.
handles(Class) - Method in class adams.gui.visualization.debug.propertyextractor.NotesPropertyExtractor
Checks whether this extractor actually handles this type of class.
handles(Class) - Method in class adams.gui.visualization.debug.propertyextractor.OptionHandlerPropertyExtractor
Checks whether this extractor actually handles this type of class.
handles(Class) - Method in class adams.gui.visualization.debug.propertyextractor.VariablesPropertyExtractor
Checks whether this extractor actually handles this type of class.
handles(Object) - Method in class adams.core.discovery.AbstractDiscoveryHandler
Checks whether this object is handled by this discovery handler.
handles(Object) - Method in class adams.core.discovery.Actor
Checks whether this object is handled by this discovery handler.
handles(Object) - Method in class adams.core.discovery.genetic.GenericDoubleResolution
Checks whether this object is handled by this discovery handler.
handles(Object) - Method in class adams.core.discovery.genetic.GenericFloatResolution
Checks whether this object is handled by this discovery handler.
handles(Object) - Method in class adams.core.discovery.genetic.GenericInteger
Checks whether this object is handled by this discovery handler.
handles(Object) - Method in class adams.core.discovery.genetic.GenericString
Checks whether this object is handled by this discovery handler.
handles(Object) - Method in class adams.core.discovery.genetic.GPDGamma
Checks whether this object is handled by this discovery handler.
handles(Object) - Method in class adams.core.discovery.genetic.GPDNoise
Checks whether this object is handled by this discovery handler.
handles(Object) - Method in class adams.core.discovery.genetic.PLSFilterNumComponents
Checks whether this object is handled by this discovery handler.
handles(Object) - Method in class adams.core.discovery.genetic.SavitzkyGolay2NumPoints
Checks whether this object is handled by this discovery handler.
handles(Object) - Method in class adams.core.discovery.genetic.SIMPLSWeightsMatrix
Checks whether this object is handled by this discovery handler.
handles(Object) - Method in class adams.core.option.AbstractCommandLineHandler
Checks whether the given objects can be processed.
handles(Object) - Method in class adams.core.option.help.AbstractHelpGenerator
Checks whether the generator handles this object.
handles(Object) - Method in interface adams.data.groupextraction.GroupExtractor
Checks whether the data type is handled.
handles(Object) - Method in class adams.data.groupextraction.Manual
Checks whether the data type is handled.
handles(Object) - Method in class adams.data.groupextraction.Null
Checks whether the data type is handled.
handles(Object) - Method in class adams.data.groupextraction.ReportField
Checks whether the data type is handled.
handles(Object) - Method in class adams.data.groupextraction.ReportFieldRegExp
Checks whether the data type is handled.
handles(Object) - Method in class adams.data.groupextraction.SpreadSheetCell
Checks whether the data type is handled.
handles(Object) - Method in class adams.data.groupextraction.SpreadSheetCellRegExp
Checks whether the data type is handled.
handles(Object) - Method in interface adams.data.groupupdate.GroupUpdater
Checks whether the data type is handled.
handles(Object) - Method in class adams.data.groupupdate.PassThrough
Checks whether the data type is handled.
handles(Object) - Method in class adams.data.groupupdate.ReportField
Checks whether the data type is handled.
handles(Object) - Method in interface adams.data.idextraction.IDExtractor
Checks whether the data type is handled.
handles(Object) - Method in class adams.data.idextraction.Manual
Checks whether the data type is handled.
handles(Object) - Method in class adams.data.idextraction.Null
Checks whether the data type is handled.
handles(Object) - Method in class adams.data.idextraction.ReportField
Checks whether the data type is handled.
handles(Object) - Method in class adams.data.idextraction.ReportFieldRegExp
Checks whether the data type is handled.
handles(Object) - Method in class adams.data.idextraction.SpreadSheetCell
Checks whether the data type is handled.
handles(Object) - Method in class adams.data.idupdate.IDHandler
Checks whether the data type is handled.
handles(Object) - Method in interface adams.data.idupdate.IDUpdater
Checks whether the data type is handled.
handles(Object) - Method in class adams.data.idupdate.PassThrough
Checks whether the data type is handled.
handles(Object) - Method in class adams.data.idupdate.ReportField
Checks whether the data type is handled.
handles(Object) - Method in class adams.data.spreadsheet.AbstractObjectHandler
Checks whether the handler can process the given object.
handles(Object) - Method in class adams.data.textrenderer.ArrayTextRenderer
Checks whether the object is handled.
handles(Object) - Method in class adams.data.textrenderer.CollectionTextRenderer
Checks whether the object is handled.
handles(Object) - Method in class adams.data.textrenderer.DefaultTextRenderer
Checks whether the object is handled.
handles(Object) - Method in class adams.data.textrenderer.IndexedSplitsRunsRenderer
Checks whether the object is handled.
handles(Object) - Method in class adams.data.textrenderer.JsonTextRenderer
Checks whether the object is handled.
handles(Object) - Method in class adams.data.textrenderer.ListTextRenderer
Checks whether the object is handled.
handles(Object) - Method in class adams.data.textrenderer.MapTextRenderer
Checks whether the object is handled.
handles(Object) - Method in class adams.data.textrenderer.SetTextRenderer
Checks whether the object is handled.
handles(Object) - Method in class adams.data.textrenderer.SpreadSheetTextRenderer
Checks whether the object is handled.
handles(Object) - Method in interface adams.data.textrenderer.TextRenderer
Checks whether the object is handled.
handles(Object) - Method in class adams.data.textrenderer.TextSupporterTextRenderer
Checks whether the object is handled.
handles(Object) - Method in class adams.gui.goe.AbstractGenericObjectEditorHandler
Checks whether the given objects can be processed.
handles(Object) - Method in class adams.gui.help.AbstractHelpGenerator
Returns whether this object is handled by this generator.
handles(Object) - Method in class adams.gui.tools.previewbrowser.DefaultSerializedObjectViewer
Returns whether viewer handles this object.
handles(Object) - Method in class adams.gui.tools.previewbrowser.GraphSource
Returns whether viewer handles this object.
handles(Object) - Method in class adams.gui.tools.previewbrowser.GraphVisualizer
Returns whether viewer handles this object.
handles(Object) - Method in class adams.gui.tools.previewbrowser.InterQuartileRangeViewer
Returns whether viewer handles this object.
handles(Object) - Method in class adams.gui.tools.previewbrowser.ObjectInspectionViewer
Returns whether viewer handles this object.
handles(Object) - Method in interface adams.gui.tools.previewbrowser.SerializedObjectViewer
Returns whether viewer handles this object.
handles(Object) - Method in class adams.gui.tools.previewbrowser.TreeVisualizer
Returns whether viewer handles this object.
handles(Object, Object) - Method in class adams.core.optiontransfer.AbstractOptionTransfer
Returns whether it can handle the transfer.
handles(Object, Object) - Method in class adams.core.optiontransfer.ActorTransfer
Returns whether it can handle the transfer.
handles(Object, Object) - Method in class adams.core.optiontransfer.ArrayProviderTransfer
Returns whether it can handle the transfer.
handles(Object, Object) - Method in class adams.core.optiontransfer.AtomicExecutionTransfer
Returns whether it can handle the transfer.
handles(Object, Object) - Method in class adams.core.optiontransfer.AutomatableInteractiveActorTransfer
Returns whether it can handle the transfer.
handles(Object, Object) - Method in class adams.core.optiontransfer.BooleanConditionTransfer
Returns whether it can handle the transfer.
handles(Object, Object) - Method in class adams.core.optiontransfer.CallableToCopyCallableTransfer
Returns whether it can handle the transfer.
handles(Object, Object) - Method in class adams.core.optiontransfer.CopyCallableToCallableTransfer
Returns whether it can handle the transfer.
handles(Object, Object) - Method in class adams.core.optiontransfer.DirectoryListerToFileSystemSearchTransfer
Returns whether it can handle the transfer.
handles(Object, Object) - Method in class adams.core.optiontransfer.EnterValueToEnterManyValuesTransfer
Returns whether it can handle the transfer.
handles(Object, Object) - Method in class adams.core.optiontransfer.ExternalActorHandlerTransfer
Returns whether it can handle the transfer.
handles(Object, Object) - Method in class adams.core.optiontransfer.ExternalToIncludeExternalTransfer
Returns whether it can handle the transfer.
handles(Object, Object) - Method in class adams.core.optiontransfer.FileSupplierToSelectFileTransfer
Returns whether it can handle the transfer.
handles(Object, Object) - Method in class adams.core.optiontransfer.ForLoopToStorageForLoopTransfer
Returns whether it can handle the transfer.
handles(Object, Object) - Method in class adams.core.optiontransfer.IncludeExternalToExternalTransfer
Returns whether it can handle the transfer.
handles(Object, Object) - Method in class adams.core.optiontransfer.InteractiveActorTransfer
Returns whether it can handle the transfer.
handles(Object, Object) - Method in class adams.core.optiontransfer.LocalScopeHandlerTransfer
Returns whether it can handle the transfer.
handles(Object, Object) - Method in class adams.core.optiontransfer.LoggingLevelHandlerTransfer
Returns whether it can handle the transfer.
handles(Object, Object) - Method in class adams.core.optiontransfer.OptionalPasswordPromptTransfer
Returns whether it can handle the transfer.
handles(Object, Object) - Method in class adams.core.optiontransfer.RemoteExecutionHandlerTransfer
Returns whether it can handle the transfer.
handles(Object, Object) - Method in class adams.core.optiontransfer.RestorableActorTransfer
Returns whether it can handle the transfer.
handles(Object, Object) - Method in class adams.core.optiontransfer.SelectDirectoryToEnterManyValuesTransfer
Returns whether it can handle the transfer.
handles(Object, Object) - Method in class adams.core.optiontransfer.SelectFileToEnterManyValuesTransfer
Returns whether it can handle the transfer.
handles(Object, Object) - Method in class adams.core.optiontransfer.SelectFileToFileSupplierTransfer
Returns whether it can handle the transfer.
handles(Object, Object) - Method in class adams.core.optiontransfer.SetVariableTransfer
Returns whether it can handle the transfer.
handles(Object, Object) - Method in class adams.core.optiontransfer.StorageNameTransfer
Returns whether it can handle the transfer.
handles(Object, Object) - Method in class adams.core.optiontransfer.TimedActorTransfer
Returns whether it can handle the transfer.
handles(Object, Object) - Method in class adams.core.optiontransfer.VariableMonitorTransfer
Returns whether it can handle the transfer.
handles(String) - Method in class adams.core.io.filesearch.Bzip2FileSearchHandler
Checks whether the handler can manage this file.
handles(String) - Method in interface adams.core.io.filesearch.FileSearchHandler
Checks whether the handler can manage this file.
handles(String) - Method in class adams.core.io.filesearch.GzipFileSearchHandler
Checks whether the handler can manage this file.
handles(String) - Method in class adams.core.io.filesearch.LzfFileSearchHandler
Checks whether the handler can manage this file.
handles(String) - Method in class adams.core.io.filesearch.LzmaFileSearchHandler
Checks whether the handler can manage this file.
handles(String) - Method in class adams.core.io.filesearch.RarFileSearchHandler
Checks whether the handler can manage this file.
handles(String) - Method in class adams.core.io.filesearch.TextFileSearchHandler
Checks whether the handler can manage this file.
handles(String) - Method in class adams.core.io.filesearch.XzFileSearchHandler
Checks whether the handler can manage this file.
handles(String) - Method in class adams.core.io.filesearch.ZipFileSearchHandler
Checks whether the handler can manage this file.
handles(String) - Method in class adams.core.io.filesearch.ZstdFileSearchHandler
Checks whether the handler can manage this file.
handles(String) - Method in class adams.db.types.AbstractTypes
Checks whether this URL is handled.
handles(String) - Method in class adams.db.types.TypesMySQL
Checks whether this URL is handled.
handles(String) - Method in class adams.db.types.TypesPostgreSQL
Checks whether this URL is handled.
handles(String) - Method in class adams.db.types.TypesSQLite
Checks whether this URL is handled.
handles(Explorer.ExplorerPanel) - Method in class weka.classifiers.timeseries.gui.ExplorerTSPanelHandler
Checks whether this handler can process the given panel.
handles(Explorer.ExplorerPanel) - Method in class weka.gui.explorer.AbstractExplorerPanelHandler
Checks whether this handler can process the given panel.
handles(Explorer.ExplorerPanel) - Method in class weka.gui.explorer.AssociationsHandler
Checks whether this handler can process the given panel.
handles(Explorer.ExplorerPanel) - Method in class weka.gui.explorer.AttributeSelectionHandler
Checks whether this handler can process the given panel.
handles(Explorer.ExplorerPanel) - Method in class weka.gui.explorer.ClassifierHandler
Checks whether this handler can process the given panel.
handles(Explorer.ExplorerPanel) - Method in class weka.gui.explorer.ClustererHandler
Checks whether this handler can process the given panel.
handles(Explorer.ExplorerPanel) - Method in class weka.gui.explorer.DefaultHandler
Checks whether this handler can process the given panel.
handles(Explorer.ExplorerPanel) - Method in class weka.gui.explorer.ExperimentHandler
Checks whether this handler can process the given panel.
handles(Explorer.ExplorerPanel) - Method in class weka.gui.explorer.ForecastingHandler
Checks whether this handler can process the given panel.
handles(Explorer.ExplorerPanel) - Method in class weka.gui.explorer.PreprocessHandler
Checks whether this handler can process the given panel.
handlesEvent(VariableChangeEvent) - Method in class adams.flow.standalone.VariableChangedEvent
Checks whether the event is being handled.
handlesEvent(E) - Method in class adams.flow.standalone.AbstractMutableActorDaemonEvent
Checks whether the event is being handled.
handlesEvent(WatchKey) - Method in class adams.flow.standalone.DirWatch
Checks whether the event is being handled.
handlesEvent(LogRecord) - Method in class adams.flow.standalone.LogEvent
Checks whether the event is being handled.
handlesExperiment(AbstractExperiment) - Method in class adams.gui.tools.wekamultiexperimenter.setup.BasicAdamsSetupPanel
Checks whether the experiment can be handled.
handlesExperiment(Object) - Method in class adams.gui.tools.wekamultiexperimenter.ExperimenterPanel
Checks whether the experiment can be handled.
handlesExperiment(T) - Method in class adams.gui.tools.wekamultiexperimenter.setup.AbstractSetupPanel
Checks whether the experiment can be handled.
handlesExperiment(Experiment) - Method in class adams.gui.tools.wekamultiexperimenter.setup.BasicWekaSetupPanel
Checks whether the experiment can be handled.
handlesResultListener(ResultListener) - Method in class adams.gui.tools.wekamultiexperimenter.setup.weka.AbstractOutputPanel
Returns whether this panel handles the specified ResultListener.
handlesResultListener(ResultListener) - Method in class adams.gui.tools.wekamultiexperimenter.setup.weka.ArffOutputPanel
Returns whether this panel handles the specified ResultListener.
handlesResultListener(ResultListener) - Method in class adams.gui.tools.wekamultiexperimenter.setup.weka.CsvOutputPanel
Returns whether this panel handles the specified ResultListener.
handlesResultListener(ResultListener) - Method in class adams.gui.tools.wekamultiexperimenter.setup.weka.CustomOutputPanel
Returns whether this panel handles the specified ResultListener.
handlesResultListener(ResultListener) - Method in class adams.gui.tools.wekamultiexperimenter.setup.weka.JdbcOutputPanel
Returns whether this panel handles the specified ResultListener.
handlesResults(Instances) - Method in class adams.gui.tools.wekamultiexperimenter.analysis.AbstractAnalysisPanel
Checks whether the results can be handled at all.
handlesResults(Instances) - Method in class adams.gui.tools.wekamultiexperimenter.analysis.DefaultAnalysisPanel
Checks whether the results can be handled at all.
handlesResults(Instances) - Method in class adams.gui.tools.wekamultiexperimenter.AnalysisPanel
Checks whether the results can be handled at all.
handlesRowRange(TableRowRange) - Method in class adams.gui.core.spreadsheettable.Binning
Checks whether the row range can be handled.
handlesRowRange(TableRowRange) - Method in class adams.gui.core.spreadsheettable.ChangeColumnType
Checks whether the row range can be handled.
handlesRowRange(TableRowRange) - Method in class adams.gui.core.spreadsheettable.ColumnStatistic
Checks whether the row range can be handled.
handlesRowRange(TableRowRange) - Method in class adams.gui.core.spreadsheettable.DataSort
Checks whether the row range can be handled.
handlesRowRange(TableRowRange) - Method in class adams.gui.core.spreadsheettable.Histogram
Checks whether the row range can be handled.
handlesRowRange(TableRowRange) - Method in class adams.gui.core.spreadsheettable.JFreeChart
Checks whether the row range can be handled.
handlesRowRange(TableRowRange) - Method in class adams.gui.core.spreadsheettable.SimplePlot
Checks whether the row range can be handled.
handlesRowRange(TableRowRange) - Method in interface adams.gui.core.spreadsheettable.TableRowRangeCheck
Checks whether the row range can be handled.
handlesRowRange(TableRowRange) - Method in class adams.gui.core.spreadsheettable.UniqueValues
Checks whether the row range can be handled.
handlesRowRange(TableRowRange) - Method in class adams.gui.visualization.instances.instancestable.AttributeStatistics
Checks whether the row range can be handled.
handlesRowRange(TableRowRange) - Method in class adams.gui.visualization.instances.instancestable.Binning
Checks whether the row range can be handled.
handlesRowRange(TableRowRange) - Method in class adams.gui.visualization.instances.instancestable.ChangeAttributeWeight
Checks whether the row range can be handled.
handlesRowRange(TableRowRange) - Method in class adams.gui.visualization.instances.instancestable.ColumnStatistic
Checks whether the row range can be handled.
handlesRowRange(TableRowRange) - Method in class adams.gui.visualization.instances.instancestable.DataSort
Checks whether the row range can be handled.
handlesRowRange(TableRowRange) - Method in class adams.gui.visualization.instances.instancestable.Histogram
Checks whether the row range can be handled.
handlesRowRange(TableRowRange) - Method in class adams.gui.visualization.instances.instancestable.JFreeChart
Checks whether the row range can be handled.
handlesRowRange(TableRowRange) - Method in class adams.gui.visualization.instances.instancestable.SimplePlot
Checks whether the row range can be handled.
hardLinksTipText() - Method in class adams.flow.source.RSync
 
has(AbstractDatabaseConnection) - Method in class adams.db.FacadeManager
Checks whether a facade object for the specified database connection is available.
has(AbstractDatabaseConnection) - Method in class adams.db.TableManager
Checks whether a table object for the specified database connection is available.
has(AbstractDatabaseConnection) - Method in class adams.db.wrapper.WrapperManager
Checks whether a table object for the specified database connection is available.
has(AbstractDatabaseConnection) - Method in class adams.gui.scripting.ScriptingEngineManager
Checks whether a engine object for the specified database connection is available.
has(StorageName) - Method in class adams.flow.control.Storage
Checks whether a value is stored under the given name.
has(Class) - Method in class adams.gui.goe.GlobalInfoCache
Checks whether the class offers a global info.
has(Class, String) - Static method in class adams.gui.core.UISettings
Returns the whether the value is present.
has(Object, String) - Static method in class adams.gui.core.UISettings
Returns the whether the value is present.
has(String) - Static method in class adams.core.management.EnvVar
Returns whether the specified environment variable is present.
has(String) - Method in class adams.core.NamedCounter
Returns whether the counter has a value stored at the moment.
has(String) - Method in class adams.core.Placeholders
Checks whether the placeholder exists.
has(String) - Method in class adams.core.Variables
Checks whether a variable is stored or not.
has(String) - Method in class adams.data.spreadsheet.MetaData
Checks the meta-data for an existing key.
has(String) - Method in class adams.flow.core.FlowVariables
Checks whether a variable is stored or not.
has(String) - Method in class adams.gui.goe.GlobalInfoCache
Checks whether the class offers a global info.
has(String, StorageName) - Method in class adams.flow.control.Storage
Checks whether a value is stored under the given name in the named LRU cache.
has(String, String, BasePassword) - Method in class adams.db.DatabaseManager
Checks whether a database object for the specified URL is available.
HAS - Static variable in interface adams.parser.booleanexpression.sym
 
HAS - Static variable in interface adams.parser.lookupupdate.sym
 
HAS - Static variable in interface adams.parser.mathematicalexpression.sym
 
HAS - Static variable in interface adams.parser.stringexpression.sym
 
HAS_GUI - Static variable in class adams.flow.core.ActorUtils
the variable for the gui flag.
HAS_LAST_FLOW - adams.gui.flow.FlowMultiPagePane.FlowPanelFilter
whether the last executed flow is available.
hasAccelerator() - Method in class adams.gui.action.AbstractBaseAction
Checks whether a keystroke is available for this action.
hasAccelerator() - Method in interface adams.gui.action.BaseAction
Checks whether a keystroke is available for this action.
hasActionsAvailable() - Method in class adams.gui.visualization.segmentation.layer.AbstractLayer
Returns whether actions are available.
hasActionsAvailable() - Method in class adams.gui.visualization.segmentation.layer.BackgroundLayer
Returns whether actions are available.
hasActionsAvailable() - Method in class adams.gui.visualization.segmentation.layer.CombinedLayer
Returns whether actions are available.
hasActionsAvailable() - Method in class adams.gui.visualization.segmentation.layer.ImageLayer
Returns whether actions are available.
hasActionsAvailable() - Method in class adams.gui.visualization.segmentation.layer.OverlayLayer
Returns whether actions are available.
hasActiveCombinedSubLayer() - Method in class adams.gui.visualization.segmentation.tool.AbstractTool
Returns whether an active combined sub layer is present.
hasActiveCombinedSubLayer() - Method in interface adams.gui.visualization.segmentation.tool.Tool
Returns whether an active combined sub layer is present.
hasActiveFlow() - Method in class adams.gui.flow.FlowMultiPagePane
Checks whether an active flow is set.
hasActiveOverlay() - Method in class adams.gui.visualization.segmentation.layer.LayerManager
Returns whether an overlay layer is currently active.
hasActiveOverlay() - Method in class adams.gui.visualization.segmentation.tool.AbstractTool
Returns whether an active overlay layer is present.
hasActiveOverlay() - Method in interface adams.gui.visualization.segmentation.tool.Tool
Returns whether an active overlay layer is present.
hasActivePanel() - Method in class adams.gui.flow.FlowEditorPanel
Returns whether an active panel is set.
hasActiveSubLayer() - Method in class adams.gui.visualization.segmentation.layer.CombinedLayer
Returns whether an active layer is available.
hasActor(Class) - Method in class adams.flow.standalone.AbstractStandaloneGroup
Checks whether an actor of this type is present as a default (exact match).
hasActorBelow(Class, Class) - Method in class adams.flow.standalone.AbstractStandaloneGroup
Checks whether an actor of this type is present as a default (exact match).
hasAdditional() - Method in class adams.core.TechnicalInformation
returns true if there are further technical informations stored in this.
hasAdditionalAttributes() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.ResultItem
Returns whether additional attributes data is present.
hasAllObjects() - Method in class adams.gui.visualization.image.AbstractReportBasedOverlayHelper
Returns whether the objects have been initialized.
hasAlternativeExtension() - Method in class adams.env.AbstractPropertiesDefinition
Returns whether an alternative extension is to be used besides the default one ("props").
hasAnnotation(Class, Class) - Static method in class adams.core.annotation.AnnotationHelper
Returns whether the class has the specified annotation.
hasAnyActive() - Method in class adams.gui.visualization.segmentation.tool.AbstractTool
Returns whether any active layer is present.
hasAnyActive() - Method in interface adams.gui.visualization.segmentation.tool.Tool
Returns whether any active layer is present.
hasApprovalButton() - Method in class adams.gui.tools.spreadsheetviewer.AbstractSelectedSheetsDataPlugin
Returns whether the dialog has an approval button.
hasApprovalButton() - Method in class adams.gui.tools.spreadsheetviewer.AbstractSelectedSheetsDataPluginWithGOE
Returns whether the dialog has an approval button.
hasApprovalButton() - Method in class adams.gui.tools.spreadsheetviewer.AbstractSelectedSheetsViewPlugin
Returns whether the dialog has an approval button.
hasApprovalButton() - Method in class adams.gui.tools.spreadsheetviewer.AbstractSelectedSheetsViewPluginWithGOE
Returns whether the dialog has an approval button.
hasApprovalButton() - Method in class adams.gui.visualization.image.plugins.AbstractSelectedImagesFilterWithGOE
Returns whether the dialog has an approval button.
hasApprovalButton() - Method in class adams.gui.visualization.image.plugins.AbstractSelectedImagesViewerPlugin
Returns whether the dialog has an approval button.
hasApprovalButton() - Method in class adams.gui.visualization.image.plugins.AbstractSelectedImagesViewerPluginWithGOE
Returns whether the dialog has an approval button.
hasArrayClass(String) - Method in class adams.gui.application.AbstractPropertiesPreferencesPanel
Checks whether a custom array class has been specified for a particular property.
hasArrayClass(String) - Method in class adams.gui.core.PropertiesParameterPanel
Checks whether a custom array class has been specified for a particular property.
hasArraySeparator(String) - Method in class adams.gui.application.AbstractPropertiesPreferencesPanel
Checks whether a custom array separator has been specified for a particular property.
hasArraySeparator(String) - Method in class adams.gui.core.PropertiesParameterPanel
Checks whether a custom array separator has been specified for a particular property.
hasAttribute(String) - Method in class adams.doc.xml.AbstractTag
Checks whether an attribute with the specified name is available.
hasAttributeIndex() - Method in class adams.gui.visualization.instance.InstanceComparePanel.DatasetIndexer
Checks whether an attribute index has been set.
hasBaseClass() - Method in class adams.core.option.AbstractArgumentOption
Returns whether a base class could be determined.
hasBitmasks() - Method in interface adams.data.image.BitmaskContainer
Checks whether bitmasks are present.
hasBitmasks() - Method in class adams.data.image.BufferedImageBitmaskContainer
Checks whether a bitmask is present.
hasBounds() - Method in class adams.gui.visualization.core.axis.Tick
Returns whether bounds are stored with this tick.
hasCacheData() - Method in class adams.gui.visualization.debug.StoragePanel.TableModel
Returns whether cache data is present.
hasCaches(Storage) - Method in class adams.gui.visualization.debug.StoragePanel.TableModel
Checks whether any cache data is to be displayed.
hasCallableActor() - Method in class adams.flow.control.TimedSubProcess
Checks whether a reference to the callable actor is currently available.
hasCallableActor() - Method in class adams.flow.control.TimedTee
Checks whether a reference to the callable actor is currently available.
hasCallableActor() - Method in class adams.flow.control.TimedTrigger
Checks whether a reference to the callable actor is currently available.
hasCallableActor() - Method in class adams.flow.core.AbstractCallableActor
Checks whether a reference to the callable actor is currently available.
hasCallableActor() - Method in interface adams.flow.core.TimedActor
Checks whether a reference to the callable actor is currently available.
hasCallableActor() - Method in class adams.flow.transformer.SpreadSheetTransformCells
Checks whether a reference to the callable actor is currently available.
hasCallableActor() - Method in class adams.flow.transformer.SpreadSheetTransformHeaderCells
Checks whether a reference to the callable actor is currently available.
hasCallableActor() - Method in class adams.flow.transformer.WekaGeneticAlgorithm
Checks whether a reference to the callable actor is currently available.
hasCancelButton() - Method in class adams.gui.tools.spreadsheetviewer.AbstractSelectedSheetsDataPlugin
Returns whether the dialog has a cancel button.
hasCancelButton() - Method in class adams.gui.tools.spreadsheetviewer.AbstractSelectedSheetsDataPluginWithGOE
Returns whether the dialog has a cancel button.
hasCancelButton() - Method in class adams.gui.tools.spreadsheetviewer.AbstractSelectedSheetsViewPlugin
Returns whether the dialog has a cancel button.
hasCancelButton() - Method in class adams.gui.tools.spreadsheetviewer.AbstractSelectedSheetsViewPluginWithGOE
Returns whether the dialog has a cancel button.
hasCancelButton() - Method in class adams.gui.visualization.image.plugins.AbstractSelectedImagesFilterWithGOE
Returns whether the dialog has a cancel button.
hasCancelButton() - Method in class adams.gui.visualization.image.plugins.AbstractSelectedImagesViewerPlugin
Returns whether the dialog has a cancel button.
hasCancelButton() - Method in class adams.gui.visualization.image.plugins.AbstractSelectedImagesViewerPluginWithGOE
Returns whether the dialog has a cancel button.
hasCategory(Class) - Method in class adams.gui.application.ApplicationMenu
Checks whether the class has a different category assigned.
hasCategory(String) - Method in class adams.gui.application.ApplicationMenu
Checks whether the class has a different category assigned.
hasCell(int) - Method in class adams.data.spreadsheet.DataRowView
Returns whether the row alread contains the cell at the specified location.
hasCell(int) - Method in class adams.data.spreadsheet.DenseDataRow
Returns whether the row alread contains the cell at the specified location.
hasCell(int) - Method in class adams.data.spreadsheet.HeaderRow
Returns whether the row alread contains the cell at the specified location.
hasCell(int) - Method in interface adams.data.spreadsheet.Row
Returns whether the row alread contains the cell at the specified location.
hasCell(int) - Method in class adams.data.spreadsheet.SparseDataRow
Returns whether the row alread contains the cell at the specified location.
hasCell(int) - Method in class adams.ml.data.InstancesHeaderRow
Returns whether the row alread contains the cell at the specified location.
hasCell(int) - Method in class adams.ml.data.InstanceView
Returns whether the row alread contains the cell at the specified location.
hasCell(int, int) - Method in class adams.data.spreadsheet.DefaultSpreadSheet
Checks whether the cell with the given indices already exists.
hasCell(int, int) - Method in interface adams.data.spreadsheet.SpreadSheet
Checks whether the cell with the given indices already exists.
hasCell(int, int) - Method in class adams.data.spreadsheet.SpreadSheetView
Checks whether the cell with the given indices already exists.
hasCell(int, int) - Method in class adams.ml.data.DatasetView
Checks whether the cell with the given indices already exists.
hasCell(int, int) - Method in class adams.ml.data.InstancesView
Checks whether the cell with the given indices already exists.
hasCell(String) - Method in class adams.data.spreadsheet.AbstractRow
Returns whether the row alread contains the cell with the given key.
hasCell(String) - Method in class adams.data.spreadsheet.DataRowView
Returns whether the row alread contains the cell with the given key.
hasCell(String) - Method in class adams.data.spreadsheet.DenseDataRow
Returns whether the row alread contains the cell with the given key.
hasCell(String) - Method in interface adams.data.spreadsheet.Row
Returns whether the row alread contains the cell with the given key.
hasCell(String) - Method in class adams.ml.data.InstancesHeaderRow
Returns whether the row alread contains the cell with the given key.
hasCell(String) - Method in class adams.ml.data.InstanceView
Returns whether the row alread contains the cell with the given key.
hasCell(String) - Method in class adams.parser.spreadsheetformula.ParserHelper
Checks whether the specified cell is available.
hasChanged(DataContainer) - Method in class adams.gui.tools.wekainvestigator.datatable.action.Revert
Checks whether the container got changed or the source has changed.
hasChanged(File) - Method in class adams.core.io.filechanged.AbstractFileChangeMonitor
Checks whether the file has changed.
hasChanged(File) - Method in interface adams.core.io.filechanged.FileChangeMonitor
Checks whether the file has changed.
hasChooser(String) - Method in class adams.gui.application.AbstractPropertiesPreferencesPanel
Checks whether a chooser has been specified for a particular property.
hasChooser(String) - Method in class adams.gui.core.PropertiesParameterPanel
Checks whether a chooser has been specified for a particular property.
HasClass - Class in adams.flow.condition.bool
Evaluates to 'true' if the specified class is available on the classpath.
HasClass() - Constructor for class adams.flow.condition.bool.HasClass
 
hasClassifyTab() - Method in class weka.gui.explorer.ExplorerExt
Returns whether the classify tab is present.
hasClassname() - Method in class adams.gui.goe.actorpathtree.ActorPathNode
Returns whether a classname is set.
hasClusterTab() - Method in class weka.gui.explorer.ExplorerExt
Returns whether the cluster tab is present.
hasCmd() - Method in class adams.gui.event.ScriptingInfoEvent
Checks whether a command is available or not (= idle).
hasCode() - Method in class adams.gui.scripting.ScriptingCommand
Returns whether any code is available to execute.
hasColor(Polygon) - Method in class adams.gui.visualization.image.AbstractReportBasedOverlayHelper
Checks whether a color has been stored for the given object.
HasColumn - Class in adams.flow.condition.bool
Checks whether the spreadsheet passing through has a certain column.
HasColumn() - Constructor for class adams.flow.condition.bool.HasColumn
 
hasComponent() - Method in interface adams.gui.visualization.container.ContainerWithComponent
Checks whether a component is stored.
hasComponent() - Method in class adams.gui.visualization.report.ReportContainer
Checks whether a component is stored.
hasComponent(String) - Method in class adams.gui.core.PropertiesParameterPanel
Checks whether a custom component has been specified for a particular property.
hasConnection(String, int) - Static method in class adams.core.net.InetUtils
Checks whether a connection is available to the specified host.
hasContent() - Method in class adams.doc.xhtml.AbstractMixedTag
Returns whether there is any "simple", textual content available.
hasContent() - Method in class adams.doc.xhtml.Break
Checks whether there is any content to append.
hasContent() - Method in class adams.doc.xml.AbstractComplexTag
Checks whether there is any content to append.
hasContent() - Method in class adams.doc.xml.AbstractSimpleTag
 
hasContent() - Method in class adams.doc.xml.AbstractTag
Checks whether there is any content to append.
hasControlActor() - Method in class adams.flow.control.AbstractDirector
Returns whether a control actor is present.
hasCorrectExtension(File, String[]) - Method in class adams.gui.chooser.BaseFileChooser
Checks the filename, whether it has an extension from the provided list.
hasCurrentLabel() - Method in class adams.gui.visualization.object.annotator.AbstractAnnotator
Checks whether an actual label is set.
hasCurrentPanel() - Method in class adams.gui.flow.FlowEditorPanel
Returns whether a flow panel is available.
hasCurrentPanel() - Method in class adams.gui.flow.FlowMultiPagePane
Returns if a panel is available.
hasCurrentPanel() - Method in class adams.gui.tools.ImageProcessorMultiPagePane
Returns whether a panel has been selected.
hasCurrentTree() - Method in class adams.gui.flow.FlowMultiPagePane
Returns whether a tree is currently selected.
hasCustomBinary() - Static method in class adams.core.management.JVisualVM
Checks whether the user defined a custom binary.
hasCustomFormatter() - Method in class adams.gui.visualization.core.axis.AbstractAxisModel
Returns whether a custom formatter is in use.
hasCustomInstantiation(Class) - Method in class adams.core.NewInstance
Checks whether the class is registered with a custom instantiation.
hasCustomInstantiation(String) - Method in class adams.core.NewInstance
Checks whether the classname is registered with a custom instantiation.
hasCustomPanel(PropertyEditor) - Method in class adams.gui.goe.AbstractGenericObjectEditorHandler
Checks whether the editor supplies its own panel.
hasCustomPanel(PropertyEditor) - Method in class adams.gui.goe.AdamsGenericObjectEditorHandler
Checks whether the editor supplies its own panel.
hasCustomPanel(PropertyEditor) - Method in class adams.gui.goe.DefaultGenericObjectEditorHandler
Checks whether the editor supplies its own panel.
hasCustomPanel(PropertyEditor) - Method in class adams.gui.goe.WekaGenericObjectEditorHandler
Checks whether the editor supplies its own panel.
hasData() - Method in class adams.gui.tools.spreadsheetprocessor.sources.AbstractSource
Checks whether data is available.
hasData() - Method in class adams.gui.tools.spreadsheetprocessor.sources.ClipboardSource
Checks whether data is available.
hasData() - Method in class adams.gui.tools.spreadsheetprocessor.sources.DatabaseSource
Checks whether data is available.
hasData() - Method in class adams.gui.tools.spreadsheetprocessor.sources.FileBrowserSource
Checks whether data is available.
hasData() - Method in class adams.gui.tools.spreadsheetprocessor.sources.FileSource
Checks whether data is available.
hasDatabaseID() - Method in class adams.gui.visualization.report.ReportContainer
Checks whether a database ID is available.
hasDatabaseIDs() - Method in interface adams.tools.DatabaseIDProcessor
Checks whether custom database IDs have been set.
hasDatabaseManager() - Method in class adams.db.FacadeManager
Checks whether a database manager is available.
hasDatabaseManager() - Method in class adams.db.TableManager
Checks whether a database manager is available.
hasDatabaseManager() - Method in class adams.db.wrapper.WrapperManager
Checks whether a database manager is available.
hasDataChanged(List<String>, ComboBoxModel<String>) - Static method in class adams.gui.tools.wekainvestigator.evaluation.DatasetHelper
Checks whether the data has changed and the model needs updating.
hasDataChanged(List<String>, ComboBoxModel<String>) - Method in class adams.gui.tools.wekainvestigator.tab.InstanceTab
Checks whether the data has changed and the model needs updating.
hasDataset() - Method in class adams.gui.visualization.instance.InstanceComparePanel.DatasetPanel
Checks whether an existing file has been set.
hasDatasetHeader() - Method in class adams.data.instance.Instance
Returns whether a header of a dataset is available.
hasDatasetHeader() - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRow
Returns whether a header of a dataset is available.
hasDiagonal(SeriesDataset) - Static method in class adams.gui.visualization.jfreechart.dataset.ChartUtils
Checks the dataset whether a diagonal series is present.
hasDifferences() - Method in class adams.core.DiffUtils.SideBySideDiff
Returns whether there are any differences between the two files/lists.
hasDisplayOverride(JComponentList.CheckBoxListItem.Actions) - Method in class adams.gui.core.JComponentList.CheckBoxListItem
Checks whether the given action's display string is overridden.
hasDisplayOverride(JComponentList.LabelListItem.Actions) - Method in class adams.gui.core.JComponentList.LabelListItem
Checks whether the given action's display string is overridden.
hasDisplays() - Method in class adams.gui.flow.tabhandler.GraphicalFlowExecutionListenersHandler
Returns whether there are any registered displays open.
hasDisplays() - Method in class adams.gui.flow.tabhandler.RegisteredDisplaysHandler
Returns whether there are any registered displays open.
hasDocument() - Method in class adams.gui.visualization.pdf.PDFPanel
Whether a document is present.
HasElements - Class in adams.flow.condition.bool
Checks whether the array passing through has a at least the specified number of elements.
HasElements() - Constructor for class adams.flow.condition.bool.HasElements
 
hasEntry(String) - Method in class adams.gui.core.AbstractNamedHistoryPanel
Checks whether the given named entry exists.
hasEnum(String) - Method in class adams.gui.application.AbstractPropertiesPreferencesPanel
Checks whether a enum has been specified for a particular property.
hasEnum(String) - Method in class adams.gui.core.PropertiesParameterPanel
Checks whether a enum has been specified for a particular property.
hasError() - Method in class adams.data.Notes
Checks whether at least one error is among the notes.
hasError() - Method in class adams.gui.event.ScriptingEvent
Returns whether an error message is available.
hasError() - Method in class adams.gui.flow.tabhandler.GraphicalActorProcessorHandler.Output
Returns whether an error message is present.
hasError() - Method in class adams.gui.scripting.ScriptingCommandCode
Checks whether an error message exists.
hasError(Token) - Method in class adams.flow.control.Rejector
Checks whether the input notes contain an error.
hasErrorHandler() - Method in class adams.flow.core.AbstractActor
Checks if an error handler is set.
hasErrorHandler() - Method in interface adams.flow.core.Actor
Checks if an error handler is set.
hasErrorMessage() - Method in class adams.scripting.command.AbstractCommandWithResponse
Returns whether an error message is available.
hasErrorMessage() - Method in interface adams.scripting.command.RemoteCommandWithErrorMessage
Returns whether an error message is available.
hasErrors() - Method in class adams.core.option.AbstractOptionConsumer
Checks whether errors were encountered while consuming the options.
hasErrors() - Method in interface adams.core.option.OptionConsumer
Checks whether errors were encountered while consuming the options.
hasErrors() - Method in class adams.flow.processor.AbstractActorProcessor
Checks whether any errors were encountered.
hasErrors() - Method in interface adams.flow.processor.ActorProcessor
Checks whether any errors were encountered.
hasErrors() - Method in class adams.flow.transformer.imagepreparation.AbstractImagePreparation
Checks whether there are any errors recorded;
hasErrors() - Method in class adams.flow.transformer.locateobjects.AbstractObjectLocator
Checks whether there are any errors recorded.
hasErrorX() - Method in interface adams.data.sequence.XYSequencePointWithErrors
Checks whether error information for X is available.
hasErrorX() - Method in class adams.flow.sink.sequenceplotter.SequencePlotPoint
Checks whether error information for X is available.
hasErrorY() - Method in interface adams.data.sequence.XYSequencePointWithErrors
Checks whether error information for Y is available.
hasErrorY() - Method in class adams.flow.sink.sequenceplotter.SequencePlotPoint
Checks whether error information for Y is available.
hasEvaluation() - Method in class adams.gui.tools.wekainvestigator.tab.associatetab.ResultItem
Returns whether an Evaluation object is present.
hasEvaluation() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.ResultItem
Returns whether an Evaluation object is present.
hasEvaluation() - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.ResultItem
Returns whether an Evaluation object is present.
hasExecutionError() - Method in class adams.multiprocess.AbstractJob
Checks whether there was a problem with the job execution.
hasExecutionError() - Method in interface adams.multiprocess.Job
Checks whether there was a problem with the job execution.
HasExifTag - Class in adams.flow.condition.bool
Checks whether the specified EXIF tag is present.
HasExifTag() - Constructor for class adams.flow.condition.bool.HasExifTag
 
hasExperiment() - Method in class adams.gui.tools.wekainvestigator.tab.experimenttab.ResultItem
Returns whether an Evaluation object is present.
hasExpression(String, ExpressionWatchPanel.ExpressionType) - Method in class adams.gui.tools.ExpressionWatchPanel
Checks whether the expression is already present.
hasFailed() - Method in interface adams.core.FailureIndicator
Returns whether the last action failed to execute properly.
hasFavoritesSupport() - Method in class adams.core.base.BaseClassname
Whether this object should have favorites support.
hasFavoritesSupport() - Method in class adams.core.base.BaseHostname
Whether this object should have favorites support.
hasFavoritesSupport() - Method in class adams.core.base.BaseObject
Whether this object should have favorites support.
hasFavoritesSupport() - Method in class adams.core.base.BaseURI
Whether this object should have favorites support.
hasFavoritesSupport() - Method in class adams.core.base.BaseURL
Whether this object should have favorites support.
hasFavoritesSupport() - Method in class adams.core.ByteFormatString
Whether this object should have favorites support.
hasFavoritesSupport() - Method in class adams.core.MicroSecondFormatString
Whether this object should have favorites support.
hasFavoritesSupport() - Method in class adams.core.net.EmailAddress
Whether this object should have favorites support.
hasFavoritesSupport() - Method in class adams.core.SecondFormatString
Whether this object should have favorites support.
hasFavoritesSupport() - Method in class adams.data.DateFormatString
Whether this object should have favorites support.
hasFavoritesSupport() - Method in class adams.data.DecimalFormatString
Whether this object should have favorites support.
hasFavoritesSupport() - Method in class adams.db.JdbcUrl
Whether this object should have favorites support.
hasField(AbstractField) - Method in class adams.data.report.Report
Checks whether the field is already stored.
hasField(String) - Method in class adams.data.report.Report
Checks whether the field is already stored.
hasFilteredObjects() - Method in class adams.gui.visualization.image.AbstractReportBasedOverlayHelper
Returns whether the objects have been initialized.
hasFitLine() - Method in class adams.gui.visualization.stats.paintlet.AbstractProbabilityPaintlet
Whether a regression line has been implemented for this regresion paintlet
hasFitLine() - Method in class adams.gui.visualization.stats.paintlet.Exponential
 
hasFitLine() - Method in class adams.gui.visualization.stats.paintlet.Gamma
 
hasFitLine() - Method in class adams.gui.visualization.stats.paintlet.Logistic
 
hasFitLine() - Method in class adams.gui.visualization.stats.paintlet.Loglogistic
 
hasFitLine() - Method in class adams.gui.visualization.stats.paintlet.Lognormal
 
hasFitLine() - Method in class adams.gui.visualization.stats.paintlet.Normal
 
hasFlag(String[], String) - Static method in class adams.core.option.OptionUtils
Checks whether the flag is in the option string.
hasFlag(List<String>, String) - Static method in class adams.core.option.OptionUtils
Checks whether the flag is in the option string.
hasFlow() - Method in class adams.flow.core.FlowVariables
Checks whether a flow reference is available.
hasFoldEvaluations() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.ResultItem
Returns whether Evaluation objects per fold are present.
hasFoldModels() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.ResultItem
Returns whether Classifier objects per fold are present.
hasFrame(String) - Method in interface adams.gui.core.AbstractNamedHistoryPanel.FrameDisplaySupporter
Checks whether a frame is available fro this entry.
hasFrame(String) - Method in class adams.gui.core.BufferHistoryPanel
Checks whether a frame is available fro this entry.
hasFrame(String) - Method in class adams.gui.help.HelpHistoryPanel
Checks whether a frame is available fro this entry.
hasFull() - Method in class adams.gui.tools.wekainvestigator.tab.attseltab.ResultItem
Checks whether a full dataset is present.
hasGhost() - Method in class adams.gui.core.DragAndDropTabbedPane
 
hasGlobalTransformers() - Method in class adams.flow.control.Branch
Checks for global transformers that might get accessed by parallel threads.
hasGraph(Drawable) - Static method in class adams.gui.tools.wekainvestigator.output.GraphHelper
Checks whether an actual graph is available.
hasGraphicalOutput() - Method in class adams.flow.processor.AbstractListingProcessor
Returns whether graphical output was generated.
hasGraphicalOutput() - Method in class adams.flow.processor.ActorStatistics
Returns whether graphical output was generated.
hasGraphicalOutput() - Method in class adams.flow.processor.CheckActorReferenceUsage
Returns whether graphical output was generated.
hasGraphicalOutput() - Method in class adams.flow.processor.CheckPlaceholders
Returns whether graphical output was generated.
hasGraphicalOutput() - Method in class adams.flow.processor.CheckStorageUsage
Returns whether graphical output was generated.
hasGraphicalOutput() - Method in class adams.flow.processor.CheckVariableUsage
Returns whether graphical output was generated.
hasGraphicalOutput() - Method in interface adams.flow.processor.GraphicalOutputProducingProcessor
Returns whether graphical output was generated.
hasGraphicalOutput() - Method in class adams.flow.processor.ListAllStorageNames
Returns whether graphical output was generated.
hasGraphicalOutput() - Method in class adams.flow.processor.ListAllVariables
Returns whether graphical output was generated.
HashableInstanceUsingString - Class in weka.core
TODO: what this class does
HashableInstanceUsingString(Instance) - Constructor for class weka.core.HashableInstanceUsingString
Initializes the wrapper.
HashableInstanceUsingSum - Class in weka.core
Computes the hashcode as sum of the internal double values.
HashableInstanceUsingSum(Instance) - Constructor for class weka.core.HashableInstanceUsingSum
Initializes the wrapper.
hasHandler(File) - Static method in class adams.gui.tools.previewbrowser.AbstractArchiveHandler
Checks whether the specified file is an archive that can be managed.
hasHandler(File) - Static method in class adams.gui.tools.previewbrowser.AbstractContentHandler
Checks whether the specified file is an archive that can be managed.
hasHandler(String) - Static method in class adams.gui.tools.previewbrowser.AbstractArchiveHandler
Checks whether the specified file is an archive that can be managed.
hasHandler(String) - Static method in class adams.gui.tools.previewbrowser.AbstractContentHandler
Checks whether the specified file is an archive that can be managed.
hashCode() - Method in class adams.core.base.BaseObject
Hashcode so can be used as hashtable key.
hashCode() - Method in class adams.core.DiffUtils.Filler
Returns a hash code value for the object.
hashCode() - Method in class adams.core.Index
Hashcode so can be used as hashtable key.
hashCode() - Method in class adams.core.io.lister.SortContainer
Hashcode so can be used as hashtable key.
hashCode() - Method in class adams.core.Range
Hashcode so can be used as hashtable key.
hashCode() - Method in class adams.core.SerializedObject
Returns a hashcode for this object.
hashCode() - Method in class adams.core.tags.TagInfo
Returns the hashcode of the tag (ie name).
hashCode() - Method in class adams.core.Trie
Returns the hash code value for this collection.
hashCode() - Method in class adams.core.WrapperHashSet.Wrapper
Returns the hashcode of the payload object.
hashCode() - Method in class adams.data.AbstractAnonymizer
Returns the hashcode for this anonymizer (based on its ID).
hashCode() - Method in class adams.data.container.AbstractDataContainer
Returns the hash code for this DataContainer.
hashCode() - Method in class adams.data.featureconverter.HeaderDefinition
Returns the hashcode.
hashCode() - Method in class adams.data.Notes
Returns the hashtable's hash code.
hashCode() - Method in class adams.data.report.AbstractField
Hashcode so can be used as hashtable key.
hashCode() - Method in class adams.data.report.Report
Hashcode so can be used as hashtable key.
hashCode() - Method in class adams.data.SortedList
Returns the hashcode of the list.
hashCode() - Method in class adams.db.AbstractDatabaseConnection
Hashcode so can be used as hashtable key.
hashCode() - Method in class adams.db.ConnectionParameters
Hashcode so can be used as hashtable key.
hashCode() - Method in class adams.db.LogEntry
Hashcode so can be used as hashtable key.
hashCode() - Method in class adams.env.Modules.Module
Hashcode so can be used as hashtable key.
hashCode() - Method in class adams.env.Setup
Hashcode so can be used as hashtable key.
hashCode() - Method in class adams.flow.core.ActorPath
Returns the hashcode of the underlying array.
hashCode() - Method in class adams.flow.core.Token
Returns the hashcode for the object.
hashCode() - Method in class adams.flow.transformer.locateobjects.LocatedObject
Returns the hashcode of the rectangle.
hashCode() - Method in class adams.gui.core.RecentFilesHandlerWithCommandline.Setup
Returns the hashCode of the file's absolute path.
hashCode() - Method in class adams.gui.goe.Favorites.Favorite
Hashcode so can be used as hashtable key.
hashCode() - Method in class adams.gui.scripting.AbstractScriptlet
Hashcode so can be used as hashtable key.
hashCode() - Method in class adams.gui.sendto.AbstractSendToAction
Hashcode so can be used as hashtable key.
hashCode() - Method in class adams.gui.tools.previewbrowser.ContentHandlerFavorites.ContentHandlerFavorite
Returns the hash code of the name.
hashCode() - Method in class adams.gui.visualization.instance.InstanceContainer
Returns the hashcode of the instance.
hashCode() - Method in class adams.gui.visualization.sequence.XYSequenceContainer
Returns the hashcode of the sequence.
hashCode() - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowContainer
Returns the hashcode of the instance.
hashCode() - Method in class adams.gui.visualization.timeseries.TimeseriesContainer
Returns the hashcode of the ID string.
hashCode() - Method in class adams.multiprocess.JobList
Returns the hash code value for this collection (just the hash code of the underlying job vector).
hashCode() - Method in class weka.core.AbstractHashableInstance
Returns the hashcode of this Instance, computes it if neccessary.
HashCode - Class in adams.data.conversion
Generates the hash code of an arbitrary object, using the object's hashcode() method.
HashCode() - Constructor for class adams.data.conversion.HashCode
 
HASHCODE - adams.gui.visualization.debug.objecttree.NodeType
hashcode.
hasHead() - Method in class adams.doc.docbook.InformalTable
Checks whether a head element is available.
hasHeader() - Method in class adams.gui.tools.wekainvestigator.output.AbstractResultItem
Returns whether an training set header is present.
hasHelp(String) - Method in class adams.flow.container.AbstractContainer
Checks whether a given help is non-null.
hasHelp(String) - Method in interface adams.flow.container.Container
Checks whether a given help is non-null.
hasHelp(String) - Method in class adams.gui.application.AbstractPropertiesPreferencesPanel
Checks whether a help has been specified for a particular property.
hasHelp(String) - Method in class adams.gui.core.PropertiesParameterPanel
Checks whether a help has been specified for a particular property.
HashSet - Class in adams.flow.condition.bool
Evaluates to true if the payload of the current token or the specified string (if non-empty) is present in the specified hashset.
The value gets transformed using the specified conversion.

See also:
adams.flow.standalone.HashSetInit
adams.flow.transformer.HashSetInit

HashSet - Class in adams.flow.source
Outputs the specified hashset as spreadsheet, with one column called 'Value' by default.
HashSet() - Constructor for class adams.flow.condition.bool.HashSet
 
HashSet() - Constructor for class adams.flow.source.HashSet
 
HashSetAdd - Class in adams.flow.transformer
Adds a value to the specified hashset.
HashSetAdd() - Constructor for class adams.flow.transformer.HashSetAdd
 
HashSetInit - Class in adams.flow.standalone
Creates an empty hashset in internal storage under the specified name.
Initial string values can be supplied as well, which can be transformed using the specified conversion.

See also:
adams.flow.transformer.HashSetInit
adams.flow.transformer.HashSetAdd
adams.flow.source.HashSet
adams.flow.condition.bool.HashSet

HashSetInit - Class in adams.flow.transformer
Creates a hashset from a column in a spreadsheet or an array.
HashSetInit() - Constructor for class adams.flow.standalone.HashSetInit
 
HashSetInit() - Constructor for class adams.flow.transformer.HashSetInit
 
HashSetRemove - Class in adams.flow.transformer
Removes a value from the specified hashset.
HashSetRemove() - Constructor for class adams.flow.transformer.HashSetRemove
 
HASHTABLE_LOAD_FACTOR - Static variable in class adams.core.LRUCache
the load factor.
hasIconClassname() - Method in class adams.gui.goe.actorpathtree.ActorPathNode
Returns whether a classname for the icon is set.
hasID() - Method in class adams.data.sequence.XYSequencePoint
Checks whether an ID is set.
hasImage() - Method in class adams.flow.transformer.pixelselector.PixelSelectorPanel
Checks whether an image is currently displayed.
hasImage() - Method in class adams.gui.visualization.object.tools.AbstractTool
Checks whether an image is currently available.
hasImage() - Method in interface adams.gui.visualization.object.tools.Tool
Checks whether an image is currently available.
hasImageFile(String) - Static method in class adams.gui.core.ImageManager
Checks whether the image is available.
hasIndex() - Method in class adams.core.Index
Checks whether a valid index has been supplied.
hasIndices() - Method in class adams.gui.event.RemoveItemsEvent
Checks whether there are indices stored for this event.
hasInput() - Method in class adams.flow.control.AbstractTee
Returns whether an input token is currently present.
hasInput() - Method in class adams.flow.control.Branch
Returns whether an input token is currently present.
hasInput() - Method in class adams.flow.control.CallableActorScreenshot
Returns whether an input token is currently present.
hasInput() - Method in class adams.flow.control.ClearCallableDisplay
Returns whether an input token is currently present.
hasInput() - Method in class adams.flow.control.CloseCallableDisplay
Returns whether an input token is currently present.
hasInput() - Method in class adams.flow.control.DesktopScreenshot
Returns whether an input token is currently present.
hasInput() - Method in class adams.flow.control.IfThenElse
Returns whether an input token is currently present.
hasInput() - Method in class adams.flow.control.LoadBalancer
Returns whether an input token is currently present.
hasInput() - Method in class adams.flow.control.LocalScopeTransformer
Returns whether an input token is currently present.
hasInput() - Method in class adams.flow.control.Sequence
Returns whether an input token is currently present.
hasInput() - Method in class adams.flow.control.Stop
Returns whether an input token is currently present.
hasInput() - Method in class adams.flow.control.Switch
Returns whether an input token is currently present.
hasInput() - Method in class adams.flow.control.TryCatch
Returns whether an input token is currently present.
hasInput() - Method in class adams.flow.control.UpdateCallableDisplay
Returns whether an input token is currently present.
hasInput() - Method in class adams.flow.control.UpdateProperties
Returns whether an input token is currently present.
hasInput() - Method in class adams.flow.control.WhileLoop
Returns whether an input token is currently present.
hasInput() - Method in class adams.flow.core.AbstractDisplay
Returns whether an input token is currently present.
hasInput() - Method in interface adams.flow.core.InputConsumer
Returns whether an input token is currently present.
hasInput() - Method in class adams.flow.sink.AbstractSink
Returns whether an input token is currently present.
hasInput() - Method in class adams.flow.sink.CallableSink
Returns whether an input token is currently present.
hasInput() - Method in class adams.flow.sink.CopyCallableSink
Returns whether an input token is currently present.
hasInput() - Method in class adams.flow.sink.ExternalSink
Returns whether an input token is currently present.
hasInput() - Method in class adams.flow.sink.Groovy
Returns whether an input token is currently present.
hasInput() - Method in class adams.flow.sink.IncludeExternalSink
Returns whether an input token is currently present.
hasInput() - Method in class adams.flow.sink.Scripted
Returns whether an input token is currently present.
hasInput() - Method in class adams.flow.sink.TemplateSink
Returns whether an input token is currently present.
hasInput() - Method in class adams.flow.transformer.AbstractTransformer
Returns whether an input token is currently present.
hasInput() - Method in class adams.flow.transformer.CallableTransformer
Returns whether an input token is currently present.
hasInput() - Method in class adams.flow.transformer.CopyCallableTransformer
Returns whether an input token is currently present.
hasInput() - Method in class adams.flow.transformer.ExternalTransformer
Returns whether an input token is currently present.
hasInput() - Method in class adams.flow.transformer.Groovy
Returns whether an input token is currently present.
hasInput() - Method in class adams.flow.transformer.IncludeExternalTransformer
Returns whether an input token is currently present.
hasInput() - Method in class adams.flow.transformer.Scripted
Returns whether an input token is currently present.
hasInput() - Method in class adams.flow.transformer.SetProperty
Returns whether an input token is currently present.
hasInput() - Method in class adams.flow.transformer.TemplateTransformer
Returns whether an input token is currently present.
hasInput() - Method in class adams.flow.transformer.UpdateProperty
Returns whether an input token is currently present.
hasInput() - Method in class adams.gui.flow.tree.Renderer.ActorIcon
Returns whether the actor accepts input.
hasInteractionLog() - Method in class adams.flow.transformer.ImageAnnotator.AnnotatorPanel
Checks whether there have been any interactions recorded.
hasInteractionLog() - Method in class adams.gui.visualization.image.ImagePanel
Checks whether there have been any interactions recorded.
hasInteractionLog() - Method in interface adams.gui.visualization.image.interactionlogging.InteractionLogManager
Checks whether there have been any interactions recorded.
hasInteractionLog() - Method in class adams.gui.visualization.object.ObjectAnnotationPanel
Checks whether there have been any interactions recorded.
HasInterface - Class in adams.flow.condition.bool
Evaluates to 'true' if the objects implement the specified interface.
HasInterface() - Constructor for class adams.flow.condition.bool.HasInterface
 
hasItem(String) - Method in class adams.gui.core.dotnotationtree.DotNotationTree
Checks whether the item is among the stored ones.
hasItem(String) - Method in class adams.gui.goe.actorpathtree.ActorPathTree
Checks whether the item is among the stored ones.
hasKey(String) - Method in class adams.core.Properties
Checks whether the given property exists.
hasLabel() - Method in class adams.gui.visualization.core.axis.Tick
Returns whether this tick has a label or not.
hasLabel(Polygon) - Method in class adams.gui.visualization.image.AbstractReportBasedOverlayHelper
Checks whether a label has been stored for the given object.
hasLabel(String) - Method in class adams.gui.core.PropertiesParameterPanel
Checks whether a label has been specified for a particular property.
hasLabel(String) - Method in class adams.gui.visualization.core.axis.AbstractTickGenerator
Checks whether the label is already present.
hasLastActionResult(Class) - Method in class adams.flow.transformer.pixelselector.PixelSelectorPanel
Checks for the specified action whether a previous result is available.
hasLastCommand() - Method in class adams.core.command.AbstractExternalCommand
Checks whether a command has been executed (and recorded).
hasLastCommand() - Method in interface adams.core.command.ExternalCommand
Checks whether a command has been executed (and recorded).
hasLastError() - Method in interface adams.core.ErrorProvider
Returns whether an error was encountered during the last operation.
hasLastError() - Method in class adams.data.io.input.AbstractSpreadSheetReader
Returns whether an error was encountered during the last read.
hasLastError() - Method in class adams.data.io.input.SimpleCsvSpreadSheetReader
Returns whether an error was encountered during the last read.
hasLastError() - Method in interface adams.data.io.input.SpreadSheetReader
Returns whether an error was encountered during the last read.
hasLastError() - Method in class adams.data.spreadsheet.colstatistic.AbstractColumnStatistic
Checks whether there was an error with the last stats generation.
hasLastError() - Method in class adams.data.spreadsheet.matrixstatistic.AbstractMatrixStatistic
Checks whether there was an error with the last stats generation.
hasLastError() - Method in class adams.data.spreadsheet.rowscore.AbstractRowScore
Checks whether there was an error with the last stats generation.
hasLastError() - Method in class adams.data.spreadsheet.rowstatistic.AbstractRowStatistic
Checks whether there was an error with the last stats generation.
hasLastError() - Method in class adams.flow.control.plotprocessor.AbstractPlotProcessor
Returns whether the last processing generated an error message.
hasLastError() - Method in class adams.flow.control.removeoutliers.AbstractOutlierDetector
Returns whether an occurred during the last detection.
hasLastError() - Method in class adams.flow.setup.FlowSetup
Checks whether an error was recorded with the last execution.
hasLastError() - Method in class adams.gui.scripting.AbstractScriptingEngine
Returns whether there was an error during the last run.
hasLastError() - Method in class weka.classifiers.AggregateEvaluations
Returns whether an error was encountered during the last operation.
hasLastSetup() - Method in class adams.gui.plugin.AbstractToolPlugin
Checks whether there is a setup available for the class of this object.
hasLastSetup() - Method in class adams.gui.tools.spreadsheetviewer.AbstractDataPlugin
Checks whether there is a setup available for the class of this object.
hasLastSetup() - Method in class adams.gui.tools.spreadsheetviewer.AbstractViewPlugin
Checks whether there is a setup available for the class of this object.
hasLayer(String) - Method in class adams.gui.visualization.segmentation.layer.LayerManager
Checks whether a layer with the specified name is present.
hasLazySetupPerformed() - Method in interface adams.flow.core.LazySetupSupporter
Returns whether lazy setup has been performed.
HasLength - Class in adams.flow.condition.bool
Checks whether the array passing through has the required number of elements.
HasLength() - Constructor for class adams.flow.condition.bool.HasLength
 
hasList(String) - Method in class adams.gui.application.AbstractPropertiesPreferencesPanel
Checks whether a list has been specified for a particular property.
hasList(String) - Method in class adams.gui.core.PropertiesParameterPanel
Checks whether a list has been specified for a particular property.
hasListDefault(String) - Method in class adams.gui.core.PropertiesParameterPanel
Checks whether a list default has been specified for a particular property.
hasLoadings() - Method in class adams.data.instancesanalysis.pls.AbstractPLS
Whether the algorithm supports return of loadings.
hasLoadings() - Method in class adams.data.instancesanalysis.pls.DIPLS
Whether the algorithm supports return of loadings.
hasLoadings() - Method in class adams.data.instancesanalysis.pls.KernelPLS
Whether the algorithm supports return of loadings.
hasLoadings() - Method in class adams.data.instancesanalysis.pls.NIPALS
Whether the algorithm supports return of loadings.
hasLoadings() - Method in class adams.data.instancesanalysis.pls.OPLS
Whether the algorithm supports return of loadings.
hasLoadings() - Method in class adams.data.instancesanalysis.pls.PLS1
Whether the algorithm supports return of loadings.
hasLoadings() - Method in class adams.data.instancesanalysis.pls.PRM
Whether the algorithm supports return of loadings.
hasLoadings() - Method in class adams.data.instancesanalysis.pls.SIMPLS
Whether the algorithm supports return of loadings.
hasLoadings() - Method in class adams.data.instancesanalysis.pls.SparsePLS
Whether the algorithm supports return of loadings.
hasLoadings() - Method in class adams.data.instancesanalysis.pls.VCPLS
Whether the algorithm supports return of loadings.
hasLoadings() - Method in class weka.classifiers.functions.PLSWeighted
Whether the algorithm supports return of loadings.
hasLoadings() - Method in interface weka.core.GenericPLSMatrixAccess
Whether the algorithm supports return of loadings.
hasLoadings() - Method in class weka.filters.supervised.attribute.MultiPLS
Whether the algorithm supports return of loadings.
hasLoadings() - Method in class weka.filters.supervised.attribute.PLS
Whether the algorithm supports return of loadings.
hasLocations() - Method in class adams.gui.visualization.image.AbstractReportBasedOverlayHelper
Checks whether any locations are available.
hasLogging() - Method in class adams.flow.control.StorageQueueHandler
Checks whether a logging actor is available.
hasLogMessage() - Method in class adams.gui.goe.GenericObjectEditor.GOEPanel
Returns whether a message is currently being displayed.
hasLogMessage() - Method in class adams.gui.goe.GenericObjectEditor
Returns whether a message is currently being displayed.
hasLowerBound() - Method in class adams.core.option.AbstractNumericOption
Checks whether a lower bound has been defined for this option.
hasMappingX() - Method in class adams.data.sequence.XYSequence
Checks whether there are string mappings for the X values available.
hasMappingY() - Method in class adams.data.sequence.XYSequence
Checks whether there are string mappings for the Y values available.
HasMapValue - Class in adams.flow.condition.bool
Evaluates to true if the specified java.util.Map object is available in storage and a value is associated with the supplied key.
HasMapValue() - Constructor for class adams.flow.condition.bool.HasMapValue
 
hasMetaData() - Method in class adams.data.binning.Binnable
Returns if meta-data is present.
hasMetaData() - Method in interface adams.data.container.DataPointWithMetaData
Checks if any meta-data is available.
hasMetaData() - Method in class adams.data.sequence.XYSequencePoint
Checks if any meta-data is available.
hasMetaData() - Method in class adams.flow.container.SequencePlotterContainer
Checks whether any meta-data is stored.
hasMetaData(String) - Method in class adams.data.statistics.AbstractArrayStatistic.StatisticContainer
Returns whether meta-data is associated with the specified key.
HasMetaDataValue - Class in adams.data.objectfinder
Outputs the indices of objects where the specified meta-data key is present.
HasMetaDataValue() - Constructor for class adams.data.objectfinder.HasMetaDataValue
 
hasMissingValue() - Method in class weka.core.AbstractHashableInstance
Tests whether an instance has a missing value.
hasMnemonic() - Method in class adams.gui.action.AbstractBaseAction
Checks whether a mnemonic is available for this action.
hasMnemonic() - Method in interface adams.gui.action.BaseAction
Checks whether a mnemonic is available for this action.
hasMnemonic(String) - Static method in class adams.gui.core.GUIHelper
Checks the caption whether an underscore "_" is present to indicate that the following character is to act as mnemonic.
hasModel() - Method in class adams.gui.tools.wekainvestigator.tab.associatetab.ResultItem
Returns whether an model object is present.
hasModel() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.ResultItem
Returns whether an model object is present.
hasModel() - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.ResultItem
Returns whether an model object is present.
hasMonitoring() - Method in class adams.flow.control.StorageQueueHandler
Checks whether a monitoring actor is available.
hasMoreChunks() - Method in class adams.data.io.input.AccessSpreadSheetReader
Checks whether there is more data to read.
hasMoreChunks() - Method in interface adams.data.io.input.ChunkedSpreadSheetReader
Checks whether there is more data to read.
hasMoreChunks() - Method in class adams.data.io.input.CsvSpreadSheetReader
Checks whether there is more data to read.
hasMoreChunks() - Method in class adams.data.io.input.SimpleCsvSpreadSheetReader
Checks whether there is more data to read.
hasMoreChunks() - Method in class adams.data.io.input.SimpleStreamSpreadSheetReader
Checks whether there is more data to read.
hasMoreChunks() - Method in class adams.data.io.input.SqlDumpSpreadSheetReader
Checks whether there is more data to read.
hasMoreData() - Method in interface adams.data.io.input.IncrementalDataContainerReader
Returns whether there is more data available.
hasMoreData() - Method in class adams.data.io.input.InstanceReader
Returns whether there is more data available.
hasMoreElements() - Method in class adams.flow.transformer.spreadsheetmethodmerge.JoinOnID.UniqueIDEnumeration
 
hasMoreElements() - Method in class adams.flow.transformer.spreadsheetmethodmerge.Simple.SimpleRowSetIterator
 
hasMoreElements() - Method in class adams.flow.transformer.wekadatasetsmerge.JoinOnID.UniqueIDEnumeration
 
hasMoreElements() - Method in class adams.flow.transformer.wekadatasetsmerge.Simple.SimpleRowSetIterator
 
hasMoreElements() - Method in class weka.core.tokenizers.MultiTokenizer
Tests if this enumeration contains more elements.
hasMoreElements() - Method in class weka.core.tokenizers.PreCleanedTokenizer
Tests if this enumeration contains more elements.
hasMoreZeroes(BitSet, BitSet) - Method in class adams.opt.genetic.AbstractGeneticAlgorithm
return if a has more zeroes than b.
hasMoreZeroes(BitSet, BitSet) - Method in class adams.opt.optimise.genetic.AbstractGeneticAlgorithm
return if a has more zeroes than b.
hasMousePosition() - Method in class adams.flow.transformer.pixelselector.AbstractPixelSelectorAction
Checks whether a mouse position is available.
hasName() - Method in class adams.data.spreadsheet.DefaultSpreadSheet
Returns whether the spreadsheet has a name.
hasName() - Method in interface adams.data.spreadsheet.SpreadSheet
Returns whether the spreadsheet has a name.
hasName() - Method in class adams.data.spreadsheet.SpreadSheetView
Returns whether the spreadsheet has a name.
hasName() - Method in class adams.ml.data.DatasetView
Returns whether the spreadsheet has a name.
hasName() - Method in class adams.ml.data.InstancesView
Returns whether the spreadsheet has a name.
hasNestedItems() - Method in class adams.gui.tools.wekainvestigator.output.AbstractNestableResultItem
Returns whether nested items are present.
hasNext() - Method in class adams.core.password.AbstractPasswordGenerator
Checks whether there is another password available.
hasNext() - Method in class adams.core.password.BruteForcePasswordGenerator
Checks whether there is another password available.
hasNext() - Method in class adams.core.password.DictionaryBasedGenerator
Checks whether there is another password available.
hasNext() - Method in class adams.core.Trie.TrieIterator
Returns true if the iteration has more elements.
hasNext() - Method in class adams.data.io.input.AbstractCompressedTextReader
Returns whether more data is available.
hasNext() - Method in class adams.data.io.input.AbstractTextReader
Returns whether more data is available.
hasNext() - Method in class adams.data.io.input.AccessSpreadSheetReader.ChunkReader
Returns whether there is more data to be read.
hasNext() - Method in class adams.data.io.input.CsvSpreadSheetReader.ChunkReader
Returns whether there is more data to be read.
hasNext() - Method in class adams.data.io.input.SqlDumpSpreadSheetReader.ChunkReader
Returns whether there is more data to be read.
hasNext() - Method in interface adams.data.splitgenerator.SplitGenerator
Returns true if the iteration has more elements.
hasNext() - Method in class adams.data.spreadsheet.cellfinder.AbstractMetaIterator
Returns whether another cell location is available.
hasNext() - Method in class adams.data.spreadsheet.cellfinder.RangeIterator
Returns whether another cell location is available.
hasNext() - Method in class adams.data.spreadsheet.cellfinder.TypeRangeIterator
Returns whether another cell location is available.
hasNext() - Method in class adams.ml.evaluation.AbstractSplitGenerator
Returns true if the iteration has more elements.
hasNext() - Method in class weka.classifiers.AbstractSplitGenerator
Returns true if the iteration has more elements.
hasNext() - Method in interface weka.classifiers.SplitGenerator
Returns true if the iteration has more elements.
hasNextDelta(int) - Method in class adams.core.DiffUtils.SideBySideDiff
Checks whether there is a next delta after the current line.
hasNodesOnClipboard() - Static method in class adams.gui.flow.tree.TreeOperations
Checks whether any nodes in nested listed form are on the clipboard.
hasNoModifierKey(MouseEvent) - Static method in class adams.gui.core.MouseUtils
Checks whether no modified key is pressed.
hasNote(File) - Method in class adams.gui.tools.PreviewBrowserPanel
Checks whether a note is present for the file.
hasNote(String, String) - Method in class adams.gui.tools.previewbrowser.notes.NotesManager
Checks whether a note is available for the file.
hasNotes() - Method in class adams.gui.tools.previewbrowser.notes.NotesManager
Checks whether any notes are available at all.
hasNotes(Class) - Method in class adams.data.Notes
Checks whether there are any notes for the given class available.
hasNotes(String) - Method in class adams.data.Notes
Checks whether there are any notes for the given class available.
hasNotes(String) - Method in class adams.gui.tools.previewbrowser.notes.NotesManager
Checks whether any notes are available for the specified directory.
hasNumberFormatOverride(Type) - Method in class adams.gui.visualization.core.AxisPanel
Returns whether an override format is available for the specified type.
hasObjectHandler(Class) - Static method in class adams.gui.tools.previewbrowser.AbstractObjectContentHandler
Checks whether the specified class can be managed.
hasObjectHandler(Object) - Static method in class adams.gui.tools.previewbrowser.AbstractObjectContentHandler
Checks whether the specified object can be managed.
hasObjectLocationMappings() - Method in class adams.gui.visualization.image.AbstractReportBasedOverlayHelper
Checks whether any object/location mappings are available.
hasOnError() - Method in class adams.flow.setup.FlowSetup
Checks whether a flow is defined in case of an error.
hasOnFinish() - Method in class adams.flow.setup.FlowSetup
Checks whether a flow is defined in case of finishing the execution.
hasOriginalIndices() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.ResultItem
Returns whether the original indices are present.
hasOthers() - Method in class adams.data.Notes
Checks whether at least one other (not warning/error/proc.info) is among the notes.
hasOutput() - Method in class adams.core.command.AbstractExternalCommand
Whether there is any pending output.
hasOutput() - Method in interface adams.core.command.ExternalCommand
Whether there is any pending output.
hasOutput() - Method in class adams.gui.flow.tree.Renderer.ActorIcon
Returns whether the actor generates output.
hasOutputs() - Method in class adams.gui.flow.tabhandler.GraphicalActorProcessorHandler
Returns whether any outputs are present.
hasOutputs() - Method in class adams.gui.flow.tabhandler.ParsedErrorHandler
Returns whether any outputs are present.
hasOverlap(Tick, Tick) - Method in class adams.gui.visualization.core.AxisPanel
Checks whether there is an overlap between the labels of the two Ticks.
hasOverlay(String) - Method in class adams.gui.visualization.segmentation.layer.LayerManager
Checks whether an overlay with the specified name is present.
hasOverrides() - Method in class adams.env.Setup
Checks whether any overrides for keys are defined.
hasOwner() - Method in class adams.gui.flow.tree.Node
Returns whether an owner is set.
hasOwner() - Method in class adams.gui.scripting.AbstractScriptlet
Checks whether an owner is set.
hasPanel() - Method in class adams.flow.sink.AbstractGraphicalDisplay
Checks whether a panel is available that can be saved.
hasPanel() - Method in class adams.flow.transformer.pixelselector.AbstractPixelSelectorAction
Checks whether a panel is available.
hasPanel() - Method in class adams.gui.visualization.core.AbstractMouseMovementTracker
Returns whether a panel has been set.
hasPanel() - Method in class adams.gui.visualization.core.AbstractPaintlet
Returns whether a panel has been set.
hasPanel() - Method in interface adams.gui.visualization.core.Paintlet
Returns whether a panel has been set.
hasPanel() - Method in class adams.gui.visualization.image.paintlet.AbstractPaintlet
Returns whether a panel has been set.
hasPanel() - Method in interface adams.gui.visualization.image.paintlet.Paintlet
Returns whether a panel has been set.
hasPanel(String) - Method in class adams.gui.flow.FlowMultiPagePane
Returns whether a panel with the specified title exists.
hasParameter(String) - Method in class adams.gui.scripting.AbstractScriptlet
Checks whether a parameter is present.
hasParent() - Method in class adams.data.container.AbstractDataPoint
Returns whether the point belongs to a spectrum.
hasParent() - Method in interface adams.data.container.DataPoint
Returns whether the point belongs to a container.
hasParentDirectory() - Method in interface adams.core.io.lister.DirectoryLister
Returns whether the watch directory has a parent directory.
hasParentDirectory() - Method in class adams.core.io.lister.FtpDirectoryLister
Returns whether the watch directory has a parent directory.
hasParentDirectory() - Method in class adams.core.io.lister.LocalDirectoryLister
Returns whether the watch directory has a parent directory.
hasParentDirectory() - Method in class adams.core.io.lister.SftpDirectoryLister
Returns whether the watch directory has a parent directory.
hasParentDirectory() - Method in class adams.core.io.lister.SmbDirectoryLister
Returns whether the watch directory has a parent directory.
hasPayload() - Method in class adams.event.JobCompleteEvent
Checks whether there was any payload object provided.
hasPayload() - Method in class adams.event.JobListCompleteEvent
Checks whether there was any payload object provided.
hasPayload(Class) - Method in class adams.flow.core.Token
Checks whether the payload is of the specified type (or a subclass; or implements this interface).
hasPayload(String) - Method in class adams.gui.core.AbstractNamedHistoryPanel
Checks whether there is a payload available for the name.
hasPendingOutput() - Method in class adams.flow.control.AbstractContainerUpdater
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.control.AbstractTee
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.control.ArrayGenerate
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.control.ArrayProcess
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.control.CallableActorScreenshot
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.control.ClearCallableDisplay
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.control.CloseCallableDisplay
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.control.CollectionProcess
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.control.DesktopScreenshot
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.control.Injector
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.control.LocalScopeTransformer
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.control.PlotProcessor
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.control.StorageValueSequence
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.control.SubProcess
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.control.Switch
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.control.TryCatch
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.control.UpdateCallableDisplay
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.control.UpdateProperties
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in interface adams.flow.core.OutputProducer
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in interface adams.flow.core.PyroOutputProducer
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.source.AbstractArrayProvider
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.source.AbstractBufferingSource
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.source.AbstractForLoop
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.source.AbstractInteractiveArrayProvider
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.source.AbstractPythonExecution
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.source.AbstractSimpleSource
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.source.AbstractSpreadSheetDbReader
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.source.AbstractWekaSetupGenerator
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.source.CallableSource
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.source.Command
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.source.CopyCallableSource
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.source.DeQueue
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.source.EnterManyValues
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.source.EnterValue
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.source.Exec
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.source.ExternalSource
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.source.ForLoop
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.source.Groovy
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.source.Idle
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.source.IncludeExternalSource
Always false.
hasPendingOutput() - Method in class adams.flow.source.OpenCVDeviceFrameGrabber
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.source.PasteFromClipboard
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.source.pyrosource.AbstractPyroSource
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.source.Scripted
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.source.SelectCharset
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.source.SelectDateTime
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.source.SelectDirectory
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.source.SequenceSource
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.source.StorageValuesArray
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.source.SwitchedSource
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.source.TemplateSource
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.source.TimeseriesDbReader
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.source.VariablesArray
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.source.WekaDatabaseReader
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.transformer.AbstractArrayProvider
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.transformer.AbstractDataContainerFileImport
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.transformer.AbstractDataContainerFileReader
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.transformer.AbstractReportFileImport
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.transformer.AbstractTransformer
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.transformer.ArrayCombinations
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.transformer.ArrayToChunks
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.transformer.ArrayToSequence
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.transformer.BinaryFileReader
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.transformer.BoofCVFeatureGenerator
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.transformer.BoofCVMultiImageOperation
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.transformer.BufferedImageFeatureGenerator
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.transformer.BufferedImageMultiImageOperation
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.transformer.CallableTransformer
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.transformer.CollectionToSequence
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.transformer.CopyCallableTransformer
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.transformer.ExternalTransformer
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.transformer.FileTailer
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.transformer.Groovy
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.transformer.IncludeExternalTransformer
Always false.
hasPendingOutput() - Method in class adams.flow.transformer.MakeForecastPlotContainer
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.transformer.MapVariableIterator
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.transformer.MultiMat5MatrixOperation
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.transformer.OpenCVFeatureGenerator
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.transformer.OpenCVMultiImageOperation
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.transformer.PassThrough
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.transformer.PDFExtractImages
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.transformer.PDFRenderPages
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.transformer.pyrotransformer.AbstractPyroTransformer
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.transformer.Scripted
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.transformer.SetProperty
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.transformer.SpreadSheetFileReader
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.transformer.SpreadSheetGetColumnIndex
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.transformer.SpreadSheetRowBuffer
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.transformer.SpreadSheetStorageRowIterator
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.transformer.SpreadSheetSubsetByValue
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.transformer.SpreadSheetVariableRowIterator
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.transformer.TemplateTransformer
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.transformer.TextFileReader
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.transformer.TimeseriesFeatureGenerator
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.transformer.TimeseriesInfo
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.transformer.UpdateProperty
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.transformer.WekaAccumulatedError
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.transformer.WekaCrossValidationSplit
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.transformer.WekaFileReader
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.transformer.WekaInstanceBuffer
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.transformer.WekaInstanceStreamPlotGenerator
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.transformer.WekaMultiLabelSplitter
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.transformer.WekaSubsets
Checks whether there is pending output to be collected after executing the flow item.
hasPixelPosition() - Method in class adams.flow.transformer.pixelselector.AbstractPixelSelectorAction
Checks whether a pixel position is available.
hasPolygon() - Method in class adams.flow.transformer.locateobjects.LocatedObject
Checks whether polygon meta-data is present.
hasPopupMenu() - Method in class adams.gui.core.JComponentList.CheckBoxListItem
Returns whether this particular list item has a popup menu at the moment.
hasPopupMenu() - Method in class adams.gui.core.JComponentList.LabelListItem
Returns whether this particular list item has a popup menu at the moment.
hasPopupMenu() - Method in interface adams.gui.core.JComponentList.PopupMenuProvider
Returns whether this particular list item has a popup menu at the moment.
hasPredictionsAvailable(int[]) - Method in class adams.gui.tools.wekainvestigator.tab.ClassifyTab.HistoryPanel
Checks whether any predictions are available from the selected items.
hasPrefix() - Method in class adams.gui.core.SearchPanel
Checks whether a prefix string was provided.
hasPreviousDelta(int) - Method in class adams.core.DiffUtils.SideBySideDiff
Checks whether there is a previous delta after the current line.
hasPrimaryKey() - Method in class adams.db.ColumnMapping
Does this mapping contain a primary key column?
hasProcessInformation() - Method in class adams.data.Notes
Checks whether at least one process information is among the notes.
hasProperty(Class, String, Class, boolean, UserMode) - Static method in class adams.core.discovery.IntrospectionHelper
Checks whether the class has a property with the given name and type.
hasProperty(Class, String, Class, UserMode) - Static method in class adams.core.discovery.IntrospectionHelper
Checks whether the class has a property with the given name and type.
HasProperty - Class in adams.flow.condition.bool
Evaluates to 'true' if the objects have the specified property path.
HasProperty() - Constructor for class adams.flow.condition.bool.HasProperty
 
hasPropertyDescriptor(Class, String) - Static method in class adams.core.option.OptionUtils
Checks whether the property descriptors are already available.
hasPropertyHints(String) - Method in class adams.gui.core.PropertiesParameterPanel
Checks whether any property hints have been specified for a particular property.
hasPropertyType(String) - Method in class adams.gui.application.AbstractPropertiesPreferencesPanel
Checks whether a preference type has been specified for a particular property.
hasPropertyType(String) - Method in class adams.gui.core.PropertiesParameterPanel
Checks whether a property type has been specified for a particular property.
hasQueue(Actor, StorageName) - Static method in class adams.flow.core.QueueHelper
Checks whether the specified queue is available.
HasQueue - Class in adams.flow.condition.bool
Evaluates to true if the specified queue is available in storage.
HasQueue() - Constructor for class adams.flow.condition.bool.HasQueue
Default constructor.
HasQueue(StorageName) - Constructor for class adams.flow.condition.bool.HasQueue
Initializes with the specified storage name.
HasQueue(String) - Constructor for class adams.flow.condition.bool.HasQueue
Initializes with the specified storage name.
hasRange() - Method in class adams.core.Range
Checks whether a valid range has been supplied.
hasRange() - Method in class adams.core.UnorderedRange
Checks whether a valid range has been supplied.
hasReached(String, int) - Method in class adams.core.NamedCounter
Returns whether the counter has reached the limit.
hasReadOnlyTable() - Method in class adams.gui.tools.wekainvestigator.tab.AbstractInvestigatorTabWithDataTable
Returns whether a readonly table is used.
hasReadOnlyTable() - Method in class adams.gui.tools.wekainvestigator.tab.AbstractInvestigatorTabWithEditableDataTable
Returns whether a readonly table is used.
hasReadOnlyTable() - Method in class adams.gui.tools.wekainvestigator.tab.BoxPlotTab
Returns whether a readonly table is used.
hasReadOnlyTable() - Method in class adams.gui.tools.wekainvestigator.tab.DataQueryTab
Returns whether a readonly table is used.
hasReadOnlyTable() - Method in class adams.gui.tools.wekainvestigator.tab.MatrixTab
Returns whether a readonly table is used.
hasRecording() - Method in class adams.gui.scripting.AbstractScriptingEngine
Returns whether there are any commands in the recording buffer.
hasRegExp(String) - Method in class adams.gui.core.PropertiesParameterPanel
Checks whether a regexp has been specified for a particular property.
hasRegistered() - Method in class adams.gui.goe.AbstractEditorRegistration
Returns whether registration already occurred.
hasRegistered() - Method in class adams.gui.goe.AdamsEditorsRegistration
Returns whether registration already occurred.
hasRegistered() - Method in class adams.gui.goe.WekaEditorsRegistration
Returns whether registration already occurred.
hasRegressionTestTipText() - Method in class adams.core.option.FlowJUnitTestProducer
Returns the tip text for this property.
hasReport() - Method in class adams.data.container.AbstractSimpleContainer
Checks whether a report is present.
hasReport() - Method in class adams.data.instance.Instance
Checks whether a report is present.
hasReport() - Method in interface adams.data.report.ReportHandler
Checks whether a report is present.
hasReport() - Method in class adams.data.timeseries.Timeseries
Checks whether a report is present.
hasReport() - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRow
Checks whether a report is present.
hasRestrictions() - Method in class adams.flow.core.ActorHandlerInfo
Returns whether there are further restrictions in regards to classes and/or interfaces.
hasResult(String) - Method in class adams.flow.sink.DisplayPanelManager.HistorySplitPanel
Checks whether the ID is already used in the history panel.
hasResults() - Method in class adams.gui.tools.wekamultiexperimenter.AnalysisPanel
Checks whether there are any results available.
hasRootNodeLabel() - Method in class adams.gui.core.dotnotationtree.DotNotationTree
Checks whether a root node label is in use.
hasRow(int) - Method in class adams.data.spreadsheet.DefaultSpreadSheet
Returns whether the spreadsheet already contains the row with the given index.
hasRow(int) - Method in interface adams.data.spreadsheet.SpreadSheet
Returns whether the spreadsheet already contains the row with the given index.
hasRow(int) - Method in class adams.data.spreadsheet.SpreadSheetView
Returns whether the spreadsheet already contains the row with the given index.
hasRow(int) - Method in class adams.ml.data.DatasetView
Returns whether the spreadsheet already contains the row with the given index.
hasRow(int) - Method in class adams.ml.data.InstancesView
Returns whether the spreadsheet already contains the row with the given index.
hasRow(String) - Method in class adams.data.spreadsheet.DefaultSpreadSheet
Returns whether the spreadsheet already contains the row with the given key.
hasRow(String) - Method in interface adams.data.spreadsheet.SpreadSheet
Returns whether the spreadsheet already contains the row with the given key.
hasRow(String) - Method in class adams.data.spreadsheet.SpreadSheetView
Returns whether the spreadsheet already contains the row with the given key.
hasRow(String) - Method in class adams.ml.data.DatasetView
Returns whether the spreadsheet already contains the row with the given key.
hasRow(String) - Method in class adams.ml.data.InstancesView
Returns whether the spreadsheet already contains the row with the given key.
HasRows - Class in adams.flow.condition.bool
Checks whether the spreadsheet passing through has the required number of rows.
HasRows() - Constructor for class adams.flow.condition.bool.HasRows
 
hasRunEvaluations() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.ResultItem
Returns whether Evaluation objects per run are present.
hasRunInformation() - Method in class adams.gui.tools.wekainvestigator.tab.associatetab.ResultItem
Returns whether run information is present.
hasRunInformation() - Method in class adams.gui.tools.wekainvestigator.tab.attseltab.ResultItem
Returns whether run information is present.
hasRunInformation() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.ResultItem
Returns whether run information is present.
hasRunInformation() - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.ResultItem
Returns whether run information is present.
hasRunInformation() - Method in class adams.gui.tools.wekainvestigator.tab.experimenttab.ResultItem
Returns whether run information is present.
hasRunModels() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.ResultItem
Returns whether Classifier objects per run are present.
hasRunOriginalIndices() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.ResultItem
Returns whether the original indices per run are present.
hasSearch() - Method in class adams.gui.core.AbstractNamedHistoryPanel
Checks whether a search term has been entered by the user.
hasSendToItem(Class[]) - Method in class adams.flow.sink.AbstractGraphicalDisplay
Checks whether something to send is available.
hasSendToItem(Class[]) - Method in class adams.flow.sink.AbstractTextualDisplay
Checks whether something to send is available.
hasSendToItem(Class[]) - Method in class adams.flow.sink.DisplayPanelGrid
Checks whether something to send is available.
hasSendToItem(Class[]) - Method in class adams.flow.sink.DisplayPanelManager
Checks whether something to send is available.
hasSendToItem(Class[]) - Method in class adams.flow.sink.PDFViewer
Checks whether something to send is available.
hasSendToItem(Class[]) - Method in class adams.flow.standalone.AbstractMultiView
Checks whether something to send is available.
hasSendToItem(Class[]) - Method in class adams.flow.standalone.ConsoleWindow
Checks whether something to send is available.
hasSendToItem(Class[]) - Method in class adams.gui.core.ConsolePanel
Checks whether something to send is available.
hasSendToItem(Class[]) - Method in class adams.gui.core.SpreadSheetTable
Checks whether something to send is available.
hasSendToItem(Class[]) - Method in class adams.gui.dialog.SpreadSheetPanel
Checks whether something to send is available.
hasSendToItem(Class[]) - Method in class adams.gui.dialog.TextPanel
Checks whether something to send is available.
hasSendToItem(Class[]) - Method in class adams.gui.flow.FlowEditorPanel
Checks whether something to send is available.
hasSendToItem(Class[]) - Method in class adams.gui.flow.FlowPanel
Checks whether something to send is available.
hasSendToItem(Class[]) - Method in interface adams.gui.sendto.SendToActionSupporter
Checks whether something to send is available.
hasSendToItem(Class[]) - Method in class adams.gui.tools.ConsoleOutputAnalyzerPanel
Checks whether something to send is available.
hasSendToItem(Class[]) - Method in class adams.gui.tools.DatasetCompatibilityPanel
Checks whether something to send is available.
hasSendToItem(Class[]) - Method in class adams.gui.tools.PreviewBrowserPanel
Checks whether something to send is available.
hasSendToItem(Class[]) - Method in class adams.gui.tools.PropertiesViewerPanel
Checks whether something to send is available.
hasSendToItem(Class[]) - Method in class adams.gui.tools.SpreadSheetViewerPanel
Checks whether something to send is available.
hasSendToItem(Class[]) - Method in class adams.gui.tools.SystemInfoPanel
Checks whether something to send is available.
hasSendToItem(Class[]) - Method in class adams.gui.visualization.container.DataContainerPanel
Checks whether something to send is available.
hasSendToItem(Class[]) - Method in class adams.gui.visualization.image.ImageViewerPanel
Checks whether something to send is available.
hasSendToItem(Class[]) - Method in class adams.gui.visualization.instance.InstanceExplorer
Checks whether something to send is available.
hasSendToItem(Class[]) - Method in class adams.gui.visualization.instances.InstancesTable
Checks whether something to send is available.
hasSendToItem(Class[]) - Method in class adams.gui.visualization.pdf.PDFViewerPanel
Checks whether something to send is available.
hasSendToItem(Class[]) - Method in class adams.gui.visualization.spreadsheet.SpreadSheetExplorer
Checks whether something to send is available.
hasSendToItem(Class[]) - Method in class adams.gui.visualization.timeseries.TimeseriesExplorer
Checks whether something to send is available.
hasSendToItem(Class[]) - Method in class weka.gui.explorer.ExplorerExt
Checks whether something to send is available.
hasShapeColor(Polygon) - Method in class adams.gui.visualization.image.ReportObjectOverlay
Checks whether a shape color has been stored for the given object.
HasSize - Class in adams.flow.condition.bool
Checks whether the collection passing through has the required number of elements.
HasSize() - Constructor for class adams.flow.condition.bool.HasSize
 
hasSourceChanged() - Method in class adams.gui.tools.wekainvestigator.data.FileContainer
Returns true if the source has changed.
hasSourceChanged() - Method in interface adams.gui.tools.wekainvestigator.data.MonitoringDataContainer
Returns true if the source has changed.
hasStatus() - Method in class adams.gui.core.BaseStatusBar
Returns whether a status is currently being displayed (left).
hasStatus(boolean) - Method in class adams.gui.core.BaseStatusBar
Returns whether a status is currently being displayed.
hasStopFileEncountered() - Method in class adams.core.io.lister.LocalDirectoryLister
Returns whether the stop file was encountered or not.
hasStopMessage() - Method in class adams.flow.core.AbstractActor
Returns whether a stop message is available (in case the flow was stopped with a message).
hasStopMessage() - Method in interface adams.flow.core.Actor
Returns whether a stop message is available (in case the flow was stopped with a message).
HasStorageValue - Class in adams.flow.condition.bool
Evaluates to true if the specified storage value is present.
HasStorageValue() - Constructor for class adams.flow.condition.bool.HasStorageValue
Default constructor.
HasStorageValue(StorageName) - Constructor for class adams.flow.condition.bool.HasStorageValue
Initializes with the specified storage name.
HasStorageValue(String) - Constructor for class adams.flow.condition.bool.HasStorageValue
Initializes with the specified storage name.
hasSubActors() - Method in class adams.gui.flow.tree.Renderer.ActorIcon
Returns whether the actor has sub-actors.
hasSupplementaryData() - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.ResultItem
Returns whether an Supplementary object is present.
hasSupplementaryName() - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.ResultItem
Returns whether a name for the Supplementary object is present.
hasTag() - Method in class adams.core.base.BaseAnnotation
Returns whether at least one tag is present.
hasTag(Object, String) - Static method in class adams.core.tags.TagProcessorHelper
Checks whether the specified tag is present.
hasTextContent(Node) - Static method in class adams.data.xml.DOMUtils
Returns whether the node has any text content or just other nested nodes.
hasTitle() - Method in class adams.gui.visualization.container.AbstractContainerList
Returns whether a title has been set.
hasTo() - Method in class adams.core.Range.SubRange
Returns whether a "to" is available.
hasToolTipAxis(Axis) - Method in class adams.gui.visualization.core.PlotPanel
Checks whether the specified axis is used in making up the tooltip.
hasToolTipText() - Method in class adams.gui.action.AbstractBaseAction
Checks whether a tip text is available for this action.
hasToolTipText() - Method in interface adams.gui.action.BaseAction
Checks whether a tip text is available for this action.
hasTypeColor(String) - Method in class adams.gui.visualization.image.AbstractObjectOverlayFromReport
Checks whether a color has been stored for the given object type.
hasTypeColor(String) - Method in class adams.gui.visualization.image.AbstractPointOverlayFromReport
Checks whether a color has been stored for the given object type.
hasTypeColor(String) - Method in class adams.gui.visualization.image.AbstractReportBasedOverlayHelper
Checks whether a color has been stored for the given object type.
hasTypeColor(String) - Method in interface adams.gui.visualization.image.TypeColorProvider
Checks whether a color has been stored for the given object type.
hasTypeColor(String) - Method in class adams.gui.visualization.object.overlay.AbstractObjectOverlayFromReport
Checks whether a color has been stored for the given object type.
hasTypeColor(String) - Method in class adams.gui.visualization.object.overlay.AbstractPointOverlayFromReport
Checks whether a color has been stored for the given object type.
hasUID(Class) - Static method in class adams.core.SerializationHelper
checks whether the given class contains a serialVersionUID.
hasUID(String) - Static method in class adams.core.SerializationHelper
checks whether the given class contains a serialVersionUID.
hasUpperBound() - Method in class adams.core.option.AbstractNumericOption
Checks whether a lower bound has been defined for this option.
hasValidPolygon() - Method in class adams.flow.transformer.locateobjects.LocatedObject
Checks whether polygon meta-data is present.
hasValue() - Method in class adams.gui.chooser.AbstractChooserPanel
Checks whether the value of text field is different from the default value, i.e., a proper value.
hasValue() - Method in class adams.gui.core.dom.DOMNode
Checks whether there is any DOM object attached.
hasValue() - Method in class adams.gui.core.json.JsonNode
Checks whether there is any JSON object attached.
hasValue() - Method in class adams.gui.goe.GenericArrayEditorPanel
Checks whether the value of text field is different from the default value, i.e., a proper value.
hasValue() - Method in class adams.gui.goe.WekaGenericArrayEditorPanel
Checks whether the value of text field is different from the default value, i.e., a proper value.
hasValue(int) - Method in class adams.gui.visualization.debug.propertyextractor.AbstractPropertyExtractor
Checks whether the specified property has a value.
hasValue(AbstractField) - Method in class adams.data.report.Report
Returns whether a certain value is available in this report.
hasValue(String) - Method in class adams.data.report.Report
Returns whether a certain value is available in this report.
hasValue(String) - Method in class adams.flow.container.AbstractContainer
Checks whether a given value is non-null.
hasValue(String) - Method in interface adams.flow.container.Container
Checks whether a given value is non-null.
hasValues(AbstractField[]) - Method in class adams.data.report.Report
Checks whether all the fields are available.
hasValues(String[]) - Method in class adams.data.report.Report
Checks whether all the fields are available.
hasValueTipText() - Method in class adams.flow.transformer.AddDOMNode
Returns the tip text for this property.
hasVariable(OptionHandler, String) - Static method in class adams.core.QuickInfoHelper
Checks whether a variable is attached to the optionhandler's property.
HasVariable - Class in adams.flow.condition.bool
Evaluates to true if the specified variable is set.
HasVariable() - Constructor for class adams.flow.condition.bool.HasVariable
Default constructor.
HasVariable(VariableName) - Constructor for class adams.flow.condition.bool.HasVariable
Initializes with the specified variable name.
HasVariable(String) - Constructor for class adams.flow.condition.bool.HasVariable
Initializes with the specified variable name.
hasVariableChangeListener(VariableChangeListener) - Method in class adams.core.Variables
Checks whether the listener is in the internal list.
hasVariableForProperty(String) - Method in class adams.core.option.OptionManager
Returns whether there is a variable attached to the property.
HasVariableValue - Class in adams.flow.condition.bool
Evaluates to true if the specified variable is present and its value is the same as the specified one.
HasVariableValue() - Constructor for class adams.flow.condition.bool.HasVariableValue
 
hasWarning() - Method in class adams.data.Notes
Checks whether at least one warning is among the notes.
hasWarnings() - Method in class adams.core.option.AbstractOptionConsumer
Checks whether warnings were encountered while consuming the options.
hasWarnings() - Method in interface adams.core.option.OptionConsumer
Checks whether warnings were encountered while consuming the options.
hasWarnings() - Method in class adams.flow.transformer.imagepreparation.AbstractImagePreparation
Checks whether there are any warnings recorded;
hasWarnings() - Method in class adams.flow.transformer.locateobjects.AbstractObjectLocator
Checks whether there are any warnings recorded;
hasWatch(String, ExpressionWatchPanel.ExpressionType) - Method in class adams.flow.execution.debug.ControlPanel
Checks whether the expression is already present.
HAVING - Static variable in interface adams.parser.spreadsheetquery.sym
 
Head - Class in adams.doc.xhtml
The HEAD tag.
Head() - Constructor for class adams.doc.xhtml.Head
Initializes the tag.
HEADER - adams.data.compare.DataContainer.ComparisonType
 
HEADER - adams.flow.transformer.ConvertFeatures.OutputType
 
HEADER - adams.flow.transformer.WekaEvaluationInfo.InfoType
 
HEADER - adams.flow.transformer.WekaFileReader.OutputType
only the header.
HEADER - adams.flow.transformer.WekaInstancesInfo.InfoType
the header (as string).
HEADER_AND_DATA - adams.flow.transformer.SpreadSheetReplaceCellValue.Scope
all.
HEADER_KEY - Static variable in class adams.data.io.input.PropertiesSpreadSheetReader
the header for the key column.
HEADER_ONLY - adams.flow.transformer.SpreadSheetReplaceCellValue.Scope
only header.
HEADER_VALUE - Static variable in class adams.data.io.input.PropertiesSpreadSheetReader
the header for the value column.
HeaderDefinition - Class in adams.data.featureconverter
Container for storing header information.
HeaderDefinition() - Constructor for class adams.data.featureconverter.HeaderDefinition
Initializes the header with default dataset name HeaderDefinition.DEFAULT_DATASET_NAME and empty set of features.
HeaderDefinition(String) - Constructor for class adams.data.featureconverter.HeaderDefinition
Initializes the header with the given dataset name and empty set of features.
HeaderDefinition(String, List<String>, List<DataType>) - Constructor for class adams.data.featureconverter.HeaderDefinition
Initializes the header.
HeaderRow - Class in adams.data.spreadsheet
Represents a header row.
HeaderRow(SpreadSheet) - Constructor for class adams.data.spreadsheet.HeaderRow
default constructor.
headersTipText() - Method in class adams.flow.source.HttpRequest
Returns the tip text for this property.
headersTipText() - Method in class adams.flow.transformer.HttpRequest
Returns the tip text for this property.
headerTemplateTipText() - Method in class adams.data.featureconverter.FixedNumFeatures
Returns the tip text for this property.
headerTemplateTipText() - Method in class adams.data.timeseries.FixedNumFeatures
Returns the tip text for this property.
headerTipText() - Method in class adams.data.conversion.MatchWekaInstanceAgainstFileHeader
Returns the tip text for this property.
headerTipText() - Method in class adams.data.conversion.MatchWekaInstanceAgainstStorageHeader
Returns the tip text for this property.
headerTipText() - Method in class adams.data.conversion.SpreadSheetAddFormulaColumn
Returns the tip text for this property.
headerTipText() - Method in class adams.data.conversion.SpreadSheetAddRowID
Returns the tip text for this property.
headerTipText() - Method in class adams.data.conversion.SpreadSheetAddSumColumn
Returns the tip text for this property.
headerTipText() - Method in class adams.flow.transformer.SpreadSheetInsertColumn
Returns the tip text for this property.
headerTipText() - Method in class adams.flow.transformer.SpreadSheetInsertRowScore
Returns the tip text for this property.
headerTipText() - Method in class adams.flow.transformer.SpreadSheetRowBinning
Returns the tip text for this property.
Heading - Class in adams.doc.xhtml
Represents the H{x} tag.
Heading(int) - Constructor for class adams.doc.xhtml.Heading
Initializes the heading tag.
Heading(int, String) - Constructor for class adams.doc.xhtml.Heading
Initializes the heading tag.
headlessInteraction() - Method in class adams.flow.source.valuedefinition.AbstractArrayValueDefinition
Prompts the user to enter a value in headless mode and returns it.
headlessInteraction() - Method in class adams.flow.source.valuedefinition.AbstractGOEValueDefinition
Prompts the user to enter a value in headless mode and returns it.
headlessInteraction() - Method in class adams.flow.source.valuedefinition.AbstractValueDefinition
Prompts the user to enter a value in headless mode and returns it.
headlessInteraction() - Method in class adams.flow.source.valuedefinition.DefaultValueDefinition
Prompts the user to enter a value in headless mode and returns it.
headlessInteraction() - Method in class adams.flow.source.valuedefinition.DirectoryValueDefinition
Prompts the user to enter a value in headless mode and returns it.
headlessInteraction() - Method in class adams.flow.source.valuedefinition.EnumValueDefinition
Prompts the user to enter a value in headless mode and returns it.
headlessInteraction() - Method in class adams.flow.source.valuedefinition.FileValueDefinition
Prompts the user to enter a value in headless mode and returns it.
headlessInteraction() - Method in class adams.flow.source.valuedefinition.ListSelectionValueDefinition
Prompts the user to enter a value in headless mode and returns it.
headlessInteraction() - Method in class adams.flow.source.valuedefinition.RegExpConstrainedStringDefinition
Prompts the user to enter a value in headless mode and returns it.
HeadlessMode - Static variable in class adams.gui.core.GUIHelper
whether we are running in headless mode.
headlessModeTipText() - Method in class adams.flow.standalone.ExternalFlow
Returns the tip text for this property.
headlessTipText() - Method in class adams.flow.FlowRunner
Returns the tip text for this property.
headlessTipText() - Method in class adams.flow.setup.FlowSetup
Returns the tip text for this property.
Headline - Class in adams.flow.transformer.pdfproclet
Adds a simple headline, but no file content.
Headline() - Constructor for class adams.flow.transformer.pdfproclet.Headline
 
headlineTipText() - Method in class adams.flow.transformer.pdfproclet.Headline
Returns the tip text for this property.
headlineTipText() - Method in class adams.flow.transformer.pdfproclet.MetaHeadline
Returns the tip text for this property.
HEAP_COMMITTED - adams.flow.standalone.MemoryMonitor.MemoryType
 
HEAP_USED - adams.flow.standalone.MemoryMonitor.MemoryType
 
HeapDump - Class in adams.core.management
Helper class for generating heap dumps.
HeapDump - Class in adams.flow.control
Generates a heapdump and saves it to the specified file (with .hprof extension) whenever a token passes through.
HeapDump - Class in adams.gui.menu
Generates a heapdump.
HeapDump() - Constructor for class adams.core.management.HeapDump
 
HeapDump() - Constructor for class adams.flow.control.HeapDump
 
HeapDump() - Constructor for class adams.gui.menu.HeapDump
Initializes the menu item with no owner.
HeapDump(AbstractApplicationFrame) - Constructor for class adams.gui.menu.HeapDump
Initializes the menu item.
HeatmapCellRenderingCustomizer - Class in adams.gui.core.spreadsheettable
Determines the min/max of numeric values in the table and colors the background using the specified generator.
HeatmapCellRenderingCustomizer() - Constructor for class adams.gui.core.spreadsheettable.HeatmapCellRenderingCustomizer
 
HEBREW - adams.flow.core.TesseractLanguage
 
HEIGHT - adams.data.objectfilter.MakeSquare.SideType
 
HEIGHT - adams.data.objectfinder.Size.CheckType
 
HEIGHT - adams.flow.transformer.ImageInfo.InfoType
the height of the image.
HEIGHT - adams.flow.transformer.ImageObjectInfo.InfoType
 
HEIGHT - adams.flow.transformer.PDFInfo.InfoType
the height.
heightPlotTipText() - Method in class adams.flow.sink.BoxPlot
Tip text to display for the option
heightTipText() - Method in class adams.data.barcode.encode.AbstractBarcodeEncoder
Returns the tip text for this property.
heightTipText() - Method in class adams.data.image.features.PixelClassifications
Returns the tip text for this property.
heightTipText() - Method in class adams.data.image.transformer.crop.RelativeCrop
Returns the tip text for this property.
heightTipText() - Method in class adams.data.image.transformer.crop.SimpleCrop
Returns the tip text for this property.
heightTipText() - Method in class adams.data.image.transformer.Resize
Returns the tip text for this property.
heightTipText() - Method in class adams.data.io.input.ImageClassificationGridSpreadSheetReader
Returns the tip text for this property.
heightTipText() - Method in class adams.data.io.input.ObjectLocationsSpreadSheetReader
Returns the tip text for this property.
heightTipText() - Method in class adams.data.io.input.YoloAnnotationsReportReader
Returns the tip text for this property.
heightTipText() - Method in class adams.data.io.output.ObjectLocationsSpreadSheetWriter
Returns the tip text for this property.
heightTipText() - Method in class adams.data.io.output.YoloAnnotationsReportWriter
Returns the tip text for this property.
heightTipText() - Method in class adams.data.jai.transformer.Resize
Returns the tip text for this property.
heightTipText() - Method in class adams.data.objectfilter.ClipBoundingBoxes
Returns the tip text for this property.
heightTipText() - Method in class adams.data.objectfinder.ObjectsInRegion
Returns the tip text for this property.
heightTipText() - Method in class adams.data.opencv.transformer.Resize
Returns the tip text for this property.
heightTipText() - Method in class adams.flow.core.AbstractDisplay
Returns the tip text for this property.
heightTipText() - Method in class adams.flow.execution.Debug
Returns the tip text for this property.
heightTipText() - Method in class adams.flow.sink.AbstractGraphicsGenerator
Returns the tip text for this property.
heightTipText() - Method in class adams.flow.sink.JFreeChartFileWriter
Returns the tip text for this property.
heightTipText() - Method in class adams.flow.sink.logview.AbstractLogEntryDialog
Returns the tip text for this property.
heightTipText() - Method in class adams.flow.source.NewImage
Returns the tip text for this property.
heightTipText() - Method in class adams.flow.transformer.AbstractInteractiveTransformerDialog
Returns the tip text for this property.
heightTipText() - Method in class adams.flow.transformer.CountObjectsInRegion
Returns the tip text for this property.
heightTipText() - Method in class adams.flow.transformer.draw.Oval
Returns the tip text for this property.
heightTipText() - Method in class adams.flow.transformer.draw.Rectangle
Returns the tip text for this property.
heightTipText() - Method in class adams.flow.transformer.pdfproclet.Rectangle
Returns the tip text for this property.
heightTipText() - Method in class adams.gui.tools.spreadsheetviewer.chart.AbstractChartGenerator
Returns the tip text for this property.
heightTipText() - Method in class adams.gui.visualization.image.leftclick.FixedBoundingBox
Returns the tip text for this property.
help() - Method in class adams.gui.scripting.AbstractScriptingDialog
Displays a help dialog.
help(TreePath) - Method in class adams.gui.flow.tree.menu.Help
Displays the help for the selected actor.
Help - Class in adams.gui.flow.tree.menu
For showing the help dialog for an actor.
Help() - Constructor for class adams.gui.flow.tree.menu.Help
 
HelpActors - Class in adams.gui.flow.menu
Shows help on actors.
HelpActors() - Constructor for class adams.gui.flow.menu.HelpActors
 
HelpBooleanExpression - Class in adams.gui.flow.menu
Shows help on boolean expressions.
HelpBooleanExpression() - Constructor for class adams.gui.flow.menu.HelpBooleanExpression
 
HelpClasses - Class in adams.gui.flow.menu
Shows help on classes.
HelpClasses() - Constructor for class adams.gui.flow.menu.HelpClasses
 
HelpContainer - Class in adams.gui.help
Container for storing the help.
HelpContainer(String, boolean) - Constructor for class adams.gui.help.HelpContainer
Initializes the container.
HelpFormat - Enum in adams.core.option.help
The type of help to generate.
HelpFormulas - Class in adams.gui.tools.spreadsheetviewer.menu
Opens the help for formulas.
HelpFormulas() - Constructor for class adams.gui.tools.spreadsheetviewer.menu.HelpFormulas
 
HelpFrame - Class in adams.gui.help
For displaying help as plain text or html.
HelpFrame() - Constructor for class adams.gui.help.HelpFrame
Initializes the frame.
HelpFrame.HelpHyperlinkListener - Class in adams.gui.help
Default handler for hyperlinks.
HelpHistoryPanel - Class in adams.gui.help
A history panel that keeps track of named help containers.
HelpHistoryPanel() - Constructor for class adams.gui.help.HelpHistoryPanel
 
HelpHistoryPanel.SingleHelpFrame - Class in adams.gui.help
A specialized frame class for displaying a StringBuilder in a BaseTextArea.
HelpHyperlinkListener() - Constructor for class adams.gui.help.HelpFrame.HelpHyperlinkListener
 
HelpMathematicalExpression - Class in adams.gui.flow.menu
Shows help on mathematical expressions.
HelpMathematicalExpression() - Constructor for class adams.gui.flow.menu.HelpMathematicalExpression
 
HelpProvider - Interface in adams.core
Interface for classes that provide some kind of help.
HelpQuery - Class in adams.gui.tools.spreadsheetviewer.menu
Opens the help for queries.
HelpQuery() - Constructor for class adams.gui.tools.spreadsheetviewer.menu.HelpQuery
 
helpRequested(String[]) - Static method in class adams.core.option.OptionUtils
Checks whether help was requested (either -h or -help).
helpRequested(List<String>) - Static method in class adams.core.option.OptionUtils
Checks whether help was requested (either -h or -help).
HelpStringExpression - Class in adams.gui.flow.menu
Shows help on string expressions.
HelpStringExpression() - Constructor for class adams.gui.flow.menu.HelpStringExpression
 
helpTipText() - Method in class adams.flow.source.valuedefinition.AbstractValueDefinition
Returns the tip text for this property.
HelpVariables - Class in adams.gui.flow.menu
Shows help on variables.
HelpVariables() - Constructor for class adams.gui.flow.menu.HelpVariables
 
HELVETICA - Static variable in class adams.core.io.PdfFont
the string for Helvetica.
HERE - adams.gui.core.DragAndDropTree.DropMenu
here at this position.
HERE - adams.gui.core.DragAndDropTree.DropPosition
here at this position.
HERE - adams.gui.flow.tree.TreeOperations.InsertPosition
here at this position.
Hermione - Class in adams.gui.menu
For optimizing datasets (parameter selection) using genetic algorithm.
Hermione - Class in adams.opt.genetic
Hermione.
Hermione() - Constructor for class adams.gui.menu.Hermione
Initializes the menu item with no owner.
Hermione() - Constructor for class adams.opt.genetic.Hermione
 
Hermione(AbstractApplicationFrame) - Constructor for class adams.gui.menu.Hermione
Initializes the menu item.
Hermione.HermioneJob - Class in adams.opt.genetic
A job class specific to Hermione.
HermioneJob(Hermione, int, int[], Instances, Instances) - Constructor for class adams.opt.genetic.Hermione.HermioneJob
Initializes the job.
HEX - adams.gui.core.ColorHelper.ColorNotation
hex.
HEX_DIGIT - Static variable in class adams.core.Utils
hexadecimal digits.
HexaDecimalHandler - Class in adams.gui.tools.previewbrowser
Displays any file in hexadecimal notation

HexaDecimalHandler() - Constructor for class adams.gui.tools.previewbrowser.HexaDecimalHandler
 
HexReplace - Class in adams.flow.transformer
Allows to find and replace characters in hex notation.
HexReplace() - Constructor for class adams.flow.transformer.HexReplace
 
HexToByte - Class in adams.data.conversion
Turns a hexadecimal string into a Byte.
HexToByte() - Constructor for class adams.data.conversion.HexToByte
 
HexToColor - Class in adams.data.conversion
Turns a hexa-decimal representation of a color, e.g., '#ffffff' into a color object again.
HexToColor() - Constructor for class adams.data.conversion.HexToColor
 
HexToInt - Class in adams.data.conversion
Turns a hexadecimal string into an Integer.
HexToInt() - Constructor for class adams.data.conversion.HexToInt
 
hiClassifierTipText() - Method in class weka.classifiers.meta.HighLowSplit
 
HIDDEN - adams.gui.core.ToolBarPanel.ToolBarLocation
hides the toolbar.
HIDDEN - adams.gui.visualization.core.axis.Visibility
hidden; which is invisible, but in use.
HIDDEN - adams.gui.visualization.image.LocatedObjectsTableModel.MetaDataDisplay
 
hide(DataContainerPanelWithContainerList<Instance, InstanceContainerManager, InstanceContainer>, List<InstanceContainer>) - Method in class adams.gui.visualization.instance.plotpopup.Viewport
Allows the user to hide the instances.
hide(DataContainerPanelWithContainerList<SpreadSheetRow, SpreadSheetRowContainerManager, SpreadSheetRowContainer>, List<SpreadSheetRowContainer>) - Method in class adams.gui.visualization.spreadsheet.plotpopup.Viewport
Allows the user to hide the rows.
HIDE - adams.gui.event.TabVisibilityChangeEvent.Type
hide event.
HideAll<T extends DataContainer,​M extends AbstractContainerManager,​C extends AbstractContainer> - Class in adams.gui.visualization.container.datacontainerpanel.containerlistpopup
For hiding all containers.
HideAll() - Constructor for class adams.gui.visualization.container.datacontainerpanel.containerlistpopup.HideAll
 
hideAllLayers() - Method in class adams.gui.visualization.segmentation.layer.LayerManager
Hides all layers (excl image/background).
hideButtons(Container) - Method in class weka.gui.explorer.ExplorerExt
Hides the buttons of the preprocess panel.
hideFrame() - Method in class adams.flow.sink.AbstractGraphicsGenerator
Hides the frame.
hideOthers(DataContainerPanelWithContainerList<Instance, InstanceContainerManager, InstanceContainer>, List<InstanceContainer>) - Method in class adams.gui.visualization.instance.plotpopup.Viewport
Allows the user to hide all other instances.
hideOthers(DataContainerPanelWithContainerList<SpreadSheetRow, SpreadSheetRowContainerManager, SpreadSheetRowContainer>, List<SpreadSheetRowContainer>) - Method in class adams.gui.visualization.spreadsheet.plotpopup.Viewport
Allows the user to hide all other rows.
hideTab(int) - Method in class adams.gui.core.BaseTabbedPaneWithTabHiding
Hides the tab at the specified position.
hideTab(Component) - Method in class adams.gui.core.BaseTabbedPaneWithTabHiding
Hides the tab containing the specified component.
hideTab(String) - Method in class adams.gui.core.BaseTabbedPaneWithTabHiding
Hides the tab with the specified tab title.
HierarchicalStringNode(String, String) - Constructor for class adams.flow.sink.StringTree.HierarchicalStringNode
Initializes the node with the specified label.
HierarchicalStringTree(String) - Constructor for class adams.flow.sink.StringTree.HierarchicalStringTree
Initializes the tree.
HIGHEST - Static variable in enum adams.core.option.UserMode
 
highlightActor() - Method in class adams.flow.execution.debug.ControlPanel
Highlights the actor.
highlightLinesAfter(String, int) - Method in class adams.gui.scripting.SyntaxDocument
Highlight lines to start or end delimiter.
HighlightLocations - Class in adams.gui.visualization.image
Overlay for highlighting points on an image.
HighlightLocations() - Constructor for class adams.gui.visualization.image.HighlightLocations
 
highlightTipText() - Method in class adams.gui.core.spreadsheettable.ConfusionMatrixCellRenderingCustomizer
Returns the tip text for this property.
highlightTipText() - Method in class adams.gui.core.spreadsheettable.NumericRangeCellRenderingCustomizer
Returns the tip text for this property.
HighLowSplit - Class in weka.classifiers.meta
Uses base classifier to get guess, then get prediction from either lo/hi classifier

Valid options are:

HighLowSplit() - Constructor for class weka.classifiers.meta.HighLowSplit
 
HighLowSplitSingleClassifier - Class in weka.classifiers.meta
Uses base classifier to get guess, then get prediction from either lo/hi classifier

Valid options are:

HighLowSplitSingleClassifier() - Constructor for class weka.classifiers.meta.HighLowSplitSingleClassifier
 
highThresholdTipText() - Method in class adams.data.boofcv.transformer.CannyEdgeDetection
Returns the tip text for this property.
hiLopointTipText() - Method in class weka.classifiers.meta.HighLowSplit
 
HINDI - adams.flow.core.TesseractLanguage
 
HINGE_LOSS_FOR_BINARY_CLASSIFICATION - weka.classifiers.trees.XGBoost.Objective
 
HINT_INDICATOR - Static variable in class adams.gui.goe.VariableSupport
the indicator to be displayed in a JLabel's tiptext when the option has a variable.
HIST - weka.classifiers.trees.XGBoost.TreeMethod
 
HistCalc() - Constructor for class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeVisualizationPanel.HistCalc
 
histogram(BufferedImage, boolean) - Static method in class adams.data.image.BufferedImageHelper
Generates a histogram for each of the R, G and B channels.
Histogram - Class in adams.data.boofcv.features
Generates a histogram from the image.
Histogram - Class in adams.data.image.features
Turns an image into a histogram.
In case of an 8-bit histogram, the image must already be converted to a gray image.
The number of bins per channel can be chosen as well (1-256).
Histogram - Class in adams.data.jai.features
Turns an image into a histogram.
In case of an 8-bit histogram, the image must already be converted to a gray image.
The number of bins per channel can be chosen as well (1-256).
Histogram - Class in adams.data.opencv.features
Computes a histogram from the incoming image.
Histogram - Class in adams.flow.sink
Generates a histogram based on the incoming data.
Histogram - Class in adams.gui.core.spreadsheettable
Allows to generate a histogram from a column or row.
Histogram - Class in adams.gui.tools.spreadsheetviewer.chart
Generates histograms by plotting the X column against the Y column.
Histogram - Class in adams.gui.visualization.image.plugins
Displays the histogram(s) for an image.
Histogram - Class in adams.gui.visualization.instance.plotpopup
Generates histograms from the visible containers.
Histogram - Class in adams.gui.visualization.instances.instancestable
Allows to generate a histogram from a column or row.
Histogram - Class in adams.gui.visualization.spreadsheet.plotpopup
Generates histograms from the visible containers.
Histogram - Class in adams.gui.visualization.stats.histogram
Class that displays a histogram displaying the data provided.
Histogram() - Constructor for class adams.data.boofcv.features.Histogram
 
Histogram() - Constructor for class adams.data.image.features.Histogram
 
Histogram() - Constructor for class adams.data.jai.features.Histogram
 
Histogram() - Constructor for class adams.data.opencv.features.Histogram
 
Histogram() - Constructor for class adams.flow.sink.Histogram
 
Histogram() - Constructor for class adams.gui.core.spreadsheettable.Histogram
 
Histogram() - Constructor for class adams.gui.tools.spreadsheetviewer.chart.Histogram
 
Histogram() - Constructor for class adams.gui.visualization.image.plugins.Histogram
 
Histogram() - Constructor for class adams.gui.visualization.instance.plotpopup.Histogram
 
Histogram() - Constructor for class adams.gui.visualization.instances.instancestable.Histogram
 
Histogram() - Constructor for class adams.gui.visualization.spreadsheet.plotpopup.Histogram
 
Histogram() - Constructor for class adams.gui.visualization.stats.histogram.Histogram
 
Histogram.HistogramType - Enum in adams.data.image.features
The type of histogram to generate.
Histogram.HistogramType - Enum in adams.data.jai.features
The type of histogram to generate.
Histogram.Selection - Enum in adams.gui.tools.spreadsheetviewer.chart
Determines how the data is selected for the histogram.
HistogramFactory - Class in adams.gui.visualization.instance
A factory for histogram related objects.
HistogramFactory - Class in adams.gui.visualization.spreadsheet
A factory for histogram related objects.
HistogramFactory - Class in adams.gui.visualization.statistics
A factory for histogram related objects.
HistogramFactory() - Constructor for class adams.gui.visualization.instance.HistogramFactory
 
HistogramFactory() - Constructor for class adams.gui.visualization.spreadsheet.HistogramFactory
 
HistogramFactory() - Constructor for class adams.gui.visualization.statistics.HistogramFactory
 
HistogramFactory.Dialog - Class in adams.gui.visualization.instance
Dialog for displaying histograms generated from instances.
HistogramFactory.Dialog - Class in adams.gui.visualization.spreadsheet
Dialog for displaying histograms generated from rows.
HistogramFactory.Dialog - Class in adams.gui.visualization.statistics
Dialog for displaying histograms.
HistogramFactory.Panel - Class in adams.gui.visualization.instance
A panel for displaying a histogram based on the GC data of a instance.
HistogramFactory.Panel - Class in adams.gui.visualization.spreadsheet
A panel for displaying a histogram based on the data of a row.
HistogramFactory.Panel - Class in adams.gui.visualization.statistics
A panel for displaying a histogram based on the GC data of a chromatogram.
HistogramFactory.SetupDialog - Class in adams.gui.visualization.instance
A dialog that queries the user about parameters for displaying histograms.
HistogramFactory.SetupDialog - Class in adams.gui.visualization.spreadsheet
A dialog that queries the user about parameters for displaying histograms.
HistogramFactory.SetupDialog - Class in adams.gui.visualization.statistics
A dialog that queries the user about parameters for displaying histograms.
HistogramOptions - Class in adams.gui.visualization.stats.histogram
Class containing options for the histogram plot

Valid options are:

HistogramOptions() - Constructor for class adams.gui.visualization.stats.histogram.HistogramOptions
 
HistogramOptions.BoxType - Enum in adams.gui.visualization.stats.histogram
Enum for bincalculation type without some of the options
histogramOptionsTipText() - Method in class adams.flow.sink.FourInOneDisplay
Tip text for the histogram options property
histogramOptionsTipText() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.FourInOnePlot
Tip text for the histogram options property.
HistogramPaintlet - Class in adams.gui.visualization.stats.paintlet
Paints the histogram

Valid options are:

HistogramPaintlet() - Constructor for class adams.gui.visualization.stats.paintlet.HistogramPaintlet
 
HistogramPanel - Class in adams.gui.visualization.image
Generates and displays histogram(s) from an image.
HistogramPanel - Class in adams.gui.visualization.stats.histogram
Panel for displaying the histogram data.
HistogramPanel() - Constructor for class adams.gui.visualization.image.HistogramPanel
 
HistogramPanel() - Constructor for class adams.gui.visualization.stats.histogram.HistogramPanel
 
histogramTipText() - Method in class adams.data.filter.AbstractHistogram
Returns the tip text for this property.
histogramTipText() - Method in class adams.gui.tools.spreadsheetviewer.chart.Histogram
Returns the tip text for this property.
histogramTypeTipText() - Method in class adams.data.image.features.Histogram
Returns the tip text for this property.
histogramTypeTipText() - Method in class adams.data.jai.features.Histogram
Returns the tip text for this property.
History - Class in adams.gui.goe.popupmenu
Adds history support.
History() - Constructor for class adams.gui.goe.popupmenu.History
 
HISTORY - adams.gui.tools.wekainvestigator.tab.AbstractInvestigatorTab.SerializationOption
 
HistoryDisplay - Class in adams.flow.sink
Actor that outputs any object that arrives at its input port via the 'toString()' method in a separate 'history' entry.
HistoryDisplay() - Constructor for class adams.flow.sink.HistoryDisplay
 
HistoryDisplay.HistorySplitPanel - Class in adams.flow.sink
Represents a panel with a history on the left and the displayed text on the right.
historyEntrySelected(AbstractNamedHistoryPanel.HistoryEntrySelectionEvent) - Method in interface adams.gui.core.AbstractNamedHistoryPanel.HistoryEntrySelectionListener
Gets called whenever a history entry gets selected.
historyEntrySelected(AbstractNamedHistoryPanel.HistoryEntrySelectionEvent) - Method in class adams.gui.workspace.AbstractWorkspaceManagerPanel
Gets called whenever a history entry gets selected.
historyEntrySelected(AbstractNamedHistoryPanel.HistoryEntrySelectionEvent) - Method in class weka.gui.explorer.MultiExplorer
Gets called whenever a history entry gets selected.
HistoryEntrySelectionEvent(AbstractNamedHistoryPanel, String[]) - Constructor for class adams.gui.core.AbstractNamedHistoryPanel.HistoryEntrySelectionEvent
Initializes the even.
HistoryPanel(AssociateTab) - Constructor for class adams.gui.tools.wekainvestigator.tab.AssociateTab.HistoryPanel
Initializes the history.
HistoryPanel(AttributeSelectionTab) - Constructor for class adams.gui.tools.wekainvestigator.tab.AttributeSelectionTab.HistoryPanel
Initializes the history.
HistoryPanel(ClassifyTab) - Constructor for class adams.gui.tools.wekainvestigator.tab.ClassifyTab.HistoryPanel
Initializes the history.
HistoryPanel(ClusterTab) - Constructor for class adams.gui.tools.wekainvestigator.tab.ClusterTab.HistoryPanel
Initializes the history.
HistoryPanel(ExperimentTab) - Constructor for class adams.gui.tools.wekainvestigator.tab.ExperimentTab.HistoryPanel
Initializes the history.
HistoryPanel(DefaultAnalysisPanel) - Constructor for class adams.gui.tools.wekamultiexperimenter.analysis.DefaultAnalysisPanel.HistoryPanel
Initializes the history.
historySelected(HistorySelectionEvent) - Method in interface adams.gui.event.HistorySelectionListener
Gets called when a history item gets selected.
HistorySelectionEvent - Class in adams.gui.event
Event that gets sent when a history item gets selected.
HistorySelectionEvent(Object, Object) - Constructor for class adams.gui.event.HistorySelectionEvent
Initializes the event.
HistorySelectionListener - Interface in adams.gui.event
Interface for classes that listen to selections of history items.
HistorySplitPanel(DisplayPanelManager) - Constructor for class adams.flow.sink.DisplayPanelManager.HistorySplitPanel
Initializes the split pane.
HistorySplitPanel(HistoryDisplay) - Constructor for class adams.flow.sink.HistoryDisplay.HistorySplitPanel
Initializes the split pane.
hit(Rectangle, Shape, boolean) - Method in class adams.gui.print.PostscriptGraphics
 
HitDetector<H,​P> - Interface in adams.gui.visualization.core.plot
Interface for classes that detect hits in a plot.
HitDetectorSupporter<T extends HitDetector> - Interface in adams.gui.visualization.core.plot
Interface for classes that use hit detectors.
hitDetectorTipText() - Method in class adams.flow.sink.sequenceplotter.ToggleOutlier
Returns the tip text for this property.
hitDetectorTipText() - Method in class adams.flow.sink.sequenceplotter.ViewDataClickAction
Returns the tip text for this property.
hitDetectorTipText() - Method in class adams.gui.visualization.stats.scatterplot.action.ViewDataClickAction
Returns the tip text for this property.
Hits - Class in adams.gui.visualization.sequence.plotpopup
Allows operations on the "hits", ie the spectra currently under the mouse cursor.
Hits() - Constructor for class adams.gui.visualization.sequence.plotpopup.Hits
 
HOLDOUT_PERCENTAGE - Static variable in class weka.classifiers.meta.ClassifierCascade
 
holdOutPercentageTipText() - Method in class weka.classifiers.meta.ClassifierCascade
Returns the tip text for this property.
HOME - Static variable in class adams.core.Placeholders
the placeholder for the home directory.
Homepage - Class in adams.gui.menu
Opens the project homepage.
Homepage() - Constructor for class adams.gui.menu.Homepage
Initializes the menu item.
Homepage(AbstractApplicationFrame) - Constructor for class adams.gui.menu.Homepage
Initializes the menu item.
HomeRelocator - Interface in adams.env
Interface for classes that can "relocate" the project's home directory.
homeTipText() - Method in class adams.flow.FlowRunner
Returns the tip text for this property.
homeTipText() - Method in class adams.flow.FlowSetupRunner
Returns the tip text for this property.
homeTipText() - Method in class adams.gui.core.AbstractFrameWithOptionHandling
Returns the tip text for this property.
hooksTipText() - Method in class adams.core.shutdown.MultiHook
Returns the tip text for this property.
HORIZONTAL - adams.data.FlipDirection
 
HORIZONTAL - adams.flow.sink.ArrayDisplay.Arrangement
 
HORIZONTAL - adams.gui.core.SearchPanel.LayoutType
horizontal.
HORIZONTAL - adams.gui.tools.ImageProcessorSubPanel.LayoutType
 
HORIZONTAL - adams.gui.visualization.core.axis.Direction
horizontal.
HORIZONTAL - adams.gui.visualization.jfreechart.chart.Orientation
 
HORIZONTAL - Static variable in class adams.gui.core.FilterPanel
for horizontal layout (label textfield button).
horizontalAlignmentTipText() - Method in class adams.flow.transformer.pdfproclet.AbstractSpreadSheetPdfProclet
Returns the tip text for this property.
HorizontalIndicator - Class in adams.gui.visualization.sequence
Paints a horizontal indicator (ie a line).
HorizontalIndicator() - Constructor for class adams.gui.visualization.sequence.HorizontalIndicator
 
HorizontalIndicatorPaintlet - Class in adams.gui.visualization.core
Paintlet for painting a horizontal indicator line.
HorizontalIndicatorPaintlet() - Constructor for class adams.gui.visualization.core.HorizontalIndicatorPaintlet
 
HOSTNAME_VERIFIER - Static variable in class adams.core.net.SSLHelper
The hostname verifier.
HostnameUpdateSupporter - Interface in adams.core.base
Interface for classes that support updates of their hostname/port.
hostnameValue() - Method in class adams.core.base.BaseHostname
Returns the hostname part without the port.
hostTipText() - Method in class adams.db.LogEntryConditions
Returns the tip text for this property.
hostTipText() - Method in class adams.flow.source.filesystemsearch.AbstractSmbDirectoryListerBasedSearchlet
Returns the tip text for this property.
hostTipText() - Method in class adams.flow.standalone.FTPConnection
Returns the tip text for this property.
hostTipText() - Method in class adams.flow.standalone.SSHConnection
Returns the tip text for this property.
hostTipText() - Method in class adams.flow.transformer.SMBGet
Returns the tip text for this property.
hostTipText() - Method in class adams.flow.transformer.SMBSend
Returns the tip text for this property.
hostTipText() - Method in class adams.gui.chooser.FtpRemoteDirectorySetup
Returns the tip text for this property.
hostTipText() - Method in class adams.gui.chooser.SftpRemoteDirectorySetup
Returns the tip text for this property.
hostTipText() - Method in class adams.gui.chooser.SmbRemoteDirectorySetup
Returns the tip text for this property.
hostTipText() - Method in class adams.multiprocess.ScpJobRunner.RemoteJobRunner
Returns the tip text for this property.
hostTipText() - Method in class adams.scripting.connection.AbstractSSHConnection
Returns the tip text for this property.
hostTipText() - Method in class adams.scripting.connection.DefaultConnection
Returns the tip text for this property.
hostTipText() - Method in class adams.scripting.connection.FTPConnection
Returns the tip text for this property.
HOUR - adams.data.conversion.ExtractDateTimeField.DateTimeField
hour.
HOUR - Static variable in interface adams.parser.booleanexpression.sym
 
HOUR - Static variable in interface adams.parser.mathematicalexpression.sym
 
HOUR - Static variable in interface adams.parser.spreadsheetformula.sym
 
HOUR - Static variable in interface adams.parser.stringexpression.sym
 
HOURLY - adams.data.timeseries.PeriodicityType
 
HOURS - adams.core.MicroSecondFormat.Unit
 
HOURS - adams.core.SecondFormat.Unit
 
HOURS_PER_DAY - Static variable in class adams.core.DateUtils
 
HOWPUBLISHED - adams.core.TechnicalInformation.Field
How something strange has been published.
HSB_SEPARATE - adams.data.image.features.Pixels.PixelType
HSB values separate.
HSV - adams.data.image.features.Histogram.HistogramType
 
HSVChannel - Enum in adams.data.image
The available channels in HSV.
Html - Class in adams.doc.xhtml
The outer HTML tag
Html() - Constructor for class adams.doc.xhtml.Html
Initializes the tag.
HTML - adams.core.option.help.HelpFormat
 
Html4Display - Class in adams.flow.sink
Viewer for HTML 4.
Html4Display() - Constructor for class adams.flow.sink.Html4Display
 
HtmlCharacterEntitiesToString - Class in adams.data.conversion
Turns HTML character entities like '&lt;' into their character representations like '<'.
HtmlCharacterEntitiesToString() - Constructor for class adams.data.conversion.HtmlCharacterEntitiesToString
 
HtmlHelpProducer - Class in adams.core.option
Generates the help for the GUI, i.e., HTML output.
HtmlHelpProducer() - Constructor for class adams.core.option.HtmlHelpProducer
 
HtmlOutput - Class in adams.doc.listing
Outputs the listing in HTML to the specified file.
HtmlOutput() - Constructor for class adams.doc.listing.HtmlOutput
 
HtmlParametersProducer - Class in adams.core.option
Generates HTML output of the parameters of an object (non-recursive).
HtmlParametersProducer() - Constructor for class adams.core.option.HtmlParametersProducer
 
HtmlUtils - Class in adams.core.net
Utility functions regarding HTML.
HtmlUtils() - Constructor for class adams.core.net.HtmlUtils
 
HTTP - adams.core.TechnicalInformation.Field
A link to a postscript file.
HTTP_AUTHENTICATION - Static variable in class adams.core.net.ProxyHelper
whether authentication is necessary for http proxy.
HTTP_HOST - Static variable in class adams.core.net.ProxyHelper
the http host.
HTTP_NOPROXY - Static variable in class adams.core.net.ProxyHelper
the hosts that bypass the http proxy.
HTTP_PASSWORD - Static variable in class adams.core.net.ProxyHelper
the http password.
HTTP_PORT - Static variable in class adams.core.net.ProxyHelper
the http port.
HTTP_USER - Static variable in class adams.core.net.ProxyHelper
the http user.
HttpPostFile - Class in adams.flow.transformer
Uploads the incoming file via HTTP POST to the specified URL as 'multipart/form-data'.
Additional form fields can be supplied as well.
HttpPostFile() - Constructor for class adams.flow.transformer.HttpPostFile
 
HttpRequest - Class in adams.flow.source
Submits the (optional) form parameters to the specified URL and forwards the retrieved HTML as text.
Cookies can be retrieved and stored in internal storage, to be re-used with the next request.
HttpRequest - Class in adams.flow.transformer
Sends the incoming text/bytes payload to the specified URL (with optional HTTP headers) and forwards the retrieved HTML as text.
HttpRequest() - Constructor for class adams.flow.source.HttpRequest
 
HttpRequest() - Constructor for class adams.flow.transformer.HttpRequest
 
HttpRequestHelper - Class in adams.core.net
Helper class for http requests.
HttpRequestHelper() - Constructor for class adams.core.net.HttpRequestHelper
 
HttpRequestResult - Class in adams.flow.container
Container for storing the results of http requests.
HttpRequestResult() - Constructor for class adams.flow.container.HttpRequestResult
Default constructor.
HttpRequestResult(int, String, String) - Constructor for class adams.flow.container.HttpRequestResult
Initializes the container with the status code and body.
HttpRequestResult(int, String, String, Map<String, String>) - Constructor for class adams.flow.container.HttpRequestResult
Initializes the container with the status code, body and cookies.
humanReadableTipText() - Method in class adams.flow.source.RSync
 
HUNGARIAN - adams.flow.core.TesseractLanguage
 
husMoments(boolean[][]) - Static method in class adams.data.image.moments.MomentHelper
Computes Hu's moments.
HusMoments - Class in adams.data.image.features
Calculates Hu's moments.
HusMoments() - Constructor for class adams.data.image.features.HusMoments
 
hyperlinkClassnames(String, boolean) - Static method in class adams.core.net.HtmlUtils
Hyperlinks class names in the string.
hyperlinkUpdate(HyperlinkEvent) - Method in class adams.gui.core.BrowserHelper.DefaultHyperlinkListener
Called when a hypertext link is updated.
hyperlinkUpdate(HyperlinkEvent) - Method in class adams.gui.help.HelpFrame.HelpHyperlinkListener
Called when a hypertext link is updated.
HYPOT - Static variable in interface adams.parser.booleanexpression.sym
 
HYPOT - Static variable in interface adams.parser.lookupupdate.sym
 
HYPOT - Static variable in interface adams.parser.mathematicalexpression.sym
 
HYPOT - Static variable in interface adams.parser.stringexpression.sym
 

I

I - adams.data.image.YIQChannel
 
i18nStrings - Variable in class adams.gui.chooser.DatePanel
 
ICATipText() - Method in class adams.data.instancesanalysis.FastICA
Returns the tip text for this property.
IcePDF - Class in adams.core.io
Helper class for IcePDF.
IcePDF() - Constructor for class adams.core.io.IcePDF
 
icon - Variable in class adams.gui.core.BaseTabbedPane.TabUndo
the icon.
icon - Variable in class adams.gui.core.MultiPagePane.PageUndo
the icon.
icon - Variable in class adams.gui.flow.tree.Tree.TreePopupSubmenu
the icon.
ICON_PREFIX - Static variable in class adams.gui.flow.tree.Renderer
the prefix for the icons.
iconvTipText() - Method in class adams.flow.source.RSync
 
ID - adams.flow.transformer.AbstractDataContainerFileWriter.FileNameGeneration
use the container's ID (but ensures that it is a valid filename).
ID - adams.flow.transformer.TimeseriesInfo.InfoType
the spectrum ID.
ID_1 - adams.flow.transformer.pdfproclet.PageSize
 
ID_2 - adams.flow.transformer.pdfproclet.PageSize
 
ID_3 - adams.flow.transformer.pdfproclet.PageSize
 
IDColumnTipText() - Method in class adams.flow.transformer.plotgenerator.RowWisePlotGenerator
Returns the tip text for this property.
identify(SpreadSheet) - Method in class adams.data.spreadsheet.RowIdentifier
Configures the identifier with the specified sheet.
IDExtractor - Interface in adams.data.idextraction
Ancestor for schemes that extract the ID from objects.
IDFilter - Class in adams.gui.visualization.image.interactionlogging
Logs all events.
IDFilter() - Constructor for class adams.gui.visualization.image.interactionlogging.IDFilter
 
IDGenerator - Class in adams.flow.transformer
Generates IDs from the objects it receives on its input and forwards the generated IDs.
IDGenerator() - Constructor for class adams.flow.transformer.IDGenerator
 
IDGeneratorPostProcessor - Class in adams.data.id
A simple ID generator that can make use of data provided by classes implementing IDHandler and DatabaseIDHandler.
IDGeneratorPostProcessor() - Constructor for class adams.data.id.IDGeneratorPostProcessor
 
IDHandler - Class in adams.data.idupdate
Updates the ID of (mutable) ID handlers.
IDHandler - Interface in adams.data.id
For classes that handle IDs (of type String).
IDHandler() - Constructor for class adams.data.idupdate.IDHandler
 
Idle - Class in adams.flow.source
Simulates an endless loop, which only exits if the flow is stopped.
Essentially blocking any following actors, never outputs anything.
Idle() - Constructor for class adams.flow.source.Idle
 
ids() - Method in class adams.flow.control.RunningFlowsRegistry
Returns the IDs of the currently registered flows.
IDTestTipText() - Method in class weka.filters.unsupervised.instance.RemoveTestInstances
Returns the tip text for this property.
IDTipText() - Method in class adams.data.conversion.ByteArrayToBlobContainer
Returns the tip text for this property.
IDTipText() - Method in class adams.data.conversion.ObjectToObjectContainer
Returns the tip text for this property.
IDTipText() - Method in class adams.data.conversion.StringToTextContainer
Returns the tip text for this property.
IDTipText() - Method in class adams.data.idextraction.Manual
Returns the tip text for this property.
IDTipText() - Method in class adams.data.io.input.OpexObjectLocationsReader
Returns the tip text for this property.
IDTipText() - Method in class adams.data.io.input.PascalVOCObjectLocationsReader
Returns the tip text for this property.
IDTipText() - Method in class adams.data.io.output.OpexObjectLocationsWriter
Returns the tip text for this property.
IDTipText() - Method in class adams.flow.sink.SpreadSheetRowViewer
Returns the tip text for this property.
IDTipText() - Method in class adams.flow.sink.WekaInstanceViewer
Returns the tip text for this property.
IDTipText() - Method in class adams.flow.transformer.SetDatabaseID
Returns the tip text for this property.
IDTipText() - Method in class adams.flow.transformer.SetID
Returns the tip text for this property.
IDTipText() - Method in class adams.scripting.command.AbstractRemoteCommandOnFlowWithResponse
Returns the tip text for this property.
IDTipText() - Method in class adams.scripting.command.flow.GetFlow
Returns the tip text for this property.
IDTipText() - Method in class adams.scripting.command.flow.RestartFlow
Returns the tip text for this property.
IDTipText() - Method in class adams.scripting.command.flow.SendFlowControlCommand
Returns the tip text for this property.
IDTipText() - Method in interface adams.scripting.command.RemoteCommandOnFlow
Returns the tip text for this property.
IDTipText() - Method in class weka.filters.unsupervised.instance.RemoveDuplicateIDs
Returns the tip text for this property.
IDTipText() - Method in class weka.filters.unsupervised.instance.RemoveTestInstances
Returns the tip text for this property.
IDUpdater - Interface in adams.data.idupdate
Ancestor for schemes that update the ID of objects.
idValue() - Method in class adams.core.base.MavenRepository
Returns the ID part, if possible.
IEEE754 - Class in adams.core
Helper class for dealing with ieee754 encoded floats.
IEEE754() - Constructor for class adams.core.IEEE754
 
IF - Static variable in interface adams.parser.actorsuggestion.sym
 
IF - Static variable in interface adams.parser.externalactorsuggestion.sym
 
IF - Static variable in interface adams.parser.lookupupdate.sym
 
IF - Static variable in interface adams.parser.templatesuggestion.sym
 
IFELSE - Static variable in interface adams.parser.booleanexpression.sym
 
IFELSE - Static variable in interface adams.parser.mathematicalexpression.sym
 
IFELSE - Static variable in interface adams.parser.spreadsheetformula.sym
 
IFELSE - Static variable in interface adams.parser.stringexpression.sym
 
IFMISSING - Static variable in interface adams.parser.booleanexpression.sym
 
IFMISSING - Static variable in interface adams.parser.mathematicalexpression.sym
 
IFMISSING - Static variable in interface adams.parser.stringexpression.sym
 
IfStorageValue - Class in adams.flow.control
An If-Then-Else source actor for storage values.
IfStorageValue() - Constructor for class adams.flow.control.IfStorageValue
 
IfStorageValue.IfStorageValueDirector - Class in adams.flow.control
A specialized director for an IfStorageValue control actor.
IfStorageValueDirector() - Constructor for class adams.flow.control.IfStorageValue.IfStorageValueDirector
 
IfThenElse - Class in adams.flow.control
Emulates an If-Then-Else construct.
IfThenElse() - Constructor for class adams.flow.control.IfThenElse
 
IfThenElse.IfThenElseDirector - Class in adams.flow.control
A specialized director for an AbstractIfThenElse control actor.
IfThenElseDirector() - Constructor for class adams.flow.control.IfThenElse.IfThenElseDirector
 
ignoreClassTipText() - Method in class weka.filters.unsupervised.instance.RemoveInstancesWithMissingValue
Returns the tip text for this property.
IGNORED_ATTRIBUTES - Static variable in class weka.filters.unsupervised.attribute.InterquartileRangeSamp
 
IGNORED_EXTENSION_SUFFIXES - Static variable in class adams.core.io.FileUtils
the ignored extension suffixes.
ignoredAttributesTipText() - Method in class weka.filters.unsupervised.attribute.InterquartileRangeSamp
Returns the tip text for this property.
ignoreEnvironmentOptions() - Method in class adams.core.management.Launcher
Sets to ignore the ADAMS environment options.
ignoreErrorsTipText() - Method in class adams.flow.source.RSync
 
ignoreExistingTipText() - Method in class adams.flow.source.RSync
 
ignoreMissingArgsTipText() - Method in class adams.flow.source.RSync
 
ignoreMissingTipText() - Method in class adams.flow.control.ContainerValuePicker
Returns the tip text for this property.
ignoreNameTipText() - Method in class adams.data.io.output.AbstractTextWriterWithFilenameGenerator
Returns the tip text for this property.
ignoreTimesTipText() - Method in class adams.flow.source.RSync
 
ignoreUpdates() - Method in class adams.gui.visualization.segmentation.layer.LayerManager
Returns whether updates are currently ignored.
ignoringCommentsTipText() - Method in class adams.data.conversion.XMLToDOM
Returns the tip text for this property.
ignoringCommentsTipText() - Method in class adams.flow.transformer.XMLFileReader
Returns the tip text for this property.
ignoringWhitespaceTipText() - Method in class adams.data.conversion.XMLToDOM
Returns the tip text for this property.
ignoringWhitespaceTipText() - Method in class adams.flow.transformer.XMLFileReader
Returns the tip text for this property.
image - Variable in class adams.gui.visualization.segmentation.layer.AbstractImageLayer.AbstractImageLayerState
the image.
Image - Class in adams.flow.transformer.draw
Draws the image obtained from a callable actor at the specified location.
Image - Class in adams.flow.transformer.pdfproclet
Adds GIF, JPEG and PNG image files.
Image - Class in adams.flow.transformer.pdfstamp
Places the image at the specified location.
Image() - Constructor for class adams.flow.transformer.draw.Image
 
Image() - Constructor for class adams.flow.transformer.pdfproclet.Image
 
Image() - Constructor for class adams.flow.transformer.pdfstamp.Image
 
IMAGE_TYPE - adams.flow.transformer.ImageInfo.InfoType
the image type.
imageActorTipText() - Method in class adams.flow.transformer.draw.Image
Returns the tip text for this property.
ImageAnchor - Enum in adams.data.image
Enumeration for an anchor on an image.
ImageAnchorHelper - Class in adams.data.image
Helper class for dealing with the image anchor.
ImageAnchorHelper() - Constructor for class adams.data.image.ImageAnchorHelper
 
ImageAnnotator - Class in adams.flow.transformer
Allows the user to label objects located on the image and pass on this enriched meta-data.
ImageAnnotator() - Constructor for class adams.flow.transformer.ImageAnnotator
 
ImageAnnotator.AnnotatorPanel - Class in adams.flow.transformer
Panel for annotating an image.
imageBackgroundTipText() - Method in class adams.gui.tools.previewbrowser.ObjectAnnotationsReportHandler
Returns the tip text for this property.
imageChanged(ImagePanel.PaintPanel) - Method in class adams.flow.transformer.ImageAnnotator.AnnotatorPanel
Notifies the overlay that the image has changed.
imageChanged(ImagePanel.PaintPanel) - Method in class adams.flow.transformer.pixelselector.ClassificationOverlay
Notifies the overlay that the image has changed.
imageChanged(ImagePanel.PaintPanel) - Method in class adams.flow.transformer.pixelselector.RectangleOverlay
Notifies the overlay that the image has changed.
imageChanged(ImagePanel.PaintPanel) - Method in class adams.flow.transformer.pixelselector.SimpleOverlay
Notifies the overlay that the image has changed.
imageChanged(ImagePanel.PaintPanel) - Method in interface adams.gui.event.ImagePanelLeftClickListener
Notifies the overlay that the image has changed.
imageChanged(ImagePanel.PaintPanel) - Method in interface adams.gui.event.ImagePanelSelectionListener
Notifies the overlay that the image has changed.
imageChanged(ImagePanel.PaintPanel) - Method in class adams.gui.visualization.image.AbstractImageOverlay
Notifies the overlay that the image has changed.
imageChanged(ImagePanel.PaintPanel) - Method in interface adams.gui.visualization.image.ImageOverlay
Notifies the overlay that the image has changed.
imageChanged(ImagePanel.PaintPanel) - Method in class adams.gui.visualization.image.leftclick.AbstractLeftClickProcessor
Notifies the overlay that the image has changed.
imageChanged(ImagePanel.PaintPanel) - Method in class adams.gui.visualization.image.selection.AbstractSelectionProcessor
Notifies the overlay that the image has changed.
ImageClassificationGridSpreadSheetReader - Class in adams.data.io.input
Turns grid cells in the spreadsheet with labels ('label=score') into object locations.
Spreadsheet format:
y,x,label1,label2,...
0,0,cat=0.98,,...
0,1,,,...
0,2,dog=0.9,cat=0.2,...
ImageClassificationGridSpreadSheetReader() - Constructor for class adams.data.io.input.ImageClassificationGridSpreadSheetReader
 
ImageClassificationHandler - Class in adams.gui.tools.previewbrowser
Overlays the annotations onto the image.
ImageClassificationHandler() - Constructor for class adams.gui.tools.previewbrowser.ImageClassificationHandler
 
ImageClassificationJsonReportReader - Class in adams.data.io.input
Retrieves the label with the highest score from the JSON file and stores them in a report.
JSON file format: { LABEL1: SCORE1; LABEL2: SCORE2; }

ImageClassificationJsonReportReader() - Constructor for class adams.data.io.input.ImageClassificationJsonReportReader
 
ImageClassificationSpreadSheetReportReader - Class in adams.data.io.input
Retrieves the label with the highest score from the spreadsheet and stores them in a report.
ImageClassificationSpreadSheetReportReader() - Constructor for class adams.data.io.input.ImageClassificationSpreadSheetReportReader
 
ImageColorizer - Interface in adams.data.image.transformer
Interface for image colorizers (only for making it easier to select them in the GUI).
ImageColorizerWithColorProvider - Interface in adams.data.image.transformer
Interface for image colorizers that support a color provider.
ImageContainerToByteArray - Class in adams.data.conversion
ImageContainerToByteArray() - Constructor for class adams.data.conversion.ImageContainerToByteArray
 
ImageContainerToSpreadSheet - Class in adams.data.conversion
Turns the image of an image container into a spreadsheet for viewing the pixel values.
ImageContainerToSpreadSheet() - Constructor for class adams.data.conversion.ImageContainerToSpreadSheet
 
ImageExporter - Class in adams.gui.visualization.debug.objectexport
Exports image objects (BufferedImage or derived from AbstractImageContainer).
ImageExporter() - Constructor for class adams.gui.visualization.debug.objectexport.ImageExporter
 
ImageFileChooser - Class in adams.gui.chooser
A file chooser for images.
ImageFileChooser() - Constructor for class adams.gui.chooser.ImageFileChooser
Constructs a ImageFileChooser pointing to the user's default directory.
ImageFileChooser(File) - Constructor for class adams.gui.chooser.ImageFileChooser
Constructs a ImageFileChooser using the given File as the path.
ImageFileChooser(String) - Constructor for class adams.gui.chooser.ImageFileChooser
Constructs a ImageFileChooser using the given path.
ImageFileMetaData - Class in adams.gui.visualization.image.plugins
Loads the image meta-data from disk.
ImageFileMetaData() - Constructor for class adams.gui.visualization.image.plugins.ImageFileMetaData
 
ImageFileReader - Class in adams.flow.transformer
Reads any file format that the specified image reader supports.
If meta-data is associated with the image, then this can be loaded as well.
ImageFileReader() - Constructor for class adams.flow.transformer.ImageFileReader
 
imageFileTipText() - Method in class adams.gui.visualization.core.BackgroundImagePaintlet
Returns the tip text for this property.
ImageFileWriter - Class in adams.flow.sink
Writes the image to disk using the specified writer.
ImageFileWriter() - Constructor for class adams.flow.sink.ImageFileWriter
 
ImageFilter - Class in adams.data.image.transformer
Applies an ImageFilter to the buffered image.
ImageFilter() - Constructor for class adams.data.image.transformer.ImageFilter
 
imageFormatTipText() - Method in class adams.data.io.output.ApacheCommonsImageWriter
Returns the tip text for this property.
imageFormatTipText() - Method in class adams.data.io.output.JAIImageWriter
Returns the tip text for this property.
ImageHandler - Class in adams.gui.tools.previewbrowser
Displays the following image types: jpg,tif,tiff,bmp,gif,png,jpeg,wbmp

ImageHandler() - Constructor for class adams.gui.tools.previewbrowser.ImageHandler
 
imageHeightTipText() - Method in class adams.data.objectfilter.Rotate
Returns the tip text for this property.
imageHeightTipText() - Method in class adams.gui.tools.previewbrowser.ObjectAnnotationsReportHandler
Returns the tip text for this property.
ImageHistogram - Class in adams.flow.sink
Displays a histogram of a gray image or histograms per channel for color image.
ImageHistogram() - Constructor for class adams.flow.sink.ImageHistogram
 
ImageInfo - Class in adams.flow.transformer
Obtains information from the picture passing through.
ImageInfo() - Constructor for class adams.flow.transformer.ImageInfo
 
ImageInfo.InfoType - Enum in adams.flow.transformer
The type of information to retrieve.
ImageLabeler - Class in adams.flow.transformer
Allows the user to label images, setting a report field in the meta-data.
Any logged interaction will get added as JSON under interaction-log in the report.
ImageLabeler() - Constructor for class adams.flow.transformer.ImageLabeler
 
ImageLayer - Class in adams.gui.visualization.segmentation.layer
The layer for the image.
ImageLayer() - Constructor for class adams.gui.visualization.segmentation.layer.ImageLayer
 
ImageLayer.ImageLayerState - Class in adams.gui.visualization.segmentation.layer
For storing the state of a background layer.
ImageLayerState() - Constructor for class adams.gui.visualization.segmentation.layer.ImageLayer.ImageLayerState
 
ImageManager - Class in adams.gui.core
Manages images and icons.
ImageManager() - Constructor for class adams.gui.core.ImageManager
 
ImageMetaData - Class in adams.flow.transformer
Returns any EXIF or IPTC and basic image information as a spreadsheet.
ImageMetaData() - Constructor for class adams.flow.transformer.ImageMetaData
 
ImageMetaDataExtractor - Class in adams.core.io.fileuse
Uses the specified image reader to load the file for checking the 'in use' state: if reading fails, then it is assumed the file is in use.
ImageMetaDataExtractor() - Constructor for class adams.core.io.fileuse.ImageMetaDataExtractor
 
ImageMetaDataExtractorHandler - Class in adams.gui.tools.previewbrowser
Displays meta-data for the following image types: bmp,gif,jpg,jpeg,png,psd,tif,tiff

ImageMetaDataExtractorHandler() - Constructor for class adams.gui.tools.previewbrowser.ImageMetaDataExtractorHandler
 
ImageMetaDataHelper - Class in adams.data.image
Helper class for reading meta-data from images.
ImageMetaDataHelper() - Constructor for class adams.data.image.ImageMetaDataHelper
 
ImageMultiPagePane - Class in adams.gui.visualization.image
Specialized MultiPagePane for managing images.
ImageMultiPagePane(ImageViewerPanel) - Constructor for class adams.gui.visualization.image.ImageMultiPagePane
Initializes the tabbed pane.
ImageObjectAnnotator - Class in adams.flow.transformer
User interface for annotating objects in images.
ImageObjectAnnotator() - Constructor for class adams.flow.transformer.ImageObjectAnnotator
 
ImageObjectFilter - Class in adams.flow.transformer
Uses the specified object finder to locate objects and then applies the object filter to the located objects (modifies the report).
ImageObjectFilter() - Constructor for class adams.flow.transformer.ImageObjectFilter
 
ImageObjectIndexOffset - Class in adams.flow.transformer
Offsets the object index.
ImageObjectIndexOffset() - Constructor for class adams.flow.transformer.ImageObjectIndexOffset
 
ImageObjectInfo - Class in adams.flow.transformer
Outputs the requested type of information for either the incoming adams.flow.transformer.locateobjects.LocatedObject or the specified image object in the report.
ImageObjectInfo() - Constructor for class adams.flow.transformer.ImageObjectInfo
 
ImageObjectInfo.InfoType - Enum in adams.flow.transformer
The type of info to provide.
ImageObjectOverlap - Class in adams.flow.transformer
Computes the overlap of objects with the specified report from storage.
It stores the overlap percentage of the highest overlap found (overlap_highest) and the total number of overlaps greater than the specified minimum (overlap_count).
If a label key (located object meta-data) has been supplied, then the label of the object with the highest overlap gets stored as well (overlap_label_highest) and whether the labels match (overlap_label_highest_match)

Input/output:
- accepts:
   adams.data.image.AbstractImageContainer
   adams.data.report.Report
   adams.data.report.ReportHandler
- generates:
   adams.data.image.AbstractImageContainer
   adams.data.report.Report
   adams.data.report.ReportHandler


ImageObjectOverlap() - Constructor for class adams.flow.transformer.ImageObjectOverlap
 
ImageObjectOverlapMatrix - Class in adams.flow.transformer
Generates a matrix of overlapping image objects (annotations vs predictions) and their labels.
When outputting not just overlaps, a separate column 'Overlap' is output as well, indicating whether this row represents an overlap ('yes') or not ('no')

Input/output:
- accepts:
   adams.data.image.AbstractImageContainer
   adams.data.report.Report
   adams.data.report.ReportHandler
- generates:
   adams.data.spreadsheet.SpreadSheet


ImageObjectOverlapMatrix() - Constructor for class adams.flow.transformer.ImageObjectOverlapMatrix
 
ImageObjectOverlapMatrix.MatrixOutput - Enum in adams.flow.transformer
What to output in the matrix.
ImageObjectToVariables - Class in adams.flow.transformer
Converts the parameters of an image object into variables.
Meta-data can be turned into variables as well.
ImageObjectToVariables() - Constructor for class adams.flow.transformer.ImageObjectToVariables
 
ImageOverlay - Interface in adams.gui.visualization.image
Interface for classes that put overlays over an image.
imageOverlays() - Method in class adams.flow.transformer.pixelselector.PixelSelectorPanel
Returns an iterator over all the image overlays.
imageOverlays() - Method in class adams.gui.visualization.image.ImagePanel
Returns an iterator over all the image overlays.
imageOverlays() - Method in class adams.gui.visualization.image.ImagePanel.PaintPanel
Returns an iterator over all the image overlays.
imageOverlays(boolean) - Method in class adams.gui.tools.ImageProcessorSubPanel
Returns iterator over current overlays.
imageOverlayTipText() - Method in class adams.flow.sink.ImageViewer
Returns the tip text for this property.
ImagePanel - Class in adams.gui.visualization.image
For displaying a single image.
ImagePanel() - Constructor for class adams.gui.visualization.image.ImagePanel
Initializes the panel.
ImagePanel.PaintPanel - Class in adams.gui.visualization.image
The panel used for painting.
ImagePanelLeftClickEvent - Class in adams.gui.event
Event that gets sent in case of a left-click event in the ImagePanel.
ImagePanelLeftClickEvent(ImagePanel, Point, int) - Constructor for class adams.gui.event.ImagePanelLeftClickEvent
Initializes the event.
ImagePanelLeftClickListener - Interface in adams.gui.event
Interface for listening for left-click events in the ImagePanel.
ImagePanelSelectionEvent - Class in adams.gui.event
Event that gets sent in case of a box selection event in the ImagePanel.
ImagePanelSelectionEvent(ImagePanel, Point, Point, List<Point>, int) - Constructor for class adams.gui.event.ImagePanelSelectionEvent
Initializes the event.
ImagePanelSelectionListener - Interface in adams.gui.event
Interface for listening for selection events in the ImagePanel.
ImagePopupMenuProvider(ImagePanel) - Constructor for class adams.gui.tools.ImageProcessorSubPanel.ImagePopupMenuProvider
Initializes the provider.
ImagePreparation - Class in adams.flow.transformer
Preprocesses an image.
ImagePreparation() - Constructor for class adams.flow.transformer.ImagePreparation
 
ImagePreview - Class in adams.gui.chooser
Preview component for a JFileChooser.
ImagePreview(JFileChooser) - Constructor for class adams.gui.chooser.ImagePreview
Initializes the preview panel with a default size of 100x50 pixels.
ImagePreview(JFileChooser, int, int) - Constructor for class adams.gui.chooser.ImagePreview
Initializes the preview panel with a default size of 100x50 pixels.
ImageProcessor - Class in adams.gui.menu
Starts the Image Processor.
ImageProcessor() - Constructor for class adams.gui.menu.ImageProcessor
Initializes the menu item with no owner.
ImageProcessor(AbstractApplicationFrame) - Constructor for class adams.gui.menu.ImageProcessor
Initializes the menu item.
ImageProcessorMultiPagePane - Class in adams.gui.tools
Specialized BaseTabbedPane for managing images.
ImageProcessorMultiPagePane(ImageProcessorPanel) - Constructor for class adams.gui.tools.ImageProcessorMultiPagePane
Initializes the tabbed pane.
ImageProcessorPanel - Class in adams.gui.tools
Interface for processing images using a flow snippet.
ImageProcessorPanel() - Constructor for class adams.gui.tools.ImageProcessorPanel
 
ImageProcessorSubPanel - Class in adams.gui.tools
A panel with three panes: original image, processed image and flow for processing.
ImageProcessorSubPanel(ImageProcessorMultiPagePane) - Constructor for class adams.gui.tools.ImageProcessorSubPanel
Initializes the panel with a vertical layout.
ImageProcessorSubPanel(ImageProcessorMultiPagePane, ImageProcessorSubPanel.LayoutType) - Constructor for class adams.gui.tools.ImageProcessorSubPanel
Initializes the panel.
ImageProcessorSubPanel.ImagePopupMenuProvider - Class in adams.gui.tools
Custom popup menu provider for the ImagePanel instances.
ImageProcessorSubPanel.LayoutType - Enum in adams.gui.tools
The type of layout to use.
ImageReader - Class in adams.core.io.fileuse
Uses the specified image reader to load the file for checking the 'in use' state: if reading fails, then it is assumed the file is in use.
ImageReader<T extends AbstractImageContainer> - Interface in adams.data.io.input
Interface for image readers.
ImageReader() - Constructor for class adams.core.io.fileuse.ImageReader
 
imageReaderTipText() - Method in class adams.gui.tools.previewbrowser.ImageClassificationHandler
Returns the tip text for this property.
imageReaderTipText() - Method in class adams.gui.tools.previewbrowser.ImageHandler
Returns the tip text for this property.
imageReaderTipText() - Method in class adams.gui.tools.previewbrowser.ObjectAnnotationsHandler
Returns the tip text for this property.
imageReaderTipText() - Method in class adams.gui.tools.previewbrowser.ObjectCentersFromReport
Returns the tip text for this property.
imageReaderTipText() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
Returns the tip text for this property.
imageReaderTipText() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
Returns the tip text for this property.
ImageRenderer - Class in adams.gui.visualization.debug.objectrenderer
Renders image objects.
ImageRenderer() - Constructor for class adams.gui.visualization.debug.objectrenderer.ImageRenderer
 
imageRotationTipText() - Method in class adams.gui.print.PDFWriter
Returns the tip text for this property.
imageScaleTipText() - Method in class adams.gui.print.PDFWriter
Returns the tip text for this property.
ImageSegmentationAnnotationReader - Interface in adams.data.io.input
Interface for readers for image segmentation annotations.
ImageSegmentationAnnotationReaderWithLayerNames - Interface in adams.data.io.input
Interface for image segmentation readers that make use of layer names.
ImageSegmentationAnnotationsHandler - Class in adams.gui.tools.previewbrowser
Overlays image segmentation annotations obtained from the specified reader over the original JPG image.
ImageSegmentationAnnotationsHandler() - Constructor for class adams.gui.tools.previewbrowser.ImageSegmentationAnnotationsHandler
 
ImageSegmentationAnnotationWriter - Interface in adams.data.io.output
Interface for writers for image segmentation annotations.
ImageSegmentationAnnotationWriterWithLayerNames - Interface in adams.data.io.output
Interface for image segmentation writers that make use of layer names.
ImageSegmentationAnnotator - Class in adams.flow.transformer
User interface for annotating images for image segmentation.
ImageSegmentationAnnotator() - Constructor for class adams.flow.transformer.ImageSegmentationAnnotator
 
ImageSegmentationContainer - Class in adams.flow.container
Container for storing image segmentation annotations.
ImageSegmentationContainer() - Constructor for class adams.flow.container.ImageSegmentationContainer
Initializes the container no data.
ImageSegmentationContainer(String, BufferedImage) - Constructor for class adams.flow.container.ImageSegmentationContainer
Initializes the container with the specified base image.
ImageSegmentationContainer(String, BufferedImage, Map<String, BufferedImage>) - Constructor for class adams.flow.container.ImageSegmentationContainer
Initializes the container with the specified base image and layers.
ImageSegmentationContainerFilter - Class in adams.flow.transformer
Applies a Image Segmentation container filter to the incoming container(s) and outputs the generated data.
ImageSegmentationContainerFilter() - Constructor for class adams.flow.transformer.ImageSegmentationContainerFilter
 
ImageSegmentationContainerOperation - Class in adams.flow.transformer
Applies a Image Segmentation container operation to the incoming container(s) and outputs the generated data.
ImageSegmentationContainerOperation() - Constructor for class adams.flow.transformer.ImageSegmentationContainerOperation
 
ImageSegmentationFileReader - Class in adams.flow.transformer
Reads image segmentation file formats using the specified reader and forwards a container with the data.
ImageSegmentationFileReader() - Constructor for class adams.flow.transformer.ImageSegmentationFileReader
 
ImageSegmentationFileWriter - Class in adams.flow.sink
Write image segmentation containers using the specified writer.
ImageSegmentationFileWriter() - Constructor for class adams.flow.sink.ImageSegmentationFileWriter
 
ImageSegmentationViewer - Class in adams.flow.sink
Displays image segmentation containers.
ImageSegmentationViewer() - Constructor for class adams.flow.sink.ImageSegmentationViewer
 
ImageSegmentationViewer.ImageSegmentationViewerDisplayPanel - Class in adams.flow.sink
Custom DisplayPanel.
ImageSegmentationViewerDisplayPanel(ImageSegmentationViewer) - Constructor for class adams.flow.sink.ImageSegmentationViewer.ImageSegmentationViewerDisplayPanel
Initializes the panel.
ImageSharpness - Class in adams.flow.transformer
Determines whether images are in focus ('sharp') using the specified algorithm.
ImageSharpness() - Constructor for class adams.flow.transformer.ImageSharpness
 
imageTipText() - Method in class adams.flow.transformer.pdfstamp.Image
Returns the tip text for this property.
imageToBufferedImage(Image, int) - Static method in class adams.data.imagefilter.AbstractImageFilterProvider
Turns an Image into a BufferedImage.
imageToMatrix(BufferedImageContainer) - Method in class adams.data.image.features.OrientationVector
 
imageToMatrix(BufferedImageContainer) - Method in class adams.data.image.moments.AbstractBufferedImageMoment
Takes an image of type T and returns a boolean matrix that can be used for moments
imageToMatrix(BufferedImageContainer, Color) - Static method in class adams.data.image.moments.AbstractBufferedImageMoment
Takes an image of type T and returns a boolean matrix that can be used for moments
imageToMatrix(T) - Method in class adams.data.image.moments.AbstractMoment
Takes an image of type T and returns a boolean matrix that can be used for moments
ImageTransformer<T extends AbstractImageContainer> - Interface in adams.data.image
Abstract base class for AbstractImage transformations.
imageTransformerTipText() - Method in class adams.data.image.transformer.crop.BinaryCrop
Returns the tip text for this property.
ImageType - Class in adams.data.boofcv.transformer
Turns an image into the specified type of image.
ImageType - Class in adams.data.image.transformer
Turns an image into the specified type of image.
ImageType - Enum in adams.data.jai
The type of the image to create.
ImageType() - Constructor for class adams.data.boofcv.transformer.ImageType
 
ImageType() - Constructor for class adams.data.image.transformer.ImageType
 
ImageType.Type - Enum in adams.data.image.transformer
The types of color quantizers.
imageTypeTipText() - Method in class adams.data.conversion.BufferedImageToBoofCV
Returns the tip text for this property.
ImageUtils - Class in adams.gui.visualization.segmentation
Helper class for image related operations.
ImageUtils() - Constructor for class adams.gui.visualization.segmentation.ImageUtils
 
ImageViewer - Class in adams.flow.sink
Actor for displaying an image.
ImageViewer - Class in adams.gui.menu
For displaying images.
ImageViewer() - Constructor for class adams.flow.sink.ImageViewer
 
ImageViewer() - Constructor for class adams.gui.menu.ImageViewer
Initializes the menu item with no owner.
ImageViewer(AbstractApplicationFrame) - Constructor for class adams.gui.menu.ImageViewer
Initializes the menu item.
ImageViewer.ImageViewerDisplayPanel - Class in adams.flow.sink
Custom DisplayPanel.
ImageViewerDisplayPanel(ImageViewer) - Constructor for class adams.flow.sink.ImageViewer.ImageViewerDisplayPanel
Initializes the panel.
ImageViewerPanel - Class in adams.gui.visualization.image
A simple image viewer.
ImageViewerPanel() - Constructor for class adams.gui.visualization.image.ImageViewerPanel
 
ImageViewerPanelDefinition - Class in adams.env
Definition for the ImageViewerPanel props file.
ImageViewerPanelDefinition() - Constructor for class adams.env.ImageViewerPanelDefinition
 
ImageViewerPluginManager - Class in adams.gui.visualization.image.plugins
Manages the plugins for the image viewer.
ImageViewerPluginManager(ImageViewerPanel) - Constructor for class adams.gui.visualization.image.plugins.ImageViewerPluginManager
Initializes the manager.
imageWidthTipText() - Method in class adams.data.objectfilter.Rotate
Returns the tip text for this property.
imageWidthTipText() - Method in class adams.gui.tools.previewbrowser.ObjectAnnotationsReportHandler
Returns the tip text for this property.
ImageWriter<T extends AbstractImageContainer> - Interface in adams.data.io.output
Interface for image writers.
IMAGINARY - adams.data.jai.features.DFT.OutputType
outputs only the imaginary values.
implicitBackgroundTipText() - Method in class adams.data.io.output.AbstractImplicitBackgroundPNGAnnotationImageSegmentationWriter
Returns the tip text for this property.
ImplicitClassPathAugmenter - Class in adams.core.management
Applies classpath augmenters listed in props file (if enabled) implicitly on startup.
ImplicitClassPathAugmenter() - Constructor for class adams.core.management.ImplicitClassPathAugmenter
 
ImportDialog - Class in adams.gui.flow
A dialog for importing a flow from various formats.
ImportDialog(Dialog) - Constructor for class adams.gui.flow.ImportDialog
Creates a modeless dialog without a title with the specified Dialog as its owner.
ImportDialog(Dialog, Dialog.ModalityType) - Constructor for class adams.gui.flow.ImportDialog
Creates a dialog with the specified owner Dialog and modality.
ImportDialog(Frame) - Constructor for class adams.gui.flow.ImportDialog
Creates a modeless dialog without a title with the specified Frame as its owner.
ImportDialog(Frame, boolean) - Constructor for class adams.gui.flow.ImportDialog
Creates a dialog with the specified owner Frame, modality and an empty title.
IMPORTED_KEYS - adams.db.MetaDataType
 
importFlow(OptionConsumer, File) - Method in class adams.gui.flow.FlowPanel
Imports a flow.
importTipText() - Method in class adams.flow.transformer.AbstractDataContainerFileImport
Returns the tip text for this property.
importTipText() - Method in class adams.flow.transformer.AbstractReportFileImport
Returns the tip text for this property.
importTipText() - Method in class adams.multiprocess.SerializingJobRunner
Returns the tip text for this property.
IMREAD_ANYCOLOR - adams.data.opencv.ImreadMode
 
IMREAD_ANYDEPTH - adams.data.opencv.ImreadMode
 
IMREAD_COLOR - adams.data.opencv.ImreadMode
 
IMREAD_GRAYSCALE - adams.data.opencv.ImreadMode
 
IMREAD_IGNORE_ORIENTATION - adams.data.opencv.ImreadMode
 
IMREAD_LOAD_GDAL - adams.data.opencv.ImreadMode
 
IMREAD_REDUCED_COLOR_2 - adams.data.opencv.ImreadMode
 
IMREAD_REDUCED_COLOR_4 - adams.data.opencv.ImreadMode
 
IMREAD_REDUCED_COLOR_8 - adams.data.opencv.ImreadMode
 
IMREAD_REDUCED_GRAYSCALE_2 - adams.data.opencv.ImreadMode
 
IMREAD_REDUCED_GRAYSCALE_4 - adams.data.opencv.ImreadMode
 
IMREAD_REDUCED_GRAYSCALE_8 - adams.data.opencv.ImreadMode
 
IMREAD_UNCHANGED - adams.data.opencv.ImreadMode
 
ImreadMode - Enum in adams.data.opencv
Modes for reading images using imread.
IMWRITE_EXR_COMPRESSION - adams.data.opencv.ImwriteFlag
 
IMWRITE_EXR_TYPE - adams.data.opencv.ImwriteFlag
 
IMWRITE_JPEG_CHROMA_QUALITY - adams.data.opencv.ImwriteFlag
 
IMWRITE_JPEG_LUMA_QUALITY - adams.data.opencv.ImwriteFlag
 
IMWRITE_JPEG_OPTIMIZE - adams.data.opencv.ImwriteFlag
 
IMWRITE_JPEG_PROGRESSIVE - adams.data.opencv.ImwriteFlag
 
IMWRITE_JPEG_QUALITY - adams.data.opencv.ImwriteFlag
 
IMWRITE_JPEG_RST_INTERVAL - adams.data.opencv.ImwriteFlag
 
IMWRITE_JPEG2000_COMPRESSION_X1000 - adams.data.opencv.ImwriteFlag
 
IMWRITE_PAM_TUPLETYPE - adams.data.opencv.ImwriteFlag
 
IMWRITE_PNG_BILEVEL - adams.data.opencv.ImwriteFlag
 
IMWRITE_PNG_COMPRESSION - adams.data.opencv.ImwriteFlag
 
IMWRITE_PNG_STRATEGY - adams.data.opencv.ImwriteFlag
 
IMWRITE_PXM_BINARY - adams.data.opencv.ImwriteFlag
 
IMWRITE_TIFF_COMPRESSION - adams.data.opencv.ImwriteFlag
 
IMWRITE_TIFF_RESUNIT - adams.data.opencv.ImwriteFlag
 
IMWRITE_TIFF_XDPI - adams.data.opencv.ImwriteFlag
 
IMWRITE_TIFF_YDPI - adams.data.opencv.ImwriteFlag
 
IMWRITE_WEBP_QUALITY - adams.data.opencv.ImwriteFlag
 
ImwriteFlag - Enum in adams.data.opencv
The flags that imwrite supports.
InactiveActor - Interface in adams.flow.core
Indicator interface for actors that have been "put to sleep".
InactiveSink - Class in adams.flow.sink
Encapsulates a sequence of inactive actors.
Can be removed with the adams.flow.processor.ReactivateActors processor.
InactiveSink() - Constructor for class adams.flow.sink.InactiveSink
Default constructor.
InactiveSink(Actor) - Constructor for class adams.flow.sink.InactiveSink
Encapsulates the specified actor.
InactiveSink(Actor[]) - Constructor for class adams.flow.sink.InactiveSink
Encapsulates the specified actors.
InactiveSource - Class in adams.flow.source
Encapsulates a sequence of flow items, with the last one generating the output for this meta-source.
Can be removed with the adams.flow.processor.ReactivateActors processor.
InactiveSource() - Constructor for class adams.flow.source.InactiveSource
Default constructor.
InactiveSource(Actor) - Constructor for class adams.flow.source.InactiveSource
Encapsulates the specified actor.
InactiveSource(Actor[]) - Constructor for class adams.flow.source.InactiveSource
Encapsulates the specified actors.
InactiveStandalone - Class in adams.flow.standalone
Container for inactive standalone actors.
Can be activated with the adams.flow.processor.ReactivateActors processor.
InactiveStandalone() - Constructor for class adams.flow.standalone.InactiveStandalone
Default constructor.
InactiveStandalone(Actor) - Constructor for class adams.flow.standalone.InactiveStandalone
Encapsulates the specified actor.
InactiveStandalone(Actor[]) - Constructor for class adams.flow.standalone.InactiveStandalone
Encapsulates the specified actors.
InactiveTransformer - Class in adams.flow.transformer
Encapsulates a sequence of inactive actors.
InactiveTransformer() - Constructor for class adams.flow.transformer.InactiveTransformer
Default constructor.
InactiveTransformer(Actor) - Constructor for class adams.flow.transformer.InactiveTransformer
Encapsulates the specified actor.
InactiveTransformer(Actor[]) - Constructor for class adams.flow.transformer.InactiveTransformer
Encapsulates the specified actors.
INBOOK - adams.core.TechnicalInformation.Type
A part of a book, which may be a chapter (or section or whatever) and/or a range of pages.
inc(Polygon, int, int) - Static method in class adams.gui.visualization.image.PolygonUtils
Increments/decrements the x/y coordinates of the polygon.
incCounter() - Method in class adams.flow.execution.AbstractTimedFlowExecutionListenerWithTable
Increments the counter and checks whether the GUI needs updating.
incFailedConnectAttempt(String, String, BasePassword) - Method in class adams.db.AbstractDatabaseConnection
Increments the failed attempt for the given connection.
includeBaseImageTipText() - Method in class adams.data.imagesegmentation.operation.SimpleOverlay
Returns the tip text for this property.
includeClassTipText() - Method in class weka.filters.unsupervised.instance.RemoveDuplicates
Returns the tip text for this property.
includeClassTipText() - Method in class weka.filters.unsupervised.instance.Sort
Returns the tip text for this property.
includeColumn(SpreadSheet, int) - Method in class adams.data.conversion.AbstractSpreadSheetToMatrix
Determines whether to include this particular column.
includeColumn(SpreadSheet, int) - Method in class adams.data.conversion.SpreadSheetToDoubleMatrix
Determines whether to include this particular column.
includeColumn(SpreadSheet, int) - Method in class adams.data.conversion.SpreadSheetToStringMatrix
Determines whether to include this particular column.
includeDotTipText() - Method in class adams.flow.transformer.FileExtension
Returns the tip text for this property.
IncludeExternalSink - Class in adams.flow.sink
Includes an external sink.
IncludeExternalSink() - Constructor for class adams.flow.sink.IncludeExternalSink
 
IncludeExternalSource - Class in adams.flow.source
Includes an external source.
IncludeExternalSource() - Constructor for class adams.flow.source.IncludeExternalSource
 
IncludeExternalStandalone - Class in adams.flow.standalone
Includes an external standalone.
IncludeExternalStandalone() - Constructor for class adams.flow.standalone.IncludeExternalStandalone
 
IncludeExternalToExternalTransfer - Class in adams.core.optiontransfer
Transfers options from 'include external' to 'external' actors.
IncludeExternalToExternalTransfer() - Constructor for class adams.core.optiontransfer.IncludeExternalToExternalTransfer
 
IncludeExternalTransformer - Class in adams.flow.transformer
Includes an external transformer.
IncludeExternalTransformer() - Constructor for class adams.flow.transformer.IncludeExternalTransformer
 
includeFromTipText() - Method in class adams.flow.source.RSync
 
includeFromTipText() - Method in class adams.flow.source.SimpleRSync
 
includeMetaDataTipText() - Method in class adams.flow.transformer.ImageObjectToVariables
Returns the tip text for this property.
includeSplitDateTipText() - Method in class adams.flow.transformer.timeseriessplit.AbstractSplitOnDate
Returns the tip text for this property.
includeTipText() - Method in class adams.flow.FlowRunner
Returns the tip text for this property.
includeTipText() - Method in class adams.flow.source.RSync
 
includeTipText() - Method in class adams.flow.source.SimpleRSync
 
INCOLLECTION - adams.core.TechnicalInformation.Type
A part of a book having its own title.
incomingTipText() - Method in class adams.scripting.engine.FileBasedScriptingEngine
Returns the tip text for this property.
incorrectTipText() - Method in class weka.filters.unsupervised.attribute.SpellChecker
Returns the tip text for this property.
incProgress() - Method in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment
Increments and updates the progress.
increaseHeap() - Method in class adams.core.management.Launcher
Increase the heap by 50%.
increment(int[], int[]) - Static method in class adams.data.matlab.MatlabUtils
Increments the index.
increment(int[], int[], int[]) - Static method in class adams.data.matlab.MatlabUtils
Increments the index.
INCREMENTAL - adams.flow.transformer.WekaFileReader.OutputType
row by row.
IncrementalAlgorithm<T extends Model> - Interface in adams.ml.model
Interface for incremental algorithms.
IncrementalClassifier - Interface in adams.ml.model.classification
Interface for incremental classification algorithms.
IncrementalClusterer - Interface in adams.ml.model.clustering
Interface for incremental cluster algorithms.
IncrementalDataContainerReader - Interface in adams.data.io.input
For data container readers that can read the data incrementally.
IncrementalMultiTargetClassifier - Interface in adams.ml.model.classification
Interface for incremental multi-target classification algorithms.
IncrementalMultiTargetRegressor - Interface in adams.ml.model.regression
Interface for incremental multi-target regression algorithms.
IncrementalRegressor - Interface in adams.ml.model.regression
Interface for incremental regression algorithms.
IncrementalSpreadSheetWriter - Interface in adams.data.io.output
Interface for writers that allow incremental writing.
IncrementalSumPaintlet - Class in adams.gui.visualization.sequence
A paintlet for painting a line plot of a sequence.
IncrementalSumPaintlet() - Constructor for class adams.gui.visualization.sequence.IncrementalSumPaintlet
 
incrementalTipText() - Method in class adams.flow.source.WekaDatabaseReader
Returns the tip text for this property.
incrementOnlyIfConditionMetTipText() - Method in class adams.flow.control.Count
Returns the tip text for this property.
incrementTypeTipText() - Method in class adams.flow.transformer.IncStorageValue
Returns the tip text for this property.
incrementTypeTipText() - Method in class adams.flow.transformer.IncVariable
Returns the tip text for this property.
IncStorageValue - Class in adams.flow.transformer
Increments the value of a storage value by either an integer or double increment.
If the storage value has not been set yet, it will get set to 0.
If the storage value contains a non-numerical value, no increment will be performed.
It is also possible to directly output the updated storage value (while discarding the input token).
IncStorageValue() - Constructor for class adams.flow.transformer.IncStorageValue
 
IncStorageValue.IncrementType - Enum in adams.flow.transformer
The type of increment to perform.
IncVariable - Class in adams.flow.transformer
Increments the value of a variable by either an integer or double increment.
If the variable has not been set yet, it will get set to 0.
If the variable contains a non-numerical value, no increment will be performed.
It is also possible to directly output the updated variable (while discarding the input token).
IncVariable() - Constructor for class adams.flow.transformer.IncVariable
 
IncVariable.IncrementType - Enum in adams.flow.transformer
The type of increment to perform.
indent(String, int) - Static method in class adams.core.Utils
Inserts blanks at the start of each line.
indent(String, int) - Static method in class adams.gui.flow.tree.TreeHelper
Inserts blanks at the start of the string.
indent(String, int, String) - Method in class adams.doc.javadoc.Javadoc
indents the given string by a given number of indention strings.
indent(String, String) - Static method in class adams.core.Utils
Indents each line with the specified string.
indentationTipText() - Method in class adams.core.PropertiesToCode
Returns the tip text for this property.
indentationTipText() - Method in class adams.flow.transformer.StringIndent
Returns the tip text for this property.
IndependentComponentsTab - Class in adams.gui.tools.wekainvestigator.tab
Visualizes the ICA components/sources and ICA space calculated from the selected dataset.
IndependentComponentsTab() - Constructor for class adams.gui.tools.wekainvestigator.tab.IndependentComponentsTab
 
index - Variable in class adams.core.option.AbstractDocumentationProducer.ActorPosition
the index.
index - Variable in class adams.gui.core.BaseTabbedPane.TabUndo
the position.
index - Variable in class adams.gui.core.MultiPagePane.PageUndo
the position.
index() - Method in interface adams.data.spreadsheet.Cell
Returns the column this cell is in.
index() - Method in class adams.data.spreadsheet.CellView
Returns the column this cell is in.
index() - Method in class adams.data.spreadsheet.DoubleCell
Returns the column this cell is in.
index() - Method in class adams.data.spreadsheet.FloatCell
Returns the column this cell is in.
index() - Method in class adams.flow.core.AbstractActor
Returns the index of this actor in its parent's collection.
index() - Method in interface adams.flow.core.Actor
Returns the index of this actor in its parent's collection.
index() - Method in class adams.ml.data.DataCellView
Returns the column this cell is in.
index(int) - Method in class weka.core.AbstractHashableInstance
Returns the index of the attribute stored at the given position in the sparse representation.
Index - Class in adams.core
A simple class that translates human-readable 1-based index strings (including "first", "second", "third", "last_2", "last_1" and "last") into integer indices.
Index - Class in adams.db.indices
An Index is an ordered collection of IndexColumns
Index() - Constructor for class adams.core.Index
Initializes with no index.
Index() - Constructor for class adams.db.indices.Index
Constructor
Index(String) - Constructor for class adams.core.Index
Initializes with the given index, but no maximum.
Index(String, int) - Constructor for class adams.core.Index
Initializes with the given index and maximum.
INDEX - adams.gui.core.PropertiesParameterPanel.PropertyType
index (1-based).
INDEX - Static variable in class weka.filters.unsupervised.attribute.NominalToNumeric
 
INDEX - Static variable in class weka.filters.unsupervised.instance.multirowprocessor.selection.GroupExpression
 
INDEX - Static variable in class weka.filters.unsupervised.instance.RemoveWithLabels
 
INDEX_INFO - adams.db.MetaDataType
 
INDEX_INT - adams.flow.transformer.ImageObjectInfo.InfoType
 
INDEX_STRING - adams.flow.transformer.ImageObjectInfo.InfoType
 
IndexCheckModel() - Constructor for class adams.gui.core.IndexTextField.IndexCheckModel
 
IndexColumn - Class in adams.db.indices
An IndexColumn holds the column name and whether ascending or descending ordering.
IndexColumn(String) - Constructor for class adams.db.indices.IndexColumn
Constructor.
IndexColumn(String, boolean) - Constructor for class adams.db.indices.IndexColumn
Constructor.
IndexColumn(String, boolean, int) - Constructor for class adams.db.indices.IndexColumn
Constructor.
IndexColumn(String, String) - Constructor for class adams.db.indices.IndexColumn
Constructor.
IndexColumn(String, String, int) - Constructor for class adams.db.indices.IndexColumn
Constructor.
indexColumnTipText() - Method in class adams.data.conversion.SpreadSheetToCreateTableStatement
Returns the tip text for this property.
IndexedBinValueExtractor() - Constructor for class adams.data.binning.operation.Wrapping.IndexedBinValueExtractor
Initializes the index.
IndexedBooleanCondition - Interface in adams.flow.condition.bool
Boolean conditions that return also an index, as they do encapsulate multiple boolean conditions at the same time.
IndexedBooleanConditionSupporter - Interface in adams.flow.condition.bool
Interface for classes that support IndexedBooleanCondition objects.
IndexedColors - Class in adams.data.jai.transformer
Turns an RGB image into one with an indexed color palette.
IndexedColors() - Constructor for class adams.data.jai.transformer.IndexedColors
 
IndexedColors.ColorQuantizer - Enum in adams.data.jai.transformer
The types of color quantizers.
IndexEditor - Class in adams.gui.goe
A PropertyEditor for Index objects.
IndexEditor() - Constructor for class adams.gui.goe.IndexEditor
 
IndexedPNGImageHandler - Class in adams.gui.tools.previewbrowser
Changes the indexed colors to the ones specified by the color provider for PNG files.
IndexedPNGImageHandler() - Constructor for class adams.gui.tools.previewbrowser.IndexedPNGImageHandler
 
IndexedPNGImageSegmentationReader - Class in adams.data.io.input
The layers are stored in the blue channel, with 0 being the background.
IndexedPNGImageSegmentationReader() - Constructor for class adams.data.io.input.IndexedPNGImageSegmentationReader
 
IndexedPNGImageSegmentationWriter - Class in adams.data.io.output
Each layer gets stored with a separate color in the palette.
IndexedPNGImageSegmentationWriter() - Constructor for class adams.data.io.output.IndexedPNGImageSegmentationWriter
 
IndexedSplit - Class in adams.data.indexedsplits
Combines several lists of (named) indices.
IndexedSplit(int) - Constructor for class adams.data.indexedsplits.IndexedSplit
Initializes the split.
IndexedSplits - Class in adams.data.indexedsplits
Combines multiple IndexedSplit objects.
IndexedSplits() - Constructor for class adams.data.indexedsplits.IndexedSplits
Constructs an empty list with an initial capacity of ten.
IndexedSplits(Collection<IndexedSplit>) - Constructor for class adams.data.indexedsplits.IndexedSplits
Constructs a list containing the elements of the specified collection, in the order they are returned by the collection's iterator.
IndexedSplitsRun - Class in adams.data.indexedsplits
Encapsulates a single run of indexed splits.
IndexedSplitsRun(int, IndexedSplits) - Constructor for class adams.data.indexedsplits.IndexedSplitsRun
Initializes the run.
IndexedSplitsRuns - Class in adams.data.indexedsplits
Combines multiple IndexedSplitRun objects.
IndexedSplitsRuns() - Constructor for class adams.data.indexedsplits.IndexedSplitsRuns
Constructs an empty list with an initial capacity of ten.
IndexedSplitsRuns(Collection<IndexedSplitsRun>) - Constructor for class adams.data.indexedsplits.IndexedSplitsRuns
Constructs a list containing the elements of the specified collection, in the order they are returned by the collection's iterator.
IndexedSplitsRunsCompatibility - Interface in adams.data.indexedsplits
Interface for compatibility checks between data and indexed splits runs.
IndexedSplitsRunsEvaluation - Class in adams.flow.transformer
Uses the specified evaluation for evaluating the incoming data.
IndexedSplitsRunsEvaluation - Class in adams.gui.tools.wekainvestigator.tab.classifytab.evaluation
Performs the evaluation according to the provided indexed splits.
IndexedSplitsRunsEvaluation<I,​O> - Interface in adams.flow.transformer.indexedsplitsrunsevaluation
Interface for performing evaluations on indexed splits runs.
IndexedSplitsRunsEvaluation() - Constructor for class adams.flow.transformer.IndexedSplitsRunsEvaluation
 
IndexedSplitsRunsEvaluation() - Constructor for class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.IndexedSplitsRunsEvaluation
 
IndexedSplitsRunsEvaluation.SourceType - Enum in adams.flow.transformer
the source of the indexed splits.
IndexedSplitsRunsGenerator - Class in adams.flow.transformer
Uses the specified generator for generating indexed splits from the incoming data.
IndexedSplitsRunsGenerator - Interface in adams.flow.transformer.indexedsplitsrunsgenerator
Interface for schemes that generate indexed splits runs.
IndexedSplitsRunsGenerator() - Constructor for class adams.flow.transformer.IndexedSplitsRunsGenerator
 
IndexedSplitsRunsPredictions - Class in adams.flow.transformer
Uses the specified generator for generating predictions from indexed splits for the incoming data.
IndexedSplitsRunsPredictions<T> - Interface in adams.flow.transformer.indexedsplitsrunspredictions
Interface for generating predictions on indexed splits runs.
IndexedSplitsRunsPredictions() - Constructor for class adams.flow.transformer.IndexedSplitsRunsPredictions
 
IndexedSplitsRunsPredictions.SourceType - Enum in adams.flow.transformer
the source of the indexed splits.
IndexedSplitsRunsReader - Class in adams.flow.transformer
Reads indexed splits runs from disk using the specified reader.
IndexedSplitsRunsReader() - Constructor for class adams.flow.transformer.IndexedSplitsRunsReader
 
IndexedSplitsRunsRenderer - Class in adams.data.textrenderer
Renders indexed splits runs as text.
IndexedSplitsRunsRenderer() - Constructor for class adams.data.textrenderer.IndexedSplitsRunsRenderer
 
IndexedSplitsRunsWriter - Class in adams.flow.sink
Reads indexed splits runs from disk using the specified writer.
IndexedSplitsRunsWriter() - Constructor for class adams.flow.sink.IndexedSplitsRunsWriter
 
IndexHelper - Class in adams.gui.visualization.stats.core
Class containing a static method for setting an attribute index using provided index or regular expression.
IndexHelper() - Constructor for class adams.gui.visualization.stats.core.IndexHelper
 
indexOf(EmailContact) - Method in class adams.gui.selection.SelectEmailAddressPanel.TableModel
Returns the index of the given (visible) item, -1 if not found.
indexOf(AbstractField) - Method in class adams.gui.selection.FieldCacheTableModel
Returns the index of the given (visible) field, -1 if not found.
indexOf(Cell) - Method in class adams.data.spreadsheet.DataRowView
Returns the column this particular cell is in (must belong to this row!).
indexOf(Cell) - Method in class adams.data.spreadsheet.DenseDataRow
Returns the column this particular cell is in (must belong to this row!).
indexOf(Cell) - Method in class adams.data.spreadsheet.HeaderRow
Returns the column this particular cell is in (must belong to this row!).
indexOf(Cell) - Method in interface adams.data.spreadsheet.Row
Returns the column this particular cell is in (must belong to this row!).
indexOf(Cell) - Method in class adams.data.spreadsheet.SparseDataRow
Returns the column this particular cell is in (must belong to this row!).
indexOf(Cell) - Method in class adams.ml.data.InstancesHeaderRow
Returns the column this particular cell is in (must belong to this row!).
indexOf(Cell) - Method in class adams.ml.data.InstanceView
Returns the column this particular cell is in (must belong to this row!).
indexOf(FlowSetup) - Method in class adams.gui.flow.setup.FlowSetupTableModel
Returns the index of the given flow setup.
indexOf(LocatedObject) - Method in class adams.gui.visualization.image.LocatedObjectsTableModel
Returns the index of the object in the underlying list.
indexOf(Object) - Method in class adams.data.SortedList
Returns the index of the object in the list.
indexOf(Object) - Method in class adams.multiprocess.JobList
Returns the index in this list of the first occurrence of the specified element, or -1 if this list does not contain this element.
indexOf(String) - Method in class adams.data.spreadsheet.HeaderRow
Returns the index of the specified key.
indexOf(String) - Method in class adams.flow.control.AbstractControlActor
Returns the index of the actor.
indexOf(String) - Method in class adams.flow.control.AbstractTee
Returns the index of the actor.
indexOf(String) - Method in class adams.flow.control.Branch
Returns the index of the actor.
indexOf(String) - Method in class adams.flow.control.FileProcessor
Returns the index of the actor.
indexOf(String) - Method in class adams.flow.control.IfStorageValue
Returns the index of the actor.
indexOf(String) - Method in class adams.flow.control.IfThenElse
Returns the index of the actor.
indexOf(String) - Method in class adams.flow.control.LoadBalancer
Returns the index of the actor.
indexOf(String) - Method in class adams.flow.control.LocalScopeTransformer
Returns the index of the actor.
indexOf(String) - Method in class adams.flow.control.MutableConnectedControlActor
Returns the index of the actor.
indexOf(String) - Method in class adams.flow.control.MutableControlActor
Returns the index of the actor.
indexOf(String) - Method in class adams.flow.control.Switch
Returns the index of the actor.
indexOf(String) - Method in class adams.flow.control.TryCatch
Returns the index of the actor.
indexOf(String) - Method in class adams.flow.control.UpdateProperties
Returns the index of the actor.
indexOf(String) - Method in class adams.flow.control.WhileLoop
Returns the index of the actor.
indexOf(String) - Method in interface adams.flow.core.ActorHandler
Returns the index of the actor.
indexOf(String) - Method in class adams.flow.setup.FlowSetupManager
Returns the index of the flowsetup with the given name.
indexOf(String) - Method in class adams.flow.source.SwitchedSource
Returns the index of the actor.
indexOf(String) - Method in class adams.flow.standalone.AbstractMultiView
Returns the index of the actor.
indexOf(String) - Method in class adams.flow.standalone.AbstractMutableActorDaemonEvent
Returns the index of the actor.
indexOf(String) - Method in class adams.flow.standalone.AbstractMutableStandaloneGroupItem
Returns the index of the actor.
indexOf(String) - Method in class adams.flow.standalone.AbstractStandaloneGroup
Returns the index of the actor.
indexOf(String) - Method in class adams.flow.standalone.Cron
Returns the index of the actor.
indexOf(String) - Method in class adams.flow.standalone.DelayedEvent
Returns the index of the actor.
indexOf(String) - Method in class adams.flow.standalone.Events
Returns the index of the actor.
indexOf(String) - Method in class adams.flow.standalone.JavaExec
Returns the index of the actor.
indexOf(String) - Method in class adams.flow.standalone.QueueEvent
Returns the index of the actor.
indexOf(String) - Method in class adams.gui.flow.tree.ClipboardActorContainer
Returns the index of the actor.
indexOf(String) - Method in class adams.gui.flow.tree.Node
Returns the index of the child with the specified actor name.
indexOf(String) - Method in interface adams.gui.visualization.container.NamedContainerManager
Returns the index of the first ID or display ID that matches the specified one.
indexOf(String) - Method in class adams.gui.visualization.instance.InstanceContainerManager
Determines the index of the sequence with the specified ID.
indexOf(String) - Method in class adams.gui.visualization.report.ReportContainerManager
Determines the index of the reports with the specified ID.
indexOf(String) - Method in class adams.gui.visualization.sequence.XYSequenceContainerManager
Determines the index of the sequence with the specified ID.
indexOf(String) - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowContainerManager
Determines the index of the sequence with the specified ID.
indexOf(String) - Method in class adams.gui.visualization.timeseries.TimeseriesContainerManager
Determines the index of the timeseries with the specified ID.
indexOf(String[], String) - Method in class adams.gui.chooser.SelectOptionPanel
Returns the index of the option in the provided array.
indexOf(String, String, int) - Method in class adams.gui.scripting.SyntaxDocument
Assume the needle will the found at the start/end of the line.
indexOf(T) - Method in class adams.gui.selection.AbstractTableBasedSelectionPanel.AbstractSelectionTableModel
Returns the index of the given (visible) item, -1 if not found.
indexOf(T) - Method in class adams.gui.tools.AbstractManagementTableModel
Returns the index of the given (visible) Object, -1 if not found.
indexOf(T) - Method in class adams.gui.visualization.container.AbstractContainerManager
Determines the index of the container.
indexOfColumn(String) - Method in interface adams.ml.data.Dataset
Returns the index of the column using the specified name.
indexOfColumn(String) - Method in class adams.ml.data.DatasetView
Returns the index of the column using the specified name.
indexOfColumn(String) - Method in class adams.ml.data.DefaultDataset
Returns the index of the column using the specified name.
indexOfColumn(String) - Method in class adams.ml.data.InstancesView
Returns the index of the column using the specified name.
indexOfContent(String) - Method in class adams.data.spreadsheet.HeaderRow
Returns the index of the cell that has the specified content.
indexOfDataset(List<DataContainer>, String) - Static method in class adams.gui.tools.wekainvestigator.evaluation.DatasetHelper
Determines the index of the old dataset name in the current dataset model.
indexOfDefaultHandler(Handler) - Static method in class adams.core.logging.LoggingHelper
Determines the index of the handler in the default handler.
indexOfEntry(String) - Method in class adams.gui.core.AbstractNamedHistoryPanel
Returns the index of the entry.
indexOfFiltered(T) - Method in class adams.gui.visualization.container.AbstractContainerManager
Determines the index of the filtered container.
indexOfMenuItem(JMenu, JMenuItem) - Method in class adams.flow.sink.AbstractTextualDisplay
Determines the index of the menu item in the specified menu.
indexOfMenuItem(JMenu, JMenuItem) - Method in class adams.flow.standalone.ConsoleWindow
Determines the index of the menu item in the specified menu.
indexOfPage(MultiPagePane.PageContainer) - Method in class adams.gui.core.MultiPagePane
Returns the page index for the page container.
indexOfPage(Component) - Method in class adams.gui.core.MultiPagePane
Returns the page index for the page component.
indexOfPanel(String) - Method in class adams.gui.flow.FlowMultiPagePane
Returns the index of the panel with the specified title.
indexOfUnescaped(String, char, int) - Method in class weka.core.converters.SimpleArffLoader
Finds the index of an unescaped (ie not preceded by backslash) character starting with the provided starting position.
IndexParsing - Class in adams.core.option.parsing
For parsing Index options.
IndexParsing() - Constructor for class adams.core.option.parsing.IndexParsing
 
indexSeparatorTipText() - Method in class adams.data.conversion.SpreadSheetColumnFinderToRange
Returns the tip text for this property.
indexSeparatorTipText() - Method in class adams.data.conversion.SpreadSheetRowFinderToRange
Returns the tip text for this property.
IndexTextField - Class in adams.gui.core
Text field designed for entering a single index, eg for attributes.
IndexTextField() - Constructor for class adams.gui.core.IndexTextField
Constructs a new TextField.
IndexTextField(String) - Constructor for class adams.gui.core.IndexTextField
Constructs a new TextField.
IndexTextField.IndexCheckModel - Class in adams.gui.core
A model for checking Index values.
indexTipText() - Method in class adams.data.conversion.Mat5StructToMap
Returns the tip text for this property.
indexTipText() - Method in class adams.data.conversion.WekaForecastContainerToArray
Returns the tip text for this property.
indexTipText() - Method in class adams.data.conversion.WekaForecastContainerToTimeseries
Returns the tip text for this property.
indexTipText() - Method in interface adams.data.matlab.MatlabArrayIndexSupporter
Returns the tip text for this property.
indexTipText() - Method in class adams.data.outlier.TimeseriesTimestampCheck
Returns the tip text for this property.
indexTipText() - Method in class adams.data.weka.classattribute.AttributeIndex
Returns the tip text for this property.
indexTipText() - Method in class adams.data.weka.relationname.AttributeIndex
Returns the tip text for this property.
indexTipText() - Method in class adams.flow.sink.Histogram
Returns the tip text for this property.
indexTipText() - Method in class adams.flow.transformer.GetArrayElement
Returns the tip text for this property.
indexTipText() - Method in class adams.flow.transformer.GetListElement
Returns the tip text for this property.
indexTipText() - Method in class adams.flow.transformer.ImageObjectInfo
Returns the tip text for this property.
indexTipText() - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesGroupedCrossValidationFoldGenerator
Returns the tip text for this property.
indexTipText() - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesGroupedRandomSplitGenerator
Returns the tip text for this property.
indexTipText() - Method in class adams.flow.transformer.Mat5ArraySubset
Returns the tip text for this property.
indexTipText() - Method in class adams.flow.transformer.Mat5GetMatrixElement
Returns the tip text for this property.
indexTipText() - Method in class adams.flow.transformer.Mat5SetMatrixElement
Returns the tip text for this property.
indexTipText() - Method in class adams.flow.transformer.multispreadsheetoperation.CommonIDs
Returns the tip text for this property.
indexTipText() - Method in class adams.flow.transformer.RemoveImageObject
Returns the tip text for this property.
indexTipText() - Method in class adams.flow.transformer.SetArrayElement
Returns the tip text for this property.
indexTipText() - Method in class adams.flow.transformer.SpreadSheetCommonIDs
Returns the tip text for this property.
indexTipText() - Method in class adams.flow.transformer.SpreadSheetExtractArray
Returns the tip text for this property.
indexTipText() - Method in class adams.flow.transformer.WekaExtractArray
Returns the tip text for this property.
indexTipText() - Method in class adams.flow.transformer.WekaGetInstanceValue
Returns the tip text for this property.
indexTipText() - Method in class adams.flow.transformer.WekaSetInstanceValue
Returns the tip text for this property.
indexTipText() - Method in class adams.flow.transformer.WekaSubsets
Returns the tip text for this property.
indexTipText() - Method in class weka.classifiers.GroupedBinnedNumericClassCrossValidationFoldGenerator
Returns the tip text for this property.
indexTipText() - Method in class weka.classifiers.GroupedBinnedNumericClassRandomSplitGenerator
Returns the tip text for this property.
indexTipText() - Method in class weka.classifiers.GroupedCrossValidationFoldGenerator
Returns the tip text for this property.
indexTipText() - Method in class weka.classifiers.GroupedRandomSplitGenerator
Returns the tip text for this property.
indexTipText() - Method in class weka.classifiers.LeaveOneOutByValueGenerator
Returns the tip text for this property.
indexTipText() - Method in class weka.filters.unsupervised.attribute.NominalToNumeric
Returns the tip text for this property.
indexTipText() - Method in class weka.filters.unsupervised.instance.multirowprocessor.selection.GroupExpression
Returns the tip text for this property.
indexTipText() - Method in class weka.filters.unsupervised.instance.RemoveWithLabels
Returns the tip text for this property.
indexValue() - Method in class adams.core.base.Mat5ArrayDimensions
Returns the value as dimensional index.
indexValue() - Method in class adams.core.base.Mat5ArrayElementIndex
Returns the value as dimensional index.
indexValue(boolean) - Method in class adams.core.base.Mat5ArrayElementIndex
Returns the value as dimensional index.
indicateValidity() - Method in class adams.gui.core.CheckedTextField
Updates the color of the border, indicating with RED if the input is invalid.
indicateValidity() - Method in class adams.gui.goe.IndexEditor
Updates the color of the border, indicating with RED if the input is invalid.
indicateValidity() - Method in class adams.gui.goe.InlineEditor
Updates the color of the border, indicating with RED if the input is invalid.
indicateValidity() - Method in class adams.gui.goe.RangeEditor
Updates the color of the border, indicating with RED if the input is invalid.
indicateValidity() - Method in class adams.gui.goe.UnorderedRangeEditor
Updates the color of the border, indicating with RED if the input is invalid.
indicateValidity() - Method in class adams.gui.goe.VariableNameValuePairEditor
Updates the color of the border, indicating with RED if the input is invalid.
INDICATOR_ADDED - Static variable in class adams.core.DiffUtils
the indicator for "added".
INDICATOR_CHANGED - Static variable in class adams.core.DiffUtils
the indicator for "changed".
INDICATOR_DELETED - Static variable in class adams.core.DiffUtils
the indicator for "deleted".
INDICATOR_SAME - Static variable in class adams.core.DiffUtils
the indicator for "same".
indicatorTipText() - Method in class adams.gui.visualization.stats.scatterplot.Diagonal
Tip text for the indicator property.
Indices - Class in adams.db.indices
Indices is a collection of Index objects for a table
Indices() - Constructor for class adams.db.indices.Indices
Constructor
indicesTipText() - Method in class weka.classifiers.MultiLevelSplitGenerator
Returns the tip text for this property.
IndividualImageSegmentationLayerReader - Class in adams.data.io.input
Uses a JPG as base image and indexed PNG files for the individual layers (0 = background, 1 = annotation).
IndividualImageSegmentationLayerReader() - Constructor for class adams.data.io.input.IndividualImageSegmentationLayerReader
 
IndividualImageSegmentationLayerWriter - Class in adams.data.io.output
Uses a JPG as base image and indexed PNG files for the individual layers (0 = background, 1 = annotation).
IndividualImageSegmentationLayerWriter() - Constructor for class adams.data.io.output.IndividualImageSegmentationLayerWriter
 
individualIndicesTipText() - Method in class adams.data.conversion.SpreadSheetColumnFinderToRange
Returns the tip text for this property.
individualIndicesTipText() - Method in class adams.data.conversion.SpreadSheetRowFinderToRange
Returns the tip text for this property.
IndividualRows - Class in weka.filters.unsupervised.instance.multirowprocessor.selection
Just selects each row by itself.
IndividualRows() - Constructor for class weka.filters.unsupervised.instance.multirowprocessor.selection.IndividualRows
 
IndividualsControlChart - Interface in adams.data.spc
Interface for control charts that work on individuals rather than samples.
individualsTipText() - Method in class adams.data.io.output.DeepLabCutCSVWriter
Returns the tip text for this property.
INDONESIAN - adams.flow.core.TesseractLanguage
 
InetUtils - Class in adams.core.net
Utility class for internet-related stuff.
InetUtils() - Constructor for class adams.core.net.InetUtils
 
INF_FUTURE - adams.gui.goe.AbstractBaseDateTypeEditor.Placeholder
 
INF_FUTURE - Static variable in class adams.core.base.BaseDate
the placeholder for "+INF" (infinity in the future).
INF_FUTURE - Static variable in class adams.core.base.BaseDateTime
the placeholder for "+INF" (infinity in the future).
INF_FUTURE - Static variable in class adams.core.base.BaseDateTimeMsec
the placeholder for "+INF" (infinity in the future).
INF_FUTURE - Static variable in class adams.core.base.BaseTime
the placeholder for "+INF" (infinity in the future).
INF_FUTURE - Static variable in class adams.core.base.BaseTimeMsec
the placeholder for "+INF" (infinity in the future).
INF_FUTURE_DATE - Static variable in class adams.core.base.BaseDate
the "+INF" date.
INF_FUTURE_DATE - Static variable in class adams.core.base.BaseDateTime
the "+INF" date.
INF_FUTURE_DATE - Static variable in class adams.core.base.BaseDateTimeMsec
the "+INF" date.
INF_FUTURE_DATE - Static variable in class adams.core.base.BaseTime
the "+INF" date.
INF_FUTURE_DATE - Static variable in class adams.core.base.BaseTimeMsec
the "+INF" date.
INF_PAST - adams.gui.goe.AbstractBaseDateTypeEditor.Placeholder
 
INF_PAST - Static variable in class adams.core.base.BaseDate
the placeholder for "-INF" (infinity in the past).
INF_PAST - Static variable in class adams.core.base.BaseDateTime
the placeholder for "-INF" (infinity in the past).
INF_PAST - Static variable in class adams.core.base.BaseDateTimeMsec
the placeholder for "-INF" (infinity in the past).
INF_PAST - Static variable in class adams.core.base.BaseTime
the placeholder for "-INF" (infinity in the past).
INF_PAST - Static variable in class adams.core.base.BaseTimeMsec
the placeholder for "-INF" (infinity in the past).
INF_PAST_DATE - Static variable in class adams.core.base.BaseDate
the "-INF" date.
INF_PAST_DATE - Static variable in class adams.core.base.BaseDateTime
the "-INF" date.
INF_PAST_DATE - Static variable in class adams.core.base.BaseDateTimeMsec
the "-INF" date.
INF_PAST_DATE - Static variable in class adams.core.base.BaseTime
the "-INF" date.
INF_PAST_DATE - Static variable in class adams.core.base.BaseTimeMsec
the "-INF" date.
infinityFuture() - Static method in class adams.core.base.BaseDate
Returns a new BaseDate object initialized with the INF_FUTURE placeholder.
infinityFuture() - Static method in class adams.core.base.BaseDateTime
Returns a new BaseDate object initialized with the INF_FUTURE placeholder.
infinityFuture() - Static method in class adams.core.base.BaseDateTimeMsec
Returns a new BaseDate object initialized with the INF_FUTURE placeholder.
infinityFuture() - Static method in class adams.core.base.BaseTime
Returns a new BaseTime object initialized with the INF_FUTURE placeholder.
infinityFuture() - Static method in class adams.core.base.BaseTimeMsec
Returns a new BaseTimeMsec object initialized with the INF_FUTURE placeholder.
infinityPast() - Static method in class adams.core.base.BaseDate
Returns a new BaseDate object initialized with the INF_PAST placeholder.
infinityPast() - Static method in class adams.core.base.BaseDateTime
Returns a new BaseDate object initialized with the INF_PAST placeholder.
infinityPast() - Static method in class adams.core.base.BaseDateTimeMsec
Returns a new BaseDate object initialized with the INF_PAST placeholder.
infinityPast() - Static method in class adams.core.base.BaseTime
Returns a new BaseTime object initialized with the INF_PAST placeholder.
infinityPast() - Static method in class adams.core.base.BaseTimeMsec
Returns a new BaseTimeMsec object initialized with the INF_PAST placeholder.
info(String) - Method in class adams.core.logging.Logger
Logs a Level.INFO message.
INFO - adams.core.logging.LoggingLevel
info messages and above.
INFO - adams.gui.flow.FlowPanelNotificationArea.NotificationType
 
INFO - weka.classifiers.trees.XGBoost.Verbosity
 
InformalTable - Class in adams.doc.docbook
Represents the "informaltable" tag.
InformalTable(int) - Constructor for class adams.doc.docbook.InformalTable
Initializes the tag.
InformalTable(AbstractTag[]) - Constructor for class adams.doc.docbook.InformalTable
Initializes the tag.
InformalTable(String[]) - Constructor for class adams.doc.docbook.InformalTable
Initializes the tag.
Information - Class in adams.gui.tools.spreadsheetviewer.tab
Simple information tab.
Information - Class in adams.gui.visualization.timeseries.containerlistpopup
Displays information about the timeseries.
Information() - Constructor for class adams.gui.tools.spreadsheetviewer.tab.Information
 
Information() - Constructor for class adams.gui.visualization.timeseries.containerlistpopup.Information
 
InformationDialog - Class in adams.flow.sink
Displays the incoming message in a message box.
InformationDialog() - Constructor for class adams.flow.sink.InformationDialog
 
InformativeStatistic - Class in adams.data.conversion
Turns the statistics obtained from a adams.data.statistics.InformativeStatisticSupporter into a spreadsheet.
InformativeStatistic - Class in adams.gui.visualization.debug.inspectionhandler
Provides further insight into InformativeStatistic objects.
InformativeStatistic - Interface in adams.data.statistics
Interface for statistics classes that can return several statistical values.
InformativeStatistic() - Constructor for class adams.data.conversion.InformativeStatistic
 
InformativeStatistic() - Constructor for class adams.gui.visualization.debug.inspectionhandler.InformativeStatistic
 
InformativeStatisticFactory - Class in adams.gui.visualization.statistics
A factory for GUI components for InformativeStatistic objects.
InformativeStatisticFactory() - Constructor for class adams.gui.visualization.statistics.InformativeStatisticFactory
 
InformativeStatisticFactory.Dialog - Class in adams.gui.visualization.statistics
A specialized dialog that displays informative statistics.
InformativeStatisticFactory.Model - Class in adams.gui.visualization.statistics
A specialized model for an object implementing the InformativeStatistic interface.
InformativeStatisticFactory.MultiPagePane - Class in adams.gui.visualization.statistics
A specialized multi-page pane that displays statistics.
InformativeStatisticFactory.Table - Class in adams.gui.visualization.statistics
A specialized table for displaying an object that implements the InformativeStatistic interface.
InformativeStatisticSupporter - Class in adams.gui.visualization.debug.inspectionhandler
Provides further insight into InformativeStatisticSupporter objects.
InformativeStatisticSupporter<T extends InformativeStatistic> - Interface in adams.data.statistics
Interface for classes that return an InformativeStatistic object.
InformativeStatisticSupporter() - Constructor for class adams.gui.visualization.debug.inspectionhandler.InformativeStatisticSupporter
 
infoTipText() - Method in class adams.flow.source.RSync
 
init() - Method in class adams.db.AbstractIndexedTable
Initialise table.
init() - Method in class adams.db.AbstractTable
Initialize table, e.g., creating.
init() - Method in class adams.opt.optimise.genetic.fitnessfunctions.AbstractWEKAFitnessFunction
 
init(int) - Method in class adams.opt.genetic.PackDataGeneticAlgorithm
 
init(int) - Method in class adams.opt.optimise.genetic.PackDataGeneticAlgorithm
 
init(int, int) - Method in class adams.opt.genetic.AbstractGeneticAlgorithm
Initializes the algorithm.
init(int, int) - Method in class adams.opt.optimise.genetic.AbstractGeneticAlgorithm
Initializes the algorithm.
init(AbstractDisplay) - Method in class adams.flow.core.displaytype.AbstractDisplayType
Initializes the use of the display.
init(AbstractDisplay) - Method in class adams.flow.core.displaytype.Background
Initializes the use of the display.
init(AbstractDisplay) - Method in class adams.flow.core.displaytype.Default
Initializes the use of the display.
init(AbstractDisplay) - Method in class adams.flow.core.displaytype.DisplayInEditor
Initializes the use of the display.
init(AbstractDisplay) - Method in class adams.flow.core.displaytype.NoDisplay
Initializes the use of the display.
init(Associator) - Method in class adams.gui.tools.wekainvestigator.tab.associatetab.evaluation.AbstractAssociatorEvaluation
Initializes the result item.
init(Associator) - Method in class adams.gui.tools.wekainvestigator.tab.associatetab.evaluation.Train
Initializes the result item.
init(ASEvaluation, ASSearch) - Method in class adams.gui.tools.wekainvestigator.tab.attseltab.evaluation.AbstractAttributeSelectionEvaluation
Initializes the result item.
init(ASEvaluation, ASSearch) - Method in class adams.gui.tools.wekainvestigator.tab.attseltab.evaluation.CrossValidation
Initializes the result item.
init(ASEvaluation, ASSearch) - Method in class adams.gui.tools.wekainvestigator.tab.attseltab.evaluation.Train
Initializes the result item.
init(Classifier) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.AbstractClassifierEvaluation
Initializes the result item.
init(Classifier) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.BuildModel
Initializes the result item.
init(Classifier) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.CrossValidation
Initializes the result item.
init(Classifier) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.FromPredictions
Initializes the result item.
init(Classifier) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.IndexedSplitsRunsEvaluation
Initializes the result item.
init(Classifier) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.ReevaluateModel
Initializes the result item.
init(Classifier) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.RepeatedCrossValidation
Initializes the result item.
init(Classifier) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.TrainTestSet
Initializes the result item.
init(Classifier) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.TrainTestSplit
Initializes the result item.
init(Classifier) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.TrainValidateTestSet
Initializes the result item.
init(Classifier) - Method in class adams.gui.tools.wekainvestigator.tab.experimenttab.setup.AbstractExperimentSetup
Initializes the result item.
init(Classifier) - Method in class adams.gui.tools.wekainvestigator.tab.experimenttab.setup.CrossValidationSetup
Initializes the result item.
init(Classifier) - Method in class adams.gui.tools.wekainvestigator.tab.experimenttab.setup.TrainTestSplitSetup
Initializes the result item.
init(Clusterer) - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.AbstractClustererEvaluation
Initializes the result item.
init(Clusterer) - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.BuildModel
Initializes the result item.
init(Clusterer) - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.ClassesToClusters
Initializes the result item.
init(Clusterer) - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.CrossValidation
Initializes the result item.
init(Clusterer) - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.ReevaluateModel
Initializes the result item.
init(Clusterer) - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.TrainTestSet
Initializes the result item.
init(Clusterer) - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.TrainTestSplit
Initializes the result item.
init_actions() - Method in class adams.parser.actorsuggestion.Parser
Action encapsulation object initializer.
init_actions() - Method in class adams.parser.basedate.Parser
Action encapsulation object initializer.
init_actions() - Method in class adams.parser.basedatetime.Parser
Action encapsulation object initializer.
init_actions() - Method in class adams.parser.basedatetimemsec.Parser
Action encapsulation object initializer.
init_actions() - Method in class adams.parser.basetime.Parser
Action encapsulation object initializer.
init_actions() - Method in class adams.parser.basetimemsec.Parser
Action encapsulation object initializer.
init_actions() - Method in class adams.parser.booleanexpression.Parser
Action encapsulation object initializer.
init_actions() - Method in class adams.parser.externalactorsuggestion.Parser
Action encapsulation object initializer.
init_actions() - Method in class adams.parser.lookupupdate.Parser
Action encapsulation object initializer.
init_actions() - Method in class adams.parser.mathematicalexpression.Parser
Action encapsulation object initializer.
init_actions() - Method in class adams.parser.spreadsheetformula.Parser
Action encapsulation object initializer.
init_actions() - Method in class adams.parser.spreadsheetquery.Parser
Action encapsulation object initializer.
init_actions() - Method in class adams.parser.stringexpression.Parser
Action encapsulation object initializer.
init_actions() - Method in class adams.parser.templatesuggestion.Parser
Action encapsulation object initializer.
initActions() - Method in class adams.gui.core.ToolBarPanel
Sets up all the actions.
initActions() - Method in class adams.gui.flow.FlowEditorPanel
Initializes the actions.
initActions() - Method in class adams.gui.flow.FlowRunnerPanel
Initializes the actions.
initActions() - Method in class adams.gui.tools.remotecontrolcenter.RemoteControlCenterPanel
Initializes the actions.
initActions() - Method in class adams.gui.tools.SpreadSheetViewerPanel
Initializes the actions.
initActions() - Method in class adams.gui.tools.wekainvestigator.InvestigatorPanel
Initializes the actions.
initActualFilter(Instances) - Method in class adams.flow.transformer.WekaFilter
Initializes the actual filter to use.
initAll() - Static method in class adams.gui.application.AbstractInitialization
Runs all the initialization applets.
initAll(AbstractApplicationFrame) - Static method in class adams.gui.application.AbstractInitialization
Runs all the initialization applets.
initAnnotations(Report) - Method in class adams.flow.transformer.draw.ObjectAnnotationsFromReport
Initializes the annotations.
initAnnotations(ImagePanel.PaintPanel) - Method in class adams.gui.visualization.image.ObjectAnnotations
Initializes the annotations.
initAnnotations(ObjectAnnotationPanel) - Method in class adams.gui.visualization.object.overlay.ObjectAnnotations
Initializes the annotations.
initBlacklisting() - Static method in class adams.gui.flow.tree.actorswap.ActorHandlerSuggestion
Initializes the blacklisting.
initButton() - Method in class adams.gui.core.BaseButton
Initializes members.
initButton() - Method in class adams.gui.core.BaseFlatButton
Initializes members.
initButton() - Method in class adams.gui.core.BaseToggleButton
Initializes members.
initCache() - Method in class adams.gui.selection.AbstractFieldCacheItem
Initializes the cache, if necessary (i.e., m_Cache is null).
initChangeListeners() - Method in class adams.flow.control.Storage
Initializes the change listeners.
initCheckBox() - Method in class adams.gui.core.BaseCheckBox
Initializes members.
initColors() - Method in class adams.flow.transformer.pdfproclet.ConfusionMatrix
Initializes the color lookup table.
initColors() - Method in class adams.gui.core.spreadsheettable.ConfusionMatrixCellRenderingCustomizer
Initializes the color lookup table.
initColors() - Method in class adams.gui.core.spreadsheettable.HeatmapCellRenderingCustomizer
Initializes the color lookup table.
initColors(SpreadSheet) - Method in class adams.gui.core.spreadsheettable.DistinctValueCellRenderingCustomizer
Initializes the color lookup table.
initColors(LocatedObjects, MessageCollection) - Method in class adams.gui.visualization.object.objectannotations.colors.AbstractAnnotationColors
Initializes the colors with the annotations.
initColors(LocatedObjects, MessageCollection) - Method in interface adams.gui.visualization.object.objectannotations.colors.AnnotationColors
Initializes the colors with the annotations.
initColumns(Dataset) - Method in class adams.ml.preprocessing.AbstractColumnSubsetFilter
Initializes the columns to use for the filter.
initComboBox() - Method in class adams.gui.core.BaseComboBox
Initializes members.
initCounter() - Static method in class adams.gui.flow.tree.record.add.MostCommon
Initializes the counter.
initCounter() - Static method in class adams.gui.flow.tree.record.enclose.MostCommon
Initializes the counter.
initDatabase() - Method in class adams.opt.genetic.setupupload.MySQL
Initializes the database connection, if necessary.
initDiagnosticBean() - Static method in class adams.core.management.HeapDump
Initializes the diagnostic bean if necessary.
initExecute() - Method in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment
Initializes the experiment.
initExporters() - Static method in class adams.gui.visualization.debug.objectexport.AbstractObjectExporter
Initializes the exporters.
initExpressionDialog() - Method in class adams.gui.tools.ExpressionWatchPanel
Initializes the dialog for entering/updating an expression.
initExtractors() - Static method in class adams.gui.visualization.debug.propertyextractor.AbstractPropertyExtractor
Initializes the extractors.
initFields() - Method in class adams.data.report.Report
Set field types.
initFileChooser() - Method in class adams.gui.core.BasePanel
initializes the filechooser, i.e.
initFileChooser() - Method in class adams.gui.print.PrintMouseListener
initializes the filechooser, i.e.
initFilter(Row) - Method in class adams.ml.preprocessing.AbstractColumnSubsetStreamFilter
Initializes the filter.
initFilter(Row) - Method in class adams.ml.preprocessing.AbstractStreamFilter
Initializes the filter.
initFilter(Dataset) - Method in class adams.ml.preprocessing.AbstractBatchFilter
Initializes the filter.
initFilter(Dataset) - Method in class adams.ml.preprocessing.AbstractColumnSubsetBatchFilter
Initializes the filter.
initFilterHelp() - Method in class adams.flow.container.AbstractFilterContainer
Initializes help strings specific to the filter.
initFilterHelp() - Method in class adams.flow.container.TimeseriesFilterContainer
Initializes help strings specific to the filter.
initFilters() - Static method in class adams.gui.print.JComponentWriterFileChooser
initializes the JComponentWriterFileFilters.
initFilters(boolean, Class[]) - Static method in class adams.gui.chooser.AdamsExperimentFileChooser
initializes the filters.
initFilters(boolean, Class[]) - Static method in class adams.gui.chooser.ParameterMapFileChooser
initializes the Filters.
initFilters(boolean, Class[]) - Static method in class adams.gui.chooser.WekaFileChooser
initializes the SpreadSheetFileExtensionFilters.
initFilters(boolean, String[]) - Static method in class adams.gui.chooser.EmailFileChooser
initializes the SpreadSheetFileExtensionFilters.
initFilters(boolean, String[]) - Static method in class adams.gui.chooser.FlowFileChooser
initializes the Filters.
initFilters(boolean, String[]) - Static method in class adams.gui.chooser.ImageFileChooser
initializes the Filters.
initFilters(boolean, String[]) - Static method in class adams.gui.chooser.ObjectFileChooser
initializes the Filters.
initFilters(boolean, String[]) - Static method in class adams.gui.chooser.SpreadSheetFileChooser
initializes the SpreadSheetFileExtensionFilters.
initFilters(boolean, String[]) - Static method in class adams.gui.tools.previewbrowser.notes.NotesFileChooser
initializes the SpreadSheetFileExtensionFilters.
initFilters(AbstractDataContainerFileChooser, boolean, String[]) - Static method in class adams.gui.chooser.AbstractDataContainerFileChooser
initializes the DataContainerFileExtensionFilters.
initFilters(AbstractReportFileChooser, boolean, String[]) - Static method in class adams.gui.chooser.AbstractReportFileChooser
initializes the ReportFileExtensionFilters.
initFilters(String[]) - Static method in class adams.gui.chooser.ObjectExporterFileChooser
initializes the Filters.
initFonts() - Static method in class adams.gui.core.Fonts
Initializes all the fonts.
initForDisplay() - Method in class adams.gui.goe.AbstractAdvancedScriptEditor
Initializes the display of the value.
initForDisplay() - Method in class adams.gui.goe.AbstractBaseDateTypeEditor
Initializes the display of the value.
initForDisplay() - Method in class adams.gui.goe.AbstractBasicTypePropertyEditor
Initializes the display of the value.
initForDisplay() - Method in class adams.gui.goe.AbstractIntegralNumberEditor
Initializes the display of the value.
initForDisplay() - Method in class adams.gui.goe.AbstractPropertyEditorSupport
Initializes the display of the value.
initForDisplay() - Method in class adams.gui.goe.AbstractSimpleScriptEditor
Initializes the display of the value.
initForDisplay() - Method in class adams.gui.goe.ActorPathEditor
Initializes the display of the value.
initForDisplay() - Method in class adams.gui.goe.BaseAnnotationEditor
Initializes the display of the value.
initForDisplay() - Method in class adams.gui.goe.BaseBooleanEditor
Initializes the display of the value.
initForDisplay() - Method in class adams.gui.goe.BaseClassnameEditor
Initializes the display of the value.
initForDisplay() - Method in class adams.gui.goe.BaseColorEditor
Initializes the display of the value.
initForDisplay() - Method in class adams.gui.goe.BaseCommandLineEditor
Initializes the display of the value.
initForDisplay() - Method in class adams.gui.goe.BaseIntervalEditor
Initializes the display of the value.
initForDisplay() - Method in class adams.gui.goe.BaseKeyValuePairEditor
Initializes the display of the value.
initForDisplay() - Method in class adams.gui.goe.BaseObjectEditor
Initializes the display of the value.
initForDisplay() - Method in class adams.gui.goe.BaseRegExpEditor
Initializes the display of the value.
initForDisplay() - Method in class adams.gui.goe.BaseTextEditor
Initializes the display of the value.
initForDisplay() - Method in class adams.gui.goe.BooleanEditor
Initializes the display of the value.
initForDisplay() - Method in class adams.gui.goe.CallableActorReferenceEditor
Initializes the display of the value.
initForDisplay() - Method in class adams.gui.goe.ColorEditor
Initializes the display of the value.
initForDisplay() - Method in class adams.gui.goe.CronScheduleEditor
Initializes the display of the value.
initForDisplay() - Method in class adams.gui.goe.EmailAddressEditor
Initializes the display of the value.
initForDisplay() - Method in class adams.gui.goe.EventReferenceEditor
Initializes the display of the value.
initForDisplay() - Method in class adams.gui.goe.FieldEditor
Initializes the display of the value.
initForDisplay() - Method in class adams.gui.goe.FileEditor
Initializes the display of the value.
initForDisplay() - Method in class adams.gui.goe.FlowFileEditor
Initializes the display of the value.
initForDisplay() - Method in class adams.gui.goe.FontEditor
Initializes the display of the value.
initForDisplay() - Method in class adams.gui.goe.IndexEditor
Initializes the display of the value.
initForDisplay() - Method in class adams.gui.goe.JdbcUrlEditor
Initializes the display of the value.
initForDisplay() - Method in class adams.gui.goe.MavenArtifactEditor
Initializes the display of the value.
initForDisplay() - Method in class adams.gui.goe.MavenArtifactExclusionEditor
Initializes the display of the value.
initForDisplay() - Method in class adams.gui.goe.MavenRepositoryEditor
Initializes the display of the value.
initForDisplay() - Method in class adams.gui.goe.PdfFontEditor
Initializes the display of the value.
initForDisplay() - Method in class adams.gui.goe.PlaceholderDirectoryEditor
Initializes the display of the value.
initForDisplay() - Method in class adams.gui.goe.PlaceholderFileEditor
Initializes the display of the value.
initForDisplay() - Method in class adams.gui.goe.RangeEditor
Initializes the display of the value.
initForDisplay() - Method in class adams.gui.goe.TriStateEditor
Initializes the display of the value.
initForDisplay() - Method in class adams.gui.goe.UnorderedRangeEditor
Initializes the display of the value.
initForDisplay() - Method in class adams.gui.goe.VariableNameValuePairEditor
Initializes the display of the value.
initForDisplay() - Method in class adams.gui.goe.WekaExperimentFileEditor
Initializes the display of the value.
initFunctions() - Static method in class adams.parser.ParserHelper
Initializes the additional functions.
initGlassPane(Component, Point) - Method in class adams.gui.core.DragAndDropTabbedPane
 
initGUI() - Method in class adams.flow.control.MissionControl.ControlPanel
Initializes the widgets.
initGUI() - Method in class adams.flow.execution.debug.BreakpointPanel
For initializing the GUI.
initGUI() - Method in class adams.flow.execution.debug.ControlPanel
Initializes the widgets.
initGUI() - Method in class adams.flow.processor.ActorLocationsPanel
For initializing the GUI.
initGUI() - Method in class adams.flow.sink.canvas.DataPoolPanel
Initializes the widgets.
initGUI() - Method in class adams.flow.sink.FilePreview.FilePreviewDisplayPanel
Initializes the widgets.
initGUI() - Method in class adams.flow.sink.ImageSegmentationViewer.ImageSegmentationViewerDisplayPanel
Initializes the widgets.
initGUI() - Method in class adams.flow.sink.ImageViewer.ImageViewerDisplayPanel
Initializes the widgets.
initGUI() - Method in class adams.flow.sink.ObjectPreview.FilePreviewDisplayPanel
Initializes the widgets.
initGUI() - Method in class adams.flow.sink.sequenceplotter.SequencePlotterPanel
Initializes the widgets.
initGUI() - Method in class adams.flow.sink.SpreadSheetDisplay.SpreadSheetDisplayPanel
Initializes the widgets.
initGUI() - Method in class adams.flow.sink.TimeseriesDisplay.DisplayPanel
 
initGUI() - Method in class adams.flow.standalone.Stopwatch.StopwatchPanel
Initializes the widgets.
initGUI() - Method in class adams.flow.transformer.compareobjectlocations.AbstractComparisonPanel
For initializing the GUI.
initGUI() - Method in class adams.flow.transformer.compareobjectlocations.Combined.CombinedPanel
For initializing the GUI.
initGUI() - Method in class adams.flow.transformer.compareobjectlocations.SideBySide.SideBySidePanel
For initializing the GUI.
initGUI() - Method in class adams.flow.transformer.ImageAnnotator.AnnotatorPanel
Initializes the widgets.
initGUI() - Method in class adams.flow.transformer.pixelselector.PixelSelectorPanel
Initializes the widgets.
initGUI() - Method in class adams.flow.transformer.SpreadSheetCellSelector.Table
Initializes some GUI-related things.
initGUI() - Method in class adams.gui.application.AboutBoxPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.application.AbstractApplicationFrame
initializes the GUI.
initGUI() - Method in class adams.gui.application.AbstractPropertiesPreferencesPanel
For initializing the GUI.
initGUI() - Method in class adams.gui.application.CharsetSettingsPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.application.ChildFrame
Initializes the widgets.
initGUI() - Method in class adams.gui.application.EmailSetupPanel
Initializes the members.
initGUI() - Method in class adams.gui.application.FlowPreferencesPanel
 
initGUI() - Method in class adams.gui.application.FontsPreferencesPanel
For initializing the GUI.
initGUI() - Method in class adams.gui.application.JVisualVMPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.application.LocaleSettingsPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.application.PreferencesManagerPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.application.ProxySettingsPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.application.SMBSetupPanel
Initializes the members.
initGUI() - Method in class adams.gui.application.SSLSetupPanel
Initializes the members.
initGUI() - Method in class adams.gui.application.TerminalSettingsPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.application.TesseractSettingsPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.application.TimeZoneSettingsPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.application.WekaExperimenterPreferencesPanel
 
initGUI() - Method in class adams.gui.application.WekaExplorerPreferencesPanel
 
initGUI() - Method in class adams.gui.application.WekaInvestigatorPreferencesPanel
 
initGUI() - Method in class adams.gui.chooser.AbstractChooserPanel
Initializes the GUI elements.
initGUI() - Method in class adams.gui.chooser.BaseColorChooser
Initializes the widgets.
initGUI() - Method in class adams.gui.chooser.DatePanel
Initializes the widgets.
initGUI() - Method in class adams.gui.chooser.DateTimePanel
Initializes the widgets.
initGUI() - Method in class adams.gui.chooser.FontChooser
Initializes the widgets.
initGUI() - Method in class adams.gui.chooser.FontChooserPanelWithPreview
Initializes the widgets.
initGUI() - Method in class adams.gui.chooser.PdfFontChooser
Initializes the widgets.
initGUI() - Method in class adams.gui.chooser.PdfFontChooserPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.chooser.TextFileChooser.FileEncodingPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.chooser.TimePanel
Initializes the widgets.
initGUI() - Method in class adams.gui.core.AbstractComponentWithButtons
Initializes the widgets.
initGUI() - Method in class adams.gui.core.AbstractDoubleClickableComponentWithButtons
Initializes the widgets.
initGUI() - Method in class adams.gui.core.AbstractNamedHistoryPanel.AbstractHistoryEntryFrame
Initializes the widgets.
initGUI() - Method in class adams.gui.core.AbstractNamedHistoryPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.core.AbstractQuickSearchPanel
For initializing the GUI.
initGUI() - Method in class adams.gui.core.AbstractTextAreaPanelWithAdvancedSyntaxHighlighting
For initializing members.
initGUI() - Method in class adams.gui.core.AdjustableGridPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.core.BaseColorTextField
Initializes the widgets.
initGUI() - Method in class adams.gui.core.BaseDialog
For initializing the GUI.
initGUI() - Method in class adams.gui.core.BaseFlatSplitButton
Initializes the widgets.
initGUI() - Method in class adams.gui.core.BaseFrame
For initializing the GUI.
initGUI() - Method in class adams.gui.core.BaseList
Initializes the members.
initGUI() - Method in class adams.gui.core.BaseLogPanel
For initializing the GUI.
initGUI() - Method in class adams.gui.core.BasePanel
For initializing the GUI.
initGUI() - Method in class adams.gui.core.BasePanelWithButtons
Initializes the widgets.
initGUI() - Method in class adams.gui.core.BaseSplitButton
Initializes the widgets.
initGUI() - Method in class adams.gui.core.BaseStatusBar
Initializes the widgets.
initGUI() - Method in class adams.gui.core.BaseTabbedPane
Performs further initializations of widgets.
initGUI() - Method in class adams.gui.core.BaseTable
Initializes some GUI-related things.
initGUI() - Method in class adams.gui.core.BaseTextPaneWithWordWrap
For initializing the GUI.
initGUI() - Method in class adams.gui.core.BaseWindow
For initializing the GUI.
initGUI() - Method in class adams.gui.core.BufferHistoryPanel.BufferFrame
Initializes the widgets.
initGUI() - Method in class adams.gui.core.ConsolePanel
Initializes the GUI.
initGUI() - Method in class adams.gui.core.ConsolePanel.OutputPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.core.DescriptionPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.core.DetachablePanel
Initializes the widgets.
initGUI() - Method in class adams.gui.core.dom.DOMTreeWithPreview
Initializes the widgets.
initGUI() - Method in class adams.gui.core.DragAndDropTabbedPane
Initializes the widgets.
initGUI() - Method in class adams.gui.core.ErrorMessagePanel
Initializes the widgets.
initGUI() - Method in class adams.gui.core.FileListWithButtons
Initializes the widgets.
initGUI() - Method in class adams.gui.core.FilePanel
Initializes the widgets.
initGUI() - Method in class adams.gui.core.FilterPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.core.GUIHelper.InputPanelWithButtons
Initializes the widgets.
initGUI() - Method in class adams.gui.core.GUIHelper.InputPanelWithComboBox
Initializes the widgets.
initGUI() - Method in class adams.gui.core.GUIHelper.InputPanelWithTextArea
Initializes the widgets.
initGUI() - Method in class adams.gui.core.json.JsonTreeWithPreview
Initializes the widgets.
initGUI() - Method in class adams.gui.core.MemoryMonitorPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.core.MultiPagePane
For initializing the GUI.
initGUI() - Method in class adams.gui.core.OneTouchPanel
Initializes the members.
initGUI() - Method in class adams.gui.core.ParameterPanel
Initializes the members.
initGUI() - Method in class adams.gui.core.ParameterPanelWithButtons
Initializes the widgets.
initGUI() - Method in class adams.gui.core.PropertiesParameterPanel
For initializing the GUI.
initGUI() - Method in class adams.gui.core.SearchableBaseListWithButtons
Initializes the widgets.
initGUI() - Method in class adams.gui.core.SearchPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.core.SimpleLogPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.core.SortableAndSearchableTable
Initializes some GUI-related things.
initGUI() - Method in class adams.gui.core.SplitPanelWithOptionalComponents
Initializes the members.
initGUI() - Method in class adams.gui.core.spreadsheetpreview.SimpleHTML.SimpleTextPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.core.spreadsheetpreview.SimpleText.SimpleTextPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.core.SpreadSheetTable
Initializes some GUI-related things.
initGUI() - Method in class adams.gui.core.SpreadSheetTableWithSearch
Initializes the widget.
initGUI() - Method in class adams.gui.core.SqlConnectionPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.core.StyledTextEditorPanel
For initializing the GUI.
initGUI() - Method in class adams.gui.core.TextEditorPanel
For initializing the GUI.
initGUI() - Method in class adams.gui.core.ToolBarPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.dialog.AbstractDatabaseConnectionPanel
Initializes the GUI.
initGUI() - Method in class adams.gui.dialog.AbstractDirectoryExportDialog
Initializes the widgets.
initGUI() - Method in class adams.gui.dialog.AbstractFileExportDialog
Initializes the widgets.
initGUI() - Method in class adams.gui.dialog.AbstractFileImportDialog
Initializes the widgets.
initGUI() - Method in class adams.gui.dialog.AbstractReplaceDialog
Initializes the widgets.
initGUI() - Method in class adams.gui.dialog.ApprovalDialog
Initializes the widgets.
initGUI() - Method in class adams.gui.dialog.ComposeEmailDialog
initializes the GUI elements.
initGUI() - Method in class adams.gui.dialog.ComposeEmailPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.dialog.DatabaseConnectionDialog
initializes the GUI elements.
initGUI() - Method in class adams.gui.dialog.DatabaseConnectionsDialog
initializes the GUI elements.
initGUI() - Method in class adams.gui.dialog.DatabaseConnectionsPanel
Initializes the members.
initGUI() - Method in class adams.gui.dialog.DialogWithButtons
Initializes the widgets.
initGUI() - Method in class adams.gui.dialog.DisplayEmailPanel
Configures the widgets.
initGUI() - Method in class adams.gui.dialog.MultiSpreadSheetDialog
Initializes the widgets.
initGUI() - Method in class adams.gui.dialog.PasswordDialog
For initializing the GUI.
initGUI() - Method in class adams.gui.dialog.PreviewBrowserDialog
Initializes the widgets.
initGUI() - Method in class adams.gui.dialog.PropertiesParameterDialog
Initializes the widgets.
initGUI() - Method in class adams.gui.dialog.SimplePreviewBrowserDialog
Initializes the widgets.
initGUI() - Method in class adams.gui.dialog.SpreadSheetDialog
Initializes the widgets.
initGUI() - Method in class adams.gui.dialog.SpreadSheetPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.dialog.SpreadSheetQueryDialog
Initializes the widgets.
initGUI() - Method in class adams.gui.dialog.SpreadSheetQueryPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.dialog.SqlQueryDialog
Initializes the widgets.
initGUI() - Method in class adams.gui.dialog.SQLStatementDialog
Initializes the widgets.
initGUI() - Method in class adams.gui.dialog.SQLStatementPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.dialog.TextDialog
For initializing the GUI.
initGUI() - Method in class adams.gui.dialog.TextPanel
For initializing the GUI.
initGUI() - Method in class adams.gui.flow.ActorTreePanel
Initializes the widgets.
initGUI() - Method in class adams.gui.flow.FlowControlCenterPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.flow.FlowEditorDialog
For initializing the GUI.
initGUI() - Method in class adams.gui.flow.FlowEditorPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.flow.FlowPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.flow.FlowPanelNotificationArea
Initializes the widgets.
initGUI() - Method in class adams.gui.flow.FlowRunnerPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.flow.tab.ActorHelpTab
Initializes the widgets.
initGUI() - Method in class adams.gui.flow.tab.ActorParametersTab
Initializes the widgets.
initGUI() - Method in class adams.gui.flow.tab.ActorTreeTab
Initializes the widgets.
initGUI() - Method in class adams.gui.flow.tab.AttachedVariablesTab
Initializes the widgets.
initGUI() - Method in class adams.gui.flow.tab.Clipboard
Initializes the widgets.
initGUI() - Method in class adams.gui.flow.tab.EffectiveTagsTab
Initializes the widgets.
initGUI() - Method in class adams.gui.flow.tab.FlowTabManager
Performs further initializations of widgets.
initGUI() - Method in class adams.gui.flow.tab.StorageNamesTab
Initializes the widgets.
initGUI() - Method in class adams.gui.flow.tab.VariablesTab
Initializes the widgets.
initGUI() - Method in class adams.gui.flow.tabhandler.ParsedErrorHandler.ParseOutput
Initializes the display.
initGUI() - Method in class adams.gui.goe.GenericArrayEditor
For initializing the GUI.
initGUI() - Method in class adams.gui.goe.GenericArrayEditorDialog
For initializing the GUI.
initGUI() - Method in class adams.gui.goe.GenericArrayEditorPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.goe.GenericObjectEditorClassTreePanel
Initializes the widgets.
initGUI() - Method in class adams.gui.goe.GenericObjectEditorDialog
For initializing the GUI.
initGUI() - Method in class adams.gui.goe.InlineEditor
Initializes the widgets.
initGUI() - Method in class adams.gui.goe.MultiLineValueDialog
Initializes the widgets.
initGUI() - Method in class adams.gui.goe.PropertyPanel
For initializing the GUI.
initGUI() - Method in class adams.gui.goe.PropertySheetPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.goe.WekaExperimentFileEditor.SimpleSetupDialog
Sets up the GUI components.
initGUI() - Method in class adams.gui.goe.WekaGenericArrayEditorDialog
For initializing the GUI.
initGUI() - Method in class adams.gui.goe.WekaGenericArrayEditorPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.goe.WekaGenericObjectEditorDialog
For initializing the GUI.
initGUI() - Method in class adams.gui.help.HelpFrame
Initializes the widgets.
initGUI() - Method in class adams.gui.help.HelpHistoryPanel.SingleHelpFrame
Initializes the widgets.
initGUI() - Method in class adams.gui.InstanceCompare
Initializes the widgets.
initGUI() - Method in class adams.gui.menu.AbstractClassifierBasedGeneticAlgorithmWizard.PerformancePlot
Initializes the widgets.
initGUI() - Method in class adams.gui.scripting.AbstractScriptingDialog
Initializes the GUI.
initGUI() - Method in class adams.gui.scripting.ScriptingLogPanel
For initializing the GUI.
initGUI() - Method in class adams.gui.selection.AbstractConditionalDatabaseSelectionPanel
initializes the GUI elements.
initGUI() - Method in class adams.gui.selection.AbstractDatabaseSelectionPanel
Initializes the GUI elements.
initGUI() - Method in class adams.gui.selection.AbstractSelectDatabaseFieldPanel
Initializes the GUI elements.
initGUI() - Method in class adams.gui.selection.AbstractSelectionDialog
initializes the GUI elements.
initGUI() - Method in class adams.gui.selection.AbstractTableBasedSelectionDialog
initializes the GUI elements.
initGUI() - Method in class adams.gui.selection.AbstractTableBasedSelectionPanel
initializes the GUI elements.
initGUI() - Method in class adams.gui.selection.SelectEmailAddressPanel
Initializes the GUI elements.
initGUI() - Method in class adams.gui.selection.SelectFieldDialog
initializes the GUI elements.
initGUI() - Method in class adams.gui.selection.SelectFieldPanel
Initializes the GUI elements.
initGUI() - Method in class adams.gui.tools.AbstractLogEntryViewerPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.AbstractManagementPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.AbstractRunToolPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.AbstractSequenceViewerPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.AbstractSimpleConversionPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.ClassHelpPanel
For initializing the GUI.
initGUI() - Method in class adams.gui.tools.ConfigureOptionHandlerPanel
For initializing the GUI.
initGUI() - Method in class adams.gui.tools.ConsoleOutputAnalyzerPanel
For initializing the GUI.
initGUI() - Method in class adams.gui.tools.DatasetCompatibilityPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.DiffPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.DiffPanel.LoadDialog
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.ExpressionWatchPanel.ExpressionDialog
Initializes the members.
initGUI() - Method in class adams.gui.tools.ExpressionWatchPanel
Initializes the members.
initGUI() - Method in class adams.gui.tools.FavoritesManagementPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.FileChooserBookmarksManagementPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.filecommander.FileCommanderDirectoryPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.FileCommanderPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.FileMonitorPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.FindInFilesPanel
Initializes the members.
initGUI() - Method in class adams.gui.tools.ImageProcessorPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.ImageProcessorSubPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.LogEntryDatabaseViewerPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.LogEntryViewerPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.NestedFormatViewerPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.OptionsConversionPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.OptionTree
For initializing the GUI.
initGUI() - Method in class adams.gui.tools.PlaceholderManagementPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.PrettyPrintJSONConversionPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.PrettyPrintXMLConversionPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.previewbrowser.AnnotateImage.CombinedPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.previewbrowser.CocoAnnotationsHandler.CombinedPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.previewbrowser.DeepLabCutCSVHandler.CombinedPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.previewbrowser.FailedToCreatePreviewPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.previewbrowser.MessagePanel
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.previewbrowser.NoDataToPreviewPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.previewbrowser.ObjectCentersFromReport.CombinedPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport.CombinedPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet.CombinedPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.previewbrowser.PointsFromReportHandler.CombinedPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.previewbrowser.PreviewDisplay
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.previewbrowser.SerializedObjectPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.PreviewBrowserPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.PropertiesViewerPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.remotecontrolcenter.panels.AbstractRemoteFlowTab
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.remotecontrolcenter.panels.AdvancedTab
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.remotecontrolcenter.panels.RemoteFlowCommandsTab
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.remotecontrolcenter.panels.RemoteLoggingTab
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.remotecontrolcenter.RemoteControlCenterEnginesPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.remotecontrolcenter.RemoteControlCenterLogPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.remotecontrolcenter.RemoteControlCenterManagerPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.remotecontrolcenter.RemoteControlCenterPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.SpreadSheetProcessorPanel
For initializing the GUI.
initGUI() - Method in class adams.gui.tools.SpreadSheetProcessorPanel.WidgetPanel
For initializing the GUI.
initGUI() - Method in class adams.gui.tools.spreadsheetviewer.SortDefinitionPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.spreadsheetviewer.SortPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.spreadsheetviewer.SpreadSheetPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.spreadsheetviewer.tab.CellContent
For initializing the GUI.
initGUI() - Method in class adams.gui.tools.spreadsheetviewer.tab.ColumnStatistic
For initializing the GUI.
initGUI() - Method in class adams.gui.tools.spreadsheetviewer.tab.Information
For initializing the GUI.
initGUI() - Method in class adams.gui.tools.spreadsheetviewer.tab.Query
For initializing the GUI.
initGUI() - Method in class adams.gui.tools.spreadsheetviewer.tab.ViewerTabManager
Performs further initializations of widgets.
initGUI() - Method in class adams.gui.tools.SpreadSheetViewerPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.sqlworkbench.SqlMetaDataPanel
For initializing the GUI.
initGUI() - Method in class adams.gui.tools.sqlworkbench.SqlQueryPanel
For initializing the GUI.
initGUI() - Method in class adams.gui.tools.SqlWorkbenchPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.SSHPanel
For initializing the GUI.
initGUI() - Method in class adams.gui.tools.SystemInfoPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.TelnetPanel
For initializing the GUI.
initGUI() - Method in class adams.gui.tools.VariableManagementPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.weka.AbstractPanelWithFile
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.weka.AppendDatasetsPanel
For initializing the GUI.
initGUI() - Method in class adams.gui.tools.weka.BatchFilterDatasetsPanel
For initializing the GUI.
initGUI() - Method in class adams.gui.tools.weka.CostCurvePanel
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.wekainvestigator.datatable.DataTable
Initializes some GUI-related things.
initGUI() - Method in class adams.gui.tools.wekainvestigator.evaluation.AbstractEvaluation
Initializes the panel.
initGUI() - Method in class adams.gui.tools.wekainvestigator.InvestigatorPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.wekainvestigator.tab.AbstractInvestigatorTabWithDataTable
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.wekainvestigator.tab.AbstractInvestigatorTabWithEditableDataTable
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.wekainvestigator.tab.associatetab.evaluation.Train
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.wekainvestigator.tab.AssociateTab
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.wekainvestigator.tab.AttributeSelectionTab
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.wekainvestigator.tab.attseltab.evaluation.CrossValidation
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.wekainvestigator.tab.attseltab.evaluation.Train
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.BuildModel
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.CrossValidation
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.FromPredictions
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.IndexedSplitsRunsEvaluation
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.ReevaluateModel
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.RepeatedCrossValidation
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.TrainTestSet
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.TrainTestSplit
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.TrainValidateTestSet
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.wekainvestigator.tab.ClassifyTab
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.BuildModel
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.ClassesToClusters
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.CrossValidation
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.ReevaluateModel
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.TrainTestSet
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.TrainTestSplit
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.wekainvestigator.tab.ClusterTab
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.wekainvestigator.tab.CompareTab
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.wekainvestigator.tab.DataQueryTab
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.wekainvestigator.tab.ExperimentTab
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.wekainvestigator.tab.experimenttab.setup.CrossValidationSetup
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.wekainvestigator.tab.experimenttab.setup.TrainTestSplitSetup
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.wekainvestigator.tab.IndependentComponentsTab
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.wekainvestigator.tab.InstanceTab
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.wekainvestigator.tab.LogTab
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.wekainvestigator.tab.PartialLeastSquaresTab
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeSelectionPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeSummaryPanel.StatisticsTable
Initializes the table.
initGUI() - Method in class adams.gui.tools.wekainvestigator.tab.PreprocessTab
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.MultiAttributeSummaryPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.MultiAttributeVisualizationPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.wekainvestigator.tab.PrincipalComponentsTab
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.wekamultiexperimenter.analysis.DefaultAnalysisPanel
For initializing the GUI.
initGUI() - Method in class adams.gui.tools.wekamultiexperimenter.analysis.PlainTextResultsPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.wekamultiexperimenter.analysis.TableResultsPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.wekamultiexperimenter.AnalysisPanel
For initializing the GUI.
initGUI() - Method in class adams.gui.tools.wekamultiexperimenter.ExperimenterPanel
For initializing the GUI.
initGUI() - Method in class adams.gui.tools.wekamultiexperimenter.LogPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.wekamultiexperimenter.setup.BasicAdamsSetupPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.wekamultiexperimenter.setup.BasicWekaSetupPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.wekamultiexperimenter.setup.ClassifierPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.wekamultiexperimenter.setup.DatasetPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.wekamultiexperimenter.setup.weka.ArffOutputPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.wekamultiexperimenter.setup.weka.CsvOutputPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.wekamultiexperimenter.setup.weka.CustomOutputPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.wekamultiexperimenter.setup.weka.JdbcOutputPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.wekamultiexperimenter.setup.weka.OutputPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.WekaOptionsConversionPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.XSLTPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.XSLTPanel.SubPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.visualization.container.AbstractContainerList
For initializing the GUI.
initGUI() - Method in class adams.gui.visualization.container.AbstractDataContainerZoomOverviewPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.visualization.container.DataContainerPanel
Initializes the GUI.
initGUI() - Method in class adams.gui.visualization.container.DataContainerPanelWithContainerList
Initializes the widgets.
initGUI() - Method in class adams.gui.visualization.container.DataContainerPanelWithSidePanel
Initializes the GUI.
initGUI() - Method in class adams.gui.visualization.container.FilterDialog
For initializing the GUI.
initGUI() - Method in class adams.gui.visualization.container.NotesFactory.Dialog
Initializes the components.
initGUI() - Method in class adams.gui.visualization.core.AbstractHistogramPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.visualization.core.plot.ContentPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.visualization.core.PlotPanel
Initializes the GUI components.
initGUI() - Method in class adams.gui.visualization.debug.DiffTextPane
Initializes the widgets.
initGUI() - Method in class adams.gui.visualization.debug.InspectionPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.visualization.debug.SideBySideDiffPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.visualization.debug.StoragePanel
Initializes the widgets.
initGUI() - Method in class adams.gui.visualization.image.AbstractObjectOverlayFromReport.LocatedObjectsPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.visualization.image.AbstractPointOverlayFromReport.LocatedPointsPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.visualization.image.ColorPickerDialog
Initializes the widgets.
initGUI() - Method in class adams.gui.visualization.image.ColorPickerPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.visualization.image.ImagePanel
Initializes the GUI.
initGUI() - Method in class adams.gui.visualization.image.ImagePanel.PaintPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.visualization.image.ImageViewerPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.visualization.image.ObjectAnnotations.LocatedObjectsPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.visualization.image.plugins.Brightness.BrightnessDialog
Initializes the widgets.
initGUI() - Method in class adams.gui.visualization.instance.InstanceComparePanel.DatasetPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.visualization.instance.InstanceComparePanel
Initializes the widgets.
initGUI() - Method in class adams.gui.visualization.instance.InstanceExplorer
Initializes the widgets.
initGUI() - Method in class adams.gui.visualization.instance.InstancePanel
Initializes the GUI.
initGUI() - Method in class adams.gui.visualization.instance.LoadDatasetDialog
Initializes the GUI elements.
initGUI() - Method in class adams.gui.visualization.instances.InstancesPanel
Initializes the members.
initGUI() - Method in class adams.gui.visualization.instances.InstancesTable
Initializes the widget.
initGUI() - Method in class adams.gui.visualization.instances.instancestable.InstancesSortDefinitionPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.visualization.instances.instancestable.InstancesSortPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.visualization.object.annotationsdisplay.DefaultAnnotationsDisplayPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.visualization.object.CanvasPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.visualization.object.labelselector.ButtonSelectorPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.visualization.object.labelselector.ButtonSelectorWithColorPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.visualization.object.labelselector.ComboBoxSelectorPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.visualization.object.ObjectAnnotationPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.visualization.pdf.PDFPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.visualization.pdf.PDFViewerPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.visualization.report.ReportFactory.Dialog
Initializes the components.
initGUI() - Method in class adams.gui.visualization.report.ReportFactory.Panel
Initializes the widgets.
initGUI() - Method in class adams.gui.visualization.report.ReportFactory.StandardsDialog
Initializes the components.
initGUI() - Method in class adams.gui.visualization.report.ReportFactory.Table
Initializes the table.
initGUI() - Method in class adams.gui.visualization.segmentation.CanvasPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.visualization.segmentation.layer.AbstractLayer
Initializes the widgets.
initGUI() - Method in class adams.gui.visualization.segmentation.layer.BackgroundLayer
Initializes the widgets.
initGUI() - Method in class adams.gui.visualization.segmentation.layer.CombinedLayer.CombinedSubLayer
Initializes the widgets.
initGUI() - Method in class adams.gui.visualization.segmentation.layer.CombinedLayer
Initializes the widgets.
initGUI() - Method in class adams.gui.visualization.segmentation.layer.ImageLayer
Initializes the widgets.
initGUI() - Method in class adams.gui.visualization.segmentation.layer.OverlayLayer
Initializes the widgets.
initGUI() - Method in class adams.gui.visualization.segmentation.SegmentationPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.visualization.sequence.XYSequenceExportDialog
Initializes the widgets.
initGUI() - Method in class adams.gui.visualization.sequence.XYSequencePanel
Initializes the GUI.
initGUI() - Method in class adams.gui.visualization.spreadsheet.LoadSpreadSheetDialog
Initializes the GUI elements.
initGUI() - Method in class adams.gui.visualization.spreadsheet.SpreadSheetExplorer
Initializes the widgets.
initGUI() - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowPanel
Initializes the GUI.
initGUI() - Method in class adams.gui.visualization.statistics.HistogramFactory.Dialog
initializes the GUI.
initGUI() - Method in class adams.gui.visualization.statistics.HistogramFactory.Panel
For initializing the GUI.
initGUI() - Method in class adams.gui.visualization.statistics.InformativeStatisticFactory.Dialog
Initializes the components.
initGUI() - Method in class adams.gui.visualization.stats.boxplot.BoxPlotGraph
Initializes the widgets.
initGUI() - Method in class adams.gui.visualization.stats.boxplot.BoxPlotManager
Initializes the gui
initGUI() - Method in class adams.gui.visualization.stats.fourinone.FourInOne
 
initGUI() - Method in class adams.gui.visualization.stats.fourinone.VersusFit
For initializing the GUI.
initGUI() - Method in class adams.gui.visualization.stats.fourinone.VersusFitPanel
 
initGUI() - Method in class adams.gui.visualization.stats.fourinone.VersusOrder
For initializing the GUI.
initGUI() - Method in class adams.gui.visualization.stats.fourinone.VersusOrderPanel
 
initGUI() - Method in class adams.gui.visualization.stats.histogram.Histogram
For initializing the GUI.
initGUI() - Method in class adams.gui.visualization.stats.histogram.HistogramPanel
 
initGUI() - Method in class adams.gui.visualization.stats.probabilityplot.NormalPlot
For initializing the GUI.
initGUI() - Method in class adams.gui.visualization.stats.probabilityplot.ProbabilityPlot
For initializing the GUI.
initGUI() - Method in class adams.gui.visualization.stats.probabilityplot.ProbabilityPlotPanel
 
initGUI() - Method in class adams.gui.visualization.stats.scatterplot.Matrix
 
initGUI() - Method in class adams.gui.visualization.stats.scatterplot.ScatterPlot
Initializes the widgets.
initGUI() - Method in class adams.gui.visualization.stats.scatterplot.ScatterPlotPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.visualization.stats.scatterplot.ScatterPlotSimple
 
initGUI() - Method in class adams.gui.visualization.stats.zscore.ZScore
 
initGUI() - Method in class adams.gui.visualization.stats.zscore.ZScorePanel
 
initGUI() - Method in class adams.gui.visualization.timeseries.TimeseriesContainerList
Initializes the widgets.
initGUI() - Method in class adams.gui.visualization.timeseries.TimeseriesExplorer
Initializes the widgets.
initGUI() - Method in class adams.gui.visualization.timeseries.TimeseriesExportDialog
Initializes the widgets.
initGUI() - Method in class adams.gui.visualization.timeseries.TimeseriesImportDatabaseDialog
Initializes the widgets.
initGUI() - Method in class adams.gui.visualization.timeseries.TimeseriesPanel
Initializes the GUI.
initGUI() - Method in class adams.gui.visualization.weka.AbstractInstanceInfoFrame
Sets up the GUI components.
initGUI() - Method in class adams.gui.wizard.AbstractDatabaseConnectionPage
Initializes the widets.
initGUI() - Method in class adams.gui.wizard.AbstractWizardPage
Initializes the widgets.
initGUI() - Method in class adams.gui.wizard.AbstractWizardPane
Initializes the widgets.
initGUI() - Method in class adams.gui.wizard.BranchSelectionPage
Initializes the widgets.
initGUI() - Method in class adams.gui.wizard.FinalPage
Initializes the widgets.
initGUI() - Method in class adams.gui.wizard.GenericObjectEditorPage
Initializes the widets.
initGUI() - Method in class adams.gui.wizard.ListPage
Initializes the widets.
initGUI() - Method in class adams.gui.wizard.ParameterPanelPage
Initializes the widets.
initGUI() - Method in class adams.gui.wizard.PropertySheetPanelPage
Initializes the widets.
initGUI() - Method in class adams.gui.wizard.SelectDirectoryPage
Initializes the widets.
initGUI() - Method in class adams.gui.wizard.SelectFilePage
Initializes the widets.
initGUI() - Method in class adams.gui.wizard.SelectMultipleDirectoriesPage
Initializes the widets.
initGUI() - Method in class adams.gui.wizard.SelectMultipleFilesPage
Initializes the widets.
initGUI() - Method in class adams.gui.wizard.StartPage
Initializes the widgets.
initGUI() - Method in class adams.gui.wizard.TextAreaPage
Initializes the widets.
initGUI() - Method in class adams.gui.wizard.WekaPropertySheetPanelPage
Initializes the widets.
initGUI() - Method in class adams.gui.wizard.WekaSelectDatasetPage
Initializes the widets.
initGUI() - Method in class adams.gui.wizard.WekaSelectMultipleDatasetsPage
Initializes the widets.
initGUI() - Method in class adams.gui.wizard.WizardPane
Initializes the widgets.
initGUI() - Method in class adams.gui.wizard.WizardPaneWithBranches
Initializes the widgets.
initGUI() - Method in class adams.gui.workspace.AbstractSerializableWorkspaceManagerPanel
For initializing the GUI.
initGUI() - Method in class adams.gui.workspace.AbstractWorkspaceManagerPanel
For initializing the GUI.
initGUI() - Method in class adams.gui.workspace.AbstractWorkspacePanelWithStatusBar
For initializing the GUI.
initGUI() - Method in class weka.gui.explorer.ExplorerExt
Initializes the widgets.
initGUI() - Method in class weka.gui.explorer.MultiExplorer
For initializing the GUI.
initGUI() - Method in class weka.gui.explorer.SqlPanel
initializes the GUI
initGUI(int) - Method in class adams.gui.chooser.AbstractConfigurableExtensionFileFilterFileChooser
initializes the GUI.
initGUI(int) - Method in class adams.gui.chooser.AbstractExtensionFileFilterFileChooser
initializes the GUI.
initGUI(int) - Method in class adams.gui.chooser.EmailFileChooser
initializes the GUI.
initGUI(int) - Method in class adams.gui.chooser.ObjectExporterFileChooser
initializes the GUI.
initGUI(int) - Method in class adams.gui.print.JComponentWriterFileChooser
initializes the GUI.
initGUI(JComponent, boolean) - Method in class adams.gui.tools.wekainvestigator.output.TableContentPanel
Initializes the panel with the specified component.
initGUI(JComponent, boolean) - Method in class adams.gui.tools.wekainvestigator.output.TextualContentPanel
Initializes the panel with the specified component.
initGUI(JComponent, boolean, boolean) - Method in class adams.gui.tools.wekainvestigator.output.TableContentPanel
Initializes the panel with the specified component.
initHandlers() - Static method in class adams.core.option.AbstractCommandLineHandler
Initializes the handlers.
initHandlers() - Static method in class adams.gui.goe.AbstractGenericObjectEditorHandler
Initializes the handlers.
initHandlers() - Static method in class adams.gui.visualization.debug.inspectionhandler.AbstractInspectionHandler
Initializes the handlers.
initHeader(ResultSet) - Method in class adams.data.spreadsheet.sql.Reader
Initializes the header
initHelp() - Method in class adams.flow.container.AbstractContainer
Initializes the help strings.
initHelp() - Method in class adams.flow.container.AbstractFilterContainer
Initializes the help strings.
initHelp() - Method in class adams.flow.container.ControlChartContainer
Initializes the help strings.
initHelp() - Method in class adams.flow.container.EncapsulatedActorsContainer
Initializes the help strings.
initHelp() - Method in class adams.flow.container.FeatureConverterContainer
Initializes the help strings.
initHelp() - Method in class adams.flow.container.FileBasedDatasetContainer
Initializes the help strings.
initHelp() - Method in class adams.flow.container.HttpRequestResult
Initializes the help strings.
initHelp() - Method in class adams.flow.container.ImageSegmentationContainer
Initializes the help strings.
initHelp() - Method in class adams.flow.container.OutlierContainer
Initializes the help strings.
initHelp() - Method in class adams.flow.container.OutlierDetectorContainer
Initializes the help strings.
initHelp() - Method in class adams.flow.container.PredictionEccentricityContainer
Initializes the help strings.
initHelp() - Method in class adams.flow.container.ProcessActorContainer
Initializes the help strings.
initHelp() - Method in class adams.flow.container.RemoteCommandContainer
Initializes the help strings.
initHelp() - Method in class adams.flow.container.SequencePlotterContainer
Initializes the help strings.
initHelp() - Method in class adams.flow.container.SpreadSheetCellSelectionContainer
Initializes the help strings.
initHelp() - Method in class adams.flow.container.TimingContainer
Initializes the help strings.
initHelp() - Method in class adams.flow.container.TrainTestSetContainer
Initializes the help strings.
initHelp() - Method in class adams.flow.container.WekaAssociatorContainer
Initializes the help strings.
initHelp() - Method in class adams.flow.container.WekaAttributeSelectionContainer
Initializes the help strings.
initHelp() - Method in class adams.flow.container.WekaClusterEvaluationContainer
Initializes the help strings.
initHelp() - Method in class adams.flow.container.WekaClusteringContainer
Initializes the help strings.
initHelp() - Method in class adams.flow.container.WekaEvaluationContainer
Initializes the help strings.
initHelp() - Method in class adams.flow.container.WekaExperimentContainer
Initializes the help strings.
initHelp() - Method in class adams.flow.container.WekaFilterContainer
Initializes the help strings.
initHelp() - Method in class adams.flow.container.WekaForecastContainer
Initializes the help strings.
initHelp() - Method in class adams.flow.container.WekaForecastModelContainer
Initializes the help strings.
initHelp() - Method in class adams.flow.container.WekaGeneticAlgorithmContainer
Initializes the help strings.
initHelp() - Method in class adams.flow.container.WekaGeneticAlgorithmInitializationContainer
Initializes the help strings.
initHelp() - Method in class adams.flow.container.WekaModelContainer
Initializes the help strings.
initHelp() - Method in class adams.flow.container.WekaNearestNeighborSearchContainer
Initializes the help strings.
initHelp() - Method in class adams.flow.container.WekaPredictionContainer
Initializes the help strings.
initHelp() - Method in class adams.flow.container.WekaTrainTestSetContainer
Initializes the help strings.
initHelp() - Method in class adams.gui.goe.PropertySheetPanel
Initializes the help text for the object.
initialCharsetTipText() - Method in class adams.flow.source.SelectCharset
Returns the tip text for this property.
initialCountTipText() - Method in class adams.flow.standalone.CounterInit
Returns the tip text for this property.
initialCountTipText() - Method in class adams.flow.transformer.CounterInit
Returns the tip text for this property.
initialDirectoryTipText() - Method in class adams.flow.source.SelectDirectory
Returns the tip text for this property.
initialDirectoryTipText() - Method in class adams.flow.source.SelectFile
Returns the tip text for this property.
initialDirectoryTipText() - Method in class adams.flow.source.valuedefinition.FileValueDefinition
Returns the tip text for this property.
initialDirectoryTipText() - Method in class adams.flow.source.WekaSelectDataset
Returns the tip text for this property.
initialFilesTipText() - Method in class adams.flow.source.SelectFile
Returns the tip text for this property.
initialFilesTipText() - Method in class adams.flow.source.WekaSelectDataset
Returns the tip text for this property.
initialise() - Method in class adams.gui.chooser.DatePanel.InternalView
Initialise the control.
initialiseW(Instances) - Method in class weka.filters.supervised.attribute.SIMPLSMatrixFilter
 
initialiseW(Instances) - Method in class weka.filters.supervised.attribute.SIMPLSMatrixFilterFromGeneticString
 
initialiseWeights() - Method in class weka.filters.supervised.attribute.SIMPLSMatrixFilter
 
initialiseWeights() - Method in class weka.filters.supervised.attribute.SIMPLSMatrixFilterFromGeneticString
 
Initialization - Interface in adams.gui.application
Interface for initialization applets.
initializationMethodTipText() - Method in class weka.clusterers.SAXKMeans
Returns the tip text for this property.
initialize() - Method in class adams.core.AbstractDataBackedIndex
For initializing the object.
initialize() - Method in class adams.core.AbstractDataBackedRange
For initializing the object.
initialize() - Method in class adams.core.AbstractDataBackedUnorderedRange
For initializing the object.
initialize() - Method in class adams.core.AbstractHistory
Initializes members.
initialize() - Method in class adams.core.AbstractPersistentHistory
Initializes members.
initialize() - Method in class adams.core.base.AbstractBaseString
Initializes the internal object.
initialize() - Method in class adams.core.base.ArrayDimensions
Initializes the internal object.
initialize() - Method in class adams.core.base.BaseBoolean
Initializes the internal object.
initialize() - Method in class adams.core.base.BaseByte
Initializes the internal object.
initialize() - Method in class adams.core.base.BaseCharacter
Initializes the internal object.
initialize() - Method in class adams.core.base.BaseCharset
Initializes the internal object.
initialize() - Method in class adams.core.base.BaseColor
Initializes the internal object.
initialize() - Method in class adams.core.base.BaseDate
Initializes the internal object.
initialize() - Method in class adams.core.base.BaseDateTime
Initializes the internal object.
initialize() - Method in class adams.core.base.BaseDateTimeMsec
Initializes the internal object.
initialize() - Method in class adams.core.base.BaseDimension
Initializes the internal object.
initialize() - Method in class adams.core.base.BaseDouble
Initializes the internal object.
initialize() - Method in class adams.core.base.BaseFloat
Initializes the internal object.
initialize() - Method in class adams.core.base.BaseInteger
Initializes the internal object.
initialize() - Method in class adams.core.base.BaseInterval
Initializes the members.
initialize() - Method in class adams.core.base.BaseLong
Initializes the internal object.
initialize() - Method in class adams.core.base.BaseObject
Initializes the internal object.
initialize() - Method in class adams.core.base.BasePointDouble
Initializes the internal object.
initialize() - Method in class adams.core.base.BasePointFloat
Initializes the internal object.
initialize() - Method in class adams.core.base.BasePointInt
Initializes the internal object.
initialize() - Method in class adams.core.base.BaseShort
Initializes the internal object.
initialize() - Method in class adams.core.base.BaseTime
Initializes the internal object.
initialize() - Method in class adams.core.base.BaseTimeMsec
Initializes the internal object.
initialize() - Method in class adams.core.base.BaseURI
Initializes the internal object.
initialize() - Method in class adams.core.base.BaseURL
Initializes the internal object.
initialize() - Method in class adams.core.base.CronSchedule
Initializes the internal object.
initialize() - Method in class adams.core.base.MatrixSubset
Initializes the members.
initialize() - Method in class adams.core.ByteFormatString
Initializes the internal object.
initialize() - Method in class adams.core.classmanager.ClassManager
Configures the actual managers and data structures.
initialize() - Method in class adams.core.command.AbstractExternalCommand
Initializes the members.
initialize() - Method in class adams.core.command.stderr.CallableActorSink
Initializes the members.
initialize() - Method in class adams.core.command.stdout.CallableActorSink
Initializes the members.
initialize() - Method in class adams.core.ConfigurableEnumeration
Initializes the items.
initialize() - Method in class adams.core.Index
For initializing the object.
initialize() - Method in class adams.core.io.fileoperations.AbstractFileOperations
For initializing members.
initialize() - Method in class adams.core.io.fileoperations.AbstractRemoteFileOperations
Initializes the members.
initialize() - Method in class adams.core.logging.AbstractEnhancingSingleHandler
Initializes the members.
initialize() - Method in class adams.core.logging.AbstractLogHandler
Initializes the members.
initialize() - Method in class adams.core.logging.FileHandler
Initializes the members.
initialize() - Method in class adams.core.logging.MultiHandler
Initializes the members.
initialize() - Method in class adams.core.logging.RemoteReceiveHandler
Initializes the members.
initialize() - Method in class adams.core.logging.RemoteSendHandler
Initializes the members.
initialize() - Method in class adams.core.logging.RotatingFileHandler
Initializes the members.
initialize() - Method in class adams.core.management.CharsetHelper
Initializes the helper.
initialize() - Method in class adams.core.management.LocaleHelper
Initializes the helper.
initialize() - Method in class adams.core.MicroSecondFormatString
Initializes the internal object.
initialize() - Method in class adams.core.net.EmailAddress
Initializes the internal object.
initialize() - Method in class adams.core.net.PortManager
Initializes the members.
initialize() - Static method in class adams.core.net.SMBHelper
Initializes the Wins host.
initialize() - Static method in class adams.core.net.SSLHelper
Initializes the SSL context.
initialize() - Method in class adams.core.NewInstance
loads the props file and interpretes it.
initialize() - Method in class adams.core.option.AbstractCommandLineHandler
For initializing members.
initialize() - Method in class adams.core.option.AbstractDocumentationProducer
Initializes the members.
initialize() - Method in class adams.core.option.AbstractJavaCodeProducer
Initializes the visitor.
initialize() - Method in class adams.core.option.AbstractOptionConsumer
Initializes the members.
initialize() - Method in class adams.core.option.AbstractOptionHandler
Initializes the members.
initialize() - Method in class adams.core.option.AbstractOptionProducer
Initializes the members.
initialize() - Method in class adams.core.option.ArrayProducer
Initializes the visitor.
initialize() - Method in class adams.core.option.CommandlineHelpProducer
Initializes the visitor.
initialize() - Method in class adams.core.option.CompactFlowConsumer
Initializes the members.
initialize() - Method in class adams.core.option.CompactFlowProducer
Initializes the members.
initialize() - Method in class adams.core.option.DatabaseActorExecutionClassProducer
Initializes the visitor.
initialize() - Method in class adams.core.option.FlowStructureDotProducer
Initializes the members.
initialize() - Method in class adams.core.option.FlowStructureGraphMLProducer
Initializes the members.
initialize() - Method in class adams.core.option.HtmlHelpProducer
Initializes the visitor.
initialize() - Method in class adams.core.option.HtmlParametersProducer
Initializes the visitor.
initialize() - Method in class adams.core.option.JenericCmdline
Initializes the caches.
initialize() - Method in class adams.core.option.JenericCommandLineHandler
Initializes the members.
initialize() - Method in class adams.core.option.JsonConsumer
Initializes the members.
initialize() - Method in class adams.core.option.JsonProducer
Initializes the members.
initialize() - Method in class adams.core.option.MaterializedArrayProducer
Initializes the visitor.
initialize() - Method in class adams.core.option.NestedConsumer
Initializes the members.
initialize() - Method in class adams.core.option.NestedProducer
Used for initializing members.
initialize() - Method in class adams.core.option.XhtmlProducer
Initializes the visitor.
initialize() - Method in class adams.core.password.DictionaryBasedGenerator
Initializes the generator.
initialize() - Static method in class adams.core.Performance
loads the props file.
initialize() - Method in class adams.core.Placeholders
loads the props file and interpretes it.
initialize() - Method in class adams.core.Properties
Initializes member variables.
initialize() - Method in class adams.core.PropertiesBasedEnumeration
Initializes the items.
initialize() - Method in class adams.core.PublishSubscribeHandler
Initializes the members.
initialize() - Method in class adams.core.Range
Initializes the object.
initialize() - Method in class adams.core.SecondFormatString
Initializes the internal object.
initialize() - Method in class adams.core.SystemInfo
Gathers the system info.
initialize() - Method in class adams.core.UnorderedRange
The initializes the members.
initialize() - Method in class adams.core.VariableName
Initializes the internal object.
initialize() - Method in class adams.core.VariablesFinder
Initializes the members.
initialize() - Method in class adams.data.baseline.AbstractDatabaseConnectionBaselineCorrection
Initializes the members.
initialize() - Method in class adams.data.baseline.AbstractLOWESSBased
Initializes the members.
initialize() - Method in class adams.data.baseline.AbstractSavitzkyGolayBased
Initializes the members.
initialize() - Method in class adams.data.blob.BlobContainer
Initializes the members.
initialize() - Method in class adams.data.boofcv.features.AbstractScript
Initializes the members.
initialize() - Method in class adams.data.boofcv.transformer.AbstractScript
Initializes the members.
initialize() - Method in class adams.data.container.AbstractSimpleContainer
Initializes the members.
initialize() - Method in class adams.data.container.ObjectContainer
Initializes the members.
initialize() - Method in class adams.data.conversion.AbstractScript
Initializes the members.
initialize() - Method in class adams.data.conversion.ExtractDateTimeField
Initializes the members.
initialize() - Method in class adams.data.conversion.MovingAverage
Initializes the members.
initialize() - Method in class adams.data.conversion.SpreadSheetAddRowID
Initializes the members.
initialize() - Method in class adams.data.conversion.WekaEvaluationToCostCurve
Initializes the members.
initialize() - Method in class adams.data.conversion.WekaEvaluationToThresholdCurve
Initializes the members.
initialize() - Method in class adams.data.DateFormatString
Initializes the internal object.
initialize() - Method in class adams.data.DecimalFormatString
Initializes the internal object.
initialize() - Method in class adams.data.exif.commons.ExifTagEnum
Initializes the items.
initialize() - Method in class adams.data.filter.AbstractDatabaseConnectionFilter
Initializes the members.
initialize() - Method in class adams.data.filter.AbstractSavitzkyGolay
Initializes the members.
initialize() - Method in class adams.data.filter.AbstractScript
Initializes the members.
initialize() - Method in class adams.data.filter.AbstractSimpleSavitzkyGolay
Initializes the members.
initialize() - Method in class adams.data.image.AbstractImageTransformer
Initializes the members.
initialize() - Method in class adams.data.image.BufferedImageBitmaskContainer
Initializes the members.
initialize() - Method in class adams.data.image.features.AbstractScript
Initializes the members.
initialize() - Method in class adams.data.image.transformer.AbstractScript
Initializes the members.
initialize() - Method in class adams.data.indexedsplits.IndexedSplitsRuns
Initializes the members.
initialize() - Method in class adams.data.instances.AbstractInstanceGenerator
Initializes the members.
initialize() - Method in class adams.data.io.input.AbstractCompressedTextReader
Initializes the members.
initialize() - Method in class adams.data.io.input.AbstractDataContainerReader
Initializes the members.
initialize() - Method in class adams.data.io.input.AbstractExcelSpreadSheetReader
Initializes the members.
initialize() - Method in class adams.data.io.input.AbstractFlowReader
Initializes the members.
initialize() - Method in class adams.data.io.input.AbstractSpreadSheetReader
Initializes the members.
initialize() - Method in class adams.data.io.input.AbstractWekaSpreadSheetReader
Initializes the members.
initialize() - Method in class adams.data.io.input.BoofCVImageReader
Initializes the members.
initialize() - Method in class adams.data.io.input.JAIImageReader
Initializes the members.
initialize() - Method in class adams.data.io.input.ODFSpreadSheetReader
Initializes the members.
initialize() - Method in class adams.data.io.input.OpenCVImageReader
Initializes the members.
initialize() - Method in class adams.data.io.output.AbstractSpreadSheetWriter
Initializes the members.
initialize() - Method in class adams.data.io.output.AbstractTimeseriesWriter
Initializes the members.
initialize() - Method in class adams.data.io.output.AbstractWekaSpreadSheetWriter
Initializes the members.
initialize() - Method in class adams.data.io.output.AccessSpreadSheetWriter
Initializes the members.
initialize() - Method in class adams.data.io.output.BoofCVImageWriter
Initializes the members.
initialize() - Method in class adams.data.io.output.CsvSpreadSheetWriter
Initializes the members.
initialize() - Method in class adams.data.io.output.JAIImageWriter
Initializes the members.
initialize() - Method in class adams.data.io.output.SqlDumpSpreadSheetWriter
Initializes the members.
initialize() - Method in class adams.data.jai.transformer.AbstractScript
Initializes the members.
initialize() - Method in class adams.data.noise.AbstractDatabaseConnectionDenoiser
Initializes the members.
initialize() - Method in class adams.data.objectfilter.TransformMetaData
Initializes the members.
initialize() - Method in class adams.data.opencv.features.AbstractScript
Initializes the members.
initialize() - Method in class adams.data.opencv.transformer.AbstractScript
Initializes the members.
initialize() - Method in class adams.data.outlier.AbstractDatabaseConnectionOutlierDetector
Initializes the members.
initialize() - Method in class adams.data.outlier.AbstractScript
Initializes the members.
initialize() - Method in class adams.data.outlier.FilteredOutlierDetector
Initializes the members.
initialize() - Method in class adams.data.report.AbstractDatabaseConnectionReportFilter
Initializes the members.
initialize() - Method in class adams.data.report.AbstractScript
Initializes the members.
initialize() - Method in class adams.data.smoothing.AbstractDatabaseConnectionSmoother
Initializes the members.
initialize() - Method in class adams.data.smoothing.AbstractLOWESSBased
Initializes the members.
initialize() - Method in class adams.data.smoothing.AbstractSavitzkyGolayBased
Initializes the members.
initialize() - Method in class adams.data.spreadsheet.DefaultSpreadSheet
Initializes the members.
initialize() - Method in class adams.data.statistics.AbstractArrayStatistic
Initializes the members.
initialize() - Method in class adams.data.text.TextContainer
Initializes the members.
initialize() - Method in class adams.data.weka.rowfinder.FilteredIQR
Initializes the members.
initialize() - Method in class adams.db.AbstractDatabaseConnection
initializes member variables.
initialize() - Method in class adams.db.AbstractDatabaseObjectWithOptionHandling
initializes member variables.
initialize() - Method in class adams.db.ConnectionParameters
Initializes the members.
initialize() - Method in class adams.db.Drivers
Initializes drivers and data types.
initialize() - Method in class adams.db.mysql.DbBackend
Initializes the members.
initialize() - Method in class adams.db.postgresql.DbBackend
Initializes the members.
initialize() - Method in class adams.db.sqlite.DbBackend
Initializes the members.
initialize() - Method in class adams.db.upgrade.AbstractTableUpgrade
Initializes the members.
initialize() - Method in class adams.doc.javadoc.AllJavadoc
Initializes the members.
initialize() - Method in class adams.doc.javadoc.FlowJavadoc
Initializes the members.
initialize() - Method in class adams.doc.javadoc.GlobalInfoJavadoc
Initializes the members.
initialize() - Method in class adams.doc.javadoc.GrammarJavadoc
Initializes the members.
initialize() - Method in class adams.doc.javadoc.Javadoc
Initializes the members.
initialize() - Method in class adams.doc.javadoc.OptionHandlerJavadoc
Initializes the members.
initialize() - Method in class adams.doc.javadoc.ScriptletJavadoc
Initializes the members.
initialize() - Method in class adams.doc.javadoc.TechnicalInformationHandlerJavadoc
Initializes the members.
initialize() - Method in class adams.env.AbstractEnvironment
Initializes the setup.
initialize() - Method in class adams.env.Modules
Initializes the modules.
initialize() - Method in class adams.flow.condition.bool.AbstractBooleanDatabaseCondition
Initializes the members.
initialize() - Method in class adams.flow.condition.bool.AbstractScript
Initializes the members.
initialize() - Method in class adams.flow.control.AbstractControlActor
Initializes the members.
initialize() - Method in class adams.flow.control.AbstractDataContainerFileChecker
Initializes the members.
initialize() - Method in class adams.flow.control.AbstractDirector
Initializes the members.
initialize() - Method in class adams.flow.control.AbstractTee
Initializes the members.
initialize() - Method in class adams.flow.control.ArrayGenerate
Initializes the members.
initialize() - Method in class adams.flow.control.Branch
Initializes the members.
initialize() - Method in class adams.flow.control.CallableActorScreenshot
Initializes the members.
initialize() - Method in class adams.flow.control.errorpostprocessor.OutOfMemory
Initializes the members.
initialize() - Method in class adams.flow.control.FileProcessor
Initializes the members.
initialize() - Method in class adams.flow.control.Flow
Initializes the members.
initialize() - Method in class adams.flow.control.flowrestart.operation.MultiOperation
Initializes the members.
initialize() - Method in class adams.flow.control.flowrestart.trigger.MultiTrigger
Initializes the members.
initialize() - Method in class adams.flow.control.IfStorageValue
Initializes the members.
initialize() - Method in class adams.flow.control.IfThenElse
Initializes the members.
initialize() - Method in class adams.flow.control.Injector
Initializes the members.
initialize() - Method in class adams.flow.control.InputOutputListener
Initializes the members.
initialize() - Method in class adams.flow.control.LoadBalancer
Initializes the members.
initialize() - Method in class adams.flow.control.LocalScopeTransformer
Initializes the members.
initialize() - Method in class adams.flow.control.LocalScopeTrigger
Initializes the members.
initialize() - Method in class adams.flow.control.MutableConnectedControlActor
Initializes the members.
initialize() - Method in class adams.flow.control.MutableControlActor
Initializes the members.
initialize() - Method in class adams.flow.control.plotprocessor.AbstractPlotProcessor
Initializes the members.
initialize() - Method in class adams.flow.control.plotprocessor.AbstractPlotProcessorWithBuffer
Initializes the members.
initialize() - Method in class adams.flow.control.plotprocessor.SavitzkyGolay
Initializes the members.
initialize() - Method in class adams.flow.control.Rejector
Initializes the members.
initialize() - Method in class adams.flow.control.RemoteExecutionTrigger
Initializes the members.
initialize() - Method in class adams.flow.control.RunningFlowsRegistry
Initializes the members.
initialize() - Method in class adams.flow.control.Sequence
Initializes the members.
initialize() - Method in class adams.flow.control.SequentialDirector
Initializes the members.
initialize() - Method in class adams.flow.control.StorageName
Initializes the internal object.
initialize() - Method in class adams.flow.control.SubProcess
Initializes the members.
initialize() - Method in class adams.flow.control.Switch
Initializes the members.
initialize() - Method in class adams.flow.control.TimedSubProcess
Initializes the members.
initialize() - Method in class adams.flow.control.TimedTee
Initializes the members.
initialize() - Method in class adams.flow.control.TimedTrigger
Initializes the members.
initialize() - Method in class adams.flow.control.Trigger
Initializes the members.
initialize() - Method in class adams.flow.control.TryCatch
Initializes the members.
initialize() - Method in class adams.flow.control.UpdateCallableDisplay
Initializes the members.
initialize() - Method in class adams.flow.control.WhileLoop
Initializes the members.
initialize() - Method in class adams.flow.core.AbstractActor
Initializes the members.
initialize() - Method in class adams.flow.core.AbstractCallableActor
Initializes the members.
initialize() - Method in class adams.flow.core.AbstractCopyCallableActor
Initializes the members.
initialize() - Method in class adams.flow.core.AbstractDisplay
Initializes the members.
initialize() - Method in class adams.flow.core.AbstractModelLoader
Initializes the members.
initialize() - Method in class adams.flow.core.AbstractPropertyValueConverter
Initializes member variables.
initialize() - Method in class adams.flow.core.ObjectRetriever
Initializes the members.
initialize() - Static method in class adams.flow.core.PropertyHelper
Initializes the converter list.
initialize() - Method in class adams.flow.core.WekaPropertyValueConverter
Initializes member variables.
initialize() - Method in class adams.flow.execution.AbstractFlowExecutionListenerWithTable
Initializes the members.
initialize() - Method in class adams.flow.execution.CurrentlyExecuted
Initializes the members.
initialize() - Method in class adams.flow.execution.debug.BreakpointPanel
Initializes the members.
initialize() - Method in class adams.flow.execution.debug.ControlPanel
Initializes the members.
initialize() - Method in class adams.flow.execution.ExecutionCounter
Initializes the members.
initialize() - Method in class adams.flow.execution.ExecutionLog
Initializes the members.
initialize() - Method in class adams.flow.execution.Time
Initializes the members.
initialize() - Method in class adams.flow.FlowRunner
Initializes the members.
initialize() - Method in class adams.flow.processor.AbstractActorProcessor
Initializes the members.
initialize() - Method in class adams.flow.processor.AbstractModifyingProcessor
Initializes the members.
initialize() - Method in class adams.flow.processor.ActorStatistics
Initializes the members.
initialize() - Method in class adams.flow.processor.CheckActorReferenceUsage
Initializes the members.
initialize() - Method in class adams.flow.processor.CheckPlaceholders
Initializes the members.
initialize() - Method in class adams.flow.processor.CheckStorageUsage
Initializes the members.
initialize() - Method in class adams.flow.processor.CheckVariableUsage
Initializes the members.
initialize() - Method in class adams.flow.processor.ListAllStorageNames
Initializes the members.
initialize() - Method in class adams.flow.processor.ListAllVariables
Initializes the members.
initialize() - Method in class adams.flow.processor.RemoveUnusedReferenceableActors
Initializes the members.
initialize() - Method in class adams.flow.setup.FlowSetup
Initializes the members.
initialize() - Method in class adams.flow.sink.AbstractDbSink
Initializes the members.
initialize() - Method in class adams.flow.sink.AbstractScript
Initializes the members.
initialize() - Method in class adams.flow.sink.AbstractTextualDisplay
Initializes the members.
initialize() - Method in class adams.flow.sink.ArrayDisplay
Initializes the members.
initialize() - Method in class adams.flow.sink.canvas.DataPoolPanel
Initializes the members.
initialize() - Method in class adams.flow.sink.ControlChartPlot
Initializes the members.
initialize() - Method in class adams.flow.sink.DisplayPanelGrid
Initializes the members.
initialize() - Method in class adams.flow.sink.DisplayPanelManager.DisplayPanelHistoryPanel
Initializes the members.
initialize() - Method in class adams.flow.sink.DumpFile
Initializes the members.
initialize() - Method in class adams.flow.sink.LogViewer
Initializes the members.
initialize() - Method in class adams.flow.sink.PlotContainerSink
Initializes the members.
initialize() - Method in class adams.flow.sink.ProgrammaticSink
Initializes the members.
initialize() - Method in class adams.flow.sink.SendEmail
Initializes the members.
initialize() - Method in class adams.flow.sink.sequenceplotter.AbstractErrorPaintlet
Initializes the members.
initialize() - Method in class adams.flow.sink.sequenceplotter.ByNameErrorPaintlet
Initializes the members.
initialize() - Method in class adams.flow.sink.sequenceplotter.ByNameMarkerPaintlet
Initializes the members.
initialize() - Method in class adams.flow.sink.sequenceplotter.ErrorBandPaintlet
Initializes the members.
initialize() - Method in class adams.flow.sink.SequencePlotter
Initializes the members.
initialize() - Method in class adams.flow.sink.sequenceplotter.NamedPlotUpdater
Initializes the members.
initialize() - Method in class adams.flow.sink.sequenceplotter.SequencePlotterPanel
Initializes the members.
initialize() - Method in class adams.flow.sink.SimplePlot
Initializes the members.
initialize() - Method in class adams.flow.sink.WekaCostCurve
Initializes the members.
initialize() - Method in class adams.flow.sink.WekaThresholdCurve
Initializes the members.
initialize() - Method in class adams.flow.source.AbstractBufferingSource
Initializes the members.
initialize() - Method in class adams.flow.source.AbstractDatabaseIdSupplier
Initializes the members.
initialize() - Method in class adams.flow.source.AbstractDbArrayProvider
Initializes the members.
initialize() - Method in class adams.flow.source.AbstractDbSource
Initializes the members.
initialize() - Method in class adams.flow.source.AbstractInteractiveSource
Initializes the members.
initialize() - Method in class adams.flow.source.AbstractPythonExecution
Initializes the members.
initialize() - Method in class adams.flow.source.AbstractScript
Initializes the members.
initialize() - Method in class adams.flow.source.AbstractSimpleDbSource
Initializes the members.
initialize() - Method in class adams.flow.source.AbstractSimpleSource
Initializes the members.
initialize() - Method in class adams.flow.source.AbstractWekaSetupGenerator
Initializes the members.
initialize() - Method in class adams.flow.source.Command
Initializes the members.
initialize() - Method in class adams.flow.source.DirectoryLister
Initializes the members.
initialize() - Method in class adams.flow.source.EnterManyValues
Initializes the members.
initialize() - Method in class adams.flow.source.Exec
Initializes the members.
initialize() - Method in class adams.flow.source.filesystemsearch.AbstractFtpDirectoryListerBasedSearchlet
Initializes the members.
initialize() - Method in class adams.flow.source.filesystemsearch.AbstractLocalDirectoryListerBasedSearchlet
Initializes the members.
initialize() - Method in class adams.flow.source.filesystemsearch.AbstractSftpDirectoryListerBasedSearchlet
Initializes the members.
initialize() - Method in class adams.flow.source.filesystemsearch.AbstractSmbDirectoryListerBasedSearchlet
Initializes the members.
initialize() - Method in class adams.flow.source.filesystemsearch.FtpDirectorySearch
Initializes the members.
initialize() - Method in class adams.flow.source.filesystemsearch.FtpDirectorySearchWithComparator
Initializes the members.
initialize() - Method in class adams.flow.source.filesystemsearch.FtpDirectorySearchWithCustomSort
Initializes the members.
initialize() - Method in class adams.flow.source.filesystemsearch.FtpFileSearch
Initializes the members.
initialize() - Method in class adams.flow.source.filesystemsearch.FtpFileSearchWithComparator
Initializes the members.
initialize() - Method in class adams.flow.source.filesystemsearch.FtpFileSearchWithCustomSort
Initializes the members.
initialize() - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearch
Initializes the members.
initialize() - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearchWithComparator
Initializes the members.
initialize() - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearchWithCustomSort
Initializes the members.
initialize() - Method in class adams.flow.source.filesystemsearch.LocalFileSearch
Initializes the members.
initialize() - Method in class adams.flow.source.filesystemsearch.LocalFileSearchWithComparator
Initializes the members.
initialize() - Method in class adams.flow.source.filesystemsearch.LocalFileSearchWithCustomSort
Initializes the members.
initialize() - Method in class adams.flow.source.filesystemsearch.SftpDirectorySearch
Initializes the members.
initialize() - Method in class adams.flow.source.filesystemsearch.SftpDirectorySearchWithComparator
Initializes the members.
initialize() - Method in class adams.flow.source.filesystemsearch.SftpDirectorySearchWithCustomSort
Initializes the members.
initialize() - Method in class adams.flow.source.filesystemsearch.SftpFileSearch
Initializes the members.
initialize() - Method in class adams.flow.source.filesystemsearch.SftpFileSearchWithComparator
Initializes the members.
initialize() - Method in class adams.flow.source.filesystemsearch.SftpFileSearchWithCustomSort
Initializes the members.
initialize() - Method in class adams.flow.source.filesystemsearch.SmbDirectorySearch
Initializes the members.
initialize() - Method in class adams.flow.source.filesystemsearch.SmbDirectorySearchWithComparator
Initializes the members.
initialize() - Method in class adams.flow.source.filesystemsearch.SmbDirectorySearchWithCustomSort
Initializes the members.
initialize() - Method in class adams.flow.source.filesystemsearch.SmbFileSearch
Initializes the members.
initialize() - Method in class adams.flow.source.filesystemsearch.SmbFileSearchWithComparator
Initializes the members.
initialize() - Method in class adams.flow.source.filesystemsearch.SmbFileSearchWithCustomSort
Initializes the members.
initialize() - Method in class adams.flow.source.SelectFile
Initializes the members.
initialize() - Method in class adams.flow.source.SwitchedSource
Initializes the members.
initialize() - Method in class adams.flow.source.WekaNewInstances
Initializes the members.
initialize() - Method in class adams.flow.source.WekaSelectDataset
Initializes the members.
initialize() - Method in class adams.flow.standalone.AbstractDbStandalone
Initializes the members.
initialize() - Method in class adams.flow.standalone.AbstractMultiView
Initializes the members.
initialize() - Method in class adams.flow.standalone.AbstractMutableActorDaemonEvent
Initializes the members.
initialize() - Method in class adams.flow.standalone.AbstractMutableStandaloneGroupItem
Initializes the members.
initialize() - Method in class adams.flow.standalone.AbstractScript
Initializes the members.
initialize() - Method in class adams.flow.standalone.AbstractStandaloneGroup
Initializes the members.
initialize() - Method in class adams.flow.standalone.Cron
Initializes the members.
initialize() - Method in class adams.flow.standalone.DelayedEvent
Initializes the members.
initialize() - Method in class adams.flow.standalone.DeleteDir
Initializes the members.
initialize() - Method in class adams.flow.standalone.DeleteFile
Initializes the members.
initialize() - Method in class adams.flow.standalone.DeserializeToStorage
Initializes the members.
initialize() - Method in class adams.flow.standalone.Events
Initializes the members.
initialize() - Method in class adams.flow.standalone.ExternalFlow
Initializes the members.
initialize() - Method in class adams.flow.standalone.GridView
Initializes the members.
initialize() - Method in class adams.flow.standalone.JavaExec
Initializes the members.
initialize() - Method in class adams.flow.standalone.QueueEvent
Initializes the members.
initialize() - Method in class adams.flow.standalone.QueueInit
Initializes the members.
initialize() - Method in class adams.flow.standalone.SetManyVariables
Initializes the members.
initialize() - Method in class adams.flow.template.AbstractScript
Initializes the members.
initialize() - Method in class adams.flow.transformer.AbstractDataProcessor
Initializes the members.
initialize() - Method in class adams.flow.transformer.AbstractDbArrayProvider
Initializes the members.
initialize() - Method in class adams.flow.transformer.AbstractDbDataProcessor
Initializes the members.
initialize() - Method in class adams.flow.transformer.AbstractDbTransformer
Initializes the members.
initialize() - Method in class adams.flow.transformer.AbstractInteractiveTransformer
Initializes the members.
initialize() - Method in class adams.flow.transformer.AbstractInteractiveTransformerDialog
Initializes the members.
initialize() - Method in class adams.flow.transformer.AbstractProcessWekaInstanceWithModel
 
initialize() - Method in class adams.flow.transformer.AbstractScript
Initializes the members.
initialize() - Method in class adams.flow.transformer.BinaryFileReader
Initializes the members.
initialize() - Method in class adams.flow.transformer.BoofCVFeatureGenerator
Initializes the members.
initialize() - Method in class adams.flow.transformer.BoofCVMultiImageOperation
Initializes the members.
initialize() - Method in class adams.flow.transformer.BufferedImageFeatureGenerator
Initializes the members.
initialize() - Method in class adams.flow.transformer.BufferedImageMultiImageOperation
Initializes the members.
initialize() - Method in class adams.flow.transformer.ClassSelector
Initializes the members.
initialize() - Method in class adams.flow.transformer.CollectionInsert
Initializes the members.
initialize() - Method in class adams.flow.transformer.compareobjectlocations.AbstractComparisonPanel
Initializes the members.
initialize() - Method in class adams.flow.transformer.compareobjectlocations.Combined.CombinedPanel
Initializes the members.
initialize() - Method in class adams.flow.transformer.compareobjectlocations.SideBySide.SideBySidePanel
Initializes the members.
initialize() - Method in class adams.flow.transformer.draw.AbstractDrawObjectsFromReport
Initializes the members.
initialize() - Method in class adams.flow.transformer.FileTailer
Initializes the members.
initialize() - Method in class adams.flow.transformer.GetArrayElement
Initializes the members.
initialize() - Method in class adams.flow.transformer.GetListElement
Initializes the members.
initialize() - Method in class adams.flow.transformer.ImageAnnotator.AnnotatorPanel
Initializes the members.
initialize() - Method in class adams.flow.transformer.imagepreparation.AbstractImagePreparation
Initializes the members.
initialize() - Method in class adams.flow.transformer.IndexedSplitsRunsEvaluation
Initializes the members.
initialize() - Method in class adams.flow.transformer.IndexedSplitsRunsPredictions
Initializes the members.
initialize() - Method in class adams.flow.transformer.locateobjects.AbstractObjectLocator
Initializes the members.
initialize() - Method in class adams.flow.transformer.MakeForecastPlotContainer
Initializes the members.
initialize() - Method in class adams.flow.transformer.Mat5FileAddArray
Initializes the members.
initialize() - Method in class adams.flow.transformer.Mat5FileAddMap
Initializes the members.
initialize() - Method in class adams.flow.transformer.Mat5SetStructField
Initializes the members.
initialize() - Method in class adams.flow.transformer.MergeReport
Initializes the members.
initialize() - Method in class adams.flow.transformer.MultiMat5MatrixOperation
Initializes the members.
initialize() - Method in class adams.flow.transformer.OpenCVFeatureGenerator
Initializes the members.
initialize() - Method in class adams.flow.transformer.OpenCVMultiImageOperation
Initializes the members.
initialize() - Method in class adams.flow.transformer.PDFExtractImages
Initializes the members.
initialize() - Method in class adams.flow.transformer.pdfgenerate.AbstractScript
Initializes the members.
initialize() - Method in class adams.flow.transformer.PDFInfo
Initializes the members.
initialize() - Method in class adams.flow.transformer.PDFRenderPages
Initializes the members.
initialize() - Method in class adams.flow.transformer.pixelselector.AbstractPixelSelectorAction
Initializes the members.
initialize() - Method in class adams.flow.transformer.pixelselector.PixelSelectorPanel
Initializes the members.
initialize() - Method in class adams.flow.transformer.plotgenerator.AbstractPlotGenerator
Initializes the members.
initialize() - Method in class adams.flow.transformer.plotgenerator.AndrewsCurvesGenerator
Initializes the members.
initialize() - Method in class adams.flow.transformer.plotgenerator.NamedPlotGenerator
Initializes the members.
initialize() - Method in class adams.flow.transformer.plotgenerator.RowWisePlotGenerator
Initializes the members.
initialize() - Method in class adams.flow.transformer.plotgenerator.SimplePlotGenerator
Initializes the members.
initialize() - Method in class adams.flow.transformer.plotgenerator.XYPlotGenerator
Initializes the members.
initialize() - Method in class adams.flow.transformer.plotgenerator.XYWithErrorsPlotGenerator
Initializes the members.
initialize() - Method in class adams.flow.transformer.ProgrammaticTokenListener
Initializes the scheme.
initialize() - Method in class adams.flow.transformer.SetArrayElement
Initializes the members.
initialize() - Method in class adams.flow.transformer.SetJsonValue
Initializes the members.
initialize() - Method in class adams.flow.transformer.SetManyVariables
Initializes the members.
initialize() - Method in class adams.flow.transformer.SetMapValue
Initializes the members.
initialize() - Method in class adams.flow.transformer.SetReportFromSource
Initializes the members.
initialize() - Method in class adams.flow.transformer.SpreadSheetAnonymize
Initializes the members.
initialize() - Method in class adams.flow.transformer.SpreadSheetCopyColumns
Initializes the members.
initialize() - Method in class adams.flow.transformer.SpreadSheetCopyRows
Initializes the members.
initialize() - Method in class adams.flow.transformer.SpreadSheetDifference
 
initialize() - Method in class adams.flow.transformer.SpreadSheetGetCell
Initializes the members.
initialize() - Method in class adams.flow.transformer.SpreadSheetGetColumnIndex
Initializes the members.
initialize() - Method in class adams.flow.transformer.SpreadSheetGetHeaderCell
Initializes the members.
initialize() - Method in class adams.flow.transformer.SpreadSheetInfo
Initializes the members.
initialize() - Method in class adams.flow.transformer.SpreadSheetInsertColumn
Initializes the members.
initialize() - Method in class adams.flow.transformer.SpreadSheetInsertRow
Initializes the members.
initialize() - Method in class adams.flow.transformer.SpreadSheetInsertRowScore
Initializes the members.
initialize() - Method in class adams.flow.transformer.SpreadSheetRemoveColumn
Initializes the members.
initialize() - Method in class adams.flow.transformer.SpreadSheetRemoveRow
Initializes the members.
initialize() - Method in class adams.flow.transformer.SpreadSheetSetCell
Initializes the members.
initialize() - Method in class adams.flow.transformer.SpreadSheetSetHeaderCell
Initializes the members.
initialize() - Method in class adams.flow.transformer.SpreadSheetSort
Initializes the members.
initialize() - Method in class adams.flow.transformer.SpreadSheetStorageRowIterator
Initializes the members.
initialize() - Method in class adams.flow.transformer.SpreadSheetSubset
Initializes the members.
initialize() - Method in class adams.flow.transformer.SpreadSheetSubsetByValue
Initializes the members.
initialize() - Method in class adams.flow.transformer.SpreadSheetTransformCells
Initializes the members.
initialize() - Method in class adams.flow.transformer.SpreadSheetTransformHeaderCells
Initializes the members.
initialize() - Method in class adams.flow.transformer.SpreadSheetVariableRowIterator
Initializes the members.
initialize() - Method in class adams.flow.transformer.StringCut
Initializes the members.
initialize() - Method in class adams.flow.transformer.StringInsert
Initializes the members.
initialize() - Method in class adams.flow.transformer.StringRangeCut
Initializes the members.
initialize() - Method in class adams.flow.transformer.StringSplit
Initializes the members.
initialize() - Method in class adams.flow.transformer.TimeseriesFeatureGenerator
Initializes the members.
initialize() - Method in class adams.flow.transformer.TimeseriesInfo
Initializes the members.
initialize() - Method in class adams.flow.transformer.UniqueID
Initializes the members.
initialize() - Method in class adams.flow.transformer.WekaChooseAttributes
Initializes the members.
initialize() - Method in class adams.flow.transformer.WekaClassifierRanker
Initializes the members.
initialize() - Method in class adams.flow.transformer.WekaClassSelector
Initializes the members.
initialize() - Method in class adams.flow.transformer.WekaExtractArray
Initializes the member variables.
initialize() - Method in class adams.flow.transformer.WekaFilter
Initializes the members.
initialize() - Method in class adams.flow.transformer.WekaGeneticAlgorithm
Initializes the members.
initialize() - Method in class adams.flow.transformer.WekaGetInstancesValue
Initializes the members.
initialize() - Method in class adams.flow.transformer.WekaGetInstanceValue
Initializes the members.
initialize() - Method in class adams.flow.transformer.WekaInstanceDumper
Initializes the members.
initialize() - Method in class adams.flow.transformer.WekaInstanceStreamPlotGenerator
Initializes the members.
initialize() - Method in class adams.flow.transformer.WekaSetInstancesValue
Initializes the members.
initialize() - Method in class adams.flow.transformer.WekaSetInstanceValue
Initializes the members.
initialize() - Method in class adams.flow.transformer.WekaSubsets
Initializes the members.
initialize() - Method in class adams.gui.action.AbstractActionWithDialog
Initializes the action.
initialize() - Method in class adams.gui.action.AbstractBaseAction
Initializes the action.
initialize() - Method in class adams.gui.action.AbstractPropertiesAction
Initializes the action.
initialize() - Method in class adams.gui.action.AbstractPropertiesCheckBoxMenuItemAction
Initializes the action.
initialize() - Method in class adams.gui.application.AbstractApplicationFrame
Initializes the members.
initialize() - Method in class adams.gui.application.AbstractMenuItemDefinition
Initializes members.
initialize() - Method in class adams.gui.application.ChildFrame
Initializes the members.
initialize() - Method in class adams.gui.application.PreferencesManagerPanel
Initializes the widgets.
initialize() - Method in class adams.gui.chooser.AbstractChooserPanel
Initializes the members.
initialize() - Method in class adams.gui.chooser.AbstractConfigurableExtensionFileFilterFileChooser
Further initializations.
initialize() - Method in class adams.gui.chooser.AbstractExtensionFileFilterFileChooser
Further initializations.
initialize() - Method in class adams.gui.chooser.BaseFileChooser
For initializing some stuff.
initialize() - Method in class adams.gui.chooser.BaseTextChooserPanel
Initializes the members.
initialize() - Method in class adams.gui.chooser.DatasetFileChooserPanel
Initializes the members.
initialize() - Method in class adams.gui.chooser.DatePanel
Initializes the members.
initialize() - Method in class adams.gui.chooser.DirectoryChooserPanel
Initializes the members.
initialize() - Method in class adams.gui.chooser.FieldChooserPanel
Initializes the members.
initialize() - Method in class adams.gui.chooser.FileChooserPanel
Initializes the members.
initialize() - Method in class adams.gui.chooser.FtpDirectoryChooserPanel
Initializes the members.
initialize() - Method in class adams.gui.chooser.ImagePreview
Initializes the members.
initialize() - Method in class adams.gui.chooser.JavaDirectoryChooser
For initializing some stuff.
initialize() - Method in class adams.gui.chooser.ObjectExporterFileChooser
Initializes the members.
initialize() - Method in class adams.gui.chooser.SelectOptionPanel
Initializes the members.
initialize() - Method in class adams.gui.chooser.SftpDirectoryChooserPanel
Initializes the members.
initialize() - Method in class adams.gui.chooser.SmbDirectoryChooserPanel
Initializes the members.
initialize() - Method in class adams.gui.chooser.SpreadSheetFileChooserPanel
Initializes the members.
initialize() - Method in class adams.gui.chooser.SpreadSheetQueryChooserPanel
Initializes the members.
initialize() - Method in class adams.gui.chooser.SQLStatementChooserPanel
Initializes the members.
initialize() - Method in class adams.gui.chooser.TextFileChooser.FileEncodingPanel
Initializes the members.
initialize() - Method in class adams.gui.chooser.TextFileChooser
For initializing some stuff.
initialize() - Method in class adams.gui.chooser.TimePanel
Initializes the members.
initialize() - Method in class adams.gui.core.AbstractNamedHistoryPanel
Initializes the members.
initialize() - Method in class adams.gui.core.AbstractQuickSearchPanel
Initializes the listeners.
initialize() - Method in class adams.gui.core.AbstractTextAreaPanelWithAdvancedSyntaxHighlighting
For initializing members.
initialize() - Method in class adams.gui.core.AdjustableGridPanel
Initializes the members.
initialize() - Method in class adams.gui.core.BaseButtonWithDropDownMenu
Initializes the members.
initialize() - Method in class adams.gui.core.BaseDialog
For initializing members.
initialize() - Method in class adams.gui.core.BaseEditorPane
Initializes the widget.
initialize() - Method in class adams.gui.core.BaseFlatButtonWithDropDownMenu
Initializes the members.
initialize() - Method in class adams.gui.core.BaseFrame
For initializing members.
initialize() - Method in class adams.gui.core.BaseHtmlEditorPane
Initializes the widget.
initialize() - Method in class adams.gui.core.BaseLogPanel
For initializing members.
initialize() - Method in class adams.gui.core.BasePanel
For initializing members.
initialize() - Method in class adams.gui.core.BasePanelWithDatabaseConnection
Initializes the members.
initialize() - Method in class adams.gui.core.BaseScrollPane
Initializes the scrollpane.
initialize() - Method in class adams.gui.core.BaseSplitPane
Initializes members.
initialize() - Method in class adams.gui.core.BaseStatusBar
Initializes the members.
initialize() - Method in class adams.gui.core.BaseTabbedPane
Performs further initializations of widgets.
initialize() - Method in class adams.gui.core.BaseTabbedPaneWithTabHiding
Performs further initializations.
initialize() - Method in class adams.gui.core.BaseTextArea
Initializes the text area.
initialize() - Method in class adams.gui.core.BaseTextPane
Initializes the member variables.
initialize() - Method in class adams.gui.core.BaseTextPaneWithWordWrap
Initializes the members.
initialize() - Method in class adams.gui.core.BaseTree
Further initialization of the tree.
initialize() - Method in class adams.gui.core.BaseWindow
For initializing members.
initialize() - Method in class adams.gui.core.BufferHistoryPanel
Initializes the members.
initialize() - Method in class adams.gui.core.CheckedTextField
Initializes the members.
initialize() - Method in class adams.gui.core.ConsolePanel
Initializes the members.
initialize() - Method in class adams.gui.core.DetachablePanel
Initializes the members.
initialize() - Method in class adams.gui.core.dom.DOMRenderer
Initializes the members.
initialize() - Method in class adams.gui.core.dom.DOMTree
Initializes the members.
initialize() - Method in class adams.gui.core.dotnotationtree.AbstractItemFilter
Initializes the filter.
initialize() - Method in class adams.gui.core.dotnotationtree.DotNotationRenderer
Initializes the members.
initialize() - Method in class adams.gui.core.dotnotationtree.DotNotationTree
Further initialization of the tree.
initialize() - Method in class adams.gui.core.DragAndDropTabbedPane
Initializes the members.
initialize() - Method in class adams.gui.core.DragAndDropTree
Further initialization of the tree.
initialize() - Method in class adams.gui.core.ErrorMessagePanel
Initializes the members.
initialize() - Method in class adams.gui.core.FileListWithButtons
Initializes the members.
initialize() - Method in class adams.gui.core.FilePanel
Initializes the members.
initialize() - Method in class adams.gui.core.FilterPanel
Initializes the members.
initialize() - Method in class adams.gui.core.GUIHelper.InputPanelWithButtons
Initializes the members.
initialize() - Method in class adams.gui.core.GUIPrompt
Loads the properties.
initialize() - Method in class adams.gui.core.json.JsonRenderer
Initializes the members.
initialize() - Method in class adams.gui.core.json.JsonTree
Initializes the members.
initialize() - Method in class adams.gui.core.MemoryMonitorPanel
Initializes the members.
initialize() - Method in class adams.gui.core.MultiPagePane
For initializing members.
initialize() - Method in class adams.gui.core.OneTouchPanel
Initializes the members.
initialize() - Method in class adams.gui.core.ParameterPanel
Initializes the members.
initialize() - Method in class adams.gui.core.PropertiesParameterPanel
Initializes the members.
initialize() - Method in class adams.gui.core.ResultSetTableModel
Initializes the members.
initialize() - Method in class adams.gui.core.SearchableWrapperListModel
Initializes indices etc.
initialize() - Method in class adams.gui.core.SearchPanel
Initializes the members.
initialize() - Method in class adams.gui.core.SimpleLogPanel
Initializes the members.
initialize() - Method in class adams.gui.core.SortableAndSearchableWrapperTableModel
Initializes indices etc.
initialize() - Method in class adams.gui.core.SplitPanelWithOptionalComponents
Initializes the members.
initialize() - Method in class adams.gui.core.spreadsheetpreview.SimpleHTML.SimpleTextPanel
Initializes the members.
initialize() - Method in class adams.gui.core.spreadsheetpreview.SimpleText.SimpleTextPanel
Initializes the members.
initialize() - Method in class adams.gui.core.SqlConnectionPanel
Initializes the members.
initialize() - Method in class adams.gui.core.StyledTextEditorPanel
For initializing members.
initialize() - Method in class adams.gui.core.TextEditorPanel
For initializing members.
initialize() - Method in class adams.gui.core.ToolBarPanel
Initializes the members.
initialize() - Method in class adams.gui.core.ToolBarUndoPanel
For initializing members.
initialize() - Method in class adams.gui.core.UndoPanel
For initializing members.
initialize() - Method in class adams.gui.dialog.AbstractConfigDatabaseConnectionPanel
For initializing members.
initialize() - Method in class adams.gui.dialog.AbstractDatabaseConnectionPanel
For initializing members.
initialize() - Method in class adams.gui.dialog.ApprovalDialog
Initializes the members.
initialize() - Method in class adams.gui.dialog.ComposeEmailPanel
Initializes the members.
initialize() - Method in class adams.gui.dialog.DatabaseConnectionDialog
For initializing members.
initialize() - Method in class adams.gui.dialog.DatabaseConnectionPanel
For initializing members.
initialize() - Method in class adams.gui.dialog.DatabaseConnectionsDialog
For initializing members.
initialize() - Method in class adams.gui.dialog.DatabaseConnectionsPanel
For initializing members.
initialize() - Method in class adams.gui.dialog.DisplayEmailPanel
Initializes the members.
initialize() - Method in class adams.gui.dialog.MultiSpreadSheetDialog
Initializes the members.
initialize() - Method in class adams.gui.dialog.SpreadSheetPanel
Initializes the members.
initialize() - Method in class adams.gui.dialog.SpreadSheetQueryPanel
Initializes the members.
initialize() - Method in class adams.gui.dialog.SQLStatementPanel
Initializes the members.
initialize() - Method in class adams.gui.dialog.TextPanel
Initializes the members.
initialize() - Method in class adams.gui.flow.FlowControlCenterPanel
Initializes the members.
initialize() - Method in class adams.gui.flow.FlowEditorPanel
Initializes the members.
initialize() - Method in class adams.gui.flow.FlowMultiPagePane
For initializing members.
initialize() - Method in class adams.gui.flow.FlowPanel
Initializes the members.
initialize() - Method in class adams.gui.flow.FlowPanelNotificationArea
Initializes the members.
initialize() - Method in class adams.gui.flow.FlowRunnerPanel
Initializes the members.
initialize() - Method in class adams.gui.flow.menu.AbstractFlowEditorMenuItem
Initializes the menu item.
initialize() - Method in class adams.gui.flow.tab.AttachedVariablesTab
Initializes the members.
initialize() - Method in class adams.gui.flow.tab.FlowTabManager
Initializes the widget.
initialize() - Method in class adams.gui.flow.tab.StorageNamesTab
Initializes the members.
initialize() - Method in class adams.gui.flow.tab.VariablesTab
Initializes the members.
initialize() - Method in class adams.gui.flow.tabhandler.AbstractTabHandler
Method for initializing member variables.
initialize() - Method in class adams.gui.flow.tabhandler.GraphicalActorProcessorHandler
Method for initializing member variables.
initialize() - Method in class adams.gui.flow.tabhandler.GraphicalFlowExecutionListenersHandler
 
initialize() - Method in class adams.gui.flow.tabhandler.ParsedErrorHandler
Method for initializing member variables.
initialize() - Method in class adams.gui.flow.tabhandler.RegisteredDisplaysHandler
 
initialize() - Method in class adams.gui.flow.tree.ActorSuggestion
Initializes the rules engine for proposing actors.
initialize() - Method in class adams.gui.flow.tree.ActorTemplateSuggestion
Initializes the rules engine for proposing actor templates.
initialize() - Method in class adams.gui.flow.tree.ClipboardActorContainer
Initializes the members.
initialize() - Method in class adams.gui.flow.tree.ExternalActorSuggestion
Initializes the rules engine for proposing actors.
initialize() - Method in class adams.gui.flow.tree.Tree
Further initialization of the tree.
initialize() - Method in class adams.gui.goe.AbstractBaseDateTypeEditor
Initializes the members.
initialize() - Method in class adams.gui.goe.AbstractDatabaseConnectionAwarePropertyEditorSupport
For initializing members.
initialize() - Method in class adams.gui.goe.AbstractPropertyEditorSupport
For initializing members.
initialize() - Method in class adams.gui.goe.actorpathtree.ActorPathTree
Initializes the members.
initialize() - Method in class adams.gui.goe.actorpathtree.ActorPathTreeRenderer
Initializes the members.
initialize() - Method in class adams.gui.goe.classtree.ActorClassTreeFilter
Initializes the filter.
initialize() - Method in class adams.gui.goe.classtree.ClassTreeRenderer
Initializes the members.
initialize() - Method in class adams.gui.goe.GenericArrayEditor
Initializes the members.
initialize() - Method in class adams.gui.goe.GenericArrayEditorDialog
For initializing members.
initialize() - Method in class adams.gui.goe.GenericArrayEditorPanel
Initializes the members.
initialize() - Method in class adams.gui.goe.GenericObjectEditorDialog
For initializing members.
initialize() - Method in class adams.gui.goe.GenericObjectEditorPanel
Initializes the members.
initialize() - Method in class adams.gui.goe.InlineEditor
Initializes the members.
initialize() - Method in class adams.gui.goe.MultiLineValueDialog
Initializes the members.
initialize() - Method in class adams.gui.goe.PersistentObjectHistory
Initializes members.
initialize() - Method in class adams.gui.goe.PropertyPanel
Initializes the members.
initialize() - Method in class adams.gui.goe.PropertySheetPanel
For initializing members.
initialize() - Method in class adams.gui.goe.WekaExperimentFileEditor.SimpleSetupDialog
Initializes its members.
initialize() - Method in class adams.gui.goe.WekaGenericArrayEditorDialog
For initializing members.
initialize() - Method in class adams.gui.goe.WekaGenericArrayEditorPanel
Initializes the members.
initialize() - Method in class adams.gui.goe.WekaGenericObjectEditorDialog
For initializing members.
initialize() - Method in class adams.gui.goe.WekaGenericObjectEditorPanel
Initializes the members.
initialize() - Static method in class adams.gui.help.AbstractHelpGenerator
For initializing the help generators, if necessary.
initialize() - Method in class adams.gui.help.HelpHistoryPanel
Initializes the members.
initialize() - Method in class adams.gui.InstanceCompare
For initializing members.
initialize() - Method in class adams.gui.menu.AbstractParameterHandlingMenuItemDefinition
Initializes the members.
initialize() - Method in class adams.gui.menu.AbstractParameterHandlingWekaMenuItemDefinition
Initializes the members.
initialize() - Method in class adams.gui.menu.ActorUsage
Initializes the members.
initialize() - Method in class adams.gui.menu.BoundaryVisualizer
Initializes members.
initialize() - Method in class adams.gui.menu.CostCurve
Initializes members.
initialize() - Method in class adams.gui.menu.FlowEditor
Initializes the members.
initialize() - Method in class adams.gui.menu.GraphVisualizer
Initializes members.
initialize() - Method in class adams.gui.menu.InstancesPlot
Initializes members.
initialize() - Method in class adams.gui.menu.MarginCurve
Initializes members.
initialize() - Method in class adams.gui.menu.RemoteCommands
Initializes members.
initialize() - Method in class adams.gui.menu.ROC
Initializes members.
initialize() - Method in class adams.gui.menu.TreeVisualizer
Initializes members.
initialize() - Method in class adams.gui.print.JComponentWriterFileChooser
Further initializations.
initialize() - Method in class adams.gui.scripting.AbstractDataContainerUpdatingScriptlet
For initializing the member variables.
initialize() - Method in class adams.gui.scripting.AbstractScriptingDialog
initializes member variables.
initialize() - Method in class adams.gui.scripting.AbstractScriptlet
For initializing the member variables.
initialize() - Method in class adams.gui.scripting.ScriptingLogPanel
Initializes the members.
initialize() - Method in class adams.gui.selection.AbstractConditionalDatabaseSelectionPanel
For initializing members.
initialize() - Method in class adams.gui.selection.AbstractDatabaseSelectionPanel
For initializing members.
initialize() - Method in class adams.gui.selection.AbstractSelectDatabaseFieldPanel
Initializes the members.
initialize() - Method in class adams.gui.selection.AbstractTableBasedSelectionPanel
For initializing members.
initialize() - Method in class adams.gui.selection.SelectFieldPanel
Initializes the members.
initialize() - Method in class adams.gui.tools.AbstractManagementPanelWithDatabase
Initializes the members.
initialize() - Method in class adams.gui.tools.AbstractRunToolPanel
Initializes the members.
initialize() - Method in class adams.gui.tools.AbstractSimpleConversionPanel
Initializes the members.
initialize() - Method in class adams.gui.tools.ClassHelpPanel
Initializes the listeners.
initialize() - Method in class adams.gui.tools.ConfigureOptionHandlerPanel
Initializes the listeners.
initialize() - Method in class adams.gui.tools.ConsoleOutputAnalyzerPanel
For initializing members.
initialize() - Method in class adams.gui.tools.DatasetCompatibilityPanel
Initializes the members.
initialize() - Method in class adams.gui.tools.DiffPanel
Initializes the members.
initialize() - Method in class adams.gui.tools.FavoritesManagementPanel
Initializes the members.
initialize() - Method in class adams.gui.tools.FileChooserBookmarksManagementPanel
 
initialize() - Method in class adams.gui.tools.filecommander.FileCommanderDirectoryPanel
Initializes the members.
initialize() - Method in class adams.gui.tools.FileCommanderPanel
Initializes the members.
initialize() - Method in class adams.gui.tools.FileMonitorPanel
Initializes the members.
initialize() - Method in class adams.gui.tools.FindInFilesPanel
Initializes the members
initialize() - Method in class adams.gui.tools.ImageProcessorPanel
Initializes the members.
initialize() - Method in class adams.gui.tools.ImageProcessorSubPanel
Initializes the members.
initialize() - Method in class adams.gui.tools.LogEntryDatabaseViewerPanel
Initializes the members.
initialize() - Method in class adams.gui.tools.NestedFormatViewerPanel
Initializes the members.
initialize() - Method in class adams.gui.tools.OptionsConversionPanel
Initializes the members.
initialize() - Method in class adams.gui.tools.PlaceholderManagementPanel
Initializes the members.
initialize() - Method in class adams.gui.tools.previewbrowser.AnnotateImage.CombinedPanel
Initializes the members.
initialize() - Method in class adams.gui.tools.previewbrowser.PreviewDisplay
Initializes the members.
initialize() - Method in class adams.gui.tools.previewbrowser.PreviewPanel
Initializes the members.
initialize() - Method in class adams.gui.tools.previewbrowser.SerializedObjectPanel
Initializes the members.
initialize() - Method in class adams.gui.tools.PreviewBrowserPanel
Initializes the members.
initialize() - Method in class adams.gui.tools.PropertiesViewerPanel
Initializes the members.
initialize() - Method in class adams.gui.tools.remotecontrolcenter.panels.AbstractRemoteFlowTab
For initializing members.
initialize() - Method in class adams.gui.tools.remotecontrolcenter.panels.AdvancedTab
Initializes the widgets.
initialize() - Method in class adams.gui.tools.remotecontrolcenter.panels.RemoteFlowCommandsTab
Initializes the members.
initialize() - Method in class adams.gui.tools.remotecontrolcenter.panels.RemoteLoggingTab
Initializes the members.
initialize() - Method in class adams.gui.tools.remotecontrolcenter.RemoteControlCenterPanel
For initializing members.
initialize() - Method in class adams.gui.tools.SpreadSheetProcessorPanel
Initializes the members.
initialize() - Method in class adams.gui.tools.spreadsheetviewer.chart.AbstractXYChartGenerator
Initializes the members.
initialize() - Method in class adams.gui.tools.spreadsheetviewer.chart.ControlChart
Initializes the members.
initialize() - Method in class adams.gui.tools.spreadsheetviewer.chart.Histogram
Initializes the members.
initialize() - Method in class adams.gui.tools.spreadsheetviewer.MultiPagePane
Initializes the members.
initialize() - Method in class adams.gui.tools.spreadsheetviewer.SortPanel
Initializes the members.
initialize() - Method in class adams.gui.tools.spreadsheetviewer.SpreadSheetPanel
initializes the members.
initialize() - Method in class adams.gui.tools.spreadsheetviewer.tab.ViewerTabManager
Initializes the widget.
initialize() - Method in class adams.gui.tools.SpreadSheetViewerPanel
Initializes the members.
initialize() - Method in class adams.gui.tools.sqlworkbench.SqlQueryPanel
For initializing members.
initialize() - Method in class adams.gui.tools.SqlWorkbenchPanel
Initializes the members.
initialize() - Method in class adams.gui.tools.SSHPanel
 
initialize() - Method in class adams.gui.tools.SystemInfoPanel
Initializes the members.
initialize() - Method in class adams.gui.tools.TelnetPanel
 
initialize() - Method in class adams.gui.tools.VariableManagementPanel
Initializes the members.
initialize() - Method in class adams.gui.tools.VariableManagementPanel.VariableTableModel
Initializes the model.
initialize() - Method in class adams.gui.tools.wekainvestigator.datatable.action.Save
Initializes the members.
initialize() - Method in class adams.gui.tools.wekainvestigator.evaluation.AbstractEvaluation
Initializes the members.
initialize() - Method in class adams.gui.tools.wekainvestigator.InvestigatorPanel
Initializes the members.
initialize() - Method in class adams.gui.tools.wekainvestigator.output.AbstractOutputPanelWithPopupMenu
Initializes the members.
initialize() - Method in class adams.gui.tools.wekainvestigator.output.OutputTabbedPane
Initializes the members.
initialize() - Method in class adams.gui.tools.wekainvestigator.tab.AbstractInvestigatorTab
Initializes the members.
initialize() - Method in class adams.gui.tools.wekainvestigator.tab.AbstractInvestigatorTabWithDataTable
Initializes the members.
initialize() - Method in class adams.gui.tools.wekainvestigator.tab.AbstractInvestigatorTabWithEditableDataTable
Initializes the members.
initialize() - Method in class adams.gui.tools.wekainvestigator.tab.AssociateTab.HistoryPanel
Initializes the members.
initialize() - Method in class adams.gui.tools.wekainvestigator.tab.AssociateTab
Initializes the widgets.
initialize() - Method in class adams.gui.tools.wekainvestigator.tab.AttributeSelectionTab.HistoryPanel
Initializes the members.
initialize() - Method in class adams.gui.tools.wekainvestigator.tab.AttributeSelectionTab
Initializes the widgets.
initialize() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.CrossValidation
Initializes the members.
initialize() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.FromPredictions
Initializes the members.
initialize() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.ReevaluateModel
Initializes the members.
initialize() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.RepeatedCrossValidation
Initializes the members.
initialize() - Method in class adams.gui.tools.wekainvestigator.tab.ClassifyTab.HistoryPanel
Initializes the members.
initialize() - Method in class adams.gui.tools.wekainvestigator.tab.ClassifyTab
Initializes the members.
initialize() - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.ReevaluateModel
Initializes the members.
initialize() - Method in class adams.gui.tools.wekainvestigator.tab.ClusterTab.HistoryPanel
Initializes the members.
initialize() - Method in class adams.gui.tools.wekainvestigator.tab.ClusterTab
Initializes the widgets.
initialize() - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.output.Supplementary
Initializes the members.
initialize() - Method in class adams.gui.tools.wekainvestigator.tab.CompareTab
Initializes the members.
initialize() - Method in class adams.gui.tools.wekainvestigator.tab.DataQueryTab
Initializes the members.
initialize() - Method in class adams.gui.tools.wekainvestigator.tab.DataTab
Initializes the members.
initialize() - Method in class adams.gui.tools.wekainvestigator.tab.ExperimentTab.HistoryPanel
Initializes the members.
initialize() - Method in class adams.gui.tools.wekainvestigator.tab.ExperimentTab
Initializes the members.
initialize() - Method in class adams.gui.tools.wekainvestigator.tab.IndependentComponentsTab
Initializes the members.
initialize() - Method in class adams.gui.tools.wekainvestigator.tab.InstanceTab
Initializes the members.
initialize() - Method in class adams.gui.tools.wekainvestigator.tab.PartialLeastSquaresTab
Initializes the members.
initialize() - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeSelectionPanel
Initializes the members.
initialize() - Method in class adams.gui.tools.wekainvestigator.tab.PreprocessTab
Initializes the members.
initialize() - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.MultiAttributeSummaryPanel
Initializes the members.
initialize() - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.MultiAttributeVisualizationPanel
Initializes the members.
initialize() - Method in class adams.gui.tools.wekainvestigator.tab.PrincipalComponentsTab
Initializes the members.
initialize() - Method in class adams.gui.tools.wekainvestigator.tab.ScatterPlotTab
Initializes the members.
initialize() - Method in class adams.gui.tools.wekamultiexperimenter.analysis.AbstractAnalysisPanel
For initializing members.
initialize() - Method in class adams.gui.tools.wekamultiexperimenter.analysis.DefaultAnalysisPanel
Initializes the members.
initialize() - Method in class adams.gui.tools.wekamultiexperimenter.analysis.PlainTextResultsPanel
Initializes the members.
initialize() - Method in class adams.gui.tools.wekamultiexperimenter.analysis.TableResultsPanel
Initializes the members.
initialize() - Method in class adams.gui.tools.wekamultiexperimenter.ExperimenterPanel
For initializing members.
initialize() - Method in class adams.gui.tools.wekamultiexperimenter.setup.AbstractSetupOptionPanel
Initializes the members.
initialize() - Method in class adams.gui.tools.wekamultiexperimenter.setup.AbstractSetupPanel
For initializing members.
initialize() - Method in class adams.gui.tools.wekamultiexperimenter.setup.ClassifierPanel
Initializes the members.
initialize() - Method in class adams.gui.tools.wekamultiexperimenter.setup.DatasetPanel
Initializes the members.
initialize() - Method in class adams.gui.tools.wekamultiexperimenter.setup.weka.OutputPanel
Initializes the members.
initialize() - Method in class adams.gui.tools.XSLTPanel.SubPanel
Initializes the members.
initialize() - Method in class adams.gui.visualization.container.AbstractContainer
Initializes members.
initialize() - Method in class adams.gui.visualization.container.AbstractContainerList
Initializes the members.
initialize() - Method in class adams.gui.visualization.container.AbstractDataContainerZoomOverviewPanel
Initializes the members.
initialize() - Method in class adams.gui.visualization.container.ContainerModel
Initializes the members.
initialize() - Method in class adams.gui.visualization.container.DataContainerPanel
For initializing members.
initialize() - Method in class adams.gui.visualization.container.DataContainerPanelWithContainerList
Initializes the widgets.
initialize() - Method in class adams.gui.visualization.container.DataContainerPanelWithSidePanel
For initializing members.
initialize() - Method in class adams.gui.visualization.container.FilterDialog
For initializing members.
initialize() - Method in class adams.gui.visualization.container.NotesFactory.Dialog
For initializing members.
initialize() - Method in class adams.gui.visualization.core.AbstractColorProvider
Initializes the members.
initialize() - Method in class adams.gui.visualization.core.AbstractMouseMovementTracker
Initializes the members.
initialize() - Method in class adams.gui.visualization.core.AbstractPaintlet
Initializes the members.
initialize() - Method in class adams.gui.visualization.core.axis.AbstractAxisModel
Initializes the member variables.
initialize() - Method in class adams.gui.visualization.core.axis.AbstractDateBasedAxisModel
Initializes the member variables.
initialize() - Method in class adams.gui.visualization.core.axis.AbstractTickGenerator
Initializes the member variables.
initialize() - Method in class adams.gui.visualization.core.axis.DefaultAxisModel
Initializes the member variables.
initialize() - Method in class adams.gui.visualization.core.axis.PercentageAxisModel
Initializes the member variables.
initialize() - Method in class adams.gui.visualization.core.axis.PeriodicityTickGenerator
Initializes the members.
initialize() - Method in class adams.gui.visualization.core.axis.SimpleFixedLabelTickGenerator
Initializes the members.
initialize() - Method in class adams.gui.visualization.core.ColorBlind12Provider
Initializes the members.
initialize() - Method in class adams.gui.visualization.core.ColorBlind15Provider
Initializes the members.
initialize() - Method in class adams.gui.visualization.core.ColorBlind24Provider
Initializes the members.
initialize() - Method in class adams.gui.visualization.core.ColorBlind8Provider
Initializes the members.
initialize() - Method in class adams.gui.visualization.core.DefaultColorProvider
Initializes the members.
initialize() - Method in class adams.gui.visualization.core.GradientColorProvider
Initializes the members.
initialize() - Method in class adams.gui.visualization.core.MultiPaintlet
Initializes the members.
initialize() - Method in class adams.gui.visualization.core.PaintablePanel
Initializes the members.
initialize() - Method in class adams.gui.visualization.core.plot.ContentPanel
Initializes the members.
initialize() - Method in class adams.gui.visualization.core.PlotPanel
Initializes the members.
initialize() - Method in class adams.gui.visualization.core.TextOverlayPaintlet
Initializes the members.
initialize() - Method in class adams.gui.visualization.core.X11ColorProvider
Initializes the members.
initialize() - Method in class adams.gui.visualization.debug.DiffTextPane
Initializes the members.
initialize() - Method in class adams.gui.visualization.debug.InspectionPanel
Initializes the members.
initialize() - Method in class adams.gui.visualization.debug.propertyextractor.AbstractPropertyExtractor
Initializes the extractor.
initialize() - Method in class adams.gui.visualization.debug.propertyextractor.DefaultPropertyExtractor
Initializes the extractor.
initialize() - Method in class adams.gui.visualization.debug.propertyextractor.NotesPropertyExtractor
Initializes the extractor.
initialize() - Method in class adams.gui.visualization.debug.propertyextractor.OptionHandlerPropertyExtractor
Initializes the extractor.
initialize() - Method in class adams.gui.visualization.debug.propertyextractor.VariablesPropertyExtractor
Initializes the extractor.
initialize() - Method in class adams.gui.visualization.debug.SideBySideDiffPanel
Initializes the members.
initialize() - Method in class adams.gui.visualization.debug.StoragePanel
Initializes the members.
initialize() - Method in class adams.gui.visualization.debug.StoragePanel.TableModel
Initializes the model.
initialize() - Method in class adams.gui.visualization.image.AbstractObjectOverlayFromReport
Initializes the members.
initialize() - Method in class adams.gui.visualization.image.AbstractObjectOverlayFromReport.LocatedObjectsPanel
Initializes the members.
initialize() - Method in class adams.gui.visualization.image.AbstractPointOverlayFromReport
Initializes the members.
initialize() - Method in class adams.gui.visualization.image.AbstractPointOverlayFromReport.LocatedPointsPanel
Initializes the members.
initialize() - Method in class adams.gui.visualization.image.HighlightLocations
Initializes the members.
initialize() - Method in class adams.gui.visualization.image.ImagePanel
Initializes the members.
initialize() - Method in class adams.gui.visualization.image.ImagePanel.PaintPanel
Initializes members.
initialize() - Method in class adams.gui.visualization.image.ImageViewerPanel
Initializes the members.
initialize() - Method in class adams.gui.visualization.image.ObjectAnnotations.LocatedObjectsPanel
Initializes the members.
initialize() - Method in class adams.gui.visualization.image.paintlet.AbstractPaintlet
Initializes the members.
initialize() - Method in class adams.gui.visualization.instance.InstanceComparePanel.DatasetIndexer
Initializes the indexer, if necessary.
initialize() - Method in class adams.gui.visualization.instance.InstanceComparePanel.DatasetPanel
Initializes the members.
initialize() - Method in class adams.gui.visualization.instance.InstanceComparePanel
Initializes the members.
initialize() - Method in class adams.gui.visualization.instance.InstanceContainer
Initializes members.
initialize() - Method in class adams.gui.visualization.instance.InstanceContainerModel
Initializes the members.
initialize() - Method in class adams.gui.visualization.instance.InstanceExplorer
Initializes the members.
initialize() - Method in class adams.gui.visualization.instance.InstancePanel
Initializes the members.
initialize() - Method in class adams.gui.visualization.instance.LoadDatasetDialog
Initializes the members.
initialize() - Method in class adams.gui.visualization.instances.instancestable.InstancesSortPanel
Initializes the members.
initialize() - Method in class adams.gui.visualization.object.annotationsdisplay.AbstractAnnotationsDisplayPanel
Initializes the members.
initialize() - Method in class adams.gui.visualization.object.annotator.AbstractAnnotator
Initializes the members.
initialize() - Method in class adams.gui.visualization.object.annotator.BoundingBoxAnnotator
Initializes the members.
initialize() - Method in class adams.gui.visualization.object.annotator.PolygonAnnotator
Initializes the members.
initialize() - Method in class adams.gui.visualization.object.annotator.PolygonPointAnnotator
Initializes the members.
initialize() - Method in class adams.gui.visualization.object.annotator.SimplePointAnnotator
Initializes the members.
initialize() - Method in class adams.gui.visualization.object.CanvasPanel
Initializes the members.
initialize() - Method in class adams.gui.visualization.object.labelselector.AbstractLabelSelectorPanel
Initializes the members.
initialize() - Method in class adams.gui.visualization.object.labelselector.ButtonSelectorPanel
Initializes the members.
initialize() - Method in class adams.gui.visualization.object.labelselector.ButtonSelectorWithColorPanel
Initializes the members.
initialize() - Method in class adams.gui.visualization.object.labelselector.ComboBoxSelectorPanel
Initializes the members.
initialize() - Method in class adams.gui.visualization.object.ObjectAnnotationPanel
Initializes the members.
initialize() - Method in class adams.gui.visualization.object.objectannotations.outline.PolygonVertices
Initializes the members.
initialize() - Method in class adams.gui.visualization.object.objectannotations.outline.RectangleVertices
Initializes the members.
initialize() - Method in class adams.gui.visualization.object.overlay.AbstractObjectOverlayFromReport
Initializes the members.
initialize() - Method in class adams.gui.visualization.object.overlay.AbstractPointOverlayFromReport
Initializes the members.
initialize() - Method in class adams.gui.visualization.object.overlay.ObjectAnnotations
Initializes the members.
initialize() - Method in class adams.gui.visualization.object.tools.AbstractTool
Initializes the members.
initialize() - Method in class adams.gui.visualization.object.tools.Edit
Initializes the members.
initialize() - Method in class adams.gui.visualization.object.tools.Move
Initializes the members.
initialize() - Method in class adams.gui.visualization.pdf.PDFPanel
Initializes the members.
initialize() - Method in class adams.gui.visualization.pdf.PDFViewerPanel
Initializes the members.
initialize() - Method in class adams.gui.visualization.report.ReportContainer
Initializes members.
initialize() - Method in class adams.gui.visualization.report.ReportContainerModel
Initializes members.
initialize() - Method in class adams.gui.visualization.report.ReportFactory.Dialog
For initializing members.
initialize() - Method in class adams.gui.visualization.report.ReportFactory.Panel
Performs further initializations.
initialize() - Method in class adams.gui.visualization.report.ReportFactory.StandardsDialog
For initializing members.
initialize() - Method in class adams.gui.visualization.segmentation.CanvasPanel
Initializes the members.
initialize() - Method in class adams.gui.visualization.segmentation.layer.AbstractImageLayer
Initializes the members.
initialize() - Method in class adams.gui.visualization.segmentation.layer.CombinedLayer.CombinedSubLayer
Initializes the members.
initialize() - Method in class adams.gui.visualization.segmentation.layer.CombinedLayer
Initializes the members.
initialize() - Method in class adams.gui.visualization.segmentation.layer.ImageLayer
Initializes the members.
initialize() - Method in class adams.gui.visualization.segmentation.layer.OverlayLayer
Initializes the members.
initialize() - Method in class adams.gui.visualization.segmentation.SegmentationPanel
Initializes the members.
initialize() - Method in class adams.gui.visualization.segmentation.tool.AbstractTool
Initializes the members.
initialize() - Method in class adams.gui.visualization.segmentation.tool.BucketFill
Initializes the members.
initialize() - Method in class adams.gui.visualization.segmentation.tool.Eraser
Initializes the members.
initialize() - Method in class adams.gui.visualization.segmentation.tool.Filter
Initializes the members.
initialize() - Method in class adams.gui.visualization.segmentation.tool.Pencil
Initializes the members.
initialize() - Method in class adams.gui.visualization.segmentation.tool.PolygonFill
Initializes the members.
initialize() - Method in class adams.gui.visualization.sequence.AbstractXYSequencePaintlet
Initializes the members.
initialize() - Method in class adams.gui.visualization.sequence.ByNamePaintlet
Initializes the members.
initialize() - Method in class adams.gui.visualization.sequence.metadatacolor.ColorPerLabel
Initializes the members.
initialize() - Method in class adams.gui.visualization.sequence.metadatacolor.ColorPerRegExpGroup
Initializes the members.
initialize() - Method in class adams.gui.visualization.sequence.MultiPaintlet
Initializes the scheme.
initialize() - Method in class adams.gui.visualization.sequence.PaintletWithFixedXRange
Initializes the members.
initialize() - Method in class adams.gui.visualization.sequence.PaintletWithFixedXYRange
Initializes the members.
initialize() - Method in class adams.gui.visualization.sequence.PaintletWithFixedYRange
Initializes the members.
initialize() - Method in class adams.gui.visualization.sequence.XYSequenceContainer
Initializes members.
initialize() - Method in class adams.gui.visualization.sequence.XYSequenceContainerModel
Initializes members.
initialize() - Method in class adams.gui.visualization.sequence.XYSequencePanel
Initializes the members.
initialize() - Method in class adams.gui.visualization.spreadsheet.LoadSpreadSheetDialog
Initializes the members.
initialize() - Method in class adams.gui.visualization.spreadsheet.SpreadSheetExplorer
Initializes the members.
initialize() - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowContainer
Initializes members.
initialize() - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowContainerModel
Initializes the members.
initialize() - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowPanel
Initializes the members.
initialize() - Method in class adams.gui.visualization.statistics.HistogramFactory.SetupDialog
Initializes the members.
initialize() - Method in class adams.gui.visualization.statistics.InformativeStatisticFactory.Dialog
For initializing members.
initialize() - Method in class adams.gui.visualization.statistics.InformativeStatisticFactory.Model
Retrieves the data from the statistic object.
initialize() - Method in class adams.gui.visualization.stats.boxplot.BoxPlotManager
 
initialize() - Method in class adams.gui.visualization.stats.fourinone.VersusFit
Initializes the members.
initialize() - Method in class adams.gui.visualization.stats.fourinone.VersusOrder
Initializes the members.
initialize() - Method in class adams.gui.visualization.stats.histogram.Histogram
Initializes the members.
initialize() - Method in class adams.gui.visualization.stats.paintlet.AbstractProbabilityPaintlet
Initializes the members.
initialize() - Method in class adams.gui.visualization.stats.paintlet.AbstractScatterPlotPaintlet
Initializes the members.
initialize() - Method in class adams.gui.visualization.stats.paintlet.AbstractZOverlayPaintlet
 
initialize() - Method in class adams.gui.visualization.stats.paintlet.AbstractZScorePaintlet
 
initialize() - Method in class adams.gui.visualization.stats.paintlet.Gamma
 
initialize() - Method in class adams.gui.visualization.stats.probabilityplot.NormalPlot
Initializes the members.
initialize() - Method in class adams.gui.visualization.stats.probabilityplot.ProbabilityPlot
Initializes the members.
initialize() - Method in class adams.gui.visualization.stats.scatterplot.AbstractScatterPlot
Initializes the members.
initialize() - Method in class adams.gui.visualization.stats.scatterplot.Matrix
 
initialize() - Method in class adams.gui.visualization.stats.scatterplot.ScatterPlot
Initializes the members.
initialize() - Method in class adams.gui.visualization.stats.scatterplot.ScatterPlotPanel
Initializes the members.
initialize() - Method in class adams.gui.visualization.stats.zscore.ZScore
Initializes the members.
initialize() - Method in class adams.gui.visualization.timeseries.PaintletWithFixedXRange
Initializes the members.
initialize() - Method in class adams.gui.visualization.timeseries.PaintletWithFixedYRange
Initializes the members.
initialize() - Method in class adams.gui.visualization.timeseries.PeriodicityColorProvider
Initializes the members.
initialize() - Method in class adams.gui.visualization.timeseries.SelectedTimestampPaintlet
Initializes the members.
initialize() - Method in class adams.gui.visualization.timeseries.TimeseriesContainer
Initializes members.
initialize() - Method in class adams.gui.visualization.timeseries.TimeseriesContainerModel
Initializes members.
initialize() - Method in class adams.gui.visualization.timeseries.TimeseriesExplorer
Initializes the members.
initialize() - Method in class adams.gui.visualization.timeseries.TimeseriesImportDatabaseDialog
For initializing members.
initialize() - Method in class adams.gui.visualization.timeseries.TimeseriesPanel
For initializing members.
initialize() - Method in class adams.gui.wizard.AbstractWizardPage
Initializes the members.
initialize() - Method in class adams.gui.wizard.AbstractWizardPane
Initializes the members.
initialize() - Method in class adams.gui.wizard.ListPage
Initializes the members.
initialize() - Method in class adams.gui.wizard.SelectMultipleDirectoriesPage
Initializes the members.
initialize() - Method in class adams.gui.wizard.SelectMultipleFilesPage
Initializes the members.
initialize() - Method in class adams.gui.wizard.WekaSelectMultipleDatasetsPage
Initializes the members.
initialize() - Method in class adams.gui.wizard.WizardPane
Initializes the members.
initialize() - Method in class adams.gui.wizard.WizardPaneWithBranches
Initializes the members.
initialize() - Method in class adams.gui.workspace.AbstractSerializableWorkspaceManagerPanel
 
initialize() - Method in class adams.gui.workspace.AbstractWorkspaceListPanel
Initializes the members.
initialize() - Method in class adams.gui.workspace.AbstractWorkspacePanel
For initializing members.
initialize() - Method in class adams.ml.data.DefaultDataset
Initializes the members.
initialize() - Method in class adams.ml.evaluation.AbstractSplitGenerator
Initializes the members.
initialize() - Method in class adams.ml.preprocessing.unsupervised.SavitzkyGolay
Initializes the members.
initialize() - Method in class adams.multiprocess.AbstractJobRunner
Initializes the members.
initialize() - Method in class adams.multiprocess.AbstractMetaJobRunner
Initializes the members.
initialize() - Method in class adams.multiprocess.LocalJobRunner
Initializes the members.
initialize() - Method in class adams.multiprocess.ScpJobRunner
Initializes the members.
initialize() - Method in class adams.multiprocess.ScpJobRunner.RemoteJobRunner
Initializes the members.
initialize() - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithmWithSecondEvaluation
Initializes the members.
initialize() - Method in class adams.opt.genetic.AbstractGeneticAlgorithm
Initializes the members.
initialize() - Method in class adams.opt.optimise.AbstractOptimiser
Initializes the members.
initialize() - Method in class adams.opt.optimise.genetic.AbstractGeneticAlgorithm
Initializes the members.
initialize() - Method in class adams.opt.optimise.GeneticAlgorithm
Initializes the members.
initialize() - Method in class adams.parser.AbstractSymbolEvaluator
Initializes the members.
initialize() - Method in class adams.parser.ParserHelper
Initializes members.
initialize() - Method in class adams.parser.ReportMathExpression
Initializes the members.
initialize() - Method in class adams.parser.spreadsheetformula.ParserHelper
Initializes the members.
initialize() - Method in class adams.parser.spreadsheetquery.ParserHelper
Initializes the members.
initialize() - Method in class adams.run.RunDatabaseScheme
initializes member variables.
initialize() - Method in class adams.run.RunScheme
initializes member variables.
initialize() - Method in class adams.scripting.command.AbstractCommand
Initializes the members.
initialize() - Method in class adams.scripting.command.AbstractFlowAwareCommand
Initializes the scheme.
initialize() - Method in class adams.scripting.command.AbstractFlowAwareCommandWithResponse
Initializes the scheme.
initialize() - Method in class adams.scripting.command.basic.Ping
Initializes the members.
initialize() - Method in class adams.scripting.command.basic.StartRemoteLogging
Initializes the members.
initialize() - Method in class adams.scripting.command.basic.StopRemoteLogging
Initializes the members.
initialize() - Method in class adams.scripting.command.basic.SystemInfo
Initializes the members.
initialize() - Method in class adams.scripting.command.distributed.JobRunner
Initializes the members.
initialize() - Method in class adams.scripting.command.flow.GetFlow
Initializes the members.
initialize() - Method in class adams.scripting.command.flow.ListFlows
Initializes the members.
initialize() - Method in class adams.scripting.command.flow.RemoteFlowExecution
Initializes the members.
initialize() - Method in class adams.scripting.connection.AbstractMultiConnection
Initializes the members.
initialize() - Method in class adams.scripting.connection.LoadBalancer
Initializes the members.
initialize() - Method in class adams.scripting.engine.AbstractScriptingEngine
Initializes the members.
initialize() - Method in class adams.scripting.engine.DefaultMainScriptingEngine
Initializes the members.
initialize() - Method in class adams.scripting.requesthandler.CallableActorsHandler
Initializes the members.
initialize() - Method in class adams.scripting.responsehandler.CallableActorsHandler
Initializes the members.
initialize() - Method in class adams.scripting.ScriptingHelper
Initializes members.
initialize() - Method in class adams.terminal.application.AbstractTerminalApplication
Initializes the members.
initialize() - Method in class adams.tools.AbstractDatabaseTool
initializes member variables.
initialize() - Method in class adams.tools.AbstractScript
Initializes the members.
initialize() - Method in class adams.tools.CompareDatasets
Initializes the members.
initialize() - Method in class weka.classifiers.AbstractSplitGenerator
Initializes the members.
initialize() - Method in class weka.classifiers.AggregateEvaluations
Initializes the members.
initialize() - Method in class weka.classifiers.MultiLevelSplitGenerator
Initializes the members.
initialize() - Method in class weka.classifiers.timeseries.BaselineAdjustedForecaster
Initializes the members.
initialize() - Method in class weka.core.SAXDistance
initializes the ranges and the attributes being used.
initialize() - Method in class weka.core.WeightedEuclideanDistance
initializes the ranges and the attributes being used.
initialize() - Method in class weka.core.WeightedEuclideanDistanceRidge
initializes the ranges and the attributes being used.
initialize() - Method in class weka.gui.explorer.ExplorerEntryPanel
Initializes the members.
initialize() - Method in class weka.gui.explorer.ExplorerExt
Initializes the members.
initialize() - Method in class weka.gui.explorer.MultiExplorer
 
initialize(boolean, Process) - Method in class adams.core.management.AbstractOutputPrinter
Initializes the printer.
initialize(boolean, Process) - Method in class adams.core.management.LoggingObjectOutputPrinter
Initializes the printer.
initialize(boolean, Process) - Method in class adams.core.management.RecordingOutputPrinter
Initializes the printer.
initialize(AbstractApplicationFrame) - Method in class adams.gui.application.AbstractInitialization
Performs the initialization.
initialize(AbstractApplicationFrame) - Method in interface adams.gui.application.Initialization
Performs the initialization.
initialize(PropertyEditor, JComponent) - Method in class adams.gui.goe.GenericObjectEditorPopupMenu
Initializes the menu.
initialize(File) - Method in class adams.core.io.filechanged.AbstractFileChangeMonitor
Initializes the monitor with the specified file.
initialize(File) - Method in interface adams.core.io.filechanged.FileChangeMonitor
Initializes the monitor with the specified file.
initialize(InputStream) - Method in class adams.data.io.input.AbstractTextReader
Initializes the input stream to read the content from.
initialize(InputStream) - Method in class adams.data.io.input.Bzip2TextFileReader
Initializes the input stream to read the content from.
initialize(InputStream) - Method in class adams.data.io.input.GzippedTextFileReader
Initializes the input stream to read the content from.
initialize(InputStream) - Method in class adams.data.io.input.LineArrayTextReader
Initializes the input stream to read the content from.
initialize(InputStream) - Method in class adams.data.io.input.LineByLineTextReader
Initializes the input stream to read the content from.
initialize(InputStream) - Method in class adams.data.io.input.LzfTextFileReader
Initializes the input stream to read the content from.
initialize(InputStream) - Method in class adams.data.io.input.LzmaTextFileReader
Initializes the input stream to read the content from.
initialize(InputStream) - Method in class adams.data.io.input.SingleStringTextReader
Initializes the input stream to read the content from.
initialize(InputStream) - Method in class adams.data.io.input.XzTextFileReader
Initializes the input stream to read the content from.
initialize(InputStream) - Method in class adams.data.io.input.ZstdTextFileReader
Initializes the input stream to read the content from.
initialize(List<XYSequencePoint>) - Method in class adams.gui.visualization.sequence.metadatacolor.ColorPerLabel
Initializes the meta-data color scheme.
initialize(List<XYSequencePoint>) - Method in class adams.gui.visualization.sequence.metadatacolor.ColorPerRegExpGroup
Initializes the meta-data color scheme.
initialize(List<XYSequencePoint>) - Method in class adams.gui.visualization.sequence.metadatacolor.Dummy
Initializes the meta-data color scheme.
initialize(List<T>) - Method in class adams.gui.visualization.sequence.metadatacolor.AbstractMetaDataColor
Initializes the meta-data color scheme.
initializeCheckModel() - Method in class adams.gui.core.CheckedTextField
Initializes the model.
initializeColumnTypes() - Method in class adams.gui.core.SortableAndSearchableWrapperTableModel
Determines which column is a numeric one (skipped in search).
initializeConverters(File) - Method in class adams.gui.chooser.DatasetFileChooserPanel
Initializes the converters.
initializeConverters(File) - Method in class adams.gui.chooser.SpreadSheetFileChooserPanel
Initializes the converters.
initializeCustomizers() - Method in class adams.gui.goe.GenericObjectEditorPopupMenu
Initializes the menu customizers if necessary.
initializeDialog() - Method in class adams.flow.source.AbstractSelectObjects
Initializes the interactive dialog with the
initializeDialog() - Method in class adams.flow.source.SelectObjects
Initializes the interactive dialog with the
initializeDialog() - Method in class adams.flow.source.WekaSelectObjects
Initializes the interactive dialog with the
initializeFilters() - Static method in class adams.gui.chooser.SerializationFileChooser
Performs the actual initialization of the filters.
initializeFilters(AbstractExtensionFileFilterFileChooser) - Static method in class adams.gui.chooser.AbstractExtensionFileFilterFileChooser
Performs the initialization of the file filters, if necessary.
initializeGenerator() - Method in class adams.gui.help.AbstractHelpGenerator
Hook method for initializing the generator.
initializeGenerator() - Method in class adams.gui.help.AdamsOptionHandlerHelpGenerator
Hook method for initializing the generator.
initializeIterator() - Method in interface adams.data.splitgenerator.SplitGenerator
Initializes the iterator (gets implicitly called, when calling next()).
initializeIterator() - Method in class adams.ml.evaluation.AbstractSplitGenerator
Initializes the iterator, randomizes the data if required.
initializeIterator() - Method in class weka.classifiers.AbstractSplitGenerator
Initializes the iterator, randomizes the data if required.
initializeIterator() - Method in interface weka.classifiers.SplitGenerator
Initializes the iterator (gets implicitly called, when calling next()).
initializeList() - Method in class adams.flow.processor.AbstractListingProcessor
Initializes the list.
initializeList() - Method in class adams.flow.processor.FindText
Initializes the list.
initializeLocale() - Method in class adams.core.management.LocaleHelper
Initializes the locale with the current settings.
initializeLogger() - Method in class adams.core.logging.ConsoleLoggingObject
Initializes the logger.
initializeLogger() - Method in class adams.gui.application.AbstractApplicationFrame
Initializes the logger.
initializeLogger() - Method in class adams.gui.core.BaseFrame
Initializes the logger.
initializeLogger() - Method in class adams.gui.core.BaseWindow
Initializes the logger.
initializeLogging() - Method in class adams.core.logging.LoggingObject
Pre-configures the logging.
initializeLogging() - Method in class adams.gui.core.AbstractBaseTableModel
Pre-configures the logging.
initializeLogging() - Method in class adams.gui.core.ConsolePanel
Initializes the logging.
initializeOnceTipText() - Method in interface adams.flow.core.OptionalOneTimeInitializer
Returns the tip text for this property.
initializeOnceTipText() - Method in class adams.flow.transformer.WekaFilter
Returns the tip text for this property.
initializeOnceTipText() - Method in class adams.flow.transformer.WekaReorderAttributesToReference
Returns the tip text for this property.
initializeProperties() - Static method in class adams.gui.core.Fonts
Initializes the properties if necessary.
initializeProperties() - Static method in class adams.gui.core.GUIHelper
Initializes the properties if necessary.
initializeProperties() - Static method in class adams.gui.core.UISettings
Initializes the properties if necessary.
initializeProxy() - Method in class adams.core.net.ProxyHelper
Initializes the proxy with the current settings.
initializeRandomGenerator(long) - Static method in class edu.umbc.cs.maple.utils.MathUtils
Initializes a random number generator with the given seed.
initializeSmtpSession(AbstractSendEmail) - Method in class adams.flow.standalone.SMTPConnection
Initializes the SMTP session with the specified parameters.
initializeSmtpSession(String, int, boolean, boolean, int, boolean, String, BasePassword, String) - Method in class adams.core.net.AbstractSendEmail
Initializes the SMTP session.
initializeSmtpSession(String, int, boolean, boolean, int, boolean, String, BasePassword, String) - Method in class adams.core.net.ApacheSendEmail
Initializes the SMTP session.
initializeSmtpSession(String, int, boolean, boolean, int, boolean, String, BasePassword, String) - Method in class adams.core.net.JavaMailSendEmail
Initializes the SMTP session.
initializeSmtpSession(String, int, boolean, boolean, int, boolean, String, BasePassword, String) - Method in class adams.core.net.SimpleApacheSendEmail
Initializes the SMTP session.
initializeSortIndices() - Method in class adams.gui.core.SortableAndSearchableWrapperTableModel
(re-)initializes the indices.
initializeSymbol(String, String) - Method in class adams.parser.AbstractSymbolEvaluator
Initializes the symbol.
initializeSymbol(String, String) - Method in class adams.parser.BaseDateExpression
Initializes the symbol.
initializeSymbol(String, String) - Method in class adams.parser.BaseDateTimeExpression
Initializes the symbol.
initializeSymbol(String, String) - Method in class adams.parser.BaseDateTimeMsecExpression
Initializes the symbol.
initializeSymbol(String, String) - Method in class adams.parser.BaseTimeExpression
Initializes the symbol.
initializeSymbol(String, String) - Method in class adams.parser.BaseTimeMsecExpression
Initializes the symbol.
initializeSymbol(String, String) - Method in class adams.parser.BooleanExpression
Initializes the symbol.
initializeSymbol(String, String) - Method in class adams.parser.LookUpUpdate
Initializes the symbol.
initializeSymbol(String, String) - Method in class adams.parser.MathematicalExpression
Initializes the symbol.
initializeSymbol(String, String) - Method in class adams.parser.SpreadSheetFormula
Initializes the symbol.
initializeSymbol(String, String) - Method in class adams.parser.SpreadSheetQuery
Initializes the symbol.
initializeSymbol(String, String) - Method in class adams.parser.StringExpression
Initializes the symbol.
initializeSymbols() - Method in class adams.parser.AbstractSymbolEvaluator
Initializes the symbols.
InitializeTables - Class in adams.tools
Makes sure that all tables exist and are initialized.
InitializeTables() - Constructor for class adams.tools.InitializeTables
 
initializeTimezone() - Method in class adams.core.management.TimeZoneHelper
Initializes the timezone with the current settings.
initialObjectsTipText() - Method in class adams.flow.source.AbstractSelectObjects
Returns the tip text for this property.
InitialRowSkippingSpreadSheetReader - Interface in adams.data.io.input
Interface for spreadsheet readers that can skip initial rows.
initialSearchTipText() - Method in class adams.flow.transformer.SelectArraySubset
Returns the tip text for this property.
initialSelectionTipText() - Method in class adams.flow.condition.bool.PromptUser
Returns the tip text for this property.
initialSelectionTipText() - Method in class adams.flow.transformer.SelectArraySubset
Returns the tip text for this property.
initialSetupsProviderTipText() - Method in class adams.opt.genetic.AbstractGeneticAlgorithm
Returns the tip text for this property.
initialSortCaseSensitive() - Method in class adams.gui.core.SortableAndSearchableTable
Returns whether the initial sort is case-sensitive.
initialSortCaseSensitive() - Method in class adams.gui.visualization.report.ReportFactory.Table
Returns whether the initial sort is case-sensitive.
initialSortNewTableModel() - Method in class adams.gui.core.SortableAndSearchableTable
Returns the initial setting of whether to sort new models.
initialSortNewTableModel() - Method in class adams.gui.core.SpreadSheetTable
Returns the initial setting of whether to sort new models.
initialSortNewTableModel() - Method in class adams.gui.visualization.instance.InstanceTable
Returns the initial setting of whether to sort new models.
initialSortNewTableModel() - Method in class adams.gui.visualization.report.ReportFactory.Table
Returns the initial setting of whether to sort new models.
initialSortNewTableModel() - Method in class adams.gui.visualization.sequence.XYSequenceTable
Returns the initial setting of whether to sort new models.
initialTipText() - Method in class adams.flow.standalone.HashSetInit
Returns the tip text for this property.
initialUseOptimalColumnWidths() - Method in class adams.gui.core.BaseTable
Returns the initial setting of whether to set optimal column widths.
initialUseOptimalColumnWidths() - Method in class adams.gui.core.SpreadSheetTable
Returns the initial setting of whether to set optimal column widths.
initialUseOptimalColumnWidths() - Method in class adams.gui.visualization.instance.InstanceTable
Returns the initial setting of whether to set optimal column widths.
initialUseOptimalColumnWidths() - Method in class adams.gui.visualization.report.ReportFactory.Table
Returns the initial setting of whether to set optimal column widths.
initialUseOptimalColumnWidths() - Method in class adams.gui.visualization.sequence.XYSequenceTable
Returns the initial setting of whether to set optimal column widths.
initialValuesTipText() - Method in class adams.flow.standalone.CounterInit
Returns the tip text for this property.
initialValuesTipText() - Method in class adams.flow.transformer.CounterInit
Returns the tip text for this property.
initialValueTipText() - Method in class adams.flow.source.EnterValue
Returns the tip text for this property.
initialWeightsTipText() - Method in class adams.opt.genetic.AbstractGeneticAlgorithm
Returns the tip text for this property.
initImage(BufferedImage, Color) - Static method in class adams.gui.visualization.segmentation.ImageUtils
Replaces any non-black pixels with the specified color.
initImageDirs() - Static method in class adams.gui.core.ImageManager
Initializes the directories to look for images.
initLookup() - Method in class adams.tools.CompareDatasets
Initializes the lookup table of indices for the second dataset, if necessary.
initLookUp() - Method in class adams.core.AbstractDataBackedRange
Initializes the lookup tables.
initMappings() - Method in class adams.core.option.Conversion
Initializes the mapping.
initMask() - Method in class adams.data.image.transformer.SuppliedImageMask
Initializes the mask if necessary.
initMatch(Map<LocatedObject, Map<LocatedObject, Double>>, LocatedObject) - Method in class adams.data.objectoverlap.AbstractObjectOverlap
Initializes the matches for the object.
initModel(LocatedObjects) - Method in class adams.gui.visualization.image.LocatedObjectsTableModel
Initializes the model.
initOutput() - Method in class adams.core.option.AbstractJavaCodeProducer
Initializes the output data structure.
initOutput() - Method in class adams.core.option.AbstractOptionConsumer
Creates the empty option handler from the internal data structure and returns it.
initOutput() - Method in class adams.core.option.AbstractOptionProducer
Initializes the output data structure.
initOutput() - Method in class adams.core.option.ArrayConsumer
Creates the empty option handler from the internal data structure and returns it.
initOutput() - Method in class adams.core.option.ArrayProducer
Initializes the output data structure.
initOutput() - Method in class adams.core.option.CommandlineHelpProducer
Initializes the output data structure.
initOutput() - Method in class adams.core.option.CompactFlowConsumer
Creates the empty option handler from the internal data structure and returns it.
initOutput() - Method in class adams.core.option.CompactFlowProducer
Initializes the output data structure.
initOutput() - Method in class adams.core.option.FlowStructureDotProducer
Initializes the output data structure.
initOutput() - Method in class adams.core.option.FlowStructureGraphMLProducer
Initializes the output data structure.
initOutput() - Method in class adams.core.option.HtmlHelpProducer
Initializes the output data structure.
initOutput() - Method in class adams.core.option.HtmlParametersProducer
Initializes the output data structure.
initOutput() - Method in class adams.core.option.JsonConsumer
Initializes the output data structure.
initOutput() - Method in class adams.core.option.JsonProducer
Initializes the output data structure.
initOutput() - Method in class adams.core.option.NestedConsumer
Creates the empty option handler from the internal data structure and returns it.
initOutput() - Method in class adams.core.option.NestedProducer
Initializes the output data structure.
initOutput() - Method in class adams.core.option.XhtmlProducer
Initializes the output data structure.
initOutputBuffer() - Method in class adams.flow.transformer.AbstractWekaClassifierEvaluator
Initializes the output buffer.
initOutputBuffer() - Method in class adams.multiprocess.WekaCrossValidationExecution
Initializes the output buffer.
initOutputFormat(Row) - Method in class adams.ml.preprocessing.AbstractColumnSubsetStreamFilter
Initializes the output format.
initOutputFormat(Row) - Method in class adams.ml.preprocessing.AbstractStreamFilter
Initializes the output format.
initOutputFormat(Row) - Method in class adams.ml.preprocessing.unsupervised.MultiStream
Initializes the output format.
initOutputFormat(Row) - Method in class adams.ml.preprocessing.unsupervised.PassThrough
Initializes the output format.
initOutputFormat(Row) - Method in class adams.ml.preprocessing.unsupervised.SavitzkyGolay
Initializes the output format.
initOutputFormat(Dataset) - Method in class adams.ml.preprocessing.AbstractBatchFilter
Initializes the output format.
initOutputFormat(Dataset) - Method in class adams.ml.preprocessing.AbstractColumnSubsetBatchFilter
Initializes the output format.
initOutputFormat(Dataset) - Method in class adams.ml.preprocessing.supervised.PLS
Initializes the output format.
initOutputFormat(Dataset) - Method in class adams.ml.preprocessing.unsupervised.MultiBatch
Initializes the output format.
initOutputFormat(Dataset) - Method in class adams.ml.preprocessing.unsupervised.PCA
Initializes the output format.
initProcedures() - Static method in class adams.parser.ParserHelper
Initializes the additional procedures.
initProgress() - Method in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment
Initializes progress.
InitPublishSubscribe - Class in adams.flow.standalone
Initializes a publish/subscribe data structure in internal storage.
InitPublishSubscribe() - Constructor for class adams.flow.standalone.InitPublishSubscribe
 
initRenderers() - Static method in class adams.gui.visualization.debug.objectrenderer.AbstractObjectRenderer
Initializes the renderers.
initResults() - Method in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment
Initializes the results.
initRowLookup(SpreadSheet[]) - Method in class adams.flow.transformer.multispreadsheetoperation.AbstractIndentifiableRowOperation
Initializes the row lookup, if necessary.
initRowLookup(SpreadSheet[]) - Method in class adams.flow.transformer.SpreadSheetDifference
Initializes the row lookup, if necessary.
initScriptlets() - Method in class adams.gui.scripting.AbstractCommandProcessor
Initializes all the available scriptlets.
initScriptObject() - Method in class adams.data.boofcv.features.AbstractScriptedFeatureGenerator
Tries to initialize the scripts object, sets its options and performs some checks.
initScriptObject() - Method in class adams.data.boofcv.transformer.AbstractScriptedTransformer
Tries to initialize the scripts object, sets its options and performs some checks.
initScriptObject() - Method in class adams.data.conversion.AbstractScriptedConversion
Tries to initialize the scripts object, sets its options and performs some checks.
initScriptObject() - Method in class adams.data.filter.AbstractScriptedFilter
Tries to initialize the scripts object, sets its options and performs some checks.
initScriptObject() - Method in class adams.data.image.features.AbstractScriptedFeatureGenerator
Tries to initialize the scripts object, sets its options and performs some checks.
initScriptObject() - Method in class adams.data.image.transformer.AbstractScriptedTransformer
Tries to initialize the scripts object, sets its options and performs some checks.
initScriptObject() - Method in class adams.data.jai.transformer.AbstractScriptedTransformer
Tries to initialize the scripts object, sets its options and performs some checks.
initScriptObject() - Method in class adams.data.opencv.features.AbstractScriptedFeatureGenerator
Tries to initialize the scripts object, sets its options and performs some checks.
initScriptObject() - Method in class adams.data.opencv.transformer.AbstractScriptedTransformer
Tries to initialize the scripts object, sets its options and performs some checks.
initScriptObject() - Method in class adams.data.outlier.AbstractScriptedOutlierDetector
Tries to initialize the scripts object, sets its options and performs some checks.
initScriptObject() - Method in class adams.data.report.AbstractScriptedReportFilter
Tries to initialize the scripts object, sets its options and performs some checks.
initScriptObject() - Method in class adams.flow.condition.bool.AbstractScriptedCondition
Tries to initialize the scripts object, sets its options and performs some checks.
initScriptObject() - Method in class adams.flow.core.AbstractScriptedActor
Tries to initialize the scripts object, sets its options and performs some checks.
initScriptObject() - Method in class adams.flow.template.AbstractScriptedTemplate
Tries to initialize the scripts object, sets its options and performs some checks.
initScriptObject() - Method in class adams.flow.transformer.pdfgenerate.AbstractScriptedPDFGenerator
Tries to initialize the scripts object, sets its options and performs some checks.
initScriptObject() - Method in class adams.tools.AbstractScriptedTool
Tries to initialize the scripts object, sets its options and performs some checks.
initSerializationSetup() - Method in interface adams.core.SerializableObject
Regenerates all the objects that are necessary for serialization.
initServer() - Method in class weka.classifiers.meta.SocketFacade
Initializes the server socket if necessary.
initSession() - Method in class adams.flow.sink.SendEmail
Initializes the SMTP session if required.
initSession() - Method in class adams.flow.sink.sendnotification.Email
Initializes the SMTP session if required.
initSheet() - Method in class adams.gui.goe.PropertySheetPanel
Initializes the options/methods to display.
InitStorageCache - Class in adams.flow.standalone
Adds a LRU cache in the responsible storage handler (usually the Flow actor).
InitStorageCache() - Constructor for class adams.flow.standalone.InitStorageCache
 
initTable() - Method in class adams.opt.genetic.setupupload.MySQL
Initializes the table.
initTable(AbstractDatabaseConnection) - Static method in class adams.db.mysql.LogT
Initializes the table.
initTable(AbstractDatabaseConnection) - Static method in class adams.db.postgresql.LogT
Initializes the table.
initTable(AbstractDatabaseConnection) - Static method in class adams.db.sqlite.LogT
Initializes the table.
initTables(AbstractDatabaseConnection) - Static method in class adams.db.AbstractIndexedTable
Initializes all tables.
initTargetLeftRightLine(int) - Method in class adams.gui.core.DragAndDropTabbedPane
 
initTargetTopBottomLine(int) - Method in class adams.gui.core.DragAndDropTabbedPane
 
initTerminal() - Method in class adams.terminal.application.AbstractTerminalApplication
Initializes the terminal.
initTextField() - Method in class adams.gui.core.BasePasswordField
Initializes members.
initTextField() - Method in class adams.gui.core.BaseTextField
Initializes members.
initToolBar() - Method in class adams.gui.core.ToolBarPanel
Sets up the toolbar, using the actions.
initToolBar() - Method in class adams.gui.flow.FlowEditorPanel
Initializes the toolbar.
initToolBar() - Method in class adams.gui.flow.FlowRunnerPanel
Initializes the toolbar.
initToolBar() - Method in class adams.gui.tools.SpreadSheetViewerPanel
Sets up the toolbar, using the actions.
initWidgets() - Method in class adams.gui.chooser.SimpleDirectoryChooser
Initializes the widgets.
injectionTipText() - Method in class adams.flow.control.Injector
Returns the tip text for this property.
Injector - Class in adams.flow.control
Injects a string token into the token sequence.
The string can be inject before or after the current token.
Injector() - Constructor for class adams.flow.control.Injector
 
Injector.DataType - Enum in adams.flow.control
Enumeration of what type of data to inject.
Injector.Location - Enum in adams.flow.control
Enumeration for where to inject the String.
InlineEditor - Class in adams.gui.goe
Support for inline editing of editors that support this, in order to reduce number of clicks/dialogs required to enter a value.
InlineEditor(PropertyEditor) - Constructor for class adams.gui.goe.InlineEditor
Sets up the editing component with the supplied editor.
InlineEditor(PropertyEditor, PropertySheetPanel) - Constructor for class adams.gui.goe.InlineEditor
Sets up the editing component with the supplied editor.
InlineEditorSupport - Interface in adams.gui.goe
Interface for GOE editors that allow inline editing.
InlineEditorSupportWithFavorites - Interface in adams.gui.goe
Interface for editors that support inline editing with support for favorites.
inlineScriptTipText() - Method in class adams.data.conversion.Groovy
Returns the tip text for this property.
inlineScriptTipText() - Method in class adams.data.filter.Groovy
Returns the tip text for this property.
inlineScriptTipText() - Method in class adams.data.outlier.Groovy
Returns the tip text for this property.
inlineScriptTipText() - Method in class adams.data.report.Groovy
Returns the tip text for this property.
inlineScriptTipText() - Method in class adams.flow.condition.bool.Groovy
Returns the tip text for this property.
inlineScriptTipText() - Method in class adams.flow.core.AbstractGroovyActor
Returns the tip text for this property.
inlineScriptTipText() - Method in class adams.flow.template.Groovy
Returns the tip text for this property.
inlineScriptTipText() - Method in class adams.tools.Groovy
Returns the tip text for this property.
inlineTipText() - Method in class adams.flow.transformer.XSLT
Returns the tip text for this property.
InList - Class in adams.flow.condition.bool
Checks whether the incoming string is among the specified items.
InList() - Constructor for class adams.flow.condition.bool.InList
 
INPLACE - adams.flow.control.Injector.Location
replace the current token.
InPlaceProcessing - Interface in adams.data
For schemes that can offer in-place processing, rather than working with a copy of the data.
inplaceTipText() - Method in class adams.flow.source.RSync
 
INPROCEEDINGS - adams.core.TechnicalInformation.Type
An article in a conference proceedings.
input(Token) - Method in class adams.flow.control.AbstractContainerUpdater
The method that accepts the input token and then processes it.
input(Token) - Method in class adams.flow.control.AbstractTee
The method that accepts the input token and then processes it.
input(Token) - Method in class adams.flow.control.ArrayGenerate
The method that accepts the input token and then processes it.
input(Token) - Method in class adams.flow.control.ArrayProcess
The method that accepts the input token and then processes it.
input(Token) - Method in class adams.flow.control.Branch
The method that accepts the input token and then processes it.
input(Token) - Method in class adams.flow.control.CallableActorScreenshot
Does nothing.
input(Token) - Method in class adams.flow.control.ClearCallableDisplay
Does nothing.
input(Token) - Method in class adams.flow.control.CloseCallableDisplay
Does nothing.
input(Token) - Method in class adams.flow.control.CollectionProcess
The method that accepts the input token and then processes it.
input(Token) - Method in class adams.flow.control.Count
The method that accepts the input token and then processes it.
input(Token) - Method in class adams.flow.control.DesktopScreenshot
Does nothing.
input(Token) - Method in class adams.flow.control.IfThenElse
The method that accepts the input token and then processes it.
input(Token) - Method in class adams.flow.control.InputOutputListener
The method that accepts the input token and then processes it.
input(Token) - Method in class adams.flow.control.LoadBalancer
The method that accepts the input token and then processes it.
input(Token) - Method in class adams.flow.control.LocalScopeTransformer
Does nothing.
input(Token) - Method in class adams.flow.control.Sequence
The method that accepts the input token and then processes it.
input(Token) - Method in class adams.flow.control.Stop
Does nothing.
input(Token) - Method in class adams.flow.control.SubProcess
The method that accepts the input token and then processes it.
input(Token) - Method in class adams.flow.control.Switch
The method that accepts the input token and then processes it.
input(Token) - Method in class adams.flow.control.TryCatch
The method that accepts the input token and then processes it.
input(Token) - Method in class adams.flow.control.UpdateCallableDisplay
Does nothing.
input(Token) - Method in class adams.flow.control.UpdateProperties
The method that accepts the input token and then processes it.
input(Token) - Method in class adams.flow.control.WhileLoop
Does nothing.
input(Token) - Method in class adams.flow.core.AbstractDisplay
The method that accepts the input token and then processes it.
input(Token) - Method in interface adams.flow.core.InputConsumer
The method that accepts the input token and then processes it.
input(Token) - Method in class adams.flow.sink.AbstractSink
The method that accepts the input token and then processes it.
input(Token) - Method in class adams.flow.sink.CallableSink
The method that accepts the input token and then processes it.
input(Token) - Method in class adams.flow.sink.CopyCallableSink
The method that accepts the input token and then processes it.
input(Token) - Method in class adams.flow.sink.EnQueue
Adds the payload to the queue in internal storage.
input(Token) - Method in class adams.flow.sink.ExternalSink
The method that accepts the input token and then processes it.
input(Token) - Method in class adams.flow.sink.Groovy
The method that accepts the input token and then processes it.
input(Token) - Method in class adams.flow.sink.IncludeExternalSink
Does nothing.
input(Token) - Method in class adams.flow.sink.Null
Does nothing.
input(Token) - Method in class adams.flow.sink.Scripted
The method that accepts the input token and then processes it.
input(Token) - Method in class adams.flow.sink.TemplateSink
The method that accepts the input token and then processes it.
input(Token) - Method in class adams.flow.transformer.AbstractTransformer
The method that accepts the input token and then processes it.
input(Token) - Method in class adams.flow.transformer.CallableTransformer
The method that accepts the input token and then processes it.
input(Token) - Method in class adams.flow.transformer.CopyCallableTransformer
The method that accepts the input token and then processes it.
input(Token) - Method in class adams.flow.transformer.ExternalTransformer
The method that accepts the input token and then processes it.
input(Token) - Method in class adams.flow.transformer.Groovy
The method that accepts the input token and then processes it.
input(Token) - Method in class adams.flow.transformer.IncludeExternalTransformer
Does nothing.
input(Token) - Method in class adams.flow.transformer.PassThrough
The method that accepts the input token and then processes it.
input(Token) - Method in class adams.flow.transformer.Scripted
The method that accepts the input token and then processes it.
input(Token) - Method in class adams.flow.transformer.SetProperty
The method that accepts the input token and then processes it.
input(Token) - Method in class adams.flow.transformer.TemplateTransformer
The method that accepts the input token and then processes it.
input(Token) - Method in class adams.flow.transformer.UpdateProperty
The method that accepts the input token and then processes it.
input(Object) - Method in interface adams.flow.core.PyroInputConsumer
The method that accepts the input object.
input(Object) - Method in class adams.flow.sink.pyrosink.AbstractPyroSink
The method that accepts the input object.
input(Object) - Method in class adams.flow.transformer.pyrotransformer.AbstractPyroTransformer
The method that accepts the input object.
input(Instance) - Method in class weka.filters.unsupervised.attribute.NormalizeAdaptive
Input an instance for filtering.
input(Instance) - Method in class weka.filters.unsupervised.attribute.PrincipalComponentsJ
Input an instance for filtering.
input(Instance) - Method in class weka.filters.unsupervised.attribute.ReplaceMissingValuesWithZero
Input an instance for filtering.
input(Instance) - Method in class weka.filters.unsupervised.instance.RemoveMisclassifiedAbs
Input an instance for filtering.
input(Instance) - Method in class weka.filters.unsupervised.instance.RemoveMisclassifiedRel
Input an instance for filtering.
InputConsumer - Interface in adams.flow.core
Interface for flow actors that can process input tokens.
inputDateTimeTypeTipText() - Method in class adams.data.conversion.ConvertDateTimeType
Returns the tip text for this property.
inputDateTimeTypeTipText() - Method in class adams.flow.transformer.DateTimeTypeDifference
Returns the tip text for this property.
inputDestinationTipText() - Method in class adams.flow.control.InputOutputListener
Returns the tip text for this property.
InputFileHandler - Interface in adams.tools
For tools that handle an input file.
inputFileTipText() - Method in class adams.flow.transformer.PDFAppendDocument
Returns the tip text for this property.
inputFileTipText() - Method in interface adams.tools.InputFileHandler
Returns the tip text for this property.
inputIsTargetTipText() - Method in class adams.flow.transformer.MoveFile
Returns the tip text for this property.
InputOutputListener - Class in adams.flow.control
Listens to the input/output tokens of the sub-actors, sending them to callable actors.
InputOutputListener() - Constructor for class adams.flow.control.InputOutputListener
 
InputPanelWithButtons(String, String, String[], boolean) - Constructor for class adams.gui.core.GUIHelper.InputPanelWithButtons
Initializes the panel.
InputPanelWithButtons(String, String, String[], boolean, int) - Constructor for class adams.gui.core.GUIHelper.InputPanelWithButtons
Initializes the panel.
InputPanelWithButtons(String, String, String[], boolean, int, String) - Constructor for class adams.gui.core.GUIHelper.InputPanelWithButtons
Initializes the panel.
InputPanelWithComboBox(String, String, String[]) - Constructor for class adams.gui.core.GUIHelper.InputPanelWithComboBox
Initializes the panel.
InputPanelWithComboBox(String, String, String[], String) - Constructor for class adams.gui.core.GUIHelper.InputPanelWithComboBox
Initializes the panel.
InputPanelWithTextArea(String, String, int, int) - Constructor for class adams.gui.core.GUIHelper.InputPanelWithTextArea
Initializes the panel.
InputPanelWithTextArea(String, String, int, int, String) - Constructor for class adams.gui.core.GUIHelper.InputPanelWithTextArea
Initializes the panel.
InputSmearing - Class in weka.classifiers.meta
Extended version of weka.classifiers.meta.Bagging, which allows input smearing of numeric attributes.
Class for bagging a classifier to reduce variance.
InputSmearing - Class in weka.filters.unsupervised.attribute
InputSmearing() - Constructor for class weka.classifiers.meta.InputSmearing
 
InputSmearing() - Constructor for class weka.filters.unsupervised.attribute.InputSmearing
 
InputStreamGenerator - Class in adams.flow.source
Uses the specified generator to instantiate an input stream instance.

See also:
adams.flow.sink.CloseInputStream

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


InputStreamGenerator() - Constructor for class adams.flow.source.InputStreamGenerator
 
InputStreamImageReader<T extends AbstractImageContainer> - Interface in adams.data.io.input
Interface for image readers that support reading from input streams.
inputTipText() - Method in class adams.data.io.input.AbstractDataContainerReader
Returns the tip text for this property.
inputTipText() - Method in class adams.data.io.input.AbstractEmailFileReader
Returns the tip text for this property.
inputTipText() - Method in class adams.data.io.input.AbstractReportReader
Returns the tip text for this property.
inputTipText() - Method in interface adams.data.io.input.EmailFileReader
Returns the tip text for this property.
inputTipText() - Method in interface adams.data.io.input.ReportReader
Returns the tip text for this property.
inputTipText() - Method in class adams.flow.FlowRunner
Returns the tip text for this property.
inputTipText() - Method in class adams.parser.LookUpUpdate
Returns the tip text for this property.
inputTipText() - Method in class adams.parser.SpreadSheetFormula
Returns the tip text for this property.
inputTipText() - Method in class adams.parser.SpreadSheetQuery
Returns the tip text for this property.
inputTypeTipText() - Method in class adams.flow.transformer.SpreadSheetTransformCells
Returns the tip text for this property.
inputTypeTipText() - Method in class adams.flow.transformer.SpreadSheetTransformHeaderCells
Returns the tip text for this property.
inRange(int, int, int) - Method in class adams.flow.transformer.locateobjects.LocatedObject
Checks whether a value is within the range (allowed to be on borders).
insert(int, String, String, Object) - Method in class adams.core.option.OptionManager
Determines the appropriate concrete option class, sets it up and returns it.
insert(int, String, String, Object, boolean) - Method in class adams.core.option.OptionManager
Determines the appropriate concrete option class, sets it up and returns it.
insert(int, String, String, Object, boolean, UserMode) - Method in class adams.core.option.OptionManager
Determines the appropriate concrete option class, sets it up and returns it.
insert(int, 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.
insert(int, 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.
insert(int, String, String, Object, UserMode) - Method in class adams.core.option.OptionManager
Determines the appropriate concrete option class, sets it up and returns it.
insert(int, String, String, Object, Number, Number) - Method in class adams.core.option.OptionManager
Determines the appropriate concrete option class, sets it up and returns it.
insert(int, 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.
insert(MultipleInsert, Hashtable<String, String>) - Method in class adams.db.BulkInsertTable
Insert bulk data.
insert(Hashtable<String, String>) - Method in class adams.db.MultipleInsert
Insert.
insert(Action, int) - Method in class adams.gui.core.BaseMenu
Inserts a new menu item attached to the specified Action object at a given position.
insert(MutableTreeNode, int) - Method in class adams.doc.xml.AbstractTag
Removes newChild from its present parent (if it has a parent), sets the child's parent to this node, and then adds the child to this node's child array at index childIndex.
insertAdditionalImports() - Method in class adams.core.option.AbstractJavaCodeProducer
Inserts any additional imports, if necessary.
insertAttributeAt(int) - Method in class weka.core.AbstractHashableInstance
Inserts an attribute at the given position (0 to numAttributes()).
insertAttributeAt(Attribute, int) - Method in class weka.core.InstancesView
Inserts an attribute at the given position (0 to numAttributes()) and sets all values to be missing.
insertCell(int) - Method in class adams.data.spreadsheet.HeaderRow
Inserts a cell at the specified location.
insertColumn(int, String) - Method in class adams.data.spreadsheet.DefaultSpreadSheet
Inserts a column at the specified location.
insertColumn(int, String) - Method in interface adams.data.spreadsheet.SpreadSheet
Inserts a column at the specified location.
insertColumn(int, String) - Method in class adams.data.spreadsheet.SpreadSheetView
Inserts a column at the specified location.
insertColumn(int, String) - Method in class adams.ml.data.DatasetView
Inserts a column at the specified location.
insertColumn(int, String) - Method in class adams.ml.data.InstancesView
Inserts a column at the specified location.
insertColumn(int, String, String) - Method in class adams.data.spreadsheet.DefaultSpreadSheet
Inserts a column at the specified location.
insertColumn(int, String, String) - Method in interface adams.data.spreadsheet.SpreadSheet
Inserts a column at the specified location.
insertColumn(int, String, String) - Method in class adams.data.spreadsheet.SpreadSheetView
Inserts a column at the specified location.
insertColumn(int, String, String) - Method in class adams.ml.data.DatasetView
Inserts a column at the specified location.
insertColumn(int, String, String) - Method in class adams.ml.data.InstancesView
Inserts a column at the specified location.
insertColumn(int, String, String, boolean) - Method in class adams.data.spreadsheet.DefaultSpreadSheet
Inserts a column at the specified location.
insertColumn(int, String, String, boolean) - Method in interface adams.data.spreadsheet.SpreadSheet
Inserts a column at the specified location.
insertColumn(int, String, String, boolean) - Method in class adams.data.spreadsheet.SpreadSheetView
Inserts a column at the specified location.
insertColumn(int, String, String, boolean) - Method in class adams.ml.data.DatasetView
Inserts a column at the specified location.
insertColumn(int, String, String, boolean) - Method in class adams.ml.data.InstancesView
Inserts a column at the specified location.
insertComplete() - Method in class adams.db.MultipleInsert
Finalise insert.
insertComplete(MultipleInsert) - Method in class adams.db.BulkInsertTable
Complete bulk insert.
insertContent(PDFGenerator) - Method in class adams.flow.transformer.pdfproclet.FixedText
Inserts the text content (after expanding the variables).
insertElementAt(FlowSetup, int) - Method in class adams.flow.setup.FlowSetupManager
Inserts the setup at the specified location.
insertEntries(int, int, int) - Method in class adams.gui.core.BaseSizeSequence
Adds a contiguous group of entries to this BaseSizeSequence.
insertEntryAt(String, T, int) - Method in class adams.gui.core.AbstractNamedHistoryPanel
Inserts the entry under the name at the specified location.
insertEntryAt(String, T, Object, int) - Method in class adams.gui.core.AbstractNamedHistoryPanel
Inserts the entry under the name at the specified location.
insertHandler(Object, AbstractApplicationFrame, RequestHandler) - Static method in class adams.scripting.requesthandler.AbstractRequestHandler
For inserting a request handler into the scripting engine.
insertHandler(Object, AbstractApplicationFrame, ResponseHandler) - Static method in class adams.scripting.responsehandler.AbstractResponseHandler
For inserting a response handler into the scripting engine.
insertHostnamePrefix(String) - Static method in class adams.gui.application.AbstractApplicationFrame
Injects the hostname, if possible, into the title for the window.
insertInstance(int) - Method in class adams.gui.visualization.instances.InstancesTableModel
 
insertInstance(int, boolean) - Method in class adams.gui.visualization.instances.InstancesTableModel
 
insertLineBreaks(String) - Method in class adams.gui.flow.tree.annotations.AbstractAnnotationProcessor
Inserts line breaks.
insertLineBreaks(String, int) - Static method in class adams.core.Utils
Inserts line breaks into the string, if wider than "columns" characters.
insertMenuItem(JMenu, JMenuItem) - Method in class adams.gui.application.AbstractApplicationFrame
insert the menu item in a sorted fashion.
insertMenuItem(JMenu, JMenuItem, int) - Method in class adams.gui.application.AbstractApplicationFrame
insert the menu item in a sorted fashion.
insertPlaceholders(String) - Method in class adams.parser.actorsuggestion.Parser
Processes the commandline and fills in placeholders: classname: ${PARENT.CLASS}, ${LASTPARENT.CLASS}, ${PRECEDING.CLASS}, ${FOLLOWING.CLASS} actor's name: ${PARENT.NAME}, ${LASTPARENT.NAME}, ${PRECEDING.NAME}, ${FOLLOWING.NAME} actor's full name: ${PARENT.FULL}, ${LASTPARENT.FULL}, ${PRECEDING.FULL}, ${FOLLOWING.FULL}
insertPlaceholders(String) - Method in class adams.parser.externalactorsuggestion.Parser
Processes the commandline and fills in placeholders: classname: ${PARENT.CLASS}, ${LASTPARENT.CLASS}, ${PRECEDING.CLASS}, ${FOLLOWING.CLASS} actor's name: ${PARENT.NAME}, ${LASTPARENT.NAME}, ${PRECEDING.NAME}, ${FOLLOWING.NAME} actor's full name: ${PARENT.FULL}, ${LASTPARENT.FULL}, ${PRECEDING.FULL}, ${FOLLOWING.FULL}
insertRow(int) - Method in class adams.data.spreadsheet.DefaultSpreadSheet
Inserts a row at the specified location.
insertRow(int) - Method in interface adams.data.spreadsheet.SpreadSheet
Inserts a row at the specified location.
insertRow(int) - Method in class adams.data.spreadsheet.SpreadSheetView
Inserts a row at the specified location.
insertRow(int) - Method in class adams.ml.data.DatasetView
Inserts a row at the specified location.
insertRow(int) - Method in class adams.ml.data.InstancesView
Inserts a row at the specified location.
insertSetup(int, FlowSetup) - Method in class adams.gui.flow.setup.FlowSetupTableModel
Inserts a shallow copy of the setup at the specified location.
insertString(int, String, AttributeSet) - Method in class adams.gui.scripting.SyntaxDocument
Override to apply syntax highlighting after the document has been updated.
insertTab(String, Icon, Component, String, int) - Method in class adams.gui.core.BaseTabbedPane
Inserts a new tab for the given component, at the given index, represented by the given title and/or icon, either of which may be null.
insertThousandSeparators(String) - Static method in class adams.core.ByteFormat
Inserts thousand separators into the number string (integer or float).
insertThousandSeparators(String) - Static method in class adams.core.MicroSecondFormat
Inserts thousand separators into the number string (integer or float).
insertThousandSeparators(String) - Static method in class adams.core.SecondFormat
Inserts thousand separators into the number string (integer or float).
insertUpdate(DocumentEvent) - Method in class adams.gui.tools.wekamultiexperimenter.setup.AbstractSetupPanel.ModificationDocumentListener
 
inside(Polygon, Polygon) - Static method in class adams.gui.visualization.image.PolygonUtils
Determines the number of x/y pairs of the inner polygon that fall inside the outer polygon.
inspect() - Method in class adams.gui.visualization.debug.StoragePanel
Brings up the dialog for inspecting an item.
inspect(boolean) - Method in class adams.gui.visualization.debug.StoragePanel
Brings up the dialog for inspecting an item.
inspect(Object) - Method in class adams.gui.visualization.debug.inspectionhandler.AbstractInspectionHandler
Returns further inspection values.
inspect(Object) - Method in class adams.gui.visualization.debug.inspectionhandler.Actor
Returns further inspection values.
inspect(Object) - Method in class adams.gui.visualization.debug.inspectionhandler.DataContainer
Returns further inspection values.
inspect(Object) - Method in class adams.gui.visualization.debug.inspectionhandler.Dataset
Returns further inspection values.
inspect(Object) - Method in class adams.gui.visualization.debug.inspectionhandler.DefaultInspectionHandler
Returns further inspection values.
inspect(Object) - Method in class adams.gui.visualization.debug.inspectionhandler.ExternalActor
Returns further inspection values.
inspect(Object) - Method in class adams.gui.visualization.debug.inspectionhandler.FlowContainer
Returns further inspection values.
inspect(Object) - Method in class adams.gui.visualization.debug.inspectionhandler.InformativeStatistic
Returns further inspection values.
inspect(Object) - Method in class adams.gui.visualization.debug.inspectionhandler.InformativeStatisticSupporter
Returns further inspection values.
inspect(Object) - Method in class adams.gui.visualization.debug.inspectionhandler.List
Returns further inspection values.
inspect(Object) - Method in class adams.gui.visualization.debug.inspectionhandler.LocatedObject
Returns further inspection values.
inspect(Object) - Method in class adams.gui.visualization.debug.inspectionhandler.Map
Returns further inspection values.
inspect(Object) - Method in class adams.gui.visualization.debug.inspectionhandler.Mat5Array
Returns further inspection values.
inspect(Object) - Method in class adams.gui.visualization.debug.inspectionhandler.Mat5File
Returns further inspection values.
inspect(Object) - Method in class adams.gui.visualization.debug.inspectionhandler.Mat5Struct
Returns further inspection values.
inspect(Object) - Method in class adams.gui.visualization.debug.inspectionhandler.Notes
Returns further inspection values.
inspect(Object) - Method in class adams.gui.visualization.debug.inspectionhandler.OptionHandlerInspectionHandler
Returns further inspection values.
inspect(Object) - Method in class adams.gui.visualization.debug.inspectionhandler.SpreadSheet
Returns further inspection values.
inspect(Object) - Method in class adams.gui.visualization.debug.inspectionhandler.SpreadSheetSupporter
Returns further inspection values.
inspect(Object) - Method in class adams.gui.visualization.debug.inspectionhandler.VariableHandler
Returns further inspection values.
inspect(Object) - Method in class adams.gui.visualization.debug.inspectionhandler.Variables
Returns further inspection values.
inspect(Object) - Method in class adams.gui.visualization.debug.inspectionhandler.WekaEvaluation
Returns further inspection values.
inspect(Object) - Method in class adams.gui.visualization.debug.inspectionhandler.WekaInstances
Returns further inspection values.
inspect(String[], Object) - Method in class adams.gui.visualization.debug.objecttree.Tree
Inspects the object in a separate dialog.
Inspect - Class in adams.flow.control
Allows the user to inspect tokens with the specified viewer.
Inspection can be done interactively, allowing the user to drop tokens, or non-interactively, with the viewer updating whenever a token passes through.
Of course, this actor should only be used during development for debugging purposes as can slow down the execution significantly depending on how expensive the view generation is.
Inspect() - Constructor for class adams.flow.control.Inspect
 
INSPECT_TOKEN - adams.flow.execution.debug.View
inspection of the current token.
InspectionPanel - Class in adams.gui.visualization.debug
Panel for inspecting an object and its values (accessible through bean properties).
InspectionPanel() - Constructor for class adams.gui.visualization.debug.InspectionPanel
 
InspectionResponseHandler() - Constructor for class adams.gui.tools.remotecontrolcenter.panels.AdvancedTab.InspectionResponseHandler
 
InspectMemory - Class in adams.gui.flow.tree.menu
Memory inspection sub-menu.
InspectMemory() - Constructor for class adams.gui.flow.tree.menu.InspectMemory
 
inspectMemoryDetails(TreePath, Flow) - Method in class adams.gui.flow.tree.TreeOperations
Displays the memory consumption of the selected actor, broken by class.
InspectMemoryDetails - Class in adams.gui.flow.tree.menu
For analyzing the memory consumption of an actor.
InspectMemoryDetails() - Constructor for class adams.gui.flow.tree.menu.InspectMemoryDetails
 
inspectMemorySize(TreePath, Flow) - Method in class adams.gui.flow.tree.TreeOperations
Displays the memory consumption of the selected subtree (just the size).
InspectMemorySize - Class in adams.gui.flow.tree.menu
For analyzing the memory consumption of a sub-tree.
InspectMemorySize() - Constructor for class adams.gui.flow.tree.menu.InspectMemorySize
 
inspectToken(boolean) - Method in class adams.flow.execution.debug.ControlPanel
Inspects the current token.
inst(SpreadSheet) - Method in class adams.gui.visualization.stats.scatterplot.AbstractScatterPlotOverlay
Pass the instances to the overlay object
install() - Method in class adams.core.shutdown.AbstractShutdownHook
Installs the hook, if possible.
install() - Method in class adams.gui.laf.AbstractLookAndFeel
Installs the look and feel.
install() - Method in class adams.gui.visualization.object.annotator.AbstractAnnotator
Installs the annotator with the owner.
installLinearModels() - Method in class weka.classifiers.trees.m5.RuleNode2
Traverses the tree and installs linear models at each node.
installListenerTipText() - Method in class adams.scripting.command.basic.StartRemoteLogging
Returns the tip text for this property.
installLookAndFeel() - Static method in class adams.gui.laf.AbstractLookAndFeel
Installs the preferred look and feel or, if not defined, the default one.
installLookAndFeel(AbstractLookAndFeel) - Static method in class adams.gui.laf.AbstractLookAndFeel
Installs the specified look and feel.
installSmoothedModels() - Method in class weka.classifiers.trees.m5.RuleNode2
 
instance(int) - Method in class weka.core.InstancesView
Returns the instance at the given position.
Instance - Class in adams.data.instance
Stores values from weka.core.Instance objects, with X being the attribute index (integer) and Y being the internal value (double).
Instance() - Constructor for class adams.data.instance.Instance
Initializes the sequence.
INSTANCE_TO_INSTANCES - adams.flow.transformer.WekaInstanceBuffer.Operation
Instance -> Instances.
instanceClassTipText() - Method in class adams.flow.transformer.WekaNewInstance
Returns the tip text for this property.
InstanceComparator - Class in adams.data.instances
For comparing instance objects.
InstanceComparator(int[]) - Constructor for class adams.data.instances.InstanceComparator
Initializes the comparator.
InstanceComparator(int[], boolean[]) - Constructor for class adams.data.instances.InstanceComparator
Initializes the comparator.
InstanceCompare - Class in adams.gui
Stand-alone version of the Instance Compare utility.
InstanceCompare - Class in adams.gui.menu
For comparing two datasets visually.
InstanceCompare() - Constructor for class adams.gui.InstanceCompare
 
InstanceCompare() - Constructor for class adams.gui.menu.InstanceCompare
Initializes the menu item with no owner.
InstanceCompare(AbstractApplicationFrame) - Constructor for class adams.gui.menu.InstanceCompare
Initializes the menu item.
InstanceCompareDefinition - Class in adams.env
Definition for the InstanceCompare props file.
InstanceCompareDefinition() - Constructor for class adams.env.InstanceCompareDefinition
 
InstanceComparePanel - Class in adams.gui.visualization.instance
A tool for comparing two datasets visually.
InstanceComparePanel() - Constructor for class adams.gui.visualization.instance.InstanceComparePanel
 
InstanceComparePanel.DatasetIndexer - Class in adams.gui.visualization.instance
Helper class for indexing the rows of a dataset.
InstanceComparePanel.DatasetPanel - Class in adams.gui.visualization.instance
Specialized panel for loading dataset and setting various parameters.
InstanceContainer - Class in adams.gui.visualization.instance
A container class for a weka.core.Instance wrapped in a weka.core.Instance.
InstanceContainer(InstanceContainerManager, Instance) - Constructor for class adams.gui.visualization.instance.InstanceContainer
Initializes the container.
InstanceContainerDisplayIDGenerator - Class in adams.gui.visualization.instance
Class for generating display IDs for Instance objects (based on weka.core.Instance objects).
InstanceContainerDisplayIDGenerator() - Constructor for class adams.gui.visualization.instance.InstanceContainerDisplayIDGenerator
 
InstanceContainerList - Class in adams.gui.visualization.instance
A panel that lists Instances in a JTable.
InstanceContainerList() - Constructor for class adams.gui.visualization.instance.InstanceContainerList
 
InstanceContainerManager - Class in adams.gui.visualization.instance
A handler for the Instance containers.
InstanceContainerManager(ContainerListManager<InstanceContainerManager>) - Constructor for class adams.gui.visualization.instance.InstanceContainerManager
Initializes the manager.
InstanceContainerModel - Class in adams.gui.visualization.instance
A model for displaying the currently loaded Instance objects.
InstanceContainerModel(ContainerListManager<InstanceContainerManager>) - Constructor for class adams.gui.visualization.instance.InstanceContainerModel
Initializes the model.
InstanceContainerModel(InstanceContainerManager) - Constructor for class adams.gui.visualization.instance.InstanceContainerModel
Initializes the model.
InstanceContainerTableColumnNameGenerator - Class in adams.gui.visualization.instance
Abstract class for generating the column names of a table.
InstanceContainerTableColumnNameGenerator() - Constructor for class adams.gui.visualization.instance.InstanceContainerTableColumnNameGenerator
 
InstanceDumperVariable - Class in adams.flow.template
Generates a sub-flow that sets a variable for the adams.flow.transformer.WekaInstanceDumper transformer's outputPrefix property using a prefix based on the full flow name.
InstanceDumperVariable() - Constructor for class adams.flow.template.InstanceDumperVariable
 
InstanceExplorer - Class in adams.gui.menu
For displaying and filtering instances.
InstanceExplorer - Class in adams.gui.visualization.instance
A panel for exploring Instances visually.
InstanceExplorer() - Constructor for class adams.gui.menu.InstanceExplorer
Initializes the menu item with no owner.
InstanceExplorer() - Constructor for class adams.gui.visualization.instance.InstanceExplorer
 
InstanceExplorer(AbstractApplicationFrame) - Constructor for class adams.gui.menu.InstanceExplorer
Initializes the menu item.
InstanceExplorerDefinition - Class in adams.env
Definition for the InstanceExplorer props file.
InstanceExplorerDefinition() - Constructor for class adams.env.InstanceExplorerDefinition
 
InstanceExplorerHandler - Class in adams.gui.tools.previewbrowser
Displays the following WEKA dataset types in the Instance Explorer: csv,arff,arff.gz,xrff,xrff.gz

Valid options are:

InstanceExplorerHandler() - Constructor for class adams.gui.tools.previewbrowser.InstanceExplorerHandler
 
InstanceGeneratorWithAdditionalFields - Interface in adams.data.instances
Generators with additional fields.
InstanceGeneratorWithFields - Interface in adams.data.instances
Generators with fields.
InstanceLinePaintlet - Class in adams.gui.visualization.instance
Paintlet for generating a line plot for Instance objects.
InstanceLinePaintlet() - Constructor for class adams.gui.visualization.instance.InstanceLinePaintlet
 
InstanceLinePaintlet.MarkerShape - Enum in adams.gui.visualization.instance
Enum for the marker shape to plot around the data points.
InstanceNode(int, Double) - Constructor for class weka.core.neighboursearch.NewNNSearch.InstanceNode
 
InstancePanel - Class in adams.gui.visualization.instance
A panel for displaying instances.
InstancePanel() - Constructor for class adams.gui.visualization.instance.InstancePanel
Initializes the panel.
InstancePanel(String) - Constructor for class adams.gui.visualization.instance.InstancePanel
Initializes the panel.
InstancePoint - Class in adams.data.instance
A 2-dimensional point (X: attribute index, Y: internal value).
InstancePoint() - Constructor for class adams.data.instance.InstancePoint
Initializes the point with no points and no ID.
InstancePoint(Integer, Double) - Constructor for class adams.data.instance.InstancePoint
Initializes the point with no ID.
InstancePointComparator - Class in adams.data.instance
A comparator for InstancePoint objects.
InstancePointComparator() - Constructor for class adams.data.instance.InstancePointComparator
The default constructor uses comparison by X in ascending manner.
InstancePointComparator(boolean, boolean) - Constructor for class adams.data.instance.InstancePointComparator
This constructor initializes the comparator either with comparison by X or by Y.
InstancePointHitDetector - Class in adams.gui.visualization.instance
Detects selections of instance points in the instance panel.
InstancePointHitDetector(InstancePanel) - Constructor for class adams.gui.visualization.instance.InstancePointHitDetector
Initializes the hit detector.
InstanceReader - Class in adams.data.io.input
Reads WEKA datasets in various formats.
InstanceReader() - Constructor for class adams.data.io.input.InstanceReader
 
InstanceReportFactory - Class in adams.gui.visualization.instance
A factory for GUI components for Instance-related reports.
InstanceReportFactory() - Constructor for class adams.gui.visualization.instance.InstanceReportFactory
 
InstanceReportFactory.Panel - Class in adams.gui.visualization.instance
A specialized panel that displays reports.
InstanceReportFactory.Table - Class in adams.gui.visualization.instance
A specialized table for displaying a Report.
INSTANCES_TO_INSTANCE - adams.flow.transformer.WekaInstanceBuffer.Operation
Instances -> Instance.
instancesActorTipText() - Method in class adams.flow.transformer.WekaInstanceEvaluator
Returns the tip text for this property.
InstancesColumnComboBox - Class in adams.gui.visualization.instances
ComboBox that lists the attribute names of the associated Instances in alphabetical order and when the user selects one, ensures that this column is visible.
InstancesColumnComboBox(InstancesTable) - Constructor for class adams.gui.visualization.instances.InstancesColumnComboBox
Initializes the combobox.
InstancesColumnComboBox.ColumnContainer - Class in adams.gui.visualization.instances
Container for storing column name and
InstancesCrossValidationFoldGenerator - Class in adams.flow.transformer.indexedsplitsrunsgenerator
Split generator that generates folds for cross-validation for Instances objects.
InstancesCrossValidationFoldGenerator() - Constructor for class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesCrossValidationFoldGenerator
 
InstancesGroupedCrossValidationFoldGenerator - Class in adams.flow.transformer.indexedsplitsrunsgenerator
Split generator that generates folds for cross-validation for Instances objects.
InstancesGroupedCrossValidationFoldGenerator() - Constructor for class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesGroupedCrossValidationFoldGenerator
 
InstancesGroupedRandomSplitGenerator - Class in adams.flow.transformer.indexedsplitsrunsgenerator
Random split generator that works on Instances objects (groups instances).
InstancesGroupedRandomSplitGenerator() - Constructor for class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesGroupedRandomSplitGenerator
 
InstancesHeaderRow - Class in adams.ml.data
Header row for an Instances object.
InstancesHeaderRow(InstancesView) - Constructor for class adams.ml.data.InstancesHeaderRow
Initializes the header row.
InstancesIndexedSplitsRunsCompatibility - Class in adams.data.indexedsplits
Performs compatibility tests between indexed splits configurations and Weka Instances objects.
InstancesIndexedSplitsRunsCompatibility() - Constructor for class adams.data.indexedsplits.InstancesIndexedSplitsRunsCompatibility
 
InstancesIndexedSplitsRunsEvaluation - Class in adams.flow.transformer.indexedsplitsrunsevaluation
Evaluates the specified classifier on the indexed splits runs applied to the incoming data.
InstancesIndexedSplitsRunsEvaluation() - Constructor for class adams.flow.transformer.indexedsplitsrunsevaluation.InstancesIndexedSplitsRunsEvaluation
 
InstancesIndexedSplitsRunsGenerator - Interface in adams.flow.transformer.indexedsplitsrunsgenerator
Indicator interface for generators that process Instances objects.
InstancesIndexedSplitsRunsPredictions - Class in adams.flow.transformer.indexedsplitsrunspredictions
Trains the referenced classifier on the training splits and generates predictions for the test splits.
InstancesIndexedSplitsRunsPredictions() - Constructor for class adams.flow.transformer.indexedsplitsrunspredictions.InstancesIndexedSplitsRunsPredictions
 
instancesIndicesTipText() - Method in class weka.filters.unsupervised.instance.SafeRemoveRange
Returns the tip text for this property.
InstancesPanel - Class in adams.gui.visualization.instances
Panel displaying an Instances table.
InstancesPanel() - Constructor for class adams.gui.visualization.instances.InstancesPanel
 
InstancesPlot - Class in adams.gui.menu
Displays plot of Instances.
InstancesPlot() - Constructor for class adams.gui.menu.InstancesPlot
Initializes the menu item with no owner.
InstancesPlot(AbstractApplicationFrame) - Constructor for class adams.gui.menu.InstancesPlot
Initializes the menu item.
InstancesRandomSplitGenerator - Class in adams.flow.transformer.indexedsplitsrunsgenerator
Random split generator that works on Instances objects.
InstancesRandomSplitGenerator() - Constructor for class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesRandomSplitGenerator
 
InstancesSortDefinitionPanel - Class in adams.gui.visualization.instances.instancestable
Represents a single sorting definition.
InstancesSortDefinitionPanel(InstancesSortPanel) - Constructor for class adams.gui.visualization.instances.instancestable.InstancesSortDefinitionPanel
Initializes the definition panel.
InstancesSortPanel - Class in adams.gui.visualization.instances.instancestable
Panel that allows users to sort instances over an arbitrary number of columns.
InstancesSortPanel() - Constructor for class adams.gui.visualization.instances.instancestable.InstancesSortPanel
 
InstancesSortSetupEvent - Class in adams.gui.event
Event that gets sent when the InstancesSortPanel setup changes.
InstancesSortSetupEvent(InstancesSortPanel, InstancesSortDefinitionPanel, InstancesSortSetupEvent.EventType) - Constructor for class adams.gui.event.InstancesSortSetupEvent
Initializes the event.
InstancesSortSetupEvent.EventType - Enum in adams.gui.event
The type of event.
InstancesSortSetupListener - Interface in adams.gui.event
Interface for listeners that react to changes in a sort setup of a InstancesSortPanel.
InstancesSummaryPanel - Class in adams.gui.tools.wekainvestigator.tab.preprocesstab
This panel just displays relation name, number of instances, and number of attributes.
InstancesSummaryPanel() - Constructor for class adams.gui.tools.wekainvestigator.tab.preprocesstab.InstancesSummaryPanel
Creates the instances panel with no initial instances.
InstancesTable - Class in adams.gui.visualization.instances
Table for displaying Instances objects.
InstancesTable(InstancesTableModel) - Constructor for class adams.gui.visualization.instances.InstancesTable
Initializes the table with the model.
InstancesTable(Instances) - Constructor for class adams.gui.visualization.instances.InstancesTable
Initializes the table with the data.
InstancesTableModel - Class in adams.gui.visualization.instances
The model for the Instances.
InstancesTableModel() - Constructor for class adams.gui.visualization.instances.InstancesTableModel
performs some initialization
InstancesTableModel(Instances) - Constructor for class adams.gui.visualization.instances.InstancesTableModel
initializes the model with the given data
InstancesTablePopupMenuItem - Interface in adams.gui.visualization.instances.instancestable
Ancestor for menu items of popups for the InstancesTable.
InstancesTablePopupMenuItemHelper - Class in adams.gui.visualization.instances.instancestable
Helper class for constructing popup menus for the InstancesTable.
InstancesTablePopupMenuItemHelper() - Constructor for class adams.gui.visualization.instances.instancestable.InstancesTablePopupMenuItemHelper
 
InstancesTablePopupMenuItemHelper.TableState - Class in adams.gui.visualization.instances.instancestable
Container object for the table state used by the popup menu items.
instancesToDMatrix(Instance[]) - Method in class weka.classifiers.trees.XGBoost
Converts a WEKA dataset into a DMatrix (the input type expected by XGBoost).
instancesToTimeseries(Instances) - Method in class weka.classifiers.timeseries.BaselineAdjustedForecaster
Turns Weka Instances into a Timeseries.
InstancesView - Class in adams.ml.data
Provides a view of an Instances object.
InstancesView - Class in weka.core
Presents a view of an Instances object.
InstancesView() - Constructor for class adams.ml.data.InstancesView
Initializes the view with a dummy dataset.
InstancesView(Instances) - Constructor for class adams.ml.data.InstancesView
Initializes the view.
InstancesView(Instances, int[]) - Constructor for class weka.core.InstancesView
Initializes the dataset.
InstancesView(Instances, int, int) - Constructor for class weka.core.InstancesView
Initializes the dataset.
InstancesViewCreator - Interface in adams.data.weka
Interface for classes that generate Weka Instances views.
InstancesViewSupporter - Interface in adams.data.weka
Interface for classes that support Weka Instances views.
InstanceTab - Class in adams.gui.tools.wekainvestigator.tab
Visualizes the selected dataset like the instance explorer.
InstanceTab() - Constructor for class adams.gui.tools.wekainvestigator.tab.InstanceTab
 
InstanceTable - Class in adams.gui.visualization.instance
A specialized table for displaying an Instances object.
InstanceTable(Instances) - Constructor for class adams.gui.visualization.instance.InstanceTable
Initializes the table.
InstanceTableModel - Class in adams.gui.visualization.instance
A generic table model for displaying weka.core.Instances objects.
InstanceTableModel(Instances) - Constructor for class adams.gui.visualization.instance.InstanceTableModel
Initializes the model.
InstanceUtils - Class in adams.data.instance
Utility class for instances.
InstanceUtils() - Constructor for class adams.data.instance.InstanceUtils
 
InstanceView - Class in adams.ml.data
Wrapper around an Instance object.
InstanceView(InstancesView, Instance) - Constructor for class adams.ml.data.InstanceView
Initializes the row view.
InstanceZoomOverviewPaintlet - Class in adams.gui.visualization.instance
Highlights the current zoom in the instance panel.
InstanceZoomOverviewPaintlet() - Constructor for class adams.gui.visualization.instance.InstanceZoomOverviewPaintlet
 
InstanceZoomOverviewPanel - Class in adams.gui.visualization.instance
Panel that shows the zoom in the TIC panel as overlay.
InstanceZoomOverviewPanel() - Constructor for class adams.gui.visualization.instance.InstanceZoomOverviewPanel
 
instantiate(List<Class>) - Static method in class adams.gui.visualization.debug.inspectionhandler.AbstractInspectionHandler
Instantiates the handlers.
instantiate(List<Class>) - Static method in class adams.gui.visualization.debug.objectexport.AbstractObjectExporter
Instantiates the exporters.
instantiate(List<Class>) - Static method in class adams.gui.visualization.debug.objectrenderer.AbstractObjectRenderer
Instantiates the renderers.
INSTANTIATED - Static variable in class adams.core.management.HeapDump
whether the bean has been instantiated.
INSTITUTION - adams.core.TechnicalInformation.Field
The sponsoring institution of a technical report.
InstrumentProvider - Interface in adams.db
Interface for table classes that return instrument names.
INT - adams.core.tags.TagDataType
 
INT - adams.data.conversion.ByteArrayToPrimitiveArray.PrimitiveType
 
IntArrayMatrixView - Class in adams.data.image
Allows a matrix view (2-dim) of an array (1-dim).
IntArrayMatrixView(int[], int, int) - Constructor for class adams.data.image.IntArrayMatrixView
Initializes the matrix view.
IntArrayMatrixView(int, int) - Constructor for class adams.data.image.IntArrayMatrixView
Initializes the matrix view with an empty array.
intArrayToBits(int[], int, int, int) - Static method in class adams.core.discovery.genetic.GeneticHelper
Creates a bit string (0s and 1s) from an integer array.
intArrayToString(int[]) - Method in class adams.opt.genetic.Hermione
Int array of bits to string.
INTEGER - adams.core.PropertiesDataType
 
INTEGER - adams.data.matlab.ArrayElementType
 
INTEGER - adams.flow.source.SQLIdSupplier.Type
integer.
INTEGER - adams.flow.transformer.IncStorageValue.IncrementType
integer increment.
INTEGER - adams.flow.transformer.IncVariable.IncrementType
integer increment.
INTEGER - adams.gui.core.NumberTextField.Type
 
INTEGER - adams.gui.core.PropertiesParameterPanel.PropertyType
integer.
IntegerAnonymizer - Class in adams.data
Anonymizes Integer objects.
IntegerAnonymizer() - Constructor for class adams.data.IntegerAnonymizer
Default constructor.
IntegerAnonymizer(String, int) - Constructor for class adams.data.IntegerAnonymizer
Initializes the anonymizer with a random seed value.
IntegerAnonymizer(String, long, int) - Constructor for class adams.data.IntegerAnonymizer
Initializes the anonymizer.
IntegerEditor - Class in adams.gui.goe
A custom editor for integers.
IntegerEditor() - Constructor for class adams.gui.goe.IntegerEditor
Initializes the editor.
integerIncrementTipText() - Method in class adams.flow.transformer.IncStorageValue
Returns the tip text for this property.
integerIncrementTipText() - Method in class adams.flow.transformer.IncVariable
Returns the tip text for this property.
IntegerOption - Class in adams.core.option
Handles options with Integer arguments.
IntegerOption(OptionManager, String, String, Object, boolean, UserMode) - Constructor for class adams.core.option.IntegerOption
Initializes the option.
IntegerOption(OptionManager, String, String, Object, boolean, Integer, Integer, UserMode) - Constructor for class adams.core.option.IntegerOption
Initializes the option.
IntegerOption(OptionManager, String, String, Object, UserMode) - Constructor for class adams.core.option.IntegerOption
Initializes the option.
IntegerOption(OptionManager, String, String, Object, Integer, Integer, UserMode) - Constructor for class adams.core.option.IntegerOption
Initializes the option.
IntegerRange - Class in adams.flow.source
Outputs the integers defined by the range expression.
IntegerRange() - Constructor for class adams.flow.source.IntegerRange
 
INTERACTION_CANCELED - Static variable in interface adams.flow.core.InteractiveActor
 
InteractionDisplayLocation - Enum in adams.flow.core
Enumeration of possible locations for interactions to be displayed.
InteractionDisplayLocationHelper - Class in adams.flow.core
Helper class for displaying panels in the notification area.
InteractionDisplayLocationHelper() - Constructor for class adams.flow.core.InteractionDisplayLocationHelper
 
InteractionDisplayLocationSupporter - Interface in adams.flow.core
Interface for classes that allow the user to choose where to display their interaction.
InteractionEvent - Class in adams.gui.visualization.image.interactionlogging
Interaction event.
InteractionEvent(InteractionLogManager, Date, String) - Constructor for class adams.gui.visualization.image.interactionlogging.InteractionEvent
Constructs the event.
InteractionEvent(InteractionLogManager, Date, String, Map<String, Object>) - Constructor for class adams.gui.visualization.image.interactionlogging.InteractionEvent
Constructs the event.
InteractionLoggingFilter - Interface in adams.gui.visualization.image.interactionlogging
Interface for classes that filter interaction logging in the ImagePanel.
interactionLoggingFilterTipText() - Method in class adams.flow.transformer.ImageAnnotator
Returns the tip text for this property.
interactionLoggingFilterTipText() - Method in class adams.flow.transformer.ImageLabeler
Returns the tip text for this property.
interactionLoggingFilterTipText() - Method in class adams.flow.transformer.ImageObjectAnnotator
Returns the tip text for this property.
InteractionLoggingSupporter - Interface in adams.gui.visualization.image.interactionlogging
Interface for classes that support logging of interactions in the ImagePanel.
InteractionLogManager - Interface in adams.gui.visualization.image.interactionlogging
Interface for classes that manage interaction logs.
InteractiveActor - Interface in adams.flow.core
Interface for actors that interact with the user.
InteractiveActorTransfer - Class in adams.core.optiontransfer
Transfers options between InteractiveActor objects.
InteractiveActorTransfer() - Constructor for class adams.core.optiontransfer.InteractiveActorTransfer
 
InteractiveActorWithCustomParentComponent - Interface in adams.flow.core
Interface for interactive actors that allow the selection of a custom parent component using a callable actor; instead of just using the outer dialog/frame.
InteractiveProcessor - Interface in adams.flow.processor
Interface for processors that interact with the user.
intercept(String, String, String, String) - Method in class adams.parser.spreadsheetformula.ParserHelper
Calculates the intercept of linear regression for a range of cells.
INTERCEPT - Static variable in interface adams.parser.spreadsheetformula.sym
 
interfaceTipText() - Method in class adams.flow.condition.bool.HasInterface
Returns the tip text for this property.
INTERLEAVEDF32 - adams.data.boofcv.BoofCVImageType
interleaved/multiband float 32 bit
INTERLEAVEDF64 - adams.data.boofcv.BoofCVImageType
interleaved/multiband float 32 bit
INTERLEAVEDS16 - adams.data.boofcv.BoofCVImageType
interleaved/multiband signed 16 bit
INTERLEAVEDS32 - adams.data.boofcv.BoofCVImageType
interleaved/multiband signed 32 bit
INTERLEAVEDS64 - adams.data.boofcv.BoofCVImageType
interleaved/multiband signed 64 bit
INTERLEAVEDS8 - adams.data.boofcv.BoofCVImageType
interleaved/multiband signed 8 bit
INTERLEAVEDU16 - adams.data.boofcv.BoofCVImageType
interleaved/multiband unsigned 16 bit
INTERLEAVEDU8 - adams.data.boofcv.BoofCVImageType
interleaved/multiband unsigned 8 bit
INTERNAL_REPRESENTATION - weka.filters.unsupervised.attribute.NominalToNumeric.ConversionType
 
InternalActorHandler - Interface in adams.flow.core
Interface for actors that wrap an internal actor.
InternalCalendarModel(DateModel<?>) - Constructor for class adams.gui.chooser.DatePanel.InternalCalendarModel
 
internalController - Variable in class adams.gui.chooser.DatePanel
 
InternalController() - Constructor for class adams.gui.chooser.DatePanel.InternalController
 
internalGetExcelDate(Calendar, boolean) - Static method in class adams.core.DateUtils
 
internalModel - Variable in class adams.gui.chooser.DatePanel
 
InternalTableCellRenderer() - Constructor for class adams.gui.chooser.DatePanel.InternalTableCellRenderer
 
internalView - Variable in class adams.gui.chooser.DatePanel
 
InternalView() - Constructor for class adams.gui.chooser.DatePanel.InternalView
 
InternetHelper - Class in adams.core.net
Helper class for internet related stuff.
InternetHelper() - Constructor for class adams.core.net.InternetHelper
 
interpolate(double, double, double, double, double) - Static method in class adams.data.InterpolationUtils
Interpolates the Y value for a given X and the surrounding x/y pairs.
interpolate(double, double, double, double, double, double[]) - Static method in class adams.data.InterpolationUtils
Interpolates the Y value for a given X and the surrounding x/y pairs.
interpolate(double, int, double, int, double) - Method in class weka.filters.unsupervised.attribute.EquiDistance
Returns interpolated value.
interpolate(double, List<TimeseriesPoint>, int) - Method in class adams.data.filter.TimeseriesChangeResolution
Interpolates the value.
interpolate(long, TimeseriesPoint, TimeseriesPoint) - Method in class adams.data.filter.TimeseriesEquiDistance
Returns a TimeseriesPoint with interpolated value.
interpolationTipText() - Method in class adams.data.jai.transformer.Rotate
Returns the tip text for this property.
interpolationTipText() - Method in class adams.data.opencv.transformer.Resize
Returns the tip text for this property.
InterpolationType - Enum in adams.data.opencv
Defines interpolation types.
interpolationTypeTipText() - Method in class adams.data.jai.transformer.Resize
Returns the tip text for this property.
InterpolationUtils - Class in adams.data
Helper class for interpolation.
InterpolationUtils() - Constructor for class adams.data.InterpolationUtils
 
interpretePosition(Instances, String) - Method in class adams.data.instances.AbstractInstanceGenerator
Interpretes the position string based on the given dataset.
INTERQUARTILE - adams.flow.transformer.SpreadSheetAggregate.Aggregate
the interquartile (IQR3 - IQR1).
InterquartileRangeSamp - Class in weka.filters.unsupervised.attribute
A sampling filter for detecting outliers and extreme values based on interquartile ranges.
InterquartileRangeSamp() - Constructor for class weka.filters.unsupervised.attribute.InterquartileRangeSamp
 
InterquartileRangeSamp.IQRs - Class in weka.filters.unsupervised.attribute
Container class for the IQR values.
InterQuartileRangeViewer - Class in adams.gui.tools.previewbrowser
Displays internal values of the InterquartileRange filter.
InterQuartileRangeViewer() - Constructor for class adams.gui.tools.previewbrowser.InterQuartileRangeViewer
 
intersect(Report) - Method in class adams.data.report.Report
Returns the intersection with this Quantitation Report and the provided one.
intersect(Timeseries, Timeseries) - Static method in class adams.data.timeseries.TimeseriesUtils
Returns a timeseries that contains all the points that are in "a" and in "b".
INTERSECT - adams.data.areaoverlap.AreaType
 
INTERSECT - adams.data.objectfinder.MultiObjectFinder.Combination
intersect/and.
INTERSECT - adams.data.spreadsheet.columnfinder.MultiColumnFinder.Combination
intersect/and.
INTERSECT - adams.data.spreadsheet.rowfinder.MultiRowFinder.Combination
intersect/and.
INTERSECT - adams.data.weka.columnfinder.MultiColumnFinder.Combination
intersect/and.
INTERSECT - adams.data.weka.rowfinder.MultiRowFinder.Combination
intersect/and.
INTERSECT - adams.flow.control.removeoutliers.MultiOutlierDetector.Combination
 
IntersectOverUnion - Class in adams.flow.transformer
Computes the Intersect Over Union (IOU) of objects with the specified report from storage.
It stores the highest IOU found (iou_highest) and the total number of iou greater than the specified minimum (iou_count).
If a label key (located object meta-data) has been supplied, then the label of the object with the highest iou gets stored as well (iou_label_highest) and whether the labels match (iou_label_highest_match)

Input/output:
- accepts:
   adams.data.image.AbstractImageContainer
   adams.data.report.Report
   adams.data.report.ReportHandler
- generates:
   adams.data.image.AbstractImageContainer
   adams.data.report.Report
   adams.data.report.ReportHandler


IntersectOverUnion() - Constructor for class adams.flow.transformer.IntersectOverUnion
 
IntersectOverUnionRatio - Class in adams.data.objectoverlap
Computes the Intersect Over Union (IOU) between annotations and predictions.
IntersectOverUnionRatio() - Constructor for class adams.data.objectoverlap.IntersectOverUnionRatio
 
IntervalEstimatorBased - Class in adams.data.weka.evaluator
Uses a classifier that produces confidence intervals.
IntervalEstimatorBased() - Constructor for class adams.data.weka.evaluator.IntervalEstimatorBased
 
IntervalEstimatorBased.SortedInterval - Class in adams.data.weka.evaluator
Helper class for sorting the confidence intervals.
intervalTipText() - Method in class adams.core.io.fileuse.FileSizeChange
Returns the tip text for this property.
intervalTipText() - Method in class adams.data.conversion.WekaForecastContainerToTimeseries
Returns the tip text for this property.
intervalTipText() - Method in class adams.data.filter.TimeseriesChangeResolution
Returns the tip text for this property.
intervalTipText() - Method in class adams.flow.condition.bool.Counting
Returns the tip text for this property.
intervalTipText() - Method in class adams.flow.control.flowrestart.trigger.FileMonitor
Returns the tip text for this property.
intervalTipText() - Method in class adams.flow.control.flowrestart.trigger.MonitorItself
Returns the tip text for this property.
intervalTipText() - Method in class adams.flow.control.Sleep
Returns the tip text for this property.
intervalTipText() - Method in class adams.flow.source.DeQueue
Returns the tip text for this property.
intervalTipText() - Method in class adams.flow.source.Idle
Returns the tip text for this property.
intervalTipText() - Method in class adams.flow.standalone.QueueEvent
Returns the tip text for this property.
intervalTipText() - Method in class adams.flow.template.ProgressInConsole
Returns the tip text for this property.
intervalTipText() - Method in class adams.flow.transformer.SpreadSheetRowBuffer
Returns the tip text for this property.
intervalTipText() - Method in class adams.flow.transformer.WekaInstanceBuffer
Returns the tip text for this property.
intervalTipText() - Method in class adams.flow.transformer.WekaStreamEvaluator
Returns the tip text for this property.
intervalTipText() - Method in class adams.scripting.command.flow.RestartFlow
Returns the tip text for this property.
introspect(Class, boolean, UserMode) - Static method in class adams.core.discovery.IntrospectionHelper
Introspects the specified class.
introspect(Class, UserMode) - Static method in class adams.core.discovery.IntrospectionHelper
Introspects the specified class.
introspect(Object, boolean, UserMode) - Static method in class adams.core.discovery.IntrospectionHelper
Introspects the specified object.
introspect(Object, UserMode) - Static method in class adams.core.discovery.IntrospectionHelper
Introspects the specified object.
IntrospectionContainer() - Constructor for class adams.core.discovery.IntrospectionHelper.IntrospectionContainer
 
IntrospectionHelper - Class in adams.core.discovery
Helper class for introspection.
IntrospectionHelper() - Constructor for class adams.core.discovery.IntrospectionHelper
 
IntrospectionHelper.IntrospectionContainer - Class in adams.core.discovery
Simple container object for storing introspection information.
intToBits(int, int, int, int) - Static method in class adams.core.discovery.genetic.GeneticHelper
Turns an integer into a bitstring (0s and 1s).
IntToByte - Class in adams.data.conversion
Turns an Integer into a Byte.
IntToByte() - Constructor for class adams.data.conversion.IntToByte
 
IntToDouble - Class in adams.data.conversion
Turns an Integer into a Double.
IntToDouble() - Constructor for class adams.data.conversion.IntToDouble
 
IntToHex - Class in adams.data.conversion
Turns an Integer into a hexadecimal string.
IntToHex() - Constructor for class adams.data.conversion.IntToHex
 
IntToLong - Class in adams.data.conversion
Turns an Integer into a Long.
IntToLong() - Constructor for class adams.data.conversion.IntToLong
 
IntToRoman - Class in adams.data.conversion
Converts an integer (1-3999) into a roman numeral string (eg 'MCM').
IntToRoman() - Constructor for class adams.data.conversion.IntToRoman
 
IntToString - Class in adams.data.conversion
Turns an Integer into a String.
Can be optionally formatted using a byte format string.
IntToString() - Constructor for class adams.data.conversion.IntToString
 
intValue() - Method in class adams.core.base.BaseInteger
Returns the int value.
intValue() - Method in class adams.core.base.BaseRectangle
Returns the location as array (x, y, w, h).
INV_END - Static variable in class adams.core.Range
the end string for inversion.
INV_START - Static variable in class adams.core.Range
the start string for inversion.
invalidate() - Method in class adams.gui.visualization.container.AbstractContainer
For invalidating cached data.
invalidate() - Method in class adams.gui.visualization.core.axis.AbstractAxisModel
Invalidates the current setup, calculations necessary for margins, etc.
invalidate() - Method in class adams.gui.visualization.report.ReportContainer
For invalidating cached data.
invalidate() - Method in class adams.gui.wizard.AbstractWizardPage
Invalidates the input on the page.
invalidateColumnWidths() - Method in class adams.gui.visualization.container.ContainerTable
Invalidates the column widths and layout.
invalidatedEditor() - Method in class adams.gui.goe.GenericObjectEditorPanel
Invalidates the GOE editor.
invalidateHashCode() - Method in class weka.core.AbstractHashableInstance
Invalidates the hash code.
invalidateMinMax() - Method in class adams.data.sequence.XYSequence
Invalidates the min/max points.
invalidateMinMax() - Method in class adams.data.timeseries.Timeseries
Invalidates the min/max timeseries points.
invalidateName() - Method in class adams.gui.tools.wekainvestigator.output.AbstractResultItem
Invalidates the name.
invalidateRendering() - Method in class adams.gui.flow.tree.Node
Invalidates the rendering string recursively, forces the tree to redraw itself.
invalidOutlineColorTipText() - Method in class adams.gui.visualization.object.overlay.ObjectAnnotations
Returns the tip text for this property.
invalidOutlinePlotterTipText() - Method in class adams.gui.visualization.object.overlay.ObjectAnnotations
Returns the tip text for this property.
invalidShapeColorTipText() - Method in class adams.gui.visualization.object.overlay.ObjectAnnotations
Returns the tip text for this property.
invalidShapePlotterTipText() - Method in class adams.gui.visualization.object.overlay.ObjectAnnotations
Returns the tip text for this property.
inverse(Instances) - Method in class weka.filters.unsupervised.attribute.FastWavelet
Renames the attributes when using the inverse transform.
INVERSE - adams.data.SplitResultType
the inverse of the split.
inverseCumAccuracyTipText() - Method in class adams.data.distribution.Beta
Returns the tip text for this property.
inverseCumAccuracyTipText() - Method in class adams.data.distribution.ChiSquared
Returns the tip text for this property.
inverseCumAccuracyTipText() - Method in class adams.data.distribution.Exponential
Returns the tip text for this property.
inverseCumAccuracyTipText() - Method in class adams.data.distribution.F
Returns the tip text for this property.
inverseCumAccuracyTipText() - Method in class adams.data.distribution.Gamma
Returns the tip text for this property.
inverseCumAccuracyTipText() - Method in class adams.data.distribution.LogNormal
Returns the tip text for this property.
inverseCumAccuracyTipText() - Method in class adams.data.distribution.T
Returns the tip text for this property.
inverseCumAccuracyTipText() - Method in class adams.data.distribution.Weibull
Returns the tip text for this property.
inverseTransformTipText() - Method in class adams.data.filter.AbstractFastWavelet
Returns the tip text for this property.
inverseTransformTipText() - Method in class adams.data.filter.AbstractFFT
Returns the tip text for this property.
inverseTransformTipText() - Method in class weka.filters.unsupervised.attribute.FastWavelet
Returns the tip text for this property.
inverseTransformTipText() - Method in class weka.filters.unsupervised.attribute.FFT
Returns the tip text for this property.
invert(int[]) - Method in class adams.parser.spreadsheetquery.ParserHelper
Inverts the row finders.
invert(Color) - Static method in class adams.gui.core.ColorHelper
Inverts the color, ie.
Invert - Class in adams.data.jai.transformer
Inverts the image.
Invert - Class in adams.data.objectfinder
Inverts the indices of the base object finder.
Invert - Class in adams.data.spreadsheet.columnfinder
Inverts the selected columns of the provided sub-column-filter.
Invert - Class in adams.data.spreadsheet.rowfinder
Inverts the selected rows of the provided sub-row-filter.
Invert - Class in adams.data.weka.columnfinder
Inverts the selected columns of the provided sub-column-filter.
Invert - Class in adams.data.weka.rowfinder
Inverts the selected rows of the provided sub-row-filter.
Invert - Class in adams.flow.core.actorfilter
Inverts the matching sense of the base filter.
Invert - Class in adams.gui.visualization.segmentation.layer.overlaylayeraction
Inverts background and foreground.
Invert() - Constructor for class adams.data.jai.transformer.Invert
 
Invert() - Constructor for class adams.data.objectfinder.Invert
 
Invert() - Constructor for class adams.data.spreadsheet.columnfinder.Invert
 
Invert() - Constructor for class adams.data.spreadsheet.rowfinder.Invert
 
Invert() - Constructor for class adams.data.weka.columnfinder.Invert
 
Invert() - Constructor for class adams.data.weka.rowfinder.Invert
 
Invert() - Constructor for class adams.gui.visualization.segmentation.layer.overlaylayeraction.Invert
 
Invert(ActorFilter) - Constructor for class adams.flow.core.actorfilter.Invert
Initializes the filter.
INVERT - Static variable in class weka.core.tokenizers.cleaners.RemoveNonWordCharTokens
 
INVERT - Static variable in class weka.filters.unsupervised.instance.RemoveWithLabels
 
INVERT_SELECTION - Static variable in class weka.filters.unsupervised.instance.KennardStone
 
invertChecked() - Method in class adams.gui.core.CheckableTableModel
Inverts the checked state.
InvertedStringLengthComparator() - Constructor for class adams.core.AbstractDataBackedRange.InvertedStringLengthComparator
 
InvertedStringLengthComparator() - Constructor for class adams.core.AbstractDataBackedUnorderedRange.InvertedStringLengthComparator
 
Inverter - Class in adams.data.boofcv.transformer
Takes a binary image in the BoofCV Unsigned Int 8 format and inverts each pixel.
Inverter() - Constructor for class adams.data.boofcv.transformer.Inverter
 
InvertInstancesColumnFinder - Class in adams.gui.goe.popupmenu
Encloses a Instances ColumnFinder in Invert.
InvertInstancesColumnFinder() - Constructor for class adams.gui.goe.popupmenu.InvertInstancesColumnFinder
 
InvertInstancesRowFinder - Class in adams.gui.goe.popupmenu
Encloses a Instances RowFinder in Invert.
InvertInstancesRowFinder() - Constructor for class adams.gui.goe.popupmenu.InvertInstancesRowFinder
 
invertLayers() - Method in class adams.gui.visualization.segmentation.layer.LayerManager
Inverts the visibility state of all layers (excl image/background).
invertMatchingSenseTipText() - Method in class adams.flow.transformer.SpreadSheetMerge
Returns the tip text for this property.
invertMatchingSenseTipText() - Method in class adams.flow.transformer.WekaInstancesMerge
Returns the tip text for this property.
invertMatchingTipText() - Method in class adams.core.discovery.AbstractDiscoveryHandler
Returns the tip text for this property.
invertMatchingTipText() - Method in class adams.data.report.RemoveByDataType
Returns the tip text for this property.
invertMatchingTipText() - Method in class adams.data.report.RemoveByName
Returns the tip text for this property.
invertMatchingTipText() - Method in class adams.flow.transformer.AbstractMultiDecompress
Returns the tip text for this property.
invertMatchingTipText() - Method in class adams.flow.transformer.SpreadSheetColumnsByName
Returns the tip text for this property.
invertMatchingTipText() - Method in class adams.flow.transformer.StringSanitizer
Returns the tip text for this property.
invertRowSelection() - Method in class adams.gui.core.BaseTable
Inverts the selected rows.
invertSelection() - Method in class adams.gui.core.BaseList
Inverts the current selection.
invertSelection() - Method in class adams.gui.core.BaseListWithButtons
Inverts the current selection.
invertSelection() - Method in class adams.gui.core.BaseTable
Inverts the selection.
invertSelection() - Method in class adams.gui.core.SortableAndSearchableTableWithButtons
Inverts the selection.
invertSelectionTipText() - Method in class weka.filters.unsupervised.instance.KennardStone
Returns the tip text for this property.
invertSelectionTipText() - Method in class weka.filters.unsupervised.instance.SafeRemoveRange
Returns the tip text for this property.
InvertSpreadSheetColumnFinder - Class in adams.gui.goe.popupmenu
Encloses a SpreadSheet ColumnFinder in Invert.
InvertSpreadSheetColumnFinder() - Constructor for class adams.gui.goe.popupmenu.InvertSpreadSheetColumnFinder
 
InvertSpreadSheetRowFinder - Class in adams.gui.goe.popupmenu
Encloses a SpreadSheet RowFinder in Invert.
InvertSpreadSheetRowFinder() - Constructor for class adams.gui.goe.popupmenu.InvertSpreadSheetRowFinder
 
invertTipText() - Method in class adams.core.command.output.LineSplit
Returns the tip text for this property.
invertTipText() - Method in class adams.data.filter.RemoveNoise
Returns the tip text for this property.
invertTipText() - Method in class adams.data.filter.TimeseriesWindow
Returns the tip text for this property.
invertTipText() - Method in class adams.data.image.transformer.crop.BinaryCrop
Returns the tip text for this property.
invertTipText() - Method in class adams.data.outlier.StringMatcher
Returns the tip text for this property.
invertTipText() - Method in class adams.data.spreadsheet.columnfinder.SubSample
Returns the tip text for this property.
invertTipText() - Method in class adams.data.spreadsheet.rowfinder.SubSample
Returns the tip text for this property.
invertTipText() - Method in class adams.flow.condition.bool.AbstractAttributeCapabilities
Returns the tip text for this property.
invertTipText() - Method in class adams.flow.sink.sequenceplotter.ByNameErrorPaintlet
Returns the tip text for this property.
invertTipText() - Method in class adams.flow.sink.sequenceplotter.ByNameMarkerPaintlet
Returns the tip text for this property.
invertTipText() - Method in class adams.flow.source.AbstractListTables
Returns the tip text for this property.
invertTipText() - Method in class adams.flow.source.DumpStorage
Returns the tip text for this property.
invertTipText() - Method in class adams.flow.source.DumpVariables
Returns the tip text for this property.
invertTipText() - Method in class adams.flow.source.ListCallableActors
Returns the tip text for this property.
invertTipText() - Method in class adams.flow.source.ListEnvironmentVariables
Returns the tip text for this property.
invertTipText() - Method in class adams.flow.source.ListStorageNames
Returns the tip text for this property.
invertTipText() - Method in class adams.flow.source.ListSystemProperties
Returns the tip text for this property.
invertTipText() - Method in class adams.flow.source.ListVariables
Returns the tip text for this property.
invertTipText() - Method in class adams.flow.transformer.mapfilter.RemoveByName
Returns the tip text for this property.
invertTipText() - Method in class adams.flow.transformer.multispreadsheetoperation.CommonIDs
Returns the tip text for this property.
invertTipText() - Method in class adams.flow.transformer.SpreadSheetCommonIDs
Returns the tip text for this property.
invertTipText() - Method in class adams.flow.transformer.StringMatcher
Returns the tip text for this property.
invertTipText() - Method in class adams.flow.transformer.WekaMultiLabelSplitter
Returns the tip text for this property.
invertTipText() - Method in class adams.flow.transformer.WekaRegexToRange
Returns the tip text for this property.
invertTipText() - Method in class adams.gui.visualization.image.interactionlogging.IDFilter
Returns the tip text for this property.
invertTipText() - Method in class adams.gui.visualization.sequence.ByNamePaintlet
Returns the tip text for this property.
invertTipText() - Method in class adams.tools.DropTables
Returns the tip text for this property.
invertTipText() - Method in class adams.tools.TruncateTables
Returns the tip text for this property.
invertTipText() - Method in class weka.core.tokenizers.cleaners.RemoveNonWordCharTokens
Returns the tip text for this property.
invertTipText() - Method in class weka.filters.unsupervised.attribute.AbstractColumnFinderApplier
Returns the tip text for this property.
invertTipText() - Method in class weka.filters.unsupervised.instance.AbstractRowFinderApplier
Returns the tip text for this property.
invertTipText() - Method in class weka.filters.unsupervised.instance.RemoveMisclassifiedAbs
Returns the tip text for this property
invertTipText() - Method in class weka.filters.unsupervised.instance.RemoveMisclassifiedRel
Returns the tip text for this property
invertTipText() - Method in class weka.filters.unsupervised.instance.RemoveTestInstances
Returns the tip text for this property.
invertTipText() - Method in class weka.filters.unsupervised.instance.RemoveWithLabels
Returns the tip text for this property.
InvestigatorAsNewDataset - Class in adams.gui.visualization.instances.instancestable
Allows the user to add the selected rows as new dataset in the Investigator.
InvestigatorAsNewDataset() - Constructor for class adams.gui.visualization.instances.instancestable.InvestigatorAsNewDataset
 
InvestigatorJob - Class in adams.gui.tools.wekainvestigator.job
For running jobs in the InvestigatorPanel.
InvestigatorJob(InvestigatorPanel, String) - Constructor for class adams.gui.tools.wekainvestigator.job.InvestigatorJob
Initializes the job.
InvestigatorManagerPanel - Class in adams.gui.tools.wekainvestigator
Manages multiple sessions of the Investigator.
InvestigatorManagerPanel() - Constructor for class adams.gui.tools.wekainvestigator.InvestigatorManagerPanel
 
InvestigatorPanel - Class in adams.gui.tools.wekainvestigator
The main panel for the Investigator.
InvestigatorPanel() - Constructor for class adams.gui.tools.wekainvestigator.InvestigatorPanel
 
InvestigatorTabbedPane - Class in adams.gui.tools.wekainvestigator.tab
Tabbed pane for managing the tabs of the Investigator.
InvestigatorTabbedPane(InvestigatorPanel) - Constructor for class adams.gui.tools.wekainvestigator.tab.InvestigatorTabbedPane
Initializes the tabbed pane.
InvestigatorTabJob - Class in adams.gui.tools.wekainvestigator.job
For running jobs in a AbstractInvestigatorTab.
InvestigatorTabJob(AbstractInvestigatorTab, String) - Constructor for class adams.gui.tools.wekainvestigator.job.InvestigatorTabJob
Initializes the job.
InvestigatorTabRunnableJob - Class in adams.gui.tools.wekainvestigator.job
For executing Runnable's in a AbstractInvestigatorTab.
InvestigatorTabRunnableJob(AbstractInvestigatorTab, Runnable) - Constructor for class adams.gui.tools.wekainvestigator.job.InvestigatorTabRunnableJob
Initializes the job.
InvestigatorWorkspaceHelper - Class in adams.gui.tools.wekainvestigator
Helper class for Weka Investigator workspaces.
InvestigatorWorkspaceHelper() - Constructor for class adams.gui.tools.wekainvestigator.InvestigatorWorkspaceHelper
 
InvestigatorWorkspaceList - Class in adams.gui.tools.wekainvestigator
Lists the sessions.
InvestigatorWorkspaceList() - Constructor for class adams.gui.tools.wekainvestigator.InvestigatorWorkspaceList
 
Invisible - Class in adams.gui.scripting
Action parameters:
Invisible() - Constructor for class adams.gui.scripting.Invisible
 
INVISIBLE - adams.gui.visualization.core.axis.Visibility
invisible.
invoke(Object, String, Class[], Object[]) - Method in class adams.core.scripting.AbstractScriptingHandler
Executes the specified method on the current interpreter and returns the result, if any.
invoke(Object, String, Class[], Object[]) - Method in class adams.core.scripting.Dummy
Executes the specified method on the current interpreter and returns the result, if any.
invoke(Object, String, Class[], Object[]) - Method in class adams.core.scripting.Groovy
executes the specified method and returns the result, if any.
invoke(Object, String, Class[], Object[]) - Method in class adams.core.scripting.GroovyHandler
Executes the specified method on the current interpreter and returns the result, if any.
invoke(String, Class[], Object[]) - Method in class adams.core.scripting.Groovy
executes the specified method on the current interpreter and returns the result, if any.
IOU_COUNT - Static variable in class adams.data.objectoverlap.IntersectOverUnionRatio
the IOU count.
IOU_LABEL_HIGHEST - Static variable in class adams.data.objectoverlap.IntersectOverUnionRatio
the label of the highest IOU.
IOU_LABEL_HIGHEST_MATCH - Static variable in class adams.data.objectoverlap.IntersectOverUnionRatio
whether the labels of the highest IOU match.
IOU_PERCENTAGE_HIGHEST - Static variable in class adams.data.objectoverlap.IntersectOverUnionRatio
the highest IOU percentage.
IPTipText() - Method in class adams.db.LogEntryConditions
Returns the tip text for this property.
ipv4TipText() - Method in class adams.flow.source.RSync
 
ipv6TipText() - Method in class adams.flow.source.RSync
 
iqr(double[]) - Static method in class adams.data.statistics.StatUtils
Returns the iqr of the given array.
iqr(int[]) - Static method in class adams.data.statistics.StatUtils
Returns the iqr of the given array.
iqr(Number[]) - Static method in class adams.data.statistics.StatUtils
Returns the interquartile of the given array.
IQR - Class in adams.data.spreadsheet.colstatistic
Calculates the IQR (interquartile range) for a numeric column.
IQR - Class in adams.data.spreadsheet.rowstatistic
Calculates the IQR (interquartile range) for a numeric row.
IQR - Class in adams.flow.control.removeoutliers
Interquartile range based detector.
If difference between actual/predicted is more than the factor of standard deviations away from the quartial 0.25/0.75, then the point gets flagged as outlier.
IQR - Static variable in interface adams.parser.spreadsheetquery.sym
 
IQR() - Constructor for class adams.data.spreadsheet.colstatistic.IQR
 
IQR() - Constructor for class adams.data.spreadsheet.rowstatistic.IQR
 
IQR() - Constructor for class adams.flow.control.removeoutliers.IQR
 
IQRs(double, double, double, double) - Constructor for class weka.filters.unsupervised.attribute.InterquartileRangeSamp.IQRs
 
iqrTipText() - Method in class adams.data.weka.rowfinder.FilteredIQR
Returns the tip text for this property.
IR_PRECISION - adams.flow.core.EvaluationStatistic
 
IR_PRECISION - adams.flow.core.ExperimentStatistic
 
IR_RECALL - adams.flow.core.EvaluationStatistic
 
IR_RECALL - adams.flow.core.ExperimentStatistic
 
IS - Static variable in interface adams.parser.actorsuggestion.sym
 
IS - Static variable in interface adams.parser.externalactorsuggestion.sym
 
IS - Static variable in interface adams.parser.spreadsheetquery.sym
 
IS - Static variable in interface adams.parser.templatesuggestion.sym
 
IS_DIRECTORY - adams.flow.transformer.FileInfo.InfoType
whether the path represents a directory.
IS_EXECUTABLE - adams.flow.transformer.FileInfo.InfoType
whether executable.
IS_FILE - adams.flow.transformer.FileInfo.InfoType
whether the path representts a file.
IS_HEADLESS - Static variable in class adams.flow.core.ActorUtils
the variable for the headless flag.
IS_HIDDEN - adams.flow.transformer.FileInfo.InfoType
whether the file is hidden.
IS_READABLE - adams.flow.transformer.FileInfo.InfoType
whether file is readable.
IS_WRITEABLE - adams.flow.transformer.FileInfo.InfoType
whether file is writeable.
isAbsolute() - Method in class adams.core.io.PlaceholderFile
Tests whether this abstract pathname is absolute.
isAbstaining(Instance) - Method in class weka.classifiers.meta.ConsensusOrVote
Determines whether to abstain from the prediction.
isAcceptAllFileFilterUsed() - Method in interface adams.gui.chooser.FileChooser
Returns whether the AcceptAll FileFilter is used.
isAcceptAllFileFilterUsed() - Method in class adams.gui.chooser.FileChooserPanel
Returns whether the "accept all files" filter is used.
isActionEnabled(Object) - Method in class adams.gui.flow.tree.keyboardaction.ActionQuickSearch
Checks whether the action is enabled.
isActive() - Method in class adams.gui.visualization.segmentation.layer.OverlayLayer
Returns the active state of the layer.
isActiveFlowAt(int) - Method in class adams.gui.flow.FlowMultiPagePane
Checks whether the flow at the given position is the active one.
isActorHandler(Actor) - Static method in class adams.flow.core.ActorUtils
Checks whether this actor is an actor handler.
isAfter(Date, Date) - Static method in class adams.core.DateUtils
Returns whether the "check" date is after the "base" date.
isAllFilter(ExtensionFileFilter) - Static method in class adams.gui.chooser.AbstractExtensionFileFilterFileChooser
Checks whether the filter uses "*.*".
isAllRange() - Method in class adams.core.Range
Returns whether the range encompasses all.
isAllRange() - Method in class adams.core.UnorderedRange
Returns whether the range encompasses all.
isAltDown(int) - Static method in class adams.gui.core.KeyUtils
Returns whether the ALT key is down.
isAndroid() - Static method in class adams.core.management.OS
Checks whether the operating system is Android.
IsAndroid - Class in adams.flow.condition.bool
Evaluates to 'true' if the operating system is Android.
IsAndroid() - Constructor for class adams.flow.condition.bool.IsAndroid
 
isAntiAliasingEnabled() - Method in class adams.flow.sink.ActualVsPredictedPlot
Returns whether anti-aliasing is used.
isAntiAliasingEnabled() - Method in class adams.flow.sink.controlchartplot.ChartPaintlet
Returns whether anti-aliasing is used.
isAntiAliasingEnabled() - Method in class adams.flow.sink.controlchartplot.LimitPaintlet
Returns whether anti-aliasing is used.
isAntiAliasingEnabled() - Method in class adams.flow.sink.sequenceplotter.OutlierPaintlet
Returns whether anti-aliasing is used.
isAntiAliasingEnabled() - Method in class adams.flow.transformer.draw.AbstractColorStrokeDrawOperation
Returns whether anti-aliasing is used.
isAntiAliasingEnabled() - Method in interface adams.flow.transformer.draw.AntiAliasingDrawOperation
Returns whether anti-aliasing is used.
isAntiAliasingEnabled() - Method in class adams.flow.transformer.draw.Text
Returns whether anti-aliasing is used.
isAntiAliasingEnabled() - Method in interface adams.gui.core.AntiAliasingSupporter
Returns whether anti-aliasing is used.
isAntiAliasingEnabled() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.ClassifierErrors
Returns whether anti-aliasing is used.
isAntiAliasingEnabled() - Method in class adams.gui.visualization.instance.InstanceLinePaintlet
Returns whether anti-aliasing is used.
isAntiAliasingEnabled() - Method in class adams.gui.visualization.instance.InstancePanel
Returns whether anti-aliasing is used.
isAntiAliasingEnabled() - Method in class adams.gui.visualization.instance.SimpleInstanceLinePaintlet
Returns whether anti-aliasing is used.
isAntiAliasingEnabled() - Method in class adams.gui.visualization.sequence.CirclePaintlet
Returns whether anti-aliasing is used.
isAntiAliasingEnabled() - Method in class adams.gui.visualization.sequence.CrossPaintlet
Returns whether anti-aliasing is used.
isAntiAliasingEnabled() - Method in class adams.gui.visualization.sequence.DiagonalOverlayPaintlet
Returns whether anti-aliasing is used.
isAntiAliasingEnabled() - Method in class adams.gui.visualization.sequence.KendallTheilOverlayPaintlet
Returns whether anti-aliasing is used.
isAntiAliasingEnabled() - Method in class adams.gui.visualization.sequence.LinearRegressionOverlayPaintlet
Returns whether anti-aliasing is used.
isAntiAliasingEnabled() - Method in class adams.gui.visualization.sequence.LinePaintlet
Returns whether anti-aliasing is used.
isAntiAliasingEnabled() - Method in class adams.gui.visualization.sequence.LOWESSOverlayPaintlet
Returns whether anti-aliasing is used.
isAntiAliasingEnabled() - Method in class adams.gui.visualization.sequence.MetaDataValuePaintlet
Returns whether anti-aliasing is used.
isAntiAliasingEnabled() - Method in class adams.gui.visualization.sequence.SquarePaintlet
Returns whether anti-aliasing is used.
isAntiAliasingEnabled() - Method in class adams.gui.visualization.sequence.StraightLineOverlayPaintlet
Returns whether anti-aliasing is used.
isAntiAliasingEnabled() - Method in class adams.gui.visualization.sequence.TrianglePaintlet
Returns whether anti-aliasing is used.
isAntiAliasingEnabled() - Method in class adams.gui.visualization.sequence.XYSequencePanel
Returns whether anti-aliasing is used.
isAntiAliasingEnabled() - Method in class adams.gui.visualization.spreadsheet.SimpleSpreadSheetRowLinePaintlet
Returns whether anti-aliasing is used.
isAntiAliasingEnabled() - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowLinePaintlet
Returns whether anti-aliasing is used.
isAntiAliasingEnabled() - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowPanel
Returns whether anti-aliasing is used.
isAntiAliasingEnabled() - Method in class adams.gui.visualization.stats.paintlet.AbstractProbabilityPaintlet
Returns whether anti-aliasing is used.
isAntiAliasingEnabled() - Method in class adams.gui.visualization.stats.paintlet.AbstractScatterPlotPaintlet
Returns whether anti-aliasing is used.
isAntiAliasingEnabled() - Method in class adams.gui.visualization.stats.paintlet.AbstractZScorePaintlet
Returns whether anti-aliasing is used.
isAntiAliasingEnabled() - Method in class adams.gui.visualization.stats.paintlet.DiagonalPaintlet
Returns whether anti-aliasing is used.
isAntiAliasingEnabled() - Method in class adams.gui.visualization.stats.paintlet.LowessPaintlet
Returns whether anti-aliasing is used.
isAntiAliasingEnabled() - Method in class adams.gui.visualization.stats.paintlet.VsFitPaintlet
Returns whether anti-aliasing is used.
isAntiAliasingEnabled() - Method in class adams.gui.visualization.stats.paintlet.VsOrderPaintlet
Returns whether anti-aliasing is used.
isAntiAliasingEnabled() - Method in class adams.gui.visualization.timeseries.TimeseriesPaintlet
Returns whether anti-aliasing is used.
isAntiAliasingEnabled() - Method in class adams.gui.visualization.timeseries.TimeseriesPanel
Returns whether anti-aliasing is used.
isAnyClassAttribute(List<AbstractMerge.SourceAttribute>) - Method in class adams.flow.transformer.wekadatasetsmerge.AbstractMerge
Checks if any of the source attributes in the given list is a class attribute.
isAnyClassColumn(List<AbstractMerge.SourceColumn>) - Method in class adams.flow.transformer.spreadsheetmethodmerge.AbstractMerge
Checks if any of the source columns in the given list is a class column.
isAnyColumnFiltered() - Method in class adams.gui.core.SortableAndSearchableTable
Returns whether there is at least one filter active.
isAnyColumnFiltered() - Method in class adams.gui.core.SortableAndSearchableWrapperTableModel
Returns whether there is at least one filter active.
isAnyColumnFiltered() - Method in interface adams.gui.core.TableModelWithColumnFilters
Returns whether there is at least one filter active.
isAnyColumnFiltered() - Method in interface adams.gui.core.TableWithColumnFilters
Returns whether there is at least one filter active.
isAnyDateType() - Method in interface adams.data.spreadsheet.Cell
Checks whether the cell represents a date, time or date/time value.
isAnyDateType() - Method in class adams.data.spreadsheet.CellView
Checks whether the cell represents a date, time or date/time value.
isAnyDateType() - Method in class adams.data.spreadsheet.DoubleCell
Checks whether the cell represents a date, time or date/time value.
isAnyDateType() - Method in class adams.data.spreadsheet.FloatCell
Checks whether the cell represents a date, time or date/time value.
isAnyDateType() - Method in class adams.ml.data.DataCellView
Checks whether the cell represents a date, time or date/time value.
isAnyPaused() - Method in class adams.gui.flow.FlowEditorPanel
Returns whether any flow is currently paused.
isAnyRunning() - Method in class adams.gui.flow.FlowEditorPanel
Returns whether any flow is currently running.
isAnyStopping() - Method in class adams.gui.flow.FlowEditorPanel
Returns whether any flow is currently stopping.
isAnySwingWorkerRunning() - Method in class adams.gui.flow.FlowEditorPanel
Returns whether any swing worker is currently running.
isAppend() - Method in class adams.flow.source.RSync
 
isAppending() - Method in class adams.data.io.output.AccessSpreadSheetWriter
Returns whether the next spreadsheet will get appended.
isAppending() - Method in interface adams.data.io.output.AppendableSpreadSheetWriter
Returns whether the next spreadsheet will get appended.
isAppending() - Method in class adams.data.io.output.CsvSpreadSheetWriter
Returns whether the next spreadsheet will get appended.
isAppending() - Method in class adams.data.io.output.SqlDumpSpreadSheetWriter
Returns whether the next spreadsheet will get appended.
isAppendVerify() - Method in class adams.flow.source.RSync
 
isApplicable(ReportFactory.Table, int[], AbstractField[], String[]) - Method in class adams.gui.visualization.report.reportfactory.CopyFieldName
Checks whether the action is applicable and should be added to the popup menu.
isApplicable(ReportFactory.Table, int[], AbstractField[], String[]) - Method in class adams.gui.visualization.report.reportfactory.CopyFieldValue
Checks whether the action is applicable and should be added to the popup menu.
isApplicable(ReportFactory.Table, int[], AbstractField[], String[]) - Method in class adams.gui.visualization.report.reportfactory.DatabaseRemoveField
Checks whether the action is applicable and should be added to the popup menu.
isApplicable(ReportFactory.Table, int[], AbstractField[], String[]) - Method in interface adams.gui.visualization.report.reportfactory.MultiSelectionTableAction
Checks whether the action is applicable and should be added to the popup menu.
isApplicable(ReportFactory.Table, int[], AbstractField[], String[]) - Method in class adams.gui.visualization.report.reportfactory.RemoveField
Checks whether the action is applicable and should be added to the popup menu.
isApplicable(ReportFactory.Table, int, AbstractField, String) - Method in class adams.gui.visualization.report.reportfactory.AbstractTableAction
Checks whether the action is applicable and should be added to the popup menu.
isApplicable(ReportFactory.Table, int, AbstractField, String) - Method in class adams.gui.visualization.report.reportfactory.AbstractTableActionWithDatabaseAccess
Checks whether the action is applicable and should be added to the popup menu.
isApplicable(ReportFactory.Table, int, AbstractField, String) - Method in class adams.gui.visualization.report.reportfactory.AbstractTableActionWithDataContainerPanel
Checks whether the action is applicable and should be added to the popup menu.
isApplicable(ReportFactory.Table, int, AbstractField, String) - Method in class adams.gui.visualization.report.reportfactory.AddField
Checks whether the action is applicable and should be added to the popup menu.
isApplicable(ReportFactory.Table, int, AbstractField, String) - Method in class adams.gui.visualization.report.reportfactory.CopyFieldName
Checks whether the action is applicable and should be added to the popup menu.
isApplicable(ReportFactory.Table, int, AbstractField, String) - Method in class adams.gui.visualization.report.reportfactory.CopyFieldValue
Checks whether the action is applicable and should be added to the popup menu.
isApplicable(ReportFactory.Table, int, AbstractField, String) - Method in class adams.gui.visualization.report.reportfactory.DatabaseModifyValue
Checks whether the action is applicable and should be added to the popup menu.
isApplicable(ReportFactory.Table, int, AbstractField, String) - Method in class adams.gui.visualization.report.reportfactory.ModifyValue
Checks whether the action is applicable and should be added to the popup menu.
isApplicable(ReportFactory.Table, int, AbstractField, String) - Method in class adams.gui.visualization.report.reportfactory.PrintReport
Checks whether the action is applicable and should be added to the popup menu.
isApplicable(ReportFactory.Table, int, AbstractField, String) - Method in class adams.gui.visualization.report.reportfactory.RemoveField
Checks whether the action is applicable and should be added to the popup menu.
isApplicable(ReportFactory.Table, int, AbstractField, String) - Method in class adams.gui.visualization.report.reportfactory.SaveReport
Checks whether the action is applicable and should be added to the popup menu.
isApplicable(ReportFactory.Table, int, AbstractField, String) - Method in class adams.gui.visualization.report.reportfactory.Separator
Checks whether the action is applicable and should be added to the popup menu.
isApplicable(ReportFactory.Table, int, AbstractField, String) - Method in class adams.gui.visualization.report.reportfactory.ViewValue
Checks whether the action is applicable and should be added to the popup menu.
isApproveEnabled() - Method in class adams.gui.dialog.ApprovalDialog
Returns the enabled state of the approve button.
isApproveVisible() - Method in class adams.gui.dialog.ApprovalDialog
Returns the visibility of the approve button.
isApproxEqual(double, double) - Static method in class edu.umbc.cs.maple.utils.MathUtils
Determines whether two numbers are approximately equal according to the machine precision.
isApproxEqual(double, double, double) - Static method in class edu.umbc.cs.maple.utils.MathUtils
Determines whether two numbers are approximately equal according to the precision.
isArchive() - Method in class adams.flow.source.RSync
 
isArchive() - Method in class adams.flow.source.SimpleRSync
 
isArchiveFilesListVisible() - Method in class adams.gui.tools.PreviewBrowserPanel
Returns whether the archive files are visible.
isArm64() - Static method in class adams.core.management.OS
Checks whether the architecture is arm64.
IsArm64 - Class in adams.flow.condition.bool
Evaluates to 'true' if the system architecture is Arm64.
IsArm64() - Constructor for class adams.flow.condition.bool.IsArm64
 
isArray() - Method in class adams.flow.core.Token
Checks whether the payload is not null and an array.
isArray() - Method in class adams.gui.goe.Favorites.Favorite
Returns whether the command-line represents an array.
isArray() - Method in class adams.gui.tools.FavoritesManagementPanel.FavoritesListModel
Returns whether this is for arrays.
isArray() - Method in class adams.gui.visualization.debug.objecttree.Node
Returns whether the stored object is an array.
IsArray - Class in adams.flow.condition.bool
Evaluates to 'true' if the object passing through represents an array.
IsArray() - Constructor for class adams.flow.condition.bool.IsArray
 
isAscending() - Method in class adams.data.container.DataPointComparator
Returns whether the ordering is done in ascending or descending manner.
isAscending() - Method in class adams.gui.core.SortableAndSearchableTable
Returns whether sorting is ascending or not.
isAscending() - Method in class adams.gui.core.SortableAndSearchableWrapperTableModel
Returns whether sorting is ascending or not.
isAscending() - Method in interface adams.gui.core.SortableTable
Returns whether sorting is ascending or not.
isAscending() - Method in interface adams.gui.core.SortableTableModel
Returns whether sorting is ascending or not.
isAscending() - Method in class adams.gui.tools.spreadsheetviewer.SortDefinitionPanel
Returns whether ascending or descending is used.
isAscending() - Method in class adams.gui.visualization.instances.instancestable.InstancesSortDefinitionPanel
Returns whether ascending or descending is used.
isAsynchronous() - Method in class adams.gui.action.AbstractBaseAction
Returns whether to launch the menu item asynchronously using a swingworker.
isAsynchronous() - Method in interface adams.gui.action.BaseAction
Returns whether to launch the menu item asynchronously using a swingworker.
isAtLeast(Logger, Level) - Static method in class adams.core.logging.LoggingHelper
Checks whether the logger has at least the specified level set.
isAtLeast(UserMode, UserMode) - Static method in enum adams.core.option.UserMode
Checks whether the given user mode is at least the specified minimum.
isAtLeast(Level) - Method in enum adams.core.logging.LoggingLevel
Checks whether the level meets the minimum.
isAtLeast(Level, Level) - Static method in class adams.core.logging.LoggingHelper
Checks whether the level meets the minimum.
isAtMost(Logger, Level) - Static method in class adams.core.logging.LoggingHelper
Checks whether the logger has at most the specified level set.
isAtMost(Level) - Method in enum adams.core.logging.LoggingLevel
Checks whether the level meets the maximum.
isAtMost(Level, Level) - Static method in class adams.core.logging.LoggingHelper
Checks whether the level is at most the specified maximum level.
isAutomaticUndoEnabled() - Method in class adams.gui.visualization.segmentation.SegmentationPanel
Returns whether automatic undos are enabled.
isAutomaticUndoEnabled() - Method in class adams.gui.visualization.segmentation.tool.AbstractTool
Returns whether automatic undo is enabled.
isAutomaticUndoEnabled() - Method in interface adams.gui.visualization.segmentation.tool.Tool
Returns whether automatic undo is enabled.
isAutoSave() - Method in class adams.gui.goe.Favorites
Returns whether the favorites get immediately saved whenever modified.
isAutoSave() - Method in class adams.gui.tools.previewbrowser.ContentHandlerFavorites
Returns whether the favorites get immediately saved whenever modified.
isAvailable() - Static method in class adams.core.management.JConsole
Checks whether jconsole is available at all.
isAvailable() - Static method in class adams.core.management.JDeps
Checks whether jdeps is available at all.
isAvailable() - Static method in class adams.core.management.JMap
Checks whether jmap is available at all.
isAvailable() - Static method in class adams.core.management.JVisualVM
Checks whether jvisualvm is available at all.
isAvailable() - Static method in class adams.core.management.Keytool
Checks whether keytool is available at all.
isAvailable() - Method in class adams.data.io.input.AbstractAdamsExperimentReader
Returns whether the reader is actually available.
isAvailable() - Method in class adams.data.io.input.AbstractImageReader
Returns whether the reader is actually available.
isAvailable() - Method in class adams.data.io.input.AbstractObjectReader
Returns whether the reader is actually available.
isAvailable() - Method in interface adams.data.io.input.ImageReader
Returns whether the reader is actually available.
isAvailable() - Method in class adams.data.io.output.AbstractAdamsExperimentWriter
Returns whether the writer is actually available.
isAvailable() - Method in class adams.data.io.output.AbstractImageWriter
Returns whether the writer is actually available.
isAvailable() - Method in class adams.data.io.output.AbstractObjectWriter
Returns whether the writer is actually available.
isAvailable() - Method in interface adams.data.io.output.ImageWriter
Returns whether the writer is actually available.
isAvailable() - Static method in class adams.data.opencv.OpenCVHelper
Checks whether OpenCV is available.
isAvailable() - Method in class adams.gui.application.AbstractMenuItemDefinition
Returns whether the menu item is available.
isAvailable() - Method in class adams.gui.laf.AbstractFlatLaf
Checks whether the look and feel is available.
isAvailable() - Method in class adams.gui.laf.AbstractLookAndFeel
Checks whether the look and feel is available.
isAvailable() - Method in class adams.gui.laf.AbstractSimpleLookAndFeel
Checks whether the look and feel is available.
isAvailable() - Method in class adams.gui.laf.GTK
Checks whether the look and feel is available.
isAvailable() - Method in class adams.gui.laf.Windows
Checks whether the look and feel is available.
isAvailable() - Method in class adams.gui.menu.SendErrorReport
Returns whether the menu item is available.
isAvailable() - Method in class adams.gui.menu.SpreadSheetExplorer
Returns whether the menu item is available.
isAvailable(int) - Method in class adams.core.net.PortManager
Checks whether the specified port is already in use.
isAvailable(InstancesTablePopupMenuItemHelper.TableState) - Method in class adams.gui.visualization.instances.instancestable.AbstractPlotColumn
Returns whether the menu item is available.
isAvailable(InstancesTablePopupMenuItemHelper.TableState) - Method in class adams.gui.visualization.instances.instancestable.AbstractPlotRow
Returns whether the menu item is available.
isAvailable(InstancesTablePopupMenuItemHelper.TableState) - Method in class adams.gui.visualization.instances.instancestable.AbstractPlotSelectedRows
Returns whether the menu item is available.
isAvailable(InstancesTablePopupMenuItemHelper.TableState) - Method in class adams.gui.visualization.instances.instancestable.AbstractProcessCell
Returns whether the menu item is available.
isAvailable(InstancesTablePopupMenuItemHelper.TableState) - Method in class adams.gui.visualization.instances.instancestable.AbstractProcessColumn
Returns whether the menu item is available.
isAvailable(InstancesTablePopupMenuItemHelper.TableState) - Method in class adams.gui.visualization.instances.instancestable.AbstractProcessRow
Returns whether the menu item is available.
isAvailable(InstancesTablePopupMenuItemHelper.TableState) - Method in class adams.gui.visualization.instances.instancestable.AbstractProcessSelectedRows
Returns whether the menu item is available.
isAvailable(InstancesTablePopupMenuItemHelper.TableState) - Method in class adams.gui.visualization.instances.instancestable.Binning
Returns whether the menu item is available.
isAvailable(InstancesTablePopupMenuItemHelper.TableState) - Method in class adams.gui.visualization.instances.instancestable.Histogram
Returns whether the menu item is available.
isAvailable(InstancesTablePopupMenuItemHelper.TableState) - Method in interface adams.gui.visualization.instances.instancestable.InstancesTablePopupMenuItem
Returns whether the menu item is available.
isAvailable(InstancesTablePopupMenuItemHelper.TableState) - Method in class adams.gui.visualization.instances.instancestable.InvestigatorAsNewDataset
Returns whether the menu item is available.
isAvailable(InstancesTablePopupMenuItemHelper.TableState) - Method in class adams.gui.visualization.instances.instancestable.JFreeChart
Returns whether the menu item is available.
isAvailable(InstancesTablePopupMenuItemHelper.TableState) - Method in class adams.gui.visualization.instances.instancestable.SimplePlot
Returns whether the menu item is available.
isAvailable(Class[], Class[]) - Static method in class adams.gui.sendto.SendToActionUtils
Checks whether at least one class (of the needles) is among a list of classes (haystack).
isAvailable(Class, Class[]) - Static method in class adams.gui.sendto.SendToActionUtils
Checks whether a class (needle) is among a list of classes (haystack).
isAvailable(String) - Method in class adams.core.classmanager.ClassManager
Checks whether the class can be loaded.
isAvailable(String) - Method in class adams.env.Modules
Checks whether the module with the specified name is present.
isAverageSegments() - Method in class adams.data.boofcv.transformer.SuperPixels
Returns whether to average the segments.
isAxisNameCentered() - Method in class adams.gui.visualization.core.AxisPanel
Returns whether the axis name is centered in the axis or at the border.
isBackedUp(String) - Method in class adams.flow.core.AbstractActor
Checks whether a specified key is present in the current backup state.
isBackup() - Method in class adams.flow.source.RSync
 
isBaseClassMatch(Class) - Method in class adams.flow.processor.AbstractNameUpdater
Returns whether the base class that we're looking for to perform the replacement on is a match.
isBaseClassMatch(Class) - Method in class adams.flow.processor.UpdateCallableActorName
Returns whether the base class that we're looking for to perform the replacement on is a match.
isBaseClassMatch(Class) - Method in class adams.flow.processor.UpdateEventName
Returns whether the base class that we're looking for to perform the replacement on is a match.
isBaseClassMatch(Class) - Method in class adams.flow.processor.UpdateStorageName
Returns whether the base class that we're looking for to perform the replacement on is a match.
isBaseClassMatch(Class) - Method in class adams.flow.processor.UpdateVariableName
Returns whether the base class that we're looking for to perform the replacement on is a match.
isBefore(Date, Date) - Static method in class adams.core.DateUtils
Returns whether the "check" date is before the "base" date.
isBetterFitness(double) - Method in class adams.opt.genetic.AbstractGeneticAlgorithm
Checks whether the fitness is better.
isBinary(BoofCVImageContainer) - Static method in class adams.data.boofcv.BoofCVHelper
Converts an image to greyscale and checks if it is binary or not.
isBinary(File) - Static method in class adams.core.io.FileUtils
Returns whether the file is (most likely) a binary one.
isBinary(String) - Static method in class adams.core.io.FileUtils
Returns whether the file is (most likely) a binary one.
isBitSet(byte, int) - Static method in class adams.core.LittleEndian
Checks whether a certain bit is set.
isBlacklisted(Class) - Method in class adams.core.option.HtmlParametersProducer
Checks whether the class is blacklisted.
isBlacklisted(Class) - Method in class adams.gui.application.ApplicationMenu
Checks whether the class is blacklisted.
isBlacklisted(Class, boolean) - Static method in class adams.gui.goe.Editors
Checks whether the class has been blacklisted.
isBlacklisted(Class, String) - Static method in class adams.gui.goe.Editors
Checks whether the property of the specified class has been blacklisted.
isBlacklisted(String) - Method in class adams.gui.application.ApplicationMenu
Checks whether the class is blacklisted.
isBlacklistedActor(String) - Method in class adams.gui.flow.tree.menu.AbstractAddMostCommonActorAction
Checks whether the actor has been blacklisted.
isBlacklistedClass(Class) - Static method in class adams.core.option.OptionManager
Checks whether the class is blacklisted.
isBlacklistedClass(Object) - Static method in class adams.core.option.OptionManager
Checks whether the object's class is blacklisted.
isBlacklistedClass(String) - Static method in class adams.core.option.OptionManager
Checks whether the class is blacklisted.
isBlocked() - Method in class adams.flow.execution.Debug
Returns whether the flow execution is currently blocked.
isBlockingIO() - Method in class adams.flow.source.RSync
 
ISBN - adams.core.TechnicalInformation.Field
The International Standard Book Number.
isBookmarked() - Method in class adams.gui.flow.tree.Node
Returns whether the node is currently bookmarked.
isBoolean() - Method in interface adams.data.spreadsheet.Cell
Checks whether the cell represents a boolean value.
isBoolean() - Method in class adams.data.spreadsheet.CellView
Checks whether the cell represents a boolean value.
isBoolean() - Method in class adams.data.spreadsheet.DoubleCell
Checks whether the cell represents a boolean value.
isBoolean() - Method in class adams.data.spreadsheet.FloatCell
Checks whether the cell represents a boolean value.
isBoolean() - Method in class adams.ml.data.DataCellView
Checks whether the cell represents a boolean value.
isBoolean(String) - Static method in class adams.core.Utils
Tries to parse the given string as boolean (true|false - any case).
IsBoolean - Class in adams.flow.condition.bool
Evaluates to 'true' if the payload of the token is a boolean string (true|false).
IsBoolean() - Constructor for class adams.flow.condition.bool.IsBoolean
 
isBorderPainted() - Method in class adams.gui.core.BaseFlatSplitButton
Returns whether the buttons' borders are painted.
isBottomComponentHidden() - Method in class adams.gui.core.BaseSplitPane
Returns whether the bottom component is hidden.
isBottomDetachable() - Method in class adams.gui.core.SplitPanelWithOptionalComponents
Returns whether the bottom component is detachable.
isBottomDetachableButtonVisible() - Method in class adams.gui.core.SplitPanelWithOptionalComponents
Returns the frame title for the detached bottom component.
isBrightnessVisible() - Method in class adams.gui.visualization.object.ObjectAnnotationPanel
Returns whether the brightness controls are visible or not.
isBrowsingEnabled() - Method in class adams.gui.tools.PreviewBrowserPanel
Returns whether the browsing panel is hidden or not.
isBusinessDay(Object) - Method in class adams.parser.ParserHelper
Checks whether the string/date represents a business day.
isBusinessDay(Date) - Method in enum adams.core.BusinessDays
Checks whether the provided date represents a business day for this enum.
isBusy() - Method in class adams.gui.core.FilePanel
Checks whether we're currently busy.
isBusy() - Method in class adams.gui.tools.FileCommanderPanel
Returns whether we're currently busy.
isBusy() - Method in class adams.gui.tools.wekainvestigator.datatable.action.AbstractEditableDataTableAction
Returns whether the tab is busy.
isBusy() - Method in class adams.gui.tools.wekainvestigator.InvestigatorPanel
Returns whether the tab is busy.
isBusy() - Method in class adams.gui.tools.wekainvestigator.tab.AbstractInvestigatorTab
Returns whether the tab is busy.
isBusy() - Method in class adams.gui.tools.wekainvestigator.tab.ClassifyTab
Returns whether the tab is busy.
isBusy() - Method in class adams.gui.tools.wekainvestigator.tab.ExperimentTab
Returns whether the tab is busy.
isBusy() - Method in class adams.gui.tools.wekainvestigator.tab.IndependentComponentsTab
Returns whether the tab is busy.
isBusy() - Method in class adams.gui.tools.wekainvestigator.tab.PartialLeastSquaresTab
Returns whether the tab is busy.
isBusy() - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.attributeselaction.AbstractSelectedAttributesAction
Returns whether the tab is busy.
isBusy() - Method in class adams.gui.tools.wekainvestigator.tab.PrincipalComponentsTab
Returns whether the tab is busy.
isButtonEnabled() - Method in class adams.gui.core.BaseFlatSplitButton
Returns the state of the button part of the JideSplitButton.
isButtonEnabled() - Method in class adams.gui.core.BaseSplitButton
Returns the state of the button part of the JideSplitButton.
isButtonPanelVisible() - Method in class adams.gui.core.AbstractNamedHistoryPanel
Returns whether the buttons are shown.
isButtonPanelVisible() - Method in class adams.gui.core.PropertiesParameterPanel
Returns the visibility state of the buttons panel (load/save).
isButtonPanelVisible() - Method in class adams.gui.wizard.AbstractWizardPage
Returns the visibility state of the buttons panel (load/save).
isButtonPanelVisible() - Method in class adams.gui.wizard.WekaPropertySheetPanelPage
Returns the visibility state of the buttons panel (load/save).
isByte(String) - Static method in class adams.core.Utils
Tries to parse the given string as byte.
IsByte - Class in adams.flow.condition.bool
Evaluates to 'true' if the payload of the token is a byte number/string.
IsByte() - Constructor for class adams.flow.condition.bool.IsByte
 
isBzip2Compressed(byte[]) - Static method in class adams.core.io.Bzip2Utils
Checks whether the array is bzip2 compressed.
isBzip2Compressed(File) - Static method in class adams.core.io.Bzip2Utils
Checks whether the file is bzip2 compressed.
IsBzip2Compressed - Class in adams.flow.condition.bool
Checks whether the file or byte array is Bzip2 compressed.
IsBzip2Compressed() - Constructor for class adams.flow.condition.bool.IsBzip2Compressed
 
isCallableNameUsed(ActorHandler, Actor) - Method in class adams.flow.control.Flow
Checks whether a callable name is already in use.
isCallableNameUsed(ActorHandler, Actor) - Method in class adams.flow.control.LocalScopeTransformer
Checks whether a callable name is already in use.
isCallableNameUsed(ActorHandler, Actor) - Method in class adams.flow.control.LocalScopeTrigger
Checks whether a callable name is already in use.
isCallableNameUsed(ActorHandler, Actor) - Method in interface adams.flow.control.ScopeHandler
Checks whether a callable name is already in use.
isCancelEnabled() - Method in class adams.gui.dialog.ApprovalDialog
Returns the enabled state of the cancel button.
isCancelVisible() - Method in class adams.gui.dialog.ApprovalDialog
Returns the visibility of the cancel button.
isCaretAtStart() - Method in class adams.flow.sink.HistoryDisplay
Returns whether the caret is positioned at the start instead of the end.
isCaretAtStart() - Method in class adams.gui.core.BufferHistoryPanel
Returns whether the caret is positioned at the start instead of the end.
isCaretAtStart() - Method in class adams.gui.help.HelpHistoryPanel
Returns whether the caret is positioned at the start instead of the end.
isCaseSensitive() - Method in class adams.core.io.FileObjectComparator
Returns whether comparison is case-sensitive.
isCaseSensitive() - Method in class adams.gui.core.ExtensionFileFilter
Returns whether the filter is case-sensitive or not.
isCaseSensitive() - Method in class adams.gui.core.FilePanel
Returns whether comparison is case-sensitive.
isCaseSensitive() - Method in class adams.gui.core.SortableAndSearchableTable
Returns whether the sorting is case-sensitive.
isCaseSensitive() - Method in class adams.gui.core.SortableAndSearchableWrapperTableModel
Returns whether the sorting is case-sensitive.
isCaseSensitive() - Method in interface adams.gui.core.SortableTableModel
Returns whether the sorting is case-sensitive.
isCellEditable(int, int) - Method in class adams.flow.execution.debug.BreakpointTableModel
Returns whether a cell is editable.
isCellEditable(int, int) - Method in class adams.gui.chooser.DatePanel.InternalCalendarModel
Part of TableModel, day
isCellEditable(int, int) - Method in class adams.gui.core.BaseTableWithButtons
Returns true if the cell at row and column is editable.
isCellEditable(int, int) - Method in class adams.gui.core.CheckableTableModel
Returns whether the cell is editable.
isCellEditable(int, int) - Method in class adams.gui.core.KeyValuePairTableModel
Returns whether the values are editable.
isCellEditable(int, int) - Method in class adams.gui.core.SortableAndSearchableTableWithButtons
Returns true if the cell at row and column is editable.
isCellEditable(int, int) - Method in class adams.gui.core.SortableAndSearchableWrapperTableModel
Returns true if the cell at rowIndex and columnIndex is editable.
isCellEditable(int, int) - Method in class adams.gui.core.SpreadSheetTableModel
Returns true if the cell at rowIndex and columnIndex is editable.
isCellEditable(int, int) - Method in class adams.gui.flow.setup.FlowSetupTableModel
Returns whether a cell can be edited.
isCellEditable(int, int) - Method in class adams.gui.tools.PlaceholderManagementPanel.PlaceholderTableModel
Checks whether the cell is editable.
isCellEditable(int, int) - Method in class adams.gui.tools.VariableManagementPanel.VariableTableModel
Checks whether the cell is editable.
isCellEditable(int, int) - Method in class adams.gui.tools.wekainvestigator.datatable.DataTableModel
Returns whether a cell is editable.
isCellEditable(int, int) - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeSummaryPanel.StatisticsTable
returns always false, since it's just information for the user
isCellEditable(int, int) - Method in class adams.gui.visualization.container.ContainerModel
Returns whether a cell is editable or not.
isCellEditable(int, int) - Method in class adams.gui.visualization.instances.InstancesTableModel
returns true if the cell at rowindex and columnindexis editable
isCellEditable(int, int) - Method in class adams.gui.visualization.report.ReportContainerModel
Returns whether a cell is editable or not.
isCellEditable(EventObject) - Method in class adams.gui.flow.tree.CellEditor
If the realEditor returns true to this message, prepareForEditing is messaged and true is returned.
isCellSelected(int, int) - Method in class adams.gui.core.BaseTableWithButtons
Returns true if the specified indices are in the valid range of rows and columns and the cell at the specified position is selected.
isCellSelected(int, int) - Method in class adams.gui.core.SortableAndSearchableTableWithButtons
Returns true if the specified indices are in the valid range of rows and columns and the cell at the specified position is selected.
isChecked(int) - Method in class adams.gui.core.ParameterPanel
Returns whether the checkbox is ticked.
isChecksum() - Method in class adams.flow.source.RSync
 
isChecksum() - Method in class adams.flow.source.SimpleRSync
 
isClassAttribute(int) - Method in interface adams.ml.data.Dataset
Returns whether the specified column is a class attribute.
isClassAttribute(int) - Method in class adams.ml.data.DatasetView
Returns whether the specified column is a class attribute.
isClassAttribute(int) - Method in class adams.ml.data.DefaultDataset
Returns whether the specified column is a class attribute.
isClassAttribute(int) - Method in class adams.ml.data.InstancesView
Returns whether the specified column is a class attribute.
isClassAttribute(int, int) - Method in class adams.flow.transformer.wekadatasetsmerge.AbstractMerge
Whether the given attribute is a class attribute.
isClassAttribute(AbstractMerge.SourceAttribute) - Method in class adams.flow.transformer.wekadatasetsmerge.AbstractMerge
Checks if the given source attribute is a class attribute.
isClassAttribute(String) - Method in interface adams.ml.data.Dataset
Returns whether the specified column is a class attribute.
isClassAttribute(String) - Method in class adams.ml.data.DatasetView
Returns whether the specified column is a class attribute.
isClassAttribute(String) - Method in class adams.ml.data.DefaultDataset
Returns whether the specified column is a class attribute.
isClassAttribute(String) - Method in class adams.ml.data.InstancesView
Returns whether the specified column is a class attribute.
isClassAttributeByName(String) - Method in interface adams.ml.data.Dataset
Returns whether the specified column is a class attribute.
isClassAttributeByName(String) - Method in class adams.ml.data.DatasetView
Returns whether the specified column is a class attribute.
isClassAttributeByName(String) - Method in class adams.ml.data.DefaultDataset
Returns whether the specified column is a class attribute.
isClassAttributeByName(String) - Method in class adams.ml.data.InstancesView
Returns whether the specified column is a class attribute.
isClassColumn(int, int) - Method in class adams.flow.transformer.spreadsheetmethodmerge.AbstractMerge
Whether the given column is the name of a class column.
isClassColumn(AbstractMerge.SourceColumn) - Method in class adams.flow.transformer.spreadsheetmethodmerge.AbstractMerge
Checks if the given source column is a class column.
isClassCrossRefURL(String) - Static method in class adams.core.net.HtmlUtils
Checks whether the URL is a fake class cross reference link.
isClassFirst() - Method in class weka.experiment.ExtExperiment
Returns whether the class is the first attribute.
isClassIndex(int) - Method in class adams.gui.visualization.instances.InstancesTableModel
checks whether the column represents the class or not
isClassname(boolean, String) - Method in class adams.parser.actorsuggestion.Parser
Checks whether the actor will get added before or after a specific actor (exact classname or interface classname).
isClassname(boolean, String) - Method in class adams.parser.externalactorsuggestion.Parser
Checks whether the actor will get added before or after a specific actor (exact classname or interface classname).
isClassname(boolean, String) - Method in class adams.parser.templatesuggestion.Parser
Checks whether the actor will get added before or after a specific actor (exact classname or interface classname).
isClassname(int, String) - Method in class adams.parser.externalactorsuggestion.Parser
Checks whether the current actor (single selection) is of the superclass or interface.
isClassName(String) - Method in class adams.core.option.AbstractJavaCodeProducer
Checks whether a string represents a classname.
isClassRelated() - Method in enum adams.ml.capabilities.Capability
Returns whether the capability is class-related.
isCleanUp() - Method in class adams.flow.FlowRunner
Returns whether to perform a clean up after the execution and remove graphical output.
isCloseButtonVisible() - Method in class adams.gui.goe.GenericObjectEditorClassTreePanel
Returns whether the close button is visible.
isCloseRequested() - Method in class adams.gui.core.GUIHelper.DialogCommunication
Returns whether closing of the dialog was requested.
isColumnFiltered(int) - Method in class adams.gui.core.SortableAndSearchableTable
Returns the whether there is a filter active for the column.
isColumnFiltered(int) - Method in class adams.gui.core.SortableAndSearchableWrapperTableModel
Returns the whether there is a filter active for the column.
isColumnFiltered(int) - Method in interface adams.gui.core.TableModelWithColumnFilters
Returns whether there is a filter active for the column.
isColumnFiltered(int) - Method in interface adams.gui.core.TableWithColumnFilters
Returns whether there is a filter active for the column.
isColumnFilterRegExp(int) - Method in class adams.gui.core.SortableAndSearchableTable
Returns the whether the filter for the column is a regular expression.
isColumnFilterRegExp(int) - Method in class adams.gui.core.SortableAndSearchableWrapperTableModel
Returns the whether the filter for the column is a regular expression.
isColumnFilterRegExp(int) - Method in interface adams.gui.core.TableModelWithColumnFilters
Returns whether the filter for the column is a regular expression.
isColumnFilterRegExp(int) - Method in interface adams.gui.core.TableWithColumnFilters
Returns the whether the filter for the column is a regular expression.
isColumnFinderTrained() - Method in class adams.data.spreadsheet.columnfinder.AbstractTrainableColumnFinder
Checks whether the column finder has been trained.
isColumnFinderTrained() - Method in interface adams.data.spreadsheet.columnfinder.TrainableColumnFinder
Checks whether the column finder has been trained.
isColumnFinderTrained() - Method in class adams.data.weka.columnfinder.AbstractTrainableColumnFinder
Checks whether the column finder has been trained.
isColumnFinderTrained() - Method in interface adams.data.weka.columnfinder.TrainableColumnFinder
Checks whether the column finder has been trained.
isColumnNumeric(int) - Method in class adams.gui.core.SortableAndSearchableWrapperTableModel
Returns whether the specified column is numeric.
isColumnsDropdownVisible() - Method in class adams.gui.core.SpreadSheetTableWithSearch
Returns whether the dropdown with the columns is visible.
isColumnSelected(int) - Method in class adams.gui.core.BaseTableWithButtons
Returns true if the specified index is in the valid range of columns, and the column at that index is selected.
isColumnSelected(int) - Method in class adams.gui.core.SortableAndSearchableTableWithButtons
Returns true if the specified index is in the valid range of columns, and the column at that index is selected.
isColumnVector(Matrix) - Static method in class edu.umbc.cs.maple.utils.JamaUtils
Determines if a given matrix is a column vector, that is, it has only one column.
isColumnWidthsSet() - Method in class adams.gui.visualization.container.ContainerTable
Returns whether the column widths have been set.
isCompact(File, List<String>) - Method in class adams.data.io.input.DefaultFlowReader
Determines whether the file is in compact format or not.
isCompact(List<String>) - Method in class adams.data.io.input.DefaultFlowReader
Determines whether the lines represent compact format or not.
isCompatible(int[]) - Method in class adams.gui.tools.wekainvestigator.tab.PreprocessTab
Checks whether the selected datasets are compatible.
isCompatible(OutputProducer, InputConsumer) - Method in class adams.flow.core.Compatibility
Checks whether the two actors are compatible.
isCompatible(Dataset) - Method in class adams.ml.model.classification.WekaClassificationModel
Checks whether the dataset is compatible with the model.
isCompatible(Dataset) - Method in class adams.ml.model.clustering.WekaClusteringModel
Checks whether the dataset is compatible with the model.
isCompatible(Dataset) - Method in interface adams.ml.model.Model
Checks whether the dataset is compatible with the model.
isCompatible(Dataset) - Method in class adams.ml.model.regression.WekaRegressionModel
Checks whether the dataset is compatible with the model.
isCompatible(Model, Dataset) - Static method in class adams.ml.model.ModelHelper
Checks whether the model is compatible with the dataset.
isCompatible(Class[], Class[]) - Method in class adams.core.ClassCompatibility
Checks whether the two class sets are compatible.
isCompatible(Class[], Class[]) - Method in interface adams.core.ClassCompatibilityChecker
Checks whether the two class sets are compatible.
isCompatible(Class[], Class[]) - Method in class adams.flow.core.Compatibility
Checks whether the two class sets are compatible.
isCompatible(Class, Class) - Method in class adams.core.ClassCompatibility
Checks whether the two classes are compatible.
isCompatible(Class, Class) - Method in interface adams.core.ClassCompatibilityChecker
Checks whether the two classes are compatible.
isCompatible(Class, Class) - Method in class adams.flow.core.Compatibility
Checks whether the two classes are compatible.
isCompatible(Object, IndexedSplitsRuns) - Method in interface adams.data.indexedsplits.IndexedSplitsRunsCompatibility
Checks whether the data is compatible with the indexed splits.
isCompatible(Object, IndexedSplitsRuns) - Method in class adams.data.indexedsplits.InstancesIndexedSplitsRunsCompatibility
Checks whether the data is compatible with the indexed splits.
isCompatible(Array) - Method in class adams.core.base.Mat5ArrayElementIndex
Checks whether the array is compatible with the dimension specifications.
isCompatible(Instance) - Method in class adams.data.conversion.AbstractMatchWekaInstanceAgainstHeader
Checks the instance against the header, whether they are compatible.
isComplete() - Method in class adams.multiprocess.AbstractJob
Whether the job has been finished.
isComplete() - Method in interface adams.multiprocess.Job
Whether the job has been finished.
isComplete(byte[]) - Method in class adams.core.io.filecomplete.AbstractFileCompleteCheck
Checks whether the byte buffer is complete.
isComplete(byte[]) - Method in class adams.core.io.filecomplete.BMP
Checks whether the byte buffer is complete.
isComplete(byte[]) - Method in class adams.core.io.filecomplete.JPEG
Checks whether the byte buffer is complete.
isComplete(byte[]) - Method in class adams.core.io.filecomplete.JSON
Checks whether the byte buffer is complete.
isComplete(byte[]) - Method in class adams.core.io.filecomplete.NoCheck
Checks whether the byte buffer is complete.
isComplete(byte[]) - Method in class adams.core.io.filecomplete.PNG
Checks whether the byte buffer is complete.
isComplete(byte[]) - Method in class adams.core.io.filecomplete.XML
Checks whether the byte buffer is complete.
isComplete(int[]) - Method in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment
Checks whether the number of rows located in the current results are complete.
isComplete(int[]) - Method in class adams.gui.tools.wekamultiexperimenter.experiment.CrossValidationExperiment
Checks whether the number of rows located in the current results are complete.
isComplete(File) - Method in class adams.core.io.filecomplete.AbstractFileCompleteCheck
Checks whether the file is complete.
isComplete(File) - Method in class adams.core.io.filecomplete.BMP
Checks whether the file is in use.
isComplete(File) - Method in class adams.core.io.filecomplete.JPEG
Checks whether the file is in use.
isComplete(File) - Method in class adams.core.io.filecomplete.JSON
Checks whether the file is complete.
isComplete(File) - Method in class adams.core.io.filecomplete.NoCheck
Checks whether the file is in use.
isComplete(File) - Method in class adams.core.io.filecomplete.PNG
Checks whether the file is in use.
isComplete(File) - Method in class adams.core.io.filecomplete.XML
Checks whether the file is complete.
isCompleteEOF(File, int) - Method in class adams.core.io.filecomplete.AbstractStrictCheckSizeFileCompleteCheck
Checks whether the file is complete using the number of bytes from the end of the file.
isCompound() - Method in class adams.data.report.AbstractField
Checks whether the name is a compound one, i.e., contains a SEPARATOR.
isCompound() - Method in interface adams.data.report.PrefixOnlyField
Checks whether the name is a compound one.
isCompound() - Method in interface adams.data.report.SuffixOnlyField
Checks whether the name is a compound one.
isCompress() - Method in class adams.flow.source.RSync
 
isConnected() - Method in class adams.db.AbstractDatabaseConnection
Is database connected?
isConnected() - Method in class adams.gui.tools.SSHPanel
Returns whether we're currently have a session running.
isConnectionOK() - Method in class adams.db.AbstractDatabaseConnection
Returns if connection to database is OK.
isContainerIDMatch(String) - Method in class adams.gui.visualization.core.AbstractStrokePaintletWithContainerIDMatching
Returns whether the given container ID is a match.
isContentType(int, Cell.ContentType) - Method in class adams.data.spreadsheet.DefaultSpreadSheet
Checks whether the given column is of the specific content type or not.
isContentType(int, Cell.ContentType) - Method in interface adams.data.spreadsheet.SpreadSheet
Checks whether the given column is of the specific content type or not.
isContentType(int, Cell.ContentType) - Method in class adams.data.spreadsheet.SpreadSheetView
Checks whether the given column is of the specific content type or not.
isContentType(int, Cell.ContentType) - Method in class adams.ml.data.DatasetView
Checks whether the given column is of the specific content type or not.
isContentType(int, Cell.ContentType) - Method in class adams.ml.data.InstancesView
Checks whether the given column is of the specific content type or not.
isContentVisible() - Method in class adams.gui.core.OneTouchPanel
Returns whether the content is visible.
isControlActor(Actor) - Static method in class adams.flow.core.ActorUtils
Checks whether this actor is a control actor.
isControlPanelEnabled() - Method in class adams.flow.execution.debug.ControlPanel
Returns whether the control panel is enabled.
isCopy(KeyEvent) - Static method in class adams.gui.core.KeyUtils
Checks whether the key event was a "copy to clipboard" combination (Ctrl+C or Ctrl+Ins).
isCopyDirlinks() - Method in class adams.flow.source.RSync
 
isCopyLinks() - Method in class adams.flow.source.RSync
 
isCopyUnsafeLinks() - Method in class adams.flow.source.RSync
 
isCountsVisible() - Method in class adams.gui.selection.AbstractTableBasedSelectionPanel
Returns whether the total/selected counts are displayed.
isCrossValidation() - Method in class adams.gui.tools.wekainvestigator.tab.attseltab.ResultItem
Returns whether cross-valiation was used.
isCtrlDown(int) - Static method in class adams.gui.core.KeyUtils
Returns whether the CTRL key is down.
isCurrentObject() - Method in class adams.core.discovery.PropertyPath.Path
Checks whether this is the special path denoting the current object.
isCustomAlphaEnabled() - Method in class adams.gui.visualization.object.overlay.AbstractObjectOverlayFromReport
Returns whether a custom alpha value is in use for the overlay colors.
isCustomAlphaEnabled() - Method in class adams.gui.visualization.object.overlay.AbstractPointOverlayFromReport
Returns whether a custom alpha value is in use for the overlay colors.
isCustomAlphaEnabled() - Method in class adams.gui.visualization.object.overlay.ClassificationLabelTextOverlay
Returns whether a custom alpha value is in use for the overlay colors.
isCustomAlphaEnabled() - Method in class adams.gui.visualization.object.overlay.ObjectAnnotations
Returns whether a custom alpha value is in use for the overlay colors.
isCustomAlphaEnabled() - Method in interface adams.gui.visualization.object.overlay.OverlayWithCustomAlphaSupport
Returns whether a custom alpha value is in use for the overlay colors.
isCustomPanelSupplier(PropertyEditor) - Method in class adams.gui.goe.PropertyPanel
Checks whether the editor supplies its own panel.
isCut(KeyEvent) - Static method in class adams.gui.core.KeyUtils
Checks whether the key event was a "cut to clipboard" combination (Ctrl+X or Shift+Delete).
isCvsExclude() - Method in class adams.flow.source.RSync
 
isDarkeningEnabled() - Method in class adams.gui.visualization.core.AbstractCustomColorProvider
Returns whether the allow-darkening option is enabled.
isDarkeningEnabled() - Method in class adams.gui.visualization.core.ColorBlind12Provider
Returns whether the allow-darkening option is enabled.
isDarkeningEnabled() - Method in class adams.gui.visualization.core.ColorBlind15Provider
Returns whether the allow-darkening option is enabled.
isDarkeningEnabled() - Method in class adams.gui.visualization.core.ColorBlind24Provider
Returns whether the allow-darkening option is enabled.
isDarkeningEnabled() - Method in class adams.gui.visualization.core.ColorBlind8Provider
Returns whether the allow-darkening option is enabled.
isDarkeningEnabled() - Method in class adams.gui.visualization.core.CustomColorProvider
Returns whether the allow-darkening option is enabled.
isDataFlavorSupported(DataFlavor) - Method in class adams.gui.core.BaseTreeNode
Returns whether or not the specified data flavor is supported for this object.
isDataFlavorSupported(DataFlavor) - Method in class adams.gui.core.DragAndDropTreeNodeCollection
Returns whether the flavor is supported (only stringFlavor supported).
isDataFlavorSupported(DataFlavor) - Method in class adams.gui.flow.tree.TransferableNestedList
Returns whether or not the specified data flavor is supported for this object.
isDataLoaded() - Method in class weka.gui.explorer.ExplorerExt
Checks whether data is currently loaded.
isDate() - Method in interface adams.data.spreadsheet.Cell
Checks whether the cell represents a date value.
isDate() - Method in class adams.data.spreadsheet.CellView
Checks whether the cell represents a date value.
isDate() - Method in class adams.data.spreadsheet.DoubleCell
Checks whether the cell represents a date value.
isDate() - Method in class adams.data.spreadsheet.FloatCell
Checks whether the cell represents a date value.
isDate() - Method in class adams.ml.data.DataCellView
Checks whether the cell represents a date value.
isDate(int) - Static method in class adams.db.SQLUtils
Checks whether the given column type represents a date-like type.
isDateLenient() - Method in class adams.data.io.input.CsvSpreadSheetReader
Returns whether the parsing of dates is lenient or not.
isDateLenient() - Method in class adams.data.spreadsheet.DefaultSpreadSheet
Returns whether the parsing of dates is lenient or not.
isDateLenient() - Method in interface adams.data.spreadsheet.SpreadSheet
Returns whether the parsing of dates is lenient or not.
isDateLenient() - Method in class adams.data.spreadsheet.SpreadSheetView
Returns whether the parsing of dates is lenient or not.
isDateLenient() - Method in class adams.ml.data.DatasetView
Returns whether the parsing of dates is lenient or not.
isDateLenient() - Method in class adams.ml.data.InstancesView
Returns whether the parsing of dates is lenient or not.
isDateTime() - Method in interface adams.data.spreadsheet.Cell
Checks whether the cell represents a date/time value.
isDateTime() - Method in class adams.data.spreadsheet.CellView
Checks whether the cell represents a date/time value.
isDateTime() - Method in class adams.data.spreadsheet.DoubleCell
Checks whether the cell represents a date/time value.
isDateTime() - Method in class adams.data.spreadsheet.FloatCell
Checks whether the cell represents a date/time value.
isDateTime() - Method in class adams.ml.data.DataCellView
Checks whether the cell represents a date/time value.
isDateTimeLenient() - Method in class adams.data.io.input.AutoWidthTabularSpreadSheetReader
Returns whether the parsing of date/time msecs is lenient or not.
isDateTimeLenient() - Method in class adams.data.io.input.CsvSpreadSheetReader
Returns whether the parsing of date/times is lenient or not.
isDateTimeLenient() - Method in class adams.data.io.input.FixedTabularSpreadSheetReader
Returns whether the parsing of date/time msecs is lenient or not.
isDateTimeLenient() - Method in class adams.data.io.input.SimpleCsvSpreadSheetReader
Returns whether the parsing of date/time msecs is lenient or not.
isDateTimeLenient() - Method in class adams.data.spreadsheet.DefaultSpreadSheet
Returns whether the parsing of date/times is lenient or not.
isDateTimeLenient() - Method in interface adams.data.spreadsheet.SpreadSheet
Returns whether the parsing of date/times is lenient or not.
isDateTimeLenient() - Method in class adams.data.spreadsheet.SpreadSheetView
Returns whether the parsing of date/times is lenient or not.
isDateTimeLenient() - Method in class adams.ml.data.DatasetView
Returns whether the parsing of date/times is lenient or not.
isDateTimeLenient() - Method in class adams.ml.data.InstancesView
Returns whether the parsing of date/times is lenient or not.
isDateTimeMsec() - Method in interface adams.data.spreadsheet.Cell
Checks whether the cell represents a date/time with msec value.
isDateTimeMsec() - Method in class adams.data.spreadsheet.CellView
Checks whether the cell represents a date/time with msec value.
isDateTimeMsec() - Method in class adams.data.spreadsheet.DoubleCell
Checks whether the cell represents a date/time value.
isDateTimeMsec() - Method in class adams.data.spreadsheet.FloatCell
Checks whether the cell represents a date/time value.
isDateTimeMsec() - Method in class adams.ml.data.DataCellView
Checks whether the cell represents a date/time with msec value.
isDateTimeMsecLenient() - Method in class adams.data.io.input.CsvSpreadSheetReader
Returns whether the parsing of date/time msecs is lenient or not.
isDateTimeMsecLenient() - Method in class adams.data.spreadsheet.DefaultSpreadSheet
Returns whether the parsing of date/time msecs is lenient or not.
isDateTimeMsecLenient() - Method in interface adams.data.spreadsheet.SpreadSheet
Returns whether the parsing of date/time msecs is lenient or not.
isDateTimeMsecLenient() - Method in class adams.data.spreadsheet.SpreadSheetView
Returns whether the parsing of date/time msecs is lenient or not.
isDateTimeMsecLenient() - Method in class adams.ml.data.DatasetView
Returns whether the parsing of date/time msecs is lenient or not.
isDateTimeMsecLenient() - Method in class adams.ml.data.InstancesView
Returns whether the parsing of date/time msecs is lenient or not.
isDebug() - Method in class adams.gui.flow.tree.Tree
Returns the debug flag.
isDebugOn() - Method in class adams.core.net.SimpleMailer
Returns true if debugging output is turned on (any level).
isDebugTreeVisible() - Method in class adams.gui.flow.FlowPanel
Returns whether the debug tree is visible.
isDefault() - Method in class adams.core.base.BaseCharset
 
isDefaultValue() - Method in class adams.core.option.AbstractArgumentOption
Compares the current value against the default value.
isDefaultValue(AbstractArgumentOption, Object) - Method in class adams.core.option.AbstractOptionProducer
Checks whether the value represents the default value for the option.
isDefaultValue(Object) - Method in class adams.core.option.AbstractArgumentOption
Compares the given value against the default value.
isDefaultValueByFlag(String) - Method in class adams.core.option.OptionManager
Checks whether the current value associated with the flag is the default value.
isDefaultValueByProperty(String) - Method in class adams.core.option.OptionManager
Checks whether the current value associated with the property is the default value.
isDelayUpdates() - Method in class adams.flow.source.RSync
 
isDelete() - Method in class adams.flow.source.RSync
 
isDelete() - Method in class adams.flow.source.SimpleRSync
 
isDeleteAfter() - Method in class adams.flow.source.RSync
 
isDeleteBefore() - Method in class adams.flow.source.RSync
 
isDeleteDelay() - Method in class adams.flow.source.RSync
 
isDeleteDuring() - Method in class adams.flow.source.RSync
 
isDeleteExcluded() - Method in class adams.flow.source.RSync
 
isDeleteMissingArgs() - Method in class adams.flow.source.RSync
 
isDelimiter(String) - Method in class adams.gui.scripting.SyntaxDocument
Checks whether the character is a delimiter.
isDependentEnabled(Capability) - Method in class adams.ml.capabilities.Capabilities
Returns whether the specified dependent capability is enabled, i.e., supported.
isDeprecated() - Method in class adams.gui.flow.tree.Renderer.ActorIcon
Returns whether the actor is deprecated.
isDeprecated() - Method in class adams.gui.goe.classtree.ClassNode
Checks whether the associated class is deprecated (only for leaves).
isDeprecated(Class) - Static method in class adams.core.annotation.AnnotationHelper
Returns whether the class is marked as deprecated (Deprecated or DeprecatedClass).
isDescendant(ActorPath) - Method in class adams.flow.core.ActorPath
Checks whether the specified actor path is a descendant of this actor path object.
isDetached() - Method in class adams.gui.core.DetachablePanel
Returns whether the content is currently detached and displayed in a frame.
isDevices() - Method in class adams.flow.source.RSync
 
isDiagonal(SeriesDataset, int) - Static method in class adams.gui.visualization.jfreechart.dataset.ChartUtils
Checks whether the specified series represents a diagonal.
isDifferent(Storage) - Method in class adams.gui.visualization.debug.StoragePanel.TableModel
Checks whether the storage contains different data.
isDifferent(File, File) - Static method in class adams.core.DiffUtils
Returns whether the two files differ.
isDifferent(String[], String[]) - Static method in class adams.core.DiffUtils
Returns whether the two lists differ.
isDifferent(List<String>, List<String>) - Static method in class adams.core.DiffUtils
Returns whether the two lists differ.
isDirectory() - Method in interface adams.core.io.FileObject
Returns whether the file represents a directory.
isDirectory() - Method in class adams.core.io.FtpFileObject
Returns whether the file represents a directory.
isDirectory() - Method in class adams.core.io.LocalFileObject
Returns whether the file represents a directory.
isDirectory() - Method in class adams.core.io.PlaceholderFile
Tests whether the file denoted by this abstract pathname is a directory.
isDirectory() - Method in class adams.core.io.SftpFileObject
Returns whether the file represents a directory.
isDirectory() - Method in class adams.core.io.SmbFileObject
Returns whether the file represents a directory.
isDirectorySelectionEnabled() - Method in interface adams.gui.chooser.FileChooser
Convenience call that determines if directories are selectable based on the current file selection mode.
isDirEmpty(File) - Static method in class adams.core.io.FileUtils
Checks whether the directory is empty.
isDirEmpty(File, String) - Static method in class adams.core.io.FileUtils
Checks whether the directory is empty.
isDirEmpty(String) - Static method in class adams.core.io.FileUtils
Checks whether the directory is empty.
isDirEmpty(String, String) - Static method in class adams.core.io.FileUtils
Checks whether the directory is empty.
isDirs() - Method in class adams.flow.source.RSync
 
isDiscardEnabled() - Method in class adams.gui.dialog.ApprovalDialog
Returns the enabled state of the Discard button.
isDiscardVisible() - Method in class adams.gui.dialog.ApprovalDialog
Returns the visibility of the discard button.
isDottyTree(String) - Static method in class adams.gui.tools.wekainvestigator.output.GraphHelper
Simple check whether the string represents a dotty tree.
isDottyTree(Drawable) - Static method in class adams.gui.tools.wekainvestigator.output.GraphHelper
Simple check whether the drawble generates a dotty tree.
isDouble() - Method in interface adams.data.spreadsheet.Cell
Returns whether the content represents a double number.
isDouble() - Method in class adams.data.spreadsheet.CellView
Returns whether the content represents a double number.
isDouble() - Method in class adams.data.spreadsheet.DoubleCell
Returns whether the content represents a double number.
isDouble() - Method in class adams.data.spreadsheet.FloatCell
Returns whether the content represents a double number.
isDouble() - Method in class adams.gui.core.SearchParameters
Returns whether the search string represents a double.
isDouble() - Method in class adams.ml.data.DataCellView
Returns whether the content represents a double number.
isDouble(String) - Static method in class adams.core.Utils
Tries to parse the given string as double.
isDouble(String, Locale) - Static method in class adams.core.Utils
Tries to parse the given string as double.
IsDouble - Class in adams.flow.condition.bool
Evaluates to 'true' if the payload of the token is a double number/string.
IsDouble() - Constructor for class adams.flow.condition.bool.IsDouble
 
isDoubleClick(MouseEvent) - Static method in class adams.gui.core.MouseUtils
Checks whether the mouse event is a double-click event (with the left mouse button).
isDoubleClickAction() - Method in class adams.gui.chooser.DatePanel
 
isDragAcceptable(DropTargetDragEvent) - Method in class adams.gui.core.DragAndDropTabbedPane.CDropTargetListener
 
isDragEnabled() - Method in class adams.gui.core.dotnotationtree.DotNotationTree
Returns whether dragging is enabled.
isDragEnabled() - Method in class adams.gui.core.DragAndDropTree
Returns whether dragging is enabled.
isDragEnabled() - Method in class adams.gui.flow.tree.Tree
Returns whether dragging is enabled.
isDragged() - Method in class adams.gui.visualization.image.ImagePanel.PaintPanel
Whether dragging is selection is currently active.
isDropAcceptable(DropTargetDropEvent) - Method in class adams.gui.core.DragAndDropTabbedPane.CDropTargetListener
 
isDropEnabled() - Method in class adams.gui.core.DragAndDropTree
Returns whether dropping is enabled.
isDropEnabled() - Method in class adams.gui.flow.tree.Tree
Returns whether dropping is enabled.
isDryRun() - Method in class adams.flow.source.RSync
 
isDryRun() - Method in class adams.flow.source.SimpleRSync
 
isDummyAddress() - Method in class adams.core.net.EmailAddress
Returns whether the address is just the dummy address.
isDummyReport() - Method in class adams.data.report.Report
Returns whether this report is a dummy report or not.
isEditable() - Method in class adams.gui.chooser.AbstractChooserPanel
Returns whether the chooser is editable or read-only.
isEditable() - Method in class adams.gui.core.AbstractTextAreaPanelWithAdvancedSyntaxHighlighting
Returns whether the text area is editable or not.
isEditable() - Method in class adams.gui.core.BaseTextAreaWithButtons
Returns whether the text area is editable or not.
isEditable() - Method in class adams.gui.core.BaseTextPaneWithButtons
Returns whether the text area is editable or not.
isEditable() - Method in class adams.gui.core.BaseTextPaneWithWordWrap
Returns whether the text pane is editable or not.
isEditable() - Method in class adams.gui.core.KeyValuePairTableModel
Returns whether the values are editable or not.
isEditable() - Method in class adams.gui.core.StyledTextEditorPanel
Returns whether the text area is editable or not.
isEditable() - Method in interface adams.gui.core.TextAreaComponent
Returns whether the text area is editable or not.
isEditable() - Method in class adams.gui.core.TextEditorPanel
Returns whether the text area is editable or not.
isEditable() - Method in interface adams.gui.core.TextPaneComponent
Returns whether the text pane is editable or not.
isEditable() - Method in class adams.gui.dialog.TextDialog
Returns whether the text area is editable or not.
isEditable() - Method in class adams.gui.dialog.TextPanel
Returns whether the text area is editable or not.
isEditable() - Method in class adams.gui.flow.tree.Node
Returns whether the node is editable.
isEightBitOutput() - Method in class adams.flow.source.RSync
 
isEmpty() - Method in class adams.core.base.AbstractBaseString
Whether the string is empty, i.e., "".
isEmpty() - Method in class adams.core.base.BaseRegExp
Checks whether the expression empty.
isEmpty() - Method in class adams.core.Index
Returns whether the index is empty.
isEmpty() - Method in class adams.core.MessageCollection
Checks whether any messages were collected.
isEmpty() - Method in class adams.core.Range
Returns whether the range is empty.
isEmpty() - Method in class adams.core.Trie
Returns true if this collection contains no elements.
isEmpty() - Method in class adams.core.UnorderedRange
Returns whether the range is empty.
isEmpty() - Method in class adams.core.WrapperHashSet
Returns true if this set contains no elements.
isEmpty() - Method in class adams.data.container.AbstractDataContainer
Returns whether the DataContainer is empty.
isEmpty() - Method in class adams.data.SortedList
Returns whether the list is empty.
isEmpty() - Method in class adams.flow.core.ActorPath
Returns whether the path is empty or not.
isEmpty() - Method in class adams.gui.core.DragAndDropTreeNodeCollection
Returns whether the collection is empty.
isEmpty() - Method in class adams.gui.scripting.AbstractScriptingEngine
Returns whether there are no commands in the queue currently.
isEmpty() - Method in class adams.gui.scripting.ScriptingEngineThread
Returns whether there are no commands currently in the queue.
isEmpty() - Method in class adams.multiprocess.JobList
Returns true if this collection contains no elements.
isEnabled() - Method in class adams.core.LRUCache
Returns whether the cache is enabled.
isEnabled() - Method in class adams.core.Memory
returns whether the memory management is enabled.
isEnabled() - Static method in class adams.core.net.EmailHelper
Returns whether email support has been enabled.
isEnabled() - Method in class adams.gui.core.dotnotationtree.AbstractItemFilter
Returns whether the filter is enabled.
isEnabled() - Method in class adams.gui.core.FilterPanel
Returns the enabled state.
isEnabled() - Method in class adams.gui.core.MaximizationFixWindowListener
Returns whether the listener is enabled.
isEnabled() - Method in class adams.gui.core.SearchPanel
Returns whether the panel is enabled or not.
isEnabled() - Method in class adams.gui.core.TitleGenerator
Returns whether the generator is enabled.
isEnabled() - Method in class adams.gui.core.Undo
Returns whether undo is currently enabled or not.
isEnabled() - Method in class adams.gui.flow.tree.menu.EncloseActorCommon
Returns true if the action is enabled.
isEnabled() - Method in class adams.gui.visualization.core.AbstractPaintlet
Returns whether the paintlet is currently enabled.
isEnabled() - Method in interface adams.gui.visualization.core.Paintlet
Returns whether the paintlet is currently enabled.
isEnabled() - Method in class adams.gui.visualization.core.plot.AbstractHitDetector
Returns whether the detector is currently enabled.
isEnabled() - Method in interface adams.gui.visualization.core.plot.HitDetector
Returns whether the detector is currently enabled.
isEnabled() - Method in class adams.gui.visualization.image.AbstractImageOverlay
Returns whether this overlay is enabled or not.
isEnabled() - Method in class adams.gui.visualization.image.paintlet.AbstractPaintlet
Returns whether the paintlet is currently enabled.
isEnabled() - Method in interface adams.gui.visualization.image.paintlet.Paintlet
Returns whether the paintlet is currently enabled.
isEnabled() - Method in class adams.gui.visualization.segmentation.layer.AbstractLayer
Returns whether the layer is enabled.
isEnabled() - Method in class adams.gui.visualization.sequence.pointpreprocessor.AbstractPointPreprocessor
Returns whether the preprocessor is enabled.
isEnabled(JComponentList.CheckBoxListItem.Actions) - Method in class adams.gui.core.JComponentList.CheckBoxListItem
Checks whether the given action is enabled.
isEnabled(JComponentList.LabelListItem.Actions) - Method in class adams.gui.core.JComponentList.LabelListItem
Checks whether the given action is enabled.
isEnabled(Node) - Method in class adams.gui.flow.tree.record.add.AbstractRecordActorAdded
Returns whether the recording is active.
isEnabled(Node) - Method in class adams.gui.flow.tree.record.add.MostCommon
Returns whether the recording is active.
isEnabled(Node) - Method in class adams.gui.flow.tree.record.add.SimpleLog
Returns whether the recording is active.
isEnabled(Tree) - Method in class adams.gui.flow.tree.record.enclose.AbstractRecordActorEnclosed
Returns whether the recording is active.
isEnabled(Tree) - Method in class adams.gui.flow.tree.record.enclose.MostCommon
Returns whether the recording is active.
isEnabled(Tree) - Method in class adams.gui.flow.tree.record.enclose.SimpleLog
Returns whether the recording is active.
isEnabled(Capability) - Method in class adams.ml.capabilities.Capabilities
Returns whether the specified capability is enabled, i.e., supported.
isEnabled(Class) - Static method in class adams.db.AbstractTable
Returns whether the specified table is enabled and should get created if non-existent.
isEncompassed(AbstractDatabaseConnection, ColumnType) - Method in class adams.db.types.ColumnType
True if given type if encompassed to this object, ie if this type is at most the size of the provided one.
isExecutability() - Method in class adams.flow.source.RSync
 
isExecutability() - Method in class adams.flow.source.SimpleRSync
 
isExecuted() - Method in class adams.core.command.AbstractExternalCommand
Returns whether the command was executed.
isExecuted() - Method in interface adams.core.command.ExternalCommand
Returns whether the command was executed.
isExecuted() - Method in class adams.flow.core.AbstractActor
Returns whether the actor has been executed, after setting it up.
isExecuted() - Method in interface adams.flow.core.Actor
Returns whether the actor has been executed, after setting it up.
isExecuting() - Method in class adams.flow.core.AbstractActor
Returns whether the actor is currently being executed, i.e., processing some data or similar.
isExecuting() - Method in class adams.gui.tools.wekamultiexperimenter.ExperimenterPanel
Returns whether an experiment is currently being executed.
isExisting() - Method in class adams.flow.source.RSync
 
isFakeSuper() - Method in class adams.flow.source.RSync
 
isFile() - Method in class adams.core.io.PlaceholderFile
Tests whether the file denoted by this abstract pathname is a normal file.
isFileHidingEnabled() - Method in interface adams.gui.chooser.FileChooser
Returns true if hidden files are not shown in the file chooser; otherwise, returns false.
isFileLocked(File) - Method in class adams.core.io.lister.LocalDirectoryLister
Checks whether the file is currently locked by another process.
isFileSelectionEnabled() - Method in interface adams.gui.chooser.FileChooser
Convenience call that determines if files are selectable based on the current file selection mode.
isFiltered() - Method in class adams.gui.visualization.container.AbstractContainerManager
Returns whether a search filter has been appplied.
isFiltered(int) - Method in class adams.gui.visualization.container.AbstractContainerManager
Returns whether the container at the specified position is filtered (= visibile).
isFinalOutputRecorded() - Method in class adams.flow.control.SequentialDirector
Returns whether the final output of actors is recorded.
isFinalOutputRecorded() - Method in class adams.flow.control.SubProcess.SubProcessDirector
Returns whether the final output of actors is recorded.
isFinalOutputRecorded() - Method in class adams.flow.source.SequenceSource.SequenceSourceDirector
Returns whether the final output of actors is recorded.
isFinished() - Method in class adams.core.command.AbstractAsyncCapableExternalCommand
Returns whether the command finished.
isFinished() - Method in class adams.core.command.AbstractExternalCommand
Returns whether the command finished.
isFinished() - Method in interface adams.core.command.ExternalCommand
Returns whether the command finished.
isFinished() - Method in class adams.data.spreadsheet.sql.Reader
Returns whether the reader has finished reading data.
isFinished() - Method in class adams.flow.control.AbstractDirector
Checks whether the director has finished.
isFinished() - Method in class adams.flow.control.SequentialDirector
Checks whether the director has finished.
isFinished() - Method in class adams.flow.control.TimedSubProcess
Returns whether the actor has finished.
isFinished() - Method in class adams.flow.control.TimedTee
Returns whether the actor has finished.
isFinished() - Method in class adams.flow.control.TimedTrigger
Returns whether the actor has finished.
isFinished() - Method in class adams.flow.core.AbstractActor
Returns whether the item has finished.
isFinished() - Method in class adams.flow.core.AbstractCallableActor
Returns whether the actor has finished.
isFinished() - Method in class adams.flow.core.AbstractTemplate
Returns whether the actor has finished.
isFinished() - Method in interface adams.flow.core.Actor
Returns whether the item has finished.
isFinished() - Method in class adams.flow.source.DirectoryLister
Returns whether the item has finished.
isFinished() - Method in class adams.flow.source.Socket
Returns whether the item has finished.
isFinished() - Method in class adams.multiprocess.JobList
Returns whether all jobs in the list have been finished.
isFirst() - Method in class adams.parser.actorsuggestion.Parser
Returns whether the proposed actor will get added at the first position.
isFirst() - Method in class adams.parser.externalactorsuggestion.Parser
Returns whether the proposed actor will get added at the first position.
isFirst() - Method in class adams.parser.templatesuggestion.Parser
Returns whether the proposed actor will get added at the first position.
isFirst(List<Tick>, int, boolean, int) - Method in class adams.gui.visualization.core.AxisPanel
Checks whether the tick is the first one.
ISFIRST - Static variable in interface adams.parser.actorsuggestion.sym
 
ISFIRST - Static variable in interface adams.parser.externalactorsuggestion.sym
 
ISFIRST - Static variable in interface adams.parser.templatesuggestion.sym
 
isFirstDefinition(SortDefinitionPanel) - Method in class adams.gui.tools.spreadsheetviewer.SortPanel
Checks whether the panel is the first one.
isFirstDefinition(InstancesSortDefinitionPanel) - Method in class adams.gui.visualization.instances.instancestable.InstancesSortPanel
Checks whether the panel is the first one.
isFlipped() - Method in class adams.gui.visualization.core.axis.AbstractDateBasedAxisModel
Returns whether the axis is flipped.
isFlipped() - Method in class adams.gui.visualization.core.axis.DefaultAxisModel
Returns whether the axis is flipped.
isFlipped() - Method in interface adams.gui.visualization.core.axis.FlippableAxisModel
Returns whether the axis is flipped.
isFlipped() - Method in class adams.gui.visualization.core.axis.PercentageAxisModel
Returns whether the axis is flipped.
isFloat(String) - Static method in class adams.core.Utils
Tries to parse the given string as float.
isFloat(String, Locale) - Static method in class adams.core.Utils
Tries to parse the given string as float.
IsFloat - Class in adams.flow.condition.bool
Evaluates to 'true' if the payload of the token is a float number/string.
IsFloat() - Constructor for class adams.flow.condition.bool.IsFloat
 
isFloatable() - Method in class adams.gui.core.ToolBarPanel
Returns whether the toolbar is floatable or not, i.e., whether the user can move the toolbar around.
isFlow() - Method in class adams.gui.flow.tree.Tree
Returns whether the actor is of type Flow or not.
isFlowEdited(Container) - Static method in class adams.gui.goe.FlowHelper
Checks whether a flow is currently being edited (in the flow editor).
isFlowExecutionListeningEnabled() - Method in class adams.flow.control.Flow
Returns whether flow execution listening is enabled.
isFlowExecutionListeningEnabled() - Method in class adams.flow.execution.DefaultFlowExecutionListeningSupporter
Returns whether flow execution listening is enabled.
isFlowExecutionListeningEnabled() - Method in interface adams.flow.execution.FlowExecutionListeningSupporter
Returns whether flow execution listening is enabled.
isFlowExecutionListeningEnabled() - Method in class adams.flow.transformer.ExecuteActor
Returns whether flow execution listening is enabled.
isFlushing() - Method in class adams.flow.control.AbstractDirector
Returns whether the execution is being flushed.
isForce() - Method in class adams.flow.source.RSync
 
isFormula() - Method in interface adams.data.spreadsheet.Cell
Returns whether the content represents a formula.
isFormula() - Method in class adams.data.spreadsheet.CellView
Returns whether the content represents a formula.
isFormula() - Method in class adams.data.spreadsheet.DoubleCell
Returns whether the content represents a formula.
isFormula() - Method in class adams.data.spreadsheet.FloatCell
Returns whether the content represents a formula.
isFormula() - Method in class adams.ml.data.DataCellView
Returns whether the content represents a formula.
isFrom0() - Method in class adams.flow.source.RSync
 
isFuzzy() - Method in class adams.flow.source.RSync
 
isGlobFilter(FileFilter) - Method in class adams.gui.chooser.BaseFileChooser
Returns whether the filter is a "glob" filter, e.g., when the user enters "*.txt" manually.
isGOEEditor() - Method in class adams.gui.goe.GenericObjectEditorDialog
Returns whether the underlying editor is GenericObjectEditor.
isGOEEditor() - Method in class adams.gui.goe.WekaGenericObjectEditorDialog
Returns whether the underlying editor is GenericObjectEditor.
isGroup() - Method in class adams.flow.source.RSync
 
isGzipCompressed(byte[]) - Static method in class adams.core.io.GzipUtils
Checks whether the array is gzip compressed.
isGzipCompressed(File) - Static method in class adams.core.io.GzipUtils
Checks whether the file is gzip compressed.
IsGzipCompressed - Class in adams.flow.condition.bool
Checks whether the file or byte array is Gzip compressed.
IsGzipCompressed() - Constructor for class adams.flow.condition.bool.IsGzipCompressed
 
isHandled(Class) - Method in class adams.core.option.JenericCmdline
Checks whether this class should be enhanced with a generic commandline.
isHardLinks() - Method in class adams.flow.source.RSync
 
isHeadless() - Method in class adams.flow.control.Flow
Returns whether the actor is run in headless mode.
isHeadless() - Method in class adams.flow.core.AbstractActor
Returns whether the actor is run in headless mode.
isHeadless() - Method in interface adams.flow.core.Actor
Returns whether the actor is run in headless mode.
isHeadless() - Method in class adams.flow.FlowRunner
Returns whether the actor is run in headless mode.
isHeadless() - Method in class adams.flow.setup.FlowSetup
Returns whether the actor is run in headless mode.
isHeadless() - Static method in class adams.gui.core.GUIHelper
Returns whether we are running in headless mode.
isHeadless() - Method in class adams.gui.flow.FlowPanel
Returns whether the flow gets executed in headless mode.
isHeadless() - Method in class adams.gui.flow.FlowRunnerPanel
Returns whether the flow gets executed in headless mode.
isHeadless() - Method in interface adams.gui.flow.FlowWorkerHandler
Returns whether the flow gets executed in headless mode.
isHidden() - Method in interface adams.core.io.FileObject
Returns whether the file is hidden.
isHidden() - Method in class adams.core.io.FtpFileObject
Returns whether the file is hidden.
isHidden() - Method in class adams.core.io.LocalFileObject
Returns whether the file is hidden.
isHidden() - Method in class adams.core.io.PlaceholderFile
Tests whether the file named by this abstract pathname is a hidden file.
isHidden() - Method in class adams.core.io.SftpFileObject
Returns whether the file is hidden.
isHidden() - Method in class adams.core.io.SmbFileObject
Returns whether the file is hidden.
isHidden(Component) - Method in class adams.gui.core.BaseTabbedPaneWithTabHiding
Checks whether the component is currently hidden.
isHidden(String) - Method in class adams.gui.core.BaseTabbedPaneWithTabHiding
Checks whether the tab with the specified title is currently hidden.
isHistoryVisible() - Method in class adams.gui.dialog.SpreadSheetQueryPanel
Returns whether the history button is visible.
isHit(MouseEvent) - Method in class adams.flow.sink.sequenceplotter.ErrorCircleHitDetector
Checks for a hit.
isHit(MouseEvent) - Method in class adams.flow.sink.sequenceplotter.ErrorCrossHitDetector
Checks for a hit.
isHit(MouseEvent) - Method in class adams.gui.visualization.core.plot.AbstractHitDetector
Checks for a hit.
isHit(MouseEvent) - Method in class adams.gui.visualization.instance.InstancePointHitDetector
Checks for a hit.
isHit(MouseEvent) - Method in class adams.gui.visualization.sequence.AbstractXYSequencePointHitDetector
Checks for a hit.
isHit(MouseEvent) - Method in class adams.gui.visualization.sequence.BarHitDetector
Checks for a hit.
isHit(MouseEvent) - Method in class adams.gui.visualization.sequence.CircleHitDetector
Checks for a hit.
isHit(MouseEvent) - Method in class adams.gui.visualization.sequence.CrossHitDetector
Checks for a hit.
isHit(MouseEvent) - Method in class adams.gui.visualization.sequence.DotHitDetector
Checks for a hit.
isHit(MouseEvent) - Method in class adams.gui.visualization.sequence.LineHitDetector
Checks for a hit.
isHit(MouseEvent) - Method in class adams.gui.visualization.sequence.StickHitDetector
Checks for a hit.
isHit(MouseEvent) - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowPointHitDetector
Checks for a hit.
isHit(MouseEvent) - Method in class adams.gui.visualization.stats.paintlet.AbstractScatterPlotHitDetector
Checks for a hit.
isHit(MouseEvent) - Method in class adams.gui.visualization.stats.paintlet.ScatterPlotCircleHitDetector
Checks for a hit.
isHit(MouseEvent) - Method in class adams.gui.visualization.stats.zscore.ZScoreHitDetector
 
isHit(MouseEvent) - Method in class adams.gui.visualization.timeseries.TimeseriesPointHitDetector
Checks for a hit.
isHit(Point, int, int, int) - Method in class adams.gui.visualization.object.tools.Edit
Checks whether a vertex is close enough to the specified point clicked by the user.
isHtml() - Method in class adams.gui.help.HelpContainer
Returns whether the help is plain text or html.
isHtml(Class) - Method in class adams.gui.help.AbstractHelpGenerator
Returns whether the generated help is HTML or plain text.
isHtml(Class) - Method in class adams.gui.help.AdamsOptionHandlerHelpGenerator
Returns whether the generated help is HTML or plain text.
isHtml(Class) - Method in class adams.gui.help.DefaultHelpGenerator
Returns whether the generated help is HTML or plain text.
isHtml(Class) - Method in class adams.gui.help.EnumHelpGenerator
Returns whether the generated help is HTML or plain text.
isHtml(Class) - Method in class adams.gui.help.WekaOptionHandlerHelpGenerator
Returns whether the generated help is HTML or plain text.
isHtml(Object) - Method in class adams.gui.help.AbstractHelpGenerator
Returns whether the generated help is HTML or plain text.
isHumanReadable() - Method in class adams.flow.source.RSync
 
isIgnoreErrors() - Method in class adams.flow.source.RSync
 
isIgnoreExisting() - Method in class adams.flow.source.RSync
 
isIgnoreMissingArgs() - Method in class adams.flow.source.RSync
 
isIgnoreTimes() - Method in class adams.flow.source.RSync
 
isImageSharp(AbstractImageContainer) - Method in class adams.data.imagesharpness.AbstractImageSharpness
Checks the sharpness of an image.
isImageSharp(AbstractImageContainer) - Method in class adams.data.imagesharpness.Dummy
Checks the sharpness of an image.
isIncludeParentDirs() - Method in class adams.core.io.FileObjectComparator
Returns whether to include parent directories in the comparison.
isIncludeParentDirs() - Method in class adams.gui.core.FilePanel
Returns whether to include parent directories in the comparison.
isIncremental() - Method in class adams.data.io.output.AccessSpreadSheetWriter
Returns whether the writer can write data incrementally.
isIncremental() - Method in class adams.data.io.output.CsvSpreadSheetWriter
Returns whether the writer can write data incrementally.
isIncremental() - Method in interface adams.data.io.output.IncrementalSpreadSheetWriter
Returns whether the writer can write data incrementally.
isIncremental() - Method in class adams.gui.core.SearchPanel
Returns whether incremental search is enabled.
isIndefinite() - Method in class adams.core.base.JsonPathExpression
Returns whether the path expression is an indefinite one, i.e., it will return a list rather than a single item.
isInfinite() - Method in class adams.core.base.BaseInterval
Returns whether the range is from negative to positive infinity.
isInfinity() - Method in class adams.core.base.BaseDate
Checks whether the date/time is -INF or +INF.
isInfinity() - Method in class adams.core.base.BaseDateTime
Checks whether the date/time is -INF or +INF.
isInfinity() - Method in class adams.core.base.BaseDateTimeMsec
Checks whether the date/time is -INF or +INF.
isInfinity() - Method in class adams.core.base.BaseTime
Checks whether the date/time is -INF or +INF.
isInfinity() - Method in class adams.core.base.BaseTimeMsec
Checks whether the date/time is -INF or +INF.
isInfinityFuture() - Method in class adams.core.base.BaseDate
Checks whether the date/time is +INF.
isInfinityFuture() - Method in class adams.core.base.BaseDateTime
Checks whether the date/time is +INF.
isInfinityFuture() - Method in class adams.core.base.BaseDateTimeMsec
Checks whether the date/time is +INF.
isInfinityFuture() - Method in class adams.core.base.BaseTime
Checks whether the date/time is +INF.
isInfinityFuture() - Method in class adams.core.base.BaseTimeMsec
Checks whether the date/time is +INF.
isInfinityPast() - Method in class adams.core.base.BaseDate
Checks whether the date/time is -INF.
isInfinityPast() - Method in class adams.core.base.BaseDateTime
Checks whether the date/time is -INF.
isInfinityPast() - Method in class adams.core.base.BaseDateTimeMsec
Checks whether the date/time is -INF.
isInfinityPast() - Method in class adams.core.base.BaseTime
Checks whether the date/time is -INF.
isInfinityPast() - Method in class adams.core.base.BaseTimeMsec
Checks whether the date/time is -INF.
isInfoVisible() - Method in class adams.gui.core.AbstractComponentWithButtons
Returns whether the information panel/JLabel is visible or not.
isInitialized() - Method in class adams.data.featureconverter.AbstractFeatureConverter
Returns whether the header has been initialized.
isInitialized() - Method in class adams.data.instancesanalysis.pls.AbstractPLS
Returns whether the scheme has been initialized.
isInitialized() - Method in class adams.gui.core.SearchableWrapperListModel
whether the model is initialized.
isInitialized() - Method in class adams.gui.core.SortableAndSearchableWrapperTableModel
whether the model is initialized.
isInitialized() - Method in class adams.gui.selection.AbstractFieldCacheItem
Checks whether the cache is initialized.
isInitialized() - Method in class adams.ml.preprocessing.AbstractFilter
Returns whether the filter has been initialized.
isInitialized() - Method in interface adams.ml.preprocessing.ColumnSubsetFilter
Returns whether the filter has been initialized.
isInitialized() - Method in interface adams.ml.preprocessing.Filter
Returns whether the filter has been initialized.
isInitialized(File) - Method in class adams.core.io.filechanged.AbstractFileChangeMonitor
Checks whether the monitor has been initialized with the specified file.
isInitialized(File) - Method in interface adams.core.io.filechanged.FileChangeMonitor
Checks whether the monitor has been initialized with the specified file.
isInitializing() - Method in class adams.gui.visualization.core.AbstractPaintlet
Whether the paintlet is currently being initialized.
isInitializing() - Method in class adams.gui.visualization.image.paintlet.AbstractPaintlet
Whether the paintlet is currently being initialized.
isInitiallySelected() - Method in class adams.gui.action.AbstractPropertiesCheckBoxMenuItemAction
Returns the initial selected state of the menu item.
isInitiallySelected() - Method in class adams.gui.flow.menu.ActiveGC
Returns the initial selected state of the menu item.
isInitiallySelected() - Method in class adams.gui.flow.menu.ActiveHeadless
Returns the initial selected state of the menu item.
isInitiallySelected() - Method in class adams.gui.flow.menu.EditEnableUndo
Returns the initial selected state of the menu item.
isInitiallySelected() - Method in class adams.gui.flow.menu.EditIgnoreNameChanges
Returns the initial selected state of the menu item.
isInitiallySelected() - Method in class adams.gui.flow.menu.EditInteractiveActors
Returns the initial selected state of the menu item.
isInitiallySelected() - Method in class adams.gui.flow.menu.EditTimedActors
Returns the initial selected state of the menu item.
isInitiallySelected() - Method in class adams.gui.flow.menu.FileCheckOnSave
Returns the initial selected state of the menu item.
isInitiallySelected() - Method in class adams.gui.flow.menu.RunGC
Returns the initial selected state of the menu item.
isInitiallySelected() - Method in class adams.gui.flow.menu.RunHeadless
Returns the initial selected state of the menu item.
isInitiallySelected() - Method in class adams.gui.flow.menu.ViewShowAnnotations
Returns the initial selected state of the menu item.
isInitiallySelected() - Method in class adams.gui.flow.menu.ViewShowInputOutput
Returns the initial selected state of the menu item.
isInitiallySelected() - Method in class adams.gui.flow.menu.ViewShowQuickInfo
Returns the initial selected state of the menu item.
isInitiallySelected() - Method in class adams.gui.flow.menu.ViewShowToolbar
Returns the initial selected state of the menu item.
isInitiallySelected() - Method in class adams.gui.tools.spreadsheetviewer.menu.ViewApplyToAll
Returns the initial selected state of the menu item.
isInitiallySelected() - Method in class adams.gui.tools.spreadsheetviewer.menu.ViewShowCellTypes
Returns the initial selected state of the menu item.
isInitiallySelected() - Method in class adams.gui.tools.spreadsheetviewer.menu.ViewShowFormulas
Returns the initial selected state of the menu item.
isInlineEditingAvailable() - Method in class adams.gui.goe.AbstractAdvancedScriptEditor
Checks whether inline editing is available.
isInlineEditingAvailable() - Method in class adams.gui.goe.AbstractBaseDateTypeEditor
Checks whether inline editing is available.
isInlineEditingAvailable() - Method in class adams.gui.goe.AbstractSimpleScriptEditor
Checks whether inline editing is available.
isInlineEditingAvailable() - Method in class adams.gui.goe.BaseAnnotationEditor
Checks whether inline editing is available.
isInlineEditingAvailable() - Method in class adams.gui.goe.BaseClassnameEditor
Checks whether inline editing is available.
isInlineEditingAvailable() - Method in class adams.gui.goe.BaseColorEditor
Checks whether inline editing is available.
isInlineEditingAvailable() - Method in class adams.gui.goe.BaseCommandLineEditor
Checks whether inline editing is available.
isInlineEditingAvailable() - Method in class adams.gui.goe.BaseObjectEditor
Checks whether inline editing is available.
isInlineEditingAvailable() - Method in class adams.gui.goe.BasePasswordEditor
Checks whether inline editing is available.
isInlineEditingAvailable() - Method in class adams.gui.goe.BaseTextEditor
Checks whether inline editing is available.
isInlineEditingAvailable() - Method in class adams.gui.goe.ColorEditor
Checks whether inline editing is available.
isInlineEditingAvailable() - Method in class adams.gui.goe.CronScheduleEditor
Checks whether inline editing is available.
isInlineEditingAvailable() - Method in class adams.gui.goe.FieldEditor
Checks whether inline editing is available.
isInlineEditingAvailable() - Method in class adams.gui.goe.FileEditor
Checks whether inline editing is available.
isInlineEditingAvailable() - Method in class adams.gui.goe.FlowFileEditor
Checks whether inline editing is available.
isInlineEditingAvailable() - Method in class adams.gui.goe.IndexEditor
Checks whether inline editing is available.
isInlineEditingAvailable() - Method in interface adams.gui.goe.InlineEditorSupport
Checks whether inline editing is available.
isInlineEditingAvailable() - Method in class adams.gui.goe.JdbcUrlEditor
Checks whether inline editing is available.
isInlineEditingAvailable() - Method in class adams.gui.goe.PlaceholderDirectoryEditor
Checks whether inline editing is available.
isInlineEditingAvailable() - Method in class adams.gui.goe.PlaceholderFileEditor
Checks whether inline editing is available.
isInlineEditingAvailable() - Method in class adams.gui.goe.RangeEditor
Checks whether inline editing is available.
isInlineEditingAvailable() - Method in class adams.gui.goe.UnorderedRangeEditor
Checks whether inline editing is available.
isInlineEditingAvailable() - Method in class adams.gui.goe.WekaExperimentFileEditor
Checks whether inline editing is available.
isInlineEditingEnabled() - Method in class adams.gui.chooser.AbstractChooserPanel
Returns whether inline editing is enabled, i.e., editing without having to bring up the chooser.
isInlineFavoritesEnabled() - Method in class adams.gui.goe.BaseObjectEditor
Checks whether favorites support is available.
isInlineFavoritesEnabled() - Method in interface adams.gui.goe.InlineEditorSupportWithFavorites
Checks whether favorites support is available.
isInlineFavoritesEnabled() - Method in class adams.gui.goe.JdbcUrlEditor
Checks whether favorites support is available.
isInlineValueValid(String) - Method in class adams.gui.goe.AbstractAdvancedScriptEditor
Checks whether the value id valid.
isInlineValueValid(String) - Method in class adams.gui.goe.AbstractBaseDateTypeEditor
Checks whether the value id valid.
isInlineValueValid(String) - Method in class adams.gui.goe.AbstractSimpleScriptEditor
Checks whether the value id valid.
isInlineValueValid(String) - Method in class adams.gui.goe.BaseAnnotationEditor
Checks whether the value id valid.
isInlineValueValid(String) - Method in class adams.gui.goe.BaseClassnameEditor
Checks whether the value id valid.
isInlineValueValid(String) - Method in class adams.gui.goe.BaseColorEditor
Checks whether the value id valid.
isInlineValueValid(String) - Method in class adams.gui.goe.BaseCommandLineEditor
Checks whether the value id valid.
isInlineValueValid(String) - Method in class adams.gui.goe.BaseObjectEditor
Checks whether the value id valid.
isInlineValueValid(String) - Method in class adams.gui.goe.BaseTextEditor
Checks whether the value id valid.
isInlineValueValid(String) - Method in class adams.gui.goe.ColorEditor
Checks whether the value id valid.
isInlineValueValid(String) - Method in class adams.gui.goe.CronScheduleEditor
Checks whether the value id valid.
isInlineValueValid(String) - Method in class adams.gui.goe.FieldEditor
Checks whether the value id valid.
isInlineValueValid(String) - Method in class adams.gui.goe.FileEditor
Checks whether the value id valid.
isInlineValueValid(String) - Method in class adams.gui.goe.FlowFileEditor
Checks whether the value id valid.
isInlineValueValid(String) - Method in class adams.gui.goe.IndexEditor
Checks whether the value id valid.
isInlineValueValid(String) - Method in interface adams.gui.goe.InlineEditorSupport
Checks whether the value id valid.
isInlineValueValid(String) - Method in class adams.gui.goe.JdbcUrlEditor
Checks whether the value id valid.
isInlineValueValid(String) - Method in class adams.gui.goe.PlaceholderDirectoryEditor
Checks whether the value id valid.
isInlineValueValid(String) - Method in class adams.gui.goe.PlaceholderFileEditor
Checks whether the value id valid.
isInlineValueValid(String) - Method in class adams.gui.goe.RangeEditor
Checks whether the value id valid.
isInlineValueValid(String) - Method in class adams.gui.goe.UnorderedRangeEditor
Checks whether the value id valid.
isInlineValueValid(String) - Method in class adams.gui.goe.WekaExperimentFileEditor
Checks whether the value id valid.
isInplace() - Method in class adams.flow.source.RSync
 
isInPlace() - Method in class adams.gui.tools.spreadsheetviewer.AbstractDataPlugin
Returns whether the processed sheet should rather get placed ("in-place") in the same tab rather than in a new one.
isInPlace() - Method in class adams.gui.tools.spreadsheetviewer.Append
Returns whether the processed sheet should rather get placed ("in-place") in the same tab rather than in a new one.
isInPlace() - Method in class adams.gui.tools.spreadsheetviewer.Merge
Returns whether the processed sheet should rather get placed ("in-place") in the same tab rather than in a new one.
isInputEnabled() - Method in class adams.gui.flow.FlowPanel
Returns whether the flow accepts input.
isInputFile() - Method in class adams.data.io.input.AbstractDataContainerReader
Returns whether the input needs to be a file or directory.
isInRange(int) - Method in class adams.core.Range
Checks whether the provided 0-based index is within the range.
isInRange(int) - Method in class adams.core.Range.SubRange
Checks whether the given index is within the limits of the sub-range.
isInRange(int) - Method in class adams.core.UnorderedRange
Checks whether the provided 0-based index is within the range.
isInRange(int) - Method in class adams.data.io.input.ExcelStreamingSpreadSheetReader.SheetHandler
Checks whether the 0-based row is in the window that we want to read in.
isInRange(T, int) - Method in class adams.core.AbstractDataBackedRange
Checks whether the provided 0-based index is within the range.
isInRange(T, int) - Method in class adams.core.AbstractDataBackedUnorderedRange
Checks whether the provided 0-based index is within the range.
isInside(double) - Method in class adams.core.base.BaseInterval
Checks whether the value falls inside the bounds, taking the inclusivity of the bounds into account.
isInteger(int) - Static method in class adams.db.SQLUtils
Checks whether the given column type is an integer type.
isInteger(String) - Static method in class adams.core.Utils
Tries to parse the given string as integer.
IsInteger - Class in adams.flow.condition.bool
Evaluates to 'true' if the payload of the token is an integer number/string.
IsInteger() - Constructor for class adams.flow.condition.bool.IsInteger
 
isInteractive() - Method in class adams.flow.template.AbstractActorTemplate
Whether the flow generated is an interactive one.
isInteractive() - Method in class adams.flow.template.DummySink
Whether the flow generated is an interactive one.
isInteractive() - Method in class adams.flow.template.DummySource
Whether the flow generated is an interactive one.
isInteractive() - Method in class adams.flow.template.DummyStandalone
Whether the flow generated is an interactive one.
isInteractive() - Method in class adams.flow.template.DummyTransformer
Whether the flow generated is an interactive one.
isInteractive() - Method in class adams.flow.template.EndlessLoop
Whether the flow generated is an interactive one.
isInteractive() - Method in class adams.flow.template.FileProcessingWithProgressBar
Whether the flow generated is an interactive one.
isInteractive() - Method in class adams.flow.template.FromFile
Whether the flow generated is an interactive one.
isInteractive() - Method in class adams.flow.template.Groovy
Whether the flow generated is an interactive one.
isInteractive() - Method in class adams.flow.template.InstanceDumperVariable
Whether the flow generated is an interactive one.
isInteractive() - Method in class adams.flow.template.IterateFilesWithProgressBar
Whether the flow generated is an interactive one.
isInteractive() - Method in class adams.flow.template.OptionTraverser
Whether the flow generated is an interactive one.
isInteractive() - Method in class adams.flow.template.ProgressInConsole
Whether the flow generated is an interactive one.
isInteractive() - Method in class adams.flow.template.PromptUser
Whether the flow generated is an interactive one.
isInteractive() - Method in class adams.flow.template.Scripted
Whether the flow generated is an interactive one.
isInteractive() - Method in class adams.flow.template.SimpleMenu
Whether the flow generated is an interactive one.
isInteractive() - Method in class adams.flow.template.StoreFilenameInVariable
Whether the flow generated is an interactive one.
isInteractive() - Method in class adams.flow.template.StoreReportValueInVariable
Whether the flow generated is an interactive one.
isInteractive() - Method in class adams.flow.template.UpdateVariable
Whether the flow generated is an interactive one.
isInteractive(Actor) - Static method in class adams.flow.core.ActorUtils
Checks whether the actor or its sub-actors are interactive ones.
isInUse(File) - Method in class adams.core.io.fileuse.AbstractFileUseCheck
Checks whether the file is in use.
isInUse(File) - Method in class adams.core.io.fileuse.Default
Checks whether the file is in use.
isInUse(File) - Method in class adams.core.io.fileuse.Deserialize
Checks whether the file is in use.
isInUse(File) - Method in class adams.core.io.fileuse.FileIncomplete
Checks whether the file is in use.
isInUse(File) - Method in class adams.core.io.fileuse.FileSizeChange
Checks whether the file is in use.
isInUse(File) - Method in class adams.core.io.fileuse.ImageMetaDataExtractor
Checks whether the file is in use.
isInUse(File) - Method in class adams.core.io.fileuse.ImageReader
Checks whether the file is in use.
isInUse(File) - Method in class adams.core.io.fileuse.JpegIsComplete
Checks whether the file is in use.
isInUse(File) - Method in class adams.core.io.fileuse.LastLineMatches
Checks whether the file is in use.
isInUse(File) - Method in class adams.core.io.fileuse.MultiCheck
Checks whether the file is in use.
isInUse(File) - Method in class adams.core.io.fileuse.NoCheck
Checks whether the file is in use.
isInUse(File) - Method in class adams.core.io.fileuse.NonWindows
Checks whether the file is in use.
isInUse(File) - Method in class adams.core.io.fileuse.PngIsComplete
Checks whether the file is in use.
isInUse(File) - Method in class adams.core.io.fileuse.TextReader
Checks whether the file is in use.
isInUse(File) - Method in class adams.core.io.fileuse.Windows
Checks whether the file is in use.
isInverted() - Method in class adams.core.Range
Checks whether the range is inverted.
isIpv4() - Method in class adams.flow.source.RSync
 
isIpv6() - Method in class adams.flow.source.RSync
 
isItemizeChanges() - Method in class adams.flow.source.RSync
 
isItemLeaf() - Method in class adams.gui.core.dotnotationtree.DotNotationNode
Returns whether this node represents a leaf node in the sense of the end-point of the dot notation of the full label.
isItemLeaf() - Method in class adams.gui.goe.classtree.ClassNode
Returns whether this node represents a leaf node in the sense of the end-point of the dot notation of the full label.
isJComponent() - Method in class adams.gui.chooser.BaseFileChooser
Returns whether the file chooser is a JComponent and can be embedded in other components.
isJComponent() - Method in interface adams.gui.chooser.FileChooser
Returns whether the file chooser is a JComponent and can be embedded in other components.
isJComponent() - Method in class adams.gui.chooser.SimpleDirectoryChooser
Returns whether the file chooser is a JComponent and can be embedded in other components.
isJDK() - Static method in class adams.core.management.Java
Checks whether Java home is representing a JDK.
isJDK(String) - Static method in class adams.core.management.Java
Checks whether directory is representing a JDK.
isJRE() - Static method in class adams.core.management.Java
Checks whether Java home is pointing to a JRE instead of a JDK.
isJRE(String) - Static method in class adams.core.management.Java
Checks whether directory is pointing to a JRE instead of a JDK.
isKeepDirlinks() - Method in class adams.flow.source.RSync
 
isLabelMatch(String) - Method in class adams.gui.core.dotnotationtree.DotNotationNode
Returns whether the label matches the specified string.
isLabelMatch(String) - Method in class adams.gui.goe.actorpathtree.ActorPathNode
Returns whether the label matches the specified string.
isLast() - Method in class adams.parser.actorsuggestion.Parser
Returns whether the proposed actor will get added at the last position.
isLast() - Method in class adams.parser.externalactorsuggestion.Parser
Returns whether the proposed actor will get added at the last position.
isLast() - Method in class adams.parser.templatesuggestion.Parser
Returns whether the proposed actor will get added at the last position.
isLast(List<Tick>, int, boolean, int) - Method in class adams.gui.visualization.core.AxisPanel
Checks whether the tick is the last one.
ISLAST - Static variable in interface adams.parser.actorsuggestion.sym
 
ISLAST - Static variable in interface adams.parser.externalactorsuggestion.sym
 
ISLAST - Static variable in interface adams.parser.templatesuggestion.sym
 
isLastDefinition(SortDefinitionPanel) - Method in class adams.gui.tools.spreadsheetviewer.SortPanel
Checks whether the panel is the last one.
isLastDefinition(InstancesSortDefinitionPanel) - Method in class adams.gui.visualization.instances.instancestable.InstancesSortPanel
Checks whether the panel is the last one.
isLeaf() - Method in class weka.classifiers.trees.m5.RuleNode2
Return true if this node is a leaf
isLeft() - Method in class adams.gui.visualization.debug.DiffTextPane
Returns whether this diff represents the left or right content.
isLeftClick(MouseEvent) - Static method in class adams.gui.core.MouseUtils
Checks whether the mouse event is a left-click event.
isLeftComponentHidden() - Method in class adams.gui.core.BaseSplitPane
Returns whether the left component is hidden.
isLeftDetachable() - Method in class adams.gui.core.SplitPanelWithOptionalComponents
Returns whether the left component is detachable.
isLeftDetachableButtonVisible() - Method in class adams.gui.core.SplitPanelWithOptionalComponents
Returns the frame title for the detached left component.
isLeftDown(MouseEvent) - Static method in class adams.gui.core.MouseUtils
Checks whether the left mouse button is down.
isLeftMouseDown() - Method in class adams.gui.visualization.segmentation.CanvasPanel
Returns whether the left mouse button is down.
isLenient() - Method in class adams.core.DateFormat
Returns whether the parsing is lenient or not.
isLenient() - Method in class adams.gui.chooser.SelectOptionPanel
Returns whether multiple options can be selected.
isLink() - Method in interface adams.core.io.FileObject
Returns whether the file represents a link.
isLink() - Method in class adams.core.io.FtpFileObject
Returns whether the file represents a link.
isLink() - Method in class adams.core.io.LocalFileObject
Returns whether the file represents a link.
isLink() - Method in class adams.core.io.SftpFileObject
Returns whether the file represents a link.
isLink() - Method in class adams.core.io.SmbFileObject
Returns whether the file represents a link.
isLinks() - Method in class adams.flow.source.RSync
 
isLinux() - Static method in class adams.core.management.OS
Checks whether the operating system is Linux (but not Android).
IsLinux - Class in adams.flow.condition.bool
Evaluates to 'true' if the operating system is Linux.
IsLinux() - Constructor for class adams.flow.condition.bool.IsLinux
 
isListDirsFirst() - Method in class adams.core.io.FileObjectComparator
Returns whether to list directories first.
isListDirsFirst() - Method in class adams.gui.core.FilePanel
Returns whether to list directories first.
isListOnly() - Method in class adams.flow.source.RSync
 
isLocal() - Method in interface adams.core.io.FileObject
Returns whether the file is a local file.
isLocal() - Method in class adams.core.io.FtpFileObject
Returns whether the file is a local file.
isLocal() - Method in interface adams.core.io.lister.DirectoryLister
Returns whether the directory lister operates locally or remotely.
isLocal() - Method in class adams.core.io.lister.FtpDirectoryLister
Returns whether the directory lister operates locally or remotely.
isLocal() - Method in class adams.core.io.lister.LocalDirectoryLister
Returns whether the directory lister operates locally or remotely.
isLocal() - Method in class adams.core.io.lister.SftpDirectoryLister
Returns whether the directory lister operates locally or remotely.
isLocal() - Method in class adams.core.io.lister.SmbDirectoryLister
Returns whether the directory lister operates locally or remotely.
isLocal() - Method in class adams.core.io.LocalFileObject
Returns whether the file is a local file.
isLocal() - Method in class adams.core.io.SftpFileObject
Returns whether the file is a local file.
isLocal() - Method in class adams.core.io.SmbFileObject
Returns whether the file is a local file.
isLocal() - Method in class adams.gui.core.FilePanel
Returns whether the files are local or remote.
isLocked() - Method in class adams.multiprocess.JobList
Returns whether the queue has been locked due to being processed in a JobRunner or not.
isLoggingEnabled() - Method in class adams.core.logging.ConsoleLoggingObject
Returns whether logging is enabled.
isLoggingEnabled() - Method in class adams.core.logging.LoggingObject
Returns whether logging is enabled.
isLoggingEnabled() - Method in interface adams.core.logging.LoggingSupporter
Returns whether logging is enabled.
isLoggingEnabled() - Static method in class adams.flow.core.ActorUtils
Returns whether logging is enabled.
isLoggingEnabled() - Method in class adams.gui.core.AbstractBaseTableModel
Returns whether logging is enabled.
isLoggingEnabled() - Method in class adams.gui.core.BaseFrame
Returns whether logging is enabled.
isLoggingEnabled() - Method in class adams.gui.core.BaseWindow
Returns whether logging is enabled.
isLoggingEnabled() - Method in class adams.gui.core.MaximizationFixWindowListener
Returns whether logging is enabled.
isLoggingEnabled() - Method in class adams.gui.flow.FlowPanel
Returns whether logging is enabled.
isLoggingEnabled() - Method in class adams.gui.tools.SSHPanel
Returns whether logging is enabled.
isLoggingEnabled() - Method in class adams.gui.wizard.AbstractWizardPage
Returns whether logging is enabled.
isLoggingEnabled() - Method in class adams.gui.wizard.AbstractWizardPane
Returns whether logging is enabled.
isLong() - Method in interface adams.data.spreadsheet.Cell
Returns whether the content represents a long number.
isLong() - Method in class adams.data.spreadsheet.CellView
Returns whether the content represents a long number.
isLong() - Method in class adams.data.spreadsheet.DoubleCell
Returns whether the content represents a long number.
isLong() - Method in class adams.data.spreadsheet.FloatCell
Returns whether the content represents a long number.
isLong() - Method in class adams.ml.data.DataCellView
Returns whether the content represents a long number.
isLong(String) - Static method in class adams.core.Utils
Tries to parse the given string as long.
IsLong - Class in adams.flow.condition.bool
Evaluates to 'true' if the payload of the token is a long number/string.
IsLong() - Constructor for class adams.flow.condition.bool.IsLong
 
isLowerInclusive() - Method in class adams.core.base.BaseInterval
Returns whether the lower bound is inclusive.
isMac() - Static method in class adams.core.management.OS
Checks whether the operating system is Mac.
IsMac - Class in adams.flow.condition.bool
Evaluates to 'true' if the operating system is a Mac.
IsMac() - Constructor for class adams.flow.condition.bool.IsMac
 
isManuallyResized() - Method in class adams.gui.visualization.container.ContainerTable
Returns whether the columns where manually resized.
isMarkersDisabled() - Method in interface adams.gui.visualization.core.PaintletWithMarkers
Returns whether marker shapes are disabled.
isMarkersDisabled() - Method in class adams.gui.visualization.instance.InstanceLinePaintlet
Returns whether marker shapes are disabled.
isMarkersDisabled() - Method in class adams.gui.visualization.sequence.LinePaintlet
Returns whether marker shapes are disabled.
isMarkersDisabled() - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowLinePaintlet
Returns whether marker shapes are disabled.
isMarkersDisabled() - Method in class adams.gui.visualization.timeseries.TimeseriesPaintlet
Returns whether marker shapes are disabled.
IsMat5Array - Class in adams.flow.condition.bool
Checks whether the object represents a Matlab array.
IsMat5Array() - Constructor for class adams.flow.condition.bool.IsMat5Array
 
IsMat5Matrix - Class in adams.flow.condition.bool
Checks whether the object represents a Matlab matrix.
IsMat5Matrix() - Constructor for class adams.flow.condition.bool.IsMat5Matrix
 
IsMat5Struct - Class in adams.flow.condition.bool
Checks whether the object represents a Matlab struct data structure.
IsMat5Struct() - Constructor for class adams.flow.condition.bool.IsMat5Struct
 
isMatch(ConsoleOutputAnalyzerPanel.ConsoleOutputEntry) - Method in class adams.gui.tools.ConsoleOutputAnalyzerPanel.ConsoleEntryFilter
Checks whether the entry matches the filter.
isMatch(InstanceContainer, String, boolean) - Method in class adams.gui.visualization.instance.InstanceContainerManager
Returns whether the container matches the current search.
isMatch(ReportContainer, String, boolean) - Method in class adams.gui.visualization.report.ReportContainerManager
Returns whether the container matches the current search.
isMatch(XYSequenceContainer, String, boolean) - Method in class adams.gui.visualization.sequence.XYSequenceContainerManager
Returns whether the container matches the current search.
isMatch(SpreadSheetRowContainer, String, boolean) - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowContainerManager
Returns whether the container matches the current search.
isMatch(C, String, boolean) - Method in class adams.gui.visualization.timeseries.TimeseriesContainerManager
Returns whether the container matches the current search.
isMatch(String) - Method in class adams.core.base.BaseRegExp
Checks whether the string matches the regular expression.
isMatch(T, String, boolean) - Method in class adams.gui.visualization.container.AbstractContainerManager
Returns whether the container matches the current search.
isMatchAll() - Method in class adams.core.base.BaseRegExp
Checks whether the expression is the match-all expression.
isMatchAll() - Method in class adams.gui.tools.ConsoleOutputAnalyzerPanel.ConsoleEntryFilter
Checks whether this is a MATCH ALL filter.
isMetaDown(int) - Static method in class adams.gui.core.KeyUtils
Returns whether the META key is down.
isMiddleClick(MouseEvent) - Static method in class adams.gui.core.MouseUtils
Checks whether the mouse event is a middle/wheel-click event.
isMiddleDown(MouseEvent) - Static method in class adams.gui.core.MouseUtils
Checks whether the middle mouse button is down.
isMissing() - Method in interface adams.data.spreadsheet.Cell
Checks whether the cell contains a missing value.
isMissing() - Method in class adams.data.spreadsheet.CellView
Checks whether the cell contains a missing value.
isMissing() - Method in class adams.data.spreadsheet.DoubleCell
Checks whether the cell contains a missing value.
isMissing() - Method in class adams.data.spreadsheet.FloatCell
Checks whether the cell contains a missing value.
isMissing() - Method in class adams.ml.data.DataCellView
Checks whether the cell contains a missing value.
isMissing(int) - Method in class weka.core.AbstractHashableInstance
Tests if a specific value is "missing".
isMissing(Attribute) - Method in class weka.core.AbstractHashableInstance
Tests if a specific value is "missing".
isMissingAt(int, int) - Method in class adams.gui.visualization.instances.InstancesTableModel
checks whether the value at the given position is missing
isMissingSparse(int) - Method in class weka.core.AbstractHashableInstance
Tests if a specific value is "missing" in the sparse representation.
isModified() - Method in class adams.core.management.CharsetHelper
Whether the settings got modified.
isModified() - Method in class adams.core.management.LocaleHelper
Whether the settings got modified.
isModified() - Method in class adams.core.management.TimeZoneHelper
Whether the settings got modified.
isModified() - Method in class adams.core.net.ProxyHelper
Whether the settings got modified.
isModified() - Method in class adams.data.tesseract.TesseractHelper
Whether the settings got modified.
isModified() - Method in class adams.flow.processor.AbstractModifyingProcessor
Returns whether the actor was modified.
isModified() - Method in interface adams.flow.processor.ModifyingProcessor
Returns whether the actor was modified.
isModified() - Method in class adams.flow.setup.FlowSetupManager
Returns whether the manager was modified.
isModified() - Method in class adams.gui.core.AbstractTextAreaPanelWithAdvancedSyntaxHighlighting
Returns whether the content has been modified.
isModified() - Method in class adams.gui.core.KeyValuePairTableModel
Returns whether the values were modified.
isModified() - Method in class adams.gui.core.SpreadSheetTable
Returns whether the table has been modified.
isModified() - Method in class adams.gui.core.SpreadSheetTableModel
Returns whether the table model has been modified.
isModified() - Method in class adams.gui.core.SpreadSheetTableWithButtons
Returns whether the table has been modified.
isModified() - Method in class adams.gui.core.StyledTextEditorPanel
Returns whether the content has been modified.
isModified() - Method in class adams.gui.core.TextEditorPanel
Returns whether the content has been modified.
isModified() - Static method in class adams.gui.core.UISettings
Returns whether the settings are currently unsaved.
isModified() - Method in class adams.gui.dialog.TextDialog
Returns whether the content has been modified.
isModified() - Method in class adams.gui.dialog.TextPanel
Returns whether the content has been modified.
isModified() - Method in class adams.gui.flow.FlowEditorPanel
Returns whether the flow is flagged as modified.
isModified() - Method in class adams.gui.flow.FlowPanel
Returns whether the flow is flagged as modified.
isModified() - Method in class adams.gui.flow.FlowRunnerPanel
Returns whether the flow is flagged as modified.
isModified() - Method in interface adams.gui.flow.FlowWorkerHandler
Returns whether the flow is flagged as modified.
isModified() - Method in class adams.gui.flow.tree.Tree
Returns whether the tree is modified.
isModified() - Method in class adams.gui.goe.Favorites
Returns whether the favorites are modified.
isModified() - Method in class adams.gui.tools.PlaceholderManagementPanel.PlaceholderTableModel
Returns modified state.
isModified() - Method in class adams.gui.tools.previewbrowser.ContentHandlerFavorites
Returns whether the favorites are modified.
isModified() - Method in class adams.gui.tools.spreadsheetviewer.SpreadSheetPanel
Returns whether the table has been modified.
isModified() - Method in class adams.gui.tools.wekainvestigator.data.AbstractDataContainer
Checks whether the data has been modified.
isModified() - Method in interface adams.gui.tools.wekainvestigator.data.DataContainer
Checks whether the data has been modified.
isModified() - Method in class adams.gui.tools.wekamultiexperimenter.setup.AbstractSetupPanel
Returns whether the setup has been modified.
isModified() - Method in class adams.gui.visualization.image.ImagePanel
Returns whether the image was modified or not.
isModified() - Method in class adams.gui.visualization.object.tools.AbstractTool
Returns whether the settings are currently modified.
isModified() - Method in interface adams.gui.visualization.object.tools.Tool
Returns whether the settings are currently modified.
isModifiedAt(int) - Method in class adams.gui.tools.spreadsheetviewer.MultiPagePane
Returns the modified state.
isModifyingStructure() - Method in interface adams.flow.control.FlowStructureModifier
Returns whether the actor is modifying the structure.
isModifyingStructure() - Method in class adams.flow.core.AbstractBaseExternalActor
Returns whether the actor is modifying the structure.
isModifyingStructure() - Method in class adams.flow.core.AbstractCopyCallableActor
Returns whether the actor is modifying the structure.
isModifyingStructure() - Method in class adams.flow.core.AbstractTemplate
Returns whether the actor is modifying the structure.
isMouseListenerActive() - Method in class adams.gui.core.BaseStatusBar
Returns whether the mouse listener is active.
isMsgs2stderr() - Method in class adams.flow.source.RSync
 
isMultiLineComment() - Method in class adams.gui.scripting.SyntaxDocument
We have found a start delimiter and are still searching for the end delimiter.
isMultiple() - Method in class adams.core.option.AbstractArgumentOption
Returns true if the option can appear multiple times (for array properties).
isMultipleSelection() - Method in class adams.gui.selection.AbstractTableBasedSelectionDialog
Returns whether multiple or single selection is active.
isMultipleSelection() - Method in class adams.gui.selection.AbstractTableBasedSelectionPanel
Returns whether multiple or single selection is active.
isMultipleSelection() - Method in class adams.gui.selection.SelectFieldPanel
Returns whether multiple or single selection is active.
isMultiSelect() - Method in class adams.flow.source.valuedefinition.ListSelectionValueDefinition
Returns whether multiple options can be selected.
isMultiSelect() - Method in class adams.gui.chooser.SelectOptionPanel
Returns whether multiple options can be selected.
isMultiSelection() - Method in class adams.gui.core.FilePanel
Returns whether multi-selection is enabled.
isMultiSelectionEnabled() - Method in interface adams.gui.chooser.FileChooser
Returns true if multiple files can be selected.
isMungeLinks() - Method in class adams.flow.source.RSync
 
isMutable - Variable in class adams.gui.flow.tree.StateContainer
whether the node is a mutable actor handler.
isMySQL(AbstractDatabaseConnection) - Static method in class adams.db.JDBC
Checks whether this connection represents a MySQL one.
isMySQL(String) - Static method in class adams.db.JDBC
Checks whether this JDBC url represents a MySQL URL.
isName(String) - Method in class adams.core.AbstractDataBackedIndex
Checks whether the strings represents a name.
isName(String) - Method in class adams.core.AbstractDataBackedRange
Checks whether the strings represents a name.
isNameMatch(VariableName, String) - Method in class adams.flow.processor.UpdateVariableName
Checks whether the located object matches the old name that requires replacement.
isNameMatch(StorageName, String) - Method in class adams.flow.processor.UpdateStorageName
Checks whether the located object matches the old name that requires replacement.
isNameMatch(CallableActorReference, String) - Method in class adams.flow.processor.UpdateCallableActorName
Checks whether the located object matches the old name that requires replacement.
isNameMatch(EventReference, String) - Method in class adams.flow.processor.UpdateEventName
Checks whether the located object matches the old name that requires replacement.
isNameMatch(Object) - Method in class adams.flow.processor.AbstractListNameUsage
Checks whether the located object matches the name that we are looking for.
isNameMatch(Object) - Method in class adams.flow.processor.ListActorReferenceUsage
Checks whether the located object matches the name that we are looking for.
isNameMatch(Object) - Method in class adams.flow.processor.ListCallableActorUsage
Checks whether the located object matches the name that we are looking for.
isNameMatch(Object) - Method in class adams.flow.processor.ListStorageUsage
Checks whether the located object matches the name that we are looking for.
isNameMatch(Object) - Method in class adams.flow.processor.ListVariableUsage
Checks whether the located object matches the name that we are looking for.
isNameMatch(T, String) - Method in class adams.flow.processor.AbstractNameUpdater
Checks whether the located object matches the old name that requires replacement.
ISNAN - Static variable in interface adams.parser.booleanexpression.sym
 
ISNAN - Static variable in interface adams.parser.mathematicalexpression.sym
 
ISNAN - Static variable in interface adams.parser.stringexpression.sym
 
isNewPage() - Method in class adams.flow.transformer.pdfproclet.DocumentState
Returns whether a new page was just added.
isNextVolumeReady(Volume) - Method in class adams.core.io.RarUtils.DummyUnrarCallback
 
isNoChooseYet() - Method in class adams.gui.chooser.AbstractChooserPanel
Returns whether no choose action has occurred yet (ie button click).
isNoExecute() - Method in class adams.flow.FlowRunner
Returns whether to suppress flow execution.
isNoImpliedDirs() - Method in class adams.flow.source.RSync
 
isNoMotd() - Method in class adams.flow.source.RSync
 
isNoneDown(int) - Static method in class adams.gui.core.KeyUtils
Checks whether neither CTRL/ALT/META/SHIFT is down.
isNonInteractive() - Method in class adams.flow.condition.bool.PromptUser
Returns whether interactiveness is enabled/disabled.
isNonInteractive() - Method in interface adams.flow.core.AutomatableInteraction
Returns whether interactiveness is enabled/disabled.
isNonInteractive() - Method in interface adams.flow.core.AutomatableInteractiveActor
Returns whether interactiveness is enabled/disabled.
isNonInteractive() - Method in class adams.flow.FlowRunner
Returns whether to run the flow without interaction with the user.
isNonInteractive() - Method in class adams.flow.source.AbstractSelectObjects
Returns whether interactiveness is enabled/disabled.
isNonInteractive() - Method in class adams.flow.source.EnterManyValues
Returns whether interactiveness is enabled/disabled.
isNonInteractive() - Method in class adams.flow.source.EnterValue
Returns whether interactiveness is enabled/disabled.
isNonInteractive() - Method in class adams.flow.source.SelectCharset
Returns whether interactiveness is enabled/disabled.
isNonInteractive() - Method in class adams.flow.source.SelectDateTime
Returns whether interactiveness is enabled/disabled.
isNonInteractive() - Method in class adams.flow.source.SelectDirectory
Returns whether interactiveness is enabled/disabled.
isNonInteractive() - Method in class adams.flow.source.SelectFile
Returns whether interactiveness is enabled/disabled.
isNonInteractive() - Method in class adams.flow.source.WekaSelectDataset
Returns whether interactiveness is enabled/disabled.
isNonInteractive() - Method in class adams.flow.transformer.CompareObjectLocations
Returns whether interactiveness is enabled/disabled.
isNonInteractive() - Method in class adams.flow.transformer.WekaChooseAttributes
Returns whether interactiveness is enabled/disabled.
isNotificationEnabled() - Method in class adams.gui.visualization.instances.InstancesTableModel
returns whether the notification of changes is enabled
isNull() - Method in class adams.flow.core.Token
Checks whether the payload is null.
IsNull - Class in adams.flow.condition.bool
Evaluates to 'true' if the payload of the token passing through is null.
IsNull() - Constructor for class adams.flow.condition.bool.IsNull
 
isNumeric() - Method in interface adams.data.spreadsheet.Cell
Checks whether the stored string is numeric.
isNumeric() - Method in class adams.data.spreadsheet.CellView
Checks whether the stored string is numeric.
isNumeric() - Method in class adams.data.spreadsheet.DoubleCell
Checks whether the stored string is numeric.
isNumeric() - Method in class adams.data.spreadsheet.FloatCell
Checks whether the stored string is numeric.
isNumeric() - Method in class adams.flow.transformer.summarystatistics.AbstractGeneralSummaryStatistic
Checks whether numeric predictions are available.
isNumeric() - Method in class adams.ml.data.DataCellView
Checks whether the stored string is numeric.
isNumeric(int) - Method in class adams.data.spreadsheet.DefaultSpreadSheet
Checks whether the given column is numeric or not.
isNumeric(int) - Method in interface adams.data.spreadsheet.SpreadSheet
Checks whether the given column is numeric or not.
isNumeric(int) - Method in class adams.data.spreadsheet.SpreadSheetView
Checks whether the given column is numeric or not.
isNumeric(int) - Static method in class adams.db.SQLUtils
Checks whether the given column type is numeric.
isNumeric(int) - Method in class adams.ml.data.DatasetView
Checks whether the given column is numeric or not.
isNumeric(int) - Method in class adams.ml.data.InstancesView
Checks whether the given column is numeric or not.
isNumeric(int, boolean) - Method in class adams.data.spreadsheet.DefaultSpreadSheet
Checks whether the given column is numeric or not.
isNumeric(int, boolean) - Method in interface adams.data.spreadsheet.SpreadSheet
Checks whether the given column is numeric or not.
isNumeric(int, boolean) - Method in class adams.data.spreadsheet.SpreadSheetView
Checks whether the given column is numeric or not.
isNumeric(int, boolean) - Method in class adams.ml.data.DatasetView
Checks whether the given column is numeric or not.
isNumeric(int, boolean) - Method in class adams.ml.data.InstancesView
Checks whether the given column is numeric or not.
IsNumeric - Class in adams.data.spreadsheet.rowfinder
Returns indices of rows that have numeric values in the specified column.
IsNumeric - Class in adams.flow.condition.bool
Evaluates to 'true' if the payload of the token is a number or a numeric string.
IsNumeric() - Constructor for class adams.data.spreadsheet.rowfinder.IsNumeric
 
IsNumeric() - Constructor for class adams.flow.condition.bool.IsNumeric
 
isNumericIds() - Method in class adams.flow.source.RSync
 
isObject() - Method in interface adams.data.spreadsheet.Cell
Returns whether the content represents an object.
isObject() - Method in class adams.data.spreadsheet.CellView
Returns whether the content represents an object.
isObject() - Method in class adams.data.spreadsheet.DoubleCell
Returns whether the content represents an object.
isObject() - Method in class adams.data.spreadsheet.FloatCell
Returns whether the content represents an object.
isObject() - Method in class adams.ml.data.DataCellView
Returns whether the content represents an object.
isObject(String) - Method in class adams.core.Variables
Returns whether the stored value is present as non-string object.
isObject(String) - Method in class adams.flow.core.FlowVariables
Returns whether the stored value is present as non-string object.
isOkAlwaysEnabled() - Method in class adams.gui.goe.GenericArrayEditor
Returns whether the OK button is always enabled, not just when array was modified.
isOkAlwaysEnabled() - Method in class adams.gui.goe.GenericArrayEditorDialog
Returns whether the OK button is always enabled, not just when array was modified.
isOmitDirTimes() - Method in class adams.flow.source.RSync
 
isOmitLinkTimes() - Method in class adams.flow.source.RSync
 
isOneFileSystem() - Method in class adams.flow.source.RSync
 
isOnlyAltDown(int) - Static method in class adams.gui.core.KeyUtils
Checks whether only ATL is not, not CTRL/META/SHIFT.
isOnlyCtrlDown(int) - Static method in class adams.gui.core.KeyUtils
Checks whether only CTRL is not, not ALT/META/SHIFT.
isOnlyMetaDown(int) - Static method in class adams.gui.core.KeyUtils
Checks whether only META is not, not ALT/CTRL/SHIFT.
isOnlyNominal() - Method in enum adams.flow.core.EvaluationStatistic
Returns whether the statistic applies to nominal attributes only.
isOnlyNumeric() - Method in enum adams.flow.core.EvaluationStatistic
Returns whether the statistic applies to numeric attributes only.
isOnlyShiftDown(int) - Static method in class adams.gui.core.KeyUtils
Checks whether only SHIFT is not, not ALT/META/CTRL.
isOpen() - Method in class adams.flow.transformer.pdfproclet.PDFGenerator
Checks whether the document is still open.
isOpen(File) - Static method in class adams.core.io.FileUtils
Checks whether the file is open/accessed by another process (Windows/*nix).
isOpenNonWindows(File) - Static method in class adams.core.io.FileUtils
Checks whether the file is open/accessed by another process (Windows/*nix).
isOpenWindows(File) - Static method in class adams.core.io.FileUtils
Checks whether the file is open/accessed by another process.
isOS(OS.OperatingSystems) - Static method in class adams.core.management.OS
Tests whether the current OS is the same as the provided parameter.
isOutlineSegments() - Method in class adams.data.boofcv.transformer.SuperPixels
Returns whether to outline the segments.
isOutputFile() - Method in class adams.data.io.output.AbstractDataContainerWriter
Returns whether the output needs to be a file or directory.
isOutside(Instance, int, double, double) - Static method in class weka.classifiers.RangeCheckHelper
Performs a check for the given instance, whether it exceeds the range.
isOwner() - Method in class adams.flow.source.RSync
 
isPageClosingApproved(int) - Method in class adams.gui.core.MultiPagePane
Approves the closing of the specified page.
isPageClosingApproved(int[]) - Method in class adams.gui.core.MultiPagePane
Approves the closing of the specified pages.
isPaintable() - Method in class adams.gui.goe.AbstractBasicTypePropertyEditor
Determines whether this property editor is paintable.
isPaintable() - Method in class adams.gui.goe.AbstractPropertyEditorSupport
Returns true since this editor is paintable.
isPaintable() - Method in class adams.gui.goe.GenericArrayEditor
Returns true to indicate that we can paint a representation of the string array.
isPaintable() - Method in class adams.gui.goe.GenericObjectEditor
Returns true to indicate that we can paint a representation of the Object.
isPaintable() - Method in class adams.gui.goe.InlineEditor
Determines whether this property editor is paintable.
isPaintScrollArea() - Method in class adams.gui.core.DragAndDropTabbedPane
 
isPanned() - Method in class adams.gui.visualization.core.PlotPanel
Returns true if any of the axis has a pixel offset != 0.
isPanningEnabled() - Method in class adams.gui.visualization.core.plot.ContentPanel
Returns whether panning is enabled.
isPanningEnabled() - Method in class adams.gui.visualization.core.PlotPanel
Returns whether panning is enabled.
isParentMutable - Variable in class adams.gui.flow.tree.StateContainer
whether the parent is a mutable actor handler.
isParseable(String) - Method in class adams.core.option.StringOption
Allows additional checks whether to include that particular string represents a valid option, i.e., is parseable.
isPartial() - Method in class adams.flow.source.RSync
 
isPaste(KeyEvent) - Static method in class adams.gui.core.KeyUtils
Checks whether the key event was a "insert from clipboard" combination (Ctrl+V or Shift+Ins).
isPaused() - Method in interface adams.core.Pausable
Returns whether the object is currently paused.
isPaused() - Method in class adams.flow.control.AbstractControlActor
Returns whether the object is currently paused.
isPaused() - Method in class adams.flow.control.AbstractDirector
Returns whether the object is currently paused.
isPaused() - Method in class adams.flow.core.PauseStateManager
Returns whether the handler is in paused state.
isPaused() - Method in class adams.flow.FlowRunner
Returns whether the object is currently paused.
isPaused() - Method in class adams.flow.setup.FlowSetup
Returns whether the object is currently paused.
isPaused() - Method in class adams.flow.setup.FlowSetupWorker
Returns whether the object is currently paused.
isPaused() - Method in class adams.flow.sink.AbstractGraphicalDisplay
Returns whether the flow is currently paused.
isPaused() - Method in class adams.flow.sink.AbstractTextualDisplay
Returns whether the flow is currently paused.
isPaused() - Method in class adams.flow.sink.DisplayPanelGrid
Returns whether the flow is currently paused.
isPaused() - Method in class adams.flow.sink.DisplayPanelManager
Returns whether the flow is currently paused.
isPaused() - Method in class adams.flow.source.Socket
Returns whether the flow is paused.
isPaused() - Method in class adams.flow.standalone.AbstractMultiView
Returns whether the flow is currently paused.
isPaused() - Method in class adams.flow.transformer.ExecuteJobs
Returns whether the object is currently paused.
isPaused() - Method in class adams.flow.transformer.ExecuteRemoteCommand
Returns whether the object is currently paused.
isPaused() - Method in class adams.flow.transformer.WekaClassifierRanker
Returns whether the object is currently paused.
isPaused() - Method in class adams.flow.transformer.WekaGeneticAlgorithm
Returns whether the object is currently paused.
isPaused() - Method in class adams.gui.flow.FlowEditorPanel
Returns whether the current flow is paused.
isPaused() - Method in class adams.gui.flow.FlowPanel
Returns whether a flow is currently running.
isPaused() - Method in class adams.gui.flow.FlowWorker
Returns whether the object is currently paused.
isPaused() - Method in class adams.multiprocess.AbstractJobRunner
Returns whether the object is currently paused.
isPaused() - Method in interface adams.multiprocess.JobRunner
Returns whether the object is currently paused.
isPaused() - Method in class adams.multiprocess.LocalJobRunner
Returns whether the object is currently paused.
isPaused() - Method in class adams.multiprocess.PausableFixedThreadPoolExecutor
Returns whether the object is currently paused.
isPaused() - Method in class adams.opt.genetic.AbstractGeneticAlgorithm
Returns whether the object is currently paused.
isPaused() - Method in class adams.scripting.engine.AbstractScriptingEngine
Returns whether the object is currently paused.
isPerClass() - Method in enum adams.flow.core.EvaluationStatistic
Returns whether the statistic is a per-class one.
isPerClassLabel() - Method in enum adams.opt.genetic.Measure
Returns whether the measure is per class label.
isPerms() - Method in class adams.flow.source.RSync
 
isPerms() - Method in class adams.flow.source.SimpleRSync
 
isPlaceholder(String) - Method in class adams.core.Index
Checks whether the string represents a placeholder.
isPlaceholder(String) - Method in class adams.core.Range
Checks whether the string represents a placeholder.
isPlaceholder(String) - Static method in class adams.core.Variables
Checks whether the string represents a variable placeholder, i.e., it starts with "@{" and ends with "}".
isPLSFilter(Filter) - Method in class adams.data.conversion.SwapPLS
Checks whether the filter is an actual PLS filter.
isPostgreSQL(AbstractDatabaseConnection) - Static method in class adams.db.JDBC
Checks whether this connection represents a PostgreSQL one.
isPostgreSQL(String) - Static method in class adams.db.JDBC
Checks whether this JDBC url represents a PostgreSQL URL.
isPreallocate() - Method in class adams.flow.source.RSync
 
isPreSelection() - Method in class adams.flow.transformer.WekaChooseAttributes
Returns the regular expression to pre-select attributes for the dialog.
isPresent() - Method in class adams.core.scripting.AbstractScriptingHandler
Returns whether the handler can be used.
isPresent() - Method in class adams.core.scripting.Dummy
Returns whether the handler can be used.
isPresent() - Method in class adams.core.scripting.Groovy
returns whether the Groovy classes are present or not, i.e.
isPresent() - Method in class adams.core.scripting.GroovyHandler
Returns whether the handler can be used.
isPreviewVisible() - Method in class adams.gui.core.dom.DOMTreeWithPreview
Returns whether the preview is visible.
isPrimitive(Class) - Static method in class adams.core.Utils
Checks whether the class is a wrapper for a primitive.
isPrimitive(Object) - Static method in class adams.core.Utils
Checks whether the object is a wrapper for a primitive.
isPrintScreenClick(MouseEvent) - Static method in class adams.gui.core.MouseUtils
Checks whether the mouse event is a "print screen" event: Alt+Shift+Left-Click.
isProcessing() - Method in class adams.gui.scripting.AbstractScriptingEngine
Returns whether a command is currently being processed.
isProcessing() - Method in class adams.gui.scripting.ScriptingEngineThread
Returns whether a command is currently being processed.
isProgress() - Method in class adams.flow.source.RSync
 
isProtectArgs() - Method in class adams.flow.source.RSync
 
isPruneEmptyDirs() - Method in class adams.flow.source.RSync
 
isQuiet() - Method in class adams.core.option.AbstractOptionConsumer
Returns whether console output is suppressed or not.
isQuiet() - Method in interface adams.core.option.OptionConsumer
Returns whether console output is suppressed or not.
isQuiet() - Method in class adams.core.option.OptionManager
Returns whether to suppress error messages.
isQuiet() - Method in class adams.data.io.input.AbstractFlowReader
Returns whether logging output is suppressed.
isQuiet() - Method in class adams.flow.source.RSync
 
isQuiet() - Method in class adams.flow.source.SimpleRSync
 
isQuoteDelimiter(String) - Method in class adams.gui.scripting.SyntaxDocument
Checks whether the character is quote delimiter.
isRandomColors() - Method in class adams.data.boofcv.transformer.SuperPixels
Returns whether to use random colors.
isRarCompressed(byte[]) - Static method in class adams.core.io.RarUtils
Checks whether the array is rar compressed.
isRarCompressed(File) - Static method in class adams.core.io.RarUtils
Checks whether the file is rar compressed.
IsRarCompressed - Class in adams.flow.condition.bool
Checks whether the file or byte array is Rar compressed.
IsRarCompressed() - Constructor for class adams.flow.condition.bool.IsRarCompressed
 
isReadOnly() - Method in class adams.gui.core.MultiPagePane
Returns whether the pages are readonly or can be manipulated.
isReadOnly() - Method in class adams.gui.core.SpreadSheetTable
Returns whether the table is read-only.
isReadOnly() - Method in class adams.gui.core.SpreadSheetTableModel
Returns whether the table model is read-only.
isReadOnly() - Method in class adams.gui.core.SpreadSheetTableWithButtons
Returns whether the table is read-only.
isReadOnly() - Method in class adams.gui.goe.GenericObjectEditor.GOEPanel
Returns whether the dialog is read-only or not.
isReadOnly() - Method in class adams.gui.goe.GenericObjectEditor
Returns whether the dialog is read-only.
isReadOnly() - Method in class adams.gui.goe.GenericObjectEditorClassTreePanel
Returns the readonly state.
isReadOnly() - Method in class adams.gui.tools.AbstractManagementPanel
Returns whether modified data cannot be stored.
isReadOnly() - Method in class adams.gui.tools.EmailAddressBookPanel
Returns whether modified data cannot be stored.
isReadOnly() - Method in class adams.gui.tools.FileChooserBookmarksManagementPanel
Returns whether modified data cannot be stored.
isReadOnly() - Method in class adams.gui.tools.spreadsheetviewer.SpreadSheetPanel
Returns whether the table is read-only.
isReadOnly() - Method in class adams.gui.tools.wekainvestigator.datatable.DataTableModel
Returns whether the model is readonly.
isReadOnly() - Method in class adams.gui.visualization.instances.InstancesTable
returns whether the model is read-only
isReadOnly() - Method in class adams.gui.visualization.instances.InstancesTableModel
returns whether the model is read-only
isRecording() - Method in class adams.gui.scripting.AbstractScriptingEngine
Whether commands are currently being recorded.
isRecursive() - Method in class adams.flow.source.RSync
 
isRecursive() - Method in class adams.flow.source.SimpleRSync
 
isRecursive() - Method in class adams.gui.dialog.AbstractReplaceDialog
Returns whether the replace is to be recursive.
isReferencingRequired() - Method in interface adams.flow.core.ActorReferenceHandler
Returns whether actors have to be referenced elsewhere in the flow or whether it is optional.
isReferencingRequired() - Method in class adams.flow.standalone.AbstractMultiView
Returns whether actors have to be referenced elsewhere in the flow or whether it is optional.
isReferencingRequired() - Method in class adams.flow.standalone.CallableActors
Returns whether actors have to be referenced elsewhere in the flow or whether it is optional.
isRegExp() - Method in class adams.gui.core.SearchParameters
Returns whether the search uses regular expression matching or simple substring matching.
isRegExpSearch() - Method in class adams.gui.core.SearchableBaseList
Returns whether the last search was a regular expression based one.
isRegExpSearch() - Method in interface adams.gui.core.SearchableList
Returns whether the last search was a regular expression based one.
isRegExpSearch() - Method in interface adams.gui.core.SearchableListModel
Returns whether the last search was a regular expression based one.
isRegExpSearch() - Method in interface adams.gui.core.SearchableTable
Returns whether the last search was a regular expression based one.
isRegExpSearch() - Method in interface adams.gui.core.SearchableTableModel
Returns whether the last search was a regular expression based one.
isRegExpSearch() - Method in class adams.gui.core.SearchableWrapperListModel
Returns whether the last search was a regular expression based one.
isRegExpSearch() - Method in class adams.gui.core.SortableAndSearchableTable
Returns whether the last search was a regular expression based one.
isRegExpSearch() - Method in class adams.gui.core.SortableAndSearchableTableWithButtons
Returns whether the last search was a regular expression based one.
isRegExpSearch() - Method in class adams.gui.core.SortableAndSearchableWrapperTableModel
Returns whether the last search was a regular expression based one.
isRegExpSearch() - Method in class adams.gui.core.SpreadSheetTableWithButtons
Returns whether the last search was a regular expression based one.
isRegularExpression() - Method in class adams.gui.core.SearchPanel
Returns whether the search text is a regular expression one or not.
isRegularExpressionEnabled() - Method in class adams.gui.core.SearchPanel
Returns whether regular expressions are turned on.
isRelative() - Method in class adams.flow.source.RSync
 
isRelative() - Method in class adams.flow.source.SimpleRSync
 
isReloadable() - Method in interface adams.gui.visualization.container.ReloadableContainerManager
Returns whether the spectrums can be reloaded from the database or not.
isReloadable() - Method in class adams.gui.visualization.timeseries.TimeseriesContainerManager
Returns whether the timeseries can be reloaded from the database or not.
isRemovable() - Method in class adams.gui.flow.tree.Node
Returns whether this node can be removed or not.
isRemovable() - Method in class adams.gui.visualization.segmentation.layer.AbstractLayer
Returns whether the layer can be removed.
isRemovable() - Method in class adams.gui.visualization.segmentation.layer.BackgroundLayer
Returns whether the layer can be removed.
isRemovable() - Method in class adams.gui.visualization.segmentation.layer.CombinedLayer
Returns whether the layer can be removed.
isRemovable() - Method in class adams.gui.visualization.segmentation.layer.ImageLayer
Returns whether the layer can be removed.
isRemovable() - Method in class adams.gui.visualization.segmentation.layer.OverlayLayer
Returns whether the layer can be removed.
isRemovalAllowed() - Method in class adams.gui.core.MultiPagePane.PageContainer
Returns whether removal is allowed despite read-only pane.
isRemoveSourceFiles() - Method in class adams.flow.source.RSync
 
isRemoveUsed() - Method in class weka.classifiers.meta.FilteredClassifierExt
Returns whether the Remove filter is used at all.
isRequest() - Method in class adams.scripting.command.AbstractCommand
Returns whether the command is a request or response.
isRequest() - Method in interface adams.scripting.command.RemoteCommand
Returns whether the command is a request or response.
isRequired(int, Classifier, Instances) - Method in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment
Checks whether the classifier/dataset combination is required.
isRestorationEnabled() - Method in interface adams.flow.core.RestorableActor
Returns whether restoration is enabled.
isRestorationEnabled() - Method in class adams.flow.source.EnterManyValues
Returns whether restoration is enabled.
isRestorationEnabled() - Method in class adams.flow.source.EnterValue
Returns whether restoration is enabled.
isRestorationEnabled() - Method in class adams.flow.source.SelectDirectory
Returns whether restoration is enabled.
isRestorationEnabled() - Method in class adams.flow.source.SelectFile
Returns whether restoration is enabled.
isRestricted(Class, HashSet<Class>) - Static method in class adams.gui.goe.FlowHelper
Checks whether the actor is listed in the restricted classes (specific class or superclass/interface).
isRestrictedStop() - Method in class adams.flow.control.Flow
Returns whether the stop was a restricted one (that can be resumed).
isRestrictedStop() - Method in class adams.flow.control.LocalScopeTransformer
Returns whether the stop was a restricted one (that can be resumed).
isRestrictedStop() - Method in class adams.flow.control.LocalScopeTrigger
Returns whether the stop was a restricted one (that can be resumed).
isRestrictedStop() - Method in class adams.flow.control.Sequence
Returns whether the stop was a restricted one (that can be resumed).
isRestrictedStop() - Method in interface adams.flow.core.StopRestrictor
Returns whether the stop was a restricted one (that can be resumed).
isRestrictingStops() - Method in class adams.flow.control.Flow
Returns whether stops are being restricted.
isRestrictingStops() - Method in class adams.flow.control.LocalScopeTransformer
Returns whether stops are being restricted.
isRestrictingStops() - Method in class adams.flow.control.LocalScopeTrigger
Returns whether stops are being restricted.
isRestrictingStops() - Method in class adams.flow.control.Sequence
Returns whether stops are being restricted.
isRestrictingStops() - Method in interface adams.flow.core.StopRestrictor
Returns whether stops are being restricted.
isRightClick(MouseEvent) - Static method in class adams.gui.core.MouseUtils
Checks whether the mouse event is a right-click event.
isRightComponentHidden() - Method in class adams.gui.core.BaseSplitPane
Returns whether the right component is hidden.
isRightDetachable() - Method in class adams.gui.core.SplitPanelWithOptionalComponents
Returns whether the right component is detachable.
isRightDetachableButtonVisible() - Method in class adams.gui.core.SplitPanelWithOptionalComponents
Returns the frame title for the detached right component.
isRightDown(MouseEvent) - Static method in class adams.gui.core.MouseUtils
Checks whether the right mouse button is down.
isRightMouseDown() - Method in class adams.gui.visualization.segmentation.CanvasPanel
Returns whether the right mouse button is down.
isRootSelected() - Method in class adams.gui.core.BaseTree
Returns whether the root node is selected.
isRowFinderTrained() - Method in class adams.data.spreadsheet.rowfinder.AbstractTrainableRowFinder
Checks whether the row finder has been trained.
isRowFinderTrained() - Method in interface adams.data.spreadsheet.rowfinder.TrainableRowFinder
Checks whether the row finder has been trained.
isRowFinderTrained() - Method in class adams.data.weka.rowfinder.AbstractTrainableRowFinder
Checks whether the row finder has been trained.
isRowFinderTrained() - Method in interface adams.data.weka.rowfinder.TrainableRowFinder
Checks whether the row finder has been trained.
isRowSelected(int) - Method in class adams.gui.core.BaseTableWithButtons
Returns true if the specified index is in the valid range of rows, and the row at that index is selected.
isRowSelected(int) - Method in class adams.gui.core.SortableAndSearchableTableWithButtons
Returns true if the specified index is in the valid range of rows, and the row at that index is selected.
isRowVector(Matrix) - Static method in class edu.umbc.cs.maple.utils.JamaUtils
Determines if a given matrix is a row vector, that is, it has only one row.
isRunning() - Method in class adams.core.command.AbstractExternalCommand
Returns whether the command is currently running.
isRunning() - Method in interface adams.core.command.ExternalCommand
Returns whether the command is currently running.
isRunning() - Method in class adams.flow.core.RunnableWithLogging
Returns whether the runnable is still running.
isRunning() - Method in class adams.flow.setup.FlowSetup
Returns whether the flow is running at the moment.
isRunning() - Method in class adams.gui.flow.FlowEditorPanel
Returns whether a flow is currently running.
isRunning() - Method in class adams.gui.flow.FlowPanel
Returns whether a flow is currently running.
isRunning() - Method in class adams.gui.flow.FlowRunnerPanel
Returns whether a flow is currently running.
isRunning() - Method in class adams.gui.flow.FlowWorker
Returns whether a flow is currently running.
isRunning() - Method in class adams.gui.scripting.ScriptingEngineThread
Returns whether the thread is still active and waits for commands to execute.
isRunning() - Method in class adams.gui.tools.FindInFilesPanel
Returns whether the search is currently underway.
isRunning() - Method in class adams.gui.tools.wekamultiexperimenter.runner.AbstractExperimentRunner
Whether the experiment is still running.
isRunning() - Method in class adams.multiprocess.AbstractJobRunner
Returns whether the job are being executed.
isRunning() - Method in interface adams.multiprocess.JobRunner
Returns whether the job are being executed.
isRunning() - Method in class adams.opt.genetic.AbstractGeneticAlgorithm
Returns whether the algorithm is still running.
isRunning() - Method in class adams.opt.optimise.genetic.AbstractGeneticAlgorithm
Returns whether the algorithm is still running.
isRunning() - Method in class adams.scripting.engine.AbstractScriptingEngine
Returns whether the scripting engine is currently running.
isRunning() - Method in interface adams.scripting.engine.RemoteScriptingEngine
Returns whether the scripting engine is currently running.
isRunningSwingWorker() - Method in class adams.gui.flow.FlowRunnerPanel
Returns whether a swing worker is currently running.
isSafeLinks() - Method in class adams.flow.source.RSync
 
isSameParent(TreePath, TreePath) - Method in class adams.gui.flow.tree.SelectionModel
Checks whether two paths have the (immediate) parent.
isSampleTipText() - Method in class adams.data.spreadsheet.colstatistic.StandardDeviation
Returns the tip text for this property.
isSampleTipText() - Method in class adams.data.spreadsheet.matrixstatistic.StandardDeviation
Returns the tip text for this property.
isSampleTipText() - Method in class adams.data.spreadsheet.rowstatistic.StandardDeviation
Returns the tip text for this property.
isSampleTipText() - Method in class adams.data.statistics.AbstractOptionalSampleArrayStatistic
Returns the tip text for this property.
isSampleTipText() - Method in interface adams.data.statistics.OptionalSampleArrayStatistic
Returns the tip text for this property.
isSampleTipText() - Method in class adams.gui.visualization.sequence.StdDevOverlayPaintlet
Returns the tip text for this property.
isSearchMatch(SearchParameters, int) - Method in class adams.gui.core.CheckableTableModel
Tests whether the search matches the specified row.
isSearchMatch(SearchParameters, int) - Method in interface adams.gui.core.CustomSearchListModel
Tests whether the search matches the specified element index.
isSearchMatch(SearchParameters, int) - Method in interface adams.gui.core.CustomSearchTableModel
Tests whether the search matches the specified row.
isSearchMatch(SearchParameters, int) - Method in class adams.gui.core.KeyValuePairTableModel
Tests whether the search matches the specified row.
isSearchMatch(SearchParameters, int) - Method in class adams.gui.core.SearchableWrapperListModel
Tests whether the search matches the specified element index.
isSearchMatch(SearchParameters, int) - Method in class adams.gui.core.SortableAndSearchableWrapperTableModel
Tests whether the search matches the specified row.
isSearchMatch(SearchParameters, int) - Method in class adams.gui.selection.FieldCacheTableModel
Tests whether the search matches the specified row.
isSearchMatch(SearchParameters, int) - Method in class adams.gui.selection.SelectEmailAddressPanel.TableModel
Tests whether the search matches the specified row.
isSearchMatch(SearchParameters, int) - Method in class adams.gui.tools.AbstractManagementTableModel
Tests whether the search matches the specified row.
isSearchMatch(SearchParameters, int) - Method in class adams.gui.tools.EmailAddressBookPanel.TableModel
Tests whether the search matches the specified row.
isSearchMatch(SearchParameters, int) - Method in class adams.gui.tools.FileChooserBookmarksManagementPanel.TableModel
Tests whether the search matches the specified row.
isSearchMatch(SearchParameters, int) - Method in class adams.gui.tools.LogEntryViewerTableModel
Tests whether the search matches the specified row.
isSearchMatch(SearchParameters, int) - Method in class adams.gui.visualization.instance.InstanceTableModel
Tests whether the search matches the specified row.
isSearchMatch(SearchParameters, int) - Method in class adams.gui.visualization.report.ReportFactory.Model
Tests whether the search matches the specified row.
isSearchVisible() - Method in class adams.gui.core.FilePanel
Returns whether the search box is visible.
isSearchVisible() - Method in class adams.gui.core.SpreadSheetTableWithSearch
Returns whether the search is visible.
isSecondBetterFitness(double) - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithmWithSecondEvaluation
Checks whether the fitness is better (second evaluation).
isSelected() - Method in class adams.gui.action.AbstractBaseAction
Returns the name of the action, i.e., the menuitem/button caption.
isSelected() - Method in interface adams.gui.action.BaseAction
Returns the name of the action, i.e., the menuitem/button caption.
isSelected(int, int) - Method in class adams.flow.transformer.SpreadSheetCellSelector.Table
Returns whether a cell is selected or not.
isSelected(int, int) - Method in class adams.flow.transformer.SpreadSheetCellSelector.TableModel
Returns whether a cell is selected or not.
isSelecting() - Method in class adams.gui.visualization.image.ImagePanel.PaintPanel
Whether selection is currently active.
isSelectionEnabled() - Method in class adams.gui.visualization.image.ImagePanel
Returns whether selection is enabled.
isSelectionEnabled() - Method in class adams.gui.visualization.image.ImagePanel.PaintPanel
Returns whether selection is enabled.
isSerializable(Class) - Static method in class adams.core.SerializationHelper
checks whether a class is serializable.
isSerializable(String) - Static method in class adams.core.SerializationHelper
checks whether a class is serializable.
isSerializedObject(String) - Static method in class adams.core.SerializationHelper
Checks whether the first two bytes of the file are AC ED, indicating that this file contains serialized objects.
isSetupLoadedOrGenerated() - Method in interface adams.core.SerializableObject
Returns whether the setup was loaded/generated.
isSetupLoadedOrGenerated() - Method in class adams.core.SerializableObjectHelper
Returns whether the setup was loaded/generated.
isSharp(AbstractImageContainer) - Method in class adams.data.imagesharpness.AbstractImageSharpness
Checks the sharpness of an image.
isSheetSelected() - Method in class adams.gui.tools.spreadsheetviewer.menu.AbstractSpreadSheetViewerCheckBoxMenuItemAction
Returns whether a sheet is selected.
isSheetSelected() - Method in class adams.gui.tools.spreadsheetviewer.menu.AbstractSpreadSheetViewerMenuItemAction
Returns whether a sheet is selected.
isSheetSelected() - Method in class adams.gui.tools.spreadsheetviewer.menu.AbstractSpreadSheetViewerSubMenuAction
Returns whether a sheet is selected.
isShiftDown(int) - Static method in class adams.gui.core.KeyUtils
Returns whether the SHIFT key is down.
isShort(String) - Static method in class adams.core.Utils
Tries to parse the given string as short.
IsShort - Class in adams.flow.condition.bool
Evaluates to 'true' if the payload of the token is a short number/string.
IsShort() - Constructor for class adams.flow.condition.bool.IsShort
 
isShowHidden() - Method in class adams.gui.core.FilePanel
Returns whether to show hidden files or not.
isShowYearButtons() - Method in class adams.gui.chooser.DatePanel
 
isSidePanelVisible() - Method in class adams.gui.visualization.container.DataContainerPanelWithSidePanel
Returns whether the side panel is visible or not.
isSidePanelVisible() - Method in class adams.gui.visualization.instance.InstanceExplorer
Returns whether the side panel is visible or not.
isSidePanelVisible() - Method in class adams.gui.visualization.spreadsheet.SpreadSheetExplorer
Returns whether the side panel is visible or not.
isSimpleKey() - Method in class adams.core.base.JsonPathExpression
Returns whether the path expression is just a simple key rather than a path.
isSingleSel - Variable in class adams.gui.flow.tree.StateContainer
whether only a single node is selected.
isSingleThreaded() - Method in class adams.multiprocess.WekaCrossValidationExecution
Returns whether the execution was single-threaded (after WekaCrossValidationExecution.execute()).
isSingleton() - Method in class adams.gui.application.AbstractMenuItemDefinition
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.About
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.AbstractClassifierBasedGeneticAlgorithmWizard
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.AbstractSequenceViewer
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.AbstractURLMenuItemDefinition
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.ActorUsage
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.AdamsHomeDir
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.AntiAliasing
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.AppendDatasets
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.ArffViewer
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.BatchFilterDatasets
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.BayesNetEditor
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.BoundaryVisualizer
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.ClassHelp
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.ConfigureOptionHandler
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.ConnectToDatabases
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.ConsoleOutputAnalyzer
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.ConsoleWindow
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.ContainerNesting
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.CostCurve
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.DatasetCompatibility
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.DateTest
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.Diff
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.Documentation
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.EmailAddressBook
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.Experimenter
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.Explorer
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.FavoritesManagement
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.FileChooserBookmarksManagement
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.FileCommander
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.FileMonitor
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.FindClass
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.FindInFiles
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.FlowControlCenter
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.FlowEditor
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.FlowRunner
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.GarbageCollector
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.GraphVisualizer
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.GroovyConsole
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.HeapDump
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.ImageProcessor
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.ImageViewer
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.InstanceCompare
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.InstanceExplorer
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.InstancesPlot
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.JConsole
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.JDeps
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.JMap
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.LogEntryDatabaseViewer
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.MakeCompatibleDatasets
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.MarginCurve
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.MemoryMonitor
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.MergeDatasets
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.MultiExplorer
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.NestedFormatViewer
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.OptionsConversion
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.OptionTree
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.PackageManager
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.PDFViewer
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.PlaceholderManagement
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.PlotAttributeVsAttribute
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.PlotPanelTest
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.Preferences
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.PrettyPrintJSON
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.PrettyPrintXML
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.PreviewBrowser
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.ProgramExit
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.ProgramLookAndFeel
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.ProgramRestart
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.ProgramRestartWithMoreHeap
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.ProgramUserMode
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.PropertiesViewer
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.RegExpTest
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.RemoteCommands
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.ROC
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.RunTool
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.ScriptingLog
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.SendErrorReport
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.SpreadSheetExplorer
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.SpreadSheetFileViewer
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.SpreadSheetProcessor
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.SqlViewer
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.SqlWorkbench
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.SSH
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.StringConversion
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.SystemInfo
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.SystemPerformance
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.TakeScreenshot
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.Telnet
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.Terminal
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.TextEditor
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.TimeseriesExplorer
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.TreeVisualizer
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.WekaCommandToCode
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.WekaInvestigator
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.WekaMultiExperimenter
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.WekaSimpleCLI
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.Workbench
Whether the panel can only be displayed once.
isSingleton() - Method in class adams.gui.menu.XSLT
Whether the panel can only be displayed once.
isSink(boolean) - Method in class adams.parser.actorsuggestion.Parser
Checks whether the actor will get added before or after a sink actor.
isSink(boolean) - Method in class adams.parser.externalactorsuggestion.Parser
Checks whether the actor will get added before or after a sink actor.
isSink(boolean) - Method in class adams.parser.templatesuggestion.Parser
Checks whether the actor will get added before or after a sink actor.
isSink(int) - Method in class adams.parser.externalactorsuggestion.Parser
Checks whether the current actor is a sink actor.
isSink(Actor) - Static method in class adams.flow.core.ActorUtils
Checks whether this actor is a sink (input).
isSizeOfAgentAvailable() - Static method in class adams.core.SizeOf
Returns whether the SizeOf agent is available or not.
isSizeOnly() - Method in class adams.flow.source.RSync
 
isSkipped(AbstractOption) - Method in class adams.core.VariablesFinder
Checks whether to skip this option.
isSkipped(AbstractOption) - Method in class adams.flow.core.ActorVariablesFinder
Checks whether to skip this option.
isSkipped(Actor) - Method in class adams.flow.core.ActorStatistic
Checks whether the actor itself or one of its parents is skipped.
ISSN - adams.core.TechnicalInformation.Field
The International Standard Serial Number.
isSorted() - Method in class adams.gui.core.dotnotationtree.DotNotationTree
Returns whether the item get sorted.
isSorted() - Method in class adams.gui.core.SortableAndSearchableTable
returns whether the table was sorted.
isSorted() - Method in class adams.gui.core.SortableAndSearchableWrapperTableModel
returns whether the table was sorted.
isSorted() - Method in interface adams.gui.core.SortableTable
returns whether the table was sorted.
isSorted() - Method in interface adams.gui.core.SortableTableModel
returns whether the table was sorted.
isSorted() - Method in class adams.gui.tools.AbstractManagementTableModel
Returns whether the model is sorted.
isSortedList() - Method in class adams.flow.processor.AbstractActorListingProcessor
Returns whether the list should be sorted.
isSortedList() - Method in class adams.flow.processor.AbstractListingProcessor
Returns whether the list should be sorted.
isSortedList() - Method in class adams.flow.processor.ListAnnotationTags
Returns whether the list should be sorted.
isSortedList() - Method in class adams.flow.processor.ListDatabaseConnections
Returns whether the list should be sorted.
isSortedList() - Method in class adams.flow.processor.ListObjectCommandlines
Returns whether the list should be sorted.
isSortedList() - Method in class adams.flow.processor.ListPaths
Returns whether the list should be sorted.
isSortedList() - Method in class adams.flow.processor.ListStructureModifyingActors
Returns whether the list should be sorted.
isSortedList() - Method in class adams.flow.processor.ListTODOs
Returns whether the list should be sorted.
isSource(boolean) - Method in class adams.parser.actorsuggestion.Parser
Checks whether the actor will get added before or after a source actor.
isSource(boolean) - Method in class adams.parser.externalactorsuggestion.Parser
Checks whether the actor will get added before or after a source actor.
isSource(boolean) - Method in class adams.parser.templatesuggestion.Parser
Checks whether the actor will get added before or after a source actor.
isSource(int) - Method in class adams.parser.externalactorsuggestion.Parser
Checks whether the current actor is a source actor.
isSource(Actor) - Static method in class adams.flow.core.ActorUtils
Checks whether this actor is a source (output).
isSparse() - Method in class adams.flow.source.RSync
 
isSpecials() - Method in class adams.flow.source.RSync
 
isSQLite(AbstractDatabaseConnection) - Static method in class adams.db.JDBC
Checks whether this connection represents a SQLite one.
isSQLite(String) - Static method in class adams.db.JDBC
Checks whether this JDBC url represents a SQLite URL.
isStandalone(boolean) - Method in class adams.parser.actorsuggestion.Parser
Checks whether the actor will get added before or after a standalone actor.
isStandalone(boolean) - Method in class adams.parser.externalactorsuggestion.Parser
Checks whether the actor will get added before or after a standalone actor.
isStandalone(boolean) - Method in class adams.parser.templatesuggestion.Parser
Checks whether the actor will get added before or after a standalone actor.
isStandalone(int) - Method in class adams.parser.externalactorsuggestion.Parser
Checks whether the current actor is a standalone actor.
isStandalone(Actor) - Static method in class adams.flow.core.ActorUtils
Checks whether this actor is a standalone.
isStatic() - Method in class adams.core.ClassLister
Returns whether static or dynamic discivery is being used.
isStats() - Method in class adams.flow.source.RSync
 
isStdOut() - Method in class adams.core.management.AbstractOutputPrinter
Returns whether stdout or stderr is used.
isStepMode() - Method in class adams.flow.execution.Debug
Returns whether step mode is used.
isStepModeEnabled() - Method in class adams.flow.execution.debug.BreakpointPanel
Returns whether step mode is enabled.
isStepModeEnabled() - Method in class adams.flow.execution.debug.ControlPanel
Returns whether step mode is enabled.
isStopped() - Method in class adams.console.Logging
Whether the execution has been stopped.
isStopped() - Method in class adams.core.command.AbstractExternalCommand
Whether the execution has been stopped.
isStopped() - Method in class adams.core.io.filesearch.AbstractFileSearchHandler
Whether the execution has been stopped.
isStopped() - Method in class adams.core.io.lister.AbstractDirectoryLister
Checks whether the list generation has been stopped.
isStopped() - Method in interface adams.core.StoppableWithFeedback
Whether the execution has been stopped.
isStopped() - Method in class adams.data.io.input.AbstractReportReader
Whether the execution has been stopped.
isStopped() - Method in class adams.data.io.input.AbstractSpreadSheetReader
Returns whether the reading was stopped.
isStopped() - Method in class adams.data.io.input.SimpleCsvSpreadSheetReader
Returns whether the reading was stopped.
isStopped() - Method in interface adams.data.io.input.SpreadSheetReader
Returns whether the reading was stopped.
isStopped() - Method in class adams.data.io.output.AbstractSpreadSheetWriter
Returns whether the reading was stopped.
isStopped() - Method in class adams.data.spreadsheet.sql.Reader
Returns whether the reader has been stopped.
isStopped() - Method in class adams.flow.control.AbstractDirector
Returns whether the execution was stopped.
isStopped() - Method in class adams.flow.core.AbstractActor
Returns whether the execution was stopped.
isStopped() - Method in interface adams.flow.core.Actor
Returns whether the execution was stopped.
isStopped() - Method in class adams.flow.core.RunnableWithLogging
Returns whether the runnable has been stopped.
isStopped() - Method in class adams.flow.transformer.indexedsplitsrunsevaluation.AbstractIndexedSplitsRunsEvaluation
Whether the execution has been stopped.
isStopped() - Method in class adams.flow.transformer.indexedsplitsrunspredictions.AbstractIndexedSplitsRunsPredictions
Whether the execution has been stopped.
isStopped() - Method in class adams.flow.transformer.negativeregions.AbstractNegativeRegionsGenerator
Whether the execution has been stopped.
isStopped() - Method in class adams.gui.scripting.AbstractScriptlet
Whether the execution has been stopped.
isStopped() - Method in class adams.gui.tools.FileCommanderPanel
Whether the execution has been stopped.
isStopped() - Method in class adams.gui.tools.FindInFilesPanel
Whether the execution has been stopped.
isStopped() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.CrossValidation
Whether the execution has been stopped.
isStopped() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.RepeatedCrossValidation
Whether the execution has been stopped.
isStopped() - Method in class adams.gui.tools.wekainvestigator.tab.experimenttab.setup.AbstractExperimentSetup
Whether the execution has been stopped.
isStopped() - Method in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment
Returns whether the experiment has been stopped.
isStopped() - Method in class adams.multiprocess.AbstractJob
Whether the execution has been stopped.
isStopped() - Method in class adams.multiprocess.WekaCrossValidationExecution
Returns whether the execution has been stopped.
isStopped() - Method in class adams.opt.genetic.AbstractGeneticAlgorithm
Whether the execution has been stopped.
isStopped() - Method in class adams.scripting.engine.AbstractScriptingEngine
Whether the execution has been stopped.
isStopped() - Method in class adams.tools.AbstractTool
Returns whether the tool was stopped.
isStopped() - Method in class weka.classifiers.MultiLevelSplitGenerator
Whether the execution has been stopped.
isStopping() - Method in class adams.flow.control.AbstractDirector
Returns whether the execution is being stopped.
isStopping() - Method in class adams.gui.flow.FlowEditorPanel
Returns whether a flow is currently being stopped.
isStopping() - Method in class adams.gui.flow.FlowPanel
Returns whether a flow is currently being stopped.
isStopping() - Method in class adams.gui.flow.FlowRunnerPanel
Returns whether a flow is currently being stopped.
isStopping() - Method in class adams.gui.flow.FlowWorker
Returns whether a flow is currently being stopped.
isStrict() - Method in class adams.core.SerializableObjectHelper
Returns whether to use strict mode (options HAVE to be the same) or not (simple warning then).
isStrict() - Method in class adams.flow.core.Compatibility
Returns whether strict or relaxed compatibility checks are used.
isStrict() - Method in class adams.gui.goe.classtree.ActorClassTreeFilter
Returns whether strict or relaxed filtering is used.
isStrict() - Method in interface adams.gui.goe.classtree.StrictClassTreeFilter
Returns whether strict or relaxed filtering is used.
isString() - Method in class adams.gui.visualization.instance.InstanceComparePanel.DatasetIndexer
Returns whether the sort index is nominal/string or numeric.
isString() - Method in class adams.gui.visualization.instance.InstanceComparePanel.DatasetPanel
Returns whether the index values are nominal/string or numeric.
isString(int) - Static method in class adams.db.SQLUtils
Checks whether the given column type represents strings.
IsSubClass - Class in adams.flow.condition.bool
Evaluates to 'true' if the objects are derived from the specified superclass.
IsSubClass() - Constructor for class adams.flow.condition.bool.IsSubClass
 
isSubFlowWrappedUp() - Method in class adams.flow.control.AbstractControlActor
Checks whether the sub-flow has been wrapped up.
isSubFlowWrappedUp() - Method in interface adams.flow.core.SubFlowWrapUp
Checks whether the sub-flow has been wrapped up.
isSuper_() - Method in class adams.flow.source.RSync
 
isSupported(Operation) - Method in interface adams.core.io.fileoperations.FileOperations
Checks whether the given operation is supported.
isSupported(Operation) - Method in class adams.core.io.fileoperations.FtpFileOperations
Checks whether the given operation is supported.
isSupported(Operation) - Method in class adams.core.io.fileoperations.LocalFileOperations
Checks whether the given operation is supported.
isSupported(Operation) - Method in class adams.core.io.fileoperations.RemoteToRemoteFileOperations
Checks whether the given operation is supported.
isSupported(Operation) - Method in class adams.core.io.fileoperations.SftpFileOperations
Checks whether the given operation is supported.
isSupported(Operation) - Method in class adams.core.io.fileoperations.SmbFileOperations
Checks whether the given operation is supported.
isSupported(AbstractDatabaseConnection) - Method in class adams.db.autodetect.DbBackend
Returns whether this connection is supported.
isSupported(AbstractDatabaseConnection) - Method in interface adams.db.DbBackend
Returns whether this connection is supported.
isSupported(AbstractDatabaseConnection) - Method in class adams.db.mirrored.DbBackend
Returns whether this connection is supported.
isSupported(AbstractDatabaseConnection) - Method in class adams.db.mysql.DbBackend
Returns whether this connection is supported.
isSupported(AbstractDatabaseConnection) - Method in class adams.db.postgresql.DbBackend
Returns whether this connection is supported.
isSupported(AbstractDatabaseConnection) - Method in class adams.db.sqlite.DbBackend
Returns whether this connection is supported.
isSwingWorkerRunning() - Method in class adams.gui.flow.FlowEditorPanel
Returns whether a swing worker is currently running.
isSwingWorkerRunning() - Method in class adams.gui.flow.FlowPanel
Returns whether a swing worker is currently running.
isSymmetric(Matrix) - Static method in class edu.umbc.cs.maple.utils.JamaUtils
Determines whether a matrix is symmetric.
isThere(String) - Method in class adams.db.AbstractIndexedTable
Returns true if this table holds data that satisfies 'condition'.
isTime() - Method in interface adams.data.spreadsheet.Cell
Checks whether the cell represents a time value.
isTime() - Method in class adams.data.spreadsheet.CellView
Checks whether the cell represents a time value.
isTime() - Method in class adams.data.spreadsheet.DoubleCell
Checks whether the cell represents a time value.
isTime() - Method in class adams.data.spreadsheet.FloatCell
Checks whether the cell represents a time value.
isTime() - Method in class adams.ml.data.DataCellView
Checks whether the cell represents a time value.
isTimeLenient() - Method in class adams.data.io.input.CsvSpreadSheetReader
Returns whether the parsing of times is lenient or not.
isTimeLenient() - Method in class adams.data.spreadsheet.DefaultSpreadSheet
Returns whether the parsing of times is lenient or not.
isTimeLenient() - Method in interface adams.data.spreadsheet.SpreadSheet
Returns whether the parsing of times is lenient or not.
isTimeLenient() - Method in class adams.data.spreadsheet.SpreadSheetView
Returns whether the parsing of times is lenient or not.
isTimeLenient() - Method in class adams.ml.data.DatasetView
Returns whether the parsing of times is lenient or not.
isTimeLenient() - Method in class adams.ml.data.InstancesView
Returns whether the parsing of times is lenient or not.
isTimeMsec() - Method in interface adams.data.spreadsheet.Cell
Checks whether the cell represents a time/msec value.
isTimeMsec() - Method in class adams.data.spreadsheet.CellView
Checks whether the cell represents a time/msec value.
isTimeMsec() - Method in class adams.data.spreadsheet.DoubleCell
Checks whether the cell represents a time/msec value.
isTimeMsec() - Method in class adams.data.spreadsheet.FloatCell
Checks whether the cell represents a time/msec value.
isTimeMsec() - Method in class adams.ml.data.DataCellView
Checks whether the cell represents a time/msec value.
isTimeMsecLenient() - Method in class adams.data.io.input.CsvSpreadSheetReader
Returns whether the parsing of times/msec is lenient or not.
isTimeMsecLenient() - Method in class adams.data.spreadsheet.DefaultSpreadSheet
Returns whether the parsing of times/msec is lenient or not.
isTimeMsecLenient() - Method in interface adams.data.spreadsheet.SpreadSheet
Returns whether the parsing of times/msec is lenient or not.
isTimeMsecLenient() - Method in class adams.data.spreadsheet.SpreadSheetView
Returns whether the parsing of times/msec is lenient or not.
isTimeMsecLenient() - Method in class adams.ml.data.DatasetView
Returns whether the parsing of times/msec is lenient or not.
isTimeMsecLenient() - Method in class adams.ml.data.InstancesView
Returns whether the parsing of times/msec is lenient or not.
isTimes() - Method in class adams.flow.source.RSync
 
isTimes() - Method in class adams.flow.source.SimpleRSync
 
isToolPanelVisible() - Method in class adams.gui.visualization.segmentation.SegmentationPanel
Returns whether the tools panel is visible.
isTopComponentHidden() - Method in class adams.gui.core.BaseSplitPane
Returns whether the top component is hidden.
isTopDetachable() - Method in class adams.gui.core.SplitPanelWithOptionalComponents
Returns whether the top component is detachable.
isTopDetachableButtonVisible() - Method in class adams.gui.core.SplitPanelWithOptionalComponents
Returns the frame title for the detached top component.
isTrained() - Method in class adams.data.filter.OutlierDetector
Returns whether the filter has been trained already and is ready to use.
isTrained() - Method in interface adams.data.filter.TrainableBatchFilter
Returns whether the filter has been trained already and is ready to use.
isTrained() - Method in interface adams.data.outlier.TrainableOutlierDetector
Returns whether the detector has been trained already and is ready to use.
isTrained() - Method in class adams.data.spreadsheet.filter.AbstractTrainableSpreadSheetFilter
Returns whether the filter has been trained.
isTrained() - Method in interface adams.data.spreadsheet.filter.TrainableSpreadSheetFilter
Whether the filter has already been trained.
isTransformer(boolean) - Method in class adams.parser.actorsuggestion.Parser
Checks whether the actor will get added before or after a transformer actor.
isTransformer(boolean) - Method in class adams.parser.externalactorsuggestion.Parser
Checks whether the actor will get added before or after a transformer actor.
isTransformer(boolean) - Method in class adams.parser.templatesuggestion.Parser
Checks whether the actor will get added before or after a transformer actor.
isTransformer(int) - Method in class adams.parser.externalactorsuggestion.Parser
Checks whether the current actor is a transformer actor.
isTransformer(Actor) - Static method in class adams.flow.core.ActorUtils
Checks whether this actor is a transformer (input/output).
isTraversable(File) - Method in interface adams.gui.chooser.FileChooser
Returns true if the file (directory) can be visited.
isTypeDate(int) - Method in class adams.db.Sequences
Checks whether the SQL type represents a date/time/timestamp one.
isTypeNumeric(int) - Method in class adams.db.Sequences
Checks whether the SQL type represents a numeric one.
isUnavailable(Class) - Method in class adams.gui.application.ApplicationMenu
Checks whether the class is unavailable (ie not found in classpath), based on previous menu generation.
isUnavailable(String) - Method in class adams.gui.application.ApplicationMenu
Checks whether the class is unavailable (ie not found in classpath), based on previous menu generation.
isUnchanged(String) - Method in class adams.gui.goe.ActorPathEditor
Checks whether the string is the same as the currently used one.
isUnchanged(String) - Method in class adams.gui.goe.BaseBooleanEditor
Checks whether the string is the same as the currently used one.
isUnchanged(String) - Method in class adams.gui.goe.BaseObjectEditor
Checks whether the string is the same as the currently used one.
isUnchanged(String) - Method in class adams.gui.goe.BaseRegExpEditor
Checks whether the string is the same as the currently used one.
isUnchanged(String) - Method in class adams.gui.goe.CallableActorReferenceEditor
Checks whether the string is the same as the currently used one.
isUnchanged(String) - Method in class adams.gui.goe.EventReferenceEditor
Checks whether the string is the same as the currently used one.
isUnchanged(String) - Method in class adams.gui.goe.IndexEditor
Checks whether the string is the same as the currently used one.
isUnchanged(String) - Method in class adams.gui.goe.JdbcUrlEditor
Checks whether the string is the same as the currently used one.
isUnchanged(String) - Method in class adams.gui.goe.RangeEditor
Checks whether the string is the same as the currently used one.
isUnchanged(String) - Method in class adams.gui.goe.UnorderedRangeEditor
Checks whether the string is the same as the currently used one.
isUndoEnabled() - Method in class adams.gui.tools.wekainvestigator.data.DataContainerList
Returns whether undo is enabled.
isUndoEnabled() - Method in class adams.gui.tools.wekainvestigator.InvestigatorPanel
Returns whether undo is enabled.
isUndoEnabled() - Method in class adams.gui.visualization.instances.InstancesTable
returns whether undo support is enabled
isUndoEnabled() - Method in class adams.gui.visualization.instances.InstancesTableModel
returns whether undo support is enabled
isUndoSupported() - Method in class adams.gui.core.ToolBarUndoPanel
Returns whether an Undo manager is currently available.
isUndoSupported() - Method in interface adams.gui.core.UndoHandler
Returns whether an Undo manager is currently available.
isUndoSupported() - Method in class adams.gui.core.UndoPanel
Returns whether an Undo manager is currently available.
isUndoSupported() - Method in class adams.gui.scripting.AbstractCommandProcessor
Returns whether an Undo manager is currently available.
isUndoSupported() - Method in class adams.gui.scripting.AbstractUndoScriptlet
Returns whether an Undo manager is currently available.
isUndoSupported() - Method in class adams.gui.tools.ImageProcessorPanel
Returns whether an Undo manager is currently available.
isUndoSupported() - Method in class adams.gui.tools.wekainvestigator.data.AbstractDataContainer
Returns whether an Undo manager is currently available.
isUndoSupported() - Method in class adams.gui.visualization.instance.InstancePanel
Returns whether an Undo manager is currently available.
isUndoSupported() - Method in class adams.gui.visualization.object.ObjectAnnotationPanel
Returns whether an Undo manager is currently available.
isUndoSupported() - Method in class adams.gui.visualization.segmentation.layer.LayerManager
Returns whether an Undo manager is currently available.
isUndoSupported() - Method in class adams.gui.visualization.sequence.XYSequencePanel
Returns whether an Undo manager is currently available.
isUndoSupported() - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowPanel
Returns whether an Undo manager is currently available.
isUndoVisible() - Method in class adams.gui.visualization.object.ObjectAnnotationPanel
Returns whether the undo controls are visible or not.
isUniqueIDName(String) - Method in class adams.flow.transformer.spreadsheetmethodmerge.JoinOnID
Whether the given column name is the name of the unique ID column.
isUniqueIDName(String) - Method in class adams.flow.transformer.wekadatasetsmerge.JoinOnID
Whether the given attribute name is the name of the unique ID attribute.
isUniqueList() - Method in class adams.flow.processor.AbstractActorListingProcessor
Returns whether the list should not contain any duplicates.
isUniqueList() - Method in class adams.flow.processor.AbstractListingProcessor
Returns whether the list should not contain any duplicates.
isUniqueList() - Method in class adams.flow.processor.ListAnnotationTags
Returns whether the list should not contain any duplicates.
isUniqueList() - Method in class adams.flow.processor.ListDatabaseConnections
Returns whether the list should not contain any duplicates.
isUniqueList() - Method in class adams.flow.processor.ListObjectCommandlines
Returns whether the list should not contain any duplicates.
isUniqueList() - Method in class adams.flow.processor.ListPaths
Returns whether the list should not contain any duplicates.
isUniqueList() - Method in class adams.flow.processor.ListStructureModifyingActors
Returns whether the list should not contain any duplicates.
isUniqueList() - Method in class adams.flow.processor.ListTODOs
Returns whether the list should not contain any duplicates.
isUnsetButtonVisible() - Method in class adams.gui.visualization.object.labelselector.ButtonSelectorPanel
Returns whether the unset button is visible.
isUnsetButtonVisible() - Method in class adams.gui.visualization.object.labelselector.ButtonSelectorWithColorPanel
Returns whether the unset button is visible.
isUnsetButtonVisible() - Method in class adams.gui.visualization.object.labelselector.ComboBoxSelectorPanel
Returns whether the unset button is visible.
isUnsetButtonVisible() - Method in interface adams.gui.visualization.object.labelselector.LabelSelector
Returns whether the unset button is visible.
isUpdate() - Method in class adams.flow.source.RSync
 
isUpdating() - Method in class adams.gui.visualization.container.AbstractContainerManager
Returns whether an update is currently in progress.
isUpdatingStorage() - Method in class adams.core.command.stderr.Enqueue
Returns whether storage items are being updated.
isUpdatingStorage() - Method in class adams.core.command.stdout.Enqueue
Returns whether storage items are being updated.
isUpdatingStorage() - Method in interface adams.flow.control.StorageUpdater
Returns whether storage items are being updated.
isUpdatingStorage() - Method in class adams.flow.sink.EnQueue
Returns whether storage items are being updated.
isUpdatingStorage() - Method in class adams.flow.sink.Publish
Returns whether storage items are being used.
isUpdatingStorage() - Method in class adams.flow.source.DeQueue
Returns whether storage items are being updated.
isUpdatingStorage() - Method in class adams.flow.standalone.CounterInit
Returns whether storage items are being updated.
isUpdatingStorage() - Method in class adams.flow.standalone.DeleteStorageValue
Returns whether storage items are being updated.
isUpdatingStorage() - Method in class adams.flow.standalone.DeserializeToStorage
Returns whether storage items are being updated.
isUpdatingStorage() - Method in class adams.flow.standalone.HashSetInit
Returns whether storage items are being updated.
isUpdatingStorage() - Method in class adams.flow.standalone.InitPublishSubscribe
Returns whether storage items are being updated.
isUpdatingStorage() - Method in class adams.flow.standalone.LookUpInit
Returns whether storage items are being updated.
isUpdatingStorage() - Method in class adams.flow.standalone.QueueInit
Returns whether storage items are being updated.
isUpdatingStorage() - Method in class adams.flow.transformer.AbstractDataContainerAdd
Returns whether storage items are being updated.
isUpdatingStorage() - Method in class adams.flow.transformer.AbstractDataContainerAppend
Returns whether storage items are being updated.
isUpdatingStorage() - Method in class adams.flow.transformer.CollectionAppend
Returns whether storage items are being updated.
isUpdatingStorage() - Method in class adams.flow.transformer.CounterInit
Returns whether storage items are being updated.
isUpdatingStorage() - Method in class adams.flow.transformer.DeleteStorageValue
Returns whether storage items are being updated.
isUpdatingStorage() - Method in class adams.flow.transformer.HashSetInit
Returns whether storage items are being updated.
isUpdatingStorage() - Method in class adams.flow.transformer.IncStorageValue
Returns whether storage items are being updated.
isUpdatingStorage() - Method in class adams.flow.transformer.LookUpInit
Returns whether storage items are being updated.
isUpdatingStorage() - Method in class adams.flow.transformer.SetStorageFlag
Returns whether storage items are being updated.
isUpdatingStorage() - Method in class adams.flow.transformer.SetStorageValue
Returns whether storage items are being updated.
isUpdatingStorage() - Method in class adams.flow.transformer.SpreadSheetAppend
Returns whether storage items are being updated.
isUpdatingStorage() - Method in class adams.flow.transformer.StorageCollectionInsert
Returns whether storage items are being updated.
isUpdatingStorage() - Method in class adams.flow.transformer.StorageJFreeChartAddSeries
Returns whether storage items are being updated.
isUpdatingVariables() - Method in interface adams.core.VariableUpdater
Returns whether variables are being updated.
isUpdatingVariables() - Method in class adams.flow.source.StorageForLoop
Returns whether variables are being updated.
isUpdatingVariables() - Method in class adams.flow.standalone.DeleteVariable
Returns whether variables are being updated.
isUpdatingVariables() - Method in class adams.flow.standalone.SetManyVariables
Returns whether variables are being updated.
isUpdatingVariables() - Method in class adams.flow.standalone.SetVariable
Returns whether variables are being updated.
isUpdatingVariables() - Method in class adams.flow.transformer.DeleteVariable
Returns whether variables are being updated.
isUpdatingVariables() - Method in class adams.flow.transformer.IncVariable
Returns whether variables are being updated.
isUpdatingVariables() - Method in class adams.flow.transformer.SetManyVariables
Returns whether variables are being updated.
isUpdatingVariables() - Method in class adams.flow.transformer.SetVariable
Returns whether variables are being updated.
isUpdatingVariables() - Method in class adams.flow.transformer.SwapVariables
Returns whether variables are being updated.
isUpperInclusive() - Method in class adams.core.base.BaseInterval
Returns whether the upper bound is inclusive.
isUsePreviousReportVisible() - Method in class adams.gui.visualization.object.ObjectAnnotationPanel
Returns whether the controls for using the previous report are visible or not.
isUsingBlocking() - Method in class adams.core.command.AbstractAsyncCapableExternalCommand
Whether the command is used in a blocking or async fashion.
isUsingBlocking() - Method in interface adams.core.command.ExternalCommand
Whether the command is used in a blocking or async fashion.
isUsingStorage() - Method in class adams.data.conversion.MapToWekaInstance
Returns whether storage items are being used.
isUsingStorage() - Method in class adams.flow.control.SetContainerValue
Returns whether storage items are being used.
isUsingStorage() - Method in interface adams.flow.control.StorageUser
Returns whether storage items are being used.
isUsingStorage() - Method in class adams.flow.source.CombineArrays
Returns whether storage items are being used.
isUsingStorage() - Method in class adams.flow.source.CombineCollections
Returns whether storage items are being used.
isUsingStorage() - Method in class adams.flow.source.HashSet
Returns whether storage items are being used.
isUsingStorage() - Method in class adams.flow.source.MakeContainer
Returns whether storage items are being used.
isUsingStorage() - Method in class adams.flow.source.StorageValue
Returns whether storage items are being used.
isUsingStorage() - Method in class adams.flow.source.StorageValuesArray
Returns whether storage items are being used.
isUsingStorage() - Method in class adams.flow.source.ZipArrays
Returns whether storage items are being used.
isUsingStorage() - Method in class adams.flow.transformer.CompareObjectLocations
Returns whether storage items are being used.
isUsingStorage() - Method in class adams.flow.transformer.GetStorageValue
Returns whether storage items are being used.
isUsingStorage() - Method in class adams.flow.transformer.IndexedSplitsRunsEvaluation
Returns whether storage items are being used.
isUsingStorage() - Method in class adams.flow.transformer.IndexedSplitsRunsPredictions
Returns whether storage items are being used.
isUsingStorage() - Method in class adams.flow.transformer.LookUp
Returns whether storage items are being used.
isUsingStorage() - Method in class adams.flow.transformer.MergeReport
Returns whether storage items are being used.
isUsingStorage() - Method in class adams.flow.transformer.MergeReportFromMap
Returns whether storage items are being used.
isUsingStorage() - Method in class adams.flow.transformer.PDFAppendDocument
Returns whether storage items are being used.
isUsingStorage() - Method in class adams.flow.transformer.SetJsonValue
Returns whether storage items are being used.
isUsingStorage() - Method in class adams.flow.transformer.SetMapValue
Returns whether storage items are being used.
isUsingStorage() - Method in class adams.flow.transformer.WekaFilter
Returns whether storage items are being used.
isUsingStorage() - Method in class adams.flow.transformer.WekaGeneticAlgorithmInitializer
Returns whether storage items are being used.
isUsingStorage() - Method in class adams.flow.transformer.WekaNearestNeighborSearch
Returns whether storage items are being used.
isUsingVariables() - Method in interface adams.core.VariableUser
Returns whether variables are being used.
isUsingVariables() - Method in class adams.flow.source.Variable
Returns whether variables are being used.
isUsingVariables() - Method in class adams.flow.source.VariablesArray
Returns whether variables are being used.
isUsingVariables() - Method in class adams.flow.transformer.ArrayToVariables
Returns whether variables are being used.
isUsingY() - Method in class adams.data.instance.InstancePointComparator
Returns whether Y or X number is used for ordering.
isUsingY() - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowPointComparator
Returns whether Y or X number is used for ordering.
isValid() - Method in class adams.flow.container.AbstractContainer
Checks whether the setup of the container is valid.
isValid() - Method in class adams.flow.container.AbstractFilterContainer
Checks whether the setup of the container is valid.
isValid() - Method in interface adams.flow.container.Container
Checks whether the setup of the container is valid.
isValid() - Method in class adams.flow.container.ControlChartContainer
Checks whether the setup of the container is valid.
isValid() - Method in class adams.flow.container.EncapsulatedActorsContainer
Checks whether the setup of the container is valid.
isValid() - Method in class adams.flow.container.FeatureConverterContainer
Checks whether the setup of the container is valid.
isValid() - Method in class adams.flow.container.FileBasedDatasetContainer
Checks whether the setup of the container is valid.
isValid() - Method in class adams.flow.container.HttpRequestResult
Checks whether the setup of the container is valid.
isValid() - Method in class adams.flow.container.ImageSegmentationContainer
Checks whether the setup of the container is valid.
isValid() - Method in class adams.flow.container.OutlierContainer
Checks whether the setup of the container is valid.
isValid() - Method in class adams.flow.container.OutlierDetectorContainer
Checks whether the setup of the container is valid.
isValid() - Method in class adams.flow.container.PredictionEccentricityContainer
Checks whether the setup of the container is valid.
isValid() - Method in class adams.flow.container.ProcessActorContainer
Checks whether the setup of the container is valid.
isValid() - Method in class adams.flow.container.RemoteCommandContainer
Checks whether the setup of the container is valid.
isValid() - Method in class adams.flow.container.SequencePlotterContainer
Checks whether the setup of the container is valid.
isValid() - Method in class adams.flow.container.SpreadSheetCellSelectionContainer
Checks whether the setup of the container is valid.
isValid() - Method in class adams.flow.container.TimingContainer
Checks whether the setup of the container is valid.
isValid() - Method in class adams.flow.container.TrainTestSetContainer
Checks whether the setup of the container is valid.
isValid() - Method in class adams.flow.container.WekaAttributeSelectionContainer
Checks whether the setup of the container is valid.
isValid() - Method in class adams.flow.container.WekaClusterEvaluationContainer
Checks whether the setup of the container is valid.
isValid() - Method in class adams.flow.container.WekaClusteringContainer
Checks whether the setup of the container is valid.
isValid() - Method in class adams.flow.container.WekaEvaluationContainer
Checks whether the setup of the container is valid.
isValid() - Method in class adams.flow.container.WekaExperimentContainer
Checks whether the setup of the container is valid.
isValid() - Method in class adams.flow.container.WekaFilterContainer
Checks whether the setup of the container is valid.
isValid() - Method in class adams.flow.container.WekaForecastContainer
Checks whether the setup of the container is valid.
isValid() - Method in class adams.flow.container.WekaGeneticAlgorithmContainer
Checks whether the setup of the container is valid.
isValid() - Method in class adams.flow.container.WekaGeneticAlgorithmInitializationContainer
Checks whether the setup of the container is valid.
isValid() - Method in class adams.flow.container.WekaModelContainer
Checks whether the setup of the container is valid.
isValid() - Method in class adams.flow.container.WekaNearestNeighborSearchContainer
Checks whether the setup of the container is valid.
isValid() - Method in class adams.flow.container.WekaPredictionContainer
Checks whether the setup of the container is valid.
isValid() - Method in class adams.flow.container.WekaTrainTestSetContainer
Checks whether the setup of the container is valid.
isValid() - Method in class adams.gui.core.CheckedTextField
Returns whether the current input string is valid.
isValid() - Method in class adams.gui.wizard.AbstractWizardPage
Returns whether the input on the page is valid.
isValid(PlaceholderFile) - Static method in class adams.core.io.PlaceholderFile
Checks whether the placeholer file is valid.
isValid(AbstractOption, Object, OptionTraversalPath) - Method in class adams.flow.processor.AbstractListingProcessor
Checks whether the object is valid and should be added to the list.
isValid(AbstractOption, Object, OptionTraversalPath) - Method in class adams.flow.processor.AbstractListNameUsage
Checks whether the object is valid and should be added to the list.
isValid(AbstractOption, Object, OptionTraversalPath) - Method in class adams.flow.processor.FindText
Checks whether the object is valid and should be added to the list.
isValid(AbstractOption, Object, OptionTraversalPath) - Method in class adams.flow.processor.ListActorUsage
Checks whether the object is valid and should be added to the list.
isValid(AbstractOption, Object, OptionTraversalPath) - Method in class adams.flow.processor.ListAnnotationTags
Checks whether the object is valid and should be added to the list.
isValid(AbstractOption, Object, OptionTraversalPath) - Method in class adams.flow.processor.ListDatabaseConnections
Checks whether the object is valid and should be added to the list.
isValid(AbstractOption, Object, OptionTraversalPath) - Method in class adams.flow.processor.ListObjectCommandlines
Checks whether the object is valid and should be added to the list.
isValid(AbstractOption, Object, OptionTraversalPath) - Method in class adams.flow.processor.ListPaths
Checks whether the object is valid and should be added to the list.
isValid(AbstractOption, Object, OptionTraversalPath) - Method in class adams.flow.processor.ListStructureModifyingActors
Checks whether the object is valid and should be added to the list.
isValid(AbstractOption, Object, OptionTraversalPath) - Method in class adams.flow.processor.ListTODOs
Checks whether the object is valid and should be added to the list.
isValid(AbstractOption, Object, OptionTraversalPath) - Method in class adams.flow.processor.ListVariableUsage
Checks whether the object is valid and should be added to the list.
isValid(File) - Method in class adams.flow.control.AbstractDataContainerFileChecker
Checks whether the file can be loaded correctly.
isValid(Comparable) - Method in class adams.flow.control.plotprocessor.AbstractPlotProcessor
Checks wheteher value is valid.
isValid(String) - Method in class adams.core.base.AbstractBaseString
Checks whether the string value is a valid presentation for this class.
isValid(String) - Method in class adams.core.base.ArrayDimensions
Checks whether the string value is a valid presentation for this class.
isValid(String) - Method in class adams.core.base.AttributeTypeList
Checks whether the string value is a valid presentation for this class.
isValid(String) - Method in class adams.core.base.BaseBoolean
Checks whether the string value is a valid presentation for this class.
isValid(String) - Method in class adams.core.base.BaseByte
Checks whether the string value is a valid presentation for this class.
isValid(String) - Method in class adams.core.base.BaseCharacter
Checks whether the string value is a valid presentation for this class.
isValid(String) - Method in class adams.core.base.BaseCharset
Checks whether the string value is a valid presentation for this class.
isValid(String) - Method in class adams.core.base.BaseClassname
Checks whether the string value is a valid presentation for this class.
isValid(String) - Method in class adams.core.base.BaseColor
Checks whether the string value is a valid presentation for this class.
isValid(String) - Method in class adams.core.base.BaseCommandLine
Checks whether the string value is a valid presentation for this class.
isValid(String) - Method in class adams.core.base.BaseDate
Checks whether the string value is a valid presentation for this class.
isValid(String) - Method in class adams.core.base.BaseDateTime
Checks whether the string value is a valid presentation for this class.
isValid(String) - Method in class adams.core.base.BaseDateTimeMsec
Checks whether the string value is a valid presentation for this class.
isValid(String) - Method in class adams.core.base.BaseDimension
Checks whether the string value is a valid presentation for this class.
isValid(String) - Method in class adams.core.base.BaseDouble
Checks whether the string value is a valid presentation for this class.
isValid(String) - Method in class adams.core.base.BaseFloat
Checks whether the string value is a valid presentation for this class.
isValid(String) - Method in class adams.core.base.BaseHostname
Checks whether the string value is a valid presentation for this class.
isValid(String) - Method in class adams.core.base.BaseInteger
Checks whether the string value is a valid presentation for this class.
isValid(String) - Method in class adams.core.base.BaseInterval
Checks whether the string value is a valid presentation for this class.
isValid(String) - Method in class adams.core.base.BaseKeyValuePair
Checks whether the string value is a valid presentation for this class.
isValid(String) - Method in class adams.core.base.BaseList
Checks whether the string value is a valid presentation for this class.
isValid(String) - Method in class adams.core.base.BaseLong
Checks whether the string value is a valid presentation for this class.
isValid(String) - Method in class adams.core.base.BaseObject
Checks whether the string value is a valid presentation for this class.
isValid(String) - Method in class adams.core.base.BasePassword
Checks whether the string value is a valid presentation for this class.
isValid(String) - Method in class adams.core.base.BasePointDouble
Checks whether the string value is a valid presentation for this class.
isValid(String) - Method in class adams.core.base.BasePointFloat
Checks whether the string value is a valid presentation for this class.
isValid(String) - Method in class adams.core.base.BasePointInt
Checks whether the string value is a valid presentation for this class.
isValid(String) - Method in class adams.core.base.BaseRectangle
Checks whether the string value is a valid presentation for this class.
isValid(String) - Method in class adams.core.base.BaseRegExp
Checks whether the string value is a valid presentation for this class.
isValid(String) - Method in class adams.core.base.BaseShort
Checks whether the string value is a valid presentation for this class.
isValid(String) - Method in class adams.core.base.BaseTime
Checks whether the string value is a valid presentation for this class.
isValid(String) - Method in class adams.core.base.BaseTimeMsec
Checks whether the string value is a valid presentation for this class.
isValid(String) - Method in class adams.core.base.BaseURI
Checks whether the string value is a valid presentation for this class.
isValid(String) - Method in class adams.core.base.BaseURL
Checks whether the string value is a valid presentation for this class.
isValid(String) - Method in class adams.core.base.CronSchedule
Checks whether the string value is a valid presentation for this class.
isValid(String) - Method in class adams.core.base.JsonPathExpression
Checks whether the string value is a valid presentation for this class.
isValid(String) - Method in class adams.core.base.Mat5ArrayDimensions
Checks whether the string value is a valid presentation for this class.
isValid(String) - Method in class adams.core.base.Mat5ArrayElementIndex
Checks whether the string value is a valid presentation for this class.
isValid(String) - Method in class adams.core.base.MatrixSubset
Checks whether the string value is a valid presentation for this class.
isValid(String) - Method in class adams.core.base.MavenArtifact
Checks whether the string value is a valid presentation for this class.
isValid(String) - Method in class adams.core.base.MavenArtifactExclusion
Checks whether the string value is a valid presentation for this class.
isValid(String) - Method in class adams.core.base.MavenRepository
Checks whether the string value is a valid presentation for this class.
isValid(String) - Method in class adams.core.base.QuadrilateralLocation
Checks whether the string value is a valid presentation for this class.
isValid(String) - Method in class adams.core.base.RangedThreshold
Checks whether the string value is a valid presentation for this class.
isValid(String) - Method in class adams.core.ByteFormat
Tests the format.
isValid(String) - Method in class adams.core.ByteFormatString
Checks whether the string value is a valid presentation for this class.
isValid(String) - Static method in class adams.core.DateUtils
Checks whether the supplied parse pattern is valid.
isValid(String) - Static method in class adams.core.io.PlaceholderFile
Checks whether the placeholer file is valid.
isValid(String) - Method in class adams.core.MicroSecondFormat
Tests the format.
isValid(String) - Method in class adams.core.MicroSecondFormatString
Checks whether the string value is a valid presentation for this class.
isValid(String) - Method in class adams.core.net.EmailAddress
Checks whether the string value is a valid presentation for this class.
isValid(String) - Method in class adams.core.Placeholders
Checks whether all placeholders in the given string can be expanded.
isValid(String) - Method in class adams.core.SecondFormat
Tests the format.
isValid(String) - Method in class adams.core.SecondFormatString
Checks whether the string value is a valid presentation for this class.
isValid(String) - Method in class adams.core.VariableName
Checks whether the string value is a valid presentation for this class.
isValid(String) - Method in class adams.core.VariableNameValuePair
Checks whether the string value is a valid presentation for this class.
isValid(String) - Method in class adams.data.barcode.encode.AbstractBarcodeEncoder
Checks whether the payload can be processed.
isValid(String) - Method in class adams.data.barcode.encode.EAN13
Checks the given 13 digit code.
isValid(String) - Method in class adams.data.barcode.encode.PassThrough
Checks whether the payload can be processed.
isValid(String) - Method in class adams.data.barcode.encode.QRCode
Checks whether the payload can be processed.
isValid(String) - Method in class adams.data.barcode.encode.UPCA
Checks the given 12 digit code.
isValid(String) - Method in class adams.data.DateFormatString
Checks whether the string value is a valid presentation for this class.
isValid(String) - Method in class adams.data.DecimalFormatString
Checks whether the string value is a valid presentation for this class.
isValid(String) - Static method in class adams.data.report.Field
Checks whether the field is valid.
isValid(String) - Method in class adams.db.JdbcUrl
Checks whether the string value is a valid presentation for this class.
isValid(String) - Method in class adams.flow.control.StorageName
Checks whether the string value is a valid presentation for this class.
isValid(String) - Method in class adams.gui.chooser.AbstractChooserPanel
Checks whether the string value is valid and can be parsed.
isValid(String) - Method in class adams.gui.chooser.AbstractDateBasedChooserPanel
Checks whether the string value is valid and can be parsed.
isValid(String) - Method in class adams.gui.chooser.ColorChooserPanel
Checks whether the string value is valid and can be parsed.
isValid(String) - Method in class adams.gui.chooser.DirectoryChooserPanel
Checks whether the string value is valid and can be parsed.
isValid(String) - Method in class adams.gui.chooser.FileChooserPanel
Checks whether the string value is valid and can be parsed.
isValid(String) - Method in class adams.gui.chooser.SpreadSheetQueryChooserPanel
Checks whether the string value is valid and can be parsed.
isValid(String) - Method in class adams.gui.core.BaseObjectTextField.BaseObjectCheckModel
Checks whether the content is valid.
isValid(String) - Method in class adams.gui.core.BaseShortcut
Checks whether the string value is a valid presentation for this class.
isValid(String) - Method in class adams.gui.core.CheckedTextField.AbstractCheckModel
Checks whether the content is valid.
isValid(String) - Method in class adams.gui.core.CheckedTextField.StringCheckModel
Checks whether the content is valid.
isValid(String) - Method in class adams.gui.core.DateTextField.DateCheckModel
Checks whether the content is valid.
isValid(String) - Method in class adams.gui.core.IndexTextField.IndexCheckModel
Checks whether the content is valid.
isValid(String) - Method in class adams.gui.core.NumberTextField.BoundedNumberCheckModel
Checks whether the content is valid.
isValid(String) - Method in class adams.gui.core.NumberTextField.NumberCheckModel
Checks whether the content is valid.
isValid(String) - Method in class adams.gui.core.RangeTextField.RangeCheckModel
Checks whether the content is valid.
isValid(String) - Method in class adams.gui.core.RegExpConstrainedTextField.RegExpConstraintCheckModel
Checks whether the content is valid.
isValid(String) - Method in class adams.gui.goe.ActorPathEditor
Checks whether the string is valid.
isValid(String) - Method in class adams.gui.goe.BaseBooleanEditor
Checks whether the string is valid.
isValid(String) - Method in class adams.gui.goe.BaseColorEditor
Checks whether the string is valid.
isValid(String) - Method in class adams.gui.goe.BaseObjectEditor
Checks whether the string is valid.
isValid(String) - Method in class adams.gui.goe.BaseRegExpEditor
Checks whether the string is valid.
isValid(String) - Method in class adams.gui.goe.CallableActorReferenceEditor
Checks whether the string is valid.
isValid(String) - Method in class adams.gui.goe.ColorEditor
Checks whether the string is valid.
isValid(String) - Method in class adams.gui.goe.EventReferenceEditor
Checks whether the string is valid.
isValid(String) - Method in class adams.gui.goe.IndexEditor
Checks whether the string is valid.
isValid(String) - Method in class adams.gui.goe.InlineEditor
Checks whether the string is valid.
isValid(String) - Method in class adams.gui.goe.JdbcUrlEditor
Checks whether the string is valid.
isValid(String) - Method in class adams.gui.goe.RangeEditor
Checks whether the string is valid.
isValid(String) - Method in class adams.gui.goe.UnorderedRangeEditor
Checks whether the string is valid.
isValid(String, int) - Static method in class adams.core.Range
Returns whether the range string is valid.
isValid(String, int) - Static method in class adams.core.UnorderedRange
Returns whether the range string is valid.
isValid(String, Number) - Method in class adams.core.option.OptionManager
Checks whether the numeric value is valid (within the bounds, if any).
isValid(TreePath) - Method in class adams.gui.flow.tree.quickaction.ChangeCallableActor
Checks whether the select path is a valid callable actor reference.
isValid(T) - Method in class adams.core.option.AbstractNumericOption
Checks whether the number is within the specified bounds (if any).
isValid(Instances) - Method in enum adams.opt.optimise.genetic.fitnessfunctions.AbstractWEKAFitnessFunction.Measure
Checks whether the data can be used with this measure.
isValid(Instances, String) - Method in enum adams.opt.genetic.Measure
Checks whether the data can be used with this measure.
isValidChild(AbstractTag) - Method in class adams.doc.xml.AbstractTag
Checks whether the child is valid and can be added.
isValidDataIndex(BaseComboBox) - Method in class adams.gui.tools.wekainvestigator.evaluation.AbstractEvaluation
Checks whether the combobox selection index is a valid dataset index.
isValidDoubleClick(MouseEvent) - Method in class adams.gui.core.AbstractDoubleClickableComponentWithButtons
Checks whether the double click is valid for this component.
isValidDoubleClick(MouseEvent) - Method in class adams.gui.core.BaseListWithButtons
Checks whether the double click is valid for this component.
isValidDoubleClick(MouseEvent) - Method in class adams.gui.core.BaseTableWithButtons
Checks whether the double click is valid for this component.
isValidDoubleClick(MouseEvent) - Method in class adams.gui.core.SortableAndSearchableTableWithButtons
Checks whether the double click is valid for this component.
isValidEncoding(String) - Static method in class adams.gui.chooser.TextFileChooser.FileEncodingPanel
Returns whether the encoding is valid.
isValidExcelDate(double) - Static method in class adams.core.DateUtils
Given a double, checks if it is a valid Excel date.
isValidExtent(int[]) - Method in class adams.flow.transformer.negativeregions.SimpleBlockFill
Checks whether the extent is valid.
isValidFormat(String) - Static method in class adams.core.base.BaseRectangle
Checks whether the string value is a valid presentation for this class.
isValidItem(T) - Method in class adams.gui.selection.AbstractSelectDatabaseFieldPanel
Checks whether the item is valid.
isValidItem(T) - Method in class adams.gui.selection.AbstractTableBasedSelectionPanel
Checks whether the item is valid.
isValidName(String) - Static method in class adams.core.Variables
Checks whether the string represents a valid name (without the "@{" and "}").
isValidName(String) - Method in class adams.flow.container.AbstractContainer
Checks whether the name of the object is valid.
isValidName(String) - Static method in class adams.flow.control.Storage
Checks whether the string represents a valid name.
isValidNode(Node) - Method in class adams.gui.goe.EventReferenceEditor
Checks whether the node is valid and can be added to the tree.
isValidNode(Node) - Method in class adams.gui.goe.TriggerableEventReferenceEditor
Checks whether the node is valid and can be added to the tree.
isValidSearch() - Method in class adams.gui.core.SearchPanel
Checks whether the search is valid.
isValidSetup() - Method in class adams.gui.tools.spreadsheetviewer.SortPanel
Checks whether the setup is valid, i.e., no name used twice, at least one sorting definition.
isValidSetup() - Method in class adams.gui.visualization.instances.instancestable.InstancesSortPanel
Checks whether the setup is valid, i.e., no name used twice, at least one sorting definition.
isValidStr(String) - Static method in class adams.core.Placeholders
Checks whether all placeholders can be expanded.
isValidUnicode(String) - Method in class adams.core.base.BaseObject
Checks whether the string value (with escaped unicode sequences) is a valid presentation for this class.
isVariableAttached() - Method in class adams.core.option.AbstractArgumentOption
Whether a variable has been attached to the option.
isVariableModified() - Method in class adams.core.option.AbstractArgumentOption
Returns whether the variable got updated in the meantime and needs propagating.
isVariableReferencingObject() - Method in class adams.core.option.AbstractArgumentOption
Returns whether the variable points to a global actor or storage.
isVerbose() - Method in class adams.flow.source.RSync
 
isVerbose() - Method in class adams.flow.source.SimpleRSync
 
isVersion() - Method in class adams.flow.source.RSync
 
isVisible() - Method in interface adams.gui.visualization.container.VisibilityContainer
Returns whether the container is visible.
isVisible() - Method in class adams.gui.visualization.instance.InstanceContainer
Returns whether the instance is visible.
isVisible() - Method in class adams.gui.visualization.report.ReportContainer
Returns whether the instance is visible.
isVisible() - Method in class adams.gui.visualization.sequence.XYSequenceContainer
Returns whether the sequence is visible.
isVisible() - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowContainer
Returns whether the instance is visible.
isVisible() - Method in class adams.gui.visualization.timeseries.TimeseriesContainer
Returns whether the timeseries is visible.
isVisible(int) - Method in class adams.gui.core.SearchableWrapperListModel
Checks whether the index from the actual underlying model is visible.
isVisible(int) - Method in interface adams.gui.visualization.container.VisibilityContainerManager
Returns whether the container at the specified position is visible.
isVisible(int) - Method in class adams.gui.visualization.instance.InstanceContainerManager
Returns whether the container at the specified position is visible.
isVisible(int) - Method in class adams.gui.visualization.report.ReportContainerManager
Returns whether the container at the specified position is visible.
isVisible(int) - Method in class adams.gui.visualization.sequence.XYSequenceContainerManager
Returns whether the container at the specified position is visible.
isVisible(int) - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowContainerManager
Returns whether the container at the specified position is visible.
isVisible(int) - Method in class adams.gui.visualization.timeseries.TimeseriesContainerManager
Returns whether the container at the specified position is visible.
isVisible(Class) - Method in class adams.gui.flow.tab.FlowTabManager
Returns whether a tab should be visible or not.
isVisible(Class) - Method in class adams.gui.tools.spreadsheetviewer.tab.ViewerTabManager
Returns whether a tab should be visible or not.
isWholeFile() - Method in class adams.flow.source.RSync
 
isWindows() - Static method in class adams.core.management.OS
Checks whether the operating system is Windows.
IsWindows - Class in adams.flow.condition.bool
Evaluates to 'true' if the operating system is a Windows variant.
IsWindows() - Constructor for class adams.flow.condition.bool.IsWindows
 
isWorking() - Method in class adams.gui.core.Undo
Returns whether undo/redo is currently performed.
isXattrs() - Method in class adams.flow.source.RSync
 
isXInvisible() - Method in class adams.gui.visualization.core.CoordinatesPaintlet
Returns whether the X axis is visible or not.
isXInvisible() - Method in class adams.gui.visualization.stats.paintlet.CoordinatesPaintlet
Returns whether the X axis is visible or not.
isXzCompressed(byte[]) - Static method in class adams.core.io.XzUtils
Checks whether the array is xz compressed.
isXzCompressed(File) - Static method in class adams.core.io.XzUtils
Checks whether the file is xz compressed.
IsXzCompressed - Class in adams.flow.condition.bool
Checks whether the file or byte array is Xz compressed.
IsXzCompressed() - Constructor for class adams.flow.condition.bool.IsXzCompressed
 
isYInvisible() - Method in class adams.gui.visualization.core.CoordinatesPaintlet
Returns whether the Y axis is visible or not.
isYInvisible() - Method in class adams.gui.visualization.stats.paintlet.CoordinatesPaintlet
Returns whether the Y axis is visible or not.
isZipCompressed(byte[]) - Static method in class adams.core.io.ZipUtils
Checks whether the array is zip compressed.
isZipCompressed(File) - Static method in class adams.core.io.ZipUtils
Checks whether the file is zip compressed.
IsZipCompressed - Class in adams.flow.condition.bool
Checks whether the file or byte array is Zip compressed.
IsZipCompressed() - Constructor for class adams.flow.condition.bool.IsZipCompressed
 
isZoomed() - Method in class adams.gui.visualization.core.axis.AbstractAxisModel
Returns true if the axis is currently zoomed.
isZoomed() - Method in class adams.gui.visualization.core.axis.ZoomHandler
Returns true if at least one zoom is stored.
isZoomed() - Method in class adams.gui.visualization.core.AxisPanel
Returns true if the axis is currently zoomed.
isZoomed() - Method in class adams.gui.visualization.core.PlotPanel
Returns true if any of the axis is zoomed.
isZoomingEnabled() - Method in class adams.gui.visualization.core.plot.ContentPanel
Returns whether zooming is enabled.
isZoomingEnabled() - Method in class adams.gui.visualization.core.PlotPanel
Returns whether zooming is enabled.
isZoomOverviewPanelVisible() - Method in class adams.gui.visualization.instance.InstanceExplorer
Returns whether the zoom overview panel is visible or not.
isZoomOverviewPanelVisible() - Method in class adams.gui.visualization.instance.InstancePanel
Returns whether the zoom overview panel is visible or not.
isZoomOverviewPanelVisible() - Method in class adams.gui.visualization.spreadsheet.SpreadSheetExplorer
Returns whether the zoom overview panel is visible or not.
isZoomOverviewPanelVisible() - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowPanel
Returns whether the zoom overview panel is visible or not.
isZoomOverviewPanelVisible() - Method in class adams.gui.visualization.timeseries.TimeseriesExplorer
Returns whether the zoom overview panel is visible or not.
isZoomOverviewPanelVisible() - Method in class adams.gui.visualization.timeseries.TimeseriesPanel
Returns whether the zoom overview panel is visible or not.
isZoomVisible() - Method in class adams.gui.visualization.object.ObjectAnnotationPanel
Returns whether the zoom controls are visible or not.
isZstdCompressed(byte[]) - Static method in class adams.core.io.ZstdUtils
Checks whether the array is Zstd compressed.
isZstdCompressed(File) - Static method in class adams.core.io.ZstdUtils
Checks whether the file is Zstd compressed.
IsZstdCompressed - Class in adams.flow.condition.bool
Checks whether the file or byte array is Zstd compressed.
IsZstdCompressed() - Constructor for class adams.flow.condition.bool.IsZstdCompressed
 
ITALIAN - adams.flow.core.TesseractLanguage
 
ITALIC - Static variable in class adams.core.io.PdfFont
the string for ITALIC.
ITALIC - Static variable in class adams.core.option.parsing.FontParsing
the string for ITALIC.
Item(ExifTagEnum, TagInfo) - Constructor for class adams.data.exif.commons.ExifTagEnum.Item
Initializes the enum type.
itemizeChangesTipText() - Method in class adams.flow.source.RSync
 
ItemizedList - Class in adams.doc.docbook
A list in which each entry is marked with a bullet or other dingbat.
ItemizedList() - Constructor for class adams.doc.docbook.ItemizedList
Initializes the list.
items - Variable in class adams.gui.flow.tree.Tree.TreePopupSubmenu
the submenu classes.
itemStateChanged(ItemEvent) - Method in class adams.gui.visualization.stats.scatterplot.ScatterPlot.AttColorListener
 
itemStateChanged(ItemEvent) - Method in class adams.gui.visualization.stats.scatterplot.ScatterPlot.AttXListener
 
itemStateChanged(ItemEvent) - Method in class adams.gui.visualization.stats.scatterplot.ScatterPlot.AttYListener
 
itemStateChanged(ItemEvent) - Method in class adams.gui.visualization.stats.zscore.ZScore.AttListener
 
itemStateChanged(ItemEvent) - Method in class adams.gui.visualization.stats.zscore.ZScore.gridListener
 
itemsTipText() - Method in class adams.flow.condition.bool.InList
Returns the tip text for this property.
Iteratable - Interface in adams.core
For classes that support iteration.
IterateFilesWithProgressBar - Class in adams.flow.template
Generates a sub-flow that looks for files in a directory and then iterates those.
IterateFilesWithProgressBar() - Constructor for class adams.flow.template.IterateFilesWithProgressBar
 
iterationsTipText() - Method in class adams.opt.optimise.genetic.AbstractGeneticAlgorithm
Returns the tip text for this property.
iterationsTipText() - Method in class adams.opt.optimise.GridSearch
Returns the tip text for this property.
iterationsTipText() - Method in class adams.opt.optimise.RandomOptimiser
Returns the tip text for this property.
iterator() - Method in class adams.core.ConfigurableEnumeration
Returns an iterator over the items.
iterator() - Method in class adams.core.logging.AbstractLogHandler
Returns an iterator over all current logging listeners.
iterator() - Method in class adams.core.Trie
Returns an iterator over the elements in this collection.
iterator() - Method in class adams.core.WrapperHashSet
Returns an iterator over the elements in this set.
iterator() - Method in class adams.data.container.AbstractDataContainer
Returns an iterator over the points.
iterator() - Method in class adams.data.SortedList
Returns an iterator over the items in the list.
iterator() - Method in class adams.db.DatabaseManager
Returns an iterator over all databases.
iterator() - Method in class adams.db.FacadeManager
Returns an iterator over all facades.
iterator() - Method in class adams.db.TableManager
Returns an iterator over all tables.
iterator() - Method in class adams.db.wrapper.WrapperManager
Returns an iterator over all tables.
iterator() - Method in class adams.gui.core.DragAndDropTreeNodeCollection
Returns an iterator over the nodes.
iterator() - Method in class adams.gui.scripting.ScriptingEngineManager
Returns an iterator over all engines.
iterator() - Method in class adams.multiprocess.JobList
Returns an iterator over the elements in this collection.
iTextPDF - Class in adams.core.io
Helper class for iTextPDF.
iTextPDF() - Constructor for class adams.core.io.iTextPDF
 

J

JAIHelper - Class in adams.data.jai
Helper class for JAI operations.
JAIHelper() - Constructor for class adams.data.jai.JAIHelper
 
JAIImageReader - Class in adams.data.io.input
Java Advanced Imaging (JAI) image reader for: jpg, bmp, gif, png, jpeg, wbmp

JAIImageReader() - Constructor for class adams.data.io.input.JAIImageReader
 
JAIImageWriter - Class in adams.data.io.output
Java Advanced Imaging (JAI) image writer for: bmp, jpg, jpeg, wbmp, png, gif

JAIImageWriter() - Constructor for class adams.data.io.output.JAIImageWriter
 
jamaToWeka(Matrix) - Static method in class adams.data.instancesanalysis.pls.MatrixHelper
Turns a Jama matrix into a Weka one.
JamaUtils - Class in edu.umbc.cs.maple.utils
Various utility functions for the Jama matrix toolkit.
JamaUtils() - Constructor for class edu.umbc.cs.maple.utils.JamaUtils
 
JamaUtils.Function - Enum in edu.umbc.cs.maple.utils
Specifies a simple mathematical function.
JAPANESE - adams.flow.core.TesseractLanguage
 
Java - Class in adams.core.management
A helper class for Java (JRE/JDK) related things.
Java - Class in adams.flow.standalone
Calls the main method of a Java class.
Java() - Constructor for class adams.core.management.Java
 
Java() - Constructor for class adams.flow.standalone.Java
 
JAVA - Static variable in class adams.core.management.Java
the java executable (no extension).
JAVA_API_URL - Static variable in class adams.core.net.HtmlUtils
the URL prefix for the Java Javadoc.
JAVA_KEYWORDS - Static variable in class adams.core.option.AbstractJavaCodeProducer
Java keywords.
JAVAC - Static variable in class adams.core.management.Java
the javac executable (no extension).
javaClassTipText() - Method in class adams.flow.standalone.JavaExec
Returns the tip text for this property.
JavaComparable - Class in adams.data.compare
Compares objects that implement the Java java.lang.Comparable interface and returns the result of that comparison.
JavaComparable() - Constructor for class adams.data.compare.JavaComparable
 
JavaDirectoryChooser - Class in adams.gui.chooser
Simple directory chooser based on JFileChooser.
JavaDirectoryChooser() - Constructor for class adams.gui.chooser.JavaDirectoryChooser
Constructs a JavaDirectoryChooser pointing to the user's default directory.
JavaDirectoryChooser(File) - Constructor for class adams.gui.chooser.JavaDirectoryChooser
Constructs a JavaDirectoryChooser using the given File as the path.
JavaDirectoryChooser(String) - Constructor for class adams.gui.chooser.JavaDirectoryChooser
Constructs a JavaDirectoryChooser using the given path.
Javadoc - Class in adams.doc.javadoc
Abstract superclass for classes that generate Javadoc comments and replace the content between certain comment tags.
Javadoc() - Constructor for class adams.doc.javadoc.Javadoc
Initializes the object, sets default options.
JavaExec - Class in adams.flow.standalone
Forks off a new JVM with the same classpath by default.
JavaExec() - Constructor for class adams.flow.standalone.JavaExec
 
JavaInstantiationProducer - Class in adams.core.option
Generates Java code for instantiating the object.
JavaInstantiationProducer() - Constructor for class adams.core.option.JavaInstantiationProducer
 
JavaInstantiationWriter - Class in adams.data.io.output
Generates Java code from OptionHandler objects.
JavaInstantiationWriter() - Constructor for class adams.data.io.output.JavaInstantiationWriter
 
JavaLogging - Class in adams.flow.sink
Uses the Java logging framework to output the incoming data.
Simply uses an object's 'toString()' method.
JavaLogging() - Constructor for class adams.flow.sink.JavaLogging
 
JavaMailSendEmail - Class in adams.core.net
Uses JavaMail for sending emails.
JavaMailSendEmail() - Constructor for class adams.core.net.JavaMailSendEmail
 
JavaObjectToByteArray - Class in adams.data.conversion
Serializes the Java Object into a byte array.
JavaObjectToByteArray() - Constructor for class adams.data.conversion.JavaObjectToByteArray
 
JavaRandomByte - Class in adams.data.random
Random generator that generates random bytes using Java's java.util.Random class.
JavaRandomByte() - Constructor for class adams.data.random.JavaRandomByte
 
JavaRandomByteUnseeded - Class in adams.data.random
Random generator that generates random integers using Java's java.util.Random class (unseeded).
JavaRandomByteUnseeded() - Constructor for class adams.data.random.JavaRandomByteUnseeded
 
JavaRandomDouble - Class in adams.data.random
Random generator that generates random doubles (0-1) using Java's java.util.Random class.
JavaRandomDouble() - Constructor for class adams.data.random.JavaRandomDouble
 
JavaRandomDoubleUnseeded - Class in adams.data.random
Random generator that generates random doubles (0-1) using Java's java.util.Random class (unseeded).
JavaRandomDoubleUnseeded() - Constructor for class adams.data.random.JavaRandomDoubleUnseeded
 
JavaRandomInt - Class in adams.data.random
Random generator that generates random integers using Java's java.util.Random class.
JavaRandomInt() - Constructor for class adams.data.random.JavaRandomInt
 
JavaRandomIntUnseeded - Class in adams.data.random
Random generator that generates random integers using Java's java.util.Random class (unseeded).
JavaRandomIntUnseeded() - Constructor for class adams.data.random.JavaRandomIntUnseeded
 
JCD - Class in adams.data.lire.features
Generates features using net.semanticmetadata.lire.imageanalysis.features.global.JCD.
Joining CEDD and FCTH in one histogram.
For more information on the LIRE project, see:
http://www.lire-project.net/

JCD() - Constructor for class adams.data.lire.features.JCD
 
JComponentList - Class in adams.gui.core
A specialized JList that displays/renders arbitrary JComponents.
JComponentList() - Constructor for class adams.gui.core.JComponentList
Initializes the list with an empty model.
JComponentList(JComponentList.JComponentListModel) - Constructor for class adams.gui.core.JComponentList
Initializes the list with the given model.
JComponentList.CheckBoxListItem - Class in adams.gui.core
A specialized BaseCheckBox to be used in a JComponentList, which provides a rudimentary popup menu.
JComponentList.CheckBoxListItem.Actions - Enum in adams.gui.core
Available actions.
JComponentList.JComponentListModel - Class in adams.gui.core
A specialized model.
JComponentList.LabelListItem - Class in adams.gui.core
A specialized JLabel to be used in a JComponentList, which provides a rudimentary popup menu.
JComponentList.LabelListItem.Actions - Enum in adams.gui.core
Available actions.
JComponentList.ListCellRenderer - Class in adams.gui.core
A specialized cell renderer.
JComponentList.PopupMenuProvider - Interface in adams.gui.core
An interface for list items that provide a popup menu.
JComponentListModel() - Constructor for class adams.gui.core.JComponentList.JComponentListModel
 
JComponentWriter - Class in adams.gui.print
This class takes any JComponent and outputs it to a file.
JComponentWriter() - Constructor for class adams.gui.print.JComponentWriter
 
JComponentWriterFileChooser - Class in adams.gui.print
A specialized JFileChooser that lists all available file Writers for screenshots.
JComponentWriterFileChooser() - Constructor for class adams.gui.print.JComponentWriterFileChooser
onstructs a FileChooser pointing to the user's default directory.
JComponentWriterFileChooser(File) - Constructor for class adams.gui.print.JComponentWriterFileChooser
Constructs a FileChooser using the given File as the path.
JComponentWriterFileChooser(String) - Constructor for class adams.gui.print.JComponentWriterFileChooser
Constructs a FileChooser using the given path.
JComponentWriterFileFilter - Class in adams.gui.print
A specialized filter that also contains the associated filter class.
JComponentWriterFileFilter(String[], String, JComponentWriter) - Constructor for class adams.gui.print.JComponentWriterFileFilter
Creates the ExtensionFileFilter.
JComponentWriterFileFilter(String, String, JComponentWriter) - Constructor for class adams.gui.print.JComponentWriterFileFilter
Creates the ExtensionFileFilter.
JConsole - Class in adams.core.management
A helper class for the jconsole utility.
JConsole - Class in adams.gui.menu
Starts up jconsole.
JConsole() - Constructor for class adams.core.management.JConsole
 
JConsole() - Constructor for class adams.gui.menu.JConsole
Initializes the menu item with no owner.
JConsole(AbstractApplicationFrame) - Constructor for class adams.gui.menu.JConsole
Initializes the menu item.
JDBC - Class in adams.db
Utility class for JDBC.
JDBC() - Constructor for class adams.db.JDBC
 
JDBC_VALUES - Static variable in class adams.db.MetaDataUtils
 
JdbcOutputPanel - Class in adams.gui.tools.wekamultiexperimenter.setup.weka
Stores the results in a JDBC database.
JdbcOutputPanel() - Constructor for class adams.gui.tools.wekamultiexperimenter.setup.weka.JdbcOutputPanel
 
JdbcUrl - Class in adams.db
Encapsulates a JDBC URL Performs some minimal checks.
JdbcUrl() - Constructor for class adams.db.JdbcUrl
Initializes with a default URL.
JdbcUrl(String) - Constructor for class adams.db.JdbcUrl
Initializes the object with the URL to parse.
JdbcUrlEditor - Class in adams.gui.goe
A PropertyEditor for JdbcUrl objects.
JdbcUrlEditor() - Constructor for class adams.gui.goe.JdbcUrlEditor
 
JdbcUrlParsing - Class in adams.core.option.parsing
For parsing JdbcUrl options.
JdbcUrlParsing() - Constructor for class adams.core.option.parsing.JdbcUrlParsing
 
JDeps - Class in adams.core.management
A helper class for the jdeps utility.
JDeps - Class in adams.flow.control
Runs jdeps on the classname arriving at the input.
The application's classpath is automatically added to the command-line if no classpath directories or jars are provided.
Classpath directories and jars get combined, but directories take precedence over jars.
JDeps - Class in adams.gui.menu
Runs jdeps and displays the result.
JDeps() - Constructor for class adams.core.management.JDeps
 
JDeps() - Constructor for class adams.flow.control.JDeps
 
JDeps() - Constructor for class adams.gui.menu.JDeps
Initializes the menu item with no owner.
JDeps(AbstractApplicationFrame) - Constructor for class adams.gui.menu.JDeps
Initializes the menu item.
JenericCmdline - Class in adams.core.option
Manages what classes should be enhanced with with a generic commandline.
JenericCmdline() - Constructor for class adams.core.option.JenericCmdline
Initializes the command-line handling.
JenericCmdlineDefinition - Class in adams.env
Definition for the JenericCmdline props file.
JenericCmdlineDefinition() - Constructor for class adams.env.JenericCmdlineDefinition
 
JenericCommandLineHandler - Class in adams.core.option
For classes that get enhanced with a generic commandline using the jeneric-cmdline library.
JenericCommandLineHandler() - Constructor for class adams.core.option.JenericCommandLineHandler
 
JFreeChart - Class in adams.gui.core.spreadsheettable
Allows to create a JFreeChart plot of a column or row.
JFreeChart - Class in adams.gui.tools.spreadsheetviewer.chart
Uses JFreeChart to display the data.
JFreeChart - Class in adams.gui.visualization.instances.instancestable
Allows to perform a simple plot of a column or row.
JFreeChart() - Constructor for class adams.gui.core.spreadsheettable.JFreeChart
 
JFreeChart() - Constructor for class adams.gui.tools.spreadsheetviewer.chart.JFreeChart
 
JFreeChart() - Constructor for class adams.gui.visualization.instances.instancestable.JFreeChart
 
JFreeChartFileWriter - Class in adams.flow.sink
Generates a JFreeChart plot and writes the bitmap to a file.
JFreeChartFileWriter() - Constructor for class adams.flow.sink.JFreeChartFileWriter
 
JFreeChartPlot - Class in adams.flow.sink
Generates and displays a plot using JFreeChart.
JFreeChartPlot() - Constructor for class adams.flow.sink.JFreeChartPlot
 
Jitter - Class in adams.gui.visualization.sequence.pointpreprocessor
Adds random jitter to data points, to make it easier to see overlapping ones.
Jitter() - Constructor for class adams.gui.visualization.sequence.pointpreprocessor.Jitter
 
Jitter.Direction - Enum in adams.gui.visualization.sequence.pointpreprocessor
In which direction to apply the jitter.
JListHelper - Class in adams.gui.core
A helper class for JList GUI elements with DefaultListModel or derived models.
JListHelper() - Constructor for class adams.gui.core.JListHelper
 
JMap - Class in adams.core.management
A helper class for the jmap utility.
JMap - Class in adams.flow.control
Runs jmap whenever a token gets passed through.
JMap - Class in adams.gui.menu
Runs jmap and displays the result.
JMap() - Constructor for class adams.core.management.JMap
 
JMap() - Constructor for class adams.flow.control.JMap
 
JMap() - Constructor for class adams.gui.menu.JMap
Initializes the menu item with no owner.
JMap(AbstractApplicationFrame) - Constructor for class adams.gui.menu.JMap
Initializes the menu item.
Job - Interface in adams.multiprocess
A job is a unit of execution.
jobCompleted(JobCompleteEvent) - Method in interface adams.event.JobCompleteListener
Post process job.
jobCompleted(JobCompleteEvent) - Method in class adams.multiprocess.JobList
Post process job.
jobCompleted(Job, JobResult) - Method in class adams.multiprocess.AbstractJob
Called once a job has completed execution.
jobCompleted(Job, JobResult) - Method in interface adams.multiprocess.Job
Called once a job has completed execution.
JobCompleteEvent - Class in adams.event
Event object that gets sent after a job finished.
JobCompleteEvent(Object, Job, JobResult) - Constructor for class adams.event.JobCompleteEvent
Initializes the event.
JobCompleteEvent(Object, Job, JobResult, Object) - Constructor for class adams.event.JobCompleteEvent
Initializes the event with an additional payload object.
JobCompleteListener - Interface in adams.event
Interface for classes that listen for jobs to finish.
JobList<T extends Job> - Class in adams.multiprocess
A container for jobs to execute.
JobList() - Constructor for class adams.multiprocess.JobList
Initializes the queue.
JobListCompleteEvent - Class in adams.event
Event object that gets sent after all jobs in a queue have finished.
JobListCompleteEvent(Object) - Constructor for class adams.event.JobListCompleteEvent
Initializes the event.
JobListCompleteEvent(Object, Object) - Constructor for class adams.event.JobListCompleteEvent
Initializes the event with an additional payload object.
JobListCompleteListener - Interface in adams.event
Interface for classes that listen for queues to finish all of its jobs.
JobQueueHandler - Interface in adams.scripting.engine
Interface for scripting engines that manage a job queue.
JobResult - Class in adams.multiprocess
The result of Job Execution.
JobResult(String) - Constructor for class adams.multiprocess.JobResult
New jobresult.
JobResult(String, boolean) - Constructor for class adams.multiprocess.JobResult
New jobresult.
JobRunner - Class in adams.scripting.command.distributed
Encapsulates a JobRunner.
JobRunner<T extends Job> - Interface in adams.multiprocess
Interface for runners that execute jobs.
JobRunner() - Constructor for class adams.scripting.command.distributed.JobRunner
 
JobRunnerHandler - Interface in adams.multiprocess
Interface for classes that use a job runner.
JobRunnerInstance - Class in adams.flow.standalone
Acts as job execution pool for classes implementing adams.multiprocess.JobRunnerSupporter.

See also:
adams.multiprocess.JobRunnerSupporter

JobRunnerInstance() - Constructor for class adams.flow.standalone.JobRunnerInstance
 
JobRunnerSetup - Class in adams.flow.standalone
Defines the job runner setup to use for parallel/distributed computation.
JobRunnerSetup() - Constructor for class adams.flow.standalone.JobRunnerSetup
 
JobRunnerSupporter - Interface in adams.multiprocess
Interface for classes that can offload their processing into a jobs executed by a JobRunner instance.
jobRunnerTipText() - Method in class adams.flow.standalone.JobRunnerSetup
Returns the tip text for this property.
jobRunnerTipText() - Method in class adams.flow.transformer.WekaExperimentExecution
Returns the tip text for this property.
jobRunnerTipText() - Method in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment
Returns the tip text for this property.
jobRunnerTipText() - Method in class adams.multiprocess.AbstractMetaJobRunner
Returns the tip text for this property.
JobWithOwner<T> - Interface in adams.multiprocess
TODO: What class does.
JOIN - adams.data.objectfinder.MultiObjectFinder.Combination
join/merge/or.
JOIN - adams.data.spreadsheet.columnfinder.MultiColumnFinder.Combination
join/merge/or.
JOIN - adams.data.spreadsheet.rowfinder.MultiRowFinder.Combination
join/merge/or.
JOIN - adams.data.weka.columnfinder.MultiColumnFinder.Combination
join/merge/or.
JOIN - adams.data.weka.rowfinder.MultiRowFinder.Combination
join/merge/or.
JoinAttributes - Class in weka.filters.unsupervised.attribute
A simple filter that joins several attributes into a single STRING one, with a user defined string acting as 'glue'.
JoinAttributes() - Constructor for class weka.filters.unsupervised.attribute.JoinAttributes
 
JoinOnID - Class in adams.flow.transformer.spreadsheetmethodmerge
Joins the spreadsheets by concatenating rows that share a unique ID.
JoinOnID - Class in adams.flow.transformer.wekadatasetsmerge
Joins the datasets by concatenating rows that share a unique ID.
JoinOnID() - Constructor for class adams.flow.transformer.spreadsheetmethodmerge.JoinOnID
 
JoinOnID() - Constructor for class adams.flow.transformer.wekadatasetsmerge.JoinOnID
 
JoinOnID.UniqueIDEnumeration - Class in adams.flow.transformer.spreadsheetmethodmerge
Enumeration class that returns the rows from the source spreadsheets joined on the unique ID column.
JoinOnID.UniqueIDEnumeration - Class in adams.flow.transformer.wekadatasetsmerge
Enumeration class that returns the rows from the source datasets joined on the unique ID attribute.
joinOptions(String[]) - Method in class adams.core.option.AbstractCommandLineHandler
Turns the option array back into a commandline.
joinOptions(String[]) - Method in class adams.core.option.AdamsCommandLineHandler
Turns the option array back into a commandline.
joinOptions(String[]) - Method in class adams.core.option.BaseObjectCommandLineHandler
Turns the option array back into a commandline.
joinOptions(String[]) - Method in class adams.core.option.DefaultCommandLineHandler
Turns the option array back into a commandline.
joinOptions(String[]) - Method in class adams.core.option.JenericCommandLineHandler
Turns the option array back into a commandline.
joinOptions(String[]) - Static method in class adams.core.option.OptionUtils
Joins all the options in an option array into a single string, as might be used on the command line.
joinOptions(String[]) - Method in class adams.core.option.WekaCommandLineHandler
Turns the option array back into a commandline.
JoinOptions - Class in adams.data.conversion
Assumes the string array to be an option array and joins them into a single string.
JoinOptions() - Constructor for class adams.data.conversion.JoinOptions
 
JointHistogram - Class in adams.data.lire.features
Generates features using net.semanticmetadata.lire.imageanalysis.features.global.joint.JointHistogram.
For more information, see:
Mathias Lux, Savvas A.
JointHistogram() - Constructor for class adams.data.lire.features.JointHistogram
 
JOURNAL - adams.core.TechnicalInformation.Field
A journal name.
JPEG - Class in adams.core.io.filecomplete
Checks whether the JPEG file ends with bytes FFD9 (EOF for JPEGs).
See also:
http://en.wikipedia.org/wiki/JPEG#Syntax_and_structure

JPEG - adams.data.jai.ImageType
 
JPEG() - Constructor for class adams.core.io.filecomplete.JPEG
 
JpegCoefficientHistogram - Class in adams.data.lire.features
Generates features using net.semanticmetadata.lire.imageanalysis.features.global.JpegCoefficientHistogram.
For more information on the LIRE project, see:
http://www.lire-project.net/

JpegCoefficientHistogram() - Constructor for class adams.data.lire.features.JpegCoefficientHistogram
 
JpegIsComplete - Class in adams.core.io.fileuse
Checks whether the JPEG file ends with bytes FFD9 (EOF for JPEGs).
See also:
http://en.wikipedia.org/wiki/JPEG#Syntax_and_structure

JpegIsComplete() - Constructor for class adams.core.io.fileuse.JpegIsComplete
 
JPEGWriter - Class in adams.gui.print
Outputs JPEG images.
JPEGWriter() - Constructor for class adams.gui.print.JPEGWriter
 
JSchUtils - Class in adams.core.net
Helper class for SSH connections using JSch.
JSchUtils() - Constructor for class adams.core.net.JSchUtils
 
JSON - Class in adams.core.io.filecomplete
Checks whether the JSON can be parsed.
JSON() - Constructor for class adams.core.io.filecomplete.JSON
 
JsonAdamsExperimentReader - Class in adams.data.io.input
Reads ADAMS Experiments in JSON format.
JsonAdamsExperimentReader() - Constructor for class adams.data.io.input.JsonAdamsExperimentReader
 
JsonAdamsExperimentWriter - Class in adams.data.io.output
Writes ADAMS experiments in JSON format.
JsonAdamsExperimentWriter() - Constructor for class adams.data.io.output.JsonAdamsExperimentWriter
 
JsonArrayToArray - Class in adams.data.conversion
Turns a JSON array into an object array.
JsonArrayToArray() - Constructor for class adams.data.conversion.JsonArrayToArray
 
JsonArrayToList - Class in adams.data.conversion
JsonArrayToList() - Constructor for class adams.data.conversion.JsonArrayToList
 
JsonConsumer - Class in adams.core.option
Recreates objects from a JSON representation.
JsonConsumer() - Constructor for class adams.core.option.JsonConsumer
 
JsonDataType - Enum in adams.core
The data types for JSON.
JsonDisplay - Class in adams.flow.sink
Displays a JSON object as tree structure.
JsonDisplay() - Constructor for class adams.flow.sink.JsonDisplay
 
JsonFileReader - Class in adams.flow.transformer
Reads a JSON file and forwards the parsed JSON object.
If it is know beforehand, whether the JSON file contains an object or an array, the output type can be specified.
JsonFileReader() - Constructor for class adams.flow.transformer.JsonFileReader
 
JsonFileWriter - Class in adams.flow.sink
Writes a JSON object/array to a file.
JsonFileWriter() - Constructor for class adams.flow.sink.JsonFileWriter
 
JsonFlowReader - Class in adams.data.io.input
Reads flows in JSON format.
JsonFlowReader() - Constructor for class adams.data.io.input.JsonFlowReader
 
JsonFlowWriter - Class in adams.data.io.output
Writes flows in JSON format.
JsonFlowWriter() - Constructor for class adams.data.io.output.JsonFlowWriter
 
JsonHelper - Class in adams.data.json
Helper class for JSON.
JsonHelper() - Constructor for class adams.data.json.JsonHelper
 
JsonIndexedSplitsRunsReader - Class in adams.data.io.input
Reads runs of indexed splits from JSON.
JsonIndexedSplitsRunsReader() - Constructor for class adams.data.io.input.JsonIndexedSplitsRunsReader
 
JsonIndexedSplitsRunsWriter - Class in adams.data.io.output
Writes runs of indexed splits as JSON.
JsonIndexedSplitsRunsWriter() - Constructor for class adams.data.io.output.JsonIndexedSplitsRunsWriter
 
JsonNode - Class in adams.gui.core.json
Specialized tree node.
JsonNode(String, Object) - Constructor for class adams.gui.core.json.JsonNode
Initializes the node with the specified label.
JsonNotesReader - Class in adams.gui.tools.previewbrowser.notes
Reads notes in JSON format.
JsonNotesReader() - Constructor for class adams.gui.tools.previewbrowser.notes.JsonNotesReader
 
JsonNotesWriter - Class in adams.gui.tools.previewbrowser.notes
Writes the notes in JSON format.
JsonNotesWriter() - Constructor for class adams.gui.tools.previewbrowser.notes.JsonNotesWriter
 
JsonObjectHandler - Class in adams.data.spreadsheet
Handler for JSON.
JsonObjectHandler() - Constructor for class adams.data.spreadsheet.JsonObjectHandler
 
JsonObjectToMap - Class in adams.data.conversion
Turns a JSON object into a map.
JsonObjectToMap() - Constructor for class adams.data.conversion.JsonObjectToMap
 
JsonObjectType - Enum in adams.data.json
the type of object.
JsonParameterMapReader - Class in adams.data.io.input
Reads parameters in JSON format.
JsonParameterMapReader() - Constructor for class adams.data.io.input.JsonParameterMapReader
 
JsonParameterMapWriter - Class in adams.data.io.output
Writes parameters in JSON format.
JsonParameterMapWriter() - Constructor for class adams.data.io.output.JsonParameterMapWriter
 
JsonPathExpression - Class in adams.core.base
Encapsulates a JSON Path expression.
JsonPathExpression() - Constructor for class adams.core.base.JsonPathExpression
Initializes the string with length 0.
JsonPathExpression(String) - Constructor for class adams.core.base.JsonPathExpression
Initializes the object with the string to parse.
JsonPrettyPrintHandler - Class in adams.gui.tools.previewbrowser
Displays JSON files in pretty print format: json

JsonPrettyPrintHandler() - Constructor for class adams.gui.tools.previewbrowser.JsonPrettyPrintHandler
 
JsonProcessor - Class in adams.scripting.processor
Processor for remote commands in JSON format.
JsonProcessor() - Constructor for class adams.scripting.processor.JsonProcessor
 
JsonProducer - Class in adams.core.option
Generates the JSON format.
JsonProducer() - Constructor for class adams.core.option.JsonProducer
 
JsonRenderer - Class in adams.gui.core.json
A specialized renderer for the JsonTree elements.
JsonRenderer() - Constructor for class adams.gui.core.json.JsonRenderer
Initializes the renderer.
JSONSpreadSheetReader - Class in adams.data.io.input
Reads WEKA datasets in JSON format and turns them into spreadsheets.
JSONSpreadSheetReader() - Constructor for class adams.data.io.input.JSONSpreadSheetReader
 
JSONSpreadSheetWriter - Class in adams.data.io.output
Writes a spreadsheet in JSON file format.
JSONSpreadSheetWriter() - Constructor for class adams.data.io.output.JSONSpreadSheetWriter
 
JsonSupporter - Interface in adams.core
For classes that support JSON objects, e.g., displaying them.
JsonTextRenderer - Class in adams.data.textrenderer
Renders JSON objects.
JsonTextRenderer() - Constructor for class adams.data.textrenderer.JsonTextRenderer
 
JsonToReport - Class in adams.data.conversion
Turns a JSON string into a report.
Input format:
{
"Sample ID": "someid",
"GLV2": 1.123,
"valid": true
}


JsonToReport() - Constructor for class adams.data.conversion.JsonToReport
 
JsonToSpreadSheet - Class in adams.data.conversion
Turns a JSON object into a spreadsheet, essentially flattening it.
JsonToSpreadSheet() - Constructor for class adams.data.conversion.JsonToSpreadSheet
 
JsonToString - Class in adams.data.conversion
Turns a JSON object/array into a string.
JsonToString() - Constructor for class adams.data.conversion.JsonToString
 
JsonTree - Class in adams.gui.core.json
Specialized tree for displaying JSON objects/arrays.
JsonTree() - Constructor for class adams.gui.core.json.JsonTree
 
JsonTreeViewHandler - Class in adams.gui.tools.previewbrowser
Displays JSON files as hierarchical tree: json

JsonTreeViewHandler() - Constructor for class adams.gui.tools.previewbrowser.JsonTreeViewHandler
 
JsonTreeWithPreview - Class in adams.gui.core.json
Panel with a JSON tree and a text area for previewing the data.
JsonTreeWithPreview() - Constructor for class adams.gui.core.json.JsonTreeWithPreview
 
JTableHelper - Class in adams.gui.core
A helper class for JTable, e.g.
JTableHelper(JTable) - Constructor for class adams.gui.core.JTableHelper
initializes the object.
JTableSupporter<T extends JTable> - Interface in adams.gui.core
Interface for components that use tables.
jump() - Method in class adams.gui.flow.tabhandler.ParsedErrorHandler.ParseOutput
Performs the jump to the selected actor.
JVisualVM - Class in adams.core.management
A helper class for the jvisualvm utility.
JVisualVM() - Constructor for class adams.core.management.JVisualVM
 
JVisualVMDefinition - Class in adams.env
Definition for the JVisualVM props file.
JVisualVMDefinition() - Constructor for class adams.env.JVisualVMDefinition
 
JVisualVMPanel - Class in adams.gui.application
Panel for configuring the JVisualVM settings.
JVisualVMPanel() - Constructor for class adams.gui.application.JVisualVMPanel
 
JVM_PID - Static variable in class adams.core.SystemInfo
the key for the JVM PID.
JVMTipText() - Method in class adams.flow.standalone.JavaExec
Returns the tip text for this property.

K

KAPPA - adams.flow.transformer.WekaClassifierRanker.Measure
evaluation via: Kappa statistic.
KAPPA - adams.opt.genetic.Measure
Kappa.
KAPPA_STATISTIC - adams.flow.core.EvaluationStatistic
 
KAPPA_STATISTIC - adams.flow.core.ExperimentStatistic
 
KB_INFORMATION - adams.flow.core.EvaluationStatistic
 
KB_INFORMATION - adams.flow.core.ExperimentStatistic
 
KB_MEAN_INFORMATION - adams.flow.core.EvaluationStatistic
 
KB_MEAN_INFORMATION - adams.flow.core.ExperimentStatistic
 
KB_RELATIVE_INFORMATION - adams.flow.core.EvaluationStatistic
 
KB_RELATIVE_INFORMATION - adams.flow.core.ExperimentStatistic
 
keep(int) - Method in class adams.data.objectfinder.Size
Checks whether the value fits the constraints.
KEEP - adams.flow.transformer.MergeObjectLocations.NoOverlapAction
 
KEEP - adams.flow.transformer.MergeObjectLocations.OverlapAction
 
keepAllObjectsTipText() - Method in class adams.flow.transformer.ImageObjectFilter
Returns the tip text for this property.
keepAttributeNamesTipText() - Method in class weka.filters.unsupervised.attribute.SavitzkyGolay
Returns the tip text for this property.
keepAttributeNamesTipText() - Method in class weka.filters.unsupervised.attribute.SavitzkyGolay2
Returns the tip text for this property.
keepDirlinksTipText() - Method in class adams.flow.source.RSync
 
keepExistingTipText() - Method in class adams.data.io.output.AccessSpreadSheetWriter
Returns the tip text for this property.
keepExistingTipText() - Method in interface adams.data.io.output.AppendableSpreadSheetWriter
Returns the tip text for this property.
keepExistingTipText() - Method in class adams.data.io.output.CsvSpreadSheetWriter
Returns the tip text for this property.
keepExistingTipText() - Method in class adams.data.io.output.SqlDumpSpreadSheetWriter
Returns the tip text for this property.
keepExistingTipText() - Method in class adams.flow.standalone.QueueInit
Returns the tip text for this property.
keepExistingTipText() - Method in class adams.flow.transformer.WekaInstanceDumper
Returns the tip text for this property.
keepFailedTipText() - Method in class adams.data.conversion.AbstractSpreadSheetColumnConverter
Returns the tip text for this property.
KeepHighestMetaDataValue - Class in adams.data.overlappingobjectremoval
Keeps object with the highest (numeric) meta-data value.
KeepHighestMetaDataValue() - Constructor for class adams.data.overlappingobjectremoval.KeepHighestMetaDataValue
 
keepIndices(Instances) - Method in class weka.classifiers.meta.Corr
 
keepIndicesBasedOnCorrelation(Instances) - Method in class weka.classifiers.meta.Corr
 
keepNumComponentsTipText() - Method in class adams.data.conversion.SwapPLS
Returns the tip text for this property.
KeepOnlyColors - Class in adams.data.imagefilter
Keeps only the specified colors and turns all other pixels to transparent.
KeepOnlyColors() - Constructor for class adams.data.imagefilter.KeepOnlyColors
 
keepOnlySingleUniqueIDTipText() - Method in class adams.flow.transformer.SpreadSheetMerge
Returns the tip text for this property.
keepOnlySingleUniqueIDTipText() - Method in class adams.flow.transformer.WekaInstancesMerge
Returns the tip text for this property.
KeepRange - Class in weka.filters.unsupervised.instance
Keeps only the range of rows, in the order specified.
KeepRange() - Constructor for class weka.filters.unsupervised.instance.KeepRange
 
keepRelationNameTipText() - Method in class adams.flow.transformer.WekaFilter
Returns the tip text for this property.
keepRelationNameTipText() - Method in class adams.flow.transformer.WekaReorderAttributesToReference
Returns the tip text for this property.
keepRelationNameTipText() - Method in class adams.flow.transformer.WekaStreamFilter
Returns the tip text for this property.
keepReportTipText() - Method in class adams.flow.transformer.AbstractDataContainerDbWriter
Returns the tip text for this property.
keepReportTipText() - Method in class adams.flow.transformer.AbstractDeleteDataContainer
Returns the tip text for this property.
keepSupervisedClassTipText() - Method in class weka.filters.unsupervised.attribute.AttributeSummaryTransferFilter
Gets the tip-text for the keep-supervised-class option.
kendallTheil(double[], double[]) - Static method in class adams.data.statistics.StatUtils
Computes the Kendall-Theil robust regression of the given data points.
kendallTheil(Number[], Number[]) - Static method in class adams.data.statistics.StatUtils
Computes the Kendall-Theil robust regression of the given data points.
KendallTheilOverlayPaintlet - Class in adams.gui.visualization.sequence
Draws a straight line, using slope and intercept determined by Theil-Sen estimator using all the data points in the plot(s).

For more information, see:
Wikipedia.
KendallTheilOverlayPaintlet() - Constructor for class adams.gui.visualization.sequence.KendallTheilOverlayPaintlet
 
KennardStone - Class in weka.filters.unsupervised.instance
Applies the Kennard-Stone algorithm to the dataset.
Each row has the pre-filter (eg PLS) applied before performing the search.
KennardStone() - Constructor for class weka.filters.unsupervised.instance.KennardStone
 
kernelHeightTipText() - Method in class adams.data.jai.transformer.Dilate
Returns the tip text for this property.
kernelHeightTipText() - Method in class adams.data.jai.transformer.Erode
Returns the tip text for this property.
kernelHeightTipText() - Method in class adams.data.opencv.transformer.Blur
Returns the tip text for this property.
kernelHeightTipText() - Method in class adams.data.opencv.transformer.GaussianBlur
Returns the tip text for this property.
kernelipText() - Method in class adams.data.instancesanalysis.pls.KernelPLS
Returns the tip text for this property
KernelPLS - Class in adams.data.instancesanalysis.pls
KernelPLS() - Constructor for class adams.data.instancesanalysis.pls.KernelPLS
 
kernelTipText() - Method in class adams.data.jai.transformer.Dilate
Returns the tip text for this property.
kernelTipText() - Method in class adams.data.jai.transformer.Erode
Returns the tip text for this property.
kernelTipText() - Method in class weka.classifiers.functions.GaussianProcessesAdaptive
Returns the tip text for this property
kernelTipText() - Method in class weka.classifiers.functions.GaussianProcessesNoWeights
Returns the tip text for this property
kernelTipText() - Method in class weka.classifiers.functions.GaussianProcessesWeighted
Returns the tip text for this property
kernelWidthTipText() - Method in class adams.data.jai.transformer.Dilate
Returns the tip text for this property.
kernelWidthTipText() - Method in class adams.data.jai.transformer.Erode
Returns the tip text for this property.
kernelWidthTipText() - Method in class adams.data.opencv.transformer.Blur
Returns the tip text for this property.
kernelWidthTipText() - Method in class adams.data.opencv.transformer.GaussianBlur
Returns the tip text for this property.
KEY - adams.core.TechnicalInformation.Field
Used for alphabetizing, cross referencing, and creating a label when the ``author'' information is missing.
KEY - Static variable in class adams.env.ActorSuggestionDefinition
the key as constant.
KEY - Static variable in class adams.env.ActorTemplateSuggestionDefinition
the key as constant.
KEY - Static variable in class adams.env.AdvancedScriptEditorTemplatesDefinition
the key as constant.
KEY - Static variable in class adams.env.BrowserDefinition
the key as constant.
KEY - Static variable in class adams.env.CharsetDefinition
the key as constant.
KEY - Static variable in class adams.env.ClassListerBlacklistDefinition
the key as constant.
KEY - Static variable in class adams.env.ClassListerDefinition
the key as constant.
KEY - Static variable in class adams.env.ClasspathBlacklistDefinition
the key as constant.
KEY - Static variable in class adams.env.ConditionsDefinition
the key as constant.
KEY - Static variable in class adams.env.ConversionDefinition
the key as constant.
KEY - Static variable in class adams.env.DatabaseConnectionDefinition
the key as constant.
KEY - Static variable in class adams.env.DbBackendDefinition
the key as constant.
KEY - Static variable in class adams.env.DriversDefinition
the key as constant.
KEY - Static variable in class adams.env.EmailDefinition
the key as constant.
KEY - Static variable in class adams.env.ExternalActorSuggestionDefinition
the key as constant.
KEY - Static variable in class adams.env.FlowControlCenterPanelDefinition
the key as constant.
KEY - Static variable in class adams.env.FlowDefinition
the key as constant.
KEY - Static variable in class adams.env.FlowEditorPanelDefinition
the key as constant.
KEY - Static variable in class adams.env.FlowEditorPanelMenuDefinition
the key as constant.
KEY - Static variable in class adams.env.FlowEditorTreePopupMenuDefinition
the key as constant.
KEY - Static variable in class adams.env.FlowEditorTreeQuickActionMenuDefinition
the key as constant.
KEY - Static variable in class adams.env.FlowRunnerPanelDefinition
the key as constant.
KEY - Static variable in class adams.env.FontsDefinition
the key as constant.
KEY - Static variable in class adams.env.GOEBlacklistDefinition
the key as constant.
KEY - Static variable in class adams.env.GOEEditorsDefinition
the key as constant.
KEY - Static variable in class adams.env.GUIHelperDefinition
the key as constant.
KEY - Static variable in class adams.env.ImageViewerPanelDefinition
the key as constant.
KEY - Static variable in class adams.env.InstanceCompareDefinition
the key as constant.
KEY - Static variable in class adams.env.InstanceExplorerDefinition
the key as constant.
KEY - Static variable in class adams.env.JenericCmdlineDefinition
the key as constant.
KEY - Static variable in class adams.env.JVisualVMDefinition
the key as constant.
KEY - Static variable in class adams.env.LocaleDefinition
the key as constant.
KEY - Static variable in class adams.env.LogEntryDBViewerPanelDefinition
the key as constant.
KEY - Static variable in class adams.env.LogEntryDefinition
the key as constant.
KEY - Static variable in class adams.env.LogEntryViewerPanelDefinition
the key as constant.
KEY - Static variable in class adams.env.MemoryMonitorDefinition
the key as constant.
KEY - Static variable in class adams.env.ModuleDefinition
the key as constant.
KEY - Static variable in class adams.env.NewInstanceDefinition
the key as constant.
KEY - Static variable in class adams.env.OptionManagerDefinition
the key as constant.
KEY - Static variable in class adams.env.OptionsDefinition
the key as constant.
KEY - Static variable in class adams.env.PerformanceDefinition
the key as constant.
KEY - Static variable in class adams.env.PlaceholdersDefinition
the key as constant.
KEY - Static variable in class adams.env.PreviewBrowserPanelDefinition
the key as constant.
KEY - Static variable in class adams.env.ProxyDefinition
the key as constant.
KEY - Static variable in class adams.env.ScriptingDialogDefinition
the key as constant.
KEY - Static variable in class adams.env.ScriptingEngineDefinition
the key as constant.
KEY - Static variable in class adams.env.ScriptingLoggerDefinition
the key as constant.
KEY - Static variable in class adams.env.SequenceViewerDefinition
the key as constant.
KEY - Static variable in class adams.env.SimpleScriptEditorTemplatesDefinition
the key as constant.
KEY - Static variable in class adams.env.SMBDefinition
the key as constant.
KEY - Static variable in class adams.env.SpreadSheetExplorerDefinition
the key as constant.
KEY - Static variable in class adams.env.SSLDefinition
the key as constant.
KEY - Static variable in class adams.env.TableDefinition
the key as constant.
KEY - Static variable in class adams.env.TesseractDefinition
the key as constant.
KEY - Static variable in class adams.env.TimeZoneDefinition
the key as constant.
KEY - Static variable in class adams.env.WekaInvestigatorDefinition
the key as constant.
KEY - Static variable in class adams.env.WekaInvestigatorShortcutsDefinition
the key as constant.
KEY - Static variable in class adams.env.WineDefinition
the key as constant.
KEY_ACTUAL - Static variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.FromPredictions
 
KEY_ADDITIONAL - Static variable in class adams.data.imagesegmentation.operation.EvaluatePrediction
the key for additional count.
KEY_ADDITIONAL - Static variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.CrossValidation
 
KEY_ADDITIONAL - Static variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.FromPredictions
 
KEY_ADDITIONAL - Static variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.ReevaluateModel
 
KEY_ADDITIONAL - Static variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.RepeatedCrossValidation
 
KEY_ADDITIONAL - Static variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.TrainTestSet
 
KEY_ADDITIONAL - Static variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.TrainTestSplit
 
KEY_ADDITIONAL - Static variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.TrainValidateTestSet
 
KEY_ADDITIONALATTRIBUTES - Static variable in class adams.gui.tools.wekainvestigator.tab.IndependentComponentsTab
 
KEY_ADDITIONALATTRIBUTES - Static variable in class adams.gui.tools.wekainvestigator.tab.PartialLeastSquaresTab
 
KEY_ADDITIONALATTRIBUTES - Static variable in class adams.gui.tools.wekainvestigator.tab.PrincipalComponentsTab
 
KEY_ADV_AVGLAGSLONGERTHAN - Static variable in class weka.classifiers.timeseries.gui.ExplorerTSPanelHandler
 
KEY_ADV_AVGLONGLAGS - Static variable in class weka.classifiers.timeseries.gui.ExplorerTSPanelHandler
 
KEY_ADV_BASELEARNER - Static variable in class weka.classifiers.timeseries.gui.ExplorerTSPanelHandler
 
KEY_ADV_CUSTOMLAG - Static variable in class weka.classifiers.timeseries.gui.ExplorerTSPanelHandler
 
KEY_ADV_EVALHOLDOUTSIZE - Static variable in class weka.classifiers.timeseries.gui.ExplorerTSPanelHandler
 
KEY_ADV_EVALMETRICS - Static variable in class weka.classifiers.timeseries.gui.ExplorerTSPanelHandler
 
KEY_ADV_EVALONHOLDOUT - Static variable in class weka.classifiers.timeseries.gui.ExplorerTSPanelHandler
 
KEY_ADV_EVALONTRAIN - Static variable in class weka.classifiers.timeseries.gui.ExplorerTSPanelHandler
 
KEY_ADV_FINETUNELAG - Static variable in class weka.classifiers.timeseries.gui.ExplorerTSPanelHandler
 
KEY_ADV_GRAPHFUTURE - Static variable in class weka.classifiers.timeseries.gui.ExplorerTSPanelHandler
 
KEY_ADV_GRAPHPREDS - Static variable in class weka.classifiers.timeseries.gui.ExplorerTSPanelHandler
 
KEY_ADV_GRAPHSTEP - Static variable in class weka.classifiers.timeseries.gui.ExplorerTSPanelHandler
 
KEY_ADV_LAGADJUST - Static variable in class weka.classifiers.timeseries.gui.ExplorerTSPanelHandler
 
KEY_ADV_MAXLAG - Static variable in class weka.classifiers.timeseries.gui.ExplorerTSPanelHandler
 
KEY_ADV_MINLAG - Static variable in class weka.classifiers.timeseries.gui.ExplorerTSPanelHandler
 
KEY_ADV_NUMLAGSTOAVG - Static variable in class weka.classifiers.timeseries.gui.ExplorerTSPanelHandler
 
KEY_ADV_OUTPUTFUTURE - Static variable in class weka.classifiers.timeseries.gui.ExplorerTSPanelHandler
 
KEY_ADV_OUTPUTPREDS - Static variable in class weka.classifiers.timeseries.gui.ExplorerTSPanelHandler
 
KEY_ADV_OUTPUTSTEP - Static variable in class weka.classifiers.timeseries.gui.ExplorerTSPanelHandler
 
KEY_ADV_OVERLAYDATA - Static variable in class weka.classifiers.timeseries.gui.ExplorerTSPanelHandler
 
KEY_ADV_USEGRAPHTARGET - Static variable in class weka.classifiers.timeseries.gui.ExplorerTSPanelHandler
 
KEY_ALGORITHM - Static variable in class adams.gui.tools.wekainvestigator.tab.PartialLeastSquaresTab
 
KEY_ANNOTATION - Static variable in class adams.data.imagesegmentation.operation.EvaluatePrediction
the key for annotation count.
KEY_ANTIALIASING - Static variable in class adams.gui.tools.wekainvestigator.tab.InstanceTab
 
KEY_AREA_NEW - Static variable in class adams.data.areaoverlap.BoundingBoxBased
 
KEY_AREA_NEW - Static variable in class adams.data.areaoverlap.PolygonBased
 
KEY_AREA_OLD - Static variable in class adams.data.areaoverlap.BoundingBoxBased
 
KEY_AREA_OLD - Static variable in class adams.data.areaoverlap.PolygonBased
 
KEY_AREA_RATIO - Static variable in class adams.data.areaoverlap.BoundingBoxBased
 
KEY_AREA_RATIO - Static variable in class adams.data.areaoverlap.PolygonBased
 
KEY_ATTACHMENTS - Static variable in class adams.data.io.input.PropertiesEmailFileReader
the key for the attachments.
KEY_ATTRIBUTES - Static variable in class adams.gui.visualization.instances.instancestable.ArrayStatistic
 
KEY_ATTRIBUTES - Static variable in class adams.gui.visualization.instances.instancestable.Histogram
 
KEY_AUTHOR - Static variable in class adams.env.Modules
the key for the Author of the module.
KEY_BACKEND - Static variable in class adams.db.AbstractDbBackend
 
KEY_BASIC_COMPUTECONF - Static variable in class weka.classifiers.timeseries.gui.ExplorerTSPanelHandler
 
KEY_BASIC_CONFLEVEL - Static variable in class weka.classifiers.timeseries.gui.ExplorerTSPanelHandler
 
KEY_BASIC_NUMTIMEUNITS - Static variable in class weka.classifiers.timeseries.gui.ExplorerTSPanelHandler
 
KEY_BASIC_PERFORMEVAL - Static variable in class weka.classifiers.timeseries.gui.ExplorerTSPanelHandler
 
KEY_BASIC_SKIPLIST - Static variable in class weka.classifiers.timeseries.gui.ExplorerTSPanelHandler
 
KEY_BATCHFILTER - Static variable in class adams.gui.tools.wekainvestigator.tab.PreprocessTab
 
KEY_BATCHSIZE - Static variable in class adams.gui.tools.spreadsheetprocessor.targets.DatabaseTarget
 
KEY_BCC - Static variable in class adams.data.io.input.PropertiesEmailFileReader
the key for the bcc recipients.
KEY_BINNING - Static variable in class adams.gui.core.spreadsheettable.Binning
 
KEY_BINNING - Static variable in class adams.gui.visualization.instances.instancestable.Binning
 
KEY_BODY - Static variable in class adams.data.io.input.PropertiesEmailFileReader
the key for the body.
KEY_BUILDTIMESTAMP - Static variable in class adams.env.Modules
the key for the BuildTimestamp of the module.
KEY_CASESENSITIVE - Static variable in class adams.gui.tools.FindInFilesPanel
 
KEY_CC - Static variable in class adams.data.io.input.PropertiesEmailFileReader
the key for the cc recipients.
KEY_CHART - Static variable in class adams.gui.tools.spreadsheetprocessor.targets.ChartTarget
 
KEY_CHART - Static variable in class adams.gui.tools.spreadsheetprocessor.targets.ClipboardTarget
 
KEY_CLASS - Static variable in class adams.core.option.JsonConsumer
the key for the class name.
KEY_CLASS - Static variable in class adams.core.option.JsonProducer
the key for the class name.
KEY_CLASS_INDEX - Static variable in class weka.gui.explorer.AttributeSelectionHandler
 
KEY_CLASS_INDEX - Static variable in class weka.gui.explorer.ClassifierHandler
 
KEY_CLASS_INDEX - Static variable in class weka.gui.explorer.ClustererHandler
 
KEY_CLASS_INDEX - Static variable in class weka.gui.explorer.ExperimentHandler
 
KEY_CLASSATTRIBUTE - Static variable in class adams.gui.tools.wekainvestigator.InvestigatorWorkspaceHelper
 
KEY_CLASSDISTRIBUTION - Static variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.FromPredictions
 
KEY_CLASSIFIER - Static variable in class adams.gui.tools.wekainvestigator.tab.ClassifyTab
 
KEY_CLASSIFIER - Static variable in class adams.gui.tools.wekainvestigator.tab.ExperimentTab
 
KEY_CLUSTERER - Static variable in class adams.gui.tools.wekainvestigator.tab.AssociateTab
 
KEY_CLUSTERER - Static variable in class adams.gui.tools.wekainvestigator.tab.ClusterTab
 
KEY_COLLECT_PREDICTIONS_FOR_EVALUATION - Static variable in class weka.gui.explorer.ClassifierHandler
 
KEY_COLOR - Static variable in class adams.gui.tools.wekainvestigator.tab.InstanceTab
 
KEY_COLORPROVIDER - Static variable in class adams.gui.tools.wekainvestigator.tab.InstanceTab
 
KEY_COLUMN - Static variable in class adams.data.image.transformer.subimages.Grid
the key for the column.
KEY_COLUMN - Static variable in class adams.gui.core.spreadsheettable.CopySelectedFiles
 
KEY_COLUMNNAMECONVERSION - Static variable in class adams.gui.tools.spreadsheetprocessor.targets.DatabaseTarget
 
KEY_COLUMNS - Static variable in class adams.gui.core.spreadsheettable.ArrayStatistic
 
KEY_COLUMNS - Static variable in class adams.gui.core.spreadsheettable.Binning
 
KEY_COLUMNS - Static variable in class adams.gui.core.spreadsheettable.Histogram
 
KEY_COLUMNS - Static variable in class adams.gui.core.spreadsheettable.JFreeChart
 
KEY_COLUMNS - Static variable in class adams.gui.core.spreadsheettable.PreviewSelectedFile
 
KEY_COLUMNS - Static variable in class adams.gui.core.spreadsheettable.SimplePlot
 
KEY_COLUMNS - Static variable in class adams.gui.visualization.instances.instancestable.Binning
 
KEY_COLUMNS - Static variable in class adams.gui.visualization.instances.instancestable.JFreeChart
 
KEY_COLUMNS - Static variable in class adams.gui.visualization.instances.instancestable.SimplePlot
 
KEY_COLWIDTH - Static variable in class adams.gui.core.SortableAndSearchableTable
the key for the column width.
KEY_COMMAND - Static variable in class adams.gui.menu.RemoteCommands
 
KEY_COMMAND - Static variable in interface adams.scripting.command.RemoteCommand
the key for the command in the header section of a command.
KEY_COMMANDPROCESSOR - Static variable in class adams.gui.menu.RemoteCommands
 
KEY_COMMITTED_HEAP - Static variable in class adams.flow.source.MemoryUsage
 
KEY_COMMITTED_NON_HEAP - Static variable in class adams.flow.source.MemoryUsage
 
KEY_CONNECTION - Static variable in class adams.gui.menu.RemoteCommands
 
KEY_CONNECTION - Static variable in class adams.scripting.ScriptingHelper
 
KEY_COORDINATES - Static variable in class adams.data.image.transformer.subimages.Grid
the key for the coordinates.
KEY_COORDINATES - Static variable in class adams.data.image.transformer.subimages.Regions
the key for the coordinates.
KEY_COST_SENSITIVE_EVALUATION - Static variable in class weka.gui.explorer.ClassifierHandler
 
KEY_COUNT - Static variable in class adams.flow.transformer.locateobjects.LocatedObjects
the key for the overall count.
KEY_CV_FOLDS - Static variable in class weka.gui.explorer.AttributeSelectionHandler
 
KEY_CV_FOLDS - Static variable in class weka.gui.explorer.ClassifierHandler
 
KEY_DATA - Static variable in class adams.gui.tools.wekainvestigator.InvestigatorWorkspaceHelper
 
KEY_DATAROW - Static variable in class adams.gui.tools.spreadsheetprocessor.sources.DatabaseSource
 
KEY_DATASET - Static variable in class adams.gui.tools.wekainvestigator.tab.associatetab.evaluation.Train
 
KEY_DATASET - Static variable in class adams.gui.tools.wekainvestigator.tab.attseltab.evaluation.CrossValidation
 
KEY_DATASET - Static variable in class adams.gui.tools.wekainvestigator.tab.attseltab.evaluation.Train
 
KEY_DATASET - Static variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.BuildModel
 
KEY_DATASET - Static variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.CrossValidation
 
KEY_DATASET - Static variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.IndexedSplitsRunsEvaluation
 
KEY_DATASET - Static variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.ReevaluateModel
 
KEY_DATASET - Static variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.RepeatedCrossValidation
 
KEY_DATASET - Static variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.TrainTestSplit
 
KEY_DATASET - Static variable in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.BuildModel
 
KEY_DATASET - Static variable in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.CrossValidation
 
KEY_DATASET - Static variable in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.ReevaluateModel
 
KEY_DATASET - Static variable in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.TrainTestSplit
 
KEY_DATASET - Static variable in class adams.gui.tools.wekainvestigator.tab.experimenttab.setup.CrossValidationSetup
 
KEY_DATASET - Static variable in class adams.gui.tools.wekainvestigator.tab.experimenttab.setup.TrainTestSplitSetup
 
KEY_DATASET - Static variable in class adams.gui.tools.wekainvestigator.tab.IndependentComponentsTab
 
KEY_DATASET - Static variable in class adams.gui.tools.wekainvestigator.tab.InstanceTab
 
KEY_DATASET - Static variable in class adams.gui.tools.wekainvestigator.tab.PartialLeastSquaresTab
 
KEY_DATASET - Static variable in class adams.gui.tools.wekainvestigator.tab.PrincipalComponentsTab
 
KEY_DATASET - Static variable in class adams.gui.tools.wekamultiexperimenter.analysis.DefaultAnalysisPanel
 
KEY_DATATABLE_HEIGHT - Static variable in class adams.gui.tools.wekainvestigator.tab.AbstractInvestigatorTabWithDataTable
 
KEY_DATATABLE_SELECTEDROWS - Static variable in class adams.gui.tools.wekainvestigator.tab.AbstractInvestigatorTabWithDataTable
 
KEY_DBID - Static variable in class adams.db.LogEntry
the key for the database ID.
KEY_DEFAULT - Static variable in class adams.gui.flow.tree.ActorSuggestion
the key for the default actor.
KEY_DEFAULT - Static variable in class adams.gui.flow.tree.ActorTemplateSuggestion
the key for the default actor.
KEY_DEFAULT - Static variable in class adams.gui.flow.tree.ExternalActorSuggestion
the key for the default actor.
KEY_DEFINITIONS - Static variable in class adams.env.AbstractEnvironment
the constant for the key in the properties definition props file.
KEY_DESCRIPTION - Static variable in class adams.env.Modules
the key for the Description of the module.
KEY_DIAGONAL - Static variable in class adams.gui.visualization.jfreechart.dataset.ChartUtils
 
KEY_DIR - Static variable in class adams.gui.tools.FindInFilesPanel
 
KEY_DIRECTORIES - Static variable in class adams.gui.wizard.SelectMultipleDirectoriesPage
key in the properties that contains the file name.
KEY_DIRECTORY - Static variable in class adams.gui.tools.spreadsheetprocessor.sources.FileBrowserSource
 
KEY_DIRECTORY - Static variable in class adams.gui.wizard.SelectDirectoryPage
key in the properties that contains the directory.
KEY_DISCARDPREDICTIONS - Static variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.CrossValidation
 
KEY_DISCARDPREDICTIONS - Static variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.ReevaluateModel
 
KEY_DISCARDPREDICTIONS - Static variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.TrainTestSet
 
KEY_DISCARDPREDICTIONS - Static variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.TrainTestSplit
 
KEY_DISCARDPREDICTIONS - Static variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.TrainValidateTestSet
 
KEY_DRIVERS - Static variable in class adams.db.Drivers
the key for the drivers list in the props file.
KEY_ENGINE - Static variable in class adams.scripting.ScriptingHelper
 
KEY_ERROR_PLOT_POINT_SIZE - Static variable in class weka.gui.explorer.ClassifierHandler
 
KEY_ERRORS - Static variable in class adams.db.LogEntry
the key for errors.
KEY_EVALUATION - Static variable in class adams.gui.tools.wekainvestigator.tab.AssociateTab
 
KEY_EVALUATION - Static variable in class adams.gui.tools.wekainvestigator.tab.AttributeSelectionTab
 
KEY_EVALUATION - Static variable in class adams.gui.tools.wekainvestigator.tab.ClassifyTab
 
KEY_EVALUATION - Static variable in class adams.gui.tools.wekainvestigator.tab.ClusterTab
 
KEY_EVALUATION - Static variable in class adams.gui.tools.wekainvestigator.tab.ExperimentTab
 
KEY_EVALUATION - Static variable in class weka.gui.explorer.ExperimentHandler
 
KEY_EVALUATION_METRICS - Static variable in class weka.gui.explorer.ClassifierHandler
 
KEY_EVALUATION_PREFIX - Static variable in class adams.gui.tools.wekainvestigator.tab.AssociateTab
 
KEY_EVALUATION_PREFIX - Static variable in class adams.gui.tools.wekainvestigator.tab.AttributeSelectionTab
 
KEY_EVALUATION_PREFIX - Static variable in class adams.gui.tools.wekainvestigator.tab.ClassifyTab
 
KEY_EVALUATION_PREFIX - Static variable in class adams.gui.tools.wekainvestigator.tab.ClusterTab
 
KEY_EVALUATION_PREFIX - Static variable in class adams.gui.tools.wekainvestigator.tab.ExperimentTab
 
KEY_EVALUATOR - Static variable in class adams.gui.tools.wekainvestigator.tab.AttributeSelectionTab
 
KEY_EXCLUDED - Static variable in class adams.db.Drivers
the key for the excluded drivers list in the props file.
KEY_EXECUTABLE - Static variable in class adams.core.management.JVisualVM
the key in the properties file.
KEY_EXPORTER - Static variable in class adams.gui.flow.tree.menu.ExportActor
 
KEY_FIELDS - Static variable in class adams.gui.visualization.report.reportfactory.AbstractTableAction
the key for storing the fields in the action's hashtable.
KEY_FILE - Static variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.FromPredictions
 
KEY_FILE - Static variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.IndexedSplitsRunsEvaluation
 
KEY_FILE - Static variable in class adams.gui.wizard.SelectFilePage
key in the properties that contains the file name.
KEY_FILE - Static variable in class adams.gui.wizard.WekaSelectDatasetPage
key in the properties that contains the file name.
KEY_FILENAME - Static variable in class adams.data.io.input.DeepLabCutCSVReader
 
KEY_FILEREGEXP - Static variable in class adams.gui.tools.FindInFilesPanel
 
KEY_FILES - Static variable in class adams.gui.wizard.SelectMultipleFilesPage
key in the properties that contains the file name.
KEY_FILES - Static variable in class adams.gui.wizard.WekaSelectMultipleDatasetsPage
key in the properties that contains the file name.
KEY_FILTER - Static variable in class adams.gui.tools.wekainvestigator.tab.PreprocessTab
 
KEY_FINALMODEL - Static variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.CrossValidation
 
KEY_FINALMODEL - Static variable in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.CrossValidation
 
KEY_FIRST_ATTRANGE - Static variable in class adams.gui.tools.wekainvestigator.tab.CompareTab
 
KEY_FIRST_DATASET - Static variable in class adams.gui.tools.wekainvestigator.tab.CompareTab
 
KEY_FITNESS - Static variable in class adams.opt.genetic.setupupload.AbstractSetupUpload
the key for the fitness.
KEY_FLOW - Static variable in class adams.gui.tools.spreadsheetprocessor.processors.FlowProcessor
 
KEY_FOLD - Static variable in class adams.gui.tools.wekainvestigator.tab.classifytab.output.perfold.PerFoldMultiPagePane
 
KEY_FOLD - Static variable in class adams.gui.tools.wekamultiexperimenter.analysis.DefaultAnalysisPanel
 
KEY_FOLDS - Static variable in class adams.gui.tools.wekainvestigator.tab.attseltab.evaluation.CrossValidation
 
KEY_FOLDS - Static variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.CrossValidation
 
KEY_FOLDS - Static variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.RepeatedCrossValidation
 
KEY_FOLDS - Static variable in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.CrossValidation
 
KEY_FOLDS - Static variable in class adams.gui.tools.wekainvestigator.tab.experimenttab.setup.CrossValidationSetup
 
KEY_FOLDS - Static variable in class weka.gui.explorer.ExperimentHandler
 
KEY_FROM - Static variable in class adams.data.io.input.PropertiesEmailFileReader
the key for the sender.
KEY_GENERATOR - Static variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.CrossValidation
 
KEY_GENERATOR - Static variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.RepeatedCrossValidation
 
KEY_GENERATOR - Static variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.TrainTestSplit
 
KEY_GENERATOR - Static variable in class adams.gui.tools.wekainvestigator.tab.experimenttab.setup.CrossValidationSetup
 
KEY_GENERATOR - Static variable in class adams.gui.tools.wekainvestigator.tab.experimenttab.setup.TrainTestSplitSetup
 
KEY_HANDLERS - Static variable in class adams.core.option.AbstractCommandLineHandler
the key in the props file with the static class name lists.
KEY_HEIGHT - Static variable in class adams.flow.transformer.ImageObjectToVariables
 
KEY_HEIGHT - Static variable in class adams.flow.transformer.locateobjects.LocatedObjects
the key for the height.
KEY_HEIGHT - Static variable in class adams.gui.visualization.image.selection.AbstractSelectionRectangleBasedSelectionProcessor
the key for the height.
KEY_HEIGHT - Static variable in class adams.gui.visualization.image.selection.Crop
the height key.
KEY_HEIGHT - Static variable in class adams.gui.visualization.image.selection.PaintSelection
the height key.
KEY_HISTOGRAM - Static variable in class adams.gui.core.spreadsheettable.Histogram
 
KEY_HISTOGRAM - Static variable in class adams.gui.visualization.instances.instancestable.Histogram
 
KEY_HISTORY - Static variable in class adams.gui.tools.wekainvestigator.tab.AssociateTab
 
KEY_HISTORY - Static variable in class adams.gui.tools.wekainvestigator.tab.AttributeSelectionTab
 
KEY_HISTORY - Static variable in class adams.gui.tools.wekainvestigator.tab.ClassifyTab
 
KEY_HISTORY - Static variable in class adams.gui.tools.wekainvestigator.tab.ClusterTab
 
KEY_HISTORY - Static variable in class adams.gui.tools.wekainvestigator.tab.ExperimentTab
 
KEY_HOST - Static variable in class adams.db.LogEntry
the key for the computer name.
KEY_ICA - Static variable in class adams.gui.tools.wekainvestigator.tab.IndependentComponentsTab
 
KEY_ID - Static variable in class adams.db.LogEntry
the key for the ID.
KEY_ID - Static variable in class adams.gui.tools.wekainvestigator.tab.InstanceTab
 
KEY_IDS - Static variable in class adams.gui.tools.wekainvestigator.tab.InstanceTab
 
KEY_IGNORED_ATTRIBUTES - Static variable in class weka.gui.explorer.ClustererHandler
 
KEY_IMAGES_DIRECTORY - Static variable in class adams.gui.core.ImageManager
the property in the GUIHelper.props with the default images dir.
KEY_INDEX - Static variable in class adams.flow.control.RemoveOutliers
the meta-data key for the row index.
KEY_INDEX - Static variable in class adams.flow.transformer.locateobjects.LocatedObjects
the key for the index of a group.
KEY_INDIVIDUALS - Static variable in class adams.data.io.input.DeepLabCutCSVReader
 
KEY_INIT_HEAP - Static variable in class adams.flow.source.MemoryUsage
 
KEY_INIT_NON_HEAP - Static variable in class adams.flow.source.MemoryUsage
 
KEY_INITIAL - Static variable in class adams.flow.control.RemoveOutliers
the meta-data key for the initial flag.
KEY_INITIAL - Static variable in class adams.flow.source.EnterValue
 
KEY_INITIAL - Static variable in class adams.flow.source.SelectDirectory
 
KEY_INITIAL_DIR - Static variable in class adams.flow.source.SelectFile
 
KEY_INITIAL_FILES - Static variable in class adams.flow.source.SelectFile
 
KEY_INPUT - Static variable in class adams.gui.tools.spreadsheetprocessor.sources.FileSource
 
KEY_IP - Static variable in class adams.db.LogEntry
the key for the IP address.
KEY_ITEMS - Static variable in class adams.core.PropertiesBasedEnumeration
the key for listing all the items.
KEY_JOBRUNNER - Static variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.CrossValidation
 
KEY_JOBRUNNER - Static variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.RepeatedCrossValidation
 
KEY_JOBRUNNER - Static variable in class adams.gui.tools.wekainvestigator.tab.experimenttab.setup.CrossValidationSetup
 
KEY_JOBRUNNER - Static variable in class adams.gui.tools.wekainvestigator.tab.experimenttab.setup.TrainTestSplitSetup
 
KEY_KEEPNAME - Static variable in class adams.gui.tools.wekainvestigator.tab.PreprocessTab
 
KEY_LABELS - Static variable in class adams.data.io.input.DeepLabCutCSVReader
 
KEY_LEFTPANELWIDTH - Static variable in class adams.gui.tools.wekainvestigator.tab.AssociateTab
 
KEY_LEFTPANELWIDTH - Static variable in class adams.gui.tools.wekainvestigator.tab.AttributeSelectionTab
 
KEY_LEFTPANELWIDTH - Static variable in class adams.gui.tools.wekainvestigator.tab.ClassifyTab
 
KEY_LEFTPANELWIDTH - Static variable in class adams.gui.tools.wekainvestigator.tab.ClusterTab
 
KEY_LEFTPANELWIDTH - Static variable in class adams.gui.tools.wekainvestigator.tab.ExperimentTab
 
KEY_LEFTPANELWIDTH - Static variable in class adams.gui.tools.wekainvestigator.tab.IndependentComponentsTab
 
KEY_LEFTPANELWIDTH - Static variable in class adams.gui.tools.wekainvestigator.tab.InstanceTab
 
KEY_LEFTPANELWIDTH - Static variable in class adams.gui.tools.wekainvestigator.tab.PartialLeastSquaresTab
 
KEY_LEFTPANELWIDTH - Static variable in class adams.gui.tools.wekainvestigator.tab.PrincipalComponentsTab
 
KEY_LENIENT - Static variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.IndexedSplitsRunsEvaluation
 
KEY_LIST - Static variable in class adams.gui.wizard.ListPage
key in the properties that contains the comma-separated list of all items.
KEY_LOCATION - Static variable in class adams.flow.transformer.locateobjects.LocatedObjects
the key for the location.
KEY_LOG - Static variable in class adams.gui.tools.wekainvestigator.tab.LogTab
 
KEY_LOGO - Static variable in class adams.env.Modules
the key for the Logo of the module.
KEY_LOOKANDFEEL - Static variable in class adams.gui.laf.AbstractLookAndFeel
 
KEY_MARKERS - Static variable in class adams.gui.tools.wekainvestigator.tab.InstanceTab
 
KEY_MATCHING - Static variable in class adams.gui.tools.FindInFilesPanel
 
KEY_MAX_HEAP - Static variable in class adams.flow.source.MemoryUsage
 
KEY_MAX_NON_HEAP - Static variable in class adams.flow.source.MemoryUsage
 
KEY_MAXATTRIBUTENAMES - Static variable in class adams.gui.tools.wekainvestigator.tab.PrincipalComponentsTab
 
KEY_MAXATTRIBUTES - Static variable in class adams.gui.tools.wekainvestigator.tab.PrincipalComponentsTab
 
KEY_MAXSTRINGLENGTH - Static variable in class adams.gui.tools.spreadsheetprocessor.targets.DatabaseTarget
 
KEY_MEASURE - Static variable in class adams.opt.genetic.setupupload.AbstractSetupUpload
the key for the measure.
KEY_METAMODULE - Static variable in class adams.env.Modules
the key for the MetaModule of the module.
KEY_MISSED - Static variable in class adams.data.imagesegmentation.operation.EvaluatePrediction
the key for missed count.
KEY_MODEL - Static variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.BuildModel
 
KEY_MODEL - Static variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.ReevaluateModel
 
KEY_MODEL - Static variable in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.BuildModel
 
KEY_MODEL - Static variable in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.ReevaluateModel
 
KEY_NAME - Static variable in class adams.env.Modules
the key for the Name of the module.
KEY_OPTIONS - Static variable in class adams.core.option.JsonConsumer
the key for the options.
KEY_OPTIONS - Static variable in class adams.core.option.JsonProducer
the key for the options.
KEY_ORGANIZATION - Static variable in class adams.env.Modules
the key for the Organization of the module.
KEY_OUTLIER - Static variable in class adams.flow.control.RemoveOutliers
the meta-data key for the outlier flag.
KEY_OUTPUT - Static variable in class adams.gui.flow.tree.menu.ExportActor
 
KEY_OUTPUT - Static variable in class adams.gui.tools.spreadsheetprocessor.targets.FileTarget
 
KEY_OUTPUT_CONFUSION_MATRIX - Static variable in class weka.gui.explorer.ClassifierHandler
 
KEY_OUTPUT_ENTROPY - Static variable in class weka.gui.explorer.ClassifierHandler
 
KEY_OUTPUT_MODEL - Static variable in class weka.gui.explorer.ClassifierHandler
 
KEY_OUTPUT_PER_CLASS - Static variable in class weka.gui.explorer.ClassifierHandler
 
KEY_OUTPUT_PREDICTIONS - Static variable in class weka.gui.explorer.ClassifierHandler
 
KEY_OUTPUT_SOURCE_CODE - Static variable in class weka.gui.explorer.ClassifierHandler
 
KEY_OUTPUTGENERATORS - Static variable in class adams.gui.tools.wekainvestigator.tab.AssociateTab
the key for the output generators.
KEY_OUTPUTGENERATORS - Static variable in class adams.gui.tools.wekainvestigator.tab.AttributeSelectionTab
the key for the output generators.
KEY_OUTPUTGENERATORS - Static variable in class adams.gui.tools.wekainvestigator.tab.ClassifyTab
the key for the output generators.
KEY_OUTPUTGENERATORS - Static variable in class adams.gui.tools.wekainvestigator.tab.ClusterTab
the key for the output generators.
KEY_OUTPUTGENERATORS - Static variable in class adams.gui.tools.wekainvestigator.tab.ExperimentTab
the key for the output generators.
KEY_OVERLAP - Static variable in class adams.data.imagesegmentation.operation.EvaluatePrediction
the key for overlap count.
KEY_OVERLAP_X - Static variable in class adams.data.image.transformer.subimages.Grid
the key for the X overlap.
KEY_OVERLAP_Y - Static variable in class adams.data.image.transformer.subimages.Grid
the key for the Y overlap.
KEY_OWNER - Static variable in class adams.flow.control.flowrestart.trigger.Cron
the key for the owner in the JobExecutionContent.
KEY_OWNER - Static variable in class adams.flow.control.flowrestart.trigger.MetaCron
the key for the owner in the JobExecutionContent.
KEY_OWNER - Static variable in class adams.flow.standalone.Cron
the key for the owner in the JobExecutionContent.
KEY_PARTIAL_RENAME - Static variable in class adams.core.option.Conversion
the key that lists the partial renaming keys.
KEY_PASSWORD - Static variable in class adams.gui.tools.spreadsheetprocessor.sources.DatabaseSource
 
KEY_PASSWORD - Static variable in class adams.gui.tools.spreadsheetprocessor.targets.DatabaseTarget
 
KEY_PERCENTAGE - Static variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.TrainTestSplit
 
KEY_PERCENTAGE - Static variable in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.TrainTestSplit
 
KEY_PERCENTAGE - Static variable in class adams.gui.tools.wekainvestigator.tab.experimenttab.setup.TrainTestSplitSetup
 
KEY_PERCENTAGE_SPLIT - Static variable in class weka.gui.explorer.ClassifierHandler
 
KEY_PERCENTAGE_SPLIT - Static variable in class weka.gui.explorer.ClustererHandler
 
KEY_PERFOLDOUTPUT - Static variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.CrossValidation
 
KEY_PLOT - Static variable in class adams.gui.core.spreadsheettable.JFreeChart
 
KEY_PLOT - Static variable in class adams.gui.core.spreadsheettable.SimplePlot
 
KEY_PLOT - Static variable in class adams.gui.visualization.instances.instancestable.JFreeChart
 
KEY_PLOT - Static variable in class adams.gui.visualization.instances.instancestable.SimplePlot
 
KEY_POLY_X - Static variable in class adams.flow.transformer.locateobjects.LocatedObject
the key for the Xs of the polygon in the meta-data (comma-separated list).
KEY_POLY_X - Static variable in class adams.flow.transformer.locateobjects.LocatedObjects
the key for the Xs of the polygon.
KEY_POLY_X - Static variable in class adams.gui.visualization.image.selection.AbstractSelectionRectangleBasedSelectionProcessor
the key for the Xs of the polygon.
KEY_POLY_Y - Static variable in class adams.flow.transformer.locateobjects.LocatedObject
the key for the Ys of the polygon in the meta-data (comma-separated list).
KEY_POLY_Y - Static variable in class adams.flow.transformer.locateobjects.LocatedObjects
the key for the Ys of the polygon.
KEY_POLY_Y - Static variable in class adams.gui.visualization.image.selection.AbstractSelectionRectangleBasedSelectionProcessor
the key for the Ys of the polygon.
KEY_PREDICTED - Static variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.FromPredictions
 
KEY_PRESERVE_ORDER - Static variable in class weka.gui.explorer.ClassifierHandler
 
KEY_PRESERVEORDER - Static variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.BuildModel
 
KEY_PRESERVEORDER - Static variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.TrainTestSplit
 
KEY_PRESERVEORDER - Static variable in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.BuildModel
 
KEY_PRESERVEORDER - Static variable in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.TrainTestSplit
 
KEY_PROCESSOR - Static variable in class adams.scripting.ScriptingHelper
 
KEY_PROCESSOR_DATA - Static variable in class adams.gui.tools.SpreadSheetProcessorPanel
 
KEY_PROCESSOR_NAME - Static variable in class adams.gui.tools.SpreadSheetProcessorPanel
 
KEY_PROTOCOLS - Static variable in class adams.core.net.JavaMailSendEmail
the protocols property.
KEY_QUERY - Static variable in class adams.gui.tools.spreadsheetprocessor.processors.QueryProcessor
 
KEY_QUERY - Static variable in class adams.gui.tools.spreadsheetprocessor.sources.DatabaseSource
 
KEY_QUERY - Static variable in class adams.gui.tools.wekainvestigator.tab.DataQueryTab
the key for the query.
KEY_RANDOM_SEED - Static variable in class weka.gui.explorer.AttributeSelectionHandler
 
KEY_RANDOM_SEED - Static variable in class weka.gui.explorer.ClassifierHandler
 
KEY_RANGE - Static variable in class adams.gui.tools.wekainvestigator.tab.IndependentComponentsTab
 
KEY_RANGE - Static variable in class adams.gui.tools.wekainvestigator.tab.InstanceTab
 
KEY_RANGE - Static variable in class adams.gui.tools.wekainvestigator.tab.PartialLeastSquaresTab
 
KEY_RANGE - Static variable in class adams.gui.tools.wekainvestigator.tab.PrincipalComponentsTab
 
KEY_READER - Static variable in class adams.gui.tools.spreadsheetprocessor.sources.ClipboardSource
 
KEY_READER - Static variable in class adams.gui.tools.spreadsheetprocessor.sources.FileBrowserSource
 
KEY_READER - Static variable in class adams.gui.tools.spreadsheetprocessor.sources.FileSource
 
KEY_READER - Static variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.FromPredictions
 
KEY_READER - Static variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.IndexedSplitsRunsEvaluation
 
KEY_RECURSIVE - Static variable in class adams.gui.tools.FindInFilesPanel
 
KEY_REGION - Static variable in class adams.data.image.transformer.subimages.Regions
the key for the region.
KEY_RELATIONNAME - Static variable in class adams.gui.tools.wekainvestigator.InvestigatorWorkspaceHelper
 
KEY_RENAME - Static variable in class adams.core.option.Conversion
the key that lists the classname mapping keys.
KEY_RENAME_OPTION - Static variable in class adams.core.option.Conversion
the key that lists the keys for option renaming.
KEY_RENAME_PROPERTY - Static variable in class adams.core.option.Conversion
the key that lists the keys for property renaming.
KEY_REPLACE - Static variable in class adams.gui.tools.wekainvestigator.tab.PreprocessTab
 
KEY_ROW - Static variable in class adams.data.image.transformer.subimages.Grid
the key for the row.
KEY_ROWS - Static variable in class adams.gui.visualization.report.reportfactory.AbstractTableAction
the key for storing the rows in the action's hashtable.
KEY_RUN - Static variable in class adams.gui.tools.wekamultiexperimenter.analysis.DefaultAnalysisPanel
 
KEY_RUNS - Static variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.RepeatedCrossValidation
 
KEY_RUNS - Static variable in class adams.gui.tools.wekainvestigator.tab.experimenttab.setup.CrossValidationSetup
 
KEY_RUNS - Static variable in class adams.gui.tools.wekainvestigator.tab.experimenttab.setup.TrainTestSplitSetup
 
KEY_RUNS - Static variable in class weka.gui.explorer.ExperimentHandler
 
KEY_SCHEME - Static variable in class adams.gui.tools.wekamultiexperimenter.analysis.DefaultAnalysisPanel
 
KEY_SCHEME_OPTIONS - Static variable in class adams.gui.tools.wekamultiexperimenter.analysis.DefaultAnalysisPanel
 
KEY_SCHEME_VERSION_ID - Static variable in class adams.gui.tools.wekamultiexperimenter.analysis.DefaultAnalysisPanel
 
KEY_SEARCH - Static variable in class adams.gui.tools.wekainvestigator.tab.AttributeSelectionTab
 
KEY_SEARCHREGEXP - Static variable in class adams.gui.core.SearchableBaseList
the key for the regular expression search flag.
KEY_SEARCHREGEXP - Static variable in class adams.gui.core.SortableAndSearchableTable
the key for the regular expression search flag.
KEY_SEARCHSTRING - Static variable in class adams.gui.core.SearchableBaseList
the key for the search string.
KEY_SEARCHSTRING - Static variable in class adams.gui.core.SortableAndSearchableTable
the key for the search string.
KEY_SEARCHTEXT - Static variable in class adams.gui.tools.FindInFilesPanel
 
KEY_SECOND_ATTRANGE - Static variable in class adams.gui.tools.wekainvestigator.tab.CompareTab
 
KEY_SECOND_DATASET - Static variable in class adams.gui.tools.wekainvestigator.tab.CompareTab
 
KEY_SEED - Static variable in class adams.gui.tools.wekainvestigator.tab.attseltab.evaluation.CrossValidation
 
KEY_SEED - Static variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.BuildModel
 
KEY_SEED - Static variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.CrossValidation
 
KEY_SEED - Static variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.TrainTestSplit
 
KEY_SEED - Static variable in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.BuildModel
 
KEY_SEED - Static variable in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.CrossValidation
 
KEY_SEED - Static variable in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.TrainTestSplit
 
KEY_SELECTED - Static variable in class adams.gui.wizard.ListPage
key in the properties that contains the comma-separated list of selected items.
KEY_SERIALIZE - Static variable in class adams.gui.tools.wekainvestigator.tab.PreprocessTab
 
KEY_SERIALIZE_FILE - Static variable in class adams.gui.tools.wekainvestigator.tab.PreprocessTab
 
KEY_SKIPNOMINAL - Static variable in class adams.gui.tools.wekainvestigator.tab.PrincipalComponentsTab
 
KEY_SMTPAUTH - Static variable in class adams.core.net.JavaMailSendEmail
the system-wide property for SMTP Auth.
KEY_SMTPHOST - Static variable in class adams.core.net.JavaMailSendEmail
the system-wide property for the SMTP host.
KEY_SMTPPORT - Static variable in class adams.core.net.JavaMailSendEmail
the system-wide property for the SMTP port.
KEY_SMTPSAUTH - Static variable in class adams.core.net.JavaMailSendEmail
the system-wide property for SMTPS Auth.
KEY_SMTPSHOST - Static variable in class adams.core.net.JavaMailSendEmail
the system-wide property for the SMTPS host.
KEY_SMTPSPORT - Static variable in class adams.core.net.JavaMailSendEmail
the system-wide property for the SMTPS port.
KEY_SMTPSTIMEOUT - Static variable in class adams.core.net.JavaMailSendEmail
the system-wide property for SMTPS timeout.
KEY_SMTPTIMEOUT - Static variable in class adams.core.net.JavaMailSendEmail
the system-wide property for SMTP timeout.
KEY_SORTCASESENSITIVE - Static variable in class adams.gui.core.SortableAndSearchableTable
the key for case-sensitive.
KEY_SORTCOL - Static variable in class adams.gui.core.SortableAndSearchableTable
the key for the sort column setting.
KEY_SORTORDER - Static variable in class adams.gui.core.SortableAndSearchableTable
the key for the sort order.
KEY_SOURCE_DATA - Static variable in class adams.gui.tools.SpreadSheetProcessorPanel
 
KEY_SOURCE_NAME - Static variable in class adams.gui.tools.SpreadSheetProcessorPanel
 
KEY_STARTTLS - Static variable in class adams.core.net.JavaMailSendEmail
the system-wide property for StartTLS.
KEY_STATISTIC - Static variable in class adams.gui.core.spreadsheettable.ArrayStatistic
 
KEY_STATISTIC - Static variable in class adams.gui.visualization.instances.instancestable.ArrayStatistic
 
KEY_STORE_CLUSTERS - Static variable in class weka.gui.explorer.ClustererHandler
 
KEY_STORE_TESTDATA_PREDICTIONS - Static variable in class weka.gui.explorer.ClassifierHandler
 
KEY_STRINGCOLUMNSQL - Static variable in class adams.gui.tools.spreadsheetprocessor.targets.DatabaseTarget
 
KEY_SUBJECT - Static variable in class adams.data.io.input.PropertiesEmailFileReader
the key for the subject.
KEY_SUCCESSFUL - Static variable in class adams.opt.genetic.setupupload.MySQL
 
KEY_TABLE - Static variable in class adams.gui.tools.spreadsheetprocessor.targets.DatabaseTarget
 
KEY_TABLE - Static variable in class adams.gui.visualization.report.reportfactory.AbstractTableAction
the key for storing the table in the action's hashtable.
KEY_TABS - Static variable in class adams.gui.tools.wekainvestigator.InvestigatorWorkspaceHelper
 
KEY_TARGET_DATA - Static variable in class adams.gui.tools.SpreadSheetProcessorPanel
 
KEY_TARGET_NAME - Static variable in class adams.gui.tools.SpreadSheetProcessorPanel
 
KEY_TARGETDIR - Static variable in class adams.gui.core.spreadsheettable.CopySelectedFiles
 
KEY_TEST - Static variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.TrainTestSet
 
KEY_TEST - Static variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.TrainValidateTestSet
 
KEY_TEST - Static variable in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.TrainTestSet
 
KEY_TEST - Static variable in class weka.gui.explorer.AttributeSelectionHandler
 
KEY_TEST - Static variable in class weka.gui.explorer.ClassifierHandler
 
KEY_TEST - Static variable in class weka.gui.explorer.ClustererHandler
 
KEY_TESTSPLIT - Static variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.IndexedSplitsRunsEvaluation
 
KEY_TEXT - Static variable in class adams.gui.wizard.TextAreaPage
key in the properties that contains the comma-separated list of all items.
KEY_THEME_IMAGES_DIRECTORY - Static variable in class adams.gui.core.ImageManager
the property in the GUIHelper.props with the theme images dir.
KEY_TITLE - Static variable in class adams.gui.tools.spreadsheetprocessor.targets.ChartTarget
 
KEY_TO - Static variable in class adams.data.io.input.PropertiesEmailFileReader
the key for the recipients.
KEY_TRAIN - Static variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.TrainTestSet
 
KEY_TRAIN - Static variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.TrainValidateTestSet
 
KEY_TRAIN - Static variable in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.TrainTestSet
 
KEY_TRAINSPLIT - Static variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.IndexedSplitsRunsEvaluation
 
KEY_TYPE - Static variable in interface adams.scripting.command.RemoteCommand
the key for the type in the header section of a command (Request|Resonse).
KEY_TYPEMAPPER - Static variable in class adams.gui.tools.spreadsheetprocessor.sources.DatabaseSource
 
KEY_TYPEMAPPER - Static variable in class adams.gui.tools.spreadsheetprocessor.targets.DatabaseTarget
 
KEY_UNDOENABLED - Static variable in class adams.gui.tools.wekainvestigator.InvestigatorWorkspaceHelper
 
KEY_URL - Static variable in class adams.gui.tools.spreadsheetprocessor.sources.DatabaseSource
 
KEY_URL - Static variable in class adams.gui.tools.spreadsheetprocessor.targets.DatabaseTarget
 
KEY_USED_HEAP - Static variable in class adams.flow.source.MemoryUsage
 
KEY_USED_NON_HEAP - Static variable in class adams.flow.source.MemoryUsage
 
KEY_USER - Static variable in class adams.gui.tools.spreadsheetprocessor.sources.DatabaseSource
 
KEY_USER - Static variable in class adams.gui.tools.spreadsheetprocessor.targets.DatabaseTarget
 
KEY_USESSL - Static variable in class adams.core.net.JavaMailSendEmail
the system-wide property for using SSL.
KEY_USEVIEWS - Static variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.CrossValidation
 
KEY_USEVIEWS - Static variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.TrainTestSplit
 
KEY_USEVIEWS - Static variable in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.TrainTestSplit
 
KEY_VALIDATE - Static variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.TrainValidateTestSet
 
KEY_VALUE - adams.flow.transformer.AbstractReportDbUpdater.QueryType
two columns: key and value.
KEY_VALUE_PAIRS - adams.flow.source.EnterManyValues.OutputType
 
KEY_VALUE_PAIRS_ARRAY - adams.flow.source.EnterManyValues.OutputType
 
KEY_VALUES - Static variable in class adams.gui.visualization.report.reportfactory.AbstractTableAction
the key for storing the values in the action's hashtable.
KEY_VARIANCE - Static variable in class adams.gui.tools.wekainvestigator.tab.PrincipalComponentsTab
 
KEY_VERSION - Static variable in class adams.env.Modules
the key for the Version of the module.
KEY_WEIGHT - Static variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.FromPredictions
 
KEY_WIDTH - Static variable in class adams.flow.transformer.ImageObjectToVariables
 
KEY_WIDTH - Static variable in class adams.flow.transformer.locateobjects.LocatedObjects
the key for the width.
KEY_WIDTH - Static variable in class adams.gui.visualization.image.selection.AbstractSelectionRectangleBasedSelectionProcessor
the key for the width.
KEY_WIDTH - Static variable in class adams.gui.visualization.image.selection.Crop
the width key.
KEY_WIDTH - Static variable in class adams.gui.visualization.image.selection.PaintSelection
the width key.
KEY_WRITER - Static variable in class adams.gui.tools.spreadsheetprocessor.targets.FileTarget
 
KEY_X - Static variable in class adams.flow.transformer.ImageObjectToVariables
 
KEY_X - Static variable in class adams.flow.transformer.locateobjects.LocatedObjects
the key for the X location.
KEY_X - Static variable in class adams.gui.visualization.image.selection.AbstractSelectionRectangleBasedSelectionProcessor
the key for the X location.
KEY_X - Static variable in class adams.gui.visualization.image.selection.Crop
the x key.
KEY_X - Static variable in class adams.gui.visualization.image.selection.PaintSelection
the x key.
KEY_Y - Static variable in class adams.flow.transformer.ImageObjectToVariables
 
KEY_Y - Static variable in class adams.flow.transformer.locateobjects.LocatedObjects
the key for the Y location.
KEY_Y - Static variable in class adams.gui.visualization.image.selection.AbstractSelectionRectangleBasedSelectionProcessor
the key for the Y location.
KEY_Y - Static variable in class adams.gui.visualization.image.selection.Crop
the y key.
KEY_Y - Static variable in class adams.gui.visualization.image.selection.PaintSelection
the y key.
keyColumnsTipText() - Method in class adams.flow.transformer.multispreadsheetoperation.AbstractIndentifiableRowOperation
Returns the tip text for this property.
keyColumnsTipText() - Method in class adams.flow.transformer.SpreadSheetAggregate
Returns the tip text for this property.
keyColumnsTipText() - Method in class adams.flow.transformer.SpreadSheetCollapse
Returns the tip text for this property.
keyColumnsTipText() - Method in class adams.flow.transformer.SpreadSheetDifference
Returns the tip text for this property.
keyColumnTipText() - Method in class adams.data.conversion.SpreadSheetToMap
Returns the tip text for this property.
keyColumnTipText() - Method in class adams.flow.transformer.LookUpAdd
Returns the tip text for this property.
keyColumnTipText() - Method in class adams.flow.transformer.LookUpInit
Returns the tip text for this property.
keyColumnTipText() - Method in class adams.flow.transformer.LookUpUpdate
Returns the tip text for this property.
keyColumnTipText() - Method in class adams.parser.LookUpUpdate
Returns the tip text for this property.
KeyManagerFactoryProvider - Interface in adams.flow.core
Interface for actors that provide an instance to a KeyManagerFactory.
keys() - Method in class adams.db.ColumnMapping
Return all columns as an enumeration
keys() - Method in class adams.env.AbstractEnvironment
Returns the keys for the properties files.
keySet() - Method in class adams.core.LRUCache
Returns a Set view of the keys contained in this map.
keySet() - Method in class adams.flow.control.Storage
Returns the set of keys.
keySet(String) - Method in class adams.flow.control.Storage
Returns the set of keys from the named LRU cache.
keySetAll() - Method in class adams.core.Properties
Returns a set of all the keys.
keySetAll(BaseRegExp) - Method in class adams.core.Properties
Returns a set of all the keys that match the specified regular expression.
keySetAll(String) - Method in class adams.core.Properties
Returns a set of all the keys that have the specified prefix.
keysMetaData() - Method in class adams.data.statistics.AbstractArrayStatistic.StatisticContainer
Returns all the keys of the stored meta-data.
keysTipText() - Method in class adams.flow.source.WekaDatabaseReader
Returns the tip text for this property.
keyStrokeApplies(KeyStroke) - Method in class adams.gui.flow.tree.menu.AbstractTreePopupMenuItemAction
Checks whether the keystroke matches.
keyStrokeApplies(KeyStroke) - Method in class adams.gui.flow.tree.menu.AbstractTreePopupSubMenuAction
Checks whether the keystroke matches.
keyStrokeApplies(KeyStroke) - Method in interface adams.gui.flow.tree.menu.TreePopupAction
Checks whether the keystroke matches.
keyStrokeApplies(KeyStroke) - Method in class adams.gui.flow.tree.quickaction.AbstractTreeQuickMenuItemAction
Checks whether the keystroke matches.
keyStrokeApplies(KeyStroke) - Method in interface adams.gui.flow.tree.quickaction.TreeQuickAction
Checks whether the keystroke matches.
keystrokeValue() - Method in class adams.gui.core.BaseShortcut
Returns the instantiated KeyStroke.
keyTipText() - Method in class adams.data.conversion.ReportArrayToMap
Returns the tip text for this property.
keyTipText() - Method in class adams.data.io.output.PropertiesSpreadSheetWriter
Returns the tip text for this property.
keyTipText() - Method in class adams.data.objectfilter.AddDefaultLabel
Returns the tip text for this property.
keyTipText() - Method in class adams.data.objectfilter.AttachMetaData
Returns the tip text for this property.
keyTipText() - Method in class adams.data.objectfilter.RenameLabels
Returns the tip text for this property.
keyTipText() - Method in class adams.data.objectfilter.TransformMetaData
Returns the tip text for this property.
keyTipText() - Method in class adams.data.objectfinder.ByMetaDataNumericValue
Returns the tip text for this property.
keyTipText() - Method in class adams.data.objectfinder.ByMetaDataStringValue
Returns the tip text for this property.
keyTipText() - Method in class adams.data.objectfinder.HasMetaDataValue
Returns the tip text for this property.
keyTipText() - Method in class adams.flow.condition.bool.HasMapValue
Returns the tip text for this property.
keyTipText() - Method in class adams.flow.source.LookUp
Returns the tip text for this property.
keyTipText() - Method in class adams.flow.transformer.DeleteMapValue
Returns the tip text for this key.
keyTipText() - Method in class adams.flow.transformer.DeletePropertyValue
Returns the tip text for this property.
keyTipText() - Method in class adams.flow.transformer.GetMapValue
Returns the tip text for this key.
keyTipText() - Method in class adams.flow.transformer.GetPropertyValue
Returns the tip text for this property.
keyTipText() - Method in class adams.flow.transformer.MergeReportFromMap
Returns the tip text for this property.
keyTipText() - Method in class adams.flow.transformer.SetImageObjectMetaData
Returns the tip text for this property.
keyTipText() - Method in class adams.flow.transformer.SetMapValue
Returns the tip text for this property.
keyTipText() - Method in class adams.flow.transformer.SetPropertyValue
Returns the tip text for this property.
keyTipText() - Method in class adams.gui.visualization.object.objectannotations.check.RequireMetaData
Returns the tip text for this property.
Keytool - Class in adams.core.management
A helper class for the keytool utility.
Keytool() - Constructor for class adams.core.management.Keytool
 
KeyUtils - Class in adams.gui.core
A helper class for key events.
KeyUtils() - Constructor for class adams.gui.core.KeyUtils
 
KeyValuePairTableModel - Class in adams.gui.core
The model for displaying key-value pairs.
KeyValuePairTableModel(Object[][]) - Constructor for class adams.gui.core.KeyValuePairTableModel
Initializes the table model.
KeyValuePairTableModel(Object[][], String[]) - Constructor for class adams.gui.core.KeyValuePairTableModel
Initializes the table model with custom column names.
KEYWORD_ATTRIBUTE - Static variable in class adams.data.io.input.SimpleArffSpreadSheetReader
 
KEYWORD_ATTRIBUTE - Static variable in class weka.core.converters.SimpleArffLoader
 
KEYWORD_DATA - Static variable in class adams.data.io.input.SimpleArffSpreadSheetReader
 
KEYWORD_DATA - Static variable in class weka.core.converters.SimpleArffLoader
 
KEYWORD_RELATION - Static variable in class adams.data.io.input.SimpleArffSpreadSheetReader
 
KEYWORD_RELATION - Static variable in class weka.core.converters.SimpleArffLoader
 
KEYWORDS - adams.core.TechnicalInformation.Field
Key words used for searching or possibly for annotation.
KIBI_BYTES - adams.core.ByteFormat.Unit
 
kill() - Method in class adams.gui.flow.FlowEditorPanel
Kills the flow.
kill() - Method in class adams.gui.flow.FlowPanel
Kills the flow.
Kill - Class in adams.scripting.command.basic
Kills the remote ADAMS instance.
Kill() - Constructor for class adams.scripting.command.basic.Kill
 
killAdams() - Method in class adams.gui.tools.remotecontrolcenter.panels.AbstractRemoteFlowTab
Kills the ADAMS instance.
killWorkers() - Method in class adams.scripting.engine.DefaultMainScriptingEngine
Kills all workers registered.
killWorkers() - Method in interface adams.scripting.engine.MainScriptingEngine
Kills all workers registered.
KillWorkers - Class in adams.scripting.command.distributed
Kills all WorkerScriptingEngine that are registered with the main engine receiving this message.
KillWorkers() - Constructor for class adams.scripting.command.distributed.KillWorkers
 
KILO_BYTES - adams.core.ByteFormat.Unit
 
KMEANS_PLUS_PLUS - Static variable in class weka.clusterers.SAXKMeans
 
kMeansPlusPlusInit(Instances) - Method in class weka.clusterers.SAXKMeans
Initialize using the k-means++ method
kNearestNeighbours(Instance, int) - Method in class weka.core.neighboursearch.FilteredSearch
Returns k nearest instances in the current neighbourhood to the supplied instance.
kNearestNeighbours(Instance, int) - Method in class weka.core.neighboursearch.NewNNSearch
Returns k nearest instances in the current neighbourhood to the supplied instance.
kNearestNeighbours(Instance, int) - Method in class weka.core.neighboursearch.PCANNSearch
Returns k nearest instances in the current neighbourhood to the supplied instance.
kNearestNeighbours(Instance, int) - Method in class weka.core.neighboursearch.PLSNNSearch
Returns k nearest instances in the current neighbourhood to the supplied instance.
KNNTipText() - Method in class weka.filters.unsupervised.instance.AccumulatedLWLWeights
Returns the tip text for this property.
knownHostsTipText() - Method in class adams.flow.standalone.SSHConnection
Returns the tip text for this property.
knownHostsTipText() - Method in class adams.gui.chooser.SftpRemoteDirectorySetup
Returns the tip text for this property.
knownHostsTipText() - Method in class adams.scripting.connection.AbstractSSHConnection
Returns the tip text for this property.
KnownParentSupporter - Interface in adams.gui.core
Interface for GUI components that know their actual parents, without having to go up the Swing chain via "getParent()".
KOREAN - adams.flow.core.TesseractLanguage
 

L

L(double, List<TimeseriesPoint>, int) - Method in class adams.data.filter.TimeseriesChangeResolution
 
LABEL - Static variable in class weka.classifiers.meta.ThresholdedBinaryClassification
 
LABEL - Static variable in class weka.classifiers.meta.Veto
 
LABEL_COUNT - adams.flow.transformer.WekaInstancesInfo.InfoType
the number of instances with the specified class label (selected attribute, only nominal).
LABEL_COUNTS - adams.flow.transformer.WekaInstancesInfo.InfoType
the counts per label (selected attribute, only nominal).
LABEL_DISTRIBUTION - adams.flow.transformer.WekaInstancesInfo.InfoType
the distribution (percentages, 0-1) per label (selected attribute, only nominal).
LABEL_FALSE - Static variable in class adams.data.instances.AbstractInstanceGenerator
the "false" label for boolean data types.
LABEL_HASHCODE - Static variable in class adams.gui.visualization.debug.objecttree.Tree
the label for the hashcode.
LABEL_MATCH - Static variable in class weka.filters.unsupervised.instance.DatasetLabeler
the default label for a "match".
LABEL_NESTED - Static variable in class adams.gui.tools.OptionTree
the label of the nested node.
LABEL_NONMATCH - Static variable in class weka.filters.unsupervised.instance.DatasetLabeler
the default label for a "non-match".
LABEL_REGEXP - Static variable in class weka.filters.unsupervised.instance.RemoveWithLabels
 
LABEL_ROOT - Static variable in class adams.gui.tools.OptionTree
the label of the root node.
LABEL_TRUE - Static variable in class adams.data.instances.AbstractInstanceGenerator
the "true" label for boolean data types.
labelAcceptTipText() - Method in class adams.flow.control.Inspect
Returns the tip text for this property.
labelAdditionalTipText() - Method in class adams.flow.transformer.ImageObjectOverlapMatrix
Returns the tip text for this property.
labelAnchorTipText() - Method in class adams.flow.transformer.draw.AbstractDrawObjectsFromReport
Returns the tip text for this property.
labelAnchorTipText() - Method in class adams.gui.tools.previewbrowser.DeepLabCutCSVHandler
Returns the tip text for this property.
labelAnchorTipText() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
Returns the tip text for this property.
labelAnchorTipText() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
Returns the tip text for this property.
labelAnchorTipText() - Method in class adams.gui.tools.previewbrowser.PointsFromReportHandler
Returns the tip text for this property.
labelAnchorTipText() - Method in class adams.gui.tools.previewbrowser.YoloAnnotationsHandler
Returns the tip text for this property.
labelAnchorTipText() - Method in class adams.gui.visualization.image.AbstractObjectOverlayFromReport
Returns the tip text for this property.
labelAnchorTipText() - Method in class adams.gui.visualization.image.AbstractPointOverlayFromReport
Returns the tip text for this property.
labelAnchorTipText() - Method in class adams.gui.visualization.image.AbstractReportBasedOverlayHelper
Returns the tip text for this property.
labelAnchorTipText() - Method in class adams.gui.visualization.object.overlay.AbstractObjectOverlayFromReport
Returns the tip text for this property.
labelAnchorTipText() - Method in class adams.gui.visualization.object.overlay.AbstractPointOverlayFromReport
Returns the tip text for this property.
LabelAwareObjectOverlap - Interface in adams.data.objectoverlap
Interface for ObjectOverlap classes that can distinguish between correct/incorrect labels.
labelChanged() - Method in class adams.gui.visualization.object.annotator.AbstractAnnotator
Gets called when the label changes.
labelChanged() - Method in class adams.gui.visualization.object.annotator.ClassificationLabelAnnotator
Gets called when the label changes.
labelChanged(Object) - Method in class adams.gui.visualization.object.ObjectAnnotationPanel
For notifying everyone that the label have changed
labelColorsTipText() - Method in class adams.flow.transformer.draw.ObjectAnnotationsFromReport
Returns the tip text for this property.
labelColorsTipText() - Method in class adams.gui.tools.previewbrowser.ObjectAnnotationsHandler
Returns the tip text for this property.
labelColorsTipText() - Method in class adams.gui.tools.previewbrowser.ObjectAnnotationsReportHandler
Returns the tip text for this property.
labelColorsTipText() - Method in class adams.gui.visualization.image.ObjectAnnotations
Returns the tip text for this property.
labelColorsTipText() - Method in class adams.gui.visualization.object.overlay.ObjectAnnotations
Returns the tip text for this property.
LabelCounts - Class in adams.data.spreadsheet.colstatistic
Counts how often a label (ie string) occurs.
LabelCounts - Class in adams.data.spreadsheet.rowstatistic
Counts how often a label (ie string) occurs.
LabelCounts() - Constructor for class adams.data.spreadsheet.colstatistic.LabelCounts
 
LabelCounts() - Constructor for class adams.data.spreadsheet.rowstatistic.LabelCounts
 
labelDefinitionsTipText() - Method in class adams.data.io.input.YoloAnnotationsReportReader
Returns the tip text for this property.
labelDefinitionsTipText() - Method in class adams.data.io.output.YoloAnnotationsReportWriter
Returns the tip text for this property.
labelFontTipText() - Method in class adams.flow.transformer.compareobjectlocations.Combined
Returns the tip text for this property.
labelFontTipText() - Method in class adams.flow.transformer.draw.AbstractDrawObjectsFromReport
Returns the tip text for this property.
labelFontTipText() - Method in class adams.gui.tools.previewbrowser.AnnotationsAndPredictionsFromReport
Returns the tip text for this property.
labelFontTipText() - Method in class adams.gui.tools.previewbrowser.CocoAnnotationsHandler
Returns the tip text for this property.
labelFontTipText() - Method in class adams.gui.tools.previewbrowser.DeepLabCutCSVHandler
Returns the tip text for this property.
labelFontTipText() - Method in class adams.gui.tools.previewbrowser.DetectronAnnotationsHandler
Returns the tip text for this property.
labelFontTipText() - Method in class adams.gui.tools.previewbrowser.ObjectCentersFromReport
Returns the tip text for this property.
labelFontTipText() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
Returns the tip text for this property.
labelFontTipText() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
Returns the tip text for this property.
labelFontTipText() - Method in class adams.gui.tools.previewbrowser.PointsFromReportHandler
Returns the tip text for this property.
labelFontTipText() - Method in class adams.gui.tools.previewbrowser.YoloAnnotationsHandler
Returns the tip text for this property.
labelFontTipText() - Method in class adams.gui.visualization.image.AbstractObjectOverlayFromReport
Returns the tip text for this property.
labelFontTipText() - Method in class adams.gui.visualization.image.AbstractPointOverlayFromReport
Returns the tip text for this property.
labelFontTipText() - Method in class adams.gui.visualization.image.AbstractReportBasedOverlayHelper
Returns the tip text for this property.
labelFontTipText() - Method in class adams.gui.visualization.object.overlay.AbstractObjectOverlayFromReport
Returns the tip text for this property.
labelFontTipText() - Method in class adams.gui.visualization.object.overlay.AbstractPointOverlayFromReport
Returns the tip text for this property.
labelFontTipText() - Method in class adams.gui.visualization.object.overlay.ClassificationLabelTextOverlay
Returns the tip text for this property.
labelFormatTipText() - Method in class adams.flow.transformer.compareobjectlocations.Combined
Returns the tip text for this property.
labelFormatTipText() - Method in class adams.flow.transformer.draw.AbstractDrawObjectsFromReport
Returns the tip text for this property.
labelFormatTipText() - Method in class adams.gui.tools.previewbrowser.AnnotationsAndPredictionsFromReport
Returns the tip text for this property.
labelFormatTipText() - Method in class adams.gui.tools.previewbrowser.CocoAnnotationsHandler
Returns the tip text for this property.
labelFormatTipText() - Method in class adams.gui.tools.previewbrowser.DeepLabCutCSVHandler
Returns the tip text for this property.
labelFormatTipText() - Method in class adams.gui.tools.previewbrowser.DetectronAnnotationsHandler
Returns the tip text for this property.
labelFormatTipText() - Method in class adams.gui.tools.previewbrowser.ObjectCentersFromReport
Returns the tip text for this property.
labelFormatTipText() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
Returns the tip text for this property.
labelFormatTipText() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
Returns the tip text for this property.
labelFormatTipText() - Method in class adams.gui.tools.previewbrowser.PointsFromReportHandler
Returns the tip text for this property.
labelFormatTipText() - Method in class adams.gui.tools.previewbrowser.YoloAnnotationsHandler
Returns the tip text for this property.
labelFormatTipText() - Method in class adams.gui.visualization.image.AbstractObjectOverlayFromReport
Returns the tip text for this property.
labelFormatTipText() - Method in class adams.gui.visualization.image.AbstractPointOverlayFromReport
Returns the tip text for this property.
labelFormatTipText() - Method in class adams.gui.visualization.image.AbstractReportBasedOverlayHelper
Returns the tip text for this property.
labelFormatTipText() - Method in class adams.gui.visualization.object.overlay.AbstractObjectOverlayFromReport
Returns the tip text for this property.
labelFormatTipText() - Method in class adams.gui.visualization.object.overlay.AbstractPointOverlayFromReport
Returns the tip text for this property.
labelIndexTipText() - Method in class adams.flow.transformer.WekaInstancesInfo
Returns the tip text for this property.
labelIndexTipText() - Method in class weka.classifiers.functions.ClassificationViaPLS
Returns the tip text for this property.
labelKeyTipText() - Method in class adams.data.io.input.CocoAnnotationsReportReader
Returns the tip text for this property.
labelKeyTipText() - Method in class adams.data.io.input.DetectronAnnotationsReportReader
Returns the tip text for this property.
labelKeyTipText() - Method in class adams.data.io.input.ViaAnnotationsReportReader
Returns the tip text for this property.
labelKeyTipText() - Method in class adams.data.io.output.OpexObjectLocationsWriter
Returns the tip text for this property.
labelKeyTipText() - Method in class adams.data.io.output.ViaAnnotationsReportWriter
Returns the tip text for this property.
labelKeyTipText() - Method in class adams.data.io.output.YoloAnnotationsReportWriter
Returns the tip text for this property.
labelKeyTipText() - Method in class adams.data.objectfilter.MergeOverlaps
Returns the tip text for this property.
labelKeyTipText() - Method in class adams.data.objectoverlap.AreaRatio
Returns the tip text for this property.
labelKeyTipText() - Method in class adams.data.objectoverlap.IntersectOverUnionRatio
Returns the tip text for this property.
labelKeyTipText() - Method in class adams.data.overlappingobjectremoval.KeepHighestMetaDataValue
Returns the tip text for this property.
labelKeyTipText() - Method in class adams.data.overlappingobjectremoval.MergeOverlaps
Returns the tip text for this property.
labelKeyTipText() - Method in class adams.flow.transformer.ImageObjectOverlap
Returns the tip text for this property.
labelKeyTipText() - Method in class adams.flow.transformer.ImageObjectOverlapMatrix
Returns the tip text for this property.
labelKeyTipText() - Method in class adams.flow.transformer.IntersectOverUnion
Returns the tip text for this property.
LabelListItem(JComponentList) - Constructor for class adams.gui.core.JComponentList.LabelListItem
Initializes the item.
labelMappingTipText() - Method in class adams.flow.transformer.ViaAnnotationsToReports
Returns the tip text for this property.
labelMatchTipText() - Method in class weka.filters.unsupervised.instance.DatasetLabeler
Returns the tip text for this property.
labelMissedTipText() - Method in class adams.flow.transformer.ImageObjectOverlapMatrix
Returns the tip text for this property.
labelNegativeTipText() - Method in class adams.data.conversion.SpreadSheetBinarize
Returns the tip text for this property.
labelNonMatchTipText() - Method in class weka.filters.unsupervised.instance.DatasetLabeler
Returns the tip text for this property.
labelOffsetXTipText() - Method in class adams.flow.transformer.draw.AbstractDrawObjectsFromReport
Returns the tip text for this property.
labelOffsetXTipText() - Method in class adams.gui.tools.previewbrowser.DeepLabCutCSVHandler
Returns the tip text for this property.
labelOffsetXTipText() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
Returns the tip text for this property.
labelOffsetXTipText() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
Returns the tip text for this property.
labelOffsetXTipText() - Method in class adams.gui.tools.previewbrowser.PointsFromReportHandler
Returns the tip text for this property.
labelOffsetXTipText() - Method in class adams.gui.tools.previewbrowser.YoloAnnotationsHandler
Returns the tip text for this property.
labelOffsetXTipText() - Method in class adams.gui.visualization.image.AbstractObjectOverlayFromReport
Returns the tip text for this property.
labelOffsetXTipText() - Method in class adams.gui.visualization.image.AbstractPointOverlayFromReport
Returns the tip text for this property.
labelOffsetXTipText() - Method in class adams.gui.visualization.image.AbstractReportBasedOverlayHelper
Returns the tip text for this property.
labelOffsetXTipText() - Method in class adams.gui.visualization.object.overlay.AbstractObjectOverlayFromReport
Returns the tip text for this property.
labelOffsetXTipText() - Method in class adams.gui.visualization.object.overlay.AbstractPointOverlayFromReport
Returns the tip text for this property.
labelOffsetXTipText() - Method in class adams.gui.visualization.object.overlay.ClassificationLabelTextOverlay
Returns the tip text for this property.
labelOffsetYTipText() - Method in class adams.flow.transformer.draw.AbstractDrawObjectsFromReport
Returns the tip text for this property.
labelOffsetYTipText() - Method in class adams.gui.tools.previewbrowser.DeepLabCutCSVHandler
Returns the tip text for this property.
labelOffsetYTipText() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
Returns the tip text for this property.
labelOffsetYTipText() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
Returns the tip text for this property.
labelOffsetYTipText() - Method in class adams.gui.tools.previewbrowser.PointsFromReportHandler
Returns the tip text for this property.
labelOffsetYTipText() - Method in class adams.gui.tools.previewbrowser.YoloAnnotationsHandler
Returns the tip text for this property.
labelOffsetYTipText() - Method in class adams.gui.visualization.image.AbstractObjectOverlayFromReport
Returns the tip text for this property.
labelOffsetYTipText() - Method in class adams.gui.visualization.image.AbstractPointOverlayFromReport
Returns the tip text for this property.
labelOffsetYTipText() - Method in class adams.gui.visualization.image.AbstractReportBasedOverlayHelper
Returns the tip text for this property.
labelOffsetYTipText() - Method in class adams.gui.visualization.object.overlay.AbstractObjectOverlayFromReport
Returns the tip text for this property.
labelOffsetYTipText() - Method in class adams.gui.visualization.object.overlay.AbstractPointOverlayFromReport
Returns the tip text for this property.
labelOffsetYTipText() - Method in class adams.gui.visualization.object.overlay.ClassificationLabelTextOverlay
Returns the tip text for this property.
LabelPlotter - Interface in adams.gui.visualization.object.objectannotations.label
Interface for classes that plot labels.
labelPlottersTipText() - Method in class adams.flow.transformer.draw.ObjectAnnotationsFromReport
Returns the tip text for this property.
labelPlottersTipText() - Method in class adams.gui.tools.previewbrowser.ObjectAnnotationsHandler
Returns the tip text for this property.
labelPlottersTipText() - Method in class adams.gui.tools.previewbrowser.ObjectAnnotationsReportHandler
Returns the tip text for this property.
labelPlottersTipText() - Method in class adams.gui.visualization.image.ObjectAnnotations
Returns the tip text for this property.
labelPlottersTipText() - Method in class adams.gui.visualization.object.overlay.ObjectAnnotations
Returns the tip text for this property.
labelPositiveTipText() - Method in class adams.data.conversion.SpreadSheetBinarize
Returns the tip text for this property.
labelReaderTipText() - Method in class adams.data.io.input.YoloAnnotationsReportReader
Returns the tip text for this property.
labelReaderTipText() - Method in class adams.data.io.output.YoloAnnotationsReportWriter
Returns the tip text for this property.
labelRegExpTipText() - Method in class weka.filters.unsupervised.instance.RemoveWithLabels
Returns the tip text for this property.
labels - Variable in class adams.gui.visualization.segmentation.SegmentationPanel.ContainerSettings
the labels in use.
LABELS - adams.data.conversion.SpreadSheetBinarize.BinarizeType
using string labels.
LABELS - adams.flow.transformer.WekaInstancesInfo.InfoType
the labels (selected attribute, only nominal).
LabelSelector - Interface in adams.gui.visualization.object.labelselector
Interface for panels that allow selection of a label.
labelSelectorTipText() - Method in class adams.flow.transformer.ImageObjectAnnotator
Returns the tip text for this property.
labelSkipTipText() - Method in class adams.flow.control.Inspect
Returns the tip text for this property.
labelsTipText() - Method in class adams.data.imagesegmentation.operation.CompareAnnotationWithPrediction
Returns the tip text for this property.
labelsTipText() - Method in class adams.data.imagesegmentation.operation.ConfusionMatrix
Returns the tip text for this property.
labelsTipText() - Method in class adams.data.io.output.DeepLabCutCSVWriter
Returns the tip text for this property.
labelsTipText() - Method in class adams.flow.sink.ImageSegmentationViewer
Returns the tip text for this property.
labelsTipText() - Method in class adams.flow.transformer.ImageAnnotator
Returns the tip text for this property.
labelsTipText() - Method in class adams.flow.transformer.ImageLabeler
Returns the tip text for this property.
labelsTipText() - Method in class adams.flow.transformer.ImageSegmentationAnnotator
Returns the tip text for this property.
labelsTipText() - Method in class adams.flow.transformer.pixelselector.AddClassification
Returns the tip text for this property.
labelsTipText() - Method in class adams.gui.tools.previewbrowser.AnnotateImage
Returns the tip text for this property.
labelsTipText() - Method in class adams.gui.visualization.object.labelselector.ButtonSelectorGenerator
Returns the tip text for this property.
labelsTipText() - Method in class adams.gui.visualization.object.labelselector.ButtonSelectorWithColorGenerator
Returns the tip text for this property.
labelsTipText() - Method in class adams.gui.visualization.object.labelselector.ComboBoxSelectorGenerator
Returns the tip text for this property.
labelStringTipText() - Method in class weka.classifiers.functions.ClassificationViaPLS
Returns the tip text for this property.
LabelSuffixHandler - Interface in adams.gui.visualization.object.annotator
Interface for annotators that support a label suffix.
labelSuffixTipText() - Method in class adams.data.io.input.ObjectLocationsSpreadSheetReader
Returns the tip text for this property.
labelSuffixTipText() - Method in class adams.data.io.input.OpexObjectLocationsReader
Returns the tip text for this property.
labelSuffixTipText() - Method in class adams.data.io.input.PascalVOCObjectLocationsReader
Returns the tip text for this property.
labelSuffixTipText() - Method in class adams.data.io.input.YoloAnnotationsReportReader
Returns the tip text for this property.
labelSuffixTipText() - Method in interface adams.gui.visualization.image.selection.SelectionProcessorWithLabelSupport
Returns the tip text for this property.
labelSuffixTipText() - Method in class adams.gui.visualization.image.selection.SelectObjects
Returns the tip text for this property.
labelSuffixTipText() - Method in class adams.gui.visualization.object.annotator.BoundingBoxAnnotator
Returns the tip text for this property.
labelSuffixTipText() - Method in class adams.gui.visualization.object.annotator.PolygonAnnotator
Returns the tip text for this property.
labelSuffixTipText() - Method in class adams.gui.visualization.object.annotator.PolygonPointAnnotator
Returns the tip text for this property.
labelSuffixTipText() - Method in class adams.gui.visualization.object.annotator.SimplePointAnnotator
Returns the tip text for this property.
labelTipText() - Method in class adams.data.featureconverter.CountValues
Returns the tip text for this property.
labelTipText() - Method in class adams.data.objectfilter.AddDefaultLabel
Returns the tip text for this property.
labelTipText() - Method in class adams.gui.visualization.core.AxisPanelOptions
Returns the tip text for this property.
labelTipText() - Method in interface adams.gui.visualization.image.selection.SelectionProcessorWithLabelSupport
Returns the tip text for this property.
labelTipText() - Method in class adams.gui.visualization.image.selection.SelectObjects
Returns the tip text for this property.
labelTipText() - Method in class weka.classifiers.meta.ThresholdedBinaryClassification
Returns the tip text for this property.
labelTipText() - Method in class weka.classifiers.meta.Veto
Returns the tip text for this property.
labelXTipText() - Method in class adams.gui.visualization.jfreechart.chart.AbstractChartGeneratorWithAxisLabels
Returns the tip text for this property.
labelYTipText() - Method in class adams.gui.visualization.jfreechart.chart.AbstractChartGeneratorWithAxisLabels
Returns the tip text for this property.
lagFineTuneTipText() - Method in class adams.flow.core.LagMakerOptions
Returns the tip text for this property.
LagMakerOptions - Class in adams.flow.core
Option group for TSLagMaker objects.
LagMakerOptions() - Constructor for class adams.flow.core.LagMakerOptions
 
lagMakerTipText() - Method in class adams.flow.source.wekaforecastersetup.WekaForecasterGenerator
Returns the tip text for this property.
LAMBDAMART_MAXIMISE_MAP - weka.classifiers.trees.XGBoost.Objective
 
LAMBDAMART_MAXIMISE_NDCG - weka.classifiers.trees.XGBoost.Objective
 
LAMBDAMART_PAIRWISE_RANKING - weka.classifiers.trees.XGBoost.Objective
 
lambdaTipText() - Method in class adams.data.instancesanalysis.pls.DIPLS
Returns the tip text for this property
lambdaTipText() - Method in class adams.data.instancesanalysis.pls.SparsePLS
Returns the tip text for this property
lambdaTipText() - Method in class adams.data.instancesanalysis.pls.VCPLS
Returns the tip text for this property
lambdaTipText() - Method in class adams.data.spc.MOACUSUM
Returns the tip text for this property.
lambdaTipText() - Method in class adams.data.spc.MOAPageHinkley
Returns the tip text for this property.
lambdaTipText() - Method in class weka.classifiers.trees.XGBoost
Gets the tip-text for the lambda option.
LANDSCAPE - adams.data.PageOrientation
 
LANGUAGE - adams.core.TechnicalInformation.Field
The language the document is in.
LANGUAGE - Static variable in class adams.data.tesseract.TesseractHelper
the language to use.
languageTipText() - Method in class adams.flow.transformer.TesseractOCR
Returns the tip text for this property.
LaplaceOfGaussian - Class in adams.data.image.transformer
Applies the Laplacian of Gaussian (LoG) to the image, using the following formula

(x^2 + y^2 - 2*sigma^2) / sigma^4 * exp(-(x^2 +y^2) / (2*sigma^2)

For more information on LoG, see:
http://fourier.eng.hmc.edu/e161/lectures/gradient/node8.html

LaplaceOfGaussian() - Constructor for class adams.data.image.transformer.LaplaceOfGaussian
 
LaplaceOperator - Class in adams.data.image.transformer
Applies the Laplace operator, using the following matrix:

0 1 0
1 -4 1
0 1 0

For more information on the Laplace operator, see:
http://docs.opencv.org/modules/imgproc/doc/filtering.html?highlight=laplacian#laplacian

LaplaceOperator() - Constructor for class adams.data.image.transformer.LaplaceOperator
 
LARGE_CROWN_OCTAVO - adams.flow.transformer.pdfproclet.PageSize
 
LARGE_CROWN_QUARTO - adams.flow.transformer.pdfproclet.PageSize
 
LargeDatabaseIDHandler - Interface in adams.data.id
For classes that handle database IDs (of type integer).
LargeObjectDbReader - Class in adams.flow.source
Allows reading of large objects from a SQL database.
LargeObjectDbReader() - Constructor for class adams.flow.source.LargeObjectDbReader
 
LargeObjectDbWriter - Class in adams.flow.sink
Allows storing large objects in a SQL database.
LargeObjectDbWriter() - Constructor for class adams.flow.sink.LargeObjectDbWriter
 
LargeObjectType - Enum in adams.db
The type of large object.
LARGER - adams.data.objectfilter.MakeSquare.SideType
 
LARGEST - edu.umbc.cs.maple.utils.SGTUtils.KeyEigenvalues
 
LargestRegions - Class in adams.flow.transformer.negativeregions
Returns only the top X largest regions from the base generator.
LargestRegions() - Constructor for class adams.flow.transformer.negativeregions.LargestRegions
 
LAST - adams.data.padding.PaddingType
pad with last value.
LAST - Static variable in class adams.core.Index
the special index for "last".
LAST - Static variable in class adams.core.Range
the special string "last".
LAST - Static variable in class adams.core.UnorderedRange
the special string "last".
LAST - Static variable in interface adams.parser.externalactorsuggestion.sym
 
LAST_1 - Static variable in class adams.core.Index
the special string "last_1" (2nd to last).
LAST_1 - Static variable in class adams.core.Range
the special string "last_1" (2nd to last).
LAST_1 - Static variable in class adams.core.UnorderedRange
the special string "last_1" (2nd to last).
LAST_2 - Static variable in class adams.core.Index
the special string "last_2" (3rd to last).
LAST_2 - Static variable in class adams.core.Range
the special string "last_2" (3rd to last).
LAST_2 - Static variable in class adams.core.UnorderedRange
the special string "last_2" (3rd to last).
LAST_MODIFIED - adams.flow.transformer.FileInfo.InfoType
modified timestamp.
LAST_VALUE - adams.data.featureconverter.FixedNumFeatures.FillerType
uses the last value as template.
LAST_VALUE - adams.data.timeseries.FixedNumFeatures.FillerType
uses the last value as template.
lastActive() - Method in class adams.flow.control.AbstractControlActor
Returns the last non-skipped actor.
lastActive() - Method in class adams.flow.control.FileProcessor
Returns the last non-skipped actor.
lastActive() - Method in interface adams.flow.core.ActorHandler
Returns the last non-skipped actor.
lastActive() - Method in class adams.flow.source.SwitchedSource
Returns the last non-skipped actor.
lastActive() - Method in class adams.flow.standalone.AbstractMultiView
Returns the last non-skipped actor.
lastActive() - Method in class adams.flow.standalone.AbstractMutableActorDaemonEvent
Returns the last non-skipped actor.
lastActive() - Method in class adams.flow.standalone.AbstractStandaloneGroup
Returns the last non-skipped actor.
lastActive() - Method in class adams.flow.standalone.Cron
Returns the last non-skipped actor.
lastActive() - Method in class adams.flow.standalone.DelayedEvent
Returns the last non-skipped actor.
lastActive() - Method in class adams.flow.standalone.QueueEvent
Returns the last non-skipped actor.
lastActive() - Method in class adams.gui.flow.tree.ClipboardActorContainer
Returns the last non-skipped actor.
LastAttribute - Class in adams.data.weka.classattribute
Simply chooses the last attribute as class attribute.
LastAttribute() - Constructor for class adams.data.weka.classattribute.LastAttribute
 
lastIndexOf(Object) - Method in class adams.data.SortedList
Returns the last index for the object in this list.
lastIndexOf(Object) - Method in class adams.multiprocess.JobList
Returns the index in this list of the last occurrence of the specified element, or -1 if this list does not contain this element.
lastIndexOf(String, String, int) - Method in class adams.gui.scripting.SyntaxDocument
Assume the needle will the found at the start/end of the line.
lastInstance() - Method in class weka.core.InstancesView
Returns the last instance in the set.
LastLineMatches - Class in adams.core.io.fileuse
Reads the file as text file and makes sure that the last line matches the regular expression.
If the last line doesn't match the expression, failing to read or reading no lines at all are all interpreted as 'in use'.
LastLineMatches() - Constructor for class adams.core.io.fileuse.LastLineMatches
 
lastModified() - Method in class adams.core.io.PlaceholderFile
Returns the time that the file denoted by this abstract pathname was last modified.
LastModified - Class in adams.core.io.filechanged
Uses the lastmodified timestamp.
LastModified() - Constructor for class adams.core.io.filechanged.LastModified
 
lastNameTipText() - Method in class adams.core.net.EmailContact
Returns the tip text for this property.
lastTemplate - Variable in class adams.gui.flow.tree.StateContainer
the last template that was used.
LastTemplate - Class in adams.gui.flow.tree.menu
For adding a subflow generated from a template, using the most recently used template scheme and insert position.
LastTemplate() - Constructor for class adams.gui.flow.tree.menu.LastTemplate
 
lastTemplateInsertPosition - Variable in class adams.gui.flow.tree.StateContainer
the position of the last template that was added via 'Add template'.
lastUpdated() - Method in class adams.gui.tools.wekainvestigator.data.AbstractDataContainer
Returns the timestamp the data was last updated.
lastUpdated() - Method in interface adams.gui.tools.wekainvestigator.data.DataContainer
Returns the timestamp the data was last updated.
LastWidgetLaunched<T> - Interface in adams.gui.menu
Interface for menu item definitions that allow retrieval of last widget that was launched.
later(Date, int, int) - Static method in class adams.core.DateUtils
Returns a date later relative to the provided one, e.g., later by 2 hours: later(date, Calendar.HOUR, 2).
LatestRecords - Class in weka.filters.unsupervised.instance
Retains the latest database records.
LatestRecords() - Constructor for class weka.filters.unsupervised.instance.LatestRecords
 
latestTipText() - Method in class adams.db.LogEntryConditions
Returns the tip text for this property.
LATVIAN - adams.flow.core.TesseractLanguage
 
launch() - Static method in class adams.core.management.FileBrowser
Launches the file browser with the user's home directory.
launch() - Method in class adams.flow.standalone.PyroNameServer
Launches the nameserver.
launch() - Method in class adams.gui.application.AbstractBasicMenuItemDefinition
Launches the functionality of the menu item.
launch() - Method in class adams.gui.menu.About
Launches the functionality of the menu item.
launch() - Method in class adams.gui.menu.AbstractClassifierBasedGeneticAlgorithmWizard
Launches the functionality of the menu item.
launch() - Method in class adams.gui.menu.AbstractJDKMenuItemDefinition
Launches the functionality of the menu item.
launch() - Method in class adams.gui.menu.AbstractSequenceViewer
Launches the functionality of the menu item.
launch() - Method in class adams.gui.menu.AbstractURLMenuItemDefinition
Launches the functionality of the menu item.
launch() - Method in class adams.gui.menu.ActorUsage
Launches the functionality of the menu item.
launch() - Method in class adams.gui.menu.AppendDatasets
Launches the functionality of the menu item.
launch() - Method in class adams.gui.menu.ArffViewer
Launches the functionality of the menu item.
launch() - Method in class adams.gui.menu.BatchFilterDatasets
Launches the functionality of the menu item.
launch() - Method in class adams.gui.menu.BayesNetEditor
Launches the functionality of the menu item.
launch() - Method in class adams.gui.menu.BoundaryVisualizer
Launches the functionality of the menu item.
launch() - Method in class adams.gui.menu.ClassHelp
Launches the functionality of the menu item.
launch() - Method in class adams.gui.menu.ConfigureOptionHandler
Launches the functionality of the menu item.
launch() - Method in class adams.gui.menu.ConnectToDatabases
Launches the functionality of the menu item.
launch() - Method in class adams.gui.menu.ConsoleOutputAnalyzer
Launches the functionality of the menu item.
launch() - Method in class adams.gui.menu.ConsoleWindow
Launches the functionality of the menu item.
launch() - Method in class adams.gui.menu.ContainerNesting
Launches the functionality of the menu item.
launch() - Method in class adams.gui.menu.CostCurve
Launches the functionality of the menu item.
launch() - Method in class adams.gui.menu.DatasetCompatibility
Launches the functionality of the menu item.
launch() - Method in class adams.gui.menu.DateTest
Launches the functionality of the menu item.
launch() - Method in class adams.gui.menu.Diff
Launches the functionality of the menu item.
launch() - Method in class adams.gui.menu.Documentation
Launches the functionality of the menu item.
launch() - Method in class adams.gui.menu.EmailAddressBook
Launches the functionality of the menu item.
launch() - Method in class adams.gui.menu.Experimenter
Launches the functionality of the menu item.
launch() - Method in class adams.gui.menu.Explorer
Launches the functionality of the menu item.
launch() - Method in class adams.gui.menu.FavoritesManagement
Launches the functionality of the menu item.
launch() - Method in class adams.gui.menu.FileChooserBookmarksManagement
Launches the functionality of the menu item.
launch() - Method in class adams.gui.menu.FileCommander
Launches the functionality of the menu item.
launch() - Method in class adams.gui.menu.FileMonitor
Launches the functionality of the menu item.
launch() - Method in class adams.gui.menu.FindClass
Launches the functionality of the menu item.
launch() - Method in class adams.gui.menu.FindInFiles
Launches the functionality of the menu item.
launch() - Method in class adams.gui.menu.FlowControlCenter
Launches the functionality of the menu item.
launch() - Method in class adams.gui.menu.FlowEditor
Launches the functionality of the menu item.
launch() - Method in class adams.gui.menu.FlowRunner
Launches the functionality of the menu item.
launch() - Method in class adams.gui.menu.GarbageCollector
Launches the functionality of the menu item.
launch() - Method in class adams.gui.menu.GraphVisualizer
Launches the functionality of the menu item.
launch() - Method in class adams.gui.menu.GroovyConsole
Launches the functionality of the menu item.
launch() - Method in class adams.gui.menu.ImageProcessor
Launches the functionality of the menu item.
launch() - Method in class adams.gui.menu.ImageViewer
Launches the functionality of the menu item.
launch() - Method in class adams.gui.menu.InstanceCompare
Launches the functionality of the menu item.
launch() - Method in class adams.gui.menu.InstanceExplorer
Launches the functionality of the menu item.
launch() - Method in class adams.gui.menu.InstancesPlot
Launches the functionality of the menu item.
launch() - Method in class adams.gui.menu.LogEntryDatabaseViewer
Launches the functionality of the menu item.
launch() - Method in class adams.gui.menu.MakeCompatibleDatasets
Launches the functionality of the menu item.
launch() - Method in class adams.gui.menu.MarginCurve
Launches the functionality of the menu item.
launch() - Method in class adams.gui.menu.MemoryMonitor
Launches the functionality of the menu item.
launch() - Method in class adams.gui.menu.MergeDatasets
Launches the functionality of the menu item.
launch() - Method in class adams.gui.menu.MultiExplorer
Launches the functionality of the menu item.
launch() - Method in class adams.gui.menu.NestedFormatViewer
Launches the functionality of the menu item.
launch() - Method in class adams.gui.menu.OptionsConversion
Launches the functionality of the menu item.
launch() - Method in class adams.gui.menu.OptionTree
Launches the functionality of the menu item.
launch() - Method in class adams.gui.menu.PackageManager
Launches the functionality of the menu item.
launch() - Method in class adams.gui.menu.PDFViewer
Launches the functionality of the menu item.
launch() - Method in class adams.gui.menu.PlaceholderManagement
Launches the functionality of the menu item.
launch() - Method in class adams.gui.menu.PlotAttributeVsAttribute
Launches the functionality of the menu item.
launch() - Method in class adams.gui.menu.PlotPanelTest
Launches the functionality of the menu item.
launch() - Method in class adams.gui.menu.Preferences
Launches the functionality of the menu item.
launch() - Method in class adams.gui.menu.PrettyPrintJSON
Launches the functionality of the menu item.
launch() - Method in class adams.gui.menu.PrettyPrintXML
Launches the functionality of the menu item.
launch() - Method in class adams.gui.menu.PreviewBrowser
Launches the functionality of the menu item.
launch() - Method in class adams.gui.menu.ProgramExit
Launches the functionality of the menu item.
launch() - Method in class adams.gui.menu.ProgramLookAndFeel
Does nothing.
launch() - Method in class adams.gui.menu.ProgramRestart
Launches the functionality of the menu item.
launch() - Method in class adams.gui.menu.ProgramRestartWithMoreHeap
Launches the functionality of the menu item.
launch() - Method in class adams.gui.menu.ProgramUserMode
Does nothing.
launch() - Method in class adams.gui.menu.PropertiesViewer
Launches the functionality of the menu item.
launch() - Method in class adams.gui.menu.RegExpTest
Launches the functionality of the menu item.
launch() - Method in class adams.gui.menu.ROC
Launches the functionality of the menu item.
launch() - Method in class adams.gui.menu.RunTool
Launches the functionality of the menu item.
launch() - Method in class adams.gui.menu.ScriptingLog
Launches the functionality of the menu item.
launch() - Method in class adams.gui.menu.SendErrorReport
Launches the functionality of the menu item.
launch() - Method in class adams.gui.menu.SpreadSheetExplorer
Launches the functionality of the menu item.
launch() - Method in class adams.gui.menu.SpreadSheetFileViewer
Launches the functionality of the menu item.
launch() - Method in class adams.gui.menu.SpreadSheetProcessor
Launches the functionality of the menu item.
launch() - Method in class adams.gui.menu.SqlViewer
Launches the functionality of the menu item.
launch() - Method in class adams.gui.menu.SqlWorkbench
Launches the functionality of the menu item.
launch() - Method in class adams.gui.menu.SSH
Launches the functionality of the menu item.
launch() - Method in class adams.gui.menu.StringConversion
Launches the functionality of the menu item.
launch() - Method in class adams.gui.menu.SystemInfo
Launches the functionality of the menu item.
launch() - Method in class adams.gui.menu.SystemPerformance
Launches the functionality of the menu item.
launch() - Method in class adams.gui.menu.TakeScreenshot
Launches the functionality of the menu item.
launch() - Method in class adams.gui.menu.Telnet
Launches the functionality of the menu item.
launch() - Method in class adams.gui.menu.Terminal
Launches the functionality of the menu item.
launch() - Method in class adams.gui.menu.TextEditor
Launches the functionality of the menu item.
launch() - Method in class adams.gui.menu.TimeseriesExplorer
Launches the functionality of the menu item.
launch() - Method in class adams.gui.menu.TreeVisualizer
Launches the functionality of the menu item.
launch() - Method in class adams.gui.menu.WekaCommandToCode
Launches the functionality of the menu item.
launch() - Method in class adams.gui.menu.WekaInvestigator
Launches the functionality of the menu item.
launch() - Method in class adams.gui.menu.WekaMultiExperimenter
Launches the functionality of the menu item.
launch() - Method in class adams.gui.menu.WekaSimpleCLI
Launches the functionality of the menu item.
launch() - Method in class adams.gui.menu.Workbench
Launches the functionality of the menu item.
launch() - Method in class adams.gui.menu.XSLT
Launches the functionality of the menu item.
launch(File) - Static method in class adams.core.management.FileBrowser
Launches the file browser with the specified directory.
launch(File) - Static method in class adams.core.management.Terminal
Launches the platform-specific executable with its expanded options.
launch(List<String>, String) - Method in class adams.flow.source.AbstractPythonExecution
Launches the command.
LAUNCH_AND_CONNECT - adams.flow.standalone.PyroNameServer.Mode
 
launchAssignToClusters(Instances, int[]) - Method in class weka.clusterers.SAXKMeans
Launch the tasks that assign instances to clusters
Launcher - Class in adams.core.management
Launches a new JVM process with the specified memory (-memory <amount>), a Java agent (-javaagent <jar-file>) and main class (-main <classname>).
Launcher() - Constructor for class adams.core.management.Launcher
Initializes the launcher.
launchMenuItem(Container, Class) - Static method in class adams.gui.core.GUIHelper
Attempts to launch the specified menuitem.
launchModeOptionsTipText() - Method in class adams.flow.standalone.PyroNameServer
Returns the tip text for this property.
launchMoveCentroids(Instances[]) - Method in class weka.clusterers.SAXKMeans
Launch the move centroids tasks
launchWaitTipText() - Method in class adams.flow.standalone.PyroNameServer
Returns the tip text for this property.
LAYER_NAME - Static variable in class adams.gui.visualization.segmentation.layer.BackgroundLayer
 
LAYER_NAME - Static variable in class adams.gui.visualization.segmentation.layer.CombinedLayer
 
LAYER_NAME - Static variable in class adams.gui.visualization.segmentation.layer.ImageLayer
 
layerColorMappingsTipText() - Method in class adams.data.imagesegmentation.filter.Draw
Returns the tip text for this property.
LayerManager - Class in adams.gui.visualization.segmentation.layer
For managing the layers.
LayerManager(CanvasPanel) - Constructor for class adams.gui.visualization.segmentation.layer.LayerManager
Initializes the layer manager using split layers.
layerNamesTipText() - Method in class adams.data.io.input.AbstractPNGAnnotationImageSegmentationReader
Returns the tip text for this property.
layerNamesTipText() - Method in interface adams.data.io.input.ImageSegmentationAnnotationReaderWithLayerNames
Returns the tip text for this property.
layerNamesTipText() - Method in class adams.data.io.output.AbstractPNGAnnotationImageSegmentationWriter
Returns the tip text for this property.
layerNamesTipText() - Method in interface adams.data.io.output.ImageSegmentationAnnotationWriterWithLayerNames
Returns the tip text for this property.
layersTipText() - Method in class adams.data.imagesegmentation.layerorder.Predefined
Returns the tip text for this property.
layersTipText() - Method in class adams.data.imagesegmentation.operation.SimpleOverlay
Returns the tip text for this property.
layersToMergeTipText() - Method in class adams.data.imagesegmentation.filter.MergeLayers
Returns the tip text for this property.
layerTransformerTipText() - Method in class adams.data.io.input.IndividualImageSegmentationLayerReader
Returns the tip text for this property.
layerVisibility - Variable in class adams.gui.visualization.segmentation.SegmentationPanel.ContainerSettings
the visibility.
layerVisibilityTipText() - Method in class adams.flow.sink.ImageSegmentationViewer
Returns the tip text for this property.
layerVisibilityTipText() - Method in class adams.flow.transformer.ImageSegmentationAnnotator
Returns the tip text for this property.
LAYOUT_AUTOMATICDISCOVERY - Static variable in class adams.gui.application.ApplicationMenu
the props file key for the automatic menu item discovery.
LAYOUT_BLACKLISTED_PREFIX - Static variable in class adams.gui.application.ApplicationMenu
the props file key prefix for the blacklisted menu items.
LAYOUT_CATEGORY_PREFIX - Static variable in class adams.gui.application.ApplicationMenu
the props file key prefix for the menu items with a new category.
LAYOUT_MENU_PREFIX - Static variable in class adams.gui.application.ApplicationMenu
the props file key prefix for the menus.
LAYOUT_MENU_TOOLS - Static variable in class adams.gui.application.ApplicationMenu
the props file key for the tools menu.
LAYOUT_MENU_WINDOWS - Static variable in class adams.gui.application.ApplicationMenu
the props file key for the windows menu.
LAYOUT_MENUBAR - Static variable in class adams.gui.application.ApplicationMenu
the props file key for the menu bar.
LAYOUT_SHORTCUT_PREFIX - Static variable in class adams.gui.application.ApplicationMenu
the props file key prefix for the shortcuts.
LazyExpansionTreeNode - Class in adams.gui.core
Allows for lazy expansion of a node's sub-tree.
LazyExpansionTreeNode() - Constructor for class adams.gui.core.LazyExpansionTreeNode
Creates a tree node that has no parent and no children, but which allows children.
LazyExpansionTreeNode(Object) - Constructor for class adams.gui.core.LazyExpansionTreeNode
Creates a tree node with no parent, no children, but which allows children, and initializes it with the specified user object.
LazyExpansionTreeNode(Object, boolean) - Constructor for class adams.gui.core.LazyExpansionTreeNode
Creates a tree node with no parent, no children, initialized with the specified user object, and that allows children only if specified.
lazySetup() - Method in interface adams.flow.core.LazySetupSupporter
Performs the lazy setup.
LazySetupSupporter - Interface in adams.flow.core
Interface for actors that optionally perform a Actor.setUp() call first time they get executed.
LCCN - adams.core.TechnicalInformation.Field
The Library of Congress Call Number.
LDD - Class in adams.core.management
Helper class for determining ldd/glibc version.
LDD() - Constructor for class adams.core.management.LDD
 
LDD_DUMMY_VERSION - Static variable in class adams.core.management.LDD
 
LDD_VERSION - Static variable in class adams.core.management.LDD
the determined version.
LE - Static variable in interface adams.parser.booleanexpression.sym
 
LE - Static variable in interface adams.parser.lookupupdate.sym
 
LE - Static variable in interface adams.parser.mathematicalexpression.sym
 
LE - Static variable in interface adams.parser.spreadsheetformula.sym
 
LE - Static variable in interface adams.parser.spreadsheetquery.sym
 
LE - Static variable in interface adams.parser.stringexpression.sym
 
LeanMultiScheme - Class in weka.classifiers.meta
Class for selecting a classifier from among several using cross validation on the training data or the performance on the training data.
LeanMultiScheme() - Constructor for class weka.classifiers.meta.LeanMultiScheme
 
LeastMedianSq - Class in weka.classifiers.meta
Finds the base classifier with the best least median squared error.
LeastMedianSq() - Constructor for class weka.classifiers.meta.LeastMedianSq
 
LeaveOneOutByValueGenerator - Class in weka.classifiers
Generates train/test split pairs using the unique values from the specified attribute.
LeaveOneOutByValueGenerator() - Constructor for class weka.classifiers.LeaveOneOutByValueGenerator
Initializes the generator.
LeaveOneOutByValueGenerator(Instances, long, boolean, WekaAttributeIndex) - Constructor for class weka.classifiers.LeaveOneOutByValueGenerator
Initializes the generator.
LEDGER - adams.flow.transformer.pdfproclet.PageSize
 
left(String, int) - Method in class adams.parser.ParserHelper
Returns the specified number of characters from the left of the string.
LEFT - adams.flow.transformer.pdfproclet.AbstractSpreadSheetPdfProclet.HorizontalAlignment
 
LEFT - adams.flow.transformer.pdfstamp.Text.Alignment
 
LEFT - adams.gui.core.OneTouchPanel.Location
 
LEFT - adams.gui.visualization.core.plot.Axis
left of the content panel.
LEFT - adams.gui.visualization.object.mouseclick.AbstractMouseClickProcessor.MouseButton
 
LEFT - Static variable in interface adams.parser.booleanexpression.sym
 
LEFT - Static variable in interface adams.parser.lookupupdate.sym
 
LEFT - Static variable in interface adams.parser.mathematicalexpression.sym
 
LEFT - Static variable in interface adams.parser.spreadsheetformula.sym
 
LEFT - Static variable in interface adams.parser.stringexpression.sym
 
LEFT - Static variable in class weka.classifiers.trees.m5.Rule2
 
LEFT_TO_RIGHT - adams.gui.visualization.core.axis.Orientation
ticks on the left (bottom), line on the right (top).
leftClickProcessorTipText() - Method in class adams.flow.sink.ImageViewer
Returns the tip text for this property.
leftDividerLocationTipText() - Method in class adams.flow.sink.ImageSegmentationViewer
Returns the tip text for this property.
leftDividerLocationTipText() - Method in class adams.flow.transformer.ImageLabeler
Returns the tip text for this property.
leftDividerLocationTipText() - Method in class adams.flow.transformer.ImageObjectAnnotator
Returns the tip text for this property.
leftDividerLocationTipText() - Method in class adams.flow.transformer.ImageSegmentationAnnotator
Returns the tip text for this property.
leftNode() - Method in class weka.classifiers.trees.m5.RuleNode2
Get the left child of this node
LeftPad - Class in adams.data.conversion
Left pads a string up to a maximum number of characters.
LeftPad() - Constructor for class adams.data.conversion.LeftPad
 
leftPadTipText() - Method in class adams.data.conversion.JsonToSpreadSheet
Returns the tip text for this property.
leftTipText() - Method in class adams.data.image.transformer.crop.SimpleCrop
Returns the tip text for this property.
leftTipText() - Method in class adams.data.objectfinder.ObjectsInRegion
Returns the tip text for this property.
leftTipText() - Method in class adams.flow.transformer.CountObjectsInRegion
Returns the tip text for this property.
LegacyClassifierErrors - Class in adams.gui.tools.wekainvestigator.tab.classifytab.output
Generates classifier errors plot (legacy Weka output).
LegacyClassifierErrors() - Constructor for class adams.gui.tools.wekainvestigator.tab.classifytab.output.LegacyClassifierErrors
 
LegacyCostBenefitAnalysis - Class in adams.gui.tools.wekainvestigator.tab.classifytab.output
Generates cost benefit analysis (legacy Weka output).
LegacyCostBenefitAnalysis() - Constructor for class adams.gui.tools.wekainvestigator.tab.classifytab.output.LegacyCostBenefitAnalysis
 
LegacyCostCurve - Class in adams.gui.tools.wekainvestigator.tab.classifytab.output
Generates cost curve (legacy Weka output).
LegacyCostCurve() - Constructor for class adams.gui.tools.wekainvestigator.tab.classifytab.output.LegacyCostCurve
 
LegacyGraphVisualizer - Class in adams.gui.tools.wekainvestigator.tab.classifytab.output
Displays the graph that the model generated (legacy Weka output).
LegacyGraphVisualizer() - Constructor for class adams.gui.tools.wekainvestigator.tab.classifytab.output.LegacyGraphVisualizer
 
LegacyMarginCurve - Class in adams.gui.tools.wekainvestigator.tab.classifytab.output
Generates margin curve (legacy Weka output).
LegacyMarginCurve() - Constructor for class adams.gui.tools.wekainvestigator.tab.classifytab.output.LegacyMarginCurve
 
LegacyThresholdCurve - Class in adams.gui.tools.wekainvestigator.tab.classifytab.output
Generates margin curve (legacy Weka output).
LegacyThresholdCurve() - Constructor for class adams.gui.tools.wekainvestigator.tab.classifytab.output.LegacyThresholdCurve
 
LegacyTreeVisualizer - Class in adams.gui.tools.wekainvestigator.tab.classifytab.output
Displays the tree that the model generated (legacy Weka output).
LegacyTreeVisualizer - Class in adams.gui.tools.wekainvestigator.tab.clustertab.output
Displays the tree that the model generated (legacy Weka output).
LegacyTreeVisualizer() - Constructor for class adams.gui.tools.wekainvestigator.tab.classifytab.output.LegacyTreeVisualizer
 
LegacyTreeVisualizer() - Constructor for class adams.gui.tools.wekainvestigator.tab.clustertab.output.LegacyTreeVisualizer
 
LEGAL - adams.flow.transformer.pdfproclet.PageSize
 
legendTipText() - Method in class adams.gui.visualization.jfreechart.chart.AbstractChartGenerator
Returns the tip text for this property.
length() - Method in class adams.core.base.AbstractBaseString
Returns the length of the string.
length() - Method in class adams.core.io.PlaceholderFile
Returns the length of the file denoted by this abstract pathname.
LENGTH - Static variable in interface adams.parser.booleanexpression.sym
 
LENGTH - Static variable in interface adams.parser.lookupupdate.sym
 
LENGTH - Static variable in interface adams.parser.mathematicalexpression.sym
 
LENGTH - Static variable in interface adams.parser.spreadsheetformula.sym
 
LENGTH - Static variable in interface adams.parser.stringexpression.sym
 
lengthTicksTipText() - Method in class adams.gui.visualization.core.AxisPanelOptions
Returns the tip text for this property.
lengthTipText() - Method in class adams.flow.transformer.ArrayCombinations
Returns the tip text for this property.
lengthTipText() - Method in class adams.gui.visualization.jfreechart.shape.Cross
Returns the tip text for this property.
LenientModeSupporter - Interface in adams.core
Interface for classes that support a lenient or strict mode.
lenientTipText() - Method in interface adams.core.LenientModeSupporter
Returns the tip text for this property.
lenientTipText() - Method in class adams.data.conversion.SpreadSheetColumnsToReport
Returns the tip text for this property.
lenientTipText() - Method in class adams.data.conversion.SpreadSheetRowsToReport
Returns the tip text for this property.
lenientTipText() - Method in class adams.data.indexedsplits.AbstractIndexedSplitsRunsCompatibility
Returns the tip text for this property.
lenientTipText() - Method in class adams.data.indexedsplits.InstancesIndexedSplitsRunsCompatibility
Returns the tip text for this property.
lenientTipText() - Method in class adams.data.io.input.AbstractPNGAnnotationImageSegmentationReader
Returns the tip text for this property.
lenientTipText() - Method in class adams.data.objectfinder.AbstractObjectFinder
Returns the tip text for this property.
lenientTipText() - Method in class adams.flow.control.Switch
Returns the tip text for this property.
lenientTipText() - Method in class adams.flow.source.AbstractIdSupplier
Returns the tip text for this property.
lenientTipText() - Method in class adams.flow.transformer.AbstractDataContainerDbReader
Returns the tip text for this property.
lenientTipText() - Method in class adams.flow.transformer.AbstractReportDbUpdater
Returns the tip text for this property.
lenientTipText() - Method in class adams.flow.transformer.MergeReportFromMap
Returns the tip text for this property.
lenientTipText() - Method in class adams.flow.transformer.SpreadSheetStorageRowIterator
Returns the tip text for this property.
lenientTipText() - Method in class adams.flow.transformer.SpreadSheetVariableRowIterator
Returns the tip text for this property.
lenientTipText() - Method in class adams.flow.transformer.WekaReorderAttributesToReference
Returns the tip text for this property.
LETTER - adams.flow.transformer.pdfproclet.PageSize
 
LevelComparator - Class in adams.core.logging
Comparator for logging levels.
LevelComparator() - Constructor for class adams.core.logging.LevelComparator
 
LevelFilter - Class in adams.flow.standalone.logevent
Filters records based on their logging level, i.e., if the fall in the specified min/max (inclusive).
LevelFilter() - Constructor for class adams.flow.standalone.logevent.LevelFilter
 
levelsTipText() - Method in class adams.flow.standalone.ConsoleWindow
Returns the tip text for this property.
levelTipText() - Method in class adams.flow.standalone.logevent.TypeFilter
Returns the tip text for this property.
levelToColor(LoggingLevel) - Static method in class adams.gui.core.ConsolePanel
Turns the logging level into a color.
levelToColor(Level) - Static method in class adams.gui.core.ConsolePanel
Turns the logging level into a color.
LGPL21 - adams.core.License
LGPL 2.1.
LGPL3 - adams.core.License
LGPL 2.1.
LibSVMSpreadSheetReader - Class in adams.data.io.input
Reads WEKA datasets in LibSVM format and turns them into spreadsheets.
LibSVMSpreadSheetReader() - Constructor for class adams.data.io.input.LibSVMSpreadSheetReader
 
LibSVMSpreadSheetWriter - Class in adams.data.io.output
Writes a spreadsheet in LibSVM file format.
LibSVMSpreadSheetWriter() - Constructor for class adams.data.io.output.LibSVMSpreadSheetWriter
 
license() - Method in annotation type adams.core.annotation.MixedCopyright
 
license() - Method in annotation type adams.core.annotation.ThirdPartyCopyright
 
License - Enum in adams.core
Enumeration of software licenses.
LIFT - adams.flow.sink.WekaThresholdCurve.AttributeName
 
LIKE - Static variable in interface adams.parser.actorsuggestion.sym
 
LIKE - Static variable in interface adams.parser.externalactorsuggestion.sym
 
LIMIT - Static variable in interface adams.parser.spreadsheetquery.sym
 
LimitedTextRenderer - Interface in adams.data.textrenderer
Ancestor for renderers that can limit the output.
LimitPaintlet - Class in adams.flow.sink.controlchartplot
A paintlet for painting a line plot of a sequence.
LimitPaintlet() - Constructor for class adams.flow.sink.controlchartplot.LimitPaintlet
 
limitPaintletTipText() - Method in class adams.flow.sink.ControlChartPlot
Returns the tip text for this property.
Limits - Class in adams.data.spc
TODO: What class does.
Limits() - Constructor for class adams.data.spc.Limits
Initializes the container with dummy data.
Limits(double[]) - Constructor for class adams.data.spc.Limits
Initializes the container.
Limits(double, double, double) - Constructor for class adams.data.spc.Limits
Initializes the container.
limitTipText() - Method in class adams.data.textrenderer.AbstractLimitedTextRenderer
Returns the tip text for this property.
limitTipText() - Method in class adams.data.textrenderer.ArrayTextRenderer
Returns the tip text for this property.
limitTipText() - Method in class adams.data.textrenderer.CollectionTextRenderer
Returns the tip text for this property.
limitTipText() - Method in interface adams.data.textrenderer.LimitedTextRenderer
Returns the tip text for this property.
limitTipText() - Method in class adams.data.textrenderer.ListTextRenderer
Returns the tip text for this property.
limitTipText() - Method in class adams.data.textrenderer.MapTextRenderer
Returns the tip text for this property.
limitTipText() - Method in class adams.data.textrenderer.SetTextRenderer
Returns the tip text for this property.
limitTipText() - Method in class adams.data.textrenderer.SpreadSheetTextRenderer
Returns the tip text for this property.
limitTipText() - Method in class adams.db.AbstractLimitedConditions
Returns the tip text for this property.
limitTipText() - Method in class adams.flow.sink.ActualVsPredictedPlot
Returns the tip text for this property.
limitTipText() - Method in class adams.flow.sink.sequenceplotter.SimplePruning
Returns the tip text for this property.
limitTipText() - Method in class adams.flow.standalone.QueueInit
Returns the tip text for this property.
limitTipText() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.ClassifierErrors
Returns the tip text for this property.
Line - Class in adams.flow.transformer.draw
Draws a line between the given start and end coordinates.
Line - Class in adams.flow.transformer.pdfproclet
Draws a line.
Line() - Constructor for class adams.flow.transformer.draw.Line
 
Line() - Constructor for class adams.flow.transformer.pdfproclet.Line
 
Line(int, String) - Constructor for class adams.core.option.NestedFormatHelper.Line
Wrapper for a line.
Line(String) - Constructor for class adams.core.option.NestedFormatHelper.Line
Wrapper for a line, line number is uninitialized at -1.
LINE - adams.flow.sink.sequenceplotter.SimpleErrorPaintlet.PlotType
simple line.
LINEAR_REGRESSION - weka.classifiers.trees.XGBoost.Objective
 
LineArrayTextReader - Class in adams.data.io.input
Reads the text in as array of strings (each line is an array element).
For large files, the data can be 'chunked' (ie outputting it in blocks).
LineArrayTextReader() - Constructor for class adams.data.io.input.LineArrayTextReader
 
linearRegression(boolean, String, String, String, String) - Method in class adams.parser.spreadsheetformula.ParserHelper
Calculates the intercept or slope of linear regression for a range of cells.
linearRegression(double[], double[]) - Static method in class adams.data.statistics.StatUtils
Calculates the slope and intercept between the two arrays.
linearRegression(Number[], Number[]) - Static method in class adams.data.statistics.StatUtils
Calculates the slope and intercept between the two arrays.
LinearRegressionAttributeEval - Class in weka.attributeSelection
Uses the coefficients of LinearRegressionJ to determine the importance of the attributes (attribute selection turned off, no elimination of collinear attributes).
LinearRegressionAttributeEval() - Constructor for class weka.attributeSelection.LinearRegressionAttributeEval
 
LinearRegressionJ - Class in weka.classifiers.functions
Class for using linear regression for prediction.
LinearRegressionJ() - Constructor for class weka.classifiers.functions.LinearRegressionJ
 
LinearRegressionOverlayPaintlet - Class in adams.gui.visualization.sequence
Draws a straight line, using slope and intercept determine by linear regression using all the data points in the plot(s).
LinearRegressionOverlayPaintlet() - Constructor for class adams.gui.visualization.sequence.LinearRegressionOverlayPaintlet
 
LineByLineTextReader - Class in adams.data.io.input
Reads the text data, line by line.
LineByLineTextReader() - Constructor for class adams.data.io.input.LineByLineTextReader
 
lineColorTipText() - Method in class adams.gui.visualization.stats.paintlet.AbstractZScorePaintlet
Tip text for the line color property.
LineHitDetector - Class in adams.gui.visualization.sequence
Detects selections of lines.
LineHitDetector() - Constructor for class adams.gui.visualization.sequence.LineHitDetector
Initializes the hit detector (constructor only for GOE) with no owner.
LineHitDetector(XYSequencePaintlet) - Constructor for class adams.gui.visualization.sequence.LineHitDetector
Initializes the hit detector.
LineNumberTextRenderer - Interface in adams.data.textrenderer
Ancestor for renderers that can output numbers with each line of output.
LinePaintlet - Class in adams.gui.visualization.sequence
A paintlet for painting a line plot of a sequence.
LinePaintlet() - Constructor for class adams.gui.visualization.sequence.LinePaintlet
 
LinePaintlet.MarkerShape - Enum in adams.gui.visualization.sequence
Enum for the marker shape to plot around the data points.
LinePlot - Class in adams.gui.tools.spreadsheetviewer.chart
Generates a line plot by plotting the X column against one or more Y columns.
LinePlot() - Constructor for class adams.gui.tools.spreadsheetviewer.chart.LinePlot
 
LineSplit - Class in adams.core.command.output
Splits the incoming data on the new line character and forwards string arrays.
LineSplit() - Constructor for class adams.core.command.output.LineSplit
 
linesToNested(List<String>, char) - Static method in class adams.core.option.NestedFormatHelper
Turns the nested lines into a nested structure to be used by option handlers.
linesToNested(List<String>, int[], int[], int) - Static method in class adams.core.option.NestedFormatHelper
Turns the nested lines into a nested structure to be used by option handlers.
linesToNested(List<String>, int, char) - Static method in class adams.core.option.NestedFormatHelper
Turns the nested lines into a nested structure to be used by option handlers.
lineToDelta(int) - Method in class adams.core.DiffUtils.SideBySideDiff
Returns the closest patch delta index for the given line number.
LINEWIDTH - Static variable in class adams.gui.core.DragAndDropTabbedPane
 
lineWidthTipText() - Method in class adams.flow.transformer.pdfproclet.Circle
Returns the tip text for this property.
lineWidthTipText() - Method in class adams.flow.transformer.pdfproclet.Line
Returns the tip text for this property.
lineWidthTipText() - Method in class adams.flow.transformer.pdfproclet.Rectangle
Returns the tip text for this property.
lineWrapTipText() - Method in class adams.flow.sink.Display
Returns the tip text for this property.
lineWrapTipText() - Method in class adams.flow.sink.HistoryDisplay
Returns the tip text for this property.
lineWrapTipText() - Method in class adams.gui.tools.previewbrowser.PlainTextHandler
Returns the tip text for this property.
linkCallableActorsTipText() - Method in class adams.core.option.FlowStructureDotProducer
Returns the tip text for this property.
linkCallableActorsTipText() - Method in class adams.core.option.FlowStructureGraphMLProducer
Returns the tip text for this property.
linkDestTipText() - Method in class adams.flow.source.RSync
 
linksTipText() - Method in class adams.flow.source.RSync
 
LINUX - adams.core.management.OS.OperatingSystems
 
LINUX_EXECUTABLE - Static variable in class adams.core.management.Terminal
the key for the Linux executable.
LINUX_OPTIONS - Static variable in class adams.core.management.Terminal
the key for the Linux options.
list() - Method in interface adams.core.io.lister.DirectoryLister
Returns the list of files/directories in the watched directory.
list() - Method in class adams.core.io.lister.FtpDirectoryLister
Returns the list of files/directories in the watched directory.
list() - Method in class adams.core.io.lister.LocalDirectoryLister
Returns the list of files/directories in the watched directory.
list() - Method in class adams.core.io.lister.SftpDirectoryLister
Returns the list of files/directories in the watched directory.
list() - Method in class adams.core.io.lister.SmbDirectoryLister
Returns the list of files/directories in the watched directory.
list() - Method in class adams.core.io.PlaceholderFile
Returns an array of strings naming the files and directories in the directory denoted by this abstract pathname.
list() - Method in class adams.core.net.SimpleMailer
Lists the files in the watch directory.
list(OptionHandler) - Static method in class adams.core.option.OptionUtils
Returns a string with all the options listed.
list(File, String) - Static method in class adams.core.io.MetaDataFileUtils
Lists all the files in the directory that match the specified prefix.
list(String) - Method in class adams.core.io.PlaceholderFile
Returns an array of strings naming the files and directories in the directory denoted by this abstract pathname, as long as they match the regular expression.
List - Class in adams.gui.visualization.debug.inspectionhandler
Provides further insight into java.util.List objects.
List() - Constructor for class adams.gui.visualization.debug.inspectionhandler.List
 
LIST - adams.core.discovery.NumericValueType
uses predefined list of values.
LIST - adams.core.discovery.PropertyPath.PathElementType
list.
LIST - adams.data.binning.operation.Copy.CopyType
just the list.
LIST - adams.flow.transformer.YamlFileReader.DataStructureType
 
LIST - adams.gui.core.PropertiesParameterPanel.PropertyType
manually maintained list of string values.
LIST_MULTI_SELECTION - adams.gui.core.PropertiesParameterPanel.PropertyType
manually maintained list of string values (multiple selection).
ListActorReferenceUsage - Class in adams.flow.processor
Lists all the actors where the specified actor reference name is used.
ListActorReferenceUsage() - Constructor for class adams.flow.processor.ListActorReferenceUsage
 
ListActorUsage - Class in adams.flow.processor
Looks for all the occurrences of the specified actor class.
ListActorUsage() - Constructor for class adams.flow.processor.ListActorUsage
 
listAllClassNames(boolean) - Method in class adams.gui.tools.ClassHelpPanel
Updates the listed classes.
ListAllStorageNames - Class in adams.flow.processor
Lists all storage name occurrences in the flow whether being set or used.
ListAllStorageNames() - Constructor for class adams.flow.processor.ListAllStorageNames
 
ListAllVariables - Class in adams.flow.processor
Lists all variable occurrences in the flow whether being set or used.
ListAllVariables() - Constructor for class adams.flow.processor.ListAllVariables
 
ListAnnotationTags - Class in adams.flow.processor
Processor that lists tags in annotations.
ListAnnotationTags() - Constructor for class adams.flow.processor.ListAnnotationTags
 
ListCallableActors - Class in adams.flow.source
ListCallableActors() - Constructor for class adams.flow.source.ListCallableActors
 
ListCallableActorUsage - Class in adams.flow.processor
Lists all the actors where the specified callable actor name is used.
ListCallableActorUsage() - Constructor for class adams.flow.processor.ListCallableActorUsage
 
listCapabilities(Capabilities) - Method in class adams.gui.help.WekaOptionHandlerHelpGenerator
returns a comma-separated list of all the capabilities.
ListCellRenderer() - Constructor for class adams.gui.core.JComponentList.ListCellRenderer
Initializes the renderer.
ListDatabaseConnections - Class in adams.flow.processor
Processor that lists database connections.
ListDatabaseConnections() - Constructor for class adams.flow.processor.ListDatabaseConnections
 
listDirsTipText() - Method in class adams.flow.source.DirectoryLister
Returns the tip text for this property.
listDirsTipText() - Method in class adams.flow.source.FTPLister
Deprecated.
Returns the tip text for this property.
Listener(FileTailer, String) - Constructor for class adams.flow.transformer.FileTailer.Listener
Initializes the owner.
Listener(FileMonitorPanel, String) - Constructor for class adams.gui.tools.FileMonitorPanel.Listener
Initializes the owner.
Listener(String, boolean) - Constructor for class adams.core.FindClass.Listener
Initializes the collector.
ListenerRunnable(RemoteFlowListener) - Constructor for class adams.flow.execution.RemoteFlowListener.ListenerRunnable
Initializes the runnable.
Listeners - Class in adams.gui.flow.tree.menu
Manages listeners (add/remove).
Listeners() - Constructor for class adams.gui.flow.tree.menu.Listeners
 
ListEnvironmentVariables - Class in adams.flow.source
Outputs the names of the currently set environment variables.
ListEnvironmentVariables() - Constructor for class adams.flow.source.ListEnvironmentVariables
 
listFiles() - Method in class adams.core.io.PlaceholderFile
Returns an array of abstract pathnames denoting the files in the directory denoted by this abstract pathname.
listFiles() - Method in class adams.gui.tools.previewbrowser.AbstractArchiveHandler
Performs actual listing of files.
listFiles() - Method in class adams.gui.tools.previewbrowser.TarArchiveHandler
Performs actual listing of files.
listFiles() - Method in class adams.gui.tools.previewbrowser.ZipArchiveHandler
Performs actual listing of files.
listFiles(File) - Static method in class adams.core.io.RarUtils
Lists the files stored in the RAR file.
listFiles(File) - Static method in class adams.core.io.TarUtils
Lists the files stored in the tar file.
listFiles(File) - Static method in class adams.core.io.ZipUtils
Lists the files stored in the ZIP file.
listFiles(FileFilter) - Method in class adams.core.io.PlaceholderFile
Returns an array of abstract pathnames denoting the files and directories in the directory denoted by this abstract pathname that satisfy the specified filter.
listFiles(FilenameFilter) - Method in class adams.core.io.PlaceholderFile
Returns an array of abstract pathnames denoting the files and directories in the directory denoted by this abstract pathname that satisfy the specified filter.
listFiles(File, boolean) - Static method in class adams.core.io.RarUtils
Lists the files stored in the RAR file.
listFiles(File, boolean) - Static method in class adams.core.io.TarUtils
Lists the files stored in the tar file.
listFiles(File, boolean) - Static method in class adams.core.io.ZipUtils
Lists the files stored in the ZIP file.
listFilesTipText() - Method in class adams.flow.source.DirectoryLister
Returns the tip text for this property.
listFilesTipText() - Method in class adams.flow.source.FTPLister
Deprecated.
Returns the tip text for this property.
ListFlows - Class in adams.scripting.command.flow
Sends a list of registered running flows back.
ListFlows() - Constructor for class adams.scripting.command.flow.ListFlows
 
ListHelper - Class in adams.core
Helper class for lists.
ListHelper() - Constructor for class adams.core.ListHelper
 
Listing - Class in adams.doc.listing
Generates class listings per module.
Listing() - Constructor for class adams.doc.listing.Listing
 
ListingProcessor - Interface in adams.flow.processor
Processors that generate a list.
ListItem - Class in adams.doc.docbook
A wrapper for the elements of a list item.
ListItem - Class in adams.doc.xhtml
The LI tag.
ListItem() - Constructor for class adams.doc.docbook.ListItem
Initializes the list.
ListItem() - Constructor for class adams.doc.xhtml.ListItem
Initializes the list.
listIterator() - Method in class adams.data.SortedList
Returns a list iterator over the items.
listIterator() - Method in class adams.multiprocess.JobList
Returns a list iterator of the elements in this list (in proper sequence).
listIterator(int) - Method in class adams.data.SortedList
Returns a list iterator over the items starting at the position.
listIterator(int) - Method in class adams.multiprocess.JobList
Returns a list iterator of the elements in this list (in proper sequence), starting at the specified position in this list.
ListObjectCommandlines - Class in adams.flow.processor
Lists the command-lines of the objects of the specified superclass.
ListObjectCommandlines() - Constructor for class adams.flow.processor.ListObjectCommandlines
 
listObjects() - Method in interface adams.core.io.lister.DirectoryLister
Returns the list of files/directories in the watched directory.
listObjects() - Method in class adams.core.io.lister.FtpDirectoryLister
Returns the list of files/directories in the watched directory.
listObjects() - Method in class adams.core.io.lister.LocalDirectoryLister
Returns the list of files/directories in the watched directory.
listObjects() - Method in class adams.core.io.lister.SftpDirectoryLister
Returns the list of files/directories in the watched directory.
listObjects() - Method in class adams.core.io.lister.SmbDirectoryLister
Returns the list of files/directories in the watched directory.
listOnlyTipText() - Method in class adams.flow.source.RSync
 
listOptions() - Method in class weka.attributeSelection.AbstractPLSAttributeEval
Returns an enumeration of all the available options..
listOptions() - Method in class weka.attributeSelection.LinearRegressionAttributeEval
 
listOptions() - Method in class weka.classifiers.functions.ClassificationViaPLS
Gets an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.functions.FakeClassifier
Gets an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.functions.GaussianProcessesAdaptive
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.functions.GaussianProcessesNoWeights
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.functions.GaussianProcessesWeighted
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.functions.GeneticAlgorithm
Gets an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.functions.GPD
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.functions.LinearRegressionJ
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.functions.MathExpressionClassifier
Gets an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.functions.PLSClassifierWeighted
Gets an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.functions.PLSWeighted
Gets an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.functions.SimpleLinearRegressionWithAccess
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.lazy.LWLSynchro
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.lazy.LWLSynchroPrefilter
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.meta.AbstainAttributePercentile
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.meta.AbstainAverage
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.meta.AbstainAverageWithClassifierWeights
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.meta.AbstainingCascade
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.meta.AbstainingClassifierWrapper
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.meta.AbstainLeastMedianSq
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.meta.AbstainMinimumProbability
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.meta.AbstainVote
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.meta.ClassifierCascade
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.meta.Consensus
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.meta.ConsensusOrVote
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.meta.Corr
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.meta.Fallback
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.meta.FilteredClassifierExt
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.meta.HighLowSplit
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.meta.HighLowSplitSingleClassifier
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.meta.InputSmearing
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.meta.LeastMedianSq
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.meta.MinMaxLimits
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.meta.PartitionedStacking
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.meta.SocketFacade
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.meta.SubsetEnsemble
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.meta.SuppressModelOutput
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.meta.ThresholdedBinaryClassification
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.meta.Veto
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.meta.VotedImbalance
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.timeseries.BaselineAdjustedForecaster
Returns an enumeration of all the available options..
listOptions() - Method in class weka.classifiers.trees.m5.M5Base2
Returns an enumeration describing the available options
listOptions() - Method in class weka.classifiers.trees.M5P2
Returns an enumeration describing the available options
listOptions() - Method in class weka.classifiers.trees.RandomModelTrees
Returns an enumeration describing the available options.
listOptions() - Method in class weka.classifiers.trees.RandomRegressionForest
Returns an enumeration describing the available options.
listOptions() - Method in class weka.clusterers.SAXKMeans
Returns an enumeration describing the available options.
listOptions() - Method in class weka.core.AbstractSimpleOptionHandler
Returns an enumeration of all the available options..
listOptions() - Method in class weka.core.converters.SimpleArffLoader
Returns an enumeration of all the available options..
listOptions() - Method in class weka.core.converters.SimpleArffSaver
Returns an enumeration describing the available options.
listOptions() - Method in class weka.core.converters.SpreadSheetLoader
Lists the available options
listOptions() - Method in class weka.core.converters.SpreadSheetSaver
Returns an enumeration describing the available options.
listOptions() - Method in class weka.core.neighboursearch.FilteredSearch
 
listOptions() - Method in class weka.core.neighboursearch.NewNNSearch
Returns an enumeration describing the available options.
listOptions() - Method in class weka.core.neighboursearch.PCANNSearch
 
listOptions() - Method in class weka.core.neighboursearch.PLSNNSearch
 
listOptions() - Method in class weka.core.SAXDistance
Returns an enumeration describing the available options.
listOptions() - Method in class weka.core.tokenizers.cleaners.AbstractTokenCleaner
Returns an enumeration of all the available options..
listOptions() - Method in class weka.core.tokenizers.cleaners.MultiCleaner
Returns an enumeration describing the available options.
listOptions() - Method in class weka.core.tokenizers.cleaners.RemoveNonWordCharTokens
Returns an enumeration describing the available options.
listOptions() - Method in class weka.core.tokenizers.MultiTokenizer
Returns an enumeration describing the available options.
listOptions() - Method in class weka.core.tokenizers.PreCleanedTokenizer
Returns an enumeration describing the available options.
listOptions() - Method in class weka.core.WeightedEuclideanDistanceRidge
Returns an enumeration describing the available options.
listOptions() - Method in class weka.experiment.ResultMatrixMediaWiki
Returns an enumeration of all the available options..
listOptions() - Method in class weka.filters.FilteredFilter
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.FlowFilter
Gets an enumeration describing the available options.
listOptions() - Method in class weka.filters.SerializedFilter
Gets an enumeration describing the available options.
listOptions() - Method in class weka.filters.supervised.attribute.MultiPLS
Gets an enumeration describing the available options.
listOptions() - Method in class weka.filters.supervised.attribute.PLS
Gets an enumeration describing the available options.
listOptions() - Method in class weka.filters.supervised.attribute.SIMPLSMatrixFilterFromGeneticString
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.supervised.attribute.YGradientEPO
Gets an enumeration describing the available options.
listOptions() - Method in class weka.filters.supervised.attribute.YGradientGLSW
Gets an enumeration describing the available options.
listOptions() - Method in class weka.filters.supervised.instance.RemoveOutliers
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.attribute.AbstractColumnFinderApplier
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.attribute.AndrewsCurves
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.attribute.AnyToString
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.attribute.AttributeSummaryTransferFilter
Gets an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.attribute.CorrelationMatrix
Gets an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.attribute.Detrend
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.attribute.DownSample
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.attribute.EquiDistance
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.attribute.FastWavelet
Gets an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.attribute.FFT
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.attribute.InputSmearing
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.attribute.InterquartileRangeSamp
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.attribute.JoinAttributes
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.attribute.LogTransform
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.attribute.MergeManyAttributes
Gets an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.attribute.MergeTwoAttributes
Gets an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.attribute.MetaPartitionedMultiFilter
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.attribute.MultiplicativeScatterCorrection
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.attribute.NominalToNumeric
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.attribute.OuterProductAnalysis
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.attribute.PAA
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.attribute.PartitionedMultiFilter2
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.attribute.PrincipalComponentsJ
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.attribute.SavitzkyGolay
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.attribute.SavitzkyGolay2
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.attribute.SAX
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.attribute.SetMissingValue
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.attribute.SimpleDetrend
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.attribute.SpellChecker
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.attribute.StringToDate
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.instance.AbstractRowFinderApplier
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.instance.AccumulatedLWLWeights
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.instance.AlignDataset
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.instance.DatasetLabeler
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.instance.KeepRange
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.instance.KennardStone
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.instance.LatestRecords
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.instance.multirowprocessor.AbstractMultiRowProcessorPlugin
Returns an enumeration of all the available options..
listOptions() - Method in class weka.filters.unsupervised.instance.MultiRowProcessor
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.instance.multirowprocessor.processor.AbstractRangeBasedSelectionProcessor
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.instance.multirowprocessor.selection.GroupExpression
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.instance.RemoveDuplicateIDs
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.instance.RemoveDuplicates
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.instance.RemoveInstancesWithMissingValue
Gets an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.instance.RemoveMisclassifiedAbs
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.instance.RemoveMisclassifiedRel
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.instance.RemoveTestInstances
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.instance.RemoveWithLabels
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.instance.RemoveWithWeights
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.instance.RemoveWithZeroes
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.instance.SafeRemoveRange
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.instance.Scale
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.instance.Sort
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.instance.SortOnAttribute
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.instance.WeightsBasedResample
Returns an enumeration describing the available options.
listOrArray(Object) - Method in class adams.gui.tools.wekainvestigator.evaluation.AbstractEvaluation
If the object should be a list of strings instead of an array of strings, then it gets converted accordingly.
ListPage - Class in adams.gui.wizard
Wizard page that use a BaseList for displaying a list of values.
ListPage() - Constructor for class adams.gui.wizard.ListPage
Default constructor.
ListPage(String) - Constructor for class adams.gui.wizard.ListPage
Initializes the page with the given page name.
ListPaths - Class in adams.flow.processor
Lists all the paths (files and directories) that are used in the flow.
ListPaths() - Constructor for class adams.flow.processor.ListPaths
 
ListSelectionValueDefinition - Class in adams.flow.source.valuedefinition
Specialized definition for lists, allowing to define a default value.
ListSelectionValueDefinition() - Constructor for class adams.flow.source.valuedefinition.ListSelectionValueDefinition
 
ListStorageNames - Class in adams.flow.source
Outputs the names of the currently available storage items.
ListStorageNames() - Constructor for class adams.flow.source.ListStorageNames
 
ListStorageUsage - Class in adams.flow.processor
Lists all the actors where the specified storage name is used.
ListStorageUsage() - Constructor for class adams.flow.processor.ListStorageUsage
 
ListStructureModifyingActors - Class in adams.flow.processor
Processor that lists (active) actors implementing FlowStructureModifier.
ListStructureModifyingActors() - Constructor for class adams.flow.processor.ListStructureModifyingActors
 
ListSystemProperties - Class in adams.flow.source
Outputs the names of the currently set Java system properties.
ListSystemProperties() - Constructor for class adams.flow.source.ListSystemProperties
 
ListTables - Class in adams.flow.source
Lists tables of the current database connection.
ListTables() - Constructor for class adams.flow.source.ListTables
 
ListTextRenderer - Class in adams.data.textrenderer
Just uses the object's toString() method.
ListTextRenderer() - Constructor for class adams.data.textrenderer.ListTextRenderer
 
listTipText() - Method in class adams.core.discovery.genetic.AbstractGeneticDoubleDiscoveryHandler
Returns the tip text for this property.
listTipText() - Method in class adams.core.discovery.genetic.AbstractGeneticFloatDiscoveryHandler
Returns the tip text for this property.
listTipText() - Method in class adams.core.discovery.genetic.AbstractGeneticIntegerDiscoveryHandler
Returns the tip text for this property.
listTipText() - Method in class adams.core.discovery.genetic.AbstractGeneticStringDiscoveryHandler
Returns the tip text for this property.
ListTODOs - Class in adams.flow.processor
Lists all the actors with TODOs in either name or annotation.
ListTODOs() - Constructor for class adams.flow.processor.ListTODOs
 
ListToJson - Class in adams.data.conversion
Converts the java.util.List into a JSON object.
ListToJson() - Constructor for class adams.data.conversion.ListToJson
 
ListToJsonArray - Class in adams.data.conversion
Turns a Java list into a JSON array.
ListToJsonArray() - Constructor for class adams.data.conversion.ListToJsonArray
 
listToRegExp(List<String>) - Static method in class adams.core.base.BaseRegExp
Turns the list of values into a regular expression of the format: "^(value1|value2|...)$".
ListToYamlString - Class in adams.data.conversion
Converts the java.util.List object into a YAML string.
ListToYamlString() - Constructor for class adams.data.conversion.ListToYamlString
 
listValue() - Method in class adams.core.base.BaseList
Returns the list items.
ListVariables - Class in adams.flow.source
Outputs the names of the currently available variables.
ListVariables() - Constructor for class adams.flow.source.ListVariables
 
ListVariableUsage - Class in adams.flow.processor
Lists all the actors where the specified variable is used.
ListVariableUsage() - Constructor for class adams.flow.processor.ListVariableUsage
 
LITHUANIAN - adams.flow.core.TesseractLanguage
 
LITTLE_ENDIAN - adams.data.conversion.ByteArrayToPrimitiveArray.ByteOrderType
 
LittleEndian - Class in adams.core
Helper class for conversions related to Little-Endian.
LittleEndian() - Constructor for class adams.core.LittleEndian
 
liveTipText() - Method in class adams.flow.control.HeapDump
Returns the tip text for this property.
load() - Method in class adams.core.AbstractFileBasedHistory
Loads the history from disk.
load() - Method in class adams.core.AbstractPersistentHistory
Loads the history from disk.
load() - Method in class adams.core.StringHistory
Loads the history from disk.
load() - Method in class adams.gui.application.CharsetSettingsPanel
Loads the values from the props file and displays them.
load() - Method in class adams.gui.application.LocaleSettingsPanel
Loads the values from the props file and displays them.
load() - Method in class adams.gui.application.ProxySettingsPanel
Loads the values from the props file and displays them.
load() - Method in class adams.gui.application.TesseractSettingsPanel
Loads the values from the props file and displays them.
load() - Method in class adams.gui.application.TimeZoneSettingsPanel
Loads the values from the props file and displays them.
load() - Method in class adams.gui.goe.Favorites
Loads the favorites.
load() - Method in class adams.gui.goe.PersistentObjectHistory
Loads the history from disk.
load() - Method in class adams.gui.scripting.AbstractScriptingDialog
loads a script from a file.
load() - Method in class adams.gui.tools.previewbrowser.ContentHandlerFavorites
Loads the favorites.
load() - Method in class adams.gui.tools.spreadsheetprocessor.sources.FileBrowserSource
Loads the data
load() - Method in class adams.gui.tools.spreadsheetprocessor.sources.FileSource
Loads the data
load(int) - Method in interface adams.db.DataProvider
Load a data container with given database ID.
load(long) - Method in class adams.db.generic.LogT
Loads a log entry from db, using the database ID.
load(long) - Method in class adams.db.LogF
Loads a log entry from db, using the database ID.
load(long) - Method in interface adams.db.LogIntf
Loads a log entry from db, using the database ID.
load(long) - Method in class adams.db.mirrored.LogT
Loads a log entry from db, using the database ID.
load(PlaceholderFile, String, String, boolean, StringBuilder) - Static method in class adams.data.spreadsheet.LookUpHelper
Generates a lookup table from the given file.
load(FlowReader, File) - Method in class adams.gui.flow.FlowPanel
Loads a flow.
load(FlowReader, File) - Method in class adams.gui.flow.FlowRunnerPanel
Loads a flow.
load(FlowReader, File, boolean) - Method in class adams.gui.flow.FlowPanel
Loads a flow and optionally executes it.
load(FlowReader, File, boolean) - Method in class adams.gui.flow.FlowRunnerPanel
Loads a flow.
load(FlowReader, File, boolean, SwingWorker) - Method in class adams.gui.flow.FlowPanel
Loads a flow and optionally executes it.
load(SpreadSheetReader, File) - Method in class adams.gui.tools.SpreadSheetViewerPanel
Loads the specified file.
load(SpreadSheet, String, String, boolean, StringBuilder) - Static method in class adams.data.spreadsheet.LookUpHelper
Generates a lookup table from the given spreadsheet.
load(DataProvider, T) - Method in class adams.flow.transformer.AbstractDataContainerDbWriter
Loads the container from the database.
load(DataProvider, T) - Method in interface adams.flow.transformer.DataContainerDbWriter
Loads the container from the database.
load(LogEntryConditions) - Method in class adams.db.generic.LogT
Loads log entries from the database that match the conditions.
load(LogEntryConditions) - Method in class adams.db.LogF
Loads log entries from the database that match the conditions.
load(LogEntryConditions) - Method in interface adams.db.LogIntf
Loads log entries from the database that match the conditions.
load(LogEntryConditions) - Method in class adams.db.mirrored.LogT
Loads log entries from the database that match the conditions.
load(I) - Method in interface adams.db.ReportProvider
Loads the report from the database.
load(File) - Static method in class adams.core.io.PDFBox
Loads the PDF file.
load(File) - Method in class adams.gui.flow.FlowControlCenterPanel
Loads a setup.
load(File) - Static method in class adams.gui.scripting.AbstractScriptingEngine
Returns the content of the given file, null in case of an error.
load(File) - Method in class adams.gui.tools.ImageProcessorMultiPagePane
Loads the specified file in a new panel.
load(File) - Method in class adams.gui.tools.ImageProcessorPanel
Loads the specified file in a new panel.
load(File) - Method in class adams.gui.tools.ImageProcessorSubPanel
Opens the file.
load(File) - Method in class adams.gui.tools.SpreadSheetViewerPanel
Loads the specified file.
load(File) - Method in class adams.gui.tools.wekamultiexperimenter.io.AbstractExperimentIO
Loads an experiment.
load(File) - Method in class adams.gui.tools.wekamultiexperimenter.io.DefaultAdamsExperimentIO
Loads an experiment.
load(File) - Method in class adams.gui.tools.wekamultiexperimenter.io.DefaultWekaExperimentIO
Loads an experiment.
load(File) - Method in class adams.gui.tools.wekamultiexperimenter.io.RemoteWekaExperimentIO
Loads an experiment.
load(File) - Method in class adams.gui.tools.wekamultiexperimenter.MultiExperimenter
Loads the specified file in a new panel.
load(File) - Method in class adams.gui.visualization.image.ImageMultiPagePane
Loads the specified file in a new panel.
load(File) - Method in class adams.gui.visualization.image.ImagePanel
Opens the file with the specified image reader.
load(File) - Method in class adams.gui.visualization.image.ImageViewerPanel
Loads the specified file in a new panel.
load(File) - Method in class adams.gui.visualization.pdf.PDFViewerPanel
Loads the specified PDF file.
load(File) - Method in class weka.gui.explorer.MultiExplorer
Loads the specified file in a new panel.
load(File[]) - Method in class adams.gui.tools.wekamultiexperimenter.MultiExperimenter
Loads the specified files in new panels.
load(File[]) - Method in class weka.gui.explorer.MultiExplorer
Loads the specified files in new panels.
load(File, boolean) - Method in class adams.gui.scripting.AbstractScriptingDialog
Loads the specified file from disk, optionally shows an error dialog if an error is encountered.
load(File, double) - Method in class adams.gui.visualization.image.ImagePanel
Opens the file with the specified image reader.
load(File, ImageReader) - Method in class adams.gui.tools.ImageProcessorMultiPagePane
Opens the file with the specified image reader.
load(File, ImageReader) - Method in class adams.gui.tools.ImageProcessorPanel
Loads the specified file in a new panel.
load(File, ImageReader) - Method in class adams.gui.tools.ImageProcessorSubPanel
Opens the file with the specified image reader.
load(File, ImageReader) - Method in class adams.gui.visualization.image.ImageMultiPagePane
Loads the specified file in a new panel.
load(File, ImageReader) - Method in class adams.gui.visualization.image.ImagePanel
Opens the file with the specified image reader.
load(File, ImageReader) - Method in class adams.gui.visualization.image.ImageViewerPanel
Loads the specified file in a new panel.
load(File, ImageReader, double) - Method in class adams.gui.visualization.image.ImagePanel
Opens the file with the specified image reader.
load(Integer) - Method in interface adams.db.ReportProviderByDBID
Loads the report from the database.
load(String) - Static method in class adams.core.io.PDFBox
Loads the PDF file.
load(String) - Method in class adams.core.Properties
Loads the properties from the given file - not to be confused with read(String).
load(String) - Method in interface adams.db.DataProvider
Load a data container with given ID.
load(String) - Method in interface adams.db.ReportProviderByID
Loads the report from the database.
loadActorsTipText() - Method in class adams.flow.control.LoadBalancer
Returns the tip text for this property.
loadAdditionalReports(ObjectLocationsFromReport.CombinedPanel, File, Report) - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
Hook method for loading additional reports.
loadAll() - Method in class adams.gui.tools.AbstractManagementPanel
Loads all the objects.
loadAll() - Method in class adams.gui.tools.AbstractManagementPanelWithProperties
Loads all the objects.
loadAll() - Method in class adams.gui.tools.FileChooserBookmarksManagementPanel
Loads all the objects.
loadAnnotations(ImagePanel, File) - Method in class adams.gui.tools.previewbrowser.ImageClassificationHandler
Loads the report associated with the image.
loadAnnotations(ImagePanel, File) - Method in class adams.gui.tools.previewbrowser.ObjectAnnotationsHandler
Loads the report associated with the image.
loadAnnotations(File) - Method in class adams.gui.tools.previewbrowser.ObjectAnnotationsReportHandler
Loads the report associated with the image.
loadAutomatically(MessageCollection) - Method in class adams.flow.core.AbstractModelLoader
Loads the model automatically from file/callable actor/storage.
LoadBalancer - Class in adams.flow.control
Runs the specified 'load actor' in as many separate threads as specified with the 'num-threads' parameter.
Always uses a copy of the variables.
NB: no callable transformer or sink allowed.
LoadBalancer - Class in adams.scripting.connection
Balances the handling of commands among several connections.
LoadBalancer() - Constructor for class adams.flow.control.LoadBalancer
 
LoadBalancer() - Constructor for class adams.scripting.connection.LoadBalancer
 
loadBaseModel(String) - Method in class weka.classifiers.timeseries.BaselineAdjustedForecaster
Load serialized classifier
loadCategories(JSONArray) - Method in class adams.data.io.input.CocoAnnotationsReportReader
Turns the categories JSON array into a lookup table for category ID -> label.
loadClassifier() - Method in class weka.gui.explorer.ExplorerExt
Loads a classifier in the classify tab.
loadClusterer() - Method in class weka.gui.explorer.ExplorerExt
Loads a clusterer in the cluster tab.
loadContainer(File) - Method in class adams.gui.tools.previewbrowser.AnnotateImage
Reads the image and any associated report.
loadData() - Method in class adams.gui.visualization.spreadsheet.SpreadSheetExplorer
pops up file dialog for loading dataset from disk.
loadData(SpreadSheet, List<SpreadSheetRowContainer>) - Method in class adams.gui.visualization.spreadsheet.SpreadSheetExplorer
Loads the given data into the container manager.
loadData(File) - Method in class adams.gui.visualization.spreadsheet.SpreadSheetExplorer
pops up file dialog for loading dataset from disk.
loadData(Instances, List<InstanceContainer>) - Method in class adams.gui.visualization.instance.InstanceExplorer
Loads the given data into the container manager.
loadDataFromDatabase() - Method in class adams.gui.visualization.instance.InstanceExplorer
pops up SQL Viewer for SQL statement.
loadDataFromDatabase() - Method in class adams.gui.visualization.timeseries.TimeseriesExplorer
pops up dialog for SQL statement.
loadDataFromDisk() - Method in class adams.gui.visualization.instance.InstanceExplorer
pops up file dialog for loading dataset form disk.
loadDataFromDisk() - Method in class adams.gui.visualization.timeseries.TimeseriesExplorer
pops up file chooser dialog for timeseries readers.
loadDataFromDisk(File) - Method in class adams.gui.visualization.instance.InstanceExplorer
pops up file dialog for loading dataset form disk.
loadDataset() - Method in class adams.gui.visualization.instance.InstanceComparePanel.DatasetPanel
Loads the dataset, if possible.
loadDataset(int) - Method in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment
Loads the dataset.
LoadDatasetDialog - Class in adams.gui.visualization.instance
A dialog for loading datasets from disk.
LoadDatasetDialog(Dialog) - Constructor for class adams.gui.visualization.instance.LoadDatasetDialog
Creates a modal dialog.
LoadDatasetDialog(Dialog, String) - Constructor for class adams.gui.visualization.instance.LoadDatasetDialog
Creates a modal dialog.
LoadDatasetDialog(Frame) - Constructor for class adams.gui.visualization.instance.LoadDatasetDialog
Creates a modal dialog.
LoadDatasetDialog(Frame, String) - Constructor for class adams.gui.visualization.instance.LoadDatasetDialog
Creates a modal dialog.
LoadDialog(Dialog) - Constructor for class adams.gui.tools.DiffPanel.LoadDialog
Creates a modeless dialog without a title with the specified Dialog as its owner.
LoadDialog(Dialog, Dialog.ModalityType) - Constructor for class adams.gui.tools.DiffPanel.LoadDialog
Creates a dialog with the specified owner Dialog and modality.
LoadDialog(Dialog, String) - Constructor for class adams.gui.tools.DiffPanel.LoadDialog
Creates a modeless dialog with the specified title and with the specified owner dialog.
LoadDialog(Frame) - Constructor for class adams.gui.tools.DiffPanel.LoadDialog
Creates a modeless dialog without a title with the specified Frame as its owner.
LoadDialog(Frame, boolean) - Constructor for class adams.gui.tools.DiffPanel.LoadDialog
Creates a dialog with the specified owner Frame, modality and an empty title.
loadFile(boolean) - Method in class adams.gui.visualization.instance.LoadDatasetDialog
Loads the file and displays the IDs.
loadFile(boolean) - Method in class adams.gui.visualization.spreadsheet.LoadSpreadSheetDialog
Loads the file and displays the IDs.
loadFlow() - Method in class adams.gui.tools.ImageProcessorPanel
Allows the user to load a flow snippet.
loadFlow() - Method in class adams.gui.tools.spreadsheetprocessor.processors.FlowProcessor
Allows the user to load a flow snippet.
loadFromBinaryFile(File) - Static method in class adams.core.io.FileUtils
Loads the binary file.
loadFromBinaryFile(File, int) - Static method in class adams.core.io.FileUtils
Loads the specified maximum number of bytes from a binary file.
loadFromCallableActor(MessageCollection) - Method in class adams.flow.core.AbstractModelLoader
Loads the model from the callable actor.
loadFromDatabase() - Method in class weka.gui.explorer.ExplorerExt
Lets the user load data from a database.
loadFromDiskTipText() - Method in class adams.scripting.command.flow.GetFlow
Returns the tip text for this property.
loadFromFile(MessageCollection) - Method in class adams.flow.core.AbstractModelLoader
Loads the model from the specified file.
loadFromFile(File) - Static method in class adams.core.DiffUtils
Loads the file.
loadFromFile(File) - Static method in class adams.core.io.FileUtils
Returns the content of the given file, null in case of an error.
loadFromFile(File, String) - Static method in class adams.core.io.FileUtils
Returns the content of the given file, null in case of an error.
loadFromFile(File, String, boolean) - Static method in class adams.core.io.FileUtils
Returns the content of the given file, null in case of an error.
loadFromJson(CocoAnnotationsHandler.CombinedPanel, File) - Method in class adams.gui.tools.previewbrowser.CocoAnnotationsHandler
Loads the report associated with the image file.
loadFromResource(Properties, String) - Static method in class adams.core.Properties
Loads the properties with the given name as a classpath resource.
loadFromStorage(MessageCollection) - Method in class adams.flow.core.AbstractModelLoader
Loads the model from the storage item.
loadFromURL() - Method in class weka.gui.explorer.ExplorerExt
Lets the user load data from a URL.
loadHexFromBinaryFile(File) - Static method in class adams.core.io.FileUtils
Loads the binary file and returns the hexadecimal representation.
loadHexFromBinaryFile(File, int) - Static method in class adams.core.io.FileUtils
Loads the binary file and returns the hexadecimal representation.
loadImage() - Method in class adams.gui.chooser.ImagePreview
Loads the image.
loadImages(JSONArray) - Method in class adams.data.io.input.CocoAnnotationsReportReader
Turns the images JSON array into a lookup table for image ID -> Report.
loadingsCalculationsTipText() - Method in class weka.attributeSelection.AbstractPLSAttributeEval
Returns the tip text for this property
loadMetaDataTipText() - Method in class adams.flow.transformer.ImageFileReader
Returns the tip text for this property.
loadModel() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.ReevaluateModel
Attempts to load the model and (if available) the header.
loadModel() - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.ReevaluateModel
Attempts to load the model and (if available) the header.
loadPackageDirectory(File) - Method in class adams.core.management.WekaPackagesClassPathAugmenter
Processes a package directory.
loadParameters() - Method in class adams.gui.tools.wekainvestigator.tab.AbstractInvestigatorTab
Prompts the user to select a yaml file to load the parameters for this tab from.
loadProperties() - Method in class adams.gui.chooser.FileChooserBookmarksPanel.FileChooserBookmarksPropertiesHandler
Loads the properties.
loadProperties() - Method in class adams.gui.core.PropertiesParameterPanel
Loads properties from a file, prompts the user to select props file.
loadProperties() - Method in class adams.gui.wizard.AbstractWizardPage
Loads properties from a file, prompts the user to select props file.
loadProperties() - Method in class adams.gui.wizard.AbstractWizardPane
Loads properties from a file, prompts the user to select props file.
loadProperties() - Method in class adams.gui.wizard.WekaPropertySheetPanelPage
Loads properties from a file, prompts the user to select props file.
loadProps() - Method in class adams.gui.core.AbstractRecentItemsHandler
Loads the properties file from disk, if possible.
loadRaw(int) - Method in interface adams.db.FilteredDataProvider
Load a data container with given auto_id, without passing it through the global filter.
loadReferenceDataset() - Method in class weka.filters.unsupervised.instance.AlignDataset
Loads the reference dataset from disk or returns the manually supplied one.
loadReport() - Method in class adams.gui.visualization.image.ImagePanel
Loads a report from a file.
loadReport() - Method in class adams.gui.visualization.image.ImagePanel.PaintPanel
Loads a report from a file.
loadReport(DeepLabCutCSVHandler.CombinedPanel, File) - Method in class adams.gui.tools.previewbrowser.DeepLabCutCSVHandler
Loads the report associated with the image file.
loadReport(ObjectCentersFromReport.CombinedPanel, File) - Method in class adams.gui.tools.previewbrowser.ObjectCentersFromReport
Loads the report associated with the image file.
loadReport(ObjectLocationsFromReport.CombinedPanel, File) - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
Loads the report associated with the image file.
loadReport(ObjectLocationsFromSpreadSheet.CombinedPanel, File) - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
Loads the report associated with the image.
loadReport(PointsFromReportHandler.CombinedPanel, File) - Method in class adams.gui.tools.previewbrowser.PointsFromReportHandler
Loads the report associated with the image file.
loadReport(File) - Method in class adams.gui.tools.previewbrowser.AnnotateImage
Loads the report associated with the image file.
loadReport(File) - Method in class adams.gui.tools.previewbrowser.AnnotationsAndPredictionsFromReport
Loads the report associated with the image.
loadResults() - Method in class adams.gui.tools.wekamultiexperimenter.runner.AbstractAdamsExperimentRunner
Examines the supplied experiment to determine the results destination and attempts to load the results.
loadResults() - Method in class adams.gui.tools.wekamultiexperimenter.runner.AbstractWekaExperimentRunner
Examines the supplied experiment to determine the results destination and attempts to load the results.
loadScriptObject() - Method in class adams.data.boofcv.features.AbstractScriptedFeatureGenerator
Loads the scripts object and sets its options.
loadScriptObject() - Method in class adams.data.boofcv.features.Scripted
Loads the scripts object and sets its options.
loadScriptObject() - Method in class adams.data.boofcv.transformer.AbstractScriptedTransformer
Loads the scripts object and sets its options.
loadScriptObject() - Method in class adams.data.boofcv.transformer.Scripted
Loads the scripts object and sets its options.
loadScriptObject() - Method in class adams.data.conversion.AbstractScriptedConversion
Loads the scripts object and sets its options.
loadScriptObject() - Method in class adams.data.conversion.Groovy
Loads the scripts object and sets its options.
loadScriptObject() - Method in class adams.data.conversion.Scripted
Loads the scripts object and sets its options.
loadScriptObject() - Method in class adams.data.filter.AbstractScriptedFilter
Loads the scripts object and sets its options.
loadScriptObject() - Method in class adams.data.filter.Groovy
Loads the scripts object and sets its options.
loadScriptObject() - Method in class adams.data.filter.Scripted
Loads the scripts object and sets its options.
loadScriptObject() - Method in class adams.data.image.features.AbstractScriptedFeatureGenerator
Loads the scripts object and sets its options.
loadScriptObject() - Method in class adams.data.image.features.Scripted
Loads the scripts object and sets its options.
loadScriptObject() - Method in class adams.data.image.transformer.AbstractScriptedTransformer
Loads the scripts object and sets its options.
loadScriptObject() - Method in class adams.data.image.transformer.Scripted
Loads the scripts object and sets its options.
loadScriptObject() - Method in class adams.data.jai.transformer.AbstractScriptedTransformer
Loads the scripts object and sets its options.
loadScriptObject() - Method in class adams.data.jai.transformer.Scripted
Loads the scripts object and sets its options.
loadScriptObject() - Method in class adams.data.opencv.features.AbstractScriptedFeatureGenerator
Loads the scripts object and sets its options.
loadScriptObject() - Method in class adams.data.opencv.features.Scripted
Loads the scripts object and sets its options.
loadScriptObject() - Method in class adams.data.opencv.transformer.AbstractScriptedTransformer
Loads the scripts object and sets its options.
loadScriptObject() - Method in class adams.data.opencv.transformer.Scripted
Loads the scripts object and sets its options.
loadScriptObject() - Method in class adams.data.outlier.AbstractScriptedOutlierDetector
Loads the scripts object and sets its options.
loadScriptObject() - Method in class adams.data.outlier.Groovy
Loads the scripts object and sets its options.
loadScriptObject() - Method in class adams.data.outlier.Scripted
Loads the scripts object and sets its options.
loadScriptObject() - Method in class adams.data.report.AbstractScriptedReportFilter
Loads the scripts object and sets its options.
loadScriptObject() - Method in class adams.data.report.Groovy
Loads the scripts object and sets its options.
loadScriptObject() - Method in class adams.data.report.Scripted
Loads the scripts object and sets its options.
loadScriptObject() - Method in class adams.flow.condition.bool.AbstractScriptedCondition
Loads the scripts object and sets its options.
loadScriptObject() - Method in class adams.flow.condition.bool.Groovy
Loads the scripts object and sets its options.
loadScriptObject() - Method in class adams.flow.condition.bool.Scripted
Loads the scripts object and sets its options.
loadScriptObject() - Method in class adams.flow.core.AbstractGroovyActor
Loads the scripts object and sets its options.
loadScriptObject() - Method in class adams.flow.core.AbstractScriptedActor
Loads the scripts object and sets its options.
loadScriptObject() - Method in class adams.flow.core.AbstractScriptingHandlerActor
Loads the scripts object and sets its options.
loadScriptObject() - Method in class adams.flow.template.AbstractScriptedTemplate
Loads the scripts object and sets its options.
loadScriptObject() - Method in class adams.flow.template.Groovy
Loads the scripts object and sets its options.
loadScriptObject() - Method in class adams.flow.template.Scripted
Loads the scripts object and sets its options.
loadScriptObject() - Method in class adams.flow.transformer.pdfgenerate.AbstractScriptedPDFGenerator
Loads the scripts object and sets its options.
loadScriptObject() - Method in class adams.flow.transformer.pdfgenerate.Scripted
Loads the scripts object and sets its options.
loadScriptObject() - Method in class adams.tools.AbstractScriptedTool
Loads the scripts object and sets its options.
loadScriptObject() - Method in class adams.tools.Groovy
Loads the scripts object and sets its options.
loadScriptObject() - Method in class adams.tools.Scripted
Loads the scripts object and sets its options.
loadScriptObject(Class, PlaceholderFile, GroovyScript, String, Variables) - Method in class adams.core.scripting.Groovy
Loads the scripts object and sets its options.
loadScriptObject(Class, PlaceholderFile, String, Variables) - Method in class adams.core.scripting.AbstractScriptingHandler
Loads the scripts object and sets its options.
loadScriptObject(Class, PlaceholderFile, String, Variables) - Method in class adams.core.scripting.Dummy
Loads the scripts object and sets its options.
loadScriptObject(Class, PlaceholderFile, String, Variables) - Method in class adams.core.scripting.GroovyHandler
Loads the scripts object and sets its options.
loadSerializedState(String) - Method in class weka.classifiers.timeseries.BaselineAdjustedForecaster
Load serialized model state
loadSession() - Method in class adams.gui.tools.FindInFilesPanel
Loads the parameters from an existing session file.
loadSetup() - Method in class adams.core.SerializableObjectHelper
Attempts to load the setup.
loadSheet() - Method in class adams.parser.LookUpUpdate
Loads the spreadsheet from disk, if possible.
loadSheet() - Method in class adams.parser.SpreadSheetFormula
Loads the spreadsheet from disk, if possible.
loadSheet() - Method in class adams.parser.SpreadSheetQuery
Loads the spreadsheet from disk, if possible.
loadSparseMatrix(File) - Static method in class edu.umbc.cs.maple.utils.JamaUtils
 
LoadSpreadSheetDialog - Class in adams.gui.visualization.spreadsheet
A dialog for loading spreadsheets from disk.
LoadSpreadSheetDialog(Dialog) - Constructor for class adams.gui.visualization.spreadsheet.LoadSpreadSheetDialog
Creates a modal dialog.
LoadSpreadSheetDialog(Dialog, String) - Constructor for class adams.gui.visualization.spreadsheet.LoadSpreadSheetDialog
Creates a modal dialog.
LoadSpreadSheetDialog(Frame) - Constructor for class adams.gui.visualization.spreadsheet.LoadSpreadSheetDialog
Creates a modal dialog.
LoadSpreadSheetDialog(Frame, String) - Constructor for class adams.gui.visualization.spreadsheet.LoadSpreadSheetDialog
Creates a modal dialog.
loadTemplate() - Method in class adams.gui.tools.AbstractSequenceViewerPanel
Loads the currently selected template into the text area.
loadTemplate(String) - Method in class adams.gui.goe.AbstractAdvancedScriptEditorWithTemplates
Loads the template.
loadTemplate(String) - Method in class adams.gui.goe.AbstractSimpleScriptEditorWithTemplates
Loads the template.
loadTestSet() - Method in class weka.filters.unsupervised.instance.RemoveTestInstances
Loads the test set from disk or returns the manually supplied one.
loadUnsafe(File) - Method in class adams.gui.flow.FlowEditorPanel
Attempts to load the file.
loadUnsafe(File) - Method in class adams.gui.flow.FlowRunnerPanel
Attempts to load the file.
loadURLs(Properties, String) - Static method in class adams.core.Properties
Loads the properties from URLs associated with the path.
loadValue() - Method in class adams.gui.tools.AbstractManagementPanel
Loads the Object from the table and displays it in the GUI.
LOCAL_TO_REMOTE - adams.core.io.fileoperations.RemoteDirection
local to remote.
LocalBinaryPatterns - Class in adams.data.lire.features
Generates features using net.semanticmetadata.lire.imageanalysis.features.global.LocalBinaryPatterns.
For more information on the LIRE project, see:
http://www.lire-project.net/

LocalBinaryPatterns() - Constructor for class adams.data.lire.features.LocalBinaryPatterns
 
LocalBinaryPatternsAndOpponent - Class in adams.data.lire.features
Generates features using net.semanticmetadata.lire.imageanalysis.features.global.joint.LocalBinaryPatternsAndOpponent.
For more information, see:
Mathias Lux, Savvas A.
LocalBinaryPatternsAndOpponent() - Constructor for class adams.data.lire.features.LocalBinaryPatternsAndOpponent
 
LocalDirectoryLister - Class in adams.core.io.lister
Lists files/dirs in a directory.
LocalDirectoryLister() - Constructor for class adams.core.io.lister.LocalDirectoryLister
Initializes the object.
LocalDirectorySearch - Class in adams.flow.source.filesystemsearch
Searches only for directories.
LocalDirectorySearch() - Constructor for class adams.flow.source.filesystemsearch.LocalDirectorySearch
 
LocalDirectorySearchWithComparator - Class in adams.flow.source.filesystemsearch
Searches only for directories, but uses the comparator for sorting the directories.
LocalDirectorySearchWithComparator() - Constructor for class adams.flow.source.filesystemsearch.LocalDirectorySearchWithComparator
 
LocalDirectorySearchWithCustomSort - Class in adams.flow.source.filesystemsearch
Searches only for directories, but uses a regular expression to reassemble the name and perform the sorting.
LocalDirectorySearchWithCustomSort() - Constructor for class adams.flow.source.filesystemsearch.LocalDirectorySearchWithCustomSort
 
LocalDirectorySearchWithCustomSort.SortContainer - Class in adams.flow.source.filesystemsearch
Custom container for sorting the filenames.
LocalDirectorySearchWithTimestampConstraints - Class in adams.flow.source.filesystemsearch
Searches only for directories.
Allows to further restrict the search using a timestamp window ('last modified') that the directories must satisfy.
LocalDirectorySearchWithTimestampConstraints() - Constructor for class adams.flow.source.filesystemsearch.LocalDirectorySearchWithTimestampConstraints
 
LOCALE - adams.flow.transformer.SpreadSheetInfo.InfoType
the locale (eg en_NZ).
LOCALE - Static variable in class adams.core.management.LocaleHelper
the locale to use.
LOCALE_DEFAULT - Static variable in class adams.core.management.LocaleHelper
the constant for the system's default locale.
LOCALE_EN_US - Static variable in class adams.core.management.LocaleHelper
the constant for the en_US locale.
LocaleDefinition - Class in adams.env
Definition for the Locale props file.
LocaleDefinition() - Constructor for class adams.env.LocaleDefinition
 
LocaleEditor - Class in adams.gui.goe
A PropertyEditor that displays locales.
LocaleEditor() - Constructor for class adams.gui.goe.LocaleEditor
 
LocaleHelper - Class in adams.core.management
Helper class for locale setup (see ISO 639).
LocaleHelper - Class in adams.gui.application
Initializes the locale settings.
LocaleHelper() - Constructor for class adams.gui.application.LocaleHelper
 
LocaleParsing - Class in adams.core.option.parsing
For parsing Locale objects.
LocaleParsing() - Constructor for class adams.core.option.parsing.LocaleParsing
 
LocaleSettingsPanel - Class in adams.gui.application
Panel for configuring the locale settings.
LocaleSettingsPanel() - Constructor for class adams.gui.application.LocaleSettingsPanel
 
LocaleSupporter - Interface in adams.core.management
Interface for classes that support a user-specified Locale.
localeTipText() - Method in interface adams.core.management.OptionHandlingLocaleSupporter
Returns the tip text for this property.
localeTipText() - Method in class adams.data.conversion.DoubleToString
Returns the tip text for this property.
localeTipText() - Method in class adams.data.conversion.LowerCase
Returns the tip text for this property.
localeTipText() - Method in class adams.data.conversion.StringToDouble
Returns the tip text for this property.
localeTipText() - Method in class adams.data.conversion.UpperCase
Returns the tip text for this property.
localeTipText() - Method in class adams.data.io.input.AutoWidthTabularSpreadSheetReader
Returns the tip text for this property.
localeTipText() - Method in class adams.data.io.input.CsvSpreadSheetReader
Returns the tip text for this property.
localeTipText() - Method in class adams.data.io.input.FixedTabularSpreadSheetReader
Returns the tip text for this property.
localeTipText() - Method in class adams.data.io.input.SimpleCsvSpreadSheetReader
Returns the tip text for this property.
localeTipText() - Method in class adams.data.io.output.AbstractFormattedSpreadSheetWriter
Returns the tip text for this property.
localeTipText() - Method in class adams.data.io.output.AbstractMultiSheetFormattedSpreadSheetWriter
Returns the tip text for this property.
LocalFileObject - Class in adams.core.io
Wraps a local file and avoids costly API calls by caching values.
LocalFileObject(File) - Constructor for class adams.core.io.LocalFileObject
Initializes the wrapper.
LocalFileOperations - Class in adams.core.io.fileoperations
Local file operations.
LocalFileOperations() - Constructor for class adams.core.io.fileoperations.LocalFileOperations
 
LocalFileSearch - Class in adams.flow.source.filesystemsearch
Searches only for files.
LocalFileSearch() - Constructor for class adams.flow.source.filesystemsearch.LocalFileSearch
 
LocalFileSearchWithComparator - Class in adams.flow.source.filesystemsearch
Searches only for files, but uses the comparator for sorting the files.
LocalFileSearchWithComparator() - Constructor for class adams.flow.source.filesystemsearch.LocalFileSearchWithComparator
 
LocalFileSearchWithCustomSort - Class in adams.flow.source.filesystemsearch
Searches only for files, but uses a regular expression to reassemble the name and perform the sorting.
LocalFileSearchWithCustomSort() - Constructor for class adams.flow.source.filesystemsearch.LocalFileSearchWithCustomSort
 
LocalFileSearchWithTimestampConstraints - Class in adams.flow.source.filesystemsearch
Searches only for files.
Allows to further restrict the search using a timestamp window ('last modified') that the files must satisfy.
LocalFileSearchWithTimestampConstraints() - Constructor for class adams.flow.source.filesystemsearch.LocalFileSearchWithTimestampConstraints
 
LocalFilesListCellRenderer(PreviewBrowserPanel) - Constructor for class adams.gui.tools.PreviewBrowserPanel.LocalFilesListCellRenderer
Initializes the renderer.
localFileTipText() - Method in class adams.multiprocess.ScpJobRunner
Returns the tip text for this property.
localFileTipText() - Method in class adams.scripting.command.basic.RetrieveFile
Returns the tip text for this property.
localHostTipText() - Method in class adams.console.Logging
Returns the tip text for this property.
localHostTipText() - Method in class adams.multiprocess.ScpJobRunner
Returns the tip text for this property.
LocalJobRunner<T extends Job> - Class in adams.multiprocess
Executes the jobs on the local machine.
LocalJobRunner() - Constructor for class adams.multiprocess.LocalJobRunner
 
localMaxRadiusTipText() - Method in class adams.flow.transformer.BoofCVDetectLines
Returns the tip text for this property.
LocalMedianFilter - Class in adams.data.image.transformer
TODO: what class does.
LocalMedianFilter() - Constructor for class adams.data.image.transformer.LocalMedianFilter
 
localPortTipText() - Method in class adams.scripting.connection.AbstractSSHConnectionWithPortForwarding
Returns the tip text for this property.
LocalScopeHandler - Interface in adams.flow.control
Interface for actor handlers that provide a local scope for their sub-actors.
LocalScopeHandlerTransfer - Class in adams.core.optiontransfer
Transfers options between LocalScopeHandler objects.
LocalScopeHandlerTransfer() - Constructor for class adams.core.optiontransfer.LocalScopeHandlerTransfer
 
LocalScopeTransformer - Class in adams.flow.control
Provides a local scope for the sub-actors.
It is possible to 'propagate' or 'leak' variables and storage items from within the local scope back to the output scope.
LocalScopeTransformer() - Constructor for class adams.flow.control.LocalScopeTransformer
Default constructor.
LocalScopeTransformer(String) - Constructor for class adams.flow.control.LocalScopeTransformer
Initializes with the specified name.
LocalScopeTrigger - Class in adams.flow.control
Executes the sub-actors whenever a token gets passed through, just like the adams.flow.control.Trigger actor, but also provides its own scope for variables and internal storage.
It is possible to 'propagate' or 'leak' variables and storage items from within the local scope back to the output scope.
LocalScopeTrigger() - Constructor for class adams.flow.control.LocalScopeTrigger
Default constructor.
LocalScopeTrigger(String) - Constructor for class adams.flow.control.LocalScopeTrigger
Initializes with the specified name.
localTipText() - Method in class weka.classifiers.meta.SocketFacade
Returns the tip text for this property.
locate(Actor) - Static method in class adams.flow.standalone.JobRunnerInstance
Tries to locate a JobRunnerInstance actor.
locate(ActorPath, Actor) - Static method in class adams.flow.core.ActorUtils
Tries to locate the actor specified by the path parts.
locate(ActorPath, Actor, boolean, boolean) - Static method in class adams.flow.core.ActorUtils
Tries to locate the actor specified by the path parts.
locate(Actor, boolean) - Static method in class adams.flow.standalone.JobRunnerInstance
Tries to locate a JobRunnerInstance actor.
locate(Node, ActorPath) - Method in class adams.gui.flow.tree.Tree
Tries to locate the node specified by the path parts.
locate(MouseEvent) - Method in class adams.gui.visualization.core.plot.AbstractHitDetector
Detects hits and returns them without processing them.
locate(MouseEvent) - Method in interface adams.gui.visualization.core.plot.HitDetector
Detects hits and returns them without processing them.
locate(BufferedImage) - Method in class adams.flow.transformer.locateobjects.AbstractObjectLocator
Locates the objects in the image.
locate(String) - Method in class adams.core.StaticClassLister
Locates the resource and returns the URLs.
locate(String) - Method in class adams.gui.flow.tree.Tree
Locates the node in the tree based on the specified path.
locate(String, Actor) - Static method in class adams.flow.core.ActorUtils
Locates the actor in the actor tree based on the specified path.
locate(String, Actor, boolean, boolean) - Static method in class adams.flow.core.ActorUtils
Locates the actor in the actor tree based on the specified path.
locateActors(Actor, boolean) - Static method in class adams.flow.core.TLSHelper
Locates the following actors KeyManager (=0), TrustManager (=1), SSLContext (=2)
locateAndDisplay(String) - Method in class adams.gui.flow.tree.Tree
Locates and selects the node in the tree based on the specified path.
locateAndDisplay(String, boolean) - Method in class adams.gui.flow.tree.Tree
Locates and selects the node in the tree based on the specified path.
locateAnnotation(File) - Method in class adams.gui.tools.previewbrowser.ImageSegmentationAnnotationsHandler
Locates the annotation PNG file.
locateAnnotation(File) - Method in class adams.gui.tools.previewbrowser.SimpleImageSegmentationAnnotationsHandler
Locates the annotation PNG file.
LocatedObject - Class in adams.flow.transformer.locateobjects
Container for located objects.
LocatedObject - Class in adams.gui.visualization.debug.inspectionhandler
Provides further insight into LocatedObject instances.
LocatedObject() - Constructor for class adams.gui.visualization.debug.inspectionhandler.LocatedObject
 
LocatedObject(int, int, int, int) - Constructor for class adams.flow.transformer.locateobjects.LocatedObject
Initializes the container.
LocatedObject(BufferedImage, int, int, int, int) - Constructor for class adams.flow.transformer.locateobjects.LocatedObject
Initializes the container.
LocatedObject(BufferedImage, int, int, int, int, Map<String, Object>) - Constructor for class adams.flow.transformer.locateobjects.LocatedObject
Initializes the container.
LocatedObject(BufferedImage, Polygon) - Constructor for class adams.flow.transformer.locateobjects.LocatedObject
Initializes the container.
LocatedObject(BufferedImage, Polygon, Map<String, Object>) - Constructor for class adams.flow.transformer.locateobjects.LocatedObject
Initializes the container.
LocatedObject(BufferedImage, Rectangle) - Constructor for class adams.flow.transformer.locateobjects.LocatedObject
Initializes the container.
LocatedObject(BufferedImage, Rectangle, Map<String, Object>) - Constructor for class adams.flow.transformer.locateobjects.LocatedObject
Initializes the container.
LocatedObject(Polygon) - Constructor for class adams.flow.transformer.locateobjects.LocatedObject
Initializes the container.
LocatedObject(Rectangle) - Constructor for class adams.flow.transformer.locateobjects.LocatedObject
Initializes the container.
LocatedObjectFilter - Interface in adams.flow.transformer.locateobjects
Interface for filters that either accept or reject a located object.
LocatedObjects - Class in adams.flow.transformer.locateobjects
Container for located objects.
LocatedObjects() - Constructor for class adams.flow.transformer.locateobjects.LocatedObjects
Initializes the list.
LocatedObjects(LocatedObject) - Constructor for class adams.flow.transformer.locateobjects.LocatedObjects
Initializes the list.
LocatedObjects(LocatedObject[]) - Constructor for class adams.flow.transformer.locateobjects.LocatedObjects
Initializes the list.
LocatedObjects(LocatedObjects) - Constructor for class adams.flow.transformer.locateobjects.LocatedObjects
Initializes the list.
LocatedObjects(List<LocatedObject>) - Constructor for class adams.flow.transformer.locateobjects.LocatedObjects
Initializes the list.
LocatedObjectsPanel() - Constructor for class adams.gui.visualization.image.AbstractObjectOverlayFromReport.LocatedObjectsPanel
 
LocatedObjectsPanel() - Constructor for class adams.gui.visualization.image.ObjectAnnotations.LocatedObjectsPanel
 
LocatedObjectsTableModel - Class in adams.gui.visualization.image
Table model for located objects.
LocatedObjectsTableModel(LocatedObjectsTableModel.MetaDataDisplay) - Constructor for class adams.gui.visualization.image.LocatedObjectsTableModel
Initializes the table model.
LocatedObjectsTableModel(LocatedObjectsTableModel.MetaDataDisplay, LocatedObjects) - Constructor for class adams.gui.visualization.image.LocatedObjectsTableModel
Initializes the table model.
LocatedObjectsTableModel.MetaDataDisplay - Enum in adams.gui.visualization.image
How to display the meta-data.
LocatedObjectsToReport - Class in adams.data.conversion
Converts the array of LocatedObject instances to a report.
LocatedObjectsToReport() - Constructor for class adams.data.conversion.LocatedObjectsToReport
 
LocatedObjectToRectangle - Class in adams.data.conversion
Converts a adams.flow.transformer.locateobjects.LocatedObject to a rectangle.
LocatedObjectToRectangle() - Constructor for class adams.data.conversion.LocatedObjectToRectangle
 
LocatedPointsPanel() - Constructor for class adams.gui.visualization.image.AbstractPointOverlayFromReport.LocatedPointsPanel
 
locateFlows() - Method in class adams.flow.core.ActorUsage
Locates all the flows.
locateJsonFiles(CocoAnnotationsHandler.CombinedPanel, File) - Method in class adams.gui.tools.previewbrowser.CocoAnnotationsHandler
Locates all JSON files in relation to the file.
locateMethod(String) - Method in class adams.gui.visualization.weka.AbstractInstanceInfoFrame
Locates the method with the specified name (method is expected to take no parameters).
locateObjects(boolean, AbstractObjectLocator) - Method in class adams.gui.tools.ImageProcessorSubPanel
Uses the specified object locator.
LocateObjects - Class in adams.flow.transformer
Locates objects in an image and forwards an image per located object, cropped around the object.
LocateObjects - Class in adams.gui.visualization.image.plugins
Allows the user to locate objects in the image(s).
LocateObjects() - Constructor for class adams.flow.transformer.LocateObjects
 
LocateObjects() - Constructor for class adams.gui.visualization.image.plugins.LocateObjects
 
locatePNG(PlaceholderFile) - Method in class adams.data.io.input.AbstractPNGAnnotationImageSegmentationReader
Locates the PNG annotation file.
locateRows(int, Classifier, Instances) - Method in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment
Returns the rows for the classifier/dataset combination.
LOCATION - adams.core.TechnicalInformation.Field
A location associated with the entry, such as the city in which a conference took place.
locationsTipText() - Method in class adams.flow.transformer.ArrayHistogramRanges
Returns the tip text for this property.
locationsTipText() - Method in class adams.flow.transformer.ArrayStatistic
Returns the tip text for this property.
locationsTipText() - Method in class adams.flow.transformer.SpreadSheetHistogramRanges
Returns the tip text for this property.
locationsTipText() - Method in class adams.flow.transformer.SpreadSheetStatistic
Returns the tip text for this property.
locationsTipText() - Method in class adams.flow.transformer.WekaInstancesHistogramRanges
Returns the tip text for this property.
locationsTipText() - Method in class adams.flow.transformer.WekaInstancesStatistic
Returns the tip text for this property.
locationTipText() - Method in class adams.flow.control.Injector
Returns the tip text for this property.
locatorTipText() - Method in class adams.flow.transformer.locateobjects.AbstractMetaObjectLocator
Returns the tip text for this property.
locatorTipText() - Method in class adams.flow.transformer.LocateObjects
Returns the tip text for this property.
loClassifierTipText() - Method in class weka.classifiers.meta.HighLowSplit
 
log() - Method in class adams.gui.plugin.AbstractToolPlugin
Logs the successful action to the log.
log(CommandResult) - Method in class adams.core.command.AbstractExternalCommand
For logging the result of a command.
log(LogEntry, Actor) - Method in class adams.flow.control.StorageQueueHandler
Logs the log entry with the specified actor.
log(Object, ScriptingCommand, boolean) - Method in class adams.gui.scripting.ScriptingLogger
Logs the given command.
log(Object, ScriptingCommand, boolean, String) - Method in class adams.gui.scripting.ScriptingLogger
Logs the given command.
log(String) - Method in class adams.gui.core.MaximizationFixWindowListener
Logs the message to stdout.
log(String) - Method in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment
Displays the message.
log(String) - Method in class adams.gui.visualization.image.ImagePanel
Appends the message to the log.
log(String[]) - Method in class adams.core.command.AbstractExternalCommand
Logs the command for execution.
log(String, Throwable) - Method in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment
Displays the error.
log(List<String>) - Method in class adams.core.command.AbstractExternalCommand
Logs the command for execution.
log(Level, String) - Method in class adams.core.logging.Logger
Logs the message with the specified level.
log(Level, String) - Method in class adams.gui.goe.GenericObjectEditor.GOEPanel
For logging messages.
log(Level, String) - Method in class adams.gui.goe.GenericObjectEditor
For logging messages.
log(Level, String, Object) - Method in class adams.core.logging.Logger
Logs the message with the specified level.
log(Level, String, Object[]) - Method in class adams.core.logging.Logger
Logs the message with the specified level.
log(Level, String, Throwable) - Method in class adams.core.logging.Logger
Logs the message with the specified level.
log(Level, String, Throwable) - Method in class adams.gui.goe.GenericObjectEditor.GOEPanel
For logging messages.
log(Level, String, Throwable) - Method in class adams.gui.goe.GenericObjectEditor
For logging messages.
log(LogRecord) - Method in class adams.core.logging.Logger
Logs the given record.
Log - Class in adams.core.command.stderr
Outputs the data received from the command's stderr via its logger instance.
Log - Class in adams.core.command.stdout
Outputs the data received from the command's stdout via its logger instance.
Log() - Constructor for class adams.core.command.stderr.Log
 
Log() - Constructor for class adams.core.command.stdout.Log
 
LOG - adams.gui.visualization.core.axis.Type
displaying ln values.
LOG - Static variable in interface adams.parser.basedate.sym
 
LOG - Static variable in interface adams.parser.basedatetime.sym
 
LOG - Static variable in interface adams.parser.basedatetimemsec.sym
 
LOG - Static variable in interface adams.parser.basetime.sym
 
LOG - Static variable in interface adams.parser.basetimemsec.sym
 
LOG - Static variable in interface adams.parser.booleanexpression.sym
 
LOG - Static variable in interface adams.parser.lookupupdate.sym
 
LOG - Static variable in interface adams.parser.mathematicalexpression.sym
 
LOG - Static variable in interface adams.parser.spreadsheetformula.sym
 
LOG - Static variable in interface adams.parser.stringexpression.sym
 
LOG_FILE - Static variable in class adams.gui.scripting.AbstractScriptingEngine
the property for the scripting log file.
LOG10 - Static variable in interface adams.parser.booleanexpression.sym
 
LOG10 - Static variable in interface adams.parser.lookupupdate.sym
 
LOG10 - Static variable in interface adams.parser.mathematicalexpression.sym
 
LOG10 - Static variable in interface adams.parser.stringexpression.sym
 
log2(double) - Static method in class edu.umbc.cs.maple.utils.MathUtils
Computes the log-base-2 of a number.
log2(int) - Static method in class adams.core.Utils
Calculates the log2 of the specified integer.
logAdd(ImagePanel, int, int, int, int, int[], int[]) - Method in class adams.gui.visualization.image.selection.SelectObjects
Logs the adding of an object.
logAndShowMessage(String) - Method in class adams.gui.tools.wekainvestigator.InvestigatorPanel
Logs the error message and shows it in the status bar.
LogAxisModel - Class in adams.gui.visualization.core.axis
An axis model for displaying ln values.
LogAxisModel() - Constructor for class adams.gui.visualization.core.axis.LogAxisModel
 
logChromosomes() - Method in class adams.opt.genetic.AbstractGeneticAlgorithm
Outputs the chromosomes (bits and fitness).
LogClassRegressor - Class in weka.classifiers.meta
Takes log of the class attribute in the data.
LogClassRegressor() - Constructor for class weka.classifiers.meta.LogClassRegressor
 
logDensity(Instance, double) - Method in class weka.classifiers.functions.GaussianProcessesNoWeights
Returns natural logarithm of density estimate for given value based on given instance.
LogDumper - Class in adams.flow.sink
Actor that stores LogEntry objects in a file (CSV format).
LogDumper() - Constructor for class adams.flow.sink.LogDumper
 
LogEntry - Class in adams.db
A simple log entry container that can be stored and retrieve in a database.
LogEntry() - Constructor for class adams.db.LogEntry
Initializes the entry.
LogEntryConditions - Class in adams.db
Conditions for retrieving log entries.
LogEntryConditions() - Constructor for class adams.db.LogEntryConditions
 
LogEntryDatabaseViewer - Class in adams.gui.menu
A viewer for log entries stored in the database (generated in the flow).
LogEntryDatabaseViewer() - Constructor for class adams.gui.menu.LogEntryDatabaseViewer
Initializes the menu item with no owner.
LogEntryDatabaseViewer(AbstractApplicationFrame) - Constructor for class adams.gui.menu.LogEntryDatabaseViewer
Initializes the menu item.
LogEntryDatabaseViewerPanel - Class in adams.gui.tools
For viewing LogEntry records stored in the database.
LogEntryDatabaseViewerPanel() - Constructor for class adams.gui.tools.LogEntryDatabaseViewerPanel
 
LogEntryDBViewerPanelDefinition - Class in adams.env
Definition for the LogEntryDBViewerPanel props file.
LogEntryDBViewerPanelDefinition() - Constructor for class adams.env.LogEntryDBViewerPanelDefinition
 
LogEntryDefinition - Class in adams.env
Definition for the LogEntry props file.
LogEntryDefinition() - Constructor for class adams.env.LogEntryDefinition
 
LogEntryHandler - Interface in adams.db
Interface for classes that store LogEntry records.
LogEntryProcessor - Class in adams.flow.standalone.logevent
Turns the log record into a simple string.
LogEntryProcessor() - Constructor for class adams.flow.standalone.logevent.LogEntryProcessor
 
LogEntryViewerPanel - Class in adams.gui.tools
Panel for displaying LogEntry records.
LogEntryViewerPanel() - Constructor for class adams.gui.tools.LogEntryViewerPanel
 
LogEntryViewerPanelDefinition - Class in adams.env
Definition for the LogEntryViewerPanel props file.
LogEntryViewerPanelDefinition() - Constructor for class adams.env.LogEntryViewerPanelDefinition
 
LogEntryViewerTableModel - Class in adams.gui.tools
The table model for displaying LogEntry objects.
LogEntryViewerTableModel() - Constructor for class adams.gui.tools.LogEntryViewerTableModel
Initializes the model with no data.
LogEntryViewerTableModel(Vector<LogEntry>) - Constructor for class adams.gui.tools.LogEntryViewerTableModel
Initializes the model with the specified data.
LogEntryWriter - Class in adams.core.io
Helper class for writing log entries to a file (in CSV format).
LogEntryWriter() - Constructor for class adams.core.io.LogEntryWriter
 
logError(String) - Method in class adams.core.option.AbstractOptionConsumer
Adds the specified error message to the internal error log.
logError(String) - Method in class adams.terminal.application.AbstractTerminalApplication
Logs the error.
logError(String, Object) - Method in class adams.flow.control.StorageQueueHandler
Creates a log entry and sends it to the logging actor.
logError(String, String) - Method in class adams.gui.tools.remotecontrolcenter.RemoteControlCenterPanel
Logs the error message and also displays an error dialog.
logError(String, String) - Method in class adams.gui.tools.wekainvestigator.datatable.action.AbstractEditableDataTableAction
Logs the error message and also displays an error dialog.
logError(String, String) - Method in class adams.gui.tools.wekainvestigator.InvestigatorPanel
Logs the error message and also displays an error dialog.
logError(String, String) - Method in class adams.gui.tools.wekainvestigator.source.AbstractSource
Logs the error message and also displays an error dialog.
logError(String, String) - Method in class adams.gui.tools.wekainvestigator.tab.AbstractInvestigatorTab
Logs the error message and also displays an error dialog.
logError(String, String) - Method in class adams.gui.tools.wekainvestigator.tab.AssociateTab
Logs the error message and also displays an error dialog.
logError(String, String) - Method in class adams.gui.tools.wekainvestigator.tab.AttributeSelectionTab
Logs the error message and also displays an error dialog.
logError(String, String) - Method in class adams.gui.tools.wekainvestigator.tab.ClassifyTab
Logs the error message and also displays an error dialog.
logError(String, String) - Method in class adams.gui.tools.wekainvestigator.tab.ClusterTab
Logs the error message and also displays an error dialog.
logError(String, String) - Method in class adams.gui.tools.wekainvestigator.tab.ExperimentTab
Logs the error message and also displays an error dialog.
logError(String, String) - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.attributeselaction.AbstractSelectedAttributesAction
Logs the error message and also displays an error dialog.
logError(String, String) - Method in class adams.gui.tools.wekamultiexperimenter.AbstractExperimenterPanel
Logs the error message and also displays an error dialog.
logError(String, String) - Method in class adams.gui.tools.wekamultiexperimenter.ExperimenterPanel
Logs the error message and also displays an error dialog.
logError(String, String) - Method in class adams.gui.tools.wekamultiexperimenter.runner.AbstractExperimentRunner
Logs the error message and also displays an error dialog.
logError(String, String) - Method in class adams.gui.tools.wekamultiexperimenter.setup.AbstractSetupOptionPanel
Logs the error message and also displays an error dialog.
logError(String, String) - Method in class adams.gui.workspace.AbstractWorkspacePanel
Logs the error message and also displays an error dialog.
logError(String, Throwable) - Method in class adams.gui.tools.wekainvestigator.output.AbstractResultItem
Logs the exception.
logError(String, Throwable) - Method in class adams.terminal.application.AbstractTerminalApplication
Logs the error.
logError(String, Throwable, String) - Method in class adams.gui.tools.wekainvestigator.datatable.action.AbstractEditableDataTableAction
Logs the exception and also displays an error dialog.
logError(String, Throwable, String) - Method in class adams.gui.tools.wekainvestigator.source.AbstractSource
Logs the exception and also displays an error dialog.
logError(String, Throwable, String) - Method in class adams.gui.tools.wekainvestigator.tab.AbstractInvestigatorTab
Logs the exception and also displays an error dialog.
logError(String, Throwable, String) - Method in class adams.gui.tools.wekainvestigator.tab.AssociateTab
Logs the exception and also displays an error dialog.
logError(String, Throwable, String) - Method in class adams.gui.tools.wekainvestigator.tab.AttributeSelectionTab
Logs the exception and also displays an error dialog.
logError(String, Throwable, String) - Method in class adams.gui.tools.wekainvestigator.tab.ClassifyTab
Logs the exception and also displays an error dialog.
logError(String, Throwable, String) - Method in class adams.gui.tools.wekainvestigator.tab.ClusterTab
Logs the exception and also displays an error dialog.
logError(String, Throwable, String) - Method in class adams.gui.tools.wekainvestigator.tab.ExperimentTab
Logs the exception and also displays an error dialog.
logError(String, Throwable, String) - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.attributeselaction.AbstractSelectedAttributesAction
Logs the exception and also displays an error dialog.
logError(String, Throwable, String) - Method in class adams.gui.tools.wekamultiexperimenter.ExperimenterPanel
Logs the error message and also displays an error dialog.
logError(String, Throwable, String) - Method in class adams.gui.workspace.AbstractWorkspacePanel
Logs the exception and also displays an error dialog.
logError(Throwable, String) - Method in class adams.gui.tools.wekamultiexperimenter.runner.AbstractExperimentRunner
Logs the exception and also displays an error dialog.
logError(Throwable, String) - Method in class adams.gui.workspace.AbstractWorkspacePanel
Logs the exception and also displays an error dialog.
logErrorsTipText() - Method in class adams.flow.control.Flow
Returns the tip text for this property.
LogEvent - Class in adams.flow.standalone
Listens to the global log record handler and processes records that passed the specified filter(s).
This allows, for instance, the output of log messages into a log file.
By default, log records are only processed if the sub-actors are not currently being executed.
LogEvent() - Constructor for class adams.flow.standalone.LogEvent
 
logEventOccurred(AbstractLogHandler, LogRecord) - Method in interface adams.core.logging.LoggingListener
Gets called in case of a log event.
logEventOccurred(AbstractLogHandler, LogRecord) - Method in class adams.flow.standalone.LogEvent
Gets called in case of a log event.
logExpired(File, AbstractDataContainerFileChecker.FileInfo, Date) - Method in class adams.flow.control.AbstractDataContainerFileChecker
Logs the expired file.
LogF - Class in adams.db
Facade for logging backends.
LogF(AbstractDatabaseConnection) - Constructor for class adams.db.LogF
Constructor.
LogFile - Class in adams.flow.sink.sendnotification
Outputs the message to a log file.
LogFile() - Constructor for class adams.flow.sink.sendnotification.LogFile
 
logFileFormatTipText() - Method in class adams.flow.source.RSync
 
logFileTipText() - Method in class adams.flow.execution.ExecutionCounter
Returns the tip text for this property.
logFileTipText() - Method in class adams.flow.execution.ExecutionLog
Returns the tip text for this property.
logFileTipText() - Method in class adams.flow.source.RSync
 
logFileTipText() - Method in class adams.flow.standalone.ConsoleWindow
Returns the tip text for this property.
logFormatTipText() - Method in class adams.flow.sink.simplelogging.format.TimestampedFormat
Returns the tip text for this property.
Logger - Class in adams.core.logging
Simple logger class.
Logger - Class in adams.flow.sink
Actor that stores LogEntry objects in the Log table.
Logger() - Constructor for class adams.flow.sink.Logger
 
Logger(String) - Constructor for class adams.core.logging.Logger
Initializes the logger with the specified name.
LOGGER - Static variable in class adams.core.io.Bzip2Utils
for logging errors.
LOGGER - Static variable in class adams.core.io.filesearch.AbstractFileSearchHandler
for logging in static context.
LOGGER - Static variable in class adams.core.io.GzipUtils
for logging errors.
LOGGER - Static variable in class adams.core.io.LzfUtils
for logging errors.
LOGGER - Static variable in class adams.core.io.LzmaUtils
for logging errors.
LOGGER - Static variable in class adams.core.io.RarUtils
for logging errors.
LOGGER - Static variable in class adams.core.io.TarUtils
for logging errors.
LOGGER - Static variable in class adams.core.io.XzUtils
for logging errors.
LOGGER - Static variable in class adams.core.io.ZipUtils
for logging errors.
LOGGER - Static variable in class adams.core.io.ZstdUtils
for logging errors.
LOGGER - Static variable in class adams.core.management.FileBrowser
 
LOGGER - Static variable in class adams.core.ObjectCopyHelper
for logging.
LOGGER - Static variable in class adams.core.option.help.AbstractHelpGenerator
for logging in static context.
LOGGER - Static variable in class adams.core.option.OptionUtils
the logger to use.
LOGGER - Static variable in class adams.db.MetaDataUtils
for logging.
LOGGER - Static variable in class adams.db.SQLUtils
the static logger.
LOGGER - Static variable in class adams.gui.core.JTableHelper
for logging.
LOGGER - Static variable in class adams.gui.flow.tree.actorswap.AbstractActorSwapSuggestion
the logger for static methods.
LOGGER - Static variable in class adams.gui.flow.tree.enclose.AbstractEncloseActor
the logger for static methods.
LOGGER - Static variable in class adams.gui.goe.AbstractEditorRegistration
the static logger.
LOGGER - Static variable in class adams.gui.goe.GenericArrayEditor
for logging.
LOGGER - Static variable in class adams.gui.goe.GenericObjectEditor
for logging.
loggerLevelTipText() - Method in class adams.flow.sink.JavaLogging
Returns the tip text for this property.
loggerNameTipText() - Method in class adams.flow.sink.JavaLogging
Returns the tip text for this property.
Logging - Class in adams.console
Allows to capture the logging of an ADAMS instance.
Logging() - Constructor for class adams.console.Logging
 
Logging.RemoteListenerRunnableWithLog - Class in adams.console
Runnable that outputs the log records to stdout.
LoggingHandler - Class in adams.scripting.requesthandler
Outputs request using the logger.
LoggingHandler - Class in adams.scripting.responsehandler
Outputs the responses using the logger.
LoggingHandler() - Constructor for class adams.scripting.requesthandler.LoggingHandler
 
LoggingHandler() - Constructor for class adams.scripting.responsehandler.LoggingHandler
 
LoggingHelper - Class in adams.core.logging
Helper class for logging related stuff.
LoggingHelper() - Constructor for class adams.core.logging.LoggingHelper
 
loggingHostTipText() - Method in class adams.scripting.command.basic.StartRemoteLogging
Returns the tip text for this property.
loggingHostTipText() - Method in class adams.scripting.command.basic.StopRemoteLogging
Returns the tip text for this property.
LoggingLevel - Enum in adams.core.logging
Enumeration of logging levels.
LoggingLevelHandler - Interface in adams.core.logging
Interface for classes that support setting their LoggingLevel.
LoggingLevelHandlerTransfer - Class in adams.core.optiontransfer
Transfers options between LoggingLevelHandler objects.
LoggingLevelHandlerTransfer() - Constructor for class adams.core.optiontransfer.LoggingLevelHandlerTransfer
 
loggingLevelTipText() - Method in class adams.core.option.AbstractOptionHandler
Returns the tip text for this property.
loggingLevelTipText() - Method in class adams.core.option.AbstractOptionProducer
Returns the tip text for this property.
loggingLevelTipText() - Method in interface adams.core.option.OptionProducer
Returns the tip text for this property.
loggingLevelTipText() - Method in class adams.db.AbstractDatabaseConnection
Returns the tip text for this property.
loggingLevelTipText() - Method in class adams.gui.application.AbstractApplicationFrame
Returns the tip text for this property.
LoggingListener - Interface in adams.core.logging
For classes that listen to log events.
loggingListeners() - Method in class adams.core.logging.AbstractLogHandler
Returns an iterator over all current logging listeners.
LoggingObject - Class in adams.core.logging
A basic object with logging support.
LoggingObject() - Constructor for class adams.core.logging.LoggingObject
Initializes the object.
LoggingObjectOutputPrinter - Class in adams.core.management
Default printer for processes.
LoggingObjectOutputPrinter(boolean, Process) - Constructor for class adams.core.management.LoggingObjectOutputPrinter
Initializes the printer.
LoggingObjectOwner - Interface in adams.core.management
For classes that use a LoggingObject as owner.
loggingPrefixFormatTipText() - Method in class adams.core.command.stderr.Log
Returns the tip text for this property.
loggingPrefixFormatTipText() - Method in class adams.core.command.stdout.Log
Returns the tip text for this property.
LoggingResponseHandler(RemoteLoggingTab) - Constructor for class adams.gui.tools.remotecontrolcenter.panels.RemoteLoggingTab.LoggingResponseHandler
Initializes the handler.
LoggingSupporter - Interface in adams.core.logging
Interface for classes that support logging.
LogIntf - Interface in adams.db
Interface for tables for storing log messages.
Logistic - Class in adams.gui.visualization.stats.paintlet
paints the transformed logistic distribution

Valid options are:

Logistic() - Constructor for class adams.gui.visualization.stats.paintlet.Logistic
 
LOGISTIC_REGRESSION - weka.classifiers.trees.XGBoost.Objective
 
LOGISTIC_REGRESSION_FOR_BINARY_CLASSIFICATION - weka.classifiers.trees.XGBoost.Objective
 
LOGIT_RAW_REGRESSION_FOR_BINARY_CLASSIFICATION - weka.classifiers.trees.XGBoost.Objective
 
logLabelClick(boolean, LocatedObject, String) - Method in class adams.flow.transformer.ImageAnnotator.AnnotatorPanel
Logs the addition/removal of a label.
LOGLEVEL_SUFFIX - Static variable in class adams.core.logging.LoggingHelper
the environment variable suffix of the log level to look for.
Loglogistic - Class in adams.gui.visualization.stats.paintlet
paints the transformed loglogistic distribution

Valid options are:

Loglogistic() - Constructor for class adams.gui.visualization.stats.paintlet.Loglogistic
 
LogManager - Class in adams.core.logging
Simple LogManager that avoids the memory leak that the LogManager has by not keeping any references to any Logger objects.
LogManager() - Constructor for class adams.core.logging.LogManager
Initializes the log manager.
logMessage(String) - Method in class adams.flow.sink.simplelogging.output.AbstractSimpleOutput
Logs the (formatted) logging message.
logMessage(String) - Method in interface adams.flow.sink.simplelogging.output.SimpleOutput
Logs the (formatted) logging message.
logMessage(String) - Method in class adams.gui.tools.remotecontrolcenter.RemoteControlCenterPanel
Logs the message.
logMessage(String) - Method in class adams.gui.tools.wekainvestigator.datatable.action.AbstractEditableDataTableAction
Logs the message.
logMessage(String) - Method in class adams.gui.tools.wekainvestigator.InvestigatorPanel
Logs the message.
logMessage(String) - Method in class adams.gui.tools.wekainvestigator.output.AbstractResultItem
Logs the message.
logMessage(String) - Method in class adams.gui.tools.wekainvestigator.source.AbstractSource
Logs the message.
logMessage(String) - Method in class adams.gui.tools.wekainvestigator.tab.AbstractInvestigatorTab
Logs the message.
logMessage(String) - Method in class adams.gui.tools.wekainvestigator.tab.AssociateTab
Logs the message.
logMessage(String) - Method in class adams.gui.tools.wekainvestigator.tab.AttributeSelectionTab
Logs the message.
logMessage(String) - Method in class adams.gui.tools.wekainvestigator.tab.ClassifyTab
Logs the message.
logMessage(String) - Method in class adams.gui.tools.wekainvestigator.tab.ClusterTab
Logs the message.
logMessage(String) - Method in class adams.gui.tools.wekainvestigator.tab.ExperimentTab
Logs the message.
logMessage(String) - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.attributeselaction.AbstractSelectedAttributesAction
Logs the message.
logMessage(String) - Method in class adams.gui.tools.wekamultiexperimenter.AbstractExperimenterPanel
Logs the message.
logMessage(String) - Method in class adams.gui.tools.wekamultiexperimenter.ExperimenterPanel
Logs the message.
logMessage(String) - Method in class adams.gui.tools.wekamultiexperimenter.runner.AbstractExperimentRunner
Logs the message.
logMessage(String) - Method in class adams.gui.tools.wekamultiexperimenter.setup.AbstractSetupOptionPanel
Logs the message.
logMessage(String) - Method in class adams.gui.workspace.AbstractWorkspacePanel
Logs the message.
logMessage(String) - Method in class adams.terminal.application.AbstractTerminalApplication
Logs the message.
logMessage(Throwable) - Method in class adams.gui.tools.wekamultiexperimenter.runner.AbstractExperimentRunner
Logs the exception with no dialog.
logMessage(Throwable) - Method in class adams.gui.workspace.AbstractWorkspacePanel
Logs the exception with no dialog.
logMonitor(String, Object) - Method in class adams.flow.control.StorageQueueHandler
Creates a log entry and sends it to the monitoring actor.
logMouseButtonClick(MouseEvent) - Method in class adams.gui.visualization.image.ImagePanel.PaintPanel
Logs a mouse click.
logMouseButtonClick(MouseEvent) - Method in class adams.gui.visualization.object.CanvasPanel
Logs a mouse click.
logMouseButtonPressed(MouseEvent) - Method in class adams.gui.visualization.image.ImagePanel.PaintPanel
Logs a mouse button pressed.
logMouseButtonPressed(MouseEvent) - Method in class adams.gui.visualization.object.CanvasPanel
Logs a mouse button pressed.
logMouseButtonReleased(MouseEvent) - Method in class adams.gui.visualization.image.ImagePanel.PaintPanel
Logs a mouse button released.
logMouseButtonReleased(MouseEvent) - Method in class adams.gui.visualization.object.CanvasPanel
Logs a mouse button released.
logMouseWheel(MouseWheelEvent, double, double) - Method in class adams.gui.visualization.image.ImagePanel.PaintPanel
Logs a mouse click.
logMouseWheel(MouseWheelEvent, double, double) - Method in class adams.gui.visualization.object.CanvasPanel
Logs a mouse wheel event (zoom).
Lognormal - Class in adams.gui.visualization.stats.paintlet
paints the transformed lognormal distribution

Valid options are:

Lognormal() - Constructor for class adams.gui.visualization.stats.paintlet.Lognormal
 
LogNormal - Class in adams.data.distribution
LogNormal distribution.
LogNormal() - Constructor for class adams.data.distribution.LogNormal
 
logObjectRemoval(LocatedObject) - Method in class adams.flow.transformer.ImageAnnotator.AnnotatorPanel
Logs the removal of an object.
LogPanel - Class in adams.gui.tools.wekamultiexperimenter
The log panel.
LogPanel - Interface in adams.gui.core
Common interface for log panels.
LogPanel() - Constructor for class adams.gui.tools.wekamultiexperimenter.LogPanel
 
logRemove(ImagePanel, int, int, int, int, List<Map<String, Object>>) - Method in class adams.gui.visualization.image.selection.SelectObjects
Logs the removal of the of objects.
logScale(double) - Method in class adams.gui.visualization.image.ImagePanel.PaintPanel
Logs a scale change from the menu.
logScale(double) - Method in class adams.gui.visualization.object.CanvasPanel
Logs a scale change from the menu.
logSourceTipText() - Method in class adams.flow.control.Rejector
Returns the tip text for this property.
logSourceTipText() - Method in class adams.flow.transformer.MakeLogEntry
Returns the tip text for this property.
LogT - Class in adams.db.generic
Table for storing log messages.
LogT - Class in adams.db.mirrored
Allows mirroring to another database.
LogT - Class in adams.db.mysql
MySQL implementation.
LogT - Class in adams.db.postgresql
PostgreSQL implementation.
LogT - Class in adams.db.sqlite
SQLite implementation.
LogT(AbstractDatabaseConnection) - Constructor for class adams.db.generic.LogT
The constructor.
LogT(AbstractDatabaseConnection) - Constructor for class adams.db.mysql.LogT
The constructor.
LogT(AbstractDatabaseConnection) - Constructor for class adams.db.postgresql.LogT
The constructor.
LogT(AbstractDatabaseConnection) - Constructor for class adams.db.sqlite.LogT
The constructor.
LogT(AbstractDatabaseConnection, LogIntf) - Constructor for class adams.db.mirrored.LogT
Initializes the mirroring.
LogTab - Class in adams.gui.tools.wekainvestigator.tab
Just displays the log messages.
LogTab() - Constructor for class adams.gui.tools.wekainvestigator.tab.LogTab
 
LogTargetRegressor - Class in weka.classifiers.meta
Takes logs of all numeric attributes in the data.
LogTargetRegressor() - Constructor for class weka.classifiers.meta.LogTargetRegressor
 
logTipText() - Method in class adams.flow.control.AbstractDataContainerFileChecker
Returns the tip text for this property.
logTipText() - Method in class adams.flow.control.errorpostprocessor.OutOfMemory
Returns the tip text for this property.
logTipText() - Method in class adams.flow.standalone.QueueInit
Returns the tip text for this property.
LogTransform - Class in weka.filters.unsupervised.attribute
Transforms all numeric attributes in the specified range using a log-transform.
The class attribute is omitted.
If a value less or equal to zero is encountered, a missing value is output.
LogTransform() - Constructor for class weka.filters.unsupervised.attribute.LogTransform
 
logTypeTipText() - Method in class adams.flow.transformer.MakeLogEntry
Returns the tip text for this property.
LogViewer - Class in adams.flow.sink
Actor that displays LogEntry objects, but doesn't store them in the database.
LogViewer() - Constructor for class adams.flow.sink.LogViewer
 
logWarning(String) - Method in class adams.core.option.AbstractOptionConsumer
Adds the specified warning message to the internal warning log.
loHipointTipText() - Method in class weka.classifiers.meta.HighLowSplit
 
loHipointTipText() - Method in class weka.classifiers.meta.HighLowSplitSingleClassifier
 
LONG - adams.core.PropertiesDataType
 
LONG - adams.core.tags.TagDataType
 
LONG - adams.data.conversion.ByteArrayToPrimitiveArray.PrimitiveType
 
LONG - adams.data.matlab.ArrayElementType
 
LONG - adams.data.spreadsheet.Cell.ContentType
integer.
LONG - adams.flow.transformer.IncStorageValue.IncrementType
long increment.
LONG - adams.flow.transformer.IncVariable.IncrementType
long increment.
LONG - adams.gui.core.NumberTextField.Type
 
LONG - adams.gui.core.PropertiesParameterPanel.PropertyType
long.
LongEditor - Class in adams.gui.goe
A custom editor for Longs.
LongEditor() - Constructor for class adams.gui.goe.LongEditor
Initializes the editor.
LongOption - Class in adams.core.option
Handles options with Long arguments.
LongOption(OptionManager, String, String, Object, boolean, UserMode) - Constructor for class adams.core.option.LongOption
Initializes the option.
LongOption(OptionManager, String, String, Object, boolean, Long, Long, UserMode) - Constructor for class adams.core.option.LongOption
Initializes the option.
LongOption(OptionManager, String, String, Object, UserMode) - Constructor for class adams.core.option.LongOption
Initializes the option.
LongOption(OptionManager, String, String, Object, Long, Long, UserMode) - Constructor for class adams.core.option.LongOption
Initializes the option.
LongToDouble - Class in adams.data.conversion
Turns a Long into a Double.
LongToDouble() - Constructor for class adams.data.conversion.LongToDouble
 
LongToInt - Class in adams.data.conversion
Turns a Long into an Integer.
LongToInt() - Constructor for class adams.data.conversion.LongToInt
 
longToIntBits(long) - Static method in class adams.core.IEEE754
Convert long to int bitwise.
LongToString - Class in adams.data.conversion
Turns a Long into a String.
Can be optionally formatted using a byte format string.
LongToString() - Constructor for class adams.data.conversion.LongToString
 
longValue() - Method in class adams.core.base.BaseLong
Returns the long value.
LookUp - Class in adams.flow.source
Forwards the value associated with the given key, using the specified lookup table from internal storage.
LookUp - Class in adams.flow.transformer
Forwards the value associated with the key that the actor gets as input, using the specified lookup table from internal storage.
LookUp() - Constructor for class adams.flow.source.LookUp
 
LookUp() - Constructor for class adams.flow.transformer.LookUp
 
LookUpAdd - Class in adams.flow.transformer
Adds key-value pairs to the specified lookup table.
The input can either an array or a spreadsheet.
If the input is an array, it must have length 2, with the first element the key and the second one the value.
LookUpAdd() - Constructor for class adams.flow.transformer.LookUpAdd
 
LookUpHelper - Class in adams.data.spreadsheet
Helper class for LookUp related stuff.
LookUpHelper() - Constructor for class adams.data.spreadsheet.LookUpHelper
 
LookUpInit - Class in adams.flow.standalone
Initializes an empty look up table in storage.

See also:
adams.flow.transformer.LookUpAdd

LookUpInit - Class in adams.flow.transformer
Creates a lookup table from a spreadsheet, using one column as key and another one as value.
LookUpInit() - Constructor for class adams.flow.standalone.LookUpInit
 
LookUpInit() - Constructor for class adams.flow.transformer.LookUpInit
 
LookUpRemove - Class in adams.flow.transformer
Removes a key/value pair from the specified lookup table.
LookUpRemove() - Constructor for class adams.flow.transformer.LookUpRemove
 
lookUpsTipText() - Method in class adams.data.groupextraction.SpreadSheetCellWithLookUp
Returns the tip text for this property.
LookUpTable - Class in adams.flow.source
Outputs the specified lookup table as spreadsheet, containing to columns: Key with the keys and Value with the associated values.
LookUpTable() - Constructor for class adams.flow.source.LookUpTable
 
LookUpUpdate - Class in adams.flow.transformer
Updates the lookup table (in form of a spreadsheet) that passes through using the specified rules.
The rules can contain variables.

The rules use the following grammar:

expr_list ::= expr_list expr_part | expr_part

expr_part ::= conditional | assignment

conditional ::= if expr then assignments end
| if expr then assignments else assignments end

assignments ::= assignments assignment | assignment
assignment ::=
VARIABLE := expr;
| all ( "regexp" ) := expr;

expr ::= ( expr )
| NUMBER
| STRING
| BOOLEAN
| VARIABLE

| true
| false

| -expr

| expr < expr
| expr <= expr
| expr > expr
| expr >= expr
| expr = expr
| expr != expr

| not expr
| expr and expr
| expr or expr

| expr + expr
| expr - expr
| expr * expr
| expr / expr
| expr % expr
| expr ^ expr

| 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 )

Notes:
- Variables are either all alphanumeric and -/_ (e.g., "ABc_1-2") or any character
apart from "'" enclosed by "'" and "'" (e.g., "'Hello World'").
- The 'all' method applies the value to all the values in the lookup table
that match the regular expression.
- Variables starting with '_' are considered local and don't get transferred back out.


Input/output:
- accepts:
   adams.data.spreadsheet.SpreadSheet
- generates:
   adams.data.spreadsheet.SpreadSheet


LookUpUpdate - Class in adams.parser
Evaluates lookup update rules updating the spreadsheet.

The following grammar is used:

expr_list ::= expr_list expr_part | expr_part

expr_part ::= conditional | assignment

conditional ::= if expr then assignments end
| if expr then assignments else assignments end

assignments ::= assignments assignment | assignment
assignment ::=
VARIABLE := expr;
| all ( "regexp" ) := expr;

expr ::= ( expr )
| NUMBER
| STRING
| BOOLEAN
| VARIABLE

| true
| false

| -expr

| expr < expr
| expr <= expr
| expr > expr
| expr >= expr
| expr = expr
| expr != expr

| not expr
| expr and expr
| expr or 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 )
| 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)
| 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 )

| expr + expr
| expr - expr
| expr * expr
| expr / expr
| expr % expr
| expr ^ expr

| 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 )
| has ( variable )

Notes:
- Variables are either all alphanumeric and -/_ (e.g., "ABc_1-2"), any character
apart from "]" enclosed by "[" and "]" (e.g., "[Hello World]") or
enclosed by single quotes (e.g., "'Hello World'").
- The 'all' method applies the value to all the values in the lookup table
that match the regular expression.
- Positions are 1-based.
- 'str' uses java.text.DecimalFormat when supplying a format string
- Variables starting with '_' (inside the [] or '') are considered local and don't get transferred back out.
- The 'has' function checks whether a variable/symbol is present.


LookUpUpdate() - Constructor for class adams.flow.transformer.LookUpUpdate
 
LookUpUpdate() - Constructor for class adams.parser.LookUpUpdate
 
LookUpUpdateEditorPanel - Class in adams.gui.core
Text editor pane with syntax highlighting for lookup updates.
LookUpUpdateEditorPanel() - Constructor for class adams.gui.core.LookUpUpdateEditorPanel
 
LookUpUpdateText - Class in adams.parser
Wrapper for a String object to be editable in the GOE.
LookUpUpdateText() - Constructor for class adams.parser.LookUpUpdateText
Initializes the string with length 0.
LookUpUpdateText(String) - Constructor for class adams.parser.LookUpUpdateText
Initializes the object with the string to parse.
loopLowerTipText() - Method in class adams.flow.source.AbstractForLoop
Returns the tip text for this property.
loopLowerTipText() - Method in class adams.flow.source.newlist.ForLoop
Returns the tip text for this property.
loopMenuTipText() - Method in class adams.flow.template.SimpleMenu
Returns the tip text for this property.
loopStepTipText() - Method in class adams.flow.source.AbstractForLoop
Returns the tip text for this property.
loopStepTipText() - Method in class adams.flow.source.newlist.ForLoop
Returns the tip text for this property.
loopUpperTipText() - Method in class adams.flow.source.AbstractForLoop
Returns the tip text for this property.
loopUpperTipText() - Method in class adams.flow.source.newlist.ForLoop
Returns the tip text for this property.
loopVariableTipText() - Method in class adams.flow.template.SimpleMenu
Returns the tip text for this property.
LOSSGUIDE - weka.classifiers.trees.XGBoost.GrowPolicy
 
LOWER_CASE - adams.core.base.BaseList.Conversion
lower case.
LOWER_CASE - adams.core.password.DictionaryBasedGenerator.Variation
 
LOWER_CASE - adams.data.spreadsheet.ColumnNameConversion
lower case.
LowerCase - Class in adams.data.conversion
Turns a String into a lowercase String.
LowerCase() - Constructor for class adams.data.conversion.LowerCase
 
LOWERCASE - Static variable in interface adams.parser.booleanexpression.sym
 
LOWERCASE - Static variable in interface adams.parser.lookupupdate.sym
 
LOWERCASE - Static variable in interface adams.parser.mathematicalexpression.sym
 
LOWERCASE - Static variable in interface adams.parser.spreadsheetformula.sym
 
LOWERCASE - Static variable in interface adams.parser.stringexpression.sym
 
LowerStatistic - Enum in adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated
Enumeration of lower bound statistics to compute.
lowerTipText() - Method in class adams.data.spreadsheet.filter.Normalize
Returns the tip text for this property.
lowerTipText() - Method in class adams.data.statistics.ArrayNormalizeRange
Returns the tip text for this property.
lowerTipText() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.Predictions
Returns the tip text for this property.
lowerTipText() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.SamplePlot
Returns the tip text for this property.
Lowess - Class in adams.gui.visualization.stats.scatterplot
Display a lowess curve as an overlay.
Lowess() - Constructor for class adams.gui.visualization.stats.scatterplot.Lowess
 
LOWESS - Class in adams.data.utils
A helper class for LOWESS.
LOWESS - Class in adams.flow.control.plotprocessor
A processor that applies LOWESS smoothing.

For more information see:

WikiPedia.
LOWESS() - Constructor for class adams.data.utils.LOWESS
 
LOWESS() - Constructor for class adams.flow.control.plotprocessor.LOWESS
 
LOWESSOverlayPaintlet - Class in adams.gui.visualization.sequence
Overlay that applies LOWESS smoothing over all the data points in the plot(s).

For more information see:
WikiPedia.
LOWESSOverlayPaintlet() - Constructor for class adams.gui.visualization.sequence.LOWESSOverlayPaintlet
 
LowessPaintlet - Class in adams.gui.visualization.stats.paintlet
Paintlet for drawing the lowess overlay.
LowessPaintlet() - Constructor for class adams.gui.visualization.stats.paintlet.LowessPaintlet
 
LOWEST - Static variable in enum adams.core.option.UserMode
 
lowThresholdTipText() - Method in class adams.data.boofcv.transformer.CannyEdgeDetection
Returns the tip text for this property.
LPAREN - Static variable in interface adams.parser.actorsuggestion.sym
 
LPAREN - Static variable in interface adams.parser.basedate.sym
 
LPAREN - Static variable in interface adams.parser.basedatetime.sym
 
LPAREN - Static variable in interface adams.parser.basedatetimemsec.sym
 
LPAREN - Static variable in interface adams.parser.basetime.sym
 
LPAREN - Static variable in interface adams.parser.basetimemsec.sym
 
LPAREN - Static variable in interface adams.parser.booleanexpression.sym
 
LPAREN - Static variable in interface adams.parser.externalactorsuggestion.sym
 
LPAREN - Static variable in interface adams.parser.lookupupdate.sym
 
LPAREN - Static variable in interface adams.parser.mathematicalexpression.sym
 
LPAREN - Static variable in interface adams.parser.spreadsheetformula.sym
 
LPAREN - Static variable in interface adams.parser.spreadsheetquery.sym
 
LPAREN - Static variable in interface adams.parser.stringexpression.sym
 
LPAREN - Static variable in interface adams.parser.templatesuggestion.sym
 
LRUCache<K,​V> - Class in adams.core
An LRU cache, based on LinkedHashMap.
This cache has a fixed maximum number of elements (cacheSize).
LRUCache(int) - Constructor for class adams.core.LRUCache
Creates a new LRU cache.
LRUCache.LRUCacheLinkedHashMap - Class in adams.core
The class that does the actual caching.
LRUCacheLinkedHashMap(int, float) - Constructor for class adams.core.LRUCache.LRUCacheLinkedHashMap
the constructor.
LT - Static variable in interface adams.parser.booleanexpression.sym
 
LT - Static variable in interface adams.parser.lookupupdate.sym
 
LT - Static variable in interface adams.parser.mathematicalexpression.sym
 
LT - Static variable in interface adams.parser.spreadsheetformula.sym
 
LT - Static variable in interface adams.parser.spreadsheetquery.sym
 
LT - Static variable in interface adams.parser.stringexpression.sym
 
LUMINANCE - adams.data.image.XScreenMaskHelper.Color
 
LUMINANCE_PERCEIVED1 - adams.data.image.features.Pixels.PixelType
luminance perceived 1.
LUMINANCE_PERCEIVED2 - adams.data.image.features.Pixels.PixelType
luminance perceived 2.
LUMINANCE_STANDARD - adams.data.image.features.Pixels.PixelType
luminance standard.
LuminanceLayout - Class in adams.data.lire.features
Generates features using net.semanticmetadata.lire.imageanalysis.features.global.LuminanceLayout.
Intended for grayscale or B/W images.
LuminanceLayout() - Constructor for class adams.data.lire.features.LuminanceLayout
 
luminanceTipText() - Method in class adams.data.image.transformer.Grayscale
Returns the tip text for this property.
LWLContainer() - Constructor for class weka.classifiers.lazy.LWLDatasetBuilder.LWLContainer
 
LWLDatasetBuilder - Class in weka.classifiers.lazy
Class for building LWL-style weighted datasets.
LWLDatasetBuilder() - Constructor for class weka.classifiers.lazy.LWLDatasetBuilder
 
LWLDatasetBuilder.LWLContainer - Class in weka.classifiers.lazy
the container with the weighted dataset, distances, indices.
LWLIntervalEstimator - Class in weka.classifiers.lazy
Locally weighted learning.
LWLIntervalEstimator() - Constructor for class weka.classifiers.lazy.LWLIntervalEstimator
 
LWLSynchro - Class in weka.classifiers.lazy
Locally weighted learning.
LWLSynchro() - Constructor for class weka.classifiers.lazy.LWLSynchro
Initializes the classifier.
LWLSynchroPrefilter - Class in weka.classifiers.lazy
Locally weighted learning.
LWLSynchroPrefilter() - Constructor for class weka.classifiers.lazy.LWLSynchroPrefilter
Initializes the classifier.
Lzf - Class in adams.flow.transformer
Creates a LZF archive from a single file.
Lzf() - Constructor for class adams.flow.transformer.Lzf
 
LzfFileSearchHandler - Class in adams.core.io.filesearch
Searches lzf-compressed (text) files.
LzfFileSearchHandler() - Constructor for class adams.core.io.filesearch.LzfFileSearchHandler
 
LzfTextFileReader - Class in adams.data.io.input
Reads content from LZF compressed text files.
LzfTextFileReader() - Constructor for class adams.data.io.input.LzfTextFileReader
 
LzfUtils - Class in adams.core.io
Helper class for LZF related operations.
LzfUtils() - Constructor for class adams.core.io.LzfUtils
 
Lzma - Class in adams.flow.transformer
Creates a LZMA (7zip) archive from a single file.
Lzma() - Constructor for class adams.flow.transformer.Lzma
 
LzmaFileSearchHandler - Class in adams.core.io.filesearch
Searches lzma-compressed (text) files.
LzmaFileSearchHandler() - Constructor for class adams.core.io.filesearch.LzmaFileSearchHandler
 
LzmaTextFileReader - Class in adams.data.io.input
Reads content from LZMA compressed text files.
LzmaTextFileReader() - Constructor for class adams.data.io.input.LzmaTextFileReader
 
LzmaUtils - Class in adams.core.io
Helper class for lzma related operations.
LzmaUtils() - Constructor for class adams.core.io.LzmaUtils
 

M

m_A - Variable in class adams.data.distribution.Triangular
the a parameter.
m_Aborted - Variable in class adams.gui.tools.wekamultiexperimenter.runner.AbstractExperimentRunner
whether the user cancelled the experiment.
m_Absolute - Variable in class adams.flow.source.FilenameGenerator
whether to output absolute or placeholder filenames.
m_Absolute - Variable in class adams.flow.transformer.FilenameGenerator
whether to output absolute or placeholder filenames.
m_Absolute - Variable in class weka.filters.unsupervised.attribute.CorrelationMatrix
whether to return the absolute correlations.
m_AbsoluteDirectoryName - Variable in class adams.flow.source.SelectDirectory
whether to use absolute file/dir names.
m_AbsoluteFileNames - Variable in class adams.flow.source.SelectFile
whether to use absolute file/dir names.
m_AbsolutePath - Variable in class adams.data.conversion.FileToString
whether to output an absolute path.
m_AbsoluteValue - Variable in class adams.data.statistics.ArrayDifference
whether to return the absolute value.
m_AcceptableChars - Variable in class adams.flow.transformer.StringSanitizer
the characters that are allowed.
m_AcceptAllFileFilter - Variable in class adams.flow.source.valuedefinition.FileValueDefinition
whether to allow the "All files" filter.
m_Accepted - Variable in class adams.flow.control.Inspect
whether the token was accepted.
m_Accepted - Variable in class adams.flow.control.RemoveOutliers
whether the data was accepted.
m_Accepted - Variable in class adams.flow.transformer.CompareObjectLocations
whether the dialog got accepted.
m_Accepted - Variable in class adams.flow.transformer.ImageAnnotator
whether the dialog got accepted.
m_Accepted - Variable in class adams.flow.transformer.ImageLabeler
whether the dialog got accepted.
m_Accepted - Variable in class adams.flow.transformer.ImageObjectAnnotator
whether the dialog got accepted.
m_Accepted - Variable in class adams.flow.transformer.ImageSegmentationAnnotator
whether the dialog got accepted.
m_Accepted - Variable in class adams.flow.transformer.SelectArraySubset
whether the data was accepted.
m_Accepted - Variable in class adams.flow.transformer.SpreadSheetCellSelector
whether the token was accepted.
m_Accepted - Variable in class adams.flow.transformer.SpreadSheetSelectSubset
whether the data was accepted.
m_AcceptedCache - Static variable in class adams.gui.sendto.SendToActionUtils
the cache for sendto actions (accepted class - available actions).
m_AcceptListener - Variable in class adams.gui.visualization.instance.LoadDatasetDialog
the listener waiting for the user to accept the input.
m_AcceptListener - Variable in class adams.gui.visualization.spreadsheet.LoadSpreadSheetDialog
the listener waiting for the user to accept the input.
m_Accepts - Variable in class adams.gui.goe.classtree.ActorClassTreeFilter
the classes that the actor must accept, null if not relevant.
m_AccumulatdError - Variable in class adams.flow.transformer.WekaAccumulatedError
the accumulated error so far.
m_Act - Variable in class adams.flow.sink.FourInOneDisplay
the 0-based index of the actual attribute.
m_Act - Variable in class adams.gui.visualization.stats.fourinone.FourInOne
Index for setting the position of the actual attribute
m_ActInd - Variable in class adams.gui.visualization.stats.fourinone.FourInOne
Position of the actual attribute
m_Action - Variable in class adams.data.conversion.Round
the action to perform.
m_Action - Variable in class adams.flow.transformer.Round
the action to perform.
m_Action - Variable in class adams.gui.core.DelayedActionRunnable
the action to execute.
m_Action - Variable in class adams.gui.flow.menu.AbstractFlowEditorMenuItem
the underlying action.
m_ActionActiveClearGraphicalOutput - Variable in class adams.gui.flow.FlowEditorPanel
the "Clear graphical output" action.
m_ActionActiveDebug - Variable in class adams.gui.flow.FlowEditorPanel
the "run (debug)" action.
m_ActionActiveDisplayErrors - Variable in class adams.gui.flow.FlowEditorPanel
the "display errors" action.
m_ActionActiveGC - Variable in class adams.gui.flow.FlowEditorPanel
the "gc" action.
m_ActionActiveHeadless - Variable in class adams.gui.flow.FlowEditorPanel
the "headless" action.
m_ActionActiveKill - Variable in class adams.gui.flow.FlowEditorPanel
the "kill" action.
m_ActionActivePauseAndResume - Variable in class adams.gui.flow.FlowEditorPanel
the "pause" action.
m_ActionActiveRun - Variable in class adams.gui.flow.FlowEditorPanel
the "run" action.
m_ActionActiveStop - Variable in class adams.gui.flow.FlowEditorPanel
the "stop" action.
m_ActionActiveStorage - Variable in class adams.gui.flow.FlowEditorPanel
the "storage" action.
m_ActionActiveValidateSetup - Variable in class adams.gui.flow.FlowEditorPanel
the "check setup" action.
m_ActionActiveVariables - Variable in class adams.gui.flow.FlowEditorPanel
the "variables" action.
m_ActionClose - Variable in class adams.gui.flow.FlowRunnerPanel
the "close" action.
m_ActionDataChart - Variable in class adams.gui.tools.SpreadSheetViewerPanel
the "Chart" menu item.
m_ActionDataComputeDifference - Variable in class adams.gui.tools.SpreadSheetViewerPanel
the "compute difference" menu item.
m_ActionDataConvert - Variable in class adams.gui.tools.SpreadSheetViewerPanel
the "Convert" menu item.
m_ActionDataFilterColumns - Variable in class adams.gui.tools.SpreadSheetViewerPanel
the "filter columns" menu item.
m_ActionDataFilterRows - Variable in class adams.gui.tools.SpreadSheetViewerPanel
the "filter rows" menu item.
m_ActionDataSort - Variable in class adams.gui.tools.SpreadSheetViewerPanel
the "Sort" menu item.
m_ActionDataTransform - Variable in class adams.gui.tools.SpreadSheetViewerPanel
the "Transform" menu item.
m_ActionDuplicateTab - Variable in class adams.gui.flow.FlowEditorPanel
the "duplicate tab" action.
m_ActionDuplicateTabInNewWindow - Variable in class adams.gui.flow.FlowEditorPanel
the "duplicate tab in new window" action.
m_ActionDuplicateWindow - Variable in class adams.gui.flow.FlowRunnerPanel
the "duplicate window" action.
m_ActionEditCheckVariables - Variable in class adams.gui.flow.FlowEditorPanel
the check variables action.
m_ActionEditCleanUpFlow - Variable in class adams.gui.flow.FlowEditorPanel
the remove disabled actors action.
m_ActionEditClearClipboard - Variable in class adams.gui.flow.FlowEditorPanel
the clear clipboard action.
m_ActionEditClearClipboard - Variable in class adams.gui.tools.SpreadSheetViewerPanel
the "clear clipboard" menu item.
m_ActionEditDiff - Variable in class adams.gui.flow.FlowEditorPanel
the diff action.
m_ActionEditEnableUndo - Variable in class adams.gui.flow.FlowEditorPanel
the toggle undo action.
m_ActionEditFind - Variable in class adams.gui.flow.FlowEditorPanel
the find action.
m_ActionEditIgnoreNameChanges - Variable in class adams.gui.flow.FlowEditorPanel
the ignore name changes action.
m_ActionEditInteractiveActors - Variable in class adams.gui.flow.FlowEditorPanel
the interactive actors action.
m_ActionEditListTODOs - Variable in class adams.gui.flow.FlowEditorPanel
the "list TODOs" action.
m_ActionEditLocateActor - Variable in class adams.gui.flow.FlowEditorPanel
the locate actor action.
m_ActionEditLocateStorageName - Variable in class adams.gui.flow.FlowEditorPanel
the locate storage name action.
m_ActionEditLocateVariable - Variable in class adams.gui.flow.FlowEditorPanel
the locate variable action.
m_ActionEditPasteFromClipboard - Variable in class adams.gui.tools.SpreadSheetViewerPanel
the "paste from clipboard" menu item.
m_ActionEditProcessActors - Variable in class adams.gui.flow.FlowEditorPanel
the "process actors" action.
m_ActionEditRedo - Variable in class adams.gui.flow.FlowEditorPanel
the redo action.
m_ActionEditTimedActors - Variable in class adams.gui.flow.FlowEditorPanel
the timed actors action.
m_ActionEditUndo - Variable in class adams.gui.flow.FlowEditorPanel
the undo action.
m_ActionExecutionDisplayErrors - Variable in class adams.gui.flow.FlowRunnerPanel
the "display errors" action.
m_ActionExecutionLogErrors - Variable in class adams.gui.flow.FlowRunnerPanel
the "log errors" action.
m_ActionFileCheckOnSave - Variable in class adams.gui.flow.FlowEditorPanel
the "check on save" action.
m_ActionFileClassAttribute - Variable in class adams.gui.tools.wekainvestigator.InvestigatorPanel
the action for selecting the class attribute heuristic.
m_ActionFileClear - Variable in class adams.gui.tools.wekainvestigator.InvestigatorPanel
the action for clearing all datasets.
m_ActionFileClose - Variable in class adams.gui.flow.FlowEditorPanel
the "close" action.
m_ActionFileClose - Variable in class adams.gui.tools.remotecontrolcenter.RemoteControlCenterPanel
the action for closing the control center.
m_ActionFileClose - Variable in class adams.gui.tools.wekainvestigator.InvestigatorPanel
the action for closing the investigator.
m_ActionFileClosePage - Variable in class adams.gui.flow.FlowEditorPanel
the "close page" action.
m_ActionFileClosePage - Variable in class adams.gui.tools.SpreadSheetViewerPanel
the "close" menu item.
m_ActionFileExit - Variable in class adams.gui.tools.SpreadSheetViewerPanel
the "exit" menu item.
m_ActionFileExport - Variable in class adams.gui.flow.FlowEditorPanel
the "export" action.
m_ActionFileImport - Variable in class adams.gui.flow.FlowEditorPanel
the "import" action.
m_ActionFileNew - Variable in class adams.gui.flow.FlowEditorPanel
the "new" action.
m_ActionFileNewFromClipboard - Variable in class adams.gui.flow.FlowEditorPanel
the "new from clipboard" action.
m_ActionFileOpen - Variable in class adams.gui.flow.FlowEditorPanel
the "open" action.
m_ActionFileOpen - Variable in class adams.gui.tools.SpreadSheetViewerPanel
the "open" menu item.
m_ActionFileOpen - Variable in class adams.gui.tools.wekainvestigator.InvestigatorPanel
the action for loading a dataset.
m_ActionFileProperties - Variable in class adams.gui.flow.FlowEditorPanel
the "properties" action.
m_ActionFileRelationName - Variable in class adams.gui.tools.wekainvestigator.InvestigatorPanel
the action for selecting the relation name heuristic.
m_ActionFileRevert - Variable in class adams.gui.flow.FlowEditorPanel
the "revert" action.
m_ActionFileSave - Variable in class adams.gui.flow.FlowEditorPanel
the "save" action.
m_ActionFileSave - Variable in class adams.gui.tools.SpreadSheetViewerPanel
the "save" menu item.
m_ActionFileSaveAs - Variable in class adams.gui.flow.FlowEditorPanel
the "save as" action.
m_ActionFileSaveAs - Variable in class adams.gui.tools.SpreadSheetViewerPanel
the "save as" menu item.
m_ActionFileStopJob - Variable in class adams.gui.tools.wekainvestigator.InvestigatorPanel
the action for stopping a job.
m_ActionHalfHeight - Variable in class adams.gui.flow.FlowEditorPanel
the "half height" action.
m_ActionHalfWidth - Variable in class adams.gui.flow.FlowEditorPanel
the "half width" action.
m_ActionHeadless - Variable in class adams.gui.flow.FlowRunnerPanel
the "headless" item.
m_ActionHelpActors - Variable in class adams.gui.flow.FlowEditorPanel
the "help actors" action.
m_ActionHelpBooleanExpression - Variable in class adams.gui.flow.FlowEditorPanel
the "help boolean expression" action.
m_ActionHelpClasses - Variable in class adams.gui.flow.FlowEditorPanel
the "help classes" action.
m_ActionHelpFormulas - Variable in class adams.gui.tools.SpreadSheetViewerPanel
the "formulas" help menu item.
m_ActionHelpMathematicalExpression - Variable in class adams.gui.flow.FlowEditorPanel
the "help math expression" action.
m_ActionHelpStringExpression - Variable in class adams.gui.flow.FlowEditorPanel
the "help string expression" action.
m_ActionHelpVariables - Variable in class adams.gui.flow.FlowEditorPanel
the "help variables" action.
m_ActionListener - Variable in class adams.gui.core.ParameterPanel
the action listener.
m_ActionListeners - Variable in class adams.flow.transformer.pixelselector.PixelSelectorPanel
the action listeners.
m_ActionListeners - Variable in class adams.gui.wizard.AbstractWizardPane
the action listeners (ie hitting cancel/finish).
m_ActionLoad - Variable in class adams.gui.flow.FlowRunnerPanel
the "load" action.
m_ActionMoveToNewWindow - Variable in class adams.gui.flow.FlowEditorPanel
the "move to new window" action.
m_ActionNewWindow - Variable in class adams.gui.flow.FlowEditorPanel
the "new window" action.
m_ActionNewWindow - Variable in class adams.gui.flow.FlowRunnerPanel
the "new window" action.
m_ActionPauseAndResume - Variable in class adams.gui.flow.FlowRunnerPanel
the "pause" item.
m_ActionRestore - Variable in class adams.gui.goe.GenericArrayEditor
the restore action.
m_ActionRun - Variable in class adams.gui.flow.FlowRunnerPanel
the "run" item.
m_ActionRunClearGraphicalOutput - Variable in class adams.gui.flow.FlowEditorPanel
the "Clear graphical output" action.
m_ActionRunDebug - Variable in class adams.gui.flow.FlowEditorPanel
the "run (debug)" action.
m_ActionRunDisableAllBreakpoints - Variable in class adams.gui.flow.FlowEditorPanel
the "disable all breakpoints" action.
m_ActionRunDisplayErrors - Variable in class adams.gui.flow.FlowEditorPanel
the "display errors" action.
m_ActionRunEnableAllBreakpoints - Variable in class adams.gui.flow.FlowEditorPanel
the "enable all breakpoints" action.
m_ActionRunGC - Variable in class adams.gui.flow.FlowEditorPanel
the "gc" action.
m_ActionRunHeadless - Variable in class adams.gui.flow.FlowEditorPanel
the "headless" action.
m_ActionRunKill - Variable in class adams.gui.flow.FlowEditorPanel
the "kill" action.
m_ActionRunParseError - Variable in class adams.gui.flow.FlowEditorPanel
the parse error action.
m_ActionRunPauseAndResume - Variable in class adams.gui.flow.FlowEditorPanel
the "pause" action.
m_ActionRunRemoveAllBreakpoints - Variable in class adams.gui.flow.FlowEditorPanel
the "remove all breakpoints" action.
m_ActionRunRun - Variable in class adams.gui.flow.FlowEditorPanel
the "run" action.
m_ActionRunRunAll - Variable in class adams.gui.flow.FlowEditorPanel
the "run all" action.
m_ActionRunStop - Variable in class adams.gui.flow.FlowEditorPanel
the "stop" action.
m_ActionRunStopAll - Variable in class adams.gui.flow.FlowEditorPanel
the "stop all" action.
m_ActionRunStorage - Variable in class adams.gui.flow.FlowEditorPanel
the "storage" action.
m_ActionRunValidateSetup - Variable in class adams.gui.flow.FlowEditorPanel
the "check setup" action.
m_ActionRunVariables - Variable in class adams.gui.flow.FlowEditorPanel
the "variables" action.
m_Actions - Variable in class adams.flow.transformer.PixelSelector
the actions that are available from the popup menu.
m_Actions - Variable in class adams.flow.transformer.pixelselector.PixelSelectorPanel
the actions that are available from the popup menu.
m_Actions - Variable in class adams.gui.flow.FlowPanelNotificationArea
the available actions.
m_Actions - Variable in class adams.gui.scripting.AbstractCommandProcessor
the action <-> scriptlet relation.
m_Actions - Variable in class adams.gui.tools.FileCommanderPanel
the available actions.
m_Actions - Variable in class adams.gui.tools.FindInFilesPanel
the actions.
m_Actions - Variable in class adams.gui.tools.SpreadSheetViewerPanel
menu items.
m_Actions - Variable in class adams.gui.tools.wekainvestigator.tab.AbstractInvestigatorTabWithEditableDataTable
the available actions.
m_Actions - Variable in class adams.gui.tools.wekainvestigator.tab.PreprocessTab
the available actions.
m_ActionSortAsc - Variable in class adams.gui.goe.GenericArrayEditor
the sort (asc) action.
m_ActionSortDesc - Variable in class adams.gui.goe.GenericArrayEditor
the sort (desc) action.
m_ActionStop - Variable in class adams.gui.flow.FlowRunnerPanel
the "stop" action.
m_ActionTabCloseAllTabs - Variable in class adams.gui.tools.remotecontrolcenter.RemoteControlCenterPanel
the action for closing all tabs.
m_ActionTabCloseAllTabs - Variable in class adams.gui.tools.wekainvestigator.InvestigatorPanel
the action for closing all tabs.
m_ActionTabCloseTab - Variable in class adams.gui.tools.remotecontrolcenter.RemoteControlCenterPanel
the action for closing a tab.
m_ActionTabCloseTab - Variable in class adams.gui.tools.wekainvestigator.InvestigatorPanel
the action for closing a tab.
m_ActionTabCopyTab - Variable in class adams.gui.tools.wekainvestigator.InvestigatorPanel
the action for copying a tab.
m_ActionTabLoadParameters - Variable in class adams.gui.tools.wekainvestigator.InvestigatorPanel
the action for loading parameters for a tab.
m_ActionTabSaveParameters - Variable in class adams.gui.tools.wekainvestigator.InvestigatorPanel
the action for saving parmeters of a tab.
m_ActionTabUndoCloseTab - Variable in class adams.gui.tools.wekainvestigator.InvestigatorPanel
the action for undoing closed a tab.
m_ActionViewApplyToAll - Variable in class adams.gui.tools.SpreadSheetViewerPanel
the "apply to all" menu item.
m_ActionViewCellRenderingCustomizer - Variable in class adams.gui.tools.SpreadSheetViewerPanel
the "rendering" menu item.
m_ActionViewDisplayedDecimals - Variable in class adams.gui.tools.SpreadSheetViewerPanel
the "displayed decimals" menu item.
m_ActionViewFullExpansion - Variable in class adams.gui.flow.FlowEditorPanel
the "full expansion" action.
m_ActionViewRedraw - Variable in class adams.gui.flow.FlowEditorPanel
the "redraw" action.
m_ActionViewShowAnnotations - Variable in class adams.gui.flow.FlowEditorPanel
the "show annotations" action.
m_ActionViewShowCellTypes - Variable in class adams.gui.tools.SpreadSheetViewerPanel
the "show cell types" menu item.
m_ActionViewShowFormulas - Variable in class adams.gui.tools.SpreadSheetViewerPanel
the "show formulas" menu item.
m_ActionViewShowInputOutput - Variable in class adams.gui.flow.FlowEditorPanel
the "show input/output" action.
m_ActionViewShowQuickInfo - Variable in class adams.gui.flow.FlowEditorPanel
the "show quick info" action.
m_ActionViewShowSource - Variable in class adams.gui.flow.FlowEditorPanel
the "show source" action.
m_ActionViewShowToolbar - Variable in class adams.gui.flow.FlowEditorPanel
the "show toolbar" action.
m_ActionViewStatistics - Variable in class adams.gui.flow.FlowEditorPanel
the "statistic" action.
m_ActionViewZoom - Variable in class adams.gui.flow.FlowEditorPanel
the "zoom" action.
m_Active - Variable in class adams.gui.visualization.segmentation.layer.OverlayLayer
whether the layer is active.
m_ActiveCase - Variable in class adams.flow.source.SwitchedSource
the active case.
m_ActiveFlow - Variable in class adams.gui.flow.FlowMultiPagePane
the active flow.
m_ActiveSubLayer - Variable in class adams.gui.visualization.segmentation.layer.CombinedLayer
the currently active layer.
m_ActiveTool - Variable in class adams.gui.visualization.object.ObjectAnnotationPanel
the active tool.
m_ActiveTool - Variable in class adams.gui.visualization.segmentation.SegmentationPanel
the active tool.
m_Actor - Variable in class adams.flow.core.AbstractTemplate
the generated actor.
m_Actor - Variable in class adams.flow.core.ActorStatistic
the actor to create the statistics for.
m_Actor - Variable in class adams.flow.FlowRunner
the actor to execute.
m_Actor - Variable in class adams.flow.sink.sequenceplotter.ByNameErrorPaintlet
the actor the paintlet belongs to.
m_Actor - Variable in class adams.flow.sink.sequenceplotter.ByNameMarkerPaintlet
the actor the paintlet belongs to.
m_Actor - Variable in class adams.flow.transformer.ExecuteActor
the current actor being executed.
m_Actor - Variable in class adams.gui.flow.tab.Clipboard.ClipboardItem
the actor.
m_Actor - Variable in class adams.gui.flow.tree.keyboardaction.AbstractKeyboardActionWithActor
the actor to use.
m_Actor - Variable in class adams.gui.visualization.core.MultiPaintlet
the actor that this paintlet belongs to.
m_Actor - Variable in class adams.gui.visualization.core.TextOverlayPaintlet
the actor that this paintlet belongs to.
m_Actor - Variable in class adams.gui.visualization.sequence.ByNamePaintlet
the actor the paintlet belongs to.
m_Actor - Variable in class adams.gui.visualization.sequence.PaintletWithFixedXRange
the actor the paintlet belongs to.
m_Actor - Variable in class adams.gui.visualization.sequence.PaintletWithFixedXYRange
the actor the paintlet belongs to.
m_Actor - Variable in class adams.gui.visualization.sequence.PaintletWithFixedYRange
the actor the paintlet belongs to.
m_Actor - Variable in class adams.gui.visualization.timeseries.PaintletWithFixedXRange
the actor the paintlet belongs to.
m_Actor - Variable in class adams.gui.visualization.timeseries.PaintletWithFixedXYRange
the actor the paintlet belongs to.
m_Actor - Variable in class adams.gui.visualization.timeseries.PaintletWithFixedYRange
the actor the paintlet belongs to.
m_Actor - Variable in class adams.scripting.command.flow.RemoteFlowExecution
the instantiated flow.
m_ActorChangeListeners - Variable in class adams.gui.flow.tree.Tree
the listeners for changes in the actors.
m_ActorClass - Variable in class adams.core.option.FlowJUnitTestProducer
the class for which the test is generated.
m_ActorClass - Variable in class adams.flow.processor.ListActorUsage
the actor class to look for.
m_ActorExecution - Variable in class adams.flow.core.ActorHandlerInfo
how the sub-actors are executed/oriented.
m_ActorFile - Variable in class adams.flow.core.AbstractBaseExternalActor
the file the external actor is stored in.
m_ActorFile - Variable in class adams.flow.standalone.ExternalFlow
the file the external flow is stored in.
m_ActorFileChanged - Variable in class adams.flow.core.AbstractExternalActor
whether the external actor file has changed.
m_ActorFileIsVariable - Variable in class adams.flow.core.AbstractExternalActor
indicates whether a variable is attached to the external file.
m_ActorFileVariable - Variable in class adams.flow.core.AbstractExternalActor
the variable attached to the external file.
m_ActorName - Variable in class adams.flow.core.AbstractCallableActorPropertyUpdater
the name of the global actor.
m_ActorNameColor - Variable in class adams.gui.flow.tree.Tree
the HTML color string of the actor names (e.g., 'black' or '#000000').
m_ActorNameSize - Variable in class adams.gui.flow.tree.Tree
the HTML font tag size of the actor names (e.g., '3' or '-1').
m_ActorNodes - Variable in class adams.parser.ActorSuggestion
the nodes in which the proposed actor gets inserted.
m_ActorNodes - Variable in class adams.parser.actorsuggestion.Parser
all the current nodes in which to insert/add to the proposed actor.
m_ActorNodes - Variable in class adams.parser.ExternalActorSuggestion
the nodes in which the proposed actor gets inserted.
m_ActorNodes - Variable in class adams.parser.externalactorsuggestion.Parser
all the current nodes in which to insert/add to the proposed actor.
m_ActorObject - Variable in class adams.flow.core.AbstractGroovyActor
the loaded script object.
m_ActorObject - Variable in class adams.flow.core.AbstractScriptingHandlerActor
the loaded script object.
m_Actors - Variable in class adams.flow.control.AbstractTee
the flow items.
m_Actors - Variable in class adams.flow.control.FileProcessor
the flow items.
m_Actors - Variable in class adams.flow.control.LoadBalancer
the actors to "balance".
m_Actors - Variable in class adams.flow.control.LocalScopeTransformer
the actors to execute.
m_Actors - Variable in class adams.flow.control.MutableConnectedControlActor
the actors.
m_Actors - Variable in class adams.flow.control.MutableControlActor
the actors.
m_Actors - Variable in class adams.flow.control.WhileLoop
the actors to execute.
m_Actors - Variable in class adams.flow.standalone.AbstractMultiView
the underlying display actors.
m_Actors - Variable in class adams.flow.standalone.AbstractMutableActorDaemonEvent
for actors that get executed.
m_Actors - Variable in class adams.flow.standalone.AbstractMutableStandaloneGroupItem
the flow items.
m_Actors - Variable in class adams.flow.standalone.AbstractStandaloneGroup
the actors of the fixed group.
m_Actors - Variable in class adams.flow.standalone.DelayedEvent
for actors that get executed.
m_Actors - Variable in class adams.flow.standalone.Events
the events.
m_Actors - Variable in class adams.flow.standalone.QueueEvent
for actors that get executed.
m_Actors - Variable in class adams.gui.flow.tree.ClipboardActorContainer
the actors.
m_Actors - Variable in class adams.parser.ActorSuggestion
the actors in which the proposed actor gets inserted.
m_Actors - Variable in class adams.parser.actorsuggestion.Parser
all the current actors in which to insert/add to the proposed actor.
m_Actors - Variable in class adams.parser.ActorTemplateSuggestion
the actors in which the proposed actor template gets inserted.
m_Actors - Variable in class adams.parser.ExternalActorSuggestion
the actors in which the proposed actor gets inserted.
m_Actors - Variable in class adams.parser.externalactorsuggestion.Parser
all the current actors in which to insert/add to the proposed actor.
m_Actors - Variable in class adams.parser.templatesuggestion.Parser
all the current nodes in which to insert/add to the proposed actor.
m_ActorTreePanel - Variable in class adams.gui.flow.tab.ActorTreeTab
the panel with the actors.
m_Actual - Variable in class adams.flow.sink.ActualVsPredictedPlot
the column with the actual values.
m_Actual - Variable in class adams.flow.transformer.PredictionEccentricity
the column with the actual values.
m_Actual - Variable in class adams.flow.transformer.WekaSpreadSheetToPredictions
the column with the actual values.
m_Actual - Variable in class adams.gui.tools.previewbrowser.ActualVsPredictedHandler
the column with the actual values.
m_Actual - Variable in class weka.classifiers.evaluation.AbstractSimpleRegressionMeasure
the collected actual.
m_Actual - Variable in class weka.classifiers.functions.FromPredictions
the column with the actual values.
m_ActualAlgorithm - Variable in class adams.flow.transformer.BoofCVFeatureGenerator
the actual algorithm to apply to the image.
m_ActualAlgorithm - Variable in class adams.flow.transformer.BufferedImageFeatureGenerator
the actual algorithm to apply to the image.
m_ActualAlgorithm - Variable in class adams.flow.transformer.negativeregions.AbstractMetaNegativeRegionsGenerator
the actual algorithm in use.
m_ActualAlgorithm - Variable in class adams.flow.transformer.NegativeRegions
the actual algorithm in use.
m_ActualAlgorithm - Variable in class adams.flow.transformer.OpenCVFeatureGenerator
the actual algorithm to apply to the image.
m_ActualAlgorithm - Variable in class adams.flow.transformer.TimeseriesFeatureGenerator
the actual algorithm to apply to the image.
m_ActualAlgorithm - Variable in class adams.flow.transformer.WekaGeneticAlgorithm
the actual algorithm in use.
m_ActualAlgorithm - Variable in class adams.ml.preprocessing.supervised.PLS
the actual PLS algorithm to use.
m_ActualAssociator - Variable in class adams.flow.transformer.WekaTrainAssociator
the actual weka associator.
m_ActualBase - Variable in class weka.classifiers.meta.Fallback
the actual base classifier.
m_ActualCapabilities - Variable in class adams.flow.condition.bool.AbstractAttributeCapabilities
the capabilities object to use.
m_ActualClass - Variable in class adams.core.discovery.genetic.GenericDoubleResolution
the actual class.
m_ActualClass - Variable in class adams.core.discovery.genetic.GenericFloatResolution
the actual class.
m_ActualClass - Variable in class adams.core.discovery.genetic.GenericInteger
the actual class.
m_ActualClass - Variable in class adams.core.discovery.genetic.GenericString
the actual class.
m_ActualClass - Variable in class adams.flow.control.Cast
the actual class to cast to.
m_ActualClass - Variable in class adams.flow.processor.ListActorUsage
the actual class to look for.
m_ActualClusterer - Variable in class adams.flow.transformer.WekaTrainClusterer
the weka clusterer.
m_ActualColor - Variable in class adams.gui.visualization.segmentation.layer.CombinedLayer.CombinedSubLayer
the current actual color (incl alpha).
m_ActualColorOld - Variable in class adams.gui.visualization.segmentation.layer.CombinedLayer.CombinedSubLayer
the old actual color (incl alpha).
m_ActualColumn - Variable in class adams.flow.transformer.ConfusionMatrix
the column with the actual labels.
m_ActualColumn - Variable in class adams.flow.transformer.SummaryStatistics
the column with the actual labels.
m_ActualColumnWidth - Variable in class adams.data.io.output.FixedTabularSpreadSheetWriter
the actual column widths.
m_ActualEnd - Variable in class adams.flow.transformer.BinaryFileReader
the actual last position.
m_ActualFallback - Variable in class weka.classifiers.meta.Fallback
the actual fallback classifier.
m_ActualFilter - Variable in class adams.data.spreadsheet.filter.WekaFilter
the actual filter in use.
m_ActualFilter - Variable in class adams.data.weka.rowfinder.FilteredIQR
the actual IQR filter.
m_ActualFilter - Variable in class adams.flow.transformer.DatasetFilter
the actual filter to use.
m_ActualFilter - Variable in class adams.flow.transformer.DatasetRowFilter
the actual filter to use.
m_ActualFilter - Variable in class adams.flow.transformer.WekaFilter
the actual filter used.
m_ActualFilter - Variable in class weka.classifiers.functions.PLSClassifierWeighted
the actual filter to use
m_ActualFilter - Variable in class weka.filters.SerializedFilter
the actual filter.
m_ActualFilter - Variable in class weka.filters.unsupervised.attribute.MetaPartitionedMultiFilter
the actual filter used internally for filtering the data.
m_ActualFind - Variable in class adams.flow.processor.FindText
the lower case search string.
m_ActualFolds - Variable in class adams.multiprocess.WekaCrossValidationExecution
the actual folds used.
m_ActualGenerator - Variable in class adams.flow.transformer.WekaCrossValidationSplit
the actual fold generator.
m_ActualGenerator - Variable in class adams.flow.transformer.WekaRandomSplit
the currently active generator.
m_ActualGenerator - Variable in class adams.flow.transformer.WekaSplitGenerator
the currently active generator.
m_ActualHandler - Variable in class adams.flow.transformer.FindInFile
the actual handler in use.
m_ActualHost - Variable in class adams.multiprocess.ScpJobRunner
the actual host to connect to.
m_ActualIndex - Variable in class weka.classifiers.functions.FromPredictions
the actual column index.
m_ActualJobRunner - Variable in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment
JobRunner for the classifier/dataset combinations.
m_ActualJobRunner - Variable in class adams.multiprocess.AbstractMetaJobRunner
the actual jobrunner.
m_ActualJobRunner - Variable in class adams.multiprocess.WekaCrossValidationExecution
the runner in use.
m_ActualLabel - Variable in class weka.classifiers.meta.ThresholdedBinaryClassification
the index of the label to check.
m_ActualLabel - Variable in class weka.classifiers.meta.Veto
the index of the label to check.
m_ActualLimit - Variable in class adams.data.textrenderer.AbstractLimitedTextRenderer
the actual limit.
m_ActualLogger - Variable in class adams.flow.sink.JavaLogging
the logger in use.
m_ActualMax - Variable in class adams.flow.sink.ActualVsPredictedPlot
the maximum to use for the actual values (pos inf = no restriction).
m_ActualMax - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.output.ClassifierErrors
the maximum to use for the actual values (pos inf = no restriction).
m_ActualMaximum - Variable in class adams.gui.visualization.core.axis.AbstractAxisModel
the actual maximum to display (including the top margin).
m_ActualMaximumNoMargin - Variable in class adams.gui.visualization.core.axis.AbstractAxisModel
the actual maximum to display (excluding the top margin).
m_ActualMin - Variable in class adams.flow.sink.ActualVsPredictedPlot
the minimum to use for the actual values (neg inf = no restriction).
m_ActualMin - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.output.ClassifierErrors
the minimum to use for the actual values (neg inf = no restriction).
m_ActualMinimum - Variable in class adams.gui.visualization.core.axis.AbstractAxisModel
the actual minimum to display (including the bottom margin).
m_ActualMinimumNoMargin - Variable in class adams.gui.visualization.core.axis.AbstractAxisModel
the actual minimum to display (excluding the bottom margin).
m_ActualNewPath - Variable in class adams.flow.processor.ChangePath
the actual new path(s).
m_ActualNumBalanced - Variable in class weka.classifiers.meta.VotedImbalance
the actual number of balanced datasets to generate.
m_ActualNumChrom - Variable in class adams.opt.genetic.AbstractGeneticAlgorithm
actual number of chromosomes.
m_ActualNumFolds - Variable in class adams.flow.transformer.preparefilebaseddataset.CrossValidation
the actual number of folds.
m_ActualNumFolds - Variable in class adams.ml.evaluation.DefaultCrossValidationFoldGenerator
the actual number of folds.
m_ActualNumFolds - Variable in class weka.classifiers.DefaultCrossValidationFoldGenerator
the actual number of folds.
m_ActualNumFolds - Variable in class weka.classifiers.GroupedCrossValidationFoldGenerator
the actual number of folds.
m_ActualNumFolds - Variable in class weka.classifiers.GroupedCrossValidationFoldGeneratorUsingNumericClassValues
the actual number of folds.
m_ActualNumThreads - Variable in class adams.flow.control.Branch
the actual number of threads to use.
m_ActualNumThreads - Variable in class adams.flow.control.LoadBalancer
the actual number of threads to use.
m_ActualNumThreads - Variable in class adams.multiprocess.WekaCrossValidationExecution
the actual number of threads to use.
m_ActualOverlay - Variable in class adams.flow.transformer.ImageAnnotator.AnnotatorPanel
the actual overlay to use for highlighting the objects.
m_ActualParameters - Variable in class adams.gui.core.ParameterPanel
the actual parameters.
m_ActualPassword - Variable in class adams.flow.standalone.AbstractDatabaseConnection
the actual SMTP password to use.
m_ActualPassword - Variable in class adams.flow.standalone.FTPConnection
the actual SMTP password to use.
m_ActualPassword - Variable in class adams.flow.standalone.SMBConnection
the actual SMTP password to use.
m_ActualPassword - Variable in class adams.flow.standalone.SMTPConnection
the actual SMTP password to use.
m_ActualPassword - Variable in class adams.flow.standalone.SSHConnection
the actual SMTP password to use.
m_ActualPath - Variable in class adams.flow.transformer.DeleteJsonValue
the compiled path.
m_ActualPath - Variable in class adams.flow.transformer.GetJsonValue
the compiled path.
m_ActualPath - Variable in class adams.flow.transformer.SetJsonValue
the compiled path.
m_ActualPID - Variable in class adams.flow.control.JMap
the actual PID to monitor.
m_ActualPip - Variable in class adams.flow.standalone.PythonEnvironment
the actual pip executable.
m_ActualPolygon - Variable in class adams.flow.transformer.locateobjects.LocatedObject
the actual polygon.
m_ActualPrefix - Variable in class adams.data.imagesegmentation.operation.ConfusionMatrix
the optional prefix for the actual labels.
m_ActualPrefix - Variable in class adams.flow.transformer.ConfusionMatrix
the optional prefix for the actual labels.
m_ActualPrefix - Variable in class adams.flow.transformer.SummaryStatistics
the optional prefix for the actual labels.
m_ActualPropertyTypes - Variable in class adams.gui.core.PropertiesParameterPanel
the actual property/property type relation.
m_ActualProvider - Variable in class adams.flow.transformer.ColorProvider
the actual color provider to use.
m_ActualPython - Variable in class adams.flow.standalone.PythonEnvironment
the actual python executable.
m_ActualPythonPath - Variable in class adams.flow.standalone.PythonEnvironment
the actual python path env var (null if not to use).
m_ActualRange - Variable in class adams.core.Range
the actual range, without the inversion.
m_ActualReader - Variable in class adams.data.conversion.StringToSpreadSheet
the actual reader to use for converting the string.
m_ActualReader - Variable in class adams.flow.control.AbstractDataContainerFileChecker
the actual reader to use for loading.
m_ActualRectangle - Variable in class adams.flow.transformer.locateobjects.LocatedObject
the actual rectangle.
m_ActualReferenceDataset - Variable in class weka.filters.unsupervised.instance.AlignDataset
the actual reference dataset in use.
m_ActualReplace - Variable in class adams.flow.transformer.SpreadSheetReplaceCellValue
the actual replacement string (after optional placeholder expansion).
m_ActualSearch - Variable in class adams.flow.transformer.WekaNearestNeighborSearch
the actual neighboorhood search in use.
m_ActualSearch - Variable in class weka.classifiers.lazy.LWLDatasetBuilder
The actual nearest neighbour search algorithm to use.
m_ActualSelectionProcessor - Variable in class adams.flow.transformer.ImageAnnotator.AnnotatorPanel
the actual selection processor.
m_ActualSupport - Variable in class weka.classifiers.meta.ConsensusOrVote
the actual number of classifiers that need to support the label.
m_ActualSupport - Variable in class weka.classifiers.meta.Veto
the actual number of classifiers that need to support the label.
m_ActualToDisplayIndex - Variable in class adams.gui.core.SearchableWrapperListModel
the relation between actual and display index.
m_ActualTrain - Variable in class weka.classifiers.lazy.LWLDatasetBuilder
The actual training instances used for classification.
m_ActualWriter - Variable in class adams.data.conversion.SpreadSheetToString
the actual spreadsheet writer in use.
m_ActualZoom - Variable in class adams.gui.visualization.object.CanvasPanel
the actual zoom to use.
m_Add - Variable in class adams.tools.AbstractAddRemoveTimeWindowDatabaseTool
whether to add flags.
m_AddAMIndicator - Variable in class adams.flow.core.LagMakerOptions
the am-pm indicator.
m_AddAttributeInformation - Variable in class adams.flow.transformer.indexedsplitsrunsgenerator.AbstractInstancesIndexedSplitsRunsGenerator
whether to added attribute information to the meta-data as well.
m_AddClassification - Variable in class adams.data.conversion.WekaPredictionContainerToSpreadSheet
whether to add the numeric classification to the output.
m_AddClassificationLabel - Variable in class adams.data.conversion.WekaPredictionContainerToSpreadSheet
whether to add the classification label to the output (nominal classes only).
m_AddColumnName - Variable in class adams.flow.transformer.plotgenerator.RowWisePlotGenerator
whether to add the column name as meta-data.
m_AddComments - Variable in class adams.flow.transformer.pdfproclet.SpreadSheet
whether to add the comments.
m_AddCreateTable - Variable in class adams.data.io.output.SqlDumpSpreadSheetWriter
whether to add a CREATE TABLE statement.
m_AddDatabaseID - Variable in class adams.data.instances.AbstractInstanceGenerator
whether to add the database ID.
m_AddDatabaseID - Variable in class adams.data.timeseries.AddMetaData
whether to add the database ID.
m_AddDatasetInformation - Variable in class adams.flow.transformer.indexedsplitsrunsgenerator.AbstractInstancesIndexedSplitsRunsGenerator
whether to added basic dataset information to the meta-data as well.
m_AddDayOfMonth - Variable in class adams.flow.core.LagMakerOptions
the day of month indicator.
m_AddDayOfWeek - Variable in class adams.flow.core.LagMakerOptions
the day of week indicator.
m_AddDiagonalSeries - Variable in class adams.gui.visualization.jfreechart.dataset.DefaultXY
whether to add an additional series for a diagonal to the dataset.
m_AddDistribution - Variable in class adams.data.conversion.WekaPredictionContainerToSpreadSheet
whether to add the distribution to the output (nominal classes only).
m_AddedTimestamp - Variable in class adams.flow.control.AbstractDataContainerFileChecker.FileInfo
the timestamp the file was added.
m_AddFilename - Variable in class adams.flow.transformer.pdfproclet.AbstractPdfProcletWithFilenameOutput
add the filename as header.
m_AddFilter - Variable in class weka.filters.unsupervised.instance.DatasetLabeler
the filter for adding the label attribute.
m_AddFullActorName - Variable in class adams.flow.processor.ListObjectCommandlines
whether to add the full name of an enclosing actor (if available).
m_AddFullList - Variable in class adams.gui.wizard.ListPage
whether to use store the full list of items in the properties as well.
m_AddHeaders - Variable in class adams.flow.standalone.GridView
whether to add headers.
m_addId - Variable in class weka.classifiers.lazy.LWLSynchroPrefilter
 
m_AddID - Variable in class adams.data.timeseries.AddMetaData
whether to add the container ID.
m_AddID - Variable in class weka.classifiers.lazy.LWLDatasetBuilder
for adding the ID to trace the instances.
m_AddIndex - Variable in class adams.data.conversion.DOMToProperties
whether to add index to path.
m_AddIndex - Variable in class adams.flow.transformer.SpreadSheetMerge
whether to add the index to the prefix.
m_AddIndex - Variable in class adams.flow.transformer.WekaInstancesMerge
whether to add the index to the prefix.
m_Additional - Variable in class adams.core.TechnicalInformation
additional technical informations.
m_Additional - Variable in class adams.flow.sink.ActualVsPredictedPlot
the additional columns in the spreadsheet to add to the plot containers.
m_Additional - Variable in class adams.gui.tools.previewbrowser.ActualVsPredictedHandler
the additional columns in the spreadsheet to add to the plot containers.
m_Additional - Variable in class weka.classifiers.functions.FromPredictions
the additional columns in the spreadsheet to add to the plot containers.
m_AdditionalAttributes - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.ResultItem
additional attributes.
m_AdditionalHandlers - Static variable in class weka.gui.explorer.WorkspaceHelper
the additional associations between Explorer.ExplorerPanel and AbstractExplorerPanelHandler.
m_AdditionalImportsInsertLocation - Variable in class adams.core.option.AbstractJavaCodeProducer
for inserting any additional imports.
m_AdditionalIndices - Variable in class weka.classifiers.functions.FromPredictions
the additional column indices.
m_AdditionalMenuItems - Variable in class adams.gui.flow.FlowEditorPanel
additional menu items.
m_AdditionalNames - Variable in class adams.flow.container.AbstractContainer
additional names for values.
m_AdditionalObject - Variable in class adams.data.objectoverlap.AreaRatio
whether to check for additional predicted objects not present in actual.
m_AdditionalObject - Variable in class adams.data.objectoverlap.IntersectOverUnionRatio
whether to check for additional predicted objects not present in actual.
m_AdditionalObject - Variable in class adams.flow.transformer.ImageObjectOverlap
whether to check for additional predicted objects not present in actual.
m_AdditionalObject - Variable in class adams.flow.transformer.IntersectOverUnion
whether to check for additional predicted objects not present in actual.
m_AdditionalOptions - Variable in class adams.data.boofcv.features.AbstractScript
for storing the additional options.
m_AdditionalOptions - Variable in class adams.data.boofcv.transformer.AbstractScript
for storing the additional options.
m_AdditionalOptions - Variable in class adams.data.conversion.AbstractScript
for storing the additional options.
m_AdditionalOptions - Variable in class adams.data.filter.AbstractScript
for storing the additional options.
m_AdditionalOptions - Variable in class adams.data.image.features.AbstractScript
for storing the additional options.
m_AdditionalOptions - Variable in class adams.data.image.transformer.AbstractScript
for storing the additional options.
m_AdditionalOptions - Variable in class adams.data.jai.transformer.AbstractScript
for storing the additional options.
m_AdditionalOptions - Variable in class adams.data.opencv.features.AbstractScript
for storing the additional options.
m_AdditionalOptions - Variable in class adams.data.opencv.transformer.AbstractScript
for storing the additional options.
m_AdditionalOptions - Variable in class adams.data.outlier.AbstractScript
for storing the additional options.
m_AdditionalOptions - Variable in class adams.data.report.AbstractScript
for storing the additional options.
m_AdditionalOptions - Variable in class adams.flow.condition.bool.AbstractScript
for storing the additional options.
m_AdditionalOptions - Variable in class adams.flow.control.JDeps
additional options for jdeps.
m_AdditionalOptions - Variable in class adams.flow.control.JMap
additional options for jmap.
m_AdditionalOptions - Variable in class adams.flow.sink.AbstractScript
for storing the additional options.
m_AdditionalOptions - Variable in class adams.flow.source.AbstractScript
for storing the additional options.
m_AdditionalOptions - Variable in class adams.flow.standalone.AbstractScript
for storing the additional options.
m_AdditionalOptions - Variable in class adams.flow.template.AbstractScript
for storing the additional options.
m_AdditionalOptions - Variable in class adams.flow.transformer.AbstractScript
for storing the additional options.
m_AdditionalOptions - Variable in class adams.flow.transformer.pdfgenerate.AbstractScript
for storing the additional options.
m_AdditionalOptions - Variable in class adams.tools.AbstractScript
for storing the additional options.
m_AdditionalOutputTokens - Variable in class adams.flow.control.PlotProcessor
the additional container tokens that were generated.
m_AdditionalParameters - Variable in class adams.scripting.command.gui.MenuItem
additional paramers.
m_AdditionalProperties - Variable in class adams.gui.visualization.image.ImagePanel
the additional properties to display.
m_AdditionalRows - Variable in class adams.data.spreadsheet.rowscore.ArrayStatistic
the additional rows to use for the array statistic.
m_AddLabelIndex - Variable in class adams.flow.transformer.AbstractWekaPredictionsTransformer
whether to prefix the labels with a 1-based index (only nominal classes).
m_AddLabelIndex - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.output.Predictions
whether to prefix the labels with a 1-based index (only nominal classes).
m_AddMatchingEndBlocks - Variable in class adams.gui.scripting.SyntaxDocument
whether to add matching brackets.
m_AddMetaData - Variable in class adams.data.io.input.JAIImageReader
whether to add the meta-data.
m_AddMetaData - Variable in class adams.gui.visualization.image.selection.SelectObjects
whether to add meta-data.
m_AddMetaDataInstance - Variable in class adams.gui.visualization.image.selection.SelectObjects
the AddMetaData instance.
m_AddMisclassification - Variable in class adams.data.imagesegmentation.operation.EvaluatePrediction
whether to add misclassification information.
m_AddMonthOfYear - Variable in class adams.flow.core.LagMakerOptions
the month indicator.
m_AddNumDaysInMonth - Variable in class adams.flow.core.LagMakerOptions
the number of days in month indicator.
m_AddOne - Variable in class weka.filters.unsupervised.attribute.LogTransform
If true output nominal, false output numeric .
m_AddQuarterOfYear - Variable in class adams.flow.core.LagMakerOptions
the quarted indicator.
m_Address - Variable in class adams.core.net.EmailContact
the address.
m_Address - Variable in class adams.flow.sink.Socket
the address to open.
m_Address - Variable in class adams.flow.source.RSync
 
m_AddShortcuts - Variable in class adams.gui.core.AbstractRecentItemsHandler
whether to add keyboard shortcuts.
m_AddTimestamp - Variable in class adams.data.timeseries.Values
whether to include the timestamp.
m_AddTimestamp - Variable in class adams.flow.sink.sendnotification.LogFile
whether to block the flow execution.
m_AddUnit - Variable in class adams.core.ByteFormat
whether to add a unit specifier at the end.
m_AddUnit - Variable in class adams.core.MicroSecondFormat
whether to add a unit specifier at the end.
m_AddUnit - Variable in class adams.core.SecondFormat
whether to add a unit specifier at the end.
m_AddWeekendIndicator - Variable in class adams.flow.core.LagMakerOptions
the weekend indicator.
m_AdjustForTrends - Variable in class adams.flow.core.LagMakerOptions
whether to adjust for trends.
m_AdjustForVariance - Variable in class adams.flow.core.LagMakerOptions
whether to adjust for variance.
m_AdjustToVisibleData - Variable in class adams.flow.sink.SequencePlotter
whether to adjust to visible or loaded data.
m_AdjustToVisibleData - Variable in class adams.gui.visualization.instance.InstancePanel
whether to adjust to visible data or not.
m_AdjustToVisibleData - Variable in class adams.gui.visualization.sequence.XYSequencePanel
whether to adjust to visible data or not.
m_AdjustToVisibleData - Variable in class adams.gui.visualization.spreadsheet.SpreadSheetRowPanel
whether to adjust to visible data or not.
m_AdjustToVisibleData - Variable in class adams.gui.visualization.timeseries.TimeseriesPanel
whether to adjust to visible data or not.
m_After - Variable in class adams.data.conversion.SpreadSheetAddRowID
whether to insert after the position instead of at.
m_After - Variable in class adams.flow.transformer.CollectionInsert
whether to insert after the position instead of at.
m_After - Variable in class adams.flow.transformer.SpreadSheetCopyColumns
whether to insert after the position instead of at.
m_After - Variable in class adams.flow.transformer.SpreadSheetCopyRows
whether to insert after the position instead of at.
m_After - Variable in class adams.flow.transformer.SpreadSheetInsertColumn
whether to insert after the position instead of at.
m_After - Variable in class adams.flow.transformer.SpreadSheetInsertRow
whether to insert after the position instead of at.
m_After - Variable in class adams.flow.transformer.SpreadSheetInsertRowScore
whether to insert after the position instead of at.
m_After - Variable in class adams.flow.transformer.SpreadSheetRowBinning
whether to insert after the position instead of at.
m_After - Variable in class adams.flow.transformer.StorageCollectionInsert
whether to insert after the position instead of at.
m_After - Variable in class adams.flow.transformer.StringInsert
whether to insert after the position instead of at.
m_AfterExecuteActor - Variable in class adams.flow.control.Flow
the actor that was executed after the flow finished.
m_AfterHideActions - Variable in class adams.gui.core.BaseDialog
the actions to execute after the dialog has been hidden.
m_AfterShowActions - Variable in class adams.gui.core.BaseDialog
the actions to execute after the dialog has been made visible.
m_Aggregate - Variable in class adams.parser.spreadsheetquery.ParserHelper
whether to aggregate.
m_AggregateColumns - Variable in class adams.flow.transformer.SpreadSheetAggregate
the range of columns to aggregate.
m_Aggregated - Variable in class weka.classifiers.AggregateEvaluations
the aggregated evaluation.
m_Aggregates - Variable in class adams.flow.transformer.SpreadSheetAggregate
the aggregates to generate.
m_Aggregates - Variable in class adams.parser.spreadsheetquery.ParserHelper
the aggregates to generate (aggregate - list of columns).
m_Algorithm - Variable in class adams.data.filter.AbstractAutocorrelation
the algorithm to use.
m_Algorithm - Variable in class adams.data.image.transformer.Cropping
the crop algorithm to use.
m_Algorithm - Variable in class adams.data.image.transformer.WhiteBalance
the crop algorithm to use.
m_Algorithm - Variable in class adams.data.instancesanalysis.PLS
the algorithm to use.
m_Algorithm - Variable in class adams.data.objectfilter.MergeOverlaps
the object overlap calculation to use.
m_Algorithm - Variable in class adams.data.overlappingobjectremoval.MergeOverlaps
the object overlap calculation to use.
m_Algorithm - Variable in class adams.data.statistics.ArrayBinning
the binning algorithm.
m_Algorithm - Variable in class adams.flow.transformer.BoofCVFeatureGenerator
the algorithm to apply to the image.
m_Algorithm - Variable in class adams.flow.transformer.BufferedImageFeatureGenerator
the algorithm to apply to the image.
m_Algorithm - Variable in class adams.flow.transformer.DetermineOverlappingObjects
the image overlap calculation to use.
m_Algorithm - Variable in class adams.flow.transformer.ImageObjectOverlapMatrix
the image overlap calculation to use.
m_Algorithm - Variable in class adams.flow.transformer.ImageSharpness
the image reader to use.
m_Algorithm - Variable in class adams.flow.transformer.negativeregions.AbstractMetaNegativeRegionsGenerator
the base generator to use.
m_Algorithm - Variable in class adams.flow.transformer.NegativeRegions
the algorithm to use.
m_Algorithm - Variable in class adams.flow.transformer.OpenCVFeatureGenerator
the algorithm to apply to the image.
m_Algorithm - Variable in class adams.flow.transformer.SpreadSheetRowBinning
the binning algorithm to use.
m_Algorithm - Variable in class adams.flow.transformer.TimeseriesFeatureGenerator
the feature generator to use.
m_Algorithm - Variable in class adams.flow.transformer.WekaGeneticAlgorithm
whether to check the header.
m_Algorithm - Variable in class adams.ml.preprocessing.supervised.PLS
the PLS algorithm to use.
m_Algorithm - Variable in class adams.ml.preprocessing.unsupervised.PCA
the actual algorithm.
m_Algorithm - Variable in class weka.classifiers.BinnedNumericClassCrossValidationFoldGenerator
the binning algorithm.
m_Algorithm - Variable in class weka.classifiers.BinnedNumericClassRandomSplitGenerator
the binning algorithm.
m_Algorithm - Variable in class weka.classifiers.functions.GeneticAlgorithm
the genetic algorithm.
m_Algorithm - Variable in class weka.classifiers.functions.PLSWeighted
the PLS algorithm
m_Algorithm - Variable in class weka.classifiers.GroupedBinnedNumericClassCrossValidationFoldGenerator
the binning algorithm.
m_Algorithm - Variable in class weka.classifiers.GroupedBinnedNumericClassRandomSplitGenerator
the binning algorithm.
m_Algorithm - Variable in class weka.filters.supervised.attribute.MultiPLS
the PLS algorithm.
m_Algorithm - Variable in class weka.filters.supervised.attribute.PLS
the PLS algorithm.
m_Algorithm - Variable in class weka.filters.supervised.attribute.YGradientEPO
the EPO algorithm.
m_Algorithm - Variable in class weka.filters.supervised.attribute.YGradientGLSW
the GLSW algorithm.
m_Algorithm - Variable in class weka.filters.unsupervised.attribute.FastWavelet
the type of algorithm.
m_Algorithms - Variable in class weka.classifiers.BestBinnedNumericClassRandomSplitGenerator
the algorithms to evaluate.
m_Alignment - Variable in class adams.flow.transformer.pdfstamp.Text
the alignment.
m_Alin - Variable in class weka.classifiers.functions.GaussianProcessesAdaptive
The parameters of the linear transforamtion realized by the filter on the class attribute
m_Alin - Variable in class weka.classifiers.functions.GaussianProcessesNoWeights
The parameters of the linear transformation realized by the filter on the class attribute
m_Alin - Variable in class weka.classifiers.functions.GaussianProcessesWeighted
The parameters of the linear transforamtion realized by the filter on the class attribute
m_Alin - Variable in class weka.classifiers.functions.GPD
The parameters of the linear transforamtion realized by the filter on the class attribute
m_AllActions - Variable in class adams.gui.flow.tree.keyboardaction.ActionQuickSearch
all instantiated classes.
m_AllColumns - Variable in class adams.parser.spreadsheetquery.ParserHelper
whether all columns are retrieved.
m_AllConnections - Static variable in class adams.db.DatabaseManager
for storing all database connection objects.
m_allEqualWeights - Variable in class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeSummaryPanel
Do all instances have the same weight
m_AllObjects - Variable in class adams.gui.visualization.image.AbstractReportBasedOverlayHelper
all located objects.
m_AllowDarkening - Variable in class adams.gui.visualization.core.AbstractColorProvider
whether darkening of colors is allowed.
m_AllowEmpty - Variable in class adams.doc.xhtml.AbstractMixedTag
whether to output empty tags.
m_AllowEmpty - Variable in class adams.doc.xml.AbstractComplexTag
whether to output empty tags.
m_AllowEmpty - Variable in class adams.flow.control.SubProcess
whether to allow no sub-actors.
m_AllowGlobFilters - Variable in class adams.gui.chooser.BaseFileChooser
whether glob filters (eg "*.txt") are allowed.
m_AllowKeyboardShortcuts - Variable in class adams.gui.flow.tree.Tree
whether to allow keyboard shortcuts.
m_AllowLayerActions - Variable in class adams.flow.transformer.ImageSegmentationAnnotator
whether layer actions are available (when using separate layers).
m_AllowLayerRemoval - Variable in class adams.flow.transformer.ImageSegmentationAnnotator
whether layers can be deleted (when using separate layers).
m_AllowLocalExecution - Variable in class adams.multiprocess.ScpJobRunner
whether to allow fallback for local execution.
m_AllowMerge - Variable in class adams.flow.sink.DisplayPanelManager
whether to allow merging of panel content.
m_AllowMerge - Variable in class adams.flow.sink.HistoryDisplay
whether to allow merging of panel content.
m_AllowNodePopup - Variable in class adams.gui.flow.tree.Tree
whether to allow the popup menu.
m_AllowNodeQuickAction - Variable in class adams.gui.flow.tree.Tree
whether to allow the quick action menu.
m_AllowOversampling - Variable in class adams.data.filter.AbstractEquiDistance
indicates whether oversampling is allowed, i.e., generating more points than were available in the original data.
m_AllowRemoval - Variable in class adams.gui.visualization.container.AbstractContainerManager
whether to allow deletes.
m_AllowRemove - Variable in class adams.gui.core.AbstractNamedHistoryPanel
whether to allow removing of entries.
m_AllowRename - Variable in class adams.gui.core.AbstractNamedHistoryPanel
whether to allow renaming of entries.
m_AllowResize - Variable in class adams.gui.visualization.sequence.XYSequencePanel
whether user can resize dialog.
m_AllowSearch - Variable in class adams.flow.sink.DisplayPanelManager
whether to allow searching.
m_AllowSearch - Variable in class adams.flow.sink.HistoryDisplay
whether to allow searching.
m_AllowSearch - Variable in class adams.flow.sink.SpreadSheetDisplay
whether to allow searching.
m_AllowSearch - Variable in class adams.flow.transformer.SelectArraySubset
whether to allow searching.
m_AllowSearch - Variable in class adams.flow.transformer.SpreadSheetSelectSubset
whether to allow searching.
m_AllowSource - Variable in class adams.flow.control.Sequence
whether to allow a source or not.
m_AllowStandalones - Variable in class adams.flow.control.Sequence
whether to allow standalones or not.
m_AllowUsingPreviousReport - Variable in class adams.flow.transformer.ImageObjectAnnotator
whether to allow using the previous report.
m_Alpha - Variable in class adams.data.distribution.Beta
the alpha parameter.
m_Alpha - Variable in class adams.data.distribution.Weibull
the alpha parameter.
m_Alpha - Variable in class adams.data.imagesegmentation.filter.Draw
the alpha value to use.
m_Alpha - Variable in class adams.data.imagesegmentation.operation.SimpleOverlay
the alpha value to use for the overlay (0: transparent, 255: opaque).
m_Alpha - Variable in class adams.data.spc.MOAPageHinkley
the alpha parameter.
m_Alpha - Variable in class adams.flow.sink.ImageSegmentationViewer
the alpha value.
m_Alpha - Variable in class adams.flow.sink.sequenceplotter.ErrorBandPaintlet
the alpha value to use for the band.
m_Alpha - Variable in class adams.flow.transformer.draw.Image
the alpha value to use for the overlay (0: transparent, 255: opaque).
m_Alpha - Variable in class adams.flow.transformer.ImageSegmentationAnnotator
the alpha value.
m_Alpha - Variable in class adams.gui.tools.previewbrowser.ImageSegmentationAnnotationsHandler
the alpha value (0=transparent, 1=opaque).
m_Alpha - Variable in class adams.gui.tools.previewbrowser.SimpleImageSegmentationAnnotationsHandler
the alpha value to use for the overlay (0: transparent, 255: opaque).
m_Alpha - Variable in class adams.gui.visualization.core.BiColorGenerator
the alpha value to use (ignored if 255).
m_Alpha - Variable in class adams.gui.visualization.core.MultiColorGenerator
the alpha value to use (ignored if 255).
m_Alpha - Variable in class adams.gui.visualization.core.TranslucentColorProvider
the alpha parameter.
m_Alpha - Variable in class adams.gui.visualization.segmentation.layer.CombinedLayer
the applied alpha.
m_Alpha - Variable in class weka.classifiers.trees.XGBoost
L1 regularisation term on weights.
m_Alpha - Variable in class weka.filters.supervised.attribute.YGradientEPO
Alpha parameter.
m_Alpha - Variable in class weka.filters.supervised.attribute.YGradientGLSW
Alpha parameter.
m_AlphaChannel - Variable in class adams.flow.source.NewImage
whether to add Alpha channel.
m_AlreadRegistered - Static variable in class adams.gui.goe.WekaEditorsRegistration
 
m_AltDown - Variable in class adams.gui.visualization.image.leftclick.AbstractLeftClickProcessor
whether alt needs to be down.
m_AltDown - Variable in class adams.gui.visualization.object.mouseclick.AbstractMouseClickProcessor
whether alt needs to be down.
m_AlternativeFilename - Variable in class adams.flow.transformer.AbstractSingleDecompress
the alternative filename to use.
m_AlternativeFileSuffix - Variable in class adams.gui.tools.previewbrowser.AnnotateImage
the alternative file suffix to use.
m_AlternativeFileSuffix - Variable in class adams.gui.tools.previewbrowser.ObjectCentersFromReport
the alternative file suffix to use.
m_AlternativeFileSuffix - Variable in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
the alternative file suffix to use.
m_AlternativeFileSuffix - Variable in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
the alternative file suffix to use.
m_AlternativeLocation - Variable in class adams.gui.tools.previewbrowser.CocoAnnotationsHandler
the alternative location.
m_AlternativeLocation - Variable in class adams.gui.tools.previewbrowser.DeepLabCutCSVHandler
the alternative location.
m_AlternativeLocation - Variable in class adams.gui.tools.previewbrowser.ObjectCentersFromReport
the alternative location.
m_AlternativeLocation - Variable in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
the alternative location.
m_AlternativeLocation - Variable in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
the alternative location.
m_AlternativeLocation - Variable in class adams.gui.tools.previewbrowser.PointsFromReportHandler
the alternative location.
m_AlternativeOutputDir - Variable in class adams.flow.transformer.AbstractSingleDecompress
the alternative output directory.
m_AlwaysClear - Variable in class adams.flow.sink.AbstractTextualDisplay
whether to always clear the display before a token is processed.
m_AlwaysQuoteText - Variable in class adams.data.io.output.CsvSpreadSheetWriter
whether to always quote text cells.
m_AlwaysShowMarkers - Variable in class adams.gui.visualization.instance.InstanceLinePaintlet
whether to show markers all the time.
m_AlwaysShowMarkers - Variable in class adams.gui.visualization.sequence.LinePaintlet
whether to show markers all the time.
m_AlwaysShowMarkers - Variable in class adams.gui.visualization.spreadsheet.SpreadSheetRowLinePaintlet
whether to show markers all the time.
m_AlwaysShowMarkers - Variable in class adams.gui.visualization.timeseries.TimeseriesPaintlet
whether to show markers all the time.
m_AlwaysUseContainer - Variable in class adams.flow.transformer.AbstractWekaClassifierEvaluator
whether to always use a container.
m_AlwaysWait - Variable in class adams.flow.source.DirectoryLister
whether to always wait between polls, even if other files are still present.
m_Amount - Variable in class adams.data.filter.TimeseriesShiftValues
the amount to shift the values by.
m_Amount - Variable in class adams.parser.TimeAmount
the amount.
m_Amount - Variable in class weka.filters.unsupervised.instance.LatestRecords
the amount to keep (less than 1: percentage, otherwise absolute number).
m_Anchor - Variable in class adams.data.image.features.PixelClassifications
where to anchor the position on the rectangle.
m_Anchor - Variable in class adams.data.image.transformer.ChangeCanvasSize
where to anchor the position on the canvas.
m_Anchor - Variable in class adams.data.image.transformer.crop.CropBackground
where to pick the background color.
m_Anchor - Variable in class adams.data.image.transformer.crop.RelativeCrop
where to anchor the position on the rectangle.
m_Anchor - Variable in class adams.flow.transformer.locateobjects.ChangeCanvasSize
where to anchor the position on the canvas.
m_Anchor - Variable in class adams.gui.visualization.object.objectannotations.label.Anchored
the label anchor.
m_AnchorX - Variable in class adams.data.opencv.transformer.Blur
the X of the anchor.
m_AnchorY - Variable in class adams.data.opencv.transformer.Blur
the Y of the anchor.
m_Angle - Variable in class adams.data.jai.transformer.Rotate
the angle to rotate the image by.
m_Angle - Variable in class adams.data.objectfilter.Rotate
the rotation in degrees.
m_AngleLandscapeToPortrait - Variable in class adams.data.jai.transformer.ChangeOrientation
the rotation angle for landscape to portrait.
m_AnglePortraitToLandscape - Variable in class adams.data.jai.transformer.ChangeOrientation
the rotation angle for portrait to landscape.
m_AnnotationChangeListeners - Variable in class adams.gui.visualization.object.ObjectAnnotationPanel
the listeners for annotation changes.
m_AnnotationCheck - Variable in class adams.flow.transformer.ImageObjectAnnotator
the annotation check to apply.
m_AnnotationCheck - Variable in class adams.gui.visualization.object.overlay.ObjectAnnotations
for detecting invalid annotations and displaying them differently.
m_AnnotationProcessor - Static variable in class adams.gui.flow.tree.Node
the annotation processor.
m_AnnotationProcessorInitialized - Static variable in class adams.gui.flow.tree.Node
whether the processor has been initialized.
m_Annotations - Variable in class adams.flow.core.AbstractActor
annotations for the actor.
m_Annotations - Variable in class adams.flow.transformer.draw.ObjectAnnotationsFromReport
the annotations.
m_Annotations - Variable in class adams.gui.visualization.image.ObjectAnnotations
the annotations.
m_Annotations - Variable in class adams.gui.visualization.object.overlay.ObjectAnnotations
the annotations.
m_AnnotationsColor - Variable in class adams.flow.transformer.compareobjectlocations.Combined
the color for the annotations.
m_AnnotationsColor - Variable in class adams.gui.flow.tree.Tree
the HTML color string of the annotations (e.g., 'blue' or '#0000FF').
m_AnnotationsDisplay - Variable in class adams.flow.transformer.ImageObjectAnnotator
the annotations display to use.
m_AnnotationsLabelSuffix - Variable in class adams.flow.transformer.compareobjectlocations.Combined.CombinedPanel
the annotations label suffix.
m_AnnotationsLabelSuffix - Variable in class adams.flow.transformer.CompareObjectLocations
the annotations label suffix.
m_AnnotationsLabelSuffix - Variable in class adams.flow.transformer.compareobjectlocations.SideBySide.SideBySidePanel
the annotations label suffix.
m_AnnotationsLocatedObjects - Variable in class adams.flow.transformer.compareobjectlocations.Combined.CombinedPanel
the located objects / annotations.
m_AnnotationsLocatedObjects - Variable in class adams.flow.transformer.compareobjectlocations.SideBySide.SideBySidePanel
the located objects / annotations.
m_AnnotationsOverlay - Variable in class adams.flow.transformer.compareobjectlocations.SideBySide
the image overlays for the annotations.
m_AnnotationsPrefix - Variable in class adams.flow.transformer.compareobjectlocations.AbstractComparisonPanel
the annotations object prefix.
m_AnnotationsPrefix - Variable in class adams.flow.transformer.CompareObjectLocations
the annotations object prefix.
m_AnnotationsReport - Variable in class adams.flow.transformer.compareobjectlocations.Combined.CombinedPanel
the annotations report.
m_AnnotationsReport - Variable in class adams.flow.transformer.compareobjectlocations.SideBySide.SideBySidePanel
the annotations report.
m_AnnotationsSize - Variable in class adams.gui.flow.tree.Tree
the HTML font tag size of the annotations (e.g., '3' or '-2').
m_AnnotationsStorageName - Variable in class adams.flow.transformer.CompareObjectLocations
the storage item with the annotations.
m_Annotator - Variable in class adams.flow.transformer.ImageObjectAnnotator
the annotator to use.
m_Annotator - Variable in class adams.gui.visualization.object.ObjectAnnotationPanel
the annotator.
m_Annotator - Variable in class adams.gui.visualization.object.tools.Annotator
the annotator to use.
m_AntiAliasingEnabled - Variable in class adams.flow.sink.ActualVsPredictedPlot
whether anti-aliasing is enabled.
m_AntiAliasingEnabled - Variable in class adams.flow.sink.controlchartplot.ChartPaintlet
whether anti-aliasing is enabled.
m_AntiAliasingEnabled - Variable in class adams.flow.sink.controlchartplot.LimitPaintlet
whether anti-aliasing is enabled.
m_AntiAliasingEnabled - Variable in class adams.flow.sink.sequenceplotter.OutlierPaintlet
whether anti-aliasing is enabled.
m_AntiAliasingEnabled - Variable in class adams.flow.transformer.draw.AbstractColorStrokeDrawOperation
whether anti-aliasing is enabled.
m_AntiAliasingEnabled - Variable in class adams.flow.transformer.draw.Text
whether anti-aliasing is enabled.
m_AntiAliasingEnabled - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.output.ClassifierErrors
whether anti-aliasing is enabled.
m_AntiAliasingEnabled - Variable in class adams.gui.visualization.instance.InstanceLinePaintlet
whether anti-aliasing is enabled.
m_AntiAliasingEnabled - Variable in class adams.gui.visualization.instance.SimpleInstanceLinePaintlet
whether anti-aliasing is enabled.
m_AntiAliasingEnabled - Variable in class adams.gui.visualization.sequence.CirclePaintlet
whether anti-aliasing is enabled.
m_AntiAliasingEnabled - Variable in class adams.gui.visualization.sequence.CrossPaintlet
whether anti-aliasing is enabled.
m_AntiAliasingEnabled - Variable in class adams.gui.visualization.sequence.DiagonalOverlayPaintlet
whether anti-aliasing is enabled.
m_AntiAliasingEnabled - Variable in class adams.gui.visualization.sequence.KendallTheilOverlayPaintlet
whether anti-aliasing is enabled.
m_AntiAliasingEnabled - Variable in class adams.gui.visualization.sequence.LinearRegressionOverlayPaintlet
whether anti-aliasing is enabled.
m_AntiAliasingEnabled - Variable in class adams.gui.visualization.sequence.LinePaintlet
whether anti-aliasing is enabled.
m_AntiAliasingEnabled - Variable in class adams.gui.visualization.sequence.LOWESSOverlayPaintlet
whether anti-aliasing is enabled.
m_AntiAliasingEnabled - Variable in class adams.gui.visualization.sequence.MetaDataValuePaintlet
whether anti-aliasing is enabled.
m_AntiAliasingEnabled - Variable in class adams.gui.visualization.sequence.SquarePaintlet
whether anti-aliasing is enabled.
m_AntiAliasingEnabled - Variable in class adams.gui.visualization.sequence.StraightLineOverlayPaintlet
whether anti-aliasing is enabled.
m_AntiAliasingEnabled - Variable in class adams.gui.visualization.sequence.TrianglePaintlet
whether anti-aliasing is enabled.
m_AntiAliasingEnabled - Variable in class adams.gui.visualization.spreadsheet.SimpleSpreadSheetRowLinePaintlet
whether anti-aliasing is enabled.
m_AntiAliasingEnabled - Variable in class adams.gui.visualization.spreadsheet.SpreadSheetRowLinePaintlet
whether anti-aliasing is enabled.
m_AntiAliasingEnabled - Variable in class adams.gui.visualization.stats.paintlet.AbstractProbabilityPaintlet
whether anti-aliasing is enabled.
m_AntiAliasingEnabled - Variable in class adams.gui.visualization.stats.paintlet.AbstractScatterPlotPaintlet
whether anti-aliasing is enabled.
m_AntiAliasingEnabled - Variable in class adams.gui.visualization.stats.paintlet.AbstractZScorePaintlet
whether anti-aliasing is enabled.
m_AntiAliasingEnabled - Variable in class adams.gui.visualization.stats.paintlet.DiagonalPaintlet
whether anti-aliasing is enabled.
m_AntiAliasingEnabled - Variable in class adams.gui.visualization.stats.paintlet.LowessPaintlet
whether anti-aliasing is enabled.
m_AntiAliasingEnabled - Variable in class adams.gui.visualization.stats.paintlet.VsFitPaintlet
whether anti-aliasing is enabled.
m_AntiAliasingEnabled - Variable in class adams.gui.visualization.stats.paintlet.VsOrderPaintlet
whether anti-aliasing is enabled.
m_AntiAliasingEnabled - Variable in class adams.gui.visualization.timeseries.TimeseriesPaintlet
whether anti-aliasing is enabled.
m_AnyChangeListeners - Variable in class adams.gui.core.BasePasswordField
the listeners for any changes to the text.
m_AnyChangeListeners - Variable in class adams.gui.core.BaseTextArea
the listeners for any changes to the text.
m_AnyChangeListeners - Variable in class adams.gui.core.BaseTextField
the listeners for any changes to the text.
m_AnyChangeListeners - Variable in class adams.gui.core.BaseTextPane
the listeners for any changes to the text.
m_Append - Variable in class adams.data.io.output.TextFileWriter
whether to append the file.
m_Append - Variable in class adams.flow.sink.AbstractAppendableFileWriter
whether to append or not.
m_Append - Variable in class adams.flow.source.RSync
 
m_AppendDataType - Variable in class adams.data.conversion.FieldToString
whether to output the data type as well.
m_Appending - Variable in class adams.data.io.output.AccessSpreadSheetWriter
whether to append spreadsheets.
m_Appending - Variable in class adams.data.io.output.CsvSpreadSheetWriter
whether to append spreadsheets.
m_Appending - Variable in class adams.data.io.output.SqlDumpSpreadSheetWriter
whether to append spreadsheets.
m_AppendListeners - Variable in class adams.gui.core.TextEditorPanel.TextEditorArea
the listeners for append events.
m_AppendVerify - Variable in class adams.flow.source.RSync
 
m_Application - Variable in class adams.gui.tools.remotecontrolcenter.panels.GenericObjectEditorResponseConnectionUpdater
the application frame to get the scripting engine from.
m_ApplicationFrame - Variable in class adams.env.AbstractEnvironment
the main GUI application.
m_ApplicationTerminal - Variable in class adams.env.AbstractEnvironment
the main terminal application.
m_ApplicationTitle - Variable in class adams.gui.application.AbstractApplicationFrame
the title of the application.
m_ApplicationTitle - Variable in class adams.terminal.application.AbstractTerminalApplication
the title of the application.
m_AppliesTo - Variable in class adams.core.tags.TagInfo
the classes this tag applies to.
m_ApplyToAll - Variable in class adams.gui.tools.SpreadSheetViewerPanel
whether to apply settings to all tabs or just current one.
m_AppMenu - Variable in class adams.gui.application.AbstractApplicationFrame
the application menu in use.
m_Approved - Variable in class adams.flow.transformer.PixelSelector
whether the user approved (or canceled) the dialog.
m_ArcHeight - Variable in class adams.flow.transformer.draw.Rectangle
the height of the arc.
m_Archive - Variable in class adams.flow.source.RSync
 
m_Archive - Variable in class adams.flow.source.SimpleRSync
 
m_Archive - Variable in class adams.gui.tools.previewbrowser.AbstractArchiveHandler
the archive to extract the files from.
m_ArchiveHandler - Variable in class adams.gui.tools.PreviewBrowserPanel
the current archive handler.
m_ArcWidth - Variable in class adams.flow.transformer.draw.Rectangle
the width of the arc.
m_AreaAlgorithm - Variable in class adams.flow.transformer.DetermineOverlappingAreas
the area calculation to use.
m_AreaType - Variable in class adams.data.areaoverlap.BoundingBoxBased
how to calculate the area.
m_AreaType - Variable in class adams.data.areaoverlap.PolygonBased
how to calculate the area.
m_Arguments - Variable in class adams.core.management.Launcher
the arguments for the process.
m_Arrangement - Variable in class adams.flow.sink.ArrayDisplay
how to display the array elements.
m_Array - Variable in class adams.flow.source.ForLoop
the array to output.
m_Array - Variable in class adams.gui.goe.Favorites.Favorite
whether it is an array.
m_Array - Variable in class adams.gui.tools.FavoritesManagementPanel.FavoritesListModel
whether we are managing arrays.
m_Array - Variable in class adams.gui.visualization.stats.histogram.Histogram
double array to plot.
m_Array - Variable in class adams.gui.visualization.stats.scatterplot.Matrix
Overlays to be displayed
m_ArrayChangeListeners - Variable in class adams.gui.goe.GenericArrayEditor
the change listeners (get notified whenever items get added/removed/updated).
m_ArrayClass - Variable in class adams.data.conversion.CollectionToArray
the class for the array.
m_ArrayClass - Variable in class adams.flow.control.ArrayGenerate
the class for the array.
m_ArrayClass - Variable in class adams.flow.control.ArrayProcess
the class for the array.
m_ArrayClass - Variable in class adams.flow.source.CombineArrays
the class for the array.
m_ArrayClass - Variable in class adams.flow.source.NewArray
the class for the array.
m_ArrayClass - Variable in class adams.flow.source.StorageValuesArray
the class for the array.
m_ArrayClass - Variable in class adams.flow.source.valuedefinition.AbstractArrayValueDefinition
the array class.
m_ArrayClass - Variable in class adams.flow.transformer.CollectionToArray
the class for the array.
m_ArrayClass - Variable in class adams.flow.transformer.SequenceToArray
the class for the array.
m_ArrayClass - Variable in class adams.gui.core.PropertiesParameterPanel
the property/arrayclass relation.
m_ArrayEditor - Variable in class adams.flow.source.WekaSelectObjects
the dialog for selecting the objects.
m_ArrayElement - Variable in class adams.flow.control.ArrayProcess.ArrayElementJob
the array element.
m_ArrayIndex - Variable in class adams.flow.control.ArrayProcess.ArrayElementJob
the index.
m_ArrayLength - Variable in class adams.flow.transformer.SequenceToArray
the length of the arrays.
m_ArraysAsLists - Variable in class adams.data.conversion.JsonObjectToMap
whether to return arrays as lists.
m_ArraySeparator - Variable in class adams.gui.core.PropertiesParameterPanel
the property/arrayseparator relation.
m_as - Variable in class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeVisualizationPanel
This holds the attribute stats of the current attribute on display.
m_asc_or_desc - Variable in class adams.db.indices.IndexColumn
ascending or descending?
m_asCache - Variable in class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeVisualizationPanel
Cache of attribute stats info for the current data set
m_Ascending - Variable in class adams.data.container.DataPointComparator
whether the ordering is ascending or descending.
m_Ascending - Variable in class adams.data.instances.InstanceComparator
whether to sort ascending or descending.
m_Ascending - Variable in class adams.data.spreadsheet.RowComparator
whether to sort ascending or descending.
m_Ascending - Variable in class adams.gui.core.Point2DComparator
whether to compare ascending or descending.
m_AssignedPort - Variable in class adams.scripting.connection.AbstractSSHConnection
the assigned port.
m_AssignedPort - Variable in class adams.scripting.connection.AbstractSSHConnectionWithPortForwarding
the assigned port.
m_Assignments - Variable in class weka.clusterers.SAXKMeans
Assignments obtained.
m_Associator - Variable in class adams.flow.source.WekaAssociatorSetup
the weka associator.
m_Associator - Variable in class adams.flow.transformer.WekaTrainAssociator
the name of the callable weka associator.
m_Associator - Variable in class adams.flow.transformer.WekaTrainAssociator.TrainJob
the associator to train.
m_Asynchronous - Variable in class adams.flow.control.AbstractTee
whether to execute sub-actors asynchronously.
m_Asynchronous - Variable in class adams.flow.standalone.ExternalFlow
the background processes launched.
m_AsynchronousWorker - Variable in class adams.flow.control.AbstractTee
the swingworker in use for asynchronous execution.
m_AtomicMove - Variable in class adams.flow.standalone.DirWatch
whether to perform an atomic move.
m_AtomicMove - Variable in class adams.flow.transformer.AbstractDataProcessor
whether to perform an atomic move.
m_AtomicMove - Variable in class adams.flow.transformer.MoveFile
whether to perform an atomic move.
m_AtomicMove - Variable in class adams.scripting.engine.FileBasedScriptingEngine
whether to perform an atomic move.
m_Att - Variable in class adams.flow.sink.ProbabilityPlotDisplay
name of attribute to display
m_Att - Variable in class adams.flow.sink.ZScoreDisplay
String for regular expression for attribute
m_Att - Variable in class adams.gui.visualization.stats.zscore.ZScore
combo box for attribute selection
m_Attachments - Variable in class adams.core.net.Email
the attachments.
m_AttemptInterval - Variable in class adams.flow.sink.DumpFile
the interval between attempts.
m_AttemptInterval - Variable in class adams.flow.transformer.CopyFile
the interval between attempts.
m_AttemptInterval - Variable in class adams.flow.transformer.MoveFile
the interval between attempts.
m_AttemptInterval - Variable in class adams.flow.transformer.WaitForFile
the interval in milli-seconds to wait.
m_AttemptInterval - Variable in class adams.multiprocess.ScpJobRunner
the interval in milli-seconds to wait.
m_AttemptInterval - Variable in class adams.multiprocess.SerializingJobRunner
the interval in milli-seconds to wait.
m_AttIndex - Variable in class adams.flow.sink.ProbabilityPlotDisplay
Index of attribute to display
m_AttIndex - Variable in class adams.flow.sink.ZScoreDisplay
String for index to set attribute
m_AttIndex - Variable in class adams.gui.visualization.stats.zscore.ZScore
Index for choosing attribute
m_AttIndex - Variable in class weka.filters.unsupervised.attribute.NominalToNumeric
the attribute index.
m_AttIndices - Variable in class weka.filters.unsupervised.attribute.Detrend
the determined indices.
m_AttIndices - Variable in class weka.filters.unsupervised.attribute.MultiplicativeScatterCorrection
the determined indices.
m_AttIndices - Variable in class weka.filters.unsupervised.attribute.SimpleDetrend
the determined indices.
m_AttIndicesSet - Variable in class weka.filters.unsupervised.attribute.Detrend
the determined indices (as set).
m_AttIndicesSet - Variable in class weka.filters.unsupervised.attribute.MultiplicativeScatterCorrection
the determined indices (as set).
m_attnum - Variable in class weka.classifiers.meta.AbstainAttributePercentile
 
m_AttRange - Variable in class weka.filters.unsupervised.instance.KennardStone
the range of attributes to apply to.
m_AttReg - Variable in class adams.gui.visualization.stats.probabilityplot.ProbabilityPlot
Regular expression for choosing the attribute to plot
m_AttReg - Variable in class adams.gui.visualization.stats.zscore.ZScore
String for regular expression
m_AttRegExp - Variable in class weka.filters.unsupervised.attribute.Detrend
the range of attributes to work on.
m_AttRegExp - Variable in class weka.filters.unsupervised.attribute.MultiplicativeScatterCorrection
the range of attributes to work on.
m_attribIndex - Variable in class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeVisualizationPanel
This holds the index of the current attribute on display and should be set through setAttribute(int idx).
m_attribute - Variable in class weka.classifiers.functions.SimpleLinearRegressionWithAccess
The chosen attribute
m_Attribute - Variable in class adams.flow.transformer.AddDOMAttribute
the name of the attribute to add.
m_AttributeFilter - Variable in class weka.filters.unsupervised.attribute.PrincipalComponentsJ
Filter for removing class attribute, nominal attributes with 0 or 1 value.
m_attributeIndex - Variable in class weka.classifiers.functions.SimpleLinearRegressionWithAccess
The index of the chosen attribute
m_AttributeIndex - Variable in class adams.data.spreadsheet.rowfinder.ByContentType
the attribute index to work on.
m_AttributeIndex - Variable in class adams.data.spreadsheet.rowfinder.ByDateValue
the attribute index to work on.
m_AttributeIndex - Variable in class adams.data.spreadsheet.rowfinder.ByNumericRange
the attribute index to work on.
m_AttributeIndex - Variable in class adams.data.spreadsheet.rowfinder.ByNumericValue
the attribute index to work on.
m_AttributeIndex - Variable in class adams.data.spreadsheet.rowfinder.ByStringComparison
the attribute index to work on.
m_AttributeIndex - Variable in class adams.data.spreadsheet.rowfinder.ByValue
the attribute index to work on.
m_AttributeIndex - Variable in class adams.data.spreadsheet.rowfinder.ClosestNumericValue
the attribute index to work on.
m_AttributeIndex - Variable in class adams.data.spreadsheet.rowfinder.IsNumeric
the attribute index to work on.
m_AttributeIndex - Variable in class adams.data.weka.rowfinder.ByLabel
the attribute index to work on.
m_AttributeIndex - Variable in class adams.data.weka.rowfinder.ByNumericRange
the attribute index to work on.
m_AttributeIndex - Variable in class adams.data.weka.rowfinder.ByNumericValue
the attribute index to work on.
m_AttributeIndex - Variable in class adams.flow.transformer.WekaInstancesInfo
the index of the attribute to get the information for.
m_AttributeIndex - Variable in class adams.gui.visualization.instance.InstanceComparePanel.DatasetIndexer
the attribute to index.
m_AttributeIndex - Variable in class weka.filters.unsupervised.attribute.SpellChecker
the index of the attribute to work on.
m_AttributeIndex - Variable in class weka.filters.unsupervised.instance.SortOnAttribute
the index of the attribute to sort on.
m_AttributeName - Variable in class adams.flow.transformer.WekaGetInstanceValue
the name of the attribute to get the value from the Instance.
m_AttributeName - Variable in class adams.flow.transformer.WekaInstanceEvaluator
the attribute name of the evaluation object.
m_AttributeName - Variable in class weka.filters.unsupervised.instance.DatasetLabeler
the name of the attribute name to add.
m_AttributeName - Variable in class weka.filters.unsupervised.instance.LatestRecords
the name of the attribute that holds the numeric database ID.
m_AttributeNameLab - Variable in class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeSummaryPanel.AttributeInfoPanel
Displays the name of the relation
m_AttributeNames - Variable in class adams.flow.source.WekaNewInstances
the comma-separated list of attribute names.
m_AttributeNames - Variable in class weka.filters.unsupervised.attribute.MergeManyAttributes
the attribute names.
m_AttributePrefix - Variable in class weka.filters.unsupervised.attribute.OuterProductAnalysis
the prefix to use for the generated attributes.
m_AttributeRange - Variable in class adams.data.instancesanalysis.FastICA
the range of attributes to work.
m_AttributeRange - Variable in class adams.data.instancesanalysis.PCA
the range of attributes to work.
m_AttributeRange - Variable in class adams.data.instancesanalysis.PLS
the range of attributes to work.
m_AttributeRange - Variable in class adams.data.spreadsheet.rowfinder.MissingValue
the attribute index to work on.
m_AttributeRange - Variable in class weka.filters.unsupervised.attribute.CorrelationMatrix
the range of attributes to work on.
m_AttributeRange - Variable in class weka.filters.unsupervised.attribute.InputSmearing
the range of the attributes to work on.
m_AttributeRange - Variable in class weka.filters.unsupervised.attribute.JoinAttributes
the range of the attributes to work on.
m_AttributeRange - Variable in class weka.filters.unsupervised.attribute.LogTransform
the range of attributes to log-transform.
m_AttributeRange - Variable in class weka.filters.unsupervised.attribute.SetMissingValue
the range of attributes to set to missing.
m_AttributeRange - Variable in class weka.filters.unsupervised.attribute.SimpleDetrend
the range of attributes to work on.
m_AttributeRenameFindRegexs - Variable in class adams.flow.transformer.wekadatasetsmerge.AbstractMerge
The regexs to use to find attributes that require renaming.
m_AttributeRenameFormatStrings - Variable in class adams.flow.transformer.wekadatasetsmerge.AbstractMerge
The format strings specifying how to rename attributes.
m_Attributes - Variable in class adams.doc.xml.AbstractTag
the attributes.
m_Attributes - Variable in class adams.flow.transformer.WekaInstanceStreamPlotGenerator
the range of attributes to plot.
m_Attributes - Variable in class weka.filters.unsupervised.attribute.EquiDistance
the indices of the identified attributes.
m_AttributeSelection - Variable in class adams.gui.tools.wekainvestigator.tab.attseltab.ResultItem
the attsel object.
m_AttributeSelection - Variable in class weka.classifiers.functions.LinearRegressionJ
The current attribute selection method
m_AttributeSelection - Variable in class weka.filters.unsupervised.attribute.EquiDistance
how to select the attributes.
m_AttributeSetCmd - Variable in class adams.gui.tools.SSHPanel
the attributeset for commands.
m_AttributeSetError - Variable in class adams.gui.tools.SSHPanel
the attributeset for errors.
m_AttributeSetRemote - Variable in class adams.gui.tools.SSHPanel
the attributeset for remote output.
m_AttributeStats - Variable in class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeSummaryPanel
Cached stats on the attributes we've summarized so far
m_AttributesToProcess - Variable in class adams.flow.transformer.WekaMultiLabelSplitter
the indices of the class attributes still to process.
m_AttributeTypeLab - Variable in class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeSummaryPanel.AttributeInfoPanel
Displays the type of attribute
m_AttributeTypes - Variable in class adams.flow.source.WekaNewInstances
the comma-separated list of attribute types.
m_AttributeX - Variable in class adams.flow.sink.WekaInstancesPlot
the attribute on the X axis.
m_AttributeX - Variable in class adams.flow.sink.WekaThresholdCurve
the attribute on the X axis.
m_AttributeX - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.output.LegacyThresholdCurve
the attribute on the X axis.
m_AttributeY - Variable in class adams.flow.sink.WekaInstancesPlot
the attribute on the Y axis.
m_AttributeY - Variable in class adams.flow.sink.WekaThresholdCurve
the attribute on the Y axis.
m_AttributeY - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.output.LegacyThresholdCurve
the attribute on the Y axis.
m_AttString - Variable in class adams.flow.sink.BoxPlot
range of box plots to display, in string form
m_AttType - Variable in class adams.flow.transformer.WekaInstancesMerge
the attribute type of the ID attribute.
m_AttValues - Variable in class weka.filters.unsupervised.attribute.InterquartileRangeSamp
 
m_Augmentations - Variable in class adams.core.management.WekaPackagesClassPathAugmenter
for storing the augmentations.
m_Authentication - Variable in class adams.core.io.lister.SmbDirectoryLister
the authentication to use.
m_AuthenticationPanels - Variable in class adams.gui.tools.SSHPanel
the authentication panels.
m_AuthenticationProvider - Variable in class adams.core.io.lister.SmbDirectoryLister
the authentication provider to use.
m_AuthenticationType - Variable in class adams.core.io.lister.SftpDirectoryLister
the type of authentication to use.
m_AuthenticationType - Variable in class adams.flow.standalone.SSHConnection
the type of authentication to use.
m_AuthenticationType - Variable in class adams.gui.chooser.SftpRemoteDirectorySetup
the type of authentication to use.
m_AuthenticationType - Variable in class adams.scripting.connection.AbstractSSHConnection
the type of authentication to use.
m_Author - Variable in class adams.env.Modules.Module
the author of the module.
m_AutoAdvanceLabels - Variable in class adams.gui.visualization.object.annotator.SimplePointAnnotator
whether to automatically advance to the next label once one has been clicked.
m_AutoAppendExtension - Variable in class adams.gui.chooser.BaseFileChooser
whether to automatically append extension.
m_AutoCommit - Variable in class adams.db.AbstractDatabaseConnection
autocommit?
m_AutoCommit - Variable in class adams.db.ConnectionParameters
whether to use auto-commit.
m_AutoDetect - Variable in class adams.data.barcode.decode.ZXing
Barcode format auto-detection.
m_AutoDetectDataType - Variable in class adams.flow.transformer.AbstractSetReportValue
whether to auto-detect the type of the string value.
m_AutoExtendHeader - Variable in class adams.data.io.input.AbstractExcelSpreadSheetReader
whether to automatically extend the header if rows have more cells than header.
m_AutoFocus - Variable in class adams.flow.core.displaytype.Default
whether the window will be automatically focused.
m_AutoKeyGeneration - Variable in class adams.flow.sink.WekaDatabaseWriter
whether to automatically generate a primary key.
m_AutomaticallyRequestFocus - Variable in class adams.gui.visualization.object.tools.ToolMouseAdapter
whether to automatically request focus when clicking on the canvas.
m_AutomaticallyRequestFocus - Variable in class adams.gui.visualization.segmentation.tool.ToolMouseAdapter
whether to automatically request focus when clicking on the canvas.
m_AutomaticUndo - Variable in class adams.flow.transformer.ImageSegmentationAnnotator
whether to use automatic undo.
m_AutoSave - Variable in class adams.gui.goe.Favorites
whether to save the properties whenever a change happened.
m_AutoSave - Variable in class adams.gui.tools.previewbrowser.ContentHandlerFavorites
whether to save the properties whenever a change happened.
m_AutoTypes - Variable in class adams.data.io.input.CsvSpreadSheetReader.ChunkReader
the automatically determined column types.
m_Available - Static variable in class adams.core.SizeOf
whether the SizeOf agent is available.
m_Available - Static variable in class adams.data.opencv.OpenCVHelper
whether OpenCV is available.
m_Available - Variable in class adams.gui.goe.GlobalInfoCache
the classname <-> global info available relation.
m_Average - Variable in class weka.filters.unsupervised.attribute.MultiplicativeScatterCorrection
the calculated averages.
m_AverageConsecutiveLongLags - Variable in class adams.flow.core.LagMakerOptions
average consecutive long lags.
m_AverageLagsAfter - Variable in class adams.flow.core.LagMakerOptions
average lags after.
m_AverageRatio - Variable in class adams.data.objectoverlap.AreaRatio
whether to use average overlap ratio instead of just this->other.
m_AverageRatio - Variable in class adams.flow.transformer.ImageObjectOverlap
whether to use average overlap ratio instead of just this->other.
m_AverageSegments - Variable in class adams.data.boofcv.transformer.SuperPixels
whether to average the segments.
m_AverageSpacing - Variable in class weka.filters.unsupervised.attribute.EquiDistance
the average spacing.
m_AverageWidth - Variable in class adams.data.weka.evaluator.IntervalEstimatorBased.SortedInterval
the average width.
m_avg_target - Variable in class weka.classifiers.functions.GaussianProcessesAdaptive
The training data.
m_avg_target - Variable in class weka.classifiers.functions.GaussianProcessesNoWeights
The training data.
m_avg_target - Variable in class weka.classifiers.functions.GaussianProcessesWeighted
The training data.
m_avg_target - Variable in class weka.classifiers.functions.GPD
The training data.
m_AxisBottom - Variable in class adams.gui.visualization.core.PlotPanel
the bottom axis panel.
m_AxisBottom - Variable in class adams.gui.visualization.stats.paintlet.AbstractOverlayPaintlet
X axis of scatter plot
m_AxisBottom - Variable in class adams.gui.visualization.stats.paintlet.AbstractProbabilityPaintlet
y axis of the plot
m_AxisBottom - Variable in class adams.gui.visualization.stats.paintlet.AbstractScatterPlotPaintlet
x axis of plot
m_AxisBottom - Variable in class adams.gui.visualization.stats.paintlet.AbstractZOverlayPaintlet
x axis of plot
m_AxisBottom - Variable in class adams.gui.visualization.stats.paintlet.AbstractZScorePaintlet
x axis of plot
m_AxisColor - Variable in class adams.gui.visualization.core.AxisPanel
the axis color.
m_AxisLeft - Variable in class adams.gui.visualization.core.PlotPanel
the left axis panel.
m_AxisLeft - Variable in class adams.gui.visualization.stats.paintlet.AbstractOverlayPaintlet
y axis of scatter plot
m_AxisLeft - Variable in class adams.gui.visualization.stats.paintlet.AbstractProbabilityPaintlet
x axis of the plot
m_AxisLeft - Variable in class adams.gui.visualization.stats.paintlet.AbstractScatterPlotPaintlet
y axis of plot
m_AxisLeft - Variable in class adams.gui.visualization.stats.paintlet.AbstractZOverlayPaintlet
y axis of plot
m_AxisLeft - Variable in class adams.gui.visualization.stats.paintlet.AbstractZScorePaintlet
y axis of plot
m_AxisName - Variable in class adams.gui.visualization.core.AxisPanel
the name of the axis.
m_AxisNameCentered - Variable in class adams.gui.visualization.core.AxisPanel
whether the axis name is centered in the axis and not at the border.
m_AxisNameFont - Variable in class adams.gui.visualization.core.AxisPanel
the font for the axis name.
m_AxisRight - Variable in class adams.gui.visualization.core.PlotPanel
the right axis panel.
m_AxisSame - Variable in class adams.gui.visualization.stats.boxplot.BoxPlotManager
whether the axis should have the same scale
m_AxisTop - Variable in class adams.gui.visualization.core.PlotPanel
the top axis panel.
m_AxisWidth - Variable in class adams.gui.visualization.core.AxisPanel
the width of the axis (for HORIZONTAL axes, this is the height, of course).
m_AxisWidth - Variable in class adams.gui.visualization.core.PlotPanel
the width of the axes.
m_AxisWidth - Variable in class adams.gui.visualization.stats.boxplot.BoxPlotManager
width of the axis of each box plot
m_AxisX - Variable in class adams.flow.sink.ControlChartPlot
the options for the X axis.
m_AxisX - Variable in class adams.flow.sink.SequencePlotter
the options for the X axis.
m_AxisX - Variable in class adams.flow.sink.SimplePlot
the options for the X axis.
m_AxisX - Variable in class adams.flow.sink.TimeseriesDisplay
the options for the X axis.
m_AxisX - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.SamplePlot
the options for the X axis.
m_AxisX - Variable in class adams.gui.visualization.stats.core.AbstractPlotOptionGroup
the options for the X axis.
m_AxisY - Variable in class adams.flow.sink.ControlChartPlot
the options for the Y axis.
m_AxisY - Variable in class adams.flow.sink.SequencePlotter
the options for the Y axis.
m_AxisY - Variable in class adams.flow.sink.SimplePlot
the options for the Y axis.
m_AxisY - Variable in class adams.flow.sink.TimeseriesDisplay
the options for the Y axis.
m_AxisY - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.SamplePlot
the options for the Y axis.
m_AxisY - Variable in class adams.gui.visualization.stats.core.AbstractPlotOptionGroup
the options for the Y axis.
m_B - Variable in class adams.data.distribution.Triangular
the b parameter.
m_B - Variable in class adams.data.image.luminance.Custom
the value for B.
m_B - Variable in class adams.data.instancesanalysis.pls.SIMPLS
the B matrix (used for prediction)
m_b_hat - Variable in class adams.data.instancesanalysis.pls.PLS1
the b-hat vector
m_Backends - Variable in class adams.db.mirrored.DbBackend
the backends.
m_Background - Variable in class adams.data.image.transformer.ChangeCanvasSize
the background color.
m_Background - Variable in class adams.data.jai.transformer.Rotate
the background color.
m_Background - Variable in class adams.flow.sink.ProgressBar
the background color.
m_Background - Variable in class adams.flow.source.NewImage
the background color.
m_Background - Variable in class adams.flow.transformer.locateobjects.ChangeCanvasSize
the background color.
m_Background - Variable in class adams.gui.print.BufferedImageBasedWriter
the background color.
m_BackgroundColor - Variable in class adams.data.imagesegmentation.operation.CompareAnnotationWithPrediction
the background color to use.
m_BackgroundColor - Variable in class adams.data.imagesegmentation.operation.SimpleOverlay
the background color to use when not using the base image.
m_BackgroundColor - Variable in class adams.flow.sink.ImageViewer
the background color.
m_BackgroundColor - Variable in class adams.gui.scripting.SyntaxDocument
the background color.
m_BackgroundColor - Variable in class adams.gui.visualization.core.PlotPanel
the background color.
m_BackgroundColor - Variable in class adams.gui.visualization.image.ImagePanel
the background color.
m_BackgroundColorGenerator - Variable in class adams.flow.transformer.pdfproclet.ConfusionMatrix
the color provider to use for the background.
m_BackgroundColorGenerator - Variable in class adams.gui.core.spreadsheettable.ConfusionMatrixCellRenderingCustomizer
the color provider to use for the background.
m_BackgroundColorGenerator - Variable in class adams.gui.core.spreadsheettable.HeatmapCellRenderingCustomizer
the color provider to use for the background.
m_BackgroundDiagonal - Variable in class adams.flow.transformer.pdfproclet.ConfusionMatrix
the background color for the diagonal.
m_BackgroundFocused - Variable in class adams.gui.core.BaseFlatButton
the focused background color.
m_BackgroundLayer - Variable in class adams.gui.visualization.segmentation.layer.LayerManager
the background layer.
m_BackgroundNegative - Variable in class adams.gui.core.spreadsheettable.AbstractColoredCellRenderingCustomizer
the custom background color for negative values.
m_BackgroundPaintlet - Variable in class adams.flow.sink.Canvas
the background paintlet to use.
m_BackgroundPositive - Variable in class adams.gui.core.spreadsheettable.AbstractColoredCellRenderingCustomizer
the custom background color for positive values.
m_BackgroundTableHeader - Variable in class adams.flow.transformer.pdfproclet.AbstractSpreadSheetPdfProclet
the background color for the table header.
m_BackgroundUnfocused - Variable in class adams.gui.core.BaseFlatButton
the unfocused background color.
m_BackgroundValue - Variable in class adams.data.image.features.Eccentricity
the value of the background colour
m_BackgroundValue - Variable in class adams.data.image.features.HusMoments
the value of the background colour
m_BackgroundValue - Variable in class adams.data.image.features.OrientationVector
the value of the background colour
m_BackgroundValue - Variable in class adams.data.image.moments.AbstractBufferedImageMoment
the value of the background colour.
m_Backup - Variable in class adams.flow.source.RSync
 
m_Backup - Variable in class adams.gui.goe.GenericObjectEditor
Holds a copy of the current object that can be reverted to if the user decides to cancel.
m_Backup - Variable in class adams.gui.visualization.image.plugins.AbstractImageViewerPluginWithRestore
the backup of the current state.
m_BackupDir - Variable in class adams.flow.source.RSync
 
m_BackupModel - Variable in class weka.classifiers.meta.SubsetEnsemble
The backup classifier, in case no ensemble could be constructed at prediction time.
m_BackupModel - Variable in class weka.classifiers.meta.VotedImbalance
The backup classifier, in case no ensemble could be constructed at prediction time.
m_BackupState - Variable in class adams.flow.core.AbstractActor
for backing up the state of an actor.
m_Backward - Variable in class adams.flow.transformer.StringIndexOf
whether to start search from the back of the string.
m_Backward - Variable in class adams.flow.transformer.SubStringCount
whether to start search from the back of the string.
m_BandColors - Variable in class adams.flow.sink.sequenceplotter.ErrorBandPaintlet
the color to use for the band.
m_Bar - Variable in class adams.flow.sink.ProgressBar
the color of the bar.
m_Bar - Variable in class adams.gui.visualization.stats.scatterplot.Matrix
Progress bar for displaying update progress
m_barRange - Variable in class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeVisualizationPanel
Contains the range of each bar in a histogram.
m_BarWidth - Variable in class adams.gui.tools.spreadsheetviewer.chart.BarPlot
the width of the bar.
m_BarWidth - Variable in class adams.gui.tools.spreadsheetviewer.chart.Histogram
the width of the bar.
m_Base - Variable in class adams.data.instancesanalysis.pls.OPLS
the base PLS algorithm.
m_Base - Variable in class adams.data.spreadsheet.cellfinder.AbstractMetaIterator
the base iterator to use.
m_Base - Variable in class weka.classifiers.meta.Fallback
the base classifier.
m_BaseClass - Variable in class adams.core.option.AbstractArgumentOption
the base class.
m_BaseFileChooser - Variable in class adams.flow.sink.LogViewer
the base file chooser for saving the log entries.
m_Baseline - Variable in class adams.flow.source.wekaforecastersetup.BaselineAdjustedForecasterGenerator
the forecaster setup for the baseline.
m_Baseline - Variable in class weka.classifiers.timeseries.BaselineAdjustedForecaster
the forecaster for the baseline.
m_BaselineCorrection - Variable in class adams.data.baseline.AbstractBaselineCorrection.BaselineCorrectionJob
the baseline correction scheme to use.
m_BaselineCorrection - Variable in class adams.data.baseline.SlidingWindow
the actual baseline correction scheme to apply.
m_BaselineCorrection - Variable in class adams.data.filter.BaselineCorrection
the baseline correction algorithm.
m_BasePanel - Variable in class adams.gui.scripting.AbstractCommandProcessor
the base panel to use.
m_BasePanel - Variable in class adams.gui.scripting.AbstractScriptingDialog
the base panel this dialog should operate on.
m_BasePanel - Variable in class adams.gui.scripting.ScriptingCommand
the affected base panel.
m_BasePanel - Variable in class adams.gui.scripting.ScriptingCommandCode
the affected base panel.
m_BaseScore - Variable in class weka.classifiers.trees.XGBoost
Global bias.
m_BatchSize - Variable in class adams.data.spreadsheet.sql.Writer
the batch size.
m_BatchSize - Variable in class adams.flow.sink.SpreadSheetDbWriter
the batch size.
m_BCC - Variable in class adams.core.net.Email
the BCC recipients.
m_BCC - Variable in class adams.flow.sink.sendnotification.Email
the recipients (BCC).
m_BCC - Variable in class adams.flow.transformer.CreateEmail
the recipients (BCC).
m_BeforeHideActions - Variable in class adams.gui.core.BaseDialog
the actions to execute before the dialog is hidden.
m_BeforeShowActions - Variable in class adams.gui.core.BaseDialog
the actions to execute before the dialog is made visible.
m_bestClassifier - Variable in class weka.classifiers.meta.AbstainLeastMedianSq
 
m_bestClassifier - Variable in class weka.classifiers.meta.LeastMedianSq
 
m_BestClassifier - Variable in class adams.flow.transformer.WekaClassifierRanker.RankingJob
the best classifier.
m_bestf - Variable in class adams.opt.optimise.AbstractOptimiser
curr best fitness.
m_BestFit - Variable in class adams.flow.sink.ImageSegmentationViewer
whether to use best fit.
m_BestFit - Variable in class adams.flow.transformer.ImageLabeler
whether to use best fit.
m_BestFit - Variable in class adams.flow.transformer.ImageObjectAnnotator
whether to use best fit.
m_BestFit - Variable in class adams.flow.transformer.ImageSegmentationAnnotator
whether to use best fit.
m_BestFit - Variable in class adams.gui.tools.previewbrowser.ImageSegmentationAnnotationsHandler
whether to use best fit.
m_BestFit - Variable in class adams.gui.visualization.object.CanvasPanel
whether to use best fit.
m_BestFitApplied - Variable in class adams.flow.transformer.ImageSegmentationAnnotator
whether best fit has been applied.
m_BestFitness - Variable in class adams.opt.genetic.AbstractGeneticAlgorithm
the best fitness so far.
m_BestFitRedone - Variable in class adams.gui.visualization.segmentation.layer.LayerManager
the listeners if the best fit is being redone.
m_BestFitRedoneListener - Variable in class adams.flow.transformer.ImageSegmentationAnnotator
the change listener for when the best fit zoom got redone.
m_bestMedian - Variable in class weka.classifiers.meta.AbstainLeastMedianSq
 
m_bestMedian - Variable in class weka.classifiers.meta.LeastMedianSq
 
m_BestRange - Variable in class adams.opt.genetic.AbstractGeneticAlgorithm
stores the best range of attribtues.
m_BestRange - Variable in class adams.opt.optimise.genetic.AbstractGeneticAlgorithm
stores the best range of attribtues.
m_BestSetup - Variable in class adams.opt.genetic.AbstractGeneticAlgorithm
the best setup so far.
m_bestv - Variable in class adams.opt.optimise.AbstractOptimiser
curr best vars .
m_BestWeights - Variable in class adams.opt.genetic.AbstractGeneticAlgorithm
the best weights/bits so far.
m_Beta - Variable in class adams.data.distribution.Beta
the beta parameter.
m_Beta - Variable in class adams.data.distribution.Weibull
the beta parameter.
m_Bias - Variable in class adams.data.boofcv.transformer.Binary
the bias (for adaptive methods).
m_Bias - Variable in class weka.classifiers.meta.VotedImbalance
the bias for the dataset balancing (0 = distribution in input data -- 1 = uniform distribution).
m_BinarizeType - Variable in class adams.data.conversion.SpreadSheetBinarize
how to binarize.
m_BinCalculation - Variable in class adams.data.statistics.ArrayHistogram
how to calculate the number of bins.
m_BinCalculation - Variable in class adams.flow.transformer.ArrayHistogramRanges
how to calculate the number of bins.
m_BinCalculation - Variable in class adams.flow.transformer.SpreadSheetHistogramRanges
how to calculate the number of bins.
m_BinCalculation - Variable in class adams.flow.transformer.WekaInstancesHistogramRanges
how to calculate the number of bins.
m_BinCount - Variable in class adams.data.distribution.Empirical
the bin count.
m_BinnableGroups - Variable in class weka.classifiers.GroupedCrossValidationFoldGenerator
the collapsed data.
m_BinnableGroups - Variable in class weka.classifiers.GroupedCrossValidationFoldGeneratorUsingNumericClassValues
the collapsed data.
m_BinningColumn - Variable in class adams.flow.transformer.SpreadSheetRowBinning
the numeric column to use for determining the bins.
m_bins - Variable in class weka.core.SAXDistance
number of gaussian bins.
m_bins - Variable in class weka.filters.unsupervised.attribute.SAX
number of gaussian bins.
m_BinWidth - Variable in class adams.data.binning.algorithm.DensityBinning
the bin width.
m_BinWidth - Variable in class adams.data.statistics.ArrayHistogram
the bin width - used for some calculations.
m_BinWidth - Variable in class adams.flow.transformer.ArrayHistogramRanges
the bin width - used for some calculations.
m_BinWidth - Variable in class adams.flow.transformer.SpreadSheetHistogramRanges
the bin width - used for some calculations.
m_BinWidth - Variable in class adams.flow.transformer.WekaInstancesHistogramRanges
the bin width - used for some calculations.
m_BinWidth - Variable in class adams.gui.visualization.stats.histogram.Histogram
the bin width.
m_Bitmasks - Variable in class adams.data.image.BufferedImageBitmaskContainer
the bitmasks.
m_bits - Variable in class adams.opt.optimise.genetic.PackDataDef.DataInfo
 
m_bits - Variable in class adams.opt.optimise.GeneticAlgorithm
 
m_BitsPerGene - Variable in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm
the bits per gene to use.
m_BitString - Variable in class weka.filters.supervised.attribute.SIMPLSMatrixFilterFromGeneticString
 
m_Blacklisted - Variable in class adams.core.option.ArrayProducer
blacklisted classes.
m_Blacklisted - Variable in class adams.core.option.NestedProducer
blacklisted classes.
m_Blacklisted - Static variable in class adams.gui.flow.tree.actorswap.ActorHandlerSuggestion
classes/interfaces flagged as blacklisted.
m_Blacklisted - Static variable in class adams.gui.flow.tree.menu.AbstractAddMostCommonActorAction
for blacklisting actor classnames that couldn't be instantiated.
m_Blacklisted - Static variable in class adams.gui.tools.previewbrowser.PropertiesManager
the blacklisted handlers.
m_BlackListed - Variable in class adams.core.option.HtmlParametersProducer
the cache for checks.
m_BlacklistedClasses - Static variable in class adams.core.option.OptionManager
the blacklisted classes.
m_BlacklistedClasses - Static variable in class adams.gui.goe.Editors
the blacklisted classes.
m_BlackListedClasses - Variable in class adams.core.option.HtmlParametersProducer
blacklisted classes.
m_BlackListFinal - Variable in class adams.flow.control.AbstractDataContainerFileChecker
the final blacklist.
m_BlackListTemp - Variable in class adams.flow.control.AbstractDataContainerFileChecker
the temporary blacklist.
m_Blin - Variable in class weka.classifiers.functions.GaussianProcessesAdaptive
 
m_Blin - Variable in class weka.classifiers.functions.GaussianProcessesNoWeights
 
m_Blin - Variable in class weka.classifiers.functions.GaussianProcessesWeighted
 
m_Blin - Variable in class weka.classifiers.functions.GPD
 
m_BlobConversion - Variable in class adams.flow.sink.LargeObjectDbWriter
the conversion to use blobs.
m_BlobConversion - Variable in class adams.flow.source.LargeObjectDbReader
the conversion to use blobs.
m_Block - Variable in class adams.flow.sink.sendnotification.MessageBox
whether to block the flow execution.
m_Blocked - Variable in class adams.flow.execution.Debug
whether the GUI currently blocks the flow execution.
m_BlockEnd - Variable in class adams.gui.scripting.SyntaxDocument
the end of a block.
m_Blocking - Variable in class adams.core.command.AbstractAsyncCapableExternalCommand
whether to use blocking or async mode.
m_BlockingIO - Variable in class adams.flow.source.RSync
 
m_BlockSize - Variable in class adams.flow.source.RSync
 
m_BlockStart - Variable in class adams.gui.scripting.SyntaxDocument
the start of a block.
m_BlurRadius - Variable in class adams.data.boofcv.transformer.CannyEdgeDetection
the blur radius.
m_BlurRadius - Variable in class adams.flow.transformer.locateobjects.CannyBinary
the blur radius to use.
m_BlurRadius - Variable in class adams.flow.transformer.locateobjects.CannyEdges
the blur radius to use.
m_Body - Variable in class adams.core.net.Email
the body.
m_Body - Variable in class adams.doc.docbook.InformalTable
the table body.
m_Body - Variable in class adams.doc.xhtml.Html
the body tag.
m_Body - Variable in class adams.flow.transformer.CreateEmail
the body.
m_Body - Variable in class adams.gui.visualization.multiobjectexport.EmailExport
the body.
m_Bookmarked - Variable in class adams.gui.flow.tree.Node
whether the node is currently bookmarked.
m_BookmarkHighlightBackground - Variable in class adams.gui.flow.tree.Tree
the background HTML color string of the bookmark highlights (e.g., 'orange' or '#FFDD00').
m_Booster - Variable in class weka.classifiers.trees.XGBoost
The trained model.
m_BoosterType - Variable in class weka.classifiers.trees.XGBoost
The type of booster to use.
m_Border - Variable in class weka.experiment.ResultMatrixMediaWiki
the size of the border.
m_BorderActive - Variable in class adams.gui.core.BaseFlatButton
the active border.
m_BorderFocused - Variable in class adams.gui.core.MultiPagePane.TitleRenderer
the border for focused.
m_BorderInactive - Variable in class adams.gui.core.BaseFlatButton
the inactive border.
m_BorderNoFocus - Variable in class adams.gui.core.MultiPagePane.TitleRenderer
the border for no focus.
m_BorderTitle - Variable in class adams.gui.visualization.instance.InstanceComparePanel.DatasetPanel
the border title.
m_BorderType - Variable in class adams.data.opencv.transformer.Blur
the border type.
m_BorderType - Variable in class adams.data.opencv.transformer.GaussianBlur
the border type.
m_Bottom - Variable in class adams.data.image.transformer.crop.SimpleCrop
the y of the bottom-right corner.
m_BottomMargin - Variable in class adams.gui.visualization.core.AxisPanelOptions
the bottom margin.
m_BottomPixelOffset - Variable in class adams.gui.visualization.core.plot.ContentPanel
the original pixel offset for the bottom axis.
m_BottomRight - Variable in class adams.data.image.transformer.crop.AbstractCropAlgorithm
the bottom-right corner.
m_BottomRight - Variable in class adams.gui.event.ImagePanelSelectionEvent
the bottom-right of the selection.
m_BoundingBox - Variable in class adams.gui.visualization.object.tools.Edit
whether to edit bboxes.
m_BoundingBoxFallbackRatio - Variable in class adams.data.areaoverlap.BoundingBoxBased
the ratio used for determining whether to fall back from polygon on bbox.
m_BoundingBoxFallbackRatio - Variable in class adams.data.areaoverlap.PolygonBased
the ratio used for determining whether to fall back from polygon on bbox.
m_BoundingBoxFallbackRatio - Variable in class adams.data.objectoverlap.IntersectOverUnionRatio
the ratio used for determining whether to fall back from polygon on bbox.
m_BoundingBoxFallbackRatio - Variable in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
the ratio used for determining whether to fall back from polygon on bbox.
m_BoundingBoxFallbackRatio - Variable in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
the ratio used for determining whether to fall back from polygon on bbox.
m_BoundingBoxFallbackRatio - Variable in class adams.gui.visualization.image.ReportObjectOverlay
the ratio used for determining whether to fall back from polygon on bbox.
m_BoundingBoxFallbackRatio - Variable in class adams.gui.visualization.object.objectannotations.outline.PolygonOutline
the ratio used for determining whether to fall back from polygon on bbox.
m_BoundingBoxFallbackRatio - Variable in class adams.gui.visualization.object.objectannotations.outline.PolygonVertices
the ratio used for determining whether to fall back from polygon on bbox.
m_BoundingBoxFallbackRatio - Variable in class adams.gui.visualization.object.objectannotations.shape.FilledPolygon
the ratio used for determining whether to fall back from polygon on bbox.
m_Bounds - Variable in class adams.gui.visualization.core.axis.Tick
the computed rectangle for the text.
m_BoxPlot - Variable in class adams.flow.sink.BoxPlot
panel to display on the actor
m_BoxType - Variable in class adams.gui.visualization.stats.histogram.HistogramOptions
bin calculation type
m_bps - Variable in class weka.filters.unsupervised.attribute.SAX
breakpoints.
m_Branches - Variable in class adams.flow.control.Branch
the branches.
m_BranchToken - Variable in class adams.flow.control.IfThenElse.IfThenElseDirector
the token to use in the then/else branches.
m_Breakpoints - Variable in class adams.flow.execution.Debug
the breakpoints to use.
m_BreakPoints - Variable in class adams.data.filter.AbstractSAX
the calculated breakpoints.
m_BrightenPixels - Variable in class adams.data.imagefilter.GrayFilterProvider
whether to brighten the pixels.
m_BrightImage - Variable in class adams.gui.visualization.object.CanvasPanel
the brightened image.
m_BrightImage - Variable in class adams.gui.visualization.segmentation.layer.ImageLayer
the brightened image.
m_Brightness - Variable in class adams.gui.visualization.image.plugins.Brightness.BrightnessDialog
the current setup for changing the brightness.
m_Brightness - Variable in class adams.gui.visualization.image.plugins.Brightness
the current setup for changing the brightness.
m_Brightness - Variable in class adams.gui.visualization.object.CanvasPanel
the brightness.
m_Buffer - Variable in class adams.core.management.RecordingOutputPrinter
the buffer for recording the output.
m_Buffer - Variable in class adams.data.AbstractAnonymizer
the buffer of unused random IDs.
m_Buffer - Variable in class adams.flow.sink.DumpFile
the buffer.
m_Buffer - Variable in class adams.flow.transformer.SpreadSheetRowBuffer
the currently buffered data.
m_Buffer - Variable in class adams.flow.transformer.WekaInstanceBuffer
the currently buffered data.
m_Buffer - Variable in class adams.flow.transformer.WekaInstanceDumper
the buffer.
m_Buffer - Variable in class adams.gui.core.ConsolePanel.ConsolePanelOutputStream
the current buffer.
m_BufferedImageCache - Static variable in class adams.gui.core.ImageManager
maps filename to buffered image.
m_BufferedWriter - Variable in class adams.core.io.BufferedFileWriter
the buffered writer.
m_BufferSize - Variable in class adams.data.AbstractAnonymizer
the buffer size.
m_BufferSize - Variable in class adams.flow.sink.DownloadFile
the buffer size to use.
m_BufferSize - Variable in class adams.flow.sink.DumpFile
the size of the buffer.
m_BufferSize - Variable in class adams.flow.transformer.AbstractMultiCompress
the buffer size to use.
m_BufferSize - Variable in class adams.flow.transformer.AbstractMultiDecompress
the buffer size to use.
m_BufferSize - Variable in class adams.flow.transformer.AbstractSingleCompress
the buffer size to use.
m_BufferSize - Variable in class adams.flow.transformer.AbstractSingleDecompress
the buffer size to use.
m_BufferSize - Variable in class adams.flow.transformer.DownloadContent
the buffer size to use.
m_BufferSize - Variable in class adams.flow.transformer.WekaInstanceDumper
the size of the buffer.
m_BuildTimestamp - Variable in class adams.env.Modules.Module
the build timestamp of the module.
m_BuildWait - Variable in class weka.classifiers.functions.FakeClassifier
the build wait time in msec.
m_Built - Variable in class weka.classifiers.meta.AbstainingCascade
whether the models got built.
m_BusinessDays - Variable in class adams.core.base.BaseDate
how to interpret business days.
m_BusinessDays - Variable in class adams.core.base.BaseDateTime
how to interpret business days.
m_BusinessDays - Variable in class adams.core.base.BaseDateTimeMsec
how to interpret business days.
m_BusinessDays - Variable in class adams.data.conversion.BaseDateTimeMsecToString
how to interpret business days.
m_BusinessDays - Variable in class adams.data.conversion.BaseDateTimeToString
how to interpret business days.
m_BusinessDays - Variable in class adams.data.conversion.BaseDateToString
how to interpret business days.
m_BusinessDays - Variable in class adams.data.conversion.ExtractDateTimeField
how to interpret business days.
m_BusinessDays - Variable in class adams.parser.BaseDateExpression
how to interpret business days.
m_BusinessDays - Variable in class adams.parser.BaseDateTimeExpression
how to interpret business days.
m_BusinessDays - Variable in class adams.parser.BaseDateTimeMsecExpression
how to interpret business days.
m_BusinessDays - Variable in class adams.parser.ParserHelper
the business days to use.
m_Button - Variable in class adams.gui.core.BaseColorTextField
the button for displaying the color and popping up the color picker dialog.
m_Button - Variable in class adams.gui.core.ButtonTabComponent
 
m_Button - Variable in class adams.gui.visualization.object.mouseclick.AbstractMouseClickProcessor
the mouse button to react to.
m_ButtonAccept - Variable in class adams.flow.control.Inspect
the button for accepting the token.
m_ButtonAction - Variable in class adams.gui.core.MultiPagePane
the action button.
m_ButtonAction - Variable in class adams.gui.flow.FlowPanelNotificationArea
the action button.
m_ButtonAction - Variable in class adams.gui.tools.FileCommanderPanel
the action button.
m_ButtonAction - Variable in class adams.gui.tools.wekainvestigator.tab.AbstractInvestigatorTabWithEditableDataTable
the action button.
m_ButtonActions - Variable in class adams.gui.goe.GenericArrayEditor
More actions.
m_ButtonActions - Variable in class adams.gui.tools.FindInFilesPanel
the action button.
m_ButtonActions - Variable in class adams.gui.visualization.segmentation.layer.OverlayLayer
the button for the action drop.
m_ButtonActivate - Variable in class adams.gui.tools.wekainvestigator.tab.AbstractInvestigatorTabWithEditableDataTable
the button for activating a dataset.
m_ButtonActivate - Variable in class adams.gui.visualization.segmentation.layer.CombinedLayer.CombinedSubLayer
the button for activating, showing the name.
m_ButtonActivate - Variable in class adams.gui.visualization.segmentation.layer.OverlayLayer
the button for activating, showing the name.
m_ButtonActorHighlight - Variable in class adams.flow.execution.debug.ControlPanel
the button for highlighting the ctor.
m_ButtonActorPath - Variable in class adams.flow.execution.debug.ControlPanel
the button for copying the actor path.
m_ButtonAdd - Variable in class adams.gui.core.FileListWithButtons
the button for adding a file.
m_ButtonAdd - Variable in class adams.gui.flow.FlowControlCenterPanel
the button for adding a setup.
m_ButtonAdd - Variable in class adams.gui.flow.tab.Clipboard
the button for adding the actor to the clipboard.
m_ButtonAdd - Variable in class adams.gui.goe.GenericArrayEditor
Click to add the current object configuration to the array.
m_ButtonAdd - Variable in class adams.gui.tools.AbstractManagementPanel
the button for adding an object.
m_ButtonAdd - Variable in class adams.gui.tools.ExpressionWatchPanel
the button for adding an expression.
m_ButtonAdd - Variable in class adams.gui.tools.PlaceholderManagementPanel
the button for adding a placeholder.
m_ButtonAdd - Variable in class adams.gui.tools.remotecontrolcenter.RemoteControlCenterEnginesPanel
the button for adding the engine.
m_ButtonAdd - Variable in class adams.gui.tools.spreadsheetviewer.SortPanel
the button for a new sort definition.
m_ButtonAdd - Variable in class adams.gui.tools.wekamultiexperimenter.setup.ClassifierPanel
the button for adding classifiers.
m_ButtonAdd - Variable in class adams.gui.tools.wekamultiexperimenter.setup.DatasetPanel
the button for adding files.
m_ButtonAdd - Variable in class adams.gui.visualization.instances.instancestable.InstancesSortPanel
the button for a new sort definition.
m_ButtonAdd - Variable in class adams.gui.visualization.report.ReportFactory.StandardsDialog
for Add button.
m_ButtonAdd - Variable in class adams.gui.visualization.stats.boxplot.BoxPlotManager
Button to add selected attribute to chosen attributes list
m_ButtonAdd - Variable in class adams.gui.wizard.SelectMultipleDirectoriesPage
the button for bringing up the dirchooser.
m_ButtonAdd - Variable in class adams.gui.wizard.SelectMultipleFilesPage
the button for bringing up the filechooser.
m_ButtonAdd - Variable in class adams.gui.wizard.WekaSelectMultipleDatasetsPage
the button for bringing up the filechooser.
m_ButtonAdd - Variable in class adams.gui.workspace.AbstractWorkspaceManagerPanel
the button for adding a panel.
m_ButtonAdd - Variable in class weka.gui.explorer.MultiExplorer
the button for adding a panel.
m_ButtonAddAll - Variable in class adams.gui.visualization.stats.boxplot.BoxPlotManager
Button to add all attributes to chosen attributes list
m_ButtonAddMultiple - Variable in class adams.gui.goe.GenericArrayEditor
Click to add multiple objects to the array.
m_ButtonAddressBook - Variable in class adams.gui.selection.SelectEmailAddressPanel
the button for bringing up the addressbook.
m_ButtonAddUndo - Variable in class adams.gui.visualization.segmentation.SegmentationPanel
the button for adding an undo.
m_ButtonAll - Variable in class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeSelectionPanel
to select all attributes
m_ButtonAll - Variable in class adams.gui.visualization.image.AbstractObjectOverlayFromReport.LocatedObjectsPanel
the button for selecting all.
m_ButtonAll - Variable in class adams.gui.visualization.image.AbstractPointOverlayFromReport.LocatedPointsPanel
the button for selecting all.
m_ButtonAll - Variable in class adams.gui.visualization.image.ObjectAnnotations.LocatedObjectsPanel
the button for selecting all.
m_ButtonAnalyze - Variable in class adams.gui.tools.wekamultiexperimenter.analysis.DefaultAnalysisPanel
the analyze button.
m_ButtonApply - Variable in class adams.gui.core.AdjustableGridPanel
the button for applying the dimensions.
m_ButtonApply - Variable in class adams.gui.tools.XSLTPanel
the Apply button.
m_ButtonApply - Variable in class adams.gui.visualization.object.tools.AbstractToolWithParameterPanel
the apply button.
m_ButtonApply - Variable in class adams.gui.visualization.segmentation.layer.BackgroundLayer
the button for applying the values.
m_ButtonApply - Variable in class adams.gui.visualization.segmentation.layer.CombinedLayer.CombinedSubLayer
the button for applying the values.
m_ButtonApply - Variable in class adams.gui.visualization.segmentation.layer.CombinedLayer
the button for applying the values.
m_ButtonApply - Variable in class adams.gui.visualization.segmentation.layer.ImageLayer
the button for applying the values.
m_ButtonApply - Variable in class adams.gui.visualization.segmentation.layer.OverlayLayer
the button for applying the values.
m_ButtonApply - Variable in class adams.gui.visualization.segmentation.tool.AbstractToolWithParameterPanel
the apply button.
m_ButtonApprove - Variable in class adams.gui.dialog.ApprovalDialog
the Approve button.
m_ButtonBack - Variable in class adams.gui.wizard.AbstractWizardPane
the button for the previous page.
m_ButtonBreakpoints - Variable in class adams.flow.execution.debug.ControlPanel
the button to show the breakpoints management panel.
m_ButtonBreakpointsAdd - Variable in class adams.flow.execution.debug.BreakpointPanel
the add button for breakpoints.
m_ButtonBreakpointsEdit - Variable in class adams.flow.execution.debug.BreakpointPanel
the edit button for breakpoints.
m_ButtonBreakpointsRemove - Variable in class adams.flow.execution.debug.BreakpointPanel
the remove button for breakpoints.
m_ButtonBreakpointsRemoveAll - Variable in class adams.flow.execution.debug.BreakpointPanel
the remove all button for breakpoints.
m_ButtonBreakpointsToggle - Variable in class adams.flow.execution.debug.BreakpointPanel
the disable/enable button for breakpoints.
m_ButtonBrightness - Variable in class adams.gui.visualization.object.ObjectAnnotationPanel
the button for applying the values.
m_ButtonCancel - Variable in class adams.flow.transformer.ImageObjectAnnotator
the Cancel button.
m_ButtonCancel - Variable in class adams.flow.transformer.pixelselector.PixelSelectorPanel
the Cancel button.
m_ButtonCancel - Variable in class adams.flow.transformer.SpreadSheetCellSelector
the button for cancelling.
m_ButtonCancel - Variable in class adams.gui.chooser.FontChooser
the Cancel button.
m_ButtonCancel - Variable in class adams.gui.chooser.PdfFontChooser
the Cancel button.
m_ButtonCancel - Variable in class adams.gui.dialog.ApprovalDialog
the Cancel button.
m_ButtonCancel - Variable in class adams.gui.goe.GenericArrayEditor
Click to cancel the dialog.
m_ButtonCancel - Variable in class adams.gui.goe.GenericObjectEditor.GOEPanel
cancel button.
m_ButtonCancel - Variable in class adams.gui.goe.WekaExperimentFileEditor
the Cancel button.
m_ButtonCancel - Variable in class adams.gui.goe.WekaExperimentFileEditor.SimpleSetupDialog
the Cancel button.
m_ButtonCancel - Variable in class adams.gui.visualization.container.FilterDialog
the Cancel button.
m_ButtonCancel - Variable in class adams.gui.visualization.image.plugins.Brightness.BrightnessDialog
the cancel button.
m_ButtonCancel - Variable in class adams.gui.visualization.report.ReportFactory.StandardsDialog
for Cancel button.
m_ButtonCancelFinish - Variable in class adams.gui.wizard.AbstractWizardPane
the button for the cancelling/finishing.
m_ButtonCaption - Variable in class adams.gui.core.SearchPanel
the caption (+ optional mnemonic indicator) for the search button.
m_ButtonCheck - Variable in class adams.gui.tools.ImageProcessorPanel
the "check flow" button.
m_ButtonCheck - Variable in class adams.gui.tools.spreadsheetprocessor.processors.FlowProcessor
the "check flow" button.
m_ButtonClear - Variable in class adams.gui.core.ConsolePanel.OutputPanel
the button for clearing the output.
m_ButtonClear - Variable in class adams.gui.core.SearchPanel
the button for clearing the search.
m_ButtonClear - Variable in class adams.gui.core.SimpleLogPanel
the button for emptying the log.
m_ButtonClear - Variable in class adams.gui.flow.tab.Clipboard
the button for clearing the clipboard.
m_ButtonClear - Variable in class adams.gui.scripting.ScriptingLogPanel
the button for clearing the log.
m_ButtonClear - Variable in class adams.gui.tools.AbstractManagementPanel
the button for clearing the input.
m_ButtonClear - Variable in class adams.gui.tools.SSHPanel
the button for clearing the output.
m_ButtonClear - Variable in class adams.gui.tools.TelnetPanel
the button for clearing the output.
m_ButtonClear - Variable in class adams.gui.tools.wekainvestigator.tab.DataQueryTab
the clear button.
m_ButtonClear - Variable in class adams.gui.tools.wekamultiexperimenter.LogPanel
the button for clearing the log.
m_ButtonClear - Variable in class adams.gui.tools.XSLTPanel.SubPanel
the button for clearing the text.
m_ButtonClearLog - Variable in class adams.gui.core.BaseLogPanel
the button for clearing the log.
m_ButtonClearSearch - Variable in class adams.gui.tools.ConsoleOutputAnalyzerPanel
the button for clearing the search.
m_ButtonClose - Variable in class adams.gui.dialog.DatabaseConnectionDialog
the Close button.
m_ButtonClose - Variable in class adams.gui.dialog.DatabaseConnectionsDialog
the Close button.
m_ButtonClose - Variable in class adams.gui.flow.FlowPanelNotificationArea
the close button.
m_ButtonClose - Variable in class adams.gui.goe.EmailAddressEditor
the close button.
m_ButtonClose - Variable in class adams.gui.goe.FieldEditor
the close button.
m_ButtonClose - Variable in class adams.gui.goe.FontEditor
the close button.
m_ButtonClose - Variable in class adams.gui.goe.PdfFontEditor
the close button.
m_ButtonClose - Variable in class adams.gui.scripting.ScriptingLogPanel
the button for closing the log.
m_ButtonClose - Variable in class adams.gui.visualization.instance.LoadDatasetDialog
the Close button.
m_ButtonClose - Variable in class adams.gui.visualization.spreadsheet.LoadSpreadSheetDialog
the Close button.
m_ButtonCodeOutputCopy - Variable in class adams.gui.tools.OptionsConversionPanel
the button for copying the code output.
m_ButtonCodeOutputCopy - Variable in class adams.gui.tools.WekaOptionsConversionPanel
the button for copying the code output.
m_ButtonCodeOutputPaste - Variable in class adams.gui.tools.OptionsConversionPanel
the button for pasting the code output.
m_ButtonCodeOutputPaste - Variable in class adams.gui.tools.WekaOptionsConversionPanel
the button for pasting the code output.
m_ButtonCodeOutputSave - Variable in class adams.gui.tools.OptionsConversionPanel
the button for saving the code output to a file.
m_ButtonCommand - Variable in class adams.gui.tools.SSHPanel
the button for executing the command.
m_ButtonCommand - Variable in class adams.gui.tools.TelnetPanel
the button for executing the command.
m_ButtonConnect - Variable in class adams.gui.dialog.AbstractDatabaseConnectionPanel
the button connecting/disconnecting the database.
m_ButtonConnection - Variable in class adams.gui.core.SqlConnectionPanel
the button for opening the connection dialog.
m_ButtonConnection - Variable in class adams.gui.tools.SSHPanel
for connecting/disconnecting.
m_ButtonConnection - Variable in class adams.gui.tools.TelnetPanel
for connecting/disconnecting.
m_ButtonContentHandler - Variable in class adams.gui.tools.previewbrowser.PreviewDisplay
the button for displaying the options for the content handler.
m_ButtonConvert - Variable in class adams.gui.tools.AbstractSimpleConversionPanel
the button initiating the conversion.
m_ButtonConvert - Variable in class adams.gui.tools.OptionsConversionPanel
the button initiating the conversion.
m_ButtonConvert - Variable in class adams.gui.tools.WekaOptionsConversionPanel
the button initiating the conversion.
m_ButtonCopy - Variable in class adams.flow.processor.ActorLocationsPanel
the button for copying the location.
m_ButtonCopy - Variable in class adams.gui.core.json.JsonTreeWithPreview
the button for copying.
m_ButtonCopy - Variable in class adams.gui.core.SimpleLogPanel
the button for copying the text.
m_ButtonCopy - Variable in class adams.gui.flow.tab.Clipboard
the button for copying the actor to the clipboard.
m_ButtonCopy - Variable in class adams.gui.goe.GenericArrayEditor
Click to copy the currently selected object in array into the edit field.
m_ButtonCopy - Variable in class adams.gui.tools.FileCommanderPanel
the button for copying the file.
m_ButtonCopy - Variable in class adams.gui.tools.OptionTree
the button to copy the partial options to clipboard.
m_ButtonCopy - Variable in class adams.gui.tools.remotecontrolcenter.RemoteControlCenterEnginesPanel
the button for copying the engine.
m_ButtonCopy - Variable in class adams.gui.tools.spreadsheetprocessor.targets.ClipboardTarget
the button for copying.
m_ButtonCopy - Variable in class adams.gui.tools.SSHPanel
the button for copying the selected output.
m_ButtonCopy - Variable in class adams.gui.tools.TelnetPanel
the button for copying the selected output.
m_ButtonCopy - Variable in class adams.gui.tools.wekamultiexperimenter.analysis.PlainTextResultsPanel
the copy button.
m_ButtonCopy - Variable in class adams.gui.tools.wekamultiexperimenter.analysis.TableResultsPanel
the copy button.
m_ButtonCopy - Variable in class adams.gui.tools.XSLTPanel.SubPanel
the button for copy.
m_ButtonCopy - Variable in class adams.gui.workspace.AbstractSerializableWorkspaceManagerPanel
the button for copying a panel.
m_ButtonCopy - Variable in class weka.gui.explorer.MultiExplorer
the button for copying a panel.
m_ButtonCopyLog - Variable in class adams.gui.core.BaseLogPanel
the button for copy the log.
m_ButtonCopyName - Variable in class adams.gui.tools.VariableManagementPanel
the button for copying the variable name.
m_ButtonCopyPaste - Variable in class adams.gui.goe.GenericObjectEditor.GOEPanel
the button for copy/paste menu.
m_ButtonCopyValue - Variable in class adams.gui.tools.VariableManagementPanel
the button for copying the variable value.
m_ButtonCredentials - Variable in class adams.gui.tools.wekamultiexperimenter.setup.weka.JdbcOutputPanel
the button for bringing up the dialog for the user credentials.
m_ButtonCustomHelp - Variable in class adams.gui.goe.AbstractBaseDateTypeEditor
the button for the bringing up the help for the custom format.
m_ButtonData - Variable in class adams.gui.tools.wekainvestigator.tab.CompareTab
the button for comparing the data.
m_ButtonDataGo - Variable in class adams.gui.visualization.weka.AbstractInstanceInfoFrame
the button for displaying the instances.
m_ButtonDelete - Variable in class adams.gui.tools.FileCommanderPanel
the button for deleting.
m_ButtonDelete - Variable in class adams.gui.tools.LogEntryDatabaseViewerPanel
the button for deleting the entries.
m_ButtonDiscard - Variable in class adams.gui.dialog.ApprovalDialog
the Discard button.
m_ButtonDisconnect - Variable in class adams.gui.dialog.DatabaseConnectionsDialog
the Disconnect button.
m_ButtonDisplay - Variable in class adams.flow.sink.LogViewer
the button for displaying the message details.
m_ButtonDisplay - Variable in class adams.gui.tools.AbstractLogEntryViewerPanel
the button for displaying a key-value pair of the message.
m_ButtonDisplay - Variable in class adams.gui.visualization.instance.InstanceComparePanel.DatasetPanel
the button for displaying the dataset.
m_ButtonDown - Variable in class adams.gui.core.AbstractNamedHistoryPanel
the move down button.
m_ButtonDown - Variable in class adams.gui.core.MultiPagePane
the move down button.
m_ButtonDown - Variable in class adams.gui.goe.GenericArrayEditor
Click this to move the selected array value(s) one down.
m_ButtonDown - Variable in class adams.gui.tools.FileChooserBookmarksManagementPanel
the move down button.
m_ButtonDown - Variable in class adams.gui.tools.wekainvestigator.tab.AbstractInvestigatorTabWithEditableDataTable
the down button.
m_ButtonDown - Variable in class adams.gui.tools.wekamultiexperimenter.setup.ClassifierPanel
the button for moving classifiers down.
m_ButtonDown - Variable in class adams.gui.tools.wekamultiexperimenter.setup.DatasetPanel
the button for moving files down.
m_ButtonEdit - Variable in class adams.gui.flow.FlowControlCenterPanel
the button for editing a setup.
m_ButtonEdit - Variable in class adams.gui.goe.GenericArrayEditor
Click this to edit the selected array value.
m_ButtonEdit - Variable in class adams.gui.goe.WekaExperimentFileEditor
the button to bring up the dialog for editing the experiment.
m_ButtonEdit - Variable in class adams.gui.tools.ExpressionWatchPanel
the button for editing an expression.
m_ButtonEdit - Variable in class adams.gui.tools.wekamultiexperimenter.setup.ClassifierPanel
the button for editing a classifier.
m_ButtonEdit - Variable in class adams.gui.tools.wekamultiexperimenter.setup.DatasetPanel
the button for changing files.
m_ButtonEdit - Variable in class adams.gui.visualization.debug.StoragePanel
the button for editing an item.
m_ButtonEdit - Variable in class weka.gui.explorer.ExplorerExt
the edit button of the preprocess panel.
m_ButtonEditFlow - Variable in class adams.gui.flow.FlowControlCenterPanel
the button for editing a flow directly.
m_ButtonEditor - Variable in class adams.gui.goe.InlineEditor
the button for bringing up the custom editor.
m_ButtonEnabledDisable - Variable in class adams.gui.core.ConsolePanel.OutputPanel
the button for enabling/disabling the output.
m_ButtonExecute - Variable in class adams.gui.tools.AbstractSequenceViewerPanel
the button for executing the SQL.
m_ButtonExecute - Variable in class adams.gui.tools.remotecontrolcenter.panels.RemoteFlowCommandsTab
the button for executing the command.
m_ButtonExecute - Variable in class adams.gui.tools.spreadsheetprocessor.processors.PassThroughProcessor
the button for processing.
m_ButtonExecute - Variable in class adams.gui.tools.spreadsheetprocessor.processors.QueryProcessor
the button for processing.
m_ButtonExecute - Variable in class adams.gui.tools.spreadsheetprocessor.sources.DatabaseSource
the button for executing the query.
m_ButtonExecute - Variable in class adams.gui.tools.spreadsheetprocessor.targets.DatabaseTarget
the button for uploading the data.
m_ButtonExecute - Variable in class adams.gui.tools.spreadsheetviewer.tab.Query
the execute button.
m_ButtonExecute - Variable in class adams.gui.tools.sqlworkbench.SqlMetaDataPanel
the button for executing the query.
m_ButtonExecute - Variable in class adams.gui.tools.sqlworkbench.SqlQueryPanel
the button for executing the query.
m_ButtonExecute - Variable in class adams.gui.tools.wekainvestigator.tab.DataQueryTab
the execute button.
m_ButtonExport - Variable in class adams.gui.visualization.debug.StoragePanel
the button for exporting an item.
m_ButtonExpressions - Variable in class adams.flow.execution.debug.ControlPanel
the button for displaying dialog with watch expressions.
m_ButtonFavoriteAdd - Variable in class adams.gui.tools.FavoritesManagementPanel
the button for adding a favorite.
m_ButtonFavoriteEdit - Variable in class adams.gui.tools.FavoritesManagementPanel
the button for editing a favorite.
m_ButtonFavoriteRemove - Variable in class adams.gui.tools.FavoritesManagementPanel
the button for removing a favorite.
m_ButtonFavoriteRemoveAll - Variable in class adams.gui.tools.FavoritesManagementPanel
the button for removing all favorites.
m_ButtonFavoriteRename - Variable in class adams.gui.tools.FavoritesManagementPanel
the button for renaming a favorite.
m_ButtonFavorites - Variable in class adams.gui.chooser.AbstractChooserPanel
the button for the favorites.
m_ButtonFavorites - Variable in class adams.gui.tools.previewbrowser.PreviewDisplay
the button with the favorites.
m_ButtonFillColor - Variable in class adams.gui.visualization.stats.boxplot.BoxPlotManager
Button to choose color of boxes
m_ButtonGenerate - Variable in class adams.gui.tools.spreadsheetprocessor.targets.ChartTarget
the button for generating the chart.
m_ButtonGroup - Variable in class adams.flow.transformer.compareobjectlocations.AbstractComparisonPanel
the button group.
m_ButtonGroup - Variable in class adams.flow.transformer.ImageAnnotator.AnnotatorPanel
the button group.
m_ButtonGroup - Variable in class adams.gui.visualization.object.labelselector.ButtonSelectorPanel
the button group.
m_ButtonGroup - Variable in class adams.gui.visualization.object.labelselector.ButtonSelectorWithColorPanel
the button group.
m_ButtonHelp - Variable in class adams.gui.dialog.SpreadSheetQueryPanel
the button for displaying the help.
m_ButtonHelp - Variable in class adams.gui.dialog.SQLStatementPanel
the button for displaying the help.
m_ButtonHelp - Variable in class adams.gui.goe.BaseObjectEditor
the help button for bringing up a browser with the Java Pattern class.
m_ButtonHelp - Variable in class adams.gui.goe.BaseRegExpEditor
the help button for bringing up a browser with the Java Pattern class.
m_ButtonHelp - Variable in class adams.gui.goe.IndexEditor
the help button for bringing up a dialog with the example text.
m_ButtonHelp - Variable in class adams.gui.goe.JdbcUrlEditor
the help button for bringing up a browser with the Java Pattern class.
m_ButtonHelp - Variable in class adams.gui.goe.RangeEditor
the help button for bringing up a dialog with the example text.
m_ButtonHelp - Variable in class adams.gui.goe.UnorderedRangeEditor
the help button for bringing up a dialog with the example text.
m_ButtonHelp - Variable in class adams.gui.tools.spreadsheetviewer.tab.Query
the help button.
m_ButtonHelp - Variable in class adams.gui.tools.wekainvestigator.tab.DataQueryTab
the help button.
m_ButtonHistory - Variable in class adams.gui.core.SqlConnectionPanel
the button for the history.
m_ButtonHistory - Variable in class adams.gui.dialog.SpreadSheetQueryPanel
the button for the history.
m_ButtonHistory - Variable in class adams.gui.dialog.SQLStatementPanel
the button for the history.
m_ButtonHistory - Variable in class adams.gui.goe.JdbcUrlEditor
the button for the history.
m_ButtonHistory - Variable in class adams.gui.tools.spreadsheetviewer.tab.Query
the button for the history.
m_ButtonHistory - Variable in class adams.gui.tools.wekainvestigator.tab.DataQueryTab
the button for the history.
m_ButtonInputCopy - Variable in class adams.gui.tools.AbstractSimpleConversionPanel
the button for copying the input.
m_ButtonInputCopy - Variable in class adams.gui.tools.OptionsConversionPanel
the button for copying the input.
m_ButtonInputCopy - Variable in class adams.gui.tools.WekaOptionsConversionPanel
the button for copying the input.
m_ButtonInputOpen - Variable in class adams.gui.tools.AbstractSimpleConversionPanel
the button for loading the input from file.
m_ButtonInputOpen - Variable in class adams.gui.tools.OptionsConversionPanel
the button for loading the input from file.
m_ButtonInputPaste - Variable in class adams.gui.tools.AbstractSimpleConversionPanel
the button for pasting the input.
m_ButtonInputPaste - Variable in class adams.gui.tools.OptionsConversionPanel
the button for pasting the input.
m_ButtonInputPaste - Variable in class adams.gui.tools.WekaOptionsConversionPanel
the button for pasting the input.
m_ButtonInspect - Variable in class adams.gui.visualization.debug.StoragePanel
the button for inspecting an item.
m_ButtonInspectToken - Variable in class adams.flow.execution.debug.ControlPanel
the button to show inspection panel for the current token.
m_ButtonInvert - Variable in class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeSelectionPanel
to invert the current selection
m_ButtonInvert - Variable in class adams.gui.visualization.image.AbstractObjectOverlayFromReport.LocatedObjectsPanel
the button for inverting the selection.
m_ButtonInvert - Variable in class adams.gui.visualization.image.AbstractPointOverlayFromReport.LocatedPointsPanel
the button for inverting the selection.
m_ButtonInvert - Variable in class adams.gui.visualization.image.ObjectAnnotations.LocatedObjectsPanel
the button for inverting the selection.
m_ButtonJumpTo - Variable in class adams.flow.processor.ActorLocationsPanel
the button for jumping to the location.
m_ButtonKillAdams - Variable in class adams.gui.tools.remotecontrolcenter.panels.AbstractRemoteFlowTab
the button for killing the ADAMS isntance.
m_ButtonLabels - Variable in class adams.flow.transformer.compareobjectlocations.AbstractComparisonPanel
the toggle buttons.
m_ButtonLabels - Variable in class adams.flow.transformer.ImageAnnotator.AnnotatorPanel
the label buttons.
m_ButtonLabels - Variable in class adams.gui.visualization.object.labelselector.ButtonSelectorPanel
the label buttons.
m_ButtonLabels - Variable in class adams.gui.visualization.object.labelselector.ButtonSelectorWithColorPanel
the label buttons.
m_ButtonLayersAll - Variable in class adams.gui.visualization.segmentation.SegmentationPanel
the buttons for enabling all layers.
m_ButtonLayersInvert - Variable in class adams.gui.visualization.segmentation.SegmentationPanel
the buttons for inverting selected layers.
m_ButtonLayersNone - Variable in class adams.gui.visualization.segmentation.SegmentationPanel
the buttons for disabling all layers.
m_ButtonLoad - Variable in class adams.gui.core.PropertiesParameterPanel
the load props button.
m_ButtonLoad - Variable in class adams.gui.tools.AbstractManagementPanel
the button for loading the selected object.
m_ButtonLoad - Variable in class adams.gui.tools.ImageProcessorPanel
the "load flow" button.
m_ButtonLoad - Variable in class adams.gui.tools.spreadsheetprocessor.processors.FlowProcessor
the "load flow" button.
m_ButtonLoad - Variable in class adams.gui.tools.spreadsheetprocessor.sources.FileBrowserSource
the button for loading.
m_ButtonLoad - Variable in class adams.gui.tools.spreadsheetprocessor.sources.FileSource
the button for loading.
m_ButtonLoad - Variable in class adams.gui.visualization.instance.LoadDatasetDialog
the Load button.
m_ButtonLoad - Variable in class adams.gui.visualization.spreadsheet.LoadSpreadSheetDialog
the Load button.
m_ButtonLoad - Variable in class adams.gui.wizard.AbstractWizardPage
the load props button.
m_ButtonLoad - Variable in class adams.gui.wizard.AbstractWizardPane
the load props button.
m_ButtonLoad - Variable in class adams.gui.wizard.WekaPropertySheetPanelPage
the load props button.
m_ButtonLoad - Variable in class weka.gui.explorer.SqlPanel
the Load button
m_ButtonLogClear - Variable in class adams.gui.goe.GenericObjectEditor.GOEPanel
the button for clearing the log message.
m_ButtonLogCopy - Variable in class adams.gui.goe.GenericObjectEditor.GOEPanel
the button for copying the log message.
m_ButtonMain - Variable in class adams.gui.core.BaseFlatSplitButton
the main button.
m_ButtonMain - Variable in class adams.gui.core.BaseSplitButton
the main button.
m_ButtonMakeDefault - Variable in class adams.gui.dialog.AbstractDatabaseConnectionPanel
the button for making a connection the default one.
m_ButtonMenu - Variable in class adams.gui.core.BaseFlatSplitButton
the menu button.
m_ButtonMenu - Variable in class adams.gui.core.BaseSplitButton
the menu button.
m_ButtonMkDir - Variable in class adams.gui.tools.FileCommanderPanel
the button for creating a directory.
m_ButtonMove - Variable in class adams.gui.tools.FileCommanderPanel
the button for moving.
m_ButtonMoveDown - Variable in class adams.gui.core.FileListWithButtons
the button for moving an entry down.
m_ButtonMoveDown - Variable in class adams.gui.flow.FlowControlCenterPanel
the button for moving the selected setups down.
m_ButtonMoveDown - Variable in class adams.gui.tools.spreadsheetviewer.SortDefinitionPanel
the move down button.
m_ButtonMoveDown - Variable in class adams.gui.visualization.instances.instancestable.InstancesSortDefinitionPanel
the move down button.
m_ButtonMoveDown - Variable in class adams.gui.wizard.SelectMultipleDirectoriesPage
the button for moving the selected dirs down.
m_ButtonMoveDown - Variable in class adams.gui.wizard.SelectMultipleFilesPage
the button for moving the selected files down.
m_ButtonMoveDown - Variable in class adams.gui.wizard.WekaSelectMultipleDatasetsPage
the button for moving the selected files down.
m_ButtonMoveUp - Variable in class adams.gui.core.FileListWithButtons
the button for moving an entry up.
m_ButtonMoveUp - Variable in class adams.gui.flow.FlowControlCenterPanel
the button for moving the selected setups up.
m_ButtonMoveUp - Variable in class adams.gui.tools.spreadsheetviewer.SortDefinitionPanel
the move up button.
m_ButtonMoveUp - Variable in class adams.gui.visualization.instances.instancestable.InstancesSortDefinitionPanel
the move up button.
m_ButtonMoveUp - Variable in class adams.gui.wizard.SelectMultipleDirectoriesPage
the button for moving the selected dirs up.
m_ButtonMoveUp - Variable in class adams.gui.wizard.SelectMultipleFilesPage
the button for moving the selected files up.
m_ButtonMoveUp - Variable in class adams.gui.wizard.WekaSelectMultipleDatasetsPage
the button for moving the selected files up.
m_ButtonName - Variable in class adams.gui.visualization.segmentation.layer.ImageLayer
the button for copying the label name.
m_ButtonNew - Variable in class adams.gui.dialog.AbstractDatabaseConnectionPanel
the button for creating a new connection.
m_ButtonNew - Variable in class adams.gui.tools.ImageProcessorPanel
the "new flow" button.
m_ButtonNew - Variable in class adams.gui.tools.spreadsheetprocessor.processors.FlowProcessor
the "new flow" button.
m_ButtonNext - Variable in class adams.gui.wizard.AbstractWizardPane
the button for the next page.
m_ButtonNone - Variable in class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeSelectionPanel
to deselect all attributes
m_ButtonNone - Variable in class adams.gui.visualization.image.AbstractObjectOverlayFromReport.LocatedObjectsPanel
the button for selecting none.
m_ButtonNone - Variable in class adams.gui.visualization.image.AbstractPointOverlayFromReport.LocatedPointsPanel
the button for selecting none.
m_ButtonNone - Variable in class adams.gui.visualization.image.ObjectAnnotations.LocatedObjectsPanel
the button for selecting none.
m_ButtonNow - Variable in class adams.gui.goe.AbstractBaseDateTypeEditor
The NOW button.
m_ButtonOK - Variable in class adams.flow.transformer.CompareObjectLocations
the OK button.
m_ButtonOK - Variable in class adams.flow.transformer.ImageObjectAnnotator
the OK button.
m_ButtonOK - Variable in class adams.flow.transformer.pixelselector.PixelSelectorPanel
the OK button.
m_ButtonOK - Variable in class adams.flow.transformer.SpreadSheetCellSelector
the button for accepting.
m_ButtonOK - Variable in class adams.gui.chooser.FontChooser
the OK button.
m_ButtonOK - Variable in class adams.gui.chooser.PdfFontChooser
the OK button.
m_ButtonOK - Variable in class adams.gui.goe.AbstractBaseDateTypeEditor
The OK button.
m_ButtonOK - Variable in class adams.gui.goe.EmailAddressEditor
the OK button.
m_ButtonOK - Variable in class adams.gui.goe.FieldEditor
the OK button.
m_ButtonOK - Variable in class adams.gui.goe.FontEditor
the OK button.
m_ButtonOK - Variable in class adams.gui.goe.GenericArrayEditor
Click to OK the dialog.
m_ButtonOK - Variable in class adams.gui.goe.GenericObjectEditor.GOEPanel
ok button.
m_ButtonOK - Variable in class adams.gui.goe.PdfFontEditor
the OK button.
m_ButtonOK - Variable in class adams.gui.goe.WekaExperimentFileEditor
the OK button.
m_ButtonOK - Variable in class adams.gui.goe.WekaExperimentFileEditor.SimpleSetupDialog
the OK button.
m_ButtonOK - Variable in class adams.gui.visualization.container.FilterDialog
the OK button.
m_ButtonOK - Variable in class adams.gui.visualization.image.plugins.Brightness.BrightnessDialog
the ok button.
m_ButtonOK - Variable in class adams.gui.visualization.report.ReportFactory.StandardsDialog
for OK button.
m_ButtonOpen - Variable in class adams.gui.goe.GenericObjectEditor.GOEPanel
Open object from disk.
m_ButtonOpen - Variable in class adams.gui.tools.XSLTPanel.SubPanel
the button for loading a file.
m_ButtonOptions - Variable in class adams.gui.dialog.SpreadSheetQueryPanel
the button for the options.
m_ButtonOptions - Variable in class adams.gui.dialog.SQLStatementPanel
the button for the options.
m_ButtonOptions - Variable in class adams.gui.selection.AbstractConditionalDatabaseSelectionPanel
the button for setting the name retrieval options.
m_ButtonOptions - Variable in class adams.gui.tools.LogEntryDatabaseViewerPanel
the button for displaying the options.
m_ButtonOutputCopy - Variable in class adams.gui.tools.AbstractSimpleConversionPanel
the button for copying the output.
m_ButtonOutputCopy - Variable in class adams.gui.tools.OptionsConversionPanel
the button for copying the output.
m_ButtonOutputGenerators - Variable in class adams.gui.tools.wekainvestigator.tab.AssociateTab
the button for editing the output generators.
m_ButtonOutputGenerators - Variable in class adams.gui.tools.wekainvestigator.tab.AttributeSelectionTab
the button for editing the output generators.
m_ButtonOutputGenerators - Variable in class adams.gui.tools.wekainvestigator.tab.ClassifyTab
the button for editing the output generators.
m_ButtonOutputGenerators - Variable in class adams.gui.tools.wekainvestigator.tab.ClusterTab
the button for editing the output generators.
m_ButtonOutputGenerators - Variable in class adams.gui.tools.wekainvestigator.tab.ExperimentTab
the button for editing the output generators.
m_ButtonOutputGeneratorsFavorites - Variable in class adams.gui.tools.wekainvestigator.tab.AssociateTab
the button for the output generator favorites.
m_ButtonOutputGeneratorsFavorites - Variable in class adams.gui.tools.wekainvestigator.tab.AttributeSelectionTab
the button for the output generator favorites.
m_ButtonOutputGeneratorsFavorites - Variable in class adams.gui.tools.wekainvestigator.tab.ClassifyTab
the button for the output generator favorites.
m_ButtonOutputGeneratorsFavorites - Variable in class adams.gui.tools.wekainvestigator.tab.ClusterTab
the button for the output generator favorites.
m_ButtonOutputGeneratorsFavorites - Variable in class adams.gui.tools.wekainvestigator.tab.ExperimentTab
the button for the output generator favorites.
m_ButtonOutputPaste - Variable in class adams.gui.tools.AbstractSimpleConversionPanel
the button for pasting the output.
m_ButtonOutputPaste - Variable in class adams.gui.tools.OptionsConversionPanel
the button for pasting the output.
m_ButtonOutputSave - Variable in class adams.gui.tools.AbstractSimpleConversionPanel
the button for saving the output to a file.
m_ButtonOutputSave - Variable in class adams.gui.tools.OptionsConversionPanel
the button for saving the output to a file.
m_ButtonPaste - Variable in class adams.gui.tools.spreadsheetprocessor.sources.ClipboardSource
the button for pasting.
m_ButtonPaste - Variable in class adams.gui.tools.XSLTPanel.SubPanel
the button for paste.
m_ButtonPasteLeft - Variable in class adams.gui.tools.DiffPanel
the button for pasting the left content.
m_ButtonPasteRight - Variable in class adams.gui.tools.DiffPanel
the button for pasting the right content.
m_ButtonPattern - Variable in class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeSelectionPanel
for entering a regular expression for selection
m_ButtonPause - Variable in class adams.flow.control.MissionControl.ControlPanel
the buttom for pausing the flow.
m_ButtonPauseAndResume - Variable in class adams.gui.flow.FlowControlCenterPanel
the button for pausing/resuming setups.
m_ButtonPauseFlow - Variable in class adams.gui.tools.remotecontrolcenter.panels.AbstractRemoteFlowTab
the button for pausing the flow.
m_ButtonPauseResume - Variable in class adams.flow.execution.debug.ControlPanel
the button for resuming execution.
m_ButtonPreview - Variable in class adams.gui.visualization.image.plugins.Brightness.BrightnessDialog
the preview button.
m_ButtonProperties - Variable in class adams.gui.goe.PropertyPanel
the button for bringing up the properties.
m_ButtonQuit - Variable in class adams.gui.tools.FileCommanderPanel
the button for quitting.
m_ButtonReattach - Variable in class adams.gui.core.DetachablePanel
the button for reattaching.
m_ButtonRedo - Variable in class adams.gui.visualization.object.ObjectAnnotationPanel
the button for performing a redo.
m_ButtonRedo - Variable in class adams.gui.visualization.segmentation.SegmentationPanel
the button for performing a redo.
m_ButtonRefresh - Variable in class adams.gui.flow.tab.AttachedVariablesTab
the button for refreshing the variable list.
m_ButtonRefresh - Variable in class adams.gui.flow.tab.StorageNamesTab
the button for refreshing the variable list.
m_ButtonRefresh - Variable in class adams.gui.flow.tab.VariablesTab
the button for refreshing the variable list.
m_ButtonRefresh - Variable in class adams.gui.selection.AbstractDatabaseSelectionPanel
the button for refreshing the fields.
m_ButtonRefresh - Variable in class adams.gui.tools.AbstractManagementPanel
the button for refreshing the table.
m_ButtonRefresh - Variable in class adams.gui.tools.ExpressionWatchPanel
the button for refreshing an expression.
m_ButtonRefresh - Variable in class adams.gui.tools.LogEntryDatabaseViewerPanel
the button for refreshing the entries.
m_ButtonRefresh - Variable in class adams.gui.tools.remotecontrolcenter.panels.AbstractRemoteFlowTab
the button for refreshing the flows.
m_ButtonRefresh - Variable in class adams.gui.tools.remotecontrolcenter.RemoteControlCenterEnginesPanel
the button for refreshing the engine list.
m_ButtonRefreshAll - Variable in class adams.gui.tools.ExpressionWatchPanel
the button for refreshing all expression.
m_ButtonReload - Variable in class adams.gui.tools.FileCommanderPanel
the button for reloading the files.
m_ButtonReload - Variable in class adams.gui.visualization.instance.LoadDatasetDialog
the button for reloading an existing file.
m_ButtonReload - Variable in class adams.gui.visualization.spreadsheet.LoadSpreadSheetDialog
the button for reloading an existing file.
m_ButtonRemove - Variable in class adams.gui.core.AbstractNamedHistoryPanel
the remove button.
m_ButtonRemove - Variable in class adams.gui.core.FileListWithButtons
the button for removing file(s).
m_ButtonRemove - Variable in class adams.gui.core.MultiPagePane
the remove button.
m_ButtonRemove - Variable in class adams.gui.dialog.AbstractDatabaseConnectionPanel
the button removing the database connection.
m_ButtonRemove - Variable in class adams.gui.flow.FlowControlCenterPanel
the button for removing a setup.
m_ButtonRemove - Variable in class adams.gui.flow.tab.Clipboard
the button for removing the selected items from the clipboard.
m_ButtonRemove - Variable in class adams.gui.goe.GenericArrayEditor
Click this to delete the selected array values.
m_ButtonRemove - Variable in class adams.gui.tools.AbstractManagementPanel
the button for deleting selected objects.
m_ButtonRemove - Variable in class adams.gui.tools.ExpressionWatchPanel
the button for removing an expression.
m_ButtonRemove - Variable in class adams.gui.tools.PlaceholderManagementPanel
the button for removing the selected placeholders.
m_ButtonRemove - Variable in class adams.gui.tools.remotecontrolcenter.RemoteControlCenterEnginesPanel
the button for removing the engine.
m_ButtonRemove - Variable in class adams.gui.tools.spreadsheetviewer.SortDefinitionPanel
the remove button.
m_ButtonRemove - Variable in class adams.gui.tools.wekainvestigator.tab.AbstractInvestigatorTabWithEditableDataTable
the button for removing a dataset.
m_ButtonRemove - Variable in class adams.gui.tools.wekamultiexperimenter.setup.ClassifierPanel
the button for removing classifiers.
m_ButtonRemove - Variable in class adams.gui.tools.wekamultiexperimenter.setup.DatasetPanel
the button for removing files.
m_ButtonRemove - Variable in class adams.gui.visualization.instances.instancestable.InstancesSortDefinitionPanel
the remove button.
m_ButtonRemove - Variable in class adams.gui.visualization.report.ReportFactory.StandardsDialog
for Add button.
m_ButtonRemove - Variable in class adams.gui.visualization.segmentation.layer.OverlayLayer
the button for removing the layer.
m_ButtonRemove - Variable in class adams.gui.visualization.stats.boxplot.BoxPlotManager
Button to remove a selected attribute from chosen attributes list
m_ButtonRemove - Variable in class adams.gui.wizard.SelectMultipleDirectoriesPage
the button for removing the selected dirs.
m_ButtonRemove - Variable in class adams.gui.wizard.SelectMultipleFilesPage
the button for removing the selected files.
m_ButtonRemove - Variable in class adams.gui.wizard.WekaSelectMultipleDatasetsPage
the button for removing the selected files.
m_ButtonRemove - Variable in class adams.gui.workspace.AbstractWorkspaceManagerPanel
the button for removing a panel.
m_ButtonRemove - Variable in class weka.gui.explorer.MultiExplorer
the button for removing a panel.
m_ButtonRemoveAll - Variable in class adams.gui.core.AbstractNamedHistoryPanel
the remove all button.
m_ButtonRemoveAll - Variable in class adams.gui.core.FileListWithButtons
the button for removing all files.
m_ButtonRemoveAll - Variable in class adams.gui.core.MultiPagePane
the remove all button.
m_ButtonRemoveAll - Variable in class adams.gui.flow.FlowControlCenterPanel
the button for removing all setups.
m_ButtonRemoveAll - Variable in class adams.gui.goe.GenericArrayEditor
Click this to delete all the array values.
m_ButtonRemoveAll - Variable in class adams.gui.tools.ExpressionWatchPanel
the button for removing all expressions.
m_ButtonRemoveAll - Variable in class adams.gui.tools.wekamultiexperimenter.setup.ClassifierPanel
the button for removing all classifiers.
m_ButtonRemoveAll - Variable in class adams.gui.tools.wekamultiexperimenter.setup.DatasetPanel
the button for removing all files.
m_ButtonRemoveAll - Variable in class adams.gui.visualization.stats.boxplot.BoxPlotManager
Button to remove all attributes from the chosen attributes list
m_ButtonRemoveAll - Variable in class adams.gui.wizard.SelectMultipleDirectoriesPage
the button for removing all dirs.
m_ButtonRemoveAll - Variable in class adams.gui.wizard.SelectMultipleFilesPage
the button for removing all files.
m_ButtonRemoveAll - Variable in class adams.gui.wizard.WekaSelectMultipleDatasetsPage
the button for removing all files.
m_ButtonRename - Variable in class adams.gui.tools.FileCommanderPanel
the button for renaming.
m_ButtonRenderLimit - Variable in class adams.gui.visualization.debug.InspectionPanel
the button for applying the render limit.
m_ButtonRenderLimit - Variable in class adams.gui.visualization.debug.StoragePanel
the button for applying the render limit.
m_ButtonReset - Variable in class adams.flow.transformer.ImageAnnotator.AnnotatorPanel
the reset button.
m_ButtonReset - Variable in class adams.gui.tools.spreadsheetviewer.SortPanel
the button for resetting the definitions.
m_ButtonReset - Variable in class adams.gui.visualization.instances.instancestable.InstancesSortPanel
the button for resetting the definitions.
m_ButtonResume - Variable in class adams.flow.control.MissionControl.ControlPanel
the buttom for resuming the flow.
m_ButtonResumeFlow - Variable in class adams.gui.tools.remotecontrolcenter.panels.AbstractRemoteFlowTab
the button for resuming the flow.
m_ButtonRevert - Variable in class adams.gui.goe.GenericObjectEditor.GOEPanel
revert button.
m_ButtonRun - Variable in class adams.gui.tools.ImageProcessorPanel
the "run flow" button.
m_ButtonRun - Variable in class adams.gui.tools.spreadsheetprocessor.processors.FlowProcessor
the "run flow" button.
m_Buttons - Variable in class adams.gui.core.GUIHelper.InputPanelWithButtons
the buttons.
m_ButtonSave - Variable in class adams.flow.sink.LogViewer
the button for saving the selected entries (or all if none selected).
m_ButtonSave - Variable in class adams.gui.core.PropertiesParameterPanel
the save props button.
m_ButtonSave - Variable in class adams.gui.core.SimpleLogPanel
the button for saving the text.
m_ButtonSave - Variable in class adams.gui.goe.GenericObjectEditor.GOEPanel
Save object to disk.
m_ButtonSave - Variable in class adams.gui.scripting.ScriptingLogPanel
the button for saving the log.
m_ButtonSave - Variable in class adams.gui.tools.ImageProcessorPanel
the "save flow" button.
m_ButtonSave - Variable in class adams.gui.tools.previewbrowser.AnnotateImage.CombinedPanel
the save button.
m_ButtonSave - Variable in class adams.gui.tools.spreadsheetprocessor.processors.FlowProcessor
the "save flow" button.
m_ButtonSave - Variable in class adams.gui.tools.spreadsheetprocessor.targets.FileTarget
the button for saving.
m_ButtonSave - Variable in class adams.gui.tools.wekainvestigator.tab.AbstractInvestigatorTabWithEditableDataTable
the save button.
m_ButtonSave - Variable in class adams.gui.tools.wekainvestigator.tab.DataQueryTab
the save button.
m_ButtonSave - Variable in class adams.gui.tools.wekamultiexperimenter.analysis.PlainTextResultsPanel
the save button.
m_ButtonSave - Variable in class adams.gui.tools.wekamultiexperimenter.analysis.TableResultsPanel
the save button.
m_ButtonSave - Variable in class adams.gui.tools.XSLTPanel.SubPanel
the button for saving to a file.
m_ButtonSave - Variable in class adams.gui.wizard.AbstractWizardPage
the save props button.
m_ButtonSave - Variable in class adams.gui.wizard.AbstractWizardPane
the save props button.
m_ButtonSave - Variable in class adams.gui.wizard.WekaPropertySheetPanelPage
the save props button.
m_ButtonSaveLog - Variable in class adams.gui.core.BaseLogPanel
the button for saving the log.
m_ButtonSearch - Variable in class adams.gui.core.SearchPanel
the button for performing the search.
m_ButtonSearch - Variable in class adams.gui.tools.ConsoleOutputAnalyzerPanel
the button for triggering the search.
m_ButtonSelectedAttributes - Variable in class adams.gui.tools.wekainvestigator.tab.PreprocessTab
the button for copying the selected attributes range.
m_ButtonSelectedAttributesAction - Variable in class adams.gui.tools.wekainvestigator.tab.PreprocessTab
button for removing checked attributes.
m_ButtonSelection - Variable in class adams.gui.chooser.AbstractChooserPanel
the button for bringing up the chooser dialog.
m_ButtonSend - Variable in class adams.gui.dialog.ComposeEmailPanel
the button for sending.
m_ButtonSend - Variable in class adams.gui.tools.remotecontrolcenter.panels.AdvancedTab
the button for sending the command.
m_ButtonSetFavorites - Variable in class adams.gui.goe.GenericArrayEditor
Click to set favorites.
m_ButtonShowAnnotations - Variable in class adams.gui.visualization.object.ObjectAnnotationPanel
for toggling the visibility of the annotations.
m_ButtonShowValue - Variable in class adams.gui.tools.VariableManagementPanel
the button for showing the variable value.
m_ButtonSkip - Variable in class adams.flow.control.Inspect
the button for skipping the token.
m_ButtonSource - Variable in class adams.flow.execution.debug.ControlPanel
the button to show the source code of the current flow.
m_ButtonStart - Variable in class adams.gui.flow.FlowControlCenterPanel
the button for starting setups.
m_ButtonStart - Variable in class adams.gui.tools.FindInFilesPanel
the button for starting the search.
m_ButtonStart - Variable in class adams.gui.tools.remotecontrolcenter.RemoteControlCenterEnginesPanel
the button for starting engines.
m_ButtonStart - Variable in class adams.gui.tools.wekainvestigator.tab.AssociateTab
the start button.
m_ButtonStart - Variable in class adams.gui.tools.wekainvestigator.tab.AttributeSelectionTab
the start button.
m_ButtonStart - Variable in class adams.gui.tools.wekainvestigator.tab.ClassifyTab
the start button.
m_ButtonStart - Variable in class adams.gui.tools.wekainvestigator.tab.ClusterTab
the start button.
m_ButtonStart - Variable in class adams.gui.tools.wekainvestigator.tab.ExperimentTab
the start button.
m_ButtonStart - Variable in class adams.gui.tools.wekainvestigator.tab.IndependentComponentsTab
the button to start PCA.
m_ButtonStart - Variable in class adams.gui.tools.wekainvestigator.tab.PartialLeastSquaresTab
the button to start PLS.
m_ButtonStart - Variable in class adams.gui.tools.wekainvestigator.tab.PreprocessTab
the button for starting the filtering.
m_ButtonStart - Variable in class adams.gui.tools.wekainvestigator.tab.PrincipalComponentsTab
the button to start PCA.
m_ButtonStartStop - Variable in class adams.gui.tools.remotecontrolcenter.panels.RemoteLoggingTab
the button for executing the command.
m_ButtonStep - Variable in class adams.flow.execution.debug.ControlPanel
the button for performing the next step when in manual mode.
m_ButtonStop - Variable in class adams.flow.control.MissionControl.ControlPanel
the button for stopping the flow.
m_ButtonStop - Variable in class adams.flow.execution.debug.ControlPanel
the button for stopping execution.
m_ButtonStop - Variable in class adams.gui.flow.FlowControlCenterPanel
the button for stopping setups.
m_ButtonStop - Variable in class adams.gui.tools.FileCommanderPanel
the button for stopping an operation.
m_ButtonStop - Variable in class adams.gui.tools.FindInFilesPanel
the button for stopping the search.
m_ButtonStop - Variable in class adams.gui.tools.remotecontrolcenter.RemoteControlCenterEnginesPanel
the button for stopping engines.
m_ButtonStop - Variable in class adams.gui.tools.wekainvestigator.tab.AssociateTab
the stop button.
m_ButtonStop - Variable in class adams.gui.tools.wekainvestigator.tab.AttributeSelectionTab
the stop button.
m_ButtonStop - Variable in class adams.gui.tools.wekainvestigator.tab.ClassifyTab
the stop button.
m_ButtonStop - Variable in class adams.gui.tools.wekainvestigator.tab.ClusterTab
the stop button.
m_ButtonStop - Variable in class adams.gui.tools.wekainvestigator.tab.ExperimentTab
the stop button.
m_ButtonStop - Variable in class adams.gui.tools.wekainvestigator.tab.IndependentComponentsTab
the button to stop PCA.
m_ButtonStop - Variable in class adams.gui.tools.wekainvestigator.tab.PartialLeastSquaresTab
the button to stop PLS.
m_ButtonStop - Variable in class adams.gui.tools.wekainvestigator.tab.PreprocessTab
the button for stop the filtering.
m_ButtonStop - Variable in class adams.gui.tools.wekainvestigator.tab.PrincipalComponentsTab
the button to stop PCA.
m_ButtonStopAdams - Variable in class adams.gui.tools.remotecontrolcenter.panels.AbstractRemoteFlowTab
the button for stopping the ADAMS instance.
m_ButtonStopFlow - Variable in class adams.gui.tools.remotecontrolcenter.panels.AbstractRemoteFlowTab
the button for stopping the flow.
m_ButtonStorage - Variable in class adams.flow.execution.debug.ControlPanel
the button to show the storage.
m_ButtonStructure - Variable in class adams.gui.tools.wekainvestigator.tab.CompareTab
the button for comparing the structure.
m_ButtonSuperclassAdd - Variable in class adams.gui.tools.FavoritesManagementPanel
the button for adding a superclass.
m_ButtonSuperclassRemove - Variable in class adams.gui.tools.FavoritesManagementPanel
the button for removing a superclass.
m_ButtonSuperclassRemoveAll - Variable in class adams.gui.tools.FavoritesManagementPanel
the button for removing all superclasses.
m_ButtonTemplates - Variable in class adams.gui.goe.AbstractBaseDateTypeEditor
the template button.
m_ButtonTextGo - Variable in class adams.gui.visualization.weka.AbstractInstanceInfoFrame
the button for displaying the instances.
m_ButtonToggle - Variable in class adams.flow.control.Inspect
the button for turning on/off the interactive state of the viewer.
m_ButtonToggle - Variable in class adams.flow.execution.debug.ControlPanel
the button for disabling/enabling the breakpoint.
m_ButtonUndo - Variable in class adams.gui.core.MultiPagePane
the undo button.
m_ButtonUndo - Variable in class adams.gui.tools.wekainvestigator.tab.AbstractInvestigatorTabWithEditableDataTable
the button for undoing changes.
m_ButtonUndo - Variable in class adams.gui.visualization.object.ObjectAnnotationPanel
the button for performing an undo.
m_ButtonUndo - Variable in class adams.gui.visualization.segmentation.SegmentationPanel
the button for performing an undo.
m_ButtonUndo - Variable in class weka.gui.explorer.ExplorerExt
the undo button of the preprocess panel.
m_ButtonUnset - Variable in class adams.flow.transformer.ImageAnnotator.AnnotatorPanel
the unset button.
m_ButtonUnset - Variable in class adams.gui.visualization.object.labelselector.ButtonSelectorPanel
the unset button.
m_ButtonUnset - Variable in class adams.gui.visualization.object.labelselector.ButtonSelectorWithColorPanel
the unset button.
m_ButtonUnset - Variable in class adams.gui.visualization.object.labelselector.ComboBoxSelectorPanel
the unset button.
m_ButtonUp - Variable in class adams.gui.core.AbstractNamedHistoryPanel
the move up button.
m_ButtonUp - Variable in class adams.gui.core.MultiPagePane
the move up button.
m_ButtonUp - Variable in class adams.gui.goe.GenericArrayEditor
Click this to move the selected array value(s) one up.
m_ButtonUp - Variable in class adams.gui.tools.FileChooserBookmarksManagementPanel
the move up button.
m_ButtonUp - Variable in class adams.gui.tools.wekainvestigator.tab.AbstractInvestigatorTabWithEditableDataTable
the up button.
m_ButtonUp - Variable in class adams.gui.tools.wekamultiexperimenter.setup.ClassifierPanel
the button for moving classifiers up.
m_ButtonUp - Variable in class adams.gui.tools.wekamultiexperimenter.setup.DatasetPanel
the button for moving files up.
m_ButtonUpdate - Variable in class adams.gui.tools.AbstractManagementPanel
the button for updating an object.
m_ButtonUpdate - Variable in class adams.gui.tools.OptionTree
the button to update the tree.
m_ButtonUsages - Variable in class adams.gui.flow.tab.StorageNamesTab
the button for locating the usages.
m_ButtonUsages - Variable in class adams.gui.flow.tab.VariablesTab
the button for locating the usages.
m_ButtonUsePreviousReport - Variable in class adams.gui.visualization.object.ObjectAnnotationPanel
the button for using the last report.
m_ButtonVariables - Variable in class adams.flow.execution.debug.ControlPanel
the button to show the variable management dialog.
m_ButtonView - Variable in class adams.gui.tools.FileCommanderPanel
the button for viewing the file.
m_ButtonVisibility - Variable in class adams.gui.core.OneTouchPanel
the button for hiding/showing the content.
m_ButtonVisualize - Variable in class adams.gui.tools.wekainvestigator.tab.InstanceTab
the button for visualizing.
m_ButtonWorkspace - Variable in class adams.gui.workspace.AbstractSerializableWorkspaceManagerPanel
the button for managing the workspaces.
m_ButtonWorkspace - Variable in class weka.gui.explorer.MultiExplorer
the button for managing the workspaces.
m_ButtonZoom - Variable in class adams.gui.visualization.object.ObjectAnnotationPanel
the button for applying the zoom.
m_ButtonZoom - Variable in class adams.gui.visualization.segmentation.SegmentationPanel
the button for applying the zoom.
m_ButtonZoomBestFit - Variable in class adams.gui.visualization.object.ObjectAnnotationPanel
the button for best fit zoom.
m_ButtonZoomBestFit - Variable in class adams.gui.visualization.segmentation.SegmentationPanel
the button for best fit zoom.
m_ButtonZoomClear - Variable in class adams.gui.visualization.object.ObjectAnnotationPanel
the button for clearing zoom.
m_ButtonZoomClear - Variable in class adams.gui.visualization.segmentation.SegmentationPanel
the button for clearing zoom.
m_ButtonZoomIn - Variable in class adams.gui.visualization.object.ObjectAnnotationPanel
the button for zooming in.
m_ButtonZoomIn - Variable in class adams.gui.visualization.segmentation.SegmentationPanel
the button for zooming in.
m_ButtonZoomOut - Variable in class adams.gui.visualization.object.ObjectAnnotationPanel
the button for zooming out.
m_ButtonZoomOut - Variable in class adams.gui.visualization.segmentation.SegmentationPanel
the button for zooming out.
m_Bwlimit - Variable in class adams.flow.source.RSync
 
m_ByteFormat - Variable in class adams.data.conversion.IntToString
the byteformat instance in use.
m_ByteFormat - Variable in class adams.data.conversion.LongToString
the byteformat instance in use.
m_ByteOrder - Variable in class adams.data.conversion.ByteArrayToPrimitiveArray
the byte order.
m_ByteOrder - Variable in class adams.data.conversion.PrimitiveArrayToByteArray
the byte order.
m_C - Variable in class adams.data.distribution.Triangular
the c parameter.
m_C - Variable in class adams.data.instancesanalysis.pls.PRM
Tuning parameter.
m_C - Variable in class weka.classifiers.functions.GaussianProcessesWeighted
The covariance matrix.
m_Cache - Static variable in class adams.core.option.AbstractCommandLineHandler
the cache for object class / handler relation.
m_Cache - Variable in class adams.core.option.JenericCmdline
the cache of classes that have been checked (Class - true|false).
m_Cache - Static variable in class adams.db.types.AbstractTypes
for caching types on URLs.
m_Cache - Variable in class adams.event.StorageChangeEvent
the cache (null if none).
m_Cache - Variable in class adams.flow.control.IfStorageValue
the name of the LRU cache.
m_Cache - Variable in class adams.flow.source.DumpStorage
the name of the LRU cache.
m_Cache - Variable in class adams.flow.source.ListStorageNames
the name of the LRU cache.
m_Cache - Variable in class adams.flow.source.StorageValue
the name of the LRU cache.
m_Cache - Variable in class adams.flow.standalone.DeleteStorageValue
the name of the LRU cache.
m_Cache - Variable in class adams.flow.standalone.DeserializeToStorage
the name of the LRU cache.
m_Cache - Variable in class adams.flow.standalone.InitStorageCache
the name of the LRU cache to initialize.
m_Cache - Variable in class adams.flow.transformer.DeleteStorageValue
the name of the LRU cache.
m_Cache - Variable in class adams.flow.transformer.GetStorageValue
the name of the LRU cache.
m_Cache - Variable in class adams.flow.transformer.ReportToStorage
the name of the LRU cache.
m_Cache - Variable in class adams.flow.transformer.SetStorageValue
the name of the LRU cache.
m_Cache - Static variable in class adams.gui.core.Cursors
the cursor cache (name - cursor).
m_Cache - Static variable in class adams.gui.flow.tree.actorswap.AbstractActorSwapSuggestion
for caching suggestions.
m_Cache - Static variable in class adams.gui.goe.AbstractGenericObjectEditorHandler
the cache for object class / handler relation.
m_Cache - Static variable in class adams.gui.visualization.debug.inspectionhandler.AbstractInspectionHandler
the cache for object class / handler relation.
m_Cache - Static variable in class adams.gui.visualization.debug.objectrenderer.AbstractObjectRenderer
the cache for object class / renderer relation.
m_Cache - Static variable in class adams.gui.visualization.debug.propertyextractor.AbstractPropertyExtractor
the cache for object class / extractor relation.
m_CacheListeners - Variable in class adams.gui.selection.AbstractFieldCacheItem
the listeners.
m_CacheManager - Static variable in class adams.gui.selection.AbstractSelectDatabaseFieldPanel
The caches to manage.
m_Caches - Variable in class adams.flow.control.Storage
name LRU caches.
m_CacheSize - Variable in class adams.core.LRUCache
the cache size.
m_Calculated - Variable in class adams.data.statistics.AbstractDataStatistic
indicates whether statistics have been calculated.
m_Calculated - Variable in class adams.gui.visualization.stats.paintlet.AbstractOverlayPaintlet
Whether the overlay has been calculated
m_Calculated - Variable in class adams.gui.visualization.stats.paintlet.AbstractZOverlayPaintlet
whether the overlay has been calcualated
m_Calculating - Variable in class adams.data.spreadsheet.DoubleCell
whether a cell calculation is currently happening.
m_Calculating - Variable in class adams.data.spreadsheet.FloatCell
whether a cell calculation is currently happening.
m_Calendar - Variable in class adams.data.conversion.ExcelDoubleColumnToDate
the calendar to use.
m_Calendar - Variable in class adams.data.conversion.ExcelDoubleColumnToDateTime
the calendar to use.
m_Calendar - Variable in class adams.data.conversion.ExtractDateTimeField
the calendar for extracting the fields.
m_Calendar - Variable in class adams.gui.goe.AbstractBaseDateTypeEditor
The calendar component for editing the date.
m_Calendar - Variable in class adams.parser.basedate.Parser
an instance of a gregorian calendar.
m_Calendar - Variable in class adams.parser.basedatetime.Parser
an instance of a gregorian calendar.
m_Calendar - Variable in class adams.parser.basedatetimemsec.Parser
an instance of a gregorian calendar.
m_Calendar - Variable in class adams.parser.basetime.Parser
an instance of a gregorian calendar.
m_Calendar - Variable in class adams.parser.basetimemsec.Parser
an instance of a gregorian calendar.
m_Calendar - Variable in class adams.parser.ParserHelper
the calendar instance to use.
m_Call - Variable in class adams.flow.sink.PyroSink
the pyro call to use.
m_Call - Variable in class adams.flow.source.PyroSource
the pyro call to use.
m_Call - Variable in class adams.flow.standalone.PyroStandalone
the pyro call to use.
m_Call - Variable in class adams.flow.transformer.PyroTransformer
the pyro call to use.
m_CallableActor - Variable in class adams.core.command.stderr.CallableActorSink
the callable actor.
m_CallableActor - Variable in class adams.core.command.stdout.CallableActorSink
the callable actor.
m_CallableActor - Variable in class adams.data.objectfilter.TransformMetaData
the callable actor.
m_CallableActor - Variable in class adams.flow.control.CallableActorScreenshot
the callable actor.
m_CallableActor - Variable in class adams.flow.control.SetContainerValue
the callable actor to retrieve the data from.
m_CallableActor - Variable in class adams.flow.control.TimedSubProcess
the callable actor.
m_CallableActor - Variable in class adams.flow.control.TimedTee
the callable actor.
m_CallableActor - Variable in class adams.flow.control.TimedTrigger
the callable actor.
m_CallableActor - Variable in class adams.flow.control.UpdateCallableDisplay
the callable actor.
m_CallableActor - Variable in class adams.flow.core.AbstractCallableActor
the callable actor.
m_CallableActor - Variable in class adams.flow.core.AbstractCallableActorPropertyUpdater
the callable actor to update the property for.
m_CallableActor - Variable in class adams.flow.source.AbstractInteractiveSource
the callable actor.
m_CallableActor - Variable in class adams.flow.source.SelectFile
the callable actor.
m_CallableActor - Variable in class adams.flow.source.WekaSelectDataset
the callable actor.
m_CallableActor - Variable in class adams.flow.transformer.AbstractInteractiveTransformer
the callable actor.
m_CallableActor - Variable in class adams.flow.transformer.SpreadSheetTransformCells
the callable actor.
m_CallableActor - Variable in class adams.flow.transformer.SpreadSheetTransformHeaderCells
the callable actor.
m_CallableActor - Variable in class adams.flow.transformer.WekaGeneticAlgorithm
the callable actor.
m_CallableActor - Variable in class adams.scripting.requesthandler.CallableActorsHandler
the callable actor.
m_CallableActor - Variable in class adams.scripting.responsehandler.CallableActorsHandler
the callable actor.
m_CallableActorInitialized - Variable in class adams.scripting.requesthandler.CallableActorsHandler
whether the callable actor has been initialized.
m_CallableActorInitialized - Variable in class adams.scripting.responsehandler.CallableActorsHandler
whether the callable actor has been initialized.
m_CallableActors - Variable in class adams.flow.source.MakeContainer
the callable actors to retrieve the data from.
m_CallableInput - Variable in class adams.flow.control.InputOutputListener
the callable actor (input).
m_CallableName - Variable in class adams.core.command.stderr.CallableActorSink
the callable name.
m_CallableName - Variable in class adams.core.command.stdout.CallableActorSink
the callable name.
m_CallableName - Variable in class adams.flow.control.CallableActorScreenshot
the callable name.
m_CallableName - Variable in class adams.flow.control.TimedSubProcess
the callable name.
m_CallableName - Variable in class adams.flow.control.TimedTee
the callable name.
m_CallableName - Variable in class adams.flow.control.TimedTrigger
the callable name.
m_CallableName - Variable in class adams.flow.control.UpdateCallableDisplay
the callable name.
m_CallableName - Variable in class adams.flow.core.AbstractCallableActor
the callable name.
m_CallableName - Variable in class adams.flow.core.AbstractCopyCallableActor
the callable name.
m_CallableName - Variable in class adams.flow.transformer.WekaGeneticAlgorithm
the callable name.
m_CallableName - Variable in class adams.scripting.requesthandler.CallableActorsHandler
the callable name.
m_CallableName - Variable in class adams.scripting.responsehandler.CallableActorsHandler
the callable name.
m_CallableNames - Variable in class adams.flow.control.Flow
the callable names.
m_CallableNames - Variable in class adams.flow.control.LocalScopeTransformer
the callable names.
m_CallableNames - Variable in class adams.flow.control.LocalScopeTrigger
the callable names.
m_CallableOutput - Variable in class adams.flow.control.InputOutputListener
the callable actor (output).
m_CallCleanUp - Variable in class adams.flow.transformer.ExecuteActor
whether to call the cleanUp method.
m_CallSetUp - Variable in class adams.flow.transformer.ExecuteActor
whether to call the setUp method.
m_CallWrapUp - Variable in class adams.flow.transformer.ExecuteActor
whether to call the wrapUp method.
m_CanAbstain - Variable in class weka.classifiers.lazy.AbstainingLWL
whether the base classifier can abstain.
m_CanAbstain - Variable in class weka.classifiers.meta.AbstainingClassifierWrapper
whether the base classifier can abstain.
m_CanAbstain - Variable in class weka.classifiers.meta.FilteredClassifierExt
whether the base classifier can abstain.
m_CanAbstain - Variable in class weka.classifiers.meta.MinMaxLimits
whether the base classifier can abstain.
m_CanAbstain - Variable in class weka.classifiers.meta.ThreadSafeClassifierWrapper
whether the base classifier can abstain.
m_Canceled - Variable in class adams.gui.visualization.report.ReportFactory.StandardsDialog
whether the dialog was canceled.
m_CanceledByUser - Variable in class adams.gui.plugin.AbstractToolPlugin
whether the user canceled the operation.
m_CanceledByUser - Variable in class adams.gui.tools.spreadsheetviewer.AbstractDataPlugin
whether the user canceled the operation.
m_CanceledByUser - Variable in class adams.gui.tools.spreadsheetviewer.AbstractViewPlugin
whether the user canceled the operation.
m_CancelledVariable - Variable in class adams.flow.template.SimpleMenu
the variable to store the cancelled state in.
m_CancelListener - Variable in class adams.gui.goe.GenericObjectEditorPanel
the Cancel listener.
m_CancelListener - Variable in class adams.gui.visualization.instance.LoadDatasetDialog
the listener waiting for the user to cancel the dialog.
m_CancelListener - Variable in class adams.gui.visualization.spreadsheet.LoadSpreadSheetDialog
the listener waiting for the user to cancel the dialog.
m_CancelListeners - Variable in class adams.gui.core.AbstractQuickSearchPanel
the cancel listeners (hitting ESC).
m_CancelToken - Variable in class adams.flow.transformer.ConfirmationDialog
the "cancel" token.
m_CanChangeClass - Variable in class adams.gui.goe.GenericObjectEditorPanel
whether the class can be changed.
m_canChangeClassInDialog - Variable in class adams.gui.goe.GenericObjectEditor
whether the class can be changed.
m_CanContainSource - Variable in class adams.flow.core.ActorHandlerInfo
whether the actor can contain a source sub-actor.
m_CanContainStandalones - Variable in class adams.flow.core.ActorHandlerInfo
whether the actor can contain standalone sub-actors.
m_CanEncloseActors - Variable in class adams.flow.core.ActorHandlerInfo
whether the actor can be used for enclosing other actors.
m_CanOpenFiles - Variable in class adams.gui.dialog.TextPanel
whether the editor is allowed to open files as well.
m_canopyClusters - Variable in class weka.clusterers.SAXKMeans
The canopy clusterer (if being used)
m_CanSort - Variable in class adams.gui.goe.GenericArrayEditor
whether the objects implement comparable.
m_CanvasColor - Variable in class adams.flow.transformer.locateobjects.AbstractObjectLocator
the canvas color.
m_CanvasHeight - Variable in class adams.data.image.transformer.ChangeCanvasSize
the height of the canvas.
m_CanvasHeight - Variable in class adams.flow.transformer.locateobjects.AbstractObjectLocator
the canvas height.
m_CanvasHeight - Variable in class adams.flow.transformer.locateobjects.ChangeCanvasSize
the height of the canvas.
m_CanvasPanel - Variable in class adams.gui.visualization.object.tools.AbstractTool
the canvas panel to operate on.
m_CanvasPanel - Variable in class adams.gui.visualization.segmentation.layer.LayerManager
the canvas panel.
m_CanvasWidth - Variable in class adams.data.image.transformer.ChangeCanvasSize
the width of the canvas.
m_CanvasWidth - Variable in class adams.flow.transformer.locateobjects.AbstractObjectLocator
the canvas width.
m_CanvasWidth - Variable in class adams.flow.transformer.locateobjects.ChangeCanvasSize
the width of the canvas.
m_Capabilities - Variable in class adams.flow.condition.bool.AbstractAttributeCapabilities
the class index.
m_Capabilities - Variable in class adams.ml.capabilities.Capabilities
the capabilities.
m_CaptionNegative - Variable in class adams.flow.condition.bool.PromptUser
the caption for the 'negative' button.
m_CaptionPositive - Variable in class adams.flow.condition.bool.PromptUser
the caption for the 'positive' button.
m_CaretAtStart - Variable in class adams.flow.sink.HistoryDisplay
whether to position the caret by default at the start or at the end.
m_CaretAtStart - Variable in class adams.gui.core.BufferHistoryPanel
whether to position the caret at beginning instead of end.
m_CaretAtStart - Variable in class adams.gui.help.HelpHistoryPanel
whether to position the caret at beginning instead of end.
m_Cascade - Variable in class weka.classifiers.meta.ClassifierCascade
the cascade.
m_CaseInsensitive - Variable in class adams.data.conversion.SpreadSheetStringColumnToBoolean
whether to ignored case.
m_Cases - Variable in class adams.flow.control.Switch
the "cases" to execute if the corresponding expression matches.
m_Cases - Variable in class adams.flow.source.SwitchedSource
the "cases" to execute if the corresponding expression matches.
m_CaseSensitive - Variable in class adams.core.io.FileComparator
whether to compare the files case-sensitive.
m_CaseSensitive - Variable in class adams.core.io.FileObjectComparator
whether to perform case-sensitive comparisons.
m_CaseSensitive - Variable in class adams.flow.transformer.FindInFile
whether the search is case-sensitive.
m_CaseSensitive - Variable in class adams.flow.transformer.StringIndexOf
whether to perform case-sensitive search.
m_CaseSensitive - Variable in class adams.flow.transformer.SubStringCount
whether to perform case-sensitive search.
m_CaseSensitive - Variable in class adams.gui.core.ExtensionFileFilter
whether case-sensitive or not.
m_CaseSensitive - Variable in class adams.gui.scripting.SyntaxDocument
whether keywords are case-sensitive.
m_CaseToken - Variable in class adams.flow.control.Switch.SwitchDirector
the token to use in the switch cases.
m_Catch - Variable in class adams.flow.control.TryCatch
the catch branch.
m_CategoricalActual - Variable in class adams.flow.transformer.summarystatistics.AbstractCategoricalSummaryStatistic
the actual values.
m_CategoricalActual - Variable in class adams.flow.transformer.summarystatistics.AbstractGeneralSummaryStatistic
the actual values.
m_CategoricalClassDistributionLabels - Variable in class adams.flow.transformer.summarystatistics.AbstractCategoricalSummaryStatistic
the class distribution labels (required if distributions provided).
m_CategoricalClassDistributionLabels - Variable in class adams.flow.transformer.summarystatistics.AbstractGeneralSummaryStatistic
the class distribution labels (required if distributions provided).
m_CategoricalClassDistributions - Variable in class adams.flow.transformer.summarystatistics.AbstractCategoricalSummaryStatistic
the class distributions (optional).
m_CategoricalClassDistributions - Variable in class adams.flow.transformer.summarystatistics.AbstractGeneralSummaryStatistic
the class distributions (optional).
m_CategoricalPredicted - Variable in class adams.flow.transformer.summarystatistics.AbstractCategoricalSummaryStatistic
the predicted values.
m_CategoricalPredicted - Variable in class adams.flow.transformer.summarystatistics.AbstractGeneralSummaryStatistic
the predicted values.
m_CategoricalProbabilities - Variable in class adams.flow.transformer.summarystatistics.AbstractCategoricalSummaryStatistic
the probabilities (optional).
m_CategoricalProbabilities - Variable in class adams.flow.transformer.summarystatistics.AbstractGeneralSummaryStatistic
the probabilities (optional).
m_CC - Variable in class adams.core.net.Email
the CC recipients.
m_CC - Variable in class adams.flow.sink.sendnotification.Email
the recipients (CC).
m_CC - Variable in class adams.flow.transformer.CreateEmail
the recipients (CC).
m_Cell - Variable in class adams.data.spreadsheet.CellView
the wrapped cell.
m_Cell - Variable in class adams.flow.transformer.SpreadSheetConvertCells
used for parsing missing value replacement strings.
m_Cell - Variable in class adams.flow.transformer.SpreadSheetTransformCells
used for parsing missing value replacement strings.
m_CellFinder - Variable in class adams.data.conversion.SpreadSheetCellFinderToPositions
Deprecated.
the CellFinder to apply.
m_CellKeys - Variable in class adams.data.spreadsheet.HeaderRow
the cell keys of the row.
m_CellPadding - Variable in class weka.experiment.ResultMatrixMediaWiki
the cell padding.
m_CellPopupMenuCustomizer - Variable in class adams.gui.core.SpreadSheetTable
the customizer for the table cells popup menu.
m_CellPopupMenuCustomizer - Variable in class adams.gui.dialog.MultiSpreadSheetDialog
the customizer for the table cells popup menu.
m_CellPopupMenuCustomizer - Variable in class adams.gui.visualization.instances.InstancesTable
the customizer for the table cells popup menu.
m_CellPopupMenuListeners - Variable in class adams.gui.core.BaseTable
the popup menu listeners for the cells.
m_CellRenderingCustomizer - Variable in class adams.flow.sink.SpreadSheetDisplay
the custom cell renderer.
m_CellRenderingCustomizer - Variable in class adams.gui.core.SpreadSheetTableModel
for customizing the cell rendering.
m_CellRenderingCustomizer - Variable in class adams.gui.dialog.MultiSpreadSheetDialog
for customizing the cell rendering.
m_CellRenderingCustomizer - Variable in class adams.gui.tools.previewbrowser.AbstractSpreadSheetHandler
for customizing the cell rendering.
m_CellRenderingCustomizer - Variable in class adams.gui.tools.spreadsheetviewer.MultiPagePane
the custom background color for negative values (null if none set).
m_CellRenderingCustomizer - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.output.ConfusionMatrix
for highlighting the cells in the table.
m_Cells - Variable in class adams.data.spreadsheet.AbstractRow
the cells of the row.
m_Cells - Variable in class adams.data.spreadsheet.DenseDataRow
the cells of the row.
m_CellSelectedColor - Variable in class adams.flow.transformer.SpreadSheetCellSelector.CellRenderer
the color for selected cells.
m_CellSpacing - Variable in class weka.experiment.ResultMatrixMediaWiki
the cell spacing.
m_CellStringContentType - Variable in class adams.data.io.input.ExcelStreamingSpreadSheetReader
the corresponding types.
m_CellStringID - Variable in class adams.data.io.input.ExcelStreamingSpreadSheetReader
the extra cell strings to manage.
m_CellStrings - Variable in class adams.data.io.input.ExcelStreamingSpreadSheetReader.SheetHandler
the cell-strings.
m_CellTypeContentType - Variable in class adams.data.io.input.ExcelStreamingSpreadSheetReader
the corresponding types.
m_CellTypeID - Variable in class adams.data.io.input.ExcelStreamingSpreadSheetReader
the extra cell types to manage.
m_CellTypes - Variable in class adams.data.io.input.ExcelStreamingSpreadSheetReader.SheetHandler
the cell-types.
m_Center - Variable in class adams.data.spc.Limits
the center.
m_Center - Variable in class adams.ml.preprocessing.unsupervised.PCA
whether to center (rather than standardize) the data and compute PCA from covariance (rather than correlation) matrix.
m_centerFilter - Variable in class weka.filters.unsupervised.attribute.PrincipalComponentsJ
Filter for centering the data
m_CenterOnCanvas - Variable in class adams.flow.transformer.locateobjects.AbstractObjectLocator
whether to place the located object on a fixed size canvas.
m_Centre - Variable in class adams.gui.visualization.stats.fourinone.FourInOne
Panel for displaying the four plots
m_Centre - Variable in class adams.gui.visualization.stats.scatterplot.Matrix
Panel for displaying the scatter plots
m_centroidCanopyAssignments - Variable in class weka.clusterers.SAXKMeans
Canopies that each centroid falls into (determined by T1 radius)
m_CEPanel - Variable in class weka.gui.explorer.ExperimentPanel
The panel showing the current classifier selection.
m_ChangeAll - Variable in class adams.flow.processor.ChangeDatabaseConditionLimit
whether to change all limits.
m_ChangeAll - Variable in class adams.flow.processor.ChangeNumThreads
whether to change all settings.
m_ChangeListenerAnnotations - Variable in class adams.flow.transformer.ImageObjectAnnotator
the change listener for updating the OK button.
m_ChangeListeners - Variable in class adams.data.filter.AbstractGlobalDataContainerFilter
the listeners in case of changes to the filter.
m_ChangeListeners - Variable in class adams.db.AbstractDatabaseConnection
the listeners in case of connect/disconnect.
m_ChangeListeners - Variable in class adams.flow.control.Storage
the listeners.
m_ChangeListeners - Variable in class adams.flow.setup.FlowSetupManager
the change listeners.
m_ChangeListeners - Variable in class adams.gui.chooser.AbstractChooserPanel
listeners that listen to changes of the selected value.
m_ChangeListeners - Variable in class adams.gui.chooser.TimePanel
the change listeners.
m_ChangeListeners - Variable in class adams.gui.core.AbstractQuickSearchPanel
the change listeners.
m_ChangeListeners - Variable in class adams.gui.core.AbstractTextAreaPanelWithAdvancedSyntaxHighlighting
the listeners for modification events.
m_ChangeListeners - Variable in class adams.gui.core.FilterPanel
the filter listeners.
m_ChangeListeners - Variable in class adams.gui.core.MultiPagePane
the listeners when pages get selected.
m_ChangeListeners - Variable in class adams.gui.core.ParameterPanel
the change listeners.
m_ChangeListeners - Variable in class adams.gui.core.StyledTextEditorPanel
the listeners for modification events.
m_ChangeListeners - Variable in class adams.gui.core.TextEditorPanel
the listeners for modification events.
m_ChangeListeners - Variable in class adams.gui.dialog.AbstractDatabaseConnectionPanel
the change listeners.
m_ChangeListeners - Variable in class adams.gui.dialog.DatabaseConnectionsPanel
the change listeners.
m_ChangeListeners - Variable in class adams.gui.goe.GenericObjectEditorPopupMenu
listeners that get notified when the user changes the setup.
m_ChangeListeners - Variable in class adams.gui.goe.WekaGenericObjectEditorPopupMenu
listeners that get notified when the user changes the setup.
m_ChangeListeners - Variable in class adams.gui.tools.ClassHelpPanel
the change listeners.
m_ChangeListeners - Variable in class adams.gui.visualization.core.AxisPanel
the paint listeners.
m_ChangeListeners - Variable in class adams.gui.visualization.instance.InstanceComparePanel.DatasetPanel
the change listeners.
m_ChangeListeners - Variable in class adams.gui.visualization.instances.InstancesTable
the listeners for changes.
m_ChangeListeners - Variable in class adams.gui.visualization.segmentation.layer.LayerManager
the change listeners.
m_ChangeMonitor - Variable in class adams.gui.tools.PreviewBrowserPanel
the file change monitor.
m_Channel - Variable in class adams.gui.tools.SSHPanel
the channel.
m_Channels - Variable in class adams.data.image.multiimageoperation.CombineChannels
the channels to combine.
m_Channels - Variable in class adams.data.image.transformer.SplitChannels
the channels to extract.
m_Channels - Variable in class adams.data.image.transformer.SplitChannelsHSV
the channels to extract.
m_Channels - Variable in class adams.data.image.transformer.SplitChannelsYIQ
the channels to extract.
m_Channels - Variable in class adams.data.image.transformer.SplitChannelsYUV
the channels to extract.
m_CharacterEndPos - Variable in class adams.flow.transformer.StringCut
the character end position.
m_Characters - Variable in class adams.tools.ZipPassword
the characters to use for brute force.
m_CharacterStartPos - Variable in class adams.flow.transformer.StringCut
the character starting position.
m_Chars - Variable in class adams.core.password.BruteForcePasswordGenerator
the characters to use in the attack.
m_CharSet - Variable in class adams.flow.transformer.WekaTextDirectoryReader
the character set.
m_Chart - Variable in class adams.flow.sink.ControlChartPlot
the chart algorithm to use.
m_Chart - Variable in class adams.flow.sink.JFreeChartFileWriter
the chart generator.
m_Chart - Variable in class adams.flow.sink.JFreeChartPlot
the chart generator.
m_Chart - Variable in class adams.flow.transformer.ControlChart
the control chart to use.
m_Chart - Variable in class adams.gui.tools.spreadsheetviewer.chart.ControlChart
the control chart to generate.
m_Chart - Variable in class adams.gui.tools.spreadsheetviewer.chart.JFreeChart
the chart generator.
m_ChartName - Variable in class adams.flow.sink.ControlChartPlot
the chart name.
m_Check - Variable in class adams.core.io.fileuse.FileIncomplete
the check to use.
m_Check - Variable in class adams.flow.condition.bool.BytesComplete
the check scheme to use.
m_Check - Variable in class adams.flow.condition.bool.FileComplete
the check scheme to use.
m_Check - Variable in class adams.flow.condition.bool.FileInUse
the check scheme to use.
m_Check - Variable in class adams.gui.core.BaseObjectTextField.BaseObjectCheckModel
the object used for the checks.
m_CheckBoxAlternative - Variable in class adams.gui.tools.previewbrowser.CocoAnnotationsHandler.CombinedPanel
whether to use an alternative location for reports.
m_CheckBoxAlternative - Variable in class adams.gui.tools.previewbrowser.DeepLabCutCSVHandler.CombinedPanel
whether to use an alternative location for reports.
m_CheckBoxAlternative - Variable in class adams.gui.tools.previewbrowser.ObjectCentersFromReport.CombinedPanel
whether to use an alternative location for reports.
m_CheckBoxAlternative - Variable in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport.CombinedPanel
whether to use an alternative location for reports.
m_CheckBoxAlternative - Variable in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet.CombinedPanel
whether to use an alternative location for reports.
m_CheckBoxAlternative - Variable in class adams.gui.tools.previewbrowser.PointsFromReportHandler.CombinedPanel
whether to use an alternative location for reports.
m_CheckBoxAntiAliasing - Variable in class adams.gui.tools.wekainvestigator.tab.InstanceTab
whether to use anti-aliasing.
m_CheckBoxAutoCommit - Variable in class adams.gui.dialog.AbstractDatabaseConnectionPanel
the checkbox for auto-commit.
m_CheckBoxBatchFilter - Variable in class adams.gui.tools.wekainvestigator.tab.PreprocessTab
the checkbox for batch-filtering.
m_CheckBoxBold - Variable in class adams.gui.chooser.FontChooserPanelWithPreview
The bold chooser.
m_CheckBoxCaseSensitive - Variable in class adams.gui.tools.FindInFilesPanel
whether to search case-sensitive.
m_CheckBoxCombine - Variable in class adams.gui.visualization.sequence.XYSequenceExportDialog
whether the sequences should be saved in the same file, if possible.
m_CheckBoxCombine - Variable in class adams.gui.visualization.timeseries.TimeseriesExportDialog
whether the timeseries should be saved in the same file, if possible.
m_CheckBoxConnectOnStartUp - Variable in class adams.gui.dialog.AbstractDatabaseConnectionPanel
the checkbox for connecting on startup.
m_CheckBoxConsole - Variable in class adams.gui.core.ErrorMessagePanel
the checkbox for including the console output.
m_CheckBoxConsole - Variable in class adams.gui.flow.FlowPanelNotificationArea
the checkbox for including the console output.
m_CheckBoxCustomSplitGenerator - Variable in class adams.gui.tools.wekamultiexperimenter.setup.BasicAdamsSetupPanel
whether to use a custom split generator.
m_CheckBoxDiscardPredictions - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.CrossValidation
whether to discard the predictions.
m_CheckBoxDiscardPredictions - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.ReevaluateModel
whether to discard the predictions.
m_CheckBoxDiscardPredictions - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.TrainTestSet
whether to discard the predictions.
m_CheckBoxDiscardPredictions - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.TrainTestSplit
whether to discard the predictions.
m_CheckBoxDiscardPredictions - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.TrainValidateTestSet
whether to discard the predictions.
m_CheckboxEnabled - Variable in class adams.gui.visualization.segmentation.layer.AbstractLayer
Whether the layer is enabled.
m_CheckBoxEnabled - Variable in class adams.gui.application.EmailSetupPanel
Whether to enable email support.
m_CheckBoxes - Variable in class adams.gui.core.ParameterPanel
the check boxes.
m_CheckBoxEscapedInput - Variable in class adams.gui.goe.BaseRegExpEditor
the checkbox for "escaped input".
m_CheckBoxFill - Variable in class adams.gui.visualization.stats.boxplot.BoxPlotManager
Check box to choose if boxes should b filled
m_CheckBoxFilter - Variable in class adams.gui.goe.GenericObjectEditorClassTreePanel
The checkbox for enabling/disabling the class tree filter.
m_CheckBoxFinalModel - Variable in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.CrossValidation
whether to produce a final model.
m_CheckBoxGrid - Variable in class adams.gui.visualization.stats.probabilityplot.ProbabilityPlot
Check box for grid overlay
m_CheckBoxHttpFtpAuthentication - Variable in class adams.gui.application.ProxySettingsPanel
whether authentication is necessary.
m_CheckBoxIncludeDateAttributes - Variable in class adams.gui.visualization.instance.LoadDatasetDialog
whether to include date attributes.
m_CheckBoxIncludeNominalAttributes - Variable in class adams.gui.visualization.instance.LoadDatasetDialog
whether to include numeric nominal.
m_CheckBoxIncludeNumericAttributes - Variable in class adams.gui.visualization.instance.LoadDatasetDialog
whether to include numeric attributes.
m_CheckBoxIncludeRelationalAttributes - Variable in class adams.gui.visualization.instance.LoadDatasetDialog
whether to include relational attributes.
m_CheckBoxIncludeStringAttributes - Variable in class adams.gui.visualization.instance.LoadDatasetDialog
whether to include string attributes.
m_CheckBoxItalic - Variable in class adams.gui.chooser.FontChooserPanelWithPreview
The italic chooser.
m_CheckBoxKeepName - Variable in class adams.gui.tools.wekainvestigator.tab.PreprocessTab
the whether to keep the relation name.
m_CheckBoxLenient - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.IndexedSplitsRunsEvaluation
whether to be lenient with checks.
m_CheckBoxLine - Variable in class adams.gui.visualization.stats.probabilityplot.ProbabilityPlot
Check box for line overlay
m_CheckBoxLineWrap - Variable in class adams.gui.core.SimpleLogPanel
the checkbox for linewrap.
m_CheckBoxLower - Variable in class adams.gui.goe.BaseIntervalEditor
whether to include the lower bound.
m_CheckBoxMarkers - Variable in class adams.gui.tools.wekainvestigator.tab.InstanceTab
whether to use markers.
m_CheckBoxOptions - Variable in class adams.gui.chooser.AbstractConfigurableExtensionFileFilterFileChooser
the checkbox for bringing up the GenericObjectEditor.
m_CheckBoxOptions - Variable in class adams.gui.print.JComponentWriterFileChooser
the checkbox for bringing up the GenericObjectEditor.
m_CheckboxOverlay - Variable in class adams.gui.visualization.container.FilterDialog
the checkbox for whether the filtered data is to be overlayed over the original data.
m_CheckBoxPerFoldOutput - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.CrossValidation
whether to use separate evaluations per fold.
m_CheckBoxPreserveOrder - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.BuildModel
whether to preserve the order.
m_CheckBoxPreserveOrder - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.TrainTestSplit
whether to preserve the order.
m_CheckBoxPreserveOrder - Variable in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.BuildModel
whether to preserve the order.
m_CheckBoxPreserveOrder - Variable in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.TrainTestSplit
whether to preserve the order.
m_CheckBoxPreserveOrder - Variable in class adams.gui.tools.wekainvestigator.tab.experimenttab.setup.TrainTestSplitSetup
whether to preserve the order.
m_CheckBoxPreview - Variable in class adams.gui.chooser.ImageFileChooser
the checkbox for bringing up the GenericObjectEditor.
m_CheckBoxPreview - Variable in class adams.gui.visualization.debug.StoragePanel
the checkbox for previewing items.
m_CheckBoxPropsFile - Variable in class adams.gui.tools.OptionTree
the checkbox for properties file pre-processing.
m_CheckBoxRecursive - Variable in class adams.gui.dialog.AbstractReplaceDialog
the recursive checkbox.
m_CheckBoxRecursive - Variable in class adams.gui.tools.FindInFilesPanel
whether to search recursively.
m_CheckboxRegExp - Variable in class adams.gui.core.SearchPanel
whether to use regular expressions for searching or plain string comparison.
m_CheckBoxRenderLimit - Variable in class adams.gui.visualization.debug.InspectionPanel
the checkbox for applying a render limit.
m_CheckBoxRenderLimit - Variable in class adams.gui.visualization.debug.StoragePanel
the checkbox for applying a render limit.
m_CheckBoxReplace - Variable in class adams.gui.tools.wekainvestigator.tab.PreprocessTab
the checkbox to replace the datasets.
m_CheckBoxSameAxis - Variable in class adams.gui.visualization.stats.boxplot.BoxPlotManager
select whether graphs have the same axis
m_CheckBoxSerialize - Variable in class adams.gui.tools.wekainvestigator.tab.PreprocessTab
the whether to serialize the filter to a file.
m_CheckBoxShowHttpFtpPassword - Variable in class adams.gui.application.ProxySettingsPanel
Whether to show the http password.
m_CheckBoxShowPassword - Variable in class adams.gui.application.EmailSetupPanel
Whether to show the password.
m_CheckBoxShowPassword - Variable in class adams.gui.dialog.AbstractDatabaseConnectionPanel
the checkbox for showing the password.
m_CheckBoxShowPassword - Variable in class adams.gui.dialog.PasswordDialog
whether to display the password or not.
m_CheckBoxShowPassword - Variable in class adams.gui.goe.BasePasswordEditor
the checkbox for "show password".
m_CheckBoxShowPassword - Variable in class adams.gui.tools.wekamultiexperimenter.setup.weka.JdbcOutputPanel
whether to show the password.
m_CheckBoxShowSocksPassword - Variable in class adams.gui.application.ProxySettingsPanel
Whether to show the password.
m_CheckBoxSize - Variable in class adams.gui.visualization.debug.InspectionPanel
whether to calculate the size.
m_CheckBoxSkipNominal - Variable in class adams.gui.tools.wekainvestigator.tab.PrincipalComponentsTab
whether to skip nominal attributes.
m_CheckBoxSmtpRequiresAuthentication - Variable in class adams.gui.application.EmailSetupPanel
Whether the SMTP server requires authentication.
m_CheckBoxSmtpStartTLS - Variable in class adams.gui.application.EmailSetupPanel
Whether to start TLS.
m_CheckBoxSmtpUseSSL - Variable in class adams.gui.application.EmailSetupPanel
Whether to use SSL.
m_CheckBoxSocksAuthentication - Variable in class adams.gui.application.ProxySettingsPanel
whether authentication is necessary.
m_CheckBoxStrict - Variable in class adams.gui.goe.GenericObjectEditorClassTreePanel
The checkbox for enabling/disabling strict filtering.
m_CheckBoxSwapRowsColumns - Variable in class adams.gui.tools.wekamultiexperimenter.analysis.DefaultAnalysisPanel
for swapping rows/columns.
m_CheckBoxUpper - Variable in class adams.gui.goe.BaseIntervalEditor
whether to include the upper bound.
m_CheckBoxUserOnlyVars - Variable in class adams.gui.tools.VariableManagementPanel
whether to show only user variables.
m_CheckBoxUseViews - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.CrossValidation
whether to use views.
m_CheckBoxUseViews - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.TrainTestSplit
whether to use views.
m_CheckBoxUseViews - Variable in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.TrainTestSplit
whether to use views.
m_CheckColName - Variable in class adams.gui.core.CheckableTableModel
the name for the "check" column.
m_CheckFileExists - Variable in class adams.data.io.output.CsvSpreadSheetWriter
whether to check whether file exists with each data item being processed.
m_CheckHeader - Variable in class adams.flow.transformer.SpreadSheetRowBuffer
whether to check the header.
m_CheckHeader - Variable in class adams.flow.transformer.WekaInstanceBuffer
whether to check the header.
m_CheckHeader - Variable in class adams.flow.transformer.WekaInstanceDumper
whether to check the header.
m_CheckInterval - Variable in class adams.flow.control.AbstractDataContainerFileChecker
the check interval for temporary blacklisted items, before checking them again.
m_CheckLargeFlowsOnSave - Variable in class adams.gui.flow.FlowPanel
whether to check large flows before saving.
m_CheckModel - Variable in class adams.gui.core.CheckedTextField
the checkmodel in use.
m_CheckOnSave - Variable in class adams.gui.flow.FlowPanel
whether to check before saving.
m_Checks - Variable in class adams.core.io.fileuse.MultiCheck
the checks to use.
m_Checks - Variable in class adams.gui.visualization.object.objectannotations.check.MultiCheck
the checks to apply.
m_CheckSize - Variable in class adams.core.io.filecomplete.AbstractStrictCheckSizeFileCompleteCheck
the number of bytes to read from the end of the file to look for the EOF marker.
m_checksTurnedOff - Variable in class weka.classifiers.functions.GaussianProcessesAdaptive
Turn off all checks and conversions? Turning them off assumes that data is purely numeric, doesn't contain any missing values, and has a numeric class.
m_checksTurnedOff - Variable in class weka.classifiers.functions.GaussianProcessesNoWeights
Turn off all checks and conversions? Turning them off assumes that data is purely numeric, doesn't contain any missing values, and has a numeric class.
m_checksTurnedOff - Variable in class weka.classifiers.functions.GaussianProcessesWeighted
Turn off all checks and conversions? Turning them off assumes that data is purely numeric, doesn't contain any missing values, and has a numeric class.
m_checksTurnedOff - Variable in class weka.classifiers.functions.GPD
Turn off all checks and conversions? Turning them off assumes that data is purely numeric, doesn't contain any missing values, and has a numeric class.
m_checksTurnedOff - Variable in class weka.classifiers.functions.LinearRegressionJ
Turn off all checks and conversions?
m_Checksum - Variable in class adams.flow.source.RSync
 
m_Checksum - Variable in class adams.flow.source.SimpleRSync
 
m_ChecksumSeed - Variable in class adams.flow.source.RSync
 
m_CheckTimestamp - Variable in class adams.flow.control.AbstractDataContainerFileChecker.FileInfo
the timestamp the file should be checked again at earliest.
m_CheckTooDark - Variable in class adams.gui.visualization.core.AbstractColorProvider
whether to ensure that colors aren't too dark.
m_CheckType - Variable in class adams.data.objectfinder.ObjectsInPolygon
whether to check the type (if a suffix provided).
m_CheckType - Variable in class adams.data.objectfinder.ObjectsInRegion
whether to check the type (if a suffix provided).
m_CheckType - Variable in class adams.flow.transformer.CountObjectsInPolygon
whether to check the type (if a suffix provided).
m_CheckType - Variable in class adams.flow.transformer.CountObjectsInRegion
whether to check the type (if a suffix provided).
m_CheckType - Variable in class adams.flow.transformer.MergeObjectLocations
whether to check the type (if a suffix provided).
m_Children - Variable in class adams.core.Trie.TrieNode
for fast access to the children
m_Children - Variable in class adams.gui.application.AbstractApplicationFrame
contains the child frames/windows (title <-> object).
m_Chmod - Variable in class adams.flow.source.RSync
 
m_Choices - Variable in class adams.flow.template.SimpleMenu
the choices.
m_ChoiceVariable - Variable in class adams.flow.template.SimpleMenu
the variable to store the choice in.
m_ChooseListeners - Variable in class adams.gui.chooser.AbstractChooserPanel
the listeners for choose events.
m_Chooser - Variable in class adams.gui.chooser.SimpleDirectoryChooser.SimpleDirectoryChooserCommunication
the chooser.
m_ChooserAlternative - Variable in class adams.gui.tools.previewbrowser.CocoAnnotationsHandler.CombinedPanel
the alternative location.
m_ChooserAlternative - Variable in class adams.gui.tools.previewbrowser.DeepLabCutCSVHandler.CombinedPanel
the alternative location.
m_ChooserAlternative - Variable in class adams.gui.tools.previewbrowser.ObjectCentersFromReport.CombinedPanel
the alternative location.
m_ChooserAlternative - Variable in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport.CombinedPanel
the alternative location.
m_ChooserAlternative - Variable in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet.CombinedPanel
the alternative location.
m_ChooserAlternative - Variable in class adams.gui.tools.previewbrowser.PointsFromReportHandler.CombinedPanel
the alternative location.
m_ChooserChangeListeners - Variable in class adams.gui.tools.filecommander.FileCommanderDirectoryPanel
the chooser change listeners.
m_Choosers - Variable in class adams.gui.core.PropertiesParameterPanel
the property/chooser relation.
m_Choosers - Variable in class adams.gui.tools.filecommander.FileCommanderDirectoryPanel
the combobox with the available directory chooser panels.
m_ChosenOption - Variable in class adams.gui.goe.AbstractPropertyEditorSupport
the option that the user chose.
m_Chown - Variable in class adams.flow.source.RSync
 
m_Chromosome - Variable in class adams.opt.genetic.AbstractGeneticAlgorithm.GeneticAlgorithmJob
the chromosome index.
m_ChunkSize - Variable in class adams.data.io.input.AccessSpreadSheetReader.ChunkReader
the chunk size.
m_ChunkSize - Variable in class adams.data.io.input.AccessSpreadSheetReader
the chunk size to use.
m_ChunkSize - Variable in class adams.data.io.input.CsvSpreadSheetReader.ChunkReader
the chunk size.
m_ChunkSize - Variable in class adams.data.io.input.CsvSpreadSheetReader
the chunk size to use.
m_ChunkSize - Variable in class adams.data.io.input.LineArrayTextReader
the chunk size to use.
m_ChunkSize - Variable in class adams.data.io.input.SimpleCsvSpreadSheetReader
the chunk size to use.
m_ChunkSize - Variable in class adams.data.io.input.SimpleStreamSpreadSheetReader
the chunk size to use.
m_ChunkSize - Variable in class adams.data.io.input.SqlDumpSpreadSheetReader.ChunkReader
the chunk size.
m_ChunkSize - Variable in class adams.data.io.input.SqlDumpSpreadSheetReader
the chunk size to use.
m_ChunkSize - Variable in class adams.flow.source.AbstractSpreadSheetDbReader
the chunk size to use.
m_ChunkSize - Variable in class adams.flow.transformer.ArrayToChunks
the chunk size to split the array into.
m_Class - Static variable in class adams.core.SizeOf
the SizeOf agent class.
m_Class - Variable in class adams.flow.condition.bool.HasInterface
the actual interface class.
m_Class - Variable in class adams.flow.condition.bool.IsSubClass
the actual super class.
m_Class - Variable in class adams.flow.processor.ListObjectCommandlines
the class we are looking for.
m_ClassActorCache - Static variable in class adams.gui.goe.classtree.ActorClassTreeFilter
for caching class/instance relationship.
m_ClassAttribute - Variable in class adams.data.conversion.SpreadSheetToDataset
the attribute(s) to use as class attribute(s).
m_ClassAttribute - Variable in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment
how to determine the class attribute.
m_ClassAttributeHeuristic - Variable in class adams.gui.tools.wekainvestigator.InvestigatorPanel
the heuristic for selecting the class attribute.
m_ClassAttributeIndices - Variable in class adams.data.instancesanalysis.pls.AbstractMultiClassPLS
the class attribute indices.
m_ClassAttributes - Variable in class adams.data.instancesanalysis.pls.AbstractMultiClassPLS
the regular expression for identifying class attributes (besides an explicitly set one).
m_ClassAttributes - Variable in class adams.flow.transformer.wekadatasetsmerge.AbstractMerge
The set of class attributes for the given datasets.
m_ClassAttributes - Variable in class adams.flow.transformer.WekaMultiLabelSplitter
the indices of the class attributes.
m_ClassAttributes - Variable in class adams.ml.data.DefaultDataset
the keys of the columns that act as class attribute.
m_ClassColumns - Variable in class adams.flow.transformer.spreadsheetmethodmerge.AbstractMerge
The set of class columns for the given spreadsheets.
m_ClassColumns - Variable in class adams.ml.data.DatasetInfo
the class columns.
m_ClassColumns - Variable in class adams.ml.preprocessing.AbstractColumnSubsetFilter
the indices of the class columns to use in the filtering process.
m_ClassCombo - Variable in class weka.gui.explorer.ExperimentPanel
Lets the user select the class column.
m_ClassCrossRefLinks - Variable in class adams.core.option.help.AbstractHelpGenerator
whether to generate "fake" class cross reference links.
m_ClassCrossRefLinks - Variable in class adams.core.option.HtmlHelpProducer
whether to generate "fake" class cross reference links.
m_ClassCrossRefLinks - Variable in class adams.core.option.HtmlParametersProducer
whether to generate "fake" class cross reference links.
m_ClassDetails - Variable in class adams.flow.transformer.WekaEvaluationSummary
whether to print the class details as well.
m_ClassDetails - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.output.TextStatistics
whether to print the class details as well.
m_ClassDistribution - Variable in class adams.flow.transformer.WekaSpreadSheetToPredictions
the columns with the class distributions.
m_ClassDistribution - Variable in class weka.classifiers.functions.FromPredictions
the class distribution columns (if any).
m_ClassDistributionIndices - Variable in class weka.classifiers.functions.FromPredictions
the class distribution column indices.
m_ClassDistributionRange - Variable in class adams.flow.transformer.SummaryStatistics
the column with the class distribution.
m_Classes - Variable in class adams.core.NewInstance
the classes that have a custom constructor.
m_Classes - Variable in class adams.flow.core.actorfilter.ExactMatch
the classes to check against.
m_Classes - Variable in class adams.flow.core.actorfilter.Match
the classes to check against.
m_Classes - Variable in class adams.flow.core.actorfilter.SuperclassOrInterface
the classes to check against.
m_ClassFilters - Variable in class weka.classifiers.meta.ClassificationViaRegressionD
The filters used to transform the class.
m_ClassFinder - Variable in class adams.flow.transformer.spreadsheetmethodmerge.AbstractMerge
The column finder for selecting class columns.
m_ClassFinder - Variable in class adams.flow.transformer.wekadatasetsmerge.AbstractMerge
The column finder for selecting class attributes.
m_ClassificationEntry - Variable in class adams.data.conversion.WekaPredictionContainerToSpreadSheet
the entry to use for the numeric classification in the spreadsheet.
m_ClassificationLabelEntry - Variable in class adams.data.conversion.WekaPredictionContainerToSpreadSheet
the entry to use for the classification label in the spreadsheet.
m_Classifier - Variable in class adams.data.weka.evaluator.IntervalEstimatorBased
the IntervalEstimator to use.
m_Classifier - Variable in class adams.flow.source.WekaClassifierSetup
the weka classifier.
m_Classifier - Variable in class adams.flow.source.wekaforecastersetup.WekaForecasterGenerator
the base classifier.
m_Classifier - Variable in class adams.flow.transformer.AbstractCallableWekaClassifierEvaluator
the name of the callable weka classifier.
m_Classifier - Variable in class adams.flow.transformer.indexedsplitsrunsevaluation.InstancesIndexedSplitsRunsEvaluation
the name of the callable weka classifier.
m_Classifier - Variable in class adams.flow.transformer.indexedsplitsrunspredictions.InstancesIndexedSplitsRunsPredictions
the name of the callable weka classifier.
m_Classifier - Variable in class adams.flow.transformer.WekaClassifierRanker.RankingJob
the classifier to evaluate.
m_Classifier - Variable in class adams.flow.transformer.WekaStreamEvaluator
the classifier to use.
m_Classifier - Variable in class adams.flow.transformer.WekaTestSetEvaluator.EvaluateJob
the classifier to evaluate.
m_Classifier - Variable in class adams.flow.transformer.WekaTrainClassifier.BatchTrainJob
the classifier to train.
m_Classifier - Variable in class adams.flow.transformer.WekaTrainClassifier
the name of the callable weka classifier.
m_Classifier - Variable in class adams.flow.transformer.WekaTrainTestSetEvaluator.EvaluateJob
the classifier to train.
m_Classifier - Variable in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment.AbstractExperimentJob
the classifier.
m_Classifier - Variable in class adams.ml.model.classification.WekaClassifier
the weka classifier to use.
m_Classifier - Variable in class adams.ml.model.regression.WekaRegressor
the weka classifier to use.
m_Classifier - Variable in class adams.multiprocess.WekaCrossValidationExecution
the classifier to evaluate.
m_Classifier - Variable in class adams.multiprocess.WekaCrossValidationJob
the classifier to evaluate.
m_Classifier - Variable in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm
the classifier to use.
m_Classifier - Variable in class adams.opt.optimise.genetic.fitnessfunctions.AbstractWEKAFitnessFunction
the classifier to use if no serialized model is given.
m_Classifier - Variable in class weka.filters.supervised.instance.RemoveOutliers
the classifier to use for evaluation.
m_ClassifierEditor - Variable in class weka.gui.explorer.ExperimentPanel
Lets the user configure the classifier.
m_Classifiers - Variable in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment
the classifiers to evaluate.
m_Classifiers - Variable in class adams.multiprocess.WekaCrossValidationExecution
the separate classifiers.
m_Classifiers - Variable in class weka.classifiers.meta.ClassificationViaRegressionD
The classifiers.
m_Classifiers - Variable in class weka.classifiers.meta.SubsetEnsemble
the actual classifiers in use.
m_Classifiers - Variable in class weka.classifiers.meta.VotedImbalance
the actual classifiers in use.
m_ClassifierWeights - Variable in class weka.classifiers.meta.AbstainAverageWithClassifierWeights
 
m_ClassifierWeights_string - Variable in class weka.classifiers.meta.AbstainAverageWithClassifierWeights
 
m_classIndex - Variable in class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeVisualizationPanel
Contains the current class index.
m_classIndex - Variable in class weka.classifiers.functions.GaussianProcessesAdaptive
The class index from the training data
m_classIndex - Variable in class weka.classifiers.functions.GaussianProcessesWeighted
The class index from the training data
m_classIndex - Variable in class weka.classifiers.functions.GPD
The class index from the training data
m_classIndex - Variable in class weka.classifiers.meta.Corr
 
m_classIndex - Variable in class weka.filters.unsupervised.instance.RemoveMisclassifiedAbs
The attribute to treat as the class for purposes of cleansing.
m_classIndex - Variable in class weka.filters.unsupervised.instance.RemoveMisclassifiedRel
The attribute to treat as the class for purposes of cleansing.
m_ClassIndex - Variable in class adams.flow.sink.WekaCostBenefitAnalysis
the index of the class label.
m_ClassIndex - Variable in class adams.flow.source.WekaNewInstances
the index for the class attribute, if any.
m_ClassIndex - Variable in class adams.flow.transformer.ClassSelector
the class indices.
m_ClassIndex - Variable in class adams.flow.transformer.WekaBootstrapping
the index of the class label.
m_ClassIndex - Variable in class adams.flow.transformer.WekaClassSelector
the class index.
m_ClassIndex - Variable in class adams.flow.transformer.WekaEvaluationValuePicker
the index of the class label.
m_ClassIndex - Variable in class adams.flow.transformer.WekaEvaluationValues
the range of the class labels.
m_ClassIndex - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.output.LegacyCostBenefitAnalysis
the index of the class label.
m_ClassIndex - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.Statistics
the index of the class label.
m_ClassIndex - Variable in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm
the class index.
m_ClassIndex - Variable in class adams.opt.optimise.genetic.fitnessfunctions.AbstractWEKAFitnessFunction
the class index.
m_ClassIndex - Variable in class weka.classifiers.functions.LinearRegressionJ
The index of the class attribute
m_ClassIndex - Variable in class weka.classifiers.meta.ClassifierCascade
the class index.
m_ClassIndex - Variable in class weka.filters.unsupervised.attribute.PrincipalComponentsJ
Class index.
m_ClassLabel - Variable in class adams.flow.transformer.WekaClassifierRanker
the class label (in case of class-specific measures).
m_ClassLabel - Variable in class adams.flow.transformer.WekaClassifierRanker.RankingJob
the class label index.
m_ClassLabelIndex - Variable in class adams.data.conversion.WekaEvaluationToCostCurve
the class label index.
m_ClassLabelIndex - Variable in class adams.data.conversion.WekaEvaluationToThresholdCurve
the class label index.
m_ClassLabelIndex - Variable in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment.AbstractExperimentJob
the class label index.
m_ClassLabelIndex - Variable in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment
the class label index for per-class stats.
m_ClassLabelIndex - Variable in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm.ClassifierBasedGeneticAlgorithmJob
the class label index.
m_ClassLabelIndex - Variable in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm
the label index.
m_ClassLabelRange - Variable in class adams.flow.sink.WekaCostCurve
the class label range.
m_ClassLabelRange - Variable in class adams.flow.sink.WekaThresholdCurve
the class label indices.
m_ClassLabelRange - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.output.LegacyCostCurve
the class label range.
m_ClassLabelRange - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.output.LegacyThresholdCurve
the class label indices.
m_ClassLabels - Variable in class adams.flow.transformer.ConfusionMatrix
the class labels to use (to enforce ordering other than sorted).
m_ClassLabels - Variable in class weka.classifiers.AggregateEvaluations
the optional class labels.
m_ClassLoader - Variable in class adams.core.scripting.Groovy
the classloader.
m_ClassMean - Variable in class adams.data.instancesanalysis.pls.AbstractMultiClassPLS
the class mean.
m_ClassMean - Variable in class adams.data.instancesanalysis.pls.AbstractSingleClassPLS
the class mean.
m_ClassMean - Variable in class weka.classifiers.functions.LinearRegressionJ
The mean of the class attribute
m_classMeanForMissing - Variable in class weka.classifiers.functions.SimpleLinearRegressionWithAccess
The class mean for missing values
m_Classname - Variable in class adams.core.discovery.genetic.GenericDoubleResolution
the class name.
m_Classname - Variable in class adams.core.discovery.genetic.GenericFloatResolution
the class name.
m_Classname - Variable in class adams.core.discovery.genetic.GenericInteger
the class name.
m_Classname - Variable in class adams.core.discovery.genetic.GenericString
the class name.
m_Classname - Variable in class adams.data.conversion.StringToCustomStringRepresentation
the class to convert the string to.
m_Classname - Variable in class adams.doc.javadoc.Javadoc
the classname.
m_Classname - Variable in class adams.flow.control.Cast
the Class to cast to.
m_Classname - Variable in class adams.flow.processor.ListObjectCommandlines
the classname to look for.
m_Classname - Variable in class adams.gui.chooser.ExtensionFileFilterWithClass
the classname.
m_Classname - Variable in class adams.gui.goe.actorpathtree.ActorPathNode
the classname of the actor.
m_Classname - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.output.SourceCode
the classname to use.
m_ClassName - Variable in class adams.flow.condition.bool.HasClass
the class to check.
m_ClassName - Variable in class adams.flow.execution.debug.ClassBreakpoint
the actor class to listen for.
m_ClassName - Variable in class adams.flow.source.WekaNewInstances
the name for the class attribute, if any.
m_ClassName - Variable in class weka.filters.unsupervised.attribute.AttributeSummaryTransferFilter
The class-attribute for supervised attribute filters.
m_ClassnameCache - Static variable in class adams.core.option.AbstractOptionConsumer
for caching classname and constructor.
m_Classnames - Variable in class adams.core.NewInstance
the classnames that have a custom constructor.
m_ClassPathAugmentations - Variable in class adams.core.management.Launcher
optional classpath augmentations.
m_ClassPathAugmenters - Variable in class adams.flow.standalone.JavaExec
classpath augmenters.
m_ClasspathDirs - Variable in class adams.flow.control.JDeps
the classpath directories.
m_ClasspathJars - Variable in class adams.flow.control.JDeps
the classpath jars.
m_ClassPorts - Variable in class adams.core.net.PortManager
the class-ports association.
m_ClassStatistics - Variable in class adams.flow.core.ActorStatistic
the statistics per actor class.
m_ClassStdDev - Variable in class adams.data.instancesanalysis.pls.AbstractMultiClassPLS
the class stddev.
m_ClassStdDev - Variable in class adams.data.instancesanalysis.pls.AbstractSingleClassPLS
the class stddev.
m_ClassStdDev - Variable in class weka.classifiers.functions.LinearRegressionJ
The standard deviations of the class attribute
m_ClassTree - Variable in class adams.gui.flow.ActorTreePanel
the tree with the actors.
m_ClassType - Variable in class adams.gui.goe.GenericObjectEditor
The Class of objects being edited.
m_ClassType - Variable in class adams.gui.goe.GenericObjectEditorPanel
the super class to manage.
m_ClassType - Variable in class adams.gui.goe.WekaGenericObjectEditorPanel
the class type.
m_Cleaner - Variable in class adams.flow.standalone.TableCleanUp
the cleaner to run.
m_Cleaner - Variable in class weka.core.tokenizers.PreCleanedTokenizer
the cleaner to use.
m_Cleaners - Variable in class adams.flow.transformer.draw.ObjectAnnotationsFromReport
the cleaners to use.
m_Cleaners - Variable in class adams.gui.tools.previewbrowser.ObjectAnnotationsHandler
the cleaners to use.
m_Cleaners - Variable in class adams.gui.tools.previewbrowser.ObjectAnnotationsReportHandler
the cleaners to use.
m_Cleaners - Variable in class adams.gui.visualization.image.ObjectAnnotations
the cleaners to use.
m_Cleaners - Variable in class adams.gui.visualization.object.overlay.ObjectAnnotations
the cleaners to use.
m_Cleaners - Variable in class weka.core.tokenizers.cleaners.MultiCleaner
the cleaners to use.
m_CleanIndices - Variable in class adams.flow.transformer.GetImageObjects
whether to clean the object indices.
m_CleanIndices - Variable in class adams.flow.transformer.ImageObjectFilter
whether to clean the object indices.
m_cleansingClassifier - Variable in class weka.filters.unsupervised.instance.RemoveMisclassifiedAbs
The classifier used to do the cleansing
m_cleansingClassifier - Variable in class weka.filters.unsupervised.instance.RemoveMisclassifiedRel
The classifier used to do the cleansing
m_CleanUp - Variable in class adams.flow.FlowRunner
whether to clean up after execution, i.e., removing graphical output automatically.
m_ClearBuffer - Variable in class adams.flow.transformer.SpreadSheetRowBuffer
whether to clear the buffer once it has been forwarded.
m_ClearBuffer - Variable in class adams.flow.transformer.WekaInstanceBuffer
whether to clear the buffer once it has been forwarded.
m_ClearBufferRequired - Variable in class adams.flow.transformer.SpreadSheetRowBuffer
whether variable triggered clear of buffer.
m_ClearBufferRequired - Variable in class adams.flow.transformer.WekaInstanceBuffer
whether variable triggered clear of buffer.
m_ClearTaskLeft - Variable in class adams.gui.core.BaseStatusBar
the current timer for the left message.
m_ClearTaskRight - Variable in class adams.gui.core.BaseStatusBar
the current timer for the right message.
m_ClickCount - Variable in class adams.gui.visualization.object.mouseclick.AbstractMouseClickProcessor
the required click count (< 1 if irrelevant).
m_Client - Variable in class adams.core.io.fileoperations.FtpFileOperations
the FTP client to use.
m_Client - Variable in class adams.core.io.FtpFileObject
the FTP client object.
m_Client - Variable in class adams.core.io.lister.FtpDirectoryLister
the FTP session.
m_Client - Variable in class adams.core.net.ApacheSendEmail
the SMTP client.
m_Client - Variable in class adams.flow.sink.WebSocketClient
the client instance.
m_Client - Variable in class adams.flow.source.Socket
the current client socket.
m_Client - Variable in class adams.flow.standalone.FTPConnection
the FTP client object.
m_Client - Variable in class adams.gui.chooser.FtpDirectoryChooserPanel
the current client.
m_Client - Variable in class adams.gui.chooser.FtpRemoteDirectorySetup
the FTP client object.
m_Client - Variable in class adams.gui.tools.TelnetPanel
the telnet client.
m_Client - Variable in class adams.scripting.connection.FTPConnection
the FTP client object.
m_ClipboardData - Variable in class adams.flow.source.PasteFromClipboard
the data type to paste.
m_ClipboardData - Variable in class adams.flow.transformer.CopyToClipboard
the data type to paste.
m_ClipboardLeft - Variable in class adams.gui.tools.DiffPanel
the left content from the clipboard (null if none).
m_ClipboardRight - Variable in class adams.gui.tools.DiffPanel
the right content from the clipboard (null if none).
m_CloseAfterSend - Variable in class adams.flow.sink.Socket
whether to close the socket after sending data.
m_CloseButton - Variable in class adams.gui.goe.GenericObjectEditorClassTreePanel
The button for closing the popup again.
m_CloseConnection - Variable in class adams.flow.standalone.AbstractDatabaseConnection
whether to close the connection when the flow wraps up.
m_CloseDialog - Variable in class adams.flow.control.Inspect
whether to close the dialog after skipping/accepting.
m_CloseDialogRequested - Variable in class adams.gui.core.GUIHelper.DialogCommunication
whether the dialog should get closed.
m_CloseIconFocused - Variable in class adams.gui.core.ButtonTabComponent.TabButton
icon when focused.
m_CloseIconUnfocused - Variable in class adams.gui.core.ButtonTabComponent.TabButton
icon when not focused.
m_CloseListeners - Variable in class adams.gui.flow.FlowPanelNotificationArea
the close listeners.
m_CloseOnSend - Variable in class adams.gui.dialog.ComposeEmailDialog
whether to close the dialog when successfully sent.
m_CloseParent - Variable in class adams.gui.tools.weka.AppendDatasetsPanel
whether to close parent.
m_CloseParent - Variable in class adams.gui.tools.weka.BatchFilterDatasetsPanel
whether to close parent.
m_CloseTabsWithMiddleMouseButton - Variable in class adams.gui.core.BaseTabbedPane
Allows the user to close tabs with the middle mouse button.
m_ClusterCentroids - Variable in class weka.clusterers.SAXKMeans
holds the cluster centroids.
m_Clusterer - Variable in class adams.flow.source.WekaClustererSetup
the weka clusterer.
m_Clusterer - Variable in class adams.flow.transformer.AbstractCallableWekaClustererEvaluator
the name of the callable weka clusterer.
m_Clusterer - Variable in class adams.flow.transformer.WekaTrainClusterer.BatchTrainJob
the clusterer to train.
m_Clusterer - Variable in class adams.flow.transformer.WekaTrainClusterer
the name of the callable weka clusterer.
m_Clusterer - Variable in class adams.ml.model.clustering.WekaClusterer
the weka classifier to use.
m_ClusterMissingCounts - Variable in class weka.clusterers.SAXKMeans
 
m_ClusterNominalCounts - Variable in class weka.clusterers.SAXKMeans
For each cluster, holds the frequency counts for the values of each nominal attribute.
m_ClusterSizes - Variable in class weka.clusterers.SAXKMeans
The number of instances in each cluster.
m_ClusterStdDevs - Variable in class weka.clusterers.SAXKMeans
Holds the standard deviations of the numeric attributes in each cluster.
m_Cmd - Variable in class adams.gui.event.ScriptingEvent
the command that was run.
m_Cmd - Variable in class adams.gui.event.ScriptingInfoEvent
the command that was run.
m_Cmd - Variable in class adams.gui.scripting.ScriptingCommand
the command to run.
m_Cmd - Variable in class adams.gui.scripting.ScriptingCommandCode
the command that was run.
m_Coalescing - Variable in class adams.data.conversion.XMLToDOM
Specifies that the parser produced by this code will convert CDATA nodes to Text nodes and append it to the adjacent (if any) text node.
m_Coalescing - Variable in class adams.flow.transformer.XMLFileReader
Specifies that the parser produced by this code will convert CDATA nodes to Text nodes and append it to the adjacent (if any) text node.
m_Code - Variable in class adams.gui.scripting.ScriptingCommand
the (optional) code to execute.
m_Coefficients - Variable in class adams.data.filter.AbstractSavitzkyGolay
the calculated coefficients.
m_Coefficients - Variable in class adams.flow.control.plotprocessor.SavitzkyGolay
the calculated coefficients.
m_Coefficients - Variable in class adams.ml.preprocessing.unsupervised.SavitzkyGolay
the calculated coefficients.
m_Coefficients - Variable in class weka.classifiers.functions.LinearRegressionJ
Array for storing coefficients of linear regression.
m_Coefficients - Variable in class weka.core.WeightedEuclideanDistance
Array for storing coefficients of linear regression.
m_Coefficients - Variable in class weka.core.WeightedEuclideanDistanceRidge
Array for storing coefficients of linear regression.
m_Coefficients - Variable in class weka.filters.unsupervised.attribute.SavitzkyGolay
the calculated coefficients.
m_Coefficients - Variable in class weka.filters.unsupervised.attribute.SavitzkyGolay2
the calculated coefficients.
m_coeffs - Variable in class weka.classifiers.meta.Corr
 
m_ColBottom - Variable in class adams.data.io.input.ObjectLocationsSpreadSheetReader
the column with the bottom coordinate.
m_ColBottom - Variable in class adams.data.io.output.ObjectLocationsSpreadSheetWriter
the column with the bottom coordinate.
m_ColHeight - Variable in class adams.data.io.input.ObjectLocationsSpreadSheetReader
the column with the height.
m_ColHeight - Variable in class adams.data.io.output.ObjectLocationsSpreadSheetWriter
the column with the height.
m_ColIndex - Variable in class adams.data.io.input.YoloAnnotationsReportReader
the column with the label index.
m_ColIndex - Variable in class adams.data.io.output.YoloAnnotationsReportWriter
the column with the label index.
m_ColIndex - Variable in class adams.flow.transformer.SpreadSheetSubsetByValue
the column index.
m_ColIndex - Variable in class adams.ml.data.DataCellView
the column index.
m_ColIndices - Variable in class adams.flow.transformer.multispreadsheetoperation.AbstractIndentifiableRowOperation
the column indices to use.
m_ColIndices - Variable in class adams.flow.transformer.SpreadSheetDifference
the column indices to use.
m_ColLabel - Variable in class adams.data.io.input.YoloAnnotationsReportReader
the column with the label string.
m_ColLabel - Variable in class adams.data.io.output.YoloAnnotationsReportWriter
the column with the label string.
m_CollapseClassPath - Variable in class adams.core.management.Launcher
whether to collapse the classpath.
m_Collected - Variable in class adams.gui.visualization.image.plugins.AbstractSelectedImagesFeatureGenerator
the collected data.
m_CollectedOutput - Variable in class adams.flow.control.Branch
the collected output.
m_CollectionClass - Variable in class adams.data.conversion.ArrayToCollection
Deprecated.
the class for the array.
m_CollectionClass - Variable in class adams.flow.control.CollectionProcess
the class for the collection.
m_CollectionClass - Variable in class adams.flow.source.CombineCollections
the class for the collection.
m_CollectionClass - Variable in class adams.flow.source.NewCollection
the class for the collection.
m_CollectionClass - Variable in class adams.flow.transformer.ArrayToCollection
the class for the array.
m_CollectionClass - Variable in class adams.flow.transformer.SequenceToCollection
the class for the collection.
m_CollectionSize - Variable in class adams.flow.transformer.SequenceToCollection
the length of the collections.
m_CollectOutput - Variable in class adams.flow.control.Branch
whether to collect the output of the branches.
m_ColLeft - Variable in class adams.data.io.input.ObjectLocationsSpreadSheetReader
the column with the left coordinate.
m_ColLeft - Variable in class adams.data.io.output.ObjectLocationsSpreadSheetWriter
the column with the left coordinate.
m_Color - Variable in class adams.data.image.features.AbstractCountColor
the color to count.
m_Color - Variable in class adams.data.image.transformer.XScreenMask
Color to be masked out.
m_Color - Variable in class adams.flow.sink.BoxPlot
Color to fill the box
m_Color - Variable in class adams.flow.transformer.draw.AbstractColorDrawOperation
the color of the pixel.
m_Color - Variable in class adams.flow.transformer.locateobjects.XScreenMaskLocator
Color to be masked out.
m_Color - Variable in class adams.flow.transformer.pdfproclet.Circle
the color.
m_Color - Variable in class adams.flow.transformer.pdfproclet.Line
the color.
m_Color - Variable in class adams.flow.transformer.pdfproclet.Rectangle
the color.
m_Color - Variable in class adams.flow.transformer.pixelselector.AbstractSingleColorPixelSelectorOverlay
the color of the overlay.
m_Color - Variable in class adams.gui.tools.previewbrowser.CocoAnnotationsHandler
the color for the objects.
m_Color - Variable in class adams.gui.tools.previewbrowser.DeepLabCutCSVHandler
the color for the objects.
m_Color - Variable in class adams.gui.tools.previewbrowser.DetectronAnnotationsHandler
the color for the objects.
m_Color - Variable in class adams.gui.tools.previewbrowser.ImageClassificationHandler
the color of the text.
m_Color - Variable in class adams.gui.tools.previewbrowser.ObjectCentersFromReport
the color for the objects.
m_Color - Variable in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
the color for the objects.
m_Color - Variable in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
the color for the objects.
m_Color - Variable in class adams.gui.tools.previewbrowser.PointsFromReportHandler
the color for the objects.
m_Color - Variable in class adams.gui.tools.previewbrowser.YoloAnnotationsHandler
the color for the objects.
m_Color - Variable in class adams.gui.visualization.core.CrossHairTracker
the color of the cross-hair.
m_Color - Variable in class adams.gui.visualization.core.HorizontalIndicatorPaintlet
the color of the indicator.
m_Color - Variable in class adams.gui.visualization.core.TextOverlayPaintlet
the color for the text.
m_Color - Variable in class adams.gui.visualization.image.AbstractReportBasedOverlayHelper
the color for the objects.
m_Color - Variable in class adams.gui.visualization.image.BoofCVDetectLineSegmentsImageOverlay
the line color.
m_Color - Variable in class adams.gui.visualization.image.BoofCVDetectLinesImageOverlay
the line color.
m_Color - Variable in class adams.gui.visualization.image.HighlightLocations
the color of the circle.
m_Color - Variable in class adams.gui.visualization.image.MetaDataText
the color of the text.
m_Color - Variable in class adams.gui.visualization.image.selection.AbstractPaintingSelectionProcessor
the color to use for painting.
m_Color - Variable in class adams.gui.visualization.image.selectionshape.PolygonPainter
the color to use.
m_Color - Variable in class adams.gui.visualization.image.selectionshape.RectanglePainter
the color to use.
m_Color - Variable in class adams.gui.visualization.instance.InstanceContainer
the associated color.
m_Color - Variable in class adams.gui.visualization.object.annotator.BoundingBoxAnnotator
the color to use.
m_Color - Variable in class adams.gui.visualization.object.annotator.PolygonAnnotator
the color to use.
m_Color - Variable in class adams.gui.visualization.object.annotator.PolygonPointAnnotator
the color to use.
m_Color - Variable in class adams.gui.visualization.object.annotator.SimplePointAnnotator
the color to use.
m_Color - Variable in class adams.gui.visualization.object.objectannotations.colors.FixedColor
the fixed color to use.
m_Color - Variable in class adams.gui.visualization.object.overlay.ClassificationLabelTextOverlay
the color for the objects.
m_Color - Variable in class adams.gui.visualization.report.ReportDateFieldRangePaintlet
the color to paint the point with.
m_Color - Variable in class adams.gui.visualization.segmentation.layer.Markers
the color for the markers.
m_Color - Variable in class adams.gui.visualization.sequence.DiagonalOverlayPaintlet
the color for the overlay.
m_Color - Variable in class adams.gui.visualization.sequence.KendallTheilOverlayPaintlet
the color for the overlay.
m_Color - Variable in class adams.gui.visualization.sequence.LinearRegressionOverlayPaintlet
the color for the overlay.
m_Color - Variable in class adams.gui.visualization.sequence.LOWESSOverlayPaintlet
the color for the overlay.
m_Color - Variable in class adams.gui.visualization.sequence.MathExpressionOverlayPaintlet
the color for the overlay.
m_Color - Variable in class adams.gui.visualization.sequence.StraightLineOverlayPaintlet
the color for the overlay.
m_Color - Variable in class adams.gui.visualization.sequence.XYSequenceContainer
the associated color.
m_Color - Variable in class adams.gui.visualization.spreadsheet.SpreadSheetRowContainer
the associated color.
m_Color - Variable in class adams.gui.visualization.stats.boxplot.BoxPlotGraph
Color to fill the boxes
m_Color - Variable in class adams.gui.visualization.stats.boxplot.BoxPlotManager
Color to fill boxes with
m_Color - Variable in class adams.gui.visualization.stats.paintlet.AbstractColorPaintlet
Color of the stroke for the paintlet
m_Color - Variable in class adams.gui.visualization.stats.scatterplot.AbstractScatterPlotOverlay
Color of the overlay
m_Color - Variable in class adams.gui.visualization.stats.zscore.AbstractZScoreOverlay
colour to draw the overlay line
m_Color - Variable in class adams.gui.visualization.timeseries.FixedTimestampPaintlet
the color to paint the point with.
m_Color - Variable in class adams.gui.visualization.timeseries.FixedTimestampRangePaintlet
the color to paint the point with.
m_Color - Variable in class adams.gui.visualization.timeseries.SelectedTimestampPaintlet
the color to paint the point with.
m_Color - Variable in class adams.gui.visualization.timeseries.TimeseriesContainer
the associated color.
m_ColorAdded - Variable in class adams.gui.visualization.debug.DiffTextPane
the color for added content.
m_ColorAdditional - Variable in class adams.data.imagesegmentation.operation.CompareAnnotationWithPrediction
the color for additional predictions.
m_colorAttrib - Variable in class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeVisualizationPanel
This stores and lets the user select a class attribute.
m_ColorAttribute - Variable in class adams.flow.sink.ScatterDisplay
the 1-based index of the color attribute.
m_ColorAttributeName - Variable in class adams.flow.sink.ScatterDisplay
String for setting color attribute using regular expression
m_ColorCenter - Variable in class adams.flow.sink.controlchartplot.LimitPaintlet
the color for the center.
m_ColorChooser - Variable in class adams.gui.goe.BaseColorEditor
The color chooser used for selecting colors.
m_ColorChooser - Variable in class adams.gui.goe.ColorEditor
The color chooser used for selecting colors.
m_ColorComments - Variable in class adams.flow.transformer.pdfproclet.SpreadSheet
the color for the comments.
m_ColorContent - Variable in class adams.flow.transformer.pdfproclet.FixedText
the color for the content.
m_ColorContent - Variable in class adams.flow.transformer.pdfproclet.PlainText
the color for the content.
m_ColorCueLine - Variable in class adams.gui.core.DragAndDropTree
The color of the line hinting whether the node is dropped.
m_ColorData - Variable in class adams.gui.visualization.stats.paintlet.AbstractScatterPlotPaintlet
the values of the coloring axis.
m_ColorDeleted - Variable in class adams.gui.visualization.debug.DiffTextPane
the color for deleted content.
m_ColorField - Variable in class adams.gui.visualization.instance.ReportColorInstancePaintlet
the report field to get the color from.
m_ColorField - Variable in class adams.gui.visualization.timeseries.ReportColorTimeseriesPaintlet
the report field to get the color from.
m_ColorFilename - Variable in class adams.flow.transformer.pdfproclet.AbstractPdfProcletWithFilenameOutput
the color for the filename header.
m_ColorGeneralContent - Variable in class adams.flow.transformer.pdfproclet.AbstractSpreadSheetPdfProclet
the color for general content.
m_ColorHeadline - Variable in class adams.flow.transformer.pdfproclet.Headline
the color for the headline.
m_ColorHeadline - Variable in class adams.flow.transformer.pdfproclet.MetaHeadline
the color for the headline.
m_ColorIndex - Variable in class adams.gui.visualization.stats.paintlet.AbstractScatterPlotPaintlet
the index of the categorical attriute for the coloring.
m_ColorIndex - Variable in class adams.gui.visualization.stats.scatterplot.ScatterPlot
Index given as an option to choose color attribute
m_ColorIndexReg - Variable in class adams.gui.visualization.stats.scatterplot.ScatterPlot
regular expression given as an option to choose color attribute
m_ColorIntIndex - Variable in class adams.gui.visualization.stats.scatterplot.ScatterPlot
the index of the color attribute.
m_ColorInvalid - Variable in class adams.gui.chooser.AbstractChooserPanel
the color for invalid input.
m_Colorizer - Variable in class adams.gui.tools.previewbrowser.SimpleImageSegmentationAnnotationsHandler
the image colorizer to use.
m_colorList - Variable in class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeVisualizationPanel
Contains discrete colours for colouring of subbars of histograms and bar plots when the class attribute is set and is nominal
m_ColorLower - Variable in class adams.flow.sink.controlchartplot.LimitPaintlet
the color for the lower limit.
m_ColorMap - Variable in class adams.gui.visualization.sequence.metadatacolor.ColorPerLabel
the mapping between labels and colors.
m_ColorMap - Variable in class adams.gui.visualization.sequence.metadatacolor.ColorPerRegExpGroup
the mapping between labels and colors.
m_ColorMapping - Variable in class adams.gui.visualization.stats.paintlet.AbstractScatterPlotPaintlet
the value - color association.
m_ColorMissed - Variable in class adams.data.imagesegmentation.operation.CompareAnnotationWithPrediction
the color for missed annotations.
m_ColorNormal - Variable in class adams.flow.sink.sequenceplotter.OutlierPaintlet
the color for the regular data points.
m_ColorNumericContent - Variable in class adams.flow.transformer.pdfproclet.AbstractSpreadSheetPdfProclet
the color for the numeric content.
m_ColorOutlier - Variable in class adams.flow.sink.sequenceplotter.OutlierPaintlet
the color for the outliers.
m_ColorOverlap - Variable in class adams.data.imagesegmentation.operation.CompareAnnotationWithPrediction
the color for correct overlaps.
m_ColorProvider - Variable in class adams.data.image.transformer.BlueChannelColorizer
the color provider for generating the colors.
m_ColorProvider - Variable in class adams.data.image.transformer.GrayOrIndexedColorizer
the color provider for generating the colors.
m_ColorProvider - Variable in class adams.data.image.transformer.TrimapColorizer
the color provider for generating the colors.
m_ColorProvider - Variable in class adams.data.imagesegmentation.operation.SimpleOverlay
the color provider for generating the colors.
m_ColorProvider - Variable in class adams.data.io.input.PNGImageReader
for supplying the palette colors.
m_ColorProvider - Variable in class adams.data.io.output.GrayOrIndexedImageWriter
the color provider for generating the colors.
m_ColorProvider - Variable in class adams.data.io.output.IndexedPNGImageSegmentationWriter
for supplying the palette colors.
m_ColorProvider - Variable in class adams.flow.sink.ControlChartPlot
the color provider to use.
m_ColorProvider - Variable in class adams.flow.sink.ImageSegmentationViewer
the color provider to use.
m_ColorProvider - Variable in class adams.flow.sink.JFreeChartFileWriter
the color provider for generating the colors (if more than one series).
m_ColorProvider - Variable in class adams.flow.sink.JFreeChartPlot
the color provider for generating the colors (if more than one series).
m_ColorProvider - Variable in class adams.flow.sink.SequencePlotter
the color provider to use.
m_ColorProvider - Variable in class adams.flow.sink.SimplePlot
the color provider to use.
m_ColorProvider - Variable in class adams.flow.sink.SpreadSheetRowViewer
the color provider to use.
m_ColorProvider - Variable in class adams.flow.sink.TimeseriesDisplay
the color provider to use.
m_ColorProvider - Variable in class adams.flow.sink.WekaInstanceViewer
the color provider to use.
m_ColorProvider - Variable in class adams.flow.transformer.ImageSegmentationAnnotator
the color provider to use.
m_ColorProvider - Variable in class adams.flow.transformer.pixelselector.AbstractColorProviderPixelSelectorOverlay
the color of the overlay.
m_ColorProvider - Variable in class adams.gui.core.spreadsheettable.DistinctValueCellRenderingCustomizer
the color provider to use for the background.
m_ColorProvider - Variable in class adams.gui.tools.previewbrowser.BlueChannelImageHandler
the color provider for generating the colors.
m_ColorProvider - Variable in class adams.gui.tools.previewbrowser.GrayOrIndexedImageHandler
the color provider for generating the colors.
m_ColorProvider - Variable in class adams.gui.tools.previewbrowser.ImageSegmentationAnnotationsHandler
the color provider to use.
m_ColorProvider - Variable in class adams.gui.tools.previewbrowser.IndexedPNGImageHandler
the color provider for generating the colors.
m_ColorProvider - Variable in class adams.gui.tools.previewbrowser.TrimapImageHandler
the color provider for generating the colors.
m_ColorProvider - Variable in class adams.gui.tools.spreadsheetviewer.chart.AbstractXYChartGenerator
the color provider to use.
m_ColorProvider - Variable in class adams.gui.tools.spreadsheetviewer.chart.GenericPlot
the color provider to use.
m_ColorProvider - Variable in class adams.gui.tools.spreadsheetviewer.chart.Histogram
the color provider to use.
m_ColorProvider - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.output.PredictionTrend
the color provider to use.
m_ColorProvider - Static variable in class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeVisualizationPanel
the color provider.
m_ColorProvider - Variable in class adams.gui.visualization.core.ColorProviderBasedColorGradientGenerator
the color provider to use.
m_ColorProvider - Variable in class adams.gui.visualization.instance.InstanceContainerManager
the color provider for managing the colors.
m_ColorProvider - Variable in class adams.gui.visualization.object.objectannotations.colors.PerType
the color provider to use.
m_ColorProvider - Variable in class adams.gui.visualization.object.objectannotations.colors.VaryByObject
the color provider to use.
m_ColorProvider - Variable in class adams.gui.visualization.sequence.metadatacolor.ColorPerLabel
the color provider to use.
m_ColorProvider - Variable in class adams.gui.visualization.sequence.metadatacolor.ColorPerRegExpGroup
the color provider to use.
m_ColorProvider - Variable in class adams.gui.visualization.sequence.XYSequenceContainerManager
the color provider for managing the colors.
m_ColorProvider - Variable in class adams.gui.visualization.spreadsheet.SpreadSheetRowContainerManager
the color provider for managing the colors.
m_ColorProvider - Variable in class adams.gui.visualization.stats.paintlet.AbstractScatterPlotPaintlet
the color provider for the coloring.
m_ColorProvider - Variable in class adams.gui.visualization.timeseries.PeriodicityPaintlet
the color provider in use.
m_ColorProvider - Variable in class adams.gui.visualization.timeseries.TimeseriesContainerManager
the color provider for managing the colors.
m_ColorQuantizer - Variable in class adams.data.jai.transformer.IndexedColors
the color quantizer.
m_ColorRight - Variable in class adams.gui.visualization.debug.DiffTextPane
the color for right content.
m_Colors - Variable in class adams.data.imagefilter.KeepOnlyColors
the colors to keep.
m_Colors - Variable in class adams.data.io.input.PNGImageReader
the color mapping (palette index - Color RGB).
m_Colors - Variable in class adams.flow.transformer.pdfproclet.ConfusionMatrix
the color values (starting at 0).
m_Colors - Variable in class adams.gui.core.spreadsheettable.ConfusionMatrixCellRenderingCustomizer
the color values (starting at 0).
m_Colors - Variable in class adams.gui.core.spreadsheettable.DistinctValueCellRenderingCustomizer
the value color mapping.
m_Colors - Variable in class adams.gui.core.spreadsheettable.HeatmapCellRenderingCustomizer
the color values (starting at 0).
m_Colors - Variable in class adams.gui.visualization.core.AbstractColorProvider
contains the current colors.
m_Colors - Variable in class adams.gui.visualization.core.MultiColorGenerator
the colors to create the gradient with.
m_Colors - Variable in class adams.gui.visualization.core.RegExpColorProvider
the regexp/color pairs.
m_Colors - Variable in class adams.gui.visualization.image.AbstractReportBasedOverlayHelper
the cached colors.
m_Colors - Variable in class adams.gui.visualization.object.labelselector.ButtonSelectorWithColorGenerator
the associated colors.
m_Colors - Variable in class adams.gui.visualization.object.labelselector.ButtonSelectorWithColorPanel
the colors.
m_Colors - Variable in class adams.gui.visualization.object.objectannotations.colors.TypeColorMapping
the colors.
m_ColorSelected - Variable in class adams.flow.transformer.SpreadSheetCellSelector
the color for selected cells.
m_ColorTableHeader - Variable in class adams.flow.transformer.pdfproclet.AbstractSpreadSheetPdfProclet
the color for the table header.
m_ColorUpper - Variable in class adams.flow.sink.controlchartplot.LimitPaintlet
the color for the upper limit.
m_ColorValid - Variable in class adams.gui.chooser.AbstractChooserPanel
the color for valid input.
m_ColorValues - Variable in class adams.gui.visualization.core.RegExpColorProvider
the regular expressions.
m_ColPolygonX - Variable in class adams.data.io.input.ObjectLocationsSpreadSheetReader
the column with the polygon X coordinates.
m_ColPolygonX - Variable in class adams.data.io.output.ObjectLocationsSpreadSheetWriter
the column with the polygon X coordinates.
m_ColPolygonY - Variable in class adams.data.io.input.ObjectLocationsSpreadSheetReader
the column with the polygon Y coordinates.
m_ColPolygonY - Variable in class adams.data.io.output.ObjectLocationsSpreadSheetWriter
the column with the polygon Y coordinates.
m_ColRange - Variable in class adams.ml.preprocessing.AbstractColumnSubsetFilter
the columns to operate on (if ColumnSubset.RANGE).
m_ColRegExp - Variable in class adams.ml.preprocessing.AbstractColumnSubsetFilter
the column names to operate on (if ColumnSubset.REGEXP).
m_ColReportNames - Variable in class adams.data.conversion.SpreadSheetColumnsToReport
the column with the report names.
m_ColRight - Variable in class adams.data.io.input.ObjectLocationsSpreadSheetReader
the column with the right coordinate.
m_ColRight - Variable in class adams.data.io.output.ObjectLocationsSpreadSheetWriter
the column with the right coordinate.
m_cols - Variable in class adams.db.BulkInsertTable
columns for bulk insert.
m_cols - Variable in class adams.db.MultipleInsert
columns for insert.
m_ColsReportValues - Variable in class adams.data.conversion.SpreadSheetColumnsToReport
the columns with the report values.
m_ColTop - Variable in class adams.data.io.input.ObjectLocationsSpreadSheetReader
the column with the top coordinate.
m_ColTop - Variable in class adams.data.io.output.ObjectLocationsSpreadSheetWriter
the column with the top coordinate.
m_ColType - Variable in class adams.data.io.input.ObjectLocationsSpreadSheetReader
the column with the label.
m_ColType - Variable in class adams.data.io.output.ObjectLocationsSpreadSheetWriter
the column with the label.
m_Column - Variable in class adams.data.conversion.AbstractSpreadSheetColumnConverter
the column to process.
m_Column - Variable in class adams.data.conversion.RenameSpreadSheetColumn
the column to rename.
m_Column - Variable in class adams.data.conversion.SpreadSheetInsertCellLocation
the column to use (1-based).
m_Column - Variable in class adams.data.conversion.SpreadSheetInsertColumnPosition
the column to use (1-based).
m_Column - Variable in class adams.data.conversion.SpreadSheetSplitColumn
the column to process.
m_Column - Variable in class adams.data.groupextraction.SpreadSheetCell
the column index.
m_Column - Variable in class adams.data.groupextraction.SpreadSheetCellRegExp
the column index.
m_Column - Variable in class adams.data.idextraction.SpreadSheetCell
the column index.
m_Column - Variable in class adams.data.spreadsheet.cellfinder.CellLocation
the 0-based column.
m_Column - Variable in class adams.data.spreadsheet.cellfinder.RangeIterator
the current column (index).
m_Column - Variable in class adams.data.spreadsheet.cellfinder.SingleCell
the column.
m_Column - Variable in class adams.data.spreadsheet.cellfinder.TypeRangeIterator
the current column (index).
m_Column - Variable in class adams.data.spreadsheet.rowscore.ArrayStatistic
the column of the cell to pick from the stats' output.
m_Column - Variable in class adams.data.spreadsheet.rowscore.RowStatistic
the column of the cell to pick from the stats' output.
m_Column - Variable in class adams.flow.condition.bool.HasColumn
the column to look for.
m_Column - Variable in class adams.flow.transformer.CounterAdd
the index of the column which values to count.
m_Column - Variable in class adams.flow.transformer.CounterInit
the index of the column which values to store in the counter.
m_Column - Variable in class adams.flow.transformer.HashSetAdd
the index of the column which values to store in the hashset.
m_Column - Variable in class adams.flow.transformer.HashSetInit
the index of the column which values to store in the hashset.
m_Column - Variable in class adams.flow.transformer.SpreadSheetColumnStatistic
the column to generate the statistic for.
m_Column - Variable in class adams.flow.transformer.SpreadSheetGetCell
the column of the cell to obtain.
m_Column - Variable in class adams.flow.transformer.SpreadSheetGetHeaderCell
the column of the cell to obtain.
m_Column - Variable in class adams.flow.transformer.SpreadSheetSetCell
the column of the cell to obtain.
m_Column - Variable in class adams.flow.transformer.SpreadSheetSetHeaderCell
the column of the cell to obtain.
m_Column - Variable in class adams.flow.transformer.SpreadSheetSubsetByValue
the string values of this column are used to split the sheet into subsets.
m_Column - Variable in class adams.flow.transformer.SpreadSheetSubsetFromGroup
the string values of this column are used to split the sheet into groups.
m_Column - Variable in class adams.flow.transformer.WekaExperimentEvaluation
the column (= classifiers).
m_Column - Variable in class adams.flow.transformer.WekaGetInstancesValue
the column index.
m_Column - Variable in class adams.flow.transformer.WekaSetInstancesValue
the column to update.
m_Column - Variable in class adams.gui.core.SpreadSheetColumnComboBox.ColumnContainer
the column index.
m_Column - Variable in class adams.gui.tools.wekainvestigator.tab.experimenttab.output.TextOutput
the column (= classifiers).
m_Column - Variable in class adams.gui.visualization.instances.InstancesColumnComboBox.ColumnContainer
the column index.
m_ColumnActual - Variable in class adams.flow.control.RemoveOutliers
the column with the actual values.
m_ColumnArray - Variable in class adams.data.spreadsheet.SpreadSheetView
the column array.
m_ColumnArray - Variable in class adams.ml.data.DatasetView
the column array.
m_ColumnComboBox - Variable in class adams.gui.dialog.SpreadSheetPanel
the combobox for jumping to columns.
m_ColumnComboBox - Variable in class adams.gui.tools.spreadsheetviewer.SpreadSheetPanel
for listing the column names.
m_ColumnComboBox - Variable in class adams.gui.visualization.instances.InstancesPanel
for listing the column names.
m_ColumnFilters - Variable in class adams.gui.core.SortableAndSearchableWrapperTableModel
the filter strings per column.
m_ColumnFiltersRegExp - Variable in class adams.gui.core.SortableAndSearchableWrapperTableModel
the filter regexps per column.
m_ColumnFinder - Variable in class adams.data.conversion.SpreadSheetColumnFinderToRange
the ColumnFinder to apply.
m_ColumnFinder - Variable in class adams.data.spreadsheet.cellfinder.ColumnFinderRange
the column finder.
m_ColumnFinder - Variable in class adams.data.spreadsheet.columnfinder.AbstractFilteredColumnFinder
the ColumnFinder to apply.
m_ColumnFinder - Variable in class adams.data.weka.columnfinder.AbstractFilteredColumnFinder
the ColumnFinder to apply.
m_ColumnFinder - Variable in class adams.data.weka.datasetsplitter.ColumnSplitter
Column-finder for selecting which attributes go in which dataset.
m_ColumnFinder - Variable in class weka.filters.unsupervised.attribute.AbstractColumnFinderApplier
The classifier template used to do the classification.
m_ColumnFinder - Variable in class weka.filters.unsupervised.attribute.AttributeSummaryTransferFilter
The column-finder which selects the attributes to summarise.
m_ColumnFinderTrained - Variable in class adams.data.spreadsheet.columnfinder.RowFilteredColumnFinder
whether the column finder was trained on the subset.
m_ColumnFinderTrained - Variable in class adams.data.weka.columnfinder.RowFilteredColumnFinder
whether the column finder was trained on the subset.
m_ColumnID - Variable in class adams.data.io.input.SpreadSheetTimeseriesReader
the ID column.
m_ColumnID - Variable in class adams.flow.source.TimeseriesDbReader
the ID column.
m_ColumnID - Variable in class adams.flow.transformer.SpreadSheetRowToTimeseries
the column to use for grouping the timeseries.
m_ColumnID - Variable in class adams.flow.transformer.SpreadSheetToTimeseries
the column to use for grouping the timeseries.
m_ColumnIDIndex - Variable in class adams.data.io.input.SpreadSheetTimeseriesReader
the ID column index.
m_ColumnIDIndex - Variable in class adams.flow.source.TimeseriesDbReader
the ID column index.
m_ColumnIDType - Variable in class adams.flow.source.TimeseriesDbReader
the ID column type.
m_ColumnIndex - Variable in class adams.event.SpreadSheetColumnInsertionEvent
the index of the column that got inserted.
m_ColumnIndex - Variable in class adams.flow.transformer.SpreadSheetInfo
the index of the column to get the information for.
m_ColumnIndex - Variable in class adams.gui.core.ResultSetTableModel
for fast access to the column names (name - index).
m_ColumnIndices - Variable in class adams.data.spreadsheet.rowstatistic.AbstractRowStatistic
the column indices to operate on.
m_ColumnIndices - Variable in class adams.flow.transformer.SpreadSheetStorageRowIterator
the column indices.
m_ColumnIndices - Variable in class adams.flow.transformer.SpreadSheetVariableRowIterator
the column indices.
m_ColumnIsNumeric - Variable in class adams.gui.core.SortableAndSearchableWrapperTableModel
whether a column is numeric.
m_ColumnKey - Variable in class adams.flow.transformer.AbstractReportDbUpdater
the key column.
m_ColumnLabel - Variable in class adams.data.io.input.ImageClassificationSpreadSheetReportReader
the column with the label.
m_columnName - Variable in class adams.db.indices.IndexColumn
column name.
m_ColumnName - Variable in class adams.data.conversion.SpreadSheetJoinColumns
the new column name.
m_ColumnName - Variable in class adams.flow.source.HashSet
the column name to use.
m_ColumnName - Variable in class adams.flow.transformer.SpreadSheetGetColumnIndex
the regular expression for the column name.
m_ColumnNameConversion - Variable in class adams.data.io.output.SqlDumpSpreadSheetWriter
the column name conversion.
m_ColumnNameConversion - Variable in class adams.data.spreadsheet.sql.Writer
the column name conversion.
m_ColumnNameConversion - Variable in class adams.flow.sink.SpreadSheetDbWriter
the column name conversion.
m_ColumnNameGenerator - Variable in class adams.gui.visualization.container.ContainerModel
for the column names.
m_ColumnNames - Variable in class adams.data.io.output.SqlDumpSpreadSheetWriter
the column names (shortened, disambiguated).
m_ColumnNames - Variable in class adams.data.spreadsheet.sql.Writer
the column names (shortened, disambiguated).
m_ColumnNames - Variable in class adams.flow.sink.SpreadSheetDbWriter
the column names (shortened, disambiguated).
m_ColumnNames - Variable in class adams.gui.core.KeyValuePairTableModel
the names of the columns.
m_ColumnNames - Variable in class adams.gui.tools.spreadsheetviewer.SortPanel
the column names.
m_ColumnNames - Variable in class adams.gui.visualization.instances.instancestable.InstancesSortPanel
the column names.
m_ColumnPredicted - Variable in class adams.flow.control.RemoveOutliers
the column with the predicted values.
m_ColumnPrefix - Variable in class adams.data.conversion.TransposeSpreadSheet
the column prefix if the first column is not used as header.
m_ColumnRenameFindRegexs - Variable in class adams.flow.transformer.spreadsheetmethodmerge.AbstractMerge
The regexs to use to find columns that require renaming.
m_ColumnRenameFormatStrings - Variable in class adams.flow.transformer.spreadsheetmethodmerge.AbstractMerge
The format strings specifying how to rename columns.
m_Columns - Variable in class adams.core.base.MatrixSubset
the columns.
m_Columns - Variable in class adams.core.discovery.genetic.AbstractGeneticDoubleMatrixDiscoveryHandler
num columns
m_Columns - Variable in class adams.data.conversion.AbstractSpreadSheetToMatrix
the range of columns to operate on.
m_Columns - Variable in class adams.data.conversion.SpreadSheetAddFormulaRow
the columns to add the sum to.
m_Columns - Variable in class adams.data.conversion.SpreadSheetAddSumRow
the columns to add the sum to.
m_Columns - Variable in class adams.data.conversion.SpreadSheetBinarize
the columns to merge.
m_Columns - Variable in class adams.data.conversion.SpreadSheetJoinColumns
the columns to merge.
m_Columns - Variable in class adams.data.spreadsheet.cellfinder.CellRange
the columns.
m_Columns - Variable in class adams.data.spreadsheet.cellfinder.CellTypeRange
the columns.
m_Columns - Variable in class adams.data.spreadsheet.cellfinder.RangeIterator
the column indices.
m_Columns - Variable in class adams.data.spreadsheet.cellfinder.RowFinderRange
the columns.
m_Columns - Variable in class adams.data.spreadsheet.cellfinder.TypeRangeIterator
the column indices.
m_Columns - Variable in class adams.data.spreadsheet.columnfinder.ByIndex
the range of columns to select.
m_Columns - Variable in class adams.data.spreadsheet.DataRowView
the column subset (null for all).
m_Columns - Variable in class adams.data.spreadsheet.matrixstatistic.AbstractMatrixStatistic
the columns of the subset to obtain.
m_Columns - Variable in class adams.data.spreadsheet.RowIdentifier
the range of columns used as identifier.
m_Columns - Variable in class adams.data.spreadsheet.rowscore.ColumnSubset
the subset of columns to use.
m_Columns - Variable in class adams.data.spreadsheet.rowstatistic.AbstractRowStatistic
the columns to operate on.
m_Columns - Variable in class adams.data.spreadsheet.SpreadSheetView
the column subset to use (null for all).
m_Columns - Variable in class adams.data.weka.columnfinder.Constant
The set of columns to find.
m_Columns - Variable in class adams.flow.source.NewSpreadSheet
the comma-separated list of column headers.
m_Columns - Variable in class adams.flow.transformer.SpreadSheetCopyColumns
the range of columns to copy.
m_Columns - Variable in class adams.flow.transformer.SpreadSheetSortColumns
the range of columns to sort.
m_Columns - Variable in class adams.flow.transformer.SpreadSheetStorageRowIterator
the range of columns to use.
m_Columns - Variable in class adams.flow.transformer.SpreadSheetSubset
the columns of the subset to obtain.
m_Columns - Variable in class adams.flow.transformer.SpreadSheetVariableRowIterator
the range of columns to use.
m_Columns - Variable in class adams.gui.core.AdjustableGridPanel
the columns.
m_Columns - Variable in class adams.gui.core.ResultSetTableModel
the column titles.
m_Columns - Variable in class adams.gui.core.spreadsheetpreview.SimpleHTML
the column range to display.
m_Columns - Variable in class adams.gui.core.spreadsheetpreview.SimpleHTML.SimpleTextPanel
the column range to display.
m_Columns - Variable in class adams.gui.core.spreadsheetpreview.SimpleText
the column range to display.
m_Columns - Variable in class adams.gui.core.spreadsheetpreview.SimpleText.SimpleTextPanel
the column range to display.
m_Columns - Variable in class adams.gui.core.spreadsheettable.NumericRangeCellRenderingCustomizer
the columns to work on.
m_Columns - Variable in class adams.gui.tools.spreadsheetviewer.chart.ControlChart
the column(s) to generate the chart(s) for.
m_Columns - Variable in class adams.gui.tools.spreadsheetviewer.chart.Histogram
the range of columns to use.
m_Columns - Variable in class adams.ml.data.DatasetView
the column subset to use (null for all).
m_Columns - Variable in class adams.parser.spreadsheetquery.ParserHelper
the columns to retrieve.
m_Columns - Variable in class weka.filters.supervised.attribute.SIMPLSMatrixFilterFromGeneticString
 
m_ColumnSampleByLevel - Variable in class weka.classifiers.trees.XGBoost
Subsample ratio of columns for each level.
m_ColumnSampleByNode - Variable in class weka.classifiers.trees.XGBoost
Subsample ratio of columns for each node (split).
m_ColumnSampleByTree - Variable in class weka.classifiers.trees.XGBoost
Subsample ratio of columns when constructing each tree.
m_ColumnsArray - Variable in class adams.flow.source.NewSpreadSheet
the array of column headers to use.
m_ColumnScore - Variable in class adams.data.io.input.ImageClassificationSpreadSheetReportReader
the column with the score.
m_ColumnSplitter - Variable in class weka.filters.unsupervised.attribute.AttributeSummaryTransferFilter
Column-splitter for separating attributes to be summarised.
m_ColumnsRegExp - Variable in class adams.flow.transformer.SpreadSheetAnonymize
the columns to anonymize.
m_ColumnsReport - Variable in class adams.data.conversion.SpreadSheetRowsToReport
the rows to get the report from.
m_ColumnSubset - Variable in class adams.ml.preprocessing.AbstractColumnSubsetFilter
how to determine columns to use for filtering.
m_ColumnTimestamp - Variable in class adams.data.io.input.SpreadSheetTimeseriesReader
the timestamp column.
m_ColumnTimestamp - Variable in class adams.flow.source.TimeseriesDbReader
the timestamp column.
m_ColumnTimestamp - Variable in class adams.flow.transformer.SpreadSheetToTimeseries
the column to use for the date/time.
m_ColumnTimestamp - Variable in class adams.flow.transformer.TimeseriesDbReader
the timestamp column.
m_ColumnTimestampIndex - Variable in class adams.data.io.input.SpreadSheetTimeseriesReader
the timestamp column type.
m_ColumnTimestampIndex - Variable in class adams.flow.source.TimeseriesDbReader
the timestamp column type.
m_ColumnTimestampIndex - Variable in class adams.flow.transformer.TimeseriesDbReader
the timestamp column type.
m_ColumnTimestampType - Variable in class adams.flow.source.TimeseriesDbReader
the timestamp column index.
m_ColumnTimestampType - Variable in class adams.flow.transformer.TimeseriesDbReader
the timestamp column index.
m_ColumnType - Variable in class adams.gui.core.SpreadSheetTableModel
the type of a column.
m_ColumnTypes - Variable in class adams.data.io.output.AccessSpreadSheetWriter
the column types.
m_ColumnTypes - Variable in class adams.ml.data.DatasetInfo
the datatypes per column.
m_ColumnValue - Variable in class adams.data.io.input.SpreadSheetTimeseriesReader
the value column.
m_ColumnValue - Variable in class adams.flow.source.TimeseriesDbReader
the value column.
m_ColumnValue - Variable in class adams.flow.transformer.AbstractReportDbUpdater
the value column.
m_ColumnValue - Variable in class adams.flow.transformer.SpreadSheetToTimeseries
the column to use for value of the timeseries.
m_ColumnValue - Variable in class adams.flow.transformer.TimeseriesDbReader
the value column.
m_ColumnValueIndex - Variable in class adams.data.io.input.SpreadSheetTimeseriesReader
the value column index.
m_ColumnValueIndex - Variable in class adams.flow.source.TimeseriesDbReader
the value column index.
m_ColumnValueIndex - Variable in class adams.flow.transformer.TimeseriesDbReader
the value column index.
m_ColumnValueType - Variable in class adams.flow.source.TimeseriesDbReader
the value column type.
m_ColumnValueType - Variable in class adams.flow.transformer.TimeseriesDbReader
the value column type.
m_ColumnWidth - Variable in class adams.data.featureconverter.FixedColumnText
the width of the columns.
m_ColumnWidth - Variable in class adams.data.io.input.FixedTabularSpreadSheetReader
the column width.
m_ColumnWidth - Variable in class adams.data.io.output.FixedTabularSpreadSheetWriter
the column width.
m_ColumnWidthApproach - Variable in class adams.gui.core.BaseTable
whether to automatically set optimal column widths.
m_ColumnWidthsSet - Variable in class adams.gui.visualization.container.ContainerTable
whether the column widths have been set already.
m_ColWidth - Variable in class adams.data.io.input.ObjectLocationsSpreadSheetReader
the column with the width.
m_ColWidth - Variable in class adams.data.io.output.ObjectLocationsSpreadSheetWriter
the column with the width.
m_Combination - Variable in class adams.data.objectfinder.MultiObjectFinder
how the indices are combined.
m_Combination - Variable in class adams.data.spreadsheet.columnfinder.MultiColumnFinder
how the indices are combined.
m_Combination - Variable in class adams.data.spreadsheet.rowfinder.MultiRowFinder
how the indices are combined.
m_Combination - Variable in class adams.data.weka.columnfinder.MultiColumnFinder
how the indices are combined.
m_Combination - Variable in class adams.data.weka.rowfinder.MultiRowFinder
how the indices are combined.
m_Combination - Variable in class adams.flow.control.removeoutliers.MultiOutlierDetector
how to combine the outliers.
m_Combination - Variable in class adams.flow.execution.debug.MultiScopeRestriction
how to apply the scope restrictions.
m_Combination - Variable in class weka.classifiers.meta.ClassifierCascade
how to combine the statistics.
m_CombinationRule - Variable in class weka.classifiers.meta.AbstainVote
Combination Rule variable
m_CombinationRule - Variable in class weka.classifiers.meta.SubsetEnsemble
Combination Rule variable.
m_CombinationRule - Variable in class weka.classifiers.meta.VotedImbalance
Combination Rule variable.
m_CombinationType - Variable in class adams.core.io.filechanged.MultiMonitor
the combination.
m_CombinedLayer - Variable in class adams.gui.visualization.segmentation.layer.LayerManager
the combined layer.
m_CombinedReport - Variable in class adams.flow.transformer.compareobjectlocations.Combined.CombinedPanel
the combined report.
m_CombineLabelColumns - Variable in class adams.flow.transformer.ConfusionMatrix
combine label columns if same.
m_ComboBox - Variable in class adams.gui.core.GUIHelper.InputPanelWithComboBox
the combobox.
m_ComboBox - Variable in class adams.gui.flow.setup.FlowSetupCellEditor
the JCombobox used for displaying the flow setup names.
m_ComboBox - Variable in class adams.gui.visualization.stats.zscore.ZScore
Model for the attribute combo box
m_ComboBoxArchiveHandlers - Variable in class adams.gui.tools.PreviewBrowserPanel
the combobox with the archive handlers (if more than one available).
m_ComboBoxAuthenticationType - Variable in class adams.gui.tools.SSHPanel
the combobox for the authentication type.
m_ComboBoxCharsets - Variable in class adams.gui.application.CharsetSettingsPanel
the combobox with all the charsets.
m_ComboBoxClass - Variable in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.ClassesToClusters
the class attribute.
m_ComboBoxClass - Variable in class adams.gui.visualization.instance.LoadDatasetDialog
the class index.
m_ComboBoxClassificationRegression - Variable in class adams.gui.tools.wekamultiexperimenter.setup.BasicWekaSetupPanel
classification or regression.
m_ComboBoxClassModel - Variable in class adams.gui.visualization.instance.LoadDatasetDialog
the class index model.
m_ComboBoxClassname - Variable in class adams.gui.goe.GenericObjectEditor.GOEPanel
The names of the proposed classes.
m_ComboBoxColor - Variable in class adams.gui.tools.wekainvestigator.tab.InstanceTab
the attribute to use for color.
m_ComboBoxColor - Variable in class adams.gui.visualization.stats.scatterplot.ScatterPlot
For choosing attribute to use for color.
m_ComboBoxColumnNameConversion - Variable in class adams.gui.tools.spreadsheetprocessor.targets.DatabaseTarget
the column name conversion.
m_ComboBoxColumnsDropdown - Variable in class adams.gui.core.SpreadSheetTableWithSearch
combobox with the columns.
m_ComboBoxCompounds - Variable in class adams.gui.visualization.report.ReportFactory.StandardsDialog
for combobox with the compounds.
m_ComboBoxConnections - Variable in class adams.gui.dialog.AbstractDatabaseConnectionPanel
the combobox with the available connections.
m_ComboBoxContentHandlers - Variable in class adams.gui.tools.previewbrowser.PreviewDisplay
the combobox with the content handlers (if more than one available).
m_ComboBoxData - Variable in class adams.gui.visualization.weka.AbstractInstanceInfoFrame
the combobox with all the datasets.
m_ComboBoxDataActions - Variable in class adams.gui.visualization.weka.AbstractInstanceInfoFrame
the combobox with all the actions.
m_ComboBoxDatasets - Variable in class adams.gui.tools.wekainvestigator.tab.associatetab.evaluation.Train
the datasets.
m_ComboBoxDatasets - Variable in class adams.gui.tools.wekainvestigator.tab.attseltab.evaluation.CrossValidation
the datasets.
m_ComboBoxDatasets - Variable in class adams.gui.tools.wekainvestigator.tab.attseltab.evaluation.Train
the datasets.
m_ComboBoxDatasets - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.BuildModel
the datasets.
m_ComboBoxDatasets - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.CrossValidation
the datasets.
m_ComboBoxDatasets - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.IndexedSplitsRunsEvaluation
the datasets.
m_ComboBoxDatasets - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.ReevaluateModel
the datasets.
m_ComboBoxDatasets - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.RepeatedCrossValidation
the datasets.
m_ComboBoxDatasets - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.TrainTestSplit
the datasets.
m_ComboBoxDatasets - Variable in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.BuildModel
the datasets.
m_ComboBoxDatasets - Variable in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.CrossValidation
the datasets.
m_ComboBoxDatasets - Variable in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.ReevaluateModel
the datasets.
m_ComboBoxDatasets - Variable in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.TrainTestSplit
the datasets.
m_ComboBoxDatasets - Variable in class adams.gui.tools.wekainvestigator.tab.experimenttab.setup.CrossValidationSetup
the datasets.
m_ComboBoxDatasets - Variable in class adams.gui.tools.wekainvestigator.tab.experimenttab.setup.TrainTestSplitSetup
the datasets.
m_ComboBoxDatasets - Variable in class adams.gui.tools.wekainvestigator.tab.IndependentComponentsTab
the datasets.
m_ComboBoxDatasets - Variable in class adams.gui.tools.wekainvestigator.tab.InstanceTab
the datasets.
m_ComboBoxDatasets - Variable in class adams.gui.tools.wekainvestigator.tab.PartialLeastSquaresTab
the datasets.
m_ComboBoxDatasets - Variable in class adams.gui.tools.wekainvestigator.tab.PrincipalComponentsTab
the datasets.
m_ComboBoxDataType - Variable in class adams.gui.selection.AbstractSelectDatabaseFieldPanel
the data types to display.
m_ComboBoxDataType - Variable in class adams.gui.selection.SelectFieldPanel
the data types to display.
m_ComboBoxEncoding - Variable in class adams.gui.chooser.TextFileChooser.FileEncodingPanel
the text field for the encoding.
m_ComboBoxEvaluation - Variable in class adams.gui.tools.wekamultiexperimenter.setup.BasicAdamsSetupPanel
the type of evaluation.
m_ComboBoxEvaluation - Variable in class adams.gui.tools.wekamultiexperimenter.setup.BasicWekaSetupPanel
the type of evaluation.
m_ComboBoxEvaluations - Variable in class adams.gui.tools.wekainvestigator.tab.AssociateTab
the combobox with the available evaluations.
m_ComboBoxEvaluations - Variable in class adams.gui.tools.wekainvestigator.tab.AttributeSelectionTab
the combobox with the available evaluations.
m_ComboBoxEvaluations - Variable in class adams.gui.tools.wekainvestigator.tab.ClassifyTab
the combobox with the available evaluations.
m_ComboBoxEvaluations - Variable in class adams.gui.tools.wekainvestigator.tab.ClusterTab
the combobox with the available evaluations.
m_ComboBoxFirstDataset - Variable in class adams.gui.tools.wekainvestigator.tab.CompareTab
the first dataset.
m_ComboBoxFirstID - Variable in class adams.gui.tools.wekainvestigator.tab.CompareTab
the ID attribute in the first dataset to use for comparing the data.
m_ComboBoxID - Variable in class adams.gui.tools.wekainvestigator.tab.InstanceTab
the ID.
m_ComboBoxID - Variable in class adams.gui.visualization.instance.LoadDatasetDialog
the ID index.
m_ComboBoxID - Variable in class adams.gui.visualization.spreadsheet.LoadSpreadSheetDialog
the ID index.
m_ComboBoxIDModel - Variable in class adams.gui.visualization.instance.LoadDatasetDialog
the ID index model.
m_ComboBoxIDModel - Variable in class adams.gui.visualization.spreadsheet.LoadSpreadSheetDialog
the ID index model.
m_ComboBoxKeys - Variable in class adams.gui.tools.PropertiesViewerPanel
the combobox with the properties keys.
m_ComboBoxLabels - Variable in class adams.gui.visualization.object.labelselector.ComboBoxSelectorPanel
the labels.
m_ComboBoxLanguages - Variable in class adams.gui.application.TesseractSettingsPanel
the combobox with all the languages.
m_ComboBoxLocales - Variable in class adams.gui.application.LocaleSettingsPanel
the combobox with all the locales.
m_ComboBoxLoggingLevel - Variable in class adams.gui.dialog.AbstractDatabaseConnectionPanel
the combobox for the logging level.
m_ComboBoxMatching - Variable in class adams.gui.tools.FindInFilesPanel
the type of search to perform.
m_ComboBoxMetaDataType - Variable in class adams.gui.tools.sqlworkbench.SqlMetaDataPanel
the combobox with the metadata types.
m_ComboBoxMetric - Variable in class adams.gui.tools.wekamultiexperimenter.analysis.DefaultAnalysisPanel
the combobox with the metric to evaluate.
m_ComboBoxNames - Variable in class adams.gui.tools.spreadsheetviewer.SortDefinitionPanel
the combobox with column names.
m_ComboBoxNames - Variable in class adams.gui.visualization.instances.instancestable.InstancesSortDefinitionPanel
the combobox with column names.
m_ComboBoxNewLabel - Variable in class adams.gui.visualization.segmentation.tool.SwitchLabel
the text field for the new label.
m_ComboBoxOldLabel - Variable in class adams.gui.visualization.segmentation.tool.SwitchLabel
the text field for the old label.
m_ComboBoxOrder - Variable in class adams.gui.tools.wekamultiexperimenter.setup.BasicWekaSetupPanel
how to traverse.
m_ComboBoxOrigin - Variable in class adams.gui.tools.ConsoleOutputAnalyzerPanel
the combobox with all origins.
m_ComboBoxOutput - Variable in class adams.gui.tools.wekamultiexperimenter.setup.weka.OutputPanel
the combobox listing all the output types.
m_ComboBoxPanels - Variable in class adams.gui.tools.wekamultiexperimenter.AnalysisPanel
the combobox with all available panels.
m_ComboBoxPlaceholders - Variable in class adams.gui.goe.AbstractBaseDateTypeEditor
For specific date placeholders.
m_ComboBoxResults - Variable in class adams.gui.tools.wekamultiexperimenter.analysis.DefaultAnalysisPanel
the combobox with the results panels.
m_ComboBoxRowAttribute - Variable in class adams.gui.visualization.instance.InstanceComparePanel.DatasetPanel
the combobox with the attribute names.
m_ComboBoxRowAttributeModel - Variable in class adams.gui.visualization.instance.InstanceComparePanel.DatasetPanel
the underlying model for the comboxbox.
m_ComboBoxSecondDataset - Variable in class adams.gui.tools.wekainvestigator.tab.CompareTab
the second dataset.
m_ComboBoxSecondID - Variable in class adams.gui.tools.wekainvestigator.tab.CompareTab
the ID attribute in the second dataset to use for comparing the data.
m_ComboBoxSetups - Variable in class adams.gui.tools.wekainvestigator.tab.ExperimentTab
the combobox with the available setups.
m_ComboBoxSorting - Variable in class adams.gui.tools.spreadsheetviewer.SortDefinitionPanel
the type of sorting.
m_ComboBoxSorting - Variable in class adams.gui.visualization.instance.LoadDatasetDialog
the sorting index.
m_ComboBoxSorting - Variable in class adams.gui.visualization.instances.instancestable.InstancesSortDefinitionPanel
the type of sorting.
m_ComboBoxSorting - Variable in class adams.gui.visualization.spreadsheet.LoadSpreadSheetDialog
the sorting index.
m_ComboBoxSortingModel - Variable in class adams.gui.visualization.instance.LoadDatasetDialog
the soriting index model.
m_ComboBoxSortingModel - Variable in class adams.gui.visualization.spreadsheet.LoadSpreadSheetDialog
the soriting index model.
m_ComboboxTemplates - Variable in class adams.gui.tools.AbstractSequenceViewerPanel
the combobox with the templates.
m_ComboBoxTest - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.TrainTestSet
the test set.
m_ComboBoxTest - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.TrainValidateTestSet
the test set.
m_ComboBoxTest - Variable in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.ClassesToClusters
the test set.
m_ComboBoxTest - Variable in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.TrainTestSet
the test set.
m_ComboBoxTextActions - Variable in class adams.gui.visualization.weka.AbstractInstanceInfoFrame
the combobox with all the actions.
m_ComboBoxTextInstances - Variable in class adams.gui.visualization.weka.AbstractInstanceInfoFrame
the combobox with all the instances.
m_ComboBoxTimeZones - Variable in class adams.gui.application.TimeZoneSettingsPanel
the combobox with all the timezones.
m_ComboBoxTrain - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.TrainTestSet
the train set.
m_ComboBoxTrain - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.TrainValidateTestSet
the train set.
m_ComboBoxTrain - Variable in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.ClassesToClusters
the train set.
m_ComboBoxTrain - Variable in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.TrainTestSet
the train set.
m_ComboBoxType - Variable in class adams.gui.application.ProxySettingsPanel
the combobox for the proxy type.
m_ComboBoxType - Variable in class adams.gui.dialog.ReplaceFieldDialog
the type combobox.
m_ComboBoxType - Variable in class adams.gui.tools.ConsoleOutputAnalyzerPanel
the combobox with the types.
m_ComboBoxType - Variable in class adams.gui.tools.ExpressionWatchPanel.ExpressionDialog
the combobox with the expression types.
m_ComboBoxValidate - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.TrainValidateTestSet
the validate set.
m_ComboBoxValue - Variable in class adams.gui.goe.BaseBooleanEditor
The combobox with the values.
m_ComboBoxViewers - Variable in class adams.gui.tools.previewbrowser.SerializedObjectPanel
the combobox with the viewers.
m_ComboBoxWidgets - Variable in class adams.gui.tools.SpreadSheetProcessorPanel.WidgetPanel
the combobox with the widgets.
m_ComboBoxX - Variable in class adams.gui.visualization.stats.scatterplot.ScatterPlot
For choosing attribute to display on y axis
m_ComboBoxY - Variable in class adams.gui.visualization.stats.scatterplot.ScatterPlot
For choosing attribute to display on x axis
m_Comm - Variable in class adams.flow.source.EnterManyValues
for communicating with the input dialog.
m_Comm - Variable in class adams.flow.source.EnterValue
for communicating with the input dialog.
m_Comm - Variable in class adams.flow.source.SelectDirectory
for communicating with the input dialog.
m_Comm - Variable in class adams.flow.source.SelectFile
for communicating with the input dialog.
m_Comm - Variable in class adams.flow.transformer.ConfirmationDialog
for communicating with the input dialog.
m_Command - Variable in class adams.flow.control.flowrestart.operation.ExternalCommand
the command to execute.
m_Command - Variable in class adams.flow.sink.Exec
the command to run.
m_Command - Variable in class adams.flow.source.Command
the command to run.
m_Command - Variable in class adams.flow.source.Exec
the command to run.
m_Command - Variable in class adams.flow.source.NewRemoteCommand
the command to create.
m_Command - Variable in class adams.flow.source.SSHExec
the command to run.
m_Command - Variable in class adams.flow.standalone.Java
the command to run.
m_Command - Variable in class adams.scripting.command.flow.SendFlowControlCommand
the command.
m_CommandContainsPlaceholder - Variable in class adams.flow.source.Command
whether the replace string contains a placeholder, which needs to be expanded first.
m_CommandContainsPlaceholder - Variable in class adams.flow.source.Exec
whether the replace string contains a placeholder, which needs to be expanded first.
m_CommandContainsPlaceholder - Variable in class adams.flow.standalone.Java
whether the replace string contains a placeholder, which needs to be expanded first.
m_CommandContainsVariable - Variable in class adams.flow.source.Command
whether the replace string contains a variable, which needs to be expanded first.
m_CommandContainsVariable - Variable in class adams.flow.source.Exec
whether the replace string contains a variable, which needs to be expanded first.
m_CommandContainsVariable - Variable in class adams.flow.standalone.Java
whether the replace string contains a variable, which needs to be expanded first.
m_CommandHandler - Variable in class adams.scripting.engine.AbstractScriptingEngine
the command handler.
m_CommandHistory - Variable in class adams.gui.tools.SSHPanel
the command history.
m_CommandHistory - Variable in class adams.gui.tools.TelnetPanel
the command history.
m_CommandIndex - Variable in class adams.gui.tools.SSHPanel
the current command index.
m_CommandIndex - Variable in class adams.gui.tools.TelnetPanel
the current command index.
m_Commandline - Variable in class adams.core.option.AbstractOption
the commandline option, without the leading "-".
m_Commandline - Variable in class adams.gui.goe.Favorites.Favorite
the commandline of the favorite.
m_Commandline - Variable in class adams.gui.tools.previewbrowser.ContentHandlerFavorites.ContentHandlerFavorite
the handler commandline.
m_CommandLine - Variable in class adams.gui.flow.tree.Node
the commandline (cache for undo/redo).
m_CommandLineHandler - Variable in class adams.flow.core.WekaPropertyValueConverter
the commandline handler to use.
m_CommandLineHandler - Variable in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment
for handling commandlines.
m_CommandlineIndex - Variable in class adams.core.option.OptionManager
the commandline flag <-> index relationship.
m_CommandLines - Variable in class adams.gui.goe.PersistentObjectHistory
the history of commandlines - used for determining whether object has already been added.
m_CommandProcessor - Variable in class adams.console.Logging
the command processor.
m_CommandProcessor - Variable in class adams.data.conversion.RemoteCommandToString
the processor.
m_CommandProcessor - Variable in class adams.data.conversion.StringToRemoteCommand
the command processor.
m_CommandProcessor - Variable in class adams.flow.control.RemoteExecutionTrigger
the command processor.
m_CommandProcessor - Variable in class adams.flow.sink.RemoteCommandWriter
the command processor.
m_CommandProcessor - Variable in class adams.flow.sink.SendRemoteCommand
the processor.
m_CommandProcessor - Variable in class adams.flow.transformer.RemoteCommandReader
the command processor.
m_CommandProcessor - Variable in class adams.gui.tools.remotecontrolcenter.panels.AbstractRemoteFlowTab
the command processor.
m_CommandProcessor - Variable in class adams.gui.tools.remotecontrolcenter.panels.RemoteLoggingTab
the command processor.
m_CommandProcessor - Variable in class adams.scripting.CommandRunner
the command processor.
m_CommandProcessor - Variable in class adams.scripting.engine.AbstractScriptingEngine
the command processor.
m_CommandProcessor - Variable in class adams.scripting.requesthandler.CommandDumperHandler
the command processor.
m_CommandProcessor - Variable in class adams.scripting.responsehandler.CommandDumperHandler
the command processor.
m_Commands - Variable in class adams.gui.scripting.ScriptingEngineThread
the current command queue.
m_Commands - Variable in class adams.scripting.CommandRunner
the commands to execute.
m_Comment - Variable in class adams.core.PropertiesToCode
the comment to use in the class javadoc.
m_Comment - Variable in enum adams.core.TechnicalInformation.Field
the comment about this type.
m_Comment - Variable in enum adams.core.TechnicalInformation.Type
the comment about this type.
m_Comment - Variable in class adams.data.io.input.CsvSpreadSheetReader.ChunkReader
the comment string.
m_Comment - Variable in class adams.data.io.input.CsvSpreadSheetReader
the line comment.
m_Comment - Variable in class adams.data.io.output.CsvSpreadSheetWriter
the line comment.
m_Comment - Variable in class adams.flow.transformer.WekaClusterEvaluationSummary
an optional comment to output.
m_Comment - Variable in class adams.flow.transformer.WekaEvaluationSummary
an optional comment to output.
m_Comment - Variable in class adams.gui.core.Undo.UndoPoint
the associated comment.
m_Comments - Variable in class adams.data.spreadsheet.DefaultSpreadSheet
optional comments.
m_Comments - Variable in class adams.flow.source.NewSpreadSheet
the initial comments to use.
m_Comments - Variable in class adams.flow.transformer.SpreadSheetAppendComments
the comments to append.
m_Communication - Variable in class adams.flow.condition.bool.PromptUser
for cancellation.
m_Compact - Variable in class adams.data.conversion.Mat5ArrayToString
whether to output compact string (ie no blanks).
m_Comparator - Variable in enum adams.core.logging.LoggingLevel
the comparator.
m_Comparator - Static variable in class adams.data.instance.Instance
the default comparator.
m_Comparator - Static variable in class adams.data.instance.InstanceUtils
comparator for finding X values.
m_Comparator - Variable in class adams.data.sequence.XYSequence
the default comparator.
m_Comparator - Static variable in class adams.data.sequence.XYSequenceUtils
comparator for finding wavenumbers.
m_Comparator - Variable in class adams.data.SortedList
the comparator to use.
m_Comparator - Variable in class adams.data.statistics.Percentile
a custom comparator.
m_Comparator - Static variable in class adams.data.timeseries.Timeseries
the default comparator.
m_Comparator - Static variable in class adams.data.timeseries.TimeseriesUtils
comparator for finding wavenumbers.
m_Comparator - Static variable in class adams.data.utils.LOWESS
the comparator to use.
m_Comparator - Variable in class adams.flow.sink.PlotContainerSink
the comparator to use.
m_Comparator - Variable in class adams.flow.source.filesystemsearch.FtpDirectorySearchWithComparator
the comparator to use.
m_Comparator - Variable in class adams.flow.source.filesystemsearch.LocalDirectorySearchWithComparator
the comparator to use.
m_Comparator - Variable in class adams.flow.source.filesystemsearch.SftpDirectorySearchWithComparator
the comparator to use.
m_Comparator - Variable in class adams.flow.source.filesystemsearch.SmbDirectorySearchWithComparator
the comparator to use.
m_Comparator - Variable in class adams.flow.transformer.Sort
the comparator to use.
m_Comparator - Variable in class adams.flow.transformer.SpreadSheetSortColumns.ContainerComparator
the actual comparator to use.
m_Comparator - Variable in class adams.flow.transformer.SpreadSheetSortColumns
the comparator to use.
m_Comparator - Variable in class adams.flow.transformer.WekaSpreadSheetToPredictions
the comparator to use.
m_Comparator - Variable in class adams.gui.core.FilePanel
the comparator.
m_Comparator - Static variable in class adams.gui.visualization.spreadsheet.SpreadSheetRow
the default comparator.
m_Comparator - Static variable in class adams.gui.visualization.spreadsheet.SpreadSheetRowUtils
comparator for finding X values.
m_Comparator - Variable in class weka.classifiers.AggregateEvaluations
the comparator to use.
m_Compare - Variable in class adams.flow.transformer.CompareObjects
the compare algorithm to use.
m_CompareDest - Variable in class adams.flow.source.RSync
 
m_CompareWithItself - Variable in class adams.flow.transformer.DetermineOverlappingAreas
whether to compare with itself.
m_CompareWithItself - Variable in class adams.flow.transformer.DetermineOverlappingObjects
whether to compare with itself.
m_CompareWithItself - Variable in class adams.flow.transformer.RemoveOverlappingImageObjects
whether to compare with itself.
m_Comparison - Variable in class adams.data.sequence.XYSequence
the comparison to use.
m_Comparison - Variable in class adams.data.sequence.XYSequencePointComparator
how to compare.
m_Comparison - Variable in class adams.flow.source.filesystemsearch.FtpDirectorySearchWithCustomSort.SortContainer
the reassembled filename used for comparison.
m_Comparison - Variable in class adams.flow.source.filesystemsearch.LocalDirectorySearchWithCustomSort.SortContainer
the reassembled filename used for comparison.
m_Comparison - Variable in class adams.flow.source.filesystemsearch.SftpDirectorySearchWithCustomSort.SortContainer
the reassembled filename used for comparison.
m_Comparison - Variable in class adams.flow.source.filesystemsearch.SmbDirectorySearchWithCustomSort.SortContainer
the reassembled filename used for comparison.
m_Comparison - Variable in class adams.flow.transformer.CompareObjectLocations
the comparison view to use.
m_ComparisonField - Variable in class adams.flow.transformer.WekaExperimentEvaluation
the comparison field.
m_ComparisonField - Variable in class adams.gui.tools.wekainvestigator.tab.experimenttab.output.TextOutput
the comparison field.
m_ComparisonPanel - Variable in class adams.flow.transformer.CompareObjectLocations
the generated panel.
m_ComparisonType - Variable in class adams.flow.sink.SequencePlotter
the comparison to use for the X/Y points.
m_Compatibility - Variable in class adams.flow.control.AbstractControlActor
the compatibility class in use.
m_Compatibility - Variable in class adams.flow.core.actorfilter.Match
for performing the checks.
m_Compatibility - Variable in class adams.flow.transformer.SpreadSheetTransformCells
for compatibility comparisons.
m_Compatibility - Variable in class adams.flow.transformer.SpreadSheetTransformHeaderCells
for compatibility comparisons.
m_Compatibility - Variable in class adams.gui.goe.classtree.ActorClassTreeFilter
for checking the compatibility.
m_Compatibility - Variable in class adams.parser.actorsuggestion.Parser
for checking compatibility.
m_Compatibility - Variable in class adams.parser.externalactorsuggestion.Parser
for checking compatibility.
m_CompatibilityChecked - Variable in class adams.data.conversion.MultiConversion
whether the compatibility has been checked.
m_Complete - Variable in class adams.multiprocess.AbstractJob
Has this job completed processing?
m_completed - Variable in class weka.clusterers.SAXKMeans
 
m_Completed - Variable in class weka.classifiers.meta.SubsetEnsemble
The number of classifiers completed so far
m_Completed - Variable in class weka.classifiers.meta.VotedImbalance
The number of classifiers completed so far
m_CompleteRowsOnly - Variable in class adams.flow.transformer.spreadsheetmethodmerge.JoinOnID
Whether or not to skip IDs that don't exist in all source spreadsheets.
m_CompleteRowsOnly - Variable in class adams.flow.transformer.wekadatasetsmerge.JoinOnID
Whether or not to skip IDs that don't exist in all source datasets.
m_ComplexityStatistics - Variable in class adams.flow.transformer.WekaEvaluationSummary
whether to print the complexity statistics as well.
m_ComplexityStatistics - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.output.TextStatistics
whether to print the complexity statistics as well.
m_Component - Variable in class adams.flow.sink.AbstractGraphicsGenerator
the component to create the screenshot from.
m_Component - Variable in class adams.flow.transformer.ProcessActor
the graphical component (if any).
m_Component - Variable in class adams.gui.core.AbstractComponentWithButtons
the component.
m_Component - Variable in class adams.gui.core.MultiPagePane.DetachablePage
the component to wrap.
m_Component - Variable in class adams.gui.core.PropertiesParameterPanel
the property/component relation.
m_Component - Variable in class adams.gui.event.TabClosedEvent
the component that got removed.
m_Component - Variable in class adams.gui.event.TabVisibilityChangeEvent
the component of the tab that was made visible or got hidden.
m_Component - Variable in class adams.gui.print.JComponentWriter
the component to print in the output format.
m_Component - Variable in class adams.gui.print.PrintMouseListener
the listener's component.
m_Component - Variable in class adams.gui.tools.previewbrowser.PreviewPanel
the component.
m_Component - Variable in class adams.gui.tools.wekainvestigator.output.ComponentContentPanel
the actual component.
m_Component - Variable in class adams.gui.tools.wekainvestigator.output.TableContentPanel
the actual component.
m_Component - Variable in class adams.gui.tools.wekainvestigator.output.TextualContentPanel
the actual component.
m_ComponentClass - Variable in class adams.gui.goe.Favorites.Favorite
the component class (in case of arrays).
m_ComponentFileChooser - Variable in class adams.flow.sink.DisplayPanelGrid
the filedialog for loading/saving flows.
m_ComponentFileChooser - Variable in class adams.flow.sink.DisplayPanelManager
the filedialog for loading/saving flows.
m_ComponentRange - Variable in class weka.attributeSelection.AbstractPLSAttributeEval
for user defined range of components used.
m_Components - Variable in class adams.data.instancesanalysis.FastICA
the components.
m_Composite - Variable in class adams.gui.core.DragAndDropTabbedPane.GhostGlassPane
 
m_Compress - Variable in class adams.flow.source.RSync
 
m_Compress - Variable in class adams.gui.core.dotnotationtree.DotNotationTree
whether to compress the tree as much as possible.
m_Compress - Variable in class adams.gui.print.TIFFWriter
whether to compress the image.
m_CompressLevel - Variable in class adams.flow.source.RSync
 
m_Condition - Variable in class adams.data.outlier.TimeseriesTimestampCheck
the condition that the timestamp must meet.
m_Condition - Variable in class adams.flow.condition.bool.Not
the condition to evaluate and negate.
m_Condition - Variable in class adams.flow.control.Block
the condition to evaluate.
m_Condition - Variable in class adams.flow.control.Breakpoint
the condition to evaluate.
m_Condition - Variable in class adams.flow.control.ConditionalSequence
the condition that determines the execution of the subprocess items.
m_Condition - Variable in class adams.flow.control.ConditionalSubProcess
the condition that determines the execution of the subprocess items.
m_Condition - Variable in class adams.flow.control.ConditionalTee
the condition to use.
m_Condition - Variable in class adams.flow.control.ConditionalTrigger
the condition to use.
m_Condition - Variable in class adams.flow.control.Count
the condition to use.
m_Condition - Variable in class adams.flow.control.IfThenElse
the condition used for determining to execute then/else branch.
m_Condition - Variable in class adams.flow.control.RaiseError
the condition to use.
m_Condition - Variable in class adams.flow.control.WhileLoop
the boolean condition to evaluate.
m_Condition - Variable in class adams.flow.execution.debug.ClassBreakpoint
the condition to evaluate.
m_Condition - Variable in class adams.flow.execution.debug.PathBreakpoint
the condition to evaluate.
m_Condition - Variable in class adams.flow.standalone.ConditionalStandalones
the condition to use.
m_ConditionObject - Variable in class adams.flow.condition.bool.Groovy
the loaded script object.
m_ConditionObject - Variable in class adams.flow.condition.bool.Scripted
the loaded script object.
m_Conditions - Variable in class adams.flow.condition.bool.AbstractMultiCondition
the conditions to evaluate.
m_Conditions - Variable in class adams.flow.control.Switch
the "conditions" for the various switch cases.
m_Conditions - Variable in class adams.flow.source.AbstractConditionalIdSupplier
the retrieval conditions.
m_Conditions - Variable in class adams.flow.source.SwitchedSource
the "conditions" for the various switch cases.
m_Conditions - Variable in class adams.gui.selection.AbstractConditionalDatabaseSelectionPanel
the conditions for retrieving the items.
m_Conditions - Variable in class adams.gui.tools.LogEntryDatabaseViewerPanel
the conditions currently in use.
m_ConfidenceLevel - Variable in class adams.data.weka.evaluator.IntervalEstimatorBased
the confidence level.
m_ConfidenceLevel - Variable in class adams.flow.source.wekaforecastersetup.WekaForecasterGenerator
the confidence level (0-1).
m_ConfigFile - Variable in class adams.flow.standalone.TesseractConfiguration
the (optional) config file to use.
m_Configuration - Variable in class adams.flow.transformer.TesseractOCR
the tesseract connection to use.
m_Configuration - Variable in class adams.gui.tools.previewbrowser.FromFileHandler
the file with the configuration.
m_Configured - Variable in class adams.flow.control.InputOutputListener
whether the callable actor has been configured.
m_Configured - Variable in class adams.flow.control.TimedSubProcess
whether the callable actor has been configured.
m_Configured - Variable in class adams.flow.control.TimedTee
whether the callable actor has been configured.
m_Configured - Variable in class adams.flow.control.TimedTrigger
whether the callable actor has been configured.
m_Configured - Variable in class adams.flow.core.AbstractCallableActor
whether the callable actor has been configured.
m_Configured - Variable in class adams.flow.transformer.WekaGeneticAlgorithm
whether the callable actor has been configured.
m_ConfusionMatrix - Variable in class adams.flow.transformer.WekaEvaluationSummary
whether to print the confusion matrix as well.
m_ConfusionMatrix - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.output.TextStatistics
whether to print the confusion matrix as well.
m_Connection - Variable in class adams.db.AbstractDatabaseConnection
The database connection.
m_Connection - Variable in class adams.db.AbstractTableCleanUp
database connection.
m_Connection - Variable in class adams.db.wrapper.AbstractWrapper
the database connection.
m_Connection - Variable in class adams.flow.control.RemoteExecutionTrigger
where to send the flow to.
m_Connection - Variable in class adams.flow.sink.SendRemoteCommand
the connection.
m_Connection - Variable in class adams.flow.source.FTPLister
Deprecated.
the FTP connection to use.
m_Connection - Variable in class adams.flow.source.SSHExec
the SSH connection to use.
m_Connection - Variable in class adams.flow.standalone.AbstractDatabaseConnection
the database connection in use.
m_Connection - Variable in class adams.flow.transformer.FTPDelete
the FTP connection to use.
m_Connection - Variable in class adams.flow.transformer.FTPDisconnect
the FTP connection to use.
m_Connection - Variable in class adams.flow.transformer.FTPGet
the FTP connection to use.
m_Connection - Variable in class adams.flow.transformer.FTPNoOp
the FTP connection to use.
m_Connection - Variable in class adams.flow.transformer.FTPSend
the FTP connection to use.
m_Connection - Variable in class adams.flow.transformer.ScpFrom
the SSH connection to use.
m_Connection - Variable in class adams.flow.transformer.ScpTo
the SSH connection to use.
m_Connection - Variable in class adams.flow.transformer.SFTPDelete
the SSH connection to use.
m_Connection - Variable in class adams.flow.transformer.SFTPGet
the SSH connection to use.
m_Connection - Variable in class adams.flow.transformer.SFTPSend
the SSH connection to use.
m_Connection - Variable in class adams.flow.transformer.SMBGet
the SMB connection to use.
m_Connection - Variable in class adams.flow.transformer.SMBSend
the SMB connection to use.
m_Connection - Variable in class adams.multiprocess.ScpJobRunner
the ssh connection to use.
m_Connection - Variable in class adams.multiprocess.ScpJobRunner.RemoteJobRunner
the ssh connection to use.
m_Connection - Variable in class adams.scripting.command.distributed.DeregisterWorker
the connection to use for the worker.
m_Connection - Variable in class adams.scripting.command.distributed.RegisterWorker
the connection to use for the slave.
m_Connection - Variable in class adams.scripting.CommandRunner
the connection to use.
m_Connection - Variable in class adams.scripting.connection.AbstractConnectionEnhancer
the connection to use.
m_ConnectionChangeListeners - Variable in class adams.gui.core.SqlConnectionPanel
the change listeners for database connection changes.
m_ConnectionFailed - Variable in class adams.core.logging.RemoteSendHandler
the number of times the connection has failed.
m_ConnectionOK - Variable in class adams.db.AbstractDatabaseConnection
whether we could connect successfully.
m_Connections - Variable in class adams.db.DatabaseManager
for storing the database connection objects.
m_Connections - Variable in class adams.scripting.connection.AbstractMultiConnection
the connections to manage.
m_Connections - Variable in class adams.scripting.connection.Multicast
the connections to balance.
m_ConnectLines - Variable in class adams.flow.transformer.BoofCVDetectLineSegments
whether to connect the segments.
m_ConnectOnStartUp - Variable in class adams.db.AbstractDatabaseConnection
whether to connect on startup.
m_ConnectOnStartUp - Variable in class adams.db.ConnectionParameters
whether to connect on startup.
m_ConnectRule - Variable in class adams.data.boofcv.transformer.BinaryContours
the connect rule.
m_ConnectRule - Variable in class adams.data.boofcv.transformer.CannyEdgeDetection
the connect rule.
m_ConnectRule - Variable in class adams.flow.transformer.locateobjects.BinaryContours
the connect rule.
m_ConnectRule - Variable in class adams.flow.transformer.locateobjects.CannyBinary
the connect rule.
m_ConsoleObject - Variable in class adams.core.management.Launcher
the console object that calls the launcher (if any).
m_ConsolePanel - Variable in class adams.core.logging.ConsolePanelHandler
the console panel.
m_Constant - Variable in class adams.data.spreadsheet.rowscore.DistanceFromConstant
the 'flat liner' value.
m_Constructors - Variable in class adams.core.NewInstance
the constructors.
m_Consumer - Variable in class adams.core.option.CompactFlowConsumer
the internal consumer in use for parsing commandlines.
m_Container - Variable in class adams.flow.core.AbstractCallableActorPropertyUpdater
the property container of the property to update.
m_Container - Variable in class adams.flow.transformer.UpdateProperty
the property container of the property to update.
m_Container - Variable in class adams.flow.transformer.WekaTrainClassifier.BatchTrainJob
the model container.
m_Container - Variable in class adams.flow.transformer.WekaTrainClusterer.BatchTrainJob
the generated model container.
m_ContainerClass - Variable in class adams.flow.source.MakeContainer
the container class to create.
m_ContainerIDRegExp - Variable in class adams.gui.visualization.core.AbstractStrokePaintletWithContainerIDMatching
the regular expression the container IDs must match.
m_ContainerList - Variable in class adams.gui.visualization.container.DataContainerPanelWithContainerList
the container list.
m_ContainerListCustomizers - Variable in class adams.gui.visualization.container.DataContainerPanelWithContainerList
the customizers for the container list popup menu.
m_ContainerManager - Variable in class adams.gui.visualization.report.ReportFactory.Panel
the manager the tabbed pane listens to.
m_ContainerPaintlet - Variable in class adams.gui.visualization.container.AbstractDataContainerZoomOverviewPanel
paintlet for drawing the data.
m_ContainerPanel - Variable in class adams.gui.visualization.container.AbstractDataContainerZoomOverviewPanel
the corresponding total ion count panel.
m_Containers - Variable in class adams.core.discovery.AbstractDiscoveryHandler
the located property containers.
m_Containers - Variable in class adams.flow.control.UpdateProperties
the property containers of the properties to update.
m_Containers - Variable in class adams.flow.source.AbstractSimpleSourceWithPropertiesUpdating
the property containers of the properties to update.
m_Containers - Variable in class adams.flow.transformer.AbstractDataContainerFileImport
the containers that have been read.
m_Containers - Variable in class adams.flow.transformer.AbstractDataContainerFileReader
the containers that were read.
m_Containers - Variable in class adams.flow.transformer.AbstractTransformerWithPropertiesUpdating
the property containers of the properties to update.
m_Containers - Variable in class adams.flow.transformer.WekaInstanceStreamPlotGenerator
the generated containers.
m_Containers - Variable in class adams.gui.event.DataChangeEvent
the replaced containers.
m_Containers - Variable in class weka.classifiers.MultiLevelSplitGenerator
the list of generated containers.
m_ContainerSettings - Variable in class adams.gui.visualization.segmentation.SegmentationPanel
whether separate layers were used.
m_ContainerValue - Variable in class adams.flow.control.PlotContainerUpdater
the value to modify.
m_ContainerValue - Variable in class adams.flow.transformer.SetPlotContainerValue
the value to change.
m_ContainerValueName - Variable in class adams.flow.control.AbstractContainerUpdater
the value to modify.
m_ContainerValues - Variable in class adams.flow.source.MakeContainer
the names of the items for the current container.
m_Content - Variable in class adams.core.option.NestedFormatHelper.Line
the content.
m_Content - Variable in class adams.data.container.AbstractSimpleContainer
the stored content.
m_Content - Variable in class adams.data.spreadsheet.DoubleCell
the content of the cell.
m_Content - Variable in class adams.data.spreadsheet.FloatCell
the content of the cell.
m_Content - Variable in class adams.doc.xhtml.AbstractMixedTag
the content.
m_Content - Variable in class adams.doc.xml.AbstractSimpleTag
the content.
m_Content - Variable in class adams.gui.tools.previewbrowser.PreviewPanel
the actual content.
m_Content - Variable in class adams.scripting.command.basic.RetrieveFile
the actual payload.
m_Content - Variable in class adams.scripting.command.basic.SendFile
the actual payload.
m_ContentName - Variable in class adams.flow.sink.TextWriter
the name of the content (e.g., can be used in the filename).
m_ContentPanel - Variable in class adams.gui.core.DetachablePanel
the content panel.
m_ContentPanel - Variable in class adams.gui.core.ToolBarPanel
the actual content panel.
m_ContentType - Variable in class adams.data.io.input.ExcelStreamingSpreadSheetReader.SheetHandler
what type the current cell is.
m_ContentType - Variable in class adams.data.spreadsheet.DoubleCell
whether the content is numeric.
m_ContentType - Variable in class adams.data.spreadsheet.FloatCell
whether the content is numeric.
m_ContentType - Variable in class adams.data.spreadsheet.rowfinder.ByContentType
the content type to look for.
m_ContentTypes - Variable in class adams.data.spreadsheet.columnfinder.ByContentType
the regular expression to match the attribute names against.
m_ContentTypes - Variable in class adams.data.spreadsheet.sql.Writer
the type used for the table.
m_Context - Variable in class adams.flow.processor.AbstractActorListingProcessor
the context.
m_Contimeout - Variable in class adams.flow.source.RSync
 
m_ContinueInteraction - Variable in class adams.flow.processor.AbstractModifyingInteractiveProcessor
whether to continue with the processing.
m_ControlActor - Variable in class adams.flow.control.AbstractDirector
the control actor to execute.
m_Controller - Variable in class adams.gui.visualization.pdf.PDFPanel
the component controller.
m_ControlPanel - Variable in class adams.flow.execution.Debug
control panel.
m_Conversion - Variable in class adams.data.opencv.transformer.ConvertType
the conversion type.
m_Conversion - Variable in class adams.flow.condition.bool.HashSet
the type of conversion.
m_Conversion - Variable in class adams.flow.control.Injector
the conversion for turning the string into another object type.
m_Conversion - Variable in class adams.flow.processor.SwapObjects
the swap conversion.
m_Conversion - Variable in class adams.flow.sink.Exec
the conversion scheme to turn the input into strings.
m_Conversion - Variable in class adams.flow.source.CombineStorage
the type of conversion.
m_Conversion - Variable in class adams.flow.source.CombineVariables
the type of conversion.
m_Conversion - Variable in class adams.flow.source.Exec
the conversion scheme to process the output with.
m_Conversion - Variable in class adams.flow.source.HashSet
the type of conversion.
m_Conversion - Variable in class adams.flow.source.NewImage
the conversion to perform.
m_Conversion - Variable in class adams.flow.source.StorageValue
the type of conversion.
m_Conversion - Variable in class adams.flow.source.StorageValuesArray
the type of conversion.
m_Conversion - Variable in class adams.flow.source.StringConstants
the type of conversion.
m_Conversion - Variable in class adams.flow.source.Variable
the type of conversion.
m_Conversion - Variable in class adams.flow.source.VariablesArray
the type of conversion.
m_Conversion - Variable in class adams.flow.standalone.HashSetInit
the type of conversion.
m_Conversion - Variable in class adams.flow.transformer.AbstractGetReportValue
the type of conversion.
m_Conversion - Variable in class adams.flow.transformer.ArrayToVariables
the type of conversion.
m_Conversion - Variable in class adams.flow.transformer.Convert
the type of conversion.
m_Conversion - Variable in class adams.flow.transformer.HashSetAdd
the type of conversion.
m_Conversion - Variable in class adams.flow.transformer.HashSetInit
the type of conversion.
m_Conversion - Variable in class adams.flow.transformer.SetJsonValue
for processing the value.
m_Conversion - Variable in class adams.flow.transformer.SetMapValue
for processing the value.
m_Conversion - Variable in class adams.flow.transformer.SetPlotContainerValue
the conversion for turning the string into another object type.
m_Conversion - Variable in class adams.flow.transformer.SpreadSheetConvertCells
the conversion to apply to the cells.
m_Conversion - Variable in class adams.flow.transformer.SpreadSheetConvertHeaderCells
the conversion to apply to the cells.
m_Conversion - Variable in class weka.core.converters.SpreadSheetLoader
the conversion to use.
m_ConversionInput - Variable in class adams.flow.transformer.DateTimeTypeDifference
the conversion in use for the input.
m_ConversionObject - Variable in class adams.data.conversion.Groovy
the loaded script object.
m_ConversionObject - Variable in class adams.data.conversion.Scripted
the loaded script object.
m_ConversionOutput - Variable in class adams.flow.transformer.DateTimeTypeDifference
the conversion in use for the output.
m_ConvertEntities - Variable in class adams.doc.xml.AbstractSimpleTag
whether to convert HTML entities.
m_Converter - Variable in class adams.data.conversion.WekaCommandToCode
the converter to use.
m_Converter - Variable in class adams.data.featureconverter.AbstractMetaFeatureConverter
the base converter.
m_Converter - Variable in class adams.data.image.AbstractImageFeatureGenerator
the feature converter to use.
m_Converter - Variable in class adams.data.timeseries.AbstractTimeseriesFeatureGenerator
the feature converter to use.
m_Converter - Variable in class adams.flow.source.OpenCVDeviceFrameGrabber
for converting the frames.
m_Converter - Variable in class adams.flow.transformer.ConvertFeatures
the feature converter to use.
m_Converters - Static variable in class adams.flow.core.PropertyHelper
the available converters.
m_Cookies - Variable in class adams.flow.source.HttpRequest
the storage value containing the cookies to use.
m_CoordinatesPaintlet - Variable in class adams.gui.visualization.instance.InstancePanel
paintlet for drawing the X-axis.
m_CoordinatesPaintlet - Variable in class adams.gui.visualization.sequence.XYSequencePanel
paintlet for drawing the X-axis.
m_CoordinatesPaintlet - Variable in class adams.gui.visualization.spreadsheet.SpreadSheetRowPanel
paintlet for drawing the X-axis.
m_CoordinatesPaintlet - Variable in class adams.gui.visualization.timeseries.TimeseriesPanel
paintlet for drawing the X-axis.
m_Copy - Variable in class adams.data.image.transformer.ImageFilter
whether to create a copy of the image first.
m_CopyDest - Variable in class adams.flow.source.RSync
 
m_CopyDirlinks - Variable in class adams.flow.source.RSync
 
m_CopyLinks - Variable in class adams.flow.source.RSync
 
m_CopyMetaData - Variable in class adams.data.objectoverlap.AbstractObjectOverlap
whether to copy meta-data.
m_Copyright - Variable in class adams.core.option.AbstractJavaCodeProducer
the copyright string.
m_Copyright - Variable in class adams.core.PropertiesToCode
the copyright string.
m_CopyUnsafeLinks - Variable in class adams.flow.source.RSync
 
m_CornerBottomLeft - Variable in class adams.gui.visualization.core.PlotPanel
the bottom-left corner panel.
m_CornerBottomRight - Variable in class adams.gui.visualization.core.PlotPanel
the bottom-right corner panel.
m_CornerTopLeft - Variable in class adams.gui.visualization.core.PlotPanel
the top-left corner panel.
m_CornerTopRight - Variable in class adams.gui.visualization.core.PlotPanel
the top-right corner panel.
m_Correct - Variable in class weka.filters.unsupervised.attribute.SpellChecker
the correct spelling for the labels.
m_CorrectedData - Variable in class adams.data.baseline.AbstractBaselineCorrection.BaselineCorrectionJob
the corrected data.
m_Correction - Variable in class adams.flow.source.wekaforecastersetup.BaselineAdjustedForecasterGenerator
the baseline correction scheme.
m_Correction - Variable in class weka.classifiers.timeseries.BaselineAdjustedForecaster
the baseline correction scheme to use.
m_Correction - Variable in class weka.filters.unsupervised.attribute.Detrend
the correction to use.
m_Correction - Variable in class weka.filters.unsupervised.attribute.MultiplicativeScatterCorrection
the correction to use.
m_Correction - Variable in class weka.filters.unsupervised.attribute.SimpleDetrend
the correction to use.
m_Correlation - Variable in class weka.filters.unsupervised.attribute.PrincipalComponentsJ
Correlation matrix for the original data.
m_CorrespondingColumn - Variable in class adams.data.spreadsheet.cellfinder.CorrespondingColumn
the position of the corresponding column.
m_CorrespondingPosition - Variable in class adams.data.spreadsheet.cellfinder.CorrespondingColumn
whether the corresponding column is relative or absolute.
m_CostBenefitPanel - Variable in class adams.flow.sink.WekaCostBenefitAnalysis
the panel.
m_Count - Variable in class adams.data.io.output.TextFileWithLineNumbersWriter
the line count.
m_Count - Variable in class adams.data.spreadsheet.colstatistic.Missing
the count.
m_Count - Variable in class adams.data.spreadsheet.rowstatistic.Missing
the count.
m_Counter - Variable in class adams.core.NamedCounter.CounterComparator
the basis for the comparison.
m_Counter - Variable in class adams.core.option.FlowStructureDotProducer
the counter for the nodes.
m_Counter - Variable in class adams.core.password.BruteForcePasswordGenerator
counter for generating the passwords.
m_Counter - Static variable in class adams.core.UniqueIDs
the counter.
m_Counter - Variable in class adams.flow.control.CallableActorScreenshot
the counter for the screenshots.
m_Counter - Variable in class adams.flow.control.Injector
the token counter.
m_Counter - Variable in class adams.flow.execution.AbstractTimedFlowExecutionListenerWithTable
the current execution counter.
m_Counter - Variable in class adams.flow.sink.ControlChartPlot
for keeping track of the tokens.
m_Counter - Variable in class adams.flow.sink.Screenshot
the counter for the screenshots.
m_Counter - Variable in class adams.flow.sink.SequencePlotter
for keeping track of the tokens.
m_Counter - Variable in class adams.flow.sink.SimplePlot
for keeping track of the tokens.
m_Counter - Variable in class adams.flow.transformer.WekaInstanceDumper
the counter for the filenames.
m_Counter - Variable in class adams.flow.transformer.WekaInstanceStreamPlotGenerator
the counter for the X value of the containers.
m_Counter - Variable in class adams.gui.core.MemoryMonitorPanel
for keeping track of the tokens.
m_Counter - Static variable in class adams.gui.flow.tree.record.add.MostCommon
the count per actor.
m_Counter - Static variable in class adams.gui.flow.tree.record.enclose.MostCommon
the count per actor.
m_CountModelListener - Variable in class adams.gui.core.BaseListWithButtons
the model listener for updating the counts.
m_CountModelListener - Variable in class adams.gui.core.BaseTableWithButtons
the model listener for updating the counts.
m_CountModelListener - Variable in class adams.gui.core.SortableAndSearchableTableWithButtons
the model listener for updating the counts.
m_Counts - Variable in class adams.core.NamedCounter
for storing the counts.
m_Counts - Variable in class adams.data.spreadsheet.colstatistic.LabelCounts
the label counts.
m_Counts - Variable in class adams.data.spreadsheet.rowstatistic.LabelCounts
the label counts.
m_Counts - Variable in class adams.flow.execution.CurrentlyExecuted
keeps track of the actors that are being executed (actor name - start time).
m_Counts - Variable in class adams.flow.execution.ExecutionCounter
keeps track of the execution count (actor name - count).
m_CountVariable - Variable in class adams.flow.template.FileProcessingWithProgressBar
the variable to store the current progress in.
m_Coverage - Variable in class adams.flow.standalone.MemoryMonitor
the coverage percentage of samples reaching/exceeding the threshold (0-100).
m_CoverVariance - Variable in class adams.flow.transformer.WekaPrincipalComponents
the variance to cover.
m_CoverVariance - Variable in class weka.core.neighboursearch.PCANNSearch
the amount of varaince to cover in the original data when retaining the best n PC's.
m_CoverVariance - Variable in class weka.filters.unsupervised.attribute.PrincipalComponentsJ
the amount of varaince to cover in the original data when retaining the best n PC's.
m_CreateDirectories - Variable in class adams.flow.transformer.AbstractMultiDecompress
whether to restore the directory structure.
m_CreateDummyReport - Variable in class adams.data.io.input.AbstractDataContainerReader
whether to create a dumy report if none is present.
m_CreateFile - Variable in class adams.flow.transformer.Touch
whether to create the file if not existing.
m_CreateFrame - Variable in class adams.flow.core.AbstractDisplay
whether to create the frame or just the panel.
m_CreatePlaceholderFileObjects - Variable in class adams.data.conversion.StringToFile
whether to generate PlaceholderFile objects instead.
m_CreateSubDirectories - Variable in class adams.flow.transformer.CopyFile
whether the input is a directory and directory should be re-created below target directory (only the last path component: /some/where/blah -> TARGET/blah will get created).
m_CreateView - Variable in class adams.flow.transformer.SpreadSheetColumnFilter
whether to create a view only.
m_CreateView - Variable in class adams.flow.transformer.SpreadSheetRandomSystematicSample
whether to create a view only.
m_CreateView - Variable in class adams.flow.transformer.SpreadSheetRowFilter
whether to create a view only.
m_CreateView - Variable in class adams.flow.transformer.SpreadSheetSubset
whether to create a view only.
m_CreateView - Variable in class adams.flow.transformer.SpreadSheetSubsetFromGroup
whether to create a view only.
m_CreateView - Variable in class adams.flow.transformer.WekaCrossValidationSplit
whether to create a view only.
m_CreateView - Variable in class adams.flow.transformer.WekaRandomSplit
whether to create a view only.
m_CreationTimestamp - Variable in class adams.data.io.output.GnumericSpreadSheetWriter
the creation timestamp.
m_Criteria - Variable in class adams.opt.genetic.stopping.MultiStoppingCriterion
the criteria to use.
m_CronActors - Variable in class adams.flow.standalone.Cron
for actors that get executed.
m_Crop - Variable in class adams.flow.transformer.locateobjects.CroppedLocator
the crop algorithm to use.
m_Crop - Variable in class adams.flow.transformer.locateobjects.XScreenMaskLocator
Cropping algorithm.
m_CrossValidation - Variable in class adams.flow.transformer.WekaCrossValidationEvaluator
for performing cross-validation.
m_CrossValidation - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.CrossValidation
performs the actual evaluation.
m_CrossValidation - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.RepeatedCrossValidation
performs the actual evaluation.
m_CrossValidation - Variable in class adams.gui.tools.wekamultiexperimenter.experiment.CrossValidationExperiment.CrossValidationExperimentJob
for executing the cross-validation.
m_CrossValidationSeed - Variable in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm
the cross-validation seed.
m_CrossValidationSeed - Variable in class adams.opt.optimise.genetic.fitnessfunctions.AbstractWEKAFitnessFunction
the cross-validation seed.
m_cs - Variable in class weka.classifiers.meta.AbstainLeastMedianSq
 
m_CSS - Variable in class adams.flow.sink.Html4Display
the CSS style sheet rules.
m_CtrlDown - Variable in class adams.gui.visualization.image.leftclick.AbstractLeftClickProcessor
whether ctrl needs to be down.
m_CtrlDown - Variable in class adams.gui.visualization.object.mouseclick.AbstractMouseClickProcessor
whether ctrl needs to be down.
m_CueLineExtension - Variable in class adams.gui.core.DragAndDropTree
the amount of pixels for the cue line to extend further out.
m_Current - Variable in class adams.core.base.BaseURI
the current URI.
m_Current - Variable in class adams.core.base.BaseURL
the current URL.
m_Current - Variable in class adams.data.id.RuntimeIDGenerator
the current ID.
m_Current - Variable in class adams.flow.condition.bool.Counting
the current count.
m_Current - Variable in class adams.flow.control.Count
the current count.
m_Current - Variable in class adams.flow.execution.Debug
the current actor.
m_Current - Variable in class adams.flow.processor.AbstractActorListingProcessor
the current actor being processed.
m_Current - Variable in class adams.flow.sink.ProgressBar.ProgressBarPanel
the current value.
m_Current - Variable in class adams.flow.source.AbstractForLoop
the current value.
m_Current - Variable in class adams.flow.transformer.WekaStreamEvaluator
the current counter of instances.
m_Current - Variable in class adams.gui.chooser.FontChooser
The font the user has chosen.
m_Current - Variable in class adams.gui.chooser.FontChooserPanelWithPreview
The font the user has chosen.
m_Current - Variable in class adams.gui.chooser.PdfFontChooser
The font the user has chosen.
m_Current - Variable in class adams.gui.chooser.PdfFontChooserPanel
The font the user has chosen.
m_Current - Variable in class adams.gui.goe.BooleanEditor
the current value.
m_Current - Variable in class adams.gui.goe.GenericArrayEditorDialog
the current object.
m_Current - Variable in class adams.gui.goe.GenericArrayEditorPanel
the current value.
m_Current - Variable in class adams.gui.goe.GenericObjectEditorDialog
the current object.
m_Current - Variable in class adams.gui.goe.GenericObjectEditorPanel
the current object.
m_Current - Variable in class adams.gui.goe.StringEditor
the current value.
m_Current - Variable in class adams.gui.goe.TriStateEditor
the current value.
m_Current - Variable in class adams.gui.goe.WekaGenericArrayEditorDialog
the current object.
m_Current - Variable in class adams.gui.goe.WekaGenericArrayEditorPanel
the current value.
m_Current - Variable in class adams.gui.goe.WekaGenericObjectEditorDialog
the current object.
m_Current - Variable in class adams.gui.goe.WekaGenericObjectEditorPanel
the current object.
m_Current - Static variable in class adams.gui.laf.AbstractLookAndFeel
the current look and feel.
m_Current - Variable in class adams.gui.menu.AbstractClassifierBasedGeneticAlgorithmWizard
the current algorithm.
m_Current - Variable in class adams.gui.selection.AbstractTableBasedSelectionDialog
the chosen items.
m_Current - Variable in class adams.gui.selection.AbstractTableBasedSelectionPanel
the selected items.
m_Current - Variable in class adams.gui.selection.SelectFieldDialog
the chosen items.
m_Current - Variable in class adams.gui.tools.previewbrowser.SerializedObjectPanel
the currently displayed object.
m_Current - Variable in class adams.gui.visualization.debug.propertyextractor.AbstractPropertyExtractor
the current object to inspect.
m_CurrentActor - Variable in class adams.flow.execution.debug.ControlPanel
the current actor.
m_CurrentArray - Variable in class adams.flow.transformer.ArrayToChunks
the current array to work on.
m_CurrentAssociator - Variable in class adams.gui.tools.wekainvestigator.tab.AssociateTab
the current associator.
m_CurrentBounds - Variable in class adams.gui.core.MaximizationFixWindowListener
the current size/location.
m_CurrentBoxPlot - Variable in class adams.gui.tools.wekainvestigator.tab.BoxPlotTab
the current boxplot.
m_CurrentBreakpoint - Variable in class adams.flow.execution.debug.ControlPanel
the current breakpoint.
m_CurrentClass - Variable in class adams.gui.chooser.ObjectExporterFileChooser
the current class to export (null for all).
m_currentClassifier - Variable in class weka.classifiers.meta.AbstainLeastMedianSq
 
m_currentClassifier - Variable in class weka.classifiers.meta.LeastMedianSq
 
m_CurrentClassifier - Variable in class adams.gui.tools.wekainvestigator.tab.ClassifyTab
the current classifier.
m_CurrentClassifier - Variable in class adams.gui.tools.wekainvestigator.tab.ExperimentTab
the current classifier.
m_CurrentClusterer - Variable in class adams.gui.tools.wekainvestigator.tab.ClusterTab
the current clusterer.
m_CurrentCondition - Variable in class adams.flow.execution.debug.ControlPanel
the current boolean condition.
m_CurrentConverter - Variable in class adams.gui.print.JComponentWriterFileChooser
the converter that was chosen by the user.
m_CurrentCount - Variable in class adams.flow.sink.DisplayPanelManager
the current count of tokens.
m_CurrentCount - Variable in class adams.flow.sink.HistoryDisplay
the current count of tokens.
m_CurrentEditingNode - Variable in class adams.gui.flow.tree.Tree
the node that is currently being edited.
m_CurrentEditingParent - Variable in class adams.gui.flow.tree.Tree
the parent of the currently edited node or node to be added.
m_CurrentEncoding - Variable in class adams.gui.core.TextEditorPanel
the current file encoding.
m_CurrentEncoding - Variable in class adams.gui.tools.ConsoleOutputAnalyzerPanel
the current file encoding.
m_CurrentEvaluation - Variable in class adams.gui.tools.wekainvestigator.tab.AssociateTab
the current evaluation.
m_CurrentEvaluation - Variable in class adams.gui.tools.wekainvestigator.tab.AttributeSelectionTab
the current evaluation.
m_CurrentEvaluation - Variable in class adams.gui.tools.wekainvestigator.tab.ClassifyTab
the current evaluation.
m_CurrentEvaluation - Variable in class adams.gui.tools.wekainvestigator.tab.ClusterTab
the current evaluation.
m_CurrentEvaluator - Variable in class adams.gui.tools.wekainvestigator.tab.AttributeSelectionTab
the current evaluator.
m_CurrentExtension - Variable in class adams.gui.tools.previewbrowser.PreviewDisplay
the current extension.
m_CurrentFavorite - Variable in class adams.gui.tools.previewbrowser.PreviewDisplay
the currently selected favorite.
m_CurrentFile - Variable in class adams.flow.transformer.BinaryFileReader
the current file to read from.
m_CurrentFile - Variable in class adams.gui.core.AbstractTextAreaPanelWithAdvancedSyntaxHighlighting
the current file.
m_CurrentFile - Variable in class adams.gui.core.StyledTextEditorPanel
the current file.
m_CurrentFile - Variable in class adams.gui.core.TextEditorPanel
the current file.
m_CurrentFile - Variable in class adams.gui.flow.FlowControlCenterPanel
the filename of the current flow.
m_CurrentFile - Variable in class adams.gui.flow.FlowPanel
the filename of the current flow.
m_CurrentFile - Variable in class adams.gui.flow.FlowRunnerPanel
the filename of the current flow.
m_CurrentFile - Variable in class adams.gui.scripting.AbstractScriptingDialog
the currently loaded file.
m_CurrentFile - Variable in class adams.gui.tools.ConsoleOutputAnalyzerPanel
the file the console output was loaded from.
m_CurrentFile - Variable in class adams.gui.tools.FileMonitorPanel
the filename of the current file.
m_CurrentFile - Variable in class adams.gui.tools.previewbrowser.AnnotateImage.CombinedPanel
the current file.
m_CurrentFile - Variable in class adams.gui.tools.PropertiesViewerPanel
the current props file.
m_CurrentFile - Variable in class adams.gui.tools.wekamultiexperimenter.ExperimenterPanel
the current file.
m_CurrentFile - Variable in class adams.gui.visualization.image.ImagePanel
the current filename.
m_CurrentFile - Variable in class weka.gui.explorer.ExplorerExt
the current file.
m_CurrentFiles - Variable in class adams.flow.transformer.pdfproclet.DocumentState
the files added since last page break.
m_CurrentFiles - Variable in class adams.gui.tools.DatasetCompatibilityPanel
the selected files.
m_CurrentFiles - Variable in class adams.gui.tools.previewbrowser.PreviewDisplay
the currently selected files.
m_CurrentFiles - Variable in class adams.gui.tools.PreviewBrowserPanel
the currently selected files.
m_CurrentFilter - Variable in class adams.gui.tools.wekainvestigator.tab.PreprocessTab
the current filter.
m_CurrentFilter - Variable in class adams.gui.visualization.container.FilterDialog
the current filter.
m_CurrentFilter - Variable in class adams.gui.visualization.timeseries.TimeseriesExplorer
the current filter.
m_CurrentFlow - Variable in class adams.gui.flow.FlowRunnerPanel
the current flow.
m_CurrentFold - Variable in class adams.ml.evaluation.DefaultCrossValidationFoldGenerator
the current fold.
m_CurrentFold - Variable in class weka.classifiers.BinnedNumericClassCrossValidationFoldGenerator
the current fold.
m_CurrentFold - Variable in class weka.classifiers.DefaultCrossValidationFoldGenerator
the current fold.
m_CurrentFold - Variable in class weka.classifiers.GroupedBinnedNumericClassCrossValidationFoldGenerator
the current fold.
m_CurrentFold - Variable in class weka.classifiers.GroupedCrossValidationFoldGenerator
the current fold.
m_CurrentFold - Variable in class weka.classifiers.GroupedCrossValidationFoldGeneratorUsingNumericClassValues
the current fold.
m_CurrentHandler - Variable in class adams.gui.chooser.AbstractExtensionFileFilterFileChooser
the converter that was chosen by the user.
m_CurrentHandler - Variable in class adams.gui.tools.FindInFilesPanel
the current search handler.
m_CurrentHelpButtons - Variable in class adams.gui.flow.FlowRunnerPanel
the buttons for the current SetVariable singletons.
m_CurrentImage - Variable in class adams.flow.transformer.CompareObjectLocations
the current image.
m_CurrentImage - Variable in class adams.flow.transformer.ImageAnnotator.AnnotatorPanel
the current image.
m_CurrentImage - Variable in class adams.gui.visualization.image.ImagePanel.PaintPanel
the current image.
m_CurrentImages - Variable in class adams.flow.transformer.BoofCVMultiImageOperation
the generated images.
m_CurrentImages - Variable in class adams.flow.transformer.BufferedImageMultiImageOperation
the generated images.
m_CurrentImages - Variable in class adams.flow.transformer.OpenCVMultiImageOperation
the generated images.
m_CurrentIndex - Variable in class adams.flow.transformer.ArrayToChunks
the current index in the array.
m_CurrentInput - Variable in class adams.flow.sink.CallableSink
the token that is to be fed to the callable sink.
m_CurrentInput - Variable in class adams.flow.sink.TemplateSink
the token that is to be fed to the global sink.
m_CurrentIteration - Variable in class adams.opt.genetic.AbstractGeneticAlgorithm
the current iteration.
m_CurrentKeys - Variable in class adams.flow.transformer.MapVariableIterator
the current keys to broadcast.
m_CurrentLabel - Variable in class adams.flow.transformer.ImageAnnotator.AnnotatorPanel
the current label.
m_CurrentLabel - Variable in class adams.gui.visualization.object.ObjectAnnotationPanel
the current label.
m_CurrentLeaf - Variable in class adams.core.Trie.TrieIterator
the current leaf node
m_CurrentLoader - Variable in class adams.gui.tools.DatasetCompatibilityPanel
the current loader.
m_CurrentMap - Variable in class adams.flow.transformer.MapVariableIterator
the current map.
m_CurrentMatrices - Variable in class adams.flow.transformer.MultiMat5MatrixOperation
the generated matrices.
m_CurrentOffset - Variable in class adams.gui.visualization.sequence.BarPaintlet
the current offset.
m_CurrentOffset - Variable in class adams.gui.visualization.sequence.StickPaintlet
the current offset.
m_CurrentPair - Variable in class weka.classifiers.LeaveOneOutByValueGenerator
the current train/test pair to generate.
m_CurrentPanel - Variable in class adams.flow.sink.DisplayPanelManager
the current panel, if any.
m_CurrentPanel - Variable in class adams.gui.plugin.AbstractToolPlugin
the current panel.
m_CurrentPanel - Variable in class adams.gui.tools.spreadsheetviewer.AbstractDataPlugin
the current panel.
m_CurrentPanel - Variable in class adams.gui.tools.spreadsheetviewer.AbstractViewPlugin
the current panel.
m_CurrentPanel - Variable in class adams.gui.tools.wekainvestigator.tab.DataTab
the currently displayed panel.
m_CurrentPanel - Variable in class adams.gui.tools.wekainvestigator.tab.ScatterPlotTab
the currently displayed panel.
m_CurrentParameters - Variable in class adams.gui.flow.FlowRunnerPanel
the textfields for the current SetVariable singletons.
m_CurrentRequest - Variable in class adams.scripting.connection.LoadBalancer
the current connection for requests.
m_CurrentResponse - Variable in class adams.scripting.connection.LoadBalancer
the current connection for responses.
m_CurrentScale - Variable in class adams.flow.transformer.ImageAnnotator.AnnotatorPanel
the current scale.
m_CurrentScriptlet - Variable in class adams.gui.scripting.AbstractCommandProcessor
the scriptlet currently being executed.
m_CurrentSearch - Variable in class adams.gui.tools.wekainvestigator.tab.AttributeSelectionTab
the current search.
m_CurrentSetup - Variable in class adams.gui.tools.wekainvestigator.tab.ExperimentTab
the current p.
m_CurrentSetVariables - Variable in class adams.gui.flow.FlowRunnerPanel
the current SetVariable singletons (used for displaying the parameters).
m_CurrentStage - Variable in class adams.flow.execution.debug.ControlPanel
the current hook method.
m_CurrentThread - Variable in class adams.gui.flow.FlowPanel
the current worker thread.
m_CurrentThread - Variable in class adams.gui.flow.FlowRunnerPanel
the current worker thread.
m_CurrentToken - Variable in class adams.flow.control.Branch
the token that gets passed on to all sub-branches.
m_CurrentToken - Variable in class adams.flow.control.LoadBalancer
the input token.
m_CurrentToken - Variable in class adams.flow.control.Sequence
the token that gets passed on to all sub-branches.
m_CurrentToken - Variable in class adams.flow.execution.debug.ControlPanel
the current token.
m_CurrentTool - Variable in class adams.gui.tools.AbstractRunToolPanel
the current tool.
m_CurrentValue - Variable in class adams.gui.goe.AbstractNumberEditor
the current value.
m_CurrentWidget - Variable in class adams.gui.tools.SpreadSheetProcessorPanel.WidgetPanel
the current widget.
m_CurrentWorker - Variable in class adams.gui.flow.FlowPanel
the current worker.
m_CurrentWorker - Variable in class adams.gui.flow.FlowRunnerPanel
the current worker.
m_CustomAlpha - Variable in class adams.gui.visualization.object.overlay.AbstractObjectOverlayFromReport
the custom alpha value to use.
m_CustomAlpha - Variable in class adams.gui.visualization.object.overlay.AbstractPointOverlayFromReport
the custom alpha value to use.
m_CustomAlpha - Variable in class adams.gui.visualization.object.overlay.ClassificationLabelTextOverlay
the custom alpha value to use.
m_CustomAlpha - Variable in class adams.gui.visualization.object.overlay.ObjectAnnotations
the custom alpha value to use.
m_CustomAlphaColorCache - Variable in class adams.gui.visualization.object.overlay.AbstractObjectOverlayFromReport
the color cache.
m_CustomAlphaColorCache - Variable in class adams.gui.visualization.object.overlay.AbstractPointOverlayFromReport
the color cache.
m_CustomAlphaColorCache - Variable in class adams.gui.visualization.object.overlay.ObjectAnnotations
the color cache.
m_CustomAlphaEnabled - Variable in class adams.gui.visualization.object.overlay.AbstractObjectOverlayFromReport
whether a custom alpha is in use.
m_CustomAlphaEnabled - Variable in class adams.gui.visualization.object.overlay.AbstractPointOverlayFromReport
whether a custom alpha is in use.
m_CustomAlphaEnabled - Variable in class adams.gui.visualization.object.overlay.ClassificationLabelTextOverlay
whether a custom alpha is in use.
m_CustomAlphaEnabled - Variable in class adams.gui.visualization.object.overlay.ObjectAnnotations
whether a custom alpha is in use.
m_CustomColumnHeaders - Variable in class adams.data.io.input.AbstractExcelSpreadSheetReader
the comma-separated list of column header names.
m_CustomColumnHeaders - Variable in class adams.data.io.input.CsvSpreadSheetReader
the comma-separated list of column header names.
m_CustomColumnHeaders - Variable in class adams.data.io.input.FastCsvSpreadSheetReader
the comma-separated list of column header names.
m_CustomColumnHeaders - Variable in class adams.data.io.input.FixedTabularSpreadSheetReader
the comma-separated list of column header names.
m_CustomColumnHeaders - Variable in class adams.data.io.input.GnumericSpreadSheetReader
the comma-separated list of column header names.
m_CustomColumnHeaders - Variable in class adams.data.io.input.ODFSpreadSheetReader
the comma-separated list of column header names.
m_CustomColumnHeaders - Variable in class adams.data.io.input.SimpleCsvSpreadSheetReader
the comma-separated list of column header names.
m_CustomColumnHeaders - Variable in class adams.data.io.input.SimpleStreamSpreadSheetReader
the comma-separated list of column header names.
m_CustomColumnHeaders - Variable in class adams.data.io.input.SqlDumpSpreadSheetReader
the comma-separated list of column header names.
m_CustomDisplayInstance - Variable in class adams.core.option.EnumOption
an instance of an enum with a custom display, used for parsing.
m_CustomEditor - Variable in class adams.gui.goe.AbstractPropertyEditorSupport
the custom editor.
m_CustomerContainerManager - Variable in class adams.gui.visualization.sequence.AbstractXYSequencePaintlet
a custom container manager to obtain the sequences from.
m_CustomerContainerManager - Variable in class adams.gui.visualization.sequence.MultiPaintlet
a custom container manager to obtain the sequences from.
m_CustomerFormatter - Variable in class adams.gui.visualization.core.axis.AbstractAxisModel
a customer formatter to use.
m_CustomFinishText - Variable in class adams.gui.wizard.AbstractWizardPane
the custom text for the "finish" button.
m_CustomFormat - Variable in class adams.data.filter.TimeseriesShiftTimestamps
the custom format to use.
m_CustomFormat - Variable in class adams.flow.transformer.timeseriessplit.ReportDate
the custom format to use.
m_CustomFormat - Variable in class adams.gui.visualization.core.AxisPanelOptions
the custom number/date format.
m_CustomHandler - Variable in class adams.flow.transformer.FindInFile
the handler to use.
m_CustomHeight - Variable in class adams.gui.print.JComponentWriter
the custom height.
m_Customizers - Static variable in class adams.gui.goe.GenericObjectEditorPopupMenu
the customizers.
m_CustomLoader - Variable in class adams.flow.transformer.WekaFileReader
the custom loader.
m_CustomLoader - Variable in class adams.flow.transformer.WekaReorderAttributesToReference
the custom loader.
m_CustomLoader - Variable in class weka.filters.unsupervised.instance.AlignDataset
the file loader to use for loading the reference data.
m_CustomLoader - Variable in class weka.filters.unsupervised.instance.RemoveTestInstances
the file loader to use for loading the test set.
m_CustomPaintlet - Variable in class adams.flow.sink.ActualVsPredictedPlot
the custom paintlet.
m_CustomPaintlet - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.output.ClassifierErrors
the custom paintlet.
m_CustomPanel - Variable in class adams.gui.goe.GenericObjectEditor
the custom panel provided by this editor.
m_CustomPanelChooseButton - Variable in class adams.gui.goe.GenericObjectEditor
the button for choosing a different class in the custom panel.
m_CustomPanelFavoriteButton - Variable in class adams.gui.goe.GenericObjectEditor
the button for showing the favorites menu in the custom panel.
m_CustomPopupMenuProvider - Variable in class adams.gui.visualization.image.ImagePanel.PaintPanel
whether to use a custom popup menu provider.
m_CustomPropsFile - Variable in class adams.flow.sink.WekaDatabaseWriter
a custom properties file to use instead of default one.
m_CustomPropsFile - Variable in class adams.flow.source.WekaDatabaseReader
a custom properties file to use instead of default one.
m_CustomReader - Variable in class adams.flow.transformer.FlowFileReader
the custom reader to use.
m_CustomRenderer - Variable in class adams.data.conversion.TextRenderer
the custom renderer to use.
m_CustomRenderer - Variable in class adams.flow.sink.SimpleLogging
the custom renderer to use.
m_CustomRenderer - Variable in class adams.flow.transformer.TextRenderer
the custom renderer to use.
m_CustomRenderer - Variable in class adams.gui.visualization.debug.objectexport.PlainTextExporter
the custom renderer to use.
m_CustomRenderer - Variable in class adams.gui.visualization.debug.objectexport.RenderedPlainTextExporter
the custom renderer to use.
m_CustomSaver - Variable in class adams.flow.sink.WekaFileWriter
the custom saver.
m_CustomStopMessage - Variable in class adams.flow.source.AbstractInteractiveSource
the custom stop message to use if flow gets stopped due to cancelation.
m_CustomStopMessage - Variable in class adams.flow.source.SelectFile
the custom stop message to use if flow gets stopped due to cancelation.
m_CustomStopMessage - Variable in class adams.flow.source.WekaSelectDataset
the custom stop message to use if flow gets stopped due to cancelation.
m_CustomStopMessage - Variable in class adams.flow.standalone.AbstractDatabaseConnection
the custom stop message to use if flow gets stopped due to cancelation.
m_CustomStopMessage - Variable in class adams.flow.standalone.FTPConnection
the custom stop message to use if flow gets stopped due to cancelation.
m_CustomStopMessage - Variable in class adams.flow.standalone.SMBConnection
the custom stop message to use if flow gets stopped due to cancelation.
m_CustomStopMessage - Variable in class adams.flow.standalone.SMTPConnection
the custom stop message to use if flow gets stopped due to cancelation.
m_CustomStopMessage - Variable in class adams.flow.standalone.SSHConnection
the custom stop message to use if flow gets stopped due to cancelation.
m_CustomStopMessage - Variable in class adams.flow.transformer.AbstractInteractiveTransformer
the custom stop message to use if flow gets stopped due to cancelation.
m_CustomStopMessage - Variable in class adams.flow.transformer.AbstractInteractiveTransformerDialog
the custom stop message to use if flow gets stopped due to cancelation.
m_CustomWidth - Variable in class adams.gui.print.JComponentWriter
the custom width.
m_CustomWriter - Variable in class adams.flow.sink.FlowFileWriter
the custom writer to use.
m_CVR - Variable in class weka.classifiers.functions.ClassificationViaPLS
the ClassificationViaRegression used internally.
m_CvsExclude - Variable in class adams.flow.source.RSync
 
m_data - Variable in class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeVisualizationPanel
This holds the current set of instances
m_data - Variable in class adams.opt.optimise.genetic.PackData
 
m_data - Variable in class adams.opt.optimise.OptData
Store OptVars & values.
m_data - Variable in class weka.classifiers.functions.GPD
 
m_data - Variable in class weka.classifiers.trees.RandomModelTrees
 
m_Data - Variable in class adams.core.AbstractDataBackedIndex
the underlying data.
m_Data - Variable in class adams.core.AbstractDataBackedRange
the underlying dataset.
m_Data - Variable in class adams.core.AbstractDataBackedUnorderedRange
the underlying dataset.
m_Data - Variable in class adams.data.baseline.AbstractBaselineCorrection.BaselineCorrectionJob
the data to push through the baseline correction scheme.
m_Data - Variable in class adams.data.filter.AbstractFilter.FilterJob
the data to push through the filter.
m_Data - Variable in class adams.data.image.BooleanArrayMatrixView
the underlaying array.
m_Data - Variable in class adams.data.image.IntArrayMatrixView
the underlaying array.
m_Data - Variable in class adams.data.noise.AbstractDenoiser.DenoiserJob
the data to push through the denoiser.
m_Data - Variable in class adams.data.outlier.AbstractOutlierDetector.DetectorJob
the data to push through the detector.
m_Data - Variable in class adams.data.smoothing.AbstractSmoother.SmootherJob
the data to push through the smoothing scheme.
m_Data - Variable in class adams.data.splitgenerator.generic.core.Subset
the data.
m_Data - Variable in class adams.data.spreadsheet.MetaData
for storing the meta-data.
m_Data - Variable in class adams.data.statistics.AbstractArrayStatistic
for storing the arrays.
m_Data - Variable in class adams.data.statistics.AbstractArrayStatistic.StatisticContainer
for the actual data.
m_Data - Variable in class adams.data.statistics.AbstractDataStatistic
the underlying chromatogram.
m_Data - Variable in class adams.data.weka.evaluator.AbstractDatasetInstanceEvaluator
the data set to use for training and other bits.
m_Data - Variable in class adams.flow.control.plotprocessor.AbstractPlotProcessorWithBuffer
for storing the plot data.
m_Data - Variable in class adams.flow.control.Storage
for storing the data.
m_Data - Variable in class adams.flow.source.WekaDatabaseReader
the full data.
m_Data - Variable in class adams.flow.transformer.BinaryFileReader
the collected data.
m_Data - Variable in class adams.flow.transformer.SpreadSheetFilter.FilterJob
the data to filter.
m_Data - Variable in class adams.flow.transformer.WekaFilter.BatchFilterJob
the data to use for training.
m_Data - Variable in class adams.flow.transformer.WekaTrainAssociator.TrainJob
the data to use for training.
m_Data - Variable in class adams.flow.transformer.WekaTrainClassifier.BatchTrainJob
the data to use for training.
m_Data - Variable in class adams.flow.transformer.WekaTrainClusterer.BatchTrainJob
the data to use for training.
m_Data - Variable in class adams.gui.core.KeyValuePairTableModel
the data to display.
m_Data - Variable in class adams.gui.core.ResultSetTableModel
 
m_Data - Variable in class adams.gui.core.Undo.UndoPoint
the undo data.
m_Data - Variable in class adams.gui.flow.tree.TransferableNestedList
the nodes to transfer.
m_Data - Variable in class adams.gui.tools.LogEntryViewerTableModel
the underlying data.
m_Data - Variable in class adams.gui.tools.spreadsheetprocessor.sources.ClipboardSource
the data.
m_Data - Variable in class adams.gui.tools.spreadsheetprocessor.sources.DatabaseSource
the data.
m_Data - Variable in class adams.gui.tools.spreadsheetprocessor.sources.FileBrowserSource
the data.
m_Data - Variable in class adams.gui.tools.spreadsheetprocessor.sources.FileSource
the data.
m_Data - Variable in class adams.gui.tools.wekainvestigator.data.AbstractDataContainer
the underlying data.
m_Data - Variable in class adams.gui.tools.wekainvestigator.datatable.DataTableModel
the underlying data.
m_Data - Variable in class adams.gui.tools.wekainvestigator.InvestigatorPanel
the data loaded.
m_Data - Variable in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment.AbstractExperimentJob
the dataset.
m_Data - Variable in class adams.gui.visualization.container.NotesFactory.MultiPagePane
the underlying data.
m_Data - Variable in class adams.gui.visualization.container.NotesFactory.TextPane
the underlying data.
m_Data - Variable in class adams.gui.visualization.core.AbstractHistogramPanel
the current data.
m_Data - Variable in class adams.gui.visualization.debug.StoragePanel.TableModel
the converted storage.
m_Data - Variable in class adams.gui.visualization.image.interactionlogging.InteractionEvent
the data.
m_Data - Variable in class adams.gui.visualization.instance.InstanceTableModel
the underlying data.
m_Data - Variable in class adams.gui.visualization.instances.instancestable.InstancesSortPanel
the instances that forms the basis for the sorting.
m_Data - Variable in class adams.gui.visualization.instances.InstancesTableModel
the data
m_Data - Variable in class adams.gui.visualization.statistics.InformativeStatisticFactory.Model
the data retrieved from the statistics object.
m_Data - Variable in class adams.gui.visualization.stats.boxplot.BoxPlotGraph
array for each value within an attribute
m_Data - Variable in class adams.gui.visualization.stats.boxplot.BoxPlotManager
Instances to be graphed
m_Data - Variable in class adams.gui.visualization.stats.core.SubSample
Instances to plot
m_Data - Variable in class adams.gui.visualization.stats.fourinone.FourInOne
Instances containing the data
m_Data - Variable in class adams.gui.visualization.stats.fourinone.VersusFit
Instances containing the data
m_Data - Variable in class adams.gui.visualization.stats.fourinone.VersusOrder
Instances containing the data
m_Data - Variable in class adams.gui.visualization.stats.histogram.Histogram
Data to be plotted
m_Data - Variable in class adams.gui.visualization.stats.paintlet.AbstractColorPaintlet
Instances containing the data
m_Data - Variable in class adams.gui.visualization.stats.probabilityplot.NormalPlot
Instances to plot
m_Data - Variable in class adams.gui.visualization.stats.probabilityplot.ProbabilityPlot
Instances to display
m_Data - Variable in class adams.gui.visualization.stats.scatterplot.AbstractScatterPlot
Instances to be plotted
m_Data - Variable in class adams.gui.visualization.stats.scatterplot.AbstractScatterPlotOverlay
Instances object containing data
m_Data - Variable in class adams.gui.visualization.stats.scatterplot.ScatterPlotPanel
Instances to be plotted
m_Data - Variable in class adams.gui.visualization.stats.zscore.AbstractZScoreOverlay
Instances object containing the data
m_Data - Variable in class adams.gui.visualization.stats.zscore.ZScore
Instances to be displayed
m_Data - Variable in class adams.gui.visualization.stats.zscore.ZScorePanel
instances to be displayed
m_Data - Variable in class adams.ml.data.InstancesHeaderRow
the underlying data.
m_Data - Variable in class adams.ml.data.InstancesView
the underlying data.
m_Data - Variable in class adams.ml.data.InstanceView
the underlying data.
m_Data - Variable in class adams.ml.evaluation.AbstractSplitGenerator
the original dataset.
m_Data - Variable in class adams.multiprocess.WekaCrossValidationExecution
the data to evaluate on.
m_Data - Variable in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm.ClassifierBasedGeneticAlgorithmJob
the data to use.
m_Data - Variable in class weka.classifiers.AbstractSplitGenerator
the original dataset.
m_Data - Variable in class weka.classifiers.meta.AbstainAttributePercentile
 
m_Data - Variable in class weka.classifiers.meta.AbstainLeastMedianSq
 
m_Data - Variable in class weka.classifiers.meta.LeastMedianSq
 
m_Data - Variable in class weka.classifiers.meta.SubsetEnsemble
For holding the original training set temporarily.
m_Data - Variable in class weka.classifiers.meta.VotedImbalance
For holding the original training set temporarily.
m_Data - Variable in class weka.classifiers.trees.RandomRegressionForest
the original header
m_Data - Variable in class weka.core.AbstractHashableInstance
the wrapped instance.
m_Data - Variable in class weka.core.converters.SimpleArffLoader
the currently loaded data.
m_Data - Variable in class weka.core.converters.SpreadSheetLoader
the actual data.
m_Data1 - Variable in class adams.tools.CompareDatasets
the current dataset 1.
m_Data2 - Variable in class adams.tools.CompareDatasets
the current dataset 2.
m_Database - Variable in class adams.data.io.output.AccessSpreadSheetWriter
the database object to use.
m_Database - Static variable in class adams.env.AbstractEnvironment
The Database environment instance.
m_DatabaseConnection - Variable in class adams.data.baseline.AbstractDatabaseConnectionBaselineCorrection
the database connection.
m_DatabaseConnection - Variable in class adams.data.filter.AbstractDatabaseConnectionFilter
the database connection.
m_DatabaseConnection - Variable in class adams.data.instances.AbstractInstanceGenerator
the database connection.
m_DatabaseConnection - Variable in class adams.data.noise.AbstractDatabaseConnectionDenoiser
the database connection.
m_DatabaseConnection - Variable in class adams.data.outlier.AbstractDatabaseConnectionOutlierDetector
the database connection.
m_DatabaseConnection - Variable in class adams.data.report.AbstractDatabaseConnectionReportFilter
the database connection.
m_DatabaseConnection - Variable in class adams.data.smoothing.AbstractDatabaseConnectionSmoother
the database connection.
m_DatabaseConnection - Variable in class adams.db.AbstractTableFacade
connection to database.
m_DatabaseConnection - Variable in class adams.db.generic.SQL
connection to database.
m_DatabaseConnection - Variable in class adams.flow.condition.bool.AbstractBooleanDatabaseCondition
the database connection in use.
m_DatabaseConnection - Variable in class adams.flow.sink.AbstractDbSink
the database connection.
m_DatabaseConnection - Variable in class adams.flow.sink.Logger
the database connection.
m_DatabaseConnection - Variable in class adams.flow.sink.SpreadSheetDbWriter
the database connection.
m_DatabaseConnection - Variable in class adams.flow.source.AbstractDatabaseIdSupplier
the database connection.
m_DatabaseConnection - Variable in class adams.flow.source.AbstractDbArrayProvider
the database connection.
m_DatabaseConnection - Variable in class adams.flow.source.AbstractDbSource
the database connection.
m_DatabaseConnection - Variable in class adams.flow.source.AbstractSimpleDbSource
the database connection.
m_DatabaseConnection - Variable in class adams.flow.standalone.AbstractDbStandalone
the database connection.
m_DatabaseConnection - Variable in class adams.flow.transformer.AbstractDbArrayProvider
the database connection.
m_DatabaseConnection - Variable in class adams.flow.transformer.AbstractDbDataProcessor
the database connection.
m_DatabaseConnection - Variable in class adams.flow.transformer.AbstractDbTransformer
the database connection.
m_DatabaseConnection - Variable in class adams.flow.transformer.AbstractReportDbUpdater
the database connection.
m_DatabaseConnection - Variable in class adams.gui.core.BasePanelWithDatabaseConnection
the database connection.
m_DatabaseConnection - Variable in class adams.gui.core.SqlConnectionPanel
the current connection.
m_DatabaseConnection - Variable in class adams.gui.dialog.AbstractConfigDatabaseConnectionPanel
the database connection in use.
m_DatabaseConnection - Variable in class adams.gui.goe.AbstractDatabaseConnectionAwarePropertyEditorSupport
the database connection.
m_DatabaseConnection - Variable in class adams.gui.scripting.AbstractScriptingDialog
the database connection to use.
m_DatabaseConnection - Variable in class adams.gui.selection.AbstractDatabaseSelectionPanel
the database connection in use.
m_DatabaseConnection - Variable in class adams.gui.tools.AbstractManagementPanelWithDatabase
the database connection.
m_DatabaseConnection - Variable in class adams.gui.tools.LogEntryDatabaseViewerPanel
the database connection.
m_DatabaseConnection - Variable in class adams.gui.visualization.container.DataContainerPanel
the database connection.
m_DatabaseConnection - Variable in class adams.gui.visualization.report.ReportContainerManager
the database connection.
m_DatabaseConnection - Variable in class adams.gui.visualization.report.ReportFactory.Table
the database connection.
m_DatabaseConnection - Variable in class adams.gui.visualization.timeseries.TimeseriesContainerManager
the database connection.
m_DatabaseConnection - Variable in class adams.gui.visualization.timeseries.TimeseriesExplorer
the database connection.
m_DatabaseConnection - Variable in class adams.opt.genetic.setupupload.MySQL
the database connection.
m_DatabaseConnectionUpdated - Variable in class adams.flow.condition.bool.AbstractBooleanDatabaseCondition
whether the DB connection has been updated.
m_DatabaseConnectionUpdated - Variable in class adams.flow.transformer.AbstractFilter
whether the database connection has been updated.
m_DatabaseConnectionUpdated - Variable in class adams.flow.transformer.AbstractReportFileReader
whether the database connection has been updated.
m_DatabaseID - Variable in class adams.data.report.Report
the database ID of the data structure this report belongs to.
m_DatabaseID - Variable in class adams.data.timeseries.Timeseries
the database ID.
m_DatabaseID - Variable in class adams.db.LogEntry
the database ID of the entry.
m_DatabaseManager - Variable in class adams.db.FacadeManager
the database manager to use for default connection.
m_DatabaseManager - Variable in class adams.db.TableManager
the database manager to use for default connection.
m_DatabaseManager - Variable in class adams.db.wrapper.WrapperManager
the database manager to use for default connection.
m_DatabaseName - Variable in class adams.db.DatabaseManager
the database this manager is for.
m_DatabaseURL - Variable in class adams.gui.selection.FieldCacheTableModel
the database URL.
m_DataChangeListeners - Variable in class adams.gui.visualization.container.AbstractContainerManager
the listeners for data changes.
m_DataChangeListeners - Variable in class adams.gui.visualization.container.DataContainerPanel
the listeners for data changes.
m_DataColumns - Variable in class adams.flow.transformer.plotgenerator.RowWisePlotGenerator
the columns to plot.
m_DataColumns - Variable in class adams.ml.preprocessing.AbstractColumnSubsetFilter
the indices of the columns to use in the filtering process.
m_DataContainerPanel - Variable in class adams.gui.visualization.report.ReportFactory.Panel
the associated panel with the data.
m_DataContainerPanel - Variable in class adams.gui.visualization.report.ReportFactory.Table
an optional spectrum panel that owns the data.
m_DataDisplayed - Variable in class adams.gui.selection.AbstractDatabaseSelectionPanel
whether data has been displayed already.
m_DataFilter - Variable in class adams.data.report.FilteredReportFilter
the pre-filter for filtering the data.
m_DataGenerated - Variable in class adams.gui.tools.wekainvestigator.tab.DataQueryTab
whether data was generated.
m_DataGenerator - Variable in class adams.flow.source.WekaDataGenerator
the filter to apply.
m_DataName - Variable in class adams.flow.sink.Histogram
the name for the data.
m_DataName - Variable in class adams.gui.visualization.stats.histogram.Histogram
the name to use for the x-axis.
m_DataPlugins - Variable in class adams.gui.tools.SpreadSheetViewerPanel
the data plugins.
m_dataPointCanopyAssignments - Variable in class weka.clusterers.SAXKMeans
Canopies that each training instance falls into (determined by T1 radius)
m_DataProcessor - Variable in class adams.gui.tools.SpreadSheetProcessorPanel
the processed data.
m_DataProvider - Variable in class adams.gui.scripting.AbstractScriptlet
the data provider to use.
m_DataRange - Variable in class adams.flow.transformer.SpreadSheetRowToTimeseries
the range of columns to use for the timeseries.
m_DataRowClass - Variable in class adams.data.spreadsheet.DefaultSpreadSheet
the default data row class to use.
m_DataRowConstructor - Variable in class adams.data.spreadsheet.DefaultSpreadSheet
the constructor for the datarow.
m_DataRowType - Variable in class adams.data.conversion.AbstractMatrixToSpreadSheet
the data row type to use.
m_DataRowType - Variable in class adams.data.conversion.ConvertSpreadSheetRows
the data row type to use.
m_DataRowType - Variable in class adams.data.conversion.TimeseriesToSpreadSheet
the data row type to use.
m_DataRowType - Variable in class adams.data.conversion.WekaInstancesToSpreadSheet
the data row type to use.
m_DataRowType - Variable in class adams.data.featureconverter.SpreadSheet
the data row type to use.
m_DataRowType - Variable in class adams.data.io.input.AbstractSpreadSheetReader
the data row type to use.
m_DataRowType - Variable in class adams.flow.source.AbstractSpreadSheetDbReader
the data row type to use.
m_DataRowType - Variable in class adams.flow.source.NewSpreadSheet
the data row type to use.
m_Dataset - Variable in class adams.data.conversion.AbstractMatchWekaInstanceAgainstHeader
the header to match against.
m_Dataset - Variable in class adams.data.featureconverter.AbstractFeatureConverter
the name of the dataset.
m_Dataset - Variable in class adams.data.featureconverter.HeaderDefinition
the name of the "dataset".
m_Dataset - Variable in class adams.flow.sink.JFreeChartFileWriter
the dataset generator.
m_Dataset - Variable in class adams.flow.sink.JFreeChartPlot
the dataset generator.
m_Dataset - Variable in class adams.flow.transformer.MakeJFreeChartDataset
the dataset generator.
m_Dataset - Variable in class adams.flow.transformer.StorageJFreeChartAddSeries
the dataset generator.
m_Dataset - Variable in class adams.flow.transformer.WekaMultiLabelSplitter
the dataset to process.
m_Dataset - Variable in class adams.flow.transformer.WekaStoreInstance
the dataset to append to.
m_Dataset - Variable in class adams.gui.tools.spreadsheetviewer.chart.JFreeChart
the dataset generator.
m_Dataset - Variable in class adams.gui.tools.wekainvestigator.tab.experimenttab.setup.CrossValidationSetup
the dataset in use.
m_Dataset - Variable in class adams.gui.tools.wekainvestigator.tab.experimenttab.setup.TrainTestSplitSetup
the dataset in use.
m_Dataset - Variable in class adams.gui.visualization.instance.InstanceComparePanel.DatasetIndexer
the underlying dataset.
m_Dataset - Variable in class adams.ml.data.DatasetView
the underlying spreadsheet.
m_Dataset - Variable in class adams.opt.optimise.genetic.fitnessfunctions.AbstractWEKAFitnessFunction
the filename of the data to use for cross-validation.
m_Dataset - Variable in class weka.core.InstancesView
the underlying dataset.
m_Dataset1 - Variable in class adams.tools.CompareDatasets
the first dataset.
m_Dataset2 - Variable in class adams.tools.CompareDatasets
the second dataset.
m_DatasetFileChooser - Variable in class adams.gui.tools.wekainvestigator.tab.AttributeSelectionTab.HistoryPanel
the file chooser for models.
m_DatasetHeader - Variable in class adams.data.instance.Instance
a reference to the dataset the data was obtained from.
m_DatasetHeader - Variable in class adams.gui.visualization.spreadsheet.SpreadSheetRow
a reference to the dataset the data was obtained from.
m_DatasetInfo - Variable in class adams.ml.model.classification.WekaClassificationModel
the dataset info.
m_DatasetInfo - Variable in class adams.ml.model.clustering.WekaClusteringModel
the dataset info.
m_DatasetInfo - Variable in class adams.ml.model.regression.WekaRegressionModel
the dataset info.
m_DatasetNames - Variable in class adams.flow.transformer.wekadatasetsmerge.AbstractMerge
The name of each dataset to use in attribute renaming.
m_Datasets - Variable in class adams.flow.transformer.wekadatasetsmerge.AbstractMerge
The source datasets we are merging.
m_Datasets - Variable in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment
the datasets to evaluate.
m_DatasetTmpFile - Variable in class adams.gui.tools.wekainvestigator.tab.experimenttab.setup.CrossValidationSetup
the dataset's tmp file.
m_DatasetTmpFile - Variable in class adams.gui.tools.wekainvestigator.tab.experimenttab.setup.TrainTestSplitSetup
the dataset's tmp file.
m_DataSource - Variable in class adams.event.PublicationEvent
the data source.
m_DataSource - Variable in class adams.gui.tools.SpreadSheetProcessorPanel
the source data.
m_DataStructure - Variable in class adams.flow.source.NewJsonStructure
the data structure to create.
m_DataType - Variable in class adams.core.tags.TagInfo
the data type.
m_DataType - Variable in class adams.data.conversion.ArrayToReport
the data type to use.
m_DataType - Variable in class adams.data.objectfilter.AttachMetaData
the data type.
m_DataType - Variable in class adams.data.report.AbstractField
the data type.
m_DataType - Variable in class adams.flow.transformer.ArrayHistogramRanges
the type of data to get from the double matrix (rows or columns).
m_DataType - Variable in class adams.flow.transformer.ArrayStatistic
the type of data to get from the double matrix (rows or columns).
m_DataType - Variable in class adams.flow.transformer.GetJsonValue
the output data type.
m_DataType - Variable in class adams.flow.transformer.GetPropertyValue
the output data type.
m_DataType - Variable in class adams.flow.transformer.SpreadSheetHistogramRanges
the type of data to get from the Instances object (rows or columns).
m_DataType - Variable in class adams.flow.transformer.SpreadSheetStatistic
the type of data to get from the Instances object (rows or columns).
m_DataType - Variable in class adams.flow.transformer.WekaInstancesHistogramRanges
the type of data to get from the Instances object (rows or columns).
m_DataType - Variable in class adams.flow.transformer.WekaInstancesStatistic
the type of data to get from the Instances object (rows or columns).
m_DataType - Variable in class adams.gui.selection.FieldCacheTableModel
the data type in use (if any).
m_DataTypes - Variable in class adams.data.report.RemoveByDataType
the data types to remove.
m_DataTypeSetup - Variable in class adams.flow.standalone.AbstractDatabaseConnection
the data type setup to apply.
m_Date - Variable in class adams.flow.transformer.timeseriessplit.FixedDate
the date to split on.
m_Date - Variable in class adams.gui.goe.AbstractBaseDateTypeEditor
for parsing the date type.
m_DateAttribute - Variable in class adams.data.conversion.WekaInstancesToTimeseries
the date attribute to use.
m_DateCols - Variable in class adams.data.io.input.CsvSpreadSheetReader.ChunkReader
the date column indices.
m_DateColumn - Variable in class adams.data.conversion.SpreadSheetToTimeseries
the date column to use.
m_DateColumns - Variable in class adams.data.io.input.CsvSpreadSheetReader
the columns to treat as date.
m_DateFormat - Static variable in class adams.core.logging.LoggingHelper
the formatter for the timestamp.
m_DateFormat - Static variable in class adams.core.option.CompactFlowProducer
for formatting dates.
m_DateFormat - Static variable in class adams.core.option.NestedProducer
for formatting dates.
m_DateFormat - Variable in class adams.data.io.input.CsvSpreadSheetReader.ChunkReader
the date format.
m_DateFormat - Variable in class adams.data.io.input.CsvSpreadSheetReader
the format string for the dates.
m_DateFormat - Variable in class adams.data.io.output.AutoWidthTabularSpreadSheetWriter
the format string for the dates.
m_DateFormat - Variable in class adams.data.io.output.CsvSpreadSheetWriter
the format string for the dates.
m_DateFormat - Variable in class adams.data.io.output.ExcelSpreadSheetWriter
the format string for the dates.
m_DateFormat - Variable in class adams.data.io.output.FixedTabularSpreadSheetWriter
the format string for the dates.
m_DateFormat - Variable in class adams.data.io.output.SimpleArffSpreadSheetWriter
the format to use.
m_DateFormat - Variable in class adams.data.spreadsheet.DefaultSpreadSheet
for formatting dates.
m_DateFormat - Static variable in class adams.data.timeseries.TimeseriesPoint
for formatting dates.
m_DateFormat - Static variable in class adams.db.LogEntry
the formatter for the generation timestamp.
m_DateFormat - Variable in class adams.flow.execution.CurrentlyExecuted
the date formatter for the timestamps.
m_DateFormat - Variable in class adams.flow.execution.ExecutionLog
the date formatter to use.
m_DateFormat - Variable in class adams.flow.transformer.WekaInstancesInfo
for formatting dates.
m_DateFormat - Variable in class adams.gui.core.DateTextField.DateCheckModel
the formatter object.
m_DateFormat - Variable in class adams.gui.core.FileWrapperTableModel
the date formatter.
m_DateFormat - Variable in class adams.gui.visualization.report.ReportDateFieldPaintlet
the date formatter.
m_DateFormat - Variable in class adams.gui.visualization.report.ReportDateFieldRangePaintlet
the date formatter.
m_DateFormat - Variable in class adams.parser.spreadsheetquery.ParserHelper
for formatting dates.
m_DateFormatter - Variable in class adams.data.io.output.CsvSpreadSheetWriter
the date formatter.
m_DateLenient - Variable in class adams.data.io.input.CsvSpreadSheetReader
whether date parsing is lenient.
m_DateMax - Variable in class adams.data.spreadsheet.rowfinder.ByDateValue
the parsed maximum date.
m_DateMin - Variable in class adams.data.spreadsheet.rowfinder.ByDateValue
the parsed minimum date.
m_DateTimeCols - Variable in class adams.data.io.input.CsvSpreadSheetReader.ChunkReader
the date/time column indices.
m_DateTimeColumns - Variable in class adams.data.io.input.AutoWidthTabularSpreadSheetReader
the columns to treat as date/time.
m_DateTimeColumns - Variable in class adams.data.io.input.CsvSpreadSheetReader
the columns to treat as date/time.
m_DateTimeColumns - Variable in class adams.data.io.input.FixedTabularSpreadSheetReader
the columns to treat as date/time.
m_DateTimeColumns - Variable in class adams.data.io.input.SimpleCsvSpreadSheetReader
the columns to treat as date/time.
m_DateTimeFormat - Variable in class adams.data.io.input.AutoWidthTabularSpreadSheetReader
the format string for the date/times.
m_DateTimeFormat - Variable in class adams.data.io.input.CsvSpreadSheetReader.ChunkReader
the date/time format.
m_DateTimeFormat - Variable in class adams.data.io.input.CsvSpreadSheetReader
the format string for the date/times.
m_DateTimeFormat - Variable in class adams.data.io.input.FixedTabularSpreadSheetReader
the format string for the date/times.
m_DateTimeFormat - Variable in class adams.data.io.input.SimpleCsvSpreadSheetReader
the format string for the date/times.
m_DateTimeFormat - Variable in class adams.data.io.output.AutoWidthTabularSpreadSheetWriter
the format string for the date/times.
m_DateTimeFormat - Variable in class adams.data.io.output.CsvSpreadSheetWriter
the format string for the date/times.
m_DateTimeFormat - Variable in class adams.data.io.output.ExcelSpreadSheetWriter
the format string for the date/times.
m_DateTimeFormat - Variable in class adams.data.io.output.FixedTabularSpreadSheetWriter
the format string for the date/times.
m_DateTimeFormat - Variable in class adams.data.spreadsheet.DefaultSpreadSheet
for formatting date/times.
m_DateTimeFormatter - Variable in class adams.data.io.output.CsvSpreadSheetWriter
the date/time formatter.
m_DateTimeLenient - Variable in class adams.data.io.input.AutoWidthTabularSpreadSheetReader
whether date/time parsing is lenient.
m_DateTimeLenient - Variable in class adams.data.io.input.CsvSpreadSheetReader
whether date/time parsing is lenient.
m_DateTimeLenient - Variable in class adams.data.io.input.FixedTabularSpreadSheetReader
whether date/time parsing is lenient.
m_DateTimeLenient - Variable in class adams.data.io.input.SimpleCsvSpreadSheetReader
whether date/time parsing is lenient.
m_DateTimeMsecCols - Variable in class adams.data.io.input.CsvSpreadSheetReader.ChunkReader
the date/time msec column indices.
m_DateTimeMsecColumns - Variable in class adams.data.io.input.CsvSpreadSheetReader
the columns to treat as date/time msec.
m_DateTimeMsecFormat - Variable in class adams.data.io.input.CsvSpreadSheetReader.ChunkReader
the date/time msec format.
m_DateTimeMsecFormat - Variable in class adams.data.io.input.CsvSpreadSheetReader
the format string for the date/times.
m_DateTimeMsecFormat - Variable in class adams.data.io.output.AutoWidthTabularSpreadSheetWriter
the format string for the date/times msec.
m_DateTimeMsecFormat - Variable in class adams.data.io.output.CsvSpreadSheetWriter
the format string for the date/time msecs.
m_DateTimeMsecFormat - Variable in class adams.data.io.output.FixedTabularSpreadSheetWriter
the format string for the date/times msec.
m_DateTimeMsecFormat - Variable in class adams.data.spreadsheet.DefaultSpreadSheet
for formatting date/time msecs.
m_DateTimeMsecFormatter - Variable in class adams.data.io.output.CsvSpreadSheetWriter
the date/time msec formatter.
m_DateTimeMsecLenient - Variable in class adams.data.io.input.CsvSpreadSheetReader
whether date/time msec parsing is lenient.
m_DateTimeType - Variable in class adams.data.conversion.DateTimeTypeToString
the datetime type to convert.
m_DateTimeType - Variable in class adams.data.conversion.ExtractDateTimeField
the datetime type to process.
m_DateTimeType - Variable in class adams.data.conversion.StringToDateTimeType
the datetime type to convert.
m_DateTimeType - Variable in class adams.data.io.input.AutoWidthTabularSpreadSheetReader
the type of date/time.
m_DateTimeType - Variable in class adams.data.io.input.FixedTabularSpreadSheetReader
the type of date/time.
m_DateTimeType - Variable in class adams.data.io.input.SimpleCsvSpreadSheetReader
the type of date/time.
m_DB - Variable in class adams.db.LogF
the backend.
m_DB - Variable in class adams.db.mirrored.LogT
the non-mirrored backend.
m_DB - Variable in class adams.db.mirrored.SQL
the non-mirrored backend.
m_DB - Variable in class adams.db.SQLF
the backend.
m_dbc - Variable in class adams.db.AbstractDatabaseObjectWithOptionHandling
database connection.
m_dbc - Variable in class adams.db.upgrade.AbstractTableUpgrade
database connection.
m_dbc - Variable in class adams.tools.AbstractDatabaseTool
database connection.
m_DbConn - Variable in class adams.gui.application.AbstractApplicationFrame
the global database connection.
m_DbConn - Variable in class adams.gui.scripting.AbstractScriptingEngine
the database connection to use.
m_DbConn - Variable in class adams.run.RunDatabaseScheme
database connection.
m_DbConn - Variable in class adams.terminal.application.AbstractTerminalApplication
the global database connection.
m_debug - Variable in class weka.classifiers.meta.AbstainAttributePercentile
 
m_debug - Variable in class weka.classifiers.meta.AbstainLeastMedianSq
 
m_debug - Variable in class weka.classifiers.meta.LeastMedianSq
 
m_Debug - Variable in class adams.core.option.AbstractOption
whether debugging is enabled.
m_Debug - Static variable in class adams.core.option.OptionUtils
whether debugging is on.
m_Debug - Variable in class adams.db.AbstractTableFacade
whether debugging is turned on.
m_Debug - Variable in class adams.db.generic.SQL
whether debugging is turned on.
m_Debug - Variable in class adams.flow.source.RSync
 
m_Debug - Variable in class adams.gui.flow.FlowWorker
whether to run in debug mode.
m_Debug - Variable in class adams.gui.flow.tree.Tree
whether it is a debug flow (ie copy).
m_Debug - Variable in class adams.gui.visualization.core.plot.AbstractHitDetector
whether debug mode is on.
m_Debug - Variable in class adams.gui.visualization.core.PlotPanel
whether debug mode is on.
m_Debug - Variable in class weka.core.converters.SpreadSheetLoader
whether to print some debug information
m_Debug - Variable in class weka.filters.unsupervised.instance.multirowprocessor.AbstractMultiRowProcessorPlugin
whether to output debugging information.
m_DebugLevel - Variable in class adams.core.management.Launcher
the debug level.
m_DebugLevel - Variable in class adams.core.net.SimpleMailer
the debugging level (0 = off, >0 = on).
m_DebugOn - Variable in class adams.gui.flow.tree.Renderer.ActorIcon
whether debugging is enabled.
m_DebugTree - Variable in class adams.gui.flow.FlowPanel
the tree displaying the debug flow structure.
m_DecimalSeparator - Variable in class adams.core.management.LocaleHelper
the character for the decimal point.
m_Decoder - Variable in class adams.data.image.features.Barcode
the decoder to use.
m_Decoder - Variable in class adams.flow.transformer.DecodeBarcode
The decoder.
m_Decrement - Variable in class adams.gui.core.DelayedActionRunnable
the increment for counting down.
m_DeepCopy - Variable in class adams.flow.control.LoadBalancer
whether to perform a deep copy of the storage.
m_Def - Variable in class adams.gui.visualization.stats.scatterplot.Matrix
Default paintlet for GOEpanel
m_Def - Variable in class adams.gui.visualization.stats.zscore.ZScore
Default paintlet for the GOE panel
m_Default - Variable in class adams.core.io.Tee
the default printstream.
m_Default - Static variable in class adams.data.textrenderer.AbstractTextRenderer
the default renderer.
m_Default - Variable in class adams.gui.goe.GenericArrayEditorPanel
the default value.
m_Default - Variable in class adams.gui.goe.WekaGenericArrayEditorPanel
the default value.
m_Default - Variable in class adams.gui.visualization.stats.scatterplot.Matrix
for default value for overlays
m_Default - Variable in class adams.gui.visualization.stats.zscore.ZScore
default overlays for the GAE
m_DefaultAttributeRange - Variable in class adams.gui.visualization.instance.LoadDatasetDialog
the default range.
m_DefaultAttributeRange - Variable in class adams.gui.visualization.spreadsheet.LoadSpreadSheetDialog
the default range.
m_DefaultBackground - Variable in class adams.gui.chooser.TextFileChooser.FileEncodingPanel
the default background color of the panel.
m_DefaultBackground - Variable in class adams.gui.goe.IndexEditor
the default background color of the panel.
m_DefaultBackground - Variable in class adams.gui.goe.InlineEditor
the default background color of the panel.
m_DefaultBackground - Variable in class adams.gui.goe.RangeEditor
the default background color of the panel.
m_DefaultBackground - Variable in class adams.gui.goe.UnorderedRangeEditor
the default background color of the panel.
m_DefaultBackground - Variable in class adams.gui.goe.VariableNameValuePairEditor
the default background color of the panel.
m_DefaultCellValue - Variable in class adams.flow.transformer.plotgenerator.AbstractPlotGenerator
the default value for missing or non-numeric cells.
m_DefaultClass - Variable in class adams.flow.source.valuedefinition.AbstractGOEValueDefinition
the default class.
m_DefaultClassIndex - Variable in class adams.gui.visualization.instance.LoadDatasetDialog
the default class index.
m_DefaultClassIndex - Variable in class adams.gui.visualization.spreadsheet.LoadSpreadSheetDialog
the default class index.
m_DefaultCloseOperation - Variable in class adams.flow.control.Flow
the default close operation.
m_DefaultColor - Variable in class adams.gui.visualization.core.RegExpColorProvider
the default color.
m_DefaultColor - Variable in class adams.gui.visualization.core.RgbInNameColorProvider
the default color.
m_DefaultColor - Variable in class adams.gui.visualization.instance.ReportColorInstancePaintlet
the default color to use if no color found in report.
m_DefaultColor - Variable in class adams.gui.visualization.timeseries.ReportColorTimeseriesPaintlet
the default color to use if no color found in report.
m_defaultColors - Static variable in class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeVisualizationPanel
default colour list
m_DefaultColors - Variable in class adams.gui.visualization.core.AbstractColorProvider
contains the default colors.
m_DefaultComparator - Static variable in class adams.data.SortedList
the default comparator.
m_DefaultConverter - Static variable in class adams.flow.core.PropertyHelper
the default converter.
m_DefaultDatabaseConnection - Variable in class adams.db.DatabaseManager
the default database connection.
m_DefaultDataTableHeight - Variable in class adams.gui.tools.wekainvestigator.tab.AbstractInvestigatorTabWithDataTable
the default data table height.
m_DefaultDataType - Variable in class adams.data.conversion.StringToField
the default data type, for overriding UNKNOWN.
m_DefaultExtension - Variable in class adams.gui.chooser.BaseFileChooser
the default extension.
m_DefaultFilter - Variable in class adams.data.filter.AbstractGlobalDataContainerFilter
the filter to apply to the data before caching.
m_DefaultForeground - Variable in class adams.gui.core.CheckedTextField
the default foreground color.
m_DefaultHandler - Static variable in class adams.core.logging.LoggingHelper
the global logging handler.
m_DefaultHorizontalTextOffset - Static variable in class adams.gui.core.GUIHelper
the global horizontal offset for drawing text in boxes.
m_DefaultHyperlinkListener - Variable in class adams.gui.core.BaseHtmlEditorPane
the default hyperlink listener.
m_DefaultIDIndex - Variable in class adams.gui.visualization.instance.LoadDatasetDialog
the default ID index.
m_DefaultIDIndex - Variable in class adams.gui.visualization.spreadsheet.LoadSpreadSheetDialog
the default ID index.
m_DefaultIncludeDateAttributes - Variable in class adams.gui.visualization.instance.LoadDatasetDialog
the default for date attributes.
m_DefaultIncludeNominalAttributes - Variable in class adams.gui.visualization.instance.LoadDatasetDialog
the default for nominal attributes.
m_DefaultIncludeNumericAttributes - Variable in class adams.gui.visualization.instance.LoadDatasetDialog
the default for numeric attributes.
m_DefaultIncludeRelationalAttributes - Variable in class adams.gui.visualization.instance.LoadDatasetDialog
the default for relational attributes.
m_DefaultIncludeStringAttributes - Variable in class adams.gui.visualization.instance.LoadDatasetDialog
the default for string attributes.
m_DefaultLabel - Variable in class adams.flow.transformer.ViaAnnotationsToReports
the default label to replace empty labels.
m_DefaultManager - Variable in class adams.core.classmanager.ClassManager
the default manager.
m_DefaultObjects - Variable in class adams.flow.source.valuedefinition.AbstractArrayValueDefinition
the default values.
m_DefaultOverlays - Variable in class adams.gui.visualization.stats.scatterplot.ScatterPlot
default object for the GAE
m_DefaultPaintlet - Variable in class adams.gui.visualization.stats.probabilityplot.ProbabilityPlot
Default paintlet for the GOE
m_DefaultPaintlet - Variable in class adams.gui.visualization.stats.scatterplot.ScatterPlot
default paintlet for GOEpanel
m_Defaults - Variable in class adams.gui.flow.tree.ActorSuggestion
the default actor(s).
m_Defaults - Variable in class adams.gui.flow.tree.ActorTemplateSuggestion
the default actor(s).
m_DefaultSortIndex - Variable in class adams.gui.visualization.instance.LoadDatasetDialog
the default sort index.
m_DefaultSortIndex - Variable in class adams.gui.visualization.spreadsheet.LoadSpreadSheetDialog
the default sort index.
m_DefaultSQLDimension - Variable in class adams.gui.core.PropertiesParameterPanel
the default size for SQL fields.
m_DefaultValue - Variable in class adams.core.option.AbstractOption
the default value for this option.
m_DefaultValue - Variable in class adams.flow.source.valuedefinition.DefaultValueDefinition
the default value (string representation).
m_DefaultValue - Variable in class adams.flow.source.valuedefinition.DirectoryValueDefinition
the default directory.
m_DefaultValue - Variable in class adams.flow.source.valuedefinition.FileValueDefinition
the default file.
m_DefaultValue - Variable in class adams.flow.source.valuedefinition.ListSelectionValueDefinition
the default value.
m_DefaultValue - Variable in class adams.flow.source.valuedefinition.RegExpConstrainedStringDefinition
the default value.
m_DefaultValue - Variable in class adams.gui.core.CheckedTextField.AbstractCheckModel
the default text.
m_DefaultValue - Variable in class adams.gui.goe.AbstractNumberEditor
the default value.
m_DefaultValue - Variable in class adams.gui.goe.GenericObjectEditor
the default value.
m_DefaultValueDetermined - Variable in class adams.gui.goe.GenericObjectEditor
whether a default value has been determined.
m_DefaultValues - Variable in class adams.core.NewInstance
the constructor default values.
m_DefaultVariablesInstance - Static variable in class adams.core.option.OptionManager
default instance (gets replaced at runtime).
m_DefaultWidget - Variable in class adams.gui.tools.SpreadSheetProcessorPanel.WidgetPanel
the default widget.
m_DefinitionCount - Variable in class adams.flow.processor.CheckActorReferenceUsage
the definition counter.
m_DefinitionCount - Variable in class adams.flow.processor.RemoveUnusedReferenceableActors
the definition counter.
m_Definitions - Variable in class adams.env.AbstractEnvironment
the key - definition relation.
m_DeflationMode - Variable in class adams.data.instancesanalysis.pls.NIPALS
X and Y deflation Mode
m_DegreesOfFreedom - Variable in class adams.data.distribution.ChiSquared
the degrees of freedom.
m_DegreesOfFreedom - Variable in class adams.data.distribution.T
the degrees of freedom.
m_Delay - Variable in class adams.flow.source.OpenCVDeviceFrameGrabber
the delay between frames in microsecond.
m_Delay - Variable in class adams.flow.standalone.DelayedEvent
the delay in msecs.
m_Delay - Variable in class adams.flow.transformer.FileTailer
the delay in msec.
m_Delay - Variable in class adams.gui.core.DelayedActionRunnable
the delay in msec.
m_DelayedAction - Variable in class adams.gui.core.AbstractQuickSearchPanel
for updating the search etc.
m_DelayedAction - Variable in class adams.gui.tools.ClassHelpPanel
for updating the search etc.
m_DelayedAction - Variable in class adams.gui.tools.ConfigureOptionHandlerPanel
for updating the search etc.
m_DelayUpdates - Variable in class adams.flow.source.RSync
 
m_Delete - Variable in class adams.data.conversion.SpreadSheetUseRowAsHeader
whether to delete the row after updating the header.
m_Delete - Variable in class adams.flow.source.RSync
 
m_Delete - Variable in class adams.flow.source.SimpleRSync
 
m_Delete - Variable in class adams.parser.spreadsheetquery.ParserHelper
whether to delete rows.
m_DeleteAfter - Variable in class adams.flow.source.RSync
 
m_DeleteBefore - Variable in class adams.flow.source.RSync
 
m_DeleteDelay - Variable in class adams.flow.source.RSync
 
m_DeleteDuring - Variable in class adams.flow.source.RSync
 
m_DeleteExcluded - Variable in class adams.flow.source.RSync
 
m_DeleteItself - Variable in class adams.flow.standalone.DeleteDir
whether to delete the specified directory itself.
m_DeleteMissingArgs - Variable in class adams.flow.source.RSync
 
m_DeleteOldLayers - Variable in class adams.data.imagesegmentation.filter.MergeLayers
whether to delete the layers used for merging.
m_DeleteOverlay - Variable in class adams.gui.visualization.stats.scatterplot.Matrix
Commandline strings of overlays to be deleted
m_Delimiter - Variable in class adams.data.conversion.SpreadSheetSplitColumn
what to do with the delimiters.
m_Delimiter - Variable in class adams.flow.sink.Exec
the string to forward to the process after each token.
m_Delimiter - Variable in class adams.flow.sink.PasteFiles
the delimiter to use.
m_Delimiter - Variable in class adams.flow.transformer.StringRangeCut
the field delimiter.
m_Delimiter - Variable in class adams.flow.transformer.StringSplit
what to do with the delimiters.
m_Delimiters - Variable in class adams.gui.scripting.SyntaxDocument
the delimiters.
m_delta - Variable in class weka.classifiers.functions.GaussianProcessesAdaptive
Gaussian Noise Value.
m_delta - Variable in class weka.classifiers.functions.GaussianProcessesNoWeights
Gaussian Noise Value.
m_delta - Variable in class weka.classifiers.functions.GaussianProcessesWeighted
Gaussian Noise Value.
m_delta - Variable in class weka.classifiers.functions.GPD
Gaussian Noise Value.
m_Delta - Variable in class adams.data.spc.MOACUSUM
the delta parameter.
m_Delta - Variable in class adams.data.spc.MOAPageHinkley
the delta parameter.
m_deltaClass - Variable in class weka.classifiers.functions.GaussianProcessesAdaptive
Gaussian Noise Value for class.
m_deltaSquared - Variable in class weka.classifiers.functions.GaussianProcessesNoWeights
The squared noise value.
m_DenoisedData - Variable in class adams.data.noise.AbstractDenoiser.DenoiserJob
the denoised data.
m_Denoiser - Variable in class adams.data.filter.RemoveNoise
the noise level algorithm.
m_Denoiser - Variable in class adams.data.noise.AbstractDenoiser.DenoiserJob
the denoiser to use.
m_DenominatorDegreesOfFreedom - Variable in class adams.data.distribution.F
the denominator degrees of freedom.
m_DependentCapabilities - Variable in class adams.ml.capabilities.Capabilities
the dependent capabilities.
m_DependentDialogs - Variable in class adams.gui.visualization.image.ImagePanel
list of dependent dialogs to clean up.
m_DependentFlows - Variable in class adams.gui.visualization.image.ImagePanel
list of dependent flows to clean up.
m_Deprecated - Variable in class adams.gui.flow.tree.Renderer.ActorIcon
whether the actor is deprecated.
m_Deprecated - Variable in class adams.gui.goe.classtree.ClassNode
whether the class is deprecated.
m_DerivativeOrder - Variable in class adams.data.filter.AbstractSavitzkyGolay
the order of the derivative.
m_DerivativeOrder - Variable in class adams.flow.control.plotprocessor.SavitzkyGolay
the order of the derivative.
m_DerivativeOrder - Variable in class adams.ml.preprocessing.unsupervised.SavitzkyGolay
the order of the derivative.
m_DerivativeOrder - Variable in class weka.filters.unsupervised.attribute.SavitzkyGolay
the order of the derivative.
m_DerivativeOrder - Variable in class weka.filters.unsupervised.attribute.SavitzkyGolay2
the order of the derivative.
m_Descending - Variable in class adams.flow.source.filesystemsearch.FtpDirectorySearchWithComparator
whether to sort ascending or descending.
m_Descending - Variable in class adams.flow.source.filesystemsearch.FtpDirectorySearchWithCustomSort
whether to sort ascending or descending.
m_Descending - Variable in class adams.flow.source.filesystemsearch.LocalDirectorySearchWithComparator
whether to sort ascending or descending.
m_Descending - Variable in class adams.flow.source.filesystemsearch.LocalDirectorySearchWithCustomSort
whether to sort ascending or descending.
m_Descending - Variable in class adams.flow.source.filesystemsearch.SftpDirectorySearchWithComparator
whether to sort ascending or descending.
m_Descending - Variable in class adams.flow.source.filesystemsearch.SftpDirectorySearchWithCustomSort
whether to sort ascending or descending.
m_Descending - Variable in class adams.flow.source.filesystemsearch.SmbDirectorySearchWithComparator
whether to sort ascending or descending.
m_Descending - Variable in class adams.flow.source.filesystemsearch.SmbDirectorySearchWithCustomSort
whether to sort ascending or descending.
m_Description - Variable in class adams.env.Modules.Module
the description of the module.
m_Description - Variable in class adams.flow.setup.FlowSetup
the description of the flow.
m_Description - Variable in class adams.gui.core.ExtensionFileFilter
the description of the filter.
m_Descriptor - Variable in class adams.core.discovery.PropertyPath.PropertyContainer
the descriptor.
m_Destination - Variable in class adams.flow.source.RSync
the destination path/url.
m_Destination - Variable in class adams.flow.source.SimpleRSync
the destination path/url.
m_DestinationFile - Variable in class adams.flow.transformer.AbstractDataProcessor
the final resting place of the processed file (failed or not).
m_DetachablePage - Variable in class adams.gui.core.MultiPagePane.PageContainer
the detachable panel.
m_DetachableTabs - Variable in class adams.gui.core.BaseTabbedPane
whether to make tabs detachable.
m_DetachedFrame - Variable in class adams.gui.core.DetachablePanel
the frame for detaching the component.
m_DetachListeners - Variable in class adams.gui.core.DetachablePanel
the detach listeners.
m_Details - Variable in class adams.core.option.XhtmlProducer.ActorOptionTraverser
for adding the latex code.
m_DetailsDialog - Variable in class adams.gui.tools.AbstractLogEntryViewerPanel
the dialog for displaying entries from the message.
m_Detect - Variable in class adams.gui.visualization.stats.zscore.ZScore
Hit detector for tip text and pop up menu
m_DetectedObjectVariables - Variable in class adams.flow.core.AbstractActor
the variable names (referencing callable actors or storage) that are used within this actor.
m_DetectedVariables - Variable in class adams.flow.core.AbstractActor
the variable names that are used within this actor.
m_Detector - Variable in class adams.data.outlier.AbstractOutlierDetector.DetectorJob
the detector to use.
m_Detector - Variable in class adams.data.outlier.FilteredOutlierDetector
the detector to use.
m_Detector - Variable in class adams.flow.control.RemoveOutliers
the detector to use for the initial outlier detection.
m_Detector - Variable in class adams.flow.transformer.OutlierDetector
the outlier detector to use.
m_Detector - Variable in class weka.filters.supervised.instance.RemoveOutliers
the outlier detector to use.
m_Detectors - Variable in class adams.data.outlier.MultiOutlierDetector
the detectors.
m_Detectors - Variable in class adams.flow.control.removeoutliers.MultiOutlierDetector
outlier detectors to apply.
m_Device - Variable in class adams.flow.source.OpenCVDeviceFrameGrabber
the device ID.
m_Devices - Variable in class adams.flow.source.RSync
 
m_df - Variable in class weka.classifiers.functions.SimpleLinearRegressionWithAccess
Degrees of freedom, used in statistical calculations
m_DiagonalColor - Variable in class adams.flow.sink.JFreeChartFileWriter
the color for the diagonal plot.
m_DiagonalColor - Variable in class adams.flow.sink.JFreeChartPlot
the color for the diagonal plot.
m_Dialog - Variable in class adams.flow.sink.LogViewer
the dialog for displaying the message details.
m_Dialog - Variable in class adams.flow.source.SelectObjects
the dialog for selecting the objects.
m_Dialog - Variable in class adams.flow.source.WekaSelectObjects
the dialog for selecting the objects.
m_Dialog - Variable in class adams.flow.transformer.AbstractInteractiveTransformerDialog
the dialog that's being displayed.
m_Dialog - Variable in class adams.gui.action.AbstractActionWithDialog
the dialog in use.
m_Dialog - Variable in class adams.gui.chooser.FieldChooserPanel
the dialog for selecting a field.
m_Dialog - Variable in class adams.gui.goe.GenericArrayEditor
The currently displayed property dialog, if any.
m_Dialog - Variable in class adams.gui.goe.GenericArrayEditorPanel
the dialog for displaying the editor.
m_Dialog - Variable in class adams.gui.goe.GenericObjectEditorPanel
the dialog for displaying the editor.
m_Dialog - Variable in class adams.gui.goe.PropertyPanel
The currently displayed property dialog, if any.
m_Dialog - Variable in class adams.gui.goe.WekaGenericArrayEditorPanel
the dialog for displaying the editor.
m_Dialog - Variable in class adams.gui.goe.WekaGenericObjectEditorPanel
the dialog for displaying the editor.
m_Dialog - Variable in class adams.gui.tools.wekainvestigator.datatable.action.SaveIndexedSplitsRuns
the dialog for exporting.
m_DialogClosedByUser - Variable in class adams.gui.dialog.ComposeEmailDialog
whether the user closed the dialog.
m_DialogColorPicker - Variable in class adams.gui.visualization.image.ImageViewerPanel
the color picker dialog.
m_DialogColorProvider - Variable in class adams.gui.visualization.instance.InstanceExplorer
the dialog for selecting the color provider.
m_DialogColorProvider - Variable in class adams.gui.visualization.spreadsheet.SpreadSheetExplorer
the dialog for selecting the color provider.
m_DialogColorProvider - Variable in class adams.gui.visualization.timeseries.TimeseriesExplorer
the dialog for selecting the color provider.
m_DialogDatabase - Variable in class adams.gui.tools.AbstractManagementPanelWithSelectableDatabase
the dialog for selecting a database.
m_DialogExpression - Variable in class adams.gui.tools.ExpressionWatchPanel
the dialog for adding expressions.
m_DialogFilter - Variable in class adams.gui.visualization.timeseries.TimeseriesExplorer
the filter dialog.
m_DialogGOE - Variable in class adams.flow.execution.debug.BreakpointPanel
the GOE for adding/editing breakpoints.
m_DialogInspect - Variable in class adams.gui.visualization.debug.StoragePanel
the dialog for inspecting an item.
m_DialogPaintlet - Variable in class adams.gui.visualization.instance.InstanceExplorer
the dialog for selecting the paintlet.
m_DialogPaintlet - Variable in class adams.gui.visualization.spreadsheet.SpreadSheetExplorer
the dialog for selecting the paintlet.
m_DialogPaintlet - Variable in class adams.gui.visualization.timeseries.TimeseriesExplorer
the dialog for selecting the paintlet.
m_DialogProcessActors - Variable in class adams.gui.flow.tree.TreeOperations
the dialog for processing actors.
m_Dialogs - Variable in class adams.flow.sink.LogViewer
the dialogs displayed so far.
m_DialogSize - Variable in class adams.gui.chooser.BaseTextChooserPanel
the dialog size.
m_DialogSize - Variable in class adams.gui.core.BaseStatusBar
the default dimension for displaying the status.
m_DialogSpreadSheetQuery - Variable in class adams.gui.chooser.SpreadSheetQueryChooserPanel
the dialog for editing the query.
m_DialogSQL - Variable in class adams.gui.chooser.SQLStatementChooserPanel
the dialog for editing the SQL statement.
m_DialogSQL - Variable in class adams.gui.visualization.timeseries.TimeseriesExplorer
the dialog for loading timeseries using custom SQL statements.
m_DialogTitle - Variable in class adams.gui.chooser.BaseTextChooserPanel
the title for the text dialog.
m_DialogTitle - Variable in class adams.gui.chooser.SelectOptionPanel
the title for the dialog.
m_DialogType - Variable in class adams.gui.chooser.AbstractExtensionFileFilterFileChooser
the type of dialog to display.
m_DialogType - Variable in class adams.gui.print.JComponentWriterFileChooser
the type of dialog to display.
m_Diameter - Variable in class adams.flow.sink.ActualVsPredictedPlot
the diameter of the cross.
m_Diameter - Variable in class adams.flow.sink.sequenceplotter.OutlierPaintlet
the diameter of the circle.
m_Diameter - Variable in class adams.flow.transformer.draw.ObjectCentersFromReport
the diameter of the circle.
m_Diameter - Variable in class adams.gui.tools.previewbrowser.DeepLabCutCSVHandler
the diameter of the circle.
m_Diameter - Variable in class adams.gui.tools.previewbrowser.ObjectCentersFromReport
the diameter of the circle.
m_Diameter - Variable in class adams.gui.tools.previewbrowser.PointsFromReportHandler
the diameter of the circle.
m_Diameter - Variable in class adams.gui.tools.spreadsheetviewer.chart.ScatterPlot
the diameter.
m_Diameter - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.output.ClassifierErrors
the diameter of the cross.
m_Diameter - Variable in class adams.gui.visualization.image.HighlightLocations
the diameter of the circle.
m_Diameter - Variable in class adams.gui.visualization.image.ObjectCentersOverlayFromReport
the diameter of the circle.
m_Diameter - Variable in class adams.gui.visualization.image.SimplePointOverlayFromReport
the diameter of the circle.
m_Diameter - Variable in class adams.gui.visualization.object.objectannotations.shape.Center
the diameter of the circle.
m_Diameter - Variable in class adams.gui.visualization.object.overlay.ObjectCentersOverlayFromReport
the diameter of the circle.
m_Diameter - Variable in class adams.gui.visualization.object.overlay.SimplePointOverlayFromReport
the diameter of the circle.
m_Diameter - Variable in class adams.gui.visualization.sequence.CirclePaintlet
the diameter of the circle.
m_Diameter - Variable in class adams.gui.visualization.sequence.CrossHitDetector
the default diameter to use.
m_Diameter - Variable in class adams.gui.visualization.sequence.CrossPaintlet
the diameter of the cross.
m_Diameter - Variable in class adams.gui.visualization.sequence.MetaDataValuePaintlet
the diameter of the circle.
m_Diameter - Variable in class adams.gui.visualization.sequence.SquarePaintlet
the diameter of the circle.
m_Diameter - Variable in class adams.gui.visualization.sequence.TrianglePaintlet
the width of the triangle.
m_Dictionary - Variable in class adams.core.password.DictionaryBasedGenerator
the dictionary entries.
m_Dictionary - Variable in class adams.tools.ZipPassword
the dictionary file to use.
m_DictionaryFile - Variable in class adams.core.password.DictionaryBasedGenerator
the dictionary file to use.
m_Diff - Variable in class adams.core.DiffUtils.SideBySideDiff
the diff information.
m_Diff - Variable in class adams.gui.visualization.debug.DiffTextPane
the list to display.
m_Differ - Variable in class weka.filters.unsupervised.attribute.MergeManyAttributes
how to handle differing values.
m_Differ - Variable in class weka.filters.unsupervised.attribute.MergeTwoAttributes
how to handle differing values.
m_Digest - Variable in class adams.core.io.filechanged.AbstractMessageDigestBasedMonitor
the digest.
m_Digits - Variable in class adams.data.barcode.encode.EAN13
Digits to be encoded.
m_Digits - Variable in class adams.data.barcode.encode.UPCA
Digits to be encoded.
m_Dimensions - Variable in class adams.core.base.ArrayDimensions
the parsed dimensions.
m_Dimensions - Variable in class adams.flow.source.NewArray
the dimensions.
m_Dimensions - Variable in class adams.flow.source.NewMat5Matrix
the dimensions of the matrix.
m_Dimensions - Variable in class adams.flow.source.NewMat5Struct
the dimensions of the matrix.
m_DimensionsCache - Variable in class adams.gui.visualization.sequence.MetaDataValuePaintlet
the dimensions cache (text -> dimension).
m_DimensionsCache - Variable in class adams.gui.visualization.stats.paintlet.ScatterPaintletMetaDataValue
the dimensions cache (text -> dimension).
m_DimSeparator - Variable in class adams.flow.transformer.Mat5ArrayInfo
the separator to use for the dimsnions.
m_DIPLS - Variable in class adams.data.instancesanalysis.pls.DIPLS
the actual algorithm.
m_Dir - Variable in class adams.doc.javadoc.Javadoc
the directory above the class to update.
m_Dir - Variable in class adams.flow.template.IterateFilesWithProgressBar
the directory to search.
m_Dir - Variable in class adams.gui.tools.filecommander.FileCommanderDirectoryPanel
the left dir panel.
m_DirChangeListener - Variable in class adams.gui.tools.filecommander.FileCommanderDirectoryPanel
the change listener for the left dir.
m_DirChooser - Variable in class adams.gui.goe.PlaceholderDirectoryEditor
The directory chooser used for selecting dirs.
m_DirChooser - Variable in class adams.gui.tools.findinfiles.CopyTo
the directory chooser to use.
m_DirChooser - Variable in class adams.gui.tools.findinfiles.MoveTo
the directory chooser to use.
m_DirChooser - Variable in class adams.gui.tools.PlaceholderManagementPanel
the directory chooser for choosing directories.
m_DirChooser - Variable in class adams.gui.tools.PlaceholderManagementPanel.PlaceholderTableCellEditor
the underlying directory chooser.
m_DirChooser - Variable in class adams.gui.wizard.SelectMultipleDirectoriesPage
the chooser for selecting the directories.
m_Direction - Variable in class adams.core.io.fileoperations.AbstractRemoteFileOperations
the direction.
m_Direction - Variable in class adams.data.jai.transformer.Flip
the flip direction.
m_Direction - Variable in class adams.gui.visualization.core.AxisPanel
the direction of the axis.
m_Direction - Variable in class adams.gui.visualization.sequence.pointpreprocessor.Jitter
the direction to apply the jitter to.
m_Director - Variable in class adams.flow.control.AbstractDirectedControlActor
the director used for executing.
m_Directories - Variable in class adams.core.management.ExternalResourceClassPathAugmenter
the directories with classes to add to the classpath.
m_Directories - Variable in class adams.env.Setup
the directories to look for.
m_Directories - Variable in class adams.flow.core.ActorUsage
the directories to traverse.
m_Directories - Variable in class adams.flow.source.DirectorySupplier
the directories to broadcast.
m_Directory - Variable in class adams.core.io.AbstractFilenameGeneratorWithDirectory
the parent directory of the file.
m_Directory - Variable in class adams.core.io.FilenameProposer
the default directory.
m_Directory - Variable in class adams.core.io.LocalFileObject
whether a directory.
m_Directory - Variable in class adams.core.io.SftpFileObject
whether it is a directory (if no entry).
m_Directory - Variable in class adams.core.io.SmbFileObject
whether a directory.
m_Directory - Variable in class adams.flow.condition.bool.DirectoriesMatch
the directory to search.
m_Directory - Variable in class adams.flow.condition.bool.DirectoryExists
the directory to look for.
m_Directory - Variable in class adams.flow.condition.bool.FilesMatch
the directory to search.
m_Directory - Variable in class adams.flow.source.NewTempFile
the directory for the temp file.
m_Directory - Variable in class adams.flow.standalone.MakeDir
the directory to create.
m_DirectoryChangeListeners - Variable in class adams.gui.core.FilePanel
the listeners for when the directory gets updated.
m_DirectoryChooser - Variable in class adams.gui.chooser.DirectoryChooserPanel
the JFileChooser for selecting a file.
m_DirectoryChooserTitle - Variable in class adams.flow.source.SelectDirectory
the title of the directory chooser dialog.
m_DirectoryChooserTitle - Variable in class adams.gui.chooser.DirectoryChooserPanel
the title to use for the dirchooser.
m_DirectoryChooserTitleDefault - Variable in class adams.gui.chooser.DirectoryChooserPanel
the default dirchooser title.
m_Dirs - Variable in class adams.flow.source.RSync
 
m_Disabled - Variable in class adams.flow.execution.debug.AbstractBreakpoint
whether the breakpoint is disabled.
m_Disabled - Variable in class adams.gui.core.JComponentList.CheckBoxListItem
contains the disabled actions.
m_Disabled - Variable in class adams.gui.core.JComponentList.LabelListItem
contains the disabled actions.
m_DiscardEmptyLines - Variable in class adams.core.io.fileuse.LastLineMatches
whether to discard empty lines.
m_DiscardPartial - Variable in class adams.flow.transformer.timeseriessplit.FixedLengthSegments
whether to discard partial segments (ie the last one).
m_DiscardPredictions - Variable in class adams.flow.transformer.AbstractCallableWekaClassifierEvaluator
whether to discard predictions.
m_DiscardPredictions - Variable in class adams.flow.transformer.indexedsplitsrunsevaluation.InstancesIndexedSplitsRunsEvaluation
whether to discard predictions.
m_DiscardPredictions - Variable in class adams.flow.transformer.WekaTestSetEvaluator
whether to discard predictions.
m_DiscardPredictions - Variable in class adams.multiprocess.WekaCrossValidationExecution
whether to discard predictions.
m_DiscardPredictions - Variable in class adams.multiprocess.WekaCrossValidationJob
whether to discard the predictions.
m_Disconnect - Variable in class adams.flow.sink.WebSocketClient
whether to disconnect immediately.
m_Display - Variable in class adams.core.ConfigurableEnumeration.AbstractItem
the (optional) display text.
m_Display - Variable in enum adams.core.TechnicalInformation.Field
the string used in toString().
m_Display - Variable in enum adams.core.TechnicalInformation.Type
the string used in toString().
m_Display - Variable in class adams.flow.source.valuedefinition.AbstractValueDefinition
the display text.
m_Display - Variable in enum adams.gui.core.JComponentList.CheckBoxListItem.Actions
the display string.
m_Display - Variable in class adams.gui.core.JComponentList.CheckBoxListItem
contains overrides for the display string per action.
m_Display - Variable in enum adams.gui.core.JComponentList.LabelListItem.Actions
the display string.
m_Display - Variable in class adams.gui.core.JComponentList.LabelListItem
contains overrides for the display string per action.
m_DisplayActorOptions - Variable in class adams.gui.flow.tree.keyboardaction.AbstractAddActor
whether to display the GOE with the actor.
m_DisplayActorOptions - Variable in class adams.gui.flow.tree.keyboardaction.AbstractQuickSearchActor
whether to display the GOE with the actor.
m_DisplayActorOptions - Variable in class adams.gui.flow.tree.keyboardaction.AbstractSearchActor
whether to display the GOE with the actor.
m_displayCurrentAttribute - Variable in class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeVisualizationPanel
 
m_DisplayDatabaseID - Variable in class adams.gui.visualization.container.ContainerModel
whether to display the database ID column or not (if possible).
m_DisplayedLabels - Variable in class adams.gui.tools.previewbrowser.ImageSegmentationAnnotationsHandler
displayed labels.
m_DisplayIndices - Variable in class adams.gui.core.SearchableWrapperListModel
the indices of the indices to display that match a search string.
m_DisplayIndices - Variable in class adams.gui.core.SortableAndSearchableWrapperTableModel
the indices of the rows to display that match a search string.
m_DisplayIndicesSet - Variable in class adams.gui.core.SearchableWrapperListModel
the indices of the indices to display that match a search string.
m_DisplayInProgress - Variable in class adams.gui.tools.previewbrowser.PreviewDisplay
whether a display is currently in progress.
m_DisplayLocation - Variable in class adams.flow.condition.bool.PromptUser
where to display the prompt.
m_DisplayLocation - Variable in class adams.flow.source.EnterManyValues
where to display the prompt.
m_DisplayLocation - Variable in class adams.flow.source.EnterValue
where to display the prompt.
m_DisplayLocation - Variable in class adams.flow.source.SelectDirectory
where to display the prompt.
m_DisplayLocation - Variable in class adams.flow.source.SelectFile
where to display the prompt.
m_DisplayPanels - Variable in class adams.flow.sink.ArrayDisplay
the panels to display.
m_DisplayPanels - Variable in class adams.flow.sink.DisplayPanelGrid
the panels to display.
m_DisplayRanges - Variable in class adams.data.statistics.ArrayBinning
whether to use the ranges as bin description.
m_DisplayRanges - Variable in class adams.data.statistics.ArrayHistogram
whether to use the ranges as bin description.
m_Displays - Variable in class adams.gui.flow.tabhandler.GraphicalFlowExecutionListenersHandler
the registered panels: class of panel - (name of panel - AbstractDisplay instance).
m_Displays - Variable in class adams.gui.flow.tabhandler.RegisteredDisplaysHandler
the registered panels: class of panel - (name of panel - AbstractDisplay instance).
m_displayStdDevs - Variable in class weka.clusterers.SAXKMeans
Display standard deviations for numeric atts.
m_DisplayType - Variable in class adams.flow.core.AbstractDisplay
how to show the display.
m_DisplayUserOnly - Variable in class adams.gui.tools.VariableManagementPanel.VariableTableModel
whether to display user-only vars.
m_DisplayVisibility - Variable in class adams.gui.visualization.container.ContainerModel
whether to display the visibility column or not (if possible).
m_DisposeCalled - Variable in class adams.gui.application.ChildFrame
whether the dispose method has been called already manually.
m_DisposeCalled - Variable in class adams.gui.core.BaseDialog
whether the dispose method has been called already manually.
m_DisposeWindowListenerAdded - Variable in class adams.gui.application.ChildFrame
whether a window listener to dispose the frame was added.
m_DistanceFunction - Variable in class adams.flow.transformer.wekaclusterer.AverageSilhouetteCoefficient
the distance function to use.
m_DistanceFunction - Variable in class weka.clusterers.SAXKMeans
the distance function used.
m_Distances - Variable in class weka.core.neighboursearch.NewNNSearch
Array holding the distances of the nearest neighbours.
m_DistinctLab - Variable in class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeSummaryPanel.AttributeInfoPanel
Displays the number of distinct values
m_distMatrix - Variable in class weka.core.SAXDistance
 
m_DistMatrix - Variable in class adams.data.filter.AbstractSAX
the matrix to use for the distance calculations.
m_Distribution - Variable in class adams.data.distribution.AbstractRealDistribution
the underlying distribution.
m_DistributionFormat - Variable in class adams.data.conversion.WekaPredictionContainerToSpreadSheet
the format to use for the distribution entries in the spreadsheet.
m_DistributionSorting - Variable in class adams.data.conversion.WekaPredictionContainerToSpreadSheet
the type of sorting to apply to the distribution array (if applicable).
m_DividerLocation - Variable in class adams.flow.sink.DisplayPanelManager
the position for the left divider.
m_DividerLocationBeforeHiding - Variable in class adams.gui.core.BaseSplitPane
the divider location before hiding a component.
m_Divisor - Variable in class adams.gui.core.MemoryMonitorPanel
the divisor for the bytes.
m_Document - Variable in class adams.core.option.XhtmlProducer
the output vector.
m_Document - Variable in class adams.flow.transformer.pdfproclet.PDFGenerator
the documentation that is being worked on.
m_DocumentationDirectories - Variable in class adams.gui.application.AbstractApplicationFrame
the directories containing PDF documentation.
m_DocumentListener - Variable in class adams.gui.core.ParameterPanel
the document listener.
m_Domain - Variable in class adams.core.io.lister.SmbDirectoryLister
the SMB domain.
m_Domain - Variable in class adams.flow.standalone.SMBConnection
the domain.
m_Domain - Variable in class adams.gui.chooser.SmbRemoteDirectorySetup
the domain.
m_doneCurrentAttribute - Variable in class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeVisualizationPanel
 
m_dontReplaceMissing - Variable in class weka.clusterers.SAXKMeans
Replace missing values globally?
m_DontUpdateID - Variable in class adams.data.filter.AbstractFilter
whether to suppress updating of ID.
m_Double - Variable in class adams.gui.core.SearchParameters
not null if the search string is a double.
m_DoubleClickAction - Variable in class adams.gui.core.AbstractDoubleClickableComponentWithButtons
action that gets executed when double-clicking list element.
m_DoubleClickButton - Variable in class adams.gui.core.AbstractDoubleClickableComponentWithButtons
button that gets clicked when double-clicking list element.
m_DoubleClickListeners - Variable in class adams.gui.selection.AbstractTableBasedSelectionPanel
the double-click listeners.
m_DoubleIncrement - Variable in class adams.flow.transformer.IncStorageValue
the double increment.
m_DoubleIncrement - Variable in class adams.flow.transformer.IncVariable
the double increment.
m_DoubleUp - Variable in class adams.data.conversion.Quote
whether to double up internal quotes rather than escaping them with backslashes.
m_DoubleUp - Variable in class adams.data.conversion.UnQuote
whether to double up internal quotes rather than escaping them with backslashes.
m_Down - Variable in class adams.data.image.transformer.SuppliedImageMask
If true, then pixels <= threshold are not masked and the others' alpha channel are set to 0 (made transparent).
m_Down - Variable in class adams.data.image.transformer.XScreenMask
If true, then pixels <= threshold are not masked and the others' alpha channel are set to 0 (made transparent).
m_Down - Variable in class adams.flow.transformer.locateobjects.XScreenMaskLocator
If true, then pixels <= threshold are not masked and the others' alpha channel are set to 0 (made transparent).
m_DPI - Variable in class adams.flow.transformer.PDFRenderPages
the dpi setting to use.
m_DragEnd - Variable in class adams.gui.visualization.object.tools.Move
the end point of the drag.
m_Dragged - Variable in class adams.gui.visualization.core.plot.ContentPanel
whether dragging has happened at all.
m_Dragged - Variable in class adams.gui.visualization.image.ImagePanel.PaintPanel
whether dragging has happened at all.
m_Dragged - Variable in class adams.gui.visualization.object.annotator.BoundingBoxAnnotator
whether dragging has happened at all.
m_Dragged - Variable in class adams.gui.visualization.object.annotator.PolygonAnnotator
whether dragging has happened at all.
m_Dragged - Variable in class adams.gui.visualization.object.annotator.SimplePointAnnotator
whether dragging has happened at all.
m_Dragging - Variable in class adams.gui.visualization.object.tools.Move
whether the mouse is being dragged.
m_DraggingGhost - Variable in class adams.gui.core.DragAndDropTabbedPane.GhostGlassPane
 
m_DragSource - Variable in class adams.gui.core.DragAndDropTree
manages the drag source.
m_DragStart - Variable in class adams.gui.visualization.object.tools.Move
the starting point of the drag.
m_DragTabIndex - Variable in class adams.gui.core.DragAndDropTabbedPane
 
m_DrawAnnotations - Variable in class adams.flow.transformer.draw.AnnotationsAndPredictions
the draw operation to use for the annotations.
m_DrawPredictions - Variable in class adams.flow.transformer.draw.AnnotationsAndPredictions
the draw operation to use for the predictions.
m_Drivers - Variable in class adams.db.Drivers
The JDBC drivers.
m_DropAbove - Variable in class weka.filters.unsupervised.instance.RemoveWithWeights
the threshold of weight above which to drop instances.
m_DropAtMost - Variable in class weka.filters.unsupervised.instance.WeightsBasedResample
the maximum percentage (0-1) of instances to drop.
m_DropBelow - Variable in class weka.filters.unsupervised.instance.RemoveWithWeights
the threshold of weight below which to drop instances.
m_DropBelow - Variable in class weka.filters.unsupervised.instance.WeightsBasedResample
the threshold of weight below which to drop instances.
m_DropInput - Variable in class adams.flow.control.PlotProcessor
whether to drop the input.
m_DropNonClassYs - Variable in class weka.filters.supervised.attribute.MultiPLS
whether to keep Ys that are not the class or not.
m_DropOtherColumns - Variable in class adams.ml.preprocessing.AbstractColumnSubsetFilter
whether to drop the unprocessed columns (excl class columns).
m_DropTarget - Variable in class adams.gui.core.DragAndDropTree
manages the drop target.
m_DropTokensOnConditionFail - Variable in class adams.flow.control.ConditionalSubProcess
whether to drop tokens when condition didn't hold true.
m_DryRun - Variable in class adams.flow.source.RSync
 
m_DryRun - Variable in class adams.flow.source.SimpleRSync
 
m_DryRun - Variable in class adams.flow.standalone.ExecSQL
whether to simulate the SQL statement.
m_DuplicateIndices - Variable in class adams.flow.transformer.DeleteOverlappingImageObjects
whether to check for duplicate object indices or not.
m_EdgeCounter - Variable in class adams.core.option.FlowStructureGraphMLProducer
the counter for the edges.
m_EdgeThreshold - Variable in class adams.flow.transformer.BoofCVDetectLines
the edge threshold to use.
m_Editable - Variable in class adams.gui.chooser.AbstractChooserPanel
whether the chooser is editable.
m_Editable - Variable in class adams.gui.core.KeyValuePairTableModel
whether the values can be edited.
m_Editable - Variable in class adams.gui.flow.tree.Node
whether the node is editable.
m_Editor - Variable in class adams.gui.chooser.AbstractConfigurableExtensionFileFilterFileChooser
the GOE for displaying the options of a reader/writer.
m_Editor - Variable in class adams.gui.goe.GenericArrayEditorDialog
the underlying editor.
m_Editor - Variable in class adams.gui.goe.GenericObjectEditorDialog
the underlying editor.
m_Editor - Variable in class adams.gui.goe.GenericObjectEditorPanel
the generic object editor.
m_Editor - Variable in class adams.gui.goe.InlineEditor
The property editor.
m_Editor - Variable in class adams.gui.goe.MultiLineValueDialog
the editor for entering the text.
m_Editor - Variable in class adams.gui.goe.PropertyPanel
The property editor.
m_Editor - Variable in class adams.gui.goe.PropertyText
The property editor.
m_Editor - Variable in class adams.gui.goe.PropertyValueSelector
The property editor.
m_Editor - Variable in class adams.gui.goe.WekaGenericArrayEditorDialog
the underlying editor.
m_Editor - Variable in class adams.gui.goe.WekaGenericObjectEditorDialog
the underlying editor.
m_Editor - Variable in class adams.gui.goe.WekaGenericObjectEditorPanel
the generic object editor.
m_Editor - Variable in class adams.gui.print.JComponentWriterFileChooser
the GOE for displaying the options of a reader/writer.
m_Editor - Variable in class adams.gui.tools.spreadsheetviewer.AbstractSelectedSheetsDataPluginWithGOE
the GOE editor with the transformer.
m_Editor - Variable in class adams.gui.tools.spreadsheetviewer.AbstractSelectedSheetsViewPluginWithGOE
the GOE editor with the transformer.
m_Editor - Variable in class adams.gui.visualization.image.plugins.AbstractSelectedImagesFilterWithGOE
the GOE editor with the transformer.
m_Editor - Variable in class adams.gui.visualization.image.plugins.AbstractSelectedImagesViewerPluginWithGOE
the GOE editor with the transformer.
m_EditorClass - Variable in class adams.gui.goe.GenericArrayEditor.EditorListCellRenderer
The class of the property editor for array objects.
m_EditorComponent - Variable in class adams.gui.goe.GenericObjectEditor
The GUI component for editing values, created when needed.
m_EditorPane - Variable in class adams.flow.sink.Html4Display
the editor pane.
m_Editors - Variable in class adams.gui.goe.PropertySheetPanel
Holds property editors of the object.
m_Eigenvalues - Variable in class weka.filters.unsupervised.attribute.PrincipalComponentsJ
Eigenvalues for the corresponding eigenvectors.
m_Eigenvectors - Variable in class weka.filters.unsupervised.attribute.PrincipalComponentsJ
Will hold the unordered linear transformations of the (normalized) original data.
m_EightBitOutput - Variable in class adams.flow.source.RSync
 
m_ElementClass - Variable in class adams.gui.goe.GenericArrayEditor
The class of objects allowed in the array.
m_ElementEditor - Variable in class adams.gui.goe.GenericArrayEditor
The property editor for the class we are editing.
m_ElementIndexVariable - Variable in class adams.flow.control.ArrayProcess
the variable to store the element index in.
m_ElementIndexVariable - Variable in class adams.flow.control.CollectionProcess
the variable to store the element index in.
m_ElementList - Variable in class adams.gui.goe.GenericArrayEditor
The list component displaying current values.
m_Elements - Variable in class adams.core.discovery.PropertyPath.Path
the structure.
m_Elements - Variable in class adams.flow.source.newlist.FixedList
the list elements to output.
m_Elements - Variable in class adams.flow.transformer.ArrayCombinations
the remaining elements of the array that still need to be broadcasted.
m_Elements - Variable in class adams.flow.transformer.ArraySubset
the elements of the subset to extract.
m_Elements - Variable in class adams.flow.transformer.arraysubsetgeneration.RangeSubset
the elements of the subset to extract.
m_Elements - Variable in class adams.flow.transformer.ArrayToSequence
the remaining elements of the array that still need to be broadcasted.
m_Elements - Variable in class adams.flow.transformer.CollectionSubset
the elements of the subset to extract.
m_Elements - Variable in class adams.flow.transformer.CollectionToSequence
the remaining elements of the array that still need to be broadcasted.
m_Elements - Variable in class adams.flow.transformer.SequenceToArray
the buffered elements of the array that still need to be broadcasted.
m_Elements - Variable in class adams.flow.transformer.SequenceToCollection
the buffered elements of the collection that still need to be broadcasted.
m_ElementType - Variable in class adams.data.conversion.Mat5ArrayToString
the element type.
m_ElementType - Variable in class adams.data.conversion.StringToMat5Array
the element type.
m_ElementType - Variable in class adams.data.matlab.multimatrixoperation.Combine
the element type.
m_ElementType - Variable in class adams.flow.transformer.Mat5ArraySubset
the element type.
m_ElementType - Variable in class adams.flow.transformer.Mat5GetMatrixElement
the element type.
m_ElementType - Variable in class adams.flow.transformer.Mat5SetMatrixElement
the element type.
m_EliminateColinearAttributes - Variable in class weka.classifiers.functions.LinearRegressionJ
Try to eliminate correlated attributes?
m_Else - Variable in class adams.parser.lookupupdate.Parser
the else key - value relation.
m_ElseActor - Variable in class adams.flow.control.IfStorageValue
the actor to execute in the "else" branch.
m_ElseActor - Variable in class adams.flow.control.IfThenElse
the actor to execute in the "else" branch.
m_Email - Variable in class adams.core.net.EmailContact
the email address.
m_Email - Variable in class adams.gui.dialog.DisplayEmailPanel
the underlying email.
m_EmailPanel - Variable in class adams.flow.sink.EmailViewer
the panel with the image.
m_Empty - Variable in class adams.flow.transformer.SpreadSheetGetCell
the value to return if cell is empty.
m_Empty - Variable in class adams.flow.transformer.SpreadSheetGetHeaderCell
the value to return if cell is empty.
m_Enable - Variable in class adams.flow.processor.ManageInteractiveActors
whether to enable the interactive behaviour.
m_Enable - Variable in class adams.flow.processor.ManageTimedActors
whether to enable the interactive behaviour.
m_Enabled - Variable in class adams.core.LRUCache
whether the cache is enabled.
m_Enabled - Variable in class adams.core.Memory
whether memory management is enabled.
m_Enabled - Variable in class adams.data.io.output.AbstractTextWriter
whether the writer is enabled.
m_Enabled - Variable in class adams.flow.source.valuedefinition.AbstractValueDefinition
whether the value definition is enabled.
m_Enabled - Variable in class adams.gui.core.dotnotationtree.AbstractItemFilter
whether the filter is enabled.
m_Enabled - Variable in class adams.gui.core.MaximizationFixWindowListener
whether enabled or not.
m_Enabled - Variable in class adams.gui.core.TitleGenerator
whether the generator is enabled.
m_Enabled - Variable in class adams.gui.core.Undo
whether undo is currently enabled or not.
m_Enabled - Variable in class adams.gui.goe.GenericObjectEditor
True if the GUI component is needed.
m_Enabled - Variable in class adams.gui.print.JComponentWriter
whether the writer is enabled.
m_Enabled - Variable in class adams.gui.visualization.core.AbstractPaintlet
whether the paintlet is enabled.
m_Enabled - Variable in class adams.gui.visualization.core.plot.AbstractHitDetector
whether the detector is enabled.
m_Enabled - Variable in class adams.gui.visualization.image.AbstractImageOverlay
whether the overlay is enabled.
m_Enabled - Variable in class adams.gui.visualization.image.interactionlogging.AbstractInteractionLoggingFilter
whether the logger is enabled.
m_Enabled - Variable in class adams.gui.visualization.image.paintlet.AbstractPaintlet
whether the paintlet is enabled.
m_Enabled - Variable in class adams.gui.visualization.object.mouseclick.AbstractMouseClickProcessor
whether the overlay is enabled.
m_Enabled - Variable in class adams.gui.visualization.object.objectannotations.check.AbstractAnnotationCheck
whether the check is enabled.
m_Enabled - Variable in class adams.gui.visualization.object.objectannotations.cleaning.AbstractAnnotationCleaner
whether the cleaner is enabled.
m_Enabled - Variable in class adams.gui.visualization.object.objectannotations.colors.AbstractAnnotationColors
whether the colorization is enabled.
m_Enabled - Variable in class adams.gui.visualization.object.objectannotations.label.AbstractLabelPlotter
whether the plotter is enabled.
m_Enabled - Variable in class adams.gui.visualization.object.objectannotations.outline.AbstractOutlinePlotter
whether the plotter is enabled.
m_Enabled - Variable in class adams.gui.visualization.object.objectannotations.shape.AbstractShapePlotter
whether the plotter is enabled.
m_Enabled - Variable in class adams.gui.visualization.object.overlay.AbstractOverlay
whether the overlay is enabled.
m_Enabled - Variable in class adams.gui.visualization.segmentation.paintoperation.AbstractPaintOperation
whether the overlay is enabled.
m_Enabled - Variable in class adams.gui.visualization.sequence.pointpreprocessor.AbstractPointPreprocessor
whether the preprocessor is enabled.
m_Enabled - Variable in class adams.scripting.requesthandler.AbstractRequestHandler
whether the handler is enabled.
m_Enabled - Variable in class adams.scripting.responsehandler.AbstractResponseHandler
whether the handler is enabled.
m_EnableRestart - Variable in class adams.gui.application.AbstractApplicationFrame
whether the application can be restarted (through Launcher class).
m_Encoder - Variable in class adams.flow.transformer.draw.Barcode
Barcode type to be drawn.
m_Encoder - Variable in class adams.flow.transformer.EncodeBarcode
The encoder.
m_Encoding - Variable in class adams.core.io.filesearch.AbstractFileSearchHandlerWithEncoding
the encoding to use.
m_Encoding - Variable in class adams.core.io.filesearch.AbstractMetaFileSearchHandlerWithEncoding
the encoding to use.
m_Encoding - Variable in class adams.core.io.fileuse.LastLineMatches
the encoding to use.
m_Encoding - Variable in class adams.core.option.CompactFlowConsumer
the encoding to use.
m_Encoding - Variable in class adams.core.option.CompactFlowProducer
the encoding to use.
m_Encoding - Variable in class adams.core.option.NestedConsumer
the encoding to use.
m_Encoding - Variable in class adams.core.option.NestedProducer
the encoding to use.
m_Encoding - Variable in class adams.data.conversion.ByteArrayToString
the encoding to use.
m_Encoding - Variable in class adams.data.conversion.DOMToString
the encoding to use.
m_Encoding - Variable in class adams.data.conversion.StringArrayToURLParameters
the encoding to use.
m_Encoding - Variable in class adams.data.conversion.StringToByteArray
the encoding to use.
m_Encoding - Variable in class adams.data.conversion.URLDecode
the encoding to use.
m_Encoding - Variable in class adams.data.conversion.URLEncode
the encoding to use.
m_Encoding - Variable in class adams.data.conversion.URLParametersToStringArray
the encoding to use.
m_Encoding - Variable in class adams.data.io.input.AbstractSpreadSheetReader
the encoding to use.
m_Encoding - Variable in class adams.data.io.input.AbstractTextReaderWithEncoding
the encoding to use.
m_Encoding - Variable in class adams.data.io.input.DefaultFlowReader
the encoding to use.
m_Encoding - Variable in class adams.data.io.input.NestedAdamsExperimentReader
the encoding to use.
m_Encoding - Variable in class adams.data.io.input.NestedCommandlineReader
the encoding to use.
m_Encoding - Variable in class adams.data.io.output.AbstractSpreadSheetWriter
the encoding to use.
m_Encoding - Variable in class adams.data.io.output.AbstractTextWriterWithEncoding
the encoding to use.
m_Encoding - Variable in class adams.data.io.output.DefaultFlowWriter
the encoding to use.
m_Encoding - Variable in class adams.doc.listing.AbstractFileBasedListingOutputWithEncoding
the encoding to use.
m_Encoding - Variable in class adams.doc.listing.OptionOutput
the encoding to use.
m_Encoding - Variable in class adams.flow.sink.BinaryFileWriter
the encoding to use.
m_Encoding - Variable in class adams.flow.sink.DumpFile
the encoding to use.
m_Encoding - Variable in class adams.flow.sink.sendnotification.LogFile
the encoding to use.
m_Encoding - Variable in class adams.flow.sink.Socket
the encoding to use.
m_Encoding - Variable in class adams.flow.sink.XMLFileWriter
the encoding to use.
m_Encoding - Variable in class adams.flow.source.Socket
the encoding to use.
m_Encoding - Variable in class adams.flow.transformer.HttpRequest
the encoding to use.
m_Encoding - Variable in class adams.flow.transformer.PythonExpandScript
the encoding to use.
m_Encoding - Variable in class weka.core.converters.SimpleArffLoader
the encoding to use.
m_Encoding - Variable in class weka.core.converters.SimpleArffSaver
the encoding to use.
m_End - Variable in class adams.core.base.BaseDate
the end date to use.
m_End - Variable in class adams.core.base.BaseDateTime
the end datetime to use.
m_End - Variable in class adams.core.base.BaseDateTimeMsec
the end datetime to use.
m_End - Variable in class adams.core.base.BaseTime
the end time to use.
m_End - Variable in class adams.core.base.BaseTimeMsec
the end time to use.
m_End - Variable in class adams.data.binning.Bin
the end of the bin.
m_End - Variable in class adams.data.conversion.BaseDateTimeMsecToString
the end date to use as basis for the evaluation.
m_End - Variable in class adams.data.conversion.BaseDateTimeToString
the end date to use as basis for the evaluation.
m_End - Variable in class adams.data.conversion.BaseDateToString
the end date to use as basis for the evaluation.
m_End - Variable in class adams.data.conversion.BaseTimeToString
the end time to use as basis for the evaluation.
m_End - Variable in class adams.data.filter.TimeseriesWindow
the end point.
m_End - Variable in class adams.flow.transformer.BinaryFileReader
the end position.
m_End - Variable in class adams.flow.transformer.FileTailer
whether to tail from the end or beginning of file.
m_End - Variable in class adams.gui.visualization.report.ReportDateFieldRangePaintlet
the date field in the report (end).
m_End - Variable in class adams.parser.basedate.Parser
optional end date.
m_End - Variable in class adams.parser.basedatetime.Parser
optional end datetime.
m_End - Variable in class adams.parser.basedatetimemsec.Parser
optional end datetime.
m_End - Variable in class adams.parser.basetime.Parser
optional end datetime.
m_End - Variable in class adams.parser.basetimemsec.Parser
optional end datetime.
m_EndDate - Variable in class adams.db.AbstractTimeWindowTableCleanUp
the end date.
m_EndDate - Variable in class adams.tools.AbstractTimeWindowDatabaseTool
the end date of the window.
m_EndTag - Variable in class adams.doc.javadoc.Javadoc
the end tag.
m_EndTimestamp - Variable in class adams.gui.visualization.timeseries.FixedTimestampRangePaintlet
the end timestamp of the range.
m_EnforceCallableNameCheck - Variable in class adams.flow.control.Flow
whether the callable name check is enforced.
m_EnforceCallableNameCheck - Variable in class adams.flow.control.LocalScopeTransformer
whether the callable name check is enforced.
m_EnforceCallableNameCheck - Variable in class adams.flow.control.LocalScopeTrigger
whether the callable name check is enforced.
m_Engine - Variable in class adams.flow.standalone.RemoteScriptingEngine
the engine to run.
m_Engine - Variable in class adams.scripting.CommandRunner
the scripting engine to use.
m_Engines - Variable in class adams.gui.scripting.ScriptingEngineManager
for storing the engine objects.
m_Engines - Variable in class adams.scripting.engine.MultiScriptingEngine
the scripting engines to use.
m_Ensemble - Variable in class weka.classifiers.meta.VotedImbalance
the vote classifier in use.
m_EnsureEqualValues - Variable in class adams.flow.transformer.spreadsheetmethodmerge.AbstractMerge
Whether to check columns with multiple sources for equal values among those sources.
m_EnsureEqualValues - Variable in class adams.flow.transformer.wekadatasetsmerge.AbstractMerge
Whether to check attributes with multiple sources for equal values among those sources.
m_Entries - Variable in class adams.gui.core.AbstractNamedHistoryPanel
stores the actual objects (name <-> object relation).
m_Entries - Variable in class adams.gui.tools.ConsoleOutputAnalyzerPanel.ConsoleOutput
the content.
m_Entry - Variable in class adams.core.io.SftpFileObject
the underlying file.
m_EntryName - Variable in class adams.data.io.input.Mat5SpreadSheetReader
the name of the entry to retrieve (the first one if empty).
m_EntryName - Variable in class adams.flow.transformer.Mat5FileAddArray
the name of the entry to add.
m_EntryName - Variable in class adams.flow.transformer.Mat5FileGetArray
the name of the entry to retrieve.
m_EntryName - Variable in class adams.gui.core.AbstractNamedHistoryPanel.AbstractHistoryEntryFrame
the history entry name .
m_EntryNameVariable - Variable in class adams.flow.sink.DisplayPanelManager
the variable to use for naming the entries.
m_EntryNameVariable - Variable in class adams.flow.sink.HistoryDisplay
the variable to use for naming the entries.
m_EntryNameVariable - Variable in class adams.flow.sink.ReportDisplay
the variable to use for naming the entries.
m_EntryOwner - Variable in class adams.gui.core.AbstractNamedHistoryPanel.AbstractHistoryEntryFrame
the history panel that opened this frame.
m_EnumClass - Variable in class adams.flow.source.valuedefinition.EnumValueDefinition
the enum to select.
m_EnumerateLabels - Variable in class adams.flow.transformer.ConfusionMatrix
whether to number columns instead of using labels.
m_Enumeration - Variable in class adams.core.ConfigurableEnumeration.AbstractItem
the enumeration this item belongs to.
m_Enums - Variable in class adams.gui.core.PropertiesParameterPanel
the property/enum relation.
m_Environment - Variable in class adams.db.AbstractDatabaseConnection
the environment to use.
m_Environment - Variable in class adams.doc.javadoc.Javadoc
the environment class (dummy option, happens all in runJavadoc method).
m_Environment - Variable in class adams.doc.listing.Listing
the environment class (dummy option).
m_Environment - Static variable in class adams.env.AbstractEnvironment
The current instance of the environment.
m_Environment - Variable in class adams.flow.source.AbstractPythonExecution
the environment in use.
m_Environment - Variable in class adams.flow.standalone.PyroNameServer
the environment in use.
m_Environment - Variable in class adams.parser.AbstractExpressionEvaluator
the environment class (dummy option, happens all in runJavadoc method).
m_EnvironmentClass - Static variable in class adams.env.AbstractEnvironment
The class to use.
m_EnvironmentModifiers - Variable in class adams.core.management.Launcher
optional environment modifiers.
m_Environments - Static variable in class adams.db.AbstractDatabaseConnection
keeping track of environment instances.
m_EnvironmentVariables - Variable in class adams.core.Variables
the environment variables <-> value relation.
m_EnvVariable - Variable in class adams.flow.standalone.SetVariable
the environment variable to use.
m_EnvVarOptional - Variable in class adams.flow.standalone.SetVariable
whether to override using an environment variable.
m_EnvVars - Variable in class adams.core.management.Launcher
optional environment variables.
m_EnvVars - Variable in class adams.flow.sink.Exec
environment variables.
m_EnvVars - Variable in class adams.flow.source.Command
environment variables.
m_EnvVars - Variable in class adams.flow.source.Exec
environment variables.
m_Error - Variable in class adams.flow.sink.ActualVsPredictedPlot
the column with the error values (optional).
m_Error - Variable in class adams.gui.event.ScriptingEvent
optional error message.
m_Error - Variable in class adams.gui.flow.tabhandler.ParsedErrorHandler.ParseOutput
an optional error.
m_Error - Variable in class adams.gui.scripting.ScriptingCommandCode
a potential error message.
m_Error - Variable in class adams.gui.tools.previewbrowser.ActualVsPredictedHandler
the column with the error values (optional).
m_ErrorCalculation - Variable in class adams.flow.transformer.WekaBootstrapping
the error calculation.
m_ErrorCorrectionLevel - Variable in class adams.data.barcode.encode.QRCode
Error correction level.
m_ErrorHandler - Variable in class adams.flow.core.AbstractActor
the error handler to use.
m_ErrorHandling - Variable in class adams.flow.control.Flow
the error handling.
m_ErrorMessage - Variable in class adams.flow.control.RaiseError
the error message to fail with.
m_ErrorMessage - Variable in class adams.gui.core.ErrorMessagePanel
the error message itself.
m_ErrorMessage - Variable in class adams.scripting.command.AbstractCommandWithResponse
the error message.
m_ErrorOccurred - Variable in class adams.flow.control.TryCatch
error message in try block.
m_ErrorPaintlet - Variable in class adams.flow.sink.SequencePlotter
the paintlet to use for painting errors.
m_ErrorPaintlet - Variable in class adams.flow.sink.sequenceplotter.SequencePlotterPanel
the error paintlet.
m_ErrorPostProcessor - Variable in class adams.flow.control.TryCatch
the error post-processor to use.
m_Errors - Variable in class adams.core.option.AbstractOptionConsumer
for storing errors that occurred while consuming the options.
m_Errors - Variable in class adams.data.io.input.AbstractFlowReader
for storing errors.
m_Errors - Variable in class adams.flow.processor.AbstractActorProcessor
for collecting errors.
m_Errors - Variable in class adams.flow.transformer.imagepreparation.AbstractImagePreparation
for storing errors.
m_Errors - Variable in class adams.flow.transformer.locateobjects.AbstractObjectLocator
for storing errors.
m_ErrorScaler - Variable in class adams.flow.sink.WekaClassifierErrors.DataGenerator
the scaler scheme to use.
m_ErrorScaler - Variable in class adams.flow.sink.WekaClassifierErrors
The scheme for scaling the errors.
m_ErrorVariable - Variable in class adams.flow.control.TryCatch
the variable to store the error in.
m_ErrorX - Variable in class adams.flow.sink.sequenceplotter.SequencePlotPoint
the X errors.
m_ErrorY - Variable in class adams.flow.sink.sequenceplotter.SequencePlotPoint
the Y errors.
m_errPct - Variable in class weka.classifiers.meta.AbstainLeastMedianSq
 
m_errPct - Variable in class weka.classifiers.meta.LeastMedianSq
 
m_EscapeSpecialChars - Variable in class adams.data.io.output.CsvSpreadSheetWriter
whether to escape special characters like \t, \n and \r.
m_Eta - Variable in class weka.classifiers.trees.XGBoost
The eta value (learning rate).
m_EvalCombo - Variable in class weka.gui.explorer.ExperimentPanel
The type of evaluation: cross-validation or random split.
m_Evaluation - Variable in class adams.flow.sink.WekaClassifierErrors.DataGenerator
the underlying Evaluation object.
m_Evaluation - Variable in class adams.flow.transformer.IndexedSplitsRunsEvaluation
the evaluation to use.
m_Evaluation - Variable in class adams.flow.transformer.WekaAggregateEvaluations
the current evaluation state.
m_Evaluation - Variable in class adams.flow.transformer.WekaStreamEvaluator
the evaluation to use.
m_Evaluation - Variable in class adams.flow.transformer.WekaTestSetEvaluator.EvaluateJob
the evaluation object to use.
m_Evaluation - Variable in class adams.flow.transformer.WekaTrainTestSetEvaluator.EvaluateJob
the evaluation object to use.
m_Evaluation - Variable in class adams.gui.tools.wekainvestigator.tab.associatetab.ResultItem
the evaluation object.
m_Evaluation - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.ResultItem
the evaluation object.
m_Evaluation - Variable in class adams.gui.tools.wekainvestigator.tab.clustertab.ResultItem
the evaluation object.
m_Evaluation - Variable in class adams.multiprocess.WekaCrossValidationExecution
the (aggregated) evaluation.
m_Evaluation - Variable in class adams.multiprocess.WekaCrossValidationJob
the evaluation.
m_EvaluationError - Variable in class adams.flow.transformer.WekaClassifierRanker.RankingJob
for storing evaluating errors.
m_EvaluationPostProcessor - Variable in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm
the postprocessor for the evaluation.
m_Evaluations - Variable in class adams.multiprocess.WekaCrossValidationExecution
the separate evaluations.
m_EvaluationType - Variable in class adams.flow.sink.WekaExperimentGenerator
the type of evaluation.
m_Evaluator - Variable in class adams.flow.transformer.WekaAttributeSelection
the evaluation.
m_Evaluator - Variable in class adams.flow.transformer.WekaInstanceEvaluator
the evaluator to use.
m_Evaluator - Variable in class adams.gui.tools.wekainvestigator.tab.attseltab.ResultItem
the evaluation algorithm.
m_Event - Variable in class adams.flow.control.TriggerEvent
the event to trigger.
m_EventActor - Variable in class adams.flow.control.TriggerEvent
the event actor to execute.
m_Events - Variable in class adams.flow.standalone.DirWatch
the events to look for.
m_EventType - Variable in class adams.gui.event.PlotPanelPanningEvent
the event type.
m_EventType - Variable in class adams.gui.event.PlotPanelZoomEvent
the event type.
m_EveryNth - Variable in class adams.flow.control.Injector
every nth token the string will get injected.
m_ExactMatch - Variable in class adams.data.conversion.SwapObjects
whether to use an exact match (incl options) or just the class name.
m_ExactMatch - Variable in class adams.data.conversion.SwapPLS
whether to use an exact match (incl options) or just the class name.
m_ExceptionHandler - Variable in class adams.gui.tools.FindInFilesPanel
the exception handler.
m_Exclude - Variable in class adams.flow.source.RSync
 
m_Exclude - Variable in class adams.flow.source.SimpleRSync
 
m_ExcludeClass - Variable in class weka.core.AbstractHashableInstance
whether to exclude the class from the hashcode.
m_ExcludedAttributes - Variable in class adams.flow.transformer.SpreadSheetMerge
regular expression for excluding attributes from the datasets.
m_ExcludedAttributes - Variable in class adams.flow.transformer.WekaInstancesMerge
regular expression for excluding attributes from the datasets.
m_ExcludedColors - Variable in class adams.gui.visualization.core.AbstractColorProvider
excluded colors (already used).
m_ExcludeDefaultValueDefinition - Variable in class adams.flow.processor.ForwardSlashSwitch
whether to exclude the EnterManyValues' DefaultValueDefinition.
m_ExcludeFrom - Variable in class adams.flow.source.RSync
 
m_ExcludeFrom - Variable in class adams.flow.source.SimpleRSync
 
m_ExcludeIdentical - Variable in class adams.data.objectoverlap.AbstractObjectOverlap
whether to skip identical objects, i.e., not count them as overlaps.
m_ExcludeWeight - Variable in class weka.core.AbstractHashableInstance
whether to exclude the weight from the hashcode.
m_Executability - Variable in class adams.flow.source.RSync
 
m_Executability - Variable in class adams.flow.source.SimpleRSync
 
m_Executable - Variable in class adams.flow.control.JDeps
the jdeps executable.
m_Executable - Variable in class adams.flow.control.JMap
the jmap executable.
m_Executable - Variable in class adams.flow.sink.Browser
the custom executable.
m_Executable - Variable in class adams.flow.source.PythonVenvExec
the executable to run.
m_Executable - Variable in class adams.flow.standalone.TesseractConfiguration
the executable to use.
m_ExecutableOptions - Variable in class adams.flow.source.PythonVenvExec
the options for the executable.
m_Executed - Variable in class adams.core.command.AbstractExternalCommand
the command was executed.
m_Executed - Variable in class adams.flow.control.SequentialDirector
whether the director was executed at all.
m_Executed - Variable in class adams.flow.core.AbstractActor
whether the actor was executed at least once after setup.
m_ExecutedOnce - Variable in class adams.flow.control.Once
whether the actor was executed once.
m_ExecutedOnce - Variable in class adams.flow.control.TriggerOnce
whether the actor was executed once.
m_ExecuteOnError - Variable in class adams.flow.control.Flow
the external flow to execute in case of an abnormal stop.
m_ExecuteOnErrorActor - Variable in class adams.flow.control.Flow
the external actor to execute in case of an abnormal stop.
m_ExecuteOnFinish - Variable in class adams.flow.control.Flow
the external flow to execute in case the flow finishes normal.
m_ExecuteOnFinishActor - Variable in class adams.flow.control.Flow
the external actor to execute in case the flow finishes normal.
m_Executing - Variable in class adams.flow.core.AbstractActor
whether the actor is currently being executed.
m_ExecutingActors - Variable in class adams.flow.standalone.AbstractMutableActorDaemonEvent
whether the actors are currently being executed.
m_ExecutingCronActors - Variable in class adams.flow.standalone.Cron
whether the cron-actors are currently being executed.
m_Execution - Variable in class adams.gui.flow.tree.Renderer.ActorIcon
how to paint visual cues.
m_ExecutionError - Variable in class adams.multiprocess.AbstractJob
whether an error occurred in the execution.
m_ExecutionFailure - Variable in class adams.flow.source.AbstractPythonExecution
in case an exception occurred executing the command (gets rethrown).
m_ExecutionFailure - Variable in class adams.flow.source.Command
in case an exception occurred executing the command (gets rethrown).
m_ExecutionFailure - Variable in class adams.flow.standalone.PyroNameServer
in case an exception occurred executing the command (gets rethrown).
m_ExecutionListeningSupporter - Variable in class adams.flow.core.AbstractActor
the flow execution handler.
m_executionSlots - Variable in class weka.clusterers.SAXKMeans
Number of threads to run
m_ExecutionType - Variable in class adams.flow.standalone.ExternalFlow
how to execute the flow.
m_Executor - Variable in class adams.flow.control.Branch
the executor service to use for parallel execution.
m_Executor - Variable in class adams.flow.control.LoadBalancer
the executor service to use for parallel execution.
m_Executor - Variable in class adams.multiprocess.LocalJobRunner
the executor service to use for parallel execution.
m_Executor - Variable in class adams.scripting.engine.AbstractScriptingEngineWithJobQueue
the executor service to use for parallel execution.
m_Executor - Variable in class adams.tools.ZipPassword
the executor service to use for parallel execution.
m_executorPool - Variable in class weka.clusterers.SAXKMeans
For parallel execution mode
m_ExecutorPool - Variable in class weka.classifiers.meta.SubsetEnsemble
Pool of threads to train models with
m_ExecutorPool - Variable in class weka.classifiers.meta.VotedImbalance
Pool of threads to train models with
m_Existing - Variable in class adams.flow.source.RSync
 
m_Exp - Variable in class adams.gui.tools.wekamultiexperimenter.runner.AbstractExperimentRunner
the copy of the experiment.
m_Expand - Variable in class adams.flow.sink.DOMDisplay
whether to fully expand the tree.
m_Expand - Variable in class adams.flow.sink.JsonDisplay
whether to fully expand the tree.
m_ExpandEntityReferences - Variable in class adams.core.io.filecomplete.XML
Specifies that the parser produced by this code will expand entity reference nodes.
m_ExpandEntityReferences - Variable in class adams.data.conversion.XMLToDOM
Specifies that the parser produced by this code will expand entity reference nodes.
m_ExpandEntityReferences - Variable in class adams.flow.transformer.XMLFileReader
Specifies that the parser produced by this code will expand entity reference nodes.
m_ExpandValue - Variable in class adams.flow.standalone.SetManyVariables
whether to expand the value.
m_ExpandValue - Variable in class adams.flow.standalone.SetVariable
whether to expand the value.
m_ExpandValue - Variable in class adams.flow.transformer.SetManyVariables
whether to expand the value.
m_ExpandValue - Variable in class adams.flow.transformer.SetVariable
whether to expand the value.
m_ExpandVariables - Variable in class adams.data.conversion.SpreadSheetAddFormulaColumn
whether to expand variables.
m_ExpandVariables - Variable in class adams.data.conversion.SpreadSheetAddFormulaRow
whether to expand variables.
m_ExpandVariables - Variable in class adams.flow.source.CurrentFlow
whether to expand variables.
m_ExpandVariables - Variable in class adams.flow.source.SpecifiedActor
whether to expand variables.
m_ExpansionDelay - Variable in class adams.gui.core.DragAndDropTree
the time in msecs before expanding a node during drag'n'drop.
m_ExpansionExecutor - Variable in class adams.gui.core.DragAndDropTree
used for expanding nodes during drag'n'drop.
m_ExpansionOccurred - Variable in class adams.gui.core.LazyExpansionTreeNode
whether the tree node has been expanded before.
m_Experiment - Variable in class adams.flow.source.WekaNewExperiment
the experiment.
m_Experiment - Variable in class adams.flow.transformer.WekaExperimentExecution
the current experiment.
m_Experiment - Variable in class adams.gui.goe.WekaExperimentFileEditor.SimpleSetupDialog
the current experiment.
m_Experiment - Variable in class adams.gui.tools.wekainvestigator.tab.experimenttab.ResultItem
the experiment container.
m_Experiment - Variable in class adams.gui.tools.wekainvestigator.tab.experimenttab.setup.CrossValidationSetup
the experiment.
m_Experiment - Variable in class adams.gui.tools.wekainvestigator.tab.experimenttab.setup.TrainTestSplitSetup
the experiment.
m_Experiment - Variable in class adams.opt.genetic.setupupload.AbstractSetupUpload
the name of the experiment.
m_ExperimentFile - Variable in class adams.flow.transformer.WekaExperiment
the experiment file.
m_ExperimentIO - Variable in class adams.gui.tools.wekamultiexperimenter.setup.AbstractSetupPanel
the handler for loading/saving experiments.
m_ExperimentType - Variable in class adams.flow.sink.WekaExperimentGenerator
the type of experiment.
m_ExpiryInterval - Variable in class adams.flow.control.AbstractDataContainerFileChecker
the expiry interval for temporary blacklisted items, before moving them into the final list.
m_ExpiryTimeLeft - Variable in class adams.gui.core.BaseStatusBar
the expiry time in seconds for clearing the left status automatically.
m_ExpiryTimeRight - Variable in class adams.gui.core.BaseStatusBar
the expiry time in seconds for clearing the right status automatically.
m_Explorer - Variable in class weka.gui.explorer.ExperimentPanel
the parent frame.
m_Explorer - Variable in class weka.gui.explorer.SqlPanel
the parent frame
m_Exponent - Variable in class adams.data.statistics.ArrayMinkowskiDistance
the exponent p.
m_Export - Variable in class adams.multiprocess.SerializingJobRunner
the file to serialize the unexecuted jobs to.
m_ExportDialog - Variable in class adams.gui.flow.menu.FileExport
the dialog for exporting the flow.
m_ExportDialog - Variable in class adams.gui.visualization.sequence.XYSequencePanel
the GOE dialog for saving the visible sequences.
m_ExportDialog - Variable in class adams.gui.visualization.timeseries.TimeseriesPanel
the export dialog.
m_ExporterClasses - Static variable in class adams.gui.visualization.debug.objectexport.AbstractObjectExporter
the exporters (classes) currently available.
m_Exporters - Static variable in class adams.gui.visualization.debug.objectexport.AbstractObjectExporter
the exporters (classnames) currently available.
m_Expression - Variable in class adams.data.conversion.MathExpression
the mathematical expression to evaluate.
m_Expression - Variable in class adams.data.conversion.SpreadSheetSplitColumn
the regular expression to use for splitting the string.
m_Expression - Variable in class adams.data.conversion.StringExpression
the string expression to evaluate.
m_Expression - Variable in class adams.data.spreadsheet.rowscore.MathExpression
the expression to use for combining the scores.
m_Expression - Variable in class adams.flow.condition.bool.AbstractExpression
the "If" expression to evaluate.
m_Expression - Variable in class adams.flow.source.CombineStorage
the expression containing the variables/storage placeholders.
m_Expression - Variable in class adams.flow.source.CombineVariables
the expression containing the variables.
m_Expression - Variable in class adams.flow.source.MathExpression
the mathematical expression to evaluate.
m_Expression - Variable in class adams.flow.source.StringExpression
the string expression to evaluate.
m_Expression - Variable in class adams.flow.transformer.AbstractDeleteReportValueByExpression
the expression to evaluate.
m_Expression - Variable in class adams.flow.transformer.MathExpression
the mathematical expression to evaluate.
m_Expression - Variable in class adams.flow.transformer.ReportMathExpression
the mathematical expression to evaluate.
m_Expression - Variable in class adams.flow.transformer.StringExpression
the string expression to evaluate.
m_Expression - Variable in class adams.flow.transformer.StringSplit
the regular expression to use for splitting the string.
m_Expression - Variable in class adams.flow.transformer.XPath
the XPath expression to apply.
m_Expression - Variable in class adams.gui.visualization.sequence.MathExpressionOverlayPaintlet
the expression to evaluate.
m_Expression - Variable in class adams.parser.AbstractExpressionEvaluator
the expression to evaluate.
m_Expression - Variable in class weka.classifiers.functions.MathExpressionClassifier
the expression.
m_Expressions - Variable in class adams.gui.tools.ExpressionWatchPanel.TableModel
the expressions.
m_ExpressionsModel - Variable in class adams.gui.tools.ExpressionWatchPanel
the table model.
m_Extension - Variable in class adams.core.io.AbstractFilenameGeneratorWithExtension
the extension to use.
m_Extension - Variable in class adams.data.conversion.ReplaceFileExtension
the new file extension to use.
m_Extension - Variable in class adams.doc.listing.OptionOutput
the extension to use for the files.
m_Extension - Variable in class adams.flow.transformer.splitfile.AbstractFileSplitter
the file extension to use.
m_Extension - Variable in class adams.gui.tools.previewbrowser.ContentHandlerFavorites.ContentHandlerFavorite
the extension.
m_Extensions - Variable in class adams.flow.source.SelectFile
the extensions to offer in the file chooser.
m_Extensions - Variable in class adams.flow.source.valuedefinition.FileValueDefinition
the extensions to offer in the file chooser.
m_Extensions - Variable in class adams.flow.transformer.pdfproclet.AbstractSpreadSheetPdfProclet
the file extensions.
m_Extensions - Variable in class adams.flow.transformer.pdfproclet.Circle
the file extensions.
m_Extensions - Variable in class adams.flow.transformer.pdfproclet.FixedText
the file extensions.
m_Extensions - Variable in class adams.flow.transformer.pdfproclet.Headline
the file extensions.
m_Extensions - Variable in class adams.flow.transformer.pdfproclet.Line
the file extensions.
m_Extensions - Variable in class adams.flow.transformer.pdfproclet.MetaHeadline
the file extensions.
m_Extensions - Variable in class adams.flow.transformer.pdfproclet.NewPage
the file extensions.
m_Extensions - Variable in class adams.flow.transformer.pdfproclet.PlainText
the file extensions.
m_Extensions - Variable in class adams.flow.transformer.pdfproclet.Rectangle
the file extensions.
m_Extensions - Variable in class adams.gui.core.ExtensionFileFilter
the extensions.
m_extent - Variable in class adams.gui.print.PostscriptGraphics
The bounding box of the output
m_Extent - Variable in class adams.gui.visualization.object.objectannotations.outline.PolygonVertices
the maximum width/height of the shape to plot around the vertices.
m_Extent - Variable in class adams.gui.visualization.object.objectannotations.outline.RectangleVertices
the maximum width/height of the shape to plot around the vertices.
m_Extent - Variable in class adams.gui.visualization.segmentation.layer.Markers
the maximum width/height of the shape to plot around the marker points.
m_ExternalActor - Variable in class adams.flow.core.AbstractExternalActor
the external actor itself.
m_ExternalFlow - Variable in class adams.flow.standalone.ExternalFlow
the external flow itself.
m_ExternalFlowMonitor - Variable in class adams.gui.flow.tree.Node
for monitoring external actor files.
m_Extractor - Variable in class adams.core.io.fileuse.ImageMetaDataExtractor
the meta-data extractor to use.
m_Extractor - Variable in class adams.flow.transformer.ImageMetaData
the extractor to use.
m_ExtractorCache - Static variable in class adams.gui.visualization.debug.objecttree.Node
caching the class / extractors relation.
m_ExtractorClasses - Static variable in class adams.gui.visualization.debug.propertyextractor.AbstractPropertyExtractor
the extractors (classes) currently available.
m_Extractors - Static variable in class adams.gui.visualization.debug.propertyextractor.AbstractPropertyExtractor
the extractors (classnames) currently available.
m_FacadeName - Variable in class adams.db.FacadeManager
the facade this manager is for.
m_Facades - Variable in class adams.db.FacadeManager
for storing the facade objects.
m_Factor - Variable in class adams.data.jai.transformer.Brightness
the factor to use.
m_Factor - Variable in class adams.flow.control.removeoutliers.IQR
the outlier factor.
m_Factor - Variable in class adams.flow.control.removeoutliers.MeanAbsoluteError
the stdev factor.
m_Factor - Variable in class adams.flow.control.removeoutliers.StdDev
the stdev factor.
m_Factor - Variable in class adams.gui.visualization.sequence.StdDevOverlayPaintlet
the factor to multiply the standard deviation with.
m_FactorX - Variable in class adams.data.opencv.transformer.Resize
the x factor.
m_Factory - Variable in class adams.gui.tools.FileChooserBookmarksManagementPanel
the manager.
m_FactorY - Variable in class adams.data.opencv.transformer.Resize
the y factor.
m_failed - Variable in class weka.clusterers.SAXKMeans
 
m_Failed - Variable in class adams.flow.transformer.AbstractDataProcessor
the directory containing the elements that couldn't be processed.
m_Failed - Variable in class adams.scripting.engine.FileBasedScriptingEngine
the directory containing the elements that couldn't be processed.
m_Failed - Variable in class weka.classifiers.meta.SubsetEnsemble
The number of classifiers that experienced a failure of some sort during construction.
m_Failed - Variable in class weka.classifiers.meta.VotedImbalance
The number of classifiers that experienced a failure of some sort during construction.
m_FailedConnectAttempts - Variable in class adams.db.AbstractDatabaseConnection
for keeping track of unsuccessful connection attempts.
m_FailedDir - Variable in class adams.scripting.requesthandler.CommandDumperHandler
the output directory for failed requests.
m_FailedDir - Variable in class adams.scripting.responsehandler.CommandDumperHandler
the output directory for failed requests.
m_FailedSuffix - Variable in class adams.core.net.SimpleMailer
the suffix for the emails that couldn't be sent.
m_FailOnProcessError - Variable in class adams.flow.source.Exec
whether to fail on process error.
m_FakeSuper - Variable in class adams.flow.source.RSync
 
m_Fallback - Variable in class adams.data.areaoverlap.BoundingBoxBased
whether to fallback on bounding box.
m_Fallback - Variable in class adams.data.areaoverlap.PolygonBased
whether to fallback on bounding box.
m_Fallback - Variable in class adams.data.objectoverlap.IntersectOverUnionRatio
whether to fallback on bounding box.
m_Fallback - Variable in class adams.gui.visualization.object.objectannotations.outline.PolygonOutline
whether to fallback on bounding box.
m_Fallback - Variable in class adams.gui.visualization.object.objectannotations.outline.PolygonVertices
whether to fallback on bounding box.
m_Fallback - Variable in class adams.gui.visualization.object.objectannotations.shape.FilledPolygon
whether to fallback on bounding box.
m_Fallback - Variable in class weka.classifiers.meta.Fallback
the fallback classifier.
m_FallBack - Variable in class weka.classifiers.functions.GPD
the fallback model.
m_FallbackColor - Variable in class adams.gui.visualization.object.objectannotations.colors.TypeColorMapping
the fallback color for labels that have no color defined.
m_FastDistanceCalc - Variable in class weka.clusterers.SAXKMeans
whether to use fast calculation of distances (using a cut-off).
m_Favorite - Variable in class adams.gui.goe.Favorites.FavoriteSelectionEvent
the selected favorite.
m_Favorites - Variable in class adams.gui.tools.FavoritesManagementPanel.AbstractFavoritesListModel
the underlying favorites.
m_Favorites - Variable in class adams.gui.tools.FavoritesManagementPanel
the favorites in use.
m_Favorites - Variable in class adams.gui.tools.previewbrowser.ContentHandlerFavorites
the favorites.
m_Favorites - Variable in class adams.gui.tools.previewbrowser.PreviewDisplay
the favorites per extension.
m_FavorZeroes - Variable in class adams.opt.genetic.AbstractGeneticAlgorithm
whether to favor 0s instead of 1s.
m_FavorZeroes - Variable in class adams.opt.optimise.genetic.AbstractGeneticAlgorithm
whether to favor 0s instead of 1s.
m_FeatureGeneratorObject - Variable in class adams.data.boofcv.features.Scripted
the loaded script object.
m_FeatureGeneratorObject - Variable in class adams.data.image.features.Scripted
the loaded script object.
m_FeatureGeneratorObject - Variable in class adams.data.opencv.features.Scripted
the loaded script object.
m_FeatureSelector - Variable in class weka.classifiers.trees.XGBoost
Feature selection and ordering method.
m_ff - Variable in class adams.opt.optimise.GeneticAlgorithm.GAJob
fitness function.
m_field - Variable in class adams.data.outlier.MinMax
the quant field.
m_Field - Variable in class adams.core.io.ReportFieldFilenameGenerator
the field to obtain the filename from.
m_Field - Variable in class adams.data.conversion.ExtractDateTimeField
the field to extract.
m_Field - Variable in class adams.data.groupextraction.ReportField
the report field.
m_Field - Variable in class adams.data.groupextraction.ReportFieldRegExp
the report field.
m_Field - Variable in class adams.data.groupupdate.ReportField
the report field.
m_Field - Variable in class adams.data.idextraction.ReportField
the report field.
m_Field - Variable in class adams.data.idupdate.ReportField
the report field.
m_Field - Variable in class adams.data.outlier.FieldRequired
the name of the field that needs to be present.
m_Field - Variable in class adams.data.outlier.StringMatcher
the name of the reference compound.
m_Field - Variable in class adams.data.outlier.TargetRequired
the name of the reference compound.
m_Field - Variable in class adams.flow.condition.bool.BooleanReportValue
the field in the report to check.
m_Field - Variable in class adams.flow.condition.bool.ReportValueExists
the field in the report to check.
m_Field - Variable in class adams.flow.template.StoreReportValueInVariable
the report field to extract.
m_Field - Variable in class adams.flow.transformer.AbstractDeleteReportValueByExpression
the field to delete from the report if the expression evaluates to true.
m_Field - Variable in class adams.flow.transformer.AbstractGetReportValue
the field to get from the report.
m_Field - Variable in class adams.flow.transformer.AbstractSetReportValue
the field to get from the report.
m_Field - Variable in class adams.flow.transformer.ImageLabeler
the field to use in the report.
m_Field - Variable in class adams.flow.transformer.Mat5GetStructField
the name of the field to retrieve.
m_Field - Variable in class adams.flow.transformer.Mat5SetStructField
the name of the field to add.
m_Field - Variable in class adams.flow.transformer.ReportMathExpression
the field for the result.
m_Field - Variable in class adams.flow.transformer.timeseriessplit.ReportDate
the field in the report to split on.
m_Field - Variable in class adams.gui.visualization.image.MetaDataText
the meta-data field to display.
m_Field - Variable in class adams.gui.visualization.object.annotator.ClassificationLabelAnnotator
the field to store the classification label in.
m_Field - Variable in class adams.gui.visualization.object.overlay.ClassificationLabelTextOverlay
the field to store the classification label in.
m_FieldDelimiter - Variable in class adams.flow.transformer.StringCut
the field delimiter.
m_FieldIndex - Variable in class adams.flow.transformer.StringCut
the field number to extract.
m_FieldLabel - Variable in class adams.data.io.input.ImageClassificationJsonReportReader
the report field to store the label under.
m_FieldLabel - Variable in class adams.data.io.input.ImageClassificationSpreadSheetReportReader
the report field to store the label under.
m_FieldLabel - Variable in class adams.gui.tools.previewbrowser.ImageClassificationHandler
the report field to get the label from.
m_FieldName - Variable in class adams.data.io.input.Mat5SpreadSheetReader
the name of the field to retrieve from the struct.
m_Fields - Variable in class adams.data.boofcv.multiimageoperation.ReportFieldSubtraction
the report fields to subtract.
m_Fields - Variable in class adams.data.conversion.ReportToWekaInstance
the fields to turn into an instance.
m_Fields - Variable in class adams.data.image.AbstractImageFeatureGenerator
fields to add to the output data.
m_Fields - Variable in class adams.data.image.multiimageoperation.ReportFieldSubtraction
the report fields to subtract.
m_Fields - Variable in class adams.data.opencv.multiimageoperation.ReportFieldSubtraction
the report fields to subtract.
m_Fields - Variable in class adams.data.report.Report
fields.
m_Fields - Variable in class adams.data.timeseries.AbstractTimeseriesFeatureGenerator
fields to add to the output data.
m_Fields - Variable in class adams.flow.transformer.AbstractDeleteDbReportValue
the field(s) to delete from the report.
m_Fields - Variable in class adams.flow.transformer.AbstractDeleteReportValue
the field(s) to delete from the report.
m_Fields - Variable in class adams.flow.transformer.AbstractReportValueDbWriter
the fields to write to DB.
m_Fields - Variable in class adams.gui.selection.FieldCacheTableModel
the fields to display.
m_Fields - Variable in class adams.gui.visualization.report.ReportDateFieldPaintlet
the date fields in the report.
m_Fields - Variable in class adams.gui.visualization.report.ReportFactory.Model
for faster access, caching the fields.
m_FieldScore - Variable in class adams.data.io.input.ImageClassificationJsonReportReader
the report file to store the score under.
m_FieldScore - Variable in class adams.data.io.input.ImageClassificationSpreadSheetReportReader
the report file to store the score under.
m_FieldScore - Variable in class adams.gui.tools.previewbrowser.ImageClassificationHandler
the report file to get the score from.
m_FieldType - Variable in class adams.gui.selection.AbstractSelectDatabaseFieldPanel
the type of fields to display.
m_FieldType - Variable in class adams.gui.selection.FieldCacheTableModel
the field type to use.
m_FieldType - Variable in class adams.gui.selection.SelectFieldPanel
the type of fields to display.
m_File - Variable in class adams.core.io.filechanged.AbstractFileChangeMonitor
the file to monitor.
m_File - Variable in class adams.core.io.FtpFileObject
the underlying file.
m_File - Variable in class adams.core.io.lister.SortContainer
the file object to be sorted.
m_File - Variable in class adams.core.io.LocalFileObject
the wrapped file.
m_File - Variable in class adams.core.io.SmbFileObject
the actual file.
m_File - Variable in class adams.flow.condition.bool.BinaryFile
the file to look for.
m_File - Variable in class adams.flow.condition.bool.FileComplete
the file to look for.
m_File - Variable in class adams.flow.condition.bool.FileExists
the file to look for.
m_File - Variable in class adams.flow.condition.bool.FileInUse
the file to look for.
m_File - Variable in class adams.flow.control.flowrestart.notification.TimestampFile
the file to update.
m_File - Variable in class adams.flow.setup.FlowSetup
the flow file.
m_File - Variable in class adams.flow.transformer.FileTailer.Listener
the monitored file.
m_File - Variable in class adams.flow.transformer.MoveFile
the target.
m_File - Variable in class adams.gui.chooser.ImagePreview
the thumbnail.
m_File - Variable in class adams.gui.core.FilePanel.FileDoubleClickEvent
the file that got double clicked.
m_File - Variable in class adams.gui.core.RecentFilesHandlerWithCommandline.Setup
the file.
m_File - Variable in class adams.gui.flow.FlowWorker
the current flow file.
m_File - Variable in class adams.gui.flow.tree.Tree
the file this actor is based on (if at all).
m_File - Variable in class adams.gui.tools.FileMonitorPanel.Listener
the monitored file.
m_File - Variable in class adams.scripting.command.basic.SendFile
the file to send.
m_FileChooser - Variable in class adams.flow.execution.AbstractFlowExecutionListenerWithTable
the file chooser for saving the spreadsheet.
m_FileChooser - Variable in class adams.flow.sink.AbstractTextualDisplay
the filedialog for loading/saving flows.
m_FileChooser - Variable in class adams.flow.standalone.ConsoleWindow
the filedialog for saving the output.
m_FileChooser - Variable in class adams.gui.chooser.DatasetFileChooserPanel
the filechooser for selecting the dataset.
m_FileChooser - Variable in class adams.gui.chooser.FileChooserPanel
the JFileChooser for selecting a file.
m_FileChooser - Variable in class adams.gui.chooser.SpreadSheetFileChooserPanel
the filechooser for selecting the dataset.
m_FileChooser - Variable in class adams.gui.core.AbstractTextAreaPanelWithAdvancedSyntaxHighlighting
for saving the content.
m_FileChooser - Variable in class adams.gui.core.BaseLogPanel
the file chooser for saving the log.
m_FileChooser - Static variable in class adams.gui.core.BasePanel
the filechooser for saving the panel.
m_FileChooser - Variable in class adams.gui.core.BaseTable
the file chooser for saving the spreadsheet.
m_FileChooser - Variable in class adams.gui.core.BufferHistoryPanel
the file chooser for saving buffers.
m_FileChooser - Variable in class adams.gui.core.FileListWithButtons
the file chooser for selecting files.
m_FileChooser - Variable in class adams.gui.core.PropertiesParameterPanel
the filechooser for loading/saving properties.
m_FileChooser - Variable in class adams.gui.core.SimpleLogPanel
the filechooser for saving the log.
m_FileChooser - Variable in class adams.gui.core.StyledTextEditorPanel
for saving the content.
m_FileChooser - Variable in class adams.gui.core.TextEditorPanel
for saving the content.
m_FileChooser - Variable in class adams.gui.dialog.SpreadSheetPanel
the filedialog for saving the spreadsheet.
m_FileChooser - Variable in class adams.gui.flow.FlowControlCenterPanel
the filedialog for loading/saving flows.
m_FileChooser - Variable in class adams.gui.flow.FlowEditorPanel
the filedialog for loading/saving flows.
m_FileChooser - Variable in class adams.gui.flow.FlowRunnerPanel
the filedialog for loading/saving flows.
m_FileChooser - Variable in class adams.gui.goe.FileEditor
The file chooser used for selecting files.
m_FileChooser - Variable in class adams.gui.goe.FlowFileEditor
The file chooser used for selecting files.
m_FileChooser - Variable in class adams.gui.goe.GenericObjectEditor.GOEPanel
The filechooser for opening and saving object files.
m_FileChooser - Variable in class adams.gui.goe.PlaceholderFileEditor
The file chooser used for selecting files.
m_FileChooser - Variable in class adams.gui.help.HelpHistoryPanel
the file chooser for saving buffers.
m_FileChooser - Variable in class adams.gui.menu.BoundaryVisualizer
filechooser for BoundaryVisualizers.
m_FileChooser - Variable in class adams.gui.menu.CostCurve
filechooser for ROCs.
m_FileChooser - Variable in class adams.gui.menu.GraphVisualizer
filechooser for GraphVisualizers.
m_FileChooser - Variable in class adams.gui.menu.InstancesPlot
filechooser for Plots.
m_FileChooser - Variable in class adams.gui.menu.MarginCurve
filechooser for ROCs.
m_FileChooser - Variable in class adams.gui.menu.ROC
filechooser for ROCs.
m_FileChooser - Variable in class adams.gui.menu.TreeVisualizer
filechooser for TreeVisualizers.
m_FileChooser - Static variable in class adams.gui.print.PrintMouseListener
the filechooser for saving the panel.
m_FileChooser - Variable in class adams.gui.scripting.AbstractScriptingDialog
for loading/saving the scripts.
m_FileChooser - Variable in class adams.gui.scripting.ScriptingLogPanel
the file chooser for saving the log.
m_FileChooser - Variable in class adams.gui.tools.AbstractManagementPanel
the file chooser for saving the spreadsheet.
m_FileChooser - Variable in class adams.gui.tools.ConsoleOutputAnalyzerPanel
the filechooser for loading the files.
m_FileChooser - Variable in class adams.gui.tools.DatasetCompatibilityPanel
the filechooser for selecting the datasets.
m_FileChooser - Variable in class adams.gui.tools.FileMonitorPanel
the filedialog for loading files.
m_FileChooser - Variable in class adams.gui.tools.NestedFormatViewerPanel
the file chooser for loading the files in nested format.
m_FileChooser - Variable in class adams.gui.tools.PreviewBrowserPanel
the file chooser for opening files.
m_FileChooser - Variable in class adams.gui.tools.PropertiesViewerPanel
the file chooser for loading external props files.
m_FileChooser - Variable in class adams.gui.tools.SpreadSheetViewerPanel
the filedialog for loading CSV files.
m_FileChooser - Variable in class adams.gui.tools.SystemInfoPanel
the file chooser for saving the system info data.
m_FileChooser - Variable in class adams.gui.tools.VariableManagementPanel
the filechooser for choosing directories.
m_FileChooser - Variable in class adams.gui.tools.wekainvestigator.datatable.action.Save
the file chooser for exporting.
m_FileChooser - Variable in class adams.gui.tools.wekainvestigator.InvestigatorPanel
the filechooser for datasets.
m_FileChooser - Variable in class adams.gui.tools.wekainvestigator.output.AbstractOutputPanelWithPopupMenu
the filechooser.
m_FileChooser - Variable in class adams.gui.tools.wekainvestigator.source.SpreadSheet
the filechooser.
m_FileChooser - Variable in class adams.gui.tools.wekamultiexperimenter.analysis.PlainTextResultsPanel
the filechooser for saving the output.
m_FileChooser - Variable in class adams.gui.tools.wekamultiexperimenter.analysis.TableResultsPanel
the filechooser for saving the output.
m_FileChooser - Variable in class adams.gui.tools.wekamultiexperimenter.io.AbstractExperimentIO
the filechooser for experiments.
m_FileChooser - Variable in class adams.gui.tools.wekamultiexperimenter.setup.DatasetPanel
the file chooser for selecting files.
m_FileChooser - Variable in class adams.gui.tools.XSLTPanel.SubPanel
the file chooser.
m_FileChooser - Variable in class adams.gui.visualization.core.plot.ContentPanel
the filechooser for saving the panel.
m_FileChooser - Variable in class adams.gui.visualization.debug.objecttree.Tree
filechooser for exporting objects.
m_FileChooser - Variable in class adams.gui.visualization.debug.StoragePanel
the filechooser for exporting the object.
m_FileChooser - Variable in class adams.gui.visualization.image.ImagePanel
for determining readers and writers.
m_FileChooser - Variable in class adams.gui.visualization.image.ImageViewerPanel
the file chooser for the pictures.
m_FileChooser - Variable in class adams.gui.visualization.instance.InstancePanel
the file chooser for saving a specific sequence.
m_FileChooser - Variable in class adams.gui.visualization.instances.InstancesTable
the filechooser for exporting data.
m_FileChooser - Variable in class adams.gui.visualization.object.CanvasPanel
the file dialog for saving the image.
m_FileChooser - Variable in class adams.gui.visualization.pdf.PDFViewerPanel
the filedialog for loading CSV files.
m_FileChooser - Variable in class adams.gui.visualization.report.ReportFactory.Table
the file chooser for saving the report.
m_FileChooser - Variable in class adams.gui.visualization.sequence.XYSequencePanel
the file chooser for saving a specific sequence.
m_FileChooser - Variable in class adams.gui.visualization.spreadsheet.SpreadSheetRowPanel
the file chooser for saving a specific sequence.
m_FileChooser - Variable in class adams.gui.visualization.stats.fourinone.VersusFit
the file chooser for saving a specific sequence.
m_FileChooser - Variable in class adams.gui.visualization.stats.fourinone.VersusOrder
the file chooser for saving a specific sequence.
m_FileChooser - Variable in class adams.gui.visualization.stats.histogram.Histogram
the file chooser for saving a specific sequence.
m_FileChooser - Variable in class adams.gui.visualization.stats.probabilityplot.NormalPlot
the file chooser for saving a specific sequence.
m_FileChooser - Variable in class adams.gui.visualization.stats.probabilityplot.ProbabilityPlot
the file chooser for saving a specific sequence.
m_FileChooser - Variable in class adams.gui.visualization.stats.scatterplot.ScatterPlot
the file chooser for saving a specific sequence.
m_FileChooser - Variable in class adams.gui.visualization.stats.zscore.ZScore
the file chooser for saving a specific sequence.
m_FileChooser - Variable in class adams.gui.wizard.AbstractWizardPage
the filechooser for loading/saving properties.
m_FileChooser - Variable in class adams.gui.wizard.AbstractWizardPane
the filechooser for loading/saving properties.
m_FileChooser - Variable in class adams.gui.wizard.SelectMultipleFilesPage
the filechooser for selecting the files.
m_FileChooser - Variable in class adams.gui.wizard.WekaPropertySheetPanelPage
the filechooser for loading/saving properties.
m_FileChooser - Variable in class adams.gui.wizard.WekaSelectMultipleDatasetsPage
the filechooser for selecting the files.
m_FileChooser - Variable in class weka.gui.explorer.ExplorerExt
The file chooser for selecting data files
m_FileChooserCodeOutput - Variable in class adams.gui.tools.OptionsConversionPanel
the file chooser for saving the code options.
m_FileChooserConfiguration - Variable in class adams.gui.tools.SpreadSheetProcessorPanel
filechooser for load/save configurations.
m_FileChooserFlow - Variable in class adams.gui.tools.ImageProcessorPanel
the file chooser for the flows.
m_FileChooserFlow - Variable in class adams.gui.tools.spreadsheetprocessor.processors.FlowProcessor
the file chooser for the flows.
m_FileChooserIDs - Variable in class adams.gui.tools.wekainvestigator.tab.CompareTab
the file saver for storing the IDs.
m_FileChooserImage - Variable in class adams.gui.tools.ImageProcessorPanel
the file chooser for the pictures.
m_FileChooserInput - Variable in class adams.gui.tools.AbstractSimpleConversionPanel
the file chooser for loading the options.
m_FileChooserInput - Variable in class adams.gui.tools.OptionsConversionPanel
the file chooser for loading the options.
m_FileChooserNotes - Variable in class adams.gui.tools.PreviewBrowserPanel
the file chooser for the notes.
m_FileChooserOutput - Variable in class adams.gui.tools.AbstractSimpleConversionPanel
the file chooser for saving the options.
m_FileChooserOutput - Variable in class adams.gui.tools.OptionsConversionPanel
the file chooser for saving the options.
m_FileChooserPanelKey - Variable in class adams.gui.tools.SSHPanel
the file panel for the key.
m_FileChooserPanelKnownHosts - Variable in class adams.gui.tools.SSHPanel
the file panel for the known hosts.
m_FileChooserParameters - Variable in class adams.gui.tools.wekainvestigator.tab.AbstractInvestigatorTab
the file chooser.
m_FileChooserResults - Variable in class adams.gui.tools.wekamultiexperimenter.ExperimenterPanel
the filechooser for loading/saving results.
m_FileChooserTitle - Variable in class adams.flow.source.SelectFile
the title of the file chooser dialog.
m_FileChooserTitle - Variable in class adams.flow.source.valuedefinition.DirectoryValueDefinition
the title of the file chooser dialog.
m_FileChooserTitle - Variable in class adams.flow.source.valuedefinition.FileValueDefinition
the title of the file chooser dialog.
m_FileChooserTitle - Variable in class adams.flow.source.WekaSelectDataset
the title of the file chooser dialog.
m_FileChooserTitle - Variable in class adams.gui.chooser.FileChooserPanel
the title to use for the filechooser.
m_FileChooserTitleDefault - Variable in class adams.gui.chooser.FileChooserPanel
the default filechooser title.
m_FileCounter - Variable in class adams.flow.template.IterateFilesWithProgressBar
the counter variable.
m_FileDoubleClickListeners - Variable in class adams.gui.core.FilePanel
the double click listener for a file.
m_FileExists - Variable in class adams.data.io.output.AccessSpreadSheetWriter
whether the file already exists.
m_FileExists - Variable in class adams.data.io.output.CsvSpreadSheetWriter
whether the file already exists.
m_FileExists - Variable in class adams.data.io.output.SqlDumpSpreadSheetWriter
whether the file already exists.
m_FileFormat - Variable in class adams.data.io.output.AccessSpreadSheetWriter
the file format to use.
m_FileLeft - Variable in class adams.gui.tools.DiffPanel
the file with the left content.
m_FileMonitors - Variable in class adams.gui.tools.previewbrowser.CocoAnnotationsHandler.CombinedPanel
the file monitors (json file -> monitor).
m_FileMustExist - Variable in class adams.gui.chooser.AbstractExtensionFileFilterFileChooser
whether the file to be opened must exist (only open dialog).
m_Filename - Variable in class adams.flow.transformer.CopyFile
the (optional) new filename.
m_Filename - Variable in class adams.gui.tools.spreadsheetviewer.SpreadSheetPanel
the associated file name.
m_FileNameGeneration - Variable in class adams.flow.transformer.AbstractDataContainerFileWriter
how to generate the filename.
m_FilenameGenerator - Variable in class adams.data.io.output.AbstractTextWriterWithFilenameGenerator
the filename generator to use.
m_FilenameGenerator - Variable in class adams.flow.control.CallableActorScreenshot
the filename generator to use.
m_FilenamePrefix - Variable in class adams.flow.sink.Screenshot
the prefix for the auto-generated filename.
m_FilenameProposer - Variable in class adams.gui.flow.FlowControlCenterPanel
for proposing filenames for new flows.
m_FilenameProposer - Variable in class adams.gui.flow.FlowEditorPanel
for proposing filenames for new flows.
m_FilenameProposer - Variable in class adams.gui.scripting.AbstractScriptingDialog
for proposing filenames for new flows.
m_FilenameProposer - Variable in class adams.gui.scripting.ScriptingLogPanel
for proposing filenames for new flows.
m_FilenameReplaceChar - Variable in class adams.data.id.AbstractIDFilenameGenerator
the filename replacement character.
m_FilenameVariable - Variable in class adams.flow.sink.Screenshot
the variable to use as filename.
m_FileOnlyOutput - Variable in class adams.flow.standalone.ConsoleWindow
whether to only use file output.
m_FileOperations - Variable in class adams.gui.tools.FileCommanderPanel
the current file operations.
m_FilePanel - Variable in class adams.gui.visualization.instance.LoadDatasetDialog
for selecting the dataset file.
m_FilePanel - Variable in class adams.gui.visualization.spreadsheet.LoadSpreadSheetDialog
for selecting the dataset file.
m_FilePrefix - Variable in class adams.data.io.output.DeepLabCutCSVWriter
the file prefix to use.
m_FileRegExp - Variable in class adams.data.io.input.DeepLabCutCSVReader
the regexp the files must match.
m_FileRight - Variable in class adams.gui.tools.DiffPanel
the file with the right content.
m_Files - Variable in class adams.core.management.ExternalResourceClassPathAugmenter
the jars/zips to add to the classpath.
m_Files - Variable in class adams.flow.source.FileSupplier
the files to broadcast.
m_Files - Variable in class adams.gui.core.FilePanel
the currently listed files.
m_Files - Variable in class adams.gui.core.FileWrapperListModel
the files.
m_Files - Variable in class adams.gui.core.FileWrapperTableModel
the files.
m_Files - Variable in class adams.gui.tools.filecommander.FileCommanderDirectoryPanel
the left side.
m_FilesActive - Variable in class adams.gui.tools.FileCommanderPanel
the active panel.
m_FilesChangeListeners - Variable in class adams.gui.core.FilePanel
the listeners for when the files get updated.
m_FileSerialize - Variable in class adams.gui.tools.wekainvestigator.tab.PreprocessTab
the file to serialize the trained filter to.
m_FilesFrom - Variable in class adams.flow.source.RSync
 
m_FilesFrom - Variable in class adams.flow.source.SimpleRSync
 
m_FilesInactive - Variable in class adams.gui.tools.FileCommanderPanel
the inactive panel.
m_FileSuffix - Variable in class adams.gui.tools.previewbrowser.ImageClassificationHandler
the file suffix to force (incl extension).
m_FileSuffix - Variable in class adams.gui.tools.previewbrowser.ObjectAnnotationsHandler
the file suffix to force (incl extension).
m_FileWriter - Variable in class adams.core.io.BufferedFileWriter
the file writer.
m_Fill - Variable in class adams.flow.sink.BoxPlot
Fill the box with color
m_Fill - Variable in class adams.flow.transformer.draw.Oval
whether to fill the oval.
m_Fill - Variable in class adams.flow.transformer.draw.Rectangle
whether to fill the rectangle.
m_Fill - Variable in class adams.flow.transformer.pdfproclet.Circle
whether to fill the circle.
m_Fill - Variable in class adams.flow.transformer.pdfproclet.Rectangle
whether to fill the circle.
m_Fill - Variable in class adams.gui.visualization.stats.boxplot.BoxPlotGraph
Fill each of the boxes with color
m_Fill - Variable in class adams.gui.visualization.stats.boxplot.BoxPlotManager
Whether boxes should be filled
m_Fill - Variable in class adams.gui.visualization.stats.paintlet.AbstractProbabilityPaintlet
Whether to fill the data points
m_Fill - Variable in class adams.gui.visualization.stats.paintlet.HistogramPaintlet
Whether to fill the bins with color
m_Fill - Variable in class adams.gui.visualization.stats.paintlet.ScatterPaintletCircle
Whether to fill data points
m_Fill - Variable in class adams.gui.visualization.stats.paintlet.VsFitPaintlet
Whether to fill data points
m_Fill - Variable in class adams.gui.visualization.stats.paintlet.VsOrderPaintlet
Whether to fill the data points
m_Fill - Variable in class adams.gui.visualization.stats.paintlet.ZScoreCircle
Whether to fill the data points
m_FillColor - Variable in class adams.gui.visualization.stats.paintlet.AbstractProbabilityPaintlet
Color to fill data points
m_FillColor - Variable in class adams.gui.visualization.stats.paintlet.HistogramPaintlet
Color to fill the bins with if fill is chosen
m_FillColor - Variable in class adams.gui.visualization.stats.paintlet.ScatterPaintletCircle
the fill color.
m_FillColor - Variable in class adams.gui.visualization.stats.paintlet.VsFitPaintlet
Color for filling data points
m_FillColor - Variable in class adams.gui.visualization.stats.paintlet.VsOrderPaintlet
Color to fill the data points
m_FillColor - Variable in class adams.gui.visualization.stats.paintlet.ZScoreCircle
Color for filling data points
m_Filled - Variable in class adams.flow.transformer.draw.ObjectLocationsFromReport
whether to draw the shape filled.
m_Filled - Variable in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
whether to draw the shape filled.
m_Filled - Variable in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
whether to draw the shape filled.
m_Filled - Variable in class adams.gui.visualization.image.ObjectLocationsOverlayFromReport
whether to draw the shape filled.
m_Filled - Variable in class adams.gui.visualization.object.overlay.ObjectLocationsOverlayFromReport
whether to draw the shape filled.
m_FillerBoolean - Variable in class adams.data.featureconverter.FixedNumFeatures
the boolean filler.
m_FillerBoolean - Variable in class adams.data.timeseries.FixedNumFeatures
the boolean filler.
m_FillerNumeric - Variable in class adams.data.featureconverter.FixedNumFeatures
the numeric filler.
m_FillerNumeric - Variable in class adams.data.timeseries.FixedNumFeatures
the numeric filler.
m_FillerString - Variable in class adams.data.featureconverter.FixedNumFeatures
the string filler.
m_FillerString - Variable in class adams.data.timeseries.FixedNumFeatures
the string filler.
m_FillerType - Variable in class adams.data.featureconverter.FixedNumFeatures
the filler type.
m_FillerType - Variable in class adams.data.timeseries.FixedNumFeatures
the filler type.
m_Filter - Variable in class adams.data.baseline.AbstractLOWESSBased
the filter to use.
m_Filter - Variable in class adams.data.baseline.AbstractSavitzkyGolayBased
the filter to use.
m_Filter - Variable in class adams.data.boofcv.features.FilteredBoofCVFeatureGenerator
the filter to use.
m_Filter - Variable in class adams.data.filter.AbstractFilter.FilterJob
the filter to use.
m_Filter - Variable in class adams.data.filter.AbstractGlobalDataContainerFilter
the filter being used in this table object.
m_Filter - Variable in class adams.data.filter.AbstractPreFilter
the filter to apply to the data first.
m_Filter - Variable in class adams.data.filter.ReportFilter
the report filter.
m_Filter - Variable in class adams.data.image.features.FilteredBufferedImageFeatureGenerator
the filter to use.
m_Filter - Variable in class adams.data.image.transformer.ImageFilter
the filter to apply.
m_Filter - Variable in class adams.data.instancesanalysis.pls.AbstractMultiClassPLS
for centering the data
m_Filter - Variable in class adams.data.instancesanalysis.pls.AbstractSingleClassPLS
for centering the data
m_Filter - Variable in class adams.data.outlier.FilteredOutlierDetector
the filter to use.
m_Filter - Variable in class adams.data.report.AbstractFilteredReportFilter
the report filter to apply.
m_Filter - Variable in class adams.data.spreadsheet.columnfinder.FilteredColumnFinder
the ColumnFinder to filter the data with first.
m_Filter - Variable in class adams.data.spreadsheet.filter.WekaFilter
the filter to use.
m_Filter - Variable in class adams.data.weka.rowfinder.FilteredIQR
the IQR filter.
m_Filter - Variable in class adams.flow.core.actorfilter.Invert
the base filter.
m_Filter - Variable in class adams.flow.source.RSync
 
m_Filter - Variable in class adams.flow.source.SimpleRSync
 
m_Filter - Variable in class adams.flow.standalone.LogEvent
the log record filter.
m_Filter - Variable in class adams.flow.standalone.logevent.NotFilter
the base filter to invert.
m_Filter - Variable in class adams.flow.transformer.AbstractFilter
the filter to apply.
m_Filter - Variable in class adams.flow.transformer.DatasetFilter
the batch filter to use.
m_Filter - Variable in class adams.flow.transformer.DatasetRowFilter
the batch filter to use.
m_Filter - Variable in class adams.flow.transformer.FilterMap
the map filter to apply.
m_Filter - Variable in class adams.flow.transformer.ImageObjectFilter
the object filter to apply to the located objects.
m_Filter - Variable in class adams.flow.transformer.ImageSegmentationContainerFilter
the transformer to apply to the container.
m_Filter - Variable in class adams.flow.transformer.SpreadSheetFilter.FilterJob
the filter to use.
m_Filter - Variable in class adams.flow.transformer.SpreadSheetFilter
the filter to apply.
m_Filter - Variable in class adams.flow.transformer.WekaFilter.BatchFilterJob
the filter to use.
m_Filter - Variable in class adams.flow.transformer.WekaFilter
the filter to apply.
m_Filter - Variable in class adams.flow.transformer.WekaInstanceEvaluator
the filter that is used for generating the new data format.
m_Filter - Variable in class adams.flow.transformer.WekaStreamFilter
the filter to apply.
m_Filter - Variable in class adams.gui.core.dotnotationtree.DotNotationTree
the item filter in use.
m_Filter - Variable in class adams.gui.event.FilterEvent
the filter to use.
m_Filter - Variable in class adams.gui.goe.GenericObjectEditor
the class filter in use.
m_Filter - Variable in class adams.gui.visualization.segmentation.tool.Filter
the current filter.
m_Filter - Variable in class weka.classifiers.functions.GaussianProcessesAdaptive
The filter used to standardize/normalize all values.
m_Filter - Variable in class weka.classifiers.functions.GaussianProcessesNoWeights
The filter used to standardize/normalize all values.
m_Filter - Variable in class weka.classifiers.functions.GaussianProcessesWeighted
The filter used to standardize/normalize all values.
m_Filter - Variable in class weka.classifiers.functions.GPD
The filter used to standardize/normalize all values.
m_Filter - Variable in class weka.classifiers.functions.PLSClassifierWeighted
the PLS filter
m_Filter - Variable in class weka.classifiers.functions.PLSWeighted
the actual filter to use
m_Filter - Variable in class weka.core.neighboursearch.FilteredSearch
The filter
m_Filter - Variable in class weka.filters.unsupervised.attribute.FastWavelet
an optional filter for preprocessing of the data.
m_filtered - Variable in class weka.classifiers.lazy.LWLSynchroPrefilter
 
m_Filtered - Variable in class adams.flow.transformer.SpreadSheetFilter.FilterJob
the filtered data.
m_Filtered - Variable in class adams.gui.tools.ConsoleOutputAnalyzerPanel
the filtered console output.
m_FilteredData - Variable in class adams.data.filter.AbstractFilter.FilterJob
the filtered data.
m_FilteredData - Variable in class adams.flow.transformer.WekaFilter.BatchFilterJob
the filtered data.
m_FilteredList - Variable in class adams.gui.visualization.container.AbstractContainerManager
the filtered containers.
m_FilteredObjects - Variable in class adams.gui.visualization.image.AbstractReportBasedOverlayHelper
the filtered located objects.
m_FilterError - Variable in class adams.gui.visualization.image.plugins.AbstractCurrentImageFilter
for storing filtering errors.
m_FilterError - Variable in class adams.gui.visualization.image.plugins.AbstractSelectedImagesFeatureGenerator
for storing filtering errors.
m_FilterError - Variable in class adams.gui.visualization.image.plugins.AbstractSelectedImagesFilter
for storing filtering errors.
m_FilterHtml - Variable in class adams.gui.help.HelpHistoryPanel
the html filter.
m_FilterListener - Variable in class adams.gui.visualization.container.FilterDialog
the listener.
m_FilterObject - Variable in class adams.data.filter.Groovy
the loaded script object.
m_FilterObject - Variable in class adams.data.filter.Scripted
the loaded script object.
m_FilterObject - Variable in class adams.data.report.Groovy
the loaded script object.
m_FilterObject - Variable in class adams.data.report.Scripted
the loaded script object.
m_FilterOverlayOriginalData - Variable in class adams.gui.visualization.timeseries.TimeseriesExplorer
indicates whether the filtered data was overlayed over the original.
m_Filters - Variable in class adams.data.filter.MultiFilter
the filters.
m_Filters - Variable in class adams.data.imagesegmentation.filter.MultiFilter
the base filters.
m_Filters - Variable in class adams.flow.standalone.logevent.AbstractMultiFilter
the base filters.
m_Filters - Variable in class adams.ml.preprocessing.unsupervised.MultiBatch
the filters to apply.
m_Filters - Variable in class adams.ml.preprocessing.unsupervised.MultiStream
the filters to apply.
m_Filters - Variable in class weka.filters.unsupervised.attribute.MetaPartitionedMultiFilter
The filters.
m_Filters - Variable in class weka.filters.unsupervised.attribute.PartitionedMultiFilter2
The filters.
m_FilterText - Variable in class adams.gui.help.HelpHistoryPanel
the text filter.
m_filterType - Variable in class weka.classifiers.functions.GaussianProcessesAdaptive
Whether to normalize/standardize/neither
m_filterType - Variable in class weka.classifiers.functions.GaussianProcessesNoWeights
Whether to normalize/standardize/neither
m_filterType - Variable in class weka.classifiers.functions.GaussianProcessesWeighted
Whether to normalize/standardize/neither
m_filterType - Variable in class weka.classifiers.functions.GPD
Whether to normalize/standardize/neither
m_FinalModel - Variable in class adams.flow.transformer.WekaCrossValidationEvaluator
whether to create a final model.
m_FinalOutput - Variable in class adams.flow.control.SequentialDirector
for storing the token that the last actor generated.
m_FinalPages - Variable in class adams.gui.wizard.WizardPaneWithBranches
the final pages.
m_Find - Variable in class adams.core.NumericStringCompare
the string to find.
m_Find - Variable in class adams.data.id.IDGeneratorPostProcessor
the string to find (regexp).
m_Find - Variable in class adams.data.idextraction.ReportFieldRegExp
the string to find.
m_Find - Variable in class adams.flow.processor.FindText
the text to find.
m_Find - Variable in class adams.flow.template.StringReplace
the regular expressions to find.
m_Find - Variable in class adams.flow.transformer.FindInFile
the text to look for.
m_Find - Variable in class adams.flow.transformer.GroupByRegExp
the regular expression.
m_Find - Variable in class adams.flow.transformer.HexReplace
the search string in hex.
m_Find - Variable in class adams.flow.transformer.SimpleStringReplace
the string to find.
m_Find - Variable in class adams.flow.transformer.SpreadSheetReplaceCellValue
the string to find.
m_Find - Variable in class adams.flow.transformer.StringIndexOf
the string to look for.
m_Find - Variable in class adams.flow.transformer.StringReplace
the string to find.
m_Find - Variable in class adams.flow.transformer.SubStringCount
the sub-string to look for.
m_Find - Variable in class adams.flow.transformer.WekaRenameRelation
the string to find.
m_Find - Variable in class weka.filters.unsupervised.attribute.NominalToNumeric
the regular expression to use.
m_FindCallableActorError - Variable in class adams.flow.core.AbstractCallableActor
for storing any errors during AbstractCallableActor.findCallableActor().
m_Finder - Variable in class adams.data.conversion.ObjectAnnotationsToImageSegmentationLayers
the object finder to use.
m_Finder - Variable in class adams.data.conversion.SpreadSheetMaterializeFormulas
for locating the cells.
m_Finder - Variable in class adams.data.image.transformer.FixObjects
the object finder to use.
m_Finder - Variable in class adams.data.image.transformer.ObjectAnnotationsMask
the object finder to use.
m_Finder - Variable in class adams.data.image.transformer.subimages.Objects
the object finder to use.
m_Finder - Variable in class adams.data.io.output.ObjectLocationsSpreadSheetWriter
the row finder to apply before extracting the objects.
m_Finder - Variable in class adams.data.io.output.OpexObjectLocationsWriter
the object finder to use.
m_Finder - Variable in class adams.data.io.output.ViaAnnotationsReportWriter
the object finder to use.
m_Finder - Variable in class adams.data.io.output.YoloAnnotationsReportWriter
the object finder to use.
m_Finder - Variable in class adams.data.objectfilter.AttachOverlappingMetaData
the object finder to use.
m_Finder - Variable in class adams.data.spreadsheet.cellfinder.CorrespondingColumn
the base cell finder to use.
m_Finder - Variable in class adams.data.spreadsheet.columnfinder.FilteredColumnFinder
the ColumnFinder to use on the filtered data.
m_Finder - Variable in class adams.flow.transformer.ChangeImageObjectPrefix
the object finder to use.
m_Finder - Variable in class adams.flow.transformer.DeleteOverlappingImageObjects
the object finder to use.
m_Finder - Variable in class adams.flow.transformer.DetermineOverlappingAreas
the object finder to use.
m_Finder - Variable in class adams.flow.transformer.DetermineOverlappingObjects
the object finder to use.
m_Finder - Variable in class adams.flow.transformer.GetImageObjectIndices
the object finder to use.
m_Finder - Variable in class adams.flow.transformer.GetImageObjects
the object finder to use.
m_Finder - Variable in class adams.flow.transformer.ImageObjectFilter
the object finder to use.
m_Finder - Variable in class adams.flow.transformer.ImageObjectOverlap
the object finder to use.
m_Finder - Variable in class adams.flow.transformer.ImageObjectOverlapMatrix
the object finder to use.
m_Finder - Variable in class adams.flow.transformer.IntersectOverUnion
the object finder to use.
m_Finder - Variable in class adams.flow.transformer.negativeregions.RandomRegions
the object finder to use.
m_Finder - Variable in class adams.flow.transformer.negativeregions.SimpleBlockFill
the object finder to use.
m_Finder - Variable in class adams.flow.transformer.RemoveOverlappingImageObjects
the object finder to use.
m_Finder - Variable in class adams.flow.transformer.SpreadSheetCellFinder
the filter to apply.
m_Finder - Variable in class adams.flow.transformer.SpreadSheetColumnFilter
the filter to apply.
m_Finder - Variable in class adams.flow.transformer.SpreadSheetConvertCells
for locating the cells.
m_Finder - Variable in class adams.flow.transformer.SpreadSheetRowFilter
the filter to apply.
m_Finder - Variable in class adams.flow.transformer.SpreadSheetSetCell
the finder to use.
m_Finder - Variable in class adams.flow.transformer.SpreadSheetTransformCells
for locating the cells.
m_Finder - Variable in class adams.gui.tools.previewbrowser.CocoAnnotationsHandler
the object finder to use.
m_Finder - Variable in class adams.gui.tools.previewbrowser.DeepLabCutCSVHandler
the object finder to use.
m_Finder - Variable in class adams.gui.tools.previewbrowser.ObjectCentersFromReport
the object finder to use.
m_Finder - Variable in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
the object finder to use.
m_Finder - Variable in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
the object finder to use.
m_Finder - Variable in class adams.gui.tools.previewbrowser.PointsFromReportHandler
the object finder to use.
m_Finder - Variable in class adams.gui.tools.previewbrowser.YoloAnnotationsHandler
the object finder to use.
m_Finder - Variable in class adams.gui.visualization.object.objectannotations.cleaning.Filter
the object finder to use.
m_Finder - Variable in class adams.gui.visualization.object.objectannotations.cleaning.OverlapRemoval
the object finder to use.
m_Finders - Variable in class adams.data.objectfinder.MultiObjectFinder
the row finders to use.
m_Finders - Variable in class adams.data.spreadsheet.columnfinder.MultiColumnFinder
the column finders to use.
m_Finders - Variable in class adams.data.spreadsheet.rowfinder.MultiRowFinder
the row finders to use.
m_Finders - Variable in class adams.data.weka.columnfinder.MultiColumnFinder
the column finders to use.
m_Finders - Variable in class adams.data.weka.rowfinder.MultiRowFinder
the row finders to use.
m_FindPattern - Variable in class adams.data.idextraction.ReportFieldRegExp
the pattern to find.
m_FinishBeforeStopping - Variable in class adams.flow.control.AbstractDirectedControlActor
whether to finish execution first before stopping.
m_FinishBeforeStopping - Variable in class adams.flow.control.Branch
whether to finish execution first before stopping.
m_Finished - Variable in class adams.data.spreadsheet.cellfinder.TypeRangeIterator
whether we finished searching.
m_Finished - Variable in class adams.data.spreadsheet.sql.Reader
indicates whether the reading has finished.
m_Finished - Variable in class adams.flow.control.SequentialDirector
whether execution has finished.
m_Finished - Variable in class adams.multiprocess.JobList
indicates whether all jobs have finished.
m_Finished - Variable in class adams.tools.ZipPassword
whether the search has terminated.
m_FinishedSignal - Variable in class adams.flow.sink.Exec
the string to signal the process that flow has finished.
m_First - Variable in class weka.filters.unsupervised.attribute.OuterProductAnalysis
the positions of the first range.
m_FirstAdd - Variable in class adams.gui.tools.wekainvestigator.tab.AbstractInvestigatorTabWithDataTable
whether this is the first time a dataset gets added.
m_FirstAttribute - Variable in class weka.filters.unsupervised.attribute.MergeTwoAttributes
the name of the first attribute.
m_FirstAttributeRange - Variable in class adams.gui.InstanceCompare
the first attribute range to use.
m_FirstAttributes - Variable in class adams.gui.tools.wekainvestigator.tab.CompareTab
the first set of attributes.
m_firstBatchFinished - Variable in class weka.filters.unsupervised.instance.RemoveMisclassifiedAbs
Have we processed the first batch (i.e.
m_firstBatchFinished - Variable in class weka.filters.unsupervised.instance.RemoveMisclassifiedRel
Have we processed the first batch (i.e.
m_FirstColor - Variable in class adams.gui.visualization.core.BiColorGenerator
the first color.
m_FirstData - Variable in class adams.gui.tools.wekainvestigator.tab.CompareTab
the first dataset.
m_FirstDisplay - Variable in class adams.gui.visualization.object.CanvasPanel
first display.
m_FirstFile - Variable in class adams.gui.InstanceCompare
the first file to compare.
m_FirstInteraction - Variable in class adams.flow.transformer.ImageObjectAnnotator
whether this is the first interaction.
m_FirstInteraction - Variable in class adams.flow.transformer.ImageSegmentationAnnotator
whether this is the first interaction.
m_FirstIteration - Variable in class adams.gui.visualization.core.AbstractColorProvider
whether it is the first iteration.
m_FirstLine - Variable in class adams.data.io.input.FixedTabularSpreadSheetReader
the internal buffer for the first row.
m_FirstName - Variable in class adams.core.net.EmailContact
the first name.
m_FirstPageOnly - Variable in class adams.flow.transformer.pdfproclet.Headline
whether to add it only on the first page.
m_FirstPageOnly - Variable in class adams.flow.transformer.pdfproclet.MetaHeadline
whether to add it only on the first page.
m_FirstRange - Variable in class weka.filters.unsupervised.attribute.OuterProductAnalysis
the first range of the attributes to use.
m_FirstRevalidate - Variable in class adams.gui.visualization.container.DataContainerPanelWithSidePanel
indicates whether it is the first revalidate.
m_FirstRow - Variable in class adams.data.io.input.AbstractExcelSpreadSheetReader
the first row to retrieve (1-based).
m_FirstRow - Variable in class adams.data.io.input.AccessSpreadSheetReader.ChunkReader
the first row to retrieve (1-based).
m_FirstRow - Variable in class adams.data.io.input.AccessSpreadSheetReader
the first row to retrieve (1-based).
m_FirstRow - Variable in class adams.data.io.input.CsvSpreadSheetReader.ChunkReader
the first row to retrieve (1-based).
m_FirstRow - Variable in class adams.data.io.input.CsvSpreadSheetReader
the first row to retrieve (1-based).
m_FirstRow - Variable in class adams.data.io.input.ExcelStreamingSpreadSheetReader.SheetHandler
the first row.
m_FirstRow - Variable in class adams.data.io.input.FastCsvSpreadSheetReader
the first row to retrieve (1-based).
m_FirstRow - Variable in class adams.data.io.input.FixedTabularSpreadSheetReader
the first row to retrieve (1-based).
m_FirstRow - Variable in class adams.data.io.input.GnumericSpreadSheetReader
the first row to retrieve (1-based).
m_FirstRow - Variable in class adams.data.io.input.ODFSpreadSheetReader
the first row to retrieve (1-based).
m_FirstRowIndex - Variable in class adams.gui.InstanceCompare
the index of the first attribute to use for matching rows.
m_FirstUpdate - Variable in class adams.gui.goe.GenericObjectEditor.GOEPanel
whether its the first update.
m_fitness - Variable in class adams.opt.optimise.GeneticAlgorithm.GAJob
 
m_Fitness - Variable in class adams.event.GeneticFitnessChangeEvent
the fitness that triggered this event.
m_Fitness - Variable in class adams.opt.genetic.AbstractGeneticAlgorithm.FitnessContainer
the fitness score.
m_Fitness - Variable in class adams.opt.genetic.AbstractGeneticAlgorithm.GeneticAlgorithmJob
the current fitness.
m_Fitness - Variable in class adams.opt.genetic.AbstractGeneticAlgorithm
the fitness of the genes.
m_Fitness - Variable in class adams.opt.optimise.genetic.AbstractGeneticAlgorithm
the fitness of the genes.
m_FitnessChangeListeners - Variable in class adams.opt.genetic.AbstractGeneticAlgorithm
the fitness change listeners.
m_fitnessfn - Variable in class adams.opt.optimise.GeneticAlgorithm
 
m_FitnessHistory - Variable in class adams.opt.genetic.AbstractGeneticAlgorithm
the fitness history (from best to worst).
m_FixedDecimals - Variable in class adams.data.conversion.DoubleToString
whether to use a fixed number of decimals.
m_FixedDecimals - Variable in class adams.data.conversion.SpreadSheetDoubleColumnToString
whether to use a fixed number of decimals.
m_FixedLabels - Variable in class adams.gui.visualization.core.axis.SimpleFixedLabelTickGenerator
the labels to display.
m_FixInvalid - Variable in class adams.data.image.transformer.subimages.AbstractSubImagesGenerator
whether to fix the shapes of partial hits.
m_Flags - Variable in class adams.data.io.output.OpenCVImageWriter
the write flags.
m_FlagValue - Variable in class adams.flow.transformer.SetStorageFlag
the flag value.
m_Flipped - Variable in class adams.gui.visualization.core.axis.AbstractDateBasedAxisModel
whether the axis is flipped.
m_Flipped - Variable in class adams.gui.visualization.core.axis.DefaultAxisModel
whether the axis is flipped.
m_Flipped - Variable in class adams.gui.visualization.core.axis.PercentageAxisModel
whether the axis is flipped.
m_Flow - Variable in class adams.flow.control.flowrestart.NotificationManager
the flow to restart.
m_Flow - Variable in class adams.flow.control.flowrestart.trigger.MetaCron
the flow this trigger is for.
m_Flow - Variable in class adams.flow.control.flowrestart.TriggerManager
the flow to restart.
m_Flow - Variable in class adams.flow.core.FlowVariables
the flow reference.
m_Flow - Variable in class adams.gui.flow.FlowWorker
the flow to execute.
m_Flow - Variable in class adams.scripting.command.flow.GetFlow
the flow.
m_Flow - Variable in class adams.scripting.command.flow.RemoteFlowExecution
the flow to execute remotely.
m_FlowContext - Variable in class adams.core.command.AbstractExternalCommand
the flow context.
m_FlowContext - Variable in class adams.data.image.AbstractImageTransformer
the flow context.
m_FlowContext - Variable in class adams.data.objectfilter.AbstractObjectFilter
the flow context.
m_FlowContext - Variable in class adams.flow.core.AbstractModelLoader
the flow context.
m_FlowContext - Variable in class adams.flow.core.AbstractPyroCall
the flow context.
m_FlowContext - Variable in class adams.flow.core.ObjectRetriever
the flow context.
m_FlowContext - Variable in class adams.flow.sink.sendnotification.AbstractNotification
the flow context.
m_FlowContext - Variable in class adams.flow.sink.simplelogging.format.AbstractSimpleFormat
the flow context.
m_FlowContext - Variable in class adams.flow.sink.simplelogging.output.AbstractSimpleOutput
the flow context.
m_FlowContext - Variable in class adams.flow.source.filesystemsearch.AbstractFileSystemSearchlet
the flow context.
m_FlowContext - Variable in class adams.flow.source.valuedefinition.AbstractValueDefinition
the flow context.
m_FlowContext - Variable in class adams.flow.transformer.indexedsplitsrunsevaluation.AbstractIndexedSplitsRunsEvaluation
the flow context.
m_FlowContext - Variable in class adams.flow.transformer.indexedsplitsrunsgenerator.AbstractIndexedSplitsRunsGenerator
the flow context.
m_FlowContext - Variable in class adams.flow.transformer.indexedsplitsrunspredictions.AbstractIndexedSplitsRunsPredictions
the flow context.
m_FlowContext - Variable in class adams.flow.websocket.client.SimpleSend
the flow context.
m_FlowContext - Variable in class adams.flow.websocket.client.SimpleSendWithQueue
the flow context.
m_FlowContext - Variable in class adams.flow.websocket.server.EchoServer
the flow context.
m_FlowContext - Variable in class adams.multiprocess.AbstractJobRunner
the flow context.
m_FlowContext - Variable in class adams.multiprocess.WekaCrossValidationExecution
the flow context.
m_FlowContext - Variable in class adams.multiprocess.WekaCrossValidationJob
the flow context.
m_FlowContext - Variable in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm
the flow context.
m_FlowContext - Variable in class adams.opt.genetic.setupupload.AbstractSetupUpload
the flow context.
m_FlowContext - Variable in class adams.scripting.command.AbstractFlowAwareCommand
the flow context.
m_FlowContext - Variable in class adams.scripting.command.AbstractFlowAwareCommandWithResponse
the flow context.
m_FlowContext - Variable in class adams.scripting.engine.AbstractScriptingEngine
the flow context.
m_FlowContextUpdated - Variable in class adams.flow.transformer.AbstractFilter
whether the flow context has been updated.
m_FlowContextUpdated - Variable in class adams.flow.transformer.WekaFilter
whether the flow context has been updated.
m_FlowEditor - Variable in class adams.gui.menu.ActorUsage
the flow editor for displaying flows.
m_FlowEditorPanel - Variable in class adams.gui.flow.FlowEditorDialog
the underlying Flow panel.
m_FlowEditorPanel - Variable in class adams.gui.menu.FlowEditor
the last editor that was launched.
m_FlowExecutionListener - Variable in class adams.flow.control.Flow
the execution listener to use.
m_FlowExecutionListener - Variable in class adams.flow.transformer.ExecuteActor
the execution listener to use.
m_FlowExecutionListeningEnabled - Variable in class adams.flow.control.Flow
whether flow execution listening is enabled.
m_FlowExecutionListeningEnabled - Variable in class adams.flow.execution.DefaultFlowExecutionListeningSupporter
whether listening is enabled.
m_FlowExecutionListeningEnabled - Variable in class adams.flow.transformer.ExecuteActor
whether flow execution listening is enabled.
m_FlowExecutionListeningStarted - Variable in class adams.flow.control.Flow
whether flow execution listening has started.
m_FlowFile - Variable in class adams.flow.control.flowrestart.operation.FlowFile
the command to start.
m_FlowFile - Variable in class adams.scripting.command.flow.RunRemoteFlow
the flow to run.
m_FlowFile - Variable in class weka.filters.FlowFilter
the flow file to process the data with.
m_FlowFileChanged - Variable in class adams.flow.standalone.ExternalFlow
whether the external flow file has changed.
m_FlowFileIsVariable - Variable in class adams.flow.standalone.ExternalFlow
indicates whether a variable is attached to the external file.
m_FlowFileMonitor - Variable in class adams.gui.flow.FlowPanel
for monitoring file changes.
m_FlowFileVariable - Variable in class adams.flow.standalone.ExternalFlow
the variable attached to the external file.
m_FlowID - Variable in class adams.flow.control.Flow
the flow ID.
m_FlowPanelClass - Variable in class adams.gui.flow.FlowMultiPagePane
the flowpanel class to use.
m_FlowPanels - Variable in class adams.gui.flow.FlowEditorPanel
the tabbedpane for the flow panels.
m_FlowRestartManager - Variable in class adams.flow.control.Flow
the manager for restarting the flow.
m_FlowRunner - Variable in class adams.flow.setup.FlowSetupWorker
for executing the flow.
m_Flows - Variable in class adams.flow.control.RunningFlowsRegistry
the registered flows.
m_Flows - Variable in class adams.scripting.command.flow.ListFlows
the flows.
m_FlowSetupStateListeners - Variable in class adams.flow.setup.FlowSetup
the listeners for the flow execution to finish.
m_FlowSetupWorker - Variable in class adams.flow.setup.FlowSetup
the thread executing the flow.
m_FlowTree - Variable in class adams.gui.goe.actorpathtree.ActorPathTree
the underlying flow.
m_Flushing - Variable in class adams.flow.control.AbstractDirector
whether to flush the execution.
m_fm - Variable in class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeVisualizationPanel
Fontmetrics used to get the font size which is required for calculating displayable area size, bar height ratio and width of strings that are displayed on top of bars indicating their count.
m_Focus - Variable in class adams.gui.visualization.image.ColorPickerPanel.ZoomPanel
the current location.
m_FocusAdapter - Variable in class adams.gui.core.FilePanel
the focus adapter.
m_FocusSize - Variable in class adams.gui.visualization.image.ColorPickerPanel.ZoomPanel
the number of pixels to zoom.
m_Fold - Variable in class adams.multiprocess.WekaCrossValidationJob
the fold.
m_FoldEvaluations - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.ResultItem
the evaluation objects from the folds.
m_FoldModels - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.ResultItem
the fold models.
m_FoldPairs - Variable in class adams.ml.evaluation.DefaultCrossValidationFoldGenerator
the temporary pairs.
m_FoldPairs - Variable in class weka.classifiers.BinnedNumericClassCrossValidationFoldGenerator
the temporary pairs.
m_FoldPairs - Variable in class weka.classifiers.DefaultCrossValidationFoldGenerator
the temporary pairs.
m_FoldPairs - Variable in class weka.classifiers.GroupedBinnedNumericClassCrossValidationFoldGenerator
the temporary pairs.
m_FoldPairs - Variable in class weka.classifiers.GroupedCrossValidationFoldGenerator
the temporary pairs.
m_FoldPairs - Variable in class weka.classifiers.GroupedCrossValidationFoldGeneratorUsingNumericClassValues
the temporary pairs.
m_Folds - Variable in class adams.data.weka.evaluator.AbstractCrossvalidatedInstanceEvaluator
the number of folds for cross-validation.
m_Folds - Variable in class adams.flow.sink.WekaExperimentGenerator
the number of folds to use (only cross-validation).
m_Folds - Variable in class adams.flow.transformer.WekaAttributeSelection
the number of folds.
m_Folds - Variable in class adams.flow.transformer.WekaClassifierRanker
the number of folds to use in cross-validation.
m_Folds - Variable in class adams.flow.transformer.WekaClassifierRanker.RankingJob
the number of folds to use.
m_Folds - Variable in class adams.flow.transformer.WekaCrossValidationClustererEvaluator
the number of folds.
m_Folds - Variable in class adams.flow.transformer.WekaCrossValidationEvaluator
the number of folds.
m_Folds - Variable in class adams.flow.transformer.WekaCrossValidationSplit
the number of folds to generate.
m_Folds - Variable in class adams.gui.tools.wekainvestigator.tab.attseltab.ResultItem
the number of folds (in case of cross-validation).
m_Folds - Variable in class adams.gui.tools.wekamultiexperimenter.experiment.CrossValidationExperiment
the number of folds.
m_Folds - Variable in class adams.multiprocess.WekaCrossValidationExecution
the number of folds.
m_Folds - Variable in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm.ClassifierBasedGeneticAlgorithmJob
the cross-validation folds.
m_Folds - Variable in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm
the number of folds for cross-validation.
m_Folds - Variable in class adams.opt.optimise.genetic.fitnessfunctions.AbstractWEKAFitnessFunction
the number of folds for cross-validation.
m_FoldsPercLabel - Variable in class weka.gui.explorer.ExperimentPanel
The label for either the number of folds or the percentage for the random split.
m_FoldsPercText - Variable in class weka.gui.explorer.ExperimentPanel
Either the number of folds or the percentage for the random split.
m_Font - Variable in class adams.core.io.PdfFont
the actual PDF font.
m_Font - Variable in class adams.flow.sink.AbstractTextualDisplay
the font to use.
m_Font - Variable in class adams.flow.sink.ProgressBar
the font to use.
m_Font - Variable in class adams.flow.standalone.ConsoleWindow
the font to use.
m_Font - Variable in class adams.flow.standalone.Stopwatch
the font for the display.
m_Font - Variable in class adams.flow.transformer.draw.Text
the font to use.
m_Font - Variable in class adams.flow.transformer.pdfstamp.Text
the font.
m_Font - Variable in class adams.flow.transformer.SpreadSheetCellSelector
the font to use.
m_Font - Variable in class adams.gui.core.spreadsheetpreview.SimpleText
the font to use.
m_Font - Variable in class adams.gui.tools.previewbrowser.ImageClassificationHandler
the label font.
m_Font - Variable in class adams.gui.visualization.image.MetaDataText
the font for the text.
m_Font - Variable in class adams.gui.visualization.object.objectannotations.label.Anchored
the label font.
m_Font - Variable in class adams.gui.visualization.sequence.KendallTheilOverlayPaintlet
the font to use.
m_Font - Variable in class adams.gui.visualization.sequence.LinearRegressionOverlayPaintlet
the font to use.
m_Font - Variable in class adams.gui.visualization.sequence.MetaDataValuePaintlet
the label font.
m_Font - Variable in class adams.gui.visualization.stats.paintlet.ScatterPaintletMetaDataValue
the label font.
m_FontChooser - Variable in class adams.gui.chooser.FontChooserPanel
the dialog to use.
m_FontChooserPanel - Variable in class adams.gui.goe.PdfFontEditor
The Font chooser used for selecting colors.
m_fontChooserPanelWithPreview - Variable in class adams.gui.goe.FontEditor
The Font chooser used for selecting colors.
m_FontComments - Variable in class adams.flow.transformer.pdfproclet.SpreadSheet
the font for the comments.
m_FontContent - Variable in class adams.flow.transformer.pdfproclet.FixedText
the font for the content.
m_FontContent - Variable in class adams.flow.transformer.pdfproclet.PlainText
the font for the content.
m_FontFace - Variable in class adams.core.io.PdfFont
the font face.
m_FontFamily - Variable in class adams.core.io.PdfFont
the font family.
m_FontFilename - Variable in class adams.flow.transformer.pdfproclet.AbstractPdfProcletWithFilenameOutput
the font for the filename header.
m_FontGeneralContent - Variable in class adams.flow.transformer.pdfproclet.AbstractSpreadSheetPdfProclet
the font for general content.
m_FontHeadline - Variable in class adams.flow.transformer.pdfproclet.Headline
the font for the headline.
m_FontHeadline - Variable in class adams.flow.transformer.pdfproclet.MetaHeadline
the font for the headline.
m_FontName - Variable in class adams.gui.scripting.SyntaxDocument
the font name.
m_FontNumericContent - Variable in class adams.flow.transformer.pdfproclet.AbstractSpreadSheetPdfProclet
the font for numeric content.
m_FontPanel - Variable in class adams.gui.chooser.FontChooser
the panel for selecting the font.
m_FontPanel - Variable in class adams.gui.chooser.PdfFontChooser
the panel for selecting the font.
m_FontSize - Variable in class adams.gui.scripting.SyntaxDocument
the font size.
m_FontTableHeader - Variable in class adams.flow.transformer.pdfproclet.AbstractSpreadSheetPdfProclet
the font for the table header.
m_Force - Variable in class adams.data.conversion.Quote
whether to enforce quoting.
m_Force - Variable in class adams.flow.control.SetContainerValue
whether to force the setting.
m_Force - Variable in class adams.flow.source.RSync
 
m_ForceCompression - Variable in class weka.core.converters.SimpleArffLoader
whether to force compression.
m_ForceExit - Variable in class adams.flow.FlowRunner
whether the force an exit after the flows were stopped.
m_ForceGrayScale - Variable in class adams.data.image.transformer.GrayOrIndexedColorizer
whether to force gray scale or use the image as is.
m_ForceInputType - Variable in class adams.flow.transformer.SpreadSheetTransformCells
whether to force the input type.
m_ForceInputType - Variable in class adams.flow.transformer.SpreadSheetTransformHeaderCells
whether to force the input type.
m_ForcePercentage - Variable in class adams.data.image.transformer.Resize
whether to force percentage (eg for scaling larger).
m_ForcePercentage - Variable in class adams.data.jai.transformer.Resize
whether to force percentage (eg for scaling larger).
m_ForceString - Variable in class adams.data.conversion.SpreadSheetUseRowAsHeader
whether to set value as string.
m_ForceString - Variable in class adams.data.conversion.StringMatrixToSpreadSheet
whether to set value as string.
m_ForceString - Variable in class adams.data.io.input.PropertiesSpreadSheetReader
whether to set values as string.
m_ForceString - Variable in class adams.flow.transformer.SpreadSheetInsertColumn
whether to set value as string.
m_ForceString - Variable in class adams.flow.transformer.SpreadSheetInsertRow
whether to set value as string.
m_ForceString - Variable in class adams.flow.transformer.SpreadSheetSetCell
whether to set value as string.
m_ForceString - Variable in class adams.flow.transformer.SpreadSheetSetHeaderCell
whether to set value as string.
m_Forecaster - Variable in class adams.flow.transformer.WekaPrimeForecaster
the name of the callable weka forecaster.
m_Forecaster - Variable in class adams.flow.transformer.WekaTrainForecaster
the name of the callable weka forecaster.
m_ForecastFields - Variable in class adams.flow.source.wekaforecastersetup.WekaForecasterGenerator
the fields to forecast (comma-separated list).
m_Foreground - Variable in class adams.flow.sink.ProgressBar
the foreground color.
m_Foreground - Variable in class adams.gui.visualization.segmentation.tool.BucketFill
whether to fill in foreground.
m_Foreground - Variable in class adams.gui.visualization.segmentation.tool.PolygonFill
whether to fill in foreground.
m_ForegroundColor - Variable in class adams.gui.visualization.core.PlotPanel
the foregorund color.
m_Format - Static variable in class adams.core.base.BaseDate
for formatting/parsing the dates.
m_Format - Static variable in class adams.core.base.BaseDateTime
for formatting/parsing the dates.
m_Format - Static variable in class adams.core.base.BaseDateTimeMsec
for formatting/parsing the dates.
m_Format - Static variable in class adams.core.base.BaseTime
for formatting/parsing the dates.
m_Format - Static variable in class adams.core.base.BaseTimeMsec
for formatting/parsing the dates.
m_Format - Variable in class adams.core.ByteFormat
the format string.
m_Format - Variable in class adams.core.DateFormat
the actual formatter/parser.
m_Format - Variable in class adams.core.io.TimestampFilenameGenerator
the format to use.
m_Format - Variable in class adams.core.MicroSecondFormat
the format string.
m_Format - Variable in class adams.core.SecondFormat
the format string.
m_Format - Variable in class adams.data.barcode.decode.ZXing
Expected barcode format.
m_Format - Variable in class adams.data.conversion.AbstractImageToByteArray
the format to use.
m_Format - Variable in class adams.data.conversion.DateTimeTypeToString
the format string to use.
m_Format - Variable in class adams.data.conversion.IntToString
the byte format string to use.
m_Format - Variable in class adams.data.conversion.LongToString
the byte format string to use.
m_Format - Variable in class adams.data.conversion.SpreadSheetStringColumnToDate
the format to use.
m_Format - Variable in class adams.data.conversion.SpreadSheetStringColumnToDateTime
the format to use.
m_Format - Variable in class adams.data.conversion.SpreadSheetStringColumnToDateTimeMsec
the format to use.
m_Format - Variable in class adams.data.conversion.SpreadSheetStringColumnToDouble
the format to use.
m_Format - Variable in class adams.data.conversion.SpreadSheetStringColumnToLong
the format to use.
m_Format - Variable in class adams.data.conversion.SpreadSheetStringColumnToTime
the format to use.
m_Format - Variable in class adams.data.conversion.SpreadSheetStringColumnToTimeMsec
the format to use.
m_Format - Variable in class adams.data.conversion.StringToDateTimeType
the format string to use.
m_Format - Variable in class adams.data.conversion.TimeseriesToWekaInstances
the date format to use in the Instances object.
m_Format - Variable in class adams.data.conversion.TimeToString
the format to use for converting the time.
m_Format - Variable in class adams.data.id.SimpleIDGenerator
the format of the ID to generate.
m_Format - Variable in class adams.data.spreadsheet.rowfinder.ByDateValue
the format string.
m_Format - Variable in class adams.flow.control.flowrestart.notification.TimestampFile
the format to use.
m_Format - Variable in class adams.flow.sink.DisplayPanelManager.HistorySplitPanel
the format for the dates.
m_Format - Variable in class adams.flow.sink.HistoryDisplay.HistorySplitPanel
the format for the dates.
m_Format - Variable in class adams.flow.sink.ProgressBar
the format of the current value.
m_Format - Variable in class adams.flow.sink.ProgressBar.ProgressBarPanel
the decimal format.
m_Format - Variable in class adams.flow.sink.sendnotification.LogFile
the format to use.
m_Format - Variable in class adams.flow.sink.SimpleLogging
the formatter to use.
m_Format - Variable in class adams.flow.transformer.TimeseriesInfo
the format string to use for the timestamps.
m_Format - Variable in class adams.flow.transformer.Timestamp
the format to use.
m_Format - Variable in class adams.gui.core.DateTextField.DateCheckModel
the format in use.
m_Format - Variable in class adams.gui.tools.previewbrowser.ImageClassificationHandler
the label for the label.
m_Format - Variable in class adams.gui.visualization.core.axis.Formatter
the Java formatter.
m_Format - Variable in class adams.gui.visualization.core.plot.ContentPanel
for outputting the values.
m_Format - Variable in class adams.gui.visualization.object.objectannotations.label.Anchored
the label for the rectangles.
m_Format - Variable in class adams.gui.visualization.report.ReportDateFieldPaintlet
the date format.
m_Format - Variable in class adams.gui.visualization.report.ReportDateFieldRangePaintlet
the date format.
m_Format - Static variable in class adams.parser.basedate.Scanner
 
m_Format - Static variable in class adams.parser.basedatetime.Scanner
 
m_Format - Static variable in class adams.parser.basedatetimemsec.Scanner
 
m_Format - Static variable in class adams.parser.basetime.Scanner
 
m_Format - Static variable in class adams.parser.basetimemsec.Scanner
 
m_Format - Variable in class weka.filters.unsupervised.attribute.StringToDate
the parse format.
m_FormatCustom - Variable in class adams.data.conversion.ExtractDateTimeField
the format string to use in case of ExtractDateTimeField.DateTimeField.CUSTOM.
m_FormatExtensions - Variable in class adams.data.io.input.BoofCVImageReader
the format extensions.
m_FormatExtensions - Variable in class adams.data.io.input.JAIImageReader
the format extensions.
m_FormatExtensions - Variable in class adams.data.io.input.OpenCVImageReader
the format extensions.
m_FormatExtensions - Variable in class adams.data.io.output.BoofCVImageWriter
the format extensions.
m_FormatExtensions - Variable in class adams.data.io.output.JAIImageWriter
the format extensions.
m_Formatter - Variable in class adams.core.io.TimestampFilenameGenerator
for generating the timestamp.
m_Formatter - Variable in class adams.data.conversion.DateTimeTypeToString
the formatter.
m_Formatter - Variable in class adams.data.conversion.SpreadSheetStringColumnToDate
the date formatter in use.
m_Formatter - Variable in class adams.data.conversion.SpreadSheetStringColumnToDateTime
the date formatter in use.
m_Formatter - Variable in class adams.data.conversion.SpreadSheetStringColumnToDateTimeMsec
the date formatter in use.
m_Formatter - Variable in class adams.data.conversion.SpreadSheetStringColumnToDouble
the formatter in use.
m_Formatter - Variable in class adams.data.conversion.SpreadSheetStringColumnToLong
the formatter to use.
m_Formatter - Variable in class adams.data.conversion.SpreadSheetStringColumnToTime
the formatter in use.
m_Formatter - Variable in class adams.data.conversion.SpreadSheetStringColumnToTimeMsec
the formatter in use.
m_Formatter - Variable in class adams.data.conversion.StringToDateTimeType
the formatter.
m_Formatter - Variable in class adams.data.conversion.TimeToString
the formatter to use.
m_Formatter - Variable in class adams.data.io.output.AbstractFormattedSpreadSheetWriter
the formatter to use.
m_Formatter - Variable in class adams.data.io.output.AbstractMultiSheetFormattedSpreadSheetWriter
the formatter to use.
m_Formatter - Variable in class adams.data.io.output.SimpleArffSpreadSheetWriter
for generating the timestamp.
m_Formatter - Variable in class adams.flow.control.AbstractDataContainerFileChecker
the formatter for logging the dates.
m_Formatter - Variable in class adams.flow.control.flowrestart.notification.TimestampFile
for generating the timestamp.
m_Formatter - Variable in class adams.flow.sink.sendnotification.LogFile
for generating the timestamp.
m_Formatter - Variable in class adams.flow.transformer.TimeseriesInfo
the formatter.
m_Formatter - Variable in class adams.flow.transformer.Timestamp
for generating the timestamp.
m_Formatter - Variable in class adams.gui.chooser.AbstractDateBasedChooserPanel
the formatter for the date.
m_Formatter - Variable in class adams.gui.tools.wekamultiexperimenter.analysis.DefaultAnalysisPanel
the formatter for the history entries.
m_Formatter - Variable in class adams.gui.visualization.core.axis.AbstractAxisModel
the format for outputting the values (SimpleDateFormat or DecimalFormat).
m_Formatter - Variable in class adams.gui.visualization.core.axis.PeriodicityTickGenerator
the format for outputting the values (SimpleDateFormat or DecimalFormat).
m_FormatterCustom - Variable in class adams.data.conversion.ExtractDateTimeField
the formatter for the custom format.
m_FormatterDayOfWeek - Variable in class adams.data.conversion.ExtractDateTimeField
the formatter for the localized day of week.
m_FormFieldFile - Variable in class adams.flow.transformer.HttpPostFile
the name of the form field for the file to upload.
m_FormFields - Variable in class adams.flow.transformer.HttpPostFile
the form field/value pairs.
m_Formula - Variable in class adams.data.conversion.SpreadSheetAddFormulaColumn
the formula to add.
m_Formula - Variable in class adams.data.conversion.SpreadSheetAddFormulaRow
the formula to add.
m_Formula - Variable in class adams.data.spreadsheet.DoubleCell
the formula.
m_Formula - Variable in class adams.data.spreadsheet.FloatCell
the formula.
m_Forward - Variable in class adams.flow.transformer.AbstractDataContainerFileImport
whether to forward the containers instead of the IDs.
m_Forward - Variable in class adams.flow.transformer.AbstractReportFileImport
whether to forward the containers instead of the IDs.
m_Forward - Variable in class adams.scripting.engine.ForwardingScriptingEngine
the connection to forward the commands to.
m_Forwarder - Variable in class adams.scripting.engine.ForwardingScriptingEngine.RemoteCommandGrabber
the forwarding scripting engine.
m_ForwardNull - Variable in class adams.flow.transformer.GetJsonValue
whether to forward null values.
m_ForwardNull - Variable in class adams.flow.transformer.GetPropertyValue
whether to forward null values.
m_ForwardScreenshot - Variable in class adams.flow.transformer.CompareObjectLocations
whether to forward a screenshot to the callable actor.
m_ForwardsInput - Variable in class adams.flow.core.ActorHandlerInfo
whether the actor handler forwards input to the sub-actors.
m_ForwardsInput - Variable in class adams.gui.flow.tree.Renderer.ActorIcon
whether the input is forwarded to the sub-actors.
m_ForwardX - Variable in class adams.flow.standalone.SSHConnection
whether to forward X11.
m_ForwardX - Variable in class adams.scripting.connection.SSHConnection
whether to forward X11.
m_Frame - Variable in class adams.flow.core.AbstractDisplay
the dialog that's being displayed.
m_Frame - Variable in class adams.flow.sink.AbstractGraphicsGenerator
the frame in use.
m_FrameGrabber - Variable in class adams.flow.source.OpenCVDeviceFrameGrabber
the frame grabber in use.
m_FrameGrabberClass - Variable in class adams.flow.source.OpenCVDeviceFrameGrabber
the frame grabber class.
m_Frames - Variable in class adams.gui.core.BufferHistoryPanel
the frames that are being displayed.
m_Frames - Variable in class adams.gui.help.HelpHistoryPanel
the frames that are being displayed.
m_FrameTitle - Variable in class adams.gui.core.DetachablePanel
the frame title to use.
m_From - Variable in class adams.core.net.Email
the sender.
m_From - Variable in class adams.core.Range.SubRange
the "from" (0-based).
m_From0 - Variable in class adams.flow.source.RSync
 
m_FromIndex - Variable in class adams.flow.transformer.StringIndexOf
the starting index.
m_FromIndex - Variable in class adams.flow.transformer.SubStringCount
the starting index.
m_fstat - Variable in class weka.classifiers.functions.SimpleLinearRegressionWithAccess
F-statistic for the regression
m_Full - Variable in class adams.gui.tools.wekainvestigator.tab.attseltab.ResultItem
the full dataset.
m_FullFilter - Variable in class adams.data.weka.rowfinder.FilteredIQR
the MultiFilter doing all the filtering.
m_FullMeansOrMediansOrModes - Variable in class weka.clusterers.SAXKMeans
Stats on the full data set for comparison purposes.
m_FullMissingCounts - Variable in class weka.clusterers.SAXKMeans
 
m_FullName - Variable in class adams.flow.core.AbstractActor
the full name of the actor.
m_FullNames - Variable in class adams.flow.core.CallableNamesRecorder
the full names recorded to so far (per parent full name of actor reference handler).
m_FullNominalCounts - Variable in class weka.clusterers.SAXKMeans
 
m_FullPath - Variable in class adams.core.discovery.PropertyPath.Path
the full path.
m_FullPath - Variable in class adams.flow.core.ActorPath
the full path.
m_FullSizeOf - Static variable in class adams.core.SizeOf
the SizeOf agent method to use.
m_FullSizeOfFilter - Static variable in class adams.core.SizeOf
the SizeOf agent method to use (with filter).
m_FullSizePerClass - Static variable in class adams.core.SizeOf
the SizeOf agent method to use (per class).
m_FullSizePerClassFilter - Static variable in class adams.core.SizeOf
the SizeOf agent method to use (per class, with filter).
m_FullStdDevs - Variable in class weka.clusterers.SAXKMeans
 
m_Functions - Static variable in class adams.parser.ParserHelper
the cache of functions.
m_Fuzzy - Variable in class adams.flow.source.RSync
 
m_G - Variable in class adams.data.image.luminance.Custom
the value for G.
m_ga - Variable in class adams.opt.optimise.GeneticAlgorithm.GAJob
ga.
m_GAEDialog - Variable in class adams.gui.tools.FavoritesManagementPanel
the generic array editor for manipulating the favorites.
m_GAEPanelAttachments - Variable in class adams.gui.dialog.ComposeEmailPanel
the attachments.
m_GAEPanelBCC - Variable in class adams.gui.dialog.ComposeEmailPanel
the "bcc recipients".
m_GAEPanelCC - Variable in class adams.gui.dialog.ComposeEmailPanel
the "cc recipients".
m_GAEPanelTO - Variable in class adams.gui.dialog.ComposeEmailPanel
the "to recipients".
m_gamma - Variable in class weka.classifiers.functions.GPD
 
m_Gamma - Variable in class weka.classifiers.trees.XGBoost
The gamma value (minimum split loss).
m_GapHorizontal - Variable in class adams.gui.core.ParameterPanel
the horizontal gap.
m_GapVertical - Variable in class adams.gui.core.ParameterPanel
the vertical gap.
m_GaussianRadius - Variable in class adams.data.boofcv.transformer.Binary
the gaussian radius.
m_Generated - Variable in class adams.flow.transformer.splitfile.AbstractFileSplitter
the files that were generated.
m_Generated - Variable in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment
the results generated by the evaluations.
m_Generated - Variable in class adams.ml.evaluation.DefaultRandomSplitGenerator
whether the split was generated.
m_Generated - Variable in class weka.classifiers.BestBinnedNumericClassRandomSplitGenerator
whether the split was generated.
m_Generated - Variable in class weka.classifiers.BinnedNumericClassRandomSplitGenerator
whether the split was generated.
m_Generated - Variable in class weka.classifiers.DefaultRandomSplitGenerator
whether the split was generated.
m_Generated - Variable in class weka.classifiers.GroupedBinnedNumericClassRandomSplitGenerator
whether the split was generated.
m_Generated - Variable in class weka.classifiers.GroupedRandomSplitGenerator
whether the split was generated.
m_GeneratedFlows - Variable in class adams.gui.tools.SpreadSheetProcessorPanel
the generated flows (eg charts).
m_GeneratedFlows - Variable in class adams.gui.tools.spreadsheetviewer.SpreadSheetPanel
the generated flows (eg charts).
m_GenerateError - Variable in class adams.flow.transformer.WaitForFile
whether to generate an error, in case the file is still not available after the maximum wait.
m_GenerateLine - Variable in class adams.data.baseline.AbstractLinearRegressionBased
whether to return the line as fake data or the corrected data.
m_GenerateReport - Variable in class adams.flow.transformer.LocateObjects
whether to generate an annotated image rather than single image objects.
m_Generates - Variable in class adams.gui.goe.classtree.ActorClassTreeFilter
the classes that the actor must generate, null if not relevant.
m_Generation - Variable in class adams.db.LogEntry
the generation timestamp.
m_Generation - Variable in class adams.flow.transformer.GenerateFileBasedDataset
the generation to use.
m_GenerationEndDate - Variable in class adams.db.LogEntryConditions
the end date of the log entries.
m_GenerationStartDate - Variable in class adams.db.LogEntryConditions
the start date of the log entries.
m_Generator - Variable in class adams.data.boofcv.features.FilteredBoofCVFeatureGenerator
the base feature generator.
m_Generator - Variable in class adams.data.conversion.DoubleMatrixToBufferedImage
the generator to use.
m_Generator - Variable in class adams.data.id.IDGeneratorPostProcessor
the generator for generating the ID.
m_Generator - Variable in class adams.data.image.features.FilteredBufferedImageFeatureGenerator
the base feature generator.
m_Generator - Variable in class adams.data.image.transformer.SubImages
the subimages generator.
m_Generator - Variable in class adams.data.spreadsheet.columnfinder.SubSample
the random number generator.
m_Generator - Variable in class adams.data.spreadsheet.rowfinder.SubSample
the random number generator.
m_Generator - Variable in class adams.data.timeseries.AbstractMetaTimeseriesFeatureGenerator
the base generator.
m_Generator - Variable in class adams.flow.condition.bool.FileExists
the filename generator.
m_Generator - Variable in class adams.flow.condition.bool.FileInUse
the filename generator.
m_Generator - Variable in class adams.flow.sink.NotesWriter
the ID generator to use.
m_Generator - Variable in class adams.flow.sink.WebSocketClient
the client generator.
m_Generator - Variable in class adams.flow.source.AbstractWekaSetupGenerator
the underlying setup generator.
m_Generator - Variable in class adams.flow.source.FilenameGenerator
the generator to use.
m_Generator - Variable in class adams.flow.source.InputStreamGenerator
the generator.
m_Generator - Variable in class adams.flow.source.NewList
the generator to use.
m_Generator - Variable in class adams.flow.source.newlist.Wrapper
the generator to use.
m_Generator - Variable in class adams.flow.source.RandomNumberGenerator
the random number generator to use.
m_Generator - Variable in class adams.flow.source.ReaderGenerator
the generator.
m_Generator - Variable in class adams.flow.source.WekaForecasterSetup
the generator.
m_Generator - Variable in class adams.flow.standalone.WebSocketServer
the server generator to use.
m_Generator - Variable in class adams.flow.transformer.AbstractInstanceGenerator
the generator to use.
m_Generator - Variable in class adams.flow.transformer.AbstractReportFileWriter
the filename generator to use.
m_Generator - Variable in class adams.flow.transformer.ArraySubsetGeneration
the subset generator to use.
m_Generator - Variable in class adams.flow.transformer.FilenameGenerator
the generator to use.
m_Generator - Variable in class adams.flow.transformer.IDGenerator
the ID generator to use.
m_Generator - Variable in class adams.flow.transformer.IndexedSplitsRunsGenerator
the generator to use.
m_Generator - Variable in class adams.flow.transformer.indexedsplitsrunsgenerator.MultiRunGenerator
the base generator.
m_Generator - Variable in class adams.flow.transformer.IndexedSplitsRunsPredictions
the generator to use.
m_Generator - Variable in class adams.flow.transformer.PDFGenerate
the PDF generator.
m_Generator - Variable in class adams.flow.transformer.SpreadSheetPlotGenerator
the generator to use.
m_Generator - Variable in class adams.flow.transformer.WekaCrossValidationEvaluator
the fold generator.
m_Generator - Variable in class adams.flow.transformer.WekaCrossValidationSplit
the fold generator.
m_Generator - Variable in class adams.flow.transformer.WekaEnsembleGenerator
the generator to use.
m_Generator - Variable in class adams.flow.transformer.WekaRandomSplit
the split generator to use.
m_Generator - Variable in class adams.flow.transformer.WekaSplitGenerator
the split generator to use.
m_Generator - Variable in class adams.gui.tools.spreadsheetviewer.chart.GenericPlot
the plot generator to use.
m_Generator - Variable in class adams.gui.tools.wekainvestigator.data.DataGeneratorContainer
the generator used to load the data.
m_Generator - Variable in class adams.gui.tools.wekainvestigator.source.DataGenerator
the last filechooser.
m_Generator - Variable in class adams.gui.tools.wekamultiexperimenter.experiment.CrossValidationExperiment
the fold generator.
m_Generator - Variable in class adams.gui.tools.wekamultiexperimenter.experiment.TrainTestSplitExperiment
the split generator to use.
m_Generator - Variable in class adams.gui.visualization.container.ContainerModel
for displaying the containers.
m_Generator - Variable in class adams.gui.visualization.core.GradientColorProvider
the gradient generator to use.
m_Generator - Variable in class adams.ml.evaluation.DefaultCrossValidationFoldGenerator
the underlying scheme for generating the folds.
m_Generator - Variable in class adams.ml.evaluation.DefaultRandomSplitGenerator
the underlying scheme for generating the split.
m_Generator - Variable in class adams.multiprocess.WekaCrossValidationExecution
the cross-validation fold generator.
m_Generator - Variable in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm
the fold generator.
m_Generator - Variable in class adams.tools.ZipPassword.BruteForceJob
the password generator to use.
m_Generator - Variable in class weka.classifiers.DefaultCrossValidationFoldGenerator
the underlying scheme for generating the folds.
m_Generator - Variable in class weka.classifiers.DefaultRandomSplitGenerator
the underlying scheme for generating the split.
m_Generator - Variable in class weka.classifiers.GroupedCrossValidationFoldGenerator
the underlying scheme for generating the folds.
m_Generator - Variable in class weka.classifiers.GroupedCrossValidationFoldGeneratorUsingNumericClassValues
the underlying scheme for generating the folds.
m_Generator - Variable in class weka.classifiers.GroupedRandomSplitGenerator
the underlying scheme for generating the split.
m_GeneratorObject - Variable in class adams.flow.transformer.pdfgenerate.Scripted
the loaded script object.
m_Generators - Static variable in class adams.gui.help.AbstractHelpGenerator
the generators.
m_Genes - Variable in class adams.opt.genetic.AbstractGeneticAlgorithm
the genes.
m_Genes - Variable in class adams.opt.optimise.genetic.AbstractGeneticAlgorithm
the genes.
m_Genetic - Variable in class adams.opt.genetic.AbstractGeneticAlgorithm.GeneticAlgorithmJob
the algorithm object this job belongs to.
m_Geometry - Variable in class adams.data.objectoverlap.IntersectOverUnionRatio
the geometry to use.
m_GlassPane - Variable in class adams.gui.core.DragAndDropTabbedPane
 
m_glassPt - Variable in class adams.gui.core.DragAndDropTabbedPane.CDropTargetListener
 
m_GlobalInfo - Variable in class adams.gui.goe.classtree.GlobalInfoNode
the global info.
m_GlobalInfo - Variable in class adams.gui.goe.GlobalInfoCache
the classname <-> global info relation.
m_GlobalInfo - Variable in class adams.gui.goe.PropertySheetPanel
the text from the globalInfo method, if any.
m_GlobalSource - Variable in class adams.flow.transformer.WekaInstanceEvaluator
the callable actor to use.
m_Glue - Variable in class adams.data.conversion.SpreadSheetJoinColumns
the concatenation string to use.
m_Glue - Variable in class adams.flow.transformer.StringJoin
the string to use for glueing the strings together.
m_Glue - Variable in class adams.flow.transformer.StringRangeCut
the glue for the sub-strings.
m_Glue - Variable in class weka.filters.unsupervised.attribute.JoinAttributes
the glue to use for joining the attributes.
m_GOE - Variable in class adams.gui.wizard.GenericObjectEditorPage
the GOE for displaying the parameters.
m_GOEAnnotator - Variable in class adams.gui.visualization.object.tools.Annotator
the GOE for selecting the annotator.
m_GOECommand - Variable in class adams.gui.tools.remotecontrolcenter.panels.AdvancedTab
the panel for the command.
m_GOECommand - Variable in class adams.gui.tools.remotecontrolcenter.panels.RemoteFlowCommandsTab
the GOE for the remote flow commands.
m_GOECommandProcessor - Variable in class adams.gui.tools.remotecontrolcenter.panels.AdvancedTab
the panel for the command processor.
m_GOEConnection - Variable in class adams.gui.tools.remotecontrolcenter.panels.AdvancedTab
the panel for the connection.
m_GOEDialog - Variable in class adams.gui.flow.FlowControlCenterPanel
the GOE for editing the setups.
m_GOEDialog - Variable in class adams.gui.tools.FavoritesManagementPanel
the generic object editor for manipulating the favorites.
m_GOEEngine - Variable in class adams.gui.tools.remotecontrolcenter.RemoteControlCenterEnginesPanel
the GOE with the engine.
m_GOEFinalModel - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.CrossValidation
how to produce the final model.
m_GOEGenerator - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.CrossValidation
the fold generator.
m_GOEGenerator - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.RepeatedCrossValidation
the fold generator.
m_GOEGenerator - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.TrainTestSplit
the split generator.
m_GOEGenerator - Variable in class adams.gui.tools.wekainvestigator.tab.experimenttab.setup.CrossValidationSetup
the fold generator.
m_GOEGenerator - Variable in class adams.gui.tools.wekainvestigator.tab.experimenttab.setup.TrainTestSplitSetup
the split generator.
m_GOEHostnameVerifier - Variable in class adams.gui.application.SSLSetupPanel
the hostname verifier.
m_GOEImageOverlay - Variable in class adams.gui.visualization.image.ImagePanel.PaintPanel
the GOE for adding an image overlay.
m_GOEJobRunner - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.CrossValidation
the jobrunner.
m_GOEJobRunner - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.RepeatedCrossValidation
the jobrunner.
m_GOEJobRunner - Variable in class adams.gui.tools.wekainvestigator.tab.experimenttab.setup.CrossValidationSetup
the jobrunner.
m_GOEJobRunner - Variable in class adams.gui.tools.wekainvestigator.tab.experimenttab.setup.TrainTestSplitSetup
the jobrunner.
m_GOEPanelCondition - Variable in class adams.flow.execution.debug.ControlPanel
the breakpoint condition.
m_GOETrustManager - Variable in class adams.gui.application.SSLSetupPanel
the trust manager.
m_GradientColors - Variable in class adams.data.conversion.DoubleMatrixToBufferedImage
the gradient colors.
m_GraphicFileChooser - Variable in class adams.flow.sink.AbstractGraphicalDisplay
the filedialog for saving the panel as picture.
m_Graphics - Variable in class adams.gui.event.PaintEvent
the graphics context.
m_GrayPercentage - Variable in class adams.data.imagefilter.GrayFilterProvider
the gray percentage.
m_Grid - Variable in class adams.flow.sink.ProbabilityPlotDisplay
Whether a grid overlay is drawn
m_Grid - Variable in class adams.flow.transformer.PredictionEccentricity
the size of the grid.
m_Grid - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.output.PredictionEccentricity
the size of the grid.
m_Grid - Variable in class adams.gui.visualization.stats.probabilityplot.ProbabilityPlot
Whether to display the grid
m_GridColor - Variable in class adams.gui.visualization.core.PlotPanel
the color for the grid.
m_Group - Variable in class adams.data.binning.BinnableDataset.StringAttributeGroupExtractor
the group to extract.
m_Group - Variable in class adams.data.binning.BinnableFiles.FileGroupExtractor
the group to extract.
m_Group - Variable in class adams.data.binning.BinnableInstances.StringAttributeGroupExtractor
the group to extract.
m_Group - Variable in class adams.data.groupextraction.Manual
the manual group.
m_Group - Variable in class adams.data.groupextraction.ReportFieldRegExp
the group to extract.
m_Group - Variable in class adams.data.groupextraction.SpreadSheetCellRegExp
the group to extract.
m_Group - Variable in class adams.flow.source.RSync
 
m_Group - Variable in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesGroupedCrossValidationFoldGenerator
the group expression.
m_Group - Variable in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesGroupedRandomSplitGenerator
the group expression.
m_Group - Variable in class adams.flow.transformer.preparefilebaseddataset.GroupedCrossValidation
the group expression.
m_Group - Variable in class adams.flow.transformer.preparefilebaseddataset.GroupedTrainTestSplit
the group expression.
m_Group - Variable in class adams.flow.transformer.preparefilebaseddataset.GroupedTrainValidateTestSplit
the group expression.
m_Group - Variable in class adams.gui.visualization.sequence.metadatacolor.ColorPerRegExpGroup
the group to use for the coloring.
m_Group - Variable in class weka.classifiers.GroupedBinnedNumericClassCrossValidationFoldGenerator
the group expression.
m_Group - Variable in class weka.classifiers.GroupedBinnedNumericClassRandomSplitGenerator
the group expression.
m_Group - Variable in class weka.classifiers.GroupedCrossValidationFoldGenerator
the group expression.
m_Group - Variable in class weka.classifiers.GroupedRandomSplitGenerator
the group expression.
m_Group - Variable in class weka.filters.unsupervised.instance.multirowprocessor.selection.GroupExpression
the group expression.
m_GroupByColumns - Variable in class adams.parser.spreadsheetquery.ParserHelper
the group by columns to retrieve.
m_GroupChannels - Variable in class adams.data.image.features.Histogram
whether to group the channels.
m_GroupChannels - Variable in class adams.data.jai.features.Histogram
whether to group the channels.
m_GroupChannels - Variable in class adams.data.opencv.features.Histogram
whether to group the channels.
m_GroupID - Static variable in class adams.core.management.User
the user's group ID.
m_Grouping - Variable in class adams.flow.transformer.GroupByRegExp
the grouping.
m_GroupingSeparator - Variable in class adams.core.management.LocaleHelper
the character for the grouping.
m_Groupmap - Variable in class adams.flow.source.RSync
 
m_Groups - Variable in class weka.classifiers.MultiLevelSplitGenerator
the groups to generate.
m_GrowPolicy - Variable in class weka.classifiers.trees.XGBoost
Controls the way new nodes are added to the tree.
m_Handler - Variable in class adams.core.command.stderr.Enqueue
the actual queue.
m_Handler - Variable in class adams.core.command.stdout.Enqueue
the actual queue.
m_Handler - Variable in class adams.core.io.filesearch.AbstractMetaFileSearchHandler
the base handler.
m_Handler - Variable in class adams.core.logging.AbstractEnhancingSingleHandler
the base handler.
m_Handler - Variable in class adams.core.logging.RemoteReceiveHandler.RemoteListenerRunnableUsingHandler
the handler to use for publishing.
m_Handler - Variable in class adams.data.boofcv.features.Scripted
the scripting handler to use.
m_Handler - Variable in class adams.data.boofcv.transformer.Scripted
the scripting handler to use.
m_Handler - Variable in class adams.data.conversion.Scripted
the scripting handler to use.
m_Handler - Variable in class adams.data.conversion.SpreadSheetObjectColumnToString
the object handler to use.
m_Handler - Variable in class adams.data.conversion.SpreadSheetStringColumnToObject
the object handler to use.
m_Handler - Variable in class adams.data.filter.Scripted
the scripting handler to use.
m_Handler - Variable in class adams.data.image.features.Scripted
the scripting handler to use.
m_Handler - Variable in class adams.data.image.transformer.Scripted
the scripting handler to use.
m_Handler - Variable in class adams.data.io.input.ExcelStreamingSpreadSheetReader
the currently used handler for parsing.
m_Handler - Variable in class adams.data.jai.transformer.Scripted
the scripting handler to use.
m_Handler - Variable in class adams.data.opencv.features.Scripted
the scripting handler to use.
m_Handler - Variable in class adams.data.opencv.transformer.Scripted
the scripting handler to use.
m_Handler - Variable in class adams.data.outlier.Scripted
the scripting handler to use.
m_Handler - Variable in class adams.data.report.Scripted
the scripting handler to use.
m_Handler - Variable in class adams.flow.condition.bool.Scripted
the scripting handler to use.
m_Handler - Variable in class adams.flow.core.AbstractScriptingHandlerActor
the scripting handler to use.
m_Handler - Variable in class adams.flow.sink.WekaExperimentFileWriter
the IO handler.
m_Handler - Variable in class adams.flow.template.Scripted
the scripting handler to use.
m_Handler - Variable in class adams.flow.transformer.pdfgenerate.Scripted
the scripting handler to use.
m_Handler - Variable in class adams.flow.transformer.WekaExperimentFileReader
the IO handler.
m_Handler - Variable in class adams.gui.core.RecentFilesHandlerWithCommandline.Setup
the object.
m_Handler - Variable in class adams.gui.visualization.debug.StoragePanel
the current storage handler.
m_Handler - Variable in class adams.scripting.command.basic.StartRemoteLogging
the handler to use.
m_Handler - Variable in class adams.tools.Scripted
the scripting handler to use.
m_Handler - Variable in class weka.gui.explorer.ForecastingHandler
the actual handler.
m_HandlerClasses - Static variable in class adams.core.option.AbstractCommandLineHandler
the handlers (classes) currently available.
m_HandlerClasses - Static variable in class adams.gui.goe.AbstractGenericObjectEditorHandler
the handlers (classes) currently available.
m_HandlerClasses - Static variable in class adams.gui.visualization.debug.inspectionhandler.AbstractInspectionHandler
the handlers (classes) currently available.
m_Handlers - Variable in class adams.core.discovery.DefaultPropertyDiscovery.HandlerObserver
the handlers to use.
m_Handlers - Static variable in class adams.core.io.filesearch.AbstractFileSearchHandler
the available handlers.
m_Handlers - Variable in class adams.core.logging.Logger
the handlers.
m_Handlers - Variable in class adams.core.logging.MultiHandler
the logging handlers to use.
m_Handlers - Static variable in class adams.data.spreadsheet.AbstractObjectHandler
the cache for object class/object handler relation.
m_Handlers - Static variable in class adams.gui.goe.AbstractGenericObjectEditorHandler
the handlers (classnames) currently available.
m_Handlers - Static variable in class adams.gui.visualization.debug.inspectionhandler.AbstractInspectionHandler
the handlers (classnames) currently available.
m_Handlers - Variable in class adams.opt.genetic.Hermione
the handlers to use for discovery.
m_Handlers - Variable in class adams.scripting.requesthandler.MultiHandler
the handlers to combine.
m_Handlers - Variable in class adams.scripting.responsehandler.MultiHandler
the handlers to use.
m_HardLinks - Variable in class adams.flow.source.RSync
 
m_HasCacheData - Variable in class adams.gui.visualization.debug.StoragePanel.TableModel
whether cache data is available.
m_HasClass - Variable in class weka.filters.unsupervised.attribute.PrincipalComponentsJ
Data has a class set.
m_HasCustomPanel - Variable in class adams.gui.goe.PropertyPanel
Whether the editor has provided its own panel.
m_HasDateCols - Variable in class adams.data.io.input.CsvSpreadSheetReader.ChunkReader
whether any date columns are defined.
m_HasDateTimeCols - Variable in class adams.data.io.input.CsvSpreadSheetReader.ChunkReader
whether any date/time columns are defined.
m_HasDateTimeMsecCols - Variable in class adams.data.io.input.CsvSpreadSheetReader.ChunkReader
whether any date/time msec columns are defined.
m_HasDocument - Variable in class adams.gui.visualization.pdf.PDFPanel
whether a document is present.
m_HasGhost - Variable in class adams.gui.core.DragAndDropTabbedPane
 
m_HasGlobalTransformers - Variable in class adams.flow.control.Branch
whether the branch contains global transformers somewhere or not.
m_HashCode - Variable in class adams.core.Trie
the hash code
m_HashCode - Variable in class adams.data.featureconverter.HeaderDefinition
the hashcode.
m_HashCode - Variable in class weka.core.AbstractHashableInstance
the current hashcode.
m_Hashed - Variable in class weka.filters.unsupervised.attribute.JoinAttributes
the hashed indices.
m_HashSet - Variable in class adams.core.WrapperHashSet
the hashset used internally.
m_HasInput - Variable in class adams.gui.flow.tree.Renderer.ActorIcon
whether actor accepts input.
m_HasOutput - Variable in class adams.flow.control.StorageValueSequence
whether data is available.
m_HasOutput - Variable in class adams.gui.flow.tree.Renderer.ActorIcon
whether the actor generates output.
m_HasRegressionTest - Variable in class adams.core.option.FlowJUnitTestProducer
whether to create a regression test.
m_HasSubActors - Variable in class adams.gui.flow.tree.Renderer.ActorIcon
whether the actor has sub-actors.
m_HasTextCols - Variable in class adams.data.io.input.CsvSpreadSheetReader.ChunkReader
whether any text columns are defined.
m_HasTimeCols - Variable in class adams.data.io.input.CsvSpreadSheetReader.ChunkReader
whether any time columns are defined.
m_HasTimeMsecCols - Variable in class adams.data.io.input.CsvSpreadSheetReader.ChunkReader
whether any time/msec columns are defined.
m_HasValue - Variable in class adams.flow.transformer.AddDOMNode
whether the node has a (textual) value.
m_Head - Variable in class adams.doc.docbook.InformalTable
the table head.
m_Head - Variable in class adams.doc.xhtml.Html
the head tag.
m_Header - Variable in class adams.data.conversion.MatchWekaInstanceAgainstFileHeader
the header to load from disk.
m_Header - Variable in class adams.data.conversion.MatchWekaInstanceAgainstStorageHeader
the header to load from storage.
m_Header - Variable in class adams.data.conversion.ReportToWekaInstance
the header to use.
m_Header - Variable in class adams.data.conversion.SpreadSheetAddFormulaColumn
the column header.
m_Header - Variable in class adams.data.conversion.SpreadSheetAddRowID
the column header.
m_Header - Variable in class adams.data.conversion.SpreadSheetAddSumColumn
the column header.
m_Header - Variable in class adams.data.featureconverter.AbstractFeatureConverter
the header.
m_Header - Variable in class adams.data.io.input.AccessSpreadSheetReader.ChunkReader
the header.
m_Header - Variable in class adams.data.io.input.CsvSpreadSheetReader.ChunkReader
the header.
m_Header - Variable in class adams.data.io.input.SimpleStreamSpreadSheetReader
the header in use.
m_Header - Variable in class adams.data.io.input.SqlDumpSpreadSheetReader.ChunkReader
the header.
m_Header - Variable in class adams.data.io.output.AccessSpreadSheetWriter
the header of the first spreadsheet written to file, if appending is active.
m_Header - Variable in class adams.data.io.output.CsvSpreadSheetWriter
the header of the first spreadsheet written to file, if appending is active.
m_Header - Variable in class adams.data.io.output.SqlDumpSpreadSheetWriter
the header of the first spreadsheet written to file, if appending is active.
m_Header - Variable in class adams.data.spreadsheet.sql.Reader
the header.
m_Header - Variable in class adams.data.statistics.AbstractArrayStatistic.StatisticContainer
for the header row.
m_Header - Variable in class adams.flow.transformer.SpreadSheetInsertColumn
the column header.
m_Header - Variable in class adams.flow.transformer.SpreadSheetInsertRowScore
the column header.
m_Header - Variable in class adams.flow.transformer.SpreadSheetRowBinning
the column header.
m_Header - Variable in class adams.flow.transformer.WekaInstanceDumper
the header of the dataset.
m_Header - Variable in class adams.flow.transformer.WekaInstanceEvaluator
the new header.
m_Header - Variable in class adams.flow.transformer.WekaStreamEvaluator
the current header.
m_Header - Variable in class adams.gui.tools.wekainvestigator.output.AbstractResultItem
the header.
m_Header - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.ReevaluateModel
the training header (if any).
m_Header - Variable in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.ReevaluateModel
the training header (if any).
m_Header - Variable in class adams.ml.data.DatasetInfo
the header.
m_Header - Variable in class adams.ml.data.InstancesView
the header row.
m_Header - Variable in class weka.classifiers.functions.ClassificationViaPLS
the header of the training set.
m_Header - Variable in class weka.classifiers.meta.PeakTransformed
the header information of the transformed data.
m_Header - Variable in class weka.classifiers.meta.RangeCheck
the training header.
m_Header - Variable in class weka.classifiers.meta.SubsetEnsemble
The header of the training set.
m_Header - Variable in class weka.classifiers.meta.SumTransformed
the header information of the transformed data.
m_Header - Variable in class weka.classifiers.meta.VotedImbalance
The header of the training set.
m_Header - Variable in class weka.classifiers.trees.XGBoost
the training dataset.
m_HeaderCells - Variable in class adams.data.io.input.CsvSpreadSheetReader.ChunkReader
the header cells to use.
m_HeaderCells - Variable in class adams.data.io.input.SqlDumpSpreadSheetReader.ChunkReader
the header cells to use.
m_HeaderDefinition - Variable in class adams.data.featureconverter.AbstractFeatureConverter
the data types.
m_HeaderPopupMenuCustomizer - Variable in class adams.gui.core.SpreadSheetTable
the customizer for the table header popup menu.
m_HeaderPopupMenuCustomizer - Variable in class adams.gui.visualization.instances.InstancesTable
the customizer for the table header popup menu.
m_HeaderPopupMenuListeners - Variable in class adams.gui.core.BaseTable
the popup menu listeners for the header row.
m_HeaderRow - Variable in class adams.data.spreadsheet.DefaultSpreadSheet
the header row.
m_HeaderRow - Variable in class adams.data.spreadsheet.SpreadSheetView
the cached header row.
m_HeaderRow - Variable in class adams.ml.data.DatasetView
the cached header row.
m_Headers - Variable in class adams.flow.source.HttpRequest
the (optional) request headers.
m_Headers - Variable in class adams.flow.transformer.HttpRequest
the (optional) request headers.
m_HeaderTemplate - Variable in class adams.data.featureconverter.FixedNumFeatures
the template to use in the header for missing values.
m_HeaderTemplate - Variable in class adams.data.timeseries.FixedNumFeatures
the template to use in the header for missing values.
m_Headless - Variable in class adams.flow.control.Flow
whether the execution is to be headless, i.e., no GUI components.
m_Headless - Variable in class adams.flow.FlowRunner
whether the execution is to be headless, i.e., no GUI components.
m_Headless - Variable in class adams.flow.setup.FlowSetup
whether the execution is to be headless, i.e., no GUI components.
m_Headless - Variable in class adams.gui.flow.FlowPanel
whether to execute the flow in headless mode.
m_HeadlessMode - Variable in class adams.flow.standalone.ExternalFlow
whether to run in headless mode.
m_Headline - Variable in class adams.flow.transformer.pdfproclet.Headline
the headline to add.
m_Headline - Variable in class adams.flow.transformer.pdfproclet.MetaHeadline
the headline to add.
m_Height - Variable in class adams.data.barcode.encode.AbstractBarcodeEncoder
Height of barcode.
m_Height - Variable in class adams.data.image.BooleanArrayMatrixView
the height of the matrix.
m_Height - Variable in class adams.data.image.features.PixelClassifications
the height of the crop rectangle.
m_Height - Variable in class adams.data.image.IntArrayMatrixView
the height of the matrix.
m_Height - Variable in class adams.data.image.transformer.crop.RelativeCrop
the height of the crop rectangle.
m_Height - Variable in class adams.data.image.transformer.crop.SimpleCrop
the height of the window.
m_Height - Variable in class adams.data.image.transformer.Resize
the new height.
m_Height - Variable in class adams.data.io.input.ImageClassificationGridSpreadSheetReader
the image height to use.
m_Height - Variable in class adams.data.io.input.ObjectLocationsSpreadSheetReader
the image height to use as basis for normalized coordinates/dimensions.
m_Height - Variable in class adams.data.io.input.YoloAnnotationsReportReader
the image height to use as basis for normalized coordinates/dimensions.
m_Height - Variable in class adams.data.io.output.ObjectLocationsSpreadSheetWriter
the image height to use as basis for normalized coordinates/dimensions.
m_Height - Variable in class adams.data.io.output.YoloAnnotationsReportWriter
the image height to use as basis for normalized coordinates/dimensions.
m_Height - Variable in class adams.data.jai.transformer.Resize
the new height.
m_Height - Variable in class adams.data.objectfilter.ClipBoundingBoxes
the image height to use.
m_Height - Variable in class adams.data.objectfinder.ObjectsInRegion
the height of the window.
m_Height - Variable in class adams.data.opencv.transformer.Resize
the absolute height.
m_Height - Variable in class adams.flow.core.AbstractDisplay
the height of the dialog.
m_Height - Variable in class adams.flow.execution.Debug
the height of the dialog.
m_Height - Variable in class adams.flow.sink.AbstractGraphicsGenerator
the height of the dialog.
m_Height - Variable in class adams.flow.sink.JFreeChartFileWriter
the height of the plot.
m_Height - Variable in class adams.flow.sink.logview.AbstractLogEntryDialog
the height of the dialog.
m_Height - Variable in class adams.flow.source.NewImage
the height of the image.
m_Height - Variable in class adams.flow.transformer.AbstractInteractiveTransformerDialog
the height of the dialog.
m_Height - Variable in class adams.flow.transformer.CountObjectsInRegion
the height of the window.
m_Height - Variable in class adams.flow.transformer.draw.Oval
the height of the oval.
m_Height - Variable in class adams.flow.transformer.draw.Rectangle
the height of the rectangle.
m_Height - Variable in class adams.flow.transformer.locateobjects.LocatedObject
the height of the actual object sub-image.
m_Height - Variable in class adams.flow.transformer.pdfproclet.Rectangle
the height.
m_Height - Variable in class adams.gui.tools.spreadsheetviewer.chart.AbstractChartGenerator
the height of the dialog.
m_Height - Variable in class adams.gui.visualization.image.leftclick.FixedBoundingBox
the height.
m_Height - Variable in class adams.gui.visualization.stats.boxplot.BoxPlotManager
Height of graphs drawn
m_HeightPlot - Variable in class adams.flow.sink.BoxPlot
height of plots to be drawn
m_Help - Variable in class adams.flow.container.AbstractContainer
for storing the help per item.
m_Help - Variable in class adams.flow.source.valuedefinition.AbstractValueDefinition
the help text.
m_Help - Variable in class adams.gui.core.PropertiesParameterPanel
the property/help relation.
m_Help - Variable in class adams.gui.help.HelpContainer
the help text.
m_Helper - Variable in class adams.core.command.stderr.CallableActorSink
the helper class.
m_Helper - Variable in class adams.core.command.stdout.CallableActorSink
the helper class.
m_Helper - Static variable in class adams.core.io.ConsoleHelper
the actual helper.
m_Helper - Variable in class adams.core.option.MaterializedArrayProducer
the helper for locating callable actors.
m_Helper - Variable in class adams.data.objectfilter.TransformMetaData
the helper class.
m_Helper - Variable in class adams.flow.control.CallableActorScreenshot
the helper class.
m_Helper - Variable in class adams.flow.control.errorpostprocessor.OutOfMemory
the helper class.
m_Helper - Variable in class adams.flow.control.InputOutputListener
the helper class.
m_Helper - Variable in class adams.flow.control.TimedSubProcess
the helper class.
m_Helper - Variable in class adams.flow.control.TimedTee
the helper class.
m_Helper - Variable in class adams.flow.control.TimedTrigger
the helper class.
m_Helper - Variable in class adams.flow.control.TriggerEvent
the helper class.
m_Helper - Variable in class adams.flow.control.UpdateCallableDisplay
the helper class.
m_Helper - Variable in class adams.flow.core.AbstractCallableActor
the helper class.
m_Helper - Variable in class adams.flow.core.AbstractCopyCallableActor
the helper class.
m_Helper - Variable in class adams.flow.core.AbstractModelLoader
for locating callable actors.
m_Helper - Variable in class adams.flow.core.FlowVariables
the helper class.
m_Helper - Variable in class adams.flow.core.ObjectRetriever
for locating callable actors.
m_Helper - Variable in class adams.flow.source.AbstractInteractiveSource
the helper class.
m_Helper - Variable in class adams.flow.source.SelectFile
the helper class.
m_Helper - Variable in class adams.flow.source.WekaSelectDataset
the helper class.
m_Helper - Variable in class adams.flow.standalone.QueueInit
the helper class.
m_Helper - Variable in class adams.flow.transformer.AbstractInteractiveTransformer
the helper class.
m_Helper - Variable in class adams.flow.transformer.IndexedSplitsRunsEvaluation
the helper class.
m_Helper - Variable in class adams.flow.transformer.IndexedSplitsRunsPredictions
the helper class.
m_Helper - Variable in class adams.flow.transformer.MergeReport
the helper class.
m_Helper - Variable in class adams.flow.transformer.SetJsonValue
the helper class.
m_Helper - Variable in class adams.flow.transformer.SetMapValue
the helper class.
m_Helper - Variable in class adams.flow.transformer.SetReportFromSource
the helper class.
m_Helper - Variable in class adams.flow.transformer.SpreadSheetTransformCells
the helper class.
m_Helper - Variable in class adams.flow.transformer.SpreadSheetTransformHeaderCells
the helper class.
m_Helper - Variable in class adams.flow.transformer.WekaClassifierRanker
the helper class.
m_Helper - Variable in class adams.flow.transformer.WekaGeneticAlgorithm
the helper class.
m_Helper - Variable in class adams.parser.actorsuggestion.Parser
the helper.
m_Helper - Variable in class adams.parser.basedate.Parser
the helper.
m_Helper - Variable in class adams.parser.basedatetime.Parser
the helper.
m_Helper - Variable in class adams.parser.basedatetimemsec.Parser
the helper.
m_Helper - Variable in class adams.parser.basetime.Parser
the helper.
m_Helper - Variable in class adams.parser.basetimemsec.Parser
the helper.
m_Helper - Variable in class adams.parser.booleanexpression.Parser
the helper.
m_Helper - Variable in class adams.parser.externalactorsuggestion.Parser
the helper.
m_Helper - Variable in class adams.parser.lookupupdate.Parser
the helper.
m_Helper - Variable in class adams.parser.mathematicalexpression.Parser
the helper.
m_Helper - Variable in class adams.parser.spreadsheetformula.Parser
the helper.
m_Helper - Variable in class adams.parser.spreadsheetquery.Parser
the helper.
m_Helper - Variable in class adams.parser.stringexpression.Parser
the helper.
m_Helper - Variable in class adams.parser.templatesuggestion.Parser
the helper.
m_Helper - Variable in class adams.scripting.requesthandler.CallableActorsHandler
the helper class.
m_Helper - Variable in class adams.scripting.responsehandler.CallableActorsHandler
the helper class.
m_hiClassifier - Variable in class weka.classifiers.meta.HighLowSplit
 
m_Hidden - Variable in class adams.core.io.LocalFileObject
whether the file is hidden.
m_Hidden - Variable in class adams.core.io.SmbFileObject
whether the file is hidden.
m_HiddenBottomComponent - Variable in class adams.gui.core.BaseSplitPane
the hidden bottom/right component.
m_HiddenPages - Variable in class adams.gui.core.BaseTabbedPaneWithTabHiding
for storing the hidden tabs.
m_HiddenTopComponent - Variable in class adams.gui.core.BaseSplitPane
the hidden top/left component.
m_Highlight - Variable in class adams.gui.core.spreadsheettable.ConfusionMatrixCellRenderingCustomizer
the color to use for highlighting.
m_Highlight - Variable in class adams.gui.core.spreadsheettable.NumericRangeCellRenderingCustomizer
the color to use for highlighting.
m_HighlightColor - Variable in class adams.gui.visualization.container.AbstractDataContainerZoomOverviewPaintlet
the background color.
m_HighThreshold - Variable in class adams.data.boofcv.transformer.CannyEdgeDetection
the high threshold to use.
m_hiLopoint - Variable in class weka.classifiers.meta.HighLowSplit
 
m_histBarClassCounts - Variable in class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeVisualizationPanel
This array holds the per class count (or per class height) of the each of the bars in a barplot or a histogram.
m_histBarCounts - Variable in class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeVisualizationPanel
This array holds the count (or height) for the each of the bars in a barplot or a histogram.
m_Histogram - Variable in class adams.data.filter.AbstractHistogram
the array histogram setup to use.
m_Histogram - Variable in class adams.gui.tools.spreadsheetviewer.chart.Histogram
the histogram setup.
m_HistogramOptions - Variable in class adams.flow.sink.FourInOneDisplay
Options for the histogram
m_HistogramOptions - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.output.FourInOnePlot
Options for the histogram
m_HistogramOptions - Variable in class adams.gui.visualization.stats.fourinone.FourInOne
Options for the histogram plot
m_HistogramSetup - Variable in class adams.gui.visualization.instance.InstanceExplorer
the dialog for the histogram setup.
m_HistogramSetup - Variable in class adams.gui.visualization.instance.InstancePanel
the dialog for the histogram setup.
m_HistogramSetup - Variable in class adams.gui.visualization.spreadsheet.SpreadSheetExplorer
the dialog for the histogram setup.
m_HistogramSetup - Variable in class adams.gui.visualization.spreadsheet.SpreadSheetRowPanel
the dialog for the histogram setup.
m_HistogramType - Variable in class adams.data.image.features.Histogram
the type of histogram to generate.
m_HistogramType - Variable in class adams.data.jai.features.Histogram
the type of histogram to generate.
m_HistOptions - Variable in class adams.gui.visualization.stats.histogram.Histogram
Options for the histogram
m_History - Variable in class adams.core.AbstractHistory
the history of objects.
m_History - Variable in class adams.flow.sink.DisplayPanelManager.HistorySplitPanel
the history panel.
m_History - Variable in class adams.flow.sink.HistoryDisplay.HistorySplitPanel
the history panel.
m_History - Variable in class adams.gui.chooser.DirectoryChooserPanel
the history of dirs.
m_History - Static variable in class adams.gui.chooser.FileChooserPanel
the history of files.
m_History - Variable in class adams.gui.goe.GenericObjectEditorPanel
the history of used setups.
m_History - Variable in class adams.gui.goe.WekaGenericObjectEditorPanel
the history of used setups.
m_History - Variable in class adams.gui.scripting.AbstractScriptingEngine
the history of all (successfully run) commands since instantiation.
m_History - Variable in class adams.gui.tools.wekainvestigator.tab.AssociateTab
the history.
m_History - Variable in class adams.gui.tools.wekainvestigator.tab.AttributeSelectionTab
the history.
m_History - Variable in class adams.gui.tools.wekainvestigator.tab.ClassifyTab
the history.
m_History - Variable in class adams.gui.tools.wekainvestigator.tab.ClusterTab
the history.
m_History - Variable in class adams.gui.tools.wekainvestigator.tab.ExperimentTab
the history.
m_History - Variable in class adams.gui.tools.wekamultiexperimenter.analysis.DefaultAnalysisPanel
the history.
m_History - Variable in class adams.gui.workspace.AbstractWorkspaceManagerPanel
the history panel.
m_History - Variable in class weka.gui.explorer.ExperimentPanel
A panel controlling results viewing.
m_History - Variable in class weka.gui.explorer.MultiExplorer
the history panel.
m_HistoryEntrySelectionListeners - Variable in class adams.gui.core.AbstractNamedHistoryPanel
the history entry selection listeners.
m_HistoryEntryToolTipProvider - Variable in class adams.gui.core.AbstractNamedHistoryPanel
the tool tip generator.
m_HistoryFile - Variable in class adams.core.AbstractPersistentHistory
the file to save the history to.
m_HistoryItem - Variable in class adams.gui.event.HistorySelectionEvent
the selected favorite.
m_HistoryPanel - Variable in class adams.flow.sink.DisplayPanelManager
the history panel.
m_HistoryPanel - Variable in class adams.flow.sink.HistoryDisplay
the history panel.
m_HitDetector - Variable in class adams.flow.sink.sequenceplotter.ToggleOutlier
the hit detector to use.
m_HitDetector - Variable in class adams.flow.sink.sequenceplotter.ViewDataClickAction
the hit detector to use.
m_HitDetector - Variable in class adams.gui.visualization.sequence.AbstractXYSequencePaintlet
the hit detector to use.
m_HitDetector - Variable in class adams.gui.visualization.stats.paintlet.AbstractScatterPlotPaintlet
the hit detector to use.
m_HitDetector - Variable in class adams.gui.visualization.stats.scatterplot.action.ViewDataClickAction
the hit detector to use.
m_HitDetectors - Variable in class adams.gui.visualization.core.plot.ContentPanel
the hit detectors.
m_HoldOutPercentage - Variable in class weka.classifiers.meta.ClassifierCascade
the percentage to use for validation set to determine termination criterion (0-100).
m_Home - Variable in class adams.flow.FlowRunner
the directory to use as the project's home directory.
m_Home - Variable in class adams.flow.FlowSetupRunner
the directory to use as the project's home directory.
m_Home - Variable in class adams.gui.core.AbstractFrameWithOptionHandling
the directory to use as the project's home directory.
m_HomeDirectory - Static variable in class adams.env.AbstractEnvironment
the directory to use as home directory.
m_Hook - Variable in class adams.core.shutdown.AbstractShutdownHook
the installed hook.
m_Hooks - Variable in class adams.core.shutdown.MultiHook
the hooks.
m_HooksRegistered - Static variable in class adams.core.option.OptionUtils
whether the hooks got already registered.
m_HooksToString - Static variable in class adams.core.option.OptionUtils
the hooks for "toString".
m_HooksValueOf - Static variable in class adams.core.option.OptionUtils
the hooks for "valueOf".
m_HorizontalAlignment - Variable in class adams.flow.transformer.pdfproclet.AbstractSpreadSheetPdfProclet
the horizontal alignment (if not 100% wide).
m_Host - Variable in class adams.core.io.lister.FtpDirectoryLister
the FTP host.
m_Host - Variable in class adams.core.io.lister.SftpDirectoryLister
the SSH host.
m_Host - Variable in class adams.core.io.lister.SmbDirectoryLister
the SMB host.
m_Host - Variable in class adams.db.LogEntry
the computer name.
m_Host - Variable in class adams.db.LogEntryConditions
the host name (regexp).
m_Host - Variable in class adams.flow.standalone.FTPConnection
the FTP host.
m_Host - Variable in class adams.flow.standalone.SSHConnection
the SSH host.
m_Host - Variable in class adams.flow.transformer.SMBGet
the host.
m_Host - Variable in class adams.flow.transformer.SMBSend
the host.
m_Host - Variable in class adams.gui.chooser.FtpRemoteDirectorySetup
the FTP host.
m_Host - Variable in class adams.gui.chooser.SftpRemoteDirectorySetup
the SSH host.
m_Host - Variable in class adams.gui.chooser.SmbRemoteDirectorySetup
the host.
m_Host - Variable in class adams.multiprocess.ScpJobRunner.RemoteJobRunner
the host that sent the jobs in the first place.
m_Host - Variable in class adams.scripting.command.basic.Ping
the host.
m_Host - Variable in class adams.scripting.connection.AbstractSSHConnection
the SSH host.
m_Host - Variable in class adams.scripting.connection.DefaultConnection
the host.
m_Host - Variable in class adams.scripting.connection.FTPConnection
the FTP host.
m_Hostname - Variable in class adams.core.logging.RemoteSendHandler
the remote host.
m_Hostname - Static variable in class adams.core.net.InternetHelper
host name for faster access.
m_HostnameNetworkInterface - Static variable in class adams.core.net.InternetHelper
host name (from network intf) for faster access.
m_Html - Variable in class adams.gui.help.HelpContainer
whether html or plain text.
m_HumanReadable - Variable in class adams.flow.source.RSync
 
m_ICA - Variable in class adams.data.instancesanalysis.FastICA
the Fast ICA analysis to use.
m_Icon - Variable in class adams.gui.core.BaseTabbedPaneWithTabHiding.PageBackup
the icon of the tab.
m_Icon - Variable in class adams.gui.core.dom.DOMRenderer
the general icon for elements.
m_Icon - Variable in class adams.gui.core.dotnotationtree.AbstractInfoNode
the icon to use in the tree.
m_Icon - Variable in class adams.gui.core.GUIHelper.AbstractInputPanel
the icon.
m_Icon - Variable in class adams.gui.core.MultiPagePane.PageContainer
the current icon (can be null).
m_Icon - Variable in class adams.gui.flow.tree.Renderer.ActorIcon
the actual icon.
m_IconArray - Variable in class adams.gui.core.json.JsonRenderer
the icon for JSON arrays.
m_IconArrayElement - Variable in class adams.gui.visualization.debug.objecttree.Renderer
the array element icon.
m_IconBool - Variable in class adams.gui.core.json.JsonRenderer
the icon for other booleans.
m_IconCache - Static variable in class adams.gui.core.ImageManager
maps filename to icon.
m_IconClassname - Variable in class adams.gui.goe.actorpathtree.ActorPathNode
the classname to use for the icon (if not ActorPathNode.m_Classname available).
m_IconCollapsed - Variable in class adams.gui.visualization.debug.objecttree.Renderer
the collapsed icon.
m_IconExpanded - Variable in class adams.gui.visualization.debug.objecttree.Renderer
the expanded icon.
m_IconHash - Variable in class adams.gui.visualization.debug.objecttree.Renderer
the hash icon.
m_IconHidden - Variable in class adams.gui.core.OneTouchPanel
the icon when the content is hidden.
m_IconName - Variable in class adams.gui.application.ChildFrame
the name of the icon to use.
m_IconNum - Variable in class adams.gui.core.json.JsonRenderer
the icon for other numbers.
m_IconObject - Variable in class adams.gui.core.json.JsonRenderer
the icon for JSON objects.
m_IconObject - Variable in class adams.gui.visualization.debug.objecttree.Renderer
the empty icon.
m_IconOther - Variable in class adams.gui.core.json.JsonRenderer
the icon for other objects.
m_Icons - Variable in class adams.gui.flow.tree.Renderer
stores the classname/icon relationship.
m_Icons - Variable in class adams.gui.goe.actorpathtree.ActorPathTreeRenderer
stores the classname/icon relationship.
m_Icons - Variable in class adams.gui.goe.classtree.ClassTreeRenderer
stores the classname/icon relationship.
m_Icons - Variable in class adams.gui.tools.NestedFormatViewerPanel.Renderer
stores the classname/icon relationship.
m_IconStr - Variable in class adams.gui.core.json.JsonRenderer
the icon for other strings.
m_Iconv - Variable in class adams.flow.source.RSync
 
m_IconVisible - Variable in class adams.gui.core.OneTouchPanel
the icon when the content is visible.
m_ID - Variable in class adams.core.ConfigurableEnumeration.AbstractItem
the id.
m_ID - Variable in class adams.core.management.AbstractOutputPrinter
the ID of the process.
m_ID - Variable in class adams.core.TechnicalInformation
the unique identifier of this information, will be generated automatically if left empty.
m_ID - Variable in class adams.data.AbstractAnonymizer
the ID of the anonymizer (used for hashcode).
m_ID - Variable in class adams.data.binning.BinnableGroup
the ID of the group.
m_ID - Variable in class adams.data.blob.BlobContainer
the ID.
m_ID - Variable in class adams.data.container.AbstractDataContainer
the ID of the sequence.
m_ID - Variable in class adams.data.container.ObjectContainer
the ID.
m_ID - Variable in class adams.data.conversion.ByteArrayToBlobContainer
the ID to use.
m_ID - Variable in class adams.data.conversion.ObjectToObjectContainer
the ID to use.
m_ID - Variable in class adams.data.conversion.StringToTextContainer
the ID to use.
m_ID - Variable in class adams.data.idextraction.Manual
the manual ID.
m_ID - Variable in class adams.data.indexedsplits.IndexedSplit
the id of the of this split.
m_ID - Variable in class adams.data.indexedsplits.IndexedSplitsRun
the run ID.
m_ID - Variable in class adams.data.io.input.OpexObjectLocationsReader
the field to use for the ID.
m_ID - Variable in class adams.data.io.input.PascalVOCObjectLocationsReader
the field to use for the ID.
m_ID - Variable in class adams.data.io.output.OpexObjectLocationsWriter
the meta-data key with the ID.
m_ID - Variable in class adams.data.sequence.XYSequencePoint
an optional ID.
m_ID - Variable in class adams.data.text.TextContainer
the ID.
m_ID - Variable in class adams.flow.sink.SpreadSheetRowViewer
the name of the attribute/field to use as ID.
m_ID - Variable in class adams.flow.sink.WekaInstanceViewer
the name of the attribute/field to use as ID.
m_ID - Variable in class adams.flow.transformer.SetDatabaseID
the database ID to set.
m_ID - Variable in class adams.flow.transformer.SetID
the ID to set.
m_ID - Variable in class adams.gui.tools.wekainvestigator.data.AbstractDataContainer
the ID of the container.
m_ID - Variable in class adams.gui.visualization.image.interactionlogging.InteractionEvent
the ID.
m_ID - Variable in class adams.gui.visualization.instance.InstanceComparePanel.DatasetPanel
the ID to use for the returned instances.
m_ID - Variable in class adams.gui.visualization.report.ReportContainer
the ID to use for display.
m_ID - Variable in class adams.gui.wizard.AbstractWizardPane
the ID of the wizard.
m_ID - Variable in class adams.scripting.command.AbstractRemoteCommandOnFlowWithResponse
the ID of the flow to retrieve.
m_ID - Variable in class adams.tools.ZipPassword.BruteForceJob
the ID.
m_ID - Variable in class weka.filters.unsupervised.instance.RemoveDuplicateIDs
the attribute with the IDs.
m_ID - Variable in class weka.filters.unsupervised.instance.RemoveTestInstances
the attribute to use for identifying instances.
m_IDColumn - Variable in class adams.flow.transformer.plotgenerator.RowWisePlotGenerator
the (optional) column that identifies a row, uses as plot name.
m_IDCounter - Static variable in class adams.gui.tools.wekainvestigator.data.AbstractDataContainer
the ID counter.
m_Identifiers - Variable in class adams.gui.core.PropertiesParameterPanel
the identifiers of the property.
m_IDs - Variable in class adams.flow.transformer.AbstractDataContainerFileImport
the IDs of the containers that have been imported.
m_IDs - Variable in class adams.flow.transformer.AbstractReportFileImport
the IDs of the chromatograms that have been imported.
m_IDs - Variable in class adams.flow.transformer.UniqueID
for storing the IDs seen so far.
m_IDSplitter - Variable in class weka.filters.unsupervised.attribute.AttributeSummaryTransferFilter
Column-splitter for separating the ID column.
m_IDTest - Variable in class weka.filters.unsupervised.instance.RemoveTestInstances
the attribute to use for identifying instances in the test set.
m_If - Variable in class adams.parser.lookupupdate.Parser
the if key - value relation.
m_IgnoreArchiveHandlerChanges - Variable in class adams.gui.tools.PreviewBrowserPanel
whether to ignore selections of the archive handler combobox temporarily.
m_IgnoreChanges - Variable in class adams.gui.core.AbstractRecentItemsHandler
whether to ignore changes temporarily.
m_IgnoreChanges - Variable in class adams.gui.core.AbstractTextAreaPanelWithAdvancedSyntaxHighlighting
whether to ignore changes.
m_IgnoreChanges - Variable in class adams.gui.core.FilePanel
whether to ignore changes.
m_IgnoreChanges - Variable in class adams.gui.core.StyledTextEditorPanel
whether to ignore changes.
m_IgnoreChanges - Variable in class adams.gui.core.TextEditorPanel
whether to ignore changes.
m_IgnoreChanges - Variable in class adams.gui.goe.GenericObjectEditor.GOEPanel
whether to ignore selection changes to the combobox.
m_IgnoreChanges - Variable in class adams.gui.tools.filecommander.FileCommanderDirectoryPanel
whether to ignore changes.
m_IgnoreChanges - Variable in class adams.gui.tools.wekamultiexperimenter.setup.AbstractSetupOptionPanel
whether to ignored changes.
m_IgnoreChanges - Variable in class adams.gui.tools.wekamultiexperimenter.setup.AbstractSetupPanel
whether to ignored changes.
m_IgnoreChanges - Variable in class adams.gui.visualization.instances.InstancesTableModel
whether to ignore changes, i.e.
m_IgnoreChanges - Variable in class adams.gui.visualization.object.labelselector.AbstractLabelSelectorPanel
whether to ignore changes to the label.
m_IgnoreClass - Variable in class weka.filters.unsupervised.instance.RemoveInstancesWithMissingValue
whether to ignore the class attribute.
m_IgnoreContentHandlerChanges - Variable in class adams.gui.tools.previewbrowser.PreviewDisplay
whether to ignore selections of the content handler combobox temporarily.
m_IgnoredAttributes - Variable in class weka.filters.unsupervised.attribute.InterquartileRangeSamp
the regular expression for attributes to skip.
m_IgnoreDirUpdates - Variable in class adams.gui.tools.spreadsheetprocessor.sources.FileBrowserSource
whether to ignore dir updates.
m_IgnoreEnvironmentOptions - Variable in class adams.core.management.Launcher
whether to ignore the ADAMS environment options.
m_IgnoreErrors - Variable in class adams.flow.source.RSync
 
m_IgnoreExisting - Variable in class adams.flow.source.RSync
 
m_IgnoreMissing - Variable in class adams.flow.control.ContainerValuePicker
whether to quietly ignored missing values.
m_IgnoreMissingArgs - Variable in class adams.flow.source.RSync
 
m_IgnoreName - Variable in class adams.data.io.output.AbstractTextWriterWithFilenameGenerator
whether to discard the provided name object.
m_IgnoreNameChanges - Variable in class adams.gui.flow.tree.Tree
whether to ignore name changes of actors (suppressing application of post-processors).
m_IgnoreStateChangeEvent - Variable in class adams.gui.core.MaximizationFixWindowListener
whether to ignored the state change event.
m_IgnoreTimes - Variable in class adams.flow.source.RSync
 
m_IgnoreUpdates - Variable in class adams.flow.execution.debug.BreakpointPanel
whether to ignore updates.
m_IgnoreUpdates - Variable in class adams.gui.chooser.FontChooserPanelWithPreview
whether to ignore updates in the GUI temporarily.
m_IgnoreUpdates - Variable in class adams.gui.chooser.PdfFontChooserPanel
whether to ignore updates in the GUI temporarily.
m_IgnoreUpdates - Variable in class adams.gui.core.CheckedTextField
whether to ignore updates to the text.
m_IgnoreUpdates - Variable in class adams.gui.core.MultiPagePane
whether to ignore updates.
m_IgnoreUpdates - Variable in class adams.gui.visualization.segmentation.layer.LayerManager
whether to ignore updates.
m_IgnoreViewportChangesLeft - Variable in class adams.gui.visualization.debug.SideBySideDiffPanel
whether to ignore viewport changes for the left panel.
m_IgnoreViewportChangesRight - Variable in class adams.gui.visualization.debug.SideBySideDiffPanel
whether to ignore viewport changes for the right panel.
m_IgnoringComments - Variable in class adams.data.conversion.XMLToDOM
Specifies that the parser produced by this code will ignore comments.
m_IgnoringComments - Variable in class adams.flow.transformer.XMLFileReader
Specifies that the parser produced by this code will ignore comments.
m_IgnoringWhitespace - Variable in class adams.data.conversion.XMLToDOM
Specifies that the parsers created by this factory must eliminate whitespace in element content.
m_IgnoringWhitespace - Variable in class adams.flow.transformer.XMLFileReader
Specifies that the parsers created by this factory must eliminate whitespace in element content.
m_Image - Variable in class adams.flow.transformer.locateobjects.LocatedObject
the cut-out object, if available.
m_Image - Variable in class adams.flow.transformer.pdfstamp.Image
the image.
m_Image - Variable in class adams.flow.transformer.pixelselector.AbstractPixelSelectorOverlay
the underlying image.
m_Image - Variable in class adams.flow.transformer.pixelselector.PixelSelectorPanel
the current image container.
m_Image - Variable in class adams.gui.visualization.core.BackgroundImagePaintlet
the image.
m_Image - Variable in class adams.gui.visualization.object.CanvasPanel
the image to display.
m_Image - Variable in class adams.gui.visualization.segmentation.layer.AbstractImageLayer
the underlying image.
m_ImageActor - Variable in class adams.flow.transformer.draw.Image
the callable actor to get the image from.
m_ImageBackground - Variable in class adams.gui.tools.previewbrowser.ObjectAnnotationsReportHandler
the background color to use.
m_ImageDirs - Static variable in class adams.gui.core.ImageManager
the directories to look for files.
m_ImageFile - Variable in class adams.gui.visualization.core.BackgroundImagePaintlet
the image file to paint.
m_ImageFormat - Variable in class adams.data.io.output.ApacheCommonsImageWriter
the image format to use (uses file extension to determine it if UNKNOWN).
m_ImageFormat - Variable in class adams.data.io.output.JAIImageWriter
the image format to use (uses file extension to determine it if empty).
m_ImageHeight - Variable in class adams.data.objectfilter.Rotate
the original image height.
m_ImageHeight - Variable in class adams.gui.tools.previewbrowser.ObjectAnnotationsReportHandler
the image height to use.
m_ImageLayer - Variable in class adams.gui.visualization.segmentation.layer.LayerManager
the image layer.
m_ImageOverlay - Variable in class adams.flow.sink.ImageViewer
the image overlay to use.
m_ImageOverlays - Variable in class adams.gui.visualization.image.ImagePanel.PaintPanel
the image overlays.
m_ImagePanel - Variable in class adams.flow.sink.ImageViewer.ImageViewerDisplayPanel
for displaying the image.
m_ImagePanel - Variable in class adams.flow.sink.ImageViewer
the panel with the image.
m_ImagePanel - Variable in class adams.flow.transformer.pixelselector.PixelSelectorPanel
the image panel.
m_ImagePreview - Variable in class adams.gui.chooser.ImageFileChooser
the image preview.
m_ImagePreview - Variable in class adams.gui.print.JComponentWriterFileChooser
the image preview.
m_ImageProperties - Variable in class adams.gui.visualization.image.ImagePanel
the image properties.
m_ImageReader - Variable in class adams.gui.tools.previewbrowser.ImageClassificationHandler
the image reader to use.
m_ImageReader - Variable in class adams.gui.tools.previewbrowser.ImageHandler
the image reader to use.
m_ImageReader - Variable in class adams.gui.tools.previewbrowser.ObjectAnnotationsHandler
the image reader to use.
m_ImageReader - Variable in class adams.gui.tools.previewbrowser.ObjectCentersFromReport
the image reader to use.
m_ImageReader - Variable in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
the image reader to use.
m_ImageReader - Variable in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
the image reader to use.
m_ImageRotation - Variable in class adams.gui.print.PDFWriter
the degrees to rotate images.
m_Images - Variable in class adams.flow.transformer.PDFExtractImages
the images to forward.
m_Images - Variable in class adams.flow.transformer.PDFRenderPages
the images to forward.
m_ImageScale - Variable in class adams.gui.print.PDFWriter
the percentage (0-1) to scale the images to.
m_ImageTransformer - Variable in class adams.data.image.transformer.crop.BinaryCrop
the image transformer to apply to the image before cropping.
m_ImageType - Variable in class adams.data.conversion.BufferedImageToBoofCV
the image type to generate.
m_ImageWidth - Variable in class adams.data.objectfilter.Rotate
the original image width.
m_ImageWidth - Variable in class adams.gui.tools.previewbrowser.ObjectAnnotationsReportHandler
the image width to use.
m_ImagingModulePresent - Variable in class adams.gui.visualization.image.ImageViewerPanel
whether adams-imaging is present.
m_ImplicitBackground - Variable in class adams.data.io.output.AbstractImplicitBackgroundPNGAnnotationImageSegmentationWriter
whether to use an implicit background (ie first layer = 1).
m_Import - Variable in class adams.flow.transformer.AbstractDataContainerFileImport
whether to import the containers into the database.
m_Import - Variable in class adams.flow.transformer.AbstractReportFileImport
whether to import the containers into the database.
m_Import - Variable in class adams.multiprocess.SerializingJobRunner
the file to deserialize the finished jobs from.
m_ImportDialog - Variable in class adams.gui.flow.menu.FileImport
the dialog for importing the flow.
m_Include - Variable in class adams.flow.FlowRunner
regular expression for including flows when traversing a directory.
m_Include - Variable in class adams.flow.source.RSync
 
m_Include - Variable in class adams.flow.source.SimpleRSync
 
m_IncludeBaseImage - Variable in class adams.data.imagesegmentation.operation.SimpleOverlay
whether to include the base image.
m_IncludeClass - Variable in class weka.filters.unsupervised.instance.RemoveDuplicates
whether to take the class into account.
m_IncludeClass - Variable in class weka.filters.unsupervised.instance.Sort
whether to take the class into account.
m_IncludeDot - Variable in class adams.flow.transformer.FileExtension
whether to return the dot or not.
m_IncludeFrom - Variable in class adams.flow.source.RSync
 
m_IncludeFrom - Variable in class adams.flow.source.SimpleRSync
 
m_IncludeMetaData - Variable in class adams.flow.transformer.ImageObjectToVariables
whether to include the metadata as well.
m_IncludeParentDirs - Variable in class adams.core.io.FileObjectComparator
whether to include parent directories in sorting.
m_IncludeSplitDate - Variable in class adams.flow.transformer.timeseriessplit.AbstractSplitOnDate
whether to include the split date in the segments (if exact hit).
m_Incoming - Variable in class adams.scripting.engine.FileBasedScriptingEngine
the directory to monitor for incoming commands.
m_Incorrect - Variable in class weka.filters.unsupervised.attribute.SpellChecker
the (misspelled) labels of the attribute to replace.
m_IncorrectCache - Variable in class weka.filters.unsupervised.attribute.SpellChecker
the hashset with the incorret labels (for faster access).
m_Incremental - Variable in class adams.flow.source.WekaDatabaseReader
whether to output the data row-by-row.
m_Incremental - Variable in class adams.gui.core.SearchPanel
whether incremental search is enabled.
m_IncrementalClassifier - Variable in class adams.flow.transformer.WekaTrainClassifier
the classifier to use when training incrementally.
m_IncrementalClusterer - Variable in class adams.flow.transformer.WekaTrainClusterer
the clusterer used when training incrementally.
m_IncrementOnlyIfConditionMet - Variable in class adams.flow.control.Count
only increments the counter when the condition is met.
m_IncrementType - Variable in class adams.flow.transformer.IncStorageValue
the type of increment to perform.
m_IncrementType - Variable in class adams.flow.transformer.IncVariable
the type of increment to perform.
m_Ind - Variable in class adams.gui.visualization.stats.paintlet.AbstractZOverlayPaintlet
index of the attribute being displayed
m_Indentation - Variable in class adams.core.option.AbstractJavaCodeProducer
the indentation level.
m_Indentation - Variable in class adams.core.PropertiesToCode
the indentation level.
m_Indentation - Variable in class adams.flow.transformer.StringIndent
the string to use for indentation.
m_Indentation - Variable in class adams.gui.scripting.SyntaxDocument
the number of spaces used for indentation.
m_Index - Variable in class adams.core.discovery.PropertyPath.PathElement
the index of the array (-1 for none).
m_Index - Variable in class adams.core.Index
the underlying index.
m_Index - Variable in class adams.core.option.AbstractDocumentationProducer
the index in the structure.
m_Index - Variable in class adams.core.password.DictionaryBasedGenerator
the current index in the dictionary.
m_Index - Variable in class adams.data.binning.Bin
the bin index.
m_Index - Variable in class adams.data.binning.BinnableDataset.ClassValueBinValueExtractor
the column index.
m_Index - Variable in class adams.data.binning.BinnableDataset.GroupedClassValueBinValueExtractor
the column index.
m_Index - Variable in class adams.data.binning.BinnableDataset.StringAttributeGroupExtractor
the column index.
m_Index - Variable in class adams.data.binning.BinnableInstances.StringAttributeGroupExtractor
the attribute index.
m_Index - Variable in class adams.data.binning.operation.Wrapping.IndexedBinValueExtractor
for keeping track of the index.
m_Index - Variable in class adams.data.conversion.Mat5StructToMap
the index to retrieve.
m_Index - Variable in class adams.data.conversion.WekaForecastContainerToArray
the index of the timeseries to extract from the container.
m_Index - Variable in class adams.data.conversion.WekaForecastContainerToTimeseries
the index of the timeseries to extract from the container.
m_Index - Variable in class adams.data.conversion.WekaPredictionContainerToSpreadSheet.SortContainer
the distribution index (0-based).
m_Index - Variable in class adams.data.io.input.InstanceReader
the current index.
m_Index - Variable in class adams.data.outlier.TimeseriesTimestampCheck
the index of the timestamp to check.
m_Index - Variable in class adams.data.splitgenerator.generic.crossvalidation.FoldPair
the index.
m_Index - Variable in class adams.data.weka.classattribute.AttributeIndex
the attribute index.
m_Index - Variable in class adams.data.weka.relationname.AttributeIndex
the attribute index.
m_Index - Variable in class adams.flow.sink.Histogram
the attribute index, in case of Instances.
m_Index - Variable in class adams.flow.source.AbstractArrayProvider
the current index.
m_Index - Variable in class adams.flow.source.AbstractInteractiveArrayProvider
the current index.
m_Index - Variable in class adams.flow.transformer.AbstractArrayProvider
the current index.
m_Index - Variable in class adams.flow.transformer.GetArrayElement
the index of the element to pick.
m_Index - Variable in class adams.flow.transformer.GetListElement
the index of the element to pick.
m_Index - Variable in class adams.flow.transformer.ImageObjectInfo
the index to retrieve.
m_Index - Variable in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesGroupedCrossValidationFoldGenerator
the index to use for grouping.
m_Index - Variable in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesGroupedRandomSplitGenerator
the index to use for grouping.
m_Index - Variable in class adams.flow.transformer.Mat5ArraySubset
the element index to use.
m_Index - Variable in class adams.flow.transformer.Mat5GetMatrixElement
the element index to use.
m_Index - Variable in class adams.flow.transformer.Mat5SetMatrixElement
the element index to use.
m_Index - Variable in class adams.flow.transformer.multispreadsheetoperation.CommonIDs
the column in the spreadsheet.
m_Index - Variable in class adams.flow.transformer.RemoveImageObject
the index to retrieve.
m_Index - Variable in class adams.flow.transformer.SetArrayElement
the index of the element to set.
m_Index - Variable in class adams.flow.transformer.SpreadSheetCommonIDs
the column in the spreadsheet.
m_Index - Variable in class adams.flow.transformer.SpreadSheetExtractArray
the index of the row/column to extract.
m_Index - Variable in class adams.flow.transformer.SpreadSheetSortColumns.SortContainer
the original index of the column.
m_Index - Variable in class adams.flow.transformer.WekaClassifierRanker.RankingJob
the index in actor's input array.
m_Index - Variable in class adams.flow.transformer.WekaExtractArray
the index of the row/column to extract.
m_Index - Variable in class adams.flow.transformer.WekaGetInstanceValue
the index of the attribute to get the value from the Instance.
m_Index - Variable in class adams.flow.transformer.WekaSetInstanceValue
the attribute index to set in the Instance.
m_Index - Variable in class adams.flow.transformer.WekaSubsets
the attribute index to split on.
m_Index - Variable in class adams.gui.core.SortableAndSearchableWrapperTableModel.SortContainer
the index of the value.
m_Index - Variable in class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeSummaryPanel
the current attribute index.
m_Index - Variable in class adams.gui.visualization.core.AbstractColorProvider
the current index.
m_Index - Variable in class adams.gui.visualization.image.SelectionPoint
the associated index.
m_Index - Variable in class adams.gui.visualization.image.SelectionRectangle
the associated index.
m_Index - Variable in class adams.gui.visualization.instance.InstanceComparePanel.DatasetIndexer
the index.
m_Index - Variable in class adams.gui.visualization.stats.fourinone.FourInOne
Index for the position of the residuals attribute
m_Index - Variable in class adams.gui.visualization.stats.fourinone.VersusFit
Index of the residuals attribute in the instances
m_Index - Variable in class adams.gui.visualization.stats.fourinone.VersusOrder
index of the residuals attribute within the instances
m_Index - Variable in class adams.gui.visualization.stats.histogram.Histogram
Position of the residuals attribute within the data
m_Index - Variable in class adams.gui.visualization.stats.paintlet.AbstractProbabilityPaintlet
Index of the attribute in the instances
m_Index - Variable in class adams.gui.visualization.stats.paintlet.AbstractZScorePaintlet
index of the attribute being plotted
m_Index - Variable in class adams.gui.visualization.stats.paintlet.VsFitPaintlet
Index of residuals in the instances
m_Index - Variable in class adams.gui.visualization.stats.paintlet.VsOrderPaintlet
Index of residuals attribute in the instances
m_Index - Variable in class adams.gui.visualization.stats.probabilityplot.NormalPlot
Index of the residuals attribute in the instances
m_Index - Variable in class adams.gui.visualization.stats.probabilityplot.ProbabilityPlot
Index for choosing the attribute to plot
m_Index - Variable in class adams.gui.visualization.stats.zscore.ZScore
Index of the attribute to be plotted
m_Index - Variable in class adams.gui.visualization.stats.zscore.ZScorePanel
Index of the attribute plotted
m_Index - Variable in class weka.classifiers.GroupedBinnedNumericClassCrossValidationFoldGenerator
the index to use for grouping.
m_Index - Variable in class weka.classifiers.GroupedBinnedNumericClassRandomSplitGenerator
the index to use for grouping.
m_Index - Variable in class weka.classifiers.GroupedCrossValidationFoldGenerator
the index to use for grouping.
m_Index - Variable in class weka.classifiers.GroupedRandomSplitGenerator
the index to use for grouping.
m_Index - Variable in class weka.classifiers.LeaveOneOutByValueGenerator
the index to get the unique values from.
m_Index - Variable in class weka.filters.unsupervised.attribute.NominalToNumeric
the attribute to convert.
m_Index - Variable in class weka.filters.unsupervised.instance.multirowprocessor.selection.GroupExpression
the index to use for grouping.
m_Index - Variable in class weka.filters.unsupervised.instance.RemoveWithLabels
the attribute to remove the labels from.
m_IndexColumn - Variable in class adams.data.conversion.SpreadSheetToCreateTableStatement
the colum with the indicator for index (optional).
m_Indexer - Variable in class adams.gui.visualization.instance.InstanceComparePanel.DatasetPanel
the currently loaded dataset.
m_IndexOfID - Variable in class weka.classifiers.lazy.LWLSynchroPrefilter
 
m_IndexSeparator - Variable in class adams.data.conversion.SpreadSheetColumnFinderToRange
the separator for the individual indices.
m_IndexSeparator - Variable in class adams.data.conversion.SpreadSheetRowFinderToRange
the separator for the individual indices.
m_Indicator - Variable in class adams.gui.visualization.stats.paintlet.DiagonalPaintlet
Whether an indicator should be shown on the side indicating where the diagonal is and at what gradient
m_Indicator - Variable in class adams.gui.visualization.stats.scatterplot.Diagonal
Whether an indicator should be displayed on the side of the plot showing where the diagonal is and at what gradient
m_Indices - Variable in class adams.core.AbstractDataBackedIndex
the indices of the names.
m_Indices - Variable in class adams.core.AbstractDataBackedRange
the indices of the names.
m_Indices - Variable in class adams.core.UnorderedRange
the parsed indices.
m_Indices - Variable in class adams.data.indexedsplits.IndexedSplit
the splits.
m_Indices - Variable in class adams.data.indexedsplits.SplitIndices
the indices.
m_Indices - Variable in class adams.data.instances.InstanceComparator
the column indices to use in the comparison.
m_Indices - Variable in class adams.data.spreadsheet.filter.Normalize
the indices of the columns to process.
m_Indices - Variable in class adams.data.spreadsheet.filter.Standardize
the indices of the columns to process.
m_Indices - Variable in class adams.data.spreadsheet.RowComparator
the column indices to use in the comparison.
m_Indices - Variable in class adams.gui.event.DataChangeEvent
the indices of the modified containers.
m_Indices - Variable in class adams.gui.event.RemoveItemsEvent
the indices of the items that were removed.
m_Indices - Variable in class adams.gui.visualization.instance.LoadDatasetDialog
the selected indices.
m_Indices - Variable in class adams.gui.visualization.spreadsheet.LoadSpreadSheetDialog
the selected indices.
m_Indices - Variable in class weka.classifiers.MultiLevelSplitGenerator
the attribute indices.
m_Indices - Variable in class weka.filters.unsupervised.attribute.AnyToString
the attribute indices to work on.
m_Indices - Variable in class weka.filters.unsupervised.attribute.CorrelationMatrix
the attribute indices to use.
m_Indices - Variable in class weka.filters.unsupervised.attribute.InputSmearing
the indices to work on.
m_Indices - Variable in class weka.filters.unsupervised.attribute.JoinAttributes
the indices to work on.
m_Indices - Variable in class weka.filters.unsupervised.attribute.StringToDate
the attribute indices to work on.
m_Indices1 - Variable in class adams.tools.CompareDatasets
the indices for the first dataset.
m_Indices2 - Variable in class adams.tools.CompareDatasets
the indices for the second dataset.
m_IndicesUnused - Variable in class weka.filters.unsupervised.attribute.PartitionedMultiFilter2
the indices of the unused attributes.
m_IndividualIndices - Variable in class adams.data.conversion.SpreadSheetColumnFinderToRange
whether to output individual indices (1,2,3,4) rather than compressed ranges (1-4).
m_IndividualIndices - Variable in class adams.data.conversion.SpreadSheetRowFinderToRange
whether to output individual indices (1,2,3,4) rather than compressed ranges (1-4).
m_Individuals - Variable in class adams.data.io.output.DeepLabCutCSVWriter
the number of individuals.
m_Infinite - Variable in class adams.core.base.BaseInterval
from negative to positive infinity.
m_Info - Variable in class adams.core.SystemInfo
the hashtable containing the information.
m_Info - Variable in class adams.flow.source.RSync
 
m_Info - Variable in class adams.scripting.command.basic.SystemInfo
the payload.
m_InfoNodeGenerators - Variable in class adams.gui.core.dotnotationtree.DotNotationTree
the info node generators to use.
m_InfoPanel - Variable in class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeSummaryPanel
the info panel.
m_Information - Variable in class adams.core.tags.TagInfo
the information.
m_init - Variable in class adams.db.AbstractIndexedTable
has this object been initialised.
m_init - Variable in class adams.opt.optimise.genetic.fitnessfunctions.AbstractWEKAFitnessFunction
initialised?
m_InitFinished - Variable in class adams.gui.application.AbstractApplicationFrame
whether initialization has finished.
m_Initial - Variable in class adams.flow.standalone.HashSetInit
the initial strings to populate the hashset with.
m_InitialCharset - Variable in class adams.flow.source.SelectCharset
the initial directory.
m_InitialCount - Variable in class adams.flow.standalone.CounterInit
the initial counter value to use.
m_InitialCount - Variable in class adams.flow.transformer.CounterInit
the initial counter value to use.
m_InitialDirectory - Variable in class adams.flow.source.SelectDirectory
the initial directory.
m_InitialDirectory - Variable in class adams.flow.source.SelectFile
the initial directory.
m_InitialDirectory - Variable in class adams.flow.source.valuedefinition.FileValueDefinition
the initial directory.
m_InitialDirectory - Variable in class adams.flow.source.WekaSelectDataset
the initial directory.
m_InitialFiles - Variable in class adams.flow.source.SelectFile
the initial files to use.
m_InitialFiles - Variable in class adams.flow.source.WekaSelectDataset
the initial files to use.
m_initializationMethod - Variable in class weka.clusterers.SAXKMeans
The initialization method to use
m_Initialized - Variable in class adams.core.io.filechanged.AbstractFileChangeMonitor
whether the monitor has been initialized.
m_Initialized - Variable in class adams.data.instancesanalysis.pls.AbstractPLS
whether the scheme has been initialized.
m_Initialized - Variable in class adams.data.weka.evaluator.AbstractInstanceEvaluator
whether the evaluator got initialized.
m_Initialized - Static variable in class adams.db.AbstractDbBackend
whether the backend was initialized.
m_Initialized - Variable in class adams.flow.transformer.WekaFilter
whether the filter has been initialized.
m_Initialized - Variable in class adams.flow.transformer.WekaStreamFilter
whether the filter has been initialized.
m_Initialized - Variable in class adams.gui.visualization.debug.objecttree.Node
whether the node has been initialized.
m_Initialized - Variable in class adams.ml.evaluation.AbstractSplitGenerator
whether the iterator has been initialized.
m_Initialized - Variable in class adams.ml.preprocessing.AbstractFilter
whether the filter has been initialized.
m_Initialized - Variable in class weka.classifiers.AbstractSplitGenerator
whether the iterator has been initialized.
m_InitializeOnce - Variable in class adams.flow.transformer.WekaFilter
whether to initialize filter only with the first batch.
m_InitializeOnce - Variable in class adams.flow.transformer.WekaReorderAttributesToReference
whether to initialize filter only with the first batch.
m_Initializing - Variable in class adams.gui.visualization.core.AbstractPaintlet
whether the paintlet is currently being initialized and should ignore repaint requests.
m_Initializing - Variable in class adams.gui.visualization.image.paintlet.AbstractPaintlet
whether the paintlet is currently being initialized and should ignore repaint requests.
m_InitialObjects - Variable in class adams.flow.source.AbstractSelectObjects
the initial objects.
m_InitialSearch - Variable in class adams.flow.transformer.SelectArraySubset
the initial search string.
m_InitialSelection - Variable in class adams.flow.condition.bool.PromptUser
the initial selection.
m_InitialSelection - Variable in class adams.flow.transformer.SelectArraySubset
the initial selection.
m_InitialSetupsProvider - Variable in class adams.opt.genetic.AbstractGeneticAlgorithm
the initial setups provider.
m_initialStartPoints - Variable in class weka.clusterers.SAXKMeans
Holds the initial start points, as supplied by the initialization method used
m_InitialTitle - Variable in class adams.gui.application.ChildFrame
the initial title.
m_InitialValue - Variable in class adams.flow.source.EnterValue
the initial value.
m_InitialValues - Variable in class adams.flow.standalone.CounterInit
the initial labels to use.
m_InitialValues - Variable in class adams.flow.transformer.CounterInit
the initial labels to use.
m_InitialWeights - Variable in class adams.opt.genetic.AbstractGeneticAlgorithm
the initial weights.
m_Injection - Variable in class adams.flow.control.Injector
the string to inject.
m_Inline - Variable in class adams.flow.transformer.XSLT
the inline stylesheet to apply.
m_InlineEditingEnabled - Variable in class adams.gui.chooser.AbstractChooserPanel
whether inline editing is enabled.
m_InlineScript - Variable in class adams.data.conversion.Groovy
the inline script.
m_InlineScript - Variable in class adams.data.filter.Groovy
the inline script.
m_InlineScript - Variable in class adams.data.outlier.Groovy
the inline script.
m_InlineScript - Variable in class adams.data.report.Groovy
the inline script.
m_InlineScript - Variable in class adams.flow.condition.bool.Groovy
the inline script.
m_InlineScript - Variable in class adams.flow.core.AbstractGroovyActor
the inline script.
m_InlineScript - Variable in class adams.flow.template.Groovy
the inline script.
m_InlineScript - Variable in class adams.tools.Groovy
the inline script.
m_Inplace - Variable in class adams.flow.source.RSync
 
m_Input - Variable in class adams.core.option.AbstractOptionConsumer
the input data.
m_Input - Variable in class adams.core.option.AbstractOptionProducer
the top-level visited object.
m_Input - Variable in class adams.data.conversion.AbstractConversion
the input data.
m_Input - Variable in class adams.data.io.input.AbstractDataContainerReader
the file to parse.
m_Input - Variable in class adams.data.io.input.AbstractEmailFileReader
the file to read the email from.
m_Input - Variable in class adams.data.io.input.AbstractReportReader
the file to parse.
m_Input - Variable in class adams.flow.control.AbstractTee.TeeSwingWorker
the input token.
m_Input - Variable in class adams.flow.control.FileProcessor
the actor to use for input.
m_Input - Variable in class adams.flow.FlowRunner
the flow file/dir with flows to execute.
m_Input - Variable in class adams.flow.sink.pyrosink.AbstractPyroSink
the input object.
m_Input - Variable in class adams.flow.transformer.pyrotransformer.AbstractPyroTransformer
the input object.
m_Input - Variable in class adams.parser.LookUpUpdate
the spreadsheet file to read.
m_Input - Variable in class adams.parser.SpreadSheetFormula
the spreadsheet file to read.
m_Input - Variable in class adams.parser.SpreadSheetQuery
the spreadsheet file to read.
m_InputDateTimeType - Variable in class adams.data.conversion.ConvertDateTimeType
the input datetime type.
m_InputDateTimeType - Variable in class adams.flow.transformer.DateTimeTypeDifference
the datetime type of the input.
m_InputDestination - Variable in class adams.flow.control.InputOutputListener
the callable actor to send the input tokens to.
m_InputFile - Variable in class adams.flow.transformer.PDFAppendDocument
the file to process.
m_InputFormat - Variable in class adams.gui.tools.OptionsConversionPanel
the GOE panel for the input.
m_InputIsFile - Variable in class adams.data.io.input.AbstractDataContainerReader
indicates whether the input has to be a file (= default) or directory.
m_InputIsTarget - Variable in class adams.flow.transformer.MoveFile
whether the input token is the target instead.
m_InputOutputColor - Variable in class adams.gui.flow.tree.Tree
the HTML color string of the input/output info (e.g., 'green' or '#008800').
m_InputOutputPrefixes - Variable in class adams.gui.flow.tree.Tree
the input/output class prefixes to remove.
m_InputOutputSize - Variable in class adams.gui.flow.tree.Tree
the HTML font tag size of the input/output info (e.g., '3' or '-2').
m_InputToken - Variable in class adams.flow.control.AbstractTee
the input token.
m_InputToken - Variable in class adams.flow.control.CallableActorScreenshot
the input token.
m_InputToken - Variable in class adams.flow.control.ClearCallableDisplay
the input token.
m_InputToken - Variable in class adams.flow.control.CloseCallableDisplay
the input token.
m_InputToken - Variable in class adams.flow.control.DesktopScreenshot
the input token.
m_InputToken - Variable in class adams.flow.control.IfThenElse
the input token.
m_InputToken - Variable in class adams.flow.control.Switch
the input token.
m_InputToken - Variable in class adams.flow.control.TryCatch
the current input token.
m_InputToken - Variable in class adams.flow.control.UpdateCallableDisplay
the input token.
m_InputToken - Variable in class adams.flow.control.UpdateProperties
the current input token.
m_InputToken - Variable in class adams.flow.core.AbstractDisplay
the current token.
m_InputToken - Variable in class adams.flow.sink.AbstractSink
the current token.
m_InputToken - Variable in class adams.flow.sink.ExternalSink
the current input token.
m_InputToken - Variable in class adams.flow.sink.Groovy
the current input token.
m_InputToken - Variable in class adams.flow.sink.Scripted
the current input token.
m_InputToken - Variable in class adams.flow.transformer.AbstractTransformer
the current input token.
m_InputToken - Variable in class adams.flow.transformer.CallableTransformer
the token that is to be fed into the callable transformer.
m_InputToken - Variable in class adams.flow.transformer.ExternalTransformer
the current input token.
m_InputToken - Variable in class adams.flow.transformer.Groovy
the current input token.
m_InputToken - Variable in class adams.flow.transformer.Scripted
the current input token.
m_InputToken - Variable in class adams.flow.transformer.SetProperty
the current input token.
m_InputToken - Variable in class adams.flow.transformer.TemplateTransformer
the token that is to be fed into the global transformer.
m_InputToken - Variable in class adams.flow.transformer.UpdateProperty
the current input token.
m_InputType - Variable in class adams.flow.transformer.SpreadSheetTransformCells
the input type.
m_InputType - Variable in class adams.flow.transformer.SpreadSheetTransformHeaderCells
the input type.
m_insert - Variable in class adams.db.MultipleInsert
Table this is associated with.
m_insert_at - Variable in class adams.db.MultipleInsert
force insert to db at count.
m_InsideMultiLineComment - Variable in class adams.gui.scripting.SyntaxDocument
whether we're currently in a multi-line comment.
m_Inspection - Variable in class adams.core.VariablesFinder
the inspection class.
m_InspectionHandler - Variable in class adams.gui.tools.remotecontrolcenter.panels.AdvancedTab
the inspection handler.
m_InspectionHandlerCache - Static variable in class adams.gui.visualization.debug.objecttree.Node
caching the class / inspection handler relation.
m_InspectionPanel - Variable in class adams.gui.tools.remotecontrolcenter.panels.AdvancedTab.InspectionResponseHandler
the inspection panel to use.
m_InstallListener - Variable in class adams.scripting.command.basic.StartRemoteLogging
whether to instal a listener.
m_Instance - Variable in class adams.data.weka.evaluator.AbstractCrossvalidatedInstanceEvaluator.EvaluationContainer
the Instance the container is for.
m_InstanceClass - Variable in class adams.flow.transformer.WekaNewInstance
the class of instance to create.
m_InstancePaintlet - Variable in class adams.gui.visualization.instance.InstancePanel
paintlet for drawing the graph.
m_InstancePanel - Variable in class adams.flow.sink.WekaInstanceViewer
the panel with the instances.
m_instancepct - Variable in class weka.classifiers.meta.AbstainLeastMedianSq
 
m_instancepct - Variable in class weka.classifiers.meta.LeastMedianSq
 
m_InstancePointHitDetector - Variable in class adams.gui.visualization.instance.InstancePanel
the hit detector for the tooltip.
m_Instances - Variable in class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeSelectionPanel.AttributeTableModel
The instances who's attribute structure we are reporting
m_Instances - Variable in class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeSummaryPanel
The instances we're playing with
m_Instances - Variable in class adams.gui.tools.wekainvestigator.tab.preprocesstab.InstancesSummaryPanel
The instances we're playing with
m_Instances - Variable in class adams.gui.tools.wekainvestigator.tab.preprocesstab.MultiAttributeSummaryPanel
the underlying data.
m_Instances - Variable in class adams.gui.tools.wekainvestigator.tab.preprocesstab.MultiAttributeVisualizationPanel
the underlying data.
m_Instances - Variable in class adams.gui.visualization.instance.LoadDatasetDialog
the full dataset.
m_Instances - Variable in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm
the data to use for cross-validation.
m_Instances - Variable in class adams.opt.optimise.genetic.fitnessfunctions.AbstractWEKAFitnessFunction
the data to use for cross-validation.
m_Instances - Variable in class weka.gui.explorer.ExperimentPanel
The main set of instances we're playing with.
m_InstancesActor - Variable in class adams.flow.transformer.WekaInstanceEvaluator
the callable actor to get the Instances from in case of AbstractDatasetInstanceEvaluator.
m_InstancesHeader - Variable in class adams.ml.model.classification.WekaClassificationModel
the instances used.
m_InstancesHeader - Variable in class adams.ml.model.clustering.WekaClusteringModel
the instances used.
m_InstancesHeader - Variable in class adams.ml.model.regression.WekaRegressionModel
the instances used.
m_InstancesSortPanel - Variable in class adams.gui.visualization.instances.instancestable.DataSort
the sort panel.
m_InstancesSortSetupListeners - Variable in class adams.gui.visualization.instances.instancestable.InstancesSortPanel
the listeners for changes in the setup.
m_InstantiationTimestamp - Static variable in class adams.env.AbstractEnvironment
the instantiation time.
m_IntegerIncrement - Variable in class adams.flow.transformer.IncStorageValue
the integer increment.
m_IntegerIncrement - Variable in class adams.flow.transformer.IncVariable
the integer/long increment.
m_InteractionLog - Variable in class adams.gui.visualization.image.ImagePanel
the interaction log.
m_InteractionLog - Variable in class adams.gui.visualization.object.ObjectAnnotationPanel
the interaction log.
m_InteractionLoggingFilter - Variable in class adams.flow.transformer.ImageAnnotator.AnnotatorPanel
the interaction logger to use.
m_InteractionLoggingFilter - Variable in class adams.flow.transformer.ImageAnnotator
the interaction logger to use.
m_InteractionLoggingFilter - Variable in class adams.flow.transformer.ImageLabeler
the interaction logger to use.
m_InteractionLoggingFilter - Variable in class adams.flow.transformer.ImageObjectAnnotator
the interaction logger to use.
m_InteractionLoggingFilter - Variable in class adams.gui.visualization.image.ImagePanel.PaintPanel
the interaction logger in use.
m_InteractionLoggingFilter - Variable in class adams.gui.visualization.object.CanvasPanel
the interaction logger in use.
m_Interactive - Variable in class adams.flow.control.Inspect
whether the dialog is interactive.
m_intercept - Variable in class weka.classifiers.functions.SimpleLinearRegressionWithAccess
The intercept
m_Interface - Variable in class adams.flow.condition.bool.HasInterface
the superclass that the objects must be derived from.
m_Internal - Variable in class adams.core.base.BaseObject
the internal object.
m_Interpolation - Variable in class adams.data.jai.transformer.Rotate
the interpolation type.
m_Interpolation - Variable in class adams.data.opencv.transformer.Resize
the interpolation type.
m_InterpolationType - Variable in class adams.data.jai.transformer.Resize
the type of interpolation to perform.
m_InterruptedByUser - Variable in class adams.flow.FlowRunner
whether the flow was interrupted by the user.
m_Interval - Variable in class adams.core.io.fileuse.FileSizeChange
the interval in msec to wait.
m_Interval - Variable in class adams.data.binning.Bin
the range.
m_Interval - Variable in class adams.data.conversion.WekaForecastContainerToTimeseries
the interval for predictions.
m_Interval - Variable in class adams.data.filter.TimeseriesChangeResolution
the new interval in seconds.
m_Interval - Variable in class adams.flow.condition.bool.Counting
the number of tokens after which to tee-off token.
m_Interval - Variable in class adams.flow.control.flowrestart.trigger.FileMonitor
the interval in milli-seconds.
m_Interval - Variable in class adams.flow.control.flowrestart.trigger.MonitorItself
the interval in milli-seconds.
m_Interval - Variable in class adams.flow.control.Sleep
the interval in milli-seconds.
m_Interval - Variable in class adams.flow.source.DeQueue
the poll interval in msec.
m_Interval - Variable in class adams.flow.source.Idle
the interval in milli-seconds.
m_Interval - Variable in class adams.flow.standalone.QueueEvent
the poll interval in msec.
m_Interval - Variable in class adams.flow.template.ProgressInConsole
the interval.
m_Interval - Variable in class adams.flow.transformer.SpreadSheetRowBuffer
the interval of when to output the SpreadSheet object.
m_Interval - Variable in class adams.flow.transformer.WekaInstanceBuffer
the interval of when to output the Instances object.
m_Interval - Variable in class adams.flow.transformer.WekaStreamEvaluator
the interval at which to output the evaluation.
m_Interval - Variable in class adams.gui.core.MemoryMonitorPanel
the interval for refresh (in msec).
m_Interval - Variable in class adams.scripting.command.flow.RestartFlow
the time to wait in milliseconds before restarting the flow.
m_Intervals - Variable in class adams.data.weka.evaluator.IntervalEstimatorBased.SortedInterval
the intervals.
m_IntIndex - Variable in class adams.core.Index
the parsed integer index.
m_IntIndex - Variable in class adams.gui.visualization.stats.probabilityplot.ProbabilityPlot
Index of attribute in the instances
m_InvalidAnnotations - Variable in class adams.gui.visualization.object.overlay.ObjectAnnotations
indices of invalid annotations.
m_InvalidOutlineColor - Variable in class adams.gui.visualization.object.overlay.ObjectAnnotations
the colorizers for the outline (invalid annotations).
m_InvalidOutlinePlotter - Variable in class adams.gui.visualization.object.overlay.ObjectAnnotations
the outline plotters (invalid annotations).
m_InvalidShapeColor - Variable in class adams.gui.visualization.object.overlay.ObjectAnnotations
the colorizers for the shape annotations (invalid annotations).
m_InvalidShapePlotter - Variable in class adams.gui.visualization.object.overlay.ObjectAnnotations
the shape plotter for annotations (invalid annotations).
m_InvalidVariablesLenient - Static variable in class adams.flow.core.ActorUtils
whether to be lenient with invalid variables.
m_InverseCumAccuracy - Variable in class adams.data.distribution.Beta
the inverse cumulative accuracy.
m_InverseCumAccuracy - Variable in class adams.data.distribution.ChiSquared
the inverse cumulative accuracy.
m_InverseCumAccuracy - Variable in class adams.data.distribution.Exponential
the inverse cumulative accuracy.
m_InverseCumAccuracy - Variable in class adams.data.distribution.F
the inverse cumulative accuracy.
m_InverseCumAccuracy - Variable in class adams.data.distribution.Gamma
the inverse cumulative accuracy.
m_InverseCumAccuracy - Variable in class adams.data.distribution.LogNormal
the inverse cumulative accuracy.
m_InverseCumAccuracy - Variable in class adams.data.distribution.T
the inverse cumulative accuracy.
m_InverseCumAccuracy - Variable in class adams.data.distribution.Weibull
the inverse cumulative accuracy.
m_InverseTransform - Variable in class adams.data.filter.AbstractFastWavelet
whether to perform inverse transformation (wavelet -> normal space).
m_InverseTransform - Variable in class adams.data.filter.AbstractFFT
whether to perform inverse transformation (wavelet -> normal space).
m_InverseTransform - Variable in class weka.filters.unsupervised.attribute.FastWavelet
whether to perform inverse transformation.
m_InverseTransform - Variable in class weka.filters.unsupervised.attribute.FFT
whether to perform inverse transformation (wavelet -> normal space).
m_Invert - Variable in class adams.core.command.output.LineSplit
whether to invert the matching sense.
m_Invert - Variable in class adams.data.filter.RemoveNoise
indicates whether to invert behavior, i.e., to remove non-noise instead of noise.
m_Invert - Variable in class adams.data.filter.TimeseriesWindow
whether to invert the matching.
m_Invert - Variable in class adams.data.image.transformer.crop.BinaryCrop
whether to invert the check (ie look for black rectangle).
m_Invert - Variable in class adams.data.outlier.StringMatcher
whether to invert the matching sense.
m_Invert - Variable in class adams.data.spreadsheet.columnfinder.SubSample
whether to invert the selection.
m_Invert - Variable in class adams.data.spreadsheet.rowfinder.SubSample
whether to invert the selection.
m_Invert - Variable in class adams.flow.condition.bool.AbstractAttributeCapabilities
whether to invert the matching sense.
m_Invert - Variable in class adams.flow.sink.sequenceplotter.ByNameErrorPaintlet
whether to invert the matching.
m_Invert - Variable in class adams.flow.sink.sequenceplotter.ByNameMarkerPaintlet
whether to invert the matching.
m_Invert - Variable in class adams.flow.source.AbstractListTables
whether to invert the matching sense.
m_Invert - Variable in class adams.flow.source.DumpStorage
whether to invert the matching sense.
m_Invert - Variable in class adams.flow.source.DumpVariables
whether to invert the matching sense.
m_Invert - Variable in class adams.flow.source.ListCallableActors
whether to invert the matching sense.
m_Invert - Variable in class adams.flow.source.ListEnvironmentVariables
whether to invert the matching sense.
m_Invert - Variable in class adams.flow.source.ListStorageNames
whether to invert the matching sense.
m_Invert - Variable in class adams.flow.source.ListSystemProperties
whether to invert the matching sense.
m_Invert - Variable in class adams.flow.source.ListVariables
whether to invert the matching sense.
m_Invert - Variable in class adams.flow.transformer.mapfilter.RemoveByName
whether to invert the matching sense.
m_Invert - Variable in class adams.flow.transformer.multispreadsheetoperation.CommonIDs
whether to invert the matching (= return the IDs not in common).
m_Invert - Variable in class adams.flow.transformer.SpreadSheetCommonIDs
whether to invert the matching (= return the IDs not in common).
m_Invert - Variable in class adams.flow.transformer.StringMatcher
whether to invert the matching sense.
m_Invert - Variable in class adams.flow.transformer.WekaMultiLabelSplitter
whether to invert the matching sense.
m_Invert - Variable in class adams.flow.transformer.WekaRegexToRange
invert matching?
m_Invert - Variable in class adams.gui.visualization.image.interactionlogging.IDFilter
whether to invert the matching sense.
m_Invert - Variable in class adams.gui.visualization.sequence.ByNamePaintlet
whether to invert the matching.
m_Invert - Variable in class adams.tools.DropTables
whether to invert the matching sense.
m_Invert - Variable in class adams.tools.TruncateTables
whether to invert the matching sense.
m_Invert - Variable in class weka.core.tokenizers.cleaners.RemoveNonWordCharTokens
whether to invert the matching sense.
m_Invert - Variable in class weka.filters.unsupervised.attribute.AbstractColumnFinderApplier
Whether to invert the column indices.
m_Invert - Variable in class weka.filters.unsupervised.instance.AbstractRowFinderApplier
Whether to invert the row indices.
m_Invert - Variable in class weka.filters.unsupervised.instance.RemoveTestInstances
whether to invert the matching.
m_Invert - Variable in class weka.filters.unsupervised.instance.RemoveWithLabels
whether to invert the matching.
m_Inverted - Variable in class adams.core.Range
whether the range is inverted.
m_invertMatching - Variable in class weka.filters.unsupervised.instance.RemoveMisclassifiedAbs
Whether to invert the match so the correctly classified instances are discarded
m_invertMatching - Variable in class weka.filters.unsupervised.instance.RemoveMisclassifiedRel
Whether to invert the match so the correctly classified instances are discarded
m_InvertMatching - Variable in class adams.core.discovery.AbstractDiscoveryHandler
whether to invert the matching sense.
m_InvertMatching - Variable in class adams.data.report.RemoveByDataType
whether to invert the matching, ie keeping the types and remove all others.
m_InvertMatching - Variable in class adams.data.report.RemoveByName
whether to invert the matching, ie keeping the fields that don't match.
m_InvertMatching - Variable in class adams.flow.transformer.AbstractMultiDecompress
invert matching sense.
m_InvertMatching - Variable in class adams.flow.transformer.SpreadSheetColumnsByName
whether to invert the matching.
m_InvertMatching - Variable in class adams.flow.transformer.StringSanitizer
whether to invert the matching.
m_InvertMatchingSense - Variable in class adams.flow.transformer.SpreadSheetMerge
whether to invert the matching sense for excluding attributes.
m_InvertMatchingSense - Variable in class adams.flow.transformer.WekaInstancesMerge
whether to invert the matching sense for excluding attributes.
m_InvertSelection - Variable in class weka.filters.unsupervised.instance.KennardStone
whether to invert the selection.
m_InvertSelection - Variable in class weka.filters.unsupervised.instance.SafeRemoveRange
whether to invert the selection.
m_IP - Static variable in class adams.core.net.InternetHelper
IP for faster access.
m_IP - Variable in class adams.db.LogEntry
the IP address.
m_IP - Variable in class adams.db.LogEntryConditions
the IP address (regexp).
m_IPNetworkInterface - Static variable in class adams.core.net.InternetHelper
IP (from network intf) for faster access.
m_Ipv4 - Variable in class adams.flow.source.RSync
 
m_Ipv6 - Variable in class adams.flow.source.RSync
 
m_IQR - Variable in class adams.data.weka.rowfinder.FilteredIQR
the maximum value of the attribute.
m_IQRs - Variable in class weka.filters.unsupervised.attribute.InterquartileRangeSamp
 
m_IsAndroid - Static variable in class adams.core.management.OS
whether the OS is Android.
m_IsAppending - Variable in class adams.data.io.output.CsvSpreadSheetWriter
whether the internal appending flag is one.
m_IsArm64 - Static variable in class adams.core.management.OS
whether the architecture is arm64.
m_IsBlock - Variable in class adams.doc.javadoc.Javadoc
whether to use identation.
m_IsComparableTableModel - Variable in class adams.gui.core.SortableAndSearchableWrapperTableModel
the model is a comparable one.
m_IsFirst - Variable in class adams.core.annotation.AbstractCopyrightProcessor
whether the output represents the first one.
m_isInteger - Variable in class adams.opt.optimise.OptVar
Can this variable only have integer values?
m_IsLinux - Static variable in class adams.core.management.OS
whether the OS is Linux.
m_IsMac - Static variable in class adams.core.management.OS
whether the OS is Mac.
m_IsPaintScrollArea - Variable in class adams.gui.core.DragAndDropTabbedPane
 
m_IsPaused - Variable in class adams.multiprocess.PausableFixedThreadPoolExecutor
whether the executor is paused.
m_IsPercent - Variable in class weka.classifiers.meta.AbstainAverage
 
m_IsPercent - Variable in class weka.classifiers.meta.AbstainAverageWithClassifierWeights
 
m_IsPercent - Variable in class weka.classifiers.meta.AbstainVote
 
m_IsPrimitive - Variable in class adams.gui.goe.GenericArrayEditor
whether the objects are wrapped with BaseObject.
m_IsRegExp - Variable in class adams.gui.visualization.debug.objecttree.Tree
whether the search is using a regular expression.
m_IsSample - Variable in class adams.data.spreadsheet.colstatistic.StandardDeviation
whether the arrays are samples or populations.
m_IsSample - Variable in class adams.data.spreadsheet.matrixstatistic.StandardDeviation
whether the data is samples or populations.
m_IsSample - Variable in class adams.data.spreadsheet.rowstatistic.StandardDeviation
whether the arrays are samples or populations.
m_IsSample - Variable in class adams.data.statistics.AbstractOptionalSampleArrayStatistic
whether the arrays are samples or populations.
m_IsSample - Variable in class adams.gui.visualization.sequence.StdDevOverlayPaintlet
whether the arrays are samples or populations.
m_IsString - Variable in class adams.gui.visualization.instance.InstanceComparePanel.DatasetIndexer
whether the attribute is numeric or string/nominal.
m_IsWindows - Static variable in class adams.core.management.OS
whether the OS is Windows.
m_Item - Variable in class adams.gui.core.dotnotationtree.DotNotationNode
the item.
m_Item - Variable in class adams.gui.event.RecentItemEvent
the affected item.
m_Item - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.output.perfold.PerFoldMultiPagePane
the underlying result item.
m_ItemClassCache - Static variable in class adams.gui.goe.classtree.ActorClassTreeFilter
for caching item/class relationship.
m_ItemFilter - Variable in class adams.gui.core.AbstractQuickSearchPanel
the filter to use.
m_ItemizeChanges - Variable in class adams.flow.source.RSync
 
m_Items - Variable in class adams.core.ConfigurableEnumeration
the items of the enumeration.
m_Items - Variable in class adams.flow.condition.bool.InList
the strings to match against.
m_Items - Variable in class adams.gui.core.AdjustableGridPanel
the items to display.
m_Items - Variable in class adams.gui.core.dotnotationtree.DotNotationTree
the underlying dot notations.
m_Items - Variable in class adams.gui.selection.AbstractFieldCacheManager
the cache items to manage.
m_ItemSet - Variable in class adams.flow.condition.bool.InList
the set to use for checks.
m_Iterations - Variable in class adams.opt.optimise.genetic.AbstractGeneticAlgorithm
number of iterations.
m_Iterations - Variable in class adams.opt.optimise.GridSearch
number of iterations.
m_Iterations - Variable in class adams.opt.optimise.RandomOptimiser
number of iterations.
m_Iterations - Variable in class weka.clusterers.SAXKMeans
Keep track of the number of iterations completed before convergence.
m_Iterator - Variable in class adams.flow.transformer.SpreadSheetRowBuffer
the iterator for broadcasting Row objects.
m_Iterator - Variable in class adams.flow.transformer.WekaInstanceBuffer
the iterator for broadcasting Instance objects.
m_JavaAgentJar - Variable in class adams.core.management.Launcher
the java agent jar to use.
m_JavaClass - Variable in class adams.flow.standalone.JavaExec
the class to run.
m_Javadocs - Variable in class adams.doc.javadoc.AllJavadoc
contains all the javadoc generators.
m_JavaKeywords - Variable in class adams.core.option.AbstractJavaCodeProducer
for checking the keywords.
m_JFreeChart - Variable in class adams.flow.sink.JFreeChartPlot
the generated chart.
m_Job - Variable in class adams.event.JobCompleteEvent
the job that finished.
m_Job - Variable in class adams.gui.tools.wekainvestigator.InvestigatorPanel
the title of the current job.
m_JobCompleteListener - Variable in class adams.multiprocess.AbstractJob
Object to call once job has been completed.
m_JobCompleteListeners - Variable in class adams.multiprocess.AbstractMetaJobRunner
call when job complete.
m_JobCompleteListeners - Variable in class adams.multiprocess.LocalJobRunner
call when job complete.
m_JobCounter - Variable in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment
the counter for finished jobs.
m_JobInfo - Variable in class adams.multiprocess.AbstractJob
identifying name of job.
m_JobRunner - Variable in class adams.flow.standalone.JobRunnerInstance
the actual JobRunner instance in use.
m_JobRunner - Variable in class adams.flow.standalone.JobRunnerSetup
the job runner to use.
m_JobRunner - Variable in class adams.flow.transformer.ExecuteJobs
the job runner.
m_JobRunner - Variable in class adams.flow.transformer.WekaClassifierRanker
the job runner for evaluating the setups.
m_JobRunner - Variable in class adams.flow.transformer.WekaExperimentExecution
the JobRunner template.
m_JobRunner - Variable in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment
the JobRunner template.
m_JobRunner - Variable in class adams.multiprocess.AbstractMetaJobRunner
the base jobrunner to use.
m_JobRunner - Variable in class adams.multiprocess.WekaCrossValidationExecution
the jobrunner template.
m_JobRunner - Variable in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm
the job runner in use.
m_JobRunner - Variable in class adams.scripting.command.distributed.JobRunner
the JobRunner.
m_JobRunnerInstance - Variable in class adams.flow.transformer.SpreadSheetFilter
the JobRunnerInstance to use.
m_JobRunnerInstance - Variable in class adams.flow.transformer.WekaFilter
the JobRunnerInstance to use.
m_JobRunnerInstance - Variable in class adams.flow.transformer.WekaTestSetEvaluator
the JobRunnerInstance to use.
m_JobRunnerInstance - Variable in class adams.flow.transformer.WekaTrainAssociator
the JobRunnerInstance to use.
m_JobRunnerInstance - Variable in class adams.flow.transformer.WekaTrainClassifier
the JobRunnerInstance to use.
m_JobRunnerInstance - Variable in class adams.flow.transformer.WekaTrainClusterer
the JobRunnerInstance to use.
m_JobRunnerInstance - Variable in class adams.flow.transformer.WekaTrainTestSetEvaluator
the JobRunnerInstance to use.
m_JobRunnerSetup - Variable in class adams.flow.standalone.JobRunnerInstance
the JobRunnerSetup instance to use.
m_JobRunnerSetup - Variable in class adams.flow.transformer.WekaClassifierRanker
the jobrunner setup.
m_JobRunnerSetup - Variable in class adams.flow.transformer.WekaCrossValidationEvaluator
the jobrunner setup.
m_JobRunnerSetup - Variable in class adams.flow.transformer.WekaGeneticAlgorithm
the jobrunner setup.
m_JobRunnerSetup - Variable in class adams.multiprocess.WekaCrossValidationExecution
the jobrunner setup.
m_JobRunnerSetup - Variable in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm
the jobrunner setup.
m_Jobs - Variable in class adams.multiprocess.AbstractMetaJobRunner
the list of jobs.
m_Jobs - Variable in class adams.multiprocess.JobList
the jobs.
m_Jobs - Variable in class adams.multiprocess.LocalJobRunner
all the jobs.
m_Jobs - Variable in class adams.tools.ZipPassword
the brute force jobs.
m_JobTotal - Variable in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment
the total number of jobs.
m_JSON - Variable in class adams.gui.core.json.JsonTree
the underlying JSON object.
m_JVM - Variable in class adams.flow.standalone.JavaExec
additional options for the jvm.
m_JVMOptions - Variable in class adams.core.management.Launcher
optional JVM options.
m_k - Variable in class weka.classifiers.meta.Corr
 
m_KeepAllObjects - Variable in class adams.flow.transformer.ImageObjectFilter
whether to keep all objects.
m_KeepAttributeNames - Variable in class weka.filters.unsupervised.attribute.SavitzkyGolay
whether to keep the original attribute names.
m_KeepAttributeNames - Variable in class weka.filters.unsupervised.attribute.SavitzkyGolay2
whether to keep the original attribute names.
m_KeepDirlinks - Variable in class adams.flow.source.RSync
 
m_KeepExisting - Variable in class adams.data.io.output.AccessSpreadSheetWriter
whether to keep existing files the first time the writer is called.
m_KeepExisting - Variable in class adams.data.io.output.CsvSpreadSheetWriter
whether to keep existing files the first time the writer is called.
m_KeepExisting - Variable in class adams.data.io.output.SqlDumpSpreadSheetWriter
whether to keep existing files the first time the writer is called.
m_KeepExisting - Variable in class adams.flow.standalone.QueueInit
whether to keep existing queues.
m_KeepExisting - Variable in class adams.flow.transformer.WekaInstanceDumper
whether to keep existing output files when actor is called for the first time, in order to allow appending to files from multiple locations in flow.
m_KeepFailed - Variable in class adams.data.conversion.AbstractSpreadSheetColumnConverter
whether to keep cell values of failed conversions rather than setting them to zero.
m_KeepNumComponents - Variable in class adams.data.conversion.SwapPLS
whether to migrate the number of components.
m_KeepOnlySingleUniqueID - Variable in class adams.flow.transformer.SpreadSheetMerge
whether to keep only a single instance of the unique ID attribute.
m_KeepOnlySingleUniqueID - Variable in class adams.flow.transformer.WekaInstancesMerge
whether to keep only a single instance of the unique ID attribute.
m_KeepRelationName - Variable in class adams.flow.transformer.WekaFilter
whether to keep the incoming relation name.
m_KeepRelationName - Variable in class adams.flow.transformer.WekaReorderAttributesToReference
whether to keep the incoming relation name.
m_KeepRelationName - Variable in class adams.flow.transformer.WekaStreamFilter
whether to keep the incoming relation name.
m_KeepReport - Variable in class adams.flow.transformer.AbstractDataContainerDbWriter
whether to keep any existing report.
m_KeepReport - Variable in class adams.flow.transformer.AbstractDeleteDataContainer
whether to keep any existing report.
m_KeepSupervisedClass - Variable in class weka.filters.unsupervised.attribute.AttributeSummaryTransferFilter
Whether to keep the supervised filter class or discard it.
m_Kept - Variable in class adams.data.instancesanalysis.PCA
the indices of the kept attributes.
m_kernel - Variable in class weka.classifiers.functions.GaussianProcessesAdaptive
Kernel to use *
m_kernel - Variable in class weka.classifiers.functions.GaussianProcessesNoWeights
Kernel to use *
m_kernel - Variable in class weka.classifiers.functions.GaussianProcessesWeighted
Kernel to use
m_Kernel - Variable in class adams.data.instancesanalysis.pls.KernelPLS
the kernel to use.
m_Kernel - Variable in class adams.data.jai.transformer.Dilate
the kernel (blank separated list of floats).
m_Kernel - Variable in class adams.data.jai.transformer.Erode
the kernel (blank separated list of floats).
m_KernelHeight - Variable in class adams.data.jai.transformer.Dilate
the kernel height.
m_KernelHeight - Variable in class adams.data.jai.transformer.Erode
the kernel height.
m_KernelHeight - Variable in class adams.data.opencv.transformer.Blur
the kernel height.
m_KernelHeight - Variable in class adams.data.opencv.transformer.GaussianBlur
the kernel height.
m_KernelIsLinear - Variable in class weka.classifiers.functions.GaussianProcessesAdaptive
whether the kernel is a linear one
m_KernelIsLinear - Variable in class weka.classifiers.functions.GaussianProcessesWeighted
whether the kernel is a linear one
m_KernelPLS - Variable in class adams.data.instancesanalysis.pls.KernelPLS
the actual algorithm.
m_KernelWidth - Variable in class adams.data.jai.transformer.Dilate
the kernel width.
m_KernelWidth - Variable in class adams.data.jai.transformer.Erode
the kernel width.
m_KernelWidth - Variable in class adams.data.opencv.transformer.Blur
the kernel width.
m_KernelWidth - Variable in class adams.data.opencv.transformer.GaussianBlur
the kernel width.
m_Key - Variable in class adams.data.conversion.ReportArrayToMap
the field to acts as key in the map.
m_Key - Variable in class adams.data.io.output.PropertiesSpreadSheetWriter
the column to use as key column.
m_Key - Variable in class adams.data.objectfilter.AddDefaultLabel
the key in the meta-data containing the labels.
m_Key - Variable in class adams.data.objectfilter.AttachMetaData
the key name.
m_Key - Variable in class adams.data.objectfilter.RenameLabels
the key in the meta-data containing the labels.
m_Key - Variable in class adams.data.objectfilter.TransformMetaData
the key name.
m_Key - Variable in class adams.data.objectfinder.ByMetaDataNumericValue
the meta-data key to inspect.
m_Key - Variable in class adams.data.objectfinder.ByMetaDataStringValue
the meta-data key to inspect.
m_Key - Variable in class adams.data.objectfinder.HasMetaDataValue
the meta-data key to inspect.
m_Key - Variable in class adams.flow.condition.bool.HasMapValue
the key in the Map object to check.
m_Key - Variable in class adams.flow.source.LookUp
the key to lookup and forward the value for.
m_Key - Variable in class adams.flow.transformer.DeleteMapValue
the key of the value to delete.
m_Key - Variable in class adams.flow.transformer.DeletePropertyValue
the regular expression for the keys to delete.
m_Key - Variable in class adams.flow.transformer.GetMapValue
the key of the value to retrieve.
m_Key - Variable in class adams.flow.transformer.GetPropertyValue
the regular expression for the keys to obtain the values for.
m_Key - Variable in class adams.flow.transformer.MergeReportFromMap
the field to acts as key in the map.
m_Key - Variable in class adams.flow.transformer.SetImageObjectMetaData
the key to use.
m_Key - Variable in class adams.flow.transformer.SetMapValue
the key to set.
m_Key - Variable in class adams.flow.transformer.SetPropertyValue
the key to set.
m_Key - Variable in class adams.gui.visualization.object.objectannotations.check.RequireMetaData
the meta-data key to be present.
m_Key - Variable in class adams.gui.visualization.stats.zscore.ZScore
Panel for displaying the key
m_KeyAdapter - Variable in class adams.gui.core.FilePanel
the key adapter.
m_KeyboardActions - Variable in class adams.gui.flow.tree.Tree
the keyboard actions.
m_KeyColumn - Variable in class adams.data.conversion.SpreadSheetToMap
the key colum.
m_KeyColumn - Variable in class adams.flow.transformer.LookUpAdd
the index of the column to use as key.
m_KeyColumn - Variable in class adams.flow.transformer.LookUpInit
the index of the column to use as key.
m_KeyColumn - Variable in class adams.flow.transformer.LookUpUpdate
the index of the column to use as key.
m_KeyColumn - Variable in class adams.parser.LookUpUpdate
the index of the column to use as key.
m_KeyColumns - Variable in class adams.flow.transformer.multispreadsheetoperation.AbstractIndentifiableRowOperation
the range of column indices to use as key for identifying a row.
m_KeyColumns - Variable in class adams.flow.transformer.SpreadSheetAggregate
the range of column indices to use as key for identifying a row.
m_KeyColumns - Variable in class adams.flow.transformer.SpreadSheetCollapse
the range of column indices to use as key for identifying a row.
m_KeyColumns - Variable in class adams.flow.transformer.SpreadSheetDifference
the range of column indices to use as key for identifying a row.
m_KeyListener - Variable in class adams.gui.visualization.object.annotator.PolygonPointAnnotator
the key listener to install.
m_KeyListener - Variable in class adams.gui.visualization.object.tools.AbstractTool
the key listener.
m_KeyListener - Variable in class adams.gui.visualization.segmentation.tool.AbstractTool
the key listener.
m_Keys - Variable in class adams.data.spreadsheet.RowIdentifier
the generated keys.
m_Keys - Variable in class adams.flow.source.WekaDatabaseReader
the keys that uniquely identify a single row.
m_Keys - Variable in class adams.gui.tools.PlaceholderManagementPanel.PlaceholderTableModel
the sorted list of keys.
m_KeystrokeReplacements - Static variable in class adams.gui.core.GUIHelper
the mappings for replacing keystrokes.
m_Keywords - Variable in class adams.gui.scripting.SyntaxDocument
the keywords.
m_kNN - Variable in class weka.classifiers.lazy.LWLDatasetBuilder
The number of neighbours used to select the kernel bandwidth.
m_kNN - Variable in class weka.filters.unsupervised.instance.AccumulatedLWLWeights
The number of neighbours used to select the kernel bandwidth.
m_KnownHosts - Variable in class adams.core.io.lister.SftpDirectoryLister
the file with known hosts.
m_KnownHosts - Variable in class adams.flow.standalone.SSHConnection
the file with known hosts.
m_KnownHosts - Variable in class adams.gui.chooser.SftpRemoteDirectorySetup
the file with known hosts.
m_KnownHosts - Variable in class adams.scripting.connection.AbstractSSHConnection
the file with known hosts.
m_L - Variable in class weka.classifiers.functions.GaussianProcessesAdaptive
(negative) covariance matrix in symmetric matrix representation
m_L - Variable in class weka.classifiers.functions.GaussianProcessesNoWeights
(negative) covariance matrix in symmetric matrix representation
m_Label - Variable in class adams.data.featureconverter.CountValues
the optional label for the generated feature.
m_Label - Variable in class adams.data.objectfilter.AddDefaultLabel
the label to use if missing.
m_Label - Variable in class adams.gui.core.ButtonTabComponent
 
m_Label - Variable in class adams.gui.core.dotnotationtree.AbstractInfoNode
the label this info node is for.
m_Label - Variable in class adams.gui.core.PropertiesParameterPanel
the property/label relation.
m_Label - Variable in class adams.gui.goe.GenericArrayEditor
The label for when we can't edit that type.
m_Label - Variable in class adams.gui.tools.SpreadSheetProcessorPanel.WidgetPanel
the label to use.
m_Label - Variable in class adams.gui.visualization.core.axis.Tick
the label, if any.
m_Label - Variable in class adams.gui.visualization.core.AxisPanelOptions
the label of the axis.
m_Label - Variable in class adams.gui.visualization.image.selection.SelectObjects
the label to use.
m_Label - Variable in class weka.classifiers.meta.ThresholdedBinaryClassification
the label to check.
m_Label - Variable in class weka.classifiers.meta.Veto
the label to check.
m_LabelAccept - Variable in class adams.flow.control.Inspect
the label for the accept button.
m_LabelAdditional - Variable in class adams.flow.transformer.ImageObjectOverlapMatrix
the label to use additional predictions (with no corresponding annotations).
m_LabelAnchor - Variable in class adams.gui.tools.previewbrowser.DeepLabCutCSVHandler
the label anchor.
m_LabelAnchor - Variable in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
the label anchor.
m_LabelAnchor - Variable in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
the label anchor.
m_LabelAnchor - Variable in class adams.gui.tools.previewbrowser.PointsFromReportHandler
the label anchor.
m_LabelAnchor - Variable in class adams.gui.tools.previewbrowser.YoloAnnotationsHandler
the label anchor.
m_LabelAnchor - Variable in class adams.gui.visualization.image.AbstractReportBasedOverlayHelper
the label anchor.
m_LabelAnnotationsColorBox - Variable in class adams.flow.transformer.compareobjectlocations.Combined.CombinedPanel
the label for the annotation color.
m_LabelAttributeRange - Variable in class adams.gui.visualization.instance.InstanceComparePanel.DatasetPanel
the label for the range.
m_LabelClassname - Variable in class adams.gui.goe.GenericObjectEditor.GOEPanel
The name of the current class.
m_LabelColors - Variable in class adams.flow.transformer.draw.ObjectAnnotationsFromReport
the colorizers for the labels.
m_LabelColors - Variable in class adams.gui.tools.previewbrowser.ObjectAnnotationsHandler
the colorizers for the labels.
m_LabelColors - Variable in class adams.gui.tools.previewbrowser.ObjectAnnotationsReportHandler
the colorizers for the labels.
m_LabelColors - Variable in class adams.gui.visualization.image.ObjectAnnotations
the colorizers for the labels.
m_LabelColors - Variable in class adams.gui.visualization.object.overlay.ObjectAnnotations
the colorizers for the labels.
m_LabelCompounds - Variable in class adams.gui.visualization.report.ReportFactory.StandardsDialog
the label for the compounds.
m_LabelConnection - Variable in class adams.gui.core.SqlConnectionPanel
the label for the showing the active connection.
m_LabelCount - Variable in class adams.gui.goe.MultiLineValueDialog
the label with count of items.
m_LabelCount - Variable in class adams.gui.visualization.object.annotationsdisplay.DefaultAnnotationsDisplayPanel
the label with the number of objects.
m_LabelCounts - Variable in class adams.gui.selection.AbstractTableBasedSelectionPanel
the label for displaying the total and selected counts.
m_LabelCounts - Variable in class adams.gui.visualization.image.AbstractObjectOverlayFromReport.LocatedObjectsPanel
the label for counts.
m_LabelCounts - Variable in class adams.gui.visualization.image.AbstractPointOverlayFromReport.LocatedPointsPanel
the label for counts.
m_LabelCounts - Variable in class adams.gui.visualization.image.ObjectAnnotations.LocatedObjectsPanel
the label for counts.
m_LabelDataType - Variable in class adams.gui.selection.AbstractSelectDatabaseFieldPanel
the label for the data type combobox.
m_LabelDefinitions - Variable in class adams.data.io.input.YoloAnnotationsReportReader
the spreadsheet with the label index/label relation, ignored if directory.
m_LabelDefinitions - Variable in class adams.data.io.output.YoloAnnotationsReportWriter
the spreadsheet with the label index/label relation, ignored if directory.
m_LabelDefinitionsMonitor - Variable in class adams.data.io.input.YoloAnnotationsReportReader
to monitor whether the file with the labels has changed.
m_LabelDefinitionsMonitor - Variable in class adams.data.io.output.YoloAnnotationsReportWriter
to monitor whether the file with the labels has changed.
m_LabelEncoding - Variable in class adams.gui.chooser.TextFileChooser.FileEncodingPanel
the label for the text field.
m_LabelFilter - Variable in class adams.gui.core.FilterPanel
the label for the filter.
m_LabelFilterClear - Variable in class adams.gui.core.FilterPanel
the icon for clearing the text field.
m_LabelFlowAnnotation - Variable in class adams.gui.flow.FlowRunnerPanel
the label for the flow annotation.
m_LabelFont - Variable in class adams.flow.transformer.compareobjectlocations.Combined
the label font.
m_LabelFont - Variable in class adams.gui.tools.previewbrowser.AnnotationsAndPredictionsFromReport
the label font.
m_LabelFont - Variable in class adams.gui.tools.previewbrowser.CocoAnnotationsHandler
the label font.
m_LabelFont - Variable in class adams.gui.tools.previewbrowser.DeepLabCutCSVHandler
the label font.
m_LabelFont - Variable in class adams.gui.tools.previewbrowser.DetectronAnnotationsHandler
the label font.
m_LabelFont - Variable in class adams.gui.tools.previewbrowser.ObjectCentersFromReport
the label font.
m_LabelFont - Variable in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
the label font.
m_LabelFont - Variable in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
the label font.
m_LabelFont - Variable in class adams.gui.tools.previewbrowser.PointsFromReportHandler
the label font.
m_LabelFont - Variable in class adams.gui.tools.previewbrowser.YoloAnnotationsHandler
the label font.
m_LabelFont - Variable in class adams.gui.visualization.image.AbstractReportBasedOverlayHelper
the label font.
m_LabelFont - Variable in class adams.gui.visualization.object.overlay.ClassificationLabelTextOverlay
the label font.
m_LabelFormat - Variable in class adams.flow.transformer.compareobjectlocations.Combined
the label format.
m_LabelFormat - Variable in class adams.gui.tools.previewbrowser.AnnotationsAndPredictionsFromReport
the label for the rectangles.
m_LabelFormat - Variable in class adams.gui.tools.previewbrowser.CocoAnnotationsHandler
the label for the rectangles.
m_LabelFormat - Variable in class adams.gui.tools.previewbrowser.DeepLabCutCSVHandler
the label for the points.
m_LabelFormat - Variable in class adams.gui.tools.previewbrowser.DetectronAnnotationsHandler
the label for the rectangles.
m_LabelFormat - Variable in class adams.gui.tools.previewbrowser.ObjectCentersFromReport
the label for the rectangles.
m_LabelFormat - Variable in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
the label for the rectangles.
m_LabelFormat - Variable in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
the label for the rectangles.
m_LabelFormat - Variable in class adams.gui.tools.previewbrowser.PointsFromReportHandler
the label for the points.
m_LabelFormat - Variable in class adams.gui.tools.previewbrowser.YoloAnnotationsHandler
the label for the rectangles.
m_LabelFormat - Variable in class adams.gui.visualization.image.AbstractReportBasedOverlayHelper
the label for the rectangles.
m_LabelImage - Variable in class adams.gui.application.AboutBoxPanel
the label displaying the image.
m_LabelIndex - Variable in class adams.flow.transformer.WekaInstancesInfo
the index of the label.
m_LabelIndex - Variable in class weka.classifiers.functions.ClassificationViaPLS
The label index to get the PLS matrices for.
m_LabelInfo - Variable in class adams.gui.core.AbstractComponentWithButtons
the label for selection information, etc.
m_LabelInfo - Variable in class adams.gui.dialog.TextPanel
the label with the option info text.
m_LabelInfo - Variable in class adams.gui.goe.GenericObjectEditorClassTreePanel
the info text at the top.
m_LabelInfo - Variable in class adams.gui.goe.MultiLineValueDialog
the label with the info text.
m_LabelKey - Variable in class adams.data.io.input.CocoAnnotationsReportReader
the meta-data key with the label.
m_LabelKey - Variable in class adams.data.io.input.DetectronAnnotationsReportReader
the meta-data key with the label.
m_LabelKey - Variable in class adams.data.io.input.ViaAnnotationsReportReader
the meta-data key with the label.
m_LabelKey - Variable in class adams.data.io.output.OpexObjectLocationsWriter
the meta-data key with the label.
m_LabelKey - Variable in class adams.data.io.output.ViaAnnotationsReportWriter
the meta-data key with the label.
m_LabelKey - Variable in class adams.data.io.output.YoloAnnotationsReportWriter
the meta-data key with the label.
m_LabelKey - Variable in class adams.data.objectfilter.MergeOverlaps
the label meta-data key - ignored if empty.
m_LabelKey - Variable in class adams.data.objectoverlap.AreaRatio
the label meta-data key - ignored if empty.
m_LabelKey - Variable in class adams.data.objectoverlap.IntersectOverUnionRatio
the label meta-data key - ignored if empty.
m_LabelKey - Variable in class adams.data.overlappingobjectremoval.MergeOverlaps
the label meta-data key - ignored if empty.
m_LabelKey - Variable in class adams.flow.transformer.ImageObjectOverlap
the label meta-data key - ignored if empty.
m_LabelKey - Variable in class adams.flow.transformer.ImageObjectOverlapMatrix
the label meta-data key.
m_LabelKey - Variable in class adams.flow.transformer.IntersectOverUnion
the label meta-data key - ignored if empty.
m_LabelLeft - Variable in class adams.gui.visualization.debug.SideBySideDiffPanel
the label for the left content.
m_LabelLogo - Variable in class adams.gui.wizard.FinalPage
for displaying a logo.
m_LabelLogo - Variable in class adams.gui.wizard.StartPage
for displaying a logo.
m_LabelManualAddresses - Variable in class adams.gui.selection.SelectEmailAddressPanel
the label for the manual list.
m_LabelManualFields - Variable in class adams.gui.selection.AbstractSelectDatabaseFieldPanel
the label for the manual list.
m_LabelMapping - Variable in class adams.flow.transformer.ViaAnnotationsToReports
the label mappings to use, in the format old=new\n.
m_LabelMapping - Variable in class weka.filters.unsupervised.instance.RemoveWithLabels
the label mapping (old -> new).
m_LabelMatch - Variable in class weka.filters.unsupervised.instance.DatasetLabeler
the label to use for a match.
m_LabelMaxValue - Variable in class adams.gui.visualization.report.ReportFactory.StandardsDialog
the label for the max value text field.
m_LabelMean - Variable in class adams.gui.visualization.stats.probabilityplot.ProbabilityPlot
Label showing the mean of the dataset
m_LabelMessage - Variable in class adams.flow.transformer.SelectArraySubset
the label for the message.
m_LabelMessage - Variable in class adams.flow.transformer.SpreadSheetSelectSubset
the label for the message.
m_LabelMessage - Variable in class adams.gui.core.GUIHelper.InputPanelWithButtons
the label for the message.
m_LabelMessage - Variable in class adams.gui.core.GUIHelper.InputPanelWithComboBox
the label for the message.
m_LabelMessage - Variable in class adams.gui.core.GUIHelper.InputPanelWithTextArea
the label for the message.
m_LabelMessage - Variable in class adams.gui.tools.previewbrowser.MessagePanel
the label for displaying the message.
m_LabelMinValue - Variable in class adams.gui.visualization.report.ReportFactory.StandardsDialog
the label for the min value text field.
m_LabelMissed - Variable in class adams.flow.transformer.ImageObjectOverlapMatrix
the label to use for missed annotations.
m_LabelName - Variable in class adams.gui.visualization.segmentation.layer.BackgroundLayer
the label with the name.
m_LabelName - Variable in class adams.gui.visualization.segmentation.layer.ImageLayer
the label for the layer name.
m_LabelNegative - Variable in class adams.data.conversion.SpreadSheetBinarize
the negative label.
m_LabelNonMatch - Variable in class weka.filters.unsupervised.instance.DatasetLabeler
the label to use for a nonmatch.
m_LabelOffsetX - Variable in class adams.gui.tools.previewbrowser.DeepLabCutCSVHandler
the x offset for the label.
m_LabelOffsetX - Variable in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
the x offset for the label.
m_LabelOffsetX - Variable in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
the x offset for the label.
m_LabelOffsetX - Variable in class adams.gui.tools.previewbrowser.PointsFromReportHandler
the x offset for the label.
m_LabelOffsetX - Variable in class adams.gui.tools.previewbrowser.YoloAnnotationsHandler
the x offset for the label.
m_LabelOffsetX - Variable in class adams.gui.visualization.image.AbstractReportBasedOverlayHelper
the x offset for the label.
m_LabelOffsetX - Variable in class adams.gui.visualization.object.overlay.ClassificationLabelTextOverlay
the x offset for the label.
m_LabelOffsetY - Variable in class adams.gui.tools.previewbrowser.DeepLabCutCSVHandler
the y offset for the label.
m_LabelOffsetY - Variable in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
the y offset for the label.
m_LabelOffsetY - Variable in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
the y offset for the label.
m_LabelOffsetY - Variable in class adams.gui.tools.previewbrowser.PointsFromReportHandler
the y offset for the label.
m_LabelOffsetY - Variable in class adams.gui.tools.previewbrowser.YoloAnnotationsHandler
the y offset for the label.
m_LabelOffsetY - Variable in class adams.gui.visualization.image.AbstractReportBasedOverlayHelper
the y offset for the label.
m_LabelOffsetY - Variable in class adams.gui.visualization.object.overlay.ClassificationLabelTextOverlay
the y offset for the label.
m_LabelOverlapColorCorrectBox - Variable in class adams.flow.transformer.compareobjectlocations.Combined.CombinedPanel
the label for the overlap color (matching labels).
m_LabelOverlapColorCorrectText - Variable in class adams.flow.transformer.compareobjectlocations.Combined.CombinedPanel
the label for the overlap color text (matching labels).
m_LabelOverlapColorIncorrectBox - Variable in class adams.flow.transformer.compareobjectlocations.Combined.CombinedPanel
the label for the overlap color (mismatching labels).
m_LabelOverlapColorIncorrectText - Variable in class adams.flow.transformer.compareobjectlocations.Combined.CombinedPanel
the label for the overlap color text (mismatching labels).
m_LabelPassword - Variable in class adams.gui.dialog.PasswordDialog
the password label.
m_LabelPlotters - Variable in class adams.flow.transformer.draw.ObjectAnnotationsFromReport
the label plotters.
m_LabelPlotters - Variable in class adams.gui.tools.previewbrowser.ObjectAnnotationsHandler
the label plotters.
m_LabelPlotters - Variable in class adams.gui.tools.previewbrowser.ObjectAnnotationsReportHandler
the label plotters.
m_LabelPlotters - Variable in class adams.gui.visualization.image.ObjectAnnotations
the label plotters.
m_LabelPlotters - Variable in class adams.gui.visualization.object.overlay.ObjectAnnotations
the label plotters.
m_LabelPositive - Variable in class adams.data.conversion.SpreadSheetBinarize
the positive label.
m_LabelPredictionsColorBox - Variable in class adams.flow.transformer.compareobjectlocations.Combined.CombinedPanel
the label for the prediction color.
m_LabelPrefix - Variable in class adams.gui.chooser.AbstractChooserPanel
the prefix label.
m_LabelPrefix - Variable in class adams.gui.core.SearchPanel
the label for the text field.
m_LabelPrefixSpacer - Variable in class adams.gui.chooser.AbstractChooserPanel
a spacer for the prefix label.
m_LabelProgress - Variable in class adams.gui.tools.ImageProcessorPanel
the label for the progress.
m_LabelQuery - Variable in class weka.gui.explorer.SqlPanel
displays the current query
m_LabelReader - Variable in class adams.data.io.input.YoloAnnotationsReportReader
the spreadsheet reader to use.
m_LabelReader - Variable in class adams.data.io.output.YoloAnnotationsReportWriter
the spreadsheet reader to use.
m_LabelRecursive - Variable in class adams.gui.dialog.AbstractReplaceDialog
the recursive label.
m_LabelRegExp - Variable in class weka.filters.unsupervised.instance.RemoveWithLabels
the regular expression for matching the labels to remove.
m_LabelRight - Variable in class adams.gui.visualization.debug.SideBySideDiffPanel
the label for the right content.
m_LabelRowAttribute - Variable in class adams.gui.visualization.instance.InstanceComparePanel.DatasetPanel
the label for the attribute names.
m_LabelRows - Variable in class adams.gui.visualization.instance.InstanceComparePanel
the label for the combobox.
m_Labels - Variable in class adams.data.imagesegmentation.operation.CompareAnnotationWithPrediction
the labels to analyze (all if none specified).
m_Labels - Variable in class adams.data.imagesegmentation.operation.ConfusionMatrix
the label to use instead of automatically determining.
m_Labels - Variable in class adams.data.io.input.YoloAnnotationsReportReader
the label mapping.
m_Labels - Variable in class adams.data.io.output.DeepLabCutCSVWriter
the labels to output.
m_Labels - Variable in class adams.data.io.output.YoloAnnotationsReportWriter
the label mapping.
m_Labels - Variable in class adams.data.spreadsheet.colstatistic.Distinct
for counting the distinct the labels.
m_Labels - Variable in class adams.data.spreadsheet.colstatistic.Unique
for counting the occurences of labels.
m_Labels - Variable in class adams.data.spreadsheet.rowstatistic.Distinct
for counting the distinct the labels.
m_Labels - Variable in class adams.data.spreadsheet.rowstatistic.Unique
for counting the occurences of labels.
m_Labels - Variable in class adams.flow.sink.ImageSegmentationViewer
the labels to use.
m_Labels - Variable in class adams.flow.transformer.ImageAnnotator.AnnotatorPanel
the labels.
m_Labels - Variable in class adams.flow.transformer.ImageAnnotator
the labels.
m_Labels - Variable in class adams.flow.transformer.ImageLabeler
the labels.
m_Labels - Variable in class adams.flow.transformer.ImageSegmentationAnnotator
the labels to use.
m_Labels - Variable in class adams.flow.transformer.pixelselector.AddClassification
the classification labels to use.
m_Labels - Variable in class adams.gui.core.ParameterPanel
the labels.
m_Labels - Variable in class adams.gui.tools.previewbrowser.AnnotateImage
the labels.
m_Labels - Variable in class adams.gui.visualization.core.axis.AbstractTickGenerator
for avoiding duplicate labels.
m_Labels - Variable in class adams.gui.visualization.image.AbstractReportBasedOverlayHelper
the labels.
m_Labels - Variable in class adams.gui.visualization.object.labelselector.ButtonSelectorGenerator
the labels.
m_Labels - Variable in class adams.gui.visualization.object.labelselector.ButtonSelectorPanel
the labels.
m_Labels - Variable in class adams.gui.visualization.object.labelselector.ButtonSelectorWithColorGenerator
the labels.
m_Labels - Variable in class adams.gui.visualization.object.labelselector.ButtonSelectorWithColorPanel
the labels.
m_Labels - Variable in class adams.gui.visualization.object.labelselector.ComboBoxSelectorGenerator
the labels.
m_Labels - Variable in class adams.gui.visualization.object.labelselector.ComboBoxSelectorPanel
the labels.
m_LabelSelector - Variable in class adams.flow.transformer.ImageObjectAnnotator
the label selector to use.
m_LabelSkip - Variable in class adams.flow.control.Inspect
the label for the skip button.
m_LabelsNew - Variable in class adams.gui.visualization.segmentation.tool.SwitchLabel
the available labels.
m_LabelsOld - Variable in class adams.gui.visualization.segmentation.tool.SwitchLabel
the available labels.
m_LabelStatus - Variable in class adams.gui.dialog.AbstractDatabaseConnectionPanel
the label for status messages.
m_LabelStatusLeft - Variable in class adams.gui.core.BaseStatusBar
a label for displaying a status.
m_LabelStatusRight - Variable in class adams.gui.core.BaseStatusBar
the label for the right status.
m_LabelStd - Variable in class adams.gui.visualization.stats.probabilityplot.ProbabilityPlot
Label showing the std deviation of the dataset
m_LabelString - Variable in class weka.classifiers.functions.ClassificationViaPLS
the label string to get the PLS matrices for (overrides the label index).
m_LabelSuffix - Variable in class adams.data.io.input.ObjectLocationsSpreadSheetReader
the label suffix to use.
m_LabelSuffix - Variable in class adams.data.io.input.OpexObjectLocationsReader
the label suffix to use.
m_LabelSuffix - Variable in class adams.data.io.input.PascalVOCObjectLocationsReader
the label suffix to use.
m_LabelSuffix - Variable in class adams.data.io.input.YoloAnnotationsReportReader
the label suffix to use.
m_LabelSuffix - Variable in class adams.gui.visualization.image.selection.SelectObjects
the label suffix to use.
m_LabelSuffix - Variable in class adams.gui.visualization.object.annotator.BoundingBoxAnnotator
the label suffix to use.
m_LabelSuffix - Variable in class adams.gui.visualization.object.annotator.PolygonAnnotator
the label suffix to use.
m_LabelSuffix - Variable in class adams.gui.visualization.object.annotator.PolygonPointAnnotator
the label suffix to use.
m_LabelSuffix - Variable in class adams.gui.visualization.object.annotator.SimplePointAnnotator
the label suffix to use.
m_LabelText - Variable in class adams.flow.control.MissionControl.ControlPanel
the text to display.
m_LabelTextLeft - Variable in class adams.gui.visualization.debug.SideBySideDiffPanel
the text for the left content.
m_LabelTextNumPoints - Variable in class adams.gui.visualization.weka.AbstractInstanceInfoFrame
the number of data points.
m_LabelTextRight - Variable in class adams.gui.visualization.debug.SideBySideDiffPanel
the text for the right content.
m_LabelTime - Variable in class adams.flow.standalone.Stopwatch.StopwatchPanel
the label for displaying the time.
m_LabelTitle - Variable in class adams.gui.visualization.container.AbstractContainerList
the title label.
m_LabelType - Variable in class adams.gui.dialog.ReplaceFieldDialog
the type label.
m_LabelX - Variable in class adams.gui.visualization.jfreechart.chart.AbstractChartGeneratorWithAxisLabels
the label for the X axis.
m_LabelY - Variable in class adams.gui.visualization.jfreechart.chart.AbstractChartGeneratorWithAxisLabels
the label for the Y axis.
m_LagFineTune - Variable in class adams.flow.core.LagMakerOptions
lag fine tune.
m_LagMaker - Variable in class adams.flow.source.wekaforecastersetup.WekaForecasterGenerator
the lag maker options.
m_Lambda - Variable in class adams.data.instancesanalysis.pls.DIPLS
lambda
m_Lambda - Variable in class adams.data.instancesanalysis.pls.SparsePLS
Sparsity parameter.
m_Lambda - Variable in class adams.data.instancesanalysis.pls.VCPLS
the lambda value.
m_Lambda - Variable in class adams.data.spc.MOACUSUM
the lambda parameter.
m_Lambda - Variable in class adams.data.spc.MOAPageHinkley
the lambda parameter.
m_Lambda - Variable in class weka.classifiers.trees.XGBoost
L2 regularisation term on weights.
m_Language - Variable in class adams.flow.transformer.TesseractOCR
the language to use.
m_LastActionResult - Variable in class adams.flow.transformer.pixelselector.PixelSelectorPanel
the last action result for a selector action.
m_LastActor - Variable in class adams.flow.FlowRunner
the last actor that was executed.
m_LastActor - Variable in class adams.flow.setup.FlowSetup
the last actor that was executed.
m_LastActor - Variable in class adams.flow.setup.FlowSetupWorker
the last actor that was run.
m_LastAttributesToVisualize - Variable in class adams.gui.tools.wekainvestigator.tab.PreprocessTab
the last indices that were visualized.
m_LastBias - Variable in class adams.gui.tools.wekainvestigator.datatable.action.RandomSubset
the last bias used.
m_LastBoxPlot - Variable in class adams.gui.tools.wekainvestigator.tab.BoxPlotTab
the last boxplot.
m_LastBrightness - Variable in class adams.gui.visualization.object.CanvasPanel
the last brightness.
m_LastBrightness - Variable in class adams.gui.visualization.segmentation.layer.ImageLayer
the last brightness.
m_LastChar - Variable in class adams.data.io.input.CsvSpreadSheetReader.ChunkReader
the last character that was read too far.
m_LastChart - Variable in class adams.gui.tools.spreadsheetviewer.menu.DataChart
the last chart used.
m_LastColor - Variable in class adams.data.io.input.PNGImageReader
the last color index used (when reading PNGs with palette).
m_LastCommand - Variable in class adams.core.command.AbstractExternalCommand
the last command that was executed.
m_LastCommand - Variable in class adams.gui.menu.RemoteCommands
the last command sent.
m_LastCommand - Variable in class adams.gui.visualization.image.plugins.TesseractOCR
the last command that was executed.
m_LastCommandProcessor - Variable in class adams.gui.menu.RemoteCommands
the last command processor used.
m_LastConnection - Variable in class adams.gui.menu.RemoteCommands
the last connection used.
m_LastConnectionError - Variable in class adams.db.AbstractDatabaseConnection
stores the last connection error.
m_LastContentHandler - Variable in class adams.gui.tools.previewbrowser.PreviewDisplay
the last content handler.
m_LastContents - Variable in class adams.data.io.input.ExcelStreamingSpreadSheetReader.SheetHandler
the assembled cell content.
m_LastConversion - Variable in class adams.gui.tools.spreadsheetviewer.menu.DataConvert
the last conversion.
m_LastDir - Variable in class adams.gui.tools.previewbrowser.localfiles.CopyFileTo
the last directory a file was copied to.
m_LastError - Variable in class adams.data.io.input.AbstractSpreadSheetReader
the last error that occurred.
m_LastError - Variable in class adams.data.spreadsheet.colstatistic.AbstractColumnStatistic
the last error that was generated.
m_LastError - Variable in class adams.data.spreadsheet.matrixstatistic.AbstractMatrixStatistic
the last error that was generated.
m_LastError - Variable in class adams.data.spreadsheet.rowscore.AbstractRowScore
the last error that was generated.
m_LastError - Variable in class adams.data.spreadsheet.rowstatistic.AbstractRowStatistic
the last error that was generated.
m_LastError - Variable in class adams.flow.control.plotprocessor.AbstractPlotProcessor
for storing an error message.
m_LastError - Variable in class adams.flow.control.removeoutliers.AbstractOutlierDetector
the last error that occurred.
m_LastError - Variable in class adams.flow.setup.FlowSetup
the last error when executing the flow.
m_LastError - Variable in class adams.gui.scripting.AbstractScriptingEngine
the last last error that was encountered.
m_LastError - Variable in class weka.classifiers.AggregateEvaluations
the last error.
m_LastExport - Variable in class adams.gui.tools.wekainvestigator.output.OutputTabbedPane
the last export scheme.
m_LastExtractor - Variable in class adams.gui.visualization.container.datacontainerpanel.containerlistpopup.UpdateID
the last extraction used.
m_LastFailureTimestamp - Variable in class adams.core.logging.RemoteSendHandler
the last connection failure timestamp (msec).
m_LastField - Variable in class adams.gui.visualization.image.leftclick.AddMetaData
the last field name.
m_LastField - Variable in class adams.gui.visualization.object.mouseclick.AddMetaData
the last field name.
m_LastFileLeft - Variable in class adams.gui.visualization.debug.SideBySideDiffPanel
the last left file.
m_LastFileRight - Variable in class adams.gui.visualization.debug.SideBySideDiffPanel
the last right file.
m_LastFilter - Variable in class adams.gui.chooser.AbstractExtensionFileFilterFileChooser
the last filter that was used for opening/saving.
m_LastFilter - Variable in class adams.gui.print.JComponentWriterFileChooser
the last filter that was used for opening/saving.
m_LastFind - Variable in class adams.gui.core.AbstractTextAreaPanelWithAdvancedSyntaxHighlighting
the last search string used.
m_LastFind - Variable in class adams.gui.core.StyledTextEditorPanel
the last search string used.
m_LastFind - Variable in class adams.gui.core.TextEditorPanel
the last search string used.
m_LastFinder - Variable in class adams.gui.tools.spreadsheetviewer.menu.DataFilterColumns
the last finder.
m_LastFinder - Variable in class adams.gui.tools.spreadsheetviewer.menu.DataFilterRows
the last finder.
m_LastFitness - Variable in class adams.opt.genetic.stopping.MaxIterationsWithoutImprovement
the last fitness.
m_LastFitness - Variable in class adams.opt.genetic.stopping.MaxTrainTimeWithoutImprovement
the last fitness.
m_LastFlow - Variable in class adams.gui.flow.FlowPanel
the last flow that was run.
m_LastFlow - Variable in class adams.gui.flow.FlowRunnerPanel
the last flow that was run.
m_LastFramePosition - Variable in class adams.gui.core.DetachablePanel
the last position of the frame.
m_LastFrameSize - Variable in class adams.gui.core.DetachablePanel
the last size of the frame.
m_LastGenerated - Variable in class adams.core.option.AbstractOptionProducer
the last data structure that was generated.
m_LastImageOverlayOriginal - Variable in class adams.gui.tools.ImageProcessorPanel
the last image overlay in use (original).
m_LastImageOverlayProcessed - Variable in class adams.gui.tools.ImageProcessorPanel
the last image overlay in use (processed).
m_LastImagePanel - Variable in class adams.gui.visualization.debug.objectrenderer.ImageRenderer
the cached setup.
m_LastKeyListener - Variable in class adams.gui.visualization.object.ObjectAnnotationPanel
the last key listener in use.
m_LastKeyListener - Variable in class adams.gui.visualization.segmentation.SegmentationPanel
the last key listener in use.
m_LastLabel - Variable in class adams.flow.transformer.compareobjectlocations.AbstractComparisonPanel
the last selected label.
m_LastLabel - Variable in class adams.flow.transformer.ImageAnnotator
the last selected label.
m_LastLeaf - Variable in class adams.core.Trie.TrieIterator
the last leaf for this root node
m_LastLimit - Variable in class adams.gui.visualization.debug.objectrenderer.SpreadSheetRenderer
the last limit.
m_LastLimit - Variable in class adams.gui.visualization.debug.objectrenderer.WekaInstancesRenderer
the last limit.
m_LastMainDividerLocation - Variable in class adams.flow.transformer.ImageAnnotator
the last main divider location.
m_LastMinMax - Variable in class adams.gui.core.spreadsheettable.HeatmapCellRenderingCustomizer
the last min/max values.
m_LastModified - Variable in class adams.core.io.filechanged.LastModified
the lastmodified timestamp.
m_LastModified - Variable in class adams.core.io.LocalFileObject
the modified date.
m_LastModified - Variable in class adams.core.io.SmbFileObject
the modified date.
m_LastMouseListener - Variable in class adams.gui.visualization.object.ObjectAnnotationPanel
the last mouse listener in use.
m_LastMouseListener - Variable in class adams.gui.visualization.segmentation.SegmentationPanel
the last mouse listener in use.
m_LastMouseMotionListener - Variable in class adams.gui.visualization.object.ObjectAnnotationPanel
the last mouse motion listener in use.
m_LastMouseMotionListener - Variable in class adams.gui.visualization.segmentation.SegmentationPanel
the last mouse motion listener in use.
m_LastName - Variable in class adams.core.net.EmailContact
the last name.
m_LastNotificationTime - Variable in class adams.opt.genetic.AbstractGeneticAlgorithm
the timestamp the last notification got sent.
m_LastNotificationTime - Variable in class adams.opt.optimise.GeneticAlgorithm
the timestamp the last notification got sent.
m_LastObjectLocatorOriginal - Variable in class adams.gui.tools.ImageProcessorPanel
the last object locator in use (original).
m_LastObjectLocatorProcessed - Variable in class adams.gui.tools.ImageProcessorPanel
the last object locator in use (processed).
m_LastOpenHandler - Variable in class adams.gui.chooser.AbstractConfigurableExtensionFileFilterFileChooser
the last "open" handler.
m_LastPageAdded - Variable in class adams.gui.wizard.WizardPaneWithBranches
the last page added.
m_LastPanel - Variable in class adams.gui.visualization.debug.objectrenderer.ReportRenderer
the last setup.
m_LastPanel - Variable in class adams.gui.visualization.debug.objectrenderer.SpreadSheetRenderer
the last setup.
m_LastPanel - Variable in class adams.gui.visualization.debug.objectrenderer.TimeseriesRenderer
the last setup.
m_LastParent - Variable in class adams.parser.actorsuggestion.Parser
the last parent used.
m_LastParent - Variable in class adams.parser.externalactorsuggestion.Parser
the last parent used.
m_LastParentNode - Variable in class adams.parser.actorsuggestion.Parser
the last parent node used.
m_LastParentNode - Variable in class adams.parser.externalactorsuggestion.Parser
the last parent node used.
m_LastPath - Variable in class adams.gui.visualization.debug.InspectionPanel
the last property path in use.
m_LastPercentage - Variable in class adams.gui.tools.wekainvestigator.datatable.action.RandomSubset
the last percentage used.
m_LastPlot - Variable in class adams.flow.control.plotprocessor.AbstractPlotProcessorWithBuffer
the last plot name.
m_LastPoint - Variable in class adams.gui.visualization.segmentation.tool.AbstractShapeTool
the last point that was drawn on.
m_LastPosition - Variable in class adams.flow.transformer.AbstractInteractiveTransformerDialog
the last position.
m_LastReader - Variable in class adams.gui.flow.FlowPanel
the last flow reader used.
m_LastReader - Variable in class adams.gui.tools.spreadsheetviewer.menu.EditPasteAsNew
the last spreadsheet reader used.
m_LastReader - Variable in class adams.gui.tools.wekainvestigator.source.Clipboard
the last spreadsheet reader used.
m_LastReplacement - Variable in class adams.gui.tools.wekainvestigator.datatable.action.RandomSubset
whether replacement was used.
m_LastRow - Variable in class adams.data.io.input.ExcelStreamingSpreadSheetReader.SheetHandler
the last row.
m_LastSaveHandler - Variable in class adams.gui.chooser.AbstractConfigurableExtensionFileFilterFileChooser
the last "save" handler.
m_LastSearch - Variable in class adams.gui.core.SearchPanel
the last search term.
m_LastSearch - Variable in class adams.gui.tools.previewbrowser.PreviewDisplay
the last search panel that was encountered.
m_LastSearchPanel - Variable in class adams.gui.visualization.debug.objectrenderer.PropertiesRenderer
the last setup.
m_LastSearchString - Variable in class adams.gui.flow.tree.Tree
the last search string used.
m_LastSeed - Variable in class adams.gui.tools.wekainvestigator.datatable.action.Randomize
the last seed.
m_LastSeed - Variable in class adams.gui.tools.wekainvestigator.datatable.action.RandomSubset
the last seed used.
m_LastSendResult - Variable in class adams.gui.dialog.ComposeEmailPanel
the last "send" result.
m_LastSettings - Variable in class adams.flow.transformer.ImageSegmentationAnnotator
the last state.
m_LastSetup - Variable in class adams.gui.core.SpreadSheetTable
for keeping track of the setups being used (classname-{plot|process}-{column|row} - setup).
m_LastSetup - Static variable in class adams.gui.plugin.AbstractToolPlugin
for storing the last setup for a plugin.
m_LastSetup - Static variable in class adams.gui.tools.spreadsheetviewer.AbstractDataPlugin
for storing the last setup for a plugin.
m_LastSetup - Static variable in class adams.gui.tools.spreadsheetviewer.AbstractViewPlugin
for storing the last setup for a plugin.
m_LastSetup - Variable in class adams.gui.tools.wekainvestigator.datatable.action.Merge
the last merge setup.
m_LastSetup - Variable in class adams.gui.visualization.instances.InstancesTable
for keeping track of the setups being used (classname-{plot|process}-{column|row} - setup).
m_LastSheetPanel - Variable in class adams.gui.visualization.debug.objectrenderer.MapRenderer
the last setup.
m_LastSheetPanel - Variable in class adams.gui.visualization.debug.objectrenderer.SetRenderer
the last setup.
m_LastSize - Variable in class adams.flow.transformer.AbstractInteractiveTransformerDialog
the last dimension.
m_LastSourceID - Variable in class adams.gui.tools.wekainvestigator.datatable.action.RemoveTestSet
the last used source ID attribute.
m_LastSplitter - Variable in class adams.gui.tools.wekainvestigator.datatable.action.Split
the last splitter.
m_LastSpreadSheet - Variable in class adams.gui.core.spreadsheettable.DistinctValueCellRenderingCustomizer
the last spreadsheet that was used.
m_LastSpreadSheet - Variable in class adams.gui.core.spreadsheettable.HeatmapCellRenderingCustomizer
the last spreadsheet that was used.
m_LastSupervised - Variable in class adams.gui.tools.wekainvestigator.datatable.action.RandomSubset
whether supervised version was used.
m_LastTable - Variable in class adams.gui.visualization.debug.objectrenderer.FlowContainerRenderer
the last setup.
m_LastTable - Variable in class adams.gui.visualization.debug.objectrenderer.PropertiesRenderer
the last setup.
m_LastTable - Variable in class adams.gui.visualization.debug.objectrenderer.ReportRenderer
the last setup.
m_LastTable - Variable in class adams.gui.visualization.debug.objectrenderer.WekaInstancesRenderer
the last setup.
m_LastTemplate - Variable in class adams.gui.flow.tree.Tree
the last template that was added via 'Add template'.
m_LastTemplateInsertPosition - Variable in class adams.gui.flow.tree.Tree
the position of the last template that was added via 'Add template'.
m_LastTestSetID - Variable in class adams.gui.tools.wekainvestigator.datatable.action.RemoveTestSet
the last used test set ID attribute.
m_LastTextPanel - Variable in class adams.gui.visualization.debug.objectrenderer.Mat5ArrayRenderer
the last setup.
m_LastTextPanel - Variable in class adams.gui.visualization.debug.objectrenderer.PlainTextRenderer
the last setup.
m_LastTransformer - Variable in class adams.gui.tools.spreadsheetviewer.menu.DataTransform
the last transformer.
m_LastType - Variable in class adams.gui.visualization.image.leftclick.AddMetaData
the last field type.
m_LastType - Variable in class adams.gui.visualization.object.mouseclick.AddMetaData
the last field type.
m_LastUpdated - Variable in class adams.gui.tools.wekainvestigator.data.AbstractDataContainer
the timestamp the data was last updated.
m_LastValue - Variable in class adams.gui.visualization.image.leftclick.AddMetaData
the last field value.
m_LastValue - Variable in class adams.gui.visualization.object.mouseclick.AddMetaData
the last field value.
m_LastVariableSearch - Variable in class adams.gui.flow.FlowPanel
the last variable search performed.
m_LastWriter - Variable in class adams.gui.flow.FlowPanel
the last flow writer used.
m_Latest - Variable in class adams.db.LogEntryConditions
whether to return the latest entries.
m_Launcher - Variable in class adams.flow.standalone.JavaExec
the launched process.
m_LaunchModeOptions - Variable in class adams.flow.standalone.PyroNameServer
the options for the launch mode.
m_LaunchWait - Variable in class adams.flow.standalone.PyroNameServer
the number of milliseconds to wait for nameserver to launch (and check for errors).
m_LayerColorMappings - Variable in class adams.data.imagesegmentation.filter.Draw
the layer/color mappings.
m_LayerNames - Variable in class adams.data.io.input.AbstractPNGAnnotationImageSegmentationReader
the layer names.
m_LayerNames - Variable in class adams.data.io.output.AbstractPNGAnnotationImageSegmentationWriter
the layer names.
m_Layers - Variable in class adams.data.imagesegmentation.layerorder.Predefined
the predefined layer order.
m_Layers - Variable in class adams.data.imagesegmentation.operation.SimpleOverlay
the layers to use.
m_LayersToMerge - Variable in class adams.data.imagesegmentation.filter.MergeLayers
the layers to merge.
m_LayerTransformer - Variable in class adams.data.io.input.IndividualImageSegmentationLayerReader
for processing the layers.
m_LayerVisibility - Variable in class adams.flow.sink.ImageSegmentationViewer
what layers to have visible (when using separate layers).
m_LayerVisibility - Variable in class adams.flow.transformer.ImageSegmentationAnnotator
what layers to have visible (when using separate layers).
m_Layout - Variable in class adams.gui.core.FilterPanel
the type of layout to use.
m_Layout - Variable in class adams.gui.tools.spreadsheetviewer.SortPanel
the gridlayout in use.
m_Layout - Variable in class adams.gui.visualization.core.AbstractHistogramPanel
the layout.
m_Layout - Variable in class adams.gui.visualization.instances.instancestable.InstancesSortPanel
the gridlayout in use.
m_LayoutButtons - Variable in class adams.gui.core.BasePanelWithButtons
the layout for the buttons.
m_LayoutType - Variable in class adams.gui.core.SearchPanel
the layout.
m_LayoutType - Variable in class adams.gui.tools.ImageProcessorSubPanel
the layout.
m_left - Variable in class weka.classifiers.trees.m5.RuleNode2
left child node
m_Left - Variable in class adams.data.image.transformer.crop.SimpleCrop
the x of the top-left corner.
m_Left - Variable in class adams.data.objectfinder.ObjectsInRegion
the x of the top-left corner.
m_Left - Variable in class adams.flow.transformer.CountObjectsInRegion
the x of the top-left corner.
m_LeftClickListeners - Variable in class adams.gui.visualization.image.ImagePanel.PaintPanel
the left-click listeners.
m_LeftClickProcessor - Variable in class adams.flow.sink.ImageViewer
the click processor to apply.
m_LeftComponent - Variable in class adams.gui.core.SplitPanelWithOptionalComponents
the left component.
m_LeftDetachable - Variable in class adams.gui.core.SplitPanelWithOptionalComponents
whether the left component is detachable.
m_LeftDetachableButtonVisible - Variable in class adams.gui.core.SplitPanelWithOptionalComponents
whether a button to detach left component is visible.
m_LeftDetachablePanel - Variable in class adams.gui.core.SplitPanelWithOptionalComponents
the detachable panel for the left component.
m_LeftDividerLocation - Variable in class adams.flow.sink.ImageSegmentationViewer
the position for the left divider.
m_LeftDividerLocation - Variable in class adams.flow.transformer.ImageLabeler
the position for the left divider.
m_LeftDividerLocation - Variable in class adams.flow.transformer.ImageObjectAnnotator
the position for the left divider.
m_LeftDividerLocation - Variable in class adams.flow.transformer.ImageSegmentationAnnotator
the position for the left divider.
m_LeftMouseDown - Variable in class adams.gui.visualization.segmentation.CanvasPanel
whether the left mouse button is down.
m_LeftPad - Variable in class adams.data.conversion.JsonToSpreadSheet
whether to left-pad the index of arrays with 0s.
m_LeftPanel - Variable in class adams.gui.core.MultiPagePane
the panel with the list and buttons.
m_LeftPixelOffset - Variable in class adams.gui.visualization.core.plot.ContentPanel
the original pixel offset for the left axis.
m_LeftSplitPanel - Variable in class adams.gui.visualization.image.ImagePanel
the left pane for displaying other panels.
m_Legend - Variable in class adams.gui.visualization.jfreechart.chart.AbstractChartGenerator
whether to show the legend.
m_Length - Variable in class adams.core.io.LocalFileObject
the length.
m_Length - Variable in class adams.core.io.SmbFileObject
the length.
m_Length - Variable in class adams.db.indices.IndexColumn
the length of the key (e.g., for an index on a text blob).
m_Length - Variable in class adams.flow.transformer.ArrayCombinations
number of elements in subarray,
m_Length - Variable in class adams.gui.visualization.jfreechart.shape.Cross
the length of the arms.
m_LengthTicks - Variable in class adams.gui.visualization.core.AxisPanel
the length of the ticks.
m_LengthTicks - Variable in class adams.gui.visualization.core.AxisPanelOptions
the length in pixles of ticks to use.
m_Lenient - Variable in class adams.data.conversion.SpreadSheetColumnsToReport
whether to skip over errors.
m_Lenient - Variable in class adams.data.conversion.SpreadSheetRowsToReport
whether to skip over errors.
m_Lenient - Variable in class adams.data.indexedsplits.AbstractIndexedSplitsRunsCompatibility
whether to be lenient.
m_Lenient - Variable in class adams.data.io.input.AbstractPNGAnnotationImageSegmentationReader
whether to be lenient.
m_Lenient - Variable in class adams.data.objectfinder.AbstractObjectFinder
whether to be lenient with indices.
m_Lenient - Variable in class adams.flow.control.Switch
whether we operate in lenient mode, ie not requiring a payload.
m_Lenient - Variable in class adams.flow.source.AbstractIdSupplier
whether to ignore not finding any IDs.
m_Lenient - Variable in class adams.flow.transformer.AbstractDataContainerDbReader
whether to ignore not finding any IDs.
m_Lenient - Variable in class adams.flow.transformer.AbstractReportDbUpdater
whether to be lenient, ie accept empyt resultsets.
m_Lenient - Variable in class adams.flow.transformer.MergeReportFromMap
whether to be lenient.
m_Lenient - Variable in class adams.flow.transformer.SpreadSheetStorageRowIterator
whether to suppress the error message if no rows selected.
m_Lenient - Variable in class adams.flow.transformer.SpreadSheetVariableRowIterator
whether to suppress the error message if no rows selected.
m_Lenient - Variable in class adams.flow.transformer.WekaReorderAttributesToReference
whether to tolerate attributes that are not present in the incoming data.
m_Lenient - Variable in class adams.gui.chooser.SelectOptionPanel
whether to use lenient mode.
m_Less - Variable in class weka.classifiers.trees.RandomRegressionForest.Node
 
m_Level - Variable in class adams.core.logging.Logger
the level.
m_Level - Variable in class adams.flow.standalone.logevent.TypeFilter
the type of log record to accept.
m_Level - Variable in class adams.gui.core.ConsolePanel.ConsolePanelOutputStream
the level to use.
m_Level - Variable in class adams.gui.event.ConsolePanelEvent
the logging level.
m_LevelAttributeSets - Variable in class adams.gui.core.ConsolePanel.OutputPanel
the level/color association.
m_LevelComparator - Static variable in class adams.core.logging.LoggingHelper
for comparing levels.
m_Levels - Variable in class adams.flow.standalone.ConsoleWindow
the logging levels to display.
m_Limit - Variable in class adams.data.textrenderer.AbstractLimitedTextRenderer
the maximum to render.
m_Limit - Variable in class adams.db.AbstractLimitedConditions
the maximum number of records.
m_Limit - Variable in class adams.flow.control.StorageQueueHandler
the limit for the queue (-1 is unlimited).
m_Limit - Variable in class adams.flow.sink.ActualVsPredictedPlot
the limit type.
m_Limit - Variable in class adams.flow.sink.sequenceplotter.SimplePruning
the size limit for sequences.
m_Limit - Variable in class adams.flow.standalone.QueueInit
the limit of the queue (<= 0 is unlimited).
m_Limit - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.output.ClassifierErrors
the limit type.
m_LimitMax - Variable in class adams.parser.spreadsheetquery.ParserHelper
the limit.
m_LimitOffset - Variable in class adams.parser.spreadsheetquery.ParserHelper
the offset for the limit.
m_LimitPaintlet - Variable in class adams.flow.sink.ControlChartPlot
the paintlet to use for painting the limits.
m_Limits - Variable in class adams.flow.sink.ControlChartPlot
the limits to use.
m_Line - Variable in class adams.gui.visualization.stats.probabilityplot.ProbabilityPlot
Whether a best fit line is drawn
m_LinearReg - Variable in class weka.classifiers.trees.RandomRegressionForest.Node
 
m_LineColor - Variable in class adams.gui.core.DragAndDropTabbedPane
 
m_LineColor - Variable in class adams.gui.visualization.stats.paintlet.AbstractZScorePaintlet
the line color.
m_LineCount - Variable in class adams.data.io.input.LineByLineTextReader
lines read so far.
m_LineNo - Variable in class adams.gui.tools.ConsoleOutputAnalyzerPanel.ConsoleOutputEntry
the line number of this entry in the output.
m_LineRect - Variable in class adams.gui.core.DragAndDropTabbedPane
 
m_Lines - Variable in class adams.gui.visualization.image.BoofCVDetectLineSegmentsImageOverlay
the sheet with the line definitions.
m_Lines - Variable in class adams.gui.visualization.image.BoofCVDetectLinesImageOverlay
the sheet with the line definitions.
m_LineWidth - Variable in class adams.flow.transformer.pdfproclet.Circle
the line width.
m_LineWidth - Variable in class adams.flow.transformer.pdfproclet.Line
the line width.
m_LineWidth - Variable in class adams.flow.transformer.pdfproclet.Rectangle
the line width.
m_LineWrap - Variable in class adams.flow.sink.Display
use line wrap.
m_LineWrap - Variable in class adams.flow.sink.HistoryDisplay
use line wrap.
m_LineWrap - Variable in class adams.gui.core.BufferHistoryPanel
use line wrap.
m_LineWrap - Variable in class adams.gui.tools.previewbrowser.PlainTextHandler
whether to perform line wrap.
m_Link - Variable in class adams.core.io.LocalFileObject
whether the file is a link.
m_LinkCallableActors - Variable in class adams.core.option.FlowStructureDotProducer
whether to link to callable actors.
m_LinkCallableActors - Variable in class adams.core.option.FlowStructureGraphMLProducer
whether to link to callable actors.
m_LinkDest - Variable in class adams.flow.source.RSync
 
m_Links - Variable in class adams.flow.source.RSync
 
m_List - Variable in class adams.core.discovery.genetic.AbstractGeneticDoubleDiscoveryHandler
the list of values.
m_List - Variable in class adams.core.discovery.genetic.AbstractGeneticFloatDiscoveryHandler
the list of values.
m_List - Variable in class adams.core.discovery.genetic.AbstractGeneticIntegerDiscoveryHandler
the list of values.
m_List - Variable in class adams.core.discovery.genetic.AbstractGeneticStringDiscoveryHandler
the list of values.
m_List - Variable in class adams.data.SortedList
the underlying list.
m_List - Variable in class adams.flow.processor.AbstractListingProcessor
for storing the list items.
m_List - Variable in class adams.flow.processor.ActorLocationsPanel
the list.
m_List - Variable in class adams.flow.transformer.SelectArraySubset
the list in use.
m_List - Variable in class adams.gui.core.AbstractNamedHistoryPanel
the JList listing the history entries.
m_List - Variable in class adams.gui.core.FilePanel
the List for the non-detailed view.
m_List - Variable in class adams.gui.core.JComponentList.CheckBoxListItem
the list this item belongs to.
m_List - Variable in class adams.gui.core.JComponentList.LabelListItem
the list this item belongs to.
m_List - Variable in class adams.gui.flow.tabhandler.ParsedErrorHandler.ParseOutput
the list with the paths.
m_List - Variable in class adams.gui.tools.wekamultiexperimenter.setup.ClassifierPanel
for listing the classifiers.
m_List - Variable in class adams.gui.tools.wekamultiexperimenter.setup.DatasetPanel
for listing the files.
m_List - Variable in class adams.gui.visualization.container.AbstractContainerManager
the containers.
m_List - Variable in class adams.gui.wizard.ListPage
the parameter panel for displaying the parameters.
m_ListAdditionalAttributes - Variable in class adams.gui.visualization.instance.LoadDatasetDialog
the list of additional attribute values to store in the report.
m_ListAdditionalAttributes - Variable in class adams.gui.visualization.spreadsheet.LoadSpreadSheetDialog
the list of additional attribute values to store in the report.
m_ListAdditionalAttributesModel - Variable in class adams.gui.visualization.instance.LoadDatasetDialog
the model for the additional attributes.
m_ListAdditionalAttributesModel - Variable in class adams.gui.visualization.spreadsheet.LoadSpreadSheetDialog
the model for the additional attributes.
m_ListArchiveFiles - Variable in class adams.gui.tools.PreviewBrowserPanel
the list with the archive files.
m_ListAvailableAttributes - Variable in class adams.gui.visualization.stats.boxplot.BoxPlotManager
Object that contains a list and a group of buttons for choosing attributes
m_ListChosenAttributes - Variable in class adams.gui.visualization.stats.boxplot.BoxPlotManager
Object that contains a list and a group of buttons for removing attributes
m_ListClasses - Variable in class adams.gui.tools.ClassHelpPanel
the flow editor for displaying flows.
m_ListClasses - Variable in class adams.gui.tools.ConfigureOptionHandlerPanel
the flow editor for displaying flows.
m_ListCommonIDs - Variable in class adams.gui.tools.wekainvestigator.tab.CompareTab
the JList with the common IDs.
m_ListCompounds - Variable in class adams.gui.visualization.report.ReportFactory.StandardsDialog
the listbox with the selected compound/min/max items.
m_ListContentHandlers - Variable in class adams.gui.tools.previewbrowser.PreviewDisplay
the list of content handler objects (aligned with combobox).
m_ListDefaults - Variable in class adams.gui.core.PropertiesParameterPanel
the property/list default relation.
m_ListDirs - Variable in class adams.core.io.lister.AbstractDirectoryLister
whether to list directories.
m_ListDirs - Variable in class adams.flow.source.FTPLister
Deprecated.
whether to list directories.
m_ListDirs - Variable in class adams.gui.wizard.SelectMultipleDirectoriesPage
the list for the dir names.
m_ListDirsFirst - Variable in class adams.core.io.FileObjectComparator
whether to list directoris first.
m_Listener - Variable in class adams.flow.execution.DefaultFlowExecutionListeningSupporter
the listener to use.
m_Listener - Variable in class adams.gui.chooser.AbstractExtensionFileFilterFileChooser
the propertychangelistener.
m_Listener - Variable in class adams.gui.print.JComponentWriterFileChooser
the propertychangelistener.
m_Listener - Variable in class adams.gui.visualization.object.tools.AbstractTool
the mouse listener.
m_Listener - Variable in class adams.gui.visualization.segmentation.tool.AbstractTool
the mouse listener.
m_ListenerPanel - Variable in class adams.flow.execution.AbstractGraphicalFlowExecutionListener
the listener panel.
m_ListenerPanel - Variable in class adams.flow.execution.MultiListener
the listener panel.
m_Listeners - Variable in class adams.flow.core.PauseStateManager
the listeners.
m_Listeners - Variable in class adams.flow.execution.MultiListener
the listeners.
m_Listeners - Variable in class adams.gui.core.AbstractRecentItemsHandler
the event listeners.
m_Listeners - Variable in class adams.gui.core.ConsolePanel
the listeners.
m_Listeners - Variable in class adams.gui.core.Undo
the list of listeners.
m_Listeners - Variable in class adams.gui.dialog.ComposeEmailPanel
the send listeners.
m_Listeners - Variable in class adams.gui.visualization.instances.InstancesTableModel
the listeners
m_Listeners - Variable in class adams.multiprocess.JobList
the listeners listening for all jobs to be completed.
m_ListEngines - Variable in class adams.gui.tools.remotecontrolcenter.RemoteControlCenterEnginesPanel
list for the scripting engines.
m_Lister - Variable in class adams.flow.source.DirectoryLister
for listing the contents.
m_Lister - Variable in class adams.flow.source.filesystemsearch.AbstractFtpDirectoryListerBasedSearchlet
for listing the contents.
m_Lister - Variable in class adams.flow.source.filesystemsearch.AbstractLocalDirectoryListerBasedSearchlet
for listing the contents.
m_Lister - Variable in class adams.flow.source.filesystemsearch.AbstractSftpDirectoryListerBasedSearchlet
for listing the contents.
m_Lister - Variable in class adams.flow.source.filesystemsearch.AbstractSmbDirectoryListerBasedSearchlet
for listing the contents.
m_Lister - Variable in class adams.flow.standalone.DeleteDir
for listing the contents.
m_Lister - Variable in class adams.flow.standalone.DeleteFile
for listing the contents.
m_Lister - Variable in class adams.gui.core.FilePanel
for listing the content of the directory.
m_Lister - Variable in class adams.gui.tools.FindInFilesPanel
the file lister to use.
m_ListFiles - Variable in class adams.core.io.lister.AbstractDirectoryLister
whether to list files.
m_ListFiles - Variable in class adams.flow.source.FTPLister
Deprecated.
whether to list files.
m_ListFiles - Variable in class adams.gui.wizard.SelectMultipleFilesPage
the list for the file names.
m_ListFiles - Variable in class adams.gui.wizard.WekaSelectMultipleDatasetsPage
the list for the file names.
m_ListFontFace - Variable in class adams.gui.chooser.PdfFontChooserPanel
The face chooser.
m_ListFontName - Variable in class adams.gui.chooser.FontChooserPanelWithPreview
The font name chooser.
m_ListFontName - Variable in class adams.gui.chooser.PdfFontChooserPanel
The font name chooser.
m_ListFontSize - Variable in class adams.gui.chooser.FontChooserPanelWithPreview
The font size chooser.
m_ListFontSize - Variable in class adams.gui.chooser.PdfFontChooserPanel
The font size chooser.
m_ListIDs - Variable in class adams.gui.tools.wekainvestigator.tab.InstanceTab
the list with instance IDs to display.
m_ListItems - Variable in class adams.gui.core.AbstractQuickSearchPanel
the flow editor for displaying the items.
m_ListItems - Variable in class adams.gui.flow.tab.Clipboard
for storing the clipboard items.
m_ListItemsModel - Variable in class adams.gui.flow.tab.Clipboard
the underlying list model.
m_ListLocalFiles - Variable in class adams.gui.tools.PreviewBrowserPanel
the list with the local files.
m_ListLocalFilesRenderer - Variable in class adams.gui.tools.PreviewBrowserPanel
the renderer for the local files.
m_ListModel - Variable in class adams.flow.transformer.SelectArraySubset
the list model to use.
m_ListModel - Variable in class adams.gui.core.AbstractNamedHistoryPanel
the underlying list model.
m_ListModel - Variable in class adams.gui.goe.GenericArrayEditor
The defaultlistmodel holding our data.
m_ListModelBackup - Variable in class adams.gui.goe.GenericArrayEditor
The defaultlistmodel holding the backup of our data.
m_ListModelFavorites - Variable in class adams.gui.tools.FavoritesManagementPanel
the list model for the superclasses.
m_ListModelFiltered - Variable in class adams.gui.core.AbstractNamedHistoryPanel
the filtered model.
m_ListModelSuperclass - Variable in class adams.gui.tools.FavoritesManagementPanel
the list model for the superclasses.
m_ListNames - Variable in class adams.gui.wizard.WizardPane
the list for displaying the page names.
m_ListOnly - Variable in class adams.flow.source.RSync
 
m_ListPoints - Variable in class adams.gui.visualization.image.AbstractPointOverlayFromReport.LocatedPointsPanel
the list with the objects.
m_ListResults - Variable in class adams.gui.tools.FindInFilesPanel
for listing the files that matched.
m_ListRows - Variable in class adams.gui.visualization.instance.InstanceComparePanel
the JLiast with the rows.
m_ListRowsModel - Variable in class adams.gui.visualization.instance.InstanceComparePanel
the model for the combobox with the rows.
m_Lists - Variable in class adams.gui.core.PropertiesParameterPanel
the property/lists relation.
m_ListSelectionListeners - Variable in class adams.gui.visualization.container.AbstractContainerList
the list selection listeners to manage.
m_ListStorageNames - Variable in class adams.gui.flow.tab.StorageNamesTab
for listing all the names.
m_ListVariables - Variable in class adams.gui.flow.tab.VariablesTab
for listing all the variables.
m_Live - Variable in class adams.flow.control.HeapDump
whether to output only live objects.
m_LoadDialog - Variable in class adams.gui.tools.DiffPanel
the dialog for opening the files.
m_Loader - Variable in class adams.data.io.input.AbstractWekaSpreadSheetReader
the file loader to use.
m_Loader - Variable in class adams.gui.chooser.DatasetFileChooserPanel
the current loader.
m_Loader - Variable in class adams.gui.tools.wekainvestigator.data.FileContainer
the reader used to load the data.
m_Loader - Variable in class adams.gui.tools.wekainvestigator.data.TextDirectoryLoaderContainer
the generator used to load the data.
m_Loader - Variable in class adams.gui.tools.wekainvestigator.source.TextDirectory
the last config.
m_LoadFromDatabaseDialog - Variable in class adams.gui.visualization.instance.InstanceExplorer
the SQL viewer dialog.
m_LoadFromDisk - Variable in class adams.scripting.command.flow.GetFlow
whether to load the flow from disk.
m_LoadFromDiskDialog - Variable in class adams.gui.visualization.instance.InstanceExplorer
the dialog for loading datasets.
m_LoadFromDiskDialog - Variable in class adams.gui.visualization.spreadsheet.SpreadSheetExplorer
the dialog for loading datasets.
m_Loadings - Variable in class adams.data.instancesanalysis.PCA
the loadings.
m_Loadings - Variable in class adams.data.instancesanalysis.PLS
the loadings.
m_Loadings - Variable in class adams.ml.preprocessing.supervised.PLS
the loadings.
m_LoadingsCalculations - Variable in class weka.attributeSelection.AbstractPLSAttributeEval
for how to use the loadings.
m_LoadMetaData - Variable in class adams.flow.transformer.ImageFileReader
whether to load the meta-data as well (if present).
m_Local - Variable in class weka.classifiers.meta.SocketFacade
the return address for the remote process to use.
m_Locale - Static variable in class adams.core.DateUtils
the locale to use.
m_Locale - Variable in class adams.data.conversion.DoubleToString
the locale to use.
m_Locale - Variable in class adams.data.conversion.LowerCase
the locale to use.
m_Locale - Variable in class adams.data.conversion.StringToDouble
the locale to use.
m_Locale - Variable in class adams.data.conversion.UpperCase
the locale to use.
m_Locale - Variable in class adams.data.io.input.AutoWidthTabularSpreadSheetReader
the locale to use.
m_Locale - Variable in class adams.data.io.input.CsvSpreadSheetReader
the locale to use.
m_Locale - Variable in class adams.data.io.input.FixedTabularSpreadSheetReader
the locale to use.
m_Locale - Variable in class adams.data.io.input.SimpleCsvSpreadSheetReader
the locale to use.
m_Locale - Variable in class adams.data.io.output.AbstractFormattedSpreadSheetWriter
the locale to use.
m_Locale - Variable in class adams.data.io.output.AbstractMultiSheetFormattedSpreadSheetWriter
the locale to use.
m_Locale - Variable in class adams.data.spreadsheet.DefaultSpreadSheet
the current locale.
m_LocaleEnUS - Variable in class adams.core.management.LocaleHelper
en_US locale instance.
m_LocalFile - Variable in class adams.multiprocess.ScpJobRunner
the local file to deserialize the finished jobs from.
m_LocalFile - Variable in class adams.scripting.command.basic.RetrieveFile
the local file to save to.
m_LocalFilesActions - Variable in class adams.gui.tools.PreviewBrowserPanel
the actions for local files.
m_localGraphicsState - Variable in class adams.gui.print.PostscriptGraphics
The current local graphics state for this PostscriptGraphics object
m_LocalHost - Variable in class adams.console.Logging
the local host/port to use.
m_LocalHost - Variable in class adams.multiprocess.ScpJobRunner
the local host.
m_LocalMaxRadius - Variable in class adams.flow.transformer.BoofCVDetectLines
Radius for local maximum suppression.
m_LocalOperations - Variable in class adams.core.io.fileoperations.AbstractRemoteFileOperations
for local file operations.
m_LocalPort - Variable in class adams.scripting.connection.AbstractSSHConnectionWithPortForwarding
the local port for the SSH tunnel.
m_LocalStorage - Variable in class adams.flow.control.LocalScopeTransformer
the storage for temporary data.
m_LocalStorage - Variable in class adams.flow.control.LocalScopeTrigger
the storage for temporary data.
m_LocalVariables - Variable in class adams.flow.control.LocalScopeTransformer
the variables manager.
m_LocalVariables - Variable in class adams.flow.control.LocalScopeTrigger
the variables manager.
m_LocatedObjects - Variable in class adams.gui.visualization.image.AbstractObjectOverlayFromReport.LocatedObjectsPanel
the located objects.
m_LocatedObjects - Variable in class adams.gui.visualization.image.AbstractPointOverlayFromReport.LocatedPointsPanel
the located objects.
m_LocatedObjects - Variable in class adams.gui.visualization.image.ObjectAnnotations.LocatedObjectsPanel
the located objects.
m_LocatedObjects - Variable in class adams.gui.visualization.object.annotationsdisplay.DefaultAnnotationsDisplayPanel
the cached located objects.
m_Location - Variable in class adams.flow.control.Injector
where to inject the string.
m_Location - Variable in class adams.gui.core.DragAndDropTabbedPane.GhostGlassPane
 
m_Location - Variable in class adams.gui.core.OneTouchPanel
the location of the button when hidden.
m_Location - Variable in class adams.gui.core.ToolBarPanel
the location of the toolbar.
m_Locations - Variable in class adams.flow.processor.ActorLocationsPanel
the locations.
m_Locations - Variable in class adams.flow.transformer.ArrayHistogramRanges
the array of indices expressions.
m_Locations - Variable in class adams.flow.transformer.ArrayStatistic
the array of indices expressions.
m_Locations - Variable in class adams.flow.transformer.SpreadSheetHistogramRanges
the array of indices/regular expressions.
m_Locations - Variable in class adams.flow.transformer.SpreadSheetStatistic
the array of indices/regular expressions.
m_Locations - Variable in class adams.flow.transformer.WekaInstancesHistogramRanges
the array of indices/regular expressions.
m_Locations - Variable in class adams.flow.transformer.WekaInstancesStatistic
the array of indices/regular expressions.
m_Locations - Variable in class adams.gui.visualization.image.AbstractReportBasedOverlayHelper
the cached locations.
m_Locations - Variable in class adams.gui.visualization.image.HighlightLocations
the list of locations to highlight.
m_Locations - Variable in class adams.gui.visualization.image.leftclick.AbstractSelectionRectangleBasedLeftClickProcessor
the current rectangles.
m_Locations - Variable in class adams.gui.visualization.image.selection.AbstractSelectionRectangleBasedSelectionProcessor
the current rectangles.
m_Locations - Variable in class adams.gui.visualization.object.annotator.AbstractPointAnnotator
the current rectangles.
m_Locations - Variable in class adams.gui.visualization.object.annotator.AbstractRectangleBasedAnnotator
the current rectangles.
m_LocationsUpdatedListeners - Variable in class adams.gui.visualization.image.AbstractObjectOverlayFromReport
the listeners for locations updates.
m_LocationsUpdatedListeners - Variable in class adams.gui.visualization.image.AbstractPointOverlayFromReport
the listeners for locations updates.
m_LocationsUpdatedListeners - Variable in class adams.gui.visualization.object.overlay.AbstractObjectOverlayFromReport
the listeners for locations updates.
m_LocationsUpdatedListeners - Variable in class adams.gui.visualization.object.overlay.AbstractPointOverlayFromReport
the listeners for locations updates.
m_Locator - Variable in class adams.flow.transformer.locateobjects.AbstractMetaObjectLocator
the base locator.
m_Locator - Variable in class adams.flow.transformer.LocateObjects
the algorithm to use.
m_Locked - Variable in class adams.multiprocess.JobList
indicates whether a queue has been added to a JobRunner and can no longer be modified.
m_locker - Variable in class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeVisualizationPanel
Lock variable to synchronize the different threads running currently in this class.
m_loClassifier - Variable in class weka.classifiers.meta.HighLowSplit
 
m_loClassifier - Variable in class weka.classifiers.meta.HighLowSplitSingleClassifier
 
m_Log - Variable in class adams.flow.control.AbstractDataContainerFileChecker
the (optional) log file to write the expired items to.
m_Log - Variable in class adams.flow.control.errorpostprocessor.OutOfMemory
the callable name.
m_Log - Variable in class adams.flow.standalone.QueueInit
the callable name for the log.
m_Log - Variable in class adams.gui.core.ConsolePanel
the name of the log file.
m_Log - Variable in class adams.gui.tools.remotecontrolcenter.panels.AdvancedTab
the log for the responses.
m_Log - Variable in class adams.gui.tools.remotecontrolcenter.panels.RemoteFlowCommandsTab
the log for the responses.
m_Log - Variable in class adams.gui.tools.remotecontrolcenter.panels.RemoteLoggingTab
the log for the responses.
m_Log - Variable in class adams.gui.tools.wekainvestigator.InvestigatorPanel
the log.
m_Log - Variable in class adams.gui.tools.wekainvestigator.output.AbstractResultItem
the log.
m_Log - Variable in class adams.scripting.requesthandler.SimpleLogPanelRequestHandler
the log to use.
m_Log - Variable in class adams.scripting.responsehandler.SimpleLogPanelResponseHandler
the log to use.
m_Log - Variable in class weka.gui.explorer.ExperimentPanel
The destination for log/status messages.
m_Log - Variable in class weka.gui.explorer.SqlPanel
The destination for log/status messages
m_LogActor - Variable in class adams.flow.control.errorpostprocessor.OutOfMemory
the callable log actor.
m_LogActor - Variable in class adams.flow.standalone.QueueInit
the log actor.
m_LogActorSetup - Variable in class adams.flow.control.errorpostprocessor.OutOfMemory
whether the callable log actor has been set up.
m_LogEntries - Variable in class adams.flow.control.Flow
for storing the LogEntry records.
m_LogErrors - Variable in class adams.flow.control.Flow
whether to store errors (as LogEntry records).
m_LogFile - Variable in class adams.core.logging.FileHandler
the log file to use.
m_LogFile - Variable in class adams.flow.execution.ExecutionCounter
the file to write to.
m_LogFile - Variable in class adams.flow.execution.ExecutionLog
the file to write to.
m_LogFile - Variable in class adams.flow.source.RSync
 
m_LogFile - Variable in class adams.flow.standalone.ConsoleWindow
the file to save the log messages to.
m_LogFile - Variable in class adams.gui.scripting.ScriptingLogger
the file to log the commands to.
m_LogFileFormat - Variable in class adams.flow.source.RSync
 
m_LogFormat - Variable in class adams.flow.sink.simplelogging.format.TimestampedFormat
the format string.
m_LogFormat - Variable in class adams.gui.scripting.ScriptingLogger
the logging format.
m_Logger - Variable in class adams.core.logging.ConsoleLoggingObject
the logger in use.
m_Logger - Variable in class adams.core.logging.LoggingObject
the logger in use.
m_Logger - Variable in class adams.core.management.Launcher
for logging.
m_Logger - Static variable in class adams.data.utils.LOWESS
the logger.
m_Logger - Variable in class adams.flow.transformer.locateobjects.LocatedObjects
the logger in use.
m_Logger - Variable in class adams.flow.websocket.client.SimpleSend
for logging purposes.
m_Logger - Variable in class adams.flow.websocket.client.SimpleSendWithQueue
for logging purposes.
m_Logger - Variable in class adams.flow.websocket.server.EchoServer
for logging purposes.
m_Logger - Variable in class adams.gui.application.AbstractApplicationFrame
the logger to use.
m_Logger - Variable in class adams.gui.core.AbstractBaseTableModel
the logger in use.
m_Logger - Variable in class adams.gui.core.BaseFrame
for logging.
m_Logger - Variable in class adams.gui.core.BaseWindow
the logger.
m_Logger - Variable in class adams.gui.flow.FlowPanel
the logger instance.
m_Logger - Variable in class adams.gui.goe.AbstractEditorRegistration
the logger in use.
m_Logger - Variable in class adams.gui.tools.FindInFilesPanel
for logging.
m_Logger - Variable in class adams.gui.tools.SSHPanel
the logger in use.
m_Logger - Variable in class adams.gui.wizard.AbstractWizardPane
the logger to use.
m_LoggerLevel - Variable in class adams.flow.sink.JavaLogging
the logger level.
m_LoggerName - Variable in class adams.flow.sink.JavaLogging
the logger name.
m_Logging - Variable in class adams.flow.control.StorageQueueHandler
the (optional) logging actor.
m_Logging - Variable in class adams.gui.core.MaximizationFixWindowListener
whether to output some logging information.
m_LoggingAtLeastFine - Variable in class adams.data.io.input.ExcelStreamingSpreadSheetReader.SheetHandler
whether logging is at least fine.
m_LoggingEnabled - Variable in class adams.gui.scripting.AbstractScriptingEngine
whether logging is enabled.
m_LoggingHost - Variable in class adams.scripting.command.basic.StartRemoteLogging
the logging host (local machine).
m_LoggingHost - Variable in class adams.scripting.command.basic.StopRemoteLogging
the logging host.
m_LoggingIsEnabled - Variable in class adams.core.logging.LoggingObject
whether logging is enabled.
m_LoggingIsEnabled - Variable in class adams.gui.core.AbstractBaseTableModel
whether logging is enabled.
m_LoggingLevel - Variable in class adams.core.logging.LoggingObject
the logging level.
m_LoggingLevel - Variable in class adams.db.ConnectionParameters
the logging level.
m_LoggingLevel - Variable in class adams.gui.application.AbstractApplicationFrame
the logging level.
m_LoggingLevel - Variable in class adams.gui.core.AbstractBaseTableModel
the logging level.
m_LoggingListeners - Variable in class adams.core.logging.AbstractLogHandler
the log listeners.
m_LoggingPrefix - Variable in class adams.core.command.stderr.Log
the logging prefix.
m_LoggingPrefix - Variable in class adams.core.command.stdout.Log
the logging prefix.
m_LoggingPrefix - Variable in class adams.flow.control.AbstractDirector
the prefix for logging messages.
m_LoggingPrefix - Variable in class adams.flow.core.AbstractActor
the logging prefix.
m_LoggingPrefixFormat - Variable in class adams.core.command.stderr.Log
the logging prefix to use.
m_LoggingPrefixFormat - Variable in class adams.core.command.stdout.Log
the logging prefix to use.
m_LoggingStarted - Variable in class adams.flow.sink.LogDumper
whether the log file has been started.
m_LogIsDir - Variable in class adams.core.logging.FileHandler
whether the file points to a directory.
m_LogLevelCache - Static variable in class adams.core.logging.LoggingHelper
the cache for the loglevels.
m_LogManager - Static variable in class adams.core.logging.LogManager
the singleton instance of the log manager.
m_Logo - Variable in class adams.env.Modules.Module
the logo.
m_LogoName - Variable in class adams.env.Modules.Module
the logo name.
m_LogOther - Variable in class adams.gui.tools.remotecontrolcenter.RemoteControlCenterLogPanel
the log for other messages.
m_LogPanel - Variable in class adams.gui.tools.wekainvestigator.output.AbstractResultItem
the log component.
m_LogPanel - Variable in class adams.gui.tools.wekainvestigator.tab.LogTab
the log panel.
m_LogRequest - Variable in class adams.gui.tools.remotecontrolcenter.RemoteControlCenterLogPanel
the request log.
m_LogResponse - Variable in class adams.gui.tools.remotecontrolcenter.RemoteControlCenterLogPanel
the response log.
m_LogSource - Variable in class adams.flow.control.Rejector
the source to fill in the log entries.
m_LogSource - Variable in class adams.flow.transformer.MakeLogEntry
the source to fill in the log entries.
m_LogType - Variable in class adams.flow.transformer.MakeLogEntry
the type of log entries to produce.
m_LogUsed - Variable in class adams.core.logging.AbstractLogHandler
whether the log has been used.
m_loHipoint - Variable in class weka.classifiers.meta.HighLowSplit
 
m_loHipoint - Variable in class weka.classifiers.meta.HighLowSplitSingleClassifier
 
m_Long - Variable in class adams.gui.core.SearchParameters
not null if the search string is a long.
m_Lookup - Variable in class adams.data.objectfilter.RenameLabels
the lookup table.
m_LookUp - Variable in class adams.flow.standalone.ConsoleWindow
the lookup for the types.
m_Lookup2 - Variable in class adams.tools.CompareDatasets
the lookup table of indices for the second dataset.
m_LookUps - Variable in class adams.data.groupextraction.SpreadSheetCellWithLookUp
the lookup values.
m_LoopLower - Variable in class adams.flow.source.AbstractForLoop
the lower bound of the for loop.
m_LoopLower - Variable in class adams.flow.source.newlist.ForLoop
the lower bound of the for loop.
m_LoopMenu - Variable in class adams.flow.template.SimpleMenu
whether to loop the menu.
m_LoopStep - Variable in class adams.flow.source.AbstractForLoop
the step size.
m_LoopStep - Variable in class adams.flow.source.newlist.ForLoop
the step size.
m_LoopUpper - Variable in class adams.flow.source.AbstractForLoop
the upper bound of the for loop.
m_LoopUpper - Variable in class adams.flow.source.newlist.ForLoop
the upper bound of the for loop.
m_LoopVariable - Variable in class adams.flow.template.SimpleMenu
the variable for storing the loop state.
m_Lower - Variable in class adams.core.base.BaseInterval
the lower bound of the interval.
m_Lower - Variable in class adams.data.spc.Limits
the lower limit.
m_Lower - Variable in class adams.data.spreadsheet.filter.Normalize
the lower bound.
m_Lower - Variable in class adams.data.statistics.ArrayNormalizeRange
the lower bound.
m_Lower - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.Predictions
the lower value to compute.
m_Lower - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.SamplePlot
the lower value to compute.
m_Lower - Variable in class adams.gui.visualization.stats.boxplot.BoxPlotGraph
lower quartile for attribute
m_LowerBound - Variable in class adams.core.option.AbstractNumericOption
the lower bound for numeric values.
m_LowerBound - Variable in class adams.data.distribution.Uniform
the lower bound.
m_LowerBound - Variable in class adams.gui.core.NumberTextField.BoundedNumberCheckModel
the lower bound (null for unbounded).
m_LowerBound - Variable in class adams.gui.goe.AbstractNumberEditor
the lower bound.
m_LowerInclusive - Variable in class adams.core.base.BaseInterval
whether the lower is inclusive.
m_LOWESS - Variable in class adams.data.smoothing.AbstractLOWESSBased
the LOWESS filter in use.
m_LowThreshold - Variable in class adams.data.boofcv.transformer.CannyEdgeDetection
the low threshold to use.
m_LR - Variable in class weka.core.WeightedEuclideanDistance
 
m_LR - Variable in class weka.core.WeightedEuclideanDistanceRidge
 
m_Luminance - Variable in class adams.data.image.transformer.Grayscale
the luminance parameters to use.
m_Main - Variable in class adams.multiprocess.RemoteCommandJobRunner.RemoteCommandGrabber
the main.
m_Main - Variable in class adams.scripting.engine.DefaultMainScriptingEngine.RemoteCommandGrabber
the main.
m_Main - Variable in class adams.scripting.engine.DefaultWorkerScriptingEngine
the connection to the main engine node.
m_MainClass - Variable in class adams.core.management.Launcher
the main class to launch.
m_MainFilter - Variable in class weka.filters.FilteredFilter
The main filter to apply to the data.
m_MainSplitPane - Variable in class adams.gui.visualization.image.ImagePanel
for displaying image and properties.
m_MakeClassLast - Variable in class adams.flow.transformer.WekaMultiLabelSplitter
whether to move the class attribute to the end.
m_MakeCompliant - Variable in class adams.data.conversion.StringToFile
whether to fix the name part of the filename, in order to make it file-system compliant.
m_MakeFilename - Variable in class adams.data.id.AbstractIDFilenameGenerator
whether to make the ID filename compliant.
m_MakeThreadSafe - Variable in class adams.flow.transformer.WekaModelReader
whether to wrap the model in a threadsafe wrapper.
m_Managed - Variable in class adams.core.option.JenericCmdline
the classes/interfaces to manage.
m_Manager - Variable in class adams.flow.setup.FlowSetup
the manager this setup belongs to.
m_Manager - Variable in class adams.gui.flow.FlowControlCenterPanel
for managing the setups.
m_Manager - Variable in class adams.gui.flow.setup.FlowSetupTableModel
the underlying setups.
m_Manager - Variable in class adams.gui.visualization.container.AbstractContainer
the manager this container belongs to.
m_Manager - Variable in class adams.gui.visualization.container.ContainerModel
the underlying data.
m_Manager - Variable in class adams.gui.visualization.container.DataContainerPanel
holds the data.
m_Manager - Variable in class adams.gui.visualization.segmentation.layer.AbstractLayer
the layer manager.
m_Manager - Variable in class adams.gui.visualization.segmentation.SegmentationPanel
layer manager.
m_Managers - Variable in class adams.core.classmanager.ClassManager
the class managers.
m_Manual - Variable in class adams.flow.execution.debug.ControlPanel
whether the user has modified the view and it should be left alone.
m_Manual - Variable in class weka.classifiers.BestBinnedNumericClassRandomSplitGenerator
for generating class distributions.
m_ManualClassifier - Variable in class adams.flow.transformer.indexedsplitsrunsevaluation.InstancesIndexedSplitsRunsEvaluation
a programmatically supplied classifier.
m_ManualClassifier - Variable in class adams.flow.transformer.indexedsplitsrunspredictions.InstancesIndexedSplitsRunsPredictions
a programmatically supplied classifier.
m_ManuallyResized - Variable in class adams.gui.visualization.container.ContainerTable
whether a manual resize occurred.
m_ManualMarginBottom - Variable in class adams.gui.visualization.core.axis.AbstractAxisModel
the manual bottom margin.
m_ManualMarginTop - Variable in class adams.gui.visualization.core.axis.AbstractAxisModel
the manual top margin.
m_ManualMax - Variable in class adams.data.binning.algorithm.ManualBinning
the manual maximum.
m_ManualMax - Variable in class adams.data.statistics.ArrayHistogram
the manual maximum.
m_ManualMax - Variable in class adams.flow.transformer.ArrayHistogramRanges
the manual maximum.
m_ManualMax - Variable in class adams.flow.transformer.SpreadSheetHistogramRanges
the manual maximum.
m_ManualMax - Variable in class adams.flow.transformer.WekaInstancesHistogramRanges
the manual maximum.
m_ManualMaximum - Variable in class adams.gui.visualization.core.axis.AbstractAxisModel
the manual maximum.
m_ManualMin - Variable in class adams.data.binning.algorithm.ManualBinning
the manual minimum.
m_ManualMin - Variable in class adams.data.statistics.ArrayHistogram
the manual minimum.
m_ManualMin - Variable in class adams.flow.transformer.ArrayHistogramRanges
the manual minimum.
m_ManualMin - Variable in class adams.flow.transformer.SpreadSheetHistogramRanges
the manual minimum.
m_ManualMin - Variable in class adams.flow.transformer.WekaInstancesHistogramRanges
the manual minimum.
m_ManualMinimum - Variable in class adams.gui.visualization.core.axis.AbstractAxisModel
the manual minimum.
m_Map - Variable in class adams.core.LRUCache
the cache.
m_Map - Variable in class adams.data.SharedStringsTable
the string / index relation.
m_MapClass - Variable in class adams.data.conversion.SpreadSheetToMap
the map class to use.
m_MapClass - Variable in class adams.flow.source.NewMap
the class for the map.
m_Mapping - Variable in class adams.core.classmanager.ClassManager
the relation between classname and manager.
m_Mapping - Variable in class adams.core.option.Conversion
the mapping (exact classname replacement).
m_Mapping - Variable in class adams.data.AbstractAnonymizer
the current mapping (actual value <-> random).
m_Mapping - Variable in class adams.db.ColumnMapping
name -> type mapping
m_Mapping - Variable in class adams.flow.transformer.SpreadSheetAnonymize
the column/anonymizer mapping.
m_Mapping - Variable in class adams.gui.visualization.object.objectannotations.colors.TypeColorMapping
the type/color mapping.
m_Mapping - Variable in class weka.filters.unsupervised.attribute.NominalToNumeric
the mapping between label and new value.
m_MappingOption - Variable in class adams.core.option.Conversion
the mapping (option renaming: class - [-old, -new]).
m_MappingPartial - Variable in class adams.core.option.Conversion
the mapping (partial renaming).
m_MappingPartialOrder - Variable in class adams.core.option.Conversion
the partial mapping order.
m_MappingProperty - Variable in class adams.core.option.Conversion
the mapping (property renaming: class - [oldProp, newProp]).
m_Mappings - Variable in class adams.flow.transformer.ViaAnnotationsToReports
the label mappings converted into a Map of (key,value) pairs.
m_MappingX - Variable in class adams.data.sequence.XYSequence
string representations for the X values.
m_MappingY - Variable in class adams.data.sequence.XYSequence
string representations for the Y values.
m_Margin - Variable in class adams.data.barcode.encode.AbstractBarcodeEncoder
Margin around the barcode.
m_MarginBottom - Variable in class adams.gui.visualization.core.axis.AbstractAxisModel
the bottom margin.
m_MarginTop - Variable in class adams.gui.visualization.core.axis.AbstractAxisModel
the top margin.
m_MarkerContainerManager - Variable in class adams.flow.sink.sequenceplotter.SequencePlotterPanel
the manager for the marker sequences.
m_MarkerExtent - Variable in class adams.flow.sink.controlchartplot.ChartPaintlet
the maximum width/height of the shape to plot around the points (= data point marker), if there's enough space.
m_MarkerExtent - Variable in class adams.gui.visualization.instance.InstanceLinePaintlet
the maximum width/height of the shape to plot around the points (= data point marker), if there's enough space.
m_MarkerExtent - Variable in class adams.gui.visualization.sequence.LinePaintlet
the maximum width/height of the shape to plot around the points (= data point marker), if there's enough space.
m_MarkerExtent - Variable in class adams.gui.visualization.spreadsheet.SpreadSheetRowLinePaintlet
the maximum width/height of the shape to plot around the points (= data point marker), if there's enough space.
m_MarkerExtent - Variable in class adams.gui.visualization.timeseries.TimeseriesPaintlet
the maximum width/height of the shape to plot around the points (= data point marker), if there's enough space.
m_MarkerLength - Variable in class adams.flow.sink.sequenceplotter.SimpleErrorPaintlet
the length of the markers in case of SimpleErrorPaintlet.PlotType.BAR.
m_MarkerPaintlet - Variable in class adams.flow.sink.SequencePlotter
the paintlet to use for painting markers.
m_MarkerPaintlet - Variable in class adams.flow.sink.sequenceplotter.SequencePlotterPanel
the paintlet to use for marker paintlets.
m_Markers - Variable in class adams.gui.visualization.segmentation.layer.LayerManager
the marker points to draw.
m_MarkersEnabled - Variable in class adams.gui.visualization.instance.InstanceLinePaintlet
indicates whether marker shapes are painted or not.
m_MarkersEnabled - Variable in class adams.gui.visualization.sequence.LinePaintlet
indicates whether marker shapes are painted or not.
m_MarkersEnabled - Variable in class adams.gui.visualization.spreadsheet.SpreadSheetRowLinePaintlet
indicates whether marker shapes are painted or not.
m_MarkersEnabled - Variable in class adams.gui.visualization.timeseries.TimeseriesPaintlet
indicates whether marker shapes are painted or not.
m_Mask - Variable in class adams.data.image.transformer.SuppliedImageMask
the image in internal storage.
m_MaskMatrix - Variable in class adams.data.image.transformer.SuppliedImageMask
the mask image.
m_Matches - Variable in class adams.core.FindClass.Listener
the URLs that matched the search.
m_Matrix - Variable in class adams.data.image.transformer.LaplaceOfGaussian
the current matrix.
m_Matrix - Variable in class adams.flow.transformer.WekaGenericPLSMatrixAccess
the name of the matrix to extract.
m_Matrix - Variable in class adams.gui.tools.wekamultiexperimenter.analysis.AbstractResultsPanel
the underlying matrix.
m_MatrixNames - Variable in class weka.filters.supervised.attribute.MultiPLS
the matrix names.
m_MatrixOutput - Variable in class adams.flow.transformer.ImageObjectOverlapMatrix
what to output in the matrix.
m_MatrixType - Variable in class adams.flow.transformer.WekaExtractPLSMatrix
the matrix type to extract.
m_MatrixValues - Variable in class adams.data.imagesegmentation.operation.ConfusionMatrix
what values to generate.
m_MatrixValues - Variable in class adams.flow.transformer.ConfusionMatrix
what values to generate.
m_MatrixValues - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.output.ConfusionMatrix
what values to generate.
m_max - Variable in class adams.data.outlier.MinMax
max.
m_max - Variable in class adams.opt.optimise.genetic.PackDataDef.DataInfo
 
m_max - Variable in class adams.opt.optimise.OptVar
Maximum value this variable can assume.
m_max - Variable in class weka.classifiers.meta.AbstainAttributePercentile
 
m_max - Variable in class weka.classifiers.meta.AbstainLeastMedianSq
 
m_max - Variable in class weka.classifiers.trees.RandomModelTrees
 
m_Max - Variable in class adams.core.Index
the maximum number for the 1-based index.
m_Max - Variable in class adams.core.Memory
the maximum amount of memory that can be used.
m_Max - Variable in class adams.core.password.BruteForcePasswordGenerator
the maximum number of characters.
m_Max - Variable in class adams.core.Range
the maximum for the 1-based range.
m_Max - Variable in class adams.core.UnorderedRange
the maximum for the 1-based range.
m_Max - Variable in class adams.data.boofcv.features.Otsu
the max value.
m_Max - Variable in class adams.data.conversion.DoubleMatrixToBufferedImage
the fixed max.
m_Max - Variable in class adams.data.outlier.TimeseriesRange
the maximum acceptable value (incl).
m_Max - Variable in class adams.data.spreadsheet.filter.Normalize
the maximum value for a column.
m_Max - Variable in class adams.flow.source.IntegerRange
the maximum for the range.
m_Max - Variable in class adams.flow.transformer.WekaClassifierRanker
the maximum number of top-ranked classifiers to forward.
m_Max - Variable in class adams.gui.visualization.sequence.pointpreprocessor.Jitter
the maximum jitter in pixels.
m_Max - Variable in class adams.gui.visualization.stats.boxplot.BoxPlotGraph
maximum value for attribute
m_Max - Variable in class weka.filters.supervised.attribute.SIMPLSMatrixFilterFromGeneticString
 
m_Max - Variable in class weka.filters.unsupervised.instance.Scale
the maximum to use.
m_MaxActual - Variable in class weka.classifiers.meta.MinMaxLimits
the actual limit to use for the upper limit.
m_MaxAttributeNames - Variable in class adams.data.instancesanalysis.PCA
the maximum number of attribute names.
m_MaxAttributeNames - Variable in class adams.flow.transformer.WekaPrincipalComponents
the maximum number of attribute names to use.
m_MaxAttributes - Variable in class adams.data.instancesanalysis.PCA
the maximum number of attributes.
m_MaxAttributes - Variable in class adams.flow.transformer.WekaPrincipalComponents
the maximum number of attributes to keep.
m_MaxAttributes - Variable in class weka.filters.unsupervised.attribute.PrincipalComponentsJ
maximum number of attributes in the transformed data (-1 for all).
m_MaxAttributesToVisualize - Variable in class adams.gui.tools.wekainvestigator.tab.PreprocessTab
the maximum number of attributes to visualize (summary table/histogram).
m_MaxAttrsInName - Variable in class weka.core.neighboursearch.PCANNSearch
maximum number of attributes in the transformed attribute name.
m_MaxAttrsInName - Variable in class weka.filters.unsupervised.attribute.PrincipalComponentsJ
maximum number of attributes in the transformed attribute name.
m_MaxBin - Variable in class weka.classifiers.trees.XGBoost
Maximum number of discrete bins to bucket continuous features.
m_maxCanopyCandidates - Variable in class weka.clusterers.SAXKMeans
The maximum number of candidate canopies to hold in memory at any one time (if using canopy clustering)
m_MaxChars - Variable in class adams.gui.core.TitleGenerator
the maximum chars for shortening.
m_MaxClassColumns - Variable in class adams.ml.capabilities.Capabilities
the maximum number of class attributes (-1 is undefined).
m_MaxClassRangePercentage - Variable in class weka.classifiers.meta.MinMaxLimits
the percentage leeway for the class range of the upper limit (0-1 = 0-100%).
m_MaxColumnLength - Variable in class adams.data.spreadsheet.sql.Writer
the maximum length for column names.
m_MaxColumnLength - Variable in class adams.flow.sink.SpreadSheetDbWriter
the maximum length for column names.
m_MaxColumnOptimalColumnWidthCalc - Variable in class adams.gui.core.BaseTable
the maximum number of columns for optimal column width calculation.
m_MaxColumnOptimalHeaderWidthCalc - Variable in class adams.gui.core.BaseTable
the maximum number of columns for optimal header width calculation.
m_MaxColumns - Variable in class adams.ml.capabilities.Capabilities
the maximum number of columns (-1 is undefined).
m_MaxColumns - Variable in class adams.ml.preprocessing.unsupervised.PCA
the maximum number of attributes.
m_MaxColWidth - Variable in class adams.gui.tools.wekainvestigator.tab.DataTab
the default max column width.
m_MaxColWidth - Variable in class adams.gui.tools.wekainvestigator.tab.ScatterPlotTab
the default max column width.
m_MaxCommands - Variable in class adams.flow.transformer.ExecuteRemoteCommand
the maximum number of commands to allow in queue.
m_MaxCommands - Variable in class adams.scripting.engine.ManualFeedScriptingEngine
the maximum number of commands to allow in queue.
m_MaxCommentLength - Variable in class adams.gui.core.Undo
the maximum length for comments before shortening.
m_MaxConcurrentJobs - Variable in class adams.scripting.engine.AbstractScriptingEngineWithJobQueue
the number of concurrent jobs to allow.
m_MaxConnectAttempts - Variable in class adams.db.AbstractDatabaseConnection
the maximum number of allowed connection attempts for a driver/URL/user/pw combination.
m_MaxCount - Variable in class adams.gui.core.AbstractRecentItemsHandler
the maximum number of items to keep.
m_MaxDecimalPlaces - Variable in class weka.core.converters.SimpleArffSaver
Max number of decimal places for numeric values
m_MaxDecimals - Variable in class adams.data.io.output.SimpleArffSpreadSheetWriter
the maximum number of decimals to use for numeric values.
m_MaxDelete - Variable in class adams.flow.source.RSync
 
m_MaxDeltaStep - Variable in class weka.classifiers.trees.XGBoost
Maximum delta step.
m_MaxDepth - Variable in class adams.core.io.lister.AbstractRecursiveDirectoryLister
the maximum depth to look recursively (0 = only watch dir, -1 = infinite).
m_MaxDepth - Variable in class weka.classifiers.trees.XGBoost
The maximum depth of the tree.
m_MaxDifference - Variable in class weka.classifiers.meta.AbstainAverage
 
m_MaxDifference - Variable in class weka.classifiers.meta.AbstainAverageWithClassifierWeights
 
m_MaxDifference - Variable in class weka.classifiers.meta.AbstainVote
 
m_MaxDifferences - Variable in class weka.classifiers.meta.AbstainAverage
 
m_MaxDifferences - Variable in class weka.classifiers.meta.AbstainAverageWithClassifierWeights
 
m_MaxDifferences - Variable in class weka.classifiers.meta.AbstainVote
 
m_MaxDifferences_string - Variable in class weka.classifiers.meta.AbstainAverage
 
m_MaxDifferences_string - Variable in class weka.classifiers.meta.AbstainAverageWithClassifierWeights
 
m_MaxDifferences_string - Variable in class weka.classifiers.meta.AbstainVote
 
m_MaxDisplayItems - Variable in class adams.gui.goe.GenericArrayEditorPanel
the maximum number of array items to display via toString().
m_MaxDisplayItems - Variable in class adams.gui.goe.WekaGenericArrayEditorPanel
the maximum number of array items to display via toString().
m_Maxes - Variable in class weka.classifiers.meta.AbstainAverage
 
m_Maxes - Variable in class weka.classifiers.meta.AbstainAverageWithClassifierWeights
 
m_Maxes - Variable in class weka.classifiers.meta.AbstainVote
 
m_MaxFactor - Variable in class weka.filters.unsupervised.instance.WeightsBasedResample
the upper limit of the multiplication factor (<= 0 is not capped).
m_MaxFailures - Variable in class adams.console.Logging
the maximum number of connection failures to handle (-1 for indefinite).
m_MaxFailures - Variable in class adams.core.logging.RemoteSendHandler
the maximum number of failures to accept before removing itself (-1 for infinite).
m_MaxFailures - Variable in class adams.scripting.command.basic.StartRemoteLogging
the maximum number of failed send attempts to tolerate.
m_MaxFileTimestamp - Variable in class adams.core.io.lister.LocalDirectoryLister
the maximum file timestamp ("last modified").
m_MaxFitnessHistorySize - Variable in class adams.opt.genetic.AbstractGeneticAlgorithm
the maximum size of the fitness history.
m_MaxHandling - Variable in class weka.classifiers.meta.MinMaxLimits
how the upper limit is handled.
m_MaxHeight - Variable in class adams.flow.transformer.locateobjects.SizeFilter
the maximum height.
m_MaxHeight - Variable in class adams.flow.transformer.negativeregions.MaxDimensions
the maximum height.
m_MaxHeight - Variable in class adams.flow.transformer.negativeregions.RandomRegions
the maximum height.
m_MaximizationFixWindowListener - Variable in class adams.gui.core.BaseFrame
the maximization fix listener.
m_Maximum - Variable in class adams.core.discovery.genetic.AbstractGeneticDoubleDiscoveryHandler
the maximum.
m_Maximum - Variable in class adams.core.discovery.genetic.AbstractGeneticDoubleMatrixDiscoveryHandler
the maximum.
m_Maximum - Variable in class adams.core.discovery.genetic.AbstractGeneticFloatDiscoveryHandler
the maximum.
m_Maximum - Variable in class adams.core.discovery.genetic.AbstractGeneticIntegerArrayDiscoveryHandler
the maximum.
m_Maximum - Variable in class adams.core.discovery.genetic.AbstractGeneticIntegerDiscoveryHandler
the maximum.
m_Maximum - Variable in class adams.data.conversion.Maximum
the minimum to keep.
m_Maximum - Variable in class adams.data.featureconverter.CountValues
the maximum value.
m_Maximum - Variable in class adams.data.filter.TimeseriesValueSubset
the maximum.
m_Maximum - Variable in class adams.data.objectfinder.ByMetaDataNumericValue
the maximum value.
m_Maximum - Variable in class adams.data.objectfinder.PolygonPoints
the maximum value.
m_Maximum - Variable in class adams.data.objectfinder.Size
the maximum value.
m_Maximum - Variable in class adams.data.spreadsheet.rowfinder.ByDateValue
the maximum value.
m_Maximum - Variable in class adams.data.spreadsheet.rowfinder.ByNumericValue
the maximum value.
m_Maximum - Variable in class adams.data.spreadsheet.rowfinder.ByStringComparison
the maximum value.
m_Maximum - Variable in class adams.data.weka.rowfinder.ByNumericValue
the maximum value.
m_Maximum - Variable in class adams.flow.condition.bool.Counting
the maximum number of tokens to process before de-activating.
m_Maximum - Variable in class adams.flow.sink.ProgressBar
the maximum of the progress bar.
m_Maximum - Variable in class adams.flow.standalone.logevent.LevelFilter
the maximum level to accept.
m_Maximum - Variable in class adams.flow.transformer.wekaevaluationpostprocessor.SimpleSubRange
the maximum value.
m_Maximum - Variable in class adams.gui.visualization.core.axis.AbstractAxisModel
the maximum.
m_Maximum - Variable in class adams.gui.visualization.core.axis.Zoom
the maximum.
m_MaximumIncluded - Variable in class adams.data.featureconverter.CountValues
whether the maximum value is included.
m_MaximumIncluded - Variable in class adams.data.objectfinder.ByMetaDataNumericValue
whether the maximum value is included.
m_MaximumIncluded - Variable in class adams.data.objectfinder.PolygonPoints
whether the maximum value is included.
m_MaximumIncluded - Variable in class adams.data.objectfinder.Size
whether the maximum value is included.
m_MaximumIncluded - Variable in class adams.data.spreadsheet.rowfinder.ByDateValue
whether the maximum value is included.
m_MaximumIncluded - Variable in class adams.data.spreadsheet.rowfinder.ByNumericValue
whether the maximum value is included.
m_MaximumIncluded - Variable in class adams.data.spreadsheet.rowfinder.ByStringComparison
whether the maximum value is included.
m_MaximumIncluded - Variable in class adams.data.weka.rowfinder.ByNumericValue
whether the maximum value is included.
m_MaximumIncluded - Variable in class adams.flow.transformer.wekaevaluationpostprocessor.SimpleSubRange
whether the maximum value is included.
m_MaxItems - Variable in class adams.core.io.lister.AbstractDirectoryLister
the maximum number of files/dirs to return.
m_MaxIter - Variable in class adams.data.instancesanalysis.pls.KernelPLS
Inner NIPALS loop maximum number of iterations
m_MaxIter - Variable in class adams.data.instancesanalysis.pls.NIPALS
Inner NIPALS loop maximum number of iterations
m_MaxIter - Variable in class adams.data.instancesanalysis.pls.PRM
Inner loop maximum number of iterations
m_MaxIter - Variable in class adams.data.instancesanalysis.pls.SparsePLS
Inner NIPALS loop maximum number of iterations
m_MaxIterations - Variable in class weka.clusterers.SAXKMeans
Maximum number of iterations to be executed.
m_MaxLabels - Variable in class adams.data.conversion.SpreadSheetToWekaInstances
the threshold for number of labels before an attribute gets switched to Attribute.STRING.
m_MaxLabels - Variable in class adams.data.spreadsheet.filter.WekaFilter
the threshold for number of labels before an attribute gets switched to Attribute.STRING.
m_MaxLag - Variable in class adams.flow.core.LagMakerOptions
the maximum lag.
m_MaxLeaves - Variable in class weka.classifiers.trees.XGBoost
Maximum number of nodes to be added.
m_MaxLength - Variable in class adams.core.password.BruteForcePasswordGenerator
the maximum length for passwords to test.
m_MaxLength - Variable in class adams.flow.condition.bool.HasLength
the maximum number of elements.
m_MaxLength - Variable in class adams.flow.transformer.StringJoin
the maximum string length to allow.
m_MaxLength - Variable in class adams.tools.ZipPassword
the maximum length for passwords to test.
m_MaxLevels - Variable in class weka.classifiers.meta.ClassifierCascade
the maximum number of levels in the cascade.
m_MaxLines - Variable in class adams.data.io.input.LineByLineTextReader
the maximum number of lines to read.
m_MaxLines - Variable in class adams.flow.transformer.BoofCVDetectLines
the maximum number of lines to detec.
m_MaxLines - Variable in class adams.flow.transformer.splitfile.SplitByLineCount
the maximum number of lines.
m_MaxManual - Variable in class weka.classifiers.meta.MinMaxLimits
the manual limit for the upper limit.
m_MaxNeighbors - Variable in class adams.flow.transformer.WekaNearestNeighborSearch
the maximum number of neighbors to return.
m_MaxNominalValues - Variable in class adams.data.io.output.SimpleArffSpreadSheetWriter
the maximum number of values for nominal attributes.
m_MaxNum - Variable in class adams.flow.source.RandomNumberGenerator
the maximum number of random numbers to generate.
m_MaxPageCloseUndo - Variable in class adams.gui.core.MultiPagePane
the maximum number of tabs to keep for undo.
m_MaxRegions - Variable in class adams.flow.transformer.negativeregions.LargestRegions
the maximum number of regions to return.
m_MaxRows - Variable in class adams.data.io.output.ExcelStreamingSpreadSheetWriter
the number of rows to keep in memory.
m_MaxRows - Variable in class adams.flow.condition.bool.HasRows
the maximum number of rows.
m_MaxRows - Variable in class adams.ml.capabilities.Capabilities
the maximum number of columns (-1 is undefined).
m_MaxSize - Variable in class adams.data.weka.predictions.RelativeNumericErrorScaler
the maximum size.
m_MaxSize - Variable in class adams.flow.condition.bool.HasSize
the maximum number of elements.
m_MaxSize - Variable in class adams.flow.source.RSync
 
m_MaxSize - Variable in class adams.flow.transformer.locateobjects.XScreenMaskLocator
Maximum object size.
m_MaxSize - Variable in class adams.flow.transformer.splitfile.SplitBySize
the maximum size in bytes.
m_MaxStringLength - Variable in class adams.data.io.output.SqlDumpSpreadSheetWriter
the maximum length for strings.
m_MaxStringLength - Variable in class adams.data.spreadsheet.sql.Writer
the maximum length for strings.
m_MaxStringLength - Variable in class adams.flow.sink.SpreadSheetDbWriter
the maximum length for strings.
m_MaxTabCloseUndo - Variable in class adams.gui.core.BaseTabbedPane
the maximum number of tabs to keep for undo.
m_MaxTime - Variable in class adams.flow.source.RSync
 
m_MaxTime - Variable in class adams.flow.source.SimpleRSync
 
m_MaxTitleLength - Variable in class adams.gui.core.BaseTabbedPane
the maximum length in chars for titles before getting shortened.
m_MaxTrainTime - Variable in class adams.opt.genetic.stopping.MaxTrainTime
the maximum number of seconds to train.
m_MaxTrainTime - Variable in class adams.opt.genetic.stopping.MaxTrainTimeWithoutImprovement
the maximum number of seconds to train.
m_MaxTrainTime - Variable in class adams.opt.optimise.genetic.AbstractGeneticAlgorithm
the maximum number of seconds to train.
m_MaxUndo - Variable in class adams.flow.transformer.ImageObjectAnnotator
the maximum undo steps.
m_MaxUndo - Variable in class adams.flow.transformer.ImageSegmentationAnnotator
the maximum undo steps.
m_MaxUndo - Variable in class adams.gui.core.Undo
the maximum number of undo points.
m_maxValue - Variable in class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeVisualizationPanel
This holds the max value of the current attribute.
m_MaxValue - Variable in class adams.data.opencv.features.Histogram
the maximum value.
m_MaxValue - Variable in class adams.data.opencv.features.Otsu
the max value.
m_MaxValue - Variable in class adams.data.opencv.transformer.Threshold
the max value.
m_MaxValue - Variable in class adams.data.random.JavaRandomInt
the maximum value for the numbers to generate.
m_MaxValue - Variable in class adams.data.random.JavaRandomIntUnseeded
the maximum value for the numbers to generate.
m_MaxValue - Variable in class adams.data.timeseries.Timeseries
point of greatest value.
m_MaxVariable - Variable in class adams.flow.template.FileProcessingWithProgressBar
the variable to store the # of files.
m_MaxWait - Variable in class adams.multiprocess.ScpJobRunner
the maxomum time in milli-seconds to wait.
m_MaxWidth - Variable in class adams.data.weka.evaluator.IntervalEstimatorBased
the maximum width allowed.
m_MaxWidth - Variable in class adams.flow.transformer.locateobjects.SizeFilter
the maximum width.
m_MaxWidth - Variable in class adams.flow.transformer.negativeregions.MaxDimensions
the maximum width.
m_MaxWidth - Variable in class adams.flow.transformer.negativeregions.RandomRegions
the maximum width.
m_MaxX - Variable in class adams.data.sequence.XYSequence
the maximum X point.
m_MaxX - Variable in class adams.gui.visualization.sequence.PaintletWithFixedXRange
the maximum of X.
m_MaxX - Variable in class adams.gui.visualization.sequence.PaintletWithFixedXYRange
the maximum of Y.
m_MaxX - Variable in class adams.gui.visualization.timeseries.PaintletWithFixedXRange
the maximum of X.
m_MaxX - Variable in class adams.gui.visualization.timeseries.PaintletWithFixedXYRange
the maximum of Y.
m_MaxY - Variable in class adams.data.sequence.XYSequence
the maximum Y point.
m_MaxY - Variable in class adams.gui.visualization.sequence.PaintletWithFixedYRange
the maximum of Y.
m_MaxY - Variable in class adams.gui.visualization.timeseries.PaintletWithFixedYRange
the maximum of Y.
m_Mean - Variable in class adams.data.distribution.Exponential
the mean.
m_Mean - Variable in class adams.data.distribution.Normal
the mean.
m_Mean - Variable in class adams.data.random.AbstractDistributionBasedRandomNumberGenerator
the mean.
m_Mean - Variable in class adams.gui.visualization.stats.paintlet.MeanPaintlet
mean of the data set
m_Mean - Variable in class weka.classifiers.trees.RandomRegressionForest
the mean
m_Means - Variable in class adams.data.spreadsheet.filter.Standardize
the means.
m_Means - Variable in class weka.classifiers.functions.LinearRegressionJ
The attributes means
m_Means - Variable in class weka.filters.supervised.attribute.PLSFilterExtended
 
m_Measure - Variable in class adams.data.smoothing.AbstractSlidingWindow
the type of measure to use.
m_Measure - Variable in class adams.flow.transformer.WekaClassifierRanker
the measure for the evaluation.
m_Measure - Variable in class adams.flow.transformer.WekaClassifierRanker.RankingJob
the measure to use for ranking.
m_Measure - Variable in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm.ClassifierBasedGeneticAlgorithmJob
the measure to use for evaluating the fitness.
m_Measure - Variable in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm
the measure to use for evaluating the fitness.
m_Measure - Variable in class adams.opt.optimise.genetic.fitnessfunctions.AbstractWEKAFitnessFunction
the measure to use for evaluating the fitness.
m_MeasuresPrefix - Variable in class adams.flow.transformer.AbstractWekaPredictionsTransformer
the optional prefix to disambiguate the measure attributes from the original ones.
m_Median - Variable in class adams.data.distribution.Cauchy
the median parameter.
m_Median - Variable in class adams.gui.visualization.stats.boxplot.BoxPlotGraph
median for attribute
m_Members - Variable in class adams.data.binning.BinnableGroup
the grouped items.
m_Memory - Variable in class adams.core.management.Launcher
the amount of memory to use for the process.
m_Memory - Variable in class adams.flow.source.MemoryUsage
the memory MX bean.
m_Memory - Variable in class adams.flow.standalone.JavaExec
the amount of memory to use.
m_Memory - Variable in class adams.gui.core.MemoryMonitorPanel
the memory MX bean.
m_Memory - Static variable in class adams.gui.tools.wekamultiexperimenter.MultiExperimenter
for monitoring the Memory consumption
m_Memory - Static variable in class weka.gui.explorer.MultiExplorer
for monitoring the Memory consumption
m_MemoryType - Variable in class adams.flow.standalone.MemoryMonitor
the type of memory to monitor.
m_Menu - Variable in class adams.gui.core.AbstractRecentItemsHandler
the menu to add the items as sub-items to.
m_Menu - Variable in class adams.gui.core.BaseButtonWithDropDownMenu
the menu to display (if not to generate automatically).
m_Menu - Variable in class adams.gui.core.BaseFlatButtonWithDropDownMenu
the menu to display (if not to generate automatically).
m_Menu - Variable in class adams.gui.scripting.AbstractScriptingDialog
the menu.
m_MenuActive - Variable in class adams.gui.flow.FlowEditorPanel
the "active" menu.
m_MenuBar - Variable in class adams.flow.sink.AbstractGraphicalDisplay
the menu bar, if used.
m_MenuBar - Variable in class adams.flow.sink.AbstractTextualDisplay
the menu bar, if used.
m_MenuBar - Variable in class adams.flow.sink.DisplayPanelGrid
the menu bar, if used.
m_MenuBar - Variable in class adams.flow.sink.DisplayPanelManager
the menu bar, if used.
m_MenuBar - Variable in class adams.flow.standalone.AbstractMultiView
the menu bar, if used.
m_MenuBar - Variable in class adams.flow.standalone.ConsoleWindow
the menu bar, if used.
m_MenuBar - Variable in class adams.flow.transformer.pixelselector.PixelSelectorPanel
the menu bar.
m_MenuBar - Variable in class adams.gui.core.ConsolePanel
the menu bar.
m_MenuBar - Variable in class adams.gui.dialog.SpreadSheetPanel
the menu bar, if used.
m_MenuBar - Variable in class adams.gui.dialog.TextPanel
the menu bar.
m_MenuBar - Variable in class adams.gui.flow.FlowControlCenterPanel
the menu bar, if used.
m_MenuBar - Variable in class adams.gui.flow.FlowEditorPanel
the menu bar, if used.
m_MenuBar - Variable in class adams.gui.flow.FlowRunnerPanel
the menu bar, if used.
m_MenuBar - Variable in class adams.gui.tools.AbstractManagementPanel
the menu bar.
m_MenuBar - Variable in class adams.gui.tools.ConsoleOutputAnalyzerPanel
the menu bar, if used.
m_MenuBar - Variable in class adams.gui.tools.DatasetCompatibilityPanel
the menu bar.
m_MenuBar - Variable in class adams.gui.tools.DiffPanel
the menu bar, if used.
m_MenuBar - Variable in class adams.gui.tools.FavoritesManagementPanel
the menu bar, if used.
m_MenuBar - Variable in class adams.gui.tools.FileCommanderPanel
the menubar.
m_MenuBar - Variable in class adams.gui.tools.FileMonitorPanel
the menu bar, if used.
m_MenuBar - Variable in class adams.gui.tools.ImageProcessorPanel
the menu bar, if used.
m_MenuBar - Variable in class adams.gui.tools.NestedFormatViewerPanel
the menu bar, if used.
m_MenuBar - Variable in class adams.gui.tools.PlaceholderManagementPanel
the menu bar, if used.
m_MenuBar - Variable in class adams.gui.tools.PreviewBrowserPanel
the menu bar, if used.
m_MenuBar - Variable in class adams.gui.tools.PropertiesViewerPanel
the menu bar, if used.
m_MenuBar - Variable in class adams.gui.tools.SpreadSheetProcessorPanel
the menu bar, if used.
m_MenuBar - Variable in class adams.gui.tools.SpreadSheetViewerPanel
the menu bar, if used.
m_MenuBar - Variable in class adams.gui.tools.SqlWorkbenchPanel
the menubar.
m_MenuBar - Variable in class adams.gui.tools.SystemInfoPanel
the menu bar.
m_MenuBar - Variable in class adams.gui.tools.wekainvestigator.InvestigatorPanel
the menu bar.
m_MenuBar - Variable in class adams.gui.tools.XSLTPanel
the menu bar.
m_MenuBar - Variable in class adams.gui.visualization.image.ImageViewerPanel
the menu bar, if used.
m_MenuBar - Variable in class adams.gui.visualization.instance.InstanceComparePanel
the menu bar.
m_MenuBar - Variable in class adams.gui.visualization.instance.InstanceExplorer
the menu bar, if used.
m_MenuBar - Variable in class adams.gui.visualization.pdf.PDFViewerPanel
the menu bar, if used.
m_MenuBar - Variable in class adams.gui.visualization.spreadsheet.SpreadSheetExplorer
the menu bar, if used.
m_MenuBar - Variable in class adams.gui.visualization.timeseries.TimeseriesExplorer
the menu bar, if used.
m_MenuBar - Variable in class adams.gui.workspace.AbstractWorkspacePanel
the menu bar, if used.
m_MenuBar - Variable in class weka.gui.explorer.ExplorerExt
the menu bar, if used.
m_MenuEditRecentActorProcessors - Variable in class adams.gui.flow.FlowEditorPanel
recent actor processors menu.
m_MenuFileLoadRecent - Variable in class adams.gui.dialog.TextPanel
the "load recent" submenu.
m_MenuFileLoadRecent - Variable in class adams.gui.tools.ConsoleOutputAnalyzerPanel
the "load recent" submenu.
m_MenuFileLoadRecent - Variable in class adams.gui.tools.PreviewBrowserPanel
the "load recent" submenu.
m_MenuFileLoadRecentLeft - Variable in class adams.gui.tools.DiffPanel
the "load recent (left)" submenu.
m_MenuFileLoadRecentRight - Variable in class adams.gui.tools.DiffPanel
the "load recent (right)" submenu.
m_MenuFileNew - Variable in class adams.gui.flow.FlowEditorPanel
the "new" sub-menu.
m_MenuFileOpenRecent - Variable in class adams.gui.flow.FlowEditorPanel
the "open recent" submenu.
m_MenuFileOpenRecent - Variable in class adams.gui.tools.SpreadSheetViewerPanel
the "load recent" submenu.
m_MenuFileReload - Variable in class adams.gui.tools.ConsoleOutputAnalyzerPanel
the "reload" menu item.
m_MenuFileSources - Variable in class adams.gui.tools.wekainvestigator.InvestigatorPanel
the submenu for a sources.
m_MenuItem - Variable in class adams.flow.sink.MenuItem
the menu item to executre.
m_MenuItem - Variable in class adams.scripting.command.gui.MenuItem
the menu item to executre.
m_MenuItemCacheViews - Variable in class adams.gui.tools.PreviewBrowserPanel
the "cache views" menu item.
m_MenuItemCC - Variable in class adams.gui.menu.RemoteCommands
the control center menu item.
m_MenuItemClear - Variable in class adams.gui.core.ConsolePanel
the clear item.
m_MenuItemClear - Variable in class adams.gui.help.HelpFrame
the clear menu item.
m_MenuItemClearAll - Variable in class adams.gui.core.ConsolePanel
the clear all item.
m_MenuItemClearData - Variable in class adams.gui.visualization.instance.InstanceExplorer
the clear data menu item.
m_MenuItemClearData - Variable in class adams.gui.visualization.spreadsheet.SpreadSheetExplorer
the clear data menu item.
m_MenuItemClearData - Variable in class adams.gui.visualization.timeseries.TimeseriesExplorer
the clear data menu item.
m_MenuItemClearNotesAll - Variable in class adams.gui.tools.PreviewBrowserPanel
the "clear notes (global)" menu item.
m_MenuItemClearNotesDir - Variable in class adams.gui.tools.PreviewBrowserPanel
the "clear notes (current dir)" menu item.
m_MenuItemClose - Variable in class adams.gui.help.HelpFrame
the close menu item.
m_MenuItemClose - Variable in class adams.gui.tools.FavoritesManagementPanel
the "close" menu item.
m_MenuItemClose - Variable in class adams.gui.tools.FileMonitorPanel
the "close" submenu.
m_MenuItemClose - Variable in class adams.gui.tools.PlaceholderManagementPanel
the "close" menu item.
m_MenuItemClose - Variable in class adams.gui.tools.PropertiesViewerPanel
the "close" menu item.
m_MenuItemClose - Variable in class adams.gui.tools.SqlWorkbenchPanel
the "close" menu item.
m_MenuItemCloseAllQueries - Variable in class adams.gui.tools.SqlWorkbenchPanel
the "close all queries" menu item.
m_MenuItemCloseQuery - Variable in class adams.gui.tools.SqlWorkbenchPanel
the "close query" menu item.
m_MenuItemCopy - Variable in class adams.gui.core.ConsolePanel
the copy item.
m_MenuItemDataPlugins - Variable in class adams.gui.tools.SpreadSheetViewerPanel
the data plugin menu items.
m_MenuItemEditAdd - Variable in class adams.gui.tools.AbstractManagementPanel
the menu item for adding.
m_MenuItemEditAppendRecorded - Variable in class adams.gui.scripting.AbstractScriptingDialog
the append recorded menu item.
m_MenuItemEditClear - Variable in class adams.gui.scripting.AbstractScriptingDialog
the clear menu item.
m_MenuItemEditClear - Variable in class adams.gui.tools.AbstractManagementPanel
the menu item for clearing.
m_MenuItemEditCopy - Variable in class adams.flow.sink.Display
the copy menu item.
m_MenuItemEditCopy - Variable in class adams.flow.sink.HistoryDisplay
the copy menu item.
m_MenuItemEditCopy - Variable in class adams.gui.dialog.TextPanel
the copy menu item.
m_MenuItemEditCopy - Variable in class adams.gui.tools.SystemInfoPanel
the copy menu item.
m_MenuItemEditCopy - Variable in class adams.gui.visualization.image.ImageViewerPanel
the menu item "copy".
m_MenuItemEditCut - Variable in class adams.flow.sink.Display
the cut menu item.
m_MenuItemEditCut - Variable in class adams.gui.dialog.TextPanel
the cut menu item.
m_MenuItemEditData - Variable in class weka.gui.explorer.ExplorerExt
the edit data menu item.
m_MenuItemEditEnableUndo - Variable in class adams.gui.visualization.image.ImageViewerPanel
the menu item "enable undo".
m_MenuItemEditFind - Variable in class adams.flow.sink.Display
the find menu item.
m_MenuItemEditFind - Variable in class adams.gui.dialog.TextPanel
the find menu item.
m_MenuItemEditFindNext - Variable in class adams.flow.sink.Display
the find next menu item.
m_MenuItemEditFindNext - Variable in class adams.gui.dialog.TextPanel
the find next menu item.
m_MenuItemEditPaste - Variable in class adams.flow.sink.Display
the paste menu item.
m_MenuItemEditPaste - Variable in class adams.gui.dialog.TextPanel
the paste menu item.
m_MenuItemEditPasteLeft - Variable in class adams.gui.tools.DiffPanel
the "Paste (left)" submenu.
m_MenuItemEditPasteRight - Variable in class adams.gui.tools.DiffPanel
the "Paste (right)" submenu.
m_MenuItemEditRedo - Variable in class adams.flow.sink.Display
the redo menu item.
m_MenuItemEditRedo - Variable in class adams.gui.dialog.TextPanel
the redo menu item.
m_MenuItemEditRedo - Variable in class adams.gui.scripting.AbstractScriptingDialog
the redo menu item.
m_MenuItemEditRedo - Variable in class adams.gui.tools.ImageProcessorPanel
the menu item "redo".
m_MenuItemEditRedo - Variable in class adams.gui.visualization.image.ImageViewerPanel
the menu item "redo".
m_MenuItemEditRemove - Variable in class adams.gui.tools.AbstractManagementPanel
the menu item for removing.
m_MenuItemEditSelectAll - Variable in class adams.flow.sink.Display
the select all menu item.
m_MenuItemEditSelectAll - Variable in class adams.flow.sink.HistoryDisplay
the select all menu item.
m_MenuItemEditSelectAll - Variable in class adams.gui.dialog.TextPanel
the select all menu item.
m_MenuItemEditSelectAll - Variable in class adams.gui.tools.SystemInfoPanel
the select all menu item.
m_MenuItemEditUndo - Variable in class adams.flow.sink.Display
the undo menu item.
m_MenuItemEditUndo - Variable in class adams.gui.dialog.TextPanel
the undo menu item.
m_MenuItemEditUndo - Variable in class adams.gui.scripting.AbstractScriptingDialog
the undo menu item.
m_MenuItemEditUndo - Variable in class adams.gui.tools.ImageProcessorPanel
the menu item "undo".
m_MenuItemEditUndo - Variable in class adams.gui.visualization.image.ImageViewerPanel
the menu item "undo".
m_MenuItemEditUndo - Variable in class weka.gui.explorer.ExplorerExt
the undo menu item.
m_MenuItemEditUpdate - Variable in class adams.gui.tools.AbstractManagementPanel
the menu item for updating.
m_MenuItemEnableUndo - Variable in class adams.gui.visualization.timeseries.TimeseriesExplorer
the toggle undo menu item.
m_MenuItemExecutionReset - Variable in class adams.gui.tools.wekamultiexperimenter.ExperimenterPanel
the reset menu item.
m_MenuItemExecutionStart - Variable in class adams.gui.tools.wekamultiexperimenter.ExperimenterPanel
the start menu item.
m_MenuItemExecutionStop - Variable in class adams.gui.tools.wekamultiexperimenter.ExperimenterPanel
the stop menu item.
m_MenuItemExit - Variable in class adams.gui.core.ConsolePanel
the close item.
m_MenuItemExpandEntityReferences - Variable in class adams.gui.tools.XSLTPanel
the menu item for expanding entity references.
m_MenuItemFileClear - Variable in class adams.flow.sink.AbstractGraphicalDisplay
the "clear" menu item.
m_MenuItemFileClear - Variable in class adams.flow.sink.AbstractTextualDisplay
the "clear" menu item.
m_MenuItemFileClear - Variable in class adams.flow.sink.DisplayPanelManager
the "clear" menu item.
m_MenuItemFileClear - Variable in class adams.flow.standalone.AbstractMultiView
the "clear" menu item.
m_MenuItemFileClear - Variable in class adams.flow.standalone.ConsoleWindow
the "clear" menu item.
m_MenuItemFileClose - Variable in class adams.flow.sink.AbstractGraphicalDisplay
the "exit" menu item.
m_MenuItemFileClose - Variable in class adams.flow.sink.AbstractTextualDisplay
the "exit" menu item.
m_MenuItemFileClose - Variable in class adams.flow.sink.DisplayPanelGrid
the "exit" menu item.
m_MenuItemFileClose - Variable in class adams.flow.sink.DisplayPanelManager
the "exit" menu item.
m_MenuItemFileClose - Variable in class adams.flow.standalone.AbstractMultiView
the "exit" menu item.
m_MenuItemFileClose - Variable in class adams.flow.standalone.ConsoleWindow
the "exit" menu item.
m_MenuItemFileClose - Variable in class adams.gui.flow.FlowControlCenterPanel
the "exit" menu item.
m_MenuItemFileClose - Variable in class adams.gui.scripting.AbstractScriptingDialog
the close menu item.
m_MenuItemFileClose - Variable in class adams.gui.tools.ImageProcessorPanel
the menu item "close".
m_MenuItemFileClose - Variable in class adams.gui.visualization.image.ImageViewerPanel
the menu item "close".
m_MenuItemFileClose - Variable in class adams.gui.visualization.pdf.PDFViewerPanel
the "close" menu item.
m_MenuItemFileCloseAll - Variable in class adams.gui.tools.ImageProcessorPanel
the menu item "close all".
m_MenuItemFileDatabase - Variable in class adams.gui.tools.AbstractManagementPanelWithSelectableDatabase
the menu item for selecting a database.
m_MenuItemFileExit - Variable in class adams.gui.dialog.SpreadSheetPanel
the "exit" menu item.
m_MenuItemFileExit - Variable in class adams.gui.visualization.pdf.PDFViewerPanel
the "exit" menu item.
m_MenuItemFileLoad - Variable in class adams.gui.scripting.AbstractScriptingDialog
the load menu item.
m_MenuItemFileLoadClassifier - Variable in class weka.gui.explorer.ExplorerExt
the load classifier menu item.
m_MenuItemFileLoadClusterer - Variable in class weka.gui.explorer.ExplorerExt
the load clusterer menu item.
m_MenuItemFileLoadRecent - Variable in class adams.gui.scripting.AbstractScriptingDialog
the load recent submenu.
m_MenuItemFileLoadRecent - Variable in class adams.gui.tools.ImageProcessorPanel
the "load recent" submenu.
m_MenuItemFileLoadRecent - Variable in class adams.gui.tools.wekamultiexperimenter.ExperimenterPanel
the "load recent" submenu.
m_MenuItemFileLoadRecent - Variable in class adams.gui.visualization.image.ImageViewerPanel
the "load recent" submenu.
m_MenuItemFileNew - Variable in class adams.gui.dialog.TextPanel
the new menu item.
m_MenuItemFileNew - Variable in class adams.gui.flow.FlowControlCenterPanel
the "new" menu item.
m_MenuItemFileNew - Variable in class adams.gui.scripting.AbstractScriptingDialog
the new menu item.
m_MenuItemFileOpen - Variable in class adams.gui.dialog.TextPanel
the open menu item.
m_MenuItemFileOpen - Variable in class adams.gui.flow.FlowControlCenterPanel
the "open" menu item.
m_MenuItemFileOpen - Variable in class adams.gui.tools.ImageProcessorPanel
the menu item "open".
m_MenuItemFileOpen - Variable in class adams.gui.visualization.pdf.PDFViewerPanel
the "open" menu item.
m_MenuItemFileOpenRecent - Variable in class adams.gui.flow.FlowControlCenterPanel
the "open recent" menu.
m_MenuItemFileOpenRecent - Variable in class adams.gui.visualization.pdf.PDFViewerPanel
the "load recent" submenu.
m_MenuItemFilePrint - Variable in class adams.flow.sink.Display
the print menu item.
m_MenuItemFilePrint - Variable in class adams.flow.sink.HistoryDisplay
the print menu item.
m_MenuItemFilePrint - Variable in class adams.gui.scripting.AbstractScriptingDialog
the print menu item.
m_MenuItemFilePrint - Variable in class adams.gui.visualization.pdf.PDFViewerPanel
the "print" menu item.
m_MenuItemFileRefresh - Variable in class adams.gui.tools.AbstractManagementPanel
the menu item for refreshing.
m_MenuItemFileRevert - Variable in class adams.gui.flow.FlowControlCenterPanel
the "rever" menu item.
m_MenuItemFileSave - Variable in class adams.gui.dialog.TextPanel
the save menu item.
m_MenuItemFileSave - Variable in class adams.gui.flow.FlowControlCenterPanel
the "save" menu item.
m_MenuItemFileSave - Variable in class adams.gui.scripting.AbstractScriptingDialog
the save menu item.
m_MenuItemFileSave - Variable in class adams.gui.tools.wekamultiexperimenter.ExperimenterPanel
the save menu item.
m_MenuItemFileSave - Variable in class weka.gui.explorer.ExplorerExt
the save menu item.
m_MenuItemFileSaveAs - Variable in class adams.flow.sink.AbstractGraphicalDisplay
the "save as" menu item.
m_MenuItemFileSaveAs - Variable in class adams.flow.sink.AbstractTextualDisplay
the "save as" menu item.
m_MenuItemFileSaveAs - Variable in class adams.flow.sink.DisplayPanelGrid
the "save as" menu item.
m_MenuItemFileSaveAs - Variable in class adams.flow.sink.DisplayPanelManager
the "save as" menu item.
m_MenuItemFileSaveAs - Variable in class adams.flow.standalone.ConsoleWindow
the "save as" menu item.
m_MenuItemFileSaveAs - Variable in class adams.gui.dialog.SpreadSheetPanel
the "save as" menu item.
m_MenuItemFileSaveAs - Variable in class adams.gui.dialog.TextPanel
the save as menu item.
m_MenuItemFileSaveAs - Variable in class adams.gui.flow.FlowControlCenterPanel
the "save as" menu item.
m_MenuItemFileSaveAs - Variable in class adams.gui.scripting.AbstractScriptingDialog
the save as menu item.
m_MenuItemFileSaveAs - Variable in class adams.gui.tools.SystemInfoPanel
the save as menu item.
m_MenuItemFileSaveAs - Variable in class adams.gui.tools.wekamultiexperimenter.ExperimenterPanel
the save as menu item.
m_MenuItemFileSaveAs - Variable in class adams.gui.visualization.image.ImageViewerPanel
the menu item "save as".
m_MenuItemFileSaveAs - Variable in class weka.gui.explorer.ExplorerExt
the save as menu item.
m_MenuItemFileSaveTextAs - Variable in class adams.flow.sink.AbstractGraphicalDisplay
the "save text as" menu item.
m_MenuItemFilter - Variable in class adams.gui.visualization.timeseries.TimeseriesExplorer
the filter menu item.
m_MenuItemFind - Variable in class adams.gui.core.ConsolePanel
the find item.
m_MenuItemFindNext - Variable in class adams.gui.core.ConsolePanel
the find next item.
m_MenuItemFlowPauseResume - Variable in class adams.flow.sink.AbstractGraphicalDisplay
the "pause/resume" menu item.
m_MenuItemFlowPauseResume - Variable in class adams.flow.sink.AbstractTextualDisplay
the "pause/resume" menu item.
m_MenuItemFlowPauseResume - Variable in class adams.flow.sink.DisplayPanelGrid
the "pause/resume" menu item.
m_MenuItemFlowPauseResume - Variable in class adams.flow.sink.DisplayPanelManager
the "pause/resume" menu item.
m_MenuItemFlowPauseResume - Variable in class adams.flow.standalone.AbstractMultiView
the "pause/resume" menu item.
m_MenuItemFlowStop - Variable in class adams.flow.sink.AbstractGraphicalDisplay
the "stop" menu item.
m_MenuItemFlowStop - Variable in class adams.flow.sink.AbstractTextualDisplay
the "stop" menu item.
m_MenuItemFlowStop - Variable in class adams.flow.sink.DisplayPanelGrid
the "stop" menu item.
m_MenuItemFlowStop - Variable in class adams.flow.sink.DisplayPanelManager
the "stop" menu item.
m_MenuItemFlowStop - Variable in class adams.flow.standalone.AbstractMultiView
the "stop" menu item.
m_MenuItemHelp - Variable in class adams.gui.scripting.AbstractScriptingDialog
the help menu item.
m_MenuItemHelpQuery - Variable in class adams.gui.tools.SpreadSheetViewerPanel
the "query" help menu item.
m_MenuItemIgnoreComments - Variable in class adams.gui.tools.XSLTPanel
the menu item for ignoring comments.
m_MenuItemIgnoreWhitespaces - Variable in class adams.gui.tools.XSLTPanel
the menu item for ignoring whitespaces.
m_MenuItemImageFlipHorizontally - Variable in class adams.gui.visualization.image.ImageViewerPanel
the menu item "flip horizontally".
m_MenuItemImageFlipVertically - Variable in class adams.gui.visualization.image.ImageViewerPanel
the menu item "flip vertically".
m_MenuItemImagePickColor - Variable in class adams.gui.visualization.image.ImageViewerPanel
the menu item "pick color".
m_MenuItemImageRotateLeft - Variable in class adams.gui.visualization.image.ImageViewerPanel
the menu item "rotate left".
m_MenuItemImageRotateRight - Variable in class adams.gui.visualization.image.ImageViewerPanel
the menu item "rotate right".
m_MenuItemLeftShowHidden - Variable in class adams.gui.tools.FileCommanderPanel
whether left panel shows hidden files.
m_MenuItemLoadRecent - Variable in class adams.gui.flow.FlowRunnerPanel
the "load recent" submenu.
m_MenuItemLoadRecent - Variable in class adams.gui.visualization.instance.InstanceExplorer
the "load recent" submenu.
m_MenuItemLoadRecent - Variable in class adams.gui.visualization.spreadsheet.SpreadSheetExplorer
the "load recent" submenu.
m_MenuItemLoadRecent - Variable in class weka.gui.explorer.ExplorerExt
the "load recent" submenu.
m_MenuItemLoadRecent1 - Variable in class adams.gui.visualization.instance.InstanceComparePanel
the recent file menu item (first file).
m_MenuItemLoadRecent2 - Variable in class adams.gui.visualization.instance.InstanceComparePanel
the recent file menu item (second file).
m_MenuItemNamespaceAware - Variable in class adams.gui.tools.XSLTPanel
the menu item for namespace aware.
m_MenuItemNewMetaData - Variable in class adams.gui.tools.SqlWorkbenchPanel
the "new meta-data" menu item.
m_MenuItemNewQuery - Variable in class adams.gui.tools.SqlWorkbenchPanel
the "new query" menu item.
m_MenuItemOpen - Variable in class adams.gui.tools.FileMonitorPanel
the "open" submenu.
m_MenuItemOpen - Variable in class adams.gui.tools.PropertiesViewerPanel
the "open" menu item.
m_MenuItemOpenRecent - Variable in class adams.gui.tools.FileMonitorPanel
the "open recent" submenu.
m_MenuItemOptionsCalculateModelSize - Variable in class adams.gui.tools.wekainvestigator.InvestigatorPanel
the menu item for enabling/disabling model size calculation.
m_MenuItemOptionsSortAttributeNames - Variable in class adams.gui.tools.wekainvestigator.InvestigatorPanel
the menu item for enabling/disabling sorting of attribute names.
m_MenuItemOptionsUndoEnabled - Variable in class adams.gui.tools.wekainvestigator.InvestigatorPanel
the menu item for enabling/disabling undo.
m_MenuItemOverlayFlowOutput - Variable in class adams.gui.visualization.timeseries.TimeseriesExplorer
the overlay flow output menu item.
m_MenuItemPrefixDatasetsWithIndex - Variable in class adams.gui.tools.wekamultiexperimenter.ExperimenterPanel
the prefix datasets menu item.
m_MenuItemRedo - Variable in class adams.gui.visualization.timeseries.TimeseriesExplorer
the redo menu item.
m_MenuItemRefreshScripts - Variable in class adams.gui.visualization.timeseries.TimeseriesExplorer
the refresh scripts menu item.
m_MenuItemReload - Variable in class adams.gui.tools.DatasetCompatibilityPanel
the reload menu item.
m_MenuItemReload - Variable in class adams.gui.visualization.instance.InstanceComparePanel
the reload menu item.
m_MenuItemResultsLoadRecent - Variable in class adams.gui.tools.wekamultiexperimenter.ExperimenterPanel
the "load recent" submenu.
m_MenuItemResultsSave - Variable in class adams.gui.tools.wekamultiexperimenter.ExperimenterPanel
the save results menu item.
m_MenuItemRevert - Variable in class adams.gui.tools.FavoritesManagementPanel
the "revert" menu item.
m_MenuItemRevert - Variable in class adams.gui.tools.PlaceholderManagementPanel
the "revert" menu item.
m_MenuItemRightShowHidden - Variable in class adams.gui.tools.FileCommanderPanel
whether right panel shows hidden files.
m_MenuItems - Variable in class adams.gui.core.BaseButtonWithDropDownMenu
the menu items.
m_MenuItems - Variable in class adams.gui.core.BaseFlatButtonWithDropDownMenu
the menu items.
m_MenuItems - Variable in class adams.gui.flow.FlowEditorPanel
menu items.
m_MenuItems - Variable in class adams.gui.flow.FlowMultiPagePane
the menu items.
m_MenuItems - Variable in class adams.gui.plugin.AbstractToolPluginManager
the plugin menu items.
m_MenuItemSave - Variable in class adams.gui.tools.FavoritesManagementPanel
the "save" menu item.
m_MenuItemSave - Variable in class adams.gui.tools.PlaceholderManagementPanel
the "save" menu item.
m_MenuItemSave - Variable in class adams.gui.tools.PropertiesViewerPanel
the "save" menu item.
m_MenuItemSaveAs - Variable in class adams.gui.core.ConsolePanel
the save as item.
m_MenuItemSaveAs - Variable in class adams.gui.help.HelpFrame
the save as menu item.
m_MenuItemSaveNotes - Variable in class adams.gui.tools.PreviewBrowserPanel
the "save notes" menu item.
m_MenuItemScriptStart - Variable in class adams.gui.scripting.AbstractScriptingDialog
the execute menu item.
m_MenuItemScriptStop - Variable in class adams.gui.scripting.AbstractScriptingDialog
the stop menu item.
m_MenuItemSend - Variable in class adams.gui.menu.RemoteCommands
the send menu item.
m_MenuItemShowHiddenFiles - Variable in class adams.gui.tools.PreviewBrowserPanel
the "show hidden files" menu item.
m_MenuItemShowTempFiles - Variable in class adams.gui.tools.PreviewBrowserPanel
the "show temp files" menu item.
m_MenuItemStart - Variable in class adams.gui.menu.RemoteCommands
the start listening menu item.
m_MenuItemStartRecording - Variable in class adams.gui.visualization.timeseries.TimeseriesExplorer
the start recording menu item.
m_MenuItemStop - Variable in class adams.gui.menu.RemoteCommands
the stop listening menu item.
m_MenuItemStopRecording - Variable in class adams.gui.visualization.timeseries.TimeseriesExplorer
the stop recording menu item.
m_MenuItemText - Variable in class adams.gui.core.spreadsheettable.AbstractPlotSelectedRows
the menu item caption.
m_MenuItemText - Variable in class adams.gui.core.spreadsheettable.AbstractProcessSelectedRows
the menu item caption.
m_MenuItemText - Variable in class adams.gui.visualization.instances.instancestable.AbstractPlotSelectedRows
the menu item caption.
m_MenuItemText - Variable in class adams.gui.visualization.instances.instancestable.AbstractProcessSelectedRows
the menu item caption.
m_MenuItemUndo - Variable in class adams.gui.visualization.timeseries.TimeseriesExplorer
the undo menu item.
m_MenuItemUseFilename - Variable in class adams.gui.tools.wekamultiexperimenter.ExperimenterPanel
the use filename menu item.
m_MenuItemUseFixedHandler - Variable in class adams.gui.tools.PreviewBrowserPanel
the "use fixed handler" menu item.
m_MenuItemValidating - Variable in class adams.gui.tools.XSLTPanel
the menu item for validating.
m_MenuItemViewAntiAliasing - Variable in class adams.gui.visualization.instance.InstanceComparePanel
the toggle anti-aliasing menu item.
m_MenuItemViewAntiAliasing - Variable in class adams.gui.visualization.instance.InstanceExplorer
the toggle anti-aliasing menu item.
m_MenuItemViewAntiAliasing - Variable in class adams.gui.visualization.spreadsheet.SpreadSheetExplorer
the toggle anti-aliasing menu item.
m_MenuItemViewAntiAliasing - Variable in class adams.gui.visualization.timeseries.TimeseriesExplorer
the toggle anti-aliasing menu item.
m_MenuItemViewBackgroundColor - Variable in class adams.gui.visualization.image.ImageViewerPanel
the menu item "background color".
m_MenuItemViewCaret - Variable in class adams.flow.sink.HistoryDisplay
the "caret position" menu item.
m_MenuItemViewColorProvider - Variable in class adams.gui.visualization.instance.InstanceExplorer
the color provider menu item.
m_MenuItemViewColorProvider - Variable in class adams.gui.visualization.spreadsheet.SpreadSheetExplorer
the color provider menu item.
m_MenuItemViewColorProvider - Variable in class adams.gui.visualization.timeseries.TimeseriesExplorer
the color provider menu item.
m_MenuItemViewDisplayedDecimals - Variable in class adams.gui.dialog.SpreadSheetPanel
the "displayed decimals" menu item.
m_MenuItemViewFont - Variable in class adams.flow.sink.Display
the font menu item.
m_MenuItemViewFont - Variable in class adams.flow.sink.HistoryDisplay
the font menu item.
m_MenuItemViewFont - Variable in class adams.gui.dialog.TextPanel
the select font menu item.
m_MenuItemViewHorizontal - Variable in class adams.gui.tools.ImageProcessorPanel
the menu item "horizontal".
m_MenuItemViewInstanceExplorer - Variable in class weka.gui.explorer.ExplorerExt
the view instance explorer menu item.
m_MenuItemViewLineWrap - Variable in class adams.flow.sink.Display
the line wrap menu item.
m_MenuItemViewLineWrap - Variable in class adams.flow.sink.HistoryDisplay
the line wrap menu item.
m_MenuItemViewLineWrap - Variable in class adams.gui.dialog.TextPanel
the line wrap menu item.
m_MenuItemViewNotes - Variable in class adams.gui.tools.PreviewBrowserPanel
the "show notes" menu item.
m_MenuItemViewPaintlet - Variable in class adams.gui.visualization.instance.InstanceExplorer
the paintlet menu item.
m_MenuItemViewPaintlet - Variable in class adams.gui.visualization.spreadsheet.SpreadSheetExplorer
the paintlet menu item.
m_MenuItemViewPaintlet - Variable in class adams.gui.visualization.timeseries.TimeseriesExplorer
the paintlet menu item.
m_MenuItemViewPeriodicity - Variable in class adams.gui.visualization.timeseries.TimeseriesExplorer
the periodicity submenu.
m_MenuItemViewPlugins - Variable in class adams.gui.tools.SpreadSheetViewerPanel
the view plugin menu items.
m_MenuItemViewPositiveBackground - Variable in class adams.gui.dialog.SpreadSheetPanel
the "positive background" menu item.
m_MenuItemViewRemoveOverlays - Variable in class adams.gui.visualization.image.ImageViewerPanel
the menu item "remove overlays".
m_MenuItemViewRendering - Variable in class adams.gui.dialog.SpreadSheetPanel
the "negative background" menu item.
m_MenuItemViewSelectedTimestamp - Variable in class adams.gui.visualization.timeseries.TimeseriesExplorer
the toggle selected timestamp menu item.
m_MenuItemViewShowFormulas - Variable in class adams.gui.dialog.SpreadSheetPanel
the "show formulas" menu item.
m_MenuItemViewShowLog - Variable in class adams.gui.visualization.image.ImageViewerPanel
the menu item "show log".
m_MenuItemViewShowProperties - Variable in class adams.gui.visualization.image.ImageViewerPanel
the menu item "show properties".
m_MenuItemViewTabSize - Variable in class adams.gui.dialog.TextPanel
the tab size menu item.
m_MenuItemViewVertical - Variable in class adams.gui.tools.ImageProcessorPanel
the menu item "vertical".
m_MenuItemViewWordWrap - Variable in class adams.gui.scripting.AbstractScriptingDialog
the line wrap menu item.
m_MenuItemViewWrapStyleWord - Variable in class adams.flow.sink.Display
the word wrap style menu item.
m_MenuItemViewWrapStyleWord - Variable in class adams.flow.sink.HistoryDisplay
the word wrap style menu item.
m_MenuItemViewZoomIn - Variable in class adams.gui.visualization.image.ImageViewerPanel
the menu item "zoom in".
m_MenuItemViewZoomOut - Variable in class adams.gui.visualization.image.ImageViewerPanel
the menu item "zoom out".
m_MenuItemViewZoomOverview - Variable in class adams.gui.visualization.instance.InstanceExplorer
the toggle zoom overview menu item.
m_MenuItemViewZoomOverview - Variable in class adams.gui.visualization.spreadsheet.SpreadSheetExplorer
the toggle zoom overview menu item.
m_MenuItemViewZoomOverview - Variable in class adams.gui.visualization.timeseries.TimeseriesExplorer
the toggle zoom overview menu item.
m_MenuItemXInludeAware - Variable in class adams.gui.tools.XSLTPanel
the menu item for XInclude aware.
m_MenuLoadRecent - Variable in class adams.gui.tools.PropertiesViewerPanel
the "load recent" submenu.
m_MenuScripts - Variable in class adams.gui.visualization.timeseries.TimeseriesExplorer
the menu item for scripts.
m_MenuTabNewTab - Variable in class adams.gui.tools.remotecontrolcenter.RemoteControlCenterPanel
the submenu for a new tab.
m_MenuTabNewTab - Variable in class adams.gui.tools.wekainvestigator.InvestigatorPanel
the submenu for a new tab.
m_MenuUpdateListener - Variable in class adams.gui.plugin.AbstractToolPluginManager
the change listener to use for triggering menu updates.
m_MenuView - Variable in class adams.gui.visualization.instance.InstanceComparePanel
the menu item for view related stuff.
m_MenuView - Variable in class adams.gui.visualization.instance.InstanceExplorer
the menu item for view related stuff.
m_MenuView - Variable in class adams.gui.visualization.spreadsheet.SpreadSheetExplorer
the menu item for view related stuff.
m_MenuView - Variable in class adams.gui.visualization.timeseries.TimeseriesExplorer
the menu item for view related stuff.
m_MenuViewLocateObjects - Variable in class adams.gui.tools.ImageProcessorPanel
the menu "locate objects".
m_MenuViewRemoveOverlays - Variable in class adams.gui.tools.ImageProcessorPanel
the menu "remove overlays".
m_MenuViewZoom - Variable in class adams.gui.visualization.image.ImageViewerPanel
the menu "zoom".
m_MenuWindows - Variable in class adams.gui.application.AbstractApplicationFrame
the "windows" menu.
m_MenuWindows - Variable in class adams.gui.application.ApplicationMenu
the "windows" menu.
m_Merge - Variable in class adams.flow.transformer.AbstractReportDbWriter
whether to merge the current and existing report.
m_Merge - Variable in class adams.flow.transformer.AbstractReportFileImport
whether to merge the current and existing report.
m_Merge - Variable in class adams.flow.transformer.MergeReport
the merge type.
m_Merge - Variable in class adams.flow.transformer.MergeReportFromMap
the merge type.
m_Merged - Variable in class weka.filters.unsupervised.attribute.MergeManyAttributes
the name of the merged attribute.
m_Merged - Variable in class weka.filters.unsupervised.attribute.MergeTwoAttributes
the name of the merged attribute.
m_MergedDatasetName - Variable in class adams.flow.transformer.wekadatasetsmerge.AbstractMerge
The name to give the resulting dataset.
m_MergedIndex - Variable in class weka.filters.unsupervised.attribute.MergeManyAttributes
the position for the merged attribute (empty = leave at default position).
m_MergedIndex - Variable in class weka.filters.unsupervised.attribute.MergeTwoAttributes
the position for the merged attribute (empty = leave at default position).
m_MergedScoreCalculation - Variable in class adams.data.objectfilter.MergeOverlaps
how to calculate the merged score.
m_MergedScoreCalculation - Variable in class adams.data.overlappingobjectremoval.MergeOverlaps
how to calculate the merged score.
m_MergedSpreadsheetName - Variable in class adams.flow.transformer.spreadsheetmethodmerge.AbstractMerge
The name to give the resulting spreadsheet.
m_MergeFormat - Variable in class adams.flow.transformer.ConvertFeatures
the format to use for merging multiple feature sets.
m_MergeMethod - Variable in class adams.flow.transformer.multispreadsheetoperation.Merge
The method to use to perform the merge.
m_MergeMethod - Variable in class adams.flow.transformer.SpreadSheetMethodMerge
The method to use to perform the merge.
m_MergeMethod - Variable in class adams.flow.transformer.WekaDatasetsMerge
The method to use to perform the merge.
m_Merger - Variable in class weka.filters.unsupervised.attribute.AttributeSummaryTransferFilter
Merger for reconstructing partial datasets.
m_Message - Variable in class adams.db.LogEntry
the content of the message (props format).
m_Message - Variable in class adams.flow.condition.bool.PromptUser
the message to prompt the user with.
m_Message - Variable in class adams.flow.source.EnterManyValues
the message for the user.
m_Message - Variable in class adams.flow.source.EnterValue
the message for the user.
m_Message - Variable in class adams.flow.source.PasteFromClipboard
the message for the user.
m_Message - Variable in class adams.flow.template.PromptUser
the message for the user.
m_Message - Variable in class adams.flow.template.SimpleMenu
the message for the user.
m_Message - Variable in class adams.flow.transformer.ConfirmationDialog
the message for the user.
m_Message - Variable in class adams.flow.transformer.SelectArraySubset
the message for the user.
m_Message - Variable in class adams.flow.transformer.SpreadSheetSelectSubset
the message for the user.
m_Message - Variable in class adams.flow.transformer.WekaChooseAttributes
the message to display to the user.
m_Message - Variable in class adams.gui.event.ConsolePanelEvent
the message.
m_Message - Variable in class adams.gui.event.SpreadSheetProcessorEvent
optional message.
m_Message - Variable in class adams.scripting.command.basic.StartRemoteLogging
the message (null is successful, otherwise error message).
m_Message - Variable in class adams.scripting.command.basic.StopRemoteLogging
the message (empty is successful, otherwise error message).
m_MessageIndentation - Variable in class adams.flow.sink.simplelogging.format.TimestampedFormat
the indentation to use for the message.
m_Messages - Variable in class adams.core.MessageCollection
the collected messages.
m_MessageTemplate - Variable in class adams.flow.standalone.MemoryMonitor
the notification message template.
m_MetaData - Variable in class adams.data.binning.Binnable
the meta-data.
m_MetaData - Variable in class adams.data.indexedsplits.IndexedSplitsRuns
the meta-data.
m_MetaData - Variable in class adams.data.sequence.XYSequencePoint
the meta-data.
m_MetaData - Variable in class adams.data.statistics.AbstractArrayStatistic.StatisticContainer
for storing additional information.
m_MetaData - Variable in class adams.flow.transformer.indexedsplitsrunsgenerator.AbstractIndexedSplitsRunsGenerator
the meta-data to add.
m_MetaData - Variable in class adams.flow.transformer.locateobjects.LocatedObject
additional meta-data.
m_MetaData - Variable in class adams.gui.core.MultiPagePane.PageContainer
for storing meta-data.
m_MetaData - Variable in class adams.multiprocess.LocalJobRunner
optional meta-data.
m_MetaDataColor - Variable in class adams.flow.sink.ActualVsPredictedPlot
for obtaining the color from the meta-data.
m_MetaDataColor - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.output.ClassifierErrors
for obtaining the color from the meta-data.
m_MetaDataColor - Variable in class adams.gui.visualization.sequence.AbstractXYSequenceMetaDataColorPaintlet
for obtaining the color from the meta-data.
m_MetaDataColumns - Variable in class adams.flow.transformer.plotgenerator.AndrewsCurvesGenerator
the meta-data columns.
m_MetaDataColumns - Variable in class adams.flow.transformer.plotgenerator.RowWisePlotGenerator
the meta-data columns.
m_MetaDataColumns - Variable in class adams.flow.transformer.plotgenerator.SimplePlotGenerator
the meta-data columns.
m_MetaDataColumns - Variable in class adams.flow.transformer.plotgenerator.XYPlotGenerator
the meta-data columns.
m_MetaDataColumns - Variable in class adams.flow.transformer.plotgenerator.XYWithErrorsPlotGenerator
the meta-data columns.
m_MetaDataCounter - Variable in class adams.gui.tools.SqlWorkbenchPanel
the MetaData counter.
m_MetaDataDisplay - Variable in class adams.gui.visualization.image.LocatedObjectsTableModel
how the meta-data is being displayed.
m_MetaDataKey - Variable in class adams.flow.control.PlotContainerUpdater
the key in case of meta-data.
m_MetaDataKey - Variable in class adams.flow.sink.SequencePlotter
an optional meta-data key to use in the comparison of the data points.
m_MetaDataKey - Variable in class adams.flow.sink.sequenceplotter.SequencePlotPointComparator
the meta-data value to take into account for the sorting.
m_MetaDataKey - Variable in class adams.flow.sink.sequenceplotter.SequencePlotSequence
the meta-data key to include in the comparison of data points.
m_MetaDataKey - Variable in class adams.flow.transformer.SetPlotContainerValue
the meta-data key to use.
m_MetaDataKey - Variable in class adams.gui.visualization.object.objectannotations.colors.PerType
the key in the meta-data that contains the type.
m_MetaDataKey - Variable in class adams.gui.visualization.object.objectannotations.colors.TypeColorMapping
the key in the meta-data that contains the type.
m_MetaDataKey - Variable in class adams.gui.visualization.object.objectannotations.label.Anchored
the key in the meta-data that contains the type.
m_MetaDataKey - Variable in class adams.gui.visualization.sequence.metadatacolor.ColorPerLabel
the meta-data key to use for obtaining the label.
m_MetaDataKey - Variable in class adams.gui.visualization.sequence.metadatacolor.ColorPerRegExpGroup
the meta-data key to use for obtaining the label.
m_MetaDataKey - Variable in class adams.gui.visualization.sequence.MetaDataValuePaintlet
the meta-data key.
m_MetaDataKey - Variable in class adams.gui.visualization.stats.paintlet.ScatterPaintletMetaDataValue
the meta-data key.
m_MetaDataKeys - Variable in class adams.data.io.output.ObjectLocationsSpreadSheetWriter
the meta-data keys to output as well (comma-separated).
m_MetaDataKeys - Variable in class adams.data.objectfilter.AttachOverlappingMetaData
the meta-data keys to attach.
m_MetaDataKeys - Variable in class adams.data.objectoverlap.AbstractObjectOverlap
the meta-data keys to copy.
m_MetaDataKeys - Variable in class adams.gui.visualization.image.leftclick.DeleteObjects
the keys in the meta-data.
m_MetaDataKeys - Variable in class adams.gui.visualization.image.leftclick.ViewObjects
the keys in the meta-data.
m_MetaDataKeys - Variable in class adams.gui.visualization.image.LocatedObjectsTableModel
all the meta-data keys.
m_MetaDataKeys - Variable in class adams.gui.visualization.object.mouseclick.DeleteObjects
the keys in the meta-data.
m_MetaDataKeys - Variable in class adams.gui.visualization.object.mouseclick.ViewObjects
the keys in the meta-data.
m_MetaDataKeyType - Variable in class adams.data.io.output.ObjectLocationsSpreadSheetWriter
the meta-data key for the type.
m_MetaDataLocation - Variable in class adams.flow.transformer.ImageFileReader
how to locate the meta-data.
m_MetaDataReader - Variable in class adams.flow.transformer.ImageFileReader
for reading the meta-data.
m_MetaDataType - Variable in class adams.flow.source.AbstractDatabaseMetaData
the type of meta-data to return.
m_MetaDataVariablePrefix - Variable in class adams.flow.transformer.ImageObjectToVariables
the prefix for the variables.
m_MetaDown - Variable in class adams.gui.visualization.image.leftclick.AbstractLeftClickProcessor
whether meta needs to be down.
m_MetaDown - Variable in class adams.gui.visualization.object.mouseclick.AbstractMouseClickProcessor
whether meta needs to be down.
m_MetaLevelClassifier - Variable in class weka.classifiers.meta.PartitionedStacking
the meta-level classifier.
m_MetaLevelData - Variable in class weka.classifiers.meta.PartitionedStacking
the header for the meta-level data.
m_MetaLevelHeader - Variable in class weka.classifiers.meta.ClassifierCascade
the meta-level structure.
m_MetaLevelStart - Variable in class weka.classifiers.meta.ClassifierCascade
the start indices for the classifier stats in the meta-levels.
m_MetaPrefix - Variable in class adams.data.io.input.OpexObjectLocationsReader
the prefix for the meta-data.
m_MetaPrefix - Variable in class adams.data.io.input.PascalVOCObjectLocationsReader
the prefix for the meta-data.
m_MetaPrefix - Variable in class adams.data.io.output.OpexObjectLocationsWriter
the prefix for the meta-data.
m_Method - Variable in class adams.flow.source.HttpRequest
the action method to use.
m_Method - Variable in class adams.flow.transformer.HttpRequest
the action method to use.
m_MethodName - Variable in class adams.flow.core.AbstractPyroCall
the name of the method.
m_Methods - Variable in class adams.gui.goe.PropertySheetPanel
Holds the methods of the target.
m_MiddleMouseButtonCloseApprover - Variable in class adams.gui.core.BaseTabbedPane
the approver for the middle mouse button.
m_MimeType - Variable in class adams.flow.transformer.HttpRequest
the mimetype.
m_min - Variable in class adams.data.outlier.MinMax
min.
m_min - Variable in class adams.opt.optimise.genetic.PackDataDef.DataInfo
 
m_min - Variable in class adams.opt.optimise.OptVar
Minimum value this variable can assume.
m_min - Variable in class weka.classifiers.meta.AbstainAttributePercentile
 
m_min - Variable in class weka.classifiers.meta.AbstainLeastMedianSq
 
m_Min - Variable in class adams.data.boofcv.features.Otsu
the min value.
m_Min - Variable in class adams.data.conversion.DoubleMatrixToBufferedImage
the fixed min.
m_Min - Variable in class adams.data.outlier.TimeseriesRange
the minimum acceptable value (incl).
m_Min - Variable in class adams.data.spreadsheet.filter.Normalize
the minimum value for a column.
m_Min - Variable in class adams.gui.visualization.sequence.pointpreprocessor.Jitter
the minimum jitter in pixels.
m_Min - Variable in class adams.gui.visualization.stats.boxplot.BoxPlotGraph
Minimum value for attribute
m_Min - Variable in class weka.classifiers.trees.RandomRegressionForest
the minimum number of instances in subsets
m_Min - Variable in class weka.filters.supervised.attribute.SIMPLSMatrixFilterFromGeneticString
 
m_Min - Variable in class weka.filters.unsupervised.instance.Scale
the minimum to use.
m_MinActual - Variable in class weka.classifiers.meta.MinMaxLimits
the actual limit to use for the lower limit.
m_MinChildWeight - Variable in class weka.classifiers.trees.XGBoost
The minimum child weight.
m_MinClassColumns - Variable in class adams.ml.capabilities.Capabilities
the minimum number of class attributes (-1 is undefined).
m_MinClassRangePercentage - Variable in class weka.classifiers.meta.MinMaxLimits
the percentage leeway for the class range of the lower limit (0-1 = 0-100%).
m_minClusterDensity - Variable in class weka.clusterers.SAXKMeans
The minimum cluster density (according to T2 distance) allowed.
m_MinColumns - Variable in class adams.ml.capabilities.Capabilities
the minimum number of columns (-1 is undefined).
m_MinConcentration - Variable in class adams.data.outlier.TargetRequired
the minimum concentration.
m_MinCounts - Variable in class adams.flow.transformer.BoofCVDetectLines
Minimum number of counts for detected line.
m_MinDimensionJComboBox - Variable in class adams.gui.core.ParameterPanel
the minimum dimensions for BaseComboBox components.
m_MinDistance - Variable in class adams.gui.visualization.image.selectionshape.PolygonPainter
the minimum distance in pixels that the trace pixels must be apart.
m_MinDistance - Variable in class adams.gui.visualization.object.annotator.PolygonAnnotator
the minimum distance in pixels that the trace pixels must be apart.
m_MinDistanceFromOrigin - Variable in class adams.flow.transformer.BoofCVDetectLines
the minimum distance from the origin.
m_MinElements - Variable in class adams.flow.condition.bool.HasElements
the number of elements to have at least.
m_MinFileTimestamp - Variable in class adams.core.io.lister.LocalDirectoryLister
the minimum file timestamp ("last modified").
m_MinHandling - Variable in class weka.classifiers.meta.MinMaxLimits
how the lower limit is handled.
m_MinHeight - Variable in class adams.flow.transformer.locateobjects.SizeFilter
the minimum height.
m_MinHeight - Variable in class adams.flow.transformer.negativeregions.MinDimensions
the minimum height.
m_MinHeight - Variable in class adams.flow.transformer.negativeregions.RandomRegions
the minimum height.
m_Minimal - Variable in class weka.attributeSelection.LinearRegressionAttributeEval
Conserve memory?
m_Minimal - Variable in class weka.classifiers.functions.LinearRegressionJ
Conserve memory?
m_MinimalWindow - Variable in class adams.gui.application.AbstractApplicationFrame
whether to not maximize the main window.
m_MinImprovement - Variable in class weka.classifiers.meta.ClassifierCascade
the minimum improvement between levels that the statistic must improve.
m_Minimum - Variable in class adams.core.discovery.genetic.AbstractGeneticDoubleDiscoveryHandler
the minimum.
m_Minimum - Variable in class adams.core.discovery.genetic.AbstractGeneticDoubleMatrixDiscoveryHandler
the minimum.
m_Minimum - Variable in class adams.core.discovery.genetic.AbstractGeneticFloatDiscoveryHandler
the minimum.
m_Minimum - Variable in class adams.core.discovery.genetic.AbstractGeneticIntegerArrayDiscoveryHandler
the minimum.
m_Minimum - Variable in class adams.core.discovery.genetic.AbstractGeneticIntegerDiscoveryHandler
the minimum.
m_Minimum - Variable in class adams.data.conversion.Minimum
the minimum to keep.
m_Minimum - Variable in class adams.data.featureconverter.CountValues
the minimum value.
m_Minimum - Variable in class adams.data.filter.TimeseriesValueSubset
the minimum.
m_Minimum - Variable in class adams.data.objectfinder.ByMetaDataNumericValue
the minimum value.
m_Minimum - Variable in class adams.data.objectfinder.PolygonPoints
the minimum value.
m_Minimum - Variable in class adams.data.objectfinder.Size
the minimum value.
m_Minimum - Variable in class adams.data.spreadsheet.rowfinder.ByDateValue
the minimum value.
m_Minimum - Variable in class adams.data.spreadsheet.rowfinder.ByNumericValue
the minimum value.
m_Minimum - Variable in class adams.data.spreadsheet.rowfinder.ByStringComparison
the minimum value.
m_Minimum - Variable in class adams.data.weka.rowfinder.ByNumericValue
the minimum value.
m_Minimum - Variable in class adams.flow.condition.bool.Counting
the minimum number of tokens to process before activating.
m_Minimum - Variable in class adams.flow.sink.ProgressBar
the minimum of the progress bar.
m_Minimum - Variable in class adams.flow.standalone.logevent.LevelFilter
the minimum level to accept.
m_Minimum - Variable in class adams.flow.transformer.wekaevaluationpostprocessor.SimpleSubRange
the minimum value.
m_Minimum - Variable in class adams.gui.visualization.core.axis.AbstractAxisModel
the minimum.
m_Minimum - Variable in class adams.gui.visualization.core.axis.Zoom
the minimum.
m_MinimumActiveActors - Variable in class adams.flow.control.AbstractTee
the minimum active actors this handler requires.
m_MinimumChars - Variable in class adams.gui.core.SearchPanel
the minimum number of characters before triggering search events.
m_MinimumChars - Variable in class adams.gui.goe.GenericObjectEditor
the minimum number of characters before triggering search events.
m_MinimumChars - Variable in class adams.gui.goe.GenericObjectEditorClassTreePanel
the minimum number of characters before triggering search events.
m_MinimumImprovement - Variable in class adams.opt.genetic.stopping.MaxIterationsWithoutImprovement
the minimum required improvement (percent: 0-1).
m_MinimumImprovement - Variable in class adams.opt.genetic.stopping.MaxTrainTimeWithoutImprovement
the minimum required improvement (percent: 0-1).
m_MinimumIncluded - Variable in class adams.data.featureconverter.CountValues
whether the minimum value is included.
m_MinimumIncluded - Variable in class adams.data.objectfinder.ByMetaDataNumericValue
whether the minimum value is included.
m_MinimumIncluded - Variable in class adams.data.objectfinder.PolygonPoints
whether the minimum value is included.
m_MinimumIncluded - Variable in class adams.data.objectfinder.Size
whether the minimum value is included.
m_MinimumIncluded - Variable in class adams.data.spreadsheet.rowfinder.ByDateValue
whether the minimum value is included.
m_MinimumIncluded - Variable in class adams.data.spreadsheet.rowfinder.ByNumericValue
whether the minimum value is included.
m_MinimumIncluded - Variable in class adams.data.spreadsheet.rowfinder.ByStringComparison
whether the minimum value is included.
m_MinimumIncluded - Variable in class adams.data.weka.rowfinder.ByNumericValue
whether the minimum value is included.
m_MinimumIncluded - Variable in class adams.flow.transformer.wekaevaluationpostprocessor.SimpleSubRange
whether the minimum value is included.
m_MinimumPixelDifference - Variable in class adams.gui.visualization.core.plot.AbstractDistanceBasedHitDetector
the minimum pixel difference to use for determining hit or miss.
m_MinIntersectOverUnionRatio - Variable in class adams.data.objectoverlap.IntersectOverUnionRatio
the minimum IOU ratio to use.
m_MinIntersectOverUnionRatio - Variable in class adams.flow.transformer.IntersectOverUnion
the minimum iou ratio to use.
m_MinLag - Variable in class adams.flow.core.LagMakerOptions
the minimum lag.
m_MinLength - Variable in class adams.flow.condition.bool.HasLength
the minimum number of elements.
m_MinManual - Variable in class weka.classifiers.meta.MinMaxLimits
the manual limit for the lower limit.
m_minNumInstances - Variable in class weka.classifiers.trees.m5.M5Base2
The minimum number of instances to allow at a leaf node
m_MinNumParentDirs - Variable in class adams.core.AbstractFileBasedHistory
the minimum number of parent directories to use.
m_MinNumParentDirs - Variable in class adams.gui.core.RecentFilesHandler
the minimum number of parent directories to use.
m_MinNumParentDirs - Variable in class adams.gui.core.RecentFilesHandlerWithCommandline
the minimum number of parent directories to use.
m_MinNumParentDirs - Variable in class adams.gui.core.RecentFilesWithEncodingHandler
the minimum number of parent directories to use.
m_MinNumValues - Variable in class adams.data.spc.MOACUSUM
the minimum number of values before testing.
m_MinNumValues - Variable in class adams.data.spc.MOAPageHinkley
the minimum number of values before testing.
m_MinOverlapRatio - Variable in class adams.data.objectoverlap.AreaRatio
the minimum overlap ratio to use.
m_MinOverlapRatio - Variable in class adams.flow.transformer.CompareObjectTypes
the minimum overlap ratio to use.
m_MinOverlapRatio - Variable in class adams.flow.transformer.DeleteOverlappingImageObjects
the minimum overlap ratio to use.
m_MinOverlapRatio - Variable in class adams.flow.transformer.ImageObjectOverlap
the minimum overlap ratio to use.
m_MinOverlapRatio - Variable in class adams.flow.transformer.MergeObjectLocations
the minimum overlap ratio to use.
m_MinPoints - Variable in class adams.data.spc.OnOneSideViolations
the minimum number of data points on one side before flagging as violation.
m_MinProbability - Variable in class weka.classifiers.meta.AbstainMinimumProbability
the minimum probability that the classification must meet (0-1).
m_MinProbability - Variable in class weka.classifiers.meta.ThresholdedBinaryClassification
the minimum probability for the label.
m_MinRows - Variable in class adams.flow.condition.bool.HasRows
the minimum number of rows.
m_MinRows - Variable in class adams.ml.capabilities.Capabilities
the minimum number of columns (-1 is undefined).
m_Mins - Variable in class weka.classifiers.meta.AbstainAverage
 
m_Mins - Variable in class weka.classifiers.meta.AbstainAverageWithClassifierWeights
 
m_Mins - Variable in class weka.classifiers.meta.AbstainVote
 
m_MinSamples - Variable in class weka.filters.unsupervised.attribute.InterquartileRangeSamp
the minimum number of samples.
m_MinSize - Variable in class adams.core.io.fileuse.FileSizeChange
the minimum file size.
m_MinSize - Variable in class adams.data.binning.postprocessing.MinBinSize
the minimum size.
m_MinSize - Variable in class adams.flow.condition.bool.HasSize
the minimum number of elements.
m_MinSize - Variable in class adams.flow.source.RSync
 
m_MinSize - Variable in class adams.flow.transformer.locateobjects.XScreenMaskLocator
Minimum object size.
m_MinSpaces - Variable in class adams.data.io.input.AutoWidthTabularSpreadSheetReader
the minimum number of spaces between columns.
m_MinUserMode - Variable in class adams.core.option.AbstractOption
in what usermode to show this option.
m_MinValue - Variable in class adams.data.opencv.features.Histogram
the minimum value.
m_MinValue - Variable in class adams.data.outlier.TimeseriesMinPoints
the minimum value.
m_MinValue - Variable in class adams.data.random.JavaRandomInt
the minimum value for the numbers to generate.
m_MinValue - Variable in class adams.data.random.JavaRandomIntUnseeded
the minimum value for the numbers to generate.
m_MinValue - Variable in class adams.data.timeseries.Timeseries
point of smallest value.
m_MinWidth - Variable in class adams.data.weka.evaluator.IntervalEstimatorBased
the minimum width encountered.
m_MinWidth - Variable in class adams.flow.transformer.locateobjects.SizeFilter
the minimum width.
m_MinWidth - Variable in class adams.flow.transformer.negativeregions.MinDimensions
the minimum width.
m_MinWidth - Variable in class adams.flow.transformer.negativeregions.RandomRegions
the minimum width.
m_MinX - Variable in class adams.data.sequence.XYSequence
the minimum X point.
m_MinX - Variable in class adams.gui.visualization.sequence.PaintletWithFixedXRange
the minimum of X.
m_MinX - Variable in class adams.gui.visualization.sequence.PaintletWithFixedXYRange
the minimum of Y.
m_MinX - Variable in class adams.gui.visualization.timeseries.PaintletWithFixedXRange
the minimum of X.
m_MinX - Variable in class adams.gui.visualization.timeseries.PaintletWithFixedXYRange
the minimum of Y.
m_MinY - Variable in class adams.data.sequence.XYSequence
the minimum Y point.
m_MinY - Variable in class adams.gui.visualization.sequence.PaintletWithFixedYRange
the minimum of Y.
m_MinY - Variable in class adams.gui.visualization.timeseries.PaintletWithFixedYRange
the minimum of Y.
m_MinZeroes - Variable in class weka.filters.unsupervised.instance.RemoveWithZeroes
the minimum number of zeroes that a row must have.
m_Mirrors - Variable in class adams.db.mirrored.DbBackend
the database connections of the mirrors.
m_MirrorsForUrls - Variable in class adams.db.mirrored.DbBackend
the urls the mirrors are for.
m_Missing - Variable in class adams.data.instancesanalysis.pls.AbstractMultiClassPLS
for replacing missing values
m_Missing - Variable in class adams.data.instancesanalysis.pls.AbstractSingleClassPLS
for replacing missing values
m_Missing - Variable in class adams.tools.CompareDatasets
the output file for missing tests (CSV format).
m_Missing - Variable in class weka.classifiers.functions.GaussianProcessesAdaptive
The filter used to get rid of missing values.
m_Missing - Variable in class weka.classifiers.functions.GaussianProcessesNoWeights
The filter used to get rid of missing values.
m_Missing - Variable in class weka.classifiers.functions.GaussianProcessesWeighted
The filter used to get rid of missing values.
m_Missing - Variable in class weka.classifiers.functions.GPD
The filter used to get rid of missing values.
m_MissingActorIcon - Variable in class adams.gui.goe.actorpathtree.ActorPathTreeRenderer
the missing actor icon.
m_MissingActorIcon - Variable in class adams.gui.goe.classtree.ClassTreeRenderer
the missing actor icon.
m_MissingColor - Variable in class adams.gui.visualization.instances.AttributeValueCellRenderer
the color for missing values
m_MissingColorSelected - Variable in class adams.gui.visualization.instances.AttributeValueCellRenderer
the color for selected missing values
m_MissingFilter - Variable in class weka.classifiers.functions.LinearRegressionJ
The filter for removing missing values.
m_MissingKey - Variable in class adams.data.groupextraction.SpreadSheetCellWithLookUp
the behavior for missing keys.
m_MissingKey - Variable in class adams.flow.source.LookUp
the behavior for missing keys.
m_MissingKey - Variable in class adams.flow.transformer.LookUp
the behavior for missing keys.
m_MissingLab - Variable in class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeSummaryPanel.AttributeInfoPanel
Displays the number of missing values
m_MissingReplacementType - Variable in class adams.flow.transformer.SpreadSheetConvertCells
the data type of the replacement value.
m_MissingReplacementType - Variable in class adams.flow.transformer.SpreadSheetConvertHeaderCells
the data type of the replacement value.
m_MissingReplacementType - Variable in class adams.flow.transformer.SpreadSheetTransformCells
the data type of the replacement value.
m_MissingReplacementType - Variable in class adams.flow.transformer.SpreadSheetTransformHeaderCells
the data type of the replacement value.
m_MissingReplacementValue - Variable in class adams.flow.transformer.SpreadSheetConvertCells
the value to use instead of missing.
m_MissingReplacementValue - Variable in class adams.flow.transformer.SpreadSheetConvertHeaderCells
the value to use instead of missing.
m_MissingReplacementValue - Variable in class adams.flow.transformer.SpreadSheetTransformCells
the value to use instead of missing.
m_MissingReplacementValue - Variable in class adams.flow.transformer.SpreadSheetTransformHeaderCells
the value to use instead of missing.
m_MissingValue - Variable in class adams.data.conversion.SpreadSheetToNumeric
the replacement value for missing values.
m_MissingValue - Variable in class adams.data.featureconverter.FixedColumnText
the string to use for missing values.
m_MissingValue - Variable in class adams.data.featureconverter.Text
the string to use for missing values.
m_MissingValue - Variable in class adams.data.groupextraction.SpreadSheetCellWithLookUp
the missing value.
m_MissingValue - Variable in class adams.data.io.input.AbstractMultiSheetSpreadSheetReaderWithMissingValueSupport
The placeholder for missing values.
m_MissingValue - Variable in class adams.data.io.input.AbstractSpreadSheetReaderWithMissingValueSupport
The placeholder for missing values.
m_MissingValue - Variable in class adams.data.io.input.CsvSpreadSheetReader.ChunkReader
the missing value.
m_MissingValue - Variable in class adams.data.io.output.AbstractMultiSheetSpreadSheetWriterWithMissingValueSupport
The placeholder for missing values.
m_MissingValue - Variable in class adams.data.io.output.AbstractSpreadSheetWriterWithMissingValueSupport
The placeholder for missing values.
m_MissingValue - Variable in class adams.flow.source.LookUp
the missing value.
m_MissingValue - Variable in class adams.flow.transformer.LookUp
the missing value.
m_MissingValue - Variable in class adams.flow.transformer.SpreadSheetStorageRowIterator
the value to use for missing cells.
m_MissingValue - Variable in class adams.flow.transformer.SpreadSheetVariableRowIterator
the value to use for missing cells.
m_MissingValue - Variable in class adams.gui.core.spreadsheetpreview.SimpleHTML
the string to use for missing values.
m_MissingValue - Variable in class adams.gui.core.spreadsheetpreview.SimpleHTML.SimpleTextPanel
the string to use for missing values.
m_MissingValue - Variable in class adams.gui.core.spreadsheetpreview.SimpleText
the string to use for missing values.
m_MissingValue - Variable in class adams.gui.core.spreadsheetpreview.SimpleText.SimpleTextPanel
the string to use for missing values.
m_MissingValueColor - Variable in class adams.data.conversion.DoubleMatrixToBufferedImage
the color for missing values.
m_Mode - Variable in class adams.data.io.input.OpenCVImageReader
the mode.
m_Mode - Variable in class adams.flow.standalone.PyroNameServer
whether to launch a nameserver instance or just connect to an existing one.
m_Model - Variable in class adams.flow.condition.bool.WekaClassification
the model that was loaded from the model file.
m_Model - Variable in class adams.flow.core.AbstractModelLoader
the model.
m_Model - Variable in class adams.flow.sink.PropertiesDisplay
the table model for the propeties.
m_Model - Variable in class adams.flow.source.WekaForecasting
the model that was loaded from the model file.
m_Model - Variable in class adams.flow.transformer.AbstractProcessWekaInstanceWithModel
the model that was loaded from the model file.
m_Model - Variable in class adams.gui.core.CheckableTableModel
the wrapped table model.
m_Model - Variable in class adams.gui.core.dom.DOMTreeWithPreview
the key-value pair table model.
m_Model - Variable in class adams.gui.core.SearchableBaseList
the searchable model.
m_Model - Variable in class adams.gui.core.SearchableWrapperListModel
the actual list model.
m_Model - Variable in class adams.gui.core.SortableAndSearchableTable
the sortable/searchable model.
m_Model - Variable in class adams.gui.core.SortableAndSearchableWrapperTableModel
the actual table model.
m_Model - Variable in class adams.gui.flow.tab.EffectiveTagsTab
the model for the tags.
m_Model - Variable in class adams.gui.tools.PlaceholderManagementPanel
the underlying table model.
m_Model - Variable in class adams.gui.tools.VariableManagementPanel
the underlying table model.
m_Model - Variable in class adams.gui.tools.wekainvestigator.tab.AbstractInvestigatorTabWithDataTable
the table model.
m_Model - Variable in class adams.gui.tools.wekainvestigator.tab.associatetab.ResultItem
the model.
m_Model - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.FromPredictions
the fake model.
m_Model - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.ReevaluateModel
the current model.
m_Model - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.ResultItem
the model.
m_Model - Variable in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.ReevaluateModel
the current model.
m_Model - Variable in class adams.gui.tools.wekainvestigator.tab.clustertab.ResultItem
the model.
m_Model - Variable in class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeSelectionPanel
The table model containing attribute names and selection status
m_Model - Variable in class adams.gui.tools.wekamultiexperimenter.setup.ClassifierPanel
the model.
m_Model - Variable in class adams.gui.tools.wekamultiexperimenter.setup.DatasetPanel
the model.
m_Model - Variable in class adams.gui.visualization.core.AxisPanel
the axis model.
m_Model - Variable in class adams.ml.model.classification.WekaClassificationModel
the underlying model.
m_Model - Variable in class adams.ml.model.clustering.WekaClusteringModel
the underlying model.
m_Model - Variable in class adams.ml.model.regression.WekaRegressionModel
the underlying model.
m_Model - Variable in class weka.attributeSelection.AbstractPLSAttributeEval
the underlying model.
m_Model - Variable in class weka.attributeSelection.LinearRegressionAttributeEval
the underlying model.
m_Model - Variable in class weka.classifiers.functions.GeneticAlgorithm
the final model.
m_ModelActor - Variable in class adams.flow.condition.bool.WekaClassification
the callable actor to get the model from.
m_ModelActor - Variable in class adams.flow.core.AbstractModelLoader
the model actor.
m_ModelActor - Variable in class adams.flow.source.WekaForecasting
the callable actor to get the model from.
m_ModelArchiveFiles - Variable in class adams.gui.tools.PreviewBrowserPanel
the model for the archive files.
m_ModelArchiveHandlers - Variable in class adams.gui.tools.PreviewBrowserPanel
the model of the combobox.
m_ModelAttachments - Variable in class adams.gui.dialog.DisplayEmailPanel
the attachments model.
m_ModelAttributesColor - Variable in class adams.gui.tools.wekainvestigator.tab.InstanceTab
the color attribute model.
m_ModelAttributesID - Variable in class adams.gui.tools.wekainvestigator.tab.InstanceTab
the attribute model.
m_ModelAvailableAttributes - Variable in class adams.gui.visualization.stats.boxplot.BoxPlotManager
attributes that can be chosen
m_ModelBuilt - Variable in class weka.classifiers.functions.LinearRegressionJ
Model already built?
m_ModelBuilt - Variable in class weka.classifiers.timeseries.BaselineAdjustedForecaster
whether a model was built.
m_ModelChosenAttributes - Variable in class adams.gui.visualization.stats.boxplot.BoxPlotManager
attributes that have been chosen
m_ModelClass - Variable in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.ClassesToClusters
the class attribute model.
m_ModelColor - Variable in class adams.gui.visualization.stats.scatterplot.ScatterPlot
Model for the comboBox choosing the color attribute to display
m_ModelCommonIDs - Variable in class adams.gui.tools.wekainvestigator.tab.CompareTab
the model with the common IDs.
m_ModelCompounds - Variable in class adams.gui.visualization.report.ReportFactory.StandardsDialog
the list model for the compounds.
m_ModelContentHandlers - Variable in class adams.gui.tools.previewbrowser.PreviewDisplay
the model of the combobox.
m_ModelDatasets - Variable in class adams.gui.tools.wekainvestigator.tab.associatetab.evaluation.Train
the datasets model.
m_ModelDatasets - Variable in class adams.gui.tools.wekainvestigator.tab.attseltab.evaluation.CrossValidation
the datasets model.
m_ModelDatasets - Variable in class adams.gui.tools.wekainvestigator.tab.attseltab.evaluation.Train
the datasets model.
m_ModelDatasets - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.BuildModel
the datasets model.
m_ModelDatasets - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.CrossValidation
the datasets model.
m_ModelDatasets - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.IndexedSplitsRunsEvaluation
the datasets model.
m_ModelDatasets - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.ReevaluateModel
the datasets model.
m_ModelDatasets - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.RepeatedCrossValidation
the datasets model.
m_ModelDatasets - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.TrainTestSet
the datasets model.
m_ModelDatasets - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.TrainTestSplit
the datasets model.
m_ModelDatasets - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.TrainValidateTestSet
the datasets model.
m_ModelDatasets - Variable in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.BuildModel
the datasets model.
m_ModelDatasets - Variable in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.ClassesToClusters
the datasets model.
m_ModelDatasets - Variable in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.CrossValidation
the datasets model.
m_ModelDatasets - Variable in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.ReevaluateModel
the datasets model.
m_ModelDatasets - Variable in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.TrainTestSet
the datasets model.
m_ModelDatasets - Variable in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.TrainTestSplit
the datasets model.
m_ModelDatasets - Variable in class adams.gui.tools.wekainvestigator.tab.experimenttab.setup.CrossValidationSetup
the datasets model.
m_ModelDatasets - Variable in class adams.gui.tools.wekainvestigator.tab.experimenttab.setup.TrainTestSplitSetup
the datasets model.
m_ModelDatasets - Variable in class adams.gui.tools.wekainvestigator.tab.IndependentComponentsTab
the datasets model.
m_ModelDatasets - Variable in class adams.gui.tools.wekainvestigator.tab.InstanceTab
the datasets model.
m_ModelDatasets - Variable in class adams.gui.tools.wekainvestigator.tab.PartialLeastSquaresTab
the datasets model.
m_ModelDatasets - Variable in class adams.gui.tools.wekainvestigator.tab.PrincipalComponentsTab
the datasets model.
m_ModelEvaluations - Variable in class adams.gui.tools.wekainvestigator.tab.AssociateTab
the model with the available evaluations.
m_ModelEvaluations - Variable in class adams.gui.tools.wekainvestigator.tab.AttributeSelectionTab
the model with the available evaluations.
m_ModelEvaluations - Variable in class adams.gui.tools.wekainvestigator.tab.ClassifyTab
the model with the available evaluations.
m_ModelEvaluations - Variable in class adams.gui.tools.wekainvestigator.tab.ClusterTab
the model with the available evaluations.
m_ModelFile - Variable in class adams.flow.condition.bool.WekaClassification
the serialized model to load.
m_ModelFile - Variable in class adams.flow.core.AbstractModelLoader
the mode file.
m_ModelFile - Variable in class adams.flow.source.WekaForecasting
the serialized model to load.
m_ModelFile - Variable in class adams.flow.standalone.DeserializeToStorage
the file to deserialize.
m_ModelFileChooser - Variable in class adams.gui.tools.wekainvestigator.tab.AssociateTab.HistoryPanel
the file chooser for models.
m_ModelFileChooser - Variable in class adams.gui.tools.wekainvestigator.tab.ClassifyTab.HistoryPanel
the file chooser for models.
m_ModelFileChooser - Variable in class adams.gui.tools.wekainvestigator.tab.ClusterTab.HistoryPanel
the file chooser for models.
m_ModelFirstDataset - Variable in class adams.gui.tools.wekainvestigator.tab.CompareTab
the first dataset model.
m_ModelFirstID - Variable in class adams.gui.tools.wekainvestigator.tab.CompareTab
the first ID attribute model.
m_ModelFontName - Variable in class adams.gui.chooser.FontChooserPanelWithPreview
The font name chooser model.
m_ModelIDs - Variable in class adams.gui.tools.wekainvestigator.tab.InstanceTab
the model with the IDs.
m_ModelListener - Variable in class adams.gui.goe.GenericArrayEditor
the listener for model updates.
m_ModelLoader - Variable in class adams.flow.transformer.AbstractProcessWekaInstanceWithModel
the model loader.
m_ModelLoader - Variable in class adams.flow.transformer.WekaFilter
the model loader.
m_ModelLoadingType - Variable in class adams.flow.core.AbstractModelLoader
the loading type.
m_ModelLocalFiles - Variable in class adams.gui.tools.PreviewBrowserPanel
the model for the local files.
m_ModelMetric - Variable in class adams.gui.tools.wekamultiexperimenter.analysis.DefaultAnalysisPanel
the model for the metric.
m_ModelNames - Variable in class adams.gui.wizard.WizardPane
the model for displaying the page names.
m_ModelObjects - Variable in class adams.gui.visualization.image.AbstractObjectOverlayFromReport.LocatedObjectsPanel
the table model with the objects.
m_ModelObjects - Variable in class adams.gui.visualization.image.ObjectAnnotations.LocatedObjectsPanel
the table model with the objects.
m_ModelPoints - Variable in class adams.gui.visualization.image.AbstractPointOverlayFromReport.LocatedPointsPanel
the list model with the objects.
m_ModelProperties - Variable in class adams.gui.visualization.image.ImagePanel
the table model with all the properties.
m_ModelRecipients - Variable in class adams.gui.dialog.DisplayEmailPanel
the recipients model.
m_ModelReport - Variable in class adams.gui.visualization.object.annotationsdisplay.DefaultAnnotationsDisplayPanel
the table model with the report.
m_ModelResetVariable - Variable in class adams.flow.transformer.AbstractProcessWekaInstanceWithModel
the variable to monitor for changes, triggering resets of the model.
m_ModelResults - Variable in class adams.gui.tools.FindInFilesPanel
the model for the results.
m_ModelSecondDataset - Variable in class adams.gui.tools.wekainvestigator.tab.CompareTab
the second dataset model.
m_ModelSecondID - Variable in class adams.gui.tools.wekainvestigator.tab.CompareTab
the second ID attribute model.
m_ModelSetups - Variable in class adams.gui.tools.wekainvestigator.tab.ExperimentTab
the model with the available setups.
m_ModelStorage - Variable in class adams.flow.core.AbstractModelLoader
the model storage.
m_ModelStorageNames - Variable in class adams.gui.flow.tab.StorageNamesTab
the model for the names.
m_ModelValues - Variable in class adams.gui.tools.AbstractManagementPanel
the table model for the objects.
m_ModelVariables - Variable in class adams.gui.flow.tab.AttachedVariablesTab
the model for the variables.
m_ModelVariables - Variable in class adams.gui.flow.tab.VariablesTab
the model for the variables.
m_ModelX - Variable in class adams.gui.visualization.stats.scatterplot.ScatterPlot
Model for the comboBox choosing the x attribute to display
m_ModelY - Variable in class adams.gui.visualization.stats.scatterplot.ScatterPlot
Model for the comboBox choosing the y attribute to display
m_Modified - Variable in class adams.core.management.CharsetHelper
whether the settings got modified.
m_Modified - Variable in class adams.core.management.LocaleHelper
whether the settings got modified.
m_Modified - Variable in class adams.core.management.TimeZoneHelper
whether the settings got modified.
m_Modified - Variable in class adams.core.net.ProxyHelper
whether the settings got modified.
m_Modified - Variable in class adams.data.tesseract.TesseractHelper
whether the settings got modified.
m_Modified - Variable in class adams.flow.processor.AbstractModifyingProcessor
whether the flow was modified.
m_Modified - Variable in class adams.flow.setup.FlowSetupManager
whether manager got modified.
m_Modified - Variable in class adams.gui.core.AbstractTextAreaPanelWithAdvancedSyntaxHighlighting
whether the content was modified.
m_Modified - Variable in class adams.gui.core.KeyValuePairTableModel
whether the values were modified.
m_Modified - Variable in class adams.gui.core.SpreadSheetTableModel
whether the model is modified.
m_Modified - Variable in class adams.gui.core.StyledTextEditorPanel
whether the content was modified.
m_Modified - Variable in class adams.gui.core.TextEditorPanel
whether the content was modified.
m_Modified - Static variable in class adams.gui.core.UISettings
whether settings are not yet saved.
m_Modified - Variable in class adams.gui.flow.tree.Tree
whether the setup was modified or not.
m_Modified - Variable in class adams.gui.goe.Favorites
whether the favorites were modified.
m_Modified - Variable in class adams.gui.goe.GenericArrayEditor
whether the content got modified.
m_Modified - Variable in class adams.gui.scripting.AbstractScriptingDialog
whether the current content was modified.
m_Modified - Variable in class adams.gui.tools.PlaceholderManagementPanel.PlaceholderTableModel
whether the values got modified.
m_Modified - Variable in class adams.gui.tools.previewbrowser.ContentHandlerFavorites
whether the favorites were modified.
m_Modified - Variable in class adams.gui.tools.wekainvestigator.data.AbstractDataContainer
whether the data has been modified.
m_Modified - Variable in class adams.gui.tools.wekamultiexperimenter.setup.AbstractSetupPanel
whether the setup has been modified.
m_Modified - Variable in class adams.gui.visualization.image.ImagePanel
whether the image was modified.
m_Modified - Variable in class adams.gui.visualization.object.tools.AbstractTool
whether the settings are currently modified.
m_ModifiedActor - Variable in class adams.flow.processor.AbstractModifyingProcessor
the modified flow.
m_ModifiedSearchMethod - Variable in class weka.classifiers.lazy.LWLSynchroPrefilter
 
m_ModifiersEx - Variable in class adams.gui.event.ImagePanelLeftClickEvent
the associated modifiers.
m_ModifiersEx - Variable in class adams.gui.event.ImagePanelSelectionEvent
the associated modifiers.
m_ModifyWindow - Variable in class adams.flow.source.RSync
 
m_Modules - Variable in class adams.env.Modules
the available modules.
m_Moment - Variable in class adams.data.image.features.Moment
the moment to compute.
m_Monitor - Variable in class adams.flow.control.flowrestart.trigger.FileMonitor
the type of monitor to use.
m_Monitor - Variable in class adams.flow.control.flowrestart.trigger.MonitorItself
the type of monitor to use.
m_Monitor - Variable in class adams.flow.core.AbstractExternalActor
the file monitor.
m_Monitor - Variable in class adams.flow.source.AbstractPythonExecution
the runnable executing the command.
m_Monitor - Variable in class adams.flow.source.Command
the runnable executing the command.
m_Monitor - Variable in class adams.flow.standalone.PyroNameServer
the runnable executing the command.
m_Monitor - Variable in class adams.flow.standalone.QueueInit
the callable name for the monitor.
m_Monitor - Variable in class adams.flow.transformer.FileChanged
the type of monitor to use.
m_Monitor - Variable in class adams.gui.core.MemoryMonitorPanel
performs the actual monitoring.
m_Monitor - Variable in class adams.gui.tools.wekainvestigator.data.FileContainer
the file monitor to use.
m_MonitorActor - Variable in class adams.flow.standalone.QueueInit
the monitor actor.
m_MonitoredFile - Variable in class adams.flow.control.flowrestart.trigger.FileMonitor
the file to monitor.
m_Monitoring - Variable in class adams.flow.control.StorageQueueHandler
the (optional) monitoring actor.
m_Monitors - Variable in class adams.core.io.filechanged.MultiMonitor
the base monitors to use.
m_More - Variable in class weka.classifiers.trees.RandomRegressionForest.Node
 
m_MoreMemory - Variable in class adams.scripting.command.basic.Restart
whether to restart with more memory.
m_Morphologies - Variable in class adams.flow.transformer.PredictionEccentricity
the morphologies to apply.
m_Morphologies - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.output.PredictionEccentricity
the morphologies to apply.
m_MotionListener - Variable in class adams.gui.visualization.object.tools.AbstractTool
the mouse motion listener.
m_MotionListener - Variable in class adams.gui.visualization.segmentation.tool.AbstractTool
the mouse motion listener.
m_MouseAdapter - Variable in class adams.gui.core.FilePanel
the mouse adapter.
m_MouseClick - Variable in class adams.flow.transformer.ImageObjectAnnotator
the mouse click processor.
m_MouseClickAction - Variable in class adams.flow.sink.ControlChartPlot
the mouse click action.
m_MouseClickAction - Variable in class adams.flow.sink.ScatterDisplay
the mouse click action.
m_MouseClickAction - Variable in class adams.flow.sink.SequencePlotter
the mouse click action.
m_MouseClickAction - Variable in class adams.flow.sink.sequenceplotter.SequencePlotterPanel
the mouse click action.
m_MouseClickAction - Variable in class adams.flow.sink.SimplePlot
the mouse click action.
m_MouseClickAction - Variable in class adams.gui.visualization.stats.scatterplot.ScatterPlot
the mouse click action.
m_MouseClickListeners - Variable in class adams.gui.visualization.core.PlotPanel
the mouse click listeners.
m_MouseClickProcessor - Variable in class adams.gui.visualization.object.ObjectAnnotationPanel
the mouse click processor.
m_MouseListener - Variable in class adams.gui.core.BaseStatusBar
a mouse listener for displaying the message in a dialog.
m_MouseListener - Variable in class adams.gui.core.SortableAndSearchableWrapperTableModel
the mouse listener in use.
m_MouseListener - Variable in class adams.gui.visualization.image.ColorPickerPanel
the mouse listener.
m_MouseListener - Variable in class adams.gui.visualization.object.annotator.BoundingBoxAnnotator
the mouse listener to install.
m_MouseListener - Variable in class adams.gui.visualization.object.annotator.PolygonAnnotator
the mouse listener to install.
m_MouseListener - Variable in class adams.gui.visualization.object.annotator.PolygonPointAnnotator
the mouse listener to install.
m_MouseListener - Variable in class adams.gui.visualization.object.annotator.SimplePointAnnotator
the mouse listener to install.
m_MouseMotionListener - Variable in class adams.gui.visualization.image.ColorPickerPanel
the mouse motion listener.
m_MouseMotionListener - Variable in class adams.gui.visualization.object.annotator.BoundingBoxAnnotator
the mouse motion listener to install.
m_MouseMotionListener - Variable in class adams.gui.visualization.object.annotator.PolygonAnnotator
the mouse motion listener to install.
m_MouseMotionListener - Variable in class adams.gui.visualization.object.annotator.SimplePointAnnotator
the mouse motion listener to install.
m_MouseMovementTrackers - Variable in class adams.gui.visualization.core.plot.ContentPanel
the mouse movement trackers.
m_MoveFiles - Variable in class adams.flow.standalone.DirWatch
whether to move the files before transmitting them.
m_MovingTab - Variable in class adams.gui.core.DragAndDropTabbedPane
whether the tab is being moved.
m_Msgs2stderr - Variable in class adams.flow.source.RSync
 
m_MultiLineComment - Variable in class adams.gui.scripting.SyntaxDocument
whether multi-line comments are enabled.
m_MultiLineCommentEnd - Variable in class adams.gui.scripting.SyntaxDocument
the multi-line comment end.
m_MultiLineCommentStart - Variable in class adams.gui.scripting.SyntaxDocument
the multi-line comment start.
m_MultiPagePane - Variable in class adams.gui.dialog.MultiSpreadSheetDialog
the tabbed pane for the spreadsheets.
m_MultiPagePane - Variable in class adams.gui.tools.ImageProcessorPanel
the tabbed pane for the images.
m_MultiPagePane - Variable in class adams.gui.tools.SpreadSheetViewerPanel
the multi-page pane for displaying the spreadsheets.
m_MultiPagePane - Variable in class adams.gui.tools.SqlWorkbenchPanel
the multi-page pane.
m_MultiPagePane - Variable in class adams.gui.visualization.container.NotesFactory.Dialog
the multi-page pane for displaying the statistics.
m_MultiPagePane - Variable in class adams.gui.visualization.image.ImageViewerPanel
the tabbed pane with the images.
m_MultiPagePane - Variable in class adams.gui.visualization.pdf.PDFViewerPanel
the multipage pane for displaying the PDF files.
m_MultiPagePane - Variable in class adams.gui.visualization.statistics.InformativeStatisticFactory.Dialog
the multi-page pane for displaying the statistics.
m_MultiPagePanel - Variable in class adams.gui.application.PreferencesManagerPanel
the multi-page pane with all the setups.
m_Multiple - Variable in class adams.core.option.AbstractArgumentOption
indicates whether the option can appear multiple times (for array properties).
m_MultipleSelection - Variable in class adams.gui.selection.SelectFieldPanel
whether to allow multi-selection (blank-separated list).
m_Multiplier - Variable in class adams.flow.transformer.wekaevaluationpostprocessor.RemoveWorstStdDev
the multiplier for the standard deviation.
m_MultiSelect - Variable in class adams.flow.source.valuedefinition.ListSelectionValueDefinition
whether to use multi-select.
m_MultiSelect - Variable in class adams.gui.chooser.SelectOptionPanel
whether to use multi-select.
m_MultiSelection - Variable in class adams.flow.transformer.SpreadSheetSelectSubset
whether to allow multiple rows to be selected.
m_MultiSelection - Variable in class adams.gui.core.FilePanel
whether to allow multiple files to be selected.
m_MultiSelectionEnabled - Variable in class adams.flow.source.SelectDirectory
whether to allow multi-selection.
m_MungeLinks - Variable in class adams.flow.source.RSync
 
m_myInstances - Variable in class weka.core.neighboursearch.PCANNSearch
 
m_myInstances - Variable in class weka.core.neighboursearch.TransformNNSearch
Transformed instances.
m_n - Variable in class weka.core.SAXDistance
pre-sax number of attributes.
m_N - Variable in class weka.filters.supervised.attribute.YGradientEPO
Number of eigenvectors to keep.
m_name - Variable in class adams.opt.optimise.genetic.PackDataDef.DataInfo
 
m_name - Variable in class adams.opt.optimise.OptVar
This variable's name.
m_Name - Variable in class adams.core.base.BaseAnnotation.Tag
the name of the tag.
m_Name - Variable in class adams.core.discovery.PropertyPath.PathElement
the property.
m_Name - Variable in class adams.core.io.FixedFilenameGenerator
the name to use.
m_Name - Variable in class adams.core.io.SftpFileObject
the file/dir (if no entry).
m_Name - Variable in class adams.core.io.SimpleFixedFilenameGenerator
the file to use.
m_Name - Variable in class adams.core.logging.Logger
the name of the logger.
m_Name - Variable in class adams.core.tags.TagInfo
the name.
m_Name - Variable in class adams.data.indexedsplits.SplitIndices
the name.
m_Name - Variable in class adams.data.report.AbstractField
the name of the field.
m_Name - Variable in class adams.data.spreadsheet.columnfinder.ByExactName
the string to match the attribute names against.
m_Name - Variable in class adams.data.spreadsheet.DefaultSpreadSheet
the name of the spreadsheet.
m_Name - Variable in class adams.data.weka.classattribute.ByExactName
the string to match the attribute names against.
m_Name - Variable in class adams.data.weka.columnfinder.ByExactName
the string to match the attribute names against.
m_Name - Variable in class adams.env.Modules.Module
the name of the module.
m_Name - Variable in class adams.event.StorageChangeEvent
the name of the storage item.
m_Name - Variable in class adams.event.VariableChangeEvent
the name of the variable.
m_Name - Variable in class adams.flow.control.StorageQueueHandler
the name of the queue.
m_Name - Variable in class adams.flow.core.AbstractActor
the name of the actor.
m_Name - Variable in class adams.flow.processor.AbstractListNameUsage
the name to look for.
m_Name - Variable in class adams.flow.setup.FlowSetup
the name of the flow.
m_Name - Variable in class adams.flow.source.valuedefinition.AbstractValueDefinition
the name of the value.
m_Name - Variable in class adams.flow.template.AbstractActorTemplate
the new name for the generated actor.
m_Name - Variable in class adams.flow.transformer.SpreadSheetSortColumns.SortContainer
the name of the column.
m_Name - Variable in class adams.gui.core.SpreadSheetColumnComboBox.ColumnContainer
the column name.
m_Name - Variable in class adams.gui.flow.tab.Clipboard.ClipboardItem
the name of the item.
m_Name - Variable in class adams.gui.flow.tree.keyboardaction.AbstractKeyboardAction
the name of the action.
m_Name - Variable in class adams.gui.goe.Favorites.Favorite
the name of the favorite.
m_Name - Variable in class adams.gui.tools.previewbrowser.ContentHandlerFavorites.ContentHandlerFavorite
the name of the favorite.
m_Name - Variable in class adams.gui.tools.wekainvestigator.output.AbstractResultItem
the name of the item.
m_Name - Variable in class adams.gui.visualization.instances.InstancesColumnComboBox.ColumnContainer
the column name.
m_Name - Variable in class adams.gui.visualization.stats.histogram.Histogram
the name of the x-axis.
m_NameCache - Static variable in class adams.gui.core.ImageManager
maps icon name to filename.
m_NameColumn - Variable in class adams.data.conversion.SpreadSheetToCreateTableStatement
the name colum.
m_NameColumn - Variable in class adams.flow.transformer.plotgenerator.NamedPlotGenerator
the column for the plot name.
m_NamedCounter - Static variable in class adams.core.UniqueIDs
the named counter.
m_NameIDRelation - Variable in class adams.core.option.FlowStructureDotProducer
the actor name - ID relation.
m_NameIDRelation - Variable in class adams.core.option.FlowStructureGraphMLProducer
the actor name - ID relation.
m_NameLowerCase - Variable in class adams.gui.core.SpreadSheetColumnComboBox.ColumnContainer
the lower case name.
m_NameLowerCase - Variable in class adams.gui.visualization.instances.InstancesColumnComboBox.ColumnContainer
the lower case name.
m_NamePosition - Variable in class adams.core.option.AbstractDocumentationProducer
the relation between full actor name and position container.
m_Names - Variable in class adams.core.AbstractDataBackedIndex
the names to replace.
m_Names - Variable in class adams.core.AbstractDataBackedRange
the names to replace.
m_Names - Variable in class adams.data.featureconverter.HeaderDefinition
the names.
m_Names - Variable in class adams.data.statistics.AbstractDataStatistic
contains the ordered names.
m_Names - Variable in class adams.flow.core.CallableNamesRecorder
the names recorded so far (per parent full name of actor reference handler).
m_Names - Variable in class adams.gui.core.AbstractNamedHistoryPanel.HistoryEntrySelectionEvent
the names of the entries.
m_Names - Variable in class adams.gui.tools.VariableManagementPanel.VariableTableModel
the sorted list of var names.
m_Names - Variable in class adams.gui.visualization.debug.propertyextractor.NotesPropertyExtractor
the notes names.
m_Names - Variable in class adams.gui.visualization.debug.propertyextractor.VariablesPropertyExtractor
the variable names.
m_NameServer - Variable in class adams.flow.core.AbstractPyroCall
the nameserver.
m_NameServer - Variable in class adams.flow.standalone.PyroNameServer
the nameserver in use.
m_NameServerExecutable - Variable in class adams.flow.standalone.PyroNameServer
the nameserver executable.
m_NameSpaceAware - Variable in class adams.core.io.filecomplete.XML
whether the parser is namespace aware.
m_NameSpaceAware - Variable in class adams.data.conversion.XMLToDOM
whether the parser is namespace aware.
m_NameSpaceAware - Variable in class adams.flow.transformer.XMLFileReader
whether the parser is namespace aware.
m_NameSpaceContext - Variable in class adams.flow.transformer.XPath
the namespace context.
m_NameSpaces - Variable in class adams.flow.transformer.XPath
the namespaces to use (key=value).
m_NameSuffix - Variable in class adams.gui.tools.wekainvestigator.output.AbstractNestableResultItem
the name suffix to use (optional).
m_NamesUserOnly - Variable in class adams.gui.tools.VariableManagementPanel.VariableTableModel
the sorted list of user-only var names.
m_NeedUpdate - Variable in class adams.gui.visualization.stats.scatterplot.Matrix
Whether an update is required, if an option has been changed
m_Negative - Variable in class adams.flow.transformer.preparefilebaseddataset.Selected
the index for the negative set.
m_neighbours - Variable in class weka.core.neighboursearch.NewNNSearch
 
m_NestedItems - Variable in class adams.gui.tools.wekainvestigator.output.AbstractNestableResultItem
nested result items.
m_Nesting - Variable in class adams.core.option.AbstractRecursiveOptionConsumer
keeping track of nesting.
m_Nesting - Variable in class adams.core.option.AbstractRecursiveOptionProducer
keeping track of nesting.
m_NewColor - Variable in class adams.data.image.transformer.ReplacePredominantColor
the replacement color.
m_NewColors - Variable in class adams.data.image.transformer.ReplaceColors
the new colors.
m_NewFilter - Variable in class adams.data.conversion.SwapPLS
the new PLS filter.
m_NewLayer - Variable in class adams.data.imagesegmentation.filter.MergeLayers
the new layer to generate.
m_NewLimit - Variable in class adams.flow.processor.ChangeDatabaseConditionLimit
the new limit.
m_NewLine - Variable in class adams.data.io.output.AutoWidthTabularSpreadSheetWriter
the new line.
m_NewLine - Variable in class adams.data.io.output.CsvSpreadSheetWriter
the new line.
m_NewLine - Variable in class adams.data.io.output.FixedTabularSpreadSheetWriter
the new line.
m_NewName - Variable in class adams.data.conversion.RenameSpreadSheet
the new name for the column.
m_NewName - Variable in class adams.data.conversion.RenameSpreadSheetColumn
the new name for the column.
m_NewName - Variable in class adams.flow.processor.AbstractNameUpdater
the new name.
m_NewNumThreads - Variable in class adams.flow.processor.ChangeNumThreads
the setting.
m_NewObject - Variable in class adams.data.conversion.SwapObjects
the new object.
m_NewOverlay - Variable in class adams.gui.visualization.stats.scatterplot.Matrix
Commandline strings of new overlays to be added
m_NewPageAdded - Variable in class adams.flow.transformer.pdfproclet.DocumentState
whether a new page got added.
m_NewPassword - Variable in class adams.flow.processor.ChangeDatabaseConnection
the new database password.
m_NewPath - Variable in class adams.flow.processor.ChangePath
the new path(s).
m_NewPrefix - Variable in class adams.flow.transformer.ChangeReportFieldPrefixes
the new prefix.
m_NewTimestamp - Variable in class adams.data.filter.TimeseriesShiftTimestamps
the new timstamp.
m_NewType - Variable in class adams.flow.processor.ChangeDisplayType
the new display type.
m_NewURL - Variable in class adams.flow.processor.ChangeDatabaseConnection
the new database URL.
m_NewUser - Variable in class adams.flow.processor.ChangeDatabaseConnection
the new database user.
m_Next - Variable in class adams.core.password.BruteForcePasswordGenerator
the next password.
m_Next - Variable in class adams.data.spreadsheet.cellfinder.TypeRangeIterator
the next location.
m_NextAttemptTimestamp - Variable in class adams.core.logging.RemoteSendHandler
the timestamp when next to attempt a connect.
m_NextGenerated - Variable in class adams.core.password.BruteForcePasswordGenerator
whether the next password has already been generated.
m_NextInstance - Variable in class adams.flow.source.WekaDatabaseReader
the next instance to output.
m_NIPALS - Variable in class adams.data.instancesanalysis.pls.NIPALS
the actual algorithm.
m_NNSearch - Variable in class weka.filters.unsupervised.instance.AccumulatedLWLWeights
The nearest neighbour search algorithm to use.
m_NoBorder - Variable in class adams.data.io.output.FixedTabularSpreadSheetWriter
whether to skip outputting the border.
m_NoCheck - Variable in class adams.flow.transformer.WekaExperiment
whether not to check for experiment file to exist (e.g., when it generated on the fly).
m_NoChooseYet - Variable in class adams.gui.chooser.AbstractChooserPanel
whether this is the first choose action ever.
m_NoCollapse - Variable in class adams.core.Placeholders
the placeholders that are not to be collapsed.
m_NoCopy - Variable in class adams.data.conversion.AbstractInPlaceSpreadSheetConversion
whether to skip creating a copy of the spreadsheet.
m_NoCopy - Variable in class adams.data.conversion.AbstractSwapObject
whether to create no copy of the object.
m_NoCopy - Variable in class adams.flow.processor.AbstractModifyingProcessor
whether to suppress copying the actor.
m_NoCopy - Variable in class adams.flow.transformer.AbstractInPlaceSpreadSheetTransformer
whether to skip creating a copy of the spreadsheet.
m_NoCopy - Variable in class adams.flow.transformer.ArrayReverse
whether to reverse the array in-place.
m_NoCopy - Variable in class adams.flow.transformer.Draw
whether to skip creating a copy of the image.
m_NoCopy - Variable in class adams.flow.transformer.FilterMap
whether to skip creating a copy of the container.
m_NoCopy - Variable in class adams.flow.transformer.ImageSegmentationContainerFilter
whether to skip creating a copy of the container.
m_NoCopy - Variable in class adams.flow.transformer.multimapoperation.Merge
whether to skip creating a copy of the map.
m_NoCopy - Variable in class adams.flow.transformer.NegativeRegions
whether to skip creating a copy of the container.
m_NoDatabaseConnect - Variable in class adams.db.AbstractDatabaseObjectWithOptionHandling
whether to suppress connecting to the database.
m_node - Variable in class weka.classifiers.trees.RandomModelTrees
 
m_Node - Variable in class adams.gui.core.dom.DOMTree
the underlying Node object.
m_Node - Variable in class weka.classifiers.trees.RandomRegressionForest
the generated nodes
m_NodeCounter - Variable in class adams.core.option.FlowStructureGraphMLProducer
the counter for the nodes.
m_NodeDroppedListeners - Variable in class adams.gui.core.DragAndDropTree
the listeners for node-drop events.
m_NodeName - Variable in class adams.flow.transformer.AddDOMNode
the name of the node to add.
m_NodePopupCache - Variable in class adams.gui.flow.tree.Tree
the classes for the tree popup.
m_Nodes - Variable in class adams.gui.core.DragAndDropTreeNodeCollection
the nodes.
m_Nodes - Variable in class adams.gui.event.ActorChangeEvent
the nodes that triggered the event.
m_Nodes - Variable in class adams.gui.event.NodeDroppedEvent
the nodes that got dropped.
m_NodeType - Variable in class adams.gui.visualization.debug.objecttree.Node
the node type.
m_NodeValue - Variable in class adams.flow.transformer.AddDOMNode
the node value.
m_NoDiscard - Variable in class adams.flow.standalone.AbstractMutableActorDaemonEvent
whether to discard change events when busy or not.
m_NoDuplicates - Variable in class adams.flow.transformer.SpreadSheetCollapse
whether to omit duplicate cell values.
m_NoExecute - Variable in class adams.flow.FlowRunner
whether to suppress flow execution, simply load/setUp/wrapUp instead.
m_NoHandlers - Static variable in class adams.data.spreadsheet.AbstractObjectHandler
the cache for object classes without object handlers.
m_NoHeader - Variable in class adams.data.io.input.AbstractExcelSpreadSheetReader
whether the file has a header or not.
m_NoHeader - Variable in class adams.data.io.input.CsvSpreadSheetReader
whether the file has a header or not.
m_NoHeader - Variable in class adams.data.io.input.FastCsvSpreadSheetReader
whether the file has a header or not.
m_NoHeader - Variable in class adams.data.io.input.FixedTabularSpreadSheetReader
whether the file has a header or not.
m_NoHeader - Variable in class adams.data.io.input.GnumericSpreadSheetReader
whether the file has a header or not.
m_NoHeader - Variable in class adams.data.io.input.ODFSpreadSheetReader
whether the file has a header or not.
m_NoHeader - Variable in class adams.data.io.input.SimpleCsvSpreadSheetReader
whether the file has a header or not.
m_NoHeader - Variable in class adams.data.io.input.SimpleStreamSpreadSheetReader
whether the file has a header or not.
m_NoHeader - Variable in class adams.data.io.output.AutoWidthTabularSpreadSheetWriter
whether to skip outputting the header.
m_NoHeader - Variable in class adams.data.io.output.CsvSpreadSheetWriter
whether to skip outputting the header.
m_NoHeader - Variable in class adams.data.io.output.FixedTabularSpreadSheetWriter
whether to skip outputting the header.
m_NoImpliedDirs - Variable in class adams.flow.source.RSync
 
m_NoImprovement - Variable in class adams.opt.genetic.stopping.MaxIterationsWithoutImprovement
the number of iterations without improvement.
m_NoiseLevel - Variable in class adams.data.image.transformer.crop.ThresholdedCrop
the noise level in percent (0-1).
m_NoManagerFound - Variable in class adams.core.classmanager.ClassManager
the "no manager found" dummy.
m_Nominal - Variable in class weka.classifiers.meta.ClassifierCascade
whether regression or classification.
m_NominalToBinary - Variable in class weka.classifiers.functions.GaussianProcessesAdaptive
The filter used to make attributes numeric.
m_NominalToBinary - Variable in class weka.classifiers.functions.GaussianProcessesNoWeights
The filter used to make attributes numeric.
m_NominalToBinary - Variable in class weka.classifiers.functions.GaussianProcessesWeighted
The filter used to make attributes numeric.
m_NominalToBinary - Variable in class weka.classifiers.functions.GPD
The filter used to make attributes numeric.
m_NominalToBinaryFilter - Variable in class weka.filters.unsupervised.attribute.PrincipalComponentsJ
Filter for turning nominal values into numeric ones.
m_NoMotd - Variable in class adams.flow.source.RSync
 
m_NonConformitiesIndex - Variable in class adams.data.spc.UChart
the column in the matrix with the nonconformities.
m_NonInteractive - Variable in class adams.flow.condition.bool.PromptUser
whether the prompt is non-interactive.
m_NonInteractive - Variable in class adams.flow.FlowRunner
whether the use non-interactive execution.
m_NonInteractive - Variable in class adams.flow.source.AbstractSelectObjects
whether to automate the actor.
m_NonInteractive - Variable in class adams.flow.source.EnterManyValues
whether to automate the actor.
m_NonInteractive - Variable in class adams.flow.source.EnterValue
whether to automate the actor.
m_NonInteractive - Variable in class adams.flow.source.SelectCharset
whether to automate the actor.
m_NonInteractive - Variable in class adams.flow.source.SelectDateTime
whether to automate the actor.
m_NonInteractive - Variable in class adams.flow.source.SelectDirectory
whether to automate the actor.
m_NonInteractive - Variable in class adams.flow.source.SelectFile
whether to automate the actor.
m_NonInteractive - Variable in class adams.flow.source.WekaSelectDataset
whether to automate the actor.
m_NonInteractive - Variable in class adams.flow.transformer.CompareObjectLocations
whether the prompt is non-interactive.
m_NonInteractive - Variable in class adams.flow.transformer.WekaChooseAttributes
whether to automate the actor.
m_NonInteractiveMode - Variable in class adams.flow.standalone.ExternalFlow
whether to run in non-interactive mode.
m_NonMirroredBackend - Variable in class adams.db.mirrored.DbBackend
the default backend.
m_NoOverlapAction - Variable in class adams.flow.transformer.MergeObjectLocations
what to do when an object has no overlaps.
m_NoPath - Variable in class adams.flow.core.ActorUsage
whether to omit the path from the flow name.
m_NoRegionsNoOutput - Variable in class adams.flow.transformer.NegativeRegions
whether to suppress forwarding the container if no regions were generated.
m_NoReplacement - Variable in class weka.classifiers.meta.VotedImbalance
Whether to perform sampling with replacement or without.
m_norm - Variable in class weka.core.SAXDistance
suid.
m_norm - Variable in class weka.core.WeightedEuclideanDistance
 
m_norm - Variable in class weka.core.WeightedEuclideanDistanceRidge
 
m_NormalDist - Static variable in class adams.data.statistics.StatUtils
for computation.
m_NormaliseType - Variable in class weka.classifiers.trees.XGBoost
Type of normalisation algorithm.
m_Normalize - Variable in class adams.data.autocorrelation.FFT
whether to normalize.
m_Normalize - Variable in class adams.data.statistics.ArrayBinning
whether to normalize the data.
m_Normalize - Variable in class adams.data.statistics.ArrayHistogram
whether to normalize the data.
m_Normalize - Variable in class adams.flow.transformer.ArrayHistogramRanges
whether to normalize the data.
m_Normalize - Variable in class adams.flow.transformer.SpreadSheetHistogramRanges
whether to normalize the data.
m_Normalize - Variable in class adams.flow.transformer.WekaInstancesHistogramRanges
whether to normalize the data.
m_NormalPlotOptions - Variable in class adams.flow.sink.FourInOneDisplay
options for the normal plot
m_NormalPlotOptions - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.output.FourInOnePlot
options for the normal plot
m_NormOptions - Variable in class adams.gui.visualization.stats.fourinone.FourInOne
Options for the normal probability plot
m_NormOptions - Variable in class adams.gui.visualization.stats.probabilityplot.NormalPlot
Options for this normal distribution
m_NormYWeights - Variable in class adams.data.instancesanalysis.pls.NIPALS
Flag to normalize Y weights
m_NoSeparator - Variable in class adams.flow.transformer.AppendName
whether to avoid adding a separator between file/dir and suffix.
m_NoSeparator - Variable in class adams.flow.transformer.PrependDir
whether to avoid adding a separator between file/dir and prefix.
m_NoSubActors - Variable in class adams.flow.source.SpecifiedActor
whether to exclude any sub-actors (in case of actor handlers).
m_Note - Variable in class adams.core.net.EmailContact
the note.
m_Note - Variable in class adams.parser.TimeAmount
the note.
m_NoteGroup - Variable in class adams.flow.transformer.AddNote
the group of the note to add (eg classname).
m_Notes - Variable in class adams.data.container.AbstractSimpleContainer
the notes.
m_Notes - Variable in class adams.data.image.AbstractImageFeatureGenerator
the notes to add as attributes.
m_Notes - Variable in class adams.data.instance.Instance
the notes for the chromatogram.
m_Notes - Variable in class adams.data.Notes
the notes for the chromatogram (classname <-> list of notes).
m_Notes - Variable in class adams.data.timeseries.AbstractTimeseriesFeatureGenerator
the notes to add as attributes.
m_Notes - Variable in class adams.data.timeseries.Timeseries
the notes.
m_Notes - Variable in class adams.gui.tools.previewbrowser.notes.NotesManager
the notes per directory.
m_Notes - Variable in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment
the notes for the experiment.
m_Notes - Variable in class adams.gui.visualization.spreadsheet.SpreadSheetRow
the notes for the chromatogram.
m_NoteType - Variable in class adams.flow.transformer.AddNote
the type of note to add.
m_NoteValue - Variable in class adams.flow.transformer.AddNote
the note value to add.
m_Notification - Variable in class adams.flow.control.flowrestart.NotificationManager
the notification.
m_Notification - Variable in class adams.flow.sink.SendNotification
the notification to use.
m_Notification - Variable in class adams.flow.standalone.MemoryMonitor
the notification scheme to use.
m_Notification - Variable in class adams.gui.flow.FlowPanelNotificationArea
the notification string.
m_NotificationEnabled - Variable in class adams.gui.visualization.instances.InstancesTableModel
whether notification is enabled
m_NotificationInterval - Variable in class adams.opt.genetic.AbstractGeneticAlgorithm
the time period in seconds after which to notify "fitness" listeners.
m_Notifications - Variable in class adams.flow.sink.sendnotification.MultiNotification
the notifications to combine.
m_NotificationTime - Variable in class adams.gui.event.NodeDroppedEvent
the time of notification.
m_NotificationWait - Variable in class adams.flow.standalone.MemoryMonitor
the wait time in seconds after sending out another notification.
m_NotifyingSelectionAwareTabsRunnable - Variable in class adams.gui.flow.tab.FlowTabManager
the runnable for notifying selection aware tabs.
m_NotifyingSelectionAwareTabsThread - Variable in class adams.gui.flow.tab.FlowTabManager
the thread for notifying selection aware tabs.
m_NotifyingTabChangeListenersRunnable - Variable in class adams.gui.flow.tab.FlowTabManager
the runnable for notifying tab change listeners.
m_NotifyingTabChangeListenersThread - Variable in class adams.gui.flow.tab.FlowTabManager
the thread for notifying tab change listeners.
m_NoToken - Variable in class adams.flow.transformer.ConfirmationDialog
the "no" token.
m_NoToolTips - Variable in class adams.flow.sink.SequencePlotter
whether to suppress the tooltips.
m_NoToolTips - Variable in class adams.flow.sink.SimplePlot
whether to suppress the tooltips.
m_NoTypeColor - Variable in class adams.gui.visualization.object.objectannotations.colors.PerType
the color to use if no type present.
m_NoTypeColor - Variable in class adams.gui.visualization.object.objectannotations.colors.TypeColorMapping
the color to use if no type present.
m_NoUpdate - Variable in class weka.classifiers.lazy.LWLDatasetBuilder
whether to suppress the update of the nearest-neighbor search algorithm when making predictions.
m_NoUpdate - Variable in class weka.classifiers.lazy.LWLSynchro
whether to suppress the update of the nearest-neighbor search algorithm when making predictions.
m_NoUpdate - Variable in class weka.classifiers.lazy.LWLSynchroPrefilter
whether to suppress the update of the nearest-neighbor search algorithm when making predictions.
m_NoUpdate - Variable in class weka.filters.unsupervised.instance.AccumulatedLWLWeights
whether to suppress the update of the nearest-neighbor search algorithm when making predictions.
m_NoVariablesProperties - Variable in class adams.core.option.OptionManager
the properties that cannot have variables attached.
m_Nth - Variable in class adams.flow.transformer.arraysubsetgeneration.EveryNth
which elements to pick.
m_NthColumn - Variable in class adams.data.spreadsheet.columnfinder.DownSample
the n-th column to use.
m_NthPixel - Variable in class adams.data.image.transformer.DownSample
the n-th pixel to use.
m_NthPoint - Variable in class adams.data.filter.DownSample
the n-th point to use.
m_NthPoint - Variable in class weka.filters.unsupervised.attribute.DownSample
the nth point.
m_NthRow - Variable in class adams.data.spreadsheet.rowfinder.DownSample
the n-th row to use.
m_NthValueToShow - Variable in class adams.gui.visualization.core.axis.AbstractAxisModel
every nth value to display.
m_NthValueToShow - Variable in class adams.gui.visualization.core.AxisPanelOptions
every nth value to display.
m_NumAttempts - Variable in class adams.flow.sink.DumpFile
the number of tries for writing the data.
m_NumAttempts - Variable in class adams.flow.transformer.CopyFile
the number of tries for writing the data.
m_NumAttempts - Variable in class adams.flow.transformer.MoveFile
the number of tries for writing the data.
m_NumAttempts - Variable in class adams.flow.transformer.WaitForFile
the maximum number of interval to wait.
m_NumAttempts - Variable in class adams.multiprocess.ScpJobRunner
the maximum number of interval to wait.
m_NumAttempts - Variable in class adams.multiprocess.SerializingJobRunner
the maximum number of interval to wait.
m_NumAttribs - Variable in class weka.filters.unsupervised.attribute.PrincipalComponentsJ
Number of attributes.
m_NumAttributes - Variable in class adams.data.instancesanalysis.PCA
the number of attributes in the data (excl class).
m_NumAttributesLab - Variable in class adams.gui.tools.wekainvestigator.tab.preprocesstab.InstancesSummaryPanel
Displays the number of attributes
m_NumBalanced - Variable in class weka.classifiers.meta.VotedImbalance
the number of balanced datasets to generate.
m_Number - Variable in class adams.core.option.NestedFormatHelper.Line
the line number.
m_NumberFormat - Variable in class adams.data.io.input.CsvSpreadSheetReader.ChunkReader
the number format.
m_NumberFormat - Variable in class adams.data.io.output.AbstractFormattedSpreadSheetWriter
The format for the numbers.
m_NumberFormat - Variable in class adams.data.io.output.AbstractMultiSheetFormattedSpreadSheetWriter
The format for the numbers.
m_NumberFormat - Variable in class adams.data.spreadsheet.DefaultSpreadSheet
for number format.
m_NumberFormatOverride - Variable in class adams.gui.visualization.core.AxisPanel
for overriding the default number formats.
m_NumberInSubset - Variable in class weka.filters.unsupervised.instance.KennardStone
Number of spectra to select in subset
m_NumberOfParallelTrees - Variable in class weka.classifiers.trees.XGBoost
The number of parallel trees constructed during each iteration.
m_NumberOfRounds - Variable in class weka.classifiers.trees.XGBoost
The number of boosting rounds to perform.
m_NumberOfThreads - Variable in class weka.classifiers.trees.XGBoost
The number of threads to use.
m_Numbers - Variable in class adams.data.spreadsheet.colstatistic.Distinct
for counting the distinct the numeric values.
m_Numbers - Variable in class adams.data.spreadsheet.colstatistic.Unique
for counting the occurences of numeric values.
m_Numbers - Variable in class adams.data.spreadsheet.rowstatistic.Distinct
for counting the distinct the numeric values.
m_Numbers - Variable in class adams.data.spreadsheet.rowstatistic.Unique
for counting the occurences of numeric values.
m_NumBins - Variable in class adams.data.binning.algorithm.FrequencyBinning
the number of bins.
m_NumBins - Variable in class adams.data.binning.algorithm.ManualBinning
the number of bins.
m_NumBins - Variable in class adams.data.filter.AbstractSAX
the number of breakpoints to use (for the Gaussian).
m_NumBins - Variable in class adams.data.image.features.Histogram
the number of bins per channel.
m_NumBins - Variable in class adams.data.jai.features.Histogram
the number of bins per channel.
m_NumBins - Variable in class adams.data.opencv.features.Histogram
the number of bins.
m_NumBins - Variable in class adams.data.spreadsheet.rowscore.EqualWidthBins
the number of bins to apply the base score to.
m_NumBins - Variable in class adams.data.spreadsheet.rowscore.SAXDistanceFromBaseline
the number of breakpoints to use (for the Gaussian).
m_NumBins - Variable in class adams.data.statistics.ArrayHistogram
the number of bins in case of manual bin calculation.
m_NumBins - Variable in class adams.flow.transformer.ArrayHistogramRanges
the number of bins in case of manual bin calculation.
m_NumBins - Variable in class adams.flow.transformer.SpreadSheetHistogramRanges
the number of bins in case of manual bin calculation.
m_NumBins - Variable in class adams.flow.transformer.WekaInstancesHistogramRanges
the number of bins in case of manual bin calculation.
m_NumBins - Variable in class adams.gui.visualization.stats.histogram.HistogramOptions
Number of bins in the histogram used if manual bin calculation type is chosen
m_numbits - Variable in class adams.opt.genetic.Hermione
 
m_NumBytes - Variable in class adams.data.conversion.ByteArrayToPrimitiveArray
the number of bytes to convert.
m_NumBytes - Variable in class adams.data.conversion.PrimitiveArrayToByteArray
the number of bytes to convert.
m_NumChars - Variable in class adams.core.password.BruteForcePasswordGenerator
the current number of characters in the password.
m_NumCheckPoints - Variable in class adams.data.image.transformer.crop.BinaryCrop
the number of checkpoints to use for determining minimum rectangle.
m_NumChrom - Variable in class adams.opt.genetic.AbstractGeneticAlgorithm
number of chromosomes.
m_NumChrom - Variable in class adams.opt.optimise.genetic.AbstractGeneticAlgorithm
number of chromosomes.
m_NumClusters - Variable in class weka.clusterers.SAXKMeans
number of clusters to generate.
m_NumCoefficients - Variable in class adams.data.instancesanalysis.pls.SIMPLS
the number of coefficients in W to keep (0 keep all).
m_NumColors - Variable in class adams.data.jai.transformer.IndexedColors
the number of colors.
m_NumColors - Variable in class adams.flow.source.ColorProvider
the number of colors to generate.
m_NumColors - Variable in class adams.gui.visualization.core.BiColorGenerator
the number of gradient colors.
m_NumColors - Variable in class adams.gui.visualization.core.ColorProviderBasedColorGradientGenerator
the number of gradient colors.
m_NumColors - Variable in class adams.gui.visualization.core.MultiColorGenerator
the number of gradient colors.
m_NumCols - Variable in class adams.data.image.multiimageoperation.MergeGrid
the number of columns to use.
m_NumCols - Variable in class adams.data.image.transformer.subimages.Grid
the number of columns to use.
m_NumCols - Variable in class adams.doc.docbook.InformalTable
the number of columns in the table.
m_NumCols - Variable in class adams.doc.xhtml.Table
the number of columns in the table.
m_NumCols - Variable in class adams.flow.sink.ArrayDisplay
the number of columns to use (in case of GRID).
m_NumCols - Variable in class adams.flow.source.EnterValue
the number of columns for the text box.
m_NumCols - Variable in class adams.flow.standalone.GridView
the number of columns to display.
m_NumCols - Variable in class adams.flow.transformer.negativeregions.SimpleBlockFill
the number of columns.
m_NumColumns - Variable in class adams.data.conversion.BreakUpString
the number of columns.
m_NumColumns - Variable in class adams.flow.sink.DisplayPanelGrid
the number of columns to use.
m_NumColumns - Variable in class adams.ml.preprocessing.unsupervised.PCA
the number of columns that got determined.
m_NumComponents - Variable in class adams.data.instancesanalysis.pls.AbstractPLS
the maximum number of components to generate
m_NumComponents - Variable in class weka.attributeSelection.AbstractPLSAttributeEval
the number of components parameter.
m_NumConsecutiveLongLagsToAverage - Variable in class adams.flow.core.LagMakerOptions
number of consecutive long lags to average.
m_NumCycles - Variable in class adams.flow.transformer.PredictionEccentricity
the number of cycles to apply.
m_NumCycles - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.output.PredictionEccentricity
the number of cycles to apply.
m_NumDecimals - Variable in class adams.core.base.BaseInterval
the number of decimals to display (-1 for Double.toString).
m_NumDecimals - Variable in class adams.core.ByteFormat
the number of decimals to use.
m_NumDecimals - Variable in class adams.core.MicroSecondFormat
the number of decimals to use.
m_NumDecimals - Variable in class adams.core.SecondFormat
the number of decimals to use.
m_NumDecimals - Variable in class adams.data.binning.algorithm.AbstractBinningAlgorithm
the number of decimals to show.
m_NumDecimals - Variable in class adams.data.conversion.DoubleToString
the number of decimals to use in the output.
m_NumDecimals - Variable in class adams.data.conversion.Mat5ArrayToString
the number of decimals.
m_NumDecimals - Variable in class adams.data.conversion.MathExpression
the number of decimals.
m_NumDecimals - Variable in class adams.data.conversion.Round
the number of decimals.
m_NumDecimals - Variable in class adams.data.conversion.SpreadSheetDoubleColumnToString
the number of decimals to in the output.
m_NumDecimals - Variable in class adams.data.filter.TimeseriesRound
the number of decimals.
m_NumDecimals - Variable in class adams.data.objectfilter.Scale
the number of decimals.
m_NumDecimals - Variable in class adams.data.statistics.ArrayHistogram
the number of decimals to show.
m_NumDecimals - Variable in class adams.flow.sink.SpreadSheetDisplay
the number of decimals for numeric values.
m_NumDecimals - Variable in class adams.flow.source.MathExpression
the number of decimals.
m_NumDecimals - Variable in class adams.flow.transformer.ArrayHistogramRanges
the number of decimals to show.
m_NumDecimals - Variable in class adams.flow.transformer.MathExpression
the number of decimals.
m_NumDecimals - Variable in class adams.flow.transformer.pdfproclet.AbstractSpreadSheetPdfProclet
the number of decimals for numbers in tables.
m_NumDecimals - Variable in class adams.flow.transformer.Round
the number of decimals.
m_NumDecimals - Variable in class adams.flow.transformer.ScaleReportObjects
the number of decimals.
m_NumDecimals - Variable in class adams.flow.transformer.SpreadSheetHistogramRanges
the number of decimals to show.
m_NumDecimals - Variable in class adams.flow.transformer.WekaInstancesHistogramRanges
the number of decimals to show.
m_NumDecimals - Variable in class adams.gui.core.SpreadSheetTableModel
the number of decimals to display.
m_NumDecimals - Variable in class adams.gui.dialog.MultiSpreadSheetDialog
the number of decimals to display.
m_NumDecimals - Variable in class adams.gui.tools.spreadsheetviewer.MultiPagePane
the number of decimals to display.
m_NumDecimals - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.output.ConfusionMatrix
the number of decimals to use.
m_NumDecimals - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.Predictions
the number of decimals to round to.
m_NumDecimals - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.Statistics
the number of decimals to round to.
m_NumDecimals - Variable in class adams.gui.visualization.report.ReportFactory.Model
the number of decimals for numeric values (-1 means all).
m_NumDialogs - Variable in class adams.gui.visualization.stats.zscore.ZScore
number of instance explorer panels displayed
m_NumDigits - Variable in class adams.flow.transformer.splitfile.AbstractFileSplitter
the number of digits to use for the index of output files.
m_NumDigits - Variable in class adams.gui.visualization.image.leftclick.AbstractSelectionRectangleBasedLeftClickProcessor
the number of digits to use for left-padding the index.
m_NumDigits - Variable in class adams.gui.visualization.image.selection.AbstractSelectionRectangleBasedSelectionProcessor
the number of digits to use for left-padding the index.
m_NumDigits - Variable in class adams.gui.visualization.object.annotator.AbstractPointAnnotator
the number of digits to use for left-padding the index.
m_NumDigits - Variable in class adams.gui.visualization.object.annotator.AbstractRectangleBasedAnnotator
the number of digits to use for left-padding the index.
m_NumeratorDegreesOfFreedom - Variable in class adams.data.distribution.F
the numerator degrees of freedom.
m_Numeric - Variable in class adams.data.spreadsheet.filter.Normalize
whether a column is numeric.
m_Numeric - Variable in class adams.data.spreadsheet.filter.Standardize
whether a column is numeric.
m_NumericActual - Variable in class adams.flow.transformer.summarystatistics.AbstractGeneralSummaryStatistic
the actual values.
m_NumericActual - Variable in class adams.flow.transformer.summarystatistics.AbstractNumericSummaryStatistic
the actual values.
m_numericClassifyThreshold - Variable in class weka.filters.unsupervised.instance.RemoveMisclassifiedAbs
The threshold for deciding when a numeric value is correctly classified
m_numericClassifyThreshold - Variable in class weka.filters.unsupervised.instance.RemoveMisclassifiedRel
The threshold for deciding when a numeric value is correctly classified
m_numericClassifyThresholdAbs - Variable in class weka.filters.unsupervised.instance.RemoveMisclassifiedAbs
if Absolute error is less than this, then we're ok
m_numericClassifyThresholdAbs - Variable in class weka.filters.unsupervised.instance.RemoveMisclassifiedRel
if Absolute error is less than this, then we're ok
m_NumericColumns - Variable in class adams.data.io.input.FastCsvSpreadSheetReader
the columns to treat as numeric.
m_NumericIds - Variable in class adams.flow.source.RSync
 
m_NumericPredicted - Variable in class adams.flow.transformer.summarystatistics.AbstractGeneralSummaryStatistic
the predicted values.
m_NumericPredicted - Variable in class adams.flow.transformer.summarystatistics.AbstractNumericSummaryStatistic
the predicted values.
m_NumEvaluationBins - Variable in class weka.classifiers.BestBinnedNumericClassRandomSplitGenerator
the number of evaluation bins.
m_NumExecutionSlots - Variable in class weka.classifiers.meta.SubsetEnsemble
The number of threads to have executing at any one time
m_NumExecutionSlots - Variable in class weka.classifiers.meta.VotedImbalance
The number of threads to have executing at any one time
m_NumFeatures - Variable in class adams.data.featureconverter.FixedNumFeatures
the number of features to guarantee.
m_NumFeatures - Variable in class adams.data.timeseries.FixedNumFeatures
the number of features to guarantee.
m_NumFiles - Variable in class adams.flow.template.IterateFilesWithProgressBar
the number of files variable.
m_NumFiles - Variable in class adams.flow.transformer.splitfile.SplitByNumber
the number of files.
m_NumFilesPerPage - Variable in class adams.flow.transformer.pdfproclet.AbstractPdfProcletWithPageBreaks
the number of files per page.
m_NumFilesPerPage - Variable in class adams.flow.transformer.pdfproclet.FixedText
the number of files per page.
m_NumFilesPerPage - Variable in class adams.flow.transformer.pdfproclet.Headline
the number of files per page.
m_NumFilesPerPage - Variable in class adams.flow.transformer.pdfproclet.MetaHeadline
the number of files per page.
m_NumFolds - Variable in class adams.data.splitgenerator.generic.crossvalidation.CrossValidationGenerator
the number of folds to use.
m_NumFolds - Variable in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesCrossValidationFoldGenerator
the number of folds.
m_NumFolds - Variable in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesGroupedCrossValidationFoldGenerator
the number of folds.
m_NumFolds - Variable in class adams.flow.transformer.preparefilebaseddataset.CrossValidation
the number of folds.
m_NumFolds - Variable in class adams.ml.evaluation.DefaultCrossValidationFoldGenerator
the number of folds.
m_NumFolds - Variable in class weka.classifiers.BinnedNumericClassCrossValidationFoldGenerator
the number of folds.
m_NumFolds - Variable in class weka.classifiers.DefaultCrossValidationFoldGenerator
the number of folds.
m_NumFolds - Variable in class weka.classifiers.GroupedBinnedNumericClassCrossValidationFoldGenerator
the number of folds.
m_NumFolds - Variable in class weka.classifiers.GroupedCrossValidationFoldGenerator
the number of folds.
m_NumFolds - Variable in class weka.classifiers.GroupedCrossValidationFoldGeneratorUsingNumericClassValues
the number of folds.
m_NumFolds - Variable in class weka.classifiers.meta.ClassifierCascade
the number of folds for cross-validation.
m_NumFolds - Variable in class weka.filters.supervised.instance.RemoveOutliers
the number of folds to use.
m_NumGenes - Variable in class adams.opt.genetic.AbstractGeneticAlgorithm
number of genes per chromosome.
m_NumGenes - Variable in class adams.opt.optimise.genetic.AbstractGeneticAlgorithm
number of genes per chromosome.
m_NumHorizontal - Variable in class adams.flow.sink.BoxPlot
Number of plots on each row
m_NumHorizontal - Variable in class adams.gui.visualization.stats.boxplot.BoxPlotManager
Number of box plots to display horizontally
m_numInstances - Variable in class weka.classifiers.trees.m5.RuleNode2
the number of instances reaching this node
m_NumInstances - Variable in class weka.filters.unsupervised.attribute.PrincipalComponentsJ
Number of instances.
m_NumInstancesLab - Variable in class adams.gui.tools.wekainvestigator.tab.preprocesstab.InstancesSummaryPanel
Displays the number of instances
m_numIterations - Variable in class weka.classifiers.trees.RandomModelTrees
The number of iterations.
m_NumIterations - Variable in class adams.opt.genetic.stopping.MaxIterations
number of iterations to perform.
m_NumIterations - Variable in class adams.opt.genetic.stopping.MaxIterationsWithoutImprovement
number of iterations to perform.
m_NumIterations - Variable in class weka.classifiers.trees.RandomRegressionForest
The number of iterations.
m_NumLabels - Variable in class weka.classifiers.meta.AbstainMinimumProbability
the number of class labels.
m_NumLeft - Variable in class adams.data.baseline.SlidingWindow
the number of points left of the center.
m_NumLevels - Variable in class adams.data.boofcv.transformer.WaveletDenoise
the number of levels.
m_NumLogFiles - Variable in class adams.flow.sink.simplelogging.output.RotatingFileOutput
the number of log files to use.
m_NumNumericAttributes - Variable in class weka.filters.unsupervised.instance.RemoveWithZeroes
the number of numeric attributes in the dataset.
m_numOfCleansingIterations - Variable in class weka.filters.unsupervised.instance.RemoveMisclassifiedAbs
The maximum number of cleansing iterations to perform (<1 = until fully cleansed)
m_numOfCleansingIterations - Variable in class weka.filters.unsupervised.instance.RemoveMisclassifiedRel
The maximum number of cleansing iterations to perform (<1 = until fully cleansed)
m_numOfCrossValidationFolds - Variable in class weka.filters.unsupervised.instance.RemoveMisclassifiedAbs
The number of cross validation folds to perform (<2 = no cross validation)
m_numOfCrossValidationFolds - Variable in class weka.filters.unsupervised.instance.RemoveMisclassifiedRel
The number of cross validation folds to perform (<2 = no cross validation)
m_numParameters - Variable in class weka.classifiers.trees.m5.RuleNode2
the number of paramters in the chosen model for this node---either the subtree model or the linear model.
m_NumPoints - Variable in class adams.data.filter.AbstractEquiDistance
the number of points to output ("-1" uses the same amount of points as currently in the data).
m_NumPoints - Variable in class adams.data.filter.DownSize
the number of points to retain.
m_NumPoints - Variable in class adams.data.outlier.TimeseriesMinPoints
the number of points that need the minimum value (below 1 it is interpreted as percentage).
m_NumPoints - Variable in class adams.data.statistics.ArrayAndrewsCurves
the number of data points.
m_NumPoints - Variable in class adams.flow.transformer.plotgenerator.AndrewsCurvesGenerator
the number of data points.
m_NumPoints - Variable in class adams.flow.transformer.timeseriessplit.FixedLengthSegments
the number of data points.
m_NumPoints - Variable in class adams.gui.visualization.sequence.MathExpressionOverlayPaintlet
the number of data points to generate.
m_NumPoints - Variable in class weka.filters.unsupervised.attribute.AndrewsCurves
the number of data points.
m_NumPoints - Variable in class weka.filters.unsupervised.attribute.EquiDistance
the number of points to output ("-1" uses the same amount of points as currently in the data).
m_NumPoints - Variable in class weka.filters.unsupervised.attribute.SavitzkyGolay2
the number of points to the left of a data point.
m_NumPointsLeft - Variable in class adams.data.filter.AbstractSavitzkyGolay
the number of points to the left of a data point.
m_NumPointsLeft - Variable in class adams.flow.control.plotprocessor.SavitzkyGolay
the number of points to the left of a data point.
m_NumPointsLeft - Variable in class adams.ml.preprocessing.unsupervised.SavitzkyGolay
the number of points to the left of a data point.
m_NumPointsLeft - Variable in class weka.filters.unsupervised.attribute.SavitzkyGolay
the number of points to the left of a data point.
m_NumPointsRight - Variable in class adams.data.filter.AbstractSavitzkyGolay
the number of points to the right of a data point.
m_NumPointsRight - Variable in class adams.flow.control.plotprocessor.SavitzkyGolay
the number of points to the right of a data point.
m_NumPointsRight - Variable in class adams.ml.preprocessing.unsupervised.SavitzkyGolay
the number of points to the right of a data point.
m_NumPointsRight - Variable in class weka.filters.unsupervised.attribute.SavitzkyGolay
the number of points to the right of a data point.
m_NumPredictions - Variable in class adams.flow.transformer.WekaAccumulatedError
the number of overall predictions.
m_NumRandomFeatures - Variable in class weka.classifiers.meta.SubsetEnsemble
the number of random features to use (in addition to base attribute).
m_numreg - Variable in class weka.classifiers.meta.AbstainLeastMedianSq
 
m_numreg - Variable in class weka.classifiers.meta.LeastMedianSq
 
m_NumRegions - Variable in class adams.flow.transformer.negativeregions.RandomRegions
the number of regions to generate (before removing overlapping ones).
m_NumRight - Variable in class adams.data.baseline.SlidingWindow
the number of points right of the center.
m_NumRows - Variable in class adams.data.conversion.WekaCapabilitiesToInstances
the number of data rows to generate.
m_NumRows - Variable in class adams.data.image.multiimageoperation.MergeGrid
the number of rows to use.
m_NumRows - Variable in class adams.data.image.transformer.subimages.Grid
the number of rows to use.
m_NumRows - Variable in class adams.data.io.input.AbstractExcelSpreadSheetReader
the number of rows to retrieve (less than 1 = unlimited).
m_NumRows - Variable in class adams.data.io.input.AccessSpreadSheetReader.ChunkReader
the number of rows to retrieve (less than 1 = unlimited).
m_NumRows - Variable in class adams.data.io.input.AccessSpreadSheetReader
the number of rows to retrieve (less than 1 = unlimited).
m_NumRows - Variable in class adams.data.io.input.CsvSpreadSheetReader.ChunkReader
the number of rows to retrieve (less than 1 = unlimited).
m_NumRows - Variable in class adams.data.io.input.CsvSpreadSheetReader
the number of rows to retrieve (less than 1 = unlimited).
m_NumRows - Variable in class adams.data.io.input.FastCsvSpreadSheetReader
the number of rows to retrieve (less than 1 = unlimited).
m_NumRows - Variable in class adams.data.io.input.FixedTabularSpreadSheetReader
the number of rows to retrieve (less than 1 = unlimited).
m_NumRows - Variable in class adams.data.io.input.GnumericSpreadSheetReader
the number of rows to retrieve (less than 1 = unlimited).
m_NumRows - Variable in class adams.data.io.input.ODFSpreadSheetReader
the number of rows to retrieve (less than 1 = unlimited).
m_NumRows - Variable in class adams.flow.source.EnterValue
the number of rows for the text box.
m_NumRows - Variable in class adams.flow.standalone.GridView
the number of rows to display.
m_NumRows - Variable in class adams.flow.transformer.negativeregions.SimpleBlockFill
the number of rows.
m_NumRowsAuto - Variable in class adams.data.io.input.CsvSpreadSheetReader.ChunkReader
the number of rows to use for automatically determining the column types.
m_NumRowsColumnTypeDiscovery - Variable in class adams.data.io.input.CsvSpreadSheetReader
the number of rows to use for automatic discovery of column types (0 = off).
m_NumRuns - Variable in class adams.flow.transformer.indexedsplitsrunsgenerator.MultiRunGenerator
the number of runs to generate.
m_NumSamples - Variable in class adams.flow.standalone.MemoryMonitor
the number of samples to keep.
m_NumSegments - Variable in class adams.data.boofcv.transformer.SuperPixels
the number of segments.
m_NumSegments - Variable in class adams.flow.transformer.timeseriessplit.FixedNumSegments
the number of segments.
m_NumSimplsCoefficients - Variable in class adams.data.instancesanalysis.pls.PRM
the number of SIMPLS coefficients.
m_NumSpaces - Variable in class adams.data.conversion.DOMToString
the number of spaces to use for indentation.
m_NumSpaces - Variable in class adams.data.conversion.PrettyPrintXML
the number of spaces to use for indentation.
m_NumSpaces - Variable in class adams.data.io.output.AutoWidthTabularSpreadSheetWriter
the number of spaces between columns.
m_NumSplits - Variable in class adams.opt.optimise.SplitSearch
number of iterations.
m_NumSteps - Variable in class adams.flow.source.WekaForecasting
the number of steps to forecast.
m_NumStepsConfidenceIntervals - Variable in class adams.flow.source.wekaforecastersetup.WekaForecasterGenerator
the number of steps for confidence intervals.
m_NumSubsampleBits - Variable in class adams.data.jai.transformer.Resize
the number of subsample bits.
m_NumSubSamples - Variable in class adams.flow.transformer.WekaBootstrapping
the number of random sub-samples to generate.
m_NumThreads - Variable in class adams.flow.control.ArrayProcess
the number of threads to use for parallel execution.
m_NumThreads - Variable in class adams.flow.control.Branch
the number of threads to use for parallel execution.
m_NumThreads - Variable in class adams.flow.control.LoadBalancer
the number of threads to use for parallel execution.
m_NumThreads - Variable in class adams.flow.transformer.ExecuteJobs
the number of threads to use for parallel execution.
m_NumThreads - Variable in class adams.flow.transformer.WekaClassifierRanker
the number of threads to use for parallel execution.
m_NumThreads - Variable in class adams.flow.transformer.WekaCrossValidationEvaluator
the number of threads to use for parallel execution.
m_NumThreads - Variable in class adams.multiprocess.LocalJobRunner
the number of threads to use.
m_NumThreads - Variable in class adams.multiprocess.WekaCrossValidationExecution
the number of threads to use for parallel execution (only used if no JobRunnerSetup/JobRunner set).
m_NumThreads - Variable in class adams.opt.genetic.AbstractGeneticAlgorithm
the number of threads to use (-1 for #of cores).
m_NumThreads - Variable in class adams.tools.ZipPassword
the number of threads to use for parallel execution.
m_NumThreads - Variable in class weka.classifiers.meta.ClassifierCascade
the number of threads to use.
m_NumThreads - Variable in class weka.filters.supervised.instance.RemoveOutliers
the number of threads to use for parallel execution.
m_NumTicks - Variable in class adams.gui.visualization.core.axis.AbstractLimitedTickGenerator
the number of ticks to display.
m_NumTimes - Variable in class adams.data.boofcv.transformer.Dilate4
the number of times to apply this operation.
m_NumTimes - Variable in class adams.data.boofcv.transformer.Dilate8
the number of times to apply this operation.
m_NumTimes - Variable in class adams.data.boofcv.transformer.Erode4
the number of times to apply this operation.
m_NumTimes - Variable in class adams.data.boofcv.transformer.Erode8
the number of times to apply this operation.
m_NumTimes - Variable in class adams.flow.transformer.StringIndent
the number of times to indent each line.
m_NumTokens - Variable in class adams.flow.sink.DisplayPanelManager
the number of tokens to accept for a single panel.
m_NumTokens - Variable in class adams.flow.sink.HistoryDisplay
the number of tokens to accept for a single entry.
m_NumTokensAccepted - Variable in class adams.flow.sink.sequenceplotter.NamedPlotUpdater
the number of tokens received.
m_NumTokensAccepted - Variable in class adams.flow.sink.sequenceplotter.SimplePlotUpdater
the number of tokens accepted.
m_NumTokensAccepted - Variable in class adams.flow.sink.timeseriesdisplay.SimplePlotUpdater
the number of tokens accepted.
m_NumTokensAccepted - Variable in class adams.gui.visualization.instance.SimpleInstancePanelUpdater
the number of tokens accepted.
m_NumTokensAccepted - Variable in class adams.gui.visualization.spreadsheet.SimpleSpreadSheetRowPanelUpdater
the number of tokens accepted.
m_NumTrain - Variable in class weka.classifiers.functions.GaussianProcessesAdaptive
The number of training instances
m_NumTrain - Variable in class weka.classifiers.functions.GaussianProcessesNoWeights
The number of training instances
m_NumTrain - Variable in class weka.classifiers.functions.GaussianProcessesWeighted
The number of training instances
m_NumTrain - Variable in class weka.classifiers.functions.GPD
The number of training instances
m_numTrials - Variable in class weka.classifiers.trees.RandomModelTrees
 
m_NumWindows - Variable in class adams.data.filter.AbstractSAX
the number of windows to use for PAA.
m_NumWindows - Variable in class adams.data.spreadsheet.rowscore.SAXDistanceFromBaseline
the number of windows to use for PAA.
m_NumZeroes - Variable in class weka.filters.unsupervised.instance.RemoveWithZeroes
the number (or percentage) of zeroes that the row must contain to be removed.
m_Object - Variable in class adams.core.discovery.PropertyPath.PropertyContainer
the associated object.
m_Object - Variable in class adams.data.spreadsheet.DoubleCell
the object.
m_Object - Variable in class adams.data.spreadsheet.FloatCell
the object.
m_Object - Variable in class adams.gui.goe.GenericObjectEditor
The object being configured.
m_Object - Variable in class adams.gui.visualization.debug.InspectionPanel
the current object to inspect.
m_Object - Variable in class adams.gui.visualization.debug.objecttree.Tree
the current object.
m_Object - Variable in class adams.gui.visualization.object.tools.Edit
the affected object.
m_ObjectActor - Variable in class adams.flow.core.ObjectRetriever
the object actor.
m_ObjectColors - Variable in class adams.gui.visualization.object.objectannotations.colors.VaryByObject
the object/color mapping.
m_ObjectFinder - Variable in class adams.data.objectfinder.AbstractMetaObjectFinder
the ObjectFinder to apply.
m_ObjectHandlerMapping - Static variable in class adams.gui.tools.previewbrowser.AbstractObjectContentHandler
the cache for managed classes.
m_Objective - Variable in class weka.classifiers.trees.XGBoost
The learning objective.
m_ObjectLocationMappings - Variable in class adams.gui.visualization.image.AbstractReportBasedOverlayHelper
the cached object/location relation.
m_ObjectNames - Variable in class adams.gui.goe.GenericObjectEditor
The model containing the list of names to select from.
m_ObjectOverlap - Variable in class adams.flow.transformer.compareobjectlocations.Combined.CombinedPanel
the algorithm for calculating the overlapping objects.
m_ObjectOverlap - Variable in class adams.flow.transformer.compareobjectlocations.Combined
the algorithm for calculating the overlapping objects.
m_ObjectPrefix - Variable in class adams.flow.transformer.NegativeRegions
the prefix that the objects use.
m_ObjectPropertyPanel - Variable in class adams.gui.goe.GenericObjectEditor
The property panel created for the objects.
m_Objects - Variable in class adams.core.option.OptionTraversalPath
the object stack.
m_Objects - Variable in class adams.data.binning.Bin
the binnable objects that belong to this bin.
m_Objects - Variable in class adams.flow.transformer.ImageAnnotator.AnnotatorPanel
the rectangles of the located objects.
m_Objects - Variable in class adams.gui.visualization.image.LocatedObjectsTableModel
the underlying objects.
m_ObjectStorage - Variable in class adams.flow.core.ObjectRetriever
the object storage.
m_ObjectType - Variable in class adams.flow.core.ObjectRetriever
the superclass or interface to restrict to.
m_ObjectType - Variable in class adams.flow.transformer.NegativeRegions
the type to use for the region objects.
m_Offline - Variable in class adams.data.instances.AbstractInstanceGenerator
whether to operate in offline mode.
m_Offset - Variable in class adams.data.filter.AbstractEquiDistanceWithOffset
offset: add to timestamp/scan-num.
m_Offset - Variable in class adams.data.jai.transformer.Brightness
the offset to use.
m_Offset - Variable in class adams.data.objectfilter.OffsetIndex
the offset for the index.
m_Offset - Variable in class adams.flow.transformer.arraysubsetgeneration.EveryNth
the offset.
m_Offset - Variable in class adams.flow.transformer.arraysubsetgeneration.Percentage
the offset.
m_Offset - Variable in class adams.flow.transformer.ImageObjectIndexOffset
the offset for the index.
m_Offset - Variable in class adams.gui.core.DragAndDropTree
the offset for the "ghost" image.
m_Offset - Variable in class adams.gui.tools.spreadsheetviewer.chart.BarPlot
the offset in case of multiple plots.
m_Offset - Variable in class adams.gui.tools.spreadsheetviewer.chart.Histogram
the offset in case of multiple plots.
m_Offset - Variable in class adams.gui.visualization.sequence.BarPaintlet
the offset factor.
m_Offset - Variable in class adams.gui.visualization.sequence.StickPaintlet
the offset factor.
m_OffsetX - Variable in class adams.gui.tools.previewbrowser.ImageClassificationHandler
the x offset for the label.
m_OffsetX - Variable in class adams.gui.visualization.object.objectannotations.label.Anchored
the x offset for the label.
m_OffsetX - Variable in class adams.gui.visualization.report.ReportDateFieldPaintlet
the pixel offset from the left.
m_OffsetX - Variable in class adams.gui.visualization.timeseries.FixedTimestampPaintlet
the pixel offset from the left.
m_OffsetY - Variable in class adams.gui.tools.previewbrowser.ImageClassificationHandler
the y offset for the label.
m_OffsetY - Variable in class adams.gui.visualization.object.objectannotations.label.Anchored
the y offset for the label.
m_OffsetY - Variable in class adams.gui.visualization.report.ReportDateFieldPaintlet
the pixel offset from the top.
m_OffsetY - Variable in class adams.gui.visualization.timeseries.FixedTimestampPaintlet
the pixel offset from the top.
m_ok - Variable in class weka.classifiers.meta.AbstainAttributePercentile
 
m_ok - Variable in class weka.classifiers.meta.AbstainLeastMedianSq
 
m_OkAlwaysEnabled - Variable in class adams.gui.goe.GenericArrayEditor
whether the OK button is always enabled.
m_OkListener - Variable in class adams.gui.goe.GenericObjectEditorPanel
the OK listener.
m_OldColors - Variable in class adams.data.image.transformer.ReplaceColors
the old colors.
m_OldFilter - Variable in class adams.data.conversion.SwapPLS
the old PLS filter.
m_OldFilterCommandLine - Variable in class adams.data.conversion.SwapPLS
the command-line of the old filter.
m_OldHash - Variable in class adams.gui.visualization.stats.scatterplot.Matrix
Commandline strings of overlays before new overlays chosen
m_OldLimit - Variable in class adams.flow.processor.ChangeDatabaseConditionLimit
the old limit.
m_OldName - Variable in class adams.flow.processor.AbstractNameUpdater
the old name.
m_OldNumThreads - Variable in class adams.flow.processor.ChangeNumThreads
the old setting.
m_OldObject - Variable in class adams.data.conversion.SwapObjects
the old object.
m_OldObjectClass - Variable in class adams.data.conversion.SwapObjects
the class of the old object.
m_OldPath - Variable in class adams.flow.processor.ChangePath
the old path(s).
m_OldPathIsRegExp - Variable in class adams.flow.processor.ChangePath
whether the old path is a regular expression.
m_OldPathLinux - Variable in class adams.flow.processor.ChangePath
the old path (with forward slashes).
m_OldPrefixes - Variable in class adams.flow.transformer.ChangeReportFieldPrefixes
the prefixes to match to match.
m_OldType - Variable in class adams.flow.processor.ChangeDisplayType
the old display type.
m_OldURL - Variable in class adams.flow.processor.ChangeDatabaseConnection
the old database URL.
m_OldURLIsRegExp - Variable in class adams.flow.processor.ChangeDatabaseConnection
whether the old database URL is a regular expression.
m_OmitDirTimes - Variable in class adams.flow.source.RSync
 
m_OmitLinkTimes - Variable in class adams.flow.source.RSync
 
m_OmitMissing - Variable in class adams.data.io.output.SimpleStreamSpreadSheetWriter
whether to omit missing cells or ones with missing value.
m_Once - Variable in class adams.flow.template.OptionTraverser
whether to execute the traversal only once.
m_OnDisk - Variable in class adams.gui.core.Undo
whether to store the objects on disk.
m_OneBased - Variable in class adams.data.objectfinder.ObjectsInPolygon
whether report contains one-based coordinates.
m_OneBased - Variable in class adams.data.objectfinder.ObjectsInRegion
whether report contains one-based coordinates.
m_OneBased - Variable in class adams.flow.transformer.CountObjectsInPolygon
whether report contains one-based coordinates.
m_OneBased - Variable in class adams.flow.transformer.CountObjectsInRegion
whether report contains one-based coordinates.
m_OneBasedCoords - Variable in class adams.data.image.transformer.subimages.Regions
whether the regions are 1-based or 0-based.
m_OneDrop - Variable in class weka.classifiers.trees.XGBoost
Whether to always drop at least one tree during dropout.
m_OneFileSystem - Variable in class adams.flow.source.RSync
 
m_OneMissing - Variable in class weka.filters.unsupervised.attribute.MergeManyAttributes
what to do if one value is missing.
m_OneMissing - Variable in class weka.filters.unsupervised.attribute.MergeTwoAttributes
what to do if one value is missing.
m_OneOff - Variable in class adams.flow.execution.debug.AbstractBreakpoint
whether this is a one-off.
m_OnError - Variable in class adams.flow.setup.FlowSetup
the name of the flow to execute when this one exits with an error.
m_OnFinish - Variable in class adams.flow.setup.FlowSetup
the name of the flow to execute when this one finishes.
m_OnInput - Variable in class adams.flow.control.InputOutputListener
whether to listen to the input tokens.
m_OnlyFirstBatch - Variable in class weka.filters.unsupervised.instance.AbstractRowFinderApplier
Whether to only apply during first batch.
m_OnlyFloat - Variable in class adams.data.io.output.FixedTabularSpreadSheetWriter
whether to treat all numbers as float.
m_OnlyName - Variable in class adams.core.io.FileComparator
whether to compare only the name, not the path.
m_OnlyName - Variable in class adams.data.binning.BinnableFiles.FileGroupExtractor
whether to use only the name, not the path.
m_OnlyNominal - Variable in enum adams.flow.core.EvaluationStatistic
whether applies only to nominal classes or not.
m_OnlyOverlaps - Variable in class adams.flow.transformer.ImageObjectOverlapMatrix
whether to show only overlaps.
m_OnlyWarning - Variable in class adams.data.filter.OutlierDetector
whether the detection is only added as warning instead of error.
m_OnlyWarning - Variable in class adams.flow.transformer.OutlierDetector
whether the detection is only added as warning instead of error.
m_OnlyWriteBatch - Variable in class adams.flow.source.RSync
 
m_OnOutput - Variable in class adams.flow.control.InputOutputListener
whether to listen to the output tokens.
m_OnPostExecute - Variable in class adams.flow.control.Breakpoint
break on postExecute.
m_OnPostExecute - Variable in class adams.flow.execution.debug.AbstractBreakpoint
break on postExecute.
m_OnPostInput - Variable in class adams.flow.control.Breakpoint
break on postInput.
m_OnPostInput - Variable in class adams.flow.execution.debug.AbstractBreakpoint
break on postInput.
m_OnPostOutput - Variable in class adams.flow.control.Breakpoint
break on postOutput.
m_OnPostOutput - Variable in class adams.flow.execution.debug.AbstractBreakpoint
break on postOutput.
m_OnPreExecute - Variable in class adams.flow.control.Breakpoint
break on preExecute.
m_OnPreExecute - Variable in class adams.flow.execution.debug.AbstractBreakpoint
break on preExecute.
m_OnPreInput - Variable in class adams.flow.control.Breakpoint
break on preInput.
m_OnPreInput - Variable in class adams.flow.execution.debug.AbstractBreakpoint
break on preInput.
m_OnPreOutput - Variable in class adams.flow.control.Breakpoint
break on preOutput.
m_OnPreOutput - Variable in class adams.flow.execution.debug.AbstractBreakpoint
break on preOutput.
m_OnTheFly - Variable in class adams.flow.condition.bool.WekaClassification
whether the model gets built on the fly and might not be present at the start.
m_OnTheFly - Variable in class adams.flow.core.AbstractExternalActor
whether the flow gets built on the fly and might not be present at the start.
m_OnTheFly - Variable in class adams.flow.source.WekaForecasting
whether the model gets built on the fly and might not be present at the start.
m_OnTheFly - Variable in class adams.flow.transformer.AbstractProcessWekaInstanceWithModel
whether the model gets built on the fly and might not be present at the start.
m_OnTheFly - Variable in class adams.flow.transformer.WekaReorderAttributesToReference
whether the dataset gets generated on the fly and might not be available at setUp time.
m_Operation - Variable in class adams.flow.condition.bool.HasExifTag
the operation to use.
m_Operation - Variable in class adams.flow.control.flowrestart.TriggerManager
the restart operation.
m_Operation - Variable in class adams.flow.transformer.BoofCVMultiImageOperation
the transformer to apply to the image.
m_Operation - Variable in class adams.flow.transformer.BufferedImageMultiImageOperation
the transformer to apply to the image.
m_Operation - Variable in class adams.flow.transformer.Draw
the draw operation.
m_Operation - Variable in class adams.flow.transformer.ExifTagOperation
the operation to use.
m_Operation - Variable in class adams.flow.transformer.ImageSegmentationContainerOperation
the transformer to apply to the container.
m_Operation - Variable in class adams.flow.transformer.MultiMapOperation
the operation to use.
m_Operation - Variable in class adams.flow.transformer.MultiMat5MatrixOperation
the transformer to apply to the matrix.
m_Operation - Variable in class adams.flow.transformer.MultiSpreadSheetOperation
the operation to use.
m_Operation - Variable in class adams.flow.transformer.OpenCVMultiImageOperation
the transformer to apply to the image.
m_Operation - Variable in class adams.flow.transformer.SpreadSheetRowBuffer
the way the buffer operates.
m_Operation - Variable in class adams.flow.transformer.WekaInstanceBuffer
the way the buffer operates.
m_Operations - Variable in class adams.flow.control.flowrestart.operation.MultiOperation
the operations to execute.
m_Operations - Variable in class adams.gui.flow.tree.Tree
for complex operations.
m_OPLS - Variable in class adams.data.instancesanalysis.pls.OPLS
the actual algorithm.
m_OptimalColumnWidth - Variable in class adams.flow.sink.SpreadSheetDisplay
whether to optimize the column width whenever a token is displayed.
m_optimiser - Variable in class adams.opt.optimise.RefineRange
optimiser.
m_Optimizer - Variable in class adams.flow.transformer.WekaClassifierOptimizer
the classifier optimizer.
m_Option - Variable in class adams.gui.dialog.ApprovalDialog
the option selected by the user (CANCEL_OPTION, APPROVE_OPTION).
m_Option - Variable in class adams.gui.visualization.timeseries.TimeseriesImportDatabaseDialog
the option selected by the user (CANCEL_OPTION, APPROVE_OPTION).
m_Optional - Variable in class adams.flow.control.TimedSubProcess
whether the callable actor is optional.
m_Optional - Variable in class adams.flow.control.TimedTee
whether the callable actor is optional.
m_Optional - Variable in class adams.flow.control.TimedTrigger
whether the callable actor is optional.
m_Optional - Variable in class adams.flow.core.AbstractCallableActor
whether the callable actor is optional.
m_Optional - Variable in class adams.flow.core.AbstractCopyCallableActor
whether the callable actor is optional.
m_Optional - Variable in class adams.flow.transformer.WekaGeneticAlgorithm
whether the callable actor is optional.
m_OptionManager - Variable in class adams.core.option.AbstractOptionHandler
for managing the available options.
m_OptionManager - Variable in class adams.core.option.AbstractRecursiveOptionProducerWithOptionHandling
for managing the available options.
m_OptionManager - Variable in class adams.db.AbstractDatabaseConnection
for managing the available options.
m_OptionManager - Variable in class adams.doc.javadoc.Javadoc
for managing the available options.
m_OptionManager - Variable in class adams.flow.transformer.pixelselector.AbstractPixelSelectorAction
for managing the available options.
m_OptionManager - Variable in class adams.gui.core.AbstractFrameWithOptionHandling
for managing the available options.
m_OptionManager - Variable in class adams.run.RunScheme
for managing the available options.
m_OptionPanel - Variable in class adams.gui.visualization.stats.probabilityplot.ProbabilityPlot
Panel containing the options for the probability plot
m_OptionPanel - Variable in class adams.gui.visualization.stats.scatterplot.Matrix
Panel containing the matrix options
m_Options - Variable in class adams.core.base.BaseAnnotation.Tag
the options.
m_Options - Variable in class adams.core.command.AbstractAsyncCapableExternalCommandWithOptions
the options for the command.
m_Options - Variable in class adams.core.command.AbstractExternalCommandWithOptions
the options for the command.
m_Options - Variable in class adams.core.option.OptionManager
the options.
m_Options - Variable in class adams.flow.sink.Histogram
the histogram options themselves.
m_Options - Variable in class adams.flow.source.PipExec
the options for pip.
m_Options - Variable in class adams.flow.standalone.JavaExec
additional options for the java class.
m_Options - Variable in class adams.gui.chooser.SelectOptionPanel
the available options.
m_Options - Variable in class adams.gui.goe.PropertySheetPanel
Holds the options of this object, if it implements OptionHandler.
m_Options - Variable in class adams.gui.visualization.debug.propertyextractor.OptionHandlerPropertyExtractor
Stores the options.
m_OptionsContainPlaceholder - Variable in class adams.flow.source.PipExec
whether the options contain placeholders, which need to be expanded first.
m_OptionsContainPlaceholder - Variable in class adams.flow.source.PythonExec
whether the options contain placeholders, which need to be expanded first.
m_OptionsContainPlaceholder - Variable in class adams.flow.source.PythonVenvExec
whether the options contain placeholders, which need to be expanded first.
m_OptionsContainVariable - Variable in class adams.flow.source.PipExec
whether the options contain variables, which need to be expanded first.
m_OptionsContainVariable - Variable in class adams.flow.source.PythonExec
whether the options contain variables, which need to be expanded first.
m_OptionsContainVariable - Variable in class adams.flow.source.PythonVenvExec
whether the options contain variables, which need to be expanded first.
m_OptionsDialog - Variable in class adams.gui.tools.LogEntryDatabaseViewerPanel
the GOE dialog for the conditions.
m_OptionsString - Variable in class adams.core.command.AbstractAsyncCapableExternalCommandWithOptions
the options as single string.
m_OptionsString - Variable in class adams.core.command.AbstractExternalCommandWithOptions
the options as single string.
m_Order - Variable in class adams.data.filter.AbstractDerivative
the order of the derivative.
m_Order - Variable in class adams.data.imagesegmentation.filter.RemoveOverlaps
how to order the layers.
m_Order - Variable in class adams.flow.transformer.SpreadSheetReorderColumns
the new order of the columns.
m_Order - Variable in class adams.flow.transformer.SpreadSheetReorderRows
the new order of the rows.
m_Order - Variable in class adams.gui.core.PropertiesParameterPanel
the custom order for the properties.
m_Organization - Variable in class adams.env.Modules.Module
the organization.
m_Orientation - Variable in class adams.data.jai.transformer.ChangeOrientation
the orientation for the image.
m_Orientation - Variable in class adams.gui.core.SplitPanelWithOptionalComponents
the orientation.
m_Orientation - Variable in class adams.gui.visualization.core.AxisPanel
the orientation of the axis.
m_Orientation - Variable in class adams.gui.visualization.jfreechart.chart.BarChart
the plot orientation.
m_Orientation - Variable in class adams.gui.visualization.jfreechart.chart.BubbleChart
the plot orientation.
m_Orientation - Variable in class adams.gui.visualization.jfreechart.chart.ScatterPlot
the plot orientation.
m_Orientation - Variable in class adams.gui.visualization.jfreechart.chart.XYLineChart
the plot orientation.
m_Origin - Variable in class adams.flow.transformer.SetArrayElement
where to get the array element from.
m_Origin - Variable in class adams.gui.tools.ConsoleOutputAnalyzerPanel.ConsoleEntryFilter
the exact origin.
m_Origin - Variable in class adams.gui.tools.ConsoleOutputAnalyzerPanel.ConsoleOutputEntry
the origin, e.g., path to actor.
m_original - Variable in class weka.classifiers.lazy.LWLSynchroPrefilter
 
m_Original - Variable in class adams.flow.source.filesystemsearch.FtpDirectorySearchWithCustomSort.SortContainer
the original filename.
m_Original - Variable in class adams.flow.source.filesystemsearch.LocalDirectorySearchWithCustomSort.SortContainer
the original filename.
m_Original - Variable in class adams.flow.source.filesystemsearch.SftpDirectorySearchWithCustomSort.SortContainer
the original filename.
m_Original - Variable in class adams.flow.source.filesystemsearch.SmbDirectorySearchWithCustomSort.SortContainer
the original filename.
m_Original - Variable in class adams.gui.tools.ConsoleOutputAnalyzerPanel
the original console output.
m_OriginalIndices - Variable in class adams.data.splitgenerator.generic.core.Subset
the original indices (can be null).
m_OriginalIndices - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.ResultItem
the original indices.
m_OriginalIndices - Variable in class adams.ml.evaluation.AbstractSplitGenerator
the original indicies.
m_OriginalIndices - Variable in class adams.multiprocess.WekaCrossValidationExecution
the original indices.
m_OriginalIndices - Variable in class weka.classifiers.AbstractSplitGenerator
the original indicies.
m_OriginIDs - Variable in class adams.gui.tools.ConsoleOutputAnalyzerPanel.ConsoleOutput
the origin IDs.
m_OriginRegExp - Variable in class adams.gui.tools.ConsoleOutputAnalyzerPanel.ConsoleEntryFilter
the origin regexp.
m_Origins - Variable in class adams.gui.tools.ConsoleOutputAnalyzerPanel.ConsoleOutput
the origins.
m_OriginX - Variable in class adams.data.jai.transformer.Rotate
the X origin.
m_OriginY - Variable in class adams.data.jai.transformer.Rotate
the Y origin.
m_OtherColumns - Variable in class adams.ml.preprocessing.AbstractColumnSubsetFilter
the indices of the other columns not to be used in the filtering process.
m_OtherIndices - Variable in class weka.filters.supervised.attribute.MultiPLS
the indices of the other attributes.
m_OtherLabel - Variable in class weka.classifiers.meta.ThresholdedBinaryClassification
the index of the other label.
m_OtherParameters - Variable in class weka.classifiers.trees.XGBoost
Allows the user to enter arbitrary parameters.
m_Outbuf - Variable in class adams.flow.source.RSync
 
m_OutFormat - Variable in class adams.flow.source.RSync
 
m_OutlierDetector - Variable in class adams.data.filter.OutlierDetector
the detector algorithm.
m_OutlierDetectorObject - Variable in class adams.data.outlier.Groovy
the loaded script object.
m_OutlierDetectorObject - Variable in class adams.data.outlier.Scripted
the loaded script object.
m_OutlineAlpha - Variable in class adams.flow.transformer.draw.ObjectLocationsFromReport
the alpha value to use for the outlines.
m_OutlineAlpha - Variable in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
the alpha value to use for the outlines.
m_OutlineAlpha - Variable in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
the alpha value to use for the polygon bounds.
m_OutlineAlpha - Variable in class adams.gui.visualization.image.ObjectLocationsOverlayFromReport
the alpha value to use for the polygon bounds.
m_OutlineColors - Variable in class adams.flow.transformer.draw.ObjectAnnotationsFromReport
the colorizers for the outline.
m_OutlineColors - Variable in class adams.flow.transformer.draw.ObjectLocationsFromReport
the colors for the polygon bounds.
m_OutlineColors - Variable in class adams.gui.tools.previewbrowser.ObjectAnnotationsHandler
the colorizers for the outline.
m_OutlineColors - Variable in class adams.gui.tools.previewbrowser.ObjectAnnotationsReportHandler
the colorizers for the outline.
m_OutlineColors - Variable in class adams.gui.visualization.image.ObjectAnnotations
the colorizers for the outline.
m_OutlineColors - Variable in class adams.gui.visualization.image.ObjectLocationsOverlayFromReport
the colors for the polygon bounds.
m_OutlineColors - Variable in class adams.gui.visualization.object.overlay.ObjectAnnotations
the colorizers for the outline.
m_OutlinePlotters - Variable in class adams.flow.transformer.draw.ObjectAnnotationsFromReport
the outline plotters.
m_OutlinePlotters - Variable in class adams.gui.tools.previewbrowser.ObjectAnnotationsHandler
the outline plotters.
m_OutlinePlotters - Variable in class adams.gui.tools.previewbrowser.ObjectAnnotationsReportHandler
the outline plotters.
m_OutlinePlotters - Variable in class adams.gui.visualization.image.ObjectAnnotations
the outline plotters.
m_OutlinePlotters - Variable in class adams.gui.visualization.object.overlay.ObjectAnnotations
the outline plotters.
m_OutlineSegments - Variable in class adams.data.boofcv.transformer.SuperPixels
whether to outline the segments.
m_Output - Variable in class adams.core.command.AbstractExternalCommand
for buffering output.
m_Output - Variable in class adams.core.option.AbstractOptionConsumer
the generated object.
m_Output - Variable in class adams.core.option.AbstractOptionProducer
the output data.
m_Output - Variable in class adams.data.conversion.AbstractConversion
the generated output.
m_Output - Variable in class adams.data.io.output.AbstractDataContainerWriter
the file to write to.
m_Output - Variable in class adams.data.io.output.AbstractEmailFileWriter
the file to read the email from.
m_Output - Variable in class adams.data.io.output.AbstractReportWriter
the file to write to.
m_Output - Variable in class adams.doc.listing.Listing
the output scheme to use.
m_Output - Variable in class adams.flow.core.ActorUsage
the output file.
m_Output - Variable in class adams.flow.sink.AbstractGraphicsGenerator
the file/dir to write to.
m_Output - Variable in class adams.flow.sink.SimpleLogging
the output to use.
m_Output - Variable in class adams.flow.source.AbstractPythonExecution
the tokens to forward.
m_Output - Variable in class adams.flow.source.Command
the tokens to forward.
m_Output - Variable in class adams.flow.source.Exec
the tokens to forward.
m_Output - Variable in class adams.flow.source.pyrosource.AbstractPyroSource
the generated output object.
m_Output - Variable in class adams.flow.transformer.AbstractMultiCompress
the filename of the archive output.
m_Output - Variable in class adams.flow.transformer.AbstractSingleCompress
the filename of the GZIP output.
m_Output - Variable in class adams.flow.transformer.AbstractWekaClassifierEvaluator
for generating predictions output.
m_Output - Variable in class adams.flow.transformer.PDFExtract
the output file.
m_Output - Variable in class adams.flow.transformer.PDFExtractText
the output file.
m_Output - Variable in class adams.flow.transformer.PDFMerge
the output file.
m_Output - Variable in class adams.flow.transformer.pdfproclet.PDFGenerator
the output file.
m_Output - Variable in class adams.flow.transformer.PDFStamp
the output file.
m_Output - Variable in class adams.flow.transformer.pyrotransformer.AbstractPyroTransformer
the generated output object.
m_Output - Variable in class adams.flow.transformer.WekaTestSetEvaluator.EvaluateJob
the output to use.
m_Output - Variable in class adams.flow.transformer.WekaTrainTestSetEvaluator.EvaluateJob
for collecting the output.
m_Output - Variable in class adams.gui.flow.FlowWorker
generated output.
m_Output - Variable in class adams.gui.tools.ConsoleOutputAnalyzerPanel.ConsoleOutputEntry
the actual output.
m_Output - Variable in class adams.multiprocess.WekaCrossValidationExecution
for generating predictions output.
m_outputAdditionalStats - Variable in class weka.attributeSelection.LinearRegressionAttributeEval
Whether to output additional statistics such as std.
m_outputAdditionalStats - Variable in class weka.classifiers.functions.LinearRegressionJ
Whether to output additional statistics such as std.
m_outputAdditionalStats - Variable in class weka.classifiers.functions.SimpleLinearRegressionWithAccess
Whether to output additional statistics such as std.
m_OutputAll - Variable in class adams.data.conversion.NotesSubset
whether to output everything.
m_OutputAll - Variable in class adams.flow.sink.NotesWriter
whether to output everything.
m_OutputArray - Variable in class adams.flow.source.AbstractArrayProvider
whether to output an array instead of single items.
m_OutputArray - Variable in class adams.flow.source.AbstractInteractiveArrayProvider
whether to output an array instead of single items.
m_OutputArray - Variable in class adams.flow.source.AbstractWekaSetupGenerator
whether to output an array or a sequence of setups.
m_OutputArray - Variable in class adams.flow.source.ForLoop
whether to output an array.
m_OutputArray - Variable in class adams.flow.transformer.AbstractArrayProvider
whether to output an array instead of single items.
m_OutputArray - Variable in class adams.flow.transformer.AbstractDataContainerFileReader
whether to output an array instead of single items.
m_OutputArray - Variable in class adams.flow.transformer.BinaryFileReader
whether to output an array instead of single items.
m_OutputAsDisplayed - Variable in class adams.data.io.output.CsvSpreadSheetWriter
whether to output the cells as displayed (disable to output formulas).
m_OutputAsDisplayed - Variable in class adams.data.io.output.ExcelSpreadSheetWriter
whether to output the cells as displayed (disable to output formulas).
m_OutputAsDisplayed - Variable in class adams.data.io.output.ExcelStreamingSpreadSheetWriter
whether to output the cells as displayed (disable to output formulas).
m_OutputAsDisplayed - Variable in class adams.data.io.output.ODFSpreadSheetWriter
whether to output the cells as displayed (disable to output formulas).
m_OutputAsString - Variable in class adams.flow.source.SelectDateTime
whether to output a string rather than objects.
m_OutputBase - Variable in class adams.flow.transformer.TesseractOCR
the output base.
m_OutputBestSetup - Variable in class adams.flow.transformer.WekaClassifierRanker
whether to output the best setup in case of GridSearch/MultiSearch.
m_OutputBestSetup - Variable in class adams.flow.transformer.WekaClassifierRanker.RankingJob
whether to output the best classifier.
m_OutputBuffer - Variable in class adams.core.option.AbstractJavaCodeProducer
the buffer for assembling the help.
m_OutputBuffer - Variable in class adams.core.option.CommandlineHelpProducer
the buffer for assembling the help.
m_OutputBuffer - Variable in class adams.core.option.FlowStructureDotProducer
for storing the generating string.
m_OutputBuffer - Variable in class adams.core.option.FlowStructureGraphMLProducer
for storing the generating string.
m_OutputBuffer - Variable in class adams.core.option.HtmlHelpProducer
the buffer for assembling the help.
m_OutputBuffer - Variable in class adams.core.option.HtmlParametersProducer
the buffer for assembling the help.
m_OutputBuffer - Variable in class adams.flow.transformer.AbstractWekaClassifierEvaluator
the buffer for the predictions.
m_OutputBuffer - Variable in class adams.multiprocess.WekaCrossValidationExecution
the buffer for the predictions.
m_OutputClassname - Variable in class adams.core.option.FlowStructureDotProducer
whether to display the class name as well in the label.
m_OutputClassname - Variable in class adams.core.option.FlowStructureGraphMLProducer
whether to display the class name as well in the label.
m_OutputClasspath - Variable in class adams.core.option.CompactFlowProducer
whether to print the classpath.
m_OutputClasspath - Variable in class adams.core.option.NestedProducer
whether to print the classpath.
m_OutputCommandline - Variable in class adams.flow.source.RSync
whether to output the commandline.
m_OutputCommandline - Variable in class adams.flow.source.SimpleRSync
whether to output the commandline.
m_OutputComments - Variable in class adams.data.io.output.CsvSpreadSheetWriter
whether to output the comments.
m_OutputContainer - Variable in class adams.flow.transformer.AbstractDataContainerDbWriter
whether to output the container rather then the ID.
m_OutputContainer - Variable in class adams.flow.transformer.AbstractFilter
whether to output a container.
m_OutputContainer - Variable in class adams.flow.transformer.OutlierDetector
whether to output a container.
m_OutputContainer - Variable in class adams.flow.transformer.WekaFilter
whether to output a container.
m_OutputCounts - Variable in class adams.flow.processor.CheckActorReferenceUsage
whether to output counts regardless of warnings.
m_OutputCounts - Variable in class adams.flow.processor.CheckStorageUsage
whether to output counts regardless of warnings.
m_OutputCounts - Variable in class adams.flow.processor.CheckVariableUsage
whether to output counts regardless of warnings.
m_OutputDatabaseID - Variable in class adams.flow.sink.NotesWriter
whether to include the database ID as well in the text file.
m_OutputDateTimeType - Variable in class adams.data.conversion.ConvertDateTimeType
the output datetime type.
m_OutputDateTimeType - Variable in class adams.flow.transformer.DateTimeTypeDifference
the datetime type of the output.
m_OutputDefaultValue - Variable in class adams.core.option.AbstractOption
whether to output the default value for this option.
m_OutputDefaultValues - Variable in class adams.core.option.AbstractJavaCodeProducer
whether to output default values as well.
m_OutputDefaultValues - Variable in class adams.core.option.XhtmlProducer.ActorOptionTraverser
whether to output default values.
m_OutputDefaultValues - Variable in class adams.core.option.XhtmlProducer
whether to output default values as well.
m_OutputDestination - Variable in class adams.flow.control.InputOutputListener
the callable actor to send the output tokens to.
m_OutputDir - Variable in class adams.doc.listing.OptionOutput
the output directory.
m_OutputDir - Variable in class adams.flow.sink.NotesWriter
the output directory.
m_OutputDir - Variable in class adams.flow.transformer.AbstractDataContainerFileWriter
the output directory.
m_OutputDir - Variable in class adams.flow.transformer.AbstractMultiDecompress
the output directory.
m_OutputDir - Variable in class adams.flow.transformer.AbstractReportFileWriter
the output directory.
m_OutputDir - Variable in class adams.gui.visualization.multiobjectexport.DirectoryExport
the directory to export the objects to.
m_OutputDirectory - Variable in class adams.flow.transformer.FTPGet
the output directory.
m_OutputDirectory - Variable in class adams.flow.transformer.ScpFrom
the output directory.
m_OutputDirectory - Variable in class adams.flow.transformer.SFTPGet
the output directory.
m_OutputDirectory - Variable in class adams.flow.transformer.SMBGet
the output directory.
m_OutputDirectory - Variable in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm
the directory to store the generated ARFF files in.
m_OutputDirectory - Variable in class adams.opt.optimise.genetic.fitnessfunctions.AbstractWEKAFitnessFunction
the directory to store the generated ARFF files in.
m_OutputDistribution - Variable in class adams.flow.transformer.wekaclusterer.AddCluster
output distribution instead of cluster index.
m_OutputEnabled - Variable in class adams.gui.core.ConsolePanel.OutputPanel
whether output is enabled.
m_OutputErrors - Variable in class adams.data.conversion.NotesSubset
whether to output the errors.
m_OutputErrors - Variable in class adams.flow.sink.NotesWriter
whether to output the errors.
m_OutputFile - Variable in class adams.doc.listing.AbstractFileBasedListingOutput
the output file.
m_OutputFile - Variable in class adams.flow.control.DesktopScreenshot
the output file to use.
m_OutputFile - Variable in class adams.flow.control.HeapDump
the log file.
m_OutputFile - Variable in class adams.flow.sink.AbstractFileWriter
the output file.
m_OutputFile - Variable in class adams.flow.sink.sendnotification.LogFile
the log file.
m_OutputFile - Variable in class adams.flow.sink.SequencePlotter
the file to save the plot containers to.
m_OutputFile - Variable in class adams.flow.sink.simplelogging.output.FileOutput
the file to write to.
m_OutputFile - Variable in class adams.flow.sink.SimplePlot
the file to save the plot containers to.
m_OutputFile - Variable in class adams.flow.sink.WekaExperimentGenerator
the file to store the experiment in.
m_OutputFile - Variable in class adams.flow.source.PDFNewDocument
the output file.
m_OutputFile - Variable in class adams.flow.transformer.generatefilebaseddataset.SimpleFileList
the output file.
m_OutputFile - Variable in class adams.flow.transformer.PDFCreate
the output file.
m_OutputFile - Variable in class adams.flow.transformer.PDFGenerate
the output file.
m_OutputFile - Variable in class adams.flow.transformer.PythonExpandScript
the output file.
m_OutputFile - Variable in class adams.gui.print.JComponentWriter
the file to write the output stream to.
m_OutputFile - Variable in class adams.gui.tools.wekamultiexperimenter.experiment.FileResultsHandler
the output file.
m_OutputFile - Variable in class adams.gui.visualization.multiobjectexport.PDFExport
the output file.
m_OutputFile - Variable in class adams.gui.visualization.multiobjectexport.ZipExport
the zip file to export the objects to.
m_OutputFile - Variable in class adams.scripting.command.basic.SystemInfo
the output file.
m_OutputFile - Variable in class adams.scripting.command.flow.GetFlow
the file to save the flow to.
m_OutputFile - Variable in class adams.tools.CompareDatasets
the output file (CSV format).
m_OutputFile - Variable in class weka.core.converters.SimpleArffSaver
the file to write to.
m_OutputFile - Variable in class weka.core.converters.SpreadSheetSaver
the file to write to.
m_OutputFormat - Variable in class adams.data.instancesanalysis.pls.AbstractPLS
the output format.
m_OutputFormat - Variable in class adams.flow.transformer.WekaExperimentEvaluation
the output format.
m_OutputFormat - Variable in class adams.flow.transformer.WekaInstanceDumper
the output format.
m_OutputFormat - Variable in class adams.gui.tools.OptionsConversionPanel
the GOE panel for the output.
m_OutputFormat - Variable in class adams.gui.tools.wekainvestigator.tab.experimenttab.output.TextOutput
the output format.
m_OutputFormat - Variable in class adams.ml.preprocessing.AbstractFilter
the output format.
m_OutputFormatter - Variable in class adams.core.command.AbstractExternalCommand
the output formatter in use.
m_OutputFull - Variable in class adams.core.option.JsonProducer
whether to output all values, not just ones that differ from the default values.
m_OutputGenerator - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.output.perfold.AbstractPerFoldPopupMenuItem
the originating output generator.
m_OutputGenerator - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.output.perfold.PerFoldMultiPagePane
the output generator used.
m_OutputGenerators - Variable in class adams.gui.tools.wekainvestigator.tab.AssociateTab
the output generators to use.
m_OutputGenerators - Variable in class adams.gui.tools.wekainvestigator.tab.AttributeSelectionTab
the output generators to use.
m_OutputGenerators - Variable in class adams.gui.tools.wekainvestigator.tab.ClassifyTab
the output generators to use.
m_OutputGenerators - Variable in class adams.gui.tools.wekainvestigator.tab.ClusterTab
the output generators to use.
m_OutputGenerators - Variable in class adams.gui.tools.wekainvestigator.tab.ExperimentTab
the output generators to use.
m_OutputHeader - Variable in class adams.data.instances.AbstractInstanceGenerator
the generated header.
m_OutputHeader - Variable in class adams.flow.transformer.WekaExperimentEvaluation
whether to output the header.
m_OutputHeader - Variable in class adams.gui.tools.wekainvestigator.tab.experimenttab.output.TextOutput
whether to output the header.
m_OutputHOCR - Variable in class adams.flow.transformer.TesseractOCR
whether to output hOCR instead of ASCII.
m_OutputIndices - Variable in class adams.flow.transformer.SpreadSheetColumnIterator
whether to output indices instead of the strings.
m_OutputIndices - Variable in class adams.flow.transformer.StringMatcher
whether to output indices instead of the strings.
m_OutputIndices - Variable in class adams.flow.transformer.WekaAttributeIterator
whether to output indices instead of the strings.
m_OutputInstance - Variable in class adams.flow.transformer.WekaClassifying
whether to output weka.core.Instance objects or PredictionContainers.
m_OutputIsFile - Variable in class adams.data.io.output.AbstractDataContainerWriter
indicates whether the output has to be a file (= default) or directory.
m_OutputLabels - Variable in class adams.data.filter.AbstractSAX
whether to output labels or the actual distances.
m_OutputLineNumbers - Variable in class adams.core.option.CompactFlowProducer
whether to print line numbers.
m_OutputLineNumbers - Variable in class adams.core.option.NestedProducer
whether to print line numbers.
m_OutputLineNumbers - Variable in class adams.data.textrenderer.AbstractLineNumberedLimitedTextRenderer
whether to output line numbers.
m_OutputList - Variable in class adams.core.option.ArrayProducer
the output vector.
m_OutputModel - Variable in class adams.flow.transformer.WekaTestSetClustererEvaluator
whether to output the model as well.
m_OutputModel - Variable in class adams.flow.transformer.WekaTrainTestSetClustererEvaluator
whether to output the model as well.
m_OutputModified - Variable in class adams.flow.transformer.SpreadSheetStorageRowIterator
whether to output the modified spreadsheet.
m_OutputModified - Variable in class adams.flow.transformer.SpreadSheetVariableRowIterator
whether to output the modified spreadsheet.
m_OutputMovedFile - Variable in class adams.flow.transformer.MoveFile
whether to output the moved file rather than the input.
m_OutputNameOnly - Variable in class adams.flow.transformer.ReportField
whether to output only the name (not the type).
m_OutputNominal - Variable in class weka.filters.unsupervised.attribute.SAX
If true output nominal, false output numeric .
m_OutputNormalized - Variable in class adams.data.io.output.ObjectLocationsSpreadSheetWriter
whether to use normalized coordinates/dimensions.
m_OutputNumAtts - Variable in class weka.filters.unsupervised.attribute.PrincipalComponentsJ
The number of attributes in the pc transformed data.
m_OutputOnlyModel - Variable in class adams.flow.transformer.AbstractWekaModelReader
whether to only output the model.
m_OutputOther - Variable in class adams.data.conversion.NotesSubset
whether to output all other notes.
m_OutputPrefix - Variable in class adams.flow.transformer.WekaInstanceDumper
the output prefix.
m_OutputPrefixType - Variable in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm
the type of prefix to use for the output.
m_OutputPrinter - Variable in class adams.core.management.Launcher
the output printer to use.
m_OutputProcessInformation - Variable in class adams.data.conversion.NotesSubset
whether to output the process information.
m_OutputProcessInformation - Variable in class adams.flow.sink.NotesWriter
whether to output the process information.
m_OutputProlog - Variable in class adams.core.option.CompactFlowProducer
whether to suppress the prolog.
m_OutputProlog - Variable in class adams.core.option.NestedProducer
whether to suppress the prolog.
m_OutputRegExp - Variable in class adams.gui.tools.ConsoleOutputAnalyzerPanel.ConsoleEntryFilter
the output regexp.
m_OutputRelationName - Variable in class adams.flow.transformer.WekaEvaluationSummary
whether to print the relation name of the dataset a well.
m_OutputResult - Variable in class adams.flow.transformer.ReportMathExpression
whether to output the result instead of updating the report.
m_Outputs - Variable in class adams.flow.sink.simplelogging.output.MultiOutput
the underlying outputs.
m_Outputs - Variable in class adams.gui.flow.tabhandler.GraphicalActorProcessorHandler
the output.
m_Outputs - Variable in class adams.gui.flow.tabhandler.ParsedErrorHandler
the output.
m_OutputSlopeIntercept - Variable in class adams.gui.visualization.sequence.KendallTheilOverlayPaintlet
whether to output slope/intercept.
m_OutputSlopeIntercept - Variable in class adams.gui.visualization.sequence.LinearRegressionOverlayPaintlet
whether to output slope/intercept.
m_OutputStorageValue - Variable in class adams.flow.transformer.IncStorageValue
whether to output the incremented storage value instead of input token.
m_OutputString - Variable in class adams.flow.source.Socket
whether to output a string.
m_OutputText - Variable in class adams.flow.transformer.TesseractOCR
whether to output the OCRed text instead of the files.
m_OutputToken - Variable in class adams.flow.control.AbstractContainerUpdater
the output.
m_OutputToken - Variable in class adams.flow.control.AbstractTee
the output token.
m_OutputToken - Variable in class adams.flow.control.ArrayGenerate
the output array.
m_OutputToken - Variable in class adams.flow.control.ArrayProcess
the output array.
m_OutputToken - Variable in class adams.flow.control.CallableActorScreenshot
the output token.
m_OutputToken - Variable in class adams.flow.control.ClearCallableDisplay
the output token.
m_OutputToken - Variable in class adams.flow.control.CloseCallableDisplay
the output token.
m_OutputToken - Variable in class adams.flow.control.CollectionProcess
the output collection.
m_OutputToken - Variable in class adams.flow.control.DesktopScreenshot
the output token.
m_OutputToken - Variable in class adams.flow.control.UpdateCallableDisplay
the output token.
m_OutputToken - Variable in class adams.flow.control.UpdateProperties
the current output token.
m_OutputToken - Variable in class adams.flow.source.AbstractSimpleSource
the output token.
m_OutputToken - Variable in class adams.flow.source.AbstractSpreadSheetDbReader
the generated output token.
m_OutputToken - Variable in class adams.flow.source.EnterValue
the output token to broadcast.
m_OutputToken - Variable in class adams.flow.source.PasteFromClipboard
the output token to broadcast.
m_OutputToken - Variable in class adams.flow.source.SelectCharset
for the chosen directory.
m_OutputToken - Variable in class adams.flow.source.SelectDateTime
the output token to broadcast.
m_OutputToken - Variable in class adams.flow.source.SelectDirectory
for the chosen directory.
m_OutputToken - Variable in class adams.flow.transformer.AbstractTransformer
the current output token.
m_OutputToken - Variable in class adams.flow.transformer.SetProperty
the current output token.
m_OutputToken - Variable in class adams.flow.transformer.UpdateProperty
the current output token.
m_OutputTokens - Variable in class adams.flow.control.SubProcess
for storing generated output tokens.
m_OutputTokens - Variable in class adams.flow.execution.ExecutionLog
whether to output any tokens as well.
m_OutputTokens - Variable in class adams.flow.source.SequenceSource
for storing generated output tokens.
m_OutputType - Variable in class adams.core.command.AbstractExternalCommand
the type of output to forward.
m_OutputType - Variable in class adams.data.jai.features.DFT
the output type.
m_OutputType - Variable in class adams.flow.control.CallableActorScreenshot
the output type.
m_OutputType - Variable in class adams.flow.source.AbstractPythonExecution
whether to output stderr instead of stdout or both.
m_OutputType - Variable in class adams.flow.source.Command
whether to output stderr instead of stdout or both.
m_OutputType - Variable in class adams.flow.source.DumpStorage
the output format.
m_OutputType - Variable in class adams.flow.source.DumpVariables
the output format.
m_OutputType - Variable in class adams.flow.source.EnterManyValues
how to output the data.
m_OutputType - Variable in class adams.flow.source.Exec
whether to output stderr instead of stdout.
m_OutputType - Variable in class adams.flow.transformer.ConvertFeatures
whether to output the header of the row.
m_OutputType - Variable in class adams.flow.transformer.PDFMetaData
how to output the meta-data.
m_OutputType - Variable in class adams.flow.transformer.WekaFileReader
how to output the data.
m_OutputType - Variable in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm
the type of output to generate.
m_OutputValue - Variable in class adams.flow.transformer.SetVariable
whether to output the value.
m_OutputValuePair - Variable in class adams.flow.transformer.MathExpression
whether to output X and Y as double array or just Y.
m_OutputVariableValue - Variable in class adams.flow.transformer.IncVariable
whether to output the incremented variable value instead of input token.
m_OutputVariableValues - Variable in class adams.core.option.AbstractOptionProducer
whether to output the current value instead of variable placeholders.
m_OutputVariableValues - Variable in class adams.core.option.XhtmlProducer.ActorOptionTraverser
whether to output variable values.
m_OutputWarnings - Variable in class adams.data.conversion.NotesSubset
whether to output the warnings.
m_OutputWarnings - Variable in class adams.flow.sink.NotesWriter
whether to output the warnings.
m_OutputYEdGraphML - Variable in class adams.core.option.FlowStructureGraphMLProducer
whether to output yEd GraphML.
m_OutText - Variable in class weka.gui.explorer.ExperimentPanel
The output area for classification results.
m_Over - Variable in class adams.gui.visualization.stats.zscore.ZScore
overlays to be displayed
m_Overall - Variable in class adams.flow.execution.Time
keeps track of the time that actors used up.
m_Overlap - Variable in class adams.flow.transformer.SequenceToArray
the overlap in elements between arrays.
m_Overlap - Variable in class adams.flow.transformer.SequenceToCollection
the overlap in elements between collections.
m_OverlapAction - Variable in class adams.flow.transformer.MergeObjectLocations
what to do when two objects overlap.
m_OverlapAlgorithm - Variable in class adams.flow.transformer.DetermineOverlappingAreas
the object overlap calculation to use.
m_OverlapColorCorrect - Variable in class adams.flow.transformer.compareobjectlocations.Combined
the color for the correct overlaps.
m_OverlapColorIncorrect - Variable in class adams.flow.transformer.compareobjectlocations.Combined
the color for the incorrect overlaps.
m_OverlapDetection - Variable in class adams.data.objectfilter.AttachOverlappingMetaData
the object overlap calculation to use.
m_OverlapDetection - Variable in class adams.flow.transformer.negativeregions.RandomRegions
the object overlap calculation to use.
m_OverlapDetection - Variable in class adams.flow.transformer.RemoveOverlappingImageObjects
the object overlap calculation to use.
m_OverlapDetection - Variable in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
the object overlap calculation to use.
m_OverlapDetection - Variable in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
the object overlap calculation to use.
m_OverlapDetection - Variable in class adams.gui.visualization.object.objectannotations.cleaning.OverlapRemoval
the object overlap calculation to use.
m_OverlapLocatedObjectsCorrect - Variable in class adams.flow.transformer.compareobjectlocations.Combined.CombinedPanel
the located objects / overlaps (matching labels).
m_OverlapLocatedObjectsIncorrect - Variable in class adams.flow.transformer.compareobjectlocations.Combined.CombinedPanel
the located objects / overlaps (mismatching labels).
m_OverlapRemoval - Variable in class adams.flow.transformer.negativeregions.RandomRegions
the object removal algorithm.
m_OverlapRemoval - Variable in class adams.flow.transformer.RemoveOverlappingImageObjects
the object removal algorithm.
m_OverlapRemoval - Variable in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
the object removal algorithm.
m_OverlapRemoval - Variable in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
the object removal algorithm.
m_OverlapRemoval - Variable in class adams.gui.visualization.object.objectannotations.cleaning.OverlapRemoval
the removal algorithm to use.
m_OverlapX - Variable in class adams.data.image.multiimageoperation.MergeGrid
the overlap on the x axis.
m_OverlapX - Variable in class adams.data.image.transformer.subimages.Grid
the overlap on the x axis.
m_OverlapY - Variable in class adams.data.image.multiimageoperation.MergeGrid
the overlap on the y axis.
m_OverlapY - Variable in class adams.data.image.transformer.subimages.Grid
the overlap on the y axis.
m_Overlay - Variable in class adams.flow.transformer.ImageAnnotator.AnnotatorPanel
the overlay to use for highlighting the objects.
m_Overlay - Variable in class adams.flow.transformer.ImageAnnotator
the overlay to use for highlighting the objects.
m_Overlay - Variable in class adams.flow.transformer.ImageLabeler
the overlay.
m_Overlay - Variable in class adams.flow.transformer.ImageObjectAnnotator
the overlay to use.
m_Overlay - Variable in class adams.gui.tools.previewbrowser.AnnotateImage
the overlay to use for highlighting the objects.
m_Overlay - Variable in class adams.gui.visualization.image.plugins.BoofCVDetectLines
the overlay in use.
m_Overlay - Variable in class adams.gui.visualization.image.plugins.BoofCVDetectLineSegments
the overlay in use.
m_Overlay - Variable in class adams.gui.visualization.object.ObjectAnnotationPanel
the overlay.
m_OverlayColorProvider - Variable in class adams.flow.sink.SequencePlotter
the color provider to use for the overlays.
m_OverlayContainerManager - Variable in class adams.flow.sink.sequenceplotter.SequencePlotterPanel
the manager for the overlays.
m_OverlayFields - Variable in class adams.flow.source.wekaforecastersetup.WekaForecasterGenerator
the fields to overlay (comma-separated list).
m_OverlayOriginalData - Variable in class adams.gui.event.FilterEvent
whether to overlay the original data.
m_OverlayPaintlet - Variable in class adams.flow.sink.SequencePlotter
the overlay paintlet to use for painting the overlays.
m_OverlayPaintlet - Variable in class adams.flow.sink.sequenceplotter.SequencePlotterPanel
paintlet for drawing the overlays.
m_OverlayPaintlet - Variable in class adams.flow.sink.SimplePlot
the overlay paintlet to use for painting the overlays.
m_OverlayPaintlet - Variable in class adams.gui.tools.spreadsheetviewer.chart.ScatterPlot
the overlay paintlet to use for painting the overlays.
m_OverlayReader - Variable in class adams.gui.tools.previewbrowser.SimpleImageSegmentationAnnotationsHandler
the image reader to use for the overlay.
m_Overlays - Variable in class adams.flow.sink.ActualVsPredictedPlot
the overlays to use.
m_Overlays - Variable in class adams.flow.sink.MatrixPlot
Array of overlays for each scatterplot
m_Overlays - Variable in class adams.flow.sink.ScatterDisplay
Array containing scatter plot overlays
m_Overlays - Variable in class adams.flow.sink.TimeseriesDisplay
the paintlets to use as overlay.
m_Overlays - Variable in class adams.flow.sink.ZScoreDisplay
Array containing initial z score overlays
m_Overlays - Variable in class adams.flow.transformer.draw.AbstractDrawObjectsFromReport
the overlay handler.
m_Overlays - Variable in class adams.flow.transformer.PixelSelector
the overlays to use.
m_Overlays - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.output.ClassifierErrors
the overlays to use.
m_Overlays - Variable in class adams.gui.visualization.image.AbstractObjectOverlayFromReport
the overlay handler.
m_Overlays - Variable in class adams.gui.visualization.image.AbstractPointOverlayFromReport
the overlay handler.
m_Overlays - Variable in class adams.gui.visualization.image.MultiImageOverlay
the overlays to use.
m_Overlays - Variable in class adams.gui.visualization.object.overlay.AbstractObjectOverlayFromReport
the overlay handler.
m_Overlays - Variable in class adams.gui.visualization.object.overlay.AbstractPointOverlayFromReport
the overlay handler.
m_Overlays - Variable in class adams.gui.visualization.object.overlay.MultiOverlay
the overlays to combine.
m_Overlays - Variable in class adams.gui.visualization.segmentation.layer.LayerManager
the overlay layers.
m_Overlays - Variable in class adams.gui.visualization.stats.scatterplot.AbstractScatterPlot
Array of overlay options
m_Override - Variable in class adams.flow.transformer.ClassSelector
whether to override any set class attribute.
m_Override - Variable in class adams.flow.transformer.WekaClassSelector
whether to override any set class attribute.
m_OverrideJobRunner - Variable in class adams.flow.transformer.WekaExperimentExecution
whether to override the jobrunner in the experiment.
m_Overrides - Variable in class adams.env.Setup
keys (or regular expression of keys) that only the last props file is allowed to have.
m_OverrideWithEnvVar - Variable in class adams.flow.standalone.SetVariable
whether to override using an environment variable.
m_overs - Variable in class adams.gui.visualization.stats.scatterplot.ScatterPlotSimple
Arraylist of overlays applied currently
m_Overwrite - Variable in class adams.flow.transformer.multimapoperation.Merge
whether to overwrite existing keys.
m_OverwriteExisting - Variable in class adams.flow.transformer.AbstractDataContainerDbWriter
whether to replace existing containers with the new one (otherwise, nothing happens).
m_OverwriteFields - Variable in class adams.flow.transformer.AbstractReportDbWriter
the fields to overwrite in "merge" mode.
m_OverwriteFields - Variable in class adams.flow.transformer.AbstractReportFileImport
the fields to overwrite in "merge" mode.
m_Owner - Variable in class adams.core.command.AsyncCapableExternalCommandOutputProcessor
the owning command.
m_Owner - Variable in class adams.core.command.stderr.AbstractStdErrProcessor
the owning command.
m_Owner - Variable in class adams.core.command.stdout.AbstractStdOutProcessor
the owning command.
m_Owner - Variable in class adams.core.management.LoggingObjectOutputPrinter
the owning LoggingObject.
m_Owner - Variable in class adams.core.option.AbstractOption
the owning object.
m_Owner - Variable in class adams.core.option.OptionManager
the owner.
m_Owner - Variable in class adams.core.SerializableObjectHelper
the owner.
m_Owner - Variable in class adams.data.conversion.AbstractConversion
the owner.
m_Owner - Variable in class adams.data.conversion.AbstractSwapObject.SwapObserver
the owner.
m_Owner - Variable in class adams.data.io.input.AccessSpreadSheetReader.ChunkReader
the owning reader.
m_Owner - Variable in class adams.data.io.input.CsvSpreadSheetReader.ChunkReader
the owning reader.
m_Owner - Variable in class adams.data.io.input.ExcelStreamingSpreadSheetReader.SheetHandler
the reader this handler belongs to.
m_Owner - Variable in class adams.data.io.input.SqlDumpSpreadSheetReader.ChunkReader
the owning reader.
m_Owner - Variable in class adams.data.spreadsheet.AbstractRow
the owner.
m_Owner - Variable in class adams.data.spreadsheet.cellfinder.CorrespondingColumn.CorrespondingColumnIterator
the owning cell finder.
m_Owner - Variable in class adams.data.spreadsheet.CellView
the owner.
m_Owner - Variable in class adams.data.spreadsheet.DataRowView
the owning spreadsheet.
m_Owner - Variable in class adams.data.spreadsheet.DenseDataRow
the owner.
m_Owner - Variable in class adams.data.spreadsheet.DoubleCell
the row this cell belongs to.
m_Owner - Variable in class adams.data.spreadsheet.FloatCell
the row this cell belongs to.
m_Owner - Variable in class adams.db.AbstractDatabaseConnection
the database manager this connection belongs to.
m_Owner - Variable in class adams.flow.control.AbstractTee.TeeSwingWorker
the owning tee actor.
m_Owner - Variable in class adams.flow.control.ArrayProcess.ArrayElementJob
the owner.
m_Owner - Variable in class adams.flow.control.MissionControl.ControlPanel
the owning actor.
m_Owner - Variable in class adams.flow.core.EventRunnable
the owning event.
m_Owner - Variable in class adams.flow.execution.AbstractFlowExecutionListener
the owner.
m_Owner - Variable in class adams.flow.execution.debug.BreakpointPanel
the owner.
m_Owner - Variable in class adams.flow.execution.debug.BreakpointTableModel
the owner.
m_Owner - Variable in class adams.flow.execution.debug.ControlPanel
the owning listener.
m_Owner - Variable in class adams.flow.execution.RemoteFlowListener.ListenerRunnable
the owner.
m_Owner - Variable in class adams.flow.generator.AbstractFlowGenerator
the owner.
m_Owner - Variable in class adams.flow.sink.DisplayPanelManager.HistorySplitPanel
the owning DisplayPanelDisplay component.
m_Owner - Variable in class adams.flow.sink.FilePreview.FilePreviewDisplayPanel
the owner.
m_Owner - Variable in class adams.flow.sink.HistoryDisplay.HistorySplitPanel
the owning HistoryDisplay component.
m_Owner - Variable in class adams.flow.sink.ImageSegmentationViewer.ImageSegmentationViewerDisplayPanel
the owner.
m_Owner - Variable in class adams.flow.sink.ImageViewer.ImageViewerDisplayPanel
the owner.
m_Owner - Variable in class adams.flow.sink.ObjectPreview.FilePreviewDisplayPanel
the owner.
m_Owner - Variable in class adams.flow.sink.ProgressBar.ProgressBarPanel
the owner.
m_Owner - Variable in class adams.flow.sink.SpreadSheetDisplay.SpreadSheetDisplayPanel
the owner.
m_Owner - Variable in class adams.flow.source.RSync
 
m_Owner - Variable in class adams.flow.standalone.Stopwatch.StopwatchPanel
the owning Stopwatch actor.
m_Owner - Variable in class adams.flow.standalone.Stopwatch.Timer
the owning panel.
m_Owner - Variable in class adams.flow.transformer.datacontainer.AbstractDataContainerPostProcessor
the owning transformer of this preprocessor.
m_Owner - Variable in class adams.flow.transformer.datacontainer.AbstractDataContainerPreProcessor
the owning transformer of this preprocessor.
m_Owner - Variable in class adams.flow.transformer.draw.AbstractDrawOperation
the owner of the operation.
m_Owner - Variable in class adams.flow.transformer.FileTailer.Listener
the owner.
m_Owner - Variable in class adams.flow.transformer.report.AbstractReportPostProcessor
the owning actor.
m_Owner - Variable in class adams.flow.transformer.report.AbstractReportPreProcessor
the owning actor.
m_Owner - Variable in class adams.gui.application.AbstractMenuItemDefinition
the owning application.
m_Owner - Variable in class adams.gui.application.ApplicationMenu
the parent application frame.
m_Owner - Variable in class adams.gui.chooser.ImagePreview
the owning filechooser.
m_Owner - Variable in class adams.gui.core.DelayedActionRunnable.AbstractAction
the owning thread.
m_Owner - Variable in class adams.gui.core.MaximizationFixWindowListener
the owning window.
m_Owner - Variable in class adams.gui.core.MultiPagePane.TitleRenderer
the owner.
m_Owner - Variable in class adams.gui.flow.FlowMultiPagePane
the owning editor.
m_Owner - Variable in class adams.gui.flow.FlowPanel
the owner.
m_Owner - Variable in class adams.gui.flow.FlowPanelNotificationArea
the owner.
m_Owner - Variable in class adams.gui.flow.FlowWorker
the panel this flow belongs to.
m_Owner - Variable in class adams.gui.flow.menu.AbstractFlowEditorMenuItem
the owner.
m_Owner - Variable in class adams.gui.flow.notificationareaaction.AbstractNotificationAreaAction
the owner.
m_Owner - Variable in class adams.gui.flow.tab.AbstractEditorTab
the owning tab manager.
m_Owner - Variable in class adams.gui.flow.tab.FlowTabManager
the flow editor that the tab manager belongs to.
m_Owner - Variable in class adams.gui.flow.tabhandler.AbstractTabHandler
the owning flow panel.
m_Owner - Variable in class adams.gui.flow.tabhandler.ParsedErrorHandler.ParseOutput
the owner.
m_Owner - Variable in class adams.gui.flow.tree.Node
the owning tree.
m_Owner - Variable in class adams.gui.flow.tree.Tree
the owner.
m_Owner - Variable in class adams.gui.flow.tree.TreeOperations
the tree to operate on.
m_Owner - Variable in class adams.gui.menu.AbstractClassifierBasedGeneticAlgorithmWizard.PerformancePlot
the owner.
m_Owner - Variable in class adams.gui.plugin.AbstractToolPluginManager
the owner.
m_Owner - Variable in class adams.gui.scripting.AbstractCommandProcessor
the scripting engine this processor belongs to.
m_Owner - Variable in class adams.gui.scripting.AbstractDataContainerUpdatingPostProcessor
the owning processor.
m_Owner - Variable in class adams.gui.scripting.AbstractScriptlet
the owner.
m_Owner - Variable in class adams.gui.scripting.ScriptingEngineThread
the owning engine.
m_Owner - Variable in class adams.gui.sendto.AbstractSendToAction
the owner.
m_Owner - Variable in class adams.gui.tools.filecommander.AbstractFileCommanderAction
the owner.
m_Owner - Variable in class adams.gui.tools.filecommander.FileCommanderDirectoryPanel
the owner.
m_Owner - Variable in class adams.gui.tools.FileMonitorPanel.Listener
the owner.
m_Owner - Variable in class adams.gui.tools.findinfiles.AbstractFindInFilesAction
the owner.
m_Owner - Variable in class adams.gui.tools.ImageProcessorMultiPagePane
the owner.
m_Owner - Variable in class adams.gui.tools.ImageProcessorSubPanel
the owner.
m_Owner - Variable in class adams.gui.tools.previewbrowser.localfiles.AbstractLocalFilesAction
the owner.
m_Owner - Variable in class adams.gui.tools.PreviewBrowserPanel.LocalFilesListCellRenderer
the owner.
m_Owner - Variable in class adams.gui.tools.remotecontrolcenter.panels.AbstractRemoteControlCenterTab
the owning control center panel.
m_Owner - Variable in class adams.gui.tools.remotecontrolcenter.RemoteControlCenterEnginesPanel
the owner.
m_Owner - Variable in class adams.gui.tools.remotecontrolcenter.RemoteControlCenterLogPanel
the owner.
m_Owner - Variable in class adams.gui.tools.remotecontrolcenter.RemoteControlCenterManagerPanel
the owning application.
m_Owner - Variable in class adams.gui.tools.remotecontrolcenter.RemoteControlCenterPanel
the owner.
m_Owner - Variable in class adams.gui.tools.spreadsheetprocessor.AbstractWidget
the owner.
m_Owner - Variable in class adams.gui.tools.SpreadSheetProcessorPanel.WidgetPanel
the owner.
m_Owner - Variable in class adams.gui.tools.spreadsheetviewer.MultiPagePane
the owning viewer.
m_Owner - Variable in class adams.gui.tools.spreadsheetviewer.SortDefinitionPanel
the owning sort panel.
m_Owner - Variable in class adams.gui.tools.spreadsheetviewer.SpreadSheetPanel
the owning tabbed pane.
m_Owner - Variable in class adams.gui.tools.spreadsheetviewer.tab.AbstractViewerTab
the owning tab manager.
m_Owner - Variable in class adams.gui.tools.spreadsheetviewer.tab.ViewerTabManager
the flow editor that the tab manager belongs to.
m_Owner - Variable in class adams.gui.tools.wekainvestigator.datatable.action.AbstractEditableDataTableAction
the owner.
m_Owner - Variable in class adams.gui.tools.wekainvestigator.evaluation.AbstractEvaluation
the owner.
m_Owner - Variable in class adams.gui.tools.wekainvestigator.history.AbstractHistoryPopupMenuItem
the owner.
m_Owner - Variable in class adams.gui.tools.wekainvestigator.job.InvestigatorJob
the owner.
m_Owner - Variable in class adams.gui.tools.wekainvestigator.job.InvestigatorTabJob
the owner.
m_Owner - Variable in class adams.gui.tools.wekainvestigator.source.AbstractSource
the owner.
m_Owner - Variable in class adams.gui.tools.wekainvestigator.tab.AbstractInvestigatorTab
the owner.
m_Owner - Variable in class adams.gui.tools.wekainvestigator.tab.AssociateTab.HistoryPanel
the owner.
m_Owner - Variable in class adams.gui.tools.wekainvestigator.tab.AttributeSelectionTab.HistoryPanel
the owner.
m_Owner - Variable in class adams.gui.tools.wekainvestigator.tab.ClassifyTab.HistoryPanel
the owner.
m_Owner - Variable in class adams.gui.tools.wekainvestigator.tab.ClusterTab.HistoryPanel
the owner.
m_Owner - Variable in class adams.gui.tools.wekainvestigator.tab.ExperimentTab.HistoryPanel
the owner.
m_Owner - Variable in class adams.gui.tools.wekainvestigator.tab.InvestigatorTabbedPane
the owner.
m_Owner - Variable in class adams.gui.tools.wekainvestigator.tab.preprocesstab.attributeselaction.AbstractSelectedAttributesAction
the owner.
m_Owner - Variable in class adams.gui.tools.wekamultiexperimenter.AbstractExperimenterPanel
the owner.
m_Owner - Variable in class adams.gui.tools.wekamultiexperimenter.analysis.DefaultAnalysisPanel.HistoryPanel
the owner.
m_Owner - Variable in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment.AbstractExperimentJob
the owner.
m_Owner - Variable in class adams.gui.tools.wekamultiexperimenter.runner.AbstractExperimentRunner
the experimenter this runner belongs to.
m_Owner - Variable in class adams.gui.tools.wekamultiexperimenter.setup.AbstractSetupOptionPanel
the setup panel this option panel belongs to.
m_Owner - Variable in class adams.gui.visualization.core.plot.ContentPanel
the owner of the panel.
m_Owner - Variable in class adams.gui.visualization.debug.objecttree.Node
the tree this node belongs to.
m_Owner - Variable in class adams.gui.visualization.image.AbstractObjectOverlayFromReport.LocatedObjectsPanel
the owner.
m_Owner - Variable in class adams.gui.visualization.image.AbstractObjectOverlayFromReport
the owning panel.
m_Owner - Variable in class adams.gui.visualization.image.AbstractPointOverlayFromReport.LocatedPointsPanel
the owner.
m_Owner - Variable in class adams.gui.visualization.image.AbstractPointOverlayFromReport
the owning panel.
m_Owner - Variable in class adams.gui.visualization.image.ColorPickerPanel
the panel to use for picking the color.
m_Owner - Variable in class adams.gui.visualization.image.ColorPickerPanel.ZoomPanel
the owning color picker panel.
m_Owner - Variable in class adams.gui.visualization.image.ImageMultiPagePane
the owner.
m_Owner - Variable in class adams.gui.visualization.image.ImagePanel.PaintPanel
the owning image panel.
m_Owner - Variable in class adams.gui.visualization.image.ObjectAnnotations.LocatedObjectsPanel
the owner.
m_Owner - Variable in class adams.gui.visualization.image.ObjectAnnotations
the owning panel.
m_Owner - Variable in class adams.gui.visualization.image.plugins.Brightness.BrightnessDialog
the owner.
m_Owner - Variable in class adams.gui.visualization.instance.InstanceContainerManager
the owning panel.
m_Owner - Variable in class adams.gui.visualization.instance.InstancePointHitDetector
the owner of this detector.
m_Owner - Variable in class adams.gui.visualization.instances.instancestable.InstancesSortDefinitionPanel
the owning sort panel.
m_Owner - Variable in class adams.gui.visualization.object.annotationsdisplay.AbstractAnnotationsDisplayPanel
the owner.
m_Owner - Variable in class adams.gui.visualization.object.annotator.AbstractAnnotator
the owner.
m_Owner - Variable in class adams.gui.visualization.object.CanvasPanel
the owner.
m_Owner - Variable in class adams.gui.visualization.object.labelselector.AbstractLabelSelectorPanel
the owner.
m_Owner - Variable in class adams.gui.visualization.object.tools.ToolKeyAdapter
the owning tool.
m_Owner - Variable in class adams.gui.visualization.object.tools.ToolMouseAdapter
the owning tool.
m_Owner - Variable in class adams.gui.visualization.object.tools.ToolMouseMotionAdapter
the owning tool.
m_Owner - Variable in class adams.gui.visualization.segmentation.CanvasPanel
the owner.
m_Owner - Variable in class adams.gui.visualization.segmentation.layer.CombinedLayer.CombinedSubLayer
the owner.
m_Owner - Variable in class adams.gui.visualization.segmentation.layer.Markers
the owner.
m_Owner - Variable in class adams.gui.visualization.segmentation.paintoperation.AbstractPaintOperation
the owner.
m_Owner - Variable in class adams.gui.visualization.segmentation.tool.ToolKeyAdapter
the owning tool.
m_Owner - Variable in class adams.gui.visualization.segmentation.tool.ToolMouseAdapter
the owning tool.
m_Owner - Variable in class adams.gui.visualization.segmentation.tool.ToolMouseMotionAdapter
the owning tool.
m_Owner - Variable in class adams.gui.visualization.sequence.AbstractXYSequencePointHitDetector
the owner of this detector.
m_Owner - Variable in class adams.gui.visualization.sequence.XYSequenceContainerManager
the owning panel.
m_Owner - Variable in class adams.gui.visualization.spreadsheet.SpreadSheetRowContainerManager
the owning panel.
m_Owner - Variable in class adams.gui.visualization.spreadsheet.SpreadSheetRowPointHitDetector
the owner of this detector.
m_Owner - Variable in class adams.gui.visualization.stats.paintlet.AbstractScatterPlotHitDetector
the owner of this detector.
m_Owner - Variable in class adams.gui.visualization.stats.zscore.ZScoreHitDetector
zscore plot for detection
m_Owner - Variable in class adams.gui.visualization.timeseries.TimeseriesContainerManager
the owning panel.
m_Owner - Variable in class adams.gui.visualization.timeseries.TimeseriesPointHitDetector
the owner of this detector.
m_Owner - Variable in class adams.gui.wizard.AbstractWizardPage
the wizard this page belongs to.
m_Owner - Variable in class adams.ml.capabilities.Capabilities
the owner.
m_Owner - Variable in class adams.ml.data.DataCellView
the owning row.
m_Owner - Variable in class adams.ml.data.InstanceView
the owner.
m_Owner - Variable in class adams.scripting.engine.AbstractRemoteCommandHandler
the owner.
m_Owner - Variable in class adams.scripting.requesthandler.AbstractRequestHandler
the owner.
m_Owner - Variable in class adams.scripting.responsehandler.AbstractResponseHandler
the owner.
m_Owner - Variable in class adams.tools.ZipPassword.BruteForceJob
the owner.
m_P - Variable in class adams.data.image.moments.CentralMoment
exponent for x.
m_P - Variable in class adams.data.image.moments.Moment
exponent for x.
m_P - Variable in class adams.data.image.moments.NormalizedMoment
exponent for x.
m_P - Variable in class adams.data.instancesanalysis.pls.PLS1
the P matrix
m_Package - Variable in class adams.core.option.AbstractJavaCodeProducer
the package of the class.
m_Package - Variable in class adams.core.PropertiesToCode
the package of the class.
m_packed - Variable in class adams.opt.optimise.genetic.PackDataDef
 
m_Pad - Variable in class adams.data.conversion.StringToValidVariableName
whether to pad the variable name with @{...}.
m_PadCharacter - Variable in class adams.data.conversion.LeftPad
the padding character.
m_PadCharacter - Variable in class adams.data.conversion.RightPad
the padding character.
m_Padding - Variable in class weka.filters.unsupervised.attribute.FastWavelet
the type of padding.
m_PaddingType - Variable in class adams.data.filter.AbstractFastWavelet
the type of padding to use.
m_PaddingType - Variable in class adams.data.filter.AbstractFFT
the type of padding to use.
m_PaddingType - Variable in class weka.filters.unsupervised.attribute.FFT
the type of padding to use.
m_Page - Variable in class adams.gui.core.MultiPagePane.PageContainer
the page.
m_PageBreakAfter - Variable in class adams.flow.transformer.pdfproclet.AbstractPdfProcletWithPageBreaks
whether to add a page-break after adding the file.
m_PageBreakAfter - Variable in class adams.flow.transformer.pdfproclet.FixedText
whether to add a page-break after adding the file.
m_PageBreakAfter - Variable in class adams.flow.transformer.pdfproclet.Headline
whether to add a page-break after adding the file.
m_PageBreakAfter - Variable in class adams.flow.transformer.pdfproclet.MetaHeadline
whether to add a page-break after adding the file.
m_PageBreakBefore - Variable in class adams.flow.transformer.pdfproclet.AbstractPdfProcletWithPageBreaks
whether to add a page-break before adding the file.
m_PageBreakBefore - Variable in class adams.flow.transformer.pdfproclet.FixedText
whether to add a page-break before adding the file.
m_PageBreakBefore - Variable in class adams.flow.transformer.pdfproclet.Headline
whether to add a page-break before adding the file.
m_PageBreakBefore - Variable in class adams.flow.transformer.pdfproclet.MetaHeadline
whether to add a page-break before adding the file.
m_PageCheck - Variable in class adams.gui.wizard.AbstractWizardPage
the page check to perform.
m_PageCloseApprover - Variable in class adams.gui.core.MultiPagePane
for approving page closing.
m_PageComponent - Variable in class adams.gui.wizard.WizardPane
for displaying the page component.
m_PageComponent - Variable in class adams.gui.wizard.WizardPaneWithBranches
for displaying the page component.
m_PageConnection - Variable in class adams.gui.visualization.timeseries.TimeseriesImportDatabaseDialog
the connection page.
m_PageIDs - Variable in class adams.gui.visualization.timeseries.TimeseriesImportDatabaseDialog
the ID list page.
m_PageIndex - Variable in class adams.flow.transformer.PDFInfo
the index of the page to get the information for.
m_PageList - Variable in class adams.gui.core.MultiPagePane
the page list.
m_PageListModel - Variable in class adams.gui.core.MultiPagePane
the list model.
m_PageLookup - Variable in class adams.gui.wizard.AbstractWizardPane
the pages lookup.
m_PageName - Variable in class adams.gui.wizard.AbstractWizardPage
the name of the page.
m_PageOrder - Variable in class adams.gui.wizard.WizardPane
the page order.
m_PageOrientation - Variable in class adams.flow.source.PDFNewDocument
the page orientation.
m_PageOrientation - Variable in class adams.flow.transformer.PDFCreate
the page orientation.
m_PageOrientation - Variable in class adams.flow.transformer.pdfgenerate.Proclets
the page orientation.
m_PageOrientation - Variable in class adams.flow.transformer.pdfproclet.PDFGenerator
the page orientation.
m_PageOrientation - Variable in class adams.gui.visualization.multiobjectexport.PDFExport
the page orientation.
m_PageQueries - Variable in class adams.gui.visualization.timeseries.TimeseriesImportDatabaseDialog
the queries page.
m_Pages - Variable in class adams.flow.transformer.PDFExtract
the range of pages to extract.
m_Pages - Variable in class adams.flow.transformer.PDFExtractText
the range of pages to extract.
m_Pages - Variable in class adams.flow.transformer.PDFRenderPages
the pages to render.
m_Pages - Variable in class adams.flow.transformer.pdfstamp.AbstractPageRangeStamper
the page range to work on.
m_Pages - Variable in class adams.gui.wizard.WizardPaneWithBranches
the page layout.
m_PageSegmentation - Variable in class adams.flow.transformer.TesseractOCR
the page segmentation to use.
m_PageSize - Variable in class adams.flow.source.PDFNewDocument
the page size.
m_PageSize - Variable in class adams.flow.transformer.PDFCreate
the page size.
m_PageSize - Variable in class adams.flow.transformer.pdfgenerate.Proclets
the page size.
m_PageSize - Variable in class adams.flow.transformer.pdfproclet.PDFGenerator
the page size.
m_PageSize - Variable in class adams.gui.visualization.multiobjectexport.PDFExport
the page size.
m_PageUndoList - Variable in class adams.gui.core.MultiPagePane
the list of tabs to undo.
m_PaintAll - Variable in class adams.gui.visualization.sequence.BarPaintlet
whether to paint all the data points (no optimization).
m_PaintAll - Variable in class adams.gui.visualization.sequence.LinePaintlet
whether to paint all the data points (no optimization).
m_PaintAll - Variable in class adams.gui.visualization.sequence.StickPaintlet
whether to paint all the data points (no optimization).
m_Paintlet - Variable in class adams.flow.sink.Canvas
the paintlet to use.
m_Paintlet - Variable in class adams.flow.sink.ControlChartPlot
the paintlet to use for painting the chart data.
m_Paintlet - Variable in class adams.flow.sink.MatrixPlot
Paintlet for plotting the data on each scatter plot
m_Paintlet - Variable in class adams.flow.sink.ScatterDisplay
Paintlet to draw original data with
m_Paintlet - Variable in class adams.flow.sink.sequenceplotter.ByNameErrorPaintlet
the actual paintlet to use.
m_Paintlet - Variable in class adams.flow.sink.sequenceplotter.ByNameMarkerPaintlet
the actual paintlet to use.
m_Paintlet - Variable in class adams.flow.sink.SequencePlotter
the paintlet to use for painting the XY data.
m_Paintlet - Variable in class adams.flow.sink.SimplePlot
the paintlet to use for painting the XY data.
m_Paintlet - Variable in class adams.flow.sink.SpreadSheetRowViewer
the paintlet to use.
m_Paintlet - Variable in class adams.flow.sink.TimeseriesDisplay
the paintlet to use.
m_Paintlet - Variable in class adams.flow.sink.WekaInstanceViewer
the paintlet to use.
m_Paintlet - Variable in class adams.flow.sink.ZScoreDisplay
Paintlet to draw initial data with
m_Paintlet - Variable in class adams.gui.tools.spreadsheetviewer.chart.GenericPlot
the paintlet to use for painting the XY data.
m_Paintlet - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.output.PredictionTrend
the paintlet.
m_Paintlet - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.SamplePlot
the paintlet to use.
m_Paintlet - Variable in class adams.gui.visualization.sequence.ByNamePaintlet
the actual paintlet to use.
m_Paintlet - Variable in class adams.gui.visualization.sequence.MathExpressionOverlayPaintlet
the paintlet to use for painting the data points.
m_Paintlet - Variable in class adams.gui.visualization.sequence.PaintletWithFixedXRange
the actual paintlet to use.
m_Paintlet - Variable in class adams.gui.visualization.sequence.PaintletWithFixedYRange
the actual paintlet to use.
m_Paintlet - Variable in class adams.gui.visualization.stats.probabilityplot.ProbabilityPlot
Paintlet for plotting the data using a regression
m_Paintlet - Variable in class adams.gui.visualization.stats.scatterplot.AbstractScatterPlot
Paintlet to display the data points on the scatter plot
m_Paintlet - Variable in class adams.gui.visualization.stats.scatterplot.AbstractScatterPlotOverlay
Paintlet to do the drawing
m_Paintlet - Variable in class adams.gui.visualization.stats.zscore.AbstractZScoreOverlay
Paintlet for the plotting
m_Paintlet - Variable in class adams.gui.visualization.timeseries.PaintletWithFixedXRange
the actual paintlet to use.
m_Paintlet - Variable in class adams.gui.visualization.timeseries.PaintletWithFixedYRange
the actual paintlet to use.
m_Paintlets - Variable in class adams.gui.visualization.core.PaintablePanel
additional paintlets to execute.
m_Paintlets - Variable in class adams.gui.visualization.image.ImagePanel.PaintPanel
additional paintlets to execute.
m_PaintListeners - Variable in class adams.gui.visualization.core.PlotPanel
the paint listeners.
m_PaintMoment - Variable in class adams.gui.event.PaintEvent
the paint momment.
m_PaintOperation - Variable in class adams.gui.visualization.segmentation.SegmentationPanel
the paint operation in use.
m_PaintOperation - Variable in class adams.gui.visualization.segmentation.tool.AbstractTool
the paint operation.
m_PaintPanel - Variable in class adams.gui.visualization.image.ImagePanel
the panel to paint on.
m_Pane - Variable in class adams.gui.flow.tabhandler.ParsedErrorHandler.ParseOutput
the panel.
m_PaneBrowsing - Variable in class adams.gui.tools.PreviewBrowserPanel
the panel for browsing.
m_PaneHTML - Variable in class adams.gui.core.spreadsheetpreview.SimpleHTML.SimpleTextPanel
the pane for displaying the HTML.
m_Panel - Variable in class adams.flow.core.AbstractDisplay
the panel to display.
m_Panel - Variable in class adams.flow.sink.DisplayPanelManager.DisplayPanelHistoryPanel
the panel to display the results in.
m_Panel - Variable in class adams.flow.sink.DisplayPanelManager.HistorySplitPanel
the actual panel for displaying the other panels.
m_Panel - Variable in class adams.flow.sink.ReportDisplay
the panel.
m_Panel - Variable in class adams.flow.sink.TimeseriesDisplay.DisplayPanel
 
m_Panel - Variable in class adams.flow.transformer.AbstractInteractiveTransformerDialog
the panel to display.
m_Panel - Variable in class adams.gui.dialog.ComposeEmailDialog
the compose panel.
m_Panel - Variable in class adams.gui.dialog.DatabaseConnectionDialog
database connection panel.
m_Panel - Variable in class adams.gui.dialog.DatabaseConnectionsDialog
database connection panel.
m_Panel - Variable in class adams.gui.dialog.SpreadSheetDialog
the table for displaying the spreadsheet.
m_Panel - Variable in class adams.gui.goe.WekaExperimentFileEditor.SimpleSetupDialog
the setup panel.
m_Panel - Variable in class adams.gui.menu.ConfigureOptionHandler
the generated panel.
m_Panel - Variable in class adams.gui.selection.AbstractSelectionDialog
the selection panel.
m_Panel - Variable in class adams.gui.selection.SelectFieldDialog
the selection panel.
m_Panel - Variable in class adams.gui.selection.SelectFieldPanel
panel for the parameters.
m_Panel - Variable in class adams.gui.tools.ImageProcessorSubPanel.ImagePopupMenuProvider
the ImagePanel this provider is for.
m_Panel - Variable in class adams.gui.tools.spreadsheetprocessor.processors.PassThroughProcessor
the panel.
m_Panel - Variable in class adams.gui.tools.spreadsheetviewer.AbstractViewPlugin
the generated panel.
m_Panel - Variable in class adams.gui.tools.wekamultiexperimenter.setup.weka.OutputPanel
the currently output panel.
m_Panel - Variable in class adams.gui.visualization.core.AbstractMouseMovementTracker
the panel this tracker is for.
m_Panel - Variable in class adams.gui.visualization.core.AbstractPaintlet
the panel this paintlet is for.
m_Panel - Variable in class adams.gui.visualization.image.paintlet.AbstractPaintlet
the panel this paintlet is for.
m_Panel - Variable in class adams.gui.visualization.report.ReportFactory.Dialog
the panel for displaying the reports.
m_Panel - Variable in class adams.gui.workspace.AbstractWorkspaceListPanel
the panel to display the results in.
m_Panel - Variable in class weka.gui.explorer.ExplorerEntryPanel
the panel to display the results in.
m_PanelAbout - Variable in class adams.gui.goe.PropertySheetPanel
The panel holding global info and help, if provided by the object being editied.
m_PanelAdditional - Variable in class adams.gui.selection.AbstractTableBasedSelectionPanel
the panel for additional components.
m_PanelAll - Variable in class adams.gui.core.AbstractComponentWithButtons
the panel encompassing the component and the information.
m_PanelAll - Variable in class adams.gui.core.ConsolePanel
the ALL panel.
m_PanelAll - Variable in class adams.gui.goe.MultiLineValueDialog
encloses all panels.
m_PanelAll - Variable in class adams.gui.selection.AbstractTableBasedSelectionPanel
the panel that encompasses all widgets.
m_PanelAll - Variable in class adams.gui.visualization.debug.SideBySideDiffPanel
for the two sides of a diff.
m_PanelAnalysis - Variable in class adams.gui.tools.wekamultiexperimenter.AnalysisPanel
the current panel.
m_PanelAnalysis - Variable in class adams.gui.tools.wekamultiexperimenter.ExperimenterPanel
the analysis panel.
m_PanelAnnotations - Variable in class adams.gui.visualization.object.ObjectAnnotationPanel
the annotations panel.
m_PanelAnnotationsAndTools - Variable in class adams.gui.visualization.object.ObjectAnnotationPanel
the annotations + tools panel.
m_PanelAnnotator - Variable in class adams.gui.tools.previewbrowser.AnnotateImage.CombinedPanel
for annotating the image.
m_PanelArchiveFiles - Variable in class adams.gui.tools.PreviewBrowserPanel
the panel with the archive files.
m_PanelArchiveFilesBottom - Variable in class adams.gui.tools.PreviewBrowserPanel
the panel with the archive files (bottom).
m_PanelArchiveHandlers - Variable in class adams.gui.tools.PreviewBrowserPanel
the panel with the archive handlers.
m_PanelAtt - Variable in class adams.flow.sink.WekaAttributeSummary
the visualization panel (if only one in range).
m_PanelAttSelection - Variable in class adams.gui.tools.wekainvestigator.tab.PreprocessTab
the attribute selection panel.
m_PanelAttSummary - Variable in class adams.gui.tools.wekainvestigator.tab.PreprocessTab
the attribute summary panel.
m_PanelAttVisualization - Variable in class adams.gui.tools.wekainvestigator.tab.PreprocessTab
the attribute visualization panel.
m_PanelAuthentication - Variable in class adams.gui.tools.SSHPanel
the authentication panel.
m_PanelBookmarks - Variable in class adams.gui.chooser.BaseFileChooser
the bookmarks.
m_PanelBookmarks - Variable in class adams.gui.chooser.SimpleDirectoryChooser
the panel with the bookmarks.
m_PanelBookmarks - Variable in class adams.gui.chooser.TextFileChooser.FileEncodingPanel
the bookmarks panel.
m_PanelBookmarksAndFilter - Variable in class adams.gui.chooser.BaseFileChooser
the panel with the bookmarks and filter.
m_PanelBoth - Variable in class adams.gui.tools.wekainvestigator.tab.CompareTab
the panel for displaying the two instances.
m_PanelBottom - Variable in class adams.gui.core.ErrorMessagePanel
the bottom panel with BorderLayout.
m_PanelBottom - Variable in class adams.gui.dialog.SpreadSheetQueryPanel
the panel for the buttons at the bottom.
m_PanelBottom - Variable in class adams.gui.dialog.SQLStatementPanel
the panel for the buttons at the bottom.
m_PanelBottom - Variable in class adams.gui.flow.FlowPanel
the bottom panel.
m_PanelBottom - Variable in class adams.gui.flow.FlowRunnerPanel
the panel at the bottom.
m_PanelBottom - Variable in class adams.gui.goe.MultiLineValueDialog
the panel at the bottom for additional options.
m_PanelBreakpoints - Variable in class adams.flow.execution.debug.ControlPanel
the panel for managing the breakpoints.
m_PanelBrightness - Variable in class adams.gui.visualization.object.ObjectAnnotationPanel
the panel for the brightness controls.
m_PanelButtons - Variable in class adams.gui.chooser.AbstractChooserPanel
the panel for the button(s).
m_PanelButtons - Variable in class adams.gui.core.BasePanelWithButtons
the panel containing the buttons.
m_PanelButtons - Variable in class adams.gui.core.GUIHelper.InputPanelWithButtons
the panel with the buttons.
m_PanelButtons - Variable in class adams.gui.core.PropertiesParameterPanel
the panel for the buttons.
m_PanelButtons - Variable in class adams.gui.core.SearchPanel
the button panel.
m_PanelButtons - Variable in class adams.gui.dialog.DialogWithButtons
the panel with the buttons (left and right).
m_PanelButtons - Variable in class adams.gui.flow.FlowPanelNotificationArea
the panel for the buttons.
m_PanelButtons - Variable in class adams.gui.flow.tab.Clipboard
the panel for the buttons.
m_PanelButtons - Variable in class adams.gui.goe.GenericObjectEditor.GOEPanel
the panel with the buttons.
m_PanelButtons - Variable in class adams.gui.tools.FileCommanderPanel
the panel with the buttons.
m_PanelButtons - Variable in class adams.gui.tools.previewbrowser.AnnotateImage.CombinedPanel
the panel for the buttons.
m_PanelButtons - Variable in class adams.gui.tools.spreadsheetviewer.SortPanel
the panel for the buttons.
m_PanelButtons - Variable in class adams.gui.tools.XSLTPanel
the buttons panel.
m_PanelButtons - Variable in class adams.gui.tools.XSLTPanel.SubPanel
the panel with the buttons.
m_PanelButtons - Variable in class adams.gui.visualization.instances.instancestable.InstancesSortPanel
the panel for the buttons.
m_PanelButtons - Variable in class adams.gui.wizard.AbstractWizardPage
the panel for the buttons.
m_PanelButtons - Variable in class adams.gui.wizard.AbstractWizardPane
the panel for the buttons.
m_PanelButtons - Variable in class adams.gui.wizard.WekaPropertySheetPanelPage
the panel for the buttons.
m_PanelButtons - Variable in class adams.gui.workspace.AbstractWorkspaceManagerPanel
the panel for the buttons.
m_PanelButtons - Variable in class weka.gui.explorer.MultiExplorer
the panel for the buttons.
m_PanelButtons - Variable in class weka.gui.explorer.SqlPanel
the panel for the buttons
m_PanelButtonsLeft - Variable in class adams.gui.dialog.DialogWithButtons
the panel with the buttons (left).
m_PanelButtonsLeft - Variable in class adams.gui.dialog.SpreadSheetQueryPanel
the panel for the buttons on the left.
m_PanelButtonsLeft - Variable in class adams.gui.dialog.SQLStatementPanel
the panel for the buttons on the left.
m_PanelButtonsProperties - Variable in class adams.gui.wizard.AbstractWizardPane
the panel for the properties buttons.
m_PanelButtonsRight - Variable in class adams.gui.dialog.DialogWithButtons
the panel with the buttons (right).
m_PanelButtonsRight - Variable in class adams.gui.dialog.SpreadSheetQueryPanel
the panel for the buttons on the right.
m_PanelButtonsRight - Variable in class adams.gui.dialog.SQLStatementPanel
the panel for the buttons on the right.
m_PanelCanvas - Variable in class adams.gui.visualization.object.ObjectAnnotationPanel
the canvas in use.
m_PanelCanvas - Variable in class adams.gui.visualization.segmentation.SegmentationPanel
the panel for drawing.
m_PanelCanvas - Variable in class adams.gui.visualization.segmentation.tool.AbstractTool
the canvas panel to operate on.
m_PanelCenter - Variable in class adams.gui.tools.sqlworkbench.SqlMetaDataPanel
the panel at the bottom.
m_PanelCenter - Variable in class adams.gui.visualization.segmentation.SegmentationPanel
the center panel.
m_PanelChart - Variable in class adams.gui.tools.spreadsheetprocessor.targets.ChartTarget
the chart to use.
m_PanelChooser - Variable in class adams.gui.tools.filecommander.FileCommanderDirectoryPanel
the panel for the combox of choosers and current chooser.
m_PanelChooser - Variable in class adams.gui.tools.weka.AbstractPanelWithFile
the chooser panel.
m_PanelClassAttribute - Variable in class adams.gui.tools.wekamultiexperimenter.setup.BasicAdamsSetupPanel
the panel for the class attribute heuristic.
m_PanelClassifiers - Variable in class adams.gui.tools.wekamultiexperimenter.setup.BasicAdamsSetupPanel
for specifying the classifiers.
m_PanelClassifiers - Variable in class adams.gui.tools.wekamultiexperimenter.setup.BasicWekaSetupPanel
for specifying the classifiers.
m_PanelColorChooser - Variable in class adams.gui.chooser.BaseColorChooser
the color chooser panel.
m_PanelColorProvider - Variable in class adams.gui.tools.wekainvestigator.tab.InstanceTab
the color provider.
m_PanelColors - Variable in class adams.flow.transformer.compareobjectlocations.Combined.CombinedPanel
the panel with the colors.
m_PanelColors - Variable in class adams.gui.visualization.image.ColorPickerPanel
for displaying the current color.
m_PanelColumnComboBox - Variable in class adams.gui.dialog.SpreadSheetPanel
the panel for the column combobox.
m_PanelColumnsDropdown - Variable in class adams.gui.core.SpreadSheetTableWithSearch
the panel for the columns combobox.
m_PanelCombobox - Variable in class adams.gui.tools.previewbrowser.SerializedObjectPanel
the panel for the combobox with available viewers.
m_PanelComboBox - Variable in class adams.gui.tools.wekamultiexperimenter.setup.weka.OutputPanel
the panel for the combobox.
m_PanelComboBoxData - Variable in class adams.gui.visualization.weka.AbstractInstanceInfoFrame
the panel for the combobox listing the datasets.
m_PanelCompare - Variable in class adams.gui.InstanceCompare
the panel for comparing the datasets.
m_PanelComparison - Variable in class adams.gui.tools.wekainvestigator.tab.CompareTab
the overall panel for comparison.
m_PanelComparison - Variable in class adams.gui.visualization.instance.InstanceComparePanel
the panel for displaying the two instances.
m_PanelComponents - Variable in class adams.gui.tools.wekainvestigator.tab.IndependentComponentsTab
the components plot.
m_PanelConnection - Variable in class adams.gui.tools.spreadsheetprocessor.sources.DatabaseSource
the connection panel.
m_PanelConnection - Variable in class adams.gui.tools.spreadsheetprocessor.targets.DatabaseTarget
the connection panel.
m_PanelConnection - Variable in class adams.gui.tools.sqlworkbench.SqlMetaDataPanel
the connection panel.
m_PanelConnection - Variable in class adams.gui.tools.sqlworkbench.SqlQueryPanel
the connection panel.
m_PanelContent - Variable in class adams.gui.core.AdjustableGridPanel
the panel for the actual content.
m_PanelContent - Variable in class adams.gui.core.MultiPagePane
the content pane for the pages.
m_PanelContent - Variable in class adams.gui.core.OneTouchPanel
the panel for adding the actual content.
m_PanelContent - Variable in class adams.gui.tools.PreviewBrowserPanel
the panel for the content display.
m_PanelContent - Variable in class adams.gui.visualization.core.PlotPanel
the content panel for drawing.
m_PanelContent - Variable in class adams.gui.visualization.debug.InspectionPanel
the panel on the right.
m_PanelContentHandlers - Variable in class adams.gui.tools.previewbrowser.PreviewDisplay
the panel with the content handlers.
m_PanelControl - Variable in class adams.gui.core.AdjustableGridPanel
the panel with the dimensions.
m_PanelCounts - Variable in class adams.gui.selection.AbstractTableBasedSelectionPanel
the panel for displaying total and selected count.
m_PanelCurve - Variable in class adams.gui.tools.weka.CostCurvePanel
for displaying the cost curve.
m_PanelCustom - Variable in class adams.gui.goe.PropertyPanel
the custom panel, if any.
m_PanelData - Variable in class adams.gui.tools.wekainvestigator.tab.AbstractInvestigatorTabWithDataTable
the panel with the data.
m_PanelData - Variable in class adams.gui.tools.wekainvestigator.tab.CompareTab
the panel for the data.
m_PanelData - Variable in class adams.gui.visualization.weka.AbstractInstanceInfoFrame
the panel holding the table and buttons for the dataset.
m_PanelDataAction - Variable in class adams.gui.visualization.weka.AbstractInstanceInfoFrame
the panel with buttons etc.
m_PanelDatabaseConnection - Variable in class adams.gui.tools.AbstractManagementPanelWithSelectableDatabase
the panel for connecting.
m_PanelDataRow - Variable in class adams.gui.tools.spreadsheetprocessor.sources.DatabaseSource
the panel for the row class.
m_PanelDataset - Variable in class adams.gui.visualization.instance.InstanceComparePanel.DatasetPanel
the panel for loading the file.
m_PanelDataset1 - Variable in class adams.gui.visualization.instance.InstanceComparePanel
the panel for the first dataset.
m_PanelDataset2 - Variable in class adams.gui.visualization.instance.InstanceComparePanel
the panel for the second dataset.
m_PanelDatasets - Variable in class adams.gui.tools.wekainvestigator.tab.CompareTab
the panel for the datasets.
m_PanelDatasets - Variable in class adams.gui.tools.wekamultiexperimenter.setup.BasicAdamsSetupPanel
for specifying the datasets.
m_PanelDatasets - Variable in class adams.gui.tools.wekamultiexperimenter.setup.BasicWekaSetupPanel
for specifying the datasets.
m_PanelDate - Variable in class adams.gui.chooser.DateTimePanel
the date panel.
m_PanelDebugTree - Variable in class adams.gui.flow.FlowPanel
the panel with the debug tree.
m_PanelDefinitions - Variable in class adams.gui.tools.spreadsheetviewer.SortPanel
the panel holding the defintion panels.
m_PanelDefinitions - Variable in class adams.gui.visualization.instances.instancestable.InstancesSortPanel
the panel holding the defintion panels.
m_PanelDialogButtons - Variable in class adams.gui.goe.GenericArrayEditor
the panel for the buttons.
m_PanelDiff - Variable in class adams.gui.tools.DiffPanel
the diff panel.
m_PanelDifference - Variable in class adams.gui.tools.wekainvestigator.tab.CompareTab
the panel with the difference.
m_PanelDifference - Variable in class adams.gui.visualization.instance.InstanceComparePanel
the panel with the difference.
m_PanelDir - Variable in class adams.gui.dialog.AbstractDirectoryExportDialog
the panel with the directory.
m_PanelDir - Variable in class adams.gui.tools.FindInFilesPanel
the directory.
m_PanelDir - Variable in class adams.gui.tools.PreviewBrowserPanel
for selecting the directory to browse.
m_PanelDir - Variable in class adams.gui.wizard.SelectDirectoryPage
the panel for selecting the file.
m_PanelDirectory - Variable in class adams.gui.tools.FileChooserBookmarksManagementPanel
the directory.
m_PanelDirectory - Variable in class adams.gui.tools.spreadsheetprocessor.sources.FileBrowserSource
the directory to browse.
m_PanelDisplay - Variable in class adams.gui.dialog.SimplePreviewBrowserDialog
the preview panel.
m_PanelEditor - Variable in class adams.gui.goe.WekaExperimentFileEditor
the editor panel.
m_PanelEncoding - Variable in class adams.gui.chooser.TextFileChooser.FileEncodingPanel
the panel for the encoding.
m_PanelEncoding - Variable in class adams.gui.chooser.TextFileChooser
the accessory panel.
m_PanelEngines - Variable in class adams.gui.tools.remotecontrolcenter.RemoteControlCenterManagerPanel
the panel for the engines.
m_PanelError - Variable in class adams.gui.core.ConsolePanel
the error panel.
m_PanelEvaluation - Variable in class adams.gui.tools.wekainvestigator.tab.AssociateTab
the panel with the evaluation.
m_PanelEvaluation - Variable in class adams.gui.tools.wekainvestigator.tab.AttributeSelectionTab
the panel with the evaluation.
m_PanelEvaluation - Variable in class adams.gui.tools.wekainvestigator.tab.ClassifyTab
the panel with the evaluation.
m_PanelEvaluation - Variable in class adams.gui.tools.wekainvestigator.tab.ClusterTab
the panel with the evaluation.
m_PanelEvaluation - Variable in class adams.gui.tools.wekainvestigator.tab.ExperimentTab
the panel with the evaluation.
m_PanelEvaluationSetup - Variable in class adams.gui.tools.wekainvestigator.tab.AssociateTab
the panel for the evaluation setup to be embedded in.
m_PanelEvaluationSetup - Variable in class adams.gui.tools.wekainvestigator.tab.AttributeSelectionTab
the panel for the evaluation setup to be embedded in.
m_PanelEvaluationSetup - Variable in class adams.gui.tools.wekainvestigator.tab.ClassifyTab
the panel for the evaluation setup to be embedded in.
m_PanelEvaluationSetup - Variable in class adams.gui.tools.wekainvestigator.tab.ClusterTab
the panel for the evaluation setup to be embedded in.
m_PanelEvaluator - Variable in class adams.gui.tools.wekainvestigator.tab.AttributeSelectionTab
the GOe with the evaluator.
m_PanelExecutable - Variable in class adams.gui.application.TesseractSettingsPanel
the chooser for the executable.
m_PanelExecutionButtons - Variable in class adams.gui.tools.wekainvestigator.tab.AssociateTab
the panel with the buttons.
m_PanelExecutionButtons - Variable in class adams.gui.tools.wekainvestigator.tab.AttributeSelectionTab
the panel with the buttons.
m_PanelExecutionButtons - Variable in class adams.gui.tools.wekainvestigator.tab.ClassifyTab
the panel with the buttons.
m_PanelExecutionButtons - Variable in class adams.gui.tools.wekainvestigator.tab.ClusterTab
the panel with the buttons.
m_PanelExecutionButtons - Variable in class adams.gui.tools.wekainvestigator.tab.ExperimentTab
the panel with the buttons.
m_PanelExplorer - Variable in class weka.gui.explorer.MultiExplorer
the actual panel for displaying the other panels.
m_PanelExpressions - Variable in class adams.flow.execution.debug.ControlPanel
the panel with the watch expressions.
m_PanelFavorites - Variable in class adams.gui.tools.FavoritesManagementPanel
the panel for the favorites.
m_PanelFile - Variable in class adams.gui.dialog.AbstractFileExportDialog
the panel with the file.
m_PanelFile - Variable in class adams.gui.dialog.AbstractFileImportDialog
the panel with the file.
m_PanelFile - Variable in class adams.gui.flow.ExportDialog
the panel with the file.
m_PanelFile - Variable in class adams.gui.goe.WekaExperimentFileEditor
the panel for selecting the experiment file.
m_PanelFile - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.FromPredictions
the preditions file.
m_PanelFile - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.IndexedSplitsRunsEvaluation
the chooser panel for the indexed splits file.
m_PanelFile - Variable in class adams.gui.tools.wekamultiexperimenter.setup.weka.ArffOutputPanel
the file chooser panel.
m_PanelFile - Variable in class adams.gui.tools.wekamultiexperimenter.setup.weka.CsvOutputPanel
the file chooser panel.
m_PanelFile - Variable in class adams.gui.wizard.SelectFilePage
the panel for selecting the file.
m_PanelFile - Variable in class adams.gui.wizard.WekaSelectDatasetPage
the panel for selecting the file.
m_PanelFile1 - Variable in class adams.gui.tools.DiffPanel.LoadDialog
the first file.
m_PanelFile2 - Variable in class adams.gui.tools.DiffPanel.LoadDialog
the second file.
m_PanelFiles - Variable in class adams.gui.tools.DiffPanel.LoadDialog
the panel for the files.
m_PanelFiles - Variable in class adams.gui.tools.spreadsheetprocessor.sources.FileBrowserSource
the list of files.
m_PanelFilter - Variable in class adams.gui.chooser.BaseFileChooser
the panel for the filter.
m_PanelFilter - Variable in class adams.gui.goe.GenericObjectEditorClassTreePanel
the filter text box.
m_PanelFilter - Variable in class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeSelectionPanel
the filter panel.
m_PanelFilter - Variable in class adams.gui.visualization.container.FilterDialog
the panel with the filter.
m_PanelFilter - Variable in class adams.gui.visualization.segmentation.tool.Filter
the filter to apply.
m_PanelFilterArea - Variable in class adams.gui.goe.GenericObjectEditorClassTreePanel
the panel for the filter.
m_PanelFind - Variable in class adams.gui.dialog.ReplaceFieldDialog
the field to find.
m_PanelFlow - Variable in class adams.gui.tools.ImageProcessorPanel
the flow panel.
m_PanelFlow - Variable in class adams.gui.tools.spreadsheetprocessor.processors.FlowProcessor
the flow panel.
m_PanelFlows - Variable in class adams.gui.tools.remotecontrolcenter.panels.AbstractRemoteFlowTab
the panel for the connection/table.
m_PanelFullOptions - Variable in class adams.gui.visualization.object.tools.AbstractTool
the full option panel.
m_PanelFullOptions - Variable in class adams.gui.visualization.segmentation.tool.AbstractTool
the full option panel.
m_PanelGenerator - Variable in class adams.gui.tools.wekainvestigator.datatable.action.SaveIndexedSplitsRuns
the GOE panel for the generator.
m_PanelGenerator - Variable in class adams.gui.tools.wekamultiexperimenter.setup.BasicAdamsSetupPanel
the fold generator.
m_PanelGOE - Variable in class adams.gui.dialog.AbstractDirectoryExportDialog
the GOE panel for the export format.
m_PanelGOE - Variable in class adams.gui.dialog.AbstractFileExportDialog
the GOE panel for the export format.
m_PanelGOE - Variable in class adams.gui.dialog.AbstractFileImportDialog
the GOE panel for the import format.
m_PanelGOE - Variable in class adams.gui.flow.ExportDialog
the GOE panel for the export format.
m_PanelGOE - Variable in class adams.gui.tools.spreadsheetviewer.tab.ColumnStatistic
the panel for defining the statistics.
m_PanelGOE - Variable in class adams.gui.tools.wekainvestigator.tab.AssociateTab
the GOe with the associator.
m_PanelGOE - Variable in class adams.gui.tools.wekainvestigator.tab.ClassifyTab
the GOe with the classifier.
m_PanelGOE - Variable in class adams.gui.tools.wekainvestigator.tab.ClusterTab
the GOe with the clusterer.
m_PanelGOE - Variable in class adams.gui.tools.wekainvestigator.tab.ExperimentTab
the GOe with the classifier.
m_PanelGOE - Variable in class adams.gui.tools.wekainvestigator.tab.PartialLeastSquaresTab
the algorithm.
m_PanelGOE - Variable in class adams.gui.tools.wekainvestigator.tab.PreprocessTab
the GOe with the filter.
m_PanelGOE - Variable in class adams.gui.tools.wekamultiexperimenter.setup.ClassifierPanel
the GOE for setting up classifiers.
m_PanelGOE - Variable in class adams.gui.tools.wekamultiexperimenter.setup.weka.CustomOutputPanel
the GOE panel.
m_PanelGrid - Variable in class adams.flow.sink.DisplayPanelGrid
for displaying the panels.
m_PanelHeight - Variable in class adams.flow.sink.ArrayDisplay
the height of the individual panels.
m_PanelHeight - Variable in class adams.flow.sink.DisplayPanelGrid
the height of the individual panels.
m_PanelHelp - Variable in class adams.gui.goe.BaseClassnameEditor
The class panel.
m_PanelHelp - Variable in class adams.gui.goe.BaseCommandLineEditor
The class panel.
m_PanelHelp - Variable in class adams.gui.goe.PropertySheetPanel
the editor pane.
m_PanelHistory - Variable in class adams.gui.help.HelpFrame
for displaying the help.
m_PanelHistory - Variable in class adams.gui.workspace.AbstractWorkspaceManagerPanel
the history panel.
m_PanelHistory - Variable in class weka.gui.explorer.MultiExplorer
the history panel.
m_PanelHttpFtp - Variable in class adams.gui.application.ProxySettingsPanel
the panel for the http parameters.
m_PanelICA - Variable in class adams.gui.tools.wekainvestigator.tab.IndependentComponentsTab
the ICA setup.
m_PanelImage - Variable in class adams.flow.transformer.compareobjectlocations.Combined.CombinedPanel
the image panel.
m_PanelImage - Variable in class adams.flow.transformer.ImageAnnotator.AnnotatorPanel
the image panel.
m_PanelImage - Variable in class adams.gui.application.AboutBoxPanel
the panel for the image.
m_PanelImage - Variable in class adams.gui.tools.previewbrowser.CocoAnnotationsHandler.CombinedPanel
the image panel.
m_PanelImage - Variable in class adams.gui.tools.previewbrowser.DeepLabCutCSVHandler.CombinedPanel
the image panel.
m_PanelImage - Variable in class adams.gui.tools.previewbrowser.ObjectCentersFromReport.CombinedPanel
the image panel.
m_PanelImage - Variable in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport.CombinedPanel
the image panel.
m_PanelImage - Variable in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet.CombinedPanel
the image panel.
m_PanelImage - Variable in class adams.gui.tools.previewbrowser.PointsFromReportHandler.CombinedPanel
the image panel.
m_PanelImageAnnotations - Variable in class adams.flow.transformer.compareobjectlocations.SideBySide.SideBySidePanel
the image panel with the annotations.
m_PanelImagePredictions - Variable in class adams.flow.transformer.compareobjectlocations.SideBySide.SideBySidePanel
the image panel with the predictions.
m_PanelInfo - Variable in class adams.gui.core.AbstractComponentWithButtons
the panel for the information JLabel.
m_PanelInfo - Variable in class adams.gui.dialog.TextPanel
the panel with optional info text.
m_PanelInfo - Variable in class adams.gui.goe.GenericObjectEditorClassTreePanel
the info panel at the top.
m_PanelInfo - Variable in class adams.gui.goe.MultiLineValueDialog
the panel for the info text.
m_PanelInput - Variable in class adams.gui.tools.spreadsheetprocessor.sources.FileSource
the reader to use.
m_PanelInspect - Variable in class adams.gui.visualization.debug.StoragePanel
the panel for inspecing an item.
m_PanelInspectionToken - Variable in class adams.flow.execution.debug.ControlPanel
the panel for inspecting the current token.
m_PanelInstance - Variable in class adams.gui.tools.wekainvestigator.tab.InstanceTab
the plot.
m_PanelInstance - Variable in class adams.gui.visualization.instance.InstanceExplorer
the panel for displaying.
m_PanelInstance - Variable in class adams.gui.visualization.spreadsheet.SpreadSheetExplorer
the panel for displaying.
m_PanelInstSummary - Variable in class adams.gui.tools.wekainvestigator.tab.PreprocessTab
the instances summary panel.
m_PanelJobRunner - Variable in class adams.gui.tools.wekamultiexperimenter.setup.BasicAdamsSetupPanel
the JobRunner setup.
m_PanelLabels - Variable in class adams.flow.transformer.compareobjectlocations.AbstractComparisonPanel
the panel with the labels.
m_PanelLabelSelector - Variable in class adams.gui.visualization.object.ObjectAnnotationPanel
the label selector panel.
m_PanelLayers - Variable in class adams.gui.visualization.segmentation.layer.CombinedLayer
the panel for the layers.
m_PanelLayers - Variable in class adams.gui.visualization.segmentation.SegmentationPanel
the layers panel.
m_PanelLeft - Variable in class adams.gui.goe.GenericObjectEditor.GOEPanel
the left panel.
m_PanelLeft - Variable in class adams.gui.tools.FileCommanderPanel
the left panel.
m_PanelLeft - Variable in class adams.gui.tools.wekainvestigator.tab.AssociateTab
the panel on the left-hand side.
m_PanelLeft - Variable in class adams.gui.tools.wekainvestigator.tab.AttributeSelectionTab
the panel on the left-hand side.
m_PanelLeft - Variable in class adams.gui.tools.wekainvestigator.tab.ClassifyTab
the panel on the left-hand side.
m_PanelLeft - Variable in class adams.gui.tools.wekainvestigator.tab.ClusterTab
the panel on the left-hand side.
m_PanelLeft - Variable in class adams.gui.tools.wekainvestigator.tab.ExperimentTab
the panel on the left-hand side.
m_PanelLeft - Variable in class adams.gui.tools.wekainvestigator.tab.IndependentComponentsTab
the left panel.
m_PanelLeft - Variable in class adams.gui.tools.wekainvestigator.tab.InstanceTab
the left panel.
m_PanelLeft - Variable in class adams.gui.tools.wekainvestigator.tab.PartialLeastSquaresTab
the left panel.
m_PanelLeft - Variable in class adams.gui.tools.wekainvestigator.tab.PrincipalComponentsTab
the left panel.
m_PanelLeft - Variable in class adams.gui.tools.wekamultiexperimenter.analysis.DefaultAnalysisPanel
the panel on the left.
m_PanelLeft - Variable in class adams.gui.visualization.debug.SideBySideDiffPanel
the panel for the left content.
m_PanelLeft - Variable in class adams.gui.visualization.segmentation.SegmentationPanel
the left panel.
m_PanelList - Variable in class adams.gui.core.AbstractNamedHistoryPanel
the panel for the list.
m_PanelListButtons - Variable in class adams.gui.core.AbstractNamedHistoryPanel
the panel for the list buttons.
m_PanelListButtons - Variable in class adams.gui.core.MultiPagePane
the panel for the list buttons.
m_PanelListeners - Variable in class adams.gui.tools.sqlworkbench.SqlQueryPanel
the listeners for changes.
m_PanelLoadings - Variable in class adams.gui.tools.wekainvestigator.tab.PartialLeastSquaresTab
the loadings plot.
m_PanelLoadings - Variable in class adams.gui.tools.wekainvestigator.tab.PrincipalComponentsTab
the loadings plot.
m_PanelLocalFiles - Variable in class adams.gui.tools.PreviewBrowserPanel
the panel with the local files.
m_PanelLog - Variable in class adams.gui.goe.GenericObjectEditor.GOEPanel
the panel for the log messages.
m_PanelLog - Variable in class adams.gui.tools.remotecontrolcenter.RemoteControlCenterManagerPanel
the log panel.
m_PanelLog - Variable in class adams.gui.tools.wekamultiexperimenter.ExperimenterPanel
the log panel.
m_PanelLog - Variable in class adams.gui.visualization.image.ImagePanel
the panel for the log.
m_PanelLogAndButtons - Variable in class adams.gui.goe.GenericObjectEditor.GOEPanel
the panel for the log and buttons.
m_PanelMain - Variable in class adams.gui.tools.wekainvestigator.tab.PreprocessTab
the panel for the preprocess panels.
m_PanelMapper - Variable in class adams.gui.tools.sqlworkbench.SqlMetaDataPanel
the GOE with the type mapper.
m_PanelMatrix - Variable in class adams.gui.tools.wekamultiexperimenter.analysis.DefaultAnalysisPanel
the GOE for the result matrix.
m_PanelModel - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.BuildModel
the serialized model.
m_PanelModel - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.ReevaluateModel
the serialized model.
m_PanelModel - Variable in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.BuildModel
the serialized model.
m_PanelModel - Variable in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.ReevaluateModel
the serialized model.
m_PanelModules - Variable in class adams.gui.application.AboutBoxPanel
the panel with the modules.
m_PanelName - Variable in class adams.flow.sink.AbstractDisplayPanel
the name of the panel.
m_PanelNoResult - Variable in class adams.gui.tools.sqlworkbench.SqlMetaDataPanel
the no result panel.
m_PanelNoResult - Variable in class adams.gui.tools.sqlworkbench.SqlQueryPanel
the no result panel.
m_PanelNotification - Variable in class adams.gui.flow.FlowPanel
the panel for showing notifications.
m_PanelNotification - Variable in class adams.gui.flow.FlowRunnerPanel
the panel for showing notifications.
m_PanelObject - Variable in class adams.gui.tools.ConfigureOptionHandlerPanel
for configuring the class.
m_PanelObjectAnnotation - Variable in class adams.flow.transformer.ImageLabeler
the panel.
m_PanelObjectAnnotation - Variable in class adams.flow.transformer.ImageObjectAnnotator
the panel.
m_PanelObjects - Variable in class adams.gui.visualization.image.AbstractObjectOverlayFromReport
the panel with the located objects.
m_PanelObjects - Variable in class adams.gui.visualization.image.ObjectAnnotations
the panel with the located objects.
m_PanelOptions - Variable in class adams.gui.tools.wekainvestigator.evaluation.AbstractEvaluation
the panel with the options.
m_PanelOptions - Variable in class adams.gui.visualization.object.tools.AbstractTool
the options panel.
m_PanelOptions - Variable in class adams.gui.visualization.segmentation.tool.AbstractTool
the options panel.
m_PanelOriginal - Variable in class adams.gui.tools.ImageProcessorSubPanel
the original image.
m_PanelOutput - Variable in class adams.gui.tools.spreadsheetprocessor.targets.FileTarget
the writer to use.
m_PanelOutput - Variable in class adams.gui.tools.wekainvestigator.datatable.action.SaveIndexedSplitsRuns
the chooser panel for the output file.
m_PanelOutput - Variable in class adams.gui.tools.wekamultiexperimenter.setup.BasicWekaSetupPanel
the panel for the output type.
m_PanelOutput - Variable in class adams.gui.tools.XSLTPanel
the output panel.
m_PanelOverlay - Variable in class adams.gui.visualization.stats.scatterplot.Matrix
Displays a GAE for choosing overlays for the scatter plots
m_PanelOverlay - Variable in class adams.gui.visualization.stats.scatterplot.ScatterPlot
for displaying a genericarrayEditor for choosing overlays
m_PanelOverlay - Variable in class adams.gui.visualization.stats.zscore.ZScore
For displaying a generic array editor for choosing overlays
m_PanelPaintlet - Variable in class adams.gui.visualization.stats.scatterplot.Matrix
Displas a GOE for choosing the paintlet for the scatterplots
m_PanelPaintlet - Variable in class adams.gui.visualization.stats.scatterplot.ScatterPlot
for displaying a genericobjecteditor for choosing paintlet
m_PanelPaintlet - Variable in class adams.gui.visualization.stats.zscore.ZScore
For displaying a generic object editor for choosing the paintlet
m_PanelPair - Variable in class adams.gui.goe.VariableNameValuePairEditor
the panel with name/value.
m_PanelParameter - Variable in class adams.gui.wizard.ParameterPanelPage
the parameter panel for displaying the parameters.
m_PanelParameters - Variable in class adams.gui.application.CharsetSettingsPanel
the panel for the parameters.
m_PanelParameters - Variable in class adams.gui.application.EmailSetupPanel
the parameters.
m_PanelParameters - Variable in class adams.gui.application.JVisualVMPanel
the panel for the parameters.
m_PanelParameters - Variable in class adams.gui.application.LocaleSettingsPanel
the panel for the parameters.
m_PanelParameters - Variable in class adams.gui.application.SMBSetupPanel
the parameters.
m_PanelParameters - Variable in class adams.gui.application.SSLSetupPanel
the parameters.
m_PanelParameters - Variable in class adams.gui.application.TesseractSettingsPanel
the panel for the parameters.
m_PanelParameters - Variable in class adams.gui.application.TimeZoneSettingsPanel
the panel for the parameters.
m_PanelParameters - Variable in class adams.gui.core.ParameterPanelWithButtons
the parameter panel.
m_PanelParameters - Variable in class adams.gui.dialog.AbstractDatabaseConnectionPanel
for the parameters.
m_PanelParameters - Variable in class adams.gui.flow.FlowRunnerPanel
the panel for the SetVariable singletons.
m_PanelParameters - Variable in class adams.gui.tools.FindInFilesPanel
for the parameters.
m_PanelParameters - Variable in class adams.gui.tools.sqlworkbench.SqlMetaDataPanel
the panel with the parameters.
m_PanelParameters - Variable in class adams.gui.tools.wekainvestigator.tab.associatetab.evaluation.Train
the panel with the parameters.
m_PanelParameters - Variable in class adams.gui.tools.wekainvestigator.tab.attseltab.evaluation.CrossValidation
the panel with the parameters.
m_PanelParameters - Variable in class adams.gui.tools.wekainvestigator.tab.attseltab.evaluation.Train
the panel with the parameters.
m_PanelParameters - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.BuildModel
the panel with the parameters.
m_PanelParameters - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.CrossValidation
the panel with the parameters.
m_PanelParameters - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.FromPredictions
the panel with the parameters.
m_PanelParameters - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.IndexedSplitsRunsEvaluation
the panel with the parameters.
m_PanelParameters - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.ReevaluateModel
the panel with the parameters.
m_PanelParameters - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.RepeatedCrossValidation
the panel with the parameters.
m_PanelParameters - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.TrainTestSet
the panel with the parameters.
m_PanelParameters - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.TrainTestSplit
the panel with the parameters.
m_PanelParameters - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.TrainValidateTestSet
the panel with the parameters.
m_PanelParameters - Variable in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.BuildModel
the panel with the parameters.
m_PanelParameters - Variable in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.ClassesToClusters
the panel with the parameters.
m_PanelParameters - Variable in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.CrossValidation
the panel with the parameters.
m_PanelParameters - Variable in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.ReevaluateModel
the panel with the parameters.
m_PanelParameters - Variable in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.TrainTestSet
the panel with the parameters.
m_PanelParameters - Variable in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.TrainTestSplit
the panel with the parameters.
m_PanelParameters - Variable in class adams.gui.tools.wekainvestigator.tab.experimenttab.setup.CrossValidationSetup
the panel with the parameters.
m_PanelParameters - Variable in class adams.gui.tools.wekainvestigator.tab.experimenttab.setup.TrainTestSplitSetup
the panel with the parameters.
m_PanelParameters - Variable in class adams.gui.tools.wekainvestigator.tab.IndependentComponentsTab
the parameter panel.
m_PanelParameters - Variable in class adams.gui.tools.wekainvestigator.tab.InstanceTab
the parameter panel.
m_PanelParameters - Variable in class adams.gui.tools.wekainvestigator.tab.PartialLeastSquaresTab
the parameter panel.
m_PanelParameters - Variable in class adams.gui.tools.wekainvestigator.tab.PrincipalComponentsTab
the parameter panel.
m_PanelParameters - Variable in class adams.gui.tools.wekamultiexperimenter.setup.BasicAdamsSetupPanel
for listing all the options.
m_PanelParameters - Variable in class adams.gui.tools.wekamultiexperimenter.setup.BasicWekaSetupPanel
for listing all the options.
m_PanelParametersAdvanced - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.CrossValidation
the panel with the advanced parameters.
m_PanelParams - Variable in class adams.gui.dialog.AbstractDirectoryExportDialog
the panel for the parameters.
m_PanelParams - Variable in class adams.gui.dialog.AbstractFileExportDialog
the panel for the parameters.
m_PanelParams - Variable in class adams.gui.dialog.AbstractFileImportDialog
the panel for the parameters.
m_PanelParams - Variable in class adams.gui.tools.remotecontrolcenter.panels.AdvancedTab
the parameter panel.
m_PanelParams - Variable in class adams.gui.visualization.stats.boxplot.BoxPlotManager
Object that contains a set of label and component objects, aids displaying
m_PanelParts - Variable in class adams.gui.goe.CronScheduleEditor
for the parts of the expression.
m_PanelPicker - Variable in class adams.gui.visualization.image.ColorPickerDialog
the color picker panel.
m_PanelPoints - Variable in class adams.gui.visualization.image.AbstractPointOverlayFromReport
the panel with the located points.
m_PanelPreferences - Variable in class adams.gui.application.AbstractPropertiesPreferencesPanel
the panel with the preferences.
m_PanelPrefix - Variable in class adams.gui.chooser.AbstractChooserPanel
the panel for the prefix.
m_PanelPreview - Variable in class adams.gui.dialog.PreviewBrowserDialog
the preview panel.
m_PanelPreview - Variable in class adams.gui.flow.tab.Clipboard
the preview.
m_PanelPreview - Variable in class adams.gui.visualization.debug.StoragePanel
the panel with the preview.
m_PanelProcessed - Variable in class adams.gui.tools.ImageProcessorSubPanel
the processed image.
m_PanelProcessor - Variable in class adams.gui.tools.SpreadSheetProcessorPanel
the widget panel for the processor.
m_PanelProgress - Variable in class adams.flow.sink.ProgressBar
the progress bar.
m_PanelProperties - Variable in class adams.gui.core.PropertiesParameterPanel
the panel for the properties.
m_PanelProperties - Static variable in class adams.gui.visualization.container.DataContainerPanel
the setup for the panel.
m_PanelProperties - Variable in class adams.gui.visualization.image.ImagePanel
the panel with the properties.
m_PanelProvider - Variable in class adams.flow.control.Inspect
the actor to use for generating panels.
m_PanelProvider - Variable in class adams.flow.sink.ArrayDisplay
the actor to use for generating panels.
m_PanelProvider - Variable in class adams.flow.sink.DisplayPanelGrid
the actor to use for generating panels.
m_PanelProvider - Variable in class adams.flow.sink.DisplayPanelManager
the actor to use for generating panels.
m_PanelProvider - Variable in class adams.flow.sink.Screenshot
the actor to use for generating panels.
m_PanelQuery - Variable in class adams.gui.dialog.SpreadSheetQueryPanel
the panel with the query.
m_PanelQuery - Variable in class adams.gui.tools.spreadsheetprocessor.processors.QueryProcessor
the query panel.
m_PanelQuery - Variable in class adams.gui.tools.spreadsheetprocessor.sources.DatabaseSource
the query panel.
m_PanelQuery - Variable in class adams.gui.tools.spreadsheetviewer.tab.Query
the table with the information.
m_PanelQuery - Variable in class adams.gui.tools.sqlworkbench.SqlQueryPanel
the query panel.
m_PanelQuery - Variable in class adams.gui.tools.wekainvestigator.tab.DataQueryTab
the query panel.
m_PanelReader - Variable in class adams.gui.tools.spreadsheetprocessor.sources.ClipboardSource
the reader to use.
m_PanelReader - Variable in class adams.gui.tools.spreadsheetprocessor.sources.FileBrowserSource
the reader to use.
m_PanelReader - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.IndexedSplitsRunsEvaluation
the GOE panel for the indexed splits reader.
m_PanelReattach - Variable in class adams.gui.core.DetachablePanel
the panel with a "reattach" frame.
m_PanelRegression - Variable in class adams.gui.visualization.stats.probabilityplot.ProbabilityPlot
GOE for choosing the regression to fit
m_PanelReplace - Variable in class adams.gui.dialog.ReplaceFieldDialog
the field to replace with.
m_PanelResults - Variable in class adams.gui.tools.AbstractSequenceViewerPanel
the panel for the results.
m_PanelResultsHandler - Variable in class adams.gui.tools.wekamultiexperimenter.setup.BasicAdamsSetupPanel
the panel for the results handler.
m_PanelRight - Variable in class adams.gui.goe.GenericObjectEditor.GOEPanel
the right panel.
m_PanelRight - Variable in class adams.gui.tools.FileCommanderPanel
the right panel.
m_PanelRight - Variable in class adams.gui.tools.wekainvestigator.tab.AssociateTab
the panel on the right-hand side (displays results).
m_PanelRight - Variable in class adams.gui.tools.wekainvestigator.tab.AttributeSelectionTab
the panel on the right-hand side (displays results).
m_PanelRight - Variable in class adams.gui.tools.wekainvestigator.tab.ClassifyTab
the panel on the right-hand side (displays results).
m_PanelRight - Variable in class adams.gui.tools.wekainvestigator.tab.ClusterTab
the panel on the right-hand side (displays results).
m_PanelRight - Variable in class adams.gui.tools.wekainvestigator.tab.ExperimentTab
the panel on the right-hand side (displays results).
m_PanelRight - Variable in class adams.gui.tools.wekainvestigator.tab.IndependentComponentsTab
the right panel.
m_PanelRight - Variable in class adams.gui.tools.wekainvestigator.tab.InstanceTab
the right panel.
m_PanelRight - Variable in class adams.gui.tools.wekainvestigator.tab.PartialLeastSquaresTab
the right panel.
m_PanelRight - Variable in class adams.gui.tools.wekainvestigator.tab.PrincipalComponentsTab
the right panel.
m_PanelRight - Variable in class adams.gui.tools.wekamultiexperimenter.analysis.DefaultAnalysisPanel
the panel on the right.
m_PanelRight - Variable in class adams.gui.visualization.debug.SideBySideDiffPanel
the panel for the right content.
m_PanelRight - Variable in class adams.gui.visualization.stats.boxplot.BoxPlotManager
Panel for displaying box plots
m_Panels - Variable in class adams.flow.standalone.GridView
the panels to display.
m_Panels - Variable in class adams.gui.application.PreferencesManagerPanel
the setup panels.
m_Panels - Variable in class adams.gui.dialog.DatabaseConnectionsPanel
the panels.
m_Panels - Variable in class adams.gui.tools.spreadsheetviewer.SortPanel
the list of definitions to use.
m_Panels - Variable in class adams.gui.tools.wekainvestigator.tab.preprocesstab.MultiAttributeSummaryPanel
the panels currently being displayed.
m_Panels - Variable in class adams.gui.tools.wekainvestigator.tab.preprocesstab.MultiAttributeVisualizationPanel
the panels currently being displayed.
m_Panels - Variable in class adams.gui.tools.wekamultiexperimenter.setup.weka.OutputPanel
the map for panel name / panel object relation.
m_Panels - Variable in class adams.gui.visualization.instances.instancestable.InstancesSortPanel
the list of definitions to use.
m_Panels - Variable in class adams.gui.visualization.stats.scatterplot.Matrix
panels displaying names of attributes
m_PanelScores - Variable in class adams.gui.tools.wekainvestigator.tab.PartialLeastSquaresTab
the scores plot.
m_PanelScores - Variable in class adams.gui.tools.wekainvestigator.tab.PrincipalComponentsTab
the scores plot.
m_PanelSearch - Variable in class adams.flow.sink.PropertiesDisplay
the search panel.
m_PanelSearch - Variable in class adams.flow.sink.SpreadSheetDisplay
the search panel.
m_PanelSearch - Variable in class adams.flow.sink.SpreadSheetDisplay.SpreadSheetDisplayPanel
for searching the spreadsheet.
m_PanelSearch - Variable in class adams.gui.core.AbstractNamedHistoryPanel
the panel for searching the entry names.
m_PanelSearch - Variable in class adams.gui.core.FilePanel
the search panel.
m_PanelSearch - Variable in class adams.gui.core.SearchableBaseListWithButtons
the search panel, if search is required.
m_PanelSearch - Variable in class adams.gui.core.SpreadSheetTableWithSearch
for searching the spreadsheet.
m_PanelSearch - Variable in class adams.gui.dialog.SpreadSheetPanel
the search panel.
m_PanelSearch - Variable in class adams.gui.tools.AbstractManagementPanel
the search panel.
m_PanelSearch - Variable in class adams.gui.tools.ConsoleOutputAnalyzerPanel
the panel with the search parameters.
m_PanelSearch - Variable in class adams.gui.tools.PropertiesViewerPanel
the search panel.
m_PanelSearch - Variable in class adams.gui.tools.spreadsheetviewer.SpreadSheetPanel
the search panel.
m_PanelSearch - Variable in class adams.gui.tools.SystemInfoPanel
the search panel.
m_PanelSearch - Variable in class adams.gui.tools.VariableManagementPanel
for searching the variables.
m_PanelSearch - Variable in class adams.gui.tools.wekainvestigator.output.TableContentPanel
the search panel.
m_PanelSearch - Variable in class adams.gui.tools.wekainvestigator.tab.AttributeSelectionTab
the GOe with the search.
m_PanelSearch - Variable in class adams.gui.visualization.container.AbstractContainerList
the panel for searching the entry names.
m_PanelSearch - Variable in class adams.gui.visualization.debug.InspectionPanel
the search panel.
m_PanelSearch - Variable in class adams.gui.visualization.debug.StoragePanel
the search panel.
m_PanelSearch - Variable in class adams.gui.visualization.image.AbstractObjectOverlayFromReport.LocatedObjectsPanel
the panel for searching the table.
m_PanelSearch - Variable in class adams.gui.visualization.image.ObjectAnnotations.LocatedObjectsPanel
the panel for searching the table.
m_PanelSearch - Variable in class adams.gui.visualization.instances.InstancesPanel
the search panel.
m_PanelSearch - Variable in class adams.gui.visualization.object.annotationsdisplay.DefaultAnnotationsDisplayPanel
the search panel.
m_PanelSearchID - Variable in class adams.gui.tools.wekainvestigator.tab.InstanceTab
the search panel for the IDs.
m_PanelSearchProperties - Variable in class adams.gui.visualization.image.ImagePanel
the search panel for searching in the properties.
m_PanelSearchText - Variable in class adams.gui.core.SearchPanel
the panel for the search text and clear button.
m_PanelSegmentation - Variable in class adams.flow.sink.ImageSegmentationViewer.ImageSegmentationViewerDisplayPanel
for displaying the image.
m_PanelSegmentation - Variable in class adams.flow.sink.ImageSegmentationViewer
the panel.
m_PanelSegmentation - Variable in class adams.flow.transformer.ImageSegmentationAnnotator
the panel.
m_PanelSelection - Variable in class adams.gui.wizard.BranchSelectionPage
the panel with the selection buttons.
m_PanelSetup - Variable in class adams.gui.tools.wekainvestigator.tab.ExperimentTab
the panel for the execution setup to be embedded in.
m_PanelSetup - Variable in class adams.gui.tools.wekamultiexperimenter.ExperimenterPanel
the current setup panel.
m_PanelSheet - Variable in class adams.gui.wizard.PropertySheetPanelPage
the parameter panel for displaying the parameters.
m_PanelSheet - Variable in class adams.gui.wizard.WekaPropertySheetPanelPage
the parameter panel for displaying the parameters.
m_PanelSize - Variable in class adams.gui.visualization.debug.InspectionPanel
the panel for the size.
m_PanelSocks - Variable in class adams.gui.application.ProxySettingsPanel
the panel for the socks parameters.
m_PanelSource - Variable in class adams.flow.execution.debug.ControlPanel
the panel for displaying the source.
m_PanelSource - Variable in class adams.gui.tools.SpreadSheetProcessorPanel
the widget panel for the source.
m_PanelSourceAll - Variable in class adams.flow.execution.debug.ControlPanel
the panel for displaying the source (incl buttons).
m_PanelSources - Variable in class adams.gui.tools.wekainvestigator.tab.IndependentComponentsTab
the sources plot.
m_PanelSQL - Variable in class adams.gui.dialog.SpreadSheetQueryDialog
the panel with the SQL statement editor.
m_PanelSQL - Variable in class adams.gui.dialog.SqlQueryDialog
the SQL panel.
m_PanelSQL - Variable in class adams.gui.dialog.SQLStatementDialog
the panel with the SQL statement editor.
m_PanelSQL - Variable in class adams.gui.tools.AbstractSequenceViewerPanel
the panel for the SQL statement.
m_PanelsResults - Variable in class adams.gui.tools.wekamultiexperimenter.analysis.DefaultAnalysisPanel
the results panels.
m_PanelStatement - Variable in class adams.gui.dialog.SQLStatementPanel
the panel with the statement.
m_PanelStorage - Variable in class adams.flow.execution.debug.ControlPanel
the panel for displaying the temporary storage.
m_PanelStorage - Variable in class adams.gui.flow.FlowPanel
the panel with the variables.
m_PanelStructure - Variable in class adams.gui.tools.wekainvestigator.tab.CompareTab
the panel for the structure.
m_PanelSuperclasses - Variable in class adams.gui.tools.FavoritesManagementPanel
the panel for the superclasses.
m_PanelTable - Variable in class adams.gui.tools.AbstractManagementPanel
the panel with the currently available objects.
m_PanelTable - Variable in class adams.gui.tools.sqlworkbench.SqlMetaDataPanel
the panel with the table.
m_PanelTable - Variable in class adams.gui.tools.sqlworkbench.SqlQueryPanel
the panel with the table.
m_PanelTable - Variable in class adams.gui.visualization.report.ReportFactory.Panel
the panel for the table.
m_PanelTableSearch - Variable in class adams.gui.tools.sqlworkbench.SqlMetaDataPanel
the panel for searching the result.
m_PanelTableSearch - Variable in class adams.gui.tools.sqlworkbench.SqlQueryPanel
the panel for searching the result.
m_PanelTarget - Variable in class adams.gui.tools.SpreadSheetProcessorPanel
the widget panel for the target.
m_PanelTester - Variable in class adams.gui.tools.wekamultiexperimenter.analysis.DefaultAnalysisPanel
the GOE for the tester.
m_PanelText - Variable in class adams.flow.control.MissionControl.ControlPanel
the panel for the text.
m_PanelText - Variable in class adams.gui.goe.PropertyPanel
the panel to draw the text on.
m_PanelText - Variable in class adams.gui.tools.sqlworkbench.SqlMetaDataPanel
the panel with the text.
m_PanelText - Variable in class adams.gui.tools.sqlworkbench.SqlQueryPanel
the panel with the text.
m_PanelText - Variable in class adams.gui.tools.XSLTPanel.SubPanel
the panel for the text.
m_PanelTextAction - Variable in class adams.gui.visualization.weka.AbstractInstanceInfoFrame
the panel with buttons etc.
m_PanelTextAll - Variable in class adams.gui.visualization.weka.AbstractInstanceInfoFrame
the panel for the text tab.
m_PanelTime - Variable in class adams.gui.chooser.DateTimePanel
the time panel.
m_PanelTimeseries - Variable in class adams.gui.visualization.timeseries.TimeseriesExplorer
the panel for displaying.
m_PanelTitle - Variable in class adams.gui.application.AboutBoxPanel
the panel for the title, copyright, etc.
m_PanelToolButtons - Variable in class adams.gui.visualization.object.ObjectAnnotationPanel
the panel with the buttons.
m_PanelToolButtons - Variable in class adams.gui.visualization.segmentation.SegmentationPanel
the panel with the buttons.
m_PanelToolOptions - Variable in class adams.gui.visualization.object.ObjectAnnotationPanel
the panel for displaying the tool options.
m_PanelToolOptions - Variable in class adams.gui.visualization.segmentation.SegmentationPanel
the panel for displaying the tool options.
m_PanelTools - Variable in class adams.gui.visualization.object.ObjectAnnotationPanel
the tools panel.
m_PanelTools - Variable in class adams.gui.visualization.segmentation.SegmentationPanel
the tools panel.
m_PanelTop - Variable in class adams.gui.tools.sqlworkbench.SqlMetaDataPanel
the panel at the top.
m_PanelTop - Variable in class adams.gui.tools.wekainvestigator.tab.PreprocessTab
the panel for the filter and the buttons.
m_PanelTree - Variable in class adams.gui.goe.GenericObjectEditor.GOEPanel
the class tree.
m_PanelTree - Variable in class adams.gui.goe.GenericObjectEditorClassTreePopupMenu
the tree panel.
m_PanelType - Variable in class adams.gui.application.ProxySettingsPanel
the panel for the type.
m_PanelTypeMapper - Variable in class adams.gui.tools.spreadsheetprocessor.sources.DatabaseSource
the panel for the type mapper.
m_PanelTypeMapper - Variable in class adams.gui.tools.spreadsheetprocessor.targets.DatabaseTarget
the panel for the type mapper.
m_PanelUndo - Variable in class adams.gui.visualization.object.ObjectAnnotationPanel
the panel for the undo/redo controls.
m_PanelUsages - Variable in class adams.gui.flow.tab.StorageNamesTab
the panel for the usages.
m_PanelUsages - Variable in class adams.gui.flow.tab.VariablesTab
the panel for the usages.
m_PanelUsePreviousReport - Variable in class adams.gui.visualization.object.ObjectAnnotationPanel
the panel for the last button controls.
m_PanelValue - Variable in class adams.gui.goe.IndexEditor
the panel with the text value (border indicates validity).
m_PanelValue - Variable in class adams.gui.goe.RangeEditor
the panel with the text value (border indicates validity).
m_PanelValue - Variable in class adams.gui.goe.UnorderedRangeEditor
the panel with the text value (border indicates validity).
m_PanelValues - Variable in class adams.gui.tools.AbstractManagementPanel
the panel with the values for adding/updating objects.
m_PanelValues - Variable in class adams.gui.visualization.report.ReportFactory.StandardsDialog
the panel with the values.
m_PanelVariables - Variable in class adams.flow.execution.debug.ControlPanel
the panel with the variables.
m_PanelVariables - Variable in class adams.gui.flow.FlowPanel
the panel with the variables.
m_PanelView - Variable in class adams.gui.tools.previewbrowser.PreviewDisplay
the panel for the view.
m_PanelView - Variable in class adams.gui.tools.previewbrowser.SerializedObjectPanel
panel for the actual view.
m_PanelWeights - Variable in class adams.gui.tools.wekainvestigator.tab.PartialLeastSquaresTab
the plot of the loadings.
m_PanelWidget - Variable in class adams.gui.tools.spreadsheetprocessor.processors.FlowProcessor
the widget.
m_PanelWidget - Variable in class adams.gui.tools.SpreadSheetProcessorPanel.WidgetPanel
the panel for the widget.
m_PanelWidgets - Variable in class adams.gui.core.SearchPanel
the panel with the buttons and search box.
m_panelWidth - Variable in class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeVisualizationPanel.BarCalc
 
m_PanelWidth - Variable in class adams.flow.sink.ArrayDisplay
the width of the individual panels.
m_PanelWidth - Variable in class adams.flow.sink.DisplayPanelGrid
the width of the individual panels.
m_PanelWorkspace - Variable in class adams.gui.workspace.AbstractWorkspaceManagerPanel
the actual panel for displaying the other panels.
m_PanelWrapper - Variable in class adams.gui.core.BaseTextPaneWithWordWrap
the wrapper panel.
m_PanelWriter - Variable in class adams.gui.tools.spreadsheetprocessor.targets.ClipboardTarget
the writer to use.
m_PanelWriter - Variable in class adams.gui.tools.wekainvestigator.datatable.action.SaveIndexedSplitsRuns
the GOE panel for the writer.
m_PanelXML - Variable in class adams.gui.tools.XSLTPanel
the XML panel.
m_PanelXSL - Variable in class adams.gui.tools.XSLTPanel
the XSL panel.
m_PanelZoom - Variable in class adams.gui.visualization.image.ColorPickerPanel
for displaying a zoomed version of the current position.
m_PanelZoom - Variable in class adams.gui.visualization.object.ObjectAnnotationPanel
the panel for the zoom controls.
m_PanelZoomOverview - Variable in class adams.gui.visualization.instance.InstancePanel
the zoom overview panel.
m_PanelZoomOverview - Variable in class adams.gui.visualization.spreadsheet.SpreadSheetRowPanel
the zoom overview panel.
m_PanelZoomOverview - Variable in class adams.gui.visualization.timeseries.TimeseriesPanel
the zoom overview panel.
m_PaneWizard - Variable in class adams.gui.visualization.timeseries.TimeseriesImportDatabaseDialog
the wizard.
m_Panning - Variable in class adams.gui.visualization.core.plot.ContentPanel
whether the graph is currently moved around.
m_PanningEnabled - Variable in class adams.gui.visualization.core.plot.ContentPanel
whether panning is enabled.
m_PanningListeners - Variable in class adams.gui.visualization.core.plot.ContentPanel
the panning listeners.
m_PanningStart - Variable in class adams.gui.visualization.core.plot.ContentPanel
the starting mouse position of panning.
m_ParameterPanel - Variable in class adams.gui.goe.PropertySheetPanel
the panel for the parameters.
m_Parameters - Variable in class adams.flow.source.HttpRequest
the form parameters.
m_Parameters - Variable in class adams.gui.core.ParameterPanel
the parameters.
m_Parameters - Variable in class adams.gui.event.SearchEvent
the search parameters.
m_Parameters - Variable in class adams.gui.menu.AbstractParameterHandlingMenuItemDefinition
the additional parameters.
m_Parameters - Variable in class adams.gui.menu.AbstractParameterHandlingWekaMenuItemDefinition
the additional parameters.
m_Parameters - Variable in class adams.gui.scripting.AbstractScriptlet
additional parameters.
m_ParameterScrollPane - Variable in class adams.gui.flow.FlowRunnerPanel
the scroll pane for the parameters.
m_Params - Variable in class adams.data.report.Report
Store Header parameters ( parameter:value ).
m_Params - Variable in class weka.classifiers.trees.XGBoost
the xgboost parameters.
m_parent - Variable in class adams.gui.visualization.stats.scatterplot.ScatterPlot.AttColorListener
 
m_parent - Variable in class adams.gui.visualization.stats.scatterplot.ScatterPlot.AttXListener
 
m_parent - Variable in class adams.gui.visualization.stats.scatterplot.ScatterPlot.AttYListener
 
m_Parent - Variable in class adams.data.container.AbstractDataPoint
the container this data point belongs to.
m_Parent - Variable in class adams.flow.core.AbstractActor
the parent actor this actor is part of, e.g., a sequence.
m_Parent - Variable in class adams.gui.application.ChildFrame
the parent frame.
m_Parent - Variable in class adams.gui.visualization.core.axis.AbstractAxisModel
the owning axis.
m_Parent - Variable in class adams.gui.visualization.core.axis.AbstractTickGenerator
the owning axis model.
m_Parent - Variable in class adams.gui.visualization.stats.scatterplot.AbstractScatterPlotOverlay
parent scatter plot to plot data on
m_Parent - Variable in class adams.gui.visualization.stats.zscore.AbstractZScoreOverlay
parent z score plot to plot data on
m_Parent - Variable in class adams.parser.ActorSuggestion
the parent of the proposed actor.
m_Parent - Variable in class adams.parser.actorsuggestion.Parser
the parent of the proposed actor.
m_Parent - Variable in class adams.parser.ActorTemplateSuggestion
the parent of the proposed actor template.
m_Parent - Variable in class adams.parser.ExternalActorSuggestion
the parent of the proposed actor.
m_Parent - Variable in class adams.parser.externalactorsuggestion.Parser
the parent of the proposed actor.
m_Parent - Variable in class adams.parser.templatesuggestion.Parser
the parent of the where to suggest the template.
m_ParentComponent - Variable in class adams.flow.control.Flow
the parent component to use for interactive actors.
m_ParentComponent - Variable in class adams.flow.processor.ActorLocationsPanel
the parent component.
m_ParentComponentActor - Variable in class adams.flow.source.AbstractInteractiveSource
the (optional) parent component to use.
m_ParentComponentActor - Variable in class adams.flow.source.SelectFile
the (optional) parent component to use.
m_ParentComponentActor - Variable in class adams.flow.source.WekaSelectDataset
the (optional) parent component to use.
m_ParentComponentActor - Variable in class adams.flow.transformer.AbstractInteractiveTransformer
the (optional) parent component to use.
m_ParentComponentActorConfigured - Variable in class adams.flow.source.AbstractInteractiveSource
whether the callable actor has been configured.
m_ParentComponentActorConfigured - Variable in class adams.flow.source.SelectFile
whether the callable actor has been configured.
m_ParentComponentActorConfigured - Variable in class adams.flow.source.WekaSelectDataset
whether the callable actor has been configured.
m_ParentComponentActorConfigured - Variable in class adams.flow.transformer.AbstractInteractiveTransformer
whether the callable actor has been configured.
m_ParentDir - Variable in class adams.core.io.FtpFileObject
the parent directory.
m_ParentDir - Variable in class adams.core.io.SftpFileObject
the parent directory.
m_ParentNode - Variable in class adams.parser.ActorSuggestion
the parent node.
m_ParentNode - Variable in class adams.parser.actorsuggestion.Parser
the parent node of the proposed actor.
m_ParentNode - Variable in class adams.parser.ExternalActorSuggestion
the parent node.
m_ParentNode - Variable in class adams.parser.externalactorsuggestion.Parser
the parent node of the proposed actor.
m_ParseFormulas - Variable in class adams.data.io.input.CsvSpreadSheetReader.ChunkReader
whether to parse formula-like cells.
m_ParseFormulas - Variable in class adams.data.io.input.CsvSpreadSheetReader
whether to parse formulas.
m_Parser - Variable in class weka.classifiers.functions.MathExpressionClassifier
the expression parser to use.
m_Partial - Variable in class adams.data.image.transformer.subimages.AbstractSubImagesGenerator
whether to include partial hits.
m_Partial - Variable in class adams.data.objectfinder.ObjectsInPolygon
whether to include partial hits.
m_Partial - Variable in class adams.data.objectfinder.ObjectsInRegion
whether to include partial hits.
m_Partial - Variable in class adams.flow.source.RSync
 
m_PartialCounts - Variable in class adams.flow.transformer.CountObjectsInPolygon
whether to include partial counts.
m_PartialCounts - Variable in class adams.flow.transformer.CountObjectsInRegion
whether to include partial counts.
m_PartialDir - Variable in class adams.flow.source.RSync
 
m_Parts - Variable in class adams.core.base.BaseAnnotation
the parsed list of strings and tags.
m_Parts - Variable in class adams.flow.core.ActorPath
the elements of the path.
m_Password - Variable in class adams.core.io.lister.FtpDirectoryLister
the FTP password to use.
m_Password - Variable in class adams.core.io.lister.SftpDirectoryLister
the SSH password to use.
m_Password - Variable in class adams.core.io.lister.SmbDirectoryLister
the SMB password to use.
m_Password - Variable in class adams.core.net.ApacheSendEmail
the password to use for authentication.
m_Password - Variable in class adams.core.net.SimpleApacheSendEmail
the password to use for authentication.
m_Password - Variable in class adams.core.option.DatabaseActorExecutionClassProducer
the database password.
m_Password - Variable in class adams.core.password.BruteForcePasswordGenerator
the buffer for the password.
m_Password - Variable in class adams.db.AbstractDatabaseConnection
database password.
m_Password - Variable in class adams.db.AbstractDatabaseObjectWithOptionHandling
the password of the database user.
m_Password - Variable in class adams.db.ConnectionParameters
the password.
m_Password - Variable in class adams.flow.sink.WekaDatabaseWriter
the password for the user used for connecting.
m_Password - Variable in class adams.flow.source.WekaDatabaseReader
the password for the user used for connecting.
m_Password - Variable in class adams.flow.standalone.AbstractDatabaseConnection
database password.
m_Password - Variable in class adams.flow.standalone.FTPConnection
the FTP password to use.
m_Password - Variable in class adams.flow.standalone.SMBConnection
the SMB password to use.
m_Password - Variable in class adams.flow.standalone.SMTPConnection
the SMTP password to use.
m_Password - Variable in class adams.flow.standalone.SSHConnection
the SSH password to use.
m_Password - Variable in class adams.gui.chooser.FtpRemoteDirectorySetup
the FTP password to use.
m_Password - Variable in class adams.gui.chooser.SftpRemoteDirectorySetup
the SSH password to use.
m_Password - Variable in class adams.gui.chooser.SmbRemoteDirectorySetup
the SMB password to use.
m_Password - Variable in class adams.gui.tools.wekainvestigator.data.DatabaseContainer
the password.
m_Password - Variable in class adams.run.RunDatabaseScheme
the password of the database user.
m_Password - Variable in class adams.scripting.connection.AbstractSSHConnection
the SSH password to use.
m_Password - Variable in class adams.scripting.connection.FTPConnection
the FTP password to use.
m_Password - Variable in class adams.tools.ZipPassword
the file to store the determined password in (if successful).
m_PasswordFile - Variable in class adams.flow.source.RSync
 
m_Passwords - Variable in class adams.core.password.DictionaryBasedGenerator
the current passwords to output.
m_Path - Variable in class adams.core.discovery.PropertyPath.PropertyContainer
the path to this property.
m_Path - Variable in class adams.flow.execution.debug.PathBreakpoint
the path to listen for.
m_Path - Variable in class adams.flow.source.SpecifiedActor
the actor path.
m_Path - Variable in class adams.flow.transformer.DeleteJsonValue
the path of the value(s) to obtain.
m_Path - Variable in class adams.flow.transformer.GetJsonValue
the path of the value(s) to obtain.
m_Path - Variable in class adams.flow.transformer.GetObjectProperty
the property path to use for obtaining the object.
m_Path - Variable in class adams.flow.transformer.SetJsonValue
the path of the value(s) to obtain.
m_PathCompiled - Variable in class adams.flow.transformer.DeleteJsonValue
whether path has been compiled.
m_PathCompiled - Variable in class adams.flow.transformer.GetJsonValue
whether path has been compiled.
m_PathCompiled - Variable in class adams.flow.transformer.SetJsonValue
whether path has been compiled.
m_Paths - Variable in class adams.core.option.OptionTraversalPath
the path stack.
m_Paths - Variable in class adams.gui.flow.tabhandler.ParsedErrorHandler.ParseOutput
the extracted paths.
m_PathSeparator - Variable in class adams.data.conversion.DOMToProperties
the path separator.
m_Pattern - Variable in class adams.core.base.BaseRegExp
for performing pattern matching.
m_Pattern - Variable in class adams.gui.core.SearchParameters
for speeding up the matching of regular expressions.
m_Pattern - Variable in class weka.core.tokenizers.cleaners.RemoveNonWordCharTokens
the pattern in use.
m_PatternRegEx - Variable in class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeSelectionPanel
The current regular expression.
m_Paused - Variable in class adams.flow.control.AbstractDirector
whether the director has been paused.
m_Paused - Variable in class adams.flow.core.PauseStateManager
whether the state is paused.
m_Paused - Variable in class adams.multiprocess.AbstractJobRunner
whether the execution is paused.
m_Paused - Variable in class adams.opt.genetic.AbstractGeneticAlgorithm
whether the algorithm is paused.
m_Paused - Variable in class adams.scripting.engine.AbstractScriptingEngine
whether the engine is paused.
m_PauseLock - Variable in class adams.multiprocess.PausableFixedThreadPoolExecutor
for pausing.
m_PauseRequired - Variable in class adams.flow.source.DirectoryLister
whether a pause before the next polling is required.
m_PauseStateManager - Variable in class adams.flow.control.AbstractControlActor
the pause state manager.
m_PauseStateManager - Variable in class adams.flow.control.Flow
for managing the pause state.
m_PauseStateManager - Variable in class adams.flow.transformer.WekaGeneticAlgorithm
the pause state manager.
m_Payload - Variable in class adams.core.WrapperHashSet.Wrapper
the payload object.
m_Payload - Variable in class adams.data.binning.Binnable
the actual data object.
m_Payload - Variable in class adams.event.JobCompleteEvent
a payload object (can be arbitrary object).
m_Payload - Variable in class adams.event.JobListCompleteEvent
a payload object (can be arbitrary object).
m_Payload - Variable in class adams.flow.core.Token
the payload.
m_Payload - Variable in class adams.gui.core.BaseTabbedPaneWithTabHiding.PageBackup
the payload of the tab.
m_Payload - Variable in class adams.gui.visualization.container.AbstractContainer
the payload.
m_Payload - Variable in class adams.scripting.command.basic.Text
the actual payload.
m_Payloads - Variable in class adams.gui.core.AbstractNamedHistoryPanel
stores the optional payloads (name <-> object relation).
m_pca - Variable in class weka.core.neighboursearch.PCANNSearch
The neighbourhood of instances to find neighbours in.
m_pctile - Variable in class weka.classifiers.meta.AbstainAttributePercentile
 
m_pdd - Variable in class adams.opt.genetic.PackDataGeneticAlgorithm
 
m_pdd - Variable in class adams.opt.optimise.genetic.PackData
 
m_pdd - Variable in class adams.opt.optimise.genetic.PackDataGeneticAlgorithm
 
m_pdd - Variable in class adams.opt.optimise.GeneticAlgorithm
 
m_PDFFileChooser - Variable in class adams.flow.sink.PDFViewer
the filedialog for saving the PDF file.
m_PDFPanel - Variable in class adams.flow.sink.PDFViewer
the panel with the PDF.
m_PDFPanel - Variable in class adams.gui.tools.previewbrowser.PDFHandler
the PDF panel.
m_Percent - Variable in class adams.flow.sink.MatrixPlot
Percentage of sample for subsample
m_Percent - Variable in class adams.flow.transformer.wekaevaluationpostprocessor.RemoveWorst
the percentage of the worst predictions to remove (0-1).
m_Percent - Variable in class adams.gui.visualization.stats.scatterplot.Matrix
Percentage of sample to use for sum-sample
m_Percentage - Variable in class adams.data.splitgenerator.generic.splitter.DefaultSplitter
the percentage (0-1).
m_Percentage - Variable in class adams.flow.transformer.arraysubsetgeneration.Percentage
the percentage to pick (0-100).
m_Percentage - Variable in class adams.flow.transformer.arraysubsetgeneration.SimplePercentage
the percentage to pick (0-100).
m_Percentage - Variable in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesGroupedRandomSplitGenerator
the percentage.
m_Percentage - Variable in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesRandomSplitGenerator
the percentage.
m_Percentage - Variable in class adams.flow.transformer.indexedsplitsrunsgenerator.SpreadSheetRandomSplitGenerator
the percentage.
m_Percentage - Variable in class adams.flow.transformer.preparefilebaseddataset.TrainTestSplit
the percentage.
m_Percentage - Variable in class adams.flow.transformer.WekaBootstrapping
the size for the sub-samples (0-1).
m_Percentage - Variable in class adams.flow.transformer.WekaRandomSplit
the percentage for the split (0-1).
m_Percentage - Variable in class adams.gui.tools.wekamultiexperimenter.experiment.TrainTestSplitExperiment
the split percentage.
m_Percentage - Variable in class adams.gui.visualization.core.HorizontalIndicatorPaintlet
whether the value represents a percentage (0-1).
m_Percentage - Variable in class adams.gui.visualization.stats.core.SubSample
Percentage of data to take
m_Percentage - Variable in class adams.ml.evaluation.DefaultRandomSplitGenerator
the percentage.
m_Percentage - Variable in class weka.classifiers.BestBinnedNumericClassRandomSplitGenerator
the percentage.
m_Percentage - Variable in class weka.classifiers.BinnedNumericClassRandomSplitGenerator
the percentage.
m_Percentage - Variable in class weka.classifiers.DefaultRandomSplitGenerator
the percentage.
m_Percentage - Variable in class weka.classifiers.GroupedBinnedNumericClassRandomSplitGenerator
the percentage.
m_Percentage - Variable in class weka.classifiers.GroupedRandomSplitGenerator
the percentage.
m_Percentile - Variable in class adams.data.spreadsheet.colstatistic.Percentile
the percentile.
m_Percentile - Variable in class adams.data.spreadsheet.rowstatistic.Percentile
the percentile.
m_Percentile - Variable in class adams.data.statistics.ArrayPercentile
the percentile to return.
m_Percentile - Variable in class adams.gui.visualization.sequence.PercentileOverlayPaintlet
the percentile.
m_Percentiles - Variable in class adams.flow.transformer.WekaBootstrapping
the percentiles to output (0-1).
m_Performance - Variable in class adams.flow.transformer.WekaClassifierRanker.RankingJob
the performance.
m_Periodicity - Variable in class adams.flow.source.wekaforecastersetup.BaselineAdjustedForecasterGenerator
the forecaster setup for the periodicity.
m_Periodicity - Variable in class adams.gui.visualization.core.axis.PeriodicityTickGenerator
the periodicity type.
m_Periodicity - Variable in class adams.gui.visualization.timeseries.DefaultTimeseriesXAxisPanelOptions
the periodicity to use.
m_Periodicity - Variable in class adams.gui.visualization.timeseries.PeriodicityPaintlet
the periodicity type.
m_Periodicity - Variable in class weka.classifiers.timeseries.BaselineAdjustedForecaster
the forecaster for the periodicity (= baseline-correct signal).
m_PeriodicityPaintlet - Variable in class adams.gui.visualization.timeseries.TimeseriesPanel
paintlet for drawing the periodicity background.
m_periodicPruningRate - Variable in class weka.clusterers.SAXKMeans
Prune low-density candidate canopies after every x instances have been seen (if using canopy clustering)
m_PermissionHandler - Variable in class adams.flow.transformer.ExecuteRemoteCommand
the permission handler to use.
m_PermissionHandler - Variable in class adams.scripting.engine.AbstractScriptingEngine
the permission handler.
m_Perms - Variable in class adams.flow.source.RSync
 
m_Perms - Variable in class adams.flow.source.SimpleRSync
 
m_Phone - Variable in class adams.core.net.EmailContact
the phone.
m_PID - Variable in class adams.flow.control.JMap
the process ID to run jmap against (-1 is ignored).
m_Pip - Variable in class adams.flow.standalone.PythonEnvironment
the pip executable.
m_PixelOffset - Variable in class adams.gui.visualization.core.axis.AbstractAxisModel
a pixel offset due to panning.
m_PixelOffsets - Variable in class adams.gui.visualization.core.axis.AbstractAxisModel
stack of pixel offsets for the zooms.
m_PixelType - Variable in class adams.data.image.features.PixelClassifications
how to output the pixels.
m_PixelType - Variable in class adams.data.image.features.Pixels
how to output the pixels.
m_Placeholder - Variable in class adams.data.conversion.SpreadSheetInsertCellLocation
the placeholder to replace.
m_Placeholder - Variable in class adams.data.conversion.SpreadSheetInsertColumnPosition
the placeholder to replace.
m_Placeholders - Variable in class adams.core.Placeholders
the placeholders.
m_PlaceholdersColor - Variable in class adams.gui.flow.tree.Tree
the HTML color string of the placeholders (e.g., 'navy' or '#0000FF').
m_PlaceholdersSize - Variable in class adams.gui.flow.tree.Tree
the HTML font tag size of the placeholders (e.g., '3' or '-2').
m_Plot - Variable in class adams.flow.sink.canvas.DataPoolPanel
the plot panel.
m_Plot - Variable in class adams.flow.sink.FourInOneDisplay
panel to display the actor
m_Plot - Variable in class adams.flow.sink.MatrixPlot
matrix to display
m_Plot - Variable in class adams.flow.sink.ProbabilityPlotDisplay
Probability plot to display
m_Plot - Variable in class adams.gui.visualization.stats.fourinone.VersusFit
Panel for displaying the data
m_Plot - Variable in class adams.gui.visualization.stats.fourinone.VersusOrder
Panel for displaying the data
m_Plot - Variable in class adams.gui.visualization.stats.histogram.Histogram
Panel for displaying the histogram
m_Plot - Variable in class adams.gui.visualization.stats.probabilityplot.NormalPlot
Panel for displaying data
m_Plot - Variable in class adams.gui.visualization.stats.probabilityplot.ProbabilityPlot
Panel to display data on
m_Plot - Variable in class adams.gui.visualization.stats.scatterplot.AbstractScatterPlot
Scatter plot panel to display
m_Plot - Variable in class adams.gui.visualization.stats.zscore.ZScore
z score plot to be displayed
m_PlotCache - Variable in class adams.gui.tools.wekainvestigator.tab.ScatterPlotTab
the cache for the plots.
m_PlotColor - Variable in class adams.flow.sink.JFreeChartFileWriter
the color for the plot.
m_PlotColor - Variable in class adams.flow.sink.JFreeChartPlot
the color for the plot.
m_PlotColor - Variable in class adams.gui.tools.spreadsheetviewer.chart.JFreeChart
the color for the plot.
m_PlotColumns - Variable in class adams.flow.transformer.plotgenerator.AndrewsCurvesGenerator
the columns to plot.
m_PlotColumns - Variable in class adams.flow.transformer.plotgenerator.SimplePlotGenerator
the columns to plot.
m_PlotColumns - Variable in class adams.flow.transformer.plotgenerator.XYPlotGenerator
the columns to plot.
m_PlotCustomizers - Variable in class adams.gui.visualization.container.DataContainerPanelWithContainerList
the customizers for the plot popup menu.
m_Plotdata - Variable in class adams.gui.visualization.stats.histogram.Histogram
the data to plot.
m_PlotInstances - Variable in class adams.flow.sink.WekaClassifierErrors.DataGenerator
the underlying data.
m_PlotName - Variable in class adams.flow.sink.ActualVsPredictedPlot
the (optional) plot name.
m_PlotName - Variable in class adams.flow.transformer.MakePlotContainer
the name of the plot.
m_PlotName - Variable in class adams.flow.transformer.WekaAccumulatedError
the name of the plot.
m_PlotNameRange - Variable in class adams.flow.transformer.plotgenerator.AbstractPlotGenerator
the columns that make up the plot name.
m_PlotNames - Variable in class adams.flow.transformer.MakeForecastPlotContainer
the names of the plots (comma-separated list).
m_PlotNameSeparator - Variable in class adams.flow.transformer.plotgenerator.AbstractPlotGenerator
the separator for the plot names.
m_PlotNameSuffix - Variable in class adams.flow.control.plotprocessor.AbstractPlotProcessor
the suffix for the plotname to use (becomes overlay if none provided).
m_PlotPanel - Variable in class adams.flow.sink.JFreeChartPlot
the chart panel.
m_PlotPanel - Variable in class adams.gui.core.MemoryMonitorPanel
for plotting the data.
m_PlotPanel - Variable in class adams.gui.visualization.container.DataContainerPanel
the content panel for drawing.
m_PlotPanel - Variable in class adams.gui.visualization.statistics.HistogramFactory.Panel
the plot panel.
m_PlotShapes - Variable in class adams.flow.sink.WekaClassifierErrors.DataGenerator
for storing the plot shapes.
m_PlotSize - Variable in class adams.flow.sink.MatrixPlot
Size of each scatterplot
m_PlotSizes - Variable in class adams.flow.sink.WekaClassifierErrors.DataGenerator
for storing the plot sizes.
m_PlotSubset - Variable in class adams.gui.visualization.object.objectannotations.outline.PolygonVertices
the objects to limit the plotting to.
m_PlotSubset - Variable in class adams.gui.visualization.object.objectannotations.outline.RectangleVertices
the objects to limit the plotting to.
m_PlotterPanel - Variable in class adams.flow.control.RemoveOutliers
the sequence plotter panel.
m_Plotters - Variable in class adams.gui.visualization.object.objectannotations.label.MultiLabelPlotter
the plotters to use.
m_Plotters - Variable in class adams.gui.visualization.object.objectannotations.outline.MultiOutlinePlotter
the plotters to use.
m_Plotters - Variable in class adams.gui.visualization.object.objectannotations.shape.MultiShapePlotter
the plotters to use.
m_PlotType - Variable in class adams.flow.sink.sequenceplotter.SimpleErrorPaintlet
the plot type.
m_PlotType - Variable in class adams.gui.tools.spreadsheetviewer.chart.ScatterPlot
the plot type.
m_PlotUpdater - Variable in class adams.flow.sink.SequencePlotter
the plot updater to use.
m_PlotUpdater - Variable in class adams.flow.sink.SimplePlot
the plot updater to use.
m_PlotUpdater - Variable in class adams.flow.sink.TimeseriesDisplay
the plot updater to use.
m_PlotWrapperPanel - Variable in class adams.gui.visualization.container.DataContainerPanel
the wrapper panel for the plot panel.
m_PLS - Variable in class weka.classifiers.trees.RandomRegressionForest
the number of components to use in PLS
m_PLS - Variable in class weka.filters.supervised.attribute.MultiPLS
the PLS algorithms corresponding to the Y attributes.
m_plsfilter - Variable in class weka.core.neighboursearch.PLSNNSearch
The neighbourhood of instances to find neighbours in.
m_PLSFilter - Variable in class weka.classifiers.trees.RandomRegressionForest
the PLS filter used internally
m_PluginManager - Variable in class adams.gui.visualization.image.ImageViewerPanel
for managing the plugins.
m_Plugins - Variable in class adams.gui.plugin.AbstractToolPluginManager
the plugins.
m_Point - Variable in class adams.gui.visualization.timeseries.SelectedTimestampPaintlet
the point to paint.
m_Pointer - Static variable in class adams.gui.core.Cursors
the pointer image.
m_PointPreprocessor - Variable in class adams.flow.sink.sequenceplotter.AbstractErrorPaintlet
the preprocessor.
m_PointPreprocessor - Variable in class adams.gui.visualization.sequence.AbstractXYSequencePaintlet
the preprocessor.
m_Points - Variable in class adams.data.container.AbstractDataContainer
the data points.
m_Points - Variable in class adams.gui.visualization.object.annotator.PolygonPointAnnotator
the points of the polygon.
m_Points - Variable in class adams.gui.visualization.segmentation.layer.Markers
the marker points to draw.
m_Points - Variable in class adams.gui.visualization.segmentation.tool.PolygonFill
the polygon points.
m_Points - Variable in class adams.gui.visualization.sequence.XYSequenceTable.Model
the points.
m_Polygon - Variable in class adams.data.objectfinder.ObjectsInPolygon
the polygon.
m_PolygonBounds - Variable in class adams.flow.transformer.draw.ObjectLocationsFromReport
whether to draw the bounds of the polygon as well.
m_PolygonBounds - Variable in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
whether to draw the bounds of the polygon as well.
m_PolygonBounds - Variable in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
whether to draw the bounds of the polygon as well.
m_PolygonBounds - Variable in class adams.gui.visualization.image.ObjectLocationsOverlayFromReport
whether to draw the bounds of the polygon as well.
m_PolygonBounds - Variable in class adams.gui.visualization.object.overlay.ObjectLocationsOverlayFromReport
whether to draw the bounds of the polygon as well.
m_PolygonColor - Variable in class adams.gui.visualization.segmentation.tool.PolygonFill
the polygon color.
m_PolygonStroke - Variable in class adams.gui.visualization.segmentation.tool.PolygonFill
the polygon stroke thickness.
m_PolygonVertices - Variable in class adams.gui.visualization.object.tools.Edit
the polygon plotter to use.
m_PolygonVertices - Variable in class adams.gui.visualization.object.tools.Move
the polygon plotter to use.
m_Polynomial - Variable in class adams.data.filter.TimeseriesChangeResolution
 
m_PolynomialOrder - Variable in class adams.data.filter.AbstractSavitzkyGolay
the polynomial order.
m_PolynomialOrder - Variable in class adams.flow.control.plotprocessor.SavitzkyGolay
the polynomial order.
m_PolynomialOrder - Variable in class adams.ml.preprocessing.unsupervised.SavitzkyGolay
the polynomial order.
m_PolynomialOrder - Variable in class weka.filters.unsupervised.attribute.SavitzkyGolay
the polynomial order.
m_PolynomialOrder - Variable in class weka.filters.unsupervised.attribute.SavitzkyGolay2
the polynomial order.
m_Pool - Variable in class adams.flow.sink.canvas.DataPoolPanel
the data pool.
m_PopupActions - Variable in class adams.gui.visualization.report.ReportFactory.Table
the structure of the popup menu.
m_PopupCustomizer - Variable in class adams.gui.core.AbstractNamedHistoryPanel
an optional customizer for the popup on the JList.
m_PopupCustomizer - Variable in class adams.gui.core.MultiPagePane
an optional customizer for the popup on the JList.
m_PopupMenu - Variable in class adams.gui.dialog.SpreadSheetQueryPanel
the popup menu for the recent items.
m_PopupMenu - Variable in class adams.gui.dialog.SQLStatementPanel
the popup menu for the recent items.
m_PopupMenu - Variable in class adams.gui.tools.spreadsheetviewer.tab.Query
the popup menu for the recent items.
m_PopupMenu - Variable in class adams.gui.tools.wekainvestigator.tab.DataQueryTab
the popup menu for the recent items.
m_PopupMenuCustomizer - Variable in class adams.gui.chooser.AbstractChooserPanel
optional customizer of the popup.
m_PopupMenuCustomizer - Variable in class adams.gui.core.BaseStatusBar
the popup menu customizer to use.
m_PopupMenuCustomizer - Variable in class adams.gui.core.DetachablePanel
the optional popup menu customizer.
m_PopupMenuCustomizer - Variable in class adams.gui.core.TextEditorPanel
for customizing the popup menu.
m_PopupMenuCustomizer - Variable in class adams.gui.visualization.core.AxisPanel
an optional customizer for the right-click popup.
m_PopupMenuCustomizer - Variable in class adams.gui.visualization.core.plot.ContentPanel
an optional customizer for the right-click popup.
m_PopupMenuCustomizer - Variable in class adams.gui.visualization.image.ImageViewerPanel
an optional customizer for the right-click popup.
m_PopupMenuCustomizer - Variable in class adams.gui.visualization.object.CanvasPanel
the popup menu customizer to use.
m_PopupMenuHandler - Variable in class adams.gui.core.dotnotationtree.DotNotationTree
the right-click menu handler.
m_PopupMenuSupplier - Variable in class adams.gui.selection.AbstractTableBasedSelectionPanel
the popup menu supplier.
m_PopupMenuSupplier - Variable in class adams.gui.visualization.container.AbstractContainerList
the popup menu supplier.
m_Port - Variable in class adams.core.io.lister.SftpDirectoryLister
the SSH port.
m_Port - Variable in class adams.core.logging.RemoteReceiveHandler.AbstractRemoteListenerRunnable
the port to use.
m_Port - Variable in class adams.core.logging.RemoteReceiveHandler
the port to listen to.
m_Port - Variable in class adams.core.logging.RemoteSendHandler
the remote port.
m_Port - Variable in class adams.core.net.ApacheSendEmail
the server port.
m_Port - Variable in class adams.core.net.SimpleApacheSendEmail
the server port.
m_Port - Variable in class adams.flow.execution.RemoteFlowListener
the port to listen on.
m_Port - Variable in class adams.flow.source.RSync
 
m_Port - Variable in class adams.flow.source.Socket
the port to listen on.
m_Port - Variable in class adams.flow.standalone.SMTPConnection
the SMTP port.
m_Port - Variable in class adams.flow.standalone.SSHConnection
the SSH port.
m_Port - Variable in class adams.flow.websocket.server.EchoServerGenerator
the port to bind to.
m_Port - Variable in class adams.gui.chooser.SftpRemoteDirectorySetup
the SSH port.
m_Port - Variable in class adams.scripting.connection.AbstractSSHConnection
the SSH port.
m_Port - Variable in class adams.scripting.connection.DefaultConnection
the host port.
m_Port - Variable in class adams.scripting.engine.DefaultScriptingEngine
the port to listen on.
m_PortClass - Variable in class adams.core.net.PortManager
the port-class association.
m_PortModel - Variable in class adams.gui.tools.SSHPanel
the model of the spinner.
m_PortModel - Variable in class adams.gui.tools.TelnetPanel
the model of the spinner.
m_Ports - Variable in class adams.core.net.PortManager
the list of ports.
m_Position - Variable in class adams.data.conversion.SpreadSheetAddRowID
the position where to insert the column.
m_Position - Variable in class adams.flow.transformer.BinaryFileReader
the current position.
m_Position - Variable in class adams.flow.transformer.CollectionInsert
the position where to insert the string.
m_Position - Variable in class adams.flow.transformer.SpreadSheetCopyColumns
the position where to insert the copied columns.
m_Position - Variable in class adams.flow.transformer.SpreadSheetCopyRows
the position where to insert the copied rows.
m_Position - Variable in class adams.flow.transformer.SpreadSheetInsertColumn
the position where to insert the column.
m_Position - Variable in class adams.flow.transformer.SpreadSheetInsertRow
the position where to insert the row.
m_Position - Variable in class adams.flow.transformer.SpreadSheetInsertRowScore
the position where to insert the column.
m_Position - Variable in class adams.flow.transformer.SpreadSheetRemoveColumn
the position of the columns to remove.
m_Position - Variable in class adams.flow.transformer.SpreadSheetRemoveRow
the position of the rows to remove.
m_Position - Variable in class adams.flow.transformer.SpreadSheetReplaceCellValue
the position of the columns to process.
m_Position - Variable in class adams.flow.transformer.SpreadSheetRowBinning
the position where to insert the column.
m_Position - Variable in class adams.flow.transformer.StorageCollectionInsert
the position where to insert the string.
m_Position - Variable in class adams.flow.transformer.StringInsert
the position where to insert the string.
m_Position - Variable in class adams.gui.event.ImagePanelLeftClickEvent
the position of the click.
m_Position - Variable in class adams.gui.visualization.core.axis.Tick
the position.
m_Position - Variable in class adams.parser.ActorSuggestion
the position the actor is to be inserted at.
m_Position - Variable in class adams.parser.actorsuggestion.Parser
the position to add the proposed actor at.
m_Position - Variable in class adams.parser.ActorTemplateSuggestion
the position the actor template is to be inserted at.
m_Position - Variable in class adams.parser.ExternalActorSuggestion
the position the actor is to be inserted at.
m_Position - Variable in class adams.parser.externalactorsuggestion.Parser
the position to add the proposed actor at.
m_Position - Variable in class adams.parser.templatesuggestion.Parser
the position to add the proposed actor template at.
m_Positions - Variable in class adams.core.option.AbstractDocumentationProducer
the flat list of actors.
m_Positions - Variable in class adams.gui.core.BaseSizeSequence
for storing the overall positions.
m_Positions - Variable in class weka.filters.unsupervised.attribute.OuterProductAnalysis
the new positions for the attributes.
m_PostProcessing - Variable in class adams.data.statistics.ArrayBinning
the post-processing scheme.
m_PostProcessing - Variable in class adams.flow.transformer.SpreadSheetRowBinning
for post-processing the bins.
m_PostProcessObjectHandler - Variable in class adams.gui.goe.GenericObjectEditor
for post-processing objects.
m_PostProcessor - Variable in class adams.flow.sink.canvas.DataPoolPanel
the post-processor to use.
m_PostProcessor - Variable in class adams.flow.sink.Canvas
data pool post-processor.
m_PostProcessor - Variable in class adams.flow.sink.ControlChartPlot
the post-processor for the sequences.
m_PostProcessor - Variable in class adams.flow.sink.SequencePlotter
the post-processor for the sequences.
m_PostProcessor - Variable in class adams.flow.transformer.AbstractDataContainerDbReader
the post-processor to apply to the data.
m_PostProcessor - Variable in class adams.flow.transformer.AbstractReportDbReader
the post-processor to apply to the data.
m_PostProcessor - Variable in class adams.flow.transformer.WekaClustererPostProcessor
the post-processor.
m_PostProcessor - Variable in class adams.flow.transformer.WekaEvaluationPostProcessor
the post-processor to use.
m_PostProcessor - Variable in class adams.flow.transformer.WekaTrainClusterer.BatchTrainJob
the postprocessor.
m_PostProcessor - Variable in class adams.flow.transformer.WekaTrainClusterer
the post-processor.
m_PostProcessor - Variable in class adams.gui.core.MemoryMonitorPanel
the post-processor.
m_PostProcessor - Variable in class adams.gui.scripting.AbstractDataContainerUpdatingScriptlet
for post-processing the containers.
m_PostProcessors - Variable in class adams.flow.transformer.wekaclusterer.MultiClustererPostProcessor
the post-processors to apply.
m_PostProcessors - Variable in class adams.flow.transformer.wekaevaluationpostprocessor.MultiPostProcessor
the post-processors to combine.
m_PostTokenizer - Variable in class weka.core.tokenizers.PreCleanedTokenizer
the post tokenizer to use.
m_Preallocate - Variable in class adams.flow.source.RSync
 
m_pred - Variable in class adams.flow.sink.FourInOneDisplay
the 0-based index of the predicted attribute.
m_Pred - Variable in class adams.gui.visualization.stats.fourinone.FourInOne
index for setting the position of the predicted attribute
m_PredefinedLabels - Variable in class adams.gui.tools.previewbrowser.DeepLabCutCSVHandler
the predefined labels.
m_PredefinedLabels - Variable in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
the predefined labels.
m_PredefinedLabels - Variable in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
the predefined labels.
m_PredefinedLabels - Variable in class adams.gui.tools.previewbrowser.PointsFromReportHandler
the predefined labels.
m_PredefinedLabels - Variable in class adams.gui.visualization.image.AbstractReportBasedOverlayHelper
predefined labels.
m_PredefinedTypes - Variable in class adams.gui.visualization.object.objectannotations.colors.PerType
predefined types.
m_PredefinedValues - Variable in class adams.gui.core.spreadsheettable.DistinctValueCellRenderingCustomizer
the predefined values.
m_Predicted - Variable in class adams.flow.sink.ActualVsPredictedPlot
the column with the predicted values.
m_Predicted - Variable in class adams.flow.transformer.PredictionEccentricity
the column with the predicted values.
m_Predicted - Variable in class adams.flow.transformer.WekaSpreadSheetToPredictions
the column with the predicted values.
m_Predicted - Variable in class adams.gui.tools.previewbrowser.ActualVsPredictedHandler
the column with the predicted values.
m_Predicted - Variable in class weka.classifiers.evaluation.AbstractSimpleRegressionMeasure
the collected predicted.
m_Predicted - Variable in class weka.classifiers.functions.FromPredictions
the column with the predicted values.
m_PredictedColumn - Variable in class adams.flow.transformer.ConfusionMatrix
the column with the predicted labels.
m_PredictedColumn - Variable in class adams.flow.transformer.SummaryStatistics
the column with the predicted labels.
m_PredictedIndex - Variable in class weka.classifiers.functions.FromPredictions
the predicted column index.
m_PredictedMax - Variable in class adams.flow.sink.ActualVsPredictedPlot
the maximum to use for the predicted values (pos inf = no restriction).
m_PredictedMax - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.output.ClassifierErrors
the maximum to use for the predicted values (pos inf = no restriction).
m_PredictedMin - Variable in class adams.flow.sink.ActualVsPredictedPlot
the minimum to use for the predicted values (neg inf = no restriction).
m_PredictedMin - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.output.ClassifierErrors
the minimum to use for the predicted values (neg inf = no restriction).
m_PredictedPrefix - Variable in class adams.data.imagesegmentation.operation.ConfusionMatrix
the optional prefix for the predicted labels.
m_PredictedPrefix - Variable in class adams.flow.transformer.ConfusionMatrix
the optional prefix for the predicted labels.
m_PredictedPrefix - Variable in class adams.flow.transformer.SummaryStatistics
the optional prefix for the predicted labels.
m_Prediction - Variable in class adams.flow.transformer.WekaAccumulatedError.SortablePrediction
the wrapped prediction.
m_PredictionRange - Variable in class adams.data.conversion.WekaForecastContainerToArray
the range of predictions to turn into an array.
m_PredictionRange - Variable in class adams.data.conversion.WekaForecastContainerToTimeseries
the range of predictions to turn into a timeseries.
m_Predictions - Variable in class adams.flow.transformer.WekaAccumulatedError
the sorted predictions.
m_Predictions - Variable in class weka.classifiers.AggregateEvaluations
the collected predictions.
m_Predictions - Variable in class weka.classifiers.functions.FromPredictions
the actual predictions.
m_PredictionsColor - Variable in class adams.flow.transformer.compareobjectlocations.Combined
the color for the predictions.
m_PredictionsFile - Variable in class weka.classifiers.functions.FromPredictions
the predictions to use.
m_PredictionsLabelSuffix - Variable in class adams.flow.transformer.compareobjectlocations.Combined.CombinedPanel
the predictions label suffix.
m_PredictionsLabelSuffix - Variable in class adams.flow.transformer.CompareObjectLocations
the predictions label suffix.
m_PredictionsLabelSuffix - Variable in class adams.flow.transformer.compareobjectlocations.SideBySide.SideBySidePanel
the predictions label suffix.
m_PredictionsLocatedObjects - Variable in class adams.flow.transformer.compareobjectlocations.Combined.CombinedPanel
the located objects / predictions.
m_PredictionsLocatedObjects - Variable in class adams.flow.transformer.compareobjectlocations.SideBySide.SideBySidePanel
the located objects / predictions.
m_PredictionsOverlay - Variable in class adams.flow.transformer.compareobjectlocations.SideBySide
the image overlays for the predictions.
m_PredictionsPrefix - Variable in class adams.flow.transformer.compareobjectlocations.AbstractComparisonPanel
the predictions object prefix.
m_PredictionsPrefix - Variable in class adams.flow.transformer.CompareObjectLocations
the predictions object prefix.
m_PredictionsReport - Variable in class adams.flow.transformer.compareobjectlocations.Combined.CombinedPanel
the predictions report.
m_PredictionsReport - Variable in class adams.flow.transformer.compareobjectlocations.SideBySide.SideBySidePanel
the predictions report.
m_PredictionsStorageName - Variable in class adams.flow.transformer.CompareObjectLocations
the storage item with the predictions.
m_PredictionType - Variable in class adams.data.instancesanalysis.pls.AbstractPLS
the prediction type to perform.
m_PredictMax - Variable in class weka.classifiers.functions.FakeClassifier
the maximum to use for the predictions.
m_PredictMin - Variable in class weka.classifiers.functions.FakeClassifier
the minimum to use for the predictions.
m_Predictor - Variable in class weka.classifiers.meta.Consensus
the index of the classifier to use for making the actual prediction.
m_Predictor - Variable in class weka.classifiers.trees.XGBoost
The type of predictor algorithm to use.
m_PredictWait - Variable in class weka.classifiers.functions.FakeClassifier
the predict wait time in msec.
m_PredInd - Variable in class adams.gui.visualization.stats.fourinone.FourInOne
Position of the predicted attribute
m_PredInd - Variable in class adams.gui.visualization.stats.fourinone.VersusFit
Index of the predicted attribute in the instances
m_PredInd - Variable in class adams.gui.visualization.stats.paintlet.VsFitPaintlet
Index of the predicted attribute in the instances
m_PreferJobRunner - Variable in class adams.flow.transformer.SpreadSheetFilter
whether to offload training into a JobRunnerInstance.
m_PreferJobRunner - Variable in class adams.flow.transformer.WekaFilter
whether to offload filtering into a JobRunnerInstance.
m_PreferJobRunner - Variable in class adams.flow.transformer.WekaTestSetEvaluator
whether to offload training into a JobRunnerInstance.
m_PreferJobRunner - Variable in class adams.flow.transformer.WekaTrainAssociator
whether to offload training into a JobRunnerInstance.
m_PreferJobRunner - Variable in class adams.flow.transformer.WekaTrainClassifier
whether to offload training into a JobRunnerInstance.
m_PreferJobRunner - Variable in class adams.flow.transformer.WekaTrainClusterer
whether to offload training into a JobRunnerInstance.
m_PreferJobRunner - Variable in class adams.flow.transformer.WekaTrainTestSetEvaluator
whether to offload train/evaluate onto a JobRunnerInstance.
m_PreferredDimensionJSpinner - Variable in class adams.gui.core.ParameterPanel
the preferred dimensions for JSpinner components.
m_PreferredExtensions - Variable in class adams.gui.visualization.multiobjectexport.AbstractMultiObjectExportWithPreferredExtensions
the preferred extensions.
m_PreferredToolBarLocation - Variable in class adams.gui.flow.FlowEditorPanel
the default toolbar location to use.
m_PreferredWriter - Variable in class adams.gui.print.JComponentWriterFileChooser
the preferred filter.
m_PreFilter - Variable in class adams.data.weka.rowfinder.FilteredIQR
the filter to apply to the data first.
m_PreFilter - Variable in class weka.classifiers.lazy.LWLSynchroPrefilter
 
m_PreFilter - Variable in class weka.filters.FilteredFilter
The pre-filter to apply to the data.
m_PreFilter - Variable in class weka.filters.unsupervised.instance.KennardStone
Pre filter to apply before selection
m_Prefix - Variable in class adams.core.io.FilenameProposer
the prefix for the files (no path).
m_Prefix - Variable in class adams.core.io.SimpleFilenameGenerator
the prefix to use.
m_Prefix - Variable in class adams.core.TimeIt
the prefix for logging.
m_Prefix - Variable in class adams.data.conversion.ArrayToReport
the prefix to use.
m_Prefix - Variable in class adams.data.conversion.JsonToReport
the prefix to use for the fields.
m_Prefix - Variable in class adams.data.conversion.JsonToSpreadSheet
the prefix to use for the column names.
m_Prefix - Variable in class adams.data.conversion.LocatedObjectsToReport
the prefix to use.
m_Prefix - Variable in class adams.data.image.AbstractImageFeatureGenerator
the prefix to use for the fields.
m_Prefix - Variable in class adams.data.image.multiimageoperation.MergeGrid
the prefix to use when generating a report.
m_Prefix - Variable in class adams.data.image.transformer.subimages.AbstractSubImagesGenerator
the prefix to use when generating a report.
m_Prefix - Variable in class adams.data.io.input.CocoAnnotationsReportReader
the prefix of the objects in the report.
m_Prefix - Variable in class adams.data.io.input.DeepLabCutCSVReader
the prefix of the points in the report.
m_Prefix - Variable in class adams.data.io.input.DetectronAnnotationsReportReader
the prefix of the objects in the report.
m_Prefix - Variable in class adams.data.io.input.ObjectLocationsSpreadSheetReader
the prefix to use.
m_Prefix - Variable in class adams.data.io.input.OpexObjectLocationsReader
the prefix to use for objects.
m_Prefix - Variable in class adams.data.io.input.PascalVOCObjectLocationsReader
the prefix to use for objects.
m_Prefix - Variable in class adams.data.io.input.VggXmlAnnotationReportReader
the prefix of the objects in the report.
m_Prefix - Variable in class adams.data.io.input.ViaAnnotationsReportReader
the prefix of the objects in the report.
m_Prefix - Variable in class adams.data.io.input.YoloAnnotationsReportReader
the prefix of the objects in the report.
m_Prefix - Variable in class adams.data.io.output.DeepLabCutCSVWriter
the prefix to use.
m_Prefix - Variable in class adams.data.objectfinder.AbstractObjectFinder
the prefix of the objects in the report.
m_Prefix - Variable in class adams.data.report.AbstractField
the prefix part of the name (if applicable).
m_Prefix - Variable in class adams.data.spreadsheet.colstatistic.LabelCounts
the prefix to use.
m_Prefix - Variable in class adams.data.spreadsheet.rowstatistic.LabelCounts
the prefix to use.
m_Prefix - Variable in class adams.data.statistics.AbstractDataContainerStatistics
the prefix to use.
m_Prefix - Variable in class adams.flow.control.TimedSubProcess
the prefix to use.
m_Prefix - Variable in class adams.flow.control.TimedTee
the prefix to use.
m_Prefix - Variable in class adams.flow.control.TimedTrigger
the prefix to use.
m_Prefix - Variable in class adams.flow.sink.Console
a custom prefix.
m_Prefix - Variable in class adams.flow.sink.ProgressBar
the prefix.
m_Prefix - Variable in class adams.flow.sink.sendnotification.Console
a custom prefix.
m_Prefix - Variable in class adams.flow.source.newlist.Wrapper
the prefix to use.
m_Prefix - Variable in class adams.flow.source.NewTempFile
the prefix.
m_Prefix - Variable in class adams.flow.standalone.Stopwatch
the text to prefix the time.
m_Prefix - Variable in class adams.flow.template.ProgressInConsole
the prefix.
m_Prefix - Variable in class adams.flow.transformer.AbstractContainerValueExtractor
the prefix to use.
m_Prefix - Variable in class adams.flow.transformer.CompareObjectTypes
the object prefix to use.
m_Prefix - Variable in class adams.flow.transformer.CountObjectsInPolygon
the prefix to use when generating a report.
m_Prefix - Variable in class adams.flow.transformer.CountObjectsInRegion
the prefix to use when generating a report.
m_Prefix - Variable in class adams.flow.transformer.draw.ObjectAnnotationsFromReport
the prefix to use.
m_Prefix - Variable in class adams.flow.transformer.ImageAnnotator.AnnotatorPanel
the prefix to use in the report.
m_Prefix - Variable in class adams.flow.transformer.ImageAnnotator
the prefix to use in the report.
m_Prefix - Variable in class adams.flow.transformer.ImageObjectIndexOffset
the prefix of the objects in the report.
m_Prefix - Variable in class adams.flow.transformer.ImageObjectInfo
the prefix to use when generating a report.
m_Prefix - Variable in class adams.flow.transformer.LocateObjects
the prefix to use when generating a report.
m_Prefix - Variable in class adams.flow.transformer.MergeObjectLocations
the prefix to use when generating a report.
m_Prefix - Variable in class adams.flow.transformer.plotgenerator.AndrewsCurvesGenerator
the prefix for the plots.
m_Prefix - Variable in class adams.flow.transformer.PrependDir
the prefix to prepend the file/directory.
m_Prefix - Variable in class adams.flow.transformer.RelativeDir
the prefix to remove from the file/directory.
m_Prefix - Variable in class adams.flow.transformer.RemoveImageObject
the prefix to use when generating a report.
m_Prefix - Variable in class adams.flow.transformer.ReportToStorage
the optional prefix for the generated variables.
m_Prefix - Variable in class adams.flow.transformer.ReportToVariables
the optional prefix for the generated variables.
m_Prefix - Variable in class adams.flow.transformer.ScaleReportObjects
the prefix of the objects.
m_Prefix - Variable in class adams.flow.transformer.splitfile.AbstractFileSplitter
the file prefix.
m_Prefix - Variable in class adams.flow.transformer.SpreadSheetCopyColumns
the prefix for the new columns.
m_Prefix - Variable in class adams.flow.transformer.SpreadSheetMerge
the additional prefix name to use, apart from the index.
m_Prefix - Variable in class adams.flow.transformer.WekaInstancesMerge
the additional prefix name to use, apart from the index.
m_Prefix - Variable in class adams.gui.core.SearchPanel
the prefix (caption + optional mnemonic indicator).
m_Prefix - Variable in class adams.gui.tools.previewbrowser.AnnotateImage
the prefix to use in the report.
m_Prefix - Variable in class adams.gui.tools.previewbrowser.AnnotationsAndPredictionsFromReport
the prefix for the objects in the report.
m_Prefix - Variable in class adams.gui.tools.previewbrowser.DeepLabCutCSVHandler
the prefix for the objects in the report.
m_Prefix - Variable in class adams.gui.tools.previewbrowser.DetectronAnnotationsHandler
the prefix for the objects in the report.
m_Prefix - Variable in class adams.gui.tools.previewbrowser.ObjectAnnotationsHandler
the prefix to use.
m_Prefix - Variable in class adams.gui.tools.previewbrowser.ObjectAnnotationsReportHandler
the prefix to use.
m_Prefix - Variable in class adams.gui.tools.previewbrowser.ObjectCentersFromReport
the prefix for the objects in the report.
m_Prefix - Variable in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
the prefix for the objects in the report.
m_Prefix - Variable in class adams.gui.tools.previewbrowser.PointsFromReportHandler
the prefix for the objects in the report.
m_Prefix - Variable in class adams.gui.tools.previewbrowser.YoloAnnotationsHandler
the prefix for the objects in the report.
m_Prefix - Variable in class adams.gui.visualization.image.AbstractReportBasedOverlayHelper
the prefix for the objects in the report.
m_Prefix - Variable in class adams.gui.visualization.image.leftclick.AbstractSelectionRectangleBasedLeftClickProcessor
the prefix for the objects.
m_Prefix - Variable in class adams.gui.visualization.image.leftclick.AddMetaData
the prefix for the objects.
m_Prefix - Variable in class adams.gui.visualization.image.leftclick.DeleteObjects
the prefix for the objects.
m_Prefix - Variable in class adams.gui.visualization.image.MetaDataText
the prefix to use.
m_Prefix - Variable in class adams.gui.visualization.image.ObjectAnnotations
the prefix to use.
m_Prefix - Variable in class adams.gui.visualization.image.selection.AbstractSelectionRectangleBasedSelectionProcessor
the prefix for the objects.
m_Prefix - Variable in class adams.gui.visualization.multiobjectexport.DirectoryExport
the prefix for the files.
m_Prefix - Variable in class adams.gui.visualization.multiobjectexport.EmailExport
the prefix for the files.
m_Prefix - Variable in class adams.gui.visualization.multiobjectexport.ZipExport
the prefix for the files.
m_Prefix - Variable in class adams.gui.visualization.object.annotationsdisplay.AbstractAnnotationsDisplayGenerator
the prefix to use.
m_Prefix - Variable in class adams.gui.visualization.object.annotationsdisplay.AbstractAnnotationsDisplayPanel
the prefix to use.
m_Prefix - Variable in class adams.gui.visualization.object.annotator.AbstractReportBasedAnnotator
the prefix for the objects.
m_Prefix - Variable in class adams.gui.visualization.object.overlay.ObjectAnnotations
the prefix to use.
m_Prefix - Variable in class adams.gui.visualization.object.tools.Edit
the object prefix to use.
m_Prefix - Variable in class adams.gui.visualization.object.tools.Move
the object prefix to use.
m_Prefix - Variable in class adams.gui.visualization.report.ReportDateFieldPaintlet
the prefix for the date label.
m_Prefix - Variable in class adams.gui.visualization.timeseries.FixedTimestampPaintlet
the prefix for the date label.
m_Prefix - Variable in class weka.filters.unsupervised.attribute.EquiDistance
the prefix for the new attributes.
m_PrefixColumns - Variable in class adams.flow.transformer.plotgenerator.XYPlotGenerator
the columns to prefix the plot name with.
m_PrefixCount - Variable in class adams.gui.goe.MultiLineValueDialog
the count prefix.
m_PrefixDatasetsWithIndex - Variable in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment
whether to prefix the relation names with the index.
m_PrefixDatasetsWithIndex - Variable in class weka.experiment.ExtExperiment
whether to prefix the relation names with the index.
m_Prefixes - Variable in class adams.core.io.Tee
whether to add a prefix or not.
m_Prefixes - Variable in class adams.gui.visualization.image.leftclick.ViewObjects
the prefixes for the objects.
m_Prefixes - Variable in class weka.filters.unsupervised.attribute.MetaPartitionedMultiFilter
The prefixes.
m_Prefixes - Variable in class weka.filters.unsupervised.attribute.PartitionedMultiFilter2
The prefixes.
m_PrefixNew - Variable in class adams.flow.transformer.ChangeImageObjectPrefix
the new prefix of the objects in the report.
m_PrefixSeparator - Variable in class adams.flow.transformer.SpreadSheetMerge
the separator between index and actual attribute name.
m_PrefixSeparator - Variable in class adams.flow.transformer.WekaInstancesMerge
the separator between index and actual attribute name.
m_PrefixStdErr - Variable in class adams.flow.source.AbstractPythonExecution
the stderr prefix.
m_PrefixStdErr - Variable in class adams.flow.source.Command
the stderr prefix.
m_PrefixStdErr - Variable in class adams.flow.source.RSync
the stderr prefix.
m_PrefixStdErr - Variable in class adams.flow.source.SimpleRSync
the stderr prefix.
m_PrefixStdOut - Variable in class adams.flow.source.AbstractPythonExecution
the stdout prefix.
m_PrefixStdOut - Variable in class adams.flow.source.Command
the stdout prefix.
m_PrefixStdOut - Variable in class adams.flow.source.RSync
the stdout prefix.
m_PrefixStdOut - Variable in class adams.flow.source.SimpleRSync
the stdout prefix.
m_PrefixTimestamp - Variable in class adams.data.timeseries.Values
the prefix to use for timestamps.
m_PrefixValue - Variable in class adams.data.timeseries.Values
the prefix to use for values.
m_Preparation - Variable in class adams.flow.transformer.ImagePreparation
the algorithm to use.
m_Preparation - Variable in class adams.flow.transformer.PrepareFileBasedDataset
the preparation to use.
m_Preparation - Variable in class weka.classifiers.meta.SocketFacade
the data preparation to use.
m_Preprocessing - Variable in class weka.core.neighboursearch.PCANNSearch
the type of preprocessing
m_Preprocessing - Variable in class weka.core.neighboursearch.PLSNNSearch
the type of preprocessing
m_PreprocessingType - Variable in class adams.data.instancesanalysis.pls.AbstractPLS
the preprocessing type to perform.
m_PreprocessingType - Variable in class weka.attributeSelection.AbstractPLSAttributeEval
the preprocessing type to perform.
m_PreProcessor - Variable in class adams.flow.transformer.AbstractDataContainerDbWriter
the pre-processor to apply to the data.
m_PreProcessor - Variable in class adams.flow.transformer.AbstractReportDbWriter
the pre-processor to apply to the data.
m_PreSelection - Variable in class adams.flow.transformer.WekaChooseAttributes
the regular expression for pre-selecting attributes by name.
m_Present - Variable in class adams.core.scripting.Groovy
whether the Groovy classes are in the Classpath.
m_PreserveIDColumn - Variable in class weka.filters.unsupervised.attribute.AttributeSummaryTransferFilter
Whether to treat the first attribute as an ID.
m_PreserveOrder - Variable in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesGroupedRandomSplitGenerator
whether to preserve the order.
m_PreserveOrder - Variable in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesRandomSplitGenerator
whether to preserve the order.
m_PreserveOrder - Variable in class adams.flow.transformer.indexedsplitsrunsgenerator.SpreadSheetRandomSplitGenerator
whether to preserve the order.
m_PreserveOrder - Variable in class adams.flow.transformer.preparefilebaseddataset.TrainTestSplit
whether to preserve the order.
m_PreserveOrder - Variable in class adams.flow.transformer.preparefilebaseddataset.TrainValidateTestSplit
whether to preserve the order.
m_PreserveOrder - Variable in class adams.flow.transformer.WekaRandomSplit
whether to preserve the order.
m_PreserveOrder - Variable in class adams.gui.tools.wekamultiexperimenter.experiment.TrainTestSplitExperiment
whether to preserve the order.
m_PreserveOrder - Variable in class adams.ml.evaluation.DefaultRandomSplitGenerator
whether to preserve the order.
m_PreserveOrder - Variable in class weka.classifiers.BestBinnedNumericClassRandomSplitGenerator
whether to preserve the order.
m_PreserveOrder - Variable in class weka.classifiers.BinnedNumericClassRandomSplitGenerator
whether to preserve the order.
m_PreserveOrder - Variable in class weka.classifiers.DefaultRandomSplitGenerator
whether to preserve the order.
m_PreserveOrder - Variable in class weka.classifiers.GroupedBinnedNumericClassRandomSplitGenerator
whether to preserve the order.
m_PreserveOrder - Variable in class weka.classifiers.GroupedRandomSplitGenerator
whether to preserve the order.
m_PreserveOrder - Variable in class weka.clusterers.SAXKMeans
Preserve order of instances.
m_PreTokenizer - Variable in class weka.core.tokenizers.PreCleanedTokenizer
the pre tokenizer to use.
m_PrettyPrinting - Variable in class adams.data.conversion.DOMToString
whether to use pretty printing.
m_PrettyPrinting - Variable in class adams.data.conversion.JsonToString
whether to use pretty-printing.
m_PrettyPrinting - Variable in class adams.data.conversion.ReportToJson
whether to use pretty-printing.
m_PrettyPrinting - Variable in class adams.data.io.output.AbstractSimpleJsonReportWriter
whether to use pretty-printing.
m_PrettyPrinting - Variable in class adams.data.io.output.JsonIndexedSplitsRunsWriter
whether to use pretty-printing.
m_PrettyPrinting - Variable in class adams.data.io.output.OpexObjectLocationsWriter
whether to use pretty-printing.
m_PrettyPrinting - Variable in class adams.data.io.output.ViaAnnotationsReportWriter
whether to use pretty-printing.
m_PrettyPrinting - Variable in class adams.flow.sink.JsonFileWriter
whether to use pretty-printing.
m_PrettyPrinting - Variable in class adams.flow.sink.XMLFileWriter
whether to use pretty printing.
m_PrettyPrinting - Variable in class adams.gui.tools.previewbrowser.notes.JsonNotesWriter
whether to use pretty printing.
m_PrettyPrinting - Variable in class adams.scripting.processor.JsonProcessor
whether to use pretty printing.
m_Preview - Variable in class adams.flow.sink.DOMDisplay
whether to offer preview.
m_Preview - Variable in class adams.flow.sink.FilePreview
the width of the image properties.
m_Preview - Variable in class adams.flow.sink.JsonDisplay
whether to offer preview.
m_Preview - Variable in class adams.flow.sink.ObjectPreview
the width of the image properties.
m_Preview - Variable in class adams.flow.sink.SpreadSheetDisplay
the preview to use.
m_Preview - Variable in class adams.flow.transformer.SpreadSheetSelectSubset
the preview to use.
m_PreviewCache - Variable in class adams.gui.tools.previewbrowser.PreviewDisplay
the cached previews (content handler -> preview).
m_PreviewHeight - Variable in class adams.gui.chooser.ImagePreview
the height of the preview.
m_PreviewPanel - Variable in class adams.flow.sink.FilePreview.FilePreviewDisplayPanel
for displaying the file.
m_PreviewPanel - Variable in class adams.flow.sink.FilePreview
the panel with the preview.
m_PreviewPanel - Variable in class adams.flow.sink.ObjectPreview.FilePreviewDisplayPanel
for displaying the file.
m_PreviewPanel - Variable in class adams.flow.sink.ObjectPreview
the panel with the preview.
m_PreviewWidth - Variable in class adams.gui.chooser.ImagePreview
the width of the preview.
m_PreviousLabel - Variable in class adams.flow.transformer.ImageObjectAnnotator
the previous label used.
m_PreviousReport - Variable in class adams.flow.transformer.ImageObjectAnnotator
the previous report.
m_PreviousReport - Variable in class adams.gui.visualization.object.ObjectAnnotationPanel
the report from the previous session.
m_PrimaryKey - Variable in class adams.db.ColumnMapping
primary key
m_Printer - Variable in class adams.core.management.OutputProcessStream
the output printer in use.
m_PrintMouseListener - Variable in class adams.gui.visualization.image.ImagePanel.PaintPanel
the mouse listener.
m_printstream - Variable in class adams.gui.print.PostscriptGraphics
The output file
m_PriorityJars - Variable in class adams.core.management.Launcher
optional priority jars.
m_PrivateKeyFile - Variable in class adams.core.io.lister.SftpDirectoryLister
the location of the private key.
m_PrivateKeyFile - Variable in class adams.flow.standalone.SSHConnection
the location of the private key.
m_PrivateKeyFile - Variable in class adams.gui.chooser.SftpRemoteDirectorySetup
the location of the private key.
m_PrivateKeyFile - Variable in class adams.scripting.connection.AbstractSSHConnection
the location of the private key.
m_PrivateKeyPassphrase - Variable in class adams.core.io.lister.SftpDirectoryLister
the passphrase for the private key.
m_PrivateKeyPassphrase - Variable in class adams.flow.standalone.SSHConnection
the passphrase for the private key.
m_PrivateKeyPassphrase - Variable in class adams.gui.chooser.SftpRemoteDirectorySetup
the passphrase for the private key.
m_PrivateKeyPassphrase - Variable in class adams.scripting.connection.AbstractSSHConnection
the passphrase for the private key.
m_PRM - Variable in class adams.data.instancesanalysis.pls.PRM
the actual algorithm.
m_Probability - Variable in class adams.data.conversion.WekaPredictionContainerToSpreadSheet.SortContainer
the probability.
m_ProbabilityColumn - Variable in class adams.flow.transformer.ConfusionMatrix
the column with the probabilities.
m_ProbabilityColumn - Variable in class adams.flow.transformer.SummaryStatistics
the column with the probabilities.
m_Procedures - Static variable in class adams.parser.ParserHelper
the cache of procedures.
m_ProceedAction - Variable in class adams.gui.wizard.AbstractWizardPage
the action to perform when proceeding.
m_Process - Variable in class adams.core.management.Launcher
the process that got launched.
m_Process - Variable in class adams.flow.sink.Exec
the process to pipe the data in.
m_Processed - Variable in class adams.data.io.input.AbstractDataContainerReader
indicates whether the data has been processed.
m_Processed - Variable in class adams.flow.sink.WekaClassifierErrors.DataGenerator
whether the data has already been processed.
m_Processed - Variable in class adams.flow.transformer.AbstractDataProcessor
the directory containing the elements that were processed successfully.
m_Processed - Variable in class adams.scripting.engine.FileBasedScriptingEngine
the directory containing the elements that were processed successfully.
m_Processed - Variable in class weka.filters.unsupervised.attribute.PartitionedMultiFilter2
temporary filter results when determining output format to avoid duplicate processing of data.
m_ProcessError - Variable in class adams.flow.transformer.AbstractDataProcessor
the last error that occurred during processing.
m_Processing - Variable in class adams.flow.transformer.AbstractDataProcessor
the directory containing the elements being processed.
m_Processing - Variable in class adams.gui.scripting.ScriptingEngineThread
whether any command is currently being processed.
m_Processing - Variable in class adams.scripting.engine.FileBasedScriptingEngine
the directory containing the elements being processed.
m_ProcessingThread - Variable in class adams.gui.scripting.AbstractScriptingEngine
the thread to use for executing the commands.
m_Processor - Variable in class adams.core.option.JenericCommandLineHandler
the processor to use.
m_Processor - Variable in class adams.flow.control.PlotProcessor
the processor to apply.
m_Processor - Variable in class adams.flow.standalone.LogEvent
the log record processor.
m_Processor - Variable in class adams.flow.transformer.ProcessActor
the processor to apply.
m_Processor - Variable in class adams.flow.transformer.WekaClassifierSetupProcessor
the processor to use.
m_Processor - Variable in class adams.gui.scripting.AbstractScriptingEngine
the command processor for executing the commands.
m_Processors - Variable in class adams.flow.processor.MultiProcessor
the processors.
m_Processors - Variable in class adams.gui.visualization.image.leftclick.MultiProcessor
the processors to use.
m_Processors - Variable in class adams.gui.visualization.image.selection.MultiSelectionProcessor
the processors.
m_Processors - Variable in class adams.gui.visualization.object.mouseclick.MultiProcessor
the processors.
m_ProcessOutput - Variable in class adams.core.command.AbstractAsyncCapableExternalCommand
for capturing the command output.
m_ProcessOutput - Variable in class adams.flow.source.AbstractPythonExecution
the process monitor.
m_ProcessOutput - Variable in class adams.flow.source.Command
the process monitor.
m_ProcessOutput - Variable in class adams.flow.source.Exec
for executing the command and collecting stdout/err output.
m_ProcessOutput - Variable in class adams.flow.standalone.PyroNameServer
the process monitor.
m_ProcessOutput - Variable in class adams.flow.transformer.TesseractOCR
for executing tesseract.
m_ProcessType - Variable in class weka.classifiers.trees.XGBoost
The type of boosting process to run.
m_Proclet - Variable in class adams.flow.transformer.pdfproclet.AbstractMetaPdfProclet
the base proclet to use.
m_Proclets - Variable in class adams.flow.transformer.PDFAppendDocument
the PDF processors.
m_Proclets - Variable in class adams.flow.transformer.PDFCreate
the PDF processors.
m_Proclets - Variable in class adams.flow.transformer.pdfgenerate.Proclets
the PDF processors.
m_Proclets - Variable in class adams.flow.transformer.pdfproclet.PDFGenerator
the PDF processors.
m_Proclets - Variable in class adams.gui.visualization.multiobjectexport.PDFExport
the PDF processors.
m_Producer - Variable in class adams.doc.listing.OptionOutput
the option producer to use.
m_Producer - Variable in class adams.flow.source.OptionProducer
the producer to use.
m_Producer - Variable in class adams.flow.transformer.OptionProducer
the producer to use.
m_ProgrammaticVars - Variable in class adams.gui.tools.VariableManagementPanel.VariableTableModel
programmatic variables.
m_Progress - Variable in class adams.flow.source.RSync
 
m_Progress - Variable in class adams.gui.visualization.stats.scatterplot.Matrix
Panel for displaying the progress bar
m_Prolog - Variable in class adams.doc.javadoc.OptionHandlerJavadoc
whether to include the "Valid options..." prolog in the Javadoc.
m_Prolog - Variable in class adams.doc.javadoc.TechnicalInformationHandlerJavadoc
whether to include the "Valid options..." prolog in the Javadoc.
m_PromptForPassword - Variable in class adams.flow.standalone.AbstractDatabaseConnection
whether to prompt the user for a password if none provided.
m_PromptForPassword - Variable in class adams.flow.standalone.FTPConnection
whether to prompt the user for a password if none provided.
m_PromptForPassword - Variable in class adams.flow.standalone.SMBConnection
whether to prompt the user for a password if none provided.
m_PromptForPassword - Variable in class adams.flow.standalone.SMTPConnection
whether to prompt the user for a password if none provided.
m_PromptForPassword - Variable in class adams.flow.standalone.SSHConnection
whether to prompt the user for a password if none provided.
m_PromptOverwriteFile - Variable in class adams.gui.chooser.BaseFileChooser
whether to ask to overwrite an existing file (using the save dialog).
m_PromptUserWhenClosingTab - Variable in class adams.gui.core.BaseTabbedPane
whether to prompt user when closing a tab.
m_PropagateStorage - Variable in class adams.flow.control.LocalScopeTransformer
whether to propagate variables from the local scope to the outer scope.
m_PropagateStorage - Variable in class adams.flow.control.LocalScopeTrigger
whether to propagate variables from the local scope to the outer scope.
m_PropagateVariables - Variable in class adams.flow.control.LocalScopeTransformer
whether to propagate variables from the local scope to the outer scope.
m_PropagateVariables - Variable in class adams.flow.control.LocalScopeTrigger
whether to propagate variables from the local scope to the outer scope.
m_Properties - Static variable in class adams.core.base.BaseObject
the properties with the templates.
m_Properties - Static variable in class adams.core.base.CronSchedule
the properties with the templates.
m_Properties - Static variable in class adams.core.io.FileUtils
the properties.
m_Properties - Variable in class adams.core.management.CharsetHelper
the properties.
m_Properties - Static variable in class adams.core.management.ImplicitClassPathAugmenter
the properties.
m_Properties - Static variable in class adams.core.management.JVisualVM
the properties.
m_Properties - Variable in class adams.core.management.LocaleHelper
the properties.
m_Properties - Static variable in class adams.core.management.Terminal
the properties.
m_Properties - Variable in class adams.core.management.TimeZoneHelper
the properties.
m_Properties - Static variable in class adams.core.management.Wine
the properties.
m_Properties - Variable in class adams.core.net.EmailAddressBook
the underlying properties.
m_Properties - Static variable in class adams.core.net.EmailHelper
the properties.
m_Properties - Variable in class adams.core.net.ProxyHelper
the properties.
m_Properties - Static variable in class adams.core.net.SMBHelper
the properties.
m_Properties - Static variable in class adams.core.net.SSLHelper
the properties.
m_Properties - Variable in class adams.core.NewInstance
the placeholders.
m_Properties - Variable in class adams.core.option.Conversion
the properties.
m_Properties - Static variable in class adams.core.option.OptionManager
the properties in use.
m_Properties - Static variable in class adams.core.option.OptionUtils
the properties in use.
m_Properties - Static variable in class adams.core.Performance
the properties.
m_Properties - Variable in class adams.core.Placeholders
the properties.
m_Properties - Variable in class adams.core.PropertiesBasedEnumeration
the properties to use.
m_Properties - Variable in class adams.data.tesseract.TesseractHelper
the properties.
m_Properties - Static variable in class adams.data.timeseries.PeriodicityHelper
the properties.
m_Properties - Variable in class adams.db.AbstractDatabaseConnection
the properties for database access.
m_Properties - Static variable in class adams.db.AbstractDbBackend
the properties with the defaults.
m_Properties - Static variable in class adams.db.AbstractTable
the properties file.
m_Properties - Variable in class adams.db.Conditions
the properties file.
m_Properties - Variable in class adams.db.Drivers
the properties for database access.
m_Properties - Variable in class adams.db.Sequences
the properties.
m_Properties - Variable in class adams.env.AbstractEnvironment
the key - setups relation.
m_Properties - Variable in class adams.flow.control.UpdateProperties
the property paths.
m_Properties - Variable in class adams.flow.source.AbstractSimpleSourceWithPropertiesUpdating
the property paths.
m_Properties - Variable in class adams.flow.transformer.AbstractTransformerWithPropertiesUpdating
the property paths.
m_Properties - Variable in class adams.gui.application.ApplicationMenu
the properties read from the setup file.
m_Properties - Static variable in class adams.gui.core.BrowserHelper
the general properties.
m_Properties - Static variable in class adams.gui.core.ConsolePanel
the properties.
m_Properties - Static variable in class adams.gui.core.Fonts
the properties.
m_Properties - Static variable in class adams.gui.core.GUIHelper
the properties.
m_Properties - Variable in class adams.gui.core.GUIPrompt
the properties.
m_Properties - Static variable in class adams.gui.core.MemoryMonitorPanel
Contains the properties.
m_Properties - Static variable in class adams.gui.core.UISettings
the properties.
m_Properties - Static variable in class adams.gui.flow.FlowControlCenterPanel
the properties.
m_Properties - Static variable in class adams.gui.flow.FlowEditorPanel
the general properties.
m_Properties - Static variable in class adams.gui.flow.FlowPanel
the properties.
m_Properties - Static variable in class adams.gui.flow.FlowRunnerPanel
the properties.
m_Properties - Static variable in class adams.gui.flow.tab.FlowTabManager
the properties.
m_Properties - Variable in class adams.gui.flow.tree.ActorSuggestion
the properties with the rules.
m_Properties - Static variable in class adams.gui.flow.tree.actorswap.ActorHandlerSuggestion
the properties.
m_Properties - Static variable in class adams.gui.flow.tree.actorswap.SimpleSuggestion
the properties.
m_Properties - Variable in class adams.gui.flow.tree.ActorTemplateSuggestion
the properties with the rules.
m_Properties - Variable in class adams.gui.flow.tree.ExternalActorSuggestion
the properties with the rules.
m_Properties - Static variable in class adams.gui.goe.AbstractAdvancedScriptEditorWithTemplates
the general properties.
m_Properties - Static variable in class adams.gui.goe.AbstractSimpleScriptEditorWithTemplates
the general properties.
m_Properties - Variable in class adams.gui.goe.Favorites
the properties.
m_Properties - Variable in class adams.gui.goe.PropertySheetPanel
Holds properties of the target.
m_Properties - Variable in class adams.gui.scripting.AbstractScriptingDialog
the properties for scripting.
m_Properties - Variable in class adams.gui.scripting.ScriptingLogger
the properties.
m_Properties - Variable in class adams.gui.tools.AbstractManagementPanelWithProperties
the underlying properties.
m_Properties - Static variable in class adams.gui.tools.LogEntryDatabaseViewerPanel
the properties.
m_Properties - Static variable in class adams.gui.tools.LogEntryViewerPanel
the properties.
m_Properties - Static variable in class adams.gui.tools.previewbrowser.PropertiesManager
the properties.
m_Properties - Static variable in class adams.gui.tools.previewbrowser.SerializedObjectPanel
the properties.
m_Properties - Static variable in class adams.gui.tools.spreadsheetviewer.tab.ViewerTabManager
the properties.
m_Properties - Static variable in class adams.gui.tools.SpreadSheetViewerPanel
the properties.
m_Properties - Static variable in class adams.gui.tools.wekainvestigator.InvestigatorPanel
the properties.
m_Properties - Static variable in class adams.gui.tools.wekamultiexperimenter.ExperimenterPanel
the properties.
m_Properties - Variable in class adams.gui.visualization.debug.propertyextractor.DefaultPropertyExtractor
the properties.
m_Properties - Static variable in class adams.gui.visualization.image.ImageViewerPanel
the properties.
m_Properties - Static variable in class adams.gui.visualization.instance.InstanceComparePanel
the properties.
m_Properties - Static variable in class adams.gui.visualization.instance.InstanceExplorer
the properties.
m_Properties - Static variable in class adams.gui.visualization.pdf.PDFViewerPanel
the properties.
m_Properties - Static variable in class adams.gui.visualization.spreadsheet.SpreadSheetExplorer
the properties.
m_Properties - Variable in class adams.scripting.ScriptingHelper
the properties.
m_PropertiesCache - Static variable in class adams.db.AbstractDatabaseConnection
 
m_PropertiesFile - Variable in class adams.env.Setup
the props file.
m_PropertiesFile - Variable in class adams.gui.core.AbstractRecentItemsHandler
the props file to use.
m_PropertiesMenu - Static variable in class adams.gui.flow.FlowEditorPanel
the menu properties.
m_PropertiesMenu - Static variable in class adams.gui.tools.SpreadSheetViewerPanel
the menu properties.
m_PropertiesParameterPanel - Variable in class adams.gui.dialog.PropertiesParameterDialog
the properties panel in use.
m_PropertiesTreePopup - Static variable in class adams.gui.flow.FlowEditorPanel
the tree popup menu properties.
m_PropertiesTreeQuickAction - Static variable in class adams.gui.flow.FlowEditorPanel
the tree quick action menu properties.
m_PropertiesWidth - Variable in class adams.flow.sink.ImageViewer
the width of the image properties.
m_Property - Variable in class adams.core.discovery.genetic.GenericDoubleResolution
the property name.
m_Property - Variable in class adams.core.discovery.genetic.GenericFloatResolution
the property name.
m_Property - Variable in class adams.core.discovery.genetic.GenericInteger
the property name.
m_Property - Variable in class adams.core.discovery.genetic.GenericString
the property name.
m_Property - Variable in class adams.core.option.AbstractOption
the bean property to use for getting/setting.
m_Property - Variable in class adams.flow.condition.bool.HasProperty
the property path.
m_Property - Variable in class adams.flow.core.AbstractPropertyUpdater
the property path.
m_Property - Variable in class adams.flow.source.GetSystemProperty
the property to get.
m_Property - Variable in class adams.flow.transformer.GetProperty
the property path.
m_Property - Variable in class adams.flow.transformer.SetSystemProperty
the property to set.
m_Property - Variable in class adams.gui.visualization.debug.objecttree.Node
the name of the property.
m_PropertyChangeListener - Variable in class adams.gui.core.ParameterPanel
the property change listener.
m_PropertyChangeListeners - Variable in class adams.gui.goe.InlineEditor
the property change listeners.
m_PropertyDescriptor - Variable in class adams.core.discovery.genetic.GenericDoubleResolution
the property descriptor.
m_PropertyDescriptor - Variable in class adams.core.discovery.genetic.GenericFloatResolution
the property descriptor.
m_PropertyDescriptor - Variable in class adams.core.discovery.genetic.GenericInteger
the property descriptor.
m_PropertyDescriptor - Variable in class adams.core.discovery.genetic.GenericString
the property descriptor.
m_PropertyDescriptorCache - Static variable in class adams.core.option.OptionUtils
for caching the property descriptors.
m_PropertyHints - Variable in class adams.gui.core.PropertiesParameterPanel
the property/hints relation.
m_PropertyIndex - Variable in class adams.core.option.OptionManager
the (bean) property <-> index relationship.
m_PropertyPrefix - Variable in class adams.gui.core.AbstractRecentItemsHandler
the prefix for the properties.
m_PropertySheetChild - Variable in class adams.gui.goe.GenericObjectEditor.GOEPanel
The component that performs object customization.
m_PropertySheetPanel - Variable in class adams.gui.goe.InlineEditor
whether the editor is located in a PropertySheetPanel.
m_PropertyTypes - Variable in class adams.gui.core.PropertiesParameterPanel
the property/property type relation.
m_ProposedClasses - Variable in class adams.gui.goe.GenericObjectEditor
the proposed classes.
m_ProtectArgs - Variable in class adams.flow.source.RSync
 
m_Protocol - Variable in class adams.flow.source.RSync
 
m_Protocols - Variable in class adams.core.net.ApacheSendEmail
the protocols to use.
m_Protocols - Variable in class adams.flow.standalone.SMTPConnection
the protocols to use.
m_Provider - Variable in class adams.core.io.fileoperations.SftpFileOperations
the session provider to use.
m_Provider - Variable in class adams.core.io.fileoperations.SmbFileOperations
the authentication provider to use.
m_Provider - Variable in class adams.flow.source.ColorProvider
the color provider to use.
m_Provider - Variable in class adams.flow.transformer.ColorProvider
the color provider to use.
m_Provider - Variable in class adams.gui.chooser.SftpDirectoryChooserPanel
the session provider.
m_Provider - Variable in class adams.gui.chooser.SmbDirectoryChooserPanel
the session provider.
m_Provider - Variable in class adams.gui.selection.AbstractFieldCacheItem
the field provider to use.
m_Provider - Variable in class adams.gui.visualization.core.TranslucentColorProvider
the base color provider.
m_PruneEmptyDirs - Variable in class adams.flow.source.RSync
 
m_PSFontReplacement - Static variable in class adams.gui.print.PostscriptGraphics
the font replacement
m_psGraphicsState - Variable in class adams.gui.print.PostscriptGraphics
The current global PostScript graphics state for all cloned objects
m_PublishedData - Variable in class adams.event.PublicationEvent
the published data.
m_Python - Variable in class adams.flow.standalone.PythonEnvironment
the python executable.
m_PythonPathEnvVar - Variable in class adams.flow.standalone.PythonEnvironment
the PYTHONPATH environment variable.
m_PythonPathUpdateType - Variable in class adams.flow.standalone.PythonEnvironment
how to update the PYTHONPATH environment variable.
m_Q - Variable in class adams.data.image.moments.CentralMoment
exponent for y.
m_Q - Variable in class adams.data.image.moments.Moment
exponent for y.
m_Q - Variable in class adams.data.image.moments.NormalizedMoment
exponent for y.
m_Quality - Variable in class adams.gui.print.JPEGWriter
the quality of the image.
m_Query - Variable in class adams.flow.sink.LargeObjectDbWriter
the SQL statement to execute.
m_Query - Variable in class adams.flow.source.AbstractSpreadSheetDbReader
the SQL query to execute.
m_Query - Variable in class adams.flow.source.LargeObjectDbReader
the SQL statement to execute.
m_Query - Variable in class adams.flow.source.WekaDatabaseReader
the query to execute.
m_Query - Variable in class adams.flow.transformer.SpreadSheetQuery
for query to execute.
m_Query - Variable in class adams.gui.tools.wekainvestigator.data.DatabaseContainer
the query used to load the data.
m_QueryChangeListeners - Variable in class adams.gui.dialog.SpreadSheetQueryPanel
the change listeners.
m_QueryChangeListeners - Variable in class adams.gui.dialog.SQLStatementPanel
the list of query change listeners.
m_QueryType - Variable in class adams.flow.transformer.AbstractReportDbUpdater
the query type.
m_Queue - Variable in class adams.data.conversion.MovingAverage
the values to compute the average on.
m_Queue - Variable in class adams.flow.control.Injector
the strings to output.
m_Queue - Variable in class adams.flow.control.StorageQueueHandler
the queue itself.
m_Queue - Variable in class adams.flow.control.Switch
the generated tokens.
m_Queue - Variable in class adams.flow.sink.SendEmail
whether to queue the emails rather than waiting for sending to finish.
m_Queue - Variable in class adams.flow.source.AbstractArrayProvider
contains the items.
m_Queue - Variable in class adams.flow.source.AbstractBufferingSource
the queue to buffer the output in.
m_Queue - Variable in class adams.flow.source.AbstractInteractiveArrayProvider
contains the items.
m_Queue - Variable in class adams.flow.source.EnterManyValues
the list of tokens to output.
m_Queue - Variable in class adams.flow.transformer.AbstractArrayProvider
contains the items.
m_Queue - Variable in class adams.flow.transformer.BoofCVFeatureGenerator
the generated objects.
m_Queue - Variable in class adams.flow.transformer.BufferedImageFeatureGenerator
the generated objects.
m_Queue - Variable in class adams.flow.transformer.FileTailer
the queue with the data.
m_Queue - Variable in class adams.flow.transformer.MakeForecastPlotContainer
the containers to output.
m_Queue - Variable in class adams.flow.transformer.OpenCVFeatureGenerator
the generated objects.
m_Queue - Variable in class adams.flow.transformer.SpreadSheetGetColumnIndex
the indices of matching columns.
m_Queue - Variable in class adams.flow.transformer.SpreadSheetStorageRowIterator
the rows to iterate.
m_Queue - Variable in class adams.flow.transformer.SpreadSheetVariableRowIterator
the rows to iterate.
m_Queue - Variable in class adams.flow.transformer.TimeseriesFeatureGenerator
the generated objects.
m_Queue - Variable in class adams.flow.transformer.TimeseriesInfo
the tokens to output.
m_Queue - Variable in class adams.flow.transformer.WekaSubsets
the generated subsets.
m_Queue - Variable in class adams.flow.websocket.client.SimpleSendWithQueue
the queue to use.
m_Queue - Variable in class adams.multiprocess.LocalJobRunner
stores Jobs.
m_Queue - Variable in class adams.scripting.engine.ManualFeedScriptingEngine
the queue to add the commands to.
m_QuickInfoColor - Variable in class adams.gui.flow.tree.Tree
the HTML color string of the quick info (e.g., 'green' or '#008800').
m_QuickInfoSize - Variable in class adams.gui.flow.tree.Tree
the HTML font tag size of the quick info (e.g., '3' or '-2').
m_Quiet - Variable in class adams.core.option.OptionManager
whether to suppress error messages.
m_Quiet - Variable in class adams.data.io.input.AbstractFlowReader
whether to suppress logging output.
m_Quiet - Variable in class adams.data.objectfinder.AbstractObjectFinder
whether to suppress warning messages.
m_Quiet - Variable in class adams.flow.source.RSync
 
m_Quiet - Variable in class adams.flow.source.SimpleRSync
 
m_QuoteChar - Variable in class adams.data.io.input.CsvSpreadSheetReader.ChunkReader
the quote char.
m_QuoteCharacter - Variable in class adams.data.io.input.CsvSpreadSheetReader
the quote character.
m_QuoteCharacter - Variable in class adams.data.io.input.FastCsvSpreadSheetReader
the quote character.
m_QuoteCharacter - Variable in class adams.data.io.input.SimpleCsvSpreadSheetReader
the quote character.
m_QuoteCharacter - Variable in class adams.data.io.output.CsvSpreadSheetWriter
the quote character.
m_QuoteDelimiters - Variable in class adams.gui.scripting.SyntaxDocument
the quote delimiter.
m_QuoteEscape - Variable in class adams.gui.scripting.SyntaxDocument
the quote escape.
m_QuoteType - Variable in class adams.data.conversion.Quote
the quote type to use.
m_QuoteType - Variable in class adams.data.conversion.UnQuote
the quote type to use.
m_QuoteType - Variable in class adams.flow.source.NewList
the quote type to use.
m_R - Variable in class adams.data.image.luminance.Custom
the value for R.
m_r_hat - Variable in class adams.data.instancesanalysis.pls.PLS1
the regression vector "r-hat"
m_RadioBackground - Variable in class adams.gui.visualization.segmentation.tool.BucketFill
the radio button for background.
m_RadioBackground - Variable in class adams.gui.visualization.segmentation.tool.PolygonFill
the radio button for background.
m_RadioBoundingBox - Variable in class adams.gui.visualization.object.tools.Edit
the radio button for bounding box.
m_RadioForeground - Variable in class adams.gui.visualization.segmentation.tool.BucketFill
the radio button for foreground.
m_RadioForeground - Variable in class adams.gui.visualization.segmentation.tool.PolygonFill
the radio button for foreground.
m_RadioPolygon - Variable in class adams.gui.visualization.object.tools.Edit
the radio button for polygon.
m_RadioRound - Variable in class adams.gui.visualization.segmentation.tool.Eraser
the radio button for round shape.
m_RadioRound - Variable in class adams.gui.visualization.segmentation.tool.Pencil
the radio button for round shape.
m_RadioSquare - Variable in class adams.gui.visualization.segmentation.tool.Eraser
the radio button for square shape.
m_RadioSquare - Variable in class adams.gui.visualization.segmentation.tool.Pencil
the radio button for square shape.
m_Radius - Variable in class adams.data.image.transformer.GaussianBlur
the radius to use.
m_Radius - Variable in class adams.flow.transformer.pdfproclet.Circle
the radius.
m_random - Variable in class weka.classifiers.meta.AbstainLeastMedianSq
 
m_random - Variable in class weka.classifiers.meta.LeastMedianSq
 
m_Random - Variable in class adams.data.AbstractAnonymizer
for shuffling the IDs.
m_Random - Variable in class adams.data.random.JavaRandomByte
the random number generator to use.
m_Random - Variable in class adams.data.random.JavaRandomByteUnseeded
the random number generator to use.
m_Random - Variable in class adams.data.random.JavaRandomDouble
the random number generator to use.
m_Random - Variable in class adams.data.random.JavaRandomDoubleUnseeded
the random number generator to use.
m_Random - Variable in class adams.data.random.JavaRandomInt
the random number generator to use.
m_Random - Variable in class adams.data.random.JavaRandomIntUnseeded
the random number generator to use.
m_Random - Variable in class adams.data.splitgenerator.generic.randomization.DefaultRandomization
the random number generator used.
m_Random - Variable in class adams.flow.transformer.negativeregions.RandomRegions
the random number generator.
m_Random - Variable in class adams.gui.visualization.image.leftclick.RandomBoundingBox
the random number generator to use.
m_Random - Variable in class adams.gui.visualization.sequence.pointpreprocessor.Jitter
the random number generator.
m_Random - Variable in class adams.opt.genetic.AbstractGeneticAlgorithm
the random number generator.
m_Random - Variable in class adams.opt.optimise.genetic.AbstractGeneticAlgorithm
the random number generator.
m_Random - Variable in class weka.classifiers.functions.FakeClassifier
for generating the random numbers.
m_Random - Variable in class weka.classifiers.meta.AbstainVote
the random number generator used for breaking ties in majority voting
m_Random - Variable in class weka.filters.unsupervised.attribute.InputSmearing
the random number generator to use.
m_RandomColors - Variable in class adams.data.boofcv.transformer.SuperPixels
whether to use random colors.
m_Randomization - Variable in class adams.data.splitgenerator.generic.crossvalidation.CrossValidationGenerator
the randomization scheme.
m_Randomization - Variable in class adams.data.splitgenerator.generic.randomsplit.RandomSplitGenerator
the randomization scheme.
m_Randomize - Variable in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesCrossValidationFoldGenerator
whether to randomize the data.
m_Randomize - Variable in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesGroupedCrossValidationFoldGenerator
whether to randomize the data.
m_Randomize - Variable in class adams.flow.transformer.indexedsplitsrunsgenerator.ManualSplitGenerator
whether to randomize the data.
m_Randomize - Variable in class adams.flow.transformer.preparefilebaseddataset.CrossValidation
whether to randomize the data.
m_Randomize - Variable in class adams.ml.evaluation.DefaultCrossValidationFoldGenerator
whether to randomize the data.
m_Randomize - Variable in class weka.classifiers.BinnedNumericClassCrossValidationFoldGenerator
whether to randomize the data.
m_Randomize - Variable in class weka.classifiers.DefaultCrossValidationFoldGenerator
whether to randomize the data.
m_Randomize - Variable in class weka.classifiers.GroupedBinnedNumericClassCrossValidationFoldGenerator
whether to randomize the data.
m_Randomize - Variable in class weka.classifiers.GroupedCrossValidationFoldGenerator
whether to randomize the data.
m_Randomize - Variable in class weka.classifiers.GroupedCrossValidationFoldGeneratorUsingNumericClassValues
whether to randomize the data.
m_Randomize - Variable in class weka.classifiers.LeaveOneOutByValueGenerator
whether to randomize the data.
m_Randomize - Variable in class weka.filters.unsupervised.instance.RemoveDuplicates
whether to randomize the data after the removal.
m_randomseed - Variable in class weka.classifiers.meta.AbstainLeastMedianSq
 
m_randomseed - Variable in class weka.classifiers.meta.LeastMedianSq
 
m_Range - Variable in class adams.core.Range
the range string.
m_Range - Variable in class adams.data.spreadsheet.filter.Normalize
the column range to normalize.
m_Range - Variable in class adams.data.spreadsheet.filter.Standardize
the column range to normalize.
m_Range - Variable in class adams.data.weka.rowfinder.FilteredIQR
the attribute range to work on.
m_Range - Variable in class adams.flow.sink.WekaAttributeSummary
the attribute to visualize.
m_Range - Variable in class adams.flow.source.IntegerRange
the range.
m_Range - Variable in class adams.flow.transformer.SpreadSheetColumnIterator
the range of columns to work on.
m_Range - Variable in class adams.flow.transformer.StringRangeCut
the range.
m_Range - Variable in class adams.flow.transformer.WekaAttributeIterator
the range of attributes to work on.
m_Range - Variable in class adams.gui.visualization.instance.InstanceComparePanel.DatasetIndexer
the range of attributes to use.
m_Range - Variable in class adams.gui.visualization.sequence.pointpreprocessor.Jitter
the range of the jitter.
m_Range - Variable in class adams.gui.visualization.stats.boxplot.BoxPlotManager
Range of box plots to display initially
m_Range - Variable in class weka.classifiers.meta.AbstainAttributePercentile
 
m_Range - Variable in class weka.filters.unsupervised.attribute.AnyToString
the attribute range to process.
m_Range - Variable in class weka.filters.unsupervised.attribute.EquiDistance
the attribute range to use.
m_Range - Variable in class weka.filters.unsupervised.attribute.StringToDate
the attribute range to process.
m_Range - Variable in class weka.filters.unsupervised.instance.multirowprocessor.processor.AbstractRangeBasedSelectionProcessor
the range of attributes to work on.
m_Range - Variable in class weka.filters.unsupervised.instance.SafeRemoveRange
Range of instances requested by the user.
m_Range1 - Variable in class adams.tools.CompareDatasets
the first range of attributes.
m_Range2 - Variable in class adams.tools.CompareDatasets
the second range of attributes.
m_RangeHeight - Variable in class adams.gui.visualization.image.leftclick.RandomBoundingBox
the range for the height.
m_RangeMetaData - Variable in class adams.data.io.input.ObjectLocationsSpreadSheetReader
the columns with meta-data.
m_RangePaintlet - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.SamplePlot
the paintlet to use for the lower/upper statistic.
m_Ranges - Variable in class adams.data.spreadsheet.rowfinder.ByNumericRange
the intervals.
m_Ranges - Variable in class adams.data.weka.rowfinder.ByNumericRange
the intervals.
m_Ranges - Variable in class adams.flow.transformer.wekaevaluationpostprocessor.SubRange
the intervals.
m_Ranges - Variable in class adams.gui.core.spreadsheettable.NumericRangeCellRenderingCustomizer
the intervals.
m_Ranges - Variable in class adams.gui.visualization.stats.histogram.Histogram
the ranges.
m_Ranges - Variable in class weka.classifiers.meta.AbstainAttributePercentile
the ranges (attribute index <-> double[]).
m_Ranges - Variable in class weka.classifiers.meta.PartitionedStacking
the attribute ranges for the base-classifiers.
m_Ranges - Variable in class weka.classifiers.meta.RangeCheck
the ranges (attribute index <-> double[]).
m_Ranges - Variable in class weka.filters.unsupervised.attribute.detrend.RangeBased
the ranges to calculate the intercept/slope for.
m_Ranges - Variable in class weka.filters.unsupervised.attribute.multiplicativescattercorrection.RangeBased
the ranges to calculate the intercept/slope for.
m_Ranges - Variable in class weka.filters.unsupervised.attribute.PartitionedMultiFilter2
The attribute ranges.
m_RangeWidth - Variable in class adams.gui.visualization.image.leftclick.RandomBoundingBox
the range for the width.
m_Ranking - Variable in class weka.attributeSelection.AbstractPLSAttributeEval
the determined attribute ranking.
m_Ranking - Variable in class weka.attributeSelection.LinearRegressionAttributeEval
the degtermined attribute ranking.
m_RateDrop - Variable in class weka.classifiers.trees.XGBoost
Dropout rate.
m_Raw - Variable in class adams.core.Index
the uncleaned index.
m_Raw - Variable in class adams.core.Range
the uncleaned range string.
m_Raw - Variable in class adams.core.UnorderedRange
the raw range string.
m_Raw - Variable in class adams.flow.transformer.AbstractDataContainerDbReader
whether to return the raw data or not.
m_Raw - Variable in class adams.gui.tools.ConsoleOutputAnalyzerPanel.ConsoleOutputEntry
the raw content.
m_RawColumns - Variable in class adams.data.weka.columnfinder.Constant
The raw representation of the columns to find.
m_RawRows - Variable in class adams.data.weka.rowfinder.Constant
The raw form of the rows.
m_Read - Variable in class adams.core.discovery.PropertyPath.PropertyContainer
the read method.
m_ReadBatch - Variable in class adams.flow.source.RSync
 
m_ReadData - Variable in class adams.data.io.input.AbstractDataContainerReader
the data containers that have been read.
m_Reader - Variable in class adams.core.io.fileuse.ImageReader
the image reader to use.
m_Reader - Variable in class adams.core.io.fileuse.TextReader
the text reader to use.
m_Reader - Variable in class adams.core.management.AbstractOutputPrinter
the reader.
m_Reader - Variable in class adams.core.net.SimpleMailer
the email reader to use.
m_Reader - Variable in class adams.data.conversion.ByteArrayToImageContainer
the reader to use.
m_Reader - Variable in class adams.data.conversion.StringToReport
the report reader to use.
m_Reader - Variable in class adams.data.conversion.StringToSpreadSheet
the reader to use for converting the string.
m_Reader - Variable in class adams.data.io.input.AbstractCustomPNGAnnotationImageSegmentationReader
the image reader for the PNG.
m_Reader - Variable in class adams.data.io.input.AccessSpreadSheetReader
the reader.
m_Reader - Variable in class adams.data.io.input.CsvSpreadSheetReader.ChunkReader
the reader in use.
m_Reader - Variable in class adams.data.io.input.CsvSpreadSheetReader
for reading the actual data.
m_Reader - Variable in class adams.data.io.input.ImageClassificationSpreadSheetReportReader
the spreadsheet reader to use.
m_Reader - Variable in class adams.data.io.input.ObjectLocationsSpreadSheetReader
the spreadsheet reader to use.
m_Reader - Variable in class adams.data.io.input.SimpleCsvSpreadSheetReader
the actual reader.
m_Reader - Variable in class adams.data.io.input.SimpleStreamSpreadSheetReader
the reader in use.
m_Reader - Variable in class adams.data.io.input.SpreadSheetTimeseriesReader
the spreadsheet reader to use.
m_Reader - Variable in class adams.data.io.input.SqlDumpSpreadSheetReader.ChunkReader
the reader in use.
m_Reader - Variable in class adams.data.io.input.SqlDumpSpreadSheetReader
for reading the actual data.
m_Reader - Variable in class adams.flow.control.AbstractDataContainerFileChecker
the reader to use for loading the data containers.
m_Reader - Variable in class adams.flow.source.AbstractSpreadSheetDbReader
for reading the data.
m_Reader - Variable in class adams.flow.standalone.DeserializeToStorage
the object reader to use.
m_Reader - Variable in class adams.flow.transformer.AbstractDataContainerFileImport
the reader to use for processing the containers.
m_Reader - Variable in class adams.flow.transformer.AbstractDataContainerFileReader
the reader to use.
m_Reader - Variable in class adams.flow.transformer.AbstractReportFileImport
the reader used for reading the reports.
m_Reader - Variable in class adams.flow.transformer.AbstractReportFileReader
the reader to use.
m_Reader - Variable in class adams.flow.transformer.Deserialize
the object reader to use.
m_Reader - Variable in class adams.flow.transformer.EmailFileReader
the reader to use.
m_Reader - Variable in class adams.flow.transformer.ImageFileReader
the image reader to use.
m_Reader - Variable in class adams.flow.transformer.ImageSegmentationFileReader
the image reader to use.
m_Reader - Variable in class adams.flow.transformer.IndexedSplitsRunsReader
the reader to use.
m_Reader - Variable in class adams.flow.transformer.pdfproclet.AbstractSpreadSheetPdfProclet
the reader to use for loading the csv files.
m_Reader - Variable in class adams.flow.transformer.SetReportFromFile
the report loader to use.
m_Reader - Variable in class adams.flow.transformer.SpreadSheetFileReader
the reader to use.
m_Reader - Variable in class adams.flow.transformer.TextFileReader
the reader to use.
m_Reader - Variable in class adams.gui.chooser.SpreadSheetFileChooserPanel
the current reader.
m_Reader - Variable in class adams.gui.tools.previewbrowser.AnnotateImage
the reader to use.
m_Reader - Variable in class adams.gui.tools.previewbrowser.BlueChannelImageHandler
the image reader to use.
m_Reader - Variable in class adams.gui.tools.previewbrowser.ColorDistributionHandler
the image reader to use.
m_Reader - Variable in class adams.gui.tools.previewbrowser.GrayOrIndexedImageHandler
the image reader to use.
m_Reader - Variable in class adams.gui.tools.previewbrowser.ImageClassificationHandler
the reader to use.
m_Reader - Variable in class adams.gui.tools.previewbrowser.ImageSegmentationAnnotationsHandler
the annotation reader to use.
m_Reader - Variable in class adams.gui.tools.previewbrowser.ObjectAnnotationsHandler
the reader to use.
m_Reader - Variable in class adams.gui.tools.previewbrowser.ObjectAnnotationsReportHandler
the reader to use.
m_Reader - Variable in class adams.gui.tools.previewbrowser.ObjectCentersFromReport
the report reader to use.
m_Reader - Variable in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
the report reader to use.
m_Reader - Variable in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
the reader to use.
m_Reader - Variable in class adams.gui.tools.previewbrowser.ReportHandler
the reader to use.
m_Reader - Variable in class adams.gui.tools.previewbrowser.SimpleImageSegmentationAnnotationsHandler
the image reader to use.
m_Reader - Variable in class adams.gui.tools.previewbrowser.TrimapImageHandler
the image reader to use.
m_Reader - Variable in class adams.gui.tools.spreadsheetviewer.SpreadSheetPanel
the reader used for reading the file.
m_Reader - Variable in class adams.gui.tools.wekainvestigator.data.SpreadSheetContainer
the reader used to load the data.
m_Reader - Variable in class adams.gui.tools.wekamultiexperimenter.experiment.FileResultsHandler
the spreadsheet reader to use.
m_Reader - Variable in class adams.parser.LookUpUpdate
the spreadsheet reader for loading the spreadsheet.
m_Reader - Variable in class adams.parser.SpreadSheetFormula
the spreadsheet reader for loading the spreadsheet.
m_Reader - Variable in class adams.parser.SpreadSheetQuery
the spreadsheet reader for loading the spreadsheet.
m_Reader - Variable in class weka.classifiers.functions.FromPredictions
the spreadsheet reader to use.
m_Reader - Variable in class weka.core.converters.SpreadSheetLoader
the reader to use.
m_ReaderFileFilters - Static variable in class adams.gui.chooser.AbstractDataContainerFileChooser
the file filters for the readers.
m_ReaderFileFilters - Static variable in class adams.gui.chooser.AbstractReportFileChooser
the file filters for the readers.
m_ReaderFileFilters - Static variable in class adams.gui.chooser.AdamsExperimentFileChooser
the file filters for the readers.
m_ReaderFileFilters - Static variable in class adams.gui.chooser.EmailFileChooser
the file filters for the readers.
m_ReaderFileFilters - Static variable in class adams.gui.chooser.FlowFileChooser
the file filters for the readers.
m_ReaderFileFilters - Static variable in class adams.gui.chooser.ImageFileChooser
the file filters for the readers.
m_ReaderFileFilters - Static variable in class adams.gui.chooser.ObjectFileChooser
the file filters for the readers.
m_ReaderFileFilters - Static variable in class adams.gui.chooser.ParameterMapFileChooser
the file filters for the readers.
m_ReaderFileFilters - Static variable in class adams.gui.chooser.SerializationFileChooser
the file filters for the readers.
m_ReaderFileFilters - Static variable in class adams.gui.chooser.SpreadSheetFileChooser
the file filters for the readers.
m_ReaderFileFilters - Static variable in class adams.gui.chooser.WekaFileChooser
the file filters for the readers.
m_ReaderFileFilters - Static variable in class adams.gui.tools.previewbrowser.notes.NotesFileChooser
the file filters for the readers.
m_ReadOnly - Variable in class adams.flow.control.Flow
whether to mark this flow as read-only (user gets prompted).
m_ReadOnly - Variable in class adams.flow.sink.SpreadSheetDisplay
whether the table is read only.
m_ReadOnly - Variable in class adams.gui.core.MultiPagePane
whether the page list is readonly.
m_ReadOnly - Variable in class adams.gui.core.SpreadSheetTableModel
whether the model is read-only (default).
m_ReadOnly - Variable in class adams.gui.tools.PlaceholderManagementPanel.PlaceholderTableModel
whether the model is readonly.
m_ReadOnly - Variable in class adams.gui.tools.wekainvestigator.datatable.DataTableModel
whether the model is read-only.
m_ReadOnly - Variable in class adams.gui.visualization.instances.InstancesTableModel
whether the table is read-only
m_Real - Variable in class adams.data.filter.AbstractFFT
whether to return complex or real part of the transformation.
m_Real - Variable in class weka.filters.unsupervised.attribute.FFT
whether to return complex or real part of the transformation.
m_ReattachListeners - Variable in class adams.gui.core.DetachablePanel
the reattach listeners.
m_RecalcHashCode - Variable in class adams.core.Trie
whether the structure got modified and the hash code needs to be re-calculated
m_RecentActorProcessorHandler - Variable in class adams.gui.flow.FlowEditorPanel
Recent file handler for actor processors
m_RecentFilesHandler - Variable in class adams.gui.dialog.TextPanel
the recent files handler.
m_RecentFilesHandler - Variable in class adams.gui.flow.FlowControlCenterPanel
the recent files handler.
m_RecentFilesHandler - Variable in class adams.gui.flow.FlowEditorPanel
the recent files handler.
m_RecentFilesHandler - Variable in class adams.gui.flow.FlowPanel
the recent files handler.
m_RecentFilesHandler - Variable in class adams.gui.flow.FlowRunnerPanel
the recent files handler.
m_RecentFilesHandler - Variable in class adams.gui.scripting.AbstractScriptingDialog
the recent files handler.
m_RecentFilesHandler - Variable in class adams.gui.tools.ConsoleOutputAnalyzerPanel
the recent files handler.
m_RecentFilesHandler - Variable in class adams.gui.tools.FileMonitorPanel
the recent files handler.
m_RecentFilesHandler - Variable in class adams.gui.tools.ImageProcessorPanel
the recent files handler.
m_RecentFilesHandler - Variable in class adams.gui.tools.PreviewBrowserPanel
the recent files handler.
m_RecentFilesHandler - Variable in class adams.gui.tools.PropertiesViewerPanel
the recent files handler.
m_RecentFilesHandler - Variable in class adams.gui.tools.SpreadSheetViewerPanel
the recent files handler.
m_RecentFilesHandler - Variable in class adams.gui.tools.wekainvestigator.InvestigatorPanel
the recent files handler.
m_RecentFilesHandler - Variable in class adams.gui.visualization.image.ImageViewerPanel
the recent files handler.
m_RecentFilesHandler - Variable in class adams.gui.visualization.instance.InstanceExplorer
the recent files handler.
m_RecentFilesHandler - Variable in class adams.gui.visualization.pdf.PDFViewerPanel
the recent files handler.
m_RecentFilesHandler - Variable in class adams.gui.visualization.spreadsheet.SpreadSheetExplorer
the recent files handler.
m_RecentFilesHandler - Variable in class adams.gui.visualization.timeseries.TimeseriesExplorer
the recent files handler.
m_RecentFilesHandler - Variable in class weka.gui.explorer.ExplorerExt
the recent files handler.
m_RecentFilesHandler1 - Variable in class adams.gui.visualization.instance.InstanceComparePanel
the recent files handler.
m_RecentFilesHandler2 - Variable in class adams.gui.visualization.instance.InstanceComparePanel
the recent files handler.
m_RecentFilesHandlerLeft - Variable in class adams.gui.tools.DiffPanel
the recent files handler (left).
m_RecentFilesHandlerResults - Variable in class adams.gui.tools.wekamultiexperimenter.ExperimenterPanel
the recent files handler for results.
m_RecentFilesHandlerRight - Variable in class adams.gui.tools.DiffPanel
the recent files handler (right).
m_RecentFilesHandlerSetups - Variable in class adams.gui.tools.wekamultiexperimenter.ExperimenterPanel
the recent files handler for setups.
m_RecentItems - Variable in class adams.gui.core.AbstractRecentItemsHandler
the items.
m_RecentStatementsHandler - Variable in class adams.gui.dialog.SpreadSheetQueryPanel
the recent files handler.
m_RecentStatementsHandler - Variable in class adams.gui.dialog.SQLStatementPanel
the recent files handler.
m_RecentStatementsHandler - Variable in class adams.gui.tools.spreadsheetviewer.tab.Query
the recent files handler.
m_RecentStatementsHandler - Variable in class adams.gui.tools.wekainvestigator.tab.DataQueryTab
the recent files handler.
m_Recipients - Variable in class adams.flow.sink.sendnotification.Email
the recipients.
m_Recipients - Variable in class adams.flow.transformer.CreateEmail
the recipients.
m_Recipients - Variable in class adams.gui.visualization.multiobjectexport.EmailExport
the recipients.
m_ReconnectWait - Variable in class adams.db.AbstractDatabaseConnection
the number of seconds to wait before trying to reconnect.
m_RecordAdd - Variable in class adams.gui.flow.tree.Tree
whether to record the adding of actors to improve suggestions.
m_Recorded - Variable in class adams.gui.scripting.AbstractScriptingEngine
the currently recorded commands.
m_RecordEnclose - Variable in class adams.gui.flow.tree.Tree
whether to record the enclosing of actors to improve suggestions.
m_Recorders - Static variable in class adams.gui.flow.tree.record.add.AbstractRecordActorAdded
the available recording schemes.
m_Recorders - Static variable in class adams.gui.flow.tree.record.enclose.AbstractRecordActorEnclosed
the available recording schemes.
m_Recording - Variable in class adams.flow.transformer.SpreadSheetCellSelector.Table
whether left mouse button has been pressed.
m_Recording - Variable in class adams.gui.scripting.AbstractScriptingEngine
whether the commands are currently being recorded.
m_RecordOutput - Variable in class adams.flow.standalone.JavaExec
whether to record the output of the process.
m_RecordRegions - Variable in class adams.data.noise.AbstractDenoiser
whether to record elution regions as well.
m_RectBackward - Static variable in class adams.gui.core.DragAndDropTabbedPane
 
m_RectCueLine - Variable in class adams.gui.core.DragAndDropTree
The rectangle for the line hinting where to drop the node.
m_RectForward - Static variable in class adams.gui.core.DragAndDropTabbedPane
 
m_Recursive - Variable in class adams.core.io.lister.AbstractRecursiveDirectoryLister
whether to look for files/dirs recursively.
m_Recursive - Variable in class adams.flow.core.ActorUsage
whether to traverse the directories recursively.
m_Recursive - Variable in class adams.flow.source.RSync
 
m_Recursive - Variable in class adams.flow.source.SimpleRSync
 
m_Recursive - Variable in class adams.flow.template.IterateFilesWithProgressBar
whether to search recursively.
m_RecycledColors - Variable in class adams.gui.visualization.core.AbstractColorProvider
recycled, i.e., returned colors.
m_RedoBestFit - Variable in class adams.gui.visualization.segmentation.layer.LayerManager
whether bestfit zoom needs to be redone.
m_RedoList - Variable in class adams.gui.core.Undo
the vector for the redo-points objects.
m_Reference - Variable in class adams.data.io.input.ExcelStreamingSpreadSheetReader.SheetHandler
the cell reference.
m_Reference - Variable in class adams.flow.transformer.WekaReorderAttributesToReference
the reference dataset.
m_Reference - Variable in class adams.gui.visualization.object.objectannotations.label.Anchored
the anchor reference.
m_ReferenceableActors - Variable in class adams.flow.processor.RemoveUnusedReferenceableActors
the referenceable actors.
m_ReferenceActor - Variable in class adams.flow.transformer.WekaReorderAttributesToReference
the callable actor to get the reference data from.
m_ReferenceCount - Variable in class adams.flow.processor.CheckActorReferenceUsage
the usage counter.
m_ReferenceCount - Variable in class adams.flow.processor.RemoveUnusedReferenceableActors
the usage counter.
m_ReferenceDataset - Variable in class weka.filters.unsupervised.instance.AlignDataset
the file containing the reference dataset.
m_ReferenceError - Variable in class adams.data.weka.predictions.NumericErrorScalerWithReference
the reference error.
m_ReferenceFile - Variable in class adams.flow.transformer.WekaReorderAttributesToReference
the reference dataset to load.
m_ReferenceSize - Variable in class adams.data.weka.predictions.NumericErrorScalerWithReference
the reference size.
m_Refinements - Variable in class adams.opt.optimise.RefineRange
number of parameter refinements.
m_Regex - Variable in class adams.flow.transformer.WekaRegexToRange
regular expression used to determine attribute list.
m_RegexName - Variable in class adams.flow.transformer.WekaClassSelector
the regular expression on the attribute for selecting the sub-set of attributes.
m_RegExp - Variable in class adams.core.command.output.LineSplit
the regular expression to match.
m_RegExp - Variable in class adams.core.discovery.AbstractDiscoveryHandler
the regular expression on the property path.
m_RegExp - Variable in class adams.core.FindClass.Listener
whether search is a regular expression.
m_RegExp - Variable in class adams.core.io.fileuse.LastLineMatches
the regular expression the last line must match.
m_RegExp - Variable in class adams.core.io.lister.AbstractDirectoryLister
the regular expression for the files/dirs to match.
m_RegExp - Variable in class adams.core.net.hostnameverifier.RegExp
the regular expression to match.
m_RegExp - Variable in class adams.core.net.SimpleMailer
the expression to use for listing the files.
m_RegExp - Variable in class adams.data.binning.BinnableDataset.StringAttributeGroupExtractor
the regular expression.
m_RegExp - Variable in class adams.data.binning.BinnableFiles.FileGroupExtractor
the regular expression.
m_RegExp - Variable in class adams.data.binning.BinnableInstances.StringAttributeGroupExtractor
the regular expression.
m_RegExp - Variable in class adams.data.conversion.PropertiesToMap
the regular expression that the properties must match.
m_RegExp - Variable in class adams.data.conversion.ReportToMap
the regular expression that the field names must match.
m_RegExp - Variable in class adams.data.groupextraction.ReportFieldRegExp
the regular expression to match.
m_RegExp - Variable in class adams.data.groupextraction.SpreadSheetCellRegExp
the regular expression to match.
m_RegExp - Variable in class adams.data.objectfinder.ByMetaDataStringValue
the regular expression to match against the value.
m_RegExp - Variable in class adams.data.outlier.StringMatcher
the regular expression that the value must match.
m_RegExp - Variable in class adams.data.report.RemoveByName
the regular expression to match against the names.
m_RegExp - Variable in class adams.data.spreadsheet.columnfinder.ByName
the regular expression to match the attribute names against.
m_RegExp - Variable in class adams.data.spreadsheet.rowfinder.ByValue
the regular expression to match the labels against.
m_RegExp - Variable in class adams.data.weka.classattribute.ByName
the regular expression to use on the name.
m_RegExp - Variable in class adams.data.weka.columnfinder.ByName
the regular expression to match the attribute names against.
m_RegExp - Variable in class adams.data.weka.rowfinder.ByLabel
the regular expression to match the labels against.
m_RegExp - Variable in class adams.flow.condition.bool.DirectoriesMatch
the expression the files must match.
m_RegExp - Variable in class adams.flow.condition.bool.FilesMatch
the expression the files must match.
m_RegExp - Variable in class adams.flow.condition.bool.RegExp
the regular expression to match.
m_RegExp - Variable in class adams.flow.condition.bool.TableExists
the regular expression for the table name to match.
m_RegExp - Variable in class adams.flow.processor.ChangeDatabaseConditionLimit
the classnames to limit the change to.
m_RegExp - Variable in class adams.flow.processor.ChangeNumThreads
the classnames to limit the change to.
m_RegExp - Variable in class adams.flow.processor.ListAnnotationTags
the regular expression to match the tags against.
m_RegExp - Variable in class adams.flow.processor.ListTODOs
the regular expression to use for matching the TODOs.
m_RegExp - Variable in class adams.flow.sink.sequenceplotter.ByNameErrorPaintlet
the regular expression that determines whether to plot or not.
m_RegExp - Variable in class adams.flow.sink.sequenceplotter.ByNameMarkerPaintlet
the regular expression that determines whether to plot or not.
m_RegExp - Variable in class adams.flow.source.AbstractListTables
the regular expression to match.
m_RegExp - Variable in class adams.flow.source.DumpStorage
the regular expression to match.
m_RegExp - Variable in class adams.flow.source.DumpVariables
the regular expression to match.
m_RegExp - Variable in class adams.flow.source.FTPLister
Deprecated.
the regular expression on the file/dir names.
m_RegExp - Variable in class adams.flow.source.ListCallableActors
the regular expression to match.
m_RegExp - Variable in class adams.flow.source.ListEnvironmentVariables
the regular expression to match.
m_RegExp - Variable in class adams.flow.source.ListStorageNames
the regular expression to match.
m_RegExp - Variable in class adams.flow.source.ListSystemProperties
the regular expression to match.
m_RegExp - Variable in class adams.flow.source.ListVariables
the regular expression to match.
m_RegExp - Variable in class adams.flow.source.valuedefinition.RegExpConstrainedStringDefinition
the regular expression to use.
m_RegExp - Variable in class adams.flow.standalone.AbstractDatabaseCheck
the regular expression to use for matching the JDBC URL.
m_RegExp - Variable in class adams.flow.standalone.DeleteStorageValue
the regexp to match against variable names.
m_RegExp - Variable in class adams.flow.standalone.DeleteVariable
the regexp to match against variable names.
m_RegExp - Variable in class adams.flow.standalone.DirWatch
the regular expression to match the file names against.
m_RegExp - Variable in class adams.flow.standalone.logevent.NameFilter
the regular expression to apply to the logger name.
m_RegExp - Variable in class adams.flow.template.IterateFilesWithProgressBar
the regular expression to apply.
m_RegExp - Variable in class adams.flow.transformer.AbstractContainerValueExtractor
the regexp to use for matching the container value names.
m_RegExp - Variable in class adams.flow.transformer.AbstractDeleteReportValue
the regular expression for matching field names.
m_RegExp - Variable in class adams.flow.transformer.AbstractMultiDecompress
the regular expression that the filenames must match to be extracted.
m_RegExp - Variable in class adams.flow.transformer.CopyFile
the regular expression for the files to match.
m_RegExp - Variable in class adams.flow.transformer.DeleteFile
the regular expression for the files to match.
m_RegExp - Variable in class adams.flow.transformer.DeleteStorageValue
the regexp to match against variable names.
m_RegExp - Variable in class adams.flow.transformer.DeleteVariable
the regexp to match against variable names.
m_RegExp - Variable in class adams.flow.transformer.FindInFile
whether the search string represents a regular expression (search handler must support that).
m_RegExp - Variable in class adams.flow.transformer.GetPropertyNames
the regular expression that the property names must match.
m_RegExp - Variable in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesGroupedCrossValidationFoldGenerator
the regular expression for the nominal/string attribute.
m_RegExp - Variable in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesGroupedRandomSplitGenerator
the regular expression for the nominal/string attribute.
m_RegExp - Variable in class adams.flow.transformer.mapfilter.RemoveByName
the regular expression that the names must match.
m_RegExp - Variable in class adams.flow.transformer.MapToStorageValues
the regular expression that the map keys must match.
m_RegExp - Variable in class adams.flow.transformer.MapToVariables
the regular expression that the map keys must match.
m_RegExp - Variable in class adams.flow.transformer.MapVariableIterator
the regular expression that the map keys must match.
m_RegExp - Variable in class adams.flow.transformer.MatchReportFields
the regular expression for matching the fields.
m_RegExp - Variable in class adams.flow.transformer.preparefilebaseddataset.GroupedCrossValidation
the regular expression for the nominal/string attribute.
m_RegExp - Variable in class adams.flow.transformer.preparefilebaseddataset.GroupedTrainTestSplit
the regular expression for the nominal/string attribute.
m_RegExp - Variable in class adams.flow.transformer.preparefilebaseddataset.GroupedTrainValidateTestSplit
the regular expression for the nominal/string attribute.
m_RegExp - Variable in class adams.flow.transformer.PropertiesToVariables
the regular expression that the properties must match.
m_RegExp - Variable in class adams.flow.transformer.ReportField
the regular expression for the fields to match.
m_RegExp - Variable in class adams.flow.transformer.ReportToStorage
the regular expression that the fields in the report must match.
m_RegExp - Variable in class adams.flow.transformer.ReportToVariables
the regular expression that the fields in the report must match.
m_RegExp - Variable in class adams.flow.transformer.SpreadSheetColumnIterator
the regular expression applied to the column names.
m_RegExp - Variable in class adams.flow.transformer.SpreadSheetColumnsByName
the regular expression to match the column names against.
m_RegExp - Variable in class adams.flow.transformer.StringArraySplit
the regular expression to identify the string to split on.
m_RegExp - Variable in class adams.flow.transformer.StringMatcher
the regular expression to match.
m_RegExp - Variable in class adams.flow.transformer.WekaAttributeIterator
the regular expression applied to the attribute names.
m_RegExp - Variable in class adams.flow.transformer.WekaMultiLabelSplitter
the regular expression that the class attribute names have to match.
m_RegExp - Variable in class adams.gui.core.PropertiesParameterPanel
the property/regexp relation.
m_RegExp - Variable in class adams.gui.core.RegExpConstrainedTextField.RegExpConstraintCheckModel
the regular expression to use for checking.
m_RegExp - Variable in class adams.gui.core.SearchParameters
whether to perform regular expression matching.
m_RegExp - Variable in class adams.gui.visualization.image.interactionlogging.IDFilter
the regular expression to use for matching the IDs.
m_RegExp - Variable in class adams.gui.visualization.report.ReportFactory.Panel
whether the last search was using regular expressions.
m_RegExp - Variable in class adams.gui.visualization.sequence.ByNamePaintlet
the regular expression that determines whether to plot or not.
m_RegExp - Variable in class adams.gui.visualization.sequence.metadatacolor.ColorPerRegExpGroup
the regular expression to use.
m_RegExp - Variable in class adams.tools.DropTables
the regular expression to match.
m_RegExp - Variable in class adams.tools.TruncateTables
the regular expression to match.
m_RegExp - Variable in class weka.classifiers.GroupedBinnedNumericClassCrossValidationFoldGenerator
the regular expression for the nominal/string attribute.
m_RegExp - Variable in class weka.classifiers.GroupedBinnedNumericClassRandomSplitGenerator
the regular expression for the nominal/string attribute.
m_RegExp - Variable in class weka.classifiers.GroupedCrossValidationFoldGenerator
the regular expression for the nominal/string attribute.
m_RegExp - Variable in class weka.classifiers.GroupedRandomSplitGenerator
the regular expression for the nominal/string attribute.
m_RegExp - Variable in class weka.filters.unsupervised.attribute.EquiDistance
the regular expression to use.
m_RegExp - Variable in class weka.filters.unsupervised.attribute.MetaPartitionedMultiFilter
The prefixes.
m_RegExp - Variable in class weka.filters.unsupervised.instance.multirowprocessor.selection.GroupExpression
the regular expression for the nominal/string attribute.
m_RegExpEnabled - Variable in class adams.gui.core.SearchPanel
whether regular expressions are enabled.
m_RegExpFilename - Variable in class adams.flow.transformer.pdfproclet.AbstractPdfProclet
the regexp to use on the filename.
m_RegExps - Variable in class adams.gui.visualization.core.RegExpColorProvider
the regular expressions.
m_RegExps - Variable in class weka.classifiers.MultiLevelSplitGenerator
the regular expressions to apply to determine the grouping.
m_RegExpSearch - Variable in class adams.gui.core.SearchableWrapperListModel
whether the search was a regular expression based one.
m_RegExpSearch - Variable in class adams.gui.core.SortableAndSearchableWrapperTableModel
whether the search was a regular expression based one.
m_RegExpTimestamp - Variable in class adams.flow.transformer.SpreadSheetRowToTimeseries
the regular expression for timestamp columns.
m_RegExpValue - Variable in class adams.flow.transformer.SpreadSheetRowToTimeseries
the regular expression for value columns.
m_Regions - Variable in class adams.data.image.transformer.subimages.Regions
the regions to use.
m_Regions - Variable in class adams.data.noise.AbstractDenoiser
the collected elution regions.
m_RegionSize - Variable in class adams.flow.transformer.BoofCVDetectLineSegments
region size.
m_Register - Variable in class adams.flow.control.Flow
whether to register the flow.
m_Register - Variable in class adams.flow.FlowRunner
whether to register the flow.
m_Registered - Static variable in class adams.gui.goe.AdamsEditorsRegistration
whether registration already occurred.
m_Registered - Static variable in class adams.gui.goe.EnumEditor
whether the editor has been registered for the enum class.
m_Registered - Static variable in class adams.gui.goe.WekaEditorsRegistration
whether registration already occurred.
m_RegisterFlow - Variable in class adams.scripting.command.flow.RunRemoteFlow
whether to register the flow.
m_RegLine - Variable in class adams.gui.visualization.stats.probabilityplot.NormalPlotOptions
Whether to display a regression diagonal line
m_Regression - Variable in class adams.flow.sink.ProbabilityPlotDisplay
Whether a best regression line is drawn
m_RegressionFiles - Variable in class adams.core.option.FlowJUnitTestProducer
the files to use in the regression test.
m_RegressionLine - Variable in class adams.gui.visualization.stats.paintlet.AbstractProbabilityPaintlet
Whether to draw a regression line
m_regressionTree - Variable in class weka.classifiers.trees.m5.M5Base2
Make a regression tree/rule instead of a model tree/rule
m_RejectedDir - Variable in class adams.scripting.requesthandler.CommandDumperHandler
the output directory for rejected requests.
m_Relation - Static variable in class adams.gui.tools.previewbrowser.AbstractArchiveHandler
the extenstion archive handlers relation.
m_Relation - Static variable in class adams.gui.tools.previewbrowser.AbstractContentHandler
the extenstion archive handlers relation.
m_RelationName - Variable in class adams.flow.source.WekaNewInstances
the name for the relation, if any.
m_RelationName - Variable in class adams.flow.transformer.WekaCrossValidationSplit
the format of the relation names of the generated datasets.
m_RelationName - Variable in class weka.classifiers.AggregateEvaluations
dataset name.
m_RelationName - Variable in class weka.classifiers.BinnedNumericClassCrossValidationFoldGenerator
the template for the relation name.
m_RelationName - Variable in class weka.classifiers.DefaultCrossValidationFoldGenerator
the template for the relation name.
m_RelationName - Variable in class weka.classifiers.GroupedBinnedNumericClassCrossValidationFoldGenerator
the template for the relation name.
m_RelationName - Variable in class weka.classifiers.GroupedCrossValidationFoldGenerator
the template for the relation name.
m_RelationName - Variable in class weka.classifiers.GroupedCrossValidationFoldGeneratorUsingNumericClassValues
the template for the relation name.
m_RelationName - Variable in class weka.classifiers.LeaveOneOutByValueGenerator
the template for the relation name.
m_RelationNameHeuristic - Variable in class adams.gui.tools.wekainvestigator.InvestigatorPanel
the heuristic for updating the relation name.
m_RelationNameLab - Variable in class adams.gui.tools.wekainvestigator.tab.preprocesstab.InstancesSummaryPanel
Displays the name of the relation
m_Relative - Variable in class adams.flow.source.RSync
 
m_Relative - Variable in class adams.flow.source.SimpleRSync
 
m_RelativeColumnWidths - Variable in class adams.flow.transformer.pdfproclet.AbstractSpreadSheetPdfProclet
the relative column widths (ignored if not provided).
m_RelativeWidths - Variable in class adams.data.weka.evaluator.IntervalEstimatorBased
whether to divide the calculated widths by the class value.
m_RelativeWidths - Variable in class adams.data.weka.evaluator.IntervalEstimatorBased.SortedInterval
whether the widths are relative.
m_Reloadable - Variable in class adams.gui.visualization.timeseries.TimeseriesContainerManager
whether the profiles can be reloaded from the database (fake ones can't be reloaded!).
m_RemainderHandling - Variable in class adams.flow.transformer.StringArraySplit
how to handle any remaining strings.
m_Remaining - Variable in class adams.gui.core.DelayedActionRunnable
the remaining delay.
m_RememberLastSelection - Variable in class adams.flow.transformer.pixelselector.AddClassification
whether to remember the last selection.
m_Remote - Variable in class weka.classifiers.meta.SocketFacade
the address of the remote process.
m_RemoteDir - Variable in class adams.flow.source.FTPLister
Deprecated.
the directory to list.
m_RemoteDir - Variable in class adams.flow.transformer.FTPDelete
the directory to list.
m_RemoteDir - Variable in class adams.flow.transformer.FTPGet
the directory to list.
m_RemoteDir - Variable in class adams.flow.transformer.FTPSend
the directory to upload the file to.
m_RemoteDir - Variable in class adams.flow.transformer.ScpFrom
the directory to list.
m_RemoteDir - Variable in class adams.flow.transformer.ScpTo
the directory to upload the file to.
m_RemoteDir - Variable in class adams.flow.transformer.SFTPDelete
the directory to list.
m_RemoteDir - Variable in class adams.flow.transformer.SFTPGet
the directory to list.
m_RemoteDir - Variable in class adams.flow.transformer.SFTPSend
the directory to upload the file to.
m_RemoteDir - Variable in class adams.flow.transformer.SMBGet
the directory to list.
m_RemoteDir - Variable in class adams.flow.transformer.SMBSend
the directory to upload the file to.
m_RemoteDir - Variable in class adams.gui.chooser.FtpRemoteDirectorySetup
the directory to list.
m_RemoteDir - Variable in class adams.gui.chooser.SftpRemoteDirectorySetup
the directory to list.
m_RemoteDir - Variable in class adams.gui.chooser.SmbRemoteDirectorySetup
the directory to list.
m_RemoteDir - Variable in class adams.scripting.command.basic.SendFile
the remote directory where to place the file.
m_RemoteDir - Variable in class adams.scripting.connection.FTPConnection
the directory to upload the file to.
m_RemoteDir - Variable in class adams.scripting.connection.ScpConnection
the remote directory.
m_RemoteFile - Variable in class adams.multiprocess.ScpJobRunner
the remote file to serialize the unexecuted jobs to.
m_RemoteFile - Variable in class adams.multiprocess.ScpJobRunner.RemoteJobRunner
the remote file to serialize the unexecuted jobs to.
m_RemoteFile - Variable in class adams.scripting.command.basic.RetrieveFile
the file to retrieve.
m_RemoteFile - Variable in class adams.scripting.command.basic.Text
the remote file to save it to.
m_RemoteHost - Variable in class adams.console.Logging
the remote host/port to connect to.
m_RemoteObject - Variable in class adams.flow.core.AbstractPyroCall
the remote object.
m_RemoteObjectName - Variable in class adams.flow.core.AbstractPyroCall
the name of the remote object.
m_RemoteOption - Variable in class adams.flow.source.RSync
 
m_RemoteScriptingEngine - Variable in class adams.flow.FlowRunner
the remote command scripting engine.
m_RemoteScriptingEngine - Variable in class adams.gui.application.AbstractApplicationFrame
the remote command scripting engine.
m_RemoteScriptingEngine - Variable in class adams.terminal.application.AbstractTerminalApplication
the remote command scripting engine.
m_RemoteScriptingEngineCmdLine - Variable in class adams.flow.FlowRunner
the commandline of the remote scripting engine to use at startup time.
m_RemoteScriptingEngineCmdLine - Variable in class adams.gui.application.AbstractApplicationFrame
the commandline of the remote scripting engine to use at startup time.
m_RemoteScriptingEngineCmdLine - Variable in class adams.terminal.application.AbstractTerminalApplication
the commandline of the remote scripting engine to use at startup time.
m_RemoteScriptingEngineHandler - Variable in class adams.scripting.command.AbstractCommand
the application context.
m_RemoteScriptingEngineHandler - Variable in class adams.scripting.engine.AbstractScriptingEngine
the application context.
m_RemoteScriptingEngineUpdateListeners - Variable in class adams.flow.FlowRunner
the listeners for changes to the remote scripting engine.
m_RemoteScriptingEngineUpdateListeners - Variable in class adams.gui.application.AbstractApplicationFrame
the listeners for changes to the remote scripting engine.
m_RemoteScriptingEngineUpdateListeners - Variable in class adams.terminal.application.AbstractTerminalApplication
the listeners for changes to the remote scripting engine.
m_RemovalAllowed - Variable in class adams.gui.core.MultiPagePane.PageContainer
whether this page can be removed, even if readonly.
m_RemovalStrategy - Variable in class adams.flow.transformer.DeleteOverlappingImageObjects
the removal strategy.
m_remove - Variable in class weka.classifiers.meta.Corr
 
m_Remove - Variable in class adams.flow.transformer.SpreadSheetMerge
whether to remove when not all present.
m_Remove - Variable in class adams.flow.transformer.WekaChooseAttributes
the Remove filter in use.
m_Remove - Variable in class adams.flow.transformer.WekaInstancesMerge
whether to remove when not all present.
m_Remove - Variable in class adams.gui.visualization.instance.InstanceComparePanel.DatasetIndexer
the remove filter for trimming the range of attributes to return.
m_Remove - Variable in class adams.tools.AbstractAddRemoveTimeWindowDatabaseTool
whether to remove the flags.
m_Remove - Variable in class weka.classifiers.meta.FilteredClassifierExt
The additional remove filter.
m_Remove - Variable in class weka.classifiers.meta.PartitionedStacking
the filters for removing the unwanted attributes for the base classifiers.
m_Remove - Variable in class weka.filters.unsupervised.attribute.DatasetCleaner
the remove filter to use.
m_RemoveAlphaChannel - Variable in class adams.data.conversion.ImageContainerToSpreadSheet
whether to remove the alpha channel.
m_RemoveChars - Variable in class weka.filters.unsupervised.attribute.MergeManyAttributes
the characters to remove from the merged name (start/end).
m_RemoveChars - Variable in class weka.filters.unsupervised.attribute.MergeTwoAttributes
the characters to remove from the merged name (start/end).
m_RemoveExisting - Variable in class adams.flow.transformer.AbstractReportDbWriter
whether to remove existing reports (i.e., completely remove them from the DB).
m_RemoveExisting - Variable in class adams.flow.transformer.AbstractReportFileImport
whether to remove existing reports (i.e., completely remove them from the DB).
m_RemoveExtension - Variable in class adams.data.binning.BinnableFiles.FileGroupExtractor
whether to remove the extension.
m_RemoveExtension - Variable in class adams.flow.transformer.BaseName
whether to remove the extension as well.
m_RemoveExtension - Variable in class adams.flow.transformer.preparefilebaseddataset.GroupedCrossValidation
whether to remove the extension.
m_RemoveExtension - Variable in class adams.flow.transformer.preparefilebaseddataset.GroupedTrainTestSplit
whether to remove the extension.
m_RemoveExtension - Variable in class adams.flow.transformer.preparefilebaseddataset.GroupedTrainValidateTestSplit
whether to remove the extension.
m_RemoveFileExt - Variable in class adams.data.idextraction.ReportFieldRegExp
whether to remove any file extension before applying the regexp.
m_RemoveInputFile - Variable in class adams.flow.transformer.AbstractSingleCompress
whether to remove the original input file.
m_RemoveItemsListeners - Variable in class adams.gui.core.BaseList
the listeners for items to be removed.
m_RemoveItemsListeners - Variable in class adams.gui.core.BaseTable
the listeners for items to be removed.
m_RemoveSmallBlobs - Variable in class adams.data.boofcv.transformer.Binary
whether to remove small blobs.
m_RemoveSmallBlobs - Variable in class adams.data.boofcv.transformer.BinaryContours
whether to remove small blobs.
m_RemoveSmallBlobs - Variable in class adams.flow.transformer.locateobjects.BinaryContours
whether to remove small blobs.
m_RemoveSourceFiles - Variable in class adams.flow.source.RSync
 
m_removetrain - Variable in class weka.classifiers.meta.AbstainAttributePercentile
 
m_RemoveUnused - Variable in class weka.filters.unsupervised.attribute.MetaPartitionedMultiFilter
Whether unused attributes are left out of the output.
m_RemoveUnused - Variable in class weka.filters.unsupervised.attribute.PartitionedMultiFilter2
Whether unused attributes are left out of the output.
m_RenameColumns - Variable in class adams.parser.spreadsheetquery.ParserHelper
the columns to rename.
m_RenamedAggregates - Variable in class adams.parser.spreadsheetquery.ParserHelper
the new names for the aggregates (old - new).
m_Renderer - Variable in class adams.gui.visualization.instances.InstancesTable
the renderer to use.
m_RendererCache - Variable in class adams.gui.visualization.debug.InspectionPanel
the cache for the renderers.
m_RendererCache - Variable in class adams.gui.visualization.debug.StoragePanel
the cache for the renderers.
m_RendererClasses - Static variable in class adams.gui.visualization.debug.objectrenderer.AbstractObjectRenderer
the renderers (classes) currently available.
m_Renderers - Static variable in class adams.data.textrenderer.AbstractTextRenderer
all available renderers.
m_Renderers - Variable in class adams.gui.core.spreadsheettable.MultiCellRenderingCustomizer
the sub-renderers to use.
m_Renderers - Static variable in class adams.gui.visualization.debug.objectrenderer.AbstractObjectRenderer
the renderers (classnames) currently available.
m_RenderLimitChanged - Variable in class adams.gui.visualization.debug.InspectionPanel
whether the render limit changed.
m_RenderLimitChanged - Variable in class adams.gui.visualization.debug.StoragePanel
whether the render limit changed.
m_RenderLimitSupported - Variable in class adams.gui.visualization.debug.InspectionPanel
whether the rendering limit is supported.
m_RenderLimitSupported - Variable in class adams.gui.visualization.debug.StoragePanel
whether the rendering limit is supported.
m_RenderString - Variable in class adams.gui.flow.tree.Node
the render string.
m_Reorder - Variable in class adams.flow.transformer.WekaReorderAttributesToReference
the reorder filter to use.
m_RepaintOnChange - Variable in class adams.gui.visualization.core.AbstractPaintlet
whether the paintlet reacts with repaints to changes of its members.
m_RepaintOnChange - Variable in class adams.gui.visualization.image.paintlet.AbstractPaintlet
whether the paintlet reacts with repaints to changes of its members.
m_Replace - Variable in class adams.core.NumericStringCompare
the replacement string.
m_Replace - Variable in class adams.data.conversion.AbstractValidateString
the replacement string.
m_Replace - Variable in class adams.data.id.IDGeneratorPostProcessor
the replacement string.
m_Replace - Variable in class adams.data.idextraction.ReportFieldRegExp
the replacement string.
m_Replace - Variable in class adams.flow.template.StringReplace
the replacements.
m_Replace - Variable in class adams.flow.transformer.HexReplace
the replacement string in hex.
m_Replace - Variable in class adams.flow.transformer.SimpleStringReplace
the replacement string.
m_Replace - Variable in class adams.flow.transformer.SpreadSheetAppendComments
whether to replace any existing comments with the new one.
m_Replace - Variable in class adams.flow.transformer.SpreadSheetReplaceCellValue
the replacement string.
m_Replace - Variable in class adams.flow.transformer.StringReplace
the replacement string.
m_Replace - Variable in class adams.flow.transformer.WekaRenameRelation
the string to replace with.
m_Replace - Variable in class weka.filters.unsupervised.attribute.NominalToNumeric
the replacement string.
m_ReplaceAll - Variable in class adams.data.id.IDGeneratorPostProcessor
whether to replace all or only the first occurrence.
m_ReplaceAll - Variable in class adams.flow.transformer.SpreadSheetReplaceCellValue
whether to replace all or only the first occurrence.
m_ReplaceContainsPlaceholder - Variable in class adams.data.id.IDGeneratorPostProcessor
whether the replace string contains a placeholder, which needs to be expanded first.
m_ReplaceContainsPlaceholder - Variable in class adams.flow.transformer.SimpleStringReplace
whether the replace string contains a placeholder, which needs to be expanded first.
m_ReplaceContainsPlaceholder - Variable in class adams.flow.transformer.SpreadSheetReplaceCellValue
whether the replace string contains a placeholder, which needs to be expanded first.
m_ReplaceContainsPlaceholder - Variable in class adams.flow.transformer.StringReplace
whether the replace string contains a placeholder, which needs to be expanded first.
m_ReplaceContainsVariable - Variable in class adams.flow.transformer.SimpleStringReplace
whether the replace string contains a variable, which needs to be expanded first.
m_ReplaceContainsVariable - Variable in class adams.flow.transformer.SpreadSheetReplaceCellValue
whether the replace string contains a variable, which needs to be expanded first.
m_ReplaceContainsVariable - Variable in class adams.flow.transformer.StringReplace
whether the replace string contains a variable, which needs to be expanded first.
m_Replacement - Variable in class adams.data.imagefilter.KeepOnlyColors
the replacement color.
m_ReplacementChar - Variable in class adams.flow.transformer.StringSanitizer
the character to replace the unacceptable ones.
m_ReplacementColor - Variable in class adams.data.image.transformer.BinaryMask
the color to replace the pixels with.
m_ReplacementColor - Variable in class adams.data.image.transformer.ThresholdReplacement
the replacement color.
m_ReplacementType - Variable in class adams.data.image.transformer.BinaryMask
what pixels to replace.
m_ReplaceMissing - Variable in class adams.data.instancesanalysis.pls.AbstractPLS
whether to replace missing values
m_ReplaceMissing - Variable in class weka.attributeSelection.AbstractPLSAttributeEval
the replace missing values parameter.
m_ReplaceMissingCells - Variable in class adams.data.conversion.SpreadSheetToNumeric
whether to replace missing cells.
m_ReplaceMissingFilter - Variable in class weka.clusterers.SAXKMeans
replace missing values in training instances.
m_ReplaceMissingFilter - Variable in class weka.filters.unsupervised.attribute.PrincipalComponentsJ
Filters for replacing missing values.
m_ReplaceType - Variable in class adams.flow.transformer.StringReplace
how to replace the occurrences.
m_Report - Variable in class adams.data.container.AbstractSimpleContainer
the report.
m_Report - Variable in class adams.data.instance.Instance
the automatically generated report.
m_Report - Variable in class adams.data.timeseries.Timeseries
the report.
m_Report - Variable in class adams.flow.transformer.SetReportFromSource
the callable source to obtain the report from.
m_Report - Variable in class adams.gui.visualization.report.ReportFactory.Model
the underlying report.
m_Report - Variable in class adams.gui.visualization.spreadsheet.SpreadSheetRow
the automatically generated report.
m_Report - Variable in class adams.parser.ReportMathExpression
the report to use as basis.
m_ReportBackup - Variable in class adams.flow.transformer.ImageAnnotator.AnnotatorPanel
the backup of the report.
m_ReportChangeListeners - Variable in class adams.gui.visualization.report.ReportFactory.Table
the change listeners.
m_ReportClass - Variable in class adams.flow.source.NewReport
the class of the report.
m_ReportContainerList - Variable in class adams.gui.visualization.report.ReportFactory.Panel
the panel with the containers.
m_ReportField - Variable in class adams.data.filter.TimeseriesShiftTimestamps
the reprt field to use.
m_ReportFile - Variable in class adams.flow.transformer.SetReportFromFile
the file to load.
m_ReportFileChooser - Variable in class adams.gui.visualization.image.ImagePanel.PaintPanel
the filechooser for reports.
m_ReportFilter - Variable in class adams.data.report.FilteredReportFilter
the post-filter for filtering the report.
m_ReportNamesInHeader - Variable in class adams.data.conversion.SpreadSheetRowsToReport
whether the report names are in the header row.
m_Reports - Variable in class adams.flow.transformer.AbstractReportFileImport
the reports that have been read.
m_Reports - Variable in class adams.gui.tools.previewbrowser.CocoAnnotationsHandler.CombinedPanel
the reports (image -> report).
m_Reports - Variable in class adams.gui.visualization.instance.InstanceExplorer
the reports.
m_Reports - Variable in class adams.gui.visualization.spreadsheet.SpreadSheetExplorer
the reports.
m_Reports - Variable in class adams.gui.visualization.timeseries.TimeseriesExplorer
the sample data reports.
m_ReportSelected - Variable in class adams.flow.sink.ReportDisplay
whether a report has been selected.
m_ReportTable - Variable in class adams.flow.transformer.pixelselector.PixelSelectorPanel
the report table.
m_ReportTable - Variable in class adams.gui.tools.wekainvestigator.tab.CompareTab
the table with the report.
m_ReportTable - Variable in class adams.gui.visualization.instance.InstanceComparePanel
the table with the report.
m_Request - Variable in class adams.flow.source.NewRemoteCommand
whether to create a request or response.
m_Request - Variable in class adams.scripting.command.AbstractCommand
whether the command is a request or response.
m_RequestConnection - Variable in class adams.multiprocess.RemoteCommandJobRunner
the connection to use for sending the command.
m_RequestHandler - Variable in class adams.scripting.engine.AbstractScriptingEngine
the request handler.
m_RequiresAuth - Variable in class adams.core.net.ApacheSendEmail
whether authentication is required.
m_RequiresAuth - Variable in class adams.core.net.SimpleApacheSendEmail
whether authentication is required.
m_RequiresAuthentication - Variable in class adams.flow.standalone.SMTPConnection
whether the SMTP server requires authentication.
m_ResetIndicesIfNecessary - Variable in class adams.data.objectfinder.AbstractObjectFinder
whether to reset indices if necessary.
m_ResetModel - Variable in class adams.flow.transformer.AbstractProcessWekaInstanceWithModel
whether we need to reset the model.
m_ResetResults - Variable in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment
whether to reset the results before starting the experiment.
m_Residuals - Variable in class weka.classifiers.meta.AbstainLeastMedianSq
 
m_Residuals - Variable in class weka.classifiers.meta.LeastMedianSq
 
m_ResizeRequired - Variable in class adams.gui.visualization.object.CanvasPanel
whether a resize is required.
m_ResolutionAngle - Variable in class adams.flow.transformer.BoofCVDetectLines
Resolution of line angle in degrees.
m_ResolutionRange - Variable in class adams.flow.transformer.BoofCVDetectLines
Resolution of line range in pixels.
m_Resource - Variable in class adams.flow.source.inputstreamsource.FromResource
the resource to load.
m_Resource - Variable in class adams.flow.source.readersource.FromResource
the resource to load.
m_Response - Variable in class adams.scripting.command.flow.SendFlowControlCommand
the response.
m_ResponseConnection - Variable in class adams.multiprocess.RemoteCommandJobRunner
the connection to use for sending back the response.
m_ResponseConnection - Variable in class adams.scripting.command.AbstractCommandWithResponse
the response connection.
m_ResponseConnectionUpdater - Variable in class adams.gui.tools.remotecontrolcenter.panels.AdvancedTab
the response connection updater.
m_ResponseHandler - Variable in class adams.scripting.engine.AbstractScriptingEngine
the response handler to use.
m_ResponseJobRunner - Variable in class adams.multiprocess.RemoteCommandJobRunner
the response JobRunner object.
m_ResponseLogger - Variable in class adams.gui.tools.remotecontrolcenter.panels.AdvancedTab
the response logger.
m_ResponseLogger - Variable in class adams.gui.tools.remotecontrolcenter.panels.RemoteFlowCommandsTab
the response logger.
m_ResponseScriptingEngine - Variable in class adams.multiprocess.RemoteCommandJobRunner
the scriping engine to use for listening for the response.
m_RestorationEnabled - Variable in class adams.flow.source.EnterManyValues
whether restoration is enabled.
m_RestorationEnabled - Variable in class adams.flow.source.EnterValue
whether restoration is enabled.
m_RestorationEnabled - Variable in class adams.flow.source.SelectDirectory
whether restoration is enabled.
m_RestorationEnabled - Variable in class adams.flow.source.SelectFile
whether restoration is enabled.
m_RestorationFile - Variable in class adams.flow.source.EnterManyValues
the file to store the restoration state in.
m_RestorationFile - Variable in class adams.flow.source.EnterValue
the file to store the restoration state in.
m_RestorationFile - Variable in class adams.flow.source.SelectDirectory
the file to store the restoration state in.
m_RestorationFile - Variable in class adams.flow.source.SelectFile
the file to store the restoration state in.
m_RestoreEnabled - Variable in class adams.flow.template.PromptUser
whether to enable automatic restore of values.
m_RestoreFile - Variable in class adams.flow.template.PromptUser
the name of the restore file.
m_RestoreVar - Variable in class adams.flow.template.PromptUser
the name of the restore variable.
m_RestrictedStop - Variable in class adams.flow.control.LocalScopeTransformer
whether a restricted stop occurred.
m_RestrictedStop - Variable in class adams.flow.control.LocalScopeTrigger
whether a restricted stop occurred.
m_RestrictedStop - Variable in class adams.flow.control.Sequence
whether a restricted stop occurred.
m_RestrictingStops - Variable in class adams.flow.control.Sequence
whether stops get restricted or not.
m_Restrictions - Variable in class adams.flow.core.ActorHandlerInfo
further class/interface restrictions.
m_Restrictions - Variable in class adams.flow.execution.debug.MultiScopeRestriction
the restrictions.
m_Restrictions - Variable in class adams.gui.goe.classtree.ActorClassTreeFilter
whether we are restricted to classes/interfaces.
m_Result - Variable in class adams.core.option.FileLister
for storing the result.
m_Result - Variable in class adams.core.option.VariableLister
for storing the result.
m_Result - Variable in class adams.core.option.VariablesInstanceLister
for storing the result.
m_Result - Variable in class adams.data.outlier.AbstractOutlierDetector.DetectorJob
the result.
m_Result - Variable in class adams.event.JobCompleteEvent
the result of the job.
m_Result - Variable in class adams.flow.core.ErrorHandlerInstanceLister
for storing the result.
m_Result - Variable in class adams.flow.transformer.pixelselector.PixelSelectorPanel
the result (ok or cancel).
m_Result - Variable in class adams.gui.goe.GenericArrayEditorDialog
whether the dialog was cancelled or ok'ed.
m_Result - Variable in class adams.gui.goe.GenericObjectEditorDialog
whether the dialog was cancelled or ok'ed.
m_Result - Variable in class adams.gui.goe.WekaGenericArrayEditorDialog
whether the dialog was cancelled or ok'ed.
m_Result - Variable in class adams.gui.goe.WekaGenericObjectEditorDialog
whether the dialog was cancelled or ok'ed.
m_Result - Variable in class adams.multiprocess.CallableWithResult
the result.
m_Result - Variable in class adams.parser.actorsuggestion.Parser
for storing the result of the expression.
m_Result - Variable in class adams.parser.basedate.Parser
for storing the result of the expression.
m_Result - Variable in class adams.parser.basedatetime.Parser
for storing the result of the expression.
m_Result - Variable in class adams.parser.basedatetimemsec.Parser
for storing the result of the expression.
m_Result - Variable in class adams.parser.basetime.Parser
for storing the result of the expression.
m_Result - Variable in class adams.parser.basetimemsec.Parser
for storing the result of the expression.
m_Result - Variable in class adams.parser.booleanexpression.Parser
for storing the result of the expression.
m_Result - Variable in class adams.parser.externalactorsuggestion.Parser
for storing the result of the expression.
m_Result - Variable in class adams.parser.mathematicalexpression.Parser
for storing the result of the expression.
m_Result - Variable in class adams.parser.spreadsheetformula.Parser
for storing the result of the result.
m_Result - Variable in class adams.parser.stringexpression.Parser
for storing the result of the expression.
m_Result - Variable in class adams.parser.templatesuggestion.Parser
for storing the result of the expression.
m_ResultFile - Variable in class adams.flow.sink.WekaExperimentGenerator
the file to store the result in.
m_ResultFormat - Variable in class adams.flow.sink.WekaExperimentGenerator
the result format.
m_Results - Variable in class adams.gui.tools.remotecontrolcenter.panels.AdvancedTab
for the results.
m_Results - Variable in class adams.gui.tools.wekamultiexperimenter.analysis.AbstractAnalysisPanel
the raw results from the experiment.
m_Results - Variable in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment.AbstractExperimentJob
the generated results.
m_Results - Variable in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment
the generated results.
m_ResultSet - Variable in class adams.flow.source.AbstractSpreadSheetDbReader
the current result set.
m_ResultSet - Variable in class adams.flow.source.TimeseriesDbReader
the resultset for retrieving the data.
m_ResultsFileChooser - Variable in class adams.gui.tools.wekainvestigator.tab.ExperimentTab.HistoryPanel
the file chooser for the results.
m_ResultsHandler - Variable in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment
the handler for the results.
m_ResultType - Variable in class adams.flow.transformer.XPath
the type of output to generate.
m_RetrievalDelay - Variable in class adams.flow.sink.EnQueue
the retrieval delay in msecs.
m_RetrievalType - Variable in class adams.flow.core.ObjectRetriever
the retrieval type.
m_Retriever - Variable in class adams.flow.transformer.CollectionInsert
for retrieving the object.
m_Retriever - Variable in class adams.flow.transformer.Mat5FileAddArray
for retrieving the object.
m_Retriever - Variable in class adams.flow.transformer.Mat5FileAddMap
for retrieving the object.
m_Retriever - Variable in class adams.flow.transformer.Mat5SetStructField
for retrieving the object.
m_ReturnIndex - Variable in class adams.data.statistics.ArrayMax
whether to return the index instead of the actual value.
m_ReturnIndex - Variable in class adams.data.statistics.ArrayMin
whether to return the index instead of the actual value.
m_ReturnIndex - Variable in class adams.flow.transformer.Max
whether to return the index instead of the value.
m_ReturnIndex - Variable in class adams.flow.transformer.Min
whether to return the index instead of the value.
m_ReusePreviews - Variable in class adams.gui.tools.previewbrowser.PreviewDisplay
whether to reuse previews.
m_Reverse - Variable in class adams.flow.transformer.Sort
reverse sorting.
m_Reverse - Variable in class adams.flow.transformer.SpreadSheetSortColumns
whether to reverse the sorting.
m_Reverse - Variable in class adams.flow.transformer.WekaSpreadSheetToPredictions
whether to reverse the sorting.
m_Reverse - Variable in class weka.classifiers.AggregateEvaluations
whether to reverse the sorting.
m_RGBA - Variable in class adams.flow.transformer.draw.Pixel
the RGBA value of the pixel.
m_ridge - Variable in class weka.classifiers.trees.RandomModelTrees
 
m_Ridge - Variable in class adams.data.baseline.AbstractLinearRegressionBased
the ridge.
m_Ridge - Variable in class weka.attributeSelection.LinearRegressionAttributeEval
The ridge parameter
m_Ridge - Variable in class weka.classifiers.functions.LinearRegressionJ
The ridge parameter
m_Ridge - Variable in class weka.classifiers.meta.AbstainLeastMedianSq
 
m_Ridge - Variable in class weka.classifiers.meta.LeastMedianSq
 
m_Ridge - Variable in class weka.core.WeightedEuclideanDistanceRidge
 
m_right - Variable in class weka.classifiers.trees.m5.RuleNode2
right child node
m_Right - Variable in class adams.data.image.transformer.crop.SimpleCrop
the x of the bottom-right corner.
m_RightComponent - Variable in class adams.gui.core.SplitPanelWithOptionalComponents
the right component.
m_RightDetachable - Variable in class adams.gui.core.SplitPanelWithOptionalComponents
whether the right component is detachable.
m_RightDetachableButtonVisible - Variable in class adams.gui.core.SplitPanelWithOptionalComponents
whether a button to detach right component is visible.
m_RightDetachablePanel - Variable in class adams.gui.core.SplitPanelWithOptionalComponents
the detachable panel for the right component.
m_RightDividerLocation - Variable in class adams.flow.transformer.ImageLabeler
the position for the right divider.
m_RightDividerLocation - Variable in class adams.flow.transformer.ImageObjectAnnotator
the position for the right divider.
m_RightDividerLocation - Variable in class adams.flow.transformer.ImageSegmentationAnnotator
the position for the right divider.
m_RightMouseDown - Variable in class adams.gui.visualization.segmentation.CanvasPanel
whether the right mouse button is down.
m_RightPixelOffset - Variable in class adams.gui.visualization.core.plot.ContentPanel
the original pixel offset for the right axis.
m_Root - Variable in class adams.core.Trie
the root node
m_Root - Variable in class adams.core.Trie.TrieIterator
the node to use as root
m_Root - Variable in class adams.doc.docbook.Document
the root element.
m_Root - Variable in class adams.doc.xhtml.Document
the root element.
m_Root - Variable in class adams.flow.execution.debug.SubFlowRestriction
the root of the tree to restrict to.
m_RootElement - Variable in class adams.gui.scripting.SyntaxDocument
the root element.
m_Rotated - Variable in class adams.flow.sink.simplelogging.output.RotatingFileOutput
whether the logs have been rotated.
m_RotatingExtensions - Variable in class adams.core.logging.RotatingFileHandler
the extensions for the rotating logs (incl dots).
m_Rotation - Variable in class adams.flow.transformer.pdfproclet.Image
the degrees to rotate images.
m_Rotation - Variable in class adams.flow.transformer.pdfstamp.Image
the rotation.
m_Rotation - Variable in class adams.flow.transformer.pdfstamp.Text
the rotation.
m_Round - Variable in class adams.data.objectfilter.Scale
whether to round the scaled values.
m_Round - Variable in class adams.flow.transformer.ScaleReportObjects
whether to round the scaled values.
m_Round - Variable in class adams.gui.visualization.segmentation.tool.Eraser
whether the shape is currently round.
m_Round - Variable in class adams.gui.visualization.segmentation.tool.Pencil
whether the shape is currently round.
m_RoundingType - Variable in class adams.data.conversion.MathExpression
the rounding type to perform.
m_RoundingType - Variable in class adams.data.objectfilter.Scale
the rounding type.
m_RoundingType - Variable in class adams.flow.source.MathExpression
the rounding type to perform.
m_RoundingType - Variable in class adams.flow.transformer.MathExpression
the rounding type to perform.
m_RoundingType - Variable in class adams.flow.transformer.ScaleReportObjects
the rounding type.
m_RoundOutput - Variable in class adams.data.conversion.MathExpression
whether to round the output of the expression.
m_RoundOutput - Variable in class adams.flow.source.MathExpression
whether to round the output of the expression.
m_RoundOutput - Variable in class adams.flow.transformer.MathExpression
whether to round the output of the expression.
m_Row - Variable in class adams.data.conversion.SpreadSheetInsertCellLocation
the row to use (1-based).
m_Row - Variable in class adams.data.conversion.SpreadSheetUseRowAsHeader
the row to use as header.
m_Row - Variable in class adams.data.spreadsheet.cellfinder.CellLocation
the 0-based row.
m_Row - Variable in class adams.data.spreadsheet.cellfinder.RangeIterator
the current row (index).
m_Row - Variable in class adams.data.spreadsheet.cellfinder.SingleCell
the row.
m_Row - Variable in class adams.data.spreadsheet.cellfinder.TypeRangeIterator
the current row (index).
m_Row - Variable in class adams.data.spreadsheet.DataRowView
the wrapped row.
m_Row - Variable in class adams.data.spreadsheet.rowscore.ArrayStatistic
the row of the cell to pick from the stats' output.
m_Row - Variable in class adams.data.spreadsheet.rowscore.RowStatistic
the row of the cell to pick from the stats' output.
m_Row - Variable in class adams.flow.transformer.SpreadSheetGetCell
the row of the cell to obtain.
m_Row - Variable in class adams.flow.transformer.SpreadSheetRowStatistic
the column to generate the statistic for.
m_Row - Variable in class adams.flow.transformer.SpreadSheetSetCell
the row of the cell to obtain.
m_Row - Variable in class adams.flow.transformer.WekaExperimentEvaluation
the row (= datasets).
m_Row - Variable in class adams.flow.transformer.WekaGetInstancesValue
the index of the row.
m_Row - Variable in class adams.flow.transformer.WekaSetInstancesValue
the index of the row.
m_Row - Variable in class adams.gui.tools.wekainvestigator.tab.experimenttab.output.TextOutput
the row (= datasets).
m_RowArray - Variable in class adams.data.spreadsheet.SpreadSheetView
the row array.
m_RowArray - Variable in class adams.ml.data.DatasetView
the row array.
m_RowAttribute1 - Variable in class adams.tools.CompareDatasets
the optional attribute for matching up rows (dataset 1).
m_RowAttribute2 - Variable in class adams.tools.CompareDatasets
the optional attribute for matching up rows (dataset 2).
m_RowAttributeIsString - Variable in class adams.tools.CompareDatasets
whether the row attribute is a string/nominal attribute or not.
m_RowClass - Variable in class adams.data.spreadsheet.sql.Reader
the row class to use.
m_RowCount - Variable in class adams.data.io.input.AccessSpreadSheetReader.ChunkReader
the rows read so far.
m_RowCount - Variable in class adams.data.io.input.CsvSpreadSheetReader.ChunkReader
the rows read so far.
m_RowFinder - Variable in class adams.data.conversion.SpreadSheetRowFinderToRange
the RowFinder to apply.
m_RowFinder - Variable in class adams.data.io.input.ObjectLocationsSpreadSheetReader
the row finder to apply before extracting the objects.
m_RowFinder - Variable in class adams.data.spreadsheet.cellfinder.RowFinderRange
the row finder.
m_RowFinder - Variable in class adams.data.spreadsheet.columnfinder.RowFilteredColumnFinder
the RowFinder to use first.
m_RowFinder - Variable in class adams.data.spreadsheet.rowfinder.AbstractFilteredRowFinder
the RowFinder to apply.
m_RowFinder - Variable in class adams.data.weka.columnfinder.RowFilteredColumnFinder
the RowFinder to use first.
m_RowFinder - Variable in class adams.data.weka.datasetsplitter.RowSplitter
The selector for splitting rows between the two datasets.
m_RowFinder - Variable in class adams.data.weka.rowfinder.AbstractFilteredRowFinder
the RowFinder to apply.
m_RowFinder - Variable in class adams.gui.tools.spreadsheetviewer.chart.AbstractRowBasedChartGenerator
the row finder to use.
m_RowFinder - Variable in class weka.filters.unsupervised.attribute.AttributeSummaryTransferFilter
The row-finder which separates training data from actual data.
m_RowFinder - Variable in class weka.filters.unsupervised.instance.AbstractRowFinderApplier
The classifier template used to do the classification.
m_RowFinder - Variable in class weka.filters.unsupervised.instance.AccumulatedLWLWeights
the row finder to use if enabled.
m_RowFinderEnabled - Variable in class weka.filters.unsupervised.instance.AccumulatedLWLWeights
whether to use the row finder.
m_RowFinders - Variable in class adams.parser.spreadsheetquery.ParserHelper
the row finders to use.
m_RowIndex - Variable in class adams.data.io.input.SpreadSheetTimeseriesReader
the current row index.
m_RowIndex - Variable in class adams.flow.transformer.SpreadSheetSubsetByValue
the current row index.
m_RowIndex - Variable in class adams.gui.visualization.instance.InstanceComparePanel
the internal index.
m_RowKeys - Variable in class adams.data.spreadsheet.DefaultSpreadSheet
the row keys of the spreadsheet.
m_RowPaintlet - Variable in class adams.gui.visualization.spreadsheet.SpreadSheetRowPanel
paintlet for drawing the graph.
m_RowRange - Variable in class weka.filters.unsupervised.instance.KeepRange
the index of the attribute to sort on.
m_RowReportNames - Variable in class adams.data.conversion.SpreadSheetRowsToReport
the column with the report names.
m_Rows - Variable in class adams.core.base.MatrixSubset
the rows.
m_Rows - Variable in class adams.core.discovery.genetic.AbstractGeneticDoubleMatrixDiscoveryHandler
num rows
m_Rows - Variable in class adams.data.conversion.AbstractSpreadSheetToMatrix
the range of rows to operate on.
m_Rows - Variable in class adams.data.conversion.SpreadSheetAddFormulaColumn
the rows to add the formula to.
m_Rows - Variable in class adams.data.conversion.SpreadSheetAddSumColumn
the rows to add the sum to.
m_Rows - Variable in class adams.data.spreadsheet.cellfinder.CellRange
the rows.
m_Rows - Variable in class adams.data.spreadsheet.cellfinder.CellTypeRange
the rows.
m_Rows - Variable in class adams.data.spreadsheet.cellfinder.ColumnFinderRange
the rows.
m_Rows - Variable in class adams.data.spreadsheet.cellfinder.RangeIterator
the row indices.
m_Rows - Variable in class adams.data.spreadsheet.cellfinder.TypeRangeIterator
the row indices.
m_Rows - Variable in class adams.data.spreadsheet.DefaultSpreadSheet
the rows of the spreadsheet.
m_Rows - Variable in class adams.data.spreadsheet.matrixstatistic.AbstractMatrixStatistic
the rows of the subset to obtain.
m_Rows - Variable in class adams.data.spreadsheet.rowfinder.ByIndex
the range of rows to select.
m_Rows - Variable in class adams.data.spreadsheet.RowIdentifier
the relationship key/identified rows.
m_Rows - Variable in class adams.data.spreadsheet.SpreadSheetView
the row subset to use (null for all).
m_Rows - Variable in class adams.data.weka.rowfinder.Constant
The constant set of rows to find.
m_Rows - Variable in class adams.flow.transformer.multispreadsheetoperation.AbstractIndentifiableRowOperation
for locating the rows.
m_Rows - Variable in class adams.flow.transformer.SpreadSheetCopyRows
the range of rows to copy.
m_Rows - Variable in class adams.flow.transformer.SpreadSheetDifference
for locating the rows.
m_Rows - Variable in class adams.flow.transformer.SpreadSheetStorageRowIterator
the range of rows to use.
m_Rows - Variable in class adams.flow.transformer.SpreadSheetSubset
the rows of the subset to obtain.
m_Rows - Variable in class adams.flow.transformer.SpreadSheetSubsetFromGroup
the rows of the group to obtain.
m_Rows - Variable in class adams.flow.transformer.SpreadSheetVariableRowIterator
the range of rows to use.
m_Rows - Variable in class adams.gui.core.AdjustableGridPanel
the rows.
m_Rows - Variable in class adams.gui.event.WekaInvestigatorDataEvent
the affected rows, null for all.
m_Rows - Variable in class adams.gui.tools.spreadsheetviewer.chart.Histogram
the range of rows to use.
m_Rows - Variable in class adams.ml.data.DatasetView
the row subset to use (null for all).
m_Rows - Variable in class adams.parser.spreadsheetquery.ParserHelper
the rows to select.
m_Rows - Variable in class weka.core.InstancesView
the rows to use.
m_Rows - Variable in class weka.filters.supervised.attribute.SIMPLSMatrixFilterFromGeneticString
 
m_RowScore - Variable in class adams.data.spreadsheet.rowscore.AbstractMetaRowScore
the row score to use on the subset.
m_RowScores - Variable in class adams.data.spreadsheet.rowscore.MultiRowScore
the row score algorithms to use.
m_RowSelection - Variable in class weka.filters.unsupervised.instance.MultiRowProcessor
the row selection scheme.
m_RowSplitter - Variable in class weka.filters.unsupervised.attribute.AttributeSummaryTransferFilter
Row-splitter for splitting training and actual data.
m_RowsReport - Variable in class adams.data.conversion.SpreadSheetColumnsToReport
the rows to get the report from.
m_RowsReportValues - Variable in class adams.data.conversion.SpreadSheetRowsToReport
the rows with report values.
m_Rsh - Variable in class adams.flow.source.RSync
 
m_Rsh - Variable in class adams.flow.source.SimpleRSync
 
m_rsquared - Variable in class weka.classifiers.functions.SimpleLinearRegressionWithAccess
R^2 value for the regression
m_rsquaredAdj - Variable in class weka.classifiers.functions.SimpleLinearRegressionWithAccess
Adjusted R^2 value for the regression
m_RsyncPath - Variable in class adams.flow.source.RSync
 
m_RsyncPath - Variable in class adams.flow.source.SimpleRSync
 
m_Rules - Variable in class adams.data.objectfilter.RenameLabels
the renaming rules (old=new).
m_Rules - Variable in class adams.flow.transformer.LookUpUpdate
the update rules.
m_Rules - Variable in class adams.gui.flow.tree.ActorSuggestion
the valid rules.
m_Rules - Variable in class adams.gui.flow.tree.ActorTemplateSuggestion
the valid rules.
m_Rules - Variable in class adams.gui.flow.tree.ExternalActorSuggestion
the valid rules.
m_ruleSet - Variable in class weka.classifiers.trees.m5.M5Base2
the rule set
m_run - Variable in class weka.classifiers.lazy.LWLSynchroPrefilter
 
m_Run - Variable in class adams.gui.tools.wekainvestigator.job.InvestigatorTabRunnableJob
the runnable to execute.
m_Run - Variable in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment.AbstractExperimentJob
the run.
m_RunEvaluations - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.ResultItem
the evaluation objects from the runs.
m_RunGC - Variable in class adams.gui.flow.FlowPanel
whether to perform a GC after the flow execution.
m_RunInformation - Variable in class adams.gui.tools.wekainvestigator.tab.associatetab.ResultItem
the run information.
m_RunInformation - Variable in class adams.gui.tools.wekainvestigator.tab.attseltab.output.TextStatistics
whether to print the run information as well.
m_RunInformation - Variable in class adams.gui.tools.wekainvestigator.tab.attseltab.ResultItem
the run information.
m_RunInformation - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.output.TextStatistics
whether to print the run information as well.
m_RunInformation - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.ResultItem
the run information.
m_RunInformation - Variable in class adams.gui.tools.wekainvestigator.tab.clustertab.output.TextStatistics
whether to print the run information as well.
m_RunInformation - Variable in class adams.gui.tools.wekainvestigator.tab.clustertab.ResultItem
the run information.
m_RunInformation - Variable in class adams.gui.tools.wekainvestigator.tab.experimenttab.output.TextOutput
whether to print the run information as well.
m_RunInformation - Variable in class adams.gui.tools.wekainvestigator.tab.experimenttab.ResultItem
the run information.
m_RunLocally - Variable in class adams.multiprocess.ScpJobRunner
whether jobs are run locally as fallback.
m_RunModels - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.ResultItem
the run models.
m_Runnable - Variable in class adams.core.logging.RemoteReceiveHandler
the runnable in use.
m_Runnable - Variable in class adams.flow.control.flowrestart.trigger.FileMonitor
the runnable for the monitor.
m_Runnable - Variable in class adams.flow.control.flowrestart.trigger.MonitorItself
the runnable for the monitor.
m_Runnable - Variable in class adams.flow.execution.RemoteFlowListener
the runnable in use.
m_Runnable - Variable in class adams.flow.standalone.DirWatch
waits for events.
m_Runnable - Variable in class adams.flow.standalone.QueueEvent
the runnable used for polling.
m_Runnable - Variable in class adams.gui.tools.remotecontrolcenter.panels.RemoteLoggingTab
the runnable.
m_Runner - Variable in class adams.flow.control.ArrayProcess
the runner in use.
m_Runner - Variable in class adams.gui.tools.wekamultiexperimenter.ExperimenterPanel
the runner thread.
m_Running - Variable in class adams.core.command.AbstractExternalCommand
whether the command is still running.
m_Running - Variable in class adams.flow.core.RunnableWithLogging
whether the runnable is still running.
m_Running - Variable in class adams.flow.standalone.Stopwatch.Timer
whether the thread is running.
m_Running - Variable in class adams.gui.core.MemoryMonitorPanel
whether the monitoring is running.
m_Running - Variable in class adams.gui.flow.FlowWorker
whether the flow is still being executed.
m_Running - Variable in class adams.gui.scripting.ScriptingEngineThread
whether the thread is running.
m_Running - Variable in class adams.gui.tools.FindInFilesPanel
whether search is currently running.
m_Running - Variable in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment
whether the experiment is running.
m_Running - Variable in class adams.gui.tools.wekamultiexperimenter.runner.AbstractExperimentRunner
whether the experiment is still running.
m_Running - Variable in class adams.multiprocess.AbstractJobRunner
whether the jobs are being executed.
m_Running - Variable in class adams.opt.genetic.AbstractGeneticAlgorithm
whether the algorithm is still running.
m_Running - Variable in class adams.opt.optimise.genetic.AbstractGeneticAlgorithm
whether the algorithm is still running.
m_Running - Variable in class adams.scripting.engine.AbstractScriptingEngine
whether the engine is running.
m_RunningSwingWorker - Variable in class adams.gui.flow.FlowPanel
whether a swingworker is currently running.
m_RunningSwingWorker - Variable in class adams.gui.flow.FlowRunnerPanel
whether a flow is currently being loaded, etc.
m_RunOriginalIndices - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.ResultItem
the original indices (runs).
m_Runs - Variable in class adams.flow.sink.WekaExperimentGenerator
the number of runs to perform.
m_Runs - Variable in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment
the number of runs.
m_RunScheme - Variable in class adams.gui.scripting.RunTool
 
m_RunsSpinner - Variable in class weka.gui.explorer.ExperimentPanel
The spinner for the number of runs.
m_RunThread - Variable in class weka.gui.explorer.ExperimentPanel
A thread that classification runs in.
m_Runtime - Variable in class adams.core.management.Launcher
the runtime object in use.
m_Runtime - Variable in class adams.core.Memory
the current runtime variable.
m_SafeLinks - Variable in class adams.flow.source.RSync
 
m_SameAxis - Variable in class adams.flow.sink.BoxPlot
same axis for each box plot
m_SampleID - Variable in class adams.flow.transformer.AbstractDeleteDbReportValue
the sample id.
m_SampleInterval - Variable in class adams.flow.standalone.MemoryMonitor
the sample interval in seconds.
m_SamplePercentage - Variable in class weka.classifiers.meta.VotedImbalance
the sample percentage to use (0-100).
m_Sampler - Variable in class adams.flow.standalone.MemoryMonitor
the runnable performing the sampling.
m_SampleSize - Variable in class adams.data.spc.AbstractControlChartWithSampleSize
the sample size.
m_SampleSize - Variable in class adams.flow.transformer.SpreadSheetRandomSystematicSample
the sample size.
m_SampleSize - Variable in class weka.filters.unsupervised.attribute.InterquartileRangeSamp
the sample size to use.
m_SampleType - Variable in class weka.classifiers.trees.XGBoost
Type of sampling algorithm.
m_saveInstances - Variable in class weka.classifiers.trees.m5.M5Base2
Save instances at each node in an M5 tree for visualization purposes.
m_SaveOut - Variable in class weka.gui.explorer.ExperimentPanel
The buffer saving object for saving output.
m_Saver - Variable in class adams.data.io.output.AbstractWekaSpreadSheetWriter
the file loader to use.
m_Saver - Variable in class adams.flow.sink.WekaDatabaseWriter
the database saver.
m_Saver - Variable in class adams.gui.chooser.DatasetFileChooserPanel
the current saver.
m_SaveRunnable - Static variable in class adams.gui.core.UISettings
for delaying the saving.
m_SaveRunnable - Static variable in class adams.gui.flow.tree.record.add.MostCommon
for delaying the saving.
m_SaveRunnable - Static variable in class adams.gui.flow.tree.record.enclose.MostCommon
for delaying the saving.
m_SaveThread - Static variable in class adams.gui.core.UISettings
the threading for saving.
m_SaveThread - Static variable in class adams.gui.flow.tree.record.add.MostCommon
the threading for saving.
m_SaveThread - Static variable in class adams.gui.flow.tree.record.enclose.MostCommon
the threading for saving.
m_SavitzkyGolay - Variable in class adams.data.smoothing.AbstractSavitzkyGolayBased
the Savitzly-Golay filter in use.
m_sb - Variable in class adams.db.MultipleInsert
builds insert string.
m_scale - Variable in class adams.opt.optimise.genetic.PackDataDef.DataInfo
 
m_Scale - Variable in class adams.data.distribution.Cauchy
the scale parameter.
m_Scale - Variable in class adams.data.distribution.Gamma
the scale parameter.
m_Scale - Variable in class adams.data.distribution.LogNormal
the scale parameter.
m_Scale - Variable in class adams.flow.transformer.locateobjects.XScreenMaskLocator
Scale factor of working image (decrease scale for speed, increase for accuracy).
m_Scale - Variable in class adams.flow.transformer.pdfproclet.Image
the percentage (0-1) to scale the images to.
m_Scale - Variable in class adams.flow.transformer.pdfstamp.Image
the percentage (0-1) to scale the images to.
m_Scale - Variable in class adams.gui.visualization.image.ColorPickerPanel.ZoomPanel
the scale factor.
m_Scale - Variable in class adams.gui.visualization.image.ImagePanel
the scale that the user chose.
m_Scale - Variable in class adams.gui.visualization.image.ImagePanel.PaintPanel
the scaling factor.
m_Scale - Variable in class adams.gui.visualization.stats.paintlet.Gamma
Scale parameter for the gamma distribution
m_scalefactor - Variable in class weka.classifiers.meta.AbstainLeastMedianSq
 
m_scalefactor - Variable in class weka.classifiers.meta.LeastMedianSq
 
m_ScaleFactor - Variable in class adams.flow.transformer.negativeregions.SimpleBlockFill
the scale factor to use on the image size.
m_ScaleFactor - Variable in class adams.gui.flow.tree.Renderer.ActorIcon
the scale factor.
m_ScaleFactor - Variable in class adams.gui.flow.tree.Renderer
the scaling factor for the icons.
m_ScalePositiveWeights - Variable in class weka.classifiers.trees.XGBoost
Scales the weights of positive instances by this factor.
m_Scaler - Variable in class adams.data.weka.predictions.AutoScaler
the scaler to use for numeric classes.
m_ScaleX - Variable in class adams.data.objectfilter.Scale
the scale factor for x/width.
m_ScaleX - Variable in class adams.flow.transformer.ScaleReportObjects
the scale factor for x/width.
m_ScaleY - Variable in class adams.data.objectfilter.Scale
the scale factor for y/height.
m_ScaleY - Variable in class adams.flow.transformer.ScaleReportObjects
the scale factor for y/height.
m_ScalingEnabled - Variable in class adams.gui.print.ScalableComponentWriter
whether scaling is enabled.
m_ScalingRange - Variable in class adams.data.filter.AbstractDerivative
the range to scale the abundances to after each derivation step.
m_ScalingType - Variable in class adams.data.image.transformer.Resize
the type of interpolation to perform.
m_Scanner - Variable in class adams.data.io.input.LineArrayTextReader
the scanner in use.
m_Scanner - Variable in class adams.data.io.input.LineByLineTextReader
the scanner in use.
m_Scanner - Variable in class adams.data.io.input.SingleStringTextReader
the scanner in use.
m_ScatterPlot - Variable in class adams.flow.sink.ScatterDisplay
scatter panel to display using the actor
m_ScatterPlots - Variable in class adams.gui.visualization.stats.scatterplot.Matrix
array list contatining all of the scatter plots displayed in this matrix plot
m_Schedule - Variable in class adams.flow.control.flowrestart.trigger.Cron
the cron schedule.
m_Schedule - Variable in class adams.flow.control.flowrestart.trigger.MetaCron
the cron schedule.
m_Schedule - Variable in class adams.flow.standalone.Cron
the cron schedule.
m_Scheduler - Variable in class adams.flow.control.flowrestart.trigger.Cron
the scheduler.
m_Scheduler - Variable in class adams.flow.control.flowrestart.trigger.MetaCron
the scheduler.
m_Scheduler - Variable in class adams.flow.standalone.Cron
the scheduler.
m_SchedulerFactory - Static variable in class adams.flow.core.EventHelper
the scheduler factory.
m_Scope - Variable in class adams.flow.control.ForceFlush
the scope of the flush.
m_Scope - Variable in class adams.flow.transformer.SpreadSheetReplaceCellValue
the scope of the replace.
m_ScopeHandler - Variable in class adams.flow.core.AbstractActor
the scope handler.
m_ScopeHandlingStorage - Variable in class adams.flow.control.LocalScopeTransformer
how to handle the storage.
m_ScopeHandlingStorage - Variable in class adams.flow.control.LocalScopeTrigger
how to handle the storage.
m_ScopeHandlingVariables - Variable in class adams.flow.control.LocalScopeTransformer
how to handle the variables.
m_ScopeHandlingVariables - Variable in class adams.flow.control.LocalScopeTrigger
how to handle the variables.
m_ScopeRestriction - Variable in class adams.flow.control.Breakpoint
the scope restriction to use.
m_ScopeRestriction - Variable in class adams.flow.execution.Debug
the scope restriction to use.
m_Score - Variable in class adams.flow.transformer.SpreadSheetInsertRowScore
the score algorithm to use.
m_ScoreKey - Variable in class adams.data.io.output.OpexObjectLocationsWriter
the meta-data key with the score.
m_ScoreKey - Variable in class adams.data.objectfilter.MergeOverlaps
the score meta-data key - ignored if empty.
m_ScoreKey - Variable in class adams.data.overlappingobjectremoval.KeepHighestMetaDataValue
the score meta-data key.
m_ScoreKey - Variable in class adams.data.overlappingobjectremoval.MergeOverlaps
the score meta-data key - ignored if empty.
m_Scores - Variable in class adams.data.instancesanalysis.PCA
the scores.
m_Scores - Variable in class adams.data.instancesanalysis.PLS
the scores.
m_ScoreSuffix - Variable in class adams.data.io.input.OpexObjectLocationsReader
the score suffix to use.
m_ScreenshotQueue - Variable in class adams.flow.transformer.CompareObjectLocations
the queue to send the screenshot to.
m_ScreenshotResult - Variable in class adams.flow.control.CallableActorScreenshot
for storing any exceptions while trying to create a screenshot.
m_ScreenshotResult - Variable in class adams.flow.control.DesktopScreenshot
for storing any exceptions while trying to create a screenshot.
m_Script - Variable in class adams.flow.source.PythonExec
the script to run.
m_ScriptFile - Variable in class adams.data.boofcv.features.AbstractScriptedFeatureGenerator
the script.
m_ScriptFile - Variable in class adams.data.boofcv.transformer.AbstractScriptedTransformer
the script.
m_ScriptFile - Variable in class adams.data.conversion.AbstractScriptedConversion
the script.
m_ScriptFile - Variable in class adams.data.filter.AbstractScriptedFilter
the script.
m_ScriptFile - Variable in class adams.data.image.features.AbstractScriptedFeatureGenerator
the script.
m_ScriptFile - Variable in class adams.data.image.transformer.AbstractScriptedTransformer
the script.
m_ScriptFile - Variable in class adams.data.jai.transformer.AbstractScriptedTransformer
the script.
m_ScriptFile - Variable in class adams.data.opencv.features.AbstractScriptedFeatureGenerator
the script.
m_ScriptFile - Variable in class adams.data.opencv.transformer.AbstractScriptedTransformer
the script.
m_ScriptFile - Variable in class adams.data.outlier.AbstractScriptedOutlierDetector
the script.
m_ScriptFile - Variable in class adams.data.report.AbstractScriptedReportFilter
the script.
m_ScriptFile - Variable in class adams.flow.condition.bool.AbstractScriptedCondition
the Groovy module.
m_ScriptFile - Variable in class adams.flow.core.AbstractScriptedActor
the script.
m_ScriptFile - Variable in class adams.flow.template.AbstractScriptedTemplate
the script.
m_ScriptFile - Variable in class adams.flow.transformer.pdfgenerate.AbstractScriptedPDFGenerator
the script.
m_ScriptFile - Variable in class adams.tools.AbstractScriptedTool
the script.
m_ScriptingDialog - Variable in class adams.gui.visualization.timeseries.TimeseriesExplorer
the dialog for managing scripts.
m_ScriptingEngine - Variable in class adams.flow.transformer.ExecuteRemoteCommand
the scripting engine in use.
m_ScriptingEngine - Variable in class adams.gui.dialog.DatabaseConnectionPanel
the scripting engine to use.
m_ScriptingEngine - Variable in class adams.scripting.engine.AbstractScriptingEngineEnhancer
the base scripting engine to use.
m_ScriptingInfoListeners - Variable in class adams.gui.scripting.AbstractScriptingEngine
the listeners for changes in commands being run, etc.
m_ScriptingListeners - Variable in class adams.gui.scripting.ScriptingLogger
the listeners.
m_ScriptingLogPanel - Variable in class adams.gui.application.AbstractApplicationFrame
the scripting log panel.
m_ScriptingPort - Variable in class adams.scripting.connection.AbstractSSHConnectionWithPortForwarding
the remote port for the scripting engine.
m_ScriptObject - Variable in class adams.data.boofcv.features.AbstractScriptedFeatureGenerator
the loaded script object.
m_ScriptObject - Variable in class adams.data.boofcv.transformer.AbstractScriptedTransformer
the loaded script object.
m_ScriptObject - Variable in class adams.data.conversion.AbstractScriptedConversion
the loaded script object.
m_ScriptObject - Variable in class adams.data.filter.AbstractScriptedFilter
the loaded script object.
m_ScriptObject - Variable in class adams.data.image.features.AbstractScriptedFeatureGenerator
the loaded script object.
m_ScriptObject - Variable in class adams.data.image.transformer.AbstractScriptedTransformer
the loaded script object.
m_ScriptObject - Variable in class adams.data.jai.transformer.AbstractScriptedTransformer
the loaded script object.
m_ScriptObject - Variable in class adams.data.opencv.features.AbstractScriptedFeatureGenerator
the loaded script object.
m_ScriptObject - Variable in class adams.data.opencv.transformer.AbstractScriptedTransformer
the loaded script object.
m_ScriptObject - Variable in class adams.data.outlier.AbstractScriptedOutlierDetector
the loaded script object.
m_ScriptObject - Variable in class adams.data.report.AbstractScriptedReportFilter
the loaded script object.
m_ScriptObject - Variable in class adams.flow.condition.bool.AbstractScriptedCondition
the loaded script object.
m_ScriptObject - Variable in class adams.flow.core.AbstractScriptedActor
the loaded script object.
m_ScriptObject - Variable in class adams.flow.template.AbstractScriptedTemplate
the loaded script object.
m_ScriptObject - Variable in class adams.flow.transformer.pdfgenerate.AbstractScriptedPDFGenerator
the loaded script object.
m_ScriptObject - Variable in class adams.tools.AbstractScriptedTool
the loaded script object.
m_ScriptOptions - Variable in class adams.data.boofcv.features.AbstractScriptedFeatureGenerator
the options for the script.
m_ScriptOptions - Variable in class adams.data.boofcv.transformer.AbstractScriptedTransformer
the options for the script.
m_ScriptOptions - Variable in class adams.data.conversion.AbstractScriptedConversion
the options for the script.
m_ScriptOptions - Variable in class adams.data.filter.AbstractScriptedFilter
the options for the script.
m_ScriptOptions - Variable in class adams.data.image.features.AbstractScriptedFeatureGenerator
the options for the script.
m_ScriptOptions - Variable in class adams.data.image.transformer.AbstractScriptedTransformer
the options for the script.
m_ScriptOptions - Variable in class adams.data.jai.transformer.AbstractScriptedTransformer
the options for the script.
m_ScriptOptions - Variable in class adams.data.opencv.features.AbstractScriptedFeatureGenerator
the options for the script.
m_ScriptOptions - Variable in class adams.data.opencv.transformer.AbstractScriptedTransformer
the options for the script.
m_ScriptOptions - Variable in class adams.data.outlier.AbstractScriptedOutlierDetector
the options for the script.
m_ScriptOptions - Variable in class adams.data.report.AbstractScriptedReportFilter
the options for the script.
m_ScriptOptions - Variable in class adams.flow.condition.bool.AbstractScriptedCondition
the options for the Groovy module.
m_ScriptOptions - Variable in class adams.flow.core.AbstractScriptedActor
the options for the script.
m_ScriptOptions - Variable in class adams.flow.source.PythonExec
the options for the script.
m_ScriptOptions - Variable in class adams.flow.template.AbstractScriptedTemplate
the options for the script.
m_ScriptOptions - Variable in class adams.flow.transformer.pdfgenerate.AbstractScriptedPDFGenerator
the options for the script.
m_ScriptOptions - Variable in class adams.tools.AbstractScriptedTool
the options for the script.
m_ScrollPane - Variable in class adams.gui.application.AboutBoxPanel
the scroll pane for the modules.
m_ScrollPane - Variable in class adams.gui.core.AbstractComponentWithButtons
the scroll pane, if in use.
m_ScrollPane - Variable in class adams.gui.core.AbstractTextAreaPanelWithAdvancedSyntaxHighlighting
the scroll pane.
m_ScrollPane - Variable in class adams.gui.core.BaseTextPaneWithWordWrap
the scroll pane.
m_ScrollPane - Variable in class adams.gui.goe.GenericObjectEditorClassTreePanel
The scroll pane.
m_ScrollPane - Variable in class adams.gui.visualization.image.ImagePanel
the JScrollPane that embeds the paint panel.
m_ScrollPane - Variable in class adams.gui.visualization.object.ObjectAnnotationPanel
the JScrollPane that embeds the paint panel.
m_ScrollPane - Variable in class adams.gui.visualization.segmentation.SegmentationPanel
the JScrollPane that embeds the canvas panel.
m_ScrollPaneAttachments - Variable in class adams.gui.dialog.DisplayEmailPanel
the attachmentss scroll pane.
m_ScrollPaneDescription - Variable in class adams.gui.core.DescriptionPanel
the scroll pane for the description.
m_ScrollPaneDescription - Variable in class adams.gui.wizard.AbstractWizardPage
the scroll pane for the description.
m_ScrollPaneLeft - Variable in class adams.gui.visualization.debug.SideBySideDiffPanel
the scroll pane for the left content.
m_ScrollPaneNames - Variable in class adams.gui.wizard.WizardPane
the scrollpane for the names list.
m_ScrollPaneProperties - Variable in class adams.gui.visualization.image.ImagePanel
the scrollpane for the properties.
m_ScrollPaneRecipients - Variable in class adams.gui.dialog.DisplayEmailPanel
the recipients scroll pane.
m_ScrollPaneRight - Variable in class adams.gui.visualization.debug.SideBySideDiffPanel
the scroll pane for the right content.
m_Search - Variable in class adams.core.FindClass.Listener
the search string.
m_Search - Variable in class adams.flow.source.FileSystemSearch
the search algorithm to use.
m_Search - Variable in class adams.flow.transformer.WekaAttributeSelection
the search method.
m_Search - Variable in class adams.flow.transformer.WekaNearestNeighborSearch
the neighboorhood search to use.
m_Search - Variable in class adams.gui.core.dotnotationtree.DotNotationTree
the current search string.
m_Search - Variable in class adams.gui.tools.wekainvestigator.tab.attseltab.ResultItem
the search algorithm.
m_Search - Variable in class weka.classifiers.lazy.LWLDatasetBuilder
The nearest neighbour search algorithm to use.
m_SearchArchiveFiles - Variable in class adams.gui.tools.PreviewBrowserPanel
the search panel for the archive files.
m_SearchDirection - Variable in class adams.data.spreadsheet.rowfinder.ClosestNumericValue
the search direction.
m_Searches - Variable in class adams.flow.source.filesystemsearch.MultiSearch
the search algorithms to execute.
m_SearchListeners - Variable in class adams.gui.core.SearchPanel
the listeners for a search being initiated.
m_SearchLocalFiles - Variable in class adams.gui.tools.PreviewBrowserPanel
the search panel for the local files.
m_SearchPanel - Variable in class adams.flow.sink.ReportDisplay
the search panel.
m_SearchPanel - Variable in class adams.gui.flow.ActorTreePanel
the search panel.
m_SearchPanel - Variable in class adams.gui.flow.tree.keyboardaction.AbstractQuickSearchActor
the panel to use for searching.
m_SearchPanel - Variable in class adams.gui.selection.AbstractTableBasedSelectionPanel
the search panel.
m_SearchPanel - Variable in class adams.gui.visualization.instance.InstanceExplorer
for searching the fields in the reports.
m_SearchPanel - Variable in class adams.gui.visualization.instance.LoadDatasetDialog
the search panel.
m_SearchPanel - Variable in class adams.gui.visualization.report.ReportFactory.Dialog
the search panel.
m_SearchPanel - Variable in class adams.gui.visualization.spreadsheet.LoadSpreadSheetDialog
the search panel.
m_SearchPanel - Variable in class adams.gui.visualization.spreadsheet.SpreadSheetExplorer
for searching the fields in the reports.
m_SearchPanel - Variable in class adams.gui.visualization.timeseries.TimeseriesExplorer
for searching the fields in the reports.
m_SearchParts - Variable in class adams.gui.core.SearchParameters
the parts of the search string (split on blanks).
m_SearchPattern - Variable in class adams.gui.visualization.debug.objecttree.Tree
the search pattern.
m_SearchRegexp - Variable in class adams.gui.core.AbstractNamedHistoryPanel
whether the current search is using regular expressions.
m_SearchRegexp - Variable in class adams.gui.visualization.container.AbstractContainerManager
whether the current search is using regular expressions.
m_SearchString - Variable in class adams.gui.core.AbstractNamedHistoryPanel
the current search term.
m_SearchString - Variable in class adams.gui.core.SearchableWrapperListModel
the string that was searched for.
m_SearchString - Variable in class adams.gui.core.SearchParameters
the search string.
m_SearchString - Variable in class adams.gui.core.SortableAndSearchableWrapperTableModel
the string that was searched for.
m_SearchString - Variable in class adams.gui.visualization.container.AbstractContainerManager
the current search term.
m_SearchString - Variable in class adams.gui.visualization.debug.objecttree.Tree
the search string.
m_SearchString - Variable in class adams.gui.visualization.report.ReportFactory.Panel
the string that was searched for.
m_Second - Variable in class weka.filters.unsupervised.attribute.OuterProductAnalysis
the positions of the second range.
m_SecondAttribute - Variable in class weka.filters.unsupervised.attribute.MergeTwoAttributes
the name of the second attribute.
m_SecondAttributeRange - Variable in class adams.gui.InstanceCompare
the second attribute range to use.
m_SecondAttributes - Variable in class adams.gui.tools.wekainvestigator.tab.CompareTab
the second set of attributes.
m_SecondBestFitness - Variable in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithmWithSecondEvaluation
the best fitness so far (second evaluation).
m_SecondBestSetup - Variable in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithmWithSecondEvaluation
the best setup so far (second evaluation).
m_SecondBestWeights - Variable in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithmWithSecondEvaluation
the best weights/bits so far (second evaluation).
m_SecondColor - Variable in class adams.gui.visualization.core.BiColorGenerator
the second color.
m_SecondCrossValidationSeed - Variable in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithmWithSecondEvaluation
the cross-validation seed (second evaluation).
m_SecondData - Variable in class adams.gui.tools.wekainvestigator.tab.CompareTab
the second dataset.
m_SecondFile - Variable in class adams.gui.InstanceCompare
the second file to compare.
m_SecondFitness - Variable in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithmWithSecondEvaluation.ClassifierBasedGeneticAlgorithmWithSecondEvaluationJob
the current fitness (second evaluation).
m_SecondFolds - Variable in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithmWithSecondEvaluation.ClassifierBasedGeneticAlgorithmWithSecondEvaluationJob
the cross-validation folds (second evaluation).
m_SecondFolds - Variable in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithmWithSecondEvaluation
the number of folds for cross-validation (second evaluation).
m_SecondRange - Variable in class weka.filters.unsupervised.attribute.OuterProductAnalysis
the second range of the attributes to use.
m_SecondRowIndex - Variable in class adams.gui.InstanceCompare
the index of the second attribute to use for matching rows.
m_SecondSeed - Variable in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithmWithSecondEvaluation.ClassifierBasedGeneticAlgorithmWithSecondEvaluationJob
the cross-validation seed (second evaluation).
m_SecondStoredResults - Variable in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithmWithSecondEvaluation
the cache for results (second evaluation).
m_Seed - Variable in class adams.data.AbstractAnonymizer
the seed value.
m_Seed - Variable in class adams.data.random.AbstractSeededRandomNumberGenerator
the seed value.
m_Seed - Variable in class adams.data.splitgenerator.generic.randomization.DefaultRandomization
the seed value.
m_Seed - Variable in class adams.data.weka.evaluator.AbstractCrossvalidatedInstanceEvaluator
the random seed for cross-valiation.
m_Seed - Variable in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesCrossValidationFoldGenerator
the seed value.
m_Seed - Variable in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesGroupedCrossValidationFoldGenerator
the seed value.
m_Seed - Variable in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesGroupedRandomSplitGenerator
the seed value.
m_Seed - Variable in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesRandomSplitGenerator
the seed value.
m_Seed - Variable in class adams.flow.transformer.indexedsplitsrunsgenerator.ManualSplitGenerator
the seed value.
m_Seed - Variable in class adams.flow.transformer.indexedsplitsrunsgenerator.SpreadSheetRandomSplitGenerator
the seed value.
m_Seed - Variable in class adams.flow.transformer.negativeregions.RandomRegions
the seed value.
m_Seed - Variable in class adams.flow.transformer.preparefilebaseddataset.AbstractRandomizableFileBasedDatasetPreparation
the seed.
m_Seed - Variable in class adams.flow.transformer.SpreadSheetAnonymize
the seed value.
m_Seed - Variable in class adams.flow.transformer.SpreadSheetRandomSystematicSample
the seed for the randomization.
m_Seed - Variable in class adams.flow.transformer.WekaAttributeSelection
the seed value.
m_Seed - Variable in class adams.flow.transformer.WekaBootstrapping
the random number seed.
m_Seed - Variable in class adams.flow.transformer.WekaClassifierRanker
the random seed to use.
m_Seed - Variable in class adams.flow.transformer.WekaClassifierRanker.RankingJob
the seed value to use.
m_Seed - Variable in class adams.flow.transformer.WekaCrossValidationClustererEvaluator
the seed value.
m_Seed - Variable in class adams.flow.transformer.WekaCrossValidationEvaluator
the seed value.
m_Seed - Variable in class adams.flow.transformer.WekaCrossValidationSplit
the seed value.
m_Seed - Variable in class adams.flow.transformer.WekaRandomSplit
the seed value.
m_Seed - Variable in class adams.gui.visualization.image.leftclick.RandomBoundingBox
the seed value.
m_Seed - Variable in class adams.gui.visualization.sequence.pointpreprocessor.Jitter
the seed.
m_Seed - Variable in class adams.ml.evaluation.AbstractSplitGenerator
the seed value.
m_Seed - Variable in class adams.multiprocess.WekaCrossValidationExecution
the seed value.
m_Seed - Variable in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm.ClassifierBasedGeneticAlgorithmJob
the cross-validation seed.
m_Seed - Variable in class adams.opt.genetic.AbstractGeneticAlgorithm
the seed value.
m_Seed - Variable in class adams.opt.optimise.genetic.AbstractGeneticAlgorithm
the seed value.
m_Seed - Variable in class adams.opt.optimise.RandomOptimiser
the seed value.
m_Seed - Variable in class weka.classifiers.AbstractSplitGenerator
the seed value.
m_Seed - Variable in class weka.classifiers.functions.FakeClassifier
the seed.
m_Seed - Variable in class weka.classifiers.trees.XGBoost
The random number seed.
m_Seed - Variable in class weka.filters.supervised.instance.RemoveOutliers
the seed value.
m_Seed - Variable in class weka.filters.unsupervised.attribute.InputSmearing
The random number seed.
m_Seed - Variable in class weka.filters.unsupervised.instance.RemoveDuplicates
the seed value for the randomization.
m_Seed - Variable in class weka.filters.unsupervised.instance.WeightsBasedResample
the seed for randomizing the final dataset.
m_Segments - Variable in class adams.flow.transformer.timeseriessplit.AbstractSplitOnDate
what segment to return.
m_seIntercept - Variable in class weka.classifiers.functions.SimpleLinearRegressionWithAccess
standard error of the intercept
m_Select - Variable in class adams.parser.spreadsheetquery.ParserHelper
whether to create subset.
m_SelectAdditionalAttributes - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.CrossValidation
the additional attributes to store.
m_SelectAdditionalAttributes - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.IndexedSplitsRunsEvaluation
the additional attributes to store.
m_SelectAdditionalAttributes - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.ReevaluateModel
the additional attributes to store.
m_SelectAdditionalAttributes - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.RepeatedCrossValidation
the additional attributes to store.
m_SelectAdditionalAttributes - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.TrainTestSet
the additional attributes to store.
m_SelectAdditionalAttributes - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.TrainTestSplit
the additional attributes to store.
m_SelectAdditionalAttributes - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.TrainValidateTestSet
the additional attributes to store.
m_SelectColumns - Variable in class adams.gui.tools.wekamultiexperimenter.analysis.DefaultAnalysisPanel
the dataset keys.
m_SelectComparisonBase - Variable in class adams.gui.tools.wekamultiexperimenter.analysis.DefaultAnalysisPanel
the comparison base.
m_Selected - Variable in class adams.flow.transformer.SpreadSheetCellSelector.TableModel
the matrix indicating whether a cell is selected or not.
m_Selected - Variable in class adams.gui.core.CheckableTableModel
whether a row got checked.
m_Selected - Variable in class adams.gui.visualization.image.AbstractObjectOverlayFromReport.SelectedObjectFilter
the selected objects.
m_Selected - Variable in class adams.gui.visualization.image.AbstractPointOverlayFromReport.SelectedObjectFilter
the selected objects.
m_Selected - Variable in class adams.gui.visualization.object.tools.Edit
whether a vertex was selected.
m_SelectedAttributes - Variable in class weka.classifiers.functions.LinearRegressionJ
Which attributes are relevant?
m_SelectedCompound - Variable in class adams.gui.visualization.report.ReportFactory.StandardsDialog
the selected compound.
m_SelectedObjects - Variable in class adams.gui.visualization.object.tools.Edit
the currently selected object.
m_SelectedObjects - Variable in class adams.gui.visualization.object.tools.Move
the currently selected object.
m_SelectedPage - Variable in class adams.gui.wizard.WizardPane
the currently selected page.
m_SelectedPage - Variable in class adams.gui.wizard.WizardPaneWithBranches
the currently selected page.
m_SelectedPanels - Variable in class adams.gui.tools.spreadsheetviewer.AbstractSelectedSheetsDataPlugin
for panels to work on.
m_SelectedPanels - Variable in class adams.gui.tools.spreadsheetviewer.AbstractSelectedSheetsViewPlugin
for panels to work on.
m_SelectedPanels - Variable in class adams.gui.visualization.image.plugins.AbstractSelectedImagesViewerPlugin
for panels to work on.
m_SelectedRowsProcessors - Variable in class adams.flow.sink.SpreadSheetDisplay
for processing the selected rows.
m_SelectedTimestampPaintlet - Variable in class adams.gui.visualization.timeseries.TimeseriesPanel
paintlet for drawing the timeseries.
m_SelectFieldPanel - Variable in class adams.gui.goe.FieldEditor
The panel used for selecting fields.
m_Selecting - Variable in class adams.flow.transformer.SpreadSheetCellSelector.Table
whether selecting or unselecting.
m_Selecting - Variable in class adams.gui.visualization.image.ImagePanel.PaintPanel
whether the selection box is currently been drawn.
m_Selecting - Variable in class adams.gui.visualization.object.annotator.AbstractAnnotator
whether the selection box is currently been drawn.
m_Selection - Variable in class adams.gui.tools.spreadsheetviewer.chart.Histogram
what data to select.
m_SelectionChangeListeners - Variable in class adams.gui.core.FilePanel
the listeners for when the selection changes.
m_SelectionEnabled - Variable in class adams.gui.visualization.image.ImagePanel.PaintPanel
whether selection via box is enabled.
m_SelectionFrom - Variable in class adams.gui.visualization.image.ImagePanel.PaintPanel
the starting corner of the selection box.
m_SelectionFrom - Variable in class adams.gui.visualization.object.annotator.BoundingBoxAnnotator
the starting corner of the selection box.
m_SelectionFrom - Variable in class adams.gui.visualization.object.annotator.PolygonAnnotator
the starting corner of the selection box.
m_SelectionFrom - Variable in class adams.gui.visualization.object.annotator.SimplePointAnnotator
the starting corner of the selection box.
m_SelectionListener - Variable in class adams.gui.flow.tree.keyboardaction.AbstractQuickSearchActor
the selection listener.
m_SelectionListeners - Variable in class adams.gui.core.AbstractQuickSearchPanel
the selection listeners (double click or enter).
m_SelectionListeners - Variable in class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeSelectionPanel
the listeners for changes in the selection.
m_SelectionListeners - Variable in class adams.gui.visualization.image.ImagePanel.PaintPanel
the selection listeners.
m_SelectionMode - Variable in class adams.gui.core.dotnotationtree.DotNotationTree
the selection mode to use.
m_SelectionProcessor - Variable in class adams.flow.sink.ImageViewer
the selection processor to apply.
m_SelectionProcessor - Variable in class adams.flow.transformer.ImageAnnotator.AnnotatorPanel
the selection processor to apply.
m_SelectionProcessor - Variable in class adams.flow.transformer.ImageAnnotator
the selection processor to apply.
m_SelectionProcessor - Variable in class adams.gui.tools.previewbrowser.AnnotateImage
the selection processor to apply.
m_SelectionProcessor - Variable in class weka.filters.unsupervised.instance.MultiRowProcessor
the row processing scheme.
m_SelectionShapePainter - Variable in class adams.flow.sink.ImageViewer
the painter for the selection shape.
m_SelectionShapePainter - Variable in class adams.flow.transformer.ImageAnnotator.AnnotatorPanel
the painter for the selection shape.
m_SelectionShapePainter - Variable in class adams.flow.transformer.ImageAnnotator
the painter for the selection shape.
m_SelectionShapePainter - Variable in class adams.gui.tools.previewbrowser.AnnotateImage
the painter for the selection shape.
m_SelectionShapePainter - Variable in class adams.gui.visualization.image.ImagePanel.PaintPanel
the color of the selection box.
m_SelectionTo - Variable in class adams.gui.visualization.image.ImagePanel.PaintPanel
the finishing corner of the selection box.
m_SelectionTo - Variable in class adams.gui.visualization.object.annotator.BoundingBoxAnnotator
the finishing corner of the selection box.
m_SelectionTo - Variable in class adams.gui.visualization.object.annotator.PolygonAnnotator
the finishing corner of the selection box.
m_SelectionTo - Variable in class adams.gui.visualization.object.annotator.SimplePointAnnotator
the finishing corner of the selection box.
m_SelectionTolerance - Variable in class adams.gui.visualization.object.tools.Edit
the tolerance in pixels for selecting a vertex.
m_SelectionTrace - Variable in class adams.gui.visualization.image.ImagePanel.PaintPanel
the selection trace.
m_SelectionTrace - Variable in class adams.gui.visualization.object.annotator.PolygonAnnotator
the selection trace.
m_SelectionValues - Variable in class adams.flow.source.EnterValue
options to select from.
m_SelectPanel - Variable in class adams.gui.goe.EmailAddressEditor
The panel used for selecting fields.
m_SelectRows - Variable in class adams.gui.tools.wekamultiexperimenter.analysis.DefaultAnalysisPanel
the resultset keys.
m_SelectSubset - Variable in class adams.flow.template.FileProcessingWithProgressBar
whether to let the user select a subset.
m_SelectSubset - Variable in class adams.flow.template.IterateFilesWithProgressBar
whether to let the user select a subset.
m_Self - Variable in class adams.flow.core.AbstractActor
the actor itself.
m_Self - Variable in class adams.gui.application.AbstractApplicationFrame
the frame itself.
m_Self - Variable in class adams.gui.application.ChildFrame
the frame itself.
m_Self - Variable in class adams.gui.chooser.AbstractChooserPanel
the panel itself.
m_Self - Variable in class adams.gui.core.JComponentList
the list itself.
m_Self - Variable in class adams.gui.dialog.AbstractDatabaseConnectionPanel
the panel itself.
m_Self - Variable in class adams.gui.dialog.DatabaseConnectionDialog
the dialog itself.
m_Self - Variable in class adams.gui.dialog.DatabaseConnectionsDialog
the dialog itself.
m_Self - Variable in class adams.gui.flow.FlowControlCenterPanel
the panel itself.
m_Self - Variable in class adams.gui.flow.FlowEditorPanel
the panel itself.
m_Self - Variable in class adams.gui.flow.FlowRunnerPanel
the panel itself.
m_Self - Variable in class adams.gui.flow.tree.Tree
the tree itself.
m_Self - Variable in class adams.gui.goe.GenericObjectEditorClassTreePanel
the popup itself.
m_Self - Variable in class adams.gui.goe.PropertyPanel
the panel itself.
m_Self - Variable in class adams.gui.scripting.AbstractScriptingDialog
the dialog itself.
m_Self - Variable in class adams.gui.scripting.SyntaxDocument
the document.
m_Self - Variable in class adams.gui.selection.AbstractTableBasedSelectionPanel
the panel itself.
m_Self - Variable in class adams.gui.visualization.container.NotesFactory.Dialog
the dialog itself.
m_Self - Variable in class adams.gui.visualization.core.AxisPanel
the panel itself.
m_Self - Variable in class adams.gui.visualization.core.plot.ContentPanel
the panel itself.
m_Self - Variable in class adams.gui.visualization.image.ImageViewerPanel
the panel itself.
m_Self - Variable in class adams.gui.visualization.instance.LoadDatasetDialog
the dialog itself.
m_Self - Variable in class adams.gui.visualization.report.ReportFactory.Dialog
the dialog itself.
m_Self - Variable in class adams.gui.visualization.report.ReportFactory.StandardsDialog
the dialog itself.
m_Self - Variable in class adams.gui.visualization.spreadsheet.LoadSpreadSheetDialog
the dialog itself.
m_Self - Variable in class adams.gui.visualization.statistics.InformativeStatisticFactory.Dialog
the dialog itself.
m_SendEmail - Variable in class adams.core.net.SimpleMailer
for sending the mail.
m_SendEmail - Variable in class adams.flow.sink.SendEmail
for sending the emails.
m_SendEmail - Variable in class adams.flow.sink.sendnotification.Email
for sending the emails.
m_SendEmail - Variable in class adams.gui.visualization.multiobjectexport.EmailExport
for sending the emails.
m_Sender - Variable in class adams.flow.sink.sendnotification.Email
the sender.
m_Sender - Variable in class adams.flow.transformer.CreateEmail
the sender.
m_Sender - Variable in class adams.gui.visualization.multiobjectexport.EmailExport
the sender.
m_Sending - Variable in class adams.flow.sink.SendEmail
the emails still to send.
m_SeparateFolds - Variable in class adams.multiprocess.WekaCrossValidationExecution
whether to separate folds.
m_Separator - Variable in class adams.data.conversion.SideBySideDiffToString
the separator to use.
m_Separator - Variable in class adams.data.featureconverter.Text
the separator to use.
m_Separator - Variable in class adams.data.io.input.CsvSpreadSheetReader.ChunkReader
the column separator.
m_Separator - Variable in class adams.data.io.input.CsvSpreadSheetReader
the column separator.
m_Separator - Variable in class adams.data.io.input.FastCsvSpreadSheetReader
the column separator.
m_Separator - Variable in class adams.data.io.input.SimpleCsvSpreadSheetReader
the column separator.
m_Separator - Variable in class adams.data.io.output.CsvSpreadSheetWriter
the column separator.
m_Separator - Variable in class adams.data.io.output.TextFileWithLineNumbersWriter
the separator between the line number and the actual line.
m_Separator - Variable in class adams.flow.sink.StringTree.HierarchicalStringNode
the separator to use.
m_Separator - Variable in class adams.flow.sink.StringTree.HierarchicalStringTree
the separator to use.
m_Separator - Variable in class adams.flow.sink.StringTree
the separator to use.
m_Separator - Variable in class adams.flow.source.NewList
the separator for the list items.
m_Separator - Variable in class adams.flow.transformer.plotgenerator.XYPlotGenerator
the separator string.
m_Separator - Variable in class adams.flow.transformer.SpreadSheetCollapse
the separator for the collapsed cells.
m_Separator - Variable in class adams.flow.transformer.TesseractOCR
the separator between multiple text files.
m_SeparatorCells - Variable in class adams.data.featureconverter.FixedColumnText
the separator to use for cells.
m_SeparatorHeader - Variable in class adams.data.featureconverter.FixedColumnText
the separator between header and data (gets automatically repeated).
m_SeparatorPaintlet - Variable in class adams.flow.sink.ControlChartPlot
the paintlet to use for separating initialization data and subsequent data.
m_Sequence - Variable in class adams.gui.visualization.sequence.XYSequenceTable.Model
the underlying data.
m_Serialized - Variable in class weka.filters.SerializedFilter
the flow file to process the data with.
m_Server - Variable in class adams.core.net.ApacheSendEmail
the server to connect to.
m_Server - Variable in class adams.core.net.SimpleApacheSendEmail
the server to connect to.
m_Server - Variable in class adams.flow.source.Socket
the socket in use.
m_Server - Variable in class adams.flow.standalone.PyroNameServer
the address/port of the nameserver to use.
m_Server - Variable in class adams.flow.standalone.SMTPConnection
the SMTP server.
m_Server - Variable in class adams.flow.standalone.WebSocketServer
the server instance.
m_Server - Variable in class adams.scripting.engine.DefaultScriptingEngine
for accepting connections.
m_Server - Variable in class weka.classifiers.meta.SocketFacade
the server socket for receiving the replies.
m_ServerSocket - Variable in class adams.flow.execution.RemoteFlowListener.ListenerRunnable
the server socket in use.
m_seSlope - Variable in class weka.classifiers.functions.SimpleLinearRegressionWithAccess
standard error of the slope
m_Session - Variable in class adams.core.io.lister.SftpDirectoryLister
the SSH session.
m_Session - Variable in class adams.core.io.SftpFileObject
the session.
m_Session - Variable in class adams.core.net.JavaMailSendEmail
the SMTP session object.
m_Session - Variable in class adams.flow.standalone.SMBConnection
the SMB authentication.
m_Session - Variable in class adams.flow.standalone.SSHConnection
the SSH session.
m_Session - Variable in class adams.gui.chooser.SftpRemoteDirectorySetup
the SSH session.
m_Session - Variable in class adams.gui.chooser.SmbRemoteDirectorySetup
the SMB authentication.
m_Session - Variable in class adams.gui.tools.SSHPanel
the ssh session.
m_Session - Variable in class adams.scripting.connection.AbstractSSHConnection
the SSH session.
m_SessionProvider - Variable in class adams.core.io.lister.SftpDirectoryLister
the session provider to use.
m_SetCount - Variable in class adams.flow.processor.CheckStorageUsage
the set counter.
m_SetCount - Variable in class adams.flow.processor.CheckVariableUsage
the set counter.
m_SetTextListeners - Variable in class adams.gui.core.TextEditorPanel.TextEditorArea
the listeners for setText events.
m_SettingsClass - Variable in class adams.gui.core.BaseSplitPane
the settings class for storing the divider location.
m_SettingsProperty - Variable in class adams.gui.core.BaseSplitPane
the settings property for storing the divider location.
m_Setup - Variable in class adams.event.GeneticFitnessChangeEvent
the associated setup, if any.
m_Setup - Variable in class adams.flow.setup.FlowSetupWorker
the underlying flowsetup.
m_Setup - Variable in class adams.flow.transformer.WekaGeneticAlgorithmInitializer
the property for the genetic algorithm setup.
m_Setup - Variable in class adams.gui.application.ApplicationMenu
the file with the layout, shortcuts and blacklisted menu items.
m_Setup - Variable in class adams.opt.genetic.AbstractGeneticAlgorithm.FitnessContainer
the setup.
m_SetupFile - Variable in class adams.flow.FlowSetupRunner
the control center setup.
m_SetupLoadedOrGenerated - Variable in class adams.core.SerializableObjectHelper
whether the setup got loaded or generated already.
m_SetupName - Variable in class adams.flow.FlowSetupRunner
the name of the setup to execute.
m_Setups - Variable in class adams.db.datatype.MultiSetup
the setups.
m_Setups - Variable in class adams.flow.source.AbstractWekaSetupGenerator
all the setups.
m_SetUpSubActors - Variable in class adams.flow.control.AbstractControlActor
whether the sub-actors were set up.
m_SetupUpload - Variable in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm
for uploading the setups.
m_Shape - Variable in class adams.data.distribution.Gamma
the shape parameter.
m_Shape - Variable in class adams.data.distribution.LogNormal
the shape parameter.
m_Shape - Variable in class adams.flow.sink.JFreeChartFileWriter
the shape generator.
m_Shape - Variable in class adams.flow.sink.JFreeChartPlot
the shape generator.
m_Shape - Variable in class adams.gui.tools.spreadsheetviewer.chart.JFreeChart
the shape generator.
m_Shape - Variable in class adams.gui.visualization.object.objectannotations.outline.PolygonVertices
the marker shape.
m_Shape - Variable in class adams.gui.visualization.object.objectannotations.outline.RectangleVertices
the marker shape.
m_Shape - Variable in class adams.gui.visualization.segmentation.layer.Markers
the marker shape.
m_Shape - Variable in class adams.gui.visualization.stats.paintlet.Gamma
Shape parameter for the gamma distribution
m_ShapeColorProvider - Variable in class adams.gui.tools.previewbrowser.ObjectCentersFromReport
the color provider to use when varying the shape colors.
m_ShapeColorProvider - Variable in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
the color provider to use when varying the shape colors.
m_ShapeColorProvider - Variable in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
the color provider to use when varying the shape colors.
m_ShapeColorProvider - Variable in class adams.gui.visualization.image.ReportObjectOverlay
the color provider to use when varying the shape colors.
m_ShapeColors - Variable in class adams.flow.transformer.draw.ObjectAnnotationsFromReport
the colorizers for the shape.
m_ShapeColors - Variable in class adams.gui.tools.previewbrowser.ObjectAnnotationsHandler
the colorizers for the shape.
m_ShapeColors - Variable in class adams.gui.tools.previewbrowser.ObjectAnnotationsReportHandler
the colorizers for the shape.
m_ShapeColors - Variable in class adams.gui.visualization.image.ObjectAnnotations
the colorizers for the shape.
m_ShapeColors - Variable in class adams.gui.visualization.image.ReportObjectOverlay
the cached shape colors.
m_ShapeColors - Variable in class adams.gui.visualization.object.overlay.ObjectAnnotations
the colorizers for the shape.
m_ShapePlotters - Variable in class adams.flow.transformer.draw.ObjectAnnotationsFromReport
the shape plotters.
m_ShapePlotters - Variable in class adams.gui.tools.previewbrowser.ObjectAnnotationsHandler
the shape plotters.
m_ShapePlotters - Variable in class adams.gui.tools.previewbrowser.ObjectAnnotationsReportHandler
the shape plotters.
m_ShapePlotters - Variable in class adams.gui.visualization.image.ObjectAnnotations
the shape plotters.
m_ShapePlotters - Variable in class adams.gui.visualization.object.overlay.ObjectAnnotations
the shape plotters.
m_SharedStringsTable - Variable in class adams.ml.data.InstancesView
the shared string table.
m_Sheet - Variable in class adams.data.io.input.ExcelStreamingSpreadSheetReader.SheetHandler
the spreadsheet to add the content to.
m_Sheet - Variable in class adams.data.spreadsheet.cellfinder.TypeRangeIterator
the spreadsheet to process.
m_Sheet - Variable in class adams.data.spreadsheet.SpreadSheetView
the underlying spreadsheet.
m_Sheet - Variable in class adams.data.spreadsheet.sql.Writer
the underlying spreadm_Sheet.
m_Sheet - Variable in class adams.flow.processor.ActorStatistics
the spreadsheet to display.
m_Sheet - Variable in class adams.flow.transformer.SpreadSheetStorageRowIterator
the underlying sheet.
m_Sheet - Variable in class adams.flow.transformer.SpreadSheetVariableRowIterator
the underlying sheet.
m_Sheet - Variable in class adams.gui.core.SpreadSheetTableModel
the underlying spreadsheet.
m_Sheet - Variable in class adams.gui.tools.spreadsheetviewer.SortPanel
the spreadsheet that forms the basis for the sorting.
m_Sheet - Variable in class adams.gui.visualization.spreadsheet.LoadSpreadSheetDialog
the full dataset.
m_Sheet - Variable in class adams.parser.LookUpUpdate
the lookup to use.
m_Sheet - Variable in class adams.parser.SpreadSheetFormula
the spreadsheet to use.
m_Sheet - Variable in class adams.parser.spreadsheetformula.ParserHelper
the underlying spreadsheet.
m_Sheet - Variable in class adams.parser.SpreadSheetQuery
the spreadsheet to use.
m_Sheet - Variable in class adams.parser.spreadsheetquery.ParserHelper
the underlying spreadsheet.
m_SheetName - Variable in class adams.flow.source.NewSpreadSheet
the spreadsheet name.
m_SheetPrefix - Variable in class adams.data.io.output.AbstractMultiSheetSpreadSheetWriter
The prefix for the sheet names.
m_SheetRange - Variable in class adams.data.io.input.AbstractMultiSheetSpreadSheetReader
the range of sheets to load.
m_SheetRow - Variable in class adams.data.spreadsheet.cellfinder.TypeRangeIterator
the row to process.
m_ShiftDown - Variable in class adams.gui.visualization.image.leftclick.AbstractLeftClickProcessor
whether shift needs to be down.
m_ShiftDown - Variable in class adams.gui.visualization.object.mouseclick.AbstractMouseClickProcessor
whether shift needs to be down.
m_Shortcut - Variable in class adams.gui.flow.tree.keyboardaction.AbstractKeyboardAction
the shortcut.
m_ShortcutProperties - Static variable in class adams.gui.tools.wekainvestigator.InvestigatorPanel
the shortcut properties.
m_Shortcuts - Variable in class adams.gui.flow.tree.Tree
the actions with shortcuts.
m_ShortenedImports - Variable in class adams.core.option.AbstractJavaCodeProducer
for keeping track of the shortened imports.
m_Shortening - Variable in class adams.gui.core.TitleGenerator
whether to shorten the file (or parent).
m_ShorteningType - Variable in class adams.gui.core.Undo
where to shorten the comments.
m_ShortTitle - Variable in class adams.flow.core.AbstractDisplay
whether to use just the actor name or the full name as title.
m_ShortTitle - Variable in class adams.flow.source.AbstractSelectObjects
whether to use just the actor name or the full name as title.
m_ShortTitle - Variable in class adams.flow.transformer.AbstractInteractiveTransformerDialog
whether to use just the actor name or the full name as title.
m_ShowAboutBox - Variable in class adams.gui.goe.PropertySheetPanel
whether to show/suppress the about box.
m_ShowAnnotations - Variable in class adams.gui.flow.tree.Tree
whether to show the annotations or not.
m_ShowAnnotations - Variable in class adams.gui.visualization.object.ObjectAnnotationPanel
whether to show the annotations.
m_ShowAttributeIndex - Variable in class adams.gui.visualization.instances.InstancesTableModel
whether to display the attribute index in the table header.
m_ShowAttributeWeights - Variable in class adams.gui.visualization.instances.InstancesTableModel
whether to show attribute weights.
m_ShowCellTypes - Variable in class adams.gui.core.SpreadSheetTableModel
whether to show the types instead of the values.
m_ShowClassTree - Variable in class adams.gui.flow.tree.keyboardaction.AbstractAddActor
whether to show the class tree in the GOE.
m_ShowClassTree - Variable in class adams.gui.flow.tree.keyboardaction.AbstractQuickSearchActor
whether to show the class tree in the GOE.
m_ShowCloseTabButton - Variable in class adams.gui.core.BaseTabbedPane
whether to show a "close tab" button.
m_ShowColumnComboBox - Variable in class adams.gui.dialog.MultiSpreadSheetDialog
whether to show the combobox with column names.
m_ShowControls - Variable in class adams.flow.standalone.GridView
whether to show the controls.
m_ShowDetails - Variable in class adams.gui.core.FilePanel
whether to show details on the files.
m_ShowDistribution - Variable in class adams.flow.transformer.AbstractWekaPredictionsTransformer
whether to output the class distribution (only nominal classes).
m_ShowDistribution - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.output.Predictions
whether to output the class distribution (only nominal classes).
m_ShowError - Variable in class adams.flow.transformer.AbstractWekaPredictionsTransformer
whether to add an error colunm.
m_ShowError - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.output.Predictions
whether to add an error colunm.
m_ShowFlowControlSubMenu - Variable in class adams.flow.sink.AbstractGraphicalDisplay
whether to show flow control sub-menu.
m_ShowFlowControlSubMenu - Variable in class adams.flow.sink.AbstractTextualDisplay
whether to show flow control sub-menu.
m_ShowFlowControlSubMenu - Variable in class adams.flow.sink.DisplayPanelGrid
whether to show flow control sub-menu.
m_ShowFlowControlSubMenu - Variable in class adams.flow.sink.DisplayPanelManager
whether to show flow control sub-menu.
m_ShowFlowControlSubMenu - Variable in class adams.flow.standalone.AbstractMultiView
whether to show flow control sub-menu.
m_ShowFormulas - Variable in class adams.flow.sink.SpreadSheetDisplay
whether to show the formulas instead of the calculated values.
m_ShowFormulas - Variable in class adams.gui.core.SpreadSheetTableModel
whether to show formulas rather than the result.
m_ShowFormulas - Variable in class adams.gui.dialog.MultiSpreadSheetDialog
whether to show formulas rather than the result.
m_ShowGraphicalOutput - Variable in class adams.flow.transformer.ProcessActor
whether to display any graphical output.
m_ShowGridLines - Variable in class adams.gui.visualization.core.AxisPanel
whether to show the coordinate lines for this axis.
m_ShowGridLines - Variable in class adams.gui.visualization.core.AxisPanelOptions
whether to show gridlines or not.
m_ShowHidden - Variable in class adams.gui.core.FilePanel
whether to show hidden files.
m_ShowIcon - Variable in class adams.gui.core.ButtonTabComponent
whether to show the icon.
m_ShowIcon - Variable in class adams.gui.core.ButtonTabComponent.TabButton
whether to show the icon.
m_ShowIndex - Variable in class adams.flow.transformer.pixelselector.ClassificationOverlay
whether to display the index.
m_ShowInputOutput - Variable in class adams.gui.flow.tree.Tree
whether to display the input/output info or not.
m_ShowLabel - Variable in class adams.flow.transformer.pixelselector.ClassificationOverlay
whether to display the label.
m_ShowNotification - Variable in class adams.gui.flow.FlowWorker
whether to show a notification.
m_ShowObjectPanel - Variable in class adams.gui.tools.previewbrowser.ObjectAnnotationsHandler
whether to show the located object panel.
m_ShowObjectPanel - Variable in class adams.gui.tools.previewbrowser.ObjectAnnotationsReportHandler
whether to show the located object panel.
m_ShowObjectPanel - Variable in class adams.gui.tools.previewbrowser.ObjectCentersFromReport
whether to show the located object panel.
m_ShowObjectPanel - Variable in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
whether to show the located object panel.
m_ShowObjectPanel - Variable in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
whether to show the located object panel.
m_ShowObjectPanel - Variable in class adams.gui.visualization.image.AbstractObjectOverlayFromReport
whether to show the located object panel.
m_ShowObjectPanel - Variable in class adams.gui.visualization.image.ObjectAnnotations
whether to show the located object panel.
m_ShowOptions - Variable in class adams.flow.sink.ZScoreDisplay
whether to show the options in the display or not.
m_ShowParentDirs - Variable in class adams.gui.core.FileWrapperListModel
whether to show parent dirs.
m_ShowParentDirs - Variable in class adams.gui.core.FileWrapperTableModel
whether to show parent dirs.
m_ShowPointPanel - Variable in class adams.gui.tools.previewbrowser.DeepLabCutCSVHandler
whether to show the located object panel.
m_ShowPointPanel - Variable in class adams.gui.tools.previewbrowser.PointsFromReportHandler
whether to show the located object panel.
m_ShowPointPanel - Variable in class adams.gui.visualization.image.AbstractPointOverlayFromReport
whether to show the located point panel.
m_ShowProbability - Variable in class adams.flow.transformer.AbstractWekaPredictionsTransformer
whether to output the probability of the prediction (only nominal classes).
m_ShowProbability - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.output.Predictions
whether to output the probability of the prediction (only nominal classes).
m_ShowProperties - Variable in class adams.flow.sink.ImageViewer
whether to display the image properties.
m_ShowQuickInfo - Variable in class adams.gui.flow.tree.Tree
whether to display the quick info or not.
m_ShowRowColumn - Variable in class adams.gui.core.SpreadSheetTableModel
whether to show the row column as well.
m_ShowRowIndexColumn - Variable in class adams.flow.sink.SpreadSheetDisplay
whether to show the column with the row index.
m_ShowSearch - Variable in class adams.gui.dialog.MultiSpreadSheetDialog
whether to show the search box.
m_ShowSeconds - Variable in class adams.flow.standalone.Stopwatch
whether to show the seconds as well.
m_ShowSidePanel - Variable in class adams.flow.sink.ActualVsPredictedPlot
whether to show the side panel.
m_ShowSidePanel - Variable in class adams.flow.sink.SequencePlotter
whether to show the side panel.
m_ShowSidePanel - Variable in class adams.flow.sink.SimplePlot
whether to show the side panel.
m_ShowSidePanel - Variable in class adams.flow.sink.TimeseriesDisplay
whether to show the side panel or not.
m_ShowSimpleCellPopupMenu - Variable in class adams.gui.core.BaseTable
whether to show a simple cell popup menu.
m_ShowSimpleHeaderPopupMenu - Variable in class adams.gui.core.BaseTable
whether to show a simple header popup menu.
m_ShowStopButton - Variable in class adams.flow.sink.ProgressBar
whether to display a stop button.
m_ShowWeight - Variable in class adams.flow.transformer.AbstractWekaPredictionsTransformer
whether to output the weight as well.
m_ShowWeight - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.output.Predictions
whether to output the weight as well.
m_ShowWeightsColumn - Variable in class adams.gui.visualization.instances.InstancesTableModel
whether to show a weights column.
m_showZeroInstancesAsUnknown - Variable in class adams.gui.tools.wekainvestigator.tab.preprocesstab.InstancesSummaryPanel
Whether to display 0 or ? for the number of instances in cases where a dataset has only structure.
m_ShutdownHook - Variable in class adams.flow.FlowRunner
the shutdown hook.
m_SideBySideDiffPanel - Variable in class adams.flow.sink.SideBySideDiff
the panel with the image.
m_SidePanel - Variable in class adams.gui.visualization.container.DataContainerPanelWithSidePanel
the side panel.
m_SidePanelWidth - Variable in class adams.flow.sink.SequencePlotter
the width of the side panel.
m_SideSplitPane - Variable in class adams.gui.visualization.image.ImagePanel
the tabbed pane (props/log).
m_SideType - Variable in class adams.data.objectfilter.MakeSquare
what side to use.
m_Sigma - Variable in class adams.data.image.transformer.LaplaceOfGaussian
the sigma value of the gaussian.
m_SigmaX - Variable in class adams.data.opencv.transformer.GaussianBlur
sigma X (standard deviation for X).
m_SigmaY - Variable in class adams.data.opencv.transformer.GaussianBlur
sigma Y (standard deviation for X).
m_Signature - Variable in class adams.flow.sink.sendnotification.Email
the signature.
m_Signature - Variable in class adams.flow.transformer.CreateEmail
the signature.
m_Significance - Variable in class adams.flow.transformer.WekaExperimentEvaluation
the significance.
m_Significance - Variable in class adams.gui.tools.wekainvestigator.tab.experimenttab.output.TextOutput
the significance.
m_Silent - Variable in class adams.doc.javadoc.Javadoc
whether to suppress error messages (no printout in the console).
m_Silent - Variable in class adams.flow.core.AbstractActor
whether to suppress output in the console.
m_Silent - Variable in class adams.gui.visualization.image.selection.CopyToClipboard
whether to suppress the "copied to clipboard" dialog.
m_Silent - Variable in class weka.classifiers.MultiLevelSplitGenerator
whether to suppress error output.
m_SimpleAttributeNames - Variable in class weka.filters.unsupervised.attribute.PrincipalComponentsJ
whether to just number the attributes rather than compiling them from other attribute names.
m_SimpleCellPopupMenuListener - Variable in class adams.gui.core.BaseTable
the simple cell popup menu listener.
m_SimpleHeaderPopupMenuListener - Variable in class adams.gui.core.BaseTable
the simple header popup menu listener.
m_SimpleName - Variable in class adams.core.option.AbstractJavaCodeProducer
the simple name of the class.
m_SimpleName - Variable in class adams.core.PropertiesToCode
the simple name of the class.
m_SIMPLS_MATRIX_LOCAL - Variable in class weka.filters.supervised.attribute.SIMPLSMatrixFilter
 
m_SIMPLS_MATRIX_LOCAL - Variable in class weka.filters.supervised.attribute.SIMPLSMatrixFilterFromGeneticString
 
m_SingleLineComment - Variable in class adams.gui.scripting.SyntaxDocument
whether single-line comments are enabled.
m_SingleLineCommentStart - Variable in class adams.gui.scripting.SyntaxDocument
the single-line comment start.
m_Singleton - Static variable in class adams.core.ClassLister
the singleton.
m_Singleton - Static variable in class adams.core.classmanager.ClassManager
the singleton.
m_Singleton - Static variable in class adams.core.management.CharsetHelper
the singleton.
m_Singleton - Static variable in class adams.core.management.LocaleHelper
the singleton.
m_Singleton - Static variable in class adams.core.management.TimeZoneHelper
the singleton.
m_Singleton - Static variable in class adams.core.Memory
the singleton.
m_Singleton - Static variable in class adams.core.net.EmailAddressBook
the singleton.
m_Singleton - Static variable in class adams.core.net.PortManager
the singleton.
m_Singleton - Static variable in class adams.core.net.ProxyHelper
the singleton.
m_Singleton - Static variable in class adams.core.NewInstance
the singleton.
m_Singleton - Static variable in class adams.core.option.Conversion
the singleton.
m_Singleton - Static variable in class adams.core.option.JenericCmdline
the singleton.
m_Singleton - Static variable in class adams.core.Placeholders
the singleton.
m_Singleton - Static variable in class adams.core.scripting.Groovy
the singleton.
m_Singleton - Static variable in class adams.core.SimpleTimer
the singleton.
m_Singleton - Static variable in class adams.core.StaticClassLister
the singleton.
m_Singleton - Static variable in class adams.data.exif.commons.ExifTagEnum
the singleton.
m_Singleton - Static variable in class adams.data.id.RuntimeIDGenerator
the singleton.
m_Singleton - Static variable in class adams.data.tesseract.TesseractHelper
the singleton.
m_Singleton - Static variable in class adams.db.AbstractDbBackend
the singleton.
m_Singleton - Static variable in class adams.db.Conditions
the singleton instance.
m_Singleton - Static variable in class adams.db.Drivers
the singleton.
m_Singleton - Static variable in class adams.env.Modules
the singleton instance.
m_Singleton - Static variable in class adams.flow.control.RunningFlowsRegistry
the singleton.
m_Singleton - Static variable in class adams.gui.core.ConsolePanel
the singleton.
m_Singleton - Static variable in class adams.gui.core.GUIPrompt
the singleton.
m_Singleton - Static variable in class adams.gui.flow.tree.ActorSuggestion
the singleton.
m_Singleton - Static variable in class adams.gui.flow.tree.ActorTemplateSuggestion
the singleton.
m_Singleton - Static variable in class adams.gui.flow.tree.ExternalActorSuggestion
the singleton.
m_Singleton - Static variable in class adams.gui.goe.Favorites
the singleton.
m_Singleton - Static variable in class adams.gui.goe.GlobalInfoCache
the singleton.
m_Singleton - Static variable in class adams.gui.help.HelpFrame
the singleton.
m_Singleton - Static variable in class adams.gui.scripting.ScriptingLogger
the singleton.
m_Singleton - Static variable in class adams.gui.tools.previewbrowser.ContentHandlerFavorites
the singleton.
m_Singleton - Static variable in class adams.gui.tools.previewbrowser.notes.NotesManager
the singleton.
m_Singleton - Static variable in class adams.scripting.ScriptingHelper
the singleton.
m_Size - Variable in class adams.core.discovery.genetic.AbstractGeneticIntegerArrayDiscoveryHandler
size of the array
m_Size - Variable in class adams.core.io.filechanged.Size
the size.
m_Size - Variable in class adams.core.io.PdfFont
the font size.
m_Size - Variable in class adams.data.image.transformer.LaplaceOfGaussian
the size of the matrix.
m_Size - Variable in class adams.data.spreadsheet.columnfinder.SubSample
the size of the sample (0-1: percent, >1: absolute number).
m_Size - Variable in class adams.data.spreadsheet.rowfinder.SubSample
the size of the sample (0-1: percent, >1: absolute number).
m_Size - Variable in class adams.data.weka.predictions.FixedSizeErrorScaler
the size.
m_Size - Variable in class adams.db.types.ColumnType
size of type.
m_Size - Variable in class adams.flow.standalone.InitStorageCache
the size of the LRU cache.
m_Size - Variable in class adams.gui.visualization.jfreechart.shape.Circle
the size.
m_Size - Variable in class adams.gui.visualization.jfreechart.shape.Diamond
the size.
m_Size - Variable in class adams.gui.visualization.jfreechart.shape.Triangle
the size.
m_Size - Variable in class adams.gui.visualization.segmentation.tool.BucketFill
the current size.
m_Size - Variable in class adams.gui.visualization.segmentation.tool.Eraser
the current size.
m_Size - Variable in class adams.gui.visualization.segmentation.tool.Pencil
the current size.
m_Size - Variable in class adams.gui.visualization.segmentation.tool.PolygonFill
the current size.
m_Size - Variable in class adams.gui.visualization.stats.paintlet.AbstractProbabilityPaintlet
Size of the points
m_Size - Variable in class adams.gui.visualization.stats.paintlet.AbstractScatterPlotPaintlet
size of the plot points
m_Size - Variable in class adams.gui.visualization.stats.paintlet.VsFitPaintlet
Size of data points
m_Size - Variable in class adams.gui.visualization.stats.paintlet.VsOrderPaintlet
Size of the data points
m_Size - Variable in class adams.gui.visualization.stats.paintlet.ZScoreCircle
size of data point
m_SizeLimit - Variable in class weka.filters.unsupervised.instance.WeightsBasedResample
the maximum size of the dataset to generate (<= 0 is off, <= 10 is percentage, > 10 is absolute).
m_SizeOnly - Variable in class adams.flow.source.RSync
 
m_Sizes - Variable in class adams.gui.core.BaseSizeSequence
for storing the sizes.
m_SizesIndex - Variable in class adams.data.spc.UChart
the column in the matrix with the sample sizes.
m_Skip - Variable in class adams.flow.core.AbstractActor
whether to skip the transformation and just forward the token.
m_Skip - Variable in class adams.flow.processor.CheckVariableUsage
the variables to skip.
m_Skip - Variable in class adams.tools.ZipPassword.BruteForceJob
the number of passwords to skip.
m_SkipBaseImage - Variable in class adams.data.io.output.AbstractImageSegmentationAnnotationWriter
whether to skip writing base image.
m_SkipBuild - Variable in class adams.flow.transformer.WekaTrainClassifier
whether to skip the buildClassifier call for incremental classifiers.
m_SkipCompress - Variable in class adams.flow.source.RSync
 
m_SkipDifferingRows - Variable in class adams.data.io.input.CsvSpreadSheetReader.ChunkReader
whether to drop rows with too few or too many cells.
m_SkipDifferingRows - Variable in class adams.data.io.input.CsvSpreadSheetReader
whether to drop rows with too few or too many cells.
m_SkipDrop - Variable in class weka.classifiers.trees.XGBoost
Probability of skipping the dropout procedure during the boosting operation.
m_SkipEmptyLayers - Variable in class adams.data.io.output.IndividualImageSegmentationLayerWriter
whether to skip images with only background.
m_SkipEntries - Variable in class adams.flow.core.LagMakerOptions
the entries to skip.
m_SkipFirstLayer - Variable in class adams.data.io.input.AbstractPNGAnnotationImageSegmentationReader
whether to skip the first layer (usually background).
m_SkipHistory - Variable in class weka.gui.explorer.AbstractExplorerPanelHandler
whether to skip the history panels.
m_SkipIdentical - Variable in class weka.core.neighboursearch.NewNNSearch
Whether to skip instances from the neighbours that are identical to the query instance.
m_SkipLockedFiles - Variable in class adams.core.io.lister.LocalDirectoryLister
whether to skip locked files.
m_SkipMissing - Variable in class adams.flow.transformer.SpreadSheetConvertCells
whether to skip missing cells.
m_SkipMissing - Variable in class adams.flow.transformer.SpreadSheetConvertHeaderCells
whether to skip missing cells.
m_SkipMissing - Variable in class adams.flow.transformer.SpreadSheetTransformCells
whether to skip missing cells.
m_SkipMissing - Variable in class adams.flow.transformer.SpreadSheetTransformHeaderCells
whether to skip missing cells.
m_SkipNominal - Variable in class adams.data.instancesanalysis.PCA
whether to skip nominal attributes (and not apply NominalToBinary).
m_SkipNonPrimitive - Variable in class adams.flow.transformer.MapToStorageValues
whether to skip non-primitive values.
m_SkipNonPrimitive - Variable in class adams.flow.transformer.MapToVariables
whether to skip non-primitive values.
m_SkipNonPrimitive - Variable in class adams.flow.transformer.MapVariableIterator
whether to skip non-primitive values.
m_SkipNumRows - Variable in class adams.data.io.input.CsvSpreadSheetReader
the number of initial rows to skip.
m_SkipPageUndo - Variable in class adams.gui.core.MultiPagePane
whether to skip tab undo.
m_Skipped - Variable in class adams.flow.control.Inspect
whether the token was skipped.
m_SkippedProperties - Variable in class adams.core.option.AbstractOptionConsumer
top-level properties to skip.
m_SkippedProperties - Variable in class adams.core.option.AbstractOptionProducer
top-level properties to skip.
m_SkipRoot - Variable in class adams.data.conversion.DOMToProperties
whether to exclude the root element from the path.
m_SkipTabUndo - Variable in class adams.gui.core.BaseTabbedPane
whether to skip tab undo.
m_SkipTrain - Variable in class weka.classifiers.meta.SocketFacade
whether to skip training.
m_slope - Variable in class weka.classifiers.functions.SimpleLinearRegressionWithAccess
The slope
m_SmoothedData - Variable in class adams.data.smoothing.AbstractSmoother.SmootherJob
the smoothed data.
m_Smoother - Variable in class adams.data.filter.Smoothing
the smoothing scheme.
m_Smoother - Variable in class adams.data.smoothing.AbstractSmoother.SmootherJob
the smoothing scheme to use.
m_Socket - Variable in class adams.core.logging.RemoteReceiveHandler.AbstractRemoteListenerRunnable
the socket in use.
m_Socket - Variable in class adams.core.logging.RemoteSendHandler
the socket in use.
m_Socket - Variable in class adams.flow.sink.Socket
the socket to use.
m_Sockopts - Variable in class adams.flow.source.RSync
 
m_Sort - Variable in class adams.core.io.lister.SortContainer
used for sorting.
m_Sort - Variable in class adams.flow.transformer.AccessDatabaseInfo
whether to sort lists.
m_Sort - Variable in class adams.flow.transformer.GetImageObjectIndices
whether to sort lists.
m_Sort - Variable in class adams.flow.transformer.Mat5FileInfo
whether to sort lists.
m_Sort - Variable in class adams.flow.transformer.Mat5StructInfo
whether to sort lists.
m_Sort - Variable in class adams.flow.transformer.SpreadSheetInfo
whether to sort lists.
m_sort_packed - Variable in class adams.opt.optimise.genetic.PackDataDef
 
m_SortAsc - Variable in class adams.parser.spreadsheetquery.ParserHelper
the columns to sort on.
m_SortAscending - Variable in class adams.gui.core.SortableAndSearchableWrapperTableModel
whether sorting is ascending or descending.
m_SortAttributes - Variable in class adams.gui.tools.wekainvestigator.datatable.DataTable
whether to sort the attributes alphabetically.
m_SortCaseSensitive - Variable in class adams.gui.core.SortableAndSearchableWrapperTableModel
whether sorting is case-sensitive (default).
m_SortColumn - Variable in class adams.flow.transformer.SpreadSheetSort
the indices of the columns to use for sorting.
m_SortColumn - Variable in class adams.gui.core.SortableAndSearchableWrapperTableModel
the sort column.
m_SortColumns - Variable in class adams.parser.spreadsheetquery.ParserHelper
the columns to sort on.
m_SortDefinitionPanel - Variable in class adams.gui.event.InstancesSortSetupEvent
the definition panel that was added/removed.
m_SortDefinitionPanel - Variable in class adams.gui.event.SortSetupEvent
the definition panel that was added/removed.
m_SortDescending - Variable in class adams.core.io.lister.AbstractDirectoryLister
whether to sort descending.
m_SortDescending - Variable in class adams.flow.source.FTPLister
Deprecated.
whether to sort descending instead of ascending.
m_Sorted - Variable in class adams.data.statistics.Percentile
whether the vector has been sorted already.
m_Sorted - Variable in class adams.flow.sink.StringTree
whether to sort the items in the tree.
m_Sorted - Variable in class adams.flow.transformer.SpreadSheetSubsetByValue
the sorted spreadsheet.
m_Sorted - Variable in class adams.gui.core.dotnotationtree.DotNotationTree
whether the items need to be sorted.
m_Sorted - Variable in class adams.gui.tools.AbstractManagementTableModel
whether the model is sorted.
m_Sorted - Variable in class adams.gui.visualization.stats.paintlet.AbstractProbabilityPaintlet
the sorted data.
m_SortedEigens - Variable in class weka.filters.unsupervised.attribute.PrincipalComponentsJ
Sorted eigenvalues.
m_SortedIndices - Variable in class adams.gui.core.SortableAndSearchableWrapperTableModel
the mapping between displayed and actual index.
m_SortFind - Variable in class adams.flow.source.filesystemsearch.FtpDirectorySearchWithCustomSort
the regular expression for finding the data to use for sorting (groups).
m_SortFind - Variable in class adams.flow.source.filesystemsearch.LocalDirectorySearchWithCustomSort
the regular expression for finding the data to use for sorting (groups).
m_SortFind - Variable in class adams.flow.source.filesystemsearch.SftpDirectorySearchWithCustomSort
the regular expression for finding the data to use for sorting (groups).
m_SortFind - Variable in class adams.flow.source.filesystemsearch.SmbDirectorySearchWithCustomSort
the regular expression for finding the data to use for sorting (groups).
m_Sorting - Variable in class adams.core.io.lister.AbstractDirectoryLister
the type of sorting to perform.
m_Sorting - Variable in class adams.flow.source.FTPLister
Deprecated.
the sorting.
m_SortKeys - Variable in class adams.data.conversion.MapToString
whether to sort the keys.
m_SortKeys - Variable in class adams.flow.sink.JsonDisplay
whether to sort the keys of JSONObject objects.
m_SortKeys - Variable in class adams.flow.transformer.GetJsonKeys
whether to sort the keys.
m_SortKeys - Variable in class adams.flow.transformer.GetPropertyNames
whether to sort the keys.
m_SortKeys - Variable in class adams.gui.core.json.JsonTree
whether to sort the keys of a JSONObject.
m_SortLabels - Variable in class adams.flow.transformer.WekaSpreadSheetToPredictions
whether to sort the labels.
m_SortLabels - Variable in class weka.classifiers.AggregateEvaluations
whether to sort the labels.
m_SortNewTableModel - Variable in class adams.gui.core.SortableAndSearchableTable
whether to automatically sort table models that get set via setModel.
m_SortOrder - Variable in class adams.flow.transformer.SpreadSheetSort
whether to use ascending or descending sort order.
m_SortPanel - Variable in class adams.gui.core.spreadsheettable.DataSort
the sort panel.
m_SortPanel - Variable in class adams.gui.tools.spreadsheetviewer.menu.DataSort
the sort panel.
m_SortReplace - Variable in class adams.flow.source.filesystemsearch.FtpDirectorySearchWithCustomSort
the string used for reassembling the groups extracted with the regular expression.
m_SortReplace - Variable in class adams.flow.source.filesystemsearch.LocalDirectorySearchWithCustomSort
the string used for reassembling the groups extracted with the regular expression.
m_SortReplace - Variable in class adams.flow.source.filesystemsearch.SftpDirectorySearchWithCustomSort
the string used for reassembling the groups extracted with the regular expression.
m_SortReplace - Variable in class adams.flow.source.filesystemsearch.SmbDirectorySearchWithCustomSort
the string used for reassembling the groups extracted with the regular expression.
m_SortSetupListeners - Variable in class adams.gui.tools.spreadsheetviewer.SortPanel
the listeners for changes in the setup.
m_Source - Variable in class adams.core.io.fileoperations.RemoteToRemoteFileOperations
the source file operations.
m_Source - Variable in class adams.data.filter.TimeseriesShiftTimestamps
the timestamp source.
m_Source - Variable in class adams.data.io.input.InstanceReader
the data source for reading.
m_Source - Variable in class adams.db.LogEntry
the source of the entry.
m_Source - Variable in class adams.db.LogEntryConditions
the source of the log entries (regexp).
m_Source - Variable in class adams.flow.source.inputstreamsource.FromFile
the file to load.
m_Source - Variable in class adams.flow.source.readersource.FromFile
the file to load.
m_Source - Variable in class adams.flow.source.RSync
the source path/url.
m_Source - Variable in class adams.flow.source.SimpleRSync
the source path/url.
m_Source - Variable in class adams.flow.source.WekaDatabaseReader
the actual loader for loading the data.
m_Source - Variable in class adams.flow.standalone.DirWatch
the directory to watch.
m_Source - Variable in class adams.flow.transformer.IndexedSplitsRunsEvaluation
the source actor.
m_Source - Variable in class adams.flow.transformer.IndexedSplitsRunsPredictions
the source actor.
m_Source - Variable in class adams.flow.transformer.MergeReport
the source actor.
m_Source - Variable in class adams.flow.transformer.SetJsonValue
the callable source to obtain the source from.
m_Source - Variable in class adams.flow.transformer.SetMapValue
the callable source to obtain the source from.
m_Source - Variable in class adams.flow.transformer.WekaFileReader
the actual loader for loading the data.
m_Source - Variable in class adams.gui.tools.wekainvestigator.data.FileContainer
the source.
m_Source - Variable in class adams.gui.tools.wekainvestigator.data.SpreadSheetContainer
the source.
m_SourceActor - Variable in class adams.flow.transformer.SetJsonValue
the callable source actor.
m_SourceActor - Variable in class adams.flow.transformer.SetMapValue
the callable source actor.
m_SourceCodeClass - Variable in class adams.flow.transformer.WekaClassifierInfo
the name of the source code class.
m_sourceFile - Variable in class weka.core.converters.SpreadSheetLoader
Holds the source of the data set.
m_SourceLookup - Variable in class adams.data.weka.datasetsplitter.ColumnSplitter
Mapping from the split attributes to their source in the original dataset.
m_SourceNode - Variable in class adams.gui.core.DragAndDropTree
the source node of the d'n'd.
m_Sources - Variable in class adams.data.instancesanalysis.FastICA
the sources.
m_SourcesAllowed - Variable in class adams.gui.goe.classtree.ActorClassTreeFilter
whether sources are allowed.
m_Sparse - Variable in class adams.flow.source.RSync
 
m_SparseFormat - Variable in class adams.flow.source.WekaDatabaseReader
whether to output data in sparse format.
m_SparsePLS - Variable in class adams.data.instancesanalysis.pls.SparsePLS
the actual algorithm.
m_SpatialWeight - Variable in class adams.data.boofcv.transformer.SuperPixels
the spatial weight.
m_Specials - Variable in class adams.flow.source.RSync
 
m_speedUpDistanceCompWithCanopies - Variable in class weka.clusterers.SAXKMeans
Whether to reducet the number of distance calcs done by k-means with canopies
m_Spin - Variable in class adams.gui.visualization.stats.scatterplot.Matrix
for choosing the size of each scatter plot
m_SpinnerAlpha - Variable in class adams.gui.goe.BaseColorEditor
The alpha value.
m_SpinnerAlpha - Variable in class adams.gui.goe.ColorEditor
The alpha value.
m_SpinnerAxisWid - Variable in class adams.gui.visualization.stats.boxplot.BoxPlotManager
spinner to choose the axis width of each box plot
m_SpinnerColumns - Variable in class adams.gui.core.AdjustableGridPanel
the spinner for the columns.
m_SpinnerFolds - Variable in class adams.gui.tools.wekainvestigator.tab.attseltab.evaluation.CrossValidation
the number of folds.
m_SpinnerFolds - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.CrossValidation
the number of folds.
m_SpinnerFolds - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.RepeatedCrossValidation
the number of folds.
m_SpinnerFolds - Variable in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.CrossValidation
the number of folds.
m_SpinnerFolds - Variable in class adams.gui.tools.wekainvestigator.tab.experimenttab.setup.CrossValidationSetup
the number of folds.
m_SpinnerGrid - Variable in class adams.gui.visualization.stats.boxplot.BoxPlotManager
Spinner for choosing the number of box plots to be displayed horizontally
m_SpinnerHeight - Variable in class adams.gui.visualization.stats.boxplot.BoxPlotManager
Spinner to choose the height of each box plot
m_SpinnerHour - Variable in class adams.gui.chooser.TimePanel
the spinner for the hours.
m_SpinnerHttpFtpPort - Variable in class adams.gui.application.ProxySettingsPanel
the http proxy port.
m_SpinnerMaxLines - Variable in class adams.gui.core.ConsolePanel.OutputPanel
the spinner for the maximum number of lines.
m_SpinnerMinute - Variable in class adams.gui.chooser.TimePanel
the spinner for the minutes.
m_SpinnerPort - Variable in class adams.gui.tools.SSHPanel
the port.
m_SpinnerPort - Variable in class adams.gui.tools.TelnetPanel
the port.
m_SpinnerRows - Variable in class adams.gui.core.AdjustableGridPanel
the spinner for the rows.
m_SpinnerRuns - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.RepeatedCrossValidation
the number of runs.
m_SpinnerRuns - Variable in class adams.gui.tools.wekainvestigator.tab.experimenttab.setup.CrossValidationSetup
the number of runs.
m_SpinnerRuns - Variable in class adams.gui.tools.wekainvestigator.tab.experimenttab.setup.TrainTestSplitSetup
the number of runs.
m_SpinnerSecond - Variable in class adams.gui.chooser.TimePanel
the spinner for the seconds.
m_SpinnerSmtpPort - Variable in class adams.gui.application.EmailSetupPanel
the SMTP port.
m_SpinnerSmtpTimeout - Variable in class adams.gui.application.EmailSetupPanel
the SMTP timeout.
m_SpinnerSocksPort - Variable in class adams.gui.application.ProxySettingsPanel
the socks proxy port.
m_SpinnerWidth - Variable in class adams.gui.visualization.stats.boxplot.BoxPlotManager
spinner to choose the width of each box plot
m_SpinPercent - Variable in class adams.gui.visualization.stats.scatterplot.Matrix
Spinner for choosing percent of data to sample
m_Split - Variable in class adams.gui.core.TitleGenerator
whether to split the full filename into path and filename.
m_SplitHandling - Variable in class adams.flow.transformer.StringArraySplit
how to handle the string that triggered the split.
m_SplitImages - Variable in class adams.gui.tools.ImageProcessorSubPanel
the splitpane for the images.
m_SplitIndex - Variable in class weka.classifiers.trees.RandomRegressionForest.Node
 
m_SplitLayers - Variable in class adams.gui.visualization.segmentation.layer.LayerManager
whether to use separate overlay layers or a combined layer.
m_SplitOutput - Variable in class adams.flow.source.Exec
whether to split the string output on the new line before converting.
m_SplitPane - Variable in class adams.flow.sink.DisplayPanelManager.HistorySplitPanel
the split pane for the components.
m_SplitPane - Variable in class adams.flow.sink.HistoryDisplay.HistorySplitPanel
the split pane for the components.
m_SplitPane - Variable in class adams.flow.transformer.compareobjectlocations.SideBySide.SideBySidePanel
the split pane.
m_SplitPane - Variable in class adams.flow.transformer.pixelselector.PixelSelectorPanel
the split pane.
m_SplitPane - Variable in class adams.gui.core.dom.DOMTreeWithPreview
the split pane to use.
m_SplitPane - Variable in class adams.gui.core.json.JsonTreeWithPreview
the split pane.
m_SplitPane - Variable in class adams.gui.core.MultiPagePane
the split pane.
m_SplitPane - Variable in class adams.gui.core.SplitPanelWithOptionalComponents
the split pane.
m_SplitPane - Variable in class adams.gui.flow.FlowEditorPanel
the split pane for displaying flow and tabs.
m_SplitPane - Variable in class adams.gui.flow.FlowRunnerPanel
the split pane to use for tree and notification area.
m_SplitPane - Variable in class adams.gui.flow.tab.Clipboard
the split pane for list and preview.
m_SplitPane - Variable in class adams.gui.flow.tab.StorageNamesTab
the split pane.
m_SplitPane - Variable in class adams.gui.flow.tab.VariablesTab
the split pane.
m_SplitPane - Variable in class adams.gui.goe.GenericObjectEditor.GOEPanel
the split pane.
m_SplitPane - Variable in class adams.gui.help.HelpFrame
the split pane.
m_SplitPane - Variable in class adams.gui.tools.AbstractLogEntryViewerPanel
the split pane for entries/message details.
m_SplitPane - Variable in class adams.gui.tools.ConsoleOutputAnalyzerPanel
the split pane to use.
m_SplitPane - Variable in class adams.gui.tools.ImageProcessorPanel
the split pane.
m_SplitPane - Variable in class adams.gui.tools.PreviewBrowserPanel
the split pane in use.
m_SplitPane - Variable in class adams.gui.tools.remotecontrolcenter.panels.AbstractRemoteFlowTab
the split pane.
m_SplitPane - Variable in class adams.gui.tools.remotecontrolcenter.panels.RemoteLoggingTab
the split pane.
m_SplitPane - Variable in class adams.gui.tools.SpreadSheetViewerPanel
the split pane.
m_SplitPane - Variable in class adams.gui.tools.sqlworkbench.SqlQueryPanel
the split panel.
m_SplitPane - Variable in class adams.gui.tools.wekainvestigator.tab.AbstractInvestigatorTabWithDataTable
the split pane.
m_SplitPane - Variable in class adams.gui.tools.wekainvestigator.tab.AssociateTab
the split pane for left/right panels.
m_SplitPane - Variable in class adams.gui.tools.wekainvestigator.tab.AttributeSelectionTab
the split pane for left/right panels.
m_SplitPane - Variable in class adams.gui.tools.wekainvestigator.tab.ClassifyTab
the split pane for left/right panels.
m_SplitPane - Variable in class adams.gui.tools.wekainvestigator.tab.ClusterTab
the split pane for left/right panels.
m_SplitPane - Variable in class adams.gui.tools.wekainvestigator.tab.ExperimentTab
the split pane for left/right panels.
m_SplitPane - Variable in class adams.gui.tools.wekainvestigator.tab.IndependentComponentsTab
the split pane.
m_SplitPane - Variable in class adams.gui.tools.wekainvestigator.tab.InstanceTab
the split pane.
m_SplitPane - Variable in class adams.gui.tools.wekainvestigator.tab.PartialLeastSquaresTab
the split pane.
m_SplitPane - Variable in class adams.gui.tools.wekainvestigator.tab.PrincipalComponentsTab
the split pane.
m_SplitPane - Variable in class adams.gui.tools.wekamultiexperimenter.analysis.DefaultAnalysisPanel
the split pane.
m_SplitPane - Variable in class adams.gui.tools.wekamultiexperimenter.analysis.TableResultsPanel
the split pane.
m_SplitPane - Variable in class adams.gui.visualization.container.DataContainerPanelWithSidePanel
the split pane (if a side panel is supported).
m_SplitPane - Variable in class adams.gui.visualization.debug.InspectionPanel
the split pane to use for displaying the tree and the associated data.
m_SplitPane - Variable in class adams.gui.visualization.debug.StoragePanel
the split pane for table and preview.
m_SplitPane - Variable in class adams.gui.visualization.report.ReportFactory.Panel
the split pane for table and list.
m_SplitPane - Variable in class adams.gui.visualization.stats.boxplot.BoxPlotManager
the split pane.
m_SplitPane - Variable in class adams.gui.visualization.stats.zscore.ZScore
the split pane.
m_SplitPane - Variable in class adams.gui.wizard.WizardPane
the split pane.
m_SplitPane - Variable in class adams.gui.workspace.AbstractWorkspaceManagerPanel
the split pane for the components.
m_SplitPane - Variable in class weka.gui.explorer.MultiExplorer
the split pane for the components.
m_SplitPane1 - Variable in class adams.gui.tools.XSLTPanel
the first split pane.
m_SplitPane2 - Variable in class adams.gui.tools.XSLTPanel
the second split pane.
m_SplitPaneAnnotationsAndTools - Variable in class adams.gui.visualization.object.ObjectAnnotationPanel
the split pane for annotations/tools.
m_SplitPaneContent - Variable in class adams.gui.goe.PropertySheetPanel
the panel with the content.
m_SplitPaneEditor - Variable in class adams.gui.flow.FlowPanel
the split pane to use for tree and notification area.
m_SplitPanelCenter - Variable in class adams.gui.tools.SpreadSheetProcessorPanel
the center split pane.
m_SplitPaneLeft - Variable in class adams.gui.visualization.object.ObjectAnnotationPanel
the left split panel (label selector | rest).
m_SplitPaneLeft - Variable in class adams.gui.visualization.segmentation.SegmentationPanel
the main split pane.
m_SplitPanelLeft - Variable in class adams.gui.tools.SpreadSheetProcessorPanel
the left split pane.
m_SplitPanelRight - Variable in class adams.gui.tools.SpreadSheetProcessorPanel
the right split pane.
m_SplitPanelVert1 - Variable in class adams.gui.tools.SpreadSheetProcessorPanel
the 1st vertical split pane.
m_SplitPanelVert2 - Variable in class adams.gui.tools.SpreadSheetProcessorPanel
the 2nd vertical split pane.
m_SplitPaneRight - Variable in class adams.gui.visualization.object.ObjectAnnotationPanel
the right split pane (image | annotations).
m_SplitPaneRight - Variable in class adams.gui.visualization.segmentation.SegmentationPanel
the left split pane.
m_SplitPaneTools - Variable in class adams.gui.visualization.object.ObjectAnnotationPanel
the split pane for the tools.
m_SplitPaneTools - Variable in class adams.gui.visualization.segmentation.SegmentationPanel
the split pane for the tools.
m_SplitPaneTrees - Variable in class adams.gui.flow.FlowPanel
the split pane for the trees (edit/debug).
m_SplitPercentage - Variable in class adams.flow.sink.WekaExperimentGenerator
the split-percentage to use (only train/test splits).
m_splitpoint - Variable in class weka.classifiers.meta.HighLowSplit
 
m_splitpoint - Variable in class weka.classifiers.meta.HighLowSplitSingleClassifier
 
m_Splits - Variable in class adams.core.discovery.genetic.AbstractGeneticDoubleDiscoveryHandlerResolution
the number of splits.
m_Splits - Variable in class adams.core.discovery.genetic.AbstractGeneticDoubleMatrixDiscoveryHandler
the number of splits.
m_Splits - Variable in class adams.core.discovery.genetic.AbstractGeneticFloatDiscoveryHandlerResolution
the number of splits.
m_Splits - Variable in class adams.data.indexedsplits.IndexedSplitsRun
the splits.
m_Splits - Variable in class adams.flow.transformer.indexedsplitsrunsgenerator.ManualSplitGenerator
the named ranges.
m_Splits - Variable in class weka.filters.supervised.attribute.SIMPLSMatrixFilterFromGeneticString
 
m_Splitter - Variable in class adams.data.splitgenerator.generic.randomsplit.RandomSplitGenerator
the splitter scheme.
m_Splitter - Variable in class adams.flow.transformer.SplitFile
the split algorithm.
m_Splitter - Variable in class adams.flow.transformer.TimeseriesSplit
the splitter.
m_Splitter - Variable in class adams.flow.transformer.WekaDatasetSplit
The splitter to use.
m_SplitterPosition - Variable in class adams.flow.sink.DOMDisplay
the position of the splitter.
m_SplitterPosition - Variable in class adams.flow.transformer.PixelSelector
the position of the splitter.
m_SplitValue - Variable in class weka.classifiers.trees.RandomRegressionForest.Node
 
m_SpreadSheet - Variable in class adams.flow.sink.PlotContainerSink
stores the content of the plot containers.
m_SpreadsheetNames - Variable in class adams.flow.transformer.spreadsheetmethodmerge.AbstractMerge
The name of each spreadsheet to use in column renaming.
m_SpreadSheetRowPanel - Variable in class adams.flow.sink.SpreadSheetRowViewer
the panel with the rows.
m_SpreadSheetRowPointHitDetector - Variable in class adams.gui.visualization.spreadsheet.SpreadSheetRowPanel
the hit detector for the tooltip.
m_Spreadsheets - Variable in class adams.flow.transformer.spreadsheetmethodmerge.AbstractMerge
The source spreadsheets we are merging.
m_SpreadSheetType - Variable in class adams.data.conversion.AbstractMatrixToSpreadSheet
the type of spreadsheet to use.
m_SpreadSheetType - Variable in class adams.data.conversion.TimeseriesToSpreadSheet
the type of spreadsheet to use.
m_SpreadSheetType - Variable in class adams.data.conversion.WekaInstancesToSpreadSheet
the type of spreadsheet to use.
m_SpreadSheetType - Variable in class adams.data.featureconverter.SpreadSheet
the type of spreadsheet to use.
m_SpreadSheetType - Variable in class adams.data.io.input.AbstractSpreadSheetReader
the type of spreadsheet to use.
m_SpreadSheetType - Variable in class adams.flow.source.NewSpreadSheet
the type of spreadsheet to use.
m_SQL - Variable in class adams.flow.source.SQLIdSupplier
the SQL statement to execute.
m_SQL - Variable in class adams.flow.source.TimeseriesDbReader
the SQL statement to execute.
m_SQL - Variable in class adams.flow.standalone.ExecSQL
the SQL statement to execute.
m_SQL - Variable in class adams.flow.transformer.AbstractReportDbUpdater
the SQL statement to execute.
m_SQL - Variable in class adams.flow.transformer.TimeseriesDbReader
the SQL statement to execute.
m_SQLCounter - Variable in class adams.gui.tools.SqlWorkbenchPanel
the SQL counter.
m_squaredErrors - Variable in class weka.clusterers.SAXKMeans
Holds the squared errors for all clusters.
m_SquareRadius - Variable in class adams.data.boofcv.transformer.Binary
the square radius.
m_SSR - Variable in class weka.classifiers.meta.AbstainLeastMedianSq
 
m_SSR - Variable in class weka.classifiers.meta.LeastMedianSq
 
m_SST - Variable in class adams.data.io.input.ExcelStreamingSpreadSheetReader.SheetHandler
the table for shared strings.
m_Stages - Variable in class adams.flow.execution.ExecutionLog
the stages to output.
m_StagesSet - Variable in class adams.flow.execution.ExecutionLog
the actual stages.
m_Stamper - Variable in class adams.flow.transformer.PDFStamp
the stamper to use.
m_StandaloneReports - Variable in class adams.flow.transformer.AbstractReportDbWriter
whether to allow reports that are not associated with a data container.
m_StandalonesAllowed - Variable in class adams.gui.goe.classtree.ActorClassTreeFilter
whether standalones are allowed.
m_StandardDeviation - Variable in class adams.data.distribution.Normal
the standard deviation.
m_StandardDeviation - Variable in class adams.data.spc.XBarSChart
whether to generate mean or standard deviation data.
m_standardizeFilter - Variable in class weka.filters.unsupervised.attribute.PrincipalComponentsJ
Filter for standardizing the data
m_start - Variable in class adams.opt.genetic.Hermione
 
m_Start - Variable in class adams.core.base.BaseDate
the start date to use.
m_Start - Variable in class adams.core.base.BaseDateTime
the start datetime to use.
m_Start - Variable in class adams.core.base.BaseDateTimeMsec
the start datetime to use.
m_Start - Variable in class adams.core.base.BaseTime
the start time to use.
m_Start - Variable in class adams.core.base.BaseTimeMsec
the start time to use.
m_Start - Variable in class adams.core.SimpleTimer
the start time in milliseconds.
m_Start - Variable in class adams.data.binning.Bin
the start of the bin.
m_Start - Variable in class adams.data.conversion.BaseDateTimeMsecToString
the start date to use as basis for the evaluation.
m_Start - Variable in class adams.data.conversion.BaseDateTimeToString
the start date to use as basis for the evaluation.
m_Start - Variable in class adams.data.conversion.BaseDateToString
the start date to use as basis for the evaluation.
m_Start - Variable in class adams.data.conversion.BaseTimeToString
the start time to use as basis for the evaluation.
m_Start - Variable in class adams.data.conversion.SpreadSheetAddRowID
the index to start with.
m_Start - Variable in class adams.data.conversion.WekaForecastContainerToTimeseries
the start date for timeseries.
m_Start - Variable in class adams.data.filter.TimeseriesResetTimestamps
the new start date.
m_Start - Variable in class adams.data.filter.TimeseriesSetStart
the new starting point.
m_Start - Variable in class adams.data.filter.TimeseriesWindow
the starting point.
m_Start - Variable in class adams.flow.execution.Time
keeps track of the start time of an actor.
m_Start - Variable in class adams.flow.source.OptionTraverser
the start of the traversal.
m_Start - Variable in class adams.flow.template.OptionTraverser
the start of the traversal.
m_Start - Variable in class adams.flow.transformer.BinaryFileReader
the start position.
m_Start - Variable in class adams.gui.visualization.report.ReportDateFieldRangePaintlet
the date field in the report (start).
m_Start - Variable in class adams.parser.basedate.Parser
optional start date.
m_Start - Variable in class adams.parser.basedatetime.Parser
optional start datetime.
m_Start - Variable in class adams.parser.basedatetimemsec.Parser
optional start datetime.
m_Start - Variable in class adams.parser.basetime.Parser
optional start datetime.
m_Start - Variable in class adams.parser.basetimemsec.Parser
optional start datetime.
m_Start - Variable in class adams.tools.ZipPassword
the starting password.
m_StartBut - Variable in class weka.gui.explorer.ExperimentPanel
Click to start running the experiment.
m_StartDate - Variable in class adams.data.conversion.ExcelDoubleColumnToDate
the start date.
m_StartDate - Variable in class adams.data.conversion.ExcelDoubleColumnToDateTime
the start date.
m_StartDate - Variable in class adams.db.AbstractTimeWindowTableCleanUp
the start date.
m_StartDate - Variable in class adams.tools.AbstractTimeWindowDatabaseTool
the start date of the window.
m_StartIndex - Variable in class adams.data.conversion.ArrayToReport
the start for the index.
m_StartLocalEngine - Variable in class adams.scripting.CommandRunner
whether to start the local scripting engine.
m_StartTag - Variable in class adams.doc.javadoc.Javadoc
the start tag.
m_StartTime - Variable in class adams.flow.standalone.Stopwatch.StopwatchPanel
the start time.
m_StartTime - Variable in class adams.gui.flow.FlowWorker
the start time.
m_StartTime - Variable in class adams.multiprocess.ScpJobRunner
the start time.
m_StartTimestamp - Variable in class adams.flow.transformer.ImageAnnotator
the start timestamp.
m_StartTimestamp - Variable in class adams.flow.transformer.ImageLabeler
the start timestamp.
m_StartTimestamp - Variable in class adams.flow.transformer.ImageObjectAnnotator
the start timestamp.
m_StartTimestamp - Variable in class adams.gui.visualization.timeseries.FixedTimestampRangePaintlet
the start timestamp of the range.
m_StartUps - Variable in class adams.gui.application.AbstractApplicationFrame
the menu items (classnames with further parameters) to start up immediately.
m_State - Variable in class adams.flow.transformer.pdfproclet.PDFGenerator
the document state.
m_State - Variable in class adams.gui.action.AbstractPropertiesAction
the state.
m_Statement - Variable in class adams.db.SQLTableCleanUp
the SQL command to execute.
m_Static - Variable in class adams.core.ClassLister
whether static or dynamic discovery is used.
m_Statistic - Variable in class adams.data.spreadsheet.colstatistic.ArrayStatistic
the array statistic to use.
m_Statistic - Variable in class adams.data.spreadsheet.rowscore.ArrayStatistic
the row statistic to use.
m_Statistic - Variable in class adams.data.spreadsheet.rowscore.RowStatistic
the row statistic to use.
m_Statistic - Variable in class adams.data.spreadsheet.rowstatistic.ArrayStatistic
the array statistic to use.
m_Statistic - Variable in class adams.flow.processor.ActorStatistics
the statistics.
m_Statistic - Variable in class adams.flow.transformer.ArrayStatistic
the statistic to generate.
m_Statistic - Variable in class adams.flow.transformer.SpreadSheetColumnStatistic
the statistic to generate.
m_Statistic - Variable in class adams.flow.transformer.SpreadSheetMatrixStatistic
the statistic to generate.
m_Statistic - Variable in class adams.flow.transformer.SpreadSheetRowStatistic
the statistic to generate.
m_Statistic - Variable in class adams.flow.transformer.SpreadSheetStatistic
the statistic to generate.
m_Statistic - Variable in class adams.flow.transformer.WekaInstancesStatistic
the statistic to generate.
m_Statistic - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.Predictions
the statistic to generate.
m_Statistic - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.SamplePlot
the statistic to generate.
m_Statistic - Variable in class adams.gui.visualization.statistics.InformativeStatisticFactory.Model
the underlying object.
m_Statistic - Variable in class weka.classifiers.meta.ClassifierCascade
the statistic to use for termination.
m_Statistics - Variable in class adams.data.spreadsheet.colstatistic.MultiColumnStatistic
the statistics to calculate.
m_Statistics - Variable in class adams.data.spreadsheet.matrixstatistic.MultiMatrixStatistic
the statistics to calculate.
m_Statistics - Variable in class adams.data.spreadsheet.rowstatistic.MultiRowStatistic
the statistics to calculate.
m_Statistics - Variable in class adams.data.statistics.AbstractDataContainerStatistics
the statistics to calculate.
m_Statistics - Variable in class adams.data.statistics.AbstractDataStatistic
contains the statistics.
m_Statistics - Variable in class adams.flow.transformer.SummaryStatistics
the statistics.
m_Statistics - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.Statistics
the statistics to output.
m_Statistics - Variable in class adams.gui.visualization.statistics.InformativeStatisticFactory.MultiPagePane
the underlying data.
m_StatisticValue - Variable in class adams.flow.transformer.WekaEvaluationValuePicker
the comparison field.
m_StatisticValues - Variable in class adams.flow.transformer.WekaBootstrapping
the comparison fields.
m_StatisticValues - Variable in class adams.flow.transformer.WekaEvaluationValues
the comparison fields.
m_Stats - Variable in class adams.flow.source.RSync
 
m_StatsTable - Variable in class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeSummaryPanel
the statistics table.
m_Status - Variable in class adams.db.LogEntry
the status of the entry.
m_Status - Variable in class adams.db.LogEntryConditions
the status of the log entries (regexp).
m_Status - Variable in class adams.gui.flow.FlowPanel
the current status.
m_StatusBar - Variable in class adams.flow.sink.DisplayPanelManager.HistorySplitPanel
the status bar.
m_StatusBar - Variable in class adams.flow.sink.HistoryDisplay.HistorySplitPanel
the status bar.
m_StatusBar - Variable in class adams.gui.flow.FlowControlCenterPanel
the status.
m_StatusBar - Variable in class adams.gui.flow.FlowEditorPanel
the status.
m_StatusBar - Variable in class adams.gui.flow.FlowRunnerPanel
the status.
m_StatusBar - Variable in class adams.gui.scripting.AbstractScriptingDialog
the status.
m_StatusBar - Variable in class adams.gui.tools.FileCommanderPanel
the statusbar.
m_StatusBar - Variable in class adams.gui.tools.FindInFilesPanel
the status bar.
m_StatusBar - Variable in class adams.gui.tools.remotecontrolcenter.RemoteControlCenterPanel
the statust bar.
m_StatusBar - Variable in class adams.gui.tools.SpreadSheetProcessorPanel
the status bar.
m_StatusBar - Variable in class adams.gui.tools.wekainvestigator.InvestigatorPanel
the status bar.
m_StatusBar - Variable in class adams.gui.tools.wekainvestigator.tab.AssociateTab
the status bar.
m_StatusBar - Variable in class adams.gui.tools.wekainvestigator.tab.AttributeSelectionTab
the status bar.
m_StatusBar - Variable in class adams.gui.tools.wekainvestigator.tab.ClassifyTab
the status bar.
m_StatusBar - Variable in class adams.gui.tools.wekainvestigator.tab.ClusterTab
the status bar.
m_StatusBar - Variable in class adams.gui.tools.wekainvestigator.tab.ExperimentTab
the status bar.
m_StatusBar - Variable in class adams.gui.visualization.image.ImagePanel
the status bar label.
m_StatusBar - Variable in class adams.gui.visualization.instance.InstanceComparePanel
for displaying error messages.
m_StatusBar - Variable in class adams.gui.visualization.instance.InstanceExplorer
the status bar.
m_StatusBar - Variable in class adams.gui.visualization.object.ObjectAnnotationPanel
the status bar label.
m_StatusBar - Variable in class adams.gui.visualization.spreadsheet.SpreadSheetExplorer
the status bar.
m_StatusBar - Variable in class adams.gui.visualization.timeseries.TimeseriesExplorer
the status bar.
m_StatusBar - Variable in class adams.gui.workspace.AbstractWorkspacePanelWithStatusBar
the status bar.
m_StatusBarDateFormat - Variable in class adams.gui.tools.wekainvestigator.InvestigatorPanel
for timestamps in the statusbar.
m_StatusDialogTitle - Variable in class adams.gui.core.BaseStatusBar
the title for the status dialog.
m_StatusLeft - Variable in class adams.gui.core.BaseStatusBar
the current status (left).
m_StatusMessageHandler - Variable in class adams.flow.setup.FlowSetupManager
the handler to use for displaying messages.
m_StatusMessageHandler - Variable in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment
for notifications.
m_StatusMessageHandler - Variable in class adams.gui.visualization.container.DataContainerPanel
a status message handler for displaying status messages.
m_StatusMessageHandler - Variable in class adams.multiprocess.WekaCrossValidationExecution
for outputting notifications.
m_StatusMessageHandler - Variable in class adams.multiprocess.WekaCrossValidationJob
for outputting notifications.
m_StatusProcessor - Variable in class adams.gui.core.BaseStatusBar
for custom processing the status message before displaying it.
m_StatusRight - Variable in class adams.gui.core.BaseStatusBar
the current status (right).
m_StdDev - Variable in class adams.gui.visualization.stats.zscore.StdDev
Number of standard deviations from the mean
m_StdDev - Variable in class weka.classifiers.meta.InputSmearing
the standard deviation multiplier to use.
m_StdDev - Variable in class weka.filters.unsupervised.attribute.InputSmearing
the standard deviation multiplier to use.
m_stdDevNum - Variable in class adams.gui.visualization.stats.paintlet.StdDevPaintlet
number of standard deviations
m_StdDevs - Variable in class adams.data.spreadsheet.filter.Standardize
the stddevs.
m_StdDevs - Variable in class weka.classifiers.functions.LinearRegressionJ
The attribute standard deviations
m_StdDevs - Variable in class weka.filters.supervised.attribute.PLSFilterExtended
 
m_StdDevs - Variable in class weka.filters.unsupervised.attribute.InputSmearing
the std devs to use.
m_Stderr - Variable in class adams.flow.sink.Exec
for outputting stderr of the process.
m_StdErr - Variable in class adams.core.management.Launcher
for stderr.
m_StdErr - Variable in class adams.flow.standalone.JavaExec
the stderr actor.
m_StdErrProcessor - Variable in class adams.core.command.AbstractExternalCommand
the handler for processing output on stderr.
m_Stdev - Variable in class adams.data.random.AbstractDistributionBasedRandomNumberGenerator
the standard deviation.
m_Stdout - Variable in class adams.flow.sink.Exec
for outputting stdout of the process.
m_StdOut - Variable in class adams.core.management.AbstractOutputPrinter
whether to output to stdout.
m_StdOut - Variable in class adams.core.management.Launcher
for stdout.
m_StdOut - Variable in class adams.flow.standalone.JavaExec
the stdout actor.
m_StdOutProcessor - Variable in class adams.core.command.AbstractExternalCommand
the handler for processing output on stderr.
m_StepByStep - Variable in class adams.flow.execution.Debug
whether to start in auto-progress mode.
m_StepSize - Variable in class adams.data.image.features.Entropy
the step size to use (every n-th column/row).
m_Stop - Variable in class adams.gui.visualization.stats.scatterplot.Matrix
Button to stop the thread updating the overlays
m_StopBut - Variable in class weka.gui.explorer.ExperimentPanel
Click to stop a running experiment.
m_StopFile - Variable in class adams.core.io.lister.LocalDirectoryLister
the name of the "stop file" which results in an empty list to be returned.
m_StopFileEncountered - Variable in class adams.core.io.lister.LocalDirectoryLister
whether the stop file was encountered.
m_StopFlowIfCanceled - Variable in class adams.flow.source.AbstractInteractiveSource
whether to stop the flow if canceled.
m_StopFlowIfCanceled - Variable in class adams.flow.source.SelectFile
whether to stop the flow if canceled.
m_StopFlowIfCanceled - Variable in class adams.flow.source.WekaSelectDataset
whether to stop the flow if canceled.
m_StopFlowIfCanceled - Variable in class adams.flow.standalone.AbstractDatabaseConnection
whether to stop the flow if canceled.
m_StopFlowIfCanceled - Variable in class adams.flow.standalone.FTPConnection
whether to stop the flow if canceled.
m_StopFlowIfCanceled - Variable in class adams.flow.standalone.SMBConnection
whether to stop the flow if canceled.
m_StopFlowIfCanceled - Variable in class adams.flow.standalone.SMTPConnection
whether to stop the flow if canceled.
m_StopFlowIfCanceled - Variable in class adams.flow.standalone.SSHConnection
whether to stop the flow if canceled.
m_StopFlowIfCanceled - Variable in class adams.flow.transformer.AbstractInteractiveTransformer
whether to stop the flow if canceled.
m_StopFlowIfCanceled - Variable in class adams.flow.transformer.AbstractInteractiveTransformerDialog
whether to stop the flow if canceled.
m_StopFlowOnError - Variable in class adams.flow.core.AbstractActor
whether to stop the flow in case of an error.
m_StopFlows - Variable in class adams.scripting.command.basic.AbstractCommandWithFlowStopping
whether to stop all registered flows first.
m_StopMessage - Variable in class adams.flow.control.Stop
the stop message to fail with.
m_StopMessage - Variable in class adams.flow.core.AbstractActor
the message that was used when stopping the execution.
m_StopMode - Variable in class adams.flow.control.Stop
how to perform the stop.
m_StopMode - Variable in class adams.flow.source.AbstractInteractiveSource
how to perform the stop.
m_StopMode - Variable in class adams.flow.source.SelectFile
how to perform the stop.
m_StopMode - Variable in class adams.flow.source.WekaSelectDataset
how to perform the stop.
m_StopMode - Variable in class adams.flow.standalone.AbstractDatabaseConnection
how to perform the stop.
m_StopMode - Variable in class adams.flow.standalone.FTPConnection
how to perform the stop.
m_StopMode - Variable in class adams.flow.standalone.SMBConnection
how to perform the stop.
m_StopMode - Variable in class adams.flow.standalone.SMTPConnection
how to perform the stop.
m_StopMode - Variable in class adams.flow.standalone.SSHConnection
how to perform the stop.
m_StopMode - Variable in class adams.flow.transformer.AbstractInteractiveTransformer
how to perform the stop.
m_StopMode - Variable in class adams.flow.transformer.AbstractInteractiveTransformerDialog
how to perform the stop.
m_StopOnFirstDetection - Variable in class adams.data.outlier.MultiOutlierDetector
stops detection as soon as one sub-detector detected something.
m_Stopped - Variable in class adams.console.Logging
whether listening was stopped.
m_Stopped - Variable in class adams.core.command.AbstractExternalCommand
whether the execution was stopped.
m_Stopped - Variable in class adams.core.io.filesearch.AbstractFileSearchHandler
whether the search was stopped.
m_Stopped - Variable in class adams.core.io.lister.AbstractDirectoryLister
whether to stop the currently listing.
m_Stopped - Variable in class adams.core.management.OutputProcessStream
whether the output was stopped.
m_Stopped - Variable in class adams.data.conversion.AbstractConversion
whether the conversion was stopped.
m_Stopped - Variable in class adams.data.io.input.AbstractReportReader
whether the reader got stopped.
m_Stopped - Variable in class adams.data.io.input.AbstractSpreadSheetReader
whether the read process was stopped through an external source.
m_Stopped - Variable in class adams.data.io.input.ExcelStreamingSpreadSheetReader.SheetHandler
whether the parsing was stopped.
m_Stopped - Variable in class adams.data.io.output.AbstractSpreadSheetWriter
whether the read process was stopped through an external source.
m_Stopped - Variable in class adams.data.spreadsheet.sql.Reader
whether the reading was stopped.
m_Stopped - Variable in class adams.data.spreadsheet.sql.Writer
whether the last action was stopped.
m_Stopped - Variable in class adams.flow.control.AbstractDirector
whether execution was stopped.
m_Stopped - Variable in class adams.flow.core.AbstractActor
whether the execution was stopped.
m_Stopped - Variable in class adams.flow.core.RunnableWithLogging
whether the runnable has been stopped.
m_Stopped - Variable in class adams.flow.execution.Debug
whether the flow got stopped.
m_Stopped - Variable in class adams.flow.source.filesystemsearch.AbstractFileSystemSearchlet
whether search was stopped.
m_Stopped - Variable in class adams.flow.transformer.imagepreparation.AbstractImagePreparation
whether the preparation was stopped.
m_Stopped - Variable in class adams.flow.transformer.indexedsplitsrunsevaluation.AbstractIndexedSplitsRunsEvaluation
whether the evaluation was stopped.
m_Stopped - Variable in class adams.flow.transformer.indexedsplitsrunspredictions.AbstractIndexedSplitsRunsPredictions
whether the evaluation was stopped.
m_Stopped - Variable in class adams.flow.transformer.locateobjects.AbstractObjectLocator
whether the execution was stopped.
m_Stopped - Variable in class adams.flow.transformer.negativeregions.AbstractNegativeRegionsGenerator
whether the generator was stopped.
m_Stopped - Variable in class adams.flow.transformer.splitfile.AbstractFileSplitter
whether the splitting has been stopped.
m_Stopped - Variable in class adams.gui.scripting.AbstractScriptlet
whether the scriptlet has been stopped.
m_Stopped - Variable in class adams.gui.tools.FileCommanderPanel
whether the operation was stopped by the user.
m_Stopped - Variable in class adams.gui.tools.FindInFilesPanel
whether the search has been stopped.
m_Stopped - Variable in class adams.gui.tools.wekainvestigator.tab.experimenttab.setup.AbstractExperimentSetup
whether the experiment got stopped.
m_Stopped - Variable in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment
whether the experiment was stopped.
m_Stopped - Variable in class adams.multiprocess.AbstractJob
whether the job has been stopped.
m_Stopped - Variable in class adams.multiprocess.WekaCrossValidationExecution
whether the execution has been stopped.
m_Stopped - Variable in class adams.opt.genetic.AbstractGeneticAlgorithm
whether the algorithm got stopped.
m_Stopped - Variable in class adams.scripting.engine.AbstractScriptingEngine
whether the engine is stopped.
m_Stopped - Variable in class adams.tools.AbstractTool
whether the tool was stopped.
m_Stopped - Variable in class weka.classifiers.MultiLevelSplitGenerator
whether the generation got stopped.
m_Stopping - Variable in class adams.flow.control.AbstractDirector
whether execution is in the process of being stopped.
m_Stopping - Variable in class adams.gui.flow.FlowWorker
whether the flow is being stopped.
m_Stopping - Variable in class adams.gui.tools.wekainvestigator.tab.ClassifyTab
whether the execution is in the process of stopping.
m_Stopping - Variable in class adams.gui.tools.wekainvestigator.tab.ExperimentTab
whether the execution is in the process of stopping.
m_StoppingCriterion - Variable in class adams.opt.genetic.AbstractGeneticAlgorithm
the stopping criterion.
m_StoppingTimeout - Variable in class adams.flow.control.AbstractDirectedControlActor
the timeout in milliseconds for stopping in case of atomic execution (<= 0 is infinity).
m_StoppingTimeout - Variable in class adams.flow.control.Branch
the timeout in milliseconds for stopping in case of atomic execution (<= 0 is infinity).
m_StoppingWarningInterval - Variable in class adams.flow.control.AbstractDirectedControlActor
the interval in msec to warn if actors haven't stopped yet (and not stopping timeout set).
m_StoppingWarningInterval - Variable in class adams.flow.control.Branch
the interval in msec to warn if actors haven't stopped yet (and not stopping timeout set).
m_StopWatch - Variable in class adams.flow.control.TimedSubProcess
the stopwatch for timing.
m_StopWatch - Variable in class adams.flow.control.TimedTee
the stopwatch for timing.
m_StopWatch - Variable in class adams.flow.control.TimedTrigger
the stopwatch for timing.
m_Storage - Variable in class adams.flow.control.Flow
the storage for temporary data.
m_Storage - Variable in class adams.flow.transformer.IndexedSplitsRunsEvaluation
the storage item.
m_Storage - Variable in class adams.flow.transformer.IndexedSplitsRunsPredictions
the storage item.
m_Storage - Variable in class adams.flow.transformer.MergeReport
the storage item.
m_Storage - Variable in class adams.flow.transformer.SetJsonValue
the storage item.
m_Storage - Variable in class adams.flow.transformer.SetMapValue
the storage item.
m_Storage - Variable in class adams.flow.transformer.WekaNearestNeighborSearch
the storage item.
m_Storage - Variable in class adams.gui.visualization.debug.StoragePanel.TableModel
the underlying storage.
m_Storage - Variable in class adams.scripting.command.flow.RemoteFlowExecution
the storage items.
m_StorageAnnotations - Variable in class adams.flow.transformer.draw.AnnotationsAndPredictions
the storage item with the annotations report.
m_StorageFilePairs - Variable in class adams.flow.standalone.DeserializeToStorage
the storage/file pairs.
m_StorageFilter - Variable in class adams.flow.control.LocalScopeTransformer
the regular expression of the storage items to allow into the local scope.
m_StorageFilter - Variable in class adams.flow.control.LocalScopeTrigger
the regular expression of the storage items to allow into the local scope.
m_StorageHandler - Variable in class adams.flow.core.AbstractActor
the storage handler.
m_StorageName - Variable in class adams.core.command.stderr.Enqueue
the name of the queue in the internal storage.
m_StorageName - Variable in class adams.core.command.stdout.Enqueue
the name of the queue in the internal storage.
m_StorageName - Variable in class adams.data.conversion.MapToWekaInstance
the name of the stored value.
m_StorageName - Variable in class adams.data.objectfilter.AttachOverlappingMetaData
the storage item.
m_StorageName - Variable in class adams.flow.condition.bool.HashSet
the name of the lookup table in the internal storage.
m_StorageName - Variable in class adams.flow.condition.bool.HasMapValue
the name of the java.util.Map object in internal storage.
m_StorageName - Variable in class adams.flow.condition.bool.HasQueue
the name of the lookup table in the internal storage.
m_StorageName - Variable in class adams.flow.condition.bool.HasStorageValue
the name of the lookup table in the internal storage.
m_StorageName - Variable in class adams.flow.condition.bool.StorageFlagSet
the name of the flag in storage.
m_StorageName - Variable in class adams.flow.control.IfStorageValue
the name of the stored value.
m_StorageName - Variable in class adams.flow.control.Injector
the storage item.
m_StorageName - Variable in class adams.flow.control.SetContainerValue
the storage name to retrieve the data from.
m_StorageName - Variable in class adams.flow.control.StorageValueSequence
the name of the stored value.
m_StorageName - Variable in class adams.flow.sink.EnQueue
the name of the queue in the internal storage.
m_StorageName - Variable in class adams.flow.sink.Publish
the name of the publish/subscribe data structure in the internal storage.
m_StorageName - Variable in class adams.flow.source.Counter
the name of the lookup table in the internal storage.
m_StorageName - Variable in class adams.flow.source.DeQueue
the name of the queue in the internal storage.
m_StorageName - Variable in class adams.flow.source.HashSet
the name of the hashset in the internal storage.
m_StorageName - Variable in class adams.flow.source.LookUp
the name of the lookup table in the internal storage.
m_StorageName - Variable in class adams.flow.source.LookUpTable
the name of the lookup table in the internal storage.
m_StorageName - Variable in class adams.flow.source.StorageForLoop
the storage value to output.
m_StorageName - Variable in class adams.flow.source.StorageValue
the name of the stored value.
m_StorageName - Variable in class adams.flow.standalone.CounterInit
the name of the counter in the internal storage.
m_StorageName - Variable in class adams.flow.standalone.DeleteStorageValue
the name of the value to store.
m_StorageName - Variable in class adams.flow.standalone.DeserializeToStorage
the storage name to store the model under.
m_StorageName - Variable in class adams.flow.standalone.HashSetInit
the name of the hashset in the internal storage.
m_StorageName - Variable in class adams.flow.standalone.LookUpInit
the name of the lookup table in the internal storage.
m_StorageName - Variable in class adams.flow.standalone.QueueEvent
the name of the queue in the internal storage.
m_StorageName - Variable in class adams.flow.standalone.QueueInit
the name(s) of the queue in the internal storage.
m_StorageName - Variable in class adams.flow.transformer.AbstractDataContainerAdd
the name of the stored value.
m_StorageName - Variable in class adams.flow.transformer.AbstractDataContainerAppend
the name of the stored value.
m_StorageName - Variable in class adams.flow.transformer.CollectionAppend
the name of the stored value.
m_StorageName - Variable in class adams.flow.transformer.CounterAdd
the name of the counter in the internal storage.
m_StorageName - Variable in class adams.flow.transformer.CounterInit
the name of the counter in the internal storage.
m_StorageName - Variable in class adams.flow.transformer.DeleteStorageValue
the name of the value to store.
m_StorageName - Variable in class adams.flow.transformer.DetermineOverlappingAreas
the storage item.
m_StorageName - Variable in class adams.flow.transformer.DetermineOverlappingObjects
the storage item.
m_StorageName - Variable in class adams.flow.transformer.HashSetAdd
the name of the hashset in the internal storage.
m_StorageName - Variable in class adams.flow.transformer.HashSetInit
the name of the hashset in the internal storage.
m_StorageName - Variable in class adams.flow.transformer.HashSetRemove
the name of the hashset in the internal storage.
m_StorageName - Variable in class adams.flow.transformer.ImageObjectOverlap
the storage item.
m_StorageName - Variable in class adams.flow.transformer.ImageObjectOverlapMatrix
the storage item.
m_StorageName - Variable in class adams.flow.transformer.IncStorageValue
the name of the storage value.
m_StorageName - Variable in class adams.flow.transformer.IntersectOverUnion
the storage item.
m_StorageName - Variable in class adams.flow.transformer.LookUp
the name of the lookup table in the internal storage.
m_StorageName - Variable in class adams.flow.transformer.LookUpAdd
the name of the lookup table in the internal storage.
m_StorageName - Variable in class adams.flow.transformer.LookUpInit
the name of the lookup table in the internal storage.
m_StorageName - Variable in class adams.flow.transformer.LookUpRemove
the name of the lookup table in the internal storage.
m_StorageName - Variable in class adams.flow.transformer.MergeObjectLocations
the storage item.
m_StorageName - Variable in class adams.flow.transformer.MergeReportFromMap
the name of the stored value.
m_StorageName - Variable in class adams.flow.transformer.PDFAppendDocument
the storage item to use.
m_StorageName - Variable in class adams.flow.transformer.RemoveOverlappingImageObjects
the storage item.
m_StorageName - Variable in class adams.flow.transformer.SetArrayElement
the storage name.
m_StorageName - Variable in class adams.flow.transformer.SetStorageFlag
the name of the item to store the flag value under.
m_StorageName - Variable in class adams.flow.transformer.SetStorageValue
the name of the value to store.
m_StorageName - Variable in class adams.flow.transformer.SpreadSheetAppend
the name of the stored value.
m_StorageName - Variable in class adams.flow.transformer.StorageCollectionInsert
the name of the collection in storage.
m_StorageName - Variable in class adams.flow.transformer.StorageJFreeChartAddSeries
the name of the dataset in storage.
m_StorageName - Variable in class adams.flow.transformer.WekaGeneticAlgorithmInitializer
the name of the datasets in the internal storage.
m_StorageName - Variable in class adams.flow.websocket.client.SimpleSendWithQueueGenerator
the name of the queue in the internal storage.
m_StorageNamePrefix - Variable in class adams.flow.transformer.MapToStorageValues
the prefix for the variables.
m_StorageNames - Variable in class adams.flow.control.RemoteExecutionTrigger
the storage items to transmit.
m_StorageNames - Variable in class adams.flow.processor.ListAllStorageNames
the storage names in use.
m_StorageNames - Variable in class adams.flow.source.CombineArrays
the names of the stored values.
m_StorageNames - Variable in class adams.flow.source.CombineCollections
the names of the stored values.
m_StorageNames - Variable in class adams.flow.source.MakeContainer
the storage names to retrieve the data from.
m_StorageNames - Variable in class adams.flow.source.StorageValuesArray
the names of the stored values.
m_StorageNames - Variable in class adams.flow.source.ZipArrays
the names of the stored values.
m_StorageNames - Variable in class adams.flow.standalone.InitPublishSubscribe
the names of the publish/subscribe data structures in the internal storage.
m_StorageNames - Variable in class adams.scripting.command.flow.RemoteFlowExecution
the storage items to transmit.
m_StoragePredictions - Variable in class adams.flow.transformer.draw.AnnotationsAndPredictions
the storage item with the predictions report.
m_StoragePrefix - Variable in class adams.flow.transformer.SpreadSheetStorageRowIterator
the prefix for the storage names.
m_StorageRegExp - Variable in class adams.flow.control.LocalScopeTransformer
the regular expression of the variables to propagate.
m_StorageRegExp - Variable in class adams.flow.control.LocalScopeTrigger
the regular expression of the variables to propagate.
m_Store - Variable in class adams.tools.AbstractAddRemoveTimeWindowDatabaseTool
whether to write a modified report back to the database.
m_StoreAttributes - Variable in class adams.data.conversion.DOMToProperties
whether to store attributes of elements as well.
m_StoredResults - Variable in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm
the cache for results.
m_StoredResults - Variable in class adams.opt.optimise.GeneticAlgorithm
the cache for results.
m_StoredValue - Variable in class adams.flow.control.IfStorageValue.IfStorageValueDirector
the stored value.
m_StoredValue - Variable in class adams.flow.source.StorageValue
the stored value.
m_StoredValue - Variable in class adams.flow.source.StorageValuesArray
the stored value.
m_StoredValue - Variable in class adams.flow.source.VariablesArray
the stored value.
m_StoreElementIndex - Variable in class adams.flow.control.ArrayProcess
whether to store the index of the element currently being processed in a variable.
m_StoreElementIndex - Variable in class adams.flow.control.CollectionProcess
whether to store the index of the element currently being processed in a variable.
m_StoreError - Variable in class adams.flow.control.TryCatch
whether to store any error message in a variable.
m_StoreFilename - Variable in class adams.flow.transformer.WekaTextDirectoryReader
whether to store the filename as extra attribute.
m_StoreTransformed - Variable in class adams.flow.transformer.WekaTrainForecaster
whether to store the transformed data as well.
m_StoreUnsuccessful - Variable in class adams.flow.sink.SendRemoteCommand
whether to save unsuccessful remote commands to disk.
m_Stratification - Variable in class adams.data.splitgenerator.generic.crossvalidation.CrossValidationGenerator
the stratification scheme.
m_Stratify - Variable in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesCrossValidationFoldGenerator
whether to stratify the data (in case of nominal class).
m_Stratify - Variable in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesGroupedCrossValidationFoldGenerator
whether to stratify the data (in case of nominal class).
m_Stratify - Variable in class adams.ml.evaluation.DefaultCrossValidationFoldGenerator
whether to stratify the data (in case of nominal class).
m_Stratify - Variable in class weka.classifiers.BinnedNumericClassCrossValidationFoldGenerator
whether to stratify the data (in case of nominal class).
m_Stratify - Variable in class weka.classifiers.DefaultCrossValidationFoldGenerator
whether to stratify the data (in case of nominal class).
m_Stratify - Variable in class weka.classifiers.GroupedBinnedNumericClassCrossValidationFoldGenerator
whether to stratify the data (in case of nominal class).
m_Stratify - Variable in class weka.classifiers.GroupedCrossValidationFoldGenerator
whether to stratify the data (in case of nominal class).
m_Stream - Variable in class adams.data.io.input.AbstractTextReader
the stream in use.
m_Stream - Variable in class adams.flow.transformer.BinaryFileReader
the input stream.
m_Stream - Variable in class adams.flow.transformer.pdfproclet.PDFGenerator
the output stream.
m_Stream - Variable in class adams.flow.transformer.TextFileReader
the file input stream in use.
m_Streams - Variable in class adams.core.io.Tee
the different PrintStreams.
m_Strict - Variable in class adams.core.io.filecomplete.AbstractStrictFileCompleteCheck
whether to be strict.
m_Strict - Variable in class adams.core.SerializableObjectHelper
whether to enforce strict option checks (ie rebuild if different) or just warn.
m_Strict - Variable in class adams.flow.core.Compatibility
whether to use strict compatibility, ie, no special handling for Unknown/Object.
m_Strict - Variable in class adams.flow.transformer.SpreadSheetMerge
whether to fail if IDs not unique.
m_Strict - Variable in class adams.flow.transformer.WekaInstancesMerge
whether to fail if IDs not unique.
m_StrictCapabilities - Variable in class adams.ml.model.classification.AbstractClassifier
whether to use strict capability tests.
m_StrictCapabilities - Variable in class adams.ml.model.classification.AbstractMultiTargetClassifier
whether to use strict capability tests.
m_StrictCapabilities - Variable in class adams.ml.model.clustering.AbstractClusterer
whether to use strict capability tests.
m_StrictCapabilities - Variable in class adams.ml.model.regression.AbstractMultiTargetRegressor
whether to use strict capability tests.
m_StrictCapabilities - Variable in class adams.ml.model.regression.AbstractRegressor
whether to use strict capability tests.
m_StrictHostKeyChecking - Variable in class adams.core.io.lister.SftpDirectoryLister
whether to perform strict host key checking (only disable for testing!! insecure!!).
m_StrictHostKeyChecking - Variable in class adams.flow.standalone.SSHConnection
whether to perform strict host key checking (only disable for testing!! insecure!!).
m_StrictHostKeyChecking - Variable in class adams.gui.chooser.SftpRemoteDirectorySetup
whether to perform strict host key checking (only disable for testing!! insecure!!).
m_StrictHostKeyChecking - Variable in class adams.scripting.connection.AbstractSSHConnection
whether to perform strict host key checking (only disable for testing!! insecure!!).
m_StringColumnSQL - Variable in class adams.data.io.output.SqlDumpSpreadSheetWriter
the SQL type for string columns.
m_StringColumnSQL - Variable in class adams.data.spreadsheet.sql.Writer
the SQL type for string columns.
m_StringColumnSQL - Variable in class adams.flow.sink.SpreadSheetDbWriter
the SQL type for string columns.
m_Strings - Variable in class adams.data.SharedStringsTable
the ordered list of strings.
m_Strings - Variable in class adams.flow.source.StringConstants
the strings to provide.
m_StringsTable - Variable in class adams.data.spreadsheet.DefaultSpreadSheet
for conserving memory.
m_StripConsumer - Variable in class adams.core.option.CompactFlowProducer
for stripping down an actor.
m_StripExtension - Variable in class adams.flow.template.StoreFilenameInVariable
whether to strip the extension.
m_StripPath - Variable in class adams.flow.template.StoreFilenameInVariable
whether to strip the path.
m_StripPath - Variable in class adams.flow.transformer.AbstractMultiCompress
the regular expression to use for stripping the path.
m_StripProducer - Variable in class adams.core.option.CompactFlowProducer
for stripping down an actor.
m_StrokeThickness - Variable in class adams.flow.transformer.draw.AbstractColorStrokeDrawOperation
the thickness of the stroke.
m_StrokeThickness - Variable in class adams.flow.transformer.draw.ObjectLocationsFromReport
the thickness of the stroke.
m_StrokeThickness - Variable in class adams.gui.visualization.core.AbstractStrokePaintlet
the thickness of the stroke.
m_StrokeThickness - Variable in class adams.gui.visualization.image.HighlightLocations
the thickness of the stroke.
m_StrokeThickness - Variable in class adams.gui.visualization.image.ObjectLocationsOverlayFromReport
the thickness of the stroke.
m_StrokeThickness - Variable in class adams.gui.visualization.image.selection.AbstractPaintingSelectionProcessor
the thickness of the stroke.
m_StrokeThickness - Variable in class adams.gui.visualization.image.selectionshape.AbstractStrokeSelectionShapePainter
the thickness of the stroke.
m_StrokeThickness - Variable in class adams.gui.visualization.object.annotator.BoundingBoxAnnotator
the thickness of the stroke.
m_StrokeThickness - Variable in class adams.gui.visualization.object.annotator.PolygonAnnotator
the thickness of the stroke.
m_StrokeThickness - Variable in class adams.gui.visualization.object.annotator.PolygonPointAnnotator
the thickness of the stroke.
m_StrokeThickness - Variable in class adams.gui.visualization.object.annotator.SimplePointAnnotator
the thickness of the stroke.
m_StrokeThickness - Variable in class adams.gui.visualization.object.objectannotations.outline.AbstractStrokeOutlinePlotter
the thickness of the stroke.
m_StrokeThickness - Variable in class adams.gui.visualization.object.overlay.ObjectLocationsOverlayFromReport
the thickness of the stroke.
m_structure - Variable in class weka.core.converters.SpreadSheetLoader
Holds the determined structure (header) of the data set.
m_Structure - Variable in class adams.data.io.input.InstanceReader
the current data structure.
m_Structure - Variable in class adams.flow.source.WekaDatabaseReader
the structure.
m_Structure - Variable in class adams.flow.transformer.WekaFileReader
the structure.
m_StyleSheet - Variable in class adams.flow.transformer.XSLT
the XSLT stylesheet to apply.
m_Sub - Variable in class adams.flow.control.ArrayProcess.ArrayElementJob
the sub-process used for execution.
m_SubActor - Variable in class adams.flow.control.UpdateProperties
the actor to update the properties foe.
m_SubConversions - Variable in class adams.data.conversion.MultiConversion
the conversions to use.
m_SubGenerators - Variable in class adams.data.boofcv.features.MultiBoofCVFeatureGenerator
the flatteners to use.
m_SubGenerators - Variable in class adams.data.image.features.MultiBufferedImageFeatureGenerator
the generators to use.
m_SubGenerators - Variable in class adams.data.opencv.features.MultiOpenCVFeatureGenerator
the generators to use.
m_SubHeaders - Variable in class adams.data.boofcv.features.MultiBoofCVFeatureGenerator
the sub-headers.
m_SubHeaders - Variable in class adams.data.image.features.MultiBufferedImageFeatureGenerator
the sub-headers.
m_SubHeaders - Variable in class adams.data.opencv.features.MultiOpenCVFeatureGenerator
the sub-headers.
m_Subject - Variable in class adams.core.net.Email
the subject.
m_Subject - Variable in class adams.flow.sink.sendnotification.Email
the subject.
m_Subject - Variable in class adams.flow.transformer.CreateEmail
the subject.
m_Subject - Variable in class adams.gui.visualization.multiobjectexport.EmailExport
the subject.
m_SubLayers - Variable in class adams.gui.visualization.segmentation.layer.CombinedLayer
the layers.
m_SubPaintlets - Variable in class adams.gui.visualization.core.MultiPaintlet
the paintlets to use.
m_SubPaintlets - Variable in class adams.gui.visualization.sequence.MultiPaintlet
the paintlets to use.
m_SubPanel - Variable in class adams.gui.event.RemoteControlCenterEvent
the sub-panel that triggered the event (if any).
m_SubProcess - Variable in class adams.parser.spreadsheetquery.ParserHelper
the partial flow for converting the spreadsheet.
m_SubProcess - Variable in class weka.filters.FlowFilter
the flow for processing the data.
m_SubRanges - Variable in class adams.core.Range
the range parts.
m_Subsample - Variable in class adams.parser.spreadsheetquery.ParserHelper
the rowfinder to use for generating a subsample.
m_Subsample - Variable in class weka.classifiers.trees.XGBoost
Subsample ratio of the training instances.
m_SubSample - Variable in class weka.classifiers.meta.AbstainLeastMedianSq
 
m_SubSample - Variable in class weka.classifiers.meta.LeastMedianSq
 
m_Subscribers - Variable in class adams.core.PublishSubscribeHandler
the subscribers.
m_subset - Variable in class weka.classifiers.meta.Corr
 
m_Subset - Variable in class adams.flow.transformer.SpreadSheetSubset
the matrix subset.
m_Subsets - Variable in class adams.flow.transformer.ArrayCombinations
the subset type.
m_SubStatistics - Variable in class adams.data.statistics.MultiArrayStatistic
the statistics to perform and merge into single spreadsheet.
m_Success - Variable in class adams.gui.event.ScriptingEvent
whether the command was successfully run.
m_Success - Variable in class adams.gui.event.UndoEvent
whether the action was successful.
m_SuccessfulDir - Variable in class adams.scripting.requesthandler.CommandDumperHandler
the output directory for successful requests.
m_SuccessfulDir - Variable in class adams.scripting.responsehandler.CommandDumperHandler
the output directory for successful requests.
m_SuccessfulSuffix - Variable in class adams.core.net.SimpleMailer
the suffix for the successfully sent emails.
m_Suffix - Variable in class adams.core.io.DefaultFilenameGenerator
the suffix to use.
m_Suffix - Variable in class adams.core.io.FilenameProposer
the suffix for the files (no dot).
m_Suffix - Variable in class adams.core.io.SimpleFilenameGenerator
the suffix to use.
m_Suffix - Variable in class adams.data.conversion.ArrayToReport
the suffix to use.
m_Suffix - Variable in class adams.data.report.AbstractField
the suffix part of the name (if applicable).
m_Suffix - Variable in class adams.flow.sink.AbstractGraphicsGenerator
an optional suffix for the filename (before the extension).
m_Suffix - Variable in class adams.flow.sink.NotesWriter
the suffix for the filename (before the ".txt" extension).
m_Suffix - Variable in class adams.flow.sink.ProgressBar
the suffix.
m_Suffix - Variable in class adams.flow.source.newlist.Wrapper
the suffix to use.
m_Suffix - Variable in class adams.flow.source.NewTempFile
the suffix (incl dot).
m_Suffix - Variable in class adams.flow.source.RSync
 
m_Suffix - Variable in class adams.flow.standalone.PythonEnvironment
the suffix to append to the executable.
m_Suffix - Variable in class adams.flow.standalone.Stopwatch
the text to suffix the time.
m_Suffix - Variable in class adams.flow.transformer.AppendName
the suffix to append to the file/directory.
m_Suffix - Variable in class adams.flow.transformer.ImageAnnotator.AnnotatorPanel
the suffix to use for the labels.
m_Suffix - Variable in class adams.flow.transformer.ImageAnnotator
the suffix to use for the labels.
m_Suffix - Variable in class adams.gui.tools.previewbrowser.AnnotateImage
the suffix to use for the labels.
m_SummaryFilter - Variable in class weka.filters.unsupervised.attribute.AttributeSummaryTransferFilter
The filter which performs attribute summarising.
m_SumOfEigenValues - Variable in class weka.filters.unsupervised.attribute.PrincipalComponentsJ
sum of the eigenvalues.
m_sumOfWeightsLab - Variable in class adams.gui.tools.wekainvestigator.tab.preprocesstab.InstancesSummaryPanel
Displays the sum of instance weights
m_Super_ - Variable in class adams.flow.source.RSync
 
m_Superclass - Variable in class adams.doc.listing.Listing
the superclass to use.
m_Superclass - Variable in class adams.gui.goe.PersistentObjectHistory
the superclass.
m_Superclass - Variable in class adams.gui.tools.FavoritesManagementPanel.FavoritesListModel
the superclass to display.
m_SuperClass - Variable in class adams.flow.condition.bool.IsSubClass
the superclass that the objects must be derived from.
m_SuperClass - Variable in class adams.flow.source.AbstractSelectObjects
the superclass.
m_SuperClass - Variable in class adams.flow.source.valuedefinition.AbstractGOEValueDefinition
the superclass.
m_SupervisedClassSplitter - Variable in class weka.filters.unsupervised.attribute.AttributeSummaryTransferFilter
Column-splitter for removing the supervised filter class.
m_SupplementaryData - Variable in class adams.gui.tools.wekainvestigator.tab.clustertab.ResultItem
supplementary data.
m_SupplementaryName - Variable in class adams.gui.tools.wekainvestigator.tab.clustertab.ResultItem
the supplementary name.
m_SuppliedFileName - Variable in class adams.flow.transformer.AbstractDataContainerFileWriter
the supplied filename.
m_SuppliedPrefix - Variable in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm
the supplied prefix.
m_SuppliedReferenceDataset - Variable in class weka.filters.unsupervised.instance.AlignDataset
the supplied test set, when using programmatically.
m_SuppliedTestSet - Variable in class weka.filters.unsupervised.instance.RemoveTestInstances
the supplied test set, when using programmatically.
m_SuppliedTimestamp - Variable in class adams.data.filter.TimeseriesShiftTimestamps
the supplied timestamp.
m_Support - Variable in class adams.gui.goe.GenericArrayEditor
Handles property change notification.
m_Support - Variable in class adams.gui.goe.GenericObjectEditor
Handles property change notification.
m_Support - Variable in class adams.gui.goe.PropertySheetPanel
A support object for handling property change listeners.
m_Support - Variable in class weka.classifiers.meta.ConsensusOrVote
the percentage (0-1 excl) or number of base-classifiers (>= 1) that need to chose the label in order to predict it.
m_Support - Variable in class weka.classifiers.meta.Veto
the percentage (0-1 excl) or number of base-classifiers (>= 1) that need to chose the label in order to predict it.
m_Support - Variable in class weka.gui.explorer.SqlPanel
Manages sending notifications to people when we change the set of working instances.
m_Supported - Variable in class adams.data.instancesanalysis.PCA
the supported attributes.
m_Supported - Variable in class adams.gui.tools.previewbrowser.localfiles.PrintFile
whether the action is supported.
m_SuppressDefaultValues - Static variable in class adams.core.option.OptionUtils
whether to suppress default options (toArray/toString).
m_Suppressed - Static variable in class adams.gui.flow.tree.actorswap.ActorHandlerSuggestion
the blacklist cache.
m_SuppressErrorDialog - Variable in class adams.core.management.Launcher
whether to suppress error dialog.
m_suppressErrorMessage - Variable in class weka.classifiers.functions.SimpleLinearRegressionWithAccess
If true, suppress error message if no useful attribute was found
m_SuppressMissingKeyWarnings - Variable in class adams.data.groupextraction.SpreadSheetCellWithLookUp
whether to suppress warnings when key is not present.
m_SuppressMissingKeyWarnings - Variable in class adams.flow.transformer.LookUp
whether to suppress warnings when key is not present.
m_SuppressModelOutput - Variable in class weka.classifiers.meta.AbstainingCascade
whether to suppress the model output.
m_SuppressModelOutput - Variable in class weka.classifiers.meta.ConsensusOrVote
whether to suppress the model output.
m_SuppressModelOutput - Variable in class weka.classifiers.meta.SuppressModelOutput
whether to suppress the model output.
m_SuppressModelOutput - Variable in class weka.classifiers.meta.ThresholdedBinaryClassification
whether to suppress the model output.
m_SuppressModelOutput - Variable in class weka.classifiers.meta.Veto
whether to suppress the model output.
m_SuppressModelOutput - Variable in class weka.classifiers.meta.VotedImbalance
whether to suppress the model output.
m_SwapAxes - Variable in class adams.flow.sink.ActualVsPredictedPlot
whether to swap the axes.
m_SwapAxes - Variable in class adams.gui.tools.previewbrowser.ActualVsPredictedHandler
whether to swap the axes.
m_SwapAxes - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.output.ClassifierErrors
whether to swap the axes.
m_SwapRowsAndColumns - Variable in class adams.flow.transformer.WekaExperimentEvaluation
whether to swap rows and columns.
m_SwapRowsAndColumns - Variable in class adams.gui.tools.wekainvestigator.tab.experimenttab.output.TextOutput
whether to swap rows and columns.
m_SwitchOutputs - Variable in class adams.flow.control.ContainerValuePicker
whether to switch outputs.
m_Symbols - Variable in class adams.parser.AbstractSymbolEvaluator
the symbols (key-value pairs).
m_Symbols - Variable in class adams.parser.booleanexpression.Parser
variable - value relation.
m_Symbols - Variable in class adams.parser.lookupupdate.Parser
key - value relation.
m_Symbols - Variable in class adams.parser.mathematicalexpression.Parser
variable - value relation.
m_Symbols - Variable in class adams.parser.ParserHelper
the symbols.
m_Symbols - Variable in class adams.parser.spreadsheetformula.Parser
variable - value relation.
m_Symbols - Variable in class adams.parser.spreadsheetquery.Parser
variable - value relation.
m_Symbols - Variable in class adams.parser.stringexpression.Parser
variable - value relation.
m_SystemInfo - Variable in class adams.gui.tools.SystemInfoPanel
the hashtable containing the information.
m_SystemProperties - Variable in class adams.core.Variables
the system properties <-> value relation.
m_t - Variable in class weka.classifiers.functions.GaussianProcessesAdaptive
The vector of target values.
m_t - Variable in class weka.classifiers.functions.GaussianProcessesNoWeights
The vector of target values.
m_t - Variable in class weka.classifiers.functions.GaussianProcessesWeighted
The vector of target values.
m_t - Variable in class weka.classifiers.functions.GPD
The vector of target values.
m_t1 - Variable in class weka.clusterers.SAXKMeans
The t1 radius to pass through to Canopy
m_t2 - Variable in class weka.clusterers.SAXKMeans
The t2 radius to pass through to Canopy
m_Tab - Variable in class adams.gui.tools.remotecontrolcenter.panels.AbstractTabResponseHandler
the owner.
m_Tab - Variable in class adams.gui.tools.remotecontrolcenter.panels.AdvancedTab.InspectionResponseHandler
the tab.
m_Tab - Variable in class adams.gui.tools.remotecontrolcenter.panels.RemoteLoggingTab.RemoteListenerRunnableWithLog
the tab to output the records to.
m_TabbedDisplays - Variable in class adams.gui.flow.tab.GraphicalFlowExecutionListenersTab
the tabbed pane.
m_TabbedDisplays - Variable in class adams.gui.flow.tab.RegisteredDisplaysTab
the tabbed pane.
m_TabbedPane - Variable in class adams.flow.sink.WekaAttributeSummary
the tabbed pane with the attribute visualizations (if more than one in range).
m_TabbedPane - Variable in class adams.flow.standalone.TabView
the tabbed pane.
m_TabbedPane - Variable in class adams.gui.core.ConsolePanel
the tabbed pane for the various outputs.
m_TabbedPane - Variable in class adams.gui.dialog.ComposeEmailPanel
the tabbed pane for recipients and attachments.
m_TabbedPane - Variable in class adams.gui.dialog.DatabaseConnectionsPanel
the tabbed pane for the connection panels.
m_TabbedPane - Variable in class adams.gui.goe.PropertySheetPanel
the tabbed pane.
m_TabbedPane - Variable in class adams.gui.tools.PlaceholderManagementPanel
the tabbed pane.
m_TabbedPane - Variable in class adams.gui.tools.remotecontrolcenter.panels.AdvancedTab
the tabbed pane for log/results.
m_TabbedPane - Variable in class adams.gui.tools.remotecontrolcenter.RemoteControlCenterLogPanel
the tabbed pane.
m_TabbedPane - Variable in class adams.gui.tools.remotecontrolcenter.RemoteControlCenterPanel
the tabbed pane.
m_TabbedPane - Variable in class adams.gui.tools.wekainvestigator.InvestigatorPanel
the tabbed pane for the tabs.
m_TabbedPane - Variable in class adams.gui.tools.wekainvestigator.output.AbstractResultItem
the tabbed pane with the generated output.
m_TabbedPane - Variable in class adams.gui.tools.wekainvestigator.tab.preprocesstab.MultiAttributeSummaryPanel
the tabbed pane in case multiple panels get displayed.
m_TabbedPane - Variable in class adams.gui.tools.wekainvestigator.tab.preprocesstab.MultiAttributeVisualizationPanel
the tabbed pane in case multiple panels get displayed.
m_TabbedPane - Variable in class adams.gui.tools.wekamultiexperimenter.ExperimenterPanel
the tabbed pane.
m_TabbedPane - Variable in class adams.gui.tools.wekamultiexperimenter.setup.BasicAdamsSetupPanel
the tabbed pane for datasets and classifiers.
m_TabbedPane - Variable in class adams.gui.tools.wekamultiexperimenter.setup.BasicWekaSetupPanel
the tabbed pane for datasets and classifiers.
m_TabbedPane - Variable in class adams.gui.visualization.instance.InstanceExplorer
the tabbed pane for the data to display.
m_TabbedPane - Variable in class adams.gui.visualization.instance.LoadDatasetDialog
the tabbed pane.
m_TabbedPane - Variable in class adams.gui.visualization.spreadsheet.LoadSpreadSheetDialog
the tabbed pane.
m_TabbedPane - Variable in class adams.gui.visualization.spreadsheet.SpreadSheetExplorer
the tabbed pane for the data to display.
m_TabbedPane - Variable in class adams.gui.visualization.statistics.HistogramFactory.Dialog
the tabbed pane for displaying the histograms.
m_TabbedPane - Variable in class adams.gui.visualization.timeseries.TimeseriesExplorer
the tabbed pane for the data to display.
m_TabbedPane - Variable in class adams.gui.visualization.weka.AbstractInstanceInfoFrame
the tabbed pane for displaying the data.
m_TabbedPaneData - Variable in class adams.gui.tools.wekainvestigator.tab.CompareTab
the tabbed pane for the data.
m_TabbedPaneDisplays - Variable in class adams.flow.execution.debug.ControlPanel
the tabbed pane for displaying the various display panels.
m_TabbedPaneMain - Variable in class adams.gui.tools.remotecontrolcenter.RemoteControlCenterManagerPanel
the tabbed pane for the engines and sessions.
m_TabbedPanePlots - Variable in class adams.gui.tools.wekainvestigator.tab.IndependentComponentsTab
the tabbed pane for the plots.
m_TabbedPanePlots - Variable in class adams.gui.tools.wekainvestigator.tab.PartialLeastSquaresTab
the tabbed pane for the plots.
m_TabbedPanePlots - Variable in class adams.gui.tools.wekainvestigator.tab.PrincipalComponentsTab
the tabbed pane for the plots.
m_TabbedPaneResults - Variable in class adams.gui.tools.AbstractSequenceViewerPanel
the tabbed pane for the results.
m_TabChangeListeners - Variable in class adams.gui.core.BaseTabbedPane
the listeners for tab changes.
m_TabClosedListeners - Variable in class adams.gui.core.BaseTabbedPane
the listeners for tabs being closed.
m_TabHandlers - Variable in class adams.gui.flow.FlowPanel
the tab handlers.
m_TabIndex - Variable in class adams.gui.event.TabClosedEvent
the index of the removed tab.
m_Table - Variable in class adams.data.groupextraction.SpreadSheetCellWithLookUp
the lookup table.
m_Table - Variable in class adams.data.io.input.AccessSpreadSheetReader.ChunkReader
the table in use.
m_Table - Variable in class adams.data.io.input.AccessSpreadSheetReader
the table to read.
m_Table - Variable in class adams.data.io.output.AccessSpreadSheetWriter
the table object to use.
m_Table - Variable in class adams.data.io.output.SqlDumpSpreadSheetWriter
the name of the table.
m_Table - Variable in class adams.data.spreadsheet.sql.Writer
the table to write the data to.
m_Table - Variable in class adams.flow.execution.AbstractFlowExecutionListenerWithTable
the table to update.
m_Table - Variable in class adams.flow.sink.ContainerDisplay
the table.
m_Table - Variable in class adams.flow.sink.PropertiesDisplay
the table for displaying the properties.
m_Table - Variable in class adams.flow.sink.SpreadSheetDbWriter
the table to write the data to.
m_Table - Variable in class adams.flow.sink.SpreadSheetDisplay
the table.
m_Table - Variable in class adams.flow.sink.SpreadSheetDisplay.SpreadSheetDisplayPanel
the table for displaying the spreadsheet.
m_Table - Variable in class adams.flow.sink.WekaInstancesDisplay
the table with the instances.
m_Table - Variable in class adams.flow.source.AbstractDatabaseMetaData
the table to retrieve the information for.
m_Table - Variable in class adams.flow.transformer.AccessDatabaseInfo
the table to use.
m_Table - Variable in class adams.flow.transformer.SpreadSheetCellSelector
the table in use.
m_Table - Variable in class adams.flow.transformer.SpreadSheetSelectSubset
the table in use.
m_Table - Variable in class adams.gui.core.dom.DOMTreeWithPreview
the preview table.
m_Table - Variable in class adams.gui.core.FilePanel
the table for the detailed view.
m_Table - Variable in class adams.gui.core.JTableHelper
the table to work with.
m_Table - Variable in class adams.gui.core.SpreadSheetColumnComboBox
the associated table.
m_Table - Variable in class adams.gui.dialog.SpreadSheetPanel
the table for displaying the spreadsheet.
m_Table - Variable in class adams.gui.flow.tab.EffectiveTagsTab
for displaying the help text.
m_Table - Variable in class adams.gui.tools.ConsoleOutputAnalyzerPanel
the table for displaying the output.
m_Table - Variable in class adams.gui.tools.ExpressionWatchPanel
the table.
m_Table - Variable in class adams.gui.tools.PlaceholderManagementPanel
the table holding the placeholders.
m_Table - Variable in class adams.gui.tools.PlaceholderManagementPanel.PlaceholderTableCellEditor
the table.
m_Table - Variable in class adams.gui.tools.PropertiesViewerPanel
the table displaying the information.
m_Table - Variable in class adams.gui.tools.spreadsheetviewer.SpreadSheetPanel
the underlying table.
m_Table - Variable in class adams.gui.tools.spreadsheetviewer.tab.ColumnStatistic
the table with the statistics.
m_Table - Variable in class adams.gui.tools.spreadsheetviewer.tab.Information
the table with the information.
m_Table - Variable in class adams.gui.tools.SystemInfoPanel
the table displaying the information.
m_Table - Variable in class adams.gui.tools.VariableManagementPanel
the table holding the variables.
m_Table - Variable in class adams.gui.tools.wekainvestigator.tab.AbstractInvestigatorTabWithDataTable
the table.
m_Table - Variable in class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeSelectionPanel
The table displaying attribute names and selection status
m_Table - Variable in class adams.gui.visualization.container.AbstractContainerList
the table for displaying the containers.
m_Table - Variable in class adams.gui.visualization.debug.StoragePanel
the table to display the storage items.
m_Table - Variable in class adams.gui.visualization.instances.InstancesColumnComboBox
the associated table.
m_Table - Variable in class adams.gui.visualization.instances.InstancesPanel
the table.
m_Table - Variable in class adams.gui.visualization.report.ReportContainer
the associated table.
m_Table - Variable in class adams.opt.genetic.setupupload.MySQL
the table to store the setups in.
m_TableAttachments - Variable in class adams.gui.dialog.DisplayEmailPanel
the attachements.
m_TableBreakpoints - Variable in class adams.flow.execution.debug.BreakpointPanel
the table with all the breakpoints.
m_TableCache - Variable in class adams.gui.tools.wekainvestigator.tab.DataTab
the cache for the tables.
m_TableData - Variable in class adams.gui.selection.AbstractTableBasedSelectionPanel
the table for displaying the items.
m_TableData - Variable in class adams.gui.visualization.instance.LoadDatasetDialog
the table for displaying the instances.
m_TableData - Variable in class adams.gui.visualization.spreadsheet.LoadSpreadSheetDialog
the table for displaying the instances.
m_TableData - Variable in class adams.gui.visualization.weka.AbstractInstanceInfoFrame
the table with the dataset.
m_TableDataModel - Variable in class adams.gui.selection.AbstractTableBasedSelectionPanel
the underlying table model.
m_TableEntries - Variable in class adams.flow.sink.LogViewer
the table with the entries.
m_TableEntries - Variable in class adams.gui.tools.AbstractLogEntryViewerPanel
the table displaying the LogEntry objects.
m_TableFlows - Variable in class adams.gui.tools.remotecontrolcenter.panels.AbstractRemoteFlowTab
the table with the remote flows.
m_TableHelper - Variable in class adams.gui.core.BaseTable
for setting the optimal column width.
m_TableManager - Static variable in class adams.db.generic.LogT
the table manager.
m_TableManager - Static variable in class adams.db.generic.SQL
the table manager.
m_TableManager - Static variable in class adams.db.LogF
the facade manager.
m_TableManager - Static variable in class adams.db.mirrored.LogT
the table manager.
m_TableManager - Static variable in class adams.db.mirrored.SQL
the table manager.
m_TableManager - Static variable in class adams.db.mysql.LogT
the table manager.
m_TableManager - Static variable in class adams.db.postgresql.LogT
the table manager.
m_TableManager - Static variable in class adams.db.SQLF
the facade manager.
m_TableManager - Static variable in class adams.db.sqlite.LogT
the table manager.
m_TableMessage - Variable in class adams.gui.tools.AbstractLogEntryViewerPanel
the table for displaying the properties (message).
m_TableModel - Variable in class adams.flow.sink.ContainerDisplay
the table model.
m_TableModel - Variable in class adams.flow.sink.SpreadSheetDisplay
the table model.
m_TableModel - Variable in class adams.flow.sink.SpreadSheetDisplay.SpreadSheetDisplayPanel
the spreadsheet model.
m_TableModel - Variable in class adams.flow.transformer.SpreadSheetCellSelector
the model in use.
m_TableModel - Variable in class adams.gui.dialog.SpreadSheetPanel
the table model.
m_TableModel - Variable in class adams.gui.flow.setup.FlowSetupCellEditor
the table model to use.
m_TableModel - Variable in class adams.gui.tools.ConsoleOutputAnalyzerPanel
the table model.
m_TableModel - Variable in class adams.gui.tools.PlaceholderManagementPanel.PlaceholderTableCellEditor
the table model to use.
m_TableModel - Variable in class adams.gui.tools.PropertiesViewerPanel
the table model displaying the data.
m_TableModel - Variable in class adams.gui.tools.SystemInfoPanel
the table model displaying the data.
m_TableModel - Variable in class adams.gui.visualization.debug.StoragePanel
the table model.
m_TableModelBreakpoints - Variable in class adams.flow.execution.debug.BreakpointPanel
the table model.
m_TableModelEntries - Variable in class adams.gui.tools.AbstractLogEntryViewerPanel
the model containing the LogEntry objects.
m_TableModelListeners - Variable in class adams.gui.visualization.container.AbstractContainerList
the table model listeners to manage.
m_TableModelProcessor - Variable in class adams.gui.tools.SpreadSheetProcessorPanel
the spreadsheet model.
m_TableModelSetups - Variable in class adams.gui.flow.FlowControlCenterPanel
the table model for the setups.
m_TableModelSource - Variable in class adams.gui.tools.SpreadSheetProcessorPanel
the spreadsheet model.
m_TableName - Variable in class adams.data.conversion.SpreadSheetToCreateTableStatement
the name of the table to create.
m_TableName - Variable in class adams.data.io.output.AccessSpreadSheetWriter
the table name to use.
m_TableName - Variable in class adams.db.AbstractTable
name of the table.
m_TableName - Variable in class adams.db.AbstractTableFacade
name of the table.
m_TableName - Variable in class adams.db.TableManager
the table this manager is for.
m_TableName - Variable in class adams.db.wrapper.AbstractWrapper
the table name.
m_TableName - Variable in class adams.db.wrapper.WrapperManager
the table this manager is for.
m_TableName - Variable in class adams.flow.sink.WekaDatabaseWriter
protected the name of the table to store the data in.
m_TableObjects - Variable in class adams.gui.visualization.image.AbstractObjectOverlayFromReport.LocatedObjectsPanel
the table with the objects.
m_TableObjects - Variable in class adams.gui.visualization.image.ObjectAnnotations.LocatedObjectsPanel
the table with the objects.
m_TableProcessor - Variable in class adams.gui.tools.SpreadSheetProcessorPanel
the table for displaying the processed spreadsheet.
m_TableProperties - Variable in class adams.gui.visualization.image.ImagePanel
the table with the image properties.
m_TableRecipients - Variable in class adams.gui.dialog.DisplayEmailPanel
the recipients.
m_TableReport - Variable in class adams.gui.visualization.object.annotationsdisplay.DefaultAnnotationsDisplayPanel
the table with the report.
m_TableResult - Variable in class adams.gui.tools.wekainvestigator.tab.DataQueryTab
the generated spreadsheet.
m_TableResults - Variable in class adams.gui.tools.sqlworkbench.SqlMetaDataPanel
the select result.
m_TableResults - Variable in class adams.gui.tools.sqlworkbench.SqlQueryPanel
the select result.
m_TableResults - Variable in class adams.gui.tools.wekamultiexperimenter.analysis.TableResultsPanel
the table with the statistics.
m_Tables - Variable in class adams.db.TableManager
for storing the table objects.
m_Tables - Variable in class adams.db.wrapper.WrapperManager
for storing the table objects.
m_TableSetups - Variable in class adams.gui.flow.FlowControlCenterPanel
the table displaying the setups.
m_TableSource - Variable in class adams.gui.tools.SpreadSheetProcessorPanel
the table for displaying the spreadsheet.
m_TableUpgrade - Variable in class adams.tools.TableUpgrade
the table upgrade to run.
m_TableValues - Variable in class adams.gui.tools.AbstractManagementPanel
the table for displaying the objects.
m_TableVariables - Variable in class adams.gui.flow.tab.AttachedVariablesTab
for listing all the variables.
m_TabList - Variable in class adams.gui.flow.tab.FlowTabManager
all the available tabs.
m_TabList - Variable in class adams.gui.tools.spreadsheetviewer.tab.ViewerTabManager
all the available tabs.
m_Tabs - Variable in class adams.gui.flow.FlowEditorPanel
the tabbedpane for the tabs.
m_TabSize - Variable in class adams.gui.tools.previewbrowser.PlainTextHandler
the tab size.
m_TabUndoList - Variable in class adams.gui.core.BaseTabbedPane
the list of tabs to undo.
m_TabVisibilityChangeListeners - Variable in class adams.gui.core.BaseTabbedPaneWithTabHiding
the listeners for tab visibility changes.
m_Tag - Variable in class adams.flow.transformer.exiftagoperation.AbstractApacheCommonsExifTagOperation
the tag to process.
m_TagInfo - Variable in class adams.data.exif.commons.ExifTagEnum.Item
the wrapped tag.
m_Tags - Variable in class adams.core.base.BaseAnnotation
the tags that have been located.
m_Tailer - Variable in class adams.flow.transformer.FileTailer
the tailer instance.
m_Tailer - Variable in class adams.gui.tools.FileMonitorPanel
the tailer instance.
m_Target - Variable in class adams.core.io.fileoperations.RemoteToRemoteFileOperations
the target file operations.
m_Target - Variable in class adams.flow.standalone.DirWatch
the directory to move the files to.
m_Target - Variable in class adams.gui.goe.PropertySheetPanel
The target object being edited.
m_Target - Variable in class adams.gui.wizard.WekaPropertySheetPanelPage
the current target.
m_TargetDirectory - Variable in class adams.flow.transformer.CopyFile
the target directory.
m_TempDir - Static variable in class adams.core.io.TempUtils
the temporary directory.
m_TempDir - Variable in class adams.flow.source.RSync
 
m_Template - Variable in class adams.data.conversion.MapToWekaInstance
the template.
m_Template - Variable in class adams.flow.core.AbstractTemplate
the template.
m_Template - Variable in class adams.flow.generator.Template
the template.
m_Template - Variable in class adams.flow.source.NewFlow
the template.
m_Template - Variable in class adams.flow.transformer.pdfstamp.Text
the text template.
m_Template - Variable in class adams.flow.transformer.wekaensemblegenerator.MultiClassifiersCombinerModels
the vote template.
m_Template - Variable in class adams.flow.transformer.wekaensemblegenerator.VotedModels
the vote template.
m_Template - Variable in class adams.gui.flow.tree.keyboardaction.AbstractAddTemplate
the template to use.
m_Template - Variable in class adams.gui.tools.wekainvestigator.tab.associatetab.ResultItem
the template.
m_Template - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.finalmodel.VotedFolds
the vote template.
m_Template - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.ResultItem
the template.
m_Template - Variable in class adams.gui.tools.wekainvestigator.tab.clustertab.ResultItem
the template.
m_Template - Variable in class adams.gui.tools.wekainvestigator.tab.experimenttab.ResultItem
the template.
m_TemplateFile - Variable in class adams.flow.template.FromFile
the file to load.
m_TempProperties - Variable in class adams.gui.goe.Favorites
the temporary favorites.
m_Test - Variable in class adams.data.splitgenerator.generic.crossvalidation.FoldPair
the test data.
m_Test - Variable in class adams.data.splitgenerator.generic.randomsplit.SplitPair
the test data.
m_Test - Variable in class adams.flow.transformer.preparefilebaseddataset.Selected
the index for the test set.
m_Test - Variable in class adams.flow.transformer.WekaClassifierRanker
the callable actor to obtain the test dataset for train/test evaluation from.
m_Test - Variable in class adams.flow.transformer.WekaClassifierRanker.RankingJob
the test data to evaluate with (if folds less than 2).
m_Test - Variable in class adams.flow.transformer.WekaTestSetEvaluator.EvaluateJob
the data to use for testing.
m_Test - Variable in class adams.flow.transformer.WekaTrainTestSetEvaluator.EvaluateJob
the data to use for testing.
m_Test - Variable in class adams.multiprocess.WekaCrossValidationJob
the test set.
m_TestAttributes - Variable in class adams.flow.transformer.AbstractWekaPredictionsTransformer
the additional attributes from the test data to add to the output.
m_TestBase - Variable in class adams.flow.transformer.WekaExperimentEvaluation
the test base.
m_TestBase - Variable in class adams.gui.tools.wekainvestigator.tab.experimenttab.output.TextOutput
the test base.
m_TestData - Variable in class adams.flow.transformer.WekaGeneticAlgorithm
the storage name of the test data.
m_TestData - Variable in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm.ClassifierBasedGeneticAlgorithmJob
the test data to use (can be null).
m_Tester - Variable in class adams.flow.transformer.WekaExperimentEvaluation
the tester class to use.
m_Tester - Variable in class adams.gui.tools.wekainvestigator.tab.experimenttab.output.TextOutput
the tester class to use.
m_TestInstances - Variable in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm
the data to use for evaluation (if null, cross-validation is used).
m_TestLoader - Variable in class weka.gui.explorer.ExperimentPanel
The loader used to load the user-supplied test set (if any).
m_Testset - Variable in class adams.flow.transformer.WekaTestSetClustererEvaluator
the name of the callable trainset provider.
m_Testset - Variable in class adams.flow.transformer.WekaTestSetEvaluator
the name of the callable trainset provider.
m_TestSet - Variable in class weka.filters.unsupervised.instance.RemoveTestInstances
the file containing the test set.
m_TestSplitName - Variable in class adams.flow.transformer.indexedsplitsrunsevaluation.InstancesIndexedSplitsRunsEvaluation
the split to use for testing.
m_TestSplitName - Variable in class adams.flow.transformer.indexedsplitsrunspredictions.InstancesIndexedSplitsRunsPredictions
the split to use for testing.
m_Text - Variable in class adams.data.barcode.encode.QRCode
Text to be encoded.
m_Text - Variable in class adams.flow.control.MissionControl
the (optional) text to display.
m_Text - Variable in class adams.flow.transformer.draw.Text
the text to draw.
m_Text - Variable in class adams.gui.help.HelpFrame
the editor pane.
m_Text - Variable in class adams.gui.help.HelpHistoryPanel
the editor pane to display the help in.
m_Text - Variable in class adams.gui.help.HelpHistoryPanel.SingleHelpFrame
the text area to display the StringBuilder in.
m_Text - Variable in class adams.gui.visualization.core.TextOverlayPaintlet
the text to paint.
m_Text - Variable in class adams.scripting.command.basic.Text
the text to send.
m_TextActorPath - Variable in class adams.flow.execution.debug.ControlPanel
the text field for the actor path.
m_TextActual - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.FromPredictions
the text with the actual column index.
m_TextAdditional - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.FromPredictions
the columns with the additional data to store.
m_TextAdditionalAttributes - Variable in class adams.gui.tools.wekainvestigator.tab.IndependentComponentsTab
the additional attribute range.
m_TextAdditionalAttributes - Variable in class adams.gui.tools.wekainvestigator.tab.PartialLeastSquaresTab
the additional attribute range.
m_TextAdditionalAttributes - Variable in class adams.gui.tools.wekainvestigator.tab.PrincipalComponentsTab
the additional attribute range.
m_TextAddress - Variable in class adams.gui.tools.EmailAddressBookPanel
the address.
m_TextAlpha - Variable in class adams.gui.visualization.segmentation.layer.CombinedLayer.CombinedSubLayer
The alpha value in use.
m_TextAlpha - Variable in class adams.gui.visualization.segmentation.layer.CombinedLayer
the overall alpha to use.
m_TextAlpha - Variable in class adams.gui.visualization.segmentation.layer.OverlayLayer
The alpha value in use.
m_TextArea - Variable in class adams.flow.standalone.ConsoleWindow
the text area for displaying the messages.
m_TextArea - Variable in class adams.gui.core.AbstractTextAreaPanelWithAdvancedSyntaxHighlighting
the text area.
m_TextArea - Variable in class adams.gui.core.BufferHistoryPanel.BufferFrame
the text area to display the StringBuilder in.
m_TextArea - Variable in class adams.gui.core.BufferHistoryPanel
the text area to display the result in.
m_TextArea - Variable in class adams.gui.core.ConsolePanel.OutputPanel
the text area for the output.
m_TextArea - Variable in class adams.gui.core.GUIHelper.InputPanelWithTextArea
the text area.
m_TextArea - Variable in class adams.gui.core.json.JsonTreeWithPreview
the preview.
m_TextArea - Variable in class adams.gui.core.spreadsheetpreview.SimpleText.SimpleTextPanel
the text area for displaying the data.
m_TextArea - Variable in class adams.gui.core.TextEditorPanel
for displaying the text.
m_TextArea - Variable in class adams.gui.flow.tab.ActorHelpTab
for displaying the help text.
m_TextArea - Variable in class adams.gui.flow.tab.ActorParametersTab
for displaying the help text.
m_TextArea - Variable in class adams.gui.tools.DatasetCompatibilityPanel
the text area to output the results in.
m_TextArea - Variable in class adams.gui.tools.wekamultiexperimenter.LogPanel
the text area for outputting the log.
m_TextArea - Variable in class adams.gui.wizard.TextAreaPage
the text area.
m_TextAreaCodeOutput - Variable in class adams.gui.tools.OptionsConversionPanel
the text area for the code output.
m_TextAreaCodeOutput - Variable in class adams.gui.tools.WekaOptionsConversionPanel
the text area for the output.
m_TextAreaInput - Variable in class adams.gui.tools.AbstractSimpleConversionPanel
the text area for the input.
m_TextAreaInput - Variable in class adams.gui.tools.OptionsConversionPanel
the text area for the input.
m_TextAreaInput - Variable in class adams.gui.tools.WekaOptionsConversionPanel
the text area for the input.
m_TextAreaKey - Variable in class adams.gui.tools.wekamultiexperimenter.analysis.TableResultsPanel
for displaying the results.
m_TextAreaOutput - Variable in class adams.gui.tools.AbstractSimpleConversionPanel
the text area for the output.
m_TextAreaOutput - Variable in class adams.gui.tools.OptionsConversionPanel
the text area for the output.
m_TextAreaResults - Variable in class adams.gui.tools.wekamultiexperimenter.analysis.PlainTextResultsPanel
for displaying the results.
m_TextArtifactID - Variable in class adams.gui.goe.MavenArtifactEditor
The text field with the artifact ID.
m_TextAttributeRange - Variable in class adams.gui.tools.wekainvestigator.tab.IndependentComponentsTab
the attribute range.
m_TextAttributeRange - Variable in class adams.gui.tools.wekainvestigator.tab.InstanceTab
the attribute range.
m_TextAttributeRange - Variable in class adams.gui.tools.wekainvestigator.tab.PartialLeastSquaresTab
the attribute range.
m_TextAttributeRange - Variable in class adams.gui.tools.wekainvestigator.tab.PrincipalComponentsTab
the attribute range.
m_TextAttributeRange - Variable in class adams.gui.visualization.instance.InstanceComparePanel.DatasetPanel
the edit field for the range.
m_TextAttributeRange - Variable in class adams.gui.visualization.instance.LoadDatasetDialog
the text field for the attribute range.
m_TextAttributeRange - Variable in class adams.gui.visualization.spreadsheet.LoadSpreadSheetDialog
the text field for the attribute range.
m_TextBatchSize - Variable in class adams.gui.tools.spreadsheetprocessor.targets.DatabaseTarget
the batch size.
m_TextBody - Variable in class adams.gui.dialog.ComposeEmailPanel
the body.
m_TextBody - Variable in class adams.gui.dialog.DisplayEmailPanel
the body.
m_TextBrightness - Variable in class adams.gui.visualization.object.ObjectAnnotationPanel
the brightness to use.
m_TextBrightness - Variable in class adams.gui.visualization.segmentation.layer.ImageLayer
the brightness to use.
m_TextClassDistribution - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.FromPredictions
the columns with the class distribution columns range.
m_TextColor - Variable in class adams.gui.visualization.segmentation.layer.BackgroundLayer
The color to use.
m_TextColor - Variable in class adams.gui.visualization.segmentation.layer.CombinedLayer.CombinedSubLayer
The color to use.
m_TextColor - Variable in class adams.gui.visualization.segmentation.layer.OverlayLayer
The color to use.
m_TextCols - Variable in class adams.data.io.input.CsvSpreadSheetReader.ChunkReader
the text column indices.
m_TextColumns - Variable in class adams.data.io.input.AbstractExcelSpreadSheetReader
the range of columns to force to be text.
m_TextColumns - Variable in class adams.data.io.input.AutoWidthTabularSpreadSheetReader
the columns to treat as text.
m_TextColumns - Variable in class adams.data.io.input.CsvSpreadSheetReader
the columns to treat as text.
m_TextColumns - Variable in class adams.data.io.input.ExcelStreamingSpreadSheetReader.SheetHandler
the text columns.
m_TextColumns - Variable in class adams.data.io.input.FixedTabularSpreadSheetReader
the columns to treat as text.
m_TextColumns - Variable in class adams.data.io.input.ODFSpreadSheetReader
the range of columns to force to be text.
m_TextColumns - Variable in class adams.data.io.input.SimpleCsvSpreadSheetReader
the columns to treat as text.
m_TextColumns - Variable in class adams.gui.core.FilterPanel
the text width in columns
m_TextCommand - Variable in class adams.gui.tools.SSHPanel
the text field for the command to issue.
m_TextCommand - Variable in class adams.gui.tools.TelnetPanel
the text field for the command to issue.
m_TextCommon - Variable in class adams.gui.tools.wekainvestigator.tab.CompareTab
the IDs present in both datasets.
m_TextContent - Variable in class adams.flow.transformer.pdfproclet.FixedText
the content to add.
m_TextCoordinates - Variable in class adams.gui.visualization.core.CrossHairTracker
whether to draw the coordinates as well.
m_TextCurrentColor - Variable in class adams.gui.visualization.image.ColorPickerPanel
the text field for the color at the current position.
m_TextCustom - Variable in class adams.gui.goe.AbstractBaseDateTypeEditor
For entering a custom date string.
m_TextDayOfMonth - Variable in class adams.gui.goe.CronScheduleEditor
the text field for the day-of-month.
m_TextDayOfWeek - Variable in class adams.gui.goe.CronScheduleEditor
the text field for the day-of-week.
m_TextDefaultFromAddress - Variable in class adams.gui.application.EmailSetupPanel
the default FROM address.
m_TextDefaultSignature - Variable in class adams.gui.application.EmailSetupPanel
the default signature.
m_TextDescription - Variable in class adams.gui.core.DescriptionPanel
the description of the page.
m_TextDescription - Variable in class adams.gui.wizard.AbstractWizardPage
the description of the page.
m_TextEmail - Variable in class adams.gui.tools.EmailAddressBookPanel
the email address.
m_TextEvaluation - Variable in class adams.gui.tools.wekamultiexperimenter.setup.BasicAdamsSetupPanel
the evaluation parameter.
m_TextEvaluation - Variable in class adams.gui.tools.wekamultiexperimenter.setup.BasicWekaSetupPanel
the evaluation parameter.
m_TextExpression - Variable in class adams.gui.tools.ExpressionWatchPanel.ExpressionDialog
the text field for the expression.
m_TextFactor - Variable in class adams.gui.visualization.image.plugins.Brightness.BrightnessDialog
the brightness factor.
m_TextField - Variable in class adams.gui.core.BaseColorTextField
the actual text field.
m_TextField - Variable in class adams.gui.goe.InlineEditor
the text field.
m_TextFieldRenderLimit - Variable in class adams.gui.visualization.debug.InspectionPanel
the textfield for the render limit.
m_TextFieldRenderLimit - Variable in class adams.gui.visualization.debug.StoragePanel
the textfield for the render limit.
m_TextFields - Variable in class adams.gui.selection.SelectFieldPanel
the textfield for entering a list of fields (blank separated).
m_TextFileChooser - Variable in class adams.flow.sink.AbstractGraphicalDisplay
the filedialog for saving the textual data.
m_TextFileChooser - Variable in class adams.flow.sink.DisplayPanelManager
the filedialog for loading/saving flows.
m_TextFilename - Variable in class adams.gui.dialog.SimplePreviewBrowserDialog
for displaying the filename.
m_TextFileRegExp - Variable in class adams.gui.tools.FindInFilesPanel
the regexp for the files.
m_TextFilter - Variable in class adams.gui.core.FilterPanel
the edit field for the filter.
m_TextFirstName - Variable in class adams.gui.tools.EmailAddressBookPanel
the first name.
m_TextFirstRange - Variable in class adams.gui.tools.wekainvestigator.tab.CompareTab
the text field for the first attribute range.
m_TextFrom - Variable in class adams.gui.dialog.ComposeEmailPanel
the "from".
m_TextGroupID - Variable in class adams.gui.goe.MavenArtifactEditor
The text field with the group ID.
m_TextGroupID - Variable in class adams.gui.goe.MavenArtifactExclusionEditor
The text field with the group ID.
m_TextHours - Variable in class adams.gui.goe.CronScheduleEditor
the text field for the hours.
m_TextHttpFtpHost - Variable in class adams.gui.application.ProxySettingsPanel
the http proxy host.
m_TextHttpFtpNoProxy - Variable in class adams.gui.application.ProxySettingsPanel
the hosts that bypass the http proxy .
m_TextHttpFtpPassword - Variable in class adams.gui.application.ProxySettingsPanel
the http proxy password.
m_TextHttpFtpUser - Variable in class adams.gui.application.ProxySettingsPanel
the http proxy user.
m_TextID - Variable in class adams.gui.goe.MavenRepositoryEditor
The text field with the ID.
m_TextKey - Variable in class adams.gui.goe.BaseKeyValuePairEditor
The text field with the key.
m_TextKeyPassphrase - Variable in class adams.gui.tools.SSHPanel
the text field for the private key passphrase.
m_TextLastName - Variable in class adams.gui.tools.EmailAddressBookPanel
the last name.
m_TextLeft - Variable in class adams.gui.visualization.debug.SideBySideDiffPanel
the left content.
m_TextLocal - Variable in class adams.gui.tools.remotecontrolcenter.panels.AbstractRemoteFlowTab
the local machine.
m_TextLocal - Variable in class adams.gui.tools.remotecontrolcenter.panels.RemoteLoggingTab
the local machine.
m_TextLog - Variable in class adams.gui.core.BaseLogPanel
the text area for the log.
m_TextLog - Variable in class adams.gui.core.SimpleLogPanel
the text area for the log.
m_TextLog - Variable in class adams.gui.goe.GenericObjectEditor.GOEPanel
the text area for the log message.
m_TextLog - Variable in class adams.gui.scripting.ScriptingLogPanel
the text pane for displaying the commands.
m_TextManualAddresses - Variable in class adams.gui.selection.SelectEmailAddressPanel
the textfield for manually entering a list of addresses (blank separated).
m_TextManualFields - Variable in class adams.gui.selection.AbstractSelectDatabaseFieldPanel
the textfield for manually entering a list of fields (blank separated).
m_TextMaxAttributeNames - Variable in class adams.gui.tools.wekainvestigator.tab.PrincipalComponentsTab
the maximum number of attribute names.
m_TextMaxAttributes - Variable in class adams.gui.tools.wekainvestigator.tab.PrincipalComponentsTab
the maximum number of attributes.
m_TextMaxFailures - Variable in class adams.gui.tools.remotecontrolcenter.panels.RemoteLoggingTab
the maximum number of failures to tolerate.
m_TextMaxStringLength - Variable in class adams.gui.tools.spreadsheetprocessor.targets.DatabaseTarget
the max string length.
m_TextMaxValue - Variable in class adams.gui.visualization.report.ReportFactory.StandardsDialog
the text field for the maximum value.
m_TextMinutes - Variable in class adams.gui.goe.CronScheduleEditor
the text field for the minutes.
m_TextMinValue - Variable in class adams.gui.visualization.report.ReportFactory.StandardsDialog
the text field for the minimum value.
m_TextMonitor - Variable in class adams.gui.tools.FileMonitorPanel
for displaying the content.
m_TextMonth - Variable in class adams.gui.goe.CronScheduleEditor
the text field for the month.
m_TextName - Variable in class adams.gui.goe.MavenRepositoryEditor
The text field with the name.
m_TextName - Variable in class adams.gui.goe.VariableNameValuePairEditor
The text field with the key.
m_TextName - Variable in class adams.gui.tools.FileChooserBookmarksManagementPanel
the name.
m_TextNote - Variable in class adams.gui.tools.EmailAddressBookPanel
the note.
m_TextNotes - Variable in class adams.gui.tools.wekamultiexperimenter.setup.BasicAdamsSetupPanel
the notes.
m_TextNotification - Variable in class adams.gui.flow.FlowPanelNotificationArea
for displaying the text.
m_TextOffset - Variable in class adams.gui.visualization.image.plugins.Brightness.BrightnessDialog
the brightness offset.
m_TextOnlyFirst - Variable in class adams.gui.tools.wekainvestigator.tab.CompareTab
the IDs only present in the first dataset.
m_TextOnlySecond - Variable in class adams.gui.tools.wekainvestigator.tab.CompareTab
the IDs only present in the second dataset.
m_TextOptions - Variable in class adams.gui.goe.BaseCommandLineEditor
the field with the command-line options.
m_TextOptionsFull - Variable in class adams.gui.tools.OptionTree
the text field for pasting the complete option string.
m_TextOptionsSelected - Variable in class adams.gui.tools.OptionTree
the text field for options represented by the currently selected sub-tree.
m_TextOrigin - Variable in class adams.gui.tools.ConsoleOutputAnalyzerPanel
the regexp for the origin.
m_TextOutput - Variable in class adams.gui.tools.ConsoleOutputAnalyzerPanel
the regexp for the output.
m_TextOutput - Variable in class adams.gui.tools.SSHPanel
text area for the output.
m_TextOutput - Variable in class adams.gui.tools.TelnetPanel
text area for the output.
m_TextPane - Variable in class adams.gui.core.BaseTextPaneWithWordWrap
the wrapped text pane.
m_TextPane - Variable in class adams.gui.core.StyledTextEditorPanel
for displaying the text.
m_TextPaneHelp - Variable in class adams.gui.tools.ClassHelpPanel
for displaying the help.
m_TextPanel - Variable in class adams.flow.sink.HistoryDisplay.HistorySplitPanel
the actual text area.
m_TextPanel - Variable in class adams.gui.core.ErrorMessagePanel
the text panel for displaying the error.
m_TextPanel - Variable in class adams.gui.dialog.TextDialog
for displaying the text.
m_TextPanel - Variable in class adams.gui.dialog.TextPanel
for displaying the text.
m_TextPanel - Variable in class adams.gui.tools.spreadsheetviewer.tab.CellContent
for displaying the text.
m_TextPassword - Variable in class adams.gui.dialog.AbstractDatabaseConnectionPanel
the edit field for the database password.
m_TextPassword - Variable in class adams.gui.dialog.PasswordDialog
the text field for entering the password.
m_TextPassword - Variable in class adams.gui.tools.SSHPanel
the text field for the password.
m_TextPassword - Variable in class adams.gui.tools.wekamultiexperimenter.setup.weka.JdbcOutputPanel
the password.
m_TextPath - Variable in class adams.gui.tools.PlaceholderManagementPanel.PlaceholderTableCellEditor
the BaseTextField used for displaying the path.
m_TextPercentage - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.TrainTestSplit
the split percentage.
m_TextPercentage - Variable in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.TrainTestSplit
the split percentage.
m_TextPercentage - Variable in class adams.gui.tools.wekainvestigator.tab.experimenttab.setup.TrainTestSplitSetup
the split percentage.
m_TextPhone - Variable in class adams.gui.tools.EmailAddressBookPanel
the phone number.
m_TextPolygonColor - Variable in class adams.gui.visualization.segmentation.tool.PolygonFill
the text field for the polygon color.
m_TextPolygonStroke - Variable in class adams.gui.visualization.segmentation.tool.PolygonFill
the text field for the polygon stroke thickness.
m_TextPredicted - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.FromPredictions
the text with the predicted column index.
m_TextPrefix - Variable in class adams.gui.visualization.object.tools.Edit
the object prefix to use.
m_TextPrefix - Variable in class adams.gui.visualization.object.tools.Move
the object prefix to use.
m_TextReader - Variable in class adams.data.io.input.AbstractCompressedTextReader
the reader for reading the decompressed content.
m_TextRemote - Variable in class adams.gui.tools.remotecontrolcenter.panels.AbstractRemoteFlowTab
the remote machine.
m_TextRemote - Variable in class adams.gui.tools.remotecontrolcenter.panels.RemoteLoggingTab
the remote machine.
m_TextRemote - Variable in class adams.gui.tools.SSHPanel
the remote server.
m_TextRemote - Variable in class adams.gui.tools.TelnetPanel
the remote server.
m_TextRepetitions - Variable in class adams.gui.tools.wekamultiexperimenter.setup.BasicAdamsSetupPanel
the number of repetitions.
m_TextRepetitions - Variable in class adams.gui.tools.wekamultiexperimenter.setup.BasicWekaSetupPanel
the number of repetitions.
m_TextResults - Variable in class adams.gui.tools.sqlworkbench.SqlMetaDataPanel
for other results.
m_TextResults - Variable in class adams.gui.tools.sqlworkbench.SqlQueryPanel
for other results.
m_TextRight - Variable in class adams.gui.visualization.debug.SideBySideDiffPanel
the right content.
m_TextSample - Variable in class adams.gui.chooser.FontChooserPanelWithPreview
The display area.
m_TextSample - Variable in class adams.gui.chooser.PdfFontChooserPanel
The display area.
m_TextScript - Variable in class adams.gui.scripting.AbstractScriptingDialog
the text panel with the loaded script.
m_TextSearch - Variable in class adams.gui.core.AbstractQuickSearchPanel
the search panel.
m_TextSearch - Variable in class adams.gui.core.SearchPanel
the text field for entering the search text.
m_TextSearch - Variable in class adams.gui.tools.ClassHelpPanel
the search panel.
m_TextSearch - Variable in class adams.gui.tools.ConfigureOptionHandlerPanel
the search panel.
m_TextSearchText - Variable in class adams.gui.tools.FindInFilesPanel
the search expression.
m_TextSecondRange - Variable in class adams.gui.tools.wekainvestigator.tab.CompareTab
the text field for the second attribute range.
m_TextSeconds - Variable in class adams.gui.goe.CronScheduleEditor
the text field for the seconds.
m_TextSeed - Variable in class adams.gui.tools.wekainvestigator.tab.attseltab.evaluation.CrossValidation
the seed value.
m_TextSeed - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.BuildModel
the seed value.
m_TextSeed - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.CrossValidation
the seed value.
m_TextSeed - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.TrainTestSplit
the seed value.
m_TextSeed - Variable in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.BuildModel
the seed value.
m_TextSeed - Variable in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.CrossValidation
the seed value.
m_TextSeed - Variable in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.TrainTestSplit
the seed value.
m_TextSelectedAttributes - Variable in class adams.gui.tools.wekainvestigator.tab.PreprocessTab
the currently selected attributes.
m_TextSelectedColor - Variable in class adams.gui.visualization.image.ColorPickerPanel
the text field for the selected color.
m_TextSelection - Variable in class adams.gui.chooser.AbstractChooserPanel
the text field.
m_TextSelectionTolerance - Variable in class adams.gui.visualization.object.tools.Edit
the tolerance in pixels for selecting a vertex.
m_TextSender - Variable in class adams.gui.dialog.DisplayEmailPanel
the sender.
m_TextSignature - Variable in class adams.gui.dialog.ComposeEmailPanel
the signature.
m_TextSignificance - Variable in class adams.gui.tools.wekamultiexperimenter.analysis.DefaultAnalysisPanel
the significance.
m_TextSize - Variable in class adams.gui.visualization.debug.InspectionPanel
the text field for the size.
m_TextSize - Variable in class adams.gui.visualization.segmentation.tool.Eraser
the text field for the size.
m_TextSize - Variable in class adams.gui.visualization.segmentation.tool.Pencil
the text field for the size.
m_TextSmtpPassword - Variable in class adams.gui.application.EmailSetupPanel
the SMTP password.
m_TextSmtpProtocols - Variable in class adams.gui.application.EmailSetupPanel
The protocols to use.
m_TextSmtpServer - Variable in class adams.gui.application.EmailSetupPanel
the SMTP host.
m_TextSmtpUser - Variable in class adams.gui.application.EmailSetupPanel
the SMTP user.
m_TextSocksHost - Variable in class adams.gui.application.ProxySettingsPanel
the socks proxy host.
m_TextSocksPassword - Variable in class adams.gui.application.ProxySettingsPanel
the socks proxy password.
m_TextSocksUser - Variable in class adams.gui.application.ProxySettingsPanel
the socks proxy user.
m_TextSQL - Variable in class adams.gui.tools.AbstractSequenceViewerPanel
the text area for the SQL statement.
m_TextStage - Variable in class adams.flow.execution.debug.ControlPanel
the text field for the stage.
m_TextStatement - Variable in class adams.gui.goe.AbstractAdvancedScriptEditor
The text area with the script.
m_TextStatement - Variable in class adams.gui.goe.AbstractSimpleScriptEditor
The text area with the script.
m_TextStringColumnSQL - Variable in class adams.gui.tools.spreadsheetprocessor.targets.DatabaseTarget
the SQL for creating string columns.
m_TextStructure - Variable in class adams.gui.tools.wekainvestigator.tab.CompareTab
the text area with the structure output.
m_TextSubject - Variable in class adams.gui.dialog.ComposeEmailPanel
the subject.
m_TextSubject - Variable in class adams.gui.dialog.DisplayEmailPanel
the subject.
m_TextSupportEmailAddress - Variable in class adams.gui.application.EmailSetupPanel
the support email addres.
m_TextTable - Variable in class adams.gui.tools.spreadsheetprocessor.targets.DatabaseTarget
the table to use.
m_TextTable - Variable in class adams.gui.tools.sqlworkbench.SqlMetaDataPanel
the text field with the (optional) table.
m_TextTestSplitName - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.IndexedSplitsRunsEvaluation
the text with the name for the test split.
m_TextTitle - Variable in class adams.gui.tools.spreadsheetprocessor.targets.ChartTarget
the chart title to use.
m_TextTrainSplitName - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.IndexedSplitsRunsEvaluation
the text with the name for the train split.
m_TextUpper - Variable in class adams.gui.goe.BaseIntervalEditor
The text field with the upper bound.
m_TextURL - Variable in class adams.gui.dialog.AbstractDatabaseConnectionPanel
the edit field for the database URL.
m_TextURL - Variable in class adams.gui.tools.wekamultiexperimenter.setup.weka.JdbcOutputPanel
the JDBC URL.
m_TextUser - Variable in class adams.gui.dialog.AbstractDatabaseConnectionPanel
the edit field for the database user.
m_TextUser - Variable in class adams.gui.tools.SSHPanel
the text field for the user.
m_TextUser - Variable in class adams.gui.tools.wekamultiexperimenter.setup.weka.JdbcOutputPanel
the user name.
m_TextValue - Variable in class adams.gui.goe.ActorPathEditor
The text field with the value.
m_TextValue - Variable in class adams.gui.goe.BaseAnnotationEditor
The text area with the value.
m_TextValue - Variable in class adams.gui.goe.BaseObjectEditor
The text field with the value.
m_TextValue - Variable in class adams.gui.goe.BaseTextEditor
The text area with the value.
m_TextValue - Variable in class adams.gui.goe.CallableActorReferenceEditor
The text field with the value.
m_TextValue - Variable in class adams.gui.goe.EventReferenceEditor
The text field with the value.
m_TextValue - Variable in class adams.gui.goe.IndexEditor
The text field with the value.
m_TextValue - Variable in class adams.gui.goe.JdbcUrlEditor
The text field with the value.
m_TextValue - Variable in class adams.gui.goe.RangeEditor
The text field with the value.
m_TextValue - Variable in class adams.gui.goe.UnorderedRangeEditor
The text field with the value.
m_TextVariable - Variable in class adams.gui.visualization.core.TextOverlayPaintlet
the variable with the text to paint.
m_TextVariance - Variable in class adams.gui.tools.wekainvestigator.tab.PrincipalComponentsTab
the variance.
m_TextWeight - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.FromPredictions
the text with the weight column index.
m_TextWinsHost - Variable in class adams.gui.application.SMBSetupPanel
the wins host.
m_TextYear - Variable in class adams.gui.goe.CronScheduleEditor
the text field for the year.
m_TextZoom - Variable in class adams.gui.visualization.object.ObjectAnnotationPanel
the text field for the zoom.
m_TextZoom - Variable in class adams.gui.visualization.segmentation.SegmentationPanel
the text field for the zoom.
m_TextZoom - Variable in class adams.gui.visualization.segmentation.tool.BucketFill
the text field for the size.
m_TextZoom - Variable in class adams.gui.visualization.segmentation.tool.PolygonFill
the text field for the size.
m_ThenActor - Variable in class adams.flow.control.IfStorageValue
the actor to execute in the "then" branch.
m_ThenActor - Variable in class adams.flow.control.IfThenElse
the actor to execute in the "then" branch.
m_Thickness - Variable in class adams.gui.visualization.jfreechart.shape.Cross
the thickness of the arms.
m_Thickness - Variable in class adams.gui.visualization.stats.scatterplot.AbstractScatterPlotOverlay
Thickness for overlay line
m_Thickness - Variable in class adams.gui.visualization.stats.zscore.AbstractZScoreOverlay
Thickness of overlay
m_threadRun - Variable in class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeVisualizationPanel
True if the thread m_hc above is running.
m_ThreadsSpawned - Variable in class adams.flow.control.LoadBalancer
the count of threads spawned so far.
m_Threshold - Variable in class adams.data.boofcv.multiimageoperation.Diff
the threshold at which two pixels are considered different
m_Threshold - Variable in class adams.data.boofcv.transformer.Binary
the manual threshold to use.
m_Threshold - Variable in class adams.data.image.multiimageoperation.Diff
the threshold at which two pixels are considered different
m_Threshold - Variable in class adams.data.image.transformer.Binary
the (grayscale) threshold to use.
m_Threshold - Variable in class adams.data.image.transformer.BinaryMask
the (grayscale) threshold to use.
m_Threshold - Variable in class adams.data.image.transformer.SuppliedImageMask
Threshold value used for binarization, specify -1 to automatically determine a threshold.
m_Threshold - Variable in class adams.data.image.transformer.ThresholdReplacement
the (grayscale) threshold to use.
m_Threshold - Variable in class adams.data.image.transformer.whitebalance.GIMP
the threshold below which pixels get discarded.
m_Threshold - Variable in class adams.data.image.transformer.XScreenMask
Threshold value used for binarization, specify -1 to automatically determine a threshold.
m_Threshold - Variable in class adams.data.opencv.transformer.Threshold
the threshold to use.
m_Threshold - Variable in class adams.data.weka.evaluator.AbstractDatasetInstanceEvaluator
the percentage to the threshold.
m_Threshold - Variable in class adams.flow.standalone.MemoryMonitor
the percentage threshold of max heap that the used heap will have to cross (0-100).
m_Threshold - Variable in class adams.flow.transformer.locateobjects.XScreenMaskLocator
Threshold value used for binarization, specify -1 to automatically determine a threshold.
m_Threshold - Variable in class adams.tools.CompareDatasets
the threshold for listing correlations.
m_Threshold - Variable in class weka.classifiers.meta.ClassifierCascade
the threshold for the statistic for termination.
m_ThresholdAngle - Variable in class adams.flow.transformer.BoofCVDetectLineSegments
the angle threshold to use.
m_ThresholdCheck - Variable in class weka.classifiers.meta.ClassifierCascade
whether to go below or above the threshold.
m_ThresholdDown - Variable in class adams.data.boofcv.transformer.Binary
the down (for adaptive methods).
m_ThresholdEdge - Variable in class adams.flow.transformer.BoofCVDetectLineSegments
the edge threshold to use.
m_ThresholdHigh - Variable in class adams.flow.transformer.locateobjects.CannyBinary
the high threshold.
m_ThresholdHigh - Variable in class adams.flow.transformer.locateobjects.CannyEdges
the high threshold.
m_ThresholdLow - Variable in class adams.flow.transformer.locateobjects.CannyBinary
the low threshold.
m_ThresholdLow - Variable in class adams.flow.transformer.locateobjects.CannyEdges
the low threshold.
m_Thresholds - Variable in class weka.classifiers.meta.VotedImbalance
the thresholds to use (pair: probability minority class = num balanced).
m_ThresholdType - Variable in class adams.data.boofcv.transformer.Binary
the type of threshold to apply.
m_ThrowExceptions - Variable in class adams.core.option.OptionManager
whether to throw exceptions or just ignore errors.
m_Thumbnail - Variable in class adams.gui.chooser.ImagePreview
the thumbnail.
m_TickGenerator - Variable in class adams.gui.visualization.core.axis.AbstractAxisModel
the tick generator.
m_TickGenerator - Variable in class adams.gui.visualization.core.AxisPanelOptions
the tick generator to use.
m_Ticks - Variable in class adams.gui.visualization.core.axis.AbstractTickGenerator
the list of ticks to return.
m_TimeCols - Variable in class adams.data.io.input.CsvSpreadSheetReader.ChunkReader
the time column indices.
m_TimeColumns - Variable in class adams.data.io.input.CsvSpreadSheetReader
the columns to treat as time.
m_TimeFormat - Variable in class adams.data.io.input.CsvSpreadSheetReader.ChunkReader
the time format.
m_TimeFormat - Variable in class adams.data.io.input.CsvSpreadSheetReader
the format string for the times.
m_TimeFormat - Variable in class adams.data.io.output.AutoWidthTabularSpreadSheetWriter
the format string for the times.
m_TimeFormat - Variable in class adams.data.io.output.CsvSpreadSheetWriter
the format string for the times.
m_TimeFormat - Variable in class adams.data.io.output.ExcelSpreadSheetWriter
the format string for the times.
m_TimeFormat - Variable in class adams.data.io.output.FixedTabularSpreadSheetWriter
the format string for the times.
m_TimeFormat - Variable in class adams.data.spreadsheet.DefaultSpreadSheet
for formatting times.
m_TimeFormatter - Variable in class adams.data.io.output.CsvSpreadSheetWriter
the time formatter.
m_TimeLenient - Variable in class adams.data.io.input.CsvSpreadSheetReader
whether time parsing is lenient.
m_TimeMsecCols - Variable in class adams.data.io.input.CsvSpreadSheetReader.ChunkReader
the time/msec column indices.
m_TimeMsecColumns - Variable in class adams.data.io.input.CsvSpreadSheetReader
the columns to treat as time/msec.
m_TimeMsecFormat - Variable in class adams.data.io.input.CsvSpreadSheetReader.ChunkReader
the time/smec format.
m_TimeMsecFormat - Variable in class adams.data.io.input.CsvSpreadSheetReader
the format string for the times/msec.
m_TimeMsecFormat - Variable in class adams.data.io.output.CsvSpreadSheetWriter
the format string for the times with msec.
m_TimeMsecFormat - Variable in class adams.data.spreadsheet.DefaultSpreadSheet
for formatting times with msec.
m_TimeMsecFormatter - Variable in class adams.data.io.output.CsvSpreadSheetWriter
the time msec formatter.
m_TimeMsecLenient - Variable in class adams.data.io.input.CsvSpreadSheetReader
whether time/msec parsing is lenient.
m_Timeout - Variable in class adams.core.net.ApacheSendEmail
the timeout for the server.
m_Timeout - Variable in class adams.core.net.SimpleApacheSendEmail
the timeout for the server.
m_Timeout - Variable in class adams.flow.source.RSync
 
m_Timeout - Variable in class adams.flow.source.Socket
the timeout for the socket.
m_Timeout - Variable in class adams.flow.standalone.SMTPConnection
the timeout in msecs.
m_Timeout - Variable in class adams.flow.standalone.SSHConnection
the timeout to use (milliseconds).
m_Timeout - Variable in class adams.scripting.engine.DefaultScriptingEngine
the timeout for the socket.
m_Timeout - Variable in class weka.classifiers.meta.SocketFacade
the timeout for the socket.
m_TimeOut - Variable in class adams.core.logging.RemoteReceiveHandler.AbstractRemoteListenerRunnable
the timeout in msec.
m_TimeOut - Variable in class adams.core.logging.RemoteReceiveHandler
the timeout to use (msec).
m_TimeOut - Variable in class adams.core.shutdown.StopFlows
the timeout period in msec for stopping a flow.
m_TimeOut - Variable in class adams.flow.source.AbstractPythonExecution
the time out in seconds.
m_TimeOut - Variable in class adams.flow.source.Command
the time out in seconds.
m_TimeOut - Variable in class adams.scripting.command.basic.AbstractCommandWithFlowStopping
the timeout period in msec for stopping a flow.
m_TimeOut - Variable in class adams.scripting.command.basic.StartRemoteLogging
the timeout to use.
m_TimeOut - Variable in class adams.scripting.CommandRunner
the timeout in msec to wait for commands to finish.
m_Timer - Variable in class adams.flow.standalone.Stopwatch.StopwatchPanel
the actual timer thread.
m_TimerLeft - Variable in class adams.gui.core.BaseStatusBar
the timer for the left message.
m_TimerRight - Variable in class adams.gui.core.BaseStatusBar
the timer for the right message.
m_Times - Variable in class adams.flow.source.RSync
 
m_Times - Variable in class adams.flow.source.SimpleRSync
 
m_Timeseries - Variable in class adams.data.io.input.SpreadSheetTimeseriesReader
the current container.
m_Timeseries - Variable in class adams.flow.source.TimeseriesDbReader
the current container.
m_TimeseriesFileChooser - Variable in class adams.gui.visualization.timeseries.TimeseriesExplorer
the file chooser for importing data.
m_TimeseriesPaintlet - Variable in class adams.gui.visualization.timeseries.TimeseriesPanel
paintlet for drawing the timeseries.
m_TimeseriesPointHitDetector - Variable in class adams.gui.visualization.timeseries.TimeseriesPanel
for detecting hits.
m_Timestamp - Variable in class adams.data.io.input.OpexObjectLocationsReader
the field to use for the timestamp.
m_Timestamp - Variable in class adams.data.io.input.PascalVOCObjectLocationsReader
the field to use for the timestamp.
m_Timestamp - Variable in class adams.data.io.output.OpexObjectLocationsWriter
the field with the timestamp.
m_Timestamp - Variable in class adams.data.outlier.TimeseriesTimestampCheck
the provided timestamp.
m_Timestamp - Variable in class adams.data.timeseries.TimeseriesPoint
the teimstamp of the data point.
m_Timestamp - Variable in class adams.gui.tools.ConsoleOutputAnalyzerPanel.ConsoleOutputEntry
the timestamp.
m_Timestamp - Variable in class adams.gui.tools.wekainvestigator.output.AbstractResultItem
the timestamp.
m_Timestamp - Variable in class adams.gui.visualization.image.interactionlogging.InteractionEvent
the timestamp.
m_Timestamp - Variable in class adams.gui.visualization.timeseries.FixedTimestampPaintlet
the timestamp to indicate.
m_TimestampCache - Variable in class adams.gui.tools.wekainvestigator.tab.DataTab
the cache for the last update cache.
m_TimestampCache - Variable in class adams.gui.tools.wekainvestigator.tab.ScatterPlotTab
the cache for the last update cache.
m_TimestampDirFormat - Variable in class adams.flow.transformer.AbstractDataProcessor
the format for the timestamp directories.
m_TimeStampField - Variable in class adams.flow.core.LagMakerOptions
the timestamp field.
m_TimestampFormat - Variable in class adams.data.io.input.SimpleTimeseriesReader
the date format string to use for formatting the timestamp.
m_TimestampFormat - Variable in class adams.data.io.output.SimpleTimeseriesWriter
the date format string to use for formatting the timestamp.
m_TimestampFormat - Variable in class adams.data.timeseries.Values
the timestamp format.
m_TimestampFormat - Variable in class adams.flow.sink.simplelogging.format.TimestampedFormat
the timestamp format.
m_TimestampFormatter - Variable in class adams.flow.sink.simplelogging.format.TimestampedFormat
the date formatter in use.
m_Timestamps - Variable in class adams.core.io.Tee
whether to add timestamps or not.
m_TimestampSend - Variable in class adams.scripting.command.basic.Ping
the send time.
m_TimeZone - Static variable in class adams.core.DateUtils
the timezone to use.
m_TimeZone - Variable in class adams.data.io.input.AutoWidthTabularSpreadSheetReader
the timezone to use.
m_TimeZone - Variable in class adams.data.io.input.CsvSpreadSheetReader
the timezone to use.
m_TimeZone - Variable in class adams.data.io.input.FixedTabularSpreadSheetReader
the timezone to use.
m_TimeZone - Variable in class adams.data.io.input.SimpleCsvSpreadSheetReader
the timezone to use.
m_TimeZone - Variable in class adams.data.io.input.SqlDumpSpreadSheetReader
the timezone to use.
m_TimeZone - Variable in class adams.data.io.output.CsvSpreadSheetWriter
the timezone to use.
m_TimeZone - Variable in class adams.flow.control.flowrestart.notification.TimestampFile
the timezone to use.
m_TimeZone - Variable in class adams.flow.sink.sendnotification.LogFile
the timezone to use.
m_TimeZone - Variable in class adams.flow.transformer.Timestamp
the timezone to use.
m_TimingEnabled - Variable in class adams.flow.control.TimedSubProcess
whether timing is enabled.
m_TimingEnabled - Variable in class adams.flow.control.TimedTee
whether timing is enabled.
m_TimingEnabled - Variable in class adams.flow.control.TimedTrigger
whether timing is enabled.
m_Tip - Variable in class adams.gui.core.BaseTabbedPaneWithTabHiding.PageBackup
the tool tip of the component.
m_TipTextCustomizer - Variable in class adams.gui.visualization.core.plot.ContentPanel
for post-processing the tiptext.
m_TipTexts - Variable in class adams.gui.goe.PropertySheetPanel
The tool tip text for each property.
m_Title - Variable in class adams.core.option.help.SupportedTags
the title to use.
m_Title - Variable in class adams.flow.sink.AbstractGraphicsGenerator
the title of the dialog.
m_Title - Variable in class adams.flow.sink.ActualVsPredictedPlot
the title.
m_Title - Variable in class adams.flow.sink.ControlChartPlot
the title.
m_Title - Variable in class adams.flow.sink.InformationDialog
the title to use.
m_Title - Variable in class adams.flow.sink.ProgressBar
the title.
m_Title - Variable in class adams.flow.sink.SequencePlotter
the title.
m_Title - Variable in class adams.flow.sink.SimplePlot
the title.
m_Title - Variable in class adams.flow.transformer.ConfirmationDialog
the dialog title.
m_Title - Variable in class adams.gui.core.BaseTabbedPaneWithTabHiding.PageBackup
the title of the tab.
m_Title - Variable in class adams.gui.core.ConsolePanel.OutputPanel
the title of the panel.
m_Title - Variable in class adams.gui.core.MultiPagePane.PageContainer
the title.
m_Title - Variable in class adams.gui.core.TitleGenerator
the base title.
m_Title - Variable in class adams.gui.flow.FlowPanel
the current title.
m_Title - Variable in class adams.gui.flow.tabhandler.ParsedErrorHandler.ParseOutput
the title.
m_Title - Variable in class adams.gui.tools.wekainvestigator.job.InvestigatorJob
the title of the job.
m_Title - Variable in class adams.gui.tools.wekainvestigator.job.InvestigatorTabJob
the title of the job.
m_Title - Variable in class adams.gui.tools.wekainvestigator.tab.clustertab.output.Supplementary
the title.
m_Title - Variable in class adams.gui.visualization.container.AbstractContainerList
the title string.
m_Title - Variable in class adams.gui.visualization.container.DataContainerPanel
the titel of the panel.
m_Title - Variable in class adams.gui.visualization.jfreechart.chart.AbstractChartGenerator
the title of the chart.
m_Title - Variable in class adams.gui.workspace.AbstractWorkspaceListPanel
the parent's default title.
m_Title - Variable in class weka.gui.explorer.ExplorerEntryPanel
the parent's default title.
m_TitleClassDetails - Variable in class adams.flow.transformer.WekaEvaluationSummary
the title to use for the summary.
m_TitleFont - Variable in class adams.flow.sink.ProgressBar
the font to use for the title.
m_TitleGenerator - Variable in class adams.gui.dialog.TextPanel
for generating the title.
m_TitleGenerator - Variable in class adams.gui.flow.FlowControlCenterPanel
for generating the title.
m_TitleGenerator - Variable in class adams.gui.flow.FlowPanel
for generating the title of the dialog/frame.
m_TitleGenerator - Variable in class adams.gui.flow.FlowRunnerPanel
for generating the title.
m_TitleGenerator - Variable in class adams.gui.scripting.AbstractScriptingDialog
for generating the title.
m_TitleGenerator - Variable in class adams.gui.tools.ConsoleOutputAnalyzerPanel
for generating the title of the dialog/frame.
m_TitleGenerator - Variable in class adams.gui.tools.FileMonitorPanel
for generating the title.
m_TitleGenerator - Variable in class adams.gui.tools.ImageProcessorPanel
for generating the title.
m_TitleGenerator - Variable in class adams.gui.tools.PreviewBrowserPanel
for generating the title of the dialog/frame.
m_TitleGenerator - Variable in class adams.gui.visualization.image.ImageViewerPanel
for generating the title.
m_TitleGenerator - Variable in class adams.gui.workspace.AbstractWorkspacePanel
for generating the title.
m_TitleGenerator - Variable in class weka.gui.explorer.ExplorerExt
for generating the title.
m_TitleMatrix - Variable in class adams.flow.transformer.WekaEvaluationSummary
the title to use for the matrix.
m_TitleNameColumn - Variable in class adams.data.conversion.WekaPredictionContainerToSpreadSheet
the title of the name column.
m_TitleSummary - Variable in class adams.flow.transformer.WekaEvaluationSummary
the title to use for the summary.
m_TitleValueColumn - Variable in class adams.data.conversion.WekaPredictionContainerToSpreadSheet
the title of the value column.
m_TitleVariable - Variable in class adams.flow.sink.DisplayPanelGrid
the variable to use for naming the entries.
m_To - Variable in class adams.core.net.Email
the recipients.
m_To - Variable in class adams.core.Range.SubRange
the "to" (0-based).
m_ToCleanUp - Variable in class adams.flow.control.LoadBalancer
the actors to clean up in the end.
m_Token - Variable in class adams.event.TokenEvent
the token.
m_TokenCounts - Variable in class adams.flow.sink.PlotContainerSink
for keeping track of the number of tokens being added for a specific sequence, in case the X value is undefined (seqname - count relation).
m_Tokenizers - Variable in class weka.core.tokenizers.MultiTokenizer
the tokenizers to use.
m_TokenListeners - Variable in class adams.flow.sink.ProgrammaticSink
the listeners to use.
m_TokenListeners - Variable in class adams.flow.transformer.ProgrammaticTokenListener
the token listeners.
m_Tokens - Variable in class weka.core.tokenizers.MultiTokenizer
the collected tokens.
m_Tol - Variable in class adams.data.instancesanalysis.pls.KernelPLS
Inner NIPALS loop improvement tolerance
m_Tol - Variable in class adams.data.instancesanalysis.pls.NIPALS
Inner NIPALS loop improvement tolerance
m_Tol - Variable in class adams.data.instancesanalysis.pls.PRM
Inner loop improvement tolerance
m_Tol - Variable in class adams.data.instancesanalysis.pls.SparsePLS
Inner NIPALS loop improvement tolerance
m_TolerateHeaderChanges - Variable in class adams.data.instances.AbstractInstanceGenerator
whether to tolerate header changes.
m_Tool - Variable in class adams.flow.standalone.Tool
the tool to run.
m_Tool - Variable in class adams.flow.transformer.Tool
the tool to run.
m_Tool - Variable in class adams.tools.RunTool
the tool to run.
m_ToolBar - Variable in class adams.gui.core.ToolBarPanel
the toolbar.
m_ToolBarActiveButtons - Variable in class adams.gui.flow.FlowEditorPanel
the "active" buttons in the toolbar.
m_ToolButtonColumns - Variable in class adams.flow.transformer.ImageSegmentationAnnotator
the number of columns to use for the tool buttons.
m_ToolObject - Variable in class adams.tools.Groovy
the loaded script object.
m_ToolObject - Variable in class adams.tools.Scripted
the loaded script object.
m_Tools - Variable in class adams.gui.visualization.object.ObjectAnnotationPanel
the tools.
m_Tools - Variable in class adams.gui.visualization.segmentation.SegmentationPanel
the tools.
m_ToolTip - Variable in class adams.gui.chooser.AbstractChooserPanel
the tool tip (ignore if null).
m_ToolTipAxes - Variable in class adams.gui.visualization.core.PlotPanel
the vector with the axes that make up the values in the tooltip.
m_ToolTipCustomizer - Variable in class adams.gui.core.MultiPagePane
an optional customizer for the tooltips of the JList.
m_ToolTipHidden - Variable in class adams.gui.core.OneTouchPanel
the tooltip when hidden.
m_ToolTipMaxColumns - Variable in class adams.gui.visualization.instance.InstancePanel
the maximum number of columns for the tooltip.
m_ToolTipMaxColumns - Variable in class adams.gui.visualization.spreadsheet.SpreadSheetRowPanel
the maximum number of columns for the tooltip.
m_ToolTipMaxColumns - Variable in class adams.gui.visualization.timeseries.TimeseriesPanel
the maximum number of columns for the tooltip.
m_ToolTipMaxRows - Variable in class adams.gui.visualization.instance.InstancePanel
the maximum number of rows for the tooltip.
m_ToolTipMaxRows - Variable in class adams.gui.visualization.spreadsheet.SpreadSheetRowPanel
the maximum number of rows for the tooltip.
m_ToolTipMaxRows - Variable in class adams.gui.visualization.timeseries.TimeseriesPanel
the maximum number of rows for the tooltip.
m_ToolTips - Variable in class adams.gui.visualization.jfreechart.chart.AbstractChartGenerator
whether to show tool tips.
m_ToolTipVisible - Variable in class adams.gui.core.OneTouchPanel
the tooltip when open.
m_TooManyColumnsDefaultWidth - Variable in class adams.gui.core.BaseTable
the column width to use when too many columns present.
m_Top - Variable in class adams.data.image.transformer.crop.SimpleCrop
the y of the top-left corner.
m_Top - Variable in class adams.data.objectfinder.ObjectsInRegion
the y of the top-left corner.
m_Top - Variable in class adams.flow.transformer.CountObjectsInRegion
the y of the top-left corner.
m_TopK - Variable in class weka.classifiers.trees.XGBoost
The number of top features to select.
m_TopLeft - Variable in class adams.data.image.transformer.crop.AbstractCropAlgorithm
the top-left corner.
m_TopLeft - Variable in class adams.gui.event.ImagePanelSelectionEvent
the top-left of the selection.
m_ToPlot - Variable in class adams.gui.visualization.stats.paintlet.LowessPaintlet
Points to plot for the lowess curve
m_TopMargin - Variable in class adams.gui.visualization.core.AxisPanelOptions
the top margin.
m_topOfTree - Variable in class weka.classifiers.trees.m5.Rule2
the top of the m5 tree for this rule
m_TopPanel - Variable in class adams.gui.goe.GenericObjectEditor.GOEPanel
the top panel with the classname and choose button.
m_TopPixelOffset - Variable in class adams.gui.visualization.core.plot.ContentPanel
the original pixel offset for the top axis.
m_Total - Variable in class adams.core.Memory
the total memory that is used.
m_TotalFiles - Variable in class adams.flow.transformer.pdfproclet.DocumentState
the files added so far.
m_Trace - Variable in class adams.gui.event.ImagePanelSelectionEvent
the trace.
m_Trackers - Variable in class adams.gui.visualization.core.MultiMouseMovementTracker
the trackers to use.
m_Train - Variable in class adams.data.splitgenerator.generic.crossvalidation.FoldPair
the training data.
m_Train - Variable in class adams.data.splitgenerator.generic.randomsplit.SplitPair
the training data.
m_Train - Variable in class adams.flow.transformer.preparefilebaseddataset.Selected
the index for the training set.
m_Train - Variable in class adams.flow.transformer.WekaClassifierRanker
the callable actor to obtain the training dataset from.
m_Train - Variable in class adams.flow.transformer.WekaClassifierRanker.RankingJob
the train data to evaluate with.
m_Train - Variable in class adams.flow.transformer.WekaTrainTestSetEvaluator.EvaluateJob
the data to use for training.
m_Train - Variable in class adams.multiprocess.WekaCrossValidationJob
the training set.
m_Train - Variable in class weka.classifiers.lazy.LWLDatasetBuilder
The training instances used for classification.
m_TrainCopy - Variable in class weka.filters.unsupervised.attribute.PrincipalComponentsJ
Keep a copy for the class attribute (if set).
m_Trained - Variable in class adams.data.spreadsheet.columnfinder.AbstractTrainableColumnFinder
whether the column finder was trained already.
m_Trained - Variable in class adams.data.spreadsheet.filter.AbstractTrainableSpreadSheetFilter
whether the filter has been trained.
m_Trained - Variable in class adams.data.spreadsheet.rowfinder.AbstractTrainableRowFinder
whether the row finder was trained already.
m_Trained - Variable in class adams.data.weka.columnfinder.AbstractTrainableColumnFinder
whether the column finder was trained already.
m_Trained - Variable in class adams.data.weka.rowfinder.AbstractTrainableRowFinder
whether the row finder was trained already.
m_TrainInstances - Variable in class weka.filters.unsupervised.attribute.PrincipalComponentsJ
The data to transform analyse/transform.
m_TrainPercentage - Variable in class adams.flow.transformer.preparefilebaseddataset.TrainValidateTestSplit
the train percentage.
m_TrainSplitName - Variable in class adams.flow.transformer.indexedsplitsrunsevaluation.InstancesIndexedSplitsRunsEvaluation
the split to use for training.
m_TrainSplitName - Variable in class adams.flow.transformer.indexedsplitsrunspredictions.InstancesIndexedSplitsRunsPredictions
the split to use for training.
m_TrainStart - Variable in class adams.opt.genetic.stopping.MaxTrainTime
the time when training commenced.
m_TrainStart - Variable in class adams.opt.genetic.stopping.MaxTrainTimeWithoutImprovement
the time of last improvement.
m_TrainStart - Variable in class adams.opt.optimise.genetic.AbstractGeneticAlgorithm
the time when training commenced.
m_Transfers - Static variable in class adams.core.optiontransfer.AbstractOptionTransfer
the cache of transfer handlers.
m_TransferType - Variable in class adams.flow.transformer.NegativeRegions
how to add the regions.
m_TransformAlgorithm - Variable in class adams.flow.transformer.BoofCVTransformer
the transformer to apply to the image.
m_TransformAlgorithm - Variable in class adams.flow.transformer.BufferedImageTransformer
the algorithm to apply to the image.
m_TransformAlgorithm - Variable in class adams.flow.transformer.OpenCVTransformer
the transformer to apply to the image.
m_Transformed - Variable in class adams.ml.preprocessing.unsupervised.PCA
temp matrix to avoid duplicate transformation.
m_TransformedData - Variable in class weka.classifiers.functions.LinearRegressionJ
Variable for storing transformed training data.
m_TransformedFormat - Variable in class weka.filters.unsupervised.attribute.PrincipalComponentsJ
The header for the transformed data format.
m_TransformedY - Variable in class adams.gui.visualization.stats.paintlet.AbstractProbabilityPaintlet
Transformed data for the y axis
m_Transformer - Variable in class adams.data.objectfilter.TransformMetaData
the callable transformer to apply to the cells.
m_Transformer - Variable in class adams.flow.transformer.SpreadSheetTransformCells
the callable transformer to apply to the cells.
m_Transformer - Variable in class adams.flow.transformer.SpreadSheetTransformHeaderCells
the callable transformer to apply to the cells.
m_TransformerObject - Variable in class adams.data.boofcv.transformer.Scripted
the loaded script object.
m_TransformerObject - Variable in class adams.data.image.transformer.Scripted
the loaded script object.
m_TransformerObject - Variable in class adams.data.jai.transformer.Scripted
the loaded script object.
m_TransformerObject - Variable in class adams.data.opencv.transformer.Scripted
the loaded script object.
m_Transformers - Variable in class adams.data.boofcv.transformer.MultiTransformer
the sub-transformers.
m_Transformers - Variable in class adams.data.image.transformer.MultiTransformer
the sub-transformers.
m_Transformers - Variable in class adams.data.opencv.transformer.MultiTransformer
the sub-transformers.
m_TransformFilter - Variable in class weka.classifiers.functions.LinearRegressionJ
The filter storing the transformation from nominal to binary attributes.
m_Traversal - Variable in class adams.data.conversion.AbstractSwapObject
the property traversal.
m_Traverser - Variable in class adams.flow.source.OptionTraverser
the option traverser to use.
m_Traverser - Variable in class adams.flow.template.OptionTraverser
the traverser to use.
m_Tree - Variable in class adams.flow.sink.DOMDisplay
the tree displaying the DOM object.
m_Tree - Variable in class adams.flow.sink.FlowDisplay
the tree used for displaying the actor.
m_Tree - Variable in class adams.flow.sink.JsonDisplay
the tree displaying the JSON object.
m_Tree - Variable in class adams.flow.sink.StringTree
the current tree.
m_Tree - Variable in class adams.gui.core.dom.DOMTreeWithPreview
the underlying XML tree.
m_Tree - Variable in class adams.gui.core.json.JsonTreeWithPreview
the JSON tree.
m_Tree - Variable in class adams.gui.flow.FlowPanel
the tree displaying the flow structure.
m_Tree - Variable in class adams.gui.goe.ActorPathEditor
The tree displaying all the callable actors.
m_Tree - Variable in class adams.gui.goe.CallableActorReferenceEditor
The tree displaying all the callable actors.
m_Tree - Variable in class adams.gui.goe.EventReferenceEditor
The tree displaying all the events.
m_Tree - Variable in class adams.gui.goe.GenericObjectEditor.GOEPanel
the tree to use.
m_Tree - Variable in class adams.gui.goe.GenericObjectEditorClassTreePanel
The tree.
m_Tree - Variable in class adams.gui.tools.NestedFormatViewerPanel
the tree for displaying the nested format.
m_Tree - Variable in class adams.gui.visualization.debug.InspectionPanel
the tree for displaying the bean properties.
m_TreeMethod - Variable in class weka.classifiers.trees.XGBoost
The tree construction algorithm.
m_TreeOptions - Variable in class adams.gui.tools.OptionTree
the tree for displaying the options hierarchy.
m_Trigger - Variable in class adams.flow.control.flowrestart.NotificationManager
the trigger in use.
m_Trigger - Variable in class adams.flow.control.flowrestart.trigger.MetaCron
the base trigger.
m_Trigger - Variable in class adams.flow.control.flowrestart.TriggerManager
the trigger in use.
m_TriggerCount - Variable in class adams.flow.execution.debug.AbstractBreakpoint
the trigger counter.
m_TriggerHandler - Variable in class adams.flow.control.flowrestart.trigger.AbstractTrigger
the restart handler to notify.
m_Triggers - Variable in class adams.flow.control.flowrestart.trigger.MultiTrigger
the triggers to manage.
m_Trim - Variable in class adams.core.io.fileuse.LastLineMatches
whether to timr lines before checking emptiness.
m_Trim - Variable in class adams.data.io.input.AutoWidthTabularSpreadSheetReader
whether to trim the cells.
m_Trim - Variable in class adams.data.io.input.CsvSpreadSheetReader.ChunkReader
whether to trim the cells.
m_Trim - Variable in class adams.data.io.input.CsvSpreadSheetReader
whether to trim the cells.
m_Trim - Variable in class adams.data.io.input.FastCsvSpreadSheetReader
whether to trim the cell content.
m_Trim - Variable in class adams.data.io.input.FixedTabularSpreadSheetReader
whether to trim the cells.
m_Trim - Variable in class adams.data.io.input.SimpleCsvSpreadSheetReader
whether to trim the cells.
m_Try - Variable in class adams.flow.control.TryCatch
the try branch.
m_TryHarder - Variable in class adams.data.barcode.decode.ZXing
Whether to try harder detecting a barcode.
m_tstatIntercept - Variable in class weka.classifiers.functions.SimpleLinearRegressionWithAccess
t-statistic of the intercept
m_tstatSlope - Variable in class weka.classifiers.functions.SimpleLinearRegressionWithAccess
t-statistic of the slope
m_TurnOffAbstaining - Variable in class weka.classifiers.meta.AbstainingClassifierWrapper
whether to turn off abstaining.
m_TweedieVariancePower - Variable in class weka.classifiers.trees.XGBoost
Parameter that controls the variance of the Tweedie distribution.
m_Type - Variable in class adams.core.discovery.genetic.AbstractGeneticDoubleDiscoveryHandler
the type of values to use.
m_Type - Variable in class adams.core.discovery.genetic.AbstractGeneticFloatDiscoveryHandler
the type of values to use.
m_Type - Variable in class adams.core.discovery.genetic.AbstractGeneticIntegerDiscoveryHandler
the type of values to use.
m_Type - Variable in class adams.core.discovery.PropertyPath.PathElement
the element type.
m_Type - Variable in class adams.core.io.filechanged.AbstractMessageDigestBasedMonitor
the digest type.
m_Type - Variable in class adams.core.option.ApplyActorProducer
the type of actor.
m_Type - Variable in class adams.core.TechnicalInformation
the type of this technical information.
m_Type - Variable in class adams.data.boofcv.transformer.CannyEdgeDetection
the type of output to generate.
m_Type - Variable in class adams.data.boofcv.transformer.ImageType
the image type.
m_Type - Variable in class adams.data.compare.DataContainer
the type of comparison.
m_Type - Variable in class adams.data.conversion.Base64ToByteArray
the type of conversion to apply.
m_Type - Variable in class adams.data.conversion.Base64ToString
the type of conversion to apply.
m_Type - Variable in class adams.data.conversion.ByteArrayToBase64
the type of conversion to apply.
m_Type - Variable in class adams.data.conversion.ByteArrayToPrimitiveArray
the primitive to output.
m_Type - Variable in class adams.data.conversion.PrimitiveArrayToByteArray
the primitive to output.
m_Type - Variable in class adams.data.conversion.StringToBase64
the type of conversion to apply.
m_Type - Variable in class adams.data.conversion.StringToJson
the type of object to output.
m_Type - Variable in class adams.data.filter.TimeseriesRound
the rounding type.
m_Type - Variable in class adams.data.image.transformer.ImageType
the image type.
m_Type - Variable in class adams.data.image.transformer.ThresholdReplacement
whether to remove below or above threshold.
m_Type - Variable in class adams.data.objectfinder.Size
what to apply the constraints to.
m_Type - Variable in class adams.data.opencv.transformer.Resize
the resize type.
m_Type - Variable in class adams.data.opencv.transformer.Threshold
the threshold type.
m_Type - Variable in class adams.data.spreadsheet.cellfinder.CellTypeRange
the type to look for.
m_Type - Variable in class adams.data.spreadsheet.cellfinder.TypeRangeIterator
the cell type to look for.
m_Type - Variable in class adams.data.spreadsheet.sql.Reader
the column types.
m_Type - Variable in class adams.db.LogEntry
the type of the message.
m_Type - Variable in class adams.db.LogEntryConditions
the type of the log entries (regexp).
m_Type - Variable in class adams.db.types.ColumnType
java sql type.
m_Type - Variable in class adams.event.DatabaseConnectionChangeEvent
the type of event.
m_Type - Variable in class adams.event.FlowPauseStateEvent
the type of event.
m_Type - Variable in class adams.event.FlowSetupStateEvent
the type of event.
m_Type - Variable in class adams.event.StorageChangeEvent
the type of the event.
m_Type - Variable in class adams.event.VariableChangeEvent
the type of the event.
m_Type - Variable in class adams.flow.control.Injector
the data to inject.
m_Type - Variable in class adams.flow.control.PlotProcessor
the type to use.
m_Type - Variable in class adams.flow.sink.LargeObjectDbWriter
the type of object to read.
m_Type - Variable in class adams.flow.source.CurrentTime
the type of time to output.
m_Type - Variable in class adams.flow.source.LargeObjectDbReader
the type of object to read.
m_Type - Variable in class adams.flow.source.SelectDateTime
the type of data to output.
m_Type - Variable in class adams.flow.source.SQLIdSupplier
the type of IDs to generate.
m_Type - Variable in class adams.flow.source.valuedefinition.DefaultValueDefinition
the type of the value.
m_Type - Variable in class adams.flow.standalone.DeleteStorageValue
how to determine variables to delete.
m_Type - Variable in class adams.flow.standalone.DeleteVariable
how to determine variables to delete.
m_Type - Variable in class adams.flow.transformer.AbstractDeleteReportValue
how to match fields.
m_Type - Variable in class adams.flow.transformer.AccessDatabaseInfo
the type of information to generate.
m_Type - Variable in class adams.flow.transformer.Copy
the type of copy to perform.
m_Type - Variable in class adams.flow.transformer.DeleteStorageValue
how to determine variables to delete.
m_Type - Variable in class adams.flow.transformer.DeleteVariable
how to determine variables to delete.
m_Type - Variable in class adams.flow.transformer.Diff
the type of diff to generate.
m_Type - Variable in class adams.flow.transformer.draw.Pixel
what type of value to use for the pixel.
m_Type - Variable in class adams.flow.transformer.FileInfo
the type of information to generate.
m_Type - Variable in class adams.flow.transformer.ImageInfo
the type of information to generate.
m_Type - Variable in class adams.flow.transformer.ImageObjectInfo
the info to provide.
m_Type - Variable in class adams.flow.transformer.IndexedSplitsRunsEvaluation
the source type.
m_Type - Variable in class adams.flow.transformer.IndexedSplitsRunsPredictions
the source type.
m_Type - Variable in class adams.flow.transformer.JsonFileReader
the type of output to generate.
m_Type - Variable in class adams.flow.transformer.MakePlotContainer
the type plot container to create.
m_Type - Variable in class adams.flow.transformer.Mat5ArrayInfo
the type of information to generate.
m_Type - Variable in class adams.flow.transformer.Mat5FileInfo
the type of information to generate.
m_Type - Variable in class adams.flow.transformer.Mat5StructInfo
the type of information to generate.
m_Type - Variable in class adams.flow.transformer.MergeReport
the source type.
m_Type - Variable in class adams.flow.transformer.MessageDigest
the type of message digest to use.
m_Type - Variable in class adams.flow.transformer.PDFAppendDocument
the data type.
m_Type - Variable in class adams.flow.transformer.PDFInfo
the type of information to generate.
m_Type - Variable in class adams.flow.transformer.SetImageObjectMetaData
the type of the value.
m_Type - Variable in class adams.flow.transformer.SetJsonValue
the source type.
m_Type - Variable in class adams.flow.transformer.SetMapValue
the source type.
m_Type - Variable in class adams.flow.transformer.SpreadSheetExtractArray
the type of extraction.
m_Type - Variable in class adams.flow.transformer.SpreadSheetInfo
the type of information to generate.
m_Type - Variable in class adams.flow.transformer.StringCut
the cut type.
m_Type - Variable in class adams.flow.transformer.StringRangeCut
what type of cutting to perform.
m_Type - Variable in class adams.flow.transformer.TimeseriesInfo
the type of information to generate.
m_Type - Variable in class adams.flow.transformer.WekaClassifierInfo
the type of information to generate.
m_Type - Variable in class adams.flow.transformer.WekaClustererInfo
the type of information to generate.
m_Type - Variable in class adams.flow.transformer.WekaEvaluationInfo
the type of information to generate.
m_Type - Variable in class adams.flow.transformer.WekaExtractArray
the type of extraction.
m_Type - Variable in class adams.flow.transformer.WekaInstancesInfo
the type of information to generate.
m_Type - Variable in class adams.flow.transformer.YamlFileReader
the data structure to read the YAML file into.
m_Type - Variable in class adams.gui.core.NumberTextField.NumberCheckModel
the type of numbers to handle.
m_Type - Variable in class adams.gui.event.ActorChangeEvent
the type of event.
m_Type - Variable in class adams.gui.event.DataChangeEvent
the type of event.
m_Type - Variable in class adams.gui.event.InstancesSortSetupEvent
what type of event occurred.
m_Type - Variable in class adams.gui.event.RemoteControlCenterEvent
the event type.
m_Type - Variable in class adams.gui.event.SortSetupEvent
what type of event occurred.
m_Type - Variable in class adams.gui.event.SpreadSheetProcessorEvent
what type of event occurred.
m_Type - Variable in class adams.gui.event.SqlQueryPanelEvent
what type of event occurred.
m_Type - Variable in class adams.gui.event.TabVisibilityChangeEvent
the type of event.
m_Type - Variable in class adams.gui.event.UndoEvent
the type of event.
m_Type - Variable in class adams.gui.event.WekaInvestigatorDataEvent
the event type.
m_Type - Variable in class adams.gui.flow.FlowPanelNotificationArea
the type of notification.
m_Type - Variable in class adams.gui.print.BufferedImageBasedWriter
the color format of the image.
m_Type - Variable in class adams.gui.tools.ConsoleOutputAnalyzerPanel.ConsoleEntryFilter
the type.
m_Type - Variable in class adams.gui.tools.ConsoleOutputAnalyzerPanel.ConsoleOutputEntry
the type of output (ERR/OUT/DEBUG).
m_Type - Variable in class adams.gui.visualization.core.AxisPanel
the type of axis.
m_Type - Variable in class adams.gui.visualization.core.AxisPanelOptions
the type of the axis.
m_Type - Variable in class adams.gui.visualization.jfreechart.shape.Cross
the type of cross.
m_Type - Variable in class adams.gui.visualization.jfreechart.shape.Triangle
the type of triangle.
m_Type - Variable in class adams.parser.TimeAmount
the type.
m_Type - Variable in class adams.scripting.command.basic.StopEngine
the type.
m_Type - Variable in class weka.filters.unsupervised.attribute.NominalToNumeric
the type of conversion to perform.
m_TypeColorProvider - Variable in class adams.gui.tools.previewbrowser.CocoAnnotationsHandler
the color provider to use.
m_TypeColorProvider - Variable in class adams.gui.tools.previewbrowser.DeepLabCutCSVHandler
the color provider to use.
m_TypeColorProvider - Variable in class adams.gui.tools.previewbrowser.DetectronAnnotationsHandler
the color provider to use.
m_TypeColorProvider - Variable in class adams.gui.tools.previewbrowser.ObjectCentersFromReport
the color provider to use.
m_TypeColorProvider - Variable in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
the color provider to use.
m_TypeColorProvider - Variable in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
the color provider to use.
m_TypeColorProvider - Variable in class adams.gui.tools.previewbrowser.PointsFromReportHandler
the color provider to use.
m_TypeColorProvider - Variable in class adams.gui.tools.previewbrowser.YoloAnnotationsHandler
the color provider to use.
m_TypeColorProvider - Variable in class adams.gui.visualization.image.AbstractReportBasedOverlayHelper
the color provider to use.
m_TypeColors - Variable in class adams.gui.visualization.image.AbstractReportBasedOverlayHelper
the type/color mapping.
m_TypeColors - Variable in class adams.gui.visualization.object.objectannotations.colors.PerType
the type/color mapping.
m_TypeColumn - Variable in class adams.data.conversion.SpreadSheetToCreateTableStatement
the type colum.
m_TypeFind - Variable in class adams.data.objectfinder.ObjectsInPolygon
the regular expression to apply to the type.
m_TypeFind - Variable in class adams.data.objectfinder.ObjectsInRegion
the regular expression to apply to the type.
m_TypeFind - Variable in class adams.flow.transformer.CompareObjectTypes
the regular expression to apply to the type.
m_TypeFind - Variable in class adams.flow.transformer.CountObjectsInPolygon
the regular expression to apply to the type.
m_TypeFind - Variable in class adams.flow.transformer.CountObjectsInRegion
the regular expression to apply to the type.
m_TypeFind - Variable in class adams.flow.transformer.MergeObjectLocations
the regular expression to apply to the type.
m_TypeMapper - Variable in class adams.data.io.output.SqlDumpSpreadSheetWriter
the type mapper to use.
m_TypeMapper - Variable in class adams.data.spreadsheet.sql.Reader
the type mapper to use.
m_TypeMapper - Variable in class adams.data.spreadsheet.sql.Writer
the type mapper to use.
m_TypeMapper - Variable in class adams.flow.sink.SpreadSheetDbWriter
the type mapper to use.
m_TypeMapper - Variable in class adams.flow.source.AbstractDatabaseMetaData
the type mapper to use.
m_TypeMapper - Variable in class adams.flow.source.AbstractSpreadSheetDbReader
the type mapper to use.
m_TypeRegExp - Variable in class adams.gui.tools.previewbrowser.AnnotationsAndPredictionsFromReport
the regular expression for the types to draw.
m_TypeRegExp - Variable in class adams.gui.tools.previewbrowser.CocoAnnotationsHandler
the regular expression for the types to draw.
m_TypeRegExp - Variable in class adams.gui.tools.previewbrowser.DeepLabCutCSVHandler
the regular expression for the types to draw.
m_TypeRegExp - Variable in class adams.gui.tools.previewbrowser.DetectronAnnotationsHandler
the regular expression for the types to draw.
m_TypeRegExp - Variable in class adams.gui.tools.previewbrowser.ObjectCentersFromReport
the regular expression for the types to draw.
m_TypeRegExp - Variable in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
the regular expression for the types to draw.
m_TypeRegExp - Variable in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
the regular expression for the types to draw.
m_TypeRegExp - Variable in class adams.gui.tools.previewbrowser.PointsFromReportHandler
the regular expression for the types to draw.
m_TypeRegExp - Variable in class adams.gui.visualization.image.AbstractReportBasedOverlayHelper
the regular expression for the types to draw.
m_TypeRegExp - Variable in class adams.gui.visualization.object.objectannotations.colors.PerType
the regular expression for the types to draw.
m_TypeReplace - Variable in class adams.flow.transformer.CompareObjectTypes
the replacement for the type.
m_TypeReplace - Variable in class adams.flow.transformer.MergeObjectLocations
the replacement for the type.
m_Types - Variable in class adams.data.featureconverter.HeaderDefinition
the type.
m_Types - Variable in class adams.data.io.output.SqlDumpSpreadSheetWriter
the type used for the table.
m_Types - Variable in class adams.db.mysql.DbBackend
the types.
m_Types - Variable in class adams.db.postgresql.DbBackend
the types.
m_Types - Variable in class adams.db.sqlite.DbBackend
the types.
m_Types - Static variable in class adams.db.types.AbstractTypes
the available types.
m_Types - Variable in class adams.flow.sink.SpreadSheetDbWriter
the type used for the table.
m_Types - Variable in class adams.gui.tools.ConsoleOutputAnalyzerPanel.ConsoleOutput
the types.
m_Types - Variable in class adams.gui.tools.ExpressionWatchPanel.TableModel
the types of expressions.
m_Types - Variable in class adams.gui.visualization.object.objectannotations.colors.TypeColorMapping
the types.
m_Types - Variable in class weka.filters.unsupervised.attribute.OuterProductAnalysis
the types of the attributes.
m_TypeStatistics - Variable in class adams.flow.core.ActorStatistic
the statistics per actor type.
m_TypeSuffix - Variable in class adams.data.conversion.ObjectAnnotationsToImageSegmentationLayers
the type suffix.
m_TypeSuffix - Variable in class adams.data.objectfinder.ObjectsInPolygon
the suffix for the type.
m_TypeSuffix - Variable in class adams.data.objectfinder.ObjectsInRegion
the suffix for the type.
m_TypeSuffix - Variable in class adams.flow.transformer.CompareObjectTypes
the object type suffix to use.
m_TypeSuffix - Variable in class adams.flow.transformer.CountObjectsInPolygon
the suffix for the type.
m_TypeSuffix - Variable in class adams.flow.transformer.CountObjectsInRegion
the suffix for the type.
m_TypeSuffix - Variable in class adams.flow.transformer.MergeObjectLocations
the suffix for the type.
m_TypeSuffix - Variable in class adams.gui.tools.previewbrowser.AnnotationsAndPredictionsFromReport
the suffix for the type.
m_TypeSuffix - Variable in class adams.gui.tools.previewbrowser.DeepLabCutCSVHandler
the suffix for the type.
m_TypeSuffix - Variable in class adams.gui.tools.previewbrowser.DetectronAnnotationsHandler
the suffix for the type.
m_TypeSuffix - Variable in class adams.gui.tools.previewbrowser.ObjectCentersFromReport
the suffix for the type.
m_TypeSuffix - Variable in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
the suffix for the type.
m_TypeSuffix - Variable in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
the suffix for the type.
m_TypeSuffix - Variable in class adams.gui.tools.previewbrowser.PointsFromReportHandler
the suffix for the type.
m_TypeSuffix - Variable in class adams.gui.tools.previewbrowser.YoloAnnotationsHandler
the suffix for the type.
m_TypeSuffix - Variable in class adams.gui.visualization.image.AbstractReportBasedOverlayHelper
the suffix for the type.
m_UISettingsApplied - Variable in class adams.gui.core.BaseDialog
whether UI settings were applied.
m_UISettingsApplied - Variable in class adams.gui.core.BaseFrame
whether UI settings were applied.
m_UISettingsPrefix - Variable in class adams.gui.core.BaseDialog
the UI settings prefix to use.
m_UISettingsPrefix - Variable in class adams.gui.core.BaseFrame
the UI settings prefix to use.
m_UISettingsStored - Variable in class adams.gui.core.BaseDialog
whether the UI settings got stored.
m_UISettingsStored - Variable in class adams.gui.core.BaseFrame
whether the UI settings got stored.
m_UnavailableMenuItems - Static variable in class adams.gui.application.ApplicationMenu
stores classnames that aren't available.
m_UncompressedInput - Variable in class adams.data.io.input.GnumericSpreadSheetReader
whether to use uncompressed input.
m_UncompressedOutput - Variable in class adams.data.io.output.GnumericSpreadSheetWriter
whether to use uncompressed output.
m_Undo - Variable in class adams.gui.core.StyledTextEditorPanel
for managing undo/redo.
m_Undo - Variable in class adams.gui.core.TextEditorPanel
for managing undo/redo.
m_Undo - Variable in class adams.gui.core.ToolBarUndoPanel
the undo manager.
m_Undo - Variable in class adams.gui.core.UndoPanel
the undo manager.
m_Undo - Variable in class adams.gui.scripting.AbstractScriptingDialog
the undo manager for the text pane.
m_Undo - Variable in class adams.gui.tools.wekainvestigator.data.AbstractDataContainer
the undo manager.
m_Undo - Variable in class adams.gui.visualization.instance.InstancePanel
the undo manager.
m_Undo - Variable in class adams.gui.visualization.object.ObjectAnnotationPanel
the undo manager.
m_Undo - Variable in class adams.gui.visualization.segmentation.layer.LayerManager
the undo manager.
m_Undo - Variable in class adams.gui.visualization.sequence.XYSequencePanel
the undo manager.
m_Undo - Variable in class adams.gui.visualization.spreadsheet.SpreadSheetRowPanel
the undo manager.
m_UndoClass - Variable in class adams.gui.core.Undo
the class for which the undo is.
m_UndoEnabled - Variable in class adams.gui.tools.wekainvestigator.data.DataContainerList
whether undo is enabled.
m_UndoEnabled - Variable in class adams.gui.visualization.instances.InstancesTableModel
whether undo is active
m_UndoHandler - Variable in class adams.gui.visualization.instances.InstancesTableModel
optional undo handler.
m_UndoList - Variable in class adams.gui.core.Undo
the vector for the undo-points objects.
m_UndoList - Variable in class adams.gui.visualization.instances.InstancesTableModel
the undo list (contains temp.
m_UndoPoint - Variable in class adams.gui.event.UndoEvent
the undo point that got added, removed, etc.
m_UnfoldFileArray - Variable in class adams.flow.template.IterateFilesWithProgressBar
whether to unfold the array (ArrayToSequence) or not (ArrayProcess).
m_Unhandled - Variable in class adams.data.conversion.SpreadSheetToNumeric
the replacement value for unhandled values.
m_Unique - Variable in class adams.flow.transformer.Sort
unqiue entries.
m_Unique - Variable in class adams.flow.transformer.SpreadSheetSort
whether to perform a unique sort.
m_UniqueID - Variable in class adams.flow.transformer.SpreadSheetMerge
the string or numeric attribute to use as unique identifier for rows.
m_UniqueID - Variable in class adams.flow.transformer.spreadsheetmethodmerge.JoinOnID
The name of the column to use as the merge key.
m_UniqueID - Variable in class adams.flow.transformer.wekadatasetsmerge.JoinOnID
The name of the attribute to use as the merge key.
m_UniqueID - Variable in class adams.flow.transformer.WekaInstancesMerge
the string or numeric attribute to use as unique identifier for rows.
m_UniqueIDAtts - Variable in class adams.flow.transformer.SpreadSheetMerge
the unique ID attributes.
m_UniqueIDAtts - Variable in class adams.flow.transformer.WekaInstancesMerge
the unique ID attributes.
m_UniqueLab - Variable in class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeSummaryPanel.AttributeInfoPanel
Displays the number of unique values
m_UniqueValues - Variable in class weka.classifiers.LeaveOneOutByValueGenerator
the unique values.
m_Unit - Variable in class adams.core.ByteFormat
the conversion unit.
m_Unit - Variable in class adams.core.MicroSecondFormat
the conversion unit.
m_Unit - Variable in class adams.core.SecondFormat
the conversion unit.
m_UnknownCellString - Variable in class adams.data.io.input.ExcelStreamingSpreadSheetReader.SheetHandler
the current unknown cell-string.
m_UnknownCellStrings - Variable in class adams.data.io.input.ExcelStreamingSpreadSheetReader.SheetHandler
the unknown cell-strings.
m_UnknownCellStringsExamples - Variable in class adams.data.io.input.ExcelStreamingSpreadSheetReader.SheetHandler
examples of the unknown cell-strings (string - example).
m_UnknownCellType - Variable in class adams.data.io.input.ExcelStreamingSpreadSheetReader.SheetHandler
the current unknown cell-types.
m_UnknownCellTypes - Variable in class adams.data.io.input.ExcelStreamingSpreadSheetReader.SheetHandler
the unknown cell-type.
m_UnknownCellTypesExamples - Variable in class adams.data.io.input.ExcelStreamingSpreadSheetReader.SheetHandler
examples of the unknown cell-types (type - example).
m_UnlimitedRendering - Variable in class adams.data.conversion.TextRenderer
whether to perform unlimited rendering.
m_UnlimitedRendering - Variable in class adams.flow.transformer.TextRenderer
whether to perform unlimited rendering.
m_UnlimitedRendering - Variable in class adams.gui.visualization.debug.objectexport.PlainTextExporter
whether to perform unlimited rendering.
m_UnlimitedRendering - Variable in class adams.gui.visualization.debug.objectexport.RenderedPlainTextExporter
whether to perform unlimited rendering.
m_UnMaximizedBounds - Variable in class adams.gui.core.MaximizationFixWindowListener
the unmaximized size/location.
m_Unpaused - Variable in class adams.multiprocess.PausableFixedThreadPoolExecutor
for resuming.
m_Unset - Variable in class adams.flow.transformer.ClassSelector
whether to unset the class index.
m_Unset - Variable in class adams.flow.transformer.WekaClassSelector
whether to unset the class index.
m_UnsuccessfulDir - Variable in class adams.flow.sink.SendRemoteCommand
the directory for the unsuccessful remote commands.
m_Unsupported - Variable in class adams.data.instancesanalysis.PCA
the unsupported attributes.
m_Update - Variable in class adams.flow.source.RSync
 
m_Update - Variable in class adams.parser.spreadsheetquery.ParserHelper
whether to update cells.
m_UpdateAnyType - Variable in class adams.flow.processor.ChangeDisplayType
whether to update any type.
m_UpdateColumns - Variable in class adams.parser.spreadsheetquery.ParserHelper
the columns to update (column - new value).
m_UpdateContainerColor - Variable in class adams.gui.visualization.instance.ReportColorInstancePaintlet
whether to update the color of the container.
m_UpdateContainerColor - Variable in class adams.gui.visualization.timeseries.ReportColorTimeseriesPaintlet
whether to update the color of the container.
m_UpdateHeader - Variable in class weka.filters.unsupervised.instance.RemoveWithLabels
whether to update the header.
m_UpdateInterval - Variable in class adams.flow.execution.AbstractTimedFlowExecutionListenerWithTable
the update interval.
m_UpdateInterval - Variable in class adams.flow.sink.sequenceplotter.NamedPlotUpdater
the interval of tokens processed after which to update the display.
m_UpdateInterval - Variable in class adams.flow.sink.sequenceplotter.SimplePlotUpdater
the interval of tokens processed after which to update the display.
m_UpdateInterval - Variable in class adams.flow.sink.timeseriesdisplay.SimplePlotUpdater
the interval of tokens processed after which to update the display.
m_UpdateInterval - Variable in class adams.flow.standalone.Stopwatch
the update interval in msec.
m_UpdateInterval - Variable in class adams.gui.visualization.instance.SimpleInstancePanelUpdater
the interval of tokens processed after which to update the display.
m_UpdateInterval - Variable in class adams.gui.visualization.spreadsheet.SimpleSpreadSheetRowPanelUpdater
the interval of tokens processed after which to update the display.
m_UpdateList - Variable in class adams.gui.visualization.container.AbstractContainerManager
the containers while updating.
m_UpdateNumThreads - Variable in class adams.flow.transformer.ExecuteJobs
whether to update the number of threads to use (if possible).
m_Updater - Variable in class adams.flow.sink.SpreadSheetRowViewer
the updater to use.
m_Updater - Variable in class adams.flow.sink.TimeseriesDisplay.DisplayPanel
 
m_Updater - Variable in class adams.flow.sink.WekaInstanceViewer
the updater to use.
m_Updater - Variable in class weka.classifiers.trees.XGBoost
Choice of algorithm to fit linear model.
m_UpdateRelationName - Variable in class adams.flow.transformer.WekaMultiLabelSplitter
whether to use the class attribute name as new relation name.
m_UpdateSize - Variable in class adams.gui.goe.GenericObjectEditor.GOEPanel
whether to update the dialog size.
m_UpdateTextAfterDisplay - Variable in class adams.gui.goe.InlineEditor
whether to update the text after the actual editor was displayed.
m_UpdateType - Variable in class adams.flow.transformer.SetReportFromFile
how to update.
m_UpdateType - Variable in class adams.flow.transformer.SetReportFromSource
how to update.
m_UpdateType - Variable in class adams.flow.transformer.SetVariable
how to update the variable value.
m_UpdateWait - Variable in class weka.classifiers.functions.FakeClassifier
the update wait time in msec.
m_Updating - Variable in class adams.db.mirrored.LogT
object for blocking polling/removal of fully processed.
m_Updating - Variable in class adams.db.mirrored.SQL
object for blocking polling/removal of fully processed.
m_Updating - Variable in class adams.flow.core.AbstractDisplay
whether the GUI is currently being updated.
m_Updating - Variable in class adams.gui.visualization.container.AbstractContainer
whether an update is currently in progress and notifications are suppressed.
m_Updating - Variable in class adams.gui.visualization.container.AbstractContainerManager
whether an update is currently in progress and notifications are suppressed.
m_Upgraded - Variable in class adams.db.upgrade.AbstractTableUpgrade
indicates whether the upgrade has happened.
m_UpgradeInfo - Variable in class adams.db.upgrade.AbstractTableUpgrade
the information generated during upgrading.
m_Upper - Variable in class adams.core.base.BaseInterval
the upper bound of the interval.
m_Upper - Variable in class adams.data.spc.Limits
the upper limit.
m_Upper - Variable in class adams.data.spreadsheet.filter.Normalize
the upper bound.
m_Upper - Variable in class adams.data.statistics.ArrayNormalizeRange
the upper bound.
m_Upper - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.Predictions
the upper value to compute.
m_Upper - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.SamplePlot
the upper value to compute.
m_Upper - Variable in class adams.gui.visualization.stats.boxplot.BoxPlotGraph
upper quartile for attribute
m_UpperBound - Variable in class adams.core.option.AbstractNumericOption
the upper bound for numeric values.
m_UpperBound - Variable in class adams.data.distribution.Uniform
the upper bound.
m_UpperBound - Variable in class adams.gui.core.NumberTextField.BoundedNumberCheckModel
the upper bound (null for unbounded).
m_UpperBound - Variable in class adams.gui.goe.AbstractNumberEditor
the upper bound.
m_UpperInclusive - Variable in class adams.core.base.BaseInterval
whether the upper is inclusive.
m_URL - Variable in class adams.core.option.DatabaseActorExecutionClassProducer
the database URL.
m_URL - Variable in class adams.db.AbstractDatabaseConnection
the URL to connect to the database.
m_URL - Variable in class adams.db.AbstractDatabaseObjectWithOptionHandling
the JDBC URL to connect to.
m_URL - Variable in class adams.db.ConnectionParameters
the URL.
m_URL - Variable in class adams.flow.sink.WekaDatabaseWriter
the database URL to query.
m_URL - Variable in class adams.flow.source.HttpRequest
the URL to send the form parameters to.
m_URL - Variable in class adams.flow.source.WekaDatabaseReader
the database URL to query.
m_URL - Variable in class adams.flow.standalone.AbstractDatabaseConnection
the URL to connect to the database.
m_URL - Variable in class adams.flow.transformer.HttpPostFile
the URL to send the form parameters to.
m_URL - Variable in class adams.flow.transformer.HttpRequest
the URL to send the form parameters to.
m_URL - Variable in class adams.flow.websocket.client.AbstractWebSocketClientGenerator
the URL to connect to.
m_URL - Variable in class adams.gui.tools.wekainvestigator.data.DatabaseContainer
the database URL.
m_URL - Variable in class adams.run.RunDatabaseScheme
the JDBC URL to connect to.
m_URLs - Variable in class adams.flow.source.URLSupplier
the files to broadcast.
m_UsageCount - Variable in class adams.flow.processor.CheckStorageUsage
the usage counter.
m_UsageCount - Variable in class adams.flow.processor.CheckVariableUsage
the usage counter.
m_UseAbsoluteError - Variable in class adams.flow.transformer.AbstractWekaPredictionsTransformer
whether to use absolute errors.
m_UseAbsoluteError - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.output.FourInOnePlot
whether to use absolute errors.
m_UseAbsolutePath - Variable in class adams.flow.source.valuedefinition.DirectoryValueDefinition
whether to use absolute path rather than placeholders.
m_UseAbsolutePath - Variable in class adams.flow.source.valuedefinition.FileValueDefinition
whether to use absolute path rather than placeholders.
m_UseAbsolutePath - Variable in class adams.gui.chooser.DirectoryChooserPanel
whether to use absolute path rather than placeholders.
m_UseAbsolutePath - Variable in class adams.gui.chooser.FileChooserPanel
whether to use absolute path rather than placeholders.
m_UseAbsolutePosition - Variable in class adams.flow.transformer.pdfproclet.AbstractSpreadSheetPdfProclet
whether to use absolute position.
m_UseAbsolutePosition - Variable in class adams.flow.transformer.pdfproclet.FixedText
whether to use absolute position.
m_UseAbsolutePosition - Variable in class adams.flow.transformer.pdfproclet.Image
whether to use absolute position.
m_UseAbsolutePosition - Variable in class adams.flow.transformer.pdfproclet.PlainText
whether to use absolute position.
m_UseAllK - Variable in class weka.classifiers.lazy.LWLDatasetBuilder
True if m_kNN should be set to all instances.
m_UseAlternativeLocation - Variable in class adams.gui.tools.previewbrowser.CocoAnnotationsHandler
whether to use an alternative location for the reports.
m_UseAlternativeLocation - Variable in class adams.gui.tools.previewbrowser.DeepLabCutCSVHandler
whether to use an alternative location for the reports.
m_UseAlternativeLocation - Variable in class adams.gui.tools.previewbrowser.ObjectCentersFromReport
whether to use an alternative location for the reports.
m_UseAlternativeLocation - Variable in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
whether to use an alternative location for the reports.
m_UseAlternativeLocation - Variable in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
whether to use an alternative location for the reports.
m_UseAlternativeLocation - Variable in class adams.gui.tools.previewbrowser.PointsFromReportHandler
whether to use an alternative location for the reports.
m_UseAlternativeOutputDir - Variable in class adams.flow.transformer.AbstractSingleDecompress
whether to use an alternative location for the file.
m_UseAlwaysFirstStats - Variable in class adams.data.statistics.ArrayStandardScores
whether to always use the mean/stdev from the first array.
m_UseAnchorAtPos - Variable in class adams.data.image.transformer.crop.RelativeCrop
whether to use the anchor at the specified to position rather than using image.
m_UseBackgroundNegative - Variable in class adams.gui.core.spreadsheettable.AbstractColoredCellRenderingCustomizer
whether to use negative background.
m_UseBackgroundPositive - Variable in class adams.gui.core.spreadsheettable.AbstractColoredCellRenderingCustomizer
whether to use positive background.
m_UseBackslashes - Variable in class adams.data.io.input.SqlDumpSpreadSheetReader.ChunkReader
whether to backslashes are used for escaping single quotes.
m_UseBackslashes - Variable in class adams.data.io.input.SqlDumpSpreadSheetReader
whether to use backslashes for escaping.
m_UseBackslashes - Variable in class adams.data.io.output.SqlDumpSpreadSheetWriter
whether to use backslashes for escaping.
m_UseBaseParsing - Variable in class adams.data.conversion.StringToDateTimeType
whether to use the base* class's parsing.
m_UseBinaryMode - Variable in class adams.core.io.lister.FtpDirectoryLister
whether to use binary file transfer mode.
m_UseBinaryMode - Variable in class adams.flow.standalone.FTPConnection
whether to use binary file transfer mode.
m_UseBinaryMode - Variable in class adams.gui.chooser.FtpRemoteDirectorySetup
whether to use binary file transfer mode.
m_UseBinaryMode - Variable in class adams.scripting.connection.FTPConnection
whether to use binary file transfer mode.
m_UseBlanks - Variable in class adams.gui.scripting.SyntaxDocument
whether to use blanks instead of tabs.
m_UseButtons - Variable in class adams.flow.source.EnterValue
whether to use buttons instead of a dropdown list.
m_UseButtons - Variable in class adams.flow.transformer.ImageLabeler
whether to use buttons or drop-down list.
m_UseCheckBoxes - Variable in class adams.gui.core.ParameterPanel
whether to use checkboxes.
m_UseColorsPerType - Variable in class adams.gui.tools.previewbrowser.CocoAnnotationsHandler
whether to use colors per type.
m_UseColorsPerType - Variable in class adams.gui.tools.previewbrowser.DeepLabCutCSVHandler
whether to use colors per type.
m_UseColorsPerType - Variable in class adams.gui.tools.previewbrowser.DetectronAnnotationsHandler
whether to use colors per type.
m_UseColorsPerType - Variable in class adams.gui.tools.previewbrowser.ObjectCentersFromReport
whether to use colors per type.
m_UseColorsPerType - Variable in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
whether to use colors per type.
m_UseColorsPerType - Variable in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
whether to use colors per type.
m_UseColorsPerType - Variable in class adams.gui.tools.previewbrowser.PointsFromReportHandler
whether to use colors per type.
m_UseColorsPerType - Variable in class adams.gui.tools.previewbrowser.YoloAnnotationsHandler
whether to use colors per type.
m_UseColorsPerType - Variable in class adams.gui.visualization.image.AbstractReportBasedOverlayHelper
whether to use colors per type.
m_UseColumnNamesAsClassLabels - Variable in class adams.flow.transformer.WekaSpreadSheetToPredictions
whether to use the column name as class labels.
m_UseColumnNamesAsTitles - Variable in class adams.flow.sink.ActualVsPredictedPlot
whether to use the column names as axes titles.
m_UseCompact - Variable in class adams.data.io.output.DefaultFlowWriter
whether to use compact format.
m_UseComparator - Variable in class adams.flow.transformer.Sort
whether to use a specific Comparator for sorting.
m_UseCustomDimensions - Variable in class adams.gui.print.JComponentWriter
whether to use custom dimensions.
m_UseCustomHandler - Variable in class adams.flow.transformer.FindInFile
whether to use a specific file search handler rather than auto-detected one.
m_UseCustomLoader - Variable in class adams.flow.transformer.WekaFileReader
whether to use a custom converter.
m_UseCustomLoader - Variable in class adams.flow.transformer.WekaReorderAttributesToReference
whether to use a custom converter.
m_UseCustomLoader - Variable in class weka.filters.unsupervised.instance.AlignDataset
whether to use a custom loader for the reference data.
m_UseCustomLoader - Variable in class weka.filters.unsupervised.instance.RemoveTestInstances
whether to use a custom loader for the test set.
m_UseCustomPaintlet - Variable in class adams.flow.sink.ActualVsPredictedPlot
whether to use a custom paintlet.
m_UseCustomPaintlet - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.output.ClassifierErrors
whether to use a custom paintlet.
m_UseCustomPreview - Variable in class adams.flow.sink.FilePreview
whether to use a custom preview.
m_UseCustomPreview - Variable in class adams.flow.sink.ObjectPreview
whether to use a custom preview.
m_UseCustomReader - Variable in class adams.flow.transformer.FlowFileReader
whether to use a custom reader.
m_UseCustomRenderer - Variable in class adams.data.conversion.TextRenderer
whether to use a custom renderer.
m_UseCustomRenderer - Variable in class adams.flow.sink.SimpleLogging
whether to use a custom text renderer.
m_UseCustomRenderer - Variable in class adams.flow.transformer.TextRenderer
whether to use a custom renderer.
m_UseCustomRenderer - Variable in class adams.gui.visualization.debug.objectexport.PlainTextExporter
whether to use a custom renderer.
m_UseCustomRenderer - Variable in class adams.gui.visualization.debug.objectexport.RenderedPlainTextExporter
whether to use a custom renderer.
m_UseCustomSaver - Variable in class adams.flow.sink.WekaFileWriter
whether to use a custom converter.
m_UseCustomTokens - Variable in class adams.flow.transformer.ConfirmationDialog
whether to forward a custom token instead of the one currently passed through.
m_UseCustomValues - Variable in class adams.flow.template.SimpleMenu
whether to use custom values.
m_UseCustomWriter - Variable in class adams.flow.sink.FlowFileWriter
whether to use a custom writer.
m_UseError - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.output.ClassifierErrors
whether to use the error for the cross-size.
m_UseFilename - Variable in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment
whether to use the filename (w/o path) instead of relationname.
m_UseFilename - Variable in class weka.experiment.ExtExperiment
whether to use the filename (w/o path) instead of relationname.
m_UseFiles - Variable in class adams.flow.control.FileProcessor
whether to use files or strings as input for the actors.
m_UseFinder - Variable in class adams.flow.transformer.SpreadSheetSetCell
whether to use a cell finder instead.
m_UseFirstColumnAsHeader - Variable in class adams.data.conversion.TransposeSpreadSheet
whether to use the first column as header.
m_UseFixedContentHandler - Variable in class adams.gui.tools.previewbrowser.PreviewDisplay
whether to fix the handler.
m_UseFixedMinMax - Variable in class adams.data.binning.algorithm.ManualBinning
whether to use fixed min/max for manual bin calculation.
m_UseFixedMinMax - Variable in class adams.data.statistics.ArrayHistogram
whether to use fixed min/max for manual bin calculation.
m_UseFixedMinMax - Variable in class adams.flow.transformer.ArrayHistogramRanges
whether to use fixed min/max for manual bin calculation.
m_UseFixedMinMax - Variable in class adams.flow.transformer.SpreadSheetHistogramRanges
whether to use fixed min/max for manual bin calculation.
m_UseFixedMinMax - Variable in class adams.flow.transformer.WekaInstancesHistogramRanges
whether to use fixed min/max for manual bin calculation.
m_UseFixedRange - Variable in class adams.data.conversion.DoubleMatrixToBufferedImage
whether to use a fixed min/max.
m_UseFixedSize - Variable in class adams.gui.visualization.core.BackgroundImagePaintlet
whether to use fixed size or resize.
m_UseFlowFileVariable - Variable in class adams.flow.control.flowrestart.operation.RestartItself
whether to use the ActorUtils.FLOW_FILENAME_LONG or just the flow itself.
m_UseFormat - Variable in class adams.data.conversion.IntToString
whether to use byte format string.
m_UseFormat - Variable in class adams.data.conversion.LongToString
whether to use byte format string.
m_UseForwardSlashes - Variable in class adams.data.conversion.FileToString
whether to output forward slashes.
m_UseForwardSlashes - Variable in class adams.data.conversion.ReplaceFileExtension
whether to output forward slashes.
m_UseForwardSlashes - Variable in class adams.data.conversion.StringToValidFileName
whether to output forward slashes.
m_UseForwardSlashes - Variable in class adams.flow.processor.ForwardSlashSwitch
whether to use forward slashes.
m_UseForwardSlashes - Variable in class adams.flow.source.DirectoryLister
whether to output forward slashes.
m_UseForwardSlashes - Variable in class adams.flow.source.DirectorySupplier
whether to output forward slashes.
m_UseForwardSlashes - Variable in class adams.flow.source.FileSupplier
whether to output forward slashes.
m_UseForwardSlashes - Variable in class adams.flow.source.FileSystemSearch
whether to output forward slashes.
m_UseForwardSlashes - Variable in class adams.flow.source.SelectDirectory
whether to output forward slashes.
m_UseForwardSlashes - Variable in class adams.flow.source.SelectFile
whether to output forward slashes.
m_UseForwardSlashes - Variable in class adams.flow.source.valuedefinition.DefaultValueDefinition
whether to output forward slashes.
m_UseForwardSlashes - Variable in class adams.flow.source.valuedefinition.DirectoryValueDefinition
whether to output forward slashes.
m_UseForwardSlashes - Variable in class adams.flow.source.valuedefinition.FileValueDefinition
whether to output forward slashes.
m_UseForwardSlashes - Variable in class adams.flow.transformer.AppendName
whether to output forward slashes.
m_UseForwardSlashes - Variable in class adams.flow.transformer.DirName
whether to output forward slashes.
m_UseForwardSlashes - Variable in class adams.flow.transformer.PrependDir
whether to output forward slashes.
m_UseForwardSlashes - Variable in class adams.flow.transformer.RelativeDir
whether to output forward slashes.
m_UseHeaderAsFirstColumn - Variable in class adams.data.conversion.TransposeSpreadSheet
whether to add the header row as first column.
m_UseIntegers - Variable in class adams.data.conversion.Point2DToString
whether to round to integers.
m_UseIntegers - Variable in class adams.data.conversion.QuadrilateralLocationToString
whether to round to integers.
m_UseLocalStorage - Variable in class adams.flow.control.LoadBalancer
whether to use local storage.
m_UseLowerCase - Variable in class adams.flow.processor.ChangePath
whether to use lowercase for matching.
m_UseMaximizationFix - Static variable in class adams.gui.core.BaseFrame
whether to use the fix.
m_UseMedian - Variable in class adams.flow.transformer.wekaclusterer.ClusterCenters
compute median instead of mean.
m_UseMnemonicIndicators - Variable in class adams.gui.core.ParameterPanel
whether to use mnemonic indicators (_ precedes the mnemonic letter).
m_UseModelResetVariable - Variable in class adams.flow.transformer.AbstractProcessWekaInstanceWithModel
whether to use a variable to monitor for changes, triggering resets of the model.
m_UseModifiedAlgorithm - Variable in class adams.data.statistics.ArrayAngle
Whether to use the modified algorithm described in Oshigami et al.
m_UseNative - Variable in class adams.flow.source.LookUp
whether to output native objects rather than strings.
m_UseNative - Variable in class adams.flow.source.LookUpTable
whether to output native objects rather than strings.
m_UseNative - Variable in class adams.flow.transformer.LookUp
whether to output native objects rather than strings.
m_UseNative - Variable in class adams.flow.transformer.LookUpAdd
whether to output native objects rather than strings.
m_UseNative - Variable in class adams.flow.transformer.LookUpInit
whether to output native objects rather than strings.
m_UseNative - Variable in class adams.flow.transformer.SpreadSheetExtractArray
whether to output native objects rather than strings.
m_UseNative - Variable in class adams.flow.transformer.SpreadSheetGetCell
whether to output native objects rather than strings.
m_UseNative - Variable in class adams.flow.transformer.SpreadSheetStorageRowIterator
whether to store native objects rather than strings.
m_UseNative - Variable in class adams.parser.LookUpUpdate
whether to output native objects rather than strings.
m_UseNormalized - Variable in class adams.data.io.input.ObjectLocationsSpreadSheetReader
whether to use normalized coordinates/dimensions.
m_UseOneBasedIndex - Variable in class adams.flow.transformer.Max
whether to return 1-based indices.
m_UseOneBasedIndex - Variable in class adams.flow.transformer.Min
whether to return 1-based indices.
m_UseOnlyName - Variable in class adams.flow.transformer.preparefilebaseddataset.GroupedCrossValidation
whether to only use the name, not the path inthe grouping.
m_UseOnlyName - Variable in class adams.flow.transformer.preparefilebaseddataset.GroupedTrainTestSplit
whether to only use the name, not the path inthe grouping.
m_UseOnlyName - Variable in class adams.flow.transformer.preparefilebaseddataset.GroupedTrainValidateTestSplit
whether to only use the name, not the path inthe grouping.
m_UseOnlyX - Variable in class adams.gui.core.Point2DComparator
whether to only use X for comparison.
m_UseOriginalIndices - Variable in class adams.flow.transformer.AbstractWekaPredictionsTransformer
whether to align output with original dataset (if possible).
m_UseOtherObject - Variable in class adams.data.objectoverlap.AreaRatio
whether to use the other object in the output in case of an overlap.
m_UseOtherObject - Variable in class adams.data.objectoverlap.IntersectOverUnionRatio
whether to use the other object in the output in case of an overlap.
m_UseOtherObject - Variable in class adams.flow.transformer.ImageObjectOverlap
whether to use the other object in the output in case of an overlap.
m_UseOtherObject - Variable in class adams.flow.transformer.IntersectOverUnion
whether to use the other object in the output in case of an overlap.
m_UseOuterWindow - Variable in class adams.flow.source.AbstractInteractiveSource
whether to use the outer window as parent.
m_UseOuterWindow - Variable in class adams.flow.source.SelectFile
whether to use the outer window as parent.
m_UseOuterWindow - Variable in class adams.flow.source.WekaSelectDataset
whether to use the outer window as parent.
m_UseOuterWindow - Variable in class adams.flow.transformer.AbstractInteractiveTransformer
whether to use the outer window as parent.
m_UseOutputFile - Variable in class adams.flow.sink.SequencePlotter
whether to use an output file.
m_UseOutputFile - Variable in class adams.flow.sink.SimplePlot
whether to use an output file.
m_UsePassiveMode - Variable in class adams.core.io.lister.FtpDirectoryLister
whether to use passive mode.
m_UsePassiveMode - Variable in class adams.flow.standalone.FTPConnection
whether to use passive mode.
m_UsePassiveMode - Variable in class adams.gui.chooser.FtpRemoteDirectorySetup
whether to use passive mode.
m_UsePassiveMode - Variable in class adams.scripting.connection.FTPConnection
whether to use passive mode.
m_UsePercentage - Variable in class adams.data.image.features.AbstractCountColor
whether to return the percentage instead of absolute count.
m_UsePolygonFormat - Variable in class adams.data.io.input.YoloAnnotationsReportReader
output polygon format rather than bbox format.
m_UsePolygonFormat - Variable in class adams.data.io.output.YoloAnnotationsReportWriter
output polygon format rather than bbox format.
m_UsePrefix - Variable in class adams.flow.transformer.SpreadSheetMerge
whether to prefix the attribute names of each dataset with an index.
m_UsePrefix - Variable in class adams.flow.transformer.WekaInstancesMerge
whether to prefix the attribute names of each dataset with an index.
m_UseProbabilities - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.output.ConfusionMatrix
whether to use the probabilities rather 0 and 1.
m_UsePropertyNames - Variable in class adams.core.option.AbstractOptionConsumer
whether to use command-line flags or property names.
m_UsePropertyNames - Variable in class adams.core.option.AbstractOptionProducer
whether to use command-line flags or property names.
m_User - Variable in class adams.core.io.lister.FtpDirectoryLister
the FTP user to use.
m_User - Variable in class adams.core.io.lister.SftpDirectoryLister
the SSH user to use.
m_User - Variable in class adams.core.io.lister.SmbDirectoryLister
the SMB user to use.
m_User - Variable in class adams.core.net.ApacheSendEmail
the user to use for authenticating.
m_User - Variable in class adams.core.net.SimpleApacheSendEmail
the user to use for authenticating.
m_User - Variable in class adams.core.option.DatabaseActorExecutionClassProducer
the database user.
m_User - Variable in class adams.db.AbstractDatabaseConnection
database username.
m_User - Variable in class adams.db.AbstractDatabaseObjectWithOptionHandling
the database user to use for connecting.
m_User - Variable in class adams.db.ConnectionParameters
the user.
m_User - Variable in class adams.flow.sink.WekaDatabaseWriter
the database user to use for connecting.
m_User - Variable in class adams.flow.source.WekaDatabaseReader
the database user to use for connecting.
m_User - Variable in class adams.flow.standalone.AbstractDatabaseConnection
database username.
m_User - Variable in class adams.flow.standalone.FTPConnection
the FTP user to use.
m_User - Variable in class adams.flow.standalone.SMBConnection
the SMB user to use.
m_User - Variable in class adams.flow.standalone.SMTPConnection
the SMTP user to use.
m_User - Variable in class adams.flow.standalone.SSHConnection
the SSH user to use.
m_User - Variable in class adams.gui.chooser.FtpRemoteDirectorySetup
the FTP user to use.
m_User - Variable in class adams.gui.chooser.SftpRemoteDirectorySetup
the SSH user to use.
m_User - Variable in class adams.gui.chooser.SmbRemoteDirectorySetup
the SMB user to use.
m_User - Variable in class adams.gui.tools.wekainvestigator.data.DatabaseContainer
the user.
m_User - Variable in class adams.run.RunDatabaseScheme
the database user to use for connecting.
m_User - Variable in class adams.scripting.connection.AbstractSSHConnection
the SSH user to use.
m_User - Variable in class adams.scripting.connection.FTPConnection
the FTP user to use.
m_UserDir - Static variable in class adams.core.management.User
the user dir (CWD).
m_UseRelationNameAsFilename - Variable in class adams.flow.sink.WekaFileWriter
whether to use the relation name as filename.
m_UseRelationNameAsFilename - Variable in class adams.flow.transformer.WekaInstanceDumper
whether to use the relation name as filename.
m_UseRelationNameAsTable - Variable in class adams.flow.sink.WekaDatabaseWriter
whether to use the relation as table name.
m_UseRelative - Variable in class adams.flow.control.removeoutliers.IQR
whether to use relative values instead of absolute ones.
m_UseRelative - Variable in class adams.flow.control.removeoutliers.StdDev
whether to use relative values instead of absolute ones.
m_UseRelativePaths - Variable in class adams.core.io.lister.LocalDirectoryLister
whether to output relative paths.
m_UserHome - Static variable in class adams.core.management.User
the user home.
m_UserID - Static variable in class adams.core.management.User
the user ID.
m_Usermap - Variable in class adams.flow.source.RSync
 
m_UserMode - Variable in class adams.core.option.CommandlineHelpProducer
the user mode to generate the help for.
m_UserMode - Variable in class adams.core.option.HtmlHelpProducer
the user mode to generate the help for.
m_UserMode - Variable in class adams.doc.javadoc.Javadoc
the user mode to generate the javadoc for.
m_UserMode - Variable in class adams.doc.listing.OptionOutput
the user mode to generate the help for.
m_UserMode - Variable in class adams.gui.application.AbstractApplicationFrame
the user mode - determines what menu entries to display.
m_UserMode - Variable in class adams.gui.application.ApplicationMenu
the user mode.
m_UserMode - Variable in class adams.gui.goe.GenericObjectEditor
the user mode to use.
m_UserMode - Variable in class adams.gui.goe.PropertySheetPanel
the user mode to use.
m_UserMode - Variable in class adams.gui.help.AdamsOptionHandlerHelpGenerator
the user mode to use.
m_UserName - Static variable in class adams.core.management.User
the user name.
m_UseRowAttribute - Variable in class adams.tools.CompareDatasets
whether to use the row attribute or not.
m_UseSaveDialog - Variable in class adams.gui.chooser.FileChooserPanel
whether to use the open or save dialog.
m_UseSecondEvaluation - Variable in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithmWithSecondEvaluation.ClassifierBasedGeneticAlgorithmWithSecondEvaluationJob
whether to use second evaluation.
m_UseSecondEvaluation - Variable in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithmWithSecondEvaluation
whether to use second evaluation with different seed.
m_UseSeparateLayers - Variable in class adams.flow.sink.ImageSegmentationViewer
whether to use separate layers.
m_UseSeparateLayers - Variable in class adams.flow.transformer.ImageSegmentationAnnotator
whether to use separate layers.
m_UseSeparateLayers - Variable in class adams.gui.tools.previewbrowser.ImageSegmentationAnnotationsHandler
whether to use separate layers.
m_UseSimpleHeader - Variable in class adams.flow.sink.SpreadSheetDisplay
whether to use the simple header.
m_UseSimpleHeader - Variable in class adams.gui.core.SpreadSheetTableModel
whether to use a simple header.
m_UseSSL - Variable in class adams.core.net.ApacheSendEmail
whether to use SSL.
m_UseSSL - Variable in class adams.core.net.SimpleApacheSendEmail
whether to use SSL.
m_UseSSL - Variable in class adams.flow.standalone.SMTPConnection
whether to use SSL.
m_UseStars - Variable in class adams.doc.javadoc.Javadoc
whether to include the stars in the Javadoc.
m_UseStorage - Variable in class adams.flow.control.SetContainerValue
whether to use callable actors or storage.
m_UseStorage - Variable in class adams.flow.source.MakeContainer
whether to use callable actors or storage.
m_UseStrings - Variable in class adams.data.conversion.MapToKeyValuePairs
whether to just generate simple strings.
m_UseStrings - Variable in class adams.data.conversion.PropertiesToKeyValuePairs
whether to just generate simple strings.
m_UseThousandSeparators - Variable in class adams.core.ByteFormat
whether to use thousand separators or not.
m_UseThousandSeparators - Variable in class adams.core.MicroSecondFormat
whether to use thousand separators or not.
m_UseThousandSeparators - Variable in class adams.core.SecondFormat
whether to use thousand separators or not.
m_UseTimestampDirs - Variable in class adams.flow.transformer.AbstractDataProcessor
whether to create directories with a timestamp as name for the files that are being processed, in order to avoid name clashes.
m_UseTLS - Variable in class adams.core.net.ApacheSendEmail
whether to use TLS.
m_UseTLS - Variable in class adams.core.net.SimpleApacheSendEmail
whether to use TLS.
m_UseTLS - Variable in class adams.flow.standalone.SMTPConnection
whether to use TLS.
m_useUnpruned - Variable in class weka.classifiers.trees.m5.M5Base2
Do not prune tree/rules
m_UseViews - Variable in class adams.flow.transformer.WekaCrossValidationEvaluator
whether to use views.
m_UseViews - Variable in class adams.ml.evaluation.AbstractSplitGenerator
whether to use views.
m_UseViews - Variable in class adams.multiprocess.WekaCrossValidationExecution
whether to use views.
m_UseViews - Variable in class weka.classifiers.AbstractSplitGenerator
whether to use views.
m_UseWekaEditors - Static variable in class adams.gui.goe.WekaEditorsRegistration
whether to use the Weka editors.
m_UseXY - Variable in class adams.data.conversion.RectangleToString
whether to use a second XY instead of width and height.
m_UseXY - Variable in class adams.data.conversion.StringToRectangle
whether to use a second XY instead of width and height.
m_UseY - Variable in class adams.data.instance.InstancePointComparator
whether to compare Y or X.
m_UseY - Variable in class adams.gui.visualization.spreadsheet.SpreadSheetRowPointComparator
whether to compare Y or X.
m_UUID - Variable in class adams.data.container.AbstractDataContainer
the unique ID.
m_UUID - Variable in class adams.data.container.AbstractSimpleContainer
the unique ID.
m_val - Variable in class adams.gui.visualization.stats.fourinone.VersusFit
Paintlet for plotting
m_Val - Variable in class adams.flow.sink.ProbabilityPlotDisplay
Paintlet for plotting the data
m_Val - Variable in class adams.gui.visualization.stats.fourinone.VersusFitOptions
Paintlet for plotting the versus fit
m_Val - Variable in class adams.gui.visualization.stats.fourinone.VersusOrder
Paintlet for plotting the data
m_Val - Variable in class adams.gui.visualization.stats.fourinone.VersusOrderOptions
Paintlet for plotting the data
m_Val - Variable in class adams.gui.visualization.stats.histogram.Histogram
Paintlet for plotting the data
m_Val - Variable in class adams.gui.visualization.stats.histogram.HistogramOptions
Paintlet for plotting the histogram
m_Val - Variable in class adams.gui.visualization.stats.probabilityplot.NormalPlot
Normal distribution paintlet for the regression fitting
m_Val - Variable in class adams.gui.visualization.stats.scatterplot.Matrix
Paintlet for plotting, chosen using GOE
m_Val - Variable in class adams.gui.visualization.stats.zscore.ZScore
Paintlet used for drawing the data
m_Valid - Variable in class adams.gui.wizard.AbstractWizardPage
whether the page has valid input or not.
m_Validated - Variable in class adams.gui.visualization.core.axis.AbstractAxisModel
indicates whether the layout has been validated.
m_ValidatePercentage - Variable in class adams.flow.transformer.preparefilebaseddataset.TrainValidateTestSplit
the validate percentage.
m_Validating - Variable in class adams.core.io.filecomplete.XML
whether the parser is validating or not.
m_Validating - Variable in class adams.data.conversion.XMLToDOM
whether the parser is validating or not.
m_Validating - Variable in class adams.flow.transformer.XMLFileReader
whether the parser is validating or not.
m_Validation - Variable in class adams.flow.transformer.preparefilebaseddataset.Selected
the index for the validation set.
m_Value - Variable in class adams.data.binning.Binnable
the value to use for binning.
m_Value - Variable in class adams.data.io.output.PropertiesSpreadSheetWriter
the column to use as value column.
m_Value - Variable in class adams.data.objectfilter.AttachMetaData
the value (gets parsed according to data type).
m_Value - Variable in class adams.data.spreadsheet.rowfinder.ClosestNumericValue
the value to get to as close as possible.
m_Value - Variable in class adams.data.timeseries.TimeseriesPoint
the timeseries value.
m_Value - Variable in class adams.flow.condition.bool.HashSet
the value to check.
m_Value - Variable in class adams.flow.condition.bool.HasVariableValue
the value that the variable value gets compared with.
m_Value - Variable in class adams.flow.condition.bool.InList
the value to check.
m_Value - Variable in class adams.flow.source.GetEnvironmentVariable
the value of the variable.
m_Value - Variable in class adams.flow.source.GetSystemProperty
the value of the property.
m_Value - Variable in class adams.flow.transformer.AbstractSetReportValue
the value to set.
m_Value - Variable in class adams.flow.transformer.AddDOMAttribute
the value of the attribute to add.
m_Value - Variable in class adams.flow.transformer.exiftagoperation.ApacheCommonsExifTagWrite
the value to write.
m_Value - Variable in class adams.flow.transformer.generatefilebaseddataset.SimpleFileList
the value in the container to use.
m_Value - Variable in class adams.flow.transformer.Mat5SetMatrixElement
the value to set.
m_Value - Variable in class adams.flow.transformer.SetArrayElement
the value of the element to set.
m_Value - Variable in class adams.flow.transformer.SetImageObjectMetaData
the value to set.
m_Value - Variable in class adams.flow.transformer.SetJsonValue
the value to set.
m_Value - Variable in class adams.flow.transformer.SetMapValue
the value to set.
m_Value - Variable in class adams.flow.transformer.SetPlotContainerValue
the value to set.
m_Value - Variable in class adams.flow.transformer.SetPropertyValue
the value to set.
m_Value - Variable in class adams.flow.transformer.SetSystemProperty
the value to use.
m_Value - Variable in class adams.flow.transformer.SpreadSheetInsertColumn
the value to initialize the cells with.
m_Value - Variable in class adams.flow.transformer.SpreadSheetInsertRow
the value to initialize the cells with.
m_Value - Variable in class adams.flow.transformer.SpreadSheetSetCell
the value to set.
m_Value - Variable in class adams.flow.transformer.SpreadSheetSetHeaderCell
the value to return if cell is empty.
m_Value - Variable in class adams.flow.transformer.StringInsert
the value to insert.
m_Value - Variable in class adams.flow.transformer.UpdateProperty
the new value for the property.
m_Value - Variable in class adams.flow.transformer.WekaSetInstancesValue
the value to set.
m_Value - Variable in class adams.flow.transformer.WekaSetInstanceValue
the value to set.
m_Value - Variable in class adams.gui.core.dom.DOMNode
the value.
m_Value - Variable in class adams.gui.core.GUIHelper.InputPanelWithButtons
the selected value.
m_Value - Variable in class adams.gui.core.json.JsonNode
the value.
m_Value - Variable in class adams.gui.core.SortableAndSearchableWrapperTableModel.SortContainer
the value to sort.
m_Value - Variable in class adams.gui.visualization.core.HorizontalIndicatorPaintlet
the value where to paint the indicator.
m_ValueAttribute - Variable in class adams.data.conversion.WekaInstancesToTimeseries
the value attribute to use.
m_ValueBasedBackground - Variable in class adams.flow.transformer.pdfproclet.ConfusionMatrix
whether to color background based on value.
m_ValueBasedBackground - Variable in class adams.gui.core.spreadsheettable.ConfusionMatrixCellRenderingCustomizer
whether to color background based on value.
m_ValueClass - Variable in class adams.gui.goe.GenericArrayEditor.EditorListCellRenderer
The class of the array values.
m_ValueColumn - Variable in class adams.data.conversion.SpreadSheetToMap
the value colum.
m_ValueColumn - Variable in class adams.data.conversion.SpreadSheetToTimeseries
the value column to use.
m_ValueColumn - Variable in class adams.flow.transformer.LookUpAdd
the index of the column to use as value.
m_ValueColumn - Variable in class adams.flow.transformer.LookUpInit
the index of the column to use as value.
m_ValueColumn - Variable in class adams.flow.transformer.LookUpUpdate
the index of the column to use as value.
m_ValueColumn - Variable in class adams.parser.LookUpUpdate
the index of the column to use as value.
m_ValueContainsPlaceholder - Variable in class adams.flow.transformer.SpreadSheetInsertColumn
whether the value string contains a placeholder, which needs to be expanded first.
m_ValueContainsPlaceholder - Variable in class adams.flow.transformer.SpreadSheetInsertRow
whether the value string contains a placeholder, which needs to be expanded first.
m_ValueContainsPlaceholder - Variable in class adams.flow.transformer.StringInsert
whether the value string contains a placeholder, which needs to be expanded first.
m_ValueContainsVariable - Variable in class adams.flow.transformer.SpreadSheetInsertColumn
whether the value string contains a variable, which needs to be expanded first.
m_ValueContainsVariable - Variable in class adams.flow.transformer.SpreadSheetInsertRow
whether the value string contains a variable, which needs to be expanded first.
m_ValueContainsVariable - Variable in class adams.flow.transformer.StringInsert
whether the value string contains a variable, which needs to be expanded first.
m_ValueConversion - Variable in class adams.flow.transformer.LookUpAdd
the conversion to apply to the value.
m_ValueFalse - Variable in class adams.flow.transformer.FileInfo
the string to output in case of "IS_" queries evaluate to FALSE.
m_ValueName - Variable in class adams.flow.control.ContainerValuePicker
the value to pick.
m_ValueName - Variable in class adams.flow.control.SetContainerValue
the name under which to store the data.
m_ValueNames - Variable in class adams.flow.source.MakeContainer
the names under which to store the data.
m_Values - Variable in class adams.core.TechnicalInformation
stores all the values associated with the fields (FIELD - String).
m_Values - Variable in class adams.data.io.output.OpenCVImageWriter
the flag values.
m_Values - Variable in class adams.data.spreadsheet.colstatistic.AbstractDoubleArrayColumnStatistic
for calculating the stats.
m_Values - Variable in class adams.data.spreadsheet.rowstatistic.AbstractDoubleArrayRowStatistic
for calculating the stats.
m_Values - Variable in class adams.data.statistics.Percentile
contains the values to obtain the percentile from.
m_Values - Variable in class adams.flow.container.AbstractContainer
for storing the values.
m_Values - Variable in class adams.flow.source.EnterManyValues
the value definitions.
m_Values - Variable in class adams.flow.source.valuedefinition.ListSelectionValueDefinition
the list values to choose from.
m_Values - Variable in class adams.flow.template.PromptUser
the value definitions.
m_Values - Variable in class adams.flow.template.SimpleMenu
the values associated with the choice strings.
m_Values - Variable in class adams.gui.goe.PropertySheetPanel
Holds current object values for each property.
m_Values - Variable in class adams.gui.selection.AbstractFieldCacheItem
the actual cache.
m_Values - Variable in class adams.gui.selection.SelectEmailAddressPanel.TableModel
the contacts.
m_Values - Variable in class adams.gui.tools.AbstractManagementTableModel
the objects to display.
m_Values - Variable in class adams.gui.tools.ExpressionWatchPanel.TableModel
values of the expressions.
m_Values - Variable in class adams.gui.tools.PlaceholderManagementPanel.PlaceholderTableModel
the key - actual value relation.
m_Values - Variable in class adams.gui.tools.VariableManagementPanel.VariableTableModel
the name - actual value relation.
m_Values - Variable in class adams.gui.visualization.stats.paintlet.AbstractZScorePaintlet
data from the attribute
m_ValueTrue - Variable in class adams.data.conversion.SpreadSheetStringColumnToBoolean
the string to represent "true".
m_ValueTrue - Variable in class adams.flow.transformer.FileInfo
the string to output in case of "IS_" queries evaluate to TRUE.
m_ValueType - Variable in class adams.flow.standalone.SetManyVariables
how to interpret the value.
m_ValueType - Variable in class adams.flow.standalone.SetVariable
how to interpret the value.
m_ValueType - Variable in class adams.flow.transformer.SetManyVariables
how to interpret the value.
m_ValueType - Variable in class adams.flow.transformer.SetVariable
how to interpret the value.
m_ValueType - Variable in class adams.flow.transformer.SpreadSheetInsertRow
the value type.
m_Var1 - Variable in class adams.flow.transformer.SwapVariables
the first variable.
m_Var2 - Variable in class adams.flow.transformer.SwapVariables
the second variable.
m_VarButtons - Variable in class adams.gui.goe.PropertySheetPanel
the buttons for the variable popup menu.
m_Variable - Variable in class adams.core.option.AbstractArgumentOption
the variable placeholder.
m_Variable - Variable in class adams.flow.source.GetEnvironmentVariable
the variable to get.
m_Variable - Variable in class adams.flow.standalone.VariableChangedEvent
the variable to listen to.
m_VariableChangeListeners - Variable in class adams.core.Variables
the listeners.
m_VariableHighlightBackground - Variable in class adams.gui.flow.tree.Tree
the background HTML color string of the variable highlights (e.g., 'red' or '#FFDD88').
m_VariableModified - Variable in class adams.core.option.AbstractArgumentOption
whether the variable got updated and needs propagating.
m_VariableName - Variable in class adams.flow.condition.bool.HasVariable
the name of the lookup table in the internal storage.
m_VariableName - Variable in class adams.flow.condition.bool.HasVariableValue
the name of the variable.
m_VariableName - Variable in class adams.flow.condition.bool.VariableFlagSet
the name of the flag variable.
m_VariableName - Variable in class adams.flow.control.Count
the variable to listen to.
m_VariableName - Variable in class adams.flow.control.Once
the variable to listen to.
m_VariableName - Variable in class adams.flow.control.SinkReset
the variable to listen to.
m_VariableName - Variable in class adams.flow.control.SourceReset
the variable to listen to.
m_VariableName - Variable in class adams.flow.control.TransformerReset
the variable to listen to.
m_VariableName - Variable in class adams.flow.control.TriggerOnce
the variable to listen to.
m_VariableName - Variable in class adams.flow.source.StorageForLoop
the variable to update with for-loop value.
m_VariableName - Variable in class adams.flow.source.Variable
the name of the variable.
m_VariableName - Variable in class adams.flow.standalone.DeleteVariable
the name of the variable.
m_VariableName - Variable in class adams.flow.standalone.SetProperty
Deprecated.
the name of the variable.
m_VariableName - Variable in class adams.flow.standalone.SetVariable
the name of the variable.
m_VariableName - Variable in class adams.flow.template.InstanceDumperVariable
the variable to update.
m_VariableName - Variable in class adams.flow.template.StoreFilenameInVariable
the variable to store the value in.
m_VariableName - Variable in class adams.flow.template.StoreReportValueInVariable
the variable to store the value in.
m_VariableName - Variable in class adams.flow.template.UpdateVariable
the variable to update.
m_VariableName - Variable in class adams.flow.transformer.AbstractFilter
the variable to listen to.
m_VariableName - Variable in class adams.flow.transformer.BoofCVFeatureGenerator
the variable to listen to.
m_VariableName - Variable in class adams.flow.transformer.BufferedImageFeatureGenerator
the variable to listen to.
m_VariableName - Variable in class adams.flow.transformer.ColorProvider
the variable to listen to.
m_VariableName - Variable in class adams.flow.transformer.DeleteVariable
the name of the variable.
m_VariableName - Variable in class adams.flow.transformer.IncVariable
the name of the variable.
m_VariableName - Variable in class adams.flow.transformer.OpenCVFeatureGenerator
the variable to listen to.
m_VariableName - Variable in class adams.flow.transformer.SetVariable
the name of the variable.
m_VariableName - Variable in class adams.flow.transformer.SpreadSheetFilter
the variable to listen to.
m_VariableName - Variable in class adams.flow.transformer.SpreadSheetRowBuffer
the variable to listen to.
m_VariableName - Variable in class adams.flow.transformer.TimeseriesFeatureGenerator
the variable to listen to.
m_VariableName - Variable in class adams.flow.transformer.WekaInstanceBuffer
the variable to listen to.
m_VariableName - Variable in class adams.flow.transformer.WekaNearestNeighborSearch
the variable to listen to.
m_VariableNames - Variable in class adams.flow.control.RemoteExecutionTrigger
the variables to transmit.
m_VariableNames - Variable in class adams.flow.control.UpdateProperties
the variables to update the properties with.
m_VariableNames - Variable in class adams.flow.source.AbstractSimpleSourceWithPropertiesUpdating
the variables to update the properties with.
m_VariableNames - Variable in class adams.flow.source.VariablesArray
the names of the stored values.
m_VariableNames - Variable in class adams.flow.transformer.AbstractTransformerWithPropertiesUpdating
the variables to update the properties with.
m_VariableNames - Variable in class adams.flow.transformer.ArrayToVariables
the names of the variables to map to.
m_VariableNames - Variable in class adams.scripting.command.flow.RemoteFlowExecution
the variables to transmit.
m_VariablePairs - Variable in class adams.flow.standalone.SetManyVariables
the variables.
m_VariablePairs - Variable in class adams.flow.transformer.SetManyVariables
the variables.
m_VariablePrefix - Variable in class adams.flow.transformer.ImageObjectToVariables
the prefix for the variables.
m_VariablePrefix - Variable in class adams.flow.transformer.MapToVariables
the prefix for the variables.
m_VariablePrefix - Variable in class adams.flow.transformer.PropertiesToVariables
the prefix for the variables.
m_VariablePrefix - Variable in class adams.flow.transformer.SpreadSheetVariableRowIterator
the prefix for the variables.
m_VariableReferencesObject - Variable in class adams.core.option.AbstractArgumentOption
whether the variable references a global actor or storage.
m_Variables - Variable in class adams.core.option.OptionManager
the Variables instance to use for resolving variables.
m_Variables - Variable in class adams.core.Variables
the variable <-> value relation.
m_Variables - Variable in class adams.flow.control.Flow
the 'local' variables.
m_Variables - Variable in class adams.flow.processor.ListAllVariables
the variables in use.
m_Variables - Variable in class adams.gui.flow.tree.Node
the variables.
m_Variables - Variable in class adams.gui.tools.ExpressionWatchPanel.TableModel
the Variables instance to use.
m_Variables - Variable in class adams.gui.tools.VariableManagementPanel.VariableTableModel
the underlying variables instance.
m_Variables - Variable in class adams.scripting.command.flow.RemoteFlowExecution
the variables.
m_VariablesFilter - Variable in class adams.flow.control.LocalScopeTransformer
the regular expression of the variables to allow into the local scope.
m_VariablesFilter - Variable in class adams.flow.control.LocalScopeTrigger
the regular expression of the variables to allow into the local scope.
m_VariablesRegExp - Variable in class adams.flow.control.LocalScopeTransformer
the regular expression of the variables to propagate.
m_VariablesRegExp - Variable in class adams.flow.control.LocalScopeTrigger
the regular expression of the variables to propagate.
m_VariablesUpdated - Variable in class adams.flow.core.AbstractActor
whether the actor needs re-setting up because of modified variables.
m_VariableValue - Variable in class adams.flow.source.Variable
the value of the variable.
m_VariableValue - Variable in class adams.flow.standalone.SetVariable
the value of the variable.
m_VariableValue - Variable in class adams.flow.transformer.SetVariable
the optional fixed value.
m_variance - Variable in class weka.classifiers.meta.AbstainLeastMedianSq
 
m_Variance - Variable in class adams.data.instancesanalysis.PCA
the variance to cover.
m_Variance - Variable in class adams.ml.preprocessing.unsupervised.PCA
the variance to cover.
m_Variation - Variable in class adams.data.spc.XBarRChart
whether to generate mean or variation data.
m_Variations - Variable in class adams.core.password.DictionaryBasedGenerator
the variations to generate.
m_VarKey - Variable in class adams.flow.transformer.MapVariableIterator
the variable for the keys.
m_VarNames - Variable in class adams.core.option.AbstractJavaCodeProducer
the named counter for the variables.
m_vars - Variable in class adams.opt.optimise.OptData
Var store.
m_VarValue - Variable in class adams.flow.transformer.MapVariableIterator
the variable for the values.
m_VaryShapeColor - Variable in class adams.gui.tools.previewbrowser.ObjectCentersFromReport
whether to vary the shape color.
m_VaryShapeColor - Variable in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
whether to vary the shape color.
m_VaryShapeColor - Variable in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
whether to vary the shape color.
m_VaryShapeColor - Variable in class adams.gui.visualization.image.ReportObjectOverlay
whether to vary the shape color.
m_VCPLS - Variable in class adams.data.instancesanalysis.pls.VCPLS
the actual algorithm.
m_Verbose - Variable in class adams.flow.source.RSync
 
m_Verbose - Variable in class adams.flow.source.SimpleRSync
 
m_Verbosity - Variable in class weka.classifiers.trees.XGBoost
Verbosity of printing messages.
m_Version - Variable in class adams.env.Modules.Module
the version of the module.
m_Version - Variable in class adams.flow.source.RSync
 
m_VersusFitOptions - Variable in class adams.flow.sink.FourInOneDisplay
Options for the vs fit
m_VersusFitOptions - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.output.FourInOnePlot
Options for the vs fit
m_VersusOrderOptions - Variable in class adams.flow.sink.FourInOneDisplay
Options for the vs order
m_VersusOrderOptions - Variable in class adams.gui.tools.wekainvestigator.tab.classifytab.output.FourInOnePlot
Options for the vs order
m_VertexNew - Variable in class adams.gui.visualization.object.tools.Edit
the new vertex.
m_VertexOld - Variable in class adams.gui.visualization.object.tools.Edit
the old vertex.
m_VerticalButtons - Variable in class adams.flow.source.EnterValue
whether to use vertical buttons instead of a horizontal ones.
m_View - Variable in class adams.gui.goe.GenericArrayEditor
the view in use.
m_ViewDialogs - Variable in class adams.gui.visualization.instance.InstancePanel
the dialog for displaying a sequence.
m_ViewDialogs - Variable in class adams.gui.visualization.sequence.XYSequencePanel
the dialog for displaying a sequence.
m_ViewDialogs - Variable in class adams.gui.visualization.spreadsheet.SpreadSheetRowPanel
the dialog for displaying a sequence.
m_Viewer - Variable in class weka.gui.explorer.SqlPanel
the SQL panel
m_ViewerComponentPanel - Variable in class adams.gui.visualization.pdf.PDFPanel
the viewer itself.
m_Viewers - Static variable in class adams.gui.tools.previewbrowser.SerializedObjectPanel
the available viewers.
m_ViewerTabs - Variable in class adams.gui.tools.SpreadSheetViewerPanel
the viewer tabs.
m_ViewPlugins - Variable in class adams.gui.tools.SpreadSheetViewerPanel
the view plugins.
m_Views - Variable in class adams.flow.control.Breakpoint
the views to display automatically.
m_Views - Variable in class adams.flow.execution.debug.AbstractBreakpoint
the views to display automatically.
m_Views - Variable in class adams.flow.execution.Debug
the views to display automatically.
m_Views - Variable in class adams.gui.goe.PropertySheetPanel
Stores GUI components containing each editing component.
m_ViolationFinder - Variable in class adams.flow.sink.ControlChartPlot
for locating violations.
m_ViolationFinder - Variable in class adams.gui.tools.spreadsheetviewer.chart.ControlChart
for locating violations.
m_Visibility - Variable in class adams.gui.visualization.core.AxisPanel
the visibility state of the axis.
m_VisibilityManager - Variable in class adams.gui.visualization.report.ReportFactory.Panel
whether the manager is one handling visibility.
m_Visible - Variable in class adams.gui.visualization.instance.InstanceContainer
whether the instance is visible.
m_Visible - Variable in class adams.gui.visualization.report.ReportContainer
whether the instance is visible.
m_Visible - Variable in class adams.gui.visualization.sequence.XYSequenceContainer
whether the sequence is visible.
m_Visible - Variable in class adams.gui.visualization.spreadsheet.SpreadSheetRowContainer
whether the instance is visible.
m_Visible - Variable in class adams.gui.visualization.timeseries.TimeseriesContainer
whether the timeseries is visible.
m_VisualizePanel - Variable in class adams.flow.sink.WekaClassifierErrors
the Weka plot panel.
m_VisualizePanel - Variable in class adams.flow.sink.WekaCostCurve
the panel.
m_VisualizePanel - Variable in class adams.flow.sink.WekaInstancesPlot
the text area.
m_VisualizePanel - Variable in class adams.flow.sink.WekaMarginCurve
the panel.
m_VisualizePanel - Variable in class adams.flow.sink.WekaThresholdCurve
the text area.
m_Vote - Variable in class weka.classifiers.meta.ConsensusOrVote
the ensemble.
m_Vote - Variable in class weka.classifiers.meta.Veto
the ensemble.
m_VotingType - Variable in class adams.flow.transformer.wekaclassifiersetupprocessor.VotedPairs
the type of voting to perform .
m_VsFitOptions - Variable in class adams.gui.visualization.stats.fourinone.FourInOne
options for the vs fit plot
m_VsFitOptions - Variable in class adams.gui.visualization.stats.fourinone.VersusFit
Options for the plot
m_VsOrderOptions - Variable in class adams.gui.visualization.stats.fourinone.FourInOne
options for the vs order plot
m_VsOrderOptions - Variable in class adams.gui.visualization.stats.fourinone.VersusOrder
Options for the vsorder plot
m_W - Variable in class adams.data.instancesanalysis.pls.PLS1
the W matrix
m_W - Variable in class adams.data.instancesanalysis.pls.SIMPLS
the W matrix
m_Wait - Variable in class adams.flow.source.DirectoryLister
the number of seconds to wait between polls without no entries.
m_Wait - Variable in class adams.gui.core.MaximizationFixWindowListener
the wait period in msec.
m_Wait - Variable in class adams.scripting.connection.SSHConnection
the time in msec to wait before disconnecting the session again.
m_WaitForJobs - Variable in class adams.multiprocess.WekaCrossValidationExecution
whether to wait for jobs to finish when stopping.
m_Waiting - Variable in class adams.flow.control.Inspect
whether we're currenlty waiting on the user.
m_Waiting - Variable in class adams.flow.transformer.SpreadSheetCellSelector
whether we're currenlty waiting on the user.
m_WaitPoll - Variable in class adams.flow.standalone.DirWatch
the waiting period in msec before polling again.
m_Warnings - Variable in class adams.core.option.AbstractOptionConsumer
for storing warnings that occurred while consuming the options.
m_Warnings - Variable in class adams.data.io.input.AbstractFlowReader
for storing warnings.
m_Warnings - Variable in class adams.flow.processor.CheckActorReferenceUsage
the warnings that were produced.
m_Warnings - Variable in class adams.flow.processor.CheckPlaceholders
the invalid placeholders (invalid placeholderfile/dir).
m_Warnings - Variable in class adams.flow.processor.CheckStorageUsage
the warnings that were produced.
m_Warnings - Variable in class adams.flow.processor.CheckVariableUsage
the warnings that were produced.
m_Warnings - Variable in class adams.flow.processor.MultiProcessor
the warnings.
m_Warnings - Variable in class adams.flow.transformer.imagepreparation.AbstractImagePreparation
for storing warnings.
m_Warnings - Variable in class adams.flow.transformer.locateobjects.AbstractObjectLocator
for storing warnings.
m_Watch - Variable in class adams.flow.standalone.DirWatch
the watch service.
m_WatchDir - Variable in class adams.core.io.lister.AbstractDirectoryLister
the directory to watch.
m_WatchDir - Variable in class adams.core.net.SimpleMailer
the directory to watch.
m_WatchedDir - Variable in class adams.flow.standalone.DirWatch
the watched directory.
m_Watches - Variable in class adams.flow.control.Breakpoint
the watch expressions.
m_Watches - Variable in class adams.flow.execution.debug.AbstractBreakpoint
the watch expressions.
m_Watches - Variable in class adams.flow.execution.Debug
the watch expressions.
m_WatchTypes - Variable in class adams.flow.control.Breakpoint
the watch expression types.
m_WatchTypes - Variable in class adams.flow.execution.debug.AbstractBreakpoint
the watch expression types.
m_WatchTypes - Variable in class adams.flow.execution.Debug
the watch expression types.
m_WaveletType - Variable in class adams.data.filter.AbstractFastWavelet
the type of wavelet to use.
m_WaveNo - Variable in class weka.filters.unsupervised.attribute.Detrend
the extracted wave numbers.
m_WaveNo - Variable in class weka.filters.unsupervised.attribute.MultiplicativeScatterCorrection
the extracted wave numbers.
m_WaveNo - Variable in class weka.filters.unsupervised.attribute.SimpleDetrend
the fake wave numbers.
m_WaveNoRegExp - Variable in class weka.filters.unsupervised.attribute.Detrend
the regexp for extracting the wavenumbers from the attribute name.
m_WaveNoRegExp - Variable in class weka.filters.unsupervised.attribute.MultiplicativeScatterCorrection
the regexp for extracting the wavenumbers from the attribute name.
m_weight - Variable in class weka.classifiers.meta.AbstainLeastMedianSq
 
m_weight - Variable in class weka.classifiers.meta.LeastMedianSq
 
m_Weight - Variable in class adams.flow.transformer.WekaSpreadSheetToPredictions
the (optional) column with the instance weights.
m_Weight - Variable in class weka.classifiers.functions.FromPredictions
the column with the error values (optional).
m_WeightIndex - Variable in class weka.classifiers.functions.FromPredictions
the weight column index.
m_WeightKernel - Variable in class weka.classifiers.lazy.LWLDatasetBuilder
The weighting kernel method currently selected.
m_WeightKernel - Variable in class weka.filters.unsupervised.instance.AccumulatedLWLWeights
The weighting kernel method currently selected.
m_weights - Variable in class adams.opt.optimise.GeneticAlgorithm.GAJob
weights.
m_Weights - Variable in class adams.event.GeneticFitnessChangeEvent
the associated weights.
m_Weights - Variable in class adams.flow.transformer.WekaGeneticAlgorithmInitializer
the property for the weights (optional).
m_Weights - Variable in class adams.opt.genetic.AbstractGeneticAlgorithm.FitnessContainer
the weights.
m_Weights - Variable in class adams.opt.genetic.AbstractGeneticAlgorithm.GeneticAlgorithmJob
the weights of the chromosomes (0 = turned off, 1 = turned on).
m_WholeFile - Variable in class adams.flow.source.RSync
 
m_Widget - Variable in class adams.gui.tools.spreadsheetprocessor.sources.ClipboardSource
the widget.
m_Widget - Variable in class adams.gui.tools.spreadsheetprocessor.sources.DatabaseSource
the widget.
m_Widget - Variable in class adams.gui.tools.spreadsheetprocessor.sources.FileBrowserSource
the widget.
m_Widget - Variable in class adams.gui.tools.spreadsheetprocessor.sources.FileSource
the widget.
m_Widget - Variable in class adams.gui.tools.spreadsheetprocessor.targets.ChartTarget
the widget.
m_Widget - Variable in class adams.gui.tools.spreadsheetprocessor.targets.ClipboardTarget
the widget.
m_Widget - Variable in class adams.gui.tools.spreadsheetprocessor.targets.DatabaseTarget
the widget.
m_Widget - Variable in class adams.gui.tools.spreadsheetprocessor.targets.FileTarget
the widget.
m_WidgetClass - Variable in class adams.gui.tools.SpreadSheetProcessorPanel.WidgetPanel
the widget class.
m_Widgets - Variable in class adams.gui.core.SearchPanel
the widgets.
m_Widgets - Variable in class adams.gui.tools.SpreadSheetProcessorPanel.WidgetPanel
the available widgets.
m_Width - Variable in class adams.data.barcode.encode.AbstractBarcodeEncoder
Width of barcode.
m_Width - Variable in class adams.data.conversion.LeftPad
the width in chars to pad up to.
m_Width - Variable in class adams.data.conversion.RightPad
the width in chars to pad up to.
m_Width - Variable in class adams.data.image.BooleanArrayMatrixView
the width of the matrix.
m_Width - Variable in class adams.data.image.features.PixelClassifications
the width of the crop rectangle.
m_Width - Variable in class adams.data.image.IntArrayMatrixView
the width of the matrix.
m_Width - Variable in class adams.data.image.transformer.crop.RelativeCrop
the width of the crop rectangle.
m_Width - Variable in class adams.data.image.transformer.crop.SimpleCrop
the width of the window.
m_Width - Variable in class adams.data.image.transformer.Resize
the new width.
m_Width - Variable in class adams.data.io.input.ImageClassificationGridSpreadSheetReader
the image width to use.
m_Width - Variable in class adams.data.io.input.ObjectLocationsSpreadSheetReader
the image width to use as basis for normalized coordinates/dimensions.
m_Width - Variable in class adams.data.io.input.YoloAnnotationsReportReader
the image width to use as basis for normalized coordinates/dimensions.
m_Width - Variable in class adams.data.io.output.ObjectLocationsSpreadSheetWriter
the image width to use as basis for normalized coordinates/dimensions.
m_Width - Variable in class adams.data.io.output.YoloAnnotationsReportWriter
the image width to use as basis for normalized coordinates/dimensions.
m_Width - Variable in class adams.data.jai.transformer.Resize
the new width.
m_Width - Variable in class adams.data.objectfilter.ClipBoundingBoxes
the image width to use.
m_Width - Variable in class adams.data.objectfinder.ObjectsInRegion
the width of the window.
m_Width - Variable in class adams.data.opencv.transformer.Resize
the absolute width.
m_Width - Variable in class adams.flow.core.AbstractDisplay
the width of the dialog.
m_Width - Variable in class adams.flow.execution.Debug
the width of the dialog.
m_Width - Variable in class adams.flow.sink.AbstractGraphicsGenerator
the width of the dialog.
m_Width - Variable in class adams.flow.sink.JFreeChartFileWriter
the width of the plot.
m_Width - Variable in class adams.flow.sink.logview.AbstractLogEntryDialog
the width of the dialog.
m_Width - Variable in class adams.flow.source.EnterManyValues
the width of the dialog.
m_Width - Variable in class adams.flow.source.NewImage
the width of the image.
m_Width - Variable in class adams.flow.transformer.AbstractInteractiveTransformerDialog
the width of the dialog.
m_Width - Variable in class adams.flow.transformer.CountObjectsInRegion
the width of the window.
m_Width - Variable in class adams.flow.transformer.draw.Oval
the width of the oval.
m_Width - Variable in class adams.flow.transformer.draw.Rectangle
the width of the rectangle.
m_Width - Variable in class adams.flow.transformer.locateobjects.LocatedObject
the width of the actual object sub-image.
m_Width - Variable in class adams.flow.transformer.pdfproclet.Rectangle
the width.
m_Width - Variable in class adams.gui.tools.spreadsheetviewer.chart.AbstractChartGenerator
the width of the dialog.
m_Width - Variable in class adams.gui.visualization.core.AxisPanelOptions
the width of the axis (for HORIZONTAL axes, this is the height, of course).
m_Width - Variable in class adams.gui.visualization.image.leftclick.FixedBoundingBox
the width.
m_Width - Variable in class adams.gui.visualization.sequence.BarHitDetector
the width of the bar in pixel.
m_Width - Variable in class adams.gui.visualization.sequence.BarPaintlet
the width of the bar.
m_Width - Variable in class adams.gui.visualization.stats.boxplot.BoxPlotManager
width of graphs drawn
m_WidthAx - Variable in class adams.flow.sink.BoxPlot
same axis for each box plot
m_WidthBin - Variable in class adams.gui.visualization.stats.histogram.HistogramOptions
Width of each bin in the histogram, used if density bin calculation type is chosen
m_WidthLeft - Variable in class adams.gui.visualization.stats.boxplot.BoxPlotManager
width of left hand panel of the box plot manager
m_WidthPercentage - Variable in class adams.flow.transformer.pdfproclet.AbstractSpreadSheetPdfProclet
the percentage of the page width to occupy.
m_WidthPlot - Variable in class adams.flow.sink.BoxPlot
width of plots to be drawn
m_Window - Variable in class adams.gui.visualization.sequence.LOWESSOverlayPaintlet
the window size.
m_WindowAdapter - Variable in class adams.gui.goe.AbstractPropertyEditorSupport
the window adapter for de-registering the DB change listener.
m_WindowAdapter - Variable in class adams.gui.goe.GenericArrayEditor
to catch the event when the user is closing the dialog via the "X".
m_WindowRegister - Variable in class adams.flow.control.Flow
the register for windows.
m_windows - Variable in class weka.filters.unsupervised.attribute.PAA
number of windows.
m_windows - Variable in class weka.filters.unsupervised.attribute.SAX
number of windows.
m_WindowSize - Variable in class adams.data.conversion.MovingAverage
the size of the window to compute the average on.
m_WindowSize - Variable in class adams.data.filter.AbstractLOWESS
Size of window size for calculating lowess.
m_WindowSize - Variable in class adams.data.filter.AbstractSimpleSavitzkyGolay
window size.
m_WindowSize - Variable in class adams.data.smoothing.AbstractSlidingWindow
the window size.
m_WindowSize - Variable in class adams.flow.control.plotprocessor.Expression
Size of window size for calculating lowess.
m_WindowSize - Variable in class adams.flow.control.plotprocessor.LOWESS
Size of window size for calculating lowess.
m_WindowSize - Variable in class adams.flow.control.plotprocessor.SimpleSavitzkyGolay
Size of window size for calculating lowess.
m_WindowSize - Variable in class adams.gui.visualization.stats.paintlet.LowessPaintlet
Size of window size for calculating lowess
m_WindowSize - Variable in class adams.gui.visualization.stats.scatterplot.Lowess
Size of window for calculating lowess
m_WithReplacement - Variable in class adams.flow.transformer.WekaBootstrapping
whether to use with replacement or not.
m_Wizard - Variable in class adams.gui.tools.weka.AppendDatasetsPanel
the wizard pane.
m_Wizard - Variable in class adams.gui.tools.weka.BatchFilterDatasetsPanel
the wizard pane.
m_WordWrap - Variable in class adams.gui.core.BaseTextPaneWithWordWrap
whether wordwrap is on.
m_Work - Variable in class adams.gui.visualization.stats.scatterplot.Matrix
Swing worker for displaying gui during update
m_Worker - Variable in class adams.gui.core.FilePanel
the currently running swingworker.
m_Worker - Variable in class adams.gui.tools.FileCommanderPanel
the worker thread.
m_Worker - Variable in class adams.gui.tools.wekainvestigator.InvestigatorPanel
for executing operations (loading files etc).
m_Worker - Variable in class adams.gui.tools.wekainvestigator.tab.AbstractInvestigatorTab
whether the evaluation is currently running.
m_Worker - Variable in class adams.gui.tools.wekainvestigator.tab.PreprocessTab
whether the evaluation is currently running.
m_Worker - Variable in class adams.scripting.engine.DefaultWorkerScriptingEngine
the connection for communicating with the worker.
m_Workers - Variable in class adams.scripting.engine.DefaultMainScriptingEngine
for keeping track of workers.
m_Working - Variable in class adams.gui.core.Undo
whether the object is currently working, e.g., performing an undo/redo.
m_WorkingDirectory - Variable in class adams.flow.sink.Exec
the current working directory.
m_WorkingDirectory - Variable in class adams.flow.source.Command
the current working directory.
m_WorkingDirectory - Variable in class adams.flow.source.Exec
the current working directory.
m_WorkingDirectory - Variable in class adams.flow.source.PythonExec
the current working directory.
m_WorkingDirectory - Variable in class adams.flow.source.PythonVenvExec
the current working directory.
m_WorkspaceFileChooser - Variable in class adams.gui.workspace.AbstractSerializableWorkspaceManagerPanel
the file chooser for the workspaces.
m_WorkspaceFileChooser - Variable in class weka.gui.explorer.MultiExplorer
the file chooser for the workspaces.
m_WorkspaceHelper - Variable in class adams.gui.workspace.AbstractSerializableWorkspaceManagerPanel
the workspace helper.
m_Wrapped - Variable in class adams.db.wrapper.AbstractWrapper
the wrapped backend.
m_Wrapped - Variable in class adams.flow.standalone.AbstractMultiView.ViewWrapper
the actor to wrap.
m_WrapperPanel - Variable in class adams.flow.sink.FilePreview
the wrapper panel.
m_WrapperPanel - Variable in class adams.flow.sink.ObjectPreview
the wrapper panel.
m_Wrappers - Variable in class adams.flow.standalone.AbstractMultiView
the panels in use.
m_WrapStyleWord - Variable in class adams.flow.sink.Display
use word wrap style.
m_WrapStyleWord - Variable in class adams.flow.sink.HistoryDisplay
use word wrap style.
m_WrapStyleWord - Variable in class adams.gui.core.BufferHistoryPanel
use word wrap style.
m_WrapStyleWord - Variable in class adams.gui.tools.previewbrowser.PlainTextHandler
whether to wrap word style.
m_Write - Variable in class adams.core.discovery.PropertyPath.PropertyContainer
the write method.
m_WriteBatch - Variable in class adams.flow.source.RSync
 
m_WriteOOXML - Variable in class adams.data.io.output.ExcelSpreadSheetWriter
whether to write OOXML instead of binary Excel files (latter is default).
m_Writer - Variable in class adams.data.conversion.ImageContainerToByteArray
the writer to use.
m_Writer - Variable in class adams.data.conversion.ReportToString
the report writer to use.
m_Writer - Variable in class adams.data.conversion.SpreadSheetToString
the spreadsheet writer to use.
m_Writer - Variable in class adams.data.io.output.ObjectLocationsSpreadSheetWriter
the spreadsheet writer to use.
m_Writer - Variable in class adams.data.io.output.SpreadSheetTimeseriesWriter
the spreadsheet writer to use.
m_Writer - Variable in class adams.flow.control.CallableActorScreenshot
the writer to use.
m_Writer - Variable in class adams.flow.core.ActorUsage
the spreadsheet writer for writing the output.
m_Writer - Variable in class adams.flow.execution.ExecutionLog
the file writer.
m_Writer - Variable in class adams.flow.sink.AbstractGraphicalDisplay
the writer to use.
m_Writer - Variable in class adams.flow.sink.AbstractGraphicsGenerator
the writer to use.
m_Writer - Variable in class adams.flow.sink.AbstractTextualDisplay
the text writer to use.
m_Writer - Variable in class adams.flow.sink.EmailFileWriter
the writer to use.
m_Writer - Variable in class adams.flow.sink.Exec
for writing to stdin of the process.
m_Writer - Variable in class adams.flow.sink.ImageFileWriter
the writer to use.
m_Writer - Variable in class adams.flow.sink.ImageSegmentationFileWriter
the image writer to use.
m_Writer - Variable in class adams.flow.sink.IndexedSplitsRunsWriter
the writer to use.
m_Writer - Variable in class adams.flow.sink.JFreeChartFileWriter
the image writer to use.
m_Writer - Variable in class adams.flow.sink.PlotContainerSink
the writer to use.
m_Writer - Variable in class adams.flow.sink.Serialize
the object writer to use.
m_Writer - Variable in class adams.flow.sink.SpreadSheetDbWriter
the writer for writing the data to the database.
m_Writer - Variable in class adams.flow.sink.SpreadSheetFileWriter
the writer to use.
m_Writer - Variable in class adams.flow.sink.TextWriter
the writer to use.
m_Writer - Variable in class adams.flow.standalone.AbstractMultiView
the writer to use.
m_Writer - Variable in class adams.flow.standalone.GridView
the writer to use.
m_Writer - Variable in class adams.flow.transformer.AbstractDataContainerFileWriter
the writer to use.
m_Writer - Variable in class adams.flow.transformer.AbstractReportFileWriter
the writer to use.
m_Writer - Variable in class adams.flow.transformer.pdfproclet.PDFGenerator
the writer.
m_Writer - Variable in class adams.gui.chooser.SpreadSheetFileChooserPanel
the current writer.
m_Writer - Variable in class adams.gui.tools.previewbrowser.AnnotateImage
the report writer for updating the file.
m_Writer - Variable in class adams.gui.tools.spreadsheetviewer.SpreadSheetPanel
the writer used for writing the file.
m_Writer - Variable in class adams.gui.tools.wekamultiexperimenter.experiment.FileResultsHandler
the spreadsheet writer to use.
m_Writer - Variable in class adams.gui.visualization.debug.objectexport.SpreadSheetExporter
the writer to use.
m_Writer - Variable in class weka.core.converters.SpreadSheetSaver
the spreadsheet writer to use.
m_WriterFileFilters - Static variable in class adams.gui.chooser.AbstractDataContainerFileChooser
the file filters for the writers.
m_WriterFileFilters - Static variable in class adams.gui.chooser.AbstractReportFileChooser
the file filters for the writers.
m_WriterFileFilters - Static variable in class adams.gui.chooser.AdamsExperimentFileChooser
the file filters for the writers.
m_WriterFileFilters - Static variable in class adams.gui.chooser.EmailFileChooser
the file filters for the writers.
m_WriterFileFilters - Static variable in class adams.gui.chooser.FlowFileChooser
the file filters for the writers.
m_WriterFileFilters - Static variable in class adams.gui.chooser.ImageFileChooser
the file filters for the writers.
m_WriterFileFilters - Static variable in class adams.gui.chooser.ObjectExporterFileChooser
the file filters for the writers.
m_WriterFileFilters - Static variable in class adams.gui.chooser.ObjectFileChooser
the file filters for the writers.
m_WriterFileFilters - Static variable in class adams.gui.chooser.ParameterMapFileChooser
the file filters for the writers.
m_WriterFileFilters - Static variable in class adams.gui.chooser.SerializationFileChooser
the file filters for the writers.
m_WriterFileFilters - Static variable in class adams.gui.chooser.SpreadSheetFileChooser
the file filters for the writers.
m_WriterFileFilters - Static variable in class adams.gui.chooser.WekaFileChooser
the file filters for the writers.
m_WriterFileFilters - Static variable in class adams.gui.print.JComponentWriterFileChooser
the file filters for the writers.
m_WriterFileFilters - Static variable in class adams.gui.tools.previewbrowser.notes.NotesFileChooser
the file filters for the writers.
m_X - Variable in class adams.data.barcode.encode.AbstractBarcodeEncoder
Top left x of the barcode.
m_X - Variable in class adams.data.filter.AbstractDerivative.Point
the X value.
m_X - Variable in class adams.data.image.transformer.crop.RelativeCrop
the X position of the crop rectangle.
m_X - Variable in class adams.data.imagefilter.TransparentBackground
the X position of the background pixel.
m_X - Variable in class adams.data.instance.InstancePoint
the X value.
m_X - Variable in class adams.data.objectfilter.Translate
the translation for x.
m_X - Variable in class adams.data.objectfinder.ObjectsInPolygon
the x coordinates.
m_X - Variable in class adams.data.sequence.XYSequencePoint
the X value.
m_X - Variable in class adams.flow.core.AbstractDisplay
the X position of the dialog.
m_X - Variable in class adams.flow.transformer.AbstractInteractiveTransformerDialog
the X position of the dialog.
m_X - Variable in class adams.flow.transformer.CountObjectsInPolygon
the x coordinates.
m_X - Variable in class adams.flow.transformer.draw.FloodFill
the X position.
m_X - Variable in class adams.flow.transformer.draw.Image
the X position of the image (1-based).
m_X - Variable in class adams.flow.transformer.draw.Oval
the X position of the oval (1-based).
m_X - Variable in class adams.flow.transformer.draw.Pixel
the X position of the pixel (1-based).
m_X - Variable in class adams.flow.transformer.draw.Rectangle
the X position of the rectangle (1-based).
m_X - Variable in class adams.flow.transformer.draw.Text
the X position of the text (1-based).
m_X - Variable in class adams.flow.transformer.locateobjects.LocatedObject
the x of the top-left corner in the original image.
m_X - Variable in class adams.flow.transformer.pdfproclet.AbstractSpreadSheetPdfProclet
the absolute X position.
m_X - Variable in class adams.flow.transformer.pdfproclet.Circle
the absolute X position.
m_X - Variable in class adams.flow.transformer.pdfproclet.FixedText
the absolute X position.
m_X - Variable in class adams.flow.transformer.pdfproclet.Image
the absolute X position.
m_X - Variable in class adams.flow.transformer.pdfproclet.PlainText
the absolute X position.
m_X - Variable in class adams.flow.transformer.pdfproclet.Rectangle
the absolute X position.
m_X - Variable in class adams.flow.transformer.pdfstamp.Image
the x position.
m_X - Variable in class adams.flow.transformer.pdfstamp.Text
the x position.
m_X - Variable in class adams.gui.visualization.core.TextOverlayPaintlet
the X position.
m_X - Variable in class adams.gui.visualization.image.MetaDataText
the X for the text.
m_X - Variable in class adams.gui.visualization.jfreechart.dataset.DefaultCategory
the X column.
m_X - Variable in class adams.gui.visualization.jfreechart.dataset.DefaultXY
the X column.
m_X - Variable in class adams.gui.visualization.jfreechart.dataset.DefaultXYZ
the X column.
m_X - Variable in class adams.gui.visualization.sequence.KendallTheilOverlayPaintlet
the X position of the text (1-based).
m_X - Variable in class adams.gui.visualization.sequence.LinearRegressionOverlayPaintlet
the X position of the text (1-based).
m_X - Variable in class adams.gui.visualization.spreadsheet.SpreadSheetRowPoint
the X value.
m_X1 - Variable in class adams.flow.transformer.draw.Line
the X position of the start of the line (1-based).
m_X1 - Variable in class adams.flow.transformer.pdfproclet.Line
the absolute X1 position.
m_X2 - Variable in class adams.flow.transformer.draw.Line
the X position of the end of the line (1-based).
m_X2 - Variable in class adams.flow.transformer.pdfproclet.Line
the absolute X2 position.
m_XAttribute - Variable in class adams.flow.sink.ScatterDisplay
the 0-based index of the X attribute.
m_XAttributeName - Variable in class adams.flow.sink.ScatterDisplay
String for setting x attribute using regular expression
m_Xattrs - Variable in class adams.flow.source.RSync
 
m_XColor - Variable in class adams.gui.visualization.core.CoordinatesPaintlet
the color to use for painting for the X axis.
m_XColor - Variable in class adams.gui.visualization.stats.paintlet.CoordinatesPaintlet
the color to use for painting for the X axis.
m_XColumn - Variable in class adams.flow.transformer.plotgenerator.NamedPlotGenerator
the X column.
m_XColumn - Variable in class adams.flow.transformer.plotgenerator.XYPlotGenerator
the (optional) column to use as X value.
m_XColumn - Variable in class adams.flow.transformer.plotgenerator.XYWithErrorsPlotGenerator
the column to use as X value (optional).
m_XColumn - Variable in class adams.gui.tools.spreadsheetviewer.chart.AbstractXYChartGenerator
the column to use as X value.
m_XData - Variable in class adams.gui.visualization.stats.paintlet.AbstractScatterPlotPaintlet
Data to display on the x axis
m_XErrorColumns - Variable in class adams.flow.transformer.plotgenerator.XYWithErrorsPlotGenerator
the columns to use as X error, 1=delta, 2=low/high (optional).
m_XExpression - Variable in class adams.flow.control.plotprocessor.Expression
the expression for X.
m_XFactor - Variable in class adams.gui.visualization.sequence.StraightLineOverlayPaintlet
the factor to mulitply the x values with.
m_XHost - Variable in class adams.flow.standalone.SSHConnection
the xhost to use.
m_XHost - Variable in class adams.scripting.connection.SSHConnection
the xhost to use.
m_XIncludeAware - Variable in class adams.core.io.filecomplete.XML
Set state of XInclude processing.
m_XIncludeAware - Variable in class adams.data.conversion.XMLToDOM
Set state of XInclude processing.
m_XIncludeAware - Variable in class adams.flow.transformer.XMLFileReader
Set state of XInclude processing.
m_XInd - Variable in class adams.gui.visualization.stats.paintlet.AbstractOverlayPaintlet
Index of the attribute displayed on the x axis
m_XIndex - Variable in class adams.flow.control.plotprocessor.AbstractPlotProcessorWithBuffer
the x index.
m_XIndex - Variable in class adams.gui.visualization.stats.paintlet.AbstractScatterPlotPaintlet
index of attribute for x axis
m_XIndex - Variable in class adams.gui.visualization.stats.scatterplot.ScatterPlot
Index object given as an option to choose x object
m_XIndex - Variable in class adams.gui.visualization.stats.scatterplot.ScatterPlotPanel
index of attribute for x axis
m_XIndexReg - Variable in class adams.gui.visualization.stats.scatterplot.ScatterPlot
Regular expression given as an option to choose x attribute
m_XIndices - Variable in class weka.filters.supervised.attribute.MultiPLS
the indices of the X attributes.
m_XIntIndex - Variable in class adams.gui.visualization.stats.scatterplot.AbstractScatterPlot
Index of attribute to be displayed on x axis
m_XOffset - Variable in class adams.gui.visualization.core.CoordinatesPaintlet
the Y-offset for the X-axis.
m_XOffset - Variable in class adams.gui.visualization.stats.paintlet.CoordinatesPaintlet
the Y-offset for the X-axis.
m_XPort - Variable in class adams.flow.standalone.SSHConnection
the xport to use.
m_XPort - Variable in class adams.scripting.connection.SSHConnection
the xport to use.
m_XRegExp - Variable in class weka.filters.supervised.attribute.MultiPLS
the regular expression for the X columns.
m_xScale - Variable in class adams.gui.print.ScalableComponentWriter
the x scale factor.
m_XTickGenerator - Variable in class adams.gui.tools.spreadsheetviewer.chart.GenericPlot
the tick generator for the X axis.
m_XVisible - Variable in class adams.gui.visualization.core.CoordinatesPaintlet
whether the X-axis is visible.
m_XVisible - Variable in class adams.gui.visualization.stats.paintlet.CoordinatesPaintlet
whether the X-axis is visible.
m_XYSequencePaintlet - Variable in class adams.gui.visualization.sequence.XYSequencePanel
paintlet for drawing the sequence data.
m_Y - Variable in class adams.data.barcode.encode.AbstractBarcodeEncoder
Top left y of the barcode.
m_Y - Variable in class adams.data.filter.AbstractDerivative.Point
the Y value.
m_Y - Variable in class adams.data.image.transformer.crop.RelativeCrop
the Y position of the crop rectangle.
m_Y - Variable in class adams.data.imagefilter.TransparentBackground
the Y position of the background pixel.
m_Y - Variable in class adams.data.instance.InstancePoint
the Y value.
m_Y - Variable in class adams.data.objectfilter.Translate
the translation for y.
m_Y - Variable in class adams.data.objectfinder.ObjectsInPolygon
the y coordinates.
m_Y - Variable in class adams.data.sequence.XYSequencePoint
the Y value.
m_Y - Variable in class adams.flow.core.AbstractDisplay
the Y position of the dialog.
m_Y - Variable in class adams.flow.transformer.AbstractInteractiveTransformerDialog
the Y position of the dialog.
m_Y - Variable in class adams.flow.transformer.CountObjectsInPolygon
the y coordinates.
m_Y - Variable in class adams.flow.transformer.draw.FloodFill
the Y position.
m_Y - Variable in class adams.flow.transformer.draw.Image
the Y position of the image (1-based).
m_Y - Variable in class adams.flow.transformer.draw.Oval
the Y position of the oval (1-based).
m_Y - Variable in class adams.flow.transformer.draw.Pixel
the Y position of the pixel (1-based).
m_Y - Variable in class adams.flow.transformer.draw.Rectangle
the Y position of the rectangle (1-based).
m_Y - Variable in class adams.flow.transformer.draw.Text
the Y position of the text (1-based).
m_Y - Variable in class adams.flow.transformer.locateobjects.LocatedObject
the y of the top-left corner in the original image.
m_Y - Variable in class adams.flow.transformer.pdfproclet.AbstractSpreadSheetPdfProclet
the absolute Y position.
m_Y - Variable in class adams.flow.transformer.pdfproclet.Circle
the absolute Y position.
m_Y - Variable in class adams.flow.transformer.pdfproclet.FixedText
the absolute Y position.
m_Y - Variable in class adams.flow.transformer.pdfproclet.Image
the absolute Y position.
m_Y - Variable in class adams.flow.transformer.pdfproclet.PlainText
the absolute Y position.
m_Y - Variable in class adams.flow.transformer.pdfproclet.Rectangle
the absolute Y position.
m_Y - Variable in class adams.flow.transformer.pdfstamp.Image
the y position.
m_Y - Variable in class adams.flow.transformer.pdfstamp.Text
the y position.
m_Y - Variable in class adams.gui.visualization.core.TextOverlayPaintlet
the Y position.
m_Y - Variable in class adams.gui.visualization.image.MetaDataText
the Y for the text.
m_Y - Variable in class adams.gui.visualization.jfreechart.dataset.DefaultCategory
the Y columns.
m_Y - Variable in class adams.gui.visualization.jfreechart.dataset.DefaultXY
the Y columns.
m_Y - Variable in class adams.gui.visualization.jfreechart.dataset.DefaultXYZ
the Y column.
m_Y - Variable in class adams.gui.visualization.sequence.KendallTheilOverlayPaintlet
the Y position of the text (1-based).
m_Y - Variable in class adams.gui.visualization.sequence.LinearRegressionOverlayPaintlet
the Y position of the text (1-based).
m_Y - Variable in class adams.gui.visualization.spreadsheet.SpreadSheetRowPoint
the Y value.
m_Y1 - Variable in class adams.flow.transformer.draw.Line
the Y position of the start of the line (1-based).
m_Y1 - Variable in class adams.flow.transformer.pdfproclet.Line
the absolute Y1 position.
m_Y2 - Variable in class adams.flow.transformer.draw.Line
the Y position of the end of the line (1-based).
m_Y2 - Variable in class adams.flow.transformer.pdfproclet.Line
the absolute Y2 position.
m_YAttribute - Variable in class adams.flow.sink.ScatterDisplay
the 1-based index of the Y attribute.
m_YAttributeName - Variable in class adams.flow.sink.ScatterDisplay
String for setting y attribute using regular expression
m_YColor - Variable in class adams.gui.visualization.core.CoordinatesPaintlet
the color to use for painting for the Y axis.
m_YColor - Variable in class adams.gui.visualization.stats.paintlet.CoordinatesPaintlet
the color to use for painting for the Y axis.
m_YColumn - Variable in class adams.flow.transformer.plotgenerator.NamedPlotGenerator
the Y column.
m_YColumn - Variable in class adams.flow.transformer.plotgenerator.XYWithErrorsPlotGenerator
the column to use as Y value.
m_YColumns - Variable in class adams.gui.tools.spreadsheetviewer.chart.AbstractXYChartGenerator
the columns to use as Y values.
m_YData - Variable in class adams.gui.visualization.stats.paintlet.AbstractScatterPlotPaintlet
Data to display on the y axis
m_YErrorColumns - Variable in class adams.flow.transformer.plotgenerator.XYWithErrorsPlotGenerator
the columns to use as Y error, 1=delta, 2=low/high.
m_YesToken - Variable in class adams.flow.transformer.ConfirmationDialog
the "yes" token.
m_YExpression - Variable in class adams.flow.control.plotprocessor.Expression
the expression for Y.
m_YIncrement - Variable in class adams.flow.transformer.draw.Text
the Y increment when outputting multiple lines.
m_YInd - Variable in class adams.gui.visualization.stats.paintlet.AbstractOverlayPaintlet
Index of the attribute displayed on the y axis
m_YIndex - Variable in class adams.gui.visualization.stats.paintlet.AbstractScatterPlotPaintlet
Index of attribute for y axis
m_YIndex - Variable in class adams.gui.visualization.stats.scatterplot.ScatterPlot
Index given as an option to choose y attribute
m_YIndex - Variable in class adams.gui.visualization.stats.scatterplot.ScatterPlotPanel
index of attribute for y axis
m_YIndexReg - Variable in class adams.gui.visualization.stats.scatterplot.ScatterPlot
regular expression given as an option to choose y attribute
m_YIndices - Variable in class weka.filters.supervised.attribute.MultiPLS
the indices of the Y attributes.
m_YIntIndex - Variable in class adams.gui.visualization.stats.scatterplot.AbstractScatterPlot
Index of attribute to be displayed on y axis
m_YOffset - Variable in class adams.gui.visualization.core.CoordinatesPaintlet
the X-offset for the Y-axis.
m_YOffset - Variable in class adams.gui.visualization.sequence.StraightLineOverlayPaintlet
the offset to shift the line up or down.
m_YOffset - Variable in class adams.gui.visualization.stats.paintlet.CoordinatesPaintlet
the X-offset for the Y-axis.
m_YRegExp - Variable in class weka.filters.supervised.attribute.MultiPLS
the regular expression for the Y columns.
m_yScale - Variable in class adams.gui.print.ScalableComponentWriter
the y scale factor.
m_YTickGenerator - Variable in class adams.gui.tools.spreadsheetviewer.chart.GenericPlot
the tick generator for the Y axis.
m_YVisible - Variable in class adams.gui.visualization.core.CoordinatesPaintlet
whether the Y-axis is visible.
m_YVisible - Variable in class adams.gui.visualization.stats.paintlet.CoordinatesPaintlet
whether the Y-axis is visible.
m_Z - Variable in class adams.gui.visualization.jfreechart.dataset.DefaultXYZ
the Z column.
m_ZeroBased - Variable in class adams.flow.source.IntegerRange
whether to output 0-based or 1-based integers.
m_ZeroBasedIndex - Variable in class adams.data.conversion.Mat5StructToMap
whether to interpret the indices as 0-based or 1-based.
m_ZeroBasedIndex - Variable in class adams.flow.transformer.Mat5ArraySubset
whether to interpret the indices as 0-based or 1-based.
m_ZeroBasedIndex - Variable in class adams.flow.transformer.Mat5GetMatrixElement
whether to interpret the indices as 0-based or 1-based.
m_ZeroBasedIndex - Variable in class adams.flow.transformer.Mat5SetMatrixElement
whether to interpret the indices as 0-based or 1-based.
m_zerocount - Variable in class adams.opt.optimise.GeneticAlgorithm
 
m_Zip - Variable in class adams.tools.ZipPassword.BruteForceJob
the zip file.
m_Zip - Variable in class adams.tools.ZipPassword
the zip file to use.
m_Zoom - Variable in class adams.flow.sink.ImageSegmentationViewer
the zoom level.
m_Zoom - Variable in class adams.flow.sink.ImageViewer
the zoom level.
m_Zoom - Variable in class adams.flow.sink.PDFViewer
the zoom level.
m_Zoom - Variable in class adams.flow.transformer.compareobjectlocations.Combined.CombinedPanel
the zoom level.
m_Zoom - Variable in class adams.flow.transformer.compareobjectlocations.Combined
the zoom level.
m_Zoom - Variable in class adams.flow.transformer.compareobjectlocations.SideBySide
the zoom level.
m_Zoom - Variable in class adams.flow.transformer.compareobjectlocations.SideBySide.SideBySidePanel
the zoom level.
m_Zoom - Variable in class adams.flow.transformer.ImageAnnotator.AnnotatorPanel
the zoom level.
m_Zoom - Variable in class adams.flow.transformer.ImageAnnotator
the zoom level.
m_Zoom - Variable in class adams.flow.transformer.ImageLabeler
the zoom level.
m_Zoom - Variable in class adams.flow.transformer.ImageObjectAnnotator
the zoom level.
m_Zoom - Variable in class adams.flow.transformer.ImageSegmentationAnnotator
the zoom level.
m_Zoom - Variable in class adams.gui.tools.previewbrowser.AnnotateImage
the zoom level.
m_Zoom - Variable in class adams.gui.tools.previewbrowser.ImageSegmentationAnnotationsHandler
the zoom level.
m_Zoom - Variable in class adams.gui.visualization.object.CanvasPanel
the zoom (1.0 = 100%).
m_Zoom - Variable in class adams.gui.visualization.segmentation.layer.LayerManager
the zoom (1.0 = 100%).
m_Zoom - Variable in class adams.gui.visualization.segmentation.tool.BucketFill
the current zoom.
m_Zoom - Variable in class adams.gui.visualization.segmentation.tool.PolygonFill
the current zoom.
m_ZoomBottomRight - Variable in class adams.gui.visualization.core.plot.ContentPanel
the bottom right corner of the zoom box.
m_ZoomBoxColor - Variable in class adams.gui.visualization.core.plot.ContentPanel
the color of the zoom box.
m_ZoomHandler - Variable in class adams.gui.visualization.core.axis.AbstractAxisModel
the zooms.
m_Zooming - Variable in class adams.gui.visualization.core.plot.ContentPanel
whether the zoom box is currently been drawn.
m_ZoomingEnabled - Variable in class adams.gui.visualization.core.plot.ContentPanel
whether zooming is enabled.
m_ZoomListeners - Variable in class adams.gui.visualization.core.plot.ContentPanel
the zoom listeners.
m_ZoomOverview - Variable in class adams.flow.sink.SpreadSheetRowViewer
whether to display the zoom overview.
m_ZoomOverview - Variable in class adams.flow.sink.TimeseriesDisplay
whether to display the zoom overview.
m_ZoomOverview - Variable in class adams.flow.sink.WekaInstanceViewer
whether to display the zoom overview.
m_ZoomOverviewPaintlet - Variable in class adams.gui.visualization.container.AbstractDataContainerZoomOverviewPanel
the zoom highlight paintlet.
m_Zooms - Variable in class adams.gui.visualization.core.axis.ZoomHandler
contains the zooms.
m_ZoomTopLeft - Variable in class adams.gui.visualization.core.plot.ContentPanel
the top left corner of the zoom box.
m_ZScore - Variable in class adams.flow.sink.ZScoreDisplay
zscore to display using the actor
M5Base2 - Class in weka.classifiers.trees.m5
M5Base.
M5Base2() - Constructor for class weka.classifiers.trees.m5.M5Base2
Constructor
M5P2 - Class in weka.classifiers.trees
M5Base.
M5P2() - Constructor for class weka.classifiers.trees.M5P2
Creates a new M5P instance.
MAC - adams.core.management.OS.OperatingSystems
 
MAC_EXECUTABLE - Static variable in class adams.core.management.Terminal
the key for the Mac executable.
MAC_OPTIONS - Static variable in class adams.core.management.Terminal
the key for the Mac options.
mae(double[], double[]) - Static method in class adams.data.statistics.StatUtils
Computes the mean absolute error between the two data vectors and returns it.
mae(Number[], Number[]) - Static method in class adams.data.statistics.StatUtils
Computes the mean absolute error between the two data vectors and returns it.
MAE - adams.flow.transformer.WekaClassifierRanker.Measure
evaluation via: Mean absolute error.
MAE - adams.opt.genetic.Measure
Mean absolute error.
MAE - adams.opt.optimise.genetic.fitnessfunctions.AbstractWEKAFitnessFunction.Measure
evaluation via: Mean absolute error.
main(String[]) - Static method in class adams.console.Logging
Starts the terminal application from commandline.
main(String[]) - Static method in class adams.core.ClassLister
Outputs a list of available conversions.
main(String[]) - Static method in class adams.core.DiffUtils
Usage: DiffUtils <unified|side-by-side|brief> <file1> <file2>
main(String[]) - Static method in class adams.core.discovery.DefaultPropertyDiscovery
For testing only.
main(String[]) - Static method in class adams.core.discovery.PropertyPath
for testing only.
main(String[]) - Static method in class adams.core.discovery.PropertyTraversal
For testing only.
main(String[]) - Static method in class adams.core.FindClass
For testing only.
main(String[]) - Static method in class adams.core.io.FilenameProposer
For testing only.
main(String[]) - Static method in class adams.core.io.lister.LocalDirectoryLister
For testing only.
main(String[]) - Static method in class adams.core.logging.RemoteReceiveHandler
Just for testing.
main(String[]) - Static method in class adams.core.logging.RemoteSendHandler
Just for testing.
main(String[]) - Static method in class adams.core.LRUCache
Test routine for the LRUCache class.
main(String[]) - Static method in class adams.core.management.Java
For testing only.
main(String[]) - Static method in class adams.core.management.Launcher
Executes the class from the command-line.
main(String[]) - Static method in class adams.core.management.LDD
 
main(String[]) - Static method in class adams.core.net.ProxyHelper
For testing only.
main(String[]) - Static method in class adams.core.net.SimpleMailer
For running the mailer from command-line.
main(String[]) - Static method in class adams.core.option.AbstractOptionProducer
For testing option producers: -input <file in nested format> -output <file for generated output> -producer <classname (plus options if applicable)>
main(String[]) - Static method in class adams.core.option.ActorExecutionClassProducer
Executes the producer from commandline.
main(String[]) - Static method in class adams.core.option.ApplyActorProducer
Executes the producer from commandline.
main(String[]) - Static method in class adams.core.option.ArrayProducer
Executes the producer from commandline.
main(String[]) - Static method in class adams.core.option.CommandlineHelpProducer
Executes the producer from commandline.
main(String[]) - Static method in class adams.core.option.CompactFlowProducer
Executes the producer from commandline.
main(String[]) - Static method in class adams.core.option.DatabaseActorExecutionClassProducer
Executes the producer from commandline.
main(String[]) - Static method in class adams.core.option.DebugNestedProducer
Executes the producer from commandline.
main(String[]) - Static method in class adams.core.option.FlowJUnitTestProducer
Executes the producer from commandline.
main(String[]) - Static method in class adams.core.option.FlowStructureDotProducer
Executes the producer from commandline.
main(String[]) - Static method in class adams.core.option.FlowStructureGraphMLProducer
Executes the producer from commandline.
main(String[]) - Static method in class adams.core.option.HtmlHelpProducer
Executes the producer from commandline.
main(String[]) - Static method in class adams.core.option.HtmlParametersProducer
Executes the producer from commandline.
main(String[]) - Static method in class adams.core.option.JavaInstantiationProducer
Executes the producer from commandline.
main(String[]) - Static method in class adams.core.option.JsonProducer
Executes the producer from commandline.
main(String[]) - Static method in class adams.core.option.MaterializedArrayProducer
Executes the producer from commandline.
main(String[]) - Static method in class adams.core.option.NestedProducer
Executes the producer from commandline.
main(String[]) - Static method in class adams.core.option.XhtmlProducer
Executes the producer from commandline.
main(String[]) - Static method in class adams.core.Placeholders
For outputting placeholders.
main(String[]) - Static method in class adams.core.Properties
Only for testing.
main(String[]) - Static method in class adams.core.scripting.Groovy
If no arguments are given, it just prints the presence of the Groovy classes, otherwise it expects a Groovy filename to execute.
main(String[]) - Static method in class adams.core.SerializationHelper
Outputs information about a class on the commandline, takes class name as arguments.
main(String[]) - Static method in class adams.core.SizeOf
For testing only.
main(String[]) - Static method in class adams.core.SystemInfo
Outputs the system info in the console.
main(String[]) - Static method in class adams.core.Trie
Only for testing (prints the built Trie).
main(String[]) - Static method in class adams.data.image.moments.MomentHelper
Just for testing.
main(String[]) - Static method in class adams.data.io.input.AccessSpreadSheetReader
Runs the reader from the command-line.
main(String[]) - Static method in class adams.data.io.input.ArffSpreadSheetReader
Runs the reader from the command-line.
main(String[]) - Static method in class adams.data.io.input.AutoWidthTabularSpreadSheetReader
Runs the reader from the command-line.
main(String[]) - Static method in class adams.data.io.input.CsvSpreadSheetReader
Runs the reader from the command-line.
main(String[]) - Static method in class adams.data.io.input.ExcelSpreadSheetReader
Runs the reader from the command-line.
main(String[]) - Static method in class adams.data.io.input.ExcelStreamingSpreadSheetReader
Runs the reader from the command-line.
main(String[]) - Static method in class adams.data.io.input.FastCsvSpreadSheetReader
Runs the reader from the command-line.
main(String[]) - Static method in class adams.data.io.input.FixedTabularSpreadSheetReader
Runs the reader from the command-line.
main(String[]) - Static method in class adams.data.io.input.GnumericSpreadSheetReader
Runs the reader from the command-line.
main(String[]) - Static method in class adams.data.io.input.JSONSpreadSheetReader
Runs the reader from the command-line.
main(String[]) - Static method in class adams.data.io.input.LibSVMSpreadSheetReader
Runs the reader from the command-line.
main(String[]) - Static method in class adams.data.io.input.Mat5SpreadSheetReader
Runs the reader from the command-line.
main(String[]) - Static method in class adams.data.io.input.MatlabSpreadSheetReader
Runs the reader from the command-line.
main(String[]) - Static method in class adams.data.io.input.ODFSpreadSheetReader
Runs the reader from the command-line.
main(String[]) - Static method in class adams.data.io.input.PNGSpreadSheetReader
Runs the reader from the command-line.
main(String[]) - Static method in class adams.data.io.input.PropertiesSpreadSheetReader
Runs the reader from the command-line.
main(String[]) - Static method in class adams.data.io.input.SimpleArffSpreadSheetReader
Runs the reader from the command-line.
main(String[]) - Static method in class adams.data.io.input.SimpleCsvSpreadSheetReader
Runs the reader from the command-line.
main(String[]) - Static method in class adams.data.io.input.SimpleStreamSpreadSheetReader
Runs the reader from the command-line.
main(String[]) - Static method in class adams.data.io.input.SqlDumpSpreadSheetReader
Runs the reader from the command-line.
main(String[]) - Static method in class adams.data.io.input.SVMLightSpreadSheetReader
Runs the reader from the command-line.
main(String[]) - Static method in class adams.data.io.input.TsvSpreadSheetReader
Runs the reader from the command-line.
main(String[]) - Static method in class adams.data.io.input.XrffSpreadSheetReader
Runs the reader from the command-line.
main(String[]) - Static method in class adams.data.Notes
For testing only.
main(String[]) - Static method in class adams.data.report.Field
For testing only.
main(String[]) - Static method in class adams.data.spreadsheet.DefaultSpreadSheet
 
main(String[]) - Static method in class adams.data.statistics.StatUtils
Just for testing.
main(String[]) - Static method in class adams.doc.javadoc.AllJavadoc
Parses the given commandline parameters and generates the Javadoc.
main(String[]) - Static method in class adams.doc.javadoc.FlowJavadoc
Parses the given commandline parameters and generates the Javadoc.
main(String[]) - Static method in class adams.doc.javadoc.GlobalInfoJavadoc
Parses the given commandline parameters and generates the Javadoc.
main(String[]) - Static method in class adams.doc.javadoc.GrammarJavadoc
Parses the given commandline parameters and generates the Javadoc.
main(String[]) - Static method in class adams.doc.javadoc.OptionHandlerJavadoc
Parses the given commandline parameters and generates the Javadoc.
main(String[]) - Static method in class adams.doc.javadoc.ScriptletJavadoc
Parses the given commandline parameters and generates the Javadoc.
main(String[]) - Static method in class adams.doc.javadoc.TechnicalInformationHandlerJavadoc
Parses the given commandline parameters and generates the Javadoc.
main(String[]) - Static method in class adams.doc.listing.Listing
For generating the listing from the commandline.
main(String[]) - Static method in class adams.env.Environment
Outputs a list of available conversions.
main(String[]) - Static method in class adams.env.Modules
Just outputs the modules on the console, one per line.
main(String[]) - Static method in class adams.flow.core.ActorUsage
Executes the class.
main(String[]) - Static method in class adams.flow.FlowRunner
Runs the flow with the given options.
main(String[]) - Static method in class adams.flow.FlowSetupRunner
Runs the flow with the given options.
main(String[]) - Static method in class adams.flow.sink.ProgrammaticSink
Shows how to use this actor.
main(String[]) - Static method in class adams.flow.transformer.ProgrammaticTokenListener
Shows how to use the actor.
main(String[]) - Static method in class adams.gui.chooser.FontChooser
Simple main program to start it running.
main(String[]) - Static method in class adams.gui.chooser.FontChooserPanelWithPreview
Simple main program to start it running.
main(String[]) - Static method in class adams.gui.chooser.PdfFontChooser
Simple main program to start it running.
main(String[]) - Static method in class adams.gui.chooser.PdfFontChooserPanel
Simple main program to start it running.
main(String[]) - Static method in class adams.gui.core.BasePanel
Displays the BasePanel descendant, it's classname is the first parameter, in its own frame.
main(String[]) - Static method in class adams.gui.core.dotnotationtree.DotNotationTree
For testing only.
main(String[]) - Static method in class adams.gui.core.FilePanel
Just for testing.
main(String[]) - Static method in class adams.gui.core.JComponentList
Only for testing.
main(String[]) - Static method in class adams.gui.goe.classtree.ClassTree
For testing only.
main(String[]) - Static method in class adams.gui.goe.GenericArrayEditorDialog
For testing only.
main(String[]) - Static method in class adams.gui.goe.GenericObjectEditorDialog
For testing only.
main(String[]) - Static method in class adams.gui.goe.WekaGenericArrayEditorDialog
For testing only.
main(String[]) - Static method in class adams.gui.goe.WekaGenericObjectEditorDialog
For testing only.
main(String[]) - Static method in class adams.gui.InstanceCompare
Starts the frame.
main(String[]) - Static method in class adams.gui.Main
starts the application.
main(String[]) - Static method in class adams.gui.print.JComponentWriter
For testing only.
main(String[]) - Static method in class adams.gui.tools.ContainerNesting
Analyzes the class defined by its classname as second parameter.
main(String[]) - Static method in class adams.gui.tools.NestedFormatViewerPanel
For testing only.
main(String[]) - Static method in class adams.gui.tools.wekainvestigator.InvestigatorManagerPanel
Just for testing.
main(String[]) - Static method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeSummaryPanel
Tests out the attribute summary panel from the command line.
main(String[]) - Static method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.InstancesSummaryPanel
Tests out the instance summary panel from the command line.
main(String[]) - Static method in class adams.gui.tools.wekamultiexperimenter.MultiExperimenter
Starts the experimenter environment.
main(String[]) - Static method in class adams.gui.visualization.object.ObjectAnnotationPanel
For testing only.
main(String[]) - Static method in class adams.gui.visualization.segmentation.SegmentationPanel
For testing only.
main(String[]) - Static method in class adams.gui.wizard.WekaPropertySheetPanelPage
For testing only.
main(String[]) - Static method in class adams.gui.wizard.WizardPane
For testing only.
main(String[]) - Static method in class adams.gui.wizard.WizardPaneWithBranches
For testing only.
main(String[]) - Static method in class adams.opt.optimise.GeneticAlgorithm
 
main(String[]) - Static method in class adams.parser.basedate.Parser
Runs the parser from commandline.
main(String[]) - Static method in class adams.parser.BaseDateExpression
Runs the evaluator from command-line.
main(String[]) - Static method in class adams.parser.basedatetime.Parser
Runs the parser from commandline.
main(String[]) - Static method in class adams.parser.BaseDateTimeExpression
Runs the evaluator from command-line.
main(String[]) - Static method in class adams.parser.basedatetimemsec.Parser
Runs the parser from commandline.
main(String[]) - Static method in class adams.parser.BaseDateTimeMsecExpression
Runs the evaluator from command-line.
main(String[]) - Static method in class adams.parser.basetime.Parser
Runs the parser from commandline.
main(String[]) - Static method in class adams.parser.BaseTimeExpression
Runs the evaluator from command-line.
main(String[]) - Static method in class adams.parser.basetimemsec.Parser
Runs the parser from commandline.
main(String[]) - Static method in class adams.parser.BaseTimeMsecExpression
Runs the evaluator from command-line.
main(String[]) - Static method in class adams.parser.BooleanExpression
Runs the evaluator from command-line.
main(String[]) - Static method in class adams.parser.booleanexpression.Parser
Runs the parser from commandline.
main(String[]) - Static method in class adams.parser.LookUpUpdate
Runs the evaluator from command-line.
main(String[]) - Static method in class adams.parser.MathematicalExpression
Runs the evaluator from command-line.
main(String[]) - Static method in class adams.parser.mathematicalexpression.Parser
Runs the parser from commandline.
main(String[]) - Static method in class adams.parser.ReportMathExpression
Runs the evaluator from command-line.
main(String[]) - Static method in class adams.parser.SpreadSheetFormula
Runs the evaluator from command-line.
main(String[]) - Static method in class adams.parser.SpreadSheetQuery
Runs the evaluator from command-line.
main(String[]) - Static method in class adams.parser.StringExpression
Runs the evaluator from command-line.
main(String[]) - Static method in class adams.parser.stringexpression.Parser
Runs the parser from commandline.
main(String[]) - Static method in class adams.scripting.CommandRunner
Runs the flow with the given options.
main(String[]) - Static method in class adams.scripting.engine.DefaultScriptingEngine
Starts the scripting engine from commandline.
main(String[]) - Static method in class adams.scripting.engine.FileBasedScriptingEngine
Starts the scripting engine from commandline.
main(String[]) - Static method in class adams.scripting.engine.ManualFeedScriptingEngine
Starts the scripting engine from commandline.
main(String[]) - Static method in class adams.tools.RunTool
Runs the tool from commandline.
main(String[]) - Static method in class adams.tools.ZipPassword
Runs the tool from commandline.
main(String[]) - Static method in class edu.umbc.cs.maple.utils.JamaUtils
Test function for regularized least squares.
main(String[]) - Static method in class edu.umbc.cs.maple.utils.MathUtils
 
main(String[]) - Static method in class optimization.FminTest
 
main(String[]) - Static method in class weka.attributeSelection.LinearRegressionAttributeEval
Main method for running this class from commandline.
main(String[]) - Static method in class weka.attributeSelection.PLS1AttributeEval
Main method for running this class from commandline.
main(String[]) - Static method in class weka.attributeSelection.SIMPLSAttributeEval
Main method for running this class from commandline.
main(String[]) - Static method in class weka.classifiers.functions.ClassificationViaPLS
Main method for running this class.
main(String[]) - Static method in class weka.classifiers.functions.FakeClassifier
Main method for running this class.
main(String[]) - Static method in class weka.classifiers.functions.GaussianProcessesAdaptive
Main method for testing this class.
main(String[]) - Static method in class weka.classifiers.functions.GaussianProcessesNoWeights
Main method for testing this class.
main(String[]) - Static method in class weka.classifiers.functions.GaussianProcessesWeighted
Main method for testing this class.
main(String[]) - Static method in class weka.classifiers.functions.GeneticAlgorithm
Main method for running this class.
main(String[]) - Static method in class weka.classifiers.functions.GPD
Main method for testing this class.
main(String[]) - Static method in class weka.classifiers.functions.LinearRegressionJ
Generates a linear regression function predictor.
main(String[]) - Static method in class weka.classifiers.functions.MathExpressionClassifier
Main method for running this class.
main(String[]) - Static method in class weka.classifiers.functions.PLSClassifierWeighted
Main method for running this classifier from commandline.
main(String[]) - Static method in class weka.classifiers.functions.PLSClassifierWeightedWithLoadings
Main method for running this classifier from commandline.
main(String[]) - Static method in class weka.classifiers.functions.PLSWeighted
Main method for running this classifier from commandline.
main(String[]) - Static method in class weka.classifiers.functions.SimpleLinearRegressionIntervalEstimator
Generates a linear regression function predictor.
main(String[]) - Static method in class weka.classifiers.functions.SimpleLinearRegressionWithAccess
Main method for testing this class
main(String[]) - Static method in class weka.classifiers.lazy.LWLIntervalEstimator
Main method for executing this classifier.
main(String[]) - Static method in class weka.classifiers.lazy.LWLSynchro
Main method for testing this class.
main(String[]) - Static method in class weka.classifiers.lazy.LWLSynchroPrefilter
Main method for testing this class.
main(String[]) - Static method in class weka.classifiers.meta.AbstainAttributePercentile
Main method for running this class.
main(String[]) - Static method in class weka.classifiers.meta.AbstainAverage
Main method for testing this class.
main(String[]) - Static method in class weka.classifiers.meta.AbstainAverageWithClassifierWeights
Main method for testing this class.
main(String[]) - Static method in class weka.classifiers.meta.AbstainingClassifierWrapper
Main method for running this class.
main(String[]) - Static method in class weka.classifiers.meta.AbstainLeastMedianSq
Main method for running this class.
main(String[]) - Static method in class weka.classifiers.meta.AbstainVote
Main method for testing this class.
main(String[]) - Static method in class weka.classifiers.meta.ClassificationViaRegressionD
Main method for running this class.
main(String[]) - Static method in class weka.classifiers.meta.ClassifierCascade
Main method for executing the class.
main(String[]) - Static method in class weka.classifiers.meta.Corr
Main method for testing this class.
main(String[]) - Static method in class weka.classifiers.meta.FilteredClassifierExt
Main method for running this classifier.
main(String[]) - Static method in class weka.classifiers.meta.HighLowSplit
Main method for running this class.
main(String[]) - Static method in class weka.classifiers.meta.HighLowSplitSingleClassifier
Main method for running this class.
main(String[]) - Static method in class weka.classifiers.meta.InputSmearing
Main method for testing this class.
main(String[]) - Static method in class weka.classifiers.meta.LeastMedianSq
Main method for running this class.
main(String[]) - Static method in class weka.classifiers.meta.LogClassRegressor
Main method for running this class.
main(String[]) - Static method in class weka.classifiers.meta.LogTargetRegressor
Main method for running this class.
main(String[]) - Static method in class weka.classifiers.meta.MinMaxLimits
Main method for running this class.
main(String[]) - Static method in class weka.classifiers.meta.PartitionedStacking
Main method for running this classifier.
main(String[]) - Static method in class weka.classifiers.meta.PeakTransformed
Main method for running this class.
main(String[]) - Static method in class weka.classifiers.meta.SubsetEnsemble
Main method for running this class from commandline.
main(String[]) - Static method in class weka.classifiers.meta.SumTransformed
Main method for running this class.
main(String[]) - Static method in class weka.classifiers.meta.ThreadSafeClassifierWrapper
Main method for running this class.
main(String[]) - Static method in class weka.classifiers.meta.VotedImbalance
Main method for running this class from commandline.
main(String[]) - Static method in class weka.classifiers.meta.WeightedInstancesHandlerWrapper
Main method for running this class.
main(String[]) - Static method in class weka.classifiers.trees.M5P2
Main method by which this class can be tested
main(String[]) - Static method in class weka.classifiers.trees.RandomModelTrees
Main method for testing this class.
main(String[]) - Static method in class weka.classifiers.trees.RandomRegressionForest
Main method for testing this class.
main(String[]) - Static method in class weka.classifiers.trees.XGBoost
Main method for running this class.
main(String[]) - Static method in class weka.clusterers.SAXKMeans
Main method for executing this class.
main(String[]) - Static method in class weka.core.converters.SimpleArffLoader
Main method.
main(String[]) - Static method in class weka.core.converters.SimpleArffSaver
Main method.
main(String[]) - Static method in class weka.core.converters.SpreadSheetLoader
Main method.
main(String[]) - Static method in class weka.core.converters.SpreadSheetSaver
Main method.
main(String[]) - Static method in class weka.experiment.ResultMatrixAdamsCSV
for testing only.
main(String[]) - Static method in class weka.experiment.ResultMatrixMediaWiki
for testing only.
main(String[]) - Static method in class weka.filters.FilteredFilter
Main method for running this filter.
main(String[]) - Static method in class weka.filters.SerializedFilter
Main method for running this filter.
main(String[]) - Static method in class weka.filters.supervised.attribute.MultiPLS
runs the filter with the given arguments.
main(String[]) - Static method in class weka.filters.supervised.attribute.PLS
runs the filter with the given arguments.
main(String[]) - Static method in class weka.filters.supervised.attribute.PLSFilterWithLoadings
runs the filter with the given arguments.
main(String[]) - Static method in class weka.filters.supervised.attribute.SIMPLSMatrixFilter
runs the filter with the given arguments.
main(String[]) - Static method in class weka.filters.supervised.attribute.SIMPLSMatrixFilterFromGeneticString
runs the filter with the given arguments.
main(String[]) - Static method in class weka.filters.supervised.attribute.YGradientEPO
runs the filter with the given arguments.
main(String[]) - Static method in class weka.filters.supervised.attribute.YGradientGLSW
runs the filter with the given arguments.
main(String[]) - Static method in class weka.filters.unsupervised.attribute.AndrewsCurves
Main method for testing this class.
main(String[]) - Static method in class weka.filters.unsupervised.attribute.AnyToString
Main method for testing this class.
main(String[]) - Static method in class weka.filters.unsupervised.attribute.CorrelationMatrix
runs the filter with the given arguments.
main(String[]) - Static method in class weka.filters.unsupervised.attribute.Detrend
Main method for testing this class.
main(String[]) - Static method in class weka.filters.unsupervised.attribute.DownSample
Main method for testing this class.
main(String[]) - Static method in class weka.filters.unsupervised.attribute.EquiDistance
Main method for testing this class.
main(String[]) - Static method in class weka.filters.unsupervised.attribute.FastWavelet
runs the filter with the given arguments.
main(String[]) - Static method in class weka.filters.unsupervised.attribute.FFT
Main method for testing this class.
main(String[]) - Static method in class weka.filters.unsupervised.attribute.InputSmearing
Main method for testing this class.
main(String[]) - Static method in class weka.filters.unsupervised.attribute.InterquartileRangeSamp
Main method for testing this class.
main(String[]) - Static method in class weka.filters.unsupervised.attribute.JoinAttributes
Main method for testing this class.
main(String[]) - Static method in class weka.filters.unsupervised.attribute.LogTransform
Main method for testing this class.
main(String[]) - Static method in class weka.filters.unsupervised.attribute.MergeManyAttributes
runs the filter with the given arguments.
main(String[]) - Static method in class weka.filters.unsupervised.attribute.MergeTwoAttributes
runs the filter with the given arguments.
main(String[]) - Static method in class weka.filters.unsupervised.attribute.MetaPartitionedMultiFilter
Main method for executing this class.
main(String[]) - Static method in class weka.filters.unsupervised.attribute.MultiplicativeScatterCorrection
Main method for testing this class.
main(String[]) - Static method in class weka.filters.unsupervised.attribute.NominalToNumeric
Main method for testing this class.
main(String[]) - Static method in class weka.filters.unsupervised.attribute.NormalizeAdaptive
Main method for testing this class.
main(String[]) - Static method in class weka.filters.unsupervised.attribute.OuterProductAnalysis
Main method for testing this class.
main(String[]) - Static method in class weka.filters.unsupervised.attribute.PAA
Main method for testing this class.
main(String[]) - Static method in class weka.filters.unsupervised.attribute.PartitionedMultiFilter2
Main method for executing this class.
main(String[]) - Static method in class weka.filters.unsupervised.attribute.PrincipalComponentsJ
Main method for running this filter.
main(String[]) - Static method in class weka.filters.unsupervised.attribute.ReplaceMissingValuesWithZero
Main method for testing this class.
main(String[]) - Static method in class weka.filters.unsupervised.attribute.RowSum
Main method for testing this class.
main(String[]) - Static method in class weka.filters.unsupervised.attribute.SavitzkyGolay
Main method for testing this class.
main(String[]) - Static method in class weka.filters.unsupervised.attribute.SavitzkyGolay2
Main method for testing this class.
main(String[]) - Static method in class weka.filters.unsupervised.attribute.SAX
Main method for testing this class.
main(String[]) - Static method in class weka.filters.unsupervised.attribute.SetMissingValue
Main method for testing this class.
main(String[]) - Static method in class weka.filters.unsupervised.attribute.SimpleDetrend
Main method for testing this class.
main(String[]) - Static method in class weka.filters.unsupervised.attribute.SpellChecker
Main method for testing this class.
main(String[]) - Static method in class weka.filters.unsupervised.attribute.StringToDate
Main method for testing this class.
main(String[]) - Static method in class weka.filters.unsupervised.instance.AccumulatedLWLWeights
Main method for testing this class.
main(String[]) - Static method in class weka.filters.unsupervised.instance.AlignDataset
Main method for testing this class.
main(String[]) - Static method in class weka.filters.unsupervised.instance.KeepRange
Main method for running this filter.
main(String[]) - Static method in class weka.filters.unsupervised.instance.LatestRecords
Main method for running this filter.
main(String[]) - Static method in class weka.filters.unsupervised.instance.MultiRowProcessor
Main method for running this filter.
main(String[]) - Static method in class weka.filters.unsupervised.instance.RemoveDuplicateIDs
Main method for running this filter.
main(String[]) - Static method in class weka.filters.unsupervised.instance.RemoveDuplicates
Main method for running this filter.
main(String[]) - Static method in class weka.filters.unsupervised.instance.RemoveInstancesWithMissingValue
Main method for testing this class.
main(String[]) - Static method in class weka.filters.unsupervised.instance.RemoveMisclassifiedAbs
Main method for testing this class.
main(String[]) - Static method in class weka.filters.unsupervised.instance.RemoveMisclassifiedRel
Main method for testing this class.
main(String[]) - Static method in class weka.filters.unsupervised.instance.RemoveTestInstances
Main method for testing this class.
main(String[]) - Static method in class weka.filters.unsupervised.instance.RemoveWithLabels
Main method for testing this class.
main(String[]) - Static method in class weka.filters.unsupervised.instance.RemoveWithWeights
Main method for testing this class.
main(String[]) - Static method in class weka.filters.unsupervised.instance.RemoveWithZeroes
Main method for testing this class.
main(String[]) - Static method in class weka.filters.unsupervised.instance.RowNorm
Main method for testing this class.
main(String[]) - Static method in class weka.filters.unsupervised.instance.SafeRemoveRange
Main method for running this filter from command-line.
main(String[]) - Static method in class weka.filters.unsupervised.instance.Scale
Main method for testing this class.
main(String[]) - Static method in class weka.filters.unsupervised.instance.Sort
Main method for running this filter.
main(String[]) - Static method in class weka.filters.unsupervised.instance.SortOnAttribute
Main method for running this filter.
main(String[]) - Static method in class weka.filters.unsupervised.instance.WeightsBasedResample
Main method for testing this class.
main(String[]) - Static method in class weka.gui.explorer.ExperimentPanel
Tests out the Experiment panel from the command line.
main(String[]) - Static method in class weka.gui.explorer.ExplorerExt
Starts the explorer environment.
main(String[]) - Static method in class weka.gui.explorer.MultiExplorer
Starts the explorer environment.
main(String[]) - Static method in class weka.gui.explorer.SqlPanel
For testing only.
Main - Class in adams.gui
GUI for ADAMS.
Main() - Constructor for class adams.gui.Main
 
mainFilterTipText() - Method in class weka.filters.FilteredFilter
Returns the tip text for this property.
MainScriptingEngine - Interface in adams.scripting.engine
Interface for scripting engines that manage worker scripting engines and sending them jobs for execution.
mainTipText() - Method in class adams.scripting.engine.DefaultWorkerScriptingEngine
Returns the tip text for this property.
mainTipText() - Method in interface adams.scripting.engine.WorkerScriptingEngine
Returns the tip text for this property.
MAJOR_VERSION - Static variable in class adams.core.management.Java
the major Java version.
majorAxisDirection(boolean[][]) - Static method in class adams.data.image.moments.MomentHelper
Computes the orientation of the major axis.
MAJORITY_VOTING_RULE - adams.flow.transformer.wekaclassifiersetupprocessor.VotedPairs.VotingType
 
MAJORITY_VOTING_RULE - Static variable in class weka.classifiers.meta.AbstainVote
combination rule: Majority Voting (only nominal classes)
makeAtLeast(Component, Dimension) - Static method in class adams.gui.core.GUIHelper
Makes the window at least the specified size.
makeAtLeast(Dimension, Dimension) - Static method in class adams.gui.core.GUIHelper
Makes the dimensions at least the specified size.
makeAtMost(Component, Dimension) - Static method in class adams.gui.core.GUIHelper
Makes the window at most the specified size.
makeAtMost(Dimension, Dimension) - Static method in class adams.gui.core.GUIHelper
Makes the dimensions at most the specified size.
makeClassLastTipText() - Method in class adams.flow.transformer.WekaMultiLabelSplitter
Returns the tip text for this property.
makeColumnVector(Matrix) - Static method in class edu.umbc.cs.maple.utils.JamaUtils
Transforms the given matrix into a column vector, that is, a matrix with one column.
MakeCompatibleDatasets - Class in adams.gui.menu
For making compatible ARFF datasets.
MakeCompatibleDatasets() - Constructor for class adams.gui.menu.MakeCompatibleDatasets
Initializes the menu item with no owner.
MakeCompatibleDatasets(AbstractApplicationFrame) - Constructor for class adams.gui.menu.MakeCompatibleDatasets
Initializes the menu item.
makeCompliantTipText() - Method in class adams.data.conversion.StringToFile
Returns the tip text for this property.
makeConditional(TreePath) - Method in class adams.gui.flow.tree.TreeOperations
Turns the selected actor into its conditional equivalent.
MakeConditional - Class in adams.gui.flow.tree.menu
For turning an actor into its conditonal equivalent.
MakeConditional() - Constructor for class adams.gui.flow.tree.menu.MakeConditional
 
MakeContainer - Class in adams.flow.source
Assembles a container with data obtained from either callable actors or storage items.
MakeContainer() - Constructor for class adams.flow.source.MakeContainer
 
makeDefault() - Method in class adams.gui.dialog.AbstractDatabaseConnectionPanel
Makes the current parameters the default.
makeDefaultConnection(ConnectionParameters) - Method in class adams.db.AbstractDatabaseConnection
Sets the given connection as the default one.
makeDetachableIfNecessary(JComponent, boolean) - Method in class adams.gui.core.SplitPanelWithOptionalComponents
Wraps the component in a detachable panel, if necessary.
MakeDir - Class in adams.flow.standalone
Creates the user-supplied directory if not already existing.
MakeDir - Class in adams.flow.transformer
Creates the directory accepted on the input port if not already existing.
MakeDir() - Constructor for class adams.flow.standalone.MakeDir
 
MakeDir() - Constructor for class adams.flow.transformer.MakeDir
 
makeFilenameTipText() - Method in class adams.data.id.AbstractIDFilenameGenerator
Returns the tip text for this property.
makeFit(int, int) - Method in class adams.flow.transformer.locateobjects.LocatedObject
Ensures that the object fits within this region.
makeFit(Dimension, Dimension, Dimension) - Static method in class adams.gui.core.GUIHelper
Fits the dimensions between min/max.
MakeForecastPlotContainer - Class in adams.flow.transformer
Creates a named containers for the SequencePlotter actor using the incoming forecasts.
MakeForecastPlotContainer() - Constructor for class adams.flow.transformer.MakeForecastPlotContainer
 
makeHalfScreenHeight(Component) - Static method in class adams.gui.core.GUIHelper
Changes the height of the window to half of the screen width.
makeHalfScreenWidth(Component) - Static method in class adams.gui.core.GUIHelper
Changes the width of the window to half of the screen width.
makeInteractive(TreePath[]) - Method in class adams.gui.flow.tree.TreeOperations
Turns the selected Setvariable standalines into a subflow with EnterManyValues for prompting the user.
MakeInteractive - Class in adams.gui.flow.tree.menu
Takes one or more SetVariable standalones and turns them into a EnterManyValues actor inside a Trigger.
MakeInteractive() - Constructor for class adams.gui.flow.tree.menu.MakeInteractive
 
MakeJFreeChartDataset - Class in adams.flow.transformer
Generates a JFreeChart dataset from the incoming spreadsheet.
MakeJFreeChartDataset() - Constructor for class adams.flow.transformer.MakeJFreeChartDataset
 
makeKernel(float) - Method in class adams.data.image.transformer.GaussianBlur
Make a Gaussian blur kernel.
MakeLogEntry - Class in adams.flow.transformer
Creates a log entry from the incoming token.
MakeLogEntry() - Constructor for class adams.flow.transformer.MakeLogEntry
 
makeMatrixSymmetric(Matrix, JamaUtils.Function) - Static method in class edu.umbc.cs.maple.utils.JamaUtils
Makes a matrix symmetric by applying a function to symmetric elements.
makeNarrower(Dimension) - Static method in class adams.gui.core.GUIHelper
Narrows the rectangle by 20%.
makeNarrower(Dimension, double) - Static method in class adams.gui.core.GUIHelper
Narrows the rectangle by the specified percentage.
MakePlotContainer - Class in adams.flow.transformer
Creates a named container for the SequencePlotter actor.
In case of Double arrays arriving at the input, they must have length 2 for X and Y, 4 for X/Y/Y-Error (low/high) or 6 X/Y/X-Error (low-high)/Y-Error (low-high).
Integer arrays can only have the length 2.
It is also possible, depending on the plotter sink setup, to use strings for x and/or y.
In order to force an update of the plot, overriding the current plot-updater setup, you can create a special plot container of type UPDATE and send that to the plot (can be triggered with a null-token, e.g., from a adams.flow.source.Start source).
MakePlotContainer() - Constructor for class adams.flow.transformer.MakePlotContainer
 
makeRowVector(Matrix) - Static method in class edu.umbc.cs.maple.utils.JamaUtils
Transforms the given matrix into a row vector, that is, a matrix with one row.
makeSmaller(Dimension) - Static method in class adams.gui.core.GUIHelper
Makes the rectangle smaller by 20%.
makeSmaller(Dimension, double) - Static method in class adams.gui.core.GUIHelper
Makes the rectangle smaller by the specified percentage.
MakeSquare - Class in adams.data.objectfilter
Generates a square bounding box around the current center of the bounding box.
Discards any polygon data.
MakeSquare() - Constructor for class adams.data.objectfilter.MakeSquare
 
MakeSquare.SideType - Enum in adams.data.objectfilter
the side to use.
makeTaller(Dimension) - Static method in class adams.gui.core.GUIHelper
Males the rectangle taller by 20%.
makeTaller(Dimension, double) - Static method in class adams.gui.core.GUIHelper
Makes the rectangle taller by the specified percentage.
makeThreadSafeTipText() - Method in class adams.flow.transformer.WekaModelReader
Returns the tip text for this property.
makeTimed(TreePath) - Method in class adams.gui.flow.tree.TreeOperations
Turns the selected actor into its timed equivalent.
MakeTimed - Class in adams.gui.flow.tree.menu
For turning an actor into its timed equivalent.
MakeTimed() - Constructor for class adams.gui.flow.tree.menu.MakeTimed
 
makeVisible(AbstractMultiView.ViewWrapper) - Method in class adams.flow.standalone.AbstractMultiView
Ensures that the wrapper is visible.
makeVisible(AbstractMultiView.ViewWrapper) - Method in class adams.flow.standalone.GridView
Ensures that the wrapper is visible.
makeVisible(AbstractMultiView.ViewWrapper) - Method in class adams.flow.standalone.TabView
Ensures that the wrapper is visible.
makeWider(Dimension) - Static method in class adams.gui.core.GUIHelper
Widens the rectangle by 20%.
makeWider(Dimension, double) - Static method in class adams.gui.core.GUIHelper
Widens the rectangle by the specified percentage.
ManageInteractiveActors - Class in adams.flow.processor
Enables/disables the interactive behaviour of actors implementing adams.flow.core.AutomatableInteraction.
ManageInteractiveActors() - Constructor for class adams.flow.processor.ManageInteractiveActors
 
manageScripts() - Method in class adams.gui.visualization.timeseries.TimeseriesExplorer
Executes a script.
ManageTimedActors - Class in adams.flow.processor
Enables/disables the interactive behaviour of adams.flow.core.AutomatableInteractiveActor actors.
ManageTimedActors() - Constructor for class adams.flow.processor.ManageTimedActors
 
Manual - Class in adams.data.groupextraction
Just returns the supplied group.
Manual - Class in adams.data.idextraction
Just returns the supplied ID.
Manual() - Constructor for class adams.data.groupextraction.Manual
 
Manual() - Constructor for class adams.data.idextraction.Manual
 
MANUAL - adams.core.TechnicalInformation.Type
Technical documentation.
MANUAL - adams.data.boofcv.transformer.Binary.ThresholdType
manually supplied threshold.
MANUAL - adams.data.statistics.ArrayHistogram.BinCalculation
manual.
MANUAL - adams.gui.visualization.stats.histogram.HistogramOptions.BoxType
 
MANUAL - weka.classifiers.meta.MinMaxLimits.LimitHandling
manually supplied value for limit.
ManualBinning - Class in adams.data.binning.algorithm
Generates a predefined number of equal sized bins.
ManualBinning() - Constructor for class adams.data.binning.algorithm.ManualBinning
 
ManualFeedScriptingEngine - Class in adams.scripting.engine
Scripting engine that gets commands fed programmatically.
ManualFeedScriptingEngine() - Constructor for class adams.scripting.engine.ManualFeedScriptingEngine
 
manualMaxTipText() - Method in class adams.data.binning.algorithm.ManualBinning
Returns the tip text for this property.
manualMaxTipText() - Method in class adams.data.statistics.ArrayHistogram
Returns the tip text for this property.
manualMaxTipText() - Method in class adams.flow.transformer.ArrayHistogramRanges
Returns the tip text for this property.
manualMaxTipText() - Method in class adams.flow.transformer.SpreadSheetHistogramRanges
Returns the tip text for this property.
manualMaxTipText() - Method in class adams.flow.transformer.WekaInstancesHistogramRanges
Returns the tip text for this property.
manualMinTipText() - Method in class adams.data.binning.algorithm.ManualBinning
Returns the tip text for this property.
manualMinTipText() - Method in class adams.data.statistics.ArrayHistogram
Returns the tip text for this property.
manualMinTipText() - Method in class adams.flow.transformer.ArrayHistogramRanges
Returns the tip text for this property.
manualMinTipText() - Method in class adams.flow.transformer.SpreadSheetHistogramRanges
Returns the tip text for this property.
manualMinTipText() - Method in class adams.flow.transformer.WekaInstancesHistogramRanges
Returns the tip text for this property.
ManualSplitGenerator - Class in adams.flow.transformer.indexedsplitsrunsgenerator
Uses the manually defined split ranges to generate the splits.
ManualSplitGenerator() - Constructor for class adams.flow.transformer.indexedsplitsrunsgenerator.ManualSplitGenerator
 
Map - Class in adams.gui.visualization.debug.inspectionhandler
Provides further insight into java.util.Map objects.
Map() - Constructor for class adams.gui.visualization.debug.inspectionhandler.Map
 
MAP - adams.flow.source.DumpStorage.OutputType
 
MAP - adams.flow.source.DumpVariables.OutputType
 
MAP - adams.flow.source.EnterManyValues.OutputType
 
MAP - adams.flow.transformer.PDFMetaData.OutputType
 
MAP - adams.flow.transformer.YamlFileReader.DataStructureType
 
mapClassTipText() - Method in class adams.data.conversion.SpreadSheetToMap
Returns the tip text for this property.
mapClassTipText() - Method in class adams.flow.source.NewMap
Returns the tip text for this property.
MapRenderer - Class in adams.gui.visualization.debug.objectrenderer
Renders Map as tables.
MapRenderer() - Constructor for class adams.gui.visualization.debug.objectrenderer.MapRenderer
 
MapTableModel - Class in adams.gui.core
The model for displaying a map.
MapTableModel() - Constructor for class adams.gui.core.MapTableModel
Initializes the table model with no data.
MapTableModel(String[]) - Constructor for class adams.gui.core.MapTableModel
Initializes the table model with no data.
MapTableModel(Map) - Constructor for class adams.gui.core.MapTableModel
Initializes the table model.
MapTableModel(Map, String[]) - Constructor for class adams.gui.core.MapTableModel
Initializes the table model.
MapTextRenderer - Class in adams.data.textrenderer
Renders Map objects.
MapTextRenderer() - Constructor for class adams.data.textrenderer.MapTextRenderer
 
MapToJson - Class in adams.data.conversion
Converts the java.util.Map into a JSON object.
MapToJson() - Constructor for class adams.data.conversion.MapToJson
 
MapToKeyValuePairs - Class in adams.data.conversion
Converts the java.util.Map into key-value pairs.
MapToKeyValuePairs() - Constructor for class adams.data.conversion.MapToKeyValuePairs
 
MapToMat5File - Class in adams.data.conversion
Converts a map into a Matlab file object.
Supported nested elements:
- java.util.Map
- Matlab array/struct
- spreadsheet
- Double matrix

MapToMat5File() - Constructor for class adams.data.conversion.MapToMat5File
 
MapToMat5Struct - Class in adams.data.conversion
Converts a map into a Matlab struct object.
Supported nested elements:
- java.util.Map
- Matlab array/struct
- spreadsheet
- Double matrix

MapToMat5Struct() - Constructor for class adams.data.conversion.MapToMat5Struct
 
MapToReport - Class in adams.data.conversion
Turns a map object into a report.
MapToReport() - Constructor for class adams.data.conversion.MapToReport
 
mapToSheet(Map) - Method in class adams.gui.visualization.debug.objectrenderer.MapRenderer
Turns the map into a spreadsheet.
mapToSpreadSheet(Map, String[]) - Static method in class adams.data.spreadsheet.SpreadSheetHelper
Turns the map into a spreadsheet.
MapToSpreadSheet - Class in adams.data.conversion
Turns a java.util.Map object into a SpreadSheet object.
MapToSpreadSheet() - Constructor for class adams.data.conversion.MapToSpreadSheet
 
MapToStorageValues - Class in adams.flow.transformer
Stores the map content in internal storage.
Only the map keys that match the regular expression are turned into storage values.
MapToStorageValues() - Constructor for class adams.flow.transformer.MapToStorageValues
 
MapToString - Class in adams.data.conversion
Turns a map object into a simple string.
When encountering date objects as values, they get turned into a string using: yyyy-MM-dd HH:mm:ss
Output format:
<key>:
<value>

MapToString() - Constructor for class adams.data.conversion.MapToString
 
MapToVariables - Class in adams.flow.transformer
Turns the map content into variables.
Only the map keys that match the regular expression are turned into variables.
MapToVariables() - Constructor for class adams.flow.transformer.MapToVariables
 
MapToWekaInstance - Class in adams.data.conversion
Converts a map into a Weka Instance, using the provided storage object (Instances) as template.
MapToWekaInstance() - Constructor for class adams.data.conversion.MapToWekaInstance
 
MapToYamlString - Class in adams.data.conversion
Converts the java.util.Map object into a YAML string.
MapToYamlString() - Constructor for class adams.data.conversion.MapToYamlString
 
MapVariableIterator - Class in adams.flow.transformer
Iterates over the keys of the incoming map and sets variables for current key and variable.
MapVariableIterator() - Constructor for class adams.flow.transformer.MapVariableIterator
 
MarginCurve - Class in adams.gui.menu
Displays a margin curve.
MarginCurve() - Constructor for class adams.gui.menu.MarginCurve
Initializes the menu item with no owner.
MarginCurve(AbstractApplicationFrame) - Constructor for class adams.gui.menu.MarginCurve
Initializes the menu item.
marginTipText() - Method in class adams.data.barcode.encode.AbstractBarcodeEncoder
Returns the tip text for this property.
MarkdownOutput - Class in adams.doc.listing
Outputs the listing in Markdown to the specified file.
MarkdownOutput() - Constructor for class adams.doc.listing.MarkdownOutput
 
MARKER - adams.flow.container.SequencePlotterContainer.ContentType
marker.
markerExtentTipText() - Method in class adams.flow.sink.controlchartplot.ChartPaintlet
Returns the tip text for this property.
markerExtentTipText() - Method in interface adams.gui.visualization.core.PaintletWithMarkers
Returns the tip text for this property.
markerExtentTipText() - Method in class adams.gui.visualization.instance.InstanceLinePaintlet
Returns the tip text for this property.
markerExtentTipText() - Method in class adams.gui.visualization.sequence.LinePaintlet
Returns the tip text for this property.
markerExtentTipText() - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowLinePaintlet
Returns the tip text for this property.
markerExtentTipText() - Method in class adams.gui.visualization.timeseries.TimeseriesPaintlet
Returns the tip text for this property.
markerLengthTipText() - Method in class adams.flow.sink.sequenceplotter.SimpleErrorPaintlet
Returns the tip text for this property.
MarkerPaintlet - Interface in adams.flow.sink.sequenceplotter
Interface for paintlets that paint markers in the SequencePlotter.
markerPaintletTipText() - Method in class adams.flow.sink.SequencePlotter
Returns the tip text for this property.
Markers<T extends DataContainer,​M extends AbstractContainerManager,​C extends AbstractContainer> - Class in adams.gui.visualization.container.datacontainerpanel.plotpopup
For enabling/disabling the markers.
Markers - Class in adams.gui.visualization.segmentation.layer
Manages markers.
Markers() - Constructor for class adams.gui.visualization.container.datacontainerpanel.plotpopup.Markers
 
Markers(LayerManager) - Constructor for class adams.gui.visualization.segmentation.layer.Markers
Initializes the marker handling.
Markers.Shape - Enum in adams.gui.visualization.segmentation.layer
Enum for the marker shape to plot around the marker points.
markersDisabledTipText() - Method in interface adams.gui.visualization.core.PaintletWithMarkers
Returns the tip text for this property.
markersDisabledTipText() - Method in class adams.gui.visualization.instance.InstanceLinePaintlet
Returns the tip text for this property.
markersDisabledTipText() - Method in class adams.gui.visualization.sequence.LinePaintlet
Returns the tip text for this property.
markersDisabledTipText() - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowLinePaintlet
Returns the tip text for this property.
markersDisabledTipText() - Method in class adams.gui.visualization.timeseries.TimeseriesPaintlet
Returns the tip text for this property.
markFinalPage(AbstractWizardPage) - Method in class adams.gui.wizard.WizardPaneWithBranches
Marks the page as a final one (for the finish button to be displayed).
MarkLocation - Class in adams.gui.visualization.image.plugins
Highlights the locations entered by the user in the current image.
MarkLocation() - Constructor for class adams.gui.visualization.image.plugins.MarkLocation
 
markUpURLs(String, boolean) - Static method in class adams.core.net.HtmlUtils
Replaces URLs in the string with the HTML URL tags.
markUpURLs(String, String, boolean) - Static method in class adams.core.net.HtmlUtils
Replaces URLs in the string with the URL replaced by the replacement string.
MASK_CHAR - Static variable in class adams.core.base.BasePassword
the character to mask the password with.
MASK_CHARACTER - Static variable in class adams.gui.goe.actorpathtree.ActorPathNode
the character for masking escaped dots.
maskEscapedDots(String) - Method in class adams.gui.goe.actorpathtree.ActorPathTree
Masks the escaped dots to avoid splitting on the dot.
maskTipText() - Method in class adams.data.image.transformer.SuppliedImageMask
Returns the tip text for this property.
MASTERSTHESIS - adams.core.TechnicalInformation.Type
A Master's thesis.
Mat5Array - Class in adams.gui.visualization.debug.inspectionhandler
For inspecting Matlab Array/Struct objects.
Mat5Array() - Constructor for class adams.gui.visualization.debug.inspectionhandler.Mat5Array
 
Mat5ArrayDimensions - Class in adams.core.base
For specifying the dimensions of a Matlab matrix.
Mat5ArrayDimensions() - Constructor for class adams.core.base.Mat5ArrayDimensions
Initializes the index with no index (empty string).
Mat5ArrayDimensions(int[]) - Constructor for class adams.core.base.Mat5ArrayDimensions
Initializes the index with the specified index array.
Mat5ArrayDimensions(String) - Constructor for class adams.core.base.Mat5ArrayDimensions
Initializes the index with the specified string.
Mat5ArrayDimensionsParsing - Class in adams.core.option.parsing
For parsing Mat5ArrayDimensions options.
Mat5ArrayDimensionsParsing() - Constructor for class adams.core.option.parsing.Mat5ArrayDimensionsParsing
 
Mat5ArrayElementIndex - Class in adams.core.base
For specifying a matrix index (or matrix subset).
Mat5ArrayElementIndex() - Constructor for class adams.core.base.Mat5ArrayElementIndex
Initializes the index with no index (empty string).
Mat5ArrayElementIndex(int[]) - Constructor for class adams.core.base.Mat5ArrayElementIndex
Initializes the index with the specified index array.
Mat5ArrayElementIndex(String) - Constructor for class adams.core.base.Mat5ArrayElementIndex
Initializes the index with the specified string.
Mat5ArrayElementIndexParsing - Class in adams.core.option.parsing
For parsing Mat5ArrayElementIndex options.
Mat5ArrayElementIndexParsing() - Constructor for class adams.core.option.parsing.Mat5ArrayElementIndexParsing
 
Mat5ArrayInfo - Class in adams.flow.transformer
Provides information on a Matlab5 array.
Mat5ArrayInfo() - Constructor for class adams.flow.transformer.Mat5ArrayInfo
 
Mat5ArrayInfo.InfoType - Enum in adams.flow.transformer
The type of information to generate.
Mat5ArrayPropertyExtractor - Class in adams.gui.visualization.debug.propertyextractor
Property extractor for Matlab array data structures.
Mat5ArrayPropertyExtractor() - Constructor for class adams.gui.visualization.debug.propertyextractor.Mat5ArrayPropertyExtractor
 
Mat5ArrayRenderer - Class in adams.gui.visualization.debug.objectrenderer
Simply outputs the array dimensions.
Mat5ArrayRenderer() - Constructor for class adams.gui.visualization.debug.objectrenderer.Mat5ArrayRenderer
 
Mat5ArraySubset - Class in adams.flow.transformer
Outputs either a single value (all dimensions in index specified) from an array or a subset (if one or more dimensions left empty).
Only arrays of type us.hebi.matlab.mat.types.Matrix are currently supported.
Mat5ArraySubset() - Constructor for class adams.flow.transformer.Mat5ArraySubset
 
Mat5ArrayToDoubleMatrix - Class in adams.data.conversion
Converts a 2-dimensional Matlab array into a double matrix.
Mat5ArrayToDoubleMatrix() - Constructor for class adams.data.conversion.Mat5ArrayToDoubleMatrix
 
Mat5ArrayToSpreadSheet - Class in adams.data.conversion
Turns the Matlab array into a spreadsheet.
Mat5ArrayToSpreadSheet() - Constructor for class adams.data.conversion.Mat5ArrayToSpreadSheet
 
Mat5ArrayToString - Class in adams.data.conversion
Converts matrices into a textual representation, otherwise just outputs the dimensions.
Mat5ArrayToString() - Constructor for class adams.data.conversion.Mat5ArrayToString
 
Mat5CharToString - Class in adams.data.conversion
Mat5CharToString() - Constructor for class adams.data.conversion.Mat5CharToString
 
Mat5File - Class in adams.gui.visualization.debug.inspectionhandler
For inspecting Matlab Mat5File objects.
Mat5File() - Constructor for class adams.gui.visualization.debug.inspectionhandler.Mat5File
 
Mat5FileAddArray - Class in adams.flow.transformer
Adds an array to the matlab file object using the specified name.
The array can be retrieved from a callable actor or from storage.
Mat5FileAddArray() - Constructor for class adams.flow.transformer.Mat5FileAddArray
 
Mat5FileAddMap - Class in adams.flow.transformer
Adds the elements of a map to the matlab file object using the names from the map.
The map can be retrieved from a callable actor or from storage.
Mat5FileAddMap() - Constructor for class adams.flow.transformer.Mat5FileAddMap
 
Mat5FileGetArray - Class in adams.flow.transformer
Retrieves the specified array from the mat file object.
Mat5FileGetArray() - Constructor for class adams.flow.transformer.Mat5FileGetArray
 
Mat5FileInfo - Class in adams.flow.transformer
Provides information from a .mat file.
Mat5FileInfo() - Constructor for class adams.flow.transformer.Mat5FileInfo
 
Mat5FileInfo.InfoType - Enum in adams.flow.transformer
The type of information to generate.
Mat5FileReader - Class in adams.flow.transformer
Loads a Matlab file in mat5 format.
Mat5FileReader() - Constructor for class adams.flow.transformer.Mat5FileReader
 
Mat5FileToMap - Class in adams.data.conversion
Turns the Mat5File data structure into a nested map.
Mat5FileToMap() - Constructor for class adams.data.conversion.Mat5FileToMap
 
Mat5FileWriter - Class in adams.flow.sink
Writes the Mat5File object to the specified file.
Mat5FileWriter() - Constructor for class adams.flow.sink.Mat5FileWriter
 
Mat5GetMatrixElement - Class in adams.flow.transformer
Retrieves the specified matrix element.
Mat5GetMatrixElement() - Constructor for class adams.flow.transformer.Mat5GetMatrixElement
 
Mat5GetStructField - Class in adams.flow.transformer
Retrieves the specified struct field.
Mat5GetStructField() - Constructor for class adams.flow.transformer.Mat5GetStructField
 
Mat5SetMatrixElement - Class in adams.flow.transformer
Sets the specified element in the matrix passing through.
The value gets parsed automatically according to the element type.
Mat5SetMatrixElement() - Constructor for class adams.flow.transformer.Mat5SetMatrixElement
 
Mat5SetStructField - Class in adams.flow.transformer
Sets obtained array under the specified field name.
Mat5SetStructField() - Constructor for class adams.flow.transformer.Mat5SetStructField
 
Mat5SpreadSheetReader - Class in adams.data.io.input
Reads Matlab .mat files (format 5)

Mat5SpreadSheetReader() - Constructor for class adams.data.io.input.Mat5SpreadSheetReader
 
Mat5SpreadSheetWriter - Class in adams.data.io.output
Writes Matlab .mat files (format 5)

Mat5SpreadSheetWriter() - Constructor for class adams.data.io.output.Mat5SpreadSheetWriter
 
Mat5Struct - Class in adams.gui.visualization.debug.inspectionhandler
For inspecting Matlab Struct objects.
Mat5Struct() - Constructor for class adams.gui.visualization.debug.inspectionhandler.Mat5Struct
 
Mat5StructInfo - Class in adams.flow.transformer
Provides information from a Matlab struct object.
Mat5StructInfo() - Constructor for class adams.flow.transformer.Mat5StructInfo
 
Mat5StructInfo.InfoType - Enum in adams.flow.transformer
The type of information to generate.
Mat5StructToMap - Class in adams.data.conversion
Turns the Matlab struct into a map.
In case of multi-dimensional (outermost) structs, an index can be supplied to retrieve just a single element instead of all of them.
Mat5StructToMap() - Constructor for class adams.data.conversion.Mat5StructToMap
 
match(String) - Method in class adams.flow.transformer.WekaRegexToRange
Return match, given invert status.
match(List<Struct2<Instances, Instances>>, List<Struct2<Instances, Instances>>, int) - Method in class weka.classifiers.MultiLevelSplitGenerator
Combines train and test splits as long as there are matches.
match(Instance) - Method in class adams.data.conversion.AbstractMatchWekaInstanceAgainstHeader
Matches the input instance against the header.
Match - Class in adams.flow.core.actorfilter
Accepts any actor that is compatible with the specified classes (subclasses or implementing interface).
Match(Class) - Constructor for class adams.flow.core.actorfilter.Match
For checking against a single class only.
Match(Class[]) - Constructor for class adams.flow.core.actorfilter.Match
For checking against a multiple classes.
MATCH_ALL - Static variable in class adams.core.base.BaseRegExp
the match-all expression.
MATCH_ALL - Static variable in interface adams.gui.tools.previewbrowser.ContentHandler
the match-all extension.
MATCH_ALL_EXTENSION - Static variable in class adams.flow.transformer.pdfproclet.AbstractPdfProclet
the "match-all" file extension.
matches(LocatedObjects, LocatedObjects) - Method in class adams.data.objectoverlap.AbstractObjectOverlap
Computes the overlapping objects between the annotations and the predictions and returns the matches.
matches(LocatedObjects, LocatedObjects) - Method in interface adams.data.objectoverlap.ObjectOverlap
Computes the overlapping objects between the annotations and the predictions and returns the matches.
matches(File) - Method in enum adams.data.jai.ImageType
Checks whether the file matches the extension of this item.
matches(Boolean) - Method in enum adams.core.TriState
Checks whether the boolean state corresponds to TriState.TRUE or TriState.FALSE.
matches(Class, Class[]) - Method in class adams.core.ClassLister
Matches the class against the filters (interfaces, superclasses).
matches(Double) - Method in class adams.gui.core.SearchParameters
Matches the double against the search string if it represents an double.
matches(Float) - Method in class adams.gui.core.SearchParameters
Matches the float against the search string if it represents a float.
matches(Integer) - Method in class adams.gui.core.SearchParameters
Matches the integer against the search string if it represents an integer.
matches(Long) - Method in class adams.gui.core.SearchParameters
Matches the long against the search string if it represents a long.
matches(String) - Method in enum adams.data.jai.ImageType
Checks whether the file matches the extension of this item.
matches(String) - Method in class adams.gui.core.SearchParameters
Matches the search string against the provided string.
matches(String) - Method in class adams.gui.visualization.debug.objecttree.Tree
Checks the label against the current search setup.
matches(String, Class[]) - Method in class adams.core.ClassLister
Matches the class against the filters (interfaces, superclasses).
MATCHES - Static variable in interface adams.parser.booleanexpression.sym
 
MATCHES - Static variable in interface adams.parser.lookupupdate.sym
 
MATCHES - Static variable in interface adams.parser.mathematicalexpression.sym
 
MATCHES - Static variable in interface adams.parser.spreadsheetformula.sym
 
MATCHES - Static variable in interface adams.parser.stringexpression.sym
 
MatchReportFields - Class in adams.flow.transformer
Outputs all fields that match the regular expression.
MatchReportFields() - Constructor for class adams.flow.transformer.MatchReportFields
 
MatchWekaInstanceAgainstFileHeader - Class in adams.data.conversion
Matches an Instance against a dataset header loaded from a file, i.e., it automatically converts STRING attributes into NOMINAL ones and vice versa.
The file can be any format that WEKA recognizes.
MatchWekaInstanceAgainstFileHeader() - Constructor for class adams.data.conversion.MatchWekaInstanceAgainstFileHeader
 
MatchWekaInstanceAgainstStorageHeader - Class in adams.data.conversion
Matches an Instance against a dataset header from storage, i.e., it automatically converts STRING attributes into NOMINAL ones and vice versa.
MatchWekaInstanceAgainstStorageHeader() - Constructor for class adams.data.conversion.MatchWekaInstanceAgainstStorageHeader
 
materialize(CallableActorReference) - Method in class adams.core.option.MaterializedArrayProducer
Returns the setup represented by the callable actor.
MaterializedArrayProducer - Class in adams.core.option
Specialized ArrayProducer that resolves "callable actor references" into concrete options.
MaterializedArrayProducer() - Constructor for class adams.core.option.MaterializedArrayProducer
 
MaterializeExternalActor - Class in adams.gui.flow.tree.menu
Materializes (= includes) an external actor.
MaterializeExternalActor() - Constructor for class adams.gui.flow.tree.menu.MaterializeExternalActor
 
MATH_EXPRESSION - adams.flow.core.VariableValueType
mathematical expression.
MATH_EXPRESSION - adams.gui.tools.ExpressionWatchPanel.ExpressionType
math expression.
MATH_EXPRESSION_ROUND - adams.flow.core.VariableValueType
mathematical expression (rounded).
MathematicalExpression - Class in adams.parser
Evaluates mathematical expressions.

The following grammar is used:

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)
;

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 '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.
MathematicalExpression() - Constructor for class adams.parser.MathematicalExpression
 
MathematicalExpressionEditorPanel - Class in adams.gui.core
Text editor pane with syntax highlighting for mathematical expressions.
MathematicalExpressionEditorPanel() - Constructor for class adams.gui.core.MathematicalExpressionEditorPanel
 
MathematicalExpressionText - Class in adams.parser
Wrapper for a String object to be editable in the GOE.
MathematicalExpressionText() - Constructor for class adams.parser.MathematicalExpressionText
Initializes the string with length 0.
MathematicalExpressionText(String) - Constructor for class adams.parser.MathematicalExpressionText
Initializes the object with the string to parse.
MathExpression - Class in adams.data.conversion
Evaluates a mathematical expression.
The input value (double or integer) can be accessed via 'X'.
Variables are supported as well, e.g.: pow(X,@{exp}) with '@{exp}' being a variable available at execution time.

The following grammar is used for the expressions:

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 )
| 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)
| replace ( str , pos , len , newstr )
| 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)
;

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.
MathExpression - Class in adams.data.spreadsheet.rowscore
Uses a mathematical expression to post-process or combine the score(s) returned from the base row score algorithm.
The individual scores of the base algorithm can be accessed using placeholders of the format: [n] with 'n' being the 1-based index in the score array.
'null' scores get interpreted as 'NaN'.
MathExpression - Class in adams.flow.source
Evaluates a mathematical expression.
Variables are supported as well, e.g.: pow(X,@{exp}) with '@{exp}' being a variable available at execution time.

The following grammar is used for the expressions:

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) )
| 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 )
| 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.
MathExpression - Class in adams.flow.transformer
Evaluates a mathematical expression.
The input value (double or integer) can be accessed via 'X'.
Variables are supported as well, e.g.: pow(X,@{exp}) with '@{exp}' being a variable available at execution time.

The following grammar is used for the expressions:

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) )
| 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 )
| 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.
MathExpression() - Constructor for class adams.data.conversion.MathExpression
 
MathExpression() - Constructor for class adams.data.spreadsheet.rowscore.MathExpression
 
MathExpression() - Constructor for class adams.flow.source.MathExpression
 
MathExpression() - Constructor for class adams.flow.transformer.MathExpression
 
MathExpressionClassifier - Class in weka.classifiers.functions
Simple classifier that uses a pre-defined formula that can make use of attribute values using their names.
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) )
| 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 )
| 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.
MathExpressionClassifier() - Constructor for class weka.classifiers.functions.MathExpressionClassifier
Constructor.
MathExpressionOverlayPaintlet - Class in adams.gui.visualization.sequence
Calculates data points using the provided mathematical expression and paints them using the specified paintlet.
If the expression generates a NaN ('not a number') the x/y pair gets ignored.
MathExpressionOverlayPaintlet() - Constructor for class adams.gui.visualization.sequence.MathExpressionOverlayPaintlet
 
MathUtils - Class in edu.umbc.cs.maple.utils
A collection of mathematical utility functions.
MathUtils() - Constructor for class edu.umbc.cs.maple.utils.MathUtils
 
MathUtils.SimilarityMetric - Enum in edu.umbc.cs.maple.utils
Defines a similarity metric measure
MatlabArrayIndexSupporter - Interface in adams.data.matlab
Interface for classes that use an array index.
MatlabSpreadSheetReader - Class in adams.data.io.input
Reads WEKA datasets in ARFF format and turns them into spreadsheets.
MatlabSpreadSheetReader() - Constructor for class adams.data.io.input.MatlabSpreadSheetReader
 
MatlabSpreadSheetWriter - Class in adams.data.io.output
Writes a spreadsheet in ARFF file format.
MatlabSpreadSheetWriter() - Constructor for class adams.data.io.output.MatlabSpreadSheetWriter
 
MatlabUtils - Class in adams.data.matlab
Helper class for Matlab data structures.
MatlabUtils() - Constructor for class adams.data.matlab.MatlabUtils
 
Matrix - Class in adams.gui.visualization.stats.scatterplot
Displays a grid of scatter plots with each attribute plotted against each of the other attributes, also can choose overlays etc.
Matrix() - Constructor for class adams.gui.visualization.stats.scatterplot.Matrix
 
Matrix.action - Class in adams.gui.visualization.stats.scatterplot
Listener for when the update button is pressed
Matrix.prop - Class in adams.gui.visualization.stats.scatterplot
Updates the progress bar using the "progress" of the swing worker
matrixAlgoToSpreadSheet(Matrix, String) - Static method in class adams.ml.data.DatasetUtils
Returns the matrix as spreadsheet.
matrixAlgoToWeka(Matrix) - Static method in class adams.data.instancesanalysis.pls.MatrixHelper
Turns a matrix-algorithm matrix into a Weka one.
MatrixControlChart - Interface in adams.data.spc
Interface for control charts that work on a matrix.
MatrixHelper - Class in adams.data.instancesanalysis.pls
Helper class for the matrix-algorithm library.
MatrixHelper - Class in weka.core.matrix
Some matrix operations.
MatrixHelper() - Constructor for class adams.data.instancesanalysis.pls.MatrixHelper
 
MatrixHelper() - Constructor for class weka.core.matrix.MatrixHelper
 
matrixOutputTipText() - Method in class adams.flow.transformer.ImageObjectOverlapMatrix
Returns the tip text for this property.
MatrixPlot - Class in adams.flow.sink
Actor for displaying a matrix of scatter plots

Valid options are:

MatrixPlot - Class in adams.gui.tools.spreadsheetviewer
Generates a matrix plot for the data.
MatrixPlot() - Constructor for class adams.flow.sink.MatrixPlot
 
MatrixPlot() - Constructor for class adams.gui.tools.spreadsheetviewer.MatrixPlot
 
MatrixSubset - Class in adams.core.base
For defining matrix subsets ','.
MatrixSubset() - Constructor for class adams.core.base.MatrixSubset
Initializes the subset with all rows/cols.
MatrixSubset(String) - Constructor for class adams.core.base.MatrixSubset
Initializes the subset with the specified subset.
MatrixTab - Class in adams.gui.tools.wekainvestigator.tab
Visualizes the selected dataset as matrix plot.
MatrixTab() - Constructor for class adams.gui.tools.wekainvestigator.tab.MatrixTab
 
matrixTipText() - Method in class adams.flow.transformer.WekaGenericPLSMatrixAccess
Returns the tip text for this property.
matrixToArray(boolean[][]) - Static method in class adams.data.image.BooleanArrayMatrixView
Turns the matrix into an array.
matrixToBits(Matrix, double, double, int, int, int, int) - Static method in class adams.core.discovery.genetic.WekaGeneticHelper
Convert weka Matrix into bit string
matrixToSpreadSheet(Matrix, String) - Static method in class adams.data.instancesanalysis.pls.MatrixHelper
Turns the matrix into a spreadsheet.
matrixTypeTipText() - Method in class adams.flow.transformer.WekaExtractPLSMatrix
Returns the tip text for this property.
matrixValuesTipText() - Method in class adams.data.imagesegmentation.operation.ConfusionMatrix
Returns the tip text for this property.
matrixValuesTipText() - Method in class adams.flow.transformer.ConfusionMatrix
Returns the tip text for this property.
matrixValuesTipText() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.ConfusionMatrix
Returns the tip text for this property.
MATTHEWS_CC - adams.opt.genetic.Measure
Matthews Correlation coefficient.
MATTHEWS_CORRELATION_COEFFICIENT - adams.flow.core.EvaluationStatistic
 
MATTHEWS_CORRELATION_COEFFICIENT - adams.flow.core.ExperimentStatistic
 
MavenArtifact - Class in adams.core.base
Encapsulates Maven artifacts.
MavenArtifact() - Constructor for class adams.core.base.MavenArtifact
Initializes the string with length 0.
MavenArtifact(String) - Constructor for class adams.core.base.MavenArtifact
Initializes the object with the string to parse.
MavenArtifact(String, String, String) - Constructor for class adams.core.base.MavenArtifact
Initializes the object with the artifact coordinates.
MavenArtifactEditor - Class in adams.gui.goe
Editor specifically designed for entering Maven artifacts.
MavenArtifactEditor() - Constructor for class adams.gui.goe.MavenArtifactEditor
 
MavenArtifactExclusion - Class in adams.core.base
Encapsulates Maven artifact exclusions.
MavenArtifactExclusion() - Constructor for class adams.core.base.MavenArtifactExclusion
Initializes the string with length 0.
MavenArtifactExclusion(String) - Constructor for class adams.core.base.MavenArtifactExclusion
Initializes the object with the string to parse.
MavenArtifactExclusion(String, String) - Constructor for class adams.core.base.MavenArtifactExclusion
Initializes the object with the artifact coordinates.
MavenArtifactExclusionEditor - Class in adams.gui.goe
Editor specifically designed for entering Maven artifact exclusions.
MavenArtifactExclusionEditor() - Constructor for class adams.gui.goe.MavenArtifactExclusionEditor
 
MavenArtifactExclusionParsing - Class in adams.core.option.parsing
For parsing MavenArtifactExclusion options.
MavenArtifactExclusionParsing() - Constructor for class adams.core.option.parsing.MavenArtifactExclusionParsing
 
MavenArtifactParsing - Class in adams.core.option.parsing
For parsing MavenArtifact options.
MavenArtifactParsing() - Constructor for class adams.core.option.parsing.MavenArtifactParsing
 
MavenRepository - Class in adams.core.base
Encapsulates Maven repositories.
MavenRepository() - Constructor for class adams.core.base.MavenRepository
Initializes the string with length 0.
MavenRepository(String) - Constructor for class adams.core.base.MavenRepository
Initializes the object with the string to parse.
MavenRepositoryEditor - Class in adams.gui.goe
Editor specifically designed for entering Maven repositories.
MavenRepositoryEditor() - Constructor for class adams.gui.goe.MavenRepositoryEditor
 
MavenRepositoryParsing - Class in adams.core.option.parsing
For parsing MavenRepository options.
MavenRepositoryParsing() - Constructor for class adams.core.option.parsing.MavenRepositoryParsing
 
max - Variable in class adams.core.base.RangedThreshold.ThresholdSpecification
the maximum.
max(double[]) - Static method in class adams.data.statistics.StatUtils
Returns the (first occurrence of the) biggest value in the given array.
max(int[]) - Static method in class adams.data.statistics.StatUtils
Returns the (first occurrence of the) biggest value in the given array.
max(int[], int) - Method in class adams.data.image.transformer.crop.BinaryCrop
Finds the largest value that is smaller than the specified upper bound.
max(Number[]) - Static method in class adams.data.statistics.StatUtils
Returns the (first occurrence of the) biggest value in the given array.
max(String, String) - Method in class adams.parser.spreadsheetformula.ParserHelper
Calculates the maximum for a range of cells.
Max - Class in adams.data.image.features
Simply outputs the RGB value of the brightest pixel.
Max - Class in adams.data.spreadsheet.colstatistic
Calculates the max for a numeric column.
Max - Class in adams.data.spreadsheet.matrixstatistic
Determines the largest numeric value in the matrix, skips NaN and infinity values.
Max - Class in adams.data.spreadsheet.rowstatistic
Calculates the max for a numeric row.
Max - Class in adams.flow.transformer
Returns the maximum value from a double/int array or the index of the maximum value.
Max() - Constructor for class adams.data.image.features.Max
 
Max() - Constructor for class adams.data.spreadsheet.colstatistic.Max
 
Max() - Constructor for class adams.data.spreadsheet.matrixstatistic.Max
 
Max() - Constructor for class adams.data.spreadsheet.rowstatistic.Max
 
Max() - Constructor for class adams.flow.transformer.Max
 
MAX - adams.data.objectfilter.MergedScoreCalculation
 
MAX - adams.flow.transformer.SpreadSheetAggregate.Aggregate
the maximum.
MAX - adams.flow.transformer.WekaInstancesInfo.InfoType
the maximum value (selected attribute, only numeric).
MAX - adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.UpperStatistic
 
MAX - edu.umbc.cs.maple.utils.JamaUtils.Function
 
MAX - Static variable in interface adams.parser.booleanexpression.sym
 
MAX - Static variable in interface adams.parser.lookupupdate.sym
 
MAX - Static variable in interface adams.parser.mathematicalexpression.sym
 
MAX - Static variable in interface adams.parser.spreadsheetformula.sym
 
MAX - Static variable in interface adams.parser.spreadsheetquery.sym
 
MAX - Static variable in interface adams.parser.stringexpression.sym
 
MAX - Static variable in class weka.filters.supervised.attribute.SIMPLSMatrixFilterFromGeneticString
 
MAX_ARRAY_STRING_LENGTH - Static variable in class adams.core.QuickInfoHelper
the maximum length of generated array strings.
MAX_BYTES - Static variable in class adams.data.blob.BlobContainer
 
MAX_CHARS - Static variable in class adams.gui.core.JTableHelper
the maximum number of characters before skipping optimal column width.
MAX_CHARS - Static variable in class adams.gui.flow.RecentActorProcessorHandler
the maximum chars in for the menu item.
MAX_COLUMN_WIDTH - Static variable in class adams.gui.tools.wekainvestigator.datatable.DataTable
the maximum column width.
MAX_DATA_POINTS - Static variable in class adams.gui.tools.wekainvestigator.tab.classifytab.output.ClassifierErrors
the maximum number of data points before turning off anti-aliasing.
MAX_DECIMAL - Static variable in class adams.gui.visualization.instance.InstanceComparePanel.DatasetIndexer
the maximum number of decimals after the decimal point to use.
MAX_DELTA_TIMESTAMP - Static variable in class adams.data.statistics.TimeseriesStatistic
 
MAX_DOUBLE_ATTEMPT_INTERVAL - Static variable in class adams.core.logging.RemoteSendHandler
the maximum number of times doubling up the attempt interval (7: 2^7 = 64s).
MAX_EXTENSION_LENGTH - Static variable in class adams.core.io.FileUtils
the maximum length for an extension.
MAX_HISTORY_COUNT - Static variable in class adams.core.AbstractHistory
the maximum entries in the history.
MAX_HISTORY_LENGTH - Static variable in class adams.core.AbstractHistory
the maximum length of a caption in the history.
MAX_HTML_LENGTH - Static variable in class adams.gui.tools.wekainvestigator.output.RunInformationHelper
the maximum length for HTML cells.
MAX_ITEMS - Static variable in class adams.gui.visualization.debug.objecttree.Tree
the maximum number of array/list elements to show.
MAX_LABEL_LENGTH - Static variable in class adams.gui.visualization.debug.SideBySideDiffPanel
the max length for label text.
MAX_LEVELS - Static variable in class weka.classifiers.meta.ClassifierCascade
 
MAX_LINE_CHARS - Static variable in class adams.gui.goe.PersistentObjectHistory
the maximum number of characters per line for a single setup.
MAX_MEDIUMTEXT - Static variable in class adams.db.types.AbstractTypes
max size of MEDIUMTEXT.
MAX_POINTS - Static variable in class adams.gui.core.spreadsheettable.JFreeChart
the maximum of data points to plot.
MAX_POINTS - Static variable in class adams.gui.core.spreadsheettable.SimplePlot
the maximum of data points to plot.
MAX_POINTS - Static variable in class adams.gui.visualization.instances.instancestable.JFreeChart
the maximum of data points to plot.
MAX_POINTS - Static variable in class adams.gui.visualization.instances.instancestable.SimplePlot
the maximum of data points to plot.
MAX_PORT - Static variable in class adams.core.net.PortManager
the maximum port.
MAX_RELATIONNAME_LENGTH - Static variable in class adams.gui.tools.wekainvestigator.output.AbstractResultItem
the maximum length for the relationname when assembling the name.
MAX_ROWS - Static variable in class adams.gui.core.JTableHelper
the maximum number of rows to use for calculation.
MAX_ROWS - Static variable in class adams.gui.visualization.debug.objectrenderer.SpreadSheetRenderer
 
MAX_ROWS - Static variable in class adams.gui.visualization.debug.objectrenderer.WekaInstancesRenderer
 
MAX_RULE - adams.flow.transformer.wekaclassifiersetupprocessor.VotedPairs.VotingType
 
MAX_RULE - Static variable in class weka.classifiers.meta.AbstainVote
combination rule: Maximum Probability
MAX_TABS - Static variable in class adams.gui.scripting.SyntaxDocument
the maximum number of tabs.
MAX_TEXT - Static variable in class adams.db.types.AbstractTypes
max size of TEXT.
MAX_TIMESTAMP - adams.flow.transformer.TimeseriesInfo.InfoType
the largest timestamp.
MAX_VALUE - adams.flow.transformer.TimeseriesInfo.InfoType
the largest value.
MAX_VALUE - Static variable in class adams.data.statistics.TimeseriesStatistic
 
MAX_VARCHAR - Static variable in class adams.db.types.AbstractTypes
max size of varchar.
MAX_WIDTH - Static variable in class adams.core.option.CommandlineHelpProducer
the maximum width for the option text (80 - TAB = 72).
maxAttributeNamesTipText() - Method in class adams.data.instancesanalysis.PCA
Returns the tip text for this property.
maxAttributesTipText() - Method in class adams.data.instancesanalysis.PCA
Returns the tip text for this property.
maxBinTipText() - Method in class weka.classifiers.trees.XGBoost
Gets the tip-text for the maxBin option.
maxClassRangePercentageTipText() - Method in class weka.classifiers.meta.MinMaxLimits
Returns the tip text for this property.
maxColumnsTipText() - Method in class adams.ml.preprocessing.unsupervised.PCA
Returns the tip text for this property.
maxCommandsTipText() - Method in class adams.flow.transformer.ExecuteRemoteCommand
Returns the tip text for this property.
maxCommandsTipText() - Method in class adams.scripting.engine.ManualFeedScriptingEngine
Returns the tip text for this property.
maxConcurrentJobsTipText() - Method in class adams.scripting.engine.AbstractScriptingEngineWithJobQueue
Returns the tip text for this property.
maxConcurrentJobsTipText() - Method in interface adams.scripting.engine.JobQueueHandler
Returns the tip text for this property.
maxConnectAttemptsTipText() - Method in class adams.db.AbstractDatabaseConnection
Returns the tip text for this property.
maxDecimalPlacesTipText() - Method in class weka.core.converters.SimpleArffSaver
Returns the tip text for this property.
maxDecimalsTipText() - Method in class adams.data.io.output.SimpleArffSpreadSheetWriter
Returns the tip text for this property.
maxDeleteTipText() - Method in class adams.flow.source.RSync
 
maxDepthTipText() - Method in class adams.flow.source.DirectoryLister
Returns the tip text for this property.
maxDepthTipText() - Method in class adams.flow.source.filesystemsearch.FtpDirectorySearch
Returns the tip text for this property.
maxDepthTipText() - Method in class adams.flow.source.filesystemsearch.FtpDirectorySearchWithComparator
Returns the tip text for this property.
maxDepthTipText() - Method in class adams.flow.source.filesystemsearch.FtpDirectorySearchWithCustomSort
Returns the tip text for this property.
maxDepthTipText() - Method in class adams.flow.source.filesystemsearch.FtpFileSearch
Returns the tip text for this property.
maxDepthTipText() - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearch
Returns the tip text for this property.
maxDepthTipText() - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearchWithComparator
Returns the tip text for this property.
maxDepthTipText() - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearchWithCustomSort
Returns the tip text for this property.
maxDepthTipText() - Method in class adams.flow.source.filesystemsearch.LocalFileSearch
Returns the tip text for this property.
maxDepthTipText() - Method in class adams.flow.source.filesystemsearch.SftpDirectorySearch
Returns the tip text for this property.
maxDepthTipText() - Method in class adams.flow.source.filesystemsearch.SftpDirectorySearchWithComparator
Returns the tip text for this property.
maxDepthTipText() - Method in class adams.flow.source.filesystemsearch.SftpDirectorySearchWithCustomSort
Returns the tip text for this property.
maxDepthTipText() - Method in class adams.flow.source.filesystemsearch.SftpFileSearch
Returns the tip text for this property.
maxDepthTipText() - Method in class adams.flow.source.filesystemsearch.SmbDirectorySearch
Returns the tip text for this property.
maxDepthTipText() - Method in class adams.flow.source.filesystemsearch.SmbDirectorySearchWithComparator
Returns the tip text for this property.
maxDepthTipText() - Method in class adams.flow.source.filesystemsearch.SmbDirectorySearchWithCustomSort
Returns the tip text for this property.
maxDepthTipText() - Method in class adams.flow.source.filesystemsearch.SmbFileSearch
Returns the tip text for this property.
maxDepthTipText() - Method in class adams.flow.standalone.DeleteDir
Returns the tip text for this property.
maxDepthTipText() - Method in class adams.flow.standalone.DeleteFile
Returns the tip text for this property.
maxDepthTipText() - Method in class weka.classifiers.trees.XGBoost
Gets the tip-text for the maxDepth option.
maxDifferenceTipText() - Method in class weka.classifiers.meta.AbstainAverage
Returns the tip text for this property
maxDifferenceTipText() - Method in class weka.classifiers.meta.AbstainAverageWithClassifierWeights
Returns the tip text for this property
maxDifferenceTipText() - Method in class weka.classifiers.meta.AbstainVote
Returns the tip text for this property
MaxDimensions - Class in adams.flow.transformer.negativeregions
Enforces the specified maximum dimensions.
MaxDimensions() - Constructor for class adams.flow.transformer.negativeregions.MaxDimensions
 
maxFactorTipText() - Method in class weka.filters.unsupervised.instance.WeightsBasedResample
Returns the tip text for this property.
maxFailuresTipText() - Method in class adams.scripting.command.basic.StartRemoteLogging
Returns the tip text for this property.
maxFaiuresTipText() - Method in class adams.console.Logging
Returns the tip text for this property.
maxFileTimestampTipText() - Method in class adams.flow.source.DirectoryLister
Returns the tip text for this property.
maxFitnessHistorySizeTipText() - Method in class adams.opt.genetic.AbstractGeneticAlgorithm
Returns the tip text for this property.
maxHandlingTipText() - Method in class weka.classifiers.meta.MinMaxLimits
Returns the tip text for this property.
maxHeightTipText() - Method in class adams.flow.transformer.locateobjects.SizeFilter
Returns the tip text for this property.
maxHeightTipText() - Method in class adams.flow.transformer.negativeregions.MaxDimensions
Returns the tip text for this property.
maxHeightTipText() - Method in class adams.flow.transformer.negativeregions.RandomRegions
Returns the tip text for this property.
MaximizationFixWindowListener - Class in adams.gui.core
Provides a work-around for platforms where the maximization of frames (eg JFrame) results in strange behaviors.
MaximizationFixWindowListener(Frame, boolean, int) - Constructor for class adams.gui.core.MaximizationFixWindowListener
Initializes the listener.
MaximizationFixWindowListener(Frame, boolean, int, boolean) - Constructor for class adams.gui.core.MaximizationFixWindowListener
Initializes the listener.
Maximum - Class in adams.data.conversion
If the numbers passing through get above the defined maximum, the maximum is returned instead.
Maximum() - Constructor for class adams.data.conversion.Maximum
 
maximumAttributeNamesTipText() - Method in class adams.flow.transformer.WekaPrincipalComponents
Returns the tip text for this property.
maximumAttributeNamesTipText() - Method in class weka.filters.unsupervised.attribute.PrincipalComponentsJ
Returns the tip text for this property.
maximumAttributesTipText() - Method in class adams.flow.transformer.WekaPrincipalComponents
Returns the tip text for this property.
maximumAttributesTipText() - Method in class weka.filters.unsupervised.attribute.PrincipalComponentsJ
Returns the tip text for this property.
maximumDeltaStepTipText() - Method in class weka.classifiers.trees.XGBoost
Gets the tip-text for the maximumDeltaStep option.
maximumIncludedTipText() - Method in class adams.data.featureconverter.CountValues
Returns the tip text for this property.
maximumIncludedTipText() - Method in class adams.data.objectfinder.ByMetaDataNumericValue
Returns the tip text for this property.
maximumIncludedTipText() - Method in class adams.data.objectfinder.PolygonPoints
Returns the tip text for this property.
maximumIncludedTipText() - Method in class adams.data.objectfinder.Size
Returns the tip text for this property.
maximumIncludedTipText() - Method in class adams.data.spreadsheet.rowfinder.ByDateValue
Returns the tip text for this property.
maximumIncludedTipText() - Method in class adams.data.spreadsheet.rowfinder.ByNumericValue
Returns the tip text for this property.
maximumIncludedTipText() - Method in class adams.data.spreadsheet.rowfinder.ByStringComparison
Returns the tip text for this property.
maximumIncludedTipText() - Method in class adams.data.weka.rowfinder.ByNumericValue
Returns the tip text for this property.
maximumIncludedTipText() - Method in class adams.flow.transformer.wekaevaluationpostprocessor.SimpleSubRange
Returns the tip text for this property.
maximumTipText() - Method in class adams.core.discovery.genetic.AbstractGeneticDoubleDiscoveryHandler
Returns the tip text for this property.
maximumTipText() - Method in class adams.core.discovery.genetic.AbstractGeneticDoubleMatrixDiscoveryHandler
Returns the tip text for this property.
maximumTipText() - Method in class adams.core.discovery.genetic.AbstractGeneticFloatDiscoveryHandler
Returns the tip text for this property.
maximumTipText() - Method in class adams.core.discovery.genetic.AbstractGeneticIntegerArrayDiscoveryHandler
Returns the tip text for this property.
maximumTipText() - Method in class adams.core.discovery.genetic.AbstractGeneticIntegerDiscoveryHandler
Returns the tip text for this property.
maximumTipText() - Method in class adams.data.conversion.Maximum
Returns the tip text for this property.
maximumTipText() - Method in class adams.data.featureconverter.CountValues
Returns the tip text for this property.
maximumTipText() - Method in class adams.data.filter.TimeseriesValueSubset
Returns the tip text for this property.
maximumTipText() - Method in class adams.data.objectfinder.ByMetaDataNumericValue
Returns the tip text for this property.
maximumTipText() - Method in class adams.data.objectfinder.PolygonPoints
Returns the tip text for this property.
maximumTipText() - Method in class adams.data.objectfinder.Size
Returns the tip text for this property.
maximumTipText() - Method in class adams.data.spreadsheet.rowfinder.ByDateValue
Returns the tip text for this property.
maximumTipText() - Method in class adams.data.spreadsheet.rowfinder.ByNumericValue
Returns the tip text for this property.
maximumTipText() - Method in class adams.data.spreadsheet.rowfinder.ByStringComparison
Returns the tip text for this property.
maximumTipText() - Method in class adams.data.weka.rowfinder.ByNumericValue
Returns the tip text for this property.
maximumTipText() - Method in class adams.flow.condition.bool.Counting
Returns the tip text for this property.
maximumTipText() - Method in class adams.flow.sink.ProgressBar
Returns the tip text for this property.
maximumTipText() - Method in class adams.flow.standalone.logevent.LevelFilter
Returns the tip text for this property.
maximumTipText() - Method in class adams.flow.transformer.wekaevaluationpostprocessor.SimpleSubRange
Returns the tip text for this property.
maxIndex(double[]) - Static method in class adams.data.statistics.StatUtils
Returns the (first occurrence of the) index of the cell with the biggest double.
maxIndex(double[]) - Static method in class edu.umbc.cs.maple.utils.MathUtils
Gets the index of the maximum element in the array.
maxIndex(int[]) - Static method in class adams.data.statistics.StatUtils
Returns the (first occurrence of the) index of the cell with the biggest int.
maxIndex(int[]) - Static method in class edu.umbc.cs.maple.utils.MathUtils
Gets the index of the maximum element in the array.
maxIndex(Number[]) - Static method in class adams.data.statistics.StatUtils
Returns the (first occurrence of the) index of the cell with the biggest number.
maxIndexRand(double[]) - Static method in class edu.umbc.cs.maple.utils.MathUtils
Gets the index of the maximum element in the array.
maxIndexRand(int[]) - Static method in class edu.umbc.cs.maple.utils.MathUtils
Gets the index of the maximum element in the array.
maxItemsTipText() - Method in class adams.flow.source.DirectoryLister
Returns the tip text for this property.
maxItemsTipText() - Method in class adams.flow.source.filesystemsearch.FtpDirectorySearch
Returns the tip text for this property.
maxItemsTipText() - Method in class adams.flow.source.filesystemsearch.FtpDirectorySearchWithComparator
Returns the tip text for this property.
maxItemsTipText() - Method in class adams.flow.source.filesystemsearch.FtpDirectorySearchWithCustomSort
Returns the tip text for this property.
maxItemsTipText() - Method in class adams.flow.source.filesystemsearch.FtpFileSearch
Returns the tip text for this property.
maxItemsTipText() - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearch
Returns the tip text for this property.
maxItemsTipText() - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearchWithComparator
Returns the tip text for this property.
maxItemsTipText() - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearchWithCustomSort
Returns the tip text for this property.
maxItemsTipText() - Method in class adams.flow.source.filesystemsearch.LocalFileSearch
Returns the tip text for this property.
maxItemsTipText() - Method in class adams.flow.source.filesystemsearch.SftpDirectorySearch
Returns the tip text for this property.
maxItemsTipText() - Method in class adams.flow.source.filesystemsearch.SftpDirectorySearchWithComparator
Returns the tip text for this property.
maxItemsTipText() - Method in class adams.flow.source.filesystemsearch.SftpDirectorySearchWithCustomSort
Returns the tip text for this property.
maxItemsTipText() - Method in class adams.flow.source.filesystemsearch.SftpFileSearch
Returns the tip text for this property.
maxItemsTipText() - Method in class adams.flow.source.filesystemsearch.SmbDirectorySearch
Returns the tip text for this property.
maxItemsTipText() - Method in class adams.flow.source.filesystemsearch.SmbDirectorySearchWithComparator
Returns the tip text for this property.
maxItemsTipText() - Method in class adams.flow.source.filesystemsearch.SmbDirectorySearchWithCustomSort
Returns the tip text for this property.
maxItemsTipText() - Method in class adams.flow.source.filesystemsearch.SmbFileSearch
Returns the tip text for this property.
MaxIterations - Class in adams.opt.genetic.stopping
Stops after the maximum number of iterations have been reached.
MaxIterations() - Constructor for class adams.opt.genetic.stopping.MaxIterations
 
maxIterationsTipText() - Method in class weka.clusterers.SAXKMeans
Returns the tip text for this property.
maxIterationsTipText() - Method in class weka.filters.unsupervised.instance.RemoveMisclassifiedAbs
Returns the tip text for this property
maxIterationsTipText() - Method in class weka.filters.unsupervised.instance.RemoveMisclassifiedRel
Returns the tip text for this property
MaxIterationsWithoutImprovement - Class in adams.opt.genetic.stopping
Stops after the maximum number of seconds since last improvement has been reached.
MaxIterationsWithoutImprovement() - Constructor for class adams.opt.genetic.stopping.MaxIterationsWithoutImprovement
 
maxIteripText() - Method in class adams.data.instancesanalysis.pls.KernelPLS
Returns the tip text for this property
maxIterTipText() - Method in class adams.data.instancesanalysis.pls.NIPALS
Returns the tip text for this property
maxIterTipText() - Method in class adams.data.instancesanalysis.pls.PRM
Returns the tip text for this property
maxIterTipText() - Method in class adams.data.instancesanalysis.pls.SparsePLS
Returns the tip text for this property
maxLabelsTipText() - Method in class adams.data.conversion.SpreadSheetToWekaInstances
Returns the tip text for this property.
maxLabelsTipText() - Method in class adams.data.spreadsheet.filter.WekaFilter
Returns the tip text for this property.
maxLagTipText() - Method in class adams.flow.core.LagMakerOptions
Returns the tip text for this property.
maxLeavesTipText() - Method in class weka.classifiers.trees.XGBoost
Gets the tip-text for the maxLeaves option.
maxLengthTipText() - Method in class adams.flow.condition.bool.HasLength
Returns the tip text for this property.
maxLengthTipText() - Method in class adams.flow.transformer.StringJoin
Returns the tip text for this property.
maxLengthTipText() - Method in class adams.tools.ZipPassword
Returns the tip text for this property.
maxLevelsTipText() - Method in class weka.classifiers.meta.ClassifierCascade
Returns the tip text for this property.
maxLinesTipText() - Method in class adams.data.io.input.LineByLineTextReader
Returns the tip text for this property.
maxLinesTipText() - Method in class adams.flow.transformer.BoofCVDetectLines
Returns the tip text for this property.
maxLinesTipText() - Method in class adams.flow.transformer.splitfile.SplitByLineCount
Returns the tip text for this property.
maxManualTipText() - Method in class weka.classifiers.meta.MinMaxLimits
Returns the tip text for this property.
maxNeighborsTipText() - Method in class adams.flow.transformer.WekaNearestNeighborSearch
Returns the tip text for this property.
maxNominalValuesTipText() - Method in class adams.data.io.output.SimpleArffSpreadSheetWriter
Returns the tip text for this property.
maxNumContainersRequired() - Method in class adams.data.imagesegmentation.operation.AbstractImageSegmentationContainerOperation
Returns the maximum number of containers that are required for the operation.
maxNumContainersRequired() - Method in class adams.data.imagesegmentation.operation.CompareAnnotationWithPrediction
Returns the maximum number of containers that are required for the operation.
maxNumContainersRequired() - Method in class adams.data.imagesegmentation.operation.ConfusionMatrix
Returns the maximum number of containers that are required for the operation.
maxNumContainersRequired() - Method in class adams.data.imagesegmentation.operation.CountPixels
Returns the maximum number of containers that are required for the operation.
maxNumContainersRequired() - Method in class adams.data.imagesegmentation.operation.EvaluatePrediction
Returns the maximum number of containers that are required for the operation.
maxNumContainersRequired() - Method in class adams.data.imagesegmentation.operation.PassThrough
Returns the maximum number of containers that are required for the operation.
maxNumContainersRequired() - Method in class adams.data.imagesegmentation.operation.SimpleOverlay
Returns the maximum number of containers that are required for the operation.
maxNumImagesRequired() - Method in class adams.data.boofcv.multiimageoperation.And
Returns the maximum number of images that are required for the operation.
maxNumImagesRequired() - Method in class adams.data.boofcv.multiimageoperation.Diff
Returns the maximum number of images that are required for the operation.
maxNumImagesRequired() - Method in class adams.data.boofcv.multiimageoperation.Or
Returns the maximum number of images that are required for the operation.
maxNumImagesRequired() - Method in class adams.data.boofcv.multiimageoperation.PassThrough
Returns the maximum number of images that are required for the operation.
maxNumImagesRequired() - Method in class adams.data.boofcv.multiimageoperation.ReportFieldSubtraction
Returns the maximum number of images that are required for the operation.
maxNumImagesRequired() - Method in class adams.data.boofcv.multiimageoperation.XOr
Returns the maximum number of images that are required for the operation.
maxNumImagesRequired() - Method in class adams.data.image.AbstractMultiImageOperation
Returns the maximum number of images that are required for the operation.
maxNumImagesRequired() - Method in class adams.data.image.multiimageoperation.And
Returns the maximum number of images that are required for the operation.
maxNumImagesRequired() - Method in class adams.data.image.multiimageoperation.ApplyMask
Returns the maximum number of images that are required for the operation.
maxNumImagesRequired() - Method in class adams.data.image.multiimageoperation.Average
Returns the maximum number of images that are required for the operation.
maxNumImagesRequired() - Method in class adams.data.image.multiimageoperation.CombineChannels
Returns the maximum number of images that are required for the operation.
maxNumImagesRequired() - Method in class adams.data.image.multiimageoperation.Diff
Returns the maximum number of images that are required for the operation.
maxNumImagesRequired() - Method in class adams.data.image.multiimageoperation.Median
Returns the maximum number of images that are required for the operation.
maxNumImagesRequired() - Method in class adams.data.image.multiimageoperation.MergeGrid
Returns the maximum number of images that are required for the operation.
maxNumImagesRequired() - Method in class adams.data.image.multiimageoperation.Or
Returns the maximum number of images that are required for the operation.
maxNumImagesRequired() - Method in class adams.data.image.multiimageoperation.PassThrough
Returns the maximum number of images that are required for the operation.
maxNumImagesRequired() - Method in class adams.data.image.multiimageoperation.ReportFieldSubtraction
Returns the maximum number of images that are required for the operation.
maxNumImagesRequired() - Method in class adams.data.image.multiimageoperation.XOr
Returns the maximum number of images that are required for the operation.
maxNumImagesRequired() - Method in class adams.data.opencv.multiimageoperation.PassThrough
Returns the maximum number of images that are required for the operation.
maxNumImagesRequired() - Method in class adams.data.opencv.multiimageoperation.ReportFieldSubtraction
Returns the maximum number of images that are required for the operation.
maxNumMapsRequired() - Method in class adams.flow.transformer.multimapoperation.AbstractMultiMapOperation
Returns the maximum number of maps that are required for the operation.
maxNumMapsRequired() - Method in class adams.flow.transformer.multimapoperation.CommonKeys
Returns the maximum number of maps that are required for the operation.
maxNumMapsRequired() - Method in class adams.flow.transformer.multimapoperation.Merge
Returns the maximum number of maps that are required for the operation.
maxNumMapsRequired() - Method in class adams.flow.transformer.multimapoperation.PassThrough
Returns the maximum number of maps that are required for the operation.
maxNumMatricesRequired() - Method in class adams.data.matlab.multimatrixoperation.AbstractMultiMatrixOperation
Returns the maximum number of matrices that are required for the operation.
maxNumMatricesRequired() - Method in class adams.data.matlab.multimatrixoperation.Add
Returns the maximum number of matrices that are required for the operation.
maxNumMatricesRequired() - Method in class adams.data.matlab.multimatrixoperation.ApplyMask
Returns the maximum number of matrices that are required for the operation.
maxNumMatricesRequired() - Method in class adams.data.matlab.multimatrixoperation.Combine
Returns the maximum number of matrices that are required for the operation.
maxNumMatricesRequired() - Method in class adams.data.matlab.multimatrixoperation.Subtract
Returns the maximum number of matrices that are required for the operation.
maxNumRows() - Method in class adams.gui.core.spreadsheettable.ArrayStatistic
Returns the maximum number of rows that the plugin requires.
maxNumRows() - Method in class adams.gui.core.spreadsheettable.CopySelectedFiles
Returns the maximum number of rows that the plugin requires.
maxNumRows() - Method in class adams.gui.core.spreadsheettable.JFreeChart
Returns the maximum number of rows that the plugin requires.
maxNumRows() - Method in interface adams.gui.core.spreadsheettable.PlotSelectedRows
Returns the maximum number of rows that the plugin requires.
maxNumRows() - Method in interface adams.gui.core.spreadsheettable.ProcessSelectedRows
Returns the maximum number of rows that the plugin requires.
maxNumRows() - Method in class adams.gui.core.spreadsheettable.SimplePlot
Returns the maximum number of rows that the plugin requires.
maxNumRows() - Method in class adams.gui.visualization.instances.instancestable.ArrayStatistic
Returns the maximum number of rows that the plugin requires.
maxNumRows() - Method in class adams.gui.visualization.instances.instancestable.ChangeInstanceWeights
Returns the maximum number of rows that the plugin requires.
maxNumRows() - Method in class adams.gui.visualization.instances.instancestable.InvestigatorAsNewDataset
Returns the maximum number of rows that the plugin requires.
maxNumRows() - Method in class adams.gui.visualization.instances.instancestable.JFreeChart
Returns the maximum number of rows that the plugin requires.
maxNumRows() - Method in interface adams.gui.visualization.instances.instancestable.PlotSelectedRows
Returns the maximum number of rows that the plugin requires.
maxNumRows() - Method in interface adams.gui.visualization.instances.instancestable.ProcessSelectedRows
Returns the maximum number of rows that the plugin requires.
maxNumRows() - Method in class adams.gui.visualization.instances.instancestable.SimplePlot
Returns the maximum number of rows that the plugin requires.
maxNumSheetsRequired() - Method in class adams.flow.transformer.multispreadsheetoperation.AbstractIndentifiableRowOperation
Returns the maximum number of sheets that are required for the operation.
maxNumSheetsRequired() - Method in class adams.flow.transformer.multispreadsheetoperation.AbstractMultiSpreadSheetOperation
Returns the maximum number of sheets that are required for the operation.
maxNumSheetsRequired() - Method in class adams.flow.transformer.multispreadsheetoperation.CommonIDs
Returns the maximum number of sheets that are required for the operation.
maxNumSheetsRequired() - Method in class adams.flow.transformer.multispreadsheetoperation.Merge
Returns the maximum number of sheets that are required for the operation.
maxNumSheetsRequired() - Method in class adams.flow.transformer.multispreadsheetoperation.PassThrough
Returns the maximum number of sheets that are required for the operation.
maxNumTipText() - Method in class adams.flow.source.RandomNumberGenerator
Returns the tip text for this property.
maxRegionsTipText() - Method in class adams.flow.transformer.negativeregions.LargestRegions
Returns the tip text for this property.
MaxRGB - Class in adams.data.image.transformer
MaxRGB() - Constructor for class adams.data.image.transformer.MaxRGB
 
maxRowsTipText() - Method in class adams.data.io.output.ExcelStreamingSpreadSheetWriter
Returns the tip text for this property.
maxRowsTipText() - Method in class adams.flow.condition.bool.HasRows
Returns the tip text for this property.
maxSizeTipText() - Method in class adams.data.weka.predictions.RelativeNumericErrorScaler
Returns the tip text for this property.
maxSizeTipText() - Method in class adams.flow.condition.bool.HasSize
Returns the tip text for this property.
maxSizeTipText() - Method in class adams.flow.source.RSync
 
maxSizeTipText() - Method in class adams.flow.transformer.locateobjects.XScreenMaskLocator
Returns the tip text for this property.
maxSizeTipText() - Method in class adams.flow.transformer.splitfile.SplitBySize
Returns the tip text for this property.
maxStringLengthTipText() - Method in class adams.data.io.output.SqlDumpSpreadSheetWriter
Returns the tip text for this property.
maxStringLengthTipText() - Method in class adams.flow.sink.SpreadSheetDbWriter
Returns the tip text for this property.
maxTimestampTipText() - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearchWithTimestampConstraints
Returns the tip text for this property.
maxTimestampTipText() - Method in class adams.flow.source.filesystemsearch.LocalFileSearchWithTimestampConstraints
Returns the tip text for this property.
maxTimeTipText() - Method in class adams.flow.source.RSync
 
maxTimeTipText() - Method in class adams.flow.source.SimpleRSync
 
maxTipText() - Method in class adams.data.boofcv.features.Otsu
Returns the tip text for this property.
maxTipText() - Method in class adams.data.conversion.DoubleMatrixToBufferedImage
Returns the tip text for this property.
maxTipText() - Method in class adams.data.outlier.MinMax
Returns the tip text for this property.
maxTipText() - Method in class adams.data.outlier.TimeseriesRange
Returns the tip text for this property.
maxTipText() - Method in class adams.flow.source.IntegerRange
Returns the tip text for this property.
maxTipText() - Method in class adams.flow.transformer.WekaClassifierRanker
Returns the tip text for this property.
maxTipText() - Method in class adams.gui.visualization.sequence.pointpreprocessor.Jitter
Returns the tip text for this property.
maxTipText() - Method in class weka.classifiers.trees.RandomModelTrees
Returns the tip text for this property.
maxTipText() - Method in class weka.filters.supervised.attribute.SIMPLSMatrixFilterFromGeneticString
 
maxTipText() - Method in class weka.filters.unsupervised.instance.Scale
Returns the tip text for this property.
MaxTrainTime - Class in adams.opt.genetic.stopping
Stops after the maximum number of seconds have been reached.
MaxTrainTime() - Constructor for class adams.opt.genetic.stopping.MaxTrainTime
 
maxTrainTimeTipText() - Method in class adams.opt.genetic.stopping.MaxTrainTime
Returns the tip text for this property.
maxTrainTimeTipText() - Method in class adams.opt.genetic.stopping.MaxTrainTimeWithoutImprovement
Returns the tip text for this property.
maxTrainTimeTipText() - Method in class adams.opt.optimise.genetic.AbstractGeneticAlgorithm
Returns the tip text for this property.
MaxTrainTimeWithoutImprovement - Class in adams.opt.genetic.stopping
Stops after the maximum number of seconds since last improvement has been reached.
MaxTrainTimeWithoutImprovement() - Constructor for class adams.opt.genetic.stopping.MaxTrainTimeWithoutImprovement
 
maxUndoTipText() - Method in class adams.flow.transformer.ImageObjectAnnotator
Returns the tip text for this property.
maxUndoTipText() - Method in class adams.flow.transformer.ImageSegmentationAnnotator
Returns the tip text for this property.
maxval - Variable in class weka.filters.unsupervised.attribute.InterquartileRangeSamp.IQRs
 
maxValue(double[]) - Static method in class edu.umbc.cs.maple.utils.MathUtils
Computes the maximum value in the given array.
maxValue(int[]) - Static method in class edu.umbc.cs.maple.utils.MathUtils
Computes the maximum value in the given array.
maxValueTipText() - Method in class adams.data.opencv.features.Histogram
Returns the tip text for this property.
maxValueTipText() - Method in class adams.data.opencv.features.Otsu
Returns the tip text for this property.
maxValueTipText() - Method in class adams.data.opencv.transformer.Threshold
Returns the tip text for this property.
maxValueTipText() - Method in class adams.data.random.JavaRandomInt
Returns the tip text for this property.
maxValueTipText() - Method in class adams.data.random.JavaRandomIntUnseeded
Returns the tip text for this property.
maxValueTipText() - Method in interface adams.data.random.RandomDoubleRangeGenerator
Returns the tip text for this property.
maxValueTipText() - Method in interface adams.data.random.RandomIntegerRangeGenerator
Returns the tip text for this property.
maxVariableTipText() - Method in class adams.flow.template.FileProcessingWithProgressBar
Returns the tip text for this property.
maxWaitTipText() - Method in class adams.multiprocess.ScpJobRunner
Returns the tip text for this property.
maxWidthTipText() - Method in class adams.flow.transformer.locateobjects.SizeFilter
Returns the tip text for this property.
maxWidthTipText() - Method in class adams.flow.transformer.negativeregions.MaxDimensions
Returns the tip text for this property.
maxWidthTipText() - Method in class adams.flow.transformer.negativeregions.RandomRegions
Returns the tip text for this property.
maxXTipText() - Method in class adams.gui.visualization.sequence.PaintletWithFixedXRange
Returns the tip text for this property.
maxXTipText() - Method in class adams.gui.visualization.sequence.PaintletWithFixedXYRange
Returns the tip text for this property.
maxXTipText() - Method in class adams.gui.visualization.timeseries.PaintletWithFixedXRange
Returns the tip text for this property.
maxXTipText() - Method in class adams.gui.visualization.timeseries.PaintletWithFixedXYRange
Returns the tip text for this property.
maxYTipText() - Method in class adams.gui.visualization.sequence.PaintletWithFixedYRange
Returns the tip text for this property.
maxYTipText() - Method in class adams.gui.visualization.timeseries.PaintletWithFixedYRange
Returns the tip text for this property.
mayRemoveInstanceAfterFirstBatchDone() - Method in class weka.filters.FilteredFilter
Derived filters may removed rows.
mayRemoveInstanceAfterFirstBatchDone() - Method in class weka.filters.unsupervised.instance.AbstractRowFinderApplier
Derived filters may removed rows.
mayRemoveInstances() - Method in class weka.filters.unsupervised.instance.AbstractRowFinderApplier
Method that returns whether the filter may remove instances after the first batch has been done.
mayRemoveInstances() - Method in class weka.filters.unsupervised.instance.DatasetCleaner
Method that returns whether the filter may remove instances after the first batch has been done.
mayRemoveInstances() - Method in class weka.filters.unsupervised.instance.DatasetLabeler
Method that returns whether the filter may remove instances after the first batch has been done.
MD2 - adams.core.io.MessageDigestType
MD2.
MD5 - adams.core.io.MessageDigestType
MD5.
mean(double[]) - Static method in class adams.data.statistics.StatUtils
Returns the mean of the given array.
mean(double[]) - Static method in class edu.umbc.cs.maple.utils.MathUtils
Computes the mean of the values in the given array.
mean(int[]) - Static method in class adams.data.statistics.StatUtils
Returns the mean of the given array.
mean(int[]) - Static method in class edu.umbc.cs.maple.utils.MathUtils
Computes the mean of the values in the given array.
mean(Number[]) - Static method in class adams.data.statistics.StatUtils
Returns the mean of the given array.
Mean - Class in adams.data.spreadsheet.colstatistic
Calculates the mean for a numeric column.
Mean - Class in adams.data.spreadsheet.matrixstatistic
Determines the mean of the numeric values in the matrix, skips NaN and infinite values.
Mean - Class in adams.data.spreadsheet.rowstatistic
Calculates the mean for a numeric row.
Mean - Class in adams.gui.visualization.stats.zscore
Plot a mean line as an overlay on the z score graph

Valid options are:

Mean - Class in weka.filters.unsupervised.attribute.detrend
Performs the correction using simply the mean.
Mean() - Constructor for class adams.data.spreadsheet.colstatistic.Mean
 
Mean() - Constructor for class adams.data.spreadsheet.matrixstatistic.Mean
 
Mean() - Constructor for class adams.data.spreadsheet.rowstatistic.Mean
 
Mean() - Constructor for class adams.gui.visualization.stats.zscore.Mean
 
Mean() - Constructor for class weka.filters.unsupervised.attribute.detrend.Mean
 
MEAN - adams.data.binning.operation.Bins.SummaryType
 
MEAN - adams.data.boofcv.transformer.Binary.ThresholdType
using the mean.
MEAN - adams.data.objectfilter.MergedScoreCalculation
 
MEAN - adams.data.smoothing.AbstractSlidingWindow.Measure
uses the mean of the sliding window.
MEAN - adams.flow.transformer.WekaInstancesInfo.InfoType
the mean (selected attribute, only numeric).
MEAN - adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.CenterStatistic
 
MEAN - edu.umbc.cs.maple.utils.JamaUtils.Function
 
MEAN_ABSOLUTE_ERROR - adams.flow.core.EvaluationStatistic
 
MEAN_ABSOLUTE_ERROR - adams.flow.core.ExperimentStatistic
 
MEAN_DELTA_TIMESTAMP - Static variable in class adams.data.statistics.TimeseriesStatistic
 
MEAN_VALUE - Static variable in class adams.data.statistics.TimeseriesStatistic
 
MeanAbsoluteError - Class in adams.flow.control.removeoutliers
Mean absolute error (MAE) based detector.
If difference between actual/predicted is more than MAE * FACTOR, then the point gets flagged as outlier.
MeanAbsoluteError - Class in adams.flow.transformer.summarystatistics
Calculates the MAE.
MeanAbsoluteError() - Constructor for class adams.flow.control.removeoutliers.MeanAbsoluteError
 
MeanAbsoluteError() - Constructor for class adams.flow.transformer.summarystatistics.MeanAbsoluteError
 
MeanOverlayPaintlet - Class in adams.gui.visualization.sequence
Draws the mean as straight line.
MeanOverlayPaintlet() - Constructor for class adams.gui.visualization.sequence.MeanOverlayPaintlet
 
MeanPaintlet - Class in adams.gui.visualization.stats.paintlet
paintlet for displaying mean overlay on the ZScore graph

Valid options are:

MeanPaintlet() - Constructor for class adams.gui.visualization.stats.paintlet.MeanPaintlet
 
means() - Method in class weka.filters.supervised.attribute.PLSFilterExtended
the mean of all the attributes
means(Instances) - Method in class weka.classifiers.meta.Corr
 
meanTipText() - Method in class adams.data.distribution.Exponential
Returns the tip text for this property.
meanTipText() - Method in class adams.data.distribution.Normal
Returns the tip text for this property.
meanTipText() - Method in class adams.data.distribution.Uniform
Returns the tip text for this property.
meanTipText() - Method in class adams.data.random.AbstractDistributionBasedRandomNumberGenerator
Returns the tip text for this property.
meanTipText() - Method in interface adams.data.random.DistributionBasedRandomNumberGenerator
Returns the tip text for this property.
Measure - Enum in adams.opt.genetic
The measure to use for evaluating.
measureNumRules() - Method in class weka.classifiers.trees.m5.M5Base2
return the number of rules
measuresPrefixTipText() - Method in class adams.flow.transformer.AbstractWekaPredictionsTransformer
Returns the tip text for this property.
measureTipText() - Method in class adams.data.smoothing.AbstractSlidingWindow
Returns the tip text for this property.
measureTipText() - Method in class adams.flow.transformer.WekaClassifierRanker
Returns the tip text for this property.
measureTipText() - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm
Returns the tip text for this property.
measureTipText() - Method in class adams.opt.optimise.genetic.fitnessfunctions.AbstractWEKAFitnessFunction
Returns the tip text for this property.
MEBI_BYTES - adams.core.ByteFormat.Unit
 
median - Variable in class weka.filters.unsupervised.attribute.InterquartileRangeSamp.IQRs
 
median(double[]) - Static method in class adams.data.statistics.StatUtils
Returns the median of the given array.
median(int[]) - Static method in class adams.data.statistics.StatUtils
Returns the median of the given array.
median(Number[]) - Static method in class adams.data.statistics.StatUtils
Returns the median of the given array.
median(String, String) - Method in class adams.parser.spreadsheetformula.ParserHelper
Calculates the median for a range of cells.
Median - Class in adams.data.image.multiimageoperation
Computes the median from the images (each channel separately).
Median - Class in adams.data.spreadsheet.colstatistic
Calculates the median for a numeric column.
Median - Class in adams.data.spreadsheet.matrixstatistic
Determines the median of the numeric values in the matrix, skips NaN and infinite values.
Median - Class in adams.data.spreadsheet.rowstatistic
Calculates the median for a numeric row.
Median() - Constructor for class adams.data.image.multiimageoperation.Median
 
Median() - Constructor for class adams.data.spreadsheet.colstatistic.Median
 
Median() - Constructor for class adams.data.spreadsheet.matrixstatistic.Median
 
Median() - Constructor for class adams.data.spreadsheet.rowstatistic.Median
 
MEDIAN - adams.data.binning.operation.Bins.SummaryType
 
MEDIAN - adams.data.objectfilter.MergedScoreCalculation
 
MEDIAN - adams.data.smoothing.AbstractSlidingWindow.Measure
uses the median of the sliding window.
MEDIAN - adams.flow.transformer.SpreadSheetAggregate.Aggregate
the median.
MEDIAN - adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.CenterStatistic
 
MEDIAN - weka.classifiers.meta.ClassifierCascade.Combination
use the median of the probabilities/classifications.
MEDIAN - Static variable in interface adams.parser.spreadsheetformula.sym
 
MEDIAN - Static variable in interface adams.parser.spreadsheetquery.sym
 
MEDIAN_DELTA_TIMESTAMP - Static variable in class adams.data.statistics.TimeseriesStatistic
 
MEDIAN_RULE - adams.flow.transformer.wekaclassifiersetupprocessor.VotedPairs.VotingType
 
MEDIAN_RULE - Static variable in class weka.classifiers.meta.AbstainVote
combination rule: Median Probability (only numeric class)
MEDIAN_VALUE - Static variable in class adams.data.statistics.TimeseriesStatistic
 
MEDIANCUT - adams.data.jai.transformer.IndexedColors.ColorQuantizer
 
MedianOverlayPaintlet - Class in adams.gui.visualization.sequence
Draws the median as straight line.
MedianOverlayPaintlet() - Constructor for class adams.gui.visualization.sequence.MedianOverlayPaintlet
 
medianTipText() - Method in class adams.data.distribution.Cauchy
Returns the tip text for this property.
MEGA_BYTES - adams.core.ByteFormat.Unit
 
memberChanged() - Method in class adams.gui.visualization.core.AbstractPaintlet
Executes a repaints only if the changes to members are not ignored.
memberChanged() - Method in class adams.gui.visualization.image.paintlet.AbstractPaintlet
Executes a repaints only if the changes to members are not ignored.
memberChanged() - Method in class adams.gui.visualization.sequence.AbstractXYSequencePaintlet
Executes a repaints only if the changes to members are not ignored.
memberChanged() - Method in class adams.gui.visualization.sequence.MetaDataValuePaintlet
Executes a repaints only if the changes to members are not ignored.
memberChanged() - Method in class adams.gui.visualization.stats.paintlet.ScatterPaintletMetaDataValue
Executes a repaints only if the changes to members are not ignored.
memberChanged(boolean) - Method in class adams.gui.visualization.core.AbstractPaintlet
Executes a repaints only if the changes to members are not ignored.
memberChanged(boolean) - Method in class adams.gui.visualization.image.paintlet.AbstractPaintlet
Executes a repaints only if the changes to members are not ignored.
Memory - Class in adams.core
A little helper class for Memory management.
MEMORY_PREFIX - Static variable in class adams.core.SystemInfo
the memory prefix.
MemoryContainer - Class in adams.gui.tools.wekainvestigator.data
Dataset exists only in memory.
MemoryContainer(Instances) - Constructor for class adams.gui.tools.wekainvestigator.data.MemoryContainer
Uses the specified data.
MemoryMonitor - Class in adams.flow.standalone
Monitors the memory (used/committed heap vs maximum heap).Every number of seconds ('sampleInterval'), the memory consumption, i.e., 'heap used', is sampled, keeping the specified number of latest samples ('numSamples').
Once the specified number of samples have been reached, it is checked whether the specified percentage of samples ('coverage') reaches or exceeds the threshold percentage of the maximum heap has been exceeded ('threshold').
MemoryMonitor - Class in adams.gui.menu
Displays the infamous about box.
MemoryMonitor() - Constructor for class adams.flow.standalone.MemoryMonitor
 
MemoryMonitor() - Constructor for class adams.gui.menu.MemoryMonitor
Initializes the menu item with no owner.
MemoryMonitor(AbstractApplicationFrame) - Constructor for class adams.gui.menu.MemoryMonitor
Initializes the menu item.
MemoryMonitor.MemoryType - Enum in adams.flow.standalone
What type of memory to monitor.
MemoryMonitorDefinition - Class in adams.env
Definition for the MemoryMonitor props file.
MemoryMonitorDefinition() - Constructor for class adams.env.MemoryMonitorDefinition
 
MemoryMonitorPanel - Class in adams.gui.core
Displays the memory consumption.
MemoryMonitorPanel() - Constructor for class adams.gui.core.MemoryMonitorPanel
 
memoryTipText() - Method in class adams.flow.standalone.JavaExec
Returns the tip text for this property.
memoryTypeTipText() - Method in class adams.flow.standalone.MemoryMonitor
Returns the tip text for this property.
MemoryUsage - Class in adams.flow.source
Outputs the memory usage.
The generated map has the following keys:
- init_heap
- max_heap
- used_heap
- committed_heap
- init_non_heap
- max_non_heap
- used_non_heap
- committed_non_heap

Input/output:
- generates:
   java.util.Map


MemoryUsage() - Constructor for class adams.flow.source.MemoryUsage
 
MENU_ACTIVE - Static variable in class adams.gui.flow.FlowEditorPanel
the Active menu text.
MENU_EDIT - Static variable in class adams.gui.flow.FlowEditorPanel
the Edit menu text.
MENU_FILE - Static variable in class adams.gui.flow.FlowEditorPanel
the File menu text.
MENU_HELP - Static variable in class adams.gui.flow.FlowEditorPanel
the Help menu text.
MENU_RUN - Static variable in class adams.gui.flow.FlowEditorPanel
the Run menu text.
MENU_VIEW - Static variable in class adams.gui.flow.FlowEditorPanel
the View menu text.
MENU_WINDOW - Static variable in class adams.gui.flow.FlowEditorPanel
the Window menu text.
MenuBarProvider - Interface in adams.gui.core
For panels that are placed within frames that should offer a menu bar.
MenuHeader - Class in adams.gui.flow.tree.menu
Adds a disabled menu item to the popup menu with the name of the current actor.
MenuHeader() - Constructor for class adams.gui.flow.tree.menu.MenuHeader
 
MenuItem - Class in adams.flow.sink
Launches a menu item from the main menu.
MenuItem - Class in adams.scripting.command.gui
Launches the specified menu item on the remote machine.
MenuItem() - Constructor for class adams.flow.sink.MenuItem
 
MenuItem() - Constructor for class adams.scripting.command.gui.MenuItem
 
MENUITEM_SENDTO - Static variable in class adams.gui.sendto.SendToActionUtils
the default menu item text.
MENUITEM_TABS - Static variable in class adams.gui.flow.tab.FlowTabManager
the default menu item text.
MENUITEM_TABS - Static variable in class adams.gui.tools.spreadsheetviewer.tab.ViewerTabManager
the default menu item text.
MenuItemComparator - Class in adams.gui.core
Comparator for sorting JMenuItem (and derived classes).
MenuItemComparator - Class in adams.gui.tools.wekainvestigator.history
Comparator for sorting the menu items for the history panel.
MenuItemComparator - Class in adams.gui.tools.wekainvestigator.tab.classifytab.output.perfold
Comparator for sorting the menu items for the per-fold pane.
MenuItemComparator() - Constructor for class adams.gui.core.MenuItemComparator
 
MenuItemComparator() - Constructor for class adams.gui.tools.wekainvestigator.history.MenuItemComparator
 
MenuItemComparator() - Constructor for class adams.gui.tools.wekainvestigator.tab.classifytab.output.perfold.MenuItemComparator
 
menuItemTextTipText() - Method in class adams.gui.core.spreadsheettable.AbstractPlotSelectedRows
Returns the tip text for this property.
menuItemTextTipText() - Method in class adams.gui.core.spreadsheettable.AbstractProcessSelectedRows
Returns the tip text for this property.
menuItemTextTipText() - Method in class adams.gui.visualization.instances.instancestable.AbstractPlotSelectedRows
Returns the tip text for this property.
menuItemTextTipText() - Method in class adams.gui.visualization.instances.instancestable.AbstractProcessSelectedRows
Returns the tip text for this property.
menuItemTipText() - Method in class adams.flow.sink.MenuItem
Returns the tip text for this property.
menuItemTipText() - Method in class adams.scripting.command.gui.MenuItem
Returns the tip text for this property.
merge(XYSequence, XYSequence) - Static method in class adams.data.sequence.XYSequenceUtils
Merges the two sequences.
merge(SpreadSheet[]) - Method in class adams.flow.transformer.spreadsheetmethodmerge.AbstractMerge
Merges the spreadsheets.
merge(SpreadSheet[], SpreadSheet[], HashSet) - Method in class adams.flow.transformer.SpreadSheetMerge
Merges the datasets based on the collected IDs.
merge(Timeseries, Timeseries) - Static method in class adams.data.timeseries.TimeseriesUtils
Merges the two timeseries ranges.
merge(String[], String[]) - Method in class adams.flow.sink.NotesWriter
Generates an array combining both arrays.
merge(List<XYSequence>) - Static method in class adams.data.sequence.XYSequenceUtils
Merges the given sequences.
merge(List<Timeseries>) - Static method in class adams.data.timeseries.TimeseriesUtils
Merges the given timeseries.
merge(Instances[]) - Method in class adams.flow.transformer.wekadatasetsmerge.AbstractMerge
Merges the datasets.
merge(Instances[], Instances[], HashSet) - Method in class adams.flow.transformer.WekaInstancesMerge
Merges the datasets based on the collected IDs.
Merge - Class in adams.flow.transformer.multimapoperation
Merges the maps.
Merge - Class in adams.flow.transformer.multispreadsheetoperation
Merges 2 or more spreadsheets into a single spreadsheet, using a selectable merge method.
Merge - Class in adams.gui.tools.spreadsheetviewer
Merges multiple spreadsheets into a single one.
Merge - Class in adams.gui.tools.wekainvestigator.datatable.action
Merges the selected datasets (side-by-side).
Merge() - Constructor for class adams.flow.transformer.multimapoperation.Merge
 
Merge() - Constructor for class adams.flow.transformer.multispreadsheetoperation.Merge
 
Merge() - Constructor for class adams.gui.tools.spreadsheetviewer.Merge
 
Merge() - Constructor for class adams.gui.tools.wekainvestigator.datatable.action.Merge
Instantiates the action.
MERGE_CURRENT_WITH_OTHER - adams.flow.core.ReportUpdateType
doesn't overwrite values in current report, only adds additional from other.
MERGE_CURRENT_WITH_OTHER - adams.flow.transformer.MergeReport.MergeType
 
MERGE_CURRENT_WITH_OTHER - adams.flow.transformer.MergeReportFromMap.MergeType
 
MERGE_OTHER_WITH_CURRENT - adams.flow.core.ReportUpdateType
doesn't overwrite values in other report, only adds additional from current.
MERGE_OTHER_WITH_CURRENT - adams.flow.transformer.MergeReport.MergeType
 
MERGE_OTHER_WITH_CURRENT - adams.flow.transformer.MergeReportFromMap.MergeType
 
Mergeable<T> - Interface in adams.core
For objects that allow merging.
MergeableDisplayPanel<T extends MergeableDisplayPanel> - Interface in adams.flow.sink
Specialized DisplayPanel that can be merged with another panel.
MergeDatasets - Class in adams.gui.menu
For merging datasets (side-by-side) into single dataset.
MergeDatasets() - Constructor for class adams.gui.menu.MergeDatasets
Initializes the menu item with no owner.
MergeDatasets(AbstractApplicationFrame) - Constructor for class adams.gui.menu.MergeDatasets
Initializes the menu item.
mergedIndexTipText() - Method in class weka.filters.unsupervised.attribute.MergeManyAttributes
Returns the tip text for this property.
mergedIndexTipText() - Method in class weka.filters.unsupervised.attribute.MergeTwoAttributes
Returns the tip text for this property.
MergedScoreCalculation - Enum in adams.data.objectfilter
How to calculate the merged score.
mergedScoreCalculationTipText() - Method in class adams.data.objectfilter.MergeOverlaps
Returns the tip text for this property.
mergedScoreCalculationTipText() - Method in class adams.data.overlappingobjectremoval.MergeOverlaps
Returns the tip text for this property.
MergeFiles - Class in adams.flow.sink
Combines the incoming files in a single one.
MergeFiles() - Constructor for class adams.flow.sink.MergeFiles
 
mergeFormatTipText() - Method in class adams.flow.transformer.ConvertFeatures
Returns the tip text for this property.
MergeGrid - Class in adams.data.image.multiimageoperation
Merges a grid of sub-images into a single image, including the annotations.
Opposite operation to adams.data.image.transformer.subimages.Grid.
Expects the image array to represent the cells in the grid in a row-wise fashion.
Only combines object annotations from reports, other field values will be discarded.
Does not remove overlapping objects, see adams.flow.transformer.DeleteOverlappingImageObjects.

See also:
adams.data.image.transformer.subimages.Grid
adams.flow.transformer.DeleteOverlappingImageObjects

MergeGrid() - Constructor for class adams.data.image.multiimageoperation.MergeGrid
 
mergeInstance(Instance) - Method in class weka.core.AbstractHashableInstance
Merges this instance with the given instance and returns the result.
MergeLayers - Class in adams.data.imagesegmentation.filter
Merges two or more layers into a new one (or replacing an existing one).
MergeLayers() - Constructor for class adams.data.imagesegmentation.filter.MergeLayers
 
MergeManyAttributes - Class in weka.filters.unsupervised.attribute
Merges two or more attributes, offers various strategies if values differ or not present.
Uses the common subsequence (either from start or end) of the attributes as name of the merged attribute, otherwise the concatenation of them (separated by '-').
MergeManyAttributes() - Constructor for class weka.filters.unsupervised.attribute.MergeManyAttributes
 
mergeMethodTipText() - Method in class adams.flow.transformer.multispreadsheetoperation.Merge
Gets the tip-text for the merge method option.
mergeMethodTipText() - Method in class adams.flow.transformer.SpreadSheetMethodMerge
Gets the tip-text for the merge method option.
mergeMethodTipText() - Method in class adams.flow.transformer.WekaDatasetsMerge
Gets the tip-text for the merge method option.
MergeObjectLocations - Class in adams.flow.transformer
Merges the object locations in the report of the container passing through with the one obtained from storage.
The 'overlap action' determines what to do if objects overlap.
With the 'check type' you can still trigger a 'skip' if the type values of the two overlapping objects differ.
For simply merging all objects, choose a minOverlapRatio of 0.0 and the OverlapAction of KEEP.
MergeObjectLocations() - Constructor for class adams.flow.transformer.MergeObjectLocations
 
MergeObjectLocations.NoOverlapAction - Enum in adams.flow.transformer
Determines what to do when an object has no overlaps.
MergeObjectLocations.OverlapAction - Enum in adams.flow.transformer
Determines what to do when two objects overlap.
mergeObjects(LoggingObject, List<LocatedObject>, ObjectOverlap, String, String, MergedScoreCalculation) - Static method in class adams.data.objectfilter.MergeOverlapsHelper
Merges the objects into a single on.
MergeOverlaps - Class in adams.data.objectfilter
Merges overlapping objects into single object.
MergeOverlaps - Class in adams.data.overlappingobjectremoval
Merges overlapping objects into single one.
MergeOverlaps() - Constructor for class adams.data.objectfilter.MergeOverlaps
 
MergeOverlaps() - Constructor for class adams.data.overlappingobjectremoval.MergeOverlaps
 
MergeOverlapsHelper - Class in adams.data.objectfilter
Helper class for merging object overlaps.
MergeOverlapsHelper() - Constructor for class adams.data.objectfilter.MergeOverlapsHelper
 
MergeReport - Class in adams.flow.transformer
Allows the report (or the report of a report handler) passing through to to be merged with another one.
MergeReport() - Constructor for class adams.flow.transformer.MergeReport
 
MergeReport.MergeType - Enum in adams.flow.transformer
the type of merge operation to perform.
MergeReport.SourceType - Enum in adams.flow.transformer
the source of the other report.
MergeReportFromMap - Class in adams.flow.transformer
Merges the passing through report handler/report objects with the referenced map of report objects in storage.
MergeReportFromMap() - Constructor for class adams.flow.transformer.MergeReportFromMap
 
MergeReportFromMap.MergeType - Enum in adams.flow.transformer
the type of merge operation to perform.
mergeTipText() - Method in class adams.flow.transformer.AbstractReportDbWriter
Returns the tip text for this property.
mergeTipText() - Method in class adams.flow.transformer.AbstractReportFileImport
Returns the tip text for this property.
mergeTipText() - Method in class adams.flow.transformer.MergeReport
Returns the tip text for this property.
mergeTipText() - Method in class adams.flow.transformer.MergeReportFromMap
Returns the tip text for this property.
MergeTwoAttributes - Class in weka.filters.unsupervised.attribute
Merges two attributes, offers various strategies if values differ or not present.
Uses the common subsequence (either from start or end) of the two attributes as name of the merged attribute, otherwise the concatenation of the both (separated by '-').
MergeTwoAttributes() - Constructor for class weka.filters.unsupervised.attribute.MergeTwoAttributes
 
mergeWith(Properties) - Method in class adams.core.Properties
Merges its own data with the one provided by the specified object.
mergeWith(Bin<T>) - Method in class adams.data.binning.Bin
Merges its own data with the one provided by the specified object.
mergeWith(BinnableGroup<T>) - Method in class adams.data.binning.BinnableGroup
Just adds all the members of the other group.
mergeWith(DataContainer) - Method in class adams.data.container.AbstractDataContainer
Adds copies of all the points from the given container to its own.
mergeWith(Notes) - Method in class adams.data.Notes
Merges the currently stored notes with the specified ones.
mergeWith(Report) - Method in class adams.data.report.Report
Merges its own data with the one provided by the specified object.
mergeWith(Row) - Method in class adams.data.spreadsheet.DataRowView
Merges its own data with the one provided by the specified row.
mergeWith(Row) - Method in class adams.data.spreadsheet.DenseDataRow
Merges its own data with the one provided by the specified row.
mergeWith(Row) - Method in class adams.data.spreadsheet.HeaderRow
Merges its own data with the one provided by the specified row.
mergeWith(Row) - Method in interface adams.data.spreadsheet.Row
Merges its own data with the one provided by the specified row.
mergeWith(Row) - Method in class adams.data.spreadsheet.SparseDataRow
Merges its own data with the one provided by the specified row.
mergeWith(Row) - Method in class adams.ml.data.InstancesHeaderRow
Merges its own data with the one provided by the specified row.
mergeWith(Row) - Method in class adams.ml.data.InstanceView
Merges its own data with the one provided by the specified row.
mergeWith(SpreadSheet) - Method in class adams.data.spreadsheet.DefaultSpreadSheet
Puts the content of the provided spreadsheet on the right.
mergeWith(SpreadSheet) - Method in interface adams.data.spreadsheet.SpreadSheet
Puts the content of the provided spreadsheet on the right.
mergeWith(SpreadSheet) - Method in class adams.data.spreadsheet.SpreadSheetView
Puts the content of the provided spreadsheet on the right.
mergeWith(SpreadSheet) - Method in class adams.ml.data.DatasetView
Puts the content of the provided spreadsheet on the right.
mergeWith(SpreadSheet) - Method in class adams.ml.data.DefaultDataset
Puts the content of the provided spreadsheet on the right.
mergeWith(SpreadSheet) - Method in class adams.ml.data.InstancesView
Puts the content of the provided spreadsheet on the right.
mergeWith(Setup) - Method in class adams.env.Setup
Merges its own data with the one provided by the specified setup.
mergeWith(TimeseriesDisplay.DisplayPanel) - Method in class adams.flow.sink.TimeseriesDisplay.DisplayPanel
 
mergeWith(Capabilities) - Method in class adams.ml.capabilities.Capabilities
Merges with the capabilities from the provided capabilities object.
mergeWith(T) - Method in interface adams.core.Mergeable
Merges its own data with the one provided by the specified object.
mergeWith(T) - Method in interface adams.flow.sink.MergeableDisplayPanel
Merges its own data with the one provided by the specified object.
MESSAGE_CHARSET - Static variable in class adams.scripting.processor.DefaultProcessor
 
MESSAGE_CHARSET - Static variable in class adams.scripting.processor.JsonProcessor
the char set for the messages.
MessageBox - Class in adams.flow.sink.sendnotification
Simply pops up a message box with the notification.
MessageBox() - Constructor for class adams.flow.sink.sendnotification.MessageBox
 
MessageCollection - Class in adams.core
Container for collecting messages.
MessageCollection() - Constructor for class adams.core.MessageCollection
Initializes the container.
MessageDigest - Class in adams.core.io.filechanged
Generates a message digest and uses that for comparison.
MessageDigest - Class in adams.flow.transformer
Generates a message digest and forwards that.
MessageDigest() - Constructor for class adams.core.io.filechanged.MessageDigest
 
MessageDigest() - Constructor for class adams.flow.transformer.MessageDigest
 
MessageDigestType - Enum in adams.core.io
Enumeration of available message digest algorithms.
messageIndentationTipText() - Method in class adams.flow.sink.simplelogging.format.TimestampedFormat
Returns the tip text for this property.
MessagePanel - Class in adams.gui.tools.previewbrowser
Allows the display of a message.
MessagePanel() - Constructor for class adams.gui.tools.previewbrowser.MessagePanel
 
messageTemplateTipText() - Method in class adams.flow.standalone.MemoryMonitor
Returns the tip text for this property.
messageTipText() - Method in class adams.flow.condition.bool.PromptUser
Returns the tip text for this property.
messageTipText() - Method in class adams.flow.source.EnterManyValues
Returns the tip text for this property.
messageTipText() - Method in class adams.flow.source.EnterValue
Returns the tip text for this property.
messageTipText() - Method in class adams.flow.source.PasteFromClipboard
Returns the tip text for this property.
messageTipText() - Method in class adams.flow.template.PromptUser
Returns the tip text for this property.
messageTipText() - Method in class adams.flow.template.SimpleMenu
Returns the tip text for this property.
messageTipText() - Method in class adams.flow.transformer.ConfirmationDialog
Returns the tip text for this property.
messageTipText() - Method in class adams.flow.transformer.SelectArraySubset
Returns the tip text for this property.
messageTipText() - Method in class adams.flow.transformer.SpreadSheetSelectSubset
Returns the tip text for this property.
messageTipText() - Method in class adams.flow.transformer.WekaChooseAttributes
Returns the tip text for this property.
META_DATA - adams.flow.control.PlotContainerUpdater.PlotContainerValue
meta-data.
META_DATA - adams.flow.transformer.ImageObjectInfo.InfoType
 
MetaCron - Class in adams.flow.control.flowrestart.trigger
Executes the base trigger according to the specified schedule.
MetaCron() - Constructor for class adams.flow.control.flowrestart.trigger.MetaCron
 
MetaCron.CronJob - Class in adams.flow.control.flowrestart.trigger
Encapsulates a job to run.
MetaData - Class in adams.data.indexedsplits
For storing meta-data.
MetaData - Class in adams.data.spreadsheet
Simple meta-data storage.
MetaData() - Constructor for class adams.data.indexedsplits.MetaData
 
MetaData() - Constructor for class adams.data.spreadsheet.MetaData
Initializes the meta-data.
MetaData(MetaData) - Constructor for class adams.data.spreadsheet.MetaData
Initializes the meta-data with the provided meta-data.
METADATA_BINWIDTH - Static variable in class adams.data.statistics.ArrayHistogram
the key for the bin width in the meta-data.
METADATA_BINX - Static variable in class adams.data.statistics.ArrayHistogram
the key for the x-values for all the bins in the meta-data.
METADATA_MAXIMUM - Static variable in class adams.data.statistics.ArrayHistogram
the key for the maximum used in the meta-data.
METADATA_MINIMUM - Static variable in class adams.data.statistics.ArrayHistogram
the key for the minimum used in the meta-data.
METADATA_NUMBINS - Static variable in class adams.data.statistics.ArrayHistogram
the key for the number of bins in the meta-data.
MetaDataColorPaintlet - Interface in adams.gui.visualization.sequence
Interface for paintlets that can extract their color from meta-data attached to the sequence points.
metaDataColorTipText() - Method in class adams.flow.sink.ActualVsPredictedPlot
Returns the tip text for this property.
metaDataColorTipText() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.ClassifierErrors
Returns the tip text for this property.
metaDataColorTipText() - Method in class adams.gui.visualization.sequence.AbstractXYSequenceMetaDataColorPaintlet
Returns the tip text for this property.
metaDataColorTipText() - Method in interface adams.gui.visualization.sequence.MetaDataColorPaintlet
Returns the tip text for this property.
metaDataColumnsTipText() - Method in class adams.flow.transformer.plotgenerator.AndrewsCurvesGenerator
Returns the tip text for this property.
metaDataColumnsTipText() - Method in class adams.flow.transformer.plotgenerator.RowWisePlotGenerator
Returns the tip text for this property.
metaDataColumnsTipText() - Method in class adams.flow.transformer.plotgenerator.SimplePlotGenerator
Returns the tip text for this property.
metaDataColumnsTipText() - Method in class adams.flow.transformer.plotgenerator.XYPlotGenerator
Returns the tip text for this property.
metaDataColumnsTipText() - Method in class adams.flow.transformer.plotgenerator.XYWithErrorsPlotGenerator
Returns the tip text for this property.
metaDataExtractor(File) - Static method in class adams.data.image.ImageMetaDataHelper
Reads the meta-data from the file (using meta-data extractor).
MetaDataExtractor - Class in adams.flow.transformer.metadata
Uses the MetaDataExtractor library to extract the meta-data.
For more information see:
http://code.google.com/p/metadata-extractor/

MetaDataExtractor() - Constructor for class adams.flow.transformer.metadata.MetaDataExtractor
 
MetaDataFileUtils - Class in adams.core.io
Helper class for locating meta-data files.
MetaDataFileUtils() - Constructor for class adams.core.io.MetaDataFileUtils
 
MetaDataFileUtils.MetaDataLocation - Enum in adams.core.io
Enum for locating the meta-data.
metaDataKeys() - Method in interface adams.core.MetaDataSupporter
Returns the set of meta-data keys.
metaDataKeys() - Method in class adams.data.binning.Binnable
Returns the set of meta-data keys.
metaDataKeysTipText() - Method in class adams.data.io.output.ObjectLocationsSpreadSheetWriter
Returns the tip text for this property.
metaDataKeysTipText() - Method in class adams.data.objectfilter.AttachOverlappingMetaData
Returns the tip text for this property.
metaDataKeysTipText() - Method in class adams.data.objectoverlap.AbstractObjectOverlap
Returns the tip text for this property.
metaDataKeysTipText() - Method in class adams.gui.visualization.image.leftclick.DeleteObjects
Returns the tip text for this property.
metaDataKeysTipText() - Method in class adams.gui.visualization.image.leftclick.ViewObjects
Returns the tip text for this property.
metaDataKeysTipText() - Method in class adams.gui.visualization.object.mouseclick.DeleteObjects
Returns the tip text for this property.
metaDataKeysTipText() - Method in class adams.gui.visualization.object.mouseclick.ViewObjects
Returns the tip text for this property.
metaDataKeyTipText() - Method in class adams.flow.control.PlotContainerUpdater
Returns the tip text for this property.
metaDataKeyTipText() - Method in class adams.flow.sink.SequencePlotter
Returns the tip text for this property.
metaDataKeyTipText() - Method in class adams.flow.transformer.SetPlotContainerValue
Returns the tip text for this property.
metaDataKeyTipText() - Method in class adams.gui.visualization.object.objectannotations.colors.PerType
Returns the tip text for this property.
metaDataKeyTipText() - Method in class adams.gui.visualization.object.objectannotations.colors.TypeColorMapping
Returns the tip text for this property.
metaDataKeyTipText() - Method in class adams.gui.visualization.object.objectannotations.label.Anchored
Returns the tip text for this property.
metaDataKeyTipText() - Method in class adams.gui.visualization.sequence.metadatacolor.ColorPerLabel
Returns the tip text for this property.
metaDataKeyTipText() - Method in class adams.gui.visualization.sequence.metadatacolor.ColorPerRegExpGroup
Returns the tip text for this property.
metaDataKeyTipText() - Method in class adams.gui.visualization.sequence.MetaDataValuePaintlet
Returns the tip text for this property.
metaDataKeyTipText() - Method in class adams.gui.visualization.stats.paintlet.ScatterPaintletMetaDataValue
Returns the tip text for this property.
metaDataKeyTypeTipText() - Method in class adams.data.io.output.ObjectLocationsSpreadSheetWriter
Returns the tip text for this property.
metaDataLocationTipText() - Method in class adams.flow.transformer.ImageFileReader
Returns the tip text for this property.
MetaDataProvider - Interface in adams.core
For classes that provide additional information for their objects.
metaDataReaderTipText() - Method in class adams.flow.transformer.ImageFileReader
Returns the tip text for this property.
MetaDataSupporter - Interface in adams.core
Interface for objects that support meta-data.
MetaDataText - Class in adams.gui.visualization.image
Overlay for text from the image's meta-data.
MetaDataText() - Constructor for class adams.gui.visualization.image.MetaDataText
 
metaDataTipText() - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.AbstractIndexedSplitsRunsGenerator
Returns the tip text for this property.
MetaDataType - Enum in adams.db
The types of available meta-data.
metaDataTypeTipText() - Method in class adams.flow.source.AbstractDatabaseMetaData
Returns the tip text for this property.
MetaDataUtils - Class in adams.db
Utility class for database meta-data.
MetaDataUtils() - Constructor for class adams.db.MetaDataUtils
 
MetaDataValuePaintlet - Class in adams.gui.visualization.sequence
Paintlet for painting a meta-data value as text, centered at the specified X-Y position.
MetaDataValuePaintlet() - Constructor for class adams.gui.visualization.sequence.MetaDataValuePaintlet
 
metaDataVariablePrefixTipText() - Method in class adams.flow.transformer.ImageObjectToVariables
Returns the tip text for this property.
metaDownTipText() - Method in class adams.gui.visualization.image.leftclick.AbstractLeftClickProcessor
Returns the tip text for this property.
metaDownTipText() - Method in class adams.gui.visualization.object.mouseclick.AbstractMouseClickProcessor
Returns the tip text for this property.
MetaFileReader - Interface in adams.data.io.input
Interface for file readers that actually use another reader internally with its own supported file format extensions.
MetaFileWriter - Interface in adams.data.io.output
Interface for file writers that actually use another writer internally with its own supported file format extensions.
MetaHeadline - Class in adams.flow.transformer.pdfproclet
Adds a simple headline before applying the base proclet.
MetaHeadline() - Constructor for class adams.flow.transformer.pdfproclet.MetaHeadline
 
metaLevelClassifierTipText() - Method in class weka.classifiers.meta.PartitionedStacking
Returns the tip text for this property.
MetaPartitionedMultiFilter - Class in weka.filters.unsupervised.attribute
With each specified filter, a regular expression is associated that defines the range of attributes to apply the filter to.
MetaPartitionedMultiFilter() - Constructor for class weka.filters.unsupervised.attribute.MetaPartitionedMultiFilter
 
metaPrefixTipText() - Method in class adams.data.io.input.OpexObjectLocationsReader
Returns the tip text for this property.
metaPrefixTipText() - Method in class adams.data.io.input.PascalVOCObjectLocationsReader
Returns the tip text for this property.
metaPrefixTipText() - Method in class adams.data.io.output.OpexObjectLocationsWriter
Returns the tip text for this property.
MetaXYSequencePaintlet - Interface in adams.gui.visualization.sequence
Interface for paintlets that wrap another paintlet.
METHOD_CUSTOMPANEL - Static variable in class adams.gui.goe.DefaultGenericObjectEditorHandler
the method name for custom panel suppliers.
METHOD_FULLSIZEOF - Static variable in class adams.core.SizeOf
the method to use.
METHOD_FULLSIZEPERCLASS - Static variable in class adams.core.SizeOf
the method to use (per class).
METHOD_GLOBALINFO - Static variable in class adams.gui.goe.GlobalInfoCache
the globalInfo method.
METHOD_STOPALLENGINES - Static variable in class adams.flow.FlowRunner
the method for stopping all engines.
METHOD_VALUES - Static variable in class adams.core.EnumHelper
the name of the static method for returning all values of an enum.
methodNameTipText() - Method in class adams.flow.core.AbstractPyroCall
Returns the tip text for this property.
methodNameTipText() - Method in interface adams.flow.core.PyroCall
Returns the tip text for this property.
methods - Variable in class adams.core.discovery.IntrospectionHelper.IntrospectionContainer
the method descriptors.
methodTipText() - Method in class adams.flow.source.HttpRequest
Returns the tip text for this property.
methodTipText() - Method in class adams.flow.transformer.HttpRequest
Returns the tip text for this property.
MicroSecondFormat - Class in adams.core
Formatting class for turning byte amounts into kb, mb, etc.
MicroSecondFormat(String) - Constructor for class adams.core.MicroSecondFormat
Initializes the formatter.
MicroSecondFormat.Unit - Enum in adams.core
The available units.
MicroSecondFormatString - Class in adams.core
Wrapper for microsecond format strings.
MicroSecondFormatString() - Constructor for class adams.core.MicroSecondFormatString
Initializes the string with "0".
MicroSecondFormatString(String) - Constructor for class adams.core.MicroSecondFormatString
Initializes the object with the string to parse.
MICROSECONDS - adams.core.MicroSecondFormat.Unit
 
mid(String, int, int) - Method in class adams.parser.ParserHelper
Returns the specified substring from the string.
MID - Static variable in interface adams.parser.booleanexpression.sym
 
MID - Static variable in interface adams.parser.lookupupdate.sym
 
MID - Static variable in interface adams.parser.mathematicalexpression.sym
 
MID - Static variable in interface adams.parser.spreadsheetformula.sym
 
MID - Static variable in interface adams.parser.stringexpression.sym
 
MIDDLE - adams.core.ShorteningType
 
MIDDLE - adams.gui.visualization.object.mouseclick.AbstractMouseClickProcessor.MouseButton
 
MIDDLE_CENTER - adams.data.image.ImageAnchor
middle center.
MIDDLE_LEFT - adams.data.image.ImageAnchor
middle left.
MIDDLE_RIGHT - adams.data.image.ImageAnchor
middle right.
MILLI_SECONDS - adams.flow.source.CurrentTime.TimeType
 
MILLI_SECONDS_LONG - adams.flow.source.CurrentTime.TimeType
 
MILLISECONDS - adams.core.MicroSecondFormat.Unit
 
MIME - adams.core.net.Base64Type
 
MimeType - Class in adams.flow.transformer
Determines the mime type of a file.
MimeType() - Constructor for class adams.flow.transformer.MimeType
 
MIMETYPE_APPLICATION_OCTETSTREAM - Static variable in class adams.core.net.MimeTypeHelper
mime type: application/octet-stream.
MIMETYPE_PLAIN_TEXT - Static variable in class adams.core.net.MimeTypeHelper
mime type: plain/text.
MimeTypeHelper - Class in adams.core.net
Helper class for mime types.
MimeTypeHelper() - Constructor for class adams.core.net.MimeTypeHelper
 
mimeTypeTipText() - Method in class adams.flow.transformer.HttpRequest
Returns the tip text for this property.
min - Variable in class adams.core.base.RangedThreshold.ThresholdSpecification
the minimum.
min(double[]) - Static method in class adams.data.statistics.StatUtils
Returns the (first occurrence of the) smallest value in the given array.
min(int[]) - Static method in class adams.data.statistics.StatUtils
Returns the (first occurrence of the) smallest value in the given array.
min(int[], int) - Method in class adams.data.image.transformer.crop.BinaryCrop
Finds the smallest value that is greater than the specified lower bound.
min(Number[]) - Static method in class adams.data.statistics.StatUtils
Returns the (first occurrence of the) smallest value in the given array.
min(String, String) - Method in class adams.parser.spreadsheetformula.ParserHelper
Calculates the minimum for a range of cells.
Min - Class in adams.data.image.features
Simply outputs the RGB value of the darkest pixel.
Min - Class in adams.data.spreadsheet.colstatistic
Calculates the min for a numeric column.
Min - Class in adams.data.spreadsheet.matrixstatistic
Determines the smallest numeric value in the matrix, skips NaN and infinite values.
Min - Class in adams.data.spreadsheet.rowstatistic
Calculates the min for a numeric row.
Min - Class in adams.flow.transformer
Returns the minimum value from a double/int array or the index of the minimum value.
Min() - Constructor for class adams.data.image.features.Min
 
Min() - Constructor for class adams.data.spreadsheet.colstatistic.Min
 
Min() - Constructor for class adams.data.spreadsheet.matrixstatistic.Min
 
Min() - Constructor for class adams.data.spreadsheet.rowstatistic.Min
 
Min() - Constructor for class adams.flow.transformer.Min
 
MIN - adams.data.objectfilter.MergedScoreCalculation
 
MIN - adams.flow.transformer.SpreadSheetAggregate.Aggregate
the minimum.
MIN - adams.flow.transformer.WekaInstancesInfo.InfoType
the minimum value (selected attribute, only numeric).
MIN - adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.LowerStatistic
 
MIN - edu.umbc.cs.maple.utils.JamaUtils.Function
 
MIN - Static variable in interface adams.parser.booleanexpression.sym
 
MIN - Static variable in interface adams.parser.lookupupdate.sym
 
MIN - Static variable in interface adams.parser.mathematicalexpression.sym
 
MIN - Static variable in interface adams.parser.spreadsheetformula.sym
 
MIN - Static variable in interface adams.parser.spreadsheetquery.sym
 
MIN - Static variable in interface adams.parser.stringexpression.sym
 
MIN - Static variable in class weka.filters.supervised.attribute.SIMPLSMatrixFilterFromGeneticString
 
MIN_BYTES - Static variable in class adams.core.io.filecomplete.BMP
 
MIN_DELTA_TIMESTAMP - Static variable in class adams.data.statistics.TimeseriesStatistic
 
MIN_GLIBC_VERSION - Static variable in class weka.classifiers.trees.XGBoost
 
MIN_HEIGHT - Static variable in class adams.gui.visualization.container.NotesFactory.Dialog
the minimum height.
MIN_IMPROVEMENT - Static variable in class weka.classifiers.meta.ClassifierCascade
 
MIN_PORT - Static variable in class adams.core.net.PortManager
the minimum (non-privileged) port.
MIN_PROBABILITY - Static variable in class weka.classifiers.meta.AbstainMinimumProbability
 
MIN_PROBABILITY - Static variable in class weka.classifiers.meta.ThresholdedBinaryClassification
 
MIN_RULE - adams.flow.transformer.wekaclassifiersetupprocessor.VotedPairs.VotingType
 
MIN_RULE - Static variable in class weka.classifiers.meta.AbstainVote
combination rule: Minimum Probability
MIN_SAMPLES - Static variable in class weka.filters.unsupervised.attribute.InterquartileRangeSamp
 
MIN_TIMESTAMP - adams.flow.transformer.TimeseriesInfo.InfoType
the smallest timestamp.
MIN_VALUE - adams.flow.transformer.TimeseriesInfo.InfoType
the smallest value.
MIN_VALUE - Static variable in class adams.data.statistics.TimeseriesStatistic
 
MIN_VALUE - Static variable in class adams.gui.visualization.core.AbstractColorProvider
the minimum value for R, G and B before restarting the color provider.
MIN_WINDOW_SIZE - Static variable in class adams.data.utils.LOWESS
the minimum window size.
MinBinSize - Class in adams.data.binning.postprocessing
Ensures that bins have the specified minimum number of objects stored.
MinBinSize() - Constructor for class adams.data.binning.postprocessing.MinBinSize
 
minChildWeightTipText() - Method in class weka.classifiers.trees.XGBoost
Gets the tip-text for the minChildWeight option.
minClassRangePercentageTipText() - Method in class weka.classifiers.meta.MinMaxLimits
Returns the tip text for this property.
minConcentrationTipText() - Method in class adams.data.outlier.TargetRequired
Returns the tip text for this property.
minCountsTipText() - Method in class adams.flow.transformer.BoofCVDetectLines
Returns the tip text for this property.
MinDimensions - Class in adams.flow.transformer.negativeregions
Enforces the specified minimum dimensions.
MinDimensions() - Constructor for class adams.flow.transformer.negativeregions.MinDimensions
 
minDist(double[], double[], double[][], int) - Static method in class adams.data.utils.SAXUtils
Calculate the distance between 2 SAX vectors.
minDistance(Point, Point, Point) - Static method in class adams.gui.visualization.image.PolygonUtils
Returns the minimum distance between a line segment AB and a point E.
minDistanceFromOriginTipText() - Method in class adams.flow.transformer.BoofCVDetectLines
Returns the tip text for this property.
minDistanceTipText() - Method in class adams.gui.visualization.image.selectionshape.PolygonPainter
Returns the tip text for this property.
minDistanceTipText() - Method in class adams.gui.visualization.object.annotator.PolygonAnnotator
Returns the tip text for this property.
minElementsTipText() - Method in class adams.flow.condition.bool.HasElements
Returns the tip text for this property.
minFileTimestampTipText() - Method in class adams.flow.source.DirectoryLister
Returns the tip text for this property.
minHandlingTipText() - Method in class weka.classifiers.meta.MinMaxLimits
Returns the tip text for this property.
minHeightTipText() - Method in class adams.flow.transformer.locateobjects.SizeFilter
Returns the tip text for this property.
minHeightTipText() - Method in class adams.flow.transformer.negativeregions.MinDimensions
Returns the tip text for this property.
minHeightTipText() - Method in class adams.flow.transformer.negativeregions.RandomRegions
Returns the tip text for this property.
minimalTipText() - Method in class weka.classifiers.functions.LinearRegressionJ
Returns the tip text for this property.
minimalWindowTipText() - Method in class adams.gui.application.AbstractApplicationFrame
Returns the tip text for this property.
minimizeWindows() - Method in class adams.gui.application.AbstractApplicationFrame
minimizes all windows.
minImprovementTipText() - Method in class weka.classifiers.meta.ClassifierCascade
Returns the tip text for this property.
Minimum - Class in adams.data.conversion
If the numbers passing through fall below the defined minimum, the minimum is returned instead.
Minimum() - Constructor for class adams.data.conversion.Minimum
 
minimumImprovementTipText() - Method in class adams.opt.genetic.stopping.MaxIterationsWithoutImprovement
Returns the tip text for this property.
minimumImprovementTipText() - Method in class adams.opt.genetic.stopping.MaxTrainTimeWithoutImprovement
Returns the tip text for this property.
minimumIncludedTipText() - Method in class adams.data.featureconverter.CountValues
Returns the tip text for this property.
minimumIncludedTipText() - Method in class adams.data.objectfinder.ByMetaDataNumericValue
Returns the tip text for this property.
minimumIncludedTipText() - Method in class adams.data.objectfinder.PolygonPoints
Returns the tip text for this property.
minimumIncludedTipText() - Method in class adams.data.objectfinder.Size
Returns the tip text for this property.
minimumIncludedTipText() - Method in class adams.data.spreadsheet.rowfinder.ByDateValue
Returns the tip text for this property.
minimumIncludedTipText() - Method in class adams.data.spreadsheet.rowfinder.ByNumericValue
Returns the tip text for this property.
minimumIncludedTipText() - Method in class adams.data.spreadsheet.rowfinder.ByStringComparison
Returns the tip text for this property.
minimumIncludedTipText() - Method in class adams.data.weka.rowfinder.ByNumericValue
Returns the tip text for this property.
minimumIncludedTipText() - Method in class adams.flow.transformer.wekaevaluationpostprocessor.SimpleSubRange
Returns the tip text for this property.
minimumPixelDifferenceDetectorTipText() - Method in class adams.gui.visualization.core.plot.AbstractDistanceBasedHitDetector
Returns the tip text for this property.
minimumTipText() - Method in class adams.core.discovery.genetic.AbstractGeneticDoubleDiscoveryHandler
Returns the tip text for this property.
minimumTipText() - Method in class adams.core.discovery.genetic.AbstractGeneticDoubleMatrixDiscoveryHandler
Returns the tip text for this property.
minimumTipText() - Method in class adams.core.discovery.genetic.AbstractGeneticFloatDiscoveryHandler
Returns the tip text for this property.
minimumTipText() - Method in class adams.core.discovery.genetic.AbstractGeneticIntegerArrayDiscoveryHandler
Returns the tip text for this property.
minimumTipText() - Method in class adams.core.discovery.genetic.AbstractGeneticIntegerDiscoveryHandler
Returns the tip text for this property.
minimumTipText() - Method in class adams.data.conversion.Minimum
Returns the tip text for this property.
minimumTipText() - Method in class adams.data.featureconverter.CountValues
Returns the tip text for this property.
minimumTipText() - Method in class adams.data.filter.TimeseriesValueSubset
Returns the tip text for this property.
minimumTipText() - Method in class adams.data.objectfinder.ByMetaDataNumericValue
Returns the tip text for this property.
minimumTipText() - Method in class adams.data.objectfinder.PolygonPoints
Returns the tip text for this property.
minimumTipText() - Method in class adams.data.objectfinder.Size
Returns the tip text for this property.
minimumTipText() - Method in class adams.data.spreadsheet.rowfinder.ByDateValue
Returns the tip text for this property.
minimumTipText() - Method in class adams.data.spreadsheet.rowfinder.ByNumericValue
Returns the tip text for this property.
minimumTipText() - Method in class adams.data.spreadsheet.rowfinder.ByStringComparison
Returns the tip text for this property.
minimumTipText() - Method in class adams.data.weka.rowfinder.ByNumericValue
Returns the tip text for this property.
minimumTipText() - Method in class adams.flow.condition.bool.Counting
Returns the tip text for this property.
minimumTipText() - Method in class adams.flow.sink.ProgressBar
Returns the tip text for this property.
minimumTipText() - Method in class adams.flow.standalone.logevent.LevelFilter
Returns the tip text for this property.
minimumTipText() - Method in class adams.flow.transformer.wekaevaluationpostprocessor.SimpleSubRange
Returns the tip text for this property.
minIndex(double[]) - Static method in class adams.data.statistics.StatUtils
Returns the (first occurrence of the) index of the cell with the smallest double.
minIndex(double[]) - Static method in class edu.umbc.cs.maple.utils.MathUtils
Gets the index of the minimum element in the array.
minIndex(int[]) - Static method in class adams.data.statistics.StatUtils
Returns the (first occurrence of the) index of the cell with the smallest int.
minIndex(int[]) - Static method in class edu.umbc.cs.maple.utils.MathUtils
Gets the index of the minimum element in the array.
minIndex(Number[]) - Static method in class adams.data.statistics.StatUtils
Returns the (first occurrence of the) index of the cell with the smallest number.
minIndexRand(double[]) - Static method in class edu.umbc.cs.maple.utils.MathUtils
Gets the index of the minimum element in the array.
minIndexRand(int[]) - Static method in class edu.umbc.cs.maple.utils.MathUtils
Gets the index of the minimum element in the array.
minIntersectOverUnionRatioTipText() - Method in class adams.data.objectoverlap.IntersectOverUnionRatio
Returns the tip text for this property.
minIntersectOverUnionRatioTipText() - Method in class adams.flow.transformer.IntersectOverUnion
Returns the tip text for this property.
minLagTipText() - Method in class adams.flow.core.LagMakerOptions
Returns the tip text for this property.
minLengthTipText() - Method in class adams.flow.condition.bool.HasLength
Returns the tip text for this property.
minManualTipText() - Method in class weka.classifiers.meta.MinMaxLimits
Returns the tip text for this property.
minMax(List<Binnable<T>>) - Static method in class adams.data.binning.operation.Statistics
Determines the min/max of the values.
MinMax - Class in adams.data.outlier
Detects data containers where a report value is too high/low.
MinMax() - Constructor for class adams.data.outlier.MinMax
 
MinMaxLimits - Class in weka.classifiers.meta
Allows to influence the handling of lower/upper limits of the built classifier when making predictions.
The following types of handling are available: AS_IS, MANUAL, CLASS_RANGE
Details on the types:
- AS_IS: prediction does not get changed
- MANUAL: applies the manual limit, ie at most this limit is output
- CLASS_RANGE: applies the percentage leeway to the class attribute range of the training set to determine the actual limit value.
MinMaxLimits() - Constructor for class weka.classifiers.meta.MinMaxLimits
 
MinMaxLimits.LimitHandling - Enum in weka.classifiers.meta
Determines the type of handling for the limit
minNumContainersRequired() - Method in class adams.data.imagesegmentation.operation.AbstractImageSegmentationContainerOperation
Returns the minimum number of containers that are required for the operation.
minNumContainersRequired() - Method in class adams.data.imagesegmentation.operation.CompareAnnotationWithPrediction
Returns the minimum number of containers that are required for the operation.
minNumContainersRequired() - Method in class adams.data.imagesegmentation.operation.ConfusionMatrix
Returns the minimum number of containers that are required for the operation.
minNumContainersRequired() - Method in class adams.data.imagesegmentation.operation.CountPixels
Returns the minimum number of containers that are required for the operation.
minNumContainersRequired() - Method in class adams.data.imagesegmentation.operation.EvaluatePrediction
Returns the minimum number of containers that are required for the operation.
minNumContainersRequired() - Method in class adams.data.imagesegmentation.operation.PassThrough
Returns the minimum number of containers that are required for the operation.
minNumContainersRequired() - Method in class adams.data.imagesegmentation.operation.SimpleOverlay
Returns the minimum number of containers that are required for the operation.
minNumImagesRequired() - Method in class adams.data.boofcv.multiimageoperation.And
Returns the minimum number of images that are required for the operation.
minNumImagesRequired() - Method in class adams.data.boofcv.multiimageoperation.Diff
Returns the minimum number of images that are required for the operation.
minNumImagesRequired() - Method in class adams.data.boofcv.multiimageoperation.Or
Returns the minimum number of images that are required for the operation.
minNumImagesRequired() - Method in class adams.data.boofcv.multiimageoperation.PassThrough
Returns the minimum number of images that are required for the operation.
minNumImagesRequired() - Method in class adams.data.boofcv.multiimageoperation.ReportFieldSubtraction
Returns the minimum number of images that are required for the operation.
minNumImagesRequired() - Method in class adams.data.boofcv.multiimageoperation.XOr
Returns the minimum number of images that are required for the operation.
minNumImagesRequired() - Method in class adams.data.image.AbstractMultiImageOperation
Returns the minimum number of images that are required for the operation.
minNumImagesRequired() - Method in class adams.data.image.multiimageoperation.And
Returns the minimum number of images that are required for the operation.
minNumImagesRequired() - Method in class adams.data.image.multiimageoperation.ApplyMask
Returns the minimum number of images that are required for the operation.
minNumImagesRequired() - Method in class adams.data.image.multiimageoperation.Average
Returns the minimum number of images that are required for the operation.
minNumImagesRequired() - Method in class adams.data.image.multiimageoperation.CombineChannels
Returns the minimum number of images that are required for the operation.
minNumImagesRequired() - Method in class adams.data.image.multiimageoperation.Diff
Returns the minimum number of images that are required for the operation.
minNumImagesRequired() - Method in class adams.data.image.multiimageoperation.Median
Returns the minimum number of images that are required for the operation.
minNumImagesRequired() - Method in class adams.data.image.multiimageoperation.MergeGrid
Returns the minimum number of images that are required for the operation.
minNumImagesRequired() - Method in class adams.data.image.multiimageoperation.Or
Returns the minimum number of images that are required for the operation.
minNumImagesRequired() - Method in class adams.data.image.multiimageoperation.PassThrough
Returns the minimum number of images that are required for the operation.
minNumImagesRequired() - Method in class adams.data.image.multiimageoperation.ReportFieldSubtraction
Returns the minimum number of images that are required for the operation.
minNumImagesRequired() - Method in class adams.data.image.multiimageoperation.XOr
Returns the minimum number of images that are required for the operation.
minNumImagesRequired() - Method in class adams.data.opencv.multiimageoperation.PassThrough
Returns the minimum number of images that are required for the operation.
minNumImagesRequired() - Method in class adams.data.opencv.multiimageoperation.ReportFieldSubtraction
Returns the minimum number of images that are required for the operation.
minNumInstancesTipText() - Method in class weka.classifiers.trees.m5.M5Base2
Returns the tip text for this property
minNumMapsRequired() - Method in class adams.flow.transformer.multimapoperation.AbstractMultiMapOperation
Returns the minimum number of maps that are required for the operation.
minNumMapsRequired() - Method in class adams.flow.transformer.multimapoperation.CommonKeys
Returns the minimum number of maps that are required for the operation.
minNumMapsRequired() - Method in class adams.flow.transformer.multimapoperation.Merge
Returns the minimum number of maps that are required for the operation.
minNumMapsRequired() - Method in class adams.flow.transformer.multimapoperation.PassThrough
Returns the minimum number of maps that are required for the operation.
minNumMatricesRequired() - Method in class adams.data.matlab.multimatrixoperation.AbstractMultiMatrixOperation
Returns the minimum number of matrices that are required for the operation.
minNumMatricesRequired() - Method in class adams.data.matlab.multimatrixoperation.Add
Returns the minimum number of matrices that are required for the operation.
minNumMatricesRequired() - Method in class adams.data.matlab.multimatrixoperation.ApplyMask
Returns the minimum number of matrices that are required for the operation.
minNumMatricesRequired() - Method in class adams.data.matlab.multimatrixoperation.Combine
Returns the minimum number of matrices that are required for the operation.
minNumMatricesRequired() - Method in class adams.data.matlab.multimatrixoperation.Subtract
Returns the minimum number of matrices that are required for the operation.
minNumRows() - Method in class adams.gui.core.spreadsheettable.ArrayStatistic
Returns the minimum number of rows that the plugin requires.
minNumRows() - Method in class adams.gui.core.spreadsheettable.CopySelectedFiles
Returns the minimum number of rows that the plugin requires.
minNumRows() - Method in class adams.gui.core.spreadsheettable.JFreeChart
Returns the minimum number of rows that the plugin requires.
minNumRows() - Method in interface adams.gui.core.spreadsheettable.PlotSelectedRows
Returns the minimum number of rows that the plugin requires.
minNumRows() - Method in interface adams.gui.core.spreadsheettable.ProcessSelectedRows
Returns the minimum number of rows that the plugin requires.
minNumRows() - Method in class adams.gui.core.spreadsheettable.SimplePlot
Returns the minimum number of rows that the plugin requires.
minNumRows() - Method in class adams.gui.visualization.instances.instancestable.ArrayStatistic
Returns the minimum number of rows that the plugin requires.
minNumRows() - Method in class adams.gui.visualization.instances.instancestable.ChangeInstanceWeights
Returns the minimum number of rows that the plugin requires.
minNumRows() - Method in class adams.gui.visualization.instances.instancestable.InvestigatorAsNewDataset
Returns the minimum number of rows that the plugin requires.
minNumRows() - Method in class adams.gui.visualization.instances.instancestable.JFreeChart
Returns the minimum number of rows that the plugin requires.
minNumRows() - Method in interface adams.gui.visualization.instances.instancestable.PlotSelectedRows
Returns the minimum number of rows that the plugin requires.
minNumRows() - Method in interface adams.gui.visualization.instances.instancestable.ProcessSelectedRows
Returns the minimum number of rows that the plugin requires.
minNumRows() - Method in class adams.gui.visualization.instances.instancestable.SimplePlot
Returns the minimum number of rows that the plugin requires.
minNumSheetsRequired() - Method in class adams.flow.transformer.multispreadsheetoperation.AbstractIndentifiableRowOperation
Returns the minimum number of sheets that are required for the operation.
minNumSheetsRequired() - Method in class adams.flow.transformer.multispreadsheetoperation.AbstractMultiSpreadSheetOperation
Returns the minimum number of sheets that are required for the operation.
minNumSheetsRequired() - Method in class adams.flow.transformer.multispreadsheetoperation.CommonIDs
Returns the minimum number of sheets that are required for the operation.
minNumSheetsRequired() - Method in class adams.flow.transformer.multispreadsheetoperation.Merge
Returns the minimum number of sheets that are required for the operation.
minNumSheetsRequired() - Method in class adams.flow.transformer.multispreadsheetoperation.PassThrough
Returns the minimum number of sheets that are required for the operation.
minNumValuesTipText() - Method in class adams.data.spc.MOACUSUM
Returns the tip text for this property.
minNumValuesTipText() - Method in class adams.data.spc.MOAPageHinkley
Returns the tip text for this property.
minOverlapRatioTipText() - Method in class adams.data.objectoverlap.AreaRatio
Returns the tip text for this property.
minOverlapRatioTipText() - Method in class adams.flow.transformer.CompareObjectTypes
Returns the tip text for this property.
minOverlapRatioTipText() - Method in class adams.flow.transformer.DeleteOverlappingImageObjects
Returns the tip text for this property.
minOverlapRatioTipText() - Method in class adams.flow.transformer.ImageObjectOverlap
Returns the tip text for this property.
minOverlapRatioTipText() - Method in class adams.flow.transformer.MergeObjectLocations
Returns the tip text for this property.
minPointsTipText() - Method in class adams.data.spc.OnOneSideViolations
Returns the tip text for this property.
minProbabilityTipText() - Method in class weka.classifiers.meta.AbstainMinimumProbability
Returns the tip text for this property
minProbabilityTipText() - Method in class weka.classifiers.meta.ThresholdedBinaryClassification
Returns the tip text for this property.
MinRGB - Class in adams.data.image.transformer
MinRGB() - Constructor for class adams.data.image.transformer.MinRGB
 
MinRGBOld - Class in adams.data.image.transformer
MinRGBOld() - Constructor for class adams.data.image.transformer.MinRGBOld
 
minRowsTipText() - Method in class adams.flow.condition.bool.HasRows
Returns the tip text for this property.
minSamplesTipText() - Method in class weka.filters.unsupervised.attribute.InterquartileRangeSamp
Returns the tip text for this property.
minSizeTipText() - Method in class adams.core.io.fileuse.FileSizeChange
Returns the tip text for this property.
minSizeTipText() - Method in class adams.data.binning.postprocessing.MinBinSize
Returns the tip text for this property.
minSizeTipText() - Method in class adams.flow.condition.bool.HasSize
Returns the tip text for this property.
minSizeTipText() - Method in class adams.flow.source.RSync
 
minSizeTipText() - Method in class adams.flow.transformer.locateobjects.XScreenMaskLocator
Returns the tip text for this property.
minSpacesTipText() - Method in class adams.data.io.input.AutoWidthTabularSpreadSheetReader
Returns the tip text for this property.
minTimestampTipText() - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearchWithTimestampConstraints
Returns the tip text for this property.
minTimestampTipText() - Method in class adams.flow.source.filesystemsearch.LocalFileSearchWithTimestampConstraints
Returns the tip text for this property.
minTipText() - Method in class adams.data.boofcv.features.Otsu
Returns the tip text for this property.
minTipText() - Method in class adams.data.conversion.DoubleMatrixToBufferedImage
Returns the tip text for this property.
minTipText() - Method in class adams.data.outlier.MinMax
Returns the tip text for this property.
minTipText() - Method in class adams.data.outlier.TimeseriesRange
Returns the tip text for this property.
minTipText() - Method in class adams.gui.visualization.sequence.pointpreprocessor.Jitter
Returns the tip text for this property.
minTipText() - Method in class weka.classifiers.trees.RandomRegressionForest
Returns the tip text for this property
minTipText() - Method in class weka.filters.supervised.attribute.SIMPLSMatrixFilterFromGeneticString
 
minTipText() - Method in class weka.filters.unsupervised.instance.Scale
Returns the tip text for this property.
minus(Notes) - Method in class adams.data.Notes
Returns all the notes after removing the provided ones.
minus(Report) - Method in class adams.data.report.Report
Returns the subset of values that this Quantitation Report contains, but not the provided one.
minus(Timeseries, Timeseries) - Static method in class adams.data.timeseries.TimeseriesUtils
Returns a timeseries that contains all the points that are in "a" but not in "b".
MINUS - Static variable in interface adams.parser.basedate.sym
 
MINUS - Static variable in interface adams.parser.basedatetime.sym
 
MINUS - Static variable in interface adams.parser.basedatetimemsec.sym
 
MINUS - Static variable in interface adams.parser.basetime.sym
 
MINUS - Static variable in interface adams.parser.basetimemsec.sym
 
MINUS - Static variable in interface adams.parser.booleanexpression.sym
 
MINUS - Static variable in interface adams.parser.lookupupdate.sym
 
MINUS - Static variable in interface adams.parser.mathematicalexpression.sym
 
MINUS - Static variable in interface adams.parser.spreadsheetformula.sym
 
MINUS - Static variable in interface adams.parser.stringexpression.sym
 
MINUTE - adams.data.conversion.ExtractDateTimeField.DateTimeField
minute.
MINUTE - Static variable in interface adams.parser.booleanexpression.sym
 
MINUTE - Static variable in interface adams.parser.mathematicalexpression.sym
 
MINUTE - Static variable in interface adams.parser.spreadsheetformula.sym
 
MINUTE - Static variable in interface adams.parser.stringexpression.sym
 
MINUTES - adams.core.MicroSecondFormat.Unit
 
MINUTES - adams.core.SecondFormat.Unit
 
MINUTES_PER_HOUR - Static variable in class adams.core.DateUtils
 
minValue(double[]) - Static method in class edu.umbc.cs.maple.utils.MathUtils
Computes the minimum value in the given array.
minValue(int[]) - Static method in class edu.umbc.cs.maple.utils.MathUtils
Computes the minimum value in the given array.
minValueTipText() - Method in class adams.data.opencv.features.Histogram
Returns the tip text for this property.
minValueTipText() - Method in class adams.data.outlier.TimeseriesMinPoints
Returns the tip text for this property.
minValueTipText() - Method in class adams.data.random.JavaRandomInt
Returns the tip text for this property.
minValueTipText() - Method in class adams.data.random.JavaRandomIntUnseeded
Returns the tip text for this property.
minValueTipText() - Method in interface adams.data.random.RandomDoubleRangeGenerator
Returns the tip text for this property.
minValueTipText() - Method in interface adams.data.random.RandomIntegerRangeGenerator
Returns the tip text for this property.
minWidthTipText() - Method in class adams.flow.transformer.locateobjects.SizeFilter
Returns the tip text for this property.
minWidthTipText() - Method in class adams.flow.transformer.negativeregions.MinDimensions
Returns the tip text for this property.
minWidthTipText() - Method in class adams.flow.transformer.negativeregions.RandomRegions
Returns the tip text for this property.
minXTipText() - Method in class adams.gui.visualization.sequence.PaintletWithFixedXRange
Returns the tip text for this property.
minXTipText() - Method in class adams.gui.visualization.sequence.PaintletWithFixedXYRange
Returns the tip text for this property.
minXTipText() - Method in class adams.gui.visualization.timeseries.PaintletWithFixedXRange
Returns the tip text for this property.
minXTipText() - Method in class adams.gui.visualization.timeseries.PaintletWithFixedXYRange
Returns the tip text for this property.
minYTipText() - Method in class adams.gui.visualization.sequence.PaintletWithFixedYRange
Returns the tip text for this property.
minYTipText() - Method in class adams.gui.visualization.timeseries.PaintletWithFixedYRange
Returns the tip text for this property.
mirrorsForUrlsTipText() - Method in class adams.db.mirrored.DbBackend
Returns the tip text for this property.
mirrorsTipText() - Method in class adams.db.mirrored.DbBackend
Returns the tip text for this property.
MISC - adams.core.TechnicalInformation.Type
Use this type when nothing else fits.
Missing - Class in adams.data.spreadsheet.colstatistic
Counts the missing cells.
Missing - Class in adams.data.spreadsheet.matrixstatistic
Counts the missing cells in the spreadsheet.
Missing - Class in adams.data.spreadsheet.rowstatistic
Counts the missing cells.
Missing() - Constructor for class adams.data.spreadsheet.colstatistic.Missing
 
Missing() - Constructor for class adams.data.spreadsheet.matrixstatistic.Missing
 
Missing() - Constructor for class adams.data.spreadsheet.rowstatistic.Missing
 
MISSING - adams.data.spreadsheet.Cell.ContentType
missing value.
MISSING - Static variable in class adams.data.id.SimpleIDGenerator
the missing string, if the object doesn't implement a certain interface.
MISSING - Static variable in class adams.data.spreadsheet.RowIdentifier
the placeholder for cells if missing.
MISSING_ATTRIBUTE_VALUE - adams.ml.capabilities.Capability
 
MISSING_BOOLEAN - adams.data.featureconverter.FixedNumFeatures.FillerType
missing boolean value.
MISSING_BOOLEAN - adams.data.timeseries.FixedNumFeatures.FillerType
missing boolean value.
MISSING_CATEGORICAL - Static variable in interface adams.flow.transformer.summarystatistics.CategoricalSummaryStatistic
the placeholder for missing values.
MISSING_CELL_VALUE - Static variable in class adams.flow.transformer.plotgenerator.AbstractPlotGenerator
the default string value for cells that are missing.
MISSING_CLASS_VALUE - adams.ml.capabilities.Capability
 
MISSING_CLASS_VALUES - adams.flow.core.Capability
can handle missing values in class attribute.
MISSING_HEIGHT - Static variable in class adams.gui.tools.previewbrowser.ObjectAnnotationsReportHandler
 
MISSING_ID - Static variable in class adams.core.TechnicalInformation
will be returned if no ID can be generated.
MISSING_NUMERIC - adams.data.featureconverter.FixedNumFeatures.FillerType
missing numeric value.
MISSING_NUMERIC - adams.data.timeseries.FixedNumFeatures.FillerType
missing numeric value.
MISSING_NUMERIC - Static variable in interface adams.flow.transformer.summarystatistics.NumericSummaryStatistic
the value for missing numeric values.
MISSING_STRING - adams.data.featureconverter.FixedNumFeatures.FillerType
missing string value.
MISSING_STRING - adams.data.timeseries.FixedNumFeatures.FillerType
missing string value.
MISSING_VALUE - Static variable in class adams.data.spreadsheet.DefaultSpreadSheet
the default missing value.
MISSING_VALUE - Static variable in interface adams.data.spreadsheet.SpreadSheet
the default missing value.
MISSING_VALUES - adams.flow.core.Capability
can handle missing values in attributes.
MISSING_WIDTH - Static variable in class adams.gui.tools.previewbrowser.ObjectAnnotationsReportHandler
 
missingKeyTipText() - Method in class adams.data.groupextraction.SpreadSheetCellWithLookUp
Returns the tip text for this property.
missingKeyTipText() - Method in class adams.flow.source.LookUp
Returns the tip text for this property.
missingKeyTipText() - Method in class adams.flow.transformer.LookUp
Returns the tip text for this property.
MissingLookUpKey - Enum in adams.flow.core
Describes the behaviors if a lookup key is not found.
missingReplacementTypeTipText() - Method in class adams.flow.transformer.SpreadSheetConvertCells
Returns the tip text for this property.
missingReplacementTypeTipText() - Method in class adams.flow.transformer.SpreadSheetConvertHeaderCells
Returns the tip text for this property.
missingReplacementTypeTipText() - Method in class adams.flow.transformer.SpreadSheetTransformCells
Returns the tip text for this property.
missingReplacementTypeTipText() - Method in class adams.flow.transformer.SpreadSheetTransformHeaderCells
Returns the tip text for this property.
missingReplacementValueTipText() - Method in class adams.flow.transformer.SpreadSheetConvertCells
Returns the tip text for this property.
missingReplacementValueTipText() - Method in class adams.flow.transformer.SpreadSheetConvertHeaderCells
Returns the tip text for this property.
missingReplacementValueTipText() - Method in class adams.flow.transformer.SpreadSheetTransformCells
Returns the tip text for this property.
missingReplacementValueTipText() - Method in class adams.flow.transformer.SpreadSheetTransformHeaderCells
Returns the tip text for this property.
missingTipText() - Method in class adams.tools.CompareDatasets
Returns the tip text for this property.
MissingValue - Class in adams.data.spreadsheet.rowfinder
Returns indices of rows which label match the regular expression.
MissingValue() - Constructor for class adams.data.spreadsheet.rowfinder.MissingValue
 
missingValueColorTipText() - Method in class adams.data.conversion.DoubleMatrixToBufferedImage
Returns the tip text for this property.
MissingValueSpreadSheetReader - Interface in adams.data.io.input
Interface for spreadsheet readers that handle missing values.
missingValueTipText() - Method in class adams.data.conversion.SpreadSheetToNumeric
Returns the tip text for this property.
missingValueTipText() - Method in class adams.data.featureconverter.FixedColumnText
Returns the tip text for this property.
missingValueTipText() - Method in class adams.data.featureconverter.Text
Returns the tip text for this property.
missingValueTipText() - Method in class adams.data.groupextraction.SpreadSheetCellWithLookUp
Returns the tip text for this property.
missingValueTipText() - Method in class adams.data.io.input.AbstractMultiSheetSpreadSheetReaderWithMissingValueSupport
Returns the tip text for this property.
missingValueTipText() - Method in class adams.data.io.input.AbstractSpreadSheetReaderWithMissingValueSupport
Returns the tip text for this property.
missingValueTipText() - Method in interface adams.data.io.input.MissingValueSpreadSheetReader
Returns the tip text for this property.
missingValueTipText() - Method in class adams.data.io.output.AbstractMultiSheetSpreadSheetWriterWithMissingValueSupport
Returns the tip text for this property.
missingValueTipText() - Method in class adams.data.io.output.AbstractSpreadSheetWriterWithMissingValueSupport
Returns the tip text for this property.
missingValueTipText() - Method in class adams.flow.source.LookUp
Returns the tip text for this property.
missingValueTipText() - Method in class adams.flow.transformer.LookUp
Returns the tip text for this property.
missingValueTipText() - Method in class adams.flow.transformer.SpreadSheetStorageRowIterator
Returns the tip text for this property.
missingValueTipText() - Method in class adams.flow.transformer.SpreadSheetVariableRowIterator
Returns the tip text for this property.
missingValueTipText() - Method in class adams.gui.core.spreadsheetpreview.SimpleHTML
Returns the tip text for this property.
missingValueTipText() - Method in class adams.gui.core.spreadsheetpreview.SimpleText
Returns the tip text for this property.
MissionControl - Class in adams.flow.control
Displays a control panel for pausing/resuming/stopping the flow.
Useful when executing flows from command-line with the flow runner, offering a minimal control interface.
MissionControl() - Constructor for class adams.flow.control.MissionControl
 
MissionControl.ControlPanel - Class in adams.flow.control
Panel for displaying a control panel.
MIT - adams.core.License
MIT.
MixedCopyright - Annotation Type in adams.core.annotation
An annotation for classes with mixed copyright.
MixedCopyrightProcessor - Class in adams.core.annotation
A processor that lists all classes/methods with mixed copyright.
MixedCopyrightProcessor() - Constructor for class adams.core.annotation.MixedCopyrightProcessor
 
mkdir() - Method in class adams.core.io.PlaceholderFile
Creates the directory named by this abstract pathname.
mkdir() - Method in class adams.gui.tools.FileCommanderPanel
Creates a new directory.
mkdir(String) - Method in class adams.core.io.fileoperations.AbstractRemoteFileOperations
Creates the directory.
mkdir(String) - Method in interface adams.core.io.fileoperations.FileOperations
Creates the directory.
mkdir(String) - Method in class adams.core.io.fileoperations.LocalFileOperations
Creates the directory.
mkdir(String) - Method in class adams.core.io.fileoperations.RemoteToRemoteFileOperations
Creates the directory.
MKDIR - adams.core.io.fileoperations.Operation
 
mkdirLocal(String) - Method in class adams.core.io.fileoperations.AbstractRemoteFileOperations
Creates the local directory.
mkdirRemote(String) - Method in class adams.core.io.fileoperations.AbstractRemoteFileOperations
Creates the remote directory.
mkdirRemote(String) - Method in class adams.core.io.fileoperations.FtpFileOperations
Creates the remote directory.
mkdirRemote(String) - Method in class adams.core.io.fileoperations.SftpFileOperations
Creates the remote directory.
mkdirRemote(String) - Method in class adams.core.io.fileoperations.SmbFileOperations
Creates the remote directory.
MNEMONIC_INDICATOR - Static variable in class adams.gui.core.GUIHelper
the mnemonic character indicator.
mNumComponents - Variable in class weka.core.neighboursearch.PLSNNSearch
 
MOACUSUM - Class in adams.data.spc
CUSUM (cumulative sum control chart) is a sequential analysis technique developed by E.
MOACUSUM() - Constructor for class adams.data.spc.MOACUSUM
 
MOAPageHinkley - Class in adams.data.spc
Page-Hinkley Test.

This version is based on MOA's drift detector:
https://github.com/apache/incubator-samoa/blob/9b178f63152e5b4c262e0f3ed28e77667832fc98/samoa-api/src/main/java/org/apache/samoa/moa/classifiers/core/driftdetection/PageHinkleyDM.java

MOAPageHinkley() - Constructor for class adams.data.spc.MOAPageHinkley
 
model - Variable in class adams.gui.chooser.DatePanel.InternalCalendarModel
 
Model - Interface in adams.ml.model
Ancestor for models.
Model() - Constructor for class adams.gui.visualization.report.ReportFactory.Model
Initializes the model.
Model(Report) - Constructor for class adams.gui.visualization.report.ReportFactory.Model
Initializes the model.
Model(XYSequence) - Constructor for class adams.gui.visualization.sequence.XYSequenceTable.Model
Initializes the model.
Model(InformativeStatistic) - Constructor for class adams.gui.visualization.statistics.InformativeStatisticFactory.Model
Initializes the model.
MODEL - adams.flow.transformer.WekaClassifierInfo.InfoType
model.
MODEL - adams.flow.transformer.WekaClustererInfo.InfoType
model.
modelActorTipText() - Method in class adams.flow.condition.bool.WekaClassification
Returns the tip text for this property.
modelActorTipText() - Method in class adams.flow.core.AbstractModelLoader
Returns the tip text for this property.
modelActorTipText() - Method in interface adams.flow.core.ModelLoaderSupporter
Returns the tip text for this property.
modelActorTipText() - Method in class adams.flow.source.WekaForecasting
Returns the tip text for this property.
modelActorTipText() - Method in class adams.flow.transformer.AbstractProcessWekaInstanceWithModel
Returns the tip text for this property.
modelActorTipText() - Method in class adams.flow.transformer.WekaFilter
Returns the tip text for this property.
ModelFileHandler - Interface in adams.core.io
Interface for classes that can load a serialized model from a file.
modelFileTipText() - Method in interface adams.core.io.ModelFileHandler
Returns the tip text for this property.
modelFileTipText() - Method in class adams.flow.condition.bool.WekaClassification
Returns the tip text for this property.
modelFileTipText() - Method in class adams.flow.core.AbstractModelLoader
Returns the tip text for this property.
modelFileTipText() - Method in interface adams.flow.core.ModelLoaderSupporter
Returns the tip text for this property.
modelFileTipText() - Method in class adams.flow.source.WekaForecasting
Returns the tip text for this property.
modelFileTipText() - Method in class adams.flow.standalone.DeserializeToStorage
Returns the tip text for this property.
modelFileTipText() - Method in class adams.flow.transformer.AbstractProcessWekaInstanceWithModel
Returns the tip text for this property.
modelFileTipText() - Method in class adams.flow.transformer.WekaFilter
Returns the tip text for this property.
ModelHelper - Class in adams.ml.model
Helper class for models.
ModelHelper() - Constructor for class adams.ml.model.ModelHelper
 
ModelLoaderSupporter - Interface in adams.flow.core
Interface for classes that support model loading.
modelLoadingTypeTipText() - Method in class adams.flow.core.AbstractModelLoader
Returns the tip text for this property.
modelLoadingTypeTipText() - Method in interface adams.flow.core.ModelLoaderSupporter
Returns the tip text for this property.
modelLoadingTypeTipText() - Method in class adams.flow.transformer.AbstractProcessWekaInstanceWithModel
Returns the tip text for this property.
modelLoadingTypeTipText() - Method in class adams.flow.transformer.WekaFilter
Returns the tip text for this property.
ModelOutput - Class in adams.gui.tools.wekainvestigator.tab.associatetab.output
Outputs the model if available.
ModelOutput - Class in adams.gui.tools.wekainvestigator.tab.classifytab.output
Outputs the model if available.
ModelOutput - Class in adams.gui.tools.wekainvestigator.tab.clustertab.output
Outputs the model if available.
ModelOutput() - Constructor for class adams.gui.tools.wekainvestigator.tab.associatetab.output.ModelOutput
 
ModelOutput() - Constructor for class adams.gui.tools.wekainvestigator.tab.classifytab.output.ModelOutput
 
ModelOutput() - Constructor for class adams.gui.tools.wekainvestigator.tab.clustertab.output.ModelOutput
 
ModelOutputHandler - Interface in weka.core
Interface for classes that allow user to decide whether to output a model in string representation or not.
modelResetVariableTipText() - Method in class adams.flow.transformer.AbstractProcessWekaInstanceWithModel
Returns the tip text for this property.
modelStorageTipText() - Method in class adams.flow.core.AbstractModelLoader
Returns the tip text for this property.
modelStorageTipText() - Method in interface adams.flow.core.ModelLoaderSupporter
Returns the tip text for this property.
modelStorageTipText() - Method in class adams.flow.transformer.AbstractProcessWekaInstanceWithModel
Returns the tip text for this property.
modelStorageTipText() - Method in class adams.flow.transformer.WekaFilter
Returns the tip text for this property.
modelToSpreadSheet() - Method in class adams.gui.core.BaseTable
Returns the underlying sheet.
modelToSpreadSheet() - Method in class adams.gui.core.SpreadSheetTable
Returns the underlying sheet.
modelToSpreadSheet() - Method in class adams.gui.visualization.instances.InstancesTable
Returns the underlying sheet.
modeTipText() - Method in class adams.data.io.input.OpenCVImageReader
Returns the tip text for this property.
modeTipText() - Method in class adams.flow.standalone.PyroNameServer
Returns the tip text for this property.
ModificationActionListener() - Constructor for class adams.gui.tools.wekamultiexperimenter.setup.AbstractSetupPanel.ModificationActionListener
 
ModificationChangeListener() - Constructor for class adams.gui.tools.wekamultiexperimenter.setup.AbstractSetupPanel.ModificationChangeListener
 
ModificationDocumentListener() - Constructor for class adams.gui.tools.wekamultiexperimenter.setup.AbstractSetupPanel.ModificationDocumentListener
 
modified - Variable in class adams.gui.flow.tree.Tree.TreeState
whether the tree is modified.
modified() - Method in class adams.flow.setup.FlowSetupManager
Sets the modified state to TRUE and notifies all change listeners.
modified() - Method in class adams.gui.tools.wekamultiexperimenter.setup.AbstractSetupOptionPanel
Sets the modified flag in the owner.
modified(boolean) - Method in class adams.flow.setup.FlowSetupManager
Sets the modified state and notifies all change listeners.
MODIFIED - adams.event.FlowSetupStateEvent.Type
flow was modified.
MODIFIED - adams.event.StorageChangeEvent.Type
a storage item's value got modified.
MODIFIED - adams.event.VariableChangeEvent.Type
a variable's value got modified.
MODIFIED - adams.gui.event.InstancesSortSetupEvent.EventType
the setup was modified.
MODIFIED - adams.gui.event.SortSetupEvent.EventType
the setup was modified.
modifiedListener(boolean) - Method in class adams.data.container.AbstractDataContainer
Method that gets notified about changes in the collection of data points.
modifiedListener(boolean) - Method in class adams.data.sequence.XYSequence
Method that gets notified about changes in the collection of data points.
modifiedListener(boolean) - Method in class adams.data.timeseries.Timeseries
Method that gets notified about changes in the collection of data points.
modifiedTipText() - Method in class adams.data.statistics.ArrayAngle
Gets the tip-text for the modified option.
MODIFIER_ALT - Static variable in class adams.gui.core.MouseUtils
 
MODIFIER_ALT_GRAPH - Static variable in class adams.gui.core.MouseUtils
 
MODIFIER_CTRL - Static variable in class adams.gui.core.MouseUtils
 
MODIFIER_META - Static variable in class adams.gui.core.MouseUtils
 
MODIFIER_SHIFT - Static variable in class adams.gui.core.MouseUtils
 
modifiersToStr(int) - Static method in class adams.gui.core.MouseUtils
Turns the extended modifiers associated with a mouse event to a list of strings.
modifiersToStr(MouseEvent) - Static method in class adams.gui.core.MouseUtils
Turns the extended modifiers associated with this mouse event to a list of strings.
modify(double[]) - Static method in class adams.data.statistics.SpectralAngleMapperUtils
Performs modification of array as in Oshigami et al.
MODIFY - adams.core.io.WatchEventKind
 
MODIFY - adams.gui.event.ActorChangeEvent.Type
an actor got modified.
MODIFY_BULK - adams.gui.event.ActorChangeEvent.Type
a bulk of actors got modified (no actors attached).
MODIFY_RANGE - adams.gui.event.ActorChangeEvent.Type
a range of actors got modified.
ModifyingProcessor - Interface in adams.flow.processor
Interface for processors that potentially modify the actor.
ModifyValue - Class in adams.gui.visualization.report.reportfactory
Allows the user to modify values.
ModifyValue() - Constructor for class adams.gui.visualization.report.reportfactory.ModifyValue
Default constructor.
modifyWindowTipText() - Method in class adams.flow.source.RSync
 
Module(Properties) - Constructor for class adams.env.Modules.Module
Initializes the object.
MODULE_PREFIX - Static variable in class adams.core.SystemInfo
the module prefix.
ModuleDefinition - Class in adams.env
Definition for the Module props file.
ModuleDefinition() - Constructor for class adams.env.ModuleDefinition
 
ModuleInfo - Class in adams.flow.source
Outputs a spreadsheet with information about modules available.
ModuleInfo() - Constructor for class adams.flow.source.ModuleInfo
 
Modules - Class in adams.env
For managing module information.
MODULES - Static variable in class adams.core.option.CompactFlowProducer
the information on the modules used.
MODULES - Static variable in class adams.core.option.NestedProducer
the information on the modules used.
Modules.Module - Class in adams.env
Container class for module information.
MODULO - Static variable in interface adams.parser.basedate.sym
 
MODULO - Static variable in interface adams.parser.basedatetime.sym
 
MODULO - Static variable in interface adams.parser.basedatetimemsec.sym
 
MODULO - Static variable in interface adams.parser.basetime.sym
 
MODULO - Static variable in interface adams.parser.basetimemsec.sym
 
MODULO - Static variable in interface adams.parser.booleanexpression.sym
 
MODULO - Static variable in interface adams.parser.lookupupdate.sym
 
MODULO - Static variable in interface adams.parser.mathematicalexpression.sym
 
MODULO - Static variable in interface adams.parser.spreadsheetformula.sym
 
MODULO - Static variable in interface adams.parser.stringexpression.sym
 
moment(boolean[][], int, int) - Static method in class adams.data.image.moments.MomentHelper
Computes the moment.
Moment - Class in adams.data.image.features
Computes the specified moment.
Moment - Class in adams.data.image.moments
The moment.
Moment() - Constructor for class adams.data.image.features.Moment
 
Moment() - Constructor for class adams.data.image.moments.Moment
 
MomentHelper - Class in adams.data.image.moments
Implements Image Moments for use in feature generation Only implemented for binary images For all boolean matrices the expected format is boolean[height][width]
MomentHelper() - Constructor for class adams.data.image.moments.MomentHelper
 
momentTipText() - Method in class adams.data.image.features.Moment
Returns the tip text for this property.
MONDAY - Static variable in class adams.data.conversion.ExtractDateTimeField
the monday constant.
MONDAY_TO_FRIDAY - adams.core.BusinessDays
 
MONDAY_TO_SATURDAY - adams.core.BusinessDays
 
monitoredFileTipText() - Method in class adams.flow.control.flowrestart.trigger.FileMonitor
Returns the tip text for this property.
monitorFile(boolean) - Method in class adams.gui.tools.PreviewBrowserPanel
Monitors the selected file and triggers an updated if necessary.
MonitoringDataContainer - Interface in adams.gui.tools.wekainvestigator.data
Interface for data containers that monitor their source for changes.
MonitorItself - Class in adams.flow.control.flowrestart.trigger
Monitors its own flow file with the specified file change monitor.
MonitorItself() - Constructor for class adams.flow.control.flowrestart.trigger.MonitorItself
 
monitorsTipText() - Method in class adams.core.io.filechanged.MultiMonitor
Returns the tip text for this property.
monitorTipText() - Method in class adams.flow.control.flowrestart.trigger.FileMonitor
Returns the tip text for this property.
monitorTipText() - Method in class adams.flow.control.flowrestart.trigger.MonitorItself
Returns the tip text for this property.
monitorTipText() - Method in class adams.flow.core.AbstractExternalActor
Returns the tip text for this property.
monitorTipText() - Method in class adams.flow.standalone.QueueInit
Returns the tip text for this property.
monitorTipText() - Method in class adams.flow.transformer.FileChanged
Returns the tip text for this property.
MONTH - adams.core.TechnicalInformation.Field
The month in which the work was published or, for an unpublished work, in which it was written.
MONTH - adams.data.conversion.ExtractDateTimeField.DateTimeField
month.
MONTH - Static variable in interface adams.parser.booleanexpression.sym
 
MONTH - Static variable in interface adams.parser.mathematicalexpression.sym
 
MONTH - Static variable in interface adams.parser.spreadsheetformula.sym
 
MONTH - Static variable in interface adams.parser.stringexpression.sym
 
monthLabel - Variable in class adams.gui.chooser.DatePanel.InternalView
 
MONTHLY - adams.data.timeseries.PeriodicityType
 
monthPopupMenu - Variable in class adams.gui.chooser.DatePanel.InternalView
 
monthPopupMenuItems - Variable in class adams.gui.chooser.DatePanel.InternalView
 
moreMemoryTipText() - Method in class adams.scripting.command.basic.Restart
Returns the tip text for this property.
morphologiesTipText() - Method in class adams.flow.transformer.PredictionEccentricity
Returns the tip text for this property.
morphologiesTipText() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.PredictionEccentricity
Returns the tip text for this property.
MostCommon - Class in adams.gui.flow.tree.record.add
Maintains a top X list of actors that were added.
MostCommon - Class in adams.gui.flow.tree.record.enclose
Maintains a top X list of actor handlers that were used to enclose actors.
MostCommon() - Constructor for class adams.gui.flow.tree.record.add.MostCommon
 
MostCommon() - Constructor for class adams.gui.flow.tree.record.enclose.MostCommon
 
MOUSE_POSITION - Static variable in class adams.flow.transformer.pixelselector.AbstractPixelSelectorAction
the mouse position key.
MouseClickAction - Interface in adams.flow.sink.sequenceplotter
Interface for classes that react to mouse click actions on the plot canvas.
MouseClickAction - Interface in adams.gui.visualization.stats.scatterplot.action
Interface for classes that react to mouse click actions on the plot canvas.
mouseClickActionTipText() - Method in class adams.flow.sink.ControlChartPlot
Returns the tip text for this property.
mouseClickActionTipText() - Method in class adams.flow.sink.ScatterDisplay
Returns the tip text setting the y attribute using an index
mouseClickActionTipText() - Method in class adams.flow.sink.SequencePlotter
Returns the tip text for this property.
mouseClickActionTipText() - Method in class adams.flow.sink.SimplePlot
Returns the tip text for this property.
mouseClicked(MouseEvent) - Method in class adams.gui.chooser.DatePanel.InternalController
 
mouseClicked(MouseEvent) - Method in class adams.gui.print.PrintMouseListener
Invoked when the mouse has been clicked on a component.
mouseClicked(MouseEvent) - Method in class adams.gui.visualization.object.tools.ToolMouseAdapter
Called when a mouse button has been clicked (pressed and released).
mouseClicked(MouseEvent) - Method in class adams.gui.visualization.segmentation.tool.ToolMouseAdapter
Called when a mouse button has been clicked (pressed and released).
mouseClickOccurred(SequencePlotterPanel, MouseEvent) - Method in class adams.flow.sink.sequenceplotter.AbstractMouseClickAction
Gets triggered if the user clicks on the canvas.
mouseClickOccurred(SequencePlotterPanel, MouseEvent) - Method in interface adams.flow.sink.sequenceplotter.MouseClickAction
Gets triggered if the user clicks on the canvas.
mouseClickOccurred(ScatterPlot, MouseEvent) - Method in class adams.gui.visualization.stats.scatterplot.action.AbstractMouseClickAction
Gets triggered if the user clicks on the canvas.
mouseClickOccurred(ScatterPlot, MouseEvent) - Method in interface adams.gui.visualization.stats.scatterplot.action.MouseClickAction
Gets triggered if the user clicks on the canvas.
mouseClickTipText() - Method in class adams.flow.transformer.ImageObjectAnnotator
Returns the tip text for this property.
mouseEntered(MouseEvent) - Method in class adams.gui.chooser.DatePanel.InternalController
 
mouseExited(MouseEvent) - Method in class adams.gui.chooser.DatePanel.InternalController
 
mouseMovementTracked(MouseEvent) - Method in class adams.gui.visualization.core.AbstractMouseMovementTracker
Gets triggered when the mouse moved.
mouseMovementTracked(MouseEvent) - Method in class adams.gui.visualization.core.CrossHairTracker
Gets triggered when the mouse moved.
mouseMovementTracked(MouseEvent) - Method in interface adams.gui.visualization.core.MouseMovementTracker
Gets triggered when the mouse moved.
mouseMovementTracked(MouseEvent) - Method in class adams.gui.visualization.core.MultiMouseMovementTracker
Gets triggered when the mouse moved.
mouseMovementTracked(MouseEvent) - Method in class adams.gui.visualization.core.NullTracker
Does nothing.
mouseMovementTracked(MouseEvent) - Method in class adams.gui.visualization.core.TrackMousePositionInConsole
Gets triggered when the mouse moved.
MouseMovementTracker - Interface in adams.gui.visualization.core
Interface for classes that track the mouse position on the content panel.
mousePressed(MouseEvent) - Method in class adams.gui.chooser.DatePanel.InternalController
Mouse down on monthLabel pops up a table.
mouseReleased(MouseEvent) - Method in class adams.gui.chooser.DatePanel.InternalController
 
mouseToPixelLocation(Point) - Method in class adams.gui.visualization.image.ImagePanel
Turns the mouse position into pixel location.
mouseToPixelLocation(Point) - Method in class adams.gui.visualization.image.ImagePanel.PaintPanel
Turns the mouse position into pixel location.
mouseToPixelLocation(Point) - Method in class adams.gui.visualization.object.CanvasPanel
Turns the mouse position into pixel location.
mouseToPixelLocation(Point) - Method in class adams.gui.visualization.object.ObjectAnnotationPanel
Turns the mouse position into pixel location.
MouseUtils - Class in adams.gui.core
Helper class for mouse events.
MouseUtils() - Constructor for class adams.gui.core.MouseUtils
 
move() - Method in class adams.gui.tools.FileCommanderPanel
Moves multiple selected files to the other directory.
move(File, File) - Static method in class adams.core.io.FileUtils
Moves the file/directory (recursively).
move(File, File, boolean) - Static method in class adams.core.io.FileUtils
Moves the file/directory (recursively).
move(String, String) - Method in interface adams.core.io.fileoperations.FileOperations
Moves a file.
move(String, String) - Method in class adams.core.io.fileoperations.FtpFileOperations
Moves a file.
move(String, String) - Method in class adams.core.io.fileoperations.LocalFileOperations
Moves a file.
move(String, String) - Method in class adams.core.io.fileoperations.RemoteToRemoteFileOperations
Moves a file.
move(String, String) - Method in class adams.core.io.fileoperations.SftpFileOperations
Moves a file.
move(String, String) - Method in class adams.core.io.fileoperations.SmbFileOperations
Moves a file.
Move - Class in adams.gui.visualization.object.tools
For editing existing annotations.
Move() - Constructor for class adams.gui.visualization.object.tools.Move
 
MOVE - adams.core.io.fileoperations.Operation
 
MOVE - adams.gui.core.DragAndDropTree.DropMenu
Move.
MOVE_DOWN - Static variable in class adams.gui.core.JListHelper
moves items down.
MOVE_UP - Static variable in class adams.gui.core.JListHelper
moves items up.
MoveableTableModel - Interface in adams.gui.core
Interface for table models that support moving rows up and down.
moveBottom() - Method in class adams.gui.core.AbstractNamedHistoryPanel
moves the selected items to the end.
moveBottom() - Method in class adams.gui.core.BaseList
moves the selected items to the end.
moveBottom() - Method in class adams.gui.core.BaseListWithButtons
moves the selected items to the end.
moveBottom() - Method in class adams.gui.core.BaseTableWithButtons
moves the selected items to the end.
moveBottom() - Method in class adams.gui.core.MultiPagePane
moves the selected items to the end.
moveBottom() - Method in class adams.gui.core.SortableAndSearchableTableWithButtons
moves the selected items to the end.
moveBottom(int[]) - Method in class adams.gui.core.AbstractMoveableTableModel
moves the selected items to the end.
moveBottom(int[]) - Method in interface adams.gui.core.MoveableTableModel
moves the selected items to the end.
moveBottom(List, int[]) - Static method in class adams.core.ListHelper
moves the selected items to the end.
moveBottom(JList) - Static method in class adams.gui.core.JListHelper
moves the selected items to the end.
moveCentroid(int, Instances, boolean, boolean) - Method in class weka.clusterers.SAXKMeans
Move the centroid to it's new coordinates.
moveChooseButton(boolean) - Method in class adams.gui.chooser.AbstractChooserPanel
Moves the "..." button to either the left or right.
MOVED - adams.gui.event.InstancesSortSetupEvent.EventType
the setup was moved.
MOVED - adams.gui.event.SortSetupEvent.EventType
the setup was moved.
moveDefinition(boolean) - Method in class adams.gui.tools.spreadsheetviewer.SortDefinitionPanel
Moves itself around in the list of sorting panels.
moveDefinition(boolean) - Method in class adams.gui.visualization.instances.instancestable.InstancesSortDefinitionPanel
Moves itself around in the list of sorting panels.
moveDefinition(SortDefinitionPanel, boolean) - Method in class adams.gui.tools.spreadsheetviewer.SortPanel
Moves the panel up/down.
moveDefinition(InstancesSortDefinitionPanel, boolean) - Method in class adams.gui.visualization.instances.instancestable.InstancesSortPanel
Moves the panel up/down.
moveDown() - Method in class adams.gui.core.AbstractNamedHistoryPanel
moves the selected item down by 1.
moveDown() - Method in class adams.gui.core.BaseList
moves the selected item down by 1.
moveDown() - Method in class adams.gui.core.BaseListWithButtons
moves the selected item down by 1.
moveDown() - Method in class adams.gui.core.BaseTableWithButtons
moves the selected items down by 1.
moveDown() - Method in class adams.gui.core.MultiPagePane
moves the selected item down by 1.
moveDown() - Method in class adams.gui.core.SortableAndSearchableTableWithButtons
moves the selected items down by 1.
moveDown(int) - Method in class adams.gui.tools.AbstractManagementTableModel
Moves the specified element one position down.
moveDown(int[]) - Method in class adams.gui.core.AbstractMoveableTableModel
moves the selected items down by 1.
moveDown(int[]) - Method in interface adams.gui.core.MoveableTableModel
moves the selected items down by 1.
moveDown(List, int[]) - Static method in class adams.core.ListHelper
moves the selected items down by 1.
moveDown(JList) - Static method in class adams.gui.core.JListHelper
moves the selected item down by 1.
MoveFile - Class in adams.flow.transformer
Moves a file to a different location (or just renames it).
Source and target can be swapped as well.
Simply forwards the input token if moving was successful.
MoveFile() - Constructor for class adams.flow.transformer.MoveFile
 
moveFilesTipText() - Method in class adams.flow.standalone.DirWatch
Returns the tip text for this property.
moveItems(int[], int, boolean) - Method in class adams.gui.core.AbstractMoveableTableModel
moves the selected items by a certain amount of items in a given direction.
moveItems(List, int[], int, boolean) - Static method in class adams.core.ListHelper
moves the selected items by a certain amount of items in a given direction.
moveItems(JList, int, int) - Static method in class adams.gui.core.JListHelper
moves the selected items by a certain amount of items in a given direction.
moveObjects(Point, Point) - Method in class adams.gui.visualization.object.tools.Move
Moves the selected objects from starting point to end point.
moveRows(boolean) - Method in class adams.gui.flow.FlowControlCenterPanel
Moves the selected rows and updates the selection.
moveTabTo(int, int) - Method in class adams.gui.core.BaseTabbedPane
Moves a tab from A to B.
moveTabToEnd(int) - Method in class adams.gui.core.BaseTabbedPane
Moves the tab to the right most position.
moveTabToLeft(int) - Method in class adams.gui.core.BaseTabbedPane
Moves the tab to the left.
moveTabToRight(int) - Method in class adams.gui.core.BaseTabbedPane
Moves the tab to the right.
moveTabToStart(int) - Method in class adams.gui.core.BaseTabbedPane
Moves the tab to the left most position.
MoveTo - Class in adams.gui.tools.findinfiles
Moves the file(s) to the selected directory.
MoveTo() - Constructor for class adams.gui.tools.findinfiles.MoveTo
 
moveTop() - Method in class adams.gui.core.AbstractNamedHistoryPanel
moves the selected items to the top.
moveTop() - Method in class adams.gui.core.BaseList
moves the selected items to the top.
moveTop() - Method in class adams.gui.core.BaseListWithButtons
moves the selected items to the top.
moveTop() - Method in class adams.gui.core.BaseTableWithButtons
moves the selected items to the top.
moveTop() - Method in class adams.gui.core.MultiPagePane
moves the selected items to the top.
moveTop() - Method in class adams.gui.core.SortableAndSearchableTableWithButtons
moves the selected items to the top.
moveTop(int[]) - Method in class adams.gui.core.AbstractMoveableTableModel
moves the selected items to the top.
moveTop(int[]) - Method in interface adams.gui.core.MoveableTableModel
moves the selected items to the top.
moveTop(List, int[]) - Static method in class adams.core.ListHelper
moves the selected items to the top.
moveTop(JList) - Static method in class adams.gui.core.JListHelper
moves the selected items to the top.
moveUp() - Method in class adams.gui.core.AbstractNamedHistoryPanel
moves the selected items up by 1.
moveUp() - Method in class adams.gui.core.BaseList
moves the selected items up by 1.
moveUp() - Method in class adams.gui.core.BaseListWithButtons
moves the selected items up by 1.
moveUp() - Method in class adams.gui.core.BaseTableWithButtons
moves the selected items up by 1.
moveUp() - Method in class adams.gui.core.MultiPagePane
moves the selected items up by 1.
moveUp() - Method in class adams.gui.core.SortableAndSearchableTableWithButtons
moves the selected items up by 1.
moveUp(int) - Method in class adams.gui.tools.AbstractManagementTableModel
Moves the specified element one position up.
moveUp(int[]) - Method in class adams.gui.core.AbstractMoveableTableModel
moves the selected items up by 1.
moveUp(int[]) - Method in interface adams.gui.core.MoveableTableModel
moves the selected items up by 1.
moveUp(List, int[]) - Static method in class adams.core.ListHelper
moves the selected items up by 1.
moveUp(JList) - Static method in class adams.gui.core.JListHelper
moves the selected items up by 1.
MovingAverage - Class in adams.data.conversion
Computes the average on a window of numbers that have passed through and outputs the average.
MovingAverage() - Constructor for class adams.data.conversion.MovingAverage
 
MRNUMBER - adams.core.TechnicalInformation.Field
The Mathematical Reviews number.
MSEC - adams.data.conversion.ExtractDateTimeField.DateTimeField
millisecond.
MSECS - adams.core.DateTimeType
msecs since 1970.
MSECS_LONG - adams.core.DateTimeType
msecs since 1970.
msecToSerialDate(long) - Static method in class adams.core.DateUtils
Converts the milli-seconds (Java Epoch) to a Excel serial date (days since 0-jan-1900).
msecToSerialDate(Date) - Static method in class adams.core.DateUtils
Converts the date to a Excel serial date (days since 0-jan-1900).
msecToString(Long) - Static method in class adams.core.DateUtils
Turns the milli-seconds into a string: hh:mm:ss.sss
msgs2stderrTipText() - Method in class adams.flow.source.RSync
 
MSLE - Class in weka.classifiers.evaluation
Computes the mean squared log error (MSLE) for regression models.
MSLE - adams.flow.core.EvaluationStatistic
 
MSLE - adams.flow.core.ExperimentStatistic
 
MSLE - adams.opt.genetic.Measure
Mean squared logarithmic error.
MSLE() - Constructor for class weka.classifiers.evaluation.MSLE
 
msq(Instances) - Method in class weka.classifiers.meta.Corr
 
MSSQLServerTypeMapper - Class in adams.data.spreadsheet.sql
MS SQL Server type mapper.
MSSQLServerTypeMapper() - Constructor for class adams.data.spreadsheet.sql.MSSQLServerTypeMapper
 
MULTI_COLUMN - adams.gui.visualization.image.LocatedObjectsTableModel.MetaDataDisplay
 
MultiArrayStatistic<T extends Number> - Class in adams.data.statistics
Merges the spreadsheets generated by its sub-statistics into a single one.
MultiArrayStatistic() - Constructor for class adams.data.statistics.MultiArrayStatistic
 
MultiAttemptSupporter - Interface in adams.core
Interface for classes that support multiple attempts.
MultiAttemptWithWaitSupporter - Interface in adams.core
Interface for classes that support multiple attempts, but allow a waiting interval in between attempts.
MultiAttributeSummaryPanel - Class in adams.gui.tools.wekainvestigator.tab.preprocesstab
Can display one or more instances of AttributeSummaryPanel class.
MultiAttributeSummaryPanel() - Constructor for class adams.gui.tools.wekainvestigator.tab.preprocesstab.MultiAttributeSummaryPanel
 
MultiAttributeVisualizationPanel - Class in adams.gui.tools.wekainvestigator.tab.preprocesstab
Can display one or more instances of AttributeVisualizationPanel class.
MultiAttributeVisualizationPanel() - Constructor for class adams.gui.tools.wekainvestigator.tab.preprocesstab.MultiAttributeVisualizationPanel
 
MultiBatch - Class in adams.ml.preprocessing.unsupervised
Applies the specified filters sequentially.
MultiBatch() - Constructor for class adams.ml.preprocessing.unsupervised.MultiBatch
 
MultiBoofCVFeatureGenerator - Class in adams.data.boofcv.features
Applies multiple generators to the same image and merges the generate a feature vectors side-by-side.
MultiBoofCVFeatureGenerator() - Constructor for class adams.data.boofcv.features.MultiBoofCVFeatureGenerator
 
MultiBufferedImageFeatureGenerator - Class in adams.data.image.features
Applies multiple generators to the same image and merges the generated a feature vectors side-by-side.
MultiBufferedImageFeatureGenerator() - Constructor for class adams.data.image.features.MultiBufferedImageFeatureGenerator
 
Multicast - Class in adams.scripting.connection
Sends the same command to all connections.
Multicast() - Constructor for class adams.scripting.connection.Multicast
 
MultiCellRenderingCustomizer - Class in adams.gui.core.spreadsheettable
Applies the sub-renderers sequentially.
MultiCellRenderingCustomizer() - Constructor for class adams.gui.core.spreadsheettable.MultiCellRenderingCustomizer
 
MultiCheck - Class in adams.core.io.fileuse
Applies the specified checks sequentially, stops as soon one of them returns that the file is 'in use'.
MultiCheck - Class in adams.gui.visualization.object.objectannotations.check
Applies the specified checks sequentially.
MultiCheck() - Constructor for class adams.core.io.fileuse.MultiCheck
 
MultiCheck() - Constructor for class adams.gui.visualization.object.objectannotations.check.MultiCheck
 
MultiClassifiersCombinerModels - Class in adams.flow.transformer.wekaensemblegenerator
Generates a MultipleClassifiersCombiner meta-classifier from the incoming pre-built classifier models.
MultiClassifiersCombinerModels() - Constructor for class adams.flow.transformer.wekaensemblegenerator.MultiClassifiersCombinerModels
 
MultiCleaner - Class in weka.core.tokenizers.cleaners
Combines multiple cleaners, applies them sequentially.
MultiCleaner() - Constructor for class weka.core.tokenizers.cleaners.MultiCleaner
 
MultiClustererPostProcessor - Class in adams.flow.transformer.wekaclusterer
Applies the specified post-processors sequentially.
MultiClustererPostProcessor() - Constructor for class adams.flow.transformer.wekaclusterer.MultiClustererPostProcessor
 
MultiColorGenerator - Class in adams.gui.visualization.core
Generates gradient colors between multiple colors.
MultiColorGenerator() - Constructor for class adams.gui.visualization.core.MultiColorGenerator
 
MultiColumnFinder - Class in adams.data.spreadsheet.columnfinder
Applies multiple column finding algorithms to the data.
The indices can be either joined or intersected.
MultiColumnFinder - Class in adams.data.weka.columnfinder
Applies multiple column finding algorithms to the data.
The indices can be either joined or intersected.
MultiColumnFinder() - Constructor for class adams.data.spreadsheet.columnfinder.MultiColumnFinder
 
MultiColumnFinder() - Constructor for class adams.data.weka.columnfinder.MultiColumnFinder
 
MultiColumnFinder.Combination - Enum in adams.data.spreadsheet.columnfinder
How combine the indices.
MultiColumnFinder.Combination - Enum in adams.data.weka.columnfinder
How combine the indices.
MultiColumnStatistic - Class in adams.data.spreadsheet.colstatistic
Combines the statistics calculated from the specified statistic generators.
MultiColumnStatistic() - Constructor for class adams.data.spreadsheet.colstatistic.MultiColumnStatistic
 
MultiConversion - Class in adams.data.conversion
Meta-conversion that allows the chaining of multiple conversions.
MultiConversion() - Constructor for class adams.data.conversion.MultiConversion
 
MultiEmailReader - Interface in adams.data.io.input
Interface for readers that can read multiple emails at once.
MultiEmailWriter - Interface in adams.data.io.output
Interface for email writers that can write multiple emails at once.
MultiExperimenter - Class in adams.gui.tools.wekamultiexperimenter
Extended interface for the WEKA Experimenter, allowing for an arbitrary number of Experimenter panels.
MultiExperimenter() - Constructor for class adams.gui.tools.wekamultiexperimenter.MultiExperimenter
 
MultiExplorer - Class in adams.gui.menu
Opens the (multi-version of the) WEKA Explorer.
MultiExplorer - Class in weka.gui.explorer
Extended interface for the WEKA Explorer, allowing for an arbitrary number of Explorer panels.
MultiExplorer() - Constructor for class adams.gui.menu.MultiExplorer
Initializes the menu item with no owner.
MultiExplorer() - Constructor for class weka.gui.explorer.MultiExplorer
 
MultiExplorer(AbstractApplicationFrame) - Constructor for class adams.gui.menu.MultiExplorer
Initializes the menu item.
MultiFilter<T extends DataContainer> - Class in adams.data.filter
A meta-filter that runs multiple filters over the data.
MultiFilter - Class in adams.data.imagesegmentation.filter
Applies the base filters sequentially.
MultiFilter() - Constructor for class adams.data.filter.MultiFilter
 
MultiFilter() - Constructor for class adams.data.imagesegmentation.filter.MultiFilter
 
MultiHandler - Class in adams.core.logging
Combines multiple handlers.
MultiHandler - Class in adams.scripting.requesthandler
Combines multiple handlers.
MultiHandler - Class in adams.scripting.responsehandler
Combines multiple handlers.
MultiHandler() - Constructor for class adams.core.logging.MultiHandler
 
MultiHandler() - Constructor for class adams.scripting.requesthandler.MultiHandler
 
MultiHandler() - Constructor for class adams.scripting.responsehandler.MultiHandler
 
MultiHook - Class in adams.core.shutdown
Executes the specified hooks sequentially.
MultiHook() - Constructor for class adams.core.shutdown.MultiHook
 
MultiImageOverlay - Class in adams.gui.visualization.image
Combines multiple overlays, applies them sequentially.
MultiImageOverlay() - Constructor for class adams.gui.visualization.image.MultiImageOverlay
 
MultiLabelPlotter - Class in adams.gui.visualization.object.objectannotations.label
Applies the specified plotters subsequently.
MultiLabelPlotter() - Constructor for class adams.gui.visualization.object.objectannotations.label.MultiLabelPlotter
 
MultiLevelSplitGenerator - Class in weka.classifiers
Generates splits based on groups extracted via regular expressions.
MultiLevelSplitGenerator() - Constructor for class weka.classifiers.MultiLevelSplitGenerator
 
MultiLineValueDialog - Class in adams.gui.goe
Dialog for entering multiple values (one per line) for MultiSelectionEditor editors that can parse objects from text.
MultiLineValueDialog() - Constructor for class adams.gui.goe.MultiLineValueDialog
Default constructor.
MultiLineValueDialog(Dialog) - Constructor for class adams.gui.goe.MultiLineValueDialog
Dialog constructor.
MultiLineValueDialog(Frame) - Constructor for class adams.gui.goe.MultiLineValueDialog
Frame constructor.
MultiListener - Class in adams.flow.execution
A meta-listener that executes all sub-listeners sequentially.
MultiListener() - Constructor for class adams.flow.execution.MultiListener
 
MultiMapOperation - Class in adams.flow.transformer
Applies the specified operation the incoming map array.
MultiMapOperation() - Constructor for class adams.flow.transformer.MultiMapOperation
 
MultiMat5MatrixOperation - Class in adams.flow.transformer
Applies a multi-matrix operation to the incoming matrix(s) and outputs the generated matrix(s).
MultiMat5MatrixOperation() - Constructor for class adams.flow.transformer.MultiMat5MatrixOperation
 
MultiMatrixStatistic - Class in adams.data.spreadsheet.matrixstatistic
Combines the statistics calculated from the specified statistic generators.
MultiMatrixStatistic() - Constructor for class adams.data.spreadsheet.matrixstatistic.MultiMatrixStatistic
 
MultiMonitor - Class in adams.core.io.filechanged
Combines the results of the specified monitors according to the combination type.
MultiMonitor() - Constructor for class adams.core.io.filechanged.MultiMonitor
 
MultiMonitor.CombinationType - Enum in adams.core.io.filechanged
Defines how to combine the results from the base monitors.
MultiMouseMovementTracker - Class in adams.gui.visualization.core
Applies multiple trackers sequentially.
MultiMouseMovementTracker() - Constructor for class adams.gui.visualization.core.MultiMouseMovementTracker
 
MultiNotification - Class in adams.flow.sink.sendnotification
Executes the notifications sequentially.
MultiNotification() - Constructor for class adams.flow.sink.sendnotification.MultiNotification
 
MultiObjectFinder - Class in adams.data.objectfinder
Applies multiple object finding algorithms to the data.
The indices can be either joined or intersected.
MultiObjectFinder() - Constructor for class adams.data.objectfinder.MultiObjectFinder
 
MultiObjectFinder.Combination - Enum in adams.data.objectfinder
How combine the indices.
MultiOpenCVFeatureGenerator - Class in adams.data.opencv.features
Applies multiple generators to the same image and merges the generate a feature vectors side-by-side.
MultiOpenCVFeatureGenerator() - Constructor for class adams.data.opencv.features.MultiOpenCVFeatureGenerator
 
MultiOperation - Class in adams.flow.control.flowrestart.operation
Executes multiple restart operations, one after the other.
MultiOperation() - Constructor for class adams.flow.control.flowrestart.operation.MultiOperation
 
MultiOutlierDetector<T extends DataContainer> - Class in adams.data.outlier
A meta-detector that runs multiple outlier detectors over the data.
MultiOutlierDetector - Class in adams.flow.control.removeoutliers
Applies the specified outlier detectors sequentially and combines the detected outliers either via union or intersect.
MultiOutlierDetector() - Constructor for class adams.data.outlier.MultiOutlierDetector
 
MultiOutlierDetector() - Constructor for class adams.flow.control.removeoutliers.MultiOutlierDetector
 
MultiOutlierDetector.Combination - Enum in adams.flow.control.removeoutliers
Enumeration of how to combine the outliers.
MultiOutlinePlotter - Class in adams.gui.visualization.object.objectannotations.outline
Applies the specified plotters subsequently.
MultiOutlinePlotter() - Constructor for class adams.gui.visualization.object.objectannotations.outline.MultiOutlinePlotter
 
MultiOutput - Class in adams.flow.sink.simplelogging.output
Outputs the log message with all the specified sub-outputs.
MultiOutput() - Constructor for class adams.flow.sink.simplelogging.output.MultiOutput
 
MultiOverlay - Class in adams.gui.visualization.object.overlay
Combines multiple overlays.
MultiOverlay() - Constructor for class adams.gui.visualization.object.overlay.MultiOverlay
 
MultiPageIconSupporter - Interface in adams.gui.core
Interface for classes that allow changing the tab icon of the multi-page pane that they are part of.
MultiPagePane - Class in adams.gui.core
Manages multiple pages, like JTabbedPane manages multiple tabs.
MultiPagePane - Class in adams.gui.tools.spreadsheetviewer
A specialized tabbed pane with a few methods for easier access.
MultiPagePane() - Constructor for class adams.gui.core.MultiPagePane
 
MultiPagePane() - Constructor for class adams.gui.visualization.container.NotesFactory.MultiPagePane
Initializes the multi-page pane with not notes.
MultiPagePane() - Constructor for class adams.gui.visualization.pdf.PDFViewerPanel.MultiPagePane
 
MultiPagePane() - Constructor for class adams.gui.visualization.statistics.InformativeStatisticFactory.MultiPagePane
Initializes the tabbed pane with not statistics.
MultiPagePane(SpreadSheetViewerPanel) - Constructor for class adams.gui.tools.spreadsheetviewer.MultiPagePane
Initializes the tabbed pane.
MultiPagePane(List<InformativeStatistic>) - Constructor for class adams.gui.visualization.statistics.InformativeStatisticFactory.MultiPagePane
Initializes the tabbed pane with the statistics.
MultiPagePane(List<T>) - Constructor for class adams.gui.visualization.container.NotesFactory.MultiPagePane
Initializes the multi-page pane with the given spectrum notes.
MultiPagePane.DetachablePage - Class in adams.gui.core
 
MultiPagePane.PageCloseApprover - Interface in adams.gui.core
Interface for classes that can hook into the closing of pages and stop it.
MultiPagePane.PageContainer - Class in adams.gui.core
Container for page component and title.
MultiPagePane.PageUndo - Class in adams.gui.core
Container for the page undo list.
MultiPagePane.PopupCustomizer - Interface in adams.gui.core
Interface for classes that want to customize the popup menu for entry.
MultiPagePane.TitleRenderer - Class in adams.gui.core
The cell renderer.
MultiPagePane.ToolTipCustomizer - Interface in adams.gui.core
Interface for classes that want to customize the tool tip of an entry.
MultiPaintlet - Class in adams.gui.visualization.core
Paintlet that combines multiple paintlets.
MultiPaintlet - Class in adams.gui.visualization.sequence
Paintlet that combines multiple XYSequence paintlets.
MultiPaintlet() - Constructor for class adams.gui.visualization.core.MultiPaintlet
 
MultiPaintlet() - Constructor for class adams.gui.visualization.sequence.MultiPaintlet
 
MULTIPLE - adams.gui.event.PaintEvent.PaintMoment
if multiple paintmoments occur.
MULTIPLE_ROOT - Static variable in class adams.gui.core.dotnotationtree.DotNotationNode
the label for the root node in case of multiple hierarchies.
multipleCoords(double[], double) - Method in class adams.data.io.input.ObjectLocationsSpreadSheetReader
Multiplies the coordinates by the specified factor (in-place).
MultipleFileContentHandler - Interface in adams.gui.tools.previewbrowser
Interface for content handlers that can handle more than one file at a time.
MultipleInsert - Class in adams.db
Manages a multiple insert operation for a table (bulkinserttable)
MultipleInsert(int) - Constructor for class adams.db.MultipleInsert
Constructor.
MultiplicativeScatterCorrection - Class in weka.filters.unsupervised.attribute
Performs Multiplicative Scatter Correction, using the specified correction scheme.
MultiplicativeScatterCorrection() - Constructor for class weka.filters.unsupervised.attribute.MultiplicativeScatterCorrection
 
multiplierTipText() - Method in class adams.flow.transformer.wekaevaluationpostprocessor.RemoveWorstStdDev
Returns the tip text for this property.
MultiPLS - Class in weka.filters.supervised.attribute
For each Y that gets identified by the regular expression for Y attributes, the specified PLS (partial least squares) algorithm gets applied to the X attributes identified by the corresponding regular expression.
MultiPLS() - Constructor for class weka.filters.supervised.attribute.MultiPLS
 
MultiPostProcessor - Class in adams.flow.transformer.wekaevaluationpostprocessor
Applies the specified post-processors sequentially to the input data and combines their output.
MultiPostProcessor() - Constructor for class adams.flow.transformer.wekaevaluationpostprocessor.MultiPostProcessor
 
MultiProcessor - Class in adams.flow.processor
A meta-processor that processes the actor sequentially with all sub-processors.
MultiProcessor - Class in adams.gui.visualization.image.leftclick
Forwards the click event to all specified sub-processors.
MultiProcessor - Class in adams.gui.visualization.object.mouseclick
Combines multiple click processors, iterates through them until event consumed.
MultiProcessor() - Constructor for class adams.flow.processor.MultiProcessor
 
MultiProcessor() - Constructor for class adams.gui.visualization.image.leftclick.MultiProcessor
 
MultiProcessor() - Constructor for class adams.gui.visualization.object.mouseclick.MultiProcessor
 
MultiQRCode - Class in adams.data.barcode.decode
Decodes all the QR codes using the ZXing library.
For more information see:
https://github.com/zxing/zxing



MultiQRCode() - Constructor for class adams.data.barcode.decode.MultiQRCode
 
MultiReportWriter<T extends Report> - Interface in adams.data.io.output
Interface for report writers that write multiple reports into a single file.
MultiRowFinder - Class in adams.data.spreadsheet.rowfinder
Applies multiple row finding algorithms to the data.
The indices can be either joined or intersected.
MultiRowFinder - Class in adams.data.weka.rowfinder
Applies multiple row finding algorithms to the data.
The indices can be either joined or intersected.
MultiRowFinder() - Constructor for class adams.data.spreadsheet.rowfinder.MultiRowFinder
 
MultiRowFinder() - Constructor for class adams.data.weka.rowfinder.MultiRowFinder
 
MultiRowFinder.Combination - Enum in adams.data.spreadsheet.rowfinder
How combine the indices.
MultiRowFinder.Combination - Enum in adams.data.weka.rowfinder
How combine the indices.
MultiRowProcessor - Class in weka.filters.unsupervised.instance
Uses the specified row selection scheme to identify groups of rows in the data coming through and then applies the selected row processor to these subsets.
MultiRowProcessor() - Constructor for class weka.filters.unsupervised.instance.MultiRowProcessor
 
MultiRowScore - Class in adams.data.spreadsheet.rowscore
Applies the specified row score algorithms sequentially to the row and combines the output.
MultiRowScore() - Constructor for class adams.data.spreadsheet.rowscore.MultiRowScore
 
MultiRowStatistic - Class in adams.data.spreadsheet.rowstatistic
Combines the statistics calculated from the specified statistic generators.
MultiRowStatistic() - Constructor for class adams.data.spreadsheet.rowstatistic.MultiRowStatistic
 
MultiRunGenerator - Class in adams.flow.transformer.indexedsplitsrunsgenerator
Generates the specified number of runs using the configured base generator.
MultiRunGenerator() - Constructor for class adams.flow.transformer.indexedsplitsrunsgenerator.MultiRunGenerator
 
MultiScopeRestriction - Class in adams.flow.execution.debug
Combines multiple scope restrictions.
MultiScopeRestriction() - Constructor for class adams.flow.execution.debug.MultiScopeRestriction
 
MultiScopeRestriction.ScopeCombination - Enum in adams.flow.execution.debug
How the scope checks get combined.
MultiScriptingEngine - Class in adams.scripting.engine
Manages multiple scripting engines.
MultiScriptingEngine() - Constructor for class adams.scripting.engine.MultiScriptingEngine
 
MultiSearch - Class in adams.flow.source.filesystemsearch
Combines the search results of multiple search algorithms.
MultiSearch() - Constructor for class adams.flow.source.filesystemsearch.MultiSearch
 
MultiSelectionEditor - Interface in adams.gui.goe
Interface for GOE editors that allow the selection of multiple objects.
multiSelectionEnabledTipText() - Method in class adams.flow.source.SelectDirectory
Returns the tip text for this property.
MultiSelectionProcessor - Class in adams.gui.visualization.image.selection
Applies all the sub-processors sequentially.
MultiSelectionProcessor() - Constructor for class adams.gui.visualization.image.selection.MultiSelectionProcessor
 
MultiSelectionTableAction - Interface in adams.gui.visualization.report.reportfactory
Interface for actions that might support multi-selection.
multiSelectionTipText() - Method in class adams.flow.transformer.SpreadSheetSelectSubset
Returns the tip text for this property.
multiSelectTipText() - Method in class adams.flow.source.valuedefinition.ListSelectionValueDefinition
Returns the tip text for this property.
MultiSetup - Class in adams.db.datatype
Combines (and executes) multiple setups.
MultiSetup() - Constructor for class adams.db.datatype.MultiSetup
 
MultiShapePlotter - Class in adams.gui.visualization.object.objectannotations.shape
Applies the specified plotters subsequently.
MultiShapePlotter() - Constructor for class adams.gui.visualization.object.objectannotations.shape.MultiShapePlotter
 
MultiSheetSpreadSheetReader<T extends Range> - Interface in adams.data.io.input
Interface for spreadsheet readers that can read multiple sheets from the same document.
MultiSheetSpreadSheetWriter - Interface in adams.data.io.output
Interface for spreadsheet writers that can write multiple sheets into a single document.
MultiSpreadSheetDialog - Class in adams.gui.dialog
Dialog for displaying multiple spreadsheets in a multi-page pane.
MultiSpreadSheetDialog(Dialog) - Constructor for class adams.gui.dialog.MultiSpreadSheetDialog
Creates a modeless dialog without a title with the specified Dialog as its owner.
MultiSpreadSheetDialog(Dialog, Dialog.ModalityType) - Constructor for class adams.gui.dialog.MultiSpreadSheetDialog
Creates a dialog with the specified owner Dialog and modality.
MultiSpreadSheetDialog(Dialog, String) - Constructor for class adams.gui.dialog.MultiSpreadSheetDialog
Creates a modeless dialog with the specified title and with the specified owner dialog.
MultiSpreadSheetDialog(Dialog, String, Dialog.ModalityType) - Constructor for class adams.gui.dialog.MultiSpreadSheetDialog
Creates a dialog with the specified title, modality and the specified owner Dialog.
MultiSpreadSheetDialog(Frame) - Constructor for class adams.gui.dialog.MultiSpreadSheetDialog
Creates a modeless dialog without a title with the specified Frame as its owner.
MultiSpreadSheetDialog(Frame, boolean) - Constructor for class adams.gui.dialog.MultiSpreadSheetDialog
Creates a dialog with the specified owner Frame, modality and an empty title.
MultiSpreadSheetDialog(Frame, String) - Constructor for class adams.gui.dialog.MultiSpreadSheetDialog
Creates a modeless dialog with the specified title and with the specified owner frame.
MultiSpreadSheetDialog(Frame, String, boolean) - Constructor for class adams.gui.dialog.MultiSpreadSheetDialog
Creates a dialog with the specified owner Frame, modality and title.
MultiSpreadSheetOperation - Class in adams.flow.transformer
Applies the specified operation the incoming spreadsheet array.
MultiSpreadSheetOperation() - Constructor for class adams.flow.transformer.MultiSpreadSheetOperation
 
MultiStoppingCriterion - Class in adams.opt.genetic.stopping
Applies its sub-criteria, one after the other.
MultiStoppingCriterion() - Constructor for class adams.opt.genetic.stopping.MultiStoppingCriterion
 
MultiStream - Class in adams.ml.preprocessing.unsupervised
Applies the specified filters sequentially.
MultiStream() - Constructor for class adams.ml.preprocessing.unsupervised.MultiStream
 
MultiTargetClassificationModel - Interface in adams.ml.model.classification
Interface for classification models.
MultiTargetClassifier - Interface in adams.ml.model.classification
Interface for multi-target classification algorithms.
MultiTargetRegressionModel - Interface in adams.ml.model.regression
Interface for regression models.
MultiTargetRegressor - Interface in adams.ml.model.regression
Interface for multi-target regression algorithms.
MultiTokenizer - Class in weka.core.tokenizers
Combines the tokens of several tokenizers, skipping duplicate tokens.
MultiTokenizer() - Constructor for class weka.core.tokenizers.MultiTokenizer
 
MultiTransformer - Class in adams.data.boofcv.transformer
Applies the specified BoofCV transformers one after the other.
MultiTransformer - Class in adams.data.image.transformer
Applies the specified JAI transformers one after the other.
MultiTransformer - Class in adams.data.opencv.transformer
Applies the specified OpenCV transformers one after the other.
MultiTransformer() - Constructor for class adams.data.boofcv.transformer.MultiTransformer
 
MultiTransformer() - Constructor for class adams.data.image.transformer.MultiTransformer
 
MultiTransformer() - Constructor for class adams.data.opencv.transformer.MultiTransformer
 
MultiTrigger - Class in adams.flow.control.flowrestart.trigger
Manages multiple triggers.
MultiTrigger() - Constructor for class adams.flow.control.flowrestart.trigger.MultiTrigger
 
mungeLinksTipText() - Method in class adams.flow.source.RSync
 
MutableActorHandler - Interface in adams.flow.core
Interface for actors that allow to add/remove sub-actors as well.
MutableConnectedControlActor - Class in adams.flow.control
Abstract superclass for actors that allow their sub-actors to modified (adding, removing, editing).
MutableConnectedControlActor() - Constructor for class adams.flow.control.MutableConnectedControlActor
 
MutableControlActor - Class in adams.flow.control
Abstract superclass for actors that allow their sub-actors to modified (adding, removing, editing).
MutableControlActor() - Constructor for class adams.flow.control.MutableControlActor
 
MutableDatabaseIDHandler - Interface in adams.data.id
Interface for classes that allow the database ID to be set as well.
MutableIDHandler - Interface in adams.data.id
Interface for classes that allow the ID to set as well.
MutableLargeDatabaseIDHandler - Interface in adams.data.id
Interface for classes that allow the database ID to be set as well.
MutableLogEntryHandler - Interface in adams.db
Interface for classes that allow the internally stored list of LogEntry records to be modified from outside.
MutableNotesHandler - Interface in adams.data
Allows the replacement of current notes.
MutableReportHandler<T extends Report> - Interface in adams.data.report
Interface for data containers that can set a report as well.
MUTUAL_INFORMATION - edu.umbc.cs.maple.utils.MathUtils.SimilarityMetric
 
mutualInformation(int[], int[]) - Static method in class edu.umbc.cs.maple.utils.MathUtils
Computes the mutual information between two vectors.
MySQL - Class in adams.opt.genetic.setupupload
Stores the setup information in the specified MySQL table.
MySQL() - Constructor for class adams.opt.genetic.setupupload.MySQL
 

N

name - Variable in class adams.gui.visualization.segmentation.layer.AbstractLayer.AbstractLayerState
the name.
name() - Method in class adams.gui.visualization.stats.scatterplot.AbstractScatterPlotOverlay
Returns a string to display info on the overlay
NAME - adams.flow.standalone.DeleteStorageValue.MatchingType
 
NAME - adams.flow.standalone.DeleteVariable.MatchingType
 
NAME - adams.flow.transformer.DeleteStorageValue.MatchingType
 
NAME - adams.flow.transformer.DeleteVariable.MatchingType
 
NAME - adams.flow.transformer.SpreadSheetInfo.InfoType
the name.
NAME - adams.gui.core.ColorHelper.ColorNotation
name.
NAME - Static variable in class adams.env.Project
the internal project name.
NAME - Static variable in class adams.gui.core.DragAndDropTabbedPane
 
NAME - Static variable in class weka.classifiers.evaluation.Bias
 
NAME - Static variable in class weka.classifiers.evaluation.Dice
 
NAME - Static variable in class weka.classifiers.evaluation.MSLE
 
NAME - Static variable in class weka.classifiers.evaluation.RPD
 
NAME - Static variable in class weka.classifiers.evaluation.RSquared
 
NAME - Static variable in class weka.classifiers.evaluation.SDR
 
NAME_CATCH - Static variable in class adams.flow.control.TryCatch
the name for the catcj branch.
NAME_ELSE - Static variable in class adams.flow.control.IfThenElse
the name of the "else" actor.
NAME_STDERR - Static variable in class adams.flow.standalone.JavaExec
the name for stderr.
NAME_STDOUT - Static variable in class adams.flow.standalone.JavaExec
the name for stdout.
NAME_THEN - Static variable in class adams.flow.control.IfThenElse
the name of the "then" actor.
NAME_TRY - Static variable in class adams.flow.control.TryCatch
the name for the try branch.
nameColumnTipText() - Method in class adams.data.conversion.SpreadSheetToCreateTableStatement
Returns the tip text for this property.
nameColumnTipText() - Method in class adams.flow.transformer.plotgenerator.NamedPlotGenerator
Returns the tip text for this property.
NamedContainer - Interface in adams.gui.visualization.container
Interface for containers that are have a unique ID string.
NamedContainerManager - Interface in adams.gui.visualization.container
Interface for container managers that handle named containers.
NamedContainerManagerWithUniqueNames<C extends AbstractContainer> - Interface in adams.gui.visualization.container
Interface for container managers that ensure that the names of the containers are unique.
NamedCounter - Class in adams.core
Provides counters that can be referenced by a name.
NamedCounter() - Constructor for class adams.core.NamedCounter
Initializes the counter.
NamedCounter.CounterComparator - Class in adams.core
Comparator for sorting the names based on the counts associated with them.
NamedPlotGenerator - Class in adams.flow.transformer.plotgenerator
Plots the numeric data of two columns, X and Y with the plot name from a separate column.
NamedPlotGenerator() - Constructor for class adams.flow.transformer.plotgenerator.NamedPlotGenerator
 
NamedPlotUpdater - Class in adams.flow.sink.sequenceplotter
Updates the flow after the specified number of tokens per named plot have been processed.
NamedPlotUpdater() - Constructor for class adams.flow.sink.sequenceplotter.NamedPlotUpdater
 
NameFilter - Class in adams.flow.standalone.logevent
Filters records based on regular expression applied to logger name.
NameFilter() - Constructor for class adams.flow.standalone.logevent.NameFilter
 
names() - Method in class adams.core.NamedCounter
Returns the currently stored names.
names() - Method in class adams.core.Variables
Returns an enumeration over the names of the variables.
names() - Method in class adams.flow.container.AbstractContainer
Returns all value names that can be used (theoretically).
names() - Method in class adams.flow.container.AbstractFilterContainer
Returns all value names that can be used (theoretically).
names() - Method in interface adams.flow.container.Container
Returns all value names that can be used (theoretically).
names() - Method in class adams.flow.container.ControlChartContainer
Returns all value names that can be used (theoretically).
names() - Method in class adams.flow.container.EncapsulatedActorsContainer
Returns all value names that can be used (theoretically).
names() - Method in class adams.flow.container.FeatureConverterContainer
Returns all value names that can be used (theoretically).
names() - Method in class adams.flow.container.FileBasedDatasetContainer
Returns all value names that can be used (theoretically).
names() - Method in class adams.flow.container.HttpRequestResult
Returns all value names that can be used (theoretically).
names() - Method in class adams.flow.container.ImageSegmentationContainer
Returns all value names that can be used (theoretically).
names() - Method in class adams.flow.container.OutlierContainer
Returns all value names that can be used (theoretically).
names() - Method in class adams.flow.container.OutlierDetectorContainer
Returns all value names that can be used (theoretically).
names() - Method in class adams.flow.container.PredictionEccentricityContainer
Returns all value names that can be used (theoretically).
names() - Method in class adams.flow.container.ProcessActorContainer
Returns all value names that can be used (theoretically).
names() - Method in class adams.flow.container.RemoteCommandContainer
Returns all value names that can be used (theoretically).
names() - Method in class adams.flow.container.SequencePlotterContainer
Returns all value names that can be used (theoretically).
names() - Method in class adams.flow.container.SpreadSheetCellSelectionContainer
Returns all value names that can be used (theoretically).
names() - Method in class adams.flow.container.TimingContainer
Returns all value names that can be used (theoretically).
names() - Method in class adams.flow.container.TrainTestSetContainer
Returns all value names that can be used (theoretically).
names() - Method in class adams.flow.container.WekaAssociatorContainer
Returns all value names that can be used (theoretically).
names() - Method in class adams.flow.container.WekaAttributeSelectionContainer
Returns all value names that can be used (theoretically).
names() - Method in class adams.flow.container.WekaClusterEvaluationContainer
Returns all value names that can be used (theoretically).
names() - Method in class adams.flow.container.WekaClusteringContainer
Returns all value names that can be used (theoretically).
names() - Method in class adams.flow.container.WekaEvaluationContainer
Returns all value names that can be used (theoretically).
names() - Method in class adams.flow.container.WekaExperimentContainer
Returns all value names that can be used (theoretically).
names() - Method in class adams.flow.container.WekaFilterContainer
Returns all value names that can be used (theoretically).
names() - Method in class adams.flow.container.WekaForecastContainer
Returns all value names that can be used (theoretically).
names() - Method in class adams.flow.container.WekaForecastModelContainer
Returns all value names that can be used (theoretically).
names() - Method in class adams.flow.container.WekaGeneticAlgorithmContainer
Returns all value names that can be used (theoretically).
names() - Method in class adams.flow.container.WekaGeneticAlgorithmInitializationContainer
Returns all value names that can be used (theoretically).
names() - Method in class adams.flow.container.WekaModelContainer
Returns all value names that can be used (theoretically).
names() - Method in class adams.flow.container.WekaNearestNeighborSearchContainer
Returns all value names that can be used (theoretically).
names() - Method in class adams.flow.container.WekaPredictionContainer
Returns all value names that can be used (theoretically).
names() - Method in class adams.flow.container.WekaTrainTestSetContainer
Returns all value names that can be used (theoretically).
names(boolean) - Method in class adams.core.NamedCounter
Returns the currently stored names sorted based on associated.
nameSet() - Method in class adams.core.NamedCounter
Returns the currently stored names.
nameSet() - Method in class adams.core.Variables
Returns a set containing the names of the variables.
nameSpaceAwareTipText() - Method in class adams.core.io.filecomplete.XML
Returns the tip text for this property.
nameSpaceAwareTipText() - Method in class adams.data.conversion.XMLToDOM
Returns the tip text for this property.
nameSpaceAwareTipText() - Method in class adams.flow.transformer.XMLFileReader
Returns the tip text for this property.
nameSpacesTipText() - Method in class adams.flow.transformer.XPath
Returns the tip text for this property.
nameTipText() - Method in class adams.core.io.FixedFilenameGenerator
Returns the tip text for this property.
nameTipText() - Method in class adams.core.io.SimpleFixedFilenameGenerator
Returns the tip text for this property.
nameTipText() - Method in class adams.data.spreadsheet.columnfinder.ByExactName
Returns the tip text for this property.
nameTipText() - Method in class adams.data.weka.classattribute.ByExactName
Returns the tip text for this property.
nameTipText() - Method in class adams.data.weka.columnfinder.ByExactName
Returns the tip text for this property.
nameTipText() - Method in class adams.flow.core.AbstractActor
Returns the tip text for this property.
nameTipText() - Method in class adams.flow.processor.AbstractListNameUsage
Returns the tip text for this property.
nameTipText() - Method in class adams.flow.processor.ListActorReferenceUsage
Returns the tip text for this property.
nameTipText() - Method in class adams.flow.processor.ListCallableActorUsage
Returns the tip text for this property.
nameTipText() - Method in class adams.flow.processor.ListStorageUsage
Returns the tip text for this property.
nameTipText() - Method in class adams.flow.processor.ListVariableUsage
Returns the tip text for this property.
nameTipText() - Method in class adams.flow.setup.FlowSetup
Returns the tip text for this property.
nameTipText() - Method in class adams.flow.source.valuedefinition.AbstractValueDefinition
Returns the tip text for this property.
nameTipText() - Method in class adams.flow.template.AbstractActorTemplate
Returns the tip text for this property.
nameTipText() - Method in class adams.gui.flow.tree.keyboardaction.AbstractKeyboardAction
Returns the tip text for this property.
nameValue() - Method in class adams.core.base.MavenRepository
Returns the name part, if possible.
NAN - Static variable in class adams.core.Utils
 
NAN - Static variable in class adams.data.featureconverter.CountValues
the placeholder for NaN.
NAN - Static variable in class adams.data.objectfinder.ByMetaDataNumericValue
the placeholder for NaN.
NAN - Static variable in class adams.data.objectfinder.PolygonPoints
the placeholder for NaN.
NAN - Static variable in class adams.data.objectfinder.Size
the placeholder for NaN.
NAN - Static variable in class adams.data.spreadsheet.rowfinder.ByNumericValue
the placeholder for NaN.
NAN - Static variable in class adams.data.weka.rowfinder.ByNumericValue
the placeholder for NaN.
NAN - Static variable in class adams.flow.transformer.wekaevaluationpostprocessor.SimpleSubRange
the placeholder for NaN.
NAN - Static variable in class adams.gui.visualization.core.axis.Formatter
the constant for NaN.
NANO_SECONDS - adams.flow.source.CurrentTime.TimeType
 
NANO_SECONDS_LONG - adams.flow.source.CurrentTime.TimeType
 
NEAREST - adams.data.jai.transformer.Resize.InterpolationType
nearest.
NEAREST - adams.data.jai.transformer.Rotate.InterpolationType
nearest.
nearestNeighbour(Instance) - Method in class weka.core.neighboursearch.NewNNSearch
Returns the nearest instance in the current neighbourhood to the supplied instance.
nearestNeighbourSearchAlgorithmTipText() - Method in class weka.filters.unsupervised.instance.AccumulatedLWLWeights
Returns the tip text for this property.
needsUID(Class) - Static method in class adams.core.SerializationHelper
checks whether a class needs to declare a serialVersionUID, i.e., it implements the java.io.Serializable interface but doesn't declare a serialVersionUID.
needsUID(String) - Static method in class adams.core.SerializationHelper
checks whether a class needs to declare a serialVersionUID, i.e., it implements the java.io.Serializable interface but doesn't declare a serialVersionUID.
NEGATIVE - Static variable in class adams.flow.transformer.negativeregions.SimpleBlockFill
the value for a negative region.
NEGATIVE_INFINITY - Static variable in class adams.core.base.BaseInterval
the placeholder for -Inf.
NEGATIVE_INFINITY - Static variable in class adams.core.Utils
 
NegativeRegions - Class in adams.flow.transformer
Uses the specified generator for generating negative regions for the image passing through.
NegativeRegions() - Constructor for class adams.flow.transformer.NegativeRegions
 
NegativeRegions.NegativeRegionTransferType - Enum in adams.flow.transformer
Determines how to add the regions to the image.
negativeTipText() - Method in class adams.flow.transformer.preparefilebaseddataset.Selected
Returns the tip text for this property.
NestedAdamsExperimentReader - Class in adams.data.io.input
Reads ADAMS Experiments in nested format.
NestedAdamsExperimentReader() - Constructor for class adams.data.io.input.NestedAdamsExperimentReader
 
NestedAdamsExperimentWriter - Class in adams.data.io.output
Writes ADAMS experiments in nested format.
NestedAdamsExperimentWriter() - Constructor for class adams.data.io.output.NestedAdamsExperimentWriter
 
NestedCommandlineReader - Class in adams.data.io.input
Loads objects using the commandline store in the file (nested format).
NestedCommandlineReader() - Constructor for class adams.data.io.input.NestedCommandlineReader
 
NestedCommandlineWriter - Class in adams.data.io.output
Writes the commandline of objects to disk (in nested format).
NestedCommandlineWriter() - Constructor for class adams.data.io.output.NestedCommandlineWriter
 
NestedConsumer - Class in adams.core.option
Parses a nested ArrayList of options.
NestedConsumer() - Constructor for class adams.core.option.NestedConsumer
 
NestedFlowReader - Interface in adams.data.io.input
Interface for flow readers that support the faster nested format.
NestedFlowWriter - Interface in adams.data.io.output
Interface for flow writers that support the faster nested format.
NestedFormatHelper - Class in adams.core.option
A helper class for the nested option format.
NestedFormatHelper() - Constructor for class adams.core.option.NestedFormatHelper
 
NestedFormatHelper.Line - Class in adams.core.option
Container class for wrapping a line from the nested format.
NestedFormatViewer - Class in adams.gui.menu
Displays the NestedFormatViewer dialog.
NestedFormatViewer() - Constructor for class adams.gui.menu.NestedFormatViewer
Initializes the menu item with no owner.
NestedFormatViewer(AbstractApplicationFrame) - Constructor for class adams.gui.menu.NestedFormatViewer
Initializes the menu item.
NestedFormatViewerPanel - Class in adams.gui.tools
A viewer for files that contain the nested format, like the flow editor uses.
NestedFormatViewerPanel() - Constructor for class adams.gui.tools.NestedFormatViewerPanel
 
NestedFormatViewerPanel.Renderer - Class in adams.gui.tools
A specialized renderer for the tree elements.
nestedItemNames() - Method in class adams.gui.tools.wekainvestigator.output.AbstractNestableResultItem
Returns the names of the nested items.
NestedProducer - Class in adams.core.option
Generates the nested format.
NestedProducer() - Constructor for class adams.core.option.NestedProducer
 
nestedToLines(List) - Static method in class adams.core.option.NestedFormatHelper
Turns the nested options from an option handler into indentated lines.
nestedToLines(List, boolean) - Static method in class adams.core.option.NestedFormatHelper
Turns the nested options from an option handler into indentated lines.
nestedToLines(List, boolean, List<String>, int) - Static method in class adams.core.option.NestedFormatHelper
Turns the nested options from an option handler into indentated lines.
nesting - Variable in class adams.core.option.AbstractDocumentationProducer.ActorPosition
the nesting level.
net.semanticmetadata.lire.imageanalysis.features.global - package net.semanticmetadata.lire.imageanalysis.features.global
 
NEUQUANT - adams.data.jai.transformer.IndexedColors.ColorQuantizer
 
newAction() - Method in class adams.gui.flow.menu.AbstractFlowEditorMenuItem
Creates the action to use.
newAction() - Method in class adams.gui.flow.menu.ShowTriggers
Creates the action to use.
newActor(String) - Method in class adams.gui.flow.tree.menu.AbstractAddMostCommonActorAction
Instantiates the specified actor if not blacklisted.
newActorHandler() - Method in class adams.flow.standalone.AbstractMutableStandaloneGroupItem
Creates an instance of the actor handler taking care of the sub-actors.
newActualJobRunner() - Method in class adams.multiprocess.AbstractMetaJobRunner
Returns an instance of the actual job runner to use.
newActualJobRunner() - Method in class adams.multiprocess.ScpJobRunner
Returns an instance of the actual job runner to use.
newArray(Object, int) - Method in class adams.flow.transformer.arraysubsetgeneration.AbstractArraySubsetGenerator
Returns a new array instance of the specified length.
newArray(String, int) - Static method in class adams.core.Utils
Creates a new array of the specified element type with the specified number of elements.
newArray(List<String>, DataType) - Method in class adams.gui.goe.FieldEditor
Creates a new array of field objects from the strings.
newArray(List<String>, Class) - Method in class adams.gui.goe.EnumEditor
Creates a new array of field objects from the strings.
newArray(Vector<String>, DataType) - Method in class adams.gui.goe.PrefixFieldEditor
Creates a new array of prefix field objects from the strings.
newArray(Vector<String>, DataType) - Method in class adams.gui.goe.SuffixFieldEditor
Creates a new array of suffix field objects from the strings.
NewArray - Class in adams.flow.source
Generates a new array of the specified class with the given dimensions.
Dimensions are given as follows: [x], with x being the number of elements.
NewArray() - Constructor for class adams.flow.source.NewArray
 
newAuthentication() - Method in interface adams.core.net.SMBAuthenticationProvider
Returns a new authentication.
newAuthentication() - Method in class adams.flow.standalone.SMBConnection
Returns a new SMB authentication.
newAuthentication() - Method in class adams.gui.chooser.SmbRemoteDirectorySetup
Returns a new SMB authentication.
newBaseTextPane() - Method in class adams.gui.core.AbstractTextEditorPanelWithSimpleSyntaxHighlighting
Returns a new text pane.
newBaseTextPane() - Method in class adams.gui.core.StyledTextEditorPanel
Returns a new text pane.
newBest(double, OptData) - Method in class adams.opt.optimise.AbstractFitnessFunction
 
newBest(double, OptData) - Method in interface adams.opt.optimise.FitnessFunction
Callback.
newBest(double, OptData) - Method in class adams.opt.optimise.genetic.fitnessfunctions.AttributeSelection
Callback for best measure so far
newCache() - Method in class adams.gui.selection.AbstractFieldCacheItem
Returns an initialized, but empty cache.
newCell() - Method in class adams.data.spreadsheet.DefaultSpreadSheet
Creates a new cell.
newCell() - Method in interface adams.data.spreadsheet.SpreadSheet
Creates a new cell.
newCell() - Method in class adams.data.spreadsheet.SpreadSheetView
Creates a new cell.
newCell() - Method in class adams.ml.data.DatasetView
Creates a new cell.
newCell() - Method in class adams.ml.data.InstancesView
Creates a new cell.
newCell(Row) - Method in class adams.data.spreadsheet.DataRowView
Creates a new instance of a cell.
newCell(Row) - Method in class adams.data.spreadsheet.DenseDataRow
Creates a new instance of a cell.
newCell(Row) - Method in class adams.data.spreadsheet.DenseFloatDataRow
Creates a new instance of a cell.
newCell(Row) - Method in class adams.data.spreadsheet.HeaderRow
Creates a new instance of a cell.
newCell(Row) - Method in interface adams.data.spreadsheet.Row
Creates a new instance of a cell.
newCell(Row) - Method in class adams.data.spreadsheet.SparseDataRow
Creates a new instance of a cell.
newCell(Row) - Method in class adams.data.spreadsheet.SparseFloatDataRow
Creates a new instance of a cell.
newCell(Row) - Method in class adams.ml.data.InstancesHeaderRow
Creates a new instance of a cell.
newCell(Row) - Method in class adams.ml.data.InstanceView
Creates a new instance of a cell.
newChooserPanel() - Method in class adams.flow.source.valuedefinition.AbstractArrayValueDefinition
Instantiates the new chooser panel.
newChooserPanel() - Method in class adams.flow.source.valuedefinition.AbstractGOEValueDefinition
Instantiates the new chooser panel.
newChooserPanel() - Method in class adams.flow.source.valuedefinition.ArrayValueDefinition
Instantiates the new chooser panel.
newChooserPanel() - Method in class adams.flow.source.valuedefinition.GOEValueDefinition
Instantiates the new chooser panel.
newChooserPanel() - Method in class adams.flow.source.valuedefinition.WekaGOEValueDefinition
Instantiates the new chooser panel.
newClassLoader() - Method in class adams.core.scripting.Groovy
initializes and returns a Groovy Interpreter.
newClient() - Method in class adams.core.io.lister.FtpDirectoryLister
Returns a new client for the host defined in the options.
newClient() - Method in class adams.gui.chooser.FtpRemoteDirectorySetup
Returns a new client for the host/port defined in the options.
NewCollection - Class in adams.flow.source
Generates a new (and empty) collection of the specified type.
NewCollection() - Constructor for class adams.flow.source.NewCollection
 
newColorsTipText() - Method in class adams.data.image.transformer.ReplaceColors
Returns the tip text for this property.
newColorTipText() - Method in class adams.data.image.transformer.ReplacePredominantColor
Returns the tip text for this property.
newComparator() - Method in interface adams.data.container.DataContainer
Returns a new instance of the default comparator.
newComparator() - Method in class adams.data.instance.Instance
Returns the comparator in use.
newComparator() - Method in class adams.data.sequence.XYSequence
Returns the comparator in use.
newComparator() - Method in class adams.data.timeseries.Timeseries
Returns a new instance of the default comparator.
newComparator() - Method in class adams.flow.sink.sequenceplotter.SequencePlotSequence
Returns the comparator in use.
newComparator() - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRow
Returns the comparator in use.
newConnection() - Method in class adams.gui.dialog.AbstractDatabaseConnectionPanel
Allows adding a new connection.
newConnectionParameters() - Method in class adams.db.AbstractDatabaseConnection
Returns a new instance of a ConnectionParameters object.
newConnectionParameters() - Method in class adams.gui.dialog.AbstractDatabaseConnectionPanel
Returns a new instance of a ConnectionParameters object.
newContainer(PlaceholderFile) - Method in class adams.data.io.input.AbstractPNGAnnotationImageSegmentationReader
Creates a container with the base image and no layers.
newContainer(Comparable) - Method in class adams.flow.sink.sequenceplotter.SequencePlotContainerManager
Returns a new container containing the given payload.
newContainer(Comparable) - Method in class adams.gui.visualization.container.AbstractContainerManager
Returns a new container containing the given payload.
newContainer(Comparable) - Method in class adams.gui.visualization.instance.InstanceContainerManager
Returns a new container containing the given payload.
newContainer(Comparable) - Method in class adams.gui.visualization.report.ReportContainerManager
Returns a new container containing the given payload.
newContainer(Comparable) - Method in class adams.gui.visualization.sequence.XYSequenceContainerManager
Returns a new container containing the given payload.
newContainer(Comparable) - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowContainerManager
Returns a new container containing the given payload.
newContainer(Comparable) - Method in class adams.gui.visualization.timeseries.TimeseriesContainerManager
Returns a new container containing the given payload.
newContainer(String, WekaEvaluationContainer, TIntList) - Method in class adams.flow.transformer.wekaevaluationpostprocessor.AbstractWekaEvaluationPostProcessor
Creates a new evaluation container from the specified subset of predictions.
newContainerManager() - Method in class adams.flow.sink.sequenceplotter.SequencePlotterPanel
Returns the container manager to use.
newContainerManager() - Method in class adams.gui.visualization.container.AbstractDataContainerZoomOverviewPanel
Returns the container manager to use.
newContainerManager() - Method in class adams.gui.visualization.container.DataContainerPanel
Returns the container manager to use.
newContainerManager() - Method in class adams.gui.visualization.instance.InstancePanel
Returns the container manager to use.
newContainerManager() - Method in class adams.gui.visualization.report.ReportFactory.Panel
Creates a new container manager.
newContainerManager() - Method in class adams.gui.visualization.sequence.XYSequencePanel
Returns the container manager to use.
newContainerManager() - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowPanel
Returns the container manager to use.
newContainerManager() - Method in class adams.gui.visualization.timeseries.TimeseriesPanel
Returns the container manager to use.
newDatabaseConnectionPanel() - Method in class adams.gui.dialog.DatabaseConnectionDialog
Returns the database connection panel.
newDataPoint(double, double) - Method in class adams.data.filter.AbstractAutocorrelation
Creates a new DataPoint from the X/Y data.
newDataPoint(double, double) - Method in class adams.data.filter.AbstractSAX
Creates a new data point from the X and Y values.
newDataPoint(double, double) - Method in class adams.data.filter.TimeseriesAutocorrelation
Creates a new DataPoint from the X/Y data.
newDataPoint(double, double) - Method in class adams.data.filter.TimeseriesSAX
Creates a new data point from the X and Y values.
newDataPoint(int, double) - Method in class adams.data.filter.AbstractHistogram
Creates a new data point from the X and Y values.
newDataPoint(int, double) - Method in class adams.data.filter.TimeseriesHistogram
Creates a new data point from the X and Y values.
newDataPoint(DataPoint, double) - Method in class adams.data.filter.AbstractFastWavelet
Creates a new DataPoint based on the old one and the new X value.
newDataPoint(DataPoint, double) - Method in class adams.data.filter.AbstractSavitzkyGolay
Creates a new DataPoint based on the old one and the new X value.
newDataPoint(DataPoint, double) - Method in class adams.data.filter.AbstractSimpleSavitzkyGolay
Creates a new DataPoint based on the old one and the new Y-value.
newDataPoint(DataPoint, double) - Method in class adams.data.filter.TimeseriesFastWavelet
Creates a new DataPoint based on the old one and the new X value.
newDataPoint(DataPoint, double) - Method in class adams.data.filter.TimeseriesSavitzkyGolay
Creates a new DataPoint based on the old one and the new X value.
newDataPoint(Point2D) - Method in class adams.data.filter.AbstractLOWESS
Creates a new DataPoint from the smoothed one.
newDataPoint(Point2D) - Method in class adams.data.filter.TimeseriesLOWESS
Creates a new DataPoint from the smoothed one.
newDataPoint(List<DataPoint>, int, double) - Method in class adams.data.filter.AbstractFastWavelet
Creates a new DataPoint based on the index and the new X value.
newDataPoint(List<DataPoint>, int, double) - Method in class adams.data.filter.AbstractFFT
Creates a new DataPoint based on the index and the new Y value.
newDataPoint(List<DataPoint>, int, double) - Method in class adams.data.filter.TimeseriesFastWavelet
Creates a new DataPoint based on the index and the new X value.
newDataPoint(List<DataPoint>, int, double) - Method in class adams.data.filter.TimeseriesFFT
Creates a new DataPoint based on the index and the new Y value.
newDateType() - Method in class adams.gui.goe.AbstractBaseDateTypeEditor
Returns a new instance of the date type used for parsing.
newDateType(String) - Method in class adams.gui.goe.AbstractBaseDateTypeEditor
Returns a new instance of the date type.
newDateType(String) - Method in class adams.gui.goe.BaseDateEditor
Returns a new instance of the date type.
newDateType(String) - Method in class adams.gui.goe.BaseDateTimeEditor
Returns a new instance of the date type.
newDateType(String) - Method in class adams.gui.goe.BaseDateTimeMsecEditor
Returns a new instance of the date type.
newDateType(String) - Method in class adams.gui.goe.BaseTimeEditor
Returns a new instance of the date type.
newDateType(String) - Method in class adams.gui.goe.BaseTimeMsecEditor
Returns a new instance of the date type.
newDateType(Date) - Method in class adams.gui.goe.AbstractBaseDateTypeEditor
Returns a new instance of the date type.
newDateType(Date) - Method in class adams.gui.goe.BaseDateEditor
Returns a new instance of the date type.
newDateType(Date) - Method in class adams.gui.goe.BaseDateTimeEditor
Returns a new instance of the date type.
newDateType(Date) - Method in class adams.gui.goe.BaseDateTimeMsecEditor
Returns a new instance of the date type.
newDateType(Date) - Method in class adams.gui.goe.BaseTimeEditor
Returns a new instance of the date type.
newDateType(Date) - Method in class adams.gui.goe.BaseTimeMsecEditor
Returns a new instance of the date type.
newDirector() - Method in class adams.flow.control.AbstractDirectedControlActor
Returns an instance of a director.
newDirector() - Method in class adams.flow.control.IfStorageValue
Returns an instance of a director.
newDirector() - Method in class adams.flow.control.IfThenElse
Returns an instance of a director.
newDirector() - Method in class adams.flow.control.SubProcess
Returns an instance of a director.
newDirector() - Method in class adams.flow.control.Switch
Returns an instance of a director.
newDirector() - Method in class adams.flow.source.SequenceSource
Returns an instance of a director.
newDirector() - Method in class adams.flow.standalone.CallableActors
Returns an instance of a director.
newDirectory(String) - Method in interface adams.core.io.lister.DirectoryLister
Returns a new directory relative to the watch directory.
newDirectory(String) - Method in class adams.core.io.lister.FtpDirectoryLister
Returns a new directory relative to the watch directory.
newDirectory(String) - Method in class adams.core.io.lister.LocalDirectoryLister
Returns a new directory relative to the watch directory.
newDirectory(String) - Method in class adams.core.io.lister.SftpDirectoryLister
Returns a new directory relative to the watch directory.
newDirectory(String) - Method in class adams.core.io.lister.SmbDirectoryLister
Returns a new directory relative to the watch directory.
newDirectory(String, String) - Method in interface adams.core.io.lister.DirectoryLister
Returns a new directory generated from parent and sub-directory.
newDirectory(String, String) - Method in class adams.core.io.lister.FtpDirectoryLister
Returns a new directory generated from parent and sub-directory.
newDirectory(String, String) - Method in class adams.core.io.lister.LocalDirectoryLister
Returns a new directory generated from parent and sub-directory.
newDirectory(String, String) - Method in class adams.core.io.lister.SftpDirectoryLister
Returns a new directory generated from parent and sub-directory.
newDirectory(String, String) - Method in class adams.core.io.lister.SmbDirectoryLister
Returns a new directory relative to the watch directory.
newDisplayRunnable() - Method in class adams.flow.control.MissionControl
Returns a runnable that displays frame, etc.
newDisplayRunnable() - Method in class adams.flow.core.AbstractDisplay
Returns a runnable that displays frame, etc.
newDisplayRunnable() - Method in class adams.flow.sink.AbstractDisplay
Returns a runnable that displays frame, etc.
newDisplayRunnable() - Method in class adams.flow.standalone.AbstractMultiView
Returns a runnable that displays frame, etc.
newDisplayRunnable() - Method in class adams.flow.standalone.AbstractMultiView.ViewWrapper
Returns a runnable that displays frame, etc.
newDisplayRunnable() - Method in class adams.flow.standalone.ConsoleWindow
Returns a runnable that displays frame, etc.
newDisplayRunnable() - Method in class adams.flow.standalone.Stopwatch
Returns a runnable that displays frame, etc.
NewDOMDocument - Class in adams.flow.source
Creates a new DOM document, e.g., for assembling XML files.
NewDOMDocument() - Constructor for class adams.flow.source.NewDOMDocument
 
newEntryName(String) - Method in class adams.gui.core.AbstractNamedHistoryPanel
Ensures that the name is unique, by appending an index.
newEvaluation(String, Evaluation, TIntList) - Method in class adams.flow.transformer.wekaevaluationpostprocessor.AbstractWekaEvaluationPostProcessor
Creates a new evaluation from the specified subset of predictions.
newExperiment() - Static method in class adams.gui.goe.WekaExperimentFileEditor
Generates a new (simple) experiment.
newFactory() - Method in class adams.gui.chooser.FileChooserBookmarksPanel
Creates a new instance of the factory.
newField(AbstractField) - Method in class adams.gui.selection.AbstractFieldCacheItem
Creates a new field.
newField(String, DataType) - Method in class adams.data.report.AbstractField
Returns a new field.
newField(String, DataType) - Method in class adams.data.report.Field
Returns a new field.
newField(String, DataType) - Method in class adams.data.report.PrefixField
Returns a new field.
newField(String, DataType) - Method in class adams.data.report.SuffixField
Returns a new field.
newFieldCacheItem(FieldProvider) - Method in class adams.gui.selection.AbstractFieldCacheManager
Creates a new cache item.
newFieldCacheManager() - Method in class adams.gui.selection.AbstractSelectDatabaseFieldPanel
Creates a new instance of the cache manager.
newFileChooser() - Method in class adams.gui.workspace.AbstractWorkspaceHelper
Creates a filechooser for loading/saving workspaces.
newFileChooser() - Static method in class weka.gui.explorer.WorkspaceHelper
Creates a filechooser for loading/saving workspaces.
newFilterTipText() - Method in class adams.data.conversion.SwapPLS
Returns the tip text for this property.
newFlow() - Method in class adams.gui.tools.ImageProcessorPanel
Replaces the current flow snippet with an empty one.
newFlow() - Method in class adams.gui.tools.spreadsheetprocessor.processors.FlowProcessor
Replaces the current flow snippet with an empty one.
newFlow(Actor) - Method in class adams.gui.flow.FlowEditorPanel
Adds new panel with the specified actor.
NewFlow - Class in adams.flow.source
Outputs the flow generated by the specified template.
NewFlow() - Constructor for class adams.flow.source.NewFlow
 
newFrame(String) - Method in interface adams.gui.core.AbstractNamedHistoryPanel.FrameDisplaySupporter
Creates a new frame for the entry.
newFrame(String) - Method in class adams.gui.core.BufferHistoryPanel
Creates a new frame for the entry.
newFrame(String) - Method in class adams.gui.help.HelpHistoryPanel
Creates a new frame for the entry.
newHitDetector() - Method in class adams.flow.sink.controlchartplot.ChartPaintlet
Returns a new instance of the hit detector to use.
newHitDetector() - Method in class adams.flow.sink.controlchartplot.LimitPaintlet
Returns a new instance of the hit detector to use.
newHitDetector() - Method in class adams.flow.sink.sequenceplotter.ErrorCirclePaintlet
Returns a new instance of the hit detector to use.
newHitDetector() - Method in class adams.flow.sink.sequenceplotter.ErrorCrossPaintlet
Returns a new instance of the hit detector to use.
newHitDetector() - Method in class adams.flow.sink.sequenceplotter.OutlierPaintlet
Returns a new instance of the hit detector to use.
newHitDetector() - Method in class adams.gui.visualization.sequence.AbstractXYSequencePaintlet
Returns a new instance of the hit detector to use.
newHitDetector() - Method in class adams.gui.visualization.sequence.BarPaintlet
Returns a new instance of the hit detector to use.
newHitDetector() - Method in class adams.gui.visualization.sequence.ByNamePaintlet
Returns a new instance of the hit detector to use.
newHitDetector() - Method in class adams.gui.visualization.sequence.CirclePaintlet
Returns a new instance of the hit detector to use.
newHitDetector() - Method in class adams.gui.visualization.sequence.CrossPaintlet
Returns a new instance of the hit detector to use.
newHitDetector() - Method in class adams.gui.visualization.sequence.DiagonalOverlayPaintlet
Returns a new instance of the hit detector to use.
newHitDetector() - Method in class adams.gui.visualization.sequence.DotPaintlet
Returns a new instance of the hit detector to use.
newHitDetector() - Method in class adams.gui.visualization.sequence.HorizontalIndicator
Returns a new instance of the hit detector to use.
newHitDetector() - Method in class adams.gui.visualization.sequence.KendallTheilOverlayPaintlet
Returns a new instance of the hit detector to use.
newHitDetector() - Method in class adams.gui.visualization.sequence.LinearRegressionOverlayPaintlet
Returns a new instance of the hit detector to use.
newHitDetector() - Method in class adams.gui.visualization.sequence.LinePaintlet
Returns a new instance of the hit detector to use.
newHitDetector() - Method in class adams.gui.visualization.sequence.LOWESSOverlayPaintlet
Returns a new instance of the hit detector to use.
newHitDetector() - Method in class adams.gui.visualization.sequence.MathExpressionOverlayPaintlet
Returns a new instance of the hit detector to use.
newHitDetector() - Method in class adams.gui.visualization.sequence.MeanOverlayPaintlet
Returns a new instance of the hit detector to use.
newHitDetector() - Method in class adams.gui.visualization.sequence.MedianOverlayPaintlet
Returns a new instance of the hit detector to use.
newHitDetector() - Method in class adams.gui.visualization.sequence.MetaDataValuePaintlet
Returns a new instance of the hit detector to use.
newHitDetector() - Method in class adams.gui.visualization.sequence.MultiPaintlet
Returns a new instance of the hit detector to use.
newHitDetector() - Method in class adams.gui.visualization.sequence.NullPaintlet
Returns a new instance of the hit detector to use.
newHitDetector() - Method in class adams.gui.visualization.sequence.PaintletWithFixedXRange
Returns a new instance of the hit detector to use.
newHitDetector() - Method in class adams.gui.visualization.sequence.PaintletWithFixedYRange
Returns a new instance of the hit detector to use.
newHitDetector() - Method in class adams.gui.visualization.sequence.PercentileOverlayPaintlet
Returns a new instance of the hit detector to use.
newHitDetector() - Method in class adams.gui.visualization.sequence.SquarePaintlet
Returns a new instance of the hit detector to use.
newHitDetector() - Method in class adams.gui.visualization.sequence.StdDevOverlayPaintlet
Returns a new instance of the hit detector to use.
newHitDetector() - Method in class adams.gui.visualization.sequence.StickPaintlet
Returns a new instance of the hit detector to use.
newHitDetector() - Method in class adams.gui.visualization.sequence.StraightLineOverlayPaintlet
Returns a new instance of the hit detector to use.
newHitDetector() - Method in class adams.gui.visualization.sequence.TextOverlayPaintlet
Returns a new instance of the hit detector to use.
newHitDetector() - Method in class adams.gui.visualization.sequence.TrianglePaintlet
Returns a new instance of the hit detector to use.
newHitDetector() - Method in interface adams.gui.visualization.sequence.XYSequencePaintlet
Returns a new instance of the hit detector to use.
newHitDetector() - Method in class adams.gui.visualization.stats.paintlet.AbstractScatterPlotPaintlet
Returns a new instance of the hit detector to use.
newHitDetector() - Method in class adams.gui.visualization.stats.paintlet.ScatterPaintletCircle
Returns a new instance of the hit detector to use.
newHitDetector() - Method in class adams.gui.visualization.stats.paintlet.ScatterPaintletMetaDataValue
Returns a new instance of the hit detector to use.
newIconLoader() - Method in class adams.gui.chooser.FileChooserBookmarksPanel.FileChooserBookmarksFactory
Returns a new instance of the icon loader to be used.
newID() - Method in class adams.flow.sink.DisplayPanelManager.HistorySplitPanel
Generates a new history ID.
newImage() - Method in class adams.data.barcode.encode.AbstractBarcodeEncoder
Generates a new image according to the specified dimensions.
newImage(int, int) - Method in class adams.gui.print.BufferedImageBasedWriter
Creates a new BufferedImage with the given dimensions.
newImage(int, int) - Static method in class adams.gui.visualization.segmentation.ImageUtils
Creates a new image with just black pixels.
NewImage - Class in adams.flow.source
Generates an empty image with the specified dimensions (Type: RGB or ARBG).
NewImage() - Constructor for class adams.flow.source.NewImage
 
newInputFileChooser() - Method in class adams.gui.tools.AbstractSimpleConversionPanel
Returns the file chooser to use for the input.
newInputFileChooser() - Method in class adams.gui.tools.PrettyPrintJSONConversionPanel
Returns the file chooser to use for the input.
newInputFileChooser() - Method in class adams.gui.tools.PrettyPrintXMLConversionPanel
Returns the file chooser to use for the input.
newInstance() - Method in class adams.data.conversion.AbstractMatrixToSpreadSheet
Generates a new spreadsheet instance.
newInstance() - Method in class adams.data.io.input.AbstractReportReader
Returns a new instance of the report class in use.
newInstance() - Method in class adams.data.io.input.CocoAnnotationsReportReader
Returns a new instance of the report class in use.
newInstance() - Method in class adams.data.io.input.DeepLabCutCSVReader
Returns a new instance of the report class in use.
newInstance() - Method in class adams.data.io.input.DefaultSimpleCSVReportReader
Returns a new instance of the report class in use.
newInstance() - Method in class adams.data.io.input.DefaultSimpleJsonReportReader
Returns a new instance of the report class in use.
newInstance() - Method in class adams.data.io.input.DefaultSimpleReportReader
Returns a new instance of the report class in use.
newInstance() - Method in class adams.data.io.input.DetectronAnnotationsReportReader
Returns a new instance of the report class in use.
newInstance() - Method in class adams.data.io.input.ImageClassificationGridSpreadSheetReader
Returns a new instance of the report class in use.
newInstance() - Method in class adams.data.io.input.ImageClassificationJsonReportReader
Returns a new instance of the report class in use.
newInstance() - Method in class adams.data.io.input.ImageClassificationSpreadSheetReportReader
Returns a new instance of the report class in use.
newInstance() - Method in class adams.data.io.input.ObjectLocationsSpreadSheetReader
Returns a new instance of the report class in use.
newInstance() - Method in class adams.data.io.input.OpexObjectLocationsReader
Returns a new instance of the report class in use.
newInstance() - Method in class adams.data.io.input.PascalVOCObjectLocationsReader
Returns a new instance of the report class in use.
newInstance() - Method in class adams.data.io.input.VggXmlAnnotationReportReader
Returns a new instance of the report class in use.
newInstance() - Method in class adams.data.io.input.ViaAnnotationsReportReader
Returns a new instance of the report class in use.
newInstance() - Method in class adams.data.io.input.YoloAnnotationsReportReader
Returns a new instance of the report class in use.
newInstance() - Method in class adams.data.spreadsheet.DefaultSpreadSheet
Returns a new instance.
newInstance() - Method in interface adams.data.spreadsheet.SpreadSheet
Returns a new instance.
newInstance() - Method in class adams.data.spreadsheet.SpreadSheetView
Returns a new instance.
newInstance() - Method in class adams.db.ConnectionParameters
Returns a new (empty) instance of a ConnectionParameters object.
newInstance() - Method in class adams.flow.standalone.JobRunnerSetup
Returns a new instance of the job runner (expands any variables).
newInstance() - Method in class adams.ml.data.DatasetView
Returns a new instance.
newInstance() - Method in class adams.ml.data.InstancesView
Returns a new instance.
newInstance(DataContainer) - Static method in class adams.data.container.AbstractDataContainer
Returns a new (empty) instance of the same class as the specified container.
newInstance(Report) - Static method in class adams.data.report.Report
Returns a new instance of the concrete subclass for the report.
newInstance(File, Class) - Method in class adams.core.scripting.Groovy
loads the module and returns a new instance of it as instance of the provided Java class template.
newInstance(Class) - Static method in class adams.core.NewInstance
Returns a new object instance.
newInstance(Class) - Static method in class adams.core.ObjectCopyHelper
Creates a new instance of the given class.
newInstance(Class, boolean) - Static method in class adams.core.NewInstance
Returns a new object instance.
newInstance(Class, String) - Static method in class adams.core.base.BaseObject
Creates a new instance of the specified BaseObject-derived class and sets the specified value.
newInstance(String) - Method in class adams.core.AbstractFileBasedHistory
Creates a new file object from the string.
newInstance(String) - Method in class adams.core.FileHistory
Creates a new file object from the string.
newInstance(String) - Static method in class adams.core.NewInstance
Returns a new object instance.
newInstance(String) - Static method in class adams.core.ObjectCopyHelper
Creates a new instance of the given class.
newInstance(String) - Method in class adams.core.PlaceholderDirectoryHistory
Creates a new file object from the string.
newInstance(String) - Method in class adams.core.PlaceholderFileHistory
Creates a new file object from the string.
newInstance(String, boolean) - Static method in class adams.core.NewInstance
Returns a new object instance.
newInstance(String, DataType) - Method in class adams.gui.selection.AbstractSelectDatabaseFieldPanel
Creates a new field instance.
NewInstance - Class in adams.core
For instantiating objects, with or without custom constructor.
NEWINSTANCE - adams.core.ObjectCopyHelper.CopyType
 
NewInstanceDefinition - Class in adams.env
Definition for the NewInstance props file.
NewInstanceDefinition() - Constructor for class adams.env.NewInstanceDefinition
 
newInstanceForDataset(Instances) - Method in class adams.data.weka.datasetsplitter.ColumnSplitter
Creates a new empty instance suited to the given dataset
newInstanceForDataset(Instances) - Method in class adams.flow.transformer.wekadatasetsmerge.AbstractMerge
Creates a new dense instance of the size expected by the given dataset.
newItem(String, String) - Method in class adams.core.ConfigurableEnumeration
Initializes the enum type.
newItem(String, String) - Method in class adams.data.exif.commons.ExifTagEnum
Initializes the enum type.
newJob(int, int[], Instances, Instances) - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm
Creates a new Job instance.
newJob(int, int[], Instances, Instances) - Method in class adams.opt.genetic.DarkLord
Creates a new Job instance.
newJob(int, int[], Instances, Instances) - Method in class adams.opt.genetic.Hermione
Creates a new Job instance.
newJsch(File) - Static method in class adams.core.net.JSchUtils
Instantiates a new JSch object.
NewJsonStructure - Class in adams.flow.source
Generates an empty JSON data structure of the specified type.
NewJsonStructure() - Constructor for class adams.flow.source.NewJsonStructure
 
NewJsonStructure.JsonDataStructure - Enum in adams.flow.source
The data structure types for JSON.
newLayerTipText() - Method in class adams.data.imagesegmentation.filter.MergeLayers
Returns the tip text for this property.
newLimitTipText() - Method in class adams.flow.processor.ChangeDatabaseConditionLimit
Returns the tip text for this property.
newLine() - Method in class adams.core.io.BufferedFileWriter
Writes a line separator.
newLineTipText() - Method in class adams.data.io.output.AutoWidthTabularSpreadSheetWriter
Returns the tip text for this property.
newLineTipText() - Method in class adams.data.io.output.CsvSpreadSheetWriter
Returns the tip text for this property.
newLineTipText() - Method in class adams.data.io.output.FixedTabularSpreadSheetWriter
Returns the tip text for this property.
NewList - Class in adams.flow.source
Generates a list string based on the items produced by the generator and the specified separator.
NewList() - Constructor for class adams.flow.source.NewList
 
NewList.QuoteType - Enum in adams.flow.source
The type of quoting to use use.
newListenerPanel() - Method in class adams.flow.execution.AbstractFlowExecutionListenerWithTable
Returns the panel to use.
newListenerPanel() - Method in class adams.flow.execution.AbstractGraphicalFlowExecutionListener
Returns the panel to use.
newListenerPanel() - Method in class adams.flow.execution.Debug
Returns the panel to use.
newListenerPanel() - Method in interface adams.flow.execution.GraphicalFlowExecutionListener
Returns the panel to use.
newListenerPanel() - Method in class adams.flow.execution.MultiListener
Returns the panel to use.
newListenerPanelIfNecessary() - Method in class adams.flow.execution.AbstractGraphicalFlowExecutionListener
Returns a new panel if necessary.
newListenerPanelIfNecessary() - Method in interface adams.flow.execution.GraphicalFlowExecutionListener
Returns the panel to use, creates it only if necessary.
newListenerPanelIfNecessary() - Method in class adams.flow.execution.MultiListener
Returns a new panel if necessary.
newLoader() - Method in class adams.data.io.input.AbstractWekaSpreadSheetReader
Returns an instance of the file loader.
newLoader() - Method in class adams.data.io.input.ArffSpreadSheetReader
Returns an instance of the file loader.
newLoader() - Method in class adams.data.io.input.JSONSpreadSheetReader
Returns an instance of the file loader.
newLoader() - Method in class adams.data.io.input.LibSVMSpreadSheetReader
Returns an instance of the file loader.
newLoader() - Method in class adams.data.io.input.MatlabSpreadSheetReader
Returns an instance of the file loader.
newLoader() - Method in class adams.data.io.input.SVMLightSpreadSheetReader
Returns an instance of the file loader.
newLoader() - Method in class adams.data.io.input.XrffSpreadSheetReader
Returns an instance of the file loader.
NewMap - Class in adams.flow.source
Generates a new java.util.Map object using the specified implementation class.
NewMap() - Constructor for class adams.flow.source.NewMap
 
newMarkerContainerManager() - Method in class adams.flow.sink.sequenceplotter.SequencePlotterPanel
Returns the manager for the marker sequences.
NewMat5File - Class in adams.flow.source
Creates an empty Mat5File object.
NewMat5File() - Constructor for class adams.flow.source.NewMat5File
 
NewMat5Matrix - Class in adams.flow.source
Creates a new Matlab matrix.
NewMat5Matrix() - Constructor for class adams.flow.source.NewMat5Matrix
 
NewMat5Struct - Class in adams.flow.source
NewMat5Struct() - Constructor for class adams.flow.source.NewMat5Struct
 
newMatrix(int, int) - Method in class adams.data.conversion.AbstractSpreadSheetToMatrix
Generates a new matrix.
newMatrix(int, int) - Method in class adams.data.conversion.SpreadSheetToDoubleMatrix
Generates a new matrix.
newMatrix(int, int) - Method in class adams.data.conversion.SpreadSheetToStringMatrix
Generates a new matrix.
newMenuItem(List<JMenuItem>, Actor) - Method in class adams.gui.flow.tree.menu.AbstractAddMostCommonActorAction
Creates a new menuitem.
newMessage(EmailAddress, EmailAddress[], EmailAddress[], EmailAddress[], String) - Method in class adams.core.net.JavaMailSendEmail
Creates a new email message.
newMetaData() - Method in class adams.gui.tools.SqlWorkbenchPanel
Adds a new meta-data query page.
newModel() - Method in class adams.gui.flow.tab.AttachedVariablesTab
Returns an empty table model.
newModel() - Method in class weka.attributeSelection.AbstractPLSAttributeEval
Creates a new instance of a PLS algorrithm.
newModel() - Method in class weka.attributeSelection.PLS1AttributeEval
Creates a new instance of a PLS algorrithm.
newModel() - Method in class weka.attributeSelection.SIMPLSAttributeEval
Creates a new instance of a PLS algorrithm.
newModel(Report) - Method in class adams.gui.visualization.report.ReportFactory.Panel
Creates a new table model from the report.
newModel(XYSequence) - Method in class adams.gui.visualization.sequence.XYSequenceTable
Returns a new model for the sequence.
newModel(SpreadSheet) - Method in class adams.gui.core.SpreadSheetTableModel
Creates a new model with the same settings for the provided spreadsheet.
newModel(M) - Method in class adams.gui.visualization.container.AbstractContainerList
Creates a new model.
newModelLoader() - Method in class adams.flow.transformer.AbstractProcessWekaInstanceWithModel
Instantiates the model loader to use.
newModelLoader() - Method in class adams.flow.transformer.WekaClassifying
Instantiates the model loader to use.
newModelLoader() - Method in class adams.flow.transformer.WekaClustering
Instantiates the model loader to use.
newMultiPagePane(ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.AbstractOutputGenerator
Generates a new MultiPagePane instance.
newNameTipText() - Method in class adams.data.conversion.RenameSpreadSheet
Returns the tip text for this property.
newNameTipText() - Method in class adams.data.conversion.RenameSpreadSheetColumn
Returns the tip text for this property.
newNameTipText() - Method in class adams.flow.processor.AbstractNameUpdater
Returns the tip text for this property.
newNameTipText() - Method in class adams.flow.processor.UpdateCallableActorName
Returns the tip text for this property.
newNameTipText() - Method in class adams.flow.processor.UpdateEventName
Returns the tip text for this property.
newNameTipText() - Method in class adams.flow.processor.UpdateStorageName
Returns the tip text for this property.
newNameTipText() - Method in class adams.flow.processor.UpdateVariableName
Returns the tip text for this property.
NewNNSearch - Class in weka.core.neighboursearch
Class implementing the brute force search algorithm for nearest neighbour search.
NewNNSearch() - Constructor for class weka.core.neighboursearch.NewNNSearch
Constructor.
NewNNSearch(Instances) - Constructor for class weka.core.neighboursearch.NewNNSearch
Constructor that uses the supplied set of instances.
NewNNSearch.InstanceNode - Class in weka.core.neighboursearch
 
newNode(String) - Method in class adams.flow.sink.StringTree.HierarchicalStringTree
Creates a new node with the specified label.
newNode(String) - Method in class adams.gui.core.dotnotationtree.DotNotationTree
Creates a new node with the specified label.
newNode(String) - Method in class adams.gui.goe.actorpathtree.ActorPathTree
Creates a new node with the specified label.
newNode(String) - Method in class adams.gui.goe.classtree.ClassTree
Creates a new node with the specified label.
newNodeCollection(BaseTreeNode[]) - Method in class adams.gui.core.DragAndDropTree
Creates a new collection for transfer.
newNodeCollection(BaseTreeNode[]) - Method in class adams.gui.flow.tree.Tree
Creates a new collection for transfer.
newNodeCollection(BaseTreeNode[]) - Method in class adams.gui.goe.classtree.ClassTree
Creates a new collection for transfer.
newNodeInstance(String) - Method in class adams.gui.goe.actorpathtree.ActorPathTree
Returns a new instance of a node.
newNumThreadsTipText() - Method in class adams.flow.processor.ChangeNumThreads
Returns the tip text for this property.
newObject(Class) - Method in class adams.core.NewInstance
Returns a new object instance.
newObject(Class, boolean) - Method in class adams.core.NewInstance
Returns a new object instance.
newObject(Object) - Method in class adams.core.option.JsonProducer
Creates a new JSON object.
newObject(String) - Method in class adams.core.NewInstance
Returns a new object instance.
newObject(String) - Method in class adams.gui.core.BaseObjectTextField.BaseObjectCheckModel
Instantiates a new object with the given text.
newObject(String, boolean) - Method in class adams.core.NewInstance
Returns a new object instance.
newObjectTipText() - Method in class adams.data.conversion.SwapObjects
Returns the tip text for this property.
newOptionManager() - Method in class adams.core.option.AbstractOptionHandler
Returns a new instance of the option manager.
newOptionManager() - Method in class adams.core.option.AbstractRecursiveOptionProducerWithOptionHandling
Returns a new instance of the option manager.
newOptionManager() - Method in class adams.db.AbstractDatabaseConnection
Returns a new instance of the option manager.
newOptionManager() - Method in class adams.doc.javadoc.Javadoc
Returns a new instance of the option manager.
newOptionManager() - Method in class adams.flow.transformer.pixelselector.AbstractPixelSelectorAction
Returns a new instance of the option manager.
newOptionManager() - Method in class adams.gui.core.AbstractFrameWithOptionHandling
Returns a new instance of the option manager.
newOptionManager() - Method in class adams.run.RunScheme
Returns a new instance of the option manager.
newOutputFileChooser() - Method in class adams.gui.tools.AbstractSimpleConversionPanel
Returns the file chooser to use for the output.
newOutputFileChooser() - Method in class adams.gui.tools.PrettyPrintJSONConversionPanel
Returns the file chooser to use for the output.
newOutputFileChooser() - Method in class adams.gui.tools.PrettyPrintXMLConversionPanel
Returns the file chooser to use for the output.
newOverlayContainerManager() - Method in class adams.flow.sink.sequenceplotter.SequencePlotterPanel
Returns the manager for the overlay data.
newPage() - Method in class adams.flow.transformer.pdfproclet.PDFGenerator
Adds a new page.
newPage(Document) - Method in class adams.flow.transformer.pdfproclet.DocumentState
Adds a new page only if none has been added so far.
NewPage - Class in adams.flow.transformer.pdfproclet
Adds a new page whenever a file with the specified extension is processed.
NewPage() - Constructor for class adams.flow.transformer.pdfproclet.NewPage
 
newPageAdded() - Method in class adams.flow.transformer.pdfproclet.DocumentState
Stores that a new page got added.
newPanel() - Method in class adams.flow.control.Inspect
Creates the panel to display in the dialog.
newPanel() - Method in class adams.flow.control.MissionControl
Creates the panel to display in the dialog.
newPanel() - Method in class adams.flow.control.RemoveOutliers
Creates the panel to display in the dialog.
newPanel() - Method in class adams.flow.core.AbstractDisplay
Creates the panel to display in the dialog.
newPanel() - Method in class adams.flow.sink.ActualVsPredictedPlot
Creates the panel to display in the dialog.
newPanel() - Method in class adams.flow.sink.ArrayDisplay
Creates the panel to display in the dialog.
newPanel() - Method in class adams.flow.sink.BoxPlot
 
newPanel() - Method in class adams.flow.sink.Canvas
Creates the panel to display in the dialog.
newPanel() - Method in class adams.flow.sink.ContainerDisplay
Creates the panel to display in the dialog.
newPanel() - Method in class adams.flow.sink.ControlChartPlot
Creates the panel to display in the dialog.
newPanel() - Method in class adams.flow.sink.Display
Creates the panel to display in the dialog.
newPanel() - Method in class adams.flow.sink.DisplayPanelGrid
Creates the panel to display in the dialog.
newPanel() - Method in class adams.flow.sink.DisplayPanelManager
Creates the panel to display in the dialog.
newPanel() - Method in class adams.flow.sink.DOMDisplay
Creates the panel to display in the dialog.
newPanel() - Method in class adams.flow.sink.EmailViewer
Creates the panel to display in the dialog.
newPanel() - Method in class adams.flow.sink.FilePreview
Creates the panel to display in the dialog.
newPanel() - Method in class adams.flow.sink.FlowDisplay
Creates the panel to display in the dialog.
newPanel() - Method in class adams.flow.sink.FourInOneDisplay
 
newPanel() - Method in class adams.flow.sink.Histogram
Creates the panel to display in the dialog.
newPanel() - Method in class adams.flow.sink.HistoryDisplay
Creates the panel to display in the dialog.
newPanel() - Method in class adams.flow.sink.Html4Display
Creates the panel to display in the dialog.
newPanel() - Method in class adams.flow.sink.ImageHistogram
Creates the panel to display in the dialog.
newPanel() - Method in class adams.flow.sink.ImageSegmentationViewer
Creates the panel to display in the dialog.
newPanel() - Method in class adams.flow.sink.ImageViewer
Creates the panel to display in the dialog.
newPanel() - Method in class adams.flow.sink.JFreeChartPlot
Creates the panel to display in the dialog.
newPanel() - Method in class adams.flow.sink.JsonDisplay
Creates the panel to display in the dialog.
newPanel() - Method in class adams.flow.sink.LogViewer
Creates the panel to display in the dialog.
newPanel() - Method in class adams.flow.sink.MatrixPlot
 
newPanel() - Method in class adams.flow.sink.ObjectPreview
Creates the panel to display in the dialog.
newPanel() - Method in class adams.flow.sink.ObjectViewer
Creates the panel to display in the dialog.
newPanel() - Method in class adams.flow.sink.PDFViewer
Creates the panel to display in the dialog.
newPanel() - Method in class adams.flow.sink.ProbabilityPlotDisplay
 
newPanel() - Method in class adams.flow.sink.ProgressBar
Creates the panel to display in the dialog.
newPanel() - Method in class adams.flow.sink.PropertiesDisplay
Creates the panel to display in the dialog.
newPanel() - Method in class adams.flow.sink.ReportDisplay
Creates the panel to display in the dialog.
newPanel() - Method in class adams.flow.sink.ScatterDisplay
Creates the panel to display in the dialog.
newPanel() - Method in class adams.flow.sink.SequencePlotter
Creates the panel to display in the dialog.
newPanel() - Method in class adams.flow.sink.SideBySideDiff
Creates the panel to display in the dialog.
newPanel() - Method in class adams.flow.sink.SimplePlot
Creates the panel to display in the dialog.
newPanel() - Method in class adams.flow.sink.SpreadSheetDisplay
Creates the panel to display in the dialog.
newPanel() - Method in class adams.flow.sink.SpreadSheetRowViewer
Creates the panel to display in the dialog.
newPanel() - Method in class adams.flow.sink.StringTree
Creates the panel to display in the dialog.
newPanel() - Method in class adams.flow.sink.TimeseriesDisplay
Creates the panel to display in the dialog.
newPanel() - Method in class adams.flow.sink.WekaAttributeSummary
Creates the panel to display in the dialog.
newPanel() - Method in class adams.flow.sink.WekaClassifierErrors
Creates the panel to display in the dialog.
newPanel() - Method in class adams.flow.sink.WekaCostBenefitAnalysis
Creates the panel to display in the dialog.
newPanel() - Method in class adams.flow.sink.WekaCostCurve
Creates the panel to display in the dialog.
newPanel() - Method in class adams.flow.sink.WekaGraphVisualizer
Creates the panel to display in the dialog.
newPanel() - Method in class adams.flow.sink.WekaInstancesDisplay
Creates the panel to display in the dialog.
newPanel() - Method in class adams.flow.sink.WekaInstancesPlot
Creates the panel to display in the dialog.
newPanel() - Method in class adams.flow.sink.WekaInstanceViewer
Creates the panel to display in the dialog.
newPanel() - Method in class adams.flow.sink.WekaMarginCurve
Creates the panel to display in the dialog.
newPanel() - Method in class adams.flow.sink.WekaThresholdCurve
Creates the panel to display in the dialog.
newPanel() - Method in class adams.flow.sink.WekaTreeVisualizer
Creates the panel to display in the dialog.
newPanel() - Method in class adams.flow.sink.ZScoreDisplay
 
newPanel() - Method in class adams.flow.standalone.AbstractMultiView
Creates the panel to display in the dialog.
newPanel() - Method in class adams.flow.standalone.AbstractMultiView.ViewWrapper
Creates the panel to display in the dialog.
newPanel() - Method in class adams.flow.standalone.ConsoleWindow
Creates the panel to display in the dialog.
newPanel() - Method in class adams.flow.standalone.GridView
Creates the panel to display in the dialog.
newPanel() - Method in class adams.flow.standalone.Stopwatch
Creates the panel to display in the dialog.
newPanel() - Method in class adams.flow.standalone.TabView
Creates the panel to display in the dialog.
newPanel() - Method in class adams.flow.transformer.AbstractInteractiveTransformerDialog
Creates the panel to display in the dialog.
newPanel() - Method in class adams.flow.transformer.CompareObjectLocations
Creates the panel to display in the dialog.
newPanel() - Method in class adams.flow.transformer.ImageAnnotator
Creates the panel to display in the dialog.
newPanel() - Method in class adams.flow.transformer.ImageLabeler
Creates the panel to display in the dialog.
newPanel() - Method in class adams.flow.transformer.ImageObjectAnnotator
Creates the panel to display in the dialog.
newPanel() - Method in class adams.flow.transformer.ImageSegmentationAnnotator
Creates the panel to display in the dialog.
newPanel() - Method in class adams.flow.transformer.PixelSelector
Creates the panel to display in the dialog.
newPanel() - Method in class adams.flow.transformer.ProcessActor
Creates the panel to display in the dialog.
newPanel() - Method in class adams.flow.transformer.SelectArraySubset
Creates the panel to display in the dialog.
newPanel() - Method in class adams.flow.transformer.SpreadSheetCellSelector
Creates the panel to display in the dialog.
newPanel() - Method in class adams.flow.transformer.SpreadSheetSelectSubset
Creates the panel to display in the dialog.
newPanel() - Method in class adams.gui.flow.FlowMultiPagePane
Adds a new tab with an empty panel.
newPanel() - Method in class adams.gui.goe.AbstractBaseDateTypeEditor
Instantiates a new panel for picking the date type.
newPanel() - Method in class adams.gui.goe.BaseDateEditor
Instantiates a new panel for picking the date type.
newPanel() - Method in class adams.gui.goe.BaseDateTimeEditor
Instantiates a new panel for picking the date type.
newPanel() - Method in class adams.gui.goe.BaseDateTimeMsecEditor
Instantiates a new panel for picking the date type.
newPanel() - Method in class adams.gui.goe.BaseTimeEditor
Instantiates a new panel for picking the date type.
newPanel() - Method in class adams.gui.goe.BaseTimeMsecEditor
Instantiates a new panel for picking the date type.
newPanel() - Method in class adams.gui.menu.AbstractSequenceViewer
Return the sequence panel.
newPanel() - Method in class adams.gui.selection.AbstractSelectDatabaseFieldDialog
Returns a new instance of the panel to use in the GUI.
newPanel() - Method in class adams.gui.selection.AbstractTableBasedSelectionDialog
Returns a new instance of the panel to use in the GUI.
newPanel() - Method in class adams.gui.selection.SelectEmailAddressDialog
Returns a new instance of the panel to use in the GUI.
newPanel() - Method in class adams.gui.selection.SelectFieldDialog
Returns a new instance of the panel to use in the GUI.
newPanel() - Method in class adams.gui.visualization.report.ReportFactory.Dialog
Returns a new tabbed pane instance.
newPanel(String) - Method in class adams.gui.visualization.core.AbstractHistogramPanel
Creates a new plot panel.
newPanel(String) - Method in class adams.gui.visualization.image.HistogramPanel
Creates a new plot panel.
newPasswordTipText() - Method in class adams.flow.processor.ChangeDatabaseConnection
Returns the tip text for this property.
newPathTipText() - Method in class adams.flow.processor.ChangePath
Returns the tip text for this property.
newPoint() - Method in interface adams.data.container.DataContainer
Returns a new instance of a DataContainer point.
newPoint() - Method in class adams.data.instance.Instance
Returns a new instance of a sequence point.
newPoint() - Method in class adams.data.sequence.XYSequence
Returns a new instance of a sequence point.
newPoint() - Method in class adams.data.timeseries.Timeseries
Returns a new instance of a DataContainer point.
newPoint() - Method in class adams.flow.sink.sequenceplotter.SequencePlotSequence
Returns a new instance of a sequence point.
newPoint() - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRow
Returns a new instance of a sequence point.
newPointPreprocessor() - Method in class adams.flow.sink.sequenceplotter.AbstractErrorPaintlet
Returns the point preprocessor in use.
newPointPreprocessor() - Method in class adams.gui.visualization.sequence.AbstractXYSequencePaintlet
Returns the point preprocessor in use.
newPrefixField(AbstractField) - Method in class adams.gui.selection.AbstractFieldCacheItem
Creates a new prefix field.
newPrefixTipText() - Method in class adams.flow.transformer.ChangeReportFieldPrefixes
Returns the tip text for this property.
newPreview() - Method in class adams.gui.visualization.debug.StoragePanel
Shows the preview in a new dialog.
NewProperties - Class in adams.flow.source
Generates a new Properties object.
NewProperties() - Constructor for class adams.flow.source.NewProperties
 
newPropertiesHandler() - Method in class adams.gui.chooser.FileChooserBookmarksPanel.FileChooserBookmarksFactory
Returns a new instance of the properties handler to be used.
newQuery() - Method in class adams.gui.tools.SqlWorkbenchPanel
Adds a new query page.
NewRemoteCommand - Class in adams.flow.source
Configures and forwards a remote command.
NewRemoteCommand() - Constructor for class adams.flow.source.NewRemoteCommand
 
newRenderer() - Method in class adams.gui.core.MultiPagePane
Returns the renderer to use.
newRenderer() - Method in class adams.gui.flow.FlowMultiPagePane
Returns the renderer to use.
newReport() - Method in class adams.data.instance.Instance
Creates an empty report.
newReport() - Method in class adams.data.timeseries.Timeseries
Creates a new, empty report.
newReport() - Method in class adams.flow.transformer.AbstractSetReportValue
Creates a new, empty report if the MutableReportHandler is missing one.
newReport() - Method in class adams.flow.transformer.SetReportValue
Creates a new, empty report if the MutableReportHandler is missing one.
newReport() - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRow
Creates an empty report.
NewReport - Class in adams.flow.source
Generates a new instance of the specified report class.
NewReport() - Constructor for class adams.flow.source.NewReport
 
newReportFileChooser() - Method in class adams.gui.visualization.report.ReportFactory.Table
Returns the file chooser to use for exporting the reports.
newReportPanel() - Method in class adams.gui.visualization.instance.InstanceExplorer
Creates a new tabbed pane for the reports.
newReportPanel() - Method in class adams.gui.visualization.spreadsheet.SpreadSheetExplorer
Creates a new tabbed pane for the reports.
newRow() - Method in class adams.data.spreadsheet.DefaultSpreadSheet
Creates a new row instance.
newSaver() - Method in class adams.data.io.output.AbstractWekaSpreadSheetWriter
Returns an instance of the file loader.
newSaver() - Method in class adams.data.io.output.ArffSpreadSheetWriter
Returns an instance of the file loader.
newSaver() - Method in class adams.data.io.output.JSONSpreadSheetWriter
Returns an instance of the file loader.
newSaver() - Method in class adams.data.io.output.LibSVMSpreadSheetWriter
Returns an instance of the file loader.
newSaver() - Method in class adams.data.io.output.MatlabSpreadSheetWriter
Returns an instance of the file loader.
newSaver() - Method in class adams.data.io.output.SVMLightSpreadSheetWriter
Returns an instance of the file loader.
newSaver() - Method in class adams.data.io.output.XrffSpreadSheetWriter
Returns an instance of the file loader.
newScript() - Method in class adams.gui.scripting.AbstractScriptingDialog
Starts a new script.
newScrollPane(RSyntaxTextArea) - Method in class adams.gui.core.AbstractTextAreaPanelWithAdvancedSyntaxHighlighting
Creates a new RSyntaxTextArea instance.
newSearchPanel() - Method in class adams.gui.selection.AbstractTableBasedSelectionPanel
Creates a new search panel widget.
newSession() - Method in class adams.core.io.lister.SftpDirectoryLister
Returns a new session for the host/port defined in the options.
newSession() - Method in interface adams.core.net.SSHSessionProvider
Returns a new session for the host/port defined in the options.
newSession() - Method in class adams.flow.standalone.SSHConnection
Returns a new session for the host/port defined in the options.
newSession() - Method in class adams.gui.chooser.SftpRemoteDirectorySetup
Returns a new session for the host/port defined in the options.
newSession() - Method in class adams.scripting.connection.AbstractSSHConnection
Returns a new session, connects and configures the tunnel.
newSession(JSch, String, File, String, String, int) - Static method in class adams.core.net.JSchUtils
Creates a new session using public-key-based authentication.
newSession(JSch, String, String, String, int) - Static method in class adams.core.net.JSchUtils
Creates a new session using credentials-based authentication.
newSession(String, int) - Method in class adams.core.io.lister.SftpDirectoryLister
Returns a new session for the given host/port.
newSession(String, int) - Method in interface adams.core.net.SSHSessionProvider
Returns a new session for the given host/port.
newSession(String, int) - Method in class adams.flow.standalone.SSHConnection
Returns a new session for the given host/port.
newSession(String, int) - Method in class adams.gui.chooser.SftpRemoteDirectorySetup
Returns a new session for the given host/port.
newSession(String, int) - Method in class adams.scripting.connection.AbstractSSHConnection
Returns a new session and connects.
newSession(String, int) - Method in class adams.scripting.connection.AbstractSSHConnectionWithPortForwarding
Returns a new session, connects and configures the tunnel.
newSetup(Class) - Method in class adams.gui.tools.wekamultiexperimenter.ExperimenterPanel
Sets the new setup panel.
newSheet() - Method in class adams.scripting.command.flow.ListFlows
Creates an empty spreadsheet of the correct format.
NewSpreadSheet - Class in adams.flow.source
Generates an empty spreadsheet.
NewSpreadSheet() - Constructor for class adams.flow.source.NewSpreadSheet
 
newSuffixField(AbstractField) - Method in class adams.gui.selection.AbstractFieldCacheItem
Creates a new suffix field.
newTab() - Method in class adams.gui.flow.FlowEditorPanel
Adds a new tab.
newTab(String, JComponent) - Method in class adams.gui.tools.wekainvestigator.output.OutputTabbedPane
Adds the component as tab to the result item.
newTable() - Static method in class adams.data.spreadsheet.LookUpHelper
Returns an empty new lookup table.
newTable(ReportFactory.Model) - Method in class adams.gui.visualization.instance.InstanceReportFactory.Panel
Returns a new table instance.
newTable(ReportFactory.Model) - Method in class adams.gui.visualization.report.ReportFactory.Panel
Creates a new table.
newTable(ReportFactory.Model) - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowReportFactory.Panel
Returns a new table instance.
newTableModel() - Method in class adams.gui.selection.AbstractSelectDatabaseFieldPanel
Returns an empty table model.
newTableModel() - Method in class adams.gui.selection.AbstractTableBasedSelectionPanel
Returns an empty table model.
newTableModel() - Method in class adams.gui.selection.SelectEmailAddressPanel
Returns an empty table model.
newTableModel() - Method in class adams.gui.tools.AbstractManagementPanel
Returns an instance of a new table model.
newTableModel() - Method in class adams.gui.tools.EmailAddressBookPanel
Returns an instance of a new table model.
newTableModel() - Method in class adams.gui.tools.FileChooserBookmarksManagementPanel
Returns an instance of a new table model.
NewTempFile - Class in adams.flow.source
NewTempFile() - Constructor for class adams.flow.source.NewTempFile
 
newTextArea() - Method in class adams.gui.core.AbstractTextAreaPanelWithAdvancedSyntaxHighlighting
Creates a new RSyntaxTextArea instance.
newTimestampTipText() - Method in class adams.data.filter.TimeseriesShiftTimestamps
Returns the tip text for this property.
newTitle() - Method in class adams.gui.tools.spreadsheetviewer.MultiPagePane
Returns a new title (does not reserve it).
newTreeNodes(Transferable) - Method in class adams.gui.core.dotnotationtree.DotNotationTree
Creates a new TreeNode for this tree.
newTreeNodes(Transferable) - Method in class adams.gui.core.DragAndDropTree
Creates a new TreeNode for this tree.
newTreeNodes(Transferable) - Method in class adams.gui.flow.tree.Tree
Creates a new TreeNode for this tree.
newTypeTipText() - Method in class adams.flow.processor.ChangeDisplayType
Returns the tip text for this property.
newURLTipText() - Method in class adams.flow.processor.ChangeDatabaseConnection
Returns the tip text for this property.
newUserTipText() - Method in class adams.flow.processor.ChangeDatabaseConnection
Returns the tip text for this property.
newWindow() - Method in class adams.gui.flow.FlowEditorPanel
Displays a new flow editor window/frame.
newWindow() - Method in class adams.gui.flow.FlowRunnerPanel
Displays a new flow editor window/frame.
newWindow() - Method in class adams.gui.tools.PreviewBrowserPanel
Displays a new preview window/frame.
newWindow() - Method in class adams.gui.tools.SpreadSheetProcessorPanel
Displays a new preview window/frame.
newWindow() - Method in class adams.gui.tools.SpreadSheetViewerPanel
Displays a new preview window/frame.
newWindow() - Method in class adams.gui.tools.wekainvestigator.InvestigatorPanel
Displays a new preview window/frame.
newWindow(Actor) - Method in class adams.gui.flow.FlowEditorPanel
Displays a new flow editor window/frame with the specified actor.
newWorkspace(boolean) - Method in class adams.gui.tools.remotecontrolcenter.RemoteControlCenterManagerPanel
Returns a new workspace instance.
newWorkspace(boolean) - Method in class adams.gui.tools.wekainvestigator.InvestigatorManagerPanel
Returns a new workspace instance.
newWorkspace(boolean) - Method in class adams.gui.tools.wekamultiexperimenter.MultiExperimenter
Returns a new workspace instance.
newWorkspace(boolean) - Method in class adams.gui.workspace.AbstractWorkspaceManagerPanel
Returns a new workspace instance.
newWorkspaceHelper() - Method in class adams.gui.tools.wekainvestigator.InvestigatorManagerPanel
Returns a new instance of the workspace helper to use.
newWorkspaceHelper() - Method in class adams.gui.workspace.AbstractSerializableWorkspaceManagerPanel
Returns a new instance of the workspace helper to use.
newWorkspaceList() - Method in class adams.gui.tools.remotecontrolcenter.RemoteControlCenterManagerPanel
Instantiates a new panel for workspaces.
newWorkspaceList() - Method in class adams.gui.tools.wekainvestigator.InvestigatorManagerPanel
Instantiates a new panel for workspaces.
newWorkspaceList() - Method in class adams.gui.tools.wekamultiexperimenter.MultiExperimenter
Instantiates a new panel for workspaces.
newWorkspaceList() - Method in class adams.gui.workspace.AbstractWorkspaceManagerPanel
Instantiates a new panel for workspaces.
newZoomPaintlet() - Method in class adams.gui.visualization.container.AbstractDataContainerZoomOverviewPanel
Creates a new zoom paintlet.
newZoomPaintlet() - Method in class adams.gui.visualization.instance.InstanceZoomOverviewPanel
Creates a new zoom paintlet.
newZoomPaintlet() - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowZoomOverviewPanel
Creates a new zoom paintlet.
newZoomPaintlet() - Method in class adams.gui.visualization.timeseries.TimeseriesZoomOverviewPanel
Creates a new zoom paintlet.
next() - Method in class adams.core.password.AbstractPasswordGenerator
Returns the next password.
next() - Method in class adams.core.password.BruteForcePasswordGenerator
Returns the next password.
next() - Method in class adams.core.password.DictionaryBasedGenerator
Returns the next password.
next() - Method in class adams.core.Trie.TrieIterator
Returns the next element in the iteration.
next() - Static method in class adams.core.UniqueIDs
Creates a new unique ID, using current nanotime, virtual machine PID, counter (within JVM session).
next() - Method in class adams.data.id.RuntimeIDGenerator
Returns the next ID.
next() - Method in class adams.data.io.input.AbstractTextReader
Returns the next lot of data.
next() - Method in class adams.data.io.input.AccessSpreadSheetReader.ChunkReader
Reads the next chunk.
next() - Method in class adams.data.io.input.CsvSpreadSheetReader.ChunkReader
Reads the next chunk.
next() - Method in class adams.data.io.input.SqlDumpSpreadSheetReader.ChunkReader
Reads the next chunk.
next() - Method in class adams.data.random.AbstractRandomNumberGenerator
Returns the nexct random number.
next() - Method in interface adams.data.random.RandomNumberGenerator
Returns the nexct random number.
next() - Method in interface adams.data.splitgenerator.SplitGenerator
Returns the next element in the iteration.
next() - Method in class adams.data.spreadsheet.cellfinder.AbstractMetaIterator
Returns the next cell location.
next() - Method in class adams.data.spreadsheet.cellfinder.RangeIterator
Returns the next cell location.
next() - Method in class adams.data.spreadsheet.cellfinder.TypeRangeIterator
Returns the next cell location.
next() - Method in class adams.db.SimpleResultSet
Move to next record.
next() - Method in class adams.gui.visualization.core.AbstractColorProvider
Returns the next color.
next() - Method in interface adams.gui.visualization.core.ColorProvider
Returns the next color.
next() - Method in class adams.gui.visualization.core.RegExpColorProvider
Just returns the default color.
next() - Method in class adams.gui.visualization.core.RgbInNameColorProvider
Just returns the default color.
next() - Method in class adams.gui.visualization.core.TranslucentColorProvider
Returns the next color.
next() - Method in class adams.ml.evaluation.AbstractSplitGenerator
Returns the next element in the iteration.
next() - Method in class weka.classifiers.AbstractSplitGenerator
Returns the next element in the iteration.
next() - Method in interface weka.classifiers.SplitGenerator
Returns the next element in the iteration.
next(int) - Method in class adams.tools.CompareDatasets
Returns the next row pair to compare.
next(Class) - Method in class adams.core.net.PortManager
Returns the next available port.
next(Class, int) - Method in class adams.core.net.PortManager
Returns the next available port, starting with the given starting port.
next(Object) - Method in class adams.core.net.PortManager
Returns the next available port.
next(Object, int) - Method in class adams.core.net.PortManager
Returns the next available port, starting with the given starting port.
next(String) - Method in class adams.core.NamedCounter
Returns the incremented counter.
next(String) - Method in interface adams.gui.visualization.core.ColorProviderWithNameSupport
Returns the next color for this name.
next(String) - Method in class adams.gui.visualization.core.RegExpColorProvider
Returns the next color for this name.
next(String) - Method in class adams.gui.visualization.core.RgbInNameColorProvider
Returns the next color for this name.
next_token() - Method in class adams.parser.actorsuggestion.Scanner
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.
next_token() - Method in class adams.parser.basedate.Scanner
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.
next_token() - Method in class adams.parser.basedatetime.Scanner
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.
next_token() - Method in class adams.parser.basedatetimemsec.Scanner
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.
next_token() - Method in class adams.parser.basetime.Scanner
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.
next_token() - Method in class adams.parser.basetimemsec.Scanner
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.
next_token() - Method in class adams.parser.booleanexpression.Scanner
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.
next_token() - Method in class adams.parser.externalactorsuggestion.Scanner
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.
next_token() - Method in class adams.parser.lookupupdate.Scanner
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.
next_token() - Method in class adams.parser.mathematicalexpression.Scanner
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.
next_token() - Method in class adams.parser.spreadsheetformula.Scanner
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.
next_token() - Method in class adams.parser.spreadsheetquery.Scanner
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.
next_token() - Method in class adams.parser.stringexpression.Scanner
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.
next_token() - Method in class adams.parser.templatesuggestion.Scanner
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.
nextButtonPanel - Variable in class adams.gui.chooser.DatePanel.InternalView
 
nextByIndex(int) - Method in class adams.tools.CompareDatasets
Returns the next pair by simple index.
nextByRowAttribute(int) - Method in class adams.tools.CompareDatasets
Returns the next pair by using the value of the row attribute.
nextChunk() - Method in class adams.data.io.input.AccessSpreadSheetReader
Returns the next chunk.
nextChunk() - Method in interface adams.data.io.input.ChunkedSpreadSheetReader
Returns the next chunk.
nextChunk() - Method in class adams.data.io.input.CsvSpreadSheetReader
Returns the next chunk.
nextChunk() - Method in class adams.data.io.input.SimpleCsvSpreadSheetReader
Returns the next chunk.
nextChunk() - Method in class adams.data.io.input.SimpleStreamSpreadSheetReader
Returns the next chunk.
nextChunk() - Method in class adams.data.io.input.SqlDumpSpreadSheetReader
Returns the next chunk.
nextCommand() - Method in class adams.gui.tools.SSHPanel
Places the next command in the command text field, if available.
nextCommand() - Method in class adams.gui.tools.TelnetPanel
Places the next command in the command text field, if available.
nextEdgeID() - Method in class adams.core.option.FlowStructureGraphMLProducer
Returns the next edge ID.
nextElement() - Method in class adams.flow.transformer.spreadsheetmethodmerge.JoinOnID.UniqueIDEnumeration
 
nextElement() - Method in class adams.flow.transformer.spreadsheetmethodmerge.Simple.SimpleRowSetIterator
 
nextElement() - Method in class adams.flow.transformer.wekadatasetsmerge.JoinOnID.UniqueIDEnumeration
 
nextElement() - Method in class adams.flow.transformer.wekadatasetsmerge.Simple.SimpleRowSetIterator
 
nextElement() - Method in class weka.core.tokenizers.MultiTokenizer
Returns the next element of this enumeration if this enumeration object has at least one more element to provide.
nextElement() - Method in class weka.core.tokenizers.PreCleanedTokenizer
Returns the next element of this enumeration if this enumeration object has at least one more element to provide.
nextFile() - Method in class adams.flow.transformer.splitfile.AbstractFileSplitter
Creates a new filename, automatically adding it to the list of generated files.
nextID() - Static method in class adams.gui.tools.wekainvestigator.data.AbstractDataContainer
Returns the next container ID.
nextInt(String) - Static method in class adams.core.UniqueIDs
Returns the next ID for the given name.
nextIteration() - Method in class weka.experiment.ExtExperiment
Carries out the next iteration of the experiment.
nextLine() - Method in class adams.data.io.input.SimpleStreamSpreadSheetReader
Reads the next line in the file.
nextLine(BufferedReader) - Method in class adams.data.io.input.FixedTabularSpreadSheetReader
Reads the next line.
nextLong() - Static method in class adams.core.UniqueIDs
Returns the next ID from the counter.
nextMonthButton - Variable in class adams.gui.chooser.DatePanel.InternalView
 
nextNodeID() - Method in class adams.core.option.FlowStructureDotProducer
Returns the next node ID.
nextNodeID() - Method in class adams.core.option.FlowStructureGraphMLProducer
Returns the next node ID.
nextPage() - Method in class adams.gui.wizard.AbstractWizardPane
Goes to the next page.
nextPage() - Method in class adams.gui.wizard.WizardPane
Goes to the next page.
nextPage() - Method in class adams.gui.wizard.WizardPaneWithBranches
Goes to the next page.
nextPowerOf2(int) - Static method in class adams.data.padding.PaddingHelper
Returns the next bigger number that's a power of 2.
nextPowerOf2(int) - Static method in class weka.filters.unsupervised.attribute.FastWavelet
returns the next bigger number that's a power of 2.
nextRandomGaussian(double, double) - Static method in class edu.umbc.cs.maple.utils.MathUtils
Gets a random number from a one dimensional Gaussian distribution with the given mean and variance.
nextRandomGaussian(Random, double, double) - Static method in class edu.umbc.cs.maple.utils.MathUtils
Gets a random number from a one dimensional Gaussian distribution with the given mean and variance.
nextStep() - Method in class adams.flow.execution.debug.ControlPanel
Executes the next step in manual mode.
nextTimestampDir(File) - Method in class adams.flow.transformer.AbstractDataProcessor
Returns the next available timestamp directory in the given parent directory.
nextTmpFile(String, String) - Static method in class adams.gui.sendto.SendToActionUtils
Generates a new temporary file, which will get deleted when the JVM exits.
nextYearButton - Variable in class adams.gui.chooser.DatePanel.InternalView
 
NINE_ON_ONE_SIDE - adams.data.statistics.SPCUtils.Rules
 
NIPALS - Class in adams.data.instancesanalysis.pls
NIPALS() - Constructor for class adams.data.instancesanalysis.pls.NIPALS
 
NO_CLASS - adams.flow.core.Capability
can handle data without class attribute, eg clusterers.
NO_CLASS - Static variable in class adams.gui.visualization.instance.LoadDatasetDialog
the "no class" constant.
NO_COLLAPSE - Static variable in class adams.core.Placeholders
the list of placeholders only to expand, but not collapse.
NO_ID - Static variable in class adams.core.Constants
the unitialized ID.
NO_ID - Static variable in class adams.gui.visualization.instance.LoadDatasetDialog
the "no id" constant.
NO_ID - Static variable in class adams.gui.visualization.spreadsheet.LoadSpreadSheetDialog
the "no id" constant.
NO_MASK - adams.data.image.XScreenMaskHelper.Color
 
NO_NEXT_SELECTED_INDEX - Static variable in class adams.data.weka.datasetsplitter.RowSplitter
Sentinel for when there's no more selected rows.
NO_OPTION - Static variable in class adams.flow.transformer.ConfirmationDialog
 
NO_OUTPUT - adams.flow.core.MissingLookUpKey
don't output anything.
NO_OUTPUT - Static variable in class adams.flow.standalone.AbstractMutableActorDaemonEvent
the result preprocessing didn't generate any output.
NO_PID - Static variable in class adams.core.management.ProcessUtils
the constant for no PID.
NO_PORT - Static variable in class adams.core.net.PortManager
no port available.
NO_SORTING - adams.core.io.lister.Sorting
no sorting.
NO_SORTING - adams.flow.source.FTPLister.Sorting
Deprecated.
no sorting.
NO_SORTING - Static variable in class adams.gui.visualization.instance.LoadDatasetDialog
the "no sorting" constant.
NO_SORTING - Static variable in class adams.gui.visualization.spreadsheet.LoadSpreadSheetDialog
the "no sorting" constant.
NO_SOURCE - Static variable in class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeSummaryPanel.AttributeInfoPanel
Message shown when no instances have been loaded and no attribute set
NO_SOURCE - Static variable in class adams.gui.tools.wekainvestigator.tab.preprocesstab.InstancesSummaryPanel
Message shown when no instances have been loaded
NO_SUBJECT - Static variable in class adams.core.net.Email
the default subject if none provided.
NO_UPDATE - adams.flow.standalone.PythonEnvironment.PythonPathUpdateType
does not change the environment variable.
noAdditionalFieldsPrefixTipText() - Method in interface adams.data.instances.InstanceGeneratorWithAdditionalFields
Returns the tip text for this property.
NoBalance - Class in adams.data.image.transformer.whitebalance
Dummy white balance algorithm, performs no balancing at all.
NoBalance() - Constructor for class adams.data.image.transformer.whitebalance.NoBalance
 
NoBinning - Class in adams.data.binning.algorithm
Performs no real binning, just places all items in one bin.
NoBinning() - Constructor for class adams.data.binning.algorithm.NoBinning
 
noBorderTipText() - Method in class adams.data.io.output.FixedTabularSpreadSheetWriter
Returns the tip text for this property.
NoChange - Class in adams.core.io.filechanged
Dummy, never reports a change.
NoChange - Class in adams.data.weka.relationname
Simply returns the current relation name.
NoChange() - Constructor for class adams.core.io.filechanged.NoChange
 
NoChange() - Constructor for class adams.data.weka.relationname.NoChange
 
NoCheck - Class in adams.core.io.filecomplete
Performs no check, always states that file is complete.
NoCheck - Class in adams.core.io.fileuse
Performs no check, always states that file is not in use.
NoCheck() - Constructor for class adams.core.io.filecomplete.NoCheck
 
NoCheck() - Constructor for class adams.core.io.fileuse.NoCheck
 
noCheckTipText() - Method in class adams.flow.transformer.WekaExperiment
Returns the tip text for this property.
NoClassAttribute - Class in adams.data.weka.classattribute
Never returns a class attribute.
NoClassAttribute() - Constructor for class adams.data.weka.classattribute.NoClassAttribute
 
noCollapse() - Method in class adams.core.Placeholders
Returns the placeholders that are excluded from collapsing.
noCopyTipText() - Method in class adams.data.conversion.AbstractInPlaceSpreadSheetConversion
Returns the tip text for this property.
noCopyTipText() - Method in class adams.data.conversion.AbstractSwapObject
Returns the tip text for this property.
noCopyTipText() - Method in interface adams.data.InPlaceProcessing
Returns the tip text for this property.
noCopyTipText() - Method in class adams.flow.transformer.AbstractInPlaceSpreadSheetTransformer
Returns the tip text for this property.
noCopyTipText() - Method in class adams.flow.transformer.ArrayReverse
Returns the tip text for this property.
noCopyTipText() - Method in class adams.flow.transformer.Draw
Returns the tip text for this property.
noCopyTipText() - Method in class adams.flow.transformer.FilterMap
Returns the tip text for this property.
noCopyTipText() - Method in class adams.flow.transformer.ImageSegmentationContainerFilter
Returns the tip text for this property.
noCopyTipText() - Method in class adams.flow.transformer.multimapoperation.Merge
Returns the tip text for this property.
noCopyTipText() - Method in class adams.flow.transformer.NegativeRegions
Returns the tip text for this property.
NoCrop - Class in adams.data.image.transformer.crop
Dummy crop algorithm, performs no cropping at all.
NoCrop() - Constructor for class adams.data.image.transformer.crop.NoCrop
 
noDatabaseConnectTipText() - Method in class adams.db.AbstractDatabaseObjectWithOptionHandling
Returns the tip text for this property.
NoDataToPreviewPanel - Class in adams.gui.tools.previewbrowser
Dummy preview if no preview is available.
NoDataToPreviewPanel() - Constructor for class adams.gui.tools.previewbrowser.NoDataToPreviewPanel
 
Node - Class in adams.gui.flow.tree
A custom tree node for actors.
Node - Class in adams.gui.visualization.debug.objecttree
Node for displaying a single property of an object.
Node(Tree) - Constructor for class adams.gui.flow.tree.Node
Initializes the node.
Node(Tree, Actor) - Constructor for class adams.gui.flow.tree.Node
Initializes the node.
Node(Tree, Actor, String) - Constructor for class adams.gui.flow.tree.Node
Initializes the node.
Node(Tree, Node, String, Object) - Constructor for class adams.gui.visualization.debug.objecttree.Node
Initializes the node.
Node(Tree, Node, String, Object, NodeType) - Constructor for class adams.gui.visualization.debug.objecttree.Node
Initializes the node.
Node(Instances, Random, int) - Constructor for class weka.classifiers.trees.RandomRegressionForest.Node
the constructor
NODE - adams.core.XPathResult
node.
nodeAtMouseLoc - Variable in class adams.gui.flow.tree.StateContainer
the node at the mouse position.
nodeDropped(NodeDroppedEvent) - Method in interface adams.gui.event.NodeDroppedListener
Gets called whenever a node was dropped successfully.
NodeDroppedEvent - Class in adams.gui.event
Event that gets sent in case of successful drag'n'drop events.
NodeDroppedEvent(BaseTree, BaseTreeNode[], NodeDroppedEvent.NotificationTime) - Constructor for class adams.gui.event.NodeDroppedEvent
Initializes the event.
NodeDroppedEvent(BaseTree, BaseTreeNode, NodeDroppedEvent.NotificationTime) - Constructor for class adams.gui.event.NodeDroppedEvent
Initializes the event.
NodeDroppedEvent.NotificationTime - Enum in adams.gui.event
For a more fine-grained notification of drop events.
NodeDroppedListener - Interface in adams.gui.event
Interface for classes that listen to nodes being "dropped".
nodeNameTipText() - Method in class adams.flow.transformer.AddDOMNode
Returns the tip text for this property.
NODESET - adams.core.XPathResult
nodeset.
nodeStructureChanged(Node) - Method in class adams.gui.flow.tree.Tree
Shortcut method for notifying model about node structure change.
nodeToActor(Node) - Method in class adams.gui.flow.tree.menu.AbstractCompareActors
Turns the node into an actor.
nodeToActor(Node) - Method in class adams.gui.flow.tree.menu.CompareJustActors
Turns the node into an actor.
nodeToActor(Node) - Method in class adams.gui.flow.tree.menu.CompareSubFlows
Turns the node into an actor.
nodeToString() - Method in class weka.classifiers.trees.m5.RuleNode2
Returns a description of this node (debugging purposes)
NodeType - Enum in adams.gui.visualization.debug.objecttree
The types of nodes.
nodeValueTipText() - Method in class adams.flow.transformer.AddDOMNode
Returns the tip text for this property.
noDiscardTipText() - Method in class adams.flow.standalone.AbstractMutableActorDaemonEvent
Returns the tip text for this property.
NoDisplay - Class in adams.flow.core.displaytype
Doesn't do anything.
NoDisplay() - Constructor for class adams.flow.core.displaytype.NoDisplay
 
noDuplicatesTipText() - Method in class adams.flow.transformer.SpreadSheetCollapse
Returns the tip text for this property.
NoErrorPaintlet - Class in adams.flow.sink.sequenceplotter
Performs no painting at all.
NoErrorPaintlet() - Constructor for class adams.flow.sink.sequenceplotter.NoErrorPaintlet
 
noExecuteTipText() - Method in class adams.flow.FlowRunner
Returns the tip text for this property.
NoFormat - Class in adams.flow.sink.simplelogging.format
Applies no formatting, just forwards the message as is.
NoFormat() - Constructor for class adams.flow.sink.simplelogging.format.NoFormat
 
NoHeaderSpreadSheetReader - Interface in adams.data.io.input
Interface for spreadsheet readers that support sheets with no headers.
NoHeaderSpreadSheetWriter - Interface in adams.data.io.output
Interface for spreadsheet writers that support sheets with no headers.
noHeaderTipText() - Method in class adams.data.io.input.AbstractExcelSpreadSheetReader
Returns the tip text for this property.
noHeaderTipText() - Method in class adams.data.io.input.CsvSpreadSheetReader
Returns the tip text for this property.
noHeaderTipText() - Method in class adams.data.io.input.FastCsvSpreadSheetReader
Returns the tip text for this property.
noHeaderTipText() - Method in class adams.data.io.input.FixedTabularSpreadSheetReader
Returns the tip text for this property.
noHeaderTipText() - Method in class adams.data.io.input.GnumericSpreadSheetReader
Returns the tip text for this property.
noHeaderTipText() - Method in interface adams.data.io.input.NoHeaderSpreadSheetReader
Returns the tip text for this property.
noHeaderTipText() - Method in class adams.data.io.input.ODFSpreadSheetReader
Returns the tip text for this property.
noHeaderTipText() - Method in class adams.data.io.input.SimpleCsvSpreadSheetReader
Returns the tip text for this property.
noHeaderTipText() - Method in class adams.data.io.input.SimpleStreamSpreadSheetReader
Returns the tip text for this property.
noHeaderTipText() - Method in class adams.data.io.output.AutoWidthTabularSpreadSheetWriter
Returns the tip text for this property.
noHeaderTipText() - Method in class adams.data.io.output.CsvSpreadSheetWriter
Returns the tip text for this property.
noHeaderTipText() - Method in class adams.data.io.output.FixedTabularSpreadSheetWriter
Returns the tip text for this property.
noHeaderTipText() - Method in interface adams.data.io.output.NoHeaderSpreadSheetWriter
Returns the tip text for this property.
noImpliedDirsTipText() - Method in class adams.flow.source.RSync
 
noiseLevelTipText() - Method in class adams.data.image.transformer.crop.ThresholdedCrop
Returns the tip text for this property.
noiseTipText() - Method in class weka.classifiers.functions.GaussianProcessesAdaptive
Returns the tip text for this property
noiseTipText() - Method in class weka.classifiers.functions.GaussianProcessesNoWeights
Returns the tip text for this property
noiseTipText() - Method in class weka.classifiers.functions.GaussianProcessesWeighted
Returns the tip text for this property
noiseTipText() - Method in class weka.classifiers.functions.GPD
Returns the tip text for this property.
NoLabel - Class in adams.gui.visualization.object.objectannotations.label
Does not plot a label.
NoLabel() - Constructor for class adams.gui.visualization.object.objectannotations.label.NoLabel
 
NoManagerFound() - Constructor for class adams.core.classmanager.ClassManager.NoManagerFound
 
NoMarkers - Class in adams.flow.sink.sequenceplotter
Dummy paintlet, since it doesn't draw anything.
NoMarkers() - Constructor for class adams.flow.sink.sequenceplotter.NoMarkers
 
NOMINAL - adams.data.io.input.SimpleArffSpreadSheetReader.AttributeType
 
NOMINAL_ATTRIBUTES - adams.flow.core.Capability
can handle nominal attributes.
NOMINAL_CLASS - adams.flow.core.Capability
can handle nominal classes.
nominalTipText() - Method in class weka.filters.unsupervised.attribute.SAX
Returns the tip text for this property.
NominalToNumeric - Class in weka.filters.unsupervised.attribute
Converts a nominal attribute into a numeric one.
NominalToNumeric() - Constructor for class weka.filters.unsupervised.attribute.NominalToNumeric
 
NominalToNumeric.ConversionType - Enum in weka.filters.unsupervised.attribute
Enumeration of conversion types.
noMotdTipText() - Method in class adams.flow.source.RSync
 
nonCompactToNested(List<String>) - Method in class adams.data.io.input.DefaultFlowReader
Turns the non-compact format into nested format.
nonConformitiesIndexTipText() - Method in class adams.data.spc.UChart
Returns the tip text for this property.
NONE - adams.core.command.OutputType
 
NONE - adams.core.io.TarUtils.Compression
no compression.
NONE - adams.core.ShorteningType
 
NONE - adams.data.conversion.WekaPredictionContainerToSpreadSheet.Sorting
no sorting.
NONE - adams.data.instancesanalysis.pls.PredictionType
no prediction at all.
NONE - adams.data.instancesanalysis.pls.PreprocessingType
 
NONE - adams.data.jai.transformer.Rotate.InterpolationType
no interpolation.
NONE - adams.data.timeseries.PeriodicityType
 
NONE - adams.flow.sink.ActualVsPredictedPlot.LimitType
 
NONE - adams.flow.source.NewList.QuoteType
none.
NONE - adams.gui.core.BaseTable.ColumnWidthApproach
 
NONE - adams.gui.visualization.instance.InstanceLinePaintlet.MarkerShape
nothing.
NONE - adams.gui.visualization.object.objectannotations.outline.VertexShape
no shape.
NONE - adams.gui.visualization.segmentation.layer.Markers.Shape
nothing.
NONE - adams.gui.visualization.segmentation.SegmentationPanel.LayerVisibility
 
NONE - adams.gui.visualization.sequence.LinePaintlet.MarkerShape
nothing.
NONE - adams.gui.visualization.spreadsheet.SpreadSheetRowLinePaintlet.MarkerShape
nothing.
NONE - adams.gui.visualization.timeseries.TimeseriesPaintlet.MarkerShape
nothing.
NONE - adams.opt.genetic.OutputPrefixType
no prefix.
NONE - adams.opt.genetic.OutputType
no output.
NONE - adams.parser.TimeAmount.Note
no notes.
NONE - Static variable in class adams.gui.goe.GenericArrayEditor
if there are no elements in the list.
noneLabel - Variable in class adams.gui.chooser.DatePanel.InternalView
 
nonInteractiveModeTipText() - Method in class adams.flow.standalone.ExternalFlow
Returns the tip text for this property.
nonInteractiveTipText() - Method in class adams.flow.condition.bool.PromptUser
Returns the tip text for this property.
nonInteractiveTipText() - Method in interface adams.flow.core.AutomatableInteraction
Returns the tip text for this property.
nonInteractiveTipText() - Method in interface adams.flow.core.AutomatableInteractiveActor
Returns the tip text for this property.
nonInteractiveTipText() - Method in class adams.flow.FlowRunner
Returns the tip text for this property.
nonInteractiveTipText() - Method in class adams.flow.source.AbstractSelectObjects
Returns the tip text for this property.
nonInteractiveTipText() - Method in class adams.flow.source.EnterManyValues
Returns the tip text for this property.
nonInteractiveTipText() - Method in class adams.flow.source.EnterValue
Returns the tip text for this property.
nonInteractiveTipText() - Method in class adams.flow.source.SelectCharset
Returns the tip text for this property.
nonInteractiveTipText() - Method in class adams.flow.source.SelectDateTime
Returns the tip text for this property.
nonInteractiveTipText() - Method in class adams.flow.source.SelectDirectory
Returns the tip text for this property.
nonInteractiveTipText() - Method in class adams.flow.source.SelectFile
Returns the tip text for this property.
nonInteractiveTipText() - Method in class adams.flow.source.WekaSelectDataset
Returns the tip text for this property.
nonInteractiveTipText() - Method in class adams.flow.transformer.CompareObjectLocations
Returns the tip text for this property.
nonInteractiveTipText() - Method in class adams.flow.transformer.WekaChooseAttributes
Returns the tip text for this property.
nonMirroredBackendTipText() - Method in class adams.db.mirrored.DbBackend
Returns the tip text for this property.
NonMissing - Class in adams.data.spreadsheet.rowscore
Computes the percentage of non-missing values per row.
NonMissing() - Constructor for class adams.data.spreadsheet.rowscore.NonMissing
 
NonWindows - Class in adams.core.io.fileuse
Uses 'lsof' to determine file use (OS other than Windows).
NonWindows() - Constructor for class adams.core.io.fileuse.NonWindows
 
NoOutline - Class in adams.gui.visualization.object.objectannotations.outline
Omits plotting an outline.
NoOutline() - Constructor for class adams.gui.visualization.object.objectannotations.outline.NoOutline
 
noOverlapActionTipText() - Method in class adams.flow.transformer.MergeObjectLocations
Returns the tip text for this property.
NoPanelGenerator - Class in adams.gui.visualization.object.labelselector
Generates no panel.
NoPanelGenerator() - Constructor for class adams.gui.visualization.object.labelselector.NoPanelGenerator
 
noPathTipText() - Method in class adams.flow.core.ActorUsage
Returns the tip text for this property.
NoPostProcessing<T extends DataContainer> - Class in adams.flow.transformer.datacontainer
Dummy, performs no post-processing at all.
NoPostProcessing<T extends Report> - Class in adams.flow.transformer.report
Dummy, performs no post-processing at all.
NoPostProcessing() - Constructor for class adams.flow.transformer.datacontainer.NoPostProcessing
 
NoPostProcessing() - Constructor for class adams.flow.transformer.report.NoPostProcessing
 
NoPrediction - Class in adams.flow.transformer.summarystatistics
Calculates the rows with no prediction.
NoPrediction() - Constructor for class adams.flow.transformer.summarystatistics.NoPrediction
 
NoPreProcessing<T extends DataContainer> - Class in adams.flow.transformer.datacontainer
Dummy, performs no pre-processing at all.
NoPreProcessing<T extends Report> - Class in adams.flow.transformer.report
Dummy, performs no pre-processing at all.
NoPreProcessing() - Constructor for class adams.flow.transformer.datacontainer.NoPreProcessing
 
NoPreProcessing() - Constructor for class adams.flow.transformer.report.NoPreProcessing
 
NoPreviewAvailablePanel - Class in adams.gui.tools.previewbrowser
Dummy preview if no preview is available.
NoPreviewAvailablePanel() - Constructor for class adams.gui.tools.previewbrowser.NoPreviewAvailablePanel
Initializes the panel.
NoPreviewAvailablePanel(String) - Constructor for class adams.gui.tools.previewbrowser.NoPreviewAvailablePanel
Initializes the panel with a message.
noRegionsNoOutputTipText() - Method in class adams.flow.transformer.NegativeRegions
Returns the tip text for this property.
noReplacementTipText() - Method in class weka.classifiers.meta.VotedImbalance
Returns the tip text for this property.
Normal - Class in adams.data.distribution
Normal distribution.
Normal - Class in adams.gui.visualization.stats.paintlet
Paints the transformed normal distribution on the panel

Valid options are:

Normal - adams.gui.scripting.SyntaxDocument.ATTR_TYPE
normal string.
Normal() - Constructor for class adams.data.distribution.Normal
 
Normal() - Constructor for class adams.gui.visualization.stats.paintlet.Normal
 
NORMAL - adams.gui.visualization.debug.objecttree.NodeType
normal.
NORMAL - Static variable in class adams.core.io.PdfFont
the string for NORMAL.
normalCentralMoment(boolean[][], int, int) - Static method in class adams.data.image.moments.MomentHelper
Computes the (normal) central moment.
normalInverse(double) - Static method in class adams.data.statistics.StatUtils
Returns the value, x, for which the area under the Normal (Gaussian) probability density function (integrated from minus infinity to x) is equal to the argument y (assumes mean is zero, variance is one).
normaliseTypeTipText() - Method in class weka.classifiers.trees.XGBoost
Gets the tip-text for the normaliseType option.
normalize(double[]) - Static method in class adams.data.statistics.StatUtils
Normalizes the given array (returns a copy).
normalize(int[]) - Static method in class adams.data.statistics.StatUtils
Normalizes the given array (returns a copy).
normalize(Matrix) - Static method in class edu.umbc.cs.maple.utils.JamaUtils
Normalizes a matrix to make the elements sum to 1.
normalize(Number[]) - Static method in class adams.data.statistics.StatUtils
Normalizes the given array (returns a copy), i.e., the array will sum up to 1.
Normalize - Class in adams.data.spreadsheet.filter
Normalizes numeric columns to the specified lower and upper bound.
Normalize() - Constructor for class adams.data.spreadsheet.filter.Normalize
 
NormalizeAdaptive - Class in weka.filters.unsupervised.attribute
Normalizes all numeric values in the given dataset (apart from the class attribute, if set).
NormalizeAdaptive() - Constructor for class weka.filters.unsupervised.attribute.NormalizeAdaptive
 
NORMALIZED - edu.umbc.cs.maple.utils.SGTUtils.LaplacianType
 
NormalizedMoment - Class in adams.data.image.moments
The normalized moment.
NormalizedMoment() - Constructor for class adams.data.image.moments.NormalizedMoment
 
NormalizeDuplicateChars - Class in weka.core.tokenizers.cleaners
Replaces all duplicate characters with a single one.
NormalizeDuplicateChars() - Constructor for class weka.core.tokenizers.cleaners.NormalizeDuplicateChars
 
normalizeRange(double[], double, double) - Static method in class adams.data.statistics.StatUtils
Normalizes the given array (returns a copy), to have its values range from lower to upper bound.
normalizeRange(int[], double, double) - Static method in class adams.data.statistics.StatUtils
Normalizes the given array (returns a copy), to have its values range from lower to upper bound.
normalizeRange(Number[], double, double) - Static method in class adams.data.statistics.StatUtils
Normalizes the given array (returns a copy), to have its values range from lower to upper bound.
normalizeTipText() - Method in class adams.data.autocorrelation.FFT
Returns the tip text for this property.
normalizeTipText() - Method in class adams.data.statistics.ArrayBinning
Returns the tip text for this property.
normalizeTipText() - Method in class adams.data.statistics.ArrayHistogram
Returns the tip text for this property.
normalizeTipText() - Method in class adams.flow.transformer.ArrayHistogramRanges
Returns the tip text for this property.
normalizeTipText() - Method in class adams.flow.transformer.SpreadSheetHistogramRanges
Returns the tip text for this property.
normalizeTipText() - Method in class adams.flow.transformer.WekaInstancesHistogramRanges
Returns the tip text for this property.
normalizeVector(Matrix) - Static method in class weka.core.matrix.MatrixHelper
normalizes the given vector (inplace)
normalizeX(int) - Method in class adams.data.io.output.ObjectLocationsSpreadSheetWriter
Normalizes the x value.
normalizeX(int[]) - Method in class adams.data.io.output.ObjectLocationsSpreadSheetWriter
Normalizes the x values.
normalizeY(int) - Method in class adams.data.io.output.ObjectLocationsSpreadSheetWriter
Normalizes the y value.
normalizeY(int[]) - Method in class adams.data.io.output.ObjectLocationsSpreadSheetWriter
Normalizes the y values.
NormalPlot - Class in adams.gui.visualization.stats.probabilityplot
Probability plot that only displays the normal distribution, used in the 4-in1 plot.
NormalPlot() - Constructor for class adams.gui.visualization.stats.probabilityplot.NormalPlot
 
NormalPlotOptions - Class in adams.gui.visualization.stats.probabilityplot
Class for setting the options for the normal probability plot

Valid options are:

NormalPlotOptions() - Constructor for class adams.gui.visualization.stats.probabilityplot.NormalPlotOptions
 
normalPlotOptionsTipText() - Method in class adams.flow.sink.FourInOneDisplay
tip text for the normalplot options property
normalPlotOptionsTipText() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.FourInOnePlot
tip text for the normalplot options property.
normalProbability(double) - Static method in class adams.data.statistics.StatUtils
Returns the area under the Normal (Gaussian) probability density function, integrated from minus infinity to x (assumes mean is zero, variance is one).
normYWeightsTipText() - Method in class adams.data.instancesanalysis.pls.NIPALS
Returns the tip text for this property
NORTH - adams.gui.core.ToolBarPanel.ToolBarLocation
top.
northCenterPanel - Variable in class adams.gui.chooser.DatePanel.InternalView
 
northPanel - Variable in class adams.gui.chooser.DatePanel.InternalView
 
NORWEGIAN - adams.flow.core.TesseractLanguage
 
NoScopeRestriction - Class in adams.flow.execution.debug
Does not restrict the scope.
NoScopeRestriction() - Constructor for class adams.flow.execution.debug.NoScopeRestriction
 
noSeparatorTipText() - Method in class adams.flow.transformer.AppendName
Returns the tip text for this property.
noSeparatorTipText() - Method in class adams.flow.transformer.PrependDir
Returns the tip text for this property.
NoShape - Class in adams.gui.visualization.object.objectannotations.shape
Omits plotting the shape.
NoShape() - Constructor for class adams.gui.visualization.object.objectannotations.shape.NoShape
 
noSubActorsTipText() - Method in class adams.flow.source.SpecifiedActor
Returns the tip text for this property.
Not - Class in adams.flow.condition.bool
Negates the output of the specified condition.
Not() - Constructor for class adams.flow.condition.bool.Not
Default constructor.
Not(BooleanCondition) - Constructor for class adams.flow.condition.bool.Not
Initializes Not with the specified base condition.
NOT - Static variable in interface adams.parser.actorsuggestion.sym
 
NOT - Static variable in interface adams.parser.booleanexpression.sym
 
NOT - Static variable in interface adams.parser.externalactorsuggestion.sym
 
NOT - Static variable in interface adams.parser.lookupupdate.sym
 
NOT - Static variable in interface adams.parser.mathematicalexpression.sym
 
NOT - Static variable in interface adams.parser.spreadsheetformula.sym
 
NOT - Static variable in interface adams.parser.spreadsheetquery.sym
 
NOT - Static variable in interface adams.parser.stringexpression.sym
 
NOT - Static variable in interface adams.parser.templatesuggestion.sym
 
NOT_EQ - Static variable in interface adams.parser.booleanexpression.sym
 
NOT_EQ - Static variable in interface adams.parser.lookupupdate.sym
 
NOT_EQ - Static variable in interface adams.parser.mathematicalexpression.sym
 
NOT_EQ - Static variable in interface adams.parser.spreadsheetformula.sym
 
NOT_EQ - Static variable in interface adams.parser.spreadsheetquery.sym
 
NOT_EQ - Static variable in interface adams.parser.stringexpression.sym
 
NOT_RUNNING - Static variable in class adams.gui.tools.wekamultiexperimenter.runner.AbstractExperimentRunner
The message displayed when no experiment is running
NOT_SET - adams.core.TriState
not set.
notCoveredInstances() - Method in class weka.classifiers.trees.m5.Rule2
Get the instances not covered by this rule
note() - Method in annotation type adams.core.annotation.MixedCopyright
 
note() - Method in annotation type adams.core.annotation.ThirdPartyCopyright
 
NOTE - adams.core.TechnicalInformation.Field
Any additional information that can help the reader.
NOTE - adams.flow.transformer.pdfproclet.PageSize
 
noteGroupTipText() - Method in class adams.flow.transformer.AddNote
Returns the tip text for this property.
notes() - Method in class adams.data.Notes
Returns an enumeration over all classes that have notes stored for at the moment.
Notes - Class in adams.data
A helper class for the Chromatogram class for storing meta-data.
Notes<T extends DataContainer,​M extends AbstractContainerManager,​C extends AbstractContainer> - Class in adams.gui.visualization.container.datacontainerpanel.containerlistpopup
For displaying the notes of the selected containers.
Notes<T extends DataContainer,​M extends AbstractContainerManager,​C extends AbstractContainer> - Class in adams.gui.visualization.container.datacontainerpanel.plotpopup
For displaying the notes.
Notes - Class in adams.gui.visualization.debug.inspectionhandler
Provides further insight into notes.
Notes() - Constructor for class adams.data.Notes
Initializes the notes.
Notes() - Constructor for class adams.gui.visualization.container.datacontainerpanel.containerlistpopup.Notes
 
Notes() - Constructor for class adams.gui.visualization.container.datacontainerpanel.plotpopup.Notes
 
Notes() - Constructor for class adams.gui.visualization.debug.inspectionhandler.Notes
 
NotesErrors - Class in adams.flow.condition.bool
Evaluates to true if the notes handler passing through has any errors recorded.
NotesErrors() - Constructor for class adams.flow.condition.bool.NotesErrors
 
NotesFactory - Class in adams.gui.visualization.container
A factory for GUI components for notes.
NotesFactory() - Constructor for class adams.gui.visualization.container.NotesFactory
 
NotesFactory.Dialog<T extends AbstractContainer> - Class in adams.gui.visualization.container
A specialized dialog that displays informative statistics.
NotesFactory.MultiPagePane<T extends AbstractContainer> - Class in adams.gui.visualization.container
A specialized multi-page pane that displays container notes.
NotesFactory.TextPane<T extends AbstractContainer> - Class in adams.gui.visualization.container
A specialized JTextPane for displaying the notes of a container.
NotesFileChooser - Class in adams.gui.tools.previewbrowser.notes
A specialized JFileChooser that lists all available file Readers and Writers for image notes in the preview browser.
NotesFileChooser() - Constructor for class adams.gui.tools.previewbrowser.notes.NotesFileChooser
Constructs a FileChooser pointing to the user's default directory.
NotesFileChooser(File) - Constructor for class adams.gui.tools.previewbrowser.notes.NotesFileChooser
Constructs a FileChooser using the given File as the path.
NotesFileChooser(String) - Constructor for class adams.gui.tools.previewbrowser.notes.NotesFileChooser
Constructs a FileChooser using the given path.
NotesHandler - Interface in adams.data
For classes that handle notes as well.
NotesManager - Class in adams.gui.tools.previewbrowser.notes
Global notes manager.
NotesManager() - Constructor for class adams.gui.tools.previewbrowser.notes.NotesManager
Initializes the notes manager.
NotesPropertyExtractor - Class in adams.gui.visualization.debug.propertyextractor
Handles Notes and NotesHandler classes.
NotesPropertyExtractor() - Constructor for class adams.gui.visualization.debug.propertyextractor.NotesPropertyExtractor
 
NotesSubset - Class in adams.data.conversion
Generates a subset of a adams.data.Notes object.
NotesSubset() - Constructor for class adams.data.conversion.NotesSubset
 
notesTipText() - Method in class adams.data.image.AbstractImageFeatureGenerator
Returns the tip text for this property.
notesTipText() - Method in class adams.data.timeseries.AbstractTimeseriesFeatureGenerator
Returns the tip text for this property.
notesTipText() - Method in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment
Returns the tip text for this property.
notesToArray(Notes) - Method in class adams.flow.sink.NotesWriter
Turns the provided notes into an array, if th notes contain anything.
NotesToSpreadSheet - Class in adams.data.conversion
Turns an adams.data.Notes object into a SpreadSheet object.
NotesToSpreadSheet() - Constructor for class adams.data.conversion.NotesToSpreadSheet
 
NotesToString - Class in adams.data.conversion
Turns an adams.data.Notes object into a string.
NotesToString() - Constructor for class adams.data.conversion.NotesToString
 
NotesWriter - Class in adams.flow.sink
Saves the notes attached to a data structure to a text file.
NotesWriter() - Constructor for class adams.flow.sink.NotesWriter
 
noteTipText() - Method in class adams.core.net.EmailContact
Returns the tip text for this property.
noteTypeTipText() - Method in class adams.flow.transformer.AddNote
Returns the tip text for this property.
noteValueTipText() - Method in class adams.flow.transformer.AddNote
Returns the tip text for this property.
NotFilter - Class in adams.flow.standalone.logevent
Inverts the filtering result of the base filter.
NotFilter() - Constructor for class adams.flow.standalone.logevent.NotFilter
 
notfyQueryChangeListeners() - Method in class adams.gui.dialog.SpreadSheetQueryPanel
Notifies all listeners that query has changed.
NOTHING - adams.data.container.DataContainerUtils.GapFilling
nothing is done.
NOTIFICATION_AREA - adams.flow.core.InteractionDisplayLocation
in the notification area.
notificationIntervalTipText() - Method in class adams.opt.genetic.AbstractGeneticAlgorithm
Returns the tip text for this property.
NotificationManager - Class in adams.flow.control.flowrestart
Applies the specified action once the trigger fires.
NotificationManager() - Constructor for class adams.flow.control.flowrestart.NotificationManager
 
notificationsTipText() - Method in class adams.flow.sink.sendnotification.MultiNotification
Returns the tip text for this property.
notificationTipText() - Method in class adams.flow.control.flowrestart.NotificationManager
Returns the tip text for this property.
notificationTipText() - Method in class adams.flow.sink.SendNotification
Returns the tip text for this property.
notificationTipText() - Method in class adams.flow.standalone.MemoryMonitor
Returns the tip text for this property.
notificationWaitTipText() - Method in class adams.flow.standalone.MemoryMonitor
Returns the tip text for this property.
notify(Flow) - Method in class adams.flow.control.flowrestart.notification.AbstractNotification
Sends a notification.
notify(Flow) - Method in class adams.flow.control.flowrestart.notification.Null
Sends a notification.
notify(Flow) - Method in class adams.flow.control.flowrestart.notification.TimestampFile
Sends a notification.
notifyActionListeners(int) - Method in class adams.flow.transformer.pixelselector.PixelSelectorPanel
Notifies all the action listeners.
notifyActionListeners(ActionEvent) - Method in class adams.gui.wizard.AbstractWizardPane
Notifies all change listeners with the specified event.
notifyActorChangeListeners(ActorChangeEvent) - Method in class adams.gui.flow.tree.Tree
Notifies all listeners.
notifyAnnotationChangeListeners() - Method in class adams.gui.visualization.object.ObjectAnnotationPanel
Notifies all annotation change listeners.
notifyAnyChangeListeners() - Method in class adams.gui.core.BasePasswordField
Notifies all listeners that some change to the text occurred.
notifyAnyChangeListeners() - Method in class adams.gui.core.BaseTextArea
Notifies all listeners that some change to the text occurred.
notifyAnyChangeListeners() - Method in class adams.gui.core.BaseTextField
Notifies all listeners that some change to the text occurred.
notifyAnyChangeListeners() - Method in class adams.gui.core.BaseTextPane
Notifies all listeners that some change to the text occurred.
notifyAppendListeners() - Method in class adams.gui.core.TextEditorPanel.TextEditorArea
Notifies all the append change listeners.
notifyArrayChangeListeners() - Method in class adams.gui.goe.GenericArrayEditor
Notifies all change listeners that the array elements have changed.
notifyBestFitRedoneListeners() - Method in class adams.gui.visualization.segmentation.layer.LayerManager
Notifies all the listener that the best fit has been redone.
notifyCancelListeners() - Method in class adams.gui.core.AbstractQuickSearchPanel
Notifies all cancel listeners.
notifyCellPopupMenuListener(MouseEvent) - Method in class adams.gui.core.BaseTable
Notifies the popup menu listeners (cell).
notifyChangeListeners() - Method in class adams.gui.chooser.TimePanel
Notifies all change listeners.
notifyChangeListeners() - Method in class adams.gui.core.AbstractQuickSearchPanel
Notifies all change listeners.
notifyChangeListeners() - Method in class adams.gui.core.AbstractTextAreaPanelWithAdvancedSyntaxHighlighting
Sends an event to all change listeners.
notifyChangeListeners() - Method in class adams.gui.core.FilterPanel
Notifies all change listeners.
notifyChangeListeners() - Method in class adams.gui.core.MultiPagePane
Notifies the change listeners.
notifyChangeListeners() - Method in class adams.gui.core.ParameterPanel
Notifies all the change listeners.
notifyChangeListeners() - Method in class adams.gui.core.StyledTextEditorPanel
Sends an event to all change listeners.
notifyChangeListeners() - Method in class adams.gui.core.TextEditorPanel
Sends an event to all change listeners.
notifyChangeListeners() - Method in class adams.gui.dialog.AbstractDatabaseConnectionPanel
Notifies all listeners about a change in the connection.
notifyChangeListeners() - Method in class adams.gui.dialog.DatabaseConnectionsPanel
Notifies all listeners about a change in the connection.
notifyChangeListeners() - Method in class adams.gui.goe.GenericObjectEditorPopupMenu
Notifies all change listeners that the user modified the setup.
notifyChangeListeners() - Method in class adams.gui.goe.WekaGenericObjectEditorPopupMenu
Notifies all change listeners that the user modified the setup.
notifyChangeListeners() - Method in class adams.gui.tools.ClassHelpPanel
Notifies all change listeners.
notifyChangeListeners() - Method in class adams.gui.visualization.core.AxisPanel
Notifies all change listeners.
notifyChangeListeners() - Method in class adams.gui.visualization.instances.InstancesTable
Notifies all the change listeners.
notifyChangeListeners() - Method in class adams.gui.visualization.segmentation.layer.LayerManager
Notifies all change listeners
notifyChangeListeners(GlobalDataContainerFilterChangeEvent) - Method in class adams.data.filter.AbstractGlobalDataContainerFilter
Notifies all listeners with the given event.
notifyChangeListeners(DatabaseConnectionChangeEvent) - Method in class adams.db.AbstractDatabaseConnection
Notifies all listeners with the given event.
notifyChangeListeners(StorageChangeEvent) - Method in class adams.flow.control.Storage
Notifies all listeners.
notifyChangeListeners(ChangeEvent) - Method in class adams.flow.setup.FlowSetupManager
Sends the event to all change listeners.
notifyChangeListeners(ChangeEvent) - Method in class adams.gui.chooser.AbstractChooserPanel
Notifies all change listeners with the given event.
notifyChangeListeners(ChangeEvent) - Method in class adams.gui.visualization.instance.InstanceComparePanel.DatasetPanel
Sends the event to all change listeners.
notifyChooseListeners(boolean) - Method in class adams.gui.chooser.AbstractChooserPanel
Notifies all choose listeners with the given event.
notifyChooserChangeListeners() - Method in class adams.gui.tools.filecommander.FileCommanderDirectoryPanel
Notifies all the listeners that the chooser has changed.
notifyCloseListeners() - Method in class adams.gui.flow.FlowPanelNotificationArea
Notifies all the listeners that the close button was pressed.
notifyConnectionChangeListeners() - Method in class adams.gui.core.SqlConnectionPanel
Notifies all connection change listeners.
notifyDataChangeListeners(DataChangeEvent) - Method in class adams.gui.visualization.container.AbstractContainerManager
Sends all listeners the specified event.
notifyDetachListeners() - Method in class adams.gui.core.DetachablePanel
Notifies all detach listeners.
notifyDirectoryChangeListeners() - Method in class adams.gui.core.FilePanel
Notifies the listeners when the directory has changed.
notifyDoubleClickListeners(DoubleClickEvent) - Method in class adams.gui.selection.AbstractTableBasedSelectionPanel
Sends the event to all double-click listeners.
notifyFileDoubleClickListeners(FilePanel.FileDoubleClickEvent) - Method in class adams.gui.core.FilePanel
Notifies the listeners when a file got double-clicked.
notifyFilesChangeListeners() - Method in class adams.gui.core.FilePanel
Notifies the listeners when the files have changed.
notifyFitnessChangeListeners(double, Object, int[]) - Method in class adams.opt.genetic.AbstractGeneticAlgorithm
Sends out a notification to all listeners that the fitness has changed, if notifications is wanted and due.
notifyFitnessChangeListeners(GeneticFitnessChangeEvent) - Method in class adams.opt.genetic.AbstractGeneticAlgorithm
Notifies all the fitness change listeners of a change.
notifyFlowSetupStateChangeListeners(FlowSetupStateEvent) - Method in class adams.flow.setup.FlowSetup
Notifies all listeners.
notifyHeaderPopupMenuListener(MouseEvent) - Method in class adams.gui.core.BaseTable
Notifies the popup menu listeners (header).
notifyHistoryEntrySelectionListeners(AbstractNamedHistoryPanel.HistoryEntrySelectionEvent) - Method in class adams.gui.core.AbstractNamedHistoryPanel
Notifies all listeners with the specified event.
notifyInstancesSortSetupListeners(InstancesSortSetupEvent) - Method in class adams.gui.visualization.instances.instancestable.InstancesSortPanel
Notifies all listeners with the specified event.
notifyJobCompleteListeners(JobCompleteEvent) - Method in class adams.multiprocess.LocalJobRunner
Notifies all listeners with the given event.
notifyJobListCompleteListeners(JobListCompleteEvent) - Method in class adams.multiprocess.JobList
Notifies all JobListComplete listeners.
notifyLabelChange(String) - Method in class adams.flow.transformer.ImageAnnotator.AnnotatorPanel
Sends notifications that the label has changed.
notifyLeftClickListeners(Point, int) - Method in class adams.gui.visualization.image.ImagePanel.PaintPanel
Notifies all left-click listeners.
notifyListener(TableModelEvent) - Method in class adams.gui.visualization.instances.InstancesTableModel
notfies all listener of the change of the model
notifyListeners(LoggingLevel, String) - Method in class adams.gui.core.ConsolePanel
Notifies the listeners.
notifyListeners(FlowPauseStateEvent) - Method in class adams.flow.core.PauseStateManager
Notifies all listeners.
notifyListeners(UndoEvent) - Method in class adams.gui.core.Undo
notifies all listeners with the specified event.
notifyLocationsUpdatedListeners() - Method in class adams.gui.visualization.image.AbstractObjectOverlayFromReport
Notifies all the listeners that the notifications have been updated.
notifyLocationsUpdatedListeners() - Method in class adams.gui.visualization.image.AbstractPointOverlayFromReport
Notifies all the listeners that the notifications have been updated.
notifyLocationsUpdatedListeners() - Method in class adams.gui.visualization.object.overlay.AbstractObjectOverlayFromReport
Notifies all the listeners that the notifications have been updated.
notifyLocationsUpdatedListeners() - Method in class adams.gui.visualization.object.overlay.AbstractPointOverlayFromReport
Notifies all the listeners that the notifications have been updated.
notifyLoggingListeners(LogRecord) - Method in class adams.core.logging.AbstractLogHandler
Sends out the log record to its listeners.
notifyMouseClickListeners(MouseEvent) - Method in class adams.gui.visualization.core.PlotPanel
Notifies all mouse click listeners.
notifyMouseMovementTrackers(MouseEvent) - Method in class adams.gui.visualization.core.plot.ContentPanel
Notifies all mouse movement tracking listeners.
notifyNodeDroppedListeners(NodeDroppedEvent) - Method in class adams.gui.core.DragAndDropTree
Notifies all node dropped listeners with the specified event.
notifyOwner(SpreadSheetProcessorEvent.EventType, String) - Method in class adams.gui.tools.spreadsheetprocessor.AbstractWidget
Notifies the owner.
notifyPaintListeners(Graphics, PaintEvent.PaintMoment) - Method in class adams.gui.visualization.core.PlotPanel
Notifies all paint listeners.
notifyPanningListeners(PlotPanelPanningEvent.PanningEventType) - Method in class adams.gui.visualization.core.plot.ContentPanel
Notifies all panning listeners.
notifyPropertyChangeListeners() - Method in class adams.gui.goe.InlineEditor
Notifies the listeners.
notifyQueryChangeListeners() - Method in class adams.gui.dialog.SQLStatementPanel
Notifies all listeners that the query has changed.
notifyQueryPanelListeners(SqlQueryPanelEvent) - Method in class adams.gui.tools.sqlworkbench.SqlQueryPanel
Notifies all the query panel listeners with the given event.
notifyReattachListeners() - Method in class adams.gui.core.DetachablePanel
Notifies all reattach listeners.
notifyRecentItemListenersOfAdd(T) - Method in class adams.gui.core.AbstractRecentItemsHandler
Notifies the listeners of a item that got added.
notifyRecentItemListenersOfSelect(T) - Method in class adams.gui.core.AbstractRecentItemsHandler
Notifies the listeners of a item that got selected.
notifyRemoteScriptingEngineUpdateListeners(RemoteScriptingEngineUpdateEvent) - Method in class adams.flow.FlowRunner
Notifies all listeners of remote scripting engine changes.
notifyRemoteScriptingEngineUpdateListeners(RemoteScriptingEngineUpdateEvent) - Method in class adams.gui.application.AbstractApplicationFrame
Notifies all listeners of remote scripting engine changes.
notifyRemoteScriptingEngineUpdateListeners(RemoteScriptingEngineUpdateEvent) - Method in class adams.terminal.application.AbstractTerminalApplication
Notifies all listeners of remote scripting engine changes.
notifyRemoveItemsListeners(int[]) - Method in class adams.gui.core.BaseList
Notifies the remove items listeners about the indices that are to be removed.
notifyRemoveItemsListeners(int[]) - Method in class adams.gui.core.BaseTable
Notifies the remove items listeners about the indices that are to be removed.
notifyReportChangeListeners() - Method in class adams.gui.visualization.report.reportfactory.AbstractTableAction
Notifies the listeners that the report has changed.
notifyReportChangeListeners() - Method in class adams.gui.visualization.report.ReportFactory.Table
Notifies all the change listeners.
notifyScriptingInfoListeners(String) - Method in class adams.gui.scripting.AbstractScriptingEngine
Notifies all scripting info listeners.
notifyScriptingListeners(ScriptingEvent) - Method in class adams.gui.scripting.ScriptingLogger
Notifies all the listeners about the specified event.
notifySearchListeners(SearchEvent) - Method in class adams.gui.core.SearchPanel
Sends out the event to all listeners.
notifySelectionChangeListeners() - Method in class adams.gui.core.FilePanel
Notifies the listeners when the selection has changed.
notifySelectionListeners() - Method in class adams.gui.core.AbstractQuickSearchPanel
Notifies all selection listeners.
notifySelectionListeners(Point, Point, int) - Method in class adams.gui.visualization.image.ImagePanel.PaintPanel
Notifies all selection listeners.
notifySelectionListeners(ListSelectionEvent) - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeSelectionPanel
Notifies all listeners that the selection has changed.
notifySendListeners() - Method in class adams.gui.dialog.ComposeEmailPanel
Sends out an event to all send listeners.
notifySetTextListeners() - Method in class adams.gui.core.TextEditorPanel.TextEditorArea
Notifies all the setText change listeners.
notifySortSetupListeners(SortSetupEvent) - Method in class adams.gui.tools.spreadsheetviewer.SortPanel
Notifies all listeners with the specified event.
notifyTabChangeListeners() - Method in class adams.gui.core.BaseTabbedPane
Notifies all the tab change listeners
notifyTabClosedListeners(int, Component) - Method in class adams.gui.core.BaseTabbedPane
Notifies all the tab closed listeners
notifyTabs(FlowPanel) - Method in class adams.gui.flow.tab.FlowTabManager
Notifies all the tab change aware tabs that a different flow panel was selected.
notifyTabs(SpreadSheetPanel) - Method in class adams.gui.tools.spreadsheetviewer.tab.ViewerTabManager
Notifies all the selection aware tabs that the selection of sheet/rows has changed.
notifyTabs(SpreadSheetPanel, SpreadSheetTablePopupMenuItemHelper.TableState) - Method in class adams.gui.tools.spreadsheetviewer.tab.ViewerTabManager
Notifies all the selection aware tabs that the selection of sheet/rows has changed.
notifyTabs(TreePath[], Actor[]) - Method in class adams.gui.flow.tab.FlowTabManager
Notifies all the selection aware tabs that the selection of actors has changed.
notifyTabVisibiltiyChangeListeners(TabVisibilityChangeEvent) - Method in class adams.gui.core.BaseTabbedPaneWithTabHiding
Notifies all tab visibility listeners about the specified event.
notifyTokenListeners(TokenEvent) - Method in interface adams.flow.core.TokenEventHandler
Notifies all the TokenListeners with the event.
notifyTokenListeners(TokenEvent) - Method in class adams.flow.sink.ProgrammaticSink
Notifies all the TokenListeners with the event.
notifyTools() - Method in class adams.gui.visualization.object.ObjectAnnotationPanel
Notifies all tools to update.
notifyTools() - Method in class adams.gui.visualization.segmentation.SegmentationPanel
Notifies the tools that annotations have changed.
notifyVariableChangeListeners(VariableChangeEvent) - Method in class adams.core.Variables
Notifies all listeners with the specified event.
notifyZoomListeners(PlotPanelZoomEvent.ZoomEventType) - Method in class adams.gui.visualization.core.plot.ContentPanel
Notifies all zoom listeners.
NotImplementedException - Error in adams.core.exception
To be thrown if a method is not implemented.
NotImplementedException() - Constructor for error adams.core.exception.NotImplementedException
 
noTokenTipText() - Method in class adams.flow.transformer.ConfirmationDialog
Returns the tip text for this property.
noToolTipsTipText() - Method in class adams.flow.sink.SequencePlotter
Returns the tip text for this property.
noToolTipsTipText() - Method in class adams.flow.sink.SimplePlot
Returns the tip text for this property.
noTypeColorTipText() - Method in class adams.gui.visualization.object.objectannotations.colors.PerType
Returns the tip text for this property.
noTypeColorTipText() - Method in class adams.gui.visualization.object.objectannotations.colors.TypeColorMapping
Returns the tip text for this property.
noUpdateTipText() - Method in class weka.classifiers.lazy.LWLSynchro
Returns the tip text for this property.
noUpdateTipText() - Method in class weka.classifiers.lazy.LWLSynchroPrefilter
Returns the tip text for this property.
noUpdateTipText() - Method in class weka.filters.unsupervised.instance.AccumulatedLWLWeights
Returns the tip text for this property.
now() - Static method in class adams.core.base.BaseDate
Returns a new BaseDate object initialized with the NOW placeholder.
now() - Static method in class adams.core.base.BaseDateTime
Returns a new BaseDate object initialized with the NOW placeholder.
now() - Static method in class adams.core.base.BaseDateTimeMsec
Returns a new BaseDate object initialized with the NOW placeholder.
now() - Static method in class adams.core.base.BaseTime
Returns a new BaseTime object initialized with the NOW placeholder.
now() - Static method in class adams.core.base.BaseTimeMsec
Returns a new BaseTimeMsec object initialized with the NOW placeholder.
now() - Static method in class adams.core.DateUtils
Returns a new DateTime object with the current date/time.
NOW - adams.gui.goe.AbstractBaseDateTypeEditor.Placeholder
 
NOW - Static variable in class adams.core.base.BaseDate
the placeholder for "now".
NOW - Static variable in class adams.core.base.BaseDateTime
the placeholder for "now".
NOW - Static variable in class adams.core.base.BaseDateTimeMsec
the placeholder for "now".
NOW - Static variable in class adams.core.base.BaseTime
the placeholder for "now".
NOW - Static variable in class adams.core.base.BaseTimeMsec
the placeholder for "now".
NOW - Static variable in interface adams.parser.booleanexpression.sym
 
NOW - Static variable in interface adams.parser.mathematicalexpression.sym
 
NOW - Static variable in interface adams.parser.spreadsheetformula.sym
 
NOW - Static variable in interface adams.parser.stringexpression.sym
 
nowTime() - Static method in class adams.core.DateUtils
Returns a new Time object with the current time.
NP - adams.data.statistics.SPCUtils.Chart
 
NPChart - Class in adams.data.spc
Generates data for an np chart.

For more information see:
QICacros.
NPChart() - Constructor for class adams.data.spc.NPChart
 
nPointTipText() - Method in class weka.core.SAXDistance
Returns the tip text for this property.
NS_DOCBOOK - Static variable in class adams.doc.docbook.Document
the DocBook namespace.
nthColumnTipText() - Method in class adams.data.spreadsheet.columnfinder.DownSample
Returns the tip text for this property.
nthPixelTipText() - Method in class adams.data.image.transformer.DownSample
Returns the tip text for this property.
nthPointTipText() - Method in class adams.data.filter.DownSample
Returns the tip text for this property.
nthPointTipText() - Method in class weka.filters.unsupervised.attribute.DownSample
Returns the tip text for this property.
nthRowTipText() - Method in class adams.data.spreadsheet.rowfinder.DownSample
Returns the tip text for this property.
nthTipText() - Method in class adams.flow.transformer.arraysubsetgeneration.EveryNth
Returns the tip text for this property.
nthValueToShowTipText() - Method in class adams.gui.visualization.core.AxisPanelOptions
Returns the tip text for this property.
NTipText() - Method in class weka.filters.supervised.attribute.YGradientEPO
Returns the tip text for this property
Null - Class in adams.core.command.stderr
Simply suppresses any output.
Null - Class in adams.core.command.stdout
Simply suppresses any output.
Null - Class in adams.core.shutdown
Dummy, does nothing.
Null - Class in adams.data.groupextraction
Dummy, extracts nothing.
Null - Class in adams.data.idextraction
Does nothing.
Null - Class in adams.data.objectoverlap
Dummy, does not calculate any overlaps.
Null - Class in adams.flow.control.errorpostprocessor
Dummy post-processor, does nothing.
Null - Class in adams.flow.control.flowrestart.notification
Dummy, does nothing.
Null - Class in adams.flow.control.flowrestart.operation
Dummy, does nothing.
Null - Class in adams.flow.control.flowrestart.trigger
Dummy, does nothing.
Null - Class in adams.flow.control.removeoutliers
Dummy outlier detector, detects no outliers at all.
Null - Class in adams.flow.sink
Actor that gobbles up all tokens, like '/dev/null' in Unix.
Null - Class in adams.flow.sink.pyrosink
Dummy, does nothing.
Null - Class in adams.flow.sink.sendnotification
For suppressing notifications.
Null - Class in adams.flow.source
Dummy source, generates no output.
Null - Class in adams.flow.source.pyrosource
Dummy, outputs nothing.
Null - Class in adams.flow.standalone
Dummy standalone, does nothing.
Null - Class in adams.flow.standalone.pyrostandalone
Dummy, does nothing.
Null - Class in adams.flow.transformer.negativeregions
Dummy, generates no regions.
Null - Class in adams.flow.transformer.pyrotransformer
Dummy, does nothing.
Null - Class in adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.finalmodel
Does not generate a final model.
Null - Class in adams.gui.visualization.image.interactionlogging
Suppresses all events.
Null - Class in adams.gui.visualization.image.paintlet
Dummy paintlet.
Null - Class in adams.opt.genetic.setupupload
Dummy, does not nothing.
Null() - Constructor for class adams.core.command.stderr.Null
 
Null() - Constructor for class adams.core.command.stdout.Null
 
Null() - Constructor for class adams.core.shutdown.Null
 
Null() - Constructor for class adams.data.groupextraction.Null
 
Null() - Constructor for class adams.data.idextraction.Null
 
Null() - Constructor for class adams.data.objectoverlap.Null
 
Null() - Constructor for class adams.flow.control.errorpostprocessor.Null
 
Null() - Constructor for class adams.flow.control.flowrestart.notification.Null
 
Null() - Constructor for class adams.flow.control.flowrestart.operation.Null
 
Null() - Constructor for class adams.flow.control.flowrestart.trigger.Null
 
Null() - Constructor for class adams.flow.control.removeoutliers.Null
 
Null() - Constructor for class adams.flow.sink.Null
 
Null() - Constructor for class adams.flow.sink.pyrosink.Null
 
Null() - Constructor for class adams.flow.sink.sendnotification.Null
 
Null() - Constructor for class adams.flow.source.Null
 
Null() - Constructor for class adams.flow.source.pyrosource.Null
 
Null() - Constructor for class adams.flow.standalone.Null
 
Null() - Constructor for class adams.flow.standalone.pyrostandalone.Null
 
Null() - Constructor for class adams.flow.transformer.negativeregions.Null
 
Null() - Constructor for class adams.flow.transformer.pyrotransformer.Null
 
Null() - Constructor for class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.finalmodel.Null
 
Null() - Constructor for class adams.gui.visualization.image.interactionlogging.Null
 
Null() - Constructor for class adams.gui.visualization.image.paintlet.Null
 
Null() - Constructor for class adams.opt.genetic.setupupload.Null
 
NULL - Static variable in class adams.gui.goe.AbstractPropertyEditorSupport
the string to use if there is null value to be display.
NULL - Static variable in interface adams.parser.spreadsheetquery.sym
 
NullAnnotator - Class in adams.gui.visualization.object.annotator
Dummy, offers no annotation support.
NullAnnotator() - Constructor for class adams.gui.visualization.object.annotator.NullAnnotator
 
NullClickAction - Class in adams.flow.sink.sequenceplotter
Dummy action, does nothing.
NullClickAction - Class in adams.gui.visualization.stats.scatterplot.action
Dummy action, does nothing.
NullClickAction() - Constructor for class adams.flow.sink.sequenceplotter.NullClickAction
 
NullClickAction() - Constructor for class adams.gui.visualization.stats.scatterplot.action.NullClickAction
 
NullEvaluation - Class in adams.flow.transformer.indexedsplitsrunsevaluation
Dummy, does nothing.
NullEvaluation() - Constructor for class adams.flow.transformer.indexedsplitsrunsevaluation.NullEvaluation
 
NullFilenameGenerator - Class in adams.core.io
Dummy filename generator, always outputs null.
NullFilenameGenerator() - Constructor for class adams.core.io.NullFilenameGenerator
 
NullFinder - Class in adams.data.objectfinder
Finds no indices.
NullFinder - Class in adams.data.spreadsheet.columnfinder
Dummy finder, does not find any columns.
NullFinder - Class in adams.data.spreadsheet.rowfinder
Dummy finder, does not find any rows.
NullFinder - Class in adams.data.weka.columnfinder
Dummy finder, does not find any columns.
NullFinder - Class in adams.data.weka.rowfinder
Dummy finder, does not find any rows.
NullFinder() - Constructor for class adams.data.objectfinder.NullFinder
 
NullFinder() - Constructor for class adams.data.spreadsheet.columnfinder.NullFinder
 
NullFinder() - Constructor for class adams.data.spreadsheet.rowfinder.NullFinder
 
NullFinder() - Constructor for class adams.data.weka.columnfinder.NullFinder
 
NullFinder() - Constructor for class adams.data.weka.rowfinder.NullFinder
 
NullHandler - Class in adams.core.logging
Suppresses all output.
NullHandler - Class in adams.scripting.requesthandler
Does nothing.
NullHandler - Class in adams.scripting.responsehandler
Does nothing.
NullHandler() - Constructor for class adams.core.logging.NullHandler
 
NullHandler() - Constructor for class adams.scripting.requesthandler.NullHandler
 
NullHandler() - Constructor for class adams.scripting.responsehandler.NullHandler
 
NullListener - Class in adams.flow.execution
Dummy listener, does nothing.
NullListener() - Constructor for class adams.flow.execution.NullListener
 
NullManager - Class in adams.flow.control.flowrestart
Does nothing.
NullManager() - Constructor for class adams.flow.control.flowrestart.NullManager
 
NullOperation - Class in adams.gui.visualization.segmentation.paintoperation
Dummy, paints nothing.
NullOperation() - Constructor for class adams.gui.visualization.segmentation.paintoperation.NullOperation
 
NullOverlay - Class in adams.gui.visualization.image
Dummy overlay, does nothing.
NullOverlay - Class in adams.gui.visualization.object.overlay
Dummy, paints nothing.
NullOverlay() - Constructor for class adams.gui.visualization.image.NullOverlay
 
NullOverlay() - Constructor for class adams.gui.visualization.object.overlay.NullOverlay
 
NullPaintlet - Class in adams.gui.visualization.sequence
Dummy paintlet that performs nor painting at all.
NullPaintlet() - Constructor for class adams.gui.visualization.sequence.NullPaintlet
 
NullPredictions - Class in adams.flow.transformer.indexedsplitsrunspredictions
Dummy, does nothing.
NullPredictions() - Constructor for class adams.flow.transformer.indexedsplitsrunspredictions.NullPredictions
 
NullPreview - Class in adams.gui.core.spreadsheetpreview
Dummy, does not generate a preview.
NullPreview() - Constructor for class adams.gui.core.spreadsheetpreview.NullPreview
 
NullProcessor - Class in adams.gui.visualization.image.leftclick
Dummy processor, does nothing.
NullProcessor - Class in adams.gui.visualization.image.selection
Dummy processor, does nothing.
NullProcessor - Class in adams.gui.visualization.object.mouseclick
Dummy, does nothing.
NullProcessor() - Constructor for class adams.gui.visualization.image.leftclick.NullProcessor
 
NullProcessor() - Constructor for class adams.gui.visualization.image.selection.NullProcessor
 
NullProcessor() - Constructor for class adams.gui.visualization.object.mouseclick.NullProcessor
 
NullToken - Class in adams.flow.core
A dummy token without any payload.
NullToken() - Constructor for class adams.flow.core.NullToken
 
NullTracker - Class in adams.gui.visualization.core
Dummy tracker that does nothing.
NullTracker() - Constructor for class adams.gui.visualization.core.NullTracker
 
NullViolations - Class in adams.data.spc
Flags nothing as violation.
NullViolations() - Constructor for class adams.data.spc.NullViolations
 
NullWriter - Class in adams.data.io.output
Performs no writing at all.
NullWriter - Class in adams.gui.print
Dummy - generates no output.
NullWriter() - Constructor for class adams.data.io.output.NullWriter
 
NullWriter() - Constructor for class adams.gui.print.NullWriter
 
NUM_ATTRIBUTES - adams.flow.transformer.WekaInstancesInfo.InfoType
the number of attributes.
NUM_CLASS_LABELS - adams.flow.transformer.WekaInstancesInfo.InfoType
the number of class labels.
NUM_CLUSTERS - adams.flow.transformer.WekaClustererInfo.InfoType
number of clusters.
NUM_COLS - adams.flow.transformer.Mat5ArrayInfo.InfoType
 
NUM_COLUMNS - adams.flow.transformer.SpreadSheetInfo.InfoType
the number of columns.
NUM_CONTAINERS_THRESHOLD - Static variable in class adams.gui.tools.wekainvestigator.datatable.action.Split
the threshold for number of generated containers.
NUM_CORES - Static variable in class adams.core.SystemInfo
the key for the # cores.
NUM_DIMENSIONS - adams.flow.transformer.Mat5ArrayInfo.InfoType
 
NUM_DISTINCT_VALUES - adams.flow.transformer.WekaInstancesInfo.InfoType
the number of distinct values (selected attribute).
NUM_ELEMENTS - adams.flow.transformer.Mat5ArrayInfo.InfoType
 
NUM_ENTRIES - adams.flow.transformer.Mat5FileInfo.InfoType
 
NUM_FALSE_NEGATIVES - adams.flow.core.EvaluationStatistic
 
NUM_FALSE_NEGATIVES - adams.flow.core.ExperimentStatistic
 
NUM_FALSE_POSITIVES - adams.flow.core.EvaluationStatistic
 
NUM_FALSE_POSITIVES - adams.flow.core.ExperimentStatistic
 
NUM_FIELDNAMES - adams.flow.transformer.Mat5StructInfo.InfoType
 
NUM_FOLDS - Static variable in class weka.classifiers.meta.ClassifierCascade
 
NUM_FOLDS - Static variable in class weka.filters.supervised.instance.RemoveOutliers
 
NUM_INSTANCES - adams.flow.transformer.WekaInstancesInfo.InfoType
the number of instances.
NUM_LABELS - adams.flow.transformer.WekaInstancesInfo.InfoType
the number of labels (selected attribute, only nominal).
NUM_MISSING_VALUES - adams.flow.transformer.WekaInstancesInfo.InfoType
the number of missing values (selected attribute, only nominal).
NUM_PAGES - adams.flow.transformer.PDFInfo.InfoType
the number of pages.
NUM_PLOTS_HORIZONTAL - Static variable in class adams.gui.tools.wekainvestigator.tab.BoxPlotTab
the number of plots side-by-side.
NUM_POINTS - adams.flow.transformer.TimeseriesInfo.InfoType
the number of data points.
NUM_POINTS - Static variable in class weka.filters.unsupervised.attribute.EquiDistance
the option for the number of points.
NUM_PREDICTIONS - adams.flow.transformer.WekaEvaluationInfo.InfoType
 
NUM_ROWS - adams.flow.transformer.Mat5ArrayInfo.InfoType
 
NUM_ROWS - adams.flow.transformer.SpreadSheetInfo.InfoType
the number of rows.
NUM_THREADS - Static variable in class weka.classifiers.meta.ClassifierCascade
 
NUM_THREADS - Static variable in class weka.filters.supervised.instance.RemoveOutliers
 
NUM_TRUE_NEGATIVES - adams.flow.core.EvaluationStatistic
 
NUM_TRUE_NEGATIVES - adams.flow.core.ExperimentStatistic
 
NUM_TRUE_POSITIVES - adams.flow.core.EvaluationStatistic
 
NUM_TRUE_POSITIVES - adams.flow.core.ExperimentStatistic
 
NUM_UNIQUE_VALUES - adams.flow.transformer.WekaInstancesInfo.InfoType
the number of unique values (selected attribute).
numAttemptsTipText() - Method in interface adams.core.MultiAttemptSupporter
Returns the tip text for this property.
numAttemptsTipText() - Method in class adams.flow.sink.DumpFile
Returns the tip text for this property.
numAttemptsTipText() - Method in class adams.flow.transformer.CopyFile
Returns the tip text for this property.
numAttemptsTipText() - Method in class adams.flow.transformer.MoveFile
Returns the tip text for this property.
numAttemptsTipText() - Method in class adams.flow.transformer.WaitForFile
Returns the tip text for this property.
numAttemptsTipText() - Method in class adams.multiprocess.ScpJobRunner
Returns the tip text for this property.
numAttemptsTipText() - Method in class adams.multiprocess.SerializingJobRunner
Returns the tip text for this property.
numAttributes() - Method in class weka.core.AbstractHashableInstance
Returns the number of attributes.
numattrsTipText() - Method in class weka.classifiers.meta.Corr
Returns the tip text for this property.
numBalancedTipText() - Method in class weka.classifiers.meta.VotedImbalance
Returns the tip text for this property.
NUMBER - adams.core.JsonDataType
a number.
NUMBER - adams.core.TechnicalInformation.Field
The number of a journal, magazine, technical report, or of a work in a series.
NUMBER - adams.core.XPathResult
number.
NUMBER - Static variable in interface adams.parser.basedate.sym
 
NUMBER - Static variable in interface adams.parser.basedatetime.sym
 
NUMBER - Static variable in interface adams.parser.basedatetimemsec.sym
 
NUMBER - Static variable in interface adams.parser.basetime.sym
 
NUMBER - Static variable in interface adams.parser.basetimemsec.sym
 
NUMBER - Static variable in interface adams.parser.booleanexpression.sym
 
NUMBER - Static variable in interface adams.parser.lookupupdate.sym
 
NUMBER - Static variable in interface adams.parser.mathematicalexpression.sym
 
NUMBER - Static variable in interface adams.parser.spreadsheetformula.sym
 
NUMBER - Static variable in interface adams.parser.spreadsheetquery.sym
 
NUMBER - Static variable in interface adams.parser.stringexpression.sym
 
NUMBER_CORRECT - adams.flow.core.EvaluationStatistic
 
NUMBER_CORRECT - adams.flow.core.ExperimentStatistic
 
NUMBER_IN_SUBSET - Static variable in class weka.filters.unsupervised.instance.KennardStone
 
NUMBER_INCORRECT - adams.flow.core.EvaluationStatistic
 
NUMBER_INCORRECT - adams.flow.core.ExperimentStatistic
 
NUMBER_OF_POINTS - Static variable in class adams.data.statistics.TimeseriesStatistic
 
NUMBER_OF_TESTING_INSTANCES - adams.flow.core.ExperimentStatistic
 
NUMBER_OF_TRAINING_INSTANCES - adams.flow.core.ExperimentStatistic
 
NUMBER_UNCLASSIFIED - adams.flow.core.EvaluationStatistic
 
NUMBER_UNCLASSIFIED - adams.flow.core.ExperimentStatistic
 
numberBinsTipText() - Method in class adams.gui.visualization.stats.histogram.HistogramOptions
Tip text for the number of bins property
NumberCheckModel(NumberTextField.Type) - Constructor for class adams.gui.core.NumberTextField.NumberCheckModel
Initializes the model with 0 as default value.
NumberCheckModel(NumberTextField.Type, Number) - Constructor for class adams.gui.core.NumberTextField.NumberCheckModel
Initializes the model with the specified default value.
numberFormatTipText() - Method in class adams.data.io.output.AbstractFormattedSpreadSheetWriter
Returns the tip text for this property.
numberFormatTipText() - Method in class adams.data.io.output.AbstractMultiSheetFormattedSpreadSheetWriter
Returns the tip text for this property.
numberInSubsetTipText() - Method in class weka.filters.unsupervised.instance.KennardStone
Returns the tip text for this property.
numberOfClusters() - Method in class weka.clusterers.SAXKMeans
Returns the number of clusters.
numberOfLinearModels() - Method in class weka.classifiers.trees.m5.RuleNode2
Get the number of linear models in the tree
numberOfParallelTreesTipText() - Method in class weka.classifiers.trees.XGBoost
Gets the tip-text for the numberOfParallelTrees option.
numberOfRequiredDMatrixColumns(Instances) - Method in class weka.classifiers.trees.XGBoost
Calculates the number of columns required to represent the attributes of the given dataset when converted to a DMatrix.
numberOfRoundsTipText() - Method in class weka.classifiers.trees.XGBoost
Gets the tip-text for the number of rounds option.
NumberTextField - Class in adams.gui.core
A specialized text field for numbers.
NumberTextField(NumberTextField.Type) - Constructor for class adams.gui.core.NumberTextField
Constructs a new TextField.
NumberTextField(NumberTextField.Type, int) - Constructor for class adams.gui.core.NumberTextField
Constructs a new empty TextField with the specified number of columns.
NumberTextField(NumberTextField.Type, String) - Constructor for class adams.gui.core.NumberTextField
Constructs a new TextField initialized with the specified text.
NumberTextField(NumberTextField.Type, String, int) - Constructor for class adams.gui.core.NumberTextField
Constructs a new TextField initialized with the specified text and columns.
NumberTextField(NumberTextField.Type, Document, String, int) - Constructor for class adams.gui.core.NumberTextField
Constructs a new BaseTextField that uses the given text storage model and the given number of columns.
NumberTextField.BoundedNumberCheckModel - Class in adams.gui.core
A check model for numbers.
NumberTextField.NumberCheckModel - Class in adams.gui.core
A check model for numbers.
NumberTextField.Type - Enum in adams.gui.core
The type of number to accomodate.
NumberToByte - Class in adams.data.conversion
Turns an Number into a Byte.
NumberToByte() - Constructor for class adams.data.conversion.NumberToByte
 
numberToDouble(Number) - Method in class adams.data.statistics.AbstractDataStatistic
Returns a double primitive from the given Number.
NumberToDouble - Class in adams.data.conversion
Turns an Number into a Double.
NumberToDouble() - Constructor for class adams.data.conversion.NumberToDouble
 
NumberToFloat - Class in adams.data.conversion
Turns an Number into a Float.
NumberToFloat() - Constructor for class adams.data.conversion.NumberToFloat
 
NumberToInt - Class in adams.data.conversion
Turns an Number into a Int.
NumberToInt() - Constructor for class adams.data.conversion.NumberToInt
 
NumberToLong - Class in adams.data.conversion
Turns an Number into a Long.
NumberToLong() - Constructor for class adams.data.conversion.NumberToLong
 
numBinsTipText() - Method in interface adams.data.binning.algorithm.FixedNumBinsBinningAlgorithm
Returns the tip text for this property.
numBinsTipText() - Method in class adams.data.binning.algorithm.FrequencyBinning
Returns the tip text for this property.
numBinsTipText() - Method in class adams.data.binning.algorithm.ManualBinning
Returns the tip text for this property.
numBinsTipText() - Method in class adams.data.filter.AbstractSAX
Returns the tip text for this property.
numBinsTipText() - Method in class adams.data.image.features.Histogram
Returns the tip text for this property.
numBinsTipText() - Method in class adams.data.jai.features.Histogram
Returns the tip text for this property.
numBinsTipText() - Method in class adams.data.opencv.features.Histogram
Returns the tip text for this property.
numBinsTipText() - Method in class adams.data.spreadsheet.rowscore.EqualWidthBins
Returns the tip text for this property.
numBinsTipText() - Method in class adams.data.spreadsheet.rowscore.SAXDistanceFromBaseline
Returns the tip text for this property.
numBinsTipText() - Method in class adams.data.statistics.ArrayHistogram
Returns the tip text for this property.
numBinsTipText() - Method in class adams.flow.transformer.ArrayHistogramRanges
Returns the tip text for this property.
numBinsTipText() - Method in class adams.flow.transformer.SpreadSheetHistogramRanges
Returns the tip text for this property.
numBinsTipText() - Method in class adams.flow.transformer.WekaInstancesHistogramRanges
Returns the tip text for this property.
numBytesTipText() - Method in class adams.data.conversion.ByteArrayToPrimitiveArray
Returns the tip text for this property.
numBytesTipText() - Method in class adams.data.conversion.PrimitiveArrayToByteArray
Returns the tip text for this property.
numCheckPointsTipText() - Method in class adams.data.image.transformer.crop.BinaryCrop
Returns the tip text for this property.
numChromTipText() - Method in class adams.opt.genetic.AbstractGeneticAlgorithm
Returns the tip text for this property.
numChromTipText() - Method in class adams.opt.optimise.genetic.AbstractGeneticAlgorithm
Returns the tip text for this property.
numClasses() - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.ClassesToClusters
Returns the number of classes in the test set.
numClasses() - Method in class weka.core.AbstractHashableInstance
Returns the number of class labels.
numClasses() - Method in class weka.core.InstancesView
Returns the number of class labels.
numClustersTipText() - Method in class weka.clusterers.SAXKMeans
Returns the tip text for this property.
numCoefficientsTipText() - Method in class adams.data.instancesanalysis.pls.SIMPLS
Returns the tip text for this property
numColorsTipText() - Method in class adams.data.jai.transformer.IndexedColors
Returns the tip text for this property.
numColorsTipText() - Method in class adams.flow.source.ColorProvider
Returns the tip text for this property.
numColorsTipText() - Method in class adams.gui.visualization.core.BiColorGenerator
Returns the tip text for this property.
numColorsTipText() - Method in interface adams.gui.visualization.core.ColorGradientGeneratorWithFixedNumberOfColors
Returns the tip text for this property.
numColorsTipText() - Method in class adams.gui.visualization.core.ColorProviderBasedColorGradientGenerator
Returns the tip text for this property.
numColorsTipText() - Method in class adams.gui.visualization.core.MultiColorGenerator
Returns the tip text for this property.
numColsTipText() - Method in class adams.data.image.multiimageoperation.MergeGrid
Returns the tip text for this property.
numColsTipText() - Method in class adams.data.image.transformer.subimages.Grid
Returns the tip text for this property.
numColsTipText() - Method in class adams.flow.sink.ArrayDisplay
Returns the tip text for this property.
numColsTipText() - Method in class adams.flow.source.EnterValue
Returns the tip text for this property.
numColsTipText() - Method in class adams.flow.standalone.GridView
Returns the tip text for this property.
numColsTipText() - Method in class adams.flow.transformer.negativeregions.SimpleBlockFill
Returns the tip text for this property.
numColumnsTipText() - Method in class adams.data.conversion.BreakUpString
Returns the tip text for this property.
numColumnsTipText() - Method in class adams.flow.sink.DisplayPanelGrid
Returns the tip text for this property.
numComponentsTipText() - Method in class adams.data.instancesanalysis.pls.AbstractPLS
Returns the tip text for this property
numComponentsTipText() - Method in class weka.attributeSelection.AbstractPLSAttributeEval
Returns the tip text for this property
numConsecutiveLongLagsToAverageTipText() - Method in class adams.flow.core.LagMakerOptions
Returns the tip text for this property.
numCurrentFiles() - Method in class adams.flow.transformer.pdfproclet.DocumentState
Returns the number of files that have been added since the last page break.
numCyclesTipText() - Method in class adams.flow.transformer.PredictionEccentricity
Returns the tip text for this property.
numCyclesTipText() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.PredictionEccentricity
Returns the tip text for this property.
numDecimalsTipText() - Method in class adams.data.binning.algorithm.AbstractBinningAlgorithm
Returns the tip text for this property.
numDecimalsTipText() - Method in class adams.data.conversion.DoubleToString
Returns the tip text for this property.
numDecimalsTipText() - Method in class adams.data.conversion.Mat5ArrayToString
Returns the tip text for this property.
numDecimalsTipText() - Method in class adams.data.conversion.MathExpression
Returns the tip text for this property.
numDecimalsTipText() - Method in class adams.data.conversion.Round
Returns the tip text for this property.
numDecimalsTipText() - Method in class adams.data.conversion.SpreadSheetDoubleColumnToString
Returns the tip text for this property.
numDecimalsTipText() - Method in class adams.data.filter.TimeseriesRound
Returns the tip text for this property.
numDecimalsTipText() - Method in class adams.data.objectfilter.Scale
Returns the tip text for this property.
numDecimalsTipText() - Method in class adams.data.statistics.ArrayHistogram
Returns the tip text for this property.
numDecimalsTipText() - Method in class adams.flow.sink.SpreadSheetDisplay
Returns the tip text for this property.
numDecimalsTipText() - Method in class adams.flow.source.MathExpression
Returns the tip text for this property.
numDecimalsTipText() - Method in class adams.flow.transformer.ArrayHistogramRanges
Returns the tip text for this property.
numDecimalsTipText() - Method in class adams.flow.transformer.MathExpression
Returns the tip text for this property.
numDecimalsTipText() - Method in class adams.flow.transformer.pdfproclet.AbstractSpreadSheetPdfProclet
Returns the tip text for this property.
numDecimalsTipText() - Method in class adams.flow.transformer.Round
Returns the tip text for this property.
numDecimalsTipText() - Method in class adams.flow.transformer.ScaleReportObjects
Returns the tip text for this property.
numDecimalsTipText() - Method in class adams.flow.transformer.SpreadSheetHistogramRanges
Returns the tip text for this property.
numDecimalsTipText() - Method in class adams.flow.transformer.WekaInstancesHistogramRanges
Returns the tip text for this property.
numDecimalsTipText() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.ConfusionMatrix
Returns the tip text for this property.
numDecimalsTipText() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.Predictions
Returns the tip text for this property.
numDecimalsTipText() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.Statistics
Returns the tip text for this property.
numDigitsTipText() - Method in class adams.flow.transformer.splitfile.AbstractFileSplitter
Returns the tip text for this property.
numDigitsTipText() - Method in class adams.gui.visualization.image.leftclick.AbstractSelectionRectangleBasedLeftClickProcessor
Returns the tip text for this property.
numDigitsTipText() - Method in class adams.gui.visualization.image.selection.AbstractSelectionRectangleBasedSelectionProcessor
Returns the tip text for this property.
numDigitsTipText() - Method in class adams.gui.visualization.object.annotator.AbstractPointAnnotator
Returns the tip text for this property.
numDigitsTipText() - Method in class adams.gui.visualization.object.annotator.AbstractRectangleBasedAnnotator
Returns the tip text for this property.
numeratorDegreesOfFreedomTipText() - Method in class adams.data.distribution.F
Returns the tip text for this property.
NUMERIC - adams.data.conversion.SpreadSheetBinarize.BinarizeType
using 1s and 0s.
NUMERIC - adams.data.io.input.SimpleArffSpreadSheetReader.AttributeType
 
NUMERIC - adams.data.report.DataType
a numeric value.
NUMERIC_ATTRIBUTE - adams.ml.capabilities.Capability
 
NUMERIC_ATTRIBUTES - adams.flow.core.Capability
can handle numeric attributes.
NUMERIC_CLASS - adams.flow.core.Capability
can handle numeric classes.
NUMERIC_CLASS - adams.ml.capabilities.Capability
 
NUMERIC_START - Static variable in class adams.core.Index
the indicator for numeric indices.
NUMERIC_START - Static variable in class adams.core.Range
the indicator for numeric indices.
NumericClassGroupExtractor() - Constructor for class adams.data.binning.BinnableInstances.NumericClassGroupExtractor
 
numericColumnsTipText() - Method in class adams.data.io.input.FastCsvSpreadSheetReader
Returns the tip text for this property.
NumericErrorScalerWithReference - Class in adams.data.weka.predictions
Scales the errors for numeric class attributes, using an user-specified error as reference point for a specified size.
NumericErrorScalerWithReference() - Constructor for class adams.data.weka.predictions.NumericErrorScalerWithReference
 
numericIdsTipText() - Method in class adams.flow.source.RSync
 
NumericRangeCellRenderingCustomizer - Class in adams.gui.core.spreadsheettable
Uses the defined ranges to determine whether a numeric cells gets highlighted with the specified color.
NumericRangeCellRenderingCustomizer() - Constructor for class adams.gui.core.spreadsheettable.NumericRangeCellRenderingCustomizer
 
NumericStringCompare - Class in adams.core
Compares the numeric portion of two String objects by extracting it using the supplied regexp.
NumericStringCompare() - Constructor for class adams.core.NumericStringCompare
 
NumericSummaryStatistic - Interface in adams.flow.transformer.summarystatistics
Interface for statistics that work on numeric predictions.
numericToArrays(Dataset) - Static method in class adams.ml.data.DatasetUtils
Turns all the numeric columns into a list of double arrays.
numericToArrays(Dataset, int[]) - Static method in class adams.ml.data.DatasetUtils
Turns the specified numeric columns into a list of double arrays.
numericToJama(Dataset) - Static method in class adams.ml.data.DatasetUtils
Turns all the numeric columns into a Jama Matrix.
numericToJama(Dataset, int[]) - Static method in class adams.ml.data.DatasetUtils
Turns the specified numeric columns into a Jama Matrix.
numericToMatrixAlgo(Dataset) - Static method in class adams.ml.data.DatasetUtils
Turns all the numeric columns into a Jama Matrix.
numericToMatrixAlgo(Dataset, int[]) - Static method in class adams.ml.data.DatasetUtils
Turns the specified numeric columns into a Jama Matrix.
numericToString(String) - Method in class adams.data.io.input.ODFSpreadSheetReader
Turns a numeric cell into a string.
numericToString(Cell) - Method in class adams.data.io.input.ExcelSpreadSheetReader
Turns a numeric cell into a string.
NumericValueType - Enum in adams.core.discovery
Determines how numeric values get generated.
numEvaluationBinsTipText() - Method in class weka.classifiers.BestBinnedNumericClassRandomSplitGenerator
Returns the tip text for this property.
numExecutionSlotsTipText() - Method in class weka.classifiers.meta.SubsetEnsemble
Returns the tip text for this property.
numExecutionSlotsTipText() - Method in class weka.classifiers.meta.VotedImbalance
Returns the tip text for this property.
numExecutionSlotsTipText() - Method in class weka.clusterers.SAXKMeans
Returns the tip text for this property
numFeaturesTipText() - Method in class adams.data.featureconverter.FixedNumFeatures
Returns the tip text for this property.
numFeaturesTipText() - Method in class adams.data.timeseries.FixedNumFeatures
Returns the tip text for this property.
numFilesPerPageTipText() - Method in class adams.flow.transformer.pdfproclet.AbstractPdfProcletWithPageBreaks
Returns the tip text for this property.
numFilesPerPageTipText() - Method in class adams.flow.transformer.pdfproclet.FixedText
Returns the tip text for this property.
numFilesPerPageTipText() - Method in class adams.flow.transformer.pdfproclet.Headline
Returns the tip text for this property.
numFilesPerPageTipText() - Method in class adams.flow.transformer.pdfproclet.MetaHeadline
Returns the tip text for this property.
numFilesPerPageTipText() - Method in interface adams.flow.transformer.pdfproclet.PdfProcletWithPageBreaks
Returns the tip text for this property.
numFilesTipText() - Method in class adams.flow.template.IterateFilesWithProgressBar
Returns the tip text for this property.
numFilesTipText() - Method in class adams.flow.transformer.splitfile.SplitByNumber
Returns the tip text for this property.
numFoldsTipText() - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesCrossValidationFoldGenerator
Returns the tip text for this property.
numFoldsTipText() - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesGroupedCrossValidationFoldGenerator
Returns the tip text for this property.
numFoldsTipText() - Method in class adams.flow.transformer.preparefilebaseddataset.CrossValidation
Returns the tip text for this property.
numFoldsTipText() - Method in class adams.ml.evaluation.DefaultCrossValidationFoldGenerator
Returns the tip text for this property.
numFoldsTipText() - Method in class weka.classifiers.BinnedNumericClassCrossValidationFoldGenerator
Returns the tip text for this property.
numFoldsTipText() - Method in class weka.classifiers.DefaultCrossValidationFoldGenerator
Returns the tip text for this property.
numFoldsTipText() - Method in class weka.classifiers.GroupedBinnedNumericClassCrossValidationFoldGenerator
Returns the tip text for this property.
numFoldsTipText() - Method in class weka.classifiers.GroupedCrossValidationFoldGenerator
Returns the tip text for this property.
numFoldsTipText() - Method in class weka.classifiers.GroupedCrossValidationFoldGeneratorUsingNumericClassValues
Returns the tip text for this property.
numFoldsTipText() - Method in class weka.classifiers.meta.ClassifierCascade
Returns the tip text for this property.
numFoldsTipText() - Method in class weka.filters.supervised.instance.RemoveOutliers
Returns the tip text for this property.
numFoldsTipText() - Method in class weka.filters.unsupervised.instance.RemoveMisclassifiedAbs
Returns the tip text for this property
numFoldsTipText() - Method in class weka.filters.unsupervised.instance.RemoveMisclassifiedRel
Returns the tip text for this property
numHorizontalTipText() - Method in class adams.flow.sink.BoxPlot
Return a tip text for the number of box plots on each row property
numInstances() - Method in class weka.core.InstancesView
Returns the number of instances in the dataset.
numItems() - Method in class adams.gui.core.AdjustableGridPanel
Returns the number of components.
numItems() - Method in class adams.gui.core.dotnotationtree.DotNotationTree
Returns the number of items in the tree.
numIterationsTipText() - Method in interface adams.core.Iteratable
Returns the tip text for this property.
numIterationsTipText() - Method in class adams.opt.genetic.stopping.MaxIterations
Returns the tip text for this property.
numIterationsTipText() - Method in class adams.opt.genetic.stopping.MaxIterationsWithoutImprovement
Returns the tip text for this property.
numIterationsTipText() - Method in class weka.classifiers.trees.RandomModelTrees
Returns the tip text for this property.
numIterationsTipText() - Method in class weka.classifiers.trees.RandomRegressionForest
Returns the tip text for this property
numLeaves(int) - Method in class weka.classifiers.trees.m5.RuleNode2
Sets the leaves' numbers
numLeftTipText() - Method in class adams.data.baseline.SlidingWindow
Returns the tip text for this property.
numLevelsTipText() - Method in class adams.data.boofcv.transformer.WaveletDenoise
Returns the tip text for this property.
numLogFilesTipText() - Method in class adams.flow.sink.simplelogging.output.RotatingFileOutput
Returns the tip text for this property.
numParameters() - Method in class weka.classifiers.functions.LinearRegressionJ
Get the number of coefficients used in the model
numPointsLeftTipText() - Method in class adams.data.baseline.AbstractSavitzkyGolayBased
Returns the tip text for this property.
numPointsLeftTipText() - Method in class adams.data.filter.AbstractSavitzkyGolay
Returns the tip text for this property.
numPointsLeftTipText() - Method in class adams.data.smoothing.AbstractSavitzkyGolayBased
Returns the tip text for this property.
numPointsLeftTipText() - Method in class adams.flow.control.plotprocessor.SavitzkyGolay
Returns the tip text for this property.
numPointsLeftTipText() - Method in class adams.ml.preprocessing.unsupervised.SavitzkyGolay
Returns the tip text for this property.
numPointsLeftTipText() - Method in class weka.filters.unsupervised.attribute.SavitzkyGolay
Returns the tip text for this property.
numPointsRightTipText() - Method in class adams.data.baseline.AbstractSavitzkyGolayBased
Returns the tip text for this property.
numPointsRightTipText() - Method in class adams.data.filter.AbstractSavitzkyGolay
Returns the tip text for this property.
numPointsRightTipText() - Method in class adams.data.smoothing.AbstractSavitzkyGolayBased
Returns the tip text for this property.
numPointsRightTipText() - Method in class adams.flow.control.plotprocessor.SavitzkyGolay
Returns the tip text for this property.
numPointsRightTipText() - Method in class adams.ml.preprocessing.unsupervised.SavitzkyGolay
Returns the tip text for this property.
numPointsRightTipText() - Method in class weka.filters.unsupervised.attribute.SavitzkyGolay
Returns the tip text for this property.
numPointsTipText() - Method in class adams.data.filter.AbstractEquiDistance
Returns the tip text for this property.
numPointsTipText() - Method in class adams.data.filter.DownSize
Returns the tip text for this property.
numPointsTipText() - Method in class adams.data.outlier.TimeseriesMinPoints
Returns the tip text for this property.
numPointsTipText() - Method in class adams.data.statistics.ArrayAndrewsCurves
Returns the tip text for this property.
numPointsTipText() - Method in class adams.flow.transformer.plotgenerator.AndrewsCurvesGenerator
Returns the tip text for this property.
numPointsTipText() - Method in class adams.flow.transformer.timeseriessplit.FixedLengthSegments
Returns the tip text for this property.
numPointsTipText() - Method in class adams.gui.visualization.sequence.MathExpressionOverlayPaintlet
Returns the tip text for this property.
numPointsTipText() - Method in class weka.filters.unsupervised.attribute.AndrewsCurves
Returns the tip text for this property.
numPointsTipText() - Method in class weka.filters.unsupervised.attribute.EquiDistance
Returns the tip text for this property.
numPointsTipText() - Method in class weka.filters.unsupervised.attribute.SavitzkyGolay2
Returns the tip text for this property.
numRandomFeaturesTipText() - Method in class weka.classifiers.meta.SubsetEnsemble
Returns the tip text for this property.
numRegionsTipText() - Method in class adams.flow.transformer.negativeregions.RandomRegions
Returns the tip text for this property.
numRegressionsTipText() - Method in class weka.classifiers.meta.AbstainLeastMedianSq
Returns the tip text for this property
numRegressionsTipText() - Method in class weka.classifiers.meta.LeastMedianSq
Returns the tip text for this property
numRightTipText() - Method in class adams.data.baseline.SlidingWindow
Returns the tip text for this property.
numRowsColumnTypeDiscoveryTipText() - Method in class adams.data.io.input.CsvSpreadSheetReader
Returns the tip text for this property.
numRowsTipText() - Method in class adams.data.conversion.WekaCapabilitiesToInstances
Returns the tip text for this property.
numRowsTipText() - Method in class adams.data.image.multiimageoperation.MergeGrid
Returns the tip text for this property.
numRowsTipText() - Method in class adams.data.image.transformer.subimages.Grid
Returns the tip text for this property.
numRowsTipText() - Method in class adams.data.io.input.AbstractExcelSpreadSheetReader
Returns the tip text for this property.
numRowsTipText() - Method in class adams.data.io.input.AccessSpreadSheetReader
Returns the tip text for this property.
numRowsTipText() - Method in class adams.data.io.input.CsvSpreadSheetReader
Returns the tip text for this property.
numRowsTipText() - Method in class adams.data.io.input.FastCsvSpreadSheetReader
Returns the tip text for this property.
numRowsTipText() - Method in class adams.data.io.input.FixedTabularSpreadSheetReader
Returns the tip text for this property.
numRowsTipText() - Method in class adams.data.io.input.GnumericSpreadSheetReader
Returns the tip text for this property.
numRowsTipText() - Method in class adams.data.io.input.ODFSpreadSheetReader
Returns the tip text for this property.
numRowsTipText() - Method in interface adams.data.io.input.WindowedSpreadSheetReader
Returns the tip text for this property.
numRowsTipText() - Method in class adams.flow.source.EnterValue
Returns the tip text for this property.
numRowsTipText() - Method in class adams.flow.standalone.GridView
Returns the tip text for this property.
numRowsTipText() - Method in class adams.flow.transformer.negativeregions.SimpleBlockFill
Returns the tip text for this property.
numSamplesTipText() - Method in class adams.flow.standalone.MemoryMonitor
Returns the tip text for this property.
numSegmentsTipText() - Method in class adams.data.boofcv.transformer.SuperPixels
Returns the tip text for this property.
numSegmentsTipText() - Method in class adams.flow.transformer.timeseriessplit.FixedNumSegments
Returns the tip text for this property.
numSel - Variable in class adams.gui.flow.tree.StateContainer
the number of selected nodes.
numSimplsCoefficientsTipText() - Method in class adams.data.instancesanalysis.pls.PRM
Returns the tip text for this property
numSpacesTipText() - Method in class adams.data.conversion.DOMToString
Returns the tip text for this property.
numSpacesTipText() - Method in class adams.data.conversion.PrettyPrintXML
Returns the tip text for this property.
numSpacesTipText() - Method in class adams.data.io.output.AutoWidthTabularSpreadSheetWriter
Returns the tip text for this property.
numStepsConfidenceIntervalsTipText() - Method in class adams.flow.source.wekaforecastersetup.WekaForecasterGenerator
Returns the tip text for this property.
numStepsTipText() - Method in class adams.flow.source.WekaForecasting
Returns the tip text for this property.
numSubsampleBitsTipText() - Method in class adams.data.jai.transformer.Resize
Returns the tip text for this property.
numSubSamplesTipText() - Method in class adams.flow.transformer.WekaBootstrapping
Returns the tip text for this property.
numThreadsTipText() - Method in class adams.flow.control.ArrayProcess
Returns the tip text for this property.
numThreadsTipText() - Method in class adams.flow.control.Branch
Returns the tip text for this property.
numThreadsTipText() - Method in class adams.flow.control.LoadBalancer
Returns the tip text for this property.
numThreadsTipText() - Method in class adams.flow.transformer.ExecuteJobs
Returns the tip text for this property.
numThreadsTipText() - Method in class adams.flow.transformer.WekaClassifierRanker
Returns the tip text for this property.
numThreadsTipText() - Method in class adams.flow.transformer.WekaCrossValidationEvaluator
Returns the tip text for this property.
numThreadsTipText() - Method in class adams.multiprocess.LocalJobRunner
Returns the tip text for this property.
numThreadsTipText() - Method in class adams.opt.genetic.AbstractGeneticAlgorithm
Returns the tip text for this property.
numThreadsTipText() - Method in class adams.tools.ZipPassword
Returns the tip text for this property.
numThreadsTipText() - Method in class weka.classifiers.meta.ClassifierCascade
Returns the tip text for this property.
numThreadsTipText() - Method in class weka.classifiers.trees.XGBoost
Gets the tip-text for the numThreads option.
numThreadsTipText() - Method in class weka.filters.supervised.instance.RemoveOutliers
Returns the tip text for this property.
numTicksTipText() - Method in class adams.gui.visualization.core.axis.AbstractLimitedTickGenerator
Returns the tip text for this property.
numTimesTipText() - Method in class adams.data.boofcv.transformer.Dilate4
Returns the tip text for this property.
numTimesTipText() - Method in class adams.data.boofcv.transformer.Dilate8
Returns the tip text for this property.
numTimesTipText() - Method in class adams.data.boofcv.transformer.Erode4
Returns the tip text for this property.
numTimesTipText() - Method in class adams.data.boofcv.transformer.Erode8
Returns the tip text for this property.
numTimesTipText() - Method in class adams.flow.transformer.StringIndent
Returns the tip text for this property.
numTokensTipText() - Method in class adams.flow.sink.DisplayPanelManager
Returns the tip text for this property.
numTokensTipText() - Method in class adams.flow.sink.HistoryDisplay
Returns the tip text for this property.
numTotalFiles() - Method in class adams.flow.transformer.pdfproclet.DocumentState
Returns the number of files that have been added so far.
numValues() - Method in class weka.core.AbstractHashableInstance
Returns the number of values present in a sparse representation.
numWindowsTipText() - Method in class adams.data.filter.AbstractSAX
Returns the tip text for this property.
numWindowsTipText() - Method in class adams.data.spreadsheet.rowscore.SAXDistanceFromBaseline
Returns the tip text for this property.
numZeroesTipText() - Method in class weka.filters.unsupervised.instance.RemoveWithZeroes
Returns the tip text for this property.

O

OBJECT - adams.core.discovery.PropertyPath.PathElementType
object.
OBJECT - adams.core.JsonDataType
a JSON object.
OBJECT - adams.data.json.JsonObjectType
 
OBJECT - adams.data.spreadsheet.Cell.ContentType
object (needs custom handler, must implement Comparable).
OBJECT - adams.flow.source.NewJsonStructure.JsonDataStructure
a JSON object.
OBJECT_COUNT - Static variable in class adams.gui.visualization.object.annotationsdisplay.DefaultAnnotationsDisplayPanel
 
OBJECT_EDITOR - adams.gui.core.PropertiesParameterPanel.PropertyType
Object editor.
objectActorTipText() - Method in class adams.flow.core.ObjectRetriever
Returns the tip text for this property.
objectActorTipText() - Method in class adams.flow.transformer.CollectionInsert
Returns the tip text for this property.
objectActorTipText() - Method in class adams.flow.transformer.Mat5FileAddArray
Returns the tip text for this property.
objectActorTipText() - Method in class adams.flow.transformer.Mat5FileAddMap
Returns the tip text for this property.
objectActorTipText() - Method in class adams.flow.transformer.Mat5SetStructField
Returns the tip text for this property.
ObjectAnnotationPanel - Class in adams.gui.visualization.object
Panel for annotating objects in images.
ObjectAnnotationPanel() - Constructor for class adams.gui.visualization.object.ObjectAnnotationPanel
 
ObjectAnnotationPanel.AnnotationsState - Class in adams.gui.visualization.object
For undo/redo.
ObjectAnnotations - Class in adams.gui.visualization.image
Overlays object annotations from the report.
ObjectAnnotations - Class in adams.gui.visualization.object.overlay
Flexible overlay for object annotations.
ObjectAnnotations() - Constructor for class adams.gui.visualization.image.ObjectAnnotations
 
ObjectAnnotations() - Constructor for class adams.gui.visualization.object.overlay.ObjectAnnotations
 
ObjectAnnotations.LocatedObjectsPanel - Class in adams.gui.visualization.image
The panel for displaying the located objects.
ObjectAnnotationsFromReport - Class in adams.flow.transformer.draw
Overlays object annotations from the report.
ObjectAnnotationsFromReport() - Constructor for class adams.flow.transformer.draw.ObjectAnnotationsFromReport
 
ObjectAnnotationsHandler - Class in adams.gui.tools.previewbrowser
Overlays the annotations onto the image.
ObjectAnnotationsHandler() - Constructor for class adams.gui.tools.previewbrowser.ObjectAnnotationsHandler
 
ObjectAnnotationsMask - Class in adams.data.image.transformer
Only leaves pixels in the image that are covered by the object annotations (= masking).
ObjectAnnotationsMask() - Constructor for class adams.data.image.transformer.ObjectAnnotationsMask
 
ObjectAnnotationsReportHandler - Class in adams.gui.tools.previewbrowser
Overlays the annotations onto the image.
ObjectAnnotationsReportHandler() - Constructor for class adams.gui.tools.previewbrowser.ObjectAnnotationsReportHandler
 
ObjectAnnotationsToImageSegmentationLayers - Class in adams.data.conversion
Converts the annotations to image segmentation layers.
ObjectAnnotationsToImageSegmentationLayers() - Constructor for class adams.data.conversion.ObjectAnnotationsToImageSegmentationLayers
 
ObjectArrayToPrimitiveArray - Class in adams.data.conversion
Converts an object array to its primitive counterpart.
ObjectArrayToPrimitiveArray - Class in adams.flow.transformer
Turns an object array into an primitive one.
ObjectArrayToPrimitiveArray() - Constructor for class adams.data.conversion.ObjectArrayToPrimitiveArray
 
ObjectArrayToPrimitiveArray() - Constructor for class adams.flow.transformer.ObjectArrayToPrimitiveArray
 
ObjectCentersFromReport - Class in adams.flow.transformer.draw
Displays the centers of objects in the image, using data from the attached report.
Suffixes:
.x
.y
.width
.height
Optionally, if type information is available per object, the locations can be displayed in distinct colors per type.
ObjectCentersFromReport - Class in adams.gui.tools.previewbrowser
Displays the following image types with an overlay for the objects stored in the report with the same name (using object prefix 'Object.'): jpg,tif,tiff,bmp,gif,png,wbmp,jpeg

ObjectCentersFromReport() - Constructor for class adams.flow.transformer.draw.ObjectCentersFromReport
 
ObjectCentersFromReport() - Constructor for class adams.gui.tools.previewbrowser.ObjectCentersFromReport
 
ObjectCentersFromReport.CombinedPanel - Class in adams.gui.tools.previewbrowser
The panel for displaying the image.
ObjectCentersOverlayFromReport - Class in adams.gui.visualization.image
Displays the centers of objects in the image, using data from the attached report.
Suffixes:
.x
.y
.width
.height
Optionally, if type information is available per object, the locations can be displayed in distinct colors per type.
ObjectCentersOverlayFromReport - Class in adams.gui.visualization.object.overlay
ObjectCentersOverlayFromReport() - Constructor for class adams.gui.visualization.image.ObjectCentersOverlayFromReport
 
ObjectCentersOverlayFromReport() - Constructor for class adams.gui.visualization.object.overlay.ObjectCentersOverlayFromReport
 
ObjectContainer - Class in adams.data.container
Simple container for (serializable) objects that also offers notes and a report for storing meta-data.
ObjectContainer() - Constructor for class adams.data.container.ObjectContainer
Initializes the container.
ObjectContainerToObject - Class in adams.data.conversion
Obtains the object content of a adams.data.container.ObjectContainer and forwards that.
ObjectContainerToObject() - Constructor for class adams.data.conversion.ObjectContainerToObject
 
ObjectContentHandler - Interface in adams.gui.tools.previewbrowser
Interface for content handlers that can generate previews from objects as well, not just files.
ObjectCopyHelper - Class in adams.core
Helper class for copying objects.
ObjectCopyHelper() - Constructor for class adams.core.ObjectCopyHelper
 
ObjectCopyHelper.CopyType - Enum in adams.core
How to copy an object.
ObjectExporterFileChooser - Class in adams.gui.chooser
File chooser for object exporters..
ObjectExporterFileChooser() - Constructor for class adams.gui.chooser.ObjectExporterFileChooser
 
ObjectFileChooser - Class in adams.gui.chooser
A file chooser for objects.
ObjectFileChooser() - Constructor for class adams.gui.chooser.ObjectFileChooser
Constructs a ObjectFileChooser pointing to the user's default directory.
ObjectFileChooser(File) - Constructor for class adams.gui.chooser.ObjectFileChooser
Constructs a ObjectFileChooser using the given File as the path.
ObjectFileChooser(String) - Constructor for class adams.gui.chooser.ObjectFileChooser
Constructs a ObjectFileChooser using the given path.
ObjectFilter - Interface in adams.data.objectfilter
Interface for image object filters.
ObjectFinder - Interface in adams.data.objectfinder
Interface for finders that locate objects in the report of an image.
objectFinderTipText() - Method in class adams.data.objectfinder.AbstractMetaObjectFinder
Returns the tip text for this property.
ObjectInspectionViewer - Class in adams.gui.tools.previewbrowser
Allows to inspect objects like in the flow.
ObjectInspectionViewer() - Constructor for class adams.gui.tools.previewbrowser.ObjectInspectionViewer
 
objectiveTipText() - Method in class weka.classifiers.trees.XGBoost
Gets the tip-text for the objective option.
ObjectLocationsFromReport - Class in adams.flow.transformer.draw
Displays the locations of objects in the image, using data from the attached report.
Suffixes:
.x
.y
.width
.height
Optionally, if type information is available per object, the locations can be displayed in distinct colors per type.
ObjectLocationsFromReport - Class in adams.gui.tools.previewbrowser
Displays the following image types with an overlay for the objects stored in the report with the same name (using object prefix 'Object.'): report,report.gz

ObjectLocationsFromReport() - Constructor for class adams.flow.transformer.draw.ObjectLocationsFromReport
 
ObjectLocationsFromReport() - Constructor for class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
 
ObjectLocationsFromReport.CombinedPanel - Class in adams.gui.tools.previewbrowser
The panel for displaying the image.
ObjectLocationsFromSpreadSheet - Class in adams.gui.tools.previewbrowser
Displays the following image types with an overlay for the objects stored in the spreadsheet with the same name (using the spreadsheet reader's default extension) or with the specified alternative file suffix to the name (eg '-rois'): *

ObjectLocationsFromSpreadSheet() - Constructor for class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
 
ObjectLocationsFromSpreadSheet.CombinedPanel - Class in adams.gui.tools.previewbrowser
The panel for displaying the image.
ObjectLocationsOverlayFromReport - Class in adams.gui.visualization.image
Displays the locations of objects in the image, using data from the attached report.
Suffixes:
.x
.y
.width
.height
Optionally, if type information is available per object, the locations can be displayed in distinct colors per type.
ObjectLocationsOverlayFromReport - Class in adams.gui.visualization.object.overlay
ObjectLocationsOverlayFromReport() - Constructor for class adams.gui.visualization.image.ObjectLocationsOverlayFromReport
 
ObjectLocationsOverlayFromReport() - Constructor for class adams.gui.visualization.object.overlay.ObjectLocationsOverlayFromReport
 
ObjectLocationsSpreadSheetReader - Class in adams.data.io.input
Reads object locations from a spreadsheet into a report.
Top/left column is required.
Either right/bottom or width/height need to be supplied.
In addition, polygon coordinates (X and Y coordinates as comma-separated lists in two separate columns) can be read as well.
If the coordinates/dimensions represent normalized ones (ie 0-1), then specify the width/height of the image to relate them back to actual pixel-based sizes.
ObjectLocationsSpreadSheetReader() - Constructor for class adams.data.io.input.ObjectLocationsSpreadSheetReader
 
ObjectLocationsSpreadSheetWriter - Class in adams.data.io.output


ObjectLocationsSpreadSheetWriter() - Constructor for class adams.data.io.output.ObjectLocationsSpreadSheetWriter
 
ObjectOverlap - Interface in adams.data.objectoverlap
Interface for schemes that calculate image overlaps.
objectOverlapTipText() - Method in class adams.flow.transformer.compareobjectlocations.Combined
Returns the tip text for this property.
ObjectPrefixHandler - Interface in adams.flow.transformer.locateobjects
Interface for classes that manage a prefix for objects.
objectPrefixTipText() - Method in class adams.flow.transformer.NegativeRegions
Returns the tip text for this property.
ObjectPreview - Class in adams.flow.sink
Actor for previewing file contents.
ObjectPreview() - Constructor for class adams.flow.sink.ObjectPreview
 
ObjectPreview.FilePreviewDisplayPanel - Class in adams.flow.sink
Custom DisplayPanel.
ObjectRenderer - Interface in adams.gui.visualization.debug.objectrenderer
Interface for classes that render objects visually.
ObjectRetriever - Class in adams.flow.core
For retrieving objects from storage or source actors.
ObjectRetriever() - Constructor for class adams.flow.core.ObjectRetriever
 
ObjectRetriever.RetrievalType - Enum in adams.flow.core
The enumeration for the retrieval type.
Objects - Class in adams.data.image.transformer.subimages
Extracts sub-images defined by the objects that the object finder locates.
Objects() - Constructor for class adams.data.image.transformer.subimages.Objects
 
ObjectsInPolygon - Class in adams.data.objectfinder
Locates the objects that fall into the defined polygon.
Partial hits can be considered as well.
ObjectsInPolygon() - Constructor for class adams.data.objectfinder.ObjectsInPolygon
 
ObjectsInRegion - Class in adams.data.objectfinder
Locates the objects that fall into the defined region.
Partial hits can be considered as well.
ObjectsInRegion() - Constructor for class adams.data.objectfinder.ObjectsInRegion
 
objectStorageTipText() - Method in class adams.flow.core.ObjectRetriever
Returns the tip text for this property.
objectStorageTipText() - Method in class adams.flow.transformer.CollectionInsert
Returns the tip text for this property.
objectStorageTipText() - Method in class adams.flow.transformer.Mat5FileAddArray
Returns the tip text for this property.
objectStorageTipText() - Method in class adams.flow.transformer.Mat5FileAddMap
Returns the tip text for this property.
objectStorageTipText() - Method in class adams.flow.transformer.Mat5SetStructField
Returns the tip text for this property.
objectToFields(EmailContact) - Method in class adams.gui.tools.EmailAddressBookPanel
Updates the field with the specified object.
objectToFields(Bookmark) - Method in class adams.gui.tools.FileChooserBookmarksManagementPanel
Updates the field with the specified object.
objectToFields(T) - Method in class adams.gui.tools.AbstractManagementPanel
Updates the field with the specified object.
ObjectToObject - Class in adams.data.conversion
Dummy converter, does not perform any conversion.
ObjectToObject() - Constructor for class adams.data.conversion.ObjectToObject
 
ObjectToObjectContainer - Class in adams.data.conversion
Wraps the object in a adams.data.container.ObjectContainer, which allows the storage of meta-data using the attached report and/or notes.
ObjectToObjectContainer() - Constructor for class adams.data.conversion.ObjectToObjectContainer
 
objectToString(AbstractOption, Object, OptionTraversalPath) - Method in class adams.flow.processor.AbstractActorListingProcessor
Returns the string representation of the object that is added to the list.
objectToString(AbstractOption, Object, OptionTraversalPath) - Method in class adams.flow.processor.AbstractListingProcessor
Returns the string representation of the object that is to be added to the list.
objectToString(AbstractOption, Object, OptionTraversalPath) - Method in class adams.flow.processor.ListAnnotationTags
Returns the string representation of the object that is added to the list.
objectToString(AbstractOption, Object, OptionTraversalPath) - Method in class adams.flow.processor.ListDatabaseConnections
Returns the string representation of the object that is added to the list.
objectToString(AbstractOption, Object, OptionTraversalPath) - Method in class adams.flow.processor.ListObjectCommandlines
Returns the string representation of the object that is to be added to the list.
objectToString(AbstractOption, Object, OptionTraversalPath) - Method in class adams.flow.processor.ListStructureModifyingActors
Returns the string representation of the object that is added to the list.
objectToString(AbstractOption, Object, OptionTraversalPath) - Method in class adams.flow.processor.ListTODOs
Returns the string representation of the object that is added to the list.
objectToStrings(AbstractOption, Object, OptionTraversalPath) - Method in class adams.flow.processor.AbstractListingProcessor
Returns the string array representation of the object that is to be added to the list.
objectToSymbols(Object) - Static method in class adams.parser.MathematicalExpression
Helper method to turn an object into symbols used in the evaluation.
objectToSymbols(Object) - Static method in class adams.parser.StringExpression
Helper method to turn an object into symbols used in the evaluation.
objectTypeTipText() - Method in class adams.flow.core.ObjectRetriever
Returns the tip text for this property.
objectTypeTipText() - Method in class adams.flow.transformer.CollectionInsert
Returns the tip text for this property.
objectTypeTipText() - Method in class adams.flow.transformer.Mat5FileAddArray
Returns the tip text for this property.
objectTypeTipText() - Method in class adams.flow.transformer.Mat5FileAddMap
Returns the tip text for this property.
objectTypeTipText() - Method in class adams.flow.transformer.Mat5SetStructField
Returns the tip text for this property.
objectTypeTipText() - Method in class adams.flow.transformer.NegativeRegions
Returns the tip text for this property.
objectValue() - Method in class adams.core.base.BaseCommandLine
Returns the commandline as object.
ObjectViewer - Class in adams.flow.sink
Allows to inspect any object using ADAMS' inspection capabilities.
ObjectViewer() - Constructor for class adams.flow.sink.ObjectViewer
 
observe(PropertyPath.Path, PropertyDescriptor, Object, Object) - Method in class adams.core.discovery.DefaultPropertyDiscovery.HandlerObserver
Presents the current path, descriptor and object to the observer.
observe(PropertyPath.Path, PropertyDescriptor, Object, Object) - Method in interface adams.core.discovery.PropertyTraversal.Observer
Presents the current path, descriptor and object to the observer.
observe(PropertyPath.Path, PropertyDescriptor, Object, Object) - Method in class adams.data.conversion.AbstractSwapObject.SwapObserver
Presents the current path, descriptor and object to the observer.
OCTTREE - adams.data.jai.transformer.IndexedColors.ColorQuantizer
 
ODFHelper - Class in adams.core
Helper class for PDF-related stuff.
ODFHelper() - Constructor for class adams.core.ODFHelper
 
ODFSpreadSheetHandler - Class in adams.gui.tools.previewbrowser
Displays the following spreadsheet types: ods

Valid options are:

ODFSpreadSheetHandler() - Constructor for class adams.gui.tools.previewbrowser.ODFSpreadSheetHandler
 
ODFSpreadSheetReader - Class in adams.data.io.input
Reads ODF (Open Document Format) spreadsheet files.
If a row contains only empty cells, this is interpreted as the end of the sheet.
ODFSpreadSheetReader() - Constructor for class adams.data.io.input.ODFSpreadSheetReader
 
ODFSpreadSheetWriter - Class in adams.data.io.output
Writes ODF (Open Document Format) spreadsheet files.
ODFSpreadSheetWriter() - Constructor for class adams.data.io.output.ODFSpreadSheetWriter
 
OFF - adams.core.AutoOnOff
 
OFF - adams.core.logging.LoggingLevel
no logging.
offlineTipText() - Method in class adams.data.instances.AbstractInstanceGenerator
Returns the tip text for this property.
offlineTipText() - Method in interface adams.db.OptionalDatabaseConnectionUser
Returns the tip text for this property.
OffsetIndex - Class in adams.data.objectfilter
Offsets the object index.
OffsetIndex() - Constructor for class adams.data.objectfilter.OffsetIndex
 
offsetTipText() - Method in class adams.data.filter.AbstractEquiDistanceWithOffset
Returns the tip text for this property.
offsetTipText() - Method in class adams.data.jai.transformer.Brightness
Returns the tip text for this property.
offsetTipText() - Method in class adams.data.objectfilter.OffsetIndex
Returns the tip text for this property.
offsetTipText() - Method in class adams.flow.transformer.arraysubsetgeneration.EveryNth
Returns the tip text for this property.
offsetTipText() - Method in class adams.flow.transformer.arraysubsetgeneration.Percentage
Returns the tip text for this property.
offsetTipText() - Method in class adams.flow.transformer.ImageObjectIndexOffset
Returns the tip text for this property.
offsetTipText() - Method in class adams.gui.tools.spreadsheetviewer.chart.BarPlot
Returns the tip text for this property.
offsetTipText() - Method in class adams.gui.tools.spreadsheetviewer.chart.Histogram
Returns the tip text for this property.
offsetTipText() - Method in class adams.gui.visualization.sequence.BarPaintlet
Returns the tip text for this property.
offsetTipText() - Method in class adams.gui.visualization.sequence.StickPaintlet
Returns the tip text for this property.
offsetXTipText() - Method in class adams.gui.tools.previewbrowser.ImageClassificationHandler
Returns the tip text for this property.
offsetXTipText() - Method in class adams.gui.visualization.object.objectannotations.label.Anchored
Returns the tip text for this property.
offsetXTipText() - Method in class adams.gui.visualization.report.ReportDateFieldPaintlet
Returns the tip text for this property.
offsetXTipText() - Method in class adams.gui.visualization.timeseries.FixedTimestampPaintlet
Returns the tip text for this property.
offsetYTipText() - Method in class adams.gui.tools.previewbrowser.ImageClassificationHandler
Returns the tip text for this property.
offsetYTipText() - Method in class adams.gui.visualization.object.objectannotations.label.Anchored
Returns the tip text for this property.
offsetYTipText() - Method in class adams.gui.visualization.report.ReportDateFieldPaintlet
Returns the tip text for this property.
offsetYTipText() - Method in class adams.gui.visualization.timeseries.FixedTimestampPaintlet
Returns the tip text for this property.
OLD_ENGLISH - adams.flow.core.TesseractLanguage
 
OLD_FRENCH - adams.flow.core.TesseractLanguage
 
oldColorsTipText() - Method in class adams.data.image.transformer.ReplaceColors
Returns the tip text for this property.
oldFilterTipText() - Method in class adams.data.conversion.SwapPLS
Returns the tip text for this property.
oldLimitTipText() - Method in class adams.flow.processor.ChangeDatabaseConditionLimit
Returns the tip text for this property.
oldNameTipText() - Method in class adams.flow.processor.AbstractNameUpdater
Returns the tip text for this property.
oldNameTipText() - Method in class adams.flow.processor.UpdateCallableActorName
Returns the tip text for this property.
oldNameTipText() - Method in class adams.flow.processor.UpdateEventName
Returns the tip text for this property.
oldNameTipText() - Method in class adams.flow.processor.UpdateStorageName
Returns the tip text for this property.
oldNameTipText() - Method in class adams.flow.processor.UpdateVariableName
Returns the tip text for this property.
oldNumThreadsTipText() - Method in class adams.flow.processor.ChangeNumThreads
Returns the tip text for this property.
oldObjectTipText() - Method in class adams.data.conversion.SwapObjects
Returns the tip text for this property.
oldPathIsRegExpTipText() - Method in class adams.flow.processor.ChangePath
Returns the tip text for this property.
oldPathTipText() - Method in class adams.flow.processor.ChangePath
Returns the tip text for this property.
oldPrefixesTipText() - Method in class adams.flow.transformer.ChangeReportFieldPrefixes
Returns the tip text for this property.
oldTypeTipText() - Method in class adams.flow.processor.ChangeDisplayType
Returns the tip text for this property.
oldURLIsRegExpTipText() - Method in class adams.flow.processor.ChangeDatabaseConnection
Returns the tip text for this property.
oldURLTipText() - Method in class adams.flow.processor.ChangeDatabaseConnection
Returns the tip text for this property.
omitDirTimesTipText() - Method in class adams.flow.source.RSync
 
omitLinkTimesTipText() - Method in class adams.flow.source.RSync
 
omitMissingTipText() - Method in class adams.data.io.output.SimpleStreamSpreadSheetWriter
Returns the tip text for this property.
ON - adams.core.AutoOnOff
 
Once - Class in adams.flow.control
Tees off a token only once to its sub-actors.
However, this can be reset when the monitored variable changes.
Once() - Constructor for class adams.flow.control.Once
 
onceTipText() - Method in class adams.flow.template.OptionTraverser
Returns the tip text for this property.
onClose(int, String, boolean) - Method in class adams.flow.websocket.client.SimpleSend
On closing the connection.
onClose(int, String, boolean) - Method in class adams.flow.websocket.client.SimpleSendWithQueue
On closing the connection.
onClose(WebSocket, int, String, boolean) - Method in class adams.flow.websocket.server.EchoServer
Called after the websocket connection has been closed.
ONE_BEYOND_THREE_SIGMA - adams.data.statistics.SPCUtils.Rules
 
oneBasedCoordsTipText() - Method in class adams.data.image.transformer.subimages.Regions
Returns the tip text for this property.
oneBasedTipText() - Method in class adams.data.objectfinder.ObjectsInPolygon
Returns the tip text for this property.
oneBasedTipText() - Method in class adams.data.objectfinder.ObjectsInRegion
Returns the tip text for this property.
oneBasedTipText() - Method in class adams.flow.transformer.CountObjectsInPolygon
Returns the tip text for this property.
oneBasedTipText() - Method in class adams.flow.transformer.CountObjectsInRegion
Returns the tip text for this property.
oneDropTipText() - Method in class weka.classifiers.trees.XGBoost
Gets the tip-text for the oneDrop option.
oneFileSystemTipText() - Method in class adams.flow.source.RSync
 
ONEMISSING_MISSING - Static variable in class weka.filters.unsupervised.attribute.MergeManyAttributes
what to do if one is missing: missing.
ONEMISSING_MISSING - Static variable in class weka.filters.unsupervised.attribute.MergeTwoAttributes
what to do if one is missing: missing.
ONEMISSING_USE_FIRST_PRESENT - Static variable in class weka.filters.unsupervised.attribute.MergeManyAttributes
what to do if one is missing: use first present value.
ONEMISSING_USE_PRESENT - Static variable in class weka.filters.unsupervised.attribute.MergeTwoAttributes
what to do if one is missing: use present value.
oneMissingTipText() - Method in class weka.filters.unsupervised.attribute.MergeManyAttributes
Returns the tip text for this property.
oneMissingTipText() - Method in class weka.filters.unsupervised.attribute.MergeTwoAttributes
Returns the tip text for this property.
oneOffTipText() - Method in class adams.flow.execution.debug.AbstractBreakpoint
Returns the tip text for this property.
onError(WebSocket, Exception) - Method in class adams.flow.websocket.server.EchoServer
Called when errors occurs.
onError(Exception) - Method in class adams.flow.websocket.client.SimpleSend
In case of an error.
onError(Exception) - Method in class adams.flow.websocket.client.SimpleSendWithQueue
In case of an error.
onErrorTipText() - Method in class adams.flow.setup.FlowSetup
Returns the tip text for this property.
ones(int, int) - Static method in class edu.umbc.cs.maple.utils.JamaUtils
Make a matrix of ones.
OneTouchPanel - Class in adams.gui.core
Panel that can hide its content and make it visible using "arrow" buttons.
OneTouchPanel(OneTouchPanel.Location) - Constructor for class adams.gui.core.OneTouchPanel
Initializes the panel.
OneTouchPanel.Location - Enum in adams.gui.core
The location for the buttons when content is hidden.
onFinishTipText() - Method in class adams.flow.setup.FlowSetup
Returns the tip text for this property.
onInputTipText() - Method in class adams.flow.control.InputOutputListener
Returns the tip text for this property.
ONLY_HIGHEST_LABEL - adams.flow.transformer.ImageObjectOverlapMatrix.MatrixOutput
 
ONLY_MULTIINSTANCE - adams.flow.core.Capability
can handle multi-instance data.
onlyDummiesTipText() - Method in interface adams.db.ReportConditions
Returns the tip text for this property.
onlyFirstBatchTipText() - Method in class weka.filters.unsupervised.instance.AbstractRowFinderApplier
Returns the tip text for this property.
onlyFloatTipText() - Method in class adams.data.io.output.FixedTabularSpreadSheetWriter
Returns the tip text for this property.
onlyOverlapsTipText() - Method in class adams.flow.transformer.ImageObjectOverlapMatrix
Returns the tip text for this property.
onlyWarningTipText() - Method in class adams.data.filter.OutlierDetector
Returns the tip text for this property.
onlyWarningTipText() - Method in class adams.flow.transformer.OutlierDetector
Returns the tip text for this property.
onlyWriteBatchTipText() - Method in class adams.flow.source.RSync
 
onMessage(WebSocket, String) - Method in class adams.flow.websocket.server.EchoServer
Callback for string messages received from the remote host
onMessage(WebSocket, ByteBuffer) - Method in class adams.flow.websocket.server.EchoServer
Callback for binary messages received from the remote host
onMessage(String) - Method in class adams.flow.websocket.client.SimpleSend
When receiving a message.
onMessage(String) - Method in class adams.flow.websocket.client.SimpleSendWithQueue
When receiving a message.
OnOneSideViolations - Class in adams.data.spc
Flags a data point as violation if it is the start of consecutive sequence (of specified minimum length) of points that are all on one side.
OnOneSideViolations() - Constructor for class adams.data.spc.OnOneSideViolations
 
onOpen(ServerHandshake) - Method in class adams.flow.websocket.client.SimpleSend
On opening the connection.
onOpen(ServerHandshake) - Method in class adams.flow.websocket.client.SimpleSendWithQueue
On opening the connection.
onOpen(WebSocket, ClientHandshake) - Method in class adams.flow.websocket.server.EchoServer
Called after an opening handshake has been performed and the given websocket is ready to be written on.
onOutputTipText() - Method in class adams.flow.control.InputOutputListener
Returns the tip text for this property.
onPostExecuteTipText() - Method in class adams.flow.control.Breakpoint
Returns the tip text for this property.
onPostExecuteTipText() - Method in class adams.flow.execution.debug.AbstractBreakpoint
Returns the tip text for this property.
onPostInputTipText() - Method in class adams.flow.control.Breakpoint
Returns the tip text for this property.
onPostInputTipText() - Method in class adams.flow.execution.debug.AbstractBreakpoint
Returns the tip text for this property.
onPostOutputTipText() - Method in class adams.flow.control.Breakpoint
Returns the tip text for this property.
onPostOutputTipText() - Method in class adams.flow.execution.debug.AbstractBreakpoint
Returns the tip text for this property.
onPreExecuteTipText() - Method in class adams.flow.control.Breakpoint
Returns the tip text for this property.
onPreExecuteTipText() - Method in class adams.flow.execution.debug.AbstractBreakpoint
Returns the tip text for this property.
onPreInputTipText() - Method in class adams.flow.control.Breakpoint
Returns the tip text for this property.
onPreInputTipText() - Method in class adams.flow.execution.debug.AbstractBreakpoint
Returns the tip text for this property.
onPreOutputTipText() - Method in class adams.flow.control.Breakpoint
Returns the tip text for this property.
onPreOutputTipText() - Method in class adams.flow.execution.debug.AbstractBreakpoint
Returns the tip text for this property.
onProceed(AbstractWizardPage, AbstractWizardPage) - Method in class adams.gui.wizard.DummyProceedAction
Does nothing.
onProceed(C, N) - Method in interface adams.gui.wizard.ProceedAction
Performs the action associated with proceeding.
onTheFlyTipText() - Method in class adams.flow.condition.bool.WekaClassification
Returns the tip text for this property.
onTheFlyTipText() - Method in class adams.flow.core.AbstractExternalActor
Returns the tip text for this property.
onTheFlyTipText() - Method in interface adams.flow.core.DynamicInitializer
Returns the tip text for this property.
onTheFlyTipText() - Method in class adams.flow.source.WekaForecasting
Returns the tip text for this property.
onTheFlyTipText() - Method in class adams.flow.transformer.AbstractProcessWekaInstanceWithModel
Returns the tip text for this property.
onTheFlyTipText() - Method in class adams.flow.transformer.WekaReorderAttributesToReference
Returns the tip text for this property.
open() - Method in class adams.core.logging.RemoteSendHandler
Tries to open the socket.
open() - Method in class adams.flow.transformer.pdfproclet.PDFGenerator
Opens the document for writing.
open() - Method in class adams.gui.core.AbstractTextAreaPanelWithAdvancedSyntaxHighlighting
Pops up dialog to open a file.
open() - Method in class adams.gui.core.StyledTextEditorPanel
Pops up dialog to open a file.
open() - Method in class adams.gui.core.TextEditorPanel
Pops up dialog to open a file.
open() - Method in class adams.gui.flow.FlowControlCenterPanel
Opens a setup.
open() - Method in class adams.gui.flow.FlowEditorPanel
Opens a flow.
open() - Method in class adams.gui.flow.FlowRunnerPanel
Opens a flow.
open() - Method in class adams.gui.tools.ConsoleOutputAnalyzerPanel
Opens a dialog for the user to choose a file containing console output.
open() - Method in class adams.gui.tools.DatasetCompatibilityPanel
Brings up dialog for selecting files.
open() - Method in class adams.gui.tools.FileMonitorPanel
Prompts the user to select a file to monitor.
open() - Method in class adams.gui.tools.ImageProcessorPanel
Opens an image.
open() - Method in class adams.gui.tools.PropertiesViewerPanel
Presents the user with an input dialog to enter the props file.
open() - Method in class adams.gui.tools.SpreadSheetViewerPanel
Opens one or more CSV files.
open() - Method in class adams.gui.tools.XSLTPanel.SubPanel
Lets the user select a file to load.
open() - Method in class adams.gui.visualization.image.ImageViewerPanel
Opens an image.
open() - Method in class adams.gui.visualization.pdf.PDFViewerPanel
Opens one or more CSV files.
open() - Method in class weka.gui.explorer.ExplorerExt
Lets the user choose a file.
open(PlaceholderDirectory) - Method in class adams.gui.dialog.PreviewBrowserDialog
Previews the specified directory.
open(PlaceholderDirectory) - Method in class adams.gui.tools.PreviewBrowserPanel
Opens the specified directory.
open(PlaceholderFile) - Method in class adams.gui.dialog.PreviewBrowserDialog
Previews the specified file.
open(PlaceholderFile) - Method in class adams.gui.dialog.SimplePreviewBrowserDialog
Previews the specified file.
open(PlaceholderFile) - Method in class adams.gui.tools.PreviewBrowserPanel
Displays the specified file.
open(Properties) - Method in class adams.gui.tools.PropertiesViewerPanel
Displays the properties in the table.
open(File) - Method in class adams.gui.core.AbstractTextAreaPanelWithAdvancedSyntaxHighlighting
Opens the specified file and loads/displays the content, using UTF-8.
open(File) - Method in class adams.gui.core.StyledTextEditorPanel
Opens the specified file and loads/displays the content, using UTF-8.
open(File) - Method in class adams.gui.core.TextEditorPanel
Opens the specified file and loads/displays the content.
open(File) - Method in class adams.gui.dialog.TextDialog
Opens the specified file using UTF-8 and loads/displays the content.
open(File) - Method in class adams.gui.dialog.TextPanel
Opens the specified file using UTF-8 and loads/displays the content.
open(File) - Method in class adams.gui.tools.ConsoleOutputAnalyzerPanel
Opens the specified file with the console output, using UTF-8.
open(File) - Method in class adams.gui.tools.FileMonitorPanel
Monitors the specified file.
open(File) - Method in class adams.gui.tools.PropertiesViewerPanel
Opens the specified properties file and displays it.
open(File) - Method in class weka.gui.explorer.ExplorerExt
For opening an external file.
open(File[]) - Method in class adams.gui.tools.DatasetCompatibilityPanel
Opens the specified files, determines the loader automatically.
open(File[], AbstractFileLoader) - Method in class adams.gui.tools.DatasetCompatibilityPanel
Opens the specified files with the given loader.
open(File, String) - Method in class adams.gui.core.AbstractTextAreaPanelWithAdvancedSyntaxHighlighting
Opens the specified file and loads/displays the content.
open(File, String) - Method in class adams.gui.core.StyledTextEditorPanel
Opens the specified file and loads/displays the content.
open(File, String) - Method in class adams.gui.core.TextEditorPanel
Opens the specified file and loads/displays the content.
open(File, String) - Method in class adams.gui.dialog.TextDialog
Opens the specified file and loads/displays the content.
open(File, String) - Method in class adams.gui.dialog.TextPanel
Opens the specified file and loads/displays the content.
open(File, String) - Method in class adams.gui.tools.ConsoleOutputAnalyzerPanel
Opens the specified file with the console output.
openAddressBook() - Method in class adams.gui.selection.SelectEmailAddressPanel
Opens the address book.
openArchiveForReading(File, FileInputStream) - Static method in class adams.core.io.TarUtils
Returns an input stream for the specified tar archive.
openArchiveForWriting(File, FileOutputStream) - Static method in class adams.core.io.TarUtils
Returns an output stream for the specified tar archive.
openConfiguration() - Method in class adams.gui.tools.SpreadSheetProcessorPanel
Allows the user to load a previously saved configuration.
OpenContainingFolder - Class in adams.gui.flow.multipageaction
Opens the folder in the system's file browser that this flow is stored in.
OpenContainingFolder() - Constructor for class adams.gui.flow.multipageaction.OpenContainingFolder
 
OpenCVDeviceFrameGrabber - Class in adams.flow.source
Grabs frames from the specified device and forwards them as image containers.
OpenCVDeviceFrameGrabber() - Constructor for class adams.flow.source.OpenCVDeviceFrameGrabber
 
OpenCVFeatureGenerator - Class in adams.flow.transformer
Applies a OpenCV feature generator to the incoming image and outputs the generated features.
OpenCVFeatureGenerator() - Constructor for class adams.flow.transformer.OpenCVFeatureGenerator
 
OpenCVHelper - Class in adams.data.opencv
Helper methods for OpenCV.
OpenCVHelper() - Constructor for class adams.data.opencv.OpenCVHelper
 
OpenCVImageContainer - Class in adams.data.opencv
Encapsulates an OpenCV image.
OpenCVImageContainer() - Constructor for class adams.data.opencv.OpenCVImageContainer
 
OpenCVImageReader - Class in adams.data.io.input
Reads images using OpenCV.
OpenCVImageReader() - Constructor for class adams.data.io.input.OpenCVImageReader
 
OpenCVImageWriter - Class in adams.data.io.output
Writes images using OpenCV.
OpenCVImageWriter() - Constructor for class adams.data.io.output.OpenCVImageWriter
 
OpenCVMultiImageOperation - Class in adams.flow.transformer
Applies a BoofCV multi-image operation to the incoming image(s) and outputs the generated image(s).
OpenCVMultiImageOperation() - Constructor for class adams.flow.transformer.OpenCVMultiImageOperation
 
OpenCVToBufferedImage - Class in adams.data.conversion
Turns an OpenCV container into a BufferedImage one.
OpenCVToBufferedImage() - Constructor for class adams.data.conversion.OpenCVToBufferedImage
 
OpenCVTransformer - Class in adams.flow.transformer
Applies a OpenCV transformation to the incoming image and outputs the generated image(s).
OpenCVTransformer() - Constructor for class adams.flow.transformer.OpenCVTransformer
 
openDimensions() - Method in class adams.core.base.Mat5ArrayElementIndex
Returns the indices of the unspecified/open dimensions.
openFile() - Method in class adams.gui.tools.NestedFormatViewerPanel
Prompts user with file chooser to select file.
openFile() - Method in class adams.gui.tools.PreviewBrowserPanel
Lets the user select a file to preview.
openFile() - Method in class adams.gui.tools.wekainvestigator.InvestigatorPanel
Lets user select a dataset.
openFile(File) - Method in class adams.gui.tools.NestedFormatViewerPanel
Loads the specified file in nested format and displays it in the tree.
openFile(File) - Method in class adams.gui.tools.wekainvestigator.InvestigatorPanel
Lets user select a dataset.
OpenFile - Class in adams.flow.sink
Opens the incoming file with the appropriate platform-specific application.
Does nothing in a headless (non-graphical) environment.
OpenFile - Class in adams.gui.tools.previewbrowser.localfiles
Opens a file with the associated application.
OpenFile() - Constructor for class adams.flow.sink.OpenFile
 
OpenFile() - Constructor for class adams.gui.tools.previewbrowser.localfiles.OpenFile
Initializes the action.
openFiles() - Method in class adams.gui.tools.DiffPanel
Opens dialog for selecting two files and then comparing them.
openInput(BaseFileChooser, BaseTextAreaWithButtons) - Method in class adams.gui.tools.AbstractSimpleConversionPanel
Loads the data from a file.
openInput(BaseFileChooser, BaseTextAreaWithButtons) - Method in class adams.gui.tools.OptionsConversionPanel
Loads the data from a file.
openObject() - Method in class adams.gui.goe.GenericObjectEditor.GOEPanel
Opens an object from a file selected by the user.
openRecent(RecentItemEvent<JMenu, RecentFilesHandlerWithCommandline.Setup>) - Method in class adams.gui.tools.wekainvestigator.InvestigatorPanel
For opening a recently used file.
openRecent(RecentItemEvent<JMenu, File>) - Method in class weka.gui.explorer.ExplorerExt
For opening a recently used file.
openRecentResults(RecentItemEvent<JMenu, RecentFilesHandlerWithCommandline.Setup>) - Method in class adams.gui.tools.wekamultiexperimenter.ExperimenterPanel
For opening a recently used results file.
openRecentSetup(RecentItemEvent<JMenu, File>) - Method in class adams.gui.tools.wekamultiexperimenter.ExperimenterPanel
For opening a recently used experiment file.
openResults() - Method in class adams.gui.tools.wekamultiexperimenter.ExperimenterPanel
Loads the results from a file.
openResults(File, AbstractFileLoader) - Method in class adams.gui.tools.wekamultiexperimenter.ExperimenterPanel
Loads the results from the file.
openResultsDB() - Method in class adams.gui.tools.wekamultiexperimenter.ExperimenterPanel
Loads the results from a database.
openSetup() - Method in class adams.gui.tools.wekamultiexperimenter.ExperimenterPanel
Lets the user choose an experiment file.
openSetup(File) - Method in class adams.gui.tools.wekamultiexperimenter.ExperimenterPanel
For opening an experiment file.
openURL(Component, String) - Static method in class adams.gui.core.BrowserHelper
Opens the URL in the system's default browser.
openURL(Component, String, boolean) - Static method in class adams.gui.core.BrowserHelper
Opens the URL in the system's default browser.
openURL(Component, String, String, boolean) - Static method in class adams.gui.core.BrowserHelper
Opens the URL in a custom browser.
openURL(String) - Static method in class adams.gui.core.BrowserHelper
Opens the URL in the system's default browser.
openWorkspace() - Method in class adams.gui.workspace.AbstractSerializableWorkspaceManagerPanel
Opens a workspace.
openWorkspace() - Method in class weka.gui.explorer.MultiExplorer
Opens a workspace.
Operation - Enum in adams.core.io.fileoperations
Enumeration of file operations.
operationsTipText() - Method in class adams.flow.control.flowrestart.operation.MultiOperation
Returns the tip text for this property.
operationTipText() - Method in class adams.flow.condition.bool.HasExifTag
Returns the tip text for this property.
operationTipText() - Method in class adams.flow.control.flowrestart.TriggerManager
Returns the tip text for this property.
operationTipText() - Method in class adams.flow.transformer.BoofCVMultiImageOperation
Returns the tip text for this property.
operationTipText() - Method in class adams.flow.transformer.BufferedImageMultiImageOperation
Returns the tip text for this property.
operationTipText() - Method in class adams.flow.transformer.Draw
Returns the tip text for this property.
operationTipText() - Method in class adams.flow.transformer.ExifTagOperation
Returns the tip text for this property.
operationTipText() - Method in class adams.flow.transformer.ImageSegmentationContainerOperation
Returns the tip text for this property.
operationTipText() - Method in class adams.flow.transformer.MultiMapOperation
Returns the tip text for this property.
operationTipText() - Method in class adams.flow.transformer.MultiMat5MatrixOperation
Returns the tip text for this property.
operationTipText() - Method in class adams.flow.transformer.MultiSpreadSheetOperation
Returns the tip text for this property.
operationTipText() - Method in class adams.flow.transformer.OpenCVMultiImageOperation
Returns the tip text for this property.
operationTipText() - Method in class adams.flow.transformer.SpreadSheetRowBuffer
Returns the tip text for this property.
operationTipText() - Method in class adams.flow.transformer.WekaInstanceBuffer
Returns the tip text for this property.
OpexObjectLocationsReader - Class in adams.data.io.input
Reads object locations from JSON generated by the opex library.

See more:
https://github.com/WaikatoLink2020/objdet-predictions-exchange-format

OpexObjectLocationsReader() - Constructor for class adams.data.io.input.OpexObjectLocationsReader
 
OpexObjectLocationsWriter - Class in adams.data.io.output
Writes polygon annotations in VGG Image Annotator JSON format.
For more information, see:
http://www.robots.ox.ac.uk/~vgg/software/via/

OpexObjectLocationsWriter() - Constructor for class adams.data.io.output.OpexObjectLocationsWriter
 
OPLS - Class in adams.data.instancesanalysis.pls
OPLS() - Constructor for class adams.data.instancesanalysis.pls.OPLS
 
OpponentHistogram - Class in adams.data.lire.features
Generates features using net.semanticmetadata.lire.imageanalysis.features.global.OpponentHistogram.
For more information, see:
van de Sande, K.E.A., Gevers, T., Snoek, C.G.M.
OpponentHistogram() - Constructor for class adams.data.lire.features.OpponentHistogram
 
OptData - Class in adams.opt.optimise
Holds set of OptVars with current values.
OptData() - Constructor for class adams.opt.optimise.OptData
 
OPTIMAL - adams.gui.core.BaseTable.ColumnWidthApproach
 
optimalColumnWidthTipText() - Method in class adams.flow.sink.SpreadSheetDisplay
Returns the tip text for this property.
optimise(OptData, FitnessFunction) - Method in class adams.opt.optimise.AbstractOptimiser
Do the optimisation.
optimise(OptData, FitnessFunction) - Method in class adams.opt.optimise.GeneticAlgorithm
 
optimise(OptData, FitnessFunction) - Method in class adams.opt.optimise.GridSearch
Do grid Optimisation.
optimise(OptData, FitnessFunction) - Method in class adams.opt.optimise.RandomOptimiser
Do the optimisation.
optimise(OptData, FitnessFunction) - Method in class adams.opt.optimise.RefineRange
Do Optimisation.
optimise(OptData, FitnessFunction) - Method in class adams.opt.optimise.SplitSearch
Do grid Optimisation.
optimiserTipText() - Method in class adams.opt.optimise.RefineRange
Returns the tip text for this property.
optimization - package optimization
 
optimizerTipText() - Method in class adams.flow.transformer.WekaClassifierOptimizer
Returns the tip text for this property.
OPTION_BRIEF - Static variable in class adams.core.DiffUtils
the brief option.
OPTION_ENABLE_RESTART - Static variable in interface adams.core.management.RestartableApplication
the option for enabling restarting.
OPTION_INPUT - Static variable in class adams.data.io.input.AbstractSpreadSheetReader
 
OPTION_OUTPUT - Static variable in class adams.data.io.input.AbstractSpreadSheetReader
 
OPTION_PREFIX - Static variable in class adams.core.option.OptionUtils
the prefix for a regular option, instead of a hook.
OPTION_SIDEBYSIDE - Static variable in class adams.core.DiffUtils
the side-by-side option.
OPTION_UNIFIED - Static variable in class adams.core.DiffUtils
the unified option.
OptionalBoundingBoxFallbackSupporter - Interface in adams.data.objectoverlap
Interface for classes that can (optionally) fall back on a bbox when the polygon is too small in relation to the bbox.
OptionalCallableActor - Interface in adams.flow.core
Interface for actors that have an optional callable actor.
OptionalContainerOutput - Interface in adams.flow.container
Interface for actors that have optional container output.
OptionalDatabaseConnectionUser - Interface in adams.db
Interface for classes that make use of a database.
OptionalOneTimeInitializer - Interface in adams.flow.core
Interface for actors that can be fixed to be only initialized once.
OptionalPasswordPrompt - Interface in adams.flow.core
Interface for actors that prompt the user to enter a password in case no password currently provided.
OptionalPasswordPromptTransfer - Class in adams.core.optiontransfer
Transfers options between OptionalPasswordPrompt objects.
OptionalPasswordPromptTransfer() - Constructor for class adams.core.optiontransfer.OptionalPasswordPromptTransfer
 
OptionalRandomizable - Interface in adams.core
Interface for classes that have support optional randomization.
OptionalSampleArrayStatistic - Interface in adams.data.statistics
Interface for array statistics that either work on the population or on the sample.
OptionalStopRestrictor - Interface in adams.flow.core
Interface for stop restrictors that can turn on/off stop restrictions.
optionalTipText() - Method in class adams.flow.control.TimedSubProcess
Returns the tip text for this property.
optionalTipText() - Method in class adams.flow.control.TimedTee
Returns the tip text for this property.
optionalTipText() - Method in class adams.flow.control.TimedTrigger
Returns the tip text for this property.
optionalTipText() - Method in class adams.flow.core.AbstractCallableActor
Returns the tip text for this property.
optionalTipText() - Method in class adams.flow.core.AbstractCopyCallableActor
Returns the tip text for this property.
optionalTipText() - Method in interface adams.flow.core.OptionalCallableActor
Returns the tip text for this property.
optionalTipText() - Method in class adams.flow.transformer.WekaGeneticAlgorithm
Returns the tip text for this property.
OptionConsumer<C,​V> - Interface in adams.core.option
Interface for classes that set the option values based on the input data.
OptionConsumerWithOptionHandling<C,​V> - Interface in adams.core.option
Interface for option consumers that offer option handling.
OptionHandler - Interface in adams.core.option
An interface to indicate that this class can handle commandline options.
OPTIONHANDLER - adams.core.ObjectCopyHelper.CopyType
 
OptionHandlerInspectionHandler - Class in adams.gui.visualization.debug.inspectionhandler
Inspection handler for classes that support AbstractOptionHandler.
OptionHandlerInspectionHandler() - Constructor for class adams.gui.visualization.debug.inspectionhandler.OptionHandlerInspectionHandler
 
OptionHandlerJavadoc - Class in adams.doc.javadoc
Generates Javadoc comments from the OptionHandler's options.
OptionHandlerJavadoc() - Constructor for class adams.doc.javadoc.OptionHandlerJavadoc
 
OptionHandlerPropertyExtractor - Class in adams.gui.visualization.debug.propertyextractor
Extractor for objects supporting the OptionHandler interface.
OptionHandlerPropertyExtractor() - Constructor for class adams.gui.visualization.debug.propertyextractor.OptionHandlerPropertyExtractor
 
OptionHandlingLocaleSupporter - Interface in adams.core.management
Interface for option handlers that support a user-specified Locale.
OptionManager - Class in adams.core.option
Class for managing option definitions.
OptionManager(OptionHandler) - Constructor for class adams.core.option.OptionManager
Initializes the manager.
OptionManagerDefinition - Class in adams.env
Definition for the OptionManager props file.
OptionManagerDefinition() - Constructor for class adams.env.OptionManagerDefinition
 
OptionManagerException - Exception in adams.core.option
A runtime exception that gets thrown by the OptionManager.
OptionManagerException(Throwable) - Constructor for exception adams.core.option.OptionManagerException
Constructs a new optionmanager exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
OptionOutput - Class in adams.doc.listing
Creates a sub-directory for each module and stores the generated output in there, one file per class.
OptionOutput() - Constructor for class adams.doc.listing.OptionOutput
 
OptionProducer - Class in adams.flow.source
Generates string output from the current flow using the specified option producer.
OptionProducer - Class in adams.flow.transformer
Generates string output from the object passing through using the specified option producer.
OptionProducer<O,​I> - Interface in adams.core.option
Interface for classes that generate output from visiting the options.
OptionProducer() - Constructor for class adams.flow.source.OptionProducer
 
OptionProducer() - Constructor for class adams.flow.transformer.OptionProducer
 
OptionProducerWithOptionHandling<O,​I> - Interface in adams.core.option
Interface for option producers that offer option handling.
options - Variable in class adams.core.discovery.IntrospectionHelper.IntrospectionContainer
the options, if any.
OPTIONS_ENDTAG - Static variable in class adams.doc.javadoc.OptionHandlerJavadoc
the end comment tag for inserting the generated Javadoc.
OPTIONS_STARTTAG - Static variable in class adams.doc.javadoc.OptionHandlerJavadoc
the start comment tag for inserting the generated Javadoc.
optionsContainPlaceholderTipText() - Method in class adams.flow.source.PipExec
Returns the tip text for this property.
optionsContainPlaceholderTipText() - Method in class adams.flow.source.PythonExec
Returns the tip text for this property.
optionsContainPlaceholderTipText() - Method in class adams.flow.source.PythonVenvExec
Returns the tip text for this property.
optionsContainVariableTipText() - Method in class adams.flow.source.PipExec
Returns the tip text for this property.
optionsContainVariableTipText() - Method in class adams.flow.source.PythonExec
Returns the tip text for this property.
optionsContainVariableTipText() - Method in class adams.flow.source.PythonVenvExec
Returns the tip text for this property.
OptionsConversion - Class in adams.gui.menu
Displays the OptionsConversion dialog.
OptionsConversion() - Constructor for class adams.gui.menu.OptionsConversion
Initializes the menu item with no owner.
OptionsConversion(AbstractApplicationFrame) - Constructor for class adams.gui.menu.OptionsConversion
Initializes the menu item.
OptionsConversionPanel - Class in adams.gui.tools
Helper panel for converting options from format into another.
OptionsConversionPanel() - Constructor for class adams.gui.tools.OptionsConversionPanel
 
OptionsDefinition - Class in adams.env
Definition for the Options props file.
OptionsDefinition() - Constructor for class adams.env.OptionsDefinition
 
optionsPart() - Method in class adams.core.base.BaseCommandLine
Returns the options part of the command-line.
optionsStringTipText() - Method in class adams.core.command.AbstractAsyncCapableExternalCommandWithOptions
Returns the tip text for this property.
optionsStringTipText() - Method in class adams.core.command.AbstractExternalCommandWithOptions
Returns the tip text for this property.
optionsStringTipText() - Method in interface adams.core.command.ExternalCommandWithOptions
Returns the tip text for this property.
optionsTipText() - Method in class adams.core.command.AbstractAsyncCapableExternalCommandWithOptions
Returns the tip text for this property.
optionsTipText() - Method in class adams.core.command.AbstractExternalCommandWithOptions
Returns the tip text for this property.
optionsTipText() - Method in interface adams.core.command.ExternalCommandWithOptions
Returns the tip text for this property.
optionsTipText() - Method in class adams.flow.sink.Histogram
Returns the tip text for this property.
optionsTipText() - Method in class adams.flow.source.PipExec
Returns the tip text for this property.
optionsTipText() - Method in class adams.flow.standalone.JavaExec
Returns the tip text for this property.
OptionTraversalPath - Class in adams.core.option
Keeps track of the properties traversed so far.
OptionTraversalPath() - Constructor for class adams.core.option.OptionTraversalPath
 
OptionTraverser - Class in adams.flow.source
Traverses the options of the flow at run-time.
Used for debugging purposes.
OptionTraverser - Class in adams.flow.template
Generates a sub-flow that displays the result of the specified option traversal algorithm, e.g., for displaying currently attached variables.
OptionTraverser - Interface in adams.core.option
Interface for code that is being executed while traversing options.
OptionTraverser() - Constructor for class adams.flow.source.OptionTraverser
 
OptionTraverser() - Constructor for class adams.flow.template.OptionTraverser
 
OptionTraverser.TraversalStart - Enum in adams.flow.source
Defines where to start the traversal.
OptionTraverserWithResult<T> - Interface in adams.core.option
Interface for traversers that return a result.
OptionTraverserWithSpreadSheetDisplay - Class in adams.flow.template
Generates a sub-flow that displays the result of the specified option traversal algorithm, e.g., for displaying currently attached variables.
Displays the results in a table.
OptionTraverserWithSpreadSheetDisplay() - Constructor for class adams.flow.template.OptionTraverserWithSpreadSheetDisplay
 
OptionTree - Class in adams.gui.menu
Displays the OptionTree dialog.
OptionTree - Class in adams.gui.tools
Displays commandline options as tree.
OptionTree() - Constructor for class adams.gui.menu.OptionTree
Initializes the menu item with no owner.
OptionTree() - Constructor for class adams.gui.tools.OptionTree
 
OptionTree(AbstractApplicationFrame) - Constructor for class adams.gui.menu.OptionTree
Initializes the menu item.
OptionUtils - Class in adams.core.option
A helper class for option-related things.
OptionUtils() - Constructor for class adams.core.option.OptionUtils
 
OptVar - Class in adams.opt.optimise
Optimisation Variables.
OptVar(String, double, double) - Constructor for class adams.opt.optimise.OptVar
Initialise.
OptVar(String, double, double, boolean) - Constructor for class adams.opt.optimise.OptVar
Initialise.
Or - Class in adams.data.boofcv.multiimageoperation
Performs a logical OR on the binary pixels of the images.
Converts images automatically to type UNSIGNED_INT_8.
Or - Class in adams.data.image.multiimageoperation
Performs a logical OR on the binary pixels of the images.
Converts images automatically to type BufferedImage.TYPE_BYTE_BINARY.
Or - Class in adams.flow.condition.bool
Performs a logical OR over all its sub-conditions, i.e., it evaluates to 'true' if any of the sub-conditions evaluates to 'true' as well.
Or() - Constructor for class adams.data.boofcv.multiimageoperation.Or
 
Or() - Constructor for class adams.data.image.multiimageoperation.Or
 
Or() - Constructor for class adams.flow.condition.bool.Or
Default constructor.
Or(BooleanCondition[]) - Constructor for class adams.flow.condition.bool.Or
Initializes the object with the specified conditions.
OR - adams.core.io.filechanged.MultiMonitor.CombinationType
 
OR - adams.flow.execution.debug.MultiScopeRestriction.ScopeCombination
 
OR - Static variable in interface adams.parser.actorsuggestion.sym
 
OR - Static variable in interface adams.parser.booleanexpression.sym
 
OR - Static variable in interface adams.parser.externalactorsuggestion.sym
 
OR - Static variable in interface adams.parser.lookupupdate.sym
 
OR - Static variable in interface adams.parser.mathematicalexpression.sym
 
OR - Static variable in interface adams.parser.spreadsheetformula.sym
 
OR - Static variable in interface adams.parser.spreadsheetquery.sym
 
OR - Static variable in interface adams.parser.stringexpression.sym
 
OR - Static variable in interface adams.parser.templatesuggestion.sym
 
order - Variable in class adams.gui.visualization.segmentation.layer.CombinedLayer.CombinedLayerState
the order of the layers.
order(double, double) - Method in class adams.gui.visualization.core.plot.ContentPanel
swaps points if necessary, s.t., first is the smaller one.
order(int, int) - Method in class adams.gui.visualization.core.plot.ContentPanel
swaps points if necessary, s.t., first is the smaller one.
ORDER - Static variable in interface adams.parser.spreadsheetquery.sym
 
OrderedList - Class in adams.doc.docbook
A list in which each entry is marked with a sequentially incremented label.
OrderedList - Class in adams.doc.xhtml
The OL tag.
OrderedList() - Constructor for class adams.doc.docbook.OrderedList
Initializes the list.
OrderedList() - Constructor for class adams.doc.xhtml.OrderedList
Initializes the list.
orderTipText() - Method in class adams.data.filter.AbstractDerivative
Returns the tip text for this property.
orderTipText() - Method in class adams.data.imagesegmentation.filter.RemoveOverlaps
Returns the tip text for this property.
orderTipText() - Method in class adams.flow.transformer.SpreadSheetReorderColumns
Returns the tip text for this property.
orderTipText() - Method in class adams.flow.transformer.SpreadSheetReorderRows
Returns the tip text for this property.
OrFilter - Class in adams.flow.standalone.logevent
Combines the filter results using a boolean OR.
OrFilter() - Constructor for class adams.flow.standalone.logevent.OrFilter
 
ORGANIZATION - adams.core.TechnicalInformation.Field
The organization that sponsors a conference or that publishes a manual.
Orientation - Enum in adams.gui.visualization.core.axis
Enumeration for the axis orientation.
Orientation - Enum in adams.gui.visualization.jfreechart.chart
Enumeration of the possible orientations.
orientationTipText() - Method in class adams.data.jai.transformer.ChangeOrientation
Returns the tip text for this property.
orientationTipText() - Method in class adams.gui.visualization.jfreechart.chart.BarChart
Returns the tip text for this property.
orientationTipText() - Method in class adams.gui.visualization.jfreechart.chart.BubbleChart
Returns the tip text for this property.
orientationTipText() - Method in class adams.gui.visualization.jfreechart.chart.ScatterPlot
Returns the tip text for this property.
orientationTipText() - Method in class adams.gui.visualization.jfreechart.chart.XYLineChart
Returns the tip text for this property.
orientationVector(boolean[][]) - Static method in class adams.data.image.moments.MomentHelper
Computes the orientation vector.
OrientationVector - Class in adams.data.image.features
Generates a vector that
OrientationVector() - Constructor for class adams.data.image.features.OrientationVector
 
ORIGIN_UNKNOWN - Static variable in class adams.gui.tools.ConsoleOutputAnalyzerPanel.ConsoleOutputEntry
unknown origin.
ORIGINAL - adams.data.container.DataContainerUtils.GapFilling
adds data points with the original y.
originalIndices - Variable in class weka.classifiers.lazy.LWLDatasetBuilder.LWLContainer
the indices (from the training dataset).
originTipText() - Method in class adams.flow.transformer.SetArrayElement
Returns the tip text for this property.
originXTipText() - Method in class adams.data.jai.transformer.Rotate
Returns the tip text for this property.
originYTipText() - Method in class adams.data.jai.transformer.Rotate
Returns the tip text for this property.
OS - Class in adams.core.management
Helper class for operating system related stuff.
OS() - Constructor for class adams.core.management.OS
 
OS_BITNESS - Static variable in class adams.core.SystemInfo
the key for the OS bitness.
OS_ISANDROID - Static variable in class adams.core.SystemInfo
the key for the is android?.
OS_ISLINUX - Static variable in class adams.core.SystemInfo
the key for the is linux?.
OS_ISMAC - Static variable in class adams.core.SystemInfo
the key for the is mac?.
OS_ISWINDOWS - Static variable in class adams.core.SystemInfo
the key for the is windows?.
OS.OperatingSystems - Enum in adams.core.management
Enumeration of OS.
OSD_ONLY - adams.flow.core.TesseractPageSegmentation
 
OtherFormatToBufferedImageConversion - Interface in adams.data.conversion
Indicator interface for conversions that convert another format into a BufferedImageContainer.
otherParametersTipText() - Method in class weka.classifiers.trees.XGBoost
Gets the tip-text for the otherParameters option.
Otsu - Class in adams.data.boofcv.features
Computes the variance based threshold using Otsu's method from an input image (gray scale; boofcv.struct.image.GrayU8).

For more information see:
WikiPedia.
Otsu - Class in adams.data.opencv.features
Computes the threshold using Otsu's method

Otsu() - Constructor for class adams.data.boofcv.features.Otsu
 
Otsu() - Constructor for class adams.data.opencv.features.Otsu
 
OTSU - adams.data.boofcv.transformer.Binary.ThresholdType
using Otsu's method.
outbufTipText() - Method in class adams.flow.source.RSync
 
OuterProductAnalysis - Class in weka.filters.unsupervised.attribute
Performs Outer Product Analysis (OPA).

For more information, see:
Fabricio S.Terra, Raphael A.Viscarra Rossel, Jose A.M.Dematte (2019).
OuterProductAnalysis() - Constructor for class weka.filters.unsupervised.attribute.OuterProductAnalysis
 
outFormatTipText() - Method in class adams.flow.source.RSync
 
OutlierContainer - Class in adams.flow.container
A container for outlier data.
OutlierContainer() - Constructor for class adams.flow.container.OutlierContainer
Initializes the container.
OutlierContainer(SpreadSheet, SpreadSheet, SpreadSheet) - Constructor for class adams.flow.container.OutlierContainer
Initializes the container with no header.
OutlierDetector<T extends DataContainer> - Class in adams.data.filter
A filter that runs an outlier detector over the data and attaches the generated detections as notes to the chromatogram.
OutlierDetector - Class in adams.flow.transformer
Applies the outlier detector and either outputs the updated data container or a flow container with the data and the detection results.
OutlierDetector<T extends DataContainer> - Interface in adams.data.outlier
Interface for outlier detectors.
OutlierDetector() - Constructor for class adams.data.filter.OutlierDetector
 
OutlierDetector() - Constructor for class adams.flow.transformer.OutlierDetector
 
OutlierDetectorContainer - Class in adams.flow.container
Container to store outlier detection information.
OutlierDetectorContainer() - Constructor for class adams.flow.container.OutlierDetectorContainer
Initializes the container.
OutlierDetectorContainer(OutlierDetector, String[], DataContainer) - Constructor for class adams.flow.container.OutlierDetectorContainer
Initializes the container with the specified plot name and no X value.
OutlierPaintlet - Class in adams.flow.sink.sequenceplotter
Paintlet for drawing crosses at the X-Y positions of the data points.
OutlierPaintlet() - Constructor for class adams.flow.sink.sequenceplotter.OutlierPaintlet
 
outlineAlphaTipText() - Method in class adams.flow.transformer.draw.ObjectLocationsFromReport
Returns the tip text for this property.
outlineAlphaTipText() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
Returns the tip text for this property.
outlineAlphaTipText() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
Returns the tip text for this property.
outlineAlphaTipText() - Method in class adams.gui.visualization.image.ObjectLocationsOverlayFromReport
Returns the tip text for this property.
outlineColorsTipText() - Method in class adams.flow.transformer.draw.ObjectAnnotationsFromReport
Returns the tip text for this property.
outlineColorsTipText() - Method in class adams.gui.tools.previewbrowser.ObjectAnnotationsHandler
Returns the tip text for this property.
outlineColorsTipText() - Method in class adams.gui.tools.previewbrowser.ObjectAnnotationsReportHandler
Returns the tip text for this property.
outlineColorsTipText() - Method in class adams.gui.visualization.image.ObjectAnnotations
Returns the tip text for this property.
outlineColorsTipText() - Method in class adams.gui.visualization.object.overlay.ObjectAnnotations
Returns the tip text for this property.
OutlinePlotter - Interface in adams.gui.visualization.object.objectannotations.outline
Interface for classes that plot the outlines of shapes.
outlinePlottersTipText() - Method in class adams.flow.transformer.draw.ObjectAnnotationsFromReport
Returns the tip text for this property.
outlinePlottersTipText() - Method in class adams.gui.tools.previewbrowser.ObjectAnnotationsHandler
Returns the tip text for this property.
outlinePlottersTipText() - Method in class adams.gui.tools.previewbrowser.ObjectAnnotationsReportHandler
Returns the tip text for this property.
outlinePlottersTipText() - Method in class adams.gui.visualization.image.ObjectAnnotations
Returns the tip text for this property.
outlinePlottersTipText() - Method in class adams.gui.visualization.object.overlay.ObjectAnnotations
Returns the tip text for this property.
outlineSegmentsTipText() - Method in class adams.data.boofcv.transformer.SuperPixels
Returns the tip text for this property.
OutOfMemory - Class in adams.flow.control.errorpostprocessor
In case of an out of memory error, sends a log entry to the specified callable actor (if available).
OutOfMemory() - Constructor for class adams.flow.control.errorpostprocessor.OutOfMemory
 
OUTOFMEMORY - Static variable in class adams.flow.control.errorpostprocessor.OutOfMemory
 
output() - Method in class adams.core.command.AbstractExternalCommand
Returns the next line in the output.
output() - Method in interface adams.core.command.ExternalCommand
Returns the next line in the output.
output() - Method in class adams.flow.control.AbstractContainerUpdater
Returns the generated token.
output() - Method in class adams.flow.control.AbstractTee
Returns the generated token.
output() - Method in class adams.flow.control.ArrayGenerate
Returns the generated token.
output() - Method in class adams.flow.control.ArrayProcess
Returns the generated token.
output() - Method in class adams.flow.control.CallableActorScreenshot
Returns the generated token.
output() - Method in class adams.flow.control.ClearCallableDisplay
Returns the generated token.
output() - Method in class adams.flow.control.CloseCallableDisplay
Returns the generated token.
output() - Method in class adams.flow.control.CollectionProcess
Returns the generated token.
output() - Method in class adams.flow.control.DesktopScreenshot
Returns the generated token.
output() - Method in class adams.flow.control.Injector
Returns the generated token.
output() - Method in class adams.flow.control.InputOutputListener
Returns the generated token.
output() - Method in class adams.flow.control.LocalScopeTransformer
Returns the generated token.
output() - Method in class adams.flow.control.PlotProcessor
Returns the generated token.
output() - Method in class adams.flow.control.StorageValueSequence
Returns the generated token.
output() - Method in class adams.flow.control.SubProcess
Returns the generated token.
output() - Method in class adams.flow.control.Switch
Returns the generated token.
output() - Method in class adams.flow.control.TryCatch
Returns the generated token.
output() - Method in class adams.flow.control.UpdateCallableDisplay
Returns the generated token.
output() - Method in class adams.flow.control.UpdateProperties
Returns the generated token.
output() - Method in interface adams.flow.core.OutputProducer
Returns the generated token.
output() - Method in interface adams.flow.core.PyroOutputProducer
Returns the generated object.
output() - Method in class adams.flow.source.AbstractArrayProvider
Returns the generated token.
output() - Method in class adams.flow.source.AbstractBufferingSource
Returns the generated token.
output() - Method in class adams.flow.source.AbstractForLoop
Returns the generated token.
output() - Method in class adams.flow.source.AbstractInteractiveArrayProvider
Returns the generated token.
output() - Method in class adams.flow.source.AbstractPythonExecution
Returns the generated token.
output() - Method in class adams.flow.source.AbstractSimpleSource
Returns the generated token.
output() - Method in class adams.flow.source.AbstractSpreadSheetDbReader
Returns the generated token.
output() - Method in class adams.flow.source.AbstractWekaSetupGenerator
Returns the generated token.
output() - Method in class adams.flow.source.CallableSource
Returns the generated token.
output() - Method in class adams.flow.source.Command
Returns the generated token.
output() - Method in class adams.flow.source.CopyCallableSource
Returns the generated token.
output() - Method in class adams.flow.source.DeQueue
Returns the generated token.
output() - Method in class adams.flow.source.EnterManyValues
Returns the generated token.
output() - Method in class adams.flow.source.EnterValue
Returns the generated token.
output() - Method in class adams.flow.source.Exec
Returns the generated token.
output() - Method in class adams.flow.source.ExternalSource
Returns the generated token.
output() - Method in class adams.flow.source.ForLoop
Returns the generated token.
output() - Method in class adams.flow.source.Groovy
Returns the generated token.
output() - Method in class adams.flow.source.Idle
Returns the generated token.
output() - Method in class adams.flow.source.IncludeExternalSource
Always null.
output() - Method in class adams.flow.source.OpenCVDeviceFrameGrabber
Returns the generated token.
output() - Method in class adams.flow.source.PasteFromClipboard
Returns the generated token.
output() - Method in class adams.flow.source.pyrosource.AbstractPyroSource
Returns the generated object.
output() - Method in class adams.flow.source.Scripted
Returns the generated token.
output() - Method in class adams.flow.source.SelectCharset
Returns the generated token.
output() - Method in class adams.flow.source.SelectDateTime
Returns the generated token.
output() - Method in class adams.flow.source.SelectDirectory
Returns the generated token.
output() - Method in class adams.flow.source.SequenceSource
Returns the generated token.
output() - Method in class adams.flow.source.StorageForLoop
Returns the generated token.
output() - Method in class adams.flow.source.StorageValuesArray
Returns the generated token.
output() - Method in class adams.flow.source.SwitchedSource
Returns the generated token.
output() - Method in class adams.flow.source.TemplateSource
Returns the generated token.
output() - Method in class adams.flow.source.TimeseriesDbReader
Returns the generated token.
output() - Method in class adams.flow.source.VariablesArray
Returns the generated token.
output() - Method in class adams.flow.source.WekaDatabaseReader
Returns the generated token.
output() - Method in class adams.flow.transformer.AbstractArrayProvider
Returns the generated token.
output() - Method in class adams.flow.transformer.AbstractDataContainerFileImport
Returns the generated token.
output() - Method in class adams.flow.transformer.AbstractDataContainerFileReader
Returns the generated token.
output() - Method in class adams.flow.transformer.AbstractReportFileImport
Returns the generated token.
output() - Method in class adams.flow.transformer.AbstractTransformer
Returns the generated token.
output() - Method in class adams.flow.transformer.ArrayCombinations
Returns the generated token.
output() - Method in class adams.flow.transformer.ArrayToChunks
Returns the generated token.
output() - Method in class adams.flow.transformer.ArrayToSequence
Returns the generated token.
output() - Method in class adams.flow.transformer.BinaryFileReader
Returns the generated token.
output() - Method in class adams.flow.transformer.BoofCVFeatureGenerator
Returns the generated token.
output() - Method in class adams.flow.transformer.BoofCVMultiImageOperation
Returns the generated token.
output() - Method in class adams.flow.transformer.BufferedImageFeatureGenerator
Returns the generated token.
output() - Method in class adams.flow.transformer.BufferedImageMultiImageOperation
Returns the generated token.
output() - Method in class adams.flow.transformer.CallableTransformer
Returns the generated token.
output() - Method in class adams.flow.transformer.CollectionToSequence
Returns the generated token.
output() - Method in class adams.flow.transformer.CopyCallableTransformer
Returns the generated token.
output() - Method in class adams.flow.transformer.ExternalTransformer
Returns the generated token.
output() - Method in class adams.flow.transformer.FileTailer
Returns the generated token.
output() - Method in class adams.flow.transformer.Groovy
Returns the generated token.
output() - Method in class adams.flow.transformer.IncludeExternalTransformer
Always null.
output() - Method in class adams.flow.transformer.MakeForecastPlotContainer
Returns the generated token.
output() - Method in class adams.flow.transformer.MapVariableIterator
Returns the generated token.
output() - Method in class adams.flow.transformer.MultiMat5MatrixOperation
Returns the generated token.
output() - Method in class adams.flow.transformer.OpenCVFeatureGenerator
Returns the generated token.
output() - Method in class adams.flow.transformer.OpenCVMultiImageOperation
Returns the generated token.
output() - Method in class adams.flow.transformer.PassThrough
Returns the generated token.
output() - Method in class adams.flow.transformer.PDFExtractImages
Returns the generated token.
output() - Method in class adams.flow.transformer.PDFRenderPages
Returns the generated token.
output() - Method in class adams.flow.transformer.pyrotransformer.AbstractPyroTransformer
Returns the generated object.
output() - Method in class adams.flow.transformer.Scripted
Returns the generated token.
output() - Method in class adams.flow.transformer.SetProperty
Returns the generated token.
output() - Method in class adams.flow.transformer.SpreadSheetFileReader
Returns the generated token.
output() - Method in class adams.flow.transformer.SpreadSheetGetColumnIndex
Returns the generated token.
output() - Method in class adams.flow.transformer.SpreadSheetRowBuffer
Returns the generated token.
output() - Method in class adams.flow.transformer.SpreadSheetStorageRowIterator
Returns the generated token.
output() - Method in class adams.flow.transformer.SpreadSheetSubsetByValue
Returns the generated token.
output() - Method in class adams.flow.transformer.SpreadSheetVariableRowIterator
Returns the generated token.
output() - Method in class adams.flow.transformer.TemplateTransformer
Returns the generated token.
output() - Method in class adams.flow.transformer.TextFileReader
Returns the generated token.
output() - Method in class adams.flow.transformer.TimeseriesFeatureGenerator
Returns the generated token.
output() - Method in class adams.flow.transformer.TimeseriesInfo
Returns the generated token.
output() - Method in class adams.flow.transformer.UpdateProperty
Returns the generated token.
output() - Method in class adams.flow.transformer.WekaAccumulatedError
Returns the generated token.
output() - Method in class adams.flow.transformer.WekaCrossValidationSplit
Returns the generated token.
output() - Method in class adams.flow.transformer.WekaFileReader
Returns the generated token.
output() - Method in class adams.flow.transformer.WekaInstanceBuffer
Returns the generated token.
output() - Method in class adams.flow.transformer.WekaInstanceStreamPlotGenerator
Returns the generated token.
output() - Method in class adams.flow.transformer.WekaMultiLabelSplitter
Returns the generated token.
output() - Method in class adams.flow.transformer.WekaSubsets
Returns the generated token.
output(String) - Method in class adams.core.management.AbstractOutputPrinter
Outputs the specified line.
output(String) - Method in class adams.core.management.DefaultOutputPrinter
Outputs the specified line.
output(String) - Method in class adams.core.management.LoggingObjectOutputPrinter
Outputs the specified line.
output(String) - Method in class adams.core.management.RecordingOutputPrinter
Outputs the specified line.
output(String) - Method in class adams.core.TimeIt
Outputs the message.
Output(String, Component, String) - Constructor for class adams.gui.flow.tabhandler.GraphicalActorProcessorHandler.Output
Initializes the container.
OUTPUT - adams.flow.transformer.StringArraySplit.RemainderHandling
 
OUTPUT_DATA - adams.gui.event.SpreadSheetProcessorEvent.EventType
data to be output.
OUTPUT_KEY - adams.data.groupextraction.SpreadSheetCellWithLookUp.MissingLookUpKey
output the key.
OUTPUT_KEY - adams.flow.core.MissingLookUpKey
output the key.
OUTPUT_MISSING_VALUE - adams.data.groupextraction.SpreadSheetCellWithLookUp.MissingLookUpKey
output the missing value.
OUTPUT_MISSING_VALUE - adams.flow.core.MissingLookUpKey
output the missing value.
outputAdditionalStatsTipText() - Method in class weka.classifiers.functions.LinearRegressionJ
Returns the tip text for this property.
outputAdditionalStatsTipText() - Method in class weka.classifiers.functions.SimpleLinearRegressionWithAccess
Returns the tip text for this property.
outputAllTipText() - Method in class adams.data.conversion.NotesSubset
Returns the tip text for this property.
outputAllTipText() - Method in class adams.flow.sink.NotesWriter
Returns the tip text for this property.
outputArrayTipText() - Method in interface adams.core.ArrayProvider
Returns the tip text for this property.
outputArrayTipText() - Method in interface adams.flow.core.ArrayProvider
Returns the tip text for this property.
outputArrayTipText() - Method in class adams.flow.source.AbstractArrayProvider
Returns the tip text for this property.
outputArrayTipText() - Method in class adams.flow.source.AbstractDatabaseIdSupplier
Returns the tip text for this property.
outputArrayTipText() - Method in class adams.flow.source.AbstractIdSupplier
Returns the tip text for this property.
outputArrayTipText() - Method in class adams.flow.source.AbstractInstrumentSupplier
Returns the tip text for this property.
outputArrayTipText() - Method in class adams.flow.source.AbstractInteractiveArrayProvider
Returns the tip text for this property.
outputArrayTipText() - Method in class adams.flow.source.AbstractListTables
Returns the tip text for this property.
outputArrayTipText() - Method in class adams.flow.source.AbstractWekaSetupGenerator
Returns the tip text for this property.
outputArrayTipText() - Method in class adams.flow.source.ColorProvider
Returns the tip text for this property.
outputArrayTipText() - Method in class adams.flow.source.DirectoryLister
Returns the tip text for this property.
outputArrayTipText() - Method in class adams.flow.source.DirectorySupplier
Returns the tip text for this property.
outputArrayTipText() - Method in class adams.flow.source.FileSupplier
Returns the tip text for this property.
outputArrayTipText() - Method in class adams.flow.source.FileSystemSearch
Returns the tip text for this property.
outputArrayTipText() - Method in class adams.flow.source.ForLoop
Returns the tip text for this property.
outputArrayTipText() - Method in class adams.flow.source.FTPLister
Deprecated.
Returns the tip text for this property.
outputArrayTipText() - Method in class adams.flow.source.IntegerRange
Returns the tip text for this property.
outputArrayTipText() - Method in class adams.flow.source.LargeObjectDbReader
Returns the tip text for this property.
outputArrayTipText() - Method in class adams.flow.source.ListCallableActors
Returns the tip text for this property.
outputArrayTipText() - Method in class adams.flow.source.ListEnvironmentVariables
Returns the tip text for this property.
outputArrayTipText() - Method in class adams.flow.source.ListStorageNames
Returns the tip text for this property.
outputArrayTipText() - Method in class adams.flow.source.ListSystemProperties
Returns the tip text for this property.
outputArrayTipText() - Method in class adams.flow.source.ListVariables
Returns the tip text for this property.
outputArrayTipText() - Method in class adams.flow.source.RandomNumberGenerator
Returns the tip text for this property.
outputArrayTipText() - Method in class adams.flow.source.SelectFile
Returns the tip text for this property.
outputArrayTipText() - Method in class adams.flow.source.SelectObjects
Returns the tip text for this property.
outputArrayTipText() - Method in class adams.flow.source.StringConstants
Returns the tip text for this property.
outputArrayTipText() - Method in class adams.flow.source.URLSupplier
Returns the tip text for this property.
outputArrayTipText() - Method in class adams.flow.source.WekaSelectDataset
Returns the tip text for this property.
outputArrayTipText() - Method in class adams.flow.source.WekaSelectObjects
Returns the tip text for this property.
outputArrayTipText() - Method in class adams.flow.transformer.AbstractArrayProvider
Returns the tip text for this property.
outputArrayTipText() - Method in class adams.flow.transformer.AbstractDataContainerFileReader
Returns the tip text for this property.
outputArrayTipText() - Method in class adams.flow.transformer.AccessDatabaseInfo
Returns the tip text for this property.
outputArrayTipText() - Method in class adams.flow.transformer.ArrayHistogramRanges
Returns the tip text for this property.
outputArrayTipText() - Method in class adams.flow.transformer.BinaryFileReader
Returns the tip text for this property.
outputArrayTipText() - Method in class adams.flow.transformer.BoofCVMultiImageOperation
Returns the tip text for this property.
outputArrayTipText() - Method in class adams.flow.transformer.BoofCVTransformer
Returns the tip text for this property.
outputArrayTipText() - Method in class adams.flow.transformer.BufferedImageMultiImageOperation
Returns the tip text for this property.
outputArrayTipText() - Method in class adams.flow.transformer.BufferedImageTransformer
Returns the tip text for this property.
outputArrayTipText() - Method in class adams.flow.transformer.ControlChart
Returns the tip text for this property.
outputArrayTipText() - Method in class adams.flow.transformer.EmailFileReader
Returns the tip text for this property.
outputArrayTipText() - Method in class adams.flow.transformer.GetImageObjectIndices
Returns the tip text for this property.
outputArrayTipText() - Method in class adams.flow.transformer.GetImageObjects
Returns the tip text for this property.
outputArrayTipText() - Method in class adams.flow.transformer.GetJsonKeys
Returns the tip text for this property.
outputArrayTipText() - Method in class adams.flow.transformer.GetJsonValue
Returns the tip text for this property.
outputArrayTipText() - Method in class adams.flow.transformer.GetMapKeys
Returns the tip text for this property.
outputArrayTipText() - Method in class adams.flow.transformer.GetProperties
Returns the tip text for this property.
outputArrayTipText() - Method in class adams.flow.transformer.GetPropertyNames
Returns the tip text for this property.
outputArrayTipText() - Method in class adams.flow.transformer.GetPropertyValue
Returns the tip text for this property.
outputArrayTipText() - Method in class adams.flow.transformer.GroupByRegExp
Returns the tip text for this property.
outputArrayTipText() - Method in class adams.flow.transformer.LocateObjects
Returns the tip text for this property.
outputArrayTipText() - Method in class adams.flow.transformer.Mat5ArrayInfo
Returns the tip text for this property.
outputArrayTipText() - Method in class adams.flow.transformer.Mat5FileInfo
Returns the tip text for this property.
outputArrayTipText() - Method in class adams.flow.transformer.Mat5StructInfo
Returns the tip text for this property.
outputArrayTipText() - Method in class adams.flow.transformer.MatchReportFields
Returns the tip text for this property.
outputArrayTipText() - Method in class adams.flow.transformer.MultiMat5MatrixOperation
Returns the tip text for this property.
outputArrayTipText() - Method in class adams.flow.transformer.OpenCVMultiImageOperation
Returns the tip text for this property.
outputArrayTipText() - Method in class adams.flow.transformer.OpenCVTransformer
Returns the tip text for this property.
outputArrayTipText() - Method in class adams.flow.transformer.PDFInfo
Returns the tip text for this property.
outputArrayTipText() - Method in class adams.flow.transformer.PrepareFileBasedDataset
Returns the tip text for this property.
outputArrayTipText() - Method in class adams.flow.transformer.ReportField
Returns the tip text for this property.
outputArrayTipText() - Method in class adams.flow.transformer.ReportFileReader
Returns the tip text for this property.
outputArrayTipText() - Method in class adams.flow.transformer.SpreadSheetCellFinder
Returns the tip text for this property.
outputArrayTipText() - Method in class adams.flow.transformer.SpreadSheetColumnIterator
Returns the tip text for this property.
outputArrayTipText() - Method in class adams.flow.transformer.SpreadSheetExtractArray
Returns the tip text for this property.
outputArrayTipText() - Method in class adams.flow.transformer.SpreadSheetFileReader
Returns the tip text for this property.
outputArrayTipText() - Method in class adams.flow.transformer.SpreadSheetGetCell
Returns the tip text for this property.
outputArrayTipText() - Method in class adams.flow.transformer.SpreadSheetHistogramRanges
Returns the tip text for this property.
outputArrayTipText() - Method in class adams.flow.transformer.SpreadSheetInfo
Returns the tip text for this property.
outputArrayTipText() - Method in class adams.flow.transformer.SpreadSheetPlotGenerator
Returns the tip text for this property.
outputArrayTipText() - Method in class adams.flow.transformer.SpreadSheetRowToTimeseries
Returns the tip text for this property.
outputArrayTipText() - Method in class adams.flow.transformer.SpreadSheetToTimeseries
Returns the tip text for this property.
outputArrayTipText() - Method in class adams.flow.transformer.StringArraySplit
Returns the tip text for this property.
outputArrayTipText() - Method in class adams.flow.transformer.StringJoin
Returns the tip text for this property.
outputArrayTipText() - Method in class adams.flow.transformer.TimeseriesSplit
Returns the tip text for this property.
outputArrayTipText() - Method in class adams.flow.transformer.ViaAnnotationsToReports
Returns the tip text for this property.
outputArrayTipText() - Method in class adams.flow.transformer.WekaAttributeIterator
Returns the tip text for this property.
outputArrayTipText() - Method in class adams.flow.transformer.WekaEvaluationPostProcessor
Returns the tip text for this property.
outputArrayTipText() - Method in class adams.flow.transformer.WekaGeneticAlgorithm
Returns the tip text for this property.
outputArrayTipText() - Method in class adams.flow.transformer.WekaInstancesHistogramRanges
Returns the tip text for this property.
outputArrayTipText() - Method in class adams.flow.transformer.WekaInstancesInfo
Returns the tip text for this property.
outputArrayTipText() - Method in class adams.flow.transformer.WekaRandomSplit
Returns the tip text for this property.
outputArrayTipText() - Method in class adams.flow.transformer.WekaSplitGenerator
Returns the tip text for this property.
outputAsDisplayedTipText() - Method in class adams.data.io.output.CsvSpreadSheetWriter
Returns the tip text for this property.
outputAsDisplayedTipText() - Method in class adams.data.io.output.ExcelSpreadSheetWriter
Returns the tip text for this property.
outputAsDisplayedTipText() - Method in class adams.data.io.output.ExcelStreamingSpreadSheetWriter
Returns the tip text for this property.
outputAsDisplayedTipText() - Method in class adams.data.io.output.ODFSpreadSheetWriter
Returns the tip text for this property.
outputAsDisplayedTipText() - Method in interface adams.data.io.output.SpreadSheetWriterWithFormulaSupport
Returns the tip text for this property.
outputAsStringTipText() - Method in class adams.flow.source.SelectDateTime
Returns the tip text for this property.
outputBaseTipText() - Method in class adams.flow.transformer.TesseractOCR
Returns the tip text for this property.
outputBestSetupTipText() - Method in class adams.flow.transformer.WekaClassifierRanker
Returns the tip text for this property.
outputChangeListeners() - Method in class adams.db.AbstractDatabaseConnection
Outputs the change listeners if debugging is on.
outputClassnameTipText() - Method in class adams.core.option.FlowStructureDotProducer
Returns the tip text for this property.
outputClassnameTipText() - Method in class adams.core.option.FlowStructureGraphMLProducer
Returns the tip text for this property.
outputClasspathTipText() - Method in class adams.core.option.CompactFlowProducer
Returns the tip text for this property.
outputClasspathTipText() - Method in class adams.core.option.NestedProducer
Returns the tip text for this property.
outputCommandlineTipText() - Method in class adams.flow.source.RSync
 
outputCommandlineTipText() - Method in class adams.flow.source.SimpleRSync
 
outputCommentsTipText() - Method in class adams.data.io.output.CsvSpreadSheetWriter
Returns the tip text for this property.
outputContainerTipText() - Method in interface adams.flow.container.OptionalContainerOutput
Returns the tip text for this property.
outputContainerTipText() - Method in class adams.flow.transformer.AbstractDataContainerDbWriter
Returns the tip text for this property.
outputContainerTipText() - Method in class adams.flow.transformer.AbstractFilter
Returns the tip text for this property.
outputContainerTipText() - Method in class adams.flow.transformer.OutlierDetector
Returns the tip text for this property.
outputContainerTipText() - Method in class adams.flow.transformer.WekaFilter
Returns the tip text for this property.
outputCountsTipText() - Method in class adams.flow.processor.CheckActorReferenceUsage
Returns the tip text for this property.
outputCountsTipText() - Method in class adams.flow.processor.CheckStorageUsage
Returns the tip text for this property.
outputCountsTipText() - Method in class adams.flow.processor.CheckVariableUsage
Returns the tip text for this property.
outputDatabaseIDTipText() - Method in class adams.flow.sink.NotesWriter
Returns the tip text for this property.
outputDataset(double, Instances) - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm.ClassifierBasedGeneticAlgorithmJob
Saves the instances to a file.
outputDateTimeTypeTipText() - Method in class adams.data.conversion.ConvertDateTimeType
Returns the tip text for this property.
outputDateTimeTypeTipText() - Method in class adams.flow.transformer.DateTimeTypeDifference
Returns the tip text for this property.
outputDefaultValuesTipText() - Method in class adams.core.option.AbstractJavaCodeProducer
Returns the tip text for this property.
outputDefaultValuesTipText() - Method in class adams.core.option.XhtmlProducer
Returns the tip text for this property.
outputDestinationTipText() - Method in class adams.flow.control.InputOutputListener
Returns the tip text for this property.
outputDirectoryTipText() - Method in class adams.flow.transformer.FTPGet
Returns the tip text for this property.
outputDirectoryTipText() - Method in class adams.flow.transformer.ScpFrom
Returns the tip text for this property.
outputDirectoryTipText() - Method in class adams.flow.transformer.SFTPGet
Returns the tip text for this property.
outputDirectoryTipText() - Method in class adams.flow.transformer.SMBGet
Returns the tip text for this property.
outputDirectoryTipText() - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm
Returns the tip text for this property.
outputDirectoryTipText() - Method in class adams.opt.optimise.genetic.fitnessfunctions.AbstractWEKAFitnessFunction
Returns the tip text for this property.
outputDirTipText() - Method in class adams.doc.listing.OptionOutput
Returns the tip text for this property.
outputDirTipText() - Method in class adams.flow.sink.NotesWriter
Returns the tip text for this property.
outputDirTipText() - Method in class adams.flow.transformer.AbstractDataContainerFileWriter
Returns the tip text for this property.
outputDirTipText() - Method in class adams.flow.transformer.AbstractMultiDecompress
Returns the tip text for this property.
outputDirTipText() - Method in class adams.flow.transformer.AbstractReportFileWriter
Returns the tip text for this property.
outputDirTipText() - Method in class adams.gui.visualization.multiobjectexport.DirectoryExport
Returns the tip text for this property.
outputDistributionTipText() - Method in class adams.flow.transformer.wekaclusterer.AddCluster
Returns the tip text for this property.
outputErrorsTipText() - Method in class adams.data.conversion.NotesSubset
Returns the tip text for this property.
outputErrorsTipText() - Method in class adams.flow.sink.NotesWriter
Returns the tip text for this property.
OutputFileGenerator - Interface in adams.tools
For tools that generate an output file.
outputFileTipText() - Method in interface adams.core.io.FileWriter
Returns the tip text for this property.
outputFileTipText() - Method in class adams.doc.listing.AbstractFileBasedListingOutput
Returns the tip text for this property.
outputFileTipText() - Method in class adams.doc.listing.HtmlOutput
Returns the tip text for this property.
outputFileTipText() - Method in class adams.doc.listing.MarkdownOutput
Returns the tip text for this property.
outputFileTipText() - Method in class adams.flow.control.DesktopScreenshot
Returns the tip text for this property.
outputFileTipText() - Method in class adams.flow.control.HeapDump
Returns the tip text for this property.
outputFileTipText() - Method in class adams.flow.sink.AbstractFileWriter
Returns the tip text for this property.
outputFileTipText() - Method in class adams.flow.sink.AbstractWekaModelWriter
Returns the tip text for this property.
outputFileTipText() - Method in class adams.flow.sink.BinaryFileWriter
Returns the tip text for this property.
outputFileTipText() - Method in class adams.flow.sink.DownloadFile
Returns the tip text for this property.
outputFileTipText() - Method in class adams.flow.sink.DumpFile
Returns the tip text for this property.
outputFileTipText() - Method in class adams.flow.sink.EmailFileWriter
Returns the tip text for this property.
outputFileTipText() - Method in class adams.flow.sink.FlowFileWriter
 
outputFileTipText() - Method in class adams.flow.sink.ImageFileWriter
Returns the tip text for this property.
outputFileTipText() - Method in class adams.flow.sink.ImageSegmentationFileWriter
Returns the tip text for this property.
outputFileTipText() - Method in class adams.flow.sink.IndexedSplitsRunsWriter
Returns the tip text for this property.
outputFileTipText() - Method in class adams.flow.sink.JFreeChartFileWriter
Returns the tip text for this property.
outputFileTipText() - Method in class adams.flow.sink.JsonFileWriter
Returns the tip text for this property.
outputFileTipText() - Method in class adams.flow.sink.LogDumper
Returns the tip text for this property.
outputFileTipText() - Method in class adams.flow.sink.Mat5FileWriter
Returns the tip text for this property.
outputFileTipText() - Method in class adams.flow.sink.MergeFiles
Returns the tip text for this property.
outputFileTipText() - Method in class adams.flow.sink.PasteFiles
Returns the tip text for this property.
outputFileTipText() - Method in class adams.flow.sink.PlotContainerSink
Returns the tip text for this property.
outputFileTipText() - Method in class adams.flow.sink.PropertiesFileWriter
Returns the tip text for this property.
outputFileTipText() - Method in class adams.flow.sink.RemoteCommandWriter
Returns the tip text for this property.
outputFileTipText() - Method in class adams.flow.sink.sendnotification.LogFile
Returns the tip text for this property.
outputFileTipText() - Method in class adams.flow.sink.SequencePlotter
Returns the tip text for this property.
outputFileTipText() - Method in class adams.flow.sink.Serialize
Returns the tip text for this property.
outputFileTipText() - Method in class adams.flow.sink.simplelogging.output.FileOutput
Returns the tip text for this property.
outputFileTipText() - Method in class adams.flow.sink.SimplePlot
Returns the tip text for this property.
outputFileTipText() - Method in class adams.flow.sink.SpreadSheetFileWriter
Returns the tip text for this property.
outputFileTipText() - Method in class adams.flow.sink.WekaExperimentFileWriter
Returns the tip text for this property.
outputFileTipText() - Method in class adams.flow.sink.WekaExperimentGenerator
Returns the tip text for this property.
outputFileTipText() - Method in class adams.flow.sink.WekaFileWriter
Returns the tip text for this property.
outputFileTipText() - Method in class adams.flow.sink.XMLFileWriter
Returns the tip text for this property.
outputFileTipText() - Method in class adams.flow.sink.YamlFileWriter
Returns the tip text for this property.
outputFileTipText() - Method in class adams.flow.source.PDFNewDocument
Returns the tip text for this property.
outputFileTipText() - Method in class adams.flow.transformer.generatefilebaseddataset.SimpleFileList
Returns the tip text for this property.
outputFileTipText() - Method in class adams.flow.transformer.PDFCreate
Returns the tip text for this property.
outputFileTipText() - Method in class adams.flow.transformer.PDFGenerate
Returns the tip text for this property.
outputFileTipText() - Method in class adams.flow.transformer.pdfgenerate.Proclets
Returns the tip text for this property.
outputFileTipText() - Method in class adams.flow.transformer.PythonExpandScript
Returns the tip text for this property.
outputFileTipText() - Method in class adams.gui.tools.wekamultiexperimenter.experiment.FileResultsHandler
Returns the tip text for this property.
outputFileTipText() - Method in class adams.gui.visualization.multiobjectexport.PDFExport
Returns the tip text for this property.
outputFileTipText() - Method in class adams.gui.visualization.multiobjectexport.ZipExport
Returns the tip text for this property.
outputFileTipText() - Method in class adams.scripting.command.basic.SystemInfo
Returns the tip text for this property.
outputFileTipText() - Method in class adams.scripting.command.flow.GetFlow
Returns the tip text for this property.
outputFileTipText() - Method in class adams.tools.CompareDatasets
Returns the tip text for this property.
OutputFormatter - Interface in adams.core.command.output
Interface .
outputFormatterTipText() - Method in class adams.core.command.AbstractExternalCommand
Returns the tip text for this property.
outputFormatterTipText() - Method in interface adams.core.command.ExternalCommand
Returns the tip text for this property.
outputFormatTipText() - Method in class adams.flow.transformer.WekaExperimentEvaluation
Returns the tip text for this property.
outputFormatTipText() - Method in class adams.flow.transformer.WekaInstanceDumper
Returns the tip text for this property.
outputFormatTipText() - Method in class adams.gui.tools.wekainvestigator.tab.experimenttab.output.TextOutput
Returns the tip text for this property.
outputHandlerOption() - Static method in class adams.core.logging.LoggingHelper
Outputs the handler option definition on System.out.
outputHeaderTipText() - Method in class adams.flow.transformer.WekaExperimentEvaluation
Returns the tip text for this property.
outputHeaderTipText() - Method in class adams.gui.tools.wekainvestigator.tab.experimenttab.output.TextOutput
Returns the tip text for this property.
outputHOCRTipText() - Method in class adams.flow.transformer.TesseractOCR
Returns the tip text for this property.
outputIndicesTipText() - Method in class adams.flow.transformer.SpreadSheetColumnIterator
Returns the tip text for this property.
outputIndicesTipText() - Method in class adams.flow.transformer.StringMatcher
Returns the tip text for this property.
outputIndicesTipText() - Method in class adams.flow.transformer.WekaAttributeIterator
Returns the tip text for this property.
outputInstanceTipText() - Method in class adams.flow.transformer.WekaClassifying
Returns the tip text for this property.
outputLabelsTipText() - Method in class adams.data.filter.AbstractSAX
Returns the tip text for this property.
outputLineNumbersTipText() - Method in class adams.core.option.CompactFlowProducer
Returns the tip text for this property.
outputLineNumbersTipText() - Method in class adams.core.option.NestedProducer
Returns the tip text for this property.
outputLineNumbersTipText() - Method in class adams.data.textrenderer.AbstractLineNumberedLimitedTextRenderer
Returns the tip text for this property.
outputLineNumbersTipText() - Method in interface adams.data.textrenderer.LineNumberTextRenderer
Returns the tip text for this property.
outputModelTipText() - Method in class adams.flow.transformer.WekaTestSetClustererEvaluator
Returns the tip text for this property.
outputModelTipText() - Method in class adams.flow.transformer.WekaTrainTestSetClustererEvaluator
Returns the tip text for this property.
outputModifiedTipText() - Method in class adams.flow.transformer.SpreadSheetStorageRowIterator
Returns the tip text for this property.
outputModifiedTipText() - Method in class adams.flow.transformer.SpreadSheetVariableRowIterator
Returns the tip text for this property.
outputMovedFileTipText() - Method in class adams.flow.transformer.MoveFile
Returns the tip text for this property.
outputNameOnlyTipText() - Method in class adams.flow.transformer.ReportField
Returns the tip text for this property.
outputNameTipText() - Method in class adams.flow.transformer.spreadsheetmethodmerge.AbstractMerge
Gets the tip-text for the output name option.
outputNameTipText() - Method in class adams.flow.transformer.wekadatasetsmerge.AbstractMerge
Gets the tip-text for the output name option.
outputNormalizedTipText() - Method in class adams.data.io.output.ObjectLocationsSpreadSheetWriter
Returns the tip text for this property.
outputOnlyModelTipText() - Method in class adams.flow.transformer.AbstractWekaModelReader
Returns the tip text for this property.
outputOtherTipText() - Method in class adams.data.conversion.NotesSubset
Returns the tip text for this property.
OutputPanel - Class in adams.gui.tools.wekamultiexperimenter.setup.weka
Allows the user to select the output type, e.g., ARFF file or JDBC database.
OutputPanel() - Constructor for class adams.gui.tools.wekamultiexperimenter.setup.weka.OutputPanel
 
OutputPanel(String) - Constructor for class adams.gui.core.ConsolePanel.OutputPanel
Initializes the panel.
outputPassword(String) - Method in class adams.tools.ZipPassword
Outputs the password.
outputPrefixTipText() - Method in class adams.flow.transformer.WekaInstanceDumper
Returns the tip text for this property.
OutputPrefixType - Enum in adams.opt.genetic
Defines what kind of prefix to use for outputting data and setups.
outputPrefixTypeTipText() - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm
Returns the tip text for this property.
outputProcessInformationTipText() - Method in class adams.data.conversion.NotesSubset
Returns the tip text for this property.
outputProcessInformationTipText() - Method in class adams.flow.sink.NotesWriter
Returns the tip text for this property.
OutputProcessStream - Class in adams.core.management
For capturing the output of stdout or stderr of a running Process and outputting it on stdout or stderr.
OutputProcessStream(Process, Class, boolean) - Constructor for class adams.core.management.OutputProcessStream
Initializes the object.
OutputProducer - Interface in adams.flow.core
Interface for flow actors that generate output.
outputPrologTipText() - Method in class adams.core.option.CompactFlowProducer
Returns the tip text for this property.
outputPrologTipText() - Method in class adams.core.option.NestedProducer
Returns the tip text for this property.
outputRelationNameTipText() - Method in class adams.flow.transformer.WekaEvaluationSummary
Returns the tip text for this property.
outputResultTipText() - Method in class adams.flow.transformer.ReportMathExpression
Returns the tip text for this property.
outputSetup(double, Instances, Classifier, int, int[]) - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm.ClassifierBasedGeneticAlgorithmJob
Saves the setup to a props file.
outputSlopeInterceptTipText() - Method in class adams.gui.visualization.sequence.KendallTheilOverlayPaintlet
Returns the tip text for this property.
outputSlopeInterceptTipText() - Method in class adams.gui.visualization.sequence.LinearRegressionOverlayPaintlet
Returns the tip text for this property.
outputsTipText() - Method in class adams.flow.sink.simplelogging.output.MultiOutput
Returns the tip text for this property.
outputStorageValueTipText() - Method in class adams.flow.transformer.IncStorageValue
Returns the tip text for this property.
OutputStreamImageWriter<T extends AbstractImageContainer> - Interface in adams.data.io.output
Interface for image writers that can write to output streams.
outputStringTipText() - Method in class adams.flow.source.Socket
Returns the tip text for this property.
OutputTabbedPane - Class in adams.gui.tools.wekainvestigator.output
Tabbed pane for the output.
OutputTabbedPane() - Constructor for class adams.gui.tools.wekainvestigator.output.OutputTabbedPane
 
outputTextTipText() - Method in class adams.flow.transformer.TesseractOCR
Returns the tip text for this property.
outputTipText() - Method in class adams.data.io.output.AbstractDataContainerWriter
Returns the tip text for this property.
outputTipText() - Method in class adams.data.io.output.AbstractEmailFileWriter
Returns the tip text for this property.
outputTipText() - Method in class adams.data.io.output.AbstractReportWriter
Returns the tip text for this property.
outputTipText() - Method in interface adams.data.io.output.EmailFileWriter
Returns the tip text for this property.
outputTipText() - Method in interface adams.data.io.output.ReportWriter
Returns the tip text for this property.
outputTipText() - Method in class adams.doc.listing.Listing
Returns the tip text for this property.
outputTipText() - Method in class adams.flow.core.ActorUsage
Returns the tip text for this property.
outputTipText() - Method in class adams.flow.sink.AbstractGraphicsGenerator
Returns the tip text for this property.
outputTipText() - Method in class adams.flow.sink.Screenshot
Returns the tip text for this property.
outputTipText() - Method in class adams.flow.sink.SimpleLogging
Returns the tip text for this property.
outputTipText() - Method in class adams.flow.transformer.AbstractMultiCompress
Returns the tip text for this property.
outputTipText() - Method in class adams.flow.transformer.AbstractSingleCompress
Returns the tip text for this property.
outputTipText() - Method in class adams.flow.transformer.AbstractWekaClassifierEvaluator
Returns the tip text for this property.
outputTipText() - Method in class adams.flow.transformer.Bzip2
Returns the tip text for this property.
outputTipText() - Method in class adams.flow.transformer.GZIP
Returns the tip text for this property.
outputTipText() - Method in class adams.flow.transformer.Lzf
Returns the tip text for this property.
outputTipText() - Method in class adams.flow.transformer.Lzma
Returns the tip text for this property.
outputTipText() - Method in class adams.flow.transformer.PDFExtract
Returns the tip text for this property.
outputTipText() - Method in class adams.flow.transformer.PDFMerge
Returns the tip text for this property.
outputTipText() - Method in class adams.flow.transformer.PDFStamp
Returns the tip text for this property.
outputTipText() - Method in class adams.flow.transformer.Tar
Returns the tip text for this property.
outputTipText() - Method in class adams.flow.transformer.WekaCrossValidationEvaluator
Returns the tip text for this property.
outputTipText() - Method in class adams.flow.transformer.Xz
Returns the tip text for this property.
outputTipText() - Method in class adams.flow.transformer.ZIP
Returns the tip text for this property.
outputTipText() - Method in class adams.flow.transformer.Zstd
Returns the tip text for this property.
outputTokensTipText() - Method in class adams.flow.execution.ExecutionLog
Returns the tip text for this property.
OutputType - Enum in adams.core.command
Enumeration for what type of output from the external command should be made available, independent of the stdout/stderr processors.
OutputType - Enum in adams.opt.genetic
Defines what to output during a genetic algorithm run.
outputTypeTipText() - Method in class adams.core.command.AbstractExternalCommand
Returns the tip text for this property.
outputTypeTipText() - Method in interface adams.core.command.ExternalCommand
Returns the tip text for this property.
outputTypeTipText() - Method in class adams.data.jai.features.DFT
Returns the tip text for this property.
outputTypeTipText() - Method in class adams.flow.control.CallableActorScreenshot
Returns the tip text for this property.
outputTypeTipText() - Method in class adams.flow.source.AbstractPythonExecution
Returns the tip text for this property.
outputTypeTipText() - Method in class adams.flow.source.Command
Returns the tip text for this property.
outputTypeTipText() - Method in class adams.flow.source.DumpStorage
Returns the tip text for this property.
outputTypeTipText() - Method in class adams.flow.source.DumpVariables
Returns the tip text for this property.
outputTypeTipText() - Method in class adams.flow.source.EnterManyValues
Returns the tip text for this property.
outputTypeTipText() - Method in class adams.flow.source.Exec
Returns the tip text for this property.
outputTypeTipText() - Method in class adams.flow.transformer.ConvertFeatures
Returns the tip text for this property.
outputTypeTipText() - Method in class adams.flow.transformer.PDFMetaData
Returns the tip text for this property.
outputTypeTipText() - Method in class adams.flow.transformer.WekaFileReader
Returns the tip text for this property.
outputTypeTipText() - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm
Returns the tip text for this property.
outputValuePairTipText() - Method in class adams.flow.transformer.MathExpression
Returns the tip text for this property.
outputValueTipText() - Method in class adams.flow.transformer.SetVariable
Returns the tip text for this property.
outputVariableValuesTipText() - Method in class adams.core.option.AbstractOptionProducer
Returns the tip text for this property.
outputVariableValuesTipText() - Method in class adams.core.option.FlowStructureDotProducer
Returns the tip text for this property.
outputVariableValuesTipText() - Method in class adams.core.option.FlowStructureGraphMLProducer
Returns the tip text for this property.
outputVariableValuesTipText() - Method in interface adams.core.option.OptionProducer
Returns the tip text for this property.
outputVariableValueTipText() - Method in class adams.flow.transformer.IncVariable
Returns the tip text for this property.
outputWarningsTipText() - Method in class adams.data.conversion.NotesSubset
Returns the tip text for this property.
outputWarningsTipText() - Method in class adams.flow.sink.NotesWriter
Returns the tip text for this property.
outputYEdGraphMLTipText() - Method in class adams.core.option.FlowStructureGraphMLProducer
Returns the tip text for this property.
Oval - Class in adams.flow.transformer.draw
Draws an oval with the specified color and dimensions at the given location.
Oval() - Constructor for class adams.flow.transformer.draw.Oval
 
overlap(LocatedObject) - Method in class adams.flow.transformer.locateobjects.LocatedObject
Returns whether the this and the other object overlap.
overlap(Polygon, Polygon, boolean) - Static method in class adams.gui.visualization.image.PolygonUtils
Checks whether the polygons overlap.
OVERLAP_COUNT - Static variable in class adams.data.objectoverlap.AreaRatio
the overlap count.
OVERLAP_LABEL_HIGHEST - Static variable in class adams.data.objectoverlap.AreaRatio
the label of the highest overlap.
OVERLAP_LABEL_HIGHEST_MATCH - Static variable in class adams.data.objectoverlap.AreaRatio
whether the labels of the highest overlap match.
OVERLAP_PERCENTAGE_HIGHEST - Static variable in class adams.data.objectoverlap.AreaRatio
the highest overlap percentage.
overlapActionTipText() - Method in class adams.flow.transformer.MergeObjectLocations
Returns the tip text for this property.
overlapAlgorithmTipText() - Method in class adams.flow.transformer.DetermineOverlappingAreas
Returns the tip text for this property.
overlapColorCorrectTipText() - Method in class adams.flow.transformer.compareobjectlocations.Combined
Returns the tip text for this property.
overlapColorIncorrectTipText() - Method in class adams.flow.transformer.compareobjectlocations.Combined
Returns the tip text for this property.
overlapDetectionTipText() - Method in class adams.data.objectfilter.AttachOverlappingMetaData
Returns the tip text for this property.
overlapDetectionTipText() - Method in class adams.flow.transformer.negativeregions.RandomRegions
Returns the tip text for this property.
overlapDetectionTipText() - Method in class adams.flow.transformer.RemoveOverlappingImageObjects
Returns the tip text for this property.
overlapDetectionTipText() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
Returns the tip text for this property.
overlapDetectionTipText() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
Returns the tip text for this property.
overlapDetectionTipText() - Method in class adams.gui.visualization.object.objectannotations.cleaning.OverlapRemoval
Returns the tip text for this property.
OverlappingObjectRemoval - Interface in adams.data.overlappingobjectremoval
Interface for schemes that remove overlapping images objects.
overlapRatio(LocatedObject) - Method in class adams.flow.transformer.locateobjects.LocatedObject
Returns the overlap ratio (1 = full overlap, 0 = no overlap).
overlapRectangle(LocatedObject) - Method in class adams.flow.transformer.locateobjects.LocatedObject
Returns the overlapping rectangle.
OverlapRemoval - Class in adams.gui.visualization.object.objectannotations.cleaning
Applies the overlapping object removal algorithm to clean the annotations.
OverlapRemoval() - Constructor for class adams.gui.visualization.object.objectannotations.cleaning.OverlapRemoval
 
overlapRemovalTipText() - Method in class adams.flow.transformer.negativeregions.RandomRegions
Returns the tip text for this property.
overlapRemovalTipText() - Method in class adams.flow.transformer.RemoveOverlappingImageObjects
Returns the tip text for this property.
overlapRemovalTipText() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
Returns the tip text for this property.
overlapRemovalTipText() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
Returns the tip text for this property.
overlapRemovalTipText() - Method in class adams.gui.visualization.object.objectannotations.cleaning.OverlapRemoval
Returns the tip text for this property.
overlapTipText() - Method in class adams.flow.transformer.SequenceToArray
Returns the tip text for this property.
overlapTipText() - Method in class adams.flow.transformer.SequenceToCollection
Returns the tip text for this property.
overlapXTipText() - Method in class adams.data.image.multiimageoperation.MergeGrid
Returns the tip text for this property.
overlapXTipText() - Method in class adams.data.image.transformer.subimages.Grid
Returns the tip text for this property.
overlapYTipText() - Method in class adams.data.image.multiimageoperation.MergeGrid
Returns the tip text for this property.
overlapYTipText() - Method in class adams.data.image.transformer.subimages.Grid
Returns the tip text for this property.
Overlay - Interface in adams.gui.visualization.object.overlay
Interface for overlays.
OVERLAY - adams.flow.container.SequencePlotterContainer.ContentType
overlay.
overlayAdded(ImagePanel.PaintPanel) - Method in class adams.flow.transformer.pixelselector.AbstractPixelSelectorOverlay
Gets called when the image overlay got added to a paintable panel.
overlayAdded(ImagePanel.PaintPanel) - Method in class adams.gui.visualization.image.AbstractImageOverlay
Gets called when the image overlay got added to a paintable panel.
overlayAdded(ImagePanel.PaintPanel) - Method in class adams.gui.visualization.image.AbstractObjectOverlayFromReport
Gets called when the image overlay got added to a paintable panel.
overlayAdded(ImagePanel.PaintPanel) - Method in class adams.gui.visualization.image.AbstractPointOverlayFromReport
Gets called when the image overlay got added to a paintable panel.
overlayAdded(ImagePanel.PaintPanel) - Method in interface adams.gui.visualization.image.ImageOverlay
Gets called when the image overlay got added to a paintable panel.
overlayAdded(ImagePanel.PaintPanel) - Method in class adams.gui.visualization.image.ObjectAnnotations
Gets called when the image overlay got added to a paintable panel.
overlayColorProviderTipText() - Method in class adams.flow.sink.SequencePlotter
Returns the tip text for this property.
overlayFieldsTipText() - Method in class adams.flow.source.wekaforecastersetup.WekaForecasterGenerator
Returns the tip text for this property.
OverlayLayer - Class in adams.gui.visualization.segmentation.layer
Class for overlay layers.
OverlayLayer() - Constructor for class adams.gui.visualization.segmentation.layer.OverlayLayer
 
OverlayLayer.OverlayLayerState - Class in adams.gui.visualization.segmentation.layer
For storing the state of an overlay layer.
OverlayLayerState() - Constructor for class adams.gui.visualization.segmentation.layer.OverlayLayer.OverlayLayerState
 
overlayPaintletTipText() - Method in class adams.flow.sink.SequencePlotter
Returns the tip text for this property.
overlayPaintletTipText() - Method in class adams.flow.sink.SimplePlot
Returns the tip text for this property.
overlayPaintletTipText() - Method in class adams.gui.tools.spreadsheetviewer.chart.ScatterPlot
Returns the tip text for this property.
overlayReaderTipText() - Method in class adams.gui.tools.previewbrowser.SimpleImageSegmentationAnnotationsHandler
Returns the tip text for this property.
overlayRemoved(ImagePanel.PaintPanel) - Method in class adams.flow.transformer.pixelselector.AbstractPixelSelectorOverlay
Gets called when the image overlay got removed from a paintable panel.
overlayRemoved(ImagePanel.PaintPanel) - Method in class adams.gui.visualization.image.AbstractImageOverlay
Gets called when the image overlay got removed from a paintable panel.
overlayRemoved(ImagePanel.PaintPanel) - Method in class adams.gui.visualization.image.AbstractObjectOverlayFromReport
Gets called when the image overlay got removed from a paintable panel.
overlayRemoved(ImagePanel.PaintPanel) - Method in class adams.gui.visualization.image.AbstractPointOverlayFromReport
Gets called when the image overlay got removed from a paintable panel.
overlayRemoved(ImagePanel.PaintPanel) - Method in interface adams.gui.visualization.image.ImageOverlay
Gets called when the image overlay got removed from a paintable panel.
overlayRemoved(ImagePanel.PaintPanel) - Method in class adams.gui.visualization.image.ObjectAnnotations
Gets called when the image overlay got removed from a paintable panel.
overlaysTipText() - Method in class adams.flow.sink.ActualVsPredictedPlot
Returns the tip text for this property.
overlaysTipText() - Method in class adams.flow.sink.MatrixPlot
return a string for the overlays option
overlaysTipText() - Method in class adams.flow.sink.ScatterDisplay
Returns the tip text for the overlays property.
overlaysTipText() - Method in class adams.flow.sink.TimeseriesDisplay
Returns the tip text for this property.
overlaysTipText() - Method in class adams.flow.sink.ZScoreDisplay
Returns a tip text for the overlays property
overlaysTipText() - Method in class adams.flow.transformer.PixelSelector
Returns the tip text for this property.
overlaysTipText() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.ClassifierErrors
Returns the tip text for this property.
overlaysTipText() - Method in class adams.gui.visualization.image.MultiImageOverlay
Returns the tip text for this property.
overlayTest(String[]) - Static method in class adams.gui.visualization.segmentation.SegmentationPanel
Generates a panel with separate overlay layers.
overlayTipText() - Method in class adams.flow.transformer.ImageAnnotator
Returns the tip text for this property.
overlayTipText() - Method in class adams.flow.transformer.ImageLabeler
Returns the tip text for this property.
overlayTipText() - Method in class adams.flow.transformer.ImageObjectAnnotator
Returns the tip text for this property.
overlayTipText() - Method in class adams.gui.tools.previewbrowser.AnnotateImage
Returns the tip text for this property.
OverlayWithCustomAlphaSupport - Interface in adams.gui.visualization.object.overlay
Interface for overlays that allow alpha values of their color generators to be overwritten.
overrideJobRunnerTipText() - Method in class adams.flow.transformer.WekaExperimentExecution
Returns the tip text for this property.
overrideSerializedFileTipText() - Method in interface adams.core.SerializableObject
Returns the tip text for this property.
overrideTipText() - Method in class adams.flow.transformer.ClassSelector
Returns the tip text for this property.
overrideTipText() - Method in class adams.flow.transformer.WekaClassSelector
Returns the tip text for this property.
overrideWithEnvVarTipText() - Method in class adams.flow.standalone.SetVariable
Returns the tip text for this property.
overwriteExistingTipText() - Method in class adams.flow.transformer.AbstractDataContainerDbWriter
Returns the tip text for this property.
overwriteFieldsTipText() - Method in class adams.flow.transformer.AbstractReportDbWriter
Returns the tip text for this property.
overwriteFieldsTipText() - Method in class adams.flow.transformer.AbstractReportFileImport
Returns the tip text for this property.
overwriteTipText() - Method in class adams.flow.transformer.multimapoperation.Merge
Returns the tip text for this property.
ownerChanged() - Method in class adams.gui.tools.wekamultiexperimenter.AbstractExperimenterPanel
Gets called when the owner changes.
ownerChanged() - Method in class adams.gui.tools.wekamultiexperimenter.AnalysisPanel
Gets called when the owner changes.
ownerChanged() - Method in class adams.gui.tools.wekamultiexperimenter.setup.AbstractSetupOptionPanel
Gets called when the owner changes.
ownerChanged() - Method in class adams.gui.tools.wekamultiexperimenter.setup.DatasetPanel
Gets called when the owner changes.
ownerTipText() - Method in class adams.flow.source.RSync
 

P

P - adams.data.statistics.SPCUtils.Chart
 
PAA - Class in weka.filters.unsupervised.attribute


Valid options are:

PAA() - Constructor for class weka.filters.unsupervised.attribute.PAA
 
PAA(double[], int) - Static method in class adams.data.utils.SAXUtils
Piecewise Aggregate Approximation.
pack(PropertyPath.PropertyContainer) - Method in class adams.core.discovery.genetic.AbstractGeneticDiscoveryHandler
Returns the packed bits for the genetic algorithm.
pack(Dimension, Dimension) - Method in class adams.gui.core.BaseDialog
Packs the dialog with optional min/max dimensions.
pack(Window, Dimension, Dimension) - Static method in class adams.gui.core.GUIHelper
Packs the window, but ensures that it fits between min/max.
PackageManager - Class in adams.gui.menu
Opens the WEKA PackageManager.
PackageManager() - Constructor for class adams.gui.menu.PackageManager
Initializes the menu item with no owner.
PackageManager(AbstractApplicationFrame) - Constructor for class adams.gui.menu.PackageManager
Initializes the menu item.
packageTipText() - Method in class adams.core.option.AbstractJavaCodeProducer
Returns the tip text for this property.
packageTipText() - Method in class adams.core.PropertiesToCode
Returns the tip text for this property.
PackData - Class in adams.opt.optimise.genetic
???
PackData(PackDataDef) - Constructor for class adams.opt.optimise.genetic.PackData
 
PackDataDef - Class in adams.opt.optimise.genetic
???
PackDataDef() - Constructor for class adams.opt.optimise.genetic.PackDataDef
 
PackDataDef.DataInfo - Class in adams.opt.optimise.genetic
 
PackDataGeneticAlgorithm - Class in adams.opt.genetic
???
PackDataGeneticAlgorithm - Class in adams.opt.optimise.genetic
???
PackDataGeneticAlgorithm() - Constructor for class adams.opt.genetic.PackDataGeneticAlgorithm
 
PackDataGeneticAlgorithm() - Constructor for class adams.opt.optimise.genetic.PackDataGeneticAlgorithm
 
PackDataInitialSetupsProvider<T extends PackDataGeneticAlgorithm> - Class in adams.opt.genetic.initialsetups
PackDataInitialSetupsProvider() - Constructor for class adams.opt.genetic.initialsetups.PackDataInitialSetupsProvider
 
pad(double[], int, PaddingType) - Static method in class adams.data.padding.PaddingHelper
Pads the data to the specified number of data points (pads on the right).
pad(double[], int, PaddingType, boolean) - Static method in class adams.data.padding.PaddingHelper
Pads the data to the specified number of data points.
pad(float[], int, PaddingType) - Static method in class adams.data.padding.PaddingHelper
Pads the data to the specified number of data points (pads on the right).
pad(float[], int, PaddingType, boolean) - Static method in class adams.data.padding.PaddingHelper
Pads the data to the specified number of data points.
pad(int, String, boolean) - Method in class adams.data.io.output.FixedTabularSpreadSheetWriter
Pads a string either on the left or the right hand side with blanks.
pad(String, int, boolean) - Method in class adams.data.io.output.AutoWidthTabularSpreadSheetWriter
Pads a string either on the left or the right hand side with blanks.
pad(Instances) - Method in class weka.filters.unsupervised.attribute.FastWavelet
pads the data to conform to the necessary number of attributes.
padCharacterTipText() - Method in class adams.data.conversion.LeftPad
Returns the tip text for this property.
padCharacterTipText() - Method in class adams.data.conversion.RightPad
Returns the tip text for this property.
paddedValue() - Method in class adams.core.VariableName
Returns the variable name with start and end tag enclosed.
PADDING_ZERO - Static variable in class weka.filters.unsupervised.attribute.FastWavelet
the type of padding: Zero padding.
PaddingHelper - Class in adams.data.padding
Helper for padding operations.
PaddingHelper() - Constructor for class adams.data.padding.PaddingHelper
 
paddingTipText() - Method in class weka.filters.unsupervised.attribute.FastWavelet
Returns the tip text for this property.
PaddingType - Enum in adams.data.padding
The type of available paddings.
paddingTypeTipText() - Method in class adams.data.filter.AbstractFastWavelet
Returns the tip text for this property.
paddingTypeTipText() - Method in class adams.data.filter.AbstractFFT
Returns the tip text for this property.
padLeft(String, char, int) - Static method in class adams.core.Utils
Pads the string with a padding character with to at most "width" width.
padLeft(String, char, int, boolean) - Static method in class adams.core.Utils
Pads the string with a padding character with to at most "width" width.
padName(String) - Static method in class adams.core.Variables
Surrounds the variable name with "@{" and "}", if necessary.
padPow2(double[], PaddingType) - Static method in class adams.data.padding.PaddingHelper
Pads the data to the next power of 2.
padPow2(double[], PaddingType, boolean) - Static method in class adams.data.padding.PaddingHelper
Pads the data to the next power of 2.
padPow2(float[], PaddingType) - Static method in class adams.data.padding.PaddingHelper
Pads the data to the next power of 2 (pads on the right).
padPow2(float[], PaddingType, boolean) - Static method in class adams.data.padding.PaddingHelper
Pads the data to the next power of 2.
padRight(String, char, int) - Static method in class adams.core.Utils
Pads the string with a padding character with to at most "width" width.
padRight(String, char, int, boolean) - Static method in class adams.core.Utils
Pads the string with a padding character with to at most "width" width.
padTipText() - Method in class adams.data.conversion.StringToValidVariableName
Returns the tip text for this property.
PageBackup(String, Icon, T, String) - Constructor for class adams.gui.core.BaseTabbedPaneWithTabHiding.PageBackup
Initializes the backup container.
pageBreakAfterTipText() - Method in class adams.flow.transformer.pdfproclet.AbstractPdfProcletWithPageBreaks
Returns the tip text for this property.
pageBreakAfterTipText() - Method in class adams.flow.transformer.pdfproclet.FixedText
Returns the tip text for this property.
pageBreakAfterTipText() - Method in class adams.flow.transformer.pdfproclet.Headline
Returns the tip text for this property.
pageBreakAfterTipText() - Method in class adams.flow.transformer.pdfproclet.MetaHeadline
Returns the tip text for this property.
pageBreakAfterTipText() - Method in interface adams.flow.transformer.pdfproclet.PdfProcletWithPageBreaks
Returns the tip text for this property.
pageBreakBeforeTipText() - Method in class adams.flow.transformer.pdfproclet.AbstractPdfProcletWithPageBreaks
Returns the tip text for this property.
pageBreakBeforeTipText() - Method in class adams.flow.transformer.pdfproclet.FixedText
Returns the tip text for this property.
pageBreakBeforeTipText() - Method in class adams.flow.transformer.pdfproclet.Headline
Returns the tip text for this property.
pageBreakBeforeTipText() - Method in class adams.flow.transformer.pdfproclet.MetaHeadline
Returns the tip text for this property.
pageBreakBeforeTipText() - Method in interface adams.flow.transformer.pdfproclet.PdfProcletWithPageBreaks
Returns the tip text for this property.
PageCheck<T extends AbstractWizardPage> - Interface in adams.gui.wizard
Interface for classes that check whether a page has been completed.
PageContainer(String, Component) - Constructor for class adams.gui.core.MultiPagePane.PageContainer
Initializes the container with no icon.
PageContainer(String, Component, ImageIcon) - Constructor for class adams.gui.core.MultiPagePane.PageContainer
Initializes the container.
pageIndexTipText() - Method in class adams.flow.transformer.PDFInfo
Returns the tip text for this property.
PageOrientation - Enum in adams.data
The orientation in the document.
pageOrientationTipText() - Method in class adams.flow.source.PDFNewDocument
Returns the tip text for this property.
pageOrientationTipText() - Method in class adams.flow.transformer.PDFCreate
Returns the tip text for this property.
pageOrientationTipText() - Method in class adams.flow.transformer.pdfgenerate.Proclets
Returns the tip text for this property.
pageOrientationTipText() - Method in class adams.gui.visualization.multiobjectexport.PDFExport
Returns the tip text for this property.
PAGES - adams.core.TechnicalInformation.Field
One or more page numbers or range of numbers, such as 42--111 or 7,41,73--97 or 43+ (the `+' in this last example indicates pages following that don't form a simple range).
pageSegmentationTipText() - Method in class adams.flow.transformer.TesseractOCR
Returns the tip text for this property.
pageSelected(ChangeEvent) - Method in class adams.gui.flow.FlowMultiPagePane
Gets called when a tab gets selected.
pageSelected(ChangeEvent) - Method in class adams.gui.tools.spreadsheetviewer.MultiPagePane
Gets called when a page gets selected.
PageSize - Enum in adams.flow.transformer.pdfproclet
Enumeration of all possible page sizes.
pageSizeTipText() - Method in class adams.flow.source.PDFNewDocument
Returns the tip text for this property.
pageSizeTipText() - Method in class adams.flow.transformer.PDFCreate
Returns the tip text for this property.
pageSizeTipText() - Method in class adams.flow.transformer.pdfgenerate.Proclets
Returns the tip text for this property.
pageSizeTipText() - Method in class adams.gui.visualization.multiobjectexport.PDFExport
Returns the tip text for this property.
pagesTipText() - Method in class adams.flow.transformer.PDFExtract
Returns the tip text for this property.
pagesTipText() - Method in class adams.flow.transformer.PDFExtractText
Returns the tip text for this property.
pagesTipText() - Method in class adams.flow.transformer.PDFRenderPages
Returns the tip text for this property.
pagesTipText() - Method in class adams.flow.transformer.pdfstamp.AbstractPageRangeStamper
Returns the tip text for this property.
PageUndo() - Constructor for class adams.gui.core.MultiPagePane.PageUndo
 
paint(ObjectAnnotationPanel, Graphics) - Method in class adams.gui.visualization.object.overlay.AbstractOverlay
Paints the overlay.
paint(ObjectAnnotationPanel, Graphics) - Method in interface adams.gui.visualization.object.overlay.Overlay
Paints the overlay.
paint(Graphics) - Method in class adams.flow.sink.ProgressBar.ProgressBarPanel
Paints the component.
paint(Graphics) - Method in class adams.gui.visualization.core.AbstractPaintlet
The paint routine of the paintlet.
paint(Graphics) - Method in interface adams.gui.visualization.core.Paintlet
The paint routine of the paintlet.
paint(Graphics) - Method in class adams.gui.visualization.image.ColorPickerPanel.ZoomPanel
Paints the image or just a white background.
paint(Graphics) - Method in class adams.gui.visualization.image.ImagePanel.PaintPanel
Paints the image or just a white background.
paint(Graphics) - Method in class adams.gui.visualization.image.paintlet.AbstractPaintlet
The paint routine of the paintlet.
paint(Graphics) - Method in interface adams.gui.visualization.image.paintlet.Paintlet
The paint routine of the paintlet.
paint(Graphics) - Method in class adams.gui.visualization.object.CanvasPanel
Paints the image or just a white background.
paint(Graphics) - Method in class adams.gui.visualization.stats.scatterplot.Matrix
 
paint(Graphics, PaintEvent.PaintMoment) - Method in class adams.gui.visualization.core.PaintablePanel
Executes all paintlets of the specified paint moment.
PAINT - adams.gui.event.PaintEvent.PaintMoment
execute the paintlet as the panel's main painting.
PaintablePanel - Class in adams.gui.visualization.core
An abstract superclass for panels that paint "stuff", e.g., plots.
PaintablePanel() - Constructor for class adams.gui.visualization.core.PaintablePanel
 
paintAllTipText() - Method in class adams.gui.visualization.sequence.BarPaintlet
Returns the tip text for this property.
paintAllTipText() - Method in class adams.gui.visualization.sequence.LinePaintlet
Returns the tip text for this property.
paintAllTipText() - Method in class adams.gui.visualization.sequence.StickPaintlet
Returns the tip text for this property.
paintBackground(Graphics, int, int, int, int) - Method in class adams.gui.flow.tree.Renderer.ActorIcon
Pains the background of the icon.
paintBackground(Graphics, int, int, int, int) - Method in class adams.gui.flow.tree.Renderer.DisabledIcon
Pains the background of the icon.
paintComponent(Graphics) - Method in class adams.gui.chooser.ImagePreview
Displays the image.
paintComponent(Graphics) - Method in class adams.gui.core.ButtonTabComponent.TabButton
 
paintComponent(Graphics) - Method in class adams.gui.core.DragAndDropTabbedPane.GhostGlassPane
 
paintComponent(Graphics) - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeVisualizationPanel
Paints this component
paintComponent(Graphics) - Method in class adams.gui.visualization.core.AxisPanel
draws the axis.
paintComponent(Graphics) - Method in class adams.gui.visualization.core.plot.ContentPanel
paints the panel and notifies all listeners.
paintComponent(Graphics) - Method in class adams.gui.visualization.image.ImagePanel
Paints the component.
paintComponent(Graphics) - Method in class adams.gui.visualization.segmentation.CanvasPanel
Paints the component.
paintCoordinatesGrid(Graphics) - Method in class adams.gui.visualization.core.plot.ContentPanel
Paints the coordinates grid according to the ticks of the axes.
painted(PaintEvent) - Method in interface adams.gui.event.PaintListener
Invoked when a component got painted.
painted(PaintEvent) - Method in class adams.gui.visualization.core.PaintablePanel
draws the data.
painted(PaintEvent) - Method in class adams.gui.visualization.stats.boxplot.BoxPlotManager
Controls the painting of the box plots
painted(PlotPanelZoomEvent) - Method in interface adams.gui.event.PlotPanelZoomListener
Invoked when a PlotPanel got zoomed in/out.
painted(PlotPanelZoomEvent) - Method in class adams.gui.visualization.container.AbstractDataContainerZoomOverviewPanel
Invoked when a PlotPanel got zoomed in/out.
PaintEvent - Class in adams.gui.event
Event that gets sent in case of a paint update of a GUI component.
PaintEvent(Object, Graphics, PaintEvent.PaintMoment) - Constructor for class adams.gui.event.PaintEvent
Initializes the event.
PaintEvent.PaintMoment - Enum in adams.gui.event
Enumeration indicating what paintlets should be executed.
paintIcon(Component, Graphics, int, int) - Method in class adams.gui.flow.tree.Renderer.ActorIcon
Draws the icon.
Paintlet - Interface in adams.gui.visualization.core
An interface for paintlets.
Paintlet - Interface in adams.gui.visualization.image.paintlet
An interface for image paintlets.
PaintletManager - Interface in adams.gui.visualization.core
Interface for classes that manage paintlets.
paintlets() - Method in class adams.gui.visualization.core.PaintablePanel
Returns an iterator over all currently stored paintlets.
paintlets() - Method in interface adams.gui.visualization.core.PaintletManager
Returns an iterator over all currently stored paintlets.
paintlets() - Method in class adams.gui.visualization.image.ImagePanel
Returns an iterator over all currently stored paintlets.
paintlets() - Method in class adams.gui.visualization.image.ImagePanel.PaintPanel
Returns an iterator over all currently stored paintlets.
paintletTipText() - Method in class adams.flow.sink.Canvas
Returns the tip text for this property.
paintletTipText() - Method in class adams.flow.sink.ControlChartPlot
Returns the tip text for this property.
paintletTipText() - Method in class adams.flow.sink.MatrixPlot
returns a string for the paintlet option
paintletTipText() - Method in class adams.flow.sink.ScatterDisplay
Returns the tip text for the paintlet property
paintletTipText() - Method in class adams.flow.sink.sequenceplotter.ByNameErrorPaintlet
Returns the tip text for this property.
paintletTipText() - Method in class adams.flow.sink.sequenceplotter.ByNameMarkerPaintlet
Returns the tip text for this property.
paintletTipText() - Method in class adams.flow.sink.SequencePlotter
Returns the tip text for this property.
paintletTipText() - Method in class adams.flow.sink.SimplePlot
Returns the tip text for this property.
paintletTipText() - Method in class adams.flow.sink.SpreadSheetRowViewer
Returns the tip text for this property.
paintletTipText() - Method in class adams.flow.sink.TimeseriesDisplay
Returns the tip text for this property.
paintletTipText() - Method in class adams.flow.sink.WekaInstanceViewer
Returns the tip text for this property.
paintletTipText() - Method in class adams.flow.sink.ZScoreDisplay
Returns a tip text for the paintlet property
paintletTipText() - Method in class adams.gui.tools.spreadsheetviewer.chart.GenericPlot
Returns the tip text for this property.
paintletTipText() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.PredictionTrend
Returns the tip text for this property.
paintletTipText() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.SamplePlot
Returns the tip text for this property.
paintletTipText() - Method in class adams.gui.visualization.sequence.ByNamePaintlet
Returns the tip text for this property.
paintletTipText() - Method in class adams.gui.visualization.sequence.MathExpressionOverlayPaintlet
Returns the tip text for this property.
paintletTipText() - Method in interface adams.gui.visualization.sequence.MetaXYSequencePaintlet
Returns the tip text for this property.
paintletTipText() - Method in class adams.gui.visualization.sequence.PaintletWithFixedXRange
Returns the tip text for this property.
paintletTipText() - Method in class adams.gui.visualization.sequence.PaintletWithFixedYRange
Returns the tip text for this property.
paintletTipText() - Method in class adams.gui.visualization.stats.fourinone.VersusFitOptions
Tip text for the paintlet property
paintletTipText() - Method in class adams.gui.visualization.stats.fourinone.VersusOrderOptions
Tip Text for the paintlet property
paintletTipText() - Method in class adams.gui.visualization.stats.histogram.HistogramOptions
Tip Text for the paintlet property
paintletTipText() - Method in class adams.gui.visualization.timeseries.PaintletWithFixedXRange
Returns the tip text for this property.
paintletTipText() - Method in class adams.gui.visualization.timeseries.PaintletWithFixedYRange
Returns the tip text for this property.
PaintletWithContainerIDMatching - Interface in adams.gui.visualization.core
Interface for paintlets that only work with containers that match the provided regular expression.
PaintletWithCustomDataSupport - Interface in adams.gui.visualization.sequence
Interface for paintlets that support drawing of custom data.
PaintletWithFixedXRange - Class in adams.gui.visualization.sequence
A wrapper for XY-sequence paintlets, in order to use fixed a X range.
PaintletWithFixedXRange - Class in adams.gui.visualization.timeseries
A wrapper for XY-sequence paintlets, in order to use fixed a X range.
PaintletWithFixedXRange - Interface in adams.gui.visualization.core
Interface for paintlets that use a fixed X range.
PaintletWithFixedXRange() - Constructor for class adams.gui.visualization.sequence.PaintletWithFixedXRange
 
PaintletWithFixedXRange() - Constructor for class adams.gui.visualization.timeseries.PaintletWithFixedXRange
 
PaintletWithFixedXYRange - Class in adams.gui.visualization.sequence
A wrapper for XY-sequence paintlets, in order to use fixed X and Y ranges.
PaintletWithFixedXYRange - Class in adams.gui.visualization.timeseries
A wrapper for XY-sequence paintlets, in order to use fixed X and Y ranges.
PaintletWithFixedXYRange() - Constructor for class adams.gui.visualization.sequence.PaintletWithFixedXYRange
 
PaintletWithFixedXYRange() - Constructor for class adams.gui.visualization.timeseries.PaintletWithFixedXYRange
 
PaintletWithFixedYRange - Class in adams.gui.visualization.sequence
A wrapper for XY-sequence paintlets, in order to use fixed a Y range.
PaintletWithFixedYRange - Class in adams.gui.visualization.timeseries
A wrapper for XY-sequence paintlets, in order to use fixed a Y range.
PaintletWithFixedYRange - Interface in adams.gui.visualization.core
Interface for paintlets that use a fixed Y range.
PaintletWithFixedYRange() - Constructor for class adams.gui.visualization.sequence.PaintletWithFixedYRange
 
PaintletWithFixedYRange() - Constructor for class adams.gui.visualization.timeseries.PaintletWithFixedYRange
 
PaintletWithMarkers - Interface in adams.gui.visualization.core
Interface for paintlets that support markers.
PaintletWithOptionalPointPreprocessor - Interface in adams.gui.visualization.sequence
Interface for XYSequence paintlets that support point preprocessing.
PaintListener - Interface in adams.gui.event
Interface for listening for paint updates of GUI components.
PaintOperation - Interface in adams.gui.visualization.segmentation.paintoperation
Interface for additional paint operations in the segmentation panel.
paintOverlay(ImagePanel.PaintPanel, Graphics) - Method in class adams.flow.transformer.pixelselector.AbstractPixelSelectorOverlay
Paints the overlay over the image.
paintOverlay(ImagePanel.PaintPanel, Graphics) - Method in class adams.gui.visualization.image.AbstractImageOverlay
Paints the overlay over the image.
paintOverlay(ImagePanel.PaintPanel, Graphics) - Method in interface adams.gui.visualization.image.ImageOverlay
Paints the overlay over the image.
PaintPanel(ImagePanel) - Constructor for class adams.gui.visualization.image.ImagePanel.PaintPanel
Initializes the panel.
paintPlot(Graphics) - Method in class adams.gui.visualization.stats.boxplot.BoxPlotGraph
Performs the painting on the graphics area
paintSelection(Graphics) - Method in class adams.gui.visualization.object.annotator.AbstractAnnotator
Paints the selection.
PaintSelection - Class in adams.gui.visualization.image.selection
Paints the selection in the specified color.
PaintSelection() - Constructor for class adams.gui.visualization.image.selection.PaintSelection
 
paintSelectionShape(ImagePanel.PaintPanel, Graphics, Point, Point, List<Point>) - Method in class adams.gui.visualization.image.selectionshape.AbstractSelectionShapePainter
Paints the selection shape.
paintSelectionShape(ImagePanel.PaintPanel, Graphics, Point, Point, List<Point>) - Method in interface adams.gui.visualization.image.selectionshape.SelectionShapePainter
Paints the selection shape.
paintSelectionShape(Graphics) - Method in class adams.gui.visualization.image.ImagePanel.PaintPanel
Paints the selection box, if necessary (i.e., currently selecting/dragging).
paintValue(Graphics, Rectangle) - Method in class adams.gui.goe.AbstractAdvancedScriptEditor
Paints a representation of the current Object.
paintValue(Graphics, Rectangle) - Method in class adams.gui.goe.AbstractBaseDateTypeEditor
Paints a representation of the current Object.
paintValue(Graphics, Rectangle) - Method in class adams.gui.goe.AbstractBasicTypePropertyEditor
Paint a representation of the value into a given area of screen real estate.
paintValue(Graphics, Rectangle) - Method in class adams.gui.goe.AbstractSimpleScriptEditor
Paints a representation of the current Object.
paintValue(Graphics, Rectangle) - Method in class adams.gui.goe.ActorPathEditor
Paints a representation of the current Object.
paintValue(Graphics, Rectangle) - Method in class adams.gui.goe.BaseAnnotationEditor
Paints a representation of the current Object.
paintValue(Graphics, Rectangle) - Method in class adams.gui.goe.BaseBooleanEditor
Paints a representation of the current Object.
paintValue(Graphics, Rectangle) - Method in class adams.gui.goe.BaseClassnameEditor
Paints a representation of the current Object.
paintValue(Graphics, Rectangle) - Method in class adams.gui.goe.BaseColorEditor
Paints a representation of the current Object.
paintValue(Graphics, Rectangle) - Method in class adams.gui.goe.BaseCommandLineEditor
Paints a representation of the current Object.
paintValue(Graphics, Rectangle) - Method in class adams.gui.goe.BaseObjectEditor
Paints a representation of the current Object.
paintValue(Graphics, Rectangle) - Method in class adams.gui.goe.BaseTextEditor
Paints a representation of the current Object.
paintValue(Graphics, Rectangle) - Method in class adams.gui.goe.CallableActorReferenceEditor
Paints a representation of the current Object.
paintValue(Graphics, Rectangle) - Method in class adams.gui.goe.ColorEditor
Paints a representation of the current Object.
paintValue(Graphics, Rectangle) - Method in class adams.gui.goe.CronScheduleEditor
Paints a representation of the current Object.
paintValue(Graphics, Rectangle) - Method in class adams.gui.goe.EmailAddressEditor
Paints a representation of the current Object.
paintValue(Graphics, Rectangle) - Method in class adams.gui.goe.EventReferenceEditor
Paints a representation of the current Object.
paintValue(Graphics, Rectangle) - Method in class adams.gui.goe.FieldEditor
Paints a representation of the current Object.
paintValue(Graphics, Rectangle) - Method in class adams.gui.goe.FileEditor
Paints a representation of the current Object.
paintValue(Graphics, Rectangle) - Method in class adams.gui.goe.FlowFileEditor
Paints a representation of the current Object.
paintValue(Graphics, Rectangle) - Method in class adams.gui.goe.FontEditor
Paints a representation of the current Object.
paintValue(Graphics, Rectangle) - Method in class adams.gui.goe.GenericArrayEditor
Paints a representation of the current classifier.
paintValue(Graphics, Rectangle) - Method in class adams.gui.goe.GenericObjectEditor
Paints a representation of the current Object.
paintValue(Graphics, Rectangle) - Method in class adams.gui.goe.IndexEditor
Paints a representation of the current Object.
paintValue(Graphics, Rectangle) - Method in class adams.gui.goe.InlineEditor
Paint a representation of the value into a given area of screen real estate.
paintValue(Graphics, Rectangle) - Method in class adams.gui.goe.JdbcUrlEditor
Paints a representation of the current Object.
paintValue(Graphics, Rectangle) - Method in class adams.gui.goe.PdfFontEditor
Paints a representation of the current Object.
paintValue(Graphics, Rectangle) - Method in class adams.gui.goe.PlaceholderDirectoryEditor
Paints a representation of the current Object.
paintValue(Graphics, Rectangle) - Method in class adams.gui.goe.PlaceholderFileEditor
Paints a representation of the current Object.
paintValue(Graphics, Rectangle) - Method in class adams.gui.goe.RangeEditor
Paints a representation of the current Object.
paintValue(Graphics, Rectangle) - Method in class adams.gui.goe.UnorderedRangeEditor
Paints a representation of the current Object.
paintValue(Graphics, Rectangle) - Method in class adams.gui.goe.WekaExperimentFileEditor
Paints a representation of the current Object.
paintZoomBox(Graphics) - Method in class adams.gui.visualization.core.plot.ContentPanel
Paints the zoom box, if necessary (i.e., currently zooming/dragging).
pairValue() - Method in class adams.core.base.BaseKeyValuePair
Returns the backquoted String pair.
pairValue() - Method in class adams.core.VariableNameValuePair
Returns the backquoted String pair.
pairwiseAgreement(int[], int[]) - Static method in class edu.umbc.cs.maple.utils.MathUtils
Computes the pairwise agreement between two pairwise arrays of labelings.
paletteToColor(int) - Method in class adams.data.io.input.PNGImageReader
Returns the RGB value corresponding to the palette index.
panel - Variable in class adams.gui.visualization.container.datacontainerpanel.containerlistpopup.AbstractContainerListPopupCustomizer.Context
 
Panel() - Constructor for class adams.gui.visualization.instance.HistogramFactory.Panel
 
Panel() - Constructor for class adams.gui.visualization.instance.InstanceReportFactory.Panel
Initializes the tabbed pane with not reports.
Panel() - Constructor for class adams.gui.visualization.report.ReportFactory.Panel
Initializes the tabbed pane with not reports.
Panel() - Constructor for class adams.gui.visualization.spreadsheet.HistogramFactory.Panel
 
Panel() - Constructor for class adams.gui.visualization.spreadsheet.SpreadSheetRowReportFactory.Panel
Initializes the tabbed pane with no reports.
Panel() - Constructor for class adams.gui.visualization.statistics.HistogramFactory.Panel
 
PANEL - Static variable in class adams.flow.transformer.pixelselector.AbstractPixelSelectorAction
the panel this action is for.
panelHeightTipText() - Method in class adams.flow.sink.ArrayDisplay
Returns the tip text for this property.
panelHeightTipText() - Method in class adams.flow.sink.DisplayPanelGrid
Returns the tip text for this property.
panelProviderTipText() - Method in class adams.flow.control.Inspect
Returns the tip text for this property.
panelProviderTipText() - Method in class adams.flow.sink.ArrayDisplay
Returns the tip text for this property.
panelProviderTipText() - Method in class adams.flow.sink.DisplayPanelGrid
Returns the tip text for this property.
panelProviderTipText() - Method in class adams.flow.sink.DisplayPanelManager
Returns the tip text for this property.
panelProviderTipText() - Method in class adams.flow.sink.Screenshot
Returns the tip text for this property.
panelWidthTipText() - Method in class adams.flow.sink.ArrayDisplay
Returns the tip text for this property.
panelWidthTipText() - Method in class adams.flow.sink.DisplayPanelGrid
Returns the tip text for this property.
PANNING - adams.gui.event.PlotPanelPanningEvent.PanningEventType
panning.
panningOccurred(PlotPanelPanningEvent) - Method in interface adams.gui.event.PlotPanelPanningListener
Invoked when a PlotPanel experiences panning (or a reset of panning).
panningOccurred(PlotPanelPanningEvent) - Method in class adams.gui.visualization.container.AbstractDataContainerZoomOverviewPanel
Invoked when a PlotPanel experiences panning (or a reset of panning).
Paragraph - Class in adams.doc.docbook
Represents the "para" tag.
Paragraph - Class in adams.doc.xhtml
Represents the P tag.
Paragraph() - Constructor for class adams.doc.docbook.Paragraph
Initializes the paragraph tag.
Paragraph() - Constructor for class adams.doc.xhtml.Paragraph
Initializes the paragraph tag.
Paragraph(String) - Constructor for class adams.doc.docbook.Paragraph
Initializes the paragraph tag.
Paragraph(String) - Constructor for class adams.doc.xhtml.Paragraph
Initializes the paragraph tag.
PARALLEL - adams.flow.core.ActorExecution
in parallel.
PARAM_AUTOCOMMIT - Static variable in class adams.db.ConnectionParameters
the auto commit.
PARAM_CLASS - Static variable in class adams.db.ConnectionParameters
the class parameter.
PARAM_CLASSVALUES - Static variable in class adams.data.instancesanalysis.pls.AbstractMultiClassPLS
 
PARAM_CLASSVALUES - Static variable in class adams.data.instancesanalysis.pls.AbstractSingleClassPLS
 
PARAM_CONNECTONSTARTUP - Static variable in class adams.db.ConnectionParameters
the connect on startup parameter.
PARAM_LOGGINGLEVEL - Static variable in class adams.db.ConnectionParameters
the logging level parameter.
PARAM_PASSWORD - Static variable in class adams.db.ConnectionParameters
the password parameter.
PARAM_URL - Static variable in class adams.db.ConnectionParameters
the URL parameter.
PARAM_USER - Static variable in class adams.db.ConnectionParameters
the user parameter.
ParameterMapFileChooser - Class in adams.gui.chooser
A specialized JFileChooser that lists all available file Readers and Writers for parameter maps.
ParameterMapFileChooser() - Constructor for class adams.gui.chooser.ParameterMapFileChooser
Constructs a FileChooser pointing to the user's default directory.
ParameterMapFileChooser(File) - Constructor for class adams.gui.chooser.ParameterMapFileChooser
Constructs a FileChooser using the given File as the path.
ParameterMapFileChooser(String) - Constructor for class adams.gui.chooser.ParameterMapFileChooser
Constructs a FileChooser using the given path.
ParameterPanel - Class in adams.gui.core
A panel that lists one parameter (label and component or just AbstractChooserPanel) per row.
ParameterPanel() - Constructor for class adams.gui.core.ParameterPanel
Initializes the panel.
ParameterPanel(boolean) - Constructor for class adams.gui.core.ParameterPanel
Initializes the panel.
ParameterPanel(int, int) - Constructor for class adams.gui.core.ParameterPanel
Initializes the panel.
ParameterPanel(int, int, boolean) - Constructor for class adams.gui.core.ParameterPanel
Initializes the panel.
ParameterPanelPage - Class in adams.gui.wizard
Wizard page that use a PropertiesParameterPanel for displaying the parameters.
ParameterPanelPage() - Constructor for class adams.gui.wizard.ParameterPanelPage
Default constructor.
ParameterPanelPage(String) - Constructor for class adams.gui.wizard.ParameterPanelPage
Initializes the page with the given page name.
ParameterPanelWithButtons - Class in adams.gui.core
Panel that offers associated buttons on the right-hand side.
ParameterPanelWithButtons() - Constructor for class adams.gui.core.ParameterPanelWithButtons
 
parameters() - Method in class adams.db.ConnectionParameters
Returns the available parameter keys.
parameters(SpreadSheet, int) - Method in class adams.gui.visualization.stats.paintlet.AbstractZOverlayPaintlet
Pass the paramters required by the overlay paintlet
parameters(SpreadSheet, int) - Method in class adams.gui.visualization.stats.paintlet.AbstractZScorePaintlet
pass the required parameters for the paintlet
parameters(SpreadSheet, int, int) - Method in class adams.gui.visualization.stats.paintlet.AbstractOverlayPaintlet
Pass the parameters required by the overlay paintlet
PARAMETERS - adams.gui.tools.wekainvestigator.tab.AbstractInvestigatorTab.SerializationOption
 
PARAMETERS_ENDTAG - Static variable in class adams.doc.javadoc.ScriptletJavadoc
the end comment tag for inserting the generated Javadoc ("parameters").
PARAMETERS_STARTTAG - Static variable in class adams.doc.javadoc.ScriptletJavadoc
the start comment tag for inserting the generated Javadoc ("parameters").
parametersTipText() - Method in class adams.flow.source.AbstractWekaSetupGenerator
Returns the tip text for this property.
parametersTipText() - Method in class adams.flow.source.HttpRequest
Returns the tip text for this property.
paramValue() - Method in enum weka.classifiers.trees.XGBoost.Objective
 
paramValue() - Method in interface weka.classifiers.trees.XGBoost.ParamValueProvider
Provides a proxy object suitable for the XGBoost parameter system in place of this object.
paramValue() - Method in enum weka.classifiers.trees.XGBoost.Predictor
 
paramValue() - Method in enum weka.classifiers.trees.XGBoost.Verbosity
 
parent - Variable in class adams.gui.flow.tree.StateContainer
the parent of the selected node.
parent - Variable in class adams.parser.ActorSuggestion.SuggestionData
the parent.
PARENT - adams.flow.control.ForceFlush.FlushScope
 
PARENT - adams.flow.source.OptionTraverser.TraversalStart
from the parent of this actor.
PARENT - Static variable in interface adams.parser.actorsuggestion.sym
 
PARENT - Static variable in interface adams.parser.externalactorsuggestion.sym
 
PARENT - Static variable in interface adams.parser.templatesuggestion.sym
 
parentComponentActorTipText() - Method in interface adams.flow.core.InteractiveActorWithCustomParentComponent
Returns the tip text for this property.
parentComponentActorTipText() - Method in class adams.flow.source.AbstractInteractiveSource
Returns the tip text for this property.
parentComponentActorTipText() - Method in class adams.flow.source.SelectFile
Returns the tip text for this property.
parentComponentActorTipText() - Method in class adams.flow.source.WekaSelectDataset
Returns the tip text for this property.
parentComponentActorTipText() - Method in class adams.flow.transformer.AbstractInteractiveTransformer
Returns the tip text for this property.
parentNode - Variable in class adams.parser.ActorSuggestion.SuggestionData
the parent node.
parentNode() - Method in class weka.classifiers.trees.m5.RuleNode2
Get the parent of this node
parentTipText() - Method in class adams.parser.ActorSuggestion
Returns the tip text for this property.
parentTipText() - Method in class adams.parser.ActorTemplateSuggestion
Returns the tip text for this property.
parentTipText() - Method in class adams.parser.ExternalActorSuggestion
Returns the tip text for this property.
parse() - Method in class adams.core.base.BaseAnnotation
Parses the annotation string, if necessary.
parse() - Method in class adams.core.UnorderedRange
Parses the range.
parse() - Method in class adams.gui.tools.ConsoleOutputAnalyzerPanel.ConsoleOutputEntry
Parses the raw content.
parse(Properties) - Method in class adams.scripting.command.AbstractCommand
Parses the header information.
parse(Properties) - Method in class adams.scripting.command.AbstractCommandWithResponse
Parses the header information.
parse(Properties) - Method in interface adams.scripting.command.RemoteCommand
Parses the header information.
parse(AbstractField, String) - Method in class adams.db.ReportTableByDBID
Parses the given string according to the given field's type.
parse(AbstractField, String) - Method in class adams.db.ReportTableByID
Parses the given string according to the given field's type.
parse(File, LoggingSupporter) - Static method in class adams.data.json.JsonHelper
Parses the JSON file.
parse(Reader) - Static method in class adams.data.json.JsonHelper
Parses the JSON via a Reader.
parse(Class, String) - Static method in class adams.core.EnumHelper
Parses the given enum string.
parse(String) - Method in enum adams.core.AutoOnOff
Parses the given string and returns the associated enum.
parse(String) - Method in class adams.core.base.ArrayDimensions
Parses the dimension string.
parse(String) - Static method in class adams.core.base.BaseAnnotation.Tag
Parses the tag string (!{...}) and generates a Tag object from it.
parse(String) - Method in class adams.core.base.BaseDimension
Parses the string ("width;height").
parse(String) - Method in class adams.core.base.BaseInterval
Parses the string.
parse(String) - Method in class adams.core.base.BasePointDouble
Parses the string ("x;y").
parse(String) - Method in class adams.core.base.BasePointFloat
Parses the string ("x;y").
parse(String) - Method in class adams.core.base.BasePointInt
Parses the string ("x;y").
parse(String) - Method in class adams.core.base.RangedThreshold
Parses the string into threshold specifications.
parse(String) - Method in enum adams.core.BusinessDays
Parses the given string and returns the associated enum.
parse(String) - Static method in enum adams.core.ByteFormat.Unit
Parses the given string (k|K|m|M|g|G|t|T|p|P|e|E|z|Z|y|Y)(i)? and returns the corresponding unit.
parse(String) - Method in class adams.core.ConfigurableEnumeration
Parses the given string and returns the associated Item, making use of label and ID.
parse(String) - Method in class adams.core.DateFormat
Tries to parse the given string and turns it into a date object.
parse(String) - Method in interface adams.core.EnumWithCustomParsing
Parses the given string and returns the associated enum.
parse(String) - Method in enum adams.core.io.MessageDigestType
Parses the given string and returns the associated enum.
parse(String) - Method in enum adams.core.License
Parses the given string and returns the associated enum.
parse(String) - Static method in enum adams.core.MicroSecondFormat.Unit
Parses the given string (u|m|S|M|H|D|W) and returns the corresponding unit.
parse(String) - Method in enum adams.core.option.UserMode
Parses the given string and returns the associated enum.
parse(String) - Method in class adams.core.Range
Parses the 1-based index, 'first' and 'last' are accepted as well.
parse(String) - Static method in enum adams.core.SecondFormat.Unit
Parses the given string (u|m|S|M|H|D|W) and returns the corresponding unit.
parse(String) - Method in enum adams.core.TriState
Parses the given string and returns the associated enum.
parse(String) - Method in enum adams.data.filter.AbstractFastWavelet.WaveletType
Parses the given string and returns the associated enum.
parse(String) - Method in enum adams.data.image.features.Histogram.HistogramType
Parses the given string and returns the associated enum.
parse(String) - Method in enum adams.data.image.transformer.ImageType.Type
Parses the given string and returns the associated enum.
parse(String) - Method in class adams.data.instance.InstancePoint
Parses a string and instantiates a sequence point of it.
parse(String) - Method in enum adams.data.jai.features.Histogram.HistogramType
Parses the given string and returns the associated enum.
parse(String) - Method in enum adams.data.jai.ImageType
Parses the given string and returns the associated enum.
parse(String) - Method in enum adams.data.padding.PaddingType
Parses the given string and returns the associated enum.
parse(String) - Method in enum adams.data.report.DataType
Parses the given string and returns the associated enum.
parse(String) - Method in class adams.data.spreadsheet.AbstractObjectHandler
Parses the given string.
parse(String) - Method in enum adams.data.spreadsheet.Cell.ContentType
Parses the given string and returns the associated enum.
parse(String) - Method in class adams.data.spreadsheet.JsonObjectHandler
Parses the given string.
parse(String) - Method in class adams.data.spreadsheet.StringObjectHandler
Parses the given string.
parse(String) - Method in enum adams.data.statistics.SPCUtils.Chart
Parses the given string and returns the associated enum.
parse(String) - Method in enum adams.data.statistics.SPCUtils.Rules
Parses the given string and returns the associated enum.
parse(String) - Method in enum adams.flow.core.EvaluationStatistic
Parses the given string and returns the associated enum.
parse(String) - Method in enum adams.flow.core.ExperimentStatistic
Parses the given string and returns the associated enum.
parse(String) - Method in enum adams.flow.core.TesseractLanguage
Parses the given string and returns the associated enum.
parse(String) - Method in enum adams.flow.core.TesseractPageSegmentation
Parses the given string and returns the associated enum.
parse(String) - Method in enum adams.flow.execution.ExecutionStage
Parses the given string and returns the associated enum.
parse(String) - Method in enum adams.flow.sink.WekaThresholdCurve.AttributeName
Parses the given string and returns the associated enum.
parse(String) - Method in enum adams.flow.transformer.WekaClassifierRanker.Measure
Parses the given string and returns the associated enum.
parse(String) - Method in enum adams.gui.core.DragAndDropTree.DropPosition
Parses the given string and returns the associated enum.
parse(String) - Method in class adams.gui.goe.AbstractBasicTypePropertyEditor
Parses the string and returns an object of the correct class.
parse(String) - Method in class adams.gui.goe.ActorPathEditor
Parses the given string and returns the generated object.
parse(String) - Method in class adams.gui.goe.BaseBooleanEditor
Parses the given string and returns the generated object.
parse(String) - Method in class adams.gui.goe.BaseObjectEditor
Parses the given string and returns the generated object.
parse(String) - Method in class adams.gui.goe.BaseRegExpEditor
Parses the given string and returns the generated object.
parse(String) - Method in class adams.gui.goe.BooleanEditor
Parses the string and returns an object of the correct class.
parse(String) - Method in class adams.gui.goe.ByteEditor
Parses the string and returns an object of the correct class.
parse(String) - Method in class adams.gui.goe.CallableActorReferenceEditor
Parses the given string and returns the generated object.
parse(String) - Method in class adams.gui.goe.DoubleEditor
Parses the string and returns an object of the correct class.
parse(String) - Method in class adams.gui.goe.EventReferenceEditor
Parses the given string and returns the generated object.
parse(String) - Method in class adams.gui.goe.FloatEditor
Parses the string and returns an object of the correct class.
parse(String) - Method in class adams.gui.goe.IndexEditor
Parses the given string and returns the generated object.
parse(String) - Method in class adams.gui.goe.IntegerEditor
Parses the string and returns an object of the correct class.
parse(String) - Method in class adams.gui.goe.JdbcUrlEditor
Parses the given string and returns the generated object.
parse(String) - Method in class adams.gui.goe.LongEditor
Parses the string and returns an object of the correct class.
parse(String) - Method in class adams.gui.goe.RangeEditor
Parses the given string and returns the generated object.
parse(String) - Method in class adams.gui.goe.SheetIndexEditor
Parses the given string and returns the generated object.
parse(String) - Method in class adams.gui.goe.SheetRangeEditor
Parses the given string and returns the generated object.
parse(String) - Method in class adams.gui.goe.ShortEditor
Parses the string and returns an object of the correct class.
parse(String) - Method in class adams.gui.goe.SpreadSheetColumnIndexEditor
Parses the given string and returns the generated object.
parse(String) - Method in class adams.gui.goe.SpreadSheetColumnRangeEditor
Parses the given string and returns the generated object.
parse(String) - Method in class adams.gui.goe.SpreadSheetRowIndexEditor
Parses the given string and returns the generated object.
parse(String) - Method in class adams.gui.goe.SpreadSheetRowRangeEditor
Parses the given string and returns the generated object.
parse(String) - Method in class adams.gui.goe.SpreadSheetUnorderedColumnRangeEditor
Parses the given string and returns the generated object.
parse(String) - Method in class adams.gui.goe.SpreadSheetUnorderedRowRangeEditor
Parses the given string and returns the generated object.
parse(String) - Method in class adams.gui.goe.StringEditor
Parses the string and returns an object of the correct class.
parse(String) - Method in class adams.gui.goe.TriggerableEventReferenceEditor
Parses the given string and returns the generated object.
parse(String) - Method in class adams.gui.goe.TriStateEditor
Parses the string and returns an object of the correct class.
parse(String) - Method in class adams.gui.goe.UnorderedRangeEditor
Parses the given string and returns the generated object.
parse(String) - Method in class adams.gui.goe.WekaAttributeIndexEditor
Parses the given string and returns the generated object.
parse(String) - Method in class adams.gui.goe.WekaAttributeRangeEditor
Parses the given string and returns the generated object.
parse(String) - Method in class adams.gui.goe.WekaLabelIndexEditor
Parses the given string and returns the generated object.
parse(String) - Method in class adams.gui.goe.WekaLabelRangeEditor
Parses the given string and returns the generated object.
parse(String) - Method in class adams.gui.goe.WekaUnorderedAttributeRangeEditor
Parses the given string and returns the generated object.
parse(String) - Method in class adams.gui.visualization.core.axis.Formatter
Parses the given string.
parse(String) - Method in enum adams.gui.visualization.core.axis.Type
Returns the corresponding type.
parse(String) - Static method in enum adams.gui.visualization.core.plot.Axis
Returns an enum generated from the string.
parse(String) - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowPoint
Parses a string and instantiates a sequence point of it.
parse(String[], char) - Static method in class weka.core.WekaOptionUtils
Parses an array option, returns all the occurrences of the option as a string array.
parse(String[], char, double) - Static method in class weka.core.WekaOptionUtils
Parses a double option, uses default if option is missing.
parse(String[], char, float) - Static method in class weka.core.WekaOptionUtils
Parses a float option, uses default if option is missing.
parse(String[], char, int) - Static method in class weka.core.WekaOptionUtils
Parses an int option, uses default if option is missing.
parse(String[], char, long) - Static method in class weka.core.WekaOptionUtils
Parses an long option, uses default if option is missing.
parse(String[], char, BaseObject) - Static method in class weka.core.WekaOptionUtils
Parses a BaseObject option, uses default if option is missing.
parse(String[], char, BaseObject[]) - Static method in class weka.core.WekaOptionUtils
Parses a BaseObject option, uses default if option is missing.
parse(String[], char, Index) - Static method in class weka.core.WekaOptionUtils
Parses an Index option, uses default if option is missing.
parse(String[], char, Index[]) - Static method in class weka.core.WekaOptionUtils
Parses an Index option, uses default if option is missing.
parse(String[], char, OptionHandler) - Static method in class weka.core.WekaOptionUtils
Parses an adams.core.option.OptionHandler option, uses default if option is missing.
parse(String[], char, OptionHandler[], Class) - Static method in class weka.core.WekaOptionUtils
Parses an adams.core.option.OptionHandler array option, uses default if option is missing.
parse(String[], char, Range) - Static method in class weka.core.WekaOptionUtils
Parses a Range option, uses default if option is missing.
parse(String[], char, Range[]) - Static method in class weka.core.WekaOptionUtils
Parses a Range option, uses default if option is missing.
parse(String[], char, File) - Static method in class weka.core.WekaOptionUtils
Parses a File option, uses default if option is missing.
parse(String[], char, Class<T>) - Static method in class weka.core.WekaOptionUtils
Parses an array option, returns all the occurrences of the option as a string array.
parse(String[], char, Enum) - Static method in class weka.core.WekaOptionUtils
Parses an enum option, uses default if option is missing.
parse(String[], char, String) - Static method in class weka.core.WekaOptionUtils
Parses a String option, uses default if option is missing.
parse(String[], char, OptionHandler) - Static method in class weka.core.WekaOptionUtils
Parses an OptionHandler option, uses default if option is missing.
parse(String[], char, OptionHandler[], Class) - Static method in class weka.core.WekaOptionUtils
Parses an OptionHandler array option, uses default if option is missing.
parse(String[], String) - Static method in class weka.core.WekaOptionUtils
Parses an array option, returns all the occurrences of the option as a string array.
parse(String[], String, double) - Static method in class weka.core.WekaOptionUtils
Parses a double option, uses default if option is missing.
parse(String[], String, float) - Static method in class weka.core.WekaOptionUtils
Parses a float option, uses default if option is missing.
parse(String[], String, int) - Static method in class weka.core.WekaOptionUtils
Parses an int option, uses default if option is missing.
parse(String[], String, long) - Static method in class weka.core.WekaOptionUtils
Parses a long option, uses default if option is missing.
parse(String[], String, BaseObject) - Static method in class weka.core.WekaOptionUtils
Parses a BaseObject option, uses default if option is missing.
parse(String[], String, BaseObject[]) - Static method in class weka.core.WekaOptionUtils
Parses a BaseObject option, uses default if option is missing.
parse(String[], String, Index) - Static method in class weka.core.WekaOptionUtils
Parses a Index option, uses default if option is missing.
parse(String[], String, Index[]) - Static method in class weka.core.WekaOptionUtils
Parses a Index option, uses default if option is missing.
parse(String[], String, PlaceholderDirectory) - Static method in class weka.core.WekaOptionUtils
Parses a PlaceholderDirectory option, uses default if option is missing.
parse(String[], String, PlaceholderFile) - Static method in class weka.core.WekaOptionUtils
Parses a PlaceholderFile option, uses default if option is missing.
parse(String[], String, OptionHandler) - Static method in class weka.core.WekaOptionUtils
Parses an adams.core.option.OptionHandler option, uses default if option is missing.
parse(String[], String, OptionHandler[], Class) - Static method in class weka.core.WekaOptionUtils
Parses an adams.core.option.OptionHandler array option, uses default if option is missing.
parse(String[], String, Range) - Static method in class weka.core.WekaOptionUtils
Parses a Range option, uses default if option is missing.
parse(String[], String, Range[]) - Static method in class weka.core.WekaOptionUtils
Parses a Range option, uses default if option is missing.
parse(String[], String, File) - Static method in class weka.core.WekaOptionUtils
Parses a File option, uses default if option is missing.
parse(String[], String, Class<T>) - Static method in class weka.core.WekaOptionUtils
Parses an array option, returns all the occurrences of the option as a string array.
parse(String[], String, Enum) - Static method in class weka.core.WekaOptionUtils
Parses an enum option, uses default if option is missing.
parse(String[], String, Object, Class) - Static method in class weka.core.WekaOptionUtils
Parses an array option, uses default if option is missing.
parse(String[], String, String) - Static method in class weka.core.WekaOptionUtils
Parses a String option, uses default if option is missing.
parse(String[], String, OptionHandler) - Static method in class weka.core.WekaOptionUtils
Parses an OptionHandler option, uses default if option is missing.
parse(String[], String, OptionHandler[], Class) - Static method in class weka.core.WekaOptionUtils
Parses an OptionHandler array option, uses default if option is missing.
parse(StringBuilder) - Method in class adams.core.Range
Parses the string and generates the sub-ranges.
parse(String, boolean) - Method in class adams.core.base.BaseDate
Parses the given date string.
parse(String, boolean) - Method in class adams.core.base.BaseDateTime
Parses the given date string.
parse(String, boolean) - Method in class adams.core.base.BaseDateTimeMsec
Parses the given date string.
parse(String, boolean) - Method in class adams.core.base.BaseTime
Parses the given date string.
parse(String, boolean) - Method in class adams.core.base.BaseTimeMsec
Parses the given date string.
parse(String, int) - Method in class adams.core.AbstractDataBackedIndex
Parses the string and checks it against the maximum.
parse(String, int) - Method in class adams.core.AbstractDataBackedRange
Parses the 1-based index, 'first' and 'last' are accepted as well.
parse(String, int) - Method in class adams.core.Index
Parses the string and checks it against the maximum.
parse(String, int) - Method in class adams.core.Range
Parses the 1-based index, 'first' and 'last' are accepted as well.
parse(String, LoggingSupporter) - Static method in class adams.data.json.JsonHelper
Parses the JSON String.
parse(String, MessageCollection) - Method in class adams.scripting.processor.DefaultProcessor
Instantiates the command from the received data string.
parse(String, MessageCollection) - Method in class adams.scripting.processor.JsonProcessor
Instantiates the command from the received data string.
parse(String, MessageCollection) - Method in interface adams.scripting.processor.RemoteCommandProcessor
Instantiates the command from the received data string.
parse(List<String>) - Method in class adams.gui.tools.ConsoleOutputAnalyzerPanel.ConsoleOutput
Parses the content.
parse(DefaultMutableTreeNode, String) - Method in class adams.gui.tools.OptionTree
Parses the given option and adds the generated parts to the parent.
PARSE - Static variable in interface adams.parser.spreadsheetquery.sym
 
parseAttribute(String) - Method in class adams.data.io.input.SimpleArffSpreadSheetReader
Extracts the attribute name, type and date format from the line.
parseAttribute(String) - Method in class weka.core.converters.SimpleArffLoader
Extracts the attribute name, type and date format from the line.
parseBoolean(String) - Method in class adams.gui.visualization.report.reportfactory.AbstractTableAction
Parses a string as boolean.
parseClassify(byte[]) - Method in class weka.classifiers.meta.socketfacade.AbstractDataPreparation
Parses the data received from the process, to be returned by the Classifier.classifyInstance(Instance) method.
parseClassify(byte[]) - Method in class weka.classifiers.meta.socketfacade.Simple
Parses the data received from the process, to be returned by the Classifier.classifyInstance(Instance) method.
parseContent(String) - Method in interface adams.data.spreadsheet.Cell
Attempts to determine the data type of the string.
parseContent(String) - Method in class adams.data.spreadsheet.CellView
Attempts to determine the data type of the string.
parseContent(String) - Method in class adams.data.spreadsheet.DoubleCell
Attempts to determine the data type of the string.
parseContent(String) - Method in class adams.data.spreadsheet.FloatCell
Attempts to determine the data type of the string.
parseContent(String) - Method in class adams.ml.data.DataCellView
Attempts to determine the data type of the string.
parseContent(String, Cell.ContentType) - Method in interface adams.data.spreadsheet.Cell
Parses the content of the cell using the specified type.
parseContent(String, Cell.ContentType) - Method in class adams.data.spreadsheet.CellView
Parses the content of the cell using the specified type.
parseContent(String, Cell.ContentType) - Method in class adams.data.spreadsheet.DoubleCell
Parses the content of the cell using the specified type.
parseContent(String, Cell.ContentType) - Method in class adams.data.spreadsheet.FloatCell
Parses the content of the cell using the specified type.
parseContent(String, Cell.ContentType) - Method in class adams.ml.data.DataCellView
Parses the content of the cell using the specified type.
parseCoords(String) - Method in class adams.data.io.input.ObjectLocationsSpreadSheetReader
Parses comma-separated list of coordinates and returns a double array.
parseDense(Instances, String) - Method in class weka.core.converters.SimpleArffLoader
Parses a dense instance.
ParsedErrorHandler - Class in adams.gui.flow.tabhandler
Manages the output from actor processors.
ParsedErrorHandler(FlowPanel) - Constructor for class adams.gui.flow.tabhandler.ParsedErrorHandler
Initializes the tab handler
ParsedErrorHandler.ParseOutput - Class in adams.gui.flow.tabhandler
Container class.
ParsedErrorTab - Class in adams.gui.flow.tab
For displaying the panels for parsed errors.
ParsedErrorTab() - Constructor for class adams.gui.flow.tab.ParsedErrorTab
 
parseDimensions(String) - Method in class adams.flow.source.NewArray
Parses the dimensions.
parseDistribution(byte[], int) - Method in class weka.classifiers.meta.socketfacade.AbstractDataPreparation
Parses the data received from the process, to be returned by the Classifier.distributionForInstance(Instance) method.
parseDistribution(byte[], int) - Method in class weka.classifiers.meta.socketfacade.Simple
Parses the data received from the process, to be returned by the Classifier.distributionForInstance(Instance) method.
parseDouble(String) - Method in class adams.gui.visualization.report.reportfactory.AbstractTableAction
Parses a string as double.
parseField(String) - Static method in class adams.data.report.AbstractField
Parses the given string and returns the field.
parseField(String) - Static method in class adams.data.report.Field
Parses the given string and returns the field.
parseField(String) - Static method in class adams.data.report.PrefixField
Parses the given string and returns the field.
parseField(String) - Static method in class adams.data.report.SuffixField
Parses the given string and returns the field.
parseFormat(String, boolean) - Method in class adams.core.ByteFormat
Parses the format.
parseFormat(String, boolean) - Method in class adams.core.MicroSecondFormat
Parses the format.
parseFormat(String, boolean) - Method in class adams.core.SecondFormat
Parses the format.
parseFormulasTipText() - Method in class adams.data.io.input.CsvSpreadSheetReader
Returns the tip text for this property.
ParseOutput(FlowPanel, String) - Constructor for class adams.gui.flow.tabhandler.ParsedErrorHandler.ParseOutput
Initializes the container.
parsePath(String) - Static method in class adams.core.discovery.PropertyPath.Path
returns a path object based on the given path string.
parsePlaceholder(String, int) - Method in class adams.core.Index
Parses the placeholder.
parsePlaceholder(String, int) - Method in class adams.core.Range
Parses the placeholder.
parseProperties(Properties) - Static method in class adams.data.report.Report
Parses the properties (generated with the toProperties() method) and generates a report object from it.
Parser - Class in adams.parser.actorsuggestion
CUP v0.11b 20160615 (GIT 4ac7450) generated parser.
Parser - Class in adams.parser.basedate
CUP v0.11b 20160615 (GIT 4ac7450) generated parser.
Parser - Class in adams.parser.basedatetime
CUP v0.11b 20160615 (GIT 4ac7450) generated parser.
Parser - Class in adams.parser.basedatetimemsec
CUP v0.11b 20160615 (GIT 4ac7450) generated parser.
Parser - Class in adams.parser.basetime
CUP v0.11b 20160615 (GIT 4ac7450) generated parser.
Parser - Class in adams.parser.basetimemsec
CUP v0.11b 20160615 (GIT 4ac7450) generated parser.
Parser - Class in adams.parser.booleanexpression
CUP v0.11b 20160615 (GIT 4ac7450) generated parser.
Parser - Class in adams.parser.externalactorsuggestion
CUP v0.11b 20160615 (GIT 4ac7450) generated parser.
Parser - Class in adams.parser.lookupupdate
CUP v0.11b 20160615 (GIT 4ac7450) generated parser.
Parser - Class in adams.parser.mathematicalexpression
CUP v0.11b 20160615 (GIT 4ac7450) generated parser.
Parser - Class in adams.parser.spreadsheetformula
CUP v0.11b 20160615 (GIT 4ac7450) generated parser.
Parser - Class in adams.parser.spreadsheetquery
CUP v0.11b 20160615 (GIT 4ac7450) generated parser.
Parser - Class in adams.parser.stringexpression
CUP v0.11b 20160615 (GIT 4ac7450) generated parser.
Parser - Class in adams.parser.templatesuggestion
CUP v0.11b 20160615 (GIT 4ac7450) generated parser.
Parser() - Constructor for class adams.parser.actorsuggestion.Parser
Deprecated.
Parser() - Constructor for class adams.parser.basedate.Parser
Deprecated.
Parser() - Constructor for class adams.parser.basedatetime.Parser
Deprecated.
Parser() - Constructor for class adams.parser.basedatetimemsec.Parser
Deprecated.
Parser() - Constructor for class adams.parser.basetime.Parser
Deprecated.
Parser() - Constructor for class adams.parser.basetimemsec.Parser
Deprecated.
Parser() - Constructor for class adams.parser.booleanexpression.Parser
Deprecated.
Parser() - Constructor for class adams.parser.externalactorsuggestion.Parser
Deprecated.
Parser() - Constructor for class adams.parser.lookupupdate.Parser
Deprecated.
Parser() - Constructor for class adams.parser.mathematicalexpression.Parser
Deprecated.
Parser() - Constructor for class adams.parser.spreadsheetformula.Parser
Deprecated.
Parser() - Constructor for class adams.parser.spreadsheetquery.Parser
Deprecated.
Parser() - Constructor for class adams.parser.stringexpression.Parser
Deprecated.
Parser() - Constructor for class adams.parser.templatesuggestion.Parser
Deprecated.
Parser(Scanner) - Constructor for class adams.parser.actorsuggestion.Parser
Deprecated.
Parser(Scanner) - Constructor for class adams.parser.basedate.Parser
Deprecated.
Parser(Scanner) - Constructor for class adams.parser.basedatetime.Parser
Deprecated.
Parser(Scanner) - Constructor for class adams.parser.basedatetimemsec.Parser
Deprecated.
Parser(Scanner) - Constructor for class adams.parser.basetime.Parser
Deprecated.
Parser(Scanner) - Constructor for class adams.parser.basetimemsec.Parser
Deprecated.
Parser(Scanner) - Constructor for class adams.parser.booleanexpression.Parser
Deprecated.
Parser(Scanner) - Constructor for class adams.parser.externalactorsuggestion.Parser
Deprecated.
Parser(Scanner) - Constructor for class adams.parser.lookupupdate.Parser
Deprecated.
Parser(Scanner) - Constructor for class adams.parser.mathematicalexpression.Parser
Deprecated.
Parser(Scanner) - Constructor for class adams.parser.spreadsheetformula.Parser
Deprecated.
Parser(Scanner) - Constructor for class adams.parser.spreadsheetquery.Parser
Deprecated.
Parser(Scanner) - Constructor for class adams.parser.stringexpression.Parser
Deprecated.
Parser(Scanner) - Constructor for class adams.parser.templatesuggestion.Parser
Deprecated.
Parser(Scanner, SymbolFactory) - Constructor for class adams.parser.actorsuggestion.Parser
Constructor which sets the default scanner.
Parser(Scanner, SymbolFactory) - Constructor for class adams.parser.basedate.Parser
Constructor which sets the default scanner.
Parser(Scanner, SymbolFactory) - Constructor for class adams.parser.basedatetime.Parser
Constructor which sets the default scanner.
Parser(Scanner, SymbolFactory) - Constructor for class adams.parser.basedatetimemsec.Parser
Constructor which sets the default scanner.
Parser(Scanner, SymbolFactory) - Constructor for class adams.parser.basetime.Parser
Constructor which sets the default scanner.
Parser(Scanner, SymbolFactory) - Constructor for class adams.parser.basetimemsec.Parser
Constructor which sets the default scanner.
Parser(Scanner, SymbolFactory) - Constructor for class adams.parser.booleanexpression.Parser
Constructor which sets the default scanner.
Parser(Scanner, SymbolFactory) - Constructor for class adams.parser.externalactorsuggestion.Parser
Constructor which sets the default scanner.
Parser(Scanner, SymbolFactory) - Constructor for class adams.parser.lookupupdate.Parser
Constructor which sets the default scanner.
Parser(Scanner, SymbolFactory) - Constructor for class adams.parser.mathematicalexpression.Parser
Constructor which sets the default scanner.
Parser(Scanner, SymbolFactory) - Constructor for class adams.parser.spreadsheetformula.Parser
Constructor which sets the default scanner.
Parser(Scanner, SymbolFactory) - Constructor for class adams.parser.spreadsheetquery.Parser
Constructor which sets the default scanner.
Parser(Scanner, SymbolFactory) - Constructor for class adams.parser.stringexpression.Parser
Constructor which sets the default scanner.
Parser(Scanner, SymbolFactory) - Constructor for class adams.parser.templatesuggestion.Parser
Constructor which sets the default scanner.
parseRange(String) - Method in class adams.core.base.MatrixSubset
Checks whether a row/column specification is valid.
parseReport(String) - Static method in class adams.data.report.Report
Parses the string generated by the toString() method.
ParserFunction - Interface in adams.parser.plugin
Interface for functions to be used in parsers.
ParserHelper - Class in adams.parser
Helper class for parsers.
ParserHelper - Class in adams.parser.spreadsheetformula
Helper class for spreadsheet formulas.
ParserHelper - Class in adams.parser.spreadsheetquery
Helper class for spreadsheet formulas.
ParserHelper() - Constructor for class adams.parser.ParserHelper
Initializes the helper.
ParserHelper() - Constructor for class adams.parser.spreadsheetformula.ParserHelper
 
ParserHelper() - Constructor for class adams.parser.spreadsheetquery.ParserHelper
 
ParserProcedure - Interface in adams.parser.plugin
Interface for procedures to be used in parsers.
parseSparse(Instances, String) - Method in class weka.core.converters.SimpleArffLoader
Parses a data row in sparse format.
ParseStopException(String, Locator) - Constructor for exception adams.data.io.input.ExcelStreamingSpreadSheetReader.ParseStopException
 
parseString(String) - Method in class weka.classifiers.meta.AbstainAverage
Expect ; separated entries with min,max,difference e.g.
parseString(String) - Method in class weka.classifiers.meta.AbstainAverageWithClassifierWeights
Expect ; separated entries with min,max,difference e.g.
parseString(String) - Method in class weka.classifiers.meta.AbstainVote
Expect ; separated entries with min,max,difference e.g.
parseString(String, DateFormatString) - Static method in class adams.core.DateUtils
Parses the given date/time string according to the format.
parseString(String, String) - Static method in class adams.core.DateUtils
Parses the given date/time string according to the format.
parseSubRange(String) - Method in class adams.core.UnorderedRange
Parses the subrange.
parseSubRange(String) - Method in class adams.data.spreadsheet.SpreadSheetUnorderedColumnRange
Parses the subrange.
parseSubRange(String) - Method in class adams.data.spreadsheet.SpreadSheetUnorderedRowRange
Parses the subrange.
parseSubRange(String) - Method in class adams.data.weka.WekaUnorderedAttributeRange
Parses the subrange.
parseTrain(byte[]) - Method in class weka.classifiers.meta.socketfacade.AbstractDataPreparation
Parses the data received from the process from the training process.
parseTrain(byte[]) - Method in class weka.classifiers.meta.socketfacade.Simple
Parses the data received from the process from the training process.
parseWeights(String) - Method in class weka.classifiers.meta.AbstainAverageWithClassifierWeights
Expect "1,1,1,1"
Part - Class in adams.doc.docbook
Represents the "part" tag.
Part() - Constructor for class adams.doc.docbook.Part
Initializes the tag.
Part(String) - Constructor for class adams.doc.docbook.Part
Initializes the tag.
partialCountsTipText() - Method in class adams.flow.transformer.CountObjectsInPolygon
Returns the tip text for this property.
partialCountsTipText() - Method in class adams.flow.transformer.CountObjectsInRegion
Returns the tip text for this property.
partialDirTipText() - Method in class adams.flow.source.RSync
 
PartialLeastSquaresTab - Class in adams.gui.tools.wekainvestigator.tab
Visualizes the PLS loadings and PLS space calculated from the selected dataset.
PartialLeastSquaresTab() - Constructor for class adams.gui.tools.wekainvestigator.tab.PartialLeastSquaresTab
 
partialTipText() - Method in class adams.data.image.transformer.subimages.AbstractSubImagesGenerator
Returns the tip text for this property.
partialTipText() - Method in class adams.data.objectfinder.ObjectsInPolygon
Returns the tip text for this property.
partialTipText() - Method in class adams.data.objectfinder.ObjectsInRegion
Returns the tip text for this property.
partialTipText() - Method in class adams.flow.source.RSync
 
PartitionedMultiFilter2 - Class in weka.filters.unsupervised.attribute
A filter that applies filters on subsets of attributes and assembles the output into a new dataset.
PartitionedMultiFilter2() - Constructor for class weka.filters.unsupervised.attribute.PartitionedMultiFilter2
 
PartitionedStacking - Class in weka.classifiers.meta
Builds the base-classifiers on subsets of the data defined by ranges that correspond to the base-classifiers.
PartitionedStacking() - Constructor for class weka.classifiers.meta.PartitionedStacking
 
PascalVOCObjectLocationsReader - Class in adams.data.io.input
Reads object locations in Pascal VOC format.

See more:
https://github.com/WaikatoLink2020/objdet-predictions-exchange-format

PascalVOCObjectLocationsReader() - Constructor for class adams.data.io.input.PascalVOCObjectLocationsReader
 
pass(SpreadSheet, String) - Method in class adams.gui.visualization.stats.boxplot.BoxPlotGraph
Passes in the data to construct the box plot graph
PassThrough - Class in adams.core.command.output
Simply forwards the received output without any processing.
PassThrough - Class in adams.data.barcode.decode
Dummy decoder, does nothing.
PassThrough - Class in adams.data.barcode.encode
* Dummy barcode type, draws nothing.
PassThrough - Class in adams.data.baseline
Dummy scheme, performs no basline correction at all.
PassThrough - Class in adams.data.binning.postprocessing
Performs no post-processing.
PassThrough - Class in adams.data.boofcv.multiimageoperation
Dummy operation, simply passes on the input images.
PassThrough - Class in adams.data.boofcv.transformer
A dummy transform that just passes the image through.
PassThrough<T extends DataContainer> - Class in adams.data.filter
A dummy filter that just passes the data through.
PassThrough - Class in adams.data.groupupdate
Performs no update.
PassThrough - Class in adams.data.idupdate
Performs no update.
PassThrough - Class in adams.data.image.multiimageoperation
Dummy operation, simply passes on the input images.
PassThrough - Class in adams.data.image.transformer
A dummy transform that just passes the image through.
PassThrough - Class in adams.data.image.transformer.subimages
Dummy generator, simply passes the original image through.
PassThrough - Class in adams.data.imagesegmentation.filter
Dummy, just passes through the container.
PassThrough - Class in adams.data.imagesegmentation.operation
Dummy, just passes through the containers.
PassThrough - Class in adams.data.noise
A dummy denoiser, which removes no noise at all.
PassThrough - Class in adams.data.objectfilter
Dummy, just returns the incoming object list.
PassThrough - Class in adams.data.opencv.multiimageoperation
Dummy operation, simply passes on the input images.
PassThrough - Class in adams.data.opencv.transformer
A dummy transform that just passes the image through.
PassThrough - Class in adams.data.outlier
A dummy detector that detects nothing.
PassThrough - Class in adams.data.overlappingobjectremoval
Does nothing, just returns the image objects as is.
PassThrough - Class in adams.data.report
A dummy filter that just passes the data through.
PassThrough - Class in adams.data.smoothing
A dummy smoother that just passes the data through.
PassThrough - Class in adams.data.splitgenerator.generic.randomization
Performs no randomization.
PassThrough - Class in adams.data.splitgenerator.generic.stratification
Performs no stratification.
PassThrough - Class in adams.data.spreadsheet.filter
Dummy filter.
PassThrough - Class in adams.data.weka.evaluator
A dummy evaluator that OKs all data.
PassThrough - Class in adams.db.upgrade
A dummy upgrader, does nothing.
PassThrough - Class in adams.flow.control.plotprocessor
Dummy processor which never generates any new containers.
PassThrough - Class in adams.flow.sink.canvas
Dummy post-processor, does nothing.
PassThrough - Class in adams.flow.sink.sequenceplotter
Performs no post-processing at all.
PassThrough - Class in adams.flow.transformer.imagepreparation
Dummy, performs no preparation.
PassThrough - Class in adams.flow.transformer.locateobjects
Dummy, just forwards container with input image.
PassThrough - Class in adams.flow.transformer.mapfilter
Dummy, performs no filtering.
PassThrough - Class in adams.flow.transformer.multimapoperation
Dummy, just passes through the data.
PassThrough - Class in adams.flow.transformer.multispreadsheetoperation
Dummy, just passes through the data.
PassThrough - Class in adams.flow.transformer
Dummy transformer that passes tokens through.
PassThrough - Class in adams.flow.transformer.pdfstamp
Dummy, performs no stamping at all.
PassThrough - Class in adams.flow.transformer.timeseriessplit
Performs no splitting, just passes through the original timeseries.
PassThrough - Class in adams.flow.transformer.wekaclassifiersetupprocessor
Simply returns the same setups.
PassThrough - Class in adams.flow.transformer.wekaclusterer
Dummy post-processor that just returns the model container as it is.
PassThrough - Class in adams.flow.transformer.wekaevaluationpostprocessor
Does nothing, just passes through the input data.
PassThrough - Class in adams.gui.visualization.object.objectannotations.check
Dummy, performs no checks.
PassThrough - Class in adams.gui.visualization.object.objectannotations.cleaning
Performs no cleaning, just passes through the annotations.
PassThrough - Class in adams.gui.visualization.sequence.pointpreprocessor
Dummy, does nothing.
PassThrough - Class in adams.ml.preprocessing.unsupervised
Dummy, just passes through the data.
PassThrough - Class in weka.core.tokenizers.cleaners
Dummy, never removes a token.
PassThrough - Class in weka.filters.unsupervised.instance.multirowprocessor.processor
Just passes through the data.
PassThrough() - Constructor for class adams.core.command.output.PassThrough
 
PassThrough() - Constructor for class adams.data.barcode.decode.PassThrough
 
PassThrough() - Constructor for class adams.data.barcode.encode.PassThrough
 
PassThrough() - Constructor for class adams.data.baseline.PassThrough
 
PassThrough() - Constructor for class adams.data.binning.postprocessing.PassThrough
 
PassThrough() - Constructor for class adams.data.boofcv.multiimageoperation.PassThrough
 
PassThrough() - Constructor for class adams.data.boofcv.transformer.PassThrough
 
PassThrough() - Constructor for class adams.data.filter.PassThrough
 
PassThrough() - Constructor for class adams.data.groupupdate.PassThrough
 
PassThrough() - Constructor for class adams.data.idupdate.PassThrough
 
PassThrough() - Constructor for class adams.data.image.multiimageoperation.PassThrough
 
PassThrough() - Constructor for class adams.data.image.transformer.PassThrough
 
PassThrough() - Constructor for class adams.data.image.transformer.subimages.PassThrough
 
PassThrough() - Constructor for class adams.data.imagesegmentation.filter.PassThrough
 
PassThrough() - Constructor for class adams.data.imagesegmentation.operation.PassThrough
 
PassThrough() - Constructor for class adams.data.noise.PassThrough
 
PassThrough() - Constructor for class adams.data.objectfilter.PassThrough
 
PassThrough() - Constructor for class adams.data.opencv.multiimageoperation.PassThrough
 
PassThrough() - Constructor for class adams.data.opencv.transformer.PassThrough
 
PassThrough() - Constructor for class adams.data.outlier.PassThrough
 
PassThrough() - Constructor for class adams.data.overlappingobjectremoval.PassThrough
 
PassThrough() - Constructor for class adams.data.report.PassThrough
 
PassThrough() - Constructor for class adams.data.smoothing.PassThrough
 
PassThrough() - Constructor for class adams.data.splitgenerator.generic.randomization.PassThrough
 
PassThrough() - Constructor for class adams.data.splitgenerator.generic.stratification.PassThrough
 
PassThrough() - Constructor for class adams.data.spreadsheet.filter.PassThrough
 
PassThrough() - Constructor for class adams.data.weka.evaluator.PassThrough
 
PassThrough() - Constructor for class adams.db.upgrade.PassThrough
 
PassThrough() - Constructor for class adams.flow.control.plotprocessor.PassThrough
 
PassThrough() - Constructor for class adams.flow.sink.canvas.PassThrough
 
PassThrough() - Constructor for class adams.flow.sink.sequenceplotter.PassThrough
 
PassThrough() - Constructor for class adams.flow.transformer.imagepreparation.PassThrough
 
PassThrough() - Constructor for class adams.flow.transformer.locateobjects.PassThrough
 
PassThrough() - Constructor for class adams.flow.transformer.mapfilter.PassThrough
 
PassThrough() - Constructor for class adams.flow.transformer.multimapoperation.PassThrough
 
PassThrough() - Constructor for class adams.flow.transformer.multispreadsheetoperation.PassThrough
 
PassThrough() - Constructor for class adams.flow.transformer.PassThrough
 
PassThrough() - Constructor for class adams.flow.transformer.pdfstamp.PassThrough
 
PassThrough() - Constructor for class adams.flow.transformer.timeseriessplit.PassThrough
 
PassThrough() - Constructor for class adams.flow.transformer.wekaclassifiersetupprocessor.PassThrough
 
PassThrough() - Constructor for class adams.flow.transformer.wekaclusterer.PassThrough
 
PassThrough() - Constructor for class adams.flow.transformer.wekaevaluationpostprocessor.PassThrough
 
PassThrough() - Constructor for class adams.gui.visualization.object.objectannotations.check.PassThrough
 
PassThrough() - Constructor for class adams.gui.visualization.object.objectannotations.cleaning.PassThrough
 
PassThrough() - Constructor for class adams.gui.visualization.sequence.pointpreprocessor.PassThrough
 
PassThrough() - Constructor for class adams.ml.preprocessing.unsupervised.PassThrough
 
PassThrough() - Constructor for class weka.core.tokenizers.cleaners.PassThrough
 
PassThrough() - Constructor for class weka.filters.unsupervised.instance.multirowprocessor.processor.PassThrough
 
PassThroughProcessor - Class in adams.gui.tools.spreadsheetprocessor.processors
Just passes through the data.
PassThroughProcessor() - Constructor for class adams.gui.tools.spreadsheetprocessor.processors.PassThroughProcessor
 
PASSWORD - adams.core.PropertiesDataType
 
PASSWORD - adams.gui.core.PropertiesParameterPanel.PropertyType
password.
PASSWORD_CHAR - Static variable in class adams.core.Constants
the character to use for "hiding" the password characters.
PASSWORD_PLAIN - adams.gui.core.PropertiesParameterPanel.PropertyType
password (plain text).
PasswordDialog - Class in adams.gui.dialog
Simple dialog for entering a password.
PasswordDialog(Dialog) - Constructor for class adams.gui.dialog.PasswordDialog
Creates a modeless dialog without a title with the specified Dialog as its owner.
PasswordDialog(Dialog, Dialog.ModalityType) - Constructor for class adams.gui.dialog.PasswordDialog
Creates a dialog with the specified owner Dialog and modality.
PasswordDialog(Dialog, String) - Constructor for class adams.gui.dialog.PasswordDialog
Creates a modeless dialog with the specified title and with the specified owner dialog.
PasswordDialog(Dialog, String, Dialog.ModalityType) - Constructor for class adams.gui.dialog.PasswordDialog
Creates a dialog with the specified title, modality and the specified owner Dialog.
PasswordDialog(Frame) - Constructor for class adams.gui.dialog.PasswordDialog
Creates a modeless dialog without a title with the specified Frame as its owner.
PasswordDialog(Frame, boolean) - Constructor for class adams.gui.dialog.PasswordDialog
Creates a dialog with the specified owner Frame, modality and an empty title.
PasswordDialog(Frame, String) - Constructor for class adams.gui.dialog.PasswordDialog
Creates a modeless dialog with the specified title and with the specified owner frame.
PasswordDialog(Frame, String, boolean) - Constructor for class adams.gui.dialog.PasswordDialog
Creates a dialog with the specified owner Frame, modality and title.
passwordFileTipText() - Method in class adams.flow.source.RSync
 
PasswordGenerator - Interface in adams.core.password
Interface for password generators.
PasswordPrompter - Interface in adams.core
Interface for classes that prompt the user to enter a password.
PasswordSupporter - Interface in adams.core
Interface for classes that handle a password.
passwordTipText() - Method in class adams.core.option.DatabaseActorExecutionClassProducer
Returns the tip text for this property.
passwordTipText() - Method in class adams.db.AbstractDatabaseConnection
Returns the tip text for this property.
passwordTipText() - Method in class adams.db.AbstractDatabaseObjectWithOptionHandling
Returns the tip text for this property.
passwordTipText() - Method in interface adams.db.DatabaseConnectionParameterHandler
Returns the tip text for this property.
passwordTipText() - Method in class adams.flow.sink.WekaDatabaseWriter
Returns the tip text for this property.
passwordTipText() - Method in class adams.flow.source.WekaDatabaseReader
Returns the tip text for this property.
passwordTipText() - Method in class adams.flow.standalone.AbstractDatabaseConnection
Returns the tip text for this property.
passwordTipText() - Method in class adams.flow.standalone.FTPConnection
Returns the tip text for this property.
passwordTipText() - Method in class adams.flow.standalone.SMBConnection
Returns the tip text for this property.
passwordTipText() - Method in class adams.flow.standalone.SMTPConnection
Returns the tip text for this property.
passwordTipText() - Method in class adams.flow.standalone.SSHConnection
Returns the tip text for this property.
passwordTipText() - Method in class adams.gui.chooser.FtpRemoteDirectorySetup
Returns the tip text for this property.
passwordTipText() - Method in class adams.gui.chooser.SftpRemoteDirectorySetup
Returns the tip text for this property.
passwordTipText() - Method in class adams.gui.chooser.SmbRemoteDirectorySetup
Returns the tip text for this property.
passwordTipText() - Method in class adams.run.RunDatabaseScheme
Returns the tip text for this property.
passwordTipText() - Method in class adams.scripting.connection.AbstractSSHConnection
Returns the tip text for this property.
passwordTipText() - Method in class adams.scripting.connection.FTPConnection
Returns the tip text for this property.
passwordTipText() - Method in class adams.tools.ZipPassword
Returns the tip text for this property.
paste() - Method in class adams.gui.clipboard.AbstractClipboardData
Pastes the data from the clipboard.
paste() - Method in class adams.gui.clipboard.BufferedImage
Pastes the data from the clipboard.
paste() - Method in class adams.gui.clipboard.String
Pastes the data from the clipboard.
paste() - Method in class adams.gui.core.AbstractTextAreaPanelWithAdvancedSyntaxHighlighting
Pastes the text from the clipboard into the document.
paste() - Method in class adams.gui.core.StyledTextEditorPanel
Pastes the text from the clipboard into the document.
paste() - Method in class adams.gui.core.TextEditorPanel
Pastes the text from the clipboard into the document.
paste() - Method in class adams.gui.tools.spreadsheetprocessor.sources.ClipboardSource
Loads the data
paste() - Method in class adams.gui.tools.XSLTPanel.SubPanel
Replaces the text with the one from the clipboard.
PasteActor - Class in adams.gui.flow.tree.menu
Menu for adding actors.
PasteActor() - Constructor for class adams.gui.flow.tree.menu.PasteActor
 
PasteActorAfter - Class in adams.gui.flow.tree.menu
For pasting the actor(s) from the clipboard after the current position.
PasteActorAfter() - Constructor for class adams.gui.flow.tree.menu.PasteActorAfter
 
PasteActorBeneath - Class in adams.gui.flow.tree.menu
For pasting the actor(s) from the clipboard beneath the current actor.
PasteActorBeneath() - Constructor for class adams.gui.flow.tree.menu.PasteActorBeneath
 
PasteActorHere - Class in adams.gui.flow.tree.menu
For pasting the actor(s) from the clipboard at the current position.
PasteActorHere() - Constructor for class adams.gui.flow.tree.menu.PasteActorHere
 
pasteAsToken() - Method in class adams.gui.clipboard.AbstractClipboardData
Pastes the data from the clipboard as flow token.
PasteFiles - Class in adams.flow.sink
Generates a single file from combined lines from the input files.
PasteFiles() - Constructor for class adams.flow.sink.PasteFiles
 
pasteFromClipboard() - Method in class adams.gui.chooser.AbstractChooserPanel
Pastes the string representation from the clipboard.
pasteFromClipboard() - Method in class adams.gui.core.CheckedTextField
Pastes the string representation from the clipboard.
PasteFromClipboard - Class in adams.flow.source
Pops up a dialog, prompting the user to accept content from clipboard.
PasteFromClipboard() - Constructor for class adams.flow.source.PasteFromClipboard
 
pasteLeft() - Method in class adams.gui.tools.DiffPanel
Pastes the clipboard content into the left panel, if possible.
pasteMargins() - Method in class adams.gui.visualization.core.AxisPanel
Pastes the margins from the clipboard, if possible.
pasteNodes(TreePath, Node[], TreeOperations.InsertPosition) - Method in class adams.gui.flow.tree.TreeOperations
For pasting nodes.
pasteRange() - Method in class adams.gui.visualization.core.AxisPanel
Pastes the range from the clipboard, if possible.
pasteRanges() - Method in class adams.gui.visualization.core.plot.ContentPanel
Pastes the ranges from the clipboard.
pasteRight() - Method in class adams.gui.tools.DiffPanel
Pastes the clipboard content into the right panel, if possible.
pasteSetupFromClipboard() - Static method in class adams.core.option.OptionUtils
Obtains a setup string from the clipboard.
Path() - Constructor for class adams.core.discovery.PropertyPath.Path
default constructor, only used internally.
Path(String) - Constructor for class adams.core.discovery.PropertyPath.Path
uses the given dot-path.
Path(String[]) - Constructor for class adams.core.discovery.PropertyPath.Path
uses the given array as elements for the path.
Path(List<PropertyPath.PathElement>) - Constructor for class adams.core.discovery.PropertyPath.Path
uses the vector with PathElement objects to initialize with.
PATH - adams.core.PropertiesDataType
performs some replacements, see Properties.expandPlaceHolders(String).
PathBreakpoint - Class in adams.flow.execution.debug
Triggers when the specified actor path (full path) is encountered during listening.
PathBreakpoint() - Constructor for class adams.flow.execution.debug.PathBreakpoint
 
PathElement(String) - Constructor for class adams.core.discovery.PropertyPath.PathElement
initializes the path element with the given property.
pathSeparatorTipText() - Method in class adams.data.conversion.DOMToProperties
Returns the tip text for this property.
PathSplit - Class in adams.data.conversion
Splits the path into its individual parts.
Handles forward slashes and backslashes.
Drive letters and servers from UNC paths are handled as separate part.
PathSplit() - Constructor for class adams.data.conversion.PathSplit
 
pathsToActors(TreePath[]) - Static method in class adams.gui.flow.tree.TreeHelper
Converts the paths to actors (the last component in a path).
pathsToActors(TreePath[], boolean) - Static method in class adams.gui.flow.tree.TreeHelper
Converts the paths to actors (the last component in a path).
pathsToNested(TreePath[]) - Static method in class adams.gui.flow.tree.TreeHelper
Converts the paths to actors (the last component in a path).
pathsToNodes(TreePath[]) - Static method in class adams.gui.flow.tree.TreeHelper
Converts the paths to actors (the last component in a path).
pathTipText() - Method in class adams.flow.execution.debug.PathBreakpoint
Returns the tip text for this property.
pathTipText() - Method in class adams.flow.source.SpecifiedActor
Returns the tip text for this property.
pathTipText() - Method in class adams.flow.transformer.DeleteJsonValue
Returns the tip text for this property.
pathTipText() - Method in class adams.flow.transformer.GetJsonValue
Returns the tip text for this property.
pathTipText() - Method in class adams.flow.transformer.GetObjectProperty
Returns the tip text for this property.
pathTipText() - Method in class adams.flow.transformer.SetJsonValue
Returns the tip text for this property.
pathToActor(TreePath) - Static method in class adams.gui.flow.tree.TreeHelper
Converts the path to an actor (the last component in a path).
pathToActor(TreePath, boolean) - Static method in class adams.gui.flow.tree.TreeHelper
Converts the path to an actor (the last component in a path).
pathToNested(TreePath) - Static method in class adams.gui.flow.tree.TreeHelper
Converts the path to nested node format (the last component in a path).
pathToNode(TreePath) - Static method in class adams.gui.flow.tree.TreeHelper
Converts the path to a node (the last component in a path).
PATTERN - Static variable in class weka.core.tokenizers.cleaners.RemoveNonWordCharTokens
the pattern to use.
patternValue() - Method in class adams.core.base.BaseRegExp
Returns the expression as compiled pattern.
Pausable - Interface in adams.core
Interface for objects that can be paused and resumed.
PausableFixedThreadPoolExecutor - Class in adams.multiprocess
The thread pool executor for the LocalJobRunner class.
PausableFixedThreadPoolExecutor(int) - Constructor for class adams.multiprocess.PausableFixedThreadPoolExecutor
Initializes the thread pool.
pause() - Method in class adams.flow.control.AbstractDirector
The pause loop.
pause(Actor) - Method in class adams.flow.core.PauseStateManager
Pauses the flow.
PAUSE - adams.scripting.command.flow.SendFlowControlCommand.Command
 
pauseAndResume() - Method in class adams.gui.flow.FlowPanel
Pauses/resumes the flow.
pauseAndResume() - Method in class adams.gui.flow.FlowRunnerPanel
Pauses/resumes the flow.
pauseAndResumeSetups() - Method in class adams.gui.flow.FlowControlCenterPanel
Pauses/resumes the selected setups.
PAUSED - adams.event.FlowPauseStateEvent.Type
flow was paused.
pauseExecution() - Method in interface adams.core.Pausable
Pauses the execution.
pauseExecution() - Method in class adams.flow.control.AbstractControlActor
Pauses the execution.
pauseExecution() - Method in class adams.flow.control.AbstractDirector
Pauses the execution.
pauseExecution() - Method in class adams.flow.control.ArrayProcess
Pauses the execution.
pauseExecution() - Method in class adams.flow.FlowRunner
Pauses the execution.
pauseExecution() - Method in class adams.flow.setup.FlowSetup
Pauses the execution.
pauseExecution() - Method in class adams.flow.setup.FlowSetupWorker
Pauses the execution.
pauseExecution() - Method in class adams.flow.transformer.ExecuteJobs
Pauses the execution.
pauseExecution() - Method in class adams.flow.transformer.ExecuteRemoteCommand
Pauses the execution.
pauseExecution() - Method in class adams.flow.transformer.WekaClassifierRanker
Pauses the execution.
pauseExecution() - Method in class adams.flow.transformer.WekaGeneticAlgorithm
Pauses the execution.
pauseExecution() - Method in class adams.gui.flow.FlowWorker
Pauses the execution.
pauseExecution() - Method in class adams.multiprocess.AbstractJobRunner
Pauses the execution.
pauseExecution() - Method in interface adams.multiprocess.JobRunner
Pauses the execution.
pauseExecution() - Method in class adams.multiprocess.LocalJobRunner
Pauses the execution.
pauseExecution() - Method in class adams.multiprocess.PausableFixedThreadPoolExecutor
Pauses the execution.
pauseExecution() - Method in class adams.opt.genetic.AbstractGeneticAlgorithm
Pauses the execution.
pauseExecution() - Method in class adams.scripting.engine.AbstractScriptingEngine
Pauses the execution.
pauseExecution() - Method in class adams.scripting.engine.AbstractScriptingEngineEnhancer
Pauses the execution.
pauseExecution() - Method in class adams.scripting.engine.AbstractScriptingEngineWithJobQueue
Pauses the execution.
pauseExecution() - Method in class adams.scripting.engine.ForwardingScriptingEngine
Pauses the execution.
pauseExecution() - Method in class adams.scripting.engine.MultiScriptingEngine
Pauses the execution.
pauseFlow() - Method in class adams.gui.tools.remotecontrolcenter.panels.AbstractRemoteFlowTab
Pauses the selected flow(s).
pauseResumeExecution() - Method in class adams.flow.execution.debug.ControlPanel
Pauses/resumes execution.
pauseResumeFlow() - Method in class adams.flow.sink.AbstractGraphicalDisplay
Pauses or resumes the flow.
pauseResumeFlow() - Method in class adams.flow.sink.AbstractTextualDisplay
Pauses or resumes the flow.
pauseResumeFlow() - Method in class adams.flow.sink.DisplayPanelGrid
Pauses or resumes the flow.
pauseResumeFlow() - Method in class adams.flow.sink.DisplayPanelManager
Pauses or resumes the flow.
pauseResumeFlow() - Method in class adams.flow.standalone.AbstractMultiView
Pauses or resumes the flow.
PauseStateHandler - Interface in adams.flow.core
Interface for actors that manage the pause state in some sense.
PauseStateManager - Class in adams.flow.core
Manages the pause state in the flow.
PauseStateManager() - Constructor for class adams.flow.core.PauseStateManager
Initializes the handler.
payload - Variable in class adams.flow.control.StorageQueueHandler.QueueItem
the payload for the queue.
PAYLOAD_WIDTH - Static variable in class adams.scripting.processor.DefaultProcessor
the width in characters for the base64 encoded payload.
PCA - Class in adams.data.instancesanalysis
Performs principal components analysis and allows access to loadings and scores.
PCA - Class in adams.ml.preprocessing.unsupervised
Performs principal components analysis.
PCA() - Constructor for class adams.data.instancesanalysis.PCA
 
PCA() - Constructor for class adams.ml.preprocessing.unsupervised.PCA
 
PCANNSearch - Class in weka.core.neighboursearch
Class implementing the brute force search algorithm for nearest neighbour search, filtered using PLS.
PCANNSearch() - Constructor for class weka.core.neighboursearch.PCANNSearch
Constructor.
PCANNSearch(Instances) - Constructor for class weka.core.neighboursearch.PCANNSearch
Constructor that uses the supplied set of instances.
PChart - Class in adams.data.spc
Generates data for a p chart.

For more information see:
QICacros.
PChart() - Constructor for class adams.data.spc.PChart
 
pctTipText() - Method in class weka.classifiers.meta.AbstainLeastMedianSq
 
pctTipText() - Method in class weka.classifiers.meta.LeastMedianSq
 
PDF - adams.core.TechnicalInformation.Field
A link to a postscript file.
PDFAppendDocument - Class in adams.flow.transformer
Modifies the incoming PDF document generated by adams.flow.source.PDFNewDocument using the PDF processors on either the specified input file or storage item.
Needs to be finalized with adams.flow.sink.PDFCloseDocument.
If a file name is received as input, it is assumed that this is an existing PDF file and gets appended.

See also:
adams.flow.source.PDFNewDocument
adams.flow.sink.PDFCloseDocument

Input/output:
- accepts:
   adams.flow.transformer.pdfproclet.PDFGenerator
   java.lang.String
   java.io.File
- generates:
   adams.flow.transformer.pdfproclet.PDFGenerator


PDFAppendDocument() - Constructor for class adams.flow.transformer.PDFAppendDocument
 
PDFAppendDocument.DataType - Enum in adams.flow.transformer
Determines whether to load the data from a file or from storage.
PDFBox - Class in adams.core.io
Helper class for PDFBox library.
PDFBox() - Constructor for class adams.core.io.PDFBox
 
PDFCloseDocument - Class in adams.flow.sink
Closes the incoming PDF document, writing out its content.
The PDF document can be generated with adams.flow.source.PDFNewDocument and appended using adams.flow.transformer.PDFAppendDocument.

See also:
adams.flow.source.PDFNewDocument
adams.flow.transformer.PDFAppendDocument

Input/output:
- accepts:
   adams.flow.transformer.pdfproclet.PDFGenerator


PDFCloseDocument() - Constructor for class adams.flow.sink.PDFCloseDocument
 
PDFCreate - Class in adams.flow.transformer
Actor for generating PDF files.
PDFCreate() - Constructor for class adams.flow.transformer.PDFCreate
 
PDFExport - Class in adams.gui.visualization.multiobjectexport
Generates a PDF from the exported objects (first get turned into files).
PDFExport() - Constructor for class adams.gui.visualization.multiobjectexport.PDFExport
 
PDFExtract - Class in adams.flow.transformer
Actor for extracting a range of pages from a PDF file.
PDFExtract() - Constructor for class adams.flow.transformer.PDFExtract
 
PDFExtractImages - Class in adams.flow.transformer
Actor for extracting the images from a PDF file.
PDFExtractImages() - Constructor for class adams.flow.transformer.PDFExtractImages
 
PDFExtractText - Class in adams.flow.transformer
Actor for extracting the text of a range of pages from a PDF file.
PDFExtractText() - Constructor for class adams.flow.transformer.PDFExtractText
 
PdfFont - Class in adams.core.io
A helper class for PDF fonts.
PdfFont() - Constructor for class adams.core.io.PdfFont
Initializes a default font.
PdfFont(int, int, float) - Constructor for class adams.core.io.PdfFont
Initializes the font with the given values.
PdfFont(String) - Constructor for class adams.core.io.PdfFont
Parses the given string.
PdfFont(String, int, float) - Constructor for class adams.core.io.PdfFont
Initializes the font with the given values.
PdfFont(String, String, float) - Constructor for class adams.core.io.PdfFont
Initializes the font with the given values.
PdfFontChooser - Class in adams.gui.chooser
A PDF font selection dialog.
PdfFontChooser(Dialog) - Constructor for class adams.gui.chooser.PdfFontChooser
Construct a FontChooser.
PdfFontChooser(Frame) - Constructor for class adams.gui.chooser.PdfFontChooser
Construct a FontChooser.
PdfFontChooserPanel - Class in adams.gui.chooser
A font selection panel.
PdfFontChooserPanel() - Constructor for class adams.gui.chooser.PdfFontChooserPanel
 
PdfFontEditor - Class in adams.gui.goe
A PropertyEditor for iText Font objects that lets the user select a font from the font dialog.
PdfFontEditor() - Constructor for class adams.gui.goe.PdfFontEditor
 
PdfFontParsing - Class in adams.core.option.parsing
For parsing PdfFont options.
PdfFontParsing() - Constructor for class adams.core.option.parsing.PdfFontParsing
 
PDFGenerate - Class in adams.flow.transformer
PDFGenerate() - Constructor for class adams.flow.transformer.PDFGenerate
 
PDFGenerator - Class in adams.flow.transformer.pdfproclet
A helper class for PDF generation.
PDFGenerator() - Constructor for class adams.flow.transformer.pdfproclet.PDFGenerator
Initializes the PDF generator.
PDFHandler - Class in adams.gui.tools.previewbrowser
Displays the content of PDF files as plain text.
PDFHandler() - Constructor for class adams.gui.tools.previewbrowser.PDFHandler
 
PDFInfo - Class in adams.flow.transformer
Outputs information on a PDF file.
PDFInfo() - Constructor for class adams.flow.transformer.PDFInfo
 
PDFInfo.InfoType - Enum in adams.flow.transformer
The type of information to generate.
PDFMerge - Class in adams.flow.transformer
Actor for merging multiple PDF files.
Forwards the name of the generated file.
PDFMerge() - Constructor for class adams.flow.transformer.PDFMerge
 
PDFMetaData - Class in adams.flow.transformer
Actor for extracting the meta-data from a PDF.
PDFMetaData() - Constructor for class adams.flow.transformer.PDFMetaData
 
PDFMetaData.OutputType - Enum in adams.flow.transformer
How to output the meta-data
PDFNewDocument - Class in adams.flow.source
Creates an empty PDF document.
Needs to be finalized with adams.flow.sink.PDFCloseDocument.
The output of this source can be processed by adams.flow.transformer.PDFAppendDocument.

See also:
adams.flow.transformer.PDFAppendDocument
adams.flow.sink.PDFCloseDocument

Input/output:
- generates:
   adams.flow.transformer.pdfproclet.PDFGenerator


PDFNewDocument() - Constructor for class adams.flow.source.PDFNewDocument
 
PDFPageCount - Class in adams.flow.transformer
Actor for extracting the page count from a PDF file.
PDFPageCount() - Constructor for class adams.flow.transformer.PDFPageCount
 
PDFPanel - Class in adams.gui.visualization.pdf
Panel for displaying a PDF file.
PDFPanel() - Constructor for class adams.gui.visualization.pdf.PDFPanel
 
PDFPrinter - Class in adams.gui.sendto
Action for sending PDF to the printer.
PDFPrinter() - Constructor for class adams.gui.sendto.PDFPrinter
 
PdfProclet - Interface in adams.flow.transformer.pdfproclet
Interface for PDF proclets.
PdfProcletWithAbsolutePosition - Interface in adams.flow.transformer.pdfproclet
Interface for PDF proclets that allow absolute positioning.
PdfProcletWithFilenameOutput - Interface in adams.flow.transformer.pdfproclet
Interface for PDF proclets that allow absolute positioning.
PdfProcletWithOptionalAbsolutePosition - Interface in adams.flow.transformer.pdfproclet
Interface for PDF proclets that allow absolute positioning.
PdfProcletWithPageBreaks - Interface in adams.flow.transformer.pdfproclet
Interface for PDF proclets that allow absolute positioning.
PdfProcletWithVariableFileExtension - Interface in adams.flow.transformer.pdfproclet
Interface for PDF proclets that allow the user to modify the file extensions to work on.
PDFRenderPages - Class in adams.flow.transformer
Actor for rendering pages of a PDF file as images.
PDFRenderPages() - Constructor for class adams.flow.transformer.PDFRenderPages
 
PDFStamp - Class in adams.flow.transformer
Actor for stamping pages in a PDF with a custom overlay.
PDFStamp() - Constructor for class adams.flow.transformer.PDFStamp
 
PDFTextHandler - Class in adams.gui.tools.previewbrowser
Displays the content of PDF files as plain text.
PDFTextHandler() - Constructor for class adams.gui.tools.previewbrowser.PDFTextHandler
 
PDFViewer - Class in adams.flow.sink
Actor for displaying PDF files.
PDFViewer - Class in adams.gui.menu
Opens the PDF viewer.
PDFViewer() - Constructor for class adams.flow.sink.PDFViewer
 
PDFViewer() - Constructor for class adams.gui.menu.PDFViewer
Initializes the menu item with no owner.
PDFViewer(AbstractApplicationFrame) - Constructor for class adams.gui.menu.PDFViewer
Initializes the menu item.
PDFViewerPanel - Class in adams.gui.visualization.pdf
A basic PDF viewer.
PDFViewerPanel() - Constructor for class adams.gui.visualization.pdf.PDFViewerPanel
 
PDFViewerPanel.MultiPagePane - Class in adams.gui.visualization.pdf
A specialized tabbed pane with a few methods for easier access.
PDFWriter - Class in adams.gui.print
Outputs PDF documents.
PDFWriter() - Constructor for class adams.gui.print.PDFWriter
 
PeakTransformed - Class in weka.classifiers.meta
Uses the maximum peak in the instances.
PeakTransformed() - Constructor for class weka.classifiers.meta.PeakTransformed
 
PEBI_BYTES - adams.core.ByteFormat.Unit
 
peek() - Method in class adams.gui.visualization.core.axis.ZoomHandler
Peeks the topmost zoom.
peekObject() - Method in class adams.core.option.OptionTraversalPath
Returns the object at the top.
peekPath() - Method in class adams.core.option.OptionTraversalPath
Returns the path at the top.
peekRedo() - Method in class adams.gui.core.Undo
"Peeks" at the last redo item.
peekRedoComment() - Method in class adams.gui.core.Undo
Returns the comment of the last redo point.
peekUndo() - Method in class adams.gui.core.Undo
"Peeks" at the last undo item.
peekUndoComment() - Method in class adams.gui.core.Undo
Returns the comment of the last undo point.
Pencil - Class in adams.gui.visualization.segmentation.tool
For coloring in pixels.
Pencil() - Constructor for class adams.gui.visualization.segmentation.tool.Pencil
 
PENGUIN_LARGE_PAPERBACK - adams.flow.transformer.pdfproclet.PageSize
 
PENGUIN_SMALL_PAPERBACK - adams.flow.transformer.pdfproclet.PageSize
 
PER_MINUTE - adams.data.timeseries.PeriodicityType
 
PERCENT - Static variable in interface adams.parser.spreadsheetquery.sym
 
PERCENT_CORRECT - adams.flow.core.EvaluationStatistic
 
PERCENT_CORRECT - adams.flow.core.ExperimentStatistic
 
PERCENT_CORRECT - Static variable in class adams.gui.tools.wekamultiexperimenter.analysis.DefaultAnalysisPanel
 
PERCENT_INCORRECT - adams.flow.core.EvaluationStatistic
 
PERCENT_INCORRECT - adams.flow.core.ExperimentStatistic
 
PERCENT_UNCLASSIFIED - adams.flow.core.EvaluationStatistic
 
PERCENT_UNCLASSIFIED - adams.flow.core.ExperimentStatistic
 
Percentage - Class in adams.flow.transformer.arraysubsetgeneration
Uses the specified percentage to determine which nth elements to be used in the new array.
Percentage() - Constructor for class adams.flow.transformer.arraysubsetgeneration.Percentage
 
PERCENTAGE - adams.gui.visualization.core.axis.Type
displaying percentage values.
PercentageAxisModel - Class in adams.gui.visualization.core.axis
An axis model for displaying percentages.
PercentageAxisModel() - Constructor for class adams.gui.visualization.core.axis.PercentageAxisModel
 
PERCENTAGES - adams.data.imagesegmentation.operation.ConfusionMatrix.MatrixValues
 
PERCENTAGES - adams.flow.transformer.ConfusionMatrix.MatrixValues
 
PERCENTAGES_PER_ROW - adams.data.imagesegmentation.operation.ConfusionMatrix.MatrixValues
 
PERCENTAGES_PER_ROW - adams.flow.transformer.ConfusionMatrix.MatrixValues
 
percentageTipText() - Method in class adams.data.splitgenerator.generic.splitter.DefaultSplitter
Returns the tip text for this property.
percentageTipText() - Method in class adams.flow.transformer.arraysubsetgeneration.Percentage
Returns the tip text for this property.
percentageTipText() - Method in class adams.flow.transformer.arraysubsetgeneration.SimplePercentage
Returns the tip text for this property.
percentageTipText() - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesGroupedRandomSplitGenerator
Returns the tip text for this property.
percentageTipText() - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesRandomSplitGenerator
Returns the tip text for this property.
percentageTipText() - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.SpreadSheetRandomSplitGenerator
Returns the tip text for this property.
percentageTipText() - Method in class adams.flow.transformer.preparefilebaseddataset.TrainTestSplit
Returns the tip text for this property.
percentageTipText() - Method in class adams.flow.transformer.WekaBootstrapping
Returns the tip text for this property.
percentageTipText() - Method in class adams.flow.transformer.WekaRandomSplit
Returns the tip text for this property.
percentageTipText() - Method in class adams.gui.tools.wekamultiexperimenter.experiment.TrainTestSplitExperiment
Returns the tip text for this property.
percentageTipText() - Method in class adams.gui.visualization.core.HorizontalIndicatorPaintlet
Returns the tip text for this property.
percentageTipText() - Method in class adams.ml.evaluation.DefaultRandomSplitGenerator
Returns the tip text for this property.
percentageTipText() - Method in class weka.classifiers.BestBinnedNumericClassRandomSplitGenerator
Returns the tip text for this property.
percentageTipText() - Method in class weka.classifiers.BinnedNumericClassRandomSplitGenerator
Returns the tip text for this property.
percentageTipText() - Method in class weka.classifiers.DefaultRandomSplitGenerator
Returns the tip text for this property.
percentageTipText() - Method in class weka.classifiers.GroupedBinnedNumericClassRandomSplitGenerator
Returns the tip text for this property.
percentageTipText() - Method in class weka.classifiers.GroupedRandomSplitGenerator
Returns the tip text for this property.
Percentile - Class in adams.data.spreadsheet.colstatistic
Calculates the specified percentile.
Percentile - Class in adams.data.spreadsheet.rowstatistic
Calculates the specified percentile.
Percentile<E extends Comparable> - Class in adams.data.statistics
Container class for sortable values, which allows to extract percentiles and percentiles.
Percentile() - Constructor for class adams.data.spreadsheet.colstatistic.Percentile
 
Percentile() - Constructor for class adams.data.spreadsheet.rowstatistic.Percentile
 
Percentile() - Constructor for class adams.data.statistics.Percentile
Initializes the container.
Percentile(Comparator) - Constructor for class adams.data.statistics.Percentile
Initializes the container with a custom comparator.
PercentileOverlayPaintlet - Class in adams.gui.visualization.sequence
Draws the specified percentile as straight line.
PercentileOverlayPaintlet() - Constructor for class adams.gui.visualization.sequence.PercentileOverlayPaintlet
 
percentilesTipText() - Method in class adams.flow.transformer.WekaBootstrapping
Returns the tip text for this property.
percentileTipText() - Method in class adams.data.spreadsheet.colstatistic.Percentile
Returns the tip text for this property.
percentileTipText() - Method in class adams.data.spreadsheet.rowstatistic.Percentile
Returns the tip text for this property.
percentileTipText() - Method in class adams.data.statistics.ArrayPercentile
Returns the tip text for this property.
percentileTipText() - Method in class adams.gui.visualization.sequence.PercentileOverlayPaintlet
Returns the tip text for this property.
percentileTipText() - Method in class weka.classifiers.meta.AbstainAttributePercentile
 
percentTipText() - Method in class adams.flow.sink.MatrixPlot
Tip text for the percent of instances property
percentTipText() - Method in class adams.flow.transformer.wekaevaluationpostprocessor.RemoveWorst
Returns the tip text for this property.
PerFoldMultiPagePane - Class in adams.gui.tools.wekainvestigator.tab.classifytab.output.perfold
Specialized multi-page pane for managing per-fold data.
PerFoldMultiPagePane(AbstractOutputGenerator, ResultItem, Class) - Constructor for class adams.gui.tools.wekainvestigator.tab.classifytab.output.perfold.PerFoldMultiPagePane
Initializes the pane.
performAction(OverlayLayer) - Method in class adams.gui.visualization.segmentation.layer.overlaylayeraction.AbstractOverlayLayerAction
Performs the action.
performAction(OverlayLayer) - Method in class adams.gui.visualization.segmentation.layer.overlaylayeraction.Copy
Performs the action.
performAction(OverlayLayer) - Method in class adams.gui.visualization.segmentation.layer.overlaylayeraction.Invert
Performs the action.
performAction(OverlayLayer) - Method in class adams.gui.visualization.segmentation.layer.overlaylayeraction.Rename
Performs the action.
Performance - Class in adams.core
A convenience class for accessing the performance tuning parameters.
Performance() - Constructor for class adams.core.Performance
 
PerformanceDefinition - Class in adams.env
Definition for the Performance props file.
PerformanceDefinition() - Constructor for class adams.env.PerformanceDefinition
 
PerformancePlot(String, AbstractClassifierBasedGeneticAlgorithm) - Constructor for class adams.gui.menu.AbstractClassifierBasedGeneticAlgorithmWizard.PerformancePlot
Initializes plot.
performComparison() - Method in class adams.gui.visualization.instance.InstanceComparePanel
Performs the comparison between the rows from the two datasets.
performConnect() - Method in class adams.gui.dialog.AbstractConfigDatabaseConnectionPanel
Performs the reconnection.
performConnect() - Method in class adams.gui.dialog.AbstractDatabaseConnectionPanel
Performs the connect.
performConnect() - Method in class adams.gui.dialog.DatabaseConnectionPanel
Performs the reconnection.
performDFT(BufferedImageContainer) - Method in class adams.data.jai.features.DFT
Performs DFT on the image.
performDisconnect() - Method in class adams.gui.dialog.AbstractConfigDatabaseConnectionPanel
Performs the disconnect.
performDisconnect() - Method in class adams.gui.dialog.AbstractDatabaseConnectionPanel
Performs the disconnect.
performDisconnect() - Method in class adams.gui.dialog.DatabaseConnectionPanel
Performs the disconnect.
performFlush() - Method in interface adams.flow.core.FlushSupporter
Performs the flush.
performFlush() - Method in class adams.flow.sink.DumpFile
Performs the flush.
performFlush() - Method in class adams.flow.transformer.WekaInstanceDumper
Performs the flush.
performInitialization() - Method in class adams.gui.application.ChildFrame
Contains all the initialization steps to perform.
performInitialization() - Method in class adams.gui.core.AbstractFrameWithOptionHandling
Contains all the initialization steps to perform.
performInitialization() - Method in class adams.gui.core.BaseFrame
Contains all the initialization steps to perform.
performInitialization() - Method in class adams.gui.core.BaseWindow
Contains all the initialization steps to perform.
performInitialization(AbstractGeneticAlgorithm, PropertyPath.PropertyContainer) - Method in class adams.core.discovery.genetic.AbstractGeneticDiscoveryHandler
Gets called for performing the initialization.
performInitialization(AbstractGeneticAlgorithm, PropertyPath.PropertyContainer) - Method in class adams.core.discovery.genetic.SIMPLSWeightsMatrix
Gets called for performing the initialization.
performLazySetupTipText() - Method in interface adams.flow.core.LazySetupSupporter
Returns the tip text for this property.
performOperation(SpreadSheet, Row, Row) - Method in class adams.flow.transformer.multispreadsheetoperation.AbstractIndentifiableRowOperation
Performs the actual operation on the rows.
performOperation(SpreadSheet, Row, Row) - Method in class adams.flow.transformer.multispreadsheetoperation.Difference
Computes the difference between the two rows: actual difference is computed for numeric cells.
performOperation(SpreadSheet, Row, Row) - Method in class adams.flow.transformer.multispreadsheetoperation.Sum
Computes the difference between the two rows: actual difference is computed for numeric cells.
performPaint(Graphics) - Method in class adams.gui.visualization.image.paintlet.AbstractPaintlet
The paint routine of the paintlet.
performPaint(Graphics) - Method in class adams.gui.visualization.image.paintlet.Null
The paint routine of the paintlet.
performPaint(Graphics2D) - Method in class adams.gui.visualization.segmentation.paintoperation.AbstractPaintOperation
Performs a paint operation.
performPaint(Graphics2D) - Method in interface adams.gui.visualization.segmentation.paintoperation.PaintOperation
Performs a paint operation.
performPaint(Graphics, PaintEvent.PaintMoment) - Method in class adams.flow.sink.canvas.XYPaintlet
The paint routine of the paintlet.
performPaint(Graphics, PaintEvent.PaintMoment) - Method in class adams.flow.sink.sequenceplotter.ErrorCirclePaintlet
The paint routine of the paintlet.
performPaint(Graphics, PaintEvent.PaintMoment) - Method in class adams.flow.sink.sequenceplotter.ErrorCrossPaintlet
The paint routine of the paintlet.
performPaint(Graphics, PaintEvent.PaintMoment) - Method in class adams.gui.visualization.container.AbstractDataContainerZoomOverviewPaintlet
The paint routine of the paintlet.
performPaint(Graphics, PaintEvent.PaintMoment) - Method in class adams.gui.visualization.core.AbstractPaintlet
The paint routine of the paintlet.
performPaint(Graphics, PaintEvent.PaintMoment) - Method in class adams.gui.visualization.core.AbstractStrokePaintlet
The paint routine of the paintlet.
performPaint(Graphics, PaintEvent.PaintMoment) - Method in class adams.gui.visualization.core.BackgroundImagePaintlet
The paint routine of the paintlet.
performPaint(Graphics, PaintEvent.PaintMoment) - Method in class adams.gui.visualization.core.MultiMouseMovementTracker
The paint routine of the paintlet.
performPaint(Graphics, PaintEvent.PaintMoment) - Method in class adams.gui.visualization.core.MultiPaintlet
The paint routine of the paintlet.
performPaint(Graphics, PaintEvent.PaintMoment) - Method in interface adams.gui.visualization.core.Paintlet
The paint routine of the paintlet.
performPaint(Graphics, PaintEvent.PaintMoment) - Method in class adams.gui.visualization.core.TextOverlayPaintlet
The paint routine of the paintlet.
performPaint(Graphics, PaintEvent.PaintMoment) - Method in class adams.gui.visualization.report.ReportDateFieldPaintlet
The paint routine of the paintlet.
performPaint(Graphics, PaintEvent.PaintMoment) - Method in class adams.gui.visualization.report.ReportDateFieldRangePaintlet
The paint routine of the paintlet.
performPaint(Graphics, PaintEvent.PaintMoment) - Method in class adams.gui.visualization.sequence.MultiPaintlet
The paint routine of the paintlet.
performQuery() - Method in class adams.gui.tools.spreadsheetviewer.tab.Query
Runs the query on the current sheet.
performRead(SpreadSheet) - Method in class adams.data.io.input.SpreadSheetTimeseriesReader
Completes and returns the last timeseries that was started.
performSearch() - Method in class adams.gui.core.SearchPanel
Initiates a search.
performSetUpChecks(boolean) - Method in class adams.flow.core.AbstractActor
Hook for performing setup checks -- used in setUp() and preExecute().
performSetUpChecks(boolean) - Method in class adams.flow.sink.WekaFileWriter
Hook for performing setup checks -- used in setUp() and preExecute().
performSetUpChecks(boolean) - Method in class adams.flow.source.CombineArrays
Hook for performing setup checks -- used in setUp() and preExecute().
performSetUpChecks(boolean) - Method in class adams.flow.source.CombineCollections
Hook for performing setup checks -- used in setUp() and preExecute().
performSetUpChecks(boolean) - Method in class adams.flow.source.StorageValue
Hook for performing setup checks -- used in setUp() and preExecute().
performSetUpChecks(boolean) - Method in class adams.flow.source.StorageValuesArray
Hook for performing setup checks -- used in setUp() and preExecute().
performSetUpChecks(boolean) - Method in class adams.flow.source.VariablesArray
Hook for performing setup checks -- used in setUp() and preExecute().
performSetUpChecks(boolean) - Method in class adams.flow.source.ZipArrays
Hook for performing setup checks -- used in setUp() and preExecute().
performSetUpChecks(boolean) - Method in class adams.flow.standalone.DeleteStorageValue
Hook for performing setup checks -- used in setUp() and preExecute().
performSetUpChecks(boolean) - Method in class adams.flow.transformer.DeleteStorageValue
Hook for performing setup checks -- used in setUp() and preExecute().
performSetUpChecks(boolean) - Method in class adams.flow.transformer.SetStorageFlag
Hook for performing setup checks -- used in setUp() and preExecute().
performSetUpChecks(boolean) - Method in class adams.flow.transformer.SetStorageValue
Hook for performing setup checks -- used in setUp() and preExecute().
performSwap(PropertyPath.Path, PropertyDescriptor, Object, Object) - Method in class adams.data.conversion.AbstractSwapObject
Performs the swap.
performSwap(PropertyPath.Path, PropertyDescriptor, Object, Object) - Method in class adams.data.conversion.SwapObjects
Performs the swap.
performSwap(PropertyPath.Path, PropertyDescriptor, Object, Object) - Method in class adams.data.conversion.SwapPLS
Performs the swap.
performTransform(BoofCVImageContainer) - Method in class adams.data.boofcv.transformer.AbstractScript
Performs the actual transforming of the image.
performTransform(BufferedImageContainer) - Method in class adams.data.image.transformer.AbstractScript
Performs the actual transforming of the image.
performTransform(OpenCVImageContainer) - Method in class adams.data.opencv.transformer.AbstractScript
Performs the actual transforming of the image.
performUpdate() - Method in class adams.gui.visualization.core.PaintablePanel
Performs the actual update.
performVariableChecks() - Method in class adams.flow.core.AbstractActor
For performing variable checks.
PeriodicityColorProvider - Class in adams.gui.visualization.timeseries
Simple color provider to highlight periodicity.
PeriodicityColorProvider() - Constructor for class adams.gui.visualization.timeseries.PeriodicityColorProvider
 
PeriodicityHelper - Class in adams.data.timeseries
Helper class for periodicity related calculations.
PeriodicityHelper() - Constructor for class adams.data.timeseries.PeriodicityHelper
 
PeriodicityPaintlet - Class in adams.gui.visualization.timeseries
Paintlet for painting the spectral graph.
PeriodicityPaintlet() - Constructor for class adams.gui.visualization.timeseries.PeriodicityPaintlet
 
PeriodicityTickGenerator - Class in adams.gui.visualization.core.axis
A periodicity tick generator.
PeriodicityTickGenerator() - Constructor for class adams.gui.visualization.core.axis.PeriodicityTickGenerator
 
periodicityTipText() - Method in class adams.flow.source.wekaforecastersetup.BaselineAdjustedForecasterGenerator
Returns the tip text for this property.
periodicityTipText() - Method in class adams.gui.visualization.core.axis.PeriodicityTickGenerator
Returns the tip text for this property.
periodicityTipText() - Method in class adams.gui.visualization.timeseries.DefaultTimeseriesXAxisPanelOptions
Returns the tip text for this property.
periodicityTipText() - Method in class adams.gui.visualization.timeseries.PeriodicityPaintlet
Returns the tip text for this property.
periodicityTipText() - Method in class weka.classifiers.timeseries.BaselineAdjustedForecaster
Returns the tip text for this property.
PeriodicityType - Enum in adams.data.timeseries
Enumeration of periodicity.
PermissionHandler - Interface in adams.scripting.permissionhandler
Interface for schemes that check whether a command can be executed.
permissionHandlerTipText() - Method in class adams.flow.transformer.ExecuteRemoteCommand
Returns the tip text for this property.
permissionHandlerTipText() - Method in class adams.scripting.engine.AbstractScriptingEngine
Returns the tip text for this property.
permissionHandlerTipText() - Method in interface adams.scripting.engine.RemoteScriptingEngine
Returns the tip text for this property.
permitted(RemoteCommand) - Method in class adams.scripting.permissionhandler.AllowAll
Checks whether the command is permitted.
permitted(RemoteCommand) - Method in interface adams.scripting.permissionhandler.PermissionHandler
Checks whether the command is permitted.
permitted(RemoteCommand) - Method in class adams.scripting.permissionhandler.RejectAll
Checks whether the command is permitted.
permsTipText() - Method in class adams.flow.source.RSync
 
permsTipText() - Method in class adams.flow.source.SimpleRSync
 
permutation(int) - Static method in class edu.umbc.cs.maple.utils.MathUtils
Generates a random permutation of the numbers {0, ..., n-1}
permutation(int, Random) - Static method in class edu.umbc.cs.maple.utils.MathUtils
Generates a random permutation of the numbers {0, ..., n-1}
PERMUTATIONS - adams.flow.transformer.ArrayCombinations.SubsetsType
permutations.
PersistentObjectHistory - Class in adams.gui.goe
A helper class for maintaining a history of objects selected in the GOE.
PersistentObjectHistory() - Constructor for class adams.gui.goe.PersistentObjectHistory
 
PerType - Class in adams.gui.visualization.object.objectannotations.colors
Uses a color per object type.
PerType() - Constructor for class adams.gui.visualization.object.objectannotations.colors.PerType
 
PETA_BYTES - adams.core.ByteFormat.Unit
 
PH_COVERAGE_NUM - Static variable in class adams.flow.standalone.MemoryMonitor
 
PH_COVERAGE_PERC - Static variable in class adams.flow.standalone.MemoryMonitor
 
PH_FULLNAME - Static variable in class adams.core.command.stderr.Log
 
PH_FULLNAME - Static variable in class adams.core.command.stdout.Log
 
PH_MAX_BYTES - Static variable in class adams.flow.standalone.MemoryMonitor
 
PH_MSECS - Static variable in class adams.core.SimpleTimer
the placeholder for milliseconds.
PH_MSECS_UNIT - Static variable in class adams.core.SimpleTimer
the placeholder for milliseconds (with msec unit).
PH_NAME - Static variable in class adams.core.command.stderr.Log
 
PH_NAME - Static variable in class adams.core.command.stdout.Log
 
PH_NUM_SAMPLES - Static variable in class adams.flow.standalone.MemoryMonitor
 
PH_SECS - Static variable in class adams.core.SimpleTimer
the placeholder for seconds.
PH_SECS_UNIT - Static variable in class adams.core.SimpleTimer
the placeholder for seconds (with sec unit).
PH_THRESHOLD_BYTES - Static variable in class adams.flow.standalone.MemoryMonitor
 
PH_THRESHOLD_PERC - Static variable in class adams.flow.standalone.MemoryMonitor
 
PHDTHESIS - adams.core.TechnicalInformation.Type
A PhD thesis.
PHOG - Class in adams.data.lire.features
Generates features using net.semanticmetadata.lire.imageanalysis.features.global.PHOG.
For more information, see:
Anna Bosch, Andrew Zisserman & Xavier Munoz: Representing shape with a spatial pyramid kernel.
PHOG() - Constructor for class adams.data.lire.features.PHOG
 
phoneTipText() - Method in class adams.core.net.EmailContact
Returns the tip text for this property.
PI - Static variable in interface adams.parser.booleanexpression.sym
 
PI - Static variable in interface adams.parser.mathematicalexpression.sym
 
PI - Static variable in interface adams.parser.spreadsheetformula.sym
 
PI - Static variable in interface adams.parser.stringexpression.sym
 
pickColor() - Method in class adams.gui.visualization.image.ImageViewerPanel
Allows the user to pick a color.
PID - Class in adams.core.shutdown
Just outputs message with PID on stdout.
PID() - Constructor for class adams.core.shutdown.PID
 
PIDTipText() - Method in class adams.flow.control.JMap
Returns the tip text for this property.
Ping - Class in adams.scripting.command.basic
Requests an 'am alive' signal from the remote host.
Ping() - Constructor for class adams.scripting.command.basic.Ping
 
PipExec - Class in adams.flow.source
Executes pip with the specified options and broadcasts the generated output (stdout and/or stderr) continuously.
PipExec() - Constructor for class adams.flow.source.PipExec
 
pipTipText() - Method in class adams.flow.standalone.PythonEnvironment
Returns the tip text for this property.
Pixel - Class in adams.flow.transformer.draw
Draws a pixel with the specified color at the specified location.
Pixel() - Constructor for class adams.flow.transformer.draw.Pixel
 
PIXEL_BOTTOM - Static variable in class adams.flow.transformer.pixelselector.BottomRightCorner
the pixel location bottom.
PIXEL_DEPTH - adams.flow.transformer.ImageInfo.InfoType
the pixel depth.
PIXEL_LEFT - Static variable in class adams.flow.transformer.pixelselector.TopLeftCorner
the pixel location left.
PIXEL_POSITION - Static variable in class adams.flow.transformer.pixelselector.AbstractPixelSelectorAction
the pixel position key.
PIXEL_RIGHT - Static variable in class adams.flow.transformer.pixelselector.BottomRightCorner
the pixel location right.
PIXEL_TOP - Static variable in class adams.flow.transformer.pixelselector.TopLeftCorner
the pixel location top.
PIXEL_X - Static variable in class adams.flow.transformer.pixelselector.AddClassification
the pixel location X prefix.
PIXEL_X - Static variable in class adams.flow.transformer.pixelselector.SimpleSelect
the pixel location X.
PIXEL_Y - Static variable in class adams.flow.transformer.pixelselector.AddClassification
the pixel location Y prefix.
PIXEL_Y - Static variable in class adams.flow.transformer.pixelselector.SimpleSelect
the pixel location Y.
Pixel.PixelValueType - Enum in adams.flow.transformer.draw
Enumeration that determines what value to use for the pixel.
PixelClassifications - Class in adams.data.image.features
Generates a feature vector for each pixel classification that is stored in the image's report.
Pixel classifications are generated with the adams.flow.transformer.PixelSelector transformer, using the adams.flow.transformer.pixelselector.AddClassification action.
Automatically adds the classification label associated with a classification position in the report as a separate attribute.
PixelClassifications() - Constructor for class adams.data.image.features.PixelClassifications
 
Pixels - Class in adams.data.boofcv.features
Gets all the pixels of the image.
Pixels - Class in adams.data.image.features
Gets all the pixels of the image.
Pixels() - Constructor for class adams.data.boofcv.features.Pixels
 
Pixels() - Constructor for class adams.data.image.features.Pixels
 
Pixels.PixelType - Enum in adams.data.image.features
The type of pixel to use.
PixelSelector - Class in adams.flow.transformer
Allows the user to select pixels.
PixelSelector() - Constructor for class adams.flow.transformer.PixelSelector
 
PixelSelectorPanel - Class in adams.flow.transformer.pixelselector
Combines an ImagePanel and a Report table.
PixelSelectorPanel() - Constructor for class adams.flow.transformer.pixelselector.PixelSelectorPanel
 
pixelToMouseLocation(Point) - Method in class adams.gui.visualization.image.ImagePanel.PaintPanel
Converts the pixel position (at 100% scale) to a mouse location.
pixelToMouseLocation(Point) - Method in class adams.gui.visualization.image.ImagePanel
Converts the pixel position (at 100% scale) to a mouse location.
pixelToMouseLocation(Point) - Method in class adams.gui.visualization.object.CanvasPanel
Converts the pixel position (at 100% zoom) to a mouse location.
pixelToMouseLocation(Point) - Method in class adams.gui.visualization.object.ObjectAnnotationPanel
Converts the pixel position (at 100% scale) to a mouse location.
pixelTypeTipText() - Method in class adams.data.image.features.PixelClassifications
Returns the tip text for this property.
pixelTypeTipText() - Method in class adams.data.image.features.Pixels
Returns the tip text for this property.
PLACEHOLDER_0PAGE - Static variable in class adams.flow.transformer.pdfstamp.Text
the placeholder for the 0-based page index.
PLACEHOLDER_1PAGE - Static variable in class adams.flow.transformer.pdfstamp.Text
the placeholder for the 1-based page index.
PLACEHOLDER_CURRENT_COLUMN - Static variable in class adams.data.conversion.SpreadSheetAddFormulaRow
the placeholder for the current column.
PLACEHOLDER_CURRENT_ROW - Static variable in class adams.data.conversion.SpreadSheetAddFormulaColumn
the placeholder for the row.
PLACEHOLDER_CURRENTFOLD - Static variable in class weka.classifiers.CrossValidationHelper
the placeholder for the current fold number.
PLACEHOLDER_CURRENTVALUE - Static variable in class weka.classifiers.LeaveOneOutByValueGenerator
the placeholder for the current value in the test set.
PLACEHOLDER_DATABASEID - Static variable in class adams.core.Constants
the placeholder for the database ID.
PLACEHOLDER_END - Static variable in class adams.core.Placeholders
the ending string of a placeholder.
PLACEHOLDER_FULL - Static variable in class adams.flow.condition.bool.PromptUser
the placeholder for the full actor name.
PLACEHOLDER_ID - Static variable in class adams.core.Constants
the placeholder for the ID.
PLACEHOLDER_ID - Static variable in class adams.flow.transformer.TimeseriesDbReader
the placeholder for the ID.
PLACEHOLDER_INDEX - Static variable in class adams.data.conversion.WekaPredictionContainerToSpreadSheet
the placeholder for the class index in the distribution format.
PLACEHOLDER_LABEL - Static variable in class adams.data.conversion.WekaPredictionContainerToSpreadSheet
the placeholder for the class label in the distribution format.
PLACEHOLDER_LAST_COL - Static variable in class adams.data.conversion.SpreadSheetAddFormulaColumn
the placeholder for the last column.
PLACEHOLDER_LAST_COLUMN - Static variable in class adams.data.conversion.SpreadSheetAddFormulaRow
the placeholder for the last column.
PLACEHOLDER_LAST_ROW - Static variable in class adams.data.conversion.SpreadSheetAddFormulaColumn
the placeholder for the last row.
PLACEHOLDER_LAST_ROW - Static variable in class adams.data.conversion.SpreadSheetAddFormulaRow
the placeholder for the last row.
PLACEHOLDER_MAX - Static variable in class adams.data.spreadsheet.sql.Writer
the placeholder for the maximum length for string values.
PLACEHOLDER_MESSAGE - Static variable in class adams.flow.sink.simplelogging.format.TimestampedFormat
the placeholder for the message.
PLACEHOLDER_OBJECT - Static variable in class adams.parser.MathematicalExpression
the default placeholder for a single symbol.
PLACEHOLDER_OBJECT - Static variable in class adams.parser.StringExpression
the default placeholder for a single symbol.
PLACEHOLDER_ORIGINAL - Static variable in class weka.classifiers.CrossValidationHelper
the placeholder for the (original) relation name.
PLACEHOLDER_ORIGINAL - Static variable in class weka.classifiers.LeaveOneOutByValueGenerator
the placeholder for the (original) relation name.
PLACEHOLDER_PREFIX - Static variable in class adams.core.SystemInfo
the placeholder prefix.
PLACEHOLDER_PREFIX - Static variable in class adams.flow.setup.FlowSetupManager
the key prefix for a placeholder.
PLACEHOLDER_SHORT - Static variable in class adams.flow.condition.bool.PromptUser
the placeholder for the short actor name.
PLACEHOLDER_START - Static variable in class adams.core.Placeholders
the starting string of a placeholder.
PLACEHOLDER_TIMESTAMP - Static variable in class adams.flow.sink.simplelogging.format.TimestampedFormat
the placeholder for the timestamp.
PLACEHOLDER_TYPE - Static variable in class weka.classifiers.CrossValidationHelper
the placeholder for "train" or "test" type.
PLACEHOLDER_TYPE - Static variable in class weka.classifiers.LeaveOneOutByValueGenerator
the placeholder for "train" or "test" type.
PlaceholderDirectory - Class in adams.core.io
A specialized File class used for selecting directories with the GOE.
PlaceholderDirectory() - Constructor for class adams.core.io.PlaceholderDirectory
Creates a new PlaceholderFile instance by using the given file.
PlaceholderDirectory(File) - Constructor for class adams.core.io.PlaceholderDirectory
Creates a new PlaceholderDirectory instance by using the given file.
PlaceholderDirectory(File, String) - Constructor for class adams.core.io.PlaceholderDirectory
Creates a new File instance from a parent abstract pathname and a child pathname string.
PlaceholderDirectory(String) - Constructor for class adams.core.io.PlaceholderDirectory
Creates a new File instance by converting the given pathname string into an abstract pathname.
PlaceholderDirectory(String, String) - Constructor for class adams.core.io.PlaceholderDirectory
Creates a new File instance from a parent pathname string and a child pathname string.
PlaceholderDirectory(URI) - Constructor for class adams.core.io.PlaceholderDirectory
Creates a new File instance by converting the given file: URI into an abstract pathname.
PlaceholderDirectoryEditor - Class in adams.gui.goe
A PropertyEditor for PlaceholderDirectory objects that lets the user select a directory.
PlaceholderDirectoryEditor() - Constructor for class adams.gui.goe.PlaceholderDirectoryEditor
 
PlaceholderDirectoryHistory - Class in adams.core
History for PlaceholderDirectory objects.
PlaceholderDirectoryHistory() - Constructor for class adams.core.PlaceholderDirectoryHistory
 
PlaceholderDirectoryParsing - Class in adams.core.option.parsing
For parsing PlaceholderDirectory options.
PlaceholderDirectoryParsing() - Constructor for class adams.core.option.parsing.PlaceholderDirectoryParsing
 
PlaceholderFile - Class in adams.core.io
A specialized File class makes use of system-wide defined placeholders.
PlaceholderFile() - Constructor for class adams.core.io.PlaceholderFile
Creates a new PlaceholderFile instance by using the given file.
PlaceholderFile(File) - Constructor for class adams.core.io.PlaceholderFile
Creates a new PlaceholderFile instance by using the given file.
PlaceholderFile(File, String) - Constructor for class adams.core.io.PlaceholderFile
Creates a new File instance from a parent abstract pathname and a child pathname string.
PlaceholderFile(String) - Constructor for class adams.core.io.PlaceholderFile
Creates a new File instance by converting the given pathname string into an abstract pathname.
PlaceholderFile(String, String) - Constructor for class adams.core.io.PlaceholderFile
Creates a new File instance from a parent pathname string and a child pathname string.
PlaceholderFile(URI) - Constructor for class adams.core.io.PlaceholderFile
Creates a new File instance by converting the given file: URI into an abstract pathname.
PlaceholderFileEditor - Class in adams.gui.goe
A PropertyEditor for FlowFile objects that lets the user select a file.
PlaceholderFileEditor() - Constructor for class adams.gui.goe.PlaceholderFileEditor
 
PlaceholderFileHistory - Class in adams.core
History for PlaceholderFile objects.
PlaceholderFileHistory() - Constructor for class adams.core.PlaceholderFileHistory
 
PlaceholderFileParsing - Class in adams.core.option.parsing
For parsing PlaceholderFile options.
PlaceholderFileParsing() - Constructor for class adams.core.option.parsing.PlaceholderFileParsing
 
PlaceholderManagement - Class in adams.gui.menu
Opens the Placeholder management.
PlaceholderManagement() - Constructor for class adams.gui.menu.PlaceholderManagement
Initializes the menu item with no owner.
PlaceholderManagement(AbstractApplicationFrame) - Constructor for class adams.gui.menu.PlaceholderManagement
Initializes the menu item.
PlaceholderManagementPanel - Class in adams.gui.tools
Panel for managing the placeholders.
PlaceholderManagementPanel() - Constructor for class adams.gui.tools.PlaceholderManagementPanel
 
PlaceholderManagementPanel.PlaceholderTableCellEditor - Class in adams.gui.tools
Custom cell renderer for the placeholders.
PlaceholderManagementPanel.PlaceholderTableModel - Class in adams.gui.tools
Specialized table model for the placeholders.
placeholders() - Method in class adams.core.Placeholders
Returns all stored placeholder keys (local + global).
Placeholders - Class in adams.core
A class for accessing the system-wide defined placeholders.
PlaceholdersDefinition - Class in adams.env
Definition for the Placeholders props file.
PlaceholdersDefinition() - Constructor for class adams.env.PlaceholdersDefinition
 
PlaceholderTableCellEditor(BaseTable, PlaceholderManagementPanel.PlaceholderTableModel, FileChooser) - Constructor for class adams.gui.tools.PlaceholderManagementPanel.PlaceholderTableCellEditor
Initializes the cell editor.
PlaceholderTableModel(boolean) - Constructor for class adams.gui.tools.PlaceholderManagementPanel.PlaceholderTableModel
Initializes the model with the global placeholders.
PlaceholderTableModel(Properties, boolean) - Constructor for class adams.gui.tools.PlaceholderManagementPanel.PlaceholderTableModel
Initializes the model with the specified properties.
placeholderTipText() - Method in class adams.data.conversion.SpreadSheetInsertCellLocation
Returns the tip text for this property.
placeholderTipText() - Method in class adams.data.conversion.SpreadSheetInsertColumnPosition
Returns the tip text for this property.
PLACEHOLDR_DIR - Static variable in class adams.core.management.Terminal
the placeholder for the directory.
PLAIN - adams.gui.flow.FlowPanelNotificationArea.NotificationType
 
PLAIN - Static variable in class adams.core.option.parsing.FontParsing
the string for PLAIN.
PLAIN_TEXT - adams.core.option.help.HelpFormat
 
PlainText - Class in adams.flow.transformer.pdfproclet
Adds plain-text files line by line.
PlainText - Class in adams.gui.flow.tree.annotations
Default processor, turns plain text into HTML.
PlainText() - Constructor for class adams.flow.transformer.pdfproclet.PlainText
 
PlainText() - Constructor for class adams.gui.flow.tree.annotations.PlainText
 
PLAINTEXT_ENDTAG - Static variable in class adams.doc.javadoc.TechnicalInformationHandlerJavadoc
the end comment tag for inserting the generated BibTex.
PLAINTEXT_STARTTAG - Static variable in class adams.doc.javadoc.TechnicalInformationHandlerJavadoc
the start comment tag for inserting the generated BibTex.
PlainTextEmailFileWriter - Class in adams.data.io.output
Writes emails to text files.
Handles only ASCII content.
PlainTextEmailFileWriter() - Constructor for class adams.data.io.output.PlainTextEmailFileWriter
 
PlainTextExporter - Class in adams.gui.visualization.debug.objectexport
Uses text renderers (auto or custom) to turn the object into text.
PlainTextExporter() - Constructor for class adams.gui.visualization.debug.objectexport.PlainTextExporter
 
PlainTextHandler - Class in adams.gui.tools.previewbrowser
Displays the following plain text file types: *

PlainTextHandler() - Constructor for class adams.gui.tools.previewbrowser.PlainTextHandler
 
PlainTextRenderer - Class in adams.gui.visualization.debug.objectrenderer
Renders objects as plain text.
PlainTextRenderer() - Constructor for class adams.gui.visualization.debug.objectrenderer.PlainTextRenderer
 
PlainTextResultsPanel - Class in adams.gui.tools.wekamultiexperimenter.analysis
Displays the results in plain text.
PlainTextResultsPanel() - Constructor for class adams.gui.tools.wekamultiexperimenter.analysis.PlainTextResultsPanel
 
plot(SpreadSheetTablePopupMenuItemHelper.TableState, boolean) - Method in class adams.gui.core.spreadsheettable.Binning
Allows the user to generate a plot from either a row or a column.
plot(SpreadSheetTablePopupMenuItemHelper.TableState, boolean) - Method in class adams.gui.core.spreadsheettable.Histogram
Allows the user to generate a plot from either a row or a column.
plot(SpreadSheetTablePopupMenuItemHelper.TableState, boolean, int, int[]) - Method in class adams.gui.core.spreadsheettable.JFreeChart
Allows the user to generate a plot from either a row or a column.
plot(SpreadSheetTablePopupMenuItemHelper.TableState, boolean, int, int[]) - Method in class adams.gui.core.spreadsheettable.SimplePlot
Allows the user to generate a plot from either a row or a column.
plot(InstancesTablePopupMenuItemHelper.TableState, boolean) - Method in class adams.gui.visualization.instances.instancestable.Binning
Allows the user to generate a plot from either a row or a column.
plot(InstancesTablePopupMenuItemHelper.TableState, boolean) - Method in class adams.gui.visualization.instances.instancestable.Histogram
Allows the user to generate a plot from either a row or a column.
plot(InstancesTablePopupMenuItemHelper.TableState, boolean, int, int[]) - Method in class adams.gui.visualization.instances.instancestable.JFreeChart
Allows the user to generate a plot from either a row or a column.
plot(InstancesTablePopupMenuItemHelper.TableState, boolean, int, int[]) - Method in class adams.gui.visualization.instances.instancestable.SimplePlot
Allows the user to generate a plot from either a row or a column.
plot(Graphics2D, int, int, int) - Method in enum adams.gui.visualization.object.objectannotations.outline.VertexShape
Plots the shape at the specified position.
plot(Graphics2D, int, int, int) - Method in enum adams.gui.visualization.segmentation.layer.Markers.Shape
Plots the marker at the specified position.
PLOT - adams.flow.container.SequencePlotterContainer.ContentType
plot data.
PLOT_NAME - adams.flow.control.PlotContainerUpdater.PlotContainerValue
the name of the container.
PLOT_SIZE - Static variable in class weka.gui.visualize.plugins.FixedClassifierErrors
fixed plot size.
PlotAttributeVsAttribute - Class in adams.gui.menu
Allows the user to select a dataset and plot attribute vs attribute (selected by user).
PlotAttributeVsAttribute() - Constructor for class adams.gui.menu.PlotAttributeVsAttribute
Initializes the menu item with no owner.
PlotAttributeVsAttribute(AbstractApplicationFrame) - Constructor for class adams.gui.menu.PlotAttributeVsAttribute
Initializes the menu item.
plotColorTipText() - Method in class adams.flow.sink.JFreeChartFileWriter
Returns the tip text for this property.
plotColorTipText() - Method in class adams.flow.sink.JFreeChartPlot
Returns the tip text for this property.
plotColorTipText() - Method in class adams.gui.tools.spreadsheetviewer.chart.JFreeChart
Returns the tip text for this property.
plotColumn(SpreadSheetTablePopupMenuItemHelper.TableState) - Method in class adams.gui.core.spreadsheettable.Binning
Plots the specified column.
plotColumn(SpreadSheetTablePopupMenuItemHelper.TableState) - Method in class adams.gui.core.spreadsheettable.Histogram
Plots the specified column.
plotColumn(SpreadSheetTablePopupMenuItemHelper.TableState) - Method in class adams.gui.core.spreadsheettable.JFreeChart
Plots the specified column.
plotColumn(SpreadSheetTablePopupMenuItemHelper.TableState) - Method in interface adams.gui.core.spreadsheettable.PlotColumn
Plots the specified column.
plotColumn(SpreadSheetTablePopupMenuItemHelper.TableState) - Method in class adams.gui.core.spreadsheettable.SimplePlot
Plots the specified column.
plotColumn(SpreadSheetTable, SpreadSheet, int) - Method in class adams.gui.core.spreadsheettable.AbstractPlotColumn
Plots the specified column.
plotColumn(InstancesTablePopupMenuItemHelper.TableState) - Method in class adams.gui.visualization.instances.instancestable.AbstractPlotColumn
Plots the specified column.
plotColumn(InstancesTablePopupMenuItemHelper.TableState) - Method in class adams.gui.visualization.instances.instancestable.Binning
Plots the specified column.
plotColumn(InstancesTablePopupMenuItemHelper.TableState) - Method in class adams.gui.visualization.instances.instancestable.Histogram
Plots the specified column.
plotColumn(InstancesTablePopupMenuItemHelper.TableState) - Method in class adams.gui.visualization.instances.instancestable.JFreeChart
Plots the specified column.
plotColumn(InstancesTablePopupMenuItemHelper.TableState) - Method in interface adams.gui.visualization.instances.instancestable.PlotColumn
Plots the specified column.
plotColumn(InstancesTablePopupMenuItemHelper.TableState) - Method in class adams.gui.visualization.instances.instancestable.SimplePlot
Plots the specified column.
PlotColumn - Interface in adams.gui.core.spreadsheettable
Interface for plugins that plot a column.
PlotColumn - Interface in adams.gui.visualization.instances.instancestable
Interface for plugins that plot a column.
plotColumnsTipText() - Method in class adams.flow.transformer.plotgenerator.AndrewsCurvesGenerator
Returns the tip text for this property.
plotColumnsTipText() - Method in class adams.flow.transformer.plotgenerator.SimplePlotGenerator
Returns the tip text for this property.
plotColumnsTipText() - Method in class adams.flow.transformer.plotgenerator.XYPlotGenerator
Returns the tip text for this property.
PlotContainerSink - Class in adams.flow.sink
Actor that outputs the plot containers in various formats.
PlotContainerSink() - Constructor for class adams.flow.sink.PlotContainerSink
 
PlotContainerSink.DoubleComparator - Class in adams.flow.sink
Comparator for doubles that are stored as string.
PlotContainerUpdater - Class in adams.flow.control
Applies all sub-actors to process either the selected value of the plot container.
PlotContainerUpdater() - Constructor for class adams.flow.control.PlotContainerUpdater
 
PlotContainerUpdater.PlotContainerValue - Enum in adams.flow.control
The values of the plot container that can be modified.
plotLabel(LocatedObject, Color, Graphics2D) - Method in class adams.gui.visualization.object.objectannotations.label.AbstractLabelPlotter
Plots the label.
plotLabel(LocatedObject, Color, Graphics2D) - Method in interface adams.gui.visualization.object.objectannotations.label.LabelPlotter
Plots the label.
plotNameRangeTipText() - Method in class adams.flow.transformer.plotgenerator.AbstractPlotGenerator
Returns the tip text for this property.
plotNameSeparatorTipText() - Method in class adams.flow.transformer.plotgenerator.AbstractPlotGenerator
Returns the tip text for this property.
plotNamesTipText() - Method in class adams.flow.transformer.MakeForecastPlotContainer
Returns the tip text for this property.
plotNameSuffixTipText() - Method in class adams.flow.control.plotprocessor.AbstractPlotProcessor
Returns the tip text for this property.
plotNameTipText() - Method in class adams.flow.sink.ActualVsPredictedPlot
Returns the tip text for this property.
plotNameTipText() - Method in class adams.flow.transformer.MakePlotContainer
Returns the tip text for this property.
plotNameTipText() - Method in class adams.flow.transformer.WekaAccumulatedError
Returns the tip text for this property.
plotOutline(LocatedObject, Color, Graphics2D) - Method in class adams.gui.visualization.object.objectannotations.outline.AbstractOutlinePlotter
Plots the outline.
plotOutline(LocatedObject, Color, Graphics2D) - Method in interface adams.gui.visualization.object.objectannotations.outline.OutlinePlotter
Plots the outline of the object.
PlotPanel - Class in adams.gui.visualization.core
A panel that contains a drawing (= content) area with (usually) two axes.
PlotPanel() - Constructor for class adams.gui.visualization.core.PlotPanel
Initializes the panel.
PlotPanel(boolean) - Constructor for class adams.gui.visualization.core.PlotPanel
Initializes the panel.
PlotPanelAxisOptions - Interface in adams.gui.visualization.core
Interface for schemes that configure axes of a PlotPanel.
PlotPanelPanningEvent - Class in adams.gui.event
Event that gets sent in case of a panning event in the PlotPanel.
PlotPanelPanningEvent(PlotPanel, PlotPanelPanningEvent.PanningEventType) - Constructor for class adams.gui.event.PlotPanelPanningEvent
Initializes the event.
PlotPanelPanningEvent.PanningEventType - Enum in adams.gui.event
The type of panning event.
PlotPanelPanningListener - Interface in adams.gui.event
Interface for listening for panning events in the PlotPanel.
PlotPanelTest - Class in adams.gui.menu
Only for testing the PlotPanel component.
PlotPanelTest() - Constructor for class adams.gui.menu.PlotPanelTest
Initializes the menu item with no owner.
PlotPanelTest(AbstractApplicationFrame) - Constructor for class adams.gui.menu.PlotPanelTest
Initializes the menu item.
PlotPanelZoomEvent - Class in adams.gui.event
Event that gets sent in case of a zoom event in the PlotPanel.
PlotPanelZoomEvent(PlotPanel, PlotPanelZoomEvent.ZoomEventType) - Constructor for class adams.gui.event.PlotPanelZoomEvent
Initializes the event.
PlotPanelZoomEvent.ZoomEventType - Enum in adams.gui.event
The type of zoom event.
PlotPanelZoomListener - Interface in adams.gui.event
Interface for listening for zoom events in the PlotPanel.
PlotProcessor - Class in adams.flow.control
Applies the specified processing algorithm to the stream of plot containers passing through.
PlotProcessor() - Constructor for class adams.flow.control.PlotProcessor
 
plotRow(SpreadSheetTablePopupMenuItemHelper.TableState) - Method in class adams.gui.core.spreadsheettable.AbstractPlotRow
Plots the specified row.
plotRow(SpreadSheetTablePopupMenuItemHelper.TableState) - Method in class adams.gui.core.spreadsheettable.Binning
Plots the specified row.
plotRow(SpreadSheetTablePopupMenuItemHelper.TableState) - Method in class adams.gui.core.spreadsheettable.Histogram
Plots the specified row.
plotRow(SpreadSheetTablePopupMenuItemHelper.TableState) - Method in class adams.gui.core.spreadsheettable.JFreeChart
Plots the specified row.
plotRow(SpreadSheetTablePopupMenuItemHelper.TableState) - Method in interface adams.gui.core.spreadsheettable.PlotRow
Plots the specified row.
plotRow(SpreadSheetTablePopupMenuItemHelper.TableState) - Method in class adams.gui.core.spreadsheettable.SimplePlot
Plots the specified row.
plotRow(InstancesTablePopupMenuItemHelper.TableState) - Method in class adams.gui.visualization.instances.instancestable.AbstractPlotRow
Plots the specified row.
plotRow(InstancesTablePopupMenuItemHelper.TableState) - Method in class adams.gui.visualization.instances.instancestable.Binning
Plots the specified row.
plotRow(InstancesTablePopupMenuItemHelper.TableState) - Method in class adams.gui.visualization.instances.instancestable.Histogram
Plots the specified row.
plotRow(InstancesTablePopupMenuItemHelper.TableState) - Method in class adams.gui.visualization.instances.instancestable.JFreeChart
Plots the specified row.
plotRow(InstancesTablePopupMenuItemHelper.TableState) - Method in interface adams.gui.visualization.instances.instancestable.PlotRow
Plots the specified row.
plotRow(InstancesTablePopupMenuItemHelper.TableState) - Method in class adams.gui.visualization.instances.instancestable.SimplePlot
Plots the specified row.
PlotRow - Interface in adams.gui.core.spreadsheettable
Interface for plugins that plot a row.
PlotRow - Interface in adams.gui.visualization.instances.instancestable
Interface for plugins that plot a row.
plotSelectedRows(SpreadSheetTablePopupMenuItemHelper.TableState) - Method in class adams.gui.core.spreadsheettable.JFreeChart
Plots the specified row.
plotSelectedRows(SpreadSheetTablePopupMenuItemHelper.TableState) - Method in interface adams.gui.core.spreadsheettable.PlotSelectedRows
Plots the specified row.
plotSelectedRows(SpreadSheetTablePopupMenuItemHelper.TableState) - Method in class adams.gui.core.spreadsheettable.SimplePlot
Plots the specified row.
plotSelectedRows(InstancesTablePopupMenuItemHelper.TableState) - Method in class adams.gui.visualization.instances.instancestable.JFreeChart
Plots the specified row.
plotSelectedRows(InstancesTablePopupMenuItemHelper.TableState) - Method in interface adams.gui.visualization.instances.instancestable.PlotSelectedRows
Plots the specified row.
plotSelectedRows(InstancesTablePopupMenuItemHelper.TableState) - Method in class adams.gui.visualization.instances.instancestable.SimplePlot
Plots the specified row.
PlotSelectedRows - Interface in adams.gui.core.spreadsheettable
Interface for plugins that plot selected rows.
PlotSelectedRows - Interface in adams.gui.visualization.instances.instancestable
Interface for plugins that plot selected rows.
plotShape(LocatedObject, Color, Graphics2D) - Method in class adams.gui.visualization.object.objectannotations.shape.AbstractShapePlotter
Plots the outline.
plotShape(LocatedObject, Color, Graphics2D) - Method in interface adams.gui.visualization.object.objectannotations.shape.ShapePlotter
Plots the outline of the object.
plotSizeTipText() - Method in class adams.flow.sink.MatrixPlot
return a string for the plot size option
plottersTipText() - Method in class adams.gui.visualization.object.objectannotations.label.MultiLabelPlotter
Returns the tip text for this property.
plottersTipText() - Method in class adams.gui.visualization.object.objectannotations.outline.MultiOutlinePlotter
Returns the tip text for this property.
plottersTipText() - Method in class adams.gui.visualization.object.objectannotations.shape.MultiShapePlotter
Returns the tip text for this property.
plotTypeTipText() - Method in class adams.flow.sink.sequenceplotter.SimpleErrorPaintlet
Returns the tip text for this property.
plotTypeTipText() - Method in class adams.gui.tools.spreadsheetviewer.chart.ScatterPlot
Returns the tip text for this property.
plotUpdaterTipText() - Method in interface adams.flow.core.DataPlotUpdaterHandler
Returns the tip text for this property.
plotUpdaterTipText() - Method in class adams.flow.sink.SequencePlotter
Returns the tip text for this property.
plotUpdaterTipText() - Method in class adams.flow.sink.TimeseriesDisplay
Returns the tip text for this property.
PLS - Class in adams.data.instancesanalysis
Performs partial least squares analysis and allows access to loadings and scores.
PLS - Class in adams.ml.preprocessing.supervised
PLS - Class in weka.filters.supervised.attribute
Applies the specified partial least squares (PLS) algorithm to the data.
PLS() - Constructor for class adams.data.instancesanalysis.PLS
 
PLS() - Constructor for class adams.ml.preprocessing.supervised.PLS
 
PLS() - Constructor for class weka.filters.supervised.attribute.PLS
 
PLS1 - Class in adams.data.instancesanalysis.pls
Implementation of PLS1 algorithm.

For more information see:

Tormod Naes, Tomas Isaksson, Tom Fearn, Tony Davies (2002).
PLS1() - Constructor for class adams.data.instancesanalysis.pls.PLS1
 
PLS1_B_HAT - adams.flow.transformer.WekaExtractPLSMatrix.MatrixType
the b-hat vector for PLS1
PLS1_P - adams.flow.transformer.WekaExtractPLSMatrix.MatrixType
the P matrix for PLS1
PLS1_REGVECTOR - adams.flow.transformer.WekaExtractPLSMatrix.MatrixType
the regression vector "r-hat" for PLS1
PLS1_W - adams.flow.transformer.WekaExtractPLSMatrix.MatrixType
the W matrix for PLS1
PLS1AttributeEval - Class in weka.attributeSelection
Uses the first component of PLS1 to determine the importance of the attributes (defaults: no preprocessing, missing values not replaced, and 20 components)
PLS1AttributeEval() - Constructor for class weka.attributeSelection.PLS1AttributeEval
 
PLSClassifierWeighted - Class in weka.classifiers.functions
A wrapper classifier for the PLSFilter, utilizing the PLSFilter's ability to perform predictions.
PLSClassifierWeighted() - Constructor for class weka.classifiers.functions.PLSClassifierWeighted
 
PLSClassifierWeightedWithLoadings - Class in weka.classifiers.functions
A wrapper classifier for the PLSFilter, utilizing the PLSFilter's ability to perform predictions.

Allows access to the PLS matrices in case the filter is a PLSFilterWithLoadings instance.
PLSClassifierWeightedWithLoadings() - Constructor for class weka.classifiers.functions.PLSClassifierWeightedWithLoadings
 
PLSFilterExtended - Class in weka.filters.supervised.attribute
Class contains changes to the Weka's PLSFilter in order to have simpls work with multiple y attributes.
PLSFilterExtended() - Constructor for class weka.filters.supervised.attribute.PLSFilterExtended
 
PLSFilterNumComponents - Class in adams.core.discovery.genetic
SavitzkyGolay numPoints handler.
PLSFilterNumComponents() - Constructor for class adams.core.discovery.genetic.PLSFilterNumComponents
 
PLSFilterWithLoadings - Class in weka.filters.supervised.attribute
Runs Partial Least Square Regression over the given instances and computes the resulting beta matrix for prediction.
By default it replaces missing values and centers the data.

Allows access to the internal matrices.

For more information see:

Tormod Naes, Tomas Isaksson, Tom Fearn, Tony Davies (2002).
PLSFilterWithLoadings() - Constructor for class weka.filters.supervised.attribute.PLSFilterWithLoadings
 
PLSMatrixAccess - Interface in weka.core
For classes that allow access to PLS matrices.
PLSNNSearch - Class in weka.core.neighboursearch
Class implementing the brute force search algorithm for nearest neighbour search, filtered using PLS.
PLSNNSearch() - Constructor for class weka.core.neighboursearch.PLSNNSearch
Constructor.
PLSNNSearch(Instances) - Constructor for class weka.core.neighboursearch.PLSNNSearch
Constructor that uses the supplied set of instances.
PLSTipText() - Method in class weka.classifiers.trees.RandomRegressionForest
Returns the tip text for this property
PLSWeighted - Class in weka.classifiers.functions
A wrapper classifier for the PLS filter, utilizing the filter's ability to perform predictions.
PLSWeighted() - Constructor for class weka.classifiers.functions.PLSWeighted
 
PLUS - Static variable in interface adams.parser.basedate.sym
 
PLUS - Static variable in interface adams.parser.basedatetime.sym
 
PLUS - Static variable in interface adams.parser.basedatetimemsec.sym
 
PLUS - Static variable in interface adams.parser.basetime.sym
 
PLUS - Static variable in interface adams.parser.basetimemsec.sym
 
PLUS - Static variable in interface adams.parser.booleanexpression.sym
 
PLUS - Static variable in interface adams.parser.lookupupdate.sym
 
PLUS - Static variable in interface adams.parser.mathematicalexpression.sym
 
PLUS - Static variable in interface adams.parser.spreadsheetformula.sym
 
PLUS - Static variable in interface adams.parser.stringexpression.sym
 
PNG - Class in adams.core.io.filecomplete
Checks whether the PNG file ends with bytes IEND (EOF for PNGs).
See also:
https://en.wikipedia.org/wiki/Portable_Network_Graphics#Critical_chunks
http://www.libpng.org/pub/png/spec/1.2/PNG-Structure.html#Chunk-layout
http://www.libpng.org/pub/png/spec/1.2/PNG-Chunks.html#C.IEND

PNG - adams.data.jai.ImageType
 
PNG() - Constructor for class adams.core.io.filecomplete.PNG
 
PNGImageReader - Class in adams.data.io.input
Reads images in PNG format.
PNGImageReader() - Constructor for class adams.data.io.input.PNGImageReader
 
PngIsComplete - Class in adams.core.io.fileuse
Checks whether the PNG file ends with bytes IEND (EOF for PNGs).
See also:
https://en.wikipedia.org/wiki/Portable_Network_Graphics#Critical_chunks
http://www.libpng.org/pub/png/spec/1.2/PNG-Structure.html#Chunk-layout
http://www.libpng.org/pub/png/spec/1.2/PNG-Chunks.html#C.IEND

PngIsComplete() - Constructor for class adams.core.io.fileuse.PngIsComplete
 
PNGSpreadSheetReader - Class in adams.data.io.input
Reads PNGs as spreadsheet, e.g., for reading indexed PNGs.
PNGSpreadSheetReader() - Constructor for class adams.data.io.input.PNGSpreadSheetReader
 
PNGWriter - Class in adams.gui.print
Outputs PNG images.
PNGWriter() - Constructor for class adams.gui.print.PNGWriter
 
PNM - adams.data.jai.ImageType
 
Point(double, double) - Constructor for class adams.data.filter.AbstractDerivative.Point
Initializes the point.
Point2DComparator - Class in adams.gui.core
A comparator for Point2D objects.
Point2DComparator() - Constructor for class adams.gui.core.Point2DComparator
The default constructor uses comparison by points in ascending manner, using only X.
Point2DComparator(boolean, boolean) - Constructor for class adams.gui.core.Point2DComparator
This constructor initializes the comparator either in ascending manner or descending.
Point2DToString - Class in adams.data.conversion
Turns a java.awt.geom.Point2D into a string of the format 'x y'.
Point2DToString() - Constructor for class adams.data.conversion.Point2DToString
 
Pointer - Class in adams.gui.visualization.segmentation.tool
Pointer.
Pointer() - Constructor for class adams.gui.visualization.segmentation.tool.Pointer
 
PointPreprocessor - Interface in adams.gui.visualization.sequence.pointpreprocessor
Interface for classes that preprocess points.
pointPreprocessorTipText() - Method in class adams.flow.sink.sequenceplotter.AbstractErrorPaintlet
Returns the tip text for this property.
pointPreprocessorTipText() - Method in class adams.gui.visualization.sequence.AbstractXYSequencePaintlet
Returns the tip text for this property.
PointsFromReportHandler - Class in adams.gui.tools.previewbrowser
PointsFromReportHandler() - Constructor for class adams.gui.tools.previewbrowser.PointsFromReportHandler
 
PointsFromReportHandler.CombinedPanel - Class in adams.gui.tools.previewbrowser
The panel for displaying the image.
pointValue() - Method in class adams.core.base.BasePointDouble
Returns the Point2D.Double value.
pointValue() - Method in class adams.core.base.BasePointFloat
Returns the Point2D.Float value.
pointValue() - Method in class adams.core.base.BasePointInt
Returns the Point value.
POISSON_REGRESSION_FOR_COUNT_DATA - weka.classifiers.trees.XGBoost.Objective
 
POLISH - adams.flow.core.TesseractLanguage
 
poll(long, TimeUnit) - Method in class adams.flow.control.StorageQueueHandler
Polls the queue in a blocking fashion.
POLYGON - adams.data.objectoverlap.GeometryType
 
POLYGON_BOUNDS - adams.gui.visualization.object.objectannotations.label.Anchored.AnchorReference
 
PolygonAnnotator - Class in adams.gui.visualization.object.annotator
For annotating object shapes with polygons boxes.
PolygonAnnotator() - Constructor for class adams.gui.visualization.object.annotator.PolygonAnnotator
 
PolygonBased - Class in adams.data.areaoverlap
Uses polygons for the calculation.
PolygonBased() - Constructor for class adams.data.areaoverlap.PolygonBased
 
polygonBounds(Polygon) - Static method in class adams.flow.transformer.locateobjects.LocatedObject
Returns the boundaries of the JTS polygon.
polygonBoundsTipText() - Method in class adams.flow.transformer.draw.ObjectLocationsFromReport
Returns the tip text for this property.
polygonBoundsTipText() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
Returns the tip text for this property.
polygonBoundsTipText() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
Returns the tip text for this property.
polygonBoundsTipText() - Method in class adams.gui.visualization.image.ObjectLocationsOverlayFromReport
Returns the tip text for this property.
polygonBoundsTipText() - Method in class adams.gui.visualization.object.overlay.ObjectLocationsOverlayFromReport
Returns the tip text for this property.
PolygonFill - Class in adams.gui.visualization.segmentation.tool
Polygon fill.
PolygonFill() - Constructor for class adams.gui.visualization.segmentation.tool.PolygonFill
 
PolygonOutline - Class in adams.gui.visualization.object.objectannotations.outline
Plots the polygon.
PolygonOutline() - Constructor for class adams.gui.visualization.object.objectannotations.outline.PolygonOutline
 
PolygonOverlay - Class in adams.gui.visualization.segmentation.paintoperation
Paints an overlay.
PolygonOverlay() - Constructor for class adams.gui.visualization.segmentation.paintoperation.PolygonOverlay
 
PolygonPainter - Class in adams.gui.visualization.image.selectionshape
Paints a polygon from the mouse point trace.
PolygonPainter() - Constructor for class adams.gui.visualization.image.selectionshape.PolygonPainter
 
PolygonPointAnnotator - Class in adams.gui.visualization.object.annotator
For annotating polygons by left-clicking on each vertex.
PolygonPointAnnotator() - Constructor for class adams.gui.visualization.object.annotator.PolygonPointAnnotator
 
PolygonPoints - Class in adams.data.objectfinder
Returns the indices of objects which polygons satisfy specified min/max for number of points.
PolygonPoints() - Constructor for class adams.data.objectfinder.PolygonPoints
 
PolygonUtils - Class in adams.gui.visualization.image
Helper class for polygons.
PolygonUtils() - Constructor for class adams.gui.visualization.image.PolygonUtils
 
PolygonVertices - Class in adams.gui.visualization.object.objectannotations.outline
Plots the polygon vertices.
PolygonVertices() - Constructor for class adams.gui.visualization.object.objectannotations.outline.PolygonVertices
 
polynomialOrderTipText() - Method in class adams.data.baseline.AbstractSavitzkyGolayBased
Returns the tip text for this property.
polynomialOrderTipText() - Method in class adams.data.filter.AbstractSavitzkyGolay
Returns the tip text for this property.
polynomialOrderTipText() - Method in class adams.data.smoothing.AbstractSavitzkyGolayBased
Returns the tip text for this property.
polynomialOrderTipText() - Method in class adams.flow.control.plotprocessor.SavitzkyGolay
Returns the tip text for this property.
polynomialOrderTipText() - Method in class adams.ml.preprocessing.unsupervised.SavitzkyGolay
Returns the tip text for this property.
polynomialOrderTipText() - Method in class weka.filters.unsupervised.attribute.SavitzkyGolay
Returns the tip text for this property.
polynomialOrderTipText() - Method in class weka.filters.unsupervised.attribute.SavitzkyGolay2
Returns the tip text for this property.
polynomialTipText() - Method in class adams.data.filter.TimeseriesChangeResolution
Returns the tip text for this property.
pop() - Method in class adams.core.option.OptionTraversalPath
Pops current path and object of the stack.
pop() - Method in class adams.gui.visualization.core.axis.ZoomHandler
Pops the topmost zoom.
POP - adams.gui.event.PlotPanelZoomEvent.ZoomEventType
removed zoom.
PopupCustomizerComparator - Class in adams.gui.visualization.container.datacontainerpanel
Comparator for sorting AbstractPopupCustomizer (and derived classes).
PopupCustomizerComparator() - Constructor for class adams.gui.visualization.container.datacontainerpanel.PopupCustomizerComparator
 
PopupMenuCustomizer<T> - Interface in adams.gui.core
Interface for classes that can customize the popup menu.
PopupMenuCustomizer - Interface in adams.gui.visualization.core
For classes that customize popup menus, before they're displayed.
PopupMenuCustomizer - Interface in adams.gui.visualization.object
Interface for popup menu customizers.
PopupMenuHandler - Interface in adams.gui.core.dotnotationtree
Interface for classes that generate a popup menu in the class tree.
PopupMenuListener - Interface in adams.gui.event
For listeners that can display a popup menu.
PopupMenuProvider - Interface in adams.gui.core
Interface for classes that offer a popup menu.
popZoom() - Method in class adams.gui.visualization.core.axis.AbstractAxisModel
Removes the latest zoom, if available.
popZoom() - Method in class adams.gui.visualization.core.AxisPanel
Removes the latest zoom, if available.
popZoom() - Method in class adams.gui.visualization.core.plot.ContentPanel
Pops the current zoom.
PortManager - Class in adams.core.net
Keeps track of used ports.
PortManager() - Constructor for class adams.core.net.PortManager
Initializes the port manager.
PORTRAIT - adams.data.PageOrientation
 
portTipText() - Method in class adams.flow.execution.RemoteFlowListener
Returns the tip text for this property.
portTipText() - Method in class adams.flow.source.RSync
 
portTipText() - Method in class adams.flow.source.Socket
Returns the tip text for this property.
portTipText() - Method in class adams.flow.standalone.SMTPConnection
Returns the tip text for this property.
portTipText() - Method in class adams.flow.standalone.SSHConnection
Returns the tip text for this property.
portTipText() - Method in class adams.flow.websocket.server.EchoServerGenerator
Returns the tip text for this property.
portTipText() - Method in class adams.gui.chooser.SftpRemoteDirectorySetup
Returns the tip text for this property.
portTipText() - Method in class adams.scripting.connection.AbstractSSHConnection
Returns the tip text for this property.
portTipText() - Method in class adams.scripting.connection.DefaultConnection
Returns the tip text for this property.
portTipText() - Method in class adams.scripting.engine.DefaultScriptingEngine
Returns the tip text for this property.
PORTUGUESE - adams.flow.core.TesseractLanguage
 
portValue() - Method in class adams.core.base.BaseHostname
Returns the port part of the hostname, if available.
portValue(int) - Method in class adams.core.base.BaseHostname
Returns the port part of the hostname, if available.
position - Variable in class adams.parser.ActorSuggestion.SuggestionData
the position.
positionTipText() - Method in class adams.data.conversion.SpreadSheetAddRowID
Returns the tip text for this property.
positionTipText() - Method in class adams.flow.transformer.CollectionInsert
Returns the tip text for this property.
positionTipText() - Method in class adams.flow.transformer.SpreadSheetCopyColumns
Returns the tip text for this property.
positionTipText() - Method in class adams.flow.transformer.SpreadSheetCopyRows
Returns the tip text for this property.
positionTipText() - Method in class adams.flow.transformer.SpreadSheetInsertColumn
Returns the tip text for this property.
positionTipText() - Method in class adams.flow.transformer.SpreadSheetInsertRow
Returns the tip text for this property.
positionTipText() - Method in class adams.flow.transformer.SpreadSheetInsertRowScore
Returns the tip text for this property.
positionTipText() - Method in class adams.flow.transformer.SpreadSheetRemoveColumn
Returns the tip text for this property.
positionTipText() - Method in class adams.flow.transformer.SpreadSheetRemoveRow
Returns the tip text for this property.
positionTipText() - Method in class adams.flow.transformer.SpreadSheetReplaceCellValue
Returns the tip text for this property.
positionTipText() - Method in class adams.flow.transformer.SpreadSheetRowBinning
Returns the tip text for this property.
positionTipText() - Method in class adams.flow.transformer.StorageCollectionInsert
Returns the tip text for this property.
positionTipText() - Method in class adams.flow.transformer.StringInsert
Returns the tip text for this property.
positionTipText() - Method in class adams.parser.ActorSuggestion
Returns the tip text for this property.
positionTipText() - Method in class adams.parser.ActorTemplateSuggestion
Returns the tip text for this property.
positionTipText() - Method in class adams.parser.ExternalActorSuggestion
Returns the tip text for this property.
PositionType - Enum in adams.core
Enumeration for positions.
POSITIVE_INFINITY - Static variable in class adams.core.base.BaseInterval
the placeholder for +Inf.
POSITIVE_INFINITY - Static variable in class adams.core.Utils
 
POST_EXECUTE - adams.flow.execution.ExecutionStage
 
POST_INPUT - adams.flow.execution.ExecutionStage
 
POST_OUTPUT - adams.flow.execution.ExecutionStage
 
POST_PAINT - adams.gui.event.PaintEvent.PaintMoment
execute the paintlet after the panel's main painting.
POST_TOKENIZER - Static variable in class weka.core.tokenizers.PreCleanedTokenizer
 
postActionPerformed(ActionEvent) - Method in class adams.gui.action.AbstractBaseAction
Invoked when an action occurs (hook method after executing the actual action code).
postActionPerformed(ActionEvent) - Method in class adams.gui.tools.spreadsheetviewer.menu.AbstractSpreadSheetViewerCheckBoxMenuItemAction
Invoked when an action occurs (hook method after executing the actual action code).
postActionPerformed(ActionEvent) - Method in class adams.gui.tools.spreadsheetviewer.menu.AbstractSpreadSheetViewerMenuItemAction
Invoked when an action occurs (hook method after executing the actual action code).
postActionPerformed(ActionEvent) - Method in class adams.gui.tools.spreadsheetviewer.menu.AbstractSpreadSheetViewerSubMenuAction
Invoked when an action occurs (hook method after executing the actual action code).
postAdd(TimeseriesContainer) - Method in class adams.gui.visualization.timeseries.TimeseriesContainerManager
A post-hook for the add-method, after the container got added to the internal list and the notifications got sent.
postAdd(T) - Method in class adams.gui.visualization.container.AbstractContainerManager
A post-hook for the add-method, after the container got added to the internal list and the notifications got sent.
postAddLeaf(N, String) - Method in class adams.gui.core.dotnotationtree.DotNotationTree
Post-processes a leaf after being added, i.e., info node generators are applied.
postAddLeaf(T, String) - Method in class adams.gui.goe.actorpathtree.ActorPathTree
Post-processes a leaf after being added, i.e., info node generators are applied.
postBuildTree() - Method in class adams.gui.core.dotnotationtree.DotNotationTree
Hook method just after the tree got built and reloaded.
POSTCARD - adams.flow.transformer.pdfproclet.PageSize
 
postCreate() - Method in class adams.db.AbstractIndexedTable
Optional post-create hook for filling the table with initial values.
postCreateDialog(LogViewer, LogEntry) - Method in class adams.flow.sink.logview.AbstractLogEntryDialog
Hook method after the dialog gets created.
postCreateDialog(BaseDialog, BasePanel) - Method in class adams.flow.transformer.AbstractInteractiveTransformerDialog
Hook method after the dialog got created.
postCreateDialog(BaseDialog, BasePanel) - Method in class adams.flow.transformer.CompareObjectLocations
Hook method after the dialog got created.
postCreateDialog(BaseDialog, BasePanel) - Method in class adams.flow.transformer.ImageAnnotator
Hook method after the dialog got created.
postCreateDialog(BaseDialog, BasePanel) - Method in class adams.flow.transformer.ImageLabeler
Hook method after the dialog got created.
postCreateDialog(BaseDialog, BasePanel) - Method in class adams.flow.transformer.ImageObjectAnnotator
Hook method after the dialog got created.
postCreateDialog(BaseDialog, BasePanel) - Method in class adams.flow.transformer.ImageSegmentationAnnotator
Hook method after the dialog got created.
postCreateFrame(BaseFrame, BasePanel) - Method in class adams.flow.core.AbstractDisplay
Hook method after the frame got created.
postCrop(BufferedImage) - Method in class adams.data.image.transformer.crop.AbstractCropAlgorithm
Hook method after the crop happened.
postDisplay(Token) - Method in class adams.flow.sink.AbstractDisplay
After the token has been displayed.
postDisplay(Token) - Method in class adams.flow.sink.ReportDisplay
After the token has been displayed.
postExecute() - Method in class adams.flow.control.AbstractContainerUpdater
Post-execute hook.
postExecute() - Method in class adams.flow.control.ArrayGenerate
Post-execute hook.
postExecute() - Method in class adams.flow.control.ArrayProcess
Post-execute hook.
postExecute() - Method in class adams.flow.control.CollectionProcess
Post-execute hook.
postExecute() - Method in class adams.flow.control.IfThenElse
Post-execute hook.
postExecute() - Method in class adams.flow.control.LocalScopeTransformer
Post-execute hook.
postExecute() - Method in class adams.flow.control.LocalScopeTrigger
Post-execute hook.
postExecute() - Method in class adams.flow.control.Sequence
Post-execute hook.
postExecute() - Method in class adams.flow.control.Switch
Post-execute hook.
postExecute() - Method in class adams.flow.core.AbstractActor
Post-execute hook.
postExecute() - Method in class adams.flow.core.AbstractPyroCall
After performing the actual call.
postExecute() - Method in class adams.flow.sink.AbstractSink
Post-execute hook.
postExecute() - Method in class adams.flow.sink.pyrosink.AbstractPyroSink
After performing the actual call.
postExecute() - Method in class adams.flow.transformer.AbstractTransformer
Post-execute hook.
postExecute() - Method in class adams.flow.transformer.pyrotransformer.AbstractPyroTransformer
After performing the actual call.
postExecute() - Method in class adams.flow.transformer.SetProperty
Post-execute hook.
postExecute() - Method in class adams.flow.transformer.UpdateProperty
Post-execute hook.
postExecute(boolean) - Method in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment
Hook method just after the experiment was run.
postExecute(Actor) - Method in class adams.flow.execution.AbstractFlowExecutionListener
Gets called after the actor was executed.
postExecute(Actor) - Method in class adams.flow.execution.CurrentlyExecuted
Gets called after the actor was executed.
postExecute(Actor) - Method in class adams.flow.execution.Debug
Gets called after the actor was executed.
postExecute(Actor) - Method in class adams.flow.execution.ExecutionCounter
Gets called after the actor was executed.
postExecute(Actor) - Method in class adams.flow.execution.ExecutionLog
Gets called after the actor was executed.
postExecute(Actor) - Method in interface adams.flow.execution.FlowExecutionListener
Gets called after the actor was executed.
postExecute(Actor) - Method in class adams.flow.execution.MultiListener
Gets called after the actor was executed.
postExecute(Actor) - Method in class adams.flow.execution.Time
Gets called after the actor was executed.
postExecute(StateContainer, boolean) - Method in class adams.gui.flow.tree.keyboardaction.AbstractKeyboardAction
Performs post-execution operations.
postExecute(Classifier, ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.experimenttab.setup.AbstractExperimentSetup
Hook method for after executing the experiment, e.g., cleaning up temp files.
postExecute(Classifier, ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.experimenttab.setup.CrossValidationSetup
Hook method for after executing the experiment, e.g., cleaning up temp files.
postExecute(Classifier, ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.experimenttab.setup.TrainTestSplitSetup
Hook method for after executing the experiment, e.g., cleaning up temp files.
postExecution() - Method in class weka.classifiers.timeseries.BaselineAdjustedForecaster
Perform any teardown stuff that might need to happen after execution.
postExecutionFinished() - Method in class adams.gui.tools.wekainvestigator.tab.AbstractInvestigatorTab
Hook method that gets called after finishing a job.
postExecutionFinished() - Method in class adams.gui.tools.wekainvestigator.tab.AssociateTab
Hook method that gets called after finishing a job.
postExecutionFinished() - Method in class adams.gui.tools.wekainvestigator.tab.AttributeSelectionTab
Hook method that gets called after finishing a job.
postExecutionFinished() - Method in class adams.gui.tools.wekainvestigator.tab.ClassifyTab
Hook method that gets called after finishing a job.
postExecutionFinished() - Method in class adams.gui.tools.wekainvestigator.tab.ClusterTab
Hook method that gets called after finishing a job.
postExecutionFinished() - Method in class adams.gui.tools.wekainvestigator.tab.ExperimentTab
Hook method that gets called after finishing a job.
postExecutionFinished() - Method in class adams.gui.tools.wekainvestigator.tab.IndependentComponentsTab
Hook method that gets called after finishing a job.
postExecutionFinished() - Method in class adams.gui.tools.wekainvestigator.tab.PartialLeastSquaresTab
Hook method that gets called after stopping a job.
postExecutionFinished() - Method in class adams.gui.tools.wekainvestigator.tab.PreprocessTab
Hook method that gets called after finishing a job.
postExecutionFinished() - Method in class adams.gui.tools.wekainvestigator.tab.PrincipalComponentsTab
Hook method that gets called after finishing a job.
postGenerate() - Method in class adams.gui.visualization.core.axis.AbstractTickGenerator
Gets executed after generating the ticks.
postGenerate(Actor) - Method in class adams.flow.template.AbstractActorTemplate
Hook before generating the actor.
postGenerate(Object, IndexedSplitsRuns, MessageCollection) - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.AbstractIndexedSplitsRunsGenerator
For post-processing successfully generated splits.
postGenerate(Object, IndexedSplitsRuns, MessageCollection) - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.AbstractInstancesIndexedSplitsRunsGenerator
For post-processing successfully generated splits.
postIndent(Object) - Method in class adams.core.option.AbstractJavaCodeProducer
Hook method that gets called just after the indentation got decreased.
postIndent(Object) - Method in class adams.core.option.ActorExecutionClassProducer
Hook method that gets called just after the nesting got decreased.
postIndent(Object) - Method in class adams.core.option.ApplyActorProducer
Hook method that gets called just after the nesting got decreased.
postInitFilter(Row) - Method in class adams.ml.preprocessing.AbstractColumnSubsetStreamFilter
After the filter has been initialized.
postInitFilter(Row) - Method in class adams.ml.preprocessing.AbstractStreamFilter
After the filter has been initialized.
postInitFilter(Dataset) - Method in class adams.ml.preprocessing.AbstractBatchFilter
After the filter has been initialized.
postInitFilter(Dataset) - Method in class adams.ml.preprocessing.AbstractColumnSubsetBatchFilter
After the filter has been initialized.
postInput(Actor) - Method in class adams.flow.execution.AbstractFlowExecutionListener
Gets called after the actor received the token.
postInput(Actor) - Method in class adams.flow.execution.Debug
Gets called after the actor received the token.
postInput(Actor) - Method in class adams.flow.execution.ExecutionLog
Gets called after the actor received the token.
postInput(Actor) - Method in interface adams.flow.execution.FlowExecutionListener
Gets called after the actor received the token.
postInput(Actor) - Method in class adams.flow.execution.MultiListener
Gets called after the actor received the token.
postInput(Actor) - Method in class adams.flow.execution.Time
Gets called after the actor received the token.
postInsert(MutableTreeNode, int) - Method in class adams.doc.xml.AbstractTag
Hook-method after inserting a child element.
postLaunch() - Method in class adams.gui.application.AbstractBasicMenuItemDefinition
Hook method that gets executed just after calling "launch()".
postLaunch() - Method in class adams.gui.menu.ConfigureOptionHandler
Hook method that gets executed just after calling "launch()".
postOutput(Actor, Token) - Method in class adams.flow.execution.AbstractFlowExecutionListener
Gets called after a token was acquired from the actor.
postOutput(Actor, Token) - Method in class adams.flow.execution.Debug
Gets called after a token was acquired from the actor.
postOutput(Actor, Token) - Method in class adams.flow.execution.ExecutionLog
Gets called after a token was acquired from the actor.
postOutput(Actor, Token) - Method in interface adams.flow.execution.FlowExecutionListener
Gets called after a token was acquired from the actor.
postOutput(Actor, Token) - Method in class adams.flow.execution.MultiListener
Gets called after a token was acquired from the actor.
postOutput(Actor, Token) - Method in class adams.flow.execution.Time
Gets called after a token was acquired from the actor.
posToValue(int) - Method in class adams.gui.visualization.core.axis.AbstractAxisModel
Returns the value for the given position on the axis.
posToValue(int) - Method in class adams.gui.visualization.core.axis.AbstractDateBasedAxisModel
Returns the value for the given position on the axis.
posToValue(int) - Method in class adams.gui.visualization.core.axis.DefaultAxisModel
Returns the value for the given position on the axis.
posToValue(int) - Method in class adams.gui.visualization.core.axis.LogAxisModel
Returns the value for the given position on the axis.
posToValue(int) - Method in class adams.gui.visualization.core.axis.PercentageAxisModel
Returns the value for the given position on the axis.
posToValue(int) - Method in class adams.gui.visualization.core.AxisPanel
Returns the value for the given position according to the settings (min and max).
postProcess(DataPoint, DataPoint) - Method in class adams.data.filter.AbstractSavitzkyGolay
Optional post-processing.
postProcess(Timeseries[]) - Method in class adams.flow.transformer.timeseriessplit.AbstractTimeseriesSplitter
Post-processes the segments.
postProcess(WekaEvaluationContainer) - Method in class adams.flow.transformer.wekaevaluationpostprocessor.AbstractWekaEvaluationPostProcessor
Post-processes the evaluation container.
postProcess(WekaModelContainer) - Method in class adams.flow.transformer.wekaclusterer.AbstractClustererPostProcessor
Post-processes the model container.
postProcess(DataPool) - Method in class adams.flow.sink.canvas.AbstractDataPoolPostProcessor
Post-processes the data pool.
postProcess(PDFGenerator, File) - Method in class adams.flow.transformer.pdfproclet.AbstractPdfProclet
For post-processing the document.
postProcess(PDFGenerator, File) - Method in class adams.flow.transformer.pdfproclet.AbstractPdfProcletWithPageBreaks
For post-processing the document.
postProcess(PDFGenerator, File) - Method in class adams.flow.transformer.pdfproclet.Headline
For post-processing the document.
postProcess(PDFGenerator, File) - Method in class adams.flow.transformer.pdfproclet.MetaHeadline
For post-processing the document.
postProcess(PDFGenerator, Object) - Method in class adams.flow.transformer.pdfproclet.AbstractPdfProclet
For post-processing the document.
postProcess(PDFGenerator, Object) - Method in class adams.flow.transformer.pdfproclet.AbstractPdfProcletWithPageBreaks
For post-processing the document.
postProcess(PDFGenerator, Object) - Method in class adams.flow.transformer.pdfproclet.Headline
For post-processing the document.
postProcess(PDFGenerator, Object) - Method in class adams.flow.transformer.pdfproclet.MetaHeadline
For post-processing the document.
postProcess(Tree, Actor, Actor, Actor) - Method in class adams.gui.flow.tree.postprocessor.AbstractEditPostProcessor
Post-processes the tree.
postProcess(ScriptingCommand, boolean, String) - Method in class adams.gui.scripting.ScriptingEngineThread
Performs some postprocessing.
postProcess(XYSequenceContainerManager, String) - Method in class adams.flow.sink.sequenceplotter.AbstractSequencePostProcessor
Post-processes the sequences.
postProcess(XYSequenceContainerManager, String) - Method in class adams.flow.sink.sequenceplotter.AligningSequences
Post-processes the sequences.
postProcess(XYSequenceContainerManager, String) - Method in class adams.flow.sink.sequenceplotter.PassThrough
Post-processes the sequences.
postProcess(XYSequenceContainerManager, String) - Method in class adams.flow.sink.sequenceplotter.SimplePruning
Post-processes the sequences.
postProcess(String) - Method in class adams.data.id.AbstractIDFilenameGenerator
For post-processing the ID.
postProcess(String) - Method in class adams.data.id.AbstractIDGenerator
For post-processing the ID.
postProcess(List<? extends DataContainer>) - Method in class adams.gui.scripting.AbstractDataContainerUpdatingPostProcessor
Post-processes the containers.
postProcess(List<SequencePlotterContainer>) - Method in class adams.flow.control.plotprocessor.AbstractPlotProcessor
Post-processes the provided containers.
postProcess(List<SequencePlotterContainer>) - Method in class adams.flow.control.plotprocessor.AbstractPlotProcessorWithBuffer
Post-processes the provided containers.
postProcess(T) - Method in class adams.flow.transformer.datacontainer.AbstractDataContainerPostProcessor
Post-processes the data.
postProcess(T) - Method in class adams.flow.transformer.report.AbstractReportPostProcessor
Post-processes the data.
postProcess(T, PlaceholderFile) - Method in class adams.data.io.input.AbstractImageReader
Performs some post-processing on the container.
postProcess(T, Properties, String) - Method in class adams.core.PropertiesBasedEnumeration
For post-processing an item.
postProcess(Evaluation) - Method in class adams.flow.transformer.wekaevaluationpostprocessor.AbstractWekaEvaluationPostProcessor
Post-processes the evaluation.
postProcess(Evaluation) - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm.ClassifierBasedGeneticAlgorithmJob
Post-processes the Evaluation if necessary.
postProcessBins(List<Bin<T>>) - Method in class adams.data.binning.postprocessing.AbstractBinPostProcessing
Post-processes the bins.
postProcessBins(List<Bin<T>>) - Method in interface adams.data.binning.postprocessing.BinPostProcessing
Post-processes the bins.
postProcessCheck() - Method in class adams.data.baseline.AbstractBaselineCorrection.BaselineCorrectionJob
Checks whether all post-conditions have been met.
postProcessCheck() - Method in class adams.data.filter.AbstractFilter.FilterJob
Checks whether all post-conditions have been met.
postProcessCheck() - Method in class adams.data.noise.AbstractDenoiser.DenoiserJob
Checks whether all post-conditions have been met.
postProcessCheck() - Method in class adams.data.outlier.AbstractOutlierDetector.DetectorJob
Checks whether all post-conditions have been met.
postProcessCheck() - Method in class adams.data.smoothing.AbstractSmoother.SmootherJob
Checks whether all post-conditions have been met.
postProcessCheck() - Method in class adams.flow.control.ArrayProcess.ArrayElementJob
Checks whether all post-conditions have been met.
postProcessCheck() - Method in class adams.flow.transformer.SpreadSheetFilter.FilterJob
Checks whether all post-conditions have been met.
postProcessCheck() - Method in class adams.flow.transformer.WekaClassifierRanker.RankingJob
Checks whether all post-conditions have been met.
postProcessCheck() - Method in class adams.flow.transformer.WekaFilter.BatchFilterJob
Checks whether all post-conditions have been met.
postProcessCheck() - Method in class adams.flow.transformer.WekaTestSetEvaluator.EvaluateJob
Checks whether all post-conditions have been met.
postProcessCheck() - Method in class adams.flow.transformer.WekaTrainAssociator.TrainJob
Checks whether all post-conditions have been met.
postProcessCheck() - Method in class adams.flow.transformer.WekaTrainClassifier.BatchTrainJob
Checks whether all post-conditions have been met.
postProcessCheck() - Method in class adams.flow.transformer.WekaTrainClusterer.BatchTrainJob
Checks whether all post-conditions have been met.
postProcessCheck() - Method in class adams.flow.transformer.WekaTrainTestSetEvaluator.EvaluateJob
Checks whether all post-conditions have been met.
postProcessCheck() - Method in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment.AbstractExperimentJob
Checks whether all post-conditions have been met.
postProcessCheck() - Method in class adams.multiprocess.AbstractJob
Checks whether all post-conditions have been met.
postProcessCheck() - Method in class adams.multiprocess.WekaCrossValidationJob
Checks whether all post-conditions have been met.
postProcessCheck() - Method in class adams.opt.genetic.AbstractGeneticAlgorithm.GeneticAlgorithmJob
Checks whether all post-conditions have been met.
postProcessCheck() - Method in class adams.opt.optimise.GeneticAlgorithm.GAJob
 
postprocessData(T, T) - Method in class adams.data.noise.AbstractDenoiser
Post-processes the data.
postProcessData() - Method in class adams.data.io.input.AbstractDataContainerReader
For performing post-processing.
postProcessData(File, boolean) - Method in class adams.flow.transformer.AbstractDataProcessor
Post-processes the data.
postProcessData(File, boolean) - Method in class adams.scripting.engine.FileBasedScriptingEngine
Post-processes the data.
postProcessDistances(double[]) - Method in class weka.core.SAXDistance
Does post processing of the distances (if necessary) returned by distance(distance(Instance first, Instance second, double cutOffValue).
postProcessDistances(double[]) - Method in class weka.core.WeightedEuclideanDistance
Does post processing of the distances (if necessary) returned by distance(distance(Instance first, Instance second, double cutOffValue).
postProcessDistances(double[]) - Method in class weka.core.WeightedEuclideanDistanceRidge
Does post processing of the distances (if necessary) returned by distance(distance(Instance first, Instance second, double cutOffValue).
postProcessError(ErrorHandler, Actor, String, String) - Method in class adams.flow.control.errorpostprocessor.AbstractErrorPostProcessor
Post-processes the error.
postProcessError(ErrorHandler, Actor, String, String) - Method in interface adams.flow.control.errorpostprocessor.ErrorPostProcessor
Post-processes the error.
postProcessHeader(HeaderDefinition) - Method in class adams.data.image.AbstractImageFeatureGenerator
Post-processes the header, adding fields and notes.
postProcessHeader(HeaderDefinition) - Method in class adams.data.timeseries.AbstractTimeseriesFeatureGenerator
Post-processes the header, adding fields and notes.
postProcessHeader(T) - Method in class adams.data.instances.AbstractInstanceGenerator
Adds IDs, notes, additional fields to header.
postProcessingTipText() - Method in interface adams.data.binning.postprocessing.BinPostProcessingUser
Returns the tip text for this property.
postProcessingTipText() - Method in class adams.data.statistics.ArrayBinning
Returns the tip text for this property.
postProcessingTipText() - Method in class adams.flow.transformer.SpreadSheetRowBinning
Returns the tip text for this property.
postProcessObject(GenericObjectEditor, Object) - Method in interface adams.gui.goe.GenericObjectEditor.PostProcessObjectHandler
Gets called just before the object would be set, i.e., updating the UI.
postProcessObject(GenericObjectEditor, Object) - Method in class adams.gui.tools.remotecontrolcenter.panels.GenericObjectEditorResponseConnectionUpdater
Gets called just before the object would be set, i.e., updating the UI.
postProcessorsTipText() - Method in class adams.flow.transformer.wekaclusterer.MultiClustererPostProcessor
Returns the tip text for this property.
postProcessorsTipText() - Method in class adams.flow.transformer.wekaevaluationpostprocessor.MultiPostProcessor
Returns the tip text for this property.
postProcessorTipText() - Method in class adams.flow.sink.Canvas
Returns the tip text for this property.
postProcessorTipText() - Method in class adams.flow.sink.ControlChartPlot
Returns the tip text for this property.
postProcessorTipText() - Method in class adams.flow.sink.SequencePlotter
Returns the tip text for this property.
postProcessorTipText() - Method in class adams.flow.transformer.AbstractDataContainerDbReader
Returns the tip text for this property.
postProcessorTipText() - Method in class adams.flow.transformer.AbstractReportDbReader
Returns the tip text for this property.
postProcessorTipText() - Method in class adams.flow.transformer.WekaClustererPostProcessor
Returns the tip text for this property.
postProcessorTipText() - Method in class adams.flow.transformer.WekaEvaluationPostProcessor
Returns the tip text for this property.
postProcessorTipText() - Method in class adams.flow.transformer.WekaTrainClusterer
Returns the tip text for this property.
postProcessOutput(T, Instance) - Method in class adams.data.instances.AbstractInstanceGenerator
For adding IDs, notes, additional fields to the data.
postProcessPanel(ObjectLocationsFromReport.CombinedPanel, Report, boolean) - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
For post-processing the panel after creating or re-using it, before displaying it.
postProcessPayload() - Method in class adams.gui.visualization.container.AbstractContainer
For post-processing the payload, just after it got set.
postProcessRow(T, List<Object>) - Method in class adams.data.image.AbstractImageFeatureGenerator
Post-processes the generated row, adding notes and fields.
postProcessRow(T, List<Object>) - Method in class adams.data.timeseries.AbstractTimeseriesFeatureGenerator
Post-processes the generated row, adding notes and fields.
postProcessRows(T, List<Object>[]) - Method in class adams.data.image.AbstractImageFeatureGenerator
Post-processes the generated rows, adding notes and fields.
postProcessRows(T, List<Object>[]) - Method in class adams.data.timeseries.AbstractTimeseriesFeatureGenerator
Post-processes the generated rows, adding notes and fields.
postProduce() - Method in class adams.core.option.AbstractJavaCodeProducer
Hook-method after visiting options.
postProduce() - Method in class adams.core.option.AbstractOptionProducer
Hook-method after visiting options.
postProduce() - Method in class adams.core.option.FlowStructureDotProducer
Hook-method after visiting options.
postProduce() - Method in class adams.core.option.FlowStructureGraphMLProducer
Hook-method after visiting options.
postProduce() - Method in class adams.core.option.HtmlHelpProducer
Hook-method after visiting options.
postProduce() - Method in class adams.core.option.HtmlParametersProducer
Hook-method after visiting options.
postProduce() - Method in class adams.core.option.NestedProducer
Hook-method after visiting options.
postProduce(OptionManager, int) - Method in class adams.core.option.AbstractOptionProducer
Hook method that gets called just after an option was produced.
postPublish(LogRecord) - Method in class adams.core.logging.AbstractLogHandler
Hook method after logging occurred.
postRead(List<T>) - Method in class adams.data.io.input.AbstractReportReader
Post-processing after reading the data.
postRefresh(T[]) - Method in class adams.gui.selection.AbstractConditionalDatabaseSelectionPanel
Performs actions after the refresh, like enabling buttons, updating counts and changing mouse cursor back to normal one.
postRefresh(T[]) - Method in class adams.gui.selection.AbstractDatabaseSelectionPanel
Performs actions after the refresh, like enabling buttons, updating counts and changing mouse cursor back to normal one.
postRun() - Method in class adams.flow.core.RunnableWithLogging
Hook method after the run finished.
postRun() - Method in class adams.gui.tools.remotecontrolcenter.panels.RemoteLoggingTab.RemoteListenerRunnableWithLog
Hook method after the run finished.
postRun() - Method in class adams.gui.tools.wekainvestigator.job.InvestigatorJob
Gets called after execution.
postRun() - Method in class adams.gui.tools.wekainvestigator.job.InvestigatorTabJob
Gets called after execution.
postRun() - Method in class adams.opt.optimise.genetic.AbstractGeneticAlgorithm
Further clean-ups in derived classes.
postRun() - Method in class adams.run.RunDatabaseScheme
Performs some output/cleanup after the actual run.
postRun() - Method in class adams.run.RunScheme
Performs some output/cleanup after the actual run.
postRun() - Method in class adams.tools.AbstractTool
After the actual run was executed.
postRun(boolean) - Method in class adams.gui.tools.wekamultiexperimenter.runner.AbstractAdamsExperimentRunner
Hook method that gets executed after the experiment has finished (successfully or not).
postRun(boolean) - Method in class adams.gui.tools.wekamultiexperimenter.runner.AbstractExperimentRunner
Hook method that gets executed after the experiment has finished (successfully or not).
postRun(boolean) - Method in class adams.gui.tools.wekamultiexperimenter.runner.AbstractWekaExperimentRunner
Hook method that gets executed after the experiment has finished (successfully or not).
postRun(boolean) - Method in class adams.gui.tools.wekamultiexperimenter.runner.DefaultWekaExperimentRunner
Hook method that gets executed after the experiment has finished (successfully or not).
postRun(String) - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm
Further clean-ups in derived classes.
postRun(String) - Method in class adams.opt.genetic.AbstractGeneticAlgorithm
Further clean-ups in derived classes.
PostscriptGraphics - Class in adams.gui.print
The PostscriptGraphics class extends the Graphics2D class to produce an encapsulated postscript file rather than on-screen display.
PostscriptGraphics(int, int, OutputStream) - Constructor for class adams.gui.print.PostscriptGraphics
Constructor Creates a new PostscriptGraphics object, given dimensions and output file.
PostscriptWriter - Class in adams.gui.print
Outputs EPS files.
PostscriptWriter() - Constructor for class adams.gui.print.PostscriptWriter
 
postSet(int, T, T) - Method in class adams.gui.visualization.container.AbstractContainerManager
A post-hook for the set method, after the container replaced the item previously occupying the position.
postStart() - Method in class adams.multiprocess.AbstractJobRunner
After actual start up.
postStartExecution(InvestigatorTabJob) - Method in class adams.gui.tools.wekainvestigator.tab.AbstractInvestigatorTab
Hook method that gets called after successfully starting a job.
postStartExecution(InvestigatorTabJob) - Method in class adams.gui.tools.wekainvestigator.tab.AssociateTab
Hook method that gets called after successfully starting a job.
postStartExecution(InvestigatorTabJob) - Method in class adams.gui.tools.wekainvestigator.tab.AttributeSelectionTab
Hook method that gets called after successfully starting a job.
postStartExecution(InvestigatorTabJob) - Method in class adams.gui.tools.wekainvestigator.tab.ClassifyTab
Hook method that gets called after successfully starting a job.
postStartExecution(InvestigatorTabJob) - Method in class adams.gui.tools.wekainvestigator.tab.ClusterTab
Hook method that gets called after successfully starting a job.
postStartExecution(InvestigatorTabJob) - Method in class adams.gui.tools.wekainvestigator.tab.ExperimentTab
Hook method that gets called after successfully starting a job.
postStartExecution(InvestigatorTabJob) - Method in class adams.gui.tools.wekainvestigator.tab.IndependentComponentsTab
Hook method that gets called after successfully starting a job.
postStartExecution(InvestigatorTabJob) - Method in class adams.gui.tools.wekainvestigator.tab.PartialLeastSquaresTab
Hook method that gets called after successfully starting a job.
postStartExecution(InvestigatorTabJob) - Method in class adams.gui.tools.wekainvestigator.tab.PreprocessTab
Hook method that gets called after successfully starting a job.
postStartExecution(InvestigatorTabJob) - Method in class adams.gui.tools.wekainvestigator.tab.PrincipalComponentsTab
Hook method that gets called after successfully starting a job.
postStop() - Method in class adams.multiprocess.AbstractJobRunner
After actual stop.
postStopExecution() - Method in class adams.gui.tools.wekainvestigator.tab.AbstractInvestigatorTab
Hook method that gets called after stopping a job.
postStopExecution() - Method in class adams.gui.tools.wekainvestigator.tab.AssociateTab
Hook method that gets called after stopping a job.
postStopExecution() - Method in class adams.gui.tools.wekainvestigator.tab.AttributeSelectionTab
Hook method that gets called after stopping a job.
postStopExecution() - Method in class adams.gui.tools.wekainvestigator.tab.ClassifyTab
Hook method that gets called after stopping a job.
postStopExecution() - Method in class adams.gui.tools.wekainvestigator.tab.ClusterTab
Hook method that gets called after stopping a job.
postStopExecution() - Method in class adams.gui.tools.wekainvestigator.tab.ExperimentTab
Hook method that gets called after stopping a job.
postStopExecution() - Method in class adams.gui.tools.wekainvestigator.tab.IndependentComponentsTab
Hook method that gets called after stopping a job.
postStopExecution() - Method in class adams.gui.tools.wekainvestigator.tab.PartialLeastSquaresTab
Hook method that gets called after stopping a job.
postStopExecution() - Method in class adams.gui.tools.wekainvestigator.tab.PreprocessTab
Hook method that gets called after stopping a job.
postStopExecution() - Method in class adams.gui.tools.wekainvestigator.tab.PrincipalComponentsTab
Hook method that gets called after stopping a job.
postTerminate() - Method in class adams.multiprocess.AbstractJobRunner
After actual terminate up.
postTokenizerTipText() - Method in class weka.core.tokenizers.PreCleanedTokenizer
Returns the tip text for this property.
postTransform(Instances, Map<String, Object>) - Method in class adams.data.instancesanalysis.pls.AbstractMultiClassPLS
Postprocesses the data.
postTransform(Instances, Map<String, Object>) - Method in class adams.data.instancesanalysis.pls.AbstractPLS
Postprocesses the data.
postTransform(Instances, Map<String, Object>) - Method in class adams.data.instancesanalysis.pls.AbstractSingleClassPLS
Postprocesses the data.
postUpdate() - Method in class adams.flow.sink.canvas.DataPoolPanel
Hook method, called after the update was performed.
postUpdate() - Method in class adams.gui.visualization.core.PaintablePanel
Hook method, called after the update was performed.
postUpdate() - Method in class adams.gui.visualization.instance.InstancePanel
Hook method, called after the update was performed.
postUpdate() - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowPanel
Hook method, called after the update was performed.
postUpdate() - Method in class adams.gui.visualization.timeseries.TimeseriesPanel
Hook method, called after the update was performed.
postUpdateMenu() - Method in class adams.gui.core.AbstractRecentItemsHandler
Hook method which gets executed just after the menu was updated.
postUpgrade() - Method in class adams.db.upgrade.AbstractTableUpgrade
A post-upgrade hook.
postVisit(SpreadSheet, int) - Method in class adams.data.spreadsheet.colstatistic.AbstractColumnStatistic
Finishes up the stats generation after all the cells have been visited.
postVisit(SpreadSheet, int) - Method in class adams.data.spreadsheet.colstatistic.ArrayStatistic
Finishes up the stats generation after all the cells have been visited.
postVisit(SpreadSheet, int) - Method in class adams.data.spreadsheet.colstatistic.Distinct
Finishes up the stats generation after all the cells have been visited.
postVisit(SpreadSheet, int) - Method in class adams.data.spreadsheet.colstatistic.IQR
Finishes up the stats generation after all the cells have been visited.
postVisit(SpreadSheet, int) - Method in class adams.data.spreadsheet.colstatistic.LabelCounts
Finishes up the stats generation after all the cells have been visited.
postVisit(SpreadSheet, int) - Method in class adams.data.spreadsheet.colstatistic.Max
Finishes up the stats generation after all the cells have been visited.
postVisit(SpreadSheet, int) - Method in class adams.data.spreadsheet.colstatistic.Mean
Finishes up the stats generation after all the cells have been visited.
postVisit(SpreadSheet, int) - Method in class adams.data.spreadsheet.colstatistic.Median
Finishes up the stats generation after all the cells have been visited.
postVisit(SpreadSheet, int) - Method in class adams.data.spreadsheet.colstatistic.Min
Finishes up the stats generation after all the cells have been visited.
postVisit(SpreadSheet, int) - Method in class adams.data.spreadsheet.colstatistic.Missing
Finishes up the stats generation after all the cells have been visited.
postVisit(SpreadSheet, int) - Method in class adams.data.spreadsheet.colstatistic.MultiColumnStatistic
Finishes up the stats generation after all the cells have been visited.
postVisit(SpreadSheet, int) - Method in class adams.data.spreadsheet.colstatistic.Percentile
Finishes up the stats generation after all the cells have been visited.
postVisit(SpreadSheet, int) - Method in class adams.data.spreadsheet.colstatistic.SignalToNoiseRatio
Finishes up the stats generation after all the cells have been visited.
postVisit(SpreadSheet, int) - Method in class adams.data.spreadsheet.colstatistic.StandardDeviation
Finishes up the stats generation after all the cells have been visited.
postVisit(SpreadSheet, int) - Method in class adams.data.spreadsheet.colstatistic.Sum
Finishes up the stats generation after all the cells have been visited.
postVisit(SpreadSheet, int) - Method in class adams.data.spreadsheet.colstatistic.Unique
Finishes up the stats generation after all the cells have been visited.
postVisit(SpreadSheet, int) - Method in class adams.data.spreadsheet.rowstatistic.AbstractRowStatistic
Finishes up the stats generation after all the cells have been visited.
postVisit(SpreadSheet, int) - Method in class adams.data.spreadsheet.rowstatistic.ArrayStatistic
Finishes up the stats generation after all the cells have been visited.
postVisit(SpreadSheet, int) - Method in class adams.data.spreadsheet.rowstatistic.Distinct
Finishes up the stats generation after all the cells have been visited.
postVisit(SpreadSheet, int) - Method in class adams.data.spreadsheet.rowstatistic.IQR
Finishes up the stats generation after all the cells have been visited.
postVisit(SpreadSheet, int) - Method in class adams.data.spreadsheet.rowstatistic.LabelCounts
Finishes up the stats generation after all the cells have been visited.
postVisit(SpreadSheet, int) - Method in class adams.data.spreadsheet.rowstatistic.Max
Finishes up the stats generation after all the cells have been visited.
postVisit(SpreadSheet, int) - Method in class adams.data.spreadsheet.rowstatistic.Mean
Finishes up the stats generation after all the cells have been visited.
postVisit(SpreadSheet, int) - Method in class adams.data.spreadsheet.rowstatistic.Median
Finishes up the stats generation after all the cells have been visited.
postVisit(SpreadSheet, int) - Method in class adams.data.spreadsheet.rowstatistic.Min
Finishes up the stats generation after all the cells have been visited.
postVisit(SpreadSheet, int) - Method in class adams.data.spreadsheet.rowstatistic.Missing
Finishes up the stats generation after all the cells have been visited.
postVisit(SpreadSheet, int) - Method in class adams.data.spreadsheet.rowstatistic.MultiRowStatistic
Finishes up the stats generation after all the cells have been visited.
postVisit(SpreadSheet, int) - Method in class adams.data.spreadsheet.rowstatistic.Percentile
Finishes up the stats generation after all the cells have been visited.
postVisit(SpreadSheet, int) - Method in class adams.data.spreadsheet.rowstatistic.SignalToNoiseRatio
Finishes up the stats generation after all the cells have been visited.
postVisit(SpreadSheet, int) - Method in class adams.data.spreadsheet.rowstatistic.StandardDeviation
Finishes up the stats generation after all the cells have been visited.
postVisit(SpreadSheet, int) - Method in class adams.data.spreadsheet.rowstatistic.Sum
Finishes up the stats generation after all the cells have been visited.
postVisit(SpreadSheet, int) - Method in class adams.data.spreadsheet.rowstatistic.Unique
Finishes up the stats generation after all the cells have been visited.
POW - Static variable in interface adams.parser.basedate.sym
 
POW - Static variable in interface adams.parser.basedatetime.sym
 
POW - Static variable in interface adams.parser.basedatetimemsec.sym
 
POW - Static variable in interface adams.parser.basetime.sym
 
POW - Static variable in interface adams.parser.basetimemsec.sym
 
POW - Static variable in interface adams.parser.booleanexpression.sym
 
POW - Static variable in interface adams.parser.lookupupdate.sym
 
POW - Static variable in interface adams.parser.mathematicalexpression.sym
 
POW - Static variable in interface adams.parser.spreadsheetformula.sym
 
POW - Static variable in interface adams.parser.stringexpression.sym
 
Pre - Class in adams.doc.xhtml
Verbatim PRE tag.
Pre() - Constructor for class adams.doc.xhtml.Pre
Initializes the tag.
Pre(String) - Constructor for class adams.doc.xhtml.Pre
Initializes the tag with the content.
PRE_EXECUTE - adams.flow.execution.ExecutionStage
 
PRE_FILTER - Static variable in class weka.filters.unsupervised.instance.KennardStone
 
PRE_INPUT - adams.flow.execution.ExecutionStage
 
PRE_OUTPUT - adams.flow.execution.ExecutionStage
 
PRE_PAINT - adams.gui.event.PaintEvent.PaintMoment
execute the paintlet before the panel's main painting.
PRE_TOKENIZER - Static variable in class weka.core.tokenizers.PreCleanedTokenizer
 
preActionPerformed(ActionEvent) - Method in class adams.gui.action.AbstractBaseAction
Invoked when an action occurs (hook method before executing the actual action code).
preAdd(TimeseriesContainer) - Method in class adams.gui.visualization.timeseries.TimeseriesContainerManager
A pre-hook for the add method, before a container gets added to the internal list.
preAdd(T) - Method in class adams.gui.visualization.container.AbstractContainerManager
A pre-hook for the add method, before a container gets added to the internal list.
preallocateTipText() - Method in class adams.flow.source.RSync
 
PRECEDING - Static variable in interface adams.parser.actorsuggestion.sym
 
PRECEDING - Static variable in interface adams.parser.externalactorsuggestion.sym
 
precedingGenerates(String) - Method in class adams.parser.actorsuggestion.Parser
Checks whether the preceding actor generates the specified class.
precedingGenerates(String) - Method in class adams.parser.externalactorsuggestion.Parser
Checks whether the preceding actor generates the specified class.
PRECISION - adams.flow.sink.WekaThresholdCurve.AttributeName
 
PRECISION - adams.opt.genetic.Measure
precision.
PreCleanedTokenizer - Class in weka.core.tokenizers
Allows the cleaning of tokens before actual tokenization.
PreCleanedTokenizer() - Constructor for class weka.core.tokenizers.PreCleanedTokenizer
 
preConvert(SpreadSheet) - Method in class adams.data.conversion.AbstractSpreadSheetColumnConverter
Prepares the conversion.
preConvert(SpreadSheet) - Method in class adams.data.conversion.SpreadSheetStringColumnToDate
Prepares the conversion.
preConvert(SpreadSheet) - Method in class adams.data.conversion.SpreadSheetStringColumnToDateTime
Prepares the conversion.
preConvert(SpreadSheet) - Method in class adams.data.conversion.SpreadSheetStringColumnToDateTimeMsec
Prepares the conversion.
preConvert(SpreadSheet) - Method in class adams.data.conversion.SpreadSheetStringColumnToDouble
Prepares the conversion.
preConvert(SpreadSheet) - Method in class adams.data.conversion.SpreadSheetStringColumnToLong
Prepares the conversion.
preConvert(SpreadSheet) - Method in class adams.data.conversion.SpreadSheetStringColumnToTime
Prepares the conversion.
preConvert(SpreadSheet) - Method in class adams.data.conversion.SpreadSheetStringColumnToTimeMsec
Prepares the conversion.
preCreateDialog(LogViewer, LogEntry) - Method in class adams.flow.sink.logview.AbstractLogEntryDialog
Hook method before the dialog gets created.
preCreateDialog(BasePanel) - Method in class adams.flow.transformer.AbstractInteractiveTransformerDialog
Hook method before the dialog gets created.
preCreateFrame(BasePanel) - Method in class adams.flow.core.AbstractDisplay
Hook method before the frame gets created.
preCrop(BufferedImage) - Method in class adams.data.image.transformer.crop.AbstractCropAlgorithm
Hook method before the crop happens.
Predefined - Class in adams.data.imagesegmentation.layerorder
Returns the layers in sorted order.
Predefined() - Constructor for class adams.data.imagesegmentation.layerorder.Predefined
 
predefinedLabelsTipText() - Method in class adams.flow.transformer.draw.AbstractDrawObjectsFromReport
Returns the tip text for this property.
predefinedLabelsTipText() - Method in class adams.gui.tools.previewbrowser.DeepLabCutCSVHandler
Returns the tip text for this property.
predefinedLabelsTipText() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
Returns the tip text for this property.
predefinedLabelsTipText() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
Returns the tip text for this property.
predefinedLabelsTipText() - Method in class adams.gui.tools.previewbrowser.PointsFromReportHandler
Returns the tip text for this property.
predefinedLabelsTipText() - Method in class adams.gui.visualization.image.AbstractObjectOverlayFromReport
Returns the tip text for this property.
predefinedLabelsTipText() - Method in class adams.gui.visualization.image.AbstractPointOverlayFromReport
Returns the tip text for this property.
predefinedLabelsTipText() - Method in class adams.gui.visualization.image.AbstractReportBasedOverlayHelper
Returns the tip text for this property.
predefinedLabelsTipText() - Method in class adams.gui.visualization.object.overlay.AbstractObjectOverlayFromReport
Returns the tip text for this property.
predefinedLabelsTipText() - Method in class adams.gui.visualization.object.overlay.AbstractPointOverlayFromReport
Returns the tip text for this property.
predefinedTypesTipText() - Method in class adams.gui.visualization.object.objectannotations.colors.PerType
Returns the tip text for this property.
predefinedValuesTipText() - Method in class adams.gui.core.spreadsheettable.DistinctValueCellRenderingCustomizer
Returns the tip text for this property.
predict(Instances) - Method in class adams.data.instancesanalysis.pls.PLS1
Performs predictions on the data.
PREDICTED_CLUSTER - Static variable in class adams.flow.transformer.wekaclusterer.AddCluster
 
PREDICTED_DISTRIBUTION - Static variable in class adams.flow.transformer.wekaclusterer.AddCluster
 
PREDICTED_MINUS_ACTUAL - adams.flow.transformer.WekaBootstrapping.ErrorCalculation
 
predictedAttributeTipText() - Method in class adams.flow.sink.FourInOneDisplay
Tip text for the predicted attribute property
predictedColumnTipText() - Method in class adams.flow.transformer.ConfusionMatrix
Returns the tip text for this property.
predictedColumnTipText() - Method in class adams.flow.transformer.SummaryStatistics
Returns the tip text for this property.
predictedMaxTipText() - Method in class adams.flow.sink.ActualVsPredictedPlot
Returns the tip text for this property.
predictedMaxTipText() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.ClassifierErrors
Returns the tip text for this property.
predictedMinTipText() - Method in class adams.flow.sink.ActualVsPredictedPlot
Returns the tip text for this property.
predictedMinTipText() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.ClassifierErrors
Returns the tip text for this property.
predictedPrefixTipText() - Method in class adams.data.imagesegmentation.operation.ConfusionMatrix
Returns the tip text for this property.
predictedPrefixTipText() - Method in class adams.flow.transformer.ConfusionMatrix
Returns the tip text for this property.
predictedPrefixTipText() - Method in class adams.flow.transformer.SummaryStatistics
Returns the tip text for this property.
predictedTipText() - Method in class adams.flow.sink.ActualVsPredictedPlot
Returns the tip text for this property.
predictedTipText() - Method in class adams.flow.transformer.PredictionEccentricity
Returns the tip text for this property.
predictedTipText() - Method in class adams.flow.transformer.WekaSpreadSheetToPredictions
Returns the tip text for this property.
predictedTipText() - Method in class adams.gui.tools.previewbrowser.ActualVsPredictedHandler
Returns the tip text for this property.
predictedTipText() - Method in class weka.classifiers.functions.FromPredictions
Returns the tip text for this property.
predictIntervals(Instance, double) - Method in class weka.classifiers.functions.GaussianProcessesAdaptive
Predicts a confidence interval for the given instance and confidence level.
predictIntervals(Instance, double) - Method in class weka.classifiers.functions.GaussianProcessesNoWeights
Computes a prediction interval for the given instance and confidence level.
predictIntervals(Instance, double) - Method in class weka.classifiers.functions.GaussianProcessesWeighted
Predicts a confidence interval for the given instance and confidence level.
predictIntervals(Instance, double) - Method in class weka.classifiers.functions.SimpleLinearRegressionIntervalEstimator
Returns an N * 2 array, where N is the number of prediction intervals.
predictIntervals(Instance, double) - Method in class weka.classifiers.lazy.LWLIntervalEstimator
Returns an N * 2 array, where N is the number of prediction intervals.
predictIntervals(Instance, double) - Method in class weka.classifiers.meta.FilteredClassifierExt
Returns an N * 2 array, where N is the number of prediction intervals.
PredictionEccentricity - Class in adams.flow.transformer
Treats the predictions from a regressor as an image and computes the 'eccentricity' of the actual vs predicted plot.
PredictionEccentricity - Class in adams.gui.tools.wekainvestigator.tab.classifytab.output
Generates classifier prediction eccentricity.
PredictionEccentricity() - Constructor for class adams.flow.transformer.PredictionEccentricity
 
PredictionEccentricity() - Constructor for class adams.gui.tools.wekainvestigator.tab.classifytab.output.PredictionEccentricity
 
PredictionEccentricity.Morphology - Enum in adams.flow.transformer
Enumeration of morphology cycles.
PredictionEccentricityContainer - Class in adams.flow.container
A container for prediction eccentricity data.
PredictionEccentricityContainer() - Constructor for class adams.flow.container.PredictionEccentricityContainer
Initializes the container.
PredictionEccentricityContainer(SpreadSheet, Double, BooleanArrayMatrixView) - Constructor for class adams.flow.container.PredictionEccentricityContainer
Initializes the container with no header.
predictionForInstance(Instance, boolean) - Method in class weka.classifiers.meta.ClassifierCascade
Returns the prediction for the instance.
PredictionHelper - Class in adams.flow.transformer.summarystatistics
Helper class for predictions.
PredictionHelper - Class in adams.gui.tools.wekainvestigator.tab.classifytab
Helper class for dealing with predictions from result items.
PredictionHelper() - Constructor for class adams.flow.transformer.summarystatistics.PredictionHelper
 
PredictionHelper() - Constructor for class adams.gui.tools.wekainvestigator.tab.classifytab.PredictionHelper
 
predictionRangeTipText() - Method in class adams.data.conversion.WekaForecastContainerToArray
Returns the tip text for this property.
predictionRangeTipText() - Method in class adams.data.conversion.WekaForecastContainerToTimeseries
Returns the tip text for this property.
Predictions - Class in adams.gui.tools.wekainvestigator.tab.classifytab.output
Displays the predictions.
Predictions - Class in adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated
Generates statistics for predictions from repeated cross-validation runs.
Predictions() - Constructor for class adams.gui.tools.wekainvestigator.tab.classifytab.output.Predictions
 
Predictions() - Constructor for class adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.Predictions
 
PREDICTIONS_RECORDED - adams.flow.transformer.WekaEvaluationInfo.InfoType
 
predictionsColorTipText() - Method in class adams.flow.transformer.compareobjectlocations.Combined
Returns the tip text for this property.
predictionsFileTipText() - Method in class weka.classifiers.functions.FromPredictions
Returns the tip text for this property.
predictionsLabelSuffixTipText() - Method in class adams.flow.transformer.CompareObjectLocations
Returns the tip text for this property.
predictionsOverlayTipText() - Method in class adams.flow.transformer.compareobjectlocations.SideBySide
Returns the tip text for this property.
predictionsPrefixTipText() - Method in class adams.flow.transformer.CompareObjectLocations
Returns the tip text for this property.
predictionsStorageNameTipText() - Method in class adams.flow.transformer.CompareObjectLocations
Returns the tip text for this property.
PredictionTrend - Class in adams.gui.tools.wekainvestigator.tab.classifytab.output
Generates a 'prediction trend' for classifier errors: sorts the predictions on the actual value and plots actual and predicted side-by-side.
PredictionTrend() - Constructor for class adams.gui.tools.wekainvestigator.tab.classifytab.output.PredictionTrend
 
PredictionType - Enum in adams.data.instancesanalysis.pls
The type of prediction to perform.
predictionTypeTipText() - Method in class adams.data.instancesanalysis.pls.AbstractPLS
Returns the tip text for this property
PredictionUtils - Class in adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated
Helper class for predictions from repeated cross-validation runs.
PredictionUtils() - Constructor for class adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.PredictionUtils
 
predictMaxTipText() - Method in class weka.classifiers.functions.FakeClassifier
Returns the tip text for this property.
predictMinTipText() - Method in class weka.classifiers.functions.FakeClassifier
Returns the tip text for this property.
predictorTipText() - Method in class weka.classifiers.meta.Consensus
Returns the tip text for this property.
predictorTipText() - Method in class weka.classifiers.trees.XGBoost
Gets the tip-text for the predictor option.
predictWaitTipText() - Method in class weka.classifiers.functions.FakeClassifier
Returns the tip text for this property.
preDisplay(Token) - Method in class adams.flow.sink.AbstractDisplay
Before the token is displayed.
preDisplay(Token) - Method in class adams.flow.sink.AbstractTextualDisplay
Before the token is displayed.
preEvaluate(Actor, Token) - Method in class adams.flow.condition.bool.AbstractBooleanCondition
Uses the token to determine the evaluation.
preEvaluate(Actor, Token) - Method in class adams.flow.condition.bool.AbstractBooleanDatabaseCondition
Uses the token to determine the evaluation.
preExecute() - Method in class adams.flow.control.AbstractControlActor
Pre-execute hook.
preExecute() - Method in class adams.flow.control.LocalScopeTransformer
Pre-execute hook.
preExecute() - Method in class adams.flow.control.LocalScopeTrigger
Pre-execute hook.
preExecute() - Method in class adams.flow.control.Sequence
Pre-execute hook.
preExecute() - Method in class adams.flow.control.SinkReset
Pre-execute hook.
preExecute() - Method in class adams.flow.control.SourceReset
Pre-execute hook.
preExecute() - Method in class adams.flow.control.TransformerReset
Pre-execute hook.
preExecute() - Method in class adams.flow.core.AbstractActor
Pre-execute hook.
preExecute() - Method in class adams.flow.core.AbstractGroovyActor
Pre-execute hook.
preExecute() - Method in class adams.flow.core.AbstractPyroCall
Before performing the actual call.
preExecute() - Method in class adams.flow.core.AbstractScriptedActor
Pre-execute hook.
preExecute() - Method in class adams.flow.core.AbstractScriptingHandlerActor
Pre-execute hook.
preExecute() - Method in class adams.flow.sink.Logger
Pre-execute hook.
preExecute() - Method in class adams.flow.source.AbstractArrayProvider
Resets the index.
preExecute() - Method in class adams.flow.source.AbstractInteractiveArrayProvider
Resets the index.
preExecute() - Method in class adams.flow.source.pyrosource.AbstractPyroSource
Before performing the actual call.
preExecute() - Method in class adams.flow.standalone.AbstractStandalone
Pre-execute hook.
preExecute() - Method in class adams.flow.transformer.AbstractArrayProvider
Resets the index.
preExecute() - Method in class adams.flow.transformer.pyrotransformer.AbstractPyroTransformer
Before performing the actual call.
preExecute() - Method in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment
Hook method just before the experiment is run (after initialization).
preExecute() - Method in class adams.scripting.engine.AbstractScriptingEngineEnhancer
Hook method which gets called just before the base engine is executed.
preExecute() - Method in class adams.scripting.engine.DefaultMainScriptingEngine
 
preExecute() - Method in class adams.scripting.engine.DefaultWorkerScriptingEngine
Hook method which gets called just before the base engine is executed.
preExecute(Actor) - Method in class adams.flow.execution.AbstractFlowExecutionListener
Gets called before the actor gets executed.
preExecute(Actor) - Method in class adams.flow.execution.CurrentlyExecuted
Gets called before the actor gets executed.
preExecute(Actor) - Method in class adams.flow.execution.Debug
Gets called before the actor gets executed.
preExecute(Actor) - Method in class adams.flow.execution.ExecutionLog
Gets called before the actor gets executed.
preExecute(Actor) - Method in interface adams.flow.execution.FlowExecutionListener
Gets called before the actor gets executed.
preExecute(Actor) - Method in class adams.flow.execution.MultiListener
Gets called before the actor gets executed.
preExecute(Actor) - Method in class adams.flow.execution.Time
Gets called before the actor gets executed.
preExecuteExternalActorHook() - Method in class adams.flow.core.AbstractExternalActor
Gets called in the doExceute() method, after an optional setUpExternalActor() call (in case a variable is used for the actor file), but before the external actor's execute() method is called.
preExecuteExternalActorHook() - Method in class adams.flow.sink.ExternalSink
Gets called in the doExceute() method, after an optional setUpExternalActor() call (in case a variable is used for the actor file), but before the external actor's execute() method is called.
preExecuteExternalActorHook() - Method in class adams.flow.transformer.ExternalTransformer
Gets called in the doExceute() method, after an optional setUpExternalActor() call (in case a variable is used for the actor file), but before the external actor's execute() method is called.
preExecution() - Method in class weka.classifiers.timeseries.BaselineAdjustedForecaster
Perform any setup stuff that might need to happen before execution.
Preferences - Class in adams.gui.menu
For managing the system-wide preferences.
Preferences() - Constructor for class adams.gui.menu.Preferences
Initializes the menu item with no owner.
Preferences(AbstractApplicationFrame) - Constructor for class adams.gui.menu.Preferences
Initializes the menu item.
PreferencesManagerPanel - Class in adams.gui.application
Panel that combines all the preference panels.
PreferencesManagerPanel() - Constructor for class adams.gui.application.PreferencesManagerPanel
 
PreferencesPanel - Interface in adams.gui.application
Interface for preferences panels.
preferJobRunnerTipText() - Method in class adams.flow.transformer.SpreadSheetFilter
Returns the tip text for this property.
preferJobRunnerTipText() - Method in class adams.flow.transformer.WekaFilter
Returns the tip text for this property.
preferJobRunnerTipText() - Method in class adams.flow.transformer.WekaTestSetEvaluator
Returns the tip text for this property.
preferJobRunnerTipText() - Method in class adams.flow.transformer.WekaTrainAssociator
Returns the tip text for this property.
preferJobRunnerTipText() - Method in class adams.flow.transformer.WekaTrainClassifier
Returns the tip text for this property.
preferJobRunnerTipText() - Method in class adams.flow.transformer.WekaTrainClusterer
Returns the tip text for this property.
preferJobRunnerTipText() - Method in class adams.flow.transformer.WekaTrainTestSetEvaluator
Returns the tip text for this property.
preferJobRunnerTipText() - Method in interface adams.multiprocess.JobRunnerSupporter
Returns the tip text for this property.
preferredExtensionsTipText() - Method in class adams.gui.visualization.multiobjectexport.AbstractMultiObjectExportWithPreferredExtensions
Returns the tip text for this property.
preFilterTipText() - Method in class adams.data.weka.rowfinder.FilteredIQR
Returns the tip text for this property.
preFilterTipText() - Method in class weka.filters.FilteredFilter
Returns the tip text for this property.
preFilterTipText() - Method in class weka.filters.unsupervised.instance.KennardStone
Returns the tip text for this property.
prefix(int, StringBuffer) - Method in class weka.classifiers.trees.RandomRegressionForest.Node
generates the tree structure prefix
PREFIX - Static variable in class adams.gui.visualization.image.selection.Crop
the prefix for the crop coordinates.
PREFIX - Static variable in class adams.gui.visualization.image.selection.PaintSelection
the prefix for the paint coordinates.
PREFIX - Static variable in class weka.filters.unsupervised.attribute.EquiDistance
the option for the prefix of the new attribute names.
PREFIX_ADDITIONALFIELDS - Static variable in class adams.data.weka.ArffUtils
the prefix for additional fields.
PREFIX_ANNOTATION - Static variable in class adams.flow.transformer.compareobjectlocations.Combined.CombinedPanel
 
PREFIX_ANNOTATIONS - Static variable in class adams.gui.tools.previewbrowser.AnnotationsAndPredictionsFromReport
the prefix for the annoations.
PREFIX_AUTOGEN - Static variable in interface adams.flow.core.AutogeneratedActor
actor prefix for auto-generated actors.
PREFIX_CALLABLEACTOR - Static variable in class adams.flow.core.FlowVariables
the callable actor reference prefix.
PREFIX_COL - Static variable in class adams.data.spreadsheet.SpreadSheetUtils
 
PREFIX_CONNECTION - Static variable in class adams.db.AbstractDatabaseConnection
the prefix in the props file for connections.
PREFIX_CUSTOM_CONTENT_HANDLER - Static variable in class adams.gui.tools.previewbrowser.PropertiesManager
the prefix for the custom content handler keys in the props file.
PREFIX_DATASET_ATTRIBUTE - Static variable in interface adams.flow.transformer.indexedsplitsrunsgenerator.InstancesIndexedSplitsRunsGenerator
 
PREFIX_DEBUG - Static variable in class adams.flow.execution.Debug
 
PREFIX_DEFAULT - Static variable in class adams.gui.visualization.image.AbstractObjectOverlayFromReport
the default prefix.
PREFIX_DEFAULT - Static variable in class adams.gui.visualization.image.AbstractPointOverlayFromReport
the default prefix.
PREFIX_DEFAULT - Static variable in class adams.gui.visualization.image.ReportObjectOverlay
the default prefix.
PREFIX_DEFAULT - Static variable in class adams.gui.visualization.image.ReportPointOverlay
the default prefix.
PREFIX_DEFAULT - Static variable in class adams.gui.visualization.object.annotationsdisplay.AbstractAnnotationsDisplayGenerator
the default prefix.
PREFIX_DEFAULT - Static variable in class adams.gui.visualization.object.overlay.AbstractObjectOverlayFromReport
the default prefix.
PREFIX_DEFAULT - Static variable in class adams.gui.visualization.object.overlay.AbstractPointOverlayFromReport
the default prefix.
PREFIX_FIELD - adams.data.report.FieldType
prefix fields.
PREFIX_FLOW - Static variable in class adams.gui.flow.FlowPanel
the prefix for the title of custom set flows.
PREFIX_FORMULA - Static variable in interface adams.data.spreadsheet.Cell
the prefix for a formula.
PREFIX_INACTIVE - Static variable in interface adams.flow.core.InactiveActor
actor prefix for inactive actors.
PREFIX_MODIFIED - Static variable in class adams.gui.tools.spreadsheetviewer.MultiPagePane
prefix for modified titles.
PREFIX_NEW - Static variable in class adams.gui.flow.FlowPanel
the prefix for the title of new tabs.
PREFIX_NOTE - Static variable in class adams.data.weka.ArffUtils
the prefix for notes.
PREFIX_OVERLAP_CORRECT - Static variable in class adams.flow.transformer.compareobjectlocations.Combined.CombinedPanel
 
PREFIX_OVERLAP_INCORRECT - Static variable in class adams.flow.transformer.compareobjectlocations.Combined.CombinedPanel
 
PREFIX_PREDICTION - Static variable in class adams.flow.transformer.compareobjectlocations.Combined.CombinedPanel
 
PREFIX_PREDICTIONS - Static variable in class adams.gui.tools.previewbrowser.AnnotationsAndPredictionsFromReport
the prefix for the predictions.
PREFIX_PREFERRED_ARCHIVE_HANDLER - Static variable in class adams.gui.tools.previewbrowser.PropertiesManager
the prefix for the preferred archive handler keys in the props file.
PREFIX_PREFERRED_CONTENT_HANDLER - Static variable in class adams.gui.tools.previewbrowser.PropertiesManager
the prefix for the preferred content handler keys in the props file.
PREFIX_PREFERRED_VIEWER - Static variable in class adams.gui.tools.previewbrowser.SerializedObjectPanel
the prefix for the preferred viewer keys in the props file.
PREFIX_STORAGE - Static variable in class adams.flow.core.FlowVariables
the storage reference prefix.
PREFIX_TEMPLATE - Static variable in class adams.db.Sequences
the prefix for a template.
PREFIX_TITLE - Static variable in class adams.gui.tools.spreadsheetviewer.MultiPagePane
prefix for new titles.
prefixAttributes(Instances, int) - Method in class adams.flow.transformer.WekaInstancesMerge
Prefixes the attributes.
prefixColumns(SpreadSheet, int) - Method in class adams.flow.transformer.SpreadSheetMerge
Prefixes the columns.
prefixColumnsTipText() - Method in class adams.flow.transformer.plotgenerator.XYPlotGenerator
Returns the tip text for this property.
prefixDatasetsWithIndexTipText() - Method in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment
Returns the tip text for this property.
prefixesTipText() - Method in class adams.gui.visualization.image.leftclick.ViewObjects
Returns the tip text for this property.
prefixesTipText() - Method in class weka.filters.unsupervised.attribute.MetaPartitionedMultiFilter
Returns the tip text for this property.
prefixesTipText() - Method in class weka.filters.unsupervised.attribute.PartitionedMultiFilter2
Returns the tip text for this property.
PrefixField - Class in adams.data.report
A compound filed that only displays the first half of the name.
PrefixField() - Constructor for class adams.data.report.PrefixField
Constructor.
PrefixField(AbstractField) - Constructor for class adams.data.report.PrefixField
Uses the values from the given field.
PrefixField(String, DataType) - Constructor for class adams.data.report.PrefixField
Constructor.
PrefixFieldEditor - Class in adams.gui.goe
A PropertyEditor for PrefixField objects that lets the user select a field.
PrefixFieldEditor() - Constructor for class adams.gui.goe.PrefixFieldEditor
 
PrefixFieldParsing - Class in adams.core.option.parsing
For parsing PrefixField options.
PrefixFieldParsing() - Constructor for class adams.core.option.parsing.PrefixFieldParsing
 
prefixNewTipText() - Method in class adams.flow.transformer.ChangeImageObjectPrefix
Returns the tip text for this property.
PrefixOnlyField - Interface in adams.data.report
Interface for fields that only have a prefix.
prefixSeparatorTipText() - Method in class adams.flow.transformer.SpreadSheetMerge
Returns the tip text for this property.
prefixSeparatorTipText() - Method in class adams.flow.transformer.WekaInstancesMerge
Returns the tip text for this property.
prefixStdErrTipText() - Method in class adams.flow.source.AbstractPythonExecution
Returns the tip text for this property.
prefixStdErrTipText() - Method in class adams.flow.source.Command
Returns the tip text for this property.
prefixStdErrTipText() - Method in class adams.flow.source.RSync
Returns the tip text for this property.
prefixStdErrTipText() - Method in class adams.flow.source.SimpleRSync
Returns the tip text for this property.
prefixStdOutTipText() - Method in class adams.flow.source.AbstractPythonExecution
Returns the tip text for this property.
prefixStdOutTipText() - Method in class adams.flow.source.Command
Returns the tip text for this property.
prefixStdOutTipText() - Method in class adams.flow.source.RSync
Returns the tip text for this property.
prefixStdOutTipText() - Method in class adams.flow.source.SimpleRSync
Returns the tip text for this property.
prefixTimestampTipText() - Method in class adams.data.timeseries.Values
Returns the tip text for this property.
prefixTipText() - Method in class adams.core.io.SimpleFilenameGenerator
Returns the tip text for this property.
prefixTipText() - Method in class adams.data.conversion.ArrayToReport
Returns the tip text for this property.
prefixTipText() - Method in class adams.data.conversion.JsonToReport
Returns the tip text for this property.
prefixTipText() - Method in class adams.data.conversion.JsonToSpreadSheet
Returns the tip text for this property.
prefixTipText() - Method in class adams.data.conversion.LocatedObjectsToReport
Returns the tip text for this property.
prefixTipText() - Method in class adams.data.image.AbstractImageFeatureGenerator
Returns the tip text for this property.
prefixTipText() - Method in class adams.data.image.multiimageoperation.MergeGrid
Returns the tip text for this property.
prefixTipText() - Method in class adams.data.image.transformer.subimages.AbstractSubImagesGenerator
Returns the tip text for this property.
prefixTipText() - Method in class adams.data.io.input.CocoAnnotationsReportReader
Returns the tip text for this property.
prefixTipText() - Method in class adams.data.io.input.DeepLabCutCSVReader
Returns the tip text for this property.
prefixTipText() - Method in class adams.data.io.input.DetectronAnnotationsReportReader
Returns the tip text for this property.
prefixTipText() - Method in class adams.data.io.input.ObjectLocationsSpreadSheetReader
Returns the tip text for this property.
prefixTipText() - Method in class adams.data.io.input.OpexObjectLocationsReader
Returns the tip text for this property.
prefixTipText() - Method in class adams.data.io.input.PascalVOCObjectLocationsReader
Returns the tip text for this property.
prefixTipText() - Method in class adams.data.io.input.VggXmlAnnotationReportReader
Returns the tip text for this property.
prefixTipText() - Method in class adams.data.io.input.ViaAnnotationsReportReader
Returns the tip text for this property.
prefixTipText() - Method in class adams.data.io.input.YoloAnnotationsReportReader
Returns the tip text for this property.
prefixTipText() - Method in class adams.data.io.output.DeepLabCutCSVWriter
Returns the tip text for this property.
prefixTipText() - Method in class adams.data.objectfinder.AbstractObjectFinder
Returns the tip text for this property.
prefixTipText() - Method in interface adams.data.objectfinder.ObjectFinder
Returns the tip text for this property.
prefixTipText() - Method in class adams.data.spreadsheet.colstatistic.LabelCounts
Returns the tip text for this property.
prefixTipText() - Method in class adams.data.spreadsheet.rowstatistic.LabelCounts
Returns the tip text for this property.
prefixTipText() - Method in class adams.data.statistics.AbstractDataContainerStatistics
Returns the tip text for this property.
prefixTipText() - Method in class adams.flow.control.TimedSubProcess
Returns the tip text for this property.
prefixTipText() - Method in class adams.flow.control.TimedTee
Returns the tip text for this property.
prefixTipText() - Method in class adams.flow.control.TimedTrigger
Returns the tip text for this property.
prefixTipText() - Method in class adams.flow.sink.Console
Returns the tip text for this property.
prefixTipText() - Method in class adams.flow.sink.ProgressBar
Returns the tip text for this property.
prefixTipText() - Method in class adams.flow.sink.sendnotification.Console
Returns the tip text for this property.
prefixTipText() - Method in class adams.flow.source.newlist.Wrapper
Returns the tip text for this property.
prefixTipText() - Method in class adams.flow.source.NewTempFile
Returns the tip text for this property.
prefixTipText() - Method in class adams.flow.standalone.Stopwatch
Returns the tip text for this property.
prefixTipText() - Method in class adams.flow.template.ProgressInConsole
Returns the tip text for this property.
prefixTipText() - Method in class adams.flow.transformer.AbstractContainerValueExtractor
Returns the tip text for this property.
prefixTipText() - Method in class adams.flow.transformer.CompareObjectTypes
Returns the tip text for this property.
prefixTipText() - Method in class adams.flow.transformer.ContainerToStorage
Returns the tip text for this property.
prefixTipText() - Method in class adams.flow.transformer.ContainerToVariables
Returns the tip text for this property.
prefixTipText() - Method in class adams.flow.transformer.CountObjectsInPolygon
Returns the tip text for this property.
prefixTipText() - Method in class adams.flow.transformer.CountObjectsInRegion
Returns the tip text for this property.
prefixTipText() - Method in class adams.flow.transformer.draw.AbstractDrawObjectsFromReport
Returns the tip text for this property.
prefixTipText() - Method in class adams.flow.transformer.draw.ObjectAnnotationsFromReport
Returns the tip text for this property.
prefixTipText() - Method in class adams.flow.transformer.ImageAnnotator
Returns the tip text for this property.
prefixTipText() - Method in class adams.flow.transformer.ImageObjectIndexOffset
Returns the tip text for this property.
prefixTipText() - Method in class adams.flow.transformer.ImageObjectInfo
Returns the tip text for this property.
prefixTipText() - Method in interface adams.flow.transformer.locateobjects.ObjectPrefixHandler
Returns the tip text for this property.
prefixTipText() - Method in class adams.flow.transformer.LocateObjects
Returns the tip text for this property.
prefixTipText() - Method in class adams.flow.transformer.MergeObjectLocations
Returns the tip text for this property.
prefixTipText() - Method in class adams.flow.transformer.plotgenerator.AndrewsCurvesGenerator
Returns the tip text for this property.
prefixTipText() - Method in class adams.flow.transformer.PrependDir
Returns the tip text for this property.
prefixTipText() - Method in class adams.flow.transformer.RelativeDir
Returns the tip text for this property.
prefixTipText() - Method in class adams.flow.transformer.RemoveImageObject
Returns the tip text for this property.
prefixTipText() - Method in class adams.flow.transformer.ReportToStorage
Returns the tip text for this property.
prefixTipText() - Method in class adams.flow.transformer.ReportToVariables
Returns the tip text for this property.
prefixTipText() - Method in class adams.flow.transformer.ScaleReportObjects
Returns the tip text for this property.
prefixTipText() - Method in class adams.flow.transformer.splitfile.AbstractFileSplitter
Returns the tip text for this property.
prefixTipText() - Method in class adams.flow.transformer.SpreadSheetCopyColumns
Returns the tip text for this property.
prefixTipText() - Method in class adams.flow.transformer.SpreadSheetMerge
Returns the tip text for this property.
prefixTipText() - Method in class adams.flow.transformer.WekaInstancesMerge
Returns the tip text for this property.
prefixTipText() - Method in class adams.gui.tools.previewbrowser.AnnotateImage
Returns the tip text for this property.
prefixTipText() - Method in class adams.gui.tools.previewbrowser.AnnotationsAndPredictionsFromReport
Returns the tip text for this property.
prefixTipText() - Method in class adams.gui.tools.previewbrowser.DeepLabCutCSVHandler
Returns the tip text for this property.
prefixTipText() - Method in class adams.gui.tools.previewbrowser.DetectronAnnotationsHandler
Returns the tip text for this property.
prefixTipText() - Method in class adams.gui.tools.previewbrowser.ObjectAnnotationsHandler
Returns the tip text for this property.
prefixTipText() - Method in class adams.gui.tools.previewbrowser.ObjectAnnotationsReportHandler
Returns the tip text for this property.
prefixTipText() - Method in class adams.gui.tools.previewbrowser.ObjectCentersFromReport
Returns the tip text for this property.
prefixTipText() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
Returns the tip text for this property.
prefixTipText() - Method in class adams.gui.tools.previewbrowser.PointsFromReportHandler
Returns the tip text for this property.
prefixTipText() - Method in class adams.gui.tools.previewbrowser.YoloAnnotationsHandler
Returns the tip text for this property.
prefixTipText() - Method in class adams.gui.visualization.image.AbstractObjectOverlayFromReport
Returns the tip text for this property.
prefixTipText() - Method in class adams.gui.visualization.image.AbstractPointOverlayFromReport
Returns the tip text for this property.
prefixTipText() - Method in class adams.gui.visualization.image.AbstractReportBasedOverlayHelper
Returns the tip text for this property.
prefixTipText() - Method in class adams.gui.visualization.image.leftclick.AbstractSelectionRectangleBasedLeftClickProcessor
Returns the tip text for this property.
prefixTipText() - Method in class adams.gui.visualization.image.leftclick.AddMetaData
Returns the tip text for this property.
prefixTipText() - Method in class adams.gui.visualization.image.leftclick.DeleteObjects
Returns the tip text for this property.
prefixTipText() - Method in class adams.gui.visualization.image.MetaDataText
Returns the tip text for this property.
prefixTipText() - Method in class adams.gui.visualization.image.ObjectAnnotations
Returns the tip text for this property.
prefixTipText() - Method in class adams.gui.visualization.image.selection.AbstractSelectionRectangleBasedSelectionProcessor
Returns the tip text for this property.
prefixTipText() - Method in class adams.gui.visualization.multiobjectexport.DirectoryExport
Returns the tip text for this property.
prefixTipText() - Method in class adams.gui.visualization.multiobjectexport.EmailExport
Returns the tip text for this property.
prefixTipText() - Method in class adams.gui.visualization.multiobjectexport.ZipExport
Returns the tip text for this property.
prefixTipText() - Method in class adams.gui.visualization.object.annotationsdisplay.AbstractAnnotationsDisplayGenerator
Returns the tip text for this property.
prefixTipText() - Method in class adams.gui.visualization.object.annotator.AbstractReportBasedAnnotator
Returns the tip text for this property.
prefixTipText() - Method in class adams.gui.visualization.object.overlay.AbstractObjectOverlayFromReport
Returns the tip text for this property.
prefixTipText() - Method in class adams.gui.visualization.object.overlay.AbstractPointOverlayFromReport
Returns the tip text for this property.
prefixTipText() - Method in class adams.gui.visualization.object.overlay.ObjectAnnotations
Returns the tip text for this property.
prefixTipText() - Method in class adams.gui.visualization.report.ReportDateFieldPaintlet
Returns the tip text for this property.
prefixTipText() - Method in class adams.gui.visualization.timeseries.FixedTimestampPaintlet
Returns the tip text for this property.
prefixTipText() - Method in class weka.filters.unsupervised.attribute.EquiDistance
Returns the tip text for this property.
prefixValueTipText() - Method in class adams.data.timeseries.Values
Returns the tip text for this property.
preGenerate() - Method in class adams.flow.template.AbstractActorTemplate
Hook before generating the actor.
preGenerate() - Method in class adams.flow.template.FromFile
Hook before generating the actor.
preGenerate() - Method in class adams.flow.template.StringReplace
Hook before generating the actor.
preGenerate() - Method in class adams.gui.visualization.core.axis.AbstractTickGenerator
Gets executed before generating the ticks.
preGetOptionsList() - Method in interface adams.core.option.PreGetOptionslistHook
Gets executed before list of options can get obtained.
preGetOptionsList() - Method in class adams.db.AbstractConditions
Gets executed before list of options can get obtained.
PreGetOptionslistHook - Interface in adams.core.option
For option handling classes that need to process the options before allowing access to them.
preIndent(Object) - Method in class adams.core.option.AbstractJavaCodeProducer
Hook method that gets called before indentation is increased.
preIndent(Object) - Method in class adams.core.option.ActorExecutionClassProducer
Hook method that gets called before nesting is increased.
preIndent(Object) - Method in class adams.core.option.ApplyActorProducer
Hook method that gets called before nesting is increased.
preInitFilter(Row) - Method in class adams.ml.preprocessing.AbstractColumnSubsetStreamFilter
Before the actual filter initialization.
preInitFilter(Row) - Method in class adams.ml.preprocessing.AbstractStreamFilter
Before the actual filter initialization.
preInitFilter(Dataset) - Method in class adams.ml.preprocessing.AbstractBatchFilter
Before the actual filter initialization.
preInitFilter(Dataset) - Method in class adams.ml.preprocessing.AbstractColumnSubsetBatchFilter
Before the actual filter initialization.
preInput(Actor, Token) - Method in class adams.flow.execution.AbstractFlowExecutionListener
Gets called before the actor receives the token.
preInput(Actor, Token) - Method in class adams.flow.execution.Debug
Gets called before the actor receives the token.
preInput(Actor, Token) - Method in class adams.flow.execution.ExecutionLog
Gets called before the actor receives the token.
preInput(Actor, Token) - Method in interface adams.flow.execution.FlowExecutionListener
Gets called before the actor receives the token.
preInput(Actor, Token) - Method in class adams.flow.execution.MultiListener
Gets called before the actor receives the token.
preInput(Actor, Token) - Method in class adams.flow.execution.Time
Gets called before the actor receives the token.
preInsert(MutableTreeNode, int) - Method in class adams.doc.xml.AbstractTag
Hook-method before inserting a child element.
preLaunch() - Method in class adams.gui.application.AbstractBasicMenuItemDefinition
Hook method that gets executed just before calling "launch()".
preOutput(Actor) - Method in class adams.flow.execution.AbstractFlowExecutionListener
Gets called before a token gets obtained from the actor.
preOutput(Actor) - Method in class adams.flow.execution.Debug
Gets called before a token gets obtained from the actor.
preOutput(Actor) - Method in class adams.flow.execution.ExecutionLog
Gets called before a token gets obtained from the actor.
preOutput(Actor) - Method in interface adams.flow.execution.FlowExecutionListener
Gets called before a token gets obtained from the actor.
preOutput(Actor) - Method in class adams.flow.execution.MultiListener
Gets called before a token gets obtained from the actor.
preOutput(Actor) - Method in class adams.flow.execution.Time
Gets called before a token gets obtained from the actor.
preparationTipText() - Method in class adams.flow.transformer.ImagePreparation
Returns the tip text for this property.
preparationTipText() - Method in class adams.flow.transformer.PrepareFileBasedDataset
Returns the tip text for this property.
preparationTipText() - Method in class weka.classifiers.meta.SocketFacade
Returns the tip text for this property.
prepare(Number[]) - Method in class adams.data.spc.CChart
Prepares the data.
prepare(Number[]) - Method in interface adams.data.spc.IndividualsControlChart
Prepares the data.
prepare(Number[]) - Method in class adams.data.spc.MOACUSUM
Prepares the data.
prepare(Number[]) - Method in class adams.data.spc.MOAPageHinkley
Prepares the data.
prepare(Number[]) - Method in class adams.data.spc.NPChart
Prepares the data.
prepare(Number[]) - Method in class adams.data.spc.PChart
Prepares the data.
prepare(Number[][]) - Method in interface adams.data.spc.MatrixControlChart
Prepares the data.
prepare(Number[][]) - Method in class adams.data.spc.UChart
Prepares the data.
prepare(Number[][]) - Method in class adams.data.spc.XBarRChart
Prepares the data.
prepare(Number[][]) - Method in class adams.data.spc.XBarSChart
Prepares the data.
prepare(T) - Method in class adams.flow.transformer.preparefilebaseddataset.AbstractFileBasedDatasetPreparation
Prepares the data.
prepare_data_p(Number[], int) - Static method in class adams.data.statistics.SPCUtils
 
prepare_data_u(Number[], Number) - Static method in class adams.data.statistics.SPCUtils
 
prepare_data_u(Number[], Number[]) - Static method in class adams.data.statistics.SPCUtils
 
prepare_data_x_bar_r_r(Number[][], int) - Static method in class adams.data.statistics.SPCUtils
 
prepare_data_x_bar_rs_x(Number[][], int) - Static method in class adams.data.statistics.SPCUtils
 
prepare_data_x_bar_s_s(Number[][], int) - Static method in class adams.data.statistics.SPCUtils
 
prepare_data_x_mr(Number[], int) - Static method in class adams.data.statistics.SPCUtils
 
prepareClassify(Instance, SocketFacade) - Method in class weka.classifiers.meta.socketfacade.AbstractDataPreparation
Prepares the instance for the Classifier.classifyInstance(Instance) method.
prepareClassify(Instance, SocketFacade) - Method in class weka.classifiers.meta.socketfacade.Simple
Prepares the instance for the Classifier.classifyInstance(Instance) method.
prepareData(SpreadSheet, int) - Method in class adams.flow.transformer.SpreadSheetMerge
Prepares the data, prefixing columns, removing columns, etc, before merging it.
prepareData(File) - Method in class adams.flow.transformer.AbstractDataProcessor
Moves the data to the "processing" directory.
prepareData(File) - Method in class adams.scripting.engine.FileBasedScriptingEngine
Moves the data to the "processing" directory.
prepareData(Instances, int) - Method in class adams.flow.transformer.WekaInstancesMerge
Prepares the data, prefixing attributes, removing columns, etc, before merging it.
prepareDistribution(Instance, SocketFacade) - Method in class weka.classifiers.meta.socketfacade.AbstractDataPreparation
Prepares the instance for the Classifier.distributionForInstance(Instance) method.
prepareDistribution(Instance, SocketFacade) - Method in class weka.classifiers.meta.socketfacade.Simple
Prepares the instance for the Classifier.distributionForInstance(Instance) method.
PrepareFileBasedDataset - Class in adams.flow.transformer
Processes the incoming files and generates a dataset container.

See also:
adams.flow.control.SetContainerValue
adams.flow.transformer.GenerateFileBasedDataset

Input/output:
- accepts:
   java.lang.String[]
- generates:
   adams.flow.container.FileBasedDatasetContainer


Container information:
- adams.flow.container.FileBasedDatasetContainer: Train, Test, Validation, Negative

PrepareFileBasedDataset() - Constructor for class adams.flow.transformer.PrepareFileBasedDataset
 
prepareRequestPayload() - Method in class adams.scripting.command.AbstractCommand
Hook method for preparing the request payload,
Default implementation does nothing.
prepareRequestPayload() - Method in class adams.scripting.command.basic.Ping
Hook method for preparing the request payload,
prepareRequestPayload() - Method in class adams.scripting.command.basic.SendFile
Hook method for preparing the request payload,
prepareRequestPayload() - Method in class adams.scripting.command.basic.Text
Hook method for preparing the request payload,
prepareRequestPayload() - Method in class adams.scripting.command.flow.RemoteFlowExecution
Hook method for preparing the request payload,
prepareResponsePayload() - Method in class adams.scripting.command.AbstractCommandWithResponse
Hook method for preparing the response payload,
Default implementation does nothing.
prepareResponsePayload() - Method in class adams.scripting.command.basic.Ping
Hook method for preparing the response payload,
prepareResponsePayload() - Method in class adams.scripting.command.basic.StartRemoteLogging
Hook method for preparing the response payload,
prepareResponsePayload() - Method in class adams.scripting.command.basic.StopRemoteLogging
Hook method for preparing the response payload,
prepareResponsePayload() - Method in class adams.scripting.command.basic.SystemInfo
Hook method for preparing the response payload,
prepareResponsePayload() - Method in class adams.scripting.command.flow.GetFlow
Hook method for preparing the response payload,
prepareResponsePayload() - Method in class adams.scripting.command.flow.ListFlows
Hook method for preparing the response payload,
prepareResponsePayload() - Method in class adams.scripting.command.flow.RestartFlow
Hook method for preparing the response payload,
prepareResponsePayload() - Method in class adams.scripting.command.flow.RunRemoteFlow
Hook method for preparing the response payload,
prepareResponsePayload() - Method in class adams.scripting.command.flow.SendFlowControlCommand
Hook method for preparing the response payload,
prepareStatement(String) - Method in class adams.db.generic.SQL
Create a Prepared statement with given query.
prepareStatement(String) - Method in class adams.db.mirrored.SQL
Create a Prepared statement with given query.
prepareStatement(String) - Method in class adams.db.SQLF
Create a Prepared statement with given query.
prepareStatement(String) - Method in interface adams.db.SQLIntf
Create a Prepared statement with given query.
prepareStatement(String, boolean) - Method in class adams.db.generic.SQL
Create a Prepared statement with given query.
prepareStatement(String, boolean) - Method in class adams.db.mirrored.SQL
Create a Prepared statement with given query.
prepareStatement(String, boolean) - Method in class adams.db.SQLF
Create a Prepared statement with given query.
prepareStatement(String, boolean) - Method in interface adams.db.SQLIntf
Create a Prepared statement with given query.
prepareStatement(Connection, String, boolean) - Method in class adams.db.generic.SQL
Create a Prepared statement with given query.
prepareStatement(Connection, String, boolean) - Method in class adams.db.mirrored.SQL
Create a Prepared statement with given query.
prepareStatement(Connection, String, boolean) - Method in class adams.db.SQLF
Create a Prepared statement with given query.
prepareStatement(Connection, String, boolean) - Method in interface adams.db.SQLIntf
Create a Prepared statement with given query.
prepareTrain(Instances, SocketFacade) - Method in class weka.classifiers.meta.socketfacade.AbstractDataPreparation
Prepares the data for training.
prepareTrain(Instances, SocketFacade) - Method in class weka.classifiers.meta.socketfacade.Simple
Prepares the data for training.
prepareUpdate() - Method in class adams.flow.sink.canvas.AbstractDataPoolPaintlet
Prepares the painting, e.g., setting min/max of axes.
prepareUpdate() - Method in interface adams.flow.sink.canvas.DataPoolPaintlet
Prepares the painting, e.g., setting min/max of axes.
prepareUpdate() - Method in class adams.flow.sink.canvas.DataPoolPanel
Prepares the update, i.e., calculations etc.
prepareUpdate() - Method in class adams.flow.sink.canvas.XYPaintlet
Sets the minimum and maximum of the axes.
prepareUpdate() - Method in class adams.gui.visualization.container.AbstractDataContainerZoomOverviewPanel
Prepares the update, i.e., calculations etc.
prepareUpdate() - Method in class adams.gui.visualization.core.PaintablePanel
Prepares the update, i.e., calculations etc.
prepareUpdate() - Method in class adams.gui.visualization.instance.InstancePanel
Updates the axes with the min/max of the new data.
prepareUpdate() - Method in class adams.gui.visualization.sequence.XYSequencePanel
Updates the axes with the min/max of the new data.
prepareUpdate() - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowPanel
Updates the axes with the min/max of the new data.
prepareUpdate() - Method in class adams.gui.visualization.stats.fourinone.VersusFit
Prepares the update, i.e., calculations etc.
prepareUpdate() - Method in class adams.gui.visualization.stats.fourinone.VersusOrder
Prepares the update, i.e., calculations etc.
prepareUpdate() - Method in class adams.gui.visualization.stats.histogram.Histogram
Prepares the update, i.e., calculations etc.
prepareUpdate() - Method in class adams.gui.visualization.stats.probabilityplot.NormalPlot
Prepares the update, i.e., calculations etc.
prepareUpdate() - Method in class adams.gui.visualization.stats.probabilityplot.ProbabilityPlot
Prepares the update, i.e., calculations etc.
prepareUpdate() - Method in class adams.gui.visualization.stats.scatterplot.ScatterPlot
Updates the overlays, calculates each
prepareUpdate() - Method in class adams.gui.visualization.stats.scatterplot.ScatterPlotSimple
 
prepareUpdate() - Method in class adams.gui.visualization.stats.zscore.ZScore
Prepares the update, i.e., calculations etc.
prepareUpdate() - Method in class adams.gui.visualization.timeseries.TimeseriesPanel
Updates the axes with the min/max of the new data.
PREPEND - adams.flow.standalone.PythonEnvironment.PythonPathUpdateType
prepends the path to the existing pne.
PREPEND - adams.flow.transformer.SetVariable.UpdateType
prepends the value to the existing value.
PREPEND - adams.flow.transformer.StringSplit.Delimiter
prepends the delimiters.
PrependDir - Class in adams.flow.transformer
Prepends the prefix to the file/directory being passed through.
By default, the appropriate separator (forward slash or backslash) gets inserted between the file/directory and prefix.
PrependDir() - Constructor for class adams.flow.transformer.PrependDir
 
preprocess(XYSequencePoint, AxisPanel, AxisPanel) - Method in class adams.gui.visualization.sequence.pointpreprocessor.AbstractPointPreprocessor
Preprocesses the point.
preprocess(XYSequencePoint, AxisPanel, AxisPanel) - Method in interface adams.gui.visualization.sequence.pointpreprocessor.PointPreprocessor
Preprocesses the point.
preProcess(SequencePlotterContainer) - Method in class adams.flow.control.plotprocessor.AbstractPlotProcessor
Hook method before processing the plot container.
preProcess(SequencePlotterContainer) - Method in class adams.flow.control.plotprocessor.AbstractPlotProcessorWithBuffer
Hook method before processing the plot container.
preProcess(PDFGenerator, File) - Method in class adams.flow.transformer.pdfproclet.AbstractPdfProclet
For pre-processing the document.
preProcess(PDFGenerator, File) - Method in class adams.flow.transformer.pdfproclet.AbstractPdfProcletWithPageBreaks
For pre-processing the document.
preProcess(PDFGenerator, File) - Method in class adams.flow.transformer.pdfproclet.Headline
For pre-processing the document.
preProcess(PDFGenerator, File) - Method in class adams.flow.transformer.pdfproclet.MetaHeadline
For pre-processing the document.
preProcess(PDFGenerator, Object) - Method in class adams.flow.transformer.pdfproclet.AbstractPdfProclet
For pre-processing the document.
preProcess(PDFGenerator, Object) - Method in class adams.flow.transformer.pdfproclet.AbstractPdfProcletWithPageBreaks
For pre-processing the document.
preProcess(PDFGenerator, Object) - Method in class adams.flow.transformer.pdfproclet.Headline
For pre-processing the document.
preProcess(PDFGenerator, Object) - Method in class adams.flow.transformer.pdfproclet.MetaHeadline
For pre-processing the document.
preProcess(ScriptingCommand) - Method in class adams.gui.scripting.ScriptingEngineThread
Performs some preprocessing.
preProcess(T) - Method in class adams.flow.transformer.AbstractDataContainerDbWriter
Performs preprocessing on the container.
preProcess(T) - Method in class adams.flow.transformer.datacontainer.AbstractDataContainerPreProcessor
Pre-processes the data.
preProcess(T) - Method in class adams.flow.transformer.report.AbstractReportPreProcessor
Pre-processes the data.
preProcessCheck() - Method in class adams.data.baseline.AbstractBaselineCorrection.BaselineCorrectionJob
Checks whether all pre-conditions have been met.
preProcessCheck() - Method in class adams.data.filter.AbstractFilter.FilterJob
Checks whether all pre-conditions have been met.
preProcessCheck() - Method in class adams.data.noise.AbstractDenoiser.DenoiserJob
Checks whether all pre-conditions have been met.
preProcessCheck() - Method in class adams.data.outlier.AbstractOutlierDetector.DetectorJob
Checks whether all pre-conditions have been met.
preProcessCheck() - Method in class adams.data.smoothing.AbstractSmoother.SmootherJob
Checks whether all pre-conditions have been met.
preProcessCheck() - Method in class adams.flow.control.ArrayProcess.ArrayElementJob
Checks whether all pre-conditions have been met.
preProcessCheck() - Method in class adams.flow.transformer.SpreadSheetFilter.FilterJob
Checks whether all pre-conditions have been met.
preProcessCheck() - Method in class adams.flow.transformer.WekaClassifierRanker.RankingJob
Checks whether all pre-conditions have been met.
preProcessCheck() - Method in class adams.flow.transformer.WekaFilter.BatchFilterJob
Checks whether all pre-conditions have been met.
preProcessCheck() - Method in class adams.flow.transformer.WekaTestSetEvaluator.EvaluateJob
Checks whether all pre-conditions have been met.
preProcessCheck() - Method in class adams.flow.transformer.WekaTrainAssociator.TrainJob
Checks whether all pre-conditions have been met.
preProcessCheck() - Method in class adams.flow.transformer.WekaTrainClassifier.BatchTrainJob
Checks whether all pre-conditions have been met.
preProcessCheck() - Method in class adams.flow.transformer.WekaTrainClusterer.BatchTrainJob
Checks whether all pre-conditions have been met.
preProcessCheck() - Method in class adams.flow.transformer.WekaTrainTestSetEvaluator.EvaluateJob
Checks whether all pre-conditions have been met.
preProcessCheck() - Method in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment.AbstractExperimentJob
Checks whether all pre-conditions have been met.
preProcessCheck() - Method in class adams.multiprocess.AbstractJob
Checks whether all pre-conditions have been met.
preProcessCheck() - Method in class adams.multiprocess.WekaCrossValidationJob
 
preProcessCheck() - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm.ClassifierBasedGeneticAlgorithmJob
Checks whether all pre-conditions have been met.
preProcessCheck() - Method in class adams.opt.genetic.AbstractGeneticAlgorithm.GeneticAlgorithmJob
Checks whether all pre-conditions have been met.
preProcessCheck() - Method in class adams.opt.optimise.GeneticAlgorithm.GAJob
 
preProcessEvent(VariableChangeEvent) - Method in class adams.flow.standalone.VariableChangedEvent
Preprocesses the event.
preProcessEvent(E) - Method in class adams.flow.standalone.AbstractMutableActorDaemonEvent
Preprocesses the event.
preProcessEvent(WatchKey) - Method in class adams.flow.standalone.DirWatch
Preprocesses the event.
preProcessEvent(LogRecord) - Method in class adams.flow.standalone.LogEvent
Preprocesses the event.
PreprocessHandler - Class in weka.gui.explorer
Manages the PreprocessPanel.
PreprocessHandler() - Constructor for class weka.gui.explorer.PreprocessHandler
 
PreprocessingType - Enum in adams.data.instancesanalysis.pls
The preprocessing type.
preprocessingTypeTipText() - Method in class adams.data.instancesanalysis.pls.AbstractPLS
Returns the tip text for this property
preprocessingTypeTipText() - Method in class weka.attributeSelection.AbstractPLSAttributeEval
Returns the tip text for this property
preProcessorTipText() - Method in class adams.flow.transformer.AbstractDataContainerDbWriter
Returns the tip text for this property.
preProcessorTipText() - Method in class adams.flow.transformer.AbstractReportDbWriter
Returns the tip text for this property.
PreprocessTab - Class in adams.gui.tools.wekainvestigator.tab
Preprocessing tab.
PreprocessTab() - Constructor for class adams.gui.tools.wekainvestigator.tab.PreprocessTab
 
preProduce() - Method in class adams.core.option.AbstractActorJavaCodeProducer
Hook-method before starting visiting options.
preProduce() - Method in class adams.core.option.AbstractDocumentationProducer
Hook-method before starting visiting options.
preProduce() - Method in class adams.core.option.AbstractFlowJavaCodeProducer
Hook-method before starting visiting options.
preProduce() - Method in class adams.core.option.AbstractJavaCodeProducer
Hook-method before starting visiting options.
preProduce() - Method in class adams.core.option.AbstractOptionProducer
Hook-method before starting visiting options.
preProduce() - Method in class adams.core.option.ApplyActorProducer
Hook-method before starting visiting options.
preProduce() - Method in class adams.core.option.ArrayProducer
Hook-method before starting visiting options.
preProduce() - Method in class adams.core.option.CommandlineHelpProducer
Hook-method before starting visiting options.
preProduce() - Method in class adams.core.option.FlowJUnitTestProducer
Hook-method before starting visiting options.
preProduce() - Method in class adams.core.option.FlowStructureDotProducer
Hook-method before starting visiting options.
preProduce() - Method in class adams.core.option.FlowStructureGraphMLProducer
Hook-method before starting visiting options.
preProduce() - Method in class adams.core.option.HtmlHelpProducer
Hook-method before starting visiting options.
preProduce() - Method in class adams.core.option.HtmlParametersProducer
Hook-method before starting visiting options.
preProduce() - Method in class adams.core.option.JsonProducer
Hook-method before starting visiting options.
preProduce() - Method in class adams.core.option.NestedProducer
Hook-method before starting visiting options.
preProduce() - Method in class adams.core.option.XhtmlProducer
Hook-method before starting visiting options.
preProduce(OptionManager, int) - Method in class adams.core.option.AbstractJavaCodeProducer
Hook method that gets called just before an option gets produced.
preProduce(OptionManager, int) - Method in class adams.core.option.AbstractOptionProducer
Hook method that gets called just before an option gets produced.
preProduce(OptionManager, int) - Method in class adams.core.option.CommandlineHelpProducer
Hook method that gets called just before an option gets produced.
preProduce(OptionManager, int) - Method in class adams.core.option.HtmlHelpProducer
Hook method that gets called just before an option gets produced.
preProduce(OptionManager, int) - Method in class adams.core.option.HtmlParametersProducer
Hook method that gets called just before an option gets produced.
preRefresh() - Method in class adams.gui.selection.AbstractConditionalDatabaseSelectionPanel
Performs actions before the refresh, like disabling buttons and changing mouse cursor to waiting one.
preRefresh() - Method in class adams.gui.selection.AbstractDatabaseSelectionPanel
Performs actions before the refresh, like disabling buttons and changing mouse cursor to waiting one.
preRun() - Method in class adams.core.logging.RemoteReceiveHandler.AbstractRemoteListenerRunnable
Hook method before the run is started.
preRun() - Method in class adams.flow.core.RunnableWithLogging
Hook method before the run is started.
preRun() - Method in class adams.gui.tools.wekainvestigator.job.InvestigatorJob
Gets called before the execution.
preRun() - Method in class adams.gui.tools.wekainvestigator.job.InvestigatorTabJob
Gets called before the execution.
preRun() - Method in class adams.gui.tools.wekamultiexperimenter.runner.AbstractExperimentRunner
Hook method that gets executed before the experiment gets initialized.
preRun() - Method in class adams.gui.tools.wekamultiexperimenter.runner.RemoteWekaExperimentRunner
Hook method that gets executed before the experiment gets initialized.
preRun() - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm
Some more initializations.
preRun() - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithmWithSecondEvaluation
Further initializations in derived classes.
preRun() - Method in class adams.opt.genetic.AbstractGeneticAlgorithm
Further initializations in derived classes.
preRun() - Method in class adams.opt.genetic.DarkLord
Some more initializations.
preRun() - Method in class adams.opt.genetic.Hermione
Some more initializations.
preRun() - Method in class adams.opt.optimise.genetic.AbstractGeneticAlgorithm
Further initializations in derived classes.
preRun() - Method in class adams.opt.optimise.GeneticAlgorithm
Some more initializations.
preRun() - Method in class adams.run.RunDatabaseScheme
Performs some initializations before the actual run.
preRun() - Method in class adams.run.RunScheme
Performs some initializations before the actual run.
preRun() - Method in class adams.tools.AbstractAddRemoveTimeWindowDatabaseTool
Before the actual run is executed.
preRun() - Method in class adams.tools.AbstractScriptedTool
Before the actual run is executed.
preRun() - Method in class adams.tools.AbstractTool
Before the actual run is executed.
preRun() - Method in class adams.tools.CompareDatasets
Before the actual run is executed.
preRun() - Method in class adams.tools.Groovy
Before the actual run is executed.
preRun() - Method in class adams.tools.RunTool
Performs some initializations before the actual run.
preRun() - Method in class adams.tools.Scripted
Before the actual run is executed.
preRun() - Method in class adams.tools.ZipPassword
Before the actual run is executed.
preselectCurrentLabel(String) - Method in class adams.gui.visualization.object.labelselector.AbstractLabelSelectorPanel
Pre-selects the label.
preselectCurrentLabel(String) - Method in interface adams.gui.visualization.object.labelselector.LabelSelector
Pre-selects the label.
preselectCurrentLabel(String) - Method in class adams.gui.visualization.object.ObjectAnnotationPanel
Pre-selects the label.
preSelectionTipText() - Method in class adams.flow.transformer.WekaChooseAttributes
Returns the tip text for this property.
preselectLabel(String) - Method in class adams.flow.transformer.ImageAnnotator.AnnotatorPanel
Pre-selects the label.
present(Index) - Method in class adams.db.indices.Indices
Is the Index present in this Indices object?
presentAt(int, IndexColumn) - Method in class adams.db.indices.Index
Is given IndexColumn present at given position in collection?
preserveIDColumnTipText() - Method in class weka.filters.unsupervised.attribute.AttributeSummaryTransferFilter
Gets the tip-text for the preserve-id-column option.
preserveInstancesOrderTipText() - Method in class weka.clusterers.SAXKMeans
Returns the tip text for this property.
preserveOrderTipText() - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesGroupedRandomSplitGenerator
Returns the tip text for this property.
preserveOrderTipText() - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesRandomSplitGenerator
Returns the tip text for this property.
preserveOrderTipText() - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.SpreadSheetRandomSplitGenerator
Returns the tip text for this property.
preserveOrderTipText() - Method in class adams.flow.transformer.preparefilebaseddataset.TrainTestSplit
Returns the tip text for this property.
preserveOrderTipText() - Method in class adams.flow.transformer.preparefilebaseddataset.TrainValidateTestSplit
Returns the tip text for this property.
preserveOrderTipText() - Method in class adams.flow.transformer.WekaRandomSplit
Returns the tip text for this property.
preserveOrderTipText() - Method in class adams.gui.tools.wekamultiexperimenter.experiment.TrainTestSplitExperiment
Returns the tip text for this property.
preserveOrderTipText() - Method in class adams.ml.evaluation.DefaultRandomSplitGenerator
Returns the tip text for this property.
preserveOrderTipText() - Method in class weka.classifiers.BestBinnedNumericClassRandomSplitGenerator
Returns the tip text for this property.
preserveOrderTipText() - Method in class weka.classifiers.BinnedNumericClassRandomSplitGenerator
Returns the tip text for this property.
preserveOrderTipText() - Method in class weka.classifiers.DefaultRandomSplitGenerator
Returns the tip text for this property.
preserveOrderTipText() - Method in class weka.classifiers.GroupedBinnedNumericClassRandomSplitGenerator
Returns the tip text for this property.
preserveOrderTipText() - Method in class weka.classifiers.GroupedRandomSplitGenerator
Returns the tip text for this property.
preSet(int, TimeseriesContainer) - Method in class adams.gui.visualization.timeseries.TimeseriesContainerManager
A pre-hook for the set method, before the container replaces the item currently occupying the position.
preSet(int, T) - Method in class adams.gui.visualization.container.AbstractContainerManager
A pre-hook for the set method, before the container replaces the item currently occupying the position.
preStart() - Method in class adams.multiprocess.AbstractJobRunner
Before actual start up.
preStart() - Method in class adams.multiprocess.AbstractMetaJobRunner
Before actual start up.
preStart() - Method in class adams.multiprocess.LocalJobRunner
Before actual start up.
preStart() - Method in class adams.multiprocess.ScpJobRunner
Before actual start up.
preStart() - Method in class adams.multiprocess.ScpJobRunner.RemoteJobRunner
Before actual start up.
preStop() - Method in class adams.multiprocess.AbstractJobRunner
Before actual stop.
preTerminate() - Method in class adams.multiprocess.AbstractJobRunner
Before actual terminate up.
preTokenizerTipText() - Method in class weka.core.tokenizers.PreCleanedTokenizer
Returns the tip text for this property.
preTransform(Instances, Map<String, Object>) - Method in class adams.data.instancesanalysis.pls.AbstractMultiClassPLS
Preprocesses the data.
preTransform(Instances, Map<String, Object>) - Method in class adams.data.instancesanalysis.pls.AbstractPLS
Preprocesses the data.
preTransform(Instances, Map<String, Object>) - Method in class adams.data.instancesanalysis.pls.AbstractSingleClassPLS
Preprocesses the data.
prettyPrint(JsonElement) - Static method in class adams.data.json.JsonHelper
Generates pretty printed JSON.
prettyPrint(String) - Static method in class adams.data.json.JsonHelper
Generates pretty printed JSON.
prettyPrint(JSONAware) - Static method in class adams.data.json.JsonHelper
Generates pretty printed JSON.
PrettyPrintingSupporter - Interface in adams.core.io
Interface for classes that support pretty-printing.
prettyPrintingTipText() - Method in interface adams.core.io.PrettyPrintingSupporter
Returns the tip text for this property.
prettyPrintingTipText() - Method in class adams.data.conversion.DOMToString
Returns the tip text for this property.
prettyPrintingTipText() - Method in class adams.data.conversion.JsonToString
Returns the tip text for this property.
prettyPrintingTipText() - Method in class adams.data.conversion.ReportToJson
Returns the tip text for this property.
prettyPrintingTipText() - Method in class adams.data.io.output.AbstractSimpleJsonReportWriter
Returns the tip text for this property.
prettyPrintingTipText() - Method in class adams.data.io.output.JsonIndexedSplitsRunsWriter
Returns the tip text for this property.
prettyPrintingTipText() - Method in class adams.data.io.output.OpexObjectLocationsWriter
Returns the tip text for this property.
prettyPrintingTipText() - Method in class adams.data.io.output.ViaAnnotationsReportWriter
Returns the tip text for this property.
prettyPrintingTipText() - Method in class adams.flow.sink.JsonFileWriter
Returns the tip text for this property.
prettyPrintingTipText() - Method in class adams.flow.sink.XMLFileWriter
Returns the tip text for this property.
prettyPrintingTipText() - Method in class adams.gui.tools.previewbrowser.notes.JsonNotesWriter
Returns the tip text for this property.
prettyPrintingTipText() - Method in class adams.scripting.processor.JsonProcessor
Returns the tip text for this property.
PrettyPrintJSON - Class in adams.gui.menu
Dialog for pretty printing JSON.
PrettyPrintJSON() - Constructor for class adams.gui.menu.PrettyPrintJSON
Initializes the menu item with no owner.
PrettyPrintJSON(AbstractApplicationFrame) - Constructor for class adams.gui.menu.PrettyPrintJSON
Initializes the menu item.
PrettyPrintJSONConversionPanel - Class in adams.gui.tools
Pretty prints JSON.
PrettyPrintJSONConversionPanel() - Constructor for class adams.gui.tools.PrettyPrintJSONConversionPanel
 
PrettyPrintXML - Class in adams.data.conversion
Turns the XML string into a pretty-printed XML string.

See also:
adams.data.conversion.XMLToDOM
adams.data.conversion.DOMToString

PrettyPrintXML - Class in adams.gui.menu
Dialog for pretty printing XML.
PrettyPrintXML() - Constructor for class adams.data.conversion.PrettyPrintXML
 
PrettyPrintXML() - Constructor for class adams.gui.menu.PrettyPrintXML
Initializes the menu item with no owner.
PrettyPrintXML(AbstractApplicationFrame) - Constructor for class adams.gui.menu.PrettyPrintXML
Initializes the menu item.
PrettyPrintXMLConversionPanel - Class in adams.gui.tools
Pretty prints XML.
PrettyPrintXMLConversionPanel() - Constructor for class adams.gui.tools.PrettyPrintXMLConversionPanel
 
preUpdateMenu() - Method in class adams.gui.core.AbstractRecentItemsHandler
Hook method which gets executed just before the menu gets updated.
preUpdateMenu() - Method in class adams.gui.core.RecentFilesHandler
Hook method which gets executed just before updating the menu.
preUpdateMenu() - Method in class adams.gui.core.RecentFilesHandlerWithCommandline
Hook method which gets executed just before updating the menu.
preUpdateMenu() - Method in class adams.gui.core.RecentFilesWithEncodingHandler
Hook method which gets executed just before updating the menu.
preUpgrade() - Method in class adams.db.upgrade.AbstractTableUpgrade
A pre-upgrade hook.
preview() - Method in class adams.gui.visualization.image.plugins.Brightness.BrightnessDialog
Performs a preview with the current settings.
preview(SpreadSheet, int[]) - Method in class adams.gui.core.spreadsheetpreview.AbstractSpreadSheetPreview.AbstractSpreadSheetPreviewPanel
Previews the spreadsheet.
PreviewBrowser - Class in adams.gui.menu
Opens the preview browser.
PreviewBrowser() - Constructor for class adams.gui.menu.PreviewBrowser
Initializes the menu item with no owner.
PreviewBrowser(AbstractApplicationFrame) - Constructor for class adams.gui.menu.PreviewBrowser
Initializes the menu item.
PreviewBrowserDialog - Class in adams.gui.dialog
Convenience dialog for the preview browser.
PreviewBrowserDialog() - Constructor for class adams.gui.dialog.PreviewBrowserDialog
Creates a modeless dialog without a title and without a specified Frame owner.
PreviewBrowserDialog(Dialog) - Constructor for class adams.gui.dialog.PreviewBrowserDialog
Creates a modeless dialog without a title with the specified Dialog as its owner.
PreviewBrowserDialog(Dialog, Dialog.ModalityType) - Constructor for class adams.gui.dialog.PreviewBrowserDialog
Creates a dialog with the specified owner Dialog and modality.
PreviewBrowserDialog(Frame) - Constructor for class adams.gui.dialog.PreviewBrowserDialog
Creates a modeless dialog without a title with the specified Frame as its owner.
PreviewBrowserDialog(Frame, boolean) - Constructor for class adams.gui.dialog.PreviewBrowserDialog
Creates a dialog with the specified owner Frame, modality and an empty title.
PreviewBrowserPanel - Class in adams.gui.tools
Allows the browsing of files and previewing the content.
PreviewBrowserPanel() - Constructor for class adams.gui.tools.PreviewBrowserPanel
 
PreviewBrowserPanel.FileComparator - Class in adams.gui.tools
Comparator for File objects.
PreviewBrowserPanel.LocalFilesListCellRenderer - Class in adams.gui.tools
Renderer for the local files, which indicates whether a note is present or not.
PreviewBrowserPanelDefinition - Class in adams.env
Definition for the PreviewBrowserPanel props file.
PreviewBrowserPanelDefinition() - Constructor for class adams.env.PreviewBrowserPanelDefinition
 
PreviewDisplay - Class in adams.gui.tools.previewbrowser
Displays a PreviewPanel and a combobox to switch views.
PreviewDisplay() - Constructor for class adams.gui.tools.previewbrowser.PreviewDisplay
 
previewFont() - Method in class adams.gui.chooser.FontChooserPanelWithPreview
Called from the action handlers to get the font info, build a font, and set it.
previewFont() - Method in class adams.gui.chooser.PdfFontChooserPanel
Called from the action handlers to get the font info, build a font, and set it.
PreviewPanel - Class in adams.gui.tools.previewbrowser
The ancestor for all preview panels.
PreviewPanel(JComponent) - Constructor for class adams.gui.tools.previewbrowser.PreviewPanel
Initializes the panel (with BorderLayout) and uses the given component as content and places it at BorderLayout.CENTER.
PreviewPanel(JComponent, JComponent) - Constructor for class adams.gui.tools.previewbrowser.PreviewPanel
Initializes the panel (with BorderLayout).
PreviewSelectedFile - Class in adams.gui.core.spreadsheettable
Allows preview of the selected file in separate dialog.
PreviewSelectedFile() - Constructor for class adams.gui.core.spreadsheettable.PreviewSelectedFile
 
previewTipText() - Method in class adams.flow.sink.DOMDisplay
Returns the tip text for this property.
previewTipText() - Method in class adams.flow.sink.FilePreview
Returns the tip text for this property.
previewTipText() - Method in class adams.flow.sink.JsonDisplay
Returns the tip text for this property.
previewTipText() - Method in class adams.flow.sink.ObjectPreview
Returns the tip text for this property.
previewTipText() - Method in class adams.flow.sink.SpreadSheetDisplay
Returns the tip text for this property.
previewTipText() - Method in class adams.flow.transformer.SpreadSheetSelectSubset
Returns the tip text for this property.
previousButtonPanel - Variable in class adams.gui.chooser.DatePanel.InternalView
 
previousCommand() - Method in class adams.gui.tools.SSHPanel
Places the previous command in the command text field, if available.
previousCommand() - Method in class adams.gui.tools.TelnetPanel
Places the previous command in the command text field, if available.
PREVIOUSLY_VISIBLE - adams.gui.visualization.segmentation.SegmentationPanel.LayerVisibility
 
previousMonthButton - Variable in class adams.gui.chooser.DatePanel.InternalView
 
previousPage() - Method in class adams.gui.wizard.AbstractWizardPane
Goes to the previous page.
previousPage() - Method in class adams.gui.wizard.WizardPane
Goes to the previous page.
previousPage() - Method in class adams.gui.wizard.WizardPaneWithBranches
Goes to the previous page.
previousYearButton - Variable in class adams.gui.chooser.DatePanel.InternalView
 
preVisit(SpreadSheet, int) - Method in class adams.data.spreadsheet.colstatistic.AbstractColumnStatistic
Performs initialization before the cells are being visited.
preVisit(SpreadSheet, int) - Method in class adams.data.spreadsheet.colstatistic.AbstractDoubleArrayColumnStatistic
Performs initialization before the cells are being visited.
preVisit(SpreadSheet, int) - Method in class adams.data.spreadsheet.colstatistic.Distinct
Performs initialization before the cells are being visited.
preVisit(SpreadSheet, int) - Method in class adams.data.spreadsheet.colstatistic.LabelCounts
Performs initialization before the cells are being visited.
preVisit(SpreadSheet, int) - Method in class adams.data.spreadsheet.colstatistic.Missing
Performs initialization before the cells are being visited.
preVisit(SpreadSheet, int) - Method in class adams.data.spreadsheet.colstatistic.MultiColumnStatistic
Performs initialization before the cells are being visited.
preVisit(SpreadSheet, int) - Method in class adams.data.spreadsheet.colstatistic.Unique
Performs initialization before the cells are being visited.
preVisit(SpreadSheet, int) - Method in class adams.data.spreadsheet.rowstatistic.AbstractDoubleArrayRowStatistic
Performs initialization before the cells are being visited.
preVisit(SpreadSheet, int) - Method in class adams.data.spreadsheet.rowstatistic.AbstractRowStatistic
Performs initialization before the cells are being visited.
preVisit(SpreadSheet, int) - Method in class adams.data.spreadsheet.rowstatistic.Distinct
Performs initialization before the cells are being visited.
preVisit(SpreadSheet, int) - Method in class adams.data.spreadsheet.rowstatistic.LabelCounts
Performs initialization before the cells are being visited.
preVisit(SpreadSheet, int) - Method in class adams.data.spreadsheet.rowstatistic.Missing
Performs initialization before the cells are being visited.
preVisit(SpreadSheet, int) - Method in class adams.data.spreadsheet.rowstatistic.MultiRowStatistic
Performs initialization before the cells are being visited.
preVisit(SpreadSheet, int) - Method in class adams.data.spreadsheet.rowstatistic.Unique
Performs initialization before the cells are being visited.
preWriteFile(String) - Method in class adams.data.io.output.AbstractSpreadSheetWriter
Hook method before writing to a file.
preWriteFile(String) - Method in class adams.data.io.output.CsvSpreadSheetWriter
Hook method before writing to a file.
preWriteFile(String) - Method in class adams.data.io.output.ExcelSpreadSheetWriter
Hook method before writing to a file.
PRICE - adams.core.TechnicalInformation.Field
The price of the document.
PRIMARY_KEYS - adams.db.MetaDataType
 
primeForecaster(Instances) - Method in class weka.classifiers.timeseries.BaselineAdjustedForecaster
Supply the (potentially) trained model with enough historical data, up to and including the current time point, in order to produce a forecast.
PrimitiveArrayToByteArray - Class in adams.data.conversion
Turns a primitive array into a byte array (IEE754).
PrimitiveArrayToByteArray() - Constructor for class adams.data.conversion.PrimitiveArrayToByteArray
 
PrimitiveArrayToObjectArray - Class in adams.data.conversion
Converts a primitive array to its object counterpart.
PrimitiveArrayToObjectArray - Class in adams.flow.transformer
Turns a primitive array into an object one.
PrimitiveArrayToObjectArray() - Constructor for class adams.data.conversion.PrimitiveArrayToObjectArray
 
PrimitiveArrayToObjectArray() - Constructor for class adams.flow.transformer.PrimitiveArrayToObjectArray
 
PrincipalComponentsJ - Class in weka.filters.unsupervised.attribute
* Performs a principal components analysis and transformation of the data.
* Dimensionality reduction is accomplished by choosing enough eigenvectors to account for some percentage of the variance in the original data -- default 0.95 (95%).
* Based on code of the attribute selection scheme 'PrincipalComponents' by Mark Hall and Gabi Schmidberger.
PrincipalComponentsJ() - Constructor for class weka.filters.unsupervised.attribute.PrincipalComponentsJ
 
PrincipalComponentsTab - Class in adams.gui.tools.wekainvestigator.tab
Visualizes the PCA loadings and PCA space calculated from the selected dataset.
PrincipalComponentsTab() - Constructor for class adams.gui.tools.wekainvestigator.tab.PrincipalComponentsTab
 
print(boolean) - Method in class adams.core.io.Tee
prints the given boolean to the streams.
print(boolean) - Method in class adams.gui.visualization.pdf.PDFPanel
Prints the PDF.
print(double[]) - Method in class adams.opt.genetic.PackDataGeneticAlgorithm
Outputs the bits with the logger - logging needs to be enabled.
print(double[]) - Method in class adams.opt.optimise.genetic.PackDataGeneticAlgorithm
 
print(int) - Method in class adams.core.io.Tee
prints the given int to the streams.
print(File) - Static method in class adams.core.io.PDFBox
Prints the PDF document.
print(Object) - Method in class adams.core.io.Tee
prints the given object to the streams.
print(String) - Static method in class adams.core.io.PDFBox
Prints the PDF document.
print(String) - Method in class adams.core.io.Tee
prints the given string to the streams.
print(PDDocument) - Static method in class adams.core.io.PDFBox
Prints the PDF document.
Print - Class in adams.gui.flow.notificationareaaction
Lets the user print the content.
Print() - Constructor for class adams.gui.flow.notificationareaaction.Print
Instantiates the action.
printAll(Graphics) - Method in class adams.gui.visualization.core.PaintablePanel
Invoke this method to print the component.
printAllModels() - Method in class weka.classifiers.trees.m5.RuleNode2
Print all the linear models at the learf (debugging purposes)
printBits(int[]) - Method in class adams.opt.genetic.PackDataGeneticAlgorithm
Outputs the bits with the logger - logging needs to be enabled.
printBits(int[]) - Method in class adams.opt.optimise.genetic.PackDataGeneticAlgorithm
 
printComponent(Graphics) - Method in class adams.gui.visualization.core.plot.ContentPanel
prints the panel and notifies all listeners.
Printer - Class in adams.gui.sendto
Action for sending text to the printer.
Printer() - Constructor for class adams.gui.sendto.Printer
 
printErrorMessage(String) - Method in class adams.gui.core.BasePanel
Outputs the error message in the console window and the console.
printException(String, Exception) - Method in class adams.gui.core.BasePanel
Outputs the exception in the console window and the console.
printFile() - Method in class adams.gui.visualization.pdf.PDFViewerPanel
Prints the current active tab.
PrintFile - Class in adams.gui.tools.previewbrowser.localfiles
Prints a file with the associated application.
PrintFile() - Constructor for class adams.gui.tools.previewbrowser.localfiles.PrintFile
Initializes the action.
printLeafModels() - Method in class weka.classifiers.trees.m5.RuleNode2
print all leaf models
println() - Method in class adams.core.io.Tee
prints a new line to the streams.
println(boolean) - Method in class adams.core.io.Tee
prints the given boolean to the streams.
println(int) - Method in class adams.core.io.Tee
prints the given int to the streams.
println(Class, String) - Method in class adams.core.SimpleTimer
Expands the placeholders in the template and outputs the generated string on stdout.
println(Object) - Method in class adams.core.io.Tee
prints the given object to the streams (for Throwables we print the stack trace).
println(Object) - Method in class adams.doc.javadoc.Javadoc
prints the given object to System.err.
println(Object, String) - Method in class adams.core.SimpleTimer
Expands the placeholders in the template and outputs the generated string on stdout.
println(String) - Method in class adams.core.io.Tee
prints the given string to the streams.
println(String) - Method in class adams.core.SimpleTimer
Expands the placeholders in the template and outputs the generated string on stdout.
Println - Class in adams.parser.plugin
Example function that simply outputs the parameters on the command-line.
Println() - Constructor for class adams.parser.plugin.Println
 
printlnErr(String) - Method in class adams.core.io.console.Basic
Outputs the error message.
printlnErr(String) - Method in interface adams.core.io.console.Console
Outputs the error message.
printlnErr(String) - Static method in class adams.core.io.ConsoleHelper
Outputs the error message.
printlnOut(String) - Method in class adams.core.io.console.Basic
Outputs the message.
printlnOut(String) - Method in interface adams.core.io.console.Console
Outputs the message.
printlnOut(String) - Static method in class adams.core.io.ConsoleHelper
Outputs the message.
PrintMouseListener - Class in adams.gui.print
The listener to wait for Ctrl-Shft-Left Mouse Click.
PrintMouseListener(JComponent) - Constructor for class adams.gui.print.PrintMouseListener
Initializes the listener.
PrintMouseListener(JComponent, JComponent) - Constructor for class adams.gui.print.PrintMouseListener
Initializes the listener.
printNodeLinearModel() - Method in class weka.classifiers.trees.m5.RuleNode2
print the linear model at this node
PrintReport - Class in adams.gui.visualization.report.reportfactory
Prints the report.
PrintReport() - Constructor for class adams.gui.visualization.report.reportfactory.PrintReport
Default constructor.
printText() - Method in class adams.gui.core.AbstractTextAreaPanelWithAdvancedSyntaxHighlighting
Pops up a print dialog.
printText() - Method in class adams.gui.core.BaseTextArea
Pops up a print dialog.
printText() - Method in class adams.gui.core.BaseTextPane
Pops up a print dialog.
printText() - Method in class adams.gui.core.StyledTextEditorPanel
Pops up a print dialog.
printText() - Method in class adams.gui.core.TextEditorPanel
Pops up a print dialog.
printText() - Method in class adams.gui.dialog.TextPanel
Pops up a print dialog.
printText() - Method in class adams.gui.flow.FlowPanelNotificationArea
Pops up a print dialog.
printWithDialog(File) - Static method in class adams.core.io.PDFBox
Prints the PDF document, bringing up a dialog.
printWithDialog(PDDocument) - Static method in class adams.core.io.PDFBox
Prints the PDF document, bringing up a dialog.
privateKeyFileTipText() - Method in class adams.flow.standalone.SSHConnection
Returns the tip text for this property.
privateKeyFileTipText() - Method in class adams.gui.chooser.SftpRemoteDirectorySetup
Returns the tip text for this property.
privateKeyFileTipText() - Method in class adams.scripting.connection.AbstractSSHConnection
Returns the tip text for this property.
privateKeyPassphraseTipText() - Method in class adams.flow.standalone.SSHConnection
Returns the tip text for this property.
privateKeyPassphraseTipText() - Method in class adams.gui.chooser.SftpRemoteDirectorySetup
Returns the tip text for this property.
privateKeyPassphraseTipText() - Method in class adams.scripting.connection.AbstractSSHConnection
Returns the tip text for this property.
PRM - Class in adams.data.instancesanalysis.pls
PRM() - Constructor for class adams.data.instancesanalysis.pls.PRM
 
probabilityColumnTipText() - Method in class adams.flow.transformer.ConfusionMatrix
Returns the tip text for this property.
probabilityColumnTipText() - Method in class adams.flow.transformer.SummaryStatistics
Returns the tip text for this property.
ProbabilityPlot - Class in adams.gui.visualization.stats.probabilityplot
Probability plot visualization.
ProbabilityPlot() - Constructor for class adams.gui.visualization.stats.probabilityplot.ProbabilityPlot
 
ProbabilityPlotDisplay - Class in adams.flow.sink
Actor for displaying a probability plot

Valid options are:

ProbabilityPlotDisplay() - Constructor for class adams.flow.sink.ProbabilityPlotDisplay
 
ProbabilityPlotPanel - Class in adams.gui.visualization.stats.probabilityplot
Panel for displaying the probability plot data.
ProbabilityPlotPanel() - Constructor for class adams.gui.visualization.stats.probabilityplot.ProbabilityPlotPanel
 
PROCEDURAL_SINK - Static variable in class adams.flow.core.ActorUtils
procedural type: sink.
PROCEDURAL_SOURCE - Static variable in class adams.flow.core.ActorUtils
procedural type: source.
PROCEDURAL_STANDALONE - Static variable in class adams.flow.core.ActorUtils
procedural type: standalone.
PROCEDURAL_TRANSFORMER - Static variable in class adams.flow.core.ActorUtils
procedural type: transformer.
PROCEDURE - Static variable in interface adams.parser.booleanexpression.sym
 
PROCEDURE - Static variable in interface adams.parser.mathematicalexpression.sym
 
PROCEDURE - Static variable in interface adams.parser.spreadsheetformula.sym
 
PROCEDURE - Static variable in interface adams.parser.stringexpression.sym
 
PROCEDURE_COLUMNS - adams.db.MetaDataType
 
PROCEDURES - adams.db.MetaDataType
 
ProceedAction<C extends AbstractWizardPage,​N extends AbstractWizardPage> - Interface in adams.gui.wizard
Interface for action classes that get called when a user proceeds to the next page.
PROCEEDINGS - adams.core.TechnicalInformation.Type
The proceedings of a conference.
process() - Method in class adams.core.management.AbstractOutputPrinter
Reads and outputs (if possible) a line from the reader.
process() - Method in class adams.data.baseline.AbstractBaselineCorrection.BaselineCorrectionJob
Does the actual execution of the job.
process() - Method in class adams.data.filter.AbstractFilter.FilterJob
Does the actual execution of the job.
process() - Method in class adams.data.noise.AbstractDenoiser.DenoiserJob
Does the actual execution of the job.
process() - Method in class adams.data.outlier.AbstractOutlierDetector.DetectorJob
Does the actual execution of the job.
process() - Method in class adams.data.smoothing.AbstractSmoother.SmootherJob
Does the actual execution of the job.
process() - Method in class adams.flow.control.ArrayProcess.ArrayElementJob
Does the actual execution of the job.
process() - Method in class adams.flow.sink.WekaClassifierErrors.DataGenerator
Processes the data if necessary.
process() - Method in class adams.flow.transformer.SpreadSheetFilter.FilterJob
Does the actual execution of the job.
process() - Method in class adams.flow.transformer.WekaClassifierRanker.RankingJob
Does the actual execution of the job.
process() - Method in class adams.flow.transformer.WekaFilter.BatchFilterJob
Does the actual execution of the job.
process() - Method in class adams.flow.transformer.WekaTestSetEvaluator.EvaluateJob
Does the actual execution of the job.
process() - Method in class adams.flow.transformer.WekaTrainAssociator.TrainJob
Does the actual execution of the job.
process() - Method in class adams.flow.transformer.WekaTrainClassifier.BatchTrainJob
Does the actual execution of the job.
process() - Method in class adams.flow.transformer.WekaTrainClusterer.BatchTrainJob
Does the actual execution of the job.
process() - Method in class adams.flow.transformer.WekaTrainTestSetEvaluator.EvaluateJob
Does the actual execution of the job.
process() - Method in class adams.gui.tools.spreadsheetviewer.AbstractSelectedSheetsDataPlugin
Processes all the selected panels.
process() - Method in class adams.gui.tools.spreadsheetviewer.AbstractSelectedSheetsViewPlugin
Processes all the selected panels.
process() - Method in class adams.gui.tools.spreadsheetviewer.Append
Processes all the selected panels.
process() - Method in class adams.gui.tools.spreadsheetviewer.Merge
Processes all the selected panels.
process() - Method in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment.AbstractExperimentJob
Does the actual execution of the job.
process() - Method in class adams.gui.visualization.image.plugins.AbstractImageViewerPluginWithGOE
Processes the image.
process() - Method in class adams.gui.visualization.image.plugins.AbstractSelectedImagesViewerPlugin
Processes all the selected panels.
process() - Method in class adams.gui.visualization.image.plugins.Barcode
Processes the image.
process() - Method in class adams.gui.visualization.image.plugins.BoofCVDetectLines
Processes the image.
process() - Method in class adams.gui.visualization.image.plugins.BoofCVDetectLineSegments
Processes the image.
process() - Method in class adams.gui.visualization.image.plugins.ImageFileMetaData
Processes the image.
process() - Method in class adams.multiprocess.AbstractJob
Does the actual execution of the job.
process() - Method in class adams.multiprocess.WekaCrossValidationJob
Does the actual execution of the job.
process() - Method in class adams.opt.genetic.AbstractGeneticAlgorithm.GeneticAlgorithmJob
Does the actual execution of the job.
process() - Method in class adams.opt.optimise.GeneticAlgorithm.GAJob
Does the actual execution of the job.
process(AbstractOption, Object, OptionTraversalPath) - Method in class adams.flow.processor.AbstractListingProcessor
Processes the object.
process(BufferedImageContainer) - Method in class adams.data.image.transformer.subimages.AbstractSubImagesGenerator
Generates subimages from the provided image.
process(CellLocation) - Method in class adams.data.spreadsheet.cellfinder.AbstractMetaIterator
Processes the cell location.
process(CellLocation) - Method in class adams.data.spreadsheet.cellfinder.CorrespondingColumn.CorrespondingColumnIterator
Processes the cell location.
process(SpreadSheet) - Method in class adams.gui.tools.spreadsheetviewer.AbstractDataPlugin
Processes the spreadsheet.
process(SpreadSheet[], MessageCollection) - Method in class adams.flow.transformer.multispreadsheetoperation.AbstractMultiSpreadSheetOperation
Processes the containers.
process(SpreadSheet, MessageCollection) - Method in class adams.gui.tools.spreadsheetprocessor.processors.AbstractProcessor
Processes the data.
process(SpreadSheet, MessageCollection) - Method in class adams.gui.tools.spreadsheetprocessor.targets.AbstractTarget
Processes the data.
process(ImageSegmentationContainer[]) - Method in class adams.data.imagesegmentation.operation.AbstractImageSegmentationContainerOperation
Processes the containers.
process(SequencePlotterContainer) - Method in class adams.flow.control.plotprocessor.AbstractPlotProcessor
Process the given container.
process(Actor) - Method in class adams.core.option.CompactFlowProducer
Processes the actor.
process(Actor) - Method in class adams.flow.processor.AbstractActorProcessor
Processes the actor.
process(Actor) - Method in class adams.flow.processor.AbstractModifyingProcessor
Processes the actor.
process(Actor) - Method in interface adams.flow.processor.ActorProcessor
Processes the actor.
process(PDFGenerator, File) - Method in class adams.flow.transformer.pdfproclet.AbstractPdfProclet
Processes the given file.
process(PDFGenerator, File) - Method in interface adams.flow.transformer.pdfproclet.PdfProclet
Processes the given file.
process(PDFGenerator, Object) - Method in class adams.flow.transformer.pdfproclet.AbstractPdfProclet
Processes the given object.
process(PDFGenerator, Object) - Method in interface adams.flow.transformer.pdfproclet.PdfProclet
Processes the given object.
process(DotNotationNode, String) - Method in class adams.gui.core.dotnotationtree.AbstractInfoNodeGenerator
Processes the leaf, potentially adding one or more info nodes.
process(DotNotationNode, String) - Method in class adams.gui.goe.classtree.GlobalInfoNodeGenerator
Processes the ClassNode leaf, potentially adding one or more info nodes.
process(ScriptingCommand) - Method in class adams.gui.scripting.AbstractCommandProcessor
processes the given command.
process(AbstractDataPlugin) - Method in class adams.gui.tools.SpreadSheetViewerPanel
Processes the current spreadsheet with the specified plugin.
process(ImagePanel) - Method in class adams.gui.visualization.image.plugins.AbstractSelectedImagesFeatureGenerator
Processes the specified panel.
process(ImagePanel) - Method in class adams.gui.visualization.image.plugins.AbstractSelectedImagesFilter
Processes the panel.
process(ImagePanel) - Method in class adams.gui.visualization.image.plugins.AbstractSelectedImagesViewerPlugin
Processes the specified panel.
process(ImagePanel) - Method in class adams.gui.visualization.image.plugins.LocateObjects
Processes the specified panel.
process(ObjectAnnotationPanel, MouseEvent) - Method in class adams.gui.visualization.object.mouseclick.AbstractMouseClickProcessor
Processes the mouse event.
process(ObjectAnnotationPanel, MouseEvent) - Method in class adams.gui.visualization.object.mouseclick.MultiProcessor
Processes the mouse event.
process(I, MessageCollection) - Method in class adams.flow.transformer.exiftagoperation.AbstractExifTagOperation
Processes the incoming data.
process(I, MessageCollection) - Method in interface adams.flow.transformer.exiftagoperation.ExifTagOperation
Processes the incoming data.
process(BufferedImage) - Method in class adams.flow.transformer.imagepreparation.AbstractImagePreparation
Processes the image.
process(Object[], File) - Method in class adams.flow.transformer.pdfgenerate.AbstractPDFGenerator
Processes the objects to generate the PDF.
process(String) - Method in class adams.flow.transformer.SpreadSheetReplaceCellValue
Processes the string.
process(String) - Method in interface adams.gui.core.BaseStatusBar.StatusProcessor
Processes the status string.
process(String) - Method in class adams.gui.scripting.AbstractScriptlet
Processes the options.
process(String, boolean) - Method in class adams.gui.scripting.AbstractFilterScriptlet
Processes the options.
process(String, boolean) - Method in class adams.gui.scripting.AbstractFlowScriptlet
Processes the options.
process(String, boolean) - Method in class adams.gui.scripting.AbstractVisibilityScriplet
Processes the options.
process(String, int) - Method in class adams.flow.transformer.AbstractStringOperation
Processes the string.
process(String, int) - Method in class adams.flow.transformer.ExpandStorage
Processes the string.
process(String, int) - Method in class adams.flow.transformer.ExpandVariables
Processes the string.
process(String, int) - Method in class adams.flow.transformer.SimpleStringReplace
Processes the string.
process(String, int) - Method in class adams.flow.transformer.StringCut
Processes the string.
process(String, int) - Method in class adams.flow.transformer.StringIndent
Processes the string.
process(String, int) - Method in class adams.flow.transformer.StringInsert
Processes the string.
process(String, int) - Method in class adams.flow.transformer.StringMatcher
Processes the string.
process(String, int) - Method in class adams.flow.transformer.StringRangeCut
Processes the string.
process(String, int) - Method in class adams.flow.transformer.StringReplace
Processes the string.
process(String, int) - Method in class adams.flow.transformer.StringSanitizer
Processes the string.
process(String, int) - Method in class adams.flow.transformer.StringTrim
Processes the string.
process(String, String) - Method in class adams.data.conversion.AbstractValidateString
Performs the actual validation.
process(String, String) - Method in class adams.data.conversion.StringToValidFileName
Performs the actual validation.
process(String, String) - Method in class adams.data.conversion.StringToValidStorageName
Performs the actual validation.
process(String, String) - Method in class adams.data.conversion.StringToValidVariableName
Performs the actual validation.
process(Map[], MessageCollection) - Method in class adams.flow.transformer.multimapoperation.AbstractMultiMapOperation
Processes the containers.
process(Set<? extends TypeElement>, RoundEnvironment) - Method in class adams.core.annotation.AbstractCopyrightProcessor
Processes a set of annotation types on type elements originating from the prior round and returns whether or not these annotations are claimed by this processor.
process(T[]) - Method in class adams.data.image.AbstractMultiImageOperation
Processes the images.
process(Matrix[]) - Method in class adams.data.matlab.multimatrixoperation.AbstractMultiMatrixOperation
Processes the matrices.
process(Classifier[]) - Method in class adams.flow.transformer.wekaclassifiersetupprocessor.AbstractClassifierSetupProcessor
Processes the classifier array.
process(Instance) - Method in class weka.filters.unsupervised.attribute.AndrewsCurves
processes the given instance (may change the provided instance) and returns the modified version.
process(Instance) - Method in class weka.filters.unsupervised.attribute.AnyToString
processes the given instance (may change the provided instance) and returns the modified version.
process(Instance) - Method in class weka.filters.unsupervised.attribute.DownSample
processes the given instance (may change the provided instance) and returns the modified version.
process(Instance) - Method in class weka.filters.unsupervised.attribute.FFT
processes the given instance (may change the provided instance) and returns the modified version.
process(Instance) - Method in class weka.filters.unsupervised.attribute.LogTransform
processes the given instance (may change the provided instance) and returns the modified version.
process(Instance) - Method in class weka.filters.unsupervised.attribute.NominalToNumeric
processes the given instance (may change the provided instance) and returns the modified version.
process(Instance) - Method in class weka.filters.unsupervised.attribute.OuterProductAnalysis
processes the given instance (may change the provided instance) and returns the modified version.
process(Instance) - Method in class weka.filters.unsupervised.attribute.PAA
processes the given instance (may change the provided instance) and returns the modified version.
process(Instance) - Method in class weka.filters.unsupervised.attribute.RowSum
processes the given instance (may change the provided instance) and returns the modified version.
process(Instance) - Method in class weka.filters.unsupervised.attribute.SavitzkyGolay
processes the given instance (may change the provided instance) and returns the modified version.
process(Instance) - Method in class weka.filters.unsupervised.attribute.SavitzkyGolay2
processes the given instance (may change the provided instance) and returns the modified version.
process(Instance) - Method in class weka.filters.unsupervised.attribute.SAX
processes the given instance (may change the provided instance) and returns the modified version.
process(Instance) - Method in class weka.filters.unsupervised.attribute.SetMissingValue
processes the given instance (may change the provided instance) and returns the modified version.
process(Instance) - Method in class weka.filters.unsupervised.attribute.SpellChecker
processes the given instance (may change the provided instance) and returns the modified version.
process(Instance) - Method in class weka.filters.unsupervised.attribute.StringToDate
processes the given instance (may change the provided instance) and returns the modified version.
process(Instance) - Method in class weka.filters.unsupervised.instance.RowNorm
processes the given instance (may change the provided instance) and returns the modified version.
process(Instance) - Method in class weka.filters.unsupervised.instance.Scale
processes the given instance (may change the provided instance) and returns the modified version.
process(Instances) - Method in class weka.filters.FilteredFilter
Processes the given data (may change the provided dataset) and returns the modified version.
process(Instances) - Method in class weka.filters.FlowFilter
Processes the given data (may change the provided dataset) and returns the modified version.
process(Instances) - Method in class weka.filters.SerializedFilter
Processes the given data (may change the provided dataset) and returns the modified version.
process(Instances) - Method in class weka.filters.supervised.attribute.MultiPLS
Processes the given data (may change the provided dataset) and returns the modified version.
process(Instances) - Method in class weka.filters.supervised.attribute.PLS
Processes the given data (may change the provided dataset) and returns the modified version.
process(Instances) - Method in class weka.filters.supervised.attribute.PLSFilterExtended
Override in order to have the destandardized predictions for multiple y added.
process(Instances) - Method in class weka.filters.supervised.attribute.YGradientEPO
Processes the given data (may change the provided dataset) and returns the modified version.
process(Instances) - Method in class weka.filters.supervised.attribute.YGradientGLSW
Processes the given data (may change the provided dataset) and returns the modified version.
process(Instances) - Method in class weka.filters.supervised.instance.RemoveOutliers
Processes the given data (may change the provided dataset) and returns the modified version.
process(Instances) - Method in class weka.filters.unsupervised.attribute.AbstractColumnFinderApplier
Processes the given data (may change the provided dataset) and returns the modified version.
process(Instances) - Method in class weka.filters.unsupervised.attribute.AttributeSummaryTransferFilter
Processes the given data (may change the provided dataset) and returns the modified version.
process(Instances) - Method in class weka.filters.unsupervised.attribute.CorrelationMatrix
Processes the given data (may change the provided dataset) and returns the modified version.
process(Instances) - Method in class weka.filters.unsupervised.attribute.Detrend
Processes the given data (may change the provided dataset) and returns the modified version.
process(Instances) - Method in class weka.filters.unsupervised.attribute.EquiDistance
Processes the given data (may change the provided dataset) and returns the modified version.
process(Instances) - Method in class weka.filters.unsupervised.attribute.FastWavelet
Processes the given data (may change the provided dataset) and returns the modified version.
process(Instances) - Method in class weka.filters.unsupervised.attribute.InputSmearing
Processes the given data (may change the provided dataset) and returns the modified version.
process(Instances) - Method in class weka.filters.unsupervised.attribute.JoinAttributes
Processes the given data (may change the provided dataset) and returns the modified version.
process(Instances) - Method in class weka.filters.unsupervised.attribute.MergeManyAttributes
Processes the given data (may change the provided dataset) and returns the modified version.
process(Instances) - Method in class weka.filters.unsupervised.attribute.MergeTwoAttributes
Processes the given data (may change the provided dataset) and returns the modified version.
process(Instances) - Method in class weka.filters.unsupervised.attribute.MetaPartitionedMultiFilter
Processes the given data (may change the provided dataset) and returns the modified version.
process(Instances) - Method in class weka.filters.unsupervised.attribute.MultiplicativeScatterCorrection
Processes the given data (may change the provided dataset) and returns the modified version.
process(Instances) - Method in class weka.filters.unsupervised.attribute.PartitionedMultiFilter2
Processes the given data (may change the provided dataset) and returns the modified version.
process(Instances) - Method in class weka.filters.unsupervised.attribute.SimpleDetrend
Processes the given data (may change the provided dataset) and returns the modified version.
process(Instances) - Method in class weka.filters.unsupervised.instance.AbstractRowFinderApplier
Processes the given data (may change the provided dataset) and returns the modified version.
process(Instances) - Method in class weka.filters.unsupervised.instance.AccumulatedLWLWeights
Processes the given data (may change the provided dataset) and returns the modified version.
process(Instances) - Method in class weka.filters.unsupervised.instance.AlignDataset
Processes the given data (may change the provided dataset) and returns the modified version.
process(Instances) - Method in class weka.filters.unsupervised.instance.KeepRange
Processes the given data (may change the provided dataset) and returns the modified version.
process(Instances) - Method in class weka.filters.unsupervised.instance.KennardStone
Processes the given data (may change the provided dataset) and returns the modified version.
process(Instances) - Method in class weka.filters.unsupervised.instance.LatestRecords
Processes the given data (may change the provided dataset) and returns the modified version.
process(Instances) - Method in class weka.filters.unsupervised.instance.MultiRowProcessor
Processes the given data (may change the provided dataset) and returns the modified version.
process(Instances) - Method in class weka.filters.unsupervised.instance.RemoveDuplicateIDs
Processes the given data (may change the provided dataset) and returns the modified version.
process(Instances) - Method in class weka.filters.unsupervised.instance.RemoveDuplicates
Processes the given data (may change the provided dataset) and returns the modified version.
process(Instances) - Method in class weka.filters.unsupervised.instance.RemoveInstancesWithMissingValue
Processes the given data (may change the provided dataset) and returns the modified version.
process(Instances) - Method in class weka.filters.unsupervised.instance.RemoveTestInstances
Processes the given data (may change the provided dataset) and returns the modified version.
process(Instances) - Method in class weka.filters.unsupervised.instance.RemoveWithLabels
Processes the given data (may change the provided dataset) and returns the modified version.
process(Instances) - Method in class weka.filters.unsupervised.instance.RemoveWithWeights
Processes the given data (may change the provided dataset) and returns the modified version.
process(Instances) - Method in class weka.filters.unsupervised.instance.RemoveWithZeroes
Processes the given data (may change the provided dataset) and returns the modified version.
process(Instances) - Method in class weka.filters.unsupervised.instance.SafeRemoveRange
Processes the given data (may change the provided dataset) and returns the modified version.
process(Instances) - Method in class weka.filters.unsupervised.instance.Sort
Processes the given data (may change the provided dataset) and returns the modified version.
process(Instances) - Method in class weka.filters.unsupervised.instance.SortOnAttribute
Processes the given data (may change the provided dataset) and returns the modified version.
process(Instances) - Method in class weka.filters.unsupervised.instance.WeightsBasedResample
Processes the given data (may change the provided dataset) and returns the modified version.
process(Instances, Instance) - Method in class weka.filters.unsupervised.attribute.EquiDistance
processes the given instance (may change the provided instance) and returns the modified version.
PROCESS_DATA - adams.gui.event.SpreadSheetProcessorEvent.EventType
data to be processed.
PROCESS_INFORMATION - Static variable in class adams.data.Notes
the process prefix.
processAction(String) - Method in class adams.gui.visualization.container.DataContainerPanelWithContainerList
Hook method for processing the name of the scripting action.
processActor(Actor) - Method in class adams.flow.processor.AbstractActorListingProcessor
Performs the actual processing.
processActor(Actor) - Method in class adams.flow.processor.AbstractActorProcessor
Performs the actual processing.
processActor(Actor) - Method in class adams.flow.processor.AbstractListingProcessor
Performs the actual processing.
processActor(Actor) - Method in class adams.flow.processor.AbstractModifyingInteractiveProcessor
Performs the actual processing.
processActor(Actor) - Method in class adams.flow.processor.AbstractNameUpdater
Performs the actual processing.
processActor(Actor) - Method in class adams.flow.processor.ActorStatistics
Performs the actual processing.
processActor(Actor) - Method in class adams.flow.processor.ChangeDatabaseConditionLimit
Performs the actual processing.
processActor(Actor) - Method in class adams.flow.processor.ChangeDatabaseConnection
Performs the actual processing.
processActor(Actor) - Method in class adams.flow.processor.ChangeDisplayType
Performs the actual processing.
processActor(Actor) - Method in class adams.flow.processor.ChangeNumThreads
Performs the actual processing.
processActor(Actor) - Method in class adams.flow.processor.ChangePath
Performs the actual processing.
processActor(Actor) - Method in class adams.flow.processor.CheckActorReferenceUsage
Performs the actual processing.
processActor(Actor) - Method in class adams.flow.processor.CheckPlaceholders
Performs the actual processing.
processActor(Actor) - Method in class adams.flow.processor.CheckStorageUsage
Performs the actual processing.
processActor(Actor) - Method in class adams.flow.processor.CheckVariableUsage
Performs the actual processing.
processActor(Actor) - Method in class adams.flow.processor.FlattenStructure
Performs the actual processing.
processActor(Actor) - Method in class adams.flow.processor.ForwardSlashSwitch
Performs the actual processing.
processActor(Actor) - Method in class adams.flow.processor.ListAllStorageNames
Performs the actual processing.
processActor(Actor) - Method in class adams.flow.processor.ListAllVariables
Performs the actual processing.
processActor(Actor) - Method in class adams.flow.processor.ManageInteractiveActors
Performs the actual processing.
processActor(Actor) - Method in class adams.flow.processor.ManageTimedActors
Performs the actual processing.
processActor(Actor) - Method in class adams.flow.processor.MultiProcessor
Performs the actual processing.
processActor(Actor) - Method in class adams.flow.processor.ReactivateActors
Performs the actual processing.
processActor(Actor) - Method in class adams.flow.processor.RemoveAutogeneratedActors
Performs the actual processing.
processActor(Actor) - Method in class adams.flow.processor.RemoveBreakpoints
Performs the actual processing.
processActor(Actor) - Method in class adams.flow.processor.RemoveDisabledActors
Performs the actual processing.
processActor(Actor) - Method in class adams.flow.processor.RemoveUnusedReferenceableActors
Performs the actual processing.
processActor(Actor) - Method in class adams.flow.processor.SwapObjects
Performs the actual processing.
processActor(TreePath, ActorProcessor) - Method in class adams.gui.flow.tree.TreeOperations
Processes the specified actor with the specified actor processor.
processActor(TreePath, ActorProcessor, Runnable) - Method in class adams.gui.flow.tree.TreeOperations
Processes the specified actor with the specified actor processor.
ProcessActor - Class in adams.flow.transformer
Applies the specified processor to the incoming actor and forwards the result.
For processors implementing adams.flow.processor.ModifyingProcessor the modified actor is forwarded (or, if not modified, the original one), all others just forward the incoming actor.
If the processor should implement adams.flow.processor.ListingProcessor then any generated list gets stored as string array in the outgoing container as well.
Processors implementing adams.flow.processor.GraphicalOutputProducingProcessor can optionall display the graphical output as well (off by default).
ProcessActor() - Constructor for class adams.flow.transformer.ProcessActor
 
ProcessActorContainer - Class in adams.flow.container
Container for output from actor processors.
ProcessActorContainer() - Constructor for class adams.flow.container.ProcessActorContainer
Default constructor.
ProcessActorContainer(Actor) - Constructor for class adams.flow.container.ProcessActorContainer
Initializes the container with the actor.
ProcessActorContainer(Actor, String[]) - Constructor for class adams.flow.container.ProcessActorContainer
Initializes the container with the actor and list.
processActors(ActorProcessor) - Method in class adams.gui.flow.FlowPanel
Processes the actors with the specified actor processor.
processActorsPrompt(ActorProcessor) - Method in class adams.gui.flow.FlowPanel
If a single actor is selected, user gets prompted whether to only process below this actor instead of full flow.
processArgumentOption(AbstractArgumentOption) - Method in class adams.flow.processor.AbstractNameUpdater
Processes the specified argument option.
processArgumentOption(AbstractArgumentOption) - Method in class adams.flow.processor.UpdateStorageName
Processes the specified argument option.
processArgumentOption(AbstractArgumentOption) - Method in class adams.flow.processor.UpdateVariableName
Processes the specified argument option.
processAsync(String) - Method in class adams.core.command.stderr.AbstractStdErrProcessor
Processes the stderr output received when in async mode.
processAsync(String) - Method in class adams.core.command.stderr.CallableActorSink
Processes the stderr output received when in async mode.
processAsync(String) - Method in class adams.core.command.stderr.Enqueue
Processes the stderr output received when in async mode.
processAsync(String) - Method in class adams.core.command.stderr.Log
Processes the stderr output received when in async mode.
processAsync(String) - Method in class adams.core.command.stderr.Null
Processes the stderr output received when in async mode.
processAsync(String) - Method in interface adams.core.command.stderr.StdErrProcessor
Processes the stderr output received when in async mode.
processAsync(String) - Method in class adams.core.command.stdout.AbstractStdOutProcessor
Processes the stdout output received when in async mode.
processAsync(String) - Method in class adams.core.command.stdout.CallableActorSink
Processes the stdout output received when in async mode.
processAsync(String) - Method in class adams.core.command.stdout.Enqueue
Processes the stdout output received when in async mode.
processAsync(String) - Method in class adams.core.command.stdout.Log
Processes the stdout output received when in async mode.
processAsync(String) - Method in class adams.core.command.stdout.Null
Processes the stdout output received when in async mode.
processAsync(String) - Method in interface adams.core.command.stdout.StdOutProcessor
Processes the stdout output received when in async mode.
processBaseObject(AbstractArgumentOption) - Method in class adams.flow.processor.UpdateStorageName
Updates storage names in BaseObject derived values.
processBaseObject(AbstractArgumentOption) - Method in class adams.flow.processor.UpdateVariableName
Updates variables in BaseObject derived values.
processBatchData(T[]) - Method in class adams.data.filter.AbstractBatchFilter
Performs the actual batch filtering.
processBatchData(T[]) - Method in class adams.data.filter.PassThrough
Performs no filtering at all, just uses a copy of the input as filtered data.
processBlocking(String) - Method in class adams.core.command.stderr.AbstractStdErrProcessor
Processes the stderr output received when in blocking mode.
processBlocking(String) - Method in class adams.core.command.stderr.CallableActorSink
Processes the stderr output received when in blocking mode.
processBlocking(String) - Method in class adams.core.command.stderr.Enqueue
Processes the stderr output received when in blocking mode.
processBlocking(String) - Method in class adams.core.command.stderr.Log
Processes the stderr output received when in blocking mode.
processBlocking(String) - Method in class adams.core.command.stderr.Null
Processes the stderr output received when in blocking mode.
processBlocking(String) - Method in interface adams.core.command.stderr.StdErrProcessor
Processes the stderr output received when in blocking mode.
processBlocking(String) - Method in class adams.core.command.stdout.AbstractStdOutProcessor
Processes the stdout output received when in blocking mode.
processBlocking(String) - Method in class adams.core.command.stdout.CallableActorSink
Processes the stdout output received when in blocking mode.
processBlocking(String) - Method in class adams.core.command.stdout.Enqueue
Processes the stdout output received when in blocking mode.
processBlocking(String) - Method in class adams.core.command.stdout.Log
Processes the stdout output received when in blocking mode.
processBlocking(String) - Method in class adams.core.command.stdout.Null
Processes the stdout output received when in blocking mode.
processBlocking(String) - Method in interface adams.core.command.stdout.StdOutProcessor
Processes the stdout output received when in blocking mode.
processCell(SpreadSheetTablePopupMenuItemHelper.TableState) - Method in class adams.gui.core.spreadsheettable.AbstractProcessCell
Processes the specified column.
processCell(SpreadSheetTablePopupMenuItemHelper.TableState) - Method in interface adams.gui.core.spreadsheettable.ProcessCell
Processes the specified cell.
processCell(InstancesTablePopupMenuItemHelper.TableState) - Method in class adams.gui.visualization.instances.instancestable.AbstractProcessCell
Processes the specified column.
processCell(InstancesTablePopupMenuItemHelper.TableState) - Method in interface adams.gui.visualization.instances.instancestable.ProcessCell
Processes the specified cell.
ProcessCell - Interface in adams.gui.core.spreadsheettable
Interface for plugins that process a cell.
ProcessCell - Interface in adams.gui.visualization.instances.instancestable
Interface for plugins that process a cell.
processChangedLines(int, int) - Method in class adams.gui.scripting.SyntaxDocument
Determine how many lines have been changed, then apply highlighting to each line.
processClassOption(String, Object) - Method in class adams.core.option.AbstractJavaCodeProducer
Processes the value of a class option.
processClick(ImagePanel, Point, int, boolean) - Method in class adams.gui.visualization.image.leftclick.AbstractLeftClickProcessor
Process the click that occurred in the image panel.
processColumn(SpreadSheetTablePopupMenuItemHelper.TableState) - Method in class adams.gui.core.spreadsheettable.AbstractProcessColumn
Processes the specified column.
processColumn(SpreadSheetTablePopupMenuItemHelper.TableState) - Method in interface adams.gui.core.spreadsheettable.ProcessColumn
Processes the specified column.
processColumn(InstancesTablePopupMenuItemHelper.TableState) - Method in class adams.gui.visualization.instances.instancestable.AbstractProcessColumn
Processes the specified column.
processColumn(InstancesTablePopupMenuItemHelper.TableState) - Method in interface adams.gui.visualization.instances.instancestable.ProcessColumn
Processes the specified column.
ProcessColumn - Interface in adams.gui.core.spreadsheettable
Interface for plugins that process a column.
ProcessColumn - Interface in adams.gui.visualization.instances.instancestable
Interface for plugins that process a column.
processCommandLine(String[], boolean) - Static method in class adams.core.management.Wine
Adds, if necessary, the wine executable prefix to the commandline.
processCommandLine(String, boolean) - Static method in class adams.core.management.Wine
Adds, if necessary, the wine executable prefix to the commandline.
processContainer(AbstractContainer) - Method in class adams.flow.transformer.AbstractContainerValueExtractor
Processes the container.
processContainer(AbstractContainer) - Method in class adams.flow.transformer.ContainerToStorage
Processes the container.
processContainer(AbstractContainer) - Method in class adams.flow.transformer.ContainerToVariables
Processes the container.
processData(DataContainer) - Method in class adams.data.baseline.PassThrough
Does nothing.
processData(DataContainer) - Method in class adams.data.filter.Groovy
Performs the actual conversion.
processData(DataContainer) - Method in class adams.data.filter.Scripted
Performs the actual filtering.
processData(DataContainer) - Method in class adams.data.noise.PassThrough
Performs the actual denoising - just copies the input data to the output.
processData(DataContainer) - Method in class adams.data.outlier.Excluded
Performs the actual detection.
processData(DataContainer) - Method in class adams.data.outlier.FieldRequired
Performs the actual detection.
processData(DataContainer) - Method in class adams.data.outlier.FilteredOutlierDetector
Performs the actual detection: filters the data and then runs it through the detector.
processData(DataContainer) - Method in class adams.data.outlier.Groovy
Performs the actual detection.
processData(DataContainer) - Method in class adams.data.outlier.MinMax
Performs the actual detection.
processData(DataContainer) - Method in class adams.data.outlier.PassThrough
Performs no detecting at all.
processData(DataContainer) - Method in class adams.data.outlier.Scripted
Performs the actual filtering.
processData(DataContainer) - Method in class adams.data.outlier.StringMatcher
Performs the actual detection.
processData(DataContainer) - Method in class adams.data.outlier.TargetRequired
Performs the actual detection.
processData(DataContainer) - Method in class adams.data.report.AbstractFilteredReportFilter
Performs the actual filtering.
processData(DataContainer) - Method in class adams.data.report.Groovy
Performs the actual conversion.
processData(DataContainer) - Method in class adams.data.report.PassThrough
Does nothing with the report.
processData(DataContainer) - Method in class adams.data.report.RemoveByDataType
Performs the actual filtering.
processData(DataContainer) - Method in class adams.data.report.RemoveByName
Performs the actual filtering.
processData(DataContainer) - Method in class adams.data.report.Scripted
Performs the actual filtering.
processData(DataContainer) - Method in class adams.data.smoothing.PassThrough
Performs the actual smoothing.
processData(SpreadSheet) - Method in class adams.gui.tools.spreadsheetviewer.AbstractDataPluginWithGOE
Performs the actual processing of the spreadsheet.
processData(Timeseries) - Method in class adams.data.filter.TimeseriesChangeResolution
Performs the actual filtering.
processData(Timeseries) - Method in class adams.data.filter.TimeseriesEquiDistance
Performs the actual filtering.
processData(Timeseries) - Method in class adams.data.filter.TimeseriesResetTimestamps
Performs the actual filtering.
processData(Timeseries) - Method in class adams.data.filter.TimeseriesRound
Performs the actual filtering.
processData(Timeseries) - Method in class adams.data.filter.TimeseriesRowNorm
Performs the actual filtering.
processData(Timeseries) - Method in class adams.data.filter.TimeseriesSetStart
Performs the actual filtering.
processData(Timeseries) - Method in class adams.data.filter.TimeseriesShiftTimestamps
Performs the actual filtering.
processData(Timeseries) - Method in class adams.data.filter.TimeseriesShiftValues
Performs the actual filtering.
processData(Timeseries) - Method in class adams.data.filter.TimeseriesValueSubset
Performs the actual filtering.
processData(Timeseries) - Method in class adams.data.filter.TimeseriesWindow
Performs the actual filtering.
processData(Timeseries) - Method in class adams.data.outlier.TimeseriesMinPoints
Performs the actual detection.
processData(Timeseries) - Method in class adams.data.outlier.TimeseriesRange
Performs the actual detection.
processData(Timeseries) - Method in class adams.data.outlier.TimeseriesTimestampCheck
Performs the actual detection.
processData(File) - Method in class adams.flow.control.FileProcessor
Processes the given data.
processData(File) - Method in class adams.flow.transformer.AbstractDataContainerFileImport
Processes the given data.
processData(File) - Method in class adams.flow.transformer.AbstractDataProcessor
Processes the given data.
processData(File) - Method in class adams.flow.transformer.AbstractReportFileImport
Processes the given data.
processData(File) - Method in class adams.scripting.engine.FileBasedScriptingEngine
Processes the given data.
processData(T) - Method in class adams.data.baseline.AbstractBaselineCorrection
Performs the actual correcting.
processData(T) - Method in class adams.data.baseline.AbstractLinearRegressionBased
Performs the actual correcting.
processData(T) - Method in class adams.data.baseline.AbstractLOWESSBased
Performs the actual correcting.
processData(T) - Method in class adams.data.baseline.AbstractSavitzkyGolayBased
Performs the actual correcting.
processData(T) - Method in class adams.data.baseline.SlidingWindow
Performs the actual correcting.
processData(T) - Method in class adams.data.filter.AbstractAutocorrelation
Performs the actual filtering.
processData(T) - Method in class adams.data.filter.AbstractDerivative
Performs the actual filtering.
processData(T) - Method in class adams.data.filter.AbstractFastWavelet
Performs the actual filtering.
processData(T) - Method in class adams.data.filter.AbstractFFT
Performs the actual filtering.
processData(T) - Method in class adams.data.filter.AbstractFilter
Performs the actual filtering.
processData(T) - Method in class adams.data.filter.AbstractHistogram
Performs the actual filtering.
processData(T) - Method in class adams.data.filter.AbstractLOWESS
Performs the actual filtering.
processData(T) - Method in class adams.data.filter.AbstractPreFilter
Performs the actual filtering.
processData(T) - Method in class adams.data.filter.AbstractSavitzkyGolay
Performs the actual filtering.
processData(T) - Method in class adams.data.filter.AbstractSAX
Performs the actual filtering.
processData(T) - Method in class adams.data.filter.AbstractSimpleSavitzkyGolay
Performs the actual filtering.
processData(T) - Method in class adams.data.filter.BaselineCorrection
Performs the actual filtering.
processData(T) - Method in class adams.data.filter.DownSample
Performs the actual filtering.
processData(T) - Method in class adams.data.filter.DownSize
Performs the actual filtering.
processData(T) - Method in class adams.data.filter.MultiFilter
Performs the actual filtering.
processData(T) - Method in class adams.data.filter.OutlierDetector
Performs the actual filtering.
processData(T) - Method in class adams.data.filter.PassThrough
Performs no filtering at all, just uses a copy of the input as filtered data.
processData(T) - Method in class adams.data.filter.RemoveNoise
Performs the actual filtering.
processData(T) - Method in class adams.data.filter.ReportFilter
Performs the actual filtering.
processData(T) - Method in class adams.data.filter.Smoothing
Performs the actual filtering.
processData(T) - Method in class adams.data.noise.AbstractDenoiser
Performs the actual denoising.
processData(T) - Method in class adams.data.outlier.AbstractOutlierDetector
Performs the actual detection.
processData(T) - Method in class adams.data.outlier.MultiOutlierDetector
Performs the actual detection.
processData(T) - Method in class adams.data.report.AbstractReportFilter
Performs the actual filtering.
processData(T) - Method in class adams.data.report.FilteredReportFilter
Processes the data/report.
processData(T) - Method in class adams.data.smoothing.AbstractLOWESSBased
Performs the actual smoothing.
processData(T) - Method in class adams.data.smoothing.AbstractSavitzkyGolayBased
Performs the actual smoothing.
processData(T) - Method in class adams.data.smoothing.AbstractSlidingWindow
Performs the actual smoothing.
processData(T) - Method in class adams.data.smoothing.AbstractSmoother
Performs the actual smoothing.
processData(T, T) - Method in class adams.data.filter.AbstractPreFilter
Performs the actual filtering, using the pre-filtered data to manipulate the original data.
processData(Instances) - Method in class weka.filters.unsupervised.attribute.FastWavelet
processes the instances using the HAAR/JSci algorithm.
processDatasetWithClusterer(Instances, Clusterer) - Method in class adams.flow.transformer.wekaclusterer.AbstractClusterMembershipPostProcessor
Performs some form of processing on the full dataset.
processDatasetWithClusterer(Instances, Clusterer) - Method in class adams.flow.transformer.wekaclusterer.AddCluster
Performs some form of processing on the full dataset.
processDatasetWithClusterer(Instances, Clusterer) - Method in class adams.flow.transformer.wekaclusterer.ClusterCenters
Performs some form of processing on the full dataset.
processDatasetWithClusterer(Instances, Clusterer) - Method in class adams.flow.transformer.wekaclusterer.ClusterCounts
Performs some form of processing on the full dataset.
processDatasetWithClusterer(Instances, Clusterer) - Method in class adams.flow.transformer.wekaclusterer.ClusterStatistics
Performs some form of processing on the full dataset.
processedTipText() - Method in class adams.flow.transformer.AbstractDataProcessor
Returns the tip text for this property.
processedTipText() - Method in class adams.scripting.engine.FileBasedScriptingEngine
Returns the tip text for this property.
processEvent(E) - Method in class adams.flow.standalone.AbstractMutableActorDaemonEvent
Processes the event.
processFinish() - Method in class adams.gui.visualization.image.plugins.AbstractSelectedImagesFeatureGenerator
Finishes up the processing.
processFinish() - Method in class adams.gui.visualization.image.plugins.AbstractSelectedImagesViewerPlugin
Finishes up the processing.
processHit(MouseEvent, double[]) - Method in class adams.gui.visualization.stats.zscore.ZScoreHitDetector
 
processHit(MouseEvent, int[]) - Method in class adams.gui.visualization.stats.paintlet.AbstractScatterPlotHitDetector
Performs the action when a hit is detected.
processHit(MouseEvent, H) - Method in class adams.gui.visualization.core.plot.AbstractHitDetector
Performs the action when a hit is detected.
processHit(MouseEvent, List<InstancePoint>) - Method in class adams.gui.visualization.instance.InstancePointHitDetector
Performs the action when a hit is detected.
processHit(MouseEvent, List<XYSequencePoint>) - Method in class adams.gui.visualization.sequence.AbstractXYSequencePointHitDetector
Performs the action when a hit is detected.
processHit(MouseEvent, List<TimeseriesPoint>) - Method in class adams.gui.visualization.timeseries.TimeseriesPointHitDetector
Performs the action when a hit is detected.
processHit(MouseEvent, List<SpreadSheetRowPoint>) - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowPointHitDetector
Performs the action when a hit is detected.
processingTipText() - Method in class adams.flow.transformer.AbstractDataProcessor
Returns the tip text for this property.
processingTipText() - Method in class adams.scripting.engine.FileBasedScriptingEngine
Returns the tip text for this property.
processInit() - Method in class adams.gui.visualization.image.plugins.AbstractSelectedImagesFeatureGenerator
Initializes the processing.
processInit() - Method in class adams.gui.visualization.image.plugins.AbstractSelectedImagesFilterWithGOE
Initializes the processing.
processInit() - Method in class adams.gui.visualization.image.plugins.AbstractSelectedImagesViewerPlugin
Initializes the processing.
processInput(Token) - Method in class adams.flow.control.AbstractTee
Processes the token normal, i.e., not in thread.
processInput(Token) - Method in class adams.flow.control.ConditionalTrigger
Processes the token.
processInput(Token) - Method in class adams.flow.control.Count
Processes the token normal, i.e., not in thread.
processInput(Token) - Method in class adams.flow.control.Once
Processes the token.
processInput(Token) - Method in class adams.flow.control.RemoteExecutionTrigger
Processes the token.
processInput(Token) - Method in class adams.flow.control.Trigger
Processes the token.
processInput(Token) - Method in class adams.flow.control.TriggerOnce
Processes the token.
processInstance(Instance) - Method in class adams.flow.transformer.AbstractProcessWekaInstanceWithModel
Processes the instance and generates the output token.
processInstance(Instance) - Method in class adams.flow.transformer.WekaClassifying
Processes the instance and generates the output token.
processInstance(Instance) - Method in class adams.flow.transformer.WekaClustering
Processes the instance and generates the output token.
processKeyStroke(String) - Static method in class adams.gui.core.GUIHelper
Processes the keystrokes.
processLeftClick(SequencePlotterPanel, MouseEvent) - Method in class adams.flow.sink.sequenceplotter.AbstractMouseClickAction
Gets called in case of a left-click.
processLeftClick(SequencePlotterPanel, MouseEvent) - Method in class adams.flow.sink.sequenceplotter.NullClickAction
Does nothing.
processLeftClick(SequencePlotterPanel, MouseEvent) - Method in class adams.flow.sink.sequenceplotter.ToggleOutlier
Gets called in case of a left-click.
processLeftClick(SequencePlotterPanel, MouseEvent) - Method in class adams.flow.sink.sequenceplotter.ViewDataClickAction
Gets called in case of a left-click.
processLeftClick(ScatterPlot, MouseEvent) - Method in class adams.gui.visualization.stats.scatterplot.action.AbstractMouseClickAction
Gets called in case of a left-click.
processLeftClick(ScatterPlot, MouseEvent) - Method in class adams.gui.visualization.stats.scatterplot.action.NullClickAction
Does nothing.
processLeftClick(ScatterPlot, MouseEvent) - Method in class adams.gui.visualization.stats.scatterplot.action.ViewDataClickAction
Gets called in case of a left-click.
processListKey(KeyEvent) - Method in class adams.gui.core.MultiPagePane
Handles the key event from the page list.
processMissing(List<EmailContact>) - Method in class adams.gui.selection.SelectEmailAddressPanel
Hook method for processing items that were not found when trying to select them initially.
processMissing(List<T>) - Method in class adams.gui.selection.AbstractTableBasedSelectionPanel
Hook method for processing items that were not found when trying to select them initially.
processMissing(Vector<Field>) - Method in class adams.gui.selection.SelectFieldPanel
Hook method for processing items that were not found when trying to select them initially.
processMissing(Vector<T>) - Method in class adams.gui.selection.AbstractSelectDatabaseFieldPanel
Hook method for processing items that were not found when trying to select them initially.
processOption(AbstractArgumentOption) - Method in class adams.core.option.AbstractDocumentationProducer
Does nothing.
processOption(AbstractArgumentOption) - Method in class adams.core.option.AbstractJavaCodeProducer
Visits an argument option.
processOption(AbstractArgumentOption) - Method in class adams.core.option.AbstractOptionProducer
Visits an argument option.
processOption(AbstractArgumentOption) - Method in class adams.core.option.ArrayProducer
Visits an argument option.
processOption(AbstractArgumentOption) - Method in class adams.core.option.CommandlineHelpProducer
Visits an argument option.
processOption(AbstractArgumentOption) - Method in class adams.core.option.CompactFlowProducer
Not used.
processOption(AbstractArgumentOption) - Method in class adams.core.option.FlowStructureDotProducer
Visits an argument option.
processOption(AbstractArgumentOption) - Method in class adams.core.option.FlowStructureGraphMLProducer
Visits an argument option.
processOption(AbstractArgumentOption) - Method in class adams.core.option.HtmlHelpProducer
Visits an argument option.
processOption(AbstractArgumentOption) - Method in class adams.core.option.HtmlParametersProducer
Visits an argument option.
processOption(AbstractArgumentOption) - Method in class adams.core.option.JsonProducer
Visits an argument option.
processOption(AbstractArgumentOption) - Method in class adams.core.option.MaterializedArrayProducer
Visits an argument option.
processOption(AbstractArgumentOption) - Method in class adams.core.option.NestedProducer
Visits an argument option.
processOption(AbstractArgumentOption) - Method in interface adams.core.option.OptionProducer
Visits an argument option.
processOption(AbstractArgumentOption, Object) - Method in class adams.core.option.JsonConsumer
Processes the specified argument option.
processOption(AbstractArgumentOption, String[]) - Method in class adams.core.option.ArrayConsumer
Processes the specified argument option.
processOption(AbstractArgumentOption, List) - Method in class adams.core.option.CompactFlowConsumer
Unused.
processOption(AbstractArgumentOption, List) - Method in class adams.core.option.NestedConsumer
Processes the specified argument option.
processOption(AbstractArgumentOption, V) - Method in class adams.core.option.AbstractOptionConsumer
Processes the specified argument option.
processOption(AbstractOption, V) - Method in class adams.core.option.AbstractOptionConsumer
Processes the specified argument option.
processOption(BooleanOption) - Method in class adams.core.option.AbstractDocumentationProducer
Does nothing.
processOption(BooleanOption) - Method in class adams.core.option.AbstractJavaCodeProducer
Visits a boolean option.
processOption(BooleanOption) - Method in class adams.core.option.AbstractOptionProducer
Visits a boolean option.
processOption(BooleanOption) - Method in class adams.core.option.ArrayProducer
Visits a boolean option.
processOption(BooleanOption) - Method in class adams.core.option.CommandlineHelpProducer
Visits a boolean option.
processOption(BooleanOption) - Method in class adams.core.option.CompactFlowProducer
Not used.
processOption(BooleanOption) - Method in class adams.core.option.FlowStructureDotProducer
Visits a boolean option.
processOption(BooleanOption) - Method in class adams.core.option.FlowStructureGraphMLProducer
Visits a boolean option.
processOption(BooleanOption) - Method in class adams.core.option.HtmlHelpProducer
Visits a boolean option.
processOption(BooleanOption) - Method in class adams.core.option.HtmlParametersProducer
Visits a boolean option.
processOption(BooleanOption) - Method in class adams.core.option.JsonProducer
Visits a boolean option.
processOption(BooleanOption) - Method in class adams.core.option.NestedProducer
Visits a boolean option.
processOption(BooleanOption) - Method in interface adams.core.option.OptionProducer
Visits a boolean option.
processOption(BooleanOption, Object) - Method in class adams.core.option.JsonConsumer
Processes the specified boolean option.
processOption(BooleanOption, String[]) - Method in class adams.core.option.ArrayConsumer
Processes the specified boolean option.
processOption(BooleanOption, List) - Method in class adams.core.option.CompactFlowConsumer
Unused.
processOption(BooleanOption, List) - Method in class adams.core.option.NestedConsumer
Processes the specified boolean option.
processOption(BooleanOption, V) - Method in class adams.core.option.AbstractOptionConsumer
Processes the specified boolean option.
processOption(ClassOption) - Method in class adams.core.option.AbstractDocumentationProducer
Visits a class option.
processOption(ClassOption) - Method in class adams.core.option.AbstractJavaCodeProducer
Visits a class option.
processOption(ClassOption) - Method in class adams.core.option.AbstractOptionProducer
Visits a class option.
processOption(ClassOption) - Method in class adams.core.option.ArrayProducer
Visits a class option.
processOption(ClassOption) - Method in class adams.core.option.CommandlineHelpProducer
Visits a class option.
processOption(ClassOption) - Method in class adams.core.option.CompactFlowProducer
Not used.
processOption(ClassOption) - Method in class adams.core.option.DebugNestedProducer
Visits a class option.
processOption(ClassOption) - Method in class adams.core.option.FlowStructureDotProducer
Visits a class option.
processOption(ClassOption) - Method in class adams.core.option.FlowStructureGraphMLProducer
Visits a class option.
processOption(ClassOption) - Method in class adams.core.option.HtmlHelpProducer
Visits a class option.
processOption(ClassOption) - Method in class adams.core.option.HtmlParametersProducer
Visits a class option.
processOption(ClassOption) - Method in class adams.core.option.JsonProducer
Visits a class option.
processOption(ClassOption) - Method in class adams.core.option.NestedProducer
Visits a class option.
processOption(ClassOption) - Method in interface adams.core.option.OptionProducer
Visits a class option.
processOption(ClassOption, Object) - Method in class adams.core.option.JsonConsumer
Processes the specified class option.
processOption(ClassOption, String[]) - Method in class adams.core.option.ArrayConsumer
Processes the specified class option.
processOption(ClassOption, List) - Method in class adams.core.option.CompactFlowConsumer
Unused.
processOption(ClassOption, List) - Method in class adams.core.option.NestedConsumer
Processes the specified class option.
processOption(ClassOption, V) - Method in class adams.core.option.AbstractOptionConsumer
Processes the specified class option.
processorStateChanged(SpreadSheetProcessorEvent) - Method in interface adams.gui.event.SpreadSheetProcessorListener
Gets triggered whenever the processor changes state.
processorStateChanged(SpreadSheetProcessorEvent) - Method in class adams.gui.tools.SpreadSheetProcessorPanel
Gets triggered whenever the processor changes state.
processorsTipText() - Method in class adams.gui.visualization.image.leftclick.MultiProcessor
Returns the tip text for this property.
processorsTipText() - Method in class adams.gui.visualization.image.selection.MultiSelectionProcessor
Returns the tip text for this property.
processorsTipText() - Method in class adams.gui.visualization.object.mouseclick.MultiProcessor
Returns the tip text for this property.
processorTipText() - Method in class adams.flow.control.PlotProcessor
Returns the tip text for this property.
processorTipText() - Method in class adams.flow.standalone.LogEvent
Returns the tip text for this property.
processorTipText() - Method in class adams.flow.transformer.ProcessActor
Returns the tip text for this property.
processorTipText() - Method in class adams.flow.transformer.WekaClassifierSetupProcessor
Returns the tip text for this property.
processOutput(String, boolean) - Method in class adams.core.command.AsyncCapableExternalCommandOutputProcessor
Processes the incoming line.
processOutput(String, boolean) - Method in class adams.flow.source.AbstractPythonExecution
Adds the line from the output to the internal list of lines to output.
processOutput(String, boolean) - Method in class adams.flow.source.Command
Adds the line from the output to the internal list of lines to output.
processOutput(String, boolean) - Method in class adams.flow.source.RSync
Processes the incoming line.
processOutput(String, boolean) - Method in class adams.flow.source.SimpleRSync
Processes the incoming line.
processOutput(String, boolean) - Method in class adams.flow.standalone.PyroNameServer
Processes the incoming line.
processRecord(LogRecord) - Method in class adams.flow.standalone.logevent.AbstractLogRecordProcessor
Turns the log record into an output.
processRecord(LogRecord) - Method in class adams.flow.standalone.logevent.LogEntryProcessor
Turns the log record into an output.
processRecord(LogRecord) - Method in class adams.flow.standalone.logevent.SimpleProcessor
Turns the log record into an output.
processRightClick(SequencePlotterPanel, MouseEvent) - Method in class adams.flow.sink.sequenceplotter.AbstractMouseClickAction
Gets called in case of a right-click.
processRightClick(SequencePlotterPanel, MouseEvent) - Method in class adams.flow.sink.sequenceplotter.NullClickAction
Does nothing.
processRightClick(SequencePlotterPanel, MouseEvent) - Method in class adams.flow.sink.sequenceplotter.ToggleOutlier
Gets called in case of a right-click.
processRightClick(SequencePlotterPanel, MouseEvent) - Method in class adams.flow.sink.sequenceplotter.ViewDataClickAction
Does nothing.
processRightClick(ScatterPlot, MouseEvent) - Method in class adams.gui.visualization.stats.scatterplot.action.AbstractMouseClickAction
Gets called in case of a right-click.
processRightClick(ScatterPlot, MouseEvent) - Method in class adams.gui.visualization.stats.scatterplot.action.NullClickAction
Does nothing.
processRightClick(ScatterPlot, MouseEvent) - Method in class adams.gui.visualization.stats.scatterplot.action.ViewDataClickAction
Does nothing.
processRow(SpreadSheetTablePopupMenuItemHelper.TableState) - Method in class adams.gui.core.spreadsheettable.AbstractProcessRow
Processes the specified row.
processRow(SpreadSheetTablePopupMenuItemHelper.TableState) - Method in class adams.gui.core.spreadsheettable.ArrayStatistic
Processes the specified row.
processRow(SpreadSheetTablePopupMenuItemHelper.TableState) - Method in interface adams.gui.core.spreadsheettable.ProcessRow
Processes the specified row.
processRow(InstancesTablePopupMenuItemHelper.TableState) - Method in class adams.gui.visualization.instances.instancestable.AbstractProcessRow
Processes the specified row.
processRow(InstancesTablePopupMenuItemHelper.TableState) - Method in class adams.gui.visualization.instances.instancestable.ArrayStatistic
Processes the specified row.
processRow(InstancesTablePopupMenuItemHelper.TableState) - Method in class adams.gui.visualization.instances.instancestable.ChangeInstanceWeights
Processes the specified row.
processRow(InstancesTablePopupMenuItemHelper.TableState) - Method in class adams.gui.visualization.instances.instancestable.InvestigatorAsNewDataset
Processes the specified row.
processRow(InstancesTablePopupMenuItemHelper.TableState) - Method in interface adams.gui.visualization.instances.instancestable.ProcessRow
Processes the specified row.
ProcessRow - Interface in adams.gui.core.spreadsheettable
Interface for plugins that process a row.
ProcessRow - Interface in adams.gui.visualization.instances.instancestable
Interface for plugins that process a row.
processRows(List<Instance>) - Method in class weka.filters.unsupervised.instance.multirowprocessor.processor.AbstractSelectionProcessor
Returns the list of row indices generated from the data.
processSelectedActor(ActorProcessor) - Method in class adams.gui.flow.FlowPanel
Processes the selected actor with a user-specified actor processor.
processSelectedRows(SpreadSheetTablePopupMenuItemHelper.TableState) - Method in class adams.gui.core.spreadsheettable.AbstractPlotSelectedRows
Plots the specified rows.
processSelectedRows(SpreadSheetTablePopupMenuItemHelper.TableState) - Method in class adams.gui.core.spreadsheettable.AbstractProcessSelectedRows
Processes the specified rows.
processSelectedRows(SpreadSheetTablePopupMenuItemHelper.TableState) - Method in interface adams.gui.core.spreadsheettable.ProcessSelectedRows
Processes the specified row.
processSelectedRows(InstancesTablePopupMenuItemHelper.TableState) - Method in class adams.gui.visualization.instances.instancestable.AbstractPlotSelectedRows
Plots the specified rows.
processSelectedRows(InstancesTablePopupMenuItemHelper.TableState) - Method in class adams.gui.visualization.instances.instancestable.AbstractProcessSelectedRows
Processes the specified rows.
processSelectedRows(InstancesTablePopupMenuItemHelper.TableState) - Method in interface adams.gui.visualization.instances.instancestable.ProcessSelectedRows
Processes the specified row.
ProcessSelectedRows - Interface in adams.gui.core.spreadsheettable
Interface for plugins that processes selected rows.
ProcessSelectedRows - Interface in adams.gui.visualization.instances.instancestable
Interface for plugins that processes selected rows.
processSelection() - Method in class adams.gui.visualization.object.annotator.PolygonPointAnnotator
Processes the selection.
processSelection(int) - Method in class adams.gui.visualization.object.annotator.BoundingBoxAnnotator
Processes the selection.
processSelection(int) - Method in class adams.gui.visualization.object.annotator.PolygonAnnotator
Processes the selection.
processSelection(int) - Method in class adams.gui.visualization.object.annotator.SimplePointAnnotator
Processes the selection.
processSelection(ImagePanel, Point, Point, List<Point>, int) - Method in class adams.gui.visualization.image.selection.AbstractSelectionProcessor
Process the selection that occurred in the image panel.
processSelection(ImagePanel, Point, Point, List<Point>, int) - Method in interface adams.gui.visualization.image.selection.SelectionProcessor
Process the selection that occurred in the image panel.
processSIMPLS(Instances) - Method in class weka.filters.supervised.attribute.PLSFilterExtended
Extended superclass method for increasing dimensions and/of changing handling of the Matrices C,W,P,Q to deal with multiple Y variables.
processSIMPLS(Instances) - Method in class weka.filters.supervised.attribute.SIMPLSMatrixFilter
 
processSIMPLS(Instances) - Method in class weka.filters.supervised.attribute.SIMPLSMatrixFilterFromGeneticString
 
processTipText(PlotPanel, Point, String) - Method in interface adams.gui.visualization.core.plot.TipTextCustomizer
Processes the given tip text.
processTipText(PlotPanel, Point, String) - Method in class adams.gui.visualization.instance.InstancePanel
Processes the given tip text.
processTipText(PlotPanel, Point, String) - Method in class adams.gui.visualization.sequence.XYSequencePanel
Processes the given tip text.
processTipText(PlotPanel, Point, String) - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowPanel
Processes the given tip text.
processTipText(PlotPanel, Point, String) - Method in class adams.gui.visualization.stats.scatterplot.AbstractScatterPlot
Processes the given tip text.
processTipText(PlotPanel, Point, String) - Method in class adams.gui.visualization.stats.zscore.ZScore
 
processTipText(PlotPanel, Point, String) - Method in class adams.gui.visualization.timeseries.TimeseriesPanel
Processes the given tip text.
processTipText(String) - Static method in class adams.gui.core.GUIHelper
Parses the tool tip and turns it into HTML if it contains line breaks.
processTipText(String, int) - Static method in class adams.gui.core.GUIHelper
Parses the tool tip and breaks it up into multiple lines if longer than width characters.
processTipText(String, int, int) - Static method in class adams.gui.core.GUIHelper
Parses the tool tip and breaks it up into multiple lines if longer than width characters.
processToken(TokenEvent) - Method in interface adams.event.TokenListener
Gets called when a token arrives in a TokenEventHandler.
processTypeTipText() - Method in class weka.classifiers.trees.XGBoost
Gets the tip-text for the processType option.
ProcessUtils - Class in adams.core.management
A helper class for process related stuff.
ProcessUtils() - Constructor for class adams.core.management.ProcessUtils
 
Proclets - Class in adams.flow.transformer.pdfgenerate
Processes an array of files using the specified PDF proclets.
Proclets() - Constructor for class adams.flow.transformer.pdfgenerate.Proclets
 
procletsTipText() - Method in class adams.flow.transformer.PDFAppendDocument
Returns the tip text for this property.
procletsTipText() - Method in class adams.flow.transformer.PDFCreate
Returns the tip text for this property.
procletsTipText() - Method in class adams.flow.transformer.pdfgenerate.Proclets
Returns the tip text for this property.
procletsTipText() - Method in class adams.gui.visualization.multiobjectexport.PDFExport
Returns the tip text for this property.
procletTipText() - Method in class adams.flow.transformer.pdfproclet.AbstractMetaPdfProclet
Returns the tip text for this property.
produce(OptionHandler) - Method in class adams.core.option.AbstractOptionProducer
Visits the option and obtains information from it.
produce(OptionHandler) - Method in class adams.core.option.CompactFlowProducer
Visits the option and obtains information from it.
produce(OptionHandler) - Method in interface adams.core.option.OptionProducer
Visits the option and obtains information from it.
produce(Class<? extends OptionProducer>, OptionHandler) - Static method in class adams.core.option.AbstractOptionProducer
Uses the specified producer to process the option handler and return the generated data structure.
producerTipText() - Method in class adams.doc.listing.OptionOutput
Returns the tip text for this property.
producerTipText() - Method in class adams.flow.source.OptionProducer
Returns the tip text for this property.
producerTipText() - Method in class adams.flow.transformer.OptionProducer
Returns the tip text for this property.
PRODUCT_RULE - adams.flow.transformer.wekaclassifiersetupprocessor.VotedPairs.VotingType
 
PRODUCT_RULE - Static variable in class weka.classifiers.meta.AbstainVote
combination rule: Product of Probabilities (only nominal classes)
production_table() - Method in class adams.parser.actorsuggestion.Parser
Access to production table.
production_table() - Method in class adams.parser.basedate.Parser
Access to production table.
production_table() - Method in class adams.parser.basedatetime.Parser
Access to production table.
production_table() - Method in class adams.parser.basedatetimemsec.Parser
Access to production table.
production_table() - Method in class adams.parser.basetime.Parser
Access to production table.
production_table() - Method in class adams.parser.basetimemsec.Parser
Access to production table.
production_table() - Method in class adams.parser.booleanexpression.Parser
Access to production table.
production_table() - Method in class adams.parser.externalactorsuggestion.Parser
Access to production table.
production_table() - Method in class adams.parser.lookupupdate.Parser
Access to production table.
production_table() - Method in class adams.parser.mathematicalexpression.Parser
Access to production table.
production_table() - Method in class adams.parser.spreadsheetformula.Parser
Access to production table.
production_table() - Method in class adams.parser.spreadsheetquery.Parser
Access to production table.
production_table() - Method in class adams.parser.stringexpression.Parser
Access to production table.
production_table() - Method in class adams.parser.templatesuggestion.Parser
Access to production table.
ProgramExit - Class in adams.gui.menu
Exits the application.
ProgramExit() - Constructor for class adams.gui.menu.ProgramExit
Initializes the menu item with no owner.
ProgramExit(AbstractApplicationFrame) - Constructor for class adams.gui.menu.ProgramExit
Initializes the menu item.
ProgramListing - Class in adams.doc.docbook
A literal listing of all or part of a program.
ProgramListing() - Constructor for class adams.doc.docbook.ProgramListing
Initializes the element.
ProgramListing(String) - Constructor for class adams.doc.docbook.ProgramListing
Initializes the element with the content.
ProgramLookAndFeel - Class in adams.gui.menu
Allows the user to switch the look and feel.
ProgramLookAndFeel() - Constructor for class adams.gui.menu.ProgramLookAndFeel
Initializes the menu item with no owner.
ProgramLookAndFeel(AbstractApplicationFrame) - Constructor for class adams.gui.menu.ProgramLookAndFeel
Initializes the menu item.
PROGRAMMATIC_VARIABLES - Static variable in class adams.flow.core.ActorUtils
programmatically set variables.
PROGRAMMATIC_VARIABLES_HELP - Static variable in class adams.flow.core.ActorUtils
programmatically set variables.
ProgrammaticSink - Class in adams.flow.sink
For programmatically hooking into a flow and receive tokens.
ProgrammaticSink() - Constructor for class adams.flow.sink.ProgrammaticSink
 
ProgrammaticTokenListener - Class in adams.flow.transformer
Transformer that allows other, non-flow code to 'listen on the wire' of the data being processed.
Typically used for flows that are executed as background jobs in the user interface.
Listeners get removed once the flow finishes (wrapUp method).
ProgrammaticTokenListener() - Constructor for class adams.flow.transformer.ProgrammaticTokenListener
 
ProgrammaticTokenListener.TokenListener - Interface in adams.flow.transformer
Interface for listeners that need to "listen on the wire" of data being processed.
ProgramRestart - Class in adams.gui.menu
Restarts the application.
ProgramRestart() - Constructor for class adams.gui.menu.ProgramRestart
Initializes the menu item with no owner.
ProgramRestart(AbstractApplicationFrame) - Constructor for class adams.gui.menu.ProgramRestart
Initializes the menu item.
ProgramRestartWithMoreHeap - Class in adams.gui.menu
Restarts the application with 50% more heap.
ProgramRestartWithMoreHeap() - Constructor for class adams.gui.menu.ProgramRestartWithMoreHeap
Initializes the menu item with no owner.
ProgramRestartWithMoreHeap(AbstractApplicationFrame) - Constructor for class adams.gui.menu.ProgramRestartWithMoreHeap
Initializes the menu item.
ProgramUserMode - Class in adams.gui.menu
Allows the user to switch the user-mode from the GUI.
ProgramUserMode() - Constructor for class adams.gui.menu.ProgramUserMode
Initializes the menu item with no owner.
ProgramUserMode(AbstractApplicationFrame) - Constructor for class adams.gui.menu.ProgramUserMode
Initializes the menu item.
ProgressBar - Class in adams.flow.sink
Displays a progress bar.
ProgressBar() - Constructor for class adams.flow.sink.ProgressBar
 
PROGRESSBAR_NAME - Static variable in class adams.flow.template.FileProcessingWithProgressBar
 
ProgressBar.ProgressBarPanel - Class in adams.flow.sink
Panel for displaying a progress bar.
ProgressBarPanel(ProgressBar) - Constructor for class adams.flow.sink.ProgressBar.ProgressBarPanel
Initializes the panel with the specified owner.
ProgressInConsole - Class in adams.flow.template
Generates a sub-flow that outputs the token count every X number of tokens, with X being the interval supplied to this template.
ProgressInConsole() - Constructor for class adams.flow.template.ProgressInConsole
 
progressTipText() - Method in class adams.flow.source.RSync
 
Project - Class in adams.env
Class for project related stuff.
Project() - Constructor for class adams.env.Project
 
PROJECT - Static variable in class adams.core.option.CompactFlowProducer
the information about the project.
PROJECT - Static variable in class adams.core.option.NestedProducer
the information about the project.
PROJECT - Static variable in class adams.core.Placeholders
the placeholder for the project directory.
PROJECT_HOME - Static variable in class adams.flow.core.ActorUtils
the variable for the project home.
PROJECT_MODULES - Static variable in class adams.flow.core.ActorUtils
the variable for the project modules (comma-separated list).
PROJECT_NAME - Static variable in class adams.flow.core.ActorUtils
the variable for the project name.
PROJECT_PREFIX - Static variable in class adams.core.SystemInfo
the project prefix.
projectFunctionToBasis(Matrix, Matrix) - Static method in class edu.umbc.cs.maple.utils.SGTUtils
Computes the projection of a function onto another basis.
PrologTipText() - Method in class adams.doc.javadoc.OptionHandlerJavadoc
Returns the tip text for this property.
PrologTipText() - Method in class adams.doc.javadoc.TechnicalInformationHandlerJavadoc
Returns the tip text for this property.
PROMPT - Static variable in class adams.gui.menu.PackageManager
 
promptForPasswordTipText() - Method in interface adams.core.PasswordPrompter
Returns the tip text for this property.
promptForPasswordTipText() - Method in interface adams.flow.core.OptionalPasswordPrompt
Returns the tip text for this property.
promptForPasswordTipText() - Method in class adams.flow.standalone.AbstractDatabaseConnection
Returns the tip text for this property.
promptForPasswordTipText() - Method in class adams.flow.standalone.FTPConnection
Returns the tip text for this property.
promptForPasswordTipText() - Method in class adams.flow.standalone.SMBConnection
Returns the tip text for this property.
promptForPasswordTipText() - Method in class adams.flow.standalone.SMTPConnection
Returns the tip text for this property.
promptForPasswordTipText() - Method in class adams.flow.standalone.SSHConnection
Returns the tip text for this property.
promptHistogramSetup() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.history.CompareModels
Prompts the user for a histogram setup.
promptParameters(SpreadSheetTable) - Method in class adams.gui.core.spreadsheettable.ArrayStatistic
Prompts the user for parameters.
promptParameters(SpreadSheetTable) - Method in class adams.gui.core.spreadsheettable.CopySelectedFiles
Prompts the user to configure the parameters.
promptParameters(SpreadSheetTable) - Method in class adams.gui.core.spreadsheettable.PreviewSelectedFile
Prompts the user to configure the parameters.
promptParameters(SpreadSheetTable, boolean) - Method in class adams.gui.core.spreadsheettable.Binning
Prompts the user to configure the parameters.
promptParameters(SpreadSheetTable, boolean) - Method in class adams.gui.core.spreadsheettable.Histogram
Prompts the user to configure the parameters.
promptParameters(SpreadSheetTable, boolean) - Method in class adams.gui.core.spreadsheettable.JFreeChart
Prompts the user to configure the parameters.
promptParameters(SpreadSheetTable, boolean) - Method in class adams.gui.core.spreadsheettable.SimplePlot
Prompts the user to configure the parameters.
promptParameters(InstancesTable) - Method in class adams.gui.visualization.instances.instancestable.ArrayStatistic
Prompts the user for parameters.
promptParameters(InstancesTablePopupMenuItemHelper.TableState, boolean) - Method in class adams.gui.visualization.instances.instancestable.Binning
Prompts the user to configure the parameters.
promptParameters(InstancesTablePopupMenuItemHelper.TableState, boolean) - Method in class adams.gui.visualization.instances.instancestable.Histogram
Prompts the user to configure the parameters.
promptParameters(InstancesTablePopupMenuItemHelper.TableState, boolean) - Method in class adams.gui.visualization.instances.instancestable.JFreeChart
Prompts the user to configure the parameters.
promptParameters(InstancesTable, boolean) - Method in class adams.gui.visualization.instances.instancestable.SimplePlot
Prompts the user to configure the parameters.
promptPassphrase(String) - Method in class adams.scripting.connection.AbstractSSHConnection.TrustAll
 
promptPassword(String) - Method in class adams.scripting.connection.AbstractSSHConnection.TrustAll
 
promptRemoval(boolean, Class, String) - Method in class adams.gui.goe.Favorites
Prompts the user whether to remove the favorite.
PromptUser - Class in adams.flow.condition.bool
Prompts the user to click on 'positive' or 'negative' button.
The actor's name can be used in the message using the following placeholders:
{SHORT} - the short name
{FULL} - the full name (incl path)
Variables get expanded as well.
Can be used in a headless environment as well.
PromptUser - Class in adams.flow.template
Generates a sub-flow that prompts the user with the specified parameters and stores the values in variables.
PromptUser() - Constructor for class adams.flow.condition.bool.PromptUser
 
PromptUser() - Constructor for class adams.flow.template.PromptUser
 
promptYesNo(String) - Method in class adams.scripting.connection.AbstractSSHConnection.TrustAll
 
prop() - Constructor for class adams.gui.visualization.stats.scatterplot.Matrix.prop
 
propagateStorageTipText() - Method in interface adams.flow.control.LocalScopeHandler
Returns the tip text for this property.
propagateStorageTipText() - Method in class adams.flow.control.LocalScopeTransformer
Returns the tip text for this property.
propagateStorageTipText() - Method in class adams.flow.control.LocalScopeTrigger
Returns the tip text for this property.
propagateVariablesTipText() - Method in interface adams.flow.control.LocalScopeHandler
Returns the tip text for this property.
propagateVariablesTipText() - Method in class adams.flow.control.LocalScopeTransformer
Returns the tip text for this property.
propagateVariablesTipText() - Method in class adams.flow.control.LocalScopeTrigger
Returns the tip text for this property.
properties - Variable in class adams.core.discovery.IntrospectionHelper.IntrospectionContainer
the property descriptors.
Properties - Class in adams.core
Enhanced java.util.Properties class.
Properties() - Constructor for class adams.core.Properties
default constructor.
Properties(Properties) - Constructor for class adams.core.Properties
Creates an empty property list with the specified defaults.
Properties(Properties) - Constructor for class adams.core.Properties
Creates an empty property list with the specified defaults.
PROPERTIES - adams.flow.source.DumpStorage.OutputType
 
PROPERTIES - adams.flow.source.DumpVariables.OutputType
 
PROPERTIES_FILENAME - Static variable in class adams.core.management.ImplicitClassPathAugmenter
the properties file to load.
PROPERTIES_FILENAME - Static variable in class adams.gui.flow.tree.actorswap.ActorHandlerSuggestion
the properties file to load.
PROPERTIES_FILENAME - Static variable in class adams.gui.flow.tree.actorswap.SimpleSuggestion
the properties file to load.
PropertiesAction<T> - Interface in adams.gui.action
Ancestor for actions that use a Properties file as basis for shortcuts, icons and mnemonics.
PropertiesBasedEnumeration<T extends ConfigurableEnumeration.AbstractItem> - Class in adams.core
Enumeration that uses properties as backend.
PropertiesBasedEnumeration() - Constructor for class adams.core.PropertiesBasedEnumeration
 
PropertiesDataType - Enum in adams.core
Data types that the Properties class handles.
PropertiesDisplay - Class in adams.flow.sink
Displays a Properties object as table.
PropertiesDisplay() - Constructor for class adams.flow.sink.PropertiesDisplay
 
PropertiesEmailFileReader - Class in adams.data.io.input
Reads emails stored in properties files.
PropertiesEmailFileReader() - Constructor for class adams.data.io.input.PropertiesEmailFileReader
 
PropertiesEmailFileWriter - Class in adams.data.io.output
Writes emails to properties files.
PropertiesEmailFileWriter() - Constructor for class adams.data.io.output.PropertiesEmailFileWriter
 
propertiesExist(String) - Static method in class adams.core.Properties
Checks whether the properties file exists.
PropertiesExporter - Class in adams.gui.visualization.debug.objectexport
Exports Properties objects in the simple report format.
PropertiesExporter() - Constructor for class adams.gui.visualization.debug.objectexport.PropertiesExporter
 
PropertiesFileReader - Class in adams.flow.transformer
Reads a Java Properties file.
PropertiesFileReader() - Constructor for class adams.flow.transformer.PropertiesFileReader
 
PropertiesFileWriter - Class in adams.flow.sink
Writes a Java properties object to a file.
PropertiesFileWriter() - Constructor for class adams.flow.sink.PropertiesFileWriter
 
PropertiesHandler - Class in adams.gui.tools.previewbrowser
Displays properties files: props,props.gz,properties

Valid options are:

PropertiesHandler() - Constructor for class adams.gui.tools.previewbrowser.PropertiesHandler
 
PropertiesIndexedSplitsRunsReader - Class in adams.data.io.input
Reads runs of indexed splits from .props files.
PropertiesIndexedSplitsRunsReader() - Constructor for class adams.data.io.input.PropertiesIndexedSplitsRunsReader
 
PropertiesIndexedSplitsRunsWriter - Class in adams.data.io.output
Writes runs of indexed splits as .props file.
PropertiesIndexedSplitsRunsWriter() - Constructor for class adams.data.io.output.PropertiesIndexedSplitsRunsWriter
 
PropertiesManager - Class in adams.gui.tools.previewbrowser
Manages the properties.
PropertiesManager() - Constructor for class adams.gui.tools.previewbrowser.PropertiesManager
 
PropertiesNotesReader - Class in adams.gui.tools.previewbrowser.notes
Reads notes in Java properties format.
PropertiesNotesReader() - Constructor for class adams.gui.tools.previewbrowser.notes.PropertiesNotesReader
 
PropertiesNotesWriter - Class in adams.gui.tools.previewbrowser.notes
Writes the notes in Java properties format.
PropertiesNotesWriter() - Constructor for class adams.gui.tools.previewbrowser.notes.PropertiesNotesWriter
 
PropertiesParameterDialog - Class in adams.gui.dialog
Dialog for displaying a PropertiesParameterPanel.
PropertiesParameterDialog(Dialog) - Constructor for class adams.gui.dialog.PropertiesParameterDialog
Creates a modeless dialog without a title with the specified Dialog as its owner.
PropertiesParameterDialog(Dialog, Dialog.ModalityType) - Constructor for class adams.gui.dialog.PropertiesParameterDialog
Creates a dialog with the specified owner Dialog and modality.
PropertiesParameterDialog(Dialog, String) - Constructor for class adams.gui.dialog.PropertiesParameterDialog
Creates a modeless dialog with the specified title and with the specified owner dialog.
PropertiesParameterDialog(Dialog, String, Dialog.ModalityType) - Constructor for class adams.gui.dialog.PropertiesParameterDialog
Creates a dialog with the specified title, modality and the specified owner Dialog.
PropertiesParameterDialog(Frame) - Constructor for class adams.gui.dialog.PropertiesParameterDialog
Creates a modeless dialog without a title with the specified Frame as its owner.
PropertiesParameterDialog(Frame, boolean) - Constructor for class adams.gui.dialog.PropertiesParameterDialog
Creates a dialog with the specified owner Frame, modality and an empty title.
PropertiesParameterDialog(Frame, String) - Constructor for class adams.gui.dialog.PropertiesParameterDialog
Creates a modeless dialog with the specified title and with the specified owner frame.
PropertiesParameterDialog(Frame, String, boolean) - Constructor for class adams.gui.dialog.PropertiesParameterDialog
Creates a dialog with the specified owner Frame, modality and title.
PropertiesParameterPanel - Class in adams.gui.core
Displays all properties in a props file as parameters (alphabetically sorted if no custom order for properties provided).
PropertiesParameterPanel() - Constructor for class adams.gui.core.PropertiesParameterPanel
 
PropertiesParameterPanel.PropertyHint - Enum in adams.gui.core
Enumeration of hints for properties.
PropertiesParameterPanel.PropertyType - Enum in adams.gui.core
The various data types a property can have.
PropertiesRenderer - Class in adams.gui.visualization.debug.objectrenderer
Renders Properties objects.
PropertiesRenderer() - Constructor for class adams.gui.visualization.debug.objectrenderer.PropertiesRenderer
 
PropertiesSpreadSheetReader - Class in adams.data.io.input
Turns Java properties files into spreadsheets with two columns: Key and Value.
PropertiesSpreadSheetReader() - Constructor for class adams.data.io.input.PropertiesSpreadSheetReader
 
PropertiesSpreadSheetWriter - Class in adams.data.io.output
Outputs two columns (key and value) from a spreadsheet as Java properties file.
PropertiesSpreadSheetWriter() - Constructor for class adams.data.io.output.PropertiesSpreadSheetWriter
 
PropertiesTableModel - Class in adams.gui.core
Table model for displaying a properties object.
PropertiesTableModel() - Constructor for class adams.gui.core.PropertiesTableModel
Initializes the table model with no data.
PropertiesTableModel(Properties) - Constructor for class adams.gui.core.PropertiesTableModel
Initializes the table model.
PropertiesTableModel(Properties) - Constructor for class adams.gui.core.PropertiesTableModel
Initializes the table model.
propertiesTipText() - Method in class adams.flow.control.UpdateProperties
Returns the tip text for this property.
propertiesTipText() - Method in interface adams.flow.core.PropertiesUpdater
Returns the tip text for this property.
propertiesTipText() - Method in class adams.flow.source.AbstractSimpleSourceWithPropertiesUpdating
Returns the tip text for this property.
propertiesTipText() - Method in class adams.flow.transformer.AbstractTransformerWithPropertiesUpdating
Returns the tip text for this property.
PropertiesToCode - Class in adams.core
Turns a Properties object into Java code.
PropertiesToCode() - Constructor for class adams.core.PropertiesToCode
 
PropertiesToKeyValuePairs - Class in adams.data.conversion
Converts the java.util.Properties into key-value pairs.
PropertiesToKeyValuePairs() - Constructor for class adams.data.conversion.PropertiesToKeyValuePairs
 
PropertiesToMap - Class in adams.data.conversion
Turns a Properties object into a java.util.Map.
PropertiesToMap() - Constructor for class adams.data.conversion.PropertiesToMap
 
propertiesToOutputType(Properties) - Method in class adams.flow.source.EnterManyValues
Converts the properties into the requested output type.
propertiesToSpreadSheet(Properties) - Method in class adams.flow.source.EnterManyValues
Converts the properties into a spreadsheet (single row, with property names for column names).
PropertiesToSpreadSheet - Class in adams.data.conversion
Turns a properties object into a spreadsheet with two columns, one for the key and one for the value.
PropertiesToSpreadSheet() - Constructor for class adams.data.conversion.PropertiesToSpreadSheet
 
PropertiesToString - Class in adams.data.conversion
Turns a Properties object into a String.
PropertiesToString() - Constructor for class adams.data.conversion.PropertiesToString
 
PropertiesToVariables - Class in adams.flow.transformer
Turns the properties into variables.
Only the property keys that match the regular expression are turned into variables.
PropertiesToVariables() - Constructor for class adams.flow.transformer.PropertiesToVariables
 
PropertiesUpdater - Interface in adams.flow.core
Interface for actors that update one or more properties of a Java object using variables.
PropertiesUpdaterHelper - Class in adams.flow.core
Helper class for updating properties.
PropertiesUpdaterHelper() - Constructor for class adams.flow.core.PropertiesUpdaterHelper
 
PropertiesViewer - Class in adams.gui.menu
Opens the properties viewer.
PropertiesViewer() - Constructor for class adams.gui.menu.PropertiesViewer
Initializes the menu item with no owner.
PropertiesViewer(AbstractApplicationFrame) - Constructor for class adams.gui.menu.PropertiesViewer
Initializes the menu item.
PropertiesViewerPanel - Class in adams.gui.tools
A panel displaying properties files.
PropertiesViewerPanel() - Constructor for class adams.gui.tools.PropertiesViewerPanel
 
propertiesWidthTipText() - Method in class adams.flow.sink.ImageViewer
Returns the tip text for this property.
PROPERTY - adams.core.PropertiesDataType
stock standard string value, as stored.
PROPERTY_CHECK_CACHE - Static variable in class adams.core.discovery.IntrospectionHelper
the cache for "has property" checks.
PROPERTY_CMDLINE - Static variable in class adams.gui.wizard.GenericObjectEditorPage
the identifier for the commandline of the object.
PROPERTY_CMDLINE - Static variable in class adams.gui.wizard.PropertySheetPanelPage
the identifier for the commandline of the object.
PROPERTY_CMDLINE - Static variable in class adams.gui.wizard.WekaPropertySheetPanelPage
the identifier for the commandline of the object.
PROPERTY_PARENTID - Static variable in class adams.data.report.Report
the parent ID property.
PROPERTY_TMPDIR - Static variable in class adams.core.io.TempUtils
property indicating the temp directory to use.
PROPERTY_WEKAEDITORS - Static variable in class adams.gui.goe.WekaEditorsRegistration
property indicating whether to use the Weka editors instead of the Adams ones.
propertyChange(PropertyChangeEvent) - Method in class adams.gui.chooser.ImagePreview
Gets called when a property in the file chooser changes.
propertyChange(PropertyChangeEvent) - Method in class adams.gui.goe.GenericObjectEditorPanel
This method gets called when a bound property is changed.
propertyChange(PropertyChangeEvent) - Method in class adams.gui.goe.InlineEditor
This method gets called when a bound property is changed.
propertyChange(PropertyChangeEvent) - Method in class adams.gui.goe.PropertySheetPanel
Updates the property sheet panel with a changed property and also passed the event along.
propertyChange(PropertyChangeEvent) - Method in class adams.gui.visualization.stats.scatterplot.Matrix.prop
 
PropertyContainer(PropertyPath.Path, PropertyDescriptor, Object) - Constructor for class adams.core.discovery.PropertyPath.PropertyContainer
Initializes the container.
PropertyContainer(PropertyPath.Path, Method, Method, Object) - Constructor for class adams.core.discovery.PropertyPath.PropertyContainer
Initializes the container.
PropertyDiscovery - Interface in adams.core.discovery
Interface for classes that perform object discovery.
PropertyHelper - Class in adams.flow.core
Helper class for updating properties of objects.
PropertyHelper() - Constructor for class adams.flow.core.PropertyHelper
 
propertyNames(String) - Method in class adams.core.Properties
Returns an enumeration of all the keys in this property list, including distinct keys in the default property list if a key of the same name has not already been found from the main properties list, as long as the key matches the provided prefix.
PropertyPanel - Class in adams.gui.goe
Support for drawing a property value in a component.
PropertyPanel(PropertyEditor) - Constructor for class adams.gui.goe.PropertyPanel
Create the panel with the supplied property editor.
PropertyPanel(PropertyEditor, boolean) - Constructor for class adams.gui.goe.PropertyPanel
Create the panel with the supplied property editor, optionally ignoring any custom panel the editor can provide.
PropertyPanel.PopupMenuCustomizer - Interface in adams.gui.goe
Interface for editors that can customize the popup menu.
PropertyPath - Class in adams.core.discovery
A helper class for accessing properties in nested objects, e.g., accessing the "getRidge" method of a LinearRegression classifier part of MultipleClassifierCombiner, e.g., Vote.
PropertyPath() - Constructor for class adams.core.discovery.PropertyPath
 
PropertyPath.Path - Class in adams.core.discovery
Contains a (property) path structure.
PropertyPath.PathElement - Class in adams.core.discovery
Represents a single element of a property path.
PropertyPath.PathElementType - Enum in adams.core.discovery
The type of path element we're dealing with.
PropertyPath.PropertyContainer - Class in adams.core.discovery
A helper class that stores Object and PropertyDescriptor together.
PropertySheetPanel - Class in adams.gui.goe
Displays a property sheet where (supported) properties of the target object may be edited.
PropertySheetPanel(UserMode) - Constructor for class adams.gui.goe.PropertySheetPanel
Default constructor.
PropertySheetPanelPage - Class in adams.gui.wizard
Wizard page that use a PropertySheetPanel for displaying the properties of an object.
PropertySheetPanelPage() - Constructor for class adams.gui.wizard.PropertySheetPanelPage
Default constructor.
PropertySheetPanelPage(String) - Constructor for class adams.gui.wizard.PropertySheetPanelPage
Initializes the page with the given page name.
PropertyText - Class in adams.gui.goe
Support for a PropertyEditor that uses text.
propertyTipText() - Method in class adams.core.discovery.genetic.GenericDoubleResolution
Returns the tip text for this property.
propertyTipText() - Method in class adams.core.discovery.genetic.GenericFloatResolution
Returns the tip text for this property.
propertyTipText() - Method in class adams.core.discovery.genetic.GenericInteger
Returns the tip text for this property.
propertyTipText() - Method in class adams.core.discovery.genetic.GenericString
Returns the tip text for this property.
propertyTipText() - Method in class adams.flow.condition.bool.HasProperty
Returns the tip text for this property.
propertyTipText() - Method in class adams.flow.core.AbstractPropertyUpdater
Returns the tip text for this property.
propertyTipText() - Method in class adams.flow.source.GetSystemProperty
Returns the tip text for this property.
propertyTipText() - Method in class adams.flow.transformer.GetProperty
Returns the tip text for this property.
propertyTipText() - Method in class adams.flow.transformer.SetSystemProperty
Returns the tip text for this property.
PropertyTraversal - Class in adams.core.discovery
Performs property traversal presenting the properties to an observer.
PropertyTraversal() - Constructor for class adams.core.discovery.PropertyTraversal
 
PropertyTraversal.Observer - Interface in adams.core.discovery
Interface for traversal observers.
PropertyValueSelector - Class in adams.gui.goe
Support for any PropertyEditor that uses tags.
PropertyValueSelector(PropertyEditor) - Constructor for class adams.gui.goe.PropertyValueSelector
Sets up the editing component with the supplied editor.
propose(File) - Method in class adams.core.io.FilenameProposer
Proposes a file name based on the given file/dir.
PROPRIETARY - adams.core.License
PROPRIETARY.
PROPS_FILTER - Static variable in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm
the key for a filter setup in the setup properties.
PROPS_FILTER - Static variable in class adams.opt.optimise.genetic.AbstractGeneticAlgorithm
the key for a filter setup in the setup properties.
PROPS_MASK - Static variable in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm
the key for the mask in the setup properties.
PROPS_MASK - Static variable in class adams.opt.optimise.genetic.AbstractGeneticAlgorithm
the key for the mask in the setup properties.
PROPS_RELATION - Static variable in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm
the key for the relation name in the generated properties file.
PROPS_RELATION - Static variable in class adams.opt.optimise.genetic.AbstractGeneticAlgorithm
the key for the relation name in the generated properties file.
protectArgsTipText() - Method in class adams.flow.source.RSync
 
protocolCommandSent(ProtocolCommandEvent) - Method in class adams.core.io.lister.FtpDirectoryLister
This method is invoked by a ProtocolCommandEvent source after sending a protocol command to a server.
protocolCommandSent(ProtocolCommandEvent) - Method in class adams.flow.standalone.FTPConnection
This method is invoked by a ProtocolCommandEvent source after sending a protocol command to a server.
protocolCommandSent(ProtocolCommandEvent) - Method in class adams.gui.chooser.FtpRemoteDirectorySetup
This method is invoked by a ProtocolCommandEvent source after sending a protocol command to a server.
protocolCommandSent(ProtocolCommandEvent) - Method in class adams.scripting.connection.FTPConnection
This method is invoked by a ProtocolCommandEvent source after sending a protocol command to a server.
protocolReplyReceived(ProtocolCommandEvent) - Method in class adams.core.io.lister.FtpDirectoryLister
This method is invoked by a ProtocolCommandEvent source after receiving a reply from a server.
protocolReplyReceived(ProtocolCommandEvent) - Method in class adams.flow.standalone.FTPConnection
This method is invoked by a ProtocolCommandEvent source after receiving a reply from a server.
protocolReplyReceived(ProtocolCommandEvent) - Method in class adams.gui.chooser.FtpRemoteDirectorySetup
This method is invoked by a ProtocolCommandEvent source after receiving a reply from a server.
protocolReplyReceived(ProtocolCommandEvent) - Method in class adams.scripting.connection.FTPConnection
This method is invoked by a ProtocolCommandEvent source after receiving a reply from a server.
protocolsTipText() - Method in class adams.flow.standalone.SMTPConnection
Returns the tip text for this property.
protocolTipText() - Method in class adams.flow.source.RSync
 
providerTipText() - Method in class adams.flow.source.ColorProvider
Returns the tip text for this property.
providerTipText() - Method in class adams.flow.transformer.ColorProvider
Returns the tip text for this property.
providerTipText() - Method in class adams.gui.visualization.core.TranslucentColorProvider
Returns the tip text for this property.
PROXY_TYPE - Static variable in class adams.core.net.ProxyHelper
the type of proxy to use.
ProxyDefinition - Class in adams.env
Definition for the Proxy props file.
ProxyDefinition() - Constructor for class adams.env.ProxyDefinition
 
ProxyHelper - Class in adams.core.net
Helper class for proxy setups.
ProxyHelper - Class in adams.gui.application
Initializes the proxy support.
ProxyHelper() - Constructor for class adams.gui.application.ProxyHelper
 
ProxySettingsPanel - Class in adams.gui.application
Panel for configuring the proxy settings.
ProxySettingsPanel() - Constructor for class adams.gui.application.ProxySettingsPanel
 
prune() - Method in class weka.classifiers.trees.m5.RuleNode2
Recursively prune the tree
pruneBackup() - Method in class adams.flow.control.AbstractDataContainerFileChecker
Removes entries from the backup.
pruneBackup() - Method in class adams.flow.control.CallableActorScreenshot
Removes entries from the backup.
pruneBackup() - Method in class adams.flow.control.Count
Removes entries from the backup.
pruneBackup() - Method in class adams.flow.control.Injector
Removes entries from the backup.
pruneBackup() - Method in class adams.flow.control.InputOutputListener
Removes entries from the backup.
pruneBackup() - Method in class adams.flow.control.Once
Removes entries from the backup.
pruneBackup() - Method in class adams.flow.control.PlotProcessor
Removes entries from the backup.
pruneBackup() - Method in class adams.flow.control.StorageValueSequence
Removes entries from the backup.
pruneBackup() - Method in class adams.flow.control.TimedSubProcess
Removes entries from the backup.
pruneBackup() - Method in class adams.flow.control.TimedTee
Removes entries from the backup.
pruneBackup() - Method in class adams.flow.control.TimedTrigger
Removes entries from the backup.
pruneBackup() - Method in class adams.flow.control.TriggerOnce
Removes entries from the backup.
pruneBackup() - Method in class adams.flow.core.AbstractActor
Removes entries from the backup.
pruneBackup() - Method in class adams.flow.core.AbstractCallableActor
Removes entries from the backup.
pruneBackup() - Method in class adams.flow.core.AbstractScriptedActor
Removes entries from the backup.
pruneBackup() - Method in class adams.flow.core.AbstractTemplate
Removes entries from the backup.
pruneBackup() - Method in class adams.flow.sink.DisplayPanelManager
Removes entries from the backup.
pruneBackup() - Method in class adams.flow.sink.Exec
Removes entries from the backup.
pruneBackup() - Method in class adams.flow.sink.HistoryDisplay
Removes entries from the backup.
pruneBackup() - Method in class adams.flow.sink.LogDumper
Removes entries from the backup.
pruneBackup() - Method in class adams.flow.sink.PlotContainerSink
Removes entries from the backup.
pruneBackup() - Method in class adams.flow.sink.Screenshot
Removes entries from the backup.
pruneBackup() - Method in class adams.flow.sink.WekaDatabaseWriter
Removes entries from the backup.
pruneBackup() - Method in class adams.flow.standalone.ConsoleWindow
Removes entries from the backup.
pruneBackup() - Method in class adams.flow.standalone.QueueInit
Removes entries from the backup.
pruneBackup() - Method in class adams.flow.transformer.AbstractArrayProvider
Removes entries from the backup.
pruneBackup() - Method in class adams.flow.transformer.AbstractDataContainerFileImport
Removes entries from the backup.
pruneBackup() - Method in class adams.flow.transformer.AbstractDataContainerFileReader
Removes entries from the backup.
pruneBackup() - Method in class adams.flow.transformer.AbstractProcessWekaInstanceWithModel
Removes entries from the backup.
pruneBackup() - Method in class adams.flow.transformer.AbstractReportFileImport
Removes entries from the backup.
pruneBackup() - Method in class adams.flow.transformer.ArrayCombinations
Removes entries from the backup.
pruneBackup() - Method in class adams.flow.transformer.ArrayToChunks
Removes entries from the backup.
pruneBackup() - Method in class adams.flow.transformer.ArrayToSequence
Removes entries from the backup.
pruneBackup() - Method in class adams.flow.transformer.BinaryFileReader
Removes entries from the backup.
pruneBackup() - Method in class adams.flow.transformer.BoofCVFeatureGenerator
Removes entries from the backup.
pruneBackup() - Method in class adams.flow.transformer.BoofCVMultiImageOperation
Removes entries from the backup.
pruneBackup() - Method in class adams.flow.transformer.BufferedImageFeatureGenerator
Removes entries from the backup.
pruneBackup() - Method in class adams.flow.transformer.BufferedImageMultiImageOperation
Removes entries from the backup.
pruneBackup() - Method in class adams.flow.transformer.CollectionToSequence
Removes entries from the backup.
pruneBackup() - Method in class adams.flow.transformer.ColorProvider
Removes entries from the backup.
pruneBackup() - Method in class adams.flow.transformer.MultiMat5MatrixOperation
Removes entries from the backup.
pruneBackup() - Method in class adams.flow.transformer.OpenCVFeatureGenerator
Removes entries from the backup.
pruneBackup() - Method in class adams.flow.transformer.OpenCVMultiImageOperation
Removes entries from the backup.
pruneBackup() - Method in class adams.flow.transformer.SequenceToArray
Removes entries from the backup.
pruneBackup() - Method in class adams.flow.transformer.SequenceToCollection
Removes entries from the backup.
pruneBackup() - Method in class adams.flow.transformer.SpreadSheetAnonymize
Removes entries from the backup.
pruneBackup() - Method in class adams.flow.transformer.SpreadSheetGetColumnIndex
Removes entries from the backup.
pruneBackup() - Method in class adams.flow.transformer.SpreadSheetReplaceCellValue
Removes entries from the backup.
pruneBackup() - Method in class adams.flow.transformer.SpreadSheetRowBuffer
Removes entries from the backup.
pruneBackup() - Method in class adams.flow.transformer.SpreadSheetStorageRowIterator
Removes entries from the backup.
pruneBackup() - Method in class adams.flow.transformer.SpreadSheetSubsetByValue
Removes entries from the backup.
pruneBackup() - Method in class adams.flow.transformer.SpreadSheetTransformCells
Removes entries from the backup.
pruneBackup() - Method in class adams.flow.transformer.SpreadSheetTransformHeaderCells
Removes entries from the backup.
pruneBackup() - Method in class adams.flow.transformer.SpreadSheetVariableRowIterator
Removes entries from the backup.
pruneBackup() - Method in class adams.flow.transformer.TimeseriesFeatureGenerator
Removes entries from the backup.
pruneBackup() - Method in class adams.flow.transformer.UniqueID
Removes entries from the backup.
pruneBackup() - Method in class adams.flow.transformer.WekaAccumulatedError
Removes entries from the backup.
pruneBackup() - Method in class adams.flow.transformer.WekaAggregateEvaluations
Removes entries from the backup.
pruneBackup() - Method in class adams.flow.transformer.WekaCrossValidationSplit
Removes entries from the backup.
pruneBackup() - Method in class adams.flow.transformer.WekaFileReader
Removes entries from the backup.
pruneBackup() - Method in class adams.flow.transformer.WekaFilter
Removes entries from the backup.
pruneBackup() - Method in class adams.flow.transformer.WekaGeneticAlgorithm
Removes entries from the backup.
pruneBackup() - Method in class adams.flow.transformer.WekaInstanceBuffer
Removes entries from the backup.
pruneBackup() - Method in class adams.flow.transformer.WekaInstanceDumper
Removes entries from the backup.
pruneBackup() - Method in class adams.flow.transformer.WekaMultiLabelSplitter
Removes entries from the backup.
pruneBackup() - Method in class adams.flow.transformer.WekaNearestNeighborSearch
Removes entries from the backup.
pruneBackup() - Method in class adams.flow.transformer.WekaReorderAttributesToReference
Removes entries from the backup.
pruneBackup() - Method in class adams.flow.transformer.WekaStreamEvaluator
Removes entries from the backup.
pruneBackup() - Method in class adams.flow.transformer.WekaTrainClassifier
Removes entries from the backup.
pruneBackup() - Method in class adams.flow.transformer.WekaTrainClusterer
Removes entries from the backup.
pruneBackup(String) - Method in class adams.flow.core.AbstractActor
Removes the object with the specified key from the current backup state.
pruneEmptyDirsTipText() - Method in class adams.flow.source.RSync
 
pruneExporters(List<AbstractObjectExporter>) - Method in class adams.gui.visualization.multiobjectexport.AbstractMultiObjectExport
Prunes the list of exporters to use.
PS - adams.core.TechnicalInformation.Field
A link to a postscript file.
PSEUDO_COLUMNS - adams.db.MetaDataType
 
PTipText() - Method in class adams.data.image.moments.CentralMoment
Returns the tip text for this property.
PTipText() - Method in class adams.data.image.moments.Moment
Returns the tip text for this property.
PTipText() - Method in class adams.data.image.moments.NormalizedMoment
Returns the tip text for this property.
PUBLIC_DOMAIN - adams.core.License
Public domain, i.e., AS IS.
PUBLIC_KEY - adams.core.net.SSHAuthenticationType
 
PublicationEvent - Class in adams.event
Event when data gets published through PublishSubscribeHandler.
PublicationEvent(PublishSubscribeHandler, Object, Object) - Constructor for class adams.event.PublicationEvent
Initializes the event.
PublicationListener - Interface in adams.event
Interface for classes that listen to data being published.
PublicPrincipalComponents - Class in weka.filters.unsupervised.attribute
Class that is identical to the Principal components class except it contains a public method to get the coefficients from the principal components model
PublicPrincipalComponents() - Constructor for class weka.filters.unsupervised.attribute.PublicPrincipalComponents
 
publish(Object, Object) - Method in class adams.core.PublishSubscribeHandler
Publishes the data.
publish(LogRecord) - Method in class adams.console.Logging.RemoteListenerRunnableWithLog
Publishes the record.
publish(LogRecord) - Method in class adams.core.logging.AbstractLogHandler
Publish a LogRecord.
publish(LogRecord) - Method in class adams.core.logging.RemoteReceiveHandler.AbstractRemoteListenerRunnable
Publishes the record.
publish(LogRecord) - Method in class adams.core.logging.RemoteReceiveHandler.RemoteListenerRunnableUsingHandler
Publishes the record.
publish(LogRecord) - Method in class adams.gui.tools.remotecontrolcenter.panels.RemoteLoggingTab.RemoteListenerRunnableWithLog
Publishes the record.
Publish - Class in adams.flow.sink
Publishes the incoming data using the specified publish/subscribe handler in storage.
Publish() - Constructor for class adams.flow.sink.Publish
 
PUBLISHER - adams.core.TechnicalInformation.Field
The publisher's name.
PublishSubscribeHandler - Class in adams.core
Manages publishing of data to subscribed listeners.
PublishSubscribeHandler() - Constructor for class adams.core.PublishSubscribeHandler
Initializes the handler.
PullUpActor - Class in adams.gui.flow.tree.keyboardaction
Adds an actor at the current location.
PullUpActor - Class in adams.gui.flow.tree.menu
For pulling up actors below a mutable actor handler, replacing the actor handler with them.
PullUpActor() - Constructor for class adams.gui.flow.tree.keyboardaction.PullUpActor
 
PullUpActor() - Constructor for class adams.gui.flow.tree.menu.PullUpActor
 
pullUpActors(TreePath) - Method in class adams.gui.flow.tree.TreeOperations
Pulls up the actors of the selected mutable actor.
PullUpBooleanCondition - Class in adams.gui.goe.popupmenu
Pulls up the BooleanCondition from the Not condition.
PullUpBooleanCondition() - Constructor for class adams.gui.goe.popupmenu.PullUpBooleanCondition
 
PullUpClassifier - Class in adams.gui.goe.popupmenu
For pulling up classifiers from SingleClassifierEnhancer wrappers.
PullUpClassifier() - Constructor for class adams.gui.goe.popupmenu.PullUpClassifier
 
PullUpClusterer - Class in adams.gui.goe.popupmenu
For pulling up clusterers from SingleClustererEnhancer wrappers.
PullUpClusterer() - Constructor for class adams.gui.goe.popupmenu.PullUpClusterer
 
PullUpInstancesColumnFinder - Class in adams.gui.goe.popupmenu
Pulls up the base Instances ColumnFinder from a filtered ColumnFinder.
PullUpInstancesColumnFinder() - Constructor for class adams.gui.goe.popupmenu.PullUpInstancesColumnFinder
 
PullUpInstancesRowFinder - Class in adams.gui.goe.popupmenu
Pulls up the base Instances RowFinder from a filtered RowFinder.
PullUpInstancesRowFinder() - Constructor for class adams.gui.goe.popupmenu.PullUpInstancesRowFinder
 
PullUpSpreadSheetColumnFinder - Class in adams.gui.goe.popupmenu
Pulls up the base SpreadSheet ColumnFinder from a filtered ColumnFinder.
PullUpSpreadSheetColumnFinder() - Constructor for class adams.gui.goe.popupmenu.PullUpSpreadSheetColumnFinder
 
PullUpSpreadSheetRowFinder - Class in adams.gui.goe.popupmenu
Pulls up the base SpreadSheet RowFinder from a filtered RowFinder.
PullUpSpreadSheetRowFinder() - Constructor for class adams.gui.goe.popupmenu.PullUpSpreadSheetRowFinder
 
purge() - Method in class adams.flow.control.RunningFlowsRegistry
Removes all stopped flows.
push(double, double) - Method in class adams.gui.visualization.core.axis.ZoomHandler
Adds the zoom to its internal list and updates the axis.
push(Zoom) - Method in class adams.gui.visualization.core.axis.ZoomHandler
Adds the zoom to its internal list and updates the axis.
push(String, Object) - Method in class adams.core.option.OptionTraversalPath
Pushes the path and the associated object onto the stack.
PUSH - adams.gui.event.PlotPanelZoomEvent.ZoomEventType
added zoom.
pushButton() - Constructor for class adams.gui.visualization.stats.zscore.ZScore.pushButton
 
pushZoom(double, double) - Method in class adams.gui.visualization.core.axis.AbstractAxisModel
Adds the zoom to its internal list and updates the axis.
pushZoom(double, double) - Method in class adams.gui.visualization.core.axis.AbstractDateBasedAxisModel
Adds the zoom to its internal list and updates the axis.
pushZoom(double, double) - Method in class adams.gui.visualization.core.axis.DefaultAxisModel
Adds the zoom to its internal list and updates the axis.
pushZoom(double, double) - Method in class adams.gui.visualization.core.axis.PercentageAxisModel
Adds the zoom to its internal list and updates the axis.
pushZoom(double, double) - Method in class adams.gui.visualization.core.AxisPanel
Adds the zoom to its internal list and updates the axis.
put(StorageName, Object) - Method in class adams.flow.control.Storage
Adds the given value under the specified name.
put(String, StorageName, Object) - Method in class adams.flow.control.Storage
Adds the given value under the specified name to the named LRU cache.
put(K, V) - Method in class adams.core.LRUCache
Adds an entry to this cache (if enabled).
putBits(int[]) - Method in class adams.opt.optimise.genetic.PackData
 
putBoolean(String, Boolean) - Method in class adams.flow.core.AdditionalOptions
Stores the given boolean value under the specified key.
putDouble(String, Double) - Method in class adams.flow.core.AdditionalOptions
Stores the given double value under the specified key.
putInteger(String, Integer) - Method in class adams.flow.core.AdditionalOptions
Stores the given integer value under the specified key.
putMappingX(String) - Method in class adams.data.sequence.XYSequence
Adds a X mapping for the given string.
putMappingY(String) - Method in class adams.data.sequence.XYSequence
Adds a Y mapping for the given string.
putPlaceholderFile(String, PlaceholderFile) - Method in class adams.flow.core.AdditionalOptions
Stores the given placeholder file value under the specified key.
putString(String, String) - Method in class adams.flow.core.AdditionalOptions
Stores the given string value under the specified key.
PyroCall - Interface in adams.flow.core
Interface for Pyro4 method calls.
PyroInputConsumer - Interface in adams.flow.core
Interface for Pyro calls that can process input.
PyroNameServer - Class in adams.flow.standalone
Defines the Pyro nameserver to use.
PyroNameServer() - Constructor for class adams.flow.standalone.PyroNameServer
 
PyroNameServer.Mode - Enum in adams.flow.standalone
The server mode.
PyroOutputProducer - Interface in adams.flow.core
Interface for Pyro calls that generate output.
PyroSink - Class in adams.flow.sink
Consumes data using a Pyro4 call.

For more information see:
https://pythonhosted.org/Pyro4/
https://github.com/irmen/Pyrolite

Input/output:
- accepts:
   java.lang.Object


PyroSink() - Constructor for class adams.flow.sink.PyroSink
 
PyroSource - Class in adams.flow.source
Generates data using a Pyro4 call

For more information see:
https://pythonhosted.org/Pyro4/
https://github.com/irmen/Pyrolite

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


PyroSource() - Constructor for class adams.flow.source.PyroSource
 
PyroStandalone - Class in adams.flow.standalone
Transforms data using a Pyro4 call

For more information see:
https://pythonhosted.org/Pyro4/
https://github.com/irmen/Pyrolite

PyroStandalone() - Constructor for class adams.flow.standalone.PyroStandalone
 
PyroTransformer - Class in adams.flow.transformer
Transforms data using a Pyro4 call

For more information see:
https://pythonhosted.org/Pyro4/
https://github.com/irmen/Pyrolite

Input/output:
- accepts:
   java.lang.Object
- generates:
   java.lang.Object


PyroTransformer() - Constructor for class adams.flow.transformer.PyroTransformer
 
PythonEnvironment - Class in adams.flow.standalone
Defines what Python executables to use within this context.
On Linux, you can enforce using the system-wide Python 3 executables by supplying '3' as suffix, which gets appended to the executables.
PythonEnvironment() - Constructor for class adams.flow.standalone.PythonEnvironment
 
PythonEnvironment.PythonPathUpdateType - Enum in adams.flow.standalone
How to update the environment varibale.
PythonExec - Class in adams.flow.source
Executes the specified Python script with the specified options and broadcasts the generated output (stdout and/or stderr) continuously.
PythonExec() - Constructor for class adams.flow.source.PythonExec
 
PythonExpandScript - Class in adams.flow.transformer
Loads the Python script received as input, expands any variables and placeholders, saves it to the specified output file and forwards the output file name.
PythonExpandScript() - Constructor for class adams.flow.transformer.PythonExpandScript
 
PYTHONPATH - Static variable in class adams.flow.standalone.PythonEnvironment
the placeholder for the environment variable.
pythonPathEnvVarTipText() - Method in class adams.flow.standalone.PythonEnvironment
Returns the tip text for this property.
pythonPathUpdateTypeTipText() - Method in class adams.flow.standalone.PythonEnvironment
Returns the tip text for this property.
pythonTipText() - Method in class adams.flow.standalone.PythonEnvironment
Returns the tip text for this property.
PythonVenvExec - Class in adams.flow.source
Executes the specified executable in a Python virtual environment with the specified options and broadcasts the generated output (stdout and/or stderr) continuously.
Fails if the specified environment does not contain any 'activate' scripts typically found in such directories.
PythonVenvExec() - Constructor for class adams.flow.source.PythonVenvExec
 

Q

Q - adams.data.image.YIQChannel
 
QRCode - Class in adams.data.barcode.encode
Draws a QR code at a specified location and size.
QRCode() - Constructor for class adams.data.barcode.encode.QRCode
 
QTipText() - Method in class adams.data.image.moments.CentralMoment
Returns the tip text for this property.
QTipText() - Method in class adams.data.image.moments.Moment
Returns the tip text for this property.
QTipText() - Method in class adams.data.image.moments.NormalizedMoment
Returns the tip text for this property.
QuadrilateralLocation - Class in adams.core.base
Wrapper for a quadrilateral location object to be editable in the GOE.
QuadrilateralLocation() - Constructor for class adams.core.base.QuadrilateralLocation
Initializes the string with length 0.
QuadrilateralLocation(double, double, double, double, double, double, double, double) - Constructor for class adams.core.base.QuadrilateralLocation
Initializes the object with the string to parse.
QuadrilateralLocation(Quadrilateral_F64) - Constructor for class adams.core.base.QuadrilateralLocation
Initializes the object with the location to use.
QuadrilateralLocation(String) - Constructor for class adams.core.base.QuadrilateralLocation
Initializes the object with the string to parse.
QuadrilateralLocationCenter - Class in adams.data.conversion
Determines the center of the quadrilateral object and returns them as a java.awt.geom.Point2D.
QuadrilateralLocationCenter() - Constructor for class adams.data.conversion.QuadrilateralLocationCenter
 
QuadrilateralLocationToString - Class in adams.data.conversion
Turns a quadrilateral object into a string of the format 'A.x A.y B.x B.y C.x C.y D.x D.y'.
QuadrilateralLocationToString() - Constructor for class adams.data.conversion.QuadrilateralLocationToString
 
quadrilateralValue() - Method in class adams.core.base.QuadrilateralLocation
Returns the quadrilateral location.
qualityTipText() - Method in class adams.gui.print.JPEGWriter
Returns the tip text for this property.
QUARTERLY - adams.data.timeseries.PeriodicityType
 
quartile(double[], double) - Static method in class adams.data.statistics.StatUtils
Returns the quartile of the given array.
quartile(int[], double) - Static method in class adams.data.statistics.StatUtils
Returns the quartile of the given array.
quartile(Number[], double) - Static method in class adams.data.statistics.StatUtils
Returns the quartile of the given array.
quartile1 - Variable in class weka.filters.unsupervised.attribute.InterquartileRangeSamp.IQRs
 
QUARTILE25 - adams.flow.transformer.SpreadSheetAggregate.Aggregate
25th quartile.
QUARTILE25 - adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.LowerStatistic
 
quartile3 - Variable in class weka.filters.unsupervised.attribute.InterquartileRangeSamp.IQRs
 
QUARTILE75 - adams.flow.transformer.SpreadSheetAggregate.Aggregate
75th quartile.
QUARTILE75 - adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.UpperStatistic
 
Query - Class in adams.gui.tools.spreadsheetviewer.tab
Allows the user to run a query on a spreadsheet and create a new transformed sheet using the SpreadSheetQuery transformer.
Query() - Constructor for class adams.gui.tools.spreadsheetviewer.tab.Query
 
QUERY_CHANGED - adams.gui.event.SqlQueryPanelEvent.EventType
the query was modified.
QUERY_DATA - Static variable in class adams.gui.visualization.timeseries.TimeseriesImportDatabaseDialog
key for data query.
QUERY_ERROR - adams.gui.event.SqlQueryPanelEvent.EventType
a query generated an error.
QUERY_IDS - Static variable in class adams.gui.visualization.timeseries.TimeseriesImportDatabaseDialog
key for query listing the IDs.
QUERY_METADATA_KEYVALUE - Static variable in class adams.gui.visualization.timeseries.TimeseriesImportDatabaseDialog
key for the meta-data query (key/value).
QUERY_METADATA_ROW - Static variable in class adams.gui.visualization.timeseries.TimeseriesImportDatabaseDialog
key for the meta-data query (row).
QUERY_SUCCESS_NOOUTPUT - adams.gui.event.SqlQueryPanelEvent.EventType
a query was run successfully (but no output).
QUERY_SUCCESS_WITHOUTPUT - adams.gui.event.SqlQueryPanelEvent.EventType
a query was run successfully (with output).
queryChanged() - Method in class adams.gui.tools.sqlworkbench.SqlQueryPanel
Gets called whenever the query changes.
queryDatabase() - Method in class adams.flow.sink.AbstractDbSink
Performs the actual database query.
queryDatabase() - Method in class adams.flow.sink.LargeObjectDbWriter
Performs the actual database query.
queryDatabase() - Method in class adams.flow.source.AbstractDatabaseMetaData
Performs the actual database query.
queryDatabase() - Method in class adams.flow.source.AbstractDbArrayProvider
Performs the actual database query.
queryDatabase() - Method in class adams.flow.source.AbstractDbSource
Performs the actual database query.
queryDatabase() - Method in class adams.flow.source.AbstractInstrumentSupplier
Performs the actual database query.
queryDatabase() - Method in class adams.flow.source.AbstractListTables
Performs the actual database query.
queryDatabase() - Method in class adams.flow.source.AbstractSimpleDbSource
Performs the actual database query.
queryDatabase() - Method in class adams.flow.source.AbstractSpreadSheetDbReader
Performs the actual database query.
queryDatabase() - Method in class adams.flow.source.LargeObjectDbReader
Performs the actual database query.
queryDatabase() - Method in class adams.flow.source.TimeseriesDbReader
Performs the actual database query.
queryDatabase() - Method in class adams.flow.standalone.AbstractDbStandalone
Performs the actual database query.
queryDatabase() - Method in class adams.flow.standalone.ExecSQL
Performs the actual database query.
queryDatabase() - Method in class adams.flow.standalone.TableCleanUp
Performs the actual database query.
queryDatabase() - Method in class adams.flow.transformer.AbstractDataContainerDbReader
Executes the flow item.
queryDatabase() - Method in class adams.flow.transformer.AbstractDataContainerDbWriter
Executes the flow item.
queryDatabase() - Method in class adams.flow.transformer.AbstractDbArrayProvider
Performs the actual database query.
queryDatabase() - Method in class adams.flow.transformer.AbstractDbTransformer
Performs the actual database query.
queryDatabase() - Method in class adams.flow.transformer.AbstractDeleteDataContainer
Executes the flow item.
queryDatabase() - Method in class adams.flow.transformer.AbstractDeleteDbReportValue
Performs the actual database query.
queryDatabase() - Method in class adams.flow.transformer.AbstractReportDbReader
Executes the flow item.
queryDatabase() - Method in class adams.flow.transformer.AbstractReportDbWriter
Executes the flow item.
queryDatabase() - Method in class adams.flow.transformer.AbstractReportValueDbWriter
Executes the flow item.
queryDatabase() - Method in class adams.flow.transformer.TimeseriesDbReader
Performs the actual database query.
QueryProcessor - Class in adams.gui.tools.spreadsheetprocessor.processors
Uses an SQL-like query for processing the data.
QueryProcessor() - Constructor for class adams.gui.tools.spreadsheetprocessor.processors.QueryProcessor
 
queryTipText() - Method in class adams.flow.sink.LargeObjectDbWriter
Returns the tip text for this property.
queryTipText() - Method in class adams.flow.source.AbstractSpreadSheetDbReader
Returns the tip text for this property.
queryTipText() - Method in class adams.flow.source.LargeObjectDbReader
Returns the tip text for this property.
queryTipText() - Method in class adams.flow.source.WekaDatabaseReader
Returns the tip text for this property.
queryTipText() - Method in class adams.flow.transformer.SpreadSheetQuery
Returns the tip text for this property.
queryTypeTipText() - Method in class adams.flow.transformer.AbstractReportDbUpdater
Returns the tip text for this property.
queryUser(PerFoldMultiPagePane, ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.perfold.SubRangeEvaluation
Queries the user for the range.
queryUser(ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.history.SubRangeEvaluation
Queries the user for the range.
QUESTION - adams.gui.flow.FlowPanelNotificationArea.NotificationType
 
queue(DelayedActionRunnable.AbstractAction) - Method in class adams.gui.core.DelayedActionRunnable
Queues the action for execution after the countdown.
queueCompleted(JobListCompleteEvent) - Method in interface adams.event.JobListCompleteListener
Post process jobs in the queue.
QueueEvent - Class in adams.flow.standalone
Executes its sub-flow after a predefined number of milli-seconds.
QueueEvent() - Constructor for class adams.flow.standalone.QueueEvent
 
QueueEvent.QueueEventRunnable - Class in adams.flow.standalone
Specialized runnable for the QueueEvent actor.
QueueEventRunnable(QueueEvent) - Constructor for class adams.flow.standalone.QueueEvent.QueueEventRunnable
Initializes the runnable.
QueueHelper - Class in adams.flow.core
Helper class for queue handling.
QueueHelper() - Constructor for class adams.flow.core.QueueHelper
 
QueueInit - Class in adams.flow.standalone
Creates an empty queue in internal storage under the specified name.
QueueInit() - Constructor for class adams.flow.standalone.QueueInit
 
QueueItem(Object) - Constructor for class adams.flow.control.StorageQueueHandler.QueueItem
Initializes the item with no retrieval timestamp.
QueueItem(Object, long) - Constructor for class adams.flow.control.StorageQueueHandler.QueueItem
Initializes the item with the specified retrieval timestamp.
queueSave() - Static method in class adams.gui.core.UISettings
Queues saving the settings after UISettings.SECONDS_WAIT seconds.
queueTipText() - Method in class adams.flow.sink.SendEmail
Returns the tip text for this property.
queueUpdate() - Method in class adams.flow.execution.debug.ControlPanel
Queues a call to ControlPanel.update() in the swing thread.
QuickAction - Class in adams.gui.flow.tree.keyboardaction
Brings up the quick action menu.
QuickAction() - Constructor for class adams.gui.flow.tree.keyboardaction.QuickAction
 
QuickInfoHelper - Class in adams.core
Helper class for assembling quick info strings returned by classes implementing QuickInfoSupporter.
QuickInfoHelper() - Constructor for class adams.core.QuickInfoHelper
 
QuickInfoSupporter - Interface in adams.core
Interface for classes that return a short string describing their setup or internal state.
QuickSearchActorAfter - Class in adams.gui.flow.tree.keyboardaction
Allows the user to search for an actor to be inserted after the current location.
QuickSearchActorAfter() - Constructor for class adams.gui.flow.tree.keyboardaction.QuickSearchActorAfter
 
QuickSearchActorBeneath - Class in adams.gui.flow.tree.keyboardaction
Allows the user to search for an actor to be inserted beneath the current location.
QuickSearchActorBeneath() - Constructor for class adams.gui.flow.tree.keyboardaction.QuickSearchActorBeneath
 
QuickSearchActorHere - Class in adams.gui.flow.tree.keyboardaction
Allows the user to search for an actor to be inserted at the current location.
QuickSearchActorHere() - Constructor for class adams.gui.flow.tree.keyboardaction.QuickSearchActorHere
 
quietTipText() - Method in class adams.data.objectfinder.AbstractObjectFinder
Returns the tip text for this property.
quietTipText() - Method in class adams.flow.source.RSync
 
quietTipText() - Method in class adams.flow.source.SimpleRSync
 
quit() - Method in class adams.gui.tools.FileCommanderPanel
Closes the commander.
quote(String) - Static method in class adams.core.Utils
Quotes a string if it contains special characters.
quote(String, String) - Static method in class adams.core.Utils
Quotes a string if it contains special characters.
Quote - Class in adams.data.conversion
Surrounds a string with quotes (single or double), if necessary due to blanks or other characters (new line, tab) in the string.
However, you can also 'force' the quoting.

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

Quote - adams.gui.scripting.SyntaxDocument.ATTR_TYPE
a quoted string.
Quote() - Constructor for class adams.data.conversion.Quote
 
Quote.QuoteType - Enum in adams.data.conversion
The type of quote.
quoteCharacterTipText() - Method in class adams.data.io.input.CsvSpreadSheetReader
Returns the tip text for this property.
quoteCharacterTipText() - Method in class adams.data.io.input.FastCsvSpreadSheetReader
Returns the tip text for this property.
quoteCharacterTipText() - Method in class adams.data.io.input.SimpleCsvSpreadSheetReader
Returns the tip text for this property.
quoteCharacterTipText() - Method in class adams.data.io.output.CsvSpreadSheetWriter
Returns the tip text for this property.
quoteExecutable(String) - Static method in class adams.core.io.FileUtils
Surrounds the executable with double quotes if a blank is in the path.
quoteNumber(String) - Method in class adams.data.io.output.CsvSpreadSheetWriter
Quotes the (numeric) string if necessary.
quoteString(String) - Method in class adams.data.io.output.CsvSpreadSheetWriter
Quotes the string if necessary.
quoteString(String) - Method in class adams.data.io.output.SqlDumpSpreadSheetWriter
Quotes the string if necessary.
quoteTypeTipText() - Method in class adams.data.conversion.Quote
Returns the tip text for this property.
quoteTypeTipText() - Method in class adams.data.conversion.UnQuote
Returns the tip text for this property.
quoteTypeTipText() - Method in class adams.flow.source.NewList
Returns the tip text for this property.

R

R - Static variable in class adams.data.boofcv.transformer.SuperPixels
the index for red.
radiusTipText() - Method in class adams.data.image.transformer.GaussianBlur
Returns the tip text for this property.
radiusTipText() - Method in class adams.flow.transformer.pdfproclet.Circle
Returns the tip text for this property.
rae(double[], double[]) - Static method in class adams.data.statistics.StatUtils
Computes the relative absolute error between the two data vectors and returns it.
rae(Number[], Number[]) - Static method in class adams.data.statistics.StatUtils
Computes the relative absolute error between the two data vectors and returns it.
RAE - adams.flow.transformer.WekaClassifierRanker.Measure
evaluation via: Relative absolute error.
RAE - adams.opt.genetic.Measure
Relative absolute error.
RAE - adams.opt.optimise.genetic.fitnessfunctions.AbstractWEKAFitnessFunction.Measure
evaluation via: Relative absolute error.
RaiseError - Class in adams.flow.control
Raises a java.lang.Error if the condition evaluates to 'true', using the provided error message.

See also:
adams.flow.control.TryCatch

Input/output:
- accepts:
   adams.flow.core.Unknown
- generates:
   adams.flow.core.Unknown


RaiseError() - Constructor for class adams.flow.control.RaiseError
 
RAND - Static variable in interface adams.parser.booleanexpression.sym
 
RAND - Static variable in interface adams.parser.mathematicalexpression.sym
 
RANDINT - Static variable in interface adams.parser.booleanexpression.sym
 
RANDINT - Static variable in interface adams.parser.mathematicalexpression.sym
 
RANDOM - weka.classifiers.trees.XGBoost.FeatureSelector
 
RANDOM - Static variable in class weka.clusterers.SAXKMeans
 
RandomBoundingBox - Class in adams.gui.visualization.image.leftclick
Allows the user to create randomly sized bounding boxes around the left-click position.
RandomBoundingBox() - Constructor for class adams.gui.visualization.image.leftclick.RandomBoundingBox
 
randomColorsTipText() - Method in class adams.data.boofcv.transformer.SuperPixels
Returns the tip text for this property.
RandomDoubleRangeGenerator<T extends Number> - Interface in adams.data.random
Interface for random number generators that support returning random doubles within a certain range.
RandomIntegerRangeGenerator<T extends Number> - Interface in adams.data.random
Interface for random number generators that support returning random integers within a certain range.
Randomizable - Interface in adams.core
For classes that support seeded randomization in some sense.
Randomization - Interface in adams.data.splitgenerator.generic.randomization
Interface for randomization schemes.
randomize(TIntList, Random) - Method in class adams.ml.evaluation.AbstractSplitGenerator
Randomizes the indices using the given random number generator.
randomize(TIntList, Random) - Method in class weka.classifiers.AbstractSplitGenerator
Randomizes the indices using the given random number generator.
randomize(List<Binnable<T>>) - Method in class adams.data.splitgenerator.generic.randomization.AbstractRandomization
Randomizes the data.
randomize(List<Binnable<T>>) - Method in interface adams.data.splitgenerator.generic.randomization.Randomization
Randomizes the data.
Randomize - Class in adams.data.binning.operation
For randomizing bins/binnable lists.
Randomize - Class in adams.gui.tools.wekainvestigator.datatable.action
Randomizes the selected dataset.
Randomize() - Constructor for class adams.data.binning.operation.Randomize
 
Randomize() - Constructor for class adams.gui.tools.wekainvestigator.datatable.action.Randomize
Instantiates the action.
randomizeBins(List<Bin<T>>, long) - Static method in class adams.data.binning.operation.Randomize
Randomizes the data in the bins in-place.
randomizeBins(List<Bin<T>>, Random) - Static method in class adams.data.binning.operation.Randomize
Randomizes the data in the bins in-place.
randomizeData(List<Binnable<T>>, long) - Static method in class adams.data.binning.operation.Randomize
Randomizes the binnable data in-place.
randomizeData(List<Binnable<T>>, Random) - Static method in class adams.data.binning.operation.Randomize
Randomizes the binnable data in-place.
randomizeTipText() - Method in interface adams.core.OptionalRandomizable
Returns the tip text for this property.
randomizeTipText() - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesCrossValidationFoldGenerator
Returns the tip text for this property.
randomizeTipText() - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesGroupedCrossValidationFoldGenerator
Returns the tip text for this property.
randomizeTipText() - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.ManualSplitGenerator
Returns the tip text for this property.
randomizeTipText() - Method in class adams.flow.transformer.preparefilebaseddataset.CrossValidation
Returns the tip text for this property.
randomizeTipText() - Method in class adams.ml.evaluation.DefaultCrossValidationFoldGenerator
Returns the tip text for this property.
randomizeTipText() - Method in class weka.classifiers.BinnedNumericClassCrossValidationFoldGenerator
Returns the tip text for this property.
randomizeTipText() - Method in class weka.classifiers.DefaultCrossValidationFoldGenerator
Returns the tip text for this property.
randomizeTipText() - Method in class weka.classifiers.GroupedBinnedNumericClassCrossValidationFoldGenerator
Returns the tip text for this property.
randomizeTipText() - Method in class weka.classifiers.GroupedCrossValidationFoldGenerator
Returns the tip text for this property.
randomizeTipText() - Method in class weka.classifiers.GroupedCrossValidationFoldGeneratorUsingNumericClassValues
Returns the tip text for this property.
randomizeTipText() - Method in class weka.classifiers.LeaveOneOutByValueGenerator
Returns the tip text for this property.
randomizeTipText() - Method in class weka.filters.unsupervised.instance.RemoveDuplicates
Returns the tip text for this property.
RandomModelTrees - Class in weka.classifiers.trees
RandomModelTrees() - Constructor for class weka.classifiers.trees.RandomModelTrees
 
RandomNumberGenerator - Class in adams.flow.source
Random number generator.
RandomNumberGenerator<T extends Number> - Interface in adams.data.random
Interface for random number generators.
RandomNumberGenerator() - Constructor for class adams.flow.source.RandomNumberGenerator
 
RandomOptimiser - Class in adams.opt.optimise
Generate random parameter values.
RandomOptimiser() - Constructor for class adams.opt.optimise.RandomOptimiser
 
RandomRegions - Class in adams.flow.transformer.negativeregions
Generates specified number of random regions and then prunes ones that overlap with other regions or annotations.
RandomRegions() - Constructor for class adams.flow.transformer.negativeregions.RandomRegions
 
RandomRegressionForest - Class in weka.classifiers.trees
RandomRegressionForest: subtract mean and pls, then grow completely random trees (leaf: min ..
RandomRegressionForest() - Constructor for class weka.classifiers.trees.RandomRegressionForest
 
RandomRegressionForest.Node - Class in weka.classifiers.trees
TODO: description of class
randomSeedTipText() - Method in class weka.classifiers.meta.AbstainLeastMedianSq
Returns the tip text for this property
randomSeedTipText() - Method in class weka.classifiers.meta.LeastMedianSq
Returns the tip text for this property
RandomSplitGenerator - Class in adams.data.splitgenerator.generic.randomsplit
Generates generic random splits.
RandomSplitGenerator<I,​O> - Interface in adams.data.splitgenerator
Interface for generators of random splits of datasets.
RandomSplitGenerator - Interface in weka.classifiers
Interface for generators of random splits of datasets.
RandomSplitGenerator() - Constructor for class adams.data.splitgenerator.generic.randomsplit.RandomSplitGenerator
Initializes the cross-validation.
RandomSubset - Class in adams.gui.tools.wekainvestigator.datatable.action
Creates a random subset from a dataset and inserts it as a new dataset.
RandomSubset() - Constructor for class adams.gui.tools.wekainvestigator.datatable.action.RandomSubset
Instantiates the action.
range - Variable in class adams.gui.core.spreadsheettable.SpreadSheetTablePopupMenuItemHelper.TableState
the row range.
range - Variable in class adams.gui.visualization.instances.instancestable.InstancesTablePopupMenuItemHelper.TableState
the row range.
Range - Class in adams.core
A class for managing a range of 1-based indices, e.g., 1-5, 3,7,9 or 1-7,9 (including "first", "second", "third", "last_2", "last_1" and "last").
Range() - Constructor for class adams.core.Range
Initializes with no range.
Range(String) - Constructor for class adams.core.Range
Initializes with the given range, but no maximum.
Range(String, int) - Constructor for class adams.core.Range
Initializes with the given range and maximum.
RANGE - adams.core.discovery.NumericValueType
uses the predefined range.
RANGE - adams.flow.transformer.SpreadSheetAggregate.Aggregate
the range (max-min).
RANGE - adams.gui.core.PropertiesParameterPanel.PropertyType
range (1-based).
RANGE - adams.ml.preprocessing.ColumnSubset
 
RANGE - weka.filters.unsupervised.attribute.EquiDistance.AttributeSelection
 
RANGE - Static variable in class adams.core.Range
the special string "-".
RANGE - Static variable in class adams.core.UnorderedRange
the special string "-".
RANGE - Static variable in interface adams.parser.spreadsheetquery.sym
 
RANGE - Static variable in class weka.filters.unsupervised.attribute.EquiDistance
the option for the attribute range.
RANGE - Static variable in class weka.filters.unsupervised.instance.multirowprocessor.processor.AbstractRangeBasedSelectionProcessor
 
Range.SubRange - Class in adams.core
Represents a sub-range, either a single number of from-to.
range1TipText() - Method in class adams.tools.CompareDatasets
Returns the tip text for this property.
range2TipText() - Method in class adams.tools.CompareDatasets
Returns the tip text for this property.
RangeBased - Class in weka.filters.unsupervised.attribute.detrend
Performs the correction using slopes/intercepts calculated for the defined ranges.
RangeBased - Class in weka.filters.unsupervised.attribute.multiplicativescattercorrection
Performs the correction using slopes/intercepts calculated for the defined ranges.
RangeBased() - Constructor for class weka.filters.unsupervised.attribute.detrend.RangeBased
 
RangeBased() - Constructor for class weka.filters.unsupervised.attribute.multiplicativescattercorrection.RangeBased
 
rangeCheck(double, double, double) - Static method in class edu.umbc.cs.maple.utils.MathUtils
Throws an exception whenever a value falls outside the given range.
rangeCheck(int, int, int) - Static method in class edu.umbc.cs.maple.utils.MathUtils
Throws an exception whenever a value falls outside the given range.
RangeCheck - Class in weka.classifiers.meta
Keeps track of the ranges in case of numeric attributes.
RangeCheck() - Constructor for class weka.classifiers.meta.RangeCheck
 
RangeCheckClassifier - Interface in weka.classifiers
Interface for classifiers that allow checks whether data is outside the training range of the classifier.
RangeCheckHelper - Class in weka.classifiers
Helper class for generating range checks.
RangeCheckHelper() - Constructor for class weka.classifiers.RangeCheckHelper
 
RangeCheckModel() - Constructor for class adams.gui.core.RangeTextField.RangeCheckModel
 
RangedThreshold - Class in adams.core.base
For specifying thresholds for ranges.
RangedThreshold() - Constructor for class adams.core.base.RangedThreshold
Initializes the string with length 0.
RangedThreshold(RangedThreshold.ThresholdSpecification) - Constructor for class adams.core.base.RangedThreshold
Initializes the object with the threshold specification.
RangedThreshold(RangedThreshold.ThresholdSpecification[]) - Constructor for class adams.core.base.RangedThreshold
Initializes the object with the threshold specifications.
RangedThreshold(String) - Constructor for class adams.core.base.RangedThreshold
Initializes the object with the string to parse.
RangedThreshold.ThresholdSpecification - Class in adams.core.base
Container for storing min/max and threshold.
RangeEditor - Class in adams.gui.goe
A PropertyEditor for Range objects.
RangeEditor() - Constructor for class adams.gui.goe.RangeEditor
 
rangeHeightTipText() - Method in class adams.gui.visualization.image.leftclick.RandomBoundingBox
Returns the tip text for this property.
RangeIterator - Class in adams.data.spreadsheet.cellfinder
Iterates over a range of cells.
RangeIterator(int[], int[]) - Constructor for class adams.data.spreadsheet.cellfinder.RangeIterator
Initializes the iterator.
rangeMetaDataTipText() - Method in class adams.data.io.input.ObjectLocationsSpreadSheetReader
Returns the tip text for this property.
rangePaintletTipText() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.SamplePlot
Returns the tip text for this property.
RangeParsing - Class in adams.core.option.parsing
For parsing Range options.
RangeParsing() - Constructor for class adams.core.option.parsing.RangeParsing
 
rangesTipText() - Method in class adams.data.spreadsheet.rowfinder.ByNumericRange
Returns the tip text for this property.
rangesTipText() - Method in class adams.data.weka.rowfinder.ByNumericRange
Returns the tip text for this property.
rangesTipText() - Method in class adams.flow.transformer.wekaevaluationpostprocessor.SubRange
Returns the tip text for this property.
rangesTipText() - Method in class adams.gui.core.spreadsheettable.NumericRangeCellRenderingCustomizer
Returns the tip text for this property.
rangesTipText() - Method in class weka.classifiers.meta.PartitionedStacking
Returns the tip text for this property.
rangesTipText() - Method in class weka.filters.unsupervised.attribute.detrend.RangeBased
Returns the tip text for this property.
rangesTipText() - Method in class weka.filters.unsupervised.attribute.multiplicativescattercorrection.RangeBased
Returns the tip text for this property.
rangesTipText() - Method in class weka.filters.unsupervised.attribute.PartitionedMultiFilter2
Returns the tip text for this property.
RangeSubset - Class in adams.flow.transformer.arraysubsetgeneration
Generates a subset of the array, using the specified array elements.
RangeSubset() - Constructor for class adams.flow.transformer.arraysubsetgeneration.RangeSubset
 
RangeTextField - Class in adams.gui.core
Text field designed for entering a range, eg for attributes.
RangeTextField() - Constructor for class adams.gui.core.RangeTextField
Constructs a new TextField.
RangeTextField(String) - Constructor for class adams.gui.core.RangeTextField
Constructs a new TextField.
RangeTextField.RangeCheckModel - Class in adams.gui.core
A model for checking Range values.
rangeTipText() - Method in class adams.data.spreadsheet.filter.Normalize
Returns the tip text for this property.
rangeTipText() - Method in class adams.data.spreadsheet.filter.Standardize
Returns the tip text for this property.
rangeTipText() - Method in class adams.flow.sink.WekaAttributeSummary
Returns the tip text for this property.
rangeTipText() - Method in class adams.flow.source.IntegerRange
Returns the tip text for this property.
rangeTipText() - Method in class adams.flow.transformer.SpreadSheetColumnIterator
Returns the tip text for this property.
rangeTipText() - Method in class adams.flow.transformer.StringRangeCut
Returns the tip text for this property.
rangeTipText() - Method in class adams.flow.transformer.WekaAttributeIterator
Returns the tip text for this property.
rangeTipText() - Method in class weka.filters.unsupervised.attribute.AnyToString
Returns the tip text for this property.
rangeTipText() - Method in class weka.filters.unsupervised.attribute.EquiDistance
Returns the tip text for this property.
rangeTipText() - Method in class weka.filters.unsupervised.attribute.StringToDate
Returns the tip text for this property.
rangeTipText() - Method in class weka.filters.unsupervised.instance.multirowprocessor.processor.AbstractRangeBasedSelectionProcessor
Returns the tip text for this property.
rangeToDoubleArray(String, String) - Method in class adams.parser.spreadsheetformula.ParserHelper
Turns a range of cells into a Double array.
rangeToList(String, String, boolean) - Method in class adams.parser.spreadsheetformula.ParserHelper
Turns the cell range into a list of located cells.
rangeWidthTipText() - Method in class adams.gui.visualization.image.leftclick.RandomBoundingBox
Returns the tip text for this property.
RankAndOpponent - Class in adams.data.lire.features
Generates features using net.semanticmetadata.lire.imageanalysis.features.global.joint.RankAndOpponent.
For more information, see:
Mathias Lux, Savvas A.
RankAndOpponent() - Constructor for class adams.data.lire.features.RankAndOpponent
 
RankingJob(Classifier, int, Instances, Instances, long, int, WekaClassifierRanker.Measure, WekaLabelIndex, boolean) - Constructor for class adams.flow.transformer.WekaClassifierRanker.RankingJob
Initializes the job.
RarFileSearchHandler - Class in adams.core.io.filesearch
Searches rar-compressed (text) files.
RarFileSearchHandler() - Constructor for class adams.core.io.filesearch.RarFileSearchHandler
 
RarUtils - Class in adams.core.io
A helper class for RAR-file related tasks.
RarUtils() - Constructor for class adams.core.io.RarUtils
 
RarUtils.DummyUnrarCallback - Class in adams.core.io
Dummy class.
rateDropTipText() - Method in class weka.classifiers.trees.XGBoost
Gets the tip-text for the rateDrop option.
rawTipText() - Method in class adams.flow.transformer.AbstractDataContainerDbReader
Returns the tip text for this property.
rbfKernel(double[], double[], double) - Method in class weka.classifiers.functions.GPD
Computes the RBF kernel.
ReactivateActors - Class in adams.flow.processor
Activates all actors implementing the adams.flow.core.InactiveActor.
ReactivateActors() - Constructor for class adams.flow.processor.ReactivateActors
 
read() - Method in class adams.core.management.AbstractOutputPrinter
Reads a line from the reader and returns it.
read() - Method in class adams.data.io.input.AbstractDataContainerReader
Returns the spectrums generated from the file.
read() - Method in class adams.data.io.input.AbstractEmailReader
Reads the email.
read() - Method in class adams.data.io.input.AbstractReportReader
Performs checks and (always) reads the data.
read() - Method in interface adams.data.io.input.EmailReader
Reads the email.
read() - Method in interface adams.data.io.input.ReportReader
Performs checks and (always) reads the data.
read() - Method in class adams.flow.source.TimeseriesDbReader
Completes and returns the last timeseries that was started.
read() - Method in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractResultsHandler
Loads the results (if possible).
read() - Method in class adams.gui.tools.wekamultiexperimenter.experiment.FileResultsHandler
Loads the results (if possible).
read(PlaceholderDirectory, MessageCollection) - Method in class adams.gui.tools.previewbrowser.notes.AbstractNotesReader
Reads the notes from the specified directory.
read(PlaceholderFile) - Method in class adams.data.io.input.AbstractAdamsExperimentReader
Reads the experiment file.
read(PlaceholderFile) - Method in class adams.data.io.input.AbstractImageReader
Reads the image file.
read(PlaceholderFile) - Method in class adams.data.io.input.AbstractImageSegmentationAnnotationReader
Reads the image segmentation annotations.
read(PlaceholderFile) - Method in class adams.data.io.input.AbstractObjectReader
Reads the object file.
read(PlaceholderFile) - Method in class adams.data.io.input.AbstractParameterMapReader
Reads the parameters from the file.
read(PlaceholderFile) - Method in interface adams.data.io.input.ImageReader
Reads the image file.
read(PlaceholderFile) - Method in interface adams.data.io.input.ImageSegmentationAnnotationReader
Reads the image segmentation annotations.
read(PlaceholderFile, MessageCollection) - Method in class adams.gui.tools.previewbrowser.notes.AbstractNotesReader
Reads the notes from the specified file.
read(PlaceholderFile, Properties) - Static method in class adams.flow.core.RestorableActorHelper
Loads the state as properties from the specified file.
read(PlaceholderFile, StorageName) - Method in class adams.flow.standalone.DeserializeToStorage
Reads the file and stores the object in storage.
read(PlaceholderFile, RestorableActor, String[]) - Static method in class adams.flow.core.RestorableActorHelper
Reads the specified state information from the specified input file.
read(Table) - Method in class adams.data.io.input.AccessSpreadSheetReader.ChunkReader
Reads the spreadsheet content from the specified table.
read(BufferedReader) - Method in class weka.core.converters.SimpleArffLoader
Performs the actual reading.
read(File) - Static method in class adams.core.SerializedObject
Reads the object from the given file.
read(File) - Static method in class adams.data.image.BufferedImageHelper
Reads an image, also fills in meta-data.
read(File) - Method in class adams.data.io.input.AbstractSpreadSheetReader
Reads the spreadsheet from the specified file.
read(File) - Method in interface adams.data.io.input.SpreadSheetReader
Reads the spreadsheet from the specified file.
read(File) - Static method in class adams.data.jai.JAIHelper
Loads the specified file.
read(File, boolean) - Static method in class adams.data.image.BufferedImageHelper
Reads an image, also fills in meta-data.
read(File, int, int) - Method in class adams.core.io.filecomplete.AbstractFileCompleteCheck
Reads the specified number of bytes from the file.
read(File, MessageCollection) - Method in class adams.data.io.input.AbstractIndexedSplitsRunsReader
Reads the split definitions from the specified file.
read(File, MessageCollection) - Method in class adams.scripting.processor.DefaultProcessor
Reads a remote command from a file.
read(File, MessageCollection) - Method in class adams.scripting.processor.JsonProcessor
Reads a remote command from a file.
read(File, MessageCollection) - Method in interface adams.scripting.processor.RemoteCommandProcessor
Reads a remote command from a file.
read(File, AbstractObjectReader, M, MessageCollection) - Method in class adams.gui.workspace.AbstractWorkspaceHelper
Reads the session and initializes the manager panel.
read(File, MultiExplorer) - Static method in class weka.gui.explorer.WorkspaceHelper
Reads the explorer session and initializes the explorer object.
read(InputStream) - Static method in class adams.core.SerializationHelper
Deserializes from the given stream and returns the object from it.
read(InputStream) - Method in class adams.data.io.input.AbstractSpreadSheetReader
Reads the spreadsheet from the stream.
read(InputStream) - Method in class adams.data.io.input.ApacheCommonsImageReader
Reads the image from the stream.
read(InputStream) - Method in interface adams.data.io.input.InputStreamImageReader
Reads the image from the stream.
read(InputStream) - Method in class adams.data.io.input.JAIImageReader
Reads the image from the stream.
read(InputStream) - Method in class adams.data.io.input.PNGImageReader
Reads the image from the stream.
read(InputStream) - Method in interface adams.data.io.input.SpreadSheetReader
Reads the spreadsheet from the stream.
read(InputStream, boolean) - Static method in class adams.data.image.BufferedImageHelper
Reads an image, also fills in meta-data.
read(Reader) - Method in class adams.data.io.input.AbstractSpreadSheetReader
Reads the spreadsheet from the given reader.
read(Reader) - Method in class adams.data.io.input.CsvSpreadSheetReader.ChunkReader
Reads the spreadsheet content from the specified reader.
read(Reader) - Method in interface adams.data.io.input.SpreadSheetReader
Reads the spreadsheet from the given reader.
read(Reader, int) - Method in class adams.data.io.input.SqlDumpSpreadSheetReader.ChunkReader
Reads the spreadsheet content from the specified reader.
read(Reader, MessageCollection) - Method in class adams.data.io.input.AbstractIndexedSplitsRunsReader
Reads the split definitions from the specified reader.
read(String) - Method in class adams.core.option.AbstractOptionConsumer
Reads the option handler from the specified file.
read(String) - Method in interface adams.core.option.OptionConsumer
Reads the option handler from the specified file.
read(String) - Static method in class adams.core.Properties
Reads properties that inherit from several locations.
read(String) - Static method in class adams.core.SerializationHelper
Deserializes the given file and returns the object from it.
read(String) - Static method in class adams.core.SerializedObject
Reads the object from the given file.
read(String) - Method in class adams.data.io.input.AbstractSimpleReportReader
Reads the data.
read(String) - Method in class adams.data.io.input.AbstractSpreadSheetReader
Reads the spreadsheet from the given file.
read(String) - Method in class adams.data.io.input.ObjectLocationsSpreadSheetReader
Reads the data.
read(String) - Method in class adams.data.io.input.OpexObjectLocationsReader
Reads the data.
read(String) - Method in interface adams.data.io.input.SpreadSheetReader
Reads the spreadsheet from the given file.
read(String) - Method in interface adams.data.io.input.StringReportReader
Reads the data.
read(String) - Method in class adams.data.io.input.YoloAnnotationsReportReader
Reads the data.
read(String) - Static method in class adams.data.jai.JAIHelper
Loads the specified file.
read(String) - Method in class adams.env.AbstractEnvironment
Returns the properties object generated from all the stored props files.
read(String) - Static method in class adams.flow.core.ActorUtils
Reads an actor from a file.
read(String) - Method in class adams.flow.setup.FlowSetupManager
Reads and returns the setups from the given file.
read(String, MessageCollection) - Static method in class adams.flow.core.ActorUtils
Reads an actor from a file.
read(String, MessageCollection, MessageCollection) - Static method in class adams.flow.core.ActorUtils
Reads an actor from a file.
read(String, List<String>) - Static method in class adams.core.Properties
Reads properties that inherit from several locations.
read(ResultSet) - Method in class adams.data.spreadsheet.sql.Reader
Reads all the data from the provided result set.
read(ResultSet) - Method in class adams.flow.transformer.TimeseriesDbReader
Completes and returns the last timeseries that was started.
read(ResultSet, int) - Method in class adams.data.spreadsheet.sql.Reader
Reads the data from the provided result set, up to the specified maximum of rows.
readActor(File) - Method in class adams.data.io.input.AbstractFlowReader
Reads the flow from the specified file.
readActor(File) - Method in interface adams.data.io.input.FlowReader
Reads the flow from the specified file.
readActor(InputStream) - Method in class adams.data.io.input.AbstractFlowReader
Reads the flow from the stream.
readActor(InputStream) - Method in interface adams.data.io.input.FlowReader
Reads the flow from the stream.
readActor(Reader) - Method in class adams.data.io.input.AbstractFlowReader
Reads the flow from the given reader.
readActor(Reader) - Method in interface adams.data.io.input.FlowReader
Reads the flow from the given reader.
readActor(String) - Method in class adams.data.io.input.AbstractFlowReader
Reads the flow from the given file.
readActor(String) - Method in interface adams.data.io.input.FlowReader
Reads the flow from the given file.
readActor(List<String>) - Method in class adams.data.io.input.DefaultFlowReader
Performs the actual reading.
readAll() - Method in class adams.core.io.console.Basic
Reads all lines from stdin (till null encountered, i.e.
readAll() - Method in interface adams.data.io.input.MultiEmailReader
Reads the emails.
readAll(File) - Method in class adams.gui.tools.previewbrowser.AbstractSpreadSheetHandler
Reads all the individual spreadsheets from the file.
readAll(File) - Method in class adams.gui.tools.previewbrowser.CsvSpreadSheetHandler
Reads all the individual spreadsheets from the file.
readAll(File) - Method in class adams.gui.tools.previewbrowser.ExcelSpreadSheetHandler
Reads all the individual spreadsheets from the file.
readAll(File) - Method in class adams.gui.tools.previewbrowser.ODFSpreadSheetHandler
Reads all the individual spreadsheets from the file.
readAll(File) - Method in class adams.gui.tools.previewbrowser.TsvSpreadSheetHandler
Reads all the individual spreadsheets from the file.
readAll(InputStream) - Static method in class adams.core.SerializationHelper
deserializes from the given stream and returns the object from it.
readAll(String) - Static method in class adams.core.SerializationHelper
deserializes the given file and returns the objects from it.
readBatchTipText() - Method in class adams.flow.source.RSync
 
readCells(Reader) - Method in class adams.data.io.input.CsvSpreadSheetReader.ChunkReader
Reads a row and breaks it up into cells.
readCells(Reader) - Method in class adams.data.io.input.SqlDumpSpreadSheetReader.ChunkReader
Reads a row and breaks it up into cells.
readData() - Method in class adams.data.io.input.AbstractDataContainerReader
Performs the actual reading.
readData() - Method in class adams.data.io.input.AbstractReportReader
Performs the actual reading.
readData() - Method in class adams.data.io.input.AbstractSimpleCSVReportReader
Performs the actual reading.
readData() - Method in class adams.data.io.input.AbstractSimpleJsonReportReader
Performs the actual reading.
readData() - Method in class adams.data.io.input.AbstractSimpleReportReader
Performs the actual reading.
readData() - Method in class adams.data.io.input.CocoAnnotationsReportReader
Performs the actual reading.
readData() - Method in class adams.data.io.input.DeepLabCutCSVReader
Performs the actual reading.
readData() - Method in class adams.data.io.input.DetectronAnnotationsReportReader
Performs the actual reading.
readData() - Method in class adams.data.io.input.ImageClassificationGridSpreadSheetReader
Performs the actual reading.
readData() - Method in class adams.data.io.input.ImageClassificationJsonReportReader
Performs the actual reading.
readData() - Method in class adams.data.io.input.ImageClassificationSpreadSheetReportReader
Performs the actual reading.
readData() - Method in class adams.data.io.input.InstanceReader
Uses the named setup to read the data.
readData() - Method in class adams.data.io.input.ObjectLocationsSpreadSheetReader
Performs the actual reading.
readData() - Method in class adams.data.io.input.OpexObjectLocationsReader
Performs the actual reading.
readData() - Method in class adams.data.io.input.PascalVOCObjectLocationsReader
Performs the actual reading.
readData() - Method in class adams.data.io.input.SimpleTimeseriesReader
Performs the actual reading.
readData() - Method in class adams.data.io.input.SpreadSheetTimeseriesReader
Performs the actual reading.
readData() - Method in class adams.data.io.input.VggXmlAnnotationReportReader
Performs the actual reading.
readData() - Method in class adams.data.io.input.ViaAnnotationsReportReader
Performs the actual reading.
readData() - Method in class adams.data.io.input.YoloAnnotationsReportReader
Performs the actual reading.
readData(ObjectPredictions) - Method in class adams.data.io.input.OpexObjectLocationsReader
Converts the predictions into a report.
readDataPoint() - Method in class adams.flow.source.TimeseriesDbReader
Reads the next timeseries data point.
readDataPoint(SpreadSheet) - Method in class adams.data.io.input.SpreadSheetTimeseriesReader
Reads the next timeseries data point.
readDataPoint(ResultSet) - Method in class adams.flow.transformer.TimeseriesDbReader
Reads the next timeseries data point.
Reader - Class in adams.data.spreadsheet.sql
For reading data from a database.
Reader(AbstractTypeMapper, Class) - Constructor for class adams.data.spreadsheet.sql.Reader
Initializes the reader.
READER - adams.data.io.input.AbstractFlowReader.InputType
read using a reader.
READER - adams.data.io.input.AbstractSpreadSheetReader.InputType
read using a reader.
READER_SETUP - Static variable in class adams.gui.scripting.AbstractFileReaderScriptlet
the key in the report for storing the reader setup.
readerForFile(File) - Static method in class adams.gui.chooser.AdamsExperimentFileChooser
Returns the reader for the specified file.
readerForFile(File) - Static method in class adams.gui.chooser.EmailFileChooser
Returns the reader for the specified file.
readerForFile(File) - Static method in class adams.gui.chooser.FlowFileChooser
Returns the reader for the specified file.
readerForFile(File) - Static method in class adams.gui.chooser.ImageFileChooser
Returns the reader for the specified file.
readerForFile(File) - Static method in class adams.gui.chooser.ObjectFileChooser
Returns the reader for the specified file.
readerForFile(File) - Static method in class adams.gui.chooser.ParameterMapFileChooser
Returns the reader for the specified file.
readerForFile(File) - Static method in class adams.gui.chooser.SerializationFileChooser
Returns the reader for the specified file.
readerForFile(File) - Static method in class adams.gui.chooser.SpreadSheetFileChooser
Returns the reader for the specified file.
readerForFile(File) - Static method in class adams.gui.chooser.WekaFileChooser
Returns the reader for the specified file.
ReaderGenerator - Class in adams.flow.source
Uses the specified generator to instantiate a reader instance.

See also:
adams.flow.sink.CloseReader

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


ReaderGenerator() - Constructor for class adams.flow.source.ReaderGenerator
 
readerTipText() - Method in class adams.core.io.fileuse.ImageReader
Returns the tip text for this property.
readerTipText() - Method in class adams.core.io.fileuse.TextReader
Returns the tip text for this property.
readerTipText() - Method in class adams.core.net.SimpleMailer
Returns the tip text for this property.
readerTipText() - Method in class adams.data.conversion.ByteArrayToImageContainer
Returns the tip text for this property.
readerTipText() - Method in class adams.data.conversion.StringToReport
Returns the tip text for this property.
readerTipText() - Method in class adams.data.conversion.StringToSpreadSheet
Returns the tip text for this property.
readerTipText() - Method in class adams.data.io.input.AbstractCustomPNGAnnotationImageSegmentationReader
Returns the tip text for this property.
readerTipText() - Method in class adams.data.io.input.ImageClassificationSpreadSheetReportReader
Returns the tip text for this property.
readerTipText() - Method in class adams.data.io.input.ObjectLocationsSpreadSheetReader
Returns the tip text for this property.
readerTipText() - Method in class adams.data.io.input.SpreadSheetTimeseriesReader
Returns the tip text for this property.
readerTipText() - Method in class adams.flow.control.AbstractDataContainerFileChecker
Returns the tip text for this property.
readerTipText() - Method in class adams.flow.standalone.DeserializeToStorage
Returns the tip text for this property.
readerTipText() - Method in class adams.flow.transformer.AbstractDataContainerFileImport
Returns the tip text for this property.
readerTipText() - Method in class adams.flow.transformer.AbstractDataContainerFileReader
Returns the tip text for this property.
readerTipText() - Method in class adams.flow.transformer.AbstractReportFileImport
Returns the tip text for this property.
readerTipText() - Method in class adams.flow.transformer.AbstractReportFileReader
Returns the tip text for this property.
readerTipText() - Method in class adams.flow.transformer.Deserialize
Returns the tip text for this property.
readerTipText() - Method in class adams.flow.transformer.EmailFileReader
Returns the tip text for this property.
readerTipText() - Method in class adams.flow.transformer.ImageFileReader
Returns the tip text for this property.
readerTipText() - Method in class adams.flow.transformer.ImageSegmentationFileReader
Returns the tip text for this property.
readerTipText() - Method in class adams.flow.transformer.IndexedSplitsRunsReader
Returns the tip text for this property.
readerTipText() - Method in class adams.flow.transformer.pdfproclet.AbstractSpreadSheetPdfProclet
Returns the tip text for this property.
readerTipText() - Method in class adams.flow.transformer.SetReportFromFile
Returns the tip text for this property.
readerTipText() - Method in class adams.flow.transformer.SpreadSheetFileReader
Returns the tip text for this property.
readerTipText() - Method in class adams.flow.transformer.TextFileReader
Returns the tip text for this property.
readerTipText() - Method in class adams.gui.tools.previewbrowser.AnnotateImage
Returns the tip text for this property.
readerTipText() - Method in class adams.gui.tools.previewbrowser.BlueChannelImageHandler
Returns the tip text for this property.
readerTipText() - Method in class adams.gui.tools.previewbrowser.ColorDistributionHandler
Returns the tip text for this property.
readerTipText() - Method in class adams.gui.tools.previewbrowser.GrayOrIndexedImageHandler
Returns the tip text for this property.
readerTipText() - Method in class adams.gui.tools.previewbrowser.ImageClassificationHandler
Returns the tip text for this property.
readerTipText() - Method in class adams.gui.tools.previewbrowser.ImageSegmentationAnnotationsHandler
Returns the tip text for this property.
readerTipText() - Method in class adams.gui.tools.previewbrowser.ObjectAnnotationsHandler
Returns the tip text for this property.
readerTipText() - Method in class adams.gui.tools.previewbrowser.ObjectAnnotationsReportHandler
Returns the tip text for this property.
readerTipText() - Method in class adams.gui.tools.previewbrowser.ObjectCentersFromReport
Returns the tip text for this property.
readerTipText() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
Returns the tip text for this property.
readerTipText() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
Returns the tip text for this property.
readerTipText() - Method in class adams.gui.tools.previewbrowser.ReportHandler
Returns the tip text for this property.
readerTipText() - Method in class adams.gui.tools.previewbrowser.SimpleImageSegmentationAnnotationsHandler
Returns the tip text for this property.
readerTipText() - Method in class adams.gui.tools.previewbrowser.TrimapImageHandler
Returns the tip text for this property.
readerTipText() - Method in class adams.gui.tools.wekamultiexperimenter.experiment.FileResultsHandler
Returns the tip text for this property.
readerTipText() - Method in class adams.parser.LookUpUpdate
Returns the tip text for this property.
readerTipText() - Method in class adams.parser.SpreadSheetFormula
Returns the tip text for this property.
readerTipText() - Method in class adams.parser.SpreadSheetQuery
Returns the tip text for this property.
readerTipText() - Method in class weka.classifiers.functions.FromPredictions
Returns the tip text for this property.
readerTipText() - Method in class weka.core.converters.SpreadSheetLoader
The tip text for this property.
readLabelDefinitions(PlaceholderFile, SpreadSheetReader, SpreadSheetColumnIndex, SpreadSheetColumnIndex) - Static method in class adams.data.io.input.YoloAnnotationsReportReader
Reads the label definitions, if the file exists.
readLayers(File) - Method in class adams.data.io.input.IndexedPNGImageSegmentationReader
Turns the PNG into layers.
readLine() - Method in class adams.core.io.console.Basic
Reads a line from stdin.
readNested(File) - Method in class adams.data.io.input.AbstractNestedFlowReader
Reads the flow in nested format from the specified file.
readNested(File) - Method in interface adams.data.io.input.NestedFlowReader
Reads the flow in nested format from the specified file.
readNested(InputStream) - Method in class adams.data.io.input.AbstractNestedFlowReader
Reads the flow in nested format from the stream.
readNested(InputStream) - Method in interface adams.data.io.input.NestedFlowReader
Reads the flow in nested format from the stream.
readNested(Reader) - Method in class adams.data.io.input.AbstractNestedFlowReader
Reads the flow from the given reader.
readNested(String) - Method in class adams.data.io.input.AbstractNestedFlowReader
Reads the flow in nested format from the given file.
readNested(String) - Method in interface adams.data.io.input.NestedFlowReader
Reads the flow in nested format from the given file.
readNested(List<String>) - Method in class adams.data.io.input.DefaultFlowReader
Performs the actual reading.
readNonCompact(List<String>) - Method in class adams.data.io.input.DefaultFlowReader
Reads the actor from the non-compact format.
readOnlyTipText() - Method in class adams.flow.control.Flow
Returns the tip text for this property.
readOnlyTipText() - Method in class adams.flow.sink.SpreadSheetDisplay
Returns the tip text for this property.
readPNG(PlaceholderFile) - Method in class adams.data.io.input.AbstractCustomPNGAnnotationImageSegmentationReader
Reads the PNG file associated with the specified JPG file.
readProperties() - Method in class adams.core.PropertiesBasedEnumeration
Reads the properties from disk.
readProperties() - Method in class adams.db.AbstractDatabaseConnection
Reads the properties.
readProperties() - Method in class adams.gui.scripting.AbstractScriptingEngine
Reads the properties.
readProps() - Method in class adams.gui.core.AbstractRecentItemsHandler
Reads the recent items from the props file.
readRange(File) - Method in class adams.data.io.input.AbstractMultiSheetSpreadSheetReader
Reads the spreadsheet from the specified file.
readRange(File) - Method in interface adams.data.io.input.MultiSheetSpreadSheetReader
Reads the spreadsheet from the specified file.
readRange(InputStream) - Method in class adams.data.io.input.AbstractMultiSheetSpreadSheetReader
Reads the spreadsheets from the stream.
readRange(InputStream) - Method in interface adams.data.io.input.MultiSheetSpreadSheetReader
Reads the spreadsheets from the stream.
readRange(Reader) - Method in class adams.data.io.input.AbstractMultiSheetSpreadSheetReader
Reads the spreadsheets from the given reader.
readRange(Reader) - Method in interface adams.data.io.input.MultiSheetSpreadSheetReader
Reads the spreadsheets from the given reader.
readRange(String) - Method in class adams.data.io.input.AbstractMultiSheetSpreadSheetReader
Reads the spreadsheets from the given file.
readRange(String) - Method in interface adams.data.io.input.MultiSheetSpreadSheetReader
Reads the spreadsheets from the given file.
REAL - adams.data.jai.features.DFT.OutputType
outputs only the real values.
realTipText() - Method in class adams.data.filter.AbstractFFT
Returns the tip text for this property.
realTipText() - Method in class weka.filters.unsupervised.attribute.FFT
Returns the tip text for this property.
reattach() - Method in class adams.gui.core.DetachablePanel
Reattaches the content from a separate frame.
REATTACH_ICON - Static variable in class adams.gui.core.DetachablePanel
 
RECALL - adams.flow.sink.WekaThresholdCurve.AttributeName
 
RECALL - adams.opt.genetic.Measure
recall.
receive() - Method in class weka.classifiers.meta.SocketFacade
Receives the response data.
RecentActorProcessorHandler<M> - Class in adams.gui.flow
Recent actor processors handler.
RecentActorProcessorHandler(String, int, M) - Constructor for class adams.gui.flow.RecentActorProcessorHandler
Initializes the handler.
RecentActorProcessorHandler(String, String, int, M) - Constructor for class adams.gui.flow.RecentActorProcessorHandler
Initializes the handler.
RecentActorProcessorHandler(String, M) - Constructor for class adams.gui.flow.RecentActorProcessorHandler
Initializes the handler with a maximum of 5 items.
RECENTFILES_COUNT - Static variable in class adams.gui.core.RecentFilesHandler
the property for storing the number of recent files.
RECENTFILES_COUNT - Static variable in class adams.gui.core.RecentFilesHandlerWithCommandline
the property for storing the number of recent files.
RECENTFILES_COUNT - Static variable in class adams.gui.core.RecentFilesWithEncodingHandler
the property for storing the number of recent files.
RECENTFILES_PREFIX - Static variable in class adams.gui.core.RecentFilesHandler
the property prefix for a recent file.
RECENTFILES_PREFIX - Static variable in class adams.gui.core.RecentFilesHandlerWithCommandline
the property prefix for a recent file.
RECENTFILES_PREFIX - Static variable in class adams.gui.core.RecentFilesWithEncodingHandler
the property prefix for a recent file.
RecentFilesHandler<M> - Class in adams.gui.core
A class that handles a list of recent files.
RecentFilesHandler(String, int, M) - Constructor for class adams.gui.core.RecentFilesHandler
Initializes the handler.
RecentFilesHandler(String, String, int, M) - Constructor for class adams.gui.core.RecentFilesHandler
Initializes the handler.
RecentFilesHandler(String, M) - Constructor for class adams.gui.core.RecentFilesHandler
Initializes the handler with a maximum of 5 items.
RecentFilesHandlerWithCommandline<M> - Class in adams.gui.core
Recent files handler that stores a commandline alongside the file.
RecentFilesHandlerWithCommandline(String, int, M) - Constructor for class adams.gui.core.RecentFilesHandlerWithCommandline
Initializes the handler.
RecentFilesHandlerWithCommandline(String, String, int, M) - Constructor for class adams.gui.core.RecentFilesHandlerWithCommandline
Initializes the handler.
RecentFilesHandlerWithCommandline(String, M) - Constructor for class adams.gui.core.RecentFilesHandlerWithCommandline
Initializes the handler with a maximum of 5 items.
RecentFilesHandlerWithCommandline.Setup - Class in adams.gui.core
Container class for storing file and optionhandler alongside.
RecentFilesWithEncodingHandler<M> - Class in adams.gui.core
A class that handles a list of recent files that also store file encoding information.
RecentFilesWithEncodingHandler(String, int, M) - Constructor for class adams.gui.core.RecentFilesWithEncodingHandler
Initializes the handler.
RecentFilesWithEncodingHandler(String, String, int, M) - Constructor for class adams.gui.core.RecentFilesWithEncodingHandler
Initializes the handler.
RecentFilesWithEncodingHandler(String, M) - Constructor for class adams.gui.core.RecentFilesWithEncodingHandler
Initializes the handler with a maximum of 5 items.
recentItemAdded(RecentItemEvent<M, T>) - Method in interface adams.gui.event.RecentItemListener
Gets called in case a recent item got added.
RecentItemEvent<M,​T> - Class in adams.gui.event
Event that gets sent when recent items change or get selected.
RecentItemEvent(AbstractRecentItemsHandler<M, T>, T) - Constructor for class adams.gui.event.RecentItemEvent
Initializes the event.
RecentItemListener<M,​T> - Interface in adams.gui.event
Interface for classes that listen to events of AbstractRecentItemsHandler.
recentItemSelected(RecentItemEvent<M, T>) - Method in interface adams.gui.event.RecentItemListener
Gets called in case a recent item got selected.
RECENTPROCESSORS_COUNT - Static variable in class adams.gui.flow.RecentActorProcessorHandler
the property for storing the number of recent statements.
RECENTPROCESSORS_PREFIX - Static variable in class adams.gui.flow.RecentActorProcessorHandler
the property prefix for a recent statement.
RecentSpreadSheetQueriesHandler<M> - Class in adams.gui.core
A class that handles a list of recent spreadsheet queries.
RecentSpreadSheetQueriesHandler(String, int, M) - Constructor for class adams.gui.core.RecentSpreadSheetQueriesHandler
Initializes the handler.
RecentSpreadSheetQueriesHandler(String, String, int, M) - Constructor for class adams.gui.core.RecentSpreadSheetQueriesHandler
Initializes the handler.
RecentSpreadSheetQueriesHandler(String, M) - Constructor for class adams.gui.core.RecentSpreadSheetQueriesHandler
Initializes the handler with a maximum of 5 items.
RecentSQLStatementsHandler<M> - Class in adams.gui.core
A class that handles a list of recent SQL statements.
RecentSQLStatementsHandler(String, int, M) - Constructor for class adams.gui.core.RecentSQLStatementsHandler
Initializes the handler.
RecentSQLStatementsHandler(String, String, int, M) - Constructor for class adams.gui.core.RecentSQLStatementsHandler
Initializes the handler.
RecentSQLStatementsHandler(String, M) - Constructor for class adams.gui.core.RecentSQLStatementsHandler
Initializes the handler with a maximum of 5 items.
RECENTSTATEMENTS_COUNT - Static variable in class adams.gui.core.RecentSpreadSheetQueriesHandler
the property for storing the number of recent statements.
RECENTSTATEMENTS_COUNT - Static variable in class adams.gui.core.RecentSQLStatementsHandler
the property for storing the number of recent statements.
RECENTSTATEMENTS_PREFIX - Static variable in class adams.gui.core.RecentSpreadSheetQueriesHandler
the property prefix for a recent statement.
RECENTSTATEMENTS_PREFIX - Static variable in class adams.gui.core.RecentSQLStatementsHandler
the property prefix for a recent statement.
recipientsTipText() - Method in class adams.flow.sink.sendnotification.Email
Returns the tip text for this property.
recipientsTipText() - Method in class adams.flow.transformer.CreateEmail
Returns the tip text for this property.
recipientsTipText() - Method in class adams.gui.visualization.multiobjectexport.EmailExport
Returns the tip text for this property.
reconnect(String, String, BasePassword) - Method in class adams.db.AbstractReconnectableDatabaseConnection
Reconnects with the given parameters if they differ from the current settings.
reconnect(String, String, BasePassword) - Method in interface adams.db.ReconnectableDatabaseConnection
Reconnects with the given parameters if they differ from the current settings.
ReconnectableDatabaseConnection - Interface in adams.db
For database connection classes that offer reconnecting to another database.
reconnectWaitTipText() - Method in class adams.db.AbstractDatabaseConnection
Returns the tip text for this property.
record(Actor, Actor, Actor, Actor, TreeOperations.InsertPosition) - Method in class adams.gui.flow.tree.record.add.AbstractRecordActorAdded
Records the actor that was added.
record(Actor, Actor, Actor, Actor, TreeOperations.InsertPosition) - Method in class adams.gui.flow.tree.record.add.MostCommon
Records the actor that was added.
record(Actor, Actor, Actor, Actor, TreeOperations.InsertPosition) - Method in class adams.gui.flow.tree.record.add.SimpleLog
Records the actor that was added.
record(Actor, StringBuilder) - Method in class adams.gui.flow.tree.record.add.SimpleLog
Adds details about an actor.
record(Node, Node, TreeOperations.InsertPosition) - Method in class adams.gui.flow.tree.record.add.AbstractRecordActorAdded
Records the actor that was added.
record(Tree, TreePath[], ActorHandler) - Method in class adams.gui.flow.tree.record.enclose.AbstractRecordActorEnclosed
Records the enclosing action.
record(AbstractGeneticAlgorithm) - Method in class adams.opt.genetic.stopping.MaxIterationsWithoutImprovement
Records fitness, resets counter.
record(AbstractGeneticAlgorithm) - Method in class adams.opt.genetic.stopping.MaxTrainTimeWithoutImprovement
Records time and fitness.
recordAll(Node, Node, TreeOperations.InsertPosition) - Static method in class adams.gui.flow.tree.record.add.AbstractRecordActorAdded
Records the actor that was added.
recordAll(Tree, TreePath[], ActorHandler) - Static method in class adams.gui.flow.tree.record.enclose.AbstractRecordActorEnclosed
Records the actor that was added.
recordClassAttributes() - Method in class adams.flow.transformer.wekadatasetsmerge.AbstractMerge
Scans the datasets for attributes that should be considered classes, and keeps a record of them.
recordClassColumns() - Method in class adams.flow.transformer.spreadsheetmethodmerge.AbstractMerge
Scans the spreadsheets for columns that should be considered classes, and keeps a record of them.
RecordingOutputPrinter - Class in adams.core.management
Output printer that records the output.
RecordingOutputPrinter(boolean, Process) - Constructor for class adams.core.management.RecordingOutputPrinter
Initializes the printer.
recordOutput(Token) - Method in class adams.flow.control.Switch
Records the output generated by a case actor.
recordOutputTipText() - Method in class adams.flow.standalone.JavaExec
Returns the tip text for this property.
recordRegionsTipText() - Method in class adams.data.noise.AbstractDenoiser
Returns the tip text for this property.
recordRegionsTipText() - Method in interface adams.data.RegionRecorder
Returns the tip text for this property.
Rectangle - Class in adams.flow.transformer.draw
Draws a rectangle with the specified color and dimensions at the given location.
Rectangle - Class in adams.flow.transformer.pdfproclet
Draws a rectangle.
Rectangle() - Constructor for class adams.flow.transformer.draw.Rectangle
 
Rectangle() - Constructor for class adams.flow.transformer.pdfproclet.Rectangle
 
RECTANGLE - adams.flow.transformer.ImageObjectInfo.InfoType
 
RectangleCenter - Class in adams.data.conversion
Determines the center of the rectangle and returns them as a java.awt.geom.Point2D.
RectangleCenter() - Constructor for class adams.data.conversion.RectangleCenter
 
rectangleCorner(Point, Point, RectangleUtils.RectangleCorner) - Static method in class adams.gui.visualization.image.RectangleUtils
Computes the specified corner of the rectangle using two arbitrary corner points of the rectangle.
RectangleCrop - Class in adams.data.image.transformer.crop
Turns the image into one with only two indexed colors and then determines from all four sides the locations where the color changes from the one on the edge.
RectangleCrop() - Constructor for class adams.data.image.transformer.crop.RectangleCrop
 
RectangleOutline - Class in adams.gui.visualization.object.objectannotations.outline
Plots the bounding box.
RectangleOutline() - Constructor for class adams.gui.visualization.object.objectannotations.outline.RectangleOutline
 
RectangleOverlay - Class in adams.flow.transformer.pixelselector
Simply highlights the selected pixel

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

Valid options are:

RectangleOverlay() - Constructor for class adams.flow.transformer.pixelselector.RectangleOverlay
 
RectanglePainter - Class in adams.gui.visualization.image.selectionshape
Paints a simple rectangle, using the top-left and bottom-right coordinates.
RectanglePainter() - Constructor for class adams.gui.visualization.image.selectionshape.RectanglePainter
 
RectangleToString - Class in adams.data.conversion
Turns a rectangle into a string of the format 'x y w h' or 'x0 y0 x1 y1'.
RectangleToString() - Constructor for class adams.data.conversion.RectangleToString
 
RectangleUtils - Class in adams.gui.visualization.image
Helper class for selections.
RectangleUtils() - Constructor for class adams.gui.visualization.image.RectangleUtils
 
RectangleUtils.RectangleCorner - Enum in adams.gui.visualization.image
Defines the corners of a rectangle.
rectangleValue() - Method in class adams.core.base.BaseRectangle
Returns the quadrilateral location.
rectangleValue() - Method in class adams.core.base.QuadrilateralLocation
Returns the location as rectangle that the quadrilateral object fits in.
RectangleVertices - Class in adams.gui.visualization.object.objectannotations.outline
Plots the vertices of the bounding box.
RectangleVertices() - Constructor for class adams.gui.visualization.object.objectannotations.outline.RectangleVertices
 
RecursiveDirectoryLister - Interface in adams.core.io.lister
Interface for recursive directory listers.
RecursiveOptionConsumer - Interface in adams.core.option
Interface for option consumer classes that recurse the options.
RecursiveOptionProducer - Interface in adams.core.option
Interface for option producer classes that recurse the options.
recursiveTipText() - Method in class adams.flow.core.ActorUsage
Returns the tip text for this property.
recursiveTipText() - Method in class adams.flow.source.DirectoryLister
Returns the tip text for this property.
recursiveTipText() - Method in class adams.flow.source.filesystemsearch.FtpDirectorySearch
Returns the tip text for this property.
recursiveTipText() - Method in class adams.flow.source.filesystemsearch.FtpDirectorySearchWithComparator
Returns the tip text for this property.
recursiveTipText() - Method in class adams.flow.source.filesystemsearch.FtpDirectorySearchWithCustomSort
Returns the tip text for this property.
recursiveTipText() - Method in class adams.flow.source.filesystemsearch.FtpFileSearch
Returns the tip text for this property.
recursiveTipText() - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearch
Returns the tip text for this property.
recursiveTipText() - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearchWithComparator
Returns the tip text for this property.
recursiveTipText() - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearchWithCustomSort
Returns the tip text for this property.
recursiveTipText() - Method in class adams.flow.source.filesystemsearch.LocalFileSearch
Returns the tip text for this property.
recursiveTipText() - Method in class adams.flow.source.filesystemsearch.SftpDirectorySearch
Returns the tip text for this property.
recursiveTipText() - Method in class adams.flow.source.filesystemsearch.SftpDirectorySearchWithComparator
Returns the tip text for this property.
recursiveTipText() - Method in class adams.flow.source.filesystemsearch.SftpDirectorySearchWithCustomSort
Returns the tip text for this property.
recursiveTipText() - Method in class adams.flow.source.filesystemsearch.SftpFileSearch
Returns the tip text for this property.
recursiveTipText() - Method in class adams.flow.source.filesystemsearch.SmbDirectorySearch
Returns the tip text for this property.
recursiveTipText() - Method in class adams.flow.source.filesystemsearch.SmbDirectorySearchWithComparator
Returns the tip text for this property.
recursiveTipText() - Method in class adams.flow.source.filesystemsearch.SmbDirectorySearchWithCustomSort
Returns the tip text for this property.
recursiveTipText() - Method in class adams.flow.source.filesystemsearch.SmbFileSearch
Returns the tip text for this property.
recursiveTipText() - Method in class adams.flow.source.RSync
 
recursiveTipText() - Method in class adams.flow.source.SimpleRSync
 
recursiveTipText() - Method in class adams.flow.standalone.DeleteDir
Returns the tip text for this property.
recursiveTipText() - Method in class adams.flow.standalone.DeleteFile
Returns the tip text for this property.
recursiveTipText() - Method in class adams.flow.template.IterateFilesWithProgressBar
Returns the tip text for this property.
recycle(Color) - Method in class adams.gui.visualization.core.AbstractColorProvider
"Recycles" the specified colors, i.e., makes it available for future use.
recycle(Color) - Method in interface adams.gui.visualization.core.ColorProvider
"Recycles" the specified colors, i.e., makes it available for future use.
recycle(Color) - Method in class adams.gui.visualization.core.RegExpColorProvider
Ignored.
recycle(Color) - Method in class adams.gui.visualization.core.RgbInNameColorProvider
Ignored.
recycle(Color) - Method in class adams.gui.visualization.core.TranslucentColorProvider
"Recycles" the specified colors, i.e., makes it available for future use.
RED - adams.data.image.Channel
 
RED - adams.data.image.XScreenMaskHelper.Color
 
redo() - Method in class adams.gui.core.AbstractTextAreaPanelWithAdvancedSyntaxHighlighting
Performs a redo, if possible.
redo() - Method in class adams.gui.core.StyledTextEditorPanel
Performs a redo, if possible.
redo() - Method in class adams.gui.core.TextEditorPanel
Performs a redo, if possible.
redo() - Method in class adams.gui.core.Undo
Returns the object from the next redo step and removes it from its internal list.
redo() - Method in interface adams.gui.core.UndoHandlerWithQuickAccess
Performs a redo if possible.
redo() - Method in class adams.gui.flow.FlowPanel
performs a redo if possible.
redo() - Method in class adams.gui.tools.ImageProcessorPanel
performs an redo if possible.
redo() - Method in class adams.gui.tools.wekainvestigator.data.AbstractDataContainer
Performs a redo if possible.
redo() - Method in class adams.gui.visualization.image.ImagePanel
performs a redo if possible.
redo() - Method in class adams.gui.visualization.image.ImageViewerPanel
performs a redo if possible.
redo() - Method in class adams.gui.visualization.object.ObjectAnnotationPanel
performs a redo if possible.
redo() - Method in class adams.gui.visualization.segmentation.layer.LayerManager
performs a redo if possible.
redo() - Method in class adams.gui.visualization.segmentation.SegmentationPanel
Performs a redo.
redo() - Method in class adams.gui.visualization.timeseries.TimeseriesExplorer
performs a redo if possible.
redo(boolean) - Method in class adams.gui.core.Undo
Returns the object from the next redo step and removes it from its internal list.
REDO - adams.gui.event.UndoEvent.UndoType
performed a "redo".
redoPaintlets() - Method in class adams.gui.visualization.stats.scatterplot.Matrix
Change the paintlet for each scatterplot
redraw() - Method in class adams.gui.core.BaseTree
Redraws the complete tree.
redraw() - Method in class adams.gui.flow.FlowPanel
Redraws the tree.
redraw(DefaultMutableTreeNode) - Method in class adams.gui.core.BaseTree
Redraws the node and its subtree.
reduce_table() - Method in class adams.parser.actorsuggestion.Parser
Access to reduce_goto table.
reduce_table() - Method in class adams.parser.basedate.Parser
Access to reduce_goto table.
reduce_table() - Method in class adams.parser.basedatetime.Parser
Access to reduce_goto table.
reduce_table() - Method in class adams.parser.basedatetimemsec.Parser
Access to reduce_goto table.
reduce_table() - Method in class adams.parser.basetime.Parser
Access to reduce_goto table.
reduce_table() - Method in class adams.parser.basetimemsec.Parser
Access to reduce_goto table.
reduce_table() - Method in class adams.parser.booleanexpression.Parser
Access to reduce_goto table.
reduce_table() - Method in class adams.parser.externalactorsuggestion.Parser
Access to reduce_goto table.
reduce_table() - Method in class adams.parser.lookupupdate.Parser
Access to reduce_goto table.
reduce_table() - Method in class adams.parser.mathematicalexpression.Parser
Access to reduce_goto table.
reduce_table() - Method in class adams.parser.spreadsheetformula.Parser
Access to reduce_goto table.
reduce_table() - Method in class adams.parser.spreadsheetquery.Parser
Access to reduce_goto table.
reduce_table() - Method in class adams.parser.stringexpression.Parser
Access to reduce_goto table.
reduce_table() - Method in class adams.parser.templatesuggestion.Parser
Access to reduce_goto table.
ReducedData - Class in adams.gui.tools.wekainvestigator.tab.attseltab.output
Generates the reduced dataset.
ReducedData() - Constructor for class adams.gui.tools.wekainvestigator.tab.attseltab.output.ReducedData
 
reduceNumberOfDistanceCalcsViaCanopiesTipText() - Method in class weka.clusterers.SAXKMeans
Returns the tip text for this property.
ReevaluateModel - Class in adams.gui.tools.wekainvestigator.tab.classifytab.evaluation
Re-evaluates a serialized model.
ReevaluateModel - Class in adams.gui.tools.wekainvestigator.tab.clustertab.evaluation
Re-evaluates a serialized model.
ReevaluateModel() - Constructor for class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.ReevaluateModel
 
ReevaluateModel() - Constructor for class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.ReevaluateModel
 
reexpand() - Method in class adams.gui.core.LazyExpansionTreeNode
Re-expands the node.
REFERENCE_SIZE - Static variable in class weka.gui.visualize.plugins.ClassRangeBasedClassifierErrors
the error size of the reference error (mid-class range).
referenceActorTipText() - Method in class adams.flow.transformer.WekaReorderAttributesToReference
Returns the tip text for this property.
referenceErrorTipText() - Method in class adams.data.weka.predictions.NumericErrorScalerWithReference
Returns the tip text for this property.
referenceFileTipText() - Method in class adams.flow.transformer.WekaReorderAttributesToReference
Returns the tip text for this property.
referenceSizeTipText() - Method in class adams.data.weka.predictions.NumericErrorScalerWithReference
Returns the tip text for this property.
referenceTipText() - Method in class adams.gui.visualization.object.objectannotations.label.Anchored
Returns the tip text for this property.
refinementsTipText() - Method in class adams.opt.optimise.RefineRange
Returns the tip text for this property.
RefineRange - Class in adams.opt.optimise
Grid Search searches the parameter hyper-grid space.
RefineRange() - Constructor for class adams.opt.optimise.RefineRange
 
refresh() - Method in interface adams.db.SequenceProvider
Reloads the templates.
refresh() - Method in class adams.db.Sequences
Reloads the templates.
refresh() - Method in class adams.flow.execution.debug.BreakpointPanel
Triggers an update.
refresh() - Method in class adams.flow.execution.debug.BreakpointTableModel
Triggers an update.
refresh() - Method in class adams.gui.selection.AbstractDatabaseSelectionPanel
Refreshes the items.
refresh() - Method in class adams.gui.tools.AbstractManagementPanel
Refreshes the table.
refresh() - Method in class adams.gui.tools.ConfigureOptionHandlerPanel
Refreshes the class list.
refresh() - Method in class adams.gui.tools.LogEntryDatabaseViewerPanel
Refreshes the log entries.
refresh(Tree) - Method in class adams.gui.flow.tab.FlowTabManager
Notifies all the tabs.
refresh(SpreadSheetPanel) - Method in class adams.gui.tools.spreadsheetviewer.tab.ViewerTabManager
Notifies all the tabs.
refresh(T[]) - Method in class adams.gui.selection.AbstractDatabaseSelectionPanel
Refreshes the items.
refreshAllExpressions() - Method in class adams.gui.tools.ExpressionWatchPanel
Removes all expressions.
refreshAllExpressions() - Method in class adams.gui.tools.ExpressionWatchPanel.TableModel
Refreshes the value of all expressions.
refreshEngines() - Method in class adams.gui.tools.remotecontrolcenter.RemoteControlCenterEnginesPanel
Refreshes the list of engines.
refreshExpression(int) - Method in class adams.gui.tools.ExpressionWatchPanel.TableModel
Refreshes the value at the specified position.
refreshExpression(int, boolean) - Method in class adams.gui.tools.ExpressionWatchPanel.TableModel
Refreshes the value at the specified position.
refreshFlows() - Method in class adams.gui.tools.remotecontrolcenter.panels.AbstractRemoteFlowTab
Refreshes the list of flows.
refreshGUI() - Method in class adams.flow.execution.Debug
Refreshes the control panel.
refreshIfNecessary() - Method in class adams.gui.selection.AbstractDatabaseSelectionPanel
Simulates a click on the refresh button, if necessary.
refreshIfNecessary() - Method in class adams.gui.selection.AbstractSelectDatabaseFieldPanel
Simulates a click on the refresh button, if necessary (i.e., the cache is null).
refreshLocalFiles() - Method in class adams.gui.tools.PreviewBrowserPanel
Refreshes the local file list.
refreshModel() - Method in class adams.gui.selection.AbstractSelectDatabaseFieldPanel
Refreshes the data model.
refreshReportsIfNecessary(CocoAnnotationsHandler.CombinedPanel, File) - Method in class adams.gui.tools.previewbrowser.CocoAnnotationsHandler
Refreshes the report cache if necessary.
refreshScripts() - Method in class adams.gui.visualization.timeseries.TimeseriesExplorer
re-builds the "Scripts" menu.
refreshSelectedExpressions() - Method in class adams.gui.tools.ExpressionWatchPanel
Removes all selected expressions.
refreshStorageNames() - Method in class adams.gui.flow.tab.StorageNamesTab
Refreshes the storage names.
refreshTabs() - Method in class adams.gui.flow.FlowEditorPanel
Refreshes the tabs.
refreshTabs() - Method in class adams.gui.flow.tree.Tree
Refreshes the tabs.
refreshVariables() - Method in class adams.gui.flow.tab.AttachedVariablesTab
Refreshes the variables.
refreshVariables() - Method in class adams.gui.flow.tab.VariablesTab
Refreshes the variables.
regenerateOutput(ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.AssociateTab.HistoryPanel
Regenerates the output.
regenerateOutput(ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.AttributeSelectionTab.HistoryPanel
Regenerates the output.
regenerateOutput(ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.ClassifyTab.HistoryPanel
Regenerates the output.
regenerateOutput(ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.ClusterTab.HistoryPanel
Regenerates the output.
regenerateOutput(ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.ExperimentTab.HistoryPanel
Regenerates the output.
regexNameTipText() - Method in class adams.flow.transformer.WekaClassSelector
Returns the tip text for this property.
RegExp - Class in adams.core.net.hostnameverifier
Hostnames must match regular expression.
RegExp - Class in adams.flow.condition.bool
Returns the result of the regular expression matching the incoming string.
RegExp() - Constructor for class adams.core.net.hostnameverifier.RegExp
 
RegExp() - Constructor for class adams.flow.condition.bool.RegExp
 
REGEXP - adams.flow.standalone.DeleteStorageValue.MatchingType
 
REGEXP - adams.flow.standalone.DeleteVariable.MatchingType
 
REGEXP - adams.flow.transformer.AbstractDeleteReportValue.MatchType
 
REGEXP - adams.flow.transformer.DeleteStorageValue.MatchingType
 
REGEXP - adams.flow.transformer.DeleteVariable.MatchingType
 
REGEXP - adams.gui.core.PropertiesParameterPanel.PropertyType
regular expression.
REGEXP - adams.ml.preprocessing.ColumnSubset
 
REGEXP - weka.filters.unsupervised.attribute.EquiDistance.AttributeSelection
 
REGEXP - Static variable in interface adams.parser.spreadsheetquery.sym
 
REGEXP - Static variable in class weka.filters.unsupervised.attribute.EquiDistance
the option for the attribute regexp.
REGEXP - Static variable in class weka.filters.unsupervised.instance.multirowprocessor.selection.GroupExpression
 
REGEXP_CONSTRAINED_STRING - adams.gui.core.PropertiesParameterPanel.PropertyType
string constrained by regular expression.
RegExpColorProvider - Class in adams.gui.visualization.core
Uses the provided regular expressions to determine the colors.
RegExpColorProvider() - Constructor for class adams.gui.visualization.core.RegExpColorProvider
 
RegExpConstrainedStringDefinition - Class in adams.flow.source.valuedefinition
Definition for a string that is constrained by a regular expression.
RegExpConstrainedStringDefinition() - Constructor for class adams.flow.source.valuedefinition.RegExpConstrainedStringDefinition
 
RegExpConstrainedTextField - Class in adams.gui.core
Text field designed for entering a string that is constrained by a regular expression.
RegExpConstrainedTextField(BaseRegExp) - Constructor for class adams.gui.core.RegExpConstrainedTextField
Constructs a new TextField.
RegExpConstrainedTextField(BaseRegExp, String) - Constructor for class adams.gui.core.RegExpConstrainedTextField
Constructs a new TextField.
RegExpConstrainedTextField.RegExpConstraintCheckModel - Class in adams.gui.core
A model for checking entered string again regexp.
RegExpConstraintCheckModel(BaseRegExp) - Constructor for class adams.gui.core.RegExpConstrainedTextField.RegExpConstraintCheckModel
Initializes the model.
regExpFilenameTipText() - Method in class adams.flow.transformer.pdfproclet.AbstractPdfProclet
Returns the tip text for this property.
regExpFilenameTipText() - Method in interface adams.flow.transformer.pdfproclet.PdfProclet
Returns the tip text for this property.
RegExpFileSearchHandler - Interface in adams.core.io.filesearch
Interface for file search handlers that handle regular expression matching.
regexpKeyword() - Method in class adams.db.types.AbstractTypes
Returns the keyword for regular expression matching in queries.
regexpKeyword() - Method in class adams.db.types.TypesMySQL
Returns the keyword for regular expression matching in queries.
regexpKeyword() - Method in class adams.db.types.TypesPostgreSQL
Returns the keyword for regular expression matching in queries.
regexpKeyword() - Method in class adams.db.types.TypesSQLite
Returns the keyword for regular expression matching in queries.
regexpKeyword(AbstractDatabaseConnection) - Static method in class adams.db.JDBC
Returns the keyword for regular expression matching in queries.
regexpKeyword(String) - Static method in class adams.db.JDBC
Returns the keyword for regular expression matching in queries.
regExpsTipText() - Method in class weka.classifiers.MultiLevelSplitGenerator
Returns the tip text for this property.
RegExpTest - Class in adams.gui.menu
Only for testing the regular expressions.
RegExpTest() - Constructor for class adams.gui.menu.RegExpTest
Initializes the menu item with no owner.
RegExpTest(AbstractApplicationFrame) - Constructor for class adams.gui.menu.RegExpTest
Initializes the menu item.
RegExpTextField - Class in adams.gui.core
Text field designed for entering a regular expression.
RegExpTextField() - Constructor for class adams.gui.core.RegExpTextField
Constructs a new TextField.
RegExpTextField(String) - Constructor for class adams.gui.core.RegExpTextField
Constructs a new TextField.
regExpTimestampTipText() - Method in class adams.flow.transformer.SpreadSheetRowToTimeseries
Returns the tip text for this property.
regexpTipText() - Method in class adams.gui.visualization.image.interactionlogging.IDFilter
Returns the tip text for this property.
regExpTipText() - Method in class adams.core.command.output.LineSplit
Returns the tip text for this property.
regExpTipText() - Method in class adams.core.discovery.AbstractDiscoveryHandler
Returns the tip text for this property.
regExpTipText() - Method in class adams.core.io.fileuse.LastLineMatches
Returns the tip text for this property.
regExpTipText() - Method in class adams.core.net.hostnameverifier.RegExp
Returns the tip text for this property.
regExpTipText() - Method in class adams.core.net.SimpleMailer
Returns the tip text for this property.
regExpTipText() - Method in class adams.data.conversion.PropertiesToMap
Returns the tip text for this property.
regExpTipText() - Method in class adams.data.conversion.ReportToMap
Returns the tip text for this property.
regExpTipText() - Method in class adams.data.groupextraction.ReportFieldRegExp
Returns the tip text for this property.
regExpTipText() - Method in class adams.data.groupextraction.SpreadSheetCellRegExp
Returns the tip text for this property.
regExpTipText() - Method in class adams.data.objectfinder.ByMetaDataStringValue
Returns the tip text for this property.
regExpTipText() - Method in class adams.data.outlier.StringMatcher
Returns the tip text for this property.
regExpTipText() - Method in class adams.data.report.RemoveByName
Returns the tip text for this property.
regExpTipText() - Method in class adams.data.spreadsheet.columnfinder.ByName
Returns the tip text for this property.
regExpTipText() - Method in class adams.data.spreadsheet.rowfinder.ByValue
Returns the tip text for this property.
regExpTipText() - Method in class adams.data.weka.classattribute.ByName
Returns the tip text for this property.
regExpTipText() - Method in class adams.data.weka.columnfinder.ByName
Returns the tip text for this property.
regExpTipText() - Method in class adams.data.weka.rowfinder.ByLabel
Returns the tip text for this property.
regExpTipText() - Method in class adams.flow.condition.bool.DirectoriesMatch
Returns the tip text for this property.
regExpTipText() - Method in class adams.flow.condition.bool.FilesMatch
Returns the tip text for this property.
regExpTipText() - Method in class adams.flow.condition.bool.RegExp
Returns the tip text for this property.
regExpTipText() - Method in class adams.flow.condition.bool.TableExists
Returns the tip text for this property.
regExpTipText() - Method in class adams.flow.processor.ChangeDatabaseConditionLimit
Returns the tip text for this property.
regExpTipText() - Method in class adams.flow.processor.ChangeNumThreads
Returns the tip text for this property.
regExpTipText() - Method in class adams.flow.processor.ListAnnotationTags
Returns the tip text for this property.
regExpTipText() - Method in class adams.flow.processor.ListTODOs
Returns the tip text for this property.
regExpTipText() - Method in class adams.flow.sink.sequenceplotter.ByNameErrorPaintlet
Returns the tip text for this property.
regExpTipText() - Method in class adams.flow.sink.sequenceplotter.ByNameMarkerPaintlet
Returns the tip text for this property.
regExpTipText() - Method in class adams.flow.source.AbstractListTables
Returns the tip text for this property.
regExpTipText() - Method in class adams.flow.source.DirectoryLister
Returns the tip text for this property.
regExpTipText() - Method in class adams.flow.source.DumpStorage
Returns the tip text for this property.
regExpTipText() - Method in class adams.flow.source.DumpVariables
Returns the tip text for this property.
regExpTipText() - Method in class adams.flow.source.filesystemsearch.FtpDirectorySearch
Returns the tip text for this property.
regExpTipText() - Method in class adams.flow.source.filesystemsearch.FtpDirectorySearchWithComparator
Returns the tip text for this property.
regExpTipText() - Method in class adams.flow.source.filesystemsearch.FtpDirectorySearchWithCustomSort
Returns the tip text for this property.
regExpTipText() - Method in class adams.flow.source.filesystemsearch.FtpFileSearch
Returns the tip text for this property.
regExpTipText() - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearch
Returns the tip text for this property.
regExpTipText() - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearchWithComparator
Returns the tip text for this property.
regExpTipText() - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearchWithCustomSort
Returns the tip text for this property.
regExpTipText() - Method in class adams.flow.source.filesystemsearch.LocalFileSearch
Returns the tip text for this property.
regExpTipText() - Method in class adams.flow.source.filesystemsearch.SftpDirectorySearch
Returns the tip text for this property.
regExpTipText() - Method in class adams.flow.source.filesystemsearch.SftpDirectorySearchWithComparator
Returns the tip text for this property.
regExpTipText() - Method in class adams.flow.source.filesystemsearch.SftpDirectorySearchWithCustomSort
Returns the tip text for this property.
regExpTipText() - Method in class adams.flow.source.filesystemsearch.SftpFileSearch
Returns the tip text for this property.
regExpTipText() - Method in class adams.flow.source.filesystemsearch.SmbDirectorySearch
Returns the tip text for this property.
regExpTipText() - Method in class adams.flow.source.filesystemsearch.SmbDirectorySearchWithComparator
Returns the tip text for this property.
regExpTipText() - Method in class adams.flow.source.filesystemsearch.SmbDirectorySearchWithCustomSort
Returns the tip text for this property.
regExpTipText() - Method in class adams.flow.source.filesystemsearch.SmbFileSearch
Returns the tip text for this property.
regExpTipText() - Method in class adams.flow.source.FTPLister
Deprecated.
Returns the tip text for this property.
regExpTipText() - Method in class adams.flow.source.ListCallableActors
Returns the tip text for this property.
regExpTipText() - Method in class adams.flow.source.ListEnvironmentVariables
Returns the tip text for this property.
regExpTipText() - Method in class adams.flow.source.ListStorageNames
Returns the tip text for this property.
regExpTipText() - Method in class adams.flow.source.ListSystemProperties
Returns the tip text for this property.
regExpTipText() - Method in class adams.flow.source.ListVariables
Returns the tip text for this property.
regExpTipText() - Method in class adams.flow.source.valuedefinition.RegExpConstrainedStringDefinition
Returns the tip text for this property.
regExpTipText() - Method in class adams.flow.standalone.AbstractDatabaseCheck
Returns the tip text for this property.
regExpTipText() - Method in class adams.flow.standalone.DeleteDir
Returns the tip text for this property.
regExpTipText() - Method in class adams.flow.standalone.DeleteFile
Returns the tip text for this property.
regExpTipText() - Method in class adams.flow.standalone.DeleteStorageValue
Returns the tip text for this property.
regExpTipText() - Method in class adams.flow.standalone.DeleteVariable
Returns the tip text for this property.
regExpTipText() - Method in class adams.flow.standalone.DirWatch
Returns the tip text for this property.
regExpTipText() - Method in class adams.flow.standalone.logevent.NameFilter
Returns the tip text for this property.
regExpTipText() - Method in class adams.flow.template.IterateFilesWithProgressBar
Returns the tip text for this property.
regExpTipText() - Method in class adams.flow.transformer.AbstractContainerValueExtractor
Returns the tip text for this property.
regExpTipText() - Method in class adams.flow.transformer.AbstractDeleteReportValue
Returns the tip text for this property.
regExpTipText() - Method in class adams.flow.transformer.AbstractMultiDecompress
Returns the tip text for this property.
regExpTipText() - Method in class adams.flow.transformer.CopyFile
Returns the tip text for this property.
regExpTipText() - Method in class adams.flow.transformer.DeleteFile
Returns the tip text for this property.
regExpTipText() - Method in class adams.flow.transformer.DeleteStorageValue
Returns the tip text for this property.
regExpTipText() - Method in class adams.flow.transformer.DeleteVariable
Returns the tip text for this property.
regExpTipText() - Method in class adams.flow.transformer.FindInFile
Returns the tip text for this property.
regExpTipText() - Method in class adams.flow.transformer.GetPropertyNames
Returns the tip text for this property.
regExpTipText() - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesGroupedCrossValidationFoldGenerator
Returns the tip text for this property.
regExpTipText() - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesGroupedRandomSplitGenerator
Returns the tip text for this property.
regExpTipText() - Method in class adams.flow.transformer.mapfilter.RemoveByName
Returns the tip text for this property.
regExpTipText() - Method in class adams.flow.transformer.MapToStorageValues
Returns the tip text for this property.
regExpTipText() - Method in class adams.flow.transformer.MapToVariables
Returns the tip text for this property.
regExpTipText() - Method in class adams.flow.transformer.MapVariableIterator
Returns the tip text for this property.
regExpTipText() - Method in class adams.flow.transformer.MatchReportFields
Returns the tip text for this property.
regExpTipText() - Method in class adams.flow.transformer.preparefilebaseddataset.GroupedCrossValidation
Returns the tip text for this property.
regExpTipText() - Method in class adams.flow.transformer.preparefilebaseddataset.GroupedTrainTestSplit
Returns the tip text for this property.
regExpTipText() - Method in class adams.flow.transformer.preparefilebaseddataset.GroupedTrainValidateTestSplit
Returns the tip text for this property.
regExpTipText() - Method in class adams.flow.transformer.PropertiesToVariables
Returns the tip text for this property.
regExpTipText() - Method in class adams.flow.transformer.ReportField
Returns the tip text for this property.
regExpTipText() - Method in class adams.flow.transformer.ReportToStorage
Returns the tip text for this property.
regExpTipText() - Method in class adams.flow.transformer.ReportToVariables
Returns the tip text for this property.
regExpTipText() - Method in class adams.flow.transformer.SpreadSheetColumnIterator
Returns the tip text for this property.
regExpTipText() - Method in class adams.flow.transformer.SpreadSheetColumnsByName
Returns the tip text for this property.
regExpTipText() - Method in class adams.flow.transformer.StringArraySplit
Returns the tip text for this property.
regExpTipText() - Method in class adams.flow.transformer.StringMatcher
Returns the tip text for this property.
regExpTipText() - Method in class adams.flow.transformer.WekaAttributeIterator
Returns the tip text for this property.
regExpTipText() - Method in class adams.flow.transformer.WekaMultiLabelSplitter
Returns the tip text for this property.
regExpTipText() - Method in class adams.gui.visualization.sequence.ByNamePaintlet
Returns the tip text for this property.
regExpTipText() - Method in class adams.gui.visualization.sequence.metadatacolor.ColorPerRegExpGroup
Returns the tip text for this property.
regExpTipText() - Method in class adams.tools.DropTables
Returns the tip text for this property.
regExpTipText() - Method in class adams.tools.TruncateTables
Returns the tip text for this property.
regExpTipText() - Method in class weka.classifiers.GroupedBinnedNumericClassCrossValidationFoldGenerator
Returns the tip text for this property.
regExpTipText() - Method in class weka.classifiers.GroupedBinnedNumericClassRandomSplitGenerator
Returns the tip text for this property.
regExpTipText() - Method in class weka.classifiers.GroupedCrossValidationFoldGenerator
Returns the tip text for this property.
regExpTipText() - Method in class weka.classifiers.GroupedRandomSplitGenerator
Returns the tip text for this property.
regExpTipText() - Method in class weka.filters.unsupervised.attribute.EquiDistance
Returns the tip text for this property.
regExpTipText() - Method in class weka.filters.unsupervised.attribute.MetaPartitionedMultiFilter
Returns the tip text for this property.
regExpTipText() - Method in class weka.filters.unsupervised.instance.multirowprocessor.selection.GroupExpression
Returns the tip text for this property.
regExpValueTipText() - Method in class adams.flow.transformer.SpreadSheetRowToTimeseries
Returns the tip text for this property.
regexTipText() - Method in class adams.flow.transformer.WekaRegexToRange
Returns the tip text for this property.
RegionRecorder<T extends DataContainer> - Interface in adams.data
A scheme that also records regions in the data.
Regions - Class in adams.data.image.transformer.subimages
Extracts the sub-images according to the region definitions.
Additional report values:
- Region for the region

Regions() - Constructor for class adams.data.image.transformer.subimages.Regions
 
regionSizeTipText() - Method in class adams.flow.transformer.BoofCVDetectLineSegments
Returns the tip text for this property.
regionsTipText() - Method in class adams.data.image.transformer.subimages.Regions
Returns the tip text for this property.
register() - Method in class adams.gui.goe.AbstractEditorRegistration
Performs the registration of the editors.
register(GraphicalFlowExecutionListener) - Method in class adams.gui.flow.tabhandler.GraphicalFlowExecutionListenersHandler
Registers a listener.
register(Class, String, AbstractDisplay) - Method in class adams.gui.flow.tabhandler.RegisteredDisplaysHandler
Registers a display.
registerAdditionalHandler(Class, AbstractExplorerPanelHandler) - Static method in class weka.gui.explorer.WorkspaceHelper
Registers an additional handler for an Explorer.ExplorerPanel.
registerBasicEditors() - Static method in class adams.gui.goe.Editors
For registering editors for basic Java types.
registerCustomEditor(Class, Class) - Static method in class adams.gui.goe.Editors
Registers a custom editor for a certain class.
registerCustomEditors() - Static method in class adams.gui.goe.Editors
Registers all custom editors and adds the hooks as well.
registerCustomHooks() - Static method in class adams.core.option.OptionUtils
Registers all hooks.
RegisteredDisplaysHandler - Class in adams.gui.flow.tabhandler
For managing registered displays.
RegisteredDisplaysHandler(FlowPanel) - Constructor for class adams.gui.flow.tabhandler.RegisteredDisplaysHandler
Initializes the tab handler
RegisteredDisplaysTab - Class in adams.gui.flow.tab
Displays the registered displays for a particular class.
RegisteredDisplaysTab() - Constructor for class adams.gui.flow.tab.RegisteredDisplaysTab
 
registerEditor(EnumOption) - Static method in class adams.gui.goe.EnumEditor
Registers the EnumEditor for the enum option if necessary.
registerEditors() - Static method in class adams.gui.goe.AbstractEditorRegistration
Registers the GOE editors, using all available registration schemes.
registerEditors() - Static method in class adams.gui.goe.Editors
registers all the editors.
registerEditors(Map<String, Map<String, String>>) - Method in class adams.gui.goe.WekaEditorsRegistration
Reregisters class hierarchies with ADAMS object editors.
registerEditors(Properties) - Method in class adams.gui.goe.WekaEditorsRegistration
Reregisters class hierarchies with ADAMS object editors.
RegisterEditors - Class in adams.gui.application
Registers the editors.
RegisterEditors() - Constructor for class adams.gui.application.RegisterEditors
 
RegisterFlow - Class in adams.flow.standalone
Simply registers the flow with the running flows registry.
RegisterFlow() - Constructor for class adams.flow.standalone.RegisterFlow
 
registerFlowTipText() - Method in class adams.scripting.command.flow.RunRemoteFlow
Returns the tip text for this property.
registerGraphicalFlowExecutionListener(FlowExecutionListener) - Method in class adams.flow.control.Flow
Registers the graphical flow execution listener.
registerHierarchies(Map<String, Map<String, String>>) - Method in class adams.gui.goe.WekaEditorsRegistration
Registers the class hierarchies with ADAMS.
registerHierarchies(Properties) - Method in class adams.gui.goe.WekaEditorsRegistration
Registers the class hierarchies with ADAMS.
registerTipText() - Method in class adams.flow.FlowRunner
Returns the tip text for this property.
registerVariables() - Method in class adams.core.option.OptionManager
Registers all the variables recursively.
registerWindow() - Method in class adams.flow.core.AbstractDisplay
Registers the window with the flow root actor.
registerWindow(Window, String) - Method in class adams.flow.control.Flow
Adds the window to the register.
registerWindow(Window, String) - Method in class adams.flow.source.AbstractInteractiveSource
Registers the window with the flow.
registerWindow(Window, String) - Method in class adams.flow.transformer.AbstractInteractiveTransformer
Registers the window with the flow.
registerWindow(Window, String) - Method in class adams.flow.transformer.AbstractInteractiveTransformerDialog
Registers the window with the flow.
registerWithEditor() - Method in class adams.flow.core.AbstractDisplay
Registers the actor with the flow editor, if possible.
registerWorker(Connection) - Method in class adams.scripting.engine.DefaultMainScriptingEngine
Registers a worker with the given connection.
registerWorker(Connection) - Method in interface adams.scripting.engine.MainScriptingEngine
Registers a worker with the given connection.
RegisterWorker - Class in adams.scripting.command.distributed
Registers a WorkerScriptingEngine with a main engine.
RegisterWorker() - Constructor for class adams.scripting.command.distributed.RegisterWorker
 
regLeastSquares(Matrix, Matrix) - Static method in class edu.umbc.cs.maple.utils.JamaUtils
Performs least squares regression using Tikhonov regularization.
regLeastSquares(Matrix, Matrix, double) - Static method in class edu.umbc.cs.maple.utils.JamaUtils
Performs least squares regression using Tikhonov regularization.
regLeastSquares(Matrix, Matrix, Matrix) - Static method in class edu.umbc.cs.maple.utils.JamaUtils
Performs least squares regression using Tikhonov regularization.
regLineTipText() - Method in class adams.gui.visualization.stats.probabilityplot.NormalPlotOptions
Tip text for the regression line property
REGRESSION - adams.flow.sink.WekaExperimentGenerator.ExperimentType
regression.
regressionFilesTipText() - Method in class adams.core.option.FlowJUnitTestProducer
Returns the tip text for this property.
regressionLineTipText() - Method in class adams.flow.sink.ProbabilityPlotDisplay
Tip text for the regression line property
RegressionModel - Interface in adams.ml.model.regression
Interface for regression models.
regressionPrediction(Instance, boolean[], double[]) - Method in class weka.classifiers.functions.LinearRegressionJ
Calculate the dependent value for a given instance for a given regression model.
regressionTipText() - Method in class adams.flow.sink.ProbabilityPlotDisplay
Tip text for the regression property
Regressor - Interface in adams.ml.model.regression
Interface for regression algorithms.
REGULAR - adams.gui.visualization.jfreechart.shape.Cross.Type
 
RegularField - Interface in adams.data.report
Interface for regular fields.
RejectAll - Class in adams.scripting.permissionhandler
Rejects all commands.
RejectAll() - Constructor for class adams.scripting.permissionhandler.RejectAll
 
rejectedDirTipText() - Method in class adams.scripting.requesthandler.CommandDumperHandler
Returns the tip text for this property.
Rejector - Class in adams.flow.control
Rejects data containers with errors attached.
Rejector() - Constructor for class adams.flow.control.Rejector
Default constructor.
Rejector(String) - Constructor for class adams.flow.control.Rejector
Initializes with the specified name.
RELATION - adams.opt.genetic.OutputPrefixType
the relation name.
RELATION_NAME - adams.flow.transformer.WekaEvaluationInfo.InfoType
 
RELATION_NAME - adams.flow.transformer.WekaInstancesInfo.InfoType
the name of the dataset.
RELATIONAL_ATTRIBUTES - adams.flow.core.Capability
can handle relational attributes.
RELATIONAL_CLASS - adams.flow.core.Capability
can handle relational classes.
relationalValue(int) - Method in class weka.core.AbstractHashableInstance
Returns the relational value of a relational attribute.
relationalValue(Attribute) - Method in class weka.core.AbstractHashableInstance
Returns the relational value of a relational attribute.
relationNameTemplateTipText() - Static method in class weka.classifiers.CrossValidationHelper
Returns the tiptext for the relation name template.
relationNameTipText() - Method in class adams.flow.source.WekaNewInstances
Returns the tip text for this property.
relationNameTipText() - Method in class adams.flow.transformer.WekaCrossValidationSplit
Returns the tip text for this property.
relationNameTipText() - Method in class weka.classifiers.BinnedNumericClassCrossValidationFoldGenerator
Returns the tip text for this property.
relationNameTipText() - Method in class weka.classifiers.DefaultCrossValidationFoldGenerator
Returns the tip text for this property.
relationNameTipText() - Method in class weka.classifiers.GroupedBinnedNumericClassCrossValidationFoldGenerator
Returns the tip text for this property.
relationNameTipText() - Method in class weka.classifiers.GroupedCrossValidationFoldGenerator
Returns the tip text for this property.
relationNameTipText() - Method in class weka.classifiers.GroupedCrossValidationFoldGeneratorUsingNumericClassValues
Returns the tip text for this property.
relationNameTipText() - Static method in class weka.classifiers.LeaveOneOutByValueGenerator
Returns the tiptext for the relation name template.
RELATIVE - adams.core.PositionType
relative.
RELATIVE_ABSOLUTE_ERROR - adams.flow.core.EvaluationStatistic
 
RELATIVE_ABSOLUTE_ERROR - adams.flow.core.ExperimentStatistic
 
relativeColumnsWidths(SpreadSheet) - Method in class adams.flow.transformer.pdfproclet.AbstractSpreadSheetPdfProclet
Computes the relative column widths.
relativeColumnWidthsTipText() - Method in class adams.flow.transformer.pdfproclet.AbstractSpreadSheetPdfProclet
Returns the tip text for this property.
RelativeCrop - Class in adams.data.image.transformer.crop
Crops the image to specified width and height.
RelativeCrop() - Constructor for class adams.data.image.transformer.crop.RelativeCrop
 
RelativeDir - Class in adams.flow.transformer
Removes the prefix from the file/directory being passed through to turn them into relative ones.

See also:
adams.flow.transformer.BaseName
adams.flow.transformer.DirName
adams.flow.transformer.AppendName
adams.flow.transformer.PrependDir
adams.flow.transformer.FileExtension

Input/output:
- accepts:
   java.lang.String
   java.lang.String[]
   java.io.File
   java.io.File[]
- generates:
   java.lang.String
   java.lang.String[]
   java.io.File
   java.io.File[]


RelativeDir() - Constructor for class adams.flow.transformer.RelativeDir
 
RelativeDirectoryLister - Interface in adams.core.io.lister
Interface for recrusive directory listers.
RelativeNumericErrorScaler - Class in adams.data.weka.predictions
Scales the errors for numeric class attributes.
RelativeNumericErrorScaler() - Constructor for class adams.data.weka.predictions.RelativeNumericErrorScaler
 
relativeTipText() - Method in class adams.flow.source.RSync
 
relativeTipText() - Method in class adams.flow.source.SimpleRSync
 
relativeWidthsTipText() - Method in class adams.data.weka.evaluator.IntervalEstimatorBased
Returns the tip text for this property.
release(int) - Method in class adams.core.net.PortManager
Removes the specified port from the internal list of used ports.
reload() - Method in class adams.core.management.CharsetHelper
Reloads the properties file.
reload() - Method in class adams.core.management.LocaleHelper
Reloads the properties file.
reload() - Method in class adams.core.management.TimeZoneHelper
Reloads the properties file.
reload() - Method in class adams.core.net.ProxyHelper
Reloads the properties file.
reload() - Method in class adams.data.tesseract.TesseractHelper
Reloads the properties file.
reload() - Method in class adams.db.AbstractTableFacade
Reloads the data, if necessary.
reload() - Method in class adams.gui.core.FilePanel
Updates the files (if not busy).
reload() - Static method in class adams.gui.goe.Favorites
Reloads the system-wide favorites.
reload() - Method in class adams.gui.selection.SelectEmailAddressPanel
Reloads the data from the properties.
reload() - Method in class adams.gui.tools.ConsoleOutputAnalyzerPanel
Reloads the console output from the current file.
reload() - Method in class adams.gui.tools.DatasetCompatibilityPanel
Re-compares the currently loaded files.
reload() - Method in class adams.gui.tools.DiffPanel
Compares the content again.
reload() - Method in class adams.gui.tools.filecommander.FileCommanderDirectoryPanel
Reloads the files.
reload() - Method in class adams.gui.tools.FileCommanderPanel
Reloads the files.
reload() - Static method in class adams.gui.tools.previewbrowser.ContentHandlerFavorites
Reloads the system-wide favorites.
reload() - Method in class adams.gui.tools.PreviewBrowserPanel
Reloads the directory and content.
reload() - Method in class adams.gui.tools.wekainvestigator.data.AbstractDataContainer
Reloads the data.
reload() - Method in interface adams.gui.tools.wekainvestigator.data.DataContainer
Reloads the data.
reload() - Method in class adams.gui.visualization.instance.InstanceComparePanel.DatasetPanel
Reloads the currently loaded dataset.
reload() - Method in class adams.gui.visualization.instance.InstanceComparePanel
Reloads the datasets.
ReloadableContainerManager - Interface in adams.gui.visualization.container
For container managers that can may be able to reload their contents from the database.
remainderHandlingTipText() - Method in class adams.flow.transformer.StringArraySplit
Returns the tip text for this property.
rememberLastSelectionTipText() - Method in class adams.flow.transformer.pixelselector.AddClassification
Returns the tip text for this property.
REMOTE_TO_LOCAL - adams.core.io.fileoperations.RemoteDirection
remote to local.
RemoteCommand - Interface in adams.scripting.command
Interface for remote commands.
RemoteCommandContainer - Class in adams.flow.container
Container to store RemoteCommand objects and associated messages as intercepted by logging handlers.
RemoteCommandContainer() - Constructor for class adams.flow.container.RemoteCommandContainer
Initializes the container with a dummy command.
RemoteCommandContainer(String, RemoteCommand) - Constructor for class adams.flow.container.RemoteCommandContainer
Initializes the container with the type of event and command but no message.
RemoteCommandContainer(String, RemoteCommand, String) - Constructor for class adams.flow.container.RemoteCommandContainer
Initializes the container with the type of event and command but no message.
RemoteCommandGrabber() - Constructor for class adams.multiprocess.RemoteCommandJobRunner.RemoteCommandGrabber
 
RemoteCommandGrabber() - Constructor for class adams.scripting.engine.DefaultMainScriptingEngine.RemoteCommandGrabber
 
RemoteCommandGrabber() - Constructor for class adams.scripting.engine.ForwardingScriptingEngine.RemoteCommandGrabber
 
RemoteCommandHandler - Interface in adams.scripting.engine
Interface for classes that handle remote commands within a scripting engine.
RemoteCommandJobRunner - Class in adams.multiprocess
Utilizes the remote command framework for sending jobs to a remote machine.
RemoteCommandJobRunner() - Constructor for class adams.multiprocess.RemoteCommandJobRunner
 
RemoteCommandJobRunner.RemoteCommandGrabber - Class in adams.multiprocess
Handles the job response.
RemoteCommandOnFlow - Interface in adams.scripting.command
Interface for remote commands that operate on a specific flow, identified by its ID.
RemoteCommandProcessor - Interface in adams.scripting.processor
Interface for command processors, classes that parse and format commands.
RemoteCommandProcessorHandler - Interface in adams.scripting.processor
Interface for classes that make use of RemoteCommandProcessor.
RemoteCommandReader - Class in adams.flow.transformer
Loads the remote command from the incoming file.
RemoteCommandReader() - Constructor for class adams.flow.transformer.RemoteCommandReader
 
RemoteCommands - Class in adams.gui.menu
Provides submenu for starting/stopping of remote command scripting.
RemoteCommands(AbstractApplicationFrame) - Constructor for class adams.gui.menu.RemoteCommands
Initializes the menu item.
RemoteCommandToString - Class in adams.data.conversion
Turns a remote command into a string.
RemoteCommandToString() - Constructor for class adams.data.conversion.RemoteCommandToString
 
RemoteCommandWithErrorMessage - Interface in adams.scripting.command
Interface for commands that support error message.
RemoteCommandWithResponse - Interface in adams.scripting.command
Interface for remote commands that send a response back to a host.
RemoteCommandWriter - Class in adams.flow.sink
Sends a command to the remote host defined by the connection settings.
Unsuccessful commands can be store on disk to retry later.
RemoteCommandWriter() - Constructor for class adams.flow.sink.RemoteCommandWriter
 
RemoteControlCenterEnginesPanel - Class in adams.gui.tools.remotecontrolcenter
Interface for adding/removing/starting/stopping scripting engines.
RemoteControlCenterEnginesPanel() - Constructor for class adams.gui.tools.remotecontrolcenter.RemoteControlCenterEnginesPanel
 
RemoteControlCenterEvent - Class in adams.gui.event
Events that the RemoteControlCenter send.
RemoteControlCenterEvent(RemoteControlCenterPanel, RemoteControlCenterEvent.EventType) - Constructor for class adams.gui.event.RemoteControlCenterEvent
Constructs the event.
RemoteControlCenterEvent(RemoteControlCenterPanel, AbstractRemoteControlCenterTab, RemoteControlCenterEvent.EventType) - Constructor for class adams.gui.event.RemoteControlCenterEvent
Constructs the event.
RemoteControlCenterEvent.EventType - Enum in adams.gui.event
The type of event.
RemoteControlCenterListener - Interface in adams.gui.event
Interface for classes that listen to remote control center events.
RemoteControlCenterLogPanel - Class in adams.gui.tools.remotecontrolcenter
Displays logging information.
RemoteControlCenterLogPanel() - Constructor for class adams.gui.tools.remotecontrolcenter.RemoteControlCenterLogPanel
 
RemoteControlCenterManagerPanel - Class in adams.gui.tools.remotecontrolcenter
Interface for remote controls.
RemoteControlCenterManagerPanel() - Constructor for class adams.gui.tools.remotecontrolcenter.RemoteControlCenterManagerPanel
 
RemoteControlCenterPanel - Class in adams.gui.tools.remotecontrolcenter
Remote control center session panel.
RemoteControlCenterPanel() - Constructor for class adams.gui.tools.remotecontrolcenter.RemoteControlCenterPanel
 
RemoteControlCenterWorkspaceList - Class in adams.gui.tools.remotecontrolcenter
Workspace list for the remote control center.
RemoteControlCenterWorkspaceList() - Constructor for class adams.gui.tools.remotecontrolcenter.RemoteControlCenterWorkspaceList
 
remoteControlEventOccurred(RemoteControlCenterEvent) - Method in interface adams.gui.event.RemoteControlCenterListener
Gets called whenever a remote control center event occurs.
RemoteDirection - Enum in adams.core.io.fileoperations
Enumeration that defines how to interpret source and target.
RemoteDirectorySetup - Interface in adams.gui.chooser
Interface for setup classes that define access to remote directories.
remoteDirTipText() - Method in class adams.flow.source.FTPLister
Deprecated.
Returns the tip text for this property.
remoteDirTipText() - Method in class adams.flow.transformer.FTPDelete
Returns the tip text for this property.
remoteDirTipText() - Method in class adams.flow.transformer.FTPGet
Returns the tip text for this property.
remoteDirTipText() - Method in class adams.flow.transformer.FTPSend
Returns the tip text for this property.
remoteDirTipText() - Method in class adams.flow.transformer.ScpFrom
Returns the tip text for this property.
remoteDirTipText() - Method in class adams.flow.transformer.ScpTo
Returns the tip text for this property.
remoteDirTipText() - Method in class adams.flow.transformer.SFTPDelete
Returns the tip text for this property.
remoteDirTipText() - Method in class adams.flow.transformer.SFTPGet
Returns the tip text for this property.
remoteDirTipText() - Method in class adams.flow.transformer.SFTPSend
Returns the tip text for this property.
remoteDirTipText() - Method in class adams.flow.transformer.SMBGet
Returns the tip text for this property.
remoteDirTipText() - Method in class adams.flow.transformer.SMBSend
Returns the tip text for this property.
remoteDirTipText() - Method in class adams.gui.chooser.FtpRemoteDirectorySetup
Returns the tip text for this property.
remoteDirTipText() - Method in class adams.gui.chooser.SftpRemoteDirectorySetup
Returns the tip text for this property.
remoteDirTipText() - Method in class adams.gui.chooser.SmbRemoteDirectorySetup
Returns the tip text for this property.
remoteDirTipText() - Method in class adams.scripting.command.basic.SendFile
Returns the tip text for this property.
remoteDirTipText() - Method in class adams.scripting.connection.FTPConnection
Returns the tip text for this property.
remoteDirTipText() - Method in class adams.scripting.connection.ScpConnection
Returns the tip text for this property.
RemoteExecutionHandler - Interface in adams.flow.core
Interface for actors that manage remote execution.
RemoteExecutionHandlerTransfer - Class in adams.core.optiontransfer
Transfers options between RemoteExecutionHandler objects.
RemoteExecutionHandlerTransfer() - Constructor for class adams.core.optiontransfer.RemoteExecutionHandlerTransfer
 
RemoteExecutionTrigger - Class in adams.flow.control
Transfers the actors below itself, the specified storage items and variables using the specified connection for remote execution.
Uses the adams.scripting.command.flow.RemoteFlowExecution remote command behind the scenes.
RemoteExecutionTrigger() - Constructor for class adams.flow.control.RemoteExecutionTrigger
 
RemoteFileOperations - Interface in adams.core.io.fileoperations
Interface for remote file operations.
remoteFileTipText() - Method in interface adams.core.io.RemoteFileWriter
Returns the tip text for this property.
remoteFileTipText() - Method in class adams.multiprocess.ScpJobRunner
Returns the tip text for this property.
remoteFileTipText() - Method in class adams.multiprocess.ScpJobRunner.RemoteJobRunner
Returns the tip text for this property.
remoteFileTipText() - Method in class adams.scripting.command.basic.RetrieveFile
Returns the tip text for this property.
remoteFileTipText() - Method in class adams.scripting.command.basic.Text
Returns the tip text for this property.
RemoteFileWriter - Interface in adams.core.io
Interface for classes that write a remote file.
RemoteFlowCommandsTab - Class in adams.gui.tools.remotecontrolcenter.panels
Tab for executing actions on remote flows.
RemoteFlowCommandsTab() - Constructor for class adams.gui.tools.remotecontrolcenter.panels.RemoteFlowCommandsTab
 
RemoteFlowExecution - Class in adams.scripting.command.flow
Allows the remote execution of flows, including the transfer of storage items from the flow triggering the remote execution.
RemoteFlowExecution() - Constructor for class adams.scripting.command.flow.RemoteFlowExecution
 
RemoteFlowListener - Class in adams.flow.execution
Listens on the specified port, returns the currently running flow setup.
RemoteFlowListener() - Constructor for class adams.flow.execution.RemoteFlowListener
 
RemoteFlowListener.ListenerRunnable - Class in adams.flow.execution
The runnable that listens to the
remoteHostTipText() - Method in class adams.console.Logging
Returns the tip text for this property.
RemoteJobRunner() - Constructor for class adams.multiprocess.ScpJobRunner.RemoteJobRunner
 
RemoteListenerRunnableUsingHandler(int, int, Handler) - Constructor for class adams.core.logging.RemoteReceiveHandler.RemoteListenerRunnableUsingHandler
Initializes the runnable.
RemoteListenerRunnableWithLog(int, int) - Constructor for class adams.console.Logging.RemoteListenerRunnableWithLog
Initializes the runnable.
RemoteListenerRunnableWithLog(int, int, RemoteLoggingTab) - Constructor for class adams.gui.tools.remotecontrolcenter.panels.RemoteLoggingTab.RemoteListenerRunnableWithLog
Initializes the runnable.
RemoteLoggingTab - Class in adams.gui.tools.remotecontrolcenter.panels
Tab for starting/stopping tapping into the logging messages of a remote flow (both machines can communicate via host/port).
RemoteLoggingTab() - Constructor for class adams.gui.tools.remotecontrolcenter.panels.RemoteLoggingTab
 
RemoteLoggingTab.LoggingResponseHandler - Class in adams.gui.tools.remotecontrolcenter.panels
Updates the buttons accordingly and displays error messages.
RemoteLoggingTab.RemoteListenerRunnableWithLog - Class in adams.gui.tools.remotecontrolcenter.panels
Runnable that outputs the log records to a log.
remoteObjectNameTipText() - Method in class adams.flow.core.AbstractPyroCall
Returns the tip text for this property.
remoteObjectNameTipText() - Method in interface adams.flow.core.PyroCall
Returns the tip text for this property.
remoteOptionTipText() - Method in class adams.flow.source.RSync
 
RemoteReceiveHandler - Class in adams.core.logging
Waits for log records from a remote sender.
RemoteReceiveHandler() - Constructor for class adams.core.logging.RemoteReceiveHandler
 
RemoteReceiveHandler.AbstractRemoteListenerRunnable - Class in adams.core.logging
Ancestor for remote listeners.
RemoteReceiveHandler.RemoteListenerRunnableUsingHandler - Class in adams.core.logging
Publishes the logging records using the supplied handler.
RemoteScriptingEngine - Class in adams.flow.standalone
Starts/stops a scripting engine for remote commands.
RemoteScriptingEngine - Interface in adams.scripting.engine
Scripting engine for remote commands.
RemoteScriptingEngine() - Constructor for class adams.flow.standalone.RemoteScriptingEngine
 
remoteScriptingEngineCmdLineTipText() - Method in class adams.flow.FlowRunner
Returns the tip text for this property.
remoteScriptingEngineCmdLineTipText() - Method in class adams.gui.application.AbstractApplicationFrame
Returns the tip text for this property.
remoteScriptingEngineCmdLineTipText() - Method in class adams.terminal.application.AbstractTerminalApplication
Returns the tip text for this property.
RemoteScriptingEngineHandler - Interface in adams.scripting
Interface for remote scripting engine handlers, like applications.
remoteScriptingEngineUpdated(RemoteScriptingEngineUpdateEvent) - Method in interface adams.gui.event.RemoteScriptingEngineUpdateListener
Gets called in case the remote scripting engine got updated.
remoteScriptingEngineUpdated(RemoteScriptingEngineUpdateEvent) - Method in class adams.gui.tools.remotecontrolcenter.panels.AbstractRemoteControlCenterTab
Gets called in case the remote scripting engine got updated.
remoteScriptingEngineUpdated(RemoteScriptingEngineUpdateEvent) - Method in class adams.gui.tools.remotecontrolcenter.panels.AdvancedTab
Gets called in case the remote scripting engine got updated.
remoteScriptingEngineUpdated(RemoteScriptingEngineUpdateEvent) - Method in class adams.gui.tools.remotecontrolcenter.RemoteControlCenterEnginesPanel
Gets called in case the remote scripting engine got updated.
remoteScriptingEngineUpdated(RemoteScriptingEngineUpdateEvent) - Method in class adams.gui.tools.remotecontrolcenter.RemoteControlCenterManagerPanel
Gets called in case the remote scripting engine got updated.
remoteScriptingEngineUpdated(RemoteScriptingEngineUpdateEvent) - Method in class adams.gui.tools.remotecontrolcenter.RemoteControlCenterPanel
Gets called in case the remote scripting engine got updated.
RemoteScriptingEngineUpdateEvent - Class in adams.gui.event
Event that gets sent if the remote scripting engine got updated.
RemoteScriptingEngineUpdateEvent(Object) - Constructor for class adams.gui.event.RemoteScriptingEngineUpdateEvent
Constructs a prototypical Event.
RemoteScriptingEngineUpdateListener - Interface in adams.gui.event
Interface for listeners that listen to updates to the remote scripting engine.
RemoteSendHandler - Class in adams.core.logging
Sends the log records to the specified host/port.
RemoteSendHandler() - Constructor for class adams.core.logging.RemoteSendHandler
 
remoteTipText() - Method in class weka.classifiers.meta.SocketFacade
Returns the tip text for this property.
RemoteToRemoteFileOperations - Class in adams.core.io.fileoperations
File operations between two remote locations, using intermediate local files.
RemoteToRemoteFileOperations() - Constructor for class adams.core.io.fileoperations.RemoteToRemoteFileOperations
 
RemoteWekaExperimentIO - Class in adams.gui.tools.wekamultiexperimenter.io
IO handler for remote experiments.
RemoteWekaExperimentIO() - Constructor for class adams.gui.tools.wekamultiexperimenter.io.RemoteWekaExperimentIO
 
RemoteWekaExperimentRunner - Class in adams.gui.tools.wekamultiexperimenter.runner
A class that handles running a copy of the experiment in a separate thread.
RemoteWekaExperimentRunner(ExperimenterPanel) - Constructor for class adams.gui.tools.wekamultiexperimenter.runner.RemoteWekaExperimentRunner
Initializes the thread.
REMOVAL - adams.gui.event.DataChangeEvent.Type
a container was removed.
removalStrategyTipText() - Method in class adams.flow.transformer.DeleteOverlappingImageObjects
Returns the tip text for this property.
remove() - Method in class adams.core.shutdown.AbstractShutdownHook
Removes the hook, if possible.
remove() - Method in class adams.core.Trie.TrieIterator
ignored
remove() - Method in interface adams.data.splitgenerator.SplitGenerator
Unsupported.
remove() - Method in class adams.data.spreadsheet.cellfinder.AbstractMetaIterator
Removes from the underlying collection the last element returned by the iterator (optional operation), if the base iterator supports this.
remove() - Method in class adams.data.spreadsheet.cellfinder.RangeIterator
Not supported.
remove() - Method in class adams.data.spreadsheet.cellfinder.TypeRangeIterator
Not supported.
remove() - Method in class adams.flow.control.StorageQueueHandler
Removes the first element from the queue and returns it.
remove() - Method in class adams.ml.evaluation.AbstractSplitGenerator
Unsupported.
remove() - Method in class weka.classifiers.AbstractSplitGenerator
Unsupported.
remove() - Method in interface weka.classifiers.SplitGenerator
Unsupported.
remove(int) - Method in class adams.core.io.Tee
removes the given PrintStream from the list.
remove(int) - Method in class adams.core.MessageCollection
Deletes the message at the specified index.
remove(int) - Method in class adams.data.featureconverter.HeaderDefinition
Removes the specified definition.
remove(int) - Method in class adams.data.SortedList
Removes the item at the specified position.
remove(int) - Method in class adams.data.statistics.AbstractArrayStatistic
Removes the array at the specified location.
remove(int) - Method in class adams.flow.control.AbstractTee
Removes the actor at the given position and returns the removed object.
remove(int) - Method in class adams.flow.control.Branch
Removes the actor at the given position and returns the removed object.
remove(int) - Method in class adams.flow.control.FileProcessor
Removes the actor at the given position and returns the removed object.
remove(int) - Method in class adams.flow.control.LoadBalancer
Removes the actor at the given position and returns the removed object.
remove(int) - Method in class adams.flow.control.LocalScopeTransformer
Removes the actor at the given position and returns the removed object.
remove(int) - Method in class adams.flow.control.MutableConnectedControlActor
Removes the actor at the given position and returns the removed object.
remove(int) - Method in class adams.flow.control.MutableControlActor
Removes the actor at the given position and returns the removed object.
remove(int) - Method in class adams.flow.control.Switch
Removes the actor at the given position and returns the removed object.
remove(int) - Method in class adams.flow.control.WhileLoop
Removes the actor at the given position and returns the removed object.
remove(int) - Method in interface adams.flow.core.MutableActorHandler
Removes the actor at the given position and returns the removed object.
remove(int) - Method in class adams.flow.setup.FlowSetupManager
Removes the specified setup.
remove(int) - Method in class adams.flow.source.SwitchedSource
Removes the actor at the given position and returns the removed object.
remove(int) - Method in class adams.flow.standalone.AbstractMultiView
Removes the actor at the given position and returns the removed object.
remove(int) - Method in class adams.flow.standalone.AbstractMutableActorDaemonEvent
Removes the actor at the given position and returns the removed object.
remove(int) - Method in class adams.flow.standalone.AbstractMutableStandaloneGroupItem
Removes the actor at the given position and returns the removed object.
remove(int) - Method in class adams.flow.standalone.AbstractStandaloneMutableGroup
Removes the actor at the given position and returns the removed object.
remove(int) - Method in class adams.flow.standalone.Cron
Removes the actor at the given position and returns the removed object.
remove(int) - Method in class adams.flow.standalone.DelayedEvent
Removes the actor at the given position and returns the removed object.
remove(int) - Method in class adams.flow.standalone.Events
Removes the actor at the given position and returns the removed object.
remove(int) - Method in class adams.flow.standalone.QueueEvent
Removes the actor at the given position and returns the removed object.
remove(int) - Method in class adams.gui.core.BaseTabbedPane.TabUndoList
Removes the specified index.
remove(int) - Method in class adams.gui.flow.tabhandler.GraphicalActorProcessorHandler
Removes the specified output.
remove(int) - Method in class adams.gui.flow.tabhandler.ParsedErrorHandler
Removes the specified output.
remove(int) - Method in class adams.gui.flow.tree.ClipboardActorContainer
Removes the actor at the given position and returns the removed object.
remove(int) - Method in class adams.gui.tools.PlaceholderManagementPanel.PlaceholderTableModel
Removes the placeholder at the position.
remove(int) - Method in class adams.gui.tools.VariableManagementPanel.VariableTableModel
Removes the variable at the position.
remove(int) - Method in class adams.gui.tools.wekainvestigator.data.DataContainerList
 
remove(int) - Method in class adams.gui.visualization.container.AbstractContainerManager
Removes the container at the specified position.
remove(int) - Method in class adams.gui.visualization.instance.InstanceContainerManager
Removes the container at the specified position.
remove(int) - Method in class adams.gui.visualization.sequence.XYSequenceContainerManager
Removes the container at the specified position.
remove(int) - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowContainerManager
Removes the container at the specified position.
remove(int) - Method in class adams.gui.visualization.timeseries.TimeseriesContainerManager
Removes the container at the specified position.
remove(int) - Method in class adams.multiprocess.JobList
Removes the element at the specified position in this list.
remove(int) - Method in class weka.core.InstancesView
Removes the instance at the given position.
remove(int[]) - Method in class adams.flow.transformer.locateobjects.LocatedObjects
Removes the objects with the specified indices.
remove(int, boolean) - Method in interface adams.db.DataProvider
Removes the data container from the database (and the associated report, if any).
remove(int, boolean) - Method in class adams.gui.core.BaseTabbedPane.TabUndoList
Removes the specified index.
remove(int, int) - Method in class adams.gui.scripting.SyntaxDocument
Applies syntax highlighting after the document has been updated.
remove(BaseRegExp) - Method in class adams.core.Variables
Removes variables that match a regular expressions.
remove(BaseRegExp) - Method in class adams.flow.control.Storage
Removes the object(s) which name(s) match the regular expression.
remove(Report) - Method in class adams.db.ReportTableByDBID
Removes the report from the database.
remove(Report, Report, ObjectFinder, ObjectOverlap, OverlappingObjectRemoval) - Static method in class adams.data.overlappingobjectremoval.AbstractOverlappingObjectRemoval
Removes overlapping objects between the two reports.
remove(DataProvider, T) - Method in class adams.flow.transformer.AbstractDataContainerDbWriter
Removes the container from the database.
remove(DataProvider, T) - Method in interface adams.flow.transformer.DataContainerDbWriter
Removes the container from the database.
remove(LogEntry) - Method in class adams.db.generic.LogT
Removes a log entry from the DB.
remove(LogEntry) - Method in class adams.db.LogF
Removes a log entry from the DB.
remove(LogEntry) - Method in interface adams.db.LogIntf
Removes a log entry from the DB.
remove(LogEntry) - Method in class adams.db.mirrored.LogT
Removes a log entry from the DB.
remove(StorageName) - Method in class adams.flow.control.Storage
Removes the object associated with the name.
remove(Token) - Method in class adams.flow.transformer.AbstractDeleteDataContainer
Removes the container from the database.
remove(Bookmark) - Method in class adams.gui.tools.FileChooserBookmarksManagementPanel
Removes the object.
remove(I) - Method in interface adams.db.ReportProvider
Removes the report from the database.
remove(Component) - Method in class adams.gui.flow.tabhandler.GraphicalActorProcessorHandler
Removes the specified output.
remove(Component) - Method in class adams.gui.flow.tabhandler.ParsedErrorHandler
Removes the specified output.
remove(PrintStream) - Method in class adams.core.io.Tee
removes the given PrintStream from the list.
remove(Character) - Method in class adams.core.Trie.TrieNode
removes the given characted from its children
remove(Integer) - Method in interface adams.db.ReportProviderByDBID
Removes the report from the database.
remove(Integer) - Method in class adams.db.ReportTableByDBID
Removes the quantitation report from the database.
remove(Object) - Method in class adams.core.Trie
Removes a single instance of the specified element from this collection, if it is present.
remove(Object) - Method in class adams.core.WrapperHashSet
Removes the specified element from this set if it is present.
remove(Object) - Method in class adams.data.container.AbstractDataContainer
Removes the given point from its list of points.
remove(Object) - Method in class adams.data.SortedList
Removes the object from the list.
remove(Object) - Method in class adams.flow.setup.FlowSetupManager
Removes the specified object.
remove(Object) - Method in class adams.gui.core.BaseTabbedPane.TabUndoList
Removes the specified object.
remove(Object) - Method in class adams.gui.core.DragAndDropTreeNodeCollection
Removes the object from the collection.
remove(Object) - Method in class adams.gui.tools.wekainvestigator.data.DataContainerList
 
remove(Object) - Method in class adams.multiprocess.JobList
Removes a single instance of the specified element from this collection, if it is present.
remove(Object[], int) - Method in class adams.flow.transformer.ArrayCombinations
 
remove(String) - Method in class adams.core.Placeholders
Removes the placeholder value under the specified key.
remove(String) - Method in class adams.core.Trie.TrieNode
Removes a suffix from the trie.
remove(String) - Method in class adams.core.Variables
Removes the variable.
remove(String) - Method in interface adams.db.ReportProviderByID
Removes the report from the database.
remove(String) - Method in class adams.db.ReportTableByID
Removes the quantitation report from the database.
remove(String, boolean) - Method in interface adams.db.DataProvider
Removes the data container from the database (and the associated report, if any).
remove(String, BaseRegExp) - Method in class adams.flow.control.Storage
Removes the object(s) which name(s) match the regular expression using the named LRU cache.
remove(String, AbstractField) - Method in interface adams.db.ReportProviderByID
Removes the report field from the database.
remove(String, AbstractField) - Method in class adams.db.ReportTableByID
Removes the report field from the database.
remove(String, StorageName) - Method in class adams.flow.control.Storage
Removes the object associated with the name using the named LRU cache.
remove(K) - Method in class adams.core.LRUCache
Removes the entry from this cache (if enabled).
remove(R) - Method in class adams.db.ReportTableByID
Removes the report from the database.
remove(T) - Method in class adams.gui.tools.AbstractManagementPanel
Removes the object.
remove(T) - Method in class adams.gui.tools.AbstractManagementPanelWithProperties
Removes the object.
remove(T) - Method in class adams.gui.tools.AbstractManagementTableModel
Removes the Object to the model, if not alread present.
Remove - Class in adams.gui.tools.wekainvestigator.tab.preprocesstab.attributeselaction
Removes the selected attributes.
Remove<T extends DataContainer,​M extends AbstractContainerManager,​C extends AbstractContainer> - Class in adams.gui.visualization.container.datacontainerpanel.containerlistpopup
For removing the selected containers.
Remove() - Constructor for class adams.gui.tools.wekainvestigator.tab.preprocesstab.attributeselaction.Remove
Instantiates the action.
Remove() - Constructor for class adams.gui.visualization.container.datacontainerpanel.containerlistpopup.Remove
 
REMOVE - adams.gui.core.JComponentList.CheckBoxListItem.Actions
the remove action.
REMOVE - adams.gui.core.JComponentList.LabelListItem.Actions
the remove action.
REMOVE - adams.gui.event.ActorChangeEvent.Type
an actor got deleted.
REMOVE - adams.gui.event.InstancesSortSetupEvent.EventType
a definition was removed.
REMOVE - adams.gui.event.SortSetupEvent.EventType
a definition was removed.
REMOVE_ABOVE - adams.data.image.transformer.ThresholdReplacement.ThresholdType
 
REMOVE_ALL - adams.gui.core.JComponentList.CheckBoxListItem.Actions
the remove all action.
REMOVE_ALL - adams.gui.core.JComponentList.LabelListItem.Actions
the remove all action.
REMOVE_BELOW - adams.data.image.transformer.ThresholdReplacement.ThresholdType
 
REMOVE_BOTH - adams.flow.transformer.DeleteOverlappingImageObjects.RemovalStrategy
 
REMOVE_LARGER_OBJECT - adams.flow.transformer.DeleteOverlappingImageObjects.RemovalStrategy
 
REMOVE_RANGE - adams.gui.event.ActorChangeEvent.Type
a range of actors got deleted.
REMOVE_SMALLER_OBJECT - adams.flow.transformer.DeleteOverlappingImageObjects.RemovalStrategy
 
removeAccessoryLabel(Container) - Static method in class weka.gui.AdamsHelper
Removes the label in the accessory component, to make space for the bookmarks.
removeActionListener(ActionListener) - Method in class adams.flow.transformer.pixelselector.PixelSelectorPanel
Removes a listener for button actions.
removeActionListener(ActionListener) - Method in class adams.gui.chooser.DatePanel
 
removeActionListener(ActionListener) - Method in interface adams.gui.chooser.FileChooser
Removes an ActionListener from the file chooser.
removeActionListener(ActionListener) - Method in class adams.gui.wizard.AbstractWizardPane
Removes the specified listener.
removeActor(TreePath[]) - Method in class adams.gui.flow.tree.menu.RemoveActor
Removes the nodes (incl.
RemoveActor - Class in adams.gui.flow.tree.menu
For removing actors.
RemoveActor() - Constructor for class adams.gui.flow.tree.menu.RemoveActor
 
removeActorChangeListener(ActorChangeListener) - Method in class adams.gui.flow.tree.Tree
Removes the listener from the internal list of listeners.
removeAdditionalName(String) - Method in class adams.flow.container.AbstractContainer
Removes the additional name again.
removeAdditionalName(String) - Method in interface adams.flow.container.Container
Removes the additional name again.
removeAfterHideAction(Runnable) - Method in class adams.gui.core.BaseDialog
Removes the specified action to the list of actions to execute after hiding the dialog.
removeAfterShowAction(Runnable) - Method in class adams.gui.core.BaseDialog
Removes the specified action to the list of actions to execute after showing the dialog.
removeAll() - Method in class adams.flow.control.AbstractTee
Removes all actors.
removeAll() - Method in class adams.flow.control.Branch
Removes all actors.
removeAll() - Method in class adams.flow.control.FileProcessor
Removes all actors.
removeAll() - Method in class adams.flow.control.LoadBalancer
Removes all actors.
removeAll() - Method in class adams.flow.control.LocalScopeTransformer
Removes all actors.
removeAll() - Method in class adams.flow.control.MutableConnectedControlActor
Removes all actors.
removeAll() - Method in class adams.flow.control.MutableControlActor
Removes all actors.
removeAll() - Method in class adams.flow.control.Switch
Removes all actors.
removeAll() - Method in class adams.flow.control.WhileLoop
Removes all actors.
removeAll() - Method in interface adams.flow.core.MutableActorHandler
Removes all actors.
removeAll() - Method in class adams.flow.source.SwitchedSource
Removes all actors.
removeAll() - Method in class adams.flow.standalone.AbstractMultiView
Removes all actors.
removeAll() - Method in class adams.flow.standalone.AbstractMutableActorDaemonEvent
Removes all actors.
removeAll() - Method in class adams.flow.standalone.AbstractMutableStandaloneGroupItem
Removes all actors.
removeAll() - Method in class adams.flow.standalone.AbstractStandaloneMutableGroup
Removes all actors.
removeAll() - Method in class adams.flow.standalone.Cron
Removes all actors.
removeAll() - Method in class adams.flow.standalone.DelayedEvent
Removes all actors.
removeAll() - Method in class adams.flow.standalone.Events
Removes all actors.
removeAll() - Method in class adams.flow.standalone.QueueEvent
Removes all actors.
removeAll() - Method in class adams.gui.core.AbstractRecentItemsHandler
Removes all items from the internal list.
removeAll() - Method in class adams.gui.core.BaseTabbedPane
Removes all the tabs and their corresponding components from the tabbedpane.
removeAll() - Method in class adams.gui.core.BaseTabbedPaneWithTabHiding
Removes all the tabs and their corresponding components from the tabbedpane.
removeAll() - Method in class adams.gui.flow.tree.ClipboardActorContainer
Removes all actors.
removeAll(Collection) - Method in class adams.data.container.AbstractDataContainer
Removes all the points from the list of points.
removeAll(Collection<?>) - Method in class adams.core.Trie
Removes all this collection's elements that are also contained in the specified collection
removeAll(Collection<?>) - Method in class adams.data.SortedList
Removes all items from the collection in this list.
removeAll(Collection<?>) - Method in class adams.flow.setup.FlowSetupManager
Removes all setups of the specified collection.
removeAll(Collection<?>) - Method in class adams.gui.core.DragAndDropTreeNodeCollection
Removes all the elements from the collection that are also in this one.
removeAll(Collection<?>) - Method in class adams.gui.tools.wekainvestigator.data.DataContainerList
 
removeAll(Collection<?>) - Method in class adams.multiprocess.JobList
Removes all this collection's elements that are also contained in the specified collection.
RemoveAll - Class in adams.data.overlappingobjectremoval
Removes all objects that have overlaps.
RemoveAll<T extends DataContainer,​M extends AbstractContainerManager,​C extends AbstractContainer> - Class in adams.gui.visualization.container.datacontainerpanel.containerlistpopup
For removing all containers.
RemoveAll() - Constructor for class adams.data.overlappingobjectremoval.RemoveAll
 
RemoveAll() - Constructor for class adams.gui.visualization.container.datacontainerpanel.containerlistpopup.RemoveAll
 
removeAllBreakpoints() - Method in class adams.flow.execution.debug.BreakpointPanel
Removes all breakpoints.
removeAllByteOrderMarks(String) - Static method in class adams.core.io.FileUtils
Removes byte order marks (BOMs) from the start of the string (if present).
removeAllClicked() - Method in class adams.gui.visualization.stats.boxplot.BoxPlotManager
removes all attributes from the chosen attribute list
removeAllColumnFilters() - Method in class adams.gui.core.SortableAndSearchableTable
Removes all column filters
removeAllColumnFilters() - Method in class adams.gui.core.SortableAndSearchableWrapperTableModel
Removes all column filters
removeAllColumnFilters() - Method in interface adams.gui.core.TableModelWithColumnFilters
Removes all column filters
removeAllColumnFilters() - Method in interface adams.gui.core.TableWithColumnFilters
Removes all column filters
removeAllContainers() - Method in class adams.gui.visualization.container.ContainerTable
Removes all containers from the table.
removeAllElements() - Method in class adams.flow.setup.FlowSetupManager
Removes all setups.
removeAllExpressions() - Method in class adams.gui.tools.ExpressionWatchPanel
Removes all expressions.
removeAllFiles() - Method in class adams.gui.core.FileListWithButtons
Removes the all files.
removeAllObjects() - Method in class adams.gui.goe.GenericArrayEditor
Removes all elements.
removeAllOverlays() - Method in class adams.gui.visualization.stats.scatterplot.ScatterPlotSimple
 
removeAllPages() - Method in class adams.gui.core.MultiPagePane
Removes all pages.
removeAllPages() - Method in class adams.gui.wizard.AbstractWizardPane
Removes all pages.
removeAllPages() - Method in class adams.gui.wizard.WizardPane
Removes all pages.
removeAllPages() - Method in class adams.gui.wizard.WizardPaneWithBranches
Removes all pages.
removeAllSetups() - Method in class adams.gui.flow.FlowControlCenterPanel
Removes all setups.
removeAlphaChannel(BufferedImage) - Static method in class adams.data.image.BufferedImageHelper
Removes the alpha channel if present and turns it into RGB image.
removeAlphaChannelTipText() - Method in class adams.data.conversion.ImageContainerToSpreadSheet
Returns the tip text for this property.
removeAnnotationChangeListener(ChangeListener) - Method in class adams.gui.visualization.object.ObjectAnnotationPanel
Removes the listener for annotation changes.
removeAnyChangeListener(ChangeListener) - Method in interface adams.event.AnyChangeListenerSupporter
Removes the listener from listening to any text changes.
removeAnyChangeListener(ChangeListener) - Method in class adams.gui.core.BaseColorTextField
Removes the listener from listening to any text changes.
removeAnyChangeListener(ChangeListener) - Method in class adams.gui.core.BasePasswordField
Removes the listener from listening to any text changes.
removeAnyChangeListener(ChangeListener) - Method in class adams.gui.core.BaseTextArea
Removes the listener from listening to any text changes.
removeAnyChangeListener(ChangeListener) - Method in class adams.gui.core.BaseTextAreaWithButtons
Removes the listener from listening to any text changes.
removeAnyChangeListener(ChangeListener) - Method in class adams.gui.core.BaseTextField
Removes the listener from listening to any text changes.
removeAnyChangeListener(ChangeListener) - Method in class adams.gui.core.BaseTextPane
Removes the listener from listening to any text changes.
removeAnyChangeListener(ChangeListener) - Method in class adams.gui.core.BaseTextPaneWithButtons
Removes the listener from listening to any text changes.
removeAnyChangeListener(ChangeListener) - Method in class adams.gui.core.BaseTextPaneWithWordWrap
Removes the listener from listening to any text changes.
removeAppendListener(ChangeListener) - Method in class adams.gui.core.TextEditorPanel.TextEditorArea
Removes the listener from the internal list of change listeners for append events.
removeArrayChangeListener(ChangeListener) - Method in class adams.gui.goe.GenericArrayEditor
Removes the change listener.
removeAttribute(String) - Method in class adams.doc.xml.AbstractTag
Removes the specified attribute.
removeAttributeIndicesTipText() - Method in class weka.classifiers.meta.FilteredClassifierExt
Returns the tip text for this property.
removeAttributeType(String) - Method in class weka.core.converters.SimpleArffLoader
Removes the attribute type.
RemoveAutogeneratedActors - Class in adams.flow.processor
Removes all actors implementing the adams.flow.core.AutogeneratedActor.
RemoveAutogeneratedActors() - Constructor for class adams.flow.processor.RemoveAutogeneratedActors
 
removeBeforeHideAction(Runnable) - Method in class adams.gui.core.BaseDialog
Removes the specified action to the list of actions to execute before hiding the dialog.
removeBeforeShowAction(Runnable) - Method in class adams.gui.core.BaseDialog
Removes the specified action to the list of actions to execute before showing the dialog.
removeBestFitRedoneListener(ChangeListener) - Method in class adams.gui.visualization.segmentation.layer.LayerManager
Removes listener to get notified when the best fit has been redone.
RemoveBookmark - Class in adams.gui.flow.tree.menu
For removing breakpoints either below currently selected node or everywhere (if no actor selected).
RemoveBookmark() - Constructor for class adams.gui.flow.tree.menu.RemoveBookmark
 
removeBottomComponent() - Method in class adams.gui.core.SplitPanelWithOptionalComponents
Removes the bottom component.
removeBreakpointAt(int) - Method in class adams.flow.execution.debug.BreakpointTableModel
Removes the breakpoint at the specified location.
removeBreakpoints(int[]) - Method in class adams.flow.execution.debug.BreakpointPanel
Removes breakpoints.
RemoveBreakpoints - Class in adams.flow.processor
A meta-processor that processes the actor sequentially with all sub-processors.
RemoveBreakpoints - Class in adams.gui.flow.tree.menu
For removing breakpoints either below currently selected node or everywhere (if no actor selected).
RemoveBreakpoints() - Constructor for class adams.flow.processor.RemoveBreakpoints
 
RemoveBreakpoints() - Constructor for class adams.gui.flow.tree.menu.RemoveBreakpoints
 
RemoveByDataType - Class in adams.data.report
Removes all fields from the report that match the defined data types.
RemoveByDataType() - Constructor for class adams.data.report.RemoveByDataType
 
removeByFlag(String) - Method in class adams.core.option.OptionManager
Removes the corresponding option associated with the given commandline string (without the leading dash).
RemoveByName - Class in adams.data.report
Removes all fields from the report which names match the specified regular expression.
RemoveByName - Class in adams.flow.transformer.mapfilter
Filters the map by removing values which keys match the regular expression.
RemoveByName() - Constructor for class adams.data.report.RemoveByName
 
RemoveByName() - Constructor for class adams.flow.transformer.mapfilter.RemoveByName
 
removeByProperty(String) - Method in class adams.core.option.OptionManager
Removes the corresponding option associated with the given property name.
removeByteOrderMarks(String) - Static method in class adams.core.io.FileUtils
Removes byte order marks (BOMs) from the start of the string (if present).
removeCacheListener(FieldType) - Method in class adams.gui.selection.AbstractSelectDatabaseFieldPanel
Removes a cache listener.
removeCacheListener(FieldType, FieldCacheUpdateListener) - Method in class adams.gui.selection.AbstractFieldCacheItem
Removes a cache listener.
removeCacheListeners() - Method in class adams.gui.selection.AbstractFieldCacheItem
Removes all cache listeners.
removeCancelListener(ActionListener) - Method in class adams.gui.goe.GenericArrayEditor
This is used to remove an action listener from the cancel button.
removeCancelListener(ActionListener) - Method in class adams.gui.goe.GenericObjectEditor.GOEPanel
This is used to remove an action listener from the cancel button.
removeCancelListener(ChangeListener) - Method in class adams.gui.core.AbstractQuickSearchPanel
Removes the cancel listener from notifications when the user hits ESC.
removeCell(int) - Method in class adams.data.spreadsheet.AbstractRow
Removes the cell at the specified index.
removeCell(int) - Method in class adams.data.spreadsheet.DataRowView
Removes the cell at the specified index.
removeCell(int) - Method in class adams.data.spreadsheet.DenseDataRow
Removes the cell at the specified index.
removeCell(int) - Method in interface adams.data.spreadsheet.Row
Removes the cell at the specified index.
removeCell(int) - Method in class adams.ml.data.InstancesHeaderRow
Removes the cell at the specified index.
removeCell(int) - Method in class adams.ml.data.InstanceView
Removes the cell at the specified index.
removeCell(String) - Method in class adams.data.spreadsheet.AbstractRow
Removes the cell at the specified index.
removeCell(String) - Method in class adams.data.spreadsheet.DataRowView
Removes the cell at the specified index.
removeCell(String) - Method in class adams.data.spreadsheet.DenseDataRow
Removes the cell at the specified index.
removeCell(String) - Method in class adams.data.spreadsheet.HeaderRow
Removes the cell at the specified index.
removeCell(String) - Method in interface adams.data.spreadsheet.Row
Removes the cell at the specified index.
removeCell(String) - Method in class adams.ml.data.InstancesHeaderRow
Removes the cell at the specified index.
removeCell(String) - Method in class adams.ml.data.InstanceView
Removes the cell at the specified index.
removeCellPopupMenuListener(PopupMenuListener) - Method in class adams.gui.core.BaseTable
Removes the popup menu listener for the cell from its internal list.
removeCellPopupMenuListener(PopupMenuListener) - Method in class adams.gui.core.SortableAndSearchableTableWithButtons
Removes the popup menu listener for the cell from its internal list.
removeChangeListener(GlobalDataContainerFilterChangeListener) - Method in class adams.data.filter.AbstractGlobalDataContainerFilter
Removes a listener for connect/disconnect events from the internal list.
removeChangeListener(DatabaseConnectionChangeListener) - Method in class adams.db.AbstractDatabaseConnection
Removes a listener for connect/disconnect events from the internal list.
removeChangeListener(StorageChangeListener) - Method in class adams.flow.control.Storage
Removes the change listener.
removeChangeListener(ChangeListener) - Method in class adams.flow.setup.FlowSetupManager
Removes the listener from the internal list.
removeChangeListener(ChangeListener) - Method in class adams.gui.chooser.AbstractChooserPanel
Removes a listener for change events from the internal list.
removeChangeListener(ChangeListener) - Method in class adams.gui.chooser.DatePanel.InternalCalendarModel
Part of SpinnerModel, year
removeChangeListener(ChangeListener) - Method in class adams.gui.chooser.TimePanel
Removes the listener from the internal list.
removeChangeListener(ChangeListener) - Method in class adams.gui.core.AbstractQuickSearchPanel
Removes the change listener from notifications whenever the selected item changes.
removeChangeListener(ChangeListener) - Method in class adams.gui.core.AbstractTextAreaPanelWithAdvancedSyntaxHighlighting
Removes the given change listener from its internal list.
removeChangeListener(ChangeListener) - Method in class adams.gui.core.BaseFlatSplitButton
Removes the change listener from the menu button.
removeChangeListener(ChangeListener) - Method in class adams.gui.core.BaseSplitButton
Removes the change listener from the menu button.
removeChangeListener(ChangeListener) - Method in class adams.gui.core.FilterPanel
Removes the listener from the internal set.
removeChangeListener(ChangeListener) - Method in class adams.gui.core.MultiPagePane
Removes the change listener from its internal list.
removeChangeListener(ChangeListener) - Method in class adams.gui.core.ParameterPanel
Removes the change listener.
removeChangeListener(ChangeListener) - Method in class adams.gui.core.PropertiesParameterPanel
Removes the change listener.
removeChangeListener(ChangeListener) - Method in class adams.gui.core.StyledTextEditorPanel
Removes the given change listener from its internal list.
removeChangeListener(ChangeListener) - Method in class adams.gui.core.TextEditorPanel
Removes the given change listener from its internal list.
removeChangeListener(ChangeListener) - Method in class adams.gui.dialog.AbstractDatabaseConnectionPanel
Removes the listener for changes in the connection.
removeChangeListener(ChangeListener) - Method in class adams.gui.dialog.DatabaseConnectionsPanel
Removes the listener for changes in the connection.
removeChangeListener(ChangeListener) - Method in class adams.gui.goe.GenericObjectEditorPopupMenu
Removes the listener from the internal list of listeners that get notified when the user changes the setup.
removeChangeListener(ChangeListener) - Method in class adams.gui.goe.WekaGenericObjectEditorPopupMenu
Removes the listener from the internal list of listeners that get notified when the user changes the setup.
removeChangeListener(ChangeListener) - Method in class adams.gui.tools.ClassHelpPanel
Removes the change listener from notifications whenever the class changes.
removeChangeListener(ChangeListener) - Method in class adams.gui.visualization.core.AxisPanel
Removes the given listener from the internal list of change listeners.
removeChangeListener(ChangeListener) - Method in class adams.gui.visualization.instance.InstanceComparePanel.DatasetPanel
Removes the change listener from the internal list.
removeChangeListener(ChangeListener) - Method in class adams.gui.visualization.instances.InstancesTable
Removes the listener from the pool of listeners that get notified when the data changes.
removeChangeListener(ChangeListener) - Method in class adams.gui.visualization.segmentation.layer.LayerManager
Removes the change listener.
removeChangeListenerFrom(Component) - Method in class adams.gui.core.ParameterPanel
Removes a change listener from the specified component.
removeCharsTipText() - Method in class weka.filters.unsupervised.attribute.MergeManyAttributes
Returns the tip text for this property.
removeCharsTipText() - Method in class weka.filters.unsupervised.attribute.MergeTwoAttributes
Returns the tip text for this property.
removeChildFrame(Container) - Method in class adams.gui.application.AbstractApplicationFrame
tries to remove the child frame, it returns true if it could do such.
removeChoosableFileFilter(FileFilter) - Method in interface adams.gui.chooser.FileChooser
Removes a filter from the list of user choosable file filters.
removeChoosableFileFilter(FileFilter) - Method in class adams.gui.chooser.FileChooserPanel
Removes the specified file filter from the filechooser.
removeChoosableFileFilter(FileFilter) - Method in class adams.gui.core.FileListWithButtons
Removes the specified filter from the file dialog.
removeChoosableFileFilters() - Method in class adams.gui.chooser.FileChooserPanel
Removes all file filters from the filechooser.
removeChooseListener(AbstractChooserPanel.ChooseListener) - Method in class adams.gui.chooser.AbstractChooserPanel
Removes a listener for choose events from the internal list.
removeChooserChangeListeners(ChangeListener) - Method in class adams.gui.tools.filecommander.FileCommanderDirectoryPanel
Removes the listener.
removeClassAttribute(Instances) - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.ClassesToClusters
Removes the class attribute from the dataset (if present).
removeClassAttributes() - Method in interface adams.ml.data.Dataset
Removes all set class attributes.
removeClassAttributes() - Method in class adams.ml.data.DatasetView
Removes all set class attributes.
removeClassAttributes() - Method in class adams.ml.data.DefaultDataset
Removes all set class attributes.
removeClassAttributes() - Method in class adams.ml.data.InstancesView
Removes all set class attributes.
removeClicked() - Method in class adams.gui.visualization.stats.boxplot.BoxPlotManager
removes attribute from selected list and places in attribute list
removeCloseListener(ActionListener) - Method in class adams.gui.flow.FlowPanelNotificationArea
Removes the listener from the list of listeners waiting for the "Close" button to be pressed.
removeColumn(int) - Method in class adams.data.spreadsheet.DefaultSpreadSheet
Removes the specified column.
removeColumn(int) - Method in interface adams.data.spreadsheet.SpreadSheet
Removes the specified column.
removeColumn(int) - Method in class adams.data.spreadsheet.SpreadSheetView
Removes the specified column.
removeColumn(int) - Method in class adams.ml.data.DatasetView
Removes the specified column.
removeColumn(int) - Method in class adams.ml.data.InstancesView
Removes the specified column.
removeColumn(String) - Method in class adams.data.spreadsheet.DefaultSpreadSheet
Removes the specified column.
removeColumn(String) - Method in interface adams.data.spreadsheet.SpreadSheet
Removes the specified column.
removeColumn(String) - Method in class adams.data.spreadsheet.SpreadSheetView
Removes the specified column.
removeColumn(String) - Method in class adams.ml.data.DatasetView
Removes the specified column.
removeColumn(String) - Method in class adams.ml.data.DefaultDataset
Removes the specified column.
removeColumn(String) - Method in class adams.ml.data.InstancesView
Removes the specified column.
removeColumnFilter(int) - Method in class adams.gui.core.SortableAndSearchableTable
Removes any filter for the column.
removeColumnFilter(int) - Method in class adams.gui.core.SortableAndSearchableWrapperTableModel
Removes any filter for the column.
removeColumnFilter(int) - Method in interface adams.gui.core.TableModelWithColumnFilters
Removes any filter for the column.
removeColumnFilter(int) - Method in interface adams.gui.core.TableWithColumnFilters
Removes any filter for the column.
removeComments(List<String>) - Static method in class adams.core.option.NestedFormatHelper
Removes all comments from the start of the list of (raw) lines.
removeComments(List<String>, String) - Static method in class adams.core.Utils
Removes comment lines from the vector.
removeConnection() - Method in class adams.gui.dialog.AbstractDatabaseConnectionPanel
Removes the current parameters as available connection.
removeConnection(Connection) - Method in class adams.scripting.connection.AbstractMultiConnection
Allows removing a connecction at runtime, without triggering a reset.
removeConnectionChangeListener(ChangeListener) - Method in class adams.gui.core.SqlConnectionPanel
Removes the listener for connection changes.
removeConnectionParameters(ConnectionParameters) - Method in class adams.db.AbstractDatabaseConnection
Removes the given connection from the props file.
removeContainers(int[]) - Method in class adams.gui.visualization.container.ContainerTable
Removes the containers from the table.
REMOVED - adams.event.StorageChangeEvent.Type
a storage item got removed.
REMOVED - adams.event.VariableChangeEvent.Type
a variable got removed.
removeData(int[]) - Method in class adams.gui.tools.wekainvestigator.tab.AbstractInvestigatorTabWithDataTable
Removes the selected rows, removes all if rows are null.
RemoveData - Class in adams.gui.scripting
Action parameters:
RemoveData() - Constructor for class adams.gui.scripting.RemoveData
 
removeDataChangeListener(DataChangeListener) - Method in class adams.gui.visualization.container.AbstractContainerManager
Removes the listener from the internal list.
removeDefaultHyperlinkListener() - Method in class adams.gui.core.BaseHtmlEditorPane
Removes the default hyperlink listener.
removeDefinition() - Method in class adams.gui.tools.spreadsheetviewer.SortDefinitionPanel
Removes itself from the list of sorting panels.
removeDefinition() - Method in class adams.gui.visualization.instances.instancestable.InstancesSortDefinitionPanel
Removes itself from the list of sorting panels.
removeDefinition(SortDefinitionPanel) - Method in class adams.gui.tools.spreadsheetviewer.SortPanel
Removes the panel from the list of sort definitions.
removeDefinition(InstancesSortDefinitionPanel) - Method in class adams.gui.visualization.instances.instancestable.InstancesSortPanel
Removes the panel from the list of sort definitions.
removeDependentDialogs() - Method in class adams.gui.visualization.image.ImagePanel
Removes all dependent dialogs.
removeDependentFlows() - Method in class adams.gui.visualization.image.ImagePanel
Removes all dependent flows.
removeDetachListener(ChangeListener) - Method in class adams.gui.core.DetachablePanel
Removes the listener for detach events.
removeDirectoryChangeListener(ChangeListener) - Method in class adams.gui.core.FilePanel
Removes the listener from the list of listeners that get notified when the directory changes.
removeDisabledActors(Actor) - Static method in class adams.flow.core.ActorUtils
Removes all disabled actors (recursively) from the actor.
RemoveDisabledActors - Class in adams.flow.processor
A meta-processor that processes the actor sequentially with all sub-processors.
RemoveDisabledActors() - Constructor for class adams.flow.processor.RemoveDisabledActors
 
removeDisplayOverride(JComponentList.CheckBoxListItem.Actions) - Method in class adams.gui.core.JComponentList.CheckBoxListItem
Removes the display override for the given action.
removeDisplayOverride(JComponentList.LabelListItem.Actions) - Method in class adams.gui.core.JComponentList.LabelListItem
Removes the display override for the given action.
removeDoubleClickListener(DoubleClickListener) - Method in class adams.gui.selection.AbstractTableBasedSelectionPanel
Removes the given listener from the list of double-click listeners.
RemoveDuplicateIDs - Class in weka.filters.unsupervised.instance
Removes rows with IDs that occur multiple times.
Also skips rows with missing ID.
RemoveDuplicateIDs() - Constructor for class weka.filters.unsupervised.instance.RemoveDuplicateIDs
 
RemoveDuplicatePolygonPoints - Class in adams.data.objectfilter
Removes duplicate points from polygons, e.g., introduced during scaling.
RemoveDuplicatePolygonPoints() - Constructor for class adams.data.objectfilter.RemoveDuplicatePolygonPoints
 
RemoveDuplicates - Class in weka.filters.unsupervised.instance
Removes all duplicate instances.
RemoveDuplicates() - Constructor for class weka.filters.unsupervised.instance.RemoveDuplicates
 
removeEldestEntry(Map.Entry<K, V>) - Method in class adams.core.LRUCache.LRUCacheLinkedHashMap
Returns whether the oldest entry has to be removed.
removeElement(Object) - Method in class adams.flow.setup.FlowSetupManager
Removes the specified setup.
removeElementAt(int) - Method in class adams.flow.setup.FlowSetupManager
Removes the setup at the specified location.
removeEmptyLines(List<String>) - Static method in class adams.core.Utils
Removes empty lines from the vector.
removeEmptyLines(List<String>, boolean) - Static method in class adams.core.Utils
Removes empty lines from the vector.
removeEngine(RemoteScriptingEngine) - Method in class adams.scripting.engine.MultiScriptingEngine
Removes the scripting engine without resetting the scheme.
removeEngines() - Method in class adams.gui.tools.remotecontrolcenter.RemoteControlCenterEnginesPanel
Removes the engines from the list.
removeEntries(int[]) - Method in class adams.gui.core.AbstractNamedHistoryPanel
Removes the entries with the specified indices.
removeEntries(int, int) - Method in class adams.gui.core.BaseSizeSequence
Removes a contiguous group of entries from this BaseSizeSequence.
removeEntry(String) - Method in class adams.flow.sink.DisplayPanelManager.DisplayPanelHistoryPanel
Removes the specified entry.
removeEntry(String) - Method in class adams.gui.core.AbstractNamedHistoryPanel
Removes the specified entry.
removeEntry(String) - Method in class adams.gui.core.BufferHistoryPanel
Removes the specified entry.
removeEntry(String) - Method in class adams.gui.help.HelpHistoryPanel
Removes the specified entry.
removeEntry(String) - Method in class adams.gui.tools.wekainvestigator.tab.AssociateTab.HistoryPanel
Removes the specified entry.
removeEntry(String) - Method in class adams.gui.tools.wekainvestigator.tab.AttributeSelectionTab.HistoryPanel
Removes the specified entry.
removeEntry(String) - Method in class adams.gui.tools.wekainvestigator.tab.ClassifyTab.HistoryPanel
Removes the specified entry.
removeEntry(String) - Method in class adams.gui.tools.wekainvestigator.tab.ClusterTab.HistoryPanel
Removes the specified entry.
removeEntry(String) - Method in class adams.gui.tools.wekainvestigator.tab.ExperimentTab.HistoryPanel
Removes the specified entry.
removeEntry(String) - Method in class adams.gui.tools.wekamultiexperimenter.analysis.DefaultAnalysisPanel.HistoryPanel
Removes the specified entry.
removeEntry(String) - Method in class adams.gui.workspace.AbstractWorkspaceListPanel
Removes the specified entry.
removeExistingTipText() - Method in class adams.flow.transformer.AbstractReportDbWriter
Returns the tip text for this property.
removeExistingTipText() - Method in class adams.flow.transformer.AbstractReportFileImport
Returns the tip text for this property.
removeExpression(int) - Method in class adams.gui.tools.ExpressionWatchPanel.TableModel
Removes the expression at the specified position.
removeExtension(String) - Static method in class adams.gui.core.ImageManager
Removes the gif/png/jpg extension from the name, if any.
removeExtensionTipText() - Method in class adams.flow.transformer.BaseName
Returns the tip text for this property.
removeExtensionTipText() - Method in class adams.flow.transformer.preparefilebaseddataset.GroupedCrossValidation
Returns the tip text for this property.
removeExtensionTipText() - Method in class adams.flow.transformer.preparefilebaseddataset.GroupedTrainTestSplit
Returns the tip text for this property.
removeExtensionTipText() - Method in class adams.flow.transformer.preparefilebaseddataset.GroupedTrainValidateTestSplit
Returns the tip text for this property.
removeFavorite(Class, boolean, String) - Method in class adams.gui.goe.Favorites
Removes a favorite for a class.
removeFavorite(Class, String) - Method in class adams.gui.goe.Favorites
Removes a favorite for a class (array or not).
removeFavorite(String) - Method in class adams.gui.tools.previewbrowser.ContentHandlerFavorites
Removes the favorite with the specified name.
removeFavorites(Class, boolean) - Method in class adams.gui.goe.Favorites
Removes the favorites for the specified class.
removeFavorites(String) - Method in class adams.gui.goe.Favorites
Removes the favorites for the specified class.
removeFavorites(String) - Method in class adams.gui.tools.previewbrowser.ContentHandlerFavorites
Removes all the favorites for this extension.
RemoveField - Class in adams.gui.visualization.report.reportfactory
Removes the field from the report.
RemoveField() - Constructor for class adams.gui.visualization.report.reportfactory.RemoveField
Default constructor.
removeFile(int[]) - Method in class adams.gui.core.FileListWithButtons
Removes the selected files.
removeFileDoubleClickListener(FilePanel.FileDoubleClickListener) - Method in class adams.gui.core.FilePanel
Removes the listener from the list of listeners that get notified when a file gets double-clicked.
removeFileExtTipText() - Method in class adams.data.idextraction.ReportFieldRegExp
Returns the tip text for this property.
removeFilesChangeListener(ChangeListener) - Method in class adams.gui.core.FilePanel
Removes the listener from the list of listeners that get notified when the files change.
removeFitnessChangeListener(GeneticFitnessChangeListener) - Method in interface adams.event.GeneticFitnessChangeNotifier
Removes the given listener from its internal list of listeners.
removeFitnessChangeListener(GeneticFitnessChangeListener) - Method in class adams.opt.genetic.AbstractGeneticAlgorithm
Removes the given listener from its internal list of listeners.
removeFlag(String[], String) - Static method in class adams.core.option.OptionUtils
Checks whether the flag is in the option string and removes the flag if present.
removeFlag(List<String>, String) - Static method in class adams.core.option.OptionUtils
Checks whether the flag is in the option string and removes the flag if present.
removeFlow(int) - Method in class adams.flow.control.RunningFlowsRegistry
Removes the flow from the internal list of registered flows.
removeFlow(Flow) - Method in class adams.flow.control.RunningFlowsRegistry
Removes the flow from the internal list of registered flows.
removeFlowSetupStateChangeListener(FlowSetupStateListener) - Method in class adams.flow.setup.FlowSetup
Removes the listener to the internal list.
removeFrame(String) - Method in interface adams.gui.core.AbstractNamedHistoryPanel.FrameDisplaySupporter
Removes the frame from the list.
removeFrame(String) - Method in class adams.gui.core.BufferHistoryPanel
Removes the frame from the list.
removeFrame(String) - Method in class adams.gui.help.HelpHistoryPanel
Removes the frame from the list.
removeFromButtonsPanel(Component) - Method in class adams.gui.core.BasePanelWithButtons
Removes the component from the panel with the buttons.
removeFromDefaultHandler(Handler) - Static method in class adams.core.logging.LoggingHelper
Removes the handler from the default handler.
removeFromToolBar(JComponent) - Method in class adams.gui.core.ToolBarPanel
Removes the specified component from the toolbar.
removeFromWidgetsPanel(Component) - Method in class adams.gui.core.SearchPanel
Removes the component from the panel with the Widgets.
removeHandler(int) - Method in class adams.core.logging.MultiHandler
Removes the specified handler.
removeHandler(Handler) - Method in class adams.core.logging.Logger
Removes the handler.
removeHeaderPopupMenuListener(PopupMenuListener) - Method in class adams.gui.core.BaseTable
Removes the popup menu listener for the header from its internal list.
removeHeaderPopupMenuListener(PopupMenuListener) - Method in class adams.gui.core.SortableAndSearchableTableWithButtons
Removes the popup menu listener for the header from its internal list.
removeHidden(Component) - Method in class adams.gui.core.BaseTabbedPaneWithTabHiding
Removes the hidden component.
removeHidden(String) - Method in class adams.gui.core.BaseTabbedPaneWithTabHiding
Removes the hidden component.
removeHistoryEntrySelectionListener(AbstractNamedHistoryPanel.HistoryEntrySelectionListener) - Method in class adams.gui.core.AbstractNamedHistoryPanel
Removes a listener from the internal list of listeners that get notified when a history entry gets selected.
removeHitDetector(HitDetector) - Method in class adams.gui.visualization.core.plot.ContentPanel
Removes the detector from the internal list of detectors.
removeHitDetector(HitDetector) - Method in class adams.gui.visualization.core.PlotPanel
Removes the detector from the internal list of detectors.
removeIf(Predicate<? super DataContainer>) - Method in class adams.gui.tools.wekainvestigator.data.DataContainerList
 
removeIgnoredExtensionSuffixes(String) - Static method in class adams.core.io.FileUtils
Removes any ignored extension suffixes from the filename.
RemoveImageObject - Class in adams.flow.transformer
Removes the specified image object.
RemoveImageObject() - Constructor for class adams.flow.transformer.RemoveImageObject
 
removeImageOverlay(ImageOverlay) - Method in class adams.flow.transformer.pixelselector.PixelSelectorPanel
Removes the image overlay.
removeImageOverlay(ImageOverlay) - Method in class adams.gui.visualization.image.ImagePanel.PaintPanel
Removes the image overlay.
removeImageOverlay(ImageOverlay) - Method in class adams.gui.visualization.image.ImagePanel
Removes the image overlay.
removeImageOverlays(Class) - Method in class adams.gui.visualization.image.ImagePanel.PaintPanel
Removes all image overlay instances that are instances of the specified class.
removeImageOverlays(Class) - Method in class adams.gui.visualization.image.ImagePanel
Removes all image overlay instances that are instances of the specified class.
removeIncomplete(int, Classifier, Instances) - Method in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment
Removes the incomplete rows of the classifier/dataset combination.
removeIndex(Report, int) - Method in class adams.gui.visualization.image.selection.AbstractSelectionRectangleBasedSelectionProcessor
Removes the specified index from the report.
removeIndex(Report, int) - Method in class adams.gui.visualization.object.annotator.AbstractReportBasedAnnotator
Removes the specified index from the report.
removeIndex(Report, String, int) - Static method in class adams.data.report.AnnotationHelper
Removes the specified index from the report.
removeInfoNodeGenerator(AbstractInfoNodeGenerator) - Method in class adams.gui.core.dotnotationtree.DotNotationTree
Removes the specified generator from the list of generators.
removeInputFileTipText() - Method in class adams.flow.transformer.AbstractSingleCompress
Returns the tip text for this property.
removeInstancesSortSetupListener(InstancesSortSetupListener) - Method in class adams.gui.visualization.instances.instancestable.InstancesSortPanel
Removes the specified listener.
RemoveInstancesWithMissingValue - Class in weka.filters.unsupervised.instance
Removes all instances that contain missing values.
RemoveInstancesWithMissingValue() - Constructor for class weka.filters.unsupervised.instance.RemoveInstancesWithMissingValue
 
removeItem(int) - Method in class adams.gui.core.AdjustableGridPanel
Removes the component and updates the layout.
removeItems(RemoveItemsEvent) - Method in interface adams.gui.event.RemoveItemsListener
Gets called when items are to be removed.
RemoveItemsEvent - Class in adams.gui.event
Event that gets sent when items are to be deleted.
RemoveItemsEvent(Object, int[]) - Constructor for class adams.gui.event.RemoveItemsEvent
Initializes the object.
RemoveItemsListener - Interface in adams.gui.event
For classes that listen to item removals.
removeJobCompleteListener(JobCompleteListener) - Method in class adams.multiprocess.AbstractMetaJobRunner
Removes the listener.
removeJobCompleteListener(JobCompleteListener) - Method in interface adams.multiprocess.JobRunner
Removes the listener.
removeJobCompleteListener(JobCompleteListener) - Method in class adams.multiprocess.LocalJobRunner
Removes the listener.
removeJobListCompleteListener(JobListCompleteListener) - Method in class adams.multiprocess.JobList
Removes the listener from the internal list.
removeKey(String) - Method in class adams.core.Properties
Removes the entry with the specified key, if available.
removeKeyListener(KeyListener) - Method in class adams.gui.core.AbstractComponentWithButtons
Removes the key listener from the component.
removeKeyRecursive(String) - Method in class adams.core.Properties
Removes the entry with the specified key, if available.
removeKeys(String) - Method in class adams.core.Properties
Removes the entries that match the regular expression.
removeKeysRecursive(String) - Method in class adams.core.Properties
Removes the entries that match the specified regular expression.
removeKeyword(String) - Method in class adams.gui.scripting.SyntaxDocument
Removes an association between a keyword with a particular formatting style.
RemoveLargerRectangle - Class in adams.data.overlappingobjectremoval
Keeps the smallest object, removes larger object(s).
RemoveLargerRectangle() - Constructor for class adams.data.overlappingobjectremoval.RemoveLargerRectangle
 
removeLeftClickListener(ImagePanelLeftClickListener) - Method in class adams.gui.visualization.image.ImagePanel.PaintPanel
Removes the given listener from the internal list of left-click listeners.
removeLeftClickListener(ImagePanelLeftClickListener) - Method in class adams.gui.visualization.image.ImagePanel
Removes the given listener from the internal list of left-click listeners.
removeLeftComponent() - Method in class adams.gui.core.SplitPanelWithOptionalComponents
Removes the left component.
removeLeftPanel() - Method in class adams.gui.visualization.image.ImagePanel
Removes the left panel and hides that part.
removeListener(FlowPauseStateListener) - Method in class adams.flow.core.PauseStateManager
Removes the specified listener.
removeListener(ConsolePanelListener) - Method in class adams.gui.core.ConsolePanel
Removes the listener.
RemoveListeners - Class in adams.gui.flow.tree.menu
Allows the removal of attached flow execution listeners.
RemoveListeners() - Constructor for class adams.gui.flow.tree.menu.RemoveListeners
 
removeListSelectionListener(ListSelectionListener) - Method in class adams.gui.core.BaseListWithButtons
Removes a selection listener from the list.
removeListSelectionListener(ListSelectionListener) - Method in class adams.gui.selection.AbstractTableBasedSelectionPanel
Removes the given listener from the table's list of ListSelectionListeners.
removeListSelectionListener(ListSelectionListener) - Method in class adams.gui.visualization.container.AbstractContainerList
Removes the given listener from the internal list.
removeLocationsUpdatedListeners(ChangeListener) - Method in class adams.gui.visualization.image.AbstractObjectOverlayFromReport
Removes the listener for location updates.
removeLocationsUpdatedListeners(ChangeListener) - Method in class adams.gui.visualization.image.AbstractPointOverlayFromReport
Removes the listener for location updates.
removeLocationsUpdatedListeners(ChangeListener) - Method in interface adams.gui.visualization.image.TypeColorProvider
Removes the listener for location updates.
removeLocationsUpdatedListeners(ChangeListener) - Method in class adams.gui.visualization.object.overlay.AbstractObjectOverlayFromReport
Removes the listener for location updates.
removeLocationsUpdatedListeners(ChangeListener) - Method in class adams.gui.visualization.object.overlay.AbstractPointOverlayFromReport
Removes the listener for location updates.
removeLogEntry(int) - Method in interface adams.db.MutableLogEntryHandler
Removes the specified LogEntry record from the internal list.
removeLogEntry(int) - Method in class adams.flow.control.Flow
Removes the specified LogEntry record from the internal list.
removeLoggingListener(LoggingListener) - Method in class adams.core.logging.AbstractLogHandler
Removes the specified logging listener.
removeLoggingListeners() - Method in class adams.core.logging.AbstractLogHandler
Removes all logging listener.
removeMappingX(double) - Method in class adams.data.sequence.XYSequence
Removes a X mapping for the given value.
removeMappingY(double) - Method in class adams.data.sequence.XYSequence
Removes a Y mapping for the given value.
removeMetaData(String) - Method in interface adams.core.MetaDataSupporter
Removes a key-value pair from the meta-data store.
removeMetaData(String) - Method in class adams.data.binning.Binnable
Removes meta-data.
RemoveMisclassifiedAbs - Class in weka.filters.unsupervised.instance
A filter that removes instances which are incorrectly classified.
RemoveMisclassifiedAbs() - Constructor for class weka.filters.unsupervised.instance.RemoveMisclassifiedAbs
 
RemoveMisclassifiedRel - Class in weka.filters.unsupervised.instance
A filter that removes instances which are incorrectly classified.
RemoveMisclassifiedRel() - Constructor for class weka.filters.unsupervised.instance.RemoveMisclassifiedRel
 
removeMissing() - Method in class adams.data.spreadsheet.AbstractRow
Removes all cells marked "missing".
removeMissing() - Method in class adams.data.spreadsheet.DataRowView
Removes all cells marked "missing".
removeMissing() - Method in class adams.data.spreadsheet.DefaultSpreadSheet
Removes all cells marked "missing".
removeMissing() - Method in class adams.data.spreadsheet.DenseDataRow
Does nothing as the underlying data structure is fixed.
removeMissing() - Method in interface adams.data.spreadsheet.Row
Removes all cells marked "missing".
removeMissing() - Method in interface adams.data.spreadsheet.SpreadSheet
Removes all cells marked "missing".
removeMissing() - Method in class adams.data.spreadsheet.SpreadSheetView
Removes all cells marked "missing".
removeMissing() - Method in class adams.ml.data.DatasetView
Removes all cells marked "missing".
removeMissing() - Method in class adams.ml.data.InstancesHeaderRow
Removes all cells marked "missing".
removeMissing() - Method in class adams.ml.data.InstancesView
Removes all cells marked "missing".
removeMissing() - Method in class adams.ml.data.InstanceView
Removes all cells marked "missing".
removeMouseClickListener(MouseListener) - Method in class adams.gui.visualization.core.PlotPanel
Removes the given listener from the internal list of mouse click listeners.
removeMouseListener(MouseListener) - Method in class adams.gui.core.BaseStatusBar
Removes the mouse listener from the status bar (the JLabel, actually).
removeMouseListener(MouseListener) - Method in class adams.gui.core.ButtonTabComponent
Removes the listener.
removeMouseMovementTracker(MouseMovementTracker) - Method in class adams.gui.visualization.core.plot.ContentPanel
Removes the given listener from the internal list of mouse movement tracking listeners.
removeMouseMovementTracker(MouseMovementTracker) - Method in class adams.gui.visualization.core.PlotPanel
Removes the given listener from the internal list of mouse movement tracking listeners.
removeNodeDroppedListener(NodeDroppedListener) - Method in class adams.gui.core.DragAndDropTree
Removes the listener from the internal list of node drop listeners.
RemoveNoise<T extends DataContainer & Mergeable> - Class in adams.data.filter
A filter that removes noise from the data with a user-supplied noise level algorithm.
RemoveNoise() - Constructor for class adams.data.filter.RemoveNoise
 
RemoveNonWordCharTokens - Class in weka.core.tokenizers.cleaners
Removes tokens that contain non-word characters.
RemoveNonWordCharTokens() - Constructor for class weka.core.tokenizers.cleaners.RemoveNonWordCharTokens
 
removeNote(File) - Method in class adams.gui.tools.PreviewBrowserPanel
Removes the note for the file.
removeNote(String, String) - Method in class adams.gui.tools.previewbrowser.notes.NotesManager
Removes the note for the file in the specified directory.
removeNotes(Class) - Method in class adams.data.Notes
Removes all notes for the given class.
removeNotes(String) - Method in class adams.data.Notes
Removes all notes for the given class.
removeNotify() - Method in class adams.gui.goe.PropertyPanel
Cleans up when the panel is destroyed.
removeNumberFormatOverride(Type) - Method in class adams.gui.visualization.core.AxisPanel
Removes the format override for the specified type.
removeObjects() - Method in class adams.gui.tools.AbstractManagementPanel
Removes the selected objects and refreshes the table.
removeOkListener(ActionListener) - Method in class adams.gui.goe.GenericArrayEditor
This is used to remove an action listener from the ok button.
removeOkListener(ActionListener) - Method in class adams.gui.goe.GenericObjectEditor.GOEPanel
This is used to remove an action listener from the ok button.
removeOneOffBreakpoints(AbstractBreakpoint) - Method in class adams.flow.execution.Debug
Removes all one-off breakpoints apart from the specified one.
removeOption(String[], String) - Static method in class adams.core.option.OptionUtils
Returns the arguments of the specified option, if available, and removes the option and argument from the array.
removeOption(String, boolean) - Method in class adams.core.option.OptionManager
Removes the option associated with the commandline flag/property.
removeOption(List<String>, String) - Static method in class adams.core.option.OptionUtils
Returns the arguments of the specified option, if available, and removes the option and argument from the array.
RemoveOutliers - Class in adams.flow.control
Allows the user to interactively remove outliers.
RemoveOutliers - Class in weka.filters.supervised.instance
Cross-validates the specified classifier on the incoming data and applies the outlier detector to the actual vs predicted data to remove the outliers.
NB: only works on full dataset, not instance by instance.
RemoveOutliers() - Constructor for class adams.flow.control.RemoveOutliers
 
RemoveOutliers() - Constructor for class weka.filters.supervised.instance.RemoveOutliers
 
RemoveOverlappingImageObjects - Class in adams.flow.transformer
Cleans up overlapping objects, e.g., multiple predicted bounding boxes per object.
RemoveOverlappingImageObjects() - Constructor for class adams.flow.transformer.RemoveOverlappingImageObjects
 
removeOverlaps(LocatedObjects, Map<LocatedObject, Map<LocatedObject, Double>>) - Method in class adams.data.overlappingobjectremoval.AbstractOverlappingObjectRemoval
Removes overlapping image objects.
removeOverlaps(LocatedObjects, Map<LocatedObject, Map<LocatedObject, Double>>) - Method in class adams.data.overlappingobjectremoval.KeepHighestMetaDataValue
Removes overlapping image objects.
removeOverlaps(LocatedObjects, Map<LocatedObject, Map<LocatedObject, Double>>) - Method in class adams.data.overlappingobjectremoval.MergeOverlaps
Removes overlapping image objects.
removeOverlaps(LocatedObjects, Map<LocatedObject, Map<LocatedObject, Double>>) - Method in interface adams.data.overlappingobjectremoval.OverlappingObjectRemoval
Removes overlapping image objects.
removeOverlaps(LocatedObjects, Map<LocatedObject, Map<LocatedObject, Double>>) - Method in class adams.data.overlappingobjectremoval.PassThrough
Removes overlapping image objects.
removeOverlaps(LocatedObjects, Map<LocatedObject, Map<LocatedObject, Double>>) - Method in class adams.data.overlappingobjectremoval.RemoveAll
Removes overlapping image objects.
removeOverlaps(LocatedObjects, Map<LocatedObject, Map<LocatedObject, Double>>) - Method in class adams.data.overlappingobjectremoval.RemoveLargerRectangle
Removes overlapping image objects.
removeOverlaps(LocatedObjects, Map<LocatedObject, Map<LocatedObject, Double>>) - Method in class adams.data.overlappingobjectremoval.RemoveSmallerRectangle
Removes overlapping image objects.
RemoveOverlaps - Class in adams.data.imagesegmentation.filter
Removes any overlaps of annotations between the layers.
RemoveOverlaps() - Constructor for class adams.data.imagesegmentation.filter.RemoveOverlaps
 
removeOverlay(String) - Method in class adams.gui.visualization.segmentation.layer.LayerManager
Removes an overlay layer.
removeOverlays() - Method in class adams.gui.visualization.image.ImageViewerPanel
Removes all image overlays.
removeOverlays() - Method in class adams.gui.visualization.stats.scatterplot.AbstractScatterPlot
Removes all overlays from the scatterplot.
removeOverlays() - Method in class adams.gui.visualization.stats.zscore.ZScore
remove existing overlays and their paintlets
removeOverlays(HashSet<String>) - Method in class adams.gui.visualization.stats.scatterplot.ScatterPlotSimple
removes existing overlays
removePage(AbstractWizardPage) - Method in class adams.gui.wizard.WizardPaneWithBranches
Removes the page (and all its subsequent pages).
removePageAt(int) - Method in class adams.gui.core.MultiPagePane
Removes the page container at the specified index.
removePageAt(int) - Method in class adams.gui.flow.FlowMultiPagePane
Removes the tab at index.
removePageAt(int) - Method in class adams.gui.tools.spreadsheetviewer.MultiPagePane
Removes the page at index.
removePageAt(int) - Method in class adams.gui.wizard.WizardPane
Removes the page at the specified index.
removePaintlet(Paintlet) - Method in class adams.gui.visualization.core.PaintablePanel
Removes this paintlet from its internal list.
removePaintlet(Paintlet) - Method in interface adams.gui.visualization.core.PaintletManager
Removes this paintlet from its internal list.
removePaintlet(Paintlet) - Method in class adams.gui.visualization.image.ImagePanel.PaintPanel
Removes this paintlet from its internal list.
removePaintlet(Paintlet) - Method in class adams.gui.visualization.image.ImagePanel
Removes this paintlet from its internal list.
removePaintListener(PaintListener) - Method in class adams.gui.visualization.core.PlotPanel
Removes the given listener from the internal list of paint listeners.
removePanel(int) - Method in class adams.gui.workspace.AbstractWorkspaceManagerPanel
Removes the panel at the specified index.
removePanel(int) - Method in class weka.gui.explorer.MultiExplorer
Removes the panel at the specified index.
removePanel(String) - Method in class adams.gui.workspace.AbstractWorkspaceManagerPanel
Removes the panel with the given name.
removePanel(String) - Method in class weka.gui.explorer.MultiExplorer
Removes the panel with the given name.
removePanningListener(PlotPanelPanningListener) - Method in class adams.gui.visualization.core.plot.ContentPanel
Removes the given listener from the internal list of panning listeners.
removePanningListener(PlotPanelPanningListener) - Method in class adams.gui.visualization.core.PlotPanel
Removes the given listener from the internal list of panning listeners.
removeParagraphs(boolean) - Method in class adams.doc.docbook.Section
Removes "para" elements.
removeParameter(int) - Method in class adams.gui.core.ParameterPanel
Removes the parameter at the specified location.
removeParameter(int) - Method in class adams.gui.core.ParameterPanelWithButtons
Removes the parameter at the specified location.
removePayload(String) - Method in class adams.gui.core.AbstractNamedHistoryPanel
Removes the specified payload.
RemovePolygons - Class in adams.data.objectfilter
Removes polygon information.
RemovePolygons() - Constructor for class adams.data.objectfilter.RemovePolygons
 
removePropertyChangeListener(PropertyChangeListener) - Method in class adams.gui.chooser.SimpleDirectoryChooser.SimpleDirectoryChooserCommunication
Removes the property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class adams.gui.goe.GenericArrayEditor
Removes a PropertyChangeListener.
removePropertyChangeListener(PropertyChangeListener) - Method in class adams.gui.goe.GenericObjectEditor
Removes a PropertyChangeListener.
removePropertyChangeListener(PropertyChangeListener) - Method in class adams.gui.goe.InlineEditor
Remove a listener for the PropertyChange event.
removePropertyChangeListener(PropertyChangeListener) - Method in class adams.gui.goe.PropertySheetPanel
Removes a PropertyChangeListener.
removePropertyChangeListener(PropertyChangeListener) - Method in class weka.gui.explorer.SqlPanel
Removes a PropertyChangeListener.
removeQueryChangeListener(ChangeListener) - Method in class adams.gui.dialog.SpreadSheetQueryPanel
Removes the listener for changes in the query.
removeQueryChangeListener(ChangeListener) - Method in class adams.gui.dialog.SQLStatementPanel
Removes the listener for changes to the query.
removeQueryPanelListener(SqlQueryPanelListener) - Method in class adams.gui.tools.sqlworkbench.SqlQueryPanel
Removes the query panel listener.
removeRange(int, int) - Method in class adams.flow.setup.FlowSetupManager
Removes a range of setups.
removeRange(int, int) - Method in class adams.gui.core.BaseTabbedPane.TabUndoList
Removes the specified range.
removeRange(int, int) - Method in class adams.gui.tools.wekainvestigator.data.DataContainerList
 
removeReattachListener(ChangeListener) - Method in class adams.gui.core.DetachablePanel
Removes the listener for reattach events.
removeRecentItem(T) - Method in class adams.gui.core.AbstractRecentItemsHandler
Removes the item from the internal list, e.g., if it no longer exists on disk.
removeRecentItemListener(RecentItemListener<M, T>) - Method in class adams.gui.core.AbstractRecentItemsHandler
Removes the listener from the internal list.
removeRefreshActionListener(ActionListener) - Method in class adams.gui.selection.AbstractDatabaseSelectionDialog
Removes the given listener from the Refresh button.
removeRefreshActionListener(ActionListener) - Method in class adams.gui.selection.AbstractDatabaseSelectionPanel
Removes the given listener from the Refresh button.
removeRemoteScriptingEngine(RemoteScriptingEngine) - Method in class adams.flow.FlowRunner
Removes the scripting engine (and stops it).
removeRemoteScriptingEngine(RemoteScriptingEngine) - Method in class adams.gui.application.AbstractApplicationFrame
Removes the scripting engine (and stops it).
removeRemoteScriptingEngine(RemoteScriptingEngine) - Method in interface adams.scripting.RemoteScriptingEngineHandler
Removes the scripting engine (and stops it).
removeRemoteScriptingEngine(RemoteScriptingEngine) - Method in class adams.terminal.application.AbstractTerminalApplication
Removes the scripting engine (and stops it).
removeRemoteScriptingEngineUpdateListener(RemoteScriptingEngineUpdateListener) - Method in class adams.flow.FlowRunner
Removes the listener for remote scripting engine changes.
removeRemoteScriptingEngineUpdateListener(RemoteScriptingEngineUpdateListener) - Method in class adams.gui.application.AbstractApplicationFrame
Removes the listener for remote scripting engine changes.
removeRemoteScriptingEngineUpdateListener(RemoteScriptingEngineUpdateListener) - Method in interface adams.scripting.RemoteScriptingEngineHandler
Removes the listener for remote scripting engine changes.
removeRemoteScriptingEngineUpdateListener(RemoteScriptingEngineUpdateListener) - Method in class adams.terminal.application.AbstractTerminalApplication
Removes the listener for remote scripting engine changes.
removeRemoveItemsListener(RemoveItemsListener) - Method in class adams.gui.core.BaseList
Removes the remove items listener from its internal list.
removeRemoveItemsListener(RemoveItemsListener) - Method in class adams.gui.core.BaseListWithButtons
Removes the remove items listener from its internal list.
removeRemoveItemsListener(RemoveItemsListener) - Method in class adams.gui.core.BaseTable
Removes the remove items listener from its internal list.
removeRemoveItemsListener(RemoveItemsListener) - Method in class adams.gui.core.BaseTableWithButtons
Removes the remove items listener from its internal list.
removeRemoveItemsListener(RemoveItemsListener) - Method in class adams.gui.core.MultiPagePane
Removes the remove items listener from its internal list.
removeRemoveItemsListener(RemoveItemsListener) - Method in class adams.gui.core.SortableAndSearchableTableWithButtons
Removes the remove items listener from its internal list.
removeReportChangeListener(ChangeListener) - Method in class adams.gui.visualization.report.ReportFactory.Table
Removes the listener from listening for changes to the report.
removeRightComponent() - Method in class adams.gui.core.SplitPanelWithOptionalComponents
Removes the right component.
removeRow(int) - Method in class adams.data.spreadsheet.DefaultSpreadSheet
Removes the specified row.
removeRow(int) - Method in interface adams.data.spreadsheet.SpreadSheet
Removes the specified row.
removeRow(int) - Method in class adams.data.spreadsheet.SpreadSheetView
Removes the specified row.
removeRow(int) - Method in class adams.ml.data.DatasetView
Removes the specified row.
removeRow(int) - Method in class adams.ml.data.InstancesView
Removes the specified row.
removeRow(String) - Method in class adams.data.spreadsheet.DefaultSpreadSheet
Removes the specified row.
removeRow(String) - Method in interface adams.data.spreadsheet.SpreadSheet
Removes the specified row.
removeRow(String) - Method in class adams.data.spreadsheet.SpreadSheetView
Removes the specified row.
removeRow(String) - Method in class adams.ml.data.DatasetView
Removes the specified row.
removeRow(String) - Method in class adams.ml.data.InstancesView
Removes the specified row.
removeScriptingInfoListener(ScriptingInfoListener) - Method in class adams.gui.scripting.AbstractScriptingEngine
Removes the scripting info listener from the internal list.
removeScriptingListener(ScriptingListener) - Method in class adams.gui.scripting.ScriptingLogger
Removes the given listener from its internal list of listeners.
removeSearchListener(SearchListener) - Method in class adams.gui.core.FilePanel
Removes the specified search listener.
removeSearchListener(SearchListener) - Method in class adams.gui.core.SearchPanel
Removes the specified listener from the internal list of listeners.
removeSelectedExpressions() - Method in class adams.gui.tools.ExpressionWatchPanel
Removes all selected expressions.
removeSelectedObjects() - Method in class adams.gui.goe.GenericArrayEditor
Removes all currently selected objects.
removeSelectedPage() - Method in class adams.gui.core.MultiPagePane
Removes the currently selected page container.
removeSelectedPages() - Method in class adams.gui.core.MultiPagePane
Removes the currently selected page containers.
removeSelectedTab() - Method in class adams.gui.core.BaseTabbedPane
Removes the currently selected tab.
removeSelectionChangeListener(ChangeListener) - Method in class adams.gui.core.FilePanel
Removes the listener from the list of listeners that get notified when the selection changes.
removeSelectionListener(ImagePanelSelectionListener) - Method in class adams.gui.visualization.image.ImagePanel.PaintPanel
Removes the given listener from the internal list of selection listeners.
removeSelectionListener(ImagePanelSelectionListener) - Method in class adams.gui.visualization.image.ImagePanel
Removes the given listener from the internal list of selection listeners.
removeSelectionListener(ListSelectionListener) - Method in class adams.gui.core.AbstractQuickSearchPanel
Removes the selection listener from notifications whenever the user selects an item (double click or enter).
removeSelectionListener(ListSelectionListener) - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeSelectionPanel
Remove a listener from the list that's notified each time a change to the selection occurs.
removeSendListener(ActionListener) - Method in class adams.gui.dialog.ComposeEmailPanel
Removes the listener for send events.
removeSetTextListener(ChangeListener) - Method in class adams.gui.core.TextEditorPanel.TextEditorArea
Removes the listener from the internal list of change listeners for setText events.
removeSetup(int) - Method in class adams.gui.flow.setup.FlowSetupTableModel
Removes the setup at the specified location.
removeSetups() - Method in class adams.gui.flow.FlowControlCenterPanel
Removes the selected setups.
removeSmallBlobsTipText() - Method in class adams.data.boofcv.transformer.Binary
Returns the tip text for this property.
removeSmallBlobsTipText() - Method in class adams.data.boofcv.transformer.BinaryContours
Returns the tip text for this property.
removeSmallBlobsTipText() - Method in class adams.flow.transformer.locateobjects.BinaryContours
Returns the tip text for this property.
RemoveSmallerRectangle - Class in adams.data.overlappingobjectremoval
Keeps the largest object, removes smaller object(s).
RemoveSmallerRectangle() - Constructor for class adams.data.overlappingobjectremoval.RemoveSmallerRectangle
 
removeSortSetupListener(SortSetupListener) - Method in class adams.gui.tools.spreadsheetviewer.SortPanel
Removes the specified listener.
removeSourceFilesTipText() - Method in class adams.flow.source.RSync
 
removeSubscriber(PublicationListener) - Method in class adams.core.PublishSubscribeHandler
Removes the subscriber.
removeTabAt(int) - Method in class adams.gui.core.BaseTabbedPane
Removes the tab at index.
removeTabAt(int) - Method in class adams.gui.tools.wekainvestigator.output.OutputTabbedPane
Removes the tab.
removeTabChangeListener(ChangeListener) - Method in class adams.gui.core.BaseTabbedPane
Removes the listener for changes in tabs.
removeTabClosedListeners(TabClosedListener) - Method in class adams.gui.core.BaseTabbedPane
Removes the listener for closing tabs.
removeTableModelListener(TableModelListener) - Method in class adams.gui.chooser.DatePanel.InternalCalendarModel
Part of TableModel, day
removeTableModelListener(TableModelListener) - Method in class adams.gui.visualization.container.AbstractContainerList
Removes the given listener from the internal list.
removeTableModelListener(TableModelListener) - Method in class adams.gui.visualization.instances.InstancesTableModel
removes a listener from the list that is notified each time a change to the data model occurs
removeTempFavorite(Class, boolean, String) - Method in class adams.gui.goe.Favorites
Removes a temporary favorite for a class.
removeTempFavorite(Class, String) - Method in class adams.gui.goe.Favorites
Removes a temporary favorite for a class (array or not).
RemoveTestInstances - Class in weka.filters.unsupervised.instance
Removes all instances of the provided test set from the data passing through.
Requires an attribute in the data that uniquely identifies instances across datasets.
RemoveTestInstances() - Constructor for class weka.filters.unsupervised.instance.RemoveTestInstances
 
RemoveTestSet - Class in adams.gui.tools.wekainvestigator.datatable.action
Removes the test instances from one dataset in another.
RemoveTestSet() - Constructor for class adams.gui.tools.wekainvestigator.datatable.action.RemoveTestSet
Instantiates the action.
removeTipText() - Method in class adams.flow.transformer.SpreadSheetMerge
Returns the tip text for this property.
removeTipText() - Method in class adams.flow.transformer.WekaInstancesMerge
Returns the tip text for this property.
removeTipText() - Method in class adams.tools.AbstractAddRemoveTimeWindowDatabaseTool
Returns the tip text for this property.
removeTmpIndex(List<Binnable<T>>) - Static method in class adams.data.binning.operation.Wrapping
Removes the list index under a temporary key Wrapping.TMP_INDEX.
removeTokenListener(TokenListener) - Method in interface adams.flow.core.TokenEventHandler
Removes the specified listener.
removeTokenListener(TokenListener) - Method in class adams.flow.sink.ProgrammaticSink
Removes the specified listener.
removeTokenListener(ProgrammaticTokenListener.TokenListener) - Method in class adams.flow.transformer.ProgrammaticTokenListener
Removes the token listener from its internal list.
removeToolTipAxis(Axis) - Method in class adams.gui.visualization.core.PlotPanel
Removes the axis from the vector with the axes making up the tooltip of values of the content panel.
removeTopComponent() - Method in class adams.gui.core.SplitPanelWithOptionalComponents
Removes the top component.
removeTrailingCR(StringBuilder) - Method in class adams.data.io.input.CsvSpreadSheetReader.ChunkReader
Removes a trailing CR.
removeTrailingCR(StringBuilder) - Method in class adams.data.io.input.SqlDumpSpreadSheetReader.ChunkReader
Removes a trailing CR.
removeTrainTipText() - Method in class weka.classifiers.meta.AbstainAttributePercentile
 
removeUndoListener(UndoListener) - Method in class adams.gui.core.Undo
Removes the listener from the internal list.
RemoveUnusedReferenceableActors - Class in adams.flow.processor
Removes all referenceable actors (eg callable actors) that are not used.
RemoveUnusedReferenceableActors() - Constructor for class adams.flow.processor.RemoveUnusedReferenceableActors
 
removeUnusedTipText() - Method in class weka.filters.unsupervised.attribute.MetaPartitionedMultiFilter
Returns the tip text for this property.
removeUnusedTipText() - Method in class weka.filters.unsupervised.attribute.PartitionedMultiFilter2
Returns the tip text for this property.
removeUpdate(DocumentEvent) - Method in class adams.gui.tools.wekamultiexperimenter.setup.AbstractSetupPanel.ModificationDocumentListener
 
removeUpToIncluding(Object[], int) - Method in class adams.flow.transformer.ArrayCombinations
 
removeUTF8BOM(String) - Static method in class adams.core.io.FileUtils
Removes a UTF-8 BOM.
removeUTF8BOM(StringBuilder) - Static method in class adams.core.io.FileUtils
Removes a UTF-8 BOM.
removeValue(AbstractField) - Method in class adams.data.report.Report
Removes the specified field.
removeValues(BaseRegExp) - Method in class adams.data.report.Report
Removes all fields that match the regular expression.
removeValuesStartingWith(String) - Method in class adams.data.report.Report
Removes all fields that start with the provided string.
removeVariableChangeListener(VariableChangeListener) - Method in class adams.core.Variables
Removes the listener from the internal list.
removeVariableChangeListeners() - Method in class adams.core.Variables
Removes all listeners from the internal list.
RemoveWithLabels - Class in weka.filters.unsupervised.instance
Allows the user to remove nominal labels via a regular expression.
RemoveWithLabels() - Constructor for class weka.filters.unsupervised.instance.RemoveWithLabels
 
removeWithPrefix(String) - Method in class adams.core.Properties
Removes all properties that share this prefix.
removeWithSuffix(String) - Method in class adams.core.Properties
Removes all properties that share this suffix.
RemoveWithWeights - Class in weka.filters.unsupervised.instance
Removes instances with weights outside the defined limits.
RemoveWithWeights() - Constructor for class weka.filters.unsupervised.instance.RemoveWithWeights
 
RemoveWithZeroes - Class in weka.filters.unsupervised.instance
Removes all instances that contain at least the specified number (or percentage) of zeroes in numeric attributes.
RemoveWithZeroes() - Constructor for class weka.filters.unsupervised.instance.RemoveWithZeroes
 
RemoveWorst - Class in adams.flow.transformer.wekaevaluationpostprocessor
Removes the worst predictions, which are considered outliers that detract from the actual model performance.
RemoveWorst() - Constructor for class adams.flow.transformer.wekaevaluationpostprocessor.RemoveWorst
 
RemoveWorstStdDev - Class in adams.flow.transformer.wekaevaluationpostprocessor
Removes the worst predictions, which are considered outliers that detract from the actual model performance.
RemoveWorstStdDev() - Constructor for class adams.flow.transformer.wekaevaluationpostprocessor.RemoveWorstStdDev
 
removeZoomListener(PlotPanelZoomListener) - Method in class adams.gui.visualization.core.plot.ContentPanel
Removes the given listener from the internal list of zoom listeners.
removeZoomListener(PlotPanelZoomListener) - Method in class adams.gui.visualization.core.PlotPanel
Removes the given listener from the internal list of zoom listeners.
remvoeTabVisibilityChangeListener(TabVisibilityChangeListener) - Method in class adams.gui.core.BaseTabbedPaneWithTabHiding
Removes a listener for tab visibility.
rename() - Method in class adams.gui.tools.FileCommanderPanel
Renames a file.
rename(int, String) - Method in class adams.data.featureconverter.HeaderDefinition
Renames the name at the specified index.
rename(int, T) - Method in interface adams.db.RenamingDataProvider
Renames the data container.
rename(String) - Method in class adams.core.option.Conversion
Renames a classname if necessary.
rename(String, String) - Method in class adams.core.io.fileoperations.AbstractRemoteFileOperations
Renames a file.
rename(String, String) - Method in interface adams.core.io.fileoperations.FileOperations
Renames a file.
rename(String, String) - Method in class adams.core.io.fileoperations.LocalFileOperations
Renames a file.
rename(String, String) - Method in class adams.core.io.fileoperations.RemoteToRemoteFileOperations
Renames a file.
Rename - Class in adams.gui.tools.wekainvestigator.datatable.action
Renames the selected dataset.
Rename - Class in adams.gui.tools.wekainvestigator.tab.preprocesstab.attributeselaction
Renames the selected attribute.
Rename - Class in adams.gui.visualization.segmentation.layer.overlaylayeraction
Renames an existing layer.
Rename() - Constructor for class adams.gui.tools.wekainvestigator.datatable.action.Rename
Instantiates the action.
Rename() - Constructor for class adams.gui.tools.wekainvestigator.tab.preprocesstab.attributeselaction.Rename
Instantiates the action.
Rename() - Constructor for class adams.gui.visualization.segmentation.layer.overlaylayeraction.Rename
 
RENAME - adams.core.io.fileoperations.Operation
 
renameActor(TreePath) - Method in class adams.gui.flow.tree.TreeOperations
Renames an actor.
renameActor(TreePath, String) - Method in class adams.gui.flow.tree.TreeOperations
Renames an actor.
RenameActor - Class in adams.gui.flow.tree.menu
For renaming actors.
RenameActor - Class in adams.gui.flow.tree.quickaction
Renames an actor.
RenameActor() - Constructor for class adams.gui.flow.tree.menu.RenameActor
 
RenameActor() - Constructor for class adams.gui.flow.tree.quickaction.RenameActor
 
renameAggregate(SpreadSheetAggregate.Aggregate, String, String) - Method in class adams.parser.spreadsheetquery.ParserHelper
Sets the new column name for the aggregate generated from a column.
renameAttribute(int, String) - Method in class weka.core.InstancesView
Renames an attribute.
renameAttributeAt(int, String) - Method in class adams.gui.visualization.instances.InstancesTableModel
renames the attribute at the given col index
renameAttributes(Instances, String) - Method in class weka.filters.unsupervised.attribute.PartitionedMultiFilter2
renames all the attributes in the dataset (excluding the class if present) by adding the prefix to the name.
renameAttributeValue(int, int, String) - Method in class weka.core.InstancesView
Renames the value of a nominal (or string) attribute value.
renameColumn(String, String) - Method in class adams.parser.spreadsheetquery.ParserHelper
Adds the name of a column to rename.
renameData(int[]) - Method in class adams.gui.tools.wekainvestigator.tab.AbstractInvestigatorTabWithDataTable
Renames the selected row, does nothing if 0 or more than 1 selected.
renameEntry() - Method in class adams.gui.core.AbstractNamedHistoryPanel
Attempts to rename the current entry.
renameEntry(String, String) - Method in class adams.gui.core.AbstractNamedHistoryPanel
Attempts to rename the entry.
renameFavorite(Class, boolean, String) - Method in class adams.gui.tools.FavoritesManagementPanel
Pops up a dialog for renaming a favorite.
RenameFlow - Class in adams.gui.flow.multipageaction
Lets the user rename the flow (if saved).
RenameFlow() - Constructor for class adams.gui.flow.multipageaction.RenameFlow
 
RenameLabels - Class in adams.data.objectfilter
For renaming labels in the meta-data, stored under a specific key.
The rules for renaming are specified: old=new.
RenameLabels() - Constructor for class adams.data.objectfilter.RenameLabels
 
renameLocal(String, String) - Method in class adams.core.io.fileoperations.AbstractRemoteFileOperations
Renames a local file.
renameMetaDataKey(String, String) - Method in class adams.flow.transformer.locateobjects.LocatedObject
Renames the meta-data key.
renameMetaDataKey(String, String) - Method in class adams.flow.transformer.locateobjects.LocatedObjects
Renames the meta-data key in all objects.
renameOption(String, String) - Method in class adams.core.option.Conversion
Renames an option (eg -blah to -bloerk) if necessary.
renameProperty(String, String) - Method in class adams.core.option.Conversion
Renames a property (eg blahProp to bloerkProp) if necessary.
renameRemote(String, String) - Method in class adams.core.io.fileoperations.AbstractRemoteFileOperations
Renames a remote file.
renameRemote(String, String) - Method in class adams.core.io.fileoperations.FtpFileOperations
Renames a remote file.
renameRemote(String, String) - Method in class adams.core.io.fileoperations.SftpFileOperations
Renames a remote file.
renameRemote(String, String) - Method in class adams.core.io.fileoperations.SmbFileOperations
Renames a remote file.
RenameSpreadSheet - Class in adams.data.conversion
Renames the spreadsheet.
RenameSpreadSheet() - Constructor for class adams.data.conversion.RenameSpreadSheet
 
RenameSpreadSheetColumn - Class in adams.data.conversion
Renames a single column in a spreadsheet.
RenameSpreadSheetColumn() - Constructor for class adams.data.conversion.RenameSpreadSheetColumn
 
renameTo(File) - Method in class adams.core.io.PlaceholderFile
Renames the file denoted by this abstract pathname.
RenamingDataProvider<T> - Interface in adams.db
Interface for data providers that allow the renaming of data containers.
render(Object) - Method in class adams.data.textrenderer.AbstractLimitedTextRenderer
Renders the object as text.
render(Object) - Method in class adams.data.textrenderer.AbstractTextRenderer
Renders the object as text.
render(Object) - Method in interface adams.data.textrenderer.TextRenderer
Renders the object as text.
render(Object, Integer) - Method in class adams.gui.visualization.debug.objectrenderer.Mat5ArrayRenderer
Renders the object.
render(Object, Integer) - Method in class adams.gui.visualization.debug.objectrenderer.PlainTextRenderer
Renders the object.
render(Object, JPanel, Integer) - Method in class adams.gui.visualization.debug.objectrenderer.AbstractObjectRenderer
Renders the object with a new renderer setup.
render(Object, JPanel, Integer) - Method in interface adams.gui.visualization.debug.objectrenderer.ObjectRenderer
Renders the object with a new renderer setup.
renderCached(Object, JPanel, Integer) - Method in class adams.gui.visualization.debug.objectrenderer.AbstractObjectRenderer
Renders the object using a cached setup (if available).
renderCached(Object, JPanel, Integer) - Method in interface adams.gui.visualization.debug.objectrenderer.ObjectRenderer
Renders the object using a cached setup (if available).
RenderedPlainTextExporter - Class in adams.gui.visualization.debug.objectexport
Uses an AbstractObjectPlainTextRenderer to generated the string to export.
RenderedPlainTextExporter() - Constructor for class adams.gui.visualization.debug.objectexport.RenderedPlainTextExporter
 
Renderer - Class in adams.gui.flow.tree
A specialized renderer for the tree elements.
Renderer - Class in adams.gui.visualization.debug.objecttree
A specialized renderer for the tree elements.
Renderer() - Constructor for class adams.gui.flow.tree.Renderer
Initializes the renderer with scale factor of "1.0".
Renderer() - Constructor for class adams.gui.tools.NestedFormatViewerPanel.Renderer
Initializes the renderer.
Renderer() - Constructor for class adams.gui.visualization.debug.objecttree.Renderer
Initializes the renderer.
Renderer(double) - Constructor for class adams.gui.flow.tree.Renderer
Initializes the renderer.
Renderer.ActorIcon - Class in adams.gui.flow.tree
Basic class for drawing icons for actors in the flow.
Renderer.DisabledIcon - Class in adams.gui.flow.tree
A wrapper for icons in the tree to make them look disabled (light gray background).
renderersTipText() - Method in class adams.gui.core.spreadsheettable.MultiCellRenderingCustomizer
Returns the tip text for this property.
renderObject() - Method in class adams.gui.visualization.debug.InspectionPanel
Renders the currently selected object.
renderObject(Object) - Static method in class adams.data.textrenderer.AbstractTextRenderer
Renders the object.
renderObject(JPanel, Object) - Method in class adams.gui.visualization.debug.StoragePanel
Renders the specified object in the provided panel.
renderUnlimited(Object) - Method in class adams.data.textrenderer.AbstractLimitedTextRenderer
Renders the object as text with no limits.
renderUnlimited(Object) - Method in interface adams.data.textrenderer.LimitedTextRenderer
Renders the object as text with no limits.
renumber(List) - Static method in class adams.core.option.NestedFormatHelper
Updates the line numbering.
renumber(List, int) - Static method in class adams.core.option.NestedFormatHelper
Updates the line numbering.
ReorderAttributes - Class in adams.gui.tools.wekainvestigator.tab.preprocesstab.attributeselaction
Allows the user to reorder the attributes.
ReorderAttributes() - Constructor for class adams.gui.tools.wekainvestigator.tab.preprocesstab.attributeselaction.ReorderAttributes
Instantiates the action.
repaint() - Method in class adams.gui.visualization.core.AbstractPaintlet
Repaints if possible (and enabled!).
repaint() - Method in class adams.gui.visualization.image.paintlet.AbstractPaintlet
Repaints if possible (and enabled!).
repaint() - Method in class adams.gui.visualization.segmentation.layer.LayerManager
Repaints everything.
repeat(String, int) - Method in class adams.parser.ParserHelper
Generates a string made up of multiple copies of a string.
REPEAT - Static variable in interface adams.parser.booleanexpression.sym
 
REPEAT - Static variable in interface adams.parser.lookupupdate.sym
 
REPEAT - Static variable in interface adams.parser.mathematicalexpression.sym
 
REPEAT - Static variable in interface adams.parser.spreadsheetformula.sym
 
REPEAT - Static variable in interface adams.parser.stringexpression.sym
 
RepeatedCrossValidation - Class in adams.gui.tools.wekainvestigator.tab.classifytab.evaluation
Performs repeated cross-validation.
RepeatedCrossValidation() - Constructor for class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.RepeatedCrossValidation
 
replace(OptionHandler, Comparable, Comparable, boolean) - Static method in class adams.flow.core.ActorUtils
Replaces any occurrence of the object to find with the replacement.
replace(OptionHandler, Comparable, Comparable, boolean, HashSet<Class>) - Static method in class adams.flow.core.ActorUtils
Replaces any occurrence of the object to find with the replacement.
replace(AbstractEnvironment, String) - Method in class adams.env.AbstractPropertiesDefinition
Adds the props file under they specified key.
replace(AbstractEnvironment, String, List<String>) - Method in class adams.env.AbstractPropertiesDefinition
Adds the props file under they specified key.
replace(Comparable, Comparable, boolean) - Method in class adams.gui.flow.tree.Node
Replaces an object in the tree (ie, the actors), recursion is optional.
replace(String, int, int, String) - Method in class adams.parser.ParserHelper
Replaces a sub-string at a specified location with a new string.
replace(String, String) - Method in class adams.env.AbstractEnvironment
Adds the props file under they specified key.
replace(String, String, String) - Method in class adams.env.AbstractEnvironment
Adds the props file under they specified key.
replace(String, String, List<String>) - Method in class adams.env.AbstractEnvironment
Adds the props file under they specified key.
REPLACE - adams.flow.core.ReportUpdateType
replace the existing report.
REPLACE - adams.flow.standalone.PythonEnvironment.PythonPathUpdateType
replaces the current path.
REPLACE - adams.flow.transformer.MergeReport.MergeType
 
REPLACE - adams.flow.transformer.MergeReportFromMap.MergeType
 
REPLACE - adams.flow.transformer.NegativeRegions.NegativeRegionTransferType
removes all objects first and then add them.
REPLACE - adams.flow.transformer.SetVariable.UpdateType
replaces the current value.
REPLACE - Static variable in interface adams.parser.booleanexpression.sym
 
REPLACE - Static variable in interface adams.parser.lookupupdate.sym
 
REPLACE - Static variable in interface adams.parser.mathematicalexpression.sym
 
REPLACE - Static variable in interface adams.parser.spreadsheetformula.sym
 
REPLACE - Static variable in interface adams.parser.stringexpression.sym
 
REPLACE - Static variable in class weka.filters.unsupervised.attribute.NominalToNumeric
 
REPLACE_BLACK_PIXELS - adams.data.image.transformer.BinaryMask.ReplacementType
replace the black pixels.
REPLACE_WHITE_PIXELS - adams.data.image.transformer.BinaryMask.ReplacementType
replace the white pixels.
REPLACEALL - Static variable in interface adams.parser.booleanexpression.sym
 
REPLACEALL - Static variable in interface adams.parser.lookupupdate.sym
 
REPLACEALL - Static variable in interface adams.parser.mathematicalexpression.sym
 
REPLACEALL - Static variable in interface adams.parser.stringexpression.sym
 
replaceAllTipText() - Method in class adams.data.id.IDGeneratorPostProcessor
Returns the tip text for this property.
replaceAllTipText() - Method in class adams.flow.transformer.SpreadSheetReplaceCellValue
Returns the tip text for this property.
replaceAttributeAt(Attribute, int) - Method in class weka.core.InstancesView
Replaces the attribute at the given position (0 to numAttributes()) with the given attribute and sets all its values to be missing.
replaceColor(int[], int, int, Color, Color, int[], int[]) - Static method in class adams.gui.visualization.segmentation.ImageUtils
Replaces the old color with the new one.
replaceColor(int[], Color, Color) - Static method in class adams.gui.visualization.segmentation.ImageUtils
Replaces the old color with the new one.
replaceColor(BufferedImage, Color, Color) - Static method in class adams.gui.visualization.segmentation.ImageUtils
Replaces the old color with the new one.
replaceColor(BufferedImage, Color, Color, int[], int[]) - Static method in class adams.gui.visualization.segmentation.ImageUtils
Replaces the old color with the new one.
ReplaceColors - Class in adams.data.image.transformer
Allows replacing one color with another.
ReplaceColors() - Constructor for class adams.data.image.transformer.ReplaceColors
 
replaceContainsPlaceholderTipText() - Method in class adams.data.id.IDGeneratorPostProcessor
Returns the tip text for this property.
replaceContainsPlaceholderTipText() - Method in class adams.flow.transformer.SimpleStringReplace
Returns the tip text for this property.
replaceContainsPlaceholderTipText() - Method in class adams.flow.transformer.SpreadSheetReplaceCellValue
Returns the tip text for this property.
replaceContainsPlaceholderTipText() - Method in class adams.flow.transformer.StringReplace
Returns the tip text for this property.
replaceContainsVariableTipText() - Method in class adams.flow.transformer.SimpleStringReplace
Returns the tip text for this property.
replaceContainsVariableTipText() - Method in class adams.flow.transformer.SpreadSheetReplaceCellValue
Returns the tip text for this property.
replaceContainsVariableTipText() - Method in class adams.flow.transformer.StringReplace
Returns the tip text for this property.
replaceCurrentDir(String, File) - Static method in class adams.core.management.Terminal
Replaces the placeholder for the current directory in the command with the directory presented by this file object.
REPLACEEXT - Static variable in interface adams.parser.booleanexpression.sym
 
REPLACEEXT - Static variable in interface adams.parser.mathematicalexpression.sym
 
REPLACEEXT - Static variable in interface adams.parser.stringexpression.sym
 
replaceExtension(PlaceholderFile, String) - Static method in class adams.core.io.FileUtils
Replaces the extension of the given file with the new one.
replaceExtension(File, String) - Static method in class adams.core.io.FileUtils
Replaces the extension of the given file with the new one.
replaceExtension(String, String) - Static method in class adams.core.io.FileUtils
Replaces the extension of the given file with the new one.
ReplaceFieldDialog - Class in adams.gui.dialog
A dialog that allows the user to select a field to find and replace with another one.
ReplaceFieldDialog(Dialog) - Constructor for class adams.gui.dialog.ReplaceFieldDialog
Creates a modal dialog without a title with the specified Dialog as its owner.
ReplaceFieldDialog(Frame) - Constructor for class adams.gui.dialog.ReplaceFieldDialog
Creates a modal dialog without a title with the specified Frame as its owner.
ReplaceFileExtension - Class in adams.data.conversion
Interprets the string as file name and replaces its extension with the provided one.
ReplaceFileExtension() - Constructor for class adams.data.conversion.ReplaceFileExtension
 
REPLACEMENT - adams.gui.event.DataChangeEvent.Type
a container was replaced.
replacementCharTipText() - Method in class adams.flow.transformer.StringSanitizer
Returns the tip text for this property.
replacementColorTipText() - Method in class adams.data.image.transformer.BinaryMask
Returns the tip text for this property.
replacementColorTipText() - Method in class adams.data.image.transformer.ThresholdReplacement
Returns the tip text for this property.
replacementTipText() - Method in class adams.data.imagefilter.KeepOnlyColors
Returns the tip text for this property.
replacementTypeTipText() - Method in class adams.data.image.transformer.BinaryMask
Returns the tip text for this property.
replaceMissingCellsTipText() - Method in class adams.data.conversion.SpreadSheetToNumeric
Returns the tip text for this property.
replaceMissingTipText() - Method in class adams.data.instancesanalysis.pls.AbstractPLS
Returns the tip text for this property
replaceMissingTipText() - Method in class weka.attributeSelection.AbstractPLSAttributeEval
Returns the tip text for this property
replaceMissingValues(double[]) - Method in class weka.core.AbstractHashableInstance
Replaces all missing values in the instance with the values contained in the given array.
ReplaceMissingValuesWithZero - Class in weka.filters.unsupervised.attribute
Replaces all missing values for nominal and numeric attributes in a dataset with the modes and means from the training data.
ReplaceMissingValuesWithZero() - Constructor for class weka.filters.unsupervised.attribute.ReplaceMissingValuesWithZero
 
replaceName(String) - Method in class adams.core.AbstractDataBackedIndex
Replaces any name in the string with the actual 1-based index.
ReplacePredominantColor - Class in adams.data.image.transformer
Allows replacing the predominant color with another.
ReplacePredominantColor() - Constructor for class adams.data.image.transformer.ReplacePredominantColor
 
replacePrefix(String) - Method in class adams.data.report.AbstractField
Replaces the prefix of a Field and returns a new Field object.
replacePrefix(String, DataType) - Method in class adams.data.report.AbstractField
Replaces the prefix of a Field and returns a new Field object.
replacePrefix(String, DataType) - Method in class adams.data.report.Field
Replaces the prefix of a Field and returns a new Field object.
replaceSuffix(String) - Method in class adams.data.report.AbstractField
Replaces the suffix of a Field and returns a new Field object.
replaceSuffix(String, DataType) - Method in class adams.data.report.AbstractField
Replaces the suffix of a Field and returns a new Field object.
replaceSuffix(String, DataType) - Method in class adams.data.report.Field
Replaces the suffix of a Field and returns a new Field object.
replaceTipText() - Method in class adams.core.NumericStringCompare
Returns the tip text for this property.
replaceTipText() - Method in class adams.data.conversion.AbstractValidateString
Returns the tip text for this property.
replaceTipText() - Method in class adams.data.id.IDGeneratorPostProcessor
Returns the tip text for this property.
replaceTipText() - Method in class adams.data.idextraction.ReportFieldRegExp
Returns the tip text for this property.
replaceTipText() - Method in class adams.flow.template.StringReplace
Returns the tip text for this property.
replaceTipText() - Method in class adams.flow.transformer.HexReplace
Returns the tip text for this property.
replaceTipText() - Method in class adams.flow.transformer.SimpleStringReplace
Returns the tip text for this property.
replaceTipText() - Method in class adams.flow.transformer.SpreadSheetAppendComments
Returns the tip text for this property.
replaceTipText() - Method in class adams.flow.transformer.SpreadSheetReplaceCellValue
Returns the tip text for this property.
replaceTipText() - Method in class adams.flow.transformer.StringReplace
Returns the tip text for this property.
replaceTipText() - Method in class adams.flow.transformer.WekaRenameRelation
Returns the tip text for this property.
replaceTipText() - Method in class weka.filters.unsupervised.attribute.NominalToNumeric
Returns the tip text for this property.
replaceTypeTipText() - Method in class adams.flow.transformer.StringReplace
Returns the tip text for this property.
REPLICATE - adams.data.image.transformer.Resize.ScalingType
 
report - Variable in class adams.gui.visualization.object.ObjectAnnotationPanel.AnnotationsState
 
Report - Class in adams.data.report
Data structure for a report.
Report() - Constructor for class adams.data.report.Report
Default constructor.
REPORT_ADDITIONAL_PREFIX - Static variable in class adams.data.instance.Instance
the key prefix in the report for the additional attributes.
REPORT_ADDITIONAL_PREFIX - Static variable in class adams.gui.visualization.spreadsheet.SpreadSheetRow
the key prefix in the report for the additional columns.
REPORT_CLASS - Static variable in class adams.data.instance.Instance
the key in the report for the class.
REPORT_DATASET - Static variable in class adams.data.instance.Instance
the key in the report for the dataset name.
REPORT_DB_ID - Static variable in class adams.data.instance.Instance
the key in the report for the database ID.
REPORT_DB_ID - Static variable in class adams.gui.visualization.spreadsheet.SpreadSheetRow
the key in the report for the spreadsheet ID.
REPORT_DISPLAY_ID - Static variable in class adams.data.instance.Instance
the key in the report for the display ID.
REPORT_DISPLAY_ID - Static variable in class adams.gui.visualization.spreadsheet.SpreadSheetRow
the key in the report for the display ID.
REPORT_FIELD - adams.data.filter.TimeseriesShiftTimestamps.TimestampSource
retrieves the old timestamp value from the report.
REPORT_ID - Static variable in class adams.data.instance.Instance
the key in the report for the ID.
REPORT_ID - Static variable in class adams.gui.visualization.spreadsheet.SpreadSheetRow
the key in the report for the ID.
REPORT_PARAM_COUNT - Static variable in class adams.data.barcode.decode.MultiQRCode
Key name for code count.
REPORT_PARAM_DATA - Static variable in class adams.data.barcode.decode.MultiQRCode
Key name for text data in the report.
REPORT_PARAM_FORMAT - Static variable in class adams.data.barcode.decode.MultiQRCode
Key name for barcode format in the report.
REPORT_PARAM_FORMAT - Static variable in class adams.data.barcode.decode.ZXing
Key name for barcode format in the report.
REPORT_PARAM_HEIGHT - Static variable in class adams.data.barcode.decode.MultiQRCode
Key name for barcode height in report.
REPORT_PARAM_HEIGHT - Static variable in class adams.data.barcode.decode.ZXing
Key name for barcode height in report.
REPORT_PARAM_METADATA_PREFIX - Static variable in class adams.data.barcode.decode.MultiQRCode
Key name prefix for ZXing result metadata.
REPORT_PARAM_METADATA_PREFIX - Static variable in class adams.data.barcode.decode.ZXing
Key name prefix for ZXing result metadata.
REPORT_PARAM_WIDTH - Static variable in class adams.data.barcode.decode.MultiQRCode
Key name for barcode width in report.
REPORT_PARAM_WIDTH - Static variable in class adams.data.barcode.decode.ZXing
Key name for barcode width in report.
REPORT_PARAM_X - Static variable in class adams.data.barcode.decode.MultiQRCode
Key name for barcode top-left x in report.
REPORT_PARAM_X - Static variable in class adams.data.barcode.decode.ZXing
Key name for barcode top-left x in report.
REPORT_PARAM_Y - Static variable in class adams.data.barcode.decode.MultiQRCode
Key name for barcode top-left y in report.
REPORT_PARAM_Y - Static variable in class adams.data.barcode.decode.ZXing
Key name for barcode top-left y in report.
REPORT_ROW - Static variable in class adams.data.instance.Instance
the key in the report for the row in the dataset.
REPORT_ROW - Static variable in class adams.gui.visualization.spreadsheet.SpreadSheetRow
the key in the report for the row in the spreadsheet.
REPORT_SPREADSHEET - Static variable in class adams.gui.visualization.spreadsheet.SpreadSheetRow
the key in the report for the spreadsheet name.
ReportArrayToMap - Class in adams.data.conversion
Converts the incoming report array into a map using the sample ID as key.
ReportArrayToMap() - Constructor for class adams.data.conversion.ReportArrayToMap
 
reportClassTipText() - Method in class adams.flow.source.NewReport
Returns the tip text for this property.
ReportColorInstancePaintlet - Class in adams.gui.visualization.instance
Paintlet for generating a line plot using the color stored in the report.
ReportColorInstancePaintlet() - Constructor for class adams.gui.visualization.instance.ReportColorInstancePaintlet
 
ReportColorTimeseriesPaintlet - Class in adams.gui.visualization.timeseries
Paintlet for painting the timeseries data using the color stored in the report.
ReportColorTimeseriesPaintlet() - Constructor for class adams.gui.visualization.timeseries.ReportColorTimeseriesPaintlet
 
ReportConditions - Interface in adams.db
Interface for conditions classes that use the reports table for retrieving information.
ReportContainer - Class in adams.gui.visualization.report
A container for Report objects.
ReportContainer(ReportContainerManager, Report) - Constructor for class adams.gui.visualization.report.ReportContainer
Initializes the container.
ReportContainer(ReportContainerManager, ReportHandler) - Constructor for class adams.gui.visualization.report.ReportContainer
Initializes the container.
ReportContainerDisplayIDGenerator - Class in adams.gui.visualization.report
Class for generating display IDs.
ReportContainerDisplayIDGenerator() - Constructor for class adams.gui.visualization.report.ReportContainerDisplayIDGenerator
 
ReportContainerList - Class in adams.gui.visualization.report
A class encapsulating containers tailored for reports.
ReportContainerList() - Constructor for class adams.gui.visualization.report.ReportContainerList
 
ReportContainerManager - Class in adams.gui.visualization.report
A container manager for Report objects.
ReportContainerManager(AbstractDatabaseConnection) - Constructor for class adams.gui.visualization.report.ReportContainerManager
Initializes the manager.
ReportContainerModel - Class in adams.gui.visualization.report
A model for displaying the currently loaded reports.
ReportContainerModel(ContainerListManager<ReportContainerManager>) - Constructor for class adams.gui.visualization.report.ReportContainerModel
Initializes the model.
ReportContainerModel(ReportContainerManager) - Constructor for class adams.gui.visualization.report.ReportContainerModel
Initializes the model.
ReportContainerTableColumnNameGenerator - Class in adams.gui.visualization.report
Abstract class for generating the column names of a table.
ReportContainerTableColumnNameGenerator() - Constructor for class adams.gui.visualization.report.ReportContainerTableColumnNameGenerator
 
ReportDate - Class in adams.flow.transformer.timeseriessplit
Splits the timeseries using a field from its report.
Accepted date formats:
yyyy-MM-dd HH:mm:ss
yyyy-MM-dd HH:mm:ss.S
yyyy-MM-dd

ReportDate() - Constructor for class adams.flow.transformer.timeseriessplit.ReportDate
 
ReportDateFieldPaintlet - Class in adams.gui.visualization.report
Paintlet for painting an indicator based on the date(s) stored in the report.
For more details on the date format, see:
Javadoc.
ReportDateFieldPaintlet() - Constructor for class adams.gui.visualization.report.ReportDateFieldPaintlet
 
ReportDateFieldRangePaintlet - Class in adams.gui.visualization.report
Paintlet for painting a background region based on the date stored in a report.
For more details on the date format, see:
Javadoc.
ReportDateFieldRangePaintlet() - Constructor for class adams.gui.visualization.report.ReportDateFieldRangePaintlet
 
ReportDbUpdater - Class in adams.flow.transformer
Adds all the data to the report (or reporthandler's report) passing through that the SQL statement returns.
The {ID} placeholder can be used in the SQL statement to represent the current handler's ID.
The following types of SQL statements are supported:
- multiple rows of key-value pairs.
- single row, with the key being the column name.


Input/output:
- accepts:
   adams.data.report.Report
   adams.data.report.MutableReportHandler
- generates:
   adams.data.report.Report
   adams.data.report.MutableReportHandler


ReportDbUpdater() - Constructor for class adams.flow.transformer.ReportDbUpdater
 
ReportDisplay - Class in adams.flow.sink
Displays reports.
ReportDisplay() - Constructor for class adams.flow.sink.ReportDisplay
 
ReportExporter - Class in adams.gui.visualization.debug.objectexport
Exports Report objects in the simple report format.
ReportExporter() - Constructor for class adams.gui.visualization.debug.objectexport.ReportExporter
 
ReportFactory - Class in adams.gui.visualization.report
A factory for GUI components for reports.
ReportFactory() - Constructor for class adams.gui.visualization.report.ReportFactory
 
ReportFactory.Dialog<C extends ReportContainer,​M extends ReportContainerManager> - Class in adams.gui.visualization.report
A specialized dialog that displays reports.
ReportFactory.Model - Class in adams.gui.visualization.report
A specialized model for a Report.
ReportFactory.Panel<C extends ReportContainer,​M extends ReportContainerManager> - Class in adams.gui.visualization.report
A specialized panel that displays reports.
ReportFactory.StandardsDialog - Class in adams.gui.visualization.report
A specialized dialog that lets the user choose the field and minimum value for the standards to load.
ReportFactory.Table<R extends ReportProvider<?,​?>> - Class in adams.gui.visualization.report
A specialized table for displaying a Report.
ReportField - Class in adams.data.groupextraction
Returns the value of the specified field.
ReportField - Class in adams.data.groupupdate
Sets the group under the specified field in the report (either report or report handler).
ReportField - Class in adams.data.idextraction
Returns the value of the specified field.
ReportField - Class in adams.data.idupdate
Sets the ID under the specified field in the report (either report or report handler).
ReportField - Class in adams.flow.transformer
Returns all the fields in a report or the report from a report handling object that match the provided regular expression.
ReportField() - Constructor for class adams.data.groupextraction.ReportField
 
ReportField() - Constructor for class adams.data.groupupdate.ReportField
 
ReportField() - Constructor for class adams.data.idextraction.ReportField
 
ReportField() - Constructor for class adams.data.idupdate.ReportField
 
ReportField() - Constructor for class adams.flow.transformer.ReportField
 
ReportFieldFilenameGenerator - Class in adams.core.io
Obtains the filename from a field in the attached report.
ReportFieldFilenameGenerator() - Constructor for class adams.core.io.ReportFieldFilenameGenerator
 
ReportFieldRegExp - Class in adams.data.groupextraction
Returns the value of the regexp group applied to the specified report field.
ReportFieldRegExp - Class in adams.data.idextraction
Returns the value of the specified field after passing it through the find/replace pair.
ReportFieldRegExp() - Constructor for class adams.data.groupextraction.ReportFieldRegExp
 
ReportFieldRegExp() - Constructor for class adams.data.idextraction.ReportFieldRegExp
 
ReportFieldSubtraction - Class in adams.data.boofcv.multiimageoperation
For each of the specified report fields, the difference between the value from the first report and the second is calculated.
ReportFieldSubtraction - Class in adams.data.image.multiimageoperation
For each of the specified report fields, the difference between the value from the first report and the second is calculated.
ReportFieldSubtraction - Class in adams.data.opencv.multiimageoperation
For each of the specified report fields, the difference between the value from the first report and the second is calculated.
ReportFieldSubtraction() - Constructor for class adams.data.boofcv.multiimageoperation.ReportFieldSubtraction
 
ReportFieldSubtraction() - Constructor for class adams.data.image.multiimageoperation.ReportFieldSubtraction
 
ReportFieldSubtraction() - Constructor for class adams.data.opencv.multiimageoperation.ReportFieldSubtraction
 
reportFieldTipText() - Method in class adams.data.filter.TimeseriesShiftTimestamps
Returns the tip text for this property.
ReportFileReader - Class in adams.flow.transformer
Loads a file containing a report from disk with a specified reader and passes it on.
ReportFileReader() - Constructor for class adams.flow.transformer.ReportFileReader
 
reportFileTipText() - Method in class adams.flow.transformer.SetReportFromFile
Returns the tip text for this property.
ReportFileWriter - Class in adams.flow.transformer
Saves a report to disk with the specified writer and passes the absolute filename on.
As filename/directory name (depending on the writer) the database ID of the report is used (below the specified output directory).
ReportFileWriter() - Constructor for class adams.flow.transformer.ReportFileWriter
 
ReportFilter<T extends DataContainer> - Class in adams.data.filter
A filter that modifies the reports of data containers being passed through.
ReportFilter() - Constructor for class adams.data.filter.ReportFilter
 
reportFilterTipText() - Method in class adams.data.report.FilteredReportFilter
Returns the tip text for this property.
ReportHandler - Class in adams.gui.tools.previewbrowser
Displays report files (depends on selected reader): *

ReportHandler<T extends Report> - Interface in adams.data.report
Interface for data containers that handle reports.
ReportHandler() - Constructor for class adams.gui.tools.previewbrowser.ReportHandler
 
ReportJsonUtils - Class in adams.data.report
For converting reports to JSON and vice versa.
ReportJsonUtils() - Constructor for class adams.data.report.ReportJsonUtils
 
ReportMathExpression - Class in adams.flow.transformer
Evaluates a mathematical expression based on report values.
Either outputs the updated report or the report handler if that allows updating the report.
ReportMathExpression - Class in adams.parser
Evaluates mathematical expressions on report values.

The following grammar is used:

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)
;

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 '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.
ReportMathExpression() - Constructor for class adams.flow.transformer.ReportMathExpression
 
ReportMathExpression() - Constructor for class adams.parser.ReportMathExpression
 
reportNamesInHeaderTipText() - Method in class adams.data.conversion.SpreadSheetRowsToReport
Returns the tip text for this property.
ReportObjectOverlay - Class in adams.gui.visualization.image
Ancestor for overlays that use object locations from a report.
ReportObjectOverlay() - Constructor for class adams.gui.visualization.image.ReportObjectOverlay
 
ReportPointOverlay - Class in adams.gui.visualization.image
Ancestor for overlays that use point locations from a report.
ReportPointOverlay() - Constructor for class adams.gui.visualization.image.ReportPointOverlay
 
ReportProvider<T extends Report,​I> - Interface in adams.db
Interface for table classes that handle the reports of a project.
ReportProviderByDBID<T extends Report> - Interface in adams.db
Interface for table classes that handle the reports of a project.
ReportProviderByID<T extends Report> - Interface in adams.db
Interface for table classes that handle the reports of a project.
ReportReader<T extends Report> - Interface in adams.data.io.input
Interface for report readers.
ReportRenderer - Class in adams.gui.visualization.debug.objectrenderer
Renders Report objects.
ReportRenderer() - Constructor for class adams.gui.visualization.debug.objectrenderer.ReportRenderer
 
Reports - Class in adams.gui.visualization.timeseries.containerlistpopup
Views the reports of the timeseries containers.
Reports() - Constructor for class adams.gui.visualization.timeseries.containerlistpopup.Reports
 
ReportTableByDBID<R extends Report,​F extends AbstractField> - Class in adams.db
Abstract ancestor for classes that provide access to reports stored in tables.
ReportTableByDBID(AbstractDatabaseConnection, String) - Constructor for class adams.db.ReportTableByDBID
Initializes the table class with the given table name.
ReportTableByID<R extends Report & IDHandler,​F extends AbstractField> - Class in adams.db
Abstract ancestor for classes that provide access to reports stored in tables.
ReportTableByID(AbstractDatabaseConnection, String) - Constructor for class adams.db.ReportTableByID
Initializes the table class with the given table name.
reportTipText() - Method in class adams.flow.transformer.SetReportFromSource
Returns the tip text for this property.
ReportToJson - Class in adams.data.conversion
Turns a report into a JSON string.
Output format:
{
"Sample ID": "someid",
"GLV2": 1.123,
"valid": true
}


ReportToJson() - Constructor for class adams.data.conversion.ReportToJson
 
ReportToMap - Class in adams.data.conversion
Turns a Report object into a java.util.Map.
ReportToMap() - Constructor for class adams.data.conversion.ReportToMap
 
ReportToSpreadSheet - Class in adams.data.conversion
Turns a report into a spreadsheet.
ReportToSpreadSheet() - Constructor for class adams.data.conversion.ReportToSpreadSheet
 
ReportToStorage - Class in adams.flow.transformer
Stores all report fields that match the provided regular expression in internal storage.
ReportToStorage() - Constructor for class adams.flow.transformer.ReportToStorage
 
ReportToString - Class in adams.data.conversion
Generates a string representation from the report using the specified report writer.
ReportToString() - Constructor for class adams.data.conversion.ReportToString
 
reportToSymbols(Report) - Static method in class adams.parser.ParserHelper
Turns the content of the report into symbols.
ReportToVariables - Class in adams.flow.transformer
Turns all report fields that match the provided regular expression into variables.
ReportToVariables() - Constructor for class adams.flow.transformer.ReportToVariables
 
ReportToWekaInstance - Class in adams.data.conversion
Converts a report into a weka.core.Instance objects.
ReportToWekaInstance() - Constructor for class adams.data.conversion.ReportToWekaInstance
 
ReportUpdateType - Enum in adams.flow.core
Enum that determines how the report is being updated.
ReportValueExists - Class in adams.flow.condition.bool
Returns 'true' if the field in the report is present.
ReportValueExists() - Constructor for class adams.flow.condition.bool.ReportValueExists
Default constructor.
ReportValueExists(Field) - Constructor for class adams.flow.condition.bool.ReportValueExists
Initializes with the specified field.
ReportWriter<T extends Report> - Interface in adams.data.io.output
Interface for report writers.
REQUEST - adams.scripting.command.basic.StopEngine.EngineType
 
requestClose() - Method in class adams.gui.core.GUIHelper.DialogCommunication
Requests to close the dialog.
requestConnectionTipText() - Method in class adams.multiprocess.RemoteCommandJobRunner
Returns the tip text for this property.
requestFailed(RemoteCommand, String) - Method in class adams.scripting.requesthandler.CallableActorsHandler
Handles failed requests.
requestFailed(RemoteCommand, String) - Method in class adams.scripting.requesthandler.CommandDumperHandler
Handles failed requests.
requestFailed(RemoteCommand, String) - Method in class adams.scripting.requesthandler.LoggingHandler
Handles failed requests.
requestFailed(RemoteCommand, String) - Method in class adams.scripting.requesthandler.MultiHandler
Handles failed requests.
requestFailed(RemoteCommand, String) - Method in class adams.scripting.requesthandler.NullHandler
Handles failed requests.
requestFailed(RemoteCommand, String) - Method in interface adams.scripting.requesthandler.RequestHandler
Handles failed requests.
requestFailed(RemoteCommand, String) - Method in class adams.scripting.requesthandler.SimpleLogPanelRequestHandler
Handles failed requests.
requestFocus() - Method in interface adams.gui.application.Child
Requests the focus for the child.
requestFocus() - Method in class adams.gui.core.AbstractQuickSearchPanel
Requests the search box to get the focus.
requestFocus() - Method in class adams.gui.core.FilterPanel
For the text field to request the focus.
requestFocus() - Method in class adams.gui.flow.FlowPanel
The tree requests the focus.
requestFocus() - Method in class adams.gui.visualization.object.tools.ToolMouseAdapter
Requests the focus in the canvas panel.
requestFocus() - Method in class adams.gui.visualization.segmentation.tool.ToolMouseAdapter
Requests the focus in the canvas panel.
RequestHandler - Interface in adams.scripting.requesthandler
Interface for request handlers.
requestHandlerTipText() - Method in class adams.scripting.engine.AbstractScriptingEngine
Returns the tip text for this property.
requestHandlerTipText() - Method in interface adams.scripting.engine.RemoteScriptingEngine
Returns the tip text for this property.
requestRejected(RemoteCommand, String) - Method in class adams.scripting.requesthandler.CallableActorsHandler
Handles rejected requests.
requestRejected(RemoteCommand, String) - Method in class adams.scripting.requesthandler.CommandDumperHandler
Handles rejected requests.
requestRejected(RemoteCommand, String) - Method in class adams.scripting.requesthandler.LoggingHandler
Handles rejected requests.
requestRejected(RemoteCommand, String) - Method in class adams.scripting.requesthandler.MultiHandler
Handles rejected requests.
requestRejected(RemoteCommand, String) - Method in class adams.scripting.requesthandler.NullHandler
Handles rejected requests.
requestRejected(RemoteCommand, String) - Method in interface adams.scripting.requesthandler.RequestHandler
Handles rejected requests.
requestRejected(RemoteCommand, String) - Method in class adams.scripting.requesthandler.SimpleLogPanelRequestHandler
Handles rejected requests.
requestSuccessful(RemoteCommand) - Method in class adams.scripting.requesthandler.CallableActorsHandler
Handles successfuly requests.
requestSuccessful(RemoteCommand) - Method in class adams.scripting.requesthandler.CommandDumperHandler
Handles successfuly requests.
requestSuccessful(RemoteCommand) - Method in class adams.scripting.requesthandler.LoggingHandler
Handles successfuly requests.
requestSuccessful(RemoteCommand) - Method in class adams.scripting.requesthandler.MultiHandler
Handles successfuly requests.
requestSuccessful(RemoteCommand) - Method in class adams.scripting.requesthandler.NullHandler
Handles successfuly requests.
requestSuccessful(RemoteCommand) - Method in interface adams.scripting.requesthandler.RequestHandler
Handles successfuly requests.
requestSuccessful(RemoteCommand) - Method in class adams.scripting.requesthandler.SimpleLogPanelRequestHandler
Handles successfuly requests.
requestTipText() - Method in class adams.flow.source.NewRemoteCommand
Returns the tip text for this property.
requiredValues() - Method in class adams.flow.transformer.generatefilebaseddataset.AbstractFileBasedDatasetGeneration
The keys of the values that need to be present in the container.
requiredValues() - Method in class adams.flow.transformer.generatefilebaseddataset.SimpleFileList
The keys of the values that need to be present in the container.
RequireMetaData - Class in adams.gui.visualization.object.objectannotations.check
Requires the specified meta-data key to be present in all objects.
RequireMetaData() - Constructor for class adams.gui.visualization.object.objectannotations.check.RequireMetaData
 
requiresAuthenticationTipText() - Method in class adams.flow.standalone.SMTPConnection
Returns the tip text for this property.
requiresButtons() - Method in class adams.gui.tools.spreadsheetviewer.AbstractViewPlugin
Returns whether the dialog requires the OK/Cancel buttons.
requiresFlowContext() - Method in class adams.data.objectfilter.AbstractObjectFilter
Returns whether flow context is actually required.
requiresFlowContext() - Method in class adams.data.objectfilter.AttachOverlappingMetaData
Returns whether flow context is actually required.
requiresFlowContext() - Method in class adams.flow.sink.simplelogging.format.AbstractSimpleFormat
Returns whether flow context is really required.
requiresFlowContext() - Method in interface adams.flow.sink.simplelogging.format.SimpleFormat
Returns whether flow context is really required.
requiresFlowContext() - Method in class adams.flow.sink.simplelogging.output.AbstractSimpleOutput
Returns whether flow context is really required.
requiresFlowContext() - Method in class adams.flow.sink.simplelogging.output.MultiOutput
Returns whether flow context is really required.
requiresFlowContext() - Method in interface adams.flow.sink.simplelogging.output.SimpleOutput
Returns whether flow context is really required.
requiresFlowContext() - Method in class adams.flow.source.valuedefinition.AbstractArrayValueDefinition
Returns whether flow context is required.
requiresFlowContext() - Method in class adams.flow.source.valuedefinition.AbstractGOEValueDefinition
Returns whether flow context is required.
requiresFlowContext() - Method in class adams.flow.source.valuedefinition.AbstractValueDefinition
Returns whether flow context is required.
requiresFlowContext() - Method in class adams.flow.source.valuedefinition.DefaultValueDefinition
Returns whether flow context is required.
requiresFlowContext() - Method in class adams.flow.source.valuedefinition.DirectoryValueDefinition
Returns whether flow context is required.
requiresFlowContext() - Method in class adams.flow.source.valuedefinition.EnumValueDefinition
Returns whether flow context is required.
requiresFlowContext() - Method in class adams.flow.source.valuedefinition.FileValueDefinition
Returns whether flow context is required.
requiresFlowContext() - Method in class adams.flow.source.valuedefinition.ListSelectionValueDefinition
Returns whether flow context is required.
requiresFlowContext() - Method in class adams.flow.source.valuedefinition.RegExpConstrainedStringDefinition
Returns whether flow context is required.
requiresFlowContext() - Method in class adams.flow.transformer.indexedsplitsrunsevaluation.AbstractIndexedSplitsRunsEvaluation
Returns whether flow context is actually required.
requiresFlowContext() - Method in class adams.flow.transformer.indexedsplitsrunsevaluation.InstancesIndexedSplitsRunsEvaluation
Returns whether flow context is actually required.
requiresFlowContext() - Method in class adams.flow.transformer.indexedsplitsrunsevaluation.NullEvaluation
Returns whether flow context is actually required.
requiresFlowContext() - Method in class adams.flow.transformer.indexedsplitsrunspredictions.AbstractIndexedSplitsRunsPredictions
Returns whether flow context is actually required.
requiresFlowContext() - Method in class adams.flow.transformer.indexedsplitsrunspredictions.InstancesIndexedSplitsRunsPredictions
Returns whether flow context is actually required.
requiresFlowContext() - Method in class adams.flow.transformer.indexedsplitsrunspredictions.NullPredictions
Returns whether flow context is actually required.
requiresFlowContext() - Method in class adams.opt.genetic.setupupload.AbstractSetupUpload
Returns whether flow context is required.
requiresFlowContext() - Method in class adams.opt.genetic.setupupload.MySQL
Returns whether flow context is required.
requiresFlowContext() - Method in class adams.opt.genetic.setupupload.Null
Returns whether flow context is required.
requiresInitialization() - Method in class adams.core.discovery.genetic.AbstractGeneticDiscoveryHandler
Returns whether the handler requires an initialization.
requiresInitialization() - Method in class adams.core.discovery.genetic.SIMPLSWeightsMatrix
Returns whether the handler requires an initialization.
requiresInitialization() - Method in class adams.gui.chooser.FtpRemoteDirectorySetup
Returns whether the setup needs to be configured by the user or whether it can be used straight away.
requiresInitialization() - Method in interface adams.gui.chooser.RemoteDirectorySetup
Returns whether the setup needs to be configured by the user or whether it can be used straight away.
requiresInitialization() - Method in class adams.gui.chooser.SftpRemoteDirectorySetup
Returns whether the setup needs to be configured by the user or whether it can be used straight away.
requiresInitialization() - Method in class adams.gui.chooser.SmbRemoteDirectorySetup
Returns whether the setup needs to be configured by the user or whether it can be used straight away.
requiresReexpand() - Method in class adams.gui.core.LazyExpansionTreeNode
Returns whether the node requires reexpanding.
requiresReexpand() - Method in class adams.gui.flow.tree.Node
Returns whether the node requires resetting.
requiresReplacement(int, Integer, int) - Static method in class adams.gui.visualization.segmentation.ImageUtils
Checks whether the pixel requires replacement.
requiresRestartableApplication() - Method in class adams.gui.application.AbstractMenuItemDefinition
Returns whether the menu item requires a restartable application.
requiresRestartableApplication() - Method in class adams.gui.menu.ProgramRestart
Returns whether the menu item requires a restartable application.
requiresRestartableApplication() - Method in class adams.gui.menu.ProgramRestartWithMoreHeap
Returns whether the menu item requires a restartable application.
requiresScrollPane() - Method in class adams.gui.core.AbstractComponentWithButtons
Returns whether the component requires a JScrollPane around it.
requiresScrollPane() - Method in class adams.gui.core.BaseListWithButtons
Returns whether the component requires a JScrollPane around it.
requiresScrollPane() - Method in class adams.gui.core.BaseTableWithButtons
Returns whether the component requires a JScrollPane around it.
requiresScrollPane() - Method in class adams.gui.core.BaseTextAreaWithButtons
Returns whether the component requires a JScrollPane around it.
requiresScrollPane() - Method in class adams.gui.core.BaseTextPaneWithButtons
Returns whether the component requires a JScrollPane around it.
requiresScrollPane() - Method in class adams.gui.core.SortableAndSearchableTableWithButtons
Returns whether the component requires a JScrollPane around it.
requiresSetUp() - Method in class adams.data.conversion.AbstractScriptedConversion
Checks whether we still need to perform a setup.
requiresSetUp() - Method in interface adams.data.conversion.ConversionWithInitialization
Checks whether we still need to perform a setup.
requiresSmtpSessionInitialization() - Method in class adams.core.net.AbstractSendEmail
Returns whether the SMTP session needs to be initialized.
requiresSmtpSessionInitialization() - Method in class adams.core.net.ApacheSendEmail
Returns whether the SMTP session needs to be initialized.
requiresSmtpSessionInitialization() - Method in class adams.core.net.JavaMailSendEmail
Returns whether the SMTP session needs to be initialized.
requiresSmtpSessionInitialization() - Method in class adams.core.net.SimpleApacheSendEmail
Returns whether the SMTP session needs to be initialized.
requiresWrapper() - Method in class adams.gui.application.AbstractPreferencesPanel
Returns whether the panel requires a wrapper scrollpane/panel for display.
requiresWrapper() - Method in class adams.gui.application.CharsetSettingsPanel
Returns whether the panel requires a wrapper scrollpane/panel for display.
requiresWrapper() - Method in class adams.gui.application.EmailSetupPanel
Returns whether the panel requires a wrapper scrollpane/panel for display.
requiresWrapper() - Method in class adams.gui.application.FlowPreferencesPanel
Returns whether the panel requires a wrapper scrollpane/panel for display.
requiresWrapper() - Method in class adams.gui.application.FontsPreferencesPanel
Returns whether the panel requires a wrapper scrollpane/panel for display.
requiresWrapper() - Method in class adams.gui.application.JVisualVMPanel
Returns whether the panel requires a wrapper scrollpane/panel for display.
requiresWrapper() - Method in class adams.gui.application.LocaleSettingsPanel
Returns whether the panel requires a wrapper scrollpane/panel for display.
requiresWrapper() - Method in interface adams.gui.application.PreferencesPanel
Returns whether the panel requires a wrapper scrollpane/panel for display.
requiresWrapper() - Method in class adams.gui.application.ProxySettingsPanel
Returns whether the panel requires a wrapper scrollpane/panel for display.
requiresWrapper() - Method in class adams.gui.application.SMBSetupPanel
Returns whether the panel requires a wrapper scrollpane/panel for display.
requiresWrapper() - Method in class adams.gui.application.SSLSetupPanel
Returns whether the panel requires a wrapper scrollpane/panel for display.
requiresWrapper() - Method in class adams.gui.application.TerminalSettingsPanel
Returns whether the panel requires a wrapper scrollpane/panel for display.
requiresWrapper() - Method in class adams.gui.application.TesseractSettingsPanel
Returns whether the panel requires a wrapper scrollpane/panel for display.
requiresWrapper() - Method in class adams.gui.application.TimeZoneSettingsPanel
Returns whether the panel requires a wrapper scrollpane/panel for display.
requiresWrapper() - Method in class adams.gui.application.WekaExperimenterPreferencesPanel
Returns whether the panel requires a wrapper scrollpane/panel for display.
requiresWrapper() - Method in class adams.gui.application.WekaExplorerPreferencesPanel
Returns whether the panel requires a wrapper scrollpane/panel for display.
requiresWrapper() - Method in class adams.gui.application.WekaInvestigatorPreferencesPanel
Returns whether the panel requires a wrapper scrollpane/panel for display.
rescanCurrentDirectory() - Method in interface adams.gui.chooser.FileChooser
Tells the UI to rescan its files list from the current directory.
reset() - Method in class adams.core.AbstractDataBackedRange
Resets the object.
reset() - Method in class adams.core.command.AbstractExternalCommand
Resets the scheme.
reset() - Method in class adams.core.discovery.AbstractDiscoveryHandler
Resets the handler.
reset() - Method in class adams.core.discovery.genetic.GenericDoubleResolution
 
reset() - Method in class adams.core.discovery.genetic.GenericFloatResolution
 
reset() - Method in class adams.core.discovery.genetic.GenericInteger
 
reset() - Method in class adams.core.discovery.genetic.GenericString
 
reset() - Method in class adams.core.Index
Resets the parsed data.
reset() - Method in class adams.core.io.filechanged.AbstractFileChangeMonitor
Resets the scheme.
reset() - Method in class adams.core.io.filechanged.AbstractMessageDigestBasedMonitor
Resets the scheme.
reset() - Method in class adams.core.io.filechanged.LastModified
Resets the scheme.
reset() - Method in class adams.core.io.filechanged.Size
Resets the scheme.
reset() - Method in class adams.core.logging.AbstractLogHandler
Resets the handler.
reset() - Method in class adams.core.logging.RemoteSendHandler
Resets the scheme.
reset() - Method in class adams.core.option.AbstractOptionConsumer
Resets the members.
reset() - Method in class adams.core.option.AbstractOptionHandler
Resets the scheme.
reset() - Method in class adams.core.option.AbstractOptionProducer
Resets the members.
reset() - Method in class adams.core.option.AbstractOptionTraverserWithResult
Resets the object.
reset() - Method in class adams.core.option.AbstractRecursiveOptionConsumer
Used for initializing members.
reset() - Method in class adams.core.option.AbstractRecursiveOptionProducer
Used for initializing members.
reset() - Method in class adams.core.option.HtmlParametersProducer
Resets the members.
reset() - Method in class adams.core.Range
Resets the object.
reset() - Method in class adams.core.SerializableObjectHelper
Resets the helper, i.e., it will attempt to load the setup again.
reset() - Method in class adams.core.SimpleTimer
Resets the start time.
reset() - Method in class adams.core.UnorderedRange
Resets the state.
reset() - Method in class adams.data.baseline.AbstractBaselineCorrection
Resets the baseline correction scheme.
reset() - Method in class adams.data.boofcv.features.AbstractScriptedFeatureGenerator
Resets the conversion.
reset() - Method in class adams.data.boofcv.transformer.AbstractScriptedTransformer
Resets the conversion.
reset() - Method in class adams.data.conversion.AbstractConversion
Resets the converter.
reset() - Method in class adams.data.conversion.AbstractMatchWekaInstanceAgainstHeader
Resets the converter.
reset() - Method in class adams.data.conversion.AbstractScriptedConversion
Resets the conversion.
reset() - Method in class adams.data.conversion.DateTimeTypeToString
Resets the conversion.
reset() - Method in class adams.data.conversion.DoubleMatrixToBufferedImage
Resets the object.
reset() - Method in class adams.data.conversion.ExtractDateTimeField
Resets the converter.
reset() - Method in class adams.data.conversion.MovingAverage
Resets the members.
reset() - Method in class adams.data.conversion.MultiConversion
Resets the state of the conversion.
reset() - Method in class adams.data.conversion.ReportToWekaInstance
Resets the scheme.
reset() - Method in class adams.data.conversion.SpreadSheetToString
Resets the scheme.
reset() - Method in class adams.data.conversion.StringToDateTimeType
Resets the conversion.
reset() - Method in class adams.data.conversion.StringToSpreadSheet
Resets the scheme.
reset() - Method in class adams.data.conversion.SwapObjects
Resets the scheme.
reset() - Method in class adams.data.conversion.SwapPLS
Resets the scheme.
reset() - Method in class adams.data.conversion.TimeToString
Resets the converter.
reset() - Method in class adams.data.featureconverter.AbstractFeatureConverter
Resets the scheme.
reset() - Method in class adams.data.filter.AbstractFilter
Resets the filter.
reset() - Method in class adams.data.filter.AbstractSAX
Resets the filter.
reset() - Method in class adams.data.filter.AbstractScriptedFilter
Resets the conversion.
reset() - Method in interface adams.data.filter.Filter
Resets the filter.
reset() - Method in class adams.data.groupextraction.SpreadSheetCellWithLookUp
Resets the scheme.
reset() - Method in class adams.data.idextraction.ReportFieldRegExp
Resets the scheme.
reset() - Method in class adams.data.image.AbstractImageFeatureGenerator
Resets the scheme, i.e., the header information.
reset() - Method in class adams.data.image.features.AbstractScriptedFeatureGenerator
Resets the conversion.
reset() - Method in class adams.data.image.transformer.AbstractScriptedTransformer
Resets the conversion.
reset() - Method in class adams.data.image.transformer.LaplaceOfGaussian
Resets the scheme.
reset() - Method in class adams.data.image.transformer.SuppliedImageMask
Resets the scheme.
reset() - Method in class adams.data.instances.AbstractInstanceGenerator
Resets the generator (but does not clear the input data!).
reset() - Method in class adams.data.instancesanalysis.FastICA
Resets the scheme.
reset() - Method in class adams.data.instancesanalysis.PCA
Resets the scheme.
reset() - Method in class adams.data.instancesanalysis.pls.AbstractMultiClassPLS
Resets the scheme.
reset() - Method in class adams.data.instancesanalysis.pls.AbstractPLS
Resets the scheme.
reset() - Method in class adams.data.instancesanalysis.pls.AbstractSingleClassPLS
Resets the scheme.
reset() - Method in class adams.data.instancesanalysis.pls.PLS1
Resets the scheme.
reset() - Method in class adams.data.instancesanalysis.PLS
Resets the scheme.
reset() - Method in class adams.data.instancesanalysis.pls.SIMPLS
Resets the scheme.
reset() - Method in class adams.data.io.input.AbstractDataContainerReader
Resets the reader (but does not clear the input data!).
reset() - Method in class adams.data.io.input.AbstractReportReader
Resets the reader.
reset() - Method in class adams.data.io.input.AbstractTextReader
Resets the reader.
reset() - Method in class adams.data.io.input.AccessSpreadSheetReader
Resets the scheme.
reset() - Method in class adams.data.io.input.InstanceReader
Resets the filter.
reset() - Method in class adams.data.io.input.LineByLineTextReader
Resets the scheme.
reset() - Method in class adams.data.io.input.SpreadSheetTimeseriesReader
Resets the scheme.
reset() - Method in class adams.data.io.output.AbstractDataContainerWriter
Resets the writer (but does not clear the input data!).
reset() - Method in class adams.data.io.output.AbstractReportWriter
Resets the writer (but does not clear the input data!).
reset() - Method in class adams.data.io.output.AbstractSpreadSheetWriter
Resets the writer.
reset() - Method in class adams.data.io.output.AccessSpreadSheetWriter
Resets the writer.
reset() - Method in class adams.data.io.output.CsvSpreadSheetWriter
Resets the writer.
reset() - Method in interface adams.data.io.output.SpreadSheetWriter
Resets the writer.
reset() - Method in class adams.data.io.output.SqlDumpSpreadSheetWriter
Resets the writer.
reset() - Method in class adams.data.io.output.TextFileWithLineNumbersWriter
Resets the count.
reset() - Method in class adams.data.jai.transformer.AbstractScriptedTransformer
Resets the conversion.
reset() - Method in class adams.data.noise.AbstractDenoiser
Resets the noise algorithm.
reset() - Method in class adams.data.objectfilter.RenameLabels
Resets the scheme.
reset() - Method in class adams.data.objectfilter.TransformMetaData
Resets the scheme.
reset() - Method in class adams.data.objectfinder.ObjectsInPolygon
Resets the scheme.
reset() - Method in class adams.data.opencv.features.AbstractScriptedFeatureGenerator
Resets the conversion.
reset() - Method in class adams.data.opencv.transformer.AbstractScriptedTransformer
Resets the conversion.
reset() - Method in class adams.data.outlier.AbstractOutlierDetector
Resets the detector.
reset() - Method in class adams.data.outlier.AbstractScriptedOutlierDetector
Resets the conversion.
reset() - Method in class adams.data.outlier.FilteredOutlierDetector
Resets the detector and filter (but does not clear the input data!).
reset() - Method in class adams.data.random.AbstractRandomNumberGenerator
Resets the generator.
reset() - Method in class adams.data.random.JavaRandomByte
Resets the generator.
reset() - Method in class adams.data.random.JavaRandomByteUnseeded
Resets the generator.
reset() - Method in class adams.data.random.JavaRandomDouble
Resets the generator.
reset() - Method in class adams.data.random.JavaRandomDoubleUnseeded
Resets the generator.
reset() - Method in class adams.data.random.JavaRandomInt
Resets the generator.
reset() - Method in class adams.data.random.JavaRandomIntUnseeded
Resets the generator.
reset() - Method in interface adams.data.random.RandomNumberGenerator
Resets the generator.
reset() - Method in class adams.data.report.AbstractReportFilter
Resets the filter.
reset() - Method in class adams.data.report.AbstractScriptedReportFilter
Resets the conversion.
reset() - Method in class adams.data.smoothing.AbstractSmoother
Resets the smoothing scheme (but does not clear the input data!).
reset() - Method in class adams.data.splitgenerator.generic.crossvalidation.CrossValidationGenerator
Resets the scheme.
reset() - Method in class adams.data.splitgenerator.generic.randomization.AbstractRandomization
Resets the scheme.
reset() - Method in class adams.data.splitgenerator.generic.randomization.DefaultRandomization
Resets the scheme.
reset() - Method in interface adams.data.splitgenerator.generic.randomization.Randomization
Resets the scheme.
reset() - Method in class adams.data.splitgenerator.generic.randomsplit.RandomSplitGenerator
Resets the scheme.
reset() - Method in class adams.data.splitgenerator.generic.splitter.AbstractSplitter
Resets the scheme.
reset() - Method in interface adams.data.splitgenerator.generic.splitter.Splitter
Resets the scheme.
reset() - Method in class adams.data.splitgenerator.generic.stratification.AbstractStratification
Resets the scheme.
reset() - Method in interface adams.data.splitgenerator.generic.stratification.Stratification
Resets the scheme.
reset() - Method in class adams.data.spreadsheet.columnfinder.AbstractTrainableColumnFinder
Resets the object, including the trained state.
reset() - Method in class adams.data.spreadsheet.rowfinder.AbstractTrainableRowFinder
Resets the object, including the trained state.
reset() - Method in class adams.data.spreadsheet.rowfinder.ByDateValue
Resets the scheme.
reset() - Method in class adams.data.spreadsheet.rowstatistic.AbstractRowStatistic
Resets the scheme.
reset() - Method in class adams.data.timeseries.AbstractTimeseriesFeatureGenerator
Resets the scheme, i.e., the header information.
reset() - Method in class adams.data.weka.columnfinder.AbstractTrainableColumnFinder
Resets the object, including the trained state.
reset() - Method in class adams.data.weka.evaluator.AbstractDatasetInstanceEvaluator
Resets the scheme.
reset() - Method in class adams.data.weka.evaluator.AbstractInstanceEvaluator
Resets the scheme.
reset() - Method in class adams.data.weka.rowfinder.AbstractTrainableRowFinder
Resets the object, including the trained state.
reset() - Method in class adams.data.weka.rowfinder.FilteredIQR
Resets the object.
reset() - Method in class adams.db.upgrade.AbstractTableUpgrade
Resets the reader (but does not clear the input data!).
reset() - Method in class adams.flow.condition.bool.AbstractAttributeCapabilities
Resets the scheme.
reset() - Method in class adams.flow.condition.bool.AbstractBooleanDatabaseCondition
Resets the scheme.
reset() - Method in class adams.flow.condition.bool.AbstractScriptedCondition
Resets the condition.
reset() - Method in class adams.flow.condition.bool.Counting
Resets the scheme.
reset() - Method in class adams.flow.condition.bool.HasInterface
Resets the object.
reset() - Method in class adams.flow.condition.bool.InList
Resets the scheme.
reset() - Method in class adams.flow.condition.bool.IsSubClass
Resets the object.
reset() - Method in class adams.flow.control.AbstractContainerUpdater
Resets the scheme.
reset() - Method in class adams.flow.control.AbstractControlActor
Resets the actor.
reset() - Method in class adams.flow.control.AbstractDataContainerFileChecker
Resets the scheme.
reset() - Method in class adams.flow.control.ArrayGenerate
Resets the scheme.
reset() - Method in class adams.flow.control.ArrayProcess
Resets the scheme.
reset() - Method in class adams.flow.control.CallableActorScreenshot
Resets the scheme.
reset() - Method in class adams.flow.control.Cast
Resets the actor.
reset() - Method in class adams.flow.control.CollectionProcess
Resets the scheme.
reset() - Method in class adams.flow.control.ContainerValuePicker
 
reset() - Method in class adams.flow.control.Count
Resets the scheme.
reset() - Method in class adams.flow.control.DesktopScreenshot
Resets the scheme.
reset() - Method in class adams.flow.control.errorpostprocessor.OutOfMemory
Resets the scheme.
reset() - Method in class adams.flow.control.FileProcessor
Resets the actor.
reset() - Method in class adams.flow.control.Flow
Resets the scheme.
reset() - Method in class adams.flow.control.flowrestart.notification.TimestampFile
Resets the scheme.
reset() - Method in class adams.flow.control.Injector
Resets the scheme.
reset() - Method in class adams.flow.control.InputOutputListener
Resets the scheme.
reset() - Method in class adams.flow.control.LocalScopeTransformer
Resets the actor.
reset() - Method in class adams.flow.control.LocalScopeTrigger
Resets the actor.
reset() - Method in class adams.flow.control.Once
Resets the scheme.
reset() - Method in class adams.flow.control.plotprocessor.AbstractPlotProcessor
Resets the scheme.
reset() - Method in class adams.flow.control.plotprocessor.AbstractPlotProcessorWithBuffer
Resets the scheme.
reset() - Method in class adams.flow.control.PlotProcessor
Resets the scheme.
reset() - Method in class adams.flow.control.plotprocessor.SavitzkyGolay
Resets the scheme.
reset() - Method in class adams.flow.control.Switch
Resets the actor.
reset() - Method in class adams.flow.control.TimedSubProcess
Resets the scheme.
reset() - Method in class adams.flow.control.TimedTee
Resets the scheme.
reset() - Method in class adams.flow.control.TimedTrigger
Resets the scheme.
reset() - Method in class adams.flow.control.TriggerEvent
Resets the actor.
reset() - Method in class adams.flow.control.TriggerOnce
Resets the scheme.
reset() - Method in class adams.flow.control.TryCatch
Resets the scheme.
reset() - Method in class adams.flow.control.UpdateCallableDisplay
Resets the scheme.
reset() - Method in class adams.flow.control.UpdateProperties
Resets the scheme.
reset() - Method in class adams.flow.core.AbstractActor
Resets the scheme.
reset() - Method in class adams.flow.core.AbstractCallableActor
Resets the scheme.
reset() - Method in class adams.flow.core.AbstractDisplay
Resets the object.
reset() - Method in class adams.flow.core.AbstractGroovyActor
Resets the scheme.
reset() - Method in class adams.flow.core.AbstractModelLoader
Resets the scheme.
reset() - Method in class adams.flow.core.AbstractPyroCall
 
reset() - Method in class adams.flow.core.AbstractScriptingHandlerActor
Resets the scheme.
reset() - Method in class adams.flow.core.AbstractTemplate
Resets the scheme.
reset() - Method in class adams.flow.execution.debug.AbstractBreakpoint
Resets the scheme.
reset() - Method in class adams.flow.processor.AbstractActorProcessor
Resets the scheme.
reset() - Method in class adams.flow.processor.ListObjectCommandlines
Resets the scheme.
reset() - Method in class adams.flow.sink.CallableSink
Resets the scheme.
reset() - Method in class adams.flow.sink.ControlChartPlot
Resets the actor.
reset() - Method in class adams.flow.sink.DisplayPanelManager
Resets the object.
reset() - Method in class adams.flow.sink.HistoryDisplay
Resets the object.
reset() - Method in class adams.flow.sink.LogDumper
Resets the scheme.
reset() - Method in class adams.flow.sink.PlotContainerSink
Initializes the members.
reset() - Method in class adams.flow.sink.ProgressBar.ProgressBarPanel
Resets the progress bar.
reset() - Method in class adams.flow.sink.Screenshot
Resets the scheme.
reset() - Method in class adams.flow.sink.sequenceplotter.ErrorBandPaintlet
Resets the scheme.
reset() - Method in class adams.flow.sink.sequenceplotter.NamedPlotUpdater
Resets the actor.
reset() - Method in class adams.flow.sink.SequencePlotter
Resets the actor.
reset() - Method in class adams.flow.sink.sequenceplotter.SimplePlotUpdater
Resets the object.
reset() - Method in class adams.flow.sink.simplelogging.format.TimestampedFormat
Resets the scheme.
reset() - Method in class adams.flow.sink.SimplePlot
Resets the actor.
reset() - Method in class adams.flow.sink.SpreadSheetDbWriter
Resets the scheme.
reset() - Method in class adams.flow.sink.SpreadSheetFileWriter
 
reset() - Method in class adams.flow.sink.TemplateSink
Resets the scheme.
reset() - Method in class adams.flow.sink.timeseriesdisplay.SimplePlotUpdater
Resets the object.
reset() - Method in class adams.flow.sink.WebSocketClient
Resets the scheme.
reset() - Method in class adams.flow.sink.WekaDatabaseWriter
Resets the actor.
reset() - Method in class adams.flow.source.AbstractArrayProvider
Resets the scheme.
reset() - Method in class adams.flow.source.AbstractBufferingSource
Resets the scheme.
reset() - Method in class adams.flow.source.AbstractInteractiveArrayProvider
Resets the scheme.
reset() - Method in class adams.flow.source.AbstractInteractiveSource
Resets the scheme.
reset() - Method in class adams.flow.source.AbstractPythonExecution
Resets the scheme.
reset() - Method in class adams.flow.source.AbstractSimpleSource
Resets the scheme.
reset() - Method in class adams.flow.source.AbstractSimpleSourceWithPropertiesUpdating
Resets the scheme.
reset() - Method in class adams.flow.source.AbstractSpreadSheetDbReader
Resets the scheme.
reset() - Method in class adams.flow.source.Command
Resets the scheme.
reset() - Method in class adams.flow.source.DirectoryLister
Resets the actor.
reset() - Method in class adams.flow.source.EnterManyValues
Resets the scheme.
reset() - Method in class adams.flow.source.EnterValue
Resets the scheme.
reset() - Method in class adams.flow.source.Exec
Resets the scheme.
reset() - Method in class adams.flow.source.GetEnvironmentVariable
Resets the scheme.
reset() - Method in class adams.flow.source.GetSystemProperty
Resets the scheme.
reset() - Method in class adams.flow.source.MakeContainer
Resets the members.
reset() - Method in class adams.flow.source.PasteFromClipboard
Resets the scheme.
reset() - Method in class adams.flow.source.RandomNumberGenerator
Resets the scheme.
reset() - Method in class adams.flow.source.SelectCharset
Resets the actor.
reset() - Method in class adams.flow.source.SelectDateTime
Resets the scheme.
reset() - Method in class adams.flow.source.SelectDirectory
Resets the actor.
reset() - Method in class adams.flow.source.SelectFile
Resets the scheme.
reset() - Method in class adams.flow.source.StorageValue
Resets the scheme.
reset() - Method in class adams.flow.source.StorageValuesArray
Resets the scheme.
reset() - Method in class adams.flow.source.SwitchedSource
Resets the actor.
reset() - Method in class adams.flow.source.TimeseriesDbReader
Resets the scheme.
reset() - Method in class adams.flow.source.Variable
Resets the scheme.
reset() - Method in class adams.flow.source.VariablesArray
Resets the scheme.
reset() - Method in class adams.flow.source.WekaDatabaseReader
Resets the scheme.
reset() - Method in class adams.flow.source.WekaForecasting
Resets the scheme.
reset() - Method in class adams.flow.source.WekaSelectDataset
Resets the scheme.
reset() - Method in class adams.flow.standalone.ConsoleWindow
Initializes the actor.
reset() - Method in class adams.flow.standalone.DirWatch
Resets the scheme.
reset() - Method in class adams.flow.standalone.FTPConnection
Resets the actor.
reset() - Method in class adams.flow.standalone.PyroNameServer
Resets the scheme.
reset() - Method in class adams.flow.standalone.PythonEnvironment
Resets the scheme.
reset() - Method in class adams.flow.standalone.QueueInit
Resets the scheme.
reset() - Method in class adams.flow.standalone.SSHConnection
Resets the actor.
reset() - Method in class adams.flow.standalone.WebSocketServer
Resets the scheme.
reset() - Method in class adams.flow.transformer.AbstractArrayProvider
Resets the scheme.
reset() - Method in class adams.flow.transformer.AbstractDataContainerFileImport
Resets the scheme.
reset() - Method in class adams.flow.transformer.AbstractDataContainerFileReader
Resets the scheme.
reset() - Method in class adams.flow.transformer.AbstractFilter
Resets the scheme.
reset() - Method in class adams.flow.transformer.AbstractInteractiveTransformer
Resets the scheme.
reset() - Method in class adams.flow.transformer.AbstractInteractiveTransformerDialog
Resets the object.
reset() - Method in class adams.flow.transformer.AbstractProcessWekaInstanceWithModel
Resets the scheme.
reset() - Method in class adams.flow.transformer.AbstractReportDbUpdater
Resets the scheme.
reset() - Method in class adams.flow.transformer.AbstractReportFileImport
Resets the scheme.
reset() - Method in class adams.flow.transformer.AbstractReportFileReader
Resets the scheme.
reset() - Method in class adams.flow.transformer.AbstractTransformerWithPropertiesUpdating
Resets the scheme.
reset() - Method in class adams.flow.transformer.AbstractWekaClassifierEvaluator
Resets the scheme.
reset() - Method in class adams.flow.transformer.ArrayCombinations
Resets the scheme.
reset() - Method in class adams.flow.transformer.ArrayToSequence
Resets the scheme.
reset() - Method in class adams.flow.transformer.BinaryFileReader
Resets the actor.
reset() - Method in class adams.flow.transformer.BoofCVFeatureGenerator
Resets the scheme.
reset() - Method in class adams.flow.transformer.BufferedImageFeatureGenerator
Resets the scheme.
reset() - Method in class adams.flow.transformer.CallableTransformer
Resets the scheme.
reset() - Method in class adams.flow.transformer.CollectionToSequence
Resets the scheme.
reset() - Method in class adams.flow.transformer.ColorProvider
Resets the scheme.
reset() - Method in class adams.flow.transformer.DatasetFilter
Resets the scheme.
reset() - Method in class adams.flow.transformer.DatasetRowFilter
Resets the scheme.
reset() - Method in class adams.flow.transformer.DateTimeTypeDifference
Resets the scheme.
reset() - Method in class adams.flow.transformer.DeleteJsonValue
Resets the scheme.
reset() - Method in class adams.flow.transformer.draw.ObjectAnnotationsFromReport
Resets the scheme.
reset() - Method in class adams.flow.transformer.GetJsonValue
Resets the scheme.
reset() - Method in class adams.flow.transformer.ImageObjectAnnotator
Resets the scheme.
reset() - Method in class adams.flow.transformer.imagepreparation.AbstractImagePreparation
Resets the scheme.
reset() - Method in class adams.flow.transformer.ImageSegmentationAnnotator
Resets the scheme.
reset() - Method in class adams.flow.transformer.locateobjects.AbstractObjectLocator
Resets the scheme.
reset() - Method in class adams.flow.transformer.MakeForecastPlotContainer
Resets the actor.
reset() - Method in class adams.flow.transformer.MapVariableIterator
Resets the scheme.
reset() - Method in class adams.flow.transformer.negativeregions.AbstractMetaNegativeRegionsGenerator
Resets the scheme.
reset() - Method in class adams.flow.transformer.negativeregions.RandomRegions
Resets the scheme.
reset() - Method in class adams.flow.transformer.NegativeRegions
Resets the scheme.
reset() - Method in class adams.flow.transformer.OpenCVFeatureGenerator
Resets the scheme.
reset() - Method in class adams.flow.transformer.pdfgenerate.AbstractScriptedPDFGenerator
Resets the conversion.
reset() - Method in class adams.flow.transformer.pdfproclet.ConfusionMatrix
Resets the scheme.
reset() - Method in class adams.flow.transformer.pdfproclet.PDFGenerator
Resets the variables and counters.
reset() - Method in class adams.flow.transformer.pixelselector.AbstractPixelSelectorAction
Resets the scheme.
reset() - Method in class adams.flow.transformer.preparefilebaseddataset.CrossValidation
Resets the scheme.
reset() - Method in class adams.flow.transformer.ProcessActor
Resets the object.
reset() - Method in class adams.flow.transformer.SequenceToArray
Resets the scheme.
reset() - Method in class adams.flow.transformer.SequenceToCollection
Resets the scheme.
reset() - Method in class adams.flow.transformer.SetJsonValue
Resets the scheme.
reset() - Method in class adams.flow.transformer.SetMapValue
Resets the scheme.
reset() - Method in class adams.flow.transformer.SetProperty
Resets the scheme.
reset() - Method in class adams.flow.transformer.splitfile.AbstractFileSplitter
Resets the scheme.
reset() - Method in class adams.flow.transformer.SpreadSheetConvertCells
Resets the scheme.
reset() - Method in class adams.flow.transformer.SpreadSheetGetColumnIndex
Resets the actor.
reset() - Method in class adams.flow.transformer.SpreadSheetRowBuffer
Resets the scheme.
reset() - Method in class adams.flow.transformer.SpreadSheetStorageRowIterator
Resets the actor.
reset() - Method in class adams.flow.transformer.SpreadSheetSubsetByValue
Resets the actor.
reset() - Method in class adams.flow.transformer.SpreadSheetTransformCells
Resets the scheme.
reset() - Method in class adams.flow.transformer.SpreadSheetTransformHeaderCells
Resets the scheme.
reset() - Method in class adams.flow.transformer.SpreadSheetVariableRowIterator
Resets the actor.
reset() - Method in class adams.flow.transformer.TemplateTransformer
Resets the scheme.
reset() - Method in class adams.flow.transformer.TextFileReader
Resets the actor.
reset() - Method in class adams.flow.transformer.TimeseriesDbReader
Resets the scheme.
reset() - Method in class adams.flow.transformer.TimeseriesFeatureGenerator
Resets the scheme.
reset() - Method in class adams.flow.transformer.Timestamp
Resets the scheme.
reset() - Method in class adams.flow.transformer.UniqueID
Resets the actor.
reset() - Method in class adams.flow.transformer.UpdateProperty
Resets the scheme.
reset() - Method in class adams.flow.transformer.ViaAnnotationsToReports
Resets the scheme.
reset() - Method in class adams.flow.transformer.WekaAccumulatedError
Resets the scheme.
reset() - Method in class adams.flow.transformer.WekaAggregateEvaluations
Resets the scheme.
reset() - Method in class adams.flow.transformer.WekaCrossValidationSplit
Resets the scheme.
reset() - Method in class adams.flow.transformer.WekaFileReader
Resets the scheme.
reset() - Method in class adams.flow.transformer.WekaFilter
Resets the scheme.
reset() - Method in class adams.flow.transformer.WekaGeneticAlgorithm
Resets the scheme.
reset() - Method in class adams.flow.transformer.WekaInstanceBuffer
Resets the scheme.
reset() - Method in class adams.flow.transformer.WekaInstanceDumper
Resets the scheme.
reset() - Method in class adams.flow.transformer.WekaInstanceEvaluator
Resets the actor.
reset() - Method in class adams.flow.transformer.WekaInstanceStreamPlotGenerator
Resets the actor.
reset() - Method in class adams.flow.transformer.WekaMultiLabelSplitter
Resets the scheme.
reset() - Method in class adams.flow.transformer.WekaNearestNeighborSearch
Resets the scheme.
reset() - Method in class adams.flow.transformer.WekaRandomSplit
Resets the scheme.
reset() - Method in class adams.flow.transformer.WekaReorderAttributesToReference
Resets the actor.
reset() - Method in class adams.flow.transformer.WekaSplitGenerator
Resets the scheme.
reset() - Method in class adams.flow.transformer.WekaStreamEvaluator
Initializes the members.
reset() - Method in class adams.flow.transformer.WekaStreamFilter
Resets the scheme.
reset() - Method in class adams.flow.transformer.WekaTrainClassifier
Resets the scheme.
reset() - Method in class adams.flow.transformer.WekaTrainClusterer
Resets the scheme.
reset() - Method in class adams.flow.transformer.XPath
Resets the actor.
reset() - Method in class adams.gui.application.AbstractPreferencesPanel
Resets the settings to their default.
reset() - Method in class adams.gui.application.CharsetSettingsPanel
Resets the settings to their default.
reset() - Method in class adams.gui.application.EmailSetupPanel
Resets the settings to their default.
reset() - Method in class adams.gui.application.FlowPreferencesPanel
Resets the settings to their default.
reset() - Method in class adams.gui.application.FontsPreferencesPanel
Resets the settings to their default.
reset() - Method in class adams.gui.application.JVisualVMPanel
Resets the settings to their default.
reset() - Method in class adams.gui.application.LocaleSettingsPanel
Resets the settings to their default.
reset() - Method in class adams.gui.application.PreferencesManagerPanel
Resets all the settings.
reset() - Method in interface adams.gui.application.PreferencesPanel
Resets the settings to their default.
reset() - Method in class adams.gui.application.ProxySettingsPanel
Resets the settings to their default.
reset() - Method in class adams.gui.application.SMBSetupPanel
Resets the settings to their default.
reset() - Method in class adams.gui.application.SSLSetupPanel
Resets the settings to their default.
reset() - Method in class adams.gui.application.TerminalSettingsPanel
Resets the settings to their default.
reset() - Method in class adams.gui.application.TimeZoneSettingsPanel
Resets the settings to their default.
reset() - Method in class adams.gui.application.WekaInvestigatorPreferencesPanel
Resets the settings to their default.
reset() - Method in class adams.gui.chooser.FtpDirectoryChooserPanel
Resets members.
reset() - Method in class adams.gui.chooser.SftpDirectoryChooserPanel
Resets some members.
reset() - Method in class adams.gui.chooser.SmbDirectoryChooserPanel
Resets some members.
reset() - Method in class adams.gui.core.AbstractFrameWithOptionHandling
For resetting the frame.
reset() - Method in class adams.gui.core.DelayedActionRunnable
Resets the count down.
reset() - Method in class adams.gui.core.LazyExpansionTreeNode
Resets the node.
reset() - Method in class adams.gui.core.spreadsheettable.ConfusionMatrixCellRenderingCustomizer
Resets the scheme.
reset() - Method in class adams.gui.flow.FlowControlCenterPanel
Resets the GUI to default values.
reset() - Method in class adams.gui.flow.FlowRunnerPanel
Resets the GUI to default values.
reset() - Method in class adams.gui.tools.ExpressionWatchPanel.ExpressionDialog
Sets the default expression/type.
reset() - Method in class adams.gui.tools.spreadsheetviewer.SortPanel
Removes all sort definition panels.
reset() - Method in class adams.gui.visualization.container.DataContainerPanel
Resets components, etc.
reset() - Method in class adams.gui.visualization.core.axis.AbstractTickGenerator
Resets the generator.
reset() - Method in class adams.gui.visualization.core.RegExpColorProvider
Resets the scheme.
reset() - Method in class adams.gui.visualization.image.AbstractReportBasedOverlayHelper
Resets the scheme.
reset() - Method in class adams.gui.visualization.image.leftclick.AbstractSelectionRectangleBasedLeftClickProcessor
Resets the scheme.
reset() - Method in class adams.gui.visualization.image.leftclick.RandomBoundingBox
Resets the scheme.
reset() - Method in class adams.gui.visualization.image.ObjectAnnotations
Resets the scheme.
reset() - Method in class adams.gui.visualization.image.ObjectLocationsOverlayFromReport
Resets the scheme.
reset() - Method in class adams.gui.visualization.image.ReportObjectOverlay
Resets the scheme.
reset() - Method in class adams.gui.visualization.image.selection.AbstractSelectionRectangleBasedSelectionProcessor
Resets the scheme.
reset() - Method in class adams.gui.visualization.instance.InstanceComparePanel.DatasetIndexer
Invalidates the indexer.
reset() - Method in class adams.gui.visualization.instance.SimpleInstancePanelUpdater
Resets the object.
reset() - Method in class adams.gui.visualization.instances.instancestable.InstancesSortPanel
Removes all sort definition panels.
reset() - Method in class adams.gui.visualization.object.annotator.AbstractPointAnnotator
Resets the scheme.
reset() - Method in class adams.gui.visualization.object.annotator.AbstractRectangleBasedAnnotator
Resets the scheme.
reset() - Method in class adams.gui.visualization.object.overlay.ObjectAnnotations
Resets the scheme.
reset() - Method in class adams.gui.visualization.sequence.metadatacolor.ColorPerLabel
Resets the mapping.
reset() - Method in class adams.gui.visualization.sequence.metadatacolor.ColorPerRegExpGroup
Resets the mapping.
reset() - Method in class adams.gui.visualization.sequence.pointpreprocessor.Jitter
Resets the scheme.
reset() - Method in class adams.gui.visualization.spreadsheet.SimpleSpreadSheetRowPanelUpdater
Resets the object.
reset() - Method in class adams.gui.visualization.stats.boxplot.BoxPlotManager
Called when the fields set from the class that created this boxplotmanager object
reset() - Method in class adams.gui.visualization.stats.fourinone.FourInOne
Called by the class that creates this four-in-one class once the fields have been set
reset() - Method in class adams.gui.visualization.stats.paintlet.AbstractScatterPlotPaintlet
Resets the scheme.
reset() - Method in class adams.gui.visualization.stats.probabilityplot.ProbabilityPlotPanel
Called by the probability plot once the fields have been set
reset() - Method in class adams.gui.visualization.stats.scatterplot.Matrix
Called by the class that creates this matrix panel once all he fields have been set
reset() - Method in class adams.gui.visualization.stats.scatterplot.ScatterPlot
Called by the class that creates this scatterplot called after fields have been set
reset() - Method in class adams.gui.visualization.stats.scatterplot.ScatterPlotPanel
Set up the scatter plot panel called by the calling class when all the fields have been set
reset() - Method in class adams.gui.visualization.stats.zscore.ZScore
called by the class that creates this z score plot called after the fields have all been set
reset() - Method in class adams.gui.visualization.stats.zscore.ZScorePanel
Sets up the graph, called when all the fields have been set
reset() - Method in class adams.ml.capabilities.Capabilities
Resets the capabilities.
reset() - Method in class adams.ml.evaluation.AbstractSplitGenerator
Resets the generator.
reset() - Method in class adams.ml.evaluation.DefaultCrossValidationFoldGenerator
Resets the generator.
reset() - Method in class adams.ml.preprocessing.AbstractColumnSubsetFilter
Resets the scheme.
reset() - Method in class adams.ml.preprocessing.AbstractFilter
Resets the scheme.
reset() - Method in class adams.ml.preprocessing.supervised.PLS
Resets the scheme.
reset() - Method in class adams.ml.preprocessing.unsupervised.PCA
Resets the scheme.
reset() - Method in class adams.opt.genetic.AbstractGeneticAlgorithm
Resets the genetic algorihtm.
reset() - Method in class adams.opt.genetic.setupupload.MySQL
Resets the scheme.
reset() - Method in class adams.opt.genetic.stopping.MaxIterationsWithoutImprovement
Resets the scheme.
reset() - Method in class adams.opt.genetic.stopping.MaxTrainTimeWithoutImprovement
Resets the scheme.
reset() - Method in class adams.opt.optimise.AbstractOptimiser
Resets the optimizer.
reset() - Method in class adams.opt.optimise.genetic.AbstractGeneticAlgorithm
Resets the genetic algorihtm.
reset() - Method in class adams.opt.optimise.GeneticAlgorithm
Resets the genetic algorihtm.
reset() - Method in class adams.opt.optimise.RefineRange
 
reset() - Method in class adams.scripting.connection.AbstractSSHConnection
Resets the scheme.
reset() - Method in class adams.scripting.engine.DefaultMainScriptingEngine
Resets the scheme.
reset() - Method in class adams.scripting.requesthandler.CallableActorsHandler
Resets the scheme.
reset() - Method in class adams.scripting.responsehandler.CallableActorsHandler
Resets the scheme.
reset() - Method in class adams.tools.AbstractScriptedTool
Resets the conversion.
reset() - Method in class weka.classifiers.AbstractSplitGenerator
Resets the generator.
reset() - Method in class weka.classifiers.BinnedNumericClassCrossValidationFoldGenerator
Resets the generator.
reset() - Method in class weka.classifiers.DefaultCrossValidationFoldGenerator
Resets the generator.
reset() - Method in class weka.classifiers.GroupedBinnedNumericClassCrossValidationFoldGenerator
Resets the generator.
reset() - Method in class weka.classifiers.GroupedCrossValidationFoldGenerator
Resets the generator.
reset() - Method in class weka.classifiers.GroupedCrossValidationFoldGeneratorUsingNumericClassValues
Resets the generator.
reset() - Method in class weka.classifiers.lazy.LWLDatasetBuilder
Resets the scheme.
reset() - Method in class weka.classifiers.LeaveOneOutByValueGenerator
Resets the generator.
reset() - Method in class weka.classifiers.MultiLevelSplitGenerator
Resets the scheme.
reset() - Method in class weka.classifiers.timeseries.BaselineAdjustedForecaster
Reset this forecaster so that it is ready to construct a new model.
reset() - Method in class weka.core.converters.SimpleArffLoader
Resets the loader.
reset() - Method in class weka.core.converters.SpreadSheetLoader
Resets the loader ready to read a new data set
reset() - Method in class weka.core.tokenizers.cleaners.AbstractTokenCleaner
Resets the cleaner.
reset() - Method in class weka.core.tokenizers.cleaners.RemoveNonWordCharTokens
Resets the cleaner.
reset() - Method in class weka.filters.FlowFilter
Resets the filter.
reset() - Method in class weka.filters.SerializedFilter
Resets the filter.
reset() - Method in class weka.filters.supervised.attribute.SIMPLSMatrixFilterFromGeneticString
Resets the cleaner.
reset() - Method in class weka.filters.unsupervised.attribute.AnyToString
resets the filter, i.e., m_NewBatch to true and m_FirstBatchDone to false.
reset() - Method in class weka.filters.unsupervised.attribute.Detrend
Resets the filter.
reset() - Method in class weka.filters.unsupervised.attribute.EquiDistance
Resets the filter.
reset() - Method in class weka.filters.unsupervised.attribute.MetaPartitionedMultiFilter
resets the filter.
reset() - Method in class weka.filters.unsupervised.attribute.MultiplicativeScatterCorrection
Resets the filter.
reset() - Method in class weka.filters.unsupervised.attribute.NominalToNumeric
Resets the cleaner.
reset() - Method in class weka.filters.unsupervised.attribute.SavitzkyGolay
Resets the filter.
reset() - Method in class weka.filters.unsupervised.attribute.SavitzkyGolay2
Resets the filter.
reset() - Method in class weka.filters.unsupervised.attribute.SimpleDetrend
Resets the filter.
reset() - Method in class weka.filters.unsupervised.attribute.SpellChecker
resets the filter.
reset() - Method in class weka.filters.unsupervised.attribute.StringToDate
resets the filter, i.e., m_NewBatch to true and m_FirstBatchDone to false.
reset() - Method in class weka.filters.unsupervised.instance.multirowprocessor.AbstractMultiRowProcessorPlugin
Resets the scheme.
reset() - Method in class weka.filters.unsupervised.instance.RemoveWithZeroes
Resets the filter.
reset(Actor) - Method in class adams.gui.flow.FlowPanel
Resets the GUI to default values.
RESET - adams.gui.event.InstancesSortSetupEvent.EventType
the setup was reset.
RESET - adams.gui.event.PlotPanelPanningEvent.PanningEventType
resets panning.
RESET - adams.gui.event.SortSetupEvent.EventType
the setup was reset.
resetChoosableFileFilters() - Method in interface adams.gui.chooser.FileChooser
Resets the choosable file filter list to its starting state.
resetChosenOption() - Method in class adams.gui.goe.AbstractPropertyEditorSupport
Resets the chosen option to CANCEL.
resetCoefficients() - Method in class adams.data.filter.AbstractSavitzkyGolay
Resets the coefficients.
resetCoefficients() - Method in class adams.flow.control.plotprocessor.SavitzkyGolay
Resets the coefficients.
resetCoefficients() - Method in class adams.ml.preprocessing.unsupervised.SavitzkyGolay
Resets the coefficients.
resetColorProvider() - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeVisualizationPanel
Resets the color provider to the default one.
resetColors() - Method in class adams.gui.visualization.core.AbstractColorProvider
Resets the colors.
resetColors() - Method in interface adams.gui.visualization.core.ColorProvider
Resets the colors.
resetColors() - Method in class adams.gui.visualization.core.GradientColorProvider
Resets the colors.
resetColors() - Method in class adams.gui.visualization.core.RegExpColorProvider
Ignored.
resetColors() - Method in class adams.gui.visualization.core.RgbInNameColorProvider
Ignored.
resetColors() - Method in class adams.gui.visualization.core.TranslucentColorProvider
Resets the colors.
resetCurrentFiles() - Method in class adams.flow.transformer.pdfproclet.DocumentState
Resets the counter for the current files.
resetDefinitions() - Method in class adams.gui.tools.spreadsheetviewer.SortPanel
Resets the definitions.
resetDefinitions() - Method in class adams.gui.visualization.instances.instancestable.InstancesSortPanel
Resets the definitions.
resetDetector() - Method in interface adams.data.outlier.TrainableOutlierDetector
Resets the detector, i.e., flags it as "not trained".
resetFailedConnectAttempt() - Method in class adams.db.AbstractDatabaseConnection
Resets the failed attempts for the current connection.
resetFailedConnectAttempt(String, String, BasePassword) - Method in class adams.db.AbstractDatabaseConnection
Resets the failed attempt for the given connection.
resetFilter() - Method in class adams.data.filter.OutlierDetector
Resets the filter, i.e., flags it as "not trained".
resetFilter() - Method in interface adams.data.filter.TrainableBatchFilter
Resets the filter, i.e., flags it as "not trained".
resetFilter() - Method in class adams.data.spreadsheet.filter.AbstractTrainableSpreadSheetFilter
Invalidates the training.
resetFilter() - Method in interface adams.data.spreadsheet.filter.TrainableSpreadSheetFilter
Invalidates the training.
resetIndex() - Method in class adams.flow.transformer.locateobjects.LocatedObjects
Resets the index value of all the objects (starts at 1) in the meta-data using the current order in the list.
resetIndex(int) - Method in class adams.flow.transformer.locateobjects.LocatedObjects
Resets the index value of all the objects (starts at 1) in the meta-data using the current order in the list.
resetIndexIfNecessary() - Method in class adams.flow.transformer.locateobjects.LocatedObjects
Resets the index value of all the objects (starts at 1) in the meta-data using the current order in the list, but only if necessary (eg missing or duplicate indices).
resetIndexIfNecessary(int) - Method in class adams.flow.transformer.locateobjects.LocatedObjects
Resets the index value of all the objects (starts at 1) in the meta-data using the current order in the list, but only if necessary (eg missing or duplicate indices).
resetIndicesIfNecessaryTipText() - Method in class adams.data.objectfinder.AbstractObjectFinder
Returns the tip text for this property.
resetIndicesIfNecessaryTipText() - Method in interface adams.data.objectfinder.ObjectFinder
Returns the tip text for this property.
resetInternalState(SpreadSheet[]) - Method in class adams.flow.transformer.spreadsheetmethodmerge.AbstractMerge
Resets the internal state of the merge method when new spreadsheets are supplied.
resetInternalState(Instances[]) - Method in class adams.flow.transformer.wekadatasetsmerge.AbstractMerge
Resets the internal state of the merge method when new datasets are supplied.
resetLabels() - Method in class adams.flow.transformer.ImageAnnotator.AnnotatorPanel
Resets all the labels.
resetLastFiles() - Method in class adams.gui.visualization.debug.SideBySideDiffPanel
Resets the files last used.
resetMargins() - Method in class adams.gui.visualization.core.AxisPanel
Resets any manually set margins for the axis.
resetMinMax(double, double) - Method in class adams.opt.optimise.genetic.PackDataDef.DataInfo
 
resetOptions() - Method in class weka.core.converters.SimpleArffSaver
 
resetOptions() - Method in class weka.core.converters.SpreadSheetSaver
 
resetPreprocessor() - Method in class adams.gui.visualization.sequence.pointpreprocessor.AbstractPointPreprocessor
Resets the processor for another sequence.
resetPreprocessor() - Method in class adams.gui.visualization.sequence.pointpreprocessor.Jitter
Resets the processor for another sequence.
resetPreprocessor() - Method in interface adams.gui.visualization.sequence.pointpreprocessor.PointPreprocessor
Resets the processor for another sequence.
resetRange() - Method in class adams.gui.visualization.core.AxisPanel
Resets any manually set range for the axis.
resetResult() - Method in class adams.core.option.AbstractOptionTraverserWithResult
Resets the result before traversing.
resetResult() - Method in class adams.core.option.FileLister
Resets the result before traversing.
resetResult() - Method in interface adams.core.option.OptionTraverserWithResult
Resets the result before traversing.
resetResult() - Method in class adams.core.option.VariableLister
Resets the result before traversing.
resetResult() - Method in class adams.core.option.VariablesInstanceLister
Resets the result before traversing.
resetResult() - Method in class adams.core.VariablesFinder
Resets the result before traversing.
resetResult() - Method in class adams.flow.core.ErrorHandlerInstanceLister
Resets the result before traversing.
resetResultsTipText() - Method in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment
Returns the tip text for this property.
resetState() - Method in class adams.flow.transformer.pdfproclet.PDFGenerator
Resets the counters.
ResettableExperiment - Interface in adams.gui.tools.wekamultiexperimenter.experiment
Interface for experiments that can clear any prior results.
resetTimer() - Method in class adams.flow.standalone.Stopwatch.StopwatchPanel
Resets the timer.
resetVariables() - Method in class adams.flow.transformer.pdfproclet.PDFGenerator
Resets the variables.
ResidualsVsFitted - Class in adams.gui.tools.wekainvestigator.tab.classifytab.output
Plots the residuals vs the fitted values (= predictions).
ResidualsVsFitted() - Constructor for class adams.gui.tools.wekainvestigator.tab.classifytab.output.ResidualsVsFitted
 
ResidualsVsPredictor - Class in adams.gui.tools.wekainvestigator.tab.classifytab.output
Plots the residuals vs the predictor.
ResidualsVsPredictor() - Constructor for class adams.gui.tools.wekainvestigator.tab.classifytab.output.ResidualsVsPredictor
 
resize(int) - Method in class adams.core.LRUCache
Resizes the caches (disables, empties and re-enables the cache).
Resize - Class in adams.data.image.transformer
Resizes the image to predefined width and height.
For more information on the scaling types, see:
https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/java/awt/Image.html

Resize - Class in adams.data.jai.transformer
Resizes the image to predefined width and height.
Resize - Class in adams.data.opencv.transformer
Resizes the image, either using absolute width/height or factors for x/y.
Resize - Class in adams.gui.visualization.sequence.plotpopup
Allows the user to resize the plot.
Resize() - Constructor for class adams.data.image.transformer.Resize
 
Resize() - Constructor for class adams.data.jai.transformer.Resize
 
Resize() - Constructor for class adams.data.opencv.transformer.Resize
 
Resize() - Constructor for class adams.gui.visualization.sequence.plotpopup.Resize
 
Resize.InterpolationType - Enum in adams.data.jai.transformer
Type of interpolaction.
Resize.ResizeType - Enum in adams.data.opencv.transformer
How to resize.
Resize.ScalingType - Enum in adams.data.image.transformer
Type of scaling to perform.
resizePlot(Dimension) - Method in class adams.gui.visualization.sequence.XYSequencePanel
Resizes the plot (actually the parent dialog/frame) to the new dimensions.
resolution(Matrix, int, SGTUtils.KeyEigenvalues) - Static method in class edu.umbc.cs.maple.utils.SGTUtils
Computes the specified resolution of matrix A.
resolutionAngleTipText() - Method in class adams.flow.transformer.BoofCVDetectLines
Returns the tip text for this property.
resolutionGraphFunction(Matrix, Matrix, int) - Static method in class edu.umbc.cs.maple.utils.SGTUtils
Computes the specified resolution of a function on a graph.
resolutionRangeTipText() - Method in class adams.flow.transformer.BoofCVDetectLines
Returns the tip text for this property.
resourceTipText() - Method in class adams.flow.source.inputstreamsource.FromResource
Returns the tip text for this property.
resourceTipText() - Method in class adams.flow.source.readersource.FromResource
Returns the tip text for this property.
RESPONSE - adams.scripting.command.basic.StopEngine.EngineType
 
RESPONSE_ALREADY_PAUSED - Static variable in class adams.scripting.command.flow.SendFlowControlCommand
response: already paused.
RESPONSE_ALREADY_RUNNING - Static variable in class adams.scripting.command.flow.SendFlowControlCommand
response: already running.
RESPONSE_FAILED - Static variable in class adams.scripting.command.flow.SendFlowControlCommand
response: failed.
RESPONSE_NO_SUPPORTED - Static variable in class adams.scripting.command.flow.SendFlowControlCommand
response: command not supported.
RESPONSE_ROOT_NOT_FLOW - Static variable in class adams.scripting.command.flow.SendFlowControlCommand
response: root not a Flow actor.
RESPONSE_SUCCESS - Static variable in class adams.scripting.command.flow.SendFlowControlCommand
response: success.
responseConnectionTipText() - Method in class adams.multiprocess.RemoteCommandJobRunner
Returns the tip text for this property.
responseConnectionTipText() - Method in class adams.scripting.command.AbstractCommandWithResponse
Returns the tip text for this property.
responseConnectionTipText() - Method in interface adams.scripting.command.RemoteCommandWithResponse
Returns the tip text for this property.
responseFailed(RemoteCommand, String) - Method in class adams.gui.tools.remotecontrolcenter.panels.AbstractRemoteFlowTab.FlowListResponseHandler
Handles failed responses.
responseFailed(RemoteCommand, String) - Method in class adams.gui.tools.remotecontrolcenter.panels.AdvancedTab.InspectionResponseHandler
Handles failed responses.
responseFailed(RemoteCommand, String) - Method in class adams.gui.tools.remotecontrolcenter.panels.RemoteLoggingTab.LoggingResponseHandler
Handles failed responses.
responseFailed(RemoteCommand, String) - Method in class adams.gui.tools.remotecontrolcenter.panels.SimpleTabResponseHandler
Displays error.
responseFailed(RemoteCommand, String) - Method in class adams.scripting.responsehandler.CallableActorsHandler
Handles failed responses.
responseFailed(RemoteCommand, String) - Method in class adams.scripting.responsehandler.CommandDumperHandler
Handles failed responses.
responseFailed(RemoteCommand, String) - Method in class adams.scripting.responsehandler.LoggingHandler
Handles failed responses.
responseFailed(RemoteCommand, String) - Method in class adams.scripting.responsehandler.MultiHandler
Handles failed responses.
responseFailed(RemoteCommand, String) - Method in class adams.scripting.responsehandler.NullHandler
Handles failed responses.
responseFailed(RemoteCommand, String) - Method in interface adams.scripting.responsehandler.ResponseHandler
Handles failed responses.
responseFailed(RemoteCommand, String) - Method in class adams.scripting.responsehandler.SimpleLogPanelResponseHandler
Handles failed responses.
ResponseHandler - Interface in adams.scripting.responsehandler
For handling responses.
responseHandlerTipText() - Method in class adams.scripting.engine.AbstractScriptingEngine
Returns the tip text for this property.
responseHandlerTipText() - Method in interface adams.scripting.engine.RemoteScriptingEngine
Returns the tip text for this property.
responseScriptingEngineTipText() - Method in class adams.multiprocess.RemoteCommandJobRunner
Returns the tip text for this property.
responseSuccessful(RemoteCommand) - Method in class adams.gui.tools.remotecontrolcenter.panels.AbstractRemoteFlowTab.FlowListResponseHandler
Handles successful responses.
responseSuccessful(RemoteCommand) - Method in class adams.gui.tools.remotecontrolcenter.panels.AdvancedTab.InspectionResponseHandler
Handles successful responses.
responseSuccessful(RemoteCommand) - Method in class adams.gui.tools.remotecontrolcenter.panels.RemoteLoggingTab.LoggingResponseHandler
Handles successful responses.
responseSuccessful(RemoteCommand) - Method in class adams.gui.tools.remotecontrolcenter.panels.SimpleTabResponseHandler
Does nothing.
responseSuccessful(RemoteCommand) - Method in class adams.scripting.responsehandler.CallableActorsHandler
Handles successfuly responses.
responseSuccessful(RemoteCommand) - Method in class adams.scripting.responsehandler.CommandDumperHandler
Handles successful responses.
responseSuccessful(RemoteCommand) - Method in class adams.scripting.responsehandler.LoggingHandler
Handles successful responses.
responseSuccessful(RemoteCommand) - Method in class adams.scripting.responsehandler.MultiHandler
Handles successful responses.
responseSuccessful(RemoteCommand) - Method in class adams.scripting.responsehandler.NullHandler
Handles successful responses.
responseSuccessful(RemoteCommand) - Method in interface adams.scripting.responsehandler.ResponseHandler
Handles successful responses.
responseSuccessful(RemoteCommand) - Method in class adams.scripting.responsehandler.SimpleLogPanelResponseHandler
Handles successful responses.
restart(Flow) - Method in class adams.flow.control.flowrestart.operation.AbstractRestartOperation
Restarts the flow.
restart(Flow) - Method in class adams.flow.control.flowrestart.operation.ExternalCommand
Restarts the flow.
restart(Flow) - Method in class adams.flow.control.flowrestart.operation.FlowFile
Restarts the flow.
restart(Flow) - Method in class adams.flow.control.flowrestart.operation.MultiOperation
Restarts the flow.
restart(Flow) - Method in class adams.flow.control.flowrestart.operation.Null
Restarts the flow.
restart(Flow) - Method in class adams.flow.control.flowrestart.operation.RestartItself
Restarts the flow.
Restart - Class in adams.scripting.command.basic
Attempts to restart the remote ADAMS instance.
Restart() - Constructor for class adams.scripting.command.basic.Restart
 
RESTART - adams.scripting.command.flow.SendFlowControlCommand.Command
 
RestartableApplication - Interface in adams.core.management
For applications that can be restarted via the Launcher class.
RestartFlow - Class in adams.scripting.command.flow
Restarts a registered flow via its ID.
RestartFlow() - Constructor for class adams.scripting.command.flow.RestartFlow
 
RestartItself - Class in adams.flow.control.flowrestart.operation
Restarts the flow as defined in variable ActorUtils.FLOW_FILENAME_LONG.
RestartItself() - Constructor for class adams.flow.control.flowrestart.operation.RestartItself
 
RestorableActor - Interface in adams.flow.core
Interface for actors that can save their state to disk and restore it again next time they are run.
RestorableActorHelper - Class in adams.flow.core
Helper class for writing/reading restoration information (= actor state).
RestorableActorHelper() - Constructor for class adams.flow.core.RestorableActorHelper
 
RestorableActorTransfer - Class in adams.core.optiontransfer
Transfers options between RestorableActor objects.
RestorableActorTransfer() - Constructor for class adams.core.optiontransfer.RestorableActorTransfer
 
restorationEnabledTipText() - Method in interface adams.flow.core.RestorableActor
Returns the tip text for this property.
restorationEnabledTipText() - Method in class adams.flow.source.EnterManyValues
Returns the tip text for this property.
restorationEnabledTipText() - Method in class adams.flow.source.EnterValue
Returns the tip text for this property.
restorationEnabledTipText() - Method in class adams.flow.source.SelectDirectory
Returns the tip text for this property.
restorationEnabledTipText() - Method in class adams.flow.source.SelectFile
Returns the tip text for this property.
restorationFileTipText() - Method in interface adams.flow.core.RestorableActor
Returns the tip text for this property.
restorationFileTipText() - Method in class adams.flow.source.EnterManyValues
Returns the tip text for this property.
restorationFileTipText() - Method in class adams.flow.source.EnterValue
Returns the tip text for this property.
restorationFileTipText() - Method in class adams.flow.source.SelectDirectory
Returns the tip text for this property.
restorationFileTipText() - Method in class adams.flow.source.SelectFile
Returns the tip text for this property.
restore() - Method in class adams.gui.goe.GenericArrayEditor
Restores the values to the original ones.
restore(List) - Method in class adams.gui.visualization.image.plugins.AbstractImageViewerPluginWithRestore
Restores the image state.
restoreEnabledTipText() - Method in class adams.flow.template.PromptUser
Returns the tip text for this property.
restoreFileTipText() - Method in class adams.flow.template.PromptUser
Returns the tip text for this property.
restoreGOE(Map, String, Object, GenericObjectEditor) - Method in class weka.gui.explorer.AbstractExplorerPanelHandler
Restores the value of the GenericObjectEditor.
restoreLastFilter(int) - Method in class adams.gui.chooser.AbstractExtensionFileFilterFileChooser
Attempts to restore the last filter in use.
restoreModelSettings(ListModel, Hashtable<String, Object>) - Method in class adams.gui.core.SearchableBaseList
Restores the settings previously backed up.
restoreModelSettings(TableModel, Hashtable<String, Object>) - Method in class adams.gui.core.SortableAndSearchableTable
Restores the settings previously backed up.
restoreSelectedIndex(Map, String, Integer, JComboBox) - Method in class weka.gui.explorer.AbstractExplorerPanelHandler
Restores the selected index of the BaseComboBox.
restoreSelectedIndices(Map, String, int[], JList) - Method in class weka.gui.explorer.AbstractExplorerPanelHandler
Restores the selected indices of the JList.
restoreSelectedState(Map, String, Boolean, JCheckBox) - Method in class weka.gui.explorer.AbstractExplorerPanelHandler
Sets the selected state of the checkbox.
restoreSelectedState(JCheckBox, Boolean) - Method in class weka.gui.explorer.AbstractExplorerPanelHandler
Sets the selected state of the checkbox.
restoreSelection(DataContainer[]) - Method in class adams.gui.tools.wekainvestigator.tab.AbstractInvestigatorTabWithDataTable
Tries to restore the selection using the provided containers.
restoreSpinner(Map, String, Integer, JSpinner) - Method in class weka.gui.explorer.AbstractExplorerPanelHandler
Restores the integer value of the JSpinner.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.control.AbstractContainerUpdater
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.control.AbstractDataContainerFileChecker
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.control.AbstractTee
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.control.ArrayGenerate
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.control.ArrayProcess
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.control.Block
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.control.Branch
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.control.CallableActorScreenshot
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.control.CollectionProcess
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.control.Count
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.control.DesktopScreenshot
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.control.IfThenElse
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.control.Injector
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.control.InputOutputListener
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.control.LoadBalancer
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.control.Once
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.control.PlotProcessor
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.control.Sequence
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.control.StorageValueSequence
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.control.Switch
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.control.TimedSubProcess
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.control.TimedTee
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.control.TimedTrigger
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.control.TriggerOnce
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.control.TryCatch
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.control.UpdateCallableDisplay
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.control.UpdateProperties
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.core.AbstractActor
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.core.AbstractCallableActor
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.core.AbstractDisplay
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.core.AbstractScriptedActor
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.core.AbstractTemplate
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.sink.AbstractSink
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.sink.CallableSink
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.sink.DisplayPanelManager
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.sink.DumpFile
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.sink.Exec
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.sink.ExternalSink
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.sink.Groovy
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.sink.HistoryDisplay
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.sink.LogDumper
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.sink.PlotContainerSink
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.sink.Screenshot
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.sink.Scripted
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.sink.TemplateSink
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.sink.WekaDatabaseWriter
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.standalone.ConsoleWindow
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.standalone.QueueInit
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.transformer.AbstractArrayProvider
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.transformer.AbstractDataContainerFileImport
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.transformer.AbstractDataContainerFileReader
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.transformer.AbstractProcessWekaInstanceWithModel
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.transformer.AbstractReportFileImport
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.transformer.AbstractTransformer
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.transformer.ArrayCombinations
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.transformer.ArrayToChunks
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.transformer.ArrayToSequence
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.transformer.BinaryFileReader
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.transformer.BoofCVFeatureGenerator
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.transformer.BoofCVMultiImageOperation
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.transformer.BufferedImageFeatureGenerator
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.transformer.BufferedImageMultiImageOperation
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.transformer.CallableTransformer
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.transformer.CollectionToSequence
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.transformer.ColorProvider
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.transformer.ExternalTransformer
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.transformer.Groovy
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.transformer.MultiMat5MatrixOperation
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.transformer.OpenCVFeatureGenerator
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.transformer.OpenCVMultiImageOperation
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.transformer.Scripted
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.transformer.SequenceToArray
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.transformer.SequenceToCollection
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.transformer.SetProperty
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.transformer.SpreadSheetAnonymize
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.transformer.SpreadSheetGetColumnIndex
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.transformer.SpreadSheetReplaceCellValue
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.transformer.SpreadSheetRowBuffer
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.transformer.SpreadSheetStorageRowIterator
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.transformer.SpreadSheetSubsetByValue
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.transformer.SpreadSheetTransformCells
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.transformer.SpreadSheetTransformHeaderCells
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.transformer.SpreadSheetVariableRowIterator
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.transformer.TemplateTransformer
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.transformer.TimeseriesFeatureGenerator
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.transformer.UniqueID
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.transformer.UpdateProperty
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.transformer.WekaAccumulatedError
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.transformer.WekaAggregateEvaluations
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.transformer.WekaCrossValidationSplit
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.transformer.WekaFileReader
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.transformer.WekaFilter
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.transformer.WekaGeneticAlgorithm
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.transformer.WekaInstanceBuffer
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.transformer.WekaInstanceDumper
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.transformer.WekaMultiLabelSplitter
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.transformer.WekaNearestNeighborSearch
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.transformer.WekaReorderAttributesToReference
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.transformer.WekaStreamEvaluator
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.transformer.WekaStreamFilter
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.transformer.WekaTrainClassifier
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.transformer.WekaTrainClusterer
Restores the state of the actor before the variables got updated.
restoreText(Map, String, String, JTextComponent) - Method in class weka.gui.explorer.AbstractExplorerPanelHandler
Restores the text of the text component, e.g., a BaseTextField.
restoreVarTipText() - Method in class adams.flow.template.PromptUser
Returns the tip text for this property.
restoreWindows() - Method in class adams.gui.application.AbstractApplicationFrame
restores all windows.
restrictedStopExecution() - Method in class adams.flow.control.Flow
Stops the (restricted) execution.
restrictedStopExecution() - Method in class adams.flow.control.LocalScopeTransformer
Stops the (restricted) execution.
restrictedStopExecution() - Method in class adams.flow.control.LocalScopeTrigger
Stops the (restricted) execution.
restrictedStopExecution() - Method in class adams.flow.control.Sequence
Stops the (restricted) execution.
restrictedStopExecution() - Method in interface adams.flow.core.StopRestrictor
Stops the (restricted) execution.
restrictedStopExecution(String) - Method in class adams.flow.control.Flow
Stops the (restricted) execution.
restrictedStopExecution(String) - Method in class adams.flow.control.LocalScopeTransformer
Stops the (restricted) execution.
restrictedStopExecution(String) - Method in class adams.flow.control.LocalScopeTrigger
Stops the (restricted) execution.
restrictedStopExecution(String) - Method in class adams.flow.control.Sequence
Stops the (restricted) execution.
restrictedStopExecution(String) - Method in interface adams.flow.core.StopRestrictor
Stops the (restricted) execution.
restrictions(Class[]) - Method in class adams.flow.core.ActorHandlerInfo
Sets the restrictions in terms of classes/interfaces.
restrictionsTipText() - Method in class adams.flow.execution.debug.MultiScopeRestriction
Returns the tip text for this property.
resultFileTipText() - Method in class adams.flow.sink.WekaExperimentGenerator
Returns the tip text for this property.
resultFormatTipText() - Method in class adams.flow.sink.WekaExperimentGenerator
Returns the tip text for this property.
ResultItem - Class in adams.gui.tools.wekainvestigator.tab.associatetab
Container for an evaluation, model, training set header.
ResultItem - Class in adams.gui.tools.wekainvestigator.tab.attseltab
Container for an attribute selection, evaluator and search method.
ResultItem - Class in adams.gui.tools.wekainvestigator.tab.classifytab
Container for an evaluation, model, training set header.
ResultItem - Class in adams.gui.tools.wekainvestigator.tab.clustertab
Container for an evaluation, model, training set header.
ResultItem - Class in adams.gui.tools.wekainvestigator.tab.experimenttab
Container for an experiment run.
ResultItem(Associator, Instances) - Constructor for class adams.gui.tools.wekainvestigator.tab.associatetab.ResultItem
Initializes the item.
ResultItem(ASEvaluation, ASSearch, Instances) - Constructor for class adams.gui.tools.wekainvestigator.tab.attseltab.ResultItem
Initializes the item.
ResultItem(Classifier, Instances) - Constructor for class adams.gui.tools.wekainvestigator.tab.classifytab.ResultItem
Initializes the item.
ResultItem(Classifier, Instances) - Constructor for class adams.gui.tools.wekainvestigator.tab.experimenttab.ResultItem
Initializes the item.
ResultItem(Clusterer, Instances) - Constructor for class adams.gui.tools.wekainvestigator.tab.clustertab.ResultItem
Initializes the item.
ResultMatrixAdamsCSV - Class in weka.experiment
Generates the matrix in ADAMS CSV ('comma-separated values') format.
ResultMatrixAdamsCSV() - Constructor for class weka.experiment.ResultMatrixAdamsCSV
initializes the matrix as 1x1 matrix.
ResultMatrixAdamsCSV(int, int) - Constructor for class weka.experiment.ResultMatrixAdamsCSV
initializes the matrix with the given dimensions.
ResultMatrixAdamsCSV(ResultMatrix) - Constructor for class weka.experiment.ResultMatrixAdamsCSV
initializes the matrix with the values from the given matrix.
ResultMatrixMediaWiki - Class in weka.experiment
Generates table output in MediaWiki format.
ResultMatrixMediaWiki() - Constructor for class weka.experiment.ResultMatrixMediaWiki
initializes the matrix as 1x1 matrix.
ResultMatrixMediaWiki(int, int) - Constructor for class weka.experiment.ResultMatrixMediaWiki
initializes the matrix with the given dimensions.
ResultMatrixMediaWiki(ResultMatrix) - Constructor for class weka.experiment.ResultMatrixMediaWiki
initializes the matrix with the values from the given matrix.
ResultSetTableModel - Class in adams.gui.core
Table model for displaying an SQL ResultSet.
ResultSetTableModel(String[]) - Constructor for class adams.gui.core.ResultSetTableModel
Initializes an empty model.
ResultSetTableModel(ResultSet) - Constructor for class adams.gui.core.ResultSetTableModel
Initializes the model with the given result set.
resultsetToObject(ResultSet) - Method in class adams.db.generic.LogT
Turns the values at the next position into a substance object if possible.
resultTypeTipText() - Method in class adams.flow.transformer.XPath
Returns the tip text for this property.
resultWriterTipText() - Method in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment
Returns the tip text for this property.
resume(Actor) - Method in class adams.flow.core.PauseStateManager
Resumes the flow.
RESUME - adams.scripting.command.flow.SendFlowControlCommand.Command
 
RESUMED - adams.event.FlowPauseStateEvent.Type
flow was resumed.
resumeExecution() - Method in interface adams.core.Pausable
Resumes the execution.
resumeExecution() - Method in class adams.flow.control.AbstractControlActor
Resumes the execution.
resumeExecution() - Method in class adams.flow.FlowRunner
Resumes the execution.
resumeExecution() - Method in class adams.flow.setup.FlowSetup
Resumes the execution.
resumeExecution() - Method in class adams.flow.setup.FlowSetupWorker
Resumes the execution.
resumeExecution() - Method in class adams.flow.transformer.ExecuteJobs
Resumes the execution.
resumeExecution() - Method in class adams.flow.transformer.ExecuteRemoteCommand
Resumes the execution.
resumeExecution() - Method in class adams.flow.transformer.WekaClassifierRanker
Resumes the execution.
resumeExecution() - Method in class adams.flow.transformer.WekaGeneticAlgorithm
Resumes the execution.
resumeExecution() - Method in class adams.gui.flow.FlowWorker
Resumes the execution.
resumeExecution() - Method in class adams.multiprocess.AbstractJobRunner
Resumes the execution.
resumeExecution() - Method in interface adams.multiprocess.JobRunner
Resumes the execution.
resumeExecution() - Method in class adams.multiprocess.LocalJobRunner
Resumes the execution.
resumeExecution() - Method in class adams.multiprocess.PausableFixedThreadPoolExecutor
Resumes the execution.
resumeExecution() - Method in class adams.opt.genetic.AbstractGeneticAlgorithm
Resumes the execution.
resumeExecution() - Method in class adams.scripting.engine.AbstractScriptingEngine
Resumes the execution.
resumeExecution() - Method in class adams.scripting.engine.AbstractScriptingEngineEnhancer
Resumes the execution.
resumeExecution() - Method in class adams.scripting.engine.AbstractScriptingEngineWithJobQueue
Resumes the execution.
resumeExecution() - Method in class adams.scripting.engine.ForwardingScriptingEngine
Resumes the execution.
resumeExecution() - Method in class adams.scripting.engine.MultiScriptingEngine
Resumes the execution.
resumeFlow() - Method in class adams.gui.tools.remotecontrolcenter.panels.AbstractRemoteFlowTab
Resumes the selected flow(s).
retainAll(Collection) - Method in class adams.data.container.AbstractDataContainer
Retains all the given points and removes the others.
retainAll(Collection<?>) - Method in class adams.core.Trie
Retains only the elements in this collection that are contained in the specified collection
retainAll(Collection<?>) - Method in class adams.data.SortedList
Keeps all items present in the collection.
retainAll(Collection<?>) - Method in class adams.flow.setup.FlowSetupManager
Retains only setups that are in the specified collection.
retainAll(Collection<?>) - Method in class adams.gui.core.DragAndDropTreeNodeCollection
Removes all elements but the ones from the specified collection from this one.
retainAll(Collection<?>) - Method in class adams.multiprocess.JobList
Retains only the elements in this collection that are contained in the specified collection.
retrievalAt - Variable in class adams.flow.control.StorageQueueHandler.QueueItem
the timestamp when the object can be retrieved (walltime in msec).
retrievalDelayTipText() - Method in class adams.flow.sink.EnQueue
Returns the tip text for this property.
retrievalTypeTipText() - Method in class adams.flow.core.ObjectRetriever
Returns the tip text for this property.
retrievalTypeTipText() - Method in class adams.flow.transformer.CollectionInsert
Returns the tip text for this property.
retrievalTypeTipText() - Method in class adams.flow.transformer.Mat5FileAddArray
Returns the tip text for this property.
retrievalTypeTipText() - Method in class adams.flow.transformer.Mat5FileAddMap
Returns the tip text for this property.
retrievalTypeTipText() - Method in class adams.flow.transformer.Mat5SetStructField
Returns the tip text for this property.
retrieve(String) - Method in interface adams.db.SequenceProvider
Retrieves sequence(s) from a given SQL statement.
retrieve(String) - Method in class adams.db.Sequences
Retrieves sequence(s) from a given SQL statement.
retrieve(String, String) - Method in interface adams.db.SequenceProvider
Retrieves sequence(s) from a given SQL statement.
retrieve(String, String) - Method in class adams.db.Sequences
Retrieves sequence(s) from a given SQL statement.
retrieveAutomatically(MessageCollection) - Method in class adams.flow.core.ObjectRetriever
Retrieves the object automatically from file/callable actor/storage.
retrieveConnection() - Method in class adams.flow.standalone.AbstractDatabaseConnection
Returns the database connection in use.
retrieveConnection() - Method in class adams.flow.standalone.DatabaseConnection
Returns the database connection in use.
retrieveFile() - Method in class weka.core.converters.SimpleArffLoader
Return the current source file/ destination file
RetrieveFile - Class in adams.scripting.command.basic
Retrieves a file as binary blob.
RetrieveFile() - Constructor for class adams.scripting.command.basic.RetrieveFile
 
retrieveFlow(boolean) - Method in class adams.scripting.command.AbstractRemoteCommandOnFlowWithResponse
Retrieves the flow.
retrieveFromCallableActor(MessageCollection) - Method in class adams.flow.core.ObjectRetriever
Retrieves the object from the callable actor.
retrieveFromStorage(MessageCollection) - Method in class adams.flow.core.ObjectRetriever
Retrieves the object from the storage item.
retrieveLastError() - Method in class adams.flow.setup.FlowSetup
Returns the last error that occurred, if any.
retrieveSerializationSetup() - Method in interface adams.core.SerializableObject
Returns the member variables to serialize to a file.
retryConnect() - Method in class adams.db.AbstractDatabaseConnection
Redo connection to database.
returnIndexTipText() - Method in class adams.data.statistics.ArrayMax
Returns the tip text for this property.
returnIndexTipText() - Method in class adams.data.statistics.ArrayMin
Returns the tip text for this property.
returnIndexTipText() - Method in class adams.flow.transformer.Max
Returns the tip text for this property.
returnIndexTipText() - Method in class adams.flow.transformer.Min
Returns the tip text for this property.
returnLeaves(FastVector[]) - Method in class weka.classifiers.trees.m5.RuleNode2
Return a list containing all the leaves in the tree
reusePreview(File[], PreviewPanel) - Method in interface adams.gui.tools.previewbrowser.MultipleFileContentHandler
Returns the preview for the specified files.
reusePreview(File, PreviewPanel) - Method in class adams.gui.tools.previewbrowser.AbstractContentHandler
Reuses the last preview, if possible.
reusePreview(File, PreviewPanel) - Method in class adams.gui.tools.previewbrowser.AnnotateImage
Reuses the last preview, if possible.
reusePreview(File, PreviewPanel) - Method in class adams.gui.tools.previewbrowser.AnnotationsAndPredictionsFromReport
Reuses the last preview, if possible.
reusePreview(File, PreviewPanel) - Method in class adams.gui.tools.previewbrowser.BoofCVImageHandler
Reuses the last preview, if possible.
reusePreview(File, PreviewPanel) - Method in class adams.gui.tools.previewbrowser.CocoAnnotationsHandler
Reuses the last preview, if possible.
reusePreview(File, PreviewPanel) - Method in interface adams.gui.tools.previewbrowser.ContentHandler
Reuses the last preview, if possible.
reusePreview(File, PreviewPanel) - Method in class adams.gui.tools.previewbrowser.DeepLabCutCSVHandler
Reuses the last preview, if possible.
reusePreview(File, PreviewPanel) - Method in class adams.gui.tools.previewbrowser.ImageClassificationHandler
Reuses the last preview, if possible.
reusePreview(File, PreviewPanel) - Method in class adams.gui.tools.previewbrowser.ImageHandler
Reuses the last preview, if possible.
reusePreview(File, PreviewPanel) - Method in class adams.gui.tools.previewbrowser.ImageMetaDataExtractorHandler
Reuses the last preview, if possible.
reusePreview(File, PreviewPanel) - Method in class adams.gui.tools.previewbrowser.ImageSegmentationAnnotationsHandler
Reuses the last preview, if possible.
reusePreview(File, PreviewPanel) - Method in class adams.gui.tools.previewbrowser.ObjectAnnotationsHandler
Reuses the last preview, if possible.
reusePreview(File, PreviewPanel) - Method in class adams.gui.tools.previewbrowser.ObjectAnnotationsReportHandler
Reuses the last preview, if possible.
reusePreview(File, PreviewPanel) - Method in class adams.gui.tools.previewbrowser.ObjectCentersFromReport
Reuses the last preview, if possible.
reusePreview(File, PreviewPanel) - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
Reuses the last preview, if possible.
reusePreview(File, PreviewPanel) - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
Reuses the last preview, if possible.
reusePreview(File, PreviewPanel) - Method in class adams.gui.tools.previewbrowser.PointsFromReportHandler
Reuses the last preview, if possible.
reusePreview(File, PreviewPanel) - Method in class adams.gui.tools.previewbrowser.SimpleImageSegmentationAnnotationsHandler
Reuses the last preview, if possible.
reusePreview(Object, PreviewPanel) - Method in class adams.gui.tools.previewbrowser.AbstractObjectContentHandler
Reuses the last preview, if possible.
reusePreview(Object, PreviewPanel) - Method in class adams.gui.tools.previewbrowser.ObjectAnnotationsReportHandler
Reuses the last preview, if possible.
reusePreview(Object, PreviewPanel) - Method in interface adams.gui.tools.previewbrowser.ObjectContentHandler
Reuses the last preview, if possible.
revalidate() - Method in class adams.gui.visualization.container.ContainerTable
Revalidates the table layout.
revalidate() - Method in class adams.gui.visualization.container.DataContainerPanelWithSidePanel
Supports deferred automatic layout.
reverse(double[]) - Static method in class edu.umbc.cs.maple.utils.MathUtils
Reverses the given array.
reverse(int[]) - Static method in class edu.umbc.cs.maple.utils.MathUtils
Reverses the given array.
REVERSE - adams.core.password.DictionaryBasedGenerator.Variation
 
REVERSE_LOWER_CASE - adams.core.password.DictionaryBasedGenerator.Variation
 
REVERSE_UPPER_CASE - adams.core.password.DictionaryBasedGenerator.Variation
 
reverseCuthillMcKee(int[][], boolean) - Static method in class edu.umbc.cs.maple.utils.MathUtils
Runs the reverse Cuthill-McKee algorithm on the adjacency lists to provide an efficient ordering of the vertices
reverseTipText() - Method in class adams.flow.transformer.Sort
Returns the tip text for this property.
reverseTipText() - Method in class adams.flow.transformer.SpreadSheetSortColumns
Returns the tip text for this property.
reverseTipText() - Method in class adams.flow.transformer.WekaSpreadSheetToPredictions
Returns the tip text for this property.
revert() - Method in class adams.gui.flow.FlowControlCenterPanel
Reverts a setup.
revert() - Method in class adams.gui.flow.FlowEditorPanel
Reverts a flow.
revert() - Method in class adams.gui.flow.FlowPanel
Reverts a flow.
revert() - Method in class adams.gui.tools.FavoritesManagementPanel
Reverts the changes.
revert() - Method in class adams.gui.tools.PlaceholderManagementPanel
Reverts the changes.
Revert - Class in adams.gui.flow.multipageaction
Reloads the flow from disk.
Revert - Class in adams.gui.tools.wekainvestigator.datatable.action
Reverts the selected dataset (if possible).
Revert() - Constructor for class adams.gui.flow.multipageaction.Revert
 
Revert() - Constructor for class adams.gui.tools.wekainvestigator.datatable.action.Revert
Instantiates the action.
rewrite(String) - Static method in class adams.core.io.LogEntryWriter
Starts a new log file (writes the header).
RGB - adams.data.image.features.Histogram.HistogramType
 
RGB - adams.data.jai.features.Histogram.HistogramType
RGB.
RGB - adams.gui.core.ColorHelper.ColorNotation
rgb.
RGB - adams.gui.print.BufferedImageBasedWriter.Type
generates RGB.
RGB_SEPARATE - adams.data.image.features.Pixels.PixelType
RGB values separate.
RGB_SINGLE - adams.data.image.features.Pixels.PixelType
single RGB int.
RGBA - adams.flow.transformer.draw.Pixel.PixelValueType
uses the RGBA value.
RGBATipText() - Method in class adams.flow.transformer.draw.Pixel
Returns the tip text for this property.
RgbInNameColorProvider - Class in adams.gui.visualization.core
Looks for an RGB color definition in the name, eg #ff0000.
RgbInNameColorProvider() - Constructor for class adams.gui.visualization.core.RgbInNameColorProvider
 
RiceRuleBinning - Class in adams.data.binning.algorithm
The Rice Rule is presented as a simple alternative to Sturges's rule.
RiceRuleBinning() - Constructor for class adams.data.binning.algorithm.RiceRuleBinning
 
ridgeTipText() - Method in class adams.data.baseline.AbstractLinearRegressionBased
Returns the tip text for this property.
ridgeTipText() - Method in class weka.attributeSelection.LinearRegressionAttributeEval
Returns the tip text for this property
ridgeTipText() - Method in class weka.classifiers.functions.LinearRegressionJ
Returns the tip text for this property
ridgeTipText() - Method in class weka.classifiers.trees.RandomModelTrees
Returns the tip text for this property.
ridgeTipText() - Method in class weka.core.WeightedEuclideanDistanceRidge
Returns the tip text for this property
right(String, int) - Method in class adams.parser.ParserHelper
Returns the specified number of characters from the right of the string.
RIGHT - adams.flow.transformer.pdfproclet.AbstractSpreadSheetPdfProclet.HorizontalAlignment
 
RIGHT - adams.flow.transformer.pdfstamp.Text.Alignment
 
RIGHT - adams.gui.core.OneTouchPanel.Location
 
RIGHT - adams.gui.visualization.core.plot.Axis
right of the content panel.
RIGHT - adams.gui.visualization.object.mouseclick.AbstractMouseClickProcessor.MouseButton
 
RIGHT - Static variable in interface adams.parser.booleanexpression.sym
 
RIGHT - Static variable in interface adams.parser.lookupupdate.sym
 
RIGHT - Static variable in interface adams.parser.mathematicalexpression.sym
 
RIGHT - Static variable in interface adams.parser.spreadsheetformula.sym
 
RIGHT - Static variable in interface adams.parser.stringexpression.sym
 
RIGHT - Static variable in class weka.classifiers.trees.m5.Rule2
 
RIGHT_TO_LEFT - adams.gui.visualization.core.axis.Orientation
ticks on the right (top), line on the left (bottom).
rightDividerLocationTipText() - Method in class adams.flow.transformer.ImageLabeler
Returns the tip text for this property.
rightDividerLocationTipText() - Method in class adams.flow.transformer.ImageObjectAnnotator
Returns the tip text for this property.
rightDividerLocationTipText() - Method in class adams.flow.transformer.ImageSegmentationAnnotator
Returns the tip text for this property.
rightNode() - Method in class weka.classifiers.trees.m5.RuleNode2
Get the right child of this node
RightPad - Class in adams.data.conversion
Right pads a string up to a maximum number of characters.
RightPad() - Constructor for class adams.data.conversion.RightPad
 
rightTipText() - Method in class adams.data.image.transformer.crop.SimpleCrop
Returns the tip text for this property.
rint(double, int) - Static method in class adams.data.RoundingUtils
Round (to nearest integer) to specific number of digits after decimal point.
rint(float, int) - Static method in class adams.data.RoundingUtils
Round (to nearest integer) to specific number of digits after decimal point.
RINT - adams.data.RoundingType
performs a Math.rint(double).
RINT - Static variable in interface adams.parser.basedate.sym
 
RINT - Static variable in interface adams.parser.basedatetime.sym
 
RINT - Static variable in interface adams.parser.basedatetimemsec.sym
 
RINT - Static variable in interface adams.parser.basetime.sym
 
RINT - Static variable in interface adams.parser.basetimemsec.sym
 
RINT - Static variable in interface adams.parser.booleanexpression.sym
 
RINT - Static variable in interface adams.parser.lookupupdate.sym
 
RINT - Static variable in interface adams.parser.mathematicalexpression.sym
 
RINT - Static variable in interface adams.parser.spreadsheetformula.sym
 
RINT - Static variable in interface adams.parser.stringexpression.sym
 
rmse(double[], double[]) - Static method in class adams.data.statistics.StatUtils
Computes the root mean squared error between the two data vectors and returns it.
rmse(double[], double[]) - Static method in class edu.umbc.cs.maple.utils.MathUtils
Computes the root mean squared error between two vectors.
rmse(Matrix, Matrix) - Static method in class edu.umbc.cs.maple.utils.JamaUtils
Computes the root mean squared error of two matrices
rmse(Number[], Number[]) - Static method in class adams.data.statistics.StatUtils
Computes the root mean squared error between the two data vectors and returns it.
RMSE - adams.flow.transformer.WekaClassifierRanker.Measure
evaluation via: Root mean squared error.
RMSE - adams.opt.genetic.Measure
Root mean squared error.
RMSE - adams.opt.optimise.genetic.fitnessfunctions.AbstractWEKAFitnessFunction.Measure
evaluation via: Root mean squared error.
ROC - Class in adams.gui.menu
Displays ROC curve data.
ROC() - Constructor for class adams.gui.menu.ROC
Initializes the menu item with no owner.
ROC(AbstractApplicationFrame) - Constructor for class adams.gui.menu.ROC
Initializes the menu item.
ROMANIAN - adams.flow.core.TesseractLanguage
 
RomanToInt - Class in adams.data.conversion
Converts a roman numeral string (eg 'MCM') into an integer (eg 1900).
RomanToInt() - Constructor for class adams.data.conversion.RomanToInt
 
ROOT - adams.flow.control.ForceFlush.FlushScope
 
ROOT - adams.flow.source.OptionTraverser.TraversalStart
from the root of the flow.
ROOT - Static variable in class adams.gui.core.dom.DOMNode
the label for the root node in case of multiple hierarchies.
ROOT - Static variable in class adams.gui.core.json.JsonNode
the label for the root node in case of multiple hierarchies.
ROOT_MEAN_SQUARED_ERROR - adams.flow.core.EvaluationStatistic
 
ROOT_MEAN_SQUARED_ERROR - adams.flow.core.ExperimentStatistic
 
ROOT_RELATIVE_SQUARED_ERROR - adams.flow.core.EvaluationStatistic
 
ROOT_RELATIVE_SQUARED_ERROR - adams.flow.core.ExperimentStatistic
 
rootMeanSquaredError() - Method in class weka.classifiers.trees.m5.RuleNode2
Get the root mean squared error at this node
RootMeanSquaredError - Class in adams.flow.transformer.summarystatistics
Calculates the RMSE.
RootMeanSquaredError() - Constructor for class adams.flow.transformer.summarystatistics.RootMeanSquaredError
 
rootTipText() - Method in class adams.flow.execution.debug.SubFlowRestriction
Returns the tip text for this property.
rotate(boolean) - Method in class adams.gui.visualization.image.ImageViewerPanel
Rotates the image.
rotate(double) - Method in class adams.gui.print.PostscriptGraphics
 
rotate(double, double, double) - Method in class adams.gui.print.PostscriptGraphics
 
rotate(Dimension) - Static method in class adams.gui.core.GUIHelper
Rotates the rectangle by 90 degrees.
Rotate - Class in adams.data.jai.transformer
Rotates an image by a defined number of degrees.
Rotate - Class in adams.data.objectfilter
Rotates the objects using the specified degrees.
Requires the original image width before the image got rotated in order to rotate the objects correctly.
Rotate() - Constructor for class adams.data.jai.transformer.Rotate
 
Rotate() - Constructor for class adams.data.objectfilter.Rotate
 
Rotate.InterpolationType - Enum in adams.data.jai.transformer
The types of interpolations.
RotatingFileHandler - Class in adams.core.logging
Allows for rotating log files.
RotatingFileHandler() - Constructor for class adams.core.logging.RotatingFileHandler
 
RotatingFileOutput - Class in adams.flow.sink.simplelogging.output
Appends the log messages to the specified file, but also allows for rotating them.
RotatingFileOutput() - Constructor for class adams.flow.sink.simplelogging.output.RotatingFileOutput
 
RotationInvariantLocalBinaryPatterns - Class in adams.data.lire.features
Generates features using net.semanticmetadata.lire.imageanalysis.features.global.RotationInvariantLocalBinaryPatterns.
For more information on the LIRE project, see:
http://www.lire-project.net/

RotationInvariantLocalBinaryPatterns() - Constructor for class adams.data.lire.features.RotationInvariantLocalBinaryPatterns
 
rotationTipText() - Method in class adams.flow.transformer.pdfproclet.Image
Returns the tip text for this property.
rotationTipText() - Method in class adams.flow.transformer.pdfstamp.Image
Returns the tip text for this property.
rotationTipText() - Method in class adams.flow.transformer.pdfstamp.Text
Returns the tip text for this property.
round(double) - Method in class adams.data.objectfilter.Scale
Rounds the value according to the parameters.
round(double) - Method in class adams.flow.transformer.ScaleReportObjects
Rounds the value according to the parameters.
round(double, int) - Static method in class adams.data.RoundingUtils
Round to specific number of digits after decimal point.
round(double, int) - Static method in class edu.umbc.cs.maple.utils.MathUtils
Reduces the precision of a double to a specified number of decimal places.
round(float, int) - Static method in class adams.data.RoundingUtils
Round to specific number of digits after decimal point.
Round - Class in adams.data.conversion
Rounds double values and turns them into integers..
Round - Class in adams.flow.transformer
Performs 'round', 'ceiling' or 'floor' on double tokens and generates integers.
Round() - Constructor for class adams.data.conversion.Round
 
Round() - Constructor for class adams.flow.transformer.Round
 
ROUND - adams.data.RoundingType
performs a Math.round(double).
RoundErrorScaler - Class in adams.data.weka.predictions
Performs no scaling at all, just rounds the error to the next integer.
RoundErrorScaler() - Constructor for class adams.data.weka.predictions.RoundErrorScaler
 
RoundingType - Enum in adams.data
The type of rounding to perform.
roundingTypeTipText() - Method in class adams.data.conversion.MathExpression
Returns the tip text for this property.
roundingTypeTipText() - Method in class adams.data.objectfilter.Scale
Returns the tip text for this property.
roundingTypeTipText() - Method in class adams.flow.source.MathExpression
Returns the tip text for this property.
roundingTypeTipText() - Method in class adams.flow.transformer.MathExpression
Returns the tip text for this property.
roundingTypeTipText() - Method in class adams.flow.transformer.ScaleReportObjects
Returns the tip text for this property.
RoundingUtils - Class in adams.data
Helper class for rounding.
RoundingUtils() - Constructor for class adams.data.RoundingUtils
 
roundOutputTipText() - Method in class adams.data.conversion.MathExpression
Returns the tip text for this property.
roundOutputTipText() - Method in class adams.flow.source.MathExpression
Returns the tip text for this property.
roundOutputTipText() - Method in class adams.flow.transformer.MathExpression
Returns the tip text for this property.
roundTipText() - Method in class adams.data.objectfilter.Scale
Returns the tip text for this property.
roundTipText() - Method in class adams.flow.transformer.ScaleReportObjects
Returns the tip text for this property.
roundToMultiple(int, int) - Static method in class edu.umbc.cs.maple.utils.MathUtils
Rounds a value to the nearest number that is a specific multiple.
row - Variable in class adams.gui.visualization.container.datacontainerpanel.containerlistpopup.AbstractContainerListPopupCustomizer.Context
 
Row - Interface in adams.data.spreadsheet
Interface for a row in a SpreadSheet.
ROW - adams.flow.transformer.ConvertFeatures.OutputType
 
ROW - adams.flow.transformer.SpreadSheetExtractArray.ExtractionType
row.
ROW - adams.flow.transformer.WekaExtractArray.ExtractionType
row.
ROW - adams.gui.tools.spreadsheetviewer.chart.Histogram.Selection
 
ROW_ACTIVATED - Static variable in class adams.gui.event.WekaInvestigatorDataEvent
row got activated.
ROW_BY_INDEX - adams.flow.transformer.ArrayStatisticDataType
obtains rows.
ROW_BY_INDEX - adams.flow.transformer.SpreadSheetStatisticDataType
obtains rows.
ROW_BY_INDEX - adams.flow.transformer.WekaInstancesStatisticDataType
obtains rows.
ROW_MISSING - Static variable in class adams.flow.transformer.spreadsheetmethodmerge.AbstractMerge
The constant value for spreadsheets that do not have an input row for this output row.
ROW_MISSING - Static variable in class adams.flow.transformer.wekadatasetsmerge.AbstractMerge
The constant value for datasets that do not have an input row for this output row.
ROW_SELECTION - Static variable in class weka.filters.unsupervised.instance.MultiRowProcessor
 
ROW_TO_SPREADSHEET - adams.flow.transformer.SpreadSheetRowBuffer.Operation
 
rowAppend(Matrix, Matrix) - Static method in class edu.umbc.cs.maple.utils.JamaUtils
Appends additional rows to the first matrix.
RowArrayToSpreadSheet - Class in adams.data.conversion
Converts a an array of spreadsheet rows into a single spreadsheet.
RowArrayToSpreadSheet() - Constructor for class adams.data.conversion.RowArrayToSpreadSheet
 
rowAtPoint(Point) - Method in class adams.gui.core.BaseTableWithButtons
Returns the index of the row that point lies in, or -1 if the result is not in the range [0, getRowCount()-1].
rowAtPoint(Point) - Method in class adams.gui.core.SortableAndSearchableTableWithButtons
Returns the index of the row that point lies in, or -1 if the result is not in the range [0, getRowCount()-1].
rowAttribute1TipText() - Method in class adams.tools.CompareDatasets
Returns the tip text for this property.
rowAttribute2TipText() - Method in class adams.tools.CompareDatasets
Returns the tip text for this property.
RowCellFinder - Interface in adams.data.spreadsheet.cellfinder
Finds cells in a spreadsheet row.
RowComparator - Class in adams.data.spreadsheet
For comparing rows.
RowComparator(int[]) - Constructor for class adams.data.spreadsheet.RowComparator
Initializes the comparator.
RowComparator(int[], boolean[]) - Constructor for class adams.data.spreadsheet.RowComparator
Initializes the comparator.
RowFilteredColumnFinder - Class in adams.data.spreadsheet.columnfinder
This column finder first filters the rows before finding any columns on the subset of rows.
RowFilteredColumnFinder - Class in adams.data.weka.columnfinder
This column finder first filters the rows before finding any columns on the subset of rows.
RowFilteredColumnFinder() - Constructor for class adams.data.spreadsheet.columnfinder.RowFilteredColumnFinder
 
RowFilteredColumnFinder() - Constructor for class adams.data.weka.columnfinder.RowFilteredColumnFinder
 
RowFinder - Interface in adams.data.spreadsheet.rowfinder
Interface for classes that "find" rows of interest in spreadsheets.
RowFinder - Interface in adams.data.weka.rowfinder
Interface for classes that "find" rows of interest in datasets.
rowFinderEnabledTipText() - Method in class weka.filters.unsupervised.instance.AccumulatedLWLWeights
Returns the tip text for this property.
RowFinderRange - Class in adams.data.spreadsheet.cellfinder
Uses a row finder to locate the interesting rows.
RowFinderRange() - Constructor for class adams.data.spreadsheet.cellfinder.RowFinderRange
 
rowFinderTipText() - Method in class adams.data.conversion.SpreadSheetRowFinderToRange
Returns the tip text for this property.
rowFinderTipText() - Method in class adams.data.io.input.ObjectLocationsSpreadSheetReader
Returns the tip text for this property.
rowFinderTipText() - Method in class adams.data.spreadsheet.cellfinder.RowFinderRange
Returns the tip text for this property.
rowFinderTipText() - Method in class adams.data.spreadsheet.columnfinder.RowFilteredColumnFinder
Returns the tip text for this property.
rowFinderTipText() - Method in class adams.data.spreadsheet.rowfinder.AbstractFilteredRowFinder
Returns the tip text for this property.
rowFinderTipText() - Method in class adams.data.weka.columnfinder.RowFilteredColumnFinder
Returns the tip text for this property.
rowFinderTipText() - Method in class adams.data.weka.datasetsplitter.RowSplitter
Gets the tip-text for the rowFinder option.
rowFinderTipText() - Method in class adams.data.weka.rowfinder.AbstractFilteredRowFinder
Returns the tip text for this property.
rowFinderTipText() - Method in class adams.gui.tools.spreadsheetviewer.chart.AbstractRowBasedChartGenerator
Returns the tip text for this property.
rowFinderTipText() - Method in class weka.filters.unsupervised.attribute.AttributeSummaryTransferFilter
Gets the tip-text for the row-finder option.
rowFinderTipText() - Method in class weka.filters.unsupervised.instance.AbstractRowFinderApplier
Returns the tip text for this property.
rowFinderTipText() - Method in class weka.filters.unsupervised.instance.AccumulatedLWLWeights
Returns the tip text for this property.
rowFinderTipText() - Method in class weka.filters.unsupervised.instance.DatasetCleaner
Returns the tip text for this property.
rowFinderTipText() - Method in class weka.filters.unsupervised.instance.DatasetLabeler
Returns the tip text for this property.
RowIdentifier - Class in adams.data.spreadsheet
Uses a range of columns to identify rows.
RowIdentifier(Range) - Constructor for class adams.data.spreadsheet.RowIdentifier
Initializes the row identifier with the specified range of columns.
rowKeys() - Method in class adams.data.spreadsheet.DefaultSpreadSheet
Returns a collection of all row keys.
rowKeys() - Method in interface adams.data.spreadsheet.SpreadSheet
Returns a collection of all row keys.
rowKeys() - Method in class adams.data.spreadsheet.SpreadSheetView
Returns a collection of all row keys.
rowKeys() - Method in class adams.ml.data.DatasetView
Returns a collection of all row keys.
rowKeys() - Method in class adams.ml.data.InstancesView
Returns a collection of all row keys.
rowKeyToIndex(String) - Method in class adams.ml.data.InstancesView
Turns the rowKey into a row index.
rowNorm(double[]) - Static method in class adams.data.statistics.StatUtils
Applies row-wise normalization to the data.
rowNorm(Number[]) - Static method in class adams.data.statistics.StatUtils
Applies row-wise normalization to the data.
RowNorm - Class in weka.filters.unsupervised.instance
Row wise normalization.
RowNorm() - Constructor for class weka.filters.unsupervised.instance.RowNorm
 
rowRangeTipText() - Method in class weka.filters.unsupervised.instance.KeepRange
Returns the tip text for this property.
rowReportNamesTipText() - Method in class adams.data.conversion.SpreadSheetRowsToReport
Returns the tip text for this property.
rows() - Method in class adams.data.spreadsheet.DefaultSpreadSheet
Returns all rows.
rows() - Method in interface adams.data.spreadsheet.SpreadSheet
Returns all rows.
rows() - Method in class adams.data.spreadsheet.SpreadSheetView
Returns all rows.
rows() - Method in class adams.ml.data.DatasetView
Returns all rows.
rows() - Method in class adams.ml.data.InstancesView
Returns all rows.
ROWS - Static variable in class weka.filters.supervised.attribute.SIMPLSMatrixFilterFromGeneticString
 
ROWS_ADDED - Static variable in class adams.gui.event.WekaInvestigatorDataEvent
rows got added.
ROWS_DELETED - Static variable in class adams.gui.event.WekaInvestigatorDataEvent
rows got deleted.
ROWS_MODIFIED - Static variable in class adams.gui.event.WekaInvestigatorDataEvent
rows got modified.
rowScoresTipText() - Method in class adams.data.spreadsheet.rowscore.MultiRowScore
Returns the tip text for this property.
rowScoreTipText() - Method in class adams.data.spreadsheet.rowscore.AbstractMetaRowScore
Returns the tip text for this property.
rowScoreTipText() - Method in class adams.data.spreadsheet.rowscore.ColumnSubset
Returns the tip text for this property.
rowScoreTipText() - Method in class adams.data.spreadsheet.rowscore.EqualWidthBins
Returns the tip text for this property.
rowScoreTipText() - Method in class adams.data.spreadsheet.rowscore.MathExpression
Returns the tip text for this property.
rowSelectionTipText() - Method in class weka.filters.unsupervised.instance.MultiRowProcessor
Returns the tip text for this property.
RowSplitter - Class in adams.data.weka.datasetsplitter
Splits a dataset in two based on the rows selected by the row-finder.
RowSplitter() - Constructor for class adams.data.weka.datasetsplitter.RowSplitter
 
rowsReportTipText() - Method in class adams.data.conversion.SpreadSheetColumnsToReport
Returns the tip text for this property.
rowsReportValuesTipText() - Method in class adams.data.conversion.SpreadSheetRowsToReport
Returns the tip text for this property.
RowStatistic - Class in adams.data.spreadsheet.rowscore
Applies the specified row statistic algorithm and returns the specified cell's value as score.
RowStatistic - Class in adams.gui.core.spreadsheettable
Allows the calculation of row statistics.
RowStatistic - Class in adams.gui.visualization.instances.instancestable
Allows the calculation of row statistics.
RowStatistic() - Constructor for class adams.data.spreadsheet.rowscore.RowStatistic
 
RowStatistic() - Constructor for class adams.gui.core.spreadsheettable.RowStatistic
 
RowStatistic() - Constructor for class adams.gui.visualization.instances.instancestable.RowStatistic
 
rowsTipText() - Method in class adams.core.discovery.genetic.AbstractGeneticDoubleMatrixDiscoveryHandler
Returns the tip text for this property.
rowsTipText() - Method in class adams.data.conversion.AbstractSpreadSheetToMatrix
Returns the tip text for this property.
rowsTipText() - Method in class adams.data.conversion.SpreadSheetAddFormulaColumn
Returns the tip text for this property.
rowsTipText() - Method in class adams.data.conversion.SpreadSheetAddSumColumn
Returns the tip text for this property.
rowsTipText() - Method in class adams.data.spreadsheet.cellfinder.CellRange
Returns the tip text for this property.
rowsTipText() - Method in class adams.data.spreadsheet.cellfinder.CellTypeRange
Returns the tip text for this property.
rowsTipText() - Method in class adams.data.spreadsheet.cellfinder.ColumnFinderRange
Returns the tip text for this property.
rowsTipText() - Method in class adams.data.spreadsheet.matrixstatistic.AbstractMatrixStatistic
Returns the tip text for this property.
rowsTipText() - Method in class adams.data.spreadsheet.rowfinder.ByIndex
Returns the tip text for this property.
rowsTipText() - Method in class adams.data.weka.rowfinder.Constant
Gets the tip-text for the rows option.
rowsTipText() - Method in class adams.flow.transformer.SpreadSheetCopyRows
Returns the tip text for this property.
rowsTipText() - Method in class adams.flow.transformer.SpreadSheetStorageRowIterator
Returns the tip text for this property.
rowsTipText() - Method in class adams.flow.transformer.SpreadSheetSubset
Returns the tip text for this property.
rowsTipText() - Method in class adams.flow.transformer.SpreadSheetSubsetFromGroup
Returns the tip text for this property.
rowsTipText() - Method in class adams.flow.transformer.SpreadSheetVariableRowIterator
Returns the tip text for this property.
rowsTipText() - Method in class adams.gui.tools.spreadsheetviewer.chart.Histogram
Returns the tip text for this property.
rowsTipText() - Method in class weka.filters.supervised.attribute.SIMPLSMatrixFilterFromGeneticString
 
rowsum(Matrix) - Static method in class edu.umbc.cs.maple.utils.JamaUtils
Computes the sum of each row of a matrix.
rowsum(Matrix, int) - Static method in class edu.umbc.cs.maple.utils.JamaUtils
Gets the sum of the specified row of the matrix.
RowSum - Class in weka.filters.unsupervised.attribute
Sums up all numeric values in a row and replaces them with it.
RowSum() - Constructor for class weka.filters.unsupervised.attribute.RowSum
 
rowsValue() - Method in class adams.core.base.MatrixSubset
Returns the rows range.
rowTipText() - Method in class adams.data.conversion.SpreadSheetInsertCellLocation
Returns the tip text for this property.
rowTipText() - Method in class adams.data.conversion.SpreadSheetUseRowAsHeader
Returns the tip text for this property.
rowTipText() - Method in class adams.data.spreadsheet.cellfinder.SingleCell
Returns the tip text for this property.
rowTipText() - Method in class adams.data.spreadsheet.rowscore.ArrayStatistic
Returns the tip text for this property.
rowTipText() - Method in class adams.data.spreadsheet.rowscore.RowStatistic
Returns the tip text for this property.
rowTipText() - Method in class adams.flow.transformer.SpreadSheetGetCell
Returns the tip text for this property.
rowTipText() - Method in class adams.flow.transformer.SpreadSheetRowStatistic
Returns the tip text for this property.
rowTipText() - Method in class adams.flow.transformer.SpreadSheetSetCell
Returns the tip text for this property.
rowTipText() - Method in class adams.flow.transformer.WekaExperimentEvaluation
Returns the tip text for this property.
rowTipText() - Method in class adams.flow.transformer.WekaGetInstancesValue
Returns the tip text for this property.
rowTipText() - Method in class adams.flow.transformer.WekaSetInstancesValue
Returns the tip text for this property.
rowTipText() - Method in class adams.gui.tools.wekainvestigator.tab.experimenttab.output.TextOutput
Returns the tip text for this property.
RowWisePlotGenerator - Class in adams.flow.transformer.plotgenerator
Generates a separate plot per row in the spreadsheet, using the specified columns as data points.
RowWisePlotGenerator() - Constructor for class adams.flow.transformer.plotgenerator.RowWisePlotGenerator
 
ROYAL_OCTAVO - adams.flow.transformer.pdfproclet.PageSize
 
ROYAL_QUARTO - adams.flow.transformer.pdfproclet.PageSize
 
RPAREN - Static variable in interface adams.parser.actorsuggestion.sym
 
RPAREN - Static variable in interface adams.parser.basedate.sym
 
RPAREN - Static variable in interface adams.parser.basedatetime.sym
 
RPAREN - Static variable in interface adams.parser.basedatetimemsec.sym
 
RPAREN - Static variable in interface adams.parser.basetime.sym
 
RPAREN - Static variable in interface adams.parser.basetimemsec.sym
 
RPAREN - Static variable in interface adams.parser.booleanexpression.sym
 
RPAREN - Static variable in interface adams.parser.externalactorsuggestion.sym
 
RPAREN - Static variable in interface adams.parser.lookupupdate.sym
 
RPAREN - Static variable in interface adams.parser.mathematicalexpression.sym
 
RPAREN - Static variable in interface adams.parser.spreadsheetformula.sym
 
RPAREN - Static variable in interface adams.parser.spreadsheetquery.sym
 
RPAREN - Static variable in interface adams.parser.stringexpression.sym
 
RPAREN - Static variable in interface adams.parser.templatesuggestion.sym
 
RPD - Class in weka.classifiers.evaluation
Computes the RPD (Ratio of Performance to Deviation) for regression models: RPD = SD / RMSE
https://www.academia.edu/4303409/Why_you_dont_need_to_use_RPD
RPD - adams.flow.core.EvaluationStatistic
 
RPD - adams.flow.core.ExperimentStatistic
 
RPD() - Constructor for class weka.classifiers.evaluation.RPD
 
rrse(double[], double[]) - Static method in class adams.data.statistics.StatUtils
Computes the root relative squared error between the two data vectors and returns it.
rrse(Number[], Number[]) - Static method in class adams.data.statistics.StatUtils
Computes the root relative squared error between the two data vectors and returns it.
RRSE - adams.flow.transformer.WekaClassifierRanker.Measure
evaluation via: Root relative squared error.
RRSE - adams.opt.genetic.Measure
Root relative squared error.
RRSE - adams.opt.optimise.genetic.fitnessfunctions.AbstractWEKAFitnessFunction.Measure
evaluation via: Root relative squared error.
rshTipText() - Method in class adams.flow.source.RSync
 
rshTipText() - Method in class adams.flow.source.SimpleRSync
 
rSquared(double[], double[]) - Static method in class adams.data.statistics.StatUtils
Computes the R^2 between the two data vectors and returns it.
rSquared(Number[], Number[]) - Static method in class adams.data.statistics.StatUtils
Computes the R^2 between the two data vectors and returns it.
RSquared - Class in weka.classifiers.evaluation
Computes the R^2 for regression models.
RSquared() - Constructor for class weka.classifiers.evaluation.RSquared
 
RSQUARED - adams.flow.core.EvaluationStatistic
 
RSQUARED - adams.flow.core.ExperimentStatistic
 
RSQUARED - adams.opt.genetic.Measure
R^2.
RSync - Class in adams.flow.source
Supports synchronization using rsync.
In case of an error, the stderr output is forwarded, otherwise stdout output.
RSync() - Constructor for class adams.flow.source.RSync
 
Rsync4jRsyncBinary - Class in adams.flow.source
Outputs the rsync binary used by the rsync4j library.
Rsync4jRsyncBinary() - Constructor for class adams.flow.source.Rsync4jRsyncBinary
 
Rsync4jSshBinary - Class in adams.flow.source
Outputs the ssh binary used by the rsync4j library.
Rsync4jSshBinary() - Constructor for class adams.flow.source.Rsync4jSshBinary
 
rsyncPathTipText() - Method in class adams.flow.source.RSync
 
rsyncPathTipText() - Method in class adams.flow.source.SimpleRSync
 
RTipText() - Method in class adams.data.image.luminance.Custom
Returns the tip text for this property.
Rule2 - Class in weka.classifiers.trees.m5
Generates a single m5 tree or rule
Rule2() - Constructor for class weka.classifiers.trees.m5.Rule2
Constructor declaration
RuleNode2 - Class in weka.classifiers.trees.m5
Constructs a node for use in an m5 tree or rule
RuleNode2(double, double, RuleNode2) - Constructor for class weka.classifiers.trees.m5.RuleNode2
Creates a new RuleNode instance.
Rules - Class in adams.gui.tools.wekainvestigator.tab.associatetab.output
Outputs the rules if available AssociationRulesProducer.
Rules() - Constructor for class adams.gui.tools.wekainvestigator.tab.associatetab.output.Rules
 
rulesTipText() - Method in class adams.data.objectfilter.RenameLabels
Returns the tip text for this property.
rulesTipText() - Method in class adams.flow.transformer.LookUpUpdate
Returns the tip text for this property.
run() - Method in class adams.core.management.OutputProcessStream
Prints the output from the process.
run() - Method in class adams.core.TimeIt
Times the execution and outputs the elapsed time.
run() - Method in class adams.flow.core.RunnableWithLogging
Starts the execution.
run() - Method in class adams.flow.standalone.Stopwatch.Timer
Runs the timer.
run() - Method in class adams.gui.flow.FlowEditorPanel
Executes the flow.
run() - Method in class adams.gui.flow.FlowPanel
Executes the flow.
run() - Method in class adams.gui.flow.FlowRunnerPanel
Executes the flow.
run() - Method in class adams.gui.flow.FlowWorker
Execute the flow.
run() - Method in class adams.gui.scripting.ScriptingEngineThread
Executes the scripting commands.
run() - Method in class adams.gui.tools.wekainvestigator.job.InvestigatorJob
Executes the job.
run() - Method in class adams.gui.tools.wekainvestigator.job.InvestigatorTabJob
Executes the job.
run() - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeVisualizationPanel.BarCalc
 
run() - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeVisualizationPanel.HistCalc
 
run() - Method in class adams.gui.tools.wekamultiexperimenter.runner.AbstractExperimentRunner
Starts running the experiment.
run() - Method in class adams.opt.genetic.AbstractGeneticAlgorithm
Runs the genetic algorithm.
run() - Method in class adams.opt.optimise.genetic.AbstractGeneticAlgorithm
Runs the genetic algorithm.
run() - Method in class adams.run.RunScheme
Runs the scheme and prints some information to stdout.
run() - Method in class adams.tools.AbstractTool
Executes the tool.
run(boolean, boolean) - Method in class adams.gui.flow.FlowEditorPanel
Executes the flow.
run(boolean, boolean) - Method in class adams.gui.flow.FlowPanel
Executes the flow.
run(boolean, boolean) - Method in class adams.gui.flow.FlowRunnerPanel
Executes the flow.
run(AbstractTool) - Method in class adams.gui.tools.AbstractRunToolPanel
applies the given tool.
runApplication(Class, Class, String[]) - Static method in class adams.console.AbstractConsoleApplication
Runs the application from the commandline.
runApplication(Class, Class, String[]) - Static method in class adams.gui.application.AbstractApplicationFrame
Runs the application from the commandline.
runApplication(Class, Class, String[]) - Static method in class adams.terminal.application.AbstractTerminalApplication
Runs the application from the commandline.
runClassifier(Classifier, String[]) - Static method in class weka.classifiers.simple.AbstractSimpleClassifier
runs the classifier instance with the given options.
RunClearGraphicalOutput - Class in adams.gui.flow.menu
Removes all graphical output.
RunClearGraphicalOutput() - Constructor for class adams.gui.flow.menu.RunClearGraphicalOutput
 
runCommands(Class, Class, String[]) - Static method in class adams.scripting.CommandRunner
Runs the flow from commandline.
RunDatabaseScheme - Class in adams.run
Abstract ancestor for RunSchemes that need to access the database.
RunDatabaseScheme() - Constructor for class adams.run.RunDatabaseScheme
 
RunDebug - Class in adams.gui.flow.menu
Executes the flow in debug mode.
RunDebug() - Constructor for class adams.gui.flow.menu.RunDebug
 
RunDisableAllBreakpoints - Class in adams.gui.flow.menu
Disables all breakpoints.
RunDisableAllBreakpoints() - Constructor for class adams.gui.flow.menu.RunDisableAllBreakpoints
 
RunDisplayErrors - Class in adams.gui.flow.menu
Displays errors from last run.
RunDisplayErrors() - Constructor for class adams.gui.flow.menu.RunDisplayErrors
 
RunEnableAllBreakpoints - Class in adams.gui.flow.menu
Enables all breakpoints.
RunEnableAllBreakpoints() - Constructor for class adams.gui.flow.menu.RunEnableAllBreakpoints
 
runEnvironment(Class, String[]) - Static method in class adams.env.AbstractEnvironment
Executes the environment class from commandline.
runEvaluator(Class, String[]) - Static method in class adams.parser.AbstractExpressionEvaluator
Runs the evaluator from commandline.
runExperimenter(String[]) - Static method in class adams.gui.tools.wekamultiexperimenter.MultiExperimenter
Runs an experimenter instance.
runExplorer(String[]) - Static method in class weka.gui.explorer.ExplorerExt
Runs an explorer instance.
runExplorer(String[]) - Static method in class weka.gui.explorer.MultiExplorer
Runs an explorer instance.
runFlow() - Method in class adams.gui.tools.ImageProcessorPanel
Runs the flow.
runFlow() - Method in class adams.gui.tools.ImageProcessorSubPanel
Runs the flow.
runFlow() - Method in class adams.gui.tools.spreadsheetprocessor.processors.FlowProcessor
Runs the flow.
runFlow(Class, Class, Class[], String[]) - Static method in class adams.flow.FlowRunner
Runs the flow from commandline.
RunFlow - Class in adams.gui.scripting
Abstract ancestor for scriptlets that run flows and replace the data containers.
RunFlow() - Constructor for class adams.gui.scripting.RunFlow
 
RunFlowOverlay - Class in adams.gui.scripting
Abstract ancestor for scriptlets that run flows and overlay the data containers.
RunFlowOverlay() - Constructor for class adams.gui.scripting.RunFlowOverlay
 
runFrame(Class, Class) - Static method in class adams.gui.core.BaseFrame
Runs the frame from the commandline.
runFrame(Class, Class, String[]) - Static method in class adams.gui.core.AbstractFrameWithOptionHandling
Runs the frame from the commandline.
RunGC - Class in adams.gui.flow.menu
Enables/disables running GC after flow execution.
RunGC() - Constructor for class adams.gui.flow.menu.RunGC
 
runGeneticAlgorithm(Class, Class, String[]) - Static method in class adams.opt.genetic.AbstractGeneticAlgorithm
Runs the genetic algorithm with the given options.
runGeneticAlgorithm(Class, Class, String[]) - Static method in class adams.opt.optimise.genetic.AbstractGeneticAlgorithm
Runs the genetic algorithm with the given options.
RunHeadless - Class in adams.gui.flow.menu
Enables/disables headless mode.
RunHeadless() - Constructor for class adams.gui.flow.menu.RunHeadless
 
RunInformation - Class in adams.gui.tools.wekainvestigator.tab.associatetab.output
Generates run information.
RunInformation - Class in adams.gui.tools.wekainvestigator.tab.attseltab.output
Generates run information.
RunInformation - Class in adams.gui.tools.wekainvestigator.tab.classifytab.output
Generates run information.
RunInformation - Class in adams.gui.tools.wekainvestigator.tab.clustertab.output
Generates run information.
RunInformation - Class in adams.gui.tools.wekainvestigator.tab.experimenttab.output
Generates run information.
RunInformation() - Constructor for class adams.gui.tools.wekainvestigator.tab.associatetab.output.RunInformation
 
RunInformation() - Constructor for class adams.gui.tools.wekainvestigator.tab.attseltab.output.RunInformation
 
RunInformation() - Constructor for class adams.gui.tools.wekainvestigator.tab.classifytab.output.RunInformation
 
RunInformation() - Constructor for class adams.gui.tools.wekainvestigator.tab.clustertab.output.RunInformation
 
RunInformation() - Constructor for class adams.gui.tools.wekainvestigator.tab.experimenttab.output.RunInformation
 
RunInformationHelper - Class in adams.gui.tools.wekainvestigator.output
Helper class for run information.
RunInformationHelper() - Constructor for class adams.gui.tools.wekainvestigator.output.RunInformationHelper
 
runInformationTipText() - Method in class adams.gui.tools.wekainvestigator.tab.attseltab.output.TextStatistics
Returns the tip text for this property.
runInformationTipText() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.TextStatistics
Returns the tip text for this property.
runInformationTipText() - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.output.TextStatistics
Returns the tip text for this property.
runInformationTipText() - Method in class adams.gui.tools.wekainvestigator.tab.experimenttab.output.TextOutput
Returns the tip text for this property.
runJavadoc(Class, String[]) - Static method in class adams.doc.javadoc.Javadoc
runs the javadoc producer with the given commandline options.
runJConsole(int) - Method in class adams.gui.tools.SystemInfoPanel
Starts up jconsole.
runJMap(int) - Method in class adams.gui.tools.SystemInfoPanel
Runs jmap and displays the result.
runJVisualVM(int) - Method in class adams.gui.tools.SystemInfoPanel
Starts up jvisualvm.
RunKill - Class in adams.gui.flow.menu
Kills the flow.
RunKill() - Constructor for class adams.gui.flow.menu.RunKill
 
runListing(String[]) - Static method in class adams.doc.listing.Listing
For generating the listing.
runMailer(String[]) - Static method in class adams.core.net.SimpleMailer
Runs the mailer from the commandline.
RunnableWithLogging - Class in adams.flow.core
Extended Runnable class that offers logging and can be stopped.
RunnableWithLogging() - Constructor for class adams.flow.core.RunnableWithLogging
 
RUNNING - adams.gui.flow.FlowMultiPagePane.FlowPanelFilter
flow is running.
runningFlow - Variable in class adams.gui.flow.tree.StateContainer
the currently running flow.
RunningFlowsRegistry - Class in adams.flow.control
Used for registering running flows.
RunParseError - Class in adams.gui.flow.menu
Opens dialog for parsing an error.
RunParseError() - Constructor for class adams.gui.flow.menu.RunParseError
 
RunPauseResume - Class in adams.gui.flow.menu
Pauses/resumes the flow.
RunPauseResume() - Constructor for class adams.gui.flow.menu.RunPauseResume
 
runProducer(Class, String[]) - Static method in class adams.core.option.AbstractOptionProducer
Runs an option producer from commandline.
runReader(Class, Class, String[]) - Static method in class adams.data.io.input.AbstractSpreadSheetReader
Runs the reader from commandline.
RunRemoteFlow - Class in adams.scripting.command.flow
Loads and runs a flow on a remote server.
RunRemoteFlow() - Constructor for class adams.scripting.command.flow.RunRemoteFlow
 
RunRemoveAllBreakpoints - Class in adams.gui.flow.menu
Removes all breakpoints.
RunRemoveAllBreakpoints() - Constructor for class adams.gui.flow.menu.RunRemoveAllBreakpoints
 
RunRun - Class in adams.gui.flow.menu
Executes the flow.
RunRun() - Constructor for class adams.gui.flow.menu.RunRun
 
RunRunAll - Class in adams.gui.flow.menu
Executes all the flow.
RunRunAll() - Constructor for class adams.gui.flow.menu.RunRunAll
 
runRunsTipText() - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.MultiRunGenerator
Returns the tip text for this property.
runScheme(Class, Class, String[]) - Static method in class adams.run.RunScheme
Runs the tool from commandline.
RunScheme - Class in adams.run
Abstract class for running non-commandline schemes from commandline.
RunScheme() - Constructor for class adams.run.RunScheme
default constructor.
runScriptingEngine(Class, Class, String[]) - Static method in class adams.scripting.engine.AbstractScriptingEngine
Runs the engine from the commandline.
runScriptingEngine(Class, String[]) - Static method in class adams.scripting.engine.AbstractScriptingEngine
Runs the engine from the commandline.
runSetup(Class, Class, String[]) - Static method in class adams.flow.FlowSetupRunner
Runs the setup from commandline.
runsTipText() - Method in class adams.flow.sink.WekaExperimentGenerator
Returns the tip text for this property.
runsTipText() - Method in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment
Returns the tip text for this property.
RunStop - Class in adams.gui.flow.menu
Stops the flow.
RunStop() - Constructor for class adams.gui.flow.menu.RunStop
 
RunStopAll - Class in adams.gui.flow.menu
Stops all the flow.
RunStopAll() - Constructor for class adams.gui.flow.menu.RunStopAll
 
RunStorage - Class in adams.gui.flow.menu
Brings up dialog with current storage items.
RunStorage() - Constructor for class adams.gui.flow.menu.RunStorage
 
RuntimeIDGenerator - Class in adams.data.id
Helper class for generating unique IDs at runtime.
RuntimeIDGenerator() - Constructor for class adams.data.id.RuntimeIDGenerator
Initializes the generator.
RuntimeTab - Interface in adams.gui.flow.tab
Interface for tabs that are only used at runtim.
RunToHere - Class in adams.gui.flow.tree.menu
Attaches a one-off breakpoint to the selected actor using its full name for a PathBreakpoint.
RunToHere() - Constructor for class adams.gui.flow.tree.menu.RunToHere
 
runTool(Class, Class, String[]) - Static method in class adams.tools.AbstractTool
Runs the tool from the commandline.
RunTool - Class in adams.gui.menu
Opens the "Run Tool" dialog.
RunTool - Class in adams.gui.scripting
Action parameters:
RunTool - Class in adams.tools
Runs a tool from commandline.
RunTool() - Constructor for class adams.gui.menu.RunTool
Initializes the menu item with no owner.
RunTool() - Constructor for class adams.gui.scripting.RunTool
 
RunTool() - Constructor for class adams.tools.RunTool
 
RunTool(AbstractApplicationFrame) - Constructor for class adams.gui.menu.RunTool
Initializes the menu item.
RunToolPanel - Class in adams.gui.tools
A panel for executing tools from the GUI.
RunToolPanel() - Constructor for class adams.gui.tools.RunToolPanel
 
runUnsafe(File) - Method in class adams.gui.flow.FlowEditorPanel
Attempts to load/run the file.
runUnsafe(File) - Method in class adams.gui.flow.FlowRunnerPanel
Attempts to load/run the file.
RunValidateSetup - Class in adams.gui.flow.menu
Validates the current setup.
RunValidateSetup() - Constructor for class adams.gui.flow.menu.RunValidateSetup
 
RunVariables - Class in adams.gui.flow.menu
Brings up dialog with current variables.
RunVariables() - Constructor for class adams.gui.flow.menu.RunVariables
 
runWindow(Class, Class) - Static method in class adams.gui.core.BaseWindow
Runs the window from the commandline.
RUSSIAN - adams.flow.core.TesseractLanguage
 
RWH - Static variable in class adams.gui.core.DragAndDropTabbedPane
 

S

S - adams.data.image.HSVChannel
 
safeLinksTipText() - Method in class adams.flow.source.RSync
 
SafeRemoveRange - Class in weka.filters.unsupervised.instance
A filter that removes a given range of instances of a dataset.
Works just like weka.filters.unsupervised.instance.RemoveRange, but has a more robust handling of instance ranges.
SafeRemoveRange() - Constructor for class weka.filters.unsupervised.instance.SafeRemoveRange
 
sam(double[], double[][], boolean) - Static method in class adams.data.statistics.SpectralAngleMapperUtils
Calculates the angles between a test spectrum and an array of reference spectra.
sam(double[], double[], boolean) - Static method in class adams.data.statistics.SpectralAngleMapperUtils
Calculates the angle between two spectra.
SAME_NAME - adams.core.io.MetaDataFileUtils.MetaDataLocation
 
sameAxisChange(ItemEvent) - Method in class adams.gui.visualization.stats.boxplot.BoxPlotManager
Sets the axis scale to be the same for each box plot
sameAxisTipText() - Method in class adams.flow.sink.BoxPlot
Returns the tip text for this property
sample() - Method in class adams.gui.visualization.stats.core.SubSample
Take a sample of the dataset
SAMPLE_SIZE - adams.flow.sink.WekaThresholdCurve.AttributeName
 
SAMPLE_SIZE - Static variable in class weka.filters.unsupervised.attribute.InterquartileRangeSamp
 
sampleCorrs(Instances) - Method in class weka.classifiers.meta.Corr
 
sampleDevs(Instances, double[]) - Method in class weka.classifiers.meta.Corr
 
sampleIDTipText() - Method in class adams.flow.transformer.AbstractDeleteDbReportValue
Returns the tip text for this property.
sampleIntervalTipText() - Method in class adams.flow.standalone.MemoryMonitor
Returns the tip text for this property.
SamplePlot - Class in adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated
Generates a plot with statistics derived for each sample across the cross-validation runs.
SamplePlot() - Constructor for class adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.SamplePlot
 
SamplesControlChart - Interface in adams.data.spc
Interface for control charts that work on samples rather than individuals.
sampleSizeTipText() - Method in class adams.data.spc.AbstractControlChartWithSampleSize
Returns the tip text for this property.
sampleSizeTipText() - Method in interface adams.data.spc.ControlChartWithSampleSize
Returns the tip text for this property.
sampleSizeTipText() - Method in class adams.data.spc.XBarRChart
Returns the tip text for this property.
sampleSizeTipText() - Method in class adams.data.spc.XBarSChart
Returns the tip text for this property.
sampleSizeTipText() - Method in class adams.flow.transformer.SpreadSheetRandomSystematicSample
Returns the tip text for this property.
sampleSizeTipText() - Method in class weka.filters.unsupervised.attribute.InterquartileRangeSamp
Returns the tip text for this property.
sampleTypeTipText() - Method in class weka.classifiers.trees.XGBoost
Gets the tip-text for the sampleType option.
sampleWithoutReplacement(T[], double[], int) - Static method in class edu.umbc.cs.maple.utils.MathUtils
Samples from a set of weighted objects without replacement.
sampleWithReplacement(T[], double[], int) - Static method in class edu.umbc.cs.maple.utils.MathUtils
Samples from a set of weighted objects with replacement.
sanitize(String) - Method in class adams.core.option.FlowStructureDotProducer
Sanitizes the label.
sanitize(String) - Method in class adams.core.option.FlowStructureGraphMLProducer
Sanitizes the label.
SATURDAY - Static variable in class adams.data.conversion.ExtractDateTimeField
the saturday constant.
SATURDAY_TO_THURSDAY - adams.core.BusinessDays
 
save() - Method in class adams.core.AbstractFileBasedHistory
Saves the history to disk.
save() - Method in class adams.core.AbstractPersistentHistory
Saves the history to disk.
save() - Method in class adams.core.management.CharsetHelper
Saves the settings in the user's home directory.
save() - Method in class adams.core.management.LocaleHelper
Saves the settings in the user's home directory.
save() - Method in class adams.core.management.TimeZoneHelper
Saves the settings in the user's home directory.
save() - Method in class adams.core.net.EmailAddressBook
Saves the properties.
save() - Method in class adams.core.net.ProxyHelper
Saves the settings in the user's home directory.
save() - Method in class adams.core.StringHistory
Saves the history to disk.
save() - Method in class adams.data.tesseract.TesseractHelper
Saves the settings in the user's home directory.
save() - Method in class adams.gui.core.AbstractTextAreaPanelWithAdvancedSyntaxHighlighting
Pops up dialog to save the content in a file.
save() - Method in class adams.gui.core.BaseLogPanel
Saves the log to a file that the user chooses.
save() - Method in class adams.gui.core.StyledTextEditorPanel
Pops up dialog to save the content in a file.
save() - Method in class adams.gui.core.TextEditorPanel
Pops up dialog to save the content in a file if no filename provided, otherwise saves the .
save() - Static method in class adams.gui.core.UISettings
Stores the settings.
save() - Method in class adams.gui.flow.FlowControlCenterPanel
Saves the setup.
save() - Method in class adams.gui.flow.FlowEditorPanel
Saves the flow.
save() - Static method in class adams.gui.flow.tree.record.add.MostCommon
Performs the actual save operation.
save() - Static method in class adams.gui.flow.tree.record.enclose.MostCommon
Performs the actual save operation.
save() - Method in class adams.gui.goe.PersistentObjectHistory
Saves the history to disk.
save() - Method in class adams.gui.scripting.AbstractScriptingDialog
saves the current script to a file.
save() - Method in class adams.gui.scripting.ScriptingLogPanel
Allows the user to save the log to a file.
save() - Method in class adams.gui.tools.FavoritesManagementPanel
Saves the current favorites.
save() - Method in class adams.gui.tools.PlaceholderManagementPanel
Saves the current placeholders.
save() - Method in class adams.gui.tools.PropertiesViewerPanel
Saves the current properties.
save() - Method in class adams.gui.tools.spreadsheetprocessor.targets.FileTarget
Loads the data
save() - Method in class adams.gui.tools.SpreadSheetViewerPanel
Saves the current sheet (uses SwingWorker).
save() - Method in class adams.gui.tools.wekainvestigator.output.AbstractOutputPanelWithPopupMenu
Pops up the filechooser.
save() - Method in class adams.gui.tools.XSLTPanel.SubPanel
Lets the user save the content to a file.
save() - Method in class adams.gui.visualization.stats.fourinone.VersusFit
Saves the data as spreadsheet.
save() - Method in class adams.gui.visualization.stats.fourinone.VersusOrder
Saves the data as spreadsheet.
save() - Method in class adams.gui.visualization.stats.histogram.Histogram
Saves the data as spreadsheet.
save() - Method in class adams.gui.visualization.stats.probabilityplot.NormalPlot
Saves the data as spreadsheet.
save() - Method in class adams.gui.visualization.stats.probabilityplot.ProbabilityPlot
Saves the data as spreadsheet.
save() - Method in class adams.gui.visualization.stats.scatterplot.ScatterPlot
Saves all data points to a spreadsheet.
save() - Method in class adams.gui.visualization.stats.zscore.ZScore
Saves the data as spreadsheet.
save() - Method in class weka.gui.explorer.ExplorerExt
Allows the user to save the file.
save(double[], double[]) - Method in class adams.gui.visualization.stats.scatterplot.ScatterPlot
Saves the data as spreadsheet.
save(FlowWriter, File) - Method in class adams.gui.flow.FlowPanel
Saves the flow.
save(SpreadSheetWriter, File, boolean) - Method in class adams.gui.tools.SpreadSheetViewerPanel
Writes the file to disk (uses SwingWorker).
save(AbstractExperiment, File) - Method in class adams.gui.tools.wekamultiexperimenter.io.DefaultAdamsExperimentIO
Saves an experiment.
save(File) - Method in class adams.gui.core.AbstractTextAreaPanelWithAdvancedSyntaxHighlighting
Saves the content under the specified file.
save(File) - Method in class adams.gui.core.StyledTextEditorPanel
Saves the content under the specified file.
save(File) - Method in class adams.gui.tools.wekainvestigator.output.AbstractOutputPanelWithPopupMenu
Saves the content to the specified file.
save(File) - Method in class adams.gui.tools.wekainvestigator.output.ComponentContentPanel
Saves the content to the specified file.
save(File) - Method in class adams.gui.tools.wekainvestigator.output.TableContentPanel
Saves the content to the specified file.
save(File) - Method in class adams.gui.tools.wekainvestigator.output.TextualContentPanel
Saves the content to the specified file.
save(File) - Method in class adams.gui.visualization.image.ImagePanel
Writes the current image to the given file.
save(File, boolean) - Method in class adams.gui.scripting.AbstractScriptingDialog
Saves the current content to the specified file.
save(File, ImageWriter<AbstractImageContainer>) - Method in class adams.gui.visualization.image.ImagePanel
Writes the current image to the given file.
save(File, String) - Method in class adams.gui.core.TextEditorPanel
Saves the content under the specified file.
save(String) - Method in class adams.core.Properties
Saves the properties to the given file.
save(String) - Static method in class adams.gui.tools.previewbrowser.PropertiesManager
Saves the properties.
save(String[], File) - Static method in class adams.gui.scripting.AbstractScriptingEngine
Saves the script content in the given file.
save(String, String) - Method in class adams.core.Properties
Saves the properties to the given file.
save(List<String>, File) - Static method in class adams.gui.scripting.AbstractScriptingEngine
Saves the script content in the given file.
save(PDDocument, File) - Static method in class adams.core.io.PDFBox
Saves the PDF document under the specified filename.
save(PDDocument, String) - Static method in class adams.core.io.PDFBox
Saves the PDF document under the specified filename.
save(T, File) - Method in class adams.gui.tools.wekamultiexperimenter.io.AbstractExperimentIO
Saves an experiment.
save(Experiment, File) - Method in class adams.gui.tools.wekamultiexperimenter.io.DefaultWekaExperimentIO
Saves an experiment.
save(RemoteExperiment, File) - Method in class adams.gui.tools.wekamultiexperimenter.io.RemoteWekaExperimentIO
Saves an experiment.
Save - Class in adams.gui.flow.notificationareaaction
Saves the content to a file.
Save - Class in adams.gui.tools.wekainvestigator.datatable.action
Saves the selected data.
Save() - Constructor for class adams.gui.flow.notificationareaaction.Save
Instantiates the action.
Save() - Constructor for class adams.gui.tools.wekainvestigator.datatable.action.Save
Instantiates the action.
saveAs() - Method in class adams.flow.sink.AbstractGraphicalDisplay
Saves the panel as picture.
saveAs() - Method in class adams.flow.sink.AbstractTextualDisplay
Saves the setups.
saveAs() - Method in class adams.flow.sink.DisplayPanelGrid
Saves the setups.
saveAs() - Method in class adams.flow.sink.DisplayPanelManager
Saves the setups.
saveAs() - Method in class adams.flow.sink.PDFViewer
Saves the panel as picture.
saveAs() - Method in class adams.flow.standalone.ConsoleWindow
Saves the setups.
saveAs() - Method in class adams.gui.core.AbstractTextAreaPanelWithAdvancedSyntaxHighlighting
Pops up dialog to save the content in a file.
saveAs() - Method in class adams.gui.core.ConsolePanel.OutputPanel
Saves the current content to a file.
saveAs() - Method in interface adams.gui.core.LogPanel
Saves the current content to a file.
saveAs() - Method in class adams.gui.core.SimpleLogPanel
Saves the current content to a file.
saveAs() - Method in class adams.gui.core.StyledTextEditorPanel
Pops up dialog to save the content in a file.
saveAs() - Method in class adams.gui.core.TextEditorPanel
Pops up dialog to save the content in a file.
saveAs() - Method in class adams.gui.dialog.SpreadSheetPanel
Saves the current sheet.
saveAs() - Method in class adams.gui.flow.FlowControlCenterPanel
Saves the setups.
saveAs() - Method in class adams.gui.flow.FlowEditorPanel
Saves the flow.
saveAs() - Method in class adams.gui.scripting.AbstractScriptingDialog
saves the current script to a file.
saveAs() - Method in class adams.gui.tools.SpreadSheetViewerPanel
Saves the current sheet under a new name (uses SwingWorker).
saveAs() - Method in class adams.gui.tools.SystemInfoPanel
Saves the table content as CSV file.
saveAs() - Method in class adams.gui.visualization.image.ImageViewerPanel
Saves the current image under a new name.
saveAs() - Method in class adams.gui.visualization.object.CanvasPanel
Saves the image to disk.
saveAs() - Method in class weka.gui.explorer.ExplorerExt
Allows the user to save the file.
saveAs(TableRowRange) - Method in class adams.gui.core.BaseTable
Pops up a save dialog for saving the data to a file.
saveAs(TableRowRange) - Method in class adams.gui.visualization.instances.InstancesTable
Exports the data.
SaveAs - Class in adams.gui.visualization.instance.containerlistpopup
Allows the saving of an instance container.
SaveAs - Class in adams.gui.visualization.sequence.containerlistpopup
Allows the saving of a sequence container.
SaveAs - Class in adams.gui.visualization.spreadsheet.containerlistpopup
Allows the saving of an instance container.
SaveAs() - Constructor for class adams.gui.visualization.instance.containerlistpopup.SaveAs
 
SaveAs() - Constructor for class adams.gui.visualization.sequence.containerlistpopup.SaveAs
 
SaveAs() - Constructor for class adams.gui.visualization.spreadsheet.containerlistpopup.SaveAs
 
saveBaseModel(String) - Method in class weka.classifiers.timeseries.BaselineAdjustedForecaster
Save underlying classifier
saveBuffer(String) - Method in class weka.gui.explorer.ExperimentPanel
Save the currently selected experiment output to a file.
saveComponent() - Method in class adams.gui.core.BasePanel
displays a save dialog for saving the panel to a file.
saveComponent() - Method in class adams.gui.print.PrintMouseListener
displays a save dialog for saving the panel to a file.
saveConfiguration() - Method in class adams.gui.tools.SpreadSheetProcessorPanel
Alles the user to save the currrent configuration.
saveCounter() - Static method in class adams.gui.flow.tree.record.add.MostCommon
Saves the counter as CSV file.
saveCounter() - Static method in class adams.gui.flow.tree.record.enclose.MostCommon
Saves the counter as CSV file.
saveDataset() - Method in class adams.gui.tools.wekainvestigator.tab.DataQueryTab
Saves the result as a new dataset.
saveEntry(String) - Method in class adams.gui.core.BufferHistoryPanel
Saves the entry to a file.
saveEntry(String) - Method in class adams.gui.help.HelpHistoryPanel
Saves the entry to a file.
saveExperimentData(ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.ExperimentTab.HistoryPanel
Saves the results to a file.
saveFlow() - Method in class adams.gui.tools.ImageProcessorPanel
Allows the user to save the current flow snippet.
saveFlow() - Method in class adams.gui.tools.spreadsheetprocessor.processors.FlowProcessor
Allows the user to save the current flow snippet.
SaveGraph - Class in weka.gui.visualize.plugins
Allows user to save graph (eg generated by BayesNet) as file.
SaveGraph() - Constructor for class weka.gui.visualize.plugins.SaveGraph
 
SaveIndexedSplitsRuns - Class in adams.gui.tools.wekainvestigator.datatable.action
Saves the indexed splits runs generated from the selected data.
SaveIndexedSplitsRuns() - Constructor for class adams.gui.tools.wekainvestigator.datatable.action.SaveIndexedSplitsRuns
Instantiates the action.
saveInstance(InstanceContainer) - Method in class adams.gui.visualization.instance.InstancePanel
Saves the specified instance as spreadsheet file.
saveInstance(SpreadSheetRowContainer) - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowPanel
Saves the specified instance as spreadsheet file.
saveInstancesTipText() - Method in class weka.classifiers.trees.M5P2
Returns the tip text for this property
saveModel(ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.AssociateTab.HistoryPanel
Saves the model to a file.
saveModel(ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.ClassifyTab.HistoryPanel
Saves the model to a file.
saveModel(ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.ClusterTab.HistoryPanel
Saves the model to a file.
saveNotes() - Method in class adams.gui.tools.PreviewBrowserPanel
Allows the user to save the current notes.
saveObject(Object) - Method in class adams.gui.goe.GenericObjectEditor.GOEPanel
Saves an object to a file selected by the user.
saveObject(Object) - Method in class weka.classifiers.meta.Corr
 
saveOutput(BaseFileChooser, BaseTextAreaWithButtons) - Method in class adams.gui.tools.AbstractSimpleConversionPanel
Saves the output to a file.
saveOutput(BaseFileChooser, BaseTextAreaWithButtons) - Method in class adams.gui.tools.OptionsConversionPanel
Saves the output to a file.
saveParameters() - Method in class adams.gui.tools.wekainvestigator.tab.AbstractInvestigatorTab
Prompts the user to select a yaml file to store the parameters of the tab under.
savePlot() - Method in class adams.gui.visualization.core.plot.ContentPanel
Displays a save dialog for saving the plot to a file.
saveProperties() - Method in class adams.gui.core.PropertiesParameterPanel
Saves properties to a file, prompts the user to select props file.
saveProperties() - Method in class adams.gui.wizard.AbstractWizardPage
Saves properties to a file, prompts the user to select props file.
saveProperties() - Method in class adams.gui.wizard.AbstractWizardPane
Saves properties to a file, prompts the user to select props file.
saveProperties() - Method in class adams.gui.wizard.WekaPropertySheetPanelPage
Saves properties to a file, prompts the user to select props file.
saveProperties(Properties) - Method in class adams.gui.chooser.FileChooserBookmarksPanel.FileChooserBookmarksPropertiesHandler
Saves the properties.
saveReducedData(ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.AttributeSelectionTab.HistoryPanel
Saves the reduced data to a file.
saveReport() - Method in class adams.gui.visualization.image.ImagePanel.PaintPanel
Saves the report to a file.
saveReport() - Method in class adams.gui.visualization.image.ImagePanel
Saves the report to a file.
saveReport(ImageAnnotator.AnnotatorPanel, File) - Method in class adams.gui.tools.previewbrowser.AnnotateImage
Saves the report of the panel to disk.
SaveReport - Class in adams.gui.visualization.report.reportfactory
Saves the report.
SaveReport() - Constructor for class adams.gui.visualization.report.reportfactory.SaveReport
Default constructor.
saveResults() - Method in class adams.gui.tools.wekamultiexperimenter.ExperimenterPanel
Saves the results to a file.
saveResults(File) - Method in class adams.gui.tools.wekamultiexperimenter.ExperimenterPanel
Saves the results to the file.
saveResults(File, AbstractFileSaver) - Method in class adams.gui.tools.wekamultiexperimenter.ExperimenterPanel
Saves the results to the file.
saveSequence(XYSequenceContainer) - Method in class adams.gui.visualization.sequence.XYSequencePanel
Saves the specified sequence as spreadsheet file.
saveSession() - Method in class adams.gui.tools.FindInFilesPanel
Stores the current parameters in a session props file.
saveSetup() - Method in class adams.core.SerializableObjectHelper
Saves the owner's member variables to the specified file (ignored if pointing to a directory).
saveSetup() - Method in class adams.gui.tools.wekamultiexperimenter.ExperimenterPanel
Allows the user to save the file.
saveSetup(File) - Method in class adams.gui.tools.wekamultiexperimenter.ExperimenterPanel
Saves the experiment to the specified file.
saveSetupAs() - Method in class adams.gui.tools.wekamultiexperimenter.ExperimenterPanel
Allows the user to save the file.
saveTextAs() - Method in class adams.flow.sink.AbstractGraphicalDisplay
Saves the text.
saveTo(File) - Method in class adams.gui.visualization.pdf.PDFPanel
Saves the document to the specified file.
saveTo(Document, File) - Static method in class adams.core.io.IcePDF
Saves the document to the specified file.
saveToFile(String[], File) - Static method in class adams.core.io.FileUtils
Saves the content to the given file.
saveToFile(List<String>, File) - Static method in class adams.core.io.FileUtils
Saves the content to the given file.
saveToFile(List<String>, File, String) - Static method in class adams.core.io.FileUtils
Saves the content to the given file.
saveToFileMsg(List<String>, File, String) - Static method in class adams.core.io.FileUtils
Saves the content to the given file.
SaveTree - Class in weka.gui.visualize.plugins
Saves a tree in dotty notation as file.
SaveTree() - Constructor for class weka.gui.visualize.plugins.SaveTree
 
saveVisible() - Method in class adams.gui.visualization.stats.scatterplot.ScatterPlot
Saves only the visible data points to a spreadsheet.
saveVisible(double[], double[]) - Method in class adams.gui.visualization.sequence.XYSequencePanel
Saves all the visible sequences to a directory with a user-specified spreadsheet writer.
SaveVisible - Class in adams.gui.visualization.instance.plotpopup
Allows the user to save the visible containers as ARFF.
SaveVisible - Class in adams.gui.visualization.spreadsheet.plotpopup
Allows the user to save the visible containers as ARFF.
SaveVisible - Class in adams.gui.visualization.timeseries.plotpopup
Allows the user to save the visible containers.
SaveVisible() - Constructor for class adams.gui.visualization.instance.plotpopup.SaveVisible
 
SaveVisible() - Constructor for class adams.gui.visualization.spreadsheet.plotpopup.SaveVisible
 
SaveVisible() - Constructor for class adams.gui.visualization.timeseries.plotpopup.SaveVisible
 
saveVisibleDataPoints() - Method in class adams.gui.visualization.sequence.XYSequencePanel
Saves all the visible data points to a directory with a user-specified spreadsheet writer.
SaveVisibleDataPoints - Class in adams.gui.visualization.sequence.plotpopup
Allows the user to save the visible data ppints.
SaveVisibleDataPoints() - Constructor for class adams.gui.visualization.sequence.plotpopup.SaveVisibleDataPoints
 
saveVisibleSequences() - Method in class adams.gui.visualization.sequence.XYSequencePanel
Saves all the visible sequences to a directory with a user-specified spreadsheet writer.
SaveVisibleSequences - Class in adams.gui.visualization.sequence.plotpopup
Allows the user to save the visible sequences.
SaveVisibleSequences() - Constructor for class adams.gui.visualization.sequence.plotpopup.SaveVisibleSequences
 
saveVisibleSeries() - Method in class adams.gui.visualization.timeseries.TimeseriesPanel
Saves the visible timeseries to a directory.
saveWorkspace() - Method in class adams.gui.workspace.AbstractSerializableWorkspaceManagerPanel
Saves the current workspace.
saveWorkspace() - Method in class weka.gui.explorer.MultiExplorer
Saves the current workspace.
SavitzkyGolay - Class in adams.data.utils
A helper class for Savitzky-Golay.
SavitzkyGolay - Class in adams.flow.control.plotprocessor
A processor that applies SavitzkyGolay smoothing.

For more information see:

A.
SavitzkyGolay - Class in adams.ml.preprocessing.unsupervised
A filter that applies Savitzky-Golay smoothing.

For more information see:

A.
SavitzkyGolay - Class in weka.filters.unsupervised.attribute
A filter that applies Savitzky-Golay smoothing.
If a class attribute is present this will not be touched and moved to the end.

For more information see:

A.
SavitzkyGolay() - Constructor for class adams.data.utils.SavitzkyGolay
 
SavitzkyGolay() - Constructor for class adams.flow.control.plotprocessor.SavitzkyGolay
 
SavitzkyGolay() - Constructor for class adams.ml.preprocessing.unsupervised.SavitzkyGolay
 
SavitzkyGolay() - Constructor for class weka.filters.unsupervised.attribute.SavitzkyGolay
 
SavitzkyGolay2 - Class in weka.filters.unsupervised.attribute
A filter that applies Savitzky-Golay smoothing.
If a class attribute is present this will not be touched and moved to the end.

For more information see:

A.
SavitzkyGolay2() - Constructor for class weka.filters.unsupervised.attribute.SavitzkyGolay2
 
SavitzkyGolay2NumPoints - Class in adams.core.discovery.genetic
SavitzkyGolay numPoints handler.
SavitzkyGolay2NumPoints() - Constructor for class adams.core.discovery.genetic.SavitzkyGolay2NumPoints
 
SAX - Class in weka.filters.unsupervised.attribute
A simple filter that retains only every nth attribute.
SAX() - Constructor for class weka.filters.unsupervised.attribute.SAX
 
SAXDistance - Class in weka.core
Implementing Euclidean distance (or similarity) function.

One object defines not one distance but the data model in which the distances between objects of that data model can be computed.

Attention: For efficiency reasons the use of consistency checks (like are the data models of the two instances exactly the same), is low.

For more information, see:

Wikipedia.
SAXDistance() - Constructor for class weka.core.SAXDistance
Constructs an Euclidean Distance object, Instances must be still set.
SAXDistance(Instances) - Constructor for class weka.core.SAXDistance
Constructs an Euclidean Distance object and automatically initializes the ranges.
SAXDistanceFromBaseline - Class in adams.data.spreadsheet.rowscore
Applies adams.data.filter.RowNorm to the timeseries before calculating the SAX distance of the timeseries to the baseline.
SAXDistanceFromBaseline() - Constructor for class adams.data.spreadsheet.rowscore.SAXDistanceFromBaseline
 
SAXKMeans - Class in weka.clusterers
SimpleKMeans adapted for SAX.
SAXKMeans() - Constructor for class weka.clusterers.SAXKMeans
the default constructor.
SAXUtils - Class in adams.data.utils
A helper class for SAX.
SAXUtils() - Constructor for class adams.data.utils.SAXUtils
 
ScalableColor - Class in adams.data.lire.features
Generates features using net.semanticmetadata.lire.imageanalysis.features.global.ScalableColor.
For more information on the LIRE project, see:
http://www.lire-project.net/

ScalableColor() - Constructor for class adams.data.lire.features.ScalableColor
 
ScalableComponentWriter - Class in adams.gui.print
Abstract ancestor for scalable writers.
ScalableComponentWriter() - Constructor for class adams.gui.print.ScalableComponentWriter
 
scale(double) - Method in class adams.flow.transformer.locateobjects.LocatedObject
Scales the actual size rectangle with the given factor.
scale(double) - Method in class adams.flow.transformer.locateobjects.LocatedObjects
Scales all objects with the provided scale factor.
scale(double) - Static method in class adams.gui.core.GUIHelper
Applies the global scale factor to the size.
scale(double) - Method in class adams.gui.core.MemoryMonitorPanel
Scales the value to MB.
scale(double, double) - Method in class adams.gui.print.PostscriptGraphics
 
scale(int) - Static method in class adams.gui.core.GUIHelper
Applies the global scale factor to the size.
scale(Dimension) - Static method in class adams.gui.core.GUIHelper
Applies the global scale factor to the size.
scale(BufferedImage, double) - Static method in class adams.gui.core.Cursors
Scales the image according to the scale factor.
scale(Point, double) - Static method in class adams.gui.core.Cursors
Scales the hotspot point.
scale(ArrayList) - Method in class adams.data.weka.predictions.AbstractErrorScaler
Scales the errors.
scale(ArrayList) - Method in class adams.data.weka.predictions.AutoScaler
Scales the errors.
scale(ArrayList) - Method in class adams.data.weka.predictions.FixedSizeErrorScaler
Scales the errors.
scale(ArrayList) - Method in class adams.data.weka.predictions.NumericErrorScalerWithReference
Scales the errors.
scale(ArrayList) - Method in class adams.data.weka.predictions.RelativeNumericErrorScaler
Scales the errors.
scale(ArrayList) - Method in class adams.data.weka.predictions.RoundErrorScaler
Scales the errors.
scale(ImageIcon, double) - Static method in class adams.gui.core.Cursors
Scales the image icon according to the scale factor.
Scale - Class in adams.data.objectfilter
Scales the objects.
Scale - Class in weka.filters.unsupervised.instance
Scales all numeric attributes between the specified min/max.
Scale() - Constructor for class adams.data.objectfilter.Scale
 
Scale() - Constructor for class weka.filters.unsupervised.instance.Scale
 
scaleFactorTipText() - Method in class adams.flow.transformer.negativeregions.SimpleBlockFill
Returns the tip text for this property.
scaleFontSize(String) - Method in class adams.gui.flow.tree.Node
Scales the HTML font size using the icon scaling factor of the tree.
scalePositiveWeightsTipText() - Method in class weka.classifiers.trees.XGBoost
Gets the tip-text for the scalePositiveWeights option.
ScaleReportObjects - Class in adams.flow.transformer
Scales the objects in the report using the provided scale factors.
Processes the following suffixes of all the report fields that match the provided prefix:
- .x
- .y
- .width
- .height

Input/output:
- accepts:
   adams.data.report.Report
   adams.data.report.ReportHandler
- generates:
   adams.data.report.Report
   adams.data.report.ReportHandler


ScaleReportObjects() - Constructor for class adams.flow.transformer.ScaleReportObjects
 
scalerTipText() - Method in class adams.data.weka.predictions.AutoScaler
Returns the tip text for this property.
scaleTipText() - Method in class adams.data.distribution.Cauchy
Returns the tip text for this property.
scaleTipText() - Method in class adams.data.distribution.Gamma
Returns the tip text for this property.
scaleTipText() - Method in class adams.data.distribution.LogNormal
Returns the tip text for this property.
scaleTipText() - Method in class adams.flow.transformer.locateobjects.XScreenMaskLocator
Returns the tip text for this property.
scaleTipText() - Method in class adams.flow.transformer.pdfproclet.Image
Returns the tip text for this property.
scaleTipText() - Method in class adams.flow.transformer.pdfstamp.Image
Returns the tip text for this property.
scaleTipText() - Method in class adams.gui.visualization.stats.paintlet.Gamma
Tip text for the scale property
scaleXTipText() - Method in class adams.data.objectfilter.Scale
Returns the tip text for this property.
scaleXTipText() - Method in class adams.flow.transformer.ScaleReportObjects
Returns the tip text for this property.
scaleYTipText() - Method in class adams.data.objectfilter.Scale
Returns the tip teyt for this property.
scaleYTipText() - Method in class adams.flow.transformer.ScaleReportObjects
Returns the tip teyt for this property.
scalingEnabledTipText() - Method in class adams.gui.print.ScalableComponentWriter
Returns the tip text for this property.
scalingRangeTipText() - Method in class adams.data.filter.AbstractDerivative
Returns the tip text for this property.
scalingTypeTipText() - Method in class adams.data.image.transformer.Resize
Returns the tip text for this property.
scan(BufferedImage, int, int, boolean, int) - Method in class adams.data.image.transformer.crop.CropBackground
Scans the images to find the closest x/y to the center that has the same color as the background.
Scanner - Class in adams.parser.actorsuggestion
A scanner for parsing actor suggestion rules.
Scanner - Class in adams.parser.basedate
A scanner for date expressions.
Scanner - Class in adams.parser.basedatetime
A scanner for date/time expressions.
Scanner - Class in adams.parser.basedatetimemsec
A scanner for date/time with msec expressions.
Scanner - Class in adams.parser.basetime
A scanner for time expressions.
Scanner - Class in adams.parser.basetimemsec
A scanner for time expressions.
Scanner - Class in adams.parser.booleanexpression
A scanner for boolean expressions.
Scanner - Class in adams.parser.externalactorsuggestion
A scanner for parsing actor suggestion rules.
Scanner - Class in adams.parser.lookupupdate
A scanner for lookup update rules.
Scanner - Class in adams.parser.mathematicalexpression
A scanner for mathematical expressions.
Scanner - Class in adams.parser.spreadsheetformula
A scanner for spreadsheet formulas.
Scanner - Class in adams.parser.spreadsheetquery
A scanner for spreadsheet queries.
Scanner - Class in adams.parser.stringexpression
A scanner for boolean expressions.
Scanner - Class in adams.parser.templatesuggestion
A scanner for date expressions.
Scanner(InputStream) - Constructor for class adams.parser.actorsuggestion.Scanner
Creates a new scanner.
Scanner(InputStream) - Constructor for class adams.parser.basedate.Scanner
Creates a new scanner.
Scanner(InputStream) - Constructor for class adams.parser.basedatetime.Scanner
Creates a new scanner.
Scanner(InputStream) - Constructor for class adams.parser.basedatetimemsec.Scanner
Creates a new scanner.
Scanner(InputStream) - Constructor for class adams.parser.basetime.Scanner
Creates a new scanner.
Scanner(InputStream) - Constructor for class adams.parser.basetimemsec.Scanner
Creates a new scanner.
Scanner(InputStream) - Constructor for class adams.parser.booleanexpression.Scanner
Creates a new scanner.
Scanner(InputStream) - Constructor for class adams.parser.externalactorsuggestion.Scanner
Creates a new scanner.
Scanner(InputStream) - Constructor for class adams.parser.lookupupdate.Scanner
Creates a new scanner.
Scanner(InputStream) - Constructor for class adams.parser.mathematicalexpression.Scanner
Creates a new scanner.
Scanner(InputStream) - Constructor for class adams.parser.spreadsheetformula.Scanner
Creates a new scanner.
Scanner(InputStream) - Constructor for class adams.parser.spreadsheetquery.Scanner
Creates a new scanner.
Scanner(InputStream) - Constructor for class adams.parser.stringexpression.Scanner
Creates a new scanner.
Scanner(InputStream) - Constructor for class adams.parser.templatesuggestion.Scanner
Creates a new scanner.
Scanner(InputStream, SymbolFactory) - Constructor for class adams.parser.actorsuggestion.Scanner
 
Scanner(InputStream, SymbolFactory) - Constructor for class adams.parser.basedate.Scanner
 
Scanner(InputStream, SymbolFactory) - Constructor for class adams.parser.basedatetime.Scanner
 
Scanner(InputStream, SymbolFactory) - Constructor for class adams.parser.basedatetimemsec.Scanner
 
Scanner(InputStream, SymbolFactory) - Constructor for class adams.parser.basetime.Scanner
 
Scanner(InputStream, SymbolFactory) - Constructor for class adams.parser.basetimemsec.Scanner
 
Scanner(InputStream, SymbolFactory) - Constructor for class adams.parser.booleanexpression.Scanner
 
Scanner(InputStream, SymbolFactory) - Constructor for class adams.parser.externalactorsuggestion.Scanner
 
Scanner(InputStream, SymbolFactory) - Constructor for class adams.parser.lookupupdate.Scanner
 
Scanner(InputStream, SymbolFactory) - Constructor for class adams.parser.mathematicalexpression.Scanner
 
Scanner(InputStream, SymbolFactory) - Constructor for class adams.parser.spreadsheetformula.Scanner
 
Scanner(InputStream, SymbolFactory) - Constructor for class adams.parser.spreadsheetquery.Scanner
 
Scanner(InputStream, SymbolFactory) - Constructor for class adams.parser.stringexpression.Scanner
 
Scanner(InputStream, SymbolFactory) - Constructor for class adams.parser.templatesuggestion.Scanner
 
Scanner(Reader) - Constructor for class adams.parser.actorsuggestion.Scanner
Creates a new scanner There is also a java.io.InputStream version of this constructor.
Scanner(Reader) - Constructor for class adams.parser.basedate.Scanner
Creates a new scanner There is also a java.io.InputStream version of this constructor.
Scanner(Reader) - Constructor for class adams.parser.basedatetime.Scanner
Creates a new scanner There is also a java.io.InputStream version of this constructor.
Scanner(Reader) - Constructor for class adams.parser.basedatetimemsec.Scanner
Creates a new scanner There is also a java.io.InputStream version of this constructor.
Scanner(Reader) - Constructor for class adams.parser.basetime.Scanner
Creates a new scanner There is also a java.io.InputStream version of this constructor.
Scanner(Reader) - Constructor for class adams.parser.basetimemsec.Scanner
Creates a new scanner There is also a java.io.InputStream version of this constructor.
Scanner(Reader) - Constructor for class adams.parser.booleanexpression.Scanner
Creates a new scanner There is also a java.io.InputStream version of this constructor.
Scanner(Reader) - Constructor for class adams.parser.externalactorsuggestion.Scanner
Creates a new scanner There is also a java.io.InputStream version of this constructor.
Scanner(Reader) - Constructor for class adams.parser.lookupupdate.Scanner
Creates a new scanner There is also a java.io.InputStream version of this constructor.
Scanner(Reader) - Constructor for class adams.parser.mathematicalexpression.Scanner
Creates a new scanner There is also a java.io.InputStream version of this constructor.
Scanner(Reader) - Constructor for class adams.parser.spreadsheetformula.Scanner
Creates a new scanner There is also a java.io.InputStream version of this constructor.
Scanner(Reader) - Constructor for class adams.parser.spreadsheetquery.Scanner
Creates a new scanner There is also a java.io.InputStream version of this constructor.
Scanner(Reader) - Constructor for class adams.parser.stringexpression.Scanner
Creates a new scanner There is also a java.io.InputStream version of this constructor.
Scanner(Reader) - Constructor for class adams.parser.templatesuggestion.Scanner
Creates a new scanner There is also a java.io.InputStream version of this constructor.
ScatterDisplay - Class in adams.flow.sink
Actor for displaying a scatter plot of one attribute vs another.
ScatterDisplay() - Constructor for class adams.flow.sink.ScatterDisplay
 
ScatterPaintletCircle - Class in adams.gui.visualization.stats.paintlet
Paintlet for displaying points on the scatter point as circles.
ScatterPaintletCircle() - Constructor for class adams.gui.visualization.stats.paintlet.ScatterPaintletCircle
 
ScatterPaintletCross - Class in adams.gui.visualization.stats.paintlet
Class for plotting data on a scatter plot as crosses.
ScatterPaintletCross() - Constructor for class adams.gui.visualization.stats.paintlet.ScatterPaintletCross
 
ScatterPaintletErrors - Class in adams.gui.visualization.stats.paintlet
Paintlet that draws data on the scatter plot as crosses whose size depends on the error between x and y values.
ScatterPaintletErrors() - Constructor for class adams.gui.visualization.stats.paintlet.ScatterPaintletErrors
 
ScatterPaintletMetaDataValue - Class in adams.gui.visualization.stats.paintlet
Paintlet for displaying points on the scatter point as circles.
ScatterPaintletMetaDataValue() - Constructor for class adams.gui.visualization.stats.paintlet.ScatterPaintletMetaDataValue
 
ScatterPlot - Class in adams.gui.tools.spreadsheetviewer.chart
Generates a scatter plot by plotting the X column against one or more Y columns.
ScatterPlot - Class in adams.gui.visualization.jfreechart.chart
Generates a scatter plot from XY data.
ScatterPlot - Class in adams.gui.visualization.stats.scatterplot
create a paintable panel displaying a scatter plot panel as well as combo boxes for choosing attributes.
ScatterPlot() - Constructor for class adams.gui.tools.spreadsheetviewer.chart.ScatterPlot
 
ScatterPlot() - Constructor for class adams.gui.visualization.jfreechart.chart.ScatterPlot
 
ScatterPlot() - Constructor for class adams.gui.visualization.stats.scatterplot.ScatterPlot
 
ScatterPlot.AttColorListener - Class in adams.gui.visualization.stats.scatterplot
Listener for when the color attribute BaseComboBox selection changes
ScatterPlot.AttXListener - Class in adams.gui.visualization.stats.scatterplot
Listener for when the x attribute BaseComboBox selection changes.
ScatterPlot.AttYListener - Class in adams.gui.visualization.stats.scatterplot
Listener for when the y attribute BaseComboBox selection changes.
ScatterPlot.PlotType - Enum in adams.gui.tools.spreadsheetviewer.chart
The type of plot to use.
ScatterPlotCircleHitDetector - Class in adams.gui.visualization.stats.paintlet
Detects selections of sequence points in the sequence panel.
ScatterPlotCircleHitDetector() - Constructor for class adams.gui.visualization.stats.paintlet.ScatterPlotCircleHitDetector
Initializes the hit detector (constructor only for GOE) with no owner.
ScatterPlotCircleHitDetector(AbstractScatterPlotPaintlet) - Constructor for class adams.gui.visualization.stats.paintlet.ScatterPlotCircleHitDetector
Initializes the hit detector.
ScatterPlotPanel - Class in adams.gui.visualization.stats.scatterplot
Panel for displaying scatter plot data.
ScatterPlotPanel() - Constructor for class adams.gui.visualization.stats.scatterplot.ScatterPlotPanel
 
ScatterPlotSimple - Class in adams.gui.visualization.stats.scatterplot
Class for displaying a single scatterplotpanel only, used in the matrix.
ScatterPlotSimple() - Constructor for class adams.gui.visualization.stats.scatterplot.ScatterPlotSimple
 
ScatterPlotTab - Class in adams.gui.tools.wekainvestigator.tab
For plotting attributes against each other.
ScatterPlotTab() - Constructor for class adams.gui.tools.wekainvestigator.tab.ScatterPlotTab
 
scheduleTipText() - Method in class adams.flow.control.flowrestart.trigger.Cron
Returns the tip text for this property.
scheduleTipText() - Method in class adams.flow.control.flowrestart.trigger.MetaCron
Returns the tip text for this property.
scheduleTipText() - Method in class adams.flow.standalone.Cron
Returns the tip text for this property.
SCHEMAS - adams.db.MetaDataType
 
SCHOOL - adams.core.TechnicalInformation.Field
The name of the school where a thesis was written.
ScopeHandler - Interface in adams.flow.control
For actors that define a scope like the Flow or LocalScopeTrigger actor.
ScopeHandler.ScopeHandling - Enum in adams.flow.control
Enumer for how the scope is being handled.
scopeHandlingStorageTipText() - Method in interface adams.flow.control.LocalScopeHandler
Returns the tip text for this property.
scopeHandlingStorageTipText() - Method in class adams.flow.control.LocalScopeTransformer
Returns the tip text for this property.
scopeHandlingStorageTipText() - Method in class adams.flow.control.LocalScopeTrigger
Returns the tip text for this property.
scopeHandlingVariablesTipText() - Method in interface adams.flow.control.LocalScopeHandler
Returns the tip text for this property.
scopeHandlingVariablesTipText() - Method in class adams.flow.control.LocalScopeTransformer
Returns the tip text for this property.
scopeHandlingVariablesTipText() - Method in class adams.flow.control.LocalScopeTrigger
Returns the tip text for this property.
scopeRestrictionTipText() - Method in class adams.flow.control.Breakpoint
Returns the tip text for this property.
scopeRestrictionTipText() - Method in class adams.flow.execution.Debug
Returns the tip text for this property.
scopeTipText() - Method in class adams.flow.control.ForceFlush
Returns the tip text for this property.
scopeTipText() - Method in class adams.flow.transformer.SpreadSheetReplaceCellValue
Returns the tip text for this property.
scoreKeyTipText() - Method in class adams.data.io.output.OpexObjectLocationsWriter
Returns the tip text for this property.
scoreKeyTipText() - Method in class adams.data.objectfilter.MergeOverlaps
Returns the tip text for this property.
scoreKeyTipText() - Method in class adams.data.overlappingobjectremoval.MergeOverlaps
Returns the tip text for this property.
scoreSuffixTipText() - Method in class adams.data.io.input.OpexObjectLocationsReader
Returns the tip text for this property.
scoreTipText() - Method in class adams.flow.transformer.SpreadSheetInsertRowScore
Returns the tip text for this property.
SCOTT - adams.data.statistics.ArrayHistogram.BinCalculation
Scott's choice.
ScottsNormalReferenceRuleBinning - Class in adams.data.binning.algorithm
Scott's normal reference rule is optimal for random samples of normally distributed data, in the sense that it minimizes the integrated mean squared error of the density estimate.
ScottsNormalReferenceRuleBinning() - Constructor for class adams.data.binning.algorithm.ScottsNormalReferenceRuleBinning
 
Scp - Class in adams.core.net
Class for SCP actions.
Scp() - Constructor for class adams.core.net.Scp
 
ScpConnection - Class in adams.scripting.connection
Copies the command as file to the remote host into the specified directory.
ScpConnection() - Constructor for class adams.scripting.connection.ScpConnection
 
ScpFrom - Class in adams.flow.transformer
Downloads a remote file and forwards the local file name using secure copy (SCP).

For more information see:

(2011).
ScpFrom() - Constructor for class adams.flow.transformer.ScpFrom
 
ScpJobRunner - Class in adams.multiprocess
Wraps another jobrunner and serializes it, scp's it to the specified remote file and then waits for the specified import file (containing the serialized, executed jobs) to appear.
Requires a adams.flow.standalone.SSHConnection standalone for defining the SSH connection.
ScpJobRunner() - Constructor for class adams.multiprocess.ScpJobRunner
 
ScpJobRunner.RemoteJobRunner - Class in adams.multiprocess
 
ScpTo - Class in adams.flow.transformer
Uploads a file to a remote directory using secure copy (SCP).
The file name of a successful upload gets forwarded.

For more information see:

(2011).
ScpTo() - Constructor for class adams.flow.transformer.ScpTo
 
Screen - Class in adams.doc.docbook
Text that a user sees or might see on a computer screen.
Screen() - Constructor for class adams.doc.docbook.Screen
Initializes the element.
Screen(String) - Constructor for class adams.doc.docbook.Screen
Initializes the element with the content.
screenshot(JComponent) - Static method in class adams.gui.core.GUIHelper
Takes a screenshot of the component.
Screenshot - Class in adams.flow.sink
Actor that takes screenshots of graphical components.
Screenshot() - Constructor for class adams.flow.sink.Screenshot
 
screenshotQueueTipText() - Method in class adams.flow.transformer.CompareObjectLocations
Returns the tip text for this property.
SCRIPT_DIRECTORY - Static variable in class adams.gui.scripting.AbstractScriptingEngine
the property for the directory containing the scripts.
Scripted - Class in adams.data.boofcv.features
A feature generator that uses any scripting handler for processing the data with a script located in the specified file.
Scripted - Class in adams.data.boofcv.transformer
An image transformer that uses any scripting handler for processing the data with a script located in the specified file.
Scripted - Class in adams.data.conversion
A conversion that uses any scripting handler for processing the data with a script located in the specified file.
Scripted - Class in adams.data.filter
A filter that uses any scripting handler for processing the data with a script located in the specified file.
Scripted - Class in adams.data.image.features
A feature generator that uses any scripting handler for processing the data with a script located in the specified file.
Scripted - Class in adams.data.image.transformer
An image transformer that uses any scripting handler for processing the data with a script located in the specified file.
Scripted - Class in adams.data.jai.transformer
An image transformer that uses any scripting handler for processing the data with a script located in the specified file.
Scripted - Class in adams.data.opencv.features
A feature generator that uses any scripting handler for processing the data with a script located in the specified file.
Scripted - Class in adams.data.opencv.transformer
An image transformer that uses any scripting handler for processing the data with a script located in the specified file.
Scripted - Class in adams.data.outlier
An outlier detector that uses any scripting handler for processing the data with a script located in the specified file.
Scripted - Class in adams.data.report
A report filter that uses any scripting handler for processing the data with a script located in the specified file.
Scripted - Class in adams.flow.condition.bool
A boolean condition that uses the condition defined in an external script.
Scripted - Class in adams.flow.sink
A sink that uses an exterrnal script for processing the token(s).
Scripted - Class in adams.flow.source
A source that uses an external script for generating the token(s).
Scripted - Class in adams.flow.standalone
A standalone that executes an external script.
Scripted - Class in adams.flow.template
Uses a Groovy script to generate a sub-flow.
Scripted - Class in adams.flow.transformer.pdfgenerate
A PDF generator that uses any scripting handler for processing the objects with a script located in the specified file.
Scripted - Class in adams.flow.transformer
A transformer that uses an external script for processing the token(s).
Scripted - Class in adams.tools
A tool that uses any scripting handler for processing the data with a script located in the specified file.
Scripted() - Constructor for class adams.data.boofcv.features.Scripted
 
Scripted() - Constructor for class adams.data.boofcv.transformer.Scripted
 
Scripted() - Constructor for class adams.data.conversion.Scripted
 
Scripted() - Constructor for class adams.data.filter.Scripted
 
Scripted() - Constructor for class adams.data.image.features.Scripted
 
Scripted() - Constructor for class adams.data.image.transformer.Scripted
 
Scripted() - Constructor for class adams.data.jai.transformer.Scripted
 
Scripted() - Constructor for class adams.data.opencv.features.Scripted
 
Scripted() - Constructor for class adams.data.opencv.transformer.Scripted
 
Scripted() - Constructor for class adams.data.outlier.Scripted
 
Scripted() - Constructor for class adams.data.report.Scripted
 
Scripted() - Constructor for class adams.flow.condition.bool.Scripted
 
Scripted() - Constructor for class adams.flow.sink.Scripted
 
Scripted() - Constructor for class adams.flow.source.Scripted
 
Scripted() - Constructor for class adams.flow.standalone.Scripted
 
Scripted() - Constructor for class adams.flow.template.Scripted
 
Scripted() - Constructor for class adams.flow.transformer.pdfgenerate.Scripted
 
Scripted() - Constructor for class adams.flow.transformer.Scripted
 
Scripted() - Constructor for class adams.tools.Scripted
 
scriptFileTipText() - Method in interface adams.core.scripting.FileBasedScripting
Returns the tip text for this property.
scriptFileTipText() - Method in class adams.data.boofcv.features.AbstractScriptedFeatureGenerator
Returns the tip text for this property.
scriptFileTipText() - Method in class adams.data.boofcv.transformer.AbstractScriptedTransformer
Returns the tip text for this property.
scriptFileTipText() - Method in class adams.data.conversion.AbstractScriptedConversion
Returns the tip text for this property.
scriptFileTipText() - Method in class adams.data.filter.AbstractScriptedFilter
Returns the tip text for this property.
scriptFileTipText() - Method in class adams.data.image.features.AbstractScriptedFeatureGenerator
Returns the tip text for this property.
scriptFileTipText() - Method in class adams.data.image.transformer.AbstractScriptedTransformer
Returns the tip text for this property.
scriptFileTipText() - Method in class adams.data.jai.transformer.AbstractScriptedTransformer
Returns the tip text for this property.
scriptFileTipText() - Method in class adams.data.opencv.features.AbstractScriptedFeatureGenerator
Returns the tip text for this property.
scriptFileTipText() - Method in class adams.data.opencv.transformer.AbstractScriptedTransformer
Returns the tip text for this property.
scriptFileTipText() - Method in class adams.data.outlier.AbstractScriptedOutlierDetector
Returns the tip text for this property.
scriptFileTipText() - Method in class adams.data.report.AbstractScriptedReportFilter
Returns the tip text for this property.
scriptFileTipText() - Method in class adams.flow.condition.bool.AbstractScriptedCondition
Returns the tip text for this property.
scriptFileTipText() - Method in class adams.flow.core.AbstractScriptedActor
Returns the tip text for this property.
scriptFileTipText() - Method in class adams.flow.template.AbstractScriptedTemplate
Returns the tip text for this property.
scriptFileTipText() - Method in class adams.flow.transformer.pdfgenerate.AbstractScriptedPDFGenerator
Returns the tip text for this property.
scriptFileTipText() - Method in class adams.tools.AbstractScriptedTool
Returns the tip text for this property.
ScriptHandler - Class in adams.gui.tools.previewbrowser
Displays the following plain text file types: txt,xml,props

Valid options are:

ScriptHandler() - Constructor for class adams.gui.tools.previewbrowser.ScriptHandler
 
SCRIPTING_ENGINE_UPDATED - adams.gui.event.RemoteControlCenterEvent.EventType
 
ScriptingCommand - Class in adams.gui.scripting
A container object for a scripting command with optional code to execute when finished.
ScriptingCommand(BasePanel, String) - Constructor for class adams.gui.scripting.ScriptingCommand
Initializes the command with no code to execute.
ScriptingCommand(BasePanel, String, ScriptingCommandCode) - Constructor for class adams.gui.scripting.ScriptingCommand
Initializes the command with the code to execute.
ScriptingCommandCode - Class in adams.gui.scripting
Class for the optional code to execute when a command finishes.
ScriptingCommandCode() - Constructor for class adams.gui.scripting.ScriptingCommandCode
 
scriptingCommandExecuted(ScriptingEvent) - Method in interface adams.gui.event.ScriptingListener
Gets called when a scripting command gets executed.
scriptingCommandExecuted(ScriptingEvent) - Method in class adams.gui.scripting.ScriptingLogPanel
Gets called when a scripting command gets executed.
ScriptingDialog - Class in adams.gui.scripting
A dialog for loading/saving and executing scripts.
ScriptingDialog(Dialog, BasePanel) - Constructor for class adams.gui.scripting.ScriptingDialog
Creates a non-modal dialog.
ScriptingDialog(Frame, BasePanel) - Constructor for class adams.gui.scripting.ScriptingDialog
Creates a non-modal dialog.
ScriptingDialogDefinition - Class in adams.env
Definition for the ScriptingDialog props file.
ScriptingDialogDefinition() - Constructor for class adams.env.ScriptingDialogDefinition
 
ScriptingEngine - Class in adams.gui.scripting
Processes scripting commands.
ScriptingEngine() - Constructor for class adams.gui.scripting.ScriptingEngine
 
ScriptingEngineDefinition - Class in adams.env
Definition for the ScriptingEngine props file.
ScriptingEngineDefinition() - Constructor for class adams.env.ScriptingEngineDefinition
 
ScriptingEngineHandler - Interface in adams.gui.scripting
For classes that support scripting.
ScriptingEngineManager - Class in adams.gui.scripting
Manages the database URL/scripting engine relations.
ScriptingEngineManager() - Constructor for class adams.gui.scripting.ScriptingEngineManager
Initializes the manager.
ScriptingEngineThread - Class in adams.gui.scripting
A class for processing the scripting commands.
ScriptingEngineThread(AbstractScriptingEngine) - Constructor for class adams.gui.scripting.ScriptingEngineThread
Initializes the thread.
scriptingEngineTipText() - Method in class adams.scripting.engine.AbstractScriptingEngineEnhancer
Returns the tip text for this property.
ScriptingEvent - Class in adams.gui.event
Gets sent when a scripting event happened.
ScriptingEvent(Object, ScriptingCommand, boolean) - Constructor for class adams.gui.event.ScriptingEvent
Initializes the object.
ScriptingEvent(Object, ScriptingCommand, boolean, String) - Constructor for class adams.gui.event.ScriptingEvent
Initializes the object.
ScriptingHelper - Class in adams.scripting
Helper class for remote command scripting.
ScriptingHelper() - Constructor for class adams.scripting.ScriptingHelper
Initializes the helper.
scriptingInfo(ScriptingInfoEvent) - Method in interface adams.gui.event.ScriptingInfoListener
Gets called when a scripting command gets executed.
scriptingInfo(ScriptingInfoEvent) - Method in class adams.gui.scripting.AbstractScriptingDialog
The scripting engine fired an event.
ScriptingInfoEvent - Class in adams.gui.event
Gets sent when a scripting event happened.
ScriptingInfoEvent(AbstractScriptingEngine, String) - Constructor for class adams.gui.event.ScriptingInfoEvent
Initializes the object.
ScriptingInfoListener - Interface in adams.gui.event
Interface for classes that want to be notified about scripting events (idle, non-idle).
ScriptingListener - Interface in adams.gui.event
Interface for classes that want to be notified about scripting events.
ScriptingLog - Class in adams.gui.menu
Shows the global scripting log.
ScriptingLog() - Constructor for class adams.gui.menu.ScriptingLog
Initializes the menu item with no owner.
ScriptingLog(AbstractApplicationFrame) - Constructor for class adams.gui.menu.ScriptingLog
Initializes the menu item.
ScriptingLogger - Class in adams.gui.scripting
A class that logs all scripting commands.
ScriptingLoggerDefinition - Class in adams.env
Definition for the ScriptingLogger props file.
ScriptingLoggerDefinition() - Constructor for class adams.env.ScriptingLoggerDefinition
 
ScriptingLogPanel - Class in adams.gui.scripting
A panel for outputting scripting commands globally.
ScriptingLogPanel() - Constructor for class adams.gui.scripting.ScriptingLogPanel
 
scriptingPortTipText() - Method in class adams.scripting.connection.AbstractSSHConnectionWithPortForwarding
Returns the tip text for this property.
ScriptingTextEditorPanel - Class in adams.gui.scripting
A text editor panel with syntax highlighting for the scripting commands in the GUI.
ScriptingTextEditorPanel() - Constructor for class adams.gui.scripting.ScriptingTextEditorPanel
 
ScriptletJavadoc - Class in adams.doc.javadoc
Generates Javadoc comments for an AbstractScriptlet.
ScriptletJavadoc() - Constructor for class adams.doc.javadoc.ScriptletJavadoc
 
scriptOptionsTipText() - Method in interface adams.core.scripting.FileBasedScriptingWithOptions
Returns the tip text for this property.
scriptOptionsTipText() - Method in class adams.data.boofcv.features.AbstractScriptedFeatureGenerator
Returns the tip text for this property.
scriptOptionsTipText() - Method in class adams.data.boofcv.features.Scripted
Returns the tip text for this property.
scriptOptionsTipText() - Method in class adams.data.boofcv.transformer.AbstractScriptedTransformer
Returns the tip text for this property.
scriptOptionsTipText() - Method in class adams.data.boofcv.transformer.Scripted
Returns the tip text for this property.
scriptOptionsTipText() - Method in class adams.data.conversion.AbstractScriptedConversion
Returns the tip text for this property.
scriptOptionsTipText() - Method in class adams.data.conversion.Groovy
Returns the tip text for this property.
scriptOptionsTipText() - Method in class adams.data.conversion.Scripted
Returns the tip text for this property.
scriptOptionsTipText() - Method in class adams.data.filter.AbstractScriptedFilter
Returns the tip text for this property.
scriptOptionsTipText() - Method in class adams.data.filter.Groovy
Returns the tip text for this property.
scriptOptionsTipText() - Method in class adams.data.filter.Scripted
Returns the tip text for this property.
scriptOptionsTipText() - Method in class adams.data.image.features.AbstractScriptedFeatureGenerator
Returns the tip text for this property.
scriptOptionsTipText() - Method in class adams.data.image.features.Scripted
Returns the tip text for this property.
scriptOptionsTipText() - Method in class adams.data.image.transformer.AbstractScriptedTransformer
Returns the tip text for this property.
scriptOptionsTipText() - Method in class adams.data.image.transformer.Scripted
Returns the tip text for this property.
scriptOptionsTipText() - Method in class adams.data.jai.transformer.AbstractScriptedTransformer
Returns the tip text for this property.
scriptOptionsTipText() - Method in class adams.data.jai.transformer.Scripted
Returns the tip text for this property.
scriptOptionsTipText() - Method in class adams.data.opencv.features.AbstractScriptedFeatureGenerator
Returns the tip text for this property.
scriptOptionsTipText() - Method in class adams.data.opencv.features.Scripted
Returns the tip text for this property.
scriptOptionsTipText() - Method in class adams.data.opencv.transformer.AbstractScriptedTransformer
Returns the tip text for this property.
scriptOptionsTipText() - Method in class adams.data.opencv.transformer.Scripted
Returns the tip text for this property.
scriptOptionsTipText() - Method in class adams.data.outlier.AbstractScriptedOutlierDetector
Returns the tip text for this property.
scriptOptionsTipText() - Method in class adams.data.outlier.Groovy
Returns the tip text for this property.
scriptOptionsTipText() - Method in class adams.data.outlier.Scripted
Returns the tip text for this property.
scriptOptionsTipText() - Method in class adams.data.report.AbstractScriptedReportFilter
Returns the tip text for this property.
scriptOptionsTipText() - Method in class adams.data.report.Groovy
Returns the tip text for this property.
scriptOptionsTipText() - Method in class adams.data.report.Scripted
Returns the tip text for this property.
scriptOptionsTipText() - Method in class adams.flow.condition.bool.AbstractScriptedCondition
Returns the tip text for this property.
scriptOptionsTipText() - Method in class adams.flow.core.AbstractGroovyActor
Returns the tip text for this property.
scriptOptionsTipText() - Method in class adams.flow.core.AbstractScriptedActor
Returns the tip text for this property.
scriptOptionsTipText() - Method in class adams.flow.core.AbstractScriptingHandlerActor
Returns the tip text for this property.
scriptOptionsTipText() - Method in class adams.flow.source.PythonExec
Returns the tip text for this property.
scriptOptionsTipText() - Method in class adams.flow.template.AbstractScriptedTemplate
Returns the tip text for this property.
scriptOptionsTipText() - Method in class adams.flow.template.Groovy
Returns the tip text for this property.
scriptOptionsTipText() - Method in class adams.flow.template.Scripted
Returns the tip text for this property.
scriptOptionsTipText() - Method in class adams.flow.transformer.pdfgenerate.AbstractScriptedPDFGenerator
Returns the tip text for this property.
scriptOptionsTipText() - Method in class adams.flow.transformer.pdfgenerate.Scripted
Returns the tip text for this property.
scriptOptionsTipText() - Method in class adams.tools.AbstractScriptedTool
Returns the tip text for this property.
scriptOptionsTipText() - Method in class adams.tools.Groovy
Returns the tip text for this property.
scriptOptionsTipText() - Method in class adams.tools.Scripted
Returns the tip text for this property.
scriptTipText() - Method in class adams.flow.source.PythonExec
Returns the tip text for this property.
scrollColumnToVisible(int) - Method in class adams.gui.core.BaseTable
Scrolls the column into view.
scrollColumnToVisible(int) - Method in class adams.gui.core.BaseTableWithButtons
Scrolls the column into view.
scrollColumnToVisible(int) - Method in class adams.gui.core.SortableAndSearchableTableWithButtons
Scrolls the column into view.
scrollIntoView() - Method in class adams.gui.selection.AbstractTableBasedSelectionPanel
Makes sure that the first selected row is visible.
scrollRowToVisible(int) - Method in class adams.gui.core.BaseTable
Scrolls the row into view.
scrollRowToVisible(int) - Method in class adams.gui.core.BaseTableWithButtons
Scrolls the row into view.
scrollRowToVisible(int) - Method in class adams.gui.core.SortableAndSearchableTableWithButtons
Scrolls the row into view.
scrollToVisible(int, int) - Method in class adams.gui.core.JTableHelper
Assumes table is contained in a JScrollPane.
scrollToVisible(JTable, int, int) - Static method in class adams.gui.core.JTableHelper
Assumes table is contained in a JScrollPane.
SDR - Class in weka.classifiers.evaluation
Computes the SDR (Standard Deviation of Residuals) for regression models.
SDR - adams.flow.core.EvaluationStatistic
 
SDR - adams.flow.core.ExperimentStatistic
 
SDR() - Constructor for class weka.classifiers.evaluation.SDR
 
search() - Method in class adams.flow.source.filesystemsearch.AbstractFileSystemSearchlet
Searches the file system.
search() - Method in class adams.gui.core.SearchPanel
Imitates a click on the search button to initiate a search.
search() - Method in class adams.gui.selection.AbstractTableBasedSelectionPanel
Performs a search.
search() - Method in class adams.gui.tools.ConsoleOutputAnalyzerPanel
Performs the search.
search() - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeSelectionPanel
Searches the panel with the filter.
search() - Method in class adams.gui.visualization.instance.LoadDatasetDialog
Performs a search in the fields.
search() - Method in class adams.gui.visualization.spreadsheet.LoadSpreadSheetDialog
Performs a search in the fields.
search(StateContainer, TreeOperations.InsertPosition) - Method in class adams.gui.flow.tree.keyboardaction.AbstractQuickSearchActor
Allows the user to search for an actor to insert at the specified position.
search(ChannelSftp) - Method in class adams.core.io.lister.SftpDirectoryLister
Returns the list of files/directories in the watched directory.
search(ChannelSftp, String, List<SortContainer>, int) - Method in class adams.core.io.lister.SftpDirectoryLister
Performs the recursive search.
search(File, List<SortContainer>, int) - Method in class adams.core.io.lister.LocalDirectoryLister
Performs the recursive search.
search(String) - Method in class adams.gui.core.SearchableBaseListWithButtons
Performs a search using the specified search string (if search is allowed).
search(String, boolean) - Method in class adams.core.FindClass
Searches for a classname.
search(String, boolean) - Method in class adams.gui.core.SearchableBaseList
Performs a search for the given string.
search(String, boolean) - Method in interface adams.gui.core.SearchableList
Performs a search for the given string.
search(String, boolean) - Method in interface adams.gui.core.SearchableListModel
Performs a search for the given string.
search(String, boolean) - Method in interface adams.gui.core.SearchableTable
Performs a search for the given string.
search(String, boolean) - Method in interface adams.gui.core.SearchableTableModel
Performs a search for the given string.
search(String, boolean) - Method in class adams.gui.core.SearchableWrapperListModel
Performs a search for the given string.
search(String, boolean) - Method in class adams.gui.core.SortableAndSearchableTable
Performs a search for the given string.
search(String, boolean) - Method in class adams.gui.core.SortableAndSearchableTableWithButtons
Performs a search for the given string.
search(String, boolean) - Method in class adams.gui.core.SortableAndSearchableWrapperTableModel
Performs a search for the given string.
search(String, boolean) - Method in class adams.gui.core.SpreadSheetTableWithButtons
Performs a search for the given string.
search(String, boolean) - Method in class adams.gui.visualization.container.AbstractContainerManager
Triggers the search.
search(String, boolean) - Method in class adams.gui.visualization.debug.objecttree.Tree
Initiates the search.
search(String, boolean) - Method in class adams.gui.visualization.report.ReportFactory.Panel
Performs a search for the given string.
search(SmbFile) - Method in class adams.core.io.lister.SmbDirectoryLister
Returns the list of files/directories in the watched directory.
search(SmbFile, List<SortContainer>, int) - Method in class adams.core.io.lister.SmbDirectoryLister
Performs the recursive search.
search(FTPClient) - Method in class adams.core.io.lister.FtpDirectoryLister
Returns the list of files/directories in the watched directory.
search(FTPClient, String, List<SortContainer>, int) - Method in class adams.core.io.lister.FtpDirectoryLister
Performs the recursive search.
SEARCH - adams.gui.event.DataChangeEvent.Type
whether a search was performed.
SearchableBaseList - Class in adams.gui.core
Extended BaseList class that allows searching in its elements.
SearchableBaseList() - Constructor for class adams.gui.core.SearchableBaseList
Constructs a SearchableBaseList with an empty, read-only, model.
SearchableBaseList(Object[]) - Constructor for class adams.gui.core.SearchableBaseList
Constructs a SearchableBaseList that displays the elements in the specified array.
SearchableBaseList(Vector<?>) - Constructor for class adams.gui.core.SearchableBaseList
Constructs a SearchableBaseList that displays the elements in the specified Vector.
SearchableBaseList(ListModel) - Constructor for class adams.gui.core.SearchableBaseList
Constructs a SearchableBaseList that displays elements from the specified, non-null, model.
SearchableBaseListWithButtons - Class in adams.gui.core
Searchable list widget with buttons on the right.
SearchableBaseListWithButtons() - Constructor for class adams.gui.core.SearchableBaseListWithButtons
The default constructor.
SearchableBaseListWithButtons(ListModel) - Constructor for class adams.gui.core.SearchableBaseListWithButtons
Initializes the list with the specified model.
SearchableList - Interface in adams.gui.core
Interface for Lists that can be searched.
SearchableListModel - Interface in adams.gui.core
Interface for ListModels that can be searched.
SearchableTable - Interface in adams.gui.core
Interface for Tables that can be searched.
SearchableTableModel - Interface in adams.gui.core
Interface for TableModels that can be searched.
SearchableWrapperListModel - Class in adams.gui.core
Wraps around any list model and makes them automatically searchable.
SearchableWrapperListModel() - Constructor for class adams.gui.core.SearchableWrapperListModel
initializes with no model.
SearchableWrapperListModel(ListModel) - Constructor for class adams.gui.core.SearchableWrapperListModel
initializes with the given model.
SearchActorAfter - Class in adams.gui.flow.tree.keyboardaction
Allows the user to search for an actor to be inserted after the current location.
SearchActorAfter() - Constructor for class adams.gui.flow.tree.keyboardaction.SearchActorAfter
 
SearchActorBeneath - Class in adams.gui.flow.tree.keyboardaction
Allows the user to search for an actor to be inserted beneath the current location.
SearchActorBeneath() - Constructor for class adams.gui.flow.tree.keyboardaction.SearchActorBeneath
 
SearchActorHere - Class in adams.gui.flow.tree.keyboardaction
Allows the user to search for an actor to be inserted at the current location.
SearchActorHere() - Constructor for class adams.gui.flow.tree.keyboardaction.SearchActorHere
 
searchDirectionTipText() - Method in class adams.data.spreadsheet.rowfinder.ClosestNumericValue
Returns the tip text for this property.
searchesTipText() - Method in class adams.flow.source.filesystemsearch.MultiSearch
Returns the tip text for this property.
SearchEvent - Class in adams.gui.event
Event gets sent when a search is to be initiated.
SearchEvent(SearchPanel, String, boolean) - Constructor for class adams.gui.event.SearchEvent
Initializes the event.
searchFile(String, String, boolean, ExceptionHandler) - Method in class adams.core.io.filesearch.Bzip2FileSearchHandler
Searches the specified file.
searchFile(String, String, boolean, ExceptionHandler) - Method in interface adams.core.io.filesearch.FileSearchHandler
Searches the specified file.
searchFile(String, String, boolean, ExceptionHandler) - Method in class adams.core.io.filesearch.GzipFileSearchHandler
Searches the specified file.
searchFile(String, String, boolean, ExceptionHandler) - Method in class adams.core.io.filesearch.LzfFileSearchHandler
Searches the specified file.
searchFile(String, String, boolean, ExceptionHandler) - Method in class adams.core.io.filesearch.LzmaFileSearchHandler
Searches the specified file.
searchFile(String, String, boolean, ExceptionHandler) - Method in class adams.core.io.filesearch.RarFileSearchHandler
Searches the specified file.
searchFile(String, String, boolean, ExceptionHandler) - Method in class adams.core.io.filesearch.TextFileSearchHandler
Searches the specified file.
searchFile(String, String, boolean, ExceptionHandler) - Method in class adams.core.io.filesearch.XzFileSearchHandler
Searches the specified file.
searchFile(String, String, boolean, ExceptionHandler) - Method in class adams.core.io.filesearch.ZipFileSearchHandler
Searches the specified file.
searchFile(String, String, boolean, ExceptionHandler) - Method in class adams.core.io.filesearch.ZstdFileSearchHandler
Searches the specified file.
searchInitiated(SearchEvent) - Method in interface adams.gui.event.SearchListener
Gets called whenever a search should be performed.
SearchListener - Interface in adams.gui.event
For classes that wait for search events sent by a SearchPanel.
SearchPanel - Class in adams.gui.core
A panel that displays a search box.
SearchPanel(SearchPanel.LayoutType, boolean) - Constructor for class adams.gui.core.SearchPanel
Initializes the panel.
SearchPanel(SearchPanel.LayoutType, boolean, String, boolean, String) - Constructor for class adams.gui.core.SearchPanel
Initializes the panel with optional incremental search (and no search button if incremental search turned on).
SearchPanel(SearchPanel.LayoutType, boolean, String, String) - Constructor for class adams.gui.core.SearchPanel
Initializes the panel.
SearchPanel.LayoutType - Enum in adams.gui.core
The layout of the panel.
SearchParameters - Class in adams.gui.core
A container for search parameters.
SearchParameters(String) - Constructor for class adams.gui.core.SearchParameters
Initializes the search with simple substring matching.
SearchParameters(String, boolean) - Constructor for class adams.gui.core.SearchParameters
Initializes the search.
searchRegExp(String, String, boolean, ExceptionHandler) - Method in interface adams.core.io.filesearch.RegExpFileSearchHandler
Searches the specified file.
searchRegExp(String, String, boolean, ExceptionHandler) - Method in class adams.core.io.filesearch.TextFileSearchHandler
Searches the specified file using regular expressions.
searchStream(Reader, String, boolean, ExceptionHandler) - Method in interface adams.core.io.filesearch.StreamableFileSearchHandler
Searches the specified character stream.
searchStream(Reader, String, boolean, ExceptionHandler) - Method in class adams.core.io.filesearch.TextFileSearchHandler
Searches the specified character stream.
searchTipText() - Method in class adams.flow.source.FileSystemSearch
Returns the tip text for this property.
searchTipText() - Method in class adams.flow.transformer.WekaAttributeSelection
Returns the tip text for this property.
searchTipText() - Method in class adams.flow.transformer.WekaNearestNeighborSearch
Returns the tip text for this property.
SECOND - adams.data.conversion.ExtractDateTimeField.DateTimeField
second.
SECOND - Static variable in class adams.core.Index
the special string "second".
SECOND - Static variable in class adams.core.Range
the special string "second".
SECOND - Static variable in class adams.core.UnorderedRange
the special string "second".
SECOND - Static variable in interface adams.parser.booleanexpression.sym
 
SECOND - Static variable in interface adams.parser.mathematicalexpression.sym
 
SECOND - Static variable in interface adams.parser.spreadsheetformula.sym
 
SECOND - Static variable in interface adams.parser.stringexpression.sym
 
secondAttributeRangeTipText() - Method in class adams.gui.InstanceCompare
Returns the tip text for this property.
secondAttributeTipText() - Method in class weka.filters.unsupervised.attribute.MergeTwoAttributes
Returns the tip text for this property.
secondColorTipText() - Method in class adams.gui.visualization.core.BiColorGenerator
Returns the tip text for this property.
secondCrossValidationSeedTipText() - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithmWithSecondEvaluation
Returns the tip text for this property.
secondDatasetTipText() - Method in class adams.gui.InstanceCompare
Returns the tip text for this property.
secondFoldsTipText() - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithmWithSecondEvaluation
Returns the tip text for this property.
SecondFormat - Class in adams.core
Formatting class for turning byte amounts into kb, mb, etc.
SecondFormat(String) - Constructor for class adams.core.SecondFormat
Initializes the formatter.
SecondFormat.Unit - Enum in adams.core
The available units.
SecondFormatString - Class in adams.core
Wrapper for microsecond format strings.
SecondFormatString() - Constructor for class adams.core.SecondFormatString
Initializes the string with "0".
SecondFormatString(String) - Constructor for class adams.core.SecondFormatString
Initializes the object with the string to parse.
secondRangeTipText() - Method in class weka.filters.unsupervised.attribute.OuterProductAnalysis
Returns the tip text for this property.
secondRowIndexTipText() - Method in class adams.gui.InstanceCompare
Returns the tip text for this property.
SECONDS - adams.core.DateTimeType
seconds since 1970.
SECONDS - adams.core.MicroSecondFormat.Unit
 
SECONDS - adams.core.SecondFormat.Unit
 
SECONDS_LONG - adams.core.DateTimeType
seconds since 1970.
SECONDS_PER_DAY - Static variable in class adams.core.DateUtils
 
SECONDS_PER_MINUTE - Static variable in class adams.core.DateUtils
 
SECONDS_WAIT - Static variable in class adams.gui.core.UISettings
the seconds to wait before saving the settings.
Section - Class in adams.doc.docbook
Represents the "section" tag.
Section() - Constructor for class adams.doc.docbook.Section
Initializes the tag.
Section(String) - Constructor for class adams.doc.docbook.Section
Initializes the tag.
Section(String, String) - Constructor for class adams.doc.docbook.Section
Initializes the tag.
SeededRandomNumberGenerator<T extends Number> - Interface in adams.data.random
Interface for seeded random number generators.
seedTipText() - Method in interface adams.core.Randomizable
Returns the tip text for this property.
seedTipText() - Method in class adams.data.random.AbstractSeededRandomNumberGenerator
Returns the tip text for this property.
seedTipText() - Method in interface adams.data.random.SeededRandomNumberGenerator
Returns the tip text for this property.
seedTipText() - Method in class adams.data.splitgenerator.generic.randomization.DefaultRandomization
Returns the tip text for this property.
seedTipText() - Method in class adams.data.weka.evaluator.AbstractCrossvalidatedInstanceEvaluator
Returns the tip text for this property.
seedTipText() - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesCrossValidationFoldGenerator
Returns the tip text for this property.
seedTipText() - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesGroupedCrossValidationFoldGenerator
Returns the tip text for this property.
seedTipText() - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesGroupedRandomSplitGenerator
Returns the tip text for this property.
seedTipText() - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesRandomSplitGenerator
Returns the tip text for this property.
seedTipText() - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.ManualSplitGenerator
Returns the tip text for this property.
seedTipText() - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.SpreadSheetRandomSplitGenerator
Returns the tip text for this property.
seedTipText() - Method in class adams.flow.transformer.negativeregions.RandomRegions
Returns the tip text for this property.
seedTipText() - Method in class adams.flow.transformer.preparefilebaseddataset.AbstractRandomizableFileBasedDatasetPreparation
Returns the tip text for this property.
seedTipText() - Method in class adams.flow.transformer.SpreadSheetAnonymize
Returns the tip text for this property.
seedTipText() - Method in class adams.flow.transformer.SpreadSheetRandomSystematicSample
Returns the tip text for this property.
seedTipText() - Method in class adams.flow.transformer.WekaAttributeSelection
Returns the tip text for this property.
seedTipText() - Method in class adams.flow.transformer.WekaBootstrapping
Returns the tip text for this property.
seedTipText() - Method in class adams.flow.transformer.WekaClassifierRanker
Returns the tip text for this property.
seedTipText() - Method in class adams.flow.transformer.WekaCrossValidationClustererEvaluator
Returns the tip text for this property.
seedTipText() - Method in class adams.flow.transformer.WekaCrossValidationEvaluator
Returns the tip text for this property.
seedTipText() - Method in class adams.flow.transformer.WekaCrossValidationSplit
Returns the tip text for this property.
seedTipText() - Method in class adams.flow.transformer.WekaRandomSplit
Returns the tip text for this property.
seedTipText() - Method in class adams.gui.visualization.image.leftclick.RandomBoundingBox
Returns the tip text for this property.
seedTipText() - Method in class adams.gui.visualization.sequence.pointpreprocessor.Jitter
Returns the tip text for this property.
seedTipText() - Method in class adams.ml.evaluation.AbstractSplitGenerator
Returns the tip text for this property.
seedTipText() - Method in class adams.opt.genetic.AbstractGeneticAlgorithm
Returns the tip text for this property.
seedTipText() - Method in class adams.opt.optimise.genetic.AbstractGeneticAlgorithm
Returns the tip text for this property.
seedTipText() - Method in class adams.opt.optimise.RandomOptimiser
Returns the tip text for this property.
seedTipText() - Method in class weka.classifiers.AbstractSplitGenerator
Returns the tip text for this property.
seedTipText() - Method in class weka.classifiers.functions.FakeClassifier
Returns the tip text for this property.
seedTipText() - Method in class weka.classifiers.trees.XGBoost
Gets the tip-text for the seed option.
seedTipText() - Method in class weka.filters.supervised.instance.RemoveOutliers
Returns the tip text for this property.
seedTipText() - Method in class weka.filters.unsupervised.attribute.InputSmearing
Returns the tip text for this property
seedTipText() - Method in class weka.filters.unsupervised.instance.RemoveDuplicates
Returns the tip text for this property.
seedTipText() - Method in class weka.filters.unsupervised.instance.WeightsBasedResample
Returns the tip text for this property.
SegmentationPanel - Class in adams.gui.visualization.segmentation
Panel for performing segmentation annotations.
SegmentationPanel() - Constructor for class adams.gui.visualization.segmentation.SegmentationPanel
 
SegmentationPanel.ContainerSettings - Class in adams.gui.visualization.segmentation
The settings used when setting up from a container.
SegmentationPanel.LayerVisibility - Enum in adams.gui.visualization.segmentation
What layers should be selected.
segmentsTipText() - Method in class adams.flow.transformer.timeseriessplit.AbstractSplitOnDate
Returns the tip text for this property.
selCol - Variable in class adams.gui.core.spreadsheettable.SpreadSheetTablePopupMenuItemHelper.TableState
the selected column.
selCol - Variable in class adams.gui.visualization.instances.instancestable.InstancesTablePopupMenuItemHelper.TableState
the selected column.
select() - Method in class adams.parser.spreadsheetquery.ParserHelper
Sets to create subset.
select(String) - Method in class adams.db.AbstractIndexedTable
Do a select on given columns for all data in table.
select(String, String) - Method in class adams.db.AbstractIndexedTable
Do a select on given columns for all data in table, with condition.
select(String, String, String) - Method in class adams.db.generic.SQL
Do a select on given columns for all data in joined tables, with condition.
select(String, String, String) - Method in class adams.db.mirrored.SQL
Do a select on given columns for all data in joined tables, with condition.
select(String, String, String) - Method in class adams.db.SQLF
Do a select on given columns for all data in joined tables, with condition.
select(String, String, String) - Method in interface adams.db.SQLIntf
Do a select on given columns for all data in joined tables, with condition.
select(T[]) - Method in class adams.gui.selection.AbstractTableBasedSelectionPanel
Selects the items.
SELECT - Static variable in interface adams.parser.spreadsheetquery.sym
 
selectAll() - Method in class adams.gui.core.AbstractTextAreaPanelWithAdvancedSyntaxHighlighting
Selects all the text.
selectAll() - Method in class adams.gui.core.BaseList
Selects all items.
selectAll() - Method in class adams.gui.core.BaseListWithButtons
Selects all items.
selectAll() - Method in class adams.gui.core.BaseTable
Selects all rows.
selectAll() - Method in class adams.gui.core.SortableAndSearchableTableWithButtons
Selects all rows.
selectAll() - Method in class adams.gui.core.StyledTextEditorPanel
Selects all the text.
selectAll() - Method in class adams.gui.core.TextEditorPanel
Selects all the text.
SelectArraySubset - Class in adams.flow.transformer
Allows the user to select a subset of the incoming array to be forwarded in the flow.
SelectArraySubset() - Constructor for class adams.flow.transformer.SelectArraySubset
 
selectAttributes(Instances, List<Integer>) - Method in class adams.flow.transformer.WekaChooseAttributes
Prompts the user to select attributes.
selectCallableActor(CallableActorReference) - Method in class adams.gui.flow.tree.quickaction.ChangeCallableActor
Prompts the user to select callable actor.
selectCallableActorFromNames(Container, List<String>, String) - Static method in class adams.gui.goe.VariableSupport
Pops up a dialog with the provided callable actors for the user to select one.
selectCallableActorFromNodes(Container, List<Node>, String) - Static method in class adams.gui.goe.VariableSupport
Pops up a dialog with the provided callable actors for the user to select one.
SelectCharset - Class in adams.flow.source
Prompts the user to select a character set.
SelectCharset() - Constructor for class adams.flow.source.SelectCharset
 
selectColorProvider() - Method in class adams.gui.visualization.instance.InstanceExplorer
Lets the user select a new color provider.
selectColorProvider() - Method in class adams.gui.visualization.spreadsheet.SpreadSheetExplorer
Lets the user select a new color provider.
selectColorProvider() - Method in class adams.gui.visualization.timeseries.TimeseriesExplorer
Lets the user select a new color provider.
selectComboBoxIndex(BaseComboBox<String>, TriState) - Static method in class adams.gui.goe.TriStateEditor
Sets the state of a combobox based on the TriState enum.
selectCurrentWidget(String) - Method in class adams.gui.tools.SpreadSheetProcessorPanel.WidgetPanel
Selects the current widget based on name.
selectCursor(int) - Method in class adams.gui.core.DragAndDropTree
Returns the appropriate cursor based on the DnD action.
selectDatabase() - Method in class adams.gui.tools.AbstractManagementPanelWithSelectableDatabase
Lets the user select another database.
SelectDateTime - Class in adams.flow.source
Pops up a dialog, prompting the user to select a date/time, date or time value.
SelectDateTime() - Constructor for class adams.flow.source.SelectDateTime
 
SelectDateTime.Type - Enum in adams.flow.source
Determines what dialog is presented to the user and what the generated data type is.
selectDirectory(String, PlaceholderDirectory) - Method in class adams.core.io.console.Basic
Lets the user select a directory.
selectDirectory(String, PlaceholderDirectory) - Method in interface adams.core.io.console.Console
Lets the user select a directory.
selectDirectory(String, PlaceholderDirectory) - Static method in class adams.core.io.ConsoleHelper
Lets the user select a directory.
SelectDirectory - Class in adams.flow.source
Pops up a directory chooser dialog, prompting the user to select a directory.
SelectDirectory() - Constructor for class adams.flow.source.SelectDirectory
 
SelectDirectoryPage - Class in adams.gui.wizard
Wizard page that allows the user to select a directory.
SelectDirectoryPage() - Constructor for class adams.gui.wizard.SelectDirectoryPage
Default constructor.
SelectDirectoryPage(String) - Constructor for class adams.gui.wizard.SelectDirectoryPage
Initializes the page with the given page name.
SelectDirectoryToEnterManyValuesTransfer - Class in adams.core.optiontransfer
Transfers options from SelectDirectory to EnterManyValues actors.
SelectDirectoryToEnterManyValuesTransfer() - Constructor for class adams.core.optiontransfer.SelectDirectoryToEnterManyValuesTransfer
 
selectDistinct(String) - Method in class adams.db.AbstractIndexedTable
Do a select distinct on given columns for all data in table, with condition.
selectDistinct(String, String) - Method in class adams.db.AbstractIndexedTable
Do a select distinct on given columns for all data in table, with condition.
selectDistinct(String, String, String) - Method in class adams.db.generic.SQL
Do a select distinct on given columns for all data in joined tables, with condition.
selectDistinct(String, String, String) - Method in class adams.db.mirrored.SQL
Do a select distinct on given columns for all data in joined tables, with condition.
selectDistinct(String, String, String) - Method in class adams.db.SQLF
Do a select distinct on given columns for all data in joined tables, with condition.
selectDistinct(String, String, String) - Method in interface adams.db.SQLIntf
Do a select distinct on given columns for all data in joined tables, with condition.
selectDouble(boolean, String, String, String) - Method in class adams.db.generic.SQL
Selects all doubles from the specified column.
selectDouble(boolean, String, String, String) - Method in class adams.db.mirrored.SQL
Selects all doubles from the specified column.
selectDouble(boolean, String, String, String) - Method in class adams.db.SQLF
Selects all doubles from the specified column.
selectDouble(boolean, String, String, String) - Method in interface adams.db.SQLIntf
Selects all doubles from the specified column.
selected - Variable in class adams.gui.core.BaseTabbedPane.TabUndo
whether the tab was selected.
selected - Variable in class adams.gui.core.MultiPagePane.PageUndo
whether the tab was selected.
selected(ImagePanelSelectionEvent) - Method in interface adams.gui.event.ImagePanelSelectionListener
Invoked when a selection happened in a ImagePanel.
selected(ImagePanelSelectionEvent) - Method in class adams.gui.visualization.image.selection.AbstractSelectionProcessor
Invoked when a selection happened in a ImagePanel.
Selected - Class in adams.flow.transformer.preparefilebaseddataset
Generates a container from the selected elements of the array.
Selected() - Constructor for class adams.flow.transformer.preparefilebaseddataset.Selected
 
SELECTED - adams.gui.core.TableRowRange
only selected rows.
SelectedObjectFilter(Set<LocatedObject>) - Constructor for class adams.gui.visualization.image.AbstractObjectOverlayFromReport.SelectedObjectFilter
Initializes the filter.
SelectedObjectFilter(Set<LocatedObject>) - Constructor for class adams.gui.visualization.image.AbstractPointOverlayFromReport.SelectedObjectFilter
Initializes the filter.
selectedRowsProcessorsTipText() - Method in class adams.flow.sink.SpreadSheetDisplay
Returns the tip text for this property.
SelectedTimestampPaintlet - Class in adams.gui.visualization.timeseries
Paintlet for highlighting a selected timeseries data point point on a panel.
SelectedTimestampPaintlet() - Constructor for class adams.gui.visualization.timeseries.SelectedTimestampPaintlet
 
SelectEmailAddressDialog - Class in adams.gui.selection
Dialog for selecting email addresses.
SelectEmailAddressDialog(Dialog) - Constructor for class adams.gui.selection.SelectEmailAddressDialog
Creates a modal dialog.
SelectEmailAddressDialog(Dialog, String) - Constructor for class adams.gui.selection.SelectEmailAddressDialog
Creates a modal dialog.
SelectEmailAddressDialog(Frame) - Constructor for class adams.gui.selection.SelectEmailAddressDialog
Creates a modal dialog.
SelectEmailAddressDialog(Frame, String) - Constructor for class adams.gui.selection.SelectEmailAddressDialog
Creates a modal dialog.
SelectEmailAddressPanel - Class in adams.gui.selection
Allows the selection of email addresses.
SelectEmailAddressPanel() - Constructor for class adams.gui.selection.SelectEmailAddressPanel
 
SelectEmailAddressPanel.TableModel - Class in adams.gui.selection
A simple table model for displaying the contacts.
selectFavorite(ContentHandlerFavorites.ContentHandlerFavorite) - Method in class adams.gui.tools.previewbrowser.PreviewDisplay
Selects the favorite instead of the selected content handler
SelectFieldDialog - Class in adams.gui.selection
Dialog for selecting fields (obtained from a database).
SelectFieldDialog(Dialog) - Constructor for class adams.gui.selection.SelectFieldDialog
Creates a modal dialog.
SelectFieldDialog(Dialog, String) - Constructor for class adams.gui.selection.SelectFieldDialog
Creates a modal dialog.
SelectFieldDialog(Frame) - Constructor for class adams.gui.selection.SelectFieldDialog
Creates a modal dialog.
SelectFieldDialog(Frame, String) - Constructor for class adams.gui.selection.SelectFieldDialog
Creates a modal dialog.
SelectFieldPanel - Class in adams.gui.selection
A panel for selecting a field (obtained from a database).
SelectFieldPanel() - Constructor for class adams.gui.selection.SelectFieldPanel
Default constructor.
SelectFile - Class in adams.flow.source
Pops up a file chooser dialog, prompting the user to select one or more files.
SelectFile() - Constructor for class adams.flow.source.SelectFile
 
SelectFilePage - Class in adams.gui.wizard
Wizard page that allows the user to select a file.
SelectFilePage() - Constructor for class adams.gui.wizard.SelectFilePage
Default constructor.
SelectFilePage(String) - Constructor for class adams.gui.wizard.SelectFilePage
Initializes the page with the given page name.
selectFiles(String, PlaceholderFile...) - Method in class adams.core.io.console.Basic
Lets the user select files.
selectFiles(String, PlaceholderFile...) - Method in interface adams.core.io.console.Console
Lets the user select files.
selectFiles(String, PlaceholderFile...) - Static method in class adams.core.io.ConsoleHelper
Lets the user select files.
SelectFileToEnterManyValuesTransfer - Class in adams.core.optiontransfer
Transfers options from SelectFile to EnterManyValues actors.
SelectFileToEnterManyValuesTransfer() - Constructor for class adams.core.optiontransfer.SelectFileToEnterManyValuesTransfer
 
SelectFileToFileSupplierTransfer - Class in adams.core.optiontransfer
Transfers options from SelectFile to FileSupplier actors.
SelectFileToFileSupplierTransfer() - Constructor for class adams.core.optiontransfer.SelectFileToFileSupplierTransfer
 
selectFont() - Method in class adams.gui.core.AbstractTextAreaPanelWithAdvancedSyntaxHighlighting
Pops up a dialog for selecting the font.
selectFont() - Method in class adams.gui.core.BaseTextArea
Pops up a dialog for selecting the font.
selectFont() - Method in class adams.gui.core.BaseTextPane
Pops up a dialog for selecting the font.
selectFont() - Method in class adams.gui.core.StyledTextEditorPanel
Pops up a dialog for selecting the font.
selectFont() - Method in class adams.gui.core.TextEditorPanel
Pops up a dialog for selecting the font.
selectImageOverlay() - Method in class adams.gui.visualization.image.ImagePanel.PaintPanel
Lets the user select an overlay to add.
selectImageOverlay(ImageOverlay) - Method in class adams.gui.tools.ImageProcessorPanel
Displays a dialog for the user to configure an image overlay and then returns it.
selectInt(boolean, String, String, String) - Method in class adams.db.generic.SQL
Selects all integers from the specified column.
selectInt(boolean, String, String, String) - Method in class adams.db.mirrored.SQL
Selects all integers from the specified column.
selectInt(boolean, String, String, String) - Method in class adams.db.SQLF
Selects all integers from the specified column.
selectInt(boolean, String, String, String) - Method in interface adams.db.SQLIntf
Selects all integers from the specified column.
selection - Variable in class adams.gui.flow.tree.Tree.TreeState
the full names of the currently selected actors.
SELECTION_GREEDY - Static variable in class weka.classifiers.functions.LinearRegressionJ
Attribute selection method: Greedy method
SELECTION_M5 - Static variable in class weka.classifiers.functions.LinearRegressionJ
Attribute selection method: M5 method
SELECTION_NONE - Static variable in class weka.classifiers.functions.LinearRegressionJ
Attribute selection method: No attribute selection
SELECTION_PROCESSOR - Static variable in class weka.filters.unsupervised.instance.MultiRowProcessor
 
SelectionAwareEditorTab - Interface in adams.gui.flow.tab
Interface for flow editor tabs that need to react to changes of currently selected actors.
SelectionAwareViewerTab - Interface in adams.gui.tools.spreadsheetviewer.tab
Interface for spreadsheet viewer tabs that need to react to changes.
SelectionModel - Class in adams.gui.flow.tree
The selection model for the flow editor tree.
SelectionModel() - Constructor for class adams.gui.flow.tree.SelectionModel
Initializes the selection model.
SelectionPoint - Class in adams.gui.visualization.image
Stores the index in the point as well.
SelectionPoint(int, int) - Constructor for class adams.gui.visualization.image.SelectionPoint
Constructs a new SelectionPoint whose upper-left corner is specified as (x,y) and whose width and height are specified by the arguments of the same name.
SelectionPoint(int, int, int) - Constructor for class adams.gui.visualization.image.SelectionPoint
Constructs a new SelectionPoint whose upper-left corner is specified as (x,y) and whose width and height are specified by the arguments of the same name.
SelectionPoint(Point) - Constructor for class adams.gui.visualization.image.SelectionPoint
Constructs a new SelectionPoint using the specified point.
SelectionPoint(Point, int) - Constructor for class adams.gui.visualization.image.SelectionPoint
Constructs a new SelectionPoint using the specified point.
SelectionProcessor - Interface in adams.gui.visualization.image.selection
Interface for selection processors.
selectionProcessorTipText() - Method in class adams.flow.sink.ImageViewer
Returns the tip text for this property.
selectionProcessorTipText() - Method in class adams.flow.transformer.ImageAnnotator
Returns the tip text for this property.
selectionProcessorTipText() - Method in class adams.gui.tools.previewbrowser.AnnotateImage
Returns the tip text for this property.
selectionProcessorTipText() - Method in class weka.filters.unsupervised.instance.MultiRowProcessor
Returns the tip text for this property.
SelectionProcessorWithLabelSupport - Interface in adams.gui.visualization.image.selection
Interface for selection processors that support labels.
SelectionRectangle - Class in adams.gui.visualization.image
Stores the index in the report as well.
SelectionRectangle(int, int, int, int) - Constructor for class adams.gui.visualization.image.SelectionRectangle
Constructs a new SelectionRectangle whose upper-left corner is specified as (x,y) and whose width and height are specified by the arguments of the same name.
SelectionRectangle(int, int, int, int, int) - Constructor for class adams.gui.visualization.image.SelectionRectangle
Constructs a new SelectionRectangle whose upper-left corner is specified as (x,y) and whose width and height are specified by the arguments of the same name.
SelectionRectangle(Rectangle) - Constructor for class adams.gui.visualization.image.SelectionRectangle
Constructs a new SelectionRectangle using the specified rectangle.
SelectionRectangle(Rectangle, int) - Constructor for class adams.gui.visualization.image.SelectionRectangle
Constructs a new SelectionRectangle using the specified rectangle.
selectionRowToModelRow(int) - Method in class adams.gui.core.BaseTable
Determines the actual row index.
selectionRowToModelRow(int) - Method in class adams.gui.core.SpreadSheetTable
Determines the actual row index.
selectionRowToModelRow(int) - Method in class adams.gui.visualization.instances.InstancesTable
Determines the actual row index.
SelectionShapePainter - Interface in adams.gui.visualization.image.selectionshape
Interface for classes that can paint the selection.
selectionShapePainterTipText() - Method in class adams.flow.sink.ImageViewer
Returns the tip text for this property.
selectionShapePainterTipText() - Method in class adams.flow.transformer.ImageAnnotator
Returns the tip text for this property.
selectionShapePainterTipText() - Method in class adams.gui.tools.previewbrowser.AnnotateImage
Returns the tip text for this property.
selectionTipText() - Method in class adams.gui.tools.spreadsheetviewer.chart.Histogram
Returns the tip text for this property.
selectionValuesTipText() - Method in class adams.flow.source.EnterValue
Returns the tip text for this property.
selectLong(boolean, String, String, String) - Method in class adams.db.generic.SQL
Selects all longs from the specified column.
selectLong(boolean, String, String, String) - Method in class adams.db.mirrored.SQL
 
selectLong(boolean, String, String, String) - Method in class adams.db.SQLF
Selects all longs from the specified column.
selectLong(boolean, String, String, String) - Method in interface adams.db.SQLIntf
Selects all longs from the specified column.
selectMargins() - Method in class adams.gui.visualization.core.AxisPanel
Pops up a dialog letting the user choose the margins (top/bottom) for the axis.
SelectMultipleDirectoriesPage - Class in adams.gui.wizard
Wizard page that allows the user to select multiple directories.
SelectMultipleDirectoriesPage() - Constructor for class adams.gui.wizard.SelectMultipleDirectoriesPage
Default constructor.
SelectMultipleDirectoriesPage(String) - Constructor for class adams.gui.wizard.SelectMultipleDirectoriesPage
Initializes the page with the given page name.
SelectMultipleFilesPage - Class in adams.gui.wizard
Wizard page that allows the user to select multiple files.
SelectMultipleFilesPage() - Constructor for class adams.gui.wizard.SelectMultipleFilesPage
Default constructor.
SelectMultipleFilesPage(String) - Constructor for class adams.gui.wizard.SelectMultipleFilesPage
Initializes the page with the given page name.
selectNextLabel() - Method in class adams.gui.visualization.object.labelselector.ButtonSelectorPanel
Moves to the next label.
selectNextLabel() - Method in class adams.gui.visualization.object.labelselector.ButtonSelectorWithColorPanel
Moves to the next label.
selectNextLabel() - Method in class adams.gui.visualization.object.labelselector.ComboBoxSelectorPanel
Moves to the next label.
selectNextLabel() - Method in interface adams.gui.visualization.object.labelselector.LabelSelector
Moves to the next label.
selectNodeByName(String) - Method in class adams.gui.goe.actorpathtree.ActorPathTree
Selects the node (containing a classname) identified by the name.
selectNone() - Method in class adams.gui.core.BaseList
Select no items.
selectNone() - Method in class adams.gui.core.BaseListWithButtons
Select no items.
selectNone() - Method in class adams.gui.core.BaseTable
Deselects all rows.
selectNone() - Method in class adams.gui.core.SortableAndSearchableTableWithButtons
Deselects all rows.
selectObjectLocator(AbstractObjectLocator) - Method in class adams.gui.tools.ImageProcessorPanel
Displays a dialog for the user to configure an object locator and then returns it.
selectObjects(Point) - Method in class adams.gui.visualization.object.tools.Edit
Attempts to select the object(s) at the specified location.
selectObjects(Point) - Method in class adams.gui.visualization.object.tools.Move
Attempts to select the object(s) at the specified location.
SelectObjects - Class in adams.flow.source
Allows the user to select an arbitrary number of objects from the specified class hierarchy using the GenericObjectArray.
It is possible to use this dialog for other objects as well that don't belong to a class hierarchy, e.g., adams.core.base.BaseString.
SelectObjects - Class in adams.gui.visualization.image.selection
Allows the user to select objects in the image.
The locations get stored in the attached report.
If the <ctrl> key is pressed while drawing a selection rectangle, all enclosed locations get removed.
SelectObjects() - Constructor for class adams.flow.source.SelectObjects
 
SelectObjects() - Constructor for class adams.gui.visualization.image.selection.SelectObjects
 
selectOption(String, String[]) - Method in class adams.core.io.console.Basic
Lets the user select from a number of choices.
selectOption(String, String[]) - Method in interface adams.core.io.console.Console
Lets the user select from a number of choices.
selectOption(String, String[]) - Static method in class adams.core.io.ConsoleHelper
Lets the user select from a number of choices.
selectOption(String, String[], String) - Method in class adams.core.io.console.Basic
Lets the user select from a number of choices.
selectOption(String, String[], String) - Method in interface adams.core.io.console.Console
Lets the user select from a number of choices.
selectOption(String, String[], String) - Static method in class adams.core.io.ConsoleHelper
Lets the user select from a number of choices.
SelectOptionPanel - Class in adams.gui.chooser
Allows the user to select either a single or multiple options from a list of available options.
SelectOptionPanel() - Constructor for class adams.gui.chooser.SelectOptionPanel
 
selectPaintlet() - Method in class adams.gui.visualization.instance.InstanceExplorer
Lets the user select a new paintlet.
selectPaintlet() - Method in class adams.gui.visualization.spreadsheet.SpreadSheetExplorer
Lets the user select a new paintlet.
selectPaintlet() - Method in class adams.gui.visualization.timeseries.TimeseriesExplorer
Lets the user select a new paintlet.
selectProcessorWidget(String) - Method in class adams.gui.tools.SpreadSheetProcessorPanel
Selects the processor widget based on name.
selectPropertyPath(Node, String[], int) - Method in class adams.gui.visualization.debug.objecttree.Tree
Attempts to select the specified property path.
selectPropertyPath(String[]) - Method in class adams.gui.visualization.debug.objecttree.Tree
Attempts to select the specified property path.
selectRange() - Method in class adams.gui.visualization.core.AxisPanel
Pops up a dialog letting the user choose the range (min/max) for the axis.
selectRendering() - Method in class adams.gui.dialog.SpreadSheetPanel
Allows the user to select a different cell rendering customizer.
selectRendering(boolean) - Method in class adams.gui.tools.SpreadSheetViewerPanel
Allows the user to select a different cell rendering customizer.
selectRows(Instances) - Method in class weka.filters.unsupervised.instance.multirowprocessor.selection.AbstractRowSelection
Returns the list of row indices generated from the data.
selectSourceWidget(String) - Method in class adams.gui.tools.SpreadSheetProcessorPanel
Selects the source widget based on name.
selectString(boolean, String, String, String) - Method in class adams.db.generic.SQL
Selects all strings from the specified column.
selectString(boolean, String, String, String) - Method in class adams.db.mirrored.SQL
Selects all strings from the specified column.
selectString(boolean, String, String, String) - Method in class adams.db.SQLF
Selects all strings from the specified column.
selectString(boolean, String, String, String) - Method in interface adams.db.SQLIntf
Selects all strings from the specified column.
selectStrings(boolean, String[], String, String) - Method in class adams.db.generic.SQL
Selects all strings from the specified columns.
selectStrings(boolean, String[], String, String) - Method in class adams.db.mirrored.SQL
Selects all strings from the specified columns.
selectStrings(boolean, String[], String, String) - Method in class adams.db.SQLF
Selects all strings from the specified columns.
selectStrings(boolean, String[], String, String) - Method in interface adams.db.SQLIntf
Selects all strings from the specified columns.
selectSubSample(Instances, Random) - Method in class weka.classifiers.meta.AbstainLeastMedianSq
Produces a random sample from m_Data in m_SubSample.
selectSubSample(Instances, Random) - Method in class weka.classifiers.meta.LeastMedianSq
Produces a random sample from m_Data in m_SubSample.
selectSubsetTipText() - Method in class adams.flow.template.FileProcessingWithProgressBar
Returns the tip text for this property.
selectSubsetTipText() - Method in class adams.flow.template.IterateFilesWithProgressBar
Returns the tip text for this property.
selectTable(int) - Method in class adams.gui.visualization.report.ReportFactory.Panel
Selects and displays the selected report.
selectTargetWidget(String) - Method in class adams.gui.tools.SpreadSheetProcessorPanel
Selects the target widget based on name.
selectVertex(Point) - Method in class adams.gui.visualization.object.tools.Edit
Returns the vertex that is associated with the location in the image.
selNode - Variable in class adams.gui.flow.tree.StateContainer
the node in case of single selection.
selPath - Variable in class adams.gui.flow.tree.StateContainer
the path in case of single selection.
selPaths - Variable in class adams.gui.flow.tree.StateContainer
the currently selected paths.
selRow - Variable in class adams.gui.core.spreadsheettable.SpreadSheetTablePopupMenuItemHelper.TableState
the selected row.
selRow - Variable in class adams.gui.visualization.instances.instancestable.InstancesTablePopupMenuItemHelper.TableState
the selected row.
selRows - Variable in class adams.gui.core.spreadsheettable.SpreadSheetTablePopupMenuItemHelper.TableState
the selected rows.
selRows - Variable in class adams.gui.visualization.instances.instancestable.InstancesTablePopupMenuItemHelper.TableState
the selected rows.
SEMI - Static variable in interface adams.parser.lookupupdate.sym
 
SEMICOLON - Static variable in interface adams.parser.booleanexpression.sym
 
SEMICOLON - Static variable in interface adams.parser.mathematicalexpression.sym
 
SEMICOLON - Static variable in interface adams.parser.spreadsheetformula.sym
 
SEMICOLON - Static variable in interface adams.parser.stringexpression.sym
 
send() - Method in class adams.gui.dialog.ComposeEmailDialog
Attempts to send the email.
send() - Method in class adams.gui.dialog.ComposeEmailPanel
Attempts to send the email.
send(byte[]) - Method in class weka.classifiers.meta.SocketFacade
Sends the data to the remote host.
send(RemoteCommand, RemoteCommandProcessor, boolean) - Method in class adams.scripting.connection.AbstractSSHConnection
Sends the command to the specified sscripting engine.
send(RemoteCommand, RemoteCommandProcessor, String, int, boolean) - Method in class adams.scripting.connection.DefaultConnection
Sends the command to the specified sscripting engine.
send(Object) - Method in class adams.gui.sendto.AbstractSendToAction
Performs the actual sending/forwarding/processing of the data.
send(Object) - Method in class adams.gui.sendto.Clipboard
Performs the actual sending/forwarding/processing of the data.
send(Object) - Method in class adams.gui.sendto.CopyTableAsImage
Performs the actual sending/forwarding/processing of the data.
send(Object) - Method in class adams.gui.sendto.EmailRecipient
Performs the actual sending/forwarding/processing of the data.
send(Object) - Method in class adams.gui.sendto.ExportAsImage
Performs the actual sending/forwarding/processing of the data.
send(Object) - Method in class adams.gui.sendto.ExportAsSpreadsheet
Performs the actual sending/forwarding/processing of the data.
send(Object) - Method in class adams.gui.sendto.ExportTableAsImage
Performs the actual sending/forwarding/processing of the data.
send(Object) - Method in class adams.gui.sendto.PDFPrinter
Performs the actual sending/forwarding/processing of the data.
send(Object) - Method in class adams.gui.sendto.Printer
Performs the actual sending/forwarding/processing of the data.
send(Object) - Method in class adams.gui.sendto.TextFile
Performs the actual sending/forwarding/processing of the data.
send(String, RemoteCommand, String) - Method in class adams.scripting.requesthandler.CallableActorsHandler
Sends the remote command to the callable actor.
send(String, RemoteCommand, String) - Method in class adams.scripting.responsehandler.CallableActorsHandler
Sends the remote command to the callable actor.
sendCommand() - Method in class adams.gui.menu.RemoteCommands
Allows the sending of a remote command.
sendCommand() - Method in class adams.gui.tools.remotecontrolcenter.panels.AdvancedTab
Sends the command.
sendCommand(RemoteCommand) - Method in class adams.gui.tools.remotecontrolcenter.panels.AbstractRemoteFlowTab
Sends the specified command, not waiting for a response.
sendCommand(RemoteCommand) - Method in class adams.scripting.engine.DefaultMainScriptingEngine
Sends the command to a worker.
sendCommand(RemoteCommand) - Method in interface adams.scripting.engine.MainScriptingEngine
Sends the command to a worker.
sendCommand(RemoteCommand, RemoteCommandProcessor, BaseHostname) - Method in class adams.gui.tools.remotecontrolcenter.panels.AbstractRemoteControlCenterTab
Sends the specified command, not waiting for a response.
sendCommandWithReponse(RemoteCommandWithResponse) - Method in class adams.gui.tools.remotecontrolcenter.panels.AbstractRemoteFlowTab
Sends the specified command.
sendCommandWithReponse(RemoteCommandWithResponse, BaseHostname, BaseHostname, int) - Method in class adams.console.Logging
Sends the specified command and the response handler for intercepting the result.
sendCommandWithReponse(RemoteCommandWithResponse, RemoteCommandProcessor, ResponseHandler, BaseHostname, BaseHostname, int) - Method in class adams.gui.tools.remotecontrolcenter.panels.AbstractRemoteControlCenterTab
Sends the specified command and the response handler for intercepting the result.
sendCommandWithReponse(RemoteCommandWithResponse, ResponseHandler) - Method in class adams.gui.tools.remotecontrolcenter.panels.AbstractRemoteFlowTab
Sends the specified command and the response handler for intercepting the result.
SendEmail - Class in adams.flow.sink
Actor for sending emails.
SendEmail() - Constructor for class adams.flow.sink.SendEmail
 
sendEmailTipText() - Method in class adams.core.net.SimpleMailer
Returns the tip text for this property.
sendEmailTipText() - Method in class adams.flow.sink.SendEmail
Returns the tip text for this property.
sendEmailTipText() - Method in class adams.flow.sink.sendnotification.Email
Returns the tip text for this property.
sendEmailTipText() - Method in class adams.gui.visualization.multiobjectexport.EmailExport
Returns the tip text for this property.
SendErrorReport - Class in adams.gui.flow.notificationareaaction
Sends an error report to the support email address (if configured).
SendErrorReport - Class in adams.gui.menu
Sends an error report to the specified error report email address.
SendErrorReport() - Constructor for class adams.gui.flow.notificationareaaction.SendErrorReport
Instantiates the action.
SendErrorReport() - Constructor for class adams.gui.menu.SendErrorReport
Initializes the menu item with no owner.
SendErrorReport(AbstractApplicationFrame) - Constructor for class adams.gui.menu.SendErrorReport
Initializes the menu item.
senderTipText() - Method in class adams.flow.sink.sendnotification.Email
Returns the tip text for this property.
senderTipText() - Method in class adams.flow.transformer.CreateEmail
Returns the tip text for this property.
senderTipText() - Method in class adams.gui.visualization.multiobjectexport.EmailExport
Returns the tip text for this property.
SendFile - Class in adams.scripting.command.basic
Sends a file as binary blob.
SendFile() - Constructor for class adams.scripting.command.basic.SendFile
 
SendFlowControlCommand - Class in adams.scripting.command.flow
Sends a control command to a flow (pause/resume/stop/start).
SendFlowControlCommand() - Constructor for class adams.scripting.command.flow.SendFlowControlCommand
 
SendFlowControlCommand.Command - Enum in adams.scripting.command.flow
Enumeration of available commands.
sendMail(Email) - Method in class adams.core.net.AbstractSendEmail
Sends an email.
sendMail(Email) - Method in class adams.core.net.ApacheSendEmail
Sends an email.
sendMail(Email) - Method in class adams.core.net.JavaMailSendEmail
Sends an email.
sendMail(Email) - Method in class adams.core.net.SimpleApacheSendEmail
Sends an email.
sendNotification(String) - Method in class adams.flow.sink.sendnotification.AbstractNotification
Sends the notification.
SendNotification - Class in adams.flow.sink
Sends the incoming message string via the configured notification scheme.
SendNotification() - Constructor for class adams.flow.sink.SendNotification
 
SendRemoteCommand - Class in adams.flow.sink
Sends a command to the remote host defined by the connection settings.
Unsuccessful commands can be store on disk to retry later.
SendRemoteCommand() - Constructor for class adams.flow.sink.SendRemoteCommand
 
sendRequest(RemoteCommand, RemoteCommandProcessor) - Method in class adams.scripting.connection.AbstractConnection
Sends the request command.
sendRequest(RemoteCommand, RemoteCommandProcessor) - Method in interface adams.scripting.connection.Connection
Sends the request command.
sendResponse(RemoteCommand, RemoteCommandProcessor) - Method in class adams.scripting.connection.AbstractConnection
Sends the response command.
sendResponse(RemoteCommand, RemoteCommandProcessor) - Method in interface adams.scripting.connection.Connection
Sends the response command.
sendScreenshot(AbstractComparisonPanel, StorageName) - Method in class adams.flow.transformer.CompareObjectLocations
Sends the screenshot to the callable actor.
SendTo<T extends DataContainer,​M extends AbstractContainerManager,​C extends AbstractContainer> - Class in adams.gui.visualization.container.datacontainerpanel.plotpopup
For adding the "Send to" submenu.
SendTo() - Constructor for class adams.gui.visualization.container.datacontainerpanel.plotpopup.SendTo
 
SendToActionSupporter - Interface in adams.gui.sendto
Interface for panels/etc that support SendTo actions.
SendToActionUtils - Class in adams.gui.sendto
Helper class for SendTo actions.
SendToActionUtils() - Constructor for class adams.gui.sendto.SendToActionUtils
 
Separator - Class in adams.gui.flow.tree.menu
Adds a separator to the menu.
Separator - Class in adams.gui.visualization.report.reportfactory
Dummy action that represents a separator
Separator() - Constructor for class adams.gui.flow.tree.menu.Separator
 
Separator() - Constructor for class adams.gui.visualization.report.reportfactory.Separator
Initializes the action.
SEPARATOR - Static variable in class adams.core.base.BaseDimension
the separator.
SEPARATOR - Static variable in class adams.core.base.BaseKeyValuePair
the separator.
SEPARATOR - Static variable in class adams.core.base.BasePointDouble
the separator.
SEPARATOR - Static variable in class adams.core.base.BasePointFloat
the separator.
SEPARATOR - Static variable in class adams.core.base.BasePointInt
the separator.
SEPARATOR - Static variable in class adams.core.base.Mat5ArrayDimensions
the separator between dimensions.
SEPARATOR - Static variable in class adams.core.base.Mat5ArrayElementIndex
the separator between dimensions.
SEPARATOR - Static variable in class adams.core.base.MavenArtifact
 
SEPARATOR - Static variable in class adams.core.base.MavenArtifactExclusion
 
SEPARATOR - Static variable in class adams.core.base.MavenRepository
 
SEPARATOR - Static variable in class adams.core.io.PdfFont
the separator.
SEPARATOR - Static variable in class adams.core.option.parsing.FontParsing
the separator.
SEPARATOR - Static variable in class adams.core.Placeholders
the separator for key-value pairs.
SEPARATOR - Static variable in class adams.core.Range
the special string ",".
SEPARATOR - Static variable in class adams.core.UnorderedRange
the special string ",".
SEPARATOR - Static variable in class adams.core.VariableNameValuePair
the separator.
SEPARATOR - Static variable in class adams.data.conversion.SpreadSheetBinarize
the separator to use between column name and label.
SEPARATOR - Static variable in class adams.data.report.AbstractField
the separator.
SEPARATOR - Static variable in class adams.data.spreadsheet.RowIdentifier
the separator between cells in the key.
SEPARATOR - Static variable in class adams.flow.transformer.UniqueID
the separator between original ID and suffix to make it unique.
SEPARATOR - Static variable in class adams.gui.application.ApplicationMenu
the separator between classname and alternative title.
SEPARATOR - Static variable in class adams.gui.core.BaseButtonWithDropDownMenu
 
SEPARATOR - Static variable in class adams.gui.core.BaseFlatButtonWithDropDownMenu
 
SEPARATOR - Static variable in class adams.gui.goe.Favorites
the separator between classname and favorite name.
SEPARATOR - Static variable in class adams.gui.tools.FavoritesManagementPanel
the separator between name and commandline of favorite.
SEPARATOR - Static variable in class adams.gui.tools.previewbrowser.ContentHandlerFavorites
the separator between extension and name.
SEPARATOR - Static variable in class adams.gui.visualization.report.reportfactory.AbstractTableAction
the placeholder for a separator in the popup menu.
SEPARATOR_DISPLAY - Static variable in class adams.data.report.AbstractField
the replacement for tabs in the fields when displaying in the GUI.
SEPARATOR_ESCAPED - Static variable in class adams.data.report.AbstractField
the escaped separator.
SEPARATOR_LIST - Static variable in class adams.core.management.EnvVar
the default list separator (;).
SEPARATOR_PAIR - Static variable in class adams.core.management.EnvVar
the default pair separator (=).
SEPARATOR_SIDEBYSIDE - Static variable in class adams.core.DiffUtils
the separator for the side-by-side output on the command-line.
SEPARATOR_UNIFIED - Static variable in class adams.core.DiffUtils
the separator for the unified output.
separatorCellsTipText() - Method in class adams.data.featureconverter.FixedColumnText
Returns the tip text for this property.
separatorHeaderTipText() - Method in class adams.data.featureconverter.FixedColumnText
Returns the tip text for this property.
separatorPaintletTipText() - Method in class adams.flow.sink.ControlChartPlot
Returns the tip text for this property.
separatorTipText() - Method in class adams.data.conversion.SideBySideDiffToString
Returns the tip text for this property.
separatorTipText() - Method in class adams.data.featureconverter.Text
Returns the tip text for this property.
separatorTipText() - Method in class adams.data.io.input.CsvSpreadSheetReader
Returns the tip text for this property.
separatorTipText() - Method in class adams.data.io.input.FastCsvSpreadSheetReader
Returns the tip text for this property.
separatorTipText() - Method in class adams.data.io.input.SimpleCsvSpreadSheetReader
Returns the tip text for this property.
separatorTipText() - Method in class adams.data.io.output.CsvSpreadSheetWriter
Returns the tip text for this property.
separatorTipText() - Method in class adams.data.io.output.TextFileWithLineNumbersWriter
Returns the tip text for this property.
separatorTipText() - Method in class adams.flow.sink.StringTree
Returns the tip text for this property.
separatorTipText() - Method in class adams.flow.source.NewList
Returns the tip text for this property.
separatorTipText() - Method in class adams.flow.transformer.plotgenerator.XYPlotGenerator
Returns the tip text for this property.
separatorTipText() - Method in class adams.flow.transformer.SpreadSheetCollapse
Returns the tip text for this property.
separatorTipText() - Method in class adams.flow.transformer.TesseractOCR
Returns the tip text for this property.
Sequence - Class in adams.flow.control
Encapsulates a sequence of flow items.
Sequence() - Constructor for class adams.flow.control.Sequence
Default constructor.
Sequence(String) - Constructor for class adams.flow.control.Sequence
Initializes the actor with the specified name.
SequencePlotContainer - Class in adams.flow.sink.sequenceplotter
Container for sequence plot data.
SequencePlotContainer(SequencePlotContainerManager, XYSequence) - Constructor for class adams.flow.sink.sequenceplotter.SequencePlotContainer
Initializes the container.
SequencePlotContainerManager - Class in adams.flow.sink.sequenceplotter
A handler for the sequence plot containers.
SequencePlotContainerManager(ContainerListManager) - Constructor for class adams.flow.sink.sequenceplotter.SequencePlotContainerManager
Initializes the manager.
SequencePlotPoint - Class in adams.flow.sink.sequenceplotter
Extended XYSequencePoint which can store X/Y error information as well.
SequencePlotPoint() - Constructor for class adams.flow.sink.sequenceplotter.SequencePlotPoint
Initializes the point.
SequencePlotPoint(double, double) - Constructor for class adams.flow.sink.sequenceplotter.SequencePlotPoint
Initializes the point.
SequencePlotPoint(String, double, double) - Constructor for class adams.flow.sink.sequenceplotter.SequencePlotPoint
Initializes the point.
SequencePlotPoint(String, double, double, Double[], Double[]) - Constructor for class adams.flow.sink.sequenceplotter.SequencePlotPoint
Initializes the point.
SequencePlotPointComparator<X extends Number & Comparable,​Y extends Number & Comparable> - Class in adams.flow.sink.sequenceplotter
A comparator for XY sequence points.
SequencePlotPointComparator() - Constructor for class adams.flow.sink.sequenceplotter.SequencePlotPointComparator
The default constructor uses comparison by XandY in ascending manner and not meta-data key.
SequencePlotPointComparator(XYSequencePointComparator.Comparison, boolean, String) - Constructor for class adams.flow.sink.sequenceplotter.SequencePlotPointComparator
This constructor initializes the comparator either with comparison by X or by Y or both.
SequencePlotSequence - Class in adams.flow.sink.sequenceplotter
Extended XYSequence.
SequencePlotSequence() - Constructor for class adams.flow.sink.sequenceplotter.SequencePlotSequence
Initializes the sequence.
SequencePlotter - Class in adams.flow.sink
Actor that plots sequences over time.

See also:
adams.flow.sink.SimplePlot

Input/output:
- accepts:
   adams.flow.container.SequencePlotterContainer
   adams.flow.container.SequencePlotterContainer[]


Container information:
- adams.flow.container.SequencePlotterContainer: PlotName, X, Y, Content type, Error X, Error Y, MetaData

SequencePlotter() - Constructor for class adams.flow.sink.SequencePlotter
 
SequencePlotterContainer - Class in adams.flow.container
A container for a single plot item.
SequencePlotterContainer() - Constructor for class adams.flow.container.SequencePlotterContainer
Initializes the container with the default plot name and no X value and Y value of 0.0.
SequencePlotterContainer(Comparable, Comparable) - Constructor for class adams.flow.container.SequencePlotterContainer
Initializes the container with the default plot name.
SequencePlotterContainer(String, Comparable) - Constructor for class adams.flow.container.SequencePlotterContainer
Initializes the container with the specified plot name and no X value.
SequencePlotterContainer(String, Comparable, SequencePlotterContainer.ContentType) - Constructor for class adams.flow.container.SequencePlotterContainer
Initializes the container with the specified plot name and no X value.
SequencePlotterContainer(String, Comparable, Comparable) - Constructor for class adams.flow.container.SequencePlotterContainer
Initializes the container with the default plot name.
SequencePlotterContainer(String, Comparable, Comparable, SequencePlotterContainer.ContentType) - Constructor for class adams.flow.container.SequencePlotterContainer
Initializes the container with the default plot name.
SequencePlotterContainer(String, Comparable, Comparable, Double[], Double[], SequencePlotterContainer.ContentType) - Constructor for class adams.flow.container.SequencePlotterContainer
Initializes the container with the default plot name.
SequencePlotterContainer.ContentType - Enum in adams.flow.container
The type of content in the container.
SequencePlotterPanel - Class in adams.flow.sink.sequenceplotter
The panel that plots all the sequences.
SequencePlotterPanel(String) - Constructor for class adams.flow.sink.sequenceplotter.SequencePlotterPanel
Initializes the panel with the specified title.
SequenceProvider - Interface in adams.db
Interface for classes that return XYSequences.
Sequences - Class in adams.db
A class for retrieving sequences from database queries.
Sequences() - Constructor for class adams.db.Sequences
Initializes the object.
SequenceSource - Class in adams.flow.source
Encapsulates a sequence of flow items, with the last one generating the output for this meta-source.
SequenceSource() - Constructor for class adams.flow.source.SequenceSource
 
SequenceSource.SequenceSourceDirector - Class in adams.flow.source
A specialized director for the SequenceSource actor.
SequenceSourceDirector() - Constructor for class adams.flow.source.SequenceSource.SequenceSourceDirector
 
SequenceToArray - Class in adams.flow.transformer
Turns a sequence of tokens into arrays with a specified length.
In case of unspecified length (ie -1), an array containing all elements collected so far is output each time a token arrives, i.e., the internal buffer never gets reset.
SequenceToArray() - Constructor for class adams.flow.transformer.SequenceToArray
 
SequenceToCollection - Class in adams.flow.transformer
Turns a sequence of tokens into a collection.
In case of unspecified length (ie -1), a collection containing all elements collected so far is output each time a token arrives, i.e., the internal buffer never gets reset.
SequenceToCollection() - Constructor for class adams.flow.transformer.SequenceToCollection
 
SequenceViewerDefinition - Class in adams.env
Definition for the SequenceViewer props file.
SequenceViewerDefinition() - Constructor for class adams.env.SequenceViewerDefinition
 
SEQUENTIAL - adams.flow.core.ActorExecution
sequential, one after the other.
SequentialDirector - Class in adams.flow.control
Manages the execution of actors in sequential order.
SequentialDirector() - Constructor for class adams.flow.control.SequentialDirector
 
SERBIAN - adams.flow.core.TesseractLanguage
 
SERIAL_DATETIME - adams.core.DateTimeType
days since 0-jan-1900 date (Excel).
SERIAL_DATETIME_LONG - adams.core.DateTimeType
days since 0-jan-1900 date (Excel).
SERIAL_VERSION_UID - Static variable in class adams.core.SerializationHelper
the field name of serialVersionUID.
serialDateToDate(double) - Static method in class adams.core.DateUtils
Converts the Excel serial date (days since 0-jan-1900) to a Java date.
serialDateToMsec(double) - Static method in class adams.core.DateUtils
Converts the Excel serial date (days since 0-jan-1900) to milli-seconds (Java Epoch).
SERIALIZABLE - adams.core.ObjectCopyHelper.CopyType
 
SerializableObject - Interface in adams.core
Interface for classes that handle their own serialization/deserialization.
SerializableObjectExporter - Class in adams.gui.visualization.debug.objectexport
Exports serializable objects.
SerializableObjectExporter() - Constructor for class adams.gui.visualization.debug.objectexport.SerializableObjectExporter
 
SerializableObjectHelper - Class in adams.core
Helper class for serializing an object's member variables.
SerializableObjectHelper(SerializableObject) - Constructor for class adams.core.SerializableObjectHelper
Initializes the helper.
SerializableObjectReader - Class in adams.data.io.input
SerializableObjectReader() - Constructor for class adams.data.io.input.SerializableObjectReader
 
SerializableObjectWriter - Class in adams.data.io.output
Writes objects that implement SerializableObject.
SerializableObjectWriter() - Constructor for class adams.data.io.output.SerializableObjectWriter
 
SERIALIZATION - adams.flow.transformer.Copy.CopyType
 
SerializationFileChooser - Class in adams.gui.chooser
A file chooser for serializable objects.
SerializationFileChooser() - Constructor for class adams.gui.chooser.SerializationFileChooser
Constructs a ObjectFileChooser pointing to the user's default directory.
SerializationFileChooser(File) - Constructor for class adams.gui.chooser.SerializationFileChooser
Constructs a ObjectFileChooser using the given File as the path.
SerializationFileChooser(String) - Constructor for class adams.gui.chooser.SerializationFileChooser
Constructs a ObjectFileChooser using the given path.
serializationFileTipText() - Method in interface adams.core.SerializableObject
Returns the tip text for this property.
SerializationHelper - Class in adams.core
A helper class for determining serialVersionUIDs and checking whether classes contain one and/or need one.
SerializationHelper() - Constructor for class adams.core.SerializationHelper
 
serialize() - Method in class adams.gui.core.AbstractNamedHistoryPanel
Returns the history.
serialize() - Method in class adams.gui.tools.spreadsheetprocessor.AbstractWidget
Serializes the setup from the widget.
serialize() - Method in class adams.gui.tools.spreadsheetprocessor.processors.FlowProcessor
Serializes the setup from the widget.
serialize() - Method in class adams.gui.tools.spreadsheetprocessor.processors.PassThroughProcessor
Serializes the setup from the widget.
serialize() - Method in class adams.gui.tools.spreadsheetprocessor.processors.QueryProcessor
Serializes the setup from the widget.
serialize() - Method in class adams.gui.tools.spreadsheetprocessor.sources.ClipboardSource
Serializes the setup from the widget.
serialize() - Method in class adams.gui.tools.spreadsheetprocessor.sources.DatabaseSource
Serializes the setup from the widget.
serialize() - Method in class adams.gui.tools.spreadsheetprocessor.sources.FileBrowserSource
Serializes the setup from the widget.
serialize() - Method in class adams.gui.tools.spreadsheetprocessor.sources.FileSource
Serializes the setup from the widget.
serialize() - Method in class adams.gui.tools.spreadsheetprocessor.targets.ChartTarget
Serializes the setup from the widget.
serialize() - Method in class adams.gui.tools.spreadsheetprocessor.targets.ClipboardTarget
Serializes the setup from the widget.
serialize() - Method in class adams.gui.tools.spreadsheetprocessor.targets.DatabaseTarget
Serializes the setup from the widget.
serialize() - Method in class adams.gui.tools.spreadsheetprocessor.targets.FileTarget
Serializes the setup from the widget.
serialize(InvestigatorPanel) - Method in class adams.gui.tools.wekainvestigator.InvestigatorWorkspaceHelper
Generates a view of the panel that can be serialized.
serialize(Set<AbstractInvestigatorTab.SerializationOption>) - Method in class adams.gui.tools.wekainvestigator.evaluation.AbstractEvaluation
Returns the objects for serialization.
serialize(Set<AbstractInvestigatorTab.SerializationOption>) - Method in class adams.gui.tools.wekainvestigator.tab.AbstractInvestigatorTab
Generates a view of the tab that can be serialized.
serialize(Set<AbstractInvestigatorTab.SerializationOption>) - Method in class adams.gui.tools.wekainvestigator.tab.associatetab.evaluation.Train
Returns the objects for serialization.
serialize(Set<AbstractInvestigatorTab.SerializationOption>) - Method in class adams.gui.tools.wekainvestigator.tab.attseltab.evaluation.CrossValidation
Returns the objects for serialization.
serialize(Set<AbstractInvestigatorTab.SerializationOption>) - Method in class adams.gui.tools.wekainvestigator.tab.attseltab.evaluation.Train
Returns the objects for serialization.
serialize(Set<AbstractInvestigatorTab.SerializationOption>) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.BuildModel
Returns the objects for serialization.
serialize(Set<AbstractInvestigatorTab.SerializationOption>) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.CrossValidation
Returns the objects for serialization.
serialize(Set<AbstractInvestigatorTab.SerializationOption>) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.FromPredictions
Returns the objects for serialization.
serialize(Set<AbstractInvestigatorTab.SerializationOption>) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.IndexedSplitsRunsEvaluation
Returns the objects for serialization.
serialize(Set<AbstractInvestigatorTab.SerializationOption>) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.ReevaluateModel
Returns the objects for serialization.
serialize(Set<AbstractInvestigatorTab.SerializationOption>) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.RepeatedCrossValidation
Returns the objects for serialization.
serialize(Set<AbstractInvestigatorTab.SerializationOption>) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.TrainTestSet
Returns the objects for serialization.
serialize(Set<AbstractInvestigatorTab.SerializationOption>) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.TrainTestSplit
Returns the objects for serialization.
serialize(Set<AbstractInvestigatorTab.SerializationOption>) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.TrainValidateTestSet
Returns the objects for serialization.
serialize(Set<AbstractInvestigatorTab.SerializationOption>) - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.BuildModel
Returns the objects for serialization.
serialize(Set<AbstractInvestigatorTab.SerializationOption>) - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.ClassesToClusters
Returns the objects for serialization.
serialize(Set<AbstractInvestigatorTab.SerializationOption>) - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.CrossValidation
Returns the objects for serialization.
serialize(Set<AbstractInvestigatorTab.SerializationOption>) - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.ReevaluateModel
Returns the objects for serialization.
serialize(Set<AbstractInvestigatorTab.SerializationOption>) - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.TrainTestSet
Returns the objects for serialization.
serialize(Set<AbstractInvestigatorTab.SerializationOption>) - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.TrainTestSplit
Returns the objects for serialization.
serialize(Set<AbstractInvestigatorTab.SerializationOption>) - Method in class adams.gui.tools.wekainvestigator.tab.experimenttab.setup.CrossValidationSetup
Returns the objects for serialization.
serialize(Set<AbstractInvestigatorTab.SerializationOption>) - Method in class adams.gui.tools.wekainvestigator.tab.experimenttab.setup.TrainTestSplitSetup
Returns the objects for serialization.
serialize(P) - Method in class adams.gui.workspace.AbstractWorkspaceHelper
Returns the object that represents the panel's serialized state.
serialize(Explorer.ExplorerPanel) - Method in class weka.classifiers.timeseries.gui.ExplorerTSPanelHandler
Generates a view of the explorer panel that can be serialized.
serialize(Explorer.ExplorerPanel) - Method in class weka.gui.explorer.AbstractExplorerPanelHandler
Generates a view of the explorer panel that can be serialized.
serialize(Explorer.ExplorerPanel) - Method in class weka.gui.explorer.AssociationsHandler
Generates a view of the explorer panel that can be serialized.
serialize(Explorer.ExplorerPanel) - Method in class weka.gui.explorer.AttributeSelectionHandler
Generates a view of the explorer panel that can be serialized.
serialize(Explorer.ExplorerPanel) - Method in class weka.gui.explorer.ClassifierHandler
Generates a view of the explorer panel that can be serialized.
serialize(Explorer.ExplorerPanel) - Method in class weka.gui.explorer.ClustererHandler
Generates a view of the explorer panel that can be serialized.
serialize(Explorer.ExplorerPanel) - Method in class weka.gui.explorer.DefaultHandler
Generates a view of the explorer panel that can be serialized.
serialize(Explorer.ExplorerPanel) - Method in class weka.gui.explorer.ExperimentHandler
Generates a view of the explorer panel that can be serialized.
serialize(Explorer.ExplorerPanel) - Method in class weka.gui.explorer.ForecastingHandler
Generates a view of the explorer panel that can be serialized.
serialize(Explorer.ExplorerPanel) - Method in class weka.gui.explorer.PreprocessHandler
Generates a view of the explorer panel that can be serialized.
serialize(ExplorerExt, String, ObjectOutputStream, boolean) - Static method in class weka.gui.explorer.WorkspaceHelper
Serializes the explorer instance to the output stream.
serialize(GenericObjectEditor) - Method in class weka.gui.explorer.AbstractExplorerPanelHandler
Serializes the content of a GenericObjectEditor.
serialize(ResultHistoryPanel) - Method in class weka.gui.explorer.AbstractExplorerPanelHandler
Serializes a ResultHistoryPanel.
Serialize - Class in adams.flow.sink
Saves a Java object to a file using the specified object writer.
Serialize() - Constructor for class adams.flow.sink.Serialize
 
SERIALIZED_MODEL_SIZE - adams.flow.core.ExperimentStatistic
 
SERIALIZED_TEST_SET_SIZE - adams.flow.core.ExperimentStatistic
 
SERIALIZED_TRAIN_SET_SIZE - adams.flow.core.ExperimentStatistic
 
SerializedAdamsExperimentReader - Class in adams.data.io.input
Reads serialized ADAMS Experiments.
SerializedAdamsExperimentReader() - Constructor for class adams.data.io.input.SerializedAdamsExperimentReader
 
SerializedAdamsExperimentWriter - Class in adams.data.io.output
Writes serialized ADAMS experiments.
SerializedAdamsExperimentWriter() - Constructor for class adams.data.io.output.SerializedAdamsExperimentWriter
 
SerializedFileHandler - Class in adams.gui.tools.previewbrowser
Displays serialized Java objects: model,model.gz,ser

Valid options are:

SerializedFileHandler() - Constructor for class adams.gui.tools.previewbrowser.SerializedFileHandler
 
SerializedFilter - Class in weka.filters
Processes the data with a the (trained) filter deserialized from the specified file.
SerializedFilter() - Constructor for class weka.filters.SerializedFilter
 
SerializedObject - Class in adams.core
Class for storing an object in serialized form in memory.
SerializedObject(Serializable) - Constructor for class adams.core.SerializedObject
Creates a new serialized object (without compression).
SerializedObject(Serializable, boolean) - Constructor for class adams.core.SerializedObject
Creates a new serialized object.
SerializedObjectPanel - Class in adams.gui.tools.previewbrowser
Panel for displaying a serialized object.
SerializedObjectPanel() - Constructor for class adams.gui.tools.previewbrowser.SerializedObjectPanel
 
SerializedObjectReader - Class in adams.data.io.input
Loads objects using Java serialization.
SerializedObjectReader() - Constructor for class adams.data.io.input.SerializedObjectReader
 
SerializedObjectViewer - Interface in adams.gui.tools.previewbrowser
Interface for classes that display serialized content.
SerializedObjectWriter - Class in adams.data.io.output
Writes objects using Java serialization.
SerializedObjectWriter() - Constructor for class adams.data.io.output.SerializedObjectWriter
 
SerializedParameterMapReader - Class in adams.data.io.input
Reads a parameter map from a serialized file.
SerializedParameterMapReader() - Constructor for class adams.data.io.input.SerializedParameterMapReader
 
SerializedParameterMapWriter - Class in adams.data.io.output
Serializes a parameter map to a file.
SerializedParameterMapWriter() - Constructor for class adams.data.io.output.SerializedParameterMapWriter
 
serializedTipText() - Method in class weka.filters.SerializedFilter
Returns the tip text for this property.
serializeState(String) - Method in class weka.classifiers.timeseries.BaselineAdjustedForecaster
Serialize model state
SerializingJobRunner - Class in adams.multiprocess
Wraps another jobrunner and serializes it to the specified export file and then waits for the specified import file (containing the serialized, executed jobs) to appear.
SerializingJobRunner() - Constructor for class adams.multiprocess.SerializingJobRunner
 
serialVersionUID - Static variable in class adams.gui.application.ChildFrame
for serialization.
serialVersionUID - Static variable in class adams.gui.chooser.DatePanel.InternalTableCellRenderer
 
serialVersionUID - Static variable in class adams.gui.chooser.DatePanel.InternalView
 
serialVersionUID - Static variable in class adams.gui.chooser.DatePanel
 
serialVersionUID - Static variable in class adams.gui.scripting.SyntaxDocument
for serialization.
serialVersionUID - Static variable in class weka.filters.unsupervised.attribute.InterquartileRangeSamp
for serialization
SERIES - adams.core.TechnicalInformation.Field
The name of a series or set of books.
serverTipText() - Method in class adams.flow.standalone.PyroNameServer
Returns the tip text for this property.
serverTipText() - Method in class adams.flow.standalone.SMTPConnection
Returns the tip text for this property.
SESSION_FILE - Static variable in class adams.gui.dialog.SpreadSheetQueryPanel
the file to store the recent queries in.
SESSION_FILE - Static variable in class adams.gui.dialog.SQLStatementPanel
the file to store the recent files in.
SESSION_FILE - Static variable in class adams.gui.dialog.TextPanel
the file to store the recent directories.
SESSION_FILE - Static variable in class adams.gui.flow.FlowControlCenterPanel
the file to store the recent files in.
SESSION_FILE - Static variable in class adams.gui.flow.FlowEditorPanel
the file to store the recent files in.
SESSION_FILE - Static variable in class adams.gui.flow.FlowRunnerPanel
the file to store the recent files in.
SESSION_FILE - Static variable in class adams.gui.flow.tab.FlowTabManager
the file to store the tab setup in.
SESSION_FILE - Static variable in class adams.gui.scripting.AbstractScriptingDialog
the file to store the recent files in.
SESSION_FILE - Static variable in class adams.gui.tools.ConsoleOutputAnalyzerPanel
the file to store the recent directories.
SESSION_FILE - Static variable in class adams.gui.tools.FileMonitorPanel
the file to store the recent files in.
SESSION_FILE - Static variable in class adams.gui.tools.FindInFilesPanel
the file to store the recent parameters in.
SESSION_FILE - Static variable in class adams.gui.tools.ImageProcessorPanel
the file to store the recent files in.
SESSION_FILE - Static variable in class adams.gui.tools.previewbrowser.SerializedObjectPanel
the session file with the preferred viewers.
SESSION_FILE - Static variable in class adams.gui.tools.PreviewBrowserPanel
the file to store the recent directories.
SESSION_FILE - Static variable in class adams.gui.tools.PropertiesViewerPanel
the file to store the recent files in.
SESSION_FILE - Static variable in class adams.gui.tools.spreadsheetviewer.tab.Query
the file to store the recent files in.
SESSION_FILE - Static variable in class adams.gui.tools.spreadsheetviewer.tab.ViewerTabManager
the file to store the tab setup in.
SESSION_FILE - Static variable in class adams.gui.tools.SpreadSheetViewerPanel
the file to store the recent files in.
SESSION_FILE - Static variable in class adams.gui.tools.wekainvestigator.InvestigatorPanel
the file to store the recent files in.
SESSION_FILE - Static variable in class adams.gui.tools.wekainvestigator.tab.DataQueryTab
the file to store the recent files in.
SESSION_FILE - Static variable in class adams.gui.tools.wekamultiexperimenter.ExperimenterPanel
the file to store the recent files in.
SESSION_FILE - Static variable in class adams.gui.visualization.image.ImageViewerPanel
the file to store the recent files in.
SESSION_FILE - Static variable in class adams.gui.visualization.instance.InstanceExplorer
the file to store the recent files in.
SESSION_FILE - Static variable in class adams.gui.visualization.pdf.PDFViewerPanel
the file to store the recent files in.
SESSION_FILE - Static variable in class adams.gui.visualization.spreadsheet.SpreadSheetExplorer
the file to store the recent files in.
SESSION_FILE - Static variable in class adams.gui.visualization.timeseries.TimeseriesExplorer
the file to store the recent files in.
SESSION_FILE - Static variable in class weka.gui.explorer.ExplorerExt
the file to store the recent files in.
SESSION_FILE_1 - Static variable in class adams.gui.visualization.instance.InstanceComparePanel
the file to store the recent files in (first file).
SESSION_FILE_2 - Static variable in class adams.gui.visualization.instance.InstanceComparePanel
the file to store the recent files in (second file).
SESSION_FILE_LEFT - Static variable in class adams.gui.tools.DiffPanel
the file to store the recent files in (left panel).
SESSION_FILE_RIGHT - Static variable in class adams.gui.tools.DiffPanel
the file to store the recent files in (right panel).
set(int, int) - Method in class adams.data.image.IntArrayMatrixView
Sets the value at the specified location.
set(int, int, boolean) - Method in class adams.data.image.BooleanArrayMatrixView
Sets the value at the specified location.
set(int, int, int) - Method in class adams.data.image.IntArrayMatrixView
Sets the value at the specified location.
set(int, Actor) - Method in class adams.flow.control.AbstractControlActor
Sets the actor at the given position.
set(int, Actor) - Method in class adams.flow.control.AbstractTee
Sets the actor at the given position.
set(int, Actor) - Method in class adams.flow.control.Branch
Sets the actor at the given position.
set(int, Actor) - Method in class adams.flow.control.FileProcessor
Sets the actor at the given position.
set(int, Actor) - Method in class adams.flow.control.IfStorageValue
Sets the actor at the given position.
set(int, Actor) - Method in class adams.flow.control.IfThenElse
Sets the actor at the given position.
set(int, Actor) - Method in class adams.flow.control.LoadBalancer
Sets the actor at the given position.
set(int, Actor) - Method in class adams.flow.control.LocalScopeTransformer
Sets the actor at the given position.
set(int, Actor) - Method in class adams.flow.control.MutableConnectedControlActor
Sets the actor at the given position.
set(int, Actor) - Method in class adams.flow.control.MutableControlActor
Sets the actor at the given position.
set(int, Actor) - Method in class adams.flow.control.Switch
Sets the actor at the given position.
set(int, Actor) - Method in class adams.flow.control.TryCatch
Sets the actor at the given position.
set(int, Actor) - Method in class adams.flow.control.UpdateProperties
Sets the actor at the given position.
set(int, Actor) - Method in class adams.flow.control.WhileLoop
Sets the actor at the given position.
set(int, Actor) - Method in interface adams.flow.core.ActorHandler
Sets the actor at the given position.
set(int, Actor) - Method in class adams.flow.source.SwitchedSource
Sets the actor at the given position.
set(int, Actor) - Method in class adams.flow.standalone.AbstractMultiView
Sets the actor at the given position.
set(int, Actor) - Method in class adams.flow.standalone.AbstractMutableActorDaemonEvent
Sets the actor at the given position.
set(int, Actor) - Method in class adams.flow.standalone.AbstractMutableStandaloneGroupItem
Sets the actor at the given position.
set(int, Actor) - Method in class adams.flow.standalone.AbstractStandaloneGroup
Sets the actor at the given position.
set(int, Actor) - Method in class adams.flow.standalone.Cron
Sets the actor at the given position.
set(int, Actor) - Method in class adams.flow.standalone.DelayedEvent
Sets the actor at the given position.
set(int, Actor) - Method in class adams.flow.standalone.Events
Sets the actor at the given position.
set(int, Actor) - Method in class adams.flow.standalone.JavaExec
Sets the actor at the given position.
set(int, Actor) - Method in class adams.flow.standalone.QueueEvent
Sets the actor at the given position.
set(int, Actor) - Method in class adams.gui.flow.tree.ClipboardActorContainer
Sets the actor at the given position.
set(int, FlowSetup) - Method in class adams.flow.setup.FlowSetupManager
Sets the setup at the specified location.
set(int, DataContainer) - Method in class adams.gui.tools.wekainvestigator.data.DataContainerList
 
set(int, InstanceContainer) - Method in class adams.gui.visualization.instance.InstanceContainerManager
Replaces the container at the given position.
set(int, SpreadSheetRowContainer) - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowContainerManager
Replaces the container at the given position.
set(int, Object) - Method in class adams.gui.core.JComponentList.JComponentListModel
Replaces the JComponent at the specified position in this list with the specified JComponent.
set(int, T) - Method in class adams.data.SortedList
Sets the item at the specified position.
set(int, T) - Method in class adams.gui.visualization.container.AbstractContainerManager
Replaces the container at the given position.
set(int, T) - Method in class adams.multiprocess.JobList
Replaces the element at the specified position in this list with the specified element.
set(int, T[]) - Method in class adams.data.statistics.AbstractArrayStatistic
Replaces the array at the specified location.
set(int, Instance) - Method in class weka.core.InstancesView
Replaces the instance at the given position.
set(Row) - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRow
Clears the container and adds the data from the Row (internal values).
set(Row, int, int[], Range, HashSet<Integer>) - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRow
Clears the container and adds the data from the Row (internal values).
set(Class, String, BasePassword) - Static method in class adams.gui.core.UISettings
Sets the BasePassword value for the class.
set(Class, String, DateTime) - Static method in class adams.gui.core.UISettings
Sets the DateTime value for the class.
set(Class, String, Time) - Static method in class adams.gui.core.UISettings
Sets the Time value for the class.
set(Class, String, Color) - Static method in class adams.gui.core.UISettings
Sets the Color value for the class.
set(Class, String, Dimension) - Static method in class adams.gui.core.UISettings
Sets the Dimension value for the class.
set(Class, String, Boolean) - Static method in class adams.gui.core.UISettings
Sets the Boolean value for the class.
set(Class, String, Double) - Static method in class adams.gui.core.UISettings
Sets the Double value for the class.
set(Class, String, Integer) - Static method in class adams.gui.core.UISettings
Sets the Integer value for the class.
set(Class, String, Long) - Static method in class adams.gui.core.UISettings
Sets the Long value for the class.
set(Class, String, Date) - Static method in class adams.gui.core.UISettings
Sets the Date value for the class.
set(Object, String, BasePassword) - Static method in class adams.gui.core.UISettings
Sets the BasePassword value for the object.
set(Object, String, DateTime) - Static method in class adams.gui.core.UISettings
Sets the DateTime value for the object.
set(Object, String, Time) - Static method in class adams.gui.core.UISettings
Sets the Time value for the object.
set(Object, String, Color) - Static method in class adams.gui.core.UISettings
Sets the Color value for the object.
set(Object, String, Dimension) - Static method in class adams.gui.core.UISettings
Sets the Dimension value for the object.
set(Object, String, Boolean) - Static method in class adams.gui.core.UISettings
Sets the Boolean value for the object.
set(Object, String, Double) - Static method in class adams.gui.core.UISettings
Sets the Double value for the object.
set(Object, String, Integer) - Static method in class adams.gui.core.UISettings
Sets the Integer value for the object.
set(Object, String, Long) - Static method in class adams.gui.core.UISettings
Sets the Long value for the object.
set(Object, String, Date) - Static method in class adams.gui.core.UISettings
Sets the Date value for the object.
set(String, double) - Method in class adams.opt.optimise.genetic.PackData
 
set(String, double) - Method in class adams.opt.optimise.OptData
Set var value.
set(String, int) - Method in class adams.core.NamedCounter
Initializes the counter value for the specified name.
set(String, String) - Method in class adams.core.Placeholders
Sets the placeholder value under the specified key.
set(String, String) - Method in class adams.core.Variables
Stores the value for the variable.
set(Date, int, int) - Static method in class adams.core.DateUtils
Returns a date with a value changed, e.g., the hours set to a specific value.
set(Instance) - Method in class adams.data.instance.Instance
Clears the container and adds the data from the weka.core.Instance (internal values).
set(Instance, int, int[], Range, HashSet<Integer>) - Method in class adams.data.instance.Instance
Clears the container and adds the data from the weka.core.Instance (internal values).
SET - Static variable in interface adams.parser.spreadsheetquery.sym
 
setA(double) - Method in class adams.data.distribution.Triangular
Sets the a.
setAbsErr(double) - Method in class weka.filters.unsupervised.instance.RemoveMisclassifiedAbs
Sets the threshold for the max error when predicting a numeric class.
setAbsErr(double) - Method in class weka.filters.unsupervised.instance.RemoveMisclassifiedRel
Sets the threshold for the max error when predicting a numeric class.
setAbsolute(boolean) - Method in class adams.flow.source.FilenameGenerator
Sets whether to output absolute or placeholder filenames.
setAbsolute(boolean) - Method in class adams.flow.transformer.FilenameGenerator
Sets whether to output absolute or placeholder filenames.
setAbsolute(boolean) - Method in class weka.filters.unsupervised.attribute.CorrelationMatrix
Sets whether to return the absolute values of the coefficients.
setAbsoluteDirectoryName(boolean) - Method in class adams.flow.source.SelectDirectory
Sets whether to output absolute directory names or not.
setAbsoluteFileNames(boolean) - Method in class adams.flow.source.SelectFile
Sets whether to output absolute file names or not.
setAbsolutePath(boolean) - Method in class adams.data.conversion.FileToString
Sets whether to create absolute paths.
setAbsoluteValue(boolean) - Method in class adams.data.statistics.ArrayDifference
Sets whether to return the absolute difference.
setAccelerator(String) - Method in class adams.gui.action.AbstractBaseAction
Sets the accelerator (KeyStroke) to use for the action.
setAccelerator(String) - Method in interface adams.gui.action.BaseAction
Sets the accelerator (KeyStroke) to use for the action.
setAcceptableChars(String) - Method in class adams.flow.transformer.StringSanitizer
Sets the 'acceptable' characters.
setAcceptAllFileFilter(boolean) - Method in class adams.flow.source.valuedefinition.FileValueDefinition
Sets whether to show the 'All files' filter.
setAcceptAllFileFilterUsed(boolean) - Method in class adams.gui.chooser.AbstractExtensionFileFilterFileChooser
Is always using false, since we can't determine the reader/writer based on the extension.
setAcceptAllFileFilterUsed(boolean) - Method in interface adams.gui.chooser.FileChooser
Determines whether the AcceptAll FileFilter is used as an available choice in the choosable filter list.
setAcceptAllFileFilterUsed(boolean) - Method in class adams.gui.chooser.FileChooserPanel
Sets whether the "accept all files" filter is used.
setAcceptAllFileFilterUsed(boolean) - Method in class adams.gui.print.JComponentWriterFileChooser
Is always using false, since we can't determine the reader/writer based on the extension.
setAcceptListener(ChangeListener) - Method in class adams.gui.visualization.instance.LoadDatasetDialog
Sets the listener for the event that the user accepts the input.
setAcceptListener(ChangeListener) - Method in class adams.gui.visualization.spreadsheet.LoadSpreadSheetDialog
Sets the listener for the event that the user accepts the input.
setAccepts(Class[]) - Method in class adams.gui.goe.classtree.ActorClassTreeFilter
Sets the classes that the actor must accept.
setAccessory(JComponent) - Method in interface adams.gui.chooser.FileChooser
Sets the accessory component.
setAct(Index) - Method in class adams.gui.visualization.stats.fourinone.FourInOne
Set the index for the position of the actual attribute
setAction(RoundingType) - Method in class adams.data.conversion.Round
Sets the action to perform on the doubles.
setAction(RoundingType) - Method in class adams.flow.transformer.Round
Sets the action to perform on the doubles.
setAction(Action) - Method in class adams.gui.core.BaseFlatSplitButton
Sets the action for the main button.
setAction(Action) - Method in class adams.gui.core.BaseSplitButton
Sets the action for the main button.
setActions(AbstractPixelSelectorAction[]) - Method in class adams.flow.transformer.pixelselector.PixelSelectorPanel
Sets the available popup actions.
setActions(AbstractPixelSelectorAction[]) - Method in class adams.flow.transformer.PixelSelector
Sets the available popup actions.
setActionsAvailable(boolean) - Method in class adams.gui.visualization.segmentation.layer.OverlayLayer
Sets whether the layer actions are available.
setActive() - Method in class adams.gui.tools.filecommander.FileCommanderDirectoryPanel
Sets this panel active in the FileCommander.
setActive(boolean) - Method in class adams.gui.visualization.segmentation.layer.OverlayLayer
Sets the active state of the layer.
setActive(FileCommanderDirectoryPanel) - Method in class adams.gui.tools.FileCommanderPanel
Updates the active state of the panel.
setActiveFlowAt(int) - Method in class adams.gui.flow.FlowMultiPagePane
Sets the flow at the given position as the new active one.
setActor(Actor) - Method in class adams.flow.core.ActorStatistic
Sets the actor to generate the statistics for.
setActor(Actor) - Method in class adams.gui.flow.tree.keyboardaction.AbstractKeyboardActionWithActor
Sets the actor of the action.
setActor(Actor) - Method in class adams.gui.flow.tree.keyboardaction.EncloseActor
Sets the actor of the action.
setActor(Actor) - Method in class adams.gui.flow.tree.keyboardaction.PullUpActor
Sets the actor of the action.
setActor(Actor) - Method in class adams.gui.flow.tree.Node
Sets the actor.
setActor(Actor) - Method in class adams.gui.flow.tree.Tree
Sets the flow actor to display.
setActor(Actor) - Method in interface adams.gui.visualization.core.FlowAwarePaintlet
Sets the owning actor.
setActor(Actor) - Method in class adams.gui.visualization.core.MultiPaintlet
Sets the owning actor.
setActor(Actor) - Method in class adams.gui.visualization.core.TextOverlayPaintlet
Sets the owning actor.
setActor(Actor) - Method in class adams.gui.visualization.sequence.ByNamePaintlet
Sets the owning actor.
setActor(Actor) - Method in class adams.gui.visualization.sequence.PaintletWithFixedXRange
Sets the owning actor.
setActor(Actor) - Method in class adams.gui.visualization.sequence.PaintletWithFixedYRange
Sets the owning actor.
setActor(Actor) - Method in class adams.gui.visualization.timeseries.PaintletWithFixedXRange
Sets the owning actor.
setActor(Actor) - Method in class adams.gui.visualization.timeseries.PaintletWithFixedYRange
Sets the owning actor.
setActor(Actor) - Method in class adams.scripting.command.flow.RemoteFlowExecution
Sets the actor to use instead of loading it from disk.
setActorClass(BaseClassname) - Method in class adams.core.option.FlowJUnitTestProducer
Sets the class to generate the test for.
setActorClass(BaseClassname) - Method in class adams.flow.processor.ListActorUsage
Sets the actor class to look for.
setActorFile(FlowFile) - Method in class adams.flow.core.AbstractBaseExternalActor
Sets the file containing the external actor.
setActorFile(FlowFile) - Method in interface adams.flow.core.ExternalActorFileHandler
Sets the file containing the external actor.
setActorFile(FlowFile) - Method in class adams.flow.standalone.ExternalFlow
Sets the file containing the external actor.
setActorName(CallableActorReference) - Method in class adams.flow.core.AbstractCallableActorPropertyUpdater
Sets the name of the actor to update.
setActorNameColor(String) - Method in class adams.gui.flow.tree.Tree
Sets the HTML color string for the actor names.
setActorNameSize(String) - Method in class adams.gui.flow.tree.Tree
Sets the HTML font tag size string for the actor names.
setActorNodes(Node[]) - Method in class adams.parser.actorsuggestion.Parser
Sets the nodes in which to insert the proposed actor.
setActorNodes(Node[]) - Method in class adams.parser.ActorSuggestion
Sets the nodes to insert the proposed actor in.
setActorNodes(Node[]) - Method in class adams.parser.externalactorsuggestion.Parser
Sets the nodes in which to insert the proposed actor.
setActorNodes(Node[]) - Method in class adams.parser.ExternalActorSuggestion
Sets the nodes to insert the proposed actor in.
setActors(Actor[]) - Method in class adams.flow.control.AbstractTee
Sets the actor to tee-off to.
setActors(Actor[]) - Method in class adams.flow.control.FileProcessor
Sets the actor to tee-off to.
setActors(Actor[]) - Method in class adams.flow.control.LocalScopeTransformer
Sets the actors of the loop.
setActors(Actor[]) - Method in class adams.flow.control.MutableConnectedControlActor
Sets the flow items for this sequence.
setActors(Actor[]) - Method in class adams.flow.control.MutableControlActor
Sets the flow items for this sequence.
setActors(Actor[]) - Method in class adams.flow.control.WhileLoop
Sets the actors of the loop.
setActors(Actor[]) - Method in class adams.flow.standalone.AbstractMultiView
Sets the panel providers.
setActors(Actor[]) - Method in class adams.flow.standalone.AbstractMutableActorDaemonEvent
Sets the actors to execute on schedule.
setActors(Actor[]) - Method in class adams.flow.standalone.AbstractMutableStandaloneGroupItem
Sets the sub-actor.
setActors(Actor[]) - Method in class adams.flow.standalone.AbstractStandaloneGroup
Sets the actors to use.
setActors(Actor[]) - Method in class adams.flow.standalone.DelayedEvent
Sets the actors to execute on schedule.
setActors(Actor[]) - Method in class adams.flow.standalone.Events
Sets the flow items for this sequence.
setActors(Actor[]) - Method in class adams.flow.standalone.QueueEvent
Sets the actors to execute on schedule.
setActors(Actor[]) - Method in class adams.gui.flow.tree.ClipboardActorContainer
Sets the actors.
setActors(Actor[]) - Method in class adams.parser.actorsuggestion.Parser
Sets the actors in which to insert the proposed actor.
setActors(Actor[]) - Method in class adams.parser.ActorSuggestion
Sets the actors to insert the proposed actor in.
setActors(Actor[]) - Method in class adams.parser.ActorTemplateSuggestion
Sets the actors to insert the proposed actor in.
setActors(Actor[]) - Method in class adams.parser.externalactorsuggestion.Parser
Sets the actors in which to insert the proposed actor.
setActors(Actor[]) - Method in class adams.parser.ExternalActorSuggestion
Sets the actors to insert the proposed actor in.
setActors(Actor[]) - Method in class adams.parser.templatesuggestion.Parser
Sets the actors in which to insert the proposed template.
setActors(ActorHandler, Actor[]) - Static method in class adams.flow.core.ActorUtils
Sets the actors in the handler.
setActual(SpreadSheetColumnIndex) - Method in class adams.flow.sink.ActualVsPredictedPlot
Sets the column with the actual values.
setActual(SpreadSheetColumnIndex) - Method in class adams.flow.transformer.PredictionEccentricity
Sets the column with the actual values.
setActual(SpreadSheetColumnIndex) - Method in class adams.flow.transformer.WekaSpreadSheetToPredictions
Sets the column with the actual values.
setActual(SpreadSheetColumnIndex) - Method in class adams.gui.tools.previewbrowser.ActualVsPredictedHandler
Sets the column with the actual values.
setActual(SpreadSheetColumnIndex) - Method in class weka.classifiers.functions.FromPredictions
Sets the column with the actual values.
setActualAttribute(String) - Method in class adams.flow.sink.FourInOneDisplay
Set the string to use as an index for the actual attribute
setActualColor(Color) - Method in class adams.gui.visualization.segmentation.layer.CombinedLayer.CombinedSubLayer
Sets the actual color.
setActualColumn(SpreadSheetColumnIndex) - Method in class adams.flow.transformer.ConfusionMatrix
Sets the column of the actual labels.
setActualColumn(SpreadSheetColumnIndex) - Method in class adams.flow.transformer.SummaryStatistics
Sets the column of the actual labels.
setActualMax(double) - Method in class adams.flow.sink.ActualVsPredictedPlot
Sets the upper limit in use for the actual values.
setActualMax(double) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.ClassifierErrors
Sets the upper limit in use for the actual values.
setActualMin(double) - Method in class adams.flow.sink.ActualVsPredictedPlot
Sets the lower limit in use for the actual values.
setActualMin(double) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.ClassifierErrors
Sets the lower limit in use for the actual values.
setActualModel(ListModel) - Method in class adams.gui.core.SearchableBaseList
Sets the model to use.
setActualModel(ListModel) - Method in class adams.gui.core.SearchableWrapperListModel
Sets the model to use.
setActualPrefix(String) - Method in class adams.data.imagesegmentation.operation.ConfusionMatrix
Sets the prefix of the actual labels.
setActualPrefix(String) - Method in class adams.flow.transformer.ConfusionMatrix
Sets the prefix of the actual labels.
setActualPrefix(String) - Method in class adams.flow.transformer.SummaryStatistics
Sets the prefix of the actual labels.
setAdd(boolean) - Method in class adams.tools.AbstractAddRemoveTimeWindowDatabaseTool
Sets whether only new standard flags get set and current ones not revoked or not.
setAddAMIndicator(boolean) - Method in class adams.flow.core.LagMakerOptions
Sets whether to add the AM indicator.
setAddAttributeInformation(boolean) - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.AbstractInstancesIndexedSplitsRunsGenerator
Sets whether to add attribute information to the metadata.
setAddClassification(boolean) - Method in class adams.data.conversion.WekaPredictionContainerToSpreadSheet
Sets whether to add the numeric classification (label index for nominal classes).
setAddClassificationLabel(boolean) - Method in class adams.data.conversion.WekaPredictionContainerToSpreadSheet
Sets whether to add the classification label (only for nominal classes).
setAddColumnName(boolean) - Method in class adams.flow.transformer.plotgenerator.RowWisePlotGenerator
Sets whether to add the column name to the meta-data.
setAddComments(boolean) - Method in class adams.flow.transformer.pdfproclet.SpreadSheet
Sets whether to add the comments.
setAddCreateTable(boolean) - Method in class adams.data.io.output.SqlDumpSpreadSheetWriter
Sets whether to add a CREATE TABLE statement.
setAddDatabaseID(boolean) - Method in class adams.data.instances.AbstractInstanceGenerator
Sets whether the database ID is added to the data or not.
setAddDatabaseID(boolean) - Method in class adams.data.timeseries.AddMetaData
Sets whether to add the database ID.
setAddDatasetInformation(boolean) - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.AbstractInstancesIndexedSplitsRunsGenerator
Sets whether to add dataset information to the metadata.
setAddDayOfMonth(boolean) - Method in class adams.flow.core.LagMakerOptions
Sets whether to add the day of month indicator.
setAddDayOfWeek(boolean) - Method in class adams.flow.core.LagMakerOptions
Sets whether to add the day of week indicator.
setAddDiagonalSeries(boolean) - Method in class adams.gui.visualization.jfreechart.dataset.DefaultXY
Sets whether to add an additional series for the diagonal to the data.
setAddDistribution(boolean) - Method in class adams.data.conversion.WekaPredictionContainerToSpreadSheet
Sets whether to add the class distribution (only for nominal classes).
setAddFilename(boolean) - Method in class adams.flow.transformer.pdfproclet.AbstractPdfProcletWithFilenameOutput
Sets whether to output the filename as well.
setAddFilename(boolean) - Method in interface adams.flow.transformer.pdfproclet.PdfProcletWithFilenameOutput
Sets whether to output the filename as well.
setAddFullActorName(boolean) - Method in class adams.flow.processor.ListObjectCommandlines
Sets whether to add the full name of the enclosing actor (if available).
setAddFullList(boolean) - Method in class adams.gui.wizard.ListPage
Sets whether to store the full list of items (not just selected ones) in the properties as well.
setAddHeaders(boolean) - Method in class adams.flow.standalone.GridView
Sets whether to add headers to the cells in the grid with the names of the actors.
setAddID(boolean) - Method in class adams.data.timeseries.AddMetaData
Sets whether to add the ID.
setAddIndex(boolean) - Method in class adams.data.conversion.DOMToProperties
Sets whether to add the index to the path to disambiguate values.
setAddIndex(boolean) - Method in class adams.flow.transformer.SpreadSheetMerge
Sets whether to add the dataset index number to the prefix.
setAddIndex(boolean) - Method in class adams.flow.transformer.WekaInstancesMerge
Sets whether to add the dataset index number to the prefix.
setAdditional(SpreadSheetColumnRange) - Method in class adams.flow.sink.ActualVsPredictedPlot
Sets the additional columns to add to the plot containers.
setAdditional(SpreadSheetColumnRange) - Method in class adams.gui.tools.previewbrowser.ActualVsPredictedHandler
Sets the additional columns to add to the plot containers.
setAdditional(SpreadSheetColumnRange) - Method in class weka.classifiers.functions.FromPredictions
Sets the additional columns to add to the plot containers.
setAdditionalArguments(String[]) - Method in interface adams.core.command.ExternalCommandWithProgrammaticArguments
Sets the additional arguments to append to the command.
setAdditionalAttributes(SpreadSheet) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.ResultItem
Sets the additional attributes data.
setAdditionalFields(Field[]) - Method in interface adams.data.instances.InstanceGeneratorWithAdditionalFields
Sets the additional fields to add.
setAdditionalObject(boolean) - Method in class adams.data.objectoverlap.AreaRatio
Sets whether to count additional predicted objects.
setAdditionalObject(boolean) - Method in class adams.data.objectoverlap.IntersectOverUnionRatio
Sets whether to count additional predicted objects.
setAdditionalObject(boolean) - Method in class adams.flow.transformer.ImageObjectOverlap
Sets whether to count additional predicted objects.
setAdditionalObject(boolean) - Method in class adams.flow.transformer.IntersectOverUnion
Sets whether to count additional predicted objects.
setAdditionalOptions(AdditionalOptions) - Method in class adams.data.boofcv.features.AbstractScript
Sets the additional options.
setAdditionalOptions(AdditionalOptions) - Method in class adams.data.boofcv.transformer.AbstractScript
Sets the additional options.
setAdditionalOptions(AdditionalOptions) - Method in class adams.data.conversion.AbstractScript
Sets the additional options.
setAdditionalOptions(AdditionalOptions) - Method in class adams.data.filter.AbstractScript
Sets the additional options.
setAdditionalOptions(AdditionalOptions) - Method in class adams.data.image.features.AbstractScript
Sets the additional options.
setAdditionalOptions(AdditionalOptions) - Method in class adams.data.image.transformer.AbstractScript
Sets the additional options.
setAdditionalOptions(AdditionalOptions) - Method in class adams.data.jai.transformer.AbstractScript
Sets the additional options.
setAdditionalOptions(AdditionalOptions) - Method in class adams.data.opencv.features.AbstractScript
Sets the additional options.
setAdditionalOptions(AdditionalOptions) - Method in class adams.data.opencv.transformer.AbstractScript
Sets the additional options.
setAdditionalOptions(AdditionalOptions) - Method in class adams.data.outlier.AbstractScript
Sets the additional options.
setAdditionalOptions(AdditionalOptions) - Method in class adams.data.report.AbstractScript
Sets the additional options.
setAdditionalOptions(AdditionalOptions) - Method in class adams.flow.condition.bool.AbstractScript
Sets the additional options.
setAdditionalOptions(AdditionalOptions) - Method in interface adams.flow.core.AdditionalOptionsHandler
Sets the additional options.
setAdditionalOptions(AdditionalOptions) - Method in class adams.flow.sink.AbstractScript
Sets the additional options.
setAdditionalOptions(AdditionalOptions) - Method in class adams.flow.source.AbstractScript
Sets the additional options.
setAdditionalOptions(AdditionalOptions) - Method in class adams.flow.standalone.AbstractScript
Sets the additional options.
setAdditionalOptions(AdditionalOptions) - Method in class adams.flow.template.AbstractScript
Sets the additional options.
setAdditionalOptions(AdditionalOptions) - Method in class adams.flow.transformer.AbstractScript
Sets the additional options.
setAdditionalOptions(AdditionalOptions) - Method in class adams.flow.transformer.pdfgenerate.AbstractScript
Sets the additional options.
setAdditionalOptions(AdditionalOptions) - Method in class adams.tools.AbstractScript
Sets the additional options.
setAdditionalOptions(String) - Method in class adams.flow.control.JDeps
Sets the additional options for jdeps.
setAdditionalOptions(String) - Method in class adams.flow.control.JMap
Sets the additional options for jmap.
setAdditionalParameters(BaseString[]) - Method in class adams.scripting.command.gui.MenuItem
Sets the (optional) additional parameters for the menu item, in case it implements AdditionalParameterHandler.
setAdditionalParameters(String[]) - Method in interface adams.gui.application.AdditionalParameterHandler
Sets the additional parameters.
setAdditionalParameters(String[]) - Method in class adams.gui.menu.AbstractParameterHandlingMenuItemDefinition
Sets the additional parameters.
setAdditionalParameters(String[]) - Method in class adams.gui.menu.AbstractParameterHandlingWekaMenuItemDefinition
Sets the additional parameters.
setAdditionalProperties(Report) - Method in class adams.gui.visualization.image.ImagePanel
Sets the additional properties.
setAdditionalRows(Range) - Method in class adams.data.spreadsheet.rowscore.ArrayStatistic
Sets the additional rows to feed into the array statistic.
setAddLabelIndex(boolean) - Method in class adams.flow.transformer.AbstractWekaPredictionsTransformer
Sets whether to prefix the labels with the index.
setAddLabelIndex(boolean) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.Predictions
Sets whether to prefix the labels with the index.
setAddMatchingEndBlocks(boolean) - Method in class adams.gui.scripting.SyntaxDocument
Sets whether matching block ends are inserted or not.
setAddMetaData(boolean) - Method in class adams.data.io.input.JAIImageReader
Sets whether to add the meta-data.
setAddMetaData(boolean) - Method in class adams.gui.visualization.image.selection.SelectObjects
Sets whether to allow adding meta-data to the object.
setAddMisclassification(boolean) - Method in class adams.data.imagesegmentation.operation.EvaluatePrediction
Sets whether to add the misclassification information.
setAddMonthOfYear(boolean) - Method in class adams.flow.core.LagMakerOptions
Sets whether to add the month of year indicator.
setAddNumDaysInMonth(boolean) - Method in class adams.flow.core.LagMakerOptions
Sets whether to add the number of days in month indicator.
setAddOne(boolean) - Method in class weka.filters.unsupervised.attribute.LogTransform
Sets whether to add '1' to the values before log-transform.
setAddQuarterOfYear(boolean) - Method in class adams.flow.core.LagMakerOptions
Sets whether to add the quarter of year indicator.
setAddress(BaseHostname) - Method in class adams.flow.sink.Socket
Sets the address.
setAddress(String) - Method in class adams.core.net.EmailContact
Sets the address.
setAddress(String) - Method in class adams.flow.source.RSync
 
setAddShortcuts(boolean) - Method in class adams.gui.core.AbstractRecentItemsHandler
Sets whether to add shortcuts to the menu.
setAddTimestamp(boolean) - Method in class adams.data.timeseries.Values
Sets whether to add the timestamp as well (preceding the value).
setAddTimestamp(boolean) - Method in class adams.flow.sink.sendnotification.LogFile
Sets whether to output a timestamp on separate line using the specified format.
setAddWeekendIndicator(boolean) - Method in class adams.flow.core.LagMakerOptions
Sets whether to add the weekend indicator.
setAdjustForTrends(boolean) - Method in class adams.flow.core.LagMakerOptions
Sets whether to adjust for trends.
setAdjustForVariance(boolean) - Method in class adams.flow.core.LagMakerOptions
Sets whether to adjust for variance.
setAdjustToVisibleData(boolean) - Method in class adams.flow.sink.SequencePlotter
Sets whether to adjust the plot to the visible data or all the loaded data.
setAdjustToVisibleData(boolean) - Method in class adams.gui.visualization.instance.InstancePanel
Sets whether the display is adjusted to only the visible data or everything currently loaded.
setAdjustToVisibleData(boolean) - Method in class adams.gui.visualization.sequence.XYSequencePanel
Sets whether the display is adjusted to only the visible data or everything currently loaded.
setAdjustToVisibleData(boolean) - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowPanel
Sets whether the display is adjusted to only the visible data or everything currently loaded.
setAdjustToVisibleData(boolean) - Method in class adams.gui.visualization.timeseries.TimeseriesPanel
Sets whether the display is adjusted to only the visible data or everything currently loaded.
setAfter(boolean) - Method in class adams.data.conversion.SpreadSheetAddRowID
Sets whether to insert at or after the position.
setAfter(boolean) - Method in class adams.flow.transformer.CollectionInsert
Sets whether to insert at or after the position.
setAfter(boolean) - Method in class adams.flow.transformer.SpreadSheetCopyColumns
Sets whether to insert at or after the position.
setAfter(boolean) - Method in class adams.flow.transformer.SpreadSheetCopyRows
Sets whether to insert at or after the position.
setAfter(boolean) - Method in class adams.flow.transformer.SpreadSheetInsertColumn
Sets whether to insert at or after the position.
setAfter(boolean) - Method in class adams.flow.transformer.SpreadSheetInsertRow
Sets whether to insert at or after the position.
setAfter(boolean) - Method in class adams.flow.transformer.SpreadSheetInsertRowScore
Sets whether to insert at or after the position.
setAfter(boolean) - Method in class adams.flow.transformer.SpreadSheetRowBinning
Sets whether to insert at or after the position.
setAfter(boolean) - Method in class adams.flow.transformer.StorageCollectionInsert
Sets whether to insert at or after the position.
setAfter(boolean) - Method in class adams.flow.transformer.StringInsert
Sets whether to insert at or after the position.
setAggregateColumns(SpreadSheetColumnRange) - Method in class adams.flow.transformer.SpreadSheetAggregate
Sets the colums that should get aggregated.
setAggregates(SpreadSheetAggregate.Aggregate[]) - Method in class adams.flow.transformer.SpreadSheetAggregate
Sets the aggregates to calculate.
setAlgorithm(AbstractAutoCorrelation) - Method in class adams.data.filter.AbstractAutocorrelation
Sets the algorithm to use.
setAlgorithm(BinningAlgorithm) - Method in interface adams.data.binning.algorithm.BinningAlgorithmUser
Sets the binning algorithm.
setAlgorithm(BinningAlgorithm) - Method in class adams.data.statistics.ArrayBinning
Sets the binning algorithm.
setAlgorithm(BinningAlgorithm) - Method in class adams.flow.transformer.SpreadSheetRowBinning
Sets the binning algorithm to use.
setAlgorithm(BinningAlgorithm) - Method in class weka.classifiers.BinnedNumericClassCrossValidationFoldGenerator
Sets the binning algorithm.
setAlgorithm(BinningAlgorithm) - Method in class weka.classifiers.BinnedNumericClassRandomSplitGenerator
Sets the binning algorithm.
setAlgorithm(BinningAlgorithm) - Method in class weka.classifiers.GroupedBinnedNumericClassCrossValidationFoldGenerator
Sets the binning algorithm.
setAlgorithm(BinningAlgorithm) - Method in class weka.classifiers.GroupedBinnedNumericClassRandomSplitGenerator
Sets the binning algorithm.
setAlgorithm(AbstractBoofCVFeatureGenerator) - Method in class adams.flow.transformer.BoofCVFeatureGenerator
Sets the algorithm to use.
setAlgorithm(AbstractBufferedImageFeatureGenerator) - Method in class adams.flow.transformer.BufferedImageFeatureGenerator
Sets the algorithm to use.
setAlgorithm(AbstractCropAlgorithm) - Method in class adams.data.image.transformer.Cropping
Sets the crop algorithm.
setAlgorithm(AbstractWhiteBalanceAlgorithm) - Method in class adams.data.image.transformer.WhiteBalance
Sets the white balance algorithm.
setAlgorithm(AbstractImageSharpness) - Method in class adams.flow.transformer.ImageSharpness
Sets the image sharpness algorithm to use.
setAlgorithm(AbstractPLS) - Method in class adams.data.instancesanalysis.PLS
Sets the algorithm to use.
setAlgorithm(AbstractPLS) - Method in class weka.classifiers.functions.PLSWeighted
Set the PLS algorithm (only used for setup).
setAlgorithm(AbstractPLS) - Method in class weka.filters.supervised.attribute.MultiPLS
Sets the PLS algorithm to use.
setAlgorithm(AbstractPLS) - Method in class weka.filters.supervised.attribute.PLS
Sets the PLS algorithm to use.
setAlgorithm(ObjectOverlap) - Method in class adams.data.objectfilter.MergeOverlaps
Sets the algorithm for determining the overlapping objects
setAlgorithm(ObjectOverlap) - Method in class adams.data.overlappingobjectremoval.MergeOverlaps
Sets the algorithm for determining the overlapping objects
setAlgorithm(ObjectOverlap) - Method in class adams.flow.transformer.DetermineOverlappingObjects
Sets the algorithm for determining the overlapping objects
setAlgorithm(ObjectOverlap) - Method in class adams.flow.transformer.ImageObjectOverlapMatrix
Sets the algorithm for determining the overlapping objects.
setAlgorithm(AbstractOpenCVFeatureGenerator) - Method in class adams.flow.transformer.OpenCVFeatureGenerator
Sets the algorithm to use.
setAlgorithm(AbstractTimeseriesFeatureGenerator) - Method in class adams.flow.transformer.TimeseriesFeatureGenerator
Sets the algorithm to use.
setAlgorithm(AbstractNegativeRegionsGenerator) - Method in class adams.flow.transformer.negativeregions.AbstractMetaNegativeRegionsGenerator
Sets the algorithm to use.
setAlgorithm(AbstractNegativeRegionsGenerator) - Method in class adams.flow.transformer.NegativeRegions
Sets the algorithm to use.
setAlgorithm(AbstractClassifierBasedGeneticAlgorithm) - Method in class adams.flow.transformer.WekaGeneticAlgorithm
Sets the genetic algorithm to apply to the dataset.
setAlgorithm(AbstractClassifierBasedGeneticAlgorithm) - Method in class weka.classifiers.functions.GeneticAlgorithm
Sets the genetic algorithm to use.
setAlgorithm(AbstractPLS) - Method in class adams.ml.preprocessing.supervised.PLS
Sets the algorithm to use.
setAlgorithm(T) - Method in interface adams.flow.transformer.FeatureGenerator
Sets the algorithm to use.
setAlgorithm(SelectedTag) - Method in class weka.filters.unsupervised.attribute.FastWavelet
Sets the type of algorithm to use.
setAlgorithms(BinningAlgorithm[]) - Method in class weka.classifiers.BestBinnedNumericClassRandomSplitGenerator
Sets the binning algorithms to choose from.
setAlignment(Text.Alignment) - Method in class adams.flow.transformer.pdfstamp.Text
Sets the alignment for the text.
setAllowDarkening(boolean) - Method in class adams.gui.visualization.core.AbstractCustomColorProvider
Sets whether to allow the darkening of colors.
setAllowEmpty(boolean) - Method in class adams.flow.control.SubProcess
Sets whether we can have no active sub-actors.
setAllowGlobFilters(boolean) - Method in class adams.gui.chooser.AbstractDataContainerFileChooser
Ignored.
setAllowGlobFilters(boolean) - Method in class adams.gui.chooser.AbstractReportFileChooser
Ignored.
setAllowGlobFilters(boolean) - Method in class adams.gui.chooser.BaseFileChooser
Sets whether the user can enter glob filters like "*.txt".
setAllowKeyboardShortcuts(boolean) - Method in class adams.gui.flow.tree.Tree
Sets whether to allow keyboard shortcuts.
setAllowLayerActions(boolean) - Method in class adams.flow.transformer.ImageSegmentationAnnotator
Sets whether layer actions are available (when using separate layers).
setAllowLayerRemoval(boolean) - Method in class adams.flow.transformer.ImageSegmentationAnnotator
Sets whether removal of layers is allowed (when using separate layers).
setAllowLocalExecution(boolean) - Method in class adams.multiprocess.ScpJobRunner
Sets whether to allow local execution of jobs in case SCP fails.
setAllowMerge(boolean) - Method in class adams.flow.sink.DisplayPanelManager
Sets whether to enable merging of panel content in case of same name.
setAllowMerge(boolean) - Method in class adams.flow.sink.HistoryDisplay
Sets whether to enable merging of content in case of same name.
setAllowNodePopup(boolean) - Method in class adams.gui.flow.tree.Tree
Sets whether to allow the node popup.
setAllowNodeQuickAction(boolean) - Method in class adams.gui.flow.tree.Tree
Sets whether to allow the node quick action menu.
setAllowOversampling(boolean) - Method in class adams.data.filter.AbstractEquiDistance
Sets whether oversampling is allowed (i.e., generate more data points than available in the original data).
setAllowRemoval(boolean) - Method in class adams.gui.visualization.container.AbstractContainerManager
Sets whether containers can be removed.
setAllowRemove(boolean) - Method in class adams.gui.core.AbstractNamedHistoryPanel
Sets whether entries can be removed.
setAllowRename(boolean) - Method in class adams.gui.core.AbstractNamedHistoryPanel
Sets whether entries can be renamed.
setAllowResize(boolean) - Method in class adams.gui.visualization.sequence.XYSequencePanel
Sets whether the user can resize the plot (actually the parent dialog/frame) via the popup menu.
setAllowsChildren(boolean) - Method in class adams.doc.xml.AbstractSimpleTag
Does not allow children.
setAllowSearch(boolean) - Method in class adams.flow.sink.DisplayPanelManager.HistorySplitPanel
Sets whether the entry list is searchable.
setAllowSearch(boolean) - Method in class adams.flow.sink.DisplayPanelManager
Sets whether to allow the user to search the entries.
setAllowSearch(boolean) - Method in class adams.flow.sink.HistoryDisplay.HistorySplitPanel
Sets whether the entry list is searchable.
setAllowSearch(boolean) - Method in class adams.flow.sink.HistoryDisplay
Sets whether to allow the user to search the entries.
setAllowSearch(boolean) - Method in class adams.flow.sink.SpreadSheetDisplay
Sets whether to allow the user to search the table.
setAllowSearch(boolean) - Method in class adams.flow.transformer.SelectArraySubset
Sets whether to allow the user to search the table.
setAllowSearch(boolean) - Method in class adams.flow.transformer.SpreadSheetSelectSubset
Sets whether to allow the user to search the table.
setAllowSearch(boolean) - Method in class adams.gui.core.AbstractNamedHistoryPanel
Sets whether the entry list is searchable.
setAllowSearch(boolean) - Method in class adams.gui.core.SearchableBaseListWithButtons
Sets whether searching is possible.
setAllowSearch(boolean) - Method in class adams.gui.visualization.container.AbstractContainerList
Sets whether the entry list is searchable.
setAllowSource(boolean) - Method in class adams.flow.control.Sequence
Sets whether a source is allowed or not.
setAllowStandalones(boolean) - Method in class adams.flow.control.Sequence
Sets whether standalones are allowed or not.
setAllowUsingPreviousReport(boolean) - Method in class adams.flow.transformer.ImageObjectAnnotator
Sets whether to allow using the previous report.
setAllVisible(boolean) - Method in class adams.gui.flow.tab.FlowTabManager
Sets whether all tabs should be visible or not.
setAllVisible(boolean) - Method in class adams.gui.tools.spreadsheetviewer.tab.ViewerTabManager
Sets whether all tabs should be visible or not.
setAlpha(double) - Method in class adams.data.distribution.Beta
Sets the alpha.
setAlpha(double) - Method in class adams.data.distribution.Weibull
Sets the alpha.
setAlpha(double) - Method in class adams.data.spc.MOAPageHinkley
Sets the alpha parameter for the test.
setAlpha(double) - Method in class weka.filters.supervised.attribute.YGradientEPO
Set the alpha parameter.
setAlpha(double) - Method in class weka.filters.supervised.attribute.YGradientGLSW
Set the alpha parameter.
setAlpha(float) - Method in class adams.data.imagesegmentation.filter.Draw
Sets the alpha value to use for the overlays (0: transparent, 1: opaque).
setAlpha(float) - Method in class adams.flow.sink.ImageSegmentationViewer
Sets the alpha value to use.
setAlpha(float) - Method in class adams.flow.transformer.ImageSegmentationAnnotator
Sets the alpha value to use.
setAlpha(float) - Method in class adams.gui.tools.previewbrowser.ImageSegmentationAnnotationsHandler
Sets the alpha value to use for the overlay: 0=transparent, 255=opaque.
setAlpha(float) - Method in class adams.gui.visualization.segmentation.layer.CombinedLayer.CombinedSubLayer
Sets the current alpha value.
setAlpha(float) - Method in class adams.gui.visualization.segmentation.layer.CombinedLayer
Sets the overall alpha value.
setAlpha(float) - Method in class adams.gui.visualization.segmentation.layer.OverlayLayer
Sets the alpha value to use for transparency.
setAlpha(float) - Method in class weka.classifiers.trees.XGBoost
Sets the L1 regularisation term on weights.
setAlpha(int) - Method in class adams.data.imagesegmentation.operation.SimpleOverlay
Sets the alpha value to use for the overlay: 0=transparent, 255=opaque.
setAlpha(int) - Method in class adams.flow.sink.sequenceplotter.ErrorBandPaintlet
Sets the alpha value for the band (0-255).
setAlpha(int) - Method in class adams.flow.transformer.draw.Image
Sets the alpha value to use for the overlay: 0=transparent, 255=opaque.
setAlpha(int) - Method in class adams.gui.tools.previewbrowser.SimpleImageSegmentationAnnotationsHandler
Sets the alpha value to use for the overlay: 0=transparent, 255=opaque.
setAlpha(int) - Method in class adams.gui.visualization.core.BiColorGenerator
Sets the alpha value to use (0=transparent, 255=opaque); ignored if 255.
setAlpha(int) - Method in class adams.gui.visualization.core.MultiColorGenerator
Sets the alpha value to use (0=transparent, 255=opaque); ignored if 255.
setAlpha(int) - Method in class adams.gui.visualization.core.TranslucentColorProvider
Sets the colors to use.
setAlphaChannel(boolean) - Method in class adams.flow.source.NewImage
Sets whether to add the alpha channel.
setAltDown(boolean) - Method in class adams.gui.visualization.image.leftclick.AbstractLeftClickProcessor
Sets whether the alt key needs to be down.
setAltDown(boolean) - Method in class adams.gui.visualization.object.mouseclick.AbstractMouseClickProcessor
Sets whether the alt key needs to be down.
setAlternativeFilename(String) - Method in class adams.flow.transformer.AbstractSingleDecompress
Sets alternative filename to use.
setAlternativeFileSuffix(String) - Method in class adams.gui.tools.previewbrowser.AnnotateImage
Sets the alternative file suffix to use for locating the associated spreadsheet (eg '-rois').
setAlternativeFileSuffix(String) - Method in class adams.gui.tools.previewbrowser.ObjectCentersFromReport
Sets the alternative file suffix to use for locating the associated spreadsheet, excluding the extension (eg '-rois').
setAlternativeFileSuffix(String) - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
Sets the alternative file suffix to use for locating the associated spreadsheet, excluding the extension (eg '-rois').
setAlternativeFileSuffix(String) - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
Sets the alternative file suffix to use for locating the associated spreadsheet, excluding the extension (eg '-rois').
setAlternativeLocation(PlaceholderDirectory) - Method in class adams.gui.tools.previewbrowser.CocoAnnotationsHandler
Sets the alternative location to use for the reports.
setAlternativeLocation(PlaceholderDirectory) - Method in class adams.gui.tools.previewbrowser.DeepLabCutCSVHandler
Sets the alternative location to use for the reports.
setAlternativeLocation(PlaceholderDirectory) - Method in class adams.gui.tools.previewbrowser.ObjectCentersFromReport
Sets the alternative location to use for the reports.
setAlternativeLocation(PlaceholderDirectory) - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
Sets the alternative location to use for the reports.
setAlternativeLocation(PlaceholderDirectory) - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
Sets the alternative location to use for the reports.
setAlternativeLocation(PlaceholderDirectory) - Method in class adams.gui.tools.previewbrowser.PointsFromReportHandler
Sets the alternative location to use for the reports.
setAlternativeLocation(File) - Method in class adams.gui.tools.previewbrowser.CocoAnnotationsHandler.CombinedPanel
Sets the alternative location.
setAlternativeLocation(File) - Method in class adams.gui.tools.previewbrowser.DeepLabCutCSVHandler.CombinedPanel
Sets the alternative location.
setAlternativeLocation(File) - Method in class adams.gui.tools.previewbrowser.ObjectCentersFromReport.CombinedPanel
Sets the alternative location.
setAlternativeLocation(File) - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport.CombinedPanel
Sets the alternative location.
setAlternativeLocation(File) - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet.CombinedPanel
Sets the alternative location.
setAlternativeLocation(File) - Method in class adams.gui.tools.previewbrowser.PointsFromReportHandler.CombinedPanel
Sets the alternative location.
setAlternativeOutputDir(PlaceholderDirectory) - Method in class adams.flow.transformer.AbstractSingleDecompress
Sets alternative output directory to use.
setAlwaysClear(boolean) - Method in class adams.flow.sink.AbstractTextualDisplay
Sets whether to always clear the display before processing a token.
setAlwaysQuoteText(boolean) - Method in class adams.data.io.output.CsvSpreadSheetWriter
Sets whether to always surround text/formula cells by double quotes.
setAlwaysShowMarkers(boolean) - Method in interface adams.gui.visualization.core.PaintletWithMarkers
Sets whether to always draw markers.
setAlwaysShowMarkers(boolean) - Method in class adams.gui.visualization.instance.InstanceLinePaintlet
Sets whether to always draw markers.
setAlwaysShowMarkers(boolean) - Method in class adams.gui.visualization.sequence.LinePaintlet
Sets whether to always draw markers.
setAlwaysShowMarkers(boolean) - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowLinePaintlet
Sets whether to always draw markers.
setAlwaysShowMarkers(boolean) - Method in class adams.gui.visualization.timeseries.TimeseriesPaintlet
Sets whether to always draw markers.
setAlwaysUseContainer(boolean) - Method in class adams.flow.transformer.AbstractWekaClassifierEvaluator
Sets whether to always use an evaluation container as output.
setAlwaysWait(boolean) - Method in class adams.flow.source.DirectoryLister
Sets whether to always wait in between polls, even if there are still other files that could get processed.
setAmount(double) - Method in class adams.data.filter.TimeseriesShiftValues
Sets the amount to shift the values by.
setAmount(double) - Method in class weka.filters.unsupervised.instance.LatestRecords
Sets the amount of records to keep (0,1]=percentage, (1,+inf)=absolute number.
setAnchor(ImageAnchor) - Method in class adams.data.image.features.PixelClassifications
Sets where to anchor the position on the rectangle.
setAnchor(ImageAnchor) - Method in class adams.data.image.transformer.ChangeCanvasSize
Sets where to anchor the position on the rectangle.
setAnchor(ImageAnchor) - Method in class adams.data.image.transformer.crop.CropBackground
Sets where to pick the background color.
setAnchor(ImageAnchor) - Method in class adams.data.image.transformer.crop.RelativeCrop
Sets where to anchor the position on the rectangle.
setAnchor(ImageAnchor) - Method in class adams.flow.transformer.locateobjects.ChangeCanvasSize
Sets where to anchor the position on the canvas.
setAnchor(ImageAnchor) - Method in class adams.gui.visualization.object.objectannotations.label.Anchored
Sets the anchor for the label.
setAnchorX(int) - Method in class adams.data.opencv.transformer.Blur
Sets the X of the anchor.
setAnchorY(int) - Method in class adams.data.opencv.transformer.Blur
Sets the Y of the anchor.
setAngle(double) - Method in class adams.data.jai.transformer.Rotate
Sets the rotation angle.
setAngle(double) - Method in class adams.data.objectfilter.Rotate
Sets the rotation angle in degrees.
setAngleLandscapeToPortrait(double) - Method in class adams.data.jai.transformer.ChangeOrientation
Sets the rotation angle (landscape -> portrait).
setAnglePortraitToLandscape(double) - Method in class adams.data.jai.transformer.ChangeOrientation
Sets the rotation angle (portrait -> landscape).
setAnnotationCheck(AnnotationCheck) - Method in class adams.flow.transformer.ImageObjectAnnotator
Sets the check to apply to the annotations before enabling the OK button.
setAnnotationCheck(AnnotationCheck) - Method in class adams.gui.visualization.object.overlay.ObjectAnnotations
Sets the check scheme to use for identifying invalid annotations.
setAnnotations(BaseAnnotation) - Method in class adams.flow.core.AbstractActor
Sets the annoations.
setAnnotations(BaseAnnotation) - Method in interface adams.flow.core.Actor
Sets the annoations.
setAnnotationsColor(Color) - Method in class adams.flow.transformer.compareobjectlocations.Combined.CombinedPanel
Sets the color to use for the annotations.
setAnnotationsColor(Color) - Method in class adams.flow.transformer.compareobjectlocations.Combined
Sets the color to use for the annotations.
setAnnotationsColor(String) - Method in class adams.gui.flow.tree.Tree
Sets the HTML color string for the annotations.
setAnnotationsDisplay(AbstractAnnotationsDisplayGenerator) - Method in class adams.flow.transformer.ImageObjectAnnotator
Sets the generator for the annotations display.
setAnnotationsLabelSuffix(String) - Method in class adams.flow.transformer.CompareObjectLocations
Sets the report suffix that the annotations use for storing the label.
setAnnotationsLabelSuffix(String) - Method in class adams.flow.transformer.compareobjectlocations.SideBySide.SideBySidePanel
Sets the report suffix that the annotations use for storing the label.
setAnnotationsOverlay(ImageOverlay) - Method in class adams.flow.transformer.compareobjectlocations.SideBySide
Sets the overlay to use for the annotations.
setAnnotationsOverlay(ImageOverlay) - Method in class adams.flow.transformer.compareobjectlocations.SideBySide.SideBySidePanel
Sets the overlay to use for the annotations.
setAnnotationsPanel(AbstractAnnotationsDisplayPanel) - Method in class adams.gui.visualization.object.ObjectAnnotationPanel
Sets the annotations panel.
setAnnotationsPrefix(String) - Method in class adams.flow.transformer.compareobjectlocations.AbstractComparisonPanel
Sets the object prefix to use for the annotations.
setAnnotationsPrefix(String) - Method in class adams.flow.transformer.CompareObjectLocations
Sets the object prefix to use for the annotations.
setAnnotationsSize(String) - Method in class adams.gui.flow.tree.Tree
Sets the HTML font tag size string for the annotations.
setAnnotationsStorageName(StorageName) - Method in class adams.flow.transformer.CompareObjectLocations
Sets the storage item containing the annotations.
setAnnotator(AbstractAnnotator) - Method in class adams.flow.transformer.ImageObjectAnnotator
Sets the annotator to use.
setAnnotator(AbstractAnnotator) - Method in class adams.gui.visualization.object.ObjectAnnotationPanel
Sets and installs the annotator.
setAnnotator(AbstractAnnotator) - Method in class adams.gui.visualization.object.tools.Annotator
Sets the annotator to use.
setAntiAliasingEnabled(boolean) - Method in class adams.flow.sink.ActualVsPredictedPlot
Sets whether to use anti-aliasing.
setAntiAliasingEnabled(boolean) - Method in class adams.flow.sink.controlchartplot.ChartPaintlet
Sets whether to use anti-aliasing.
setAntiAliasingEnabled(boolean) - Method in class adams.flow.sink.controlchartplot.LimitPaintlet
Sets whether to use anti-aliasing.
setAntiAliasingEnabled(boolean) - Method in class adams.flow.sink.sequenceplotter.OutlierPaintlet
Sets whether to use anti-aliasing.
setAntiAliasingEnabled(boolean) - Method in class adams.flow.sink.sequenceplotter.SequencePlotterPanel
Sets whether to use anti-aliasing.
setAntiAliasingEnabled(boolean) - Method in class adams.flow.transformer.draw.AbstractColorStrokeDrawOperation
Sets whether to use anti-aliasing.
setAntiAliasingEnabled(boolean) - Method in interface adams.flow.transformer.draw.AntiAliasingDrawOperation
Sets whether to use anti-aliasing.
setAntiAliasingEnabled(boolean) - Method in class adams.flow.transformer.draw.Text
Sets whether to use anti-aliasing.
setAntiAliasingEnabled(boolean) - Method in interface adams.gui.core.AntiAliasingSupporter
Sets whether to use anti-aliasing.
setAntiAliasingEnabled(boolean) - Method in class adams.gui.visualization.instance.InstanceLinePaintlet
Sets whether to use anti-aliasing.
setAntiAliasingEnabled(boolean) - Method in class adams.gui.visualization.instance.InstancePanel
Sets whether to use anti-aliasing.
setAntiAliasingEnabled(boolean) - Method in class adams.gui.visualization.instance.SimpleInstanceLinePaintlet
Sets whether to use anti-aliasing.
setAntiAliasingEnabled(boolean) - Method in class adams.gui.visualization.sequence.CirclePaintlet
Sets whether to use anti-aliasing.
setAntiAliasingEnabled(boolean) - Method in class adams.gui.visualization.sequence.CrossPaintlet
Sets whether to use anti-aliasing.
setAntiAliasingEnabled(boolean) - Method in class adams.gui.visualization.sequence.DiagonalOverlayPaintlet
Sets whether to use anti-aliasing.
setAntiAliasingEnabled(boolean) - Method in class adams.gui.visualization.sequence.KendallTheilOverlayPaintlet
Sets whether to use anti-aliasing.
setAntiAliasingEnabled(boolean) - Method in class adams.gui.visualization.sequence.LinearRegressionOverlayPaintlet
Sets whether to use anti-aliasing.
setAntiAliasingEnabled(boolean) - Method in class adams.gui.visualization.sequence.LinePaintlet
Sets whether to use anti-aliasing.
setAntiAliasingEnabled(boolean) - Method in class adams.gui.visualization.sequence.LOWESSOverlayPaintlet
Sets whether to use anti-aliasing.
setAntiAliasingEnabled(boolean) - Method in class adams.gui.visualization.sequence.MetaDataValuePaintlet
Sets whether to use anti-aliasing.
setAntiAliasingEnabled(boolean) - Method in class adams.gui.visualization.sequence.SquarePaintlet
Sets whether to use anti-aliasing.
setAntiAliasingEnabled(boolean) - Method in class adams.gui.visualization.sequence.StraightLineOverlayPaintlet
Sets whether to use anti-aliasing.
setAntiAliasingEnabled(boolean) - Method in class adams.gui.visualization.sequence.TrianglePaintlet
Sets whether to use anti-aliasing.
setAntiAliasingEnabled(boolean) - Method in class adams.gui.visualization.sequence.XYSequencePanel
Sets whether to use anti-aliasing.
setAntiAliasingEnabled(boolean) - Method in class adams.gui.visualization.spreadsheet.SimpleSpreadSheetRowLinePaintlet
Sets whether to use anti-aliasing.
setAntiAliasingEnabled(boolean) - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowLinePaintlet
Sets whether to use anti-aliasing.
setAntiAliasingEnabled(boolean) - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowPanel
Sets whether to use anti-aliasing.
setAntiAliasingEnabled(boolean) - Method in class adams.gui.visualization.stats.paintlet.AbstractProbabilityPaintlet
Sets whether to use anti-aliasing.
setAntiAliasingEnabled(boolean) - Method in class adams.gui.visualization.stats.paintlet.AbstractScatterPlotPaintlet
Sets whether to use anti-aliasing.
setAntiAliasingEnabled(boolean) - Method in class adams.gui.visualization.stats.paintlet.AbstractZScorePaintlet
Sets whether to use anti-aliasing.
setAntiAliasingEnabled(boolean) - Method in class adams.gui.visualization.stats.paintlet.DiagonalPaintlet
Sets whether to use anti-aliasing.
setAntiAliasingEnabled(boolean) - Method in class adams.gui.visualization.stats.paintlet.LowessPaintlet
Sets whether to use anti-aliasing.
setAntiAliasingEnabled(boolean) - Method in class adams.gui.visualization.stats.paintlet.VsFitPaintlet
Sets whether to use anti-aliasing.
setAntiAliasingEnabled(boolean) - Method in class adams.gui.visualization.stats.paintlet.VsOrderPaintlet
Sets whether to use anti-aliasing.
setAntiAliasingEnabled(boolean) - Method in class adams.gui.visualization.timeseries.TimeseriesPaintlet
Sets whether to use anti-aliasing.
setAntiAliasingEnabled(boolean) - Method in class adams.gui.visualization.timeseries.TimeseriesPanel
Sets whether to use anti-aliasing.
setAntiAliasingEnabled(AutoOnOff) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.ClassifierErrors
Sets whether to use anti-aliasing.
setAppend(boolean) - Method in class adams.data.io.output.TextFileWriter
Sets whether to append the file rather than rewriting it.
setAppend(boolean) - Method in class adams.flow.sink.AbstractAppendableFileWriter
Sets whether to append to the file or not.
setAppend(boolean) - Method in class adams.flow.source.RSync
 
setAppendDataType(boolean) - Method in class adams.data.conversion.FieldToString
Sets whether to append the data type.
setAppending(boolean) - Method in class adams.data.io.output.AccessSpreadSheetWriter
Sets whether the next write call is to append the data to the existing file.
setAppending(boolean) - Method in interface adams.data.io.output.AppendableSpreadSheetWriter
Sets whether the next write call is to append the data to the existing file.
setAppending(boolean) - Method in class adams.data.io.output.CsvSpreadSheetWriter
Sets whether the next write call is to append the data to the existing file.
setAppending(boolean) - Method in class adams.data.io.output.SqlDumpSpreadSheetWriter
Sets whether the next write call is to append the data to the existing file.
setAppendVerify(boolean) - Method in class adams.flow.source.RSync
 
setApplication(AbstractApplicationFrame) - Method in class adams.gui.tools.remotecontrolcenter.panels.GenericObjectEditorResponseConnectionUpdater
Sets the application frame to use.
setApplicationFrame(AbstractApplicationFrame) - Method in class adams.env.AbstractEnvironment
Sets the main GUI application frame (which was started from commandline).
setApplicationTerminal(AbstractTerminalApplication) - Method in class adams.env.AbstractEnvironment
Sets the main terminal application frame (which was started from commandline).
setApplicationTitle(String) - Method in class adams.gui.application.AbstractApplicationFrame
Sets the application title to use.
setApplicationTitle(String) - Method in class adams.terminal.application.AbstractTerminalApplication
Sets the application title to use.
setApplyButtonState(BaseFlatButton, boolean) - Method in class adams.gui.visualization.object.tools.AbstractTool
Sets the state of the "Apply" button according to the modified flag.
setApplyButtonState(BaseFlatButton, boolean) - Static method in class adams.gui.visualization.segmentation.layer.AbstractLayer
Sets the state of the "Apply" button according to the modified flag.
setApplyButtonState(BaseFlatButton, boolean) - Method in class adams.gui.visualization.segmentation.tool.AbstractTool
Sets the state of the "Apply" button according to the modified flag.
setApplyToAll(boolean) - Method in class adams.gui.tools.SpreadSheetViewerPanel
Sets whether to apply settings to all tabs or just current one.
setApproveButtonMnemonic(char) - Method in interface adams.gui.chooser.FileChooser
Sets the approve button's mnemonic using a character.
setApproveButtonMnemonic(int) - Method in interface adams.gui.chooser.FileChooser
Sets the approve button's mnemonic using a numeric keycode.
setApproveButtonText(String) - Method in interface adams.gui.chooser.FileChooser
Sets the text used in the ApproveButton in the FileChooserUI.
setApproveButtonToolTipText(String) - Method in interface adams.gui.chooser.FileChooser
Sets the tooltip text used in the ApproveButton.
setApproveCaption(String) - Method in class adams.gui.dialog.ApprovalDialog
Sets the caption/text of the approve button.
setApproveEnabled(boolean) - Method in class adams.gui.dialog.ApprovalDialog
Sets the enabled state of the approve button.
setApproveMnemonic(int) - Method in class adams.gui.dialog.ApprovalDialog
Sets the mnemonic of the approve button.
setApproveVisible(boolean) - Method in class adams.gui.dialog.ApprovalDialog
Sets the visbility of the approve button.
setArcHeight(int) - Method in class adams.flow.transformer.draw.Rectangle
Sets the height of the arc.
setArchive(boolean) - Method in class adams.flow.source.RSync
 
setArchive(boolean) - Method in class adams.flow.source.SimpleRSync
 
setArchive(PlaceholderFile) - Method in class adams.gui.tools.previewbrowser.AbstractArchiveHandler
Sets the archive to get the files from.
setArchive(PlaceholderFile) - Method in interface adams.gui.tools.previewbrowser.ArchiveHandler
Sets the archive to get the files from.
setArchiveSearch(String) - Method in class adams.gui.tools.PreviewBrowserPanel
Sets the text for the archive file search.
setArcWidth(int) - Method in class adams.flow.transformer.draw.Rectangle
Sets the width of the arc.
setAreaAlgorithm(AreaOverlap) - Method in class adams.flow.transformer.DetermineOverlappingAreas
Sets the algorithm for determining the overlapping objects.
setAreaType(AreaType) - Method in class adams.data.areaoverlap.BoundingBoxBased
Sets what area to use.
setAreaType(AreaType) - Method in class adams.data.areaoverlap.PolygonBased
Sets what area to use.
setArguments(String[]) - Method in class adams.core.management.Launcher
Sets the arguments for the process.
setArrangement(ArrayDisplay.Arrangement) - Method in class adams.flow.sink.ArrayDisplay
Sets how to arrange the elements of the array.
setArray(Double[]) - Method in class adams.gui.visualization.stats.histogram.Histogram
Sets the array for this histogram.
setArrayClass(BaseClassname) - Method in class adams.flow.control.ArrayGenerate
Sets the class for the array.
setArrayClass(BaseClassname) - Method in class adams.flow.control.ArrayProcess
Sets the class for the array.
setArrayClass(BaseClassname) - Method in class adams.flow.source.valuedefinition.AbstractArrayValueDefinition
Sets the array class that all other classes are derived from.
setArrayClass(BaseClassname) - Method in class adams.flow.transformer.CollectionToArray
Sets the class for the array.
setArrayClass(BaseClassname) - Method in class adams.flow.transformer.SequenceToArray
Sets the class for the array.
setArrayClass(String) - Method in class adams.data.conversion.CollectionToArray
Sets the class for the array.
setArrayClass(String) - Method in class adams.flow.source.CombineArrays
Sets the class for the array.
setArrayClass(String) - Method in class adams.flow.source.NewArray
Sets the class for the array.
setArrayClass(String) - Method in class adams.flow.source.StorageValuesArray
Sets the class for the array.
setArrayClass(String, Class) - Method in class adams.gui.application.AbstractPropertiesPreferencesPanel
Associates the custom array class with a particular property.\ Must have setText(String) and getText() methods!
setArrayClass(String, Class) - Method in class adams.gui.core.PropertiesParameterPanel
Associates the custom array class with a particular property.\
SetArrayElement - Class in adams.flow.transformer
Sets an element of an array and forwards the updated array.
SetArrayElement() - Constructor for class adams.flow.transformer.SetArrayElement
 
SetArrayElement.Origin - Enum in adams.flow.transformer
whether to use the provided value or a storage item.
setArrayLength(int) - Method in class adams.flow.transformer.SequenceToArray
Sets the length of the arrays.
setArraysAsLists(boolean) - Method in class adams.data.conversion.JsonObjectToMap
Sets whether to return JSON arrays as Java arrays or lists.
setArraySeparator(String, String) - Method in class adams.gui.application.AbstractPropertiesPreferencesPanel
Associates the custom array separator with a particular property.
setArraySeparator(String, String) - Method in class adams.gui.core.PropertiesParameterPanel
Associates the custom array separator with a particular property.
setAssociator(CallableActorReference) - Method in class adams.flow.transformer.WekaTrainAssociator
Sets the name of the callable associator to use.
setAssociator(Associator) - Method in class adams.flow.source.WekaAssociatorSetup
Sets the associator to use.
setAsText(String) - Method in class adams.gui.goe.AbstractBasicTypePropertyEditor
Set the property value by parsing a given String.
setAsText(String) - Method in class adams.gui.goe.BaseCharsetEditor
Sets the current property value as text.
setAsText(String) - Method in class adams.gui.goe.ConfigurableEnumerationItemEditor
Sets the current property value as text.
setAsText(String) - Method in class adams.gui.goe.EnumEditor
Sets the current property value as text.
setAsText(String) - Method in class adams.gui.goe.GenericArrayEditor
Returns null as we don't support getting/setting values as text.
setAsText(String) - Method in class adams.gui.goe.GenericObjectEditor
Returns null as we don't support getting/setting values as text.
setAsText(String) - Method in class adams.gui.goe.InlineEditor
Set the property value by parsing a given String.
setAsText(String) - Method in class adams.gui.goe.LocaleEditor
Sets the current property value as text.
setAsText(String) - Method in class adams.gui.goe.TimeZoneEditor
Sets the current property value as text.
setAsynchronous(boolean) - Method in class adams.flow.control.AbstractTee
Sets whether to finish processing before stopping execution.
setAsynchronous(boolean) - Method in class adams.gui.action.AbstractBaseAction
Sets whether to launch the menu item asynchronously using a swingworker.
setAsynchronous(boolean) - Method in interface adams.gui.action.BaseAction
Sets whether to launch the menu item asynchronously using a swingworker.
setAtomicMove(boolean) - Method in interface adams.core.AtomicMoveSupporter
Sets whether to attempt atomic move operation.
setAtomicMove(boolean) - Method in class adams.flow.standalone.DirWatch
Sets whether to attempt atomic move operation.
setAtomicMove(boolean) - Method in class adams.flow.transformer.AbstractDataProcessor
Sets whether to attempt atomic move operation.
setAtomicMove(boolean) - Method in class adams.flow.transformer.MoveFile
Sets whether to attempt atomic move operation.
setAtomicMove(boolean) - Method in class adams.scripting.engine.FileBasedScriptingEngine
Sets whether to attempt atomic move operation.
setAttachments(PlaceholderFile[]) - Method in class adams.gui.dialog.ComposeEmailDialog
Sets the attachments.
setAttachments(PlaceholderFile[]) - Method in class adams.gui.dialog.ComposeEmailPanel
Sets the attachments.
setAttemptInterval(int) - Method in interface adams.core.MultiAttemptWithWaitSupporter
Sets the time to wait between attempts in msec.
setAttemptInterval(int) - Method in class adams.flow.sink.DumpFile
Sets the time to wait between attempts in msec.
setAttemptInterval(int) - Method in class adams.flow.transformer.CopyFile
Sets the time to wait between attempts in msec.
setAttemptInterval(int) - Method in class adams.flow.transformer.MoveFile
Sets the time to wait between attempts in msec.
setAttemptInterval(int) - Method in class adams.flow.transformer.WaitForFile
Sets the interval in milli-seconds to wait.
setAttemptInterval(int) - Method in class adams.multiprocess.ScpJobRunner
Sets the interval in milli-seconds to wait.
setAttemptInterval(int) - Method in class adams.multiprocess.SerializingJobRunner
Sets the interval in milli-seconds to wait.
setAttindex(Index) - Method in class adams.gui.visualization.stats.zscore.ZScore
Set the index to use when setting the attribute using an index
setAttIndex(Index) - Method in class adams.gui.visualization.stats.probabilityplot.ProbabilityPlot
Set the index to use to choose the attribute to display
setAttRange(Range) - Method in class weka.filters.unsupervised.instance.KennardStone
Sets the attribute range to use for distance calculation (after applying pre-filter).
setAttReg(BaseRegExp) - Method in class adams.gui.visualization.stats.zscore.ZScore
Set the regular expression used when choosing the attribute
setAttRegExp(BaseRegExp) - Method in class adams.gui.visualization.stats.probabilityplot.ProbabilityPlot
Set the regular expression for chossing the attribute to display.
setAttRegExp(BaseRegExp) - Method in class weka.filters.unsupervised.attribute.Detrend
Sets the regular expression used for identifying the attributes to process.
setAttRegExp(BaseRegExp) - Method in class weka.filters.unsupervised.attribute.MultiplicativeScatterCorrection
Sets the regular expression used for identifying the attributes to process.
setAttribute(int) - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeSummaryPanel
Sets the attribute that statistics will be displayed for.
setAttribute(int) - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeVisualizationPanel
Tells the panel which attribute to visualize.
setAttribute(int) - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.MultiAttributeSummaryPanel
Displays a single attribute.
setAttribute(int) - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.MultiAttributeVisualizationPanel
Displays a single attribute.
setAttribute(String) - Method in class adams.flow.sink.ProbabilityPlotDisplay
Set the string to use for setting the attribute using an index
setAttribute(String) - Method in class adams.flow.sink.ZScoreDisplay
Set the string to use for setting the attribute using an index
setAttribute(String) - Method in class adams.flow.transformer.AddDOMAttribute
Sets the name of the attribute to add.
setAttribute(String) - Method in class weka.classifiers.meta.AbstainAttributePercentile
 
setAttribute(String, String) - Method in class adams.doc.xml.AbstractTag
Sets the value of the specified attribute.
setAttributeColor(SyntaxDocument.ATTR_TYPE, Color) - Method in class adams.gui.scripting.SyntaxDocument
Sets the foreground (font) color of the specified attribute.
setAttributeColor(MutableAttributeSet, Color) - Static method in class adams.gui.scripting.SyntaxDocument
Sets the foreground (font) color of the specified attribute.
setAttributeFont(SyntaxDocument.ATTR_TYPE, int) - Method in class adams.gui.scripting.SyntaxDocument
Sets the font of the specified attribute.
setAttributeFont(MutableAttributeSet, Font) - Static method in class adams.gui.scripting.SyntaxDocument
Sets the font of the specified attribute.
setAttributeIndex(Index) - Method in class adams.data.weka.rowfinder.ByLabel
Sets the index of the attribute to perform the matching on.
setAttributeIndex(SpreadSheetColumnIndex) - Method in class adams.data.spreadsheet.rowfinder.ByContentType
Sets the index of the column to perform the matching on.
setAttributeIndex(SpreadSheetColumnIndex) - Method in class adams.data.spreadsheet.rowfinder.ByDateValue
Sets the index of the column to perform the matching on.
setAttributeIndex(SpreadSheetColumnIndex) - Method in class adams.data.spreadsheet.rowfinder.ByNumericRange
Sets the index of the column to perform the matching on.
setAttributeIndex(SpreadSheetColumnIndex) - Method in class adams.data.spreadsheet.rowfinder.ByNumericValue
Sets the index of the column to perform the matching on.
setAttributeIndex(SpreadSheetColumnIndex) - Method in class adams.data.spreadsheet.rowfinder.ByStringComparison
Sets the index of the column to perform the matching on.
setAttributeIndex(SpreadSheetColumnIndex) - Method in class adams.data.spreadsheet.rowfinder.ByValue
Sets the index of the column to perform the matching on.
setAttributeIndex(SpreadSheetColumnIndex) - Method in class adams.data.spreadsheet.rowfinder.ClosestNumericValue
Sets the index of the column to perform the matching on.
setAttributeIndex(SpreadSheetColumnIndex) - Method in class adams.data.spreadsheet.rowfinder.IsNumeric
Sets the index of the column to perform the matching on.
setAttributeIndex(WekaAttributeIndex) - Method in class adams.data.weka.rowfinder.ByNumericRange
Sets the index of the column to perform the matching on.
setAttributeIndex(WekaAttributeIndex) - Method in class adams.data.weka.rowfinder.ByNumericValue
Sets the index of the column to perform the matching on.
setAttributeIndex(WekaAttributeIndex) - Method in class adams.flow.transformer.WekaInstancesInfo
Sets the attribute index to use for attribute-specific information.
setAttributeIndex(String) - Method in class adams.gui.visualization.instance.InstanceComparePanel.DatasetIndexer
Sets the index of the attribute to use for indexing.
setAttributeIndex(String) - Method in class weka.filters.unsupervised.attribute.SpellChecker
Sets the attribute index (1-based) of the attribute to process.
setAttributeIndex(String) - Method in class weka.filters.unsupervised.instance.SortOnAttribute
Sets the attribute index (1-based) of the attribute to sort on.
setAttributeName(BaseRegExp) - Method in class adams.flow.sink.ProbabilityPlotDisplay
Set the attribute to use with a regular expression
setAttributeName(BaseRegExp) - Method in class adams.flow.sink.ZScoreDisplay
Set the attribute to use with a regular expression
setAttributeName(String) - Method in class adams.flow.transformer.WekaGetInstanceValue
Sets the name of the attribute to get the value for.
setAttributeName(String) - Method in class weka.filters.unsupervised.instance.DatasetLabeler
Set the new attribute's name.
setAttributeName(String) - Method in class weka.filters.unsupervised.instance.LatestRecords
Sets the name of the attribute containing the numeric database ID.
setAttributeNames(BaseList) - Method in class adams.flow.source.WekaNewInstances
Sets the list of attribute names.
setAttributeNames(BaseString[]) - Method in class weka.filters.unsupervised.attribute.MergeManyAttributes
Sets the names of the attributes.
setAttributePrefix(String) - Method in class weka.filters.unsupervised.attribute.OuterProductAnalysis
Sets the second attribute range to use (regular expression on attribute names).
setAttributeRange(Range) - Method in class adams.data.weka.rowfinder.FilteredIQR
Sets the attribute range to work on.
setAttributeRange(Range) - Method in class weka.filters.unsupervised.attribute.SimpleDetrend
Sets the range of attributes to detrend.
setAttributeRange(SpreadSheetColumnRange) - Method in class adams.data.spreadsheet.rowfinder.MissingValue
Sets the range of the columns to inspect.
setAttributeRange(WekaAttributeRange) - Method in class adams.data.instancesanalysis.FastICA
Sets the attribute range parameter.
setAttributeRange(WekaAttributeRange) - Method in class adams.data.instancesanalysis.PCA
Sets the attribute range parameter.
setAttributeRange(WekaAttributeRange) - Method in class adams.data.instancesanalysis.PLS
Sets the attribute range parameter.
setAttributeRange(WekaAttributeRange) - Method in class weka.filters.unsupervised.attribute.InputSmearing
Sets the range (1-based) of the attributes to work on.
setAttributeRange(String) - Method in class adams.gui.visualization.instance.InstanceComparePanel.DatasetPanel
Sets the range of attributes.
setAttributeRange(String) - Method in class weka.filters.unsupervised.attribute.CorrelationMatrix
Sets the range of attributes to compute the matrix for.
setAttributeRange(String) - Method in class weka.filters.unsupervised.attribute.JoinAttributes
Sets the range (1-based) of the attributes to combine.
setAttributeRange(String) - Method in class weka.filters.unsupervised.attribute.LogTransform
Sets the range of attributes to process.
setAttributeRange(String) - Method in class weka.filters.unsupervised.attribute.SetMissingValue
Sets the range of attributes to compute the matrix for.
setAttributeRenamesExp(BaseRegExp[]) - Method in class adams.flow.transformer.wekadatasetsmerge.AbstractMerge
Sets the array of attribute rename expressions.
setAttributeRenamesFormat(BaseString[]) - Method in class adams.flow.transformer.wekadatasetsmerge.AbstractMerge
Sets the array of format strings used for attribute renaming.
setAttributes(int[]) - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.MultiAttributeSummaryPanel
Displays multiple attributes.
setAttributes(int[]) - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.MultiAttributeVisualizationPanel
Displays multiple attributes.
setAttributes(Range) - Method in class adams.flow.sink.BoxPlot
Set the attributes to be displayed initially
setAttributes(Range) - Method in class adams.flow.transformer.WekaInstanceStreamPlotGenerator
Sets the range of attributes to create plot containers for.
setAttributeSelection(EquiDistance.AttributeSelection) - Method in class weka.filters.unsupervised.attribute.EquiDistance
Sets how the attributes get selected.
setAttributeSelectionMethod(SelectedTag) - Method in class weka.classifiers.functions.LinearRegressionJ
Sets the method used to select attributes for use in the linear regression.
setAttributeTypes(AttributeTypeList) - Method in class adams.flow.source.WekaNewInstances
Sets the list of attribute types.
setAttributeX(WekaAttributeIndex) - Method in class adams.flow.sink.WekaInstancesPlot
Sets the attribute to show on the X axis.
setAttributeX(WekaThresholdCurve.AttributeName) - Method in class adams.flow.sink.WekaThresholdCurve
Sets the attribute to show on the X axis.
setAttributeX(WekaThresholdCurve.AttributeName) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.LegacyThresholdCurve
Sets the attribute to show on the X axis.
setAttributeY(WekaAttributeIndex) - Method in class adams.flow.sink.WekaInstancesPlot
Sets the attribute to show on the Y axis.
setAttributeY(WekaThresholdCurve.AttributeName) - Method in class adams.flow.sink.WekaThresholdCurve
Sets the attribute to show on the Y axis.
setAttributeY(WekaThresholdCurve.AttributeName) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.LegacyThresholdCurve
Sets the attribute to show on the Y axis.
setAuthentication(Proxy.Type, boolean) - Method in class adams.core.net.ProxyHelper
Sets whether authentication is required for the proxy.
setAuthenticationProvider(SMBAuthenticationProvider) - Method in class adams.core.io.lister.SmbDirectoryLister
Sets the authentication provider to use.
setAuthenticationType(SSHAuthenticationType) - Method in class adams.core.io.lister.SftpDirectoryLister
Sets the type of authentication to use.
setAuthenticationType(SSHAuthenticationType) - Method in class adams.flow.standalone.SSHConnection
Sets the type of authentication to use.
setAuthenticationType(SSHAuthenticationType) - Method in class adams.gui.chooser.SftpRemoteDirectorySetup
Sets the type of authentication to use.
setAuthenticationType(SSHAuthenticationType) - Method in class adams.scripting.connection.AbstractSSHConnection
Sets the type of authentication to use.
setAutoAdvanceLabels(boolean) - Method in interface adams.gui.visualization.object.annotator.AutoAdvanceAnnotator
Sets whether to auto advance labels once one has been applied.
setAutoAdvanceLabels(boolean) - Method in class adams.gui.visualization.object.annotator.SimplePointAnnotator
Sets whether to auto advance labels once one has been applied.
setAutoAppendExtension(boolean) - Method in class adams.gui.chooser.BaseFileChooser
Sets whether to automatically append the currently selected file extension or the default one (if All-Filter is used).
setAutoAppendExtension(boolean) - Method in class adams.gui.chooser.FileChooserPanel
Sets whether to automatically append the currently selected file extension or the default one (if All-Filter is used).
setAutoAppendExtension(boolean) - Method in class adams.gui.wizard.SelectFilePage
Sets whether to automatically append the currently selected file extension or the default one (if All-Filter is used).
setAutoAppendExtension(boolean) - Method in class adams.gui.wizard.SelectMultipleFilesPage
Sets whether to automatically append the currently selected file extension or the default one (if All-Filter is used).
setAutoCommit(boolean) - Method in class adams.db.AbstractDatabaseConnection
Sets whether to use auto-commit.
setAutoDetect(boolean) - Method in class adams.data.barcode.decode.ZXing
Enables or disables barcode format auto-detection.
setAutoDetectDataType(boolean) - Method in class adams.flow.transformer.AbstractSetReportValue
Sets whether to use auto-detection for the data type.
setAutoExtendHeader(boolean) - Method in class adams.data.io.input.AbstractExcelSpreadSheetReader
Sets whether to extend the header if rows have more cells than the header.
setAutoFocus(boolean) - Method in class adams.flow.core.displaytype.Default
Sets whether to automatically focus the display.
setAutoKeyGeneration(boolean) - Method in class adams.flow.sink.WekaDatabaseWriter
Sets whether to automatically generate a primary key.
setAutomaticUndo(boolean) - Method in class adams.flow.transformer.ImageSegmentationAnnotator
Sets whether to use automatic or manual undo.
setAutomaticUndoEnabled(boolean) - Method in class adams.gui.visualization.segmentation.SegmentationPanel
Sets whether automatic undos are enabled.
setAutoResizeMode(int) - Method in class adams.gui.core.BaseTableWithButtons
Sets the table's auto resize mode when the table is resized.
setAutoResizeMode(int) - Method in class adams.gui.core.SortableAndSearchableTableWithButtons
Sets the table's auto resize mode when the table is resized.
setAutoSave(boolean) - Method in class adams.gui.goe.Favorites
Sets auto save to on or off.
setAutoSave(boolean) - Method in class adams.gui.tools.previewbrowser.ContentHandlerFavorites
Sets auto save to on or off.
setAutoStart(boolean) - Method in interface adams.flow.core.AutoStartSupporter
Sets whether this processor gets executed on start up.
setAverageConsecutiveLongLags(boolean) - Method in class adams.flow.core.LagMakerOptions
Sets whether to average consecutive long lags.
setAverageLagsAfter(int) - Method in class adams.flow.core.LagMakerOptions
Sets the number of lags after which to average.
setAverageRatio(boolean) - Method in class adams.data.objectoverlap.AreaRatio
Sets whether to use average overlap ratio instead.
setAverageRatio(boolean) - Method in class adams.flow.transformer.ImageObjectOverlap
Sets whether to use average overlap ratio instead.
setAverageSegments(boolean) - Method in class adams.data.boofcv.transformer.SuperPixels
Sets whether to average the segments.
setAxisColor(Color) - Method in class adams.gui.visualization.core.AxisPanel
Sets the color of the axis.
setAxisName(String) - Method in class adams.gui.visualization.core.AxisPanel
Sets the name of the axis, null or empty string for none.
setAxisNameCentered(boolean) - Method in class adams.gui.visualization.core.AxisPanel
Sets whether the axis name is centered in the axis or at the border.
setAxisNameFont(Font) - Method in class adams.gui.visualization.core.AxisPanel
Sets the font to use for the axis name.
setAxisPopupMenuCustomizer(Axis, PopupMenuCustomizer) - Method in class adams.gui.visualization.core.PlotPanel
Sets the class to customize the right-click popup menu of an axis.
setAxisType(HistogramOptions.BoxType) - Method in class adams.gui.visualization.stats.histogram.HistogramOptions
Set the axis type for bin calculation
setAxisVisibility(Axis, Visibility) - Method in class adams.gui.visualization.core.PlotPanel
Sets the visibility state of the specified axis.
setAxisWidth(int) - Method in class adams.gui.visualization.core.AxisPanel
Sets the width of the axis (this is height for HORIZONTAL axes, of course), at least 5 pixel.
setAxisWidth(int) - Method in class adams.gui.visualization.stats.boxplot.BoxPlotManager
Set the width of the left axis for each box plot
setAxisWidth(Axis, int) - Method in class adams.gui.visualization.core.PlotPanel
Sets the size of the specified axis.
setAxisWidths(int) - Method in class adams.gui.visualization.core.PlotPanel
Sets the widht of all the axes.
setAxisX(AxisPanelOptions) - Method in class adams.flow.sink.ControlChartPlot
Sets the setup for the X axis.
setAxisX(AxisPanelOptions) - Method in class adams.flow.sink.SequencePlotter
Sets the setup for the X axis.
setAxisX(AxisPanelOptions) - Method in class adams.flow.sink.SimplePlot
Sets the setup for the X axis.
setAxisX(AxisPanelOptions) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.SamplePlot
Sets the setup for the X axis.
setAxisX(AxisPanelOptions) - Method in class adams.gui.visualization.stats.core.AbstractPlotOptionGroup
Sets the setup for the X axis.
setAxisX(TimeseriesXAxisPanelOptions) - Method in class adams.flow.sink.TimeseriesDisplay
Sets the setup for the X axis.
setAxisY(AxisPanelOptions) - Method in class adams.flow.sink.ControlChartPlot
Sets the setup for the Y axis.
setAxisY(AxisPanelOptions) - Method in class adams.flow.sink.SequencePlotter
Sets the setup for the Y axis.
setAxisY(AxisPanelOptions) - Method in class adams.flow.sink.SimplePlot
Sets the setup for the Y axis.
setAxisY(AxisPanelOptions) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.SamplePlot
Sets the setup for the Y axis.
setAxisY(AxisPanelOptions) - Method in class adams.gui.visualization.stats.core.AbstractPlotOptionGroup
Sets the setup for the Y axis.
setAxisY(TimeseriesYAxisPanelOptions) - Method in class adams.flow.sink.TimeseriesDisplay
Sets the setup for the Y axis.
setB(double) - Method in class adams.data.distribution.Triangular
Sets the b.
setB(double) - Method in class adams.data.image.luminance.Custom
Sets the B parameter.
setBackends(DbBackend[]) - Method in class adams.db.mirrored.DbBackend
Sets the backends to use.
setBackground(Color) - Method in class adams.data.image.transformer.ChangeCanvasSize
Sets the background color to use.
setBackground(Color) - Method in class adams.data.jai.transformer.Rotate
Sets the color to use for the background.
setBackground(Color) - Method in class adams.flow.sink.ProgressBar
Sets the background color.
setBackground(Color) - Method in class adams.flow.source.NewImage
Sets the background color of the image.
setBackground(Color) - Method in class adams.flow.transformer.locateobjects.ChangeCanvasSize
Sets the background color to use.
setBackground(Color) - Method in class adams.gui.print.BufferedImageBasedWriter
Sets the background color to use in creating the image.
setBackground(Color) - Method in class adams.gui.print.PostscriptGraphics
 
setBackgroundColor(Color) - Method in class adams.data.imagesegmentation.operation.CompareAnnotationWithPrediction
Sets the color to use as background.
setBackgroundColor(Color) - Method in class adams.data.imagesegmentation.operation.SimpleOverlay
Sets the color to use as background when not using the base image.
setBackgroundColor(Color) - Method in class adams.flow.sink.ImageViewer
Sets the background color.
setBackgroundColor(Color) - Method in class adams.gui.scripting.SyntaxDocument
Sets the background color.
setBackgroundColor(Color) - Method in class adams.gui.visualization.container.DataContainerPanel
Sets the background color to use.
setBackgroundColor(Color) - Method in class adams.gui.visualization.core.PlotPanel
Sets the background color to use.
setBackgroundColor(Color) - Method in class adams.gui.visualization.image.ImagePanel
Sets the background color.
setBackgroundColorGenerator(ColorGradientGenerator) - Method in class adams.flow.transformer.pdfproclet.ConfusionMatrix
Sets the color generator for obtaining the colors used for coloring in the background.
setBackgroundColorGenerator(ColorGradientGenerator) - Method in class adams.gui.core.spreadsheettable.ConfusionMatrixCellRenderingCustomizer
Sets the color generator for obtaining the colors used for coloring in the background.
setBackgroundColorGenerator(ColorGradientGenerator) - Method in class adams.gui.core.spreadsheettable.HeatmapCellRenderingCustomizer
Sets the color generator for obtaining the colors used for coloring in the background.
setBackgroundDiagonal(Color) - Method in class adams.flow.transformer.pdfproclet.ConfusionMatrix
Sets the background color to use for the diagonal.
setBackgroundFocused(Color) - Method in class adams.gui.core.BaseFlatButton
Sets the background color when focused.
setBackgroundNegative(Color) - Method in class adams.gui.core.spreadsheettable.AbstractColoredCellRenderingCustomizer
Sets the negative background color.
setBackgroundPaintlet(Paintlet) - Method in class adams.flow.sink.Canvas
Sets the paintlet to use for plotting the background.
setBackgroundPositive(Color) - Method in class adams.gui.core.spreadsheettable.AbstractColoredCellRenderingCustomizer
Sets the positive background color.
setBackgroundTableHeader(Color) - Method in class adams.flow.transformer.pdfproclet.AbstractSpreadSheetPdfProclet
Sets the background color to use for the table header.
setBackgroundUnfocused(Color) - Method in class adams.gui.core.BaseFlatButton
Sets the background color when unfocused.
setBackgroundValue(Color) - Method in class adams.data.image.features.Eccentricity
Sets the background color.
setBackgroundValue(Color) - Method in class adams.data.image.features.HusMoments
Sets the background color.
setBackgroundValue(Color) - Method in class adams.data.image.features.OrientationVector
 
setBackgroundValue(Color) - Method in class adams.data.image.moments.AbstractBufferedImageMoment
Sets the background color.
setBackup(boolean) - Method in class adams.flow.source.RSync
 
setBackupDir(String) - Method in class adams.flow.source.RSync
 
setBackward(boolean) - Method in class adams.flow.transformer.StringIndexOf
Sets whether to start the search from the back rather than the front.
setBackward(boolean) - Method in class adams.flow.transformer.SubStringCount
Sets whether to start the search from the back rather than the front.
setBar(Color) - Method in class adams.flow.sink.ProgressBar
Sets the bar color.
setBarWidth(int) - Method in class adams.gui.tools.spreadsheetviewer.chart.BarPlot
Sets the width of the bar.
setBarWidth(int) - Method in class adams.gui.tools.spreadsheetviewer.chart.Histogram
Sets the width of the bar.
setBase(AbstractPLS) - Method in class adams.data.instancesanalysis.pls.OPLS
Sets the base PLS algorithm to use.
setBase(Classifier) - Method in class weka.classifiers.meta.Fallback
Sets the base classifier.
setBaseline(AbstractForecasterGenerator) - Method in class adams.flow.source.wekaforecastersetup.BaselineAdjustedForecasterGenerator
Sets the forecaster generator for the baseline data.
setBaseline(AbstractForecaster) - Method in class weka.classifiers.timeseries.BaselineAdjustedForecaster
Sets the forecaster to use for the baseline.
setBaselineCorrection(AbstractBaselineCorrection) - Method in class adams.data.baseline.SlidingWindow
Sets the baseline correction algorithm.
setBaselineCorrection(AbstractBaselineCorrection) - Method in class adams.data.filter.BaselineCorrection
Sets the baseline correction algorithm.
setBasePanel(BasePanel) - Method in class adams.gui.scripting.AbstractCommandProcessor
Sets the base panel.
setBasePanel(BasePanel) - Method in class adams.gui.scripting.ScriptingCommandCode
Sets the BasePanel that was affected.
setBasePassword(BasePassword) - Method in class adams.gui.core.BasePasswordField
Sets the password.
setBaseScore(float) - Method in class weka.classifiers.trees.XGBoost
Sets the initial prediction score of all instances (global bias).
setBatchSize(int) - Method in interface adams.core.io.BatchSizeSupporter
Sets the batch size.
setBatchSize(int) - Method in class adams.flow.sink.SpreadSheetDbWriter
Sets the batch size.
setBCC(EmailAddress[]) - Method in class adams.flow.sink.sendnotification.Email
Sets the BCC recipients.
setBCC(EmailAddress[]) - Method in class adams.flow.transformer.CreateEmail
Sets the BCC recipients.
setBCC(EmailAddress[]) - Method in class adams.gui.dialog.ComposeEmailDialog
Sets the BCC recipients.
setBCC(EmailAddress[]) - Method in class adams.gui.dialog.ComposeEmailPanel
Sets the BCC recipients.
setBestFit(boolean) - Method in class adams.flow.sink.ImageSegmentationViewer
Sets whether to use best fit for the image or not.
setBestFit(boolean) - Method in class adams.flow.transformer.ImageLabeler
Sets whether to use best fit for the image or not.
setBestFit(boolean) - Method in class adams.flow.transformer.ImageObjectAnnotator
Sets whether to use best fit for the image or not.
setBestFit(boolean) - Method in class adams.flow.transformer.ImageSegmentationAnnotator
Sets whether to use best fit for the image or not.
setBestFit(boolean) - Method in class adams.gui.tools.previewbrowser.ImageSegmentationAnnotationsHandler
Sets whether to use best fit for the image or not.
setBestFit(boolean) - Method in class adams.gui.visualization.object.CanvasPanel
Sets whether to use best fit or specified zoom.
setBestFit(boolean) - Method in class adams.gui.visualization.object.ObjectAnnotationPanel
Sets whether to use best fit or specified scale.
setBestRange(Range) - Method in class adams.opt.genetic.AbstractGeneticAlgorithm
Sets the best range of attributes.
setBestRange(Range) - Method in class adams.opt.optimise.genetic.AbstractGeneticAlgorithm
Sets the best range of attributes.
setBestRange(String) - Method in class adams.opt.genetic.AbstractGeneticAlgorithm
Sets the best range of attributes.
setBestRange(String) - Method in class adams.opt.optimise.genetic.AbstractGeneticAlgorithm
Sets the best range of attributes.
setBeta(double) - Method in class adams.data.distribution.Beta
Sets the beta.
setBeta(double) - Method in class adams.data.distribution.Weibull
Sets the beta.
setBias(double) - Method in class weka.classifiers.meta.VotedImbalance
Sets the bias towards a uniform class.
setBias(float) - Method in class adams.data.boofcv.transformer.Binary
Sets the bias to use.
setBinarizeType(SpreadSheetBinarize.BinarizeType) - Method in class adams.data.conversion.SpreadSheetBinarize
Sets how to binarize the data.
setBinCalculation(ArrayHistogram.BinCalculation) - Method in class adams.data.statistics.ArrayHistogram
Sets how the number of bins is calculated.
setBinCalculation(ArrayHistogram.BinCalculation) - Method in class adams.flow.transformer.ArrayHistogramRanges
Sets how the number of bins is calculated.
setBinCalculation(ArrayHistogram.BinCalculation) - Method in class adams.flow.transformer.SpreadSheetHistogramRanges
Sets how the number of bins is calculated.
setBinCalculation(ArrayHistogram.BinCalculation) - Method in class adams.flow.transformer.WekaInstancesHistogramRanges
Sets how the number of bins is calculated.
setBinCount(int) - Method in class adams.data.distribution.Empirical
Sets the bin count.
setBinningColumn(SpreadSheetColumnIndex) - Method in class adams.flow.transformer.SpreadSheetRowBinning
Sets the numeric column to use for binning.
setBins(int) - Method in class weka.core.SAXDistance
Sets the nth point setting.
setBins(int) - Method in class weka.filters.unsupervised.attribute.SAX
Sets the nth point setting.
setBinWidth(double) - Method in class adams.data.binning.algorithm.DensityBinning
Sets the bin width to use.
setBinWidth(double) - Method in interface adams.data.binning.algorithm.FixedBinWidthBinningAlgorithm
Sets the bin width to use.
setBinWidth(double) - Method in class adams.data.statistics.ArrayHistogram
Sets the bin width to use (for some calculations).
setBinWidth(double) - Method in class adams.flow.transformer.ArrayHistogramRanges
Sets the bin width to use (for some calculations).
setBinWidth(double) - Method in class adams.flow.transformer.SpreadSheetHistogramRanges
Sets the bin width to use (for some calculations).
setBinWidth(double) - Method in class adams.flow.transformer.WekaInstancesHistogramRanges
Sets the bin width to use (for some calculations).
setBitmasks(BufferedImage[]) - Method in class adams.data.image.BufferedImageBitmaskContainer
Stores the bitmasks.
setBitmasks(T[]) - Method in interface adams.data.image.BitmaskContainer
Stores the bitmasks.
setBits(int) - Method in class adams.opt.optimise.GeneticAlgorithm
Bits per gene.
setBitsForPosition(int, int[], List<Integer>, List<Integer>, int, int[]) - Method in class adams.opt.genetic.Hermione
Updates the bits.
setBitsPerGene(int) - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm
Sets the bits per gene to use.
setBitstring(String) - Method in class weka.filters.supervised.attribute.SIMPLSMatrixFilterFromGeneticString
 
setBlacklisted(Class[]) - Method in class adams.core.option.ArrayProducer
Sets the classes to avoid.
setBlacklisted(Class[]) - Method in interface adams.core.option.BlacklistedOptionProducer
Sets the classes to avoid.
setBlacklisted(Class[]) - Method in class adams.core.option.NestedProducer
Sets the classes to avoid.
setBlacklisted(Class, boolean) - Method in class adams.gui.application.ApplicationMenu
Sets whether the class is blacklisted or not.
setBlacklisted(String, boolean) - Method in class adams.gui.application.ApplicationMenu
Sets whether the class is blacklisted or not.
setBlackListedClasses(Class[]) - Method in class adams.core.option.HtmlParametersProducer
Sets the classes (interface or superclass) to prevent from being processed.
setBlobConversion(Conversion) - Method in class adams.flow.sink.LargeObjectDbWriter
Sets the conversion to apply to BLOB byte arrays.
setBlobConversion(Conversion) - Method in class adams.flow.source.LargeObjectDbReader
Sets the conversion to apply to BLOB byte arrays.
setBlock(boolean) - Method in class adams.flow.sink.sendnotification.MessageBox
Sets whether to block flow execution.
setBlockEnd(String) - Method in class adams.gui.scripting.SyntaxDocument
Sets the string that is the end of a block.
setBlocking(boolean) - Method in class adams.core.command.AbstractAsyncCapableExternalCommand
Sets whether to execute in blocking or async fashion.
setBlocking(boolean) - Method in interface adams.core.command.AsyncCapableExternalCommand
Sets whether to execute in blocking or async fashion.
setBlockingIO(boolean) - Method in class adams.flow.source.RSync
 
setBlockSize(String) - Method in class adams.flow.source.RSync
 
setBlockStart(String) - Method in class adams.gui.scripting.SyntaxDocument
Sets the string that is the start of a block.
setBlurRadius(int) - Method in class adams.data.boofcv.transformer.CannyEdgeDetection
Sets the radius to use for the gaussian blur.
setBlurRadius(int) - Method in class adams.flow.transformer.locateobjects.CannyBinary
Sets the blur radius.
setBlurRadius(int) - Method in class adams.flow.transformer.locateobjects.CannyEdges
Sets the blur radius.
setBody(BaseText) - Method in class adams.flow.transformer.CreateEmail
Sets the body of the email.
setBody(BaseText) - Method in class adams.gui.visualization.multiobjectexport.EmailExport
Sets the body of the email.
setBody(String) - Method in class adams.gui.dialog.ComposeEmailDialog
Sets the "body".
setBody(String) - Method in class adams.gui.dialog.ComposeEmailPanel
Sets the "body".
setBookmarked(boolean) - Method in class adams.gui.flow.tree.Node
Sets whether the node is being bookmarked.
setBookmarkHighlightBackground(String) - Method in class adams.gui.flow.tree.Tree
Sets the HTML background color string for the bookmark highlights.
setBoolean(String, boolean) - Method in class adams.gui.core.GUIPrompt
Sets the boolean value and stores the properties.
setBoolean(String, Boolean) - Method in class adams.core.Properties
Sets the boolean value.
setBooleanValue(String, boolean) - Method in class adams.data.report.Report
Sets a boolean value.
setBooster(XGBoost.BoosterType) - Method in class weka.classifiers.trees.XGBoost
Sets the type of booster to use.
setBorder(int) - Method in class weka.experiment.ResultMatrixMediaWiki
Sets the thickness of the border.
setBorderPainted(boolean) - Method in class adams.gui.core.BaseFlatSplitButton
Sets whether the buttons' borders are painted.
setBorderTitle(String) - Method in class adams.gui.visualization.instance.InstanceComparePanel.DatasetPanel
Sets the title of the border.
setBorderType(BorderType) - Method in class adams.data.opencv.transformer.Blur
Sets the type of border to use.
setBorderType(BorderType) - Method in class adams.data.opencv.transformer.GaussianBlur
Sets the type of border to use.
setBottom(int) - Method in class adams.data.image.transformer.crop.SimpleCrop
Sets the y of the bottom-right corner.
setBottomComponent(JComponent) - Method in class adams.gui.core.SplitPanelWithOptionalComponents
Sets the bottom component.
setBottomComponentHidden(boolean) - Method in class adams.gui.core.BaseSplitPane
Sets the hidden status of the bottom component.
setBottomDetachable(boolean) - Method in class adams.gui.core.SplitPanelWithOptionalComponents
Sets whether the bottom component is detachable.
setBottomDetachableButtonVisible(boolean) - Method in class adams.gui.core.SplitPanelWithOptionalComponents
Sets whether the button to detach the bottom component is visible.
setBottomMargin(double) - Method in class adams.gui.visualization.core.axis.AbstractAxisModel
Sets the bottom margin factor (>= 0.0).
setBottomMargin(double) - Method in class adams.gui.visualization.core.AxisPanel
Sets the bottom margin factor (>= 0.0).
setBottomMargin(double) - Method in class adams.gui.visualization.core.AxisPanelOptions
Sets the bottom margin factor (>= 0.0).
setBoundingBoxFallbackRatio(double) - Method in class adams.data.areaoverlap.PolygonBased
Sets the ratio between shape area over bbox area.
setBoundingBoxFallbackRatio(double) - Method in interface adams.data.objectoverlap.BoundingBoxFallbackSupporter
Sets the ratio between shape area over bbox area.
setBoundingBoxFallbackRatio(double) - Method in class adams.data.objectoverlap.IntersectOverUnionRatio
Sets the ratio between shape area over bbox area.
setBoundingBoxFallbackRatio(double) - Method in class adams.flow.transformer.draw.ObjectLocationsFromReport
Sets the ratio between shape area over bbox area.
setBoundingBoxFallbackRatio(double) - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
Sets the ratio between shape area over bbox area.
setBoundingBoxFallbackRatio(double) - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
Sets the ratio between shape area over bbox area.
setBoundingBoxFallbackRatio(double) - Method in class adams.gui.visualization.image.ObjectLocationsOverlayFromReport
Sets the ratio between shape area over bbox area.
setBoundingBoxFallbackRatio(double) - Method in class adams.gui.visualization.image.ReportObjectOverlay
Sets the ratio between shape area over bbox area.
setBoundingBoxFallbackRatio(double) - Method in class adams.gui.visualization.object.objectannotations.outline.PolygonOutline
Sets the ratio between shape area over bbox area.
setBoundingBoxFallbackRatio(double) - Method in class adams.gui.visualization.object.objectannotations.outline.PolygonVertices
Sets the ratio between shape area over bbox area.
setBoundingBoxFallbackRatio(double) - Method in class adams.gui.visualization.object.objectannotations.shape.FilledPolygon
Sets the ratio between shape area over bbox area.
setBounds(int, int, int, int) - Method in class adams.gui.core.BaseFrame
Updates the bounds of the window.
setBounds(int, int, int, int) - Method in class adams.gui.visualization.core.axis.Tick
Sets the bounds for the text.
setBoxHeight(int) - Method in class adams.gui.visualization.stats.boxplot.BoxPlotManager
Set the height of each box plot drawn
setBoxWidth(int) - Method in class adams.gui.visualization.stats.boxplot.BoxPlotManager
Set the width of each box plot
setBranches(Actor[]) - Method in class adams.flow.control.Branch
Sets the branches.
setBranchToken(Token) - Method in class adams.flow.control.IfThenElse.IfThenElseDirector
Sets the token to use in the then/else branches.
setBreakpointAt(int, AbstractBreakpoint) - Method in class adams.flow.execution.debug.BreakpointTableModel
Sets the breakpoint at the specified location.
setBreakpoints(AbstractBreakpoint[]) - Method in class adams.flow.execution.Debug
Sets the breakpoints to use for suspending the flow execution.
setBrightenPixels(boolean) - Method in class adams.data.imagefilter.GrayFilterProvider
Sets whether to brighten the pixels.
setBrightness(float) - Method in class adams.gui.visualization.object.CanvasPanel
Sets the brightness to use.
setBrightness(float) - Method in class adams.gui.visualization.object.ObjectAnnotationPanel
Sets the brightness to use.
setBrightness(Brightness) - Method in class adams.gui.visualization.image.plugins.Brightness.BrightnessDialog
Sets the setup to use.
setBrightnessVisible(boolean) - Method in class adams.gui.visualization.object.ObjectAnnotationPanel
Sets whether the brightness controls are visible or not.
setBrowsingEnabled(boolean) - Method in class adams.gui.tools.PreviewBrowserPanel
Sets whether the browsing panel is hidden or not.
setBufferSize(int) - Method in interface adams.core.BufferSupporter
Sets the size of the buffer.
setBufferSize(int) - Method in class adams.flow.sink.DownloadFile
Sets the size of the buffer.
setBufferSize(int) - Method in class adams.flow.sink.DumpFile
Sets the number of lines to buffer before writing them to disk.
setBufferSize(int) - Method in class adams.flow.transformer.AbstractMultiCompress
Sets the buffer size for the stream.
setBufferSize(int) - Method in class adams.flow.transformer.AbstractMultiDecompress
Sets the buffer size for the stream.
setBufferSize(int) - Method in class adams.flow.transformer.AbstractSingleCompress
Sets the buffer size for the stream.
setBufferSize(int) - Method in class adams.flow.transformer.AbstractSingleDecompress
Sets the buffer size for the stream.
setBufferSize(int) - Method in class adams.flow.transformer.DownloadContent
Sets the size of the buffer.
setBufferSize(int) - Method in class adams.flow.transformer.WekaInstanceDumper
Sets the number of instances to buffer before writing them to disk.
setBuildRegressionTree(boolean) - Method in class weka.classifiers.trees.m5.M5Base2
Set the value of regressionTree.
setBuildWait(int) - Method in class weka.classifiers.functions.FakeClassifier
Sets the time in msec to wait when calling buildClassifier.
setBusinessDays(BusinessDays) - Method in class adams.core.base.BaseDate
Sets what business days to use.
setBusinessDays(BusinessDays) - Method in class adams.core.base.BaseDateTime
Sets what business days to use.
setBusinessDays(BusinessDays) - Method in class adams.core.base.BaseDateTimeMsec
Sets what business days to use.
setBusinessDays(BusinessDays) - Method in class adams.data.conversion.BaseDateTimeMsecToString
Sets what business days to use.
setBusinessDays(BusinessDays) - Method in class adams.data.conversion.BaseDateTimeToString
Sets what business days to use.
setBusinessDays(BusinessDays) - Method in class adams.data.conversion.BaseDateToString
Sets what business days to use.
setBusinessDays(BusinessDays) - Method in class adams.data.conversion.ExtractDateTimeField
Sets what business days to use.
setBusinessDays(BusinessDays) - Method in class adams.parser.BaseDateExpression
Sets what business days to use.
setBusinessDays(BusinessDays) - Method in class adams.parser.BaseDateTimeExpression
Sets what business days to use.
setBusinessDays(BusinessDays) - Method in class adams.parser.BaseDateTimeMsecExpression
Sets what business days to use.
setBusinessDays(BusinessDays) - Method in class adams.parser.ParserHelper
Sets the type of business days to use.
setButton(AbstractMouseClickProcessor.MouseButton) - Method in class adams.gui.visualization.object.mouseclick.AbstractMouseClickProcessor
Sets the mouse button to react to.
setButtonCaption(String) - Method in class adams.gui.core.SearchPanel
The caption for the search button (incl.
setButtonEnabled(boolean) - Method in class adams.gui.core.BaseFlatSplitButton
Sets the state of the button part of the JideSplitButton.
setButtonEnabled(boolean) - Method in class adams.gui.core.BaseSplitButton
Sets the state of the button part of the JideSplitButton.
setButtonPanelVisible(boolean) - Method in class adams.gui.core.AbstractNamedHistoryPanel
Sets whether the buttons are shown.
setButtonPanelVisible(boolean) - Method in class adams.gui.core.PropertiesParameterPanel
Sets the visibility state of the buttons panel (load/save).
setButtonPanelVisible(boolean) - Method in class adams.gui.wizard.AbstractWizardPage
Sets the visibility state of the buttons panel (load/save).
setButtonPanelVisible(boolean) - Method in class adams.gui.wizard.WekaPropertySheetPanelPage
Sets the visibility state of the buttons panel (load/save).
setButtonsVisible(boolean) - Method in class adams.gui.goe.GenericArrayEditor
Sets the visibility state of the OK/Cancel/action buttons.
setButtonsVisible(boolean) - Method in class adams.gui.goe.GenericObjectEditor.GOEPanel
Sets whether to display the buttons.
setButtonsVisible(boolean) - Method in class adams.gui.goe.GenericObjectEditor
Sets whether to display the buttons.
setBwlimit(String) - Method in class adams.flow.source.RSync
 
setByteArrayRepresentation(byte[]) - Method in class net.semanticmetadata.lire.imageanalysis.features.global.BasicFeatures
Deprecated.
 
setByteArrayRepresentation(byte[], int, int) - Method in class net.semanticmetadata.lire.imageanalysis.features.global.BasicFeatures
Deprecated.
 
setByteOrder(ByteArrayToPrimitiveArray.ByteOrderType) - Method in class adams.data.conversion.ByteArrayToPrimitiveArray
Sets the byte order to use for the conversion.
setByteOrder(ByteArrayToPrimitiveArray.ByteOrderType) - Method in class adams.data.conversion.PrimitiveArrayToByteArray
Sets the byte order to use for the conversion.
setC(double) - Method in class adams.data.distribution.Triangular
Sets the c parameter.
setC(double) - Method in class adams.data.instancesanalysis.pls.PRM
Tuning parameter.
setCache(String) - Method in class adams.flow.control.IfStorageValue
Sets the name of the LRU cache to use, regular storage if left empty.
setCache(String) - Method in class adams.flow.source.DumpStorage
Sets the name of the LRU cache to use, regular storage if left empty.
setCache(String) - Method in class adams.flow.source.ListStorageNames
Sets the name of the LRU cache to use, regular storage if left empty.
setCache(String) - Method in class adams.flow.source.StorageValue
Sets the name of the LRU cache to use, regular storage if left empty.
setCache(String) - Method in class adams.flow.standalone.DeleteStorageValue
Sets the name of the LRU cache to use, regular storage if left empty.
setCache(String) - Method in class adams.flow.standalone.DeserializeToStorage
Sets the name of the LRU cache to use, regular storage if left empty.
setCache(String) - Method in class adams.flow.standalone.InitStorageCache
Sets the name of the cache to initialize.
setCache(String) - Method in class adams.flow.transformer.DeleteStorageValue
Sets the name of the LRU cache to use, regular storage if left empty.
setCache(String) - Method in class adams.flow.transformer.GetStorageValue
Sets the name of the LRU cache to use, regular storage if left empty.
setCache(String) - Method in class adams.flow.transformer.ReportToStorage
Sets the name of the LRU cache to use, regular storage if left empty.
setCache(String) - Method in class adams.flow.transformer.SetStorageValue
Sets the name of the LRU cache to use, regular storage if left empty.
setCalculated(boolean) - Method in class adams.gui.visualization.stats.paintlet.AbstractOverlayPaintlet
set whether the paintlet has been calculated
setCalculated(boolean) - Method in class adams.gui.visualization.stats.paintlet.AbstractZOverlayPaintlet
set whether the paintlet has been calculated
setCalendar(Calendar) - Method in class adams.core.DateFormat
Sets the new calendar to use.
setCalendar(Calendar, int, int, boolean, boolean) - Static method in class adams.core.DateUtils
 
setCall(AbstractPyroSink) - Method in class adams.flow.sink.PyroSink
Sets the Pyro call to use.
setCall(AbstractPyroSource) - Method in class adams.flow.source.PyroSource
Sets the Pyro call to use.
setCall(AbstractPyroStandalone) - Method in class adams.flow.standalone.PyroStandalone
Sets the Pyro call to use.
setCall(AbstractPyroTransformer) - Method in class adams.flow.transformer.PyroTransformer
Sets the Pyro call to use.
setCallableActor(CallableActorReference) - Method in class adams.flow.control.SetContainerValue
Sets the name of the callable actors to obtain the data from.
setCallableActors(CallableActorReference[]) - Method in class adams.flow.source.MakeContainer
Sets the names of the callable actors to obtain the data from.
setCallableName(CallableActorReference) - Method in class adams.core.command.stderr.CallableActorSink
Sets the name of the callable actor to use.
setCallableName(CallableActorReference) - Method in class adams.core.command.stdout.CallableActorSink
Sets the name of the callable actor to use.
setCallableName(CallableActorReference) - Method in class adams.flow.control.CallableActorScreenshot
Sets the name of the callable actor to use.
setCallableName(CallableActorReference) - Method in class adams.flow.control.TimedSubProcess
Sets the name of the callable actor to use.
setCallableName(CallableActorReference) - Method in class adams.flow.control.TimedTee
Sets the name of the callable actor to use.
setCallableName(CallableActorReference) - Method in class adams.flow.control.TimedTrigger
Sets the name of the callable actor to use.
setCallableName(CallableActorReference) - Method in class adams.flow.control.UpdateCallableDisplay
Sets the name of the callable actor to use.
setCallableName(CallableActorReference) - Method in class adams.flow.core.AbstractCallableActor
Sets the name of the callable actor to use.
setCallableName(CallableActorReference) - Method in class adams.flow.core.AbstractCopyCallableActor
Sets the name of the callable actor to use.
setCallableName(CallableActorReference) - Method in interface adams.flow.core.TimedActor
Sets the name of the callable actor to use.
setCallableName(CallableActorReference) - Method in class adams.flow.transformer.WekaGeneticAlgorithm
Sets the name of the callable sink to use.
setCallableName(CallableActorReference) - Method in class adams.scripting.requesthandler.CallableActorsHandler
Sets the name of the callable transformer to use.
setCallableName(CallableActorReference) - Method in class adams.scripting.responsehandler.CallableActorsHandler
Sets the name of the callable transformer to use.
setCallCleanUp(boolean) - Method in class adams.flow.transformer.ExecuteActor
Sets whether to call the actor's cleanUp method.
setCallSetUp(boolean) - Method in class adams.flow.transformer.ExecuteActor
Sets whether to call the actor's setUp method.
setCallWrapUp(boolean) - Method in class adams.flow.transformer.ExecuteActor
Sets whether to call the actor's wrapUp method.
setCancelButton(boolean) - Method in class adams.gui.goe.GenericObjectEditor.GOEPanel
Enables/disables the cancel button.
setCancelCaption(String) - Method in class adams.gui.dialog.ApprovalDialog
Sets the caption/text of the Cancel button.
setCancelEnabled(boolean) - Method in class adams.gui.dialog.ApprovalDialog
Sets the enabled state of the cancel button.
setCancelledVariable(VariableName) - Method in class adams.flow.template.SimpleMenu
Sets the variable name to use for storing the cancelled state.
setCancelListener(ChangeListener) - Method in class adams.gui.visualization.instance.LoadDatasetDialog
Sets the listener for the event that the user discarded the input.
setCancelListener(ChangeListener) - Method in class adams.gui.visualization.spreadsheet.LoadSpreadSheetDialog
Sets the listener for the event that the user discarded the input.
setCancelMnemonic(int) - Method in class adams.gui.dialog.ApprovalDialog
Sets the mnemonic of the Cancel button.
setCancelToken(String) - Method in class adams.flow.transformer.ConfirmationDialog
Sets the string to forward as string token in case the user chooses 'cancel' (or closes the dialog), in case custom tokens are enabled.
setCancelVisible(boolean) - Method in class adams.gui.dialog.ApprovalDialog
Sets the visbility of the cancel button.
setCanChangeClassInDialog(boolean) - Method in class adams.gui.goe.GenericObjectEditor.GOEPanel
Sets whether the user can change the class in the dialog.
setCanChangeClassInDialog(boolean) - Method in class adams.gui.goe.GenericObjectEditor
Sets whether the user can change the class in the dialog.
setCanChangeClassInDialog(boolean) - Method in class adams.gui.goe.GenericObjectEditorPanel
Sets whether the user can change the class.
setCanChangeClassInDialog(boolean) - Method in class adams.gui.wizard.GenericObjectEditorPage
Sets whether the user can change the class.
setCanChangeClassInDialog(PropertyEditor, boolean) - Method in class adams.gui.goe.AbstractGenericObjectEditorHandler
Sets whether the class can be changed in the dialog.
setCanChangeClassInDialog(PropertyEditor, boolean) - Method in class adams.gui.goe.AdamsGenericObjectEditorHandler
Sets whether the class can be changed in the dialog.
setCanChangeClassInDialog(PropertyEditor, boolean) - Method in class adams.gui.goe.DefaultGenericObjectEditorHandler
Sets whether the class can be changed in the dialog.
setCanChangeClassInDialog(PropertyEditor, boolean) - Method in class adams.gui.goe.WekaGenericObjectEditorHandler
Sets whether the class can be changed in the dialog.
setCanOpenFiles(boolean) - Method in class adams.gui.dialog.TextDialog
Sets whether the editor can open files.
setCanOpenFiles(boolean) - Method in class adams.gui.dialog.TextPanel
Sets whether the editor can open files.
setCanopyMaxNumCanopiesToHoldInMemory(int) - Method in class weka.clusterers.SAXKMeans
Set the maximum number of candidate canopies to retain in memory during training.
setCanopyMinimumCanopyDensity(double) - Method in class weka.clusterers.SAXKMeans
Set the minimum T2-based density below which a canopy will be pruned during periodic pruning.
setCanopyPeriodicPruningRate(int) - Method in class weka.clusterers.SAXKMeans
Set the how often to prune low density canopies during training (if using canopy clustering)
setCanopyT1(double) - Method in class weka.clusterers.SAXKMeans
Set the t1 radius to use when canopy clustering is being used as start points and/or to reduce the number of distance calcs
setCanopyT2(double) - Method in class weka.clusterers.SAXKMeans
Set the t2 radius to use when canopy clustering is being used as start points and/or to reduce the number of distance calcs
setCanvas(CanvasPanel) - Method in class adams.gui.visualization.object.tools.AbstractTool
Sets the panel to use.
setCanvas(CanvasPanel) - Method in interface adams.gui.visualization.object.tools.Tool
Sets the panel to use.
setCanvas(CanvasPanel) - Method in class adams.gui.visualization.segmentation.tool.AbstractTool
Sets the canvas panel to use.
setCanvas(CanvasPanel) - Method in interface adams.gui.visualization.segmentation.tool.Tool
Sets the canvas panel to use.
setCanvasColor(Color) - Method in class adams.flow.transformer.locateobjects.AbstractObjectLocator
Sets the color to use for filling the canvas.
setCanvasHeight(int) - Method in class adams.data.image.transformer.ChangeCanvasSize
Sets the height of the canvas.
setCanvasHeight(int) - Method in class adams.flow.transformer.locateobjects.AbstractObjectLocator
Sets the height of the canvas in pixels.
setCanvasHeight(int) - Method in class adams.flow.transformer.locateobjects.ChangeCanvasSize
Sets the height of the canvas.
setCanvasWidth(int) - Method in class adams.data.image.transformer.ChangeCanvasSize
Sets the width of the canvase.
setCanvasWidth(int) - Method in class adams.flow.transformer.locateobjects.AbstractObjectLocator
Sets the width of the canvas in pixels.
setCanvasWidth(int) - Method in class adams.flow.transformer.locateobjects.ChangeCanvasSize
Sets the width of the canvase.
setCapabilities(Capability[]) - Method in class adams.flow.condition.bool.AbstractAttributeCapabilities
Sets the capabilities.
setCaptionNegative(String) - Method in class adams.flow.condition.bool.PromptUser
Sets the caption for the 'negative' button.
setCaptionPositive(String) - Method in class adams.flow.condition.bool.PromptUser
Sets the caption for the 'positive' button.
setCaret(Caret) - Method in class adams.gui.core.TextEditorPanel
Sets the caret to be used.
setCaretAtStart(boolean) - Method in class adams.flow.sink.HistoryDisplay
Sets whether to position the caret at the start or at the end (default).
setCaretAtStart(boolean) - Method in class adams.gui.core.BufferHistoryPanel
Sets whether to position the caret at the start or at the end (default).
setCaretAtStart(boolean) - Method in class adams.gui.help.HelpHistoryPanel
Sets whether to position the caret at the start or at the end (default).
setCaretPosition(int) - Method in class adams.gui.core.AbstractTextAreaPanelWithAdvancedSyntaxHighlighting
Sets the position of the cursor.
setCaretPosition(int) - Method in class adams.gui.core.BaseTextAreaWithButtons
Sets the caret position.
setCaretPosition(int) - Method in class adams.gui.core.BaseTextPaneWithButtons
Sets the caret position.
setCaretPosition(int) - Method in class adams.gui.core.BaseTextPaneWithWordWrap
Sets the position of the cursor.
setCaretPosition(int) - Method in class adams.gui.core.StyledTextEditorPanel
Sets the position of the cursor.
setCaretPosition(int) - Method in interface adams.gui.core.TextAreaComponent
Sets the caret position.
setCaretPosition(int) - Method in class adams.gui.core.TextEditorPanel
Sets the position of the cursor.
setCaretPosition(int) - Method in interface adams.gui.core.TextPaneComponent
Sets the position of the cursor.
setCaretPosition(int) - Method in class adams.gui.dialog.TextPanel
Sets the position of the cursor.
setCaretPositionLast() - Method in class adams.gui.core.BaseTextArea
Sets the position of the cursor at the end.
setCaretPositionLast() - Method in class adams.gui.core.BaseTextAreaWithButtons
Sets the position of the cursor at the end.
setCaretPositionLast() - Method in class adams.gui.core.BaseTextPane
Sets the position of the cursor at the end.
setCaretPositionLast() - Method in class adams.gui.core.BaseTextPaneWithButtons
Sets the position of the cursor at the end.
setCaretPositionLast() - Method in class adams.gui.core.BaseTextPaneWithWordWrap
Sets the position of the cursor at the end.
setCaretPositionLast() - Method in class adams.gui.core.StyledTextEditorPanel
Sets the position of the cursor at the end.
setCaretPositionLast() - Method in interface adams.gui.core.TextAreaComponent
Sets the position of the cursor at the end.
setCaretPositionLast() - Method in interface adams.gui.core.TextPaneComponent
Sets the position of the cursor at the end.
setCaseInsensitive(boolean) - Method in class adams.data.conversion.SpreadSheetStringColumnToBoolean
Sets whether to match strings case-sensitive.
setCases(Actor[]) - Method in class adams.flow.control.Switch
Sets the cases.
setCases(Actor[]) - Method in class adams.flow.source.SwitchedSource
Sets the cases.
setCaseSensitive(boolean) - Method in class adams.flow.transformer.FindInFile
Sets whether the search is case-sensitive.
setCaseSensitive(boolean) - Method in class adams.flow.transformer.StringIndexOf
Sets whether to perform case-sensitive search.
setCaseSensitive(boolean) - Method in class adams.flow.transformer.SubStringCount
Sets whether to perform case-sensitive search.
setCaseSensitive(boolean) - Method in class adams.gui.core.FilePanel
Sets whether to use case-sensitive comparison.
setCaseSensitive(boolean) - Method in class adams.gui.core.SortableAndSearchableTable
Sets whether the sorting is case-sensitive.
setCaseSensitive(boolean) - Method in class adams.gui.core.SortableAndSearchableWrapperTableModel
Sets whether the sorting is case-sensitive.
setCaseSensitive(boolean) - Method in interface adams.gui.core.SortableTableModel
Sets whether the sorting is case-sensitive.
setCaseSensitive(boolean) - Method in class adams.gui.scripting.SyntaxDocument
Sets whether the keywords are case-sensitive or not.
setCaseToken(Token) - Method in class adams.flow.control.Switch.SwitchDirector
Sets the token to use in the switch cases.
setCatch(Actor) - Method in class adams.flow.control.TryCatch
Sets the catch branch.
setCategoricalActual(String[]) - Method in class adams.flow.transformer.summarystatistics.AbstractCategoricalSummaryStatistic
Sets the actual values.
setCategoricalActual(String[]) - Method in class adams.flow.transformer.summarystatistics.AbstractGeneralSummaryStatistic
Sets the actual values.
setCategoricalActual(String[]) - Method in interface adams.flow.transformer.summarystatistics.CategoricalSummaryStatistic
Sets the actual values.
setCategoricalClassDistributionLabels(String[]) - Method in class adams.flow.transformer.summarystatistics.AbstractCategoricalSummaryStatistic
Sets the class labels (order in the class distributions).
setCategoricalClassDistributionLabels(String[]) - Method in class adams.flow.transformer.summarystatistics.AbstractGeneralSummaryStatistic
Sets the class labels (order in the class distributions).
setCategoricalClassDistributionLabels(String[]) - Method in interface adams.flow.transformer.summarystatistics.CategoricalSummaryStatistic
Sets the class labels (order in the class distributions).
setCategoricalClassDistributions(double[][]) - Method in class adams.flow.transformer.summarystatistics.AbstractCategoricalSummaryStatistic
Sets the class distributions.
setCategoricalClassDistributions(double[][]) - Method in class adams.flow.transformer.summarystatistics.AbstractGeneralSummaryStatistic
Sets the class distributions.
setCategoricalClassDistributions(double[][]) - Method in interface adams.flow.transformer.summarystatistics.CategoricalSummaryStatistic
Sets the class distributions.
setCategoricalPredicted(String[]) - Method in class adams.flow.transformer.summarystatistics.AbstractCategoricalSummaryStatistic
Sets the predicted values.
setCategoricalPredicted(String[]) - Method in class adams.flow.transformer.summarystatistics.AbstractGeneralSummaryStatistic
Sets the predicted values.
setCategoricalPredicted(String[]) - Method in interface adams.flow.transformer.summarystatistics.CategoricalSummaryStatistic
Sets the predicted values.
setCategoricalProbabilities(double[]) - Method in class adams.flow.transformer.summarystatistics.AbstractCategoricalSummaryStatistic
Sets the probabilities.
setCategoricalProbabilities(double[]) - Method in class adams.flow.transformer.summarystatistics.AbstractGeneralSummaryStatistic
Sets the probabilities.
setCategoricalProbabilities(double[]) - Method in interface adams.flow.transformer.summarystatistics.CategoricalSummaryStatistic
Sets the probabilities.
setCC(EmailAddress[]) - Method in class adams.flow.sink.sendnotification.Email
Sets the CC recipients.
setCC(EmailAddress[]) - Method in class adams.flow.transformer.CreateEmail
Sets the CC recipients.
setCC(EmailAddress[]) - Method in class adams.gui.dialog.ComposeEmailDialog
Sets the CC recipients.
setCC(EmailAddress[]) - Method in class adams.gui.dialog.ComposeEmailPanel
Sets the CC recipients.
setCell(int, int, T) - Method in class adams.data.statistics.AbstractArrayStatistic.StatisticContainer
Sets the value of the specified cell.
setCellFinder(CellFinder) - Method in class adams.data.conversion.SpreadSheetCellFinderToPositions
Deprecated.
Sets the cell finder to use.
setCellPadding(int) - Method in class weka.experiment.ResultMatrixMediaWiki
Sets the cell padding for the table.
setCellPopupMenuCustomizer(PopupMenuCustomizer) - Method in class adams.gui.core.SpreadSheetTable
Sets the popup menu customizer to use (for the cells).
setCellPopupMenuCustomizer(PopupMenuCustomizer) - Method in class adams.gui.core.SpreadSheetTableWithButtons
Sets the popup menu customizer to use (for the cells).
setCellPopupMenuCustomizer(PopupMenuCustomizer) - Method in class adams.gui.dialog.SpreadSheetPanel
Sets the popup menu customizer to use for the cells.
setCellPopupMenuCustomizer(PopupMenuCustomizer) - Method in class adams.gui.visualization.instances.InstancesTable
Sets the popup menu customizer to use (for the cells).
setCellRenderingCustomizer(CellRenderingCustomizer) - Method in class adams.flow.sink.SpreadSheetDisplay
Sets the cell rendering customizer.
setCellRenderingCustomizer(CellRenderingCustomizer) - Method in class adams.gui.core.SpreadSheetTable
Sets the cell rendering customizer.
setCellRenderingCustomizer(CellRenderingCustomizer) - Method in class adams.gui.core.SpreadSheetTableModel
Sets the customizer for cell rendering.
setCellRenderingCustomizer(CellRenderingCustomizer) - Method in class adams.gui.core.SpreadSheetTableWithButtons
Sets the renderer.
setCellRenderingCustomizer(CellRenderingCustomizer) - Method in class adams.gui.dialog.MultiSpreadSheetDialog
Sets the renderer.
setCellRenderingCustomizer(CellRenderingCustomizer) - Method in class adams.gui.dialog.SpreadSheetDialog
Sets the renderer.
setCellRenderingCustomizer(CellRenderingCustomizer) - Method in class adams.gui.dialog.SpreadSheetPanel
Sets the renderer.
setCellRenderingCustomizer(CellRenderingCustomizer) - Method in class adams.gui.tools.previewbrowser.AbstractSpreadSheetHandler
Sets the renderer.
setCellRenderingCustomizer(CellRenderingCustomizer) - Method in class adams.gui.tools.spreadsheetviewer.MultiPagePane
Sets the cell rendering customizer to use.
setCellRenderingCustomizer(CellRenderingCustomizer) - Method in class adams.gui.tools.spreadsheetviewer.SpreadSheetPanel
Sets the cell rendering customizer.
setCellRenderingCustomizer(CellRenderingCustomizer) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.ConfusionMatrix
Sets the cell rendering customizer.
setCellRenderingCustomizerAt(int, CellRenderingCustomizer) - Method in class adams.gui.tools.spreadsheetviewer.MultiPagePane
Sets the cell rendering customizer at the index.
setCellSpacing(int) - Method in class weka.experiment.ResultMatrixMediaWiki
Sets the cell spacing for the table.
setCellStringContentType(Cell.ContentType[]) - Method in class adams.data.io.input.ExcelStreamingSpreadSheetReader
Sets the array of cell string content types.
setCellStringID(BaseString[]) - Method in class adams.data.io.input.ExcelStreamingSpreadSheetReader
Sets the array of cell string IDs.
setCellTypeContentType(Cell.ContentType[]) - Method in class adams.data.io.input.ExcelStreamingSpreadSheetReader
Sets the array of cell type content types.
setCellTypeID(BaseString[]) - Method in class adams.data.io.input.ExcelStreamingSpreadSheetReader
Sets the array of cell type IDs.
setCenter(boolean) - Method in class adams.ml.preprocessing.unsupervised.PCA
Set whether to center (rather than standardize) the data.
setCenterData(boolean) - Method in class weka.filters.unsupervised.attribute.PrincipalComponentsJ
Set whether to center (rather than standardize) the data.
setCenterOnCanvas(boolean) - Method in class adams.flow.transformer.locateobjects.AbstractObjectLocator
Sets whether to center the located object on a fixed-size canvas.
setChangeAll(boolean) - Method in class adams.flow.processor.ChangeDatabaseConditionLimit
Sets whether to change all limits, not just the ones that match the specified old limit.
setChangeAll(boolean) - Method in class adams.flow.processor.ChangeNumThreads
Sets whether to change all settings, not just the ones that match the specified old setting.
setChannels(Channel[]) - Method in class adams.data.image.multiimageoperation.CombineChannels
Sets the channels.
setChannels(Channel[]) - Method in class adams.data.image.transformer.SplitChannels
Sets the channels.
setChannels(HSVChannel[]) - Method in class adams.data.image.transformer.SplitChannelsHSV
Sets the channels.
setChannels(YIQChannel[]) - Method in class adams.data.image.transformer.SplitChannelsYIQ
Sets the channels.
setChannels(YUVChannel[]) - Method in class adams.data.image.transformer.SplitChannelsYUV
Sets the channels.
setChar(Character) - Method in class adams.core.Trie.TrieNode
sets the character this node represents
setCharacterEndPos(Index) - Method in class adams.flow.transformer.StringCut
Sets the position of the last character to include.
setCharacters(String) - Method in class adams.tools.ZipPassword
Sets the characters to use for brute force attack.
setCharacterStartPos(Index) - Method in class adams.flow.transformer.StringCut
Sets the position of the first character to include.
setCharset(String) - Method in class adams.core.management.CharsetHelper
Updates the charset.
setCharset(Charset) - Method in class adams.core.management.CharsetHelper
Updates the charset.
setCharSet(String) - Method in class adams.flow.transformer.WekaTextDirectoryReader
Sets the character set to use.
setChart(ControlChart) - Method in class adams.flow.transformer.ControlChart
Sets the chart to use.
setChart(ControlChart) - Method in class adams.gui.tools.spreadsheetviewer.chart.ControlChart
Sets the control chart to generate.
setChart(AbstractChartGenerator) - Method in class adams.flow.sink.JFreeChartFileWriter
Sets the chart generator.
setChart(AbstractChartGenerator) - Method in class adams.flow.sink.JFreeChartPlot
Sets the chart generator.
setChart(AbstractChartGenerator) - Method in class adams.gui.tools.spreadsheetviewer.chart.JFreeChart
Sets the chart generator.
setCheck(AbstractFileCompleteCheck) - Method in class adams.core.io.fileuse.FileIncomplete
Sets the file check to use for checking the completeness.
setCheck(AbstractFileCompleteCheck) - Method in class adams.flow.condition.bool.BytesComplete
Sets the 'in use' check scheme.
setCheck(AbstractFileCompleteCheck) - Method in class adams.flow.condition.bool.FileComplete
Sets the 'in use' check scheme.
setCheck(AbstractFileUseCheck) - Method in class adams.flow.condition.bool.FileInUse
Sets the 'in use' check scheme.
setCheckedAt(int, boolean) - Method in class adams.gui.core.CheckableTableModel
Sets the checked state.
setCheckFileExists(boolean) - Method in class adams.data.io.output.CsvSpreadSheetWriter
Sets whether to check whether file exists with each data item being proceossed.
setCheckHeader(boolean) - Method in class adams.flow.transformer.SpreadSheetRowBuffer
Sets whether to check the header or not.
setCheckHeader(boolean) - Method in class adams.flow.transformer.WekaInstanceBuffer
Sets whether to check the header or not.
setCheckHeader(boolean) - Method in class adams.flow.transformer.WekaInstanceDumper
Sets whether to check the header or not.
setCheckInterval(BaseTime) - Method in class adams.flow.control.AbstractDataContainerFileChecker
Sets the check interval after which blacklisted files get checked again whether they can finally be loaded correctly.
setCheckModel(CheckedTextField.AbstractCheckModel) - Method in class adams.gui.core.CheckedTextField
Sets the underlying check model.
setCheckModel(CheckedTextField.AbstractCheckModel) - Method in class adams.gui.core.DateTextField
Sets the underlying check model.
setCheckModel(CheckedTextField.AbstractCheckModel) - Method in class adams.gui.core.NumberTextField
Sets the underlying check model.
setCheckOnSave(boolean) - Method in class adams.gui.flow.FlowPanel
Sets whether to perform a check before saving the flow.
setChecks(AbstractFileUseCheck[]) - Method in class adams.core.io.fileuse.MultiCheck
Sets the check schemes to use.
setChecks(AnnotationCheck[]) - Method in class adams.gui.visualization.object.objectannotations.check.MultiCheck
Sets the checks to apply.
setCheckSize(int) - Method in class adams.core.io.filecomplete.AbstractStrictCheckSizeFileCompleteCheck
Sets the number of bytes to read from the back of the file (in non-strict mode) to check for EOF marker.
setChecksum(boolean) - Method in class adams.flow.source.RSync
 
setChecksum(boolean) - Method in class adams.flow.source.SimpleRSync
 
setChecksumSeed(int) - Method in class adams.flow.source.RSync
 
setCheckType(boolean) - Method in class adams.data.objectfinder.ObjectsInPolygon
Sets whether to check the type as well.
setCheckType(boolean) - Method in class adams.data.objectfinder.ObjectsInRegion
Sets whether to check the type as well.
setCheckType(boolean) - Method in class adams.flow.transformer.CountObjectsInPolygon
Sets whether to check the type as well.
setCheckType(boolean) - Method in class adams.flow.transformer.CountObjectsInRegion
Sets whether to check the type as well.
setCheckType(boolean) - Method in class adams.flow.transformer.MergeObjectLocations
Sets whether to check the type as well.
setChmod(String) - Method in class adams.flow.source.RSync
 
setChoices(BaseString[]) - Method in class adams.flow.template.SimpleMenu
Sets the choices, which get displayed as buttons.
setChoiceVariable(VariableName) - Method in class adams.flow.template.SimpleMenu
Sets the variable name to use for storing the choice.
setChooser(String, AbstractChooserPanel) - Method in class adams.gui.application.AbstractPropertiesPreferencesPanel
Associates the chooser with a particular property.
setChooser(String, AbstractChooserPanel) - Method in class adams.gui.core.PropertiesParameterPanel
Associates the chooser with a particular property.
setChown(String) - Method in class adams.flow.source.RSync
 
setChunkSize(int) - Method in class adams.data.io.input.AccessSpreadSheetReader
Sets the maximum chunk size.
setChunkSize(int) - Method in interface adams.data.io.input.ChunkedSpreadSheetReader
Sets the maximum chunk size.
setChunkSize(int) - Method in class adams.data.io.input.CsvSpreadSheetReader
Sets the maximum chunk size.
setChunkSize(int) - Method in class adams.data.io.input.LineArrayTextReader
Sets the maximum chunk size.
setChunkSize(int) - Method in class adams.data.io.input.SimpleCsvSpreadSheetReader
Sets the maximum chunk size.
setChunkSize(int) - Method in class adams.data.io.input.SimpleStreamSpreadSheetReader
Sets the maximum chunk size.
setChunkSize(int) - Method in class adams.data.io.input.SqlDumpSpreadSheetReader
Sets the maximum chunk size.
setChunkSize(int) - Method in class adams.flow.source.AbstractSpreadSheetDbReader
Sets the maximum chunk size.
setChunkSize(int) - Method in class adams.flow.transformer.ArrayToChunks
Sets the size of the chunks to generate.
setClassAttribute(int, boolean) - Method in interface adams.ml.data.Dataset
Sets the class attribute status for a column.
setClassAttribute(int, boolean) - Method in class adams.ml.data.DatasetView
Sets the class attribute status for a column.
setClassAttribute(int, boolean) - Method in class adams.ml.data.DefaultDataset
Sets the class attribute status for a column.
setClassAttribute(int, boolean) - Method in class adams.ml.data.InstancesView
Sets the class attribute status for a column.
setClassAttribute(SpreadSheetColumnRange) - Method in class adams.data.conversion.SpreadSheetToDataset
Sets the columns to use as class attributes.
setClassAttribute(AbstractClassAttributeHeuristic) - Method in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment
Sets the heuristic for determining the class attribute (if not explicitly set).
setClassAttribute(String, boolean) - Method in interface adams.ml.data.Dataset
Sets the class attribute status for a column.
setClassAttribute(String, boolean) - Method in class adams.ml.data.DatasetView
Sets the class attribute status for a column.
setClassAttribute(String, boolean) - Method in class adams.ml.data.DefaultDataset
Sets the class attribute status for a column.
setClassAttribute(String, boolean) - Method in class adams.ml.data.InstancesView
Sets the class attribute status for a column.
setClassAttributeByName(String, boolean) - Method in interface adams.ml.data.Dataset
Sets the class attribute status for a column.
setClassAttributeByName(String, boolean) - Method in class adams.ml.data.DatasetView
Sets the class attribute status for a column.
setClassAttributeByName(String, boolean) - Method in class adams.ml.data.DefaultDataset
Sets the class attribute status for a column.
setClassAttributeByName(String, boolean) - Method in class adams.ml.data.InstancesView
Sets the class attribute status for a column.
setClassAttributeHeuristic(AbstractClassAttributeHeuristic) - Method in class adams.gui.tools.wekainvestigator.InvestigatorPanel
Sets the class attribute heuristic.
setClassAttributes(BaseRegExp) - Method in class adams.data.instancesanalysis.pls.AbstractMultiClassPLS
Sets the regular expression for identifying the class attributes (besides an explicitly set one).
setClassCrossRefLinks(boolean) - Method in class adams.core.option.help.AbstractHelpGenerator
Sets whether to generate class cross-reference links for the help user interface.
setClassCrossRefLinks(boolean) - Method in class adams.core.option.HtmlHelpProducer
Sets whether to generate class cross-reference links for the help user interface.
setClassCrossRefLinks(boolean) - Method in class adams.core.option.HtmlParametersProducer
Sets whether to generate class cross-reference links for the help user interface.
setClassDetails(boolean) - Method in class adams.flow.transformer.WekaEvaluationSummary
Sets whether the class details are output as well.
setClassDetails(boolean) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.TextStatistics
Sets whether the class details are output as well.
setClassDistribution(SpreadSheetUnorderedColumnRange) - Method in class adams.flow.transformer.WekaSpreadSheetToPredictions
Sets the columns with the class distribution (nominal class).
setClassDistribution(SpreadSheetUnorderedColumnRange) - Method in class weka.classifiers.functions.FromPredictions
Sets the class distribution columns.
setClassDistributionRange(SpreadSheetColumnRange) - Method in class adams.flow.transformer.SummaryStatistics
Sets the columns with the class distributions (optional).
setClasses(Class[]) - Method in class adams.gui.core.ClassQuickSearchPanel
Sets the classes to display.
setClassFinder(ColumnFinder) - Method in class adams.flow.transformer.spreadsheetmethodmerge.AbstractMerge
Sets the method to use for finding class columns in the source spreadsheets.
setClassFinder(ColumnFinder) - Method in class adams.flow.transformer.wekadatasetsmerge.AbstractMerge
Sets the finder to use for finding class attributes in the source datasets.
setClassificationEntry(String) - Method in class adams.data.conversion.WekaPredictionContainerToSpreadSheet
Sets the value for the 'Name' column for the numeric classification.
setClassificationLabelEntry(String) - Method in class adams.data.conversion.WekaPredictionContainerToSpreadSheet
Sets the value for the 'Name' column for the classification label.
setClassifier(CallableActorReference) - Method in class adams.flow.transformer.AbstractCallableWekaClassifierEvaluator
Sets the name of the callable classifier to use.
setClassifier(CallableActorReference) - Method in class adams.flow.transformer.indexedsplitsrunsevaluation.InstancesIndexedSplitsRunsEvaluation
Sets the name of the callable classifier to use.
setClassifier(CallableActorReference) - Method in class adams.flow.transformer.indexedsplitsrunspredictions.InstancesIndexedSplitsRunsPredictions
Sets the name of the callable classifier to use.
setClassifier(CallableActorReference) - Method in class adams.flow.transformer.WekaTrainClassifier
Sets the name of the callable classifier to use.
setClassifier(Classifier) - Method in class adams.data.weka.evaluator.IntervalEstimatorBased
Sets the classifier to use, must implement weka.classifiers.IntervalEstimator.
setClassifier(Classifier) - Method in class adams.flow.source.WekaClassifierSetup
Sets the classifier to use.
setClassifier(Classifier) - Method in class adams.flow.source.wekaforecastersetup.WekaForecasterGenerator
Sets the classifier to use.
setClassifier(Classifier) - Method in class adams.ml.model.classification.WekaClassifier
Sets the classifier to use.
setClassifier(Classifier) - Method in class adams.ml.model.regression.WekaRegressor
Sets the classifier to use.
setClassifier(Classifier) - Method in class adams.multiprocess.WekaCrossValidationExecution
Sets the classifier to use.
setClassifier(Classifier) - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm
Sets the classifier to use.
setClassifier(Classifier) - Method in class adams.opt.optimise.genetic.fitnessfunctions.AbstractWEKAFitnessFunction
Sets the classifier to use (if no serialized model is used).
setClassifier(Classifier) - Method in class weka.classifiers.lazy.LWLIntervalEstimator
Set the base learner, which must implement IntervalEstimator.
setClassifier(Classifier) - Method in class weka.classifiers.meta.AbstainingClassifierWrapper
Set the base learner.
setClassifier(Classifier) - Method in class weka.classifiers.meta.VotedImbalance
 
setClassifier(Classifier) - Method in class weka.filters.supervised.instance.RemoveOutliers
Sets the classifier.
setClassifier(Classifier) - Method in class weka.filters.unsupervised.instance.RemoveMisclassifiedAbs
Sets the classifier to classify instances with.
setClassifier(Classifier) - Method in class weka.filters.unsupervised.instance.RemoveMisclassifiedRel
Sets the classifier to classify instances with.
setClassifiers(Classifier[]) - Method in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment
Sets the classifiers to use.
setClassifiers(Classifier[]) - Method in class adams.gui.tools.wekamultiexperimenter.setup.ClassifierPanel
Sets the classifiers to use.
setClassifierWeights(String) - Method in class weka.classifiers.meta.AbstainAverageWithClassifierWeights
 
setClassIndex(int) - Method in class weka.classifiers.meta.ClassifierCascade
the class index.
setClassIndex(int) - Method in class weka.core.InstancesView
Sets the class index of the set.
setClassIndex(int) - Method in class weka.filters.unsupervised.attribute.NormalizeAdaptive
 
setClassIndex(int) - Method in class weka.filters.unsupervised.instance.RemoveMisclassifiedAbs
Sets the attribute on which misclassifications are based.
setClassIndex(int) - Method in class weka.filters.unsupervised.instance.RemoveMisclassifiedRel
Sets the attribute on which misclassifications are based.
setClassIndex(Index) - Method in class adams.flow.transformer.WekaClassSelector
Sets the class index.
setClassIndex(SpreadSheetColumnRange) - Method in class adams.flow.transformer.ClassSelector
Sets the range of class attributes.
setClassIndex(WekaAttributeIndex) - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm
Sets the class index.
setClassIndex(WekaLabelIndex) - Method in class adams.flow.sink.WekaCostBenefitAnalysis
Sets the index of class label (1-based).
setClassIndex(WekaLabelIndex) - Method in class adams.flow.transformer.WekaBootstrapping
Sets the index of class label index (1-based).
setClassIndex(WekaLabelIndex) - Method in class adams.flow.transformer.WekaEvaluationValuePicker
Sets the class label index (1-based).
setClassIndex(WekaLabelIndex) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.LegacyCostBenefitAnalysis
Sets the index of class label (1-based).
setClassIndex(WekaLabelIndex) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.Statistics
Sets the index of class label index (1-based).
setClassIndex(WekaLabelRange) - Method in class adams.flow.transformer.WekaEvaluationValues
Sets the range of class labels indices (1-based).
setClassIndex(String) - Method in class adams.flow.source.WekaNewInstances
Sets the index of the class attribute.
setClassIndex(String) - Method in class adams.opt.optimise.genetic.fitnessfunctions.AbstractWEKAFitnessFunction
Sets the class index.
setClassLabel(WekaLabelIndex) - Method in class adams.flow.transformer.WekaClassifierRanker
Sets the class label index to use for class-specific measures.
setClassLabelIndex(Index) - Method in class adams.data.conversion.WekaEvaluationToCostCurve
Sets the class label index (1-based index).
setClassLabelIndex(Index) - Method in class adams.data.conversion.WekaEvaluationToThresholdCurve
Sets the class label index (1-based index).
setClassLabelIndex(Index) - Method in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment
Sets the index of the class label to use when generating per-class statistics.
setClassLabelIndex(WekaLabelIndex) - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm
Sets the index of the class label to use for statistics that work on a per-label-basis.
setClassLabelRange(WekaLabelRange) - Method in class adams.flow.sink.WekaCostCurve
Sets the class label indices.
setClassLabelRange(WekaLabelRange) - Method in class adams.flow.sink.WekaThresholdCurve
Sets the class label indices.
setClassLabelRange(WekaLabelRange) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.LegacyCostCurve
Sets the class label indices.
setClassLabelRange(WekaLabelRange) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.LegacyThresholdCurve
Sets the class label indices.
setClassLabels(BaseString[]) - Method in class adams.flow.transformer.ConfusionMatrix
Sets the class labels to use for enforcing order other than alphabetical.
setClassLabels(List<String>) - Method in class weka.classifiers.AggregateEvaluations
Sets the class labels to use.
setClassMissing() - Method in class weka.core.AbstractHashableInstance
Sets the class value of an instance to be "missing".
setClassname(BaseClassname) - Method in class adams.core.discovery.genetic.GenericDoubleResolution
Sets the classname to be the handler for.
setClassname(BaseClassname) - Method in class adams.core.discovery.genetic.GenericFloatResolution
Sets the classname to be the handler for.
setClassname(BaseClassname) - Method in class adams.core.discovery.genetic.GenericInteger
Sets the classname to be the handler for.
setClassname(BaseClassname) - Method in class adams.core.discovery.genetic.GenericString
Sets the classname to be the handler for.
setClassname(BaseClassname) - Method in class adams.flow.control.Cast
Sets the classname.
setClassname(BaseClassname) - Method in class adams.flow.processor.ListObjectCommandlines
Sets the class to look for.
setClassname(String) - Method in class adams.data.conversion.StringToCustomStringRepresentation
Sets the class to convert the strings to.
setClassname(String) - Method in class adams.doc.javadoc.AllJavadoc
sets the classname of the class to generate the Javadoc for.
setClassname(String) - Method in class adams.doc.javadoc.Javadoc
sets the classname of the class to generate the Javadoc for.
setClassname(String) - Method in class adams.gui.goe.actorpathtree.ActorPathNode
Sets the classname of the actor.
setClassname(String) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.SourceCode
Sets the classname to use.
setClassName(BaseString) - Method in class weka.filters.unsupervised.attribute.AttributeSummaryTransferFilter
Sets the name of the attribute to use as the class attribute for supervised summary filters.
setClassName(String) - Method in class adams.flow.condition.bool.HasClass
Sets the class to look for.
setClassName(String) - Method in class adams.flow.execution.debug.ClassBreakpoint
Sets the actor class to listen for.
setClassName(String) - Method in class adams.flow.source.WekaNewInstances
Sets the name of the class attribute.
setClassNoise(double) - Method in class weka.classifiers.functions.GaussianProcessesAdaptive
Set the level of Gaussian Noise for the class.
setClassPathAugmenters(ClassPathAugmenter[]) - Method in class adams.flow.standalone.JavaExec
Sets the classpath augmenters.
setClasspathDirs(PlaceholderDirectory[]) - Method in class adams.flow.control.JDeps
Sets the classpath directories to use instead of the application's classpath.
setClasspathJars(PlaceholderFile[]) - Method in class adams.flow.control.JDeps
Sets the classpath jars to use instead of the application's classpath.
setClassType(PropertyEditor, Class) - Method in class adams.gui.goe.AbstractGenericObjectEditorHandler
Sets the class type to use.
setClassType(PropertyEditor, Class) - Method in class adams.gui.goe.AdamsGenericObjectEditorHandler
Sets the class type to use.
setClassType(PropertyEditor, Class) - Method in class adams.gui.goe.DefaultGenericObjectEditorHandler
Sets the class type to use.
setClassType(PropertyEditor, Class) - Method in class adams.gui.goe.WekaGenericObjectEditorHandler
Sets the class type to use.
setClassType(Class) - Method in class adams.gui.goe.GenericObjectEditor
Sets the class of values that can be edited.
setClassType(Class) - Method in class adams.gui.goe.GenericObjectEditorPanel
Sets the class of values that can be edited.
setClassType(Class) - Method in class adams.gui.wizard.GenericObjectEditorPage
Sets the superclass.
setClassValue(double) - Method in class weka.core.AbstractHashableInstance
Sets the class value of an instance to the given value (internal floating-point format).
setClassValue(String) - Method in class weka.core.AbstractHashableInstance
Sets the class value of an instance to the given value.
setCleaner(AbstractTableCleanUp) - Method in class adams.flow.standalone.TableCleanUp
Sets the cleaner to use.
setCleaner(TokenCleaner) - Method in class weka.core.tokenizers.PreCleanedTokenizer
Sets the cleaner to use for cleaning the tokens from the initial tokenization.
setCleaners(AnnotationCleaner[]) - Method in class adams.flow.transformer.draw.ObjectAnnotationsFromReport
Sets the cleaners for the annotations.
setCleaners(AnnotationCleaner[]) - Method in class adams.gui.tools.previewbrowser.ObjectAnnotationsHandler
Sets the cleaners for the annotations.
setCleaners(AnnotationCleaner[]) - Method in class adams.gui.tools.previewbrowser.ObjectAnnotationsReportHandler
Sets the cleaners for the annotations.
setCleaners(AnnotationCleaner[]) - Method in class adams.gui.visualization.image.ObjectAnnotations
Sets the cleaners for the annotations.
setCleaners(AnnotationCleaner[]) - Method in class adams.gui.visualization.object.overlay.ObjectAnnotations
Sets the cleaners for the annotations.
setCleaners(TokenCleaner[]) - Method in class weka.core.tokenizers.cleaners.MultiCleaner
Sets the cleaners to use.
setCleanIndices(boolean) - Method in class adams.flow.transformer.GetImageObjects
Sets whether to remove index entries from the meta-data.
setCleanIndices(boolean) - Method in class adams.flow.transformer.ImageObjectFilter
Sets whether to remove index entries from the meta-data.
setCleanUp(boolean) - Method in class adams.flow.FlowRunner
Sets whether to clean up after execution, i.e., removing graphical output.
setClearBuffer(boolean) - Method in class adams.flow.transformer.SpreadSheetRowBuffer
Sets whether to clear the buffer once the dataset has been forwarded.
setClearBuffer(boolean) - Method in class adams.flow.transformer.WekaInstanceBuffer
Sets whether to clear the buffer once the dataset has been forwarded.
setClickCount(int) - Method in class adams.gui.visualization.object.mouseclick.AbstractMouseClickProcessor
Sets the number of mouse clicks; use 0 for turning check off; use 2 for double click.
setClient(FTPClient) - Method in class adams.core.io.fileoperations.FtpFileOperations
Sets the FTP client to use.
setClient(FTPClient) - Method in class adams.core.io.lister.FtpDirectoryLister
Sets the client to use.
setClip(int, int, int, int) - Method in class adams.gui.print.PostscriptGraphics
Not implemented
setClip(Shape) - Method in class adams.gui.print.PostscriptGraphics
Not implemented
setClipboardData(AbstractClipboardData) - Method in class adams.flow.source.PasteFromClipboard
Sets the type of data to paste.
setClipboardData(AbstractClipboardData) - Method in class adams.flow.transformer.CopyToClipboard
Sets the type of data to paste.
setCloseAfterSend(boolean) - Method in class adams.flow.sink.Socket
Sets whether to close the socket after sending the data.
setCloseButtonVisible(boolean) - Method in class adams.gui.goe.GenericObjectEditorClassTreePanel
Sets whether the close button is visible or not.
setCloseConnection(boolean) - Method in class adams.flow.standalone.AbstractDatabaseConnection
Sets whether to close the connection once the flow wraps up.
setCloseDialog(boolean) - Method in class adams.flow.control.Inspect
Sets whether to close the dialog after clicking skip/accept.
setCloseOnSend(boolean) - Method in class adams.gui.dialog.ComposeEmailDialog
Sets whether to close the dialog on successfully sending the email.
setCloseTabsWithMiddleMouseButton(boolean) - Method in class adams.gui.core.BaseTabbedPane
Sets whether users can close tabs with the middle mouse button.
setClusterer(CallableActorReference) - Method in class adams.flow.transformer.AbstractCallableWekaClustererEvaluator
Sets the name of the callable clusterer to use.
setClusterer(CallableActorReference) - Method in class adams.flow.transformer.WekaTrainClusterer
Sets the clusterer to use.
setClusterer(Clusterer) - Method in class adams.flow.source.WekaClustererSetup
Sets the clusterer to use.
setClusterer(Clusterer) - Method in class adams.ml.model.clustering.WekaClusterer
Sets the clusterer to use.
setCoalescing(boolean) - Method in class adams.data.conversion.XMLToDOM
Sets whether to use a coalescing parser.
setCoalescing(boolean) - Method in class adams.flow.transformer.XMLFileReader
Sets whether to use a coalescing parser.
setcol(Matrix, int, double[]) - Static method in class edu.umbc.cs.maple.utils.JamaUtils
Sets the specified column of a matrix.
setcol(Matrix, int, Matrix) - Static method in class edu.umbc.cs.maple.utils.JamaUtils
Sets the specified column of a matrix.
setColBottom(SpreadSheetColumnIndex) - Method in class adams.data.io.input.ObjectLocationsSpreadSheetReader
Sets the column containing the bottom coordinate.
setColBottom(String) - Method in class adams.data.io.output.ObjectLocationsSpreadSheetWriter
Sets the column containing the bottom coordinate.
setColHeight(SpreadSheetColumnIndex) - Method in class adams.data.io.input.ObjectLocationsSpreadSheetReader
Sets the column containing the height coordinate.
setColHeight(String) - Method in class adams.data.io.output.ObjectLocationsSpreadSheetWriter
Sets the column containing the height coordinate.
setColIndex(SpreadSheetColumnIndex) - Method in class adams.data.io.input.YoloAnnotationsReportReader
Sets the spreadsheet column containing the 0-based label index.
setColIndex(SpreadSheetColumnIndex) - Method in class adams.data.io.output.YoloAnnotationsReportWriter
Sets the spreadsheet column containing the 0-based label index.
setColLabel(SpreadSheetColumnIndex) - Method in class adams.data.io.input.YoloAnnotationsReportReader
Sets the spreadsheet column containing the 0-based label index.
setColLabel(SpreadSheetColumnIndex) - Method in class adams.data.io.output.YoloAnnotationsReportWriter
Sets the spreadsheet column containing the 0-based label index.
setCollectionClass(BaseClassname) - Method in class adams.flow.control.CollectionProcess
Sets the class for the collection.
setCollectionClass(BaseClassname) - Method in class adams.flow.source.CombineCollections
Sets the class for the collection.
setCollectionClass(BaseClassname) - Method in class adams.flow.source.NewCollection
Sets the class for the collection.
setCollectionClass(BaseClassname) - Method in class adams.flow.transformer.ArrayToCollection
Sets the class for the collection.
setCollectionClass(String) - Method in class adams.data.conversion.ArrayToCollection
Deprecated.
Sets the class for the collection.
setCollectionClass(String) - Method in class adams.flow.transformer.SequenceToCollection
Sets the class for the collection.
setCollectionSize(int) - Method in class adams.flow.transformer.SequenceToCollection
Sets the size of the collection.
setCollectOutput(boolean) - Method in class adams.flow.control.Branch
Whether to collect the output of the branches.
setColLeft(SpreadSheetColumnIndex) - Method in class adams.data.io.input.ObjectLocationsSpreadSheetReader
Sets the column containing the left coordinate.
setColLeft(String) - Method in class adams.data.io.output.ObjectLocationsSpreadSheetWriter
Sets the column containing the left coordinate.
setColor(XScreenMaskHelper.Color) - Method in class adams.data.image.transformer.XScreenMask
Sets color to be masked out.
setColor(XScreenMaskHelper.Color) - Method in class adams.flow.transformer.locateobjects.XScreenMaskLocator
Sets color to be masked out.
setColor(Color) - Method in class adams.data.image.features.AbstractCountColor
Sets the color to count.
setColor(Color) - Method in class adams.flow.sink.BoxPlot
Set the color to fill the box plots
setColor(Color) - Method in class adams.flow.transformer.draw.AbstractColorDrawOperation
Sets the color of the pixel.
setColor(Color) - Method in class adams.flow.transformer.draw.AbstractDrawObjectsFromReport
Sets the color to use for the objects.
setColor(Color) - Method in class adams.flow.transformer.pdfproclet.Circle
Sets the color.
setColor(Color) - Method in class adams.flow.transformer.pdfproclet.Line
Sets the color.
setColor(Color) - Method in class adams.flow.transformer.pdfproclet.Rectangle
Sets the color.
setColor(Color) - Method in class adams.flow.transformer.pixelselector.AbstractSingleColorPixelSelectorOverlay
Sets the color for the overlay.
setColor(Color) - Method in class adams.gui.chooser.BaseColorChooser
Sets the color.
setColor(Color) - Method in class adams.gui.core.BaseColorTextField.CustomColorTextField
Sets the color.
setColor(Color) - Method in class adams.gui.core.BaseColorTextField
Sets the color.
setColor(Color) - Method in class adams.gui.print.PostscriptGraphics
Set current pen color.
setColor(Color) - Method in class adams.gui.tools.previewbrowser.CocoAnnotationsHandler
Sets the color to use for the objects.
setColor(Color) - Method in class adams.gui.tools.previewbrowser.DeepLabCutCSVHandler
Sets the color to use for the objects.
setColor(Color) - Method in class adams.gui.tools.previewbrowser.DetectronAnnotationsHandler
Sets the color to use for the objects.
setColor(Color) - Method in class adams.gui.tools.previewbrowser.ImageClassificationHandler
Sets the color of the text.
setColor(Color) - Method in class adams.gui.tools.previewbrowser.ObjectCentersFromReport
Sets the color to use for the objects.
setColor(Color) - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
Sets the color to use for the objects.
setColor(Color) - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
Sets the color to use for the objects.
setColor(Color) - Method in class adams.gui.tools.previewbrowser.PointsFromReportHandler
Sets the color to use for the objects.
setColor(Color) - Method in class adams.gui.tools.previewbrowser.YoloAnnotationsHandler
Sets the color to use for the objects.
setColor(Color) - Method in interface adams.gui.visualization.container.ColorContainer
Sets the color to use.
setColor(Color) - Method in class adams.gui.visualization.core.CrossHairTracker
Sets the color to use for the cross-hair.
setColor(Color) - Method in class adams.gui.visualization.core.HorizontalIndicatorPaintlet
Sets the color for the indicator.
setColor(Color) - Method in class adams.gui.visualization.core.TextOverlayPaintlet
Set the stroke color for the text.
setColor(Color) - Method in class adams.gui.visualization.image.AbstractObjectOverlayFromReport
Sets the color to use for the objects.
setColor(Color) - Method in class adams.gui.visualization.image.AbstractPointOverlayFromReport
Sets the color to use for the objects.
setColor(Color) - Method in class adams.gui.visualization.image.AbstractReportBasedOverlayHelper
Sets the color to use for the objects.
setColor(Color) - Method in class adams.gui.visualization.image.BoofCVDetectLineSegmentsImageOverlay
Sets the color for the lines.
setColor(Color) - Method in class adams.gui.visualization.image.BoofCVDetectLinesImageOverlay
Sets the color for the lines.
setColor(Color) - Method in class adams.gui.visualization.image.HighlightLocations
Sets the color of the circles.
setColor(Color) - Method in class adams.gui.visualization.image.MetaDataText
Sets the color of the text.
setColor(Color) - Method in class adams.gui.visualization.image.selection.AbstractPaintingSelectionProcessor
Sets the color to use.
setColor(Color) - Method in interface adams.gui.visualization.image.selectionshape.ColorSelectionShapePainter
Sets the color to use.
setColor(Color) - Method in class adams.gui.visualization.image.selectionshape.PolygonPainter
Sets the color to use.
setColor(Color) - Method in class adams.gui.visualization.image.selectionshape.RectanglePainter
Sets the color to use.
setColor(Color) - Method in class adams.gui.visualization.instance.InstanceContainer
Sets the color to use.
setColor(Color) - Method in class adams.gui.visualization.object.annotator.BoundingBoxAnnotator
Sets the color to use.
setColor(Color) - Method in class adams.gui.visualization.object.annotator.PolygonAnnotator
Sets the color to use.
setColor(Color) - Method in class adams.gui.visualization.object.annotator.PolygonPointAnnotator
Sets the color to use.
setColor(Color) - Method in class adams.gui.visualization.object.annotator.SimplePointAnnotator
Sets the color to use.
setColor(Color) - Method in class adams.gui.visualization.object.objectannotations.colors.FixedColor
Sets the color to use.
setColor(Color) - Method in class adams.gui.visualization.object.overlay.AbstractObjectOverlayFromReport
Sets the color to use for the objects.
setColor(Color) - Method in class adams.gui.visualization.object.overlay.AbstractPointOverlayFromReport
Sets the color to use for the objects.
setColor(Color) - Method in class adams.gui.visualization.object.overlay.ClassificationLabelTextOverlay
Sets the color to use for the label.
setColor(Color) - Method in class adams.gui.visualization.report.ReportDateFieldRangePaintlet
Sets the color to paint the background with.
setColor(Color) - Method in class adams.gui.visualization.segmentation.layer.BackgroundLayer
Sets the color value to use for the layer.
setColor(Color) - Method in class adams.gui.visualization.segmentation.layer.CombinedLayer.CombinedSubLayer
Sets the current color.
setColor(Color) - Method in class adams.gui.visualization.segmentation.layer.Markers
Sets the color to use for markers.
setColor(Color) - Method in class adams.gui.visualization.segmentation.layer.OverlayLayer
Sets the color value to use for the layer.
setColor(Color) - Method in class adams.gui.visualization.sequence.DiagonalOverlayPaintlet
Set the stroke color for the paintlet.
setColor(Color) - Method in class adams.gui.visualization.sequence.KendallTheilOverlayPaintlet
Set the stroke color for the paintlet.
setColor(Color) - Method in class adams.gui.visualization.sequence.LinearRegressionOverlayPaintlet
Set the stroke color for the paintlet.
setColor(Color) - Method in class adams.gui.visualization.sequence.LOWESSOverlayPaintlet
Set the stroke color for the paintlet.
setColor(Color) - Method in class adams.gui.visualization.sequence.MathExpressionOverlayPaintlet
Set the stroke color for the paintlet.
setColor(Color) - Method in class adams.gui.visualization.sequence.StraightLineOverlayPaintlet
Set the stroke color for the paintlet.
setColor(Color) - Method in class adams.gui.visualization.sequence.XYSequenceContainer
Sets the color to use.
setColor(Color) - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowContainer
Sets the color to use.
setColor(Color) - Method in class adams.gui.visualization.stats.boxplot.BoxPlotGraph
Set the color used to fill the plots
setColor(Color) - Method in class adams.gui.visualization.stats.boxplot.BoxPlotManager
Set the color to fill the boxes with
setColor(Color) - Method in class adams.gui.visualization.stats.paintlet.AbstractColorPaintlet
Set the stroke color for the paintlet
setColor(Color) - Method in class adams.gui.visualization.stats.scatterplot.AbstractScatterPlotOverlay
Set the color for this overlay.
setColor(Color) - Method in class adams.gui.visualization.stats.zscore.AbstractZScoreOverlay
Set the color of the overlay
setColor(Color) - Method in class adams.gui.visualization.timeseries.FixedTimestampPaintlet
Sets the color to paint the point with.
setColor(Color) - Method in class adams.gui.visualization.timeseries.FixedTimestampRangePaintlet
Sets the color to paint the range with.
setColor(Color) - Method in class adams.gui.visualization.timeseries.SelectedTimestampPaintlet
Sets the color to paint the point with.
setColor(Color) - Method in class adams.gui.visualization.timeseries.TimeseriesContainer
Sets the color to use.
setColor(String, Color) - Method in class adams.core.Properties
Stores the color as hex string under the specified property key.
setColorAdditional(Color) - Method in class adams.data.imagesegmentation.operation.CompareAnnotationWithPrediction
Sets the color for predictions that had no annotations.
setColorAttribute(String) - Method in class adams.flow.sink.ScatterDisplay
Set the attribute to use for coloring the plot (optional).
setColorAttributeName(BaseRegExp) - Method in class adams.flow.sink.ScatterDisplay
Set the color attribute on the scatter plot using a regular expression.
setColorCenter(Color) - Method in class adams.flow.sink.controlchartplot.LimitPaintlet
Sets the color for the center.
setColorComments(Color) - Method in class adams.flow.transformer.pdfproclet.SpreadSheet
Sets the color to use for the comments.
setColorContent(Color) - Method in class adams.flow.transformer.pdfproclet.FixedText
Sets the color to use for the content.
setColorContent(Color) - Method in class adams.flow.transformer.pdfproclet.PlainText
Sets the color to use for the content.
setColorField(Field) - Method in class adams.gui.visualization.instance.ReportColorInstancePaintlet
Sets the report field that contains the color.
setColorField(Field) - Method in class adams.gui.visualization.timeseries.ReportColorTimeseriesPaintlet
Sets the report field that contains the color.
setColorFilename(Color) - Method in class adams.flow.transformer.pdfproclet.AbstractPdfProcletWithFilenameOutput
Sets the color to use for adding the filename header.
setColorFilename(Color) - Method in interface adams.flow.transformer.pdfproclet.PdfProcletWithFilenameOutput
Sets the color to use for adding the filename header.
setColorGeneralContent(Color) - Method in class adams.flow.transformer.pdfproclet.AbstractSpreadSheetPdfProclet
Sets the color to use for general content.
setColorHeadline(Color) - Method in class adams.flow.transformer.pdfproclet.Headline
Sets the color to use for the headline.
setColorHeadline(Color) - Method in class adams.flow.transformer.pdfproclet.MetaHeadline
Sets the color to use for the headline.
setColorIndex(int) - Method in class adams.gui.visualization.stats.paintlet.AbstractScatterPlotPaintlet
Set the index of attribute for color.
setColorIndex(Index) - Method in class adams.gui.visualization.stats.scatterplot.ScatterPlot
Set the index for the color attribute.
setColoringIndex(int) - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeVisualizationPanel
Set the coloring (class) index for the plot
setColorizer(ImageColorizer) - Method in class adams.gui.tools.previewbrowser.SimpleImageSegmentationAnnotationsHandler
Sets the image colorizer to use.
setColorLower(Color) - Method in class adams.flow.sink.controlchartplot.LimitPaintlet
Sets the color for the lower limit.
setColorMissed(Color) - Method in class adams.data.imagesegmentation.operation.CompareAnnotationWithPrediction
Sets the color for missed annotations.
setColorNormal(Color) - Method in class adams.flow.sink.sequenceplotter.OutlierPaintlet
Sets the color for normal data points.
setColorNumericContent(Color) - Method in class adams.flow.transformer.pdfproclet.AbstractSpreadSheetPdfProclet
Sets the color to use for numeric content.
setColorOutlier(Color) - Method in class adams.flow.sink.sequenceplotter.OutlierPaintlet
Sets the color for outliers.
setColorOverlap(Color) - Method in class adams.data.imagesegmentation.operation.CompareAnnotationWithPrediction
Sets the color for correct overlaps.
setColorProvider(ColorProvider) - Method in class adams.data.image.transformer.BlueChannelColorizer
Sets the color provider to use.
setColorProvider(ColorProvider) - Method in class adams.data.image.transformer.GrayOrIndexedColorizer
Sets the color provider to use.
setColorProvider(ColorProvider) - Method in class adams.data.image.transformer.TrimapColorizer
Sets the color provider to use.
setColorProvider(ColorProvider) - Method in class adams.data.imagesegmentation.operation.SimpleOverlay
Sets the color provider to use.
setColorProvider(ColorProvider) - Method in class adams.data.io.input.PNGImageReader
Sets the color provider to use for images with a palette.
setColorProvider(ColorProvider) - Method in class adams.data.io.output.GrayOrIndexedImageWriter
Sets the color provider to use.
setColorProvider(ColorProvider) - Method in class adams.data.io.output.IndexedPNGImageSegmentationWriter
Sets the color provider to use for the palette.
setColorProvider(ColorProvider) - Method in class adams.flow.sink.ControlChartPlot
Sets the color provider to use.
setColorProvider(ColorProvider) - Method in class adams.flow.sink.ImageSegmentationViewer
Sets the color provider to use.
setColorProvider(ColorProvider) - Method in class adams.flow.sink.JFreeChartFileWriter
Sets the color provider to use.
setColorProvider(ColorProvider) - Method in class adams.flow.sink.JFreeChartPlot
Sets the color provider to use.
setColorProvider(ColorProvider) - Method in class adams.flow.sink.sequenceplotter.SequencePlotterPanel
Sets the color provider to use.
setColorProvider(ColorProvider) - Method in class adams.flow.sink.SequencePlotter
Sets the color provider to use.
setColorProvider(ColorProvider) - Method in class adams.flow.sink.SimplePlot
Sets the color provider to use.
setColorProvider(ColorProvider) - Method in class adams.flow.sink.SpreadSheetRowViewer
Sets the color provider to use.
setColorProvider(ColorProvider) - Method in class adams.flow.sink.TimeseriesDisplay
Sets the color provider to use.
setColorProvider(ColorProvider) - Method in class adams.flow.sink.WekaInstanceViewer
Sets the color provider to use.
setColorProvider(ColorProvider) - Method in class adams.flow.transformer.ImageSegmentationAnnotator
Sets the color provider to use.
setColorProvider(ColorProvider) - Method in class adams.flow.transformer.pixelselector.AbstractColorProviderPixelSelectorOverlay
Sets the color provider for the overlay.
setColorProvider(ColorProvider) - Method in class adams.gui.core.spreadsheettable.DistinctValueCellRenderingCustomizer
Sets the color provider to use for generating the distinct values.
setColorProvider(ColorProvider) - Method in class adams.gui.tools.previewbrowser.BlueChannelImageHandler
Sets the color provider to use.
setColorProvider(ColorProvider) - Method in class adams.gui.tools.previewbrowser.GrayOrIndexedImageHandler
Sets the color provider to use.
setColorProvider(ColorProvider) - Method in class adams.gui.tools.previewbrowser.ImageSegmentationAnnotationsHandler
Sets the color provider to use.
setColorProvider(ColorProvider) - Method in class adams.gui.tools.previewbrowser.IndexedPNGImageHandler
Sets the color provider to use.
setColorProvider(ColorProvider) - Method in class adams.gui.tools.previewbrowser.TrimapImageHandler
Sets the color provider to use.
setColorProvider(ColorProvider) - Method in class adams.gui.tools.spreadsheetviewer.chart.AbstractXYChartGenerator
Sets the color provider to use.
setColorProvider(ColorProvider) - Method in class adams.gui.tools.spreadsheetviewer.chart.GenericPlot
Sets the color provider to use.
setColorProvider(ColorProvider) - Method in class adams.gui.tools.spreadsheetviewer.chart.Histogram
Sets the color provider to use.
setColorProvider(ColorProvider) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.PredictionTrend
Sets the color provider for the plots.
setColorProvider(ColorProvider) - Method in interface adams.gui.visualization.container.ColorContainerManager
Sets the color provider to use.
setColorProvider(ColorProvider) - Method in class adams.gui.visualization.core.ColorProviderBasedColorGradientGenerator
Sets the color provider to use.
setColorProvider(ColorProvider) - Method in interface adams.gui.visualization.core.ColorProviderHandler
Sets the color provider to use.
setColorProvider(ColorProvider) - Method in class adams.gui.visualization.instance.InstanceContainerManager
Sets the color provider to use.
setColorProvider(ColorProvider) - Method in class adams.gui.visualization.object.objectannotations.colors.PerType
Sets the color provider to use for the types.
setColorProvider(ColorProvider) - Method in class adams.gui.visualization.object.objectannotations.colors.VaryByObject
Sets the color provider to use for the objects.
setColorProvider(ColorProvider) - Method in class adams.gui.visualization.sequence.metadatacolor.ColorPerLabel
Sets the color provider to use.
setColorProvider(ColorProvider) - Method in class adams.gui.visualization.sequence.metadatacolor.ColorPerRegExpGroup
Sets the color provider to use.
setColorProvider(ColorProvider) - Method in class adams.gui.visualization.sequence.XYSequenceContainerManager
Sets the color provider to use.
setColorProvider(ColorProvider) - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowContainerManager
Sets the color provider to use.
setColorProvider(ColorProvider) - Method in class adams.gui.visualization.stats.paintlet.AbstractScatterPlotPaintlet
Sets the color provider to use when using a column for the plot colors.
setColorProvider(ColorProvider) - Method in class adams.gui.visualization.timeseries.PeriodicityPaintlet
Sets the color provider to use.
setColorProvider(ColorProvider) - Method in class adams.gui.visualization.timeseries.TimeseriesContainerManager
Sets the color provider to use.
setColorQuantizer(IndexedColors.ColorQuantizer) - Method in class adams.data.jai.transformer.IndexedColors
Sets the type of color quantizer to use.
setColorRegExp(BaseRegExp) - Method in class adams.gui.visualization.stats.scatterplot.ScatterPlot
Set the regular expression to use when determining the color attribute.
setColors(BaseColor[]) - Method in class adams.data.imagefilter.KeepOnlyColors
Sets the colors to keep.
setColors(BaseColor[]) - Method in class adams.gui.visualization.object.labelselector.ButtonSelectorWithColorGenerator
Sets the colors to use for annotating.
setColors(BaseColor[]) - Method in class adams.gui.visualization.object.objectannotations.colors.TypeColorMapping
Sets the colors associated with the types/labels.
setColors(BaseKeyValuePair[]) - Method in class adams.gui.visualization.core.RegExpColorProvider
Sets the regexp/color key-value pairs.
setColors(Color[]) - Method in class adams.gui.visualization.core.AbstractCustomColorProvider
Sets the colors to use.
setColors(Color[]) - Method in class adams.gui.visualization.core.MultiColorGenerator
Sets the colors of the gradient.
setColorSelected(Color) - Method in class adams.flow.transformer.SpreadSheetCellSelector
Sets the color for selected cells.
setColorTableHeader(Color) - Method in class adams.flow.transformer.pdfproclet.AbstractSpreadSheetPdfProclet
Sets the color to use for the table header.
setColorUpper(Color) - Method in class adams.flow.sink.controlchartplot.LimitPaintlet
Sets the color for the upper limit.
setColPolygonX(SpreadSheetColumnIndex) - Method in class adams.data.io.input.ObjectLocationsSpreadSheetReader
Sets the column containing the X coordinates of the polygon (comma-separated list of coordinates).
setColPolygonX(String) - Method in class adams.data.io.output.ObjectLocationsSpreadSheetWriter
Sets the column containing the X coordinates of the polygon (comma-separated list of coordinates).
setColPolygonY(SpreadSheetColumnIndex) - Method in class adams.data.io.input.ObjectLocationsSpreadSheetReader
Sets the column containing the Y coordinates of the polygon (comma-separated list of coordinates).
setColPolygonY(String) - Method in class adams.data.io.output.ObjectLocationsSpreadSheetWriter
Sets the column containing the Y coordinates of the polygon (comma-separated list of coordinates).
setColRange(SpreadSheetColumnRange) - Method in class adams.ml.preprocessing.AbstractColumnSubsetFilter
Sets the range of columns to use for filtering (if ColumnSubset.RANGE).
setColRange(SpreadSheetColumnRange) - Method in interface adams.ml.preprocessing.ColumnSubsetFilter
Sets the range of columns to use for filtering (if ColumnSubset.RANGE).
setColRegExp(BaseRegExp) - Method in class adams.ml.preprocessing.AbstractColumnSubsetFilter
Sets the regular expression to use on the column names to determine whether * to use a column for filtering (if ColumnSubset.REGEXP).
setColRegExp(BaseRegExp) - Method in interface adams.ml.preprocessing.ColumnSubsetFilter
Sets the regular expression to use on the column names to determine whether * to use a column for filtering (if ColumnSubset.REGEXP).
setColReportNames(SpreadSheetColumnIndex) - Method in class adams.data.conversion.SpreadSheetColumnsToReport
Sets the column that contains the report names.
setColRight(SpreadSheetColumnIndex) - Method in class adams.data.io.input.ObjectLocationsSpreadSheetReader
Sets the column containing the right coordinate.
setColRight(String) - Method in class adams.data.io.output.ObjectLocationsSpreadSheetWriter
Sets the column containing the right coordinate.
setColsReportValues(SpreadSheetColumnRange) - Method in class adams.data.conversion.SpreadSheetColumnsToReport
Sets the columns to get the report values from.
setColTop(SpreadSheetColumnIndex) - Method in class adams.data.io.input.ObjectLocationsSpreadSheetReader
Sets the column containing the top coordinate.
setColTop(String) - Method in class adams.data.io.output.ObjectLocationsSpreadSheetWriter
Sets the column containing the top coordinate.
setColType(SpreadSheetColumnIndex) - Method in class adams.data.io.input.ObjectLocationsSpreadSheetReader
Sets the column containing the object label.
setColType(String) - Method in class adams.data.io.output.ObjectLocationsSpreadSheetWriter
Sets the column containing the object label.
setColumn(int) - Method in class adams.data.conversion.SpreadSheetInsertCellLocation
Sets the column index to use for the cell location.
setColumn(int) - Method in class adams.data.conversion.SpreadSheetInsertColumnPosition
Sets the column index to use for the cell location.
setColumn(BaseString[]) - Method in class adams.flow.transformer.WekaExperimentEvaluation
Sets list of fields that identify a column.
setColumn(BaseString[]) - Method in class adams.gui.tools.wekainvestigator.tab.experimenttab.output.TextOutput
Sets list of fields that identify a column.
setColumn(Index) - Method in class adams.flow.transformer.CounterAdd
Sets the index of the column to store in the counter.
setColumn(Index) - Method in class adams.flow.transformer.CounterInit
Sets the index of the column to store in the counter.
setColumn(Index) - Method in class adams.flow.transformer.HashSetAdd
Sets the index of the column to store in the hashset.
setColumn(Index) - Method in class adams.flow.transformer.HashSetInit
Sets the index of the column to store in the hashset.
setColumn(SpreadSheetColumnIndex) - Method in class adams.data.conversion.AbstractSpreadSheetColumnConverter
Sets the column to convert.
setColumn(SpreadSheetColumnIndex) - Method in class adams.data.conversion.RenameSpreadSheetColumn
Sets the index of the column to rename.
setColumn(SpreadSheetColumnIndex) - Method in class adams.data.conversion.SpreadSheetSplitColumn
Sets the column to split.
setColumn(SpreadSheetColumnIndex) - Method in class adams.data.groupextraction.SpreadSheetCell
Sets the column to get the group from.
setColumn(SpreadSheetColumnIndex) - Method in class adams.data.groupextraction.SpreadSheetCellRegExp
Sets the column to get the group from.
setColumn(SpreadSheetColumnIndex) - Method in interface adams.data.groupextraction.SpreadSheetRowGroupExtractorWithColumn
Sets the column to get the group from.
setColumn(SpreadSheetColumnIndex) - Method in class adams.data.idextraction.SpreadSheetCell
Sets the column to get the ID from.
setColumn(SpreadSheetColumnIndex) - Method in class adams.data.spreadsheet.cellfinder.SingleCell
Sets the column to locate.
setColumn(SpreadSheetColumnIndex) - Method in class adams.data.spreadsheet.rowscore.ArrayStatistic
Sets the cell's column to get the score from.
setColumn(SpreadSheetColumnIndex) - Method in class adams.data.spreadsheet.rowscore.RowStatistic
Sets the cell's column to get the score from.
setColumn(SpreadSheetColumnIndex) - Method in class adams.flow.transformer.SpreadSheetColumnStatistic
Sets the column to generate the statistic for.
setColumn(SpreadSheetColumnIndex) - Method in class adams.flow.transformer.SpreadSheetGetHeaderCell
Sets the column of the cell.
setColumn(SpreadSheetColumnIndex) - Method in class adams.flow.transformer.SpreadSheetSetHeaderCell
Sets the column of the header cell.
setColumn(SpreadSheetColumnIndex) - Method in class adams.flow.transformer.SpreadSheetSubsetByValue
Sets the column that identifies the subsets.
setColumn(SpreadSheetColumnIndex) - Method in class adams.flow.transformer.SpreadSheetSubsetFromGroup
Sets the column that identifies the subsets.
setColumn(SpreadSheetColumnRange) - Method in class adams.flow.transformer.SpreadSheetGetCell
Sets the column(s) of the cell(s).
setColumn(SpreadSheetColumnRange) - Method in class adams.flow.transformer.SpreadSheetSetCell
Sets the column(s) of the cell.
setColumn(WekaAttributeIndex) - Method in class adams.flow.transformer.WekaGetInstancesValue
Sets the column.
setColumn(WekaAttributeIndex) - Method in class adams.flow.transformer.WekaSetInstancesValue
Sets the column index.
setColumn(String) - Method in class adams.flow.condition.bool.HasColumn
Sets the column to look for in the spreadsheet.
setColumnActual(SpreadSheetColumnIndex) - Method in class adams.flow.control.RemoveOutliers
Sets the spreadsheet column with the actual values.
setColumnFilter(int, String, boolean) - Method in class adams.gui.core.SortableAndSearchableTable
Sets the filter for the column.
setColumnFilter(int, String, boolean) - Method in class adams.gui.core.SortableAndSearchableWrapperTableModel
Sets the filter for the column.
setColumnFilter(int, String, boolean) - Method in interface adams.gui.core.TableModelWithColumnFilters
Sets the filter for the column.
setColumnFilter(int, String, boolean) - Method in interface adams.gui.core.TableWithColumnFilters
Sets the filter for the column.
setColumnFinder(ColumnFinder) - Method in class adams.data.conversion.SpreadSheetColumnFinderToRange
Sets the column finder to use.
setColumnFinder(ColumnFinder) - Method in class adams.data.spreadsheet.cellfinder.ColumnFinderRange
Sets the column finder to use.
setColumnFinder(ColumnFinder) - Method in class adams.data.spreadsheet.columnfinder.AbstractFilteredColumnFinder
Sets the column finder to use.
setColumnFinder(ColumnFinder) - Method in class adams.data.weka.columnfinder.AbstractFilteredColumnFinder
Sets the column finder to use.
setColumnFinder(ColumnFinder) - Method in class adams.data.weka.datasetsplitter.ColumnSplitter
Sets the column finder.
setColumnFinder(ColumnFinder) - Method in class weka.filters.unsupervised.attribute.AbstractColumnFinderApplier
Sets the column finder to use.
setColumnFinder(ColumnFinder) - Method in class weka.filters.unsupervised.attribute.AttributeSummaryTransferFilter
Sets the column finder which selects the attributes for summarisation.
setColumnID(SpreadSheetColumnIndex) - Method in class adams.flow.transformer.SpreadSheetRowToTimeseries
Sets the index/name of the column to use for grouping the timeseries data points.
setColumnID(SpreadSheetColumnIndex) - Method in class adams.flow.transformer.SpreadSheetToTimeseries
Sets the index/name of the column to use for grouping the timeseries data points.
setColumnID(String) - Method in class adams.data.io.input.SpreadSheetTimeseriesReader
Sets the name of the ID column.
setColumnID(String) - Method in class adams.flow.source.TimeseriesDbReader
Sets the name of the ID column.
setColumnIndex(SpreadSheetColumnIndex) - Method in class adams.flow.transformer.SpreadSheetInfo
Sets the column index to use for column specific information.
setColumnKey(String) - Method in class adams.flow.transformer.AbstractReportDbUpdater
Sets the name of the key column.
setColumnLabel(SpreadSheetColumnIndex) - Method in class adams.data.io.input.ImageClassificationSpreadSheetReportReader
Sets the column containing the label.
setColumnModel(TableColumnModel) - Method in class adams.gui.core.BaseTableWithButtons
Sets the column model for this table to newModel and registers for listener notifications from the new column model.
setColumnModel(TableColumnModel) - Method in class adams.gui.core.SortableAndSearchableTableWithButtons
Sets the column model for this table to newModel and registers for listener notifications from the new column model.
setColumnName(BaseRegExp) - Method in class adams.flow.transformer.SpreadSheetGetColumnIndex
Sets the regular expression to match the column name.
setColumnName(String) - Method in class adams.data.conversion.SpreadSheetJoinColumns
Sets the new column name.
setColumnName(String) - Method in class adams.flow.source.HashSet
Sets the name of the column in the generated spreadsheet.
setColumnNameConversion(ColumnNameConversion) - Method in class adams.data.io.output.SqlDumpSpreadSheetWriter
Sets how to convert the column headers into SQL table column names.
setColumnNameConversion(ColumnNameConversion) - Method in class adams.flow.sink.SpreadSheetDbWriter
Sets how to convert the column headers into SQL table column names.
setColumnNameGenerator(AbstractContainerTableColumnNameGenerator) - Method in class adams.gui.visualization.container.AbstractContainerList
Sets the generator for the column names.
setColumnNameGenerator(AbstractContainerTableColumnNameGenerator) - Method in class adams.gui.visualization.container.ContainerModel
Sets the generator for the column names.
setColumnPredicted(SpreadSheetColumnIndex) - Method in class adams.flow.control.RemoveOutliers
Sets the spreadsheet column with the predicted values.
setColumnPrefix(String) - Method in class adams.data.conversion.TransposeSpreadSheet
Sets the column prefix if the first column is not used as header.
setColumnRenamesExp(BaseRegExp[]) - Method in class adams.flow.transformer.spreadsheetmethodmerge.AbstractMerge
Sets the array of column rename expressions.
setColumnRenamesFormat(BaseString[]) - Method in class adams.flow.transformer.spreadsheetmethodmerge.AbstractMerge
Sets the array of format strings used for column renaming.
setColumns(int) - Method in class adams.core.discovery.genetic.AbstractGeneticDoubleMatrixDiscoveryHandler
Sets the size of array.
setColumns(int) - Method in class adams.gui.core.AdjustableGridPanel
Updates the columns to display.
setColumns(int) - Method in class adams.gui.core.BaseColorTextField
Sets the number of columns in this TextField, and then invalidate the layout.
setColumns(int) - Method in class adams.gui.core.BaseLogPanel
Sets the number columns in the text area.
setColumns(int) - Method in class adams.gui.core.BaseTextAreaWithButtons
Sets the columns.
setColumns(int) - Method in class adams.gui.core.SimpleLogPanel
Sets the columns.
setColumns(int) - Method in interface adams.gui.core.TextAreaComponent
Sets the columns.
setColumns(int) - Method in class adams.gui.wizard.TextAreaPage
Sets the number of columns for this TextArea.
setColumns(int) - Method in class weka.filters.supervised.attribute.SIMPLSMatrixFilterFromGeneticString
 
setColumns(BaseInteger[]) - Method in class adams.data.weka.columnfinder.Constant
Sets the constant set of columns to find.
setColumns(BaseText) - Method in class adams.flow.source.NewSpreadSheet
Sets the comma-separated list of column names.
setColumns(SpreadSheetColumnRange) - Method in class adams.data.conversion.AbstractSpreadSheetToMatrix
Sets the range of columns to use.
setColumns(SpreadSheetColumnRange) - Method in class adams.data.conversion.SpreadSheetAddFormulaRow
Sets the range of columns to add the sum for.
setColumns(SpreadSheetColumnRange) - Method in class adams.data.conversion.SpreadSheetAddSumRow
Sets the range of columns to add the sum for.
setColumns(SpreadSheetColumnRange) - Method in class adams.data.conversion.SpreadSheetBinarize
Sets the range of columns to merge.
setColumns(SpreadSheetColumnRange) - Method in class adams.data.spreadsheet.cellfinder.CellRange
Sets the columns to locate.
setColumns(SpreadSheetColumnRange) - Method in class adams.data.spreadsheet.cellfinder.CellTypeRange
Sets the columns to locate.
setColumns(SpreadSheetColumnRange) - Method in class adams.data.spreadsheet.cellfinder.RowFinderRange
Sets the columns to locate.
setColumns(SpreadSheetColumnRange) - Method in class adams.data.spreadsheet.columnfinder.ByIndex
Sets the range of columns to select.
setColumns(SpreadSheetColumnRange) - Method in class adams.data.spreadsheet.matrixstatistic.AbstractMatrixStatistic
Sets the columns of the subset.
setColumns(SpreadSheetColumnRange) - Method in class adams.data.spreadsheet.rowscore.ColumnSubset
Sets the range of columns to apply the row score algorithm to.
setColumns(SpreadSheetColumnRange) - Method in class adams.data.spreadsheet.rowstatistic.AbstractRowStatistic
Sets the columns to operate on.
setColumns(SpreadSheetColumnRange) - Method in class adams.flow.transformer.SpreadSheetCopyColumns
Sets the range of columns to copy.
setColumns(SpreadSheetColumnRange) - Method in class adams.flow.transformer.SpreadSheetSortColumns
Sets the subset of columns to sort.
setColumns(SpreadSheetColumnRange) - Method in class adams.flow.transformer.SpreadSheetStorageRowIterator
Sets the columns to retrieve the values from.
setColumns(SpreadSheetColumnRange) - Method in class adams.flow.transformer.SpreadSheetSubset
Sets the columns of the subset.
setColumns(SpreadSheetColumnRange) - Method in class adams.flow.transformer.SpreadSheetVariableRowIterator
Sets the columns to retrieve the values from.
setColumns(SpreadSheetColumnRange) - Method in class adams.gui.core.spreadsheetpreview.SimpleHTML
Sets the columns to display.
setColumns(SpreadSheetColumnRange) - Method in class adams.gui.core.spreadsheetpreview.SimpleHTML.SimpleTextPanel
Sets the columns to display.
setColumns(SpreadSheetColumnRange) - Method in class adams.gui.core.spreadsheetpreview.SimpleText
Sets the columns to display.
setColumns(SpreadSheetColumnRange) - Method in class adams.gui.core.spreadsheetpreview.SimpleText.SimpleTextPanel
Sets the columns to display.
setColumns(SpreadSheetColumnRange) - Method in class adams.gui.core.spreadsheettable.NumericRangeCellRenderingCustomizer
Sets the range of columns to apply the renderer to.
setColumns(SpreadSheetUnorderedColumnRange) - Method in class adams.data.conversion.SpreadSheetJoinColumns
Sets the range of columns to merge.
setColumns(String) - Method in class adams.gui.tools.spreadsheetviewer.chart.ControlChart
Sets the column range to use for the chart(s).
setColumns(String) - Method in class adams.gui.tools.spreadsheetviewer.chart.Histogram
Sets the column range to use, if Histogram.Selection.COLUMN.
setColumnSampleByLevel(float) - Method in class weka.classifiers.trees.XGBoost
Sets the sub-sample ratio of columns for each level.
setColumnSampleByNode(float) - Method in class weka.classifiers.trees.XGBoost
Sets the sub-sample ratio of columns for each node (split).
setColumnSampleByTree(float) - Method in class weka.classifiers.trees.XGBoost
Sets the sub-sample ratio of columns when constructing each tree.
setColumnsArray(BaseString[]) - Method in class adams.flow.source.NewSpreadSheet
Sets the array of column names (takes precedence over comma-separated list).
setColumnScore(SpreadSheetColumnIndex) - Method in class adams.data.io.input.ImageClassificationSpreadSheetReportReader
Sets the column containing the score.
setColumnsDropdownVisible(boolean) - Method in class adams.gui.core.SpreadSheetTableWithSearch
Sets whether the dropdown with the columns is visible.
setColumnsRegExp(BaseRegExp) - Method in class adams.flow.transformer.SpreadSheetAnonymize
Sets the regular expression for the column names of columns to anonymize.
setColumnsReport(SpreadSheetColumnRange) - Method in class adams.data.conversion.SpreadSheetRowsToReport
Sets the columns with report.
setColumnSubset(ColumnSubset) - Method in class adams.ml.preprocessing.AbstractColumnSubsetFilter
Sets how to determine columns for filtering.
setColumnSubset(ColumnSubset) - Method in interface adams.ml.preprocessing.ColumnSubsetFilter
Sets how to determine columns for filtering.
setColumnTimestamp(SpreadSheetColumnIndex) - Method in class adams.flow.transformer.SpreadSheetToTimeseries
Sets the index/name of the column that contains the timestamp of the data points.
setColumnTimestamp(String) - Method in class adams.data.io.input.SpreadSheetTimeseriesReader
Sets the name of the timestamp column.
setColumnTimestamp(String) - Method in class adams.flow.source.TimeseriesDbReader
Sets the name of the timestamp column.
setColumnTimestamp(String) - Method in class adams.flow.transformer.TimeseriesDbReader
Sets the name of the timestamp column.
setColumnValue(SpreadSheetColumnIndex) - Method in class adams.flow.transformer.SpreadSheetToTimeseries
Sets the index/name of the column that contains the value of the data points.
setColumnValue(String) - Method in class adams.data.io.input.SpreadSheetTimeseriesReader
Sets the name of the value column.
setColumnValue(String) - Method in class adams.flow.source.TimeseriesDbReader
Sets the name of the value column.
setColumnValue(String) - Method in class adams.flow.transformer.AbstractReportDbUpdater
Sets the name of the value column.
setColumnValue(String) - Method in class adams.flow.transformer.TimeseriesDbReader
Sets the name of the value column.
setColumnVector(Vector<String>) - Method in class adams.db.MultipleInsert
Set the columns used for insert
setColumnWidth(int) - Method in class adams.data.featureconverter.FixedColumnText
Sets the column width.
setColumnWidth(int) - Method in class adams.gui.core.BaseTable
Prompts the user for a col width value and sets the column width for the specified column.
setColumnWidth(int, int) - Method in class adams.gui.core.BaseTable
Sets the specified column width for the specified column.
setColumnWidth(BaseInteger[]) - Method in class adams.data.io.input.FixedTabularSpreadSheetReader
Sets the column width.
setColumnWidth(BaseInteger[]) - Method in class adams.data.io.output.FixedTabularSpreadSheetWriter
Sets the column width.
setColumnWidthApproach(BaseTable.ColumnWidthApproach) - Method in class adams.gui.core.BaseTable
Sets whether to automatically set optimal column widths.
setColumnWidthApproach(BaseTable.ColumnWidthApproach) - Method in class adams.gui.core.SpreadSheetTableWithButtons
Sets the strategy for setting optimal column widths.
setColumnWidths() - Method in class adams.gui.core.BaseTable
Prompts the user for a col width value and sets the column width for all columns.
setColumnWidths(int) - Method in class adams.gui.core.BaseTable
Sets the specified column width for all columns.
setColumnWidths(int[]) - Method in class adams.gui.core.BaseTable
Sets the column widths.
setColumnWidths(int[]) - Method in class adams.gui.core.BaseTableWithButtons
Sets the column widths.
setColWidth(SpreadSheetColumnIndex) - Method in class adams.data.io.input.ObjectLocationsSpreadSheetReader
Sets the column containing the width coordinate.
setColWidth(String) - Method in class adams.data.io.output.ObjectLocationsSpreadSheetWriter
Sets the column containing the width coordinate.
setCombination(MultiObjectFinder.Combination) - Method in class adams.data.objectfinder.MultiObjectFinder
Sets how the indices are combined.
setCombination(MultiColumnFinder.Combination) - Method in class adams.data.spreadsheet.columnfinder.MultiColumnFinder
Sets how the indices are combined.
setCombination(MultiRowFinder.Combination) - Method in class adams.data.spreadsheet.rowfinder.MultiRowFinder
Sets how the indices are combined.
setCombination(MultiColumnFinder.Combination) - Method in class adams.data.weka.columnfinder.MultiColumnFinder
Sets how the indices are combined.
setCombination(MultiRowFinder.Combination) - Method in class adams.data.weka.rowfinder.MultiRowFinder
Sets how the indices are combined.
setCombination(MultiOutlierDetector.Combination) - Method in class adams.flow.control.removeoutliers.MultiOutlierDetector
Sets how to combine the outliers.
setCombination(MultiScopeRestriction.ScopeCombination) - Method in class adams.flow.execution.debug.MultiScopeRestriction
Sets how to combine the results of the restrictions.
setCombination(ClassifierCascade.Combination) - Method in class weka.classifiers.meta.ClassifierCascade
how to combine the statistics.
setCombinationRule(SelectedTag) - Method in class weka.classifiers.meta.AbstainVote
Sets the combination rule to use.
setCombinationRule(SelectedTag) - Method in class weka.classifiers.meta.SubsetEnsemble
Sets the combination rule to use.
setCombinationRule(SelectedTag) - Method in class weka.classifiers.meta.VotedImbalance
Sets the combination rule to use.
setCombinationType(MultiMonitor.CombinationType) - Method in class adams.core.io.filechanged.MultiMonitor
Sets how to combine the results of the monitors.
setCombine(boolean) - Method in class adams.gui.visualization.sequence.XYSequenceExportDialog
Sets whether the files should get combined if possible.
setCombine(boolean) - Method in class adams.gui.visualization.timeseries.TimeseriesExportDialog
Sets whether the files should get combined if possible.
setCombineLabelColumns(boolean) - Method in class adams.flow.transformer.ConfusionMatrix
Sets whether to combine the label columns of the label key matrix when enumerating the labels (act/pred must be same).
setCommand(BaseCommandLine) - Method in class adams.flow.control.flowrestart.operation.ExternalCommand
Sets the external command.
setCommand(BaseText) - Method in class adams.flow.sink.Exec
Sets the command to run.
setCommand(BaseText) - Method in class adams.flow.source.Command
Sets the command to run.
setCommand(BaseText) - Method in class adams.flow.source.Exec
Sets the command to run.
setCommand(SendFlowControlCommand.Command) - Method in class adams.scripting.command.flow.SendFlowControlCommand
Sets the command to send.
setCommand(RemoteCommand) - Method in class adams.flow.source.NewRemoteCommand
Sets the command to create.
setCommand(String) - Method in class adams.flow.source.SSHExec
Sets the command to run.
setCommand(String) - Method in class adams.flow.standalone.Java
Sets the command to run.
setCommand(String) - Method in class adams.gui.scripting.ScriptingCommandCode
Sets the command that was executed.
setCommandContainsPlaceholder(boolean) - Method in class adams.flow.source.Command
Sets whether the command string contains a placeholder which needs to be expanded first.
setCommandContainsPlaceholder(boolean) - Method in class adams.flow.source.Exec
Sets whether the command string contains a placeholder which needs to be expanded first.
setCommandContainsPlaceholder(boolean) - Method in class adams.flow.standalone.Java
Sets whether the command string contains a placeholder which needs to be expanded first.
setCommandContainsVariable(boolean) - Method in class adams.flow.source.Command
Sets whether the command string contains a variable which needs to be expanded first.
setCommandContainsVariable(boolean) - Method in class adams.flow.source.Exec
Sets whether the command string contains a variable which needs to be expanded first.
setCommandContainsVariable(boolean) - Method in class adams.flow.standalone.Java
Sets whether the command string contains a variable which needs to be expanded first.
setCommandHandler(RemoteCommandHandler) - Method in class adams.scripting.engine.AbstractScriptingEngine
Sets the command handler to use.
setCommandHandler(RemoteCommandHandler) - Method in interface adams.scripting.engine.RemoteScriptingEngine
Sets the command handler to use.
setCommandProcessor(RemoteCommandProcessor) - Method in class adams.console.Logging
Sets the command processor to use.
setCommandProcessor(RemoteCommandProcessor) - Method in class adams.data.conversion.RemoteCommandToString
Sets the command processor to use.
setCommandProcessor(RemoteCommandProcessor) - Method in class adams.data.conversion.StringToRemoteCommand
Sets the command processor to use.
setCommandProcessor(RemoteCommandProcessor) - Method in class adams.flow.control.RemoteExecutionTrigger
Sets the command processor to use.
setCommandProcessor(RemoteCommandProcessor) - Method in class adams.flow.sink.RemoteCommandWriter
Sets the command processor to use.
setCommandProcessor(RemoteCommandProcessor) - Method in class adams.flow.sink.SendRemoteCommand
Sets the command processor to use.
setCommandProcessor(RemoteCommandProcessor) - Method in class adams.flow.transformer.RemoteCommandReader
Sets the command processor to use.
setCommandProcessor(RemoteCommandProcessor) - Method in class adams.gui.tools.remotecontrolcenter.panels.AbstractRemoteFlowTab
Sets the command processor to use.
setCommandProcessor(RemoteCommandProcessor) - Method in class adams.gui.tools.remotecontrolcenter.panels.RemoteLoggingTab
Sets the command processor to use.
setCommandProcessor(RemoteCommandProcessor) - Method in class adams.scripting.CommandRunner
Sets the command processor to use.
setCommandProcessor(RemoteCommandProcessor) - Method in class adams.scripting.engine.AbstractScriptingEngine
Sets the command processor to use.
setCommandProcessor(RemoteCommandProcessor) - Method in interface adams.scripting.processor.RemoteCommandProcessorHandler
Sets the command processor to use.
setCommandProcessor(RemoteCommandProcessor) - Method in class adams.scripting.requesthandler.CommandDumperHandler
Sets the command processor to use.
setCommandProcessor(RemoteCommandProcessor) - Method in class adams.scripting.responsehandler.CommandDumperHandler
Sets the command processor to use.
setCommands(RemoteCommand[]) - Method in class adams.scripting.CommandRunner
Sets the commands to execute.
setComment(BaseText) - Method in class adams.flow.transformer.WekaClusterEvaluationSummary
Sets the comment to output in the summary.
setComment(BaseText) - Method in class adams.flow.transformer.WekaEvaluationSummary
Sets the comment to output in the summary.
setComment(String) - Method in class adams.core.PropertiesToCode
Sets the comment to use for the class javadoc.
setComment(String) - Method in class adams.data.io.input.CsvSpreadSheetReader
Sets the string denoting the start of a line comment.
setComment(String) - Method in class adams.data.io.output.CsvSpreadSheetWriter
Sets the string denoting the start of a line comment.
setComments(BaseText) - Method in class adams.flow.source.NewSpreadSheet
Sets the comments to use.
setComments(BaseText) - Method in class adams.flow.transformer.SpreadSheetAppendComments
Sets the comments to use.
setCompact(boolean) - Method in class adams.data.conversion.Mat5ArrayToString
Sets whether to output compact format (ie no spaces).
setComparator(Comparator) - Method in class adams.flow.source.filesystemsearch.FtpDirectorySearchWithComparator
Sets the comparator to use.
setComparator(Comparator) - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearchWithComparator
Sets the comparator to use.
setComparator(Comparator) - Method in class adams.flow.source.filesystemsearch.SftpDirectorySearchWithComparator
Sets the comparator to use.
setComparator(Comparator) - Method in class adams.flow.source.filesystemsearch.SmbDirectorySearchWithComparator
Sets the comparator to use.
setComparator(Comparator) - Method in class adams.flow.transformer.Sort
Sets the comparator to use.
setComparator(Comparator) - Method in class adams.flow.transformer.SpreadSheetSortColumns
Sets the comparator to use.
setComparator(Comparator) - Method in class adams.flow.transformer.WekaSpreadSheetToPredictions
Sets the comparator to use.
setComparator(Comparator) - Method in class weka.classifiers.AggregateEvaluations
Sets the comparator to use.
setCompare(AbstractObjectCompare) - Method in class adams.flow.transformer.CompareObjects
Sets the comparison algorithm.
setCompareDest(BaseString[]) - Method in class adams.flow.source.RSync
 
setCompareWithItself(boolean) - Method in class adams.flow.transformer.DetermineOverlappingAreas
Sets whether to compare the report with itself rather than the one from storage.
setCompareWithItself(boolean) - Method in class adams.flow.transformer.DetermineOverlappingObjects
Sets whether to compare the report with itself rather than the one from storage.
setCompareWithItself(boolean) - Method in class adams.flow.transformer.RemoveOverlappingImageObjects
Sets whether to compare the report with itself rather than the one from storage.
setComparison(XYSequencePointComparator.Comparison) - Method in class adams.data.sequence.XYSequence
Sets the type of comparison to use.
setComparison(AbstractComparison) - Method in class adams.flow.transformer.CompareObjectLocations
Sets the comparison view to use.
setComparisonField(ExperimentStatistic) - Method in class adams.flow.transformer.WekaExperimentEvaluation
Sets the comparison field.
setComparisonField(ExperimentStatistic) - Method in class adams.gui.tools.wekainvestigator.tab.experimenttab.output.TextOutput
Sets the comparison field.
setComparisonType(XYSequencePointComparator.Comparison) - Method in class adams.flow.sink.SequencePlotter
Sets the type of comparison to use for the X/Y points.
setCompleteRowsOnly(boolean) - Method in class adams.flow.transformer.spreadsheetmethodmerge.JoinOnID
Sets whether incomplete rows should be skipped.
setCompleteRowsOnly(boolean) - Method in class adams.flow.transformer.wekadatasetsmerge.JoinOnID
Sets whether incomplete rows should be skipped.
setComplexityStatistics(boolean) - Method in class adams.flow.transformer.WekaEvaluationSummary
Sets whether to output complexity stats as well.
setComplexityStatistics(boolean) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.TextStatistics
Sets whether to output complexity stats as well.
setComponent(BaseTable) - Method in class adams.gui.visualization.report.ReportContainer
Sets the component to associate.
setComponent(C) - Method in interface adams.gui.visualization.container.ContainerWithComponent
Sets the component to associate.
setComponent(String, Component) - Method in class adams.gui.core.PropertiesParameterPanel
Associates the custom component with a particular property.\ Must have setText(String) and getText() methods!
setComponent(JComponent) - Method in class adams.gui.print.JComponentWriter
sets the component to print to an output format.
setComponentRange(Range) - Method in class weka.attributeSelection.AbstractPLSAttributeEval
Sets the range of components to be used.
setComposite(Composite) - Method in class adams.gui.print.PostscriptGraphics
 
setCompounds(List<Field>) - Method in class adams.gui.visualization.report.ReportFactory.StandardsDialog
Sets the compounds to display.
setCompress(boolean) - Method in class adams.flow.source.RSync
 
setCompress(boolean) - Method in class adams.gui.core.dotnotationtree.DotNotationTree
Sets whether to compress the tree (removal of unnecessary nestings) or not.
setCompress(boolean) - Method in class adams.gui.print.TIFFWriter
Sets whether to compress the image.
setCompressLevel(int) - Method in class adams.flow.source.RSync
 
setCondition(TimeseriesTimestampCheck.TimestampCondition) - Method in class adams.data.outlier.TimeseriesTimestampCheck
Sets the condition that the selected timestamp must meet.
setCondition(BooleanCondition) - Method in interface adams.flow.condition.bool.BooleanConditionSupporter
Sets the break condition to evaluate.
setCondition(BooleanCondition) - Method in class adams.flow.condition.bool.Not
Sets the condition.
setCondition(BooleanCondition) - Method in class adams.flow.control.Block
Sets the condition.
setCondition(BooleanCondition) - Method in class adams.flow.control.Breakpoint
Sets the break condition to evaluate.
setCondition(BooleanCondition) - Method in class adams.flow.control.ConditionalSequence
Sets the condition to evaluate.
setCondition(BooleanCondition) - Method in class adams.flow.control.ConditionalSubProcess
Sets the condition to evaluate.
setCondition(BooleanCondition) - Method in class adams.flow.control.ConditionalTee
Sets the condition responsible for tee-ing of the token.
setCondition(BooleanCondition) - Method in class adams.flow.control.ConditionalTrigger
Sets the boolean condition.
setCondition(BooleanCondition) - Method in class adams.flow.control.Count
Sets the condition responsible for tee-ing of the token.
setCondition(BooleanCondition) - Method in class adams.flow.control.IfThenElse
Sets the condition.
setCondition(BooleanCondition) - Method in class adams.flow.control.RaiseError
Sets the condition responsible for tee-ing of the token.
setCondition(BooleanCondition) - Method in class adams.flow.control.WhileLoop
Sets the condition to evaluate.
setCondition(BooleanCondition) - Method in class adams.flow.execution.debug.ClassBreakpoint
Sets the break condition to evaluate.
setCondition(BooleanCondition) - Method in class adams.flow.execution.debug.PathBreakpoint
Sets the break condition to evaluate.
setCondition(BooleanCondition) - Method in class adams.flow.standalone.ConditionalStandalones
Sets the boolean condition.
setConditions(AbstractConditions) - Method in class adams.flow.source.AbstractConditionalIdSupplier
Sets the conditions container to use for retrieving the spectra.
setConditions(AbstractConditions) - Method in interface adams.flow.source.ConditionalIdSupplier
Sets the conditions container to use for retrieving the spectra.
setConditions(BooleanCondition[]) - Method in class adams.flow.condition.bool.AbstractMultiCondition
Sets the conditions to evaluate.
setConditions(BooleanCondition[]) - Method in class adams.flow.control.Switch
Sets the conditions to evaluate.
setConditions(BooleanCondition[]) - Method in class adams.flow.source.SwitchedSource
Sets the conditions to evaluate.
setConfidenceLevel(double) - Method in class adams.data.weka.evaluator.IntervalEstimatorBased
Sets the confidence level.
setConfidenceLevel(double) - Method in class adams.flow.source.wekaforecastersetup.WekaForecasterGenerator
Sets the confidence level to use.
setConfigFile(PlaceholderFile) - Method in class adams.flow.standalone.TesseractConfiguration
Sets the config file, ignored if pointing to directory.
setConfiguration(PlaceholderFile) - Method in class adams.gui.tools.previewbrowser.FromFileHandler
Sets the file with the preview handler configuration to use.
setConfusionMatrix(boolean) - Method in class adams.flow.transformer.WekaEvaluationSummary
Sets whether to output the confusion matrix as well.
setConfusionMatrix(boolean) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.TextStatistics
Sets whether to output the confusion matrix as well.
setConnection(Connection) - Method in class adams.flow.control.RemoteExecutionTrigger
Sets the connection used for sending the flow.
setConnection(Connection) - Method in interface adams.flow.core.RemoteExecutionHandler
Sets the connection used for sending the flow.
setConnection(Connection) - Method in class adams.flow.sink.SendRemoteCommand
Sets the connection to send the command to.
setConnection(Connection) - Method in class adams.scripting.command.distributed.DeregisterWorker
Sets the connection to use as payload.
setConnection(Connection) - Method in class adams.scripting.command.distributed.RegisterWorker
Sets the connection to use as payload.
setConnection(Connection) - Method in class adams.scripting.CommandRunner
Sets the connection to use.
setConnections(Connection) - Method in class adams.scripting.connection.AbstractConnectionEnhancer
Sets the connection to use.
setConnections(Connection[]) - Method in class adams.scripting.connection.AbstractMultiConnection
Sets the connections to manage.
setConnections(Connection[]) - Method in class adams.scripting.connection.Multicast
Sets the connections to use.
setConnectLines(boolean) - Method in class adams.flow.transformer.BoofCVDetectLineSegments
Sets whether to connect/optimize the segments.
setConnectOnStartUp(boolean) - Method in class adams.db.AbstractDatabaseConnection
Sets whether to connect on start-up (only if not connected).
setConnectRule(ConnectRule) - Method in class adams.data.boofcv.transformer.BinaryContours
Sets the connect rule to apply.
setConnectRule(ConnectRule) - Method in class adams.data.boofcv.transformer.CannyEdgeDetection
Sets the connect rule to apply.
setConnectRule(ConnectRule) - Method in class adams.flow.transformer.locateobjects.BinaryContours
Sets the connect rule to apply.
setConnectRule(ConnectRule) - Method in class adams.flow.transformer.locateobjects.CannyBinary
Sets the connect rule to apply.
setConsoleObject(LoggingObject) - Method in class adams.core.management.Launcher
Sets the owning console object to use for the output printer if that implements LoggingObjectOwner.
setConstant(double) - Method in class adams.data.spreadsheet.rowscore.DistanceFromConstant
Sets the constant to use.
setContainerClass(AbstractContainer) - Method in class adams.flow.source.MakeContainer
Sets the class name of the container to create.
setContainerIDRegExp(BaseRegExp) - Method in class adams.gui.visualization.core.AbstractStrokePaintletWithContainerIDMatching
Sets the regular expression the container IDs must match.
setContainerIDRegExp(BaseRegExp) - Method in interface adams.gui.visualization.core.PaintletWithContainerIDMatching
Sets the regular expression the container IDs must match.
setContainerManager(InstanceContainerManager) - Method in class adams.gui.visualization.instance.InstanceExplorer
Sets the manager for handling the containers.
setContainerManager(SpreadSheetRowContainerManager) - Method in class adams.gui.visualization.spreadsheet.SpreadSheetExplorer
Sets the manager for handling the containers.
setContainerManager(TimeseriesContainerManager) - Method in class adams.gui.visualization.timeseries.TimeseriesExplorer
Sets the manager for handling the containers.
setContainerManager(M) - Method in interface adams.gui.visualization.container.ContainerListManager
Sets the manager for handling the containers.
setContainerManager(M) - Method in class adams.gui.visualization.container.DataContainerPanel
Sets the manager for handling the containers.
setContainerManager(M) - Method in class adams.gui.visualization.report.ReportFactory.Dialog
Sets the underlying manager.
setContainerManager(M) - Method in class adams.gui.visualization.report.ReportFactory.Panel
Sets the manager to listen to.
setContainerValue(PlotContainerUpdater.PlotContainerValue) - Method in class adams.flow.control.PlotContainerUpdater
Sets the type of value to update.
setContainerValue(PlotContainerUpdater.PlotContainerValue) - Method in class adams.flow.transformer.SetPlotContainerValue
Sets the type of value to update.
SetContainerValue - Class in adams.flow.control
Updates a single item in the container passing through, using either the data obtained from a callable actor or a storage item.
Using the 'force' option, additional meta-data can be stored in the container as well.
SetContainerValue() - Constructor for class adams.flow.control.SetContainerValue
 
setContainerValueName(String) - Method in class adams.flow.control.AbstractContainerUpdater
Sets the container value to update.
setContainerValueName(String) - Method in class adams.flow.control.UpdateContainerValue
Sets the name of the value to update.
setContent(DateTime) - Method in interface adams.data.spreadsheet.Cell
Sets the content of the cell.
setContent(DateTime) - Method in class adams.data.spreadsheet.CellView
Sets the content of the cell.
setContent(DateTime) - Method in class adams.data.spreadsheet.DoubleCell
Sets the content of the cell.
setContent(DateTime) - Method in class adams.data.spreadsheet.FloatCell
Sets the content of the cell.
setContent(DateTime) - Method in class adams.ml.data.DataCellView
Sets the content of the cell.
setContent(DateTimeMsec) - Method in interface adams.data.spreadsheet.Cell
Sets the content of the cell.
setContent(DateTimeMsec) - Method in class adams.data.spreadsheet.CellView
Sets the content of the cell.
setContent(DateTimeMsec) - Method in class adams.data.spreadsheet.DoubleCell
Sets the content of the cell.
setContent(DateTimeMsec) - Method in class adams.data.spreadsheet.FloatCell
Sets the content of the cell.
setContent(DateTimeMsec) - Method in class adams.ml.data.DataCellView
Sets the content of the cell.
setContent(Time) - Method in interface adams.data.spreadsheet.Cell
Sets the content of the cell.
setContent(Time) - Method in class adams.data.spreadsheet.CellView
Sets the content of the cell.
setContent(Time) - Method in class adams.data.spreadsheet.DoubleCell
Sets the content of the cell.
setContent(Time) - Method in class adams.data.spreadsheet.FloatCell
Sets the content of the cell.
setContent(Time) - Method in class adams.ml.data.DataCellView
Sets the content of the cell.
setContent(TimeMsec) - Method in interface adams.data.spreadsheet.Cell
Sets the content of the cell.
setContent(TimeMsec) - Method in class adams.data.spreadsheet.CellView
Sets the content of the cell.
setContent(TimeMsec) - Method in class adams.data.spreadsheet.DoubleCell
Sets the content of the cell.
setContent(TimeMsec) - Method in class adams.data.spreadsheet.FloatCell
Sets the content of the cell.
setContent(TimeMsec) - Method in class adams.ml.data.DataCellView
Sets the content of the cell.
setContent(Boolean) - Method in interface adams.data.spreadsheet.Cell
Sets the content of the cell.
setContent(Boolean) - Method in class adams.data.spreadsheet.CellView
Sets the content of the cell.
setContent(Boolean) - Method in class adams.data.spreadsheet.DoubleCell
Sets the content of the cell.
setContent(Boolean) - Method in class adams.data.spreadsheet.FloatCell
Sets the content of the cell.
setContent(Boolean) - Method in class adams.ml.data.DataCellView
Ignored.
setContent(Byte) - Method in interface adams.data.spreadsheet.Cell
Sets the content of the cell.
setContent(Byte) - Method in class adams.data.spreadsheet.CellView
Sets the content of the cell.
setContent(Byte) - Method in class adams.data.spreadsheet.DoubleCell
Sets the content of the cell.
setContent(Byte) - Method in class adams.data.spreadsheet.FloatCell
Sets the content of the cell.
setContent(Byte) - Method in class adams.ml.data.DataCellView
Sets the content of the cell.
setContent(Double) - Method in interface adams.data.spreadsheet.Cell
Sets the content of the cell.
setContent(Double) - Method in class adams.data.spreadsheet.CellView
Sets the content of the cell.
setContent(Double) - Method in class adams.data.spreadsheet.DoubleCell
Sets the content of the cell.
setContent(Double) - Method in class adams.data.spreadsheet.FloatCell
Sets the content of the cell.
setContent(Double) - Method in class adams.ml.data.DataCellView
Sets the content of the cell.
setContent(Float) - Method in interface adams.data.spreadsheet.Cell
Sets the content of the cell.
setContent(Float) - Method in class adams.data.spreadsheet.CellView
Sets the content of the cell.
setContent(Float) - Method in class adams.data.spreadsheet.DoubleCell
Sets the content of the cell.
setContent(Float) - Method in class adams.data.spreadsheet.FloatCell
Sets the content of the cell.
setContent(Float) - Method in class adams.ml.data.DataCellView
Sets the content of the cell.
setContent(Integer) - Method in interface adams.data.spreadsheet.Cell
Sets the content of the cell.
setContent(Integer) - Method in class adams.data.spreadsheet.CellView
Sets the content of the cell.
setContent(Integer) - Method in class adams.data.spreadsheet.DoubleCell
Sets the content of the cell.
setContent(Integer) - Method in class adams.data.spreadsheet.FloatCell
Sets the content of the cell.
setContent(Integer) - Method in class adams.ml.data.DataCellView
Sets the content of the cell.
setContent(Long) - Method in interface adams.data.spreadsheet.Cell
Sets the content of the cell.
setContent(Long) - Method in class adams.data.spreadsheet.CellView
Sets the content of the cell.
setContent(Long) - Method in class adams.data.spreadsheet.DoubleCell
Sets the content of the cell.
setContent(Long) - Method in class adams.data.spreadsheet.FloatCell
Sets the content of the cell.
setContent(Long) - Method in class adams.ml.data.DataCellView
Sets the content of the cell.
setContent(Short) - Method in interface adams.data.spreadsheet.Cell
Sets the content of the cell.
setContent(Short) - Method in class adams.data.spreadsheet.CellView
Sets the content of the cell.
setContent(Short) - Method in class adams.data.spreadsheet.DoubleCell
Sets the content of the cell.
setContent(Short) - Method in class adams.data.spreadsheet.FloatCell
Sets the content of the cell.
setContent(Short) - Method in class adams.ml.data.DataCellView
Sets the content of the cell.
setContent(String) - Method in interface adams.data.spreadsheet.Cell
Sets the content of the cell.
setContent(String) - Method in class adams.data.spreadsheet.CellView
Sets the content of the cell.
setContent(String) - Method in class adams.data.spreadsheet.DoubleCell
Sets the content of the cell.
setContent(String) - Method in class adams.data.spreadsheet.FloatCell
Sets the content of the cell.
setContent(String) - Method in class adams.doc.docbook.Section
Sets the content that gets enclosed in "para" tags.
setContent(String) - Method in class adams.doc.xhtml.AbstractMixedTag
Sets the content of the tag.
setContent(String) - Method in class adams.doc.xml.AbstractSimpleTag
Sets the content of the tag.
setContent(String) - Method in class adams.gui.core.AbstractTextAreaPanelWithAdvancedSyntaxHighlighting
Sets the content to display.
setContent(String) - Method in class adams.gui.core.StyledTextEditorPanel
Sets the content to display.
setContent(String) - Method in class adams.gui.core.TextEditorPanel
Sets the content to display.
setContent(String) - Method in class adams.gui.dialog.TextDialog
Sets the content to display.
setContent(String) - Method in class adams.gui.dialog.TextPanel
Sets the content to display.
setContent(String) - Method in class adams.gui.goe.MultiLineValueDialog
Sets the string content to display.
setContent(String) - Method in class adams.gui.tools.XSLTPanel.SubPanel
Sets the content to display.
setContent(String) - Method in class adams.ml.data.DataCellView
Sets the content of the cell.
setContent(Date) - Method in interface adams.data.spreadsheet.Cell
Sets the content of the cell.
setContent(Date) - Method in class adams.data.spreadsheet.CellView
Sets the content of the cell.
setContent(Date) - Method in class adams.data.spreadsheet.DoubleCell
Sets the content of the cell.
setContent(Date) - Method in class adams.data.spreadsheet.FloatCell
Sets the content of the cell.
setContent(Date) - Method in class adams.ml.data.DataCellView
Sets the content of the cell.
setContent(JComponent) - Method in class adams.gui.tools.previewbrowser.PreviewPanel
Sets the actual content.
setContent(T) - Method in class adams.data.container.AbstractSimpleContainer
Sets the content to use.
setContentAs(String, Cell.ContentType) - Method in interface adams.data.spreadsheet.Cell
Sets the content of the cell, trying to parse the content using the specified content type.
setContentAs(String, Cell.ContentType) - Method in class adams.data.spreadsheet.CellView
Sets the content of the cell, trying to parse the content using the specified content type.
setContentAs(String, Cell.ContentType) - Method in class adams.data.spreadsheet.DoubleCell
Sets the content of the cell, trying to parse the content using the specified content type.
setContentAs(String, Cell.ContentType) - Method in class adams.data.spreadsheet.FloatCell
Sets the content of the cell, trying to parse the content using the specified content type.
setContentAs(String, Cell.ContentType) - Method in class adams.ml.data.DataCellView
Sets the content of the cell, trying to parse the content using the specified content type.
setContentAsString(String) - Method in interface adams.data.spreadsheet.Cell
Sets the string content of the cell.
setContentAsString(String) - Method in class adams.data.spreadsheet.CellView
Sets the string content of the cell.
setContentAsString(String) - Method in class adams.data.spreadsheet.DoubleCell
Sets the string content of the cell.
setContentAsString(String) - Method in class adams.data.spreadsheet.FloatCell
Sets the string content of the cell.
setContentAsString(String) - Method in class adams.ml.data.DataCellView
Sets the string content of the cell.
setContentName(String) - Method in class adams.flow.sink.TextWriter
Sets name of the content.
setContentType(Cell.ContentType) - Method in class adams.data.spreadsheet.rowfinder.ByContentType
Sets the content type to look for.
setContentTypes(Cell.ContentType[]) - Method in class adams.data.spreadsheet.columnfinder.ByContentType
Sets the content types that the columns can have.
setContentVisible(boolean) - Method in class adams.gui.core.OneTouchPanel
Sets whether to show the content or hide it.
setContext(FlowPanel) - Method in class adams.flow.processor.AbstractActorListingProcessor
Sets the FlowPanel context.
setContext(FlowPanel) - Method in interface adams.flow.processor.ActorProcessorWithFlowPanelContext
Sets the FlowPanel context.
setContimeout(int) - Method in class adams.flow.source.RSync
 
setControlActor(AbstractControlActor) - Method in class adams.flow.control.AbstractDirector
Sets the control actor to execute.
setControlActor(AbstractDirectedControlActor) - Method in class adams.flow.control.IfStorageValue.IfStorageValueDirector
Sets the group to execute.
setControlActor(AbstractDirectedControlActor) - Method in class adams.flow.control.IfThenElse.IfThenElseDirector
Sets the group to execute.
setControlActor(AbstractDirectedControlActor) - Method in class adams.flow.control.SubProcess.SubProcessDirector
Sets the group to execute.
setControlActor(AbstractDirectedControlActor) - Method in class adams.flow.control.Switch.SwitchDirector
Sets the group to execute.
setControlActor(AbstractDirectedControlActor) - Method in class adams.flow.source.SequenceSource.SequenceSourceDirector
Sets the group to execute.
setControlButtonsAreShown(boolean) - Method in interface adams.gui.chooser.FileChooser
Sets the property that indicates whether the approve and cancel buttons are shown in the file chooser.
setControlsVisible(boolean) - Method in class adams.gui.core.AdjustableGridPanel
Sets whether the controls are shown or not.
setConversion(AbstractSwapObject) - Method in class adams.flow.processor.SwapObjects
Sets the conversion to use.
setConversion(BufferedImageToOtherFormatConversion) - Method in class adams.flow.source.NewImage
Sets the conversion for converting the BufferedImageContainer into another format if necessary.
setConversion(Conversion) - Method in class adams.flow.condition.bool.HashSet
Sets the type of conversion to perform.
setConversion(Conversion) - Method in class adams.flow.source.CombineStorage
Sets the type of conversion to perform.
setConversion(Conversion) - Method in class adams.flow.source.CombineVariables
Sets the type of conversion to perform.
setConversion(Conversion) - Method in class adams.flow.source.HashSet
Sets the type of conversion to perform.
setConversion(Conversion) - Method in class adams.flow.source.StorageValue
Sets the type of conversion to perform.
setConversion(Conversion) - Method in class adams.flow.source.StorageValuesArray
Sets the type of conversion to perform.
setConversion(Conversion) - Method in class adams.flow.source.StringConstants
Sets the type of conversion to perform.
setConversion(Conversion) - Method in class adams.flow.source.Variable
Sets the type of conversion to perform.
setConversion(Conversion) - Method in class adams.flow.source.VariablesArray
Sets the type of conversion to perform.
setConversion(Conversion) - Method in class adams.flow.standalone.HashSetInit
Sets the type of conversion to perform.
setConversion(Conversion) - Method in class adams.flow.transformer.AbstractGetReportValue
Sets the type of conversion to perform.
setConversion(Conversion) - Method in class adams.flow.transformer.ArrayToVariables
Sets the type of conversion to perform.
setConversion(Conversion) - Method in class adams.flow.transformer.Convert
Sets the type of conversion to perform.
setConversion(Conversion) - Method in class adams.flow.transformer.HashSetAdd
Sets the type of conversion to perform.
setConversion(Conversion) - Method in class adams.flow.transformer.HashSetInit
Sets the type of conversion to perform.
setConversion(Conversion) - Method in class adams.flow.transformer.SetJsonValue
Sets the type of conversion to perform.
setConversion(Conversion) - Method in class adams.flow.transformer.SetMapValue
Sets the type of conversion to perform.
setConversion(Conversion) - Method in class adams.flow.transformer.SpreadSheetConvertCells
Sets the conversion scheme to apply to the located cells.
setConversion(Conversion) - Method in class adams.flow.transformer.SpreadSheetConvertHeaderCells
Sets the conversion scheme to apply to the located cells.
setConversion(Conversion) - Method in class weka.core.converters.SpreadSheetLoader
Sets the conversion to use for converting the spreadsheet into an Instances object.
setConversion(ConversionFromString) - Method in class adams.flow.control.Injector
Sets the conversion to apply to the string.
setConversion(ConversionFromString) - Method in class adams.flow.source.Exec
Sets the conversion to apply to the output.
setConversion(ConversionFromString) - Method in class adams.flow.transformer.SetPlotContainerValue
Sets the conversion to apply to the meta-data value string.
setConversion(ConversionToString) - Method in class adams.flow.sink.Exec
Sets the conversion to apply to the input.
setConversion(ColorConversionCode) - Method in class adams.data.opencv.transformer.ConvertType
Sets the conversion to apply.
setConvertEntities(boolean) - Method in class adams.doc.xml.AbstractSimpleTag
Sets whether to convert HTML entities or not.
setConverter(AbstractFeatureConverter) - Method in class adams.data.featureconverter.AbstractMetaFeatureConverter
Sets the base feature converter to use.
setConverter(AbstractFeatureConverter) - Method in class adams.data.image.AbstractImageFeatureGenerator
Sets the feature converter to use.
setConverter(AbstractFeatureConverter) - Method in class adams.data.timeseries.AbstractTimeseriesFeatureGenerator
Sets the feature converter to use.
setConverter(AbstractFeatureConverter) - Method in class adams.flow.transformer.ConvertFeatures
Sets the feature converter to use.
setConverter(Converter) - Method in class adams.data.conversion.WekaCommandToCode
Sets the converter to use.
setCookies(StorageName) - Method in class adams.flow.source.HttpRequest
Sets the (optional) storage name with the cookies to use.
setCopy(boolean) - Method in class adams.data.image.transformer.ImageFilter
Sets whether to create a copy of the image first.
setCopyDest(BaseString[]) - Method in class adams.flow.source.RSync
 
setCopyDirlinks(boolean) - Method in class adams.flow.source.RSync
 
setCopyLinks(boolean) - Method in class adams.flow.source.RSync
 
setCopyMetaData(boolean) - Method in class adams.data.objectoverlap.AbstractObjectOverlap
Sets whether to copy meta-data values across.
setCopyright(String) - Method in class adams.core.option.AbstractJavaCodeProducer
Sets the copyright entity.
setCopyright(String) - Method in class adams.core.PropertiesToCode
Sets the copyright entity.
setCopyUnsafeLinks(boolean) - Method in class adams.flow.source.RSync
 
setCorrect(String) - Method in class weka.filters.unsupervised.attribute.SpellChecker
Sets the correct label.
setCorrection(AbstractBaselineCorrection) - Method in class adams.flow.source.wekaforecastersetup.BaselineAdjustedForecasterGenerator
Sets the baseline correction scheme to use.
setCorrection(AbstractBaselineCorrection) - Method in class weka.classifiers.timeseries.BaselineAdjustedForecaster
Sets the baseline correction scheme to use.
setCorrection(AbstractDetrend) - Method in class weka.filters.unsupervised.attribute.Detrend
Sets the correction scheme to apply.
setCorrection(AbstractDetrend) - Method in class weka.filters.unsupervised.attribute.SimpleDetrend
Sets the correction scheme to apply.
setCorrection(AbstractMultiplicativeScatterCorrection) - Method in class weka.filters.unsupervised.attribute.MultiplicativeScatterCorrection
Sets the correction scheme to apply.
setCorrectOpenFileFilter(File) - Method in class adams.gui.chooser.AbstractConfigurableExtensionFileFilterFileChooser
Attempts to set the correct file filter for the specified file, using its extension to determine the file filter.
setCorrectOpenFileFilter(File) - Method in class adams.gui.chooser.AbstractExtensionFileFilterFileChooser
Attempts to set the correct file filter for the specified file, using its extension to determine the file filter.
setCorrectSaveFileFilter(File) - Method in class adams.gui.chooser.AbstractConfigurableExtensionFileFilterFileChooser
Attempts to set the correct file filter for the specified file, using its extension to determine the file filter.
setCorrectSaveFileFilter(File) - Method in class adams.gui.chooser.AbstractExtensionFileFilterFileChooser
Attempts to set the correct file filter for the specified file, using its extension to determine the file filter.
setCorrespondingColumn(int) - Method in class adams.data.spreadsheet.cellfinder.CorrespondingColumn
Sets the column location (abs/rel).
setCorrespondingPosition(PositionType) - Method in class adams.data.spreadsheet.cellfinder.CorrespondingColumn
Sets how to interpret the column position.
setCountsVisible(boolean) - Method in class adams.gui.selection.AbstractTableBasedSelectionPanel
Sets whether the total/selected counts are displayed.
setCountVariable(VariableName) - Method in class adams.flow.template.FileProcessingWithProgressBar
Sets the variable name to use for storing the progress count.
setCoverage(double) - Method in class adams.flow.standalone.MemoryMonitor
Sets the percentage of samples that must reach/exceed the threshold.
setCreateDirectories(boolean) - Method in class adams.flow.transformer.AbstractMultiDecompress
Sets whether to restore the directory structure from the archive.
setCreateDummyReport(boolean) - Method in class adams.data.io.input.AbstractDataContainerReader
Sets whether to create a dummy report if none present.
setCreateFile(boolean) - Method in class adams.flow.transformer.Touch
Sets whether to create the file if it doesn't exist.
setCreateFrame(boolean) - Method in class adams.flow.core.AbstractDisplay
Sets whether to create the frame or just the panel.
setCreatePlaceholderFileObjects(boolean) - Method in class adams.data.conversion.StringToFile
Sets whether to create PlaceholderFile objects instead.
setCreateSubDirectories(boolean) - Method in class adams.flow.transformer.CopyFile
Sets whether to re-create the sub-directory (last path component of input) below the target directory.
setCreateView(boolean) - Method in interface adams.data.spreadsheet.SpreadSheetViewCreator
Sets whether to create a view only.
setCreateView(boolean) - Method in interface adams.data.weka.InstancesViewCreator
Sets whether to create a view only.
setCreateView(boolean) - Method in class adams.flow.transformer.SpreadSheetColumnFilter
Sets whether to create a view only.
setCreateView(boolean) - Method in class adams.flow.transformer.SpreadSheetRandomSystematicSample
Sets whether to create a view only.
setCreateView(boolean) - Method in class adams.flow.transformer.SpreadSheetRowFilter
Sets whether to create a view only.
setCreateView(boolean) - Method in class adams.flow.transformer.SpreadSheetSubset
Sets whether to create a view only.
setCreateView(boolean) - Method in class adams.flow.transformer.SpreadSheetSubsetFromGroup
Sets whether to create a view only.
setCreateView(boolean) - Method in class adams.flow.transformer.WekaCrossValidationSplit
Sets whether to create a view only.
setCreateView(boolean) - Method in class adams.flow.transformer.WekaRandomSplit
Sets whether to create a view only.
setCreationTimestamp(BaseDateTime) - Method in class adams.data.io.output.GnumericSpreadSheetWriter
Sets the creation timestamp.
setCriteria(AbstractStoppingCriterion[]) - Method in class adams.opt.genetic.stopping.MultiStoppingCriterion
Sets the criteria to use.
setCronActors(Actor[]) - Method in class adams.flow.standalone.Cron
Sets the actors to execute on schedule.
setCrop(AbstractCropAlgorithm) - Method in class adams.flow.transformer.locateobjects.CroppedLocator
Sets the crop algorithm.
setCrop(AbstractCropAlgorithm) - Method in class adams.flow.transformer.locateobjects.XScreenMaskLocator
Set cropping algorithm.
setCrossValidationSeed(int) - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm
Sets the seed value to use for cross-validation.
setCrossValidationSeed(int) - Method in class adams.opt.optimise.genetic.fitnessfunctions.AbstractWEKAFitnessFunction
Sets the seed value to use for cross-validation.
setCSS(BaseString[]) - Method in class adams.flow.sink.Html4Display
Sets the CSS style sheet rules.
setCtrlDown(boolean) - Method in class adams.gui.visualization.image.leftclick.AbstractLeftClickProcessor
Sets whether the ctrl key needs to be down.
setCtrlDown(boolean) - Method in class adams.gui.visualization.object.mouseclick.AbstractMouseClickProcessor
Sets whether the ctrl key needs to be down.
setCurrent(PdfFont) - Method in class adams.gui.chooser.PdfFontChooser
Sets the selected font.
setCurrent(PdfFont) - Method in class adams.gui.chooser.PdfFontChooserPanel
Sets the selected font.
setCurrent(FtpRemoteDirectorySetup) - Method in class adams.gui.chooser.FtpDirectoryChooserPanel
Sets the current value.
setCurrent(SftpRemoteDirectorySetup) - Method in class adams.gui.chooser.SftpDirectoryChooserPanel
Sets the current value.
setCurrent(SmbRemoteDirectorySetup) - Method in class adams.gui.chooser.SmbDirectoryChooserPanel
Sets the current value.
setCurrent(Font) - Method in class adams.gui.chooser.FontChooser
Sets the selected font.
setCurrent(Font) - Method in class adams.gui.chooser.FontChooserPanelWithPreview
Sets the selected font.
setCurrent(File) - Method in class adams.gui.chooser.DatasetFileChooserPanel
Sets the current value.
setCurrent(File) - Method in class adams.gui.chooser.DirectoryChooserPanel
Sets the current value.
setCurrent(File) - Method in class adams.gui.chooser.FileChooserPanel
Sets the current value.
setCurrent(File) - Method in class adams.gui.chooser.SpreadSheetFileChooserPanel
Sets the current value.
setCurrent(File) - Method in class adams.gui.tools.weka.AbstractPanelWithFile
Sets the current file to use.
setCurrent(File) - Method in class adams.gui.tools.weka.CostCurvePanel
Sets the current file to use.
setCurrent(File) - Method in class adams.gui.visualization.instance.LoadDatasetDialog
Sets the current file.
setCurrent(File) - Method in class adams.gui.visualization.spreadsheet.LoadSpreadSheetDialog
Sets the current file.
setCurrent(File) - Method in class adams.gui.wizard.SelectDirectoryPage
Sets the current directory.
setCurrent(File) - Method in class adams.gui.wizard.SelectFilePage
Sets the current file.
setCurrent(File) - Method in class adams.gui.wizard.WekaSelectDatasetPage
Sets the current file.
setCurrent(File[]) - Method in class adams.gui.wizard.SelectMultipleDirectoriesPage
Sets the current directories.
setCurrent(File[]) - Method in class adams.gui.wizard.SelectMultipleFilesPage
Sets the current files.
setCurrent(File[]) - Method in class adams.gui.wizard.WekaSelectMultipleDatasetsPage
Sets the current files.
setCurrent(Object) - Method in class adams.gui.goe.GenericArrayEditorDialog
Sets the current object.
setCurrent(Object) - Method in class adams.gui.goe.GenericArrayEditorPanel
Sets the current value.
setCurrent(Object) - Method in class adams.gui.goe.GenericObjectEditorDialog
Sets the current object.
setCurrent(Object) - Method in class adams.gui.goe.GenericObjectEditorPanel
Sets the current value.
setCurrent(Object) - Method in class adams.gui.goe.WekaGenericArrayEditorDialog
Sets the current object.
setCurrent(Object) - Method in class adams.gui.goe.WekaGenericArrayEditorPanel
Sets the current value.
setCurrent(Object) - Method in class adams.gui.goe.WekaGenericObjectEditorDialog
Sets the current object.
setCurrent(Object) - Method in class adams.gui.goe.WekaGenericObjectEditorPanel
Sets the current value.
setCurrent(Object) - Method in class adams.gui.tools.previewbrowser.SerializedObjectPanel
Sets the object to display.
setCurrent(Object) - Method in class adams.gui.visualization.debug.InspectionPanel
Sets the object to inspect.
setCurrent(Object) - Method in class adams.gui.visualization.debug.propertyextractor.AbstractPropertyExtractor
Sets the current object to inspect.
setCurrent(T) - Method in class adams.gui.chooser.AbstractChooserPanel
Sets the current value.
setCurrentActor(Actor) - Method in class adams.flow.execution.debug.ControlPanel
Sets the current actor.
setCurrentAsString(String) - Method in class adams.gui.chooser.AbstractChooserPanel
Sets the current value as string.
setCurrentBatchSize(BaseInteger) - Method in class adams.gui.tools.spreadsheetprocessor.targets.DatabaseTarget
Sets the current batch size.
setCurrentBreakpoint(AbstractBreakpoint) - Method in class adams.flow.execution.debug.ControlPanel
Sets the current boolean breakpoint.
setCurrentChart(AbstractChartGenerator) - Method in class adams.gui.tools.spreadsheetprocessor.targets.ChartTarget
Sets the current chart generator.
setCurrentClass(Class) - Method in class adams.gui.chooser.ObjectExporterFileChooser
Sets the class to initialize the file chooser for.
setCurrentColumnNameConversion(ColumnNameConversion) - Method in class adams.gui.tools.spreadsheetprocessor.targets.DatabaseTarget
Sets the current column name conversion.
setCurrentCondition(BooleanCondition) - Method in class adams.flow.execution.debug.ControlPanel
Sets the current boolean condition.
setCurrentConnection(AbstractDatabaseConnection) - Method in class adams.gui.tools.spreadsheetprocessor.sources.DatabaseSource
Sets the current connection.
setCurrentConnection(AbstractDatabaseConnection) - Method in class adams.gui.tools.spreadsheetprocessor.targets.DatabaseTarget
Sets the current connection.
setCurrentDataRow(DataRow) - Method in class adams.gui.tools.spreadsheetprocessor.sources.DatabaseSource
Sets the current data row.
setCurrentDir(String) - Method in class adams.gui.core.FilePanel
Sets the directory to list.
setCurrentDirectory(File) - Method in class adams.gui.chooser.BaseFileChooser
Sets the current directory.
setCurrentDirectory(File) - Method in class adams.gui.chooser.DatasetFileChooserPanel
Sets the current directory to use for the file chooser.
setCurrentDirectory(File) - Method in interface adams.gui.chooser.FileChooser
Sets the current directory.
setCurrentDirectory(File) - Method in class adams.gui.chooser.FileChooserPanel
Sets the current directory to use for the file chooser.
setCurrentDirectory(File) - Method in class adams.gui.chooser.SimpleDirectoryChooser.SimpleDirectoryChooserCommunication
Sets the current directory.
setCurrentDirectory(File) - Method in class adams.gui.chooser.SpreadSheetFileChooserPanel
Sets the current directory to use for the file chooser.
setCurrentDirectory(File) - Method in class adams.gui.core.FileListWithButtons
Sets the current directory for the file dialog.
setCurrentDirectory(File) - Method in class adams.gui.flow.FlowEditorPanel
Sets the current directory in the FileChooser use for opening flows.
setCurrentDirectory(File) - Method in class adams.gui.flow.FlowRunnerPanel
Sets the current directory in the FileChooser use for opening flows.
setCurrentDirectory(File) - Method in class adams.gui.tools.spreadsheetprocessor.sources.FileBrowserSource
Sets the current directory.
setCurrentDirectory(File) - Method in class adams.gui.visualization.instance.LoadDatasetDialog
Sets the current directory to use for the file chooser.
setCurrentDirectory(File) - Method in class adams.gui.visualization.spreadsheet.LoadSpreadSheetDialog
Sets the current directory to use for the file chooser.
setCurrentDirectory(File) - Method in class adams.gui.wizard.SelectFilePage
Sets the current directory to use for the file chooser.
setCurrentDirectory(File) - Method in class adams.gui.wizard.SelectMultipleDirectoriesPage
Sets the current directory to use for the directory chooser.
setCurrentDirectory(File) - Method in class adams.gui.wizard.SelectMultipleFilesPage
Sets the current directory to use for the file chooser.
setCurrentDirectory(File) - Method in class adams.gui.wizard.WekaSelectDatasetPage
Sets the current directory to use for the file chooser.
setCurrentDirectory(File) - Method in class adams.gui.wizard.WekaSelectMultipleDatasetsPage
Sets the current directory to use for the file chooser.
setCurrentDirectory(String) - Method in class adams.gui.chooser.AbstractChooserPanelWithIOSupport
Sets the current directory to use for the file chooser.
setCurrentDirectory(String) - Method in class adams.gui.chooser.DirectoryChooserPanel
Sets the current directory.
setCurrentDirectory(String) - Method in class adams.gui.chooser.FtpDirectoryChooserPanel
Sets the current directory to use for the file chooser.
setCurrentDirectory(String) - Method in class adams.gui.chooser.SftpDirectoryChooserPanel
Sets the current directory to use for the file chooser.
setCurrentDirectory(String) - Method in class adams.gui.chooser.SmbDirectoryChooserPanel
Sets the current directory to use for the file chooser.
setCurrentFile(File) - Method in class adams.gui.flow.FlowEditorPanel
Sets the current file.
setCurrentFile(File) - Method in class adams.gui.flow.FlowPanel
Sets the current file.
setCurrentFile(File) - Method in class adams.gui.flow.FlowRunnerPanel
Sets the current file.
setCurrentFile(File) - Method in class adams.gui.tools.FileMonitorPanel
Sets the current file.
setCurrentFile(File) - Method in class adams.gui.tools.previewbrowser.AnnotateImage.CombinedPanel
Sets the current file.
setCurrentFile(File) - Method in class adams.gui.tools.spreadsheetprocessor.sources.FileSource
Sets the current file.
setCurrentFile(File) - Method in class adams.gui.tools.spreadsheetprocessor.targets.FileTarget
Sets the current file.
setCurrentFile(File) - Method in class adams.gui.visualization.image.ImagePanel
Sets the filename of the current image.
setCurrentFile(File) - Method in class weka.gui.explorer.ExplorerExt
Only updates the current file member, does not load it.
setCurrentFlow(Actor) - Method in class adams.gui.flow.FlowEditorPanel
Sets the flow to work on.
setCurrentFlow(Actor) - Method in class adams.gui.flow.FlowPanel
Sets the flow to work on.
setCurrentFlow(Actor) - Method in class adams.gui.flow.FlowRunnerPanel
Sets the flow to work on.
setCurrentFlow(Actor) - Method in class adams.gui.tools.spreadsheetprocessor.processors.FlowProcessor
Sets the flow.
setCurrentFlow(Node) - Method in class adams.gui.flow.FlowPanel
Sets the flow to work on.
setCurrentFlow(Node) - Method in class adams.gui.flow.FlowRunnerPanel
Sets the flow to work on.
setCurrentImage(AbstractImageContainer) - Method in class adams.flow.transformer.ImageAnnotator.AnnotatorPanel
Sets the current image.
setCurrentImage(AbstractImageContainer) - Method in class adams.gui.tools.previewbrowser.AnnotateImage.CombinedPanel
Sets the current image.
setCurrentImage(AbstractImageContainer) - Method in class adams.gui.visualization.image.ImagePanel
Sets the underlying image.
setCurrentImage(AbstractImageContainer, double) - Method in class adams.flow.transformer.ImageAnnotator.AnnotatorPanel
Sets the current image.
setCurrentImage(AbstractImageContainer, double) - Method in class adams.gui.tools.previewbrowser.AnnotateImage.CombinedPanel
Sets the current image.
setCurrentImage(AbstractImageContainer, double) - Method in class adams.gui.visualization.image.ImagePanel
Sets the underlying image.
setCurrentImage(BufferedImage) - Method in class adams.gui.visualization.image.ImagePanel.PaintPanel
Sets the image to display.
setCurrentImage(BufferedImage) - Method in class adams.gui.visualization.image.ImagePanel
Sets the underlying image.
setCurrentImage(BufferedImage, double) - Method in class adams.gui.visualization.image.ImagePanel.PaintPanel
Sets the image to display.
setCurrentImage(BufferedImage, double) - Method in class adams.gui.visualization.image.ImagePanel
Sets the underlying image.
setCurrentIndex(int) - Method in class adams.gui.chooser.SelectOptionPanel
Selects the option specified by the index.
setCurrentIndices(int[]) - Method in class adams.gui.chooser.SelectOptionPanel
Selects the options specified by the indices.
setCurrentLabel(String) - Method in class adams.flow.transformer.ImageAnnotator.AnnotatorPanel
Sets the label to use from now on.
setCurrentLabel(String) - Method in class adams.gui.visualization.object.labelselector.AbstractLabelSelectorPanel
Sets the current label to use.
setCurrentLabel(String) - Method in class adams.gui.visualization.object.labelselector.ComboBoxSelectorPanel
Sets the current label to use.
setCurrentLabel(String) - Method in interface adams.gui.visualization.object.labelselector.LabelSelector
Sets the current label to use.
setCurrentLabel(String) - Method in class adams.gui.visualization.object.ObjectAnnotationPanel
Sets the current label to use.
setCurrentMaxStringLength(BaseInteger) - Method in class adams.gui.tools.spreadsheetprocessor.targets.DatabaseTarget
Sets the current maximum length for strings.
setCurrentPanel(SpreadSheetPanel) - Method in class adams.gui.tools.spreadsheetviewer.AbstractDataPlugin
Sets the current panel.
setCurrentPanel(SpreadSheetPanel) - Method in class adams.gui.tools.spreadsheetviewer.AbstractViewPlugin
Sets the current panel.
setCurrentQuery(SQLStatement) - Method in class adams.gui.tools.spreadsheetprocessor.sources.DatabaseSource
Sets the current query.
setCurrentQuery(SpreadSheetQueryText) - Method in class adams.gui.tools.spreadsheetprocessor.processors.QueryProcessor
Sets the query.
setCurrentReader(SpreadSheetReader) - Method in class adams.gui.tools.spreadsheetprocessor.sources.ClipboardSource
Sets the current reader.
setCurrentReader(SpreadSheetReader) - Method in class adams.gui.tools.spreadsheetprocessor.sources.FileBrowserSource
Sets the current reader.
setCurrentReader(SpreadSheetReader) - Method in class adams.gui.tools.spreadsheetprocessor.sources.FileSource
Sets the current reader.
setCurrentStage(ExecutionStage) - Method in class adams.flow.execution.debug.ControlPanel
Sets the current stage.
setCurrentStringColumnSQL(String) - Method in class adams.gui.tools.spreadsheetprocessor.targets.DatabaseTarget
Sets the current SQL template for string columns.
setCurrentTable(int) - Method in class adams.gui.visualization.report.ReportFactory.Panel
Makes the specified report the current table.
setCurrentTable(String) - Method in class adams.gui.tools.spreadsheetprocessor.targets.DatabaseTarget
Sets the current table.
setCurrentTitle(String) - Method in class adams.gui.tools.spreadsheetprocessor.targets.ChartTarget
Sets the current title.
setCurrentToken(Token) - Method in class adams.flow.execution.debug.ControlPanel
Sets the current token, if any.
setCurrentTypeMapper(AbstractTypeMapper) - Method in class adams.gui.tools.spreadsheetprocessor.sources.DatabaseSource
Sets the current type mapper.
setCurrentTypeMapper(AbstractTypeMapper) - Method in class adams.gui.tools.spreadsheetprocessor.targets.DatabaseTarget
Sets the current type mapper.
setCurrentValue(Object) - Method in class adams.core.option.AbstractOption
Sets the current value.
setCurrentWidget(AbstractWidget) - Method in class adams.gui.tools.SpreadSheetProcessorPanel.WidgetPanel
Sets the current widget.
setCurrentWriter(SpreadSheetWriter) - Method in class adams.gui.tools.spreadsheetprocessor.targets.ClipboardTarget
Sets the current writer.
setCurrentWriter(SpreadSheetWriter) - Method in class adams.gui.tools.spreadsheetprocessor.targets.FileTarget
Sets the current writer.
setCustomAlpha(int) - Method in class adams.gui.visualization.object.overlay.AbstractObjectOverlayFromReport
Sets the custom alpha value (0: transparent, 255: opaque).
setCustomAlpha(int) - Method in class adams.gui.visualization.object.overlay.AbstractPointOverlayFromReport
Sets the custom alpha value (0: transparent, 255: opaque).
setCustomAlpha(int) - Method in class adams.gui.visualization.object.overlay.ClassificationLabelTextOverlay
Sets the custom alpha value (0: transparent, 255: opaque).
setCustomAlpha(int) - Method in class adams.gui.visualization.object.overlay.ObjectAnnotations
Sets the custom alpha value (0: transparent, 255: opaque).
setCustomAlpha(int) - Method in interface adams.gui.visualization.object.overlay.OverlayWithCustomAlphaSupport
Sets the custom alpha value (0: transparent, 255: opaque).
setCustomAlphaEnabled(boolean) - Method in class adams.gui.visualization.object.overlay.AbstractObjectOverlayFromReport
Sets whether to use a custom alpha value for the overlay colors.
setCustomAlphaEnabled(boolean) - Method in class adams.gui.visualization.object.overlay.AbstractPointOverlayFromReport
Sets whether to use a custom alpha value for the overlay colors.
setCustomAlphaEnabled(boolean) - Method in class adams.gui.visualization.object.overlay.ClassificationLabelTextOverlay
Sets whether to use a custom alpha value for the overlay colors.
setCustomAlphaEnabled(boolean) - Method in class adams.gui.visualization.object.overlay.ObjectAnnotations
Sets whether to use a custom alpha value for the overlay colors.
setCustomAlphaEnabled(boolean) - Method in interface adams.gui.visualization.object.overlay.OverlayWithCustomAlphaSupport
Sets whether to use a custom alpha value for the overlay colors.
setCustomCellRenderer() - Method in class adams.gui.core.SpreadSheetTable
Sets the custom cell renderer.
setCustomColumnHeaders(String) - Method in class adams.data.io.input.AbstractExcelSpreadSheetReader
Sets the custom headers to use.
setCustomColumnHeaders(String) - Method in class adams.data.io.input.CsvSpreadSheetReader
Sets the custom headers to use.
setCustomColumnHeaders(String) - Method in class adams.data.io.input.FastCsvSpreadSheetReader
Sets the custom headers to use.
setCustomColumnHeaders(String) - Method in class adams.data.io.input.FixedTabularSpreadSheetReader
Sets the custom headers to use.
setCustomColumnHeaders(String) - Method in class adams.data.io.input.GnumericSpreadSheetReader
Sets the custom headers to use.
setCustomColumnHeaders(String) - Method in interface adams.data.io.input.NoHeaderSpreadSheetReader
Sets the custom headers to use.
setCustomColumnHeaders(String) - Method in class adams.data.io.input.ODFSpreadSheetReader
Sets the custom headers to use.
setCustomColumnHeaders(String) - Method in class adams.data.io.input.SimpleCsvSpreadSheetReader
Sets the custom headers to use.
setCustomColumnHeaders(String) - Method in class adams.data.io.input.SimpleStreamSpreadSheetReader
Sets the custom headers to use.
setCustomColumnHeaders(String) - Method in class adams.data.io.input.SqlDumpSpreadSheetReader
Sets the custom headers to use.
setCustomContainerManager(XYSequenceContainerManager) - Method in class adams.gui.visualization.sequence.AbstractXYSequencePaintlet
Sets the custom container manager to obtain the sequences from.
setCustomContainerManager(XYSequenceContainerManager) - Method in class adams.gui.visualization.sequence.MultiPaintlet
Sets the custom container manager to obtain the sequences from.
setCustomContainerManager(XYSequenceContainerManager) - Method in interface adams.gui.visualization.sequence.XYSequencePaintletWithCustomerContainerManager
Sets the custom container manager to obtain the sequences from.
setCustomContentHandler(ContentHandler) - Static method in class adams.gui.tools.previewbrowser.PropertiesManager
Stores the custom setup of the handler.
setCustomFinishText(String) - Method in class adams.gui.wizard.AbstractWizardPane
Sets custom text to use for the "finish" button.
setCustomFormat(DecimalFormatString) - Method in class adams.gui.visualization.core.AxisPanelOptions
Sets the custom format for the tick labels.
setCustomFormat(String) - Method in class adams.data.filter.TimeseriesShiftTimestamps
Sets the custom date format to use for parsing.
setCustomFormat(String) - Method in class adams.flow.transformer.timeseriessplit.ReportDate
Sets the custom date format to use for parsing.
setCustomFormatter(Formatter) - Method in class adams.gui.visualization.core.axis.AbstractAxisModel
Sets the custom formatter to use.
setCustomHandler(FileSearchHandler) - Method in class adams.flow.transformer.FindInFile
Sets the file search handler to use.
setCustomHeight(int) - Method in class adams.gui.print.JComponentWriter
sets the custom height to use.
setCustomLoader(AbstractFileLoader) - Method in class adams.flow.transformer.WekaFileReader
Sets the custom loader to use.
setCustomLoader(AbstractFileLoader) - Method in class adams.flow.transformer.WekaReorderAttributesToReference
Sets the custom loader to use.
setCustomLoader(AbstractFileLoader) - Method in class weka.filters.unsupervised.instance.AlignDataset
Sets the custom loader to use (if enabled).
setCustomLoader(AbstractFileLoader) - Method in class weka.filters.unsupervised.instance.RemoveTestInstances
Sets the custom loader to use (if enabled).
setCustomPaintlet(XYSequencePaintlet) - Method in class adams.flow.sink.ActualVsPredictedPlot
Sets the custom paintlet.
setCustomPaintlet(XYSequencePaintlet) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.ClassifierErrors
Sets the custom paintlet.
setCustomPopupMenuProvider(CustomPopupMenuProvider) - Method in class adams.gui.visualization.image.ImagePanel.PaintPanel
Sets the custom popup menu provider.
setCustomPopupMenuProvider(CustomPopupMenuProvider) - Method in class adams.gui.visualization.image.ImagePanel
Sets the custom popup menu provider.
setCustomPropsFile(PlaceholderFile) - Method in class adams.flow.sink.WekaDatabaseWriter
Sets the custom properties file to use for initializing the database setup instead of WEKA's default one.
setCustomPropsFile(PlaceholderFile) - Method in class adams.flow.source.WekaDatabaseReader
Sets the custom properties file to use for initializing the database setup instead of WEKA's default one.
setCustomReader(FlowReader) - Method in class adams.flow.transformer.FlowFileReader
Sets the custom reader to use.
setCustomRenderer(TextRenderer) - Method in class adams.data.conversion.TextRenderer
Sets the custom renderer to use.
setCustomRenderer(TextRenderer) - Method in class adams.flow.sink.SimpleLogging
Sets the custom renderer to use.
setCustomRenderer(TextRenderer) - Method in class adams.flow.transformer.TextRenderer
Sets the custom renderer to use.
setCustomRenderer(TextRenderer) - Method in class adams.gui.visualization.debug.objectexport.PlainTextExporter
Sets the custom renderer to use.
setCustomRenderer(TextRenderer) - Method in class adams.gui.visualization.debug.objectexport.RenderedPlainTextExporter
Sets the custom renderer to use.
setCustomSaver(AbstractFileSaver) - Method in class adams.flow.sink.WekaFileWriter
Sets the custom saver to use.
setCustomStopMessage(String) - Method in interface adams.flow.core.InteractiveActor
Sets the custom message to use when stopping the flow.
setCustomStopMessage(String) - Method in class adams.flow.source.AbstractInteractiveSource
Sets the custom message to use when stopping the flow.
setCustomStopMessage(String) - Method in class adams.flow.source.SelectFile
Sets the custom message to use when stopping the flow.
setCustomStopMessage(String) - Method in class adams.flow.source.WekaSelectDataset
Sets the custom message to use when stopping the flow.
setCustomStopMessage(String) - Method in class adams.flow.standalone.AbstractDatabaseConnection
Sets the custom message to use when stopping the flow.
setCustomStopMessage(String) - Method in class adams.flow.standalone.FTPConnection
Sets the custom message to use when stopping the flow.
setCustomStopMessage(String) - Method in class adams.flow.standalone.SMBConnection
Sets the custom message to use when stopping the flow.
setCustomStopMessage(String) - Method in class adams.flow.standalone.SMTPConnection
Sets the custom message to use when stopping the flow.
setCustomStopMessage(String) - Method in class adams.flow.standalone.SSHConnection
Sets the custom message to use when stopping the flow.
setCustomStopMessage(String) - Method in class adams.flow.transformer.AbstractInteractiveTransformer
Sets the custom message to use when stopping the flow.
setCustomStopMessage(String) - Method in class adams.flow.transformer.AbstractInteractiveTransformerDialog
Sets the custom message to use when stopping the flow.
setCustomWidth(int) - Method in class adams.gui.print.JComponentWriter
sets the custom width to use.
setCustomWriter(FlowWriter) - Method in class adams.flow.sink.FlowFileWriter
Sets the custom writer to use.
setCvsExclude(boolean) - Method in class adams.flow.source.RSync
 
setData(Instance) - Method in class adams.gui.visualization.instance.InstanceContainer
Sets the instance.
setData(XYSequence) - Method in class adams.gui.visualization.sequence.XYSequenceContainer
Sets the sequence.
setData(SpreadSheet) - Method in class adams.gui.visualization.stats.boxplot.BoxPlotManager
sets the instances to be displayed
setData(SpreadSheet) - Method in class adams.gui.visualization.stats.fourinone.FourInOne
Set the instances used in the four-in-plot
setData(SpreadSheet) - Method in class adams.gui.visualization.stats.fourinone.VersusFit
Set the instances to be plotted
setData(SpreadSheet) - Method in class adams.gui.visualization.stats.fourinone.VersusOrder
Set the instances for this versus order
setData(SpreadSheet) - Method in class adams.gui.visualization.stats.histogram.Histogram
Set the data for the histogram
setData(SpreadSheet) - Method in class adams.gui.visualization.stats.paintlet.AbstractColorPaintlet
Set the instances for the paintlet
setData(SpreadSheet) - Method in class adams.gui.visualization.stats.probabilityplot.NormalPlot
Set the data to plot.
setData(SpreadSheet) - Method in class adams.gui.visualization.stats.probabilityplot.ProbabilityPlot
Set the instances to be plotted
setData(SpreadSheet) - Method in class adams.gui.visualization.stats.scatterplot.AbstractScatterPlot
Sets the instances to be plotted
setData(SpreadSheet) - Method in class adams.gui.visualization.stats.scatterplot.Matrix
Set the instances to be displayed
setData(SpreadSheet) - Method in class adams.gui.visualization.stats.scatterplot.ScatterPlotPanel
set the data for the scatter plot panel.
setData(SpreadSheet) - Method in class adams.gui.visualization.stats.zscore.AbstractZScoreOverlay
Set the instances for the overlay
setData(SpreadSheet) - Method in class adams.gui.visualization.stats.zscore.ZScore
set the instances to be used when drawing the z score graph
setData(SpreadSheet) - Method in class adams.gui.visualization.stats.zscore.ZScorePanel
Set the instances of the z score panel
setData(Timeseries) - Method in class adams.gui.visualization.timeseries.TimeseriesContainer
Sets the timeseries.
setData(SpreadSheetRow) - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowContainer
Sets the instance.
setData(Dataset) - Method in class adams.ml.evaluation.AbstractSplitGenerator
Sets the original data.
setData(Dataset) - Method in class adams.ml.evaluation.DefaultCrossValidationFoldGenerator
Sets the original data.
setData(I) - Method in interface adams.data.splitgenerator.SplitGenerator
Sets the original data.
setData(List<DataContainer>) - Method in class adams.gui.tools.wekainvestigator.datatable.DataTableModel
Sets the underlying data and notifies listeners of change.
setData(List<DataContainer>, boolean) - Method in class adams.gui.tools.wekainvestigator.datatable.DataTableModel
Sets the underlying data.
setData(List<C>) - Method in class adams.gui.visualization.report.ReportFactory.Dialog
Sets the data to display.
setData(List<C>) - Method in class adams.gui.visualization.report.ReportFactory.Panel
Sets the data and reports.
setData(List<T>) - Method in class adams.gui.visualization.container.NotesFactory.Dialog
Sets the data to display.
setData(List<T>) - Method in class adams.gui.visualization.container.NotesFactory.MultiPagePane
Sets the data and spectrum notes.
setData(T) - Method in class adams.core.AbstractDataBackedIndex
Sets the dataset to use for interpreting the name.
setData(T) - Method in class adams.core.AbstractDataBackedRange
Sets the data to use for interpreting the names.
setData(T) - Method in class adams.core.AbstractDataBackedUnorderedRange
Sets the data to use for interpreting the names.
setData(T) - Method in class adams.data.statistics.AbstractDataStatistic
Sets the data to use as basis for the calculations.
setData(T) - Method in class adams.data.statistics.TimeseriesStatistic
Sets the data to use as basis for the calculations.
setData(T) - Method in class adams.gui.visualization.container.NotesFactory.TextPane
Sets the data and notes.
setData(T) - Method in class adams.gui.visualization.core.AbstractHistogramPanel
Sets the data to generate the histogram(s) for.
setData(Instances) - Method in class adams.data.weka.evaluator.AbstractDatasetInstanceEvaluator
Sets the data set to use for training and so forth.
setData(Instances) - Method in class adams.gui.tools.wekainvestigator.data.AbstractDataContainer
Sets the data.
setData(Instances) - Method in interface adams.gui.tools.wekainvestigator.data.DataContainer
Sets the data.
setData(Instances) - Method in class adams.gui.visualization.instance.InstanceTable
Sets the Instances object to display.
setData(Instances) - Method in class adams.multiprocess.WekaCrossValidationExecution
Sets the data to use.
setData(Instances) - Method in class weka.classifiers.AbstractSplitGenerator
Sets the original data.
setData(Instances) - Method in class weka.classifiers.BinnedNumericClassCrossValidationFoldGenerator
Sets the original data.
setData(Instances) - Method in class weka.classifiers.BinnedNumericClassRandomSplitGenerator
Sets the original data.
setData(Instances) - Method in class weka.classifiers.DefaultCrossValidationFoldGenerator
Sets the original data.
setData(Instances) - Method in class weka.classifiers.GroupedBinnedNumericClassCrossValidationFoldGenerator
Sets the original data.
setData(Instances) - Method in class weka.classifiers.GroupedBinnedNumericClassRandomSplitGenerator
Sets the original data.
setData(Instances) - Method in class weka.classifiers.GroupedCrossValidationFoldGenerator
Sets the original data.
setData(Instances) - Method in class weka.classifiers.GroupedCrossValidationFoldGeneratorUsingNumericClassValues
Sets the original data.
setData(Instances) - Method in interface weka.classifiers.SplitGenerator
Sets the original data.
SetData - Class in adams.gui.scripting
Action parameters:
SetData() - Constructor for class adams.gui.scripting.SetData
 
setDatabaseConnection(AbstractDatabaseConnection) - Method in class adams.data.baseline.AbstractDatabaseConnectionBaselineCorrection
Sets the database connection object to use.
setDatabaseConnection(AbstractDatabaseConnection) - Method in class adams.data.filter.AbstractDatabaseConnectionFilter
Sets the database connection object to use.
setDatabaseConnection(AbstractDatabaseConnection) - Method in class adams.data.instances.AbstractInstanceGenerator
Sets the database connection object to use.
setDatabaseConnection(AbstractDatabaseConnection) - Method in class adams.data.noise.AbstractDatabaseConnectionDenoiser
Sets the database connection object to use.
setDatabaseConnection(AbstractDatabaseConnection) - Method in class adams.data.outlier.AbstractDatabaseConnectionOutlierDetector
Sets the database connection object to use.
setDatabaseConnection(AbstractDatabaseConnection) - Method in class adams.data.report.AbstractDatabaseConnectionReportFilter
Sets the database connection object to use.
setDatabaseConnection(AbstractDatabaseConnection) - Method in class adams.data.smoothing.AbstractDatabaseConnectionSmoother
Sets the database connection object to use.
setDatabaseConnection(AbstractDatabaseConnection) - Method in class adams.db.AbstractDatabaseObjectWithOptionHandling
Sets the database connection to use.
setDatabaseConnection(AbstractDatabaseConnection) - Method in class adams.db.AbstractTableCleanUp
Sets the database connection to use.
setDatabaseConnection(AbstractDatabaseConnection) - Method in interface adams.db.DatabaseConnectionHandler
Sets the database connection object to use.
setDatabaseConnection(AbstractDatabaseConnection) - Method in class adams.db.upgrade.AbstractTableUpgrade
Sets the database connection to use.
setDatabaseConnection(AbstractDatabaseConnection) - Method in class adams.flow.condition.bool.AbstractBooleanDatabaseCondition
Sets the database connection object to use.
setDatabaseConnection(AbstractDatabaseConnection) - Method in class adams.gui.application.AbstractApplicationFrame
Sets the database connection object to use.
setDatabaseConnection(AbstractDatabaseConnection) - Method in class adams.gui.core.BasePanelWithDatabaseConnection
Sets the database connection object to use.
setDatabaseConnection(AbstractDatabaseConnection) - Method in class adams.gui.core.SqlConnectionPanel
Sets the database connection.
setDatabaseConnection(AbstractDatabaseConnection) - Method in class adams.gui.goe.AbstractDatabaseConnectionAwarePropertyEditorSupport
Sets the database connection object to use.
setDatabaseConnection(AbstractDatabaseConnection) - Method in class adams.gui.scripting.AbstractScriptingDialog
Sets the database connection object to use.
setDatabaseConnection(AbstractDatabaseConnection) - Method in class adams.gui.scripting.AbstractScriptingEngine
Sets the database connection object to use.
setDatabaseConnection(AbstractDatabaseConnection) - Method in class adams.gui.selection.AbstractDatabaseSelectionDialog
Sets the database connection object to use.
setDatabaseConnection(AbstractDatabaseConnection) - Method in class adams.gui.selection.AbstractDatabaseSelectionPanel
Sets the database connection object to use.
setDatabaseConnection(AbstractDatabaseConnection) - Method in class adams.gui.tools.AbstractManagementPanelWithDatabase
Sets the database connection object to use.
setDatabaseConnection(AbstractDatabaseConnection) - Method in class adams.gui.tools.LogEntryDatabaseViewerPanel
Sets the database connection object to use.
setDatabaseConnection(AbstractDatabaseConnection) - Method in class adams.gui.visualization.container.DataContainerPanel
Sets the database connection object to use.
setDatabaseConnection(AbstractDatabaseConnection) - Method in class adams.gui.visualization.report.ReportContainerManager
Sets the database connection object to use.
setDatabaseConnection(AbstractDatabaseConnection) - Method in class adams.gui.visualization.timeseries.TimeseriesContainerManager
Sets the database connection object to use.
setDatabaseConnection(AbstractDatabaseConnection) - Method in class adams.gui.visualization.timeseries.TimeseriesExplorer
Sets the database connection object to use.
setDatabaseConnection(AbstractDatabaseConnection) - Method in class adams.terminal.application.AbstractTerminalApplication
Sets the database connection object to use.
setDatabaseConnection(AbstractDatabaseConnection) - Method in class adams.tools.AbstractDatabaseTool
Sets the database connection to use.
setDatabaseID(int) - Method in interface adams.data.id.MutableDatabaseIDHandler
Sets the database ID.
setDatabaseID(int) - Method in class adams.data.report.Report
Sets the parent ID, i.e., the database ID of the data container this report belongs to.
setDatabaseID(int) - Method in class adams.data.timeseries.Timeseries
Sets the database ID.
SetDatabaseID - Class in adams.flow.transformer
Updates the database ID of the database ID handler passing through with the provided 'ID' value.
SetDatabaseID() - Constructor for class adams.flow.transformer.SetDatabaseID
 
setDatabaseIDs(int[]) - Method in interface adams.tools.DatabaseIDProcessor
Sets the database IDs to process.
setDataColumns(String) - Method in class adams.flow.transformer.plotgenerator.RowWisePlotGenerator
Sets the column range to use in the plot.
setDataContainerPanel(DataContainerPanel) - Method in class adams.gui.visualization.report.ReportFactory.Dialog
Sets the data container panel to use.
setDataContainerPanel(DataContainerPanel) - Method in class adams.gui.visualization.report.ReportFactory.Panel
Sets the data container panel to use.
setDataContainerPanel(DataContainerPanel) - Method in class adams.gui.visualization.report.ReportFactory.Table
Sets the underlying spectrum panel.
setDataContainerPanel(P) - Method in class adams.gui.visualization.container.AbstractDataContainerZoomOverviewPanel
Sets the data container panel to use.
setDataFilter(Filter) - Method in class adams.data.report.FilteredReportFilter
Sets the data filter.
setDataGenerator(DataGenerator) - Method in class adams.flow.source.WekaDataGenerator
Sets the data generator to use.
setDataName(String) - Method in class adams.flow.sink.Histogram
Sets the attribute index in case of Instances data.
setDataName(String) - Method in class adams.gui.visualization.stats.histogram.Histogram
Sets the name for the x-axis.
setDataPaintlet(Paintlet) - Method in class adams.gui.visualization.container.DataContainerPanelWithContainerList
Sets the paintlet to use for painting the data.
setDataPaintlet(Paintlet) - Method in class adams.gui.visualization.instance.InstancePanel
Sets the paintlet to use for painting the data.
setDataPaintlet(Paintlet) - Method in class adams.gui.visualization.sequence.XYSequencePanel
Sets the paintlet to use for painting the data.
setDataPaintlet(Paintlet) - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowPanel
Sets the paintlet to use for painting the data.
setDataPaintlet(Paintlet) - Method in class adams.gui.visualization.timeseries.TimeseriesPanel
Sets the paintlet to use for painting the data.
setDataProvider(DataProvider) - Method in class adams.gui.scripting.AbstractScriptlet
Sets the data provider to use for accessing the database.
setDataRange(SpreadSheetColumnRange) - Method in class adams.flow.transformer.SpreadSheetRowToTimeseries
Sets the range of columns to use for generating the timeseries.
setDataRowClass(Class) - Method in class adams.data.spreadsheet.DefaultSpreadSheet
Sets the default data row class to use.
setDataRowClass(Class) - Method in interface adams.data.spreadsheet.SpreadSheet
Sets the default data row class to use.
setDataRowClass(Class) - Method in class adams.data.spreadsheet.SpreadSheetView
Sets the default data row class to use.
setDataRowClass(Class) - Method in class adams.ml.data.DatasetView
Sets the default data row class to use.
setDataRowClass(Class) - Method in class adams.ml.data.InstancesView
Sets the default data row class to use.
setDataRowType(DataRow) - Method in class adams.data.conversion.AbstractMatrixToSpreadSheet
Sets the type of data row to use.
setDataRowType(DataRow) - Method in class adams.data.conversion.ConvertSpreadSheetRows
Sets the type of data row to use.
setDataRowType(DataRow) - Method in class adams.data.conversion.TimeseriesToSpreadSheet
Sets the type of data row to use.
setDataRowType(DataRow) - Method in class adams.data.conversion.WekaInstancesToSpreadSheet
Sets the type of data row to use.
setDataRowType(DataRow) - Method in class adams.data.featureconverter.SpreadSheet
Sets the type of data row to use.
setDataRowType(DataRow) - Method in class adams.data.io.input.AbstractSpreadSheetReader
Sets the type of data row to use.
setDataRowType(DataRow) - Method in interface adams.data.io.input.SpreadSheetReader
Sets the type of data row to use.
setDataRowType(DataRow) - Method in interface adams.data.spreadsheet.DataRowTypeHandler
Sets the type of data row to use.
setDataRowType(DataRow) - Method in class adams.flow.source.AbstractSpreadSheetDbReader
Sets the type of data row to use.
setDataRowType(DataRow) - Method in class adams.flow.source.NewSpreadSheet
Sets the type of data row to use.
setDataset(PlaceholderFile) - Method in class adams.opt.optimise.genetic.fitnessfunctions.AbstractWEKAFitnessFunction
Sets the filename of the dataset to use for cross-validation.
setDataset(StorageName) - Method in class adams.flow.transformer.WekaStoreInstance
Sets the name of the dataset in internal storage to append to.
setDataset(AbstractDatasetGenerator) - Method in class adams.flow.sink.JFreeChartFileWriter
Sets the dataset generator.
setDataset(AbstractDatasetGenerator) - Method in class adams.flow.sink.JFreeChartPlot
Sets the dataset generator.
setDataset(AbstractDatasetGenerator) - Method in class adams.flow.transformer.MakeJFreeChartDataset
Sets the dataset generator.
setDataset(AbstractDatasetGenerator) - Method in class adams.flow.transformer.StorageJFreeChartAddSeries
Sets the dataset generator.
setDataset(AbstractDatasetGenerator) - Method in class adams.gui.tools.spreadsheetviewer.chart.JFreeChart
Sets the dataset generator.
setDataset(File) - Method in class adams.gui.visualization.instance.InstanceComparePanel.DatasetPanel
Sets the dataset to use.
setDataset(String) - Method in class adams.data.featureconverter.AbstractFeatureConverter
Sets the dataset name to use.
setDataset(String) - Method in class adams.data.featureconverter.HeaderDefinition
Sets the name of the dataset.
setDataset(Instances) - Method in class adams.gui.visualization.instance.InstanceComparePanel.DatasetIndexer
Sets the dataset to index.
setDataset(Instances) - Method in class weka.core.AbstractHashableInstance
Sets the reference to the dataset.
setDataset1(PlaceholderFile) - Method in class adams.tools.CompareDatasets
Sets the first dataset for the comparison.
setDataset2(PlaceholderFile) - Method in class adams.tools.CompareDatasets
Sets the second dataset for the comparison.
setDatasetNames(BaseString[]) - Method in class adams.flow.transformer.wekadatasetsmerge.AbstractMerge
Sets the list of names to use in attribute renaming in place of the {DATASET} keyword.
setDatasets(PlaceholderFile[]) - Method in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment
Sets the datasets to use.
setDataStructure(NewJsonStructure.JsonDataStructure) - Method in class adams.flow.source.NewJsonStructure
Sets the type of data structure to create.
setDataType(JsonDataType) - Method in class adams.flow.transformer.GetJsonValue
Sets the type of the value(s).
setDataType(PropertiesDataType) - Method in class adams.flow.transformer.GetPropertyValue
Sets the type of the value(s).
setDataType(DataType) - Method in class adams.data.conversion.ArrayToReport
Sets the data type to use.
setDataType(DataType) - Method in class adams.data.objectfilter.AttachMetaData
Sets the data type of the value.
setDataType(DataType) - Method in class adams.gui.selection.AbstractSelectDatabaseFieldPanel
Sets the data type to display.
setDataType(DataType) - Method in class adams.gui.selection.FieldCacheTableModel
Sets the data type.
setDataType(DataType) - Method in class adams.gui.selection.SelectFieldPanel
Sets the data type to display.
setDataType(ArrayStatisticDataType) - Method in class adams.flow.transformer.ArrayHistogramRanges
Sets what type of data to retrieve from the Instances object.
setDataType(ArrayStatisticDataType) - Method in class adams.flow.transformer.ArrayStatistic
Sets what type of data to retrieve from the Instances object.
setDataType(SpreadSheetStatisticDataType) - Method in class adams.flow.transformer.SpreadSheetHistogramRanges
Sets what type of data to retrieve from the Instances object.
setDataType(SpreadSheetStatisticDataType) - Method in class adams.flow.transformer.SpreadSheetStatistic
Sets what type of data to retrieve from the Instances object.
setDataType(WekaInstancesStatisticDataType) - Method in class adams.flow.transformer.WekaInstancesHistogramRanges
Sets what type of data to retrieve from the Instances object.
setDataType(WekaInstancesStatisticDataType) - Method in class adams.flow.transformer.WekaInstancesStatistic
Sets what type of data to retrieve from the Instances object.
setDataTypes(DataType[]) - Method in class adams.data.report.RemoveByDataType
Sets the data types to remove.
setDataTypeSetup(AbstractDataTypeSetup) - Method in class adams.flow.standalone.AbstractDatabaseConnection
Sets the data type setup to apply to the connection.
setDate(BaseDateTime) - Method in class adams.flow.transformer.timeseriessplit.FixedDate
Sets the split date.
setDate(String, Date) - Method in class adams.core.Properties
Sets the date value.
setDate(Date) - Method in class adams.gui.chooser.DatePanel
Sets the current date.
setDate(Date) - Method in interface adams.gui.chooser.DateProvider
Sets the current date.
setDate(Date) - Method in class adams.gui.chooser.DateTimePanel
Sets the current date.
setDate(Date) - Method in class adams.gui.chooser.TimePanel
Sets the current date.
setDateAttribute(WekaAttributeIndex) - Method in class adams.data.conversion.WekaInstancesToTimeseries
Sets the index of the date attribute to use as timestamp for timeseries.
setDateColumn(SpreadSheetColumnIndex) - Method in class adams.data.conversion.SpreadSheetToTimeseries
Sets the index of the date column to use as timestamp for timeseries.
setDateColumns(Range) - Method in class adams.data.io.input.CsvSpreadSheetReader
Sets the range of columns to treat as date.
setDateFormat(DateFormatString) - Method in class adams.data.io.input.CsvSpreadSheetReader
Sets the format for date columns.
setDateFormat(DateFormatString) - Method in class adams.data.io.output.AutoWidthTabularSpreadSheetWriter
Sets the format for date columns.
setDateFormat(DateFormatString) - Method in class adams.data.io.output.CsvSpreadSheetWriter
Sets the format for date columns.
setDateFormat(DateFormatString) - Method in class adams.data.io.output.ExcelSpreadSheetWriter
Sets the format for date columns.
setDateFormat(DateFormatString) - Method in class adams.data.io.output.FixedTabularSpreadSheetWriter
Sets the format for date columns.
setDateFormat(DateFormatString) - Method in class adams.data.io.output.SimpleArffSpreadSheetWriter
Sets the date format string to use.
setDateLenient(boolean) - Method in class adams.data.io.input.CsvSpreadSheetReader
Sets whether parsing of dates is to be lenient or not.
setDateLenient(boolean) - Method in class adams.data.spreadsheet.DefaultSpreadSheet
Sets whether parsing of dates is to be lenient or not.
setDateLenient(boolean) - Method in interface adams.data.spreadsheet.SpreadSheet
Sets whether parsing of dates is to be lenient or not.
setDateLenient(boolean) - Method in class adams.data.spreadsheet.SpreadSheetView
Sets whether parsing of dates is to be lenient or not.
setDateLenient(boolean) - Method in class adams.ml.data.DatasetView
Sets whether parsing of dates is to be lenient or not.
setDateLenient(boolean) - Method in class adams.ml.data.InstancesView
Sets whether parsing of dates is to be lenient or not.
setDateTime(String, DateTime) - Method in class adams.core.Properties
Sets the date/time value.
setDateTimeColumns(Range) - Method in class adams.data.io.input.AutoWidthTabularSpreadSheetReader
Sets the range of columns to treat as date/time msec.
setDateTimeColumns(Range) - Method in class adams.data.io.input.CsvSpreadSheetReader
Sets the range of columns to treat as date/time.
setDateTimeColumns(Range) - Method in class adams.data.io.input.FixedTabularSpreadSheetReader
Sets the range of columns to treat as date/time msec.
setDateTimeColumns(Range) - Method in class adams.data.io.input.SimpleCsvSpreadSheetReader
Sets the range of columns to treat as date/time msec.
setDateTimeFormat(DateFormatString) - Method in class adams.data.io.input.AutoWidthTabularSpreadSheetReader
Sets the format for date/time msec columns.
setDateTimeFormat(DateFormatString) - Method in class adams.data.io.input.CsvSpreadSheetReader
Sets the format for date/time columns.
setDateTimeFormat(DateFormatString) - Method in class adams.data.io.input.FixedTabularSpreadSheetReader
Sets the format for date/time msec columns.
setDateTimeFormat(DateFormatString) - Method in class adams.data.io.input.SimpleCsvSpreadSheetReader
Sets the format for date/time msec columns.
setDateTimeFormat(DateFormatString) - Method in class adams.data.io.output.AutoWidthTabularSpreadSheetWriter
Sets the format for date/time columns.
setDateTimeFormat(DateFormatString) - Method in class adams.data.io.output.CsvSpreadSheetWriter
Sets the format for date/time columns.
setDateTimeFormat(DateFormatString) - Method in class adams.data.io.output.ExcelSpreadSheetWriter
Sets the format for date/time columns.
setDateTimeFormat(DateFormatString) - Method in class adams.data.io.output.FixedTabularSpreadSheetWriter
Sets the format for date/time columns.
setDateTimeLenient(boolean) - Method in class adams.data.io.input.AutoWidthTabularSpreadSheetReader
Sets whether parsing of date/time msecs is to be lenient or not.
setDateTimeLenient(boolean) - Method in class adams.data.io.input.CsvSpreadSheetReader
Sets whether parsing of date/times is to be lenient or not.
setDateTimeLenient(boolean) - Method in class adams.data.io.input.FixedTabularSpreadSheetReader
Sets whether parsing of date/time msecs is to be lenient or not.
setDateTimeLenient(boolean) - Method in class adams.data.io.input.SimpleCsvSpreadSheetReader
Sets whether parsing of date/time msecs is to be lenient or not.
setDateTimeLenient(boolean) - Method in class adams.data.spreadsheet.DefaultSpreadSheet
Sets whether parsing of date/times is to be lenient or not.
setDateTimeLenient(boolean) - Method in interface adams.data.spreadsheet.SpreadSheet
Sets whether parsing of date/times is to be lenient or not.
setDateTimeLenient(boolean) - Method in class adams.data.spreadsheet.SpreadSheetView
Sets whether parsing of date/times is to be lenient or not.
setDateTimeLenient(boolean) - Method in class adams.ml.data.DatasetView
Sets whether parsing of date/times is to be lenient or not.
setDateTimeLenient(boolean) - Method in class adams.ml.data.InstancesView
Sets whether parsing of date/times is to be lenient or not.
setDateTimeMsecColumns(Range) - Method in class adams.data.io.input.CsvSpreadSheetReader
Sets the range of columns to treat as date/time msec.
setDateTimeMsecFormat(DateFormatString) - Method in class adams.data.io.input.CsvSpreadSheetReader
Sets the format for date/time msec columns.
setDateTimeMsecFormat(DateFormatString) - Method in class adams.data.io.output.AutoWidthTabularSpreadSheetWriter
Sets the format for date/time msec columns.
setDateTimeMsecFormat(DateFormatString) - Method in class adams.data.io.output.CsvSpreadSheetWriter
Sets the format for date/time msec columns.
setDateTimeMsecFormat(DateFormatString) - Method in class adams.data.io.output.FixedTabularSpreadSheetWriter
Sets the format for date/time msec columns.
setDateTimeMsecLenient(boolean) - Method in class adams.data.io.input.CsvSpreadSheetReader
Sets whether parsing of date/time msecs is to be lenient or not.
setDateTimeMsecLenient(boolean) - Method in class adams.data.spreadsheet.DefaultSpreadSheet
Sets whether parsing of date/time mses is to be lenient or not.
setDateTimeMsecLenient(boolean) - Method in interface adams.data.spreadsheet.SpreadSheet
Sets whether parsing of date/time mses is to be lenient or not.
setDateTimeMsecLenient(boolean) - Method in class adams.data.spreadsheet.SpreadSheetView
Sets whether parsing of date/time mses is to be lenient or not.
setDateTimeMsecLenient(boolean) - Method in class adams.ml.data.DatasetView
Sets whether parsing of date/time mses is to be lenient or not.
setDateTimeMsecLenient(boolean) - Method in class adams.ml.data.InstancesView
Sets whether parsing of date/time mses is to be lenient or not.
setDateTimeType(BasicDateTimeType) - Method in class adams.data.io.input.AutoWidthTabularSpreadSheetReader
Sets the type for date/time columns.
setDateTimeType(BasicDateTimeType) - Method in class adams.data.io.input.FixedTabularSpreadSheetReader
Sets the type for date/time columns.
setDateTimeType(BasicDateTimeType) - Method in class adams.data.io.input.SimpleCsvSpreadSheetReader
Sets the type for date/time columns.
setDateTimeType(DateTimeType) - Method in class adams.data.conversion.DateTimeTypeToString
Sets the date/time type to convert.
setDateTimeType(DateTimeType) - Method in class adams.data.conversion.ExtractDateTimeField
Sets the date/time type to convert.
setDateTimeType(DateTimeType) - Method in class adams.data.conversion.StringToDateTimeType
Sets the date/time type to generate.
setDebug(boolean) - Method in class adams.core.io.lister.AbstractDirectoryLister
Set debugging mode.
setDebug(boolean) - Method in class adams.db.AbstractTableFacade
Sets whether debugging is enabled, outputs more on the console.
setDebug(boolean) - Method in class adams.db.generic.SQL
Sets whether debugging is enabled, outputs more on the console.
setDebug(boolean) - Method in class adams.db.mirrored.SQL
Sets whether debugging is enabled, outputs more on the console.
setDebug(boolean) - Method in interface adams.db.SQLIntf
Sets whether debugging is enabled, outputs more on the console.
setDebug(boolean) - Method in class adams.gui.flow.tree.Tree
Sets the debug flag.
setDebug(boolean) - Method in class adams.gui.visualization.core.plot.AbstractHitDetector
Turns the debug mode on or off.
setDebug(boolean) - Method in interface adams.gui.visualization.core.plot.HitDetector
Turns the debug mode on or off.
setDebug(boolean) - Method in class weka.classifiers.meta.AbstainLeastMedianSq
sets whether or not debugging output shouild be printed
setDebug(boolean) - Method in class weka.classifiers.meta.LeastMedianSq
sets whether or not debugging output shouild be printed
setDebug(boolean) - Method in class weka.core.converters.SpreadSheetLoader
Sets whether to print some debug information.
setDebug(boolean) - Method in class weka.filters.unsupervised.instance.multirowprocessor.AbstractMultiRowProcessorPlugin
Sets whether to output debugging information.
setDebug(String) - Method in class adams.flow.source.RSync
 
setDebugLevel(int) - Method in class adams.core.net.SimpleMailer
Sets the debugging level (0 = off).
setDebugLevel(String) - Method in class adams.core.management.Launcher
Sets the debug level (0 = off, >0 on).
setDebugTreeVisible(boolean) - Method in class adams.gui.flow.FlowPanel
Sets whether the debug tree is visible.
setDecoder(AbstractBarcodeDecoder) - Method in class adams.data.image.features.Barcode
Sets the decoder to use.
setDecoder(AbstractBarcodeDecoder) - Method in class adams.flow.transformer.DecodeBarcode
Sets the decoder to use.
setDeepCopy(boolean) - Method in interface adams.core.DeepCopyOperator
Sets whether to perform a deep copy of each array element before transferring it into the target array.
setDeepCopy(boolean) - Method in class adams.flow.control.LoadBalancer
Sets whether to perform a deep copy for the local storage.
setDefault() - Method in class adams.gui.chooser.AbstractChooserPanel
Sets the default value.
setDefault(String) - Method in class adams.core.management.LocaleHelper
Sets the new default locale.
setDefault(Locale) - Method in class adams.core.management.LocaleHelper
Sets the new default locale.
setDefault(T) - Method in class adams.db.DatabaseManager
Sets the default database connection.
setDefaultAttributeRange(String) - Method in class adams.gui.visualization.instance.LoadDatasetDialog
Sets the default range of attributes to use.
setDefaultAttributeRange(String) - Method in class adams.gui.visualization.spreadsheet.LoadSpreadSheetDialog
Sets the default range of attributes to use.
setDefaultAutoCommit(boolean) - Method in class adams.db.AbstractDatabaseConnection
Sets the default for auto-commit.
setDefaultCellValue(double) - Method in class adams.flow.transformer.plotgenerator.AbstractPlotGenerator
Sets the default value for missing or non-numeric cells.
setDefaultClass(BaseCommandLine) - Method in class adams.flow.source.valuedefinition.AbstractGOEValueDefinition
Sets the default class (derived from the specified super class).
setDefaultClassIndex(String) - Method in class adams.gui.visualization.instance.LoadDatasetDialog
Sets the default class index to use.
setDefaultCloseOperation(int) - Method in class adams.flow.control.Flow
Sets the default close operation for frames.
setDefaultColor(Color) - Method in class adams.gui.visualization.core.RegExpColorProvider
Sets the default color to use.
setDefaultColor(Color) - Method in class adams.gui.visualization.core.RgbInNameColorProvider
Sets the default color to use.
setDefaultColor(Color) - Method in class adams.gui.visualization.instance.ReportColorInstancePaintlet
Sets the default color to use when no color information in the report.
setDefaultColor(Color) - Method in class adams.gui.visualization.timeseries.ReportColorTimeseriesPaintlet
Sets the default color to use when no color information in the report.
setDefaultConnectOnStartUp(boolean) - Method in class adams.db.AbstractDatabaseConnection
Sets the default for whether to connect on startup.
setDefaultCursor(Component) - Static method in class adams.gui.core.MouseUtils
Sets the default cursor for the specified component.
setDefaultDataType(DataType) - Method in class adams.data.conversion.StringToField
Sets the default data type.
setDefaultExtension(String) - Method in class adams.gui.chooser.BaseFileChooser
Sets the default extension.
setDefaultExtension(String) - Method in class adams.gui.chooser.FileChooserPanel
Sets the default extension.
setDefaultExtension(String) - Method in class adams.gui.wizard.SelectFilePage
Sets the default extension.
setDefaultExtension(String) - Method in class adams.gui.wizard.SelectMultipleFilesPage
Sets the default extension.
setDefaultHandler(Handler) - Static method in class adams.core.logging.LoggingHelper
Sets the handler to use for logging.
setDefaultHorizontalTextOffset(int) - Static method in class adams.gui.core.GUIHelper
Sets the default horizontal offset for drawing strings in boxes.
setDefaultIDIndex(String) - Method in class adams.gui.visualization.instance.LoadDatasetDialog
Sets the default ID index to use.
setDefaultIDIndex(String) - Method in class adams.gui.visualization.spreadsheet.LoadSpreadSheetDialog
Sets the default ID index to use.
setDefaultIncludeAttributes(int, boolean) - Method in class adams.gui.visualization.instance.LoadDatasetDialog
Sets the default for the specified type of attribute.
setDefaultLabel(String) - Method in class adams.flow.transformer.ViaAnnotationsToReports
Sets the default label.
setDefaultLoggingLevel(LoggingLevel) - Method in class adams.db.AbstractDatabaseConnection
Sets the default logging level in the props file.
setDefaultObjects(BaseString[]) - Method in class adams.flow.source.valuedefinition.AbstractArrayValueDefinition
Sets the default objects.
setDefaultPassword(BasePassword) - Method in class adams.db.AbstractDatabaseConnection
Sets the default password in the props file.
setDefaultPopupMenuSupplier() - Method in class adams.gui.selection.AbstractTableBasedSelectionPanel
Sets a default popup menu supplier.
setDefaults() - Method in class adams.core.option.OptionManager
Sets the default values.
setDefaults(Properties) - Method in class adams.core.Properties
Sets the default properties.
setDefaultSortIndex(String) - Method in class adams.gui.visualization.instance.LoadDatasetDialog
Sets the default sort index to use.
setDefaultSortIndex(String) - Method in class adams.gui.visualization.spreadsheet.LoadSpreadSheetDialog
Sets the default sort index to use.
setDefaultSQLDimension(Dimension) - Method in class adams.gui.core.PropertiesParameterPanel
Sets the default dimension to use for SQL query fields.
setDefaultURL(String) - Method in class adams.db.AbstractDatabaseConnection
Sets the default database URL in the props file.
setDefaultUser(String) - Method in class adams.db.AbstractDatabaseConnection
Sets the default user in the props file.
setDefaultValue() - Method in class adams.gui.core.CheckedTextField
Sets the default value in the edit field.
setDefaultValue() - Method in class adams.gui.goe.GenericObjectEditor
Sets the current object to be the default, taken as the first item in the chooser.
setDefaultValue(PlaceholderDirectory) - Method in class adams.flow.source.valuedefinition.DirectoryValueDefinition
Sets the default of the value.
setDefaultValue(PlaceholderFile) - Method in class adams.flow.source.valuedefinition.FileValueDefinition
Sets the default of the value.
setDefaultValue(Number) - Method in class adams.gui.goe.AbstractNumberEditor
Sets the default value.
setDefaultValue(String) - Method in class adams.flow.source.valuedefinition.DefaultValueDefinition
Sets the default of the value.
setDefaultValue(String) - Method in class adams.flow.source.valuedefinition.ListSelectionValueDefinition
Sets the default list value.
setDefaultValue(String) - Method in class adams.flow.source.valuedefinition.RegExpConstrainedStringDefinition
Sets the default of the value.
setDefaultValue(String) - Method in class adams.gui.core.CheckedTextField.AbstractCheckModel
Sets the default value to use.
setDefaultValueAsString(String) - Method in class adams.flow.source.valuedefinition.AbstractArrayValueDefinition
Sets the default value as string.
setDefaultValueAsString(String) - Method in class adams.flow.source.valuedefinition.AbstractGOEValueDefinition
Sets the default value as string.
setDefaultValueAsString(String) - Method in class adams.flow.source.valuedefinition.AbstractValueDefinition
Sets the default value as string.
setDefaultValueAsString(String) - Method in class adams.flow.source.valuedefinition.DefaultValueDefinition
Sets the default value as string.
setDefaultValueAsString(String) - Method in class adams.flow.source.valuedefinition.DirectoryValueDefinition
Sets the default value as string.
setDefaultValueAsString(String) - Method in class adams.flow.source.valuedefinition.EnumValueDefinition
Sets the default value as string.
setDefaultValueAsString(String) - Method in class adams.flow.source.valuedefinition.FileValueDefinition
Sets the default value as string.
setDefaultValueAsString(String) - Method in class adams.flow.source.valuedefinition.ListSelectionValueDefinition
Sets the default value as string.
setDefaultValueAsString(String) - Method in class adams.flow.source.valuedefinition.RegExpConstrainedStringDefinition
Sets the default value as string.
setDeflationMode(NIPALS.DeflationMode) - Method in class adams.data.instancesanalysis.pls.NIPALS
Sets the deflation mode to use.
setDegreesOfFreedom(double) - Method in class adams.data.distribution.ChiSquared
Sets the degrees of freedom.
setDegreesOfFreedom(double) - Method in class adams.data.distribution.T
Sets the degrees of freedom.
setDelay(int) - Method in class adams.flow.standalone.DelayedEvent
Sets the delay before executing the sub-flow.
setDelay(int) - Method in class adams.flow.transformer.FileTailer
Sets the delay in milliseconds.
setDelay(long) - Method in class adams.flow.source.OpenCVDeviceFrameGrabber
Sets the delay before grabbing a frame in microsecond.
setDelayUpdates(boolean) - Method in class adams.flow.source.RSync
 
setDelete(boolean) - Method in class adams.data.conversion.SpreadSheetUseRowAsHeader
Sets whether to delete the row after updating the header.
setDelete(boolean) - Method in class adams.flow.source.RSync
 
setDelete(boolean) - Method in class adams.flow.source.SimpleRSync
 
setDeleteAfter(boolean) - Method in class adams.flow.source.RSync
 
setDeleteBefore(boolean) - Method in class adams.flow.source.RSync
 
setDeleteDelay(boolean) - Method in class adams.flow.source.RSync
 
setDeleteDuring(boolean) - Method in class adams.flow.source.RSync
 
setDeleteExcluded(boolean) - Method in class adams.flow.source.RSync
 
setDeleteItself(boolean) - Method in class adams.flow.standalone.DeleteDir
Sets whether to delete itself.
setDeleteMissingArgs(boolean) - Method in class adams.flow.source.RSync
 
setDeleteOldLayers(boolean) - Method in class adams.data.imagesegmentation.filter.MergeLayers
Sets whether to remove the old layers that are no longer needed.
setDelimiter(StringSplit.Delimiter) - Method in class adams.data.conversion.SpreadSheetSplitColumn
Sets what to do with the delimiter (= expression).
setDelimiter(StringSplit.Delimiter) - Method in class adams.flow.transformer.StringSplit
Sets what to do with the delimiter (= expression).
setDelimiter(String) - Method in class adams.flow.sink.Exec
Sets the delimiter to write to forward to the process after each token.
setDelimiter(String) - Method in class adams.flow.sink.PasteFiles
Sets the (backquoted) delimiter.
setDelimiter(String) - Method in class adams.flow.transformer.StringRangeCut
Sets the delimiter to use.
setDelimiters(String) - Method in class adams.gui.scripting.SyntaxDocument
Sets the delimiter characters to use.
setDelta(double) - Method in class adams.data.spc.MOACUSUM
Sets the delta parameter.
setDelta(double) - Method in class adams.data.spc.MOAPageHinkley
Sets the delta parameter.
setDenoiser(AbstractDenoiser) - Method in class adams.data.filter.RemoveNoise
Sets the denoiser algorithm.
setDenominatorDegreesOfFreedom(double) - Method in class adams.data.distribution.F
Sets the denominator degrees of freedom.
setDerivativeOrder(int) - Method in class adams.data.filter.AbstractSavitzkyGolay
Sets the order of the derivative.
setDerivativeOrder(int) - Method in class adams.flow.control.plotprocessor.SavitzkyGolay
Sets the order of the derivative.
setDerivativeOrder(int) - Method in class adams.ml.preprocessing.unsupervised.SavitzkyGolay
Sets the order of the derivative.
setDerivativeOrder(int) - Method in class weka.filters.unsupervised.attribute.SavitzkyGolay
Sets the order of the derivative.
setDerivativeOrder(int) - Method in class weka.filters.unsupervised.attribute.SavitzkyGolay2
Sets the order of the derivative.
setDescription(String) - Method in class adams.flow.setup.FlowSetup
Sets the description for the flow.
setDescription(String) - Method in class adams.gui.wizard.AbstractWizardPage
Sets the description of the page.
setDescription(String, boolean) - Method in class adams.gui.core.DescriptionPanel
Sets the description of the page.
setDescription(String, boolean) - Method in class adams.gui.wizard.AbstractWizardPage
Sets the description of the page.
setDescriptionHeight(int) - Method in class adams.gui.core.DescriptionPanel
Sets the preferred height of the description box.
setDescriptionHeight(int) - Method in class adams.gui.wizard.AbstractWizardPage
Sets the preferred height of the description box.
setDestination(File) - Method in class weka.core.converters.SimpleArffSaver
Sets the destination file (and directories if necessary).
setDestination(File) - Method in class weka.core.converters.SpreadSheetSaver
Sets the destination file (and directories if necessary).
setDestination(OutputStream) - Method in class weka.core.converters.SimpleArffSaver
Default implementation throws an IOException.
setDestination(OutputStream) - Method in class weka.core.converters.SpreadSheetSaver
Default implementation throws an IOException.
setDestination(String) - Method in class adams.flow.source.RSync
Sets the destination path/url.
setDestination(String) - Method in class adams.flow.source.SimpleRSync
Sets the destination path/url.
setDetachableTabs(boolean) - Method in class adams.gui.core.BaseTabbedPane
Sets whether to allow tabs to be detached.
setDetector(AbstractOutlierDetector) - Method in class adams.data.filter.OutlierDetector
Sets the outlier detector.
setDetector(AbstractOutlierDetector) - Method in class adams.data.outlier.FilteredOutlierDetector
Sets the detector to use.
setDetector(AbstractOutlierDetector) - Method in class adams.flow.transformer.OutlierDetector
Sets the outlier detector to use.
setDetector(AbstractOutlierDetector) - Method in class adams.flow.control.RemoveOutliers
Sets the detector to use.
setDetector(AbstractOutlierDetector) - Method in class weka.filters.supervised.instance.RemoveOutliers
Sets the detector.
setDetectors(AbstractOutlierDetector[]) - Method in class adams.flow.control.removeoutliers.MultiOutlierDetector
Sets the detectors to use.
setDev(double) - Method in class weka.classifiers.functions.GaussianProcessesAdaptive
 
setDevice(int) - Method in class adams.flow.source.OpenCVDeviceFrameGrabber
Sets the device ID.
setDevices(boolean) - Method in class adams.flow.source.RSync
 
setDiagonalColor(Color) - Method in class adams.flow.sink.JFreeChartFileWriter
Sets the color for the diagonal (ie second data series if present).
setDiagonalColor(Color) - Method in class adams.flow.sink.JFreeChartPlot
Sets the color for the diagonal (ie second data series if present).
setDialog(AbstractLogEntryDialog) - Method in class adams.flow.sink.LogViewer
Sets the dialog to use.
setDialogSize(Dimension) - Method in class adams.gui.chooser.BaseTextChooserPanel
Sets the size of the text dialog.
setDialogSize(Dimension) - Method in class adams.gui.core.BaseStatusBar
Sets the size for the dialog.
setDialogTitle(String) - Method in class adams.gui.chooser.BaseTextChooserPanel
Sets the title for the text dialog.
setDialogTitle(String) - Method in interface adams.gui.chooser.FileChooser
Sets the string that goes in the JFileChooser window's title bar.
setDialogTitle(String) - Method in class adams.gui.chooser.SelectOptionPanel
Sets the title for the dialog.
setDialogTitle(String) - Method in class adams.gui.core.FileListWithButtons
Sets the title for the file dialog.
setDialogTitle(String) - Method in class adams.gui.dialog.TextDialog
Sets the (base) title to use.
setDialogType(int) - Method in interface adams.gui.chooser.FileChooser
Sets the type of this dialog.
setDiameter(double) - Method in class adams.flow.transformer.draw.ObjectCentersFromReport
Sets the diameter to use for drawing the circle
setDiameter(double) - Method in class adams.gui.tools.previewbrowser.ObjectCentersFromReport
Sets the diameter to use for drawing the circle
setDiameter(double) - Method in class adams.gui.visualization.image.ObjectCentersOverlayFromReport
Sets the diameter to use for drawing the circle.
setDiameter(double) - Method in class adams.gui.visualization.object.overlay.ObjectCentersOverlayFromReport
Sets the diameter to use for drawing the circle
setDiameter(int) - Method in class adams.flow.sink.ActualVsPredictedPlot
Sets the cross diameter.
setDiameter(int) - Method in class adams.flow.sink.sequenceplotter.OutlierPaintlet
Sets the cross diameter.
setDiameter(int) - Method in class adams.gui.tools.previewbrowser.DeepLabCutCSVHandler
Sets the diameter to use for drawing the circle.
setDiameter(int) - Method in class adams.gui.tools.previewbrowser.PointsFromReportHandler
Sets the diameter to use for drawing the circle.
setDiameter(int) - Method in class adams.gui.tools.spreadsheetviewer.chart.ScatterPlot
Sets the circle/cross diameter.
setDiameter(int) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.ClassifierErrors
Sets the cross diameter.
setDiameter(int) - Method in class adams.gui.visualization.image.HighlightLocations
Sets the diameter of the circles.
setDiameter(int) - Method in class adams.gui.visualization.image.SimplePointOverlayFromReport
Sets the diameter to use for drawing the circle (if < 1 to draw an ellipse using the rectangle's dimensions).
setDiameter(int) - Method in class adams.gui.visualization.object.objectannotations.shape.Center
Sets the diameter to use for drawing the circle (if < 1 to draw an ellipse using the rectangle's dimensions).
setDiameter(int) - Method in class adams.gui.visualization.object.overlay.SimplePointOverlayFromReport
Sets the diameter to use for drawing the circle (if < 1 to draw an ellipse using the rectangle's dimensions).
setDiameter(int) - Method in class adams.gui.visualization.sequence.CirclePaintlet
Sets the circle diameter.
setDiameter(int) - Method in class adams.gui.visualization.sequence.CrossHitDetector
Sets the cross diameter.
setDiameter(int) - Method in class adams.gui.visualization.sequence.CrossPaintlet
Sets the cross diameter.
setDiameter(int) - Method in interface adams.gui.visualization.sequence.DiameterBasedPaintlet
Sets the cross diameter.
setDiameter(int) - Method in class adams.gui.visualization.sequence.MetaDataValuePaintlet
Sets the circle diameter.
setDiameter(int) - Method in class adams.gui.visualization.sequence.SquarePaintlet
Sets the square diameter.
setDiameter(int) - Method in class adams.gui.visualization.sequence.TrianglePaintlet
Sets the triangle width.
setDictionary(PlaceholderFile) - Method in class adams.tools.ZipPassword
Sets the dictionary file to use.
setDiff(DiffUtils.SideBySideDiff) - Method in class adams.gui.visualization.debug.DiffTextPane
Sets the diff data to display.
setDiffer(SelectedTag) - Method in class weka.filters.unsupervised.attribute.MergeManyAttributes
Sets the type of strategy to apply if the two values differ.
setDiffer(SelectedTag) - Method in class weka.filters.unsupervised.attribute.MergeTwoAttributes
Sets the type of strategy to apply if the two values differ.
setDigits(String) - Method in class adams.data.barcode.encode.EAN13
Sets the digits to be encoded in the QR code.
setDigits(String) - Method in class adams.data.barcode.encode.UPCA
Sets the digits to be encoded in the QR code.
setDimensions(ArrayDimensions) - Method in class adams.flow.source.NewArray
Sets the dimensions of the array.
setDimensions(Mat5ArrayDimensions) - Method in class adams.flow.source.NewMat5Matrix
Sets the dimensions to obtain.
setDimensions(Mat5ArrayDimensions) - Method in class adams.flow.source.NewMat5Struct
Sets the dimensions to obtain.
setDimSeparator(String) - Method in class adams.flow.transformer.Mat5ArrayInfo
Sets the separator to use in case of Mat5ArrayInfo.InfoType.STR_DIMENSIONS.
setDir(PlaceholderDirectory) - Method in class adams.flow.template.IterateFilesWithProgressBar
Sets the directory to search for files.
setDir(String) - Method in class adams.doc.javadoc.Javadoc
sets the dir containing the file that is to be updated.
setDirection(RemoteDirection) - Method in class adams.core.io.fileoperations.AbstractRemoteFileOperations
Sets the direction for the operations.
setDirection(RemoteDirection) - Method in interface adams.core.io.fileoperations.RemoteFileOperations
Sets the direction for the operations.
setDirection(FlipDirection) - Method in class adams.data.jai.transformer.Flip
Sets the flip direction.
setDirection(Direction) - Method in class adams.gui.visualization.core.AxisPanel
Sets the direction of the axis.
setDirection(Jitter.Direction) - Method in class adams.gui.visualization.sequence.pointpreprocessor.Jitter
Sets the direction of the jitter.
setDirectories(PlaceholderDirectory[]) - Method in class adams.core.management.ExternalResourceClassPathAugmenter
Sets the directories to add to the classpath.
setDirectories(PlaceholderDirectory[]) - Method in class adams.flow.core.ActorUsage
Sets the directories to traverse.
setDirectories(PlaceholderDirectory[]) - Method in class adams.flow.source.DirectorySupplier
Sets the dirs to broadcast.
setDirectory(PlaceholderDirectory) - Method in class adams.core.io.AbstractFilenameGeneratorWithDirectory
Sets the parent directory for the generated filename.
setDirectory(PlaceholderDirectory) - Method in class adams.flow.condition.bool.DirectoriesMatch
Sets the directory to search.
setDirectory(PlaceholderDirectory) - Method in class adams.flow.condition.bool.DirectoryExists
Sets the directory to look for.
setDirectory(PlaceholderDirectory) - Method in class adams.flow.condition.bool.FilesMatch
Sets the directory to search.
setDirectory(PlaceholderDirectory) - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearch
Sets the directory to search.
setDirectory(PlaceholderDirectory) - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearchWithComparator
Sets the directory to search.
setDirectory(PlaceholderDirectory) - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearchWithCustomSort
Sets the directory to search.
setDirectory(PlaceholderDirectory) - Method in class adams.flow.source.filesystemsearch.LocalFileSearch
Sets the directory to search.
setDirectory(PlaceholderDirectory) - Method in class adams.flow.source.NewTempFile
Sets the directory to use.
setDirectory(PlaceholderDirectory) - Method in class adams.flow.standalone.DeleteDir
Sets the directory to delete the dirs in.
setDirectory(PlaceholderDirectory) - Method in class adams.flow.standalone.DeleteFile
Sets the directory to delete the files in.
setDirectory(PlaceholderDirectory) - Method in class adams.flow.standalone.MakeDir
Sets the directory to create.
setDirectory(File) - Method in class adams.gui.dialog.AbstractDirectoryExportDialog
Sets the directory to save to.
setDirectory(String) - Method in class adams.core.io.FilenameProposer
Sets the directory to use.
setDirectory(String) - Method in class adams.flow.source.filesystemsearch.FtpDirectorySearch
Sets the directory to search.
setDirectory(String) - Method in class adams.flow.source.filesystemsearch.FtpDirectorySearchWithComparator
Sets the directory to search.
setDirectory(String) - Method in class adams.flow.source.filesystemsearch.FtpDirectorySearchWithCustomSort
Sets the directory to search.
setDirectory(String) - Method in class adams.flow.source.filesystemsearch.FtpFileSearch
Sets the directory to search.
setDirectory(String) - Method in class adams.flow.source.filesystemsearch.SftpDirectorySearch
Sets the directory to search.
setDirectory(String) - Method in class adams.flow.source.filesystemsearch.SftpDirectorySearchWithComparator
Sets the directory to search.
setDirectory(String) - Method in class adams.flow.source.filesystemsearch.SftpDirectorySearchWithCustomSort
Sets the directory to search.
setDirectory(String) - Method in class adams.flow.source.filesystemsearch.SftpFileSearch
Sets the directory to search.
setDirectory(String) - Method in class adams.flow.source.filesystemsearch.SmbDirectorySearch
Sets the directory to search.
setDirectory(String) - Method in class adams.flow.source.filesystemsearch.SmbDirectorySearchWithComparator
Sets the directory to search.
setDirectory(String) - Method in class adams.flow.source.filesystemsearch.SmbDirectorySearchWithCustomSort
Sets the directory to search.
setDirectory(String) - Method in class adams.flow.source.filesystemsearch.SmbFileSearch
Sets the directory to search.
setDirectory(String) - Method in class adams.gui.tools.filecommander.FileCommanderDirectoryPanel
Sets the current directory.
setDirectory(String, boolean) - Method in class adams.gui.tools.FileCommanderPanel
Sets the current directory.
setDirectoryChooserTitle(String) - Method in class adams.flow.source.SelectDirectory
Sets the title for the directory chooser dialog.
setDirectoryChooserTitle(String) - Method in class adams.gui.chooser.DirectoryChooserPanel
Sets the title for the dirchooser.
setDirectoryLister(DirectoryLister) - Method in class adams.gui.core.FilePanel
Sets the directory lister to use.
setDirs(boolean) - Method in class adams.flow.source.RSync
 
setDisabled(boolean) - Method in class adams.flow.execution.debug.AbstractBreakpoint
Sets whether to disable this breakpoint.
setDiscardCaption(String) - Method in class adams.gui.dialog.ApprovalDialog
Sets the caption/text of the discard button.
setDiscardEmptyLines(boolean) - Method in class adams.core.io.fileuse.LastLineMatches
Sets whether to discard empty lines.
setDiscardEnabled(boolean) - Method in class adams.gui.dialog.ApprovalDialog
Sets the enabled state of the Discard button.
setDiscardMnemonic(int) - Method in class adams.gui.dialog.ApprovalDialog
Sets the mnemonic of the discard button.
setDiscardPartial(boolean) - Method in class adams.flow.transformer.timeseriessplit.FixedLengthSegments
Sets whether to discard partial segments.
setDiscardPredictions(boolean) - Method in class adams.flow.transformer.AbstractCallableWekaClassifierEvaluator
Sets whether to discard the predictions instead of collecting them for future use, in order to conserve memory.
setDiscardPredictions(boolean) - Method in class adams.flow.transformer.indexedsplitsrunsevaluation.InstancesIndexedSplitsRunsEvaluation
Sets whether to discard the predictions instead of collecting them for future use, in order to conserve memory.
setDiscardPredictions(boolean) - Method in class adams.flow.transformer.WekaTestSetEvaluator
Sets whether to discard the predictions instead of collecting them for future use, in order to conserve memory.
setDiscardPredictions(boolean) - Method in class adams.multiprocess.WekaCrossValidationExecution
Sets whether to discard the predictions instead of collecting them for future use, in order to conserve memory.
setDiscardVisible(boolean) - Method in class adams.gui.dialog.ApprovalDialog
Sets the visbility of the discard button.
setDisconnect(boolean) - Method in class adams.flow.sink.WebSocketClient
Sets whether to immediately disconnect after sending the data.
setDisplay(String) - Method in class adams.flow.source.valuedefinition.AbstractValueDefinition
Sets the display text for the value.
setDisplayActorOptions(boolean) - Method in class adams.gui.flow.tree.keyboardaction.AbstractAddActor
Sets whether to display the actor options in GOE.
setDisplayActorOptions(boolean) - Method in class adams.gui.flow.tree.keyboardaction.AbstractQuickSearchActor
Sets whether to display the actor options in GOE.
setDisplayActorOptions(boolean) - Method in class adams.gui.flow.tree.keyboardaction.AbstractSearchActor
Sets whether to display the actor options in GOE.
setDisplayDatabaseID(boolean) - Method in class adams.gui.visualization.container.AbstractContainerList
Whether to display the database ID column (if possible).
setDisplayDatabaseID(boolean) - Method in class adams.gui.visualization.container.ContainerModel
Whether to display the database ID column (if possible).
setDisplayedLabels(BaseString[]) - Method in class adams.gui.tools.previewbrowser.ImageSegmentationAnnotationsHandler
Sets the displayed labels.
setDisplayLocation(InteractionDisplayLocation) - Method in class adams.flow.condition.bool.PromptUser
Sets where the interaction is being displayed.
setDisplayLocation(InteractionDisplayLocation) - Method in interface adams.flow.core.InteractionDisplayLocationSupporter
Sets where the interaction is being displayed.
setDisplayLocation(InteractionDisplayLocation) - Method in class adams.flow.source.EnterManyValues
Sets where the interaction is being displayed.
setDisplayLocation(InteractionDisplayLocation) - Method in class adams.flow.source.EnterValue
Sets where the interaction is being displayed.
setDisplayLocation(InteractionDisplayLocation) - Method in class adams.flow.source.SelectDirectory
Sets where the interaction is being displayed.
setDisplayLocation(InteractionDisplayLocation) - Method in class adams.flow.source.SelectFile
Sets where the interaction is being displayed.
setDisplayRanges(boolean) - Method in class adams.data.statistics.ArrayBinning
Sets whether to use the bin ranges as their description rather than a simple index.
setDisplayRanges(boolean) - Method in class adams.data.statistics.ArrayHistogram
Sets whether to use the bin ranges as their description rather than a simple index.
setDisplayStdDevs(boolean) - Method in class weka.clusterers.SAXKMeans
Sets whether standard deviations and nominal count.
setDisplayStringGenerator(AbstractContainerDisplayStringGenerator) - Method in class adams.gui.visualization.container.AbstractContainerList
Sets the display string generator.
setDisplayStringGenerator(AbstractContainerDisplayStringGenerator) - Method in class adams.gui.visualization.container.ContainerModel
Sets the display string generator.
setDisplayType(AbstractDisplayType) - Method in class adams.flow.core.AbstractDisplay
Sets how to show the display.
setDisplayType(AbstractDisplayType) - Method in interface adams.flow.core.DisplayTypeSupporter
Sets how to show the display.
setDisplayUserOnly(boolean) - Method in class adams.gui.tools.VariableManagementPanel.VariableTableModel
Sets whether only user variables are displayed without the programmatic ones.
setDisplayVisibility(boolean) - Method in class adams.gui.visualization.container.AbstractContainerList
Whether to display the visibility column (if possible).
setDisplayVisibility(boolean) - Method in class adams.gui.visualization.container.ContainerModel
Whether to display the visibility column (if possible).
setDistanceFunction(DistanceFunction) - Method in class adams.flow.transformer.wekaclusterer.AverageSilhouetteCoefficient
Sets the distance function to use.
setDistanceFunction(DistanceFunction) - Method in class weka.clusterers.SAXKMeans
sets the distance function to use for instance comparison.
setDistributionFormat(String) - Method in class adams.data.conversion.WekaPredictionContainerToSpreadSheet
Sets the format for the 'Name' column for the class distribution.
setDistributionSorting(WekaPredictionContainerToSpreadSheet.Sorting) - Method in class adams.data.conversion.WekaPredictionContainerToSpreadSheet
Sets the sorting for the distribution array.
setDividerLocation(double) - Method in class adams.gui.visualization.container.DataContainerPanelWithSidePanel
Sets the proportional location of the divider.
setDividerLocation(double) - Method in class adams.gui.visualization.report.ReportFactory.Dialog
Sets the divider location as ration (0.0-1.0).
setDividerLocation(double) - Method in class adams.gui.visualization.report.ReportFactory.Panel
Sets the proportional location of the divider.
setDividerLocation(int) - Method in class adams.flow.sink.DisplayPanelManager
Sets the position for the left divider in pixels.
setDividerLocation(int) - Method in class adams.gui.core.MultiPagePane
Sets the location for the divider between page titles and content.
setDividerLocation(int) - Method in class adams.gui.core.SplitPanelWithOptionalComponents
Return the divider location.
setDividerLocation(int) - Method in class adams.gui.visualization.container.DataContainerPanelWithSidePanel
Sets the location of the divider.
setDividerLocation(int) - Method in class adams.gui.visualization.report.ReportFactory.Dialog
Sets the divider location in pixel.
setDividerLocation(int) - Method in class adams.gui.visualization.report.ReportFactory.Panel
Sets the location of the divider.
setDocument(File) - Method in class adams.gui.visualization.pdf.PDFPanel
Sets the document to display.
setDocument(String) - Method in class adams.gui.visualization.pdf.PDFPanel
Sets the document to display.
setDocumentationDirectories(PlaceholderDirectory[]) - Method in class adams.gui.application.AbstractApplicationFrame
Sets the currently set directories with PDF documentation.
setDOM(Node) - Method in class adams.gui.core.dom.DOMTree
Sets the DOM node object to display.
setDOM(Node) - Method in class adams.gui.core.dom.DOMTreeWithPreview
Sets the DOM node object to display.
setDomain(String) - Method in class adams.core.io.lister.SmbDirectoryLister
Sets the domain to use.
setDomain(String) - Method in class adams.flow.standalone.SMBConnection
Sets the domain to connect to.
setDomain(String) - Method in class adams.gui.chooser.SmbRemoteDirectorySetup
Sets the domain to connect to.
setDontReplaceMissingValues(boolean) - Method in class weka.clusterers.SAXKMeans
Sets whether missing values are to be replaced.
setDontUpdateID(boolean) - Method in class adams.data.filter.AbstractFilter
Sets whether ID update is suppressed.
setDontUpdateID(boolean) - Method in interface adams.data.filter.Filter
Sets whether ID update is suppressed.
setDouble(String, Double) - Method in class adams.core.Properties
Sets the double value.
setDouble(String, Double) - Method in class adams.gui.core.GUIPrompt
Sets the Double value and stores the properties.
setDoubleClickAction(boolean) - Method in class adams.gui.chooser.DatePanel
 
setDoubleClickAction(BaseAction) - Method in class adams.gui.core.AbstractDoubleClickableComponentWithButtons
Sets the action that gets executed when a double-click on a list element occurs.
setDoubleClickButton(BaseButton) - Method in class adams.gui.core.AbstractDoubleClickableComponentWithButtons
Sets the button that gets clicked when a double-click on a list element occurs.
setDoubleIncrement(double) - Method in class adams.flow.transformer.IncStorageValue
Sets the increment value for double increments.
setDoubleIncrement(double) - Method in class adams.flow.transformer.IncVariable
Sets the increment value for double increments.
setDoubleUp(boolean) - Method in class adams.data.conversion.Quote
Sets whether to double up internal quotes rather than escaping with backslash.
setDoubleUp(boolean) - Method in class adams.data.conversion.UnQuote
Sets whether to un-double up internal quotes rather than un-escaping with backslash.
setDown(boolean) - Method in class adams.data.image.transformer.SuppliedImageMask
Set whether mask is applied below or above the threshold.
setDown(boolean) - Method in class adams.data.image.transformer.XScreenMask
Set whether mask is applied below or above the threshold.
setDown(boolean) - Method in class adams.flow.transformer.locateobjects.XScreenMaskLocator
Set whether mask is applied below or above the threshold.
setDPI(int) - Method in class adams.flow.transformer.PDFRenderPages
Sets the DPI setting.
setDragEnabled(boolean) - Method in interface adams.gui.chooser.FileChooser
Sets the dragEnabled property, which must be true to enable automatic drag handling (the first part of drag and drop) on this component.
setDrawAnnotations(AbstractDrawOperation) - Method in class adams.flow.transformer.draw.AnnotationsAndPredictions
Sets the draw operation for the annotations.
setDrawPredictions(AbstractDrawOperation) - Method in class adams.flow.transformer.draw.AnnotationsAndPredictions
Sets the draw operation for the predictions.
setDropAbove(double) - Method in class weka.filters.unsupervised.instance.RemoveWithWeights
Sets the threshold of the weights above which to drop instances.
setDropAtMost(double) - Method in class weka.filters.unsupervised.instance.WeightsBasedResample
Sets the maximum percentage of instances to drop.
setDropBelow(double) - Method in class weka.filters.unsupervised.instance.RemoveWithWeights
Sets the threshold of the weights below which to drop instances.
setDropBelow(double) - Method in class weka.filters.unsupervised.instance.WeightsBasedResample
Sets the threshold of the normalized weights below which to drop instances.
setDropDownMenu(JPopupMenu) - Method in class adams.gui.core.BaseButtonWithDropDownMenu
Sets the menu to display.
setDropDownMenu(JPopupMenu) - Method in class adams.gui.core.BaseFlatButtonWithDropDownMenu
Sets the menu to display.
setDropInput(boolean) - Method in class adams.flow.control.PlotProcessor
Sets whether to drop the input plot container completely.
setDropNonClassYs(boolean) - Method in class weka.filters.supervised.attribute.MultiPLS
Sets whether to remove Y attributes from the output that are not the class attribute.
setDropOtherColumns(boolean) - Method in class adams.ml.preprocessing.AbstractColumnSubsetFilter
Sets whether to drop other columns that aren't used for filtering from the output.
setDropOtherColumns(boolean) - Method in interface adams.ml.preprocessing.ColumnSubsetFilter
Sets whether to drop other columns that aren't used for filtering from the output.
setDropTokensOnConditionFail(boolean) - Method in class adams.flow.control.ConditionalSubProcess
Sets whether to drop incoming tokens if condition evaluates to false instead of forwarding them.
setDryRun(boolean) - Method in interface adams.flow.core.DryRunSupporter
Sets whether this is only a dry-run.
setDryRun(boolean) - Method in class adams.flow.source.RSync
 
setDryRun(boolean) - Method in class adams.flow.source.SimpleRSync
 
setDryRun(boolean) - Method in class adams.flow.standalone.ExecSQL
Sets whether to merely simulate the statement.
setDummyReport(boolean) - Method in class adams.data.report.Report
Sets whether this report is dummy report or not.
setDuplicateIndices(boolean) - Method in class adams.flow.transformer.DeleteOverlappingImageObjects
Sets the boolean duplicate indices.
setEdgeThreshold(float) - Method in class adams.flow.transformer.BoofCVDetectLines
Sets the edge threshold to use.
setEditable(boolean) - Method in class adams.gui.chooser.AbstractChooserPanel
Sets whether the chooser is editable or read-only.
setEditable(boolean) - Method in class adams.gui.core.AbstractTextAreaPanelWithAdvancedSyntaxHighlighting
Sets whether the text area is editable or not.
setEditable(boolean) - Method in class adams.gui.core.BaseTextAreaWithButtons
Sets whether the text area is editable or not.
setEditable(boolean) - Method in class adams.gui.core.BaseTextPaneWithButtons
Sets whether the text area is editable or not.
setEditable(boolean) - Method in class adams.gui.core.BaseTextPaneWithWordWrap
Sets whether the text pane is editable or not.
setEditable(boolean) - Method in class adams.gui.core.KeyValuePairTableModel
Sets whether the values will be editable or not.
setEditable(boolean) - Method in class adams.gui.core.StyledTextEditorPanel
Sets whether the text area is editable or not.
setEditable(boolean) - Method in interface adams.gui.core.TextAreaComponent
Sets whether the text area is editable or not.
setEditable(boolean) - Method in class adams.gui.core.TextEditorPanel
Sets whether the text area is editable or not.
setEditable(boolean) - Method in interface adams.gui.core.TextPaneComponent
Sets whether the text pane is editable or not.
setEditable(boolean) - Method in class adams.gui.dialog.TextDialog
Sets whether the text area is editable or not.
setEditable(boolean) - Method in class adams.gui.dialog.TextPanel
Sets whether the text area is editable or not.
setEditable(boolean) - Method in class adams.gui.flow.tree.Node
Sets whether the node is editable.
setEditable(boolean) - Method in class adams.gui.flow.tree.Tree
Sets the tree editable or read-only.
setEditable(boolean, boolean) - Method in class adams.gui.flow.tree.Node
Sets whether the node is editable.
setEditor(PropertyEditor) - Method in class adams.gui.goe.GenericObjectEditorDialog
Sets the editor to use.
setEditor(PropertyEditor) - Method in class adams.gui.goe.WekaGenericObjectEditorDialog
Sets the editor to use.
setEightBitOutput(boolean) - Method in class adams.flow.source.RSync
 
setElement(Matrix, int[], ArrayElementType, Object) - Static method in class adams.data.matlab.MatlabUtils
Sets the element according to the specified type.
setElementAt(FlowSetup, int) - Method in class adams.flow.setup.FlowSetupManager
Sets the setup at the specified location.
setElementAt(Object, int) - Method in class adams.gui.core.JComponentList.JComponentListModel
Sets the JComponent at the specified index of this list to be the specified object.
setElementIndexVariable(VariableName) - Method in class adams.flow.control.ArrayProcess
Sets the variable name to store the current element index in.
setElementIndexVariable(VariableName) - Method in class adams.flow.control.CollectionProcess
Sets the variable name to store the current element index in.
setElements(BaseString[]) - Method in class adams.flow.source.newlist.FixedList
Sets the list elements to output.
setElements(Range) - Method in class adams.flow.transformer.ArraySubset
Sets the array elements to pick.
setElements(Range) - Method in class adams.flow.transformer.arraysubsetgeneration.RangeSubset
Sets the array elements to pick.
setElements(Range) - Method in class adams.flow.transformer.CollectionSubset
Sets the array elements to pick.
setElementType(ArrayElementType) - Method in class adams.data.conversion.Mat5ArrayToString
Sets the type of the element in the array.
setElementType(ArrayElementType) - Method in class adams.data.conversion.StringToMat5Array
Sets the type of the element in the array.
setElementType(ArrayElementType) - Method in class adams.data.matlab.multimatrixoperation.Combine
Sets the type of the element in the array.
setElementType(ArrayElementType) - Method in class adams.flow.transformer.Mat5ArraySubset
Sets the type of the element to retrieve.
setElementType(ArrayElementType) - Method in class adams.flow.transformer.Mat5GetMatrixElement
Sets the type of the element to retrieve.
setElementType(ArrayElementType) - Method in class adams.flow.transformer.Mat5SetMatrixElement
Sets the type of the element to set.
setEliminateColinearAttributes(boolean) - Method in class weka.classifiers.functions.LinearRegressionJ
Set the value of EliminateColinearAttributes.
setElseActor(Actor) - Method in class adams.flow.control.IfStorageValue
Sets the actor of the 'else' branch.
setElseActor(Actor) - Method in class adams.flow.control.IfThenElse
Sets the actor of the 'else' branch.
setEmail(Email) - Method in class adams.gui.dialog.DisplayEmailPanel
Sets the email to display.
setEmail(String) - Method in class adams.core.net.EmailContact
Sets the email.
setEmpty(String) - Method in class adams.flow.transformer.SpreadSheetGetCell
Sets the value to return if cell is empty.
setEmpty(String) - Method in class adams.flow.transformer.SpreadSheetGetHeaderCell
Sets the value to return if cell is empty.
setEnable(boolean) - Method in class adams.flow.processor.ManageInteractiveActors
Sets whether to enable or disable the interactive behaviour.
setEnable(boolean) - Method in class adams.flow.processor.ManageTimedActors
Sets whether to enable or disable the timing behaviour.
setEnabled(boolean) - Method in class adams.core.LRUCache
Sets the enabled state of the cache.
setEnabled(boolean) - Method in class adams.core.Memory
sets whether the memory management is enabled.
setEnabled(boolean) - Method in class adams.data.io.output.AbstractTextWriter
Sets whether the writer is enabled.
setEnabled(boolean) - Method in class adams.flow.source.valuedefinition.AbstractValueDefinition
Sets whether the definition is to be used.
setEnabled(boolean) - Method in class adams.gui.chooser.AbstractChooserPanel
Sets the enabled state of the panel.
setEnabled(boolean) - Method in class adams.gui.chooser.DatePanel.InternalView
Sets the enabled state of the panel.
setEnabled(boolean) - Method in class adams.gui.chooser.DatePanel
Sets the enabled state.
setEnabled(boolean) - Method in class adams.gui.chooser.DateTimePanel
Sets the enabled state.
setEnabled(boolean) - Method in class adams.gui.chooser.TimePanel
Sets the enabled state.
setEnabled(boolean) - Method in class adams.gui.core.BaseFlatSplitButton
Sets the enabled state.
setEnabled(boolean) - Method in class adams.gui.core.BaseSplitButton
Sets the enabled state.
setEnabled(boolean) - Method in class adams.gui.core.dotnotationtree.AbstractItemFilter
Sets whether the filter is enabled.
setEnabled(boolean) - Method in class adams.gui.core.FilterPanel
Sets the enabled state.
setEnabled(boolean) - Method in class adams.gui.core.ParameterPanel
Sets the enabled state of the panel.
setEnabled(boolean) - Method in class adams.gui.core.SearchPanel
Sets the enabled state of the components.
setEnabled(boolean) - Method in class adams.gui.core.SqlConnectionPanel
Sets the enabled state.
setEnabled(boolean) - Method in class adams.gui.core.TitleGenerator
Sets whether the generator is enabled.
setEnabled(boolean) - Method in class adams.gui.core.Undo
Sets the enabled state, i.e., either enables or disables the undo.
setEnabled(boolean) - Method in class adams.gui.dialog.SQLStatementPanel
Sets the enabled state.
setEnabled(boolean) - Method in class adams.gui.goe.GenericObjectEditor
Sets whether the editor is "enabled", meaning that the current values will be painted.
setEnabled(boolean) - Method in class adams.gui.print.JComponentWriter
Sets whether the writer is enabled.
setEnabled(boolean) - Method in class adams.gui.selection.AbstractConditionalDatabaseSelectionPanel
Sets the enabled state of the panel.
setEnabled(boolean) - Method in class adams.gui.selection.AbstractDatabaseSelectionPanel
Sets the enabled state of the panel.
setEnabled(boolean) - Method in class adams.gui.selection.AbstractTableBasedSelectionPanel
Sets the enabled state of the panel.
setEnabled(boolean) - Method in class adams.gui.tools.AbstractLogEntryViewerPanel
Sets the enabled state of the panel.
setEnabled(boolean) - Method in class adams.gui.tools.LogEntryDatabaseViewerPanel
Sets the enabled state of the panel.
setEnabled(boolean) - Method in class adams.gui.visualization.core.AbstractPaintlet
Sets whether the paintlet is enabled or not.
setEnabled(boolean) - Method in interface adams.gui.visualization.core.Paintlet
Sets whether the paintlet is enabled or not.
setEnabled(boolean) - Method in class adams.gui.visualization.core.plot.AbstractHitDetector
Sets whether the detector is enabled or not.
setEnabled(boolean) - Method in interface adams.gui.visualization.core.plot.HitDetector
Sets whether the detector is enabled or not.
setEnabled(boolean) - Method in class adams.gui.visualization.image.AbstractImageOverlay
Sets whether this overlay is enabled or not.
setEnabled(boolean) - Method in class adams.gui.visualization.image.interactionlogging.AbstractInteractionLoggingFilter
Sets whether to enable the filter.
setEnabled(boolean) - Method in class adams.gui.visualization.image.paintlet.AbstractPaintlet
Sets whether the paintlet is enabled or not.
setEnabled(boolean) - Method in interface adams.gui.visualization.image.paintlet.Paintlet
Sets whether the paintlet is enabled or not.
setEnabled(boolean) - Method in class adams.gui.visualization.object.mouseclick.AbstractMouseClickProcessor
Sets whether the click processor is enabled.
setEnabled(boolean) - Method in class adams.gui.visualization.object.objectannotations.check.AbstractAnnotationCheck
Sets whether the check is enabled.
setEnabled(boolean) - Method in class adams.gui.visualization.object.objectannotations.cleaning.AbstractAnnotationCleaner
Sets whether the data cleaner is enabled.
setEnabled(boolean) - Method in class adams.gui.visualization.object.objectannotations.colors.AbstractAnnotationColors
Sets whether the data cleaner is enabled.
setEnabled(boolean) - Method in class adams.gui.visualization.object.objectannotations.label.AbstractLabelPlotter
Sets whether the plotter is enabled.
setEnabled(boolean) - Method in class adams.gui.visualization.object.objectannotations.outline.AbstractOutlinePlotter
Sets whether the plotter is enabled.
setEnabled(boolean) - Method in class adams.gui.visualization.object.objectannotations.shape.AbstractShapePlotter
Sets whether the plotter is enabled.
setEnabled(boolean) - Method in class adams.gui.visualization.object.overlay.AbstractOverlay
Sets whether the overlay is enabled.
setEnabled(boolean) - Method in interface adams.gui.visualization.object.overlay.Overlay
Sets whether the overlay is enabled.
setEnabled(boolean) - Method in class adams.gui.visualization.segmentation.layer.AbstractLayer
Sets whether the layer is enabled.
setEnabled(boolean) - Method in class adams.gui.visualization.segmentation.paintoperation.AbstractPaintOperation
Sets whether the overlay is enabled.
setEnabled(boolean) - Method in interface adams.gui.visualization.segmentation.paintoperation.PaintOperation
Sets whether the paint operation is enabled.
setEnabled(boolean) - Method in class adams.gui.visualization.sequence.pointpreprocessor.AbstractPointPreprocessor
Sets whether the preprocessor is enabled.
setEnabled(boolean) - Method in class adams.scripting.requesthandler.AbstractRequestHandler
Sets whether the handler is enabled.
setEnabled(boolean) - Method in class adams.scripting.responsehandler.AbstractResponseHandler
Sets whether the handler is enabled.
setEnabled(JComponentList.CheckBoxListItem.Actions, boolean) - Method in class adams.gui.core.JComponentList.CheckBoxListItem
Sets the enabled/disabled state of an action, i.e., whether it shows up in the menu or not.
setEnabled(JComponentList.LabelListItem.Actions, boolean) - Method in class adams.gui.core.JComponentList.LabelListItem
Sets the enabled/disabled state of an action, i.e., whether it shows up in the menu or not.
setEnabledCascade(boolean) - Method in class adams.gui.core.BasePanel
Sets the enabled state of itself and all of its children.
setEnabledCascade(boolean, Component) - Method in class adams.gui.core.BasePanel
Sets the enabled state of itself and all of its children.
setEnableRestart(boolean) - Method in interface adams.core.management.RestartableApplication
Sets whether to enable the restart through the Launcher.
setEnableRestart(boolean) - Method in class adams.gui.application.AbstractApplicationFrame
Sets whether to enable the restart through the Launcher.
setEncoder(AbstractBarcodeEncoder) - Method in class adams.flow.transformer.draw.Barcode
Gets the encoder type.
setEncoder(AbstractBarcodeEncoder) - Method in class adams.flow.transformer.EncodeBarcode
Sets the encoder to use.
setEncoding(BaseCharset) - Method in interface adams.core.io.EncodingSupporter
Sets the encoding to use.
setEncoding(BaseCharset) - Method in class adams.core.io.filesearch.AbstractFileSearchHandlerWithEncoding
Sets the encoding to use.
setEncoding(BaseCharset) - Method in class adams.core.io.filesearch.AbstractMetaFileSearchHandlerWithEncoding
Sets the encoding to use.
setEncoding(BaseCharset) - Method in class adams.core.io.fileuse.LastLineMatches
Sets the encoding to use.
setEncoding(BaseCharset) - Method in class adams.core.option.CompactFlowConsumer
Sets the encoding to use.
setEncoding(BaseCharset) - Method in class adams.core.option.CompactFlowProducer
Sets the encoding to use.
setEncoding(BaseCharset) - Method in class adams.core.option.NestedConsumer
Sets the encoding to use.
setEncoding(BaseCharset) - Method in class adams.core.option.NestedProducer
Sets the encoding to use.
setEncoding(BaseCharset) - Method in class adams.data.conversion.ByteArrayToString
Sets the encoding to use.
setEncoding(BaseCharset) - Method in class adams.data.conversion.DOMToString
Sets the encoding to use.
setEncoding(BaseCharset) - Method in class adams.data.conversion.StringArrayToURLParameters
Sets the encoding to use.
setEncoding(BaseCharset) - Method in class adams.data.conversion.StringToByteArray
Sets the encoding to use.
setEncoding(BaseCharset) - Method in class adams.data.conversion.URLDecode
Sets the encoding to use.
setEncoding(BaseCharset) - Method in class adams.data.conversion.URLEncode
Sets the encoding to use.
setEncoding(BaseCharset) - Method in class adams.data.conversion.URLParametersToStringArray
Sets the encoding to use.
setEncoding(BaseCharset) - Method in class adams.data.io.input.AbstractSpreadSheetReader
Sets the encoding to use.
setEncoding(BaseCharset) - Method in class adams.data.io.input.AbstractTextReaderWithEncoding
Sets the encoding to use.
setEncoding(BaseCharset) - Method in class adams.data.io.input.DefaultFlowReader
Sets the encoding to use.
setEncoding(BaseCharset) - Method in class adams.data.io.input.NestedAdamsExperimentReader
Sets the encoding to use.
setEncoding(BaseCharset) - Method in class adams.data.io.input.NestedCommandlineReader
Sets the encoding to use.
setEncoding(BaseCharset) - Method in class adams.data.io.output.AbstractSpreadSheetWriter
Sets the encoding to use.
setEncoding(BaseCharset) - Method in class adams.data.io.output.AbstractTextWriterWithEncoding
Sets the encoding to use.
setEncoding(BaseCharset) - Method in class adams.data.io.output.DefaultFlowWriter
Sets the encoding to use.
setEncoding(BaseCharset) - Method in class adams.doc.listing.AbstractFileBasedListingOutputWithEncoding
Sets the encoding to use.
setEncoding(BaseCharset) - Method in class adams.doc.listing.OptionOutput
Sets the encoding to use.
setEncoding(BaseCharset) - Method in class adams.flow.sink.DumpFile
Sets the encoding to use.
setEncoding(BaseCharset) - Method in class adams.flow.sink.sendnotification.LogFile
Sets the encoding to use.
setEncoding(BaseCharset) - Method in class adams.flow.sink.Socket
Sets the encoding to use.
setEncoding(BaseCharset) - Method in class adams.flow.sink.XMLFileWriter
Sets the encoding to use.
setEncoding(BaseCharset) - Method in class adams.flow.source.Socket
Sets the encoding to use.
setEncoding(BaseCharset) - Method in class adams.flow.transformer.HttpRequest
Sets the encoding to use.
setEncoding(BaseCharset) - Method in class adams.flow.transformer.PythonExpandScript
Sets the encoding to use.
setEncoding(BaseCharset) - Method in class weka.core.converters.SimpleArffLoader
Sets the encoding to use.
setEncoding(BaseCharset) - Method in class weka.core.converters.SimpleArffSaver
Sets the encoding to use.
setEncoding(String) - Method in class adams.gui.chooser.TextFileChooser.FileEncodingPanel
Sets the encoding.
setEncoding(String) - Method in class adams.gui.chooser.TextFileChooser
Sets the encoding.
setEnd(boolean) - Method in class adams.flow.transformer.FileTailer
Sets whether to start from the end or beginning.
setEnd(long) - Method in class adams.flow.transformer.BinaryFileReader
Sets the last position (incl).
setEnd(BaseDate) - Method in class adams.data.conversion.BaseDateToString
Sets the end date to use in the evaluation.
setEnd(BaseDateTime) - Method in class adams.data.conversion.BaseDateTimeToString
Sets the end date to use in the evaluation.
setEnd(BaseDateTime) - Method in class adams.data.filter.TimeseriesWindow
Sets the end timestamp for series.
setEnd(BaseDateTimeMsec) - Method in class adams.data.conversion.BaseDateTimeMsecToString
Sets the end date to use in the evaluation.
setEnd(BaseTime) - Method in class adams.data.conversion.BaseTimeToString
Sets the end time to use in the evaluation.
setEnd(Field) - Method in class adams.gui.visualization.report.ReportDateFieldRangePaintlet
Sets the date field in the report to use for the end of the region.
setEnd(Date) - Method in class adams.core.base.BaseDate
Sets the optional end date.
setEnd(Date) - Method in class adams.core.base.BaseDateTime
Sets the optional end datetime.
setEnd(Date) - Method in class adams.core.base.BaseDateTimeMsec
Sets the optional end datetime.
setEnd(Date) - Method in class adams.core.base.BaseTime
Sets the optional end time.
setEnd(Date) - Method in class adams.core.base.BaseTimeMsec
Sets the optional end time.
setEnd(Date) - Method in class adams.parser.basedate.Parser
Sets the optional end date.
setEnd(Date) - Method in class adams.parser.basedatetime.Parser
Sets the optional end datetime.
setEnd(Date) - Method in class adams.parser.basedatetimemsec.Parser
Sets the optional end datetime.
setEnd(Date) - Method in class adams.parser.basetime.Parser
Sets the optional end time.
setEnd(Date) - Method in class adams.parser.basetimemsec.Parser
Sets the optional end time.
setEndDate(BaseDateTime) - Method in class adams.db.AbstractTimeWindowTableCleanUp
Sets the end date.
setEndDate(BaseDateTime) - Method in class adams.tools.AbstractTimeWindowDatabaseTool
Sets the end date.
setEndTimestamp(BaseDateTime) - Method in class adams.gui.visualization.timeseries.FixedTimestampRangePaintlet
Sets the timestamp for the end of the range.
setEnforceCallableNameCheck(boolean) - Method in class adams.flow.control.Flow
Sets whether to enforce the callable name check.
setEnforceCallableNameCheck(boolean) - Method in class adams.flow.control.LocalScopeTransformer
Sets whether to enforce the callable name check.
setEnforceCallableNameCheck(boolean) - Method in class adams.flow.control.LocalScopeTrigger
Sets whether to enforce the callable name check.
setEnforceCallableNameCheck(boolean) - Method in interface adams.flow.control.ScopeHandler
Sets whether to enforce the callable name check.
setEngine(RemoteScriptingEngine) - Method in class adams.flow.standalone.RemoteScriptingEngine
Sets the engine to use.
setEngine(RemoteScriptingEngine) - Method in class adams.scripting.CommandRunner
Sets the scripting engine to use.
setEngines(RemoteScriptingEngine[]) - Method in class adams.scripting.engine.MultiScriptingEngine
Sets the engines use.
setEnsureEqualValues(boolean) - Method in class adams.flow.transformer.spreadsheetmethodmerge.AbstractMerge
Sets whether to check all data-sources for a merged column have the same value.
setEnsureEqualValues(boolean) - Method in class adams.flow.transformer.wekadatasetsmerge.AbstractMerge
Sets whether to check all data-sources for a merged attribute have the same value.
setEntryName(String) - Method in class adams.data.io.input.Mat5SpreadSheetReader
Sets the name of the entry to retrieve, takes precedence over range.
setEntryName(String) - Method in class adams.flow.transformer.Mat5FileAddArray
Sets the entry name.
setEntryName(String) - Method in class adams.flow.transformer.Mat5FileGetArray
Sets the name of the entry to retrieve.
setEntryNameVariable(VariableNameNoUpdate) - Method in class adams.flow.sink.DisplayPanelManager
Sets the variable name which value gets used to name the entries.
setEntryNameVariable(VariableNameNoUpdate) - Method in class adams.flow.sink.HistoryDisplay
Sets the variable name which value gets used to name the entries.
setEntryNameVariable(VariableNameNoUpdate) - Method in class adams.flow.sink.ReportDisplay
Sets the variable name which value gets used to name the entries.
setEnum(String, Class) - Method in class adams.gui.application.AbstractPropertiesPreferencesPanel
Associates the enum with a particular property.
setEnum(String, Class) - Method in class adams.gui.core.PropertiesParameterPanel
Associates the enum with a particular property.
setEnumClass(BaseClassname) - Method in class adams.flow.source.valuedefinition.EnumValueDefinition
Sets the enum class to select.
setEnumerateLabels(boolean) - Method in class adams.flow.transformer.ConfusionMatrix
Sets whether to enumerate the labels rather than using the labels in the matrix.
setEnumeration(E) - Method in class adams.core.ConfigurableEnumeration.AbstractItem
Sets the owning enumeration.
setEnvironment(String) - Method in class adams.doc.javadoc.Javadoc
sets the classname of the environment class to use.
setEnvironment(String) - Method in class adams.doc.listing.Listing
sets the classname of the environment class to use.
setEnvironment(String) - Method in class adams.parser.AbstractExpressionEvaluator
sets the classname of the environment class to use.
setEnvironmentClass(Class) - Static method in class adams.env.AbstractEnvironment
Sets the class to use for handling the props files etc.
setEnvVariable(String) - Method in class adams.flow.standalone.SetVariable
Sets the name of the environment variable to use.
setEnvVarOptional(boolean) - Method in class adams.flow.standalone.SetVariable
Sets whether to the environment variable is optional.
setEnvVars(BaseKeyValuePair[]) - Method in interface adams.core.management.EnvironmentVariablesHandler
Sets the environment variables to overlay on top of the current ones.
setEnvVars(BaseKeyValuePair[]) - Method in class adams.flow.sink.Exec
Sets the environment variables to overlay on top of the current ones.
setEnvVars(BaseKeyValuePair[]) - Method in class adams.flow.source.Command
Sets the environment variables to overlay on top of the current ones.
setEnvVars(BaseKeyValuePair[]) - Method in class adams.flow.source.Exec
Sets the environment variables to overlay on top of the current ones.
setError(int) - Method in class weka.classifiers.meta.AbstainLeastMedianSq
 
setError(int) - Method in class weka.classifiers.meta.LeastMedianSq
 
setError(SpreadSheetColumnIndex) - Method in class adams.flow.sink.ActualVsPredictedPlot
Sets the column with the error values.
setError(SpreadSheetColumnIndex) - Method in class adams.gui.tools.previewbrowser.ActualVsPredictedHandler
Sets the column with the error values.
setError(String) - Method in class adams.gui.scripting.ScriptingCommandCode
Sets the error message, if any.
setErrorCalculation(WekaBootstrapping.ErrorCalculation) - Method in class adams.flow.transformer.WekaBootstrapping
Sets how to calculate the errors for the percentiles.
setErrorCorrectionLevel(ErrorCorrectionLevel) - Method in class adams.data.barcode.encode.QRCode
Returns the error correction level of the QR code.
setErrorHandler(ErrorHandler) - Method in class adams.flow.core.AbstractActor
Sets the error handler to use for handling errors in the flow.
setErrorHandler(ErrorHandler) - Method in interface adams.flow.core.Actor
Sets the error handler to use for handling errors in the flow.
setErrorHandling(Flow.ErrorHandling) - Method in class adams.flow.control.Flow
Sets how errors are handled.
setErrorMessage(String) - Method in class adams.flow.control.RaiseError
Sets the error message.
setErrorMessage(String) - Method in class adams.gui.core.ErrorMessagePanel
Sets the error message and updates the display.
setErrorPaintlet(AbstractErrorPaintlet) - Method in class adams.flow.sink.sequenceplotter.SequencePlotterPanel
Sets the error paintlet to use.
setErrorPaintlet(AbstractErrorPaintlet) - Method in class adams.flow.sink.SequencePlotter
Sets the error paintlet to use.
setErrorPostProcessor(ErrorPostProcessor) - Method in class adams.flow.control.TryCatch
Sets the error post-processor to use.
setErrorScaler(AbstractErrorScaler) - Method in class adams.flow.sink.WekaClassifierErrors
Sets the scheme for scaling the errors.
setErrorVariable(VariableName) - Method in class adams.flow.control.TryCatch
Sets the variable to store the error messages in.
setEscapeSpecialChars(boolean) - Method in class adams.data.io.output.CsvSpreadSheetWriter
Sets whether to escape special chars like \\t, \\r and \\n with a backslash.
setEta(float) - Method in class weka.classifiers.trees.XGBoost
Sets the step size shrinkage to use in updates to prevent overfitting.
setEvaluation(IndexedSplitsRunsEvaluation) - Method in class adams.flow.transformer.IndexedSplitsRunsEvaluation
Sets the evaluation to use.
setEvaluationPostProcessor(AbstractWekaEvaluationPostProcessor) - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm
Sets the post-processing scheme for the evaluation.
setEvaluationType(WekaExperimentGenerator.EvaluationType) - Method in class adams.flow.sink.WekaExperimentGenerator
Sets the type of evaluation to perform.
setEvaluator(AbstractInstanceEvaluator) - Method in class adams.flow.transformer.WekaInstanceEvaluator
Sets the evaluator to use.
setEvaluator(ASEvaluation) - Method in class adams.flow.transformer.WekaAttributeSelection
Sets the evaluation method to use.
setEvent(TriggerableEventReference) - Method in class adams.flow.control.TriggerEvent
Sets the name of the event to trigger.
setEvents(WatchEventKind[]) - Method in class adams.flow.standalone.DirWatch
Sets the events to report.
setEveryNth(int) - Method in class adams.flow.control.Injector
Sets after how many tokens the injection takes place.
setExactMatch(boolean) - Method in class adams.data.conversion.SwapObjects
Sets whether to use the complete command-line for comparison rather than just the class name.
setExactMatch(boolean) - Method in class adams.data.conversion.SwapPLS
Sets whether to use the complete command-line for comparison rather than just the class name.
setExclude(BaseString[]) - Method in class adams.flow.source.RSync
 
setExclude(BaseString[]) - Method in class adams.flow.source.SimpleRSync
 
setExcludeClass(boolean) - Method in class weka.core.AbstractHashableInstance
Sets whether to exclude the class from the hashcode computation.
setExcludedAttributes(String) - Method in class adams.flow.transformer.SpreadSheetMerge
Sets the regular expression for excluding attributes.
setExcludedAttributes(String) - Method in class adams.flow.transformer.WekaInstancesMerge
Sets the regular expression for excluding attributes.
setExcludeDefaultValueDefinition(boolean) - Method in class adams.flow.processor.ForwardSlashSwitch
Sets whether to exclude DefaultValueDefinition instances as used by EnterManyValues.
setExcludeDummies(boolean) - Method in interface adams.db.ReportConditions
Sets whether to exclude data containers with reports flagged as dummies or not.
setExcludeFrom(PlaceholderFile) - Method in class adams.flow.source.RSync
 
setExcludeFrom(PlaceholderFile) - Method in class adams.flow.source.SimpleRSync
 
setExcludeIdentical(boolean) - Method in class adams.data.objectoverlap.AbstractObjectOverlap
Sets whether to exclude identical objects from the comparison.
setExcludeWeight(boolean) - Method in class weka.core.AbstractHashableInstance
Sets whether to exclude the weight from the hashcode computation.
setExecutability(boolean) - Method in class adams.flow.source.RSync
 
setExecutability(boolean) - Method in class adams.flow.source.SimpleRSync
 
setExecutable(boolean, boolean) - Method in class adams.core.io.PlaceholderFile
Sets the owner's or everybody's execute permission for this abstract pathname.
setExecutable(PlaceholderFile) - Method in class adams.flow.control.JDeps
Sets the jdeps executable.
setExecutable(PlaceholderFile) - Method in class adams.flow.control.JMap
Sets the jmap executable.
setExecutable(PlaceholderFile) - Method in class adams.flow.sink.Browser
Sets the custom browser executable.
setExecutable(PlaceholderFile) - Method in class adams.flow.standalone.TesseractConfiguration
Sets the tesseract executable to use.
setExecutable(String) - Method in class adams.data.tesseract.TesseractHelper
Updates the executable.
setExecutable(String) - Method in class adams.flow.source.PythonVenvExec
Sets the executable from the virtualenv to run.
setExecutableOptions(BaseText) - Method in class adams.flow.source.PythonVenvExec
Sets the command-line options for the executable.
setExecuteOnError(FlowFile) - Method in class adams.flow.control.Flow
Sets the external flow to execute in case the flow finishes with an error.
setExecuteOnFinish(FlowFile) - Method in class adams.flow.control.Flow
Sets the external flow to execute in case the flow finishes without any errors.
setExecution(ActorExecution) - Method in class adams.gui.flow.tree.Renderer.ActorIcon
Sets how the visual cues are painted.
setExecutionType(ExternalFlow.ExecutionType) - Method in class adams.flow.standalone.ExternalFlow
Sets how to execute the flow.
setExisting(boolean) - Method in class adams.flow.source.RSync
 
setExpand(boolean) - Method in class adams.flow.sink.DOMDisplay
Sets whether to fully expand the tree or not.
setExpand(boolean) - Method in class adams.flow.sink.JsonDisplay
Sets whether to fully expand the tree or not.
setExpandedFullNames(List<String>) - Method in class adams.gui.flow.tree.Tree
Sets the expanded state of the nodes located via their full names.
setExpandedState(boolean[]) - Method in class adams.gui.core.BaseTree
Sets the expanded state of the rows currently being displayed.
setExpandedStateList(List<Boolean>) - Method in class adams.gui.core.BaseTree
Sets the expanded state of the rows currently being displayed.
setExpandedTreePaths(List<TreePath>) - Method in class adams.gui.core.BaseTree
Expands the specified nodes, all others get collapsed.
setExpandedTreePaths(DefaultMutableTreeNode, List<TreePath>) - Method in class adams.gui.core.BaseTree
Expands the specified nodes, all others get collapsed.
setExpandEntityReferences(boolean) - Method in class adams.core.io.filecomplete.XML
Sets whether to expand entity references.
setExpandEntityReferences(boolean) - Method in class adams.data.conversion.XMLToDOM
Sets whether to expand entity references.
setExpandEntityReferences(boolean) - Method in class adams.flow.transformer.XMLFileReader
Sets whether to expand entity references.
setExpandValue(boolean) - Method in class adams.flow.standalone.SetManyVariables
Sets whether to expand the value before settting it (eg if it is made up of variables itself).
setExpandValue(boolean) - Method in class adams.flow.standalone.SetVariable
Sets whether to expand the value before settting it (eg if it is made up of variables itself).
setExpandValue(boolean) - Method in class adams.flow.transformer.SetManyVariables
Sets whether to expand the value before settting it (eg if it is made up of variables itself).
setExpandValue(boolean) - Method in class adams.flow.transformer.SetVariable
Sets whether to expand the value before settting it (eg if it is made up of variables itself).
setExpandVariables(boolean) - Method in class adams.data.conversion.SpreadSheetAddFormulaColumn
Sets whether to expand any variable first before adding the formula to the spreadsheet.
setExpandVariables(boolean) - Method in class adams.data.conversion.SpreadSheetAddFormulaRow
Sets whether to expand any variable first before adding the formula to the spreadsheet.
setExpandVariables(boolean) - Method in class adams.flow.source.CurrentFlow
Sets whether to expand variables using their current values.
setExpandVariables(boolean) - Method in class adams.flow.source.SpecifiedActor
Sets whether to expand variables using their current values.
setExpansionDelay(int) - Method in class adams.gui.core.DragAndDropTree
Sets the delay in msecs before expanding a collapsed node during a drag'n'drop operation.
setExpansionOccurred(boolean) - Method in class adams.gui.core.LazyExpansionTreeNode
Sets whether the expansion has already occurred.
setExperiment(AbstractExperiment) - Method in class adams.flow.source.WekaNewExperiment
Sets the experiment setup.
setExperiment(AbstractExperiment) - Method in class adams.gui.tools.wekamultiexperimenter.setup.BasicAdamsSetupPanel
Sets the experiment to use.
setExperiment(Object) - Method in class adams.gui.tools.wekamultiexperimenter.ExperimenterPanel
Sets the experiment to use.
setExperiment(String) - Method in class adams.opt.genetic.setupupload.AbstractSetupUpload
Sets the experiment name to use.
setExperiment(T) - Method in class adams.gui.tools.wekamultiexperimenter.setup.AbstractSetupPanel
Sets the experiment to use.
setExperiment(Experiment) - Method in class adams.gui.goe.WekaExperimentFileEditor.SimpleSetupDialog
Sets the experiment to use.
setExperiment(Experiment) - Method in class adams.gui.tools.wekamultiexperimenter.setup.BasicWekaSetupPanel
Sets the experiment to use.
setExperimentFile(WekaExperimentFile) - Method in class adams.flow.transformer.WekaExperiment
Sets the file the experiment is stored in.
setExperimentType(WekaExperimentGenerator.ExperimentType) - Method in class adams.flow.sink.WekaExperimentGenerator
Sets the type of experiment to perform.
setExpiryInterval(BaseDateTime) - Method in class adams.flow.control.AbstractDataContainerFileChecker
Sets the expiry interval after which blacklisted files get moved from the temporary list to the final list.
setExpiryTime(boolean, int) - Method in class adams.gui.core.BaseStatusBar
Sets the expiry time in seconds.
setExplorer(Explorer) - Method in class weka.gui.explorer.ExperimentPanel
Sets the Explorer to use as parent frame (used for sending notifications about changes in the data).
setExplorer(Explorer) - Method in class weka.gui.explorer.SqlPanel
Sets the Explorer to use as parent frame (used for sending notifications about changes in the data)
setExplorerOptions(Explorer, Hashtable<String, Object>) - Static method in class weka.gui.explorer.WorkspaceHelper
Restores the Explorer options from the hashtable.
setExponent(double) - Method in class adams.data.statistics.ArrayMinkowskiDistance
Sets the exponent p.
setExport(PlaceholderFile) - Method in class adams.multiprocess.SerializingJobRunner
Sets the file to export the un-executed jobs to.
setExport(T) - Method in class adams.gui.dialog.AbstractDirectoryExportDialog
Sets the export format.
setExport(T) - Method in class adams.gui.dialog.AbstractFileExportDialog
Sets the export format.
setExpression(BaseText) - Method in class adams.flow.source.CombineStorage
Sets the expression for combining the variables/storage placeholders.
setExpression(BaseText) - Method in class adams.flow.source.CombineVariables
Sets the expression for combining the variables.
setExpression(XPathExpression) - Method in class adams.flow.transformer.XPath
Sets the expression to apply.
setExpression(BooleanExpressionText) - Method in class adams.flow.condition.bool.AbstractExpression
Sets the expression to evaluate.
setExpression(BooleanExpressionText) - Method in class adams.flow.transformer.AbstractDeleteReportValueByExpression
Sets the boolean expression that decides whether to remove the field.
setExpression(MathematicalExpressionText) - Method in class adams.data.conversion.MathExpression
Sets the mathematical expression to evaluate.
setExpression(MathematicalExpressionText) - Method in class adams.data.spreadsheet.rowscore.MathExpression
Sets the mathematical expression.
setExpression(MathematicalExpressionText) - Method in class adams.flow.source.MathExpression
Sets the mathematical expression to evaluate.
setExpression(MathematicalExpressionText) - Method in class adams.flow.transformer.MathExpression
Sets the mathematical expression to evaluate.
setExpression(MathematicalExpressionText) - Method in class adams.flow.transformer.ReportMathExpression
Sets the mathematical expression to evaluate.
setExpression(MathematicalExpressionText) - Method in class adams.gui.visualization.sequence.MathExpressionOverlayPaintlet
Sets the expression to use for generating the Y values.
setExpression(MathematicalExpressionText) - Method in class weka.classifiers.functions.MathExpressionClassifier
Sets the mathematical expression to evaluate.
setExpression(StringExpressionText) - Method in class adams.data.conversion.StringExpression
Sets the string expression to evaluate.
setExpression(StringExpressionText) - Method in class adams.flow.source.StringExpression
Sets the string expression to evaluate.
setExpression(StringExpressionText) - Method in class adams.flow.transformer.StringExpression
Sets the string expression to evaluate.
setExpression(String) - Method in class adams.data.conversion.SpreadSheetSplitColumn
Sets the regular expression used for splitting the string.
setExpression(String) - Method in class adams.flow.condition.bool.AbstractExpression
Sets the expression to evaluate.
setExpression(String) - Method in class adams.flow.transformer.StringSplit
Sets the regular expression used for splitting the string.
setExpression(String) - Method in class adams.gui.tools.ExpressionWatchPanel.ExpressionDialog
Sets the expression to use.
setExpression(String) - Method in class adams.parser.AbstractExpressionEvaluator
Sets the expression to evaluate.
setExpressionType(ExpressionWatchPanel.ExpressionType) - Method in class adams.gui.tools.ExpressionWatchPanel.ExpressionDialog
Sets the type to use.
setExtension(String) - Method in class adams.core.io.AbstractFilenameGeneratorWithExtension
Sets the extension to use.
setExtension(String) - Method in class adams.data.conversion.ReplaceFileExtension
Sets the extension to use.
setExtension(String) - Method in class adams.doc.listing.OptionOutput
Sets the extension to use.
setExtension(String) - Method in class adams.flow.transformer.splitfile.AbstractFileSplitter
Sets the extension for the generated files.
setExtensions(BaseString[]) - Method in class adams.flow.source.SelectFile
Sets the extensions to offer in the file chooser.
setExtensions(BaseString[]) - Method in class adams.flow.source.valuedefinition.FileValueDefinition
Sets the extensions to offer in the file chooser.
setExtensions(BaseString[]) - Method in class adams.flow.transformer.pdfproclet.AbstractSpreadSheetPdfProclet
Sets the extensions that the processor can process.
setExtensions(BaseString[]) - Method in class adams.flow.transformer.pdfproclet.Circle
Sets the extensions that the processor can process.
setExtensions(BaseString[]) - Method in class adams.flow.transformer.pdfproclet.FixedText
Sets the extensions that the processor can process.
setExtensions(BaseString[]) - Method in class adams.flow.transformer.pdfproclet.Headline
Sets the extensions that the processor can process.
setExtensions(BaseString[]) - Method in class adams.flow.transformer.pdfproclet.Line
Sets the extensions that the processor can process.
setExtensions(BaseString[]) - Method in class adams.flow.transformer.pdfproclet.MetaHeadline
Sets the extensions that the processor can process.
setExtensions(BaseString[]) - Method in class adams.flow.transformer.pdfproclet.NewPage
Sets the extensions that the processor can process.
setExtensions(BaseString[]) - Method in interface adams.flow.transformer.pdfproclet.PdfProcletWithVariableFileExtension
Sets the extensions that the processor can process.
setExtensions(BaseString[]) - Method in class adams.flow.transformer.pdfproclet.PlainText
Sets the extensions that the processor can process.
setExtensions(BaseString[]) - Method in class adams.flow.transformer.pdfproclet.Rectangle
Sets the extensions that the processor can process.
setExtent(int) - Method in class adams.gui.visualization.object.objectannotations.outline.PolygonVertices
Sets the size of the vertices.
setExtent(int) - Method in class adams.gui.visualization.object.objectannotations.outline.RectangleVertices
Sets the size of the vertices.
setExtent(int) - Method in class adams.gui.visualization.segmentation.layer.Markers
Sets the size of the markers.
setExtractor(AbstractMetaDataExtractor) - Method in class adams.core.io.fileuse.ImageMetaDataExtractor
Sets the meta-data extractor to use for checking the file use.
setExtractor(AbstractMetaDataExtractor) - Method in class adams.flow.transformer.ImageMetaData
Sets the extractor to use.
setFactor(double) - Method in class adams.flow.control.removeoutliers.IQR
Sets the factor which determines whether a value is an outlier.
setFactor(double) - Method in class adams.flow.control.removeoutliers.MeanAbsoluteError
Sets the factor which determines whether a value is an outlier.
setFactor(double) - Method in class adams.flow.control.removeoutliers.StdDev
Sets the factor which determines whether a value is an outlier.
setFactor(double) - Method in class adams.gui.visualization.sequence.StdDevOverlayPaintlet
Sets the factor to multiply the standard deviation with.
setFactor(float) - Method in class adams.data.jai.transformer.Brightness
Sets the factor.
setFactorX(double) - Method in class adams.data.opencv.transformer.Resize
Sets the X factor.
setFactorY(double) - Method in class adams.data.opencv.transformer.Resize
Sets the Y factor.
setFailed(PlaceholderDirectory) - Method in class adams.flow.transformer.AbstractDataProcessor
Sets the "failed" directory.
setFailed(PlaceholderDirectory) - Method in class adams.scripting.engine.FileBasedScriptingEngine
Sets the "failed" directory.
setFailedDir(PlaceholderDirectory) - Method in class adams.scripting.requesthandler.CommandDumperHandler
Sets the directory for failed commands.
setFailedDir(PlaceholderDirectory) - Method in class adams.scripting.responsehandler.CommandDumperHandler
Sets the directory for failed commands.
setFailedSuffix(String) - Method in class adams.core.net.SimpleMailer
Sets the suffix for emails that couldn't get sent.
setFailOnProcessError(boolean) - Method in class adams.flow.source.Exec
Sets whether to fail as well if the process failed.
setFakeSuper(boolean) - Method in class adams.flow.source.RSync
 
setFallback(boolean) - Method in class adams.data.areaoverlap.PolygonBased
Sets whether to fall back on the bounding box if no polygon available.
setFallback(boolean) - Method in class adams.data.objectoverlap.IntersectOverUnionRatio
Sets whether to fall back on the bounding box if no polygon available.
setFallback(boolean) - Method in interface adams.data.objectoverlap.OptionalBoundingBoxFallbackSupporter
Sets whether to fall back on the bounding box if no polygon available.
setFallback(boolean) - Method in class adams.gui.visualization.object.objectannotations.outline.PolygonOutline
Sets whether to fall back on the bounding box if no polygon available.
setFallback(boolean) - Method in class adams.gui.visualization.object.objectannotations.outline.PolygonVertices
Sets whether to fall back on the bounding box if no polygon available.
setFallback(boolean) - Method in class adams.gui.visualization.object.objectannotations.shape.FilledPolygon
Sets whether to fall back on the bounding box if no polygon available.
setFallback(Classifier) - Method in class weka.classifiers.meta.Fallback
Sets the fallback classifier.
setFallbackColor(Color) - Method in class adams.gui.visualization.object.objectannotations.colors.TypeColorMapping
Sets the color to use when a label has no color associated.
setFastDistanceCalc(boolean) - Method in class weka.clusterers.SAXKMeans
Sets whether to use faster distance calculation.
setFavorites() - Method in class adams.gui.goe.GenericArrayEditor
Opens the favorites menu and replaces the current array elements when applying a favorite.
setFavorites(Favorites) - Method in class adams.gui.tools.FavoritesManagementPanel.AbstractFavoritesListModel
Sets the favorites to display.
setFavorZeroes(boolean) - Method in class adams.opt.genetic.AbstractGeneticAlgorithm
Sets whether 0s are favored over 1s.
setFavorZeroes(boolean) - Method in class adams.opt.optimise.genetic.AbstractGeneticAlgorithm
Sets whether 0s are favored over 1s.
setFeatureSelector(XGBoost.FeatureSelector) - Method in class weka.classifiers.trees.XGBoost
Gets the feature selection and ordering method.
setField(ExtractDateTimeField.DateTimeField) - Method in class adams.data.conversion.ExtractDateTimeField
Sets the field to extract.
setField(Field) - Method in class adams.core.io.ReportFieldFilenameGenerator
Sets the field to use.
setField(Field) - Method in class adams.data.groupextraction.ReportField
Sets the field to get the group from.
setField(Field) - Method in class adams.data.groupextraction.ReportFieldRegExp
Sets the field to get the group from.
setField(Field) - Method in class adams.data.groupupdate.ReportField
Sets the field to set the group under.
setField(Field) - Method in class adams.data.idextraction.ReportField
Sets the field to get the group from.
setField(Field) - Method in class adams.data.idupdate.ReportField
Sets the field to set the ID under.
setField(Field) - Method in class adams.data.outlier.FieldRequired
Sets the reference, i.e., the class.
setField(Field) - Method in class adams.data.outlier.MinMax
Sets the field.
setField(Field) - Method in class adams.data.outlier.StringMatcher
Sets the reference, i.e., the class.
setField(Field) - Method in class adams.data.outlier.TargetRequired
Sets the reference, i.e., the class.
setField(Field) - Method in class adams.flow.condition.bool.BooleanReportValue
Sets the field to look for in the report.
setField(Field) - Method in class adams.flow.condition.bool.ReportValueExists
Sets the field to look for in the report.
setField(Field) - Method in class adams.flow.template.StoreReportValueInVariable
Sets the field to retrieve from the report.
setField(Field) - Method in class adams.flow.transformer.DeleteReportValueByExpression
Sets the field to delete from the report.
setField(Field) - Method in class adams.flow.transformer.GetReportValue
Sets the field to retrieve from the report.
setField(Field) - Method in class adams.flow.transformer.ImageLabeler
Sets the field to use for the label.
setField(Field) - Method in class adams.flow.transformer.ReportMathExpression
Sets the field to update.
setField(Field) - Method in class adams.flow.transformer.SetReportValue
Sets the field to retrieve from the report.
setField(Field) - Method in class adams.flow.transformer.timeseriessplit.ReportDate
Sets the report field to obtain the split date from.
setField(Field) - Method in class adams.gui.visualization.image.MetaDataText
Sets the meta-data field to display.
setField(Field) - Method in class adams.gui.visualization.object.annotator.ClassificationLabelAnnotator
Sets the field to use.
setField(Field) - Method in class adams.gui.visualization.object.overlay.ClassificationLabelTextOverlay
Sets the field to use.
setField(String) - Method in class adams.flow.transformer.Mat5GetStructField
Sets the field to obtain.
setField(String) - Method in class adams.flow.transformer.Mat5SetStructField
Sets the field name.
setFieldDelimiter(String) - Method in class adams.flow.transformer.StringCut
Sets the field delimiter to use.
setFieldIndex(Index) - Method in class adams.flow.transformer.StringCut
Sets the index of the field to cut.
setFieldLabel(Field) - Method in class adams.data.io.input.ImageClassificationJsonReportReader
Sets the field for the label.
setFieldLabel(Field) - Method in class adams.data.io.input.ImageClassificationSpreadSheetReportReader
Sets the field for the label.
setFieldLabel(Field) - Method in class adams.gui.tools.previewbrowser.ImageClassificationHandler
Sets the field for the label.
setFieldName(String) - Method in class adams.data.io.input.Mat5SpreadSheetReader
Sets the name of the field to retrieve to retrieve from the struct.
setFields(AbstractField[]) - Method in class adams.gui.visualization.report.reportfactory.AbstractTableAction
Sets the fields to use.
setFields(AbstractField[]) - Method in class adams.gui.visualization.report.reportfactory.DatabaseModifyValue
Sets the fields to use.
setFields(AbstractField[]) - Method in class adams.gui.visualization.report.reportfactory.DatabaseRemoveField
Sets the fields to use.
setFields(AbstractField[]) - Method in class adams.gui.visualization.report.reportfactory.ModifyValue
Sets the fields to use.
setFields(AbstractField[]) - Method in class adams.gui.visualization.report.reportfactory.RemoveField
Sets the fields to use.
setFields(AbstractField[]) - Method in class adams.gui.visualization.report.reportfactory.ViewValue
Sets the fields to use.
setFields(Field[]) - Method in class adams.data.boofcv.multiimageoperation.ReportFieldSubtraction
Sets the fields.
setFields(Field[]) - Method in class adams.data.conversion.ReportToWekaInstance
Sets the fields to use.
setFields(Field[]) - Method in class adams.data.image.AbstractImageFeatureGenerator
Sets the targets to add.
setFields(Field[]) - Method in class adams.data.image.multiimageoperation.ReportFieldSubtraction
Sets the fields.
setFields(Field[]) - Method in interface adams.data.instances.InstanceGeneratorWithFields
Sets the targets to add.
setFields(Field[]) - Method in class adams.data.opencv.multiimageoperation.ReportFieldSubtraction
Sets the fields.
setFields(Field[]) - Method in class adams.data.timeseries.AbstractTimeseriesFeatureGenerator
Sets the targets to add.
setFields(Field[]) - Method in class adams.flow.transformer.DeleteReportValue
Sets the fields to delete from the report.
setFields(Field[]) - Method in class adams.gui.visualization.report.ReportDateFieldPaintlet
Sets the date fields in the report to use.
setFieldScore(Field) - Method in class adams.data.io.input.ImageClassificationJsonReportReader
Sets the field for the score.
setFieldScore(Field) - Method in class adams.data.io.input.ImageClassificationSpreadSheetReportReader
Sets the field for the score.
setFieldScore(Field) - Method in class adams.gui.tools.previewbrowser.ImageClassificationHandler
Sets the field for the score.
setFieldType(FieldType) - Method in class adams.gui.chooser.FieldChooserPanel
Sets the field type.
setFieldType(FieldType) - Method in class adams.gui.selection.AbstractSelectDatabaseFieldDialog
Sets the field type.
setFieldType(FieldType) - Method in class adams.gui.selection.AbstractSelectDatabaseFieldPanel
Sets the field type.
setFieldType(FieldType) - Method in class adams.gui.selection.FieldCacheTableModel
Sets the field type.
setFieldType(FieldType) - Method in class adams.gui.selection.SelectFieldDialog
Sets the field type.
setFieldType(FieldType) - Method in class adams.gui.selection.SelectFieldPanel
Sets the field type.
setFile(FlowFile) - Method in class adams.flow.setup.FlowSetup
Sets the flow file.
setFile(PlaceholderFile) - Method in class adams.flow.condition.bool.BinaryFile
Sets the file to look for.
setFile(PlaceholderFile) - Method in class adams.flow.condition.bool.FileComplete
Sets the file to check.
setFile(PlaceholderFile) - Method in class adams.flow.condition.bool.FileExists
Sets the file to look for.
setFile(PlaceholderFile) - Method in class adams.flow.condition.bool.FileInUse
Sets the file to check.
setFile(PlaceholderFile) - Method in class adams.flow.control.flowrestart.notification.TimestampFile
Sets the file to update.
setFile(PlaceholderFile) - Method in class adams.flow.transformer.MoveFile
Sets the target file.
setFile(PlaceholderFile) - Method in class adams.gui.print.JComponentWriter
sets the file to store the output in.
setFile(PlaceholderFile) - Method in class adams.scripting.command.basic.SendFile
Sets the file to send.
setFile(File) - Method in class adams.gui.dialog.AbstractFileExportDialog
Sets the file to save to.
setFile(File) - Method in class adams.gui.dialog.AbstractFileImportDialog
Sets the file to read from.
setFile(File) - Method in class adams.gui.flow.tree.Tree
Sets the file this flow is associated with.
setFile(File) - Method in class weka.core.converters.SimpleArffLoader
Set the file to load from/ to save in
setFileChooserTitle(String) - Method in class adams.flow.source.SelectFile
Sets the title for the file chooser dialog.
setFileChooserTitle(String) - Method in class adams.flow.source.valuedefinition.DirectoryValueDefinition
Sets the title for the file chooser dialog.
setFileChooserTitle(String) - Method in class adams.flow.source.valuedefinition.FileValueDefinition
Sets the title for the file chooser dialog.
setFileChooserTitle(String) - Method in class adams.flow.source.WekaSelectDataset
Sets the title for the file chooser dialog.
setFileChooserTitle(String) - Method in class adams.gui.chooser.FileChooserPanel
Sets the title for the filechooser.
setFileCounter(VariableName) - Method in class adams.flow.template.IterateFilesWithProgressBar
Sets the variable name to use for storing the current count of files iterated.
setFileExists(boolean) - Method in class adams.data.io.output.AccessSpreadSheetWriter
Sets whether the output file already exists.
setFileExists(boolean) - Method in interface adams.data.io.output.AppendableSpreadSheetWriter
Sets whether the output file already exists.
setFileExists(boolean) - Method in class adams.data.io.output.CsvSpreadSheetWriter
Sets whether the output file already exists.
setFileExists(boolean) - Method in class adams.data.io.output.SqlDumpSpreadSheetWriter
Sets whether the output file already exists.
setFileFilter(FileFilter) - Method in class adams.gui.chooser.BaseFileChooser
 
setFileFilter(FileFilter) - Method in interface adams.gui.chooser.FileChooser
Sets the current file filter.
setFileFilter(FileFilter) - Method in class adams.gui.chooser.FileChooserPanel
Sets the active file filter.
setFileFilter(FileFilter) - Method in class adams.gui.wizard.SelectFilePage
Sets the active file filter.
setFileFilter(FileFilter) - Method in class adams.gui.wizard.SelectMultipleFilesPage
Sets the active file filter.
setFileFormat(Database.FileFormat) - Method in class adams.data.io.output.AccessSpreadSheetWriter
Sets the file format to use when creating a database.
setFileHidingEnabled(boolean) - Method in interface adams.gui.chooser.FileChooser
Sets file hiding on or off.
setFileMonitors(Map<String, FileChangeMonitor>) - Method in class adams.gui.tools.previewbrowser.CocoAnnotationsHandler.CombinedPanel
Sets the file monitors.
setFileMustExist(boolean) - Method in class adams.gui.chooser.AbstractExtensionFileFilterFileChooser
Whether the selected file must exst (only open dialog).
setFilename(File) - Method in class adams.gui.tools.spreadsheetviewer.SpreadSheetPanel
Sets the associated filename.
setFilename(String) - Method in class adams.flow.transformer.CopyFile
Sets the new filename to use.
setFileNameGeneration(AbstractDataContainerFileWriter.FileNameGeneration) - Method in class adams.flow.transformer.AbstractDataContainerFileWriter
Sets how to generate the filename.
setFilenameGenerator(AbstractFilenameGenerator) - Method in class adams.data.io.output.AbstractTextWriterWithFilenameGenerator
Sets the filename generator.
setFilenameGenerator(AbstractFilenameGenerator) - Method in class adams.flow.control.CallableActorScreenshot
Sets the prefix for the filename in case of auto-generation.
setFilenameGenerator(AbstractFilenameGenerator) - Method in class adams.flow.transformer.AbstractReportFileWriter
Sets the filename generator to use.
setFilenamePrefix(String) - Method in class adams.flow.sink.Screenshot
Sets the prefix for the filename in case of auto-generation.
setFilenameReplaceChar(String) - Method in class adams.data.id.AbstractIDFilenameGenerator
Sets the replacement character for filenames.
setFilenameVariable(VariableName) - Method in class adams.flow.sink.Screenshot
Sets the variable to use for generating the filename instead of the auto-generated one.
setFileOnlyOutput(boolean) - Method in class adams.flow.standalone.ConsoleWindow
Sets whether to output the log messages only to the file and suppress GUI output.
setFilePrefix(String) - Method in class adams.data.io.output.DeepLabCutCSVWriter
Sets the file prefix (ie path) to use.
setFileRegExp(BaseRegExp) - Method in class adams.data.io.input.DeepLabCutCSVReader
Sets the regexp the file names must match.
setFiles(PlaceholderFile[]) - Method in class adams.core.management.ExternalResourceClassPathAugmenter
Sets the jar/zip files to add to the classpath.
setFiles(PlaceholderFile[]) - Method in class adams.flow.source.FileSupplier
Sets the files to broadcast.
setFiles(File[]) - Method in class adams.gui.core.FileListWithButtons
Sets the files to display.
setFiles(File[]) - Method in class adams.gui.tools.wekamultiexperimenter.setup.DatasetPanel
Sets the files to use.
setFileSelectionMode(int) - Method in interface adams.gui.chooser.FileChooser
Sets the JFileChooser to allow the user to just select files, just select directories, or select both files and directories.
setFileSelectionMode(int) - Method in class adams.gui.chooser.FileChooserPanel
Sets the selection mode, whether only files or directories, or both can be selected.
setFileSelectionMode(int) - Method in class adams.gui.chooser.JavaDirectoryChooser
Ignored.
setFilesFrom(PlaceholderFile) - Method in class adams.flow.source.RSync
 
setFilesFrom(PlaceholderFile) - Method in class adams.flow.source.SimpleRSync
 
setFileSuffix(String) - Method in class adams.gui.tools.previewbrowser.ImageClassificationHandler
Sets the forced suffix (incl ext) to append to the image name for generating the meta-data file name.
setFileSuffix(String) - Method in class adams.gui.tools.previewbrowser.ObjectAnnotationsHandler
Sets the forced suffix (incl ext) to append to the image name for generating the meta-data file name.
setFileSystemView(FileSystemView) - Method in interface adams.gui.chooser.FileChooser
Sets the file system view that the JFileChooser uses for accessing and creating file system resources, such as finding the floppy drive and getting a list of root drives.
setFileView(FileView) - Method in interface adams.gui.chooser.FileChooser
Sets the file view to be used to retrieve UI information, such as the icon that represents a file or the type description of a file.
setFill(boolean) - Method in class adams.flow.transformer.draw.Oval
Sets whether to fill the oval.
setFill(boolean) - Method in class adams.flow.transformer.draw.Rectangle
Sets whether to fill the rectangle.
setFill(boolean) - Method in class adams.flow.transformer.pdfproclet.Circle
Sets whether to fill the shape with the specified color.
setFill(boolean) - Method in class adams.flow.transformer.pdfproclet.Rectangle
Sets whether to fill the shape with the specified color.
setFill(boolean) - Method in class adams.gui.visualization.stats.boxplot.BoxPlotGraph
Set whether the box plots should be filled with color
setFill(boolean) - Method in class adams.gui.visualization.stats.boxplot.BoxPlotManager
Set whether the boxes should be filled with color
setFillBins(boolean) - Method in class adams.gui.visualization.stats.paintlet.HistogramPaintlet
Set whether the bins should be filled with color
setFillBox(boolean) - Method in class adams.flow.sink.BoxPlot
Set whether the box plots should be filled with color
setFillColor(Color) - Method in class adams.gui.visualization.stats.paintlet.AbstractProbabilityPaintlet
Set the color for filling the data points
setFillColor(Color) - Method in class adams.gui.visualization.stats.paintlet.HistogramPaintlet
Set the color for filling the bins
setFillColor(Color) - Method in class adams.gui.visualization.stats.paintlet.ScatterPaintletCircle
Set the color for filling the data points
setFillColor(Color) - Method in class adams.gui.visualization.stats.paintlet.VsFitPaintlet
Set the color for filling the data points
setFillColor(Color) - Method in class adams.gui.visualization.stats.paintlet.VsOrderPaintlet
Set the color for filling the points
setFillColor(Color) - Method in class adams.gui.visualization.stats.paintlet.ZScoreCircle
Set the color to fill the data points
setFilled(boolean) - Method in class adams.flow.transformer.draw.ObjectLocationsFromReport
Sets whether to draw the shape filled.
setFilled(boolean) - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
Sets whether to draw the shape filled.
setFilled(boolean) - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
Sets whether to draw the shape filled.
setFilled(boolean) - Method in class adams.gui.visualization.image.ObjectLocationsOverlayFromReport
Sets whether to draw the shape filled.
setFilled(boolean) - Method in class adams.gui.visualization.object.overlay.ObjectLocationsOverlayFromReport
Sets whether to draw the shape filled.
setFillerBoolean(boolean) - Method in class adams.data.featureconverter.FixedNumFeatures
Sets the value to use for a boolean filler.
setFillerBoolean(boolean) - Method in class adams.data.timeseries.FixedNumFeatures
Sets the value to use for a boolean filler.
setFillerNumeric(double) - Method in class adams.data.featureconverter.FixedNumFeatures
Sets the value to use for a numeric filler.
setFillerNumeric(double) - Method in class adams.data.timeseries.FixedNumFeatures
Sets the value to use for a numeric filler.
setFillerString(String) - Method in class adams.data.featureconverter.FixedNumFeatures
Sets the value to use for a string filler.
setFillerString(String) - Method in class adams.data.timeseries.FixedNumFeatures
Sets the value to use for a string filler.
setFillerType(FixedNumFeatures.FillerType) - Method in class adams.data.featureconverter.FixedNumFeatures
Sets the type of filler to use.
setFillerType(FixedNumFeatures.FillerType) - Method in class adams.data.timeseries.FixedNumFeatures
Sets the type of filler to use.
setFillPoint(boolean) - Method in class adams.gui.visualization.stats.paintlet.AbstractProbabilityPaintlet
Set whether the data points are filled with color
setFillPoint(boolean) - Method in class adams.gui.visualization.stats.paintlet.ScatterPaintletCircle
Set whether to fill data points
setFillPoint(boolean) - Method in class adams.gui.visualization.stats.paintlet.VsFitPaintlet
Set whether data points should be filled
setFillPoint(boolean) - Method in class adams.gui.visualization.stats.paintlet.VsOrderPaintlet
Set whether the data points should be filled
setFillPoint(boolean) - Method in class adams.gui.visualization.stats.paintlet.ZScoreCircle
Set whether the data points are filled
setFilter() - Method in class adams.gui.tools.filecommander.FileCommanderDirectoryPanel
Prompts the user to enter a regular expression as filter.
setFilter(boolean) - Method in class adams.gui.tools.FileCommanderPanel
Prompts the user to enter a regular expression as filter.
setFilter(BaseRegExp) - Method in class adams.gui.core.FilePanel
Sets the filter to use.
setFilter(BaseString[]) - Method in class adams.flow.source.RSync
 
setFilter(BaseString[]) - Method in class adams.flow.source.SimpleRSync
 
setFilter(AbstractBoofCVTransformer) - Method in class adams.data.boofcv.features.FilteredBoofCVFeatureGenerator
Sets the filter to use.
setFilter(Filter) - Method in class adams.data.filter.AbstractGlobalDataContainerFilter
Sets the filter to run over the data before it is cached.
setFilter(Filter) - Method in class adams.data.filter.AbstractPreFilter
Sets the pre-filter.
setFilter(Filter) - Method in class adams.data.outlier.FilteredOutlierDetector
Sets the filter to use.
setFilter(Filter) - Method in class adams.flow.transformer.AbstractFilter
Sets the filter to use.
setFilter(Filter<T>) - Method in class adams.gui.visualization.container.FilterDialog
Sets the filter to use.
setFilter(AbstractBufferedImageTransformer) - Method in class adams.data.image.features.FilteredBufferedImageFeatureGenerator
Sets the filter to use.
setFilter(AbstractImageFilterProvider) - Method in class adams.data.image.transformer.ImageFilter
Sets the filter.
setFilter(AbstractImageSegmentationContainerFilter) - Method in class adams.flow.transformer.ImageSegmentationContainerFilter
Sets the filter to use.
setFilter(ObjectFilter) - Method in class adams.flow.transformer.ImageObjectFilter
Sets the filter to apply to the located objects.
setFilter(AbstractReportFilter) - Method in class adams.data.filter.ReportFilter
Sets the filter to use.
setFilter(AbstractReportFilter) - Method in class adams.data.report.AbstractFilteredReportFilter
Sets the filter to apply to the report.
setFilter(ColumnFinder) - Method in class adams.data.spreadsheet.columnfinder.FilteredColumnFinder
Sets the column finder to filter the data with first.
setFilter(SpreadSheetFilter) - Method in class adams.flow.transformer.SpreadSheetFilter
Sets the filter to use.
setFilter(AbstractLogRecordFilter) - Method in class adams.flow.standalone.logevent.NotFilter
Sets the filter to invert.
setFilter(AbstractLogRecordFilter) - Method in class adams.flow.standalone.LogEvent
Sets the record filter to use.
setFilter(AbstractMapFilter) - Method in class adams.flow.transformer.FilterMap
Sets the filter to apply.
setFilter(AbstractItemFilter) - Method in class adams.gui.core.dotnotationtree.DotNotationTree
Sets the filter to use for filtering the display.
setFilter(AbstractItemFilter) - Method in class adams.gui.goe.GenericObjectEditor
Sets the filter to use for filtering the display.
setFilter(BatchFilter) - Method in class adams.flow.transformer.DatasetFilter
Sets the filter to use.
setFilter(StreamFilter) - Method in class adams.flow.transformer.DatasetRowFilter
Sets the filter to use.
setFilter(String) - Method in class adams.gui.core.FilterPanel
Sets the filter string.
setFilter(Filter) - Method in class adams.data.spreadsheet.filter.WekaFilter
Sets the filter to use.
setFilter(Filter) - Method in class adams.data.weka.rowfinder.FilteredIQR
Sets the IQR filter.
setFilter(Filter) - Method in class adams.flow.transformer.WekaFilter
Sets the filter to use.
setFilter(Filter) - Method in class weka.classifiers.functions.ClassificationViaPLS
Set the PLS filter (only used for setup).
setFilter(Filter) - Method in class weka.classifiers.functions.PLSClassifierWeighted
Set the PLS filter (only used for setup).
setFilter(Filter) - Method in class weka.classifiers.lazy.LWLSynchroPrefilter
 
setFilter(Filter) - Method in class weka.core.neighboursearch.FilteredSearch
Sets the filter
setFilter(Filter) - Method in class weka.filters.unsupervised.attribute.FastWavelet
Set the preprocessing filter (only used for setup).
setFilter(StreamableFilter) - Method in class adams.flow.transformer.WekaStreamFilter
Sets the filter to use.
setFilterLabel(String) - Method in class adams.gui.core.FilterPanel
Sets the text for the filter label.
setFilterListener(FilterListener) - Method in class adams.gui.visualization.container.FilterDialog
Sets the listener to use.
setFilters(AbstractImageSegmentationContainerFilter[]) - Method in class adams.data.imagesegmentation.filter.MultiFilter
Sets the filters to apply sequentially.
setFilters(AbstractLogRecordFilter[]) - Method in class adams.flow.standalone.logevent.AbstractMultiFilter
Sets the filters to use.
setFilters(StreamFilter[]) - Method in class adams.ml.preprocessing.unsupervised.MultiBatch
Sets the filters to apply.
setFilters(StreamFilter[]) - Method in class adams.ml.preprocessing.unsupervised.MultiStream
Sets the filters to apply.
setFilters(Filter[]) - Method in class weka.filters.unsupervised.attribute.MetaPartitionedMultiFilter
Sets the list of possible filters to choose from.
setFilters(Filter[]) - Method in class weka.filters.unsupervised.attribute.PartitionedMultiFilter2
Sets the list of possible filters to choose from.
setFilterType(SelectedTag) - Method in class weka.classifiers.functions.GaussianProcessesAdaptive
Sets how the training data will be transformed.
setFilterType(SelectedTag) - Method in class weka.classifiers.functions.GaussianProcessesNoWeights
Sets how the training data will be transformed.
setFilterType(SelectedTag) - Method in class weka.classifiers.functions.GaussianProcessesWeighted
Sets how the training data will be transformed.
setFilterType(SelectedTag) - Method in class weka.classifiers.functions.GPD
Sets how the training data will be transformed.
setFinalModel(boolean) - Method in class adams.flow.transformer.WekaCrossValidationEvaluator
Sets whether to build a final model on the full dataset.
setFind(BaseRegExp) - Method in class adams.core.NumericStringCompare
Sets the string to find (regular expression).
setFind(BaseRegExp) - Method in class adams.data.idextraction.ReportFieldRegExp
Sets the string to find (regular expression).
setFind(BaseRegExp) - Method in class adams.flow.transformer.GroupByRegExp
Sets the string to find (regular expression).
setFind(BaseRegExp) - Method in class adams.flow.transformer.SpreadSheetReplaceCellValue
Sets the string to find (regular expression).
setFind(BaseRegExp) - Method in class adams.flow.transformer.StringReplace
Sets the string to find (regular expression).
setFind(BaseRegExp) - Method in class weka.filters.unsupervised.attribute.NominalToNumeric
Sets the regular expression to use for extracting the numeric part from the label.
setFind(BaseRegExp[]) - Method in class adams.flow.template.StringReplace
Sets the regular expressions to use for matching.
setFind(AbstractField) - Method in class adams.gui.dialog.ReplaceFieldDialog
Sets the field to find.
setFind(String) - Method in class adams.data.id.IDGeneratorPostProcessor
Sets the string to find (regular expression).
setFind(String) - Method in class adams.flow.processor.FindText
Sets the text to look for.
setFind(String) - Method in class adams.flow.transformer.FindInFile
Sets the search text.
setFind(String) - Method in class adams.flow.transformer.HexReplace
Sets the hex string to find.
setFind(String) - Method in class adams.flow.transformer.SimpleStringReplace
Sets the string to find.
setFind(String) - Method in class adams.flow.transformer.StringIndexOf
Sets the string to find.
setFind(String) - Method in class adams.flow.transformer.SubStringCount
Sets the sub-string to find.
setFind(String) - Method in class adams.flow.transformer.WekaRenameRelation
Sets the string to find.
setFind(T) - Method in class adams.gui.dialog.AbstractReplaceDialog
Sets the object to find.
setFinder(ObjectFinder) - Method in class adams.data.conversion.ObjectAnnotationsToImageSegmentationLayers
Sets the finder to use for locating the objects.
setFinder(ObjectFinder) - Method in class adams.data.image.transformer.FixObjects
Sets the finder to use for locating the objects.
setFinder(ObjectFinder) - Method in class adams.data.image.transformer.ObjectAnnotationsMask
Sets the finder to use for locating the objects.
setFinder(ObjectFinder) - Method in class adams.data.image.transformer.subimages.Objects
Sets the finder to use for locating the objects.
setFinder(ObjectFinder) - Method in class adams.data.io.output.ObjectLocationsSpreadSheetWriter
Sets the row finder to use for selecting a subset before extracting object locations.
setFinder(ObjectFinder) - Method in class adams.data.io.output.OpexObjectLocationsWriter
Sets the finder to use for locating the objects.
setFinder(ObjectFinder) - Method in class adams.data.io.output.ViaAnnotationsReportWriter
Sets the finder to use for locating the objects.
setFinder(ObjectFinder) - Method in class adams.data.io.output.YoloAnnotationsReportWriter
Sets the finder to use for locating the objects.
setFinder(ObjectFinder) - Method in class adams.data.objectfilter.AttachOverlappingMetaData
Sets the object finder for locating the objects in the storage report.
setFinder(ObjectFinder) - Method in class adams.flow.transformer.ChangeImageObjectPrefix
Sets the finder to use for locating the objects.
setFinder(ObjectFinder) - Method in class adams.flow.transformer.DeleteOverlappingImageObjects
Sets the object finder for locating the objects.
setFinder(ObjectFinder) - Method in class adams.flow.transformer.DetermineOverlappingAreas
Sets the object finder for locating the objects.
setFinder(ObjectFinder) - Method in class adams.flow.transformer.DetermineOverlappingObjects
Sets the object finder for locating the objects.
setFinder(ObjectFinder) - Method in class adams.flow.transformer.GetImageObjectIndices
Sets the object finder to use.
setFinder(ObjectFinder) - Method in class adams.flow.transformer.GetImageObjects
Sets the object finder to use.
setFinder(ObjectFinder) - Method in class adams.flow.transformer.ImageObjectFilter
Sets the finder to use for locating the objects.
setFinder(ObjectFinder) - Method in class adams.flow.transformer.ImageObjectOverlap
Sets the object finder for locating the objects.
setFinder(ObjectFinder) - Method in class adams.flow.transformer.ImageObjectOverlapMatrix
Sets the object finder for locating the objects.
setFinder(ObjectFinder) - Method in class adams.flow.transformer.IntersectOverUnion
Sets the object finder for locating the objects.
setFinder(ObjectFinder) - Method in class adams.flow.transformer.negativeregions.RandomRegions
Sets the object finder to use.
setFinder(ObjectFinder) - Method in class adams.flow.transformer.negativeregions.SimpleBlockFill
Sets the object finder to use.
setFinder(ObjectFinder) - Method in class adams.flow.transformer.RemoveOverlappingImageObjects
Sets the object finder for locating the objects.
setFinder(ObjectFinder) - Method in class adams.gui.tools.previewbrowser.CocoAnnotationsHandler
Sets the finder to use for locating the objects.
setFinder(ObjectFinder) - Method in class adams.gui.tools.previewbrowser.DeepLabCutCSVHandler
Sets the finder to use for locating the objects.
setFinder(ObjectFinder) - Method in class adams.gui.tools.previewbrowser.ObjectCentersFromReport
Sets the finder to use for locating the objects.
setFinder(ObjectFinder) - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
Sets the finder to use for locating the objects.
setFinder(ObjectFinder) - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
Sets the finder to use for locating the objects.
setFinder(ObjectFinder) - Method in class adams.gui.tools.previewbrowser.PointsFromReportHandler
Sets the finder to use for locating the objects.
setFinder(ObjectFinder) - Method in class adams.gui.visualization.object.objectannotations.cleaning.Filter
Sets the finder to use for filtering the annotations.
setFinder(ObjectFinder) - Method in class adams.gui.visualization.object.objectannotations.cleaning.OverlapRemoval
Sets the object finder for locating the objects.
setFinder(CellFinder) - Method in class adams.data.conversion.SpreadSheetMaterializeFormulas
Sets the cell finder to use.
setFinder(CellFinder) - Method in class adams.data.spreadsheet.cellfinder.CorrespondingColumn
Sets the base cell finder.
setFinder(CellFinder) - Method in class adams.flow.transformer.SpreadSheetCellFinder
Sets the finder to use.
setFinder(CellFinder) - Method in class adams.flow.transformer.SpreadSheetConvertCells
Sets the cell finder to use.
setFinder(CellFinder) - Method in class adams.flow.transformer.SpreadSheetSetCell
Sets the finder to use.
setFinder(CellFinder) - Method in class adams.flow.transformer.SpreadSheetTransformCells
Sets the cell finder to use.
setFinder(ColumnFinder) - Method in class adams.data.spreadsheet.columnfinder.FilteredColumnFinder
Sets the column finder to use on the filtered data.
setFinder(ColumnFinder) - Method in class adams.flow.transformer.SpreadSheetColumnFilter
Sets the finder to use.
setFinder(RowFinder) - Method in class adams.flow.transformer.SpreadSheetRowFilter
Sets the finder to use.
setFinders(ObjectFinder[]) - Method in class adams.data.objectfinder.MultiObjectFinder
Sets the row finders to use.
setFinders(ColumnFinder[]) - Method in class adams.data.spreadsheet.columnfinder.MultiColumnFinder
Sets the column finders to use.
setFinders(RowFinder[]) - Method in class adams.data.spreadsheet.rowfinder.MultiRowFinder
Sets the row finders to use.
setFinders(ColumnFinder[]) - Method in class adams.data.weka.columnfinder.MultiColumnFinder
Sets the column finders to use.
setFinders(RowFinder[]) - Method in class adams.data.weka.rowfinder.MultiRowFinder
Sets the row finders to use.
setFinishBeforeStopping(boolean) - Method in class adams.flow.control.AbstractDirectedControlActor
Sets whether to finish processing before stopping execution.
setFinishBeforeStopping(boolean) - Method in class adams.flow.control.AbstractTee
Sets whether to finish processing before stopping execution.
setFinishBeforeStopping(boolean) - Method in interface adams.flow.control.AtomicExecution
Sets whether to finish processing before stopping execution.
setFinishBeforeStopping(boolean) - Method in class adams.flow.control.Branch
Sets whether to finish processing before stopping execution.
setFinishBeforeStopping(boolean) - Method in class adams.flow.control.LocalScopeTransformer
Sets whether to finish processing before stopping execution.
setFinishedSignal(String) - Method in class adams.flow.sink.Exec
Sets the string to send to the process when the flow finishes.
setFirstAttribute(String) - Method in class weka.filters.unsupervised.attribute.MergeTwoAttributes
Sets the name of the first attribute.
setFirstAttributeRange(String) - Method in class adams.gui.InstanceCompare
Sets the first attribute range ('first' and 'last' can be used as well).
setFirstAttributeRange(String) - Method in class adams.gui.visualization.instance.InstanceComparePanel
Sets the first attribute range ('first' and 'last' can be used as well).
setFirstColor(Color) - Method in class adams.gui.visualization.core.BiColorGenerator
Sets the first color of the gradient.
setFirstDataset(PlaceholderFile) - Method in class adams.gui.InstanceCompare
Sets the first dataset.
setFirstDataset(File) - Method in class adams.gui.visualization.instance.InstanceComparePanel
Sets the first dataset.
setFirstName(String) - Method in class adams.core.net.EmailContact
Sets the first name.
setFirstPageOnly(boolean) - Method in class adams.flow.transformer.pdfproclet.Headline
Sets the whether to add the headline only on the first page.
setFirstPageOnly(boolean) - Method in class adams.flow.transformer.pdfproclet.MetaHeadline
Sets the whether to add the headline only on the first page.
setFirstRange(BaseRegExp) - Method in class weka.filters.unsupervised.attribute.OuterProductAnalysis
Sets the first attribute range to use (regular expression on attribute names).
setFirstRow(int) - Method in class adams.data.io.input.AbstractExcelSpreadSheetReader
Sets the first row to return.
setFirstRow(int) - Method in class adams.data.io.input.AccessSpreadSheetReader
Sets the first row to return.
setFirstRow(int) - Method in class adams.data.io.input.CsvSpreadSheetReader
Sets the first row to return.
setFirstRow(int) - Method in class adams.data.io.input.FastCsvSpreadSheetReader
Sets the first row to return.
setFirstRow(int) - Method in class adams.data.io.input.FixedTabularSpreadSheetReader
Sets the first row to return.
setFirstRow(int) - Method in class adams.data.io.input.GnumericSpreadSheetReader
Sets the first row to return.
setFirstRow(int) - Method in class adams.data.io.input.ODFSpreadSheetReader
Sets the first row to return.
setFirstRow(int) - Method in interface adams.data.io.input.WindowedSpreadSheetReader
Sets the first row to return.
setFirstRowIndex(String) - Method in class adams.gui.InstanceCompare
Sets the first row index ('first' and 'last' can be used as well).
setFirstRowIndex(String) - Method in class adams.gui.visualization.instance.InstanceComparePanel
Sets the first row index ('first' and 'last' can be used as well).
setFixedDecimals(boolean) - Method in class adams.data.conversion.DoubleToString
Sets whether to always use a fixed number of decimals, incl trailing zeroes.
setFixedDecimals(boolean) - Method in class adams.data.conversion.SpreadSheetDoubleColumnToString
Sets whether to always use a fixed number of decimals, incl trailing zeroes.
setFixInvalid(boolean) - Method in class adams.data.image.transformer.subimages.AbstractSubImagesGenerator
Sets whether to fix invalid shapes.
setFlags(ImwriteFlag[]) - Method in class adams.data.io.output.OpenCVImageWriter
Sets the write flags.
setFlagValue(boolean) - Method in class adams.flow.transformer.SetStorageFlag
Sets the flag value to store.
setFlipped(boolean) - Method in class adams.gui.visualization.core.axis.AbstractDateBasedAxisModel
Sets whether to flip the axis.
setFlipped(boolean) - Method in class adams.gui.visualization.core.axis.DefaultAxisModel
Sets whether to flip the axis.
setFlipped(boolean) - Method in interface adams.gui.visualization.core.axis.FlippableAxisModel
Sets whether to flip the axis.
setFlipped(boolean) - Method in class adams.gui.visualization.core.axis.PercentageAxisModel
Sets whether to flip the axis.
setFloatable(boolean) - Method in class adams.gui.core.ToolBarPanel
Sets whether the toolbar is to be floatable or not, i.e., whether the user can move the toolbar around.
setFlow(FlowFile) - Method in class adams.scripting.command.flow.RemoteFlowExecution
Sets the flow to execute remotely.
setFlow(Actor) - Method in class adams.flow.core.FlowVariables
Sets the flow to obtain callable actors from.
setFlowContext(Actor) - Method in class adams.core.command.AbstractExternalCommand
Sets the flow context.
setFlowContext(Actor) - Method in class adams.data.image.AbstractImageTransformer
Sets the flow context.
setFlowContext(Actor) - Method in class adams.data.objectfilter.AbstractObjectFilter
Sets the flow context.
setFlowContext(Actor) - Method in class adams.flow.core.AbstractModelLoader
Sets the flow context.
setFlowContext(Actor) - Method in class adams.flow.core.AbstractPyroCall
Sets the flow context.
setFlowContext(Actor) - Method in interface adams.flow.core.FlowContextHandler
Sets the flow context.
setFlowContext(Actor) - Method in class adams.flow.core.ObjectRetriever
Sets the flow context.
setFlowContext(Actor) - Method in class adams.flow.sink.sendnotification.AbstractNotification
Sets the flow context.
setFlowContext(Actor) - Method in class adams.flow.sink.simplelogging.format.AbstractSimpleFormat
Sets the flow context.
setFlowContext(Actor) - Method in class adams.flow.sink.simplelogging.output.AbstractSimpleOutput
Sets the flow context.
setFlowContext(Actor) - Method in class adams.flow.sink.simplelogging.output.MultiOutput
Sets the flow context.
setFlowContext(Actor) - Method in class adams.flow.source.filesystemsearch.AbstractFileSystemSearchlet
Sets the flow context.
setFlowContext(Actor) - Method in class adams.flow.source.filesystemsearch.MultiSearch
Sets the flow context.
setFlowContext(Actor) - Method in class adams.flow.source.valuedefinition.AbstractValueDefinition
Sets the flow context.
setFlowContext(Actor) - Method in class adams.flow.transformer.indexedsplitsrunsevaluation.AbstractIndexedSplitsRunsEvaluation
Sets the flow context.
setFlowContext(Actor) - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.AbstractIndexedSplitsRunsGenerator
Sets the flow context.
setFlowContext(Actor) - Method in class adams.flow.transformer.indexedsplitsrunspredictions.AbstractIndexedSplitsRunsPredictions
Sets the flow context.
setFlowContext(Actor) - Method in class adams.flow.websocket.client.SimpleSend
Sets the flow context.
setFlowContext(Actor) - Method in class adams.flow.websocket.client.SimpleSendWithQueue
Sets the flow context.
setFlowContext(Actor) - Method in class adams.flow.websocket.server.EchoServer
Sets the flow context.
setFlowContext(Actor) - Method in class adams.multiprocess.AbstractJobRunner
Sets the flow context, if any.
setFlowContext(Actor) - Method in interface adams.multiprocess.JobRunner
Sets the flow context, if any.
setFlowContext(Actor) - Method in class adams.multiprocess.WekaCrossValidationExecution
Sets the flow context.
setFlowContext(Actor) - Method in class adams.multiprocess.WekaCrossValidationJob
Sets the flow context.
setFlowContext(Actor) - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm
Sets the flow context, if any.
setFlowContext(Actor) - Method in class adams.opt.genetic.setupupload.AbstractSetupUpload
Sets the flow context, if any.
setFlowContext(Actor) - Method in class adams.scripting.command.AbstractFlowAwareCommand
Sets the flow context.
setFlowContext(Actor) - Method in class adams.scripting.command.AbstractFlowAwareCommandWithResponse
Sets the flow context.
setFlowContext(Actor) - Method in class adams.scripting.engine.AbstractScriptingEngine
Sets the flow context.
setFlowContext(Actor) - Method in interface adams.scripting.engine.RemoteScriptingEngine
Sets the flow context.
setFlowExecutionListener(FlowExecutionListener) - Method in class adams.flow.control.Flow
Sets the listener to use.
setFlowExecutionListener(FlowExecutionListener) - Method in class adams.flow.execution.DefaultFlowExecutionListeningSupporter
Sets the listener to use.
setFlowExecutionListener(FlowExecutionListener) - Method in interface adams.flow.execution.FlowExecutionListeningSupporter
Sets the listener to use.
setFlowExecutionListener(FlowExecutionListener) - Method in class adams.flow.transformer.ExecuteActor
Sets the listener to use.
setFlowExecutionListeningEnabled(boolean) - Method in class adams.flow.control.Flow
Sets whether flow execution listening is enabled.
setFlowExecutionListeningEnabled(boolean) - Method in class adams.flow.execution.DefaultFlowExecutionListeningSupporter
Sets whether flow execution listening is enabled.
setFlowExecutionListeningEnabled(boolean) - Method in interface adams.flow.execution.FlowExecutionListeningSupporter
Sets whether flow execution listening is enabled.
setFlowExecutionListeningEnabled(boolean) - Method in class adams.flow.transformer.ExecuteActor
Sets whether flow execution listening is enabled.
setFlowFile(FlowFile) - Method in class adams.flow.control.flowrestart.operation.FlowFile
Sets the flow to start.
setFlowFile(FlowFile) - Method in class weka.filters.FlowFilter
Sets the flow to process the data with.
setFlowFile(File) - Method in class adams.scripting.command.flow.RunRemoteFlow
Sets the remote flow file.
setFlowRestartManager(AbstractFlowRestartManager) - Method in class adams.flow.control.Flow
Sets the restart manager to use.
setFlowTree(Tree) - Method in class adams.gui.goe.actorpathtree.ActorPathTree
Sets the underlying flow.
setFocus(Point) - Method in class adams.gui.visualization.image.ColorPickerPanel.ZoomPanel
Sets the new location.
setFocusSize(int) - Method in class adams.gui.visualization.image.ColorPickerPanel.ZoomPanel
Sets the size of the focus in pixels.
setFolds(int) - Method in class adams.data.weka.evaluator.AbstractCrossvalidatedInstanceEvaluator
Sets the number of folds for cross-validation.
setFolds(int) - Method in class adams.flow.sink.WekaExperimentGenerator
Sets the number of folds to use (only CV).
setFolds(int) - Method in class adams.flow.transformer.WekaAttributeSelection
Sets the number of folds.
setFolds(int) - Method in class adams.flow.transformer.WekaClassifierRanker
Sets the number of folds to use.
setFolds(int) - Method in class adams.flow.transformer.WekaCrossValidationClustererEvaluator
Sets the number of folds.
setFolds(int) - Method in class adams.flow.transformer.WekaCrossValidationEvaluator
Sets the number of folds.
setFolds(int) - Method in class adams.flow.transformer.WekaCrossValidationSplit
Sets the number of folds to use.
setFolds(int) - Method in class adams.gui.tools.wekamultiexperimenter.experiment.CrossValidationExperiment
Sets the number of folds.
setFolds(int) - Method in class adams.multiprocess.WekaCrossValidationExecution
Sets the number of folds.
setFolds(int) - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm
Sets the number of folds to use in cross-validation.
setFolds(int) - Method in class adams.opt.optimise.genetic.fitnessfunctions.AbstractWEKAFitnessFunction
Sets the number of folds to use in cross-validation.
setFont(PdfFont) - Method in class adams.flow.transformer.pdfstamp.Text
Sets the font to use.
setFont(Font) - Method in class adams.flow.sink.AbstractTextualDisplay
Sets the font of the dialog.
setFont(Font) - Method in class adams.flow.sink.ProgressBar
Sets the font for the percentage display.
setFont(Font) - Method in class adams.flow.standalone.ConsoleWindow
Sets the font of the dialog.
setFont(Font) - Method in class adams.flow.standalone.Stopwatch
Sets the font for the time display.
setFont(Font) - Method in class adams.flow.transformer.draw.Text
Sets the font to use.
setFont(Font) - Method in class adams.flow.transformer.SpreadSheetCellSelector
Sets the font of the table.
setFont(Font) - Method in class adams.gui.core.spreadsheetpreview.SimpleText
Sets the font for the text area.
setFont(Font) - Method in class adams.gui.print.PostscriptGraphics
Set current font.
setFont(Font) - Method in class adams.gui.tools.previewbrowser.ImageClassificationHandler
Sets the label font.
setFont(Font) - Method in class adams.gui.visualization.image.MetaDataText
Sets the font of the text.
setFont(Font) - Method in class adams.gui.visualization.object.objectannotations.label.Anchored
Sets the label font.
setFont(Font) - Method in class adams.gui.visualization.sequence.KendallTheilOverlayPaintlet
Sets the font to use.
setFont(Font) - Method in class adams.gui.visualization.sequence.LinearRegressionOverlayPaintlet
Sets the font to use.
setFont(Font) - Method in class adams.gui.visualization.sequence.MetaDataValuePaintlet
Sets the meta-data value font.
setFont(Font) - Method in class adams.gui.visualization.stats.paintlet.ScatterPaintletMetaDataValue
Sets the meta-data value font.
setFont(String, Font) - Method in class adams.core.Properties
Stores the font under the specified property key.
setFontComments(PdfFont) - Method in class adams.flow.transformer.pdfproclet.SpreadSheet
Sets the font to use for the comments.
setFontContent(PdfFont) - Method in class adams.flow.transformer.pdfproclet.FixedText
Sets the font to use for adding the content.
setFontContent(PdfFont) - Method in class adams.flow.transformer.pdfproclet.PlainText
Sets the font to use for adding the content.
setFontFilename(PdfFont) - Method in class adams.flow.transformer.pdfproclet.AbstractPdfProcletWithFilenameOutput
Sets the font to use for adding the filename header.
setFontFilename(PdfFont) - Method in interface adams.flow.transformer.pdfproclet.PdfProcletWithFilenameOutput
Sets the font to use for adding the filename header.
setFontGeneralContent(PdfFont) - Method in class adams.flow.transformer.pdfproclet.AbstractSpreadSheetPdfProclet
Sets the font to use for adding general content.
setFontHeadline(PdfFont) - Method in class adams.flow.transformer.pdfproclet.Headline
Sets the font to use for the headline.
setFontHeadline(PdfFont) - Method in class adams.flow.transformer.pdfproclet.MetaHeadline
Sets the font to use for the headline.
setFontName(String) - Method in class adams.gui.scripting.SyntaxDocument
sets the current font family (affects all built-in styles).
setFontNumericContent(PdfFont) - Method in class adams.flow.transformer.pdfproclet.AbstractSpreadSheetPdfProclet
Sets the font to use for adding general content.
setFontSize(int) - Method in class adams.gui.scripting.SyntaxDocument
sets the current font size (affects all built-in styles).
setFontTableHeader(PdfFont) - Method in class adams.flow.transformer.pdfproclet.AbstractSpreadSheetPdfProclet
Sets the font to use for the table header.
setForce(boolean) - Method in class adams.data.conversion.Quote
Sets whether to force quoting.
setForce(boolean) - Method in class adams.flow.control.SetContainerValue
Sets whether to force the setting, ie the value is stored regardless whether a valid name or not (eg additional meta-data)
setForce(boolean) - Method in class adams.flow.source.RSync
 
setForceCompression(boolean) - Method in class weka.core.converters.SimpleArffLoader
Set whether the file gets interpreted as gzip-compressed ARFF file.
setForceExit(boolean) - Method in class adams.flow.FlowRunner
Sets whether to force the process exit after flows were stopped.
setForceGrayScale(boolean) - Method in class adams.data.image.transformer.GrayOrIndexedColorizer
Sets whether to force gray scale (if not binary/indexed/grayscale) or use image as is.
setForceInputType(boolean) - Method in class adams.flow.transformer.SpreadSheetTransformCells
Sets whether to force the input type.
setForceInputType(boolean) - Method in class adams.flow.transformer.SpreadSheetTransformHeaderCells
Sets whether to force the input type.
setForcePercentage(boolean) - Method in class adams.data.image.transformer.Resize
Sets whether to always interpret the width/height as percentage (eg when upscaling the image).
setForcePercentage(boolean) - Method in class adams.data.jai.transformer.Resize
Sets whether to always interpret the width/height as percentage (eg when upscaling the image).
setForceString(boolean) - Method in class adams.data.conversion.SpreadSheetUseRowAsHeader
Sets whether to force setting the value as string even if it resembles a number.
setForceString(boolean) - Method in class adams.data.conversion.StringMatrixToSpreadSheet
Sets whether to force setting the value as string even if it resembles a number.
setForceString(boolean) - Method in class adams.data.io.input.PropertiesSpreadSheetReader
Sets whether to force setting the values as string, bypassing the spreadsheet's parsing.
setForceString(boolean) - Method in class adams.flow.transformer.SpreadSheetInsertColumn
Sets whether to force setting the value as string even if it resembles a number.
setForceString(boolean) - Method in class adams.flow.transformer.SpreadSheetInsertRow
Sets whether to force setting the value as string even if it resembles a number.
setForceString(boolean) - Method in class adams.flow.transformer.SpreadSheetSetCell
Sets whether to force setting the value as string even if it resembles a number.
setForceString(boolean) - Method in class adams.flow.transformer.SpreadSheetSetHeaderCell
Sets whether to force setting the value as string even if it resembles a number.
setForecaster(CallableActorReference) - Method in class adams.flow.transformer.WekaPrimeForecaster
Sets the name of the callable forecaster to use.
setForecaster(CallableActorReference) - Method in class adams.flow.transformer.WekaTrainForecaster
Sets the name of the callable forecaster to use.
setForecastFields(String) - Method in class adams.flow.source.wekaforecastersetup.WekaForecasterGenerator
Sets the fields to forecast.
setForeground(Color) - Method in class adams.flow.sink.ProgressBar
Sets the foreground color.
setForegroundColor(Color) - Method in class adams.gui.visualization.container.DataContainerPanel
Sets the foreground color to use.
setForegroundColor(Color) - Method in class adams.gui.visualization.core.PlotPanel
Sets the foreground color to use.
setFormat(ByteFormatString) - Method in class adams.data.conversion.IntToString
Sets the byte format string.
setFormat(ByteFormatString) - Method in class adams.data.conversion.LongToString
Sets the byte format string.
setFormat(DateFormatString) - Method in class adams.core.io.TimestampFilenameGenerator
Sets the format string to use.
setFormat(DateFormatString) - Method in class adams.data.conversion.DateTimeTypeToString
Sets the format to use for the conversion.
setFormat(DateFormatString) - Method in class adams.data.conversion.SpreadSheetStringColumnToDate
Sets the format of the string used for parsing.
setFormat(DateFormatString) - Method in class adams.data.conversion.SpreadSheetStringColumnToDateTime
Sets the format of the string used for parsing.
setFormat(DateFormatString) - Method in class adams.data.conversion.SpreadSheetStringColumnToDateTimeMsec
Sets the format of the string used for parsing.
setFormat(DateFormatString) - Method in class adams.data.conversion.SpreadSheetStringColumnToTime
Sets the format of the string used for parsing.
setFormat(DateFormatString) - Method in class adams.data.conversion.SpreadSheetStringColumnToTimeMsec
Sets the format of the string used for parsing.
setFormat(DateFormatString) - Method in class adams.data.conversion.StringToDateTimeType
Sets the format for parsing the date/time string.
setFormat(DateFormatString) - Method in class adams.data.conversion.TimeseriesToWekaInstances
Sets the format to use in the Instances object.
setFormat(DateFormatString) - Method in class adams.data.spreadsheet.rowfinder.ByDateValue
Sets the format string for parsing min/max.
setFormat(DateFormatString) - Method in class adams.flow.control.flowrestart.notification.TimestampFile
Sets the format string to use.
setFormat(DateFormatString) - Method in class adams.flow.sink.sendnotification.LogFile
Sets the format string to use; use single quotes for non-format chars, eg: "yyyyMMdd'T'HHmmss.'csv'".
setFormat(DateFormatString) - Method in class adams.flow.transformer.TimeseriesInfo
Sets the format to use for the timestamps.
setFormat(DateFormatString) - Method in class adams.flow.transformer.Timestamp
Sets the format string to use; use single quotes for non-format chars, eg: "yyyyMMdd'T'HHmmss.'csv'".
setFormat(DecimalFormatString) - Method in class adams.data.conversion.SpreadSheetStringColumnToDouble
Sets the format of the string used for parsing.
setFormat(DecimalFormatString) - Method in class adams.data.conversion.SpreadSheetStringColumnToLong
Sets the format of the string used for parsing.
setFormat(DecimalFormatString) - Method in class adams.flow.sink.ProgressBar
Sets the format string for the current value.
setFormat(SimpleFormat) - Method in class adams.flow.sink.SimpleLogging
Sets the formatting scheme to use.
setFormat(BarcodeFormat[]) - Method in class adams.data.barcode.decode.ZXing
Set barcode format hint.
setFormat(String) - Method in class adams.data.conversion.AbstractImageToByteArray
Sets the image format to use.
setFormat(String) - Method in class adams.data.conversion.TimeToString
Sets the format for the date/time.
setFormat(String) - Method in class adams.data.id.SimpleIDGenerator
Sets the format for the ID.
setFormat(String) - Method in class adams.gui.tools.previewbrowser.ImageClassificationHandler
Sets the label format.
setFormat(String) - Method in class adams.gui.visualization.core.axis.PeriodicityTickGenerator
Sets the format used for the ticks.
setFormat(String) - Method in class adams.gui.visualization.object.objectannotations.label.Anchored
Sets the label format.
setFormat(String) - Method in class adams.gui.visualization.report.ReportDateFieldPaintlet
Sets the date format.
setFormat(String) - Method in class adams.gui.visualization.report.ReportDateFieldRangePaintlet
Sets the date format.
setFormat(String) - Method in class weka.filters.unsupervised.attribute.StringToDate
Sets the parse format to use.
setFormat(Format) - Method in class adams.gui.visualization.core.axis.Formatter
Sets the Java formatter to use.
setFormatCustom(DateFormatString) - Method in class adams.data.conversion.ExtractDateTimeField
Sets the custom format to use for the conversion.
setFormFieldFile(String) - Method in class adams.flow.transformer.HttpPostFile
Sets the form field name used for uploading the file.
setFormFields(BaseKeyValuePair[]) - Method in class adams.flow.transformer.HttpPostFile
Sets the additional form fields for the request.
setFormula(SpreadSheetFormulaText) - Method in class adams.data.conversion.SpreadSheetAddFormulaColumn
Sets the formula to use.
setFormula(SpreadSheetFormulaText) - Method in class adams.data.conversion.SpreadSheetAddFormulaRow
Sets the formula to use.
setFormula(String) - Method in interface adams.data.spreadsheet.Cell
Sets the formula content of the cell.
setFormula(String) - Method in class adams.data.spreadsheet.CellView
Sets the formula content of the cell.
setFormula(String) - Method in class adams.data.spreadsheet.DoubleCell
Sets the formula content of the cell.
setFormula(String) - Method in class adams.data.spreadsheet.FloatCell
Sets the formula content of the cell.
setFormula(String) - Method in class adams.ml.data.DataCellView
Ignored.
setForward(boolean) - Method in class adams.flow.transformer.AbstractDataContainerFileImport
Sets whether to forward the containers instead of the IDs.
setForward(boolean) - Method in class adams.flow.transformer.AbstractReportFileImport
Sets whether to forward the containers instead of the IDs.
setForward(Connection) - Method in class adams.scripting.engine.ForwardingScriptingEngine
Sets the connection to forward the commands to.
setForwarder(ForwardingScriptingEngine) - Method in class adams.scripting.engine.ForwardingScriptingEngine.RemoteCommandGrabber
Sets the forwarding scripting engine.
setForwardNull(boolean) - Method in class adams.flow.transformer.GetJsonValue
Sets whether to forward null values.
setForwardNull(boolean) - Method in class adams.flow.transformer.GetPropertyValue
Sets whether to forward null values.
setForwardScreenshot(boolean) - Method in class adams.flow.transformer.CompareObjectLocations
Sets whether to forward a screenshot (if accepted).
setForwardX(boolean) - Method in class adams.flow.standalone.SSHConnection
Sets whether to forward X11.
setForwardX(boolean) - Method in class adams.scripting.connection.SSHConnection
Sets whether to forward X11.
setFrameGrabberClass(BaseClassname) - Method in class adams.flow.source.OpenCVDeviceFrameGrabber
Sets the class of the frame grabber to utilize.
setFrameTitle(String) - Method in class adams.gui.core.DetachablePanel
Sets the frame title to use.
setFrom(EmailAddress) - Method in class adams.gui.dialog.ComposeEmailDialog
Sets the "from" email address.
setFrom(EmailAddress) - Method in class adams.gui.dialog.ComposeEmailPanel
Sets the "from" email address.
setFrom0(boolean) - Method in class adams.flow.source.RSync
 
setFromIndex(Index) - Method in class adams.flow.transformer.StringIndexOf
Sets the index to start the search from.
setFromIndex(Index) - Method in class adams.flow.transformer.SubStringCount
Sets the index to start the search from.
setFuzzy(boolean) - Method in class adams.flow.source.RSync
 
setG(double) - Method in class adams.data.image.luminance.Custom
Sets the R parameter.
setGamma(double) - Method in class weka.classifiers.functions.GPD
Set the gamma for the RBF kernel.
setGamma(float) - Method in class weka.classifiers.trees.XGBoost
Sets the minimum loss reduction required to make a further partition on a leaf node of the tree.
setGaussianRadius(int) - Method in class adams.data.boofcv.transformer.Binary
Sets the Gaussian radius to use.
setGene(int, int, boolean) - Method in class adams.opt.genetic.AbstractGeneticAlgorithm
Sets the value of the specified gene.
setGene(int, int, boolean) - Method in class adams.opt.optimise.genetic.AbstractGeneticAlgorithm
Sets the value of the specified gene.
setGene(int, int, int) - Method in class adams.opt.genetic.AbstractGeneticAlgorithm
Sets the value of the specified gene.
setGene(int, int, int) - Method in class adams.opt.optimise.genetic.AbstractGeneticAlgorithm
Sets the value of the specified gene.
setGenerateError(boolean) - Method in class adams.flow.transformer.WaitForFile
Sets whether to generate an error if the maximum number of waits has been reached, but the file is still in use.
setGenerateLine(boolean) - Method in class adams.data.baseline.AbstractLinearRegressionBased
Sets whether to return the line as fake data or the corrected data.
setGenerateReport(boolean) - Method in class adams.flow.transformer.LocateObjects
Sets whether to generate an annotated image with a report of all positions instead of separate image objects.
setGenerateRules(boolean) - Method in class weka.classifiers.trees.m5.M5Base2
Generate rules (decision list) rather than a tree
setGenerates(Class[]) - Method in class adams.gui.goe.classtree.ActorClassTreeFilter
Sets the classes that the actor must generate.
setGeneration(AbstractFileBasedDatasetGeneration) - Method in class adams.flow.transformer.GenerateFileBasedDataset
Sets the dataset generation scheme.
setGeneration(Date) - Method in class adams.db.LogEntry
Sets the generation timestamp.
setGenerationEndDate(BaseDateTime) - Method in class adams.db.LogEntryConditions
Sets the generation end date.
setGenerationStartDate(BaseDateTime) - Method in class adams.db.LogEntryConditions
Sets the generation start date.
setGenerator(AbstractFilenameGenerator) - Method in class adams.flow.condition.bool.FileExists
Sets the generator to use (ignored if NullFilenameGenerator).
setGenerator(AbstractFilenameGenerator) - Method in class adams.flow.condition.bool.FileInUse
Sets the generator to use (ignored if NullFilenameGenerator).
setGenerator(AbstractFilenameGenerator) - Method in class adams.flow.source.FilenameGenerator
Sets the generator to use.
setGenerator(AbstractFilenameGenerator) - Method in class adams.flow.transformer.FilenameGenerator
Sets the generator to use.
setGenerator(AbstractBoofCVFeatureGenerator) - Method in class adams.data.boofcv.features.FilteredBoofCVFeatureGenerator
Sets the feature generator to use on the filtered data.
setGenerator(AbstractIDGenerator) - Method in class adams.data.id.IDGeneratorPostProcessor
Sets the generator to use.
setGenerator(AbstractIDGenerator) - Method in class adams.flow.sink.NotesWriter
Sets the generator to use.
setGenerator(AbstractIDGenerator) - Method in class adams.flow.transformer.IDGenerator
Sets the generator to use.
setGenerator(AbstractBufferedImageFeatureGenerator) - Method in class adams.data.image.features.FilteredBufferedImageFeatureGenerator
Sets the feature generator to use on the filtered data.
setGenerator(AbstractSubImagesGenerator) - Method in class adams.data.image.transformer.SubImages
Sets the generator.
setGenerator(AbstractInstanceGenerator) - Method in class adams.flow.transformer.AbstractInstanceGenerator
Sets the generator to use.
setGenerator(RandomIntegerRangeGenerator) - Method in class adams.data.spreadsheet.columnfinder.SubSample
Sets the random number generator.
setGenerator(RandomIntegerRangeGenerator) - Method in class adams.data.spreadsheet.rowfinder.SubSample
Sets the random number generator.
setGenerator(RandomNumberGenerator) - Method in class adams.flow.source.RandomNumberGenerator
Sets the random number generator to use.
setGenerator(AbstractTimeseriesFeatureGenerator) - Method in class adams.data.timeseries.AbstractMetaTimeseriesFeatureGenerator
Sets the base feature generator to use.
setGenerator(AbstractInputStreamGenerator) - Method in class adams.flow.source.InputStreamGenerator
Sets the generator to use.
setGenerator(AbstractListGenerator) - Method in class adams.flow.source.NewList
Sets the generator to use.
setGenerator(AbstractListGenerator) - Method in class adams.flow.source.newlist.Wrapper
Sets the generator to use.
setGenerator(AbstractReaderGenerator) - Method in class adams.flow.source.ReaderGenerator
Sets the generator to use.
setGenerator(AbstractForecasterGenerator) - Method in class adams.flow.source.WekaForecasterSetup
Sets the generator to use.
setGenerator(AbstractArraySubsetGenerator) - Method in class adams.flow.transformer.ArraySubsetGeneration
Sets the array subset generator to use.
setGenerator(IndexedSplitsRunsGenerator) - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.MultiRunGenerator
Sets the generator to use for the runs.
setGenerator(IndexedSplitsRunsGenerator) - Method in class adams.flow.transformer.IndexedSplitsRunsGenerator
Sets the generator to use.
setGenerator(IndexedSplitsRunsPredictions) - Method in class adams.flow.transformer.IndexedSplitsRunsPredictions
Sets the generator to use.
setGenerator(AbstractPDFGenerator) - Method in class adams.flow.transformer.PDFGenerate
Sets the generator.
setGenerator(AbstractPlotGenerator) - Method in class adams.flow.transformer.SpreadSheetPlotGenerator
Sets the plot generator to use.
setGenerator(AbstractPlotGenerator) - Method in class adams.gui.tools.spreadsheetviewer.chart.GenericPlot
Sets the generator for producing the plot containers.
setGenerator(AbstractWekaEnsembleGenerator) - Method in class adams.flow.transformer.WekaEnsembleGenerator
Sets the ensemble generator to use.
setGenerator(WebSocketClientGenerator) - Method in class adams.flow.sink.WebSocketClient
Sets the client generator to use.
setGenerator(WebSocketServerGenerator) - Method in class adams.flow.standalone.WebSocketServer
Sets the server generator to use.
setGenerator(ColorGradientGenerator) - Method in class adams.data.conversion.DoubleMatrixToBufferedImage
Sets the color generator.
setGenerator(ColorGradientGenerator) - Method in class adams.gui.visualization.core.GradientColorProvider
Sets the generator to use.
setGenerator(CrossValidationFoldGenerator) - Method in class adams.flow.transformer.WekaCrossValidationEvaluator
Sets the scheme for generating the folds.
setGenerator(CrossValidationFoldGenerator) - Method in class adams.flow.transformer.WekaCrossValidationSplit
Sets the scheme for generating the folds.
setGenerator(CrossValidationFoldGenerator) - Method in class adams.gui.tools.wekamultiexperimenter.experiment.CrossValidationExperiment
Sets the scheme for generating the folds.
setGenerator(CrossValidationFoldGenerator) - Method in class adams.multiprocess.WekaCrossValidationExecution
Sets the generator to use for generating the folds.
setGenerator(CrossValidationFoldGenerator) - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm
Sets the scheme for generating the folds.
setGenerator(RandomSplitGenerator) - Method in class adams.flow.transformer.WekaRandomSplit
Sets the scheme for generating the split.
setGenerator(RandomSplitGenerator) - Method in class adams.gui.tools.wekamultiexperimenter.experiment.TrainTestSplitExperiment
Sets the scheme for generating the split.
setGenerator(SplitGenerator) - Method in class adams.flow.transformer.WekaSplitGenerator
Sets the scheme for generating the split.
setGeometry(GeometryType) - Method in class adams.data.objectoverlap.IntersectOverUnionRatio
Sets the geometry type to use for the calculations.
setGlobalInfo(String) - Method in class adams.gui.goe.classtree.GlobalInfoNode
Sets the global info to display.
setGlue(String) - Method in class adams.data.conversion.SpreadSheetJoinColumns
Sets the "glue" to use between two columns.
setGlue(String) - Method in class adams.flow.transformer.StringJoin
Sets the string to use as 'glue' between the array elements.
setGlue(String) - Method in class adams.flow.transformer.StringRangeCut
Sets the "glue" to use for joining the substrings.
setGlue(String) - Method in class weka.filters.unsupervised.attribute.JoinAttributes
Sets the glue to use.
setGrayPercentage(int) - Method in class adams.data.imagefilter.GrayFilterProvider
Sets the gray percentage (0 lightest, 100 darkest).
setGrid(boolean) - Method in class adams.flow.sink.ProbabilityPlotDisplay
Set whether a grid overlay is added
setGrid(boolean) - Method in class adams.gui.visualization.stats.probabilityplot.ProbabilityPlot
Set whether the grid overlay is displayed.
setGrid(int) - Method in class adams.flow.transformer.PredictionEccentricity
Sets the size of the grid.
setGrid(int) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.PredictionEccentricity
Sets the size of the grid.
setGrid(int, int) - Method in class adams.gui.core.AdjustableGridPanel
Updates rows and columns to display.
setGridColor(Color) - Method in class adams.gui.visualization.core.PlotPanel
Sets the color to use for painting the coordinates grid.
setGroup(boolean) - Method in class adams.flow.source.RSync
 
setGroup(String) - Method in class adams.data.groupextraction.Manual
Sets the group to use.
setGroup(String) - Method in class adams.data.groupextraction.ReportFieldRegExp
Sets the group to extract.
setGroup(String) - Method in class adams.data.groupextraction.SpreadSheetCellRegExp
Sets the group to extract.
setGroup(String) - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesGroupedCrossValidationFoldGenerator
Sets the replacement string to use as group (eg '$2').
setGroup(String) - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesGroupedRandomSplitGenerator
Sets the replacement string to use as group (eg '$2').
setGroup(String) - Method in class adams.flow.transformer.preparefilebaseddataset.GroupedCrossValidation
Sets the replacement string to use as group (eg '$2').
setGroup(String) - Method in class adams.flow.transformer.preparefilebaseddataset.GroupedTrainTestSplit
Sets the replacement string to use as group (eg '$2').
setGroup(String) - Method in class adams.flow.transformer.preparefilebaseddataset.GroupedTrainValidateTestSplit
Sets the replacement string to use as group (eg '$2').
setGroup(String) - Method in class adams.gui.action.AbstractBaseActionWithGroup
Sets the group of the action.
setGroup(String) - Method in interface adams.gui.action.BaseActionWithGroup
Sets the group of the action.
setGroup(String) - Method in class adams.gui.visualization.sequence.metadatacolor.ColorPerRegExpGroup
Sets the group from the regular expression to use for determining the color.
setGroup(String) - Method in class weka.classifiers.GroupedBinnedNumericClassCrossValidationFoldGenerator
Sets the replacement string to use as group (eg '$2').
setGroup(String) - Method in class weka.classifiers.GroupedBinnedNumericClassRandomSplitGenerator
Sets the replacement string to use as group (eg '$2').
setGroup(String) - Method in class weka.classifiers.GroupedCrossValidationFoldGenerator
Sets the replacement string to use as group (eg '$2').
setGroup(String) - Method in class weka.classifiers.GroupedRandomSplitGenerator
Sets the replacement string to use as group (eg '$2').
setGroup(String) - Method in class weka.filters.unsupervised.instance.multirowprocessor.selection.GroupExpression
Sets the replacement string to use as group (eg '$2').
setGroupChannels(boolean) - Method in class adams.data.image.features.Histogram
Sets the whether to group by channels.
setGroupChannels(boolean) - Method in class adams.data.jai.features.Histogram
Sets the whether to group by channels.
setGroupChannels(boolean) - Method in class adams.data.opencv.features.Histogram
Sets the whether to group by channels.
setGrouping(String) - Method in class adams.flow.transformer.GroupByRegExp
Sets the string to generate the grouping string from, can contain regexp groups like $0..$n.
setGroupmap(String) - Method in class adams.flow.source.RSync
 
setGroups(BaseString[]) - Method in class weka.classifiers.MultiLevelSplitGenerator
Sets the groups to generate.
setGrowPolicy(XGBoost.GrowPolicy) - Method in class weka.classifiers.trees.XGBoost
Sets the way new nodes are added to the tree.
setHandler(StreamableFileSearchHandler) - Method in class adams.core.io.filesearch.AbstractMetaFileSearchHandler
Sets the handler to use.
setHandler(AbstractScriptingHandler) - Method in class adams.data.boofcv.features.Scripted
Sets the handler to use for scripting.
setHandler(AbstractScriptingHandler) - Method in class adams.data.boofcv.transformer.Scripted
Sets the handler to use for scripting.
setHandler(AbstractScriptingHandler) - Method in class adams.data.conversion.Scripted
Sets the handler to use for scripting.
setHandler(AbstractScriptingHandler) - Method in class adams.data.filter.Scripted
Sets the handler to use for scripting.
setHandler(AbstractScriptingHandler) - Method in class adams.data.image.features.Scripted
Sets the handler to use for scripting.
setHandler(AbstractScriptingHandler) - Method in class adams.data.image.transformer.Scripted
Sets the handler to use for scripting.
setHandler(AbstractScriptingHandler) - Method in class adams.data.jai.transformer.Scripted
Sets the handler to use for scripting.
setHandler(AbstractScriptingHandler) - Method in class adams.data.opencv.features.Scripted
Sets the handler to use for scripting.
setHandler(AbstractScriptingHandler) - Method in class adams.data.opencv.transformer.Scripted
Sets the handler to use for scripting.
setHandler(AbstractScriptingHandler) - Method in class adams.data.outlier.Scripted
Sets the handler to use for scripting.
setHandler(AbstractScriptingHandler) - Method in class adams.data.report.Scripted
Sets the handler to use for scripting.
setHandler(AbstractScriptingHandler) - Method in class adams.flow.condition.bool.Scripted
Sets the handler to use for scripting.
setHandler(AbstractScriptingHandler) - Method in class adams.flow.core.AbstractScriptingHandlerActor
Sets the handler to use for scripting.
setHandler(AbstractScriptingHandler) - Method in class adams.flow.template.Scripted
Sets the handler to use for scripting.
setHandler(AbstractScriptingHandler) - Method in class adams.flow.transformer.pdfgenerate.Scripted
Sets the handler to use for scripting.
setHandler(AbstractScriptingHandler) - Method in class adams.tools.Scripted
Sets the handler to use for scripting.
setHandler(AbstractObjectHandler) - Method in class adams.data.conversion.SpreadSheetObjectColumnToString
Sets the format of the string used for parsing.
setHandler(AbstractObjectHandler) - Method in class adams.data.conversion.SpreadSheetStringColumnToObject
Sets the format of the string used for parsing.
setHandler(StorageHandler) - Method in class adams.gui.visualization.debug.StoragePanel
Sets the handler to display the storage items for.
setHandler(AbstractExperimentIO) - Method in class adams.flow.sink.WekaExperimentFileWriter
Sets the IO handler.
setHandler(AbstractExperimentIO) - Method in class adams.flow.transformer.WekaExperimentFileReader
Sets the IO handler.
setHandler(Handler) - Method in class adams.core.logging.AbstractEnhancingSingleHandler
Sets the handler to use for outputting the log records.
setHandler(Handler) - Method in interface adams.core.logging.EnhancingSingleHandler
Sets the handler to use for outputting the log records.
setHandler(Handler) - Method in class adams.scripting.command.basic.StartRemoteLogging
Sets the handler to use.
setHandlers(AbstractGeneticDiscoveryHandler[]) - Method in class adams.opt.genetic.Hermione
Sets the discovery handlers to use.
setHandlers(RequestHandler[]) - Method in class adams.scripting.requesthandler.MultiHandler
Sets the handlers to use.
setHandlers(ResponseHandler[]) - Method in class adams.scripting.responsehandler.MultiHandler
Sets the handlers to use.
setHandlers(Handler[]) - Method in class adams.core.logging.MultiHandler
Sets the handlers to use.
setHardLinks(boolean) - Method in class adams.flow.source.RSync
 
setHasRegressionTest(boolean) - Method in class adams.core.option.FlowJUnitTestProducer
Sets whether to create a regression test as well.
setHasValue(boolean) - Method in class adams.flow.transformer.AddDOMNode
Sets whether the node has a textual value.
setHeader(int, String) - Method in class adams.data.statistics.AbstractArrayStatistic.StatisticContainer
Sets the header for the given column.
setHeader(PlaceholderFile) - Method in class adams.data.conversion.MatchWekaInstanceAgainstFileHeader
Sets the file to load the dataset header from.
setHeader(StorageName) - Method in class adams.data.conversion.MatchWekaInstanceAgainstStorageHeader
Sets the name of the storage value representing the dataset header.
setHeader(String) - Method in class adams.data.conversion.SpreadSheetAddFormulaColumn
Sets the column header to use.
setHeader(String) - Method in class adams.data.conversion.SpreadSheetAddRowID
Sets the name of the column.
setHeader(String) - Method in class adams.data.conversion.SpreadSheetAddSumColumn
Sets the column header to use.
setHeader(String) - Method in class adams.flow.transformer.SpreadSheetInsertColumn
Sets the name of the column.
setHeader(String) - Method in class adams.flow.transformer.SpreadSheetInsertRowScore
Sets the name of the score column.
setHeader(String) - Method in class adams.flow.transformer.SpreadSheetRowBinning
Sets the name of the column.
setHeaderPopupMenuCustomizer(PopupMenuCustomizer) - Method in class adams.gui.core.SpreadSheetTable
Sets the popup menu customizer to use (for the header).
setHeaderPopupMenuCustomizer(PopupMenuCustomizer) - Method in class adams.gui.core.SpreadSheetTableWithButtons
Sets the popup menu customizer to use (for the header).
setHeaderPopupMenuCustomizer(PopupMenuCustomizer) - Method in class adams.gui.dialog.SpreadSheetPanel
Sets the popup menu customizer to use for the header.
setHeaderPopupMenuCustomizer(PopupMenuCustomizer) - Method in class adams.gui.visualization.instances.InstancesTable
Sets the popup menu customizer to use (for the header).
setHeaders(BaseKeyValuePair[]) - Method in class adams.flow.source.HttpRequest
Sets the (optional) request headers for the request.
setHeaders(BaseKeyValuePair[]) - Method in class adams.flow.transformer.HttpRequest
Sets the (optional) request headers for the request.
setHeaderTemplate(String) - Method in class adams.data.featureconverter.FixedNumFeatures
Sets the template to use for filling in the header.
setHeaderTemplate(String) - Method in class adams.data.timeseries.FixedNumFeatures
Sets the template to use for filling in the header.
setHeadless(boolean) - Method in class adams.flow.control.Flow
Sets whether the actor is to be run in headless mode, i.e., suppressing GUI components.
setHeadless(boolean) - Method in class adams.flow.FlowRunner
Sets whether the actor is to be run in headless mode, i.e., suppressing GUI components.
setHeadless(boolean) - Method in class adams.flow.setup.FlowSetup
Sets whether the actor is to be run in headless mode, i.e., suppressing GUI components.
setHeadless(boolean) - Static method in class adams.gui.core.GUIHelper
Sets the headless mode.
setHeadless(boolean) - Method in class adams.gui.flow.FlowPanel
Sets whether to execute the flow in headless mode.
setHeadlessMode(boolean) - Method in class adams.flow.standalone.ExternalFlow
Sets whether to execute the flow in headless mode.
setHeadline(BaseText) - Method in class adams.flow.transformer.pdfproclet.Headline
Sets the headline to add.
setHeadline(BaseText) - Method in class adams.flow.transformer.pdfproclet.MetaHeadline
Sets the headline to add.
setHeight(double) - Method in class adams.data.image.transformer.crop.RelativeCrop
Sets the height of the crop rectangle (0-1: percent; >1: pixels).
setHeight(double) - Method in class adams.data.image.transformer.Resize
Sets the height to resize to.
setHeight(double) - Method in class adams.data.jai.transformer.Resize
Sets the height to resize to.
setHeight(float) - Method in class adams.flow.transformer.pdfproclet.Rectangle
Sets the height.
setHeight(int) - Method in class adams.data.barcode.encode.AbstractBarcodeEncoder
Sets the height of the barcode.
setHeight(int) - Method in class adams.data.image.features.PixelClassifications
Sets the height of the crop rectangle.
setHeight(int) - Method in class adams.data.image.transformer.crop.SimpleCrop
Sets the height of the crop rectangle.
setHeight(int) - Method in class adams.data.io.input.ImageClassificationGridSpreadSheetReader
Sets the height to use.
setHeight(int) - Method in class adams.data.io.input.ObjectLocationsSpreadSheetReader
Sets the height of the image to use when reading normalized coordinates/dimensions.
setHeight(int) - Method in class adams.data.io.input.YoloAnnotationsReportReader
Sets the height of the image to use when reading normalized coordinates/dimensions.
setHeight(int) - Method in class adams.data.io.output.ObjectLocationsSpreadSheetWriter
Sets the height of the image to use when reading normalized coordinates/dimensions.
setHeight(int) - Method in class adams.data.io.output.YoloAnnotationsReportWriter
Sets the height of the image to use when reading normalized coordinates/dimensions.
setHeight(int) - Method in class adams.data.objectfilter.ClipBoundingBoxes
Sets the height of the image to use.
setHeight(int) - Method in class adams.data.objectfinder.ObjectsInRegion
Sets the height of the crop rectangle.
setHeight(int) - Method in class adams.data.opencv.transformer.Resize
Sets the absolute height.
setHeight(int) - Method in class adams.flow.core.AbstractDisplay
Sets the height of the dialog.
setHeight(int) - Method in class adams.flow.execution.Debug
Sets the height of the dialog.
setHeight(int) - Method in class adams.flow.sink.AbstractGraphicsGenerator
Sets the height of the dialog.
setHeight(int) - Method in class adams.flow.sink.JFreeChartFileWriter
Sets the height of the plot.
setHeight(int) - Method in class adams.flow.sink.logview.AbstractLogEntryDialog
Sets the height of the dialog.
setHeight(int) - Method in class adams.flow.source.NewImage
Sets the height of the image.
setHeight(int) - Method in class adams.flow.transformer.AbstractInteractiveTransformerDialog
Sets the height of the dialog.
setHeight(int) - Method in class adams.flow.transformer.CountObjectsInRegion
Sets the height of the crop rectangle.
setHeight(int) - Method in class adams.flow.transformer.draw.Oval
Sets the height of the oval.
setHeight(int) - Method in class adams.flow.transformer.draw.Rectangle
Sets the height of the rectangle.
setHeight(int) - Method in class adams.gui.tools.spreadsheetviewer.chart.AbstractChartGenerator
Sets the height of the dialog.
setHeight(int) - Method in class adams.gui.visualization.image.leftclick.FixedBoundingBox
Sets the height of the bounding box.
setHeightPlot(int) - Method in class adams.flow.sink.BoxPlot
Set the height of each box plot
setHelp(String) - Method in class adams.flow.source.valuedefinition.AbstractValueDefinition
Sets the help text for the value.
setHelp(String, String) - Method in class adams.gui.application.AbstractPropertiesPreferencesPanel
Associates the help with a particular property.
setHelp(String, String) - Method in class adams.gui.core.PropertiesParameterPanel
Associates the help with a particular property.
setHiClassifier(Classifier) - Method in class weka.classifiers.meta.HighLowSplit
 
setHighlight(Color) - Method in class adams.gui.core.spreadsheettable.ConfusionMatrixCellRenderingCustomizer
Sets the color to use as background for the diagonal cells.
setHighlight(Color) - Method in class adams.gui.core.spreadsheettable.NumericRangeCellRenderingCustomizer
Sets the color to use as background for the matching cells.
setHighlightColor(Color) - Method in class adams.gui.visualization.container.AbstractDataContainerZoomOverviewPaintlet
Sets the color for the zoom highlight.
setHighThreshold(float) - Method in class adams.data.boofcv.transformer.CannyEdgeDetection
Sets the high threshold to use.
setHiLopoint(double) - Method in class weka.classifiers.meta.HighLowSplit
 
setHistogram(ArrayHistogram) - Method in class adams.data.filter.AbstractHistogram
Sets the array histogram setup to use.
setHistogram(ArrayHistogram) - Method in class adams.gui.tools.spreadsheetviewer.chart.Histogram
Sets the histogram setup to use.
setHistogramOptions(HistogramOptions) - Method in class adams.flow.sink.FourInOneDisplay
Set the options for the histogram
setHistogramOptions(HistogramOptions) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.FourInOnePlot
Set the options for the histogram.
setHistogramType(Histogram.HistogramType) - Method in class adams.data.image.features.Histogram
Sets the type of histogram to generate.
setHistogramType(Histogram.HistogramType) - Method in class adams.data.jai.features.Histogram
Sets the type of histogram to generate.
setHistoryEntryToolTipProvider(AbstractNamedHistoryPanel.HistoryEntryToolTipProvider<T>) - Method in class adams.gui.core.AbstractNamedHistoryPanel
Sets the tool tip provider.
setHistoryFile(PlaceholderFile) - Method in class adams.core.AbstractPersistentHistory
Sets the file to load from/save to.
setHistoryVisible(boolean) - Method in class adams.gui.dialog.SpreadSheetQueryPanel
Sets whether the history button is visible.
setHitDetector(AbstractXYSequencePointHitDetector) - Method in class adams.flow.sink.sequenceplotter.ToggleOutlier
Sets the hit detector to use.
setHitDetector(AbstractXYSequencePointHitDetector) - Method in class adams.flow.sink.sequenceplotter.ViewDataClickAction
Sets the hit detector to use.
setHitDetector(AbstractScatterPlotHitDetector) - Method in class adams.gui.visualization.stats.scatterplot.action.ViewDataClickAction
Sets the hit detector to use.
setHoldOutPercentage(double) - Method in class weka.classifiers.meta.ClassifierCascade
the percentage to use for validation set to determine termination criterion (0-100).
setHome(String) - Static method in class adams.env.AbstractEnvironment
Sets the home directory to use.
setHome(String) - Method in interface adams.env.HomeRelocator
Sets the new home directory to use.
setHome(String) - Method in class adams.flow.FlowRunner
Overrides the automatic detection of the project's home directory and uses the specified directory instead.
setHome(String) - Method in class adams.flow.FlowSetupRunner
Overrides the automatic detection of the project's home directory and uses the specified directory instead.
setHome(String) - Method in class adams.gui.core.AbstractFrameWithOptionHandling
Overrides the automatic detection of the project's home directory and uses the specified directory instead.
setHooks(AbstractShutdownHook[]) - Method in class adams.core.shutdown.MultiHook
Sets the hooks to execute sequentially.
setHorizontalAlignment(AbstractSpreadSheetPdfProclet.HorizontalAlignment) - Method in class adams.flow.transformer.pdfproclet.AbstractSpreadSheetPdfProclet
Sets how to align the table on the page when not 100% wide.
setHost(BaseHostname) - Method in class adams.multiprocess.ScpJobRunner.RemoteJobRunner
Sets the host to connect to.
setHost(BaseRegExp) - Method in class adams.db.LogEntryConditions
Sets the host name to use in the search.
setHost(String) - Method in class adams.core.io.lister.FtpDirectoryLister
Sets the host to connect to.
setHost(String) - Method in class adams.core.io.lister.SftpDirectoryLister
Sets the host to connect to.
setHost(String) - Method in class adams.core.io.lister.SmbDirectoryLister
Sets the host to connect to.
setHost(String) - Method in class adams.db.LogEntry
Sets the host name.
setHost(String) - Method in class adams.flow.source.filesystemsearch.AbstractSmbDirectoryListerBasedSearchlet
Sets the host to connect to.
setHost(String) - Method in class adams.flow.standalone.FTPConnection
Sets the host to connect to.
setHost(String) - Method in class adams.flow.standalone.SSHConnection
Sets the host to connect to.
setHost(String) - Method in class adams.flow.transformer.SMBGet
Sets the host to connect to.
setHost(String) - Method in class adams.flow.transformer.SMBSend
Sets the host to connect to.
setHost(String) - Method in class adams.gui.chooser.FtpRemoteDirectorySetup
Sets the host to connect to.
setHost(String) - Method in class adams.gui.chooser.SftpRemoteDirectorySetup
Sets the host to connect to.
setHost(String) - Method in class adams.gui.chooser.SmbRemoteDirectorySetup
Sets the host to connect to.
setHost(String) - Method in class adams.scripting.connection.AbstractSSHConnection
Sets the host to connect to.
setHost(String) - Method in class adams.scripting.connection.DefaultConnection
Sets the host to send the command to.
setHost(String) - Method in class adams.scripting.connection.FTPConnection
Sets the host to connect to.
setHost(Proxy.Type, String) - Method in class adams.core.net.ProxyHelper
Sets the host.
setHostname(String) - Method in class adams.core.logging.RemoteSendHandler
Sets the host to send the logging data to.
setHumanReadable(boolean) - Method in class adams.flow.source.RSync
 
setI18nStrings(Properties) - Method in class adams.gui.chooser.DatePanel
 
setICA(FastICA) - Method in class adams.data.instancesanalysis.FastICA
Sets the ICA analysis.
setIcon(String) - Method in class adams.gui.action.AbstractBaseAction
Sets the icon of the action, i.e., the menuitem/button icon.
setIcon(String) - Method in interface adams.gui.action.BaseAction
Sets the icon of the action, i.e., the menuitem/button icon.
setIcon(String) - Method in class adams.gui.core.GUIHelper.AbstractInputPanel
Sets the icon to use.
setIcon(Icon) - Method in class adams.gui.action.AbstractBaseAction
Sets the icon of the action, i.e., the menuitem/button icon.
setIcon(Icon) - Method in interface adams.gui.action.BaseAction
Sets the icon of the action, i.e., the menuitem/button icon.
setIcon(Icon) - Method in class adams.gui.core.BaseFlatSplitButton
Sets the icon for the main button.
setIcon(Icon) - Method in class adams.gui.core.BaseSplitButton
Sets the icon for the main button.
setIcon(Icon) - Method in class adams.gui.core.ButtonTabComponent
 
setIcon(ImageIcon) - Method in class adams.gui.core.MultiPagePane.PageContainer
Sets the icon.
setIconAt(int, ImageIcon) - Method in class adams.gui.core.MultiPagePane
Sets the icon at the specified index.
setIconClassname(String) - Method in class adams.gui.goe.actorpathtree.ActorPathNode
Sets the classname for the icon.
setIconv(String) - Method in class adams.flow.source.RSync
 
setID(int) - Method in class adams.data.indexedsplits.IndexedSplitsRun
Sets the run ID.
setID(int) - Method in class adams.scripting.command.AbstractRemoteCommandOnFlowWithResponse
Sets the ID of the flow.
setID(int) - Method in interface adams.scripting.command.RemoteCommandOnFlow
Sets the ID of the flow.
setID(Field) - Method in class adams.data.io.input.OpexObjectLocationsReader
Sets the field to use for the ID.
setID(Field) - Method in class adams.data.io.input.PascalVOCObjectLocationsReader
Sets the field to use for the ID.
setID(Field) - Method in class adams.data.io.output.OpexObjectLocationsWriter
Sets the field to use for the ID.
setID(WekaAttributeIndex) - Method in class weka.filters.unsupervised.instance.RemoveDuplicateIDs
Sets the attribute name/index of attribute with IDs.
setID(WekaAttributeIndex) - Method in class weka.filters.unsupervised.instance.RemoveTestInstances
Sets the attribute name/index to use for identifying rows.
setID(Long) - Method in class adams.flow.transformer.SetDatabaseID
Sets the new database ID to use.
setID(String) - Method in class adams.data.blob.BlobContainer
Sets the ID.
setID(String) - Method in class adams.data.container.AbstractDataContainer
Sets the ID of the sequence.
setID(String) - Method in class adams.data.container.ObjectContainer
Sets the ID.
setID(String) - Method in class adams.data.conversion.ByteArrayToBlobContainer
Sets the ID to use.
setID(String) - Method in class adams.data.conversion.ObjectToObjectContainer
Sets the ID to use.
setID(String) - Method in class adams.data.conversion.StringToTextContainer
Sets the ID to use.
setID(String) - Method in interface adams.data.id.MutableIDHandler
Sets the ID.
setID(String) - Method in class adams.data.idextraction.Manual
Sets the ID to use.
setID(String) - Method in class adams.data.instance.Instance
Sets the ID of the sequence.
setID(String) - Method in class adams.data.sequence.XYSequencePoint
Sets the ID.
setID(String) - Method in class adams.data.text.TextContainer
Sets the ID.
setID(String) - Method in class adams.data.timeseries.Timeseries
Sets the ID of the profile.
setID(String) - Method in class adams.flow.sink.SpreadSheetRowViewer
Sets the name of the attribute/field to use as ID in the display.
setID(String) - Method in class adams.flow.sink.WekaInstanceViewer
Sets the name of the attribute/field to use as ID in the display.
setID(String) - Method in class adams.flow.transformer.SetID
Sets the new ID to use.
setID(String) - Method in interface adams.gui.visualization.container.NamedContainer
Sets the container's ID.
setID(String) - Method in class adams.gui.visualization.instance.InstanceComparePanel.DatasetPanel
Sets the ID to use for the returned instances.
setID(String) - Method in class adams.gui.visualization.instance.InstanceContainer
Sets the container's ID.
setID(String) - Method in class adams.gui.visualization.report.ReportContainer
Sets the ID to use for display.
setID(String) - Method in class adams.gui.visualization.sequence.XYSequenceContainer
Sets the container's ID.
setID(String) - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRow
Sets the ID of the sequence.
setID(String) - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowContainer
Sets the container's ID.
setID(String) - Method in class adams.gui.visualization.timeseries.TimeseriesContainer
Sets the ID to use for display.
SetID - Class in adams.flow.transformer
Updates the ID of the ID handler passing through with the provided 'ID' value.
SetID() - Constructor for class adams.flow.transformer.SetID
 
setIDColumn(String) - Method in class adams.flow.transformer.plotgenerator.RowWisePlotGenerator
Sets the (optional) column to use for naming the row plots.
setIDTest(WekaAttributeIndex) - Method in class weka.filters.unsupervised.instance.RemoveTestInstances
Sets the attribute name/index to use for identifying rows in the test set.
setIfThenElseActor(AbstractDirectedControlActor) - Method in class adams.flow.control.IfStorageValue.IfStorageValueDirector
Calls the super implementation of setControlActor.
setIfThenElseActor(AbstractDirectedControlActor) - Method in class adams.flow.control.IfThenElse.IfThenElseDirector
Calls the super implementation of setControlActor.
setIgnoreChanges(boolean) - Method in class adams.gui.tools.wekamultiexperimenter.setup.AbstractSetupPanel
Sets whether to ignore changes, ie don't set the modified flag.
setIgnoreClass(boolean) - Method in class weka.filters.unsupervised.instance.RemoveInstancesWithMissingValue
Sets whether to ignore the class.
setIgnoredAttributes(BaseRegExp) - Method in class weka.filters.unsupervised.attribute.InterquartileRangeSamp
Sets the regular expression for ignored/skipped attributes.
setIgnoreErrors(boolean) - Method in class adams.flow.source.RSync
 
setIgnoreExisting(boolean) - Method in class adams.flow.source.RSync
 
setIgnoreMissing(boolean) - Method in class adams.flow.control.ContainerValuePicker
Sets whether to quietly ignore missing values.
setIgnoreMissingArgs(boolean) - Method in class adams.flow.source.RSync
 
setIgnoreName(boolean) - Method in class adams.data.io.output.AbstractTextWriterWithFilenameGenerator
Sets whether to ignore the name and just rely on prefix/suffix to generate the filename.
setIgnoreNameChanges(boolean) - Method in class adams.gui.flow.FlowPanel
Sets whether to ignore name changes of actors and don't prompt a dialog with the user having the option to update the name throughout the glow.
setIgnoreNameChanges(boolean) - Method in class adams.gui.flow.tree.Tree
Sets whether to ignore name changes of actors and don't prompt a dialog with the user having the option to update the name throughout the glow.
setIgnoreTimes(boolean) - Method in class adams.flow.source.RSync
 
setIgnoreUpdates(boolean) - Method in class adams.flow.execution.debug.BreakpointPanel
Sets whether to ignore updates, ie not queue an update.
setIgnoringComments(boolean) - Method in class adams.data.conversion.XMLToDOM
Sets whether to ignore comments.
setIgnoringComments(boolean) - Method in class adams.flow.transformer.XMLFileReader
Sets whether to ignore comments.
setIgnoringWhitespace(boolean) - Method in class adams.data.conversion.XMLToDOM
Sets whether to ignore whitespaces in element content.
setIgnoringWhitespace(boolean) - Method in class adams.flow.transformer.XMLFileReader
Sets whether to ignore whitespaces in element content.
setImage(PlaceholderFile) - Method in class adams.flow.transformer.pdfstamp.Image
Sets the image to insert.
setImage(AbstractImageContainer) - Method in class adams.flow.transformer.pixelselector.AbstractPixelSelectorOverlay
Sets the underlying image.
setImage(AbstractImageContainer) - Method in class adams.flow.transformer.pixelselector.PixelSelectorPanel
Sets the image.
setImage(BufferedImage) - Method in class adams.gui.core.DragAndDropTabbedPane.GhostGlassPane
 
setImage(BufferedImage) - Method in class adams.gui.visualization.image.HistogramPanel
Sets the image to generate the histogram(s) for.
setImage(BufferedImage) - Method in class adams.gui.visualization.object.CanvasPanel
Sets the image to display.
setImage(BufferedImage) - Method in class adams.gui.visualization.object.ObjectAnnotationPanel
Sets the image to display.
setImage(BufferedImage) - Method in class adams.gui.visualization.segmentation.layer.AbstractImageLayer
Sets the image to display.
setImage(BufferedImage) - Method in class adams.gui.visualization.segmentation.layer.ImageLayer
Sets the image to display.
setImage(BufferedImage) - Method in class adams.gui.visualization.segmentation.layer.OverlayLayer
Sets the image to display.
setImage(String) - Method in class adams.gui.application.AboutBoxPanel
Sets the image to display.
setImage(String, BufferedImage) - Method in class adams.gui.visualization.segmentation.layer.LayerManager
Sets the image to display.
setImage(T) - Method in class adams.data.image.AbstractImageContainer
Sets the image to use.
setImageActor(CallableActorReference) - Method in class adams.flow.transformer.draw.Image
Sets the callable actor to obtain the image from.
setImageBackground(Color) - Method in class adams.gui.tools.previewbrowser.ObjectAnnotationsReportHandler
Sets the color to use for the background.
setImageFile(PlaceholderFile) - Method in class adams.gui.visualization.core.BackgroundImagePaintlet
Sets the image file to load.
setImageFormat(String) - Method in class adams.data.io.output.JAIImageWriter
Sets the image format to use.
setImageFormat(ImageFormats) - Method in class adams.data.io.output.ApacheCommonsImageWriter
Sets the image format to use.
setImageHeight(int) - Method in class adams.data.objectfilter.Rotate
Sets the original image height before rotation.
setImageHeight(int) - Method in class adams.gui.tools.previewbrowser.ObjectAnnotationsReportHandler
Sets the image height to use rather than auto determined one (-1).
SetImageObjectMetaData - Class in adams.flow.transformer
Sets meta-data in the incoming adams.flow.transformer.locateobjects.LocatedObject object.
SetImageObjectMetaData() - Constructor for class adams.flow.transformer.SetImageObjectMetaData
 
setImageOverlay(ImageOverlay) - Method in class adams.flow.sink.ImageViewer
Sets the image overlay to use.
setImageReader(ImageReader) - Method in class adams.gui.tools.previewbrowser.ImageClassificationHandler
Sets the image reader to use.
setImageReader(ImageReader) - Method in class adams.gui.tools.previewbrowser.ImageHandler
Sets the image reader to use.
setImageReader(ImageReader) - Method in class adams.gui.tools.previewbrowser.ObjectAnnotationsHandler
Sets the image reader to use.
setImageReader(ImageReader) - Method in class adams.gui.tools.previewbrowser.ObjectCentersFromReport
Sets the image reader to use.
setImageReader(ImageReader) - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
Sets the image reader to use.
setImageReader(ImageReader) - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
Sets the image reader to use.
setImageRotation(int) - Method in class adams.gui.print.PDFWriter
Sets the degrees to rotate the image by.
setImageScale(double) - Method in class adams.gui.print.PDFWriter
Sets the scale factor (0-1) for images based on the page size.
setImageTransformer(AbstractBufferedImageTransformer) - Method in class adams.data.image.transformer.crop.BinaryCrop
Sets the image transformer to apply to the image copy before further binarizing and determining the crop.
setImageType(BoofCVImageType) - Method in class adams.data.conversion.BufferedImageToBoofCV
Sets the image type to convert to.
setImageWidth(int) - Method in class adams.data.objectfilter.Rotate
Sets the original image width before rotation.
setImageWidth(int) - Method in class adams.gui.tools.previewbrowser.ObjectAnnotationsReportHandler
Sets the image width to use rather than auto determined one (-1).
setImplicitBackground(boolean) - Method in class adams.data.io.output.AbstractImplicitBackgroundPNGAnnotationImageSegmentationWriter
Sets whether to use an implicit background, ie layers with start at index 1 rather than 0.
setImport(boolean) - Method in class adams.flow.transformer.AbstractDataContainerFileImport
Sets whether to import the containers into the database.
setImport(boolean) - Method in class adams.flow.transformer.AbstractReportFileImport
Sets whether to import the containers into the database.
setImport(PlaceholderFile) - Method in class adams.multiprocess.SerializingJobRunner
Sets the file to import the executed jobs from.
setImport(T) - Method in class adams.gui.dialog.AbstractFileImportDialog
Sets the import format.
setInclude(BaseRegExp) - Method in class adams.flow.FlowRunner
Sets the regular expression to match flow files against when traversing a directory.
setInclude(BaseString[]) - Method in class adams.flow.source.RSync
 
setInclude(BaseString[]) - Method in class adams.flow.source.SimpleRSync
 
setIncludeAttributes(int, boolean) - Method in class adams.gui.visualization.instance.LoadDatasetDialog
Sets whether only numeric attributes should be used.
setIncludeBaseImage(boolean) - Method in class adams.data.imagesegmentation.operation.SimpleOverlay
Sets whether to use the base image or a uniform background color.
setIncludeClass(boolean) - Method in class weka.filters.unsupervised.instance.RemoveDuplicates
Sets whether to include the class attribute in the comparison.
setIncludeClass(boolean) - Method in class weka.filters.unsupervised.instance.Sort
Sets whether to include the class attribute in the comparison.
setIncludeDot(boolean) - Method in class adams.flow.transformer.FileExtension
Sets whether to return the dot as well.
setIncludeFrom(PlaceholderFile) - Method in class adams.flow.source.RSync
 
setIncludeFrom(PlaceholderFile) - Method in class adams.flow.source.SimpleRSync
 
setIncludeMetaData(boolean) - Method in class adams.flow.transformer.ImageObjectToVariables
Sets whether to turn the metadata values into variables as well.
setIncludeParentDirs(boolean) - Method in class adams.gui.core.FilePanel
Sets whether to use include the parent directories in the comparison.
setIncludeSplitDate(boolean) - Method in class adams.flow.transformer.timeseriessplit.AbstractSplitOnDate
Sets whether to include the split date in the segments.
setIncoming(PlaceholderDirectory) - Method in class adams.scripting.engine.FileBasedScriptingEngine
Sets the directory to monitor.
setIncorrect(String) - Method in class weka.filters.unsupervised.attribute.SpellChecker
Sets the incorrect labels, blank-separated list.
setIncremental(boolean) - Method in class adams.flow.source.WekaDatabaseReader
Sets whether to output single Instance objects or just one Instances object.
setIncremental(boolean) - Method in class adams.gui.core.SearchPanel
Sets whether to enabled incremental search.
setIncrementOnlyIfConditionMet(boolean) - Method in class adams.flow.control.Count
Sets whether to increment the counter only if the condition is met.
setIncrementType(IncStorageValue.IncrementType) - Method in class adams.flow.transformer.IncStorageValue
Sets the type of increment to perform.
setIncrementType(IncVariable.IncrementType) - Method in class adams.flow.transformer.IncVariable
Sets the type of increment to perform.
setIndentation(int) - Method in class adams.core.PropertiesToCode
Sets the indentation.
setIndentation(String) - Method in class adams.flow.transformer.StringIndent
Sets the backquoted string to use for indentation.
setIndentationSize(int) - Method in class adams.gui.scripting.SyntaxDocument
Sets the number of blanks to use for indentation.
setIndex(int) - Method in class adams.gui.visualization.image.SelectionPoint
Sets the index.
setIndex(int) - Method in class adams.gui.visualization.image.SelectionRectangle
Sets the index.
setIndex(int) - Method in class adams.gui.visualization.stats.fourinone.VersusOrder
Set the index of the residuals attribute within the instances
setIndex(int) - Method in class adams.gui.visualization.stats.histogram.Histogram
Set the index of residuals attribute within the data
setIndex(int) - Method in class adams.gui.visualization.stats.paintlet.AbstractProbabilityPaintlet
Set the index of the attribute used
setIndex(int) - Method in class adams.gui.visualization.stats.paintlet.AbstractZScorePaintlet
set the index of the attribute
setIndex(int) - Method in class adams.gui.visualization.stats.paintlet.VsOrderPaintlet
Set the index of the residuals attribute in the instances
setIndex(int) - Method in class adams.gui.visualization.stats.probabilityplot.NormalPlot
Set the index of the residuals column in the spreadsheet.
setIndex(int) - Method in class adams.gui.visualization.stats.zscore.ZScorePanel
Sets the index of the attribute to be plotted
setIndex(Mat5ArrayElementIndex) - Method in class adams.data.conversion.Mat5StructToMap
Sets the (optional) index for multi-dimensional structs to retrieve just the specified single element instead of all.
setIndex(Mat5ArrayElementIndex) - Method in interface adams.data.matlab.MatlabArrayIndexSupporter
Sets the index to obtain.
setIndex(Mat5ArrayElementIndex) - Method in class adams.flow.transformer.Mat5ArraySubset
Sets the index to obtain.
setIndex(Mat5ArrayElementIndex) - Method in class adams.flow.transformer.Mat5GetMatrixElement
Sets the index to obtain.
setIndex(Mat5ArrayElementIndex) - Method in class adams.flow.transformer.Mat5SetMatrixElement
Sets the index to obtain.
setIndex(Index) - Method in class adams.data.conversion.WekaForecastContainerToArray
Sets the index of the timeseries to extract from the container.
setIndex(Index) - Method in class adams.data.conversion.WekaForecastContainerToTimeseries
Sets the index of the timeseries to extract from the container.
setIndex(Index) - Method in class adams.data.outlier.TimeseriesTimestampCheck
Sets the index of the timestamp to inspect.
setIndex(Index) - Method in class adams.flow.sink.Histogram
Sets the attribute index in case of Instances data.
setIndex(Index) - Method in class adams.flow.transformer.GetArrayElement
Sets the index (1-based).
setIndex(Index) - Method in class adams.flow.transformer.GetListElement
Sets the index (1-based).
setIndex(Index) - Method in class adams.flow.transformer.SetArrayElement
Sets the index (1-based).
setIndex(Index) - Method in class adams.flow.transformer.SpreadSheetExtractArray
Sets the type of extraction to perform.
setIndex(Index) - Method in class adams.flow.transformer.WekaExtractArray
Sets the type of extraction to perform.
setIndex(Index) - Method in class adams.flow.transformer.WekaGetInstanceValue
Sets the 1-based index of the attribute value to retrieve from the Instance.
setIndex(SpreadSheetColumnIndex) - Method in class adams.flow.transformer.multispreadsheetoperation.CommonIDs
Sets the index of the column in the spreadsheet.
setIndex(SpreadSheetColumnIndex) - Method in class adams.flow.transformer.SpreadSheetCommonIDs
Sets the index of the column in the spreadsheet.
setIndex(WekaAttributeIndex) - Method in class adams.data.weka.classattribute.AttributeIndex
Sets the index of the attribute to select.
setIndex(WekaAttributeIndex) - Method in class adams.data.weka.relationname.AttributeIndex
Sets the index of the attribute to select.
setIndex(WekaAttributeIndex) - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesGroupedCrossValidationFoldGenerator
Sets the attribute index to use for grouping.
setIndex(WekaAttributeIndex) - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesGroupedRandomSplitGenerator
Sets the attribute index to use for grouping.
setIndex(WekaAttributeIndex) - Method in class adams.flow.transformer.WekaSetInstanceValue
Sets the 1-based attribute index to set in the Instance.
setIndex(WekaAttributeIndex) - Method in class adams.flow.transformer.WekaSubsets
Sets the index of the attribute to split on.
setIndex(WekaAttributeIndex) - Method in class weka.classifiers.GroupedBinnedNumericClassCrossValidationFoldGenerator
Sets the attribute index to use for grouping.
setIndex(WekaAttributeIndex) - Method in class weka.classifiers.GroupedBinnedNumericClassRandomSplitGenerator
Sets the attribute index to use for grouping.
setIndex(WekaAttributeIndex) - Method in class weka.classifiers.GroupedCrossValidationFoldGenerator
Sets the attribute index to use for grouping.
setIndex(WekaAttributeIndex) - Method in class weka.classifiers.GroupedRandomSplitGenerator
Sets the attribute index to use for grouping.
setIndex(WekaAttributeIndex) - Method in class weka.classifiers.LeaveOneOutByValueGenerator
Sets the attribute index to use for grouping.
setIndex(WekaAttributeIndex) - Method in class weka.filters.unsupervised.attribute.NominalToNumeric
Sets the index of the attribute to convert.
setIndex(WekaAttributeIndex) - Method in class weka.filters.unsupervised.instance.multirowprocessor.selection.GroupExpression
Sets the attribute index to use for grouping.
setIndex(WekaAttributeIndex) - Method in class weka.filters.unsupervised.instance.RemoveWithLabels
Sets the index of the attribute to convert.
setIndex(String) - Method in class adams.core.Index
Sets the index.
setIndex(String) - Method in class adams.flow.transformer.ImageObjectInfo
Sets the index of the object to get the information for.
setIndex(String) - Method in class adams.flow.transformer.RemoveImageObject
Sets the index of the object to get the information for.
setIndexColumn(SpreadSheetColumnIndex) - Method in class adams.data.conversion.SpreadSheetToCreateTableStatement
Sets the index column.
setIndexSeparator(String) - Method in class adams.data.conversion.SpreadSheetColumnFinderToRange
Sets the separator for the individual indices.
setIndexSeparator(String) - Method in class adams.data.conversion.SpreadSheetRowFinderToRange
Sets the separator for the individual indices.
setIndicator(boolean) - Method in class adams.gui.visualization.stats.paintlet.AbstractOverlayPaintlet
Set whether an indicator should be shown on the sides
setIndicator(boolean) - Method in class adams.gui.visualization.stats.paintlet.DiagonalPaintlet
 
setIndicator(boolean) - Method in class adams.gui.visualization.stats.scatterplot.Diagonal
Set whether an indicator should be displayed.
setIndices(int[]) - Method in class adams.core.Range
Sets the selected indices.
setIndices(int[]) - Method in class adams.core.UnorderedRange
Sets the selected indices.
setIndices(int, int) - Method in class adams.gui.visualization.stats.fourinone.VersusFit
Set the index of the residuals attribute in the instances
setIndices(int, int) - Method in class adams.gui.visualization.stats.paintlet.VsFitPaintlet
Set the indices of the residuals attribute and the predicted attribute in the instances
setIndices(WekaAttributeIndex[]) - Method in class weka.classifiers.MultiLevelSplitGenerator
Sets the attribute indices.
setIndices(Integer[]) - Method in class adams.core.Range
Sets the selected indices.
setIndices(Integer[]) - Method in class adams.core.UnorderedRange
Sets the selected indices.
setIndividualIndices(boolean) - Method in class adams.data.conversion.SpreadSheetColumnFinderToRange
Sets whether to output individual indices (1,2,3,4) instead of compressed ranges (1-4).
setIndividualIndices(boolean) - Method in class adams.data.conversion.SpreadSheetRowFinderToRange
Sets whether to output individual indices (1,2,3,4) instead of compressed ranges (1-4).
setIndividuals(BaseString[]) - Method in class adams.data.io.output.DeepLabCutCSVWriter
Sets the names of the number of individuals to output (leave empty for single-animal output).
setInfo(String) - Method in class adams.flow.source.RSync
 
setInfoData(Vector<Instances>) - Method in class adams.gui.visualization.weka.AbstractInstanceInfoFrame
Sets the underlying data.
setInfoText(String) - Method in class adams.gui.dialog.TextPanel
Sets the info text to display.
setInfoText(String) - Method in class adams.gui.goe.GenericObjectEditorClassTreePanel
Sets the info text to display at the top.
setInfoText(String) - Method in class adams.gui.goe.GenericObjectEditorClassTreePopupMenu
Sets the info text to display at the top.
setInfoText(String) - Method in class adams.gui.goe.MultiLineValueDialog
Sets the info text.
setInfoText(String) - Method in class adams.gui.tools.XSLTPanel.SubPanel
Sets the info text to display.
setInfoVisible(boolean) - Method in class adams.gui.core.AbstractComponentWithButtons
Whether to display the information JLabel or not.
setInfoVisible(boolean) - Method in class adams.gui.core.BaseListWithButtons
Whether to display the information JLabel or not.
setInfoVisible(boolean) - Method in class adams.gui.core.BaseTableWithButtons
Whether to display the information JLabel or not.
setInfoVisible(boolean) - Method in class adams.gui.core.SortableAndSearchableTableWithButtons
Whether to display the information JLabel or not.
setInitial(BaseString[]) - Method in class adams.flow.standalone.HashSetInit
Sets the (optional) initial values to populate the hashset with.
setInitialCharset(BaseCharset) - Method in class adams.flow.source.SelectCharset
Sets the initial character set.
setInitialCount(int) - Method in class adams.flow.standalone.CounterInit
Sets the initial count to use for the initial values.
setInitialCount(int) - Method in class adams.flow.transformer.CounterInit
Sets the initial count to use for the initial values.
setInitialDirectory(PlaceholderDirectory) - Method in class adams.flow.source.SelectDirectory
Sets the initial directory.
setInitialDirectory(PlaceholderDirectory) - Method in class adams.flow.source.SelectFile
Sets the initial directory.
setInitialDirectory(PlaceholderDirectory) - Method in class adams.flow.source.valuedefinition.FileValueDefinition
Sets the initial directory.
setInitialDirectory(PlaceholderDirectory) - Method in class adams.flow.source.WekaSelectDataset
Sets the initial directory.
setInitialFiles(PlaceholderFile[]) - Method in class adams.flow.source.SelectFile
Sets the initial files.
setInitialFiles(PlaceholderFile[]) - Method in class adams.flow.source.WekaSelectDataset
Sets the initial files.
setInitializationMethod(SelectedTag) - Method in class weka.clusterers.SAXKMeans
Set the initialization method to use
setInitializeOnce(boolean) - Method in interface adams.flow.core.OptionalOneTimeInitializer
Sets whether the internal reorder filter gets initialized only with the first batch.
setInitializeOnce(boolean) - Method in class adams.flow.transformer.WekaFilter
Sets whether the filter gets initialized only with the first batch.
setInitializeOnce(boolean) - Method in class adams.flow.transformer.WekaReorderAttributesToReference
Sets whether the internal reorder filter gets initialized only with the first batch.
setInitialObjects(BaseString[]) - Method in class adams.flow.source.AbstractSelectObjects
Sets the initial objects (commandlines).
setInitialSearch(String) - Method in class adams.flow.transformer.SelectArraySubset
Sets the initial search string to use.
setInitialSelection(Range) - Method in class adams.flow.transformer.SelectArraySubset
Sets what elements get selected initially.
setInitialSelection(String) - Method in class adams.flow.condition.bool.PromptUser
Sets the initial selection to prompt the user with.
setInitialSetupsProvider(AbstractInitialSetupsProvider) - Method in class adams.opt.genetic.AbstractGeneticAlgorithm
Sets the initial setups provider to use.
setInitialValue(BaseString) - Method in class adams.flow.source.EnterValue
Sets the initial value to prompt the user with.
setInitialValues(BaseString[]) - Method in class adams.flow.standalone.CounterInit
Sets the values to initialize the counter with.
setInitialValues(BaseString[]) - Method in class adams.flow.transformer.CounterInit
Sets the values to initialize the counter with.
setInitialWeights(String) - Method in class adams.opt.genetic.AbstractGeneticAlgorithm
Sets the initial weights to use rather than random ones.
setInjection(String) - Method in class adams.flow.control.Injector
Sets the string to inject.
setInline(XSLTStyleSheet) - Method in class adams.flow.transformer.XSLT
Sets the stylesheet to apply.
setInlineEditingEnabled(boolean) - Method in class adams.gui.chooser.AbstractChooserPanel
Sets whether inline editing is enabled, i.e., editing without bringing up chooser.
setInlineScript(GroovyScript) - Method in class adams.data.conversion.Groovy
Sets the inline script to use instead of the external script file.
setInlineScript(GroovyScript) - Method in class adams.data.filter.Groovy
Sets the inline script to use instead of the external script file.
setInlineScript(GroovyScript) - Method in class adams.data.outlier.Groovy
Sets the inline script to use instead of the external script file.
setInlineScript(GroovyScript) - Method in class adams.data.report.Groovy
Sets the inline script to use instead of the external script file.
setInlineScript(GroovyScript) - Method in class adams.flow.condition.bool.Groovy
Sets the inline script to use instead of the external script file.
setInlineScript(GroovyScript) - Method in class adams.flow.core.AbstractGroovyActor
Sets the inline script to use instead of the external script file.
setInlineScript(GroovyScript) - Method in class adams.flow.template.Groovy
Sets the inline script to use instead of the external script file.
setInlineScript(GroovyScript) - Method in class adams.tools.Groovy
Sets the inline script to use instead of the external script file.
setInlineValue(String) - Method in class adams.gui.goe.AbstractAdvancedScriptEditor
Sets the value to use.
setInlineValue(String) - Method in class adams.gui.goe.AbstractBaseDateTypeEditor
Sets the value to use.
setInlineValue(String) - Method in class adams.gui.goe.AbstractSimpleScriptEditor
Sets the value to use.
setInlineValue(String) - Method in class adams.gui.goe.BaseAnnotationEditor
Sets the value to use.
setInlineValue(String) - Method in class adams.gui.goe.BaseClassnameEditor
Sets the value to use.
setInlineValue(String) - Method in class adams.gui.goe.BaseColorEditor
Sets the value to use.
setInlineValue(String) - Method in class adams.gui.goe.BaseCommandLineEditor
Sets the value to use.
setInlineValue(String) - Method in class adams.gui.goe.BaseObjectEditor
Sets the value to use.
setInlineValue(String) - Method in class adams.gui.goe.BaseTextEditor
Sets the value to use.
setInlineValue(String) - Method in class adams.gui.goe.ColorEditor
Sets the value to use.
setInlineValue(String) - Method in class adams.gui.goe.CronScheduleEditor
Sets the value to use.
setInlineValue(String) - Method in class adams.gui.goe.FieldEditor
Sets the value to use.
setInlineValue(String) - Method in class adams.gui.goe.FileEditor
Sets the value to use.
setInlineValue(String) - Method in class adams.gui.goe.FlowFileEditor
Sets the value to use.
setInlineValue(String) - Method in class adams.gui.goe.IndexEditor
Sets the value to use.
setInlineValue(String) - Method in interface adams.gui.goe.InlineEditorSupport
Sets the value to use.
setInlineValue(String) - Method in class adams.gui.goe.JdbcUrlEditor
Sets the value to use.
setInlineValue(String) - Method in class adams.gui.goe.PlaceholderDirectoryEditor
Sets the value to use.
setInlineValue(String) - Method in class adams.gui.goe.PlaceholderFileEditor
Sets the value to use.
setInlineValue(String) - Method in class adams.gui.goe.RangeEditor
Sets the value to use.
setInlineValue(String) - Method in class adams.gui.goe.UnorderedRangeEditor
Sets the value to use.
setInlineValue(String) - Method in class adams.gui.goe.WekaExperimentFileEditor
Sets the value to use.
setInplace(boolean) - Method in class adams.flow.source.RSync
 
setInput(PlaceholderFile) - Method in class adams.data.io.input.AbstractDataContainerReader
Sets the file/directory to read.
setInput(PlaceholderFile) - Method in class adams.data.io.input.AbstractEmailFileReader
Sets the file to read.
setInput(PlaceholderFile) - Method in class adams.data.io.input.AbstractReportReader
Sets the file/directory to read.
setInput(PlaceholderFile) - Method in interface adams.data.io.input.EmailFileReader
Sets the file to read.
setInput(PlaceholderFile) - Method in interface adams.data.io.input.ReportReader
Sets the file/directory to read.
setInput(PlaceholderFile) - Method in class adams.flow.FlowRunner
Sets the file (or directory with flows) to load the actor from.
setInput(PlaceholderFile) - Method in class adams.parser.LookUpUpdate
Sets the spreadsheet file to load, ignored if pointing to directory.
setInput(PlaceholderFile) - Method in class adams.parser.SpreadSheetFormula
Sets the spreadsheet file to load, ignored if pointing to directory.
setInput(PlaceholderFile) - Method in class adams.parser.SpreadSheetQuery
Sets the spreadsheet file to load, ignored if pointing to directory.
setInput(C) - Method in class adams.core.option.AbstractOptionConsumer
Sets the input data to use.
setInput(C) - Method in interface adams.core.option.OptionConsumer
Sets the input data to use.
setInput(Object) - Method in class adams.data.conversion.AbstractConversion
Sets the original data to convert.
setInput(Object) - Method in interface adams.data.conversion.Conversion
Sets the original data to convert.
setInputDateTimeType(DateTimeType) - Method in class adams.data.conversion.ConvertDateTimeType
Sets the input date/time type.
setInputDateTimeType(DateTimeType) - Method in class adams.flow.transformer.DateTimeTypeDifference
Sets the input date/time type.
setInputDestination(CallableActorReference) - Method in class adams.flow.control.InputOutputListener
Sets the callable actor to send the input tokens to.
setInputFile(PlaceholderFile) - Method in class adams.flow.transformer.PDFAppendDocument
Sets the input file to process.
setInputFile(PlaceholderFile) - Method in interface adams.tools.InputFileHandler
Set input file.
setInputFormat(Instances) - Method in class weka.filters.unsupervised.attribute.NormalizeAdaptive
Sets the format of the input instances.
setInputFormat(Instances) - Method in class weka.filters.unsupervised.attribute.PrincipalComponentsJ
Sets the format of the input instances.
setInputFormat(Instances) - Method in class weka.filters.unsupervised.attribute.ReplaceMissingValuesWithZero
Sets the format of the input instances.
setInputFormat(Instances) - Method in class weka.filters.unsupervised.instance.RemoveMisclassifiedAbs
Sets the format of the input instances.
setInputFormat(Instances) - Method in class weka.filters.unsupervised.instance.RemoveMisclassifiedRel
Sets the format of the input instances.
setInputIsTarget(boolean) - Method in class adams.flow.transformer.MoveFile
Sets whether the input is the actual target, not the file.
setInputOutputColor(String) - Method in class adams.gui.flow.tree.Tree
Sets the HTML color string for the input/output information.
setInputOutputPrefixes(String[]) - Method in class adams.gui.flow.tree.Tree
Sets the class name prefixes to remove from the input/output info.
setInputOutputSize(String) - Method in class adams.gui.flow.tree.Tree
Sets the HTML font tag size string for the input/output information.
setInputType(Cell.ContentType) - Method in class adams.flow.transformer.SpreadSheetTransformCells
Sets the input type to enforce.
setInputType(Cell.ContentType) - Method in class adams.flow.transformer.SpreadSheetTransformHeaderCells
Sets the input type to enforce.
setInsideMultiLineComment(boolean) - Method in class adams.gui.scripting.SyntaxDocument
Sets whether we're currently within a multi-line comment or not.
setInspection(VariablesInspectionHandler) - Method in class adams.core.VariablesFinder
Sets the inspection handler.
setInspectionPanel(InspectionPanel) - Method in class adams.gui.tools.remotecontrolcenter.panels.AdvancedTab.InspectionResponseHandler
Sets the panel to use.
setInstallListener(boolean) - Method in class adams.scripting.command.basic.StartRemoteLogging
Sets whether to install a listener.
setInstanceClass(BaseClassname) - Method in class adams.flow.transformer.WekaNewInstance
Sets the class name of the Instance object to create.
setInstances(Instances) - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeSelectionPanel.AttributeTableModel
Sets the tablemodel to look at a new set of instances.
setInstances(Instances) - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeSelectionPanel
Sets the instances to display the attribute names for.
setInstances(Instances) - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeSummaryPanel
Tells the panel to use a new set of instances.
setInstances(Instances) - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeVisualizationPanel
Sets the instances for use
setInstances(Instances) - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.InstancesSummaryPanel
Tells the panel to use a new set of instances.
setInstances(Instances) - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.MultiAttributeSummaryPanel
Sets the instances to display.
setInstances(Instances) - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.MultiAttributeVisualizationPanel
Sets the instances to display.
setInstances(Instances) - Method in class adams.gui.visualization.instances.InstancesPanel
Sets the instances to display.
setInstances(Instances) - Method in class adams.gui.visualization.instances.instancestable.InstancesSortPanel
Sets the Instances to use.
setInstances(Instances) - Method in class adams.gui.visualization.instances.InstancesTable
sets the data
setInstances(Instances) - Method in class adams.gui.visualization.instances.InstancesTableModel
sets the data
setInstances(Instances) - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm
Sets the data to use for cross-validation.
setInstances(Instances) - Method in class adams.opt.optimise.genetic.fitnessfunctions.AbstractWEKAFitnessFunction
Sets the data to use for cross-validation.
setInstances(Instances) - Method in class weka.core.neighboursearch.FilteredSearch
Sets the instances comprising the current neighbourhood.
setInstances(Instances) - Method in class weka.core.neighboursearch.NewNNSearch
Sets the instances comprising the current neighbourhood.
setInstances(Instances) - Method in class weka.core.neighboursearch.PCANNSearch
Sets the instances comprising the current neighbourhood.
setInstances(Instances) - Method in class weka.core.neighboursearch.PLSNNSearch
Sets the instances comprising the current neighbourhood.
setInstances(Instances) - Method in class weka.gui.explorer.ExperimentPanel
Tells the panel to use a new set of instances.
setInstances(Instances) - Method in class weka.gui.explorer.SqlPanel
ignored
setInstancesActor(CallableActorReference) - Method in class adams.flow.transformer.WekaInstanceEvaluator
Sets the callable actor from which to retrieve Instances in case of AbstractDatasetInstanceEvaluator-derived evaluators.
setInstancesIndices(String) - Method in class weka.filters.unsupervised.instance.SafeRemoveRange
Sets the range of instances to be selected.
setInt(int[], int, int, int) - Method in class adams.opt.optimise.genetic.PackData
 
setInteger(String, Integer) - Method in class adams.core.Properties
Sets the integer value.
setInteger(String, Integer) - Method in class adams.gui.core.GUIPrompt
Sets the Integer value and stores the properties.
setIntegerIncrement(int) - Method in class adams.flow.transformer.IncStorageValue
Sets the increment value for integer/long increments.
setIntegerIncrement(int) - Method in class adams.flow.transformer.IncVariable
Sets the increment value for integer/long increments.
setInteractionLoggingFilter(InteractionLoggingFilter) - Method in class adams.flow.transformer.ImageAnnotator
Sets the interaction logger to use.
setInteractionLoggingFilter(InteractionLoggingFilter) - Method in class adams.flow.transformer.ImageLabeler
Sets the interaction logger to use.
setInteractionLoggingFilter(InteractionLoggingFilter) - Method in class adams.flow.transformer.ImageObjectAnnotator
Sets the interaction logger to use.
setInteractionLoggingFilter(InteractionLoggingFilter) - Method in class adams.gui.visualization.image.ImagePanel.PaintPanel
Sets the interaction log filter to use.
setInteractionLoggingFilter(InteractionLoggingFilter) - Method in class adams.gui.visualization.image.ImagePanel
Sets the interaction log filter to use.
setInteractionLoggingFilter(InteractionLoggingFilter) - Method in class adams.gui.visualization.object.CanvasPanel
Sets the interaction log filter to use.
setInteractionLoggingFilter(InteractionLoggingFilter) - Method in class adams.gui.visualization.object.ObjectAnnotationPanel
Sets the interaction log filter to use.
setInterface(String) - Method in class adams.flow.condition.bool.HasInterface
Sets the interface to check.
setInterpolation(Rotate.InterpolationType) - Method in class adams.data.jai.transformer.Rotate
Sets the type of interpolation to perform.
setInterpolation(InterpolationType) - Method in class adams.data.opencv.transformer.Resize
Sets the interpolation type.
setInterpolationType(Resize.InterpolationType) - Method in class adams.data.jai.transformer.Resize
Sets the type of interpolation to use.
setInterval(double) - Method in class adams.data.filter.TimeseriesChangeResolution
Sets the interval (in seconds).
setInterval(int) - Method in class adams.core.io.fileuse.FileSizeChange
Sets the wait interval in msec.
setInterval(int) - Method in class adams.flow.condition.bool.Counting
Sets the number of tokens after which to tee off the input token.
setInterval(int) - Method in class adams.flow.control.flowrestart.trigger.FileMonitor
Sets the interval in milli-seconds to wait.
setInterval(int) - Method in class adams.flow.control.flowrestart.trigger.MonitorItself
Sets the interval in milli-seconds to wait.
setInterval(int) - Method in class adams.flow.control.Sleep
Sets the interval in milli-seconds to wait.
setInterval(int) - Method in class adams.flow.source.DeQueue
Sets the polling interval in seconds.
setInterval(int) - Method in class adams.flow.source.Idle
Sets the interval in milli-seconds to wait.
setInterval(int) - Method in class adams.flow.standalone.QueueEvent
Sets the polling interval in seconds.
setInterval(int) - Method in class adams.flow.template.ProgressInConsole
Sets the interval for the output.
setInterval(int) - Method in class adams.flow.transformer.SpreadSheetRowBuffer
Sets the interval for outputting the SpreadSheet objects.
setInterval(int) - Method in class adams.flow.transformer.WekaInstanceBuffer
Sets the interval for outputting the Instances objects.
setInterval(int) - Method in class adams.flow.transformer.WekaStreamEvaluator
Sets the output interval.
setInterval(int) - Method in class adams.scripting.command.flow.RestartFlow
Sets the interval in milli-seconds to wait.
setInterval(BaseDateTime) - Method in class adams.data.conversion.WekaForecastContainerToTimeseries
Sets the interval betwen timeseries points, with BaseDateTime.START referring to the previous data point.
setInvalidOutlineColor(AnnotationColors) - Method in class adams.gui.visualization.object.overlay.ObjectAnnotations
Sets the colorizer for the outline plotter of invalid annotations.
setInvalidOutlinePlotter(OutlinePlotter) - Method in class adams.gui.visualization.object.overlay.ObjectAnnotations
Sets the plotter for the outlines of invalid annotations.
setInvalidShapeColor(AnnotationColors) - Method in class adams.gui.visualization.object.overlay.ObjectAnnotations
Sets the colorizer for the shape plotter for invalid annotations.
setInvalidShapePlotter(ShapePlotter) - Method in class adams.gui.visualization.object.overlay.ObjectAnnotations
Sets the plotter for the shapes of invalid annotations.
setInverseCumAccuracy(double) - Method in class adams.data.distribution.Beta
Sets the inverse cumulative accuracy.
setInverseCumAccuracy(double) - Method in class adams.data.distribution.ChiSquared
Sets the inverse cumulative accuracy.
setInverseCumAccuracy(double) - Method in class adams.data.distribution.Exponential
Sets the inverse cumulative accuracy.
setInverseCumAccuracy(double) - Method in class adams.data.distribution.F
Sets the inverse cumulative accuracy.
setInverseCumAccuracy(double) - Method in class adams.data.distribution.Gamma
Sets the inverse cumulative accuracy.
setInverseCumAccuracy(double) - Method in class adams.data.distribution.LogNormal
Sets the inverse cumulative accuracy.
setInverseCumAccuracy(double) - Method in class adams.data.distribution.T
Sets the inverse cumulative accuracy.
setInverseCumAccuracy(double) - Method in class adams.data.distribution.Weibull
Sets the inverse cumulative accuracy.
setInverseTransform(boolean) - Method in class adams.data.filter.AbstractFastWavelet
Sets whether to perform the inverse transform.
setInverseTransform(boolean) - Method in class adams.data.filter.AbstractFFT
Sets whether to perform the inverse transform.
setInverseTransform(boolean) - Method in class weka.filters.unsupervised.attribute.FastWavelet
Sets whether to use the inverse tranform.
setInverseTransform(boolean) - Method in class weka.filters.unsupervised.attribute.FFT
Sets whether to compute inverse.
setInvert(boolean) - Method in class adams.core.command.output.LineSplit
Sets whether to invert the matching sense.
setInvert(boolean) - Method in class adams.data.filter.RemoveNoise
Sets whether the behavior should be inverted, i.e., removing non-noise.
setInvert(boolean) - Method in class adams.data.filter.TimeseriesWindow
Sets whether to invert the matching.
setInvert(boolean) - Method in class adams.data.image.transformer.crop.BinaryCrop
Sets whether to look for black rectangle (true) rather than white (false).
setInvert(boolean) - Method in class adams.data.outlier.StringMatcher
Sets whether to invert the matching sense.
setInvert(boolean) - Method in class adams.data.spreadsheet.columnfinder.SubSample
Sets whether to invert the matching.
setInvert(boolean) - Method in class adams.data.spreadsheet.rowfinder.SubSample
Sets whether to invert the matching.
setInvert(boolean) - Method in class adams.flow.condition.bool.AbstractAttributeCapabilities
Sets whether to invert the matching sense of the capabilities.
setInvert(boolean) - Method in class adams.flow.sink.sequenceplotter.ByNameErrorPaintlet
Sets whether to invert the matching.
setInvert(boolean) - Method in class adams.flow.sink.sequenceplotter.ByNameMarkerPaintlet
Sets whether to invert the matching.
setInvert(boolean) - Method in class adams.flow.source.AbstractListTables
Sets whether to invert the matching sense.
setInvert(boolean) - Method in class adams.flow.source.DumpStorage
Sets whether to invert the matching sense.
setInvert(boolean) - Method in class adams.flow.source.DumpVariables
Sets whether to invert the matching sense.
setInvert(boolean) - Method in class adams.flow.source.ListCallableActors
Sets whether to invert the matching sense.
setInvert(boolean) - Method in class adams.flow.source.ListEnvironmentVariables
Sets whether to invert the matching sense.
setInvert(boolean) - Method in class adams.flow.source.ListStorageNames
Sets whether to invert the matching sense.
setInvert(boolean) - Method in class adams.flow.source.ListSystemProperties
Sets whether to invert the matching sense.
setInvert(boolean) - Method in class adams.flow.source.ListVariables
Sets whether to invert the matching sense.
setInvert(boolean) - Method in class adams.flow.transformer.mapfilter.RemoveByName
Sets whether to invert the matching sense.
setInvert(boolean) - Method in class adams.flow.transformer.multispreadsheetoperation.CommonIDs
Sets whether to invert the matchin, i.e., return IDs not in common.
setInvert(boolean) - Method in class adams.flow.transformer.SpreadSheetCommonIDs
Sets whether to invert the matchin, i.e., return IDs not in common.
setInvert(boolean) - Method in class adams.flow.transformer.StringMatcher
Sets whether to invert the matching sense.
setInvert(boolean) - Method in class adams.flow.transformer.WekaMultiLabelSplitter
Sets whether to invert the matching sense.
setInvert(boolean) - Method in class adams.flow.transformer.WekaRegexToRange
Invert match?
setInvert(boolean) - Method in class adams.gui.visualization.image.interactionlogging.IDFilter
Sets whether to invert the matching.
setInvert(boolean) - Method in class adams.gui.visualization.sequence.ByNamePaintlet
Sets whether to invert the matching.
setInvert(boolean) - Method in class adams.tools.DropTables
Sets whether to invert the matching sense.
setInvert(boolean) - Method in class adams.tools.TruncateTables
Sets whether to invert the matching sense.
setInvert(boolean) - Method in class weka.core.tokenizers.cleaners.RemoveNonWordCharTokens
Sets whether to invert the matching sense, ie keep only the emoticons rather than removing them.
setInvert(boolean) - Method in class weka.filters.unsupervised.attribute.AbstractColumnFinderApplier
Set whether the invert the column indices.
setInvert(boolean) - Method in class weka.filters.unsupervised.instance.AbstractRowFinderApplier
Set whether the invert the row indices.
setInvert(boolean) - Method in class weka.filters.unsupervised.instance.RemoveMisclassifiedAbs
Set whether selection is inverted.
setInvert(boolean) - Method in class weka.filters.unsupervised.instance.RemoveMisclassifiedRel
Set whether selection is inverted.
setInvert(boolean) - Method in class weka.filters.unsupervised.instance.RemoveTestInstances
Sets whether to invert the matching sense (ie keep rather than remove).
setInvert(boolean) - Method in class weka.filters.unsupervised.instance.RemoveWithLabels
Sets whether to invert the matching sense.
setInverted(boolean) - Method in class adams.core.Range
Sets whether the range is inverted or not.
setInvertMatching(boolean) - Method in class adams.core.discovery.AbstractDiscoveryHandler
Sets whether to invert the matching sense of the path regexp.
setInvertMatching(boolean) - Method in class adams.data.report.RemoveByDataType
Sets whether to invert the matching sense.
setInvertMatching(boolean) - Method in class adams.data.report.RemoveByName
Sets whether to invert the matching sense.
setInvertMatching(boolean) - Method in class adams.flow.transformer.AbstractMultiDecompress
Sets whether to invert the matching sense of the regular expression.
setInvertMatching(boolean) - Method in class adams.flow.transformer.SpreadSheetColumnsByName
Sets the whether to invert the matching.
setInvertMatching(boolean) - Method in class adams.flow.transformer.StringSanitizer
Sets whether to invert the matching sense.
setInvertMatchingSense(boolean) - Method in class adams.flow.transformer.SpreadSheetMerge
Sets whether to invert the matching sense.
setInvertMatchingSense(boolean) - Method in class adams.flow.transformer.WekaInstancesMerge
Sets whether to invert the matching sense.
setInvertSelection(boolean) - Method in class weka.filters.unsupervised.instance.KennardStone
Sets if selection is to be inverted.
setInvertSelection(boolean) - Method in class weka.filters.unsupervised.instance.SafeRemoveRange
Sets if selection is to be inverted.
setIP(BaseRegExp) - Method in class adams.db.LogEntryConditions
Sets the IP address to use in the search.
setIP(String) - Method in class adams.db.LogEntry
Sets the IP address.
setIpv4(boolean) - Method in class adams.flow.source.RSync
 
setIpv6(boolean) - Method in class adams.flow.source.RSync
 
setIqr(double) - Method in class adams.data.weka.rowfinder.FilteredIQR
Sets the IQR multiplier.
setIsSample(boolean) - Method in class adams.data.spreadsheet.colstatistic.StandardDeviation
Sets whether the columns represent samples instead of populations.
setIsSample(boolean) - Method in class adams.data.spreadsheet.matrixstatistic.StandardDeviation
Sets whether the data represents samples instead of populations.
setIsSample(boolean) - Method in class adams.data.spreadsheet.rowstatistic.StandardDeviation
Sets whether the columns represent samples instead of populations.
setIsSample(boolean) - Method in class adams.data.statistics.AbstractOptionalSampleArrayStatistic
Sets whether the arrays represent samples instead of populations.
setIsSample(boolean) - Method in interface adams.data.statistics.OptionalSampleArrayStatistic
Sets whether the arrays represent samples instead of populations.
setIsSample(boolean) - Method in class adams.gui.visualization.sequence.StdDevOverlayPaintlet
Sets whether the data represent samples instead of populations.
setItem(AbstractField) - Method in class adams.gui.selection.SelectFieldDialog
Sets the initially selected set name.
setItem(AbstractField) - Method in class adams.gui.selection.SelectFieldPanel
Sets the initially selected item.
setItem(T) - Method in class adams.gui.selection.AbstractTableBasedSelectionDialog
Sets the initially selected set name.
setItem(T) - Method in class adams.gui.selection.AbstractTableBasedSelectionPanel
Sets the initially selected item.
setItemFilter(AbstractItemFilter) - Method in class adams.gui.core.AbstractQuickSearchPanel
Sets the item filter to use for filtering the items.
setItemizeChanges(boolean) - Method in class adams.flow.source.RSync
 
setItems(BaseString[]) - Method in class adams.flow.condition.bool.InList
Sets the string items to check against.
setItems(BaseString[]) - Method in class adams.gui.core.dotnotationtree.DotNotationTree
Displays the specified items.
setItems(AbstractField[]) - Method in class adams.gui.selection.SelectFieldDialog
Sets the initially selected set names.
setItems(AbstractField[]) - Method in class adams.gui.selection.SelectFieldPanel
Sets the initially selected items.
setItems(String[]) - Method in class adams.gui.core.dotnotationtree.DotNotationTree
Displays the specified items.
setItems(String[]) - Method in class adams.gui.core.StringQuickSearchPanel
Sets the items to display.
setItems(List<String>) - Method in class adams.gui.core.dotnotationtree.DotNotationTree
Displays the specified items.
setItems(List<String>) - Method in class adams.gui.goe.actorpathtree.ActorPathTree
Displays the specified items.
setItems(T[]) - Method in class adams.gui.selection.AbstractDatabaseSelectionPanel
Sets the initially selected set names.
setItems(T[]) - Method in class adams.gui.selection.AbstractSelectDatabaseFieldPanel
Sets the initially selected set names.
setItems(T[]) - Method in class adams.gui.selection.AbstractTableBasedSelectionDialog
Sets the initially selected set names.
setItems(T[]) - Method in class adams.gui.selection.AbstractTableBasedSelectionPanel
Sets the initially selected items.
setIterations(int) - Method in class adams.opt.optimise.genetic.AbstractGeneticAlgorithm
Sets the iterations to use.
setIterations(int) - Method in class adams.opt.optimise.GridSearch
Sets the iterations to use.
setIterations(int) - Method in class adams.opt.optimise.RandomOptimiser
Sets the iterations to use.
setJavaAgentJar(String) - Method in class adams.core.management.Launcher
Sets the java agent jar of the process.
setJavaClass(String) - Method in class adams.flow.standalone.JavaExec
Sets the java class to execute.
setJobCompleteListener(JobCompleteListener) - Method in class adams.multiprocess.AbstractJob
Sets the listener that gets notified when the job got finished.
setJobCompleteListener(JobCompleteListener) - Method in interface adams.multiprocess.Job
Sets the listener that gets notified when the job got finished.
setJobInfo(String) - Method in class adams.multiprocess.AbstractJob
Sets the job info/identifier.
setJobRunner(JobRunner) - Method in class adams.flow.standalone.JobRunnerSetup
Sets the job runner to use.
setJobRunner(JobRunner) - Method in class adams.flow.transformer.WekaExperimentExecution
Sets the jobrunner for the experiment.
setJobRunner(JobRunner) - Method in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment
Sets the jobrunner for the experiment.
setJobRunner(JobRunner) - Method in class adams.multiprocess.AbstractMetaJobRunner
Sets the base jobrunner.
setJobRunner(JobRunner) - Method in interface adams.multiprocess.JobRunnerHandler
Sets the job runner to use.
setJobRunner(JobRunner) - Method in class adams.multiprocess.WekaCrossValidationExecution
Sets the JobRunner.
setJobRunner(JobRunner) - Method in class adams.scripting.command.distributed.JobRunner
Sets the JobRunner to use.
setJobRunnerSetup(JobRunnerSetup) - Method in class adams.multiprocess.WekaCrossValidationExecution
Sets the JobRunnerSetup.
setJobRunnerSetup(JobRunnerSetup) - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm
Sets the jobrunner setup to use.
setJSON(JSONAware) - Method in interface adams.core.JsonSupporter
Sets the JSON object.
setJSON(JSONAware) - Method in class adams.gui.core.json.JsonTree
Sets the JSON object to display.
setJSON(JSONAware) - Method in class adams.gui.core.json.JsonTreeWithPreview
Sets the JSON object to display.
SetJsonValue - Class in adams.flow.transformer
Sets a value in a JSON object, using the specified path.
The value can be either supplied as string using the 'value' property, obtained from a callable actor (property 'source') or from a storage item (property 'storage').
SetJsonValue() - Constructor for class adams.flow.transformer.SetJsonValue
 
SetJsonValue.SourceType - Enum in adams.flow.transformer
the source of the other report.
setJVM(BaseString[]) - Method in class adams.flow.standalone.JavaExec
Sets the additional options for the JVM.
setKeepAllObjects(boolean) - Method in class adams.flow.transformer.ImageObjectFilter
Sets whether to keep all objects, i.e., the ones that weren't located by the object finder and the filtered ones.
setKeepAttributeNames(boolean) - Method in class weka.filters.unsupervised.attribute.SavitzkyGolay
Sets whether to keep the original attribute names.
setKeepAttributeNames(boolean) - Method in class weka.filters.unsupervised.attribute.SavitzkyGolay2
Sets whether to keep the original attribute names.
setKeepDirlinks(boolean) - Method in class adams.flow.source.RSync
 
setKeepExisting(boolean) - Method in class adams.data.io.output.AccessSpreadSheetWriter
Sets whether to keep any existing file on first execution.
setKeepExisting(boolean) - Method in interface adams.data.io.output.AppendableSpreadSheetWriter
Sets whether to keep any existing file on first execution.
setKeepExisting(boolean) - Method in class adams.data.io.output.CsvSpreadSheetWriter
Sets whether to keep any existing file on first execution.
setKeepExisting(boolean) - Method in class adams.data.io.output.SqlDumpSpreadSheetWriter
Sets whether to keep any existing file on first execution.
setKeepExisting(boolean) - Method in class adams.flow.standalone.QueueInit
Sets whether to keep any existing queue rather than overwriting it.
setKeepExisting(boolean) - Method in class adams.flow.transformer.WekaInstanceDumper
Sets whether to keep any existing file on first execution.
setKeepFailed(boolean) - Method in class adams.data.conversion.AbstractSpreadSheetColumnConverter
Sets whether to keep cells with failed conversion rather than setting them to missing.
setKeepNumComponents(boolean) - Method in class adams.data.conversion.SwapPLS
Sets whether the 'number of components' of the old filter are retained.
setKeepOnlySingleUniqueID(boolean) - Method in class adams.flow.transformer.SpreadSheetMerge
Sets whether to keep only a single instance of the unique ID attribute.
setKeepOnlySingleUniqueID(boolean) - Method in class adams.flow.transformer.WekaInstancesMerge
Sets whether to keep only a single instance of the unique ID attribute.
setKeepRelationName(boolean) - Method in class adams.flow.transformer.WekaFilter
Sets whether the filter doesn't change the relation name.
setKeepRelationName(boolean) - Method in class adams.flow.transformer.WekaReorderAttributesToReference
Sets whether the filter doesn't change the relation name.
setKeepRelationName(boolean) - Method in class adams.flow.transformer.WekaStreamFilter
Sets whether the filter doesn't change the relation name.
setKeepReport(boolean) - Method in class adams.flow.transformer.AbstractDataContainerDbWriter
Sets whether to keep an existing report in the database.
setKeepReport(boolean) - Method in class adams.flow.transformer.AbstractDeleteDataContainer
Sets whether to keep an existing report in the database.
setKeepSupervisedClass(boolean) - Method in class weka.filters.unsupervised.attribute.AttributeSummaryTransferFilter
Sets whether to keep the class attribute of the summary attributes in the final dataset.
setKernel(AbstractKernel) - Method in class adams.data.instancesanalysis.pls.KernelPLS
Sets the kernel to use.
setKernel(String) - Method in class adams.data.jai.transformer.Dilate
Sets the kernel (blank-separated list of floats, row-wise).
setKernel(String) - Method in class adams.data.jai.transformer.Erode
Sets the kernel (blank-separated list of floats, row-wise).
setKernel(Kernel) - Method in class weka.classifiers.functions.GaussianProcessesAdaptive
Sets the kernel to use.
setKernel(Kernel) - Method in class weka.classifiers.functions.GaussianProcessesNoWeights
Sets the kernel to use.
setKernel(Kernel) - Method in class weka.classifiers.functions.GaussianProcessesWeighted
Sets the kernel to use.
setKernelHeight(int) - Method in class adams.data.jai.transformer.Dilate
Sets the kernel height.
setKernelHeight(int) - Method in class adams.data.jai.transformer.Erode
Sets the kernel height.
setKernelHeight(int) - Method in class adams.data.opencv.transformer.Blur
Sets the kernel height.
setKernelHeight(int) - Method in class adams.data.opencv.transformer.GaussianBlur
Sets the kernel height.
setKernelWidth(int) - Method in class adams.data.jai.transformer.Dilate
Sets the kernel width.
setKernelWidth(int) - Method in class adams.data.jai.transformer.Erode
Sets the kernel width.
setKernelWidth(int) - Method in class adams.data.opencv.transformer.Blur
Sets the kernel width.
setKernelWidth(int) - Method in class adams.data.opencv.transformer.GaussianBlur
Sets the kernel width.
setKey(BaseRegExp) - Method in class adams.flow.transformer.DeletePropertyValue
Sets the regular expression to match the keys against and delete if matching.
setKey(BaseRegExp) - Method in class adams.flow.transformer.GetPropertyValue
Sets the regular expression to match the keys against.
setKey(Field) - Method in class adams.data.conversion.ReportArrayToMap
Sets the field to use as key in the map.
setKey(Field) - Method in class adams.flow.transformer.MergeReportFromMap
Sets the field to use as key in the map.
setKey(SpreadSheetColumnIndex) - Method in class adams.data.io.output.PropertiesSpreadSheetWriter
Sets the column to act as key for properties.
setKey(String) - Method in class adams.data.objectfilter.AddDefaultLabel
Sets the key in the meta-data containing the label.
setKey(String) - Method in class adams.data.objectfilter.AttachMetaData
Sets the key of the meta-data value to add.
setKey(String) - Method in class adams.data.objectfilter.RenameLabels
Sets the key in the meta-data containing the label.
setKey(String) - Method in class adams.data.objectfilter.TransformMetaData
Sets the key of the meta-data value to add.
setKey(String) - Method in class adams.data.objectfinder.ByMetaDataNumericValue
Sets the meta-data key to check.
setKey(String) - Method in class adams.data.objectfinder.ByMetaDataStringValue
Sets the meta-data key to check.
setKey(String) - Method in class adams.data.objectfinder.HasMetaDataValue
Sets the meta-data key to check.
setKey(String) - Method in class adams.flow.condition.bool.HasMapValue
Sets the key of the value to check.
setKey(String) - Method in class adams.flow.source.LookUp
Sets the key of the value to output.
setKey(String) - Method in class adams.flow.transformer.DeleteMapValue
Sets the key of the value to delete.
setKey(String) - Method in class adams.flow.transformer.GetMapValue
Sets the key of the value to retrieve.
setKey(String) - Method in class adams.flow.transformer.SetImageObjectMetaData
Sets the key.
setKey(String) - Method in class adams.flow.transformer.SetMapValue
Sets the key of the value to set.
setKey(String) - Method in class adams.flow.transformer.SetPropertyValue
Sets the key of the property to set.
setKey(String) - Method in class adams.gui.visualization.object.objectannotations.check.RequireMetaData
Sets the meta-data key that must be present.
setKeyboardActions(List<AbstractKeyboardAction>) - Method in class adams.gui.flow.tree.Tree
Sets the keyboard actions to use.
setKeyColumn(SpreadSheetColumnIndex) - Method in class adams.data.conversion.SpreadSheetToMap
Sets the key column.
setKeyColumn(SpreadSheetColumnIndex) - Method in class adams.flow.transformer.LookUpAdd
Sets the index of the column to act as key in the lookup table.
setKeyColumn(SpreadSheetColumnIndex) - Method in class adams.flow.transformer.LookUpInit
Sets the index of the column to act as key in the lookup table.
setKeyColumn(SpreadSheetColumnIndex) - Method in class adams.flow.transformer.LookUpUpdate
Sets the index of the column to act as key in the lookup table.
setKeyColumn(SpreadSheetColumnIndex) - Method in class adams.parser.LookUpUpdate
Sets the index of the column to act as key in the lookup table.
setKeyColumns(SpreadSheetColumnRange) - Method in class adams.flow.transformer.multispreadsheetoperation.AbstractIndentifiableRowOperation
Sets the colums that identify a row, use empty string to simply use row index.
setKeyColumns(SpreadSheetColumnRange) - Method in class adams.flow.transformer.SpreadSheetAggregate
Sets the colums that identify a row.
setKeyColumns(SpreadSheetColumnRange) - Method in class adams.flow.transformer.SpreadSheetCollapse
Sets the columns that identify a row.
setKeyColumns(SpreadSheetColumnRange) - Method in class adams.flow.transformer.SpreadSheetDifference
Sets the colums that identify a row, use empty string to simply use row index.
setKeys(String) - Method in class adams.flow.source.WekaDatabaseReader
Sets the keys to use for identifying a single row (comma-separated list).
setKNN(int) - Method in class weka.classifiers.lazy.LWLDatasetBuilder
Sets the number of neighbours used for kernel bandwidth setting.
setKNN(int) - Method in class weka.filters.unsupervised.instance.AccumulatedLWLWeights
Sets the number of neighbours used for kernel bandwidth setting.
setKnownHosts(PlaceholderFile) - Method in class adams.core.io.lister.SftpDirectoryLister
Sets the file with the known hosts.
setKnownHosts(PlaceholderFile) - Method in class adams.flow.standalone.SSHConnection
Sets the file with the known hosts.
setKnownHosts(PlaceholderFile) - Method in class adams.gui.chooser.SftpRemoteDirectorySetup
Sets the file with the known hosts.
setKnownHosts(PlaceholderFile) - Method in class adams.scripting.connection.AbstractSSHConnection
Sets the file with the known hosts.
setLabel(WekaLabelIndex) - Method in class weka.classifiers.meta.ThresholdedBinaryClassification
Sets the label index to use.
setLabel(WekaLabelIndex) - Method in class weka.classifiers.meta.Veto
Sets the label index to use.
setLabel(String) - Method in class adams.data.featureconverter.CountValues
Sets the custom label to use.
setLabel(String) - Method in class adams.data.objectfilter.AddDefaultLabel
Sets the label to use when missing.
setLabel(String) - Method in class adams.gui.visualization.core.AxisPanelOptions
Sets label of the axis.
setLabel(String) - Method in interface adams.gui.visualization.image.selection.SelectionProcessorWithLabelSupport
Sets the label to use for the objects.
setLabel(String) - Method in class adams.gui.visualization.image.selection.SelectObjects
Sets the label to use for the objects.
setLabel(String, String) - Method in class adams.gui.core.PropertiesParameterPanel
Associates the label with a particular property.
SetLabel - Class in adams.gui.visualization.object.mouseclick
Sets/unsets the current label.
SetLabel() - Constructor for class adams.gui.visualization.object.mouseclick.SetLabel
 
setLabelAccept(String) - Method in class adams.flow.control.Inspect
Sets the label to use for the accept button ('_' precedes the character to use as accelerator).
setLabelAdditional(String) - Method in class adams.flow.transformer.ImageObjectOverlapMatrix
Sets the label to use for predictions with no corresponding annotations.
setLabelAnchor(ImageAnchor) - Method in class adams.flow.transformer.draw.AbstractDrawObjectsFromReport
Sets the anchor for the label.
setLabelAnchor(ImageAnchor) - Method in class adams.gui.tools.previewbrowser.DeepLabCutCSVHandler
Sets the anchor for the label.
setLabelAnchor(ImageAnchor) - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
Sets the anchor for the label.
setLabelAnchor(ImageAnchor) - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
Sets the anchor for the label.
setLabelAnchor(ImageAnchor) - Method in class adams.gui.tools.previewbrowser.PointsFromReportHandler
Sets the anchor for the label.
setLabelAnchor(ImageAnchor) - Method in class adams.gui.tools.previewbrowser.YoloAnnotationsHandler
Sets the anchor for the label.
setLabelAnchor(ImageAnchor) - Method in class adams.gui.visualization.image.AbstractObjectOverlayFromReport
Sets the anchor for the label.
setLabelAnchor(ImageAnchor) - Method in class adams.gui.visualization.image.AbstractPointOverlayFromReport
Sets the anchor for the label.
setLabelAnchor(ImageAnchor) - Method in class adams.gui.visualization.image.AbstractReportBasedOverlayHelper
Sets the anchor for the label.
setLabelAnchor(ImageAnchor) - Method in class adams.gui.visualization.object.overlay.AbstractObjectOverlayFromReport
Sets the anchor for the label.
setLabelAnchor(ImageAnchor) - Method in class adams.gui.visualization.object.overlay.AbstractPointOverlayFromReport
Sets the anchor for the label.
setLabelColors(AnnotationColors[]) - Method in class adams.flow.transformer.draw.ObjectAnnotationsFromReport
Sets the colorizers for the label plotters.
setLabelColors(AnnotationColors[]) - Method in class adams.gui.tools.previewbrowser.ObjectAnnotationsHandler
Sets the colorizers for the label plotters.
setLabelColors(AnnotationColors[]) - Method in class adams.gui.tools.previewbrowser.ObjectAnnotationsReportHandler
Sets the colorizers for the label plotters.
setLabelColors(AnnotationColors[]) - Method in class adams.gui.visualization.image.ObjectAnnotations
Sets the colorizers for the label plotters.
setLabelColors(AnnotationColors[]) - Method in class adams.gui.visualization.object.overlay.ObjectAnnotations
Sets the colorizers for the label plotters.
setLabelDefinitions(PlaceholderFile) - Method in class adams.data.io.input.YoloAnnotationsReportReader
Sets the spreadsheet file with the label index / label string relation.
setLabelDefinitions(PlaceholderFile) - Method in class adams.data.io.output.YoloAnnotationsReportWriter
Sets the spreadsheet file with the label index / label string relation.
setLabelFont(Font) - Method in class adams.flow.transformer.compareobjectlocations.Combined
Sets the label font.
setLabelFont(Font) - Method in class adams.flow.transformer.draw.AbstractDrawObjectsFromReport
Sets the label font.
setLabelFont(Font) - Method in class adams.gui.tools.previewbrowser.AnnotationsAndPredictionsFromReport
Sets the label font.
setLabelFont(Font) - Method in class adams.gui.tools.previewbrowser.CocoAnnotationsHandler
Sets the label font.
setLabelFont(Font) - Method in class adams.gui.tools.previewbrowser.DeepLabCutCSVHandler
Sets the label font.
setLabelFont(Font) - Method in class adams.gui.tools.previewbrowser.DetectronAnnotationsHandler
Sets the label font.
setLabelFont(Font) - Method in class adams.gui.tools.previewbrowser.ObjectCentersFromReport
Sets the label font.
setLabelFont(Font) - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
Sets the label font.
setLabelFont(Font) - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
Sets the label font.
setLabelFont(Font) - Method in class adams.gui.tools.previewbrowser.PointsFromReportHandler
Sets the label font.
setLabelFont(Font) - Method in class adams.gui.tools.previewbrowser.YoloAnnotationsHandler
Sets the label font.
setLabelFont(Font) - Method in class adams.gui.visualization.image.AbstractObjectOverlayFromReport
Sets the label font.
setLabelFont(Font) - Method in class adams.gui.visualization.image.AbstractPointOverlayFromReport
Sets the label font.
setLabelFont(Font) - Method in class adams.gui.visualization.image.AbstractReportBasedOverlayHelper
Sets the label font.
setLabelFont(Font) - Method in class adams.gui.visualization.object.overlay.AbstractObjectOverlayFromReport
Sets the label font.
setLabelFont(Font) - Method in class adams.gui.visualization.object.overlay.AbstractPointOverlayFromReport
Sets the label font.
setLabelFont(Font) - Method in class adams.gui.visualization.object.overlay.ClassificationLabelTextOverlay
Sets the label font.
setLabelFormat(String) - Method in class adams.flow.transformer.compareobjectlocations.Combined
Sets the label format.
setLabelFormat(String) - Method in class adams.flow.transformer.draw.AbstractDrawObjectsFromReport
Sets the label format.
setLabelFormat(String) - Method in class adams.gui.tools.previewbrowser.AnnotationsAndPredictionsFromReport
Sets the label format.
setLabelFormat(String) - Method in class adams.gui.tools.previewbrowser.CocoAnnotationsHandler
Sets the label format.
setLabelFormat(String) - Method in class adams.gui.tools.previewbrowser.DeepLabCutCSVHandler
Sets the label format.
setLabelFormat(String) - Method in class adams.gui.tools.previewbrowser.DetectronAnnotationsHandler
Sets the label format.
setLabelFormat(String) - Method in class adams.gui.tools.previewbrowser.ObjectCentersFromReport
Sets the label format.
setLabelFormat(String) - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
Sets the label format.
setLabelFormat(String) - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
Sets the label format.
setLabelFormat(String) - Method in class adams.gui.tools.previewbrowser.PointsFromReportHandler
Sets the label format.
setLabelFormat(String) - Method in class adams.gui.tools.previewbrowser.YoloAnnotationsHandler
Sets the label format.
setLabelFormat(String) - Method in class adams.gui.visualization.image.AbstractObjectOverlayFromReport
Sets the label format.
setLabelFormat(String) - Method in class adams.gui.visualization.image.AbstractPointOverlayFromReport
Sets the label format.
setLabelFormat(String) - Method in class adams.gui.visualization.image.AbstractReportBasedOverlayHelper
Sets the label format.
setLabelFormat(String) - Method in class adams.gui.visualization.object.overlay.AbstractObjectOverlayFromReport
Sets the label format.
setLabelFormat(String) - Method in class adams.gui.visualization.object.overlay.AbstractPointOverlayFromReport
Sets the label format.
setLabelIndex(WekaLabelIndex) - Method in class adams.flow.transformer.WekaInstancesInfo
Sets the index of the label to use.
setLabelIndex(String) - Method in class weka.classifiers.functions.ClassificationViaPLS
Set the label index to get the PLS matrices for.
setLabelKey(String) - Method in class adams.data.io.input.CocoAnnotationsReportReader
Sets the key in the meta-data containing the label.
setLabelKey(String) - Method in class adams.data.io.input.DetectronAnnotationsReportReader
Sets the key in the meta-data containing the label.
setLabelKey(String) - Method in class adams.data.io.input.ViaAnnotationsReportReader
Sets the key in the meta-data containing the label.
setLabelKey(String) - Method in class adams.data.io.output.OpexObjectLocationsWriter
Sets the key in the meta-data containing the label.
setLabelKey(String) - Method in class adams.data.io.output.ViaAnnotationsReportWriter
Sets the key in the meta-data containing the label.
setLabelKey(String) - Method in class adams.data.io.output.YoloAnnotationsReportWriter
Sets the key in the meta-data containing the label.
setLabelKey(String) - Method in class adams.data.objectfilter.MergeOverlaps
Sets the (optional) key for a string label in the meta-data.
setLabelKey(String) - Method in class adams.data.objectoverlap.AreaRatio
Sets the (optional) key for a string label in the meta-data; if supplied the value of the object with the highest overlap gets stored in the report using AreaRatio.OVERLAP_LABEL_HIGHEST, AreaRatio.OVERLAP_LABEL_HIGHEST_MATCH stores whether the labels match.
setLabelKey(String) - Method in class adams.data.objectoverlap.IntersectOverUnionRatio
Sets the (optional) key for a string label in the meta-data; if supplied the value of the object with the highest overlap gets stored in the report using IntersectOverUnionRatio.IOU_LABEL_HIGHEST, IntersectOverUnionRatio.IOU_LABEL_HIGHEST_MATCH stores whether the labels match.
setLabelKey(String) - Method in class adams.data.overlappingobjectremoval.MergeOverlaps
Sets the (optional) key for a string label in the meta-data.
setLabelKey(String) - Method in class adams.flow.transformer.ImageObjectOverlap
Sets the (optional) key for a string label in the meta-data; if supplied the value of the object with the highest overlap gets stored in the report using AreaRatio.OVERLAP_LABEL_HIGHEST, AreaRatio.OVERLAP_LABEL_HIGHEST_MATCH stores whether the labels match.
setLabelKey(String) - Method in class adams.flow.transformer.ImageObjectOverlapMatrix
Sets the meta-data key that stores the label.
setLabelKey(String) - Method in class adams.flow.transformer.IntersectOverUnion
Sets the (optional) key for a string label in the meta-data; if supplied the value of the object with the highest overlap gets stored in the report using IntersectOverUnionRatio.IOU_LABEL_HIGHEST, IntersectOverUnionRatio.IOU_LABEL_HIGHEST_MATCH stores whether the labels match.
setLabelMapping(BaseKeyValuePair[]) - Method in class adams.flow.transformer.ViaAnnotationsToReports
Sets the label mappings.
setLabelMatch(String) - Method in class weka.filters.unsupervised.instance.DatasetLabeler
Sets the label for the matching rows.
setLabelMissed(String) - Method in class adams.flow.transformer.ImageObjectOverlapMatrix
Sets the label to use for annotations that have no corresponding predictions.
setLabelNegative(String) - Method in class adams.data.conversion.SpreadSheetBinarize
Sets the negative label (for 0s) in case of SpreadSheetBinarize.BinarizeType.LABELS.
setLabelNonMatch(String) - Method in class weka.filters.unsupervised.instance.DatasetLabeler
Sets the label for the non-matching rows.
setLabelOffsetX(int) - Method in class adams.flow.transformer.draw.AbstractDrawObjectsFromReport
Sets the X offset for the label.
setLabelOffsetX(int) - Method in class adams.gui.tools.previewbrowser.DeepLabCutCSVHandler
Sets the X offset for the label.
setLabelOffsetX(int) - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
Sets the X offset for the label.
setLabelOffsetX(int) - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
Sets the X offset for the label.
setLabelOffsetX(int) - Method in class adams.gui.tools.previewbrowser.PointsFromReportHandler
Sets the X offset for the label.
setLabelOffsetX(int) - Method in class adams.gui.tools.previewbrowser.YoloAnnotationsHandler
Sets the X offset for the label.
setLabelOffsetX(int) - Method in class adams.gui.visualization.image.AbstractObjectOverlayFromReport
Sets the X offset for the label.
setLabelOffsetX(int) - Method in class adams.gui.visualization.image.AbstractPointOverlayFromReport
Sets the X offset for the label.
setLabelOffsetX(int) - Method in class adams.gui.visualization.image.AbstractReportBasedOverlayHelper
Sets the X offset for the label.
setLabelOffsetX(int) - Method in class adams.gui.visualization.object.overlay.AbstractObjectOverlayFromReport
Sets the X offset for the label.
setLabelOffsetX(int) - Method in class adams.gui.visualization.object.overlay.AbstractPointOverlayFromReport
Sets the X offset for the label.
setLabelOffsetX(int) - Method in class adams.gui.visualization.object.overlay.ClassificationLabelTextOverlay
Sets the X offset for the label.
setLabelOffsetY(int) - Method in class adams.flow.transformer.draw.AbstractDrawObjectsFromReport
Sets the Y offset for the label.
setLabelOffsetY(int) - Method in class adams.gui.tools.previewbrowser.DeepLabCutCSVHandler
Sets the Y offset for the label.
setLabelOffsetY(int) - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
Sets the Y offset for the label.
setLabelOffsetY(int) - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
Sets the Y offset for the label.
setLabelOffsetY(int) - Method in class adams.gui.tools.previewbrowser.PointsFromReportHandler
Sets the Y offset for the label.
setLabelOffsetY(int) - Method in class adams.gui.tools.previewbrowser.YoloAnnotationsHandler
Sets the Y offset for the label.
setLabelOffsetY(int) - Method in class adams.gui.visualization.image.AbstractObjectOverlayFromReport
Sets the Y offset for the label.
setLabelOffsetY(int) - Method in class adams.gui.visualization.image.AbstractPointOverlayFromReport
Sets the Y offset for the label.
setLabelOffsetY(int) - Method in class adams.gui.visualization.image.AbstractReportBasedOverlayHelper
Sets the Y offset for the label.
setLabelOffsetY(int) - Method in class adams.gui.visualization.object.overlay.AbstractObjectOverlayFromReport
Sets the Y offset for the label.
setLabelOffsetY(int) - Method in class adams.gui.visualization.object.overlay.AbstractPointOverlayFromReport
Sets the Y offset for the label.
setLabelOffsetY(int) - Method in class adams.gui.visualization.object.overlay.ClassificationLabelTextOverlay
Sets the Y offset for the label.
setLabelPassword(String) - Method in class adams.gui.dialog.PasswordDialog
Sets the text for the password label.
setLabelPlotters(LabelPlotter[]) - Method in class adams.flow.transformer.draw.ObjectAnnotationsFromReport
Sets the plotters for the labels.
setLabelPlotters(LabelPlotter[]) - Method in class adams.gui.tools.previewbrowser.ObjectAnnotationsHandler
Sets the plotters for the labels.
setLabelPlotters(LabelPlotter[]) - Method in class adams.gui.tools.previewbrowser.ObjectAnnotationsReportHandler
Sets the plotters for the labels.
setLabelPlotters(LabelPlotter[]) - Method in class adams.gui.visualization.image.ObjectAnnotations
Sets the plotters for the labels.
setLabelPlotters(LabelPlotter[]) - Method in class adams.gui.visualization.object.overlay.ObjectAnnotations
Sets the plotters for the labels.
setLabelPositive(String) - Method in class adams.data.conversion.SpreadSheetBinarize
Sets the positive label (for 1s) in case of SpreadSheetBinarize.BinarizeType.LABELS.
setLabelReader(SpreadSheetReader) - Method in class adams.data.io.input.YoloAnnotationsReportReader
Sets the spreadsheet reader to use for the definitions.
setLabelReader(SpreadSheetReader) - Method in class adams.data.io.output.YoloAnnotationsReportWriter
Sets the spreadsheet reader to use for the definitions.
setLabelRegExp(BaseRegExp) - Method in class weka.filters.unsupervised.instance.RemoveWithLabels
Sets the regular expression for matching the labels to remove.
setLabels(BaseString[]) - Method in class adams.data.imagesegmentation.operation.CompareAnnotationWithPrediction
Sets the labels to generate the images for instead of all.
setLabels(BaseString[]) - Method in class adams.data.imagesegmentation.operation.ConfusionMatrix
Sets the labels to use for enforcing order other than alphabetical.
setLabels(BaseString[]) - Method in class adams.data.io.output.DeepLabCutCSVWriter
Sets the labels to output.
setLabels(BaseString[]) - Method in class adams.flow.sink.ImageSegmentationViewer
Sets the labels to use.
setLabels(BaseString[]) - Method in class adams.flow.transformer.ImageAnnotator
Sets the labels to use.
setLabels(BaseString[]) - Method in class adams.flow.transformer.ImageLabeler
Sets the labels to use.
setLabels(BaseString[]) - Method in class adams.flow.transformer.ImageSegmentationAnnotator
Sets the labels to use.
setLabels(BaseString[]) - Method in class adams.flow.transformer.pixelselector.AddClassification
Sets the available classification labels.
setLabels(BaseString[]) - Method in class adams.gui.tools.previewbrowser.AnnotateImage
Sets the labels to use.
setLabels(BaseString[]) - Method in class adams.gui.visualization.object.labelselector.ButtonSelectorGenerator
Sets the labels to use for annotating.
setLabels(BaseString[]) - Method in class adams.gui.visualization.object.labelselector.ButtonSelectorWithColorGenerator
Sets the labels to use for annotating.
setLabels(BaseString[]) - Method in class adams.gui.visualization.object.labelselector.ComboBoxSelectorGenerator
Sets the labels to use for annotating.
setLabels(List<String>) - Method in interface adams.gui.visualization.core.axis.FixedLabelTickGenerator
Sets the list of labels to use.
setLabels(List<String>) - Method in class adams.gui.visualization.core.axis.SimpleFixedLabelTickGenerator
Sets the list of labels to use.
setLabelSelector(AbstractLabelSelectorGenerator) - Method in class adams.flow.transformer.ImageObjectAnnotator
Sets the generator to use for creating the panel with the labels.
setLabelSelectorPanel(AbstractLabelSelectorPanel) - Method in class adams.gui.visualization.object.ObjectAnnotationPanel
Sets the label selector panel.
setLabelSkip(String) - Method in class adams.flow.control.Inspect
Sets the label to use for the skip button ('_' precedes the character to use as accelerator).
setLabelString(String) - Method in class weka.classifiers.functions.ClassificationViaPLS
Set the class attribute's label to get the PLS matrices for.
setLabelSuffix(String) - Method in class adams.data.io.input.ObjectLocationsSpreadSheetReader
Sets the field suffix used in the report for labels.
setLabelSuffix(String) - Method in class adams.data.io.input.OpexObjectLocationsReader
Sets the field suffix used in the report for labels.
setLabelSuffix(String) - Method in class adams.data.io.input.PascalVOCObjectLocationsReader
Sets the field suffix used in the report for labels.
setLabelSuffix(String) - Method in class adams.data.io.input.YoloAnnotationsReportReader
Sets the field suffix used in the report for labels.
setLabelSuffix(String) - Method in interface adams.gui.visualization.image.selection.SelectionProcessorWithLabelSupport
Sets the suffix to use for the label.
setLabelSuffix(String) - Method in class adams.gui.visualization.image.selection.SelectObjects
Sets the suffix to use for the label.
setLabelSuffix(String) - Method in class adams.gui.visualization.object.annotator.BoundingBoxAnnotator
Sets the suffix to use for the label.
setLabelSuffix(String) - Method in interface adams.gui.visualization.object.annotator.LabelSuffixHandler
Sets the suffix to use for the label.
setLabelSuffix(String) - Method in class adams.gui.visualization.object.annotator.PolygonAnnotator
Sets the suffix to use for the label.
setLabelSuffix(String) - Method in class adams.gui.visualization.object.annotator.PolygonPointAnnotator
Sets the suffix to use for the label.
setLabelSuffix(String) - Method in class adams.gui.visualization.object.annotator.SimplePointAnnotator
Sets the suffix to use for the label.
setLabelText(boolean, String) - Method in class adams.gui.visualization.debug.SideBySideDiffPanel
Sets the text of the label.
setLabelX(String) - Method in class adams.gui.visualization.jfreechart.chart.AbstractChartGeneratorWithAxisLabels
Sets the label for the X axis.
setLabelY(String) - Method in class adams.gui.visualization.jfreechart.chart.AbstractChartGeneratorWithAxisLabels
Sets the label for the Y axis.
setLagFineTune(String) - Method in class adams.flow.core.LagMakerOptions
Sets the lag fine tune.
setLagMaker(LagMakerOptions) - Method in class adams.flow.source.wekaforecastersetup.WekaForecasterGenerator
Sets the lag options to use.
setLambda(double) - Method in class adams.data.instancesanalysis.pls.DIPLS
Sets the lambda.
setLambda(double) - Method in class adams.data.instancesanalysis.pls.SparsePLS
Sets sparsity parameter; determines sparseness.
setLambda(double) - Method in class adams.data.instancesanalysis.pls.VCPLS
Sets the lambda parameter.
setLambda(double) - Method in class adams.data.spc.MOACUSUM
Sets the threshold for the test.
setLambda(double) - Method in class adams.data.spc.MOAPageHinkley
Sets the threshold for the test.
setLambda(float) - Method in class weka.classifiers.trees.XGBoost
Sets the L2 regularisation term on weights.
setLanguage(TesseractLanguage) - Method in class adams.data.tesseract.TesseractHelper
Updates the language.
setLanguage(TesseractLanguage) - Method in class adams.flow.transformer.TesseractOCR
Sets the language to use (needs to be installed).
setLargeDatabaseID(long) - Method in interface adams.data.id.MutableLargeDatabaseIDHandler
Sets the database ID.
setLargeDatabaseID(long) - Method in class adams.db.LogEntry
Sets the database ID.
setLastActionResult(Class, Object) - Method in class adams.flow.transformer.pixelselector.PixelSelectorPanel
Stores the result for the specified action.
setLastError(String) - Method in class adams.data.io.input.AbstractSpreadSheetReader
Sets the value for the last error that occurred during read.
setLastError(String) - Method in class adams.data.io.input.SimpleCsvSpreadSheetReader
Sets the value for the last error that occurred during read.
setLastError(String) - Method in class adams.flow.setup.FlowSetup
Sets the error that was encountered.
setLastError(String) - Method in class adams.gui.scripting.AbstractScriptingEngine
Sets the last error.
setLastFileLeft(File) - Method in class adams.gui.visualization.debug.SideBySideDiffPanel
Sets the last left file - does not update.
setLastFileRight(File) - Method in class adams.gui.visualization.debug.SideBySideDiffPanel
Sets the last right file - does not update.
setLastFlow(Actor) - Method in class adams.gui.flow.FlowPanel
Sets the flow that was last executed.
setLastFlow(Actor) - Method in class adams.gui.flow.FlowRunnerPanel
Sets the flow that was last executed.
setLastFlow(Actor) - Method in interface adams.gui.flow.FlowWorkerHandler
Sets the flow that was last executed.
setLastModified(long) - Method in class adams.core.io.PlaceholderFile
Sets the last-modified time of the file or directory named by this abstract pathname.
setLastName(String) - Method in class adams.core.net.EmailContact
Sets the last name.
setLastSearchString(String) - Method in class adams.gui.flow.tree.Tree
Sets the last search string in use.
setLastSetup(Object) - Method in class adams.gui.plugin.AbstractToolPlugin
Stores the setup for this object's class.
setLastSetup(Object) - Method in class adams.gui.tools.spreadsheetviewer.AbstractDataPlugin
Stores the setup for this object's class.
setLastSetup(Object) - Method in class adams.gui.tools.spreadsheetviewer.AbstractViewPlugin
Stores the setup for this object's class.
setLatest(boolean) - Method in class adams.db.LogEntryConditions
Sets whether to return the latest (most recent) entries only.
setLaunchModeOptions(String) - Method in class adams.flow.standalone.PyroNameServer
Sets the additional options when launching the nameserver (aside hostname and port).
setLaunchWait(int) - Method in class adams.flow.standalone.PyroNameServer
Sets the time to wait for the nameserver to become operational (and check for errors).
setLayerColorMappings(BaseKeyValuePair[]) - Method in class adams.data.imagesegmentation.filter.Draw
Sets the mappings of label/color (in hex notation).
setLayerNames(BaseString[]) - Method in class adams.data.io.input.AbstractPNGAnnotationImageSegmentationReader
Sets the names for the layers to use.
setLayerNames(BaseString[]) - Method in interface adams.data.io.input.ImageSegmentationAnnotationReaderWithLayerNames
Sets the names for the layers to use.
setLayerNames(BaseString[]) - Method in class adams.data.io.output.AbstractPNGAnnotationImageSegmentationWriter
Sets the names for the layers to use; outputs all if none specified.
setLayerNames(BaseString[]) - Method in interface adams.data.io.output.ImageSegmentationAnnotationWriterWithLayerNames
Sets the names for the layers to use.
setLayers(BaseString[]) - Method in class adams.data.imagesegmentation.layerorder.Predefined
Sets the predefined order.
setLayers(BaseString[]) - Method in class adams.data.imagesegmentation.operation.SimpleOverlay
Sets the layers to display, uses all if empty array.
setLayersToMerge(BaseString[]) - Method in class adams.data.imagesegmentation.filter.MergeLayers
Sets the names of the layers to merge.
setLayerTransformer(AbstractBufferedImageTransformer) - Method in class adams.data.io.input.IndividualImageSegmentationLayerReader
Sets the image transformer to apply to the layer images.
setLayerVisibility(SegmentationPanel.LayerVisibility) - Method in class adams.flow.sink.ImageSegmentationViewer
Sets the type of visibility to use when annotating the next image (when using separate layers).
setLayerVisibility(SegmentationPanel.LayerVisibility) - Method in class adams.flow.transformer.ImageSegmentationAnnotator
Sets the type of visibility to use when annotating the next image (when using separate layers).
setLayoutType(ImageProcessorSubPanel.LayoutType) - Method in class adams.gui.tools.ImageProcessorSubPanel
Sets the layout to use.
setLeft(boolean) - Method in class adams.gui.visualization.debug.DiffTextPane
Sets whether this diff represents the left or right content.
setLeft(int) - Method in class adams.data.image.transformer.crop.SimpleCrop
Sets the x of the top-left corner.
setLeft(int) - Method in class adams.data.objectfinder.ObjectsInRegion
Sets the x of the top-left corner.
setLeft(int) - Method in class adams.flow.transformer.CountObjectsInRegion
Sets the x of the top-left corner.
setLeftClickProcessor(AbstractLeftClickProcessor) - Method in class adams.flow.sink.ImageViewer
Sets the left-click processor to use.
setLeftComponent(JPanel) - Method in class adams.gui.core.SplitPanelWithOptionalComponents
Sets the left component.
setLeftComponentHidden(boolean) - Method in class adams.gui.core.BaseSplitPane
Sets the hidden status of the left component.
setLeftDetachable(boolean) - Method in class adams.gui.core.SplitPanelWithOptionalComponents
Sets whether the left component is detachable.
setLeftDetachableButtonVisible(boolean) - Method in class adams.gui.core.SplitPanelWithOptionalComponents
Sets whether the button to detach the left component is visible.
setLeftDetachedFrameTitle(String) - Method in class adams.gui.core.SplitPanelWithOptionalComponents
Sets the frame title for the detached left component.
setLeftDetachedFrameTitle(String) - Method in class adams.gui.visualization.image.ImagePanel
Sets the frame title for the detached left component.
setLeftDividerLocation(double) - Method in class adams.gui.visualization.object.ObjectAnnotationPanel
Sets the proportional location for the left divider.
setLeftDividerLocation(double) - Method in class adams.gui.visualization.segmentation.SegmentationPanel
Sets the proportional location for the left divider.
setLeftDividerLocation(int) - Method in class adams.flow.sink.ImageSegmentationViewer
Sets the position for the left divider in pixels.
setLeftDividerLocation(int) - Method in class adams.flow.transformer.ImageLabeler
Sets the position for the left divider in pixels.
setLeftDividerLocation(int) - Method in class adams.flow.transformer.ImageObjectAnnotator
Sets the position for the left divider in pixels.
setLeftDividerLocation(int) - Method in class adams.flow.transformer.ImageSegmentationAnnotator
Sets the position for the left divider in pixels.
setLeftDividerLocation(int) - Method in class adams.gui.visualization.image.ImagePanel
Sets the divider location between left panel and image.
setLeftDividerLocation(int) - Method in class adams.gui.visualization.object.ObjectAnnotationPanel
Sets the location of the left divider.
setLeftDividerLocation(int) - Method in class adams.gui.visualization.segmentation.SegmentationPanel
Sets the location of the left divider.
setLeftPad(boolean) - Method in class adams.data.conversion.JsonToSpreadSheet
Sets whether to left-pad the array indices with zeroes.
setLeftPanel(JPanel) - Method in class adams.gui.visualization.image.ImagePanel
Sets the left panel and displays it.
setLegend(boolean) - Method in class adams.gui.visualization.jfreechart.chart.AbstractChartGenerator
Sets whether the legend is displayed..
setLength(float) - Method in class adams.gui.visualization.jfreechart.shape.Cross
Sets the length of the arms of the cross.
setLength(int) - Method in class adams.flow.transformer.ArrayCombinations
Set length.
setLengthTicks(int) - Method in class adams.gui.visualization.core.AxisPanel
Sets the length of ticks to display along the axis (at least 4).
setLengthTicks(int) - Method in class adams.gui.visualization.core.AxisPanelOptions
Sets the length of ticks to display along the axis.
setLenient(boolean) - Method in class adams.core.DateFormat
Sets whether parsing is to be lenient or not.
setLenient(boolean) - Method in interface adams.core.LenientModeSupporter
Sets whether to use lenient mode.
setLenient(boolean) - Method in class adams.data.conversion.SpreadSheetColumnsToReport
Sets whether to skip over errors.
setLenient(boolean) - Method in class adams.data.conversion.SpreadSheetRowsToReport
Sets whether to skip over errors.
setLenient(boolean) - Method in class adams.data.indexedsplits.AbstractIndexedSplitsRunsCompatibility
Sets whether to be lenient with the checks.
setLenient(boolean) - Method in class adams.data.io.input.AbstractPNGAnnotationImageSegmentationReader
Sets whether lenient, ie the associated PNG does not have to exist.
setLenient(boolean) - Method in class adams.data.objectfinder.AbstractObjectFinder
Sets whether to suppress error if -1 indices found.
setLenient(boolean) - Method in class adams.flow.control.Switch
Sets whether in lenient mode, ie not requiring a payload in the tokens.
setLenient(boolean) - Method in class adams.flow.source.AbstractIdSupplier
Sets whether to ignore empty list of IDs instead of reporting it as error.
setLenient(boolean) - Method in class adams.flow.transformer.AbstractDataContainerDbReader
Sets whether to ignore IDs that weren't found (warning rather than error).
setLenient(boolean) - Method in class adams.flow.transformer.AbstractReportDbUpdater
Sets whether to be lenient, i.e., quietly handle empty resultsets.
setLenient(boolean) - Method in class adams.flow.transformer.MergeReportFromMap
Sets whether to use lenient mode (missing IDs in map won't cause error).
setLenient(boolean) - Method in class adams.flow.transformer.SpreadSheetStorageRowIterator
Sets whether to suppress error message if no rows found.
setLenient(boolean) - Method in class adams.flow.transformer.SpreadSheetVariableRowIterator
Sets whether to suppress error message if no rows found.
setLenient(boolean) - Method in class adams.flow.transformer.WekaReorderAttributesToReference
Sets whether to tolerate attributes that are missing in the incoming data.
setLenient(boolean) - Method in class adams.gui.chooser.SelectOptionPanel
Sets whether to make setting of options lenient.
setLevel(LoggingLevel) - Method in class adams.flow.standalone.logevent.TypeFilter
Sets the logging level of records to accept.
setLevel(Level) - Method in class adams.core.logging.Logger
Sets the logging level.
setLevels(LoggingLevel[]) - Method in class adams.flow.standalone.ConsoleWindow
Sets the LoggingLevels to display.
setLimit(int) - Method in class adams.data.textrenderer.AbstractLimitedTextRenderer
Sets the maximum of rows to render.
setLimit(int) - Method in interface adams.data.textrenderer.LimitedTextRenderer
Sets the maximum of rows to render.
setLimit(int) - Method in class adams.db.AbstractLimitedConditions
Sets the maximum number of records to retrieve.
setLimit(int) - Method in class adams.flow.sink.sequenceplotter.SimplePruning
Sets the size limit.
setLimit(int) - Method in class adams.flow.standalone.QueueInit
Sets the limit of the queue.
setLimit(int, int) - Method in class adams.parser.spreadsheetquery.ParserHelper
Sets the limit.
setLimit(ActualVsPredictedPlot.LimitType) - Method in class adams.flow.sink.ActualVsPredictedPlot
Sets the limit to impose on the axes.
setLimit(ActualVsPredictedPlot.LimitType) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.ClassifierErrors
Sets the limit to impose on the axes.
setLimitPaintlet(AbstractControlChartPaintlet) - Method in class adams.flow.sink.ControlChartPlot
Sets the paintlet to use for painting the limits.
setLine(boolean) - Method in class adams.gui.visualization.stats.paintlet.AbstractProbabilityPaintlet
Set whether a regression line is drawn
setLineColor(Color) - Method in class adams.gui.visualization.stats.paintlet.AbstractZScorePaintlet
Set the color to draw the lines.
setLines(SpreadSheet) - Method in class adams.gui.visualization.image.BoofCVDetectLineSegmentsImageOverlay
Sets the spreadsheet with the lines data.
setLines(SpreadSheet) - Method in class adams.gui.visualization.image.BoofCVDetectLinesImageOverlay
Sets the spreadsheet with the lines data.
setLineWidth(float) - Method in class adams.flow.transformer.pdfproclet.Circle
Sets the line width.
setLineWidth(float) - Method in class adams.flow.transformer.pdfproclet.Line
Sets the line width.
setLineWidth(float) - Method in class adams.flow.transformer.pdfproclet.Rectangle
Sets the line width.
setLineWrap(boolean) - Method in class adams.flow.sink.Display
Enables/disables line wrap.
setLineWrap(boolean) - Method in class adams.flow.sink.HistoryDisplay
Enables/disables line wrap.
setLineWrap(boolean) - Method in class adams.gui.core.AbstractTextAreaPanelWithAdvancedSyntaxHighlighting
Sets the linewrap state.
setLineWrap(boolean) - Method in class adams.gui.core.BaseTextAreaWithButtons
Sets whether to line wrap or not.
setLineWrap(boolean) - Method in class adams.gui.core.BufferHistoryPanel
Enables/disables line wrap.
setLineWrap(boolean) - Method in class adams.gui.core.ConsolePanel.OutputPanel
Sets the line wrap flag.
setLineWrap(boolean) - Method in class adams.gui.core.ErrorMessagePanel
Enables/disables line wrap.
setLineWrap(boolean) - Method in interface adams.gui.core.LogPanel
Sets the line wrap flag.
setLineWrap(boolean) - Method in class adams.gui.core.SimpleLogPanel
Sets the line wrap flag.
setLineWrap(boolean) - Method in interface adams.gui.core.TextAreaComponent
Sets whether to line wrap or not.
setLineWrap(boolean) - Method in class adams.gui.core.TextEditorPanel
Enables/disables line wrap.
setLineWrap(boolean) - Method in class adams.gui.dialog.TextDialog
Enables/disables line wrap.
setLineWrap(boolean) - Method in class adams.gui.dialog.TextPanel
Enables/disables line wrap.
setLineWrap(boolean) - Method in class adams.gui.tools.previewbrowser.PlainTextHandler
Enables/disables line wrap.
setLinkCallableActors(boolean) - Method in class adams.core.option.FlowStructureDotProducer
Sets whether to output the links to callable actors as well.
setLinkCallableActors(boolean) - Method in class adams.core.option.FlowStructureGraphMLProducer
Sets whether to output the links to callable actors as well.
setLinkDest(BaseString[]) - Method in class adams.flow.source.RSync
 
setLinks(boolean) - Method in class adams.flow.source.RSync
 
setList(String) - Method in class adams.core.discovery.genetic.AbstractGeneticDoubleDiscoveryHandler
Sets the list of values to use (blank-separated).
setList(String) - Method in class adams.core.discovery.genetic.AbstractGeneticFloatDiscoveryHandler
Sets the list of values to use (blank-separated).
setList(String) - Method in class adams.core.discovery.genetic.AbstractGeneticIntegerDiscoveryHandler
Sets the list of values to use (blank-separated).
setList(String) - Method in class adams.core.discovery.genetic.AbstractGeneticStringDiscoveryHandler
Sets the list of values to use (blank-separated).
setList(String, String[]) - Method in class adams.gui.application.AbstractPropertiesPreferencesPanel
Associates the list with a particular property.
setList(String, String[]) - Method in class adams.gui.core.PropertiesParameterPanel
Associates the list with a particular property.
setListDefault(String, String) - Method in class adams.gui.core.PropertiesParameterPanel
Associates the list default item with a particular property.
setListDirs(boolean) - Method in class adams.core.io.lister.AbstractDirectoryLister
Sets whether to list directories or not.
setListDirs(boolean) - Method in interface adams.core.io.lister.DirectoryLister
Sets whether to list directories or not.
setListDirs(boolean) - Method in class adams.flow.source.DirectoryLister
Sets whether to list directories.
setListDirs(boolean) - Method in class adams.flow.source.FTPLister
Deprecated.
Sets whether to list directories.
setListDirs(boolean) - Method in class adams.gui.core.FilePanel
Sets whether to list directories.
setListDirsFirst(boolean) - Method in class adams.gui.core.FilePanel
Sets whether to list directories first.
setListedClassNames(String[]) - Method in class adams.gui.tools.ClassHelpPanel
Sets the class names to list.
setListedClassNames(List<String>) - Method in class adams.gui.tools.ClassHelpPanel
Sets the class names to list.
setListFiles(boolean) - Method in class adams.core.io.lister.AbstractDirectoryLister
Sets whether to list files or not.
setListFiles(boolean) - Method in interface adams.core.io.lister.DirectoryLister
Sets whether to list files or not.
setListFiles(boolean) - Method in class adams.flow.source.DirectoryLister
Sets whether to list files.
setListFiles(boolean) - Method in class adams.flow.source.FTPLister
Deprecated.
Sets whether to list files.
setListFiles(boolean) - Method in class adams.gui.core.FilePanel
Sets whether to list files.
setListOnly(boolean) - Method in class adams.flow.source.RSync
 
setLive(boolean) - Method in class adams.flow.control.HeapDump
Sets whether to output only live objects.
setLoadActors(Actor[]) - Method in class adams.flow.control.LoadBalancer
Sets the load actors.
setLoadFromDisk(boolean) - Method in class adams.scripting.command.flow.GetFlow
Sets whether to load the flow from disk rather than retrieve it from memory.
setLoadingsCalculations(AbstractPLSAttributeEval.LoadingsCalculations) - Method in class weka.attributeSelection.AbstractPLSAttributeEval
sets the maximum number of attributes to use.
setLoadMetaData(boolean) - Method in class adams.flow.transformer.ImageFileReader
Sets whether to load available meta-data.
setLocal(BaseHostname) - Method in class weka.classifiers.meta.SocketFacade
Sets the return address for the remote process to use.
setLocale(String) - Method in class adams.core.management.LocaleHelper
Updates the locale.
setLocale(Locale) - Static method in class adams.core.DateUtils
Sets the locale to use globally.
setLocale(Locale) - Method in interface adams.core.management.LocaleSupporter
Sets the locale to use.
setLocale(Locale) - Method in class adams.data.conversion.DoubleToString
Sets the locale to use.
setLocale(Locale) - Method in class adams.data.conversion.LowerCase
Sets the locale to use.
setLocale(Locale) - Method in class adams.data.conversion.StringToDouble
Sets the locale to use.
setLocale(Locale) - Method in class adams.data.conversion.UpperCase
Sets the locale to use.
setLocale(Locale) - Method in class adams.data.io.input.AutoWidthTabularSpreadSheetReader
Sets the locale to use.
setLocale(Locale) - Method in class adams.data.io.input.CsvSpreadSheetReader
Sets the locale to use.
setLocale(Locale) - Method in class adams.data.io.input.FixedTabularSpreadSheetReader
Sets the locale to use.
setLocale(Locale) - Method in class adams.data.io.input.SimpleCsvSpreadSheetReader
Sets the locale to use.
setLocale(Locale) - Method in class adams.data.io.output.AbstractFormattedSpreadSheetWriter
Sets the locale to use.
setLocale(Locale) - Method in class adams.data.io.output.AbstractMultiSheetFormattedSpreadSheetWriter
Sets the locale to use.
setLocale(Locale) - Method in class adams.data.spreadsheet.DefaultSpreadSheet
Sets the locale.
setLocale(Locale) - Method in interface adams.data.spreadsheet.SpreadSheet
Sets the locale.
setLocale(Locale) - Method in class adams.data.spreadsheet.SpreadSheetView
Sets the locale.
setLocale(Locale) - Method in class adams.ml.data.DatasetView
Sets the locale.
setLocale(Locale) - Method in class adams.ml.data.InstancesView
Sets the locale.
setLocalFile(PlaceholderFile) - Method in class adams.multiprocess.ScpJobRunner
Sets the local file to import the executed jobs from.
setLocalFile(PlaceholderFile) - Method in class adams.scripting.command.basic.RetrieveFile
Sets the local file to save the remote file to.
setLocalHost(BaseHostname) - Method in class adams.console.Logging
Sets the local host/port to send the log records to.
setLocalHost(BaseHostname) - Method in class adams.multiprocess.ScpJobRunner
Sets the host that the remote host will connect to for sending back the executed jobs.
setLocalMaxRadius(int) - Method in class adams.flow.transformer.BoofCVDetectLines
Sets the Radius for local maximum suppression.
setLocalPort(int) - Method in class adams.scripting.connection.AbstractSSHConnectionWithPortForwarding
Sets the local port to connect to (SSH tunnel).
setLocalSearch(String) - Method in class adams.gui.tools.PreviewBrowserPanel
Sets the search term for the local file search.
setLocatedObjects(LocatedObjects) - Method in class adams.gui.visualization.image.AbstractObjectOverlayFromReport.LocatedObjectsPanel
Sets the located objects to display.
setLocatedObjects(LocatedObjects) - Method in class adams.gui.visualization.image.AbstractPointOverlayFromReport.LocatedPointsPanel
Sets the located objects to display.
setLocatedObjects(LocatedObjects) - Method in class adams.gui.visualization.image.ObjectAnnotations.LocatedObjectsPanel
Sets the located objects to display.
setLocation(Injector.Location) - Method in class adams.flow.control.Injector
Sets the location where to inject the data.
setLocationRelativeTo(Component) - Method in class adams.gui.core.BaseDialog
Sets the location relative to this component, but adjust window size and position if necessary.
setLocationRelativeTo(Component) - Method in class adams.gui.core.BaseFrame
Sets the location relative to this component, but adjust window size and position if necessary.
setLocations(BaseString[]) - Method in class adams.flow.transformer.ArrayHistogramRanges
Sets the locations of the data (indices/regular expressions on attribute name).
setLocations(BaseString[]) - Method in class adams.flow.transformer.ArrayStatistic
Sets the locations of the data (indices/regular expressions on attribute name).
setLocations(BaseString[]) - Method in class adams.flow.transformer.SpreadSheetHistogramRanges
Sets the locations of the data (indices/regular expressions on attribute name).
setLocations(BaseString[]) - Method in class adams.flow.transformer.SpreadSheetStatistic
Sets the locations of the data (indices/regular expressions on attribute name).
setLocations(BaseString[]) - Method in class adams.flow.transformer.WekaInstancesHistogramRanges
Sets the locations of the data (indices/regular expressions on attribute name).
setLocations(BaseString[]) - Method in class adams.flow.transformer.WekaInstancesStatistic
Sets the locations of the data (indices/regular expressions on attribute name).
setLocations(List<Point>) - Method in class adams.gui.visualization.image.HighlightLocations
Sets the locations to highlight.
setLocator(AbstractObjectLocator) - Method in class adams.flow.transformer.locateobjects.AbstractMetaObjectLocator
Sets the base locator.
setLocator(AbstractObjectLocator) - Method in class adams.flow.transformer.LocateObjects
Sets the scheme for locating the objects.
setLoClassifier(Classifier) - Method in class weka.classifiers.meta.HighLowSplit
 
setLog(PlaceholderFile) - Method in class adams.flow.control.AbstractDataContainerFileChecker
Sets the log file to write the files to that expired from the final blacklist.
setLog(CallableActorReference) - Method in class adams.flow.control.errorpostprocessor.OutOfMemory
Sets the name of the callable log actor to use.
setLog(CallableActorReference) - Method in class adams.flow.standalone.QueueInit
Sets the name of the callable actor to use for logging errors.
setLog(SimpleLogPanel) - Method in class adams.scripting.requesthandler.SimpleLogPanelRequestHandler
Sets the log to use.
setLog(SimpleLogPanel) - Method in class adams.scripting.responsehandler.SimpleLogPanelResponseHandler
Sets the log to use.
setLog(Logger) - Method in class weka.gui.explorer.ExperimentPanel
Sets the Logger to receive informational messages.
setLog(Logger) - Method in class weka.gui.explorer.SqlPanel
Sets the Logger to receive informational messages
setLogErrors(boolean) - Method in class adams.flow.control.Flow
Sets whether to log errors.
setLogFile(PlaceholderFile) - Method in class adams.flow.execution.ExecutionCounter
Sets the log file.
setLogFile(PlaceholderFile) - Method in class adams.flow.execution.ExecutionLog
Sets the log file.
setLogFile(PlaceholderFile) - Method in class adams.flow.source.RSync
 
setLogFile(PlaceholderFile) - Method in class adams.flow.standalone.ConsoleWindow
Sets the file to save the log messages to, ignored if directory.
setLogFile(File) - Method in class adams.core.logging.FileHandler
Sets the log file to use.
setLogFileFormat(String) - Method in class adams.flow.source.RSync
 
setLogFormat(String) - Method in class adams.flow.sink.simplelogging.format.TimestampedFormat
Sets the format for the message.
setLoggerLevel(LoggingLevel) - Method in class adams.flow.sink.JavaLogging
Sets the logging level.
setLoggerName(String) - Method in class adams.flow.sink.JavaLogging
Sets the logger name.
setLoggingHost(BaseHostname) - Method in class adams.scripting.command.basic.StartRemoteLogging
Sets the logging host, i.e., the host/port of the local machine to send the logging information to.
setLoggingHost(BaseHostname) - Method in class adams.scripting.command.basic.StopRemoteLogging
Sets logging host.
setLoggingLevel(LoggingLevel) - Method in class adams.core.logging.CustomLoggingLevelObject
Sets the logging level.
setLoggingLevel(LoggingLevel) - Method in interface adams.core.logging.LoggingLevelHandler
Sets the logging level.
setLoggingLevel(LoggingLevel) - Method in class adams.core.option.AbstractOptionConsumer
Sets the logging level.
setLoggingLevel(LoggingLevel) - Method in class adams.core.option.AbstractOptionHandler
Sets the logging level.
setLoggingLevel(LoggingLevel) - Method in class adams.core.option.AbstractOptionProducer
Sets the logging level.
setLoggingLevel(LoggingLevel) - Method in interface adams.core.option.OptionConsumer
Sets the logging level.
setLoggingLevel(LoggingLevel) - Method in interface adams.core.option.OptionProducer
Sets the logging level.
setLoggingLevel(LoggingLevel) - Method in class adams.data.report.Report
Sets the logging level.
setLoggingLevel(LoggingLevel) - Method in class adams.data.spreadsheet.sql.Reader
Sets the logging level.
setLoggingLevel(LoggingLevel) - Method in class adams.data.spreadsheet.sql.Writer
Sets the logging level.
setLoggingLevel(LoggingLevel) - Method in class adams.db.AbstractDatabaseConnection
Sets the logging level.
setLoggingLevel(LoggingLevel) - Method in class adams.flow.control.AbstractDirector
Sets the logging level.
setLoggingLevel(LoggingLevel) - Method in class adams.flow.control.AbstractTee
Sets the logging level.
setLoggingLevel(LoggingLevel) - Method in class adams.flow.control.FileProcessor
Sets the logging level.
setLoggingLevel(LoggingLevel) - Method in class adams.flow.control.LoadBalancer
Sets the logging level.
setLoggingLevel(LoggingLevel) - Method in class adams.flow.control.LocalScopeTransformer
Sets the logging level.
setLoggingLevel(LoggingLevel) - Method in class adams.flow.control.StorageQueueHandler
Sets the logging level.
setLoggingLevel(LoggingLevel) - Method in class adams.flow.control.WhileLoop
Sets the logging level.
setLoggingLevel(LoggingLevel) - Method in class adams.flow.core.RunnableWithLogging
Sets the logging level.
setLoggingLevel(LoggingLevel) - Method in class adams.flow.source.DirectoryLister
Sets the logging level.
setLoggingLevel(LoggingLevel) - Method in class adams.flow.source.filesystemsearch.AbstractFtpDirectoryListerBasedSearchlet
Sets the logging level.
setLoggingLevel(LoggingLevel) - Method in class adams.flow.source.filesystemsearch.AbstractLocalDirectoryListerBasedSearchlet
Sets the logging level.
setLoggingLevel(LoggingLevel) - Method in class adams.flow.source.filesystemsearch.AbstractSftpDirectoryListerBasedSearchlet
Sets the logging level.
setLoggingLevel(LoggingLevel) - Method in class adams.flow.source.filesystemsearch.AbstractSmbDirectoryListerBasedSearchlet
Sets the logging level.
setLoggingLevel(LoggingLevel) - Method in class adams.flow.standalone.AbstractMutableActorDaemonEvent
Sets the logging level.
setLoggingLevel(LoggingLevel) - Method in class adams.flow.standalone.AbstractMutableStandaloneGroupItem
Sets the logging level.
setLoggingLevel(LoggingLevel) - Method in class adams.flow.standalone.Cron
Sets the logging level.
setLoggingLevel(LoggingLevel) - Method in class adams.flow.standalone.DelayedEvent
Sets the logging level.
setLoggingLevel(LoggingLevel) - Method in class adams.flow.standalone.DeleteDir
Sets the logging level.
setLoggingLevel(LoggingLevel) - Method in class adams.flow.standalone.DeleteFile
Sets the logging level.
setLoggingLevel(LoggingLevel) - Method in class adams.flow.standalone.QueueEvent
Sets the logging level.
setLoggingLevel(LoggingLevel) - Method in class adams.flow.transformer.AbstractProcessWekaInstanceWithModel
Sets the logging level.
setLoggingLevel(LoggingLevel) - Method in class adams.flow.transformer.WekaFilter
Sets the logging level.
setLoggingLevel(LoggingLevel) - Method in class adams.gui.application.AbstractApplicationFrame
Sets the logging level.
setLoggingLevel(LoggingLevel) - Method in class adams.gui.core.AbstractBaseTableModel
Sets the logging level.
setLoggingLevel(LoggingLevel) - Method in class adams.gui.visualization.sequence.AbstractXYSequencePaintlet
Sets the logging level.
setLoggingLevel(LoggingLevel) - Method in class adams.scripting.engine.DefaultMainScriptingEngine
Sets the logging level.
setLoggingLevel(LoggingLevel) - Method in class adams.terminal.application.AbstractTerminalApplication
Sets the logging level.
setLoggingPrefixFormat(String) - Method in class adams.core.command.stderr.Log
Sets the format for the logging prefix.
setLoggingPrefixFormat(String) - Method in class adams.core.command.stdout.Log
Sets the format for the logging prefix.
setLogo(Icon) - Method in class adams.gui.wizard.FinalPage
Sets the logo to display.
setLogo(Icon) - Method in class adams.gui.wizard.StartPage
Sets the logo to display.
setLogSource(String) - Method in class adams.flow.control.Rejector
Sets the source to use in the log entries.
setLogSource(String) - Method in class adams.flow.transformer.MakeLogEntry
Sets the source to use in the log entries.
setLogType(String) - Method in class adams.flow.transformer.MakeLogEntry
Sets the type to use for the entries.
setLoHipoint(double) - Method in class weka.classifiers.meta.HighLowSplit
 
setLoHipoint(double) - Method in class weka.classifiers.meta.HighLowSplitSingleClassifier
 
setLong(String, Long) - Method in class adams.core.Properties
Sets the long value.
setLookAndFeel() - Method in class adams.gui.application.AbstractApplicationFrame
Sets the look'n'feel.
setLookUps(BaseKeyValuePair[]) - Method in class adams.data.groupextraction.SpreadSheetCellWithLookUp
Sets the lookup pairs.
setLoopLower(int) - Method in class adams.flow.source.AbstractForLoop
Sets the lower bound of the loop.
setLoopLower(int) - Method in class adams.flow.source.newlist.ForLoop
Sets the lower bound of the loop.
setLoopMenu(boolean) - Method in class adams.flow.template.SimpleMenu
Sets whether to wrap the menu in a while loop.
setLoopStep(int) - Method in class adams.flow.source.AbstractForLoop
Sets the step size.
setLoopStep(int) - Method in class adams.flow.source.newlist.ForLoop
Sets the step size.
setLoopUpper(int) - Method in class adams.flow.source.AbstractForLoop
Sets the upper bound of the loop.
setLoopUpper(int) - Method in class adams.flow.source.newlist.ForLoop
Sets the upper bound of the loop.
setLoopVariable(VariableName) - Method in class adams.flow.template.SimpleMenu
Sets the variable name to use for storing the cancelled state.
setLower(double) - Method in class adams.data.spreadsheet.filter.Normalize
Sets the lower bound to use.
setLower(double) - Method in class adams.data.statistics.ArrayNormalizeRange
Sets the lower bound to use.
setLower(LowerStatistic) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.Predictions
Sets the lower value to output.
setLower(LowerStatistic) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.SamplePlot
Sets the lower value to output.
setLowerBound(double) - Method in class adams.data.distribution.Uniform
Sets the lower bound.
setLowerBound(Number) - Method in class adams.gui.goe.AbstractNumberEditor
Sets the optional lower bound.
setLowThreshold(float) - Method in class adams.data.boofcv.transformer.CannyEdgeDetection
Sets the low threshold to use.
setLuminance(AbstractLuminanceParameters) - Method in class adams.data.image.transformer.Grayscale
Sets the luminance scheme.
setMain(RemoteCommandJobRunner) - Method in class adams.multiprocess.RemoteCommandJobRunner.RemoteCommandGrabber
Sets the main scripting engine this command handler belongs to.
setMain(Connection) - Method in class adams.scripting.engine.DefaultWorkerScriptingEngine
Sets the connection for communicating with the main engine.
setMain(Connection) - Method in interface adams.scripting.engine.WorkerScriptingEngine
Sets the connection for communicating with the main engine.
setMain(MainScriptingEngine) - Method in class adams.scripting.engine.DefaultMainScriptingEngine.RemoteCommandGrabber
Sets the main scripting engine this command handler belongs to.
setMainClass(String) - Method in class adams.core.management.Launcher
Sets the main class of the process.
setMainDividerLocation(int) - Method in class adams.flow.transformer.ImageAnnotator.AnnotatorPanel
Sets the divider location between image and properties.
setMainDividerLocation(int) - Method in class adams.gui.visualization.image.ImagePanel
Sets the divider location between image and properties.
setMainFilter(Filter) - Method in class weka.filters.FilteredFilter
Sets the main filter to use.
setMakeClassLast(boolean) - Method in class adams.flow.transformer.WekaMultiLabelSplitter
Sets whether to make the class attribute the last attribute.
setMakeCompliant(boolean) - Method in class adams.data.conversion.StringToFile
Sets whether to make the file name part file-system compliant.
setMakeFilename(boolean) - Method in class adams.data.id.AbstractIDFilenameGenerator
Sets whether to make the ID filename compliant.
setMakeThreadSafe(boolean) - Method in class adams.flow.transformer.WekaModelReader
Sets whether to wrap classifier inside a threadsafe ThreadSafeClassifierWrapper wrapper.
setManager(AbstractContainerManager) - Method in class adams.gui.visualization.container.AbstractContainer
Sets the container manager to use.
setManager(LayerManager) - Method in class adams.gui.visualization.segmentation.layer.AbstractLayer
Sets the layer manager.
setManager(M) - Method in class adams.gui.visualization.container.AbstractContainerList
Sets the manager with the containers to use for display.
setManualBottomMargin(Double) - Method in class adams.gui.visualization.core.axis.AbstractAxisModel
Sets the manual bottom margin factor (>= 0.0 or null).
setManualBottomMargin(Double) - Method in class adams.gui.visualization.core.AxisPanel
Sets the manual bottom margin factor (>= 0.0 or null).
setManualClassifier(Classifier) - Method in class adams.flow.transformer.indexedsplitsrunsevaluation.InstancesIndexedSplitsRunsEvaluation
Sets the manual classifier to use instead of obtaining it from the flow.
setManualClassifier(Classifier) - Method in class adams.flow.transformer.indexedsplitsrunspredictions.InstancesIndexedSplitsRunsPredictions
Sets the manual classifier to use instead of obtaining it from the flow.
setManualMax(double) - Method in class adams.data.binning.algorithm.ManualBinning
Sets the maximum to use with user-supplied max/max enabled.
setManualMax(double) - Method in class adams.data.statistics.ArrayHistogram
Sets the maximum to use when using manual binning with user-supplied max/max enabled.
setManualMax(double) - Method in class adams.flow.transformer.ArrayHistogramRanges
Sets the maximum to use when using manual binning with user-supplied max/max enabled.
setManualMax(double) - Method in class adams.flow.transformer.SpreadSheetHistogramRanges
Sets the maximum to use when using manual binning with user-supplied max/max enabled.
setManualMax(double) - Method in class adams.flow.transformer.WekaInstancesHistogramRanges
Sets the maximum to use when using manual binning with user-supplied max/max enabled.
setManualMaximum(Double) - Method in class adams.gui.visualization.core.axis.AbstractAxisModel
Sets the manual maximum to display on the axis.
setManualMaximum(Double) - Method in class adams.gui.visualization.core.AxisPanel
Sets the manual maximum to display on the axis.
setManualMin(double) - Method in class adams.data.binning.algorithm.ManualBinning
Sets the minimum to use with user-supplied min/max enabled.
setManualMin(double) - Method in class adams.data.statistics.ArrayHistogram
Sets the minimum to use when using manual binning with user-supplied min/max enabled.
setManualMin(double) - Method in class adams.flow.transformer.ArrayHistogramRanges
Sets the minimum to use when using manual binning with user-supplied min/max enabled.
setManualMin(double) - Method in class adams.flow.transformer.SpreadSheetHistogramRanges
Sets the minimum to use when using manual binning with user-supplied min/max enabled.
setManualMin(double) - Method in class adams.flow.transformer.WekaInstancesHistogramRanges
Sets the minimum to use when using manual binning with user-supplied min/max enabled.
setManualMinimum(Double) - Method in class adams.gui.visualization.core.axis.AbstractAxisModel
Sets the manual minimum to display on the axis.
setManualMinimum(Double) - Method in class adams.gui.visualization.core.AxisPanel
Sets the manual minimum to display on the axis.
setManualTopMargin(Double) - Method in class adams.gui.visualization.core.axis.AbstractAxisModel
Sets the manual top margin factor (>= 0.0 or null).
setManualTopMargin(Double) - Method in class adams.gui.visualization.core.AxisPanel
Sets the manual top margin factor (>= 0.0 or null).
SetManyVariables - Class in adams.flow.standalone
Sets the values of the variables.
Optionally, the specified values can be expanded, in case it is made up of variables itself.

Grammar for mathematical expressions (value type 'MATH_EXPRESSION, MATH_EXPRESSION_ROUND'):

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 )
| 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)
| replace ( str , pos , len , newstr )
| 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)
;

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 '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.
SetManyVariables - Class in adams.flow.transformer
Sets the values of the variables whenever a token passes through, but does not use the token's value.
Optionally, the specified values can be expanded, in case it is made up of variables itself.

Grammar for mathematical expressions (value type 'MATH_EXPRESSION, MATH_EXPRESSION_ROUND'):

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 )
| 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)
| replace ( str , pos , len , newstr )
| 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)
;

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 '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.
SetManyVariables() - Constructor for class adams.flow.standalone.SetManyVariables
 
SetManyVariables() - Constructor for class adams.flow.transformer.SetManyVariables
 
setMapClass(BaseClassname) - Method in class adams.data.conversion.SpreadSheetToMap
Sets the map class.
setMapClass(BaseClassname) - Method in class adams.flow.source.NewMap
Sets the map class.
SetMapValue - Class in adams.flow.transformer
Sets a value in a java.util.Map object.
The value can be either supplied as string using the 'value' property, obtained from a callable actor (property 'source') or from a storage item (property 'storage').
SetMapValue() - Constructor for class adams.flow.transformer.SetMapValue
 
SetMapValue.SourceType - Enum in adams.flow.transformer
the source of the other report.
setMargin(int) - Method in class adams.data.barcode.encode.AbstractBarcodeEncoder
Sets the margin around the barcode.
setMarkerExtent(int) - Method in class adams.flow.sink.controlchartplot.ChartPaintlet
Sets the extent (width and height of the shape around the plotted point).
setMarkerExtent(int) - Method in interface adams.gui.visualization.core.PaintletWithMarkers
Sets the extent (width and height of the shape around the plotted point).
setMarkerExtent(int) - Method in class adams.gui.visualization.instance.InstanceLinePaintlet
Sets the extent (width and height of the shape around the plotted point).
setMarkerExtent(int) - Method in class adams.gui.visualization.sequence.LinePaintlet
Sets the extent (width and height of the shape around the plotted point).
setMarkerExtent(int) - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowLinePaintlet
Sets the extent (width and height of the shape around the plotted point).
setMarkerExtent(int) - Method in class adams.gui.visualization.timeseries.TimeseriesPaintlet
Sets the extent (width and height of the shape around the plotted point).
setMarkerLength(int) - Method in class adams.flow.sink.sequenceplotter.SimpleErrorPaintlet
Sets the length of the markers in case of SimpleErrorPaintlet.PlotType.BAR.
setMarkerPaintlet(MarkerPaintlet) - Method in class adams.flow.sink.sequenceplotter.SequencePlotterPanel
Sets the marker paintlet to use.
setMarkerPaintlet(MarkerPaintlet) - Method in class adams.flow.sink.SequencePlotter
Sets the marker paintlet to use.
setMarkersDisabled(boolean) - Method in interface adams.gui.visualization.core.PaintletWithMarkers
Sets whether to draw markers or not.
setMarkersDisabled(boolean) - Method in class adams.gui.visualization.instance.InstanceLinePaintlet
Sets whether to draw markers or not.
setMarkersDisabled(boolean) - Method in class adams.gui.visualization.sequence.LinePaintlet
Sets whether to draw markers or not.
setMarkersDisabled(boolean) - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowLinePaintlet
Sets whether to draw markers or not.
setMarkersDisabled(boolean) - Method in class adams.gui.visualization.timeseries.TimeseriesPaintlet
Sets whether to draw markers or not.
setMask(StorageName) - Method in class adams.data.image.transformer.SuppliedImageMask
Sets storage name of the mask image.
setMatrix(String) - Method in class adams.flow.transformer.WekaGenericPLSMatrixAccess
Sets the name of matrix to extract.
setMatrix(Matrix) - Method in class weka.filters.supervised.attribute.SIMPLSMatrixFilter
 
setMatrix(Matrix) - Method in class weka.filters.supervised.attribute.SIMPLSMatrixFilterFromGeneticString
 
setMatrixOutput(ImageObjectOverlapMatrix.MatrixOutput) - Method in class adams.flow.transformer.ImageObjectOverlapMatrix
Sets what type of output to store in the matrix.
setMatrixType(WekaExtractPLSMatrix.MatrixType) - Method in class adams.flow.transformer.WekaExtractPLSMatrix
Sets the type of matrix to extract.
setMatrixValues(ConfusionMatrix.MatrixValues) - Method in class adams.data.imagesegmentation.operation.ConfusionMatrix
Sets the type of values to generate.
setMatrixValues(ConfusionMatrix.MatrixValues) - Method in class adams.flow.transformer.ConfusionMatrix
Sets the type of values to generate.
setMatrixValues(ConfusionMatrix.MatrixValues) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.ConfusionMatrix
Sets the type of values to generate.
setMax(double) - Method in class adams.data.conversion.DoubleMatrixToBufferedImage
Sets the maximum in case of using a fixed range.
setMax(double) - Method in class adams.data.outlier.MinMax
Sets the max.
setMax(double) - Method in class adams.data.outlier.TimeseriesRange
Sets the maximum value accept.
setMax(double) - Method in class weka.filters.supervised.attribute.SIMPLSMatrixFilterFromGeneticString
 
setMax(double) - Method in class weka.filters.unsupervised.instance.Scale
Sets the maximum for the values.
setMax(int) - Method in class adams.core.Index
Sets the maximum (1-max will be allowed).
setMax(int) - Method in class adams.core.Range
Sets the maximum (1-max will be allowed).
setMax(int) - Method in class adams.core.UnorderedRange
Sets the maximum (1-max will be allowed).
setMax(int) - Method in class adams.data.boofcv.features.Otsu
Sets the maximum value for the computation.
setMax(int) - Method in class adams.flow.source.IntegerRange
Sets the maximum for the range.
setMax(int) - Method in class adams.flow.transformer.WekaClassifierRanker
Sets the maximum number of top-ranked classifiers to forward.
setMax(int) - Method in class adams.gui.visualization.sequence.pointpreprocessor.Jitter
Sets the maximum jitter to apply.
setMax(int) - Method in class weka.classifiers.trees.RandomModelTrees
 
setMax(OptData) - Method in class adams.opt.optimise.GridSearch
Initialise vars to their maximum.
setMax(OptData) - Method in class adams.opt.optimise.SplitSearch
Initialise vars to their maximum.
setMaxAttributeNames(int) - Method in class adams.data.instancesanalysis.PCA
Sets the maximum number of attribute names.
setMaxAttributes(int) - Method in class adams.data.instancesanalysis.PCA
Sets the maximum attributes.
setMaxBin(int) - Method in class weka.classifiers.trees.XGBoost
Sets the maximum number of discrete bins to bucket continuous features.
setMaxClassColumns(int) - Method in class adams.ml.capabilities.Capabilities
Sets the maximum number of required class columns.
setMaxClassRangePercentage(double) - Method in class weka.classifiers.meta.MinMaxLimits
Set the percentage of leeway to apply to the upper limit determaxed by the range of the class attribute in the training data.
setMaxColumnOptimalColumnWidthCalc(int) - Method in class adams.gui.core.BaseTable
Sets the maximum number of columns before no longer attempting to calculate the optimal column width.
setMaxColumnOptimalHeaderWidthCalc(int) - Method in class adams.gui.core.BaseTable
Sets the maximum number of columns before no longer attempting to calculate the optimal header width.
setMaxColumns(int) - Method in class adams.ml.capabilities.Capabilities
Sets the maximum number of required columns.
setMaxColumns(int) - Method in class adams.ml.preprocessing.unsupervised.PCA
Sets the maximum attributes.
setMaxCommands(int) - Method in class adams.flow.transformer.ExecuteRemoteCommand
Sets the maximum number of commands allowed in the queue.
setMaxCommands(int) - Method in class adams.scripting.engine.ManualFeedScriptingEngine
Sets the maximum number of commands allowed in the queue.
setMaxCommentLength(int) - Method in class adams.gui.core.Undo
Sets the maximum length for comments before shortening them.
setMaxConcurrentJobs(int) - Method in class adams.scripting.engine.AbstractScriptingEngineWithJobQueue
Sets the maximum number of concurrent jobs to execute.
setMaxConcurrentJobs(int) - Method in interface adams.scripting.engine.JobQueueHandler
Sets the maximum number of concurrent jobs to execute.
setMaxConnectAttempts(int) - Method in class adams.db.AbstractDatabaseConnection
Sets the maximum number of connection attempts for a driver/URL/user/pw combination (only if not connected).
setMaxDecimalPlaces(int) - Method in class weka.core.converters.SimpleArffSaver
Set the maximum number of decimal places to print
setMaxDecimals(int) - Method in class adams.data.io.output.SimpleArffSpreadSheetWriter
Sets the maximum number of decimals to use for numeric values.
setMaxDelete(int) - Method in class adams.flow.source.RSync
 
setMaxDepth(int) - Method in class adams.core.io.lister.AbstractRecursiveDirectoryLister
Sets the maximum depth to search (1 = only watch dir, -1 = infinite).
setMaxDepth(int) - Method in interface adams.core.io.lister.RecursiveDirectoryLister
Sets the maximum depth to search (1 = only watch dir, -1 = infinite).
setMaxDepth(int) - Method in class adams.flow.source.DirectoryLister
Sets the maximum depth to search (in recursive mode).
setMaxDepth(int) - Method in class adams.flow.source.filesystemsearch.FtpDirectorySearch
Sets the maximum depth to search (in recursive mode).
setMaxDepth(int) - Method in class adams.flow.source.filesystemsearch.FtpDirectorySearchWithComparator
Sets the maximum depth to search (in recursive mode).
setMaxDepth(int) - Method in class adams.flow.source.filesystemsearch.FtpDirectorySearchWithCustomSort
Sets the maximum depth to search (in recursive mode).
setMaxDepth(int) - Method in class adams.flow.source.filesystemsearch.FtpFileSearch
Sets the maximum depth to search (in recursive mode).
setMaxDepth(int) - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearch
Sets the maximum depth to search (in recursive mode).
setMaxDepth(int) - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearchWithComparator
Sets the maximum depth to search (in recursive mode).
setMaxDepth(int) - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearchWithCustomSort
Sets the maximum depth to search (in recursive mode).
setMaxDepth(int) - Method in class adams.flow.source.filesystemsearch.LocalFileSearch
Sets the maximum depth to search (in recursive mode).
setMaxDepth(int) - Method in class adams.flow.source.filesystemsearch.SftpDirectorySearch
Sets the maximum depth to search (in recursive mode).
setMaxDepth(int) - Method in class adams.flow.source.filesystemsearch.SftpDirectorySearchWithComparator
Sets the maximum depth to search (in recursive mode).
setMaxDepth(int) - Method in class adams.flow.source.filesystemsearch.SftpDirectorySearchWithCustomSort
Sets the maximum depth to search (in recursive mode).
setMaxDepth(int) - Method in class adams.flow.source.filesystemsearch.SftpFileSearch
Sets the maximum depth to search (in recursive mode).
setMaxDepth(int) - Method in class adams.flow.source.filesystemsearch.SmbDirectorySearch
Sets the maximum depth to search (in recursive mode).
setMaxDepth(int) - Method in class adams.flow.source.filesystemsearch.SmbDirectorySearchWithComparator
Sets the maximum depth to search (in recursive mode).
setMaxDepth(int) - Method in class adams.flow.source.filesystemsearch.SmbDirectorySearchWithCustomSort
Sets the maximum depth to search (in recursive mode).
setMaxDepth(int) - Method in class adams.flow.source.filesystemsearch.SmbFileSearch
Sets the maximum depth to search (in recursive mode).
setMaxDepth(int) - Method in class adams.flow.standalone.DeleteDir
Sets the maximum depth to search (in recursive mode).
setMaxDepth(int) - Method in class adams.flow.standalone.DeleteFile
Sets the maximum depth to search (in recursive mode).
setMaxDepth(int) - Method in class weka.classifiers.trees.XGBoost
Sets the maximum depth of a tree.
setMaxDifference(String) - Method in class weka.classifiers.meta.AbstainAverage
 
setMaxDifference(String) - Method in class weka.classifiers.meta.AbstainAverageWithClassifierWeights
 
setMaxDifference(String) - Method in class weka.classifiers.meta.AbstainVote
 
setMaxDisplayItems(int) - Method in class adams.gui.goe.GenericArrayEditorPanel
Sets the maximum number of array items to display via toString().
setMaxDisplayItems(int) - Method in class adams.gui.goe.WekaGenericArrayEditorPanel
Sets the maximum number of array items to display via toString().
setMaxFactor(double) - Method in class weka.filters.unsupervised.instance.WeightsBasedResample
Sets the upper limit for the multiplication factor for instances.
setMaxFailures(int) - Method in class adams.console.Logging
Sets the maximum number of conection failures to tolerate.
setMaxFailures(int) - Method in class adams.core.logging.RemoteSendHandler
Sets the maximum number of failures to accept.
setMaxFailures(int) - Method in class adams.scripting.command.basic.StartRemoteLogging
Sets the maximum number of failures to accept on the sending side.
setMaxFileTimestamp(BaseDateTime) - Method in class adams.core.io.lister.LocalDirectoryLister
Sets the maximum file timestamp ("last modified") that the files need to have.
setMaxFileTimestamp(BaseDateTime) - Method in class adams.flow.source.DirectoryLister
Sets the maximum file timestamp that the files have to have.
setMaxFitnessHistorySize(int) - Method in class adams.opt.genetic.AbstractGeneticAlgorithm
Sets the maximum size for the fitness history.
setMaxHandling(MinMaxLimits.LimitHandling) - Method in class weka.classifiers.meta.MinMaxLimits
Set how the upper limit is handled.
setMaxHeight(int) - Method in class adams.flow.transformer.locateobjects.SizeFilter
Sets the maximum height.
setMaxHeight(int) - Method in class adams.flow.transformer.negativeregions.MaxDimensions
Sets the maximum height a negative region can have.
setMaxHeight(int) - Method in class adams.flow.transformer.negativeregions.RandomRegions
Sets the maximum height a negative region can have.
setMaximum(double) - Method in class adams.core.discovery.genetic.AbstractGeneticDoubleDiscoveryHandler
Sets the maximum.
setMaximum(double) - Method in class adams.core.discovery.genetic.AbstractGeneticDoubleMatrixDiscoveryHandler
Sets the maximum.
setMaximum(double) - Method in class adams.data.conversion.Maximum
Sets the maximum.
setMaximum(double) - Method in class adams.data.featureconverter.CountValues
Sets the maximum.
setMaximum(double) - Method in class adams.data.filter.TimeseriesValueSubset
Sets the maximum (included) that the values need to satisfy.
setMaximum(double) - Method in class adams.data.objectfinder.ByMetaDataNumericValue
Sets the maximum.
setMaximum(double) - Method in class adams.data.objectfinder.Size
Sets the maximum.
setMaximum(double) - Method in class adams.data.spreadsheet.rowfinder.ByNumericValue
Sets the maximum.
setMaximum(double) - Method in class adams.data.weka.rowfinder.ByNumericValue
Sets the maximum.
setMaximum(double) - Method in class adams.flow.sink.ProgressBar
Sets the maximum.
setMaximum(double) - Method in class adams.flow.transformer.wekaevaluationpostprocessor.SimpleSubRange
Sets the maximum.
setMaximum(double) - Method in class adams.gui.visualization.core.axis.AbstractAxisModel
Sets the maximum to display on the axis.
setMaximum(double) - Method in class adams.gui.visualization.core.AxisPanel
Sets the maximum to display on the axis.
setMaximum(float) - Method in class adams.core.discovery.genetic.AbstractGeneticFloatDiscoveryHandler
Sets the maximum.
setMaximum(int) - Method in class adams.core.discovery.genetic.AbstractGeneticIntegerArrayDiscoveryHandler
Sets the maximum.
setMaximum(int) - Method in class adams.core.discovery.genetic.AbstractGeneticIntegerDiscoveryHandler
Sets the maximum.
setMaximum(int) - Method in class adams.data.objectfinder.PolygonPoints
Sets the maximum.
setMaximum(int) - Method in class adams.flow.condition.bool.Counting
Sets the maximum number of counts before de-activating.
setMaximum(LoggingLevel) - Method in class adams.flow.standalone.logevent.LevelFilter
Sets the maximum level of records to accept.
setMaximum(String) - Method in class adams.data.spreadsheet.rowfinder.ByDateValue
Sets the maximum.
setMaximum(String) - Method in class adams.data.spreadsheet.rowfinder.ByStringComparison
Sets the maximum.
setMaximumAttributeNames(int) - Method in class adams.flow.transformer.WekaPrincipalComponents
Sets maximum number of attribute names.
setMaximumAttributeNames(int) - Method in class weka.core.neighboursearch.PCANNSearch
Sets maximum number of attributes to include in transformed attribute names.
setMaximumAttributeNames(int) - Method in class weka.filters.unsupervised.attribute.PrincipalComponentsJ
Sets maximum number of attributes to include in transformed attribute names.
setMaximumAttributes(int) - Method in class adams.flow.transformer.WekaPrincipalComponents
Sets maximum number of PC attributes to retain.
setMaximumAttributes(int) - Method in class weka.filters.unsupervised.attribute.PrincipalComponentsJ
Sets maximum number of PC attributes to retain.
setMaximumDeltaStep(float) - Method in class weka.classifiers.trees.XGBoost
Sets the maximum delta step we allow each leaf output to be.
setMaximumIncluded(boolean) - Method in class adams.data.featureconverter.CountValues
Sets whether to exclude the maximum.
setMaximumIncluded(boolean) - Method in class adams.data.objectfinder.ByMetaDataNumericValue
Sets whether to exclude the maximum.
setMaximumIncluded(boolean) - Method in class adams.data.objectfinder.PolygonPoints
Sets whether to exclude the maximum.
setMaximumIncluded(boolean) - Method in class adams.data.objectfinder.Size
Sets whether to exclude the maximum.
setMaximumIncluded(boolean) - Method in class adams.data.spreadsheet.rowfinder.ByDateValue
Sets whether to exclude the maximum.
setMaximumIncluded(boolean) - Method in class adams.data.spreadsheet.rowfinder.ByNumericValue
Sets whether to exclude the maximum.
setMaximumIncluded(boolean) - Method in class adams.data.spreadsheet.rowfinder.ByStringComparison
Sets whether to exclude the maximum.
setMaximumIncluded(boolean) - Method in class adams.data.weka.rowfinder.ByNumericValue
Sets whether to exclude the maximum.
setMaximumIncluded(boolean) - Method in class adams.flow.transformer.wekaevaluationpostprocessor.SimpleSubRange
Sets whether to exclude the maximum.
setMaxItems(int) - Method in class adams.core.io.lister.AbstractDirectoryLister
Sets the maximum number of items to return.
setMaxItems(int) - Method in interface adams.core.io.lister.DirectoryLister
Sets the maximum number of items to return.
setMaxItems(int) - Method in class adams.flow.source.DirectoryLister
Sets the maximum number of items to return.
setMaxItems(int) - Method in class adams.flow.source.filesystemsearch.FtpDirectorySearch
Sets the maximum number of items to return.
setMaxItems(int) - Method in class adams.flow.source.filesystemsearch.FtpDirectorySearchWithComparator
Sets the maximum number of items to return.
setMaxItems(int) - Method in class adams.flow.source.filesystemsearch.FtpDirectorySearchWithCustomSort
Sets the maximum number of items to return.
setMaxItems(int) - Method in class adams.flow.source.filesystemsearch.FtpFileSearch
Sets the maximum number of items to return.
setMaxItems(int) - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearch
Sets the maximum number of items to return.
setMaxItems(int) - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearchWithComparator
Sets the maximum number of items to return.
setMaxItems(int) - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearchWithCustomSort
Sets the maximum number of items to return.
setMaxItems(int) - Method in class adams.flow.source.filesystemsearch.LocalFileSearch
Sets the maximum number of items to return.
setMaxItems(int) - Method in class adams.flow.source.filesystemsearch.SftpDirectorySearch
Sets the maximum number of items to return.
setMaxItems(int) - Method in class adams.flow.source.filesystemsearch.SftpDirectorySearchWithComparator
Sets the maximum number of items to return.
setMaxItems(int) - Method in class adams.flow.source.filesystemsearch.SftpDirectorySearchWithCustomSort
Sets the maximum number of items to return.
setMaxItems(int) - Method in class adams.flow.source.filesystemsearch.SftpFileSearch
Sets the maximum number of items to return.
setMaxItems(int) - Method in class adams.flow.source.filesystemsearch.SmbDirectorySearch
Sets the maximum number of items to return.
setMaxItems(int) - Method in class adams.flow.source.filesystemsearch.SmbDirectorySearchWithComparator
Sets the maximum number of items to return.
setMaxItems(int) - Method in class adams.flow.source.filesystemsearch.SmbDirectorySearchWithCustomSort
Sets the maximum number of items to return.
setMaxItems(int) - Method in class adams.flow.source.filesystemsearch.SmbFileSearch
Sets the maximum number of items to return.
setMaxIter(int) - Method in class adams.data.instancesanalysis.pls.KernelPLS
Sets the inner NIPALS loop improvement tolerance.
setMaxIter(int) - Method in class adams.data.instancesanalysis.pls.NIPALS
Sets the inner NIPALS loop maximum number of iterations.
setMaxIter(int) - Method in class adams.data.instancesanalysis.pls.PRM
Sets the inner NIPALS loop maximum number of iterations.
setMaxIter(int) - Method in class adams.data.instancesanalysis.pls.SparsePLS
Sets the inner NIPALS loop maximum number of iterations.
setMaxIterations(int) - Method in class weka.clusterers.SAXKMeans
set the maximum number of iterations to be executed.
setMaxIterations(int) - Method in class weka.filters.unsupervised.instance.RemoveMisclassifiedAbs
Sets the maximum number of cleansing iterations to perform - < 1 means go until fully cleansed
setMaxIterations(int) - Method in class weka.filters.unsupervised.instance.RemoveMisclassifiedRel
Sets the maximum number of cleansing iterations to perform - < 1 means go until fully cleansed
setMaxLabels(int) - Method in class adams.data.conversion.SpreadSheetToWekaInstances
Sets the maximum number of labels a nominal attribute can have.
setMaxLabels(int) - Method in class adams.data.spreadsheet.filter.WekaFilter
Sets the maximum number of labels a nominal attribute can have.
setMaxLag(int) - Method in class adams.flow.core.LagMakerOptions
Sets the maximum lag.
setMaxLeaves(int) - Method in class weka.classifiers.trees.XGBoost
Sets the maximum number of nodes to be added.
setMaxLength(int) - Method in class adams.flow.condition.bool.HasLength
Sets the maximum number of elements the array can have.
setMaxLength(int) - Method in class adams.flow.transformer.StringJoin
Sets the maximum length for the generated string(s).
setMaxLength(int) - Method in class adams.tools.ZipPassword
Sets the maximum length of password string to generate for brute force attack.
setMaxLevels(int) - Method in class weka.classifiers.meta.ClassifierCascade
the maximum number of levels in the cascade.
setMaxLines(int) - Method in class adams.data.io.input.LineByLineTextReader
Sets the maximum lines to read.
setMaxLines(int) - Method in class adams.flow.transformer.BoofCVDetectLines
Sets the maximum number of lines to detect.
setMaxLines(int) - Method in class adams.flow.transformer.splitfile.SplitByLineCount
Sets the maximum number of lines for the files.
setMaxManual(double) - Method in class weka.classifiers.meta.MinMaxLimits
Set the manual upper limit.
setMaxNeighbors(int) - Method in class adams.flow.transformer.WekaNearestNeighborSearch
Sets the maximum number of neighbors to find.
setMaxNominalValues(int) - Method in class adams.data.io.output.SimpleArffSpreadSheetWriter
Sets the maximum number of different values to accept for NOMINAL attributes before switching to STRING.
setMaxNum(int) - Method in class adams.flow.source.RandomNumberGenerator
Sets the maximum number of random numbers to generate.
setMaxPageCloseUndo(int) - Method in class adams.gui.core.MultiPagePane
Sets the maximum pages to keep around for undoing closing.
setMaxRegions(int) - Method in class adams.flow.transformer.negativeregions.LargestRegions
Sets the maximum number of regions to generate.
setMaxRows(int) - Method in class adams.data.io.output.ExcelStreamingSpreadSheetWriter
Sets the maximum number of rows to keep in memory.
setMaxRows(int) - Method in class adams.flow.condition.bool.HasRows
Sets the maximum number of rows the spreadsheet can have.
setMaxRows(int) - Method in class adams.ml.capabilities.Capabilities
Sets the maximum number of required columns.
setMaxSize(int) - Method in class adams.data.weka.predictions.RelativeNumericErrorScaler
Sets the maximum size for the errors.
setMaxSize(int) - Method in class adams.flow.condition.bool.HasSize
Sets the maximum number of elements the array can have.
setMaxSize(int) - Method in class adams.flow.transformer.locateobjects.XScreenMaskLocator
Set maximum object size.
setMaxSize(long) - Method in class adams.flow.transformer.splitfile.SplitBySize
Sets the maximum size for the files.
setMaxSize(String) - Method in class adams.flow.source.RSync
 
setMaxStringLength(int) - Method in class adams.data.io.output.SqlDumpSpreadSheetWriter
Sets the maximum length for strings.
setMaxStringLength(int) - Method in class adams.flow.sink.SpreadSheetDbWriter
Sets the maximum length for strings.
setMaxTabCloseUndo(int) - Method in class adams.gui.core.BaseTabbedPane
Sets the maximum tabs to keep around for undoing closing.
setMaxTime(int) - Method in class adams.flow.source.RSync
 
setMaxTime(int) - Method in class adams.flow.source.SimpleRSync
 
setMaxTimestamp(BaseDateTime) - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearchWithTimestampConstraints
Sets the maximum 'last modified' timestamp that the directories have to have.
setMaxTimestamp(BaseDateTime) - Method in class adams.flow.source.filesystemsearch.LocalFileSearchWithTimestampConstraints
Sets the maximum 'last modified' timestamp that the files have to have.
setMaxTitleLength(int) - Method in class adams.gui.core.BaseTabbedPane
Sets the maximum title length to allow before shortening when using BaseTabbedPane.setShortenedTitleAt(int, String).
setMaxTrainTime(int) - Method in class adams.opt.genetic.stopping.MaxTrainTime
Sets the maximum number of seconds to perform training.
setMaxTrainTime(int) - Method in class adams.opt.genetic.stopping.MaxTrainTimeWithoutImprovement
Sets the maximum number of seconds to wait for improvement.
setMaxTrainTime(int) - Method in class adams.opt.optimise.genetic.AbstractGeneticAlgorithm
Sets the maximum number of seconds to perform training.
setMaxUndo(int) - Method in class adams.flow.transformer.ImageObjectAnnotator
Sets whether to allow using the previous report.
setMaxUndo(int) - Method in class adams.flow.transformer.ImageSegmentationAnnotator
Sets whether to allow using the previous report.
setMaxUndo(int) - Method in class adams.gui.core.Undo
Sets the maximum number of undo steps to allow.
setMaxValue(double) - Method in interface adams.data.random.RandomDoubleRangeGenerator
Sets the maximum value of the numbers to generate.
setMaxValue(float) - Method in class adams.data.opencv.features.Histogram
Sets the max value.
setMaxValue(int) - Method in class adams.data.opencv.features.Otsu
Sets the max value.
setMaxValue(int) - Method in class adams.data.opencv.transformer.Threshold
Sets the max value.
setMaxValue(int) - Method in class adams.data.random.JavaRandomInt
Sets the maximum value of the numbers to generate.
setMaxValue(int) - Method in class adams.data.random.JavaRandomIntUnseeded
Sets the maximum value of the numbers to generate.
setMaxValue(int) - Method in interface adams.data.random.RandomIntegerRangeGenerator
Sets the maximum value of the numbers to generate.
setMaxValue(Double) - Method in class adams.gui.visualization.report.ReportFactory.StandardsDialog
Sets the maximum value to display.
setMaxVariable(VariableName) - Method in class adams.flow.template.FileProcessingWithProgressBar
Sets the variable name to use for storing the number of files (= maximum).
setMaxWait(int) - Method in class adams.multiprocess.ScpJobRunner
Sets the maximum time in milli-seconds to wait before giving up on the remote jobs.
setMaxWidth(int) - Method in class adams.flow.transformer.locateobjects.SizeFilter
Sets the maximum width.
setMaxWidth(int) - Method in class adams.flow.transformer.negativeregions.MaxDimensions
Sets the maximum width a negative region can have.
setMaxWidth(int) - Method in class adams.flow.transformer.negativeregions.RandomRegions
Sets the maximum width a negative region can have.
setMaxX(double) - Method in class adams.gui.visualization.sequence.PaintletWithFixedXRange
Sets the maximum of the X range.
setMaxX(double) - Method in class adams.gui.visualization.sequence.PaintletWithFixedXYRange
Sets the maximum of the X range.
setMaxX(BaseDateTime) - Method in class adams.gui.visualization.timeseries.PaintletWithFixedXRange
Sets the maximum of the X range.
setMaxX(BaseDateTime) - Method in class adams.gui.visualization.timeseries.PaintletWithFixedXYRange
Sets the maximum of the X range.
setMaxY(double) - Method in class adams.gui.visualization.sequence.PaintletWithFixedYRange
Sets the maximum of the Y range.
setMaxY(double) - Method in class adams.gui.visualization.timeseries.PaintletWithFixedYRange
Sets the maximum of the Y range.
setMean(double) - Method in class adams.data.distribution.Exponential
Sets the mean.
setMean(double) - Method in class adams.data.distribution.Normal
Sets the mean.
setMean(double) - Method in class adams.data.random.AbstractDistributionBasedRandomNumberGenerator
Sets the mean to use.
setMean(double) - Method in interface adams.data.random.DistributionBasedRandomNumberGenerator
Sets the mean to use.
setMeasure(AbstractSlidingWindow.Measure) - Method in class adams.data.smoothing.AbstractSlidingWindow
Sets the measure to use.
setMeasure(WekaClassifierRanker.Measure) - Method in class adams.flow.transformer.WekaClassifierRanker
Sets the measure to use for ranking the classifiers.
setMeasure(Measure) - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm
Sets the measure used for evaluating the fitness.
setMeasure(AbstractWEKAFitnessFunction.Measure) - Method in class adams.opt.optimise.genetic.fitnessfunctions.AbstractWEKAFitnessFunction
Sets the measure used for evaluating the fitness.
setMeasuresPrefix(String) - Method in class adams.flow.transformer.AbstractWekaPredictionsTransformer
Sets the prefix for the measure attributes.
setMedian(double) - Method in class adams.data.distribution.Cauchy
Sets the median.
setMemory(String) - Method in class adams.core.management.Launcher
Sets the amount of memory for the process.
setMemory(String) - Method in class adams.flow.standalone.JavaExec
Sets the amount of memory to use for the JVM.
setMemoryType(MemoryMonitor.MemoryType) - Method in class adams.flow.standalone.MemoryMonitor
Sets the type of memory to monitor.
setMenuItem(AbstractBasicMenuItemDefinition) - Method in class adams.flow.sink.MenuItem
Sets the class label index (1-based index).
setMenuItem(AbstractBasicMenuItemDefinition) - Method in class adams.scripting.command.gui.MenuItem
Sets the class label index (1-based index).
setMenuItemText(String) - Method in class adams.gui.core.spreadsheettable.AbstractPlotSelectedRows
Sets the (optional) custom menu item text.
setMenuItemText(String) - Method in class adams.gui.core.spreadsheettable.AbstractProcessSelectedRows
Sets the (optional) custom menu item text.
setMenuItemText(String) - Method in class adams.gui.visualization.instances.instancestable.AbstractPlotSelectedRows
Sets the (optional) custom menu item text.
setMenuItemText(String) - Method in class adams.gui.visualization.instances.instancestable.AbstractProcessSelectedRows
Sets the (optional) custom menu item text.
setMenuUpdateListener(ChangeListener) - Method in class adams.gui.plugin.AbstractToolPluginManager
Sets the listener for menu updates.
setMerge(boolean) - Method in class adams.flow.transformer.AbstractReportDbWriter
Sets whether the information of the current report is added to an existing one.
setMerge(boolean) - Method in class adams.flow.transformer.AbstractReportFileImport
Sets whether the information of the current report is added to an existing one.
setMerge(MergeReport.MergeType) - Method in class adams.flow.transformer.MergeReport
Sets the merge type.
setMerge(MergeReport.MergeType) - Method in class adams.flow.transformer.MergeReportFromMap
Sets the merge type.
setMergedIndex(String) - Method in class weka.filters.unsupervised.attribute.MergeManyAttributes
Sets the position for the merged attribute.
setMergedIndex(String) - Method in class weka.filters.unsupervised.attribute.MergeTwoAttributes
Sets the position for the merged attribute.
setMergedScoreCalculation(MergedScoreCalculation) - Method in class adams.data.objectfilter.MergeOverlaps
Sets how to calculate the score for the merged object.
setMergedScoreCalculation(MergedScoreCalculation) - Method in class adams.data.overlappingobjectremoval.MergeOverlaps
Sets how to calculate the score for the merged object.
setMergeFormat(String) - Method in class adams.flow.transformer.ConvertFeatures
Sets the format to use for merging multiple feature containers.
setMergeMethod(AbstractMerge) - Method in class adams.flow.transformer.multispreadsheetoperation.Merge
Sets the merge method to use to perform the merge.
setMergeMethod(AbstractMerge) - Method in class adams.flow.transformer.SpreadSheetMethodMerge
Sets the merge method to use to perform the merge.
setMergeMethod(AbstractMerge) - Method in class adams.flow.transformer.WekaDatasetsMerge
Sets the merge method to use to perform the merge.
setMessage(BaseString) - Method in class adams.flow.source.EnterValue
Sets the message to prompt the user with.
setMessage(Properties) - Method in class adams.db.LogEntry
Sets the message as properties object.
setMessage(String) - Method in class adams.db.LogEntry
Sets the message.
setMessage(String) - Method in class adams.flow.condition.bool.PromptUser
Sets the message to display.
setMessage(String) - Method in class adams.flow.source.EnterManyValues
Sets the message to prompt the user with.
setMessage(String) - Method in class adams.flow.source.PasteFromClipboard
Sets the message to prompt the user with.
setMessage(String) - Method in class adams.flow.template.PromptUser
Sets the message to prompt the user with.
setMessage(String) - Method in class adams.flow.template.SimpleMenu
Sets the message to prompt the user with.
setMessage(String) - Method in class adams.flow.transformer.ConfirmationDialog
Sets the message to prompt the user with.
setMessage(String) - Method in class adams.flow.transformer.SelectArraySubset
Sets the message to prompt the user with.
setMessage(String) - Method in class adams.flow.transformer.SpreadSheetSelectSubset
Sets the message to prompt the user with.
setMessage(String) - Method in class adams.flow.transformer.WekaChooseAttributes
Sets the message to display to the user (variables get expanded).
setMessage(String) - Method in class adams.gui.core.GUIHelper.AbstractInputPanel
Sets the message to display.
setMessage(String) - Method in class adams.gui.core.GUIHelper.InputPanelWithButtons
Sets the message to display.
setMessage(String) - Method in class adams.gui.core.GUIHelper.InputPanelWithComboBox
Sets the message to display.
setMessage(String) - Method in class adams.gui.core.GUIHelper.InputPanelWithTextArea
Sets the message to display.
setMessage(String) - Method in class adams.gui.tools.previewbrowser.MessagePanel
Sets the message to display.
setMessageIndentation(String) - Method in class adams.flow.sink.simplelogging.format.TimestampedFormat
Sets the indentation string to prefix each line of the message with.
setMessageTemplate(BaseText) - Method in class adams.flow.standalone.MemoryMonitor
Sets the message template to use.
setMetaData(BaseKeyValuePair[]) - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.AbstractIndexedSplitsRunsGenerator
Sets the meta-data to attach.
setMetaData(String, Object) - Method in class adams.data.statistics.AbstractArrayStatistic.StatisticContainer
Sets the meta-data to store.
setMetaData(HashMap<String, Object>) - Method in interface adams.data.container.DataPointWithMetaData
Sets the meta-data to use.
setMetaData(HashMap<String, Object>) - Method in class adams.data.sequence.XYSequencePoint
Sets the meta-data to use.
setMetaDataColor(AbstractMetaDataColor) - Method in class adams.flow.sink.ActualVsPredictedPlot
Sets the scheme for extracting the color from the meta-data.
setMetaDataColor(AbstractMetaDataColor) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.ClassifierErrors
Sets the scheme for extracting the color from the meta-data.
setMetaDataColor(AbstractMetaDataColor) - Method in class adams.gui.visualization.sequence.AbstractXYSequenceMetaDataColorPaintlet
Sets the scheme for extracting the color from the meta-data.
setMetaDataColor(AbstractMetaDataColor) - Method in interface adams.gui.visualization.sequence.MetaDataColorPaintlet
Sets the scheme for extracting the color from the meta-data.
setMetaDataColumns(String) - Method in class adams.flow.transformer.plotgenerator.AndrewsCurvesGenerator
Sets the column range to add as meta-data in the plot.
setMetaDataColumns(String) - Method in class adams.flow.transformer.plotgenerator.RowWisePlotGenerator
Sets the column range to add as meta-data in the plot.
setMetaDataColumns(String) - Method in class adams.flow.transformer.plotgenerator.SimplePlotGenerator
Sets the column range to add as meta-data in the plot.
setMetaDataColumns(String) - Method in class adams.flow.transformer.plotgenerator.XYPlotGenerator
Sets the column range to add as meta-data in the plot.
setMetaDataColumns(String) - Method in class adams.flow.transformer.plotgenerator.XYWithErrorsPlotGenerator
Sets the column range to add as meta-data in the plot.
setMetaDataDisplay(LocatedObjectsTableModel.MetaDataDisplay) - Method in class adams.gui.visualization.image.LocatedObjectsTableModel
Sets how the meta-data is being displayed.
setMetaDataKey(String) - Method in class adams.flow.control.PlotContainerUpdater
Sets the meta-data key to use.
setMetaDataKey(String) - Method in class adams.flow.sink.sequenceplotter.SequencePlotSequence
Sets the meta-data key to use.
setMetaDataKey(String) - Method in class adams.flow.sink.SequencePlotter
Sets the optional meta-data key to use for comparing data points.
setMetaDataKey(String) - Method in class adams.flow.transformer.SetPlotContainerValue
Sets the meta-data key to use.
setMetaDataKey(String) - Method in class adams.gui.visualization.object.objectannotations.colors.PerType
Sets the key in the meta-data of the object that contains the type.
setMetaDataKey(String) - Method in class adams.gui.visualization.object.objectannotations.colors.TypeColorMapping
Sets the key in the meta-data of the object that contains the type.
setMetaDataKey(String) - Method in class adams.gui.visualization.object.objectannotations.label.Anchored
Sets the key in the meta-data of the object that contains the type.
setMetaDataKey(String) - Method in class adams.gui.visualization.sequence.metadatacolor.ColorPerLabel
Sets the key in the meta-data to obtain the label from.
setMetaDataKey(String) - Method in class adams.gui.visualization.sequence.metadatacolor.ColorPerRegExpGroup
Sets the key in the meta-data to obtain the label from.
setMetaDataKey(String) - Method in class adams.gui.visualization.sequence.MetaDataValuePaintlet
Sets the meta-data key.
setMetaDataKey(String) - Method in class adams.gui.visualization.stats.paintlet.ScatterPaintletMetaDataValue
Sets the meta-data key.
setMetaDataKeys(BaseString[]) - Method in class adams.data.io.output.ObjectLocationsSpreadSheetWriter
Sets the meta-data keys to output as well.
setMetaDataKeys(BaseString[]) - Method in class adams.data.objectfilter.AttachOverlappingMetaData
Sets the keys of the meta-data values to attach.
setMetaDataKeys(BaseString[]) - Method in class adams.data.objectoverlap.AbstractObjectOverlap
Sets the keys of the meta-data values to copy across.
setMetaDataKeys(BaseString[]) - Method in class adams.gui.visualization.image.leftclick.DeleteObjects
Sets the meta-data keys to display in separate columns.
setMetaDataKeys(BaseString[]) - Method in class adams.gui.visualization.image.leftclick.ViewObjects
Sets the meta-data keys to display in separate columns.
setMetaDataKeys(BaseString[]) - Method in class adams.gui.visualization.object.mouseclick.DeleteObjects
Sets the meta-data keys to display in separate columns.
setMetaDataKeys(BaseString[]) - Method in class adams.gui.visualization.object.mouseclick.ViewObjects
Sets the meta-data keys to display in separate columns.
setMetaDataKeyType(String) - Method in class adams.data.io.output.ObjectLocationsSpreadSheetWriter
Sets the meta-data key containing the object label.
setMetaDataLocation(MetaDataFileUtils.MetaDataLocation) - Method in class adams.flow.transformer.ImageFileReader
Sets where to find the meta-data.
setMetaDataReader(AbstractReportReader) - Method in class adams.flow.transformer.ImageFileReader
Sets the reader to use for the meta-data.
setMetaDataType(MetaDataType) - Method in class adams.flow.source.AbstractDatabaseMetaData
Sets the type of meta-data to retrieve.
setMetaDataVariablePrefix(String) - Method in class adams.flow.transformer.ImageObjectToVariables
Sets the prefix for the metadata variables (prefix + name).
setMetaDown(boolean) - Method in class adams.gui.visualization.image.leftclick.AbstractLeftClickProcessor
Sets whether the meta key needs to be down.
setMetaDown(boolean) - Method in class adams.gui.visualization.object.mouseclick.AbstractMouseClickProcessor
Sets whether the meta key needs to be down.
setMetaLevelClassifier(Classifier) - Method in class weka.classifiers.meta.PartitionedStacking
Sets the meta-level classifier.
setMetaPrefix(String) - Method in class adams.data.io.input.OpexObjectLocationsReader
Sets the field prefix used in the report for the meta-data.
setMetaPrefix(String) - Method in class adams.data.io.input.PascalVOCObjectLocationsReader
Sets the field prefix used in the report for the meta-data.
setMetaPrefix(String) - Method in class adams.data.io.output.OpexObjectLocationsWriter
Sets the field prefix used in the report for the meta-data.
setMethod(Method) - Method in class adams.flow.source.HttpRequest
Sets the method for the request.
setMethod(Method) - Method in class adams.flow.transformer.HttpRequest
Sets the method for the request.
setMethodName(String) - Method in class adams.flow.core.AbstractPyroCall
Sets the name of the method to call.
setMethodName(String) - Method in interface adams.flow.core.PyroCall
Sets the name of the method to call.
setMiddleMouseButtonCloseApprover(BaseTabbedPane.MiddleMouseButtonCloseApprover) - Method in class adams.gui.core.BaseTabbedPane
Sets the approver for the middle mouse button.
setMimeType(String) - Method in class adams.flow.transformer.HttpRequest
Sets the mime-type, leave empty for application/octect-stream.
setMin(double) - Method in class adams.data.conversion.DoubleMatrixToBufferedImage
Sets the minimum in case of using a fixed range.
setMin(double) - Method in class adams.data.outlier.MinMax
Sets the minimum.
setMin(double) - Method in class adams.data.outlier.TimeseriesRange
Sets the minimum value to accept.
setMin(double) - Method in class weka.filters.supervised.attribute.SIMPLSMatrixFilterFromGeneticString
 
setMin(double) - Method in class weka.filters.unsupervised.instance.Scale
Sets the minimum for the values.
setMin(int) - Method in class adams.data.boofcv.features.Otsu
Sets the minimum value for the computation.
setMin(int) - Method in class adams.gui.visualization.sequence.pointpreprocessor.Jitter
Sets the minimum jitter to apply.
setMin(int) - Method in class weka.classifiers.trees.RandomRegressionForest
Sets the leaf threshold.
setMin(OptData) - Method in class adams.opt.optimise.GridSearch
Initialise vars to their minimum.
setMin(OptData) - Method in class adams.opt.optimise.SplitSearch
Initialise vars to their minimum.
setMinChildWeight(float) - Method in class weka.classifiers.trees.XGBoost
Sets the minimum sum of instance weights (hessian) needed in a child.
setMinClassColumns(int) - Method in class adams.ml.capabilities.Capabilities
Sets the minimum number of required class columns.
setMinClassRangePercentage(double) - Method in class weka.classifiers.meta.MinMaxLimits
Set the percentage of leeway to apply to the lower limit determined by the range of the class attribute in the training data.
setMinColumns(int) - Method in class adams.ml.capabilities.Capabilities
Sets the minimum number of required columns.
setMinConcentration(double) - Method in class adams.data.outlier.TargetRequired
Set minimum concentration.
setMinCounts(int) - Method in class adams.flow.transformer.BoofCVDetectLines
Sets the Minimum number of counts for detected line.
setMinDimensionJComboBox(Dimension) - Method in class adams.gui.core.ParameterPanel
Sets the minimum dimension for BaseComboBox and derived classes.
setMinDistance(int) - Method in class adams.gui.visualization.image.selectionshape.PolygonPainter
Sets the minimum distance in pixels that a new point must be away from the last trace point.
setMinDistance(int) - Method in class adams.gui.visualization.object.annotator.PolygonAnnotator
Sets the minimum distance in pixels that a new point must be away from the last trace point.
setMinDistanceFromOrigin(int) - Method in class adams.flow.transformer.BoofCVDetectLines
Sets the Radius for local maximum suppression.
setMinElements(int) - Method in class adams.flow.condition.bool.HasElements
Sets the minimum number of elements the array has to have.
setMinFileTimestamp(BaseDateTime) - Method in class adams.core.io.lister.LocalDirectoryLister
Sets the minimum file timestamp ("last modified") that the files need to have.
setMinFileTimestamp(BaseDateTime) - Method in class adams.flow.source.DirectoryLister
Sets the minimum file timestamp that the files have to have.
setMinHandling(MinMaxLimits.LimitHandling) - Method in class weka.classifiers.meta.MinMaxLimits
Set how the lower limit is handled.
setMinHeight(int) - Method in class adams.flow.transformer.locateobjects.SizeFilter
Sets the minimum height.
setMinHeight(int) - Method in class adams.flow.transformer.negativeregions.MinDimensions
Sets the minimum height a negative region must have.
setMinHeight(int) - Method in class adams.flow.transformer.negativeregions.RandomRegions
Sets the minimum height a negative region must have.
setMinimal(boolean) - Method in class weka.attributeSelection.LinearRegressionAttributeEval
Sets whether to be more memory conservative or being able to output the model as string.
setMinimal(boolean) - Method in class weka.classifiers.functions.LinearRegressionJ
Sets whether to be more memory conservative or being able to output the model as string.
setMinimalWindow(boolean) - Method in class adams.gui.application.AbstractApplicationFrame
Sets whether the main window uses minimal size or gets extended to the full width of the screen.
setMinImprovement(double) - Method in class weka.classifiers.meta.ClassifierCascade
the minimum improvement between levels that the statistic must improve.
setMinimum(double) - Method in class adams.core.discovery.genetic.AbstractGeneticDoubleDiscoveryHandler
Sets the minimum.
setMinimum(double) - Method in class adams.core.discovery.genetic.AbstractGeneticDoubleMatrixDiscoveryHandler
Sets the minimum.
setMinimum(double) - Method in class adams.data.conversion.Minimum
Sets the minimum.
setMinimum(double) - Method in class adams.data.featureconverter.CountValues
Sets the minimum.
setMinimum(double) - Method in class adams.data.filter.TimeseriesValueSubset
Sets the minimum (included) that the values need to satisfy.
setMinimum(double) - Method in class adams.data.objectfinder.ByMetaDataNumericValue
Sets the minimum.
setMinimum(double) - Method in class adams.data.objectfinder.Size
Sets the minimum.
setMinimum(double) - Method in class adams.data.spreadsheet.rowfinder.ByNumericValue
Sets the minimum.
setMinimum(double) - Method in class adams.data.weka.rowfinder.ByNumericValue
Sets the minimum.
setMinimum(double) - Method in class adams.flow.sink.ProgressBar
Sets the minimum.
setMinimum(double) - Method in class adams.flow.transformer.wekaevaluationpostprocessor.SimpleSubRange
Sets the minimum.
setMinimum(double) - Method in class adams.gui.visualization.core.axis.AbstractAxisModel
Sets the minimum to display on the axis.
setMinimum(double) - Method in class adams.gui.visualization.core.AxisPanel
Sets the minimum to display on the axis.
setMinimum(float) - Method in class adams.core.discovery.genetic.AbstractGeneticFloatDiscoveryHandler
Sets the minimum.
setMinimum(int) - Method in class adams.core.discovery.genetic.AbstractGeneticIntegerArrayDiscoveryHandler
Sets the minimum.
setMinimum(int) - Method in class adams.core.discovery.genetic.AbstractGeneticIntegerDiscoveryHandler
Sets the minimum.
setMinimum(int) - Method in class adams.data.objectfinder.PolygonPoints
Sets the minimum.
setMinimum(int) - Method in class adams.flow.condition.bool.Counting
Sets the minimum number of counts before activating.
setMinimum(LoggingLevel) - Method in class adams.flow.standalone.logevent.LevelFilter
Sets the minimum level of records to accept.
setMinimum(String) - Method in class adams.data.spreadsheet.rowfinder.ByDateValue
Sets the minimum.
setMinimum(String) - Method in class adams.data.spreadsheet.rowfinder.ByStringComparison
Sets the minimum.
setMinimumActiveActors(int) - Method in class adams.flow.control.AbstractTee
Sets the minimum of (active) actors that need to be present in the tee branch.
setMinimumChars(int) - Method in class adams.gui.core.SearchPanel
Sets the minimum number of characters that the user needs to enter before triggering a search event.
setMinimumChars(int) - Method in class adams.gui.flow.ActorTreePanel
Sets the minimum number of characters that the user needs to enter before triggering a search event.
setMinimumChars(int) - Method in class adams.gui.goe.GenericObjectEditor
Sets the minimum number of characters that the user needs to enter before triggering a search event.
setMinimumChars(int) - Method in class adams.gui.goe.GenericObjectEditorClassTreePanel
Sets the minimum number of characters that the user needs to enter before triggering a search event.
setMinimumChars(int) - Method in class adams.gui.goe.GenericObjectEditorClassTreePopupMenu
Sets the minimum number of characters that the user needs to enter before triggering a search event.
setMinimumImprovement(double) - Method in class adams.opt.genetic.stopping.MaxIterationsWithoutImprovement
Sets the minimum improvement in percent (0-1) to achieve in the alotted time.
setMinimumImprovement(double) - Method in class adams.opt.genetic.stopping.MaxTrainTimeWithoutImprovement
Sets the minimum improvement in percent (0-1) to achieve in the alotted time.
setMinimumIncluded(boolean) - Method in class adams.data.featureconverter.CountValues
Sets whether to exclude the minimum.
setMinimumIncluded(boolean) - Method in class adams.data.objectfinder.ByMetaDataNumericValue
Sets whether to exclude the minimum.
setMinimumIncluded(boolean) - Method in class adams.data.objectfinder.PolygonPoints
Sets whether to exclude the minimum.
setMinimumIncluded(boolean) - Method in class adams.data.objectfinder.Size
Sets whether to exclude the minimum.
setMinimumIncluded(boolean) - Method in class adams.data.spreadsheet.rowfinder.ByDateValue
Sets whether to exclude the minimum.
setMinimumIncluded(boolean) - Method in class adams.data.spreadsheet.rowfinder.ByNumericValue
Sets whether to exclude the minimum.
setMinimumIncluded(boolean) - Method in class adams.data.spreadsheet.rowfinder.ByStringComparison
Sets whether to exclude the minimum.
setMinimumIncluded(boolean) - Method in class adams.data.weka.rowfinder.ByNumericValue
Sets whether to exclude the minimum.
setMinimumIncluded(boolean) - Method in class adams.flow.transformer.wekaevaluationpostprocessor.SimpleSubRange
Sets whether to exclude the minimum.
setMinimumPixelDifference(int) - Method in class adams.gui.visualization.core.plot.AbstractDistanceBasedHitDetector
Sets the minimum pixel difference before a hit is declared.
setMinIntersectOverUnionRatio(double) - Method in class adams.data.objectoverlap.IntersectOverUnionRatio
Sets the minimum IOU ratio to use.
setMinIntersectOverUnionRatio(double) - Method in class adams.flow.transformer.IntersectOverUnion
Sets the minimum iou ratio to use.
setMinLag(int) - Method in class adams.flow.core.LagMakerOptions
Sets the minimum lag.
setMinLength(int) - Method in class adams.flow.condition.bool.HasLength
Sets the minimum number of elements the array has to have.
setMinManual(double) - Method in class weka.classifiers.meta.MinMaxLimits
Set the manual lower limit.
setMinMax(String, double, double) - Method in class adams.opt.optimise.genetic.PackDataDef
 
setMinNumInstances(double) - Method in class weka.classifiers.trees.m5.M5Base2
Set the minimum number of instances to allow at a leaf node
setMinNumInstances(double) - Method in class weka.classifiers.trees.m5.Rule2
Set the minumum number of instances to allow at a leaf node
setMinNumInstances(double) - Method in class weka.classifiers.trees.m5.RuleNode2
Set the minumum number of instances to allow at a leaf node
setMinNumValues(int) - Method in class adams.data.spc.MOACUSUM
Sets the minimum number of values to process before testing.
setMinNumValues(int) - Method in class adams.data.spc.MOAPageHinkley
Sets the minimum number of values to process before testing.
setMinOverlapRatio(double) - Method in class adams.data.objectoverlap.AreaRatio
Sets the minimum overlap ratio to use.
setMinOverlapRatio(double) - Method in class adams.flow.transformer.CompareObjectTypes
Sets the minimum overlap ratio to use.
setMinOverlapRatio(double) - Method in class adams.flow.transformer.DeleteOverlappingImageObjects
Sets the minimum overlap ratio to use.
setMinOverlapRatio(double) - Method in class adams.flow.transformer.ImageObjectOverlap
Sets the minimum overlap ratio to use.
setMinOverlapRatio(double) - Method in class adams.flow.transformer.MergeObjectLocations
Sets the minimum overlap ratio to use.
setMinPoints(int) - Method in class adams.data.spc.OnOneSideViolations
Sets the minimum number of points that have to be on one side.
setMinProbability(double) - Method in class weka.classifiers.meta.AbstainMinimumProbability
Sets the minimum probability that the chosen class label must meet.
setMinProbability(double) - Method in class weka.classifiers.meta.ThresholdedBinaryClassification
Sets the minimum probability for the selected label.
setMinRows(int) - Method in class adams.flow.condition.bool.HasRows
Sets the minimum number of rows the spreadsheet has to have.
setMinRows(int) - Method in class adams.ml.capabilities.Capabilities
Sets the minimum number of required columns.
setMinSamples(int) - Method in class weka.filters.unsupervised.attribute.InterquartileRangeSamp
Sets the minimum number of samples that are required for calculating IQR stats.
setMinSize(int) - Method in class adams.data.binning.postprocessing.MinBinSize
Sets the minimum number of objects in a bin.
setMinSize(int) - Method in class adams.flow.condition.bool.HasSize
Sets the minimum number of elements the collection has to have.
setMinSize(int) - Method in class adams.flow.transformer.locateobjects.XScreenMaskLocator
Set minimum object size.
setMinSize(long) - Method in class adams.core.io.fileuse.FileSizeChange
Sets the minimum file size in bytes.
setMinSize(String) - Method in class adams.flow.source.RSync
 
setMinSpaces(int) - Method in class adams.data.io.input.AutoWidthTabularSpreadSheetReader
Sets the minimum number of spaces between columns.
setMinTimestamp(BaseDateTime) - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearchWithTimestampConstraints
Sets the minimum 'last modified' timestamp that the directories have to have.
setMinTimestamp(BaseDateTime) - Method in class adams.flow.source.filesystemsearch.LocalFileSearchWithTimestampConstraints
Sets the minimum 'last modified' timestamp that the files have to have.
setMinValue(double) - Method in class adams.data.outlier.TimeseriesMinPoints
Sets the minimum value.
setMinValue(double) - Method in interface adams.data.random.RandomDoubleRangeGenerator
Sets the minimum value of the numbers to generate.
setMinValue(float) - Method in class adams.data.opencv.features.Histogram
Sets the min value.
setMinValue(int) - Method in class adams.data.random.JavaRandomInt
Sets the minimum value of the numbers to generate.
setMinValue(int) - Method in class adams.data.random.JavaRandomIntUnseeded
Sets the minimum value of the numbers to generate.
setMinValue(int) - Method in interface adams.data.random.RandomIntegerRangeGenerator
Sets the minimum value of the numbers to generate.
setMinValue(Double) - Method in class adams.gui.visualization.report.ReportFactory.StandardsDialog
Sets the minimum value to display.
setMinWidth(int) - Method in class adams.flow.transformer.locateobjects.SizeFilter
Sets the minimum width.
setMinWidth(int) - Method in class adams.flow.transformer.negativeregions.MinDimensions
Sets the minimum width a negative region must have.
setMinWidth(int) - Method in class adams.flow.transformer.negativeregions.RandomRegions
Sets the minimum width a negative region must have.
setMinX(double) - Method in class adams.gui.visualization.sequence.PaintletWithFixedXRange
Sets the minimum of the X range.
setMinX(double) - Method in class adams.gui.visualization.sequence.PaintletWithFixedXYRange
Sets the minimum of the X range.
setMinX(BaseDateTime) - Method in class adams.gui.visualization.timeseries.PaintletWithFixedXRange
Sets the minimum of the X range.
setMinX(BaseDateTime) - Method in class adams.gui.visualization.timeseries.PaintletWithFixedXYRange
Sets the minimum of the X range.
setMinY(double) - Method in class adams.gui.visualization.sequence.PaintletWithFixedYRange
Sets the minimum of the Y range.
setMinY(double) - Method in class adams.gui.visualization.timeseries.PaintletWithFixedYRange
Sets the minimum of the Y range.
setMirrors(AbstractDatabaseConnection[]) - Method in class adams.db.mirrored.DbBackend
Sets the mirror connections to use.
setMirrorsForUrls(JdbcUrl[]) - Method in class adams.db.mirrored.DbBackend
Sets the URLs that the mirrors are for.
setMissing() - Method in interface adams.data.spreadsheet.Cell
Sets the cell to missing.
setMissing() - Method in class adams.data.spreadsheet.CellView
Sets the cell to missing.
setMissing() - Method in class adams.data.spreadsheet.DoubleCell
Sets the cell to missing.
setMissing() - Method in class adams.data.spreadsheet.FloatCell
Sets the cell to missing.
setMissing() - Method in class adams.ml.data.DataCellView
Sets the cell to missing.
setMissing(int) - Method in class weka.core.AbstractHashableInstance
Sets a specific value to be "missing".
setMissing(PlaceholderFile) - Method in class adams.tools.CompareDatasets
Sets the first dataset for the comparison.
setMissing(Attribute) - Method in class weka.core.AbstractHashableInstance
Sets a specific value to be "missing".
setMissingKey(SpreadSheetCellWithLookUp.MissingLookUpKey) - Method in class adams.data.groupextraction.SpreadSheetCellWithLookUp
Sets the behavior for missing keys.
setMissingKey(MissingLookUpKey) - Method in class adams.flow.source.LookUp
Sets the behavior for missing keys.
setMissingKey(MissingLookUpKey) - Method in class adams.flow.transformer.LookUp
Sets the behavior for missing keys.
setMissingReplacementType(Cell.ContentType) - Method in class adams.flow.transformer.SpreadSheetConvertCells
Sets the data type of the replacement value.
setMissingReplacementType(Cell.ContentType) - Method in class adams.flow.transformer.SpreadSheetConvertHeaderCells
Sets the data type of the replacement value.
setMissingReplacementType(Cell.ContentType) - Method in class adams.flow.transformer.SpreadSheetTransformCells
Sets the data type of the replacement value.
setMissingReplacementType(Cell.ContentType) - Method in class adams.flow.transformer.SpreadSheetTransformHeaderCells
Sets the data type of the replacement value.
setMissingReplacementValue(String) - Method in class adams.flow.transformer.SpreadSheetConvertCells
Sets the replacement value for missing values.
setMissingReplacementValue(String) - Method in class adams.flow.transformer.SpreadSheetConvertHeaderCells
Sets the replacement value for missing values.
setMissingReplacementValue(String) - Method in class adams.flow.transformer.SpreadSheetTransformCells
Sets the replacement value for missing values.
setMissingReplacementValue(String) - Method in class adams.flow.transformer.SpreadSheetTransformHeaderCells
Sets the replacement value for missing values.
setMissingValue(double) - Method in class adams.data.conversion.SpreadSheetToNumeric
Sets the replacement value for missing cells.
setMissingValue(BaseRegExp) - Method in class adams.data.io.input.AbstractMultiSheetSpreadSheetReaderWithMissingValueSupport
Sets the placeholder for missing values.
setMissingValue(BaseRegExp) - Method in class adams.data.io.input.AbstractSpreadSheetReaderWithMissingValueSupport
Sets the placeholder for missing values.
setMissingValue(BaseRegExp) - Method in interface adams.data.io.input.MissingValueSpreadSheetReader
Sets the placeholder for missing values.
setMissingValue(String) - Method in class adams.data.featureconverter.FixedColumnText
Sets the string to use for missing values.
setMissingValue(String) - Method in class adams.data.featureconverter.Text
Sets the string to use for missing values.
setMissingValue(String) - Method in class adams.data.groupextraction.SpreadSheetCellWithLookUp
Sets the value to be used if behavior is SpreadSheetCellWithLookUp.MissingLookUpKey.OUTPUT_MISSING_VALUE.
setMissingValue(String) - Method in class adams.data.io.output.AbstractMultiSheetSpreadSheetWriterWithMissingValueSupport
Sets the placeholder for missing values.
setMissingValue(String) - Method in class adams.data.io.output.AbstractSpreadSheetWriterWithMissingValueSupport
Sets the placeholder for missing values.
setMissingValue(String) - Method in class adams.flow.source.LookUp
Sets the value to be used if behavior is MissingLookUpKey.OUTPUT_MISSING_VALUE.
setMissingValue(String) - Method in class adams.flow.transformer.LookUp
Sets the value to be used if behavior is MissingLookUpKey.OUTPUT_MISSING_VALUE.
setMissingValue(String) - Method in class adams.flow.transformer.SpreadSheetStorageRowIterator
Sets the value to use for missing cells.
setMissingValue(String) - Method in class adams.flow.transformer.SpreadSheetVariableRowIterator
Sets the value to use for missing cells.
setMissingValue(String) - Method in class adams.gui.core.spreadsheetpreview.SimpleHTML
Sets the string to use for missing values.
setMissingValue(String) - Method in class adams.gui.core.spreadsheetpreview.SimpleHTML.SimpleTextPanel
Sets the string to use for missing values.
setMissingValue(String) - Method in class adams.gui.core.spreadsheetpreview.SimpleText
Sets the string to use for missing values.
setMissingValue(String) - Method in class adams.gui.core.spreadsheetpreview.SimpleText.SimpleTextPanel
Sets the string to use for missing values.
SetMissingValue - Class in weka.filters.unsupervised.attribute
Attribute values in the given range are set to missing values.
NB: The class attribute is not excluded from this process.
SetMissingValue() - Constructor for class weka.filters.unsupervised.attribute.SetMissingValue
 
setMissingValueColor(Color) - Method in class adams.data.conversion.DoubleMatrixToBufferedImage
Sets the color for missing values.
setMnemonic(int) - Method in class adams.gui.action.AbstractBaseAction
Sets the mnemonic to use for the action.
setMnemonic(int) - Method in interface adams.gui.action.BaseAction
Sets the mnemonic to use for the action.
setMode(ImreadMode) - Method in class adams.data.io.input.OpenCVImageReader
Sets the read mode.
setMode(PyroNameServer.Mode) - Method in class adams.flow.standalone.PyroNameServer
Sets the mode for operating.
setModel(ListModel) - Method in class adams.gui.core.BaseListWithButtons
Sets the model that represents the contents or "value" of the list, notifies property change listeners, and then clears the list's selection.
setModel(ListModel) - Method in class adams.gui.core.JComponentList
Sets the model.
setModel(ListModel) - Method in class adams.gui.core.SearchableBaseList
Sets the model to display - only SearchableBaseList.getListModelClass().
setModel(TableModel) - Method in class adams.flow.transformer.SpreadSheetCellSelector.Table
Sets the model to display.
setModel(TableModel) - Method in class adams.gui.core.BaseTableWithButtons
Sets the data model for this table to newModel and registers with it for listener notifications from the new data model.
setModel(TableModel) - Method in class adams.gui.core.SortableAndSearchableTable
Sets the model to display - only SortableAndSearchableTable.getTableModelClass().
setModel(TableModel) - Method in class adams.gui.core.SortableAndSearchableTableWithButtons
Sets the data model for this table to newModel and registers with it for listener notifications from the new data model.
setModel(TableModel) - Method in class adams.gui.core.SpreadSheetTable
Sets the model to display - only SpreadSheetTable.getTableModelClass().
setModel(TableModel) - Method in class adams.gui.core.SpreadSheetTableWithButtons
Sets the data model for this table to newModel and registers with it for listener notifications from the new data model.
setModel(TableModel) - Method in class adams.gui.visualization.container.ContainerTable
Uses the given model.
setModel(TableModel) - Method in class adams.gui.visualization.instances.InstancesPanel
Sets the model to use.
setModel(TableModel) - Method in class adams.gui.visualization.instances.InstancesTable
Sets the model to use.
setModel(TableModel) - Method in class adams.gui.visualization.statistics.InformativeStatisticFactory.Table
Sets the model to display - only QuantitationReportModel.
setModel(Classifier) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.ResultItem
Sets the model to make available.
setModelActor(CallableActorReference) - Method in class adams.flow.condition.bool.WekaClassification
Sets the callable actor to obtain the model from if model file is pointing to a directory.
setModelActor(CallableActorReference) - Method in class adams.flow.core.AbstractModelLoader
Sets the callable actor to obtain the model from.
setModelActor(CallableActorReference) - Method in interface adams.flow.core.ModelLoaderSupporter
Sets the callable actor to obtain the model from.
setModelActor(CallableActorReference) - Method in class adams.flow.source.WekaForecasting
Sets the callable actor to obtain the model from if model file is pointing to a directory.
setModelActor(CallableActorReference) - Method in class adams.flow.transformer.AbstractProcessWekaInstanceWithModel
Sets the filter source actor.
setModelActor(CallableActorReference) - Method in class adams.flow.transformer.WekaFilter
Sets the filter source actor.
setModelFile(PlaceholderFile) - Method in interface adams.core.io.ModelFileHandler
Sets the file to load the model from.
setModelFile(PlaceholderFile) - Method in class adams.flow.condition.bool.WekaClassification
Sets the file to load the model from.
setModelFile(PlaceholderFile) - Method in class adams.flow.core.AbstractModelLoader
Sets the file to load the model from.
setModelFile(PlaceholderFile) - Method in interface adams.flow.core.ModelLoaderSupporter
Sets the file to load the model from.
setModelFile(PlaceholderFile) - Method in class adams.flow.source.WekaForecasting
Sets the file to load the model from.
setModelFile(PlaceholderFile) - Method in class adams.flow.standalone.DeserializeToStorage
Sets the file to load the model from.
setModelFile(PlaceholderFile) - Method in class adams.flow.transformer.AbstractProcessWekaInstanceWithModel
Sets the file to load the model from.
setModelFile(PlaceholderFile) - Method in class adams.flow.transformer.WekaFilter
Sets the file to load the model from.
setModelLoadingType(AbstractModelLoader.ModelLoadingType) - Method in class adams.flow.core.AbstractModelLoader
Sets the loading type.
setModelLoadingType(AbstractModelLoader.ModelLoadingType) - Method in interface adams.flow.core.ModelLoaderSupporter
Sets the loading type.
setModelLoadingType(AbstractModelLoader.ModelLoadingType) - Method in class adams.flow.transformer.AbstractProcessWekaInstanceWithModel
Sets the loading type.
setModelLoadingType(AbstractModelLoader.ModelLoadingType) - Method in class adams.flow.transformer.WekaFilter
Sets the loading type.
setModelResetVariable(VariableName) - Method in class adams.flow.transformer.AbstractProcessWekaInstanceWithModel
Sets the variable to monitor for changes in order to reset the model.
setModelStorage(StorageName) - Method in class adams.flow.core.AbstractModelLoader
Sets the storage item name to get the model from.
setModelStorage(StorageName) - Method in interface adams.flow.core.ModelLoaderSupporter
Sets the storage item name to get the model from.
setModelStorage(StorageName) - Method in class adams.flow.transformer.AbstractProcessWekaInstanceWithModel
Sets the filter storage item.
setModelStorage(StorageName) - Method in class adams.flow.transformer.WekaFilter
Sets the filter storage item.
setModified(boolean) - Method in class adams.data.statistics.ArrayAngle
Sets whether to use the modified algorithm.
setModified(boolean) - Method in class adams.flow.setup.FlowSetupManager
Sets the modified state of the manager.
setModified(boolean) - Method in class adams.gui.core.AbstractTextAreaPanelWithAdvancedSyntaxHighlighting
Sets the modified state.
setModified(boolean) - Method in class adams.gui.core.KeyValuePairTableModel
Sets whether the values will were modified.
setModified(boolean) - Method in class adams.gui.core.SpreadSheetTable
Sets whether the table has been modified.
setModified(boolean) - Method in class adams.gui.core.SpreadSheetTableModel
Sets whether the table model has been modified.
setModified(boolean) - Method in class adams.gui.core.SpreadSheetTableWithButtons
Sets whether the table has been modified.
setModified(boolean) - Method in class adams.gui.core.StyledTextEditorPanel
Sets the modified state.
setModified(boolean) - Method in class adams.gui.core.TextEditorPanel
Sets the modified state.
setModified(boolean) - Method in class adams.gui.dialog.TextDialog
Sets the modified state.
setModified(boolean) - Method in class adams.gui.dialog.TextPanel
Sets the modified state.
setModified(boolean) - Method in class adams.gui.flow.FlowEditorPanel
Sets whether the flow is modified or not.
setModified(boolean) - Method in class adams.gui.flow.FlowPanel
Sets whether the flow is modified or not.
setModified(boolean) - Method in class adams.gui.flow.tree.Tree
Sets whether the tree is modified or not.
setModified(boolean) - Method in class adams.gui.goe.Favorites
Sets the modified state.
setModified(boolean) - Method in class adams.gui.tools.PlaceholderManagementPanel.PlaceholderTableModel
Sets the modified state.
setModified(boolean) - Method in class adams.gui.tools.previewbrowser.ContentHandlerFavorites
Sets the modified state.
setModified(boolean) - Method in class adams.gui.tools.spreadsheetviewer.MultiPagePane
Sets the modified state of all tab.
setModified(boolean) - Method in class adams.gui.tools.spreadsheetviewer.SpreadSheetPanel
Sets whether the table has been modified.
setModified(boolean) - Method in class adams.gui.tools.wekainvestigator.data.AbstractDataContainer
Sets whether the data has been modified.
setModified(boolean) - Method in interface adams.gui.tools.wekainvestigator.data.DataContainer
Sets whether the data has been modified.
setModified(boolean) - Method in class adams.gui.tools.wekainvestigator.data.FileContainer
Sets whether the data has been modified.
setModified(boolean) - Method in class adams.gui.tools.wekamultiexperimenter.setup.AbstractSetupPanel
Sets the modified state.
setModified(boolean) - Method in class adams.gui.visualization.image.ImagePanel
Sets the modified state.
setModifiedAt(int, boolean) - Method in class adams.gui.tools.spreadsheetviewer.MultiPagePane
Sets the modified state.
setModifyWindow(int) - Method in class adams.flow.source.RSync
 
setMoment(AbstractBufferedImageMoment) - Method in class adams.data.image.features.Moment
Sets the moment algorithm to use.
setMonitor(FileChangeMonitor) - Method in class adams.flow.control.flowrestart.trigger.FileMonitor
Sets the monitor to use.
setMonitor(FileChangeMonitor) - Method in class adams.flow.control.flowrestart.trigger.MonitorItself
Sets the monitor to use.
setMonitor(FileChangeMonitor) - Method in class adams.flow.core.AbstractExternalActor
Sets the file change monitor for the actor file.
setMonitor(FileChangeMonitor) - Method in class adams.flow.transformer.FileChanged
Sets the monitor to use.
setMonitor(CallableActorReference) - Method in class adams.flow.standalone.QueueInit
Sets the name of the callable actor to use for monitoring.
setMonitoredFile(PlaceholderFile) - Method in class adams.flow.control.flowrestart.trigger.FileMonitor
Sets the file to monitor.
setMonitors(FileChangeMonitor[]) - Method in class adams.core.io.filechanged.MultiMonitor
Sets the monitors to apply.
setMoreMemory(boolean) - Method in class adams.scripting.command.basic.Restart
Sets whether to restart with more memory.
setMorphologies(PredictionEccentricity.Morphology[]) - Method in class adams.flow.transformer.PredictionEccentricity
Sets the morphologies to apply.
setMorphologies(PredictionEccentricity.Morphology[]) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.PredictionEccentricity
Sets the morphologies to apply.
setMouseClick(AbstractMouseClickProcessor) - Method in class adams.flow.transformer.ImageObjectAnnotator
Sets the processor for mouse clicks.
setMouseClickAction(MouseClickAction) - Method in class adams.flow.sink.ControlChartPlot
Sets the mouse click action to use.
setMouseClickAction(MouseClickAction) - Method in class adams.flow.sink.sequenceplotter.SequencePlotterPanel
Sets the mouse click action to use.
setMouseClickAction(MouseClickAction) - Method in class adams.flow.sink.SequencePlotter
Sets the mouse click action to use.
setMouseClickAction(MouseClickAction) - Method in class adams.flow.sink.SimplePlot
Sets the mouse click action to use.
setMouseClickAction(MouseClickAction) - Method in class adams.flow.sink.ScatterDisplay
Sets the mouse click action to use.
setMouseClickAction(MouseClickAction) - Method in class adams.gui.visualization.stats.scatterplot.ScatterPlot
Sets the mouse click action to use.
setMouseClickProcessor(AbstractMouseClickProcessor) - Method in class adams.gui.visualization.object.ObjectAnnotationPanel
Sets the mouse click processor to use.
setMouseListenerActive(boolean) - Method in class adams.gui.core.BaseStatusBar
Sets whether to turn mouse listener on (left only).
setMousePosition(Point) - Method in class adams.flow.transformer.pixelselector.AbstractPixelSelectorAction
Stores the mouse position in the action.
setMoveFiles(boolean) - Method in class adams.flow.standalone.DirWatch
Sets whether to move the files to the specified target directory before transmitting them.
setMsgs2stderr(boolean) - Method in class adams.flow.source.RSync
 
setMultiLineComment(boolean) - Method in class adams.gui.scripting.SyntaxDocument
Sets whether to enable multi-line comments.
setMultiLineCommentEnd(String) - Method in class adams.gui.scripting.SyntaxDocument
Sets the string that is the end of a multi-line comment.
setMultiLineCommentStart(String) - Method in class adams.gui.scripting.SyntaxDocument
Sets the string that is the start of a multi-line comment.
setMultipleSelection(boolean) - Method in class adams.gui.selection.AbstractSelectDatabaseFieldPanel
Sets whether multiple or single selection is used.
setMultipleSelection(boolean) - Method in class adams.gui.selection.AbstractTableBasedSelectionDialog
Sets whether multiple or single selection is used.
setMultipleSelection(boolean) - Method in class adams.gui.selection.AbstractTableBasedSelectionPanel
Sets whether multiple or single selection is used.
setMultipleSelection(boolean) - Method in class adams.gui.selection.SelectEmailAddressPanel
Sets whether multiple or single selection is used.
setMultipleSelection(boolean) - Method in class adams.gui.selection.SelectFieldPanel
Sets whether multiple or single selection is used.
setMultiplier(double) - Method in class adams.flow.transformer.wekaevaluationpostprocessor.RemoveWorstStdDev
Sets the multiplier for the stdev.
setMultiSelect(boolean) - Method in class adams.flow.source.valuedefinition.ListSelectionValueDefinition
Sets whether to allow selection of multiple options.
setMultiSelect(boolean) - Method in class adams.gui.chooser.SelectOptionPanel
Sets whether to allow selection of multiple options.
setMultiSelection(boolean) - Method in class adams.flow.transformer.SpreadSheetSelectSubset
Sets whether to allow the user to select multiple rows.
setMultiSelection(boolean) - Method in class adams.gui.core.FilePanel
Sets whether to allow multi-selection.
setMultiSelectionEnabled(boolean) - Method in class adams.flow.source.SelectDirectory
Sets whether to allow selection of multiple directories.
setMultiSelectionEnabled(boolean) - Method in interface adams.gui.chooser.FileChooser
Sets the file chooser to allow multiple file selections.
setMungeLinks(boolean) - Method in class adams.flow.source.RSync
 
setN(int) - Method in class weka.core.SAXDistance
Sets the nth point setting.
setN(int) - Method in class weka.filters.supervised.attribute.YGradientEPO
Sets the number of eigenvectors to keep.
setName(PlaceholderFile) - Method in class adams.core.io.SimpleFixedFilenameGenerator
Sets the name to use.
setName(String) - Method in class adams.core.io.FixedFilenameGenerator
Sets the name to use.
setName(String) - Method in class adams.data.spreadsheet.columnfinder.ByExactName
Sets the name to use.
setName(String) - Method in class adams.data.spreadsheet.DefaultSpreadSheet
Sets the name of the spreadsheet.
setName(String) - Method in interface adams.data.spreadsheet.SpreadSheet
Sets the name of the spreadsheet.
setName(String) - Method in class adams.data.spreadsheet.SpreadSheetView
Sets the name of the spreadsheet.
setName(String) - Method in class adams.data.weka.classattribute.ByExactName
Sets the name to use.
setName(String) - Method in class adams.data.weka.columnfinder.ByExactName
Sets the name to use.
setName(String) - Method in class adams.flow.core.AbstractActor
Sets the name of the actor.
setName(String) - Method in interface adams.flow.core.Actor
Sets the name of the actor.
setName(String) - Method in class adams.flow.processor.AbstractListNameUsage
Sets the name to look for.
setName(String) - Method in class adams.flow.setup.FlowSetup
Sets the name of the flow.
setName(String) - Method in class adams.flow.source.valuedefinition.AbstractValueDefinition
Sets the name of the value.
setName(String) - Method in class adams.flow.template.AbstractActorTemplate
Sets the new name for the actor.
setName(String) - Method in class adams.gui.action.AbstractBaseAction
Sets the name of the action, i.e., the menuitem/button caption.
setName(String) - Method in interface adams.gui.action.BaseAction
Sets the name of the action, i.e., the menuitem/button caption.
setName(String) - Method in class adams.gui.flow.tab.Clipboard.ClipboardItem
Sets the name of the item.
setName(String) - Method in class adams.gui.flow.tree.keyboardaction.AbstractKeyboardAction
Sets the name of the action.
setName(String) - Method in class adams.gui.visualization.segmentation.layer.AbstractImageLayer
Sets the name of the layer.
setName(String) - Method in class adams.gui.visualization.segmentation.layer.CombinedLayer.CombinedSubLayer
Sets the name of the layer.
setName(String) - Method in class adams.gui.visualization.segmentation.layer.CombinedLayer
Ignored.
setName(String) - Method in class adams.gui.visualization.segmentation.layer.ImageLayer
Sets the name of the layer.
setName(String) - Method in class adams.gui.visualization.segmentation.layer.OverlayLayer
Sets the name of the layer.
setName(String) - Method in class adams.ml.data.DatasetView
Sets the name of the spreadsheet.
setName(String) - Method in class adams.ml.data.InstancesView
Sets the name of the spreadsheet.
setNameColumn(SpreadSheetColumnIndex) - Method in class adams.data.conversion.SpreadSheetToCreateTableStatement
Sets the name column.
setNameColumn(String) - Method in class adams.flow.transformer.plotgenerator.NamedPlotGenerator
Sets the index of the column which values to use to name the plots.
setNameSpaceAware(boolean) - Method in class adams.core.io.filecomplete.XML
Sets whether to use a namespace aware parser.
setNameSpaceAware(boolean) - Method in class adams.data.conversion.XMLToDOM
Sets whether to use a namespace aware parser.
setNameSpaceAware(boolean) - Method in class adams.flow.transformer.XMLFileReader
Sets whether to use a namespace aware parser.
setNameSpaces(BaseString[]) - Method in class adams.flow.transformer.XPath
Sets the namespaces to use.
setNameSuffix(String) - Method in class adams.gui.tools.wekainvestigator.output.AbstractNestableResultItem
Sets the optional name suffix.
setNative(Object) - Method in interface adams.data.spreadsheet.Cell
Determines the best set-method based on the class of the provided object.
setNative(Object) - Method in class adams.data.spreadsheet.CellView
Determines the best set-method based on the class of the provided object.
setNative(Object) - Method in class adams.data.spreadsheet.DoubleCell
Determines the best set-method based on the class of the provided object.
setNative(Object) - Method in class adams.data.spreadsheet.FloatCell
Determines the best set-method based on the class of the provided object.
setNative(Object) - Method in class adams.ml.data.DataCellView
Determines the best set-method based on the class of the provided object.
setNearestNeighbourSearchAlgorithm(NearestNeighbourSearch) - Method in class weka.filters.unsupervised.instance.AccumulatedLWLWeights
Sets the nearestNeighbourSearch algorithm to be used for finding nearest neighbour(s).
setNegative(Index) - Method in class adams.flow.transformer.preparefilebaseddataset.Selected
Sets the index for the negative set.
setNestedValues(ArrayList) - Method in class adams.core.option.ClassOption
Sets the values obtained from the nested structure.
setNewColor(BaseColor) - Method in class adams.data.image.transformer.ReplacePredominantColor
Sets the new color.
setNewColors(BaseColor[]) - Method in class adams.data.image.transformer.ReplaceColors
Sets the new colors.
setNewFilter(Filter) - Method in class adams.data.conversion.SwapPLS
Sets the new PLS filter to replace with.
setNewFitness(double, Object, int, int[]) - Method in class adams.opt.genetic.AbstractGeneticAlgorithm
Sets a fitness and keep it if better.
setNewLayer(String) - Method in class adams.data.imagesegmentation.filter.MergeLayers
Sets the name of the layer generated from the merge, can replace an existing one.
setNewLimit(int) - Method in class adams.flow.processor.ChangeDatabaseConditionLimit
Sets the new Limit to replace.
setNewLine(String) - Method in class adams.data.io.output.AutoWidthTabularSpreadSheetWriter
Sets the string to use as newline.
setNewLine(String) - Method in class adams.data.io.output.CsvSpreadSheetWriter
Sets the string to use as newline.
setNewLine(String) - Method in class adams.data.io.output.FixedTabularSpreadSheetWriter
Sets the string to use as newline.
setNewName(String) - Method in class adams.data.conversion.RenameSpreadSheet
Sets the new name of the sheet.
setNewName(String) - Method in class adams.data.conversion.RenameSpreadSheetColumn
Sets the new name of the column.
setNewName(String) - Method in class adams.flow.processor.AbstractNameUpdater
Sets the new name that replaces the old one.
setNewNumThreads(int) - Method in class adams.flow.processor.ChangeNumThreads
Sets the new setting to use.
setNewObject(BaseCommandLine) - Method in class adams.data.conversion.SwapObjects
Sets the new object to replace with.
setNewPassword(BasePassword) - Method in class adams.flow.processor.ChangeDatabaseConnection
Sets the new password.
setNewPath(BaseString[]) - Method in class adams.flow.processor.ChangePath
Sets the new paths to replace with.
setNewPrefix(String) - Method in class adams.flow.transformer.ChangeReportFieldPrefixes
Sets the replacement prefix to use.
setNewTimestamp(BaseDateTime) - Method in class adams.data.filter.TimeseriesShiftTimestamps
Sets the new timestamp to use.
setNewType(AbstractDisplayType) - Method in class adams.flow.processor.ChangeDisplayType
Sets the new display type to replace.
setNewURL(String) - Method in class adams.flow.processor.ChangeDatabaseConnection
Sets the new URL to replace.
setNewUser(String) - Method in class adams.flow.processor.ChangeDatabaseConnection
Sets the new database user to use.
setNoAdditionalFieldsPrefix(boolean) - Method in interface adams.data.instances.InstanceGeneratorWithAdditionalFields
Sets whether to drop the prefix for the additional fields.
setNoBorder(boolean) - Method in class adams.data.io.output.FixedTabularSpreadSheetWriter
Sets whether to use a border or not.
setNoCheck(boolean) - Method in class adams.flow.transformer.WekaExperiment
Sets whether to avoid the check at setUp time whether the experiment file is present or not.
setNoCopy(boolean) - Method in class adams.data.conversion.AbstractInPlaceSpreadSheetConversion
Sets whether to skip creating a copy of the spreadsheet before processing it.
setNoCopy(boolean) - Method in class adams.data.conversion.AbstractSwapObject
Sets whether to skip creating a copy of the object before swapping.
setNoCopy(boolean) - Method in interface adams.data.InPlaceProcessing
Sets whether to skip creating a copy of the data before processing it.
setNoCopy(boolean) - Method in class adams.flow.processor.AbstractModifyingProcessor
Sets whether to suppress copying the actor first before processing.
setNoCopy(boolean) - Method in interface adams.flow.processor.ModifyingProcessor
Sets whether to suppress copying the actor first before processing.
setNoCopy(boolean) - Method in class adams.flow.transformer.AbstractInPlaceSpreadSheetTransformer
Sets whether to skip creating a copy of the spreadsheet before setting value.
setNoCopy(boolean) - Method in class adams.flow.transformer.ArrayReverse
Sets whether to reverse order in-place, rather than creating new array.
setNoCopy(boolean) - Method in class adams.flow.transformer.Draw
Sets whether to skip creating a copy of the image before setting value.
setNoCopy(boolean) - Method in class adams.flow.transformer.FilterMap
Sets whether to skip creating a copy of the map before filtering.
setNoCopy(boolean) - Method in class adams.flow.transformer.ImageSegmentationContainerFilter
Sets whether to skip creating a copy of the map before filtering.
setNoCopy(boolean) - Method in class adams.flow.transformer.multimapoperation.Merge
Sets whether to skip creating a copy of the map before merging.
setNoCopy(boolean) - Method in class adams.flow.transformer.NegativeRegions
Sets whether to skip creating a copy of the image container before adding the regions.
setNoDatabaseConnect(boolean) - Method in class adams.db.AbstractDatabaseObjectWithOptionHandling
Sets whether to suppress a database connection or not.
setNodeName(String) - Method in class adams.flow.transformer.AddDOMNode
Sets the name of the node to add.
setNodeValue(String) - Method in class adams.flow.transformer.AddDOMNode
Sets the value of the node to add.
setNoDiscard(boolean) - Method in class adams.flow.standalone.AbstractMutableActorDaemonEvent
Sets whether to process all change events or discard if busy.
setNoDuplicates(boolean) - Method in class adams.flow.transformer.SpreadSheetCollapse
Sets whether to omit duplicates.
setNoExecute(boolean) - Method in class adams.flow.FlowRunner
Sets whether to suppress flow execution.
setNoHeader(boolean) - Method in class adams.data.io.input.AbstractExcelSpreadSheetReader
Sets whether the file contains a header row or not.
setNoHeader(boolean) - Method in class adams.data.io.input.CsvSpreadSheetReader
Sets whether the file contains a header row or not.
setNoHeader(boolean) - Method in class adams.data.io.input.FastCsvSpreadSheetReader
Sets whether the file contains a header row or not.
setNoHeader(boolean) - Method in class adams.data.io.input.FixedTabularSpreadSheetReader
Sets whether the file contains a header row or not.
setNoHeader(boolean) - Method in class adams.data.io.input.GnumericSpreadSheetReader
Sets whether the file contains a header row or not.
setNoHeader(boolean) - Method in interface adams.data.io.input.NoHeaderSpreadSheetReader
Sets whether the file contains a header row or not.
setNoHeader(boolean) - Method in class adams.data.io.input.ODFSpreadSheetReader
Sets whether the file contains a header row or not.
setNoHeader(boolean) - Method in class adams.data.io.input.SimpleCsvSpreadSheetReader
Sets whether the file contains a header row or not.
setNoHeader(boolean) - Method in class adams.data.io.input.SimpleStreamSpreadSheetReader
Sets whether the file contains a header row or not.
setNoHeader(boolean) - Method in class adams.data.io.output.AutoWidthTabularSpreadSheetWriter
Sets whether to use a header or not.
setNoHeader(boolean) - Method in class adams.data.io.output.CsvSpreadSheetWriter
Sets whether to use a header or not.
setNoHeader(boolean) - Method in class adams.data.io.output.FixedTabularSpreadSheetWriter
Sets whether to use a header or not.
setNoHeader(boolean) - Method in interface adams.data.io.output.NoHeaderSpreadSheetWriter
Sets whether the file contains a header row or not.
setNoImpliedDirs(boolean) - Method in class adams.flow.source.RSync
 
setNoise(double) - Method in class weka.classifiers.functions.GaussianProcessesAdaptive
Set the level of Gaussian Noise.
setNoise(double) - Method in class weka.classifiers.functions.GaussianProcessesNoWeights
Set the level of Gaussian Noise.
setNoise(double) - Method in class weka.classifiers.functions.GaussianProcessesWeighted
Set the level of Gaussian Noise.
setNoise(double) - Method in class weka.classifiers.functions.GPD
Set the level of Gaussian Noise.
setNoiseLevel(double) - Method in class adams.data.image.transformer.crop.ThresholdedCrop
Sets the noise level.
setNominal(boolean) - Method in class weka.filters.unsupervised.attribute.SAX
Sets whether to output nominal or numeric values.
setNoMotd(boolean) - Method in class adams.flow.source.RSync
 
setNonConformitiesIndex(Index) - Method in class adams.data.spc.UChart
Sets the matrix column index for the nonconformities.
setNonInteractive(boolean) - Method in class adams.flow.condition.bool.PromptUser
Sets whether to enable/disable interactiveness.
setNonInteractive(boolean) - Method in interface adams.flow.core.AutomatableInteraction
Sets whether to enable/disable interactiveness.
setNonInteractive(boolean) - Method in interface adams.flow.core.AutomatableInteractiveActor
Sets whether to enable/disable interactiveness.
setNonInteractive(boolean) - Method in class adams.flow.FlowRunner
Sets whether to run the flow without interaction with the user.
setNonInteractive(boolean) - Method in class adams.flow.source.AbstractSelectObjects
Sets whether to enable/disable interactiveness.
setNonInteractive(boolean) - Method in class adams.flow.source.EnterManyValues
Sets whether to enable/disable interactiveness.
setNonInteractive(boolean) - Method in class adams.flow.source.EnterValue
Sets whether to enable/disable interactiveness.
setNonInteractive(boolean) - Method in class adams.flow.source.SelectCharset
Sets whether to enable/disable interactiveness.
setNonInteractive(boolean) - Method in class adams.flow.source.SelectDateTime
Sets whether to enable/disable interactiveness.
setNonInteractive(boolean) - Method in class adams.flow.source.SelectDirectory
Sets whether to enable/disable interactiveness.
setNonInteractive(boolean) - Method in class adams.flow.source.SelectFile
Sets whether to enable/disable interactiveness.
setNonInteractive(boolean) - Method in class adams.flow.source.WekaSelectDataset
Sets whether to enable/disable interactiveness.
setNonInteractive(boolean) - Method in class adams.flow.transformer.CompareObjectLocations
Sets whether to enable/disable interactiveness.
setNonInteractive(boolean) - Method in class adams.flow.transformer.WekaChooseAttributes
Sets whether to enable/disable interactiveness.
setNonInteractiveMode(boolean) - Method in class adams.flow.standalone.ExternalFlow
Sets whether to run the flow in non-interactive mode.
setNonMirroredBackend(DbBackend) - Method in class adams.db.mirrored.DbBackend
Sets the backend to use for non-mirrored connections.
setNoOverlapAction(MergeObjectLocations.NoOverlapAction) - Method in class adams.flow.transformer.MergeObjectLocations
Sets the action to take when an object has no overlaps.
setNoPath(boolean) - Method in class adams.flow.core.ActorUsage
Sets whether to omit the path of the flow in the spreadsheet.
setNoProxy(Proxy.Type, String[]) - Method in class adams.core.net.ProxyHelper
Sets the hosts that bypass the proxy.
setNoRegionsNoOutput(boolean) - Method in class adams.flow.transformer.NegativeRegions
Sets whether to suppress forwarding the container if no negative regions were generated.
setNoReplacement(boolean) - Method in class weka.classifiers.meta.VotedImbalance
Sets whether instances are drawn with or with out replacement.
setNormaliseType(XGBoost.NormaliseType) - Method in class weka.classifiers.trees.XGBoost
Sets the type of normalisation algorithm.
setNormalize(boolean) - Method in class adams.data.autocorrelation.FFT
Sets whether to normalize the data.
setNormalize(boolean) - Method in class adams.data.statistics.ArrayBinning
Sets whether to normalize the data before generating the histogram.
setNormalize(boolean) - Method in class adams.data.statistics.ArrayHistogram
Sets whether to normalize the data before generating the histogram.
setNormalize(boolean) - Method in class adams.flow.transformer.ArrayHistogramRanges
Sets whether to normalize the data before generating the histogram.
setNormalize(boolean) - Method in class adams.flow.transformer.SpreadSheetHistogramRanges
Sets whether to normalize the data before generating the histogram.
setNormalize(boolean) - Method in class adams.flow.transformer.WekaInstancesHistogramRanges
Sets whether to normalize the data before generating the histogram.
setNormalPlotOptions(NormalPlotOptions) - Method in class adams.flow.sink.FourInOneDisplay
Set the options for the normal plot
setNormalPlotOptions(NormalPlotOptions) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.FourInOnePlot
Set the options for the normal plot.
setNormYWeights(boolean) - Method in class adams.data.instancesanalysis.pls.NIPALS
Sets whether to normalize Y weights.
setNoSeparator(boolean) - Method in class adams.flow.transformer.AppendName
Sets whether to suppress inserting a separator between file/dir and suffix.
setNoSeparator(boolean) - Method in class adams.flow.transformer.PrependDir
Sets whether to suppress inserting a separator between file/dir and prefix.
setNoSubActors(boolean) - Method in class adams.flow.source.SpecifiedActor
Sets whether to strip actor handlers of their sub-actors.
setNote(File, String) - Method in class adams.gui.tools.PreviewBrowserPanel
Sets the note for the file.
setNote(String) - Method in class adams.core.net.EmailContact
Sets the note.
setNoteGroup(String) - Method in class adams.flow.transformer.AddNote
Sets the note grpup.
setNotes(BaseString[]) - Method in class adams.data.image.AbstractImageFeatureGenerator
Sets the notes to add as attributes.
setNotes(BaseString[]) - Method in class adams.data.timeseries.AbstractTimeseriesFeatureGenerator
Sets the notes to add as attributes.
setNotes(BaseText) - Method in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment
Sets the notes for the experiment.
setNotes(Notes) - Method in class adams.data.container.AbstractSimpleContainer
Sets the notes to use.
setNoteType(String) - Method in class adams.flow.transformer.AddNote
Sets the note type.
setNoteValue(String) - Method in class adams.flow.transformer.AddNote
Sets the note value.
setNotification(AbstractNotification) - Method in class adams.flow.control.flowrestart.NotificationManager
Sets the restart operation to use.
setNotification(AbstractNotification) - Method in class adams.flow.sink.SendNotification
Sets the notification to use.
setNotification(AbstractNotification) - Method in class adams.flow.standalone.MemoryMonitor
Sets the notification scheme to use.
setNotificationEnabled(boolean) - Method in class adams.gui.visualization.instances.InstancesTableModel
sets whether the notification of changes is enabled
setNotificationInterval(int) - Method in class adams.opt.genetic.AbstractGeneticAlgorithm
Sets the notification interval in seconds.
setNotifications(AbstractNotification[]) - Method in class adams.flow.sink.sendnotification.MultiNotification
Sets the notifications to use.
setNotificationWait(int) - Method in class adams.flow.standalone.MemoryMonitor
Sets the number of seconds to wait before sending out another notification.
setNoToken(String) - Method in class adams.flow.transformer.ConfirmationDialog
Sets the string to forward as string token in case the user chooses 'no', in case custom tokens are enabled.
setNoToolTips(boolean) - Method in class adams.flow.sink.SequencePlotter
Sets whether to suppress the plot tool tips.
setNoToolTips(boolean) - Method in class adams.flow.sink.SimplePlot
Sets whether to suppress the plot tool tips.
setNoTypeColor(Color) - Method in class adams.gui.visualization.object.objectannotations.colors.PerType
Sets the color to use when no type information available.
setNoTypeColor(Color) - Method in class adams.gui.visualization.object.objectannotations.colors.TypeColorMapping
Sets the color to use when no type information available.
setNoUpdate(boolean) - Method in class weka.classifiers.lazy.LWLDatasetBuilder
Sets whether to suppress updating the nearest-neighbor search algorithm when making predictions.
setNoUpdate(boolean) - Method in class weka.classifiers.lazy.LWLSynchro
Sets whether to suppress updating the nearest-neighbor search algorithm when making predictions.
setNoUpdate(boolean) - Method in class weka.classifiers.lazy.LWLSynchroPrefilter
Sets whether to suppress updating the nearest-neighbor search algorithm when making predictions.
setNoUpdate(boolean) - Method in class weka.filters.unsupervised.instance.AccumulatedLWLWeights
Sets whether to suppress updating the nearest-neighbor search algorithm when making predictions.
setNth(int) - Method in class adams.flow.transformer.arraysubsetgeneration.EveryNth
Sets the elements to pick.
setNthColumn(int) - Method in class adams.data.spreadsheet.columnfinder.DownSample
Sets the nth column setting.
setNthPixel(int) - Method in class adams.data.image.transformer.DownSample
Sets the nth pixel setting.
setNthPoint(int) - Method in class adams.data.filter.DownSample
Sets the nth point setting.
setNthPoint(int) - Method in class weka.filters.unsupervised.attribute.DownSample
Sets the nth point setting.
setNthRow(int) - Method in class adams.data.spreadsheet.rowfinder.DownSample
Sets the nth row setting.
setNthValueToShow(int) - Method in class adams.gui.visualization.core.axis.AbstractAxisModel
Sets the count of ticks a value is shown, i.e., "3" means every third tick: 1, 4, 7, ...
setNthValueToShow(int) - Method in class adams.gui.visualization.core.AxisPanel
Sets the count of ticks a value is shown, i.e., "3" means every third tick: 1, 4, 7, ...
setNthValueToShow(int) - Method in class adams.gui.visualization.core.AxisPanelOptions
Sets the count of ticks a value is shown, i.e., "3" means every third tick: 1, 4, 7, ...
setNumAttempts(int) - Method in interface adams.core.MultiAttemptSupporter
Sets the number of attempts.
setNumAttempts(int) - Method in class adams.flow.sink.DumpFile
Sets the number of attempts.
setNumAttempts(int) - Method in class adams.flow.transformer.CopyFile
Sets the number of attempts.
setNumAttempts(int) - Method in class adams.flow.transformer.MoveFile
Sets the number of attempts.
setNumAttempts(int) - Method in class adams.flow.transformer.WaitForFile
Sets the maximum number of intervals to wait.
setNumAttempts(int) - Method in class adams.multiprocess.ScpJobRunner
Sets the maximum number of intervals to wait.
setNumAttempts(int) - Method in class adams.multiprocess.SerializingJobRunner
Sets the maximum number of intervals to wait.
setNumattrs(int) - Method in class weka.classifiers.meta.Corr
 
setNumBalanced(int) - Method in class weka.classifiers.meta.VotedImbalance
Set the number of balanced datasets to generated (= #classifiers).
setNumber(int) - Method in class adams.core.option.NestedFormatHelper.Line
Sets the associated line number.
setNumberBins(int) - Method in class adams.gui.visualization.stats.histogram.HistogramOptions
Set the number of bins in the histogram
setNumberFormat(String) - Method in class adams.data.io.output.AbstractFormattedSpreadSheetWriter
Sets the number format.
setNumberFormat(String) - Method in class adams.data.io.output.AbstractMultiSheetFormattedSpreadSheetWriter
Sets the number format.
setNumberFormat(String) - Method in class adams.gui.visualization.core.axis.AbstractAxisModel
Sets the pattern used for displaying the numbers on the axis.
setNumberFormat(String) - Method in class adams.gui.visualization.core.AxisPanel
Sets the pattern used for displaying the numbers on the axis.
setNumberInSubset(int) - Method in class weka.filters.unsupervised.instance.KennardStone
Sets the number of rws to select in subset.
setNumberOfParallelTrees(int) - Method in class weka.classifiers.trees.XGBoost
Sets the number of parallel trees constructed during each iteration.
setNumberOfRounds(int) - Method in class weka.classifiers.trees.XGBoost
Sets the number of boosting rounds to perform.
setNumBins(int) - Method in interface adams.data.binning.algorithm.FixedNumBinsBinningAlgorithm
Sets the number of bins to use.
setNumBins(int) - Method in class adams.data.binning.algorithm.FrequencyBinning
Sets the number of bins to use.
setNumBins(int) - Method in class adams.data.binning.algorithm.ManualBinning
Sets the number of bins to use.
setNumBins(int) - Method in class adams.data.filter.AbstractSAX
Sets the number of bins to use for the Gaussian.
setNumBins(int) - Method in class adams.data.image.features.Histogram
Sets the number of bins to use per channel.
setNumBins(int) - Method in class adams.data.jai.features.Histogram
Sets the number of bins to use per channel.
setNumBins(int) - Method in class adams.data.opencv.features.Histogram
Sets the number of bins to use.
setNumBins(int) - Method in class adams.data.spreadsheet.rowscore.EqualWidthBins
Sets the number of bins.
setNumBins(int) - Method in class adams.data.spreadsheet.rowscore.SAXDistanceFromBaseline
Sets the number of bins to use for the Gaussian.
setNumBins(int) - Method in class adams.data.statistics.ArrayHistogram
Sets the number of bins to use in manual calculation.
setNumBins(int) - Method in class adams.flow.transformer.ArrayHistogramRanges
Sets the number of bins to use in manual calculation.
setNumBins(int) - Method in class adams.flow.transformer.SpreadSheetHistogramRanges
Sets the number of bins to use in manual calculation.
setNumBins(int) - Method in class adams.flow.transformer.WekaInstancesHistogramRanges
Sets the number of bins to use in manual calculation.
setNumBytes(int) - Method in class adams.data.conversion.ByteArrayToPrimitiveArray
Sets the number of bytes to convert into a primitive.
setNumBytes(int) - Method in class adams.data.conversion.PrimitiveArrayToByteArray
Sets the number of bytes to use for the conversion.
setNumCheckPoints(int) - Method in class adams.data.image.transformer.crop.BinaryCrop
Sets the number of check points to use for determining smallest rectangle in the middle.
setNumChrom(int) - Method in class adams.opt.genetic.AbstractGeneticAlgorithm
Sets the number of chromosomes to use.
setNumChrom(int) - Method in class adams.opt.optimise.genetic.AbstractGeneticAlgorithm
Sets the number of chromosomes to use.
setNumClusters(int) - Method in class weka.clusterers.SAXKMeans
set the number of clusters to generate.
setNumCoefficients(int) - Method in class adams.data.instancesanalysis.pls.SIMPLS
Sets the number of coefficients of W matrix to keep (rest gets zeroed).
setNumColors(int) - Method in class adams.data.jai.transformer.IndexedColors
Sets the maximum number of colors.
setNumColors(int) - Method in class adams.flow.source.ColorProvider
Sets the number of colors to generate.
setNumColors(int) - Method in class adams.gui.visualization.core.BiColorGenerator
Sets the number of gradient colors to use.
setNumColors(int) - Method in interface adams.gui.visualization.core.ColorGradientGeneratorWithFixedNumberOfColors
Sets the number of gradient colors to use.
setNumColors(int) - Method in class adams.gui.visualization.core.ColorProviderBasedColorGradientGenerator
Sets the number of gradient colors to use.
setNumColors(int) - Method in class adams.gui.visualization.core.MultiColorGenerator
Sets the number of gradient colors to use.
setNumCols(int) - Method in class adams.data.image.multiimageoperation.MergeGrid
Sets the number of columns in the grid.
setNumCols(int) - Method in class adams.data.image.transformer.subimages.Grid
Sets the number of columns in the grid.
setNumCols(int) - Method in class adams.flow.sink.ArrayDisplay
Sets the number of cols to use in case of ArrayDisplay.Arrangement.GRID.
setNumCols(int) - Method in class adams.flow.source.EnterValue
Sets the number of columns to use for the text box.
setNumCols(int) - Method in class adams.flow.standalone.GridView
Sets the number of columns in the grid.
setNumCols(int) - Method in class adams.flow.transformer.negativeregions.SimpleBlockFill
Sets the number of columns in the grid.
setNumColumns(int) - Method in class adams.data.conversion.BreakUpString
Sets the maximum number of columns/chars per line.
setNumColumns(int) - Method in class adams.flow.sink.DisplayPanelGrid
Sets the number of columns in the grid.
setNumComponents(int) - Method in class adams.data.instancesanalysis.pls.AbstractPLS
sets the maximum number of attributes to use.
setNumComponents(int) - Method in class weka.attributeSelection.AbstractPLSAttributeEval
sets the maximum number of attributes to use.
setNumComponents(int) - Method in class weka.core.neighboursearch.PLSNNSearch
 
setNumComponents(Object, int) - Method in class adams.data.conversion.SwapPLS
Sets the number of components in the filter.
setNumConsecutiveLongLagsToAverage(int) - Method in class adams.flow.core.LagMakerOptions
Sets the number of consecutive long lags to average.
setNumCycles(int) - Method in class adams.flow.transformer.PredictionEccentricity
Sets the number of cycles to apply.
setNumCycles(int) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.PredictionEccentricity
Sets the number of cycles to apply.
setNumDecimals(int) - Method in class adams.core.base.BaseInterval
Sets the number of decimals to use in the ranges.
setNumDecimals(int) - Method in class adams.data.binning.algorithm.AbstractBinningAlgorithm
Sets the number of decimals to show in intervals.
setNumDecimals(int) - Method in class adams.data.conversion.DoubleToString
Sets the number of decimals for numbers in tables.
setNumDecimals(int) - Method in class adams.data.conversion.Mat5ArrayToString
Sets the number of decimals after the decimal point to use.
setNumDecimals(int) - Method in class adams.data.conversion.MathExpression
Sets the number of decimals after the decimal point to use.
setNumDecimals(int) - Method in class adams.data.conversion.Round
Sets the number of decimals after the decimal point to use.
setNumDecimals(int) - Method in class adams.data.conversion.SpreadSheetDoubleColumnToString
Sets the number of decimals for numbers in tables.
setNumDecimals(int) - Method in class adams.data.filter.TimeseriesRound
Sets the number of decimals after the decimal point to use.
setNumDecimals(int) - Method in class adams.data.objectfilter.Scale
Sets the number of decimals after the decimal point to use.
setNumDecimals(int) - Method in class adams.data.statistics.ArrayHistogram
Sets the number of decimals to show in the bin description.
setNumDecimals(int) - Method in class adams.flow.sink.SpreadSheetDisplay
Sets the number of decimals to display.
setNumDecimals(int) - Method in class adams.flow.source.MathExpression
Sets the number of decimals after the decimal point to use.
setNumDecimals(int) - Method in class adams.flow.transformer.ArrayHistogramRanges
Sets the number of decimals to show in the bin description.
setNumDecimals(int) - Method in class adams.flow.transformer.MathExpression
Sets the number of decimals after the decimal point to use.
setNumDecimals(int) - Method in class adams.flow.transformer.pdfproclet.AbstractSpreadSheetPdfProclet
Sets the number of decimals for numbers in tables.
setNumDecimals(int) - Method in class adams.flow.transformer.Round
Sets the number of decimals after the decimal point to use.
setNumDecimals(int) - Method in class adams.flow.transformer.ScaleReportObjects
Sets the number of decimals after the decimal point to use.
setNumDecimals(int) - Method in class adams.flow.transformer.SpreadSheetHistogramRanges
Sets the number of decimals to show in the bin description.
setNumDecimals(int) - Method in class adams.flow.transformer.WekaInstancesHistogramRanges
Sets the number of decimals to show in the bin description.
setNumDecimals(int) - Method in class adams.gui.core.SpreadSheetTable
Sets the number of decimals to display.
setNumDecimals(int) - Method in class adams.gui.core.SpreadSheetTableModel
Sets the number of decimals to display.
setNumDecimals(int) - Method in class adams.gui.dialog.MultiSpreadSheetDialog
Sets the number of decimals to display.
setNumDecimals(int) - Method in class adams.gui.dialog.SpreadSheetDialog
Sets the number of decimals to display.
setNumDecimals(int) - Method in class adams.gui.dialog.SpreadSheetPanel
Sets the number of decimals to display.
setNumDecimals(int) - Method in class adams.gui.tools.spreadsheetviewer.MultiPagePane
Sets the number of decimals to use for all tables.
setNumDecimals(int) - Method in class adams.gui.tools.spreadsheetviewer.SpreadSheetPanel
Sets the number of decimals to display.
setNumDecimals(int) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.ConfusionMatrix
Sets the number of decimals to display.
setNumDecimals(int) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.Predictions
Sets the number of decimals to use for numeric values.
setNumDecimals(int) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.Statistics
Sets the number of decimals to use for numeric values.
setNumDecimals(int) - Method in class adams.gui.visualization.report.ReportFactory.Model
Sets the number of decimals to display for numeric values.
setNumDecimals(int) - Method in class adams.gui.visualization.report.ReportFactory.Table
Sets the number of decimals to display for numeric values.
setNumDecimalsAt(int, int) - Method in class adams.gui.tools.spreadsheetviewer.MultiPagePane
Sets the number of decimals to use.
setNumDigits(int) - Method in class adams.flow.transformer.splitfile.AbstractFileSplitter
Sets the number of digits to use for the index of the generated files.
setNumDigits(int) - Method in class adams.gui.visualization.image.leftclick.AbstractSelectionRectangleBasedLeftClickProcessor
Sets the number of digits to use for the left-padded index.
setNumDigits(int) - Method in class adams.gui.visualization.image.selection.AbstractSelectionRectangleBasedSelectionProcessor
Sets the number of digits to use for the left-padded index.
setNumDigits(int) - Method in class adams.gui.visualization.object.annotator.AbstractPointAnnotator
Sets the number of digits to use for the left-padded index.
setNumDigits(int) - Method in class adams.gui.visualization.object.annotator.AbstractRectangleBasedAnnotator
Sets the number of digits to use for the left-padded index.
setNumeratorDegreesOfFreedom(double) - Method in class adams.data.distribution.F
Sets the numerator degrees of freedom.
setNumericActual(double[]) - Method in class adams.flow.transformer.summarystatistics.AbstractGeneralSummaryStatistic
Sets the actual values.
setNumericActual(double[]) - Method in class adams.flow.transformer.summarystatistics.AbstractNumericSummaryStatistic
Sets the actual values.
setNumericActual(double[]) - Method in interface adams.flow.transformer.summarystatistics.NumericSummaryStatistic
Sets the actual values.
setNumericColumns(Range) - Method in class adams.data.io.input.FastCsvSpreadSheetReader
Sets the range of columns to treat as numeric.
setNumericIds(boolean) - Method in class adams.flow.source.RSync
 
setNumericPredicted(double[]) - Method in class adams.flow.transformer.summarystatistics.AbstractGeneralSummaryStatistic
Sets the predicted values.
setNumericPredicted(double[]) - Method in class adams.flow.transformer.summarystatistics.AbstractNumericSummaryStatistic
Sets the predicted values.
setNumericPredicted(double[]) - Method in interface adams.flow.transformer.summarystatistics.NumericSummaryStatistic
Sets the predicted values.
setNumericValue(String, double) - Method in class adams.data.report.Report
Sets a numeric value.
setNumEvaluationBins(int) - Method in class weka.classifiers.BestBinnedNumericClassRandomSplitGenerator
Sets the number of bints to use during evaluation.
setNumExecutionSlots(int) - Method in class weka.classifiers.meta.SubsetEnsemble
Set the number of execution slots (threads) to use for building the members of the ensemble.
setNumExecutionSlots(int) - Method in class weka.classifiers.meta.VotedImbalance
Set the number of execution slots (threads) to use for building the members of the ensemble.
setNumExecutionSlots(int) - Method in class weka.clusterers.SAXKMeans
Set the degree of parallelism to use.
setNumFeatures(int) - Method in class adams.data.featureconverter.FixedNumFeatures
Sets the number of features to guarantee.
setNumFeatures(int) - Method in class adams.data.timeseries.FixedNumFeatures
Sets the number of features to guarantee.
setNumFiles(int) - Method in class adams.flow.transformer.splitfile.SplitByNumber
Sets the number the files.
setNumFiles(VariableName) - Method in class adams.flow.template.IterateFilesWithProgressBar
Sets the variable name to use for the total number of files found.
setNumFilesPerPage(int) - Method in class adams.flow.transformer.pdfproclet.AbstractPdfProcletWithPageBreaks
Sets the number of files per page.
setNumFilesPerPage(int) - Method in class adams.flow.transformer.pdfproclet.FixedText
Sets the number of files per page.
setNumFilesPerPage(int) - Method in class adams.flow.transformer.pdfproclet.Headline
Sets the number of files per page.
setNumFilesPerPage(int) - Method in class adams.flow.transformer.pdfproclet.MetaHeadline
Sets the number of files per page.
setNumFilesPerPage(int) - Method in interface adams.flow.transformer.pdfproclet.PdfProcletWithPageBreaks
Sets the number of files per page.
setNumFolds(int) - Method in interface adams.data.splitgenerator.CrossValidationFoldGenerator
Sets the number of folds to use.
setNumFolds(int) - Method in class adams.data.splitgenerator.generic.crossvalidation.CrossValidationGenerator
Sets the number of folds to use.
setNumFolds(int) - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesCrossValidationFoldGenerator
Sets the number of folds to use.
setNumFolds(int) - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesGroupedCrossValidationFoldGenerator
Sets the number of folds to use.
setNumFolds(int) - Method in class adams.flow.transformer.preparefilebaseddataset.CrossValidation
Sets the number of folds to use.
setNumFolds(int) - Method in class adams.ml.evaluation.DefaultCrossValidationFoldGenerator
Sets the number of folds to use.
setNumFolds(int) - Method in class weka.classifiers.BinnedNumericClassCrossValidationFoldGenerator
Sets the number of folds to use.
setNumFolds(int) - Method in interface weka.classifiers.CrossValidationFoldGenerator
Sets the number of folds to use.
setNumFolds(int) - Method in class weka.classifiers.DefaultCrossValidationFoldGenerator
Sets the number of folds to use.
setNumFolds(int) - Method in class weka.classifiers.GroupedBinnedNumericClassCrossValidationFoldGenerator
Sets the number of folds to use.
setNumFolds(int) - Method in class weka.classifiers.GroupedCrossValidationFoldGenerator
Sets the number of folds to use.
setNumFolds(int) - Method in class weka.classifiers.GroupedCrossValidationFoldGeneratorUsingNumericClassValues
Sets the number of folds to use.
setNumFolds(int) - Method in class weka.classifiers.meta.ClassifierCascade
the number of folds for cross-validation.
setNumFolds(int) - Method in class weka.filters.supervised.instance.RemoveOutliers
Sets the number of folds to use.
setNumFolds(int) - Method in class weka.filters.unsupervised.instance.RemoveMisclassifiedAbs
Sets the number of cross-validation folds to use - < 2 means no cross-validation.
setNumFolds(int) - Method in class weka.filters.unsupervised.instance.RemoveMisclassifiedRel
Sets the number of cross-validation folds to use - < 2 means no cross-validation.
setNumHorizontal(int) - Method in class adams.flow.sink.BoxPlot
Set the number of box plots to display on each row
setNumHorizontal(int) - Method in class adams.gui.visualization.stats.boxplot.BoxPlotManager
Set the number of box plots to display on each row
setNumIterations(int) - Method in interface adams.core.Iteratable
Sets the number of iterations to perform.
setNumIterations(int) - Method in class adams.opt.genetic.stopping.MaxIterations
Sets the number of iterations to perform.
setNumIterations(int) - Method in class adams.opt.genetic.stopping.MaxIterationsWithoutImprovement
Sets the number of iterations to perform.
setNumIterations(int) - Method in class weka.classifiers.trees.RandomModelTrees
Sets the number of iterations.
setNumIterations(int) - Method in class weka.classifiers.trees.RandomRegressionForest
Sets the number of iterations
setNumLeft(int) - Method in class adams.data.baseline.SlidingWindow
Sets the number of points left of the center.
setNumLevels(int) - Method in class adams.data.boofcv.transformer.WaveletDenoise
Sets the number of levels to use.
setNumLogFiles(int) - Method in class adams.flow.sink.simplelogging.output.RotatingFileOutput
Sets the number of logs to use.
setNumPoints(double) - Method in class adams.data.outlier.TimeseriesMinPoints
Sets the minimum number of points.
setNumPoints(int) - Method in class adams.data.filter.AbstractEquiDistance
Sets the number of points to use.
setNumPoints(int) - Method in class adams.data.filter.DownSize
Sets the number of points to retain.
setNumPoints(int) - Method in class adams.data.statistics.ArrayAndrewsCurves
Sets the number of points to generate.
setNumPoints(int) - Method in class adams.flow.transformer.plotgenerator.AndrewsCurvesGenerator
Sets the number of points to generate.
setNumPoints(int) - Method in class adams.flow.transformer.timeseriessplit.FixedLengthSegments
Sets the number of points for a segment.
setNumPoints(int) - Method in class adams.gui.visualization.sequence.MathExpressionOverlayPaintlet
Sets the number of points to generate.
setNumPoints(int) - Method in class weka.filters.unsupervised.attribute.AndrewsCurves
Sets the number of points to generate.
setNumPoints(int) - Method in class weka.filters.unsupervised.attribute.EquiDistance
Sets the number of points to use.
setNumPoints(int) - Method in class weka.filters.unsupervised.attribute.SavitzkyGolay2
Sets the number of points to the left of a data point.
setNumPointsLeft(int) - Method in class adams.data.baseline.AbstractSavitzkyGolayBased
Sets the number of points to the left of a data point.
setNumPointsLeft(int) - Method in class adams.data.filter.AbstractSavitzkyGolay
Sets the number of points to the left of a data point.
setNumPointsLeft(int) - Method in class adams.data.smoothing.AbstractSavitzkyGolayBased
Sets the number of points to the left of a data point.
setNumPointsLeft(int) - Method in class adams.flow.control.plotprocessor.SavitzkyGolay
Sets the number of points to the left of a data point.
setNumPointsLeft(int) - Method in class adams.ml.preprocessing.unsupervised.SavitzkyGolay
Sets the number of points to the left of a data point.
setNumPointsLeft(int) - Method in class weka.filters.unsupervised.attribute.SavitzkyGolay
Sets the number of points to the left of a data point.
setNumPointsRight(int) - Method in class adams.data.baseline.AbstractSavitzkyGolayBased
Sets the number of points to the right of a data point.
setNumPointsRight(int) - Method in class adams.data.filter.AbstractSavitzkyGolay
Sets the number of points to the right of a data point.
setNumPointsRight(int) - Method in class adams.data.smoothing.AbstractSavitzkyGolayBased
Sets the number of points to the right of a data point.
setNumPointsRight(int) - Method in class adams.flow.control.plotprocessor.SavitzkyGolay
Sets the number of points to the right of a data point.
setNumPointsRight(int) - Method in class adams.ml.preprocessing.unsupervised.SavitzkyGolay
Sets the number of points to the right of a data point.
setNumPointsRight(int) - Method in class weka.filters.unsupervised.attribute.SavitzkyGolay
Sets the number of points to the right of a data point.
setNumRandomFeatures(int) - Method in class weka.classifiers.meta.SubsetEnsemble
Set the number of additional random features to use.
setNumRegions(int) - Method in class adams.flow.transformer.negativeregions.RandomRegions
Sets the number of regions to generate, before removing ones that overlap or overlap with annotations.
setNumRegressions(int) - Method in class weka.classifiers.meta.AbstainLeastMedianSq
sets number of samples
setNumRegressions(int) - Method in class weka.classifiers.meta.LeastMedianSq
sets number of samples
setNumRight(int) - Method in class adams.data.baseline.SlidingWindow
Sets the number of points right of the center.
setNumRows(int) - Method in class adams.data.conversion.WekaCapabilitiesToInstances
Sets the number of data rows to generate.
setNumRows(int) - Method in class adams.data.image.multiimageoperation.MergeGrid
Sets the number of rows in the grid.
setNumRows(int) - Method in class adams.data.image.transformer.subimages.Grid
Sets the number of rows in the grid.
setNumRows(int) - Method in class adams.data.io.input.AbstractExcelSpreadSheetReader
Sets the number of data rows to return.
setNumRows(int) - Method in class adams.data.io.input.AccessSpreadSheetReader
Sets the number of data rows to return.
setNumRows(int) - Method in class adams.data.io.input.CsvSpreadSheetReader
Sets the number of data rows to return.
setNumRows(int) - Method in class adams.data.io.input.FastCsvSpreadSheetReader
Sets the number of data rows to return.
setNumRows(int) - Method in class adams.data.io.input.FixedTabularSpreadSheetReader
Sets the number of data rows to return.
setNumRows(int) - Method in class adams.data.io.input.GnumericSpreadSheetReader
Sets the number of data rows to return.
setNumRows(int) - Method in class adams.data.io.input.ODFSpreadSheetReader
Sets the number of data rows to return.
setNumRows(int) - Method in interface adams.data.io.input.WindowedSpreadSheetReader
Sets the number of data rows to return.
setNumRows(int) - Method in class adams.flow.source.EnterValue
Sets the number of rows to use for the text box.
setNumRows(int) - Method in class adams.flow.standalone.GridView
Sets the number of rows in the grid.
setNumRows(int) - Method in class adams.flow.transformer.negativeregions.SimpleBlockFill
Sets the number of rows in the grid.
setNumRowsColumnTypeDiscovery(int) - Method in class adams.data.io.input.CsvSpreadSheetReader
Sets the number of data rows to use for automatically determining the column type.
setNumRuns(int) - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.MultiRunGenerator
Sets the number of runs to generate.
setNumSamples(int) - Method in class adams.flow.standalone.MemoryMonitor
Sets the number of samples.
setNumSegments(int) - Method in class adams.data.boofcv.transformer.SuperPixels
Sets the number of segments to use.
setNumSegments(int) - Method in class adams.flow.transformer.timeseriessplit.FixedNumSegments
Sets the number of segments.
setNumSimplsCoefficients(int) - Method in class adams.data.instancesanalysis.pls.PRM
Sets the number of SIMPLS coefficients to keep.
setNumSpaces(int) - Method in class adams.data.conversion.DOMToString
Sets the number of spaces to use for pretty printing.
setNumSpaces(int) - Method in class adams.data.conversion.PrettyPrintXML
Sets the number of spaces to use for pretty printing.
setNumSpaces(int) - Method in class adams.data.io.output.AutoWidthTabularSpreadSheetWriter
Sets the number of spaces between columns.
setNumSteps(int) - Method in class adams.flow.source.WekaForecasting
Sets the number of steps to forecast.
setNumStepsConfidenceIntervals(int) - Method in class adams.flow.source.wekaforecastersetup.WekaForecasterGenerator
Sets the number of steps to generate confidence intervals for.
setNumSubsampleBits(int) - Method in class adams.data.jai.transformer.Resize
Sets the precision for subsampling in bits.
setNumSubSamples(int) - Method in class adams.flow.transformer.WekaBootstrapping
Sets the number sub-samples to generate.
setNumThreads(int) - Method in interface adams.core.ThreadLimiter
Sets the number of threads to use.
setNumThreads(int) - Method in class adams.flow.control.ArrayProcess
Sets the number of threads to use for executing the branches.
setNumThreads(int) - Method in class adams.flow.control.Branch
Sets the number of threads to use for executing the branches.
setNumThreads(int) - Method in class adams.flow.control.LoadBalancer
Sets the number of threads to use.
setNumThreads(int) - Method in class adams.flow.transformer.ExecuteJobs
Sets the number of threads to use for parallel training of groups.
setNumThreads(int) - Method in class adams.flow.transformer.WekaClassifierRanker
Sets the number of threads to use.
setNumThreads(int) - Method in class adams.flow.transformer.WekaCrossValidationEvaluator
Sets the number of threads to use for cross-validation.
setNumThreads(int) - Method in class adams.multiprocess.LocalJobRunner
Sets the number of threads to use.
setNumThreads(int) - Method in class adams.multiprocess.WekaCrossValidationExecution
Sets the number of threads to use for cross-validation (only used if no JobRunnerSetup/JobRunner set).
setNumThreads(int) - Method in class adams.opt.genetic.AbstractGeneticAlgorithm
Sets the number of threads to use.
setNumThreads(int) - Method in class adams.tools.ZipPassword
Sets the number of threads to use for executing the branches.
setNumThreads(int) - Method in class weka.classifiers.meta.ClassifierCascade
the number of threads to use.
setNumThreads(int) - Method in class weka.classifiers.trees.XGBoost
Sets the number of parallel threads used to run XGBoost.
setNumThreads(int) - Method in class weka.filters.supervised.instance.RemoveOutliers
Sets the number of threads to use for cross-validation.
setNumTicks(int) - Method in class adams.gui.visualization.core.axis.AbstractLimitedTickGenerator
Sets the number of ticks to display along the axis.
setNumTimes(int) - Method in class adams.data.boofcv.transformer.Dilate4
Sets the number of times to apply this operation.
setNumTimes(int) - Method in class adams.data.boofcv.transformer.Dilate8
Sets the number of times to apply this operation.
setNumTimes(int) - Method in class adams.data.boofcv.transformer.Erode4
Sets the number of times to apply this operation.
setNumTimes(int) - Method in class adams.data.boofcv.transformer.Erode8
Sets the number of times to apply this operation.
setNumTimes(int) - Method in class adams.flow.transformer.StringIndent
Sets the number of times to insert the indentation string.
setNumTokens(int) - Method in class adams.flow.sink.DisplayPanelManager
Sets the number of tokens to accept per panel before creating a new panel.
setNumTokens(int) - Method in class adams.flow.sink.HistoryDisplay
Sets the number of tokens to accept per entry before creating a new entry.
setNumWindows(int) - Method in class adams.data.filter.AbstractSAX
Sets the number of windows to use for PAA.
setNumWindows(int) - Method in class adams.data.spreadsheet.rowscore.SAXDistanceFromBaseline
Sets the number of windows to use for PAA.
setNumZeroes(double) - Method in class weka.filters.unsupervised.instance.RemoveWithZeroes
Sets the number of zeroes a row must have at least in order to be removed.
setObject(BaseColor) - Method in class adams.gui.core.BaseColorTextField
Sets the object.
setObject(Object) - Method in interface adams.data.spreadsheet.Cell
Sets the object content of the cell.
setObject(Object) - Method in class adams.data.spreadsheet.CellView
Sets the object content of the cell.
setObject(Object) - Method in class adams.data.spreadsheet.DoubleCell
Sets the object content of the cell.
setObject(Object) - Method in class adams.data.spreadsheet.FloatCell
Sets the object content of the cell.
setObject(Object) - Method in class adams.gui.goe.GenericObjectEditor
Sets the current Object.
setObject(Object) - Method in class adams.gui.visualization.debug.objecttree.Tree
Sets the object to display.
setObject(Object) - Method in class adams.ml.data.DataCellView
Ignored.
setObject(String, Object) - Method in class adams.core.Properties
Stores the object as commandline.
setObject(T) - Method in class adams.gui.core.BaseObjectTextField
Sets the object.
setObjectActor(CallableActorReference) - Method in class adams.flow.core.ObjectRetriever
Sets the callable actor to retrieve the object from.
setObjectActor(CallableActorReference) - Method in class adams.flow.transformer.CollectionInsert
Sets the callable actor to retrieve the object from.
setObjectActor(CallableActorReference) - Method in class adams.flow.transformer.Mat5FileAddArray
Sets the callable actor to retrieve the object from.
setObjectActor(CallableActorReference) - Method in class adams.flow.transformer.Mat5FileAddMap
Sets the callable actor to retrieve the object from.
setObjectActor(CallableActorReference) - Method in class adams.flow.transformer.Mat5SetStructField
Sets the callable actor to retrieve the object from.
setObjectFinder(ObjectFinder) - Method in class adams.data.objectfinder.AbstractMetaObjectFinder
Sets the object finder to use.
setObjective(XGBoost.Objective) - Method in class weka.classifiers.trees.XGBoost
Sets the learning objective.
setObjectOverlap(ObjectOverlap) - Method in class adams.flow.transformer.compareobjectlocations.Combined.CombinedPanel
Sets the algorithm to use for determining the overlapping object.
setObjectOverlap(ObjectOverlap) - Method in class adams.flow.transformer.compareobjectlocations.Combined
Sets the algorithm to use for determining overlapping objects.
setObjectPrefix(String) - Method in class adams.flow.transformer.NegativeRegions
Sets the prefix that the objects use in the report.
setObjects(LocatedObjects) - Method in class adams.gui.visualization.image.LocatedObjectsTableModel
Sets the objects to display.
setObjects(LocatedObjects) - Method in class adams.gui.visualization.object.annotationsdisplay.AbstractAnnotationsDisplayPanel
Sets the annotations.
setObjects(LocatedObjects) - Method in class adams.gui.visualization.object.annotationsdisplay.DefaultAnnotationsDisplayPanel
Sets the annotations.
setObjects(LocatedObjects) - Method in class adams.gui.visualization.object.ObjectAnnotationPanel
Sets the located objects to use.
setObjectStorage(StorageName) - Method in class adams.flow.core.ObjectRetriever
Sets the storage item name to get the object from.
setObjectStorage(StorageName) - Method in class adams.flow.transformer.CollectionInsert
Sets the storage item name to get the object from.
setObjectStorage(StorageName) - Method in class adams.flow.transformer.Mat5FileAddArray
Sets the storage item name to get the object from.
setObjectStorage(StorageName) - Method in class adams.flow.transformer.Mat5FileAddMap
Sets the storage item name to get the object from.
setObjectStorage(StorageName) - Method in class adams.flow.transformer.Mat5SetStructField
Sets the storage item name to get the object from.
setObjectType(BaseClassname) - Method in class adams.flow.core.ObjectRetriever
Sets the interface or superclass to restrict the objects to.
setObjectType(BaseClassname) - Method in class adams.flow.transformer.CollectionInsert
Sets the interface or superclass to restrict the objects to.
setObjectType(BaseClassname) - Method in class adams.flow.transformer.Mat5FileAddArray
Sets the interface or superclass to restrict the objects to.
setObjectType(BaseClassname) - Method in class adams.flow.transformer.Mat5FileAddMap
Sets the interface or superclass to restrict the objects to.
setObjectType(BaseClassname) - Method in class adams.flow.transformer.Mat5SetStructField
Sets the interface or superclass to restrict the objects to.
setObjectType(String) - Method in class adams.flow.transformer.NegativeRegions
Sets the type to use for the negative region objects (and stored in report).
setOffline(boolean) - Method in class adams.data.instances.AbstractInstanceGenerator
Sets whether to operate in offline mode.
setOffline(boolean) - Method in interface adams.db.OptionalDatabaseConnectionUser
Sets whether to work in offline mode, i.e., not query the database.
setOffset(float) - Method in class adams.data.jai.transformer.Brightness
Sets the offset.
setOffset(int) - Method in class adams.data.filter.AbstractEquiDistanceWithOffset
Sets the offset for wave numbers (use -1 to ignore).
setOffset(int) - Method in class adams.data.objectfilter.OffsetIndex
Sets the offset for the index.
setOffset(int) - Method in class adams.flow.transformer.arraysubsetgeneration.EveryNth
Sets the offset.
setOffset(int) - Method in class adams.flow.transformer.arraysubsetgeneration.Percentage
Sets the offset.
setOffset(int) - Method in class adams.flow.transformer.ImageObjectIndexOffset
Sets the offset for the index.
setOffset(int) - Method in class adams.gui.tools.spreadsheetviewer.chart.BarPlot
Sets the offset for multiple plots.
setOffset(int) - Method in class adams.gui.tools.spreadsheetviewer.chart.Histogram
Sets the offset for multiple plots.
setOffset(int) - Method in class adams.gui.visualization.sequence.BarPaintlet
Sets the X offset for additional sequences.
setOffset(int) - Method in class adams.gui.visualization.sequence.StickPaintlet
Sets the X offset for additional sequences.
setOffsetX(int) - Method in class adams.gui.tools.previewbrowser.ImageClassificationHandler
Sets the X offset for the label.
setOffsetX(int) - Method in class adams.gui.visualization.object.objectannotations.label.Anchored
Sets the X offset for the label.
setOffsetX(int) - Method in class adams.gui.visualization.report.ReportDateFieldPaintlet
Sets the pixel offset from the left.
setOffsetX(int) - Method in class adams.gui.visualization.timeseries.FixedTimestampPaintlet
Sets the pixel offset from the left.
setOffsetY(int) - Method in class adams.gui.tools.previewbrowser.ImageClassificationHandler
Sets the Y offset for the label.
setOffsetY(int) - Method in class adams.gui.visualization.object.objectannotations.label.Anchored
Sets the Y offset for the label.
setOffsetY(int) - Method in class adams.gui.visualization.report.ReportDateFieldPaintlet
Sets the pixel offset from the top.
setOffsetY(int) - Method in class adams.gui.visualization.timeseries.FixedTimestampPaintlet
Sets the pixel offset from the top.
setOkAlwaysEnabled(boolean) - Method in class adams.gui.goe.GenericArrayEditor
Sets whether the OK button is always enabled, not just when array was modified.
setOkAlwaysEnabled(boolean) - Method in class adams.gui.goe.GenericArrayEditorDialog
Sets whether the OK button is always enabled, not just when array was modified.
setOkButtonText(String) - Method in class adams.gui.goe.GenericObjectEditor.GOEPanel
Allows customization of the action label on the dialog.
setOldColors(BaseColor[]) - Method in class adams.data.image.transformer.ReplaceColors
Sets the old colors to replace.
setOldFilter(Filter) - Method in class adams.data.conversion.SwapPLS
Sets the old PLS filter to replace.
setOldLimit(int) - Method in class adams.flow.processor.ChangeDatabaseConditionLimit
Sets the old limit to replace.
setOldName(String) - Method in class adams.flow.processor.AbstractNameUpdater
Sets the old name to replace.
setOldNumThreads(int) - Method in class adams.flow.processor.ChangeNumThreads
Sets the old setting to replace.
setOldObject(BaseCommandLine) - Method in class adams.data.conversion.SwapObjects
Sets the old object to replace.
setOldPath(BaseString[]) - Method in class adams.flow.processor.ChangePath
Sets the old paths to replace.
setOldPathIsRegExp(boolean) - Method in class adams.flow.processor.ChangePath
Sets whether the old Path represents a regular expression.
setOldPrefixes(BaseString[]) - Method in class adams.flow.transformer.ChangeReportFieldPrefixes
Sets the old prefixes to replace.
setOldType(AbstractDisplayType) - Method in class adams.flow.processor.ChangeDisplayType
Sets the old display type to replace.
setOldURL(String) - Method in class adams.flow.processor.ChangeDatabaseConnection
Sets the old URL to replace.
setOldURLIsRegExp(boolean) - Method in class adams.flow.processor.ChangeDatabaseConnection
Sets whether the old URL represents a regular expression.
setOmitDirTimes(boolean) - Method in class adams.flow.source.RSync
 
setOmitLinkTimes(boolean) - Method in class adams.flow.source.RSync
 
setOmitMissing(boolean) - Method in class adams.data.io.output.SimpleStreamSpreadSheetWriter
Sets whether to omit missing cells and ones with missing value.
setOnce(boolean) - Method in class adams.flow.template.OptionTraverser
Sets whether to execute the traversal only once.
setOneBased(boolean) - Method in class adams.data.objectfinder.ObjectsInPolygon
Sets whether to assume 1-based coordinates in report.
setOneBased(boolean) - Method in class adams.data.objectfinder.ObjectsInRegion
Sets whether to assume 1-based coordinates in report.
setOneBased(boolean) - Method in class adams.flow.transformer.CountObjectsInPolygon
Sets whether to assume 1-based coordinates in report.
setOneBased(boolean) - Method in class adams.flow.transformer.CountObjectsInRegion
Sets whether to assume 1-based coordinates in report.
setOneBasedCoords(boolean) - Method in class adams.data.image.transformer.subimages.Regions
Sets whether the coordinates start at 1 or 0.
setOneDrop(boolean) - Method in class weka.classifiers.trees.XGBoost
Sets whether at least one tree is always dropped during the dropout.
setOneFileSystem(boolean) - Method in class adams.flow.source.RSync
 
setOneMissing(SelectedTag) - Method in class weka.filters.unsupervised.attribute.MergeManyAttributes
Sets the type of strategy to apply if one of the values is missing.
setOneMissing(SelectedTag) - Method in class weka.filters.unsupervised.attribute.MergeTwoAttributes
Sets the type of strategy to apply if one of the values is missing.
setOneOff(boolean) - Method in class adams.flow.execution.debug.AbstractBreakpoint
Sets whether the breakpoint is just a one-off one (gets removed once reached).
setOnError(String) - Method in class adams.flow.setup.FlowSetup
Sets the name of the flow to execute when this setup exits with an error.
setOnFinish(String) - Method in class adams.flow.setup.FlowSetup
Sets the name of the flow to execute when this setup finishes.
setOnInput(boolean) - Method in class adams.flow.control.InputOutputListener
Sets whether to listen to input tokens.
setOnlyDummies(boolean) - Method in interface adams.db.ReportConditions
Sets whether to include only data containers with reports flagged as dummies or not.
setOnlyFirstBatch(boolean) - Method in class weka.filters.unsupervised.instance.AbstractRowFinderApplier
Set whether to apply row finder during first batch.
setOnlyFloat(boolean) - Method in class adams.data.io.output.FixedTabularSpreadSheetWriter
Sets whether to treat all numbers as float rather than distinguishing between long and double.
setOnlyOverlaps(boolean) - Method in class adams.flow.transformer.ImageObjectOverlapMatrix
Sets whether to output only overlaps and omit entries with no corresponding match or not.
setOnlyWarning(boolean) - Method in class adams.data.filter.OutlierDetector
Sets whether the detections are added as error or warning.
setOnlyWarning(boolean) - Method in class adams.flow.transformer.OutlierDetector
Sets whether the detections are added as error or warning.
setOnlyWriteBatch(PlaceholderFile) - Method in class adams.flow.source.RSync
 
setOnOutput(boolean) - Method in class adams.flow.control.InputOutputListener
Sets whether to listen to output tokens.
setOnPostExecute(boolean) - Method in class adams.flow.control.Breakpoint
Sets whether to evaluate the breakpoing on post-execute.
setOnPostExecute(boolean) - Method in class adams.flow.execution.debug.AbstractBreakpoint
Sets whether to evaluate the breakpoing on post-execute.
setOnPostInput(boolean) - Method in class adams.flow.control.Breakpoint
Sets whether to evaluate the breakpoing on post-input (of token).
setOnPostInput(boolean) - Method in class adams.flow.execution.debug.AbstractBreakpoint
Sets whether to evaluate the breakpoing on post-input (of token).
setOnPostOutput(boolean) - Method in class adams.flow.control.Breakpoint
Sets whether to evaluate the breakpoing on post-output (of token).
setOnPostOutput(boolean) - Method in class adams.flow.execution.debug.AbstractBreakpoint
Sets whether to evaluate the breakpoing on post-output (of token).
setOnPreExecute(boolean) - Method in class adams.flow.control.Breakpoint
Sets whether to evaluate the breakpoing on pre-execute.
setOnPreExecute(boolean) - Method in class adams.flow.execution.debug.AbstractBreakpoint
Sets whether to evaluate the breakpoing on pre-execute.
setOnPreInput(boolean) - Method in class adams.flow.control.Breakpoint
Sets whether to evaluate the breakpoing on pre-input (of token).
setOnPreInput(boolean) - Method in class adams.flow.execution.debug.AbstractBreakpoint
Sets whether to evaluate the breakpoing on pre-input (of token).
setOnPreOutput(boolean) - Method in class adams.flow.control.Breakpoint
Sets whether to evaluate the breakpoing on pre-output (of token).
setOnPreOutput(boolean) - Method in class adams.flow.execution.debug.AbstractBreakpoint
Sets whether to evaluate the breakpoing on pre-output (of token).
setOnTheFly(boolean) - Method in class adams.flow.condition.bool.WekaClassification
Sets whether the model file gets built on the fly and might not be present at start up time.
setOnTheFly(boolean) - Method in class adams.flow.core.AbstractExternalActor
Sets whether the flow file gets built on the fly and might not be present at start up time.
setOnTheFly(boolean) - Method in interface adams.flow.core.DynamicInitializer
Sets whether the initialization happens at runtime and may not be present at startup time.
setOnTheFly(boolean) - Method in class adams.flow.source.WekaForecasting
Sets whether the model file gets built on the fly and might not be present at start up time.
setOnTheFly(boolean) - Method in class adams.flow.transformer.AbstractProcessWekaInstanceWithModel
Sets whether the model file gets built on the fly and might not be present at start up time.
setOnTheFly(boolean) - Method in class adams.flow.transformer.WekaReorderAttributesToReference
Sets whether the reference file gets built on the fly and might not be present at start up time.
setOperation(AbstractBoofCVMultiImageOperation) - Method in class adams.flow.transformer.BoofCVMultiImageOperation
Sets the operation to use.
setOperation(AbstractBufferedImageMultiImageOperation) - Method in class adams.flow.transformer.BufferedImageMultiImageOperation
Sets the operation to use.
setOperation(AbstractImageSegmentationContainerOperation) - Method in class adams.flow.transformer.ImageSegmentationContainerOperation
Sets the operation to use.
setOperation(AbstractMultiMatrixOperation) - Method in class adams.flow.transformer.MultiMat5MatrixOperation
Sets the operation to use.
setOperation(AbstractOpenCVMultiImageOperation) - Method in class adams.flow.transformer.OpenCVMultiImageOperation
Sets the operation to use.
setOperation(AbstractRestartOperation) - Method in class adams.flow.control.flowrestart.TriggerManager
Sets the restart operation to use.
setOperation(AbstractDrawOperation) - Method in class adams.flow.transformer.Draw
Sets the operation to perform.
setOperation(ExifTagExistsOperation) - Method in class adams.flow.condition.bool.HasExifTag
Sets the operation to perform.
setOperation(ExifTagOperation) - Method in class adams.flow.transformer.ExifTagOperation
Sets the operation to perform.
setOperation(AbstractMultiMapOperation) - Method in class adams.flow.transformer.MultiMapOperation
Sets the operation to apply.
setOperation(AbstractMultiSpreadSheetOperation) - Method in class adams.flow.transformer.MultiSpreadSheetOperation
Sets the operation to apply.
setOperation(SpreadSheetRowBuffer.Operation) - Method in class adams.flow.transformer.SpreadSheetRowBuffer
Sets the way the buffer operates.
setOperation(WekaInstanceBuffer.Operation) - Method in class adams.flow.transformer.WekaInstanceBuffer
Sets the way the buffer operates.
setOperations(AbstractRestartOperation[]) - Method in class adams.flow.control.flowrestart.operation.MultiOperation
Sets the operations to execute.
setOptimalColumnWidth() - Method in class adams.gui.core.BaseTable
Sets the optimal column width for all columns.
setOptimalColumnWidth() - Method in class adams.gui.core.BaseTableWithButtons
Sets the optimal column width for all columns.
setOptimalColumnWidth() - Method in class adams.gui.core.JTableHelper
sets the optimal column width for all columns.
setOptimalColumnWidth() - Method in class adams.gui.core.SortableAndSearchableTableWithButtons
Sets the optimal column width for all columns.
setOptimalColumnWidth(boolean) - Method in class adams.flow.sink.SpreadSheetDisplay
Sets whether calculate the optimal column widht whenever a token is displayed (= true) or just when the flow finishes.
setOptimalColumnWidth(int) - Method in class adams.gui.core.BaseTable
Sets the optimal column width for the specified column.
setOptimalColumnWidth(int) - Method in class adams.gui.core.BaseTableWithButtons
Sets the optimal column width for the specified column.
setOptimalColumnWidth(int) - Method in class adams.gui.core.JTableHelper
sets the optimal column width for the given column.
setOptimalColumnWidth(int) - Method in class adams.gui.core.SortableAndSearchableTableWithButtons
Sets the optimal column width for the specified column.
setOptimalColumnWidth(JTable) - Static method in class adams.gui.core.JTableHelper
sets the optimal column width for alls column if the given table.
setOptimalColumnWidth(JTable, int) - Static method in class adams.gui.core.JTableHelper
sets the optimal column width for the given column.
setOptimalColumnWidthBounded(int) - Method in class adams.gui.core.BaseTable
Sets the optimal column width for all columns.
setOptimalColumnWidthBounded(int) - Method in class adams.gui.core.BaseTableWithButtons
Sets the optimal column width for all columns.
setOptimalColumnWidthBounded(int) - Method in class adams.gui.core.JTableHelper
sets the optimal column width for all columns.
setOptimalColumnWidthBounded(int) - Method in class adams.gui.core.SortableAndSearchableTableWithButtons
Sets the optimal column width for all columns.
setOptimalColumnWidthBounded(int, int) - Method in class adams.gui.core.BaseTable
Sets the optimal column width for the specified column.
setOptimalColumnWidthBounded(int, int) - Method in class adams.gui.core.BaseTableWithButtons
Sets the optimal column width for the specified column.
setOptimalColumnWidthBounded(int, int) - Method in class adams.gui.core.JTableHelper
sets the optimal column width for the given column.
setOptimalColumnWidthBounded(int, int) - Method in class adams.gui.core.SortableAndSearchableTableWithButtons
Sets the optimal column width for the specified column.
setOptimalColumnWidthBounded(JTable, int) - Static method in class adams.gui.core.JTableHelper
sets the optimal column width for alls column if the given table.
setOptimalColumnWidthBounded(JTable, int, int) - Static method in class adams.gui.core.JTableHelper
sets the optimal column width for the given column.
setOptimalColumnWidths(int[]) - Method in class adams.gui.core.BaseTable
Sets the optimal column widths for the specified columns.
setOptimalColumnWidths(int[]) - Method in class adams.gui.core.JTableHelper
sets the optimal column width for the given columns.
setOptimalColumnWidths(JTable, int[]) - Static method in class adams.gui.core.JTableHelper
sets the optimal column width for the given columns.
setOptimalColumnWidthsBounded(int[], int) - Method in class adams.gui.core.BaseTable
Sets the optimal columns width for the specified columns.
setOptimalColumnWidthsBounded(int[], int) - Method in class adams.gui.core.JTableHelper
sets the optimal column width for the given columns.
setOptimalColumnWidthsBounded(JTable, int[], int) - Static method in class adams.gui.core.JTableHelper
sets the optimal column width for the given columns.
setOptimalHeaderWidth() - Method in class adams.gui.core.BaseTable
Sets the optimal header width for all columns.
setOptimalHeaderWidth() - Method in class adams.gui.core.JTableHelper
sets the optimal header width for all columns.
setOptimalHeaderWidth(int) - Method in class adams.gui.core.BaseTable
Sets the optimal header width for the specified column.
setOptimalHeaderWidth(int) - Method in class adams.gui.core.JTableHelper
sets the optimal header width for the given column.
setOptimalHeaderWidth(JTable) - Static method in class adams.gui.core.JTableHelper
sets the optimal header width for alls column if the given table.
setOptimalHeaderWidth(JTable, int) - Static method in class adams.gui.core.JTableHelper
sets the optimal header width for the given column.
setOptimalHeaderWidthBounded(int, int) - Method in class adams.gui.core.JTableHelper
sets the optimal header width for the given column.
setOptimalHeaderWidthBounded(JTable, int, int) - Static method in class adams.gui.core.JTableHelper
sets the optimal header width for the given column.
setOptimiser(AbstractOptimiser) - Method in class adams.opt.optimise.RefineRange
Set optimiser to use.
setOptimizer(Classifier) - Method in class adams.flow.transformer.WekaClassifierOptimizer
Sets the optimizer to use.
setOptional(boolean) - Method in class adams.flow.control.TimedSubProcess
Sets whether the callable actor is optional.
setOptional(boolean) - Method in class adams.flow.control.TimedTee
Sets whether the callable actor is optional.
setOptional(boolean) - Method in class adams.flow.control.TimedTrigger
Sets whether the callable actor is optional.
setOptional(boolean) - Method in class adams.flow.core.AbstractCallableActor
Sets whether the callable actor is optional.
setOptional(boolean) - Method in class adams.flow.core.AbstractCopyCallableActor
Sets whether the callable actor is optional.
setOptional(boolean) - Method in interface adams.flow.core.OptionalCallableActor
Sets whether the callable actor is optional.
setOptional(boolean) - Method in class adams.flow.transformer.WekaGeneticAlgorithm
Sets whether the callable sink is optional.
setOptions(BaseString[]) - Method in class adams.core.command.AbstractAsyncCapableExternalCommandWithOptions
Sets the options for the command.
setOptions(BaseString[]) - Method in class adams.core.command.AbstractExternalCommandWithOptions
Sets the options for the command.
setOptions(BaseString[]) - Method in interface adams.core.command.ExternalCommandWithOptions
Sets the options for the command.
setOptions(BaseString[]) - Method in class adams.flow.standalone.JavaExec
Sets the options for the Java class.
setOptions(BaseText) - Method in class adams.flow.source.PipExec
Sets the options for pip.
setOptions(OptionHandler, String[]) - Static method in class adams.core.option.ArrayConsumer
Sets the options of the option handler.
setOptions(OptionHandler, String[], boolean) - Static method in class adams.core.option.ArrayConsumer
Sets the options of the option handler.
setOptions(VersusFitOptions) - Method in class adams.gui.visualization.stats.fourinone.VersusFit
Set the options for this versus fit
setOptions(VersusOrderOptions) - Method in class adams.gui.visualization.stats.fourinone.VersusOrder
Set the options for the versus order
setOptions(HistogramOptions) - Method in class adams.flow.sink.Histogram
Sets the display options.
setOptions(HistogramOptions) - Method in class adams.gui.visualization.stats.histogram.Histogram
Set the options for this histogram
setOptions(HistogramOptions, VersusFitOptions, VersusOrderOptions, NormalPlotOptions) - Method in class adams.gui.visualization.stats.fourinone.FourInOne
Set the options for each of the plots within the four-in-one
setOptions(NormalPlotOptions) - Method in class adams.gui.visualization.stats.probabilityplot.NormalPlot
Set the options for this plot
setOptions(Object, String[]) - Method in class adams.core.option.AbstractCommandLineHandler
Sets the options of the specified object.
setOptions(Object, String[]) - Method in class adams.core.option.AdamsCommandLineHandler
Sets the options of the specified object.
setOptions(Object, String[]) - Method in class adams.core.option.BaseObjectCommandLineHandler
Sets the options of the specified object.
setOptions(Object, String[]) - Method in class adams.core.option.DefaultCommandLineHandler
Sets the options of the specified object.
setOptions(Object, String[]) - Method in class adams.core.option.JenericCommandLineHandler
Sets the options of the specified object.
setOptions(Object, String[]) - Method in class adams.core.option.OptionUtils
Applies the options to the supplied object.
setOptions(Object, String[]) - Method in class adams.core.option.WekaCommandLineHandler
Sets the options of the specified object.
setOptions(Object, String, Variables) - Static method in class adams.flow.core.AdditionalOptionsHandlerUtils
Sets the (additional) options, if the provided object implements the AdditionalOptionsHandler interface.
setOptions(String[]) - Method in class adams.core.command.AbstractAsyncCapableExternalCommandWithOptions
Sets the options for the command.
setOptions(String[]) - Method in class adams.core.command.AbstractExternalCommandWithOptions
Sets the options for the command.
setOptions(String[]) - Method in interface adams.core.command.ExternalCommandWithOptions
Sets the options for the command.
setOptions(String[]) - Method in class adams.core.option.AbstractSimpleOptionParser
Sets the commandline options.
setOptions(String[]) - Method in interface adams.core.option.SimpleOptionParser
Sets the commandline options.
setOptions(String[]) - Method in class adams.gui.chooser.SelectOptionPanel
Sets the options to choose from.
setOptions(String[]) - Method in class adams.gui.core.GUIHelper.InputPanelWithComboBox
Sets the options to display.
setOptions(String[]) - Method in class weka.attributeSelection.AbstractPLSAttributeEval
Sets the OptionHandler's options using the given list.
setOptions(String[]) - Method in class weka.attributeSelection.LinearRegressionAttributeEval
 
setOptions(String[]) - Method in class weka.classifiers.functions.ClassificationViaPLS
Parses the options for this object.
setOptions(String[]) - Method in class weka.classifiers.functions.FakeClassifier
Parses the options for this object.
setOptions(String[]) - Method in class weka.classifiers.functions.GaussianProcessesAdaptive
Parses a given list of options.
setOptions(String[]) - Method in class weka.classifiers.functions.GaussianProcessesNoWeights
Parses a given list of options.
setOptions(String[]) - Method in class weka.classifiers.functions.GaussianProcessesWeighted
Parses a given list of options.
setOptions(String[]) - Method in class weka.classifiers.functions.GeneticAlgorithm
Parses the options for this object.
setOptions(String[]) - Method in class weka.classifiers.functions.GPD
Parses a given list of options.
setOptions(String[]) - Method in class weka.classifiers.functions.LinearRegressionJ
Parses a given list of options.
setOptions(String[]) - Method in class weka.classifiers.functions.MathExpressionClassifier
Parses the options for this object.
setOptions(String[]) - Method in class weka.classifiers.functions.PLSClassifierWeighted
Parses the options for this object.
setOptions(String[]) - Method in class weka.classifiers.functions.PLSWeighted
Parses the options for this object.
setOptions(String[]) - Method in class weka.classifiers.functions.SimpleLinearRegressionWithAccess
Parses a given list of options.
setOptions(String[]) - Method in class weka.classifiers.lazy.LWLSynchro
Parses a given list of options.
setOptions(String[]) - Method in class weka.classifiers.lazy.LWLSynchroPrefilter
Parses a given list of options.
setOptions(String[]) - Method in class weka.classifiers.meta.AbstainAttributePercentile
Sets the OptionHandler's options using the given list.
setOptions(String[]) - Method in class weka.classifiers.meta.AbstainAverage
Parses a given list of options.
setOptions(String[]) - Method in class weka.classifiers.meta.AbstainAverageWithClassifierWeights
Parses a given list of options.
setOptions(String[]) - Method in class weka.classifiers.meta.AbstainingCascade
Sets the OptionHandler's options using the given list.
setOptions(String[]) - Method in class weka.classifiers.meta.AbstainingClassifierWrapper
Sets the OptionHandler's options using the given list.
setOptions(String[]) - Method in class weka.classifiers.meta.AbstainLeastMedianSq
Sets the OptionHandler's options using the given list.
setOptions(String[]) - Method in class weka.classifiers.meta.AbstainMinimumProbability
Sets the OptionHandler's options using the given list.
setOptions(String[]) - Method in class weka.classifiers.meta.AbstainVote
Parses a given list of options.
setOptions(String[]) - Method in class weka.classifiers.meta.ClassifierCascade
Parses a given list of options.
setOptions(String[]) - Method in class weka.classifiers.meta.Consensus
Parses a given list of options.
setOptions(String[]) - Method in class weka.classifiers.meta.ConsensusOrVote
Sets the OptionHandler's options using the given list.
setOptions(String[]) - Method in class weka.classifiers.meta.Corr
Parses a given list of options.
setOptions(String[]) - Method in class weka.classifiers.meta.Fallback
Sets the OptionHandler's options using the given list.
setOptions(String[]) - Method in class weka.classifiers.meta.FilteredClassifierExt
Parses a given list of options.
setOptions(String[]) - Method in class weka.classifiers.meta.HighLowSplit
Sets the OptionHandler's options using the given list.
setOptions(String[]) - Method in class weka.classifiers.meta.HighLowSplitSingleClassifier
Sets the OptionHandler's options using the given list.
setOptions(String[]) - Method in class weka.classifiers.meta.InputSmearing
Parses a given list of options.
setOptions(String[]) - Method in class weka.classifiers.meta.LeastMedianSq
Sets the OptionHandler's options using the given list.
setOptions(String[]) - Method in class weka.classifiers.meta.MinMaxLimits
Parses a given list of options.
setOptions(String[]) - Method in class weka.classifiers.meta.PartitionedStacking
Parses a given list of options.
setOptions(String[]) - Method in class weka.classifiers.meta.SocketFacade
Parses a given list of options.
setOptions(String[]) - Method in class weka.classifiers.meta.SubsetEnsemble
Parses a given list of options.
setOptions(String[]) - Method in class weka.classifiers.meta.SuppressModelOutput
Sets the OptionHandler's options using the given list.
setOptions(String[]) - Method in class weka.classifiers.meta.ThresholdedBinaryClassification
Sets the OptionHandler's options using the given list.
setOptions(String[]) - Method in class weka.classifiers.meta.Veto
Sets the OptionHandler's options using the given list.
setOptions(String[]) - Method in class weka.classifiers.meta.VotedImbalance
Parses a given list of options.
setOptions(String[]) - Method in class weka.classifiers.timeseries.BaselineAdjustedForecaster
Sets the OptionHandler's options using the given list.
setOptions(String[]) - Method in class weka.classifiers.trees.m5.M5Base2
Parses a given list of options.
setOptions(String[]) - Method in class weka.classifiers.trees.M5P2
Parses a given list of options.
setOptions(String[]) - Method in class weka.classifiers.trees.RandomModelTrees
Parses a given list of options.
setOptions(String[]) - Method in class weka.classifiers.trees.RandomRegressionForest
Parses a given list of options.
setOptions(String[]) - Method in class weka.clusterers.SAXKMeans
Parses a given list of options.
setOptions(String[]) - Method in class weka.core.AbstractSimpleOptionHandler
Sets the OptionHandler's options using the given list.
setOptions(String[]) - Method in class weka.core.converters.SimpleArffLoader
Sets the OptionHandler's options using the given list.
setOptions(String[]) - Method in class weka.core.converters.SimpleArffSaver
Parses the options for this object.
setOptions(String[]) - Method in class weka.core.converters.SpreadSheetLoader
Parses a given list of options.
setOptions(String[]) - Method in class weka.core.converters.SpreadSheetSaver
Parses the options for this object.
setOptions(String[]) - Method in class weka.core.neighboursearch.FilteredSearch
 
setOptions(String[]) - Method in class weka.core.neighboursearch.NewNNSearch
Parses a given list of options.
setOptions(String[]) - Method in class weka.core.neighboursearch.PCANNSearch
 
setOptions(String[]) - Method in class weka.core.neighboursearch.PLSNNSearch
 
setOptions(String[]) - Method in class weka.core.SAXDistance
Parses a list of options for this object.
setOptions(String[]) - Method in class weka.core.tokenizers.cleaners.AbstractTokenCleaner
Sets the OptionHandler's options using the given list.
setOptions(String[]) - Method in class weka.core.tokenizers.cleaners.MultiCleaner
Sets the OptionHandler's options using the given list.
setOptions(String[]) - Method in class weka.core.tokenizers.cleaners.RemoveNonWordCharTokens
Sets the OptionHandler's options using the given list.
setOptions(String[]) - Method in class weka.core.tokenizers.MultiTokenizer
Sets the OptionHandler's options using the given list.
setOptions(String[]) - Method in class weka.core.tokenizers.PreCleanedTokenizer
Sets the OptionHandler's options using the given list.
setOptions(String[]) - Method in class weka.core.WeightedEuclideanDistanceRidge
Parses a given list of options.
setOptions(String[]) - Method in class weka.experiment.ResultMatrixMediaWiki
Sets the OptionHandler's options using the given list.
setOptions(String[]) - Method in class weka.filters.FilteredFilter
Parses the options for this object.
setOptions(String[]) - Method in class weka.filters.FlowFilter
Parses the options for this object.
setOptions(String[]) - Method in class weka.filters.SerializedFilter
Parses the options for this object.
setOptions(String[]) - Method in class weka.filters.supervised.attribute.MultiPLS
Parses the options for this object.
setOptions(String[]) - Method in class weka.filters.supervised.attribute.PLS
Parses the options for this object.
setOptions(String[]) - Method in class weka.filters.supervised.attribute.SIMPLSMatrixFilterFromGeneticString
Sets the OptionHandler's options using the given list.
setOptions(String[]) - Method in class weka.filters.supervised.attribute.YGradientEPO
Parses the options for this object.
setOptions(String[]) - Method in class weka.filters.supervised.attribute.YGradientGLSW
Parses the options for this object.
setOptions(String[]) - Method in class weka.filters.supervised.instance.RemoveOutliers
Sets the OptionHandler's options using the given list.
setOptions(String[]) - Method in class weka.filters.unsupervised.attribute.AbstractColumnFinderApplier
Parses the options for this object.
setOptions(String[]) - Method in class weka.filters.unsupervised.attribute.AndrewsCurves
Parses a list of options for this object.
setOptions(String[]) - Method in class weka.filters.unsupervised.attribute.AnyToString
Parses a given list of options.
setOptions(String[]) - Method in class weka.filters.unsupervised.attribute.AttributeSummaryTransferFilter
Parses the options for this object.
setOptions(String[]) - Method in class weka.filters.unsupervised.attribute.CorrelationMatrix
Parses the options for this object.
setOptions(String[]) - Method in class weka.filters.unsupervised.attribute.Detrend
Sets the OptionHandler's options using the given list.
setOptions(String[]) - Method in class weka.filters.unsupervised.attribute.DownSample
Parses a list of options for this object.
setOptions(String[]) - Method in class weka.filters.unsupervised.attribute.EquiDistance
Sets the OptionHandler's options using the given list.
setOptions(String[]) - Method in class weka.filters.unsupervised.attribute.FastWavelet
Parses the options for this object.
setOptions(String[]) - Method in class weka.filters.unsupervised.attribute.FFT
Parses a list of options for this object.
setOptions(String[]) - Method in class weka.filters.unsupervised.attribute.InputSmearing
Parses a given list of options.
setOptions(String[]) - Method in class weka.filters.unsupervised.attribute.InterquartileRangeSamp
Sets the OptionHandler's options using the given list.
setOptions(String[]) - Method in class weka.filters.unsupervised.attribute.JoinAttributes
Parses a list of options for this object.
setOptions(String[]) - Method in class weka.filters.unsupervised.attribute.LogTransform
Parses a list of options for this object.
setOptions(String[]) - Method in class weka.filters.unsupervised.attribute.MergeManyAttributes
Parses the options for this object.
setOptions(String[]) - Method in class weka.filters.unsupervised.attribute.MergeTwoAttributes
Parses the options for this object.
setOptions(String[]) - Method in class weka.filters.unsupervised.attribute.MetaPartitionedMultiFilter
Parses a list of options for this object.
setOptions(String[]) - Method in class weka.filters.unsupervised.attribute.MultiplicativeScatterCorrection
Sets the OptionHandler's options using the given list.
setOptions(String[]) - Method in class weka.filters.unsupervised.attribute.NominalToNumeric
Sets the OptionHandler's options using the given list.
setOptions(String[]) - Method in class weka.filters.unsupervised.attribute.OuterProductAnalysis
Parses a given list of options.
setOptions(String[]) - Method in class weka.filters.unsupervised.attribute.PAA
Parses a list of options for this object.
setOptions(String[]) - Method in class weka.filters.unsupervised.attribute.PartitionedMultiFilter2
Parses a list of options for this object.
setOptions(String[]) - Method in class weka.filters.unsupervised.attribute.PrincipalComponentsJ
Parses a list of options for this object.
setOptions(String[]) - Method in class weka.filters.unsupervised.attribute.SavitzkyGolay
Parses a list of options for this object.
setOptions(String[]) - Method in class weka.filters.unsupervised.attribute.SavitzkyGolay2
Parses a list of options for this object.
setOptions(String[]) - Method in class weka.filters.unsupervised.attribute.SAX
Parses a list of options for this object.
setOptions(String[]) - Method in class weka.filters.unsupervised.attribute.SetMissingValue
Parses a list of options for this object.
setOptions(String[]) - Method in class weka.filters.unsupervised.attribute.SimpleDetrend
Sets the OptionHandler's options using the given list.
setOptions(String[]) - Method in class weka.filters.unsupervised.attribute.SpellChecker
Parses a list of options for this object.
setOptions(String[]) - Method in class weka.filters.unsupervised.attribute.StringToDate
Parses a given list of options.
setOptions(String[]) - Method in class weka.filters.unsupervised.instance.AbstractRowFinderApplier
Parses the options for this object.
setOptions(String[]) - Method in class weka.filters.unsupervised.instance.AccumulatedLWLWeights
Parses a given list of options.
setOptions(String[]) - Method in class weka.filters.unsupervised.instance.AlignDataset
Parses a list of options for this object.
setOptions(String[]) - Method in class weka.filters.unsupervised.instance.DatasetLabeler
Parses the options for this object.
setOptions(String[]) - Method in class weka.filters.unsupervised.instance.KeepRange
Parses a given list of options.
setOptions(String[]) - Method in class weka.filters.unsupervised.instance.KennardStone
Parses a given list of options.
setOptions(String[]) - Method in class weka.filters.unsupervised.instance.LatestRecords
Parses a given list of options.
setOptions(String[]) - Method in class weka.filters.unsupervised.instance.multirowprocessor.AbstractMultiRowProcessorPlugin
Sets the OptionHandler's options using the given list.
setOptions(String[]) - Method in class weka.filters.unsupervised.instance.multirowprocessor.processor.AbstractRangeBasedSelectionProcessor
Parses a given list of options.
setOptions(String[]) - Method in class weka.filters.unsupervised.instance.multirowprocessor.selection.GroupExpression
Parses a given list of options.
setOptions(String[]) - Method in class weka.filters.unsupervised.instance.MultiRowProcessor
Parses a given list of options.
setOptions(String[]) - Method in class weka.filters.unsupervised.instance.RemoveDuplicateIDs
Parses a list of options for this object.
setOptions(String[]) - Method in class weka.filters.unsupervised.instance.RemoveDuplicates
Parses a given list of options.
setOptions(String[]) - Method in class weka.filters.unsupervised.instance.RemoveInstancesWithMissingValue
Parses the options for this object.
setOptions(String[]) - Method in class weka.filters.unsupervised.instance.RemoveMisclassifiedAbs
Parses a given list of options.
setOptions(String[]) - Method in class weka.filters.unsupervised.instance.RemoveMisclassifiedRel
Parses a given list of options.
setOptions(String[]) - Method in class weka.filters.unsupervised.instance.RemoveTestInstances
Parses a list of options for this object.
setOptions(String[]) - Method in class weka.filters.unsupervised.instance.RemoveWithLabels
Parses a list of options for this object.
setOptions(String[]) - Method in class weka.filters.unsupervised.instance.RemoveWithWeights
Parses a list of options for this object.
setOptions(String[]) - Method in class weka.filters.unsupervised.instance.RemoveWithZeroes
Parses a list of options for this object.
setOptions(String[]) - Method in class weka.filters.unsupervised.instance.SafeRemoveRange
Parses a given list of options.
setOptions(String[]) - Method in class weka.filters.unsupervised.instance.Scale
Parses a given list of options.
setOptions(String[]) - Method in class weka.filters.unsupervised.instance.Sort
Parses a given list of options.
setOptions(String[]) - Method in class weka.filters.unsupervised.instance.SortOnAttribute
Parses a given list of options.
setOptions(String[]) - Method in class weka.filters.unsupervised.instance.WeightsBasedResample
Parses a list of options for this object.
setOptions(String[], boolean, int) - Method in class adams.gui.core.GUIHelper.InputPanelWithButtons
Sets the options to display.
setOptions(List<String>) - Method in class adams.core.command.AbstractAsyncCapableExternalCommandWithOptions
Sets the options for the command.
setOptions(List<String>) - Method in class adams.core.command.AbstractExternalCommandWithOptions
Sets the options for the command.
setOptions(List<String>) - Method in interface adams.core.command.ExternalCommandWithOptions
Sets the options for the command.
setOptions(Namespace) - Method in class adams.core.management.ExternalResourceClassPathAugmenter
Sets the parsed options.
setOptions(Namespace) - Method in class adams.core.option.AbstractSimpleOptionParser
Sets the parsed options.
setOptionsContainPlaceholder(boolean) - Method in class adams.flow.source.PipExec
Sets whether the option string contains placeholders which need to be expanded first.
setOptionsContainPlaceholder(boolean) - Method in class adams.flow.source.PythonExec
Sets whether the option string contains placeholders which need to be expanded first.
setOptionsContainPlaceholder(boolean) - Method in class adams.flow.source.PythonVenvExec
Sets whether the option string contains placeholders which need to be expanded first.
setOptionsContainVariable(boolean) - Method in class adams.flow.source.PipExec
Sets whether the option string contains variables which need to be expanded first.
setOptionsContainVariable(boolean) - Method in class adams.flow.source.PythonExec
Sets whether the option string contains variables which need to be expanded first.
setOptionsContainVariable(boolean) - Method in class adams.flow.source.PythonVenvExec
Sets whether the option string contains variables which need to be expanded first.
setOptionsString(BaseText) - Method in class adams.core.command.AbstractAsyncCapableExternalCommandWithOptions
Sets the options for the command.
setOptionsString(BaseText) - Method in class adams.core.command.AbstractExternalCommandWithOptions
Sets the options for the command.
setOptionsString(BaseText) - Method in interface adams.core.command.ExternalCommandWithOptions
Sets the options for the command.
setOptionsString(String) - Method in class adams.core.command.AbstractAsyncCapableExternalCommandWithOptions
Sets the options for the command.
setOptionsString(String) - Method in class adams.core.command.AbstractExternalCommandWithOptions
Sets the options for the command.
setOptionsString(String) - Method in interface adams.core.command.ExternalCommandWithOptions
Sets the options for the command.
setOptionsVisible(boolean) - Method in class adams.gui.visualization.stats.zscore.ZScore
Sets whether to hide/show the options panel.
setOrder(int) - Method in class adams.data.filter.AbstractDerivative
Sets the order of the derivative to calculate.
setOrder(AbstractImageSegmentationContainerLayerOrder) - Method in class adams.data.imagesegmentation.filter.RemoveOverlaps
Sets the order to use.
setOrder(SpreadSheetUnorderedColumnRange) - Method in class adams.flow.transformer.SpreadSheetReorderColumns
Sets the regular expression for the column names of columns to anonymize.
setOrder(SpreadSheetUnorderedRowRange) - Method in class adams.flow.transformer.SpreadSheetReorderRows
Sets the regular expression for the row names of rows to anonymize.
setOrientation(int) - Method in class adams.gui.core.SplitPanelWithOptionalComponents
setOrientation(PageOrientation) - Method in class adams.data.jai.transformer.ChangeOrientation
Sets the page orientation.
setOrientation(Orientation) - Method in class adams.gui.visualization.core.AxisPanel
Sets the orientation of the axis.
setOrientation(Orientation) - Method in class adams.gui.visualization.jfreechart.chart.BarChart
Sets the orientation for the plot.
setOrientation(Orientation) - Method in class adams.gui.visualization.jfreechart.chart.BubbleChart
Sets the orientation for the plot.
setOrientation(Orientation) - Method in class adams.gui.visualization.jfreechart.chart.ScatterPlot
Sets the orientation for the plot.
setOrientation(Orientation) - Method in class adams.gui.visualization.jfreechart.chart.XYLineChart
Sets the orientation for the plot.
setOrigin(SetArrayElement.Origin) - Method in class adams.flow.transformer.SetArrayElement
Sets whether to use the provided value or the value from storage.
setOriginX(int) - Method in class adams.data.jai.transformer.Rotate
Sets the X of the origin.
setOriginY(int) - Method in class adams.data.jai.transformer.Rotate
Sets the Y of the origin.
setOtherParameters(BaseKeyValuePair[]) - Method in class weka.classifiers.trees.XGBoost
Sets any additional XGBoost parameters.
setOutbuf(String) - Method in class adams.flow.source.RSync
 
setOutFormat(String) - Method in class adams.flow.source.RSync
 
setOutlineAlpha(int) - Method in class adams.flow.transformer.draw.ObjectLocationsFromReport
Sets the alpha value to use when drawing the outlines.
setOutlineAlpha(int) - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
Sets the alpha value to use when drawing the outlines.
setOutlineAlpha(int) - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
Sets the alpha value to use when drawing the outlines.
setOutlineAlpha(int) - Method in class adams.gui.visualization.image.ObjectLocationsOverlayFromReport
Sets the alpha value to use when drawing the outlines.
setOutlineColors(AnnotationColors[]) - Method in class adams.flow.transformer.draw.ObjectAnnotationsFromReport
Sets the colorizers for the outline plotters.
setOutlineColors(AnnotationColors[]) - Method in class adams.gui.tools.previewbrowser.ObjectAnnotationsHandler
Sets the colorizers for the outline plotters.
setOutlineColors(AnnotationColors[]) - Method in class adams.gui.tools.previewbrowser.ObjectAnnotationsReportHandler
Sets the colorizers for the outline plotters.
setOutlineColors(AnnotationColors[]) - Method in class adams.gui.visualization.image.ObjectAnnotations
Sets the colorizers for the outline plotters.
setOutlineColors(AnnotationColors[]) - Method in class adams.gui.visualization.object.overlay.ObjectAnnotations
Sets the colorizers for the outline plotters.
setOutlinePlotters(OutlinePlotter[]) - Method in class adams.flow.transformer.draw.ObjectAnnotationsFromReport
Sets the plotters for the outlines.
setOutlinePlotters(OutlinePlotter[]) - Method in class adams.gui.tools.previewbrowser.ObjectAnnotationsHandler
Sets the plotters for the outlines.
setOutlinePlotters(OutlinePlotter[]) - Method in class adams.gui.tools.previewbrowser.ObjectAnnotationsReportHandler
Sets the plotters for the outlines.
setOutlinePlotters(OutlinePlotter[]) - Method in class adams.gui.visualization.image.ObjectAnnotations
Sets the plotters for the outlines.
setOutlinePlotters(OutlinePlotter[]) - Method in class adams.gui.visualization.object.overlay.ObjectAnnotations
Sets the plotters for the outlines.
setOutlineSegments(boolean) - Method in class adams.data.boofcv.transformer.SuperPixels
Sets whether to outline the segments.
setOutput(PlaceholderFile) - Method in class adams.data.io.output.AbstractDataContainerWriter
Sets the file/directory to write to.
setOutput(PlaceholderFile) - Method in class adams.data.io.output.AbstractEmailFileWriter
Sets the file to write the email to.
setOutput(PlaceholderFile) - Method in class adams.data.io.output.AbstractReportWriter
Sets the file/directory to write to.
setOutput(PlaceholderFile) - Method in interface adams.data.io.output.EmailFileWriter
Sets the file to write the email to.
setOutput(PlaceholderFile) - Method in interface adams.data.io.output.ReportWriter
Sets the file/directory to write to.
setOutput(PlaceholderFile) - Method in class adams.flow.core.ActorUsage
Sets the output file.
setOutput(PlaceholderFile) - Method in class adams.flow.sink.AbstractGraphicsGenerator
Sets the output.
setOutput(PlaceholderFile) - Method in class adams.flow.transformer.AbstractMultiCompress
Sets the archive output filename.
setOutput(PlaceholderFile) - Method in class adams.flow.transformer.AbstractSingleCompress
Sets the GZIP output filename.
setOutput(PlaceholderFile) - Method in class adams.flow.transformer.PDFExtract
Sets the output file.
setOutput(PlaceholderFile) - Method in class adams.flow.transformer.PDFMerge
Sets the output file.
setOutput(PlaceholderFile) - Method in class adams.flow.transformer.pdfproclet.PDFGenerator
Sets the output file.
setOutput(PlaceholderFile) - Method in class adams.flow.transformer.PDFStamp
Sets the output file.
setOutput(SpreadSheet) - Method in class adams.flow.transformer.SpreadSheetMethodMerge
Sets the payload of the output token for this transformer.
setOutput(AbstractListingOutput) - Method in class adams.doc.listing.Listing
Sets the scheme for outputting the generated listing.
setOutput(SimpleOutput) - Method in class adams.flow.sink.SimpleLogging
Sets the type of output to use.
setOutput(AbstractOutput) - Method in class adams.flow.transformer.AbstractWekaClassifierEvaluator
Sets the prediction output generator to use.
setOutput(AbstractOutput) - Method in class adams.multiprocess.WekaCrossValidationExecution
Sets the prediction output generator to use.
setOutputAdditionalStats(boolean) - Method in class weka.attributeSelection.LinearRegressionAttributeEval
Set whether to output additional statistics (such as std.
setOutputAdditionalStats(boolean) - Method in class weka.classifiers.functions.LinearRegressionJ
Set whether to output additional statistics (such as std.
setOutputAdditionalStats(boolean) - Method in class weka.classifiers.functions.SimpleLinearRegressionWithAccess
Set whether to output additional statistics (such as std.
setOutputAll(boolean) - Method in class adams.data.conversion.NotesSubset
Sets whether to output everything.
setOutputAll(boolean) - Method in class adams.flow.sink.NotesWriter
Sets whether to output everything.
setOutputArray(boolean) - Method in interface adams.core.ArrayProvider
Sets whether to generate data as array or as single objects.
setOutputArray(boolean) - Method in interface adams.flow.core.ArrayProvider
Sets whether to output the items as array or as single strings.
setOutputArray(boolean) - Method in class adams.flow.source.AbstractArrayProvider
Sets whether to output the items as array or as single strings.
setOutputArray(boolean) - Method in class adams.flow.source.AbstractInteractiveArrayProvider
Sets whether to output the items as array or as single strings.
setOutputArray(boolean) - Method in class adams.flow.source.AbstractWekaSetupGenerator
Sets whether to output an array or a sequence of classifier setups.
setOutputArray(boolean) - Method in class adams.flow.source.ForLoop
Sets whether to output the items as array or as single strings.
setOutputArray(boolean) - Method in class adams.flow.transformer.AbstractArrayProvider
Sets whether to output the items as array or as single strings.
setOutputArray(boolean) - Method in class adams.flow.transformer.AbstractDataContainerFileReader
Sets whether to output the items as array or as single strings.
setOutputArray(boolean) - Method in class adams.flow.transformer.BinaryFileReader
Sets whether to output the file as byte array or byte by byte.
setOutputAsDisplayed(boolean) - Method in class adams.data.io.output.CsvSpreadSheetWriter
Sets whether to output the cell content as displayed, ie, no formulas but the result of formulas.
setOutputAsDisplayed(boolean) - Method in class adams.data.io.output.ExcelSpreadSheetWriter
Sets whether to output the cell content as displayed, ie, no formulas but the result of formulas.
setOutputAsDisplayed(boolean) - Method in class adams.data.io.output.ExcelStreamingSpreadSheetWriter
Sets whether to output the cell content as displayed, ie, no formulas but the result of formulas.
setOutputAsDisplayed(boolean) - Method in class adams.data.io.output.ODFSpreadSheetWriter
Sets whether to output the cell content as displayed, ie, no formulas but the result of formulas.
setOutputAsDisplayed(boolean) - Method in interface adams.data.io.output.SpreadSheetWriterWithFormulaSupport
Sets whether to output the cell content as displayed, ie, no formulas but the result of formulas.
setOutputAsString(boolean) - Method in class adams.flow.source.SelectDateTime
Sets the initial value to prompt the user with.
setOutputBase(PlaceholderFile) - Method in class adams.flow.transformer.TesseractOCR
Sets the base name for the generated file(s).
setOutputBestSetup(boolean) - Method in class adams.flow.transformer.WekaClassifierRanker
Sets whether to output the best setup found for optimizers like GridSearch and MultiSearch.
setOutputClassname(boolean) - Method in class adams.core.option.FlowStructureDotProducer
Sets whether to output the classnames in the labels.
setOutputClassname(boolean) - Method in class adams.core.option.FlowStructureGraphMLProducer
Sets whether to output the classnames in the labels.
setOutputClasspath(boolean) - Method in class adams.core.option.CompactFlowProducer
Sets whether to output the classpath (in comments) or not.
setOutputClasspath(boolean) - Method in class adams.core.option.NestedProducer
Sets whether to output the classpath (in comments) or not.
setOutputCommandline(boolean) - Method in class adams.flow.source.RSync
Sets output commandline flag.
setOutputCommandline(boolean) - Method in class adams.flow.source.SimpleRSync
Sets output commandline flag.
setOutputComments(boolean) - Method in class adams.data.io.output.CsvSpreadSheetWriter
Sets whether to output the comments before the data.
setOutputContainer(boolean) - Method in interface adams.flow.container.OptionalContainerOutput
Sets whether to output a container rather than just the data.
setOutputContainer(boolean) - Method in class adams.flow.transformer.AbstractDataContainerDbWriter
Sets whether to output the container rather than the ID.
setOutputContainer(boolean) - Method in class adams.flow.transformer.AbstractFilter
Sets whether to output a container with the filter alongside the filtered data or just the filtered data.
setOutputContainer(boolean) - Method in class adams.flow.transformer.OutlierDetector
Sets whether a flow container is output instead of just adding the detections to the data container.
setOutputContainer(boolean) - Method in class adams.flow.transformer.WekaFilter
Sets whether to output a container with the filter alongside the filtered data or just the filtered data.
setOutputCounts(boolean) - Method in class adams.flow.processor.CheckActorReferenceUsage
Sets whether to output the counts regardless of warnings.
setOutputCounts(boolean) - Method in class adams.flow.processor.CheckStorageUsage
Sets whether to output the counts regardless of warnings.
setOutputCounts(boolean) - Method in class adams.flow.processor.CheckVariableUsage
Sets whether to output the counts regardless of warnings.
setOutputDatabaseID(boolean) - Method in class adams.flow.sink.NotesWriter
Sets whether to output the database ID as well in the file.
setOutputDateTimeType(DateTimeType) - Method in class adams.data.conversion.ConvertDateTimeType
Sets the output date/time type.
setOutputDateTimeType(DateTimeType) - Method in class adams.flow.transformer.DateTimeTypeDifference
Sets the output date/time type.
setOutputDefaultValues(boolean) - Method in class adams.core.option.AbstractJavaCodeProducer
Sets whether to output default values as well.
setOutputDefaultValues(boolean) - Method in class adams.core.option.XhtmlProducer
Sets whether to output default values as well.
setOutputDestination(CallableActorReference) - Method in class adams.flow.control.InputOutputListener
Sets the callable actor to send the output tokens to.
setOutputDir(PlaceholderDirectory) - Method in class adams.doc.listing.OptionOutput
Sets the output directory.
setOutputDir(PlaceholderDirectory) - Method in class adams.flow.sink.NotesWriter
Sets the output directory.
setOutputDir(PlaceholderDirectory) - Method in class adams.flow.transformer.AbstractDataContainerFileWriter
Sets the output directory for the spectrums.
setOutputDir(PlaceholderDirectory) - Method in class adams.flow.transformer.AbstractMultiDecompress
Sets output directory to use.
setOutputDir(PlaceholderDirectory) - Method in class adams.flow.transformer.AbstractReportFileWriter
Sets the output directory for the reports.
setOutputDir(PlaceholderDirectory) - Method in class adams.gui.visualization.multiobjectexport.DirectoryExport
Sets the output directory for the files generated from the objects.
setOutputDirectory(PlaceholderDirectory) - Method in class adams.flow.transformer.FTPGet
Sets the directory to store the downloaded files in.
setOutputDirectory(PlaceholderDirectory) - Method in class adams.flow.transformer.ScpFrom
Sets the directory to store the downloaded files in.
setOutputDirectory(PlaceholderDirectory) - Method in class adams.flow.transformer.SFTPGet
Sets the directory to store the downloaded files in.
setOutputDirectory(PlaceholderDirectory) - Method in class adams.flow.transformer.SMBGet
Sets the directory to store the downloaded files in.
setOutputDirectory(PlaceholderDirectory) - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm
Sets the directory for the generated ARFF files.
setOutputDirectory(PlaceholderDirectory) - Method in class adams.opt.optimise.genetic.fitnessfunctions.AbstractWEKAFitnessFunction
Sets the directory for the generated ARFF files.
setOutputDistribution(boolean) - Method in class adams.flow.transformer.wekaclusterer.AddCluster
Sets whether to output the cluster distribution instead of the cluster index.
setOutputEnabled(boolean) - Method in class adams.gui.core.ConsolePanel.OutputPanel
Sets whether the output is enabled.
setOutputErrors(boolean) - Method in class adams.data.conversion.NotesSubset
Sets whether to output the errors.
setOutputErrors(boolean) - Method in class adams.flow.sink.NotesWriter
Sets whether to output the errors.
setOutputFile(PlaceholderFile) - Method in interface adams.core.io.FileWriter
Sets the output file.
setOutputFile(PlaceholderFile) - Method in class adams.doc.listing.AbstractFileBasedListingOutput
Sets the output file.
setOutputFile(PlaceholderFile) - Method in class adams.flow.control.DesktopScreenshot
Sets the output file.
setOutputFile(PlaceholderFile) - Method in class adams.flow.control.HeapDump
Sets the output file.
setOutputFile(PlaceholderFile) - Method in class adams.flow.sink.AbstractFileWriter
Set output file.
setOutputFile(PlaceholderFile) - Method in class adams.flow.sink.sendnotification.LogFile
Sets the output file.
setOutputFile(PlaceholderFile) - Method in class adams.flow.sink.SequencePlotter
Sets the output file.
setOutputFile(PlaceholderFile) - Method in class adams.flow.sink.simplelogging.output.FileOutput
Sets the output file.
setOutputFile(PlaceholderFile) - Method in class adams.flow.sink.SimplePlot
Sets the output file.
setOutputFile(PlaceholderFile) - Method in class adams.flow.sink.WekaExperimentGenerator
Sets the file to store the experiment setup in (the extensions determines the type).
setOutputFile(PlaceholderFile) - Method in class adams.flow.source.PDFNewDocument
Set output file.
setOutputFile(PlaceholderFile) - Method in class adams.flow.transformer.generatefilebaseddataset.SimpleFileList
Sets the output file.
setOutputFile(PlaceholderFile) - Method in class adams.flow.transformer.PDFCreate
Sets the output file.
setOutputFile(PlaceholderFile) - Method in class adams.flow.transformer.PDFGenerate
Sets the output file.
setOutputFile(PlaceholderFile) - Method in class adams.flow.transformer.PythonExpandScript
Set output file.
setOutputFile(PlaceholderFile) - Method in class adams.gui.tools.wekamultiexperimenter.experiment.FileResultsHandler
Set output file.
setOutputFile(PlaceholderFile) - Method in class adams.gui.visualization.multiobjectexport.PDFExport
Sets the output file.
setOutputFile(PlaceholderFile) - Method in class adams.gui.visualization.multiobjectexport.ZipExport
Sets the output zip file for the files generated from the objects.
setOutputFile(PlaceholderFile) - Method in class adams.scripting.command.basic.SystemInfo
Set output file.
setOutputFile(PlaceholderFile) - Method in class adams.scripting.command.flow.GetFlow
Set output file.
setOutputFile(PlaceholderFile) - Method in class adams.tools.CompareDatasets
Sets the first dataset for the comparison.
setOutputFormat(WekaInstanceDumper.OutputFormat) - Method in class adams.flow.transformer.WekaInstanceDumper
Sets the output format.
setOutputFormat(ResultMatrix) - Method in class adams.flow.transformer.WekaExperimentEvaluation
Sets the output format to use for generating the output.
setOutputFormat(ResultMatrix) - Method in class adams.gui.tools.wekainvestigator.tab.experimenttab.output.TextOutput
Sets the output format to use for generating the output.
setOutputFormatter(OutputFormatter) - Method in class adams.core.command.AbstractExternalCommand
Sets the formatter for the output that is being forwarded.
setOutputFormatter(OutputFormatter) - Method in interface adams.core.command.ExternalCommand
Sets the formatter to use for the output that is being forwarded.
setOutputFull(boolean) - Method in class adams.core.option.JsonProducer
Sets whether to output all values or just ones that differ from the default ones.
setOutputGenerator(AbstractOutputGenerator) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.perfold.AbstractPerFoldPopupMenuItem
Sets the output generator.
setOutputGenerators(AbstractOutputGenerator[]) - Method in class adams.gui.tools.wekainvestigator.tab.AssociateTab
Sets the output generators to use.
setOutputGenerators(AbstractOutputGenerator[]) - Method in class adams.gui.tools.wekainvestigator.tab.AttributeSelectionTab
Sets the output generators to use.
setOutputGenerators(AbstractOutputGenerator[]) - Method in class adams.gui.tools.wekainvestigator.tab.ClassifyTab
Sets the output generators to use.
setOutputGenerators(AbstractOutputGenerator[]) - Method in class adams.gui.tools.wekainvestigator.tab.ClusterTab
Sets the output generators to use.
setOutputGenerators(AbstractOutputGenerator[]) - Method in class adams.gui.tools.wekainvestigator.tab.ExperimentTab
Sets the output generators to use.
setOutputHeader(boolean) - Method in class adams.flow.transformer.WekaExperimentEvaluation
Sets whether to output the header of the result matrix as well.
setOutputHeader(boolean) - Method in class adams.gui.tools.wekainvestigator.tab.experimenttab.output.TextOutput
Sets whether to output the header of the result matrix as well.
setOutputHOCR(boolean) - Method in class adams.flow.transformer.TesseractOCR
Sets whether to use hOCR format instead of ASCII.
setOutputIndices(boolean) - Method in class adams.flow.transformer.SpreadSheetColumnIterator
Sets whether to output 1-based indices of matches instead of the names.
setOutputIndices(boolean) - Method in class adams.flow.transformer.StringMatcher
Sets whether to output 1-based indices of matches instead of the strings.
setOutputIndices(boolean) - Method in class adams.flow.transformer.WekaAttributeIterator
Sets whether to output 1-based indices of matches instead of the names.
setOutputInstance(boolean) - Method in class adams.flow.transformer.WekaClassifying
Sets whether to output Instance objects instead of PredictionContainer ones.
setOutputLabels(boolean) - Method in class adams.data.filter.AbstractSAX
Sets whether to output labels or distances.
setOutputLineNumbers(boolean) - Method in class adams.core.option.CompactFlowProducer
Sets whether to output the line numbers.
setOutputLineNumbers(boolean) - Method in class adams.core.option.NestedProducer
Sets whether to output the line numbers.
setOutputLineNumbers(boolean) - Method in class adams.data.textrenderer.AbstractLineNumberedLimitedTextRenderer
Sets whether to output line numbers.
setOutputLineNumbers(boolean) - Method in interface adams.data.textrenderer.LineNumberTextRenderer
Sets whether to output line numbers.
setOutputModel(boolean) - Method in class adams.flow.transformer.WekaTestSetClustererEvaluator
Sets whether to output the clusterer model as well.
setOutputModel(boolean) - Method in class adams.flow.transformer.WekaTrainTestSetClustererEvaluator
Sets whether to output the clusterer model as well.
setOutputModified(boolean) - Method in class adams.flow.transformer.SpreadSheetStorageRowIterator
Sets whether to output the modified spreadsheet (current row, subset of columns) instead of the full one.
setOutputModified(boolean) - Method in class adams.flow.transformer.SpreadSheetVariableRowIterator
Sets whether to output the modified spreadsheet (current row, subset of columns) instead of the full one.
setOutputMovedFile(boolean) - Method in class adams.flow.transformer.MoveFile
Sets whether to output the moved file rather than the input file.
setOutputName(String) - Method in class adams.flow.transformer.spreadsheetmethodmerge.AbstractMerge
Sets the name to use for the merged spreadsheet.
setOutputName(String) - Method in class adams.flow.transformer.wekadatasetsmerge.AbstractMerge
Sets the name to use for the merged dataset.
setOutputNameOnly(boolean) - Method in class adams.flow.transformer.ReportField
Sets whether to output only the name and not the type as well.
setOutputNormalized(boolean) - Method in class adams.data.io.output.ObjectLocationsSpreadSheetWriter
Sets whether to output normalized (0-1) coordinates/dimensions as well (with 'n' column suffix).
setOutputOnlyModel(boolean) - Method in class adams.flow.transformer.AbstractWekaModelReader
Sets whether to output only the model instead of the container.
setOutputOther(boolean) - Method in class adams.data.conversion.NotesSubset
Sets whether to output the other notes.
setOutputPrefix(PlaceholderFile) - Method in class adams.flow.transformer.WekaInstanceDumper
Sets the prefix for the output (path + partial filename).
setOutputPrefixType(OutputPrefixType) - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm
Sets the type of prefix to use for the output.
setOutputPrinter(Class) - Method in class adams.core.management.Launcher
Sets the output printer class to use.
setOutputProcessInformation(boolean) - Method in class adams.data.conversion.NotesSubset
Sets whether to output the process information.
setOutputProcessInformation(boolean) - Method in class adams.flow.sink.NotesWriter
Sets whether to output the process information.
setOutputProlog(boolean) - Method in class adams.core.option.CompactFlowProducer
Sets whether to output the prolog (in comments) or not.
setOutputProlog(boolean) - Method in class adams.core.option.NestedProducer
Sets whether to output the prolog (in comments) or not.
setOutputRelationName(boolean) - Method in class adams.flow.transformer.WekaEvaluationSummary
Sets whether to output the relation name as well.
setOutputResult(boolean) - Method in class adams.flow.transformer.ReportMathExpression
Sets whether to output the result instead of updating the report field.
setOutputs(SimpleOutput[]) - Method in class adams.flow.sink.simplelogging.output.MultiOutput
Sets the outputs to use.
setOutputSlopeIntercept(boolean) - Method in class adams.gui.visualization.sequence.KendallTheilOverlayPaintlet
Sets whether to output slope/intercept.
setOutputSlopeIntercept(boolean) - Method in class adams.gui.visualization.sequence.LinearRegressionOverlayPaintlet
Sets whether to output slope/intercept.
setOutputStorageValue(boolean) - Method in class adams.flow.transformer.IncStorageValue
Sets whether to output the storage value instead of the input token.
setOutputString(boolean) - Method in class adams.flow.source.Socket
Sets whether to output a string.
setOutputText(boolean) - Method in class adams.flow.transformer.TesseractOCR
Sets whether to output the content of all files rather than the files.
setOutputTokens(boolean) - Method in class adams.flow.execution.ExecutionLog
Sets whether to output the string representation of input tokens as well.
setOutputType(OutputType) - Method in class adams.core.command.AbstractExternalCommand
Sets the type of output to forward.
setOutputType(OutputType) - Method in interface adams.core.command.ExternalCommand
Sets what output to forward.
setOutputType(DFT.OutputType) - Method in class adams.data.jai.features.DFT
Sets the type of output to generate.
setOutputType(CallableActorScreenshot.OutputType) - Method in class adams.flow.control.CallableActorScreenshot
Sets how to output the screenshot.
setOutputType(DumpStorage.OutputType) - Method in class adams.flow.source.DumpStorage
Sets the format to output the storage items in.
setOutputType(DumpVariables.OutputType) - Method in class adams.flow.source.DumpVariables
Sets the format to output the variables in.
setOutputType(EnterManyValues.OutputType) - Method in class adams.flow.source.EnterManyValues
Sets how to output the entered data.
setOutputType(Exec.OutputType) - Method in class adams.flow.source.Exec
Sets what output from the process to forward.
setOutputType(ConvertFeatures.OutputType) - Method in class adams.flow.transformer.ConvertFeatures
Sets the type of output to generate.
setOutputType(PDFMetaData.OutputType) - Method in class adams.flow.transformer.PDFMetaData
Sets how to output the meta-data.
setOutputType(WekaFileReader.OutputType) - Method in class adams.flow.transformer.WekaFileReader
Sets how to output the data.
setOutputType(OutputType) - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm
Sets the type of output to generate.
setOutputType(StreamingProcessOutputType) - Method in class adams.flow.source.AbstractPythonExecution
Sets what output from the process to forward.
setOutputType(StreamingProcessOutputType) - Method in class adams.flow.source.Command
Sets what output from the process to forward.
setOutputValue(boolean) - Method in class adams.flow.transformer.SetVariable
Sets whether to output the variable value instead of the token passing through.
setOutputValuePair(boolean) - Method in class adams.flow.transformer.MathExpression
Sets whether to output a double array with X and Y or just Y.
setOutputVariableValue(boolean) - Method in class adams.flow.transformer.IncVariable
Sets whether to output the variable value instead of the input token.
setOutputVariableValues(boolean) - Method in class adams.core.option.AbstractOptionProducer
Sets whether to output the values of options instead of variable placeholders.
setOutputVariableValues(boolean) - Method in interface adams.core.option.OptionProducer
Sets whether to output the values of options instead of variable placeholders.
setOutputWarnings(boolean) - Method in class adams.data.conversion.NotesSubset
Sets whether to output the warnings.
setOutputWarnings(boolean) - Method in class adams.flow.sink.NotesWriter
Sets whether to output the warnings.
setOutputYEdGraphML(boolean) - Method in class adams.core.option.FlowStructureGraphMLProducer
Sets whether to output yEd GraphML.
setOverlap(int) - Method in class adams.flow.transformer.SequenceToArray
Sets the overlap of elements between arrays.
setOverlap(int) - Method in class adams.flow.transformer.SequenceToCollection
Sets the overlap of elements between collections.
setOverlapAction(MergeObjectLocations.OverlapAction) - Method in class adams.flow.transformer.MergeObjectLocations
Sets the action to take when an object from this and the other report overlap.
setOverlapAlgorithm(ObjectOverlap) - Method in class adams.flow.transformer.DetermineOverlappingAreas
Sets the algorithm for determining the overlapping objects.
setOverlapColorCorrect(Color) - Method in class adams.flow.transformer.compareobjectlocations.Combined.CombinedPanel
Sets the color to use for the overlaps (matching labels).
setOverlapColorCorrect(Color) - Method in class adams.flow.transformer.compareobjectlocations.Combined
Sets the color to use for the overlapping objects with matching labels.
setOverlapColorIncorrect(Color) - Method in class adams.flow.transformer.compareobjectlocations.Combined.CombinedPanel
Sets the color to use for the overlaps (mismatching labels).
setOverlapColorIncorrect(Color) - Method in class adams.flow.transformer.compareobjectlocations.Combined
Sets the color to use for the overlapping objects with matching labels.
setOverlapDetection(ObjectOverlap) - Method in class adams.data.objectfilter.AttachOverlappingMetaData
Sets the algorithm for determining the overlapping objects
setOverlapDetection(ObjectOverlap) - Method in class adams.flow.transformer.negativeregions.RandomRegions
Sets the algorithm for determining the overlapping objects
setOverlapDetection(ObjectOverlap) - Method in class adams.flow.transformer.RemoveOverlappingImageObjects
Sets the algorithm for determining the overlapping objects
setOverlapDetection(ObjectOverlap) - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
Sets the algorithm for determining the overlapping objects
setOverlapDetection(ObjectOverlap) - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
Sets the algorithm for determining the overlapping objects
setOverlapDetection(ObjectOverlap) - Method in class adams.gui.visualization.object.objectannotations.cleaning.OverlapRemoval
Sets the algorithm for determining the overlapping objects
setOverlapRemoval(OverlappingObjectRemoval) - Method in class adams.flow.transformer.negativeregions.RandomRegions
Sets the algorithm for determining the overlapping objects
setOverlapRemoval(OverlappingObjectRemoval) - Method in class adams.flow.transformer.RemoveOverlappingImageObjects
Sets the algorithm for determining the overlapping objects
setOverlapRemoval(OverlappingObjectRemoval) - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
Sets the algorithm for determining the overlapping objects
setOverlapRemoval(OverlappingObjectRemoval) - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
Sets the algorithm for determining the overlapping objects
setOverlapRemoval(OverlappingObjectRemoval) - Method in class adams.gui.visualization.object.objectannotations.cleaning.OverlapRemoval
Sets the overlap removal algorithm to clean the annotations.
setOverlapX(int) - Method in class adams.data.image.multiimageoperation.MergeGrid
Sets the overlap on the x axis.
setOverlapX(int) - Method in class adams.data.image.transformer.subimages.Grid
Sets the overlap on the x axis.
setOverlapY(int) - Method in class adams.data.image.multiimageoperation.MergeGrid
Sets the overlap on the y axis.
setOverlapY(int) - Method in class adams.data.image.transformer.subimages.Grid
Sets the overlap on the y axis.
setOverlay(ImageOverlay) - Method in class adams.flow.transformer.compareobjectlocations.Combined.CombinedPanel
Sets the overlay to use for the objects.
setOverlay(ImageOverlay) - Method in class adams.flow.transformer.ImageAnnotator
Sets the overlay to use for highlighting the objects.
setOverlay(ImageOverlay) - Method in class adams.gui.tools.previewbrowser.AnnotateImage
Sets the overlay to use for highlighting the objects.
setOverlay(ClassificationLabelTextOverlay) - Method in class adams.flow.transformer.ImageLabeler
Sets the overlay to use.
setOverlay(Overlay) - Method in class adams.flow.transformer.ImageObjectAnnotator
Sets the overlay for the annotations.
setOverlay(Overlay) - Method in class adams.gui.visualization.object.ObjectAnnotationPanel
Sets the overlay to use.
setOverlayColorProvider(ColorProvider) - Method in class adams.flow.sink.sequenceplotter.SequencePlotterPanel
Sets the color provider to use for the overlays.
setOverlayColorProvider(ColorProvider) - Method in class adams.flow.sink.SequencePlotter
Sets the color provider to use for the overlays.
setOverlayFields(String) - Method in class adams.flow.source.wekaforecastersetup.WekaForecasterGenerator
Sets the fields to overlay.
setOverlayOriginalData(boolean) - Method in class adams.gui.visualization.container.FilterDialog
Sets whether to overlay the filtered data with the original data.
setOverlayPaintlet(XYSequencePaintlet) - Method in class adams.flow.sink.sequenceplotter.SequencePlotterPanel
Sets the overlay paintlet to use.
setOverlayPaintlet(XYSequencePaintlet) - Method in class adams.flow.sink.SequencePlotter
Sets the overlay paintlet to use.
setOverlayPaintlet(XYSequencePaintlet) - Method in class adams.flow.sink.SimplePlot
Sets the overlay paintlet to use.
setOverlayPaintlet(XYSequencePaintlet) - Method in class adams.gui.tools.spreadsheetviewer.chart.ScatterPlot
Sets the overlay paintlet to use.
setOverlayReader(ImageReader) - Method in class adams.gui.tools.previewbrowser.SimpleImageSegmentationAnnotationsHandler
Sets the image reader to use for the overlay.
setOverlays(AbstractPixelSelectorOverlay[]) - Method in class adams.flow.transformer.PixelSelector
Sets the available image overlays.
setOverlays(Paintlet[]) - Method in class adams.flow.sink.TimeseriesDisplay
Sets the overlay paintlets.
setOverlays(ImageOverlay[]) - Method in class adams.gui.visualization.image.MultiImageOverlay
Sets the overlays to apply.
setOverlays(Overlay[]) - Method in class adams.gui.visualization.object.overlay.MultiOverlay
Sets the overlays to manage.
setOverlays(XYSequencePaintlet[]) - Method in class adams.flow.sink.ActualVsPredictedPlot
Sets the overlays to use in the plot.
setOverlays(XYSequencePaintlet[]) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.ClassifierErrors
Sets the overlays to use in the plot.
setOverlays(AbstractScatterPlotOverlay[]) - Method in class adams.flow.sink.MatrixPlot
Set the overlays for each scatterplot in the matrix
setOverlays(AbstractScatterPlotOverlay[]) - Method in class adams.flow.sink.ScatterDisplay
Set the overlays to be drawn on the scatter plot
setOverlays(AbstractScatterPlotOverlay[]) - Method in class adams.gui.visualization.stats.scatterplot.Matrix
Set the overlays to be applied to each of the scatter plots
setOverlays(AbstractScatterPlotOverlay[]) - Method in class adams.gui.visualization.stats.scatterplot.ScatterPlot
Set the overlays array containing overlays to apply
setOverlays(AbstractZScoreOverlay[]) - Method in class adams.flow.sink.ZScoreDisplay
set the overlays to be drawn on the z score plot
setOverlays(AbstractZScoreOverlay[]) - Method in class adams.gui.visualization.stats.zscore.ZScore
set the overlays to be displayed on the z score
setOverride(boolean) - Method in class adams.flow.transformer.ClassSelector
Sets whether to override any existing class index or nor.
setOverride(boolean) - Method in class adams.flow.transformer.WekaClassSelector
Sets whether to override any existing class index or nor.
setOverrideJobRunner(boolean) - Method in class adams.flow.transformer.WekaExperimentExecution
Sets whether to override the jobrunner of the experiment.
setOverrideSerializedFile(boolean) - Method in interface adams.core.SerializableObject
Sets whether to override an existing serialized setup.
setOverrideWithEnvVar(boolean) - Method in class adams.flow.standalone.SetVariable
Sets whether to override the value with the one obtained from the specified environment variable.
setOverwrite(boolean) - Method in class adams.flow.transformer.multimapoperation.Merge
Sets whether to overwrite existing keys.
setOverwriteExisting(boolean) - Method in class adams.flow.transformer.AbstractDataContainerDbWriter
Sets whether to remove existing containers.
setOverwriteFields(Field[]) - Method in class adams.flow.transformer.AbstractReportDbWriter
Sets the fields to overwrite in "merge" mode.
setOverwriteFields(Field[]) - Method in class adams.flow.transformer.AbstractReportFileImport
Sets the fields to overwrite in "merge" mode.
setOwner(boolean) - Method in class adams.flow.source.RSync
 
setOwner(LoggingObject) - Method in class adams.core.management.LoggingObjectOutputPrinter
Sets the owning LoggingObject, i.e., the object which stdout and stderr objects are used for printing
setOwner(LoggingObject) - Method in interface adams.core.management.LoggingObjectOwner
Sets the owning LoggingObject, i.e., the object which stdout and stderr objects are used for printing
setOwner(Row) - Method in interface adams.data.spreadsheet.Cell
Sets the row this cell belongs to.
setOwner(Row) - Method in class adams.data.spreadsheet.CellView
Sets the row this cell belongs to.
setOwner(Row) - Method in class adams.data.spreadsheet.DoubleCell
Sets the row this cell belongs to.
setOwner(Row) - Method in class adams.data.spreadsheet.FloatCell
Sets the row this cell belongs to.
setOwner(Row) - Method in class adams.ml.data.DataCellView
Sets the row this cell belongs to.
setOwner(SpreadSheet) - Method in class adams.data.spreadsheet.AbstractRow
Sets the spreadsheet this row belongs to.
setOwner(SpreadSheet) - Method in class adams.data.spreadsheet.DataRowView
Sets the spreadsheet this row belongs to.
setOwner(SpreadSheet) - Method in class adams.data.spreadsheet.DenseDataRow
Sets the spreadsheet this row belongs to.
setOwner(SpreadSheet) - Method in interface adams.data.spreadsheet.Row
Sets the spreadsheet this row belongs to.
setOwner(SpreadSheet) - Method in class adams.ml.data.InstancesHeaderRow
Sets the spreadsheet this row belongs to.
setOwner(SpreadSheet) - Method in class adams.ml.data.InstanceView
Sets the spreadsheet this row belongs to.
setOwner(DatabaseManager) - Method in class adams.db.AbstractDatabaseConnection
Sets the database manager that owns this connection.
setOwner(Flow) - Method in class adams.flow.execution.AbstractFlowExecutionListener
Sets the owning flow.
setOwner(Flow) - Method in interface adams.flow.execution.FlowExecutionListener
Sets the owning flow.
setOwner(Actor) - Method in class adams.flow.transformer.draw.AbstractDrawOperation
Sets the owner.
setOwner(Actor) - Method in class adams.flow.transformer.report.AbstractReportPostProcessor
Sets the owner for this preprocessor.
setOwner(Actor) - Method in class adams.flow.transformer.report.AbstractReportPreProcessor
Sets the owner for this preprocessor.
setOwner(Debug) - Method in class adams.flow.execution.debug.ControlPanel
Sets the owning listener.
setOwner(ControlPanel) - Method in class adams.flow.execution.debug.BreakpointPanel
Sets the owner.
setOwner(FlowSetupManager) - Method in class adams.flow.setup.FlowSetup
Sets the manager this setup belongs to.
setOwner(DataContainerDbReader) - Method in class adams.flow.transformer.datacontainer.AbstractDataContainerPostProcessor
Sets the owner of this preprocessor.
setOwner(DataContainerDbWriter) - Method in class adams.flow.transformer.datacontainer.AbstractDataContainerPreProcessor
Sets the owner of this preprocessor.
setOwner(AbstractApplicationFrame) - Method in class adams.gui.application.AbstractMenuItemDefinition
Sets the owning application.
setOwner(AbstractApplicationFrame) - Method in class adams.gui.tools.remotecontrolcenter.RemoteControlCenterManagerPanel
Sets the owning application.
setOwner(FlowEditorPanel) - Method in class adams.gui.flow.menu.AbstractFlowEditorMenuItem
Sets the owning flow editor.
setOwner(FlowPanel) - Method in class adams.gui.flow.tree.Tree
Sets the owning panel.
setOwner(FlowPanelNotificationArea) - Method in class adams.gui.flow.notificationareaaction.AbstractNotificationAreaAction
Sets the owner.
setOwner(FlowWorkerHandler) - Method in class adams.gui.flow.FlowPanelNotificationArea
Sets the owning panel.
setOwner(FlowTabManager) - Method in class adams.gui.flow.tab.AbstractEditorTab
Sets the tab manager this tab belongs to.
setOwner(Tree) - Method in class adams.gui.flow.tree.Node
Sets the owning tree recursively.
setOwner(Tree, boolean) - Method in class adams.gui.flow.tree.Node
Sets the owning tree recursively.
setOwner(AbstractCommandProcessor) - Method in class adams.gui.scripting.AbstractScriptlet
Sets the owning command processor.
setOwner(AbstractScriptingEngine) - Method in class adams.gui.scripting.AbstractCommandProcessor
Sets the owner of this processor.
setOwner(SendToActionSupporter) - Method in class adams.gui.sendto.AbstractSendToAction
Sets the owner of this action.
setOwner(FileCommanderPanel) - Method in class adams.gui.tools.filecommander.AbstractFileCommanderAction
Sets the owner.
setOwner(FileCommanderPanel) - Method in class adams.gui.tools.filecommander.FileCommanderDirectoryPanel
Sets the owner.
setOwner(FindInFilesPanel) - Method in class adams.gui.tools.findinfiles.AbstractFindInFilesAction
Sets the owning panel.
setOwner(PreviewBrowserPanel) - Method in class adams.gui.tools.previewbrowser.localfiles.AbstractLocalFilesAction
Sets the owner.
setOwner(RemoteControlCenterManagerPanel) - Method in class adams.gui.tools.remotecontrolcenter.RemoteControlCenterEnginesPanel
Sets the owning application.
setOwner(RemoteControlCenterManagerPanel) - Method in class adams.gui.tools.remotecontrolcenter.RemoteControlCenterLogPanel
Sets the owning application.
setOwner(RemoteControlCenterManagerPanel) - Method in class adams.gui.tools.remotecontrolcenter.RemoteControlCenterPanel
Sets the owner.
setOwner(RemoteControlCenterPanel) - Method in class adams.gui.tools.remotecontrolcenter.panels.AbstractRemoteControlCenterTab
Sets the owner.
setOwner(SpreadSheetProcessorPanel) - Method in class adams.gui.tools.spreadsheetprocessor.AbstractWidget
Sets the owner.
setOwner(MultiPagePane) - Method in class adams.gui.tools.spreadsheetviewer.SpreadSheetPanel
Sets the owning tabbed pane.
setOwner(ViewerTabManager) - Method in class adams.gui.tools.spreadsheetviewer.tab.AbstractViewerTab
Sets the tab manager this tab belongs to.
setOwner(SpreadSheetViewerPanel) - Method in class adams.gui.tools.spreadsheetviewer.MultiPagePane
Sets the owning viewer.
setOwner(InvestigatorPanel) - Method in class adams.gui.tools.wekainvestigator.source.AbstractSource
Sets the owner for this source.
setOwner(InvestigatorPanel) - Method in class adams.gui.tools.wekainvestigator.tab.AbstractInvestigatorTab
Sets the owner for this tab.
setOwner(InvestigatorPanel) - Method in class adams.gui.tools.wekainvestigator.tab.LogTab
Sets the owner for this tab.
setOwner(AbstractInvestigatorTabWithEditableDataTable) - Method in class adams.gui.tools.wekainvestigator.datatable.action.AbstractEditableDataTableAction
Sets the owner.
setOwner(PreprocessTab) - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.attributeselaction.AbstractSelectedAttributesAction
Sets the owner.
setOwner(ExperimenterPanel) - Method in class adams.gui.tools.wekamultiexperimenter.AbstractExperimenterPanel
Sets the experimenter this panel belongs to.
setOwner(AbstractSetupPanel) - Method in class adams.gui.tools.wekamultiexperimenter.setup.AbstractSetupOptionPanel
Sets the setup panel this option panel belongs to.
setOwner(AbstractSetupPanel) - Method in class adams.gui.tools.wekamultiexperimenter.setup.weka.OutputPanel
Sets the setup panel this option panel belongs to.
setOwner(AbstractObjectOverlayFromReport) - Method in class adams.gui.visualization.image.AbstractObjectOverlayFromReport.LocatedObjectsPanel
Sets the owner.
setOwner(AbstractPointOverlayFromReport) - Method in class adams.gui.visualization.image.AbstractPointOverlayFromReport.LocatedPointsPanel
Sets the owner.
setOwner(ImagePanel) - Method in class adams.gui.visualization.image.ColorPickerPanel
Sets the owning panel.
setOwner(ObjectAnnotations) - Method in class adams.gui.visualization.image.ObjectAnnotations.LocatedObjectsPanel
Sets the owner.
setOwner(ObjectAnnotationPanel) - Method in class adams.gui.visualization.object.annotationsdisplay.AbstractAnnotationsDisplayPanel
Sets the owning panel.
setOwner(ObjectAnnotationPanel) - Method in class adams.gui.visualization.object.annotator.AbstractAnnotator
Sets the owner.
setOwner(ObjectAnnotationPanel) - Method in class adams.gui.visualization.object.CanvasPanel
Sets the owner.
setOwner(ObjectAnnotationPanel) - Method in class adams.gui.visualization.object.labelselector.AbstractLabelSelectorPanel
Sets the owning panel.
setOwner(ObjectAnnotationPanel) - Method in interface adams.gui.visualization.object.labelselector.LabelSelector
Sets the owning panel.
setOwner(CombinedLayer) - Method in class adams.gui.visualization.segmentation.layer.CombinedLayer.CombinedSubLayer
Sets the owner.
setOwner(SegmentationPanel) - Method in class adams.gui.visualization.segmentation.CanvasPanel
Sets the owner.
setOwner(Tool) - Method in class adams.gui.visualization.segmentation.paintoperation.AbstractPaintOperation
Sets the owning tool.
setOwner(Tool) - Method in interface adams.gui.visualization.segmentation.paintoperation.PaintOperation
Sets the owning tool.
setOwner(XYSequencePaintlet) - Method in class adams.gui.visualization.sequence.AbstractXYSequencePointHitDetector
Sets the owner.
setOwner(AbstractScatterPlotPaintlet) - Method in class adams.gui.visualization.stats.paintlet.AbstractScatterPlotHitDetector
Sets the owner.
setOwner(AbstractWizardPane) - Method in class adams.gui.wizard.AbstractWizardPage
Sets the wizard this page belongs to.
setOwner(AbstractWizardPane) - Method in class adams.gui.wizard.BranchSelectionPage
Sets the wizard this page belongs to.
setOwner(CapabilitiesHandler) - Method in class adams.ml.capabilities.Capabilities
Sets the owner of these capabilities.
setOwner(AbstractClassifierBasedGeneticAlgorithm) - Method in class adams.gui.menu.AbstractClassifierBasedGeneticAlgorithmWizard.PerformancePlot
Sets the owner for the plot.
setOwner(RemoteScriptingEngine) - Method in class adams.scripting.engine.AbstractRemoteCommandHandler
Sets the owning scripting engine.
setOwner(RemoteScriptingEngine) - Method in interface adams.scripting.engine.RemoteCommandHandler
Sets the owning scripting engine.
setOwner(RemoteScriptingEngine) - Method in class adams.scripting.requesthandler.AbstractRequestHandler
Sets the owning engine.
setOwner(RemoteScriptingEngine) - Method in interface adams.scripting.requesthandler.RequestHandler
Sets the owning engine.
setOwner(RemoteScriptingEngine) - Method in class adams.scripting.responsehandler.AbstractResponseHandler
Sets the owning engine.
setOwner(RemoteScriptingEngine) - Method in interface adams.scripting.responsehandler.ResponseHandler
Sets the owning engine.
setOwner(Object) - Method in class adams.data.conversion.AbstractConversion
Sets the owner of this conversion.
setOwner(Object) - Method in interface adams.data.conversion.Conversion
Sets the owner of this conversion.
setOwner(JFileChooser) - Method in class adams.gui.chooser.TextFileChooser.FileEncodingPanel
Sets the owner.
setOwner(T) - Method in class adams.flow.generator.AbstractFlowGenerator
Sets the owner.
setOwner(T) - Method in interface adams.flow.generator.Generator
Sets the owner.
setOwner(T) - Method in class adams.gui.tools.wekainvestigator.evaluation.AbstractEvaluation
Sets the owner.
setOwner(T) - Method in class adams.gui.tools.wekainvestigator.history.AbstractHistoryPopupMenuItem
Sets the owner.
setOwnerPlugin(Brightness) - Method in class adams.gui.visualization.image.plugins.Brightness.BrightnessDialog
Sets the owner of this dialog.
setP(int) - Method in class adams.data.image.moments.CentralMoment
Sets the exponent for x.
setP(int) - Method in class adams.data.image.moments.Moment
Sets the exponent for x.
setP(int) - Method in class adams.data.image.moments.NormalizedMoment
Sets the exponent for x.
setPackage(String) - Method in class adams.core.option.AbstractJavaCodeProducer
Sets the package name of the class to generate.
setPackage(String) - Method in class adams.core.option.ActorExecutionClassProducer
Sets the package name of the class to generate.
setPackage(String) - Method in class adams.core.option.ApplyActorProducer
Sets the package name of the class to generate.
setPackage(String) - Method in class adams.core.option.JavaInstantiationProducer
Sets the package name of the class to generate.
setPackage(String) - Method in class adams.core.PropertiesToCode
Sets the package name of the class to generate.
setPad(boolean) - Method in class adams.data.conversion.StringToValidVariableName
Sets the replacement string for invalid characters.
setPadCharacter(String) - Method in class adams.data.conversion.LeftPad
Sets the character to pad with.
setPadCharacter(String) - Method in class adams.data.conversion.RightPad
Sets the character to pad with.
setPadding(SelectedTag) - Method in class weka.filters.unsupervised.attribute.FastWavelet
Sets the type of Padding to use.
setPaddingType(PaddingType) - Method in class adams.data.filter.AbstractFastWavelet
Sets the padding type.
setPaddingType(PaddingType) - Method in class adams.data.filter.AbstractFFT
Sets the padding type.
setPage(Component) - Method in class adams.gui.core.MultiPagePane.PageContainer
Sets the page.
setPageAt(int, MultiPagePane.PageContainer) - Method in class adams.gui.core.MultiPagePane
Sets the container at the specified index.
setPageAt(int, Component) - Method in class adams.gui.core.MultiPagePane
Sets the page at the specified index.
setPageBreakAfter(boolean) - Method in class adams.flow.transformer.pdfproclet.AbstractPdfProcletWithPageBreaks
Whether to add a page break after the file is inserted.
setPageBreakAfter(boolean) - Method in class adams.flow.transformer.pdfproclet.FixedText
Whether to add a page break after the file is inserted.
setPageBreakAfter(boolean) - Method in class adams.flow.transformer.pdfproclet.Headline
Whether to add a page break after the file is inserted.
setPageBreakAfter(boolean) - Method in class adams.flow.transformer.pdfproclet.MetaHeadline
Whether to add a page break after the file is inserted.
setPageBreakAfter(boolean) - Method in interface adams.flow.transformer.pdfproclet.PdfProcletWithPageBreaks
Whether to add a page break after the file is inserted.
setPageBreakBefore(boolean) - Method in class adams.flow.transformer.pdfproclet.AbstractPdfProcletWithPageBreaks
Whether to add a page break before the file is inserted.
setPageBreakBefore(boolean) - Method in class adams.flow.transformer.pdfproclet.FixedText
Whether to add a page break before the file is inserted.
setPageBreakBefore(boolean) - Method in class adams.flow.transformer.pdfproclet.Headline
Whether to add a page break before the file is inserted.
setPageBreakBefore(boolean) - Method in class adams.flow.transformer.pdfproclet.MetaHeadline
Whether to add a page break before the file is inserted.
setPageBreakBefore(boolean) - Method in interface adams.flow.transformer.pdfproclet.PdfProcletWithPageBreaks
Whether to add a page break before the file is inserted.
setPageCheck(PageCheck) - Method in class adams.gui.wizard.AbstractWizardPage
Sets the page check instance to use.
setPageCloseApprover(MultiPagePane.PageCloseApprover) - Method in class adams.gui.core.MultiPagePane
Sets the approver for closing pages.
setPageIcon(String) - Method in interface adams.gui.core.MultiPageIconSupporter
Sets the page icon.
setPageIcon(String) - Method in class adams.gui.flow.FlowPanel
Sets the page icon.
setPageIndex(Index) - Method in class adams.flow.transformer.PDFInfo
Sets the page index to use for page specific information.
setPageName(String) - Method in class adams.gui.wizard.AbstractWizardPage
Sets the page name.
setPageOrientation(PageOrientation) - Method in class adams.flow.source.PDFNewDocument
Sets the page orientation.
setPageOrientation(PageOrientation) - Method in class adams.flow.transformer.PDFCreate
Sets the page orientation.
setPageOrientation(PageOrientation) - Method in class adams.flow.transformer.pdfgenerate.Proclets
Sets the page orientation.
setPageOrientation(PageOrientation) - Method in class adams.flow.transformer.pdfproclet.PDFGenerator
Sets the page orientation.
setPageOrientation(PageOrientation) - Method in class adams.gui.visualization.multiobjectexport.PDFExport
Sets the page orientation.
setPages(Range) - Method in class adams.flow.transformer.pdfstamp.AbstractPageRangeStamper
Sets the page range.
setPages(UnorderedRange) - Method in class adams.flow.transformer.PDFExtract
Sets the page range.
setPages(UnorderedRange) - Method in class adams.flow.transformer.PDFExtractText
Sets the page range.
setPages(UnorderedRange) - Method in class adams.flow.transformer.PDFRenderPages
Sets the page range.
setPageSegmentation(TesseractPageSegmentation) - Method in class adams.flow.transformer.TesseractOCR
Sets the page segmentation to use.
setPageSize(PageSize) - Method in class adams.flow.source.PDFNewDocument
Sets the page size.
setPageSize(PageSize) - Method in class adams.flow.transformer.PDFCreate
Sets the page size.
setPageSize(PageSize) - Method in class adams.flow.transformer.pdfgenerate.Proclets
Sets the page size.
setPageSize(PageSize) - Method in class adams.flow.transformer.pdfproclet.PDFGenerator
Sets the page size.
setPageSize(PageSize) - Method in class adams.gui.visualization.multiobjectexport.PDFExport
Sets the page size.
setPaint(Paint) - Method in class adams.gui.print.PostscriptGraphics
 
setPaintAll(boolean) - Method in class adams.gui.visualization.sequence.BarPaintlet
Sets whether to draw markers or not.
setPaintAll(boolean) - Method in class adams.gui.visualization.sequence.LinePaintlet
Sets whether to draw markers or not.
setPaintAll(boolean) - Method in class adams.gui.visualization.sequence.StickPaintlet
Sets whether to draw markers or not.
setPaintGhost(boolean) - Method in class adams.gui.core.DragAndDropTabbedPane
 
setPaintlet(DataPoolPaintlet) - Method in class adams.flow.sink.Canvas
Sets the paintlet to use for plotting the data.
setPaintlet(AbstractControlChartPaintlet) - Method in class adams.flow.sink.ControlChartPlot
Sets the paintlet to use.
setPaintlet(AbstractErrorPaintlet) - Method in class adams.flow.sink.sequenceplotter.ByNameErrorPaintlet
Sets the actual paintlet to use.
setPaintlet(AbstractMarkerPaintlet) - Method in class adams.flow.sink.sequenceplotter.ByNameMarkerPaintlet
Sets the actual paintlet to use.
setPaintlet(AbstractInstancePaintlet) - Method in class adams.flow.sink.WekaInstanceViewer
Sets the paintlet to use.
setPaintlet(PaintletWithCustomDataSupport) - Method in class adams.gui.visualization.sequence.MathExpressionOverlayPaintlet
Sets the paintlet to use for painting the generated data points.
setPaintlet(XYSequencePaintlet) - Method in class adams.flow.sink.SequencePlotter
Sets the paintlet to use.
setPaintlet(XYSequencePaintlet) - Method in class adams.flow.sink.SimplePlot
Sets the paintlet to use.
setPaintlet(XYSequencePaintlet) - Method in class adams.gui.tools.spreadsheetviewer.chart.GenericPlot
Sets the paintlet to use.
setPaintlet(XYSequencePaintlet) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.PredictionTrend
Sets the paintlet to use for the plot.
setPaintlet(XYSequencePaintlet) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.SamplePlot
Sets the paintlet to use.
setPaintlet(XYSequencePaintlet) - Method in class adams.gui.visualization.sequence.ByNamePaintlet
Sets the actual paintlet to use.
setPaintlet(XYSequencePaintlet) - Method in interface adams.gui.visualization.sequence.MetaXYSequencePaintlet
Sets the actual paintlet to use.
setPaintlet(XYSequencePaintlet) - Method in class adams.gui.visualization.sequence.PaintletWithFixedXRange
Sets the actual paintlet to use.
setPaintlet(XYSequencePaintlet) - Method in class adams.gui.visualization.sequence.PaintletWithFixedYRange
Sets the actual paintlet to use.
setPaintlet(AbstractSpreadSheetRowPaintlet) - Method in class adams.flow.sink.SpreadSheetRowViewer
Sets the paintlet to use.
setPaintlet(AbstractScatterPlotPaintlet) - Method in class adams.flow.sink.MatrixPlot
Sets the paintlet for each scatter plot
setPaintlet(AbstractScatterPlotPaintlet) - Method in class adams.flow.sink.ScatterDisplay
Set the paintlet to draw the data points with
setPaintlet(AbstractScatterPlotPaintlet) - Method in class adams.gui.visualization.stats.scatterplot.AbstractScatterPlot
Set the paintlet for dawing the data
setPaintlet(AbstractScatterPlotPaintlet) - Method in class adams.gui.visualization.stats.scatterplot.Matrix
Set the paintlet used for plotting the data on each scatter plot
setPaintlet(AbstractScatterPlotPaintlet) - Method in class adams.gui.visualization.stats.scatterplot.ScatterPlot
Set the paintlet to use initially to plot the data
setPaintlet(AbstractZScorePaintlet) - Method in class adams.flow.sink.ZScoreDisplay
Setbefore regular expression if this is provide the paintlet to be used for displaying the data
setPaintlet(AbstractZScorePaintlet) - Method in class adams.gui.visualization.stats.zscore.ZScore
Set the paintlet to be used when plotting the data
setPaintlet(HistogramPaintlet) - Method in class adams.gui.visualization.stats.histogram.HistogramOptions
Set the paintlet for plotting the histogram
setPaintlet(VsFitPaintlet) - Method in class adams.gui.visualization.stats.fourinone.VersusFitOptions
Set the paintlet for plotting the versus fit
setPaintlet(VsOrderPaintlet) - Method in class adams.gui.visualization.stats.fourinone.VersusOrderOptions
Set the paintlet for the versus order plot
setPaintlet(AbstractTimeseriesPaintlet) - Method in class adams.flow.sink.TimeseriesDisplay
Sets the paintlet to use.
setPaintlet(AbstractTimeseriesPaintlet) - Method in class adams.gui.visualization.timeseries.PaintletWithFixedXRange
Sets the actual paintlet to use.
setPaintlet(AbstractTimeseriesPaintlet) - Method in class adams.gui.visualization.timeseries.PaintletWithFixedYRange
Sets the actual paintlet to use.
setPaintMode() - Method in class adams.gui.print.PostscriptGraphics
Not implemented
setPaintScrollArea(boolean) - Method in class adams.gui.core.DragAndDropTabbedPane
 
setPanel(PixelSelectorPanel) - Method in class adams.flow.transformer.pixelselector.AbstractPixelSelectorAction
Stores the panel in the action.
setPanel(BasePanel) - Method in class adams.flow.sink.DisplayPanelManager.DisplayPanelHistoryPanel
Sets the panel to display the results in.
setPanel(BasePanel) - Method in class adams.gui.workspace.AbstractWorkspaceListPanel
Sets the panel to display the results in.
setPanel(BasePanel) - Method in class weka.gui.explorer.ExplorerEntryPanel
Sets the panel to display the results in.
setPanel(PaintablePanel) - Method in class adams.flow.sink.sequenceplotter.ByNameErrorPaintlet
Sets the spectrum panel to use, null to disable painting.
setPanel(PaintablePanel) - Method in class adams.flow.sink.sequenceplotter.ByNameMarkerPaintlet
Sets the spectrum panel to use, null to disable painting.
setPanel(PaintablePanel) - Method in class adams.gui.visualization.core.AbstractMouseMovementTracker
Sets the panel to use, null to disable painting.
setPanel(PaintablePanel) - Method in class adams.gui.visualization.core.AbstractPaintlet
Sets the panel to use, null to disable painting.
setPanel(PaintablePanel) - Method in interface adams.gui.visualization.core.MouseMovementTracker
Sets the spectrum panel to use, null to disable painting.
setPanel(PaintablePanel) - Method in class adams.gui.visualization.core.MultiPaintlet
Sets the panel to use, null to disable painting.
setPanel(PaintablePanel) - Method in interface adams.gui.visualization.core.Paintlet
Sets the spectrum panel to use, null to disable painting.
setPanel(PaintablePanel) - Method in class adams.gui.visualization.report.ReportDateFieldPaintlet
Sets the panel to use, null to disable painting.
setPanel(PaintablePanel) - Method in class adams.gui.visualization.report.ReportDateFieldRangePaintlet
Sets the panel to use, null to disable painting.
setPanel(PaintablePanel) - Method in class adams.gui.visualization.sequence.AbstractXYSequencePaintlet
Sets the panel to use, null to disable painting.
setPanel(PaintablePanel) - Method in class adams.gui.visualization.sequence.ByNamePaintlet
Sets the spectrum panel to use, null to disable painting.
setPanel(PaintablePanel) - Method in class adams.gui.visualization.sequence.MultiPaintlet
Sets the panel to use, null to disable painting.
setPanel(PaintablePanel) - Method in class adams.gui.visualization.sequence.PaintletWithFixedXRange
Sets the spectrum panel to use, null to disable painting.
setPanel(PaintablePanel) - Method in class adams.gui.visualization.sequence.PaintletWithFixedYRange
Sets the spectrum panel to use, null to disable painting.
setPanel(PaintablePanel) - Method in class adams.gui.visualization.timeseries.PaintletWithFixedXRange
Sets the spectrum panel to use, null to disable painting.
setPanel(PaintablePanel) - Method in class adams.gui.visualization.timeseries.PaintletWithFixedYRange
Sets the spectrum panel to use, null to disable painting.
setPanel(PaintablePanel, boolean) - Method in class adams.gui.visualization.core.AbstractPaintlet
Sets the panel to use, null to disable painting.
setPanel(PaintablePanel, boolean) - Method in interface adams.gui.visualization.core.Paintlet
Sets the spectrum panel to use, null to disable painting.
setPanel(ImagePanel) - Method in class adams.gui.visualization.image.paintlet.AbstractPaintlet
Sets the panel to use, null to disable painting.
setPanel(ImagePanel) - Method in interface adams.gui.visualization.image.paintlet.Paintlet
Sets the image panel to use, null to disable painting.
setPanel(ImagePanel, boolean) - Method in class adams.gui.visualization.image.paintlet.AbstractPaintlet
Sets the panel to use, null to disable painting.
setPanel(ImagePanel, boolean) - Method in interface adams.gui.visualization.image.paintlet.Paintlet
Sets the image panel to use, null to disable painting.
setPanelHeight(int) - Method in class adams.flow.sink.ArrayDisplay
Sets the height of the individual panels.
setPanelHeight(int) - Method in class adams.flow.sink.DisplayPanelGrid
Sets the height of the individual panels.
setPanelProvider(DisplayPanelProvider) - Method in class adams.flow.control.Inspect
Sets the panel provider to use for generating the panels.
setPanelProvider(DisplayPanelProvider) - Method in class adams.flow.sink.ArrayDisplay
Sets the panel provider to use for generating the sub-panels.
setPanelProvider(DisplayPanelProvider) - Method in class adams.flow.sink.DisplayPanelGrid
Sets the panel provider to use for generating the panels.
setPanelProvider(DisplayPanelProvider) - Method in class adams.flow.sink.DisplayPanelManager
Sets the panel provider to use for generating the panels.
setPanelProvider(DisplayPanelProvider) - Method in class adams.flow.sink.Screenshot
Sets the panel provider to use for generating the panels.
setPanelVisible(JPanel, String, boolean) - Method in class adams.flow.execution.debug.ControlPanel
Sets the visibility of a panel in the tabbed pane.
setPanelWidth(int) - Method in class adams.flow.sink.ArrayDisplay
Sets the width of the individual panels.
setPanelWidth(int) - Method in class adams.flow.sink.DisplayPanelGrid
Sets the width of the individual panels.
setPanningEnabled(boolean) - Method in class adams.gui.visualization.core.plot.ContentPanel
Sets whether panning is enabled or not.
setPanningEnabled(boolean) - Method in class adams.gui.visualization.core.PlotPanel
Sets whether panning is enabled or not.
setParameter(String, Object) - Method in class adams.gui.scripting.AbstractScriptlet
Sets the parameter and the associated value.
setParameter(String, String) - Method in class adams.db.ConnectionParameters
Sets the parameter for the specified key.
setParameters(BaseKeyValuePair[]) - Method in class adams.flow.source.HttpRequest
Sets the form parameters for the request.
setParameters(AbstractParameter[]) - Method in class adams.flow.source.AbstractWekaSetupGenerator
Sets the setup parameters.
setParams(Hashtable<AbstractField, Object>) - Method in class adams.data.report.Report
Set the parameters.
setParent(DataContainer) - Method in class adams.data.container.AbstractDataPoint
Sets the spectrum this point belongs to.
setParent(DataContainer) - Method in interface adams.data.container.DataPoint
Sets the container this point belongs to.
setParent(Actor) - Method in class adams.flow.control.AbstractControlActor
Sets the parent of this actor, e.g., the group it belongs to.
setParent(Actor) - Method in class adams.flow.core.AbstractActor
Sets the parent of this actor, e.g., the group it belongs to.
setParent(Actor) - Method in class adams.flow.core.AbstractExternalActor
Sets the parent of this actor, e.g., the group it belongs to.
setParent(Actor) - Method in interface adams.flow.core.Actor
Sets the parent of this actor, e.g., the group it belongs to.
setParent(Actor) - Method in class adams.flow.standalone.AbstractStandaloneGroup
Sets the parent of this actor, e.g., the group it belongs to.
setParent(Actor) - Method in class adams.parser.actorsuggestion.Parser
Sets the parent of the proposed actor.
setParent(Actor) - Method in class adams.parser.ActorSuggestion
Sets the parent to use.
setParent(Actor) - Method in class adams.parser.ActorTemplateSuggestion
Sets the parent to use.
setParent(Actor) - Method in class adams.parser.externalactorsuggestion.Parser
Sets the parent of the proposed actor.
setParent(Actor) - Method in class adams.parser.ExternalActorSuggestion
Sets the parent to use.
setParent(Actor) - Method in class adams.parser.templatesuggestion.Parser
Sets the parent of the proposed template.
setParent(AbstractAxisModel) - Method in class adams.gui.visualization.core.axis.AbstractTickGenerator
Sets the owning axis model.
setParent(AbstractAxisModel) - Method in interface adams.gui.visualization.core.axis.TickGenerator
Sets the owning axis model.
setParent(AxisPanel) - Method in class adams.gui.visualization.core.axis.AbstractAxisModel
Sets the owning axis panel.
setParent(AbstractScatterPlot) - Method in class adams.gui.visualization.stats.scatterplot.AbstractScatterPlotOverlay
Set the scatterplot that this overlay is being drawn on.
setParent(ZScore) - Method in class adams.gui.visualization.stats.zscore.AbstractZScoreOverlay
set the parent for the overlay
setParentComponent(Component) - Method in class adams.flow.control.Flow
Sets the use for interactive actors.
setParentComponentActor(CallableActorReference) - Method in interface adams.flow.core.InteractiveActorWithCustomParentComponent
Sets the (optional) callable actor to use as parent component instead of the flow panel.
setParentComponentActor(CallableActorReference) - Method in class adams.flow.source.AbstractInteractiveSource
Sets the (optional) callable actor to use as parent component instead of the flow panel.
setParentComponentActor(CallableActorReference) - Method in class adams.flow.source.SelectFile
Sets the (optional) callable actor to use as parent component instead of the flow panel.
setParentComponentActor(CallableActorReference) - Method in class adams.flow.source.WekaSelectDataset
Sets the (optional) callable actor to use as parent component instead of the flow panel.
setParentComponentActor(CallableActorReference) - Method in class adams.flow.transformer.AbstractInteractiveTransformer
Sets the (optional) callable actor to use as parent component instead of the flow panel.
setParentNode(Node) - Method in class adams.parser.actorsuggestion.Parser
Sets the parent node of the proposed actor.
setParentNode(Node) - Method in class adams.parser.ActorSuggestion
Sets the parent node to use.
setParentNode(Node) - Method in class adams.parser.externalactorsuggestion.Parser
Sets the parent node of the proposed actor.
setParentNode(Node) - Method in class adams.parser.ExternalActorSuggestion
Sets the parent node to use.
setParentTitle(String) - Method in class adams.gui.core.BasePanel
Sets the new title for the parent.
setParentTitle(String) - Method in class weka.gui.explorer.ExplorerExt
Sets the new title for the parent.
setParseFormulas(boolean) - Method in class adams.data.io.input.CsvSpreadSheetReader
Sets whether to parse formula-like cells.
setPartial(boolean) - Method in class adams.data.image.transformer.subimages.AbstractSubImagesGenerator
Sets whether to include partial hits.
setPartial(boolean) - Method in class adams.data.objectfinder.ObjectsInPolygon
Sets whether to include partial hits.
setPartial(boolean) - Method in class adams.data.objectfinder.ObjectsInRegion
Sets whether to include partial hits.
setPartial(boolean) - Method in class adams.flow.source.RSync
 
setPartialCounts(boolean) - Method in class adams.flow.transformer.CountObjectsInPolygon
Sets whether to include partial hits.
setPartialCounts(boolean) - Method in class adams.flow.transformer.CountObjectsInRegion
Sets whether to include partial hits.
setPartialDir(String) - Method in class adams.flow.source.RSync
 
setPassword(BasePassword) - Method in class adams.core.io.lister.FtpDirectoryLister
Sets the FTP password to use.
setPassword(BasePassword) - Method in class adams.core.io.lister.SftpDirectoryLister
Sets the SSH password to use.
setPassword(BasePassword) - Method in class adams.core.io.lister.SmbDirectoryLister
Sets the SMB password to use.
setPassword(BasePassword) - Method in class adams.core.option.DatabaseActorExecutionClassProducer
Sets the database password.
setPassword(BasePassword) - Method in interface adams.core.PasswordSupporter
Sets the password.
setPassword(BasePassword) - Method in class adams.db.AbstractDatabaseConnection
Sets the database password to use (only if not connected).
setPassword(BasePassword) - Method in class adams.db.AbstractDatabaseObjectWithOptionHandling
Sets the password of the database user.
setPassword(BasePassword) - Method in interface adams.db.DatabaseConnectionParameterHandler
Sets the database password to use (only if not connected).
setPassword(BasePassword) - Method in class adams.flow.sink.WekaDatabaseWriter
Sets the database password.
setPassword(BasePassword) - Method in class adams.flow.source.WekaDatabaseReader
Sets the database password.
setPassword(BasePassword) - Method in class adams.flow.standalone.AbstractDatabaseConnection
Sets the database password.
setPassword(BasePassword) - Method in class adams.flow.standalone.FTPConnection
Sets the FTP password to use.
setPassword(BasePassword) - Method in class adams.flow.standalone.SMBConnection
Sets the SMB password to use.
setPassword(BasePassword) - Method in class adams.flow.standalone.SMTPConnection
Sets the SMTP password to use.
setPassword(BasePassword) - Method in class adams.flow.standalone.SSHConnection
Sets the SSH password to use.
setPassword(BasePassword) - Method in class adams.gui.chooser.FtpRemoteDirectorySetup
Sets the FTP password to use.
setPassword(BasePassword) - Method in class adams.gui.chooser.SftpRemoteDirectorySetup
Sets the SSH password to use.
setPassword(BasePassword) - Method in class adams.gui.chooser.SmbRemoteDirectorySetup
Sets the SMB password to use.
setPassword(BasePassword) - Method in class adams.gui.dialog.PasswordDialog
Sets the initial password to display.
setPassword(BasePassword) - Method in class adams.run.RunDatabaseScheme
Sets the password of the database user.
setPassword(BasePassword) - Method in class adams.scripting.connection.AbstractSSHConnection
Sets the SSH password to use.
setPassword(BasePassword) - Method in class adams.scripting.connection.FTPConnection
Sets the FTP password to use.
setPassword(PlaceholderFile) - Method in class adams.tools.ZipPassword
Sets the file for outputting the password.
setPassword(String, BasePassword) - Method in class adams.core.Properties
Stores the password as 64-bit encoded string under the specified property key.
setPassword(Proxy.Type, BasePassword) - Method in class adams.core.net.ProxyHelper
Sets the proxy password.
setPasswordFile(String) - Method in class adams.flow.source.RSync
 
setPath(JsonPathExpression) - Method in class adams.flow.transformer.DeleteJsonValue
Sets the path (or simple key if not starting with $) of the value(s).
setPath(JsonPathExpression) - Method in class adams.flow.transformer.GetJsonValue
Sets the path (or simple key if not starting with $) of the value(s).
setPath(JsonPathExpression) - Method in class adams.flow.transformer.SetJsonValue
Sets the path (or simple key if not starting with $) of the value(s).
setPath(ActorPath) - Method in class adams.flow.execution.debug.PathBreakpoint
Sets the full actor path to listen for.
setPath(ActorPath) - Method in class adams.flow.source.SpecifiedActor
Sets the path of the actor to output.
setPath(String) - Method in class adams.flow.transformer.GetObjectProperty
Sets the path of the object to obtain.
setPath(String, String) - Method in class adams.core.Properties
Sets the path value.
setPathSeparator(String) - Method in class adams.data.conversion.DOMToProperties
Sets the separator in use.
setPayload(Comparable) - Method in class adams.gui.visualization.container.AbstractContainer
Sets the payload.
setPayload(Object) - Method in class adams.flow.core.NullToken
Ignores any payload.
setPayload(Object) - Method in class adams.flow.core.Token
Sets the payload.
setPayload(String, Object) - Method in class adams.gui.core.AbstractNamedHistoryPanel
Set the payload for the specified entry.
setPct(int) - Method in class weka.classifiers.meta.AbstainLeastMedianSq
 
setPct(int) - Method in class weka.classifiers.meta.LeastMedianSq
 
setPercent(double) - Method in class adams.flow.transformer.wekaevaluationpostprocessor.RemoveWorst
Sets the percentage to remove.
setPercent(int) - Method in class adams.flow.sink.MatrixPlot
Set the percent of the instances for each attribute to work with
setPercent(int) - Method in class adams.gui.visualization.stats.scatterplot.Matrix
Set the value to use for the percent subsample
setPercentage(boolean) - Method in class adams.gui.visualization.core.HorizontalIndicatorPaintlet
Sets whether the y-value represents a percentage (0-1) instead of an absolute value.
setPercentage(double) - Method in class adams.data.splitgenerator.generic.splitter.DefaultSplitter
Sets the split percentage.
setPercentage(double) - Method in interface adams.data.splitgenerator.RandomSplitGenerator
Sets the split percentage.
setPercentage(double) - Method in class adams.flow.transformer.arraysubsetgeneration.Percentage
Sets the percentage to pick.
setPercentage(double) - Method in class adams.flow.transformer.arraysubsetgeneration.SimplePercentage
Sets the percentage to pick.
setPercentage(double) - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesGroupedRandomSplitGenerator
Sets the split percentage.
setPercentage(double) - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesRandomSplitGenerator
Sets the split percentage.
setPercentage(double) - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.SpreadSheetRandomSplitGenerator
Sets the split percentage.
setPercentage(double) - Method in class adams.flow.transformer.preparefilebaseddataset.TrainTestSplit
Sets the split percentage.
setPercentage(double) - Method in class adams.flow.transformer.WekaBootstrapping
Sets the percentage (0-1).
setPercentage(double) - Method in class adams.flow.transformer.WekaRandomSplit
Sets the percentage (0-1).
setPercentage(double) - Method in class adams.gui.tools.wekamultiexperimenter.experiment.TrainTestSplitExperiment
Sets the split percentage.
setPercentage(double) - Method in class adams.ml.evaluation.DefaultRandomSplitGenerator
Sets the split percentage.
setPercentage(double) - Method in class weka.classifiers.BestBinnedNumericClassRandomSplitGenerator
Sets the split percentage.
setPercentage(double) - Method in class weka.classifiers.BinnedNumericClassRandomSplitGenerator
Sets the split percentage.
setPercentage(double) - Method in class weka.classifiers.DefaultRandomSplitGenerator
Sets the split percentage.
setPercentage(double) - Method in class weka.classifiers.GroupedBinnedNumericClassRandomSplitGenerator
Sets the split percentage.
setPercentage(double) - Method in class weka.classifiers.GroupedRandomSplitGenerator
Sets the split percentage.
setPercentage(double) - Method in interface weka.classifiers.RandomSplitGenerator
Sets the split percentage.
setPercentile(double) - Method in class adams.data.spreadsheet.colstatistic.Percentile
Sets the percentile to use.
setPercentile(double) - Method in class adams.data.spreadsheet.rowstatistic.Percentile
Sets the percentile to use.
setPercentile(double) - Method in class adams.data.statistics.ArrayPercentile
Sets the percentile to calculate.
setPercentile(double) - Method in class adams.gui.visualization.sequence.PercentileOverlayPaintlet
Sets the percentile to use.
setPercentile(double) - Method in class weka.classifiers.meta.AbstainAttributePercentile
 
setPercentiles(BaseDouble[]) - Method in class adams.flow.transformer.WekaBootstrapping
Sets the percentiles to calculate for the errors.
setPerformLazySetup(boolean) - Method in interface adams.flow.core.LazySetupSupporter
Sets whether to perform a lazy setup, ie when first executed.
setPeriodicity(PeriodicityType) - Method in class adams.gui.visualization.core.axis.PeriodicityTickGenerator
Sets the type of periodicity to use.
setPeriodicity(PeriodicityType) - Method in class adams.gui.visualization.timeseries.DefaultTimeseriesXAxisPanelOptions
Sets the type of periodicity to use for the background.
setPeriodicity(PeriodicityType) - Method in class adams.gui.visualization.timeseries.PeriodicityPaintlet
Sets the type of periodicity to use.
setPeriodicity(AbstractForecasterGenerator) - Method in class adams.flow.source.wekaforecastersetup.BaselineAdjustedForecasterGenerator
Sets the forecaster generator for the periodicity data.
setPeriodicity(AbstractForecaster) - Method in class weka.classifiers.timeseries.BaselineAdjustedForecaster
Sets the forecaster to use for the periodicity.
setPermissionHandler(PermissionHandler) - Method in class adams.flow.transformer.ExecuteRemoteCommand
Sets the permission handler to use.
setPermissionHandler(PermissionHandler) - Method in class adams.scripting.engine.AbstractScriptingEngine
Sets the permission handler to use.
setPermissionHandler(PermissionHandler) - Method in interface adams.scripting.engine.RemoteScriptingEngine
Sets the permission handler to use.
setPerms(boolean) - Method in class adams.flow.source.RSync
 
setPerms(boolean) - Method in class adams.flow.source.SimpleRSync
 
setPhone(String) - Method in class adams.core.net.EmailContact
Sets the phone.
setPID(long) - Method in class adams.flow.control.JMap
Sets the PID to monitor.
setPip(PlaceholderFile) - Method in class adams.flow.standalone.PythonEnvironment
Sets the pip executable, uses one on path if pointing to directory.
setPixelOffset(int) - Method in class adams.gui.visualization.core.axis.AbstractAxisModel
Sets the pixel offset due to panning.
setPixelOffset(int) - Method in class adams.gui.visualization.core.AxisPanel
Sets the pixel offset due to panning.
setPixelPosition(Point) - Method in class adams.flow.transformer.pixelselector.AbstractPixelSelectorAction
Stores the pixel position in the action.
setPixelType(Pixels.PixelType) - Method in class adams.data.image.features.PixelClassifications
Sets the type of pixel to output.
setPixelType(Pixels.PixelType) - Method in class adams.data.image.features.Pixels
Sets the type of pixel to output.
setPlaceholder(String) - Method in class adams.data.conversion.SpreadSheetInsertCellLocation
Sets the placeholder to replace with the cell location in the string passing through.
setPlaceholder(String) - Method in class adams.data.conversion.SpreadSheetInsertColumnPosition
Sets the placeholder to replace with the cell location in the string passing through.
setPlaceholdersColor(String) - Method in class adams.gui.flow.tree.Tree
Sets the HTML color string for the placeholders.
setPlaceholdersSize(String) - Method in class adams.gui.flow.tree.Tree
Sets the HTML font tag size string for the quick info.
setPlotColor(Color) - Method in class adams.flow.sink.JFreeChartFileWriter
Sets the color for the plot.
setPlotColor(Color) - Method in class adams.flow.sink.JFreeChartPlot
Sets the color for the plot.
setPlotColor(Color) - Method in class adams.gui.tools.spreadsheetviewer.chart.JFreeChart
Sets the color for the plot.
setPlotColumns(String) - Method in class adams.flow.transformer.plotgenerator.AndrewsCurvesGenerator
Sets the column range to use in the curves.
setPlotColumns(String) - Method in class adams.flow.transformer.plotgenerator.SimplePlotGenerator
Sets the column range to use in the plot.
setPlotColumns(String) - Method in class adams.flow.transformer.plotgenerator.XYPlotGenerator
Sets the column range to use in the plot.
SetPlotContainerValue - Class in adams.flow.transformer
Updates a value of a plot container before it is being displayed in the SequencePlotter sink.
SetPlotContainerValue() - Constructor for class adams.flow.transformer.SetPlotContainerValue
 
setPlotName(String) - Method in class adams.flow.sink.ActualVsPredictedPlot
Sets the (optional) name for the plot.
setPlotName(String) - Method in class adams.flow.transformer.MakePlotContainer
Sets the plot name.
setPlotName(String) - Method in class adams.flow.transformer.WekaAccumulatedError
Sets the plot name.
setPlotNameRange(String) - Method in class adams.flow.transformer.plotgenerator.AbstractPlotGenerator
Sets the column range to use generating the plot name.
setPlotNames(String) - Method in class adams.flow.transformer.MakeForecastPlotContainer
Sets the plot names (comma-separated list).
setPlotNameSeparator(String) - Method in class adams.flow.transformer.plotgenerator.AbstractPlotGenerator
Sets the separator to use when constructing the plot name from cell values.
setPlotNameSuffix(String) - Method in class adams.flow.control.plotprocessor.AbstractPlotProcessor
Sets the suffix for the plot name.
setPlotSize(int) - Method in class adams.flow.sink.MatrixPlot
Set the size of each scatter plot
setPlotSize(int) - Method in class adams.gui.visualization.stats.scatterplot.Matrix
Set the size of each of the scatter plots
setPlotSubset(LocatedObject) - Method in class adams.gui.visualization.object.objectannotations.outline.PolygonVertices
Sets the object to limit the plotting to.
setPlotSubset(LocatedObject) - Method in class adams.gui.visualization.object.objectannotations.outline.RectangleVertices
Sets the object to limit the plotting to.
setPlotSubset(LocatedObject) - Method in interface adams.gui.visualization.object.objectannotations.outline.SubsetPlotSupporter
Sets the object to limit the plotting to.
setPlotSubset(LocatedObject[]) - Method in class adams.gui.visualization.object.objectannotations.outline.PolygonVertices
Sets the objects to limit the plotting to.
setPlotSubset(LocatedObject[]) - Method in class adams.gui.visualization.object.objectannotations.outline.RectangleVertices
Sets the objects to limit the plotting to.
setPlotSubset(LocatedObject[]) - Method in interface adams.gui.visualization.object.objectannotations.outline.SubsetPlotSupporter
Sets the objects to limit the plotting to.
setPlotSubset(List<LocatedObject>) - Method in class adams.gui.visualization.object.objectannotations.outline.PolygonVertices
Sets the objects to limit the plotting to.
setPlotSubset(List<LocatedObject>) - Method in class adams.gui.visualization.object.objectannotations.outline.RectangleVertices
Sets the objects to limit the plotting to.
setPlotSubset(List<LocatedObject>) - Method in interface adams.gui.visualization.object.objectannotations.outline.SubsetPlotSupporter
Sets the objects to limit the plotting to.
setPlotters(LabelPlotter[]) - Method in class adams.gui.visualization.object.objectannotations.label.MultiLabelPlotter
Sets the plotters to use.
setPlotters(OutlinePlotter[]) - Method in class adams.gui.visualization.object.objectannotations.outline.MultiOutlinePlotter
Sets the plotters to use.
setPlotters(ShapePlotter[]) - Method in class adams.gui.visualization.object.objectannotations.shape.MultiShapePlotter
Sets the plotters to use.
setPlotType(SimpleErrorPaintlet.PlotType) - Method in class adams.flow.sink.sequenceplotter.SimpleErrorPaintlet
Sets the type of plot.
setPlotType(ScatterPlot.PlotType) - Method in class adams.gui.tools.spreadsheetviewer.chart.ScatterPlot
Sets the plot type.
setPlotUpdater(AbstractPlotUpdater) - Method in class adams.flow.sink.SequencePlotter
Sets the plot updater to use.
setPlotUpdater(AbstractPlotUpdater) - Method in class adams.flow.sink.TimeseriesDisplay
Sets the plot updater to use.
setPlotUpdater(T) - Method in interface adams.flow.core.DataPlotUpdaterHandler
Sets the plot updater to use.
setPLS(int) - Method in class weka.classifiers.trees.RandomRegressionForest
Sets the number of PLS components to generate.
setPoint(TimeseriesPoint) - Method in class adams.gui.visualization.timeseries.SelectedTimestampPaintlet
Sets the point to highlight, automatically repaints the panel.
setPoint(Point) - Method in class adams.gui.core.DragAndDropTabbedPane.GhostGlassPane
 
setPointPreprocessor(PointPreprocessor) - Method in class adams.flow.sink.sequenceplotter.AbstractErrorPaintlet
Sets the point preprocessor to use.
setPointPreprocessor(PointPreprocessor) - Method in class adams.gui.visualization.sequence.AbstractXYSequencePaintlet
Sets the point preprocessor to use.
setPointPreprocessor(PointPreprocessor) - Method in interface adams.gui.visualization.sequence.PaintletWithOptionalPointPreprocessor
Sets the point preprocessor to use.
setPolygon(Polygon) - Method in class adams.flow.transformer.locateobjects.LocatedObject
Stores the polygon in the meta-data.
setPolygon(Polygon) - Method in class adams.flow.transformer.locateobjects.LocatedObject
Stores the JTS polygon in the meta-data.
setPolygonBounds(boolean) - Method in class adams.flow.transformer.draw.ObjectLocationsFromReport
Sets whether to draw the polygon bounds.
setPolygonBounds(boolean) - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
Sets whether to draw the polygon bounds.
setPolygonBounds(boolean) - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
Sets whether to draw the polygon bounds.
setPolygonBounds(boolean) - Method in class adams.gui.visualization.image.ObjectLocationsOverlayFromReport
Sets whether to draw the polygon bounds.
setPolygonBounds(boolean) - Method in class adams.gui.visualization.object.overlay.ObjectLocationsOverlayFromReport
Sets whether to draw the polygon bounds.
setPolynomial(int) - Method in class adams.data.filter.TimeseriesChangeResolution
Sets the polynomial for interpolation.
setPolynomialOrder(int) - Method in class adams.data.baseline.AbstractSavitzkyGolayBased
Sets the polynomial order.
setPolynomialOrder(int) - Method in class adams.data.filter.AbstractSavitzkyGolay
Sets the polynomial order.
setPolynomialOrder(int) - Method in class adams.data.smoothing.AbstractSavitzkyGolayBased
Sets the polynomial order.
setPolynomialOrder(int) - Method in class adams.flow.control.plotprocessor.SavitzkyGolay
Sets the polynomial order.
setPolynomialOrder(int) - Method in class adams.ml.preprocessing.unsupervised.SavitzkyGolay
Sets the polynomial order.
setPolynomialOrder(int) - Method in class weka.filters.unsupervised.attribute.SavitzkyGolay
Sets the polynomial order.
setPolynomialOrder(int) - Method in class weka.filters.unsupervised.attribute.SavitzkyGolay2
Sets the polynomial order.
setPopupActions(String[]) - Method in class adams.gui.visualization.report.ReportFactory.Table
Sets the actions to use for the popup menu.
setPopupCustomizer(AbstractNamedHistoryPanel.PopupCustomizer) - Method in class adams.gui.core.AbstractNamedHistoryPanel
Sets the popup customizer to use.
setPopupCustomizer(MultiPagePane.PopupCustomizer) - Method in class adams.gui.core.MultiPagePane
Sets the popup customizer to use.
setPopupMenuCustomizer(AbstractChooserPanel.PopupMenuCustomizer) - Method in class adams.gui.chooser.AbstractChooserPanel
Sets the customizer.
setPopupMenuCustomizer(BaseStatusBar.PopupMenuCustomizer) - Method in class adams.gui.core.BaseStatusBar
Sets the popup menu customizer to use.
setPopupMenuCustomizer(PopupMenuCustomizer<DetachablePanel>) - Method in class adams.gui.core.DetachablePanel
Sets the popup customizer to use.
setPopupMenuCustomizer(PopupMenuCustomizer<TextEditorPanel>) - Method in class adams.gui.core.TextEditorPanel
Sets the customizer to use.
setPopupMenuCustomizer(PopupMenuCustomizer<TextEditorPanel>) - Method in class adams.gui.dialog.TextPanel
Sets the customizer to use.
setPopupMenuCustomizer(PopupMenuCustomizer) - Method in class adams.gui.dialog.MultiSpreadSheetDialog
Sets the popup menu customizer to use.
setPopupMenuCustomizer(PopupMenuCustomizer) - Method in class adams.gui.dialog.SpreadSheetDialog
Sets the popup menu customizer to use.
setPopupMenuCustomizer(PopupMenuCustomizer) - Method in class adams.gui.visualization.core.AxisPanel
Sets the class to customize the right-click popup menu.
setPopupMenuCustomizer(PopupMenuCustomizer) - Method in class adams.gui.visualization.core.plot.ContentPanel
Sets the class to customize the right-click popup menu.
setPopupMenuCustomizer(PopupMenuCustomizer) - Method in class adams.gui.visualization.core.PlotPanel
Sets the class to customize the right-click popup menu.
setPopupMenuCustomizer(PopupMenuCustomizer) - Method in class adams.gui.visualization.image.ImageViewerPanel
Sets the class to customize the right-click popup menu.
setPopupMenuCustomizer(PopupMenuCustomizer) - Method in class adams.gui.visualization.object.CanvasPanel
Sets the popup menu customizer to use.
setPopupMenuHandler(PopupMenuHandler) - Method in class adams.gui.core.dotnotationtree.DotNotationTree
Sets the popup menu (right-click) handler to use.
setPopupMenuSupplier(AbstractTableBasedSelectionPanel.SelectionPopupMenuSupplier) - Method in class adams.gui.selection.AbstractTableBasedSelectionPanel
Sets the popup menu supplier, if the user right-clicks on the table cells.
setPopupMenuSupplier(ContainerListPopupMenuSupplier<M, C>) - Method in class adams.gui.visualization.container.AbstractContainerList
Sets the popup menu supplier, if the user right-clicks on the table cells.
setPort(int) - Method in class adams.core.io.lister.SftpDirectoryLister
Sets the port to connect to.
setPort(int) - Method in class adams.core.logging.RemoteReceiveHandler
Sets the port to listen for data.
setPort(int) - Method in class adams.core.logging.RemoteSendHandler
Sets the port to send the logging data to.
setPort(int) - Method in class adams.flow.execution.RemoteFlowListener
Sets the port to listen on.
setPort(int) - Method in class adams.flow.source.RSync
 
setPort(int) - Method in class adams.flow.source.Socket
Sets the port to connect to.
setPort(int) - Method in class adams.flow.standalone.SMTPConnection
Sets the SMTP port to use.
setPort(int) - Method in class adams.flow.standalone.SSHConnection
Sets the port to connect to.
setPort(int) - Method in class adams.flow.websocket.server.EchoServerGenerator
Sets the port to connect to.
setPort(int) - Method in class adams.gui.chooser.SftpRemoteDirectorySetup
Sets the port to connect to.
setPort(int) - Method in class adams.gui.tools.SSHPanel
Sets the port to use.
setPort(int) - Method in class adams.gui.tools.TelnetPanel
Sets the port to use.
setPort(int) - Method in class adams.scripting.connection.AbstractSSHConnection
Sets the remote SSH port to connect to.
setPort(int) - Method in class adams.scripting.connection.DefaultConnection
Sets the port to send the command to.
setPort(int) - Method in class adams.scripting.engine.DefaultScriptingEngine
Sets the port to listen on.
setPort(Proxy.Type, int) - Method in class adams.core.net.ProxyHelper
Sets the HTTP port.
setPosition(int) - Method in class adams.parser.ActorSuggestion
The position to add the proposed actor at.
setPosition(int) - Method in class adams.parser.ActorTemplateSuggestion
The position to add the proposed actor at.
setPosition(int) - Method in class adams.parser.ExternalActorSuggestion
The position to add the proposed actor at.
setPosition(Index) - Method in class adams.flow.transformer.CollectionInsert
Sets the position where to insert the string.
setPosition(Index) - Method in class adams.flow.transformer.SpreadSheetCopyRows
Sets the position where to insert the rows.
setPosition(Index) - Method in class adams.flow.transformer.SpreadSheetInsertRow
Sets the position where to insert the string.
setPosition(Index) - Method in class adams.flow.transformer.StorageCollectionInsert
Sets the position where to insert the string.
setPosition(Index) - Method in class adams.flow.transformer.StringInsert
Sets the position where to insert the string.
setPosition(Range) - Method in class adams.flow.transformer.SpreadSheetRemoveRow
Sets the position of the rows to remove.
setPosition(SpreadSheetColumnIndex) - Method in class adams.data.conversion.SpreadSheetAddRowID
Sets the position where to insert the column.
setPosition(SpreadSheetColumnIndex) - Method in class adams.flow.transformer.SpreadSheetCopyColumns
Sets the position where to insert the columns.
setPosition(SpreadSheetColumnIndex) - Method in class adams.flow.transformer.SpreadSheetInsertColumn
Sets the position where to insert the column.
setPosition(SpreadSheetColumnIndex) - Method in class adams.flow.transformer.SpreadSheetInsertRowScore
Sets the position where to insert the score column.
setPosition(SpreadSheetColumnIndex) - Method in class adams.flow.transformer.SpreadSheetRowBinning
Sets the position where to insert the column.
setPosition(SpreadSheetColumnRange) - Method in class adams.flow.transformer.SpreadSheetRemoveColumn
Sets the position of the columns to remove.
setPosition(SpreadSheetColumnRange) - Method in class adams.flow.transformer.SpreadSheetReplaceCellValue
Sets the position of the columns to process.
setPosition(Integer) - Method in class adams.parser.actorsuggestion.Parser
Sets the position of the proposed actor.
setPosition(Integer) - Method in class adams.parser.externalactorsuggestion.Parser
Sets the position of the proposed actor.
setPosition(Integer) - Method in class adams.parser.templatesuggestion.Parser
Sets the position of the proposed template.
setPostProcessing(BinPostProcessing) - Method in interface adams.data.binning.postprocessing.BinPostProcessingUser
Sets the post-processing scheme to apply to the bins.
setPostProcessing(BinPostProcessing) - Method in class adams.data.statistics.ArrayBinning
Sets the post-processing scheme to apply to the bins.
setPostProcessing(BinPostProcessing) - Method in class adams.flow.transformer.SpreadSheetRowBinning
Sets the post-processing algorithm to apply to the bins.
setPostProcessObjectHandler(GenericObjectEditor.PostProcessObjectHandler) - Method in class adams.gui.goe.GenericObjectEditor
Sets the handler for post-processing objects after they have been selected but before updating the UI.
setPostProcessObjectHandler(GenericObjectEditor.PostProcessObjectHandler) - Method in class adams.gui.goe.GenericObjectEditorPanel
Sets the handler for post-processing objects after they have been selected but before updating the UI.
setPostProcessor(AbstractDataPoolPostProcessor) - Method in class adams.flow.sink.canvas.DataPoolPanel
The post processor to use on the data.
setPostProcessor(AbstractDataPoolPostProcessor) - Method in class adams.flow.sink.Canvas
Sets the post-processor to use on the data, e.g., for pruning.
setPostProcessor(AbstractSequencePostProcessor) - Method in class adams.flow.sink.ControlChartPlot
Sets the post-processor for the sequences.
setPostProcessor(AbstractSequencePostProcessor) - Method in class adams.flow.sink.SequencePlotter
Sets the post-processor for the sequences.
setPostProcessor(AbstractDataContainerPostProcessor) - Method in class adams.flow.transformer.AbstractDataContainerDbReader
Sets the post-processor to apply to the data.
setPostProcessor(AbstractReportPostProcessor) - Method in class adams.flow.transformer.AbstractReportDbReader
Sets the post-processor to apply to the data.
setPostProcessor(AbstractClustererPostProcessor) - Method in class adams.flow.transformer.WekaClustererPostProcessor
Sets the post-processor to use.
setPostProcessor(AbstractClustererPostProcessor) - Method in class adams.flow.transformer.WekaTrainClusterer
Sets the post-processor to use.
setPostProcessor(AbstractWekaEvaluationPostProcessor) - Method in class adams.flow.transformer.WekaEvaluationPostProcessor
Sets the post-processor to use.
setPostProcessors(AbstractClustererPostProcessor[]) - Method in class adams.flow.transformer.wekaclusterer.MultiClustererPostProcessor
Sets the distance function to use.
setPostProcessors(AbstractWekaEvaluationPostProcessor[]) - Method in class adams.flow.transformer.wekaevaluationpostprocessor.MultiPostProcessor
Sets the post-processors to use.
setPostTokenizer(Tokenizer) - Method in class weka.core.tokenizers.PreCleanedTokenizer
Sets the tokenizer to use for the final tokenization (after cleaning).
setPreallocate(boolean) - Method in class adams.flow.source.RSync
 
setPred(Index) - Method in class adams.gui.visualization.stats.fourinone.FourInOne
Set the index for the position of the predicted attribute
setPredefinedLabels(BaseString[]) - Method in class adams.flow.transformer.draw.AbstractDrawObjectsFromReport
Sets the predefined labels.
setPredefinedLabels(BaseString[]) - Method in class adams.gui.tools.previewbrowser.DeepLabCutCSVHandler
Sets the predefined labels.
setPredefinedLabels(BaseString[]) - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
Sets the predefined labels.
setPredefinedLabels(BaseString[]) - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
Sets the predefined labels.
setPredefinedLabels(BaseString[]) - Method in class adams.gui.tools.previewbrowser.PointsFromReportHandler
Sets the predefined labels.
setPredefinedLabels(BaseString[]) - Method in class adams.gui.visualization.image.AbstractObjectOverlayFromReport
Sets the predefined labels.
setPredefinedLabels(BaseString[]) - Method in class adams.gui.visualization.image.AbstractPointOverlayFromReport
Sets the predefined labels.
setPredefinedLabels(BaseString[]) - Method in class adams.gui.visualization.image.AbstractReportBasedOverlayHelper
Sets the predefined labels.
setPredefinedLabels(BaseString[]) - Method in class adams.gui.visualization.object.overlay.AbstractObjectOverlayFromReport
Sets the predefined labels.
setPredefinedLabels(BaseString[]) - Method in class adams.gui.visualization.object.overlay.AbstractPointOverlayFromReport
Sets the predefined labels.
setPredefinedTypes(BaseString[]) - Method in class adams.gui.visualization.object.objectannotations.colors.PerType
Sets the predefined types.
setPredefinedValues(BaseString[]) - Method in class adams.gui.core.spreadsheettable.DistinctValueCellRenderingCustomizer
Sets the predefined values to highlight.
setPredicted(SpreadSheetColumnIndex) - Method in class adams.flow.sink.ActualVsPredictedPlot
Sets the column with the predicted values.
setPredicted(SpreadSheetColumnIndex) - Method in class adams.flow.transformer.PredictionEccentricity
Sets the column with the predicted values.
setPredicted(SpreadSheetColumnIndex) - Method in class adams.flow.transformer.WekaSpreadSheetToPredictions
Sets the column with the predicted values.
setPredicted(SpreadSheetColumnIndex) - Method in class adams.gui.tools.previewbrowser.ActualVsPredictedHandler
Sets the column with the predicted values.
setPredicted(SpreadSheetColumnIndex) - Method in class weka.classifiers.functions.FromPredictions
Sets the column with the predicted values.
setPredictedAttribute(String) - Method in class adams.flow.sink.FourInOneDisplay
Set the string to use as an index for the predicted attribute
setPredictedColumn(SpreadSheetColumnIndex) - Method in class adams.flow.transformer.ConfusionMatrix
Sets the column of the predicted labels.
setPredictedColumn(SpreadSheetColumnIndex) - Method in class adams.flow.transformer.SummaryStatistics
Sets the column of the predicted labels.
setPredictedMax(double) - Method in class adams.flow.sink.ActualVsPredictedPlot
Sets the upper limit in use for the predicted values.
setPredictedMax(double) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.ClassifierErrors
Sets the upper limit in use for the predicted values.
setPredictedMin(double) - Method in class adams.flow.sink.ActualVsPredictedPlot
Sets the lower limit in use for the predicted values.
setPredictedMin(double) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.ClassifierErrors
Sets the lower limit in use for the predicted values.
setPredictedPrefix(String) - Method in class adams.data.imagesegmentation.operation.ConfusionMatrix
Sets the prefix of the predicted labels.
setPredictedPrefix(String) - Method in class adams.flow.transformer.ConfusionMatrix
Sets the prefix of the predicted labels.
setPredictedPrefix(String) - Method in class adams.flow.transformer.SummaryStatistics
Sets the prefix of the predicted labels.
setPredictionRange(Range) - Method in class adams.data.conversion.WekaForecastContainerToArray
Sets the range of predictions to turn into an array.
setPredictionRange(Range) - Method in class adams.data.conversion.WekaForecastContainerToTimeseries
Sets the range of predictions to turn into a timeseries.
setPredictionsColor(Color) - Method in class adams.flow.transformer.compareobjectlocations.Combined.CombinedPanel
Sets the color to use for the predictions.
setPredictionsColor(Color) - Method in class adams.flow.transformer.compareobjectlocations.Combined
Sets the color to use for the predictions.
setPredictionsFile(PlaceholderFile) - Method in class weka.classifiers.functions.FromPredictions
Sets the file with the predictions.
setPredictionsLabelSuffix(String) - Method in class adams.flow.transformer.CompareObjectLocations
Sets the report suffix that the predictions use for storing the label.
setPredictionsLabelSuffix(String) - Method in class adams.flow.transformer.compareobjectlocations.SideBySide.SideBySidePanel
Sets the report suffix that the predictions use for storing the label.
setPredictionsOverlay(ImageOverlay) - Method in class adams.flow.transformer.compareobjectlocations.SideBySide
Sets the overlay to use for the predictions.
setPredictionsOverlay(ImageOverlay) - Method in class adams.flow.transformer.compareobjectlocations.SideBySide.SideBySidePanel
Sets the overlay to use for the predictions.
setPredictionsPrefix(String) - Method in class adams.flow.transformer.compareobjectlocations.AbstractComparisonPanel
Sets the object prefix to use for the predictions.
setPredictionsPrefix(String) - Method in class adams.flow.transformer.CompareObjectLocations
Sets the object prefix to use for the predictions.
setPredictionsStorageName(StorageName) - Method in class adams.flow.transformer.CompareObjectLocations
Sets the storage item containing the predictions.
setPredictionType(PredictionType) - Method in class adams.data.instancesanalysis.pls.AbstractPLS
Sets the type of prediction to perform.
setPredictMax(double) - Method in class weka.classifiers.functions.FakeClassifier
Sets the maximum value to predict.
setPredictMin(double) - Method in class weka.classifiers.functions.FakeClassifier
Sets the minimum value to predict.
setPredictor(Index) - Method in class weka.classifiers.meta.Consensus
Sets the index of the classifier for making the actual predictions.
setPredictor(XGBoost.Predictor) - Method in class weka.classifiers.trees.XGBoost
Sets the type of predictor algorithm to use.
setPredictWait(int) - Method in class weka.classifiers.functions.FakeClassifier
Sets the time in msec to wait when calling classifyInstance.
setPreferences(Properties) - Method in class adams.gui.application.AbstractPropertiesPreferencesPanel
Sets the properties to base the preferences on.
setPreferJobRunner(boolean) - Method in class adams.flow.transformer.SpreadSheetFilter
Sets whether to offload processing to a JobRunner instance if available.
setPreferJobRunner(boolean) - Method in class adams.flow.transformer.WekaFilter
Sets whether to offload processing to a JobRunner instance if available.
setPreferJobRunner(boolean) - Method in class adams.flow.transformer.WekaTestSetEvaluator
Sets whether to offload processing to a JobRunner instance if available.
setPreferJobRunner(boolean) - Method in class adams.flow.transformer.WekaTrainAssociator
Sets whether to offload processing to a JobRunner instance if available.
setPreferJobRunner(boolean) - Method in class adams.flow.transformer.WekaTrainClassifier
Sets whether to offload processing to a JobRunner instance if available.
setPreferJobRunner(boolean) - Method in class adams.flow.transformer.WekaTrainClusterer
Sets whether to offload processing to a JobRunner instance if available.
setPreferJobRunner(boolean) - Method in class adams.flow.transformer.WekaTrainTestSetEvaluator
Sets whether to offload processing to a JobRunner instance if available.
setPreferJobRunner(boolean) - Method in interface adams.multiprocess.JobRunnerSupporter
Sets whether to offload processing to a JobRunner instance if available.
setPreferredDimensionJSpinner(Dimension) - Method in class adams.gui.core.ParameterPanel
Sets the preferred dimension for JSpinner and derived classes.
setPreferredExtensions(BaseString[]) - Method in class adams.gui.visualization.multiobjectexport.AbstractMultiObjectExportWithPreferredExtensions
Sets the preferred extensions to look for when exporting objects.
setPreFilter(Filter) - Method in class adams.data.weka.rowfinder.FilteredIQR
Sets the pre filter.
setPreFilter(Filter) - Method in class weka.filters.FilteredFilter
Sets the pre-filter to use.
setPreFilter(Filter) - Method in class weka.filters.unsupervised.instance.KennardStone
Sets the pre-filter to apply to the data to perform the search on.
setPrefix(BaseText) - Method in class adams.flow.sink.sendnotification.Console
Sets the class label index (1-based index).
setPrefix(PlaceholderFile) - Method in class adams.flow.transformer.splitfile.AbstractFileSplitter
Sets the prefix for the generated files.
setPrefix(String) - Method in class adams.core.io.SimpleFilenameGenerator
Sets the prefix to use.
setPrefix(String) - Method in class adams.data.conversion.ArrayToReport
Sets the field prefix used in the report.
setPrefix(String) - Method in class adams.data.conversion.JsonToReport
Sets the prefix string for the field names.
setPrefix(String) - Method in class adams.data.conversion.JsonToSpreadSheet
Sets the prefix to use for the columns.
setPrefix(String) - Method in class adams.data.conversion.LocatedObjectsToReport
Sets the field prefix used in the report.
setPrefix(String) - Method in class adams.data.image.AbstractImageFeatureGenerator
Sets the (optional) prefix for the feature names.
setPrefix(String) - Method in class adams.data.image.multiimageoperation.MergeGrid
Sets the field prefix used in the report.
setPrefix(String) - Method in class adams.data.image.transformer.subimages.AbstractSubImagesGenerator
Sets the field prefix used in the report.
setPrefix(String) - Method in class adams.data.io.input.CocoAnnotationsReportReader
Sets the field prefix used in the report.
setPrefix(String) - Method in class adams.data.io.input.DeepLabCutCSVReader
Sets the field prefix used in the report.
setPrefix(String) - Method in class adams.data.io.input.DetectronAnnotationsReportReader
Sets the field prefix used in the report.
setPrefix(String) - Method in class adams.data.io.input.ObjectLocationsSpreadSheetReader
Sets the field prefix used in the report.
setPrefix(String) - Method in class adams.data.io.input.OpexObjectLocationsReader
Sets the field prefix used in the report for the objects.
setPrefix(String) - Method in class adams.data.io.input.PascalVOCObjectLocationsReader
Sets the field prefix used in the report for the objects.
setPrefix(String) - Method in class adams.data.io.input.VggXmlAnnotationReportReader
Sets the field prefix used in the report.
setPrefix(String) - Method in class adams.data.io.input.ViaAnnotationsReportReader
Sets the field prefix used in the report.
setPrefix(String) - Method in class adams.data.io.input.YoloAnnotationsReportReader
Sets the field prefix used in the report.
setPrefix(String) - Method in class adams.data.io.output.DeepLabCutCSVWriter
Sets the field prefix used in the report.
setPrefix(String) - Method in class adams.data.objectfinder.AbstractObjectFinder
Sets the field prefix used in the report.
setPrefix(String) - Method in interface adams.data.objectfinder.ObjectFinder
Sets the field prefix used in the report.
setPrefix(String) - Method in class adams.data.spreadsheet.colstatistic.LabelCounts
Sets the prefix to use for the labels.
setPrefix(String) - Method in class adams.data.spreadsheet.rowstatistic.LabelCounts
Sets the prefix to use for the labels.
setPrefix(String) - Method in class adams.data.statistics.AbstractDataContainerStatistics
Sets the prefix to use.
setPrefix(String) - Method in class adams.flow.control.TimedSubProcess
Sets the prefix to store in the timing container.
setPrefix(String) - Method in class adams.flow.control.TimedTee
Sets the prefix to store in the timing container.
setPrefix(String) - Method in class adams.flow.control.TimedTrigger
Sets the prefix to store in the timing container.
setPrefix(String) - Method in class adams.flow.sink.Console
Sets the prefix to output before the actual data; you can use \n for a line feed and \t for a tab.
setPrefix(String) - Method in class adams.flow.sink.ProgressBar
Sets the prefix string.
setPrefix(String) - Method in class adams.flow.source.newlist.Wrapper
Sets the prefix to use.
setPrefix(String) - Method in class adams.flow.source.NewTempFile
Sets the prefix to use.
setPrefix(String) - Method in class adams.flow.standalone.Stopwatch
Sets the prefix for the time display.
setPrefix(String) - Method in class adams.flow.template.ProgressInConsole
Sets the prefix for the output.
setPrefix(String) - Method in class adams.flow.transformer.AbstractContainerValueExtractor
Sets the prefix to use.
setPrefix(String) - Method in class adams.flow.transformer.CompareObjectTypes
Sets the field prefix used in the report.
setPrefix(String) - Method in class adams.flow.transformer.CountObjectsInPolygon
Sets the field prefix used in the report.
setPrefix(String) - Method in class adams.flow.transformer.CountObjectsInRegion
Sets the field prefix used in the report.
setPrefix(String) - Method in class adams.flow.transformer.draw.AbstractDrawObjectsFromReport
Sets the prefix to use for the objects in the report.
setPrefix(String) - Method in class adams.flow.transformer.draw.ObjectAnnotationsFromReport
Sets the field prefix used in the report.
setPrefix(String) - Method in class adams.flow.transformer.ImageAnnotator
Sets the field prefix to use for the located objects.
setPrefix(String) - Method in class adams.flow.transformer.ImageObjectIndexOffset
Sets the field prefix used in the report.
setPrefix(String) - Method in class adams.flow.transformer.ImageObjectInfo
Sets the field prefix used in the report.
setPrefix(String) - Method in interface adams.flow.transformer.locateobjects.ObjectPrefixHandler
Sets the field prefix used in the report.
setPrefix(String) - Method in class adams.flow.transformer.LocateObjects
Sets the field prefix to use when generating a report.
setPrefix(String) - Method in class adams.flow.transformer.MergeObjectLocations
Sets the field prefix used in the report.
setPrefix(String) - Method in class adams.flow.transformer.plotgenerator.AndrewsCurvesGenerator
Sets the prefix for the plot names.
setPrefix(String) - Method in class adams.flow.transformer.PrependDir
Sets the prefix to append.
setPrefix(String) - Method in class adams.flow.transformer.RelativeDir
Sets the prefix to remove.
setPrefix(String) - Method in class adams.flow.transformer.RemoveImageObject
Sets the field prefix used in the report.
setPrefix(String) - Method in class adams.flow.transformer.ReportToStorage
Sets the optional prefix for the variables.
setPrefix(String) - Method in class adams.flow.transformer.ReportToVariables
Sets the optional prefix for the variables.
setPrefix(String) - Method in class adams.flow.transformer.ScaleReportObjects
Sets the prefix.
setPrefix(String) - Method in class adams.flow.transformer.SpreadSheetCopyColumns
Sets the prefix to use for the copied column headers.
setPrefix(String) - Method in class adams.flow.transformer.SpreadSheetMerge
Sets the optional prefix string.
setPrefix(String) - Method in class adams.flow.transformer.WekaInstancesMerge
Sets the optional prefix string.
setPrefix(String) - Method in class adams.gui.chooser.AbstractChooserPanel
Sets the text for the prefix label.
setPrefix(String) - Method in class adams.gui.tools.previewbrowser.AnnotateImage
Sets the field prefix to use for the located objects.
setPrefix(String) - Method in class adams.gui.tools.previewbrowser.AnnotationsAndPredictionsFromReport
Sets the prefix to use for the objects in the report.
setPrefix(String) - Method in class adams.gui.tools.previewbrowser.DeepLabCutCSVHandler
Sets the prefix to use for the objects in the report.
setPrefix(String) - Method in class adams.gui.tools.previewbrowser.DetectronAnnotationsHandler
Sets the prefix to use for the objects in the report.
setPrefix(String) - Method in class adams.gui.tools.previewbrowser.ObjectAnnotationsHandler
Sets the field prefix used in the report.
setPrefix(String) - Method in class adams.gui.tools.previewbrowser.ObjectAnnotationsReportHandler
Sets the field prefix used in the report.
setPrefix(String) - Method in class adams.gui.tools.previewbrowser.ObjectCentersFromReport
Sets the prefix to use for the objects in the report.
setPrefix(String) - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
Sets the prefix to use for the objects in the report.
setPrefix(String) - Method in class adams.gui.tools.previewbrowser.PointsFromReportHandler
Sets the prefix to use for the objects in the report.
setPrefix(String) - Method in class adams.gui.tools.previewbrowser.YoloAnnotationsHandler
Sets the prefix to use for the objects in the report.
setPrefix(String) - Method in class adams.gui.visualization.image.AbstractObjectOverlayFromReport
Sets the prefix to use for the objects in the report.
setPrefix(String) - Method in class adams.gui.visualization.image.AbstractPointOverlayFromReport
Sets the prefix to use for the objects in the report.
setPrefix(String) - Method in class adams.gui.visualization.image.AbstractReportBasedOverlayHelper
Sets the prefix to use for the objects in the report.
setPrefix(String) - Method in class adams.gui.visualization.image.leftclick.AbstractSelectionRectangleBasedLeftClickProcessor
Sets the prefix to use for the objects.
setPrefix(String) - Method in class adams.gui.visualization.image.leftclick.AddMetaData
Sets the prefix to use for the objects.
setPrefix(String) - Method in class adams.gui.visualization.image.leftclick.DeleteObjects
Sets the prefix to use for the objects.
setPrefix(String) - Method in class adams.gui.visualization.image.MetaDataText
Sets the optional prefix for the text.
setPrefix(String) - Method in class adams.gui.visualization.image.ObjectAnnotations
Sets the field prefix used in the report.
setPrefix(String) - Method in class adams.gui.visualization.image.ReportObjectOverlay
Sets the prefix to use for the objects in the report.
setPrefix(String) - Method in class adams.gui.visualization.image.selection.AbstractSelectionRectangleBasedSelectionProcessor
Sets the prefix to use for the objects.
setPrefix(String) - Method in class adams.gui.visualization.multiobjectexport.DirectoryExport
Sets the optional prefix for the file names.
setPrefix(String) - Method in class adams.gui.visualization.multiobjectexport.EmailExport
Sets the optional prefix for the file names.
setPrefix(String) - Method in class adams.gui.visualization.multiobjectexport.ZipExport
Sets the optional prefix for the file names.
setPrefix(String) - Method in class adams.gui.visualization.object.annotationsdisplay.AbstractAnnotationsDisplayGenerator
Sets the prefix to use for the objects in the report.
setPrefix(String) - Method in class adams.gui.visualization.object.annotationsdisplay.AbstractAnnotationsDisplayPanel
Sets the prefix to use.
setPrefix(String) - Method in class adams.gui.visualization.object.annotator.AbstractReportBasedAnnotator
Sets the prefix to use for the objects.
setPrefix(String) - Method in class adams.gui.visualization.object.overlay.AbstractObjectOverlayFromReport
Sets the prefix to use for the objects in the report.
setPrefix(String) - Method in class adams.gui.visualization.object.overlay.AbstractPointOverlayFromReport
Sets the prefix to use for the objects in the report.
setPrefix(String) - Method in class adams.gui.visualization.object.overlay.ObjectAnnotations
Sets the field prefix used in the report.
setPrefix(String) - Method in class adams.gui.visualization.report.ReportDateFieldPaintlet
Sets the prefix for the date label.
setPrefix(String) - Method in class adams.gui.visualization.timeseries.FixedTimestampPaintlet
Sets the prefix for the date label.
setPrefix(String) - Method in class weka.filters.unsupervised.attribute.EquiDistance
Sets the prefix for the new attributes.
setPrefixColumns(SpreadSheetColumnRange) - Method in class adams.flow.transformer.plotgenerator.XYPlotGenerator
Sets the column range to generate the prefix of the plot with.
setPrefixCount(String) - Method in class adams.gui.goe.MultiLineValueDialog
Sets the prefix to use for the count display.
setPrefixDatasetsWithIndex(boolean) - Method in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment
Sets whether to prefix the datasets with the index.
setPrefixDatasetsWithIndex(boolean) - Method in interface adams.gui.tools.wekamultiexperimenter.experiment.ExperimentWithCustomizableRelationNames
Sets whether to prefix the datasets with the index.
setPrefixDatasetsWithIndex(boolean) - Method in class weka.experiment.ExtExperiment
Sets whether to prefix the datasets with the index.
setPrefixes(BaseString[]) - Method in class adams.gui.visualization.image.leftclick.ViewObjects
Sets the prefix to use for the objects.
setPrefixes(BaseString[]) - Method in class weka.filters.unsupervised.attribute.MetaPartitionedMultiFilter
Sets the list of prefixes to use.
setPrefixes(BaseString[]) - Method in class weka.filters.unsupervised.attribute.PartitionedMultiFilter2
Sets the list of prefixes to use.
setPrefixNew(String) - Method in class adams.flow.transformer.ChangeImageObjectPrefix
Sets the new field prefix to be used in the report.
setPrefixSeparator(String) - Method in class adams.flow.transformer.SpreadSheetMerge
Sets the prefix separator string.
setPrefixSeparator(String) - Method in class adams.flow.transformer.WekaInstancesMerge
Sets the prefix separator string.
setPrefixStdErr(String) - Method in class adams.flow.source.AbstractPythonExecution
Sets the (optional) prefix to use for output from stderr.
setPrefixStdErr(String) - Method in class adams.flow.source.Command
Sets the (optional) prefix to use for output from stderr.
setPrefixStdErr(String) - Method in class adams.flow.source.RSync
Sets the (optional) prefix to use for output from stderr.
setPrefixStdErr(String) - Method in class adams.flow.source.SimpleRSync
Sets the (optional) prefix to use for output from stderr.
setPrefixStdOut(String) - Method in class adams.flow.source.AbstractPythonExecution
Sets the (optional) prefix to use for output from stdout.
setPrefixStdOut(String) - Method in class adams.flow.source.Command
Sets the (optional) prefix to use for output from stdout.
setPrefixStdOut(String) - Method in class adams.flow.source.RSync
Sets the (optional) prefix to use for output from stdout.
setPrefixStdOut(String) - Method in class adams.flow.source.SimpleRSync
Sets the (optional) prefix to use for output from stdout.
setPrefixTimestamp(String) - Method in class adams.data.timeseries.Values
Sets the prefix for the timestamps.
setPrefixValue(String) - Method in class adams.data.timeseries.Values
Sets the prefix for the values.
setPreparation(AbstractImagePreparation) - Method in class adams.flow.transformer.ImagePreparation
Sets the scheme for preprocessing the image.
setPreparation(AbstractFileBasedDatasetPreparation) - Method in class adams.flow.transformer.PrepareFileBasedDataset
Sets the file preparation scheme.
setPreparation(AbstractDataPreparation) - Method in class weka.classifiers.meta.SocketFacade
Sets the data preparation scheme to use.
setPreprocessing(SelectedTag) - Method in class weka.core.neighboursearch.PCANNSearch
Sets the type of preprocessing to use
setPreprocessing(SelectedTag) - Method in class weka.core.neighboursearch.PLSNNSearch
Sets the type of preprocessing to use
setPreprocessingType(PreprocessingType) - Method in class adams.data.instancesanalysis.pls.AbstractPLS
Sets the type of preprocessing to perform.
setPreprocessingType(PreprocessingType) - Method in class weka.attributeSelection.AbstractPLSAttributeEval
Sets the type of preprocessing to perform.
setPreProcessor(AbstractDataContainerPreProcessor) - Method in class adams.flow.transformer.AbstractDataContainerDbWriter
Sets the pre-processor to apply to the data.
setPreProcessor(AbstractReportPreProcessor) - Method in class adams.flow.transformer.AbstractReportDbWriter
Sets the pre-processor to apply to the data.
setPreSelection(BaseRegExp) - Method in class adams.flow.transformer.WekaChooseAttributes
Sets the regular expression to pre-select attributes for the dialog.
setPreserveIDColumn(boolean) - Method in class weka.filters.unsupervised.attribute.AttributeSummaryTransferFilter
Sets whether the first non-summary attribute should be treated as an ID and moved to the first attribute position.
setPreserveInstancesOrder(boolean) - Method in class weka.clusterers.SAXKMeans
Sets whether order of instances must be preserved.
setPreserveOrder(boolean) - Method in interface adams.data.splitgenerator.RandomSplitGenerator
Sets whether to preserve the order.
setPreserveOrder(boolean) - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesGroupedRandomSplitGenerator
Sets whether to preserve the order.
setPreserveOrder(boolean) - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesRandomSplitGenerator
Sets whether to preserve the order.
setPreserveOrder(boolean) - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.SpreadSheetRandomSplitGenerator
Sets whether to preserve the order.
setPreserveOrder(boolean) - Method in class adams.flow.transformer.preparefilebaseddataset.TrainTestSplit
Sets whether to preserve the order.
setPreserveOrder(boolean) - Method in class adams.flow.transformer.preparefilebaseddataset.TrainValidateTestSplit
Sets whether to preserve the order.
setPreserveOrder(boolean) - Method in class adams.flow.transformer.WekaRandomSplit
Sets whether to preserve order and suppress randomization.
setPreserveOrder(boolean) - Method in class adams.gui.tools.wekamultiexperimenter.experiment.TrainTestSplitExperiment
Sets whether to preserve the order.
setPreserveOrder(boolean) - Method in class adams.ml.evaluation.DefaultRandomSplitGenerator
Sets whether to preserve the order.
setPreserveOrder(boolean) - Method in class weka.classifiers.BestBinnedNumericClassRandomSplitGenerator
Sets whether to preserve the order.
setPreserveOrder(boolean) - Method in class weka.classifiers.BinnedNumericClassRandomSplitGenerator
Sets whether to preserve the order.
setPreserveOrder(boolean) - Method in class weka.classifiers.DefaultRandomSplitGenerator
Sets whether to preserve the order.
setPreserveOrder(boolean) - Method in class weka.classifiers.GroupedBinnedNumericClassRandomSplitGenerator
Sets whether to preserve the order.
setPreserveOrder(boolean) - Method in class weka.classifiers.GroupedRandomSplitGenerator
Sets whether to preserve the order.
setPreserveOrder(boolean) - Method in interface weka.classifiers.RandomSplitGenerator
Sets whether to preserve the order.
setPreTokenizer(Tokenizer) - Method in class weka.core.tokenizers.PreCleanedTokenizer
Sets the tokenizer to use for the initial tokenization (before cleaning).
setPrettyPrinting(boolean) - Method in interface adams.core.io.PrettyPrintingSupporter
Sets whether to use pretty-printing or not.
setPrettyPrinting(boolean) - Method in class adams.data.conversion.DOMToString
Sets whether to use pretty-printing or not.
setPrettyPrinting(boolean) - Method in class adams.data.conversion.JsonToString
Sets whether to use pretty-printing or not.
setPrettyPrinting(boolean) - Method in class adams.data.conversion.ReportToJson
Sets whether to use pretty-printing or not.
setPrettyPrinting(boolean) - Method in class adams.data.io.output.AbstractSimpleJsonReportWriter
Sets whether to use pretty-printing or not.
setPrettyPrinting(boolean) - Method in class adams.data.io.output.JsonIndexedSplitsRunsWriter
Sets whether to use pretty-printing or not.
setPrettyPrinting(boolean) - Method in class adams.data.io.output.OpexObjectLocationsWriter
Sets whether to use pretty-printing or not.
setPrettyPrinting(boolean) - Method in class adams.data.io.output.ViaAnnotationsReportWriter
Sets whether to use pretty-printing or not.
setPrettyPrinting(boolean) - Method in class adams.flow.sink.JsonFileWriter
Sets whether to use pretty-printing or not.
setPrettyPrinting(boolean) - Method in class adams.flow.sink.XMLFileWriter
Sets whether to use pretty-printing or not.
setPrettyPrinting(boolean) - Method in class adams.gui.tools.previewbrowser.notes.JsonNotesWriter
Sets whether to use pretty-printing or not.
setPrettyPrinting(boolean) - Method in class adams.scripting.processor.JsonProcessor
Sets whether to use pretty-printing or not.
setPreview(boolean) - Method in class adams.flow.sink.DOMDisplay
Sets whether to show a preview table for the attributes.
setPreview(boolean) - Method in class adams.flow.sink.JsonDisplay
Sets whether to show a preview text area.
setPreview(AbstractSpreadSheetPreview) - Method in class adams.flow.sink.SpreadSheetDisplay
Sets the preview to use for selected rows.
setPreview(AbstractSpreadSheetPreview) - Method in class adams.flow.transformer.SpreadSheetSelectSubset
Sets the preview to use for selected rows.
setPreview(ContentHandler) - Method in class adams.flow.sink.FilePreview
Sets the custom preview handler to use.
setPreview(ObjectContentHandler) - Method in class adams.flow.sink.ObjectPreview
Sets the custom preview handler to use.
setPreviewCacheSize(int) - Method in class adams.gui.tools.previewbrowser.PreviewDisplay
Sets the size of the preview cache.
setPreviewVisible(boolean) - Method in class adams.gui.core.dom.DOMTreeWithPreview
Sets whether the preview is visible.
setPreviousReport(Report) - Method in class adams.gui.visualization.object.ObjectAnnotationPanel
Sets the previous report.
setPreviousState(List<Object>) - Method in class weka.classifiers.timeseries.BaselineAdjustedForecaster
Load state into model.
setPrimaryKey(String) - Method in class adams.db.ColumnMapping
Set Column name that is primary key
setPrivateKeyFile(PlaceholderFile) - Method in class adams.core.io.lister.SftpDirectoryLister
Sets the location of the private key file.
setPrivateKeyFile(PlaceholderFile) - Method in class adams.flow.standalone.SSHConnection
Sets the location of the private key file.
setPrivateKeyFile(PlaceholderFile) - Method in class adams.gui.chooser.SftpRemoteDirectorySetup
Sets the location of the private key file.
setPrivateKeyFile(PlaceholderFile) - Method in class adams.scripting.connection.AbstractSSHConnection
Sets the location of the private key file.
setPrivateKeyPassphrase(BasePassword) - Method in class adams.core.io.lister.SftpDirectoryLister
Sets the passphrase for the private key file, ignored if empty.
setPrivateKeyPassphrase(BasePassword) - Method in class adams.flow.standalone.SSHConnection
Sets the passphrase for the private key file, ignored if empty.
setPrivateKeyPassphrase(BasePassword) - Method in class adams.gui.chooser.SftpRemoteDirectorySetup
Sets the passphrase for the private key file, ignored if empty.
setPrivateKeyPassphrase(BasePassword) - Method in class adams.scripting.connection.AbstractSSHConnection
Sets the passphrase for the private key file, ignored if empty.
setProbabilityColumn(SpreadSheetColumnIndex) - Method in class adams.flow.transformer.ConfusionMatrix
Sets the column with the probabilities (optional).
setProbabilityColumn(SpreadSheetColumnIndex) - Method in class adams.flow.transformer.SummaryStatistics
Sets the column with the probabilities (optional).
setProceedAction(ProceedAction) - Method in class adams.gui.wizard.AbstractWizardPage
Sets the proceed action instance to use.
setProcessed(PlaceholderDirectory) - Method in class adams.flow.transformer.AbstractDataProcessor
Sets the "processed" directory.
setProcessed(PlaceholderDirectory) - Method in class adams.scripting.engine.FileBasedScriptingEngine
Sets the "processed" directory.
setProcessing(PlaceholderDirectory) - Method in class adams.flow.transformer.AbstractDataProcessor
Sets the "processing" directory.
setProcessing(PlaceholderDirectory) - Method in class adams.scripting.engine.FileBasedScriptingEngine
Sets the "processing" directory.
setProcessor(AbstractPlotProcessor) - Method in class adams.flow.control.PlotProcessor
Sets the processor to apply to the plot containers.
setProcessor(ActorProcessor) - Method in class adams.flow.transformer.ProcessActor
Sets the processor to use.
setProcessor(AbstractLogRecordProcessor) - Method in class adams.flow.standalone.LogEvent
Sets the record processor to use.
setProcessor(AbstractClassifierSetupProcessor) - Method in class adams.flow.transformer.WekaClassifierSetupProcessor
Sets the processor the incoming classifier arrays.
setProcessors(AbstractLeftClickProcessor[]) - Method in class adams.gui.visualization.image.leftclick.MultiProcessor
Sets the processors to use.
setProcessors(SelectionProcessor[]) - Method in class adams.gui.visualization.image.selection.MultiSelectionProcessor
Sets the sub-processors.
setProcessors(AbstractMouseClickProcessor[]) - Method in class adams.gui.visualization.object.mouseclick.MultiProcessor
Sets the click processors to manage.
setProcessorWidget(AbstractProcessor) - Method in class adams.gui.tools.SpreadSheetProcessorPanel
Sets the processor widget.
setProcessType(XGBoost.ProcessType) - Method in class weka.classifiers.trees.XGBoost
Sets the type of boosting process to run.
setProclet(PdfProclet) - Method in class adams.flow.transformer.pdfproclet.AbstractMetaPdfProclet
Sets the proclet to use.
setProclets(PdfProclet[]) - Method in class adams.flow.transformer.PDFAppendDocument
Sets the processors to use.
setProclets(PdfProclet[]) - Method in class adams.flow.transformer.PDFCreate
Sets the processors for processing the files.
setProclets(PdfProclet[]) - Method in class adams.flow.transformer.pdfgenerate.Proclets
Sets the processors for processing the files.
setProclets(PdfProclet[]) - Method in class adams.flow.transformer.pdfproclet.PDFGenerator
Sets the processors.
setProclets(PdfProclet[]) - Method in class adams.gui.visualization.multiobjectexport.PDFExport
Sets the processors for processing the files.
setProducer(OptionProducer) - Method in class adams.doc.listing.OptionOutput
Sets the producer.
setProducer(OptionProducer) - Method in class adams.flow.source.OptionProducer
Sets the option producer to use.
setProducer(OptionProducer) - Method in class adams.flow.transformer.OptionProducer
Sets the option producer to use.
setProgress(boolean) - Method in class adams.flow.source.RSync
 
setProlog(boolean) - Method in class adams.doc.javadoc.OptionHandlerJavadoc
sets whether to add the "Valid options are..." prolog.
setProlog(boolean) - Method in class adams.doc.javadoc.TechnicalInformationHandlerJavadoc
sets whether to add the "Valid options are..." prolog.
setPromptForPassword(boolean) - Method in interface adams.core.PasswordPrompter
Sets whether to prompt for a password if none currently provided.
setPromptForPassword(boolean) - Method in interface adams.flow.core.OptionalPasswordPrompt
Sets whether to prompt for a password if none currently provided.
setPromptForPassword(boolean) - Method in class adams.flow.standalone.AbstractDatabaseConnection
Sets whether to prompt for a password if none currently provided.
setPromptForPassword(boolean) - Method in class adams.flow.standalone.FTPConnection
Sets whether to prompt for a password if none currently provided.
setPromptForPassword(boolean) - Method in class adams.flow.standalone.SMBConnection
Sets whether to prompt for a password if none currently provided.
setPromptForPassword(boolean) - Method in class adams.flow.standalone.SMTPConnection
Sets whether to prompt for a password if none currently provided.
setPromptForPassword(boolean) - Method in class adams.flow.standalone.SSHConnection
Sets whether to prompt for a password if none currently provided.
setPromptOverwriteFile(boolean) - Method in class adams.gui.chooser.BaseFileChooser
Sets whether the user gets prompted by the save dialog if the selected file already exists.
setPromptOverwriteFile(boolean) - Method in class adams.gui.chooser.FileChooserPanel
Sets whether the user gets prompted by the save dialog if the selected file already exists.
setPromptUserWhenClosingTab(boolean) - Method in class adams.gui.core.BaseTabbedPane
Sets whether to prompt the user when closing a tab.
setPropagateStorage(boolean) - Method in interface adams.flow.control.LocalScopeHandler
Sets whether to propagate storage items from the local to the outer scope.
setPropagateStorage(boolean) - Method in class adams.flow.control.LocalScopeTransformer
Sets whether to propagate storage items from the local to the outer scope.
setPropagateStorage(boolean) - Method in class adams.flow.control.LocalScopeTrigger
Sets whether to propagate storage items from the local to the outer scope.
setPropagateVariables(boolean) - Method in interface adams.flow.control.LocalScopeHandler
Sets whether to propagate variables from the local to the outer scope.
setPropagateVariables(boolean) - Method in class adams.flow.control.LocalScopeTransformer
Sets whether to propagate variables from the local to the outer scope.
setPropagateVariables(boolean) - Method in class adams.flow.control.LocalScopeTrigger
Sets whether to propagate variables from the local to the outer scope.
setProperties(BaseString[]) - Method in class adams.flow.control.UpdateProperties
Sets the properties to update.
setProperties(BaseString[]) - Method in interface adams.flow.core.PropertiesUpdater
Sets the properties to update.
setProperties(BaseString[]) - Method in class adams.flow.source.AbstractSimpleSourceWithPropertiesUpdating
Sets the properties to update.
setProperties(BaseString[]) - Method in class adams.flow.transformer.AbstractTransformerWithPropertiesUpdating
Sets the properties to update.
setProperties(Properties) - Method in class adams.gui.core.PropertiesParameterPanel
Sets the properties to base the properties on.
setProperties(Properties) - Method in class adams.gui.dialog.PropertiesParameterDialog
Sets the properties in the underlying PropertiesParameterPanel.
setProperties(Properties) - Method in class adams.gui.goe.Favorites
Sets the properties containing the favorites to use.
setProperties(Properties) - Method in class adams.gui.wizard.AbstractWizardPage
Sets the content of the page (ie parameters) as properties.
setProperties(Properties) - Method in class adams.gui.wizard.BranchSelectionPage
Does nothing.
setProperties(Properties) - Method in class adams.gui.wizard.FinalPage
Does nothing.
setProperties(Properties) - Method in class adams.gui.wizard.GenericObjectEditorPage
Sets the properties to base the properties on.
setProperties(Properties) - Method in class adams.gui.wizard.ListPage
Sets the content of the page (ie parameters) as properties.
setProperties(Properties) - Method in class adams.gui.wizard.ParameterPanelPage
Sets the parameters from the properties object.
setProperties(Properties) - Method in class adams.gui.wizard.PropertySheetPanelPage
Sets the properties to base the properties on.
setProperties(Properties) - Method in class adams.gui.wizard.SelectDirectoryPage
Sets the content of the page (ie parameters) as properties.
setProperties(Properties) - Method in class adams.gui.wizard.SelectFilePage
Sets the content of the page (ie parameters) as properties.
setProperties(Properties) - Method in class adams.gui.wizard.SelectMultipleDirectoriesPage
Sets the content of the page (ie parameters) as properties.
setProperties(Properties) - Method in class adams.gui.wizard.SelectMultipleFilesPage
Sets the content of the page (ie parameters) as properties.
setProperties(Properties) - Method in class adams.gui.wizard.StartPage
Does nothing.
setProperties(Properties) - Method in class adams.gui.wizard.TextAreaPage
Sets the content of the page (ie parameters) as properties.
setProperties(Properties) - Method in class adams.gui.wizard.WekaPropertySheetPanelPage
Sets the properties to base the properties on.
setProperties(Properties) - Method in class adams.gui.wizard.WekaSelectDatasetPage
Sets the content of the page (ie parameters) as properties.
setProperties(Properties) - Method in class adams.gui.wizard.WekaSelectMultipleDatasetsPage
Sets the content of the page (ie parameters) as properties.
setProperties(Properties, boolean) - Method in class adams.gui.wizard.AbstractWizardPane
Sets the properties of all the pages.
setPropertiesWidth(int) - Method in class adams.flow.sink.ImageViewer
Sets the width of the properties.
setProperty(String) - Method in class adams.core.discovery.genetic.GenericDoubleResolution
Sets the property to manage.
setProperty(String) - Method in class adams.core.discovery.genetic.GenericFloatResolution
Sets the property to manage.
setProperty(String) - Method in class adams.core.discovery.genetic.GenericInteger
Sets the property to manage.
setProperty(String) - Method in class adams.core.discovery.genetic.GenericString
Sets the property to manage.
setProperty(String) - Method in class adams.flow.condition.bool.HasProperty
Sets the property to update.
setProperty(String) - Method in class adams.flow.core.AbstractPropertyUpdater
Sets the property to update.
setProperty(String) - Method in class adams.flow.source.GetSystemProperty
Sets the name of the property to set.
setProperty(String) - Method in class adams.flow.transformer.GetProperty
Sets the property to retrieve the current value.
setProperty(String) - Method in class adams.flow.transformer.SetSystemProperty
Sets the name of the property to set.
SetProperty - Class in adams.flow.standalone
Deprecated.
SetProperty - Class in adams.flow.transformer
Sets the property of a callable actor whenever a token passes through.
Note: this actor just sets the value, but performs no re-initialization or similar of the modified object.
The transformer just forwards tokens that it receives after the property has been set.
SetProperty() - Constructor for class adams.flow.standalone.SetProperty
Deprecated.
 
SetProperty() - Constructor for class adams.flow.transformer.SetProperty
 
setPropertyOrder(String[]) - Method in class adams.gui.application.AbstractPropertiesPreferencesPanel
Sets the order for the properties.
setPropertyOrder(String[]) - Method in class adams.gui.core.PropertiesParameterPanel
Sets the order for the properties.
setPropertyOrder(List<String>) - Method in class adams.gui.application.AbstractPropertiesPreferencesPanel
Sets the order for the properties.
setPropertyOrder(List<String>) - Method in class adams.gui.core.PropertiesParameterPanel
Sets the order for the properties.
SetPropertyValue - Class in adams.flow.transformer
Sets a property in a properties object.
SetPropertyValue() - Constructor for class adams.flow.transformer.SetPropertyValue
 
setProposedClasses(Class[]) - Method in class adams.gui.goe.GenericObjectEditor
Sets the proposed classes.
setProposedClasses(Class[]) - Method in class adams.gui.goe.GenericObjectEditorDialog
Sets the proposed classes (in case the editor is a GenericObjectEditor).
setProposedClasses(Object[]) - Method in class adams.gui.goe.GenericObjectEditor
Sets the proposed classes based on the provided objects.
setProposedClasses(Object[]) - Method in class adams.gui.goe.GenericObjectEditorDialog
Sets the proposed classes based on the provided objects (in case the editor is a GenericObjectEditor).
setProtectArgs(boolean) - Method in class adams.flow.source.RSync
 
setProtocol(int) - Method in class adams.flow.source.RSync
 
setProtocols(String) - Method in class adams.flow.standalone.SMTPConnection
Sets the SMTP protocols to use.
setProvider(SMBAuthenticationProvider) - Method in class adams.core.io.fileoperations.SmbFileOperations
Sets the authentication provider to use.
setProvider(SSHSessionProvider) - Method in class adams.core.io.fileoperations.SftpFileOperations
Sets the SSH session provider to use.
setProvider(ColorProvider) - Method in class adams.flow.source.ColorProvider
Sets the color provider to use.
setProvider(ColorProvider) - Method in class adams.flow.transformer.ColorProvider
Sets the color provider to use.
setProvider(ColorProvider) - Method in class adams.gui.visualization.core.TranslucentColorProvider
Sets the base color provider to use.
setProxyType(Proxy.Type) - Method in class adams.core.net.ProxyHelper
Updates the proxy type.
setPruneEmptyDirs(boolean) - Method in class adams.flow.source.RSync
 
setPython(PlaceholderFile) - Method in class adams.flow.standalone.PythonEnvironment
Sets the python executable, uses one on path if pointing to directory.
setPythonPathEnvVar(BaseString[]) - Method in class adams.flow.standalone.PythonEnvironment
Sets the path(s) for the PYTHONPATH environment variable.
setPythonPathUpdateType(PythonEnvironment.PythonPathUpdateType) - Method in class adams.flow.standalone.PythonEnvironment
Sets how to update the PYTHONPATH environment variable.
setQ(int) - Method in class adams.data.image.moments.CentralMoment
Sets the exponent for y.
setQ(int) - Method in class adams.data.image.moments.Moment
Sets the exponent for y.
setQ(int) - Method in class adams.data.image.moments.NormalizedMoment
Sets the exponent for y.
setQuality(double) - Method in class adams.gui.print.JPEGWriter
sets the quality the JPEG is saved in.
setQuery(SQLStatement) - Method in class adams.flow.sink.LargeObjectDbWriter
Sets the query to use.
setQuery(SQLStatement) - Method in class adams.flow.source.AbstractSpreadSheetDbReader
Sets the SQL query.
setQuery(SQLStatement) - Method in class adams.flow.source.LargeObjectDbReader
Sets the query to use.
setQuery(SQLStatement) - Method in class adams.flow.source.WekaDatabaseReader
Sets the query to execute.
setQuery(SpreadSheetQueryText) - Method in class adams.flow.transformer.SpreadSheetQuery
Sets the query to execute.
setQuery(SpreadSheetQueryText) - Method in class adams.gui.dialog.SpreadSheetQueryDialog
Sets the query.
setQuery(SpreadSheetQueryText) - Method in class adams.gui.dialog.SpreadSheetQueryPanel
Sets the query.
setQuery(String) - Method in class adams.gui.dialog.SqlQueryDialog
Sets the query.
setQuery(String) - Method in class adams.gui.tools.sqlworkbench.SqlQueryPanel
Sets the query.
setQueryType(AbstractReportDbUpdater.QueryType) - Method in class adams.flow.transformer.AbstractReportDbUpdater
Sets the type of query.
setQueue(boolean) - Method in class adams.flow.sink.SendEmail
Sets whether to queue the emails rather than waiting for each to be sent.
setQuickInfoColor(String) - Method in class adams.gui.flow.tree.Tree
Sets the HTML color string for the quick info.
setQuickInfoSize(String) - Method in class adams.gui.flow.tree.Tree
Sets the HTML font tag size string for the quick info.
setQuiet(boolean) - Method in class adams.core.option.AbstractOptionConsumer
Sets whether console output is suppressed or not.
setQuiet(boolean) - Method in interface adams.core.option.OptionConsumer
Sets whether console output is suppressed or not.
setQuiet(boolean) - Method in class adams.core.option.OptionManager
Sets whether to suppress error messages.
setQuiet(boolean) - Method in class adams.data.io.input.AbstractFlowReader
Sets whether to suppress logging output.
setQuiet(boolean) - Method in class adams.data.objectfinder.AbstractObjectFinder
Sets whether to suppress warning messages if -1 indices found.
setQuiet(boolean) - Method in class adams.flow.source.RSync
 
setQuiet(boolean) - Method in class adams.flow.source.SimpleRSync
 
setQuoteCharacter(String) - Method in class adams.data.io.input.CsvSpreadSheetReader
Sets the character used for surrounding text.
setQuoteCharacter(String) - Method in class adams.data.io.input.FastCsvSpreadSheetReader
Sets the character used for surrounding text.
setQuoteCharacter(String) - Method in class adams.data.io.input.SimpleCsvSpreadSheetReader
Sets the character used for surrounding text.
setQuoteCharacter(String) - Method in class adams.data.io.output.CsvSpreadSheetWriter
Sets the character used for surrounding text.
setQuoteDelimiters(String) - Method in class adams.gui.scripting.SyntaxDocument
Sets the quote delimiter characters to use.
setQuoteEscape(String) - Method in class adams.gui.scripting.SyntaxDocument
Sets the character to use for escaping a quote character.
setQuoteType(Quote.QuoteType) - Method in class adams.data.conversion.Quote
Sets the type of quote to use.
setQuoteType(Quote.QuoteType) - Method in class adams.data.conversion.UnQuote
Sets the type of quote to use.
setQuoteType(NewList.QuoteType) - Method in class adams.flow.source.NewList
Sets the type of quote to use.
setR(double) - Method in class adams.data.image.luminance.Custom
Sets the R parameter.
setRadius(double) - Method in class adams.data.image.transformer.GaussianBlur
Sets the blur radius.
setRadius(float) - Method in class adams.flow.transformer.pdfproclet.Circle
Sets the radius.
setRandomColors(boolean) - Method in class adams.data.boofcv.transformer.SuperPixels
Sets whether to use random colors.
setRandomization(Randomization) - Method in class adams.data.splitgenerator.generic.crossvalidation.CrossValidationGenerator
Sets the randomization scheme to use.
setRandomization(Randomization) - Method in class adams.data.splitgenerator.generic.randomsplit.RandomSplitGenerator
Sets the randomization scheme to use.
setRandomize(boolean) - Method in interface adams.core.OptionalRandomizable
Sets whether to randomize.
setRandomize(boolean) - Method in interface adams.data.splitgenerator.CrossValidationFoldGenerator
Sets whether to randomize the data.
setRandomize(boolean) - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesCrossValidationFoldGenerator
Sets whether to randomize the data.
setRandomize(boolean) - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesGroupedCrossValidationFoldGenerator
Sets whether to randomize the data.
setRandomize(boolean) - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.ManualSplitGenerator
Sets whether to randomize the data.
setRandomize(boolean) - Method in class adams.flow.transformer.preparefilebaseddataset.CrossValidation
Sets whether to randomize the data.
setRandomize(boolean) - Method in class adams.ml.evaluation.DefaultCrossValidationFoldGenerator
Sets whether to randomize the data.
setRandomize(boolean) - Method in class weka.classifiers.BinnedNumericClassCrossValidationFoldGenerator
Sets whether to randomize the data.
setRandomize(boolean) - Method in interface weka.classifiers.CrossValidationFoldGenerator
Sets whether to randomize the data.
setRandomize(boolean) - Method in class weka.classifiers.DefaultCrossValidationFoldGenerator
Sets whether to randomize the data.
setRandomize(boolean) - Method in class weka.classifiers.GroupedBinnedNumericClassCrossValidationFoldGenerator
Sets whether to randomize the data.
setRandomize(boolean) - Method in class weka.classifiers.GroupedCrossValidationFoldGenerator
Sets whether to randomize the data.
setRandomize(boolean) - Method in class weka.classifiers.GroupedCrossValidationFoldGeneratorUsingNumericClassValues
Sets whether to randomize the data.
setRandomize(boolean) - Method in class weka.classifiers.LeaveOneOutByValueGenerator
Sets whether to randomize the data.
setRandomize(boolean) - Method in class weka.filters.unsupervised.instance.RemoveDuplicates
Sets whether to include the class attribute in the comparison.
setRandomSeed(long) - Method in class weka.classifiers.meta.AbstainLeastMedianSq
Set the seed for the random number generator
setRandomSeed(long) - Method in class weka.classifiers.meta.LeastMedianSq
Set the seed for the random number generator
setRange(BaseInterval) - Method in class adams.gui.visualization.core.AxisPanel
Sets the current range of the axis.
setRange(Range) - Method in class adams.flow.source.IntegerRange
Sets the range to use.
setRange(Range) - Method in class adams.flow.transformer.StringRangeCut
Sets the range of characters/fields to extract.
setRange(Range) - Method in class adams.flow.transformer.WekaAttributeIterator
Sets the range of attributes to operate on.
setRange(Range) - Method in class adams.gui.visualization.stats.boxplot.BoxPlotManager
Set the range of box plots to display initially
setRange(Range) - Method in class weka.filters.unsupervised.attribute.EquiDistance
Sets the attribute range.
setRange(SpreadSheetColumnRange) - Method in class adams.data.spreadsheet.filter.Normalize
Sets the range of columns to process.
setRange(SpreadSheetColumnRange) - Method in class adams.data.spreadsheet.filter.Standardize
Sets the range of columns to process.
setRange(SpreadSheetColumnRange) - Method in class adams.flow.transformer.SpreadSheetColumnIterator
Sets the range of columns to operate on.
setRange(WekaAttributeRange) - Method in class adams.flow.sink.WekaAttributeSummary
Sets the ranges of attributes to visualize.
setRange(WekaAttributeRange) - Method in class weka.filters.unsupervised.attribute.AnyToString
Sets the attribute range to use.
setRange(WekaAttributeRange) - Method in class weka.filters.unsupervised.attribute.StringToDate
Sets the first attribute range to use (regular expression on attribute names).
setRange(WekaAttributeRange) - Method in class weka.filters.unsupervised.instance.multirowprocessor.processor.AbstractRangeBasedSelectionProcessor
Sets the attribute range to work on.
setRange(String) - Method in class adams.core.Range
Sets the range.
setRange(String) - Method in class adams.core.UnorderedRange
Sets the range.
setRange(String) - Method in class adams.gui.visualization.instance.InstanceComparePanel.DatasetIndexer
Sets the range of attributes to use.
setRange1(Range) - Method in class adams.tools.CompareDatasets
Sets the range of attributes of the first dataset.
setRange2(Range) - Method in class adams.tools.CompareDatasets
Sets the range of attributes of the second dataset.
setRangeHeight(BaseInterval) - Method in class adams.gui.visualization.image.leftclick.RandomBoundingBox
Sets the pixel range for the bounding box height.
setRangeMetaData(SpreadSheetColumnRange) - Method in class adams.data.io.input.ObjectLocationsSpreadSheetReader
Sets the range of columns to store as meta-data.
setRangePaintlet(AbstractErrorPaintlet) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.SamplePlot
Sets the paintlet to use for the lower/upper statistics.
setRanges(BaseInterval[]) - Method in class adams.data.spreadsheet.rowfinder.ByNumericRange
Sets the intervals.
setRanges(BaseInterval[]) - Method in class adams.data.weka.rowfinder.ByNumericRange
Sets the intervals.
setRanges(BaseInterval[]) - Method in class adams.flow.transformer.wekaevaluationpostprocessor.SubRange
Sets the ranges to include.
setRanges(BaseInterval[]) - Method in class adams.gui.core.spreadsheettable.NumericRangeCellRenderingCustomizer
Sets the intervals.
setRanges(BaseInterval[]) - Method in class weka.filters.unsupervised.attribute.detrend.RangeBased
Sets the wave number ranges.
setRanges(BaseInterval[]) - Method in class weka.filters.unsupervised.attribute.multiplicativescattercorrection.RangeBased
Sets the wave number ranges.
setRanges(Range[]) - Method in class weka.classifiers.meta.PartitionedStacking
Sets the attribute ranges for the base-classifiers.
setRanges(Range[]) - Method in class weka.filters.unsupervised.attribute.PartitionedMultiFilter2
Sets the list of possible Ranges to choose from.
setRangeWidth(BaseInterval) - Method in class adams.gui.visualization.image.leftclick.RandomBoundingBox
Sets the pixel range for the bounding box width.
setRateDrop(float) - Method in class weka.classifiers.trees.XGBoost
Sets the dropout rate (a fraction of previous trees to drop during the dropout).
setRaw(boolean) - Method in class adams.flow.transformer.AbstractDataContainerDbReader
Sets whether to return the raw data or not (only FilteredDataProviders).
setReadable(boolean, boolean) - Method in class adams.core.io.PlaceholderFile
Sets the owner's or everybody's read permission for this abstract pathname.
setReadBatch(PlaceholderFile) - Method in class adams.flow.source.RSync
 
setReader(AbstractDataContainerReader) - Method in class adams.flow.transformer.AbstractDataContainerFileImport
Sets the reader to use.
setReader(AbstractDataContainerReader) - Method in class adams.flow.transformer.AbstractDataContainerFileReader
Sets the reader to use.
setReader(AbstractDataContainerReader<T>) - Method in class adams.flow.control.AbstractDataContainerFileChecker
Sets the reader to use.
setReader(AbstractIndexedSplitsRunsReader) - Method in class adams.flow.transformer.IndexedSplitsRunsReader
Sets the reader to use.
setReader(AbstractObjectReader) - Method in class adams.flow.standalone.DeserializeToStorage
Sets the reader to use for loading the model.
setReader(AbstractObjectReader) - Method in class adams.flow.transformer.Deserialize
Sets the reader to use for loading the object.
setReader(AbstractReportReader) - Method in class adams.flow.transformer.AbstractReportFileImport
Sets the reader to use.
setReader(AbstractReportReader) - Method in class adams.flow.transformer.AbstractReportFileReader
Sets the reader to use.
setReader(AbstractReportReader) - Method in class adams.flow.transformer.SetReportFromFile
Sets the reader to use for reading the report.
setReader(AbstractReportReader) - Method in class adams.gui.tools.previewbrowser.AnnotateImage
Sets the reader setup to use for reading the object locations from the spreadsheet.
setReader(AbstractReportReader) - Method in class adams.gui.tools.previewbrowser.ImageClassificationHandler
Sets the reader setup to use for reading the object locations from the spreadsheet.
setReader(AbstractReportReader) - Method in class adams.gui.tools.previewbrowser.ObjectAnnotationsHandler
Sets the reader setup to use for reading the object locations from the spreadsheet.
setReader(AbstractReportReader) - Method in class adams.gui.tools.previewbrowser.ObjectAnnotationsReportHandler
Sets the reader setup to use for reading the object locations from the spreadsheet.
setReader(AbstractReportReader) - Method in class adams.gui.tools.previewbrowser.ObjectCentersFromReport
Sets the reader to use for reading the report.
setReader(AbstractReportReader) - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
Sets the reader to use for reading the report.
setReader(AbstractReportReader) - Method in class adams.gui.tools.previewbrowser.ReportHandler
Sets the reader to use.
setReader(AbstractTextReader) - Method in class adams.core.io.fileuse.TextReader
Sets the text reader to use for checking the file use.
setReader(AbstractTextReader) - Method in class adams.flow.transformer.TextFileReader
Sets the reader.
setReader(EmailFileReader) - Method in class adams.core.net.SimpleMailer
Sets the reader for the email files.
setReader(EmailFileReader) - Method in class adams.flow.transformer.EmailFileReader
Sets the reader to use.
setReader(ImageReader) - Method in class adams.core.io.fileuse.ImageReader
Sets the image reader to use for checking the file use.
setReader(ImageReader) - Method in class adams.data.io.input.AbstractCustomPNGAnnotationImageSegmentationReader
Sets the image reader to use.
setReader(ImageReader) - Method in class adams.flow.transformer.ImageFileReader
Sets the reader to use.
setReader(ImageReader) - Method in class adams.gui.tools.previewbrowser.BlueChannelImageHandler
Sets the image reader to use.
setReader(ImageReader) - Method in class adams.gui.tools.previewbrowser.ColorDistributionHandler
Sets the reader to use for loading the image.
setReader(ImageReader) - Method in class adams.gui.tools.previewbrowser.GrayOrIndexedImageHandler
Sets the image reader to use.
setReader(ImageReader) - Method in class adams.gui.tools.previewbrowser.SimpleImageSegmentationAnnotationsHandler
Sets the image reader to use.
setReader(ImageReader) - Method in class adams.gui.tools.previewbrowser.TrimapImageHandler
Sets the image reader to use.
setReader(ImageSegmentationAnnotationReader) - Method in class adams.flow.transformer.ImageSegmentationFileReader
Sets the reader to use.
setReader(ImageSegmentationAnnotationReader) - Method in class adams.gui.tools.previewbrowser.ImageSegmentationAnnotationsHandler
Sets the image annotation reader to use.
setReader(InputStreamImageReader) - Method in class adams.data.conversion.ByteArrayToImageContainer
Sets the image reader to use.
setReader(ObjectLocationsSpreadSheetReader) - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
Sets the reader setup to use for reading the object locations from the spreadsheet.
setReader(SpreadSheetReader) - Method in class adams.data.conversion.StringToSpreadSheet
Sets the reader used for parsing.
setReader(SpreadSheetReader) - Method in class adams.data.io.input.ImageClassificationSpreadSheetReportReader
Sets the spreadsheet reader to use.
setReader(SpreadSheetReader) - Method in class adams.data.io.input.ObjectLocationsSpreadSheetReader
Sets the spreadsheet reader to use.
setReader(SpreadSheetReader) - Method in class adams.data.io.input.SpreadSheetTimeseriesReader
Sets the reader to use.
setReader(SpreadSheetReader) - Method in class adams.flow.transformer.pdfproclet.AbstractSpreadSheetPdfProclet
Sets the reader for the spreadsheets.
setReader(SpreadSheetReader) - Method in class adams.flow.transformer.SpreadSheetFileReader
Sets the reader to use.
setReader(SpreadSheetReader) - Method in class adams.gui.chooser.SpreadSheetFileChooserPanel
Sets the reader to use.
setReader(SpreadSheetReader) - Method in class adams.gui.tools.spreadsheetviewer.SpreadSheetPanel
Sets the associated reader.
setReader(SpreadSheetReader) - Method in class adams.gui.tools.wekamultiexperimenter.experiment.FileResultsHandler
Sets the spreadsheet reader to use.
setReader(SpreadSheetReader) - Method in class adams.parser.LookUpUpdate
Sets the spreadsheet reader that loads the sheet.
setReader(SpreadSheetReader) - Method in class adams.parser.SpreadSheetFormula
Sets the spreadsheet reader that loads the sheet.
setReader(SpreadSheetReader) - Method in class adams.parser.SpreadSheetQuery
Sets the spreadsheet reader that loads the sheet.
setReader(SpreadSheetReader) - Method in class weka.classifiers.functions.FromPredictions
Sets the spreadsheet reader to use.
setReader(SpreadSheetReader) - Method in class weka.core.converters.SpreadSheetLoader
Sets the spreadsheet reader to use.
setReader(StringReportReader) - Method in class adams.data.conversion.StringToReport
Sets the reader to use.
setReader(R) - Method in class adams.gui.chooser.AbstractConfigurableExtensionFileFilterFileChooser
Sets the reader to use.
setReadOnly() - Method in class adams.core.io.PlaceholderFile
Marks the file or directory named by this abstract pathname so that only read operations are allowed.
setReadOnly(boolean) - Method in class adams.flow.control.Flow
Sets whether the flow is marked as read-only and the user gets prompted whether to succeed before allowing it to be edited.
setReadOnly(boolean) - Method in class adams.flow.sink.SpreadSheetDisplay
Sets whether cells are readonly or editable.
setReadOnly(boolean) - Method in class adams.gui.core.MultiPagePane
Sets whether the pages are readonly or can be manipulated.
setReadOnly(boolean) - Method in class adams.gui.core.SpreadSheetTable
Sets whether the table is read-only.
setReadOnly(boolean) - Method in class adams.gui.core.SpreadSheetTableModel
Sets whether the table model is read-only.
setReadOnly(boolean) - Method in class adams.gui.core.SpreadSheetTableWithButtons
Sets whether the table is read-only.
setReadOnly(boolean) - Method in class adams.gui.goe.GenericObjectEditor.GOEPanel
Sets whether the dialog is read-only or not.
setReadOnly(boolean) - Method in class adams.gui.goe.GenericObjectEditor
Sets whether the dialog is read-only.
setReadOnly(boolean) - Method in class adams.gui.goe.GenericObjectEditorClassTreePanel
Sets the readonly state.
setReadOnly(boolean) - Method in class adams.gui.tools.spreadsheetviewer.MultiPagePane
Sets the readonly state of all tabs.
setReadOnly(boolean) - Method in class adams.gui.tools.spreadsheetviewer.SpreadSheetPanel
Sets whether the table is read-only.
setReadOnly(boolean) - Method in class adams.gui.visualization.instances.InstancesTable
sets whether the model is read-only
setReadOnly(boolean) - Method in class adams.gui.visualization.instances.InstancesTableModel
sets whether the model is read-only
setReadOnlyAt(int, boolean) - Method in class adams.gui.tools.spreadsheetviewer.MultiPagePane
Sets the readonly state.
setReal(boolean) - Method in class adams.data.filter.AbstractFFT
Sets whether to return the real or complex part of the result.
setReal(boolean) - Method in class weka.filters.unsupervised.attribute.FFT
Sets whether to return real or imaginary part.
setRecentFilesHandler(RecentFilesHandlerWithCommandline<JMenu>) - Method in class adams.gui.flow.FlowPanel
Sets the recent files handler to use.
setRecipients(EmailAddress[]) - Method in class adams.flow.sink.sendnotification.Email
Sets the recipients.
setRecipients(EmailAddress[]) - Method in class adams.flow.transformer.CreateEmail
Sets the recipients.
setRecipients(EmailAddress[]) - Method in class adams.gui.visualization.multiobjectexport.EmailExport
Sets the email addresses to send the output to.
setReconnectWait(int) - Method in class adams.db.AbstractDatabaseConnection
Sets the number of seconds to wait before trying to reconnect.
setRecordAdd(boolean) - Method in class adams.gui.flow.tree.Tree
Sets whether to record the adding of actors in order to improve the suggestions.
setRecordEnclose(boolean) - Method in class adams.gui.flow.tree.Tree
Sets whether to record the enclosing of actors in order to improve the suggestions.
setRecordOutput(boolean) - Method in class adams.flow.standalone.JavaExec
Sets whether to record stdout/stderr output of process.
setRecordRegions(boolean) - Method in class adams.data.noise.AbstractDenoiser
Sets whether the noisy regions are recorded as well.
setRecordRegions(boolean) - Method in interface adams.data.RegionRecorder
Sets whether the regions are recorded as well.
setRecursive(boolean) - Method in class adams.core.io.lister.AbstractRecursiveDirectoryLister
Sets whether to search recursively.
setRecursive(boolean) - Method in interface adams.core.io.lister.RecursiveDirectoryLister
Sets whether to search recursively.
setRecursive(boolean) - Method in class adams.flow.core.ActorUsage
Sets whether to traverse the directories recursively.
setRecursive(boolean) - Method in class adams.flow.source.DirectoryLister
Sets whether to search recursively.
setRecursive(boolean) - Method in class adams.flow.source.filesystemsearch.FtpDirectorySearch
Sets whether to search recursively.
setRecursive(boolean) - Method in class adams.flow.source.filesystemsearch.FtpDirectorySearchWithComparator
Sets whether to search recursively.
setRecursive(boolean) - Method in class adams.flow.source.filesystemsearch.FtpDirectorySearchWithCustomSort
Sets whether to search recursively.
setRecursive(boolean) - Method in class adams.flow.source.filesystemsearch.FtpFileSearch
Sets whether to search recursively.
setRecursive(boolean) - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearch
Sets whether to search recursively.
setRecursive(boolean) - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearchWithComparator
Sets whether to search recursively.
setRecursive(boolean) - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearchWithCustomSort
Sets whether to search recursively.
setRecursive(boolean) - Method in class adams.flow.source.filesystemsearch.LocalFileSearch
Sets whether to search recursively.
setRecursive(boolean) - Method in class adams.flow.source.filesystemsearch.SftpDirectorySearch
Sets whether to search recursively.
setRecursive(boolean) - Method in class adams.flow.source.filesystemsearch.SftpDirectorySearchWithComparator
Sets whether to search recursively.
setRecursive(boolean) - Method in class adams.flow.source.filesystemsearch.SftpDirectorySearchWithCustomSort
Sets whether to search recursively.
setRecursive(boolean) - Method in class adams.flow.source.filesystemsearch.SftpFileSearch
Sets whether to search recursively.
setRecursive(boolean) - Method in class adams.flow.source.filesystemsearch.SmbDirectorySearch
Sets whether to search recursively.
setRecursive(boolean) - Method in class adams.flow.source.filesystemsearch.SmbDirectorySearchWithComparator
Sets whether to search recursively.
setRecursive(boolean) - Method in class adams.flow.source.filesystemsearch.SmbDirectorySearchWithCustomSort
Sets whether to search recursively.
setRecursive(boolean) - Method in class adams.flow.source.filesystemsearch.SmbFileSearch
Sets whether to search recursively.
setRecursive(boolean) - Method in class adams.flow.source.RSync
 
setRecursive(boolean) - Method in class adams.flow.source.SimpleRSync
 
setRecursive(boolean) - Method in class adams.flow.standalone.DeleteDir
Sets whether to search recursively.
setRecursive(boolean) - Method in class adams.flow.standalone.DeleteFile
Sets whether to search recursively.
setRecursive(boolean) - Method in class adams.flow.template.IterateFilesWithProgressBar
Sets whether to search for files recursively.
setRecursive(boolean) - Method in class adams.gui.dialog.AbstractReplaceDialog
Sets the recursive state.
setReduceNumberOfDistanceCalcsViaCanopies(boolean) - Method in class weka.clusterers.SAXKMeans
Set whether to use canopies to reduce the number of distance computations required
setReference(Anchored.AnchorReference) - Method in class adams.gui.visualization.object.objectannotations.label.Anchored
Sets the reference for the anchor.
setReferenceActor(CallableActorReference) - Method in class adams.flow.transformer.WekaReorderAttributesToReference
Sets the callable actor to obtain the reference dataset from if reference file is pointing to a directory.
setReferenceDataset(File) - Method in class weka.filters.unsupervised.instance.AlignDataset
Sets the file containing the reference dataset.
setReferenceError(double) - Method in class adams.data.weka.predictions.NumericErrorScalerWithReference
Sets the absolute value of the reference error.
setReferenceFile(PlaceholderFile) - Method in class adams.flow.transformer.WekaReorderAttributesToReference
Sets the file to load the reference dataset from.
setReferenceSize(int) - Method in class adams.data.weka.predictions.NumericErrorScalerWithReference
Sets the size for the reference error.
setRefinements(int) - Method in class adams.opt.optimise.RefineRange
Sets the refinements to use.
setRegex(String) - Method in class adams.flow.transformer.WekaRegexToRange
Sets the regular expression for attribute matching.
setRegexName(BaseRegExp) - Method in class adams.flow.transformer.WekaClassSelector
Sets the regular expression for selecting the attributes.
setRegExp(boolean) - Method in class adams.flow.transformer.FindInFile
Sets whether the search string is a regular expression.
setRegExp(BaseRegExp) - Method in class adams.core.command.output.LineSplit
Sets the regular expression to match the strings against.
setRegExp(BaseRegExp) - Method in class adams.core.discovery.AbstractDiscoveryHandler
Sets the regular expression to match the path against.
setRegExp(BaseRegExp) - Method in class adams.core.io.fileuse.LastLineMatches
Sets the regular expression the last line must match.
setRegExp(BaseRegExp) - Method in class adams.core.io.lister.AbstractDirectoryLister
Sets the regular expressions that the items have to match.
setRegExp(BaseRegExp) - Method in interface adams.core.io.lister.DirectoryLister
Sets the regular expressions that the items have to match.
setRegExp(BaseRegExp) - Method in class adams.core.net.hostnameverifier.RegExp
Sets the regular expression that the hostnames must match.
setRegExp(BaseRegExp) - Method in class adams.core.net.SimpleMailer
Sets the regular expression to match the files against.
setRegExp(BaseRegExp) - Method in class adams.data.conversion.PropertiesToMap
Sets the regular expressions to use.
setRegExp(BaseRegExp) - Method in class adams.data.conversion.ReportToMap
Sets the regular expressions to use.
setRegExp(BaseRegExp) - Method in class adams.data.groupextraction.ReportFieldRegExp
Sets the regular expression to apply to the report value.
setRegExp(BaseRegExp) - Method in class adams.data.groupextraction.SpreadSheetCellRegExp
Sets the regular expression to apply to the cell value.
setRegExp(BaseRegExp) - Method in class adams.data.objectfinder.ByMetaDataStringValue
Sets the regular expression to match the meta-data value against.
setRegExp(BaseRegExp) - Method in class adams.data.outlier.StringMatcher
Sets the regular expression to match the strings against.
setRegExp(BaseRegExp) - Method in class adams.data.report.RemoveByName
Sets the regular expression to use.
setRegExp(BaseRegExp) - Method in class adams.data.spreadsheet.columnfinder.ByName
Sets the regular expression to use.
setRegExp(BaseRegExp) - Method in class adams.data.spreadsheet.rowfinder.ByValue
Sets the regular expression to use.
setRegExp(BaseRegExp) - Method in class adams.data.weka.classattribute.ByName
Sets the index of the attribute to select.
setRegExp(BaseRegExp) - Method in class adams.data.weka.columnfinder.ByName
Sets the regular expression to use.
setRegExp(BaseRegExp) - Method in class adams.data.weka.rowfinder.ByLabel
Sets the regular expression to use.
setRegExp(BaseRegExp) - Method in class adams.flow.condition.bool.DirectoriesMatch
Sets the regular expression that the sub-directories must match.
setRegExp(BaseRegExp) - Method in class adams.flow.condition.bool.FilesMatch
Sets the regular expression that the files must match.
setRegExp(BaseRegExp) - Method in class adams.flow.condition.bool.RegExp
Sets the regular expression to match the strings against.
setRegExp(BaseRegExp) - Method in class adams.flow.condition.bool.TableExists
Sets the regular expression to match the table names against.
setRegExp(BaseRegExp) - Method in class adams.flow.processor.ChangeDatabaseConditionLimit
Sets the regular expression to apply to the classname of the conditions object for limiting the scope of the replacement.
setRegExp(BaseRegExp) - Method in class adams.flow.processor.ChangeNumThreads
Sets the regular expression to apply to the classname of the object for limiting the scope of the replacement.
setRegExp(BaseRegExp) - Method in class adams.flow.processor.ListAnnotationTags
Sets the regular expression that the tags must match.
setRegExp(BaseRegExp) - Method in class adams.flow.processor.ListTODOs
Sets the regular expression to use for locating TODOs.
setRegExp(BaseRegExp) - Method in class adams.flow.sink.sequenceplotter.ByNameErrorPaintlet
Sets the regular expression to use for matching the sequence IDs.
setRegExp(BaseRegExp) - Method in class adams.flow.sink.sequenceplotter.ByNameMarkerPaintlet
Sets the regular expression to use for matching the sequence IDs.
setRegExp(BaseRegExp) - Method in class adams.flow.source.AbstractListTables
Sets the regular expression to match the table names against.
setRegExp(BaseRegExp) - Method in class adams.flow.source.DirectoryLister
Sets the regular expression for the files/dirs.
setRegExp(BaseRegExp) - Method in class adams.flow.source.DumpStorage
Sets the regular expression to match the storage names against.
setRegExp(BaseRegExp) - Method in class adams.flow.source.DumpVariables
Sets the regular expression to match the variable names against.
setRegExp(BaseRegExp) - Method in class adams.flow.source.filesystemsearch.FtpDirectorySearch
Sets the regular expression for the files/dirs.
setRegExp(BaseRegExp) - Method in class adams.flow.source.filesystemsearch.FtpDirectorySearchWithComparator
Sets the regular expression for the files/dirs.
setRegExp(BaseRegExp) - Method in class adams.flow.source.filesystemsearch.FtpDirectorySearchWithCustomSort
Sets the regular expression for the files/dirs.
setRegExp(BaseRegExp) - Method in class adams.flow.source.filesystemsearch.FtpFileSearch
Sets the regular expression for the files/dirs.
setRegExp(BaseRegExp) - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearch
Sets the regular expression for the files/dirs.
setRegExp(BaseRegExp) - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearchWithComparator
Sets the regular expression for the files/dirs.
setRegExp(BaseRegExp) - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearchWithCustomSort
Sets the regular expression for the files/dirs.
setRegExp(BaseRegExp) - Method in class adams.flow.source.filesystemsearch.LocalFileSearch
Sets the regular expression for the files/dirs.
setRegExp(BaseRegExp) - Method in class adams.flow.source.filesystemsearch.SftpDirectorySearch
Sets the regular expression for the files/dirs.
setRegExp(BaseRegExp) - Method in class adams.flow.source.filesystemsearch.SftpDirectorySearchWithComparator
Sets the regular expression for the files/dirs.
setRegExp(BaseRegExp) - Method in class adams.flow.source.filesystemsearch.SftpDirectorySearchWithCustomSort
Sets the regular expression for the files/dirs.
setRegExp(BaseRegExp) - Method in class adams.flow.source.filesystemsearch.SftpFileSearch
Sets the regular expression for the files/dirs.
setRegExp(BaseRegExp) - Method in class adams.flow.source.filesystemsearch.SmbDirectorySearch
Sets the regular expression for the files/dirs.
setRegExp(BaseRegExp) - Method in class adams.flow.source.filesystemsearch.SmbDirectorySearchWithComparator
Sets the regular expression for the files/dirs.
setRegExp(BaseRegExp) - Method in class adams.flow.source.filesystemsearch.SmbDirectorySearchWithCustomSort
Sets the regular expression for the files/dirs.
setRegExp(BaseRegExp) - Method in class adams.flow.source.filesystemsearch.SmbFileSearch
Sets the regular expression for the files/dirs.
setRegExp(BaseRegExp) - Method in class adams.flow.source.FTPLister
Deprecated.
Sets the regular expression for the files/dirs.
setRegExp(BaseRegExp) - Method in class adams.flow.source.ListCallableActors
Sets the regular expression to match the variable names against.
setRegExp(BaseRegExp) - Method in class adams.flow.source.ListEnvironmentVariables
Sets the regular expression to match the variable names against.
setRegExp(BaseRegExp) - Method in class adams.flow.source.ListStorageNames
Sets the regular expression to match the variable names against.
setRegExp(BaseRegExp) - Method in class adams.flow.source.ListSystemProperties
Sets the regular expression to match the property names against.
setRegExp(BaseRegExp) - Method in class adams.flow.source.ListVariables
Sets the regular expression to match the variable names against.
setRegExp(BaseRegExp) - Method in class adams.flow.source.valuedefinition.RegExpConstrainedStringDefinition
Sets the regular expression for constraining the input.
setRegExp(BaseRegExp) - Method in class adams.flow.standalone.AbstractDatabaseCheck
Sets the regular expression to use.
setRegExp(BaseRegExp) - Method in class adams.flow.standalone.DeleteDir
Sets the regular expression for the dirs.
setRegExp(BaseRegExp) - Method in class adams.flow.standalone.DeleteFile
Sets the regular expression for the files.
setRegExp(BaseRegExp) - Method in class adams.flow.standalone.DeleteStorageValue
Sets the regular expression to match the storage item names against.
setRegExp(BaseRegExp) - Method in class adams.flow.standalone.DeleteVariable
Sets the regular expression to match the variable names against.
setRegExp(BaseRegExp) - Method in class adams.flow.standalone.DirWatch
Sets the regular expression to match the filenames against (name only, not path).
setRegExp(BaseRegExp) - Method in class adams.flow.standalone.logevent.NameFilter
Sets the regular expression to match the logger name against.
setRegExp(BaseRegExp) - Method in class adams.flow.template.IterateFilesWithProgressBar
Sets the regular expressions that the files must match.
setRegExp(BaseRegExp) - Method in class adams.flow.transformer.AbstractContainerValueExtractor
Sets the regular expression to use for matching the container value names.
setRegExp(BaseRegExp) - Method in class adams.flow.transformer.AbstractDeleteReportValue
Sets the regular expression to use for matching the field names.
setRegExp(BaseRegExp) - Method in class adams.flow.transformer.AbstractMultiDecompress
Sets the regular expression that the filenames must match.
setRegExp(BaseRegExp) - Method in class adams.flow.transformer.CopyFile
Sets the regular expressions to use.
setRegExp(BaseRegExp) - Method in class adams.flow.transformer.DeleteFile
Sets the regular expressions to use.
setRegExp(BaseRegExp) - Method in class adams.flow.transformer.DeleteStorageValue
Sets the regular expression to match the storage item names against.
setRegExp(BaseRegExp) - Method in class adams.flow.transformer.DeleteVariable
Sets the regular expression to match the variable names against.
setRegExp(BaseRegExp) - Method in class adams.flow.transformer.GetPropertyNames
Sets the regular expression that the property names must match.
setRegExp(BaseRegExp) - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesGroupedCrossValidationFoldGenerator
Sets the regular expression for identifying the group (eg '^(.*)-([0-9]+)-(.*)$').
setRegExp(BaseRegExp) - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesGroupedRandomSplitGenerator
Sets the regular expression for identifying the group (eg '^(.*)-([0-9]+)-(.*)$').
setRegExp(BaseRegExp) - Method in class adams.flow.transformer.mapfilter.RemoveByName
Sets the regular expression to match the keys against.
setRegExp(BaseRegExp) - Method in class adams.flow.transformer.MapToStorageValues
Sets the regular expressions to use.
setRegExp(BaseRegExp) - Method in class adams.flow.transformer.MapToVariables
Sets the regular expressions to use.
setRegExp(BaseRegExp) - Method in class adams.flow.transformer.MapVariableIterator
Sets the regular expressions to use.
setRegExp(BaseRegExp) - Method in class adams.flow.transformer.MatchReportFields
Sets the regular expression to use for matching field names.
setRegExp(BaseRegExp) - Method in class adams.flow.transformer.preparefilebaseddataset.GroupedCrossValidation
Sets the regular expression for identifying the group (eg '^(.*)-([0-9]+)-(.*)$').
setRegExp(BaseRegExp) - Method in class adams.flow.transformer.preparefilebaseddataset.GroupedTrainTestSplit
Sets the regular expression for identifying the group (eg '^(.*)-([0-9]+)-(.*)$').
setRegExp(BaseRegExp) - Method in class adams.flow.transformer.preparefilebaseddataset.GroupedTrainValidateTestSplit
Sets the regular expression for identifying the group (eg '^(.*)-([0-9]+)-(.*)$').
setRegExp(BaseRegExp) - Method in class adams.flow.transformer.PropertiesToVariables
Sets the regular expressions to use.
setRegExp(BaseRegExp) - Method in class adams.flow.transformer.ReportField
Sets the regular expressions to use.
setRegExp(BaseRegExp) - Method in class adams.flow.transformer.ReportToStorage
Sets the regular expression the field names must match.
setRegExp(BaseRegExp) - Method in class adams.flow.transformer.ReportToVariables
Sets the regular expression the field names must match.
setRegExp(BaseRegExp) - Method in class adams.flow.transformer.SpreadSheetColumnIterator
Sets the regular expression for the names.
setRegExp(BaseRegExp) - Method in class adams.flow.transformer.SpreadSheetColumnsByName
Sets the regular expression to use for matching column names.
setRegExp(BaseRegExp) - Method in class adams.flow.transformer.StringArraySplit
Sets the regular expression to match the strings against.
setRegExp(BaseRegExp) - Method in class adams.flow.transformer.StringMatcher
Sets the regular expression to match the strings against.
setRegExp(BaseRegExp) - Method in class adams.flow.transformer.WekaAttributeIterator
Sets the regular expression for the names.
setRegExp(BaseRegExp) - Method in class adams.flow.transformer.WekaMultiLabelSplitter
Sets the regular expression to match the strings against.
setRegExp(BaseRegExp) - Method in class adams.gui.core.RegExpConstrainedTextField.RegExpConstraintCheckModel
Sets the regular expression.
setRegExp(BaseRegExp) - Method in class adams.gui.core.RegExpConstrainedTextField
Sets the regular expression.
setRegExp(BaseRegExp) - Method in class adams.gui.core.RegExpTextField
Sets the regular expression.
setRegExp(BaseRegExp) - Method in class adams.gui.visualization.image.interactionlogging.IDFilter
Sets the regular expression to apply to the ID.
setRegExp(BaseRegExp) - Method in class adams.gui.visualization.sequence.ByNamePaintlet
Sets the regular expression to use for matching the sequence IDs.
setRegExp(BaseRegExp) - Method in class adams.gui.visualization.sequence.metadatacolor.ColorPerRegExpGroup
Sets the regular expression to apply to the meta-data value.
setRegExp(BaseRegExp) - Method in class adams.tools.DropTables
Sets the regular expression to match the table names against.
setRegExp(BaseRegExp) - Method in class adams.tools.TruncateTables
Sets the regular expression to match the table names against.
setRegExp(BaseRegExp) - Method in class weka.classifiers.GroupedBinnedNumericClassCrossValidationFoldGenerator
Sets the regular expression for identifying the group (eg '^(.*)-([0-9]+)-(.*)$').
setRegExp(BaseRegExp) - Method in class weka.classifiers.GroupedBinnedNumericClassRandomSplitGenerator
Sets the regular expression for identifying the group (eg '^(.*)-([0-9]+)-(.*)$').
setRegExp(BaseRegExp) - Method in class weka.classifiers.GroupedCrossValidationFoldGenerator
Sets the regular expression for identifying the group (eg '^(.*)-([0-9]+)-(.*)$').
setRegExp(BaseRegExp) - Method in class weka.classifiers.GroupedRandomSplitGenerator
Sets the regular expression for identifying the group (eg '^(.*)-([0-9]+)-(.*)$').
setRegExp(BaseRegExp) - Method in class weka.filters.unsupervised.attribute.EquiDistance
Sets the regular expression for identifying attributes.
setRegExp(BaseRegExp) - Method in class weka.filters.unsupervised.instance.multirowprocessor.selection.GroupExpression
Sets the regular expression for identifying the group (eg '^(.*)-([0-9]+)-(.*)$').
setRegExp(BaseRegExp[]) - Method in class weka.filters.unsupervised.attribute.MetaPartitionedMultiFilter
Sets the list of possible regular expressions.
setRegExp(String, BaseRegExp) - Method in class adams.gui.core.PropertiesParameterPanel
Associates the regexp with a particular property.
setRegExpFilename(BaseRegExp) - Method in class adams.flow.transformer.pdfproclet.AbstractPdfProclet
Sets the regular expression that the filename must match.
setRegExpFilename(BaseRegExp) - Method in interface adams.flow.transformer.pdfproclet.PdfProclet
Sets the regular expression that the filename must match.
setRegExps(BaseRegExp[]) - Method in class weka.classifiers.MultiLevelSplitGenerator
Sets the regular expressions to use for extracting the groups.
setRegExpTimestamp(BaseRegExp) - Method in class adams.flow.transformer.SpreadSheetRowToTimeseries
Sets the regular expression for matching the timestamp columns.
setRegExpValue(BaseRegExp) - Method in class adams.flow.transformer.SpreadSheetRowToTimeseries
Sets the regular expression for matching the timestamp columns.
setRegions(BaseRectangle[]) - Method in class adams.data.image.transformer.subimages.Regions
Sets the regions to extract (x y w h, 0 or 1-based x/y).
setRegionSize(int) - Method in class adams.flow.transformer.BoofCVDetectLineSegments
Sets the Radius for local maximum suppression.
setRegister(boolean) - Method in class adams.flow.control.Flow
Sets whether to register the flow with the running flows registry, making it visible to remote commands.
setRegister(boolean) - Method in class adams.flow.FlowRunner
Sets whether to register the flow with the running flows registry, making it visible to remote commands.
setRegisterFlow(boolean) - Method in class adams.scripting.command.flow.RunRemoteFlow
Sets whether to register the flow.
setRegLine(boolean) - Method in class adams.gui.visualization.stats.probabilityplot.NormalPlotOptions
Set whether a regression line should be drawn
setRegression(AbstractProbabilityPaintlet) - Method in class adams.flow.sink.ProbabilityPlotDisplay
Set the regression used to transform the data
setRegression(AbstractProbabilityPaintlet) - Method in class adams.gui.visualization.stats.probabilityplot.ProbabilityPlot
Set the regression to use for the probability plot
setRegressionFiles(BaseString[]) - Method in class adams.core.option.FlowJUnitTestProducer
Sets the regression files to use.
setRegressionLine(boolean) - Method in class adams.flow.sink.ProbabilityPlotDisplay
Set whether a regression line overlay should be added
setRegressionLine(boolean) - Method in class adams.gui.visualization.stats.probabilityplot.ProbabilityPlot
Set whether the regression linear line is displayed.
setRegressionTree(boolean) - Method in class weka.classifiers.trees.m5.Rule2
Set the value of regressionTree.
setRegressionTree(boolean) - Method in class weka.classifiers.trees.m5.RuleNode2
Set the value of regressionTree.
setRegularExpression(boolean) - Method in class adams.gui.core.SearchPanel
Sets whether the search text is a regular expression one or not.
setRegularExpressionEnabled(boolean) - Method in class adams.gui.core.SearchPanel
Sets whether to use regexp search or plain substring matching.
setRejectedDir(PlaceholderDirectory) - Method in class adams.scripting.requesthandler.CommandDumperHandler
Sets the directory for rejected commands.
setRelationName(String) - Method in class adams.flow.source.WekaNewInstances
Sets the name of the relation.
setRelationName(String) - Method in class adams.flow.transformer.WekaCrossValidationSplit
Sets the pattern to use for renaming the relation.
setRelationName(String) - Method in class weka.classifiers.BinnedNumericClassCrossValidationFoldGenerator
Sets the template for the relation name.
setRelationName(String) - Method in interface weka.classifiers.CrossValidationFoldGenerator
Sets the template for the relation name.
setRelationName(String) - Method in class weka.classifiers.DefaultCrossValidationFoldGenerator
Sets the template for the relation name.
setRelationName(String) - Method in class weka.classifiers.GroupedBinnedNumericClassCrossValidationFoldGenerator
Sets the template for the relation name.
setRelationName(String) - Method in class weka.classifiers.GroupedCrossValidationFoldGenerator
Sets the template for the relation name.
setRelationName(String) - Method in class weka.classifiers.GroupedCrossValidationFoldGeneratorUsingNumericClassValues
Sets the template for the relation name.
setRelationName(String) - Method in class weka.classifiers.LeaveOneOutByValueGenerator
Sets the template for the relation name.
setRelationNameHeuristic(AbstractRelationNameHeuristic) - Method in class adams.gui.tools.wekainvestigator.InvestigatorPanel
Sets the relation name heuristic.
setRelative(boolean) - Method in class adams.flow.source.RSync
 
setRelative(boolean) - Method in class adams.flow.source.SimpleRSync
 
setRelativeColumnWidths(BaseFloat[]) - Method in class adams.flow.transformer.pdfproclet.AbstractSpreadSheetPdfProclet
Sets the relative column widths (0-1), ignored if not provided, uses 1 by default.
setRelativeWidths(boolean) - Method in class adams.data.weka.evaluator.IntervalEstimatorBased
Sets whether to divide the calculated widths by the class value.
setReloadable(boolean) - Method in interface adams.gui.visualization.container.ReloadableContainerManager
Sets whether the spectrums are reloadable (from the database) or not.
setReloadable(boolean) - Method in class adams.gui.visualization.timeseries.TimeseriesContainerManager
Sets whether the timeseries are reloadable (from the database) or not.
setRemainderHandling(StringArraySplit.RemainderHandling) - Method in class adams.flow.transformer.StringArraySplit
Sets how to handle any remaining strings after the last split.
setRememberLastSelection(boolean) - Method in class adams.flow.transformer.pixelselector.AddClassification
Sets whether to remember the last selected label.
setRemote(BaseHostname) - Method in class weka.classifiers.meta.SocketFacade
Sets address of the remote process.
setRemote(String) - Method in class adams.gui.tools.SSHPanel
Sets the remote server.
setRemote(String) - Method in class adams.gui.tools.TelnetPanel
Sets the remote server.
setRemoteDir(PlaceholderDirectory) - Method in class adams.scripting.command.basic.SendFile
Sets the remote directory to place the file in.
setRemoteDir(String) - Method in class adams.flow.source.FTPLister
Deprecated.
Sets the remote directory.
setRemoteDir(String) - Method in class adams.flow.transformer.FTPDelete
Sets the remote directory.
setRemoteDir(String) - Method in class adams.flow.transformer.FTPGet
Sets the remote directory.
setRemoteDir(String) - Method in class adams.flow.transformer.FTPSend
Sets the remote directory.
setRemoteDir(String) - Method in class adams.flow.transformer.ScpFrom
Sets the remote directory.
setRemoteDir(String) - Method in class adams.flow.transformer.ScpTo
Sets the remote directory.
setRemoteDir(String) - Method in class adams.flow.transformer.SFTPDelete
Sets the remote directory.
setRemoteDir(String) - Method in class adams.flow.transformer.SFTPGet
Sets the remote directory.
setRemoteDir(String) - Method in class adams.flow.transformer.SFTPSend
Sets the remote directory.
setRemoteDir(String) - Method in class adams.flow.transformer.SMBGet
Sets the remote directory.
setRemoteDir(String) - Method in class adams.flow.transformer.SMBSend
Sets the remote directory.
setRemoteDir(String) - Method in class adams.gui.chooser.FtpRemoteDirectorySetup
Sets the remote directory.
setRemoteDir(String) - Method in class adams.gui.chooser.SftpRemoteDirectorySetup
Sets the remote directory.
setRemoteDir(String) - Method in class adams.gui.chooser.SmbRemoteDirectorySetup
Sets the remote directory.
setRemoteDir(String) - Method in class adams.scripting.connection.FTPConnection
Sets the remote directory.
setRemoteDir(String) - Method in class adams.scripting.connection.ScpConnection
Sets the remote directory to copy the command file to.
setRemoteFile(PlaceholderFile) - Method in interface adams.core.io.RemoteFileWriter
Set remote file.
setRemoteFile(PlaceholderFile) - Method in class adams.multiprocess.ScpJobRunner
Sets the remote file for the un-executed jobs.
setRemoteFile(PlaceholderFile) - Method in class adams.scripting.command.basic.RetrieveFile
Sets the remote file to send.
setRemoteFile(PlaceholderFile) - Method in class adams.scripting.command.basic.Text
Set remote file.
setRemoteFile(File) - Method in class adams.multiprocess.ScpJobRunner.RemoteJobRunner
Sets the remote file for the executed jobs.
setRemoteHost(BaseHostname) - Method in class adams.console.Logging
Sets the host to capture the logging from.
setRemoteObjectName(String) - Method in class adams.flow.core.AbstractPyroCall
Sets the name of the remote object to use.
setRemoteObjectName(String) - Method in interface adams.flow.core.PyroCall
Sets the name of the remote object to use.
setRemoteOption(String) - Method in class adams.flow.source.RSync
 
setRemoteScriptingEngine(RemoteScriptingEngine) - Method in class adams.flow.FlowRunner
Sets the scripting engine to execute.
setRemoteScriptingEngine(RemoteScriptingEngine) - Method in class adams.gui.application.AbstractApplicationFrame
Sets the scripting engine to execute.
setRemoteScriptingEngine(RemoteScriptingEngine) - Method in class adams.gui.tools.remotecontrolcenter.RemoteControlCenterManagerPanel
Sets the scripting engine to use.
setRemoteScriptingEngine(RemoteScriptingEngine) - Method in interface adams.scripting.RemoteScriptingEngineHandler
Sets the scripting engine to execute.
setRemoteScriptingEngine(RemoteScriptingEngine) - Method in class adams.terminal.application.AbstractTerminalApplication
Sets the scripting engine to execute.
setRemoteScriptingEngineCmdLine(String) - Method in class adams.flow.FlowRunner
Sets the commandline of the remote scripting engine to execute at startup time.
setRemoteScriptingEngineCmdLine(String) - Method in class adams.gui.application.AbstractApplicationFrame
Sets the commandline of the remote scripting engine to execute at startup time.
setRemoteScriptingEngineCmdLine(String) - Method in class adams.terminal.application.AbstractTerminalApplication
Sets the commandline of the remote scripting engine to execute at startup time.
setRemoteScriptingEngineHandler(RemoteScriptingEngineHandler) - Method in class adams.scripting.command.AbstractCommand
Sets the application context.
setRemoteScriptingEngineHandler(RemoteScriptingEngineHandler) - Method in interface adams.scripting.command.RemoteCommand
Sets the application context.
setRemoteScriptingEngineHandler(RemoteScriptingEngineHandler) - Method in class adams.scripting.engine.AbstractScriptingEngine
Sets the application context.
setRemoteScriptingEngineHandler(RemoteScriptingEngineHandler) - Method in interface adams.scripting.engine.RemoteScriptingEngine
Sets the application context.
setRemovable(boolean) - Method in class adams.gui.visualization.segmentation.layer.OverlayLayer
Sets whether the layer can be removed.
setRemovalAllowed(boolean) - Method in class adams.gui.core.MultiPagePane.PageContainer
Sets whether removal allowed despite read-only pane.
setRemovalStrategy(DeleteOverlappingImageObjects.RemovalStrategy) - Method in class adams.flow.transformer.DeleteOverlappingImageObjects
Sets the minimum overlap ratio to use.
setRemove(boolean) - Method in class adams.flow.transformer.SpreadSheetMerge
Sets whether to remove if not all present
setRemove(boolean) - Method in class adams.flow.transformer.WekaInstancesMerge
Sets whether to remove if not all present
setRemove(boolean) - Method in class adams.tools.AbstractAddRemoveTimeWindowDatabaseTool
Sets whether to remove the true flags using the regular expressions or not.
setRemoveAlphaChannel(boolean) - Method in class adams.data.conversion.ImageContainerToSpreadSheet
Sets whether to remove the alpha channel.
setRemoveAttributeIndices(String) - Method in class weka.classifiers.meta.FilteredClassifierExt
Sets the attribute indices to remove before applying the actual filter.
setRemoveChars(String) - Method in class weka.filters.unsupervised.attribute.MergeManyAttributes
Sets the characters to remove from start/end of the generated name.
setRemoveChars(String) - Method in class weka.filters.unsupervised.attribute.MergeTwoAttributes
Sets the characters to remove from start/end of the generated name.
setRemoveExisting(boolean) - Method in class adams.flow.transformer.AbstractReportDbWriter
Sets whether existing reports are removed first.
setRemoveExisting(boolean) - Method in class adams.flow.transformer.AbstractReportFileImport
Sets whether existing reports are removed first.
setRemoveExtension(boolean) - Method in class adams.flow.transformer.BaseName
Sets whether to remove the file extension as well.
setRemoveExtension(boolean) - Method in class adams.flow.transformer.preparefilebaseddataset.GroupedCrossValidation
Sets whether to remove the extension from the filename before applying the regular expression.
setRemoveExtension(boolean) - Method in class adams.flow.transformer.preparefilebaseddataset.GroupedTrainTestSplit
Sets whether to remove the extension from the filename before applying the regular expression.
setRemoveExtension(boolean) - Method in class adams.flow.transformer.preparefilebaseddataset.GroupedTrainValidateTestSplit
Sets whether to remove the extension from the filename before applying the regular expression.
setRemoveFileExt(boolean) - Method in class adams.data.idextraction.ReportFieldRegExp
Sets whether to remove any file extension before applying the regular expression.
setRemoveInputFile(boolean) - Method in class adams.flow.transformer.AbstractSingleCompress
Sets whether to remove the original input after the file has been compressed.
setRemoveSmallBlobs(boolean) - Method in class adams.data.boofcv.transformer.Binary
Sets whether to remove small blobs using erode8/dilate8.
setRemoveSmallBlobs(boolean) - Method in class adams.data.boofcv.transformer.BinaryContours
Sets whether to remove small blobs using erode8/dilate8.
setRemoveSmallBlobs(boolean) - Method in class adams.flow.transformer.locateobjects.BinaryContours
Sets whether to remove small blobs using erode8/dilate8.
setRemoveSourceFiles(boolean) - Method in class adams.flow.source.RSync
 
setRemoveTrain(boolean) - Method in class weka.classifiers.meta.AbstainAttributePercentile
 
setRemoveUnused(boolean) - Method in class weka.filters.unsupervised.attribute.MetaPartitionedMultiFilter
Sets whether unused attributes (ones that are not covered by any of the ranges) are removed from the output.
setRemoveUnused(boolean) - Method in class weka.filters.unsupervised.attribute.PartitionedMultiFilter2
Sets whether unused attributes (ones that are not covered by any of the ranges) are removed from the output.
SetRenderer - Class in adams.gui.visualization.debug.objectrenderer
Renders Set as tables.
SetRenderer() - Constructor for class adams.gui.visualization.debug.objectrenderer.SetRenderer
 
setRenderers(CellRenderingCustomizer[]) - Method in class adams.gui.core.spreadsheettable.MultiCellRenderingCustomizer
Sets the sub-renderers.
setRenderingHint(RenderingHints.Key, Object) - Method in class adams.gui.print.PostscriptGraphics
 
setRenderingHints(Map) - Method in class adams.gui.print.PostscriptGraphics
 
setRepaintOnChange(boolean) - Method in class adams.gui.visualization.core.AbstractPaintlet
Sets whether the paintlet reacts with repaints to changes of its members.
setRepaintOnChange(boolean) - Method in interface adams.gui.visualization.core.Paintlet
Sets whether the paintlet reacts with repaints to changes of its members.
setRepaintOnChange(boolean) - Method in class adams.gui.visualization.image.paintlet.AbstractPaintlet
Sets whether the paintlet reacts with repaints to changes of its members.
setRepaintOnChange(boolean) - Method in interface adams.gui.visualization.image.paintlet.Paintlet
Sets whether the paintlet reacts with repaints to changes of its members.
setReplace(boolean) - Method in class adams.flow.transformer.SpreadSheetAppendComments
Sets whether to replace any existing comments rather than append.
setReplace(BaseString[]) - Method in class adams.flow.template.StringReplace
Sets the strings to replace the matches with.
setReplace(AbstractField) - Method in class adams.gui.dialog.ReplaceFieldDialog
Sets the field to replace with.
setReplace(String) - Method in class adams.core.NumericStringCompare
Sets the string to replace the occurrences with.
setReplace(String) - Method in class adams.data.conversion.AbstractValidateString
Sets the replacement string for invalid characters.
setReplace(String) - Method in class adams.data.id.IDGeneratorPostProcessor
Sets the string to replace the occurrences with.
setReplace(String) - Method in class adams.data.idextraction.ReportFieldRegExp
Sets the string to replace the occurrences with.
setReplace(String) - Method in class adams.flow.transformer.HexReplace
Sets the string to replace the occurrences with.
setReplace(String) - Method in class adams.flow.transformer.SimpleStringReplace
Sets the string to replace the occurrences with.
setReplace(String) - Method in class adams.flow.transformer.SpreadSheetReplaceCellValue
Sets the string to replace the occurrences with.
setReplace(String) - Method in class adams.flow.transformer.StringReplace
Sets the string to replace the occurrences with.
setReplace(String) - Method in class adams.flow.transformer.WekaRenameRelation
Sets the replacement string.
setReplace(String) - Method in class weka.filters.unsupervised.attribute.NominalToNumeric
Sets the expression to use for assembling the numeric part.
setReplace(T) - Method in class adams.gui.dialog.AbstractReplaceDialog
Sets the object to replace with.
setReplaceAll(boolean) - Method in class adams.data.id.IDGeneratorPostProcessor
Sets whether all occurrences are replaced or only the first.
setReplaceAll(boolean) - Method in class adams.flow.transformer.SpreadSheetReplaceCellValue
Sets whether all occurrences are replaced or only the first.
setReplaceContainsPlaceholder(boolean) - Method in class adams.data.id.IDGeneratorPostProcessor
Sets whether the replace string contains a placeholder which needs to be expanded first.
setReplaceContainsPlaceholder(boolean) - Method in class adams.flow.transformer.SimpleStringReplace
Sets whether the replace string contains a placeholder which needs to be expanded first.
setReplaceContainsPlaceholder(boolean) - Method in class adams.flow.transformer.SpreadSheetReplaceCellValue
Sets whether the replace string contains a placeholder which needs to be expanded first.
setReplaceContainsPlaceholder(boolean) - Method in class adams.flow.transformer.StringReplace
Sets whether the replace string contains a placeholder which needs to be expanded first.
setReplaceContainsVariable(boolean) - Method in class adams.flow.transformer.SimpleStringReplace
Sets whether the replace string contains a variable which needs to be expanded first.
setReplaceContainsVariable(boolean) - Method in class adams.flow.transformer.SpreadSheetReplaceCellValue
Sets whether the replace string contains a variable which needs to be expanded first.
setReplaceContainsVariable(boolean) - Method in class adams.flow.transformer.StringReplace
Sets whether the replace string contains a variable which needs to be expanded first.
setReplacement(Color) - Method in class adams.data.imagefilter.KeepOnlyColors
Sets the color to replace the unwanted ones with.
setReplacementChar(String) - Method in class adams.flow.transformer.StringSanitizer
Sets the character to replace the unacceptable characters with.
setReplacementColor(Color) - Method in class adams.data.image.transformer.BinaryMask
Sets the color to replace the selected pixels with.
setReplacementColor(Color) - Method in class adams.data.image.transformer.ThresholdReplacement
Sets the replacement color.
setReplacementType(BinaryMask.ReplacementType) - Method in class adams.data.image.transformer.BinaryMask
Sets the type of replacement to perform.
setReplaceMissing(boolean) - Method in class adams.data.instancesanalysis.pls.AbstractPLS
Sets whether to replace missing values.
setReplaceMissing(boolean) - Method in class weka.attributeSelection.AbstractPLSAttributeEval
Sets whether to replace missing values.
setReplaceMissingCells(boolean) - Method in class adams.data.conversion.SpreadSheetToNumeric
Sets whether to replace missing cells.
setReplaceType(StringReplace.ReplaceType) - Method in class adams.flow.transformer.StringReplace
Sets how to replace the strings.
setReport(Report) - Method in class adams.data.container.AbstractSimpleContainer
Sets the report to use.
setReport(Report) - Method in class adams.data.instance.Instance
Sets a new report.
setReport(Report) - Method in class adams.gui.visualization.object.annotationsdisplay.AbstractAnnotationsDisplayPanel
Sets the report to get the annotations from.
setReport(Report) - Method in class adams.gui.visualization.object.annotationsdisplay.DefaultAnnotationsDisplayPanel
Sets the report to get the annotations from.
setReport(Report) - Method in class adams.gui.visualization.object.ObjectAnnotationPanel
Sets the report to display.
setReport(Report) - Method in class adams.gui.visualization.report.reportfactory.AbstractTableAction
Sets the underlying report.
setReport(Report) - Method in class adams.gui.visualization.report.ReportFactory.Table
Sets the report to display.
setReport(Report) - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRow
Sets a new report.
setReport(Report) - Method in class adams.parser.ReportMathExpression
Sets the report to use for evaluation.
setReport(CallableActorReference) - Method in class adams.flow.transformer.SetReportFromSource
Sets the callable source to obtain the report from.
setReport(R) - Method in class adams.data.timeseries.Timeseries
Sets a new report.
setReport(T) - Method in interface adams.data.report.MutableReportHandler
Sets a new report.
setReportClass(BaseClassname) - Method in class adams.flow.source.NewReport
Sets the class for the report.
setReportContainerListWidth(int) - Method in class adams.gui.visualization.report.ReportFactory.Dialog
Sets the preferred width of the ReportContainerList panel.
setReportContainerListWidth(int) - Method in class adams.gui.visualization.report.ReportFactory.Panel
Sets the preferred width of the ReportContainerList panel.
setReportField(Field) - Method in class adams.data.filter.TimeseriesShiftTimestamps
Sets the report field to obtain the timestamp from.
setReportFile(PlaceholderFile) - Method in class adams.flow.transformer.SetReportFromFile
Sets the file to load the report from.
setReportFilter(AbstractReportFilter) - Method in class adams.data.report.FilteredReportFilter
Sets the report filter.
SetReportFromFile - Class in adams.flow.transformer
Loads a report from disk and replaces the current one in the token passing through.
SetReportFromFile() - Constructor for class adams.flow.transformer.SetReportFromFile
 
SetReportFromSource - Class in adams.flow.transformer
Obtains a report from a callable source and replaces the current one in the token passing through.
SetReportFromSource() - Constructor for class adams.flow.transformer.SetReportFromSource
 
setReportNamesInHeader(boolean) - Method in class adams.data.conversion.SpreadSheetRowsToReport
Sets whether the wave numbers are in the header.
setReports(List<Report>) - Method in class adams.gui.visualization.report.ReportFactory.Panel
Sets the reports.
setReports(Map<String, Report>) - Method in class adams.gui.tools.previewbrowser.CocoAnnotationsHandler.CombinedPanel
Sets the reports.
SetReportValue - Class in adams.flow.transformer
Sets a value in a report.
SetReportValue() - Constructor for class adams.flow.transformer.SetReportValue
 
setRequest(boolean) - Method in class adams.flow.source.NewRemoteCommand
Sets whether to create a request or response.
setRequest(boolean) - Method in class adams.scripting.command.AbstractCommand
Sets whether the command is a request or response.
setRequest(boolean) - Method in interface adams.scripting.command.RemoteCommand
Sets whether the command is a request or response.
setRequestConnection(Connection) - Method in class adams.multiprocess.RemoteCommandJobRunner
Sets the connection to use for sending the request.
setRequestHandler(RequestHandler) - Method in class adams.scripting.engine.AbstractScriptingEngine
Sets the request handler to use.
setRequestHandler(RequestHandler) - Method in interface adams.scripting.engine.RemoteScriptingEngine
Sets the request handler to use.
setRequestPayload(byte[]) - Method in class adams.scripting.command.basic.Kill
Ignored.
setRequestPayload(byte[]) - Method in class adams.scripting.command.basic.Ping
Ignored.
setRequestPayload(byte[]) - Method in class adams.scripting.command.basic.Restart
Ignored.
setRequestPayload(byte[]) - Method in class adams.scripting.command.basic.RetrieveFile
Ignored.
setRequestPayload(byte[]) - Method in class adams.scripting.command.basic.SendFile
Sets the payload for the request.
setRequestPayload(byte[]) - Method in class adams.scripting.command.basic.StartRemoteLogging
Ignored.
setRequestPayload(byte[]) - Method in class adams.scripting.command.basic.Stop
Ignored.
setRequestPayload(byte[]) - Method in class adams.scripting.command.basic.StopEngine
Sets the payload for the request.
setRequestPayload(byte[]) - Method in class adams.scripting.command.basic.StopRemoteLogging
Ignored.
setRequestPayload(byte[]) - Method in class adams.scripting.command.basic.SystemInfo
Ignored.
setRequestPayload(byte[]) - Method in class adams.scripting.command.basic.Text
Ignored.
setRequestPayload(byte[]) - Method in class adams.scripting.command.distributed.DeregisterWorker
Sets the payload for the request.
setRequestPayload(byte[]) - Method in class adams.scripting.command.distributed.JobRunner
Sets the payload for the request.
setRequestPayload(byte[]) - Method in class adams.scripting.command.distributed.KillWorkers
Sets the payload for the request.
setRequestPayload(byte[]) - Method in class adams.scripting.command.distributed.RegisterWorker
Sets the payload for the request.
setRequestPayload(byte[]) - Method in class adams.scripting.command.flow.GetFlow
Ignored.
setRequestPayload(byte[]) - Method in class adams.scripting.command.flow.ListFlows
Ignored.
setRequestPayload(byte[]) - Method in class adams.scripting.command.flow.RemoteFlowExecution
Sets the payload for the request.
setRequestPayload(byte[]) - Method in class adams.scripting.command.flow.RestartFlow
Ignored.
setRequestPayload(byte[]) - Method in class adams.scripting.command.flow.RunRemoteFlow
Ignored.
setRequestPayload(byte[]) - Method in class adams.scripting.command.flow.SendFlowControlCommand
Ignored.
setRequestPayload(byte[]) - Method in class adams.scripting.command.gui.MenuItem
Sets the payload for the request.
setRequestPayload(byte[]) - Method in interface adams.scripting.command.RemoteCommand
Sets the payload for the request.
setRequiresAuthentication(boolean) - Method in class adams.flow.standalone.SMTPConnection
Sets whether SMTP server requires authentication.
setResetIndicesIfNecessary(boolean) - Method in class adams.data.objectfinder.AbstractObjectFinder
Sets whether to reset the indices of the objects if necessary, e.g., when missing or duplicates.
setResetIndicesIfNecessary(boolean) - Method in interface adams.data.objectfinder.ObjectFinder
Sets whether to reset the indices of the objects if necessary, e.g., when missing or duplicates.
setResetResults(boolean) - Method in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment
Sets whether to clear the results before starting the experiment.
setResetResults(boolean) - Method in interface adams.gui.tools.wekamultiexperimenter.experiment.ResettableExperiment
Sets whether to clear the results before starting the experiment.
setResizeWeight(double) - Method in class adams.gui.core.SplitPanelWithOptionalComponents
Specifies how to distribute extra space when the size of the split pane changes.
setResolutionAngle(int) - Method in class adams.flow.transformer.BoofCVDetectLines
Sets the Resolution of line angle in degrees.
setResolutionRange(double) - Method in class adams.flow.transformer.BoofCVDetectLines
Sets the Resolution of line range in pixels.
setResource(String) - Method in class adams.flow.source.inputstreamsource.FromResource
Sets the resource to load.
setResource(String) - Method in class adams.flow.source.readersource.FromResource
Sets the resource to load.
setResponseConnection(Connection) - Method in class adams.multiprocess.RemoteCommandJobRunner
Sets the connection to use for sending the response back.
setResponseConnection(Connection) - Method in class adams.scripting.command.AbstractCommandWithResponse
Sets the connection to send the response to.
setResponseConnection(Connection) - Method in interface adams.scripting.command.RemoteCommandWithResponse
Sets the connection to send the response to.
setResponseHandler(ResponseHandler) - Method in class adams.scripting.engine.AbstractScriptingEngine
Sets the response listener to use.
setResponseHandler(ResponseHandler) - Method in interface adams.scripting.engine.RemoteScriptingEngine
Sets the response handler to use.
setResponseJobRunner(JobRunner) - Method in class adams.multiprocess.RemoteCommandJobRunner
Sets the JobRunner sent back as response.
setResponsePayload(byte[]) - Method in class adams.scripting.command.basic.Ping
Sets the payload for the response.
setResponsePayload(byte[]) - Method in class adams.scripting.command.basic.RetrieveFile
Sets the payload for the response.
setResponsePayload(byte[]) - Method in class adams.scripting.command.basic.StartRemoteLogging
Sets the payload for the response.
setResponsePayload(byte[]) - Method in class adams.scripting.command.basic.StopEngine
Sets the payload for the response.
setResponsePayload(byte[]) - Method in class adams.scripting.command.basic.StopRemoteLogging
Sets the payload for the response.
setResponsePayload(byte[]) - Method in class adams.scripting.command.basic.SystemInfo
Sets the payload for the response.
setResponsePayload(byte[]) - Method in class adams.scripting.command.distributed.JobRunner
Sets the payload for the response.
setResponsePayload(byte[]) - Method in class adams.scripting.command.flow.GetFlow
Sets the payload for the response.
setResponsePayload(byte[]) - Method in class adams.scripting.command.flow.ListFlows
Sets the payload for the response.
setResponsePayload(byte[]) - Method in class adams.scripting.command.flow.RestartFlow
Sets the payload for the response.
setResponsePayload(byte[]) - Method in class adams.scripting.command.flow.RunRemoteFlow
Ignored.
setResponsePayload(byte[]) - Method in class adams.scripting.command.flow.SendFlowControlCommand
Sets the payload for the response.
setResponsePayload(byte[]) - Method in interface adams.scripting.command.RemoteCommandWithResponse
Sets the payload for the response.
setRestorationEnabled(boolean) - Method in interface adams.flow.core.RestorableActor
Sets whether to enable restoration.
setRestorationEnabled(boolean) - Method in class adams.flow.source.EnterManyValues
Sets whether to enable restoration.
setRestorationEnabled(boolean) - Method in class adams.flow.source.EnterValue
Sets whether to enable restoration.
setRestorationEnabled(boolean) - Method in class adams.flow.source.SelectDirectory
Sets whether to enable restoration.
setRestorationEnabled(boolean) - Method in class adams.flow.source.SelectFile
Sets whether to enable restoration.
setRestorationFile(PlaceholderFile) - Method in interface adams.flow.core.RestorableActor
Sets the file for storing the state.
setRestorationFile(PlaceholderFile) - Method in class adams.flow.source.EnterManyValues
Sets the file for storing the state.
setRestorationFile(PlaceholderFile) - Method in class adams.flow.source.EnterValue
Sets the file for storing the state.
setRestorationFile(PlaceholderFile) - Method in class adams.flow.source.SelectDirectory
Sets the file for storing the state.
setRestorationFile(PlaceholderFile) - Method in class adams.flow.source.SelectFile
Sets the file for storing the state.
setRestoreEnabled(boolean) - Method in class adams.flow.template.PromptUser
Sets whether to automatically restore the EnterManyValues settings.
setRestoreFile(String) - Method in class adams.flow.template.PromptUser
Sets the file to store the settings in.
setRestoreVar(VariableName) - Method in class adams.flow.template.PromptUser
Sets the variable name to use for the restore file.
setRestrictingStops(boolean) - Method in class adams.flow.control.Sequence
Sets whether to restrict stops or not.
setRestrictingStops(boolean) - Method in interface adams.flow.core.OptionalStopRestrictor
Sets whether to restrict stops or not.
setRestrictions(AbstractScopeRestriction[]) - Method in class adams.flow.execution.debug.MultiScopeRestriction
Sets the scope restrictions to use.
setRestrictions(Class[]) - Method in class adams.gui.goe.classtree.ActorClassTreeFilter
Sets the classes/interfaces that are allowed.
setResult(Actor) - Method in class adams.parser.actorsuggestion.Parser
Sets the result of the evaluation.
setResult(Actor) - Method in class adams.parser.externalactorsuggestion.Parser
Sets the result of the evaluation.
setResult(AbstractActorTemplate) - Method in class adams.parser.templatesuggestion.Parser
Sets the result of the evaluation.
setResult(Boolean) - Method in class adams.parser.booleanexpression.Parser
Sets the result of the evaluation.
setResult(Double) - Method in class adams.parser.mathematicalexpression.Parser
Sets the result of the evaluation.
setResult(Object) - Method in class adams.parser.spreadsheetformula.Parser
Sets the result of the evaluation.
setResult(String) - Method in class adams.parser.stringexpression.Parser
Sets the result of the evaluation.
setResult(Date) - Method in class adams.parser.basedate.Parser
Sets the result of the evaluation.
setResult(Date) - Method in class adams.parser.basedatetime.Parser
Sets the result of the evaluation.
setResult(Date) - Method in class adams.parser.basedatetimemsec.Parser
Sets the result of the evaluation.
setResult(Date) - Method in class adams.parser.basetime.Parser
Sets the result of the evaluation.
setResult(Date) - Method in class adams.parser.basetimemsec.Parser
Sets the result of the evaluation.
setResultFile(PlaceholderFile) - Method in class adams.flow.sink.WekaExperimentGenerator
Sets the file to store the experimental results in.
setResultFormat(WekaExperimentGenerator.ResultFormat) - Method in class adams.flow.sink.WekaExperimentGenerator
Sets the data format the results are stored in.
setResultListener(ResultListener) - Method in class adams.gui.tools.wekamultiexperimenter.setup.weka.AbstractOutputPanel
Sets the ResultListener.
setResultListener(ResultListener) - Method in class adams.gui.tools.wekamultiexperimenter.setup.weka.ArffOutputPanel
Sets the ResultListener.
setResultListener(ResultListener) - Method in class adams.gui.tools.wekamultiexperimenter.setup.weka.CsvOutputPanel
Sets the ResultListener.
setResultListener(ResultListener) - Method in class adams.gui.tools.wekamultiexperimenter.setup.weka.CustomOutputPanel
Sets the ResultListener.
setResultListener(ResultListener) - Method in class adams.gui.tools.wekamultiexperimenter.setup.weka.JdbcOutputPanel
Sets the ResultListener.
setResultListener(ResultListener) - Method in class adams.gui.tools.wekamultiexperimenter.setup.weka.OutputPanel
Sets the ResultListener.
setResultMatrix(ResultMatrix) - Method in class adams.gui.tools.wekamultiexperimenter.analysis.DefaultAnalysisPanel
Sets the matrix to use.
setResults(Instances) - Method in class adams.gui.tools.wekamultiexperimenter.analysis.AbstractAnalysisPanel
Sets the results to analyze.
setResults(Instances) - Method in class adams.gui.tools.wekamultiexperimenter.AnalysisPanel
Sets the results to use for analysis.
setResultsHandler(AbstractResultsHandler) - Method in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment
Sets the results handler to use.
setResultType(XPathResult) - Method in class adams.flow.transformer.XPath
Sets the result type that the expression generates.
setRetainStringValues(boolean) - Method in class weka.core.converters.AArffLoader.AArffReader
Sets whether to retain string values (safe) or not.
setRetrievalDelay(long) - Method in class adams.flow.sink.EnQueue
Sets the delay to enforce on the retrieval of objects from the queue.
setRetrievalType(ObjectRetriever.RetrievalType) - Method in class adams.flow.core.ObjectRetriever
Sets the retrieval type.
setRetrievalType(ObjectRetriever.RetrievalType) - Method in class adams.flow.transformer.CollectionInsert
Sets the retrieval type.
setRetrievalType(ObjectRetriever.RetrievalType) - Method in class adams.flow.transformer.Mat5FileAddArray
Sets the retrieval type.
setRetrievalType(ObjectRetriever.RetrievalType) - Method in class adams.flow.transformer.Mat5FileAddMap
Sets the retrieval type.
setRetrievalType(ObjectRetriever.RetrievalType) - Method in class adams.flow.transformer.Mat5SetStructField
Sets the retrieval type.
setRetry(boolean) - Method in class adams.multiprocess.JobResult
Set should job be retried on fail.
setReturnIndex(boolean) - Method in class adams.data.statistics.ArrayMax
Sets whether to return the index instead of the actual value.
setReturnIndex(boolean) - Method in class adams.data.statistics.ArrayMin
Sets whether to return the index instead of the actual value.
setReturnIndex(boolean) - Method in class adams.flow.transformer.Max
Sets whether to return the value or the index.
setReturnIndex(boolean) - Method in class adams.flow.transformer.Min
Sets whether to return the value or the index.
setReusePreviews(boolean) - Method in class adams.gui.tools.previewbrowser.PreviewDisplay
Sets whether to reuse previews.
setReusePreviews(boolean) - Method in class adams.gui.tools.PreviewBrowserPanel
Sets whether to reuse previews.
setReverse(boolean) - Method in class adams.flow.transformer.Sort
Sets whether to reverse the sorting.
setReverse(boolean) - Method in class adams.flow.transformer.SpreadSheetSortColumns
Sets whether to reverse the sorting.
setReverse(boolean) - Method in class adams.flow.transformer.WekaSpreadSheetToPredictions
Sets whether to reverse the sorting.
setReverse(boolean) - Method in class weka.classifiers.AggregateEvaluations
Sets whether to reverse the sorting.
setRGBA(int) - Method in class adams.flow.transformer.draw.Pixel
Sets the RGBA value of the pixel.
setRGBA(int, int[]) - Method in class adams.data.image.IntArrayMatrixView
Sets the RGBA values at the specified location.
setRGBA(int, int, int[]) - Method in class adams.data.image.IntArrayMatrixView
Sets the RGBA values at the specified location.
setRidge(double) - Method in class adams.data.baseline.AbstractLinearRegressionBased
Sets the ridge parameter.
setRidge(double) - Method in class weka.attributeSelection.LinearRegressionAttributeEval
Set the value of Ridge.
setRidge(double) - Method in class weka.classifiers.functions.LinearRegressionJ
Set the value of Ridge.
setRidge(double) - Method in class weka.classifiers.trees.RandomModelTrees
 
setRidge(double) - Method in class weka.core.WeightedEuclideanDistanceRidge
Set the value of Ridge.
setRight(int) - Method in class adams.data.image.transformer.crop.SimpleCrop
Sets the x of the bottom-right corner.
setRightComponent(JComponent) - Method in class adams.gui.core.SplitPanelWithOptionalComponents
Sets the right component.
setRightComponentHidden(boolean) - Method in class adams.gui.core.BaseSplitPane
Sets the hidden status of the right component.
setRightDetachable(boolean) - Method in class adams.gui.core.SplitPanelWithOptionalComponents
Sets whether the right component is detachable.
setRightDetachableButtonVisible(boolean) - Method in class adams.gui.core.SplitPanelWithOptionalComponents
Sets whether the button to detach the right component is visible.
setRightDetachedFrameTitle(String) - Method in class adams.gui.core.SplitPanelWithOptionalComponents
Sets the frame title for the detached right component.
setRightDividerLocation(double) - Method in class adams.gui.visualization.object.ObjectAnnotationPanel
Sets the proportional location for the right divider.
setRightDividerLocation(double) - Method in class adams.gui.visualization.segmentation.SegmentationPanel
Sets the proportional location for the right divider.
setRightDividerLocation(int) - Method in class adams.flow.transformer.ImageLabeler
Sets the position for the right divider in pixels.
setRightDividerLocation(int) - Method in class adams.flow.transformer.ImageObjectAnnotator
Sets the position for the right divider in pixels.
setRightDividerLocation(int) - Method in class adams.flow.transformer.ImageSegmentationAnnotator
Sets the position for the right divider in pixels.
setRightDividerLocation(int) - Method in class adams.gui.visualization.object.ObjectAnnotationPanel
Sets the location of the right divider.
setRightDividerLocation(int) - Method in class adams.gui.visualization.segmentation.SegmentationPanel
Sets the location of the right divider.
setRoot(AbstractTag) - Method in class adams.doc.docbook.Document
Sets the root element.
setRoot(ActorPath) - Method in class adams.flow.execution.debug.SubFlowRestriction
Sets the root of the subtree to restrict the scope to.
setRotatingExtensions(String[]) - Method in class adams.core.logging.RotatingFileHandler
Sets the extensions to use for the rotating logs.
setRotation(float) - Method in class adams.flow.transformer.pdfstamp.Image
Sets the rotation for the text.
setRotation(float) - Method in class adams.flow.transformer.pdfstamp.Text
Sets the rotation for the text.
setRotation(int) - Method in class adams.flow.transformer.pdfproclet.Image
Sets the degrees to rotate the image by.
setRound(boolean) - Method in class adams.data.objectfilter.Scale
Sets whether to round the scaled values.
setRound(boolean) - Method in class adams.flow.transformer.ScaleReportObjects
Sets whether to round the scaled values.
setRoundingType(RoundingType) - Method in class adams.data.conversion.MathExpression
Sets the roundingType to perform on the doubles.
setRoundingType(RoundingType) - Method in class adams.data.objectfilter.Scale
Sets the type of rounding to perform.
setRoundingType(RoundingType) - Method in class adams.flow.source.MathExpression
Sets the roundingType to perform on the doubles.
setRoundingType(RoundingType) - Method in class adams.flow.transformer.MathExpression
Sets the roundingType to perform on the doubles.
setRoundingType(RoundingType) - Method in class adams.flow.transformer.ScaleReportObjects
Sets the type of rounding to perform.
setRoundOutput(boolean) - Method in class adams.data.conversion.MathExpression
Sets whether to round the output of the expression.
setRoundOutput(boolean) - Method in class adams.flow.source.MathExpression
Sets whether to round the output of the expression.
setRoundOutput(boolean) - Method in class adams.flow.transformer.MathExpression
Sets whether to round the output of the expression.
setrow(Matrix, int, Matrix) - Static method in class edu.umbc.cs.maple.utils.JamaUtils
Sets the specified row of a matrix.
setRow(int) - Method in class adams.data.conversion.SpreadSheetInsertCellLocation
Sets the row index to use for the cell location.
setRow(BaseString[]) - Method in class adams.flow.transformer.WekaExperimentEvaluation
Sets the list of fields that identify a row.
setRow(BaseString[]) - Method in class adams.gui.tools.wekainvestigator.tab.experimenttab.output.TextOutput
Sets the list of fields that identify a row.
setRow(Index) - Method in class adams.data.spreadsheet.cellfinder.SingleCell
Sets the row to locate.
setRow(Index) - Method in class adams.data.spreadsheet.rowscore.ArrayStatistic
Sets the cell's row to get the score from.
setRow(Index) - Method in class adams.data.spreadsheet.rowscore.RowStatistic
Sets the cell's row to get the score from.
setRow(Index) - Method in class adams.flow.transformer.SpreadSheetRowStatistic
Sets the row to generate the statistic for.
setRow(Index) - Method in class adams.flow.transformer.WekaGetInstancesValue
Sets the 1-based index of the row.
setRow(Index) - Method in class adams.flow.transformer.WekaSetInstancesValue
Sets the 1-based index of the row.
setRow(Range) - Method in class adams.flow.transformer.SpreadSheetGetCell
Sets the row(s) of the cell(s).
setRow(Range) - Method in class adams.flow.transformer.SpreadSheetSetCell
Sets the row(s) of the cell(s).
setRow(SpreadSheetRowIndex) - Method in class adams.data.conversion.SpreadSheetUseRowAsHeader
Sets the row to use as new header.
setRowAttribute1(String) - Method in class adams.tools.CompareDatasets
Sets the index of the attribute used for identifying rows to compare against each other (first dataset).
setRowAttribute2(String) - Method in class adams.tools.CompareDatasets
Sets the index of the attribute used for identifying rows to compare against each other (second dataset).
setRowFinder(RowFinder) - Method in class adams.data.conversion.SpreadSheetRowFinderToRange
Sets the row finder to use.
setRowFinder(RowFinder) - Method in class adams.data.io.input.ObjectLocationsSpreadSheetReader
Sets the row finder to use for selecting a subset before extracting object locations.
setRowFinder(RowFinder) - Method in class adams.data.spreadsheet.cellfinder.RowFinderRange
Sets the row finder to use for locating the rows.
setRowFinder(RowFinder) - Method in class adams.data.spreadsheet.columnfinder.RowFilteredColumnFinder
Sets the row finder to use.
setRowFinder(RowFinder) - Method in class adams.data.spreadsheet.rowfinder.AbstractFilteredRowFinder
Sets the row finder to use.
setRowFinder(RowFinder) - Method in class adams.gui.tools.spreadsheetviewer.chart.AbstractRowBasedChartGenerator
Sets the row finder to use for restricting the rows used for the chart.
setRowFinder(RowFinder) - Method in class adams.data.weka.columnfinder.RowFilteredColumnFinder
Sets the row finder to use.
setRowFinder(RowFinder) - Method in class adams.data.weka.datasetsplitter.RowSplitter
Sets the row-finder to use to select rows for the first dataset.
setRowFinder(RowFinder) - Method in class adams.data.weka.rowfinder.AbstractFilteredRowFinder
Sets the row finder to use.
setRowFinder(RowFinder) - Method in class weka.filters.unsupervised.attribute.AttributeSummaryTransferFilter
Sets the training data row selector.
setRowFinder(RowFinder) - Method in class weka.filters.unsupervised.instance.AbstractRowFinderApplier
Sets the row finder to use.
setRowFinder(RowFinder) - Method in class weka.filters.unsupervised.instance.AccumulatedLWLWeights
Sets the row finder scheme.
setRowFinderEnabled(boolean) - Method in class weka.filters.unsupervised.instance.AccumulatedLWLWeights
Sets the whether to use the row finder.
setRowHeight(int) - Method in class adams.gui.core.BaseTableWithButtons
Sets the height, in pixels, of all cells to rowHeight, revalidates, and repaints.
setRowHeight(int) - Method in class adams.gui.core.SortableAndSearchableTableWithButtons
Sets the height, in pixels, of all cells to rowHeight, revalidates, and repaints.
setRowIndex(String) - Method in class adams.gui.visualization.instance.InstanceComparePanel.DatasetPanel
Sets the index of the attribute to use for matching rows (only works if dataset already loaded).
setRowRange(String) - Method in class weka.filters.unsupervised.instance.KeepRange
Sets the unordered range of rows to keep.
setRowReportNames(SpreadSheetRowIndex) - Method in class adams.data.conversion.SpreadSheetRowsToReport
Sets the row that contains the report names.
setRows(int) - Method in class adams.core.discovery.genetic.AbstractGeneticDoubleMatrixDiscoveryHandler
Sets the size of array.
setRows(int) - Method in class adams.gui.core.AdjustableGridPanel
Updates the rows to display.
setRows(int) - Method in class adams.gui.core.BaseLogPanel
Sets the number rows in the text area.
setRows(int) - Method in class adams.gui.core.BaseTextAreaWithButtons
Sets the rows.
setRows(int) - Method in class adams.gui.core.SimpleLogPanel
Sets the rows.
setRows(int) - Method in interface adams.gui.core.TextAreaComponent
Sets the rows.
setRows(int) - Method in class adams.gui.wizard.TextAreaPage
Sets the number of rows for this TextArea.
setRows(int) - Method in class weka.filters.supervised.attribute.SIMPLSMatrixFilterFromGeneticString
 
setRows(int[]) - Method in class adams.gui.visualization.report.reportfactory.AbstractTableAction
Sets the rows to use.
setRows(int[]) - Method in class adams.parser.spreadsheetquery.ParserHelper
Sets the rows to use.
setRows(BaseInteger[]) - Method in class adams.data.weka.rowfinder.Constant
Sets the constant set of rows to find.
setRows(Range) - Method in class adams.data.conversion.AbstractSpreadSheetToMatrix
Sets the range of rows to use.
setRows(Range) - Method in class adams.data.conversion.SpreadSheetAddFormulaColumn
Sets the range of rows to add the sum for.
setRows(Range) - Method in class adams.data.conversion.SpreadSheetAddSumColumn
Sets the range of rows to add the sum for.
setRows(Range) - Method in class adams.data.spreadsheet.cellfinder.CellRange
Sets the rows to locate.
setRows(Range) - Method in class adams.data.spreadsheet.cellfinder.CellTypeRange
Sets the rows to locate.
setRows(Range) - Method in class adams.data.spreadsheet.cellfinder.ColumnFinderRange
Sets the rows to locate.
setRows(Range) - Method in class adams.data.spreadsheet.matrixstatistic.AbstractMatrixStatistic
Sets the rows of the subset.
setRows(Range) - Method in class adams.data.spreadsheet.rowfinder.ByIndex
Sets the range of rows to select.
setRows(Range) - Method in class adams.flow.transformer.SpreadSheetCopyRows
Sets the range of rows to copy.
setRows(Range) - Method in class adams.flow.transformer.SpreadSheetStorageRowIterator
Sets the rows to retrieve the values from.
setRows(Range) - Method in class adams.flow.transformer.SpreadSheetSubset
Sets the rows of the subset.
setRows(Range) - Method in class adams.flow.transformer.SpreadSheetSubsetFromGroup
Sets the rows of the subset.
setRows(Range) - Method in class adams.flow.transformer.SpreadSheetVariableRowIterator
Sets the rows to retrieve the values from.
setRows(String) - Method in class adams.gui.tools.spreadsheetviewer.chart.Histogram
Sets the range of rows to use, if Histogram.Selection.ROW.
setRowScore(AbstractRowScore) - Method in class adams.data.spreadsheet.rowscore.AbstractMetaRowScore
Sets the row score algorithm to use.
setRowScores(AbstractRowScore[]) - Method in class adams.data.spreadsheet.rowscore.MultiRowScore
Sets the row score algorithms to use.
setRowSelection(AbstractRowSelection) - Method in class weka.filters.unsupervised.instance.MultiRowProcessor
Sets the row selection scheme to use.
setRowsReport(SpreadSheetRowRange) - Method in class adams.data.conversion.SpreadSheetColumnsToReport
Sets the rows with report.
setRowsReportValues(SpreadSheetRowRange) - Method in class adams.data.conversion.SpreadSheetRowsToReport
Sets the rows with the report values.
setRsh(String) - Method in class adams.flow.source.RSync
 
setRsh(String) - Method in class adams.flow.source.SimpleRSync
 
setRsyncPath(String) - Method in class adams.flow.source.RSync
 
setRsyncPath(String) - Method in class adams.flow.source.SimpleRSync
 
setRules(BaseKeyValuePair[]) - Method in class adams.data.objectfilter.RenameLabels
Sets the rules for renaming the labels.
setRules(LookUpUpdateText) - Method in class adams.flow.transformer.LookUpUpdate
Sets the rules to use for updating.
setRunGC(boolean) - Method in class adams.gui.flow.FlowPanel
Sets whether to run the GC after the flow finished executing.
setRunInformation(boolean) - Method in class adams.gui.tools.wekainvestigator.tab.attseltab.output.TextStatistics
Sets whether the run information is output as well.
setRunInformation(boolean) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.TextStatistics
Sets whether the run information is output as well.
setRunInformation(boolean) - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.output.TextStatistics
Sets whether the run information is output as well.
setRunInformation(boolean) - Method in class adams.gui.tools.wekainvestigator.tab.experimenttab.output.TextOutput
Sets whether the run information is output as well.
setRuns(int) - Method in class adams.flow.sink.WekaExperimentGenerator
Sets the number of runs to perform.
setRuns(int) - Method in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment
Sets the number of runs.
setSafeLinks(boolean) - Method in class adams.flow.source.RSync
 
setSameAxis(boolean) - Method in class adams.flow.sink.BoxPlot
Set whether the box plots use the same axis scale
setSameAxis(boolean) - Method in class adams.gui.visualization.stats.boxplot.BoxPlotManager
Set whether each box plot should have the same axis scale
setSampleID(String) - Method in class adams.flow.transformer.AbstractDeleteDbReportValue
Sets the sample ID.
setSampleInterval(int) - Method in class adams.flow.standalone.MemoryMonitor
Sets the sample interval.
setSampleSize(int) - Method in class adams.data.spc.AbstractControlChartWithSampleSize
Sets the sample size.
setSampleSize(int) - Method in interface adams.data.spc.ControlChartWithSampleSize
Sets the sample size.
setSampleSize(int) - Method in class adams.flow.transformer.SpreadSheetRandomSystematicSample
Sets the sample size.
setSampleSize(int) - Method in class weka.filters.unsupervised.attribute.InterquartileRangeSamp
Sets the sample size to use.
setSampleType(XGBoost.SampleType) - Method in class weka.classifiers.trees.XGBoost
Sets the type of sampling algorithm.
setSaveInstances(boolean) - Method in class weka.classifiers.trees.m5.Rule2
Sets whether instances at each node in an M5 tree should be saved for visualization purposes.
setSaveInstances(boolean) - Method in class weka.classifiers.trees.m5.RuleNode2
Set whether to save instances for visualization purposes.
setSaveInstances(boolean) - Method in class weka.classifiers.trees.M5P2
Set whether to save instance data at each node in the tree for visualization purposes
setScale(boolean, double) - Method in class adams.gui.tools.ImageProcessorSubPanel
Sets the scaling factor (0-16).
setScale(double) - Method in class adams.data.distribution.Cauchy
Sets the scale.
setScale(double) - Method in class adams.data.distribution.Gamma
Sets the scale.
setScale(double) - Method in class adams.data.distribution.LogNormal
Sets the scale.
setScale(double) - Method in class adams.flow.transformer.locateobjects.XScreenMaskLocator
Set scale factor of working image.
setScale(double) - Method in class adams.flow.transformer.pdfproclet.Image
Sets the scale factor (0-1) for images based on the page size.
setScale(double) - Method in class adams.gui.visualization.image.ColorPickerPanel.ZoomPanel
Sets the scale factor for the zoom.
setScale(double) - Method in class adams.gui.visualization.image.ImagePanel.PaintPanel
Sets the scaling factor.
setScale(double) - Method in class adams.gui.visualization.image.ImagePanel
Sets the scaling factor (0-16).
setScale(double) - Method in class adams.gui.visualization.pdf.PDFPanel
Sets the scaling factor (1 = default).
setScale(double) - Method in class adams.gui.visualization.stats.paintlet.Gamma
Set the scale parameter for the gamma distribution
setScale(double) - Method in class weka.filters.unsupervised.attribute.NormalizeAdaptive
 
setScale(double, boolean) - Method in class adams.gui.tools.ImageProcessorPanel
Sets the scaling factor (0-16).
setScale(float) - Method in class adams.flow.transformer.pdfstamp.Image
Sets the scale factor (0-1) for images based on the page size.
setScaleFactor(double) - Method in class adams.flow.transformer.negativeregions.SimpleBlockFill
Sets the scale factor for the image.
setScaleFactor(double) - Method in class adams.gui.flow.tree.Tree
Sets the scale factor for the text/icons.
setScalePositiveWeights(float) - Method in class weka.classifiers.trees.XGBoost
Sets the positive-weights scale factor.
setScaler(AbstractErrorScaler) - Method in class adams.data.weka.predictions.AutoScaler
Sets the scaler to use for numeric data.
setScaleX(double) - Method in class adams.data.objectfilter.Scale
Sets the scale factor for x/width.
setScaleX(double) - Method in class adams.flow.transformer.ScaleReportObjects
Sets the scale factor for x/width.
setScaleY(double) - Method in class adams.data.objectfilter.Scale
Sets the scale factor for y/width.
setScaleY(double) - Method in class adams.flow.transformer.ScaleReportObjects
Sets the scale factor for y/width.
setScalingEnabled(boolean) - Method in class adams.gui.print.ScalableComponentWriter
sets whether to enable scaling.
setScalingRange(double) - Method in class adams.data.filter.AbstractDerivative
Sets the range to scale the abundances to after each derivation step (= 0 turns scaling off; -1 sets scaling to input range).
setScalingType(Resize.ScalingType) - Method in class adams.data.image.transformer.Resize
Sets the type of interpolation to use.
setSchedule(CronSchedule) - Method in class adams.flow.control.flowrestart.trigger.Cron
Sets the execution schedule.
setSchedule(CronSchedule) - Method in class adams.flow.control.flowrestart.trigger.MetaCron
Sets the execution schedule.
setSchedule(CronSchedule) - Method in class adams.flow.standalone.Cron
Sets the execution schedule.
setScope(ForceFlush.FlushScope) - Method in class adams.flow.control.ForceFlush
Sets the scope for the flush.
setScope(SpreadSheetReplaceCellValue.Scope) - Method in class adams.flow.transformer.SpreadSheetReplaceCellValue
Sets the scope of the replace.
setScopeHandlingStorage(ScopeHandler.ScopeHandling) - Method in interface adams.flow.control.LocalScopeHandler
Sets how to handle storage in the local scope.
setScopeHandlingStorage(ScopeHandler.ScopeHandling) - Method in class adams.flow.control.LocalScopeTransformer
Sets how to handle storage in the local scope.
setScopeHandlingStorage(ScopeHandler.ScopeHandling) - Method in class adams.flow.control.LocalScopeTrigger
Sets how to handle storage in the local scope.
setScopeHandlingVariables(ScopeHandler.ScopeHandling) - Method in interface adams.flow.control.LocalScopeHandler
Sets how to handle variables into the local scope.
setScopeHandlingVariables(ScopeHandler.ScopeHandling) - Method in class adams.flow.control.LocalScopeTransformer
Sets how to handle variables into the local scope.
setScopeHandlingVariables(ScopeHandler.ScopeHandling) - Method in class adams.flow.control.LocalScopeTrigger
Sets how to handle variables into the local scope.
setScopeRestriction(AbstractScopeRestriction) - Method in class adams.flow.control.Breakpoint
Sets the restriction for the scope to use for suspending the flow execution.
setScopeRestriction(AbstractScopeRestriction) - Method in class adams.flow.execution.Debug
Sets the restriction for the scope to use for suspending the flow execution.
setScore(AbstractRowScore) - Method in class adams.flow.transformer.SpreadSheetInsertRowScore
Sets the score algorithm to use.
setScoreKey(String) - Method in class adams.data.io.output.OpexObjectLocationsWriter
Sets the key in the meta-data containing the score.
setScoreKey(String) - Method in class adams.data.objectfilter.MergeOverlaps
Sets the (optional) key for a numeric prediction score in the meta-data.
setScoreKey(String) - Method in class adams.data.overlappingobjectremoval.KeepHighestMetaDataValue
Sets the key for the score in the meta-data.
setScoreKey(String) - Method in class adams.data.overlappingobjectremoval.MergeOverlaps
Sets the (optional) key for a numeric prediction score in the meta-data.
setScoreSuffix(String) - Method in class adams.data.io.input.OpexObjectLocationsReader
Sets the field suffix used in the report for scores.
setScreenshotQueue(StorageName) - Method in class adams.flow.transformer.CompareObjectLocations
Sets the queue to receive the screenshot.
setScript(PlaceholderFile) - Method in class adams.flow.source.PythonExec
Sets the Python script to run.
setScriptFile(PlaceholderFile) - Method in interface adams.core.scripting.FileBasedScripting
Sets the script file.
setScriptFile(PlaceholderFile) - Method in class adams.data.boofcv.features.AbstractScriptedFeatureGenerator
Sets the script file.
setScriptFile(PlaceholderFile) - Method in class adams.data.boofcv.transformer.AbstractScriptedTransformer
Sets the script file.
setScriptFile(PlaceholderFile) - Method in class adams.data.conversion.AbstractScriptedConversion
Sets the script file.
setScriptFile(PlaceholderFile) - Method in class adams.data.filter.AbstractScriptedFilter
Sets the script file.
setScriptFile(PlaceholderFile) - Method in class adams.data.image.features.AbstractScriptedFeatureGenerator
Sets the script file.
setScriptFile(PlaceholderFile) - Method in class adams.data.image.transformer.AbstractScriptedTransformer
Sets the script file.
setScriptFile(PlaceholderFile) - Method in class adams.data.jai.transformer.AbstractScriptedTransformer
Sets the script file.
setScriptFile(PlaceholderFile) - Method in class adams.data.opencv.features.AbstractScriptedFeatureGenerator
Sets the script file.
setScriptFile(PlaceholderFile) - Method in class adams.data.opencv.transformer.AbstractScriptedTransformer
Sets the script file.
setScriptFile(PlaceholderFile) - Method in class adams.data.outlier.AbstractScriptedOutlierDetector
Sets the script file.
setScriptFile(PlaceholderFile) - Method in class adams.data.report.AbstractScriptedReportFilter
Sets the script file.
setScriptFile(PlaceholderFile) - Method in class adams.flow.condition.bool.AbstractScriptedCondition
Sets the Groovy module.
setScriptFile(PlaceholderFile) - Method in class adams.flow.core.AbstractScriptedActor
Sets the script file.
setScriptFile(PlaceholderFile) - Method in class adams.flow.template.AbstractScriptedTemplate
Sets the script file.
setScriptFile(PlaceholderFile) - Method in class adams.flow.transformer.pdfgenerate.AbstractScriptedPDFGenerator
Sets the script file.
setScriptFile(PlaceholderFile) - Method in class adams.tools.AbstractScriptedTool
Sets the script file.
setScriptingEngine(RemoteScriptingEngine) - Method in class adams.multiprocess.RemoteCommandJobRunner
Sets the scripting engine to use for listening for the results.
setScriptingEngine(RemoteScriptingEngine) - Method in class adams.scripting.engine.AbstractScriptingEngineEnhancer
Sets the scripting engine to use.
setScriptingPort(int) - Method in class adams.scripting.connection.AbstractSSHConnectionWithPortForwarding
Sets the port of the remote scripting engine to connect to.
setScriptOptions(BaseText) - Method in interface adams.core.scripting.FileBasedScriptingWithOptions
Sets the script options.
setScriptOptions(BaseText) - Method in class adams.data.boofcv.features.AbstractScriptedFeatureGenerator
Sets the script options.
setScriptOptions(BaseText) - Method in class adams.data.boofcv.transformer.AbstractScriptedTransformer
Sets the script options.
setScriptOptions(BaseText) - Method in class adams.data.conversion.AbstractScriptedConversion
Sets the script options.
setScriptOptions(BaseText) - Method in class adams.data.filter.AbstractScriptedFilter
Sets the script options.
setScriptOptions(BaseText) - Method in class adams.data.image.features.AbstractScriptedFeatureGenerator
Sets the script options.
setScriptOptions(BaseText) - Method in class adams.data.image.transformer.AbstractScriptedTransformer
Sets the script options.
setScriptOptions(BaseText) - Method in class adams.data.jai.transformer.AbstractScriptedTransformer
Sets the script options.
setScriptOptions(BaseText) - Method in class adams.data.opencv.features.AbstractScriptedFeatureGenerator
Sets the script options.
setScriptOptions(BaseText) - Method in class adams.data.opencv.transformer.AbstractScriptedTransformer
Sets the script options.
setScriptOptions(BaseText) - Method in class adams.data.outlier.AbstractScriptedOutlierDetector
Sets the script options.
setScriptOptions(BaseText) - Method in class adams.data.report.AbstractScriptedReportFilter
Sets the script options.
setScriptOptions(BaseText) - Method in class adams.flow.condition.bool.AbstractScriptedCondition
Sets the script options.
setScriptOptions(BaseText) - Method in class adams.flow.core.AbstractScriptedActor
Sets the script options.
setScriptOptions(BaseText) - Method in class adams.flow.source.PythonExec
Sets the command-line options for the script.
setScriptOptions(BaseText) - Method in class adams.flow.template.AbstractScriptedTemplate
Sets the script options.
setScriptOptions(BaseText) - Method in class adams.flow.transformer.pdfgenerate.AbstractScriptedPDFGenerator
Sets the script options.
setScriptOptions(BaseText) - Method in class adams.tools.AbstractScriptedTool
Sets the script options.
setScrollBarBlockIncrement(int) - Method in class adams.gui.core.BaseScrollPane
Sets the block increments of both bars.
setScrollBarUnitIncrement(int) - Method in class adams.gui.core.BaseScrollPane
Sets the unit increments of both bars.
setSearch(AbstractFileSystemSearchlet) - Method in class adams.flow.source.FileSystemSearch
Sets the search algorithm to use.
setSearch(String) - Method in class adams.gui.core.dotnotationtree.DotNotationTree
Sets the search string.
setSearch(ASSearch) - Method in class adams.flow.transformer.WekaAttributeSelection
Sets the evaluation method to use.
setSearch(NearestNeighbourSearch) - Method in class adams.flow.transformer.WekaNearestNeighborSearch
Sets the search algorithm.
setSearchAlgorithm(NearestNeighbourSearch) - Method in class weka.classifiers.lazy.LWLDatasetBuilder
Sets the nearestNeighbourSearch algorithm to be used for finding nearest neighbour(s).
setSearchDirection(ClosestNumericValue.SearchDirection) - Method in class adams.data.spreadsheet.rowfinder.ClosestNumericValue
Sets the search direction to use.
setSearches(AbstractFileSystemSearchlet[]) - Method in class adams.flow.source.filesystemsearch.MultiSearch
Sets the search algorithms to use.
setSearchText(String) - Method in class adams.gui.core.SearchPanel
Sets the search text.
setSearchVisible(boolean) - Method in class adams.gui.core.FilePanel
Sets the visibility state of the search box.
setSearchVisible(boolean) - Method in class adams.gui.core.SpreadSheetTableWithSearch
Sets whether the search is visible.
setSecondAttribute(String) - Method in class weka.filters.unsupervised.attribute.MergeTwoAttributes
Sets the name of the second attribute.
setSecondAttributeRange(String) - Method in class adams.gui.InstanceCompare
Sets the second attribute range ('second' and 'last' can be used as well).
setSecondAttributeRange(String) - Method in class adams.gui.visualization.instance.InstanceComparePanel
Sets the second attribute range ('second' and 'last' can be used as well).
setSecondColor(Color) - Method in class adams.gui.visualization.core.BiColorGenerator
Sets the second color of the gradient.
setSecondCrossValidationSeed(int) - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithmWithSecondEvaluation
Sets the seed value to use for cross-validation (second evaluation).
setSecondDataset(PlaceholderFile) - Method in class adams.gui.InstanceCompare
Sets the second dataset.
setSecondDataset(File) - Method in class adams.gui.visualization.instance.InstanceComparePanel
Sets the second dataset.
setSecondFolds(int) - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithmWithSecondEvaluation
Sets the number of folds to use in cross-validation (second evaluation).
setSecondNewFitness(double, Object, int, int[]) - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithmWithSecondEvaluation
Sets a fitness and keep it if better (second evaluation).
setSecondRange(BaseRegExp) - Method in class weka.filters.unsupervised.attribute.OuterProductAnalysis
Sets the prefix to use for the generated attributes.
setSecondRowIndex(String) - Method in class adams.gui.InstanceCompare
Sets the second row index ('second' and 'last' can be used as well).
setSecondRowIndex(String) - Method in class adams.gui.visualization.instance.InstanceComparePanel
Sets the second row index ('second' and 'last' can be used as well).
setSeed(int) - Method in class adams.data.weka.evaluator.AbstractCrossvalidatedInstanceEvaluator
Sets the seed value for cross-validation.
setSeed(int) - Method in class adams.opt.optimise.genetic.AbstractGeneticAlgorithm
Sets the seed value to use, resets the random number generator.
setSeed(int) - Method in class weka.classifiers.functions.FakeClassifier
Sets the seed value for the random values.
setSeed(int) - Method in class weka.classifiers.trees.XGBoost
Sets the random number seed.
setSeed(int) - Method in class weka.filters.supervised.instance.RemoveOutliers
Sets the seed value.
setSeed(int) - Method in class weka.filters.unsupervised.attribute.InputSmearing
Set the seed for random number generation.
setSeed(int) - Method in class weka.filters.unsupervised.instance.RemoveDuplicates
Set the seed for random number generation.
setSeed(int) - Method in class weka.filters.unsupervised.instance.WeightsBasedResample
Set the seed for random number generation.
setSeed(long) - Method in interface adams.core.Randomizable
Sets the seed value.
setSeed(long) - Method in class adams.data.random.AbstractSeededRandomNumberGenerator
Sets the seed value.
setSeed(long) - Method in interface adams.data.random.SeededRandomNumberGenerator
Sets the seed value.
setSeed(long) - Method in class adams.data.splitgenerator.generic.randomization.DefaultRandomization
Sets the seed value.
setSeed(long) - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesCrossValidationFoldGenerator
Sets the seed value.
setSeed(long) - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesGroupedCrossValidationFoldGenerator
Sets the seed value.
setSeed(long) - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesGroupedRandomSplitGenerator
Sets the seed value.
setSeed(long) - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesRandomSplitGenerator
Sets the seed value.
setSeed(long) - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.ManualSplitGenerator
Sets the seed value.
setSeed(long) - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.SpreadSheetRandomSplitGenerator
Sets the seed value.
setSeed(long) - Method in class adams.flow.transformer.negativeregions.RandomRegions
Sets the seed value.
setSeed(long) - Method in class adams.flow.transformer.preparefilebaseddataset.AbstractRandomizableFileBasedDatasetPreparation
Sets the seed value.
setSeed(long) - Method in class adams.flow.transformer.SpreadSheetAnonymize
Sets the seed value.
setSeed(long) - Method in class adams.flow.transformer.SpreadSheetRandomSystematicSample
Sets the seed value.
setSeed(long) - Method in class adams.flow.transformer.WekaAttributeSelection
Sets the seed value.
setSeed(long) - Method in class adams.flow.transformer.WekaBootstrapping
Sets the seed value.
setSeed(long) - Method in class adams.flow.transformer.WekaClassifierRanker
Sets the seed value.
setSeed(long) - Method in class adams.flow.transformer.WekaCrossValidationClustererEvaluator
Sets the seed value.
setSeed(long) - Method in class adams.flow.transformer.WekaCrossValidationEvaluator
Sets the seed value.
setSeed(long) - Method in class adams.flow.transformer.WekaCrossValidationSplit
Sets the seed value.
setSeed(long) - Method in class adams.flow.transformer.WekaRandomSplit
Sets the seed value.
setSeed(long) - Method in class adams.gui.visualization.image.leftclick.RandomBoundingBox
Sets the seed value.
setSeed(long) - Method in class adams.gui.visualization.sequence.pointpreprocessor.Jitter
Sets the seed value.
setSeed(long) - Method in class adams.ml.evaluation.AbstractSplitGenerator
Sets the seed value.
setSeed(long) - Method in class adams.multiprocess.WekaCrossValidationExecution
Sets the seed value.
setSeed(long) - Method in class adams.opt.genetic.AbstractGeneticAlgorithm
Sets the seed value to use, resets the random number generator.
setSeed(long) - Method in class adams.opt.optimise.RandomOptimiser
Sets the seed value.
setSeed(long) - Method in class weka.classifiers.AbstractSplitGenerator
Sets the seed value.
setSegments(AbstractSplitOnDate.Segments) - Method in class adams.flow.transformer.timeseriessplit.AbstractSplitOnDate
Sets the segments to return.
setSelected(boolean) - Method in class adams.gui.action.AbstractBaseAction
Sets the name of the action, i.e., the menuitem/button caption.
setSelected(boolean) - Method in interface adams.gui.action.BaseAction
Sets the name of the action, i.e., the menuitem/button caption.
setSelected(int, int, boolean) - Method in class adams.flow.transformer.SpreadSheetCellSelector.Table
Sets the selection state of a cell.
setSelected(int, int, boolean) - Method in class adams.flow.transformer.SpreadSheetCellSelector.TableModel
Sets the selection state of a cell.
setSelectedClass(String) - Method in class adams.gui.tools.ClassHelpPanel
Sets the initially selected class.
setSelectedColor(Color) - Method in class adams.gui.visualization.image.ColorPickerPanel
Sets the initial selected color.
setSelectedEntries(String[]) - Method in class adams.gui.core.AbstractNamedHistoryPanel
Sets the entries to be displayed as selected.
setSelectedEntry(String) - Method in class adams.gui.core.AbstractNamedHistoryPanel
Sets the entry to be displayed as selected.
setSelectedFile(File) - Method in class adams.gui.chooser.BaseFileChooser
Sets the selected file.
setSelectedFile(File) - Method in interface adams.gui.chooser.FileChooser
Sets the selected file.
setSelectedFiles(File[]) - Method in class adams.gui.chooser.BaseFileChooser
Sets the list of selected files if the file chooser is set to allow multiple selection.
setSelectedFiles(File[]) - Method in interface adams.gui.chooser.FileChooser
Sets the list of selected files if the file chooser is set to allow multiple selection.
setSelectedFullName(String) - Method in class adams.gui.flow.tree.Tree
Sets the selected node using its full name.
setSelectedIndex(int) - Method in class adams.gui.core.AbstractNamedHistoryPanel
Sets the index to be displayed as selected.
setSelectedIndex(int) - Method in class adams.gui.core.BaseListWithButtons
Selects a single cell.
setSelectedIndex(int) - Method in class adams.gui.core.MultiPagePane
Selects the specified page index.
setSelectedIndices(int[]) - Method in class adams.gui.core.AbstractNamedHistoryPanel
Sets the indices to be displayed as selected.
setSelectedIndices(int[]) - Method in class adams.gui.core.BaseListWithButtons
Changes the selection to be the set of indices specified by the given array.
setSelectedIndices(int[]) - Method in class adams.gui.core.MultiPagePane
Sets the currently selected page indices.
setSelectedItem(String) - Method in class adams.gui.core.dotnotationtree.DotNotationTree
The item to select initially.
setSelectedItem(String) - Method in class adams.gui.goe.actorpathtree.ActorPathTree
The item to select initially.
setSelectedItems(String[]) - Method in class adams.gui.core.dotnotationtree.DotNotationTree
The items to select initially.
setSelectedPage(int) - Method in class adams.gui.wizard.WizardPane
Sets the specified page as active one.
setSelectedPage(AbstractWizardPage) - Method in class adams.gui.wizard.WizardPaneWithBranches
Sets the specified page as active one.
setSelectedPage(Component) - Method in class adams.gui.core.MultiPagePane
Selects the specified page component as active page.
setSelectedResult(String) - Method in class adams.flow.sink.DisplayPanelManager.HistorySplitPanel
Selects the panel with the given ID.
setSelectedRow(int) - Method in class adams.gui.core.BaseTable
Sets the selected row (clears all others).
setSelectedRow(int) - Method in class adams.gui.core.BaseTableWithButtons
Sets the selected row (clears all others).
setSelectedRow(int) - Method in class adams.gui.core.SortableAndSearchableTableWithButtons
Sets the selected row (clears all others).
setSelectedRows(int[]) - Method in class adams.gui.core.BaseTable
Sets the selected rows (clears all others).
setSelectedRows(int[]) - Method in class adams.gui.core.BaseTableWithButtons
Sets the selected rows (clears all others).
setSelectedRows(int[]) - Method in class adams.gui.core.SortableAndSearchableTableWithButtons
Sets the selected rows (clears all others).
setSelectedRowsProcessors(ProcessSelectedRows[]) - Method in class adams.flow.sink.SpreadSheetDisplay
Sets the processors for the selected rows.
setSelectedValue(Object, boolean) - Method in class adams.gui.core.BaseListWithButtons
Selects the specified object from the list.
setSelectedValues(String[]) - Method in class adams.gui.wizard.ListPage
Sets the initially selected list values.
setSelectedValues(List<String>) - Method in class adams.gui.wizard.ListPage
Sets the initially selected list values.
setSelection(Histogram.Selection) - Method in class adams.gui.tools.spreadsheetviewer.chart.Histogram
Sets what data to use as basis for the histogram.
setSelectionEnabled(boolean) - Method in class adams.gui.visualization.image.ImagePanel.PaintPanel
Sets whether selection is enabled or not.
setSelectionEnabled(boolean) - Method in class adams.gui.visualization.image.ImagePanel
Sets whether selection is enabled or not.
setSelectionEnd(int) - Method in class adams.gui.core.TextEditorPanel
Sets the selection end to the specified position.
setSelectionFullNames(List<String>) - Method in class adams.gui.flow.tree.Tree
Sets the selected nodes based on their full names.
setSelectionMode(int) - Method in class adams.gui.core.BaseListWithButtons
Sets the selection mode for the list.
setSelectionMode(int) - Method in class adams.gui.core.BaseTableWithButtons
Sets the table's selection mode to allow only single selections, a single contiguous interval, or multiple intervals.
setSelectionMode(int) - Method in class adams.gui.core.dotnotationtree.DotNotationTree
Sets the selection mode.
setSelectionMode(int) - Method in class adams.gui.core.SortableAndSearchableTableWithButtons
Sets the table's selection mode to allow only single selections, a single contiguous interval, or multiple intervals.
setSelectionMode(int) - Method in class adams.gui.visualization.container.AbstractContainerList
Sets the selection mode of the table.
setSelectionMode(int) - Method in class adams.gui.wizard.ListPage
Sets the selection mode.
setSelectionModel(ListSelectionModel) - Method in class adams.gui.core.BaseListWithButtons
Sets the selectionModel for the list to a non-null ListSelectionModel implementation.
setSelectionModel(ListSelectionModel) - Method in class adams.gui.core.BaseTableWithButtons
Sets the row selection model for this table to newModel and registers for listener notifications from the new selection model.
setSelectionModel(ListSelectionModel) - Method in class adams.gui.core.SortableAndSearchableTableWithButtons
Sets the row selection model for this table to newModel and registers for listener notifications from the new selection model.
setSelectionModel(TreeSelectionModel) - Method in class adams.gui.flow.tree.Tree
Sets the tree's selection model.
setSelectionProcessor(SelectionProcessor) - Method in class adams.flow.sink.ImageViewer
Sets the selection processor to use.
setSelectionProcessor(SelectionProcessor) - Method in class adams.flow.transformer.ImageAnnotator
Sets the selection processor to use.
setSelectionProcessor(SelectionProcessor) - Method in class adams.gui.tools.previewbrowser.AnnotateImage
Sets the selection processor to use.
setSelectionProcessor(AbstractSelectionProcessor) - Method in class weka.filters.unsupervised.instance.MultiRowProcessor
Sets the selection processor scheme to use.
setSelectionShapePainter(SelectionShapePainter) - Method in class adams.flow.sink.ImageViewer
Sets the painter for the selection shape.
setSelectionShapePainter(SelectionShapePainter) - Method in class adams.flow.transformer.ImageAnnotator
Sets the painter for the selection shape.
setSelectionShapePainter(SelectionShapePainter) - Method in class adams.gui.tools.previewbrowser.AnnotateImage
Sets the painter for the selection shape.
setSelectionShapePainter(SelectionShapePainter) - Method in class adams.gui.visualization.image.ImagePanel.PaintPanel
Sets the painter for the selection shape.
setSelectionShapePainter(SelectionShapePainter) - Method in class adams.gui.visualization.image.ImagePanel
Sets the painter to use for the selection shape.
setSelectionStart(int) - Method in class adams.gui.core.TextEditorPanel
Sets the selection start to the specified position.
setSelectionValues(BaseString[]) - Method in class adams.flow.source.EnterValue
Sets the selection values to prompt the user with.
setSelectSubset(boolean) - Method in class adams.flow.template.FileProcessingWithProgressBar
Sets whether to let the user select a subset.
setSelectSubset(boolean) - Method in class adams.flow.template.IterateFilesWithProgressBar
Sets whether to let the user select a subset.
setSendEmail(AbstractSendEmail) - Method in class adams.core.net.SimpleMailer
Sets the send email scheme to use.
setSendEmail(AbstractSendEmail) - Method in class adams.flow.sink.SendEmail
Sets the object for sending emails.
setSendEmail(AbstractSendEmail) - Method in class adams.flow.sink.sendnotification.Email
Sets the object for sending emails.
setSendEmail(AbstractSendEmail) - Method in class adams.gui.visualization.multiobjectexport.EmailExport
Sets the object for sending emails.
setSender(EmailAddress) - Method in class adams.flow.sink.sendnotification.Email
Sets the sender.
setSender(EmailAddress) - Method in class adams.flow.transformer.CreateEmail
Sets the sender.
setSender(EmailAddress) - Method in class adams.gui.visualization.multiobjectexport.EmailExport
Sets the email address of the sender.
setSeparateFolds(boolean) - Method in class adams.multiprocess.WekaCrossValidationExecution
Sets whether to separate the folds, an Evaluation object per fold.
setSeparator(String) - Method in class adams.data.conversion.SideBySideDiffToString
Sets the separator to use.
setSeparator(String) - Method in class adams.data.featureconverter.Text
Sets the separator to use.
setSeparator(String) - Method in class adams.data.io.input.CsvSpreadSheetReader
Sets the string to use as separator for the columns, use '\t' for tab.
setSeparator(String) - Method in class adams.data.io.input.FastCsvSpreadSheetReader
Sets the string to use as separator for the columns, use '\t' for tab.
setSeparator(String) - Method in class adams.data.io.input.SimpleCsvSpreadSheetReader
Sets the string to use as separator for the columns, use '\t' for tab.
setSeparator(String) - Method in class adams.data.io.output.CsvSpreadSheetWriter
Sets the string to use as separator for the columns, use '\t' for tab.
setSeparator(String) - Method in class adams.data.io.output.TextFileWithLineNumbersWriter
Sets the separator between line number and line content.
setSeparator(String) - Method in class adams.flow.sink.StringTree
Sets name of the content.
setSeparator(String) - Method in class adams.flow.source.NewList
Sets the list element separator to use.
setSeparator(String) - Method in class adams.flow.transformer.plotgenerator.XYPlotGenerator
Sets the separator to use between columns.
setSeparator(String) - Method in class adams.flow.transformer.SpreadSheetCollapse
Sets the separator to use when joining cell values.
setSeparator(String) - Method in class adams.flow.transformer.TesseractOCR
Sets the separator between text files, in case text is being output rather than file names.
setSeparatorCells(String) - Method in class adams.data.featureconverter.FixedColumnText
Sets the separator to use between cells.
setSeparatorHeader(String) - Method in class adams.data.featureconverter.FixedColumnText
Sets the separator to use between header and data.
setSeparatorPaintlet(MarkerPaintlet) - Method in class adams.flow.sink.ControlChartPlot
Sets the paintlet to use for separating intialization data and subsequent data.
setSequence(XYSequence) - Method in class adams.gui.visualization.sequence.XYSequenceTable
Sets the report to display.
setSerializationFile(PlaceholderFile) - Method in interface adams.core.SerializableObject
Sets the file to serialize to.
setSerializationSetup(Object[]) - Method in interface adams.core.SerializableObject
Updates the member variables with the provided objects obtained from deserialization.
setSerialized(PlaceholderFile) - Method in class weka.filters.SerializedFilter
Sets the serialized filter file.
setServer(BaseHostname) - Method in class adams.flow.standalone.PyroNameServer
Sets the server to connect to.
setServer(String) - Method in class adams.flow.standalone.SMTPConnection
Sets the SMTP server to use.
setSessionProvider(SSHSessionProvider) - Method in class adams.core.io.lister.SftpDirectoryLister
Sets the session provider to use.
setSettings(AbstractLayer.AbstractLayerState) - Method in class adams.gui.visualization.segmentation.layer.AbstractLayer
Restores the settings of the layer.
setSettings(AbstractLayer.AbstractLayerState) - Method in class adams.gui.visualization.segmentation.layer.BackgroundLayer
Restores the settings of the layer.
setSettings(AbstractLayer.AbstractLayerState) - Method in class adams.gui.visualization.segmentation.layer.CombinedLayer
Restores the settings of the layer.
setSettings(AbstractLayer.AbstractLayerState) - Method in class adams.gui.visualization.segmentation.layer.ImageLayer
Restores the settings of the layer.
setSettings(AbstractLayer.AbstractLayerState) - Method in class adams.gui.visualization.segmentation.layer.OverlayLayer
Restores the settings of the layer.
setSettings(List<AbstractLayer.AbstractLayerState>) - Method in class adams.gui.visualization.segmentation.layer.LayerManager
Restores the settings.
setSetup(int, FlowSetup) - Method in class adams.gui.flow.setup.FlowSetupTableModel
Sets the setup at the specified location.
setSetup(String) - Method in class adams.flow.transformer.WekaGeneticAlgorithmInitializer
Sets the property in the incoming properties that contains the commandline of the genetic algorithm.
setSetup(String) - Method in class adams.gui.application.ApplicationMenu
Sets the setup file with the layout, etc.
setSetup(Classifier) - Method in class adams.flow.source.WekaClassifierGenerator
Sets the base classifier.
setSetup(Clusterer) - Method in class adams.flow.source.WekaClustererGenerator
Sets the base clusterer.
setSetup(Filter) - Method in class adams.flow.source.WekaFilterGenerator
Sets the base clusterer.
setSetupFile(PlaceholderFile) - Method in class adams.flow.FlowSetupRunner
Sets the setup file to load the actor from.
setSetupLoadedOrGenerated(boolean) - Method in interface adams.core.SerializableObject
Sets whether the setup was loaded/generated.
setSetupLoadedOrGenerated(boolean) - Method in class adams.core.SerializableObjectHelper
Sets whether the setup was loaded/generated.
setSetupName(String) - Method in class adams.flow.FlowSetupRunner
Sets the name of the setup to execute.
setSetups(AbstractDataTypeSetup[]) - Method in class adams.db.datatype.MultiSetup
Sets the setups to execute.
setSetupUpload(AbstractSetupUpload) - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm
Sets the scheme for uploading the currently best job setup.
setShape(double) - Method in class adams.data.distribution.Gamma
Sets the shape.
setShape(double) - Method in class adams.data.distribution.LogNormal
Sets the shape.
setShape(double) - Method in class adams.gui.visualization.stats.paintlet.Gamma
Set the shape parameter for the gamma distribution
setShape(AbstractShapeGenerator) - Method in class adams.flow.sink.JFreeChartFileWriter
Sets the shape generator.
setShape(AbstractShapeGenerator) - Method in class adams.flow.sink.JFreeChartPlot
Sets the shape generator.
setShape(AbstractShapeGenerator) - Method in class adams.gui.tools.spreadsheetviewer.chart.JFreeChart
Sets the shape generator.
setShape(VertexShape) - Method in class adams.gui.visualization.object.objectannotations.outline.PolygonVertices
Sets the shape to use for vertices.
setShape(VertexShape) - Method in class adams.gui.visualization.object.objectannotations.outline.RectangleVertices
Sets the shape to use for vertices.
setShape(Markers.Shape) - Method in class adams.gui.visualization.segmentation.layer.Markers
Sets the shape to use for markers.
setShapeColorProvider(ColorProvider) - Method in class adams.flow.transformer.draw.ObjectLocationsFromReport
Sets the color provider to use when varying the shape colors.
setShapeColorProvider(ColorProvider) - Method in class adams.gui.tools.previewbrowser.ObjectCentersFromReport
Sets the color provider to use when varying the shape colors.
setShapeColorProvider(ColorProvider) - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
Sets the color provider to use when varying the shape colors.
setShapeColorProvider(ColorProvider) - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
Sets the color provider to use when varying the shape colors.
setShapeColorProvider(ColorProvider) - Method in class adams.gui.visualization.image.AbstractObjectOverlayFromReport
Sets the color provider to use when varying the shape colors.
setShapeColorProvider(ColorProvider) - Method in class adams.gui.visualization.image.ReportObjectOverlay
Sets the color provider to use when varying the shape colors.
setShapeColors(AnnotationColors[]) - Method in class adams.flow.transformer.draw.ObjectAnnotationsFromReport
Sets the colorizers for the shape plotters.
setShapeColors(AnnotationColors[]) - Method in class adams.gui.tools.previewbrowser.ObjectAnnotationsHandler
Sets the colorizers for the shape plotters.
setShapeColors(AnnotationColors[]) - Method in class adams.gui.tools.previewbrowser.ObjectAnnotationsReportHandler
Sets the colorizers for the shape plotters.
setShapeColors(AnnotationColors[]) - Method in class adams.gui.visualization.image.ObjectAnnotations
Sets the colorizers for the shape plotters.
setShapeColors(AnnotationColors[]) - Method in class adams.gui.visualization.object.overlay.ObjectAnnotations
Sets the colorizers for the shape plotters.
setShapePlotters(ShapePlotter[]) - Method in class adams.flow.transformer.draw.ObjectAnnotationsFromReport
Sets the plotters for the shapes.
setShapePlotters(ShapePlotter[]) - Method in class adams.gui.tools.previewbrowser.ObjectAnnotationsHandler
Sets the plotters for the shapes.
setShapePlotters(ShapePlotter[]) - Method in class adams.gui.tools.previewbrowser.ObjectAnnotationsReportHandler
Sets the plotters for the shapes.
setShapePlotters(ShapePlotter[]) - Method in class adams.gui.visualization.image.ObjectAnnotations
Sets the plotters for the shapes.
setShapePlotters(ShapePlotter[]) - Method in class adams.gui.visualization.object.overlay.ObjectAnnotations
Sets the plotters for the shapes.
setSheet(SpreadSheet) - Method in class adams.gui.tools.spreadsheetviewer.SpreadSheetPanel
Sets the spreadsheet to display.
setSheet(SpreadSheet) - Method in class adams.parser.LookUpUpdate
Sets the underlying spreadsheet.
setSheet(SpreadSheet) - Method in class adams.parser.spreadsheetformula.Parser
Sets the spreadsheet to use.
setSheet(SpreadSheet) - Method in class adams.parser.spreadsheetformula.ParserHelper
Sets the spreadsheet to use.
setSheet(SpreadSheet) - Method in class adams.parser.SpreadSheetFormula
Sets the underlying spreadsheet.
setSheet(SpreadSheet) - Method in class adams.parser.spreadsheetquery.Parser
Sets the spreadsheet to use.
setSheet(SpreadSheet) - Method in class adams.parser.spreadsheetquery.ParserHelper
Sets the spreadsheet to use.
setSheet(SpreadSheet) - Method in class adams.parser.SpreadSheetQuery
Sets the underlying spreadsheet.
setSheetName(String) - Method in class adams.flow.source.NewSpreadSheet
Sets the name for the spreadsheet.
setSheetNames(String[]) - Method in class adams.data.spreadsheet.SheetIndex
Sets the sheet names to use for interpreting the sheet name.
setSheetNames(String[]) - Method in class adams.data.spreadsheet.SheetRange
Sets the sheet names to use for interpreting the sheet name.
setSheetPrefix(String) - Method in class adams.data.io.output.AbstractMultiSheetSpreadSheetWriter
Sets the prefix for sheet names.
setSheetRange(T) - Method in class adams.data.io.input.AbstractMultiSheetSpreadSheetReader
Sets the range of the sheets to load.
setSheetRange(T) - Method in interface adams.data.io.input.MultiSheetSpreadSheetReader
Sets the range of the sheets to load.
setShiftDown(boolean) - Method in class adams.gui.visualization.image.leftclick.AbstractLeftClickProcessor
Sets whether the shift key needs to be down.
setShiftDown(boolean) - Method in class adams.gui.visualization.object.mouseclick.AbstractMouseClickProcessor
Sets whether the shift key needs to be down.
setShortcut(BaseShortcut) - Method in class adams.gui.flow.tree.keyboardaction.AbstractKeyboardAction
Sets the shortcut of the action.
setShortenedTitleAt(int, String) - Method in class adams.gui.core.BaseTabbedPane
Sets the title for the tab at the specified position.
setShorteningType(ShorteningType) - Method in class adams.gui.core.Undo
Sets how to shorten the comments.
setShortTitle(boolean) - Method in class adams.flow.core.AbstractDisplay
Sets whether to use just the name of the actor or the full name.
setShortTitle(boolean) - Method in class adams.flow.source.AbstractSelectObjects
Sets whether to use just the name of the actor or the full name.
setShortTitle(boolean) - Method in class adams.flow.transformer.AbstractInteractiveTransformerDialog
Sets whether to use just the name of the actor or the full name.
setShowAboutBox(boolean) - Method in class adams.gui.goe.PropertySheetPanel
Sets whether to show the about box or not.
setShowAboutBox(boolean) - Method in class adams.gui.wizard.WekaPropertySheetPanelPage.CustomPropertySheetPanel
Sets whether to show the about box or not.
setShowAnnotations(boolean) - Method in class adams.gui.flow.tree.Tree
Sets whether to show the annotations or not.
setShowAnnotations(boolean) - Method in class adams.gui.visualization.object.ObjectAnnotationPanel
Sets whether the annotations are to be shown.
setShowAttributeIndex(boolean) - Method in class adams.gui.visualization.instances.InstancesTableModel
Sets whether to display the attribute index in the header.
setShowAttributeWeights(boolean) - Method in class adams.gui.visualization.instances.InstancesTable
Sets whether to display attribute weights.
setShowAttributeWeights(boolean) - Method in class adams.gui.visualization.instances.InstancesTableModel
Sets whether to display attribute weights.
setShowCellTypes(boolean) - Method in class adams.gui.core.SpreadSheetTable
Sets whether to show the cell types rather than the cell values.
setShowCellTypes(boolean) - Method in class adams.gui.core.SpreadSheetTableModel
Sets whether to show the cell types rather than the cell values.
setShowCellTypes(boolean) - Method in class adams.gui.core.SpreadSheetTableWithButtons
Sets whether to show the cell types rather than the cell values.
setShowCellTypes(boolean) - Method in class adams.gui.tools.spreadsheetviewer.MultiPagePane
Sets whether to show the cell types.
setShowCellTypes(boolean) - Method in class adams.gui.tools.spreadsheetviewer.SpreadSheetPanel
Sets whether to show the cell types rather than the cell values.
setShowCellTypesAt(int, boolean) - Method in class adams.gui.tools.spreadsheetviewer.MultiPagePane
Sets whether to show the cell types rather than values.
setShowClassTree(boolean) - Method in class adams.gui.flow.tree.keyboardaction.AbstractAddActor
Sets whether to show the class tree in the GenericObjectEditor window.
setShowClassTree(boolean) - Method in class adams.gui.flow.tree.keyboardaction.AbstractQuickSearchActor
Sets whether to show the class tree in the GenericObjectEditor window.
setShowCloseTabButton(boolean) - Method in class adams.gui.core.BaseTabbedPane
Sets whether to show "close tab" buttons.
setShowColumnComboBox(boolean) - Method in class adams.gui.dialog.MultiSpreadSheetDialog
Sets whether the column combobox is visible.
setShowColumnComboBox(boolean) - Method in class adams.gui.dialog.SpreadSheetDialog
Sets whether the column combobox is visible.
setShowColumnComboBox(boolean) - Method in class adams.gui.dialog.SpreadSheetPanel
Sets whether the column combobox is visible.
setShowControls(boolean) - Method in class adams.flow.standalone.GridView
Sets whether to show the controls for adjusting rows/columns.
setShowDistribution(boolean) - Method in class adams.flow.transformer.AbstractWekaPredictionsTransformer
Sets whether to show the class distribution as well.
setShowDistribution(boolean) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.Predictions
Sets whether to show the class distribution as well.
setShowError(boolean) - Method in class adams.flow.transformer.AbstractWekaPredictionsTransformer
Sets whether to show the error as well.
setShowError(boolean) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.Predictions
Sets whether to show the error as well.
setShowFlowControlSubMenu(boolean) - Method in class adams.flow.sink.AbstractGraphicalDisplay
Sets whether to show a flow control sub-menu in the menubar.
setShowFlowControlSubMenu(boolean) - Method in class adams.flow.sink.AbstractTextualDisplay
Sets whether to show a flow control sub-menu in the menubar.
setShowFlowControlSubMenu(boolean) - Method in class adams.flow.sink.DisplayPanelGrid
Sets whether to show a flow control sub-menu in the menubar.
setShowFlowControlSubMenu(boolean) - Method in class adams.flow.sink.DisplayPanelManager
Sets whether to show a flow control sub-menu in the menubar.
setShowFlowControlSubMenu(boolean) - Method in class adams.flow.standalone.AbstractMultiView
Sets whether to show a flow control sub-menu in the menubar.
setShowFormulas(boolean) - Method in class adams.flow.sink.SpreadSheetDisplay
Sets whether to show the formulas or the calculated values.
setShowFormulas(boolean) - Method in class adams.gui.core.SpreadSheetTable
Sets whether to display the formulas or their calculated values.
setShowFormulas(boolean) - Method in class adams.gui.core.SpreadSheetTableModel
Sets whether to display the formulas or their calculated values.
setShowFormulas(boolean) - Method in class adams.gui.core.SpreadSheetTableWithButtons
Sets whether to display the formulas or their calculated values.
setShowFormulas(boolean) - Method in class adams.gui.dialog.MultiSpreadSheetDialog
Sets whether to display the formulas or their calculated values.
setShowFormulas(boolean) - Method in class adams.gui.dialog.SpreadSheetDialog
Sets whether to display the formulas or their calculated values.
setShowFormulas(boolean) - Method in class adams.gui.dialog.SpreadSheetPanel
Sets whether to display the formulas or their calculated values.
setShowFormulas(boolean) - Method in class adams.gui.tools.spreadsheetviewer.MultiPagePane
Sets whether to show the formulas.
setShowFormulas(boolean) - Method in class adams.gui.tools.spreadsheetviewer.SpreadSheetPanel
Sets whether to display the formulas or their calculated values.
setShowFormulasAt(int, boolean) - Method in class adams.gui.tools.spreadsheetviewer.MultiPagePane
Sets whether to show the formulas.
setShowGraphicalOutput(boolean) - Method in class adams.flow.transformer.ProcessActor
Sets whether to show any graphical output generated by the processor.
setShowGridLines(boolean) - Method in class adams.gui.visualization.core.AxisPanel
Enables/disables the display of grid lines for this axis.
setShowGridLines(boolean) - Method in class adams.gui.visualization.core.AxisPanelOptions
Sets whether to plot grid lines as well.
setShowHidden(boolean) - Method in class adams.gui.core.FilePanel
Sets whether to show hidden files or not.
setShowHiddenFiles(boolean) - Method in class adams.gui.tools.PreviewBrowserPanel
Sets whether to show hidden files or not.
setShowIndex(boolean) - Method in class adams.flow.transformer.pixelselector.ClassificationOverlay
Sets whether to show the index.
setShowInputOutput(boolean) - Method in class adams.gui.flow.tree.Tree
Sets whether to show the input/output information or not.
setShowLabel(boolean) - Method in class adams.flow.transformer.pixelselector.ClassificationOverlay
Sets whether to show the label.
setShowLog(boolean) - Method in class adams.gui.visualization.image.ImagePanel
Sets the display status of the log panel.
setShowObjectPanel(boolean) - Method in class adams.gui.tools.previewbrowser.ObjectAnnotationsHandler
Sets whether to show the panel with the located panels.
setShowObjectPanel(boolean) - Method in class adams.gui.tools.previewbrowser.ObjectAnnotationsReportHandler
Sets whether to show the panel with the located panels.
setShowObjectPanel(boolean) - Method in class adams.gui.tools.previewbrowser.ObjectCentersFromReport
Sets whether to show the panel with the located panels.
setShowObjectPanel(boolean) - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
Sets whether to show the panel with the located panels.
setShowObjectPanel(boolean) - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
Sets whether to show the panel with the located panels.
setShowObjectPanel(boolean) - Method in class adams.gui.visualization.image.AbstractObjectOverlayFromReport
Sets whether to show the panel with the located panels.
setShowObjectPanel(boolean) - Method in class adams.gui.visualization.image.ObjectAnnotations
Sets whether to show the panel with the located panels.
setShowOptions(boolean) - Method in class adams.flow.sink.ZScoreDisplay
Sets whether to show the options panel or not.
setShowPointPanel(boolean) - Method in class adams.gui.tools.previewbrowser.DeepLabCutCSVHandler
Sets whether to show the panel with the located points.
setShowPointPanel(boolean) - Method in class adams.gui.tools.previewbrowser.PointsFromReportHandler
Sets whether to show the panel with the located points.
setShowPointPanel(boolean) - Method in class adams.gui.visualization.image.AbstractPointOverlayFromReport
Sets whether to show the panel with the located points.
setShowProbability(boolean) - Method in class adams.flow.transformer.AbstractWekaPredictionsTransformer
Sets whether to show the probability of the prediction as well.
setShowProbability(boolean) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.Predictions
Sets whether to show the probability of the prediction as well.
setShowProperties(boolean) - Method in class adams.flow.sink.ImageViewer
Sets whether to display the image properties.
setShowProperties(boolean) - Method in class adams.gui.visualization.image.ImagePanel
Sets the display status of the properties panel.
setShowQuickInfo(boolean) - Method in class adams.gui.flow.tree.Tree
Sets whether to show the quick info or not.
setShowRowColumn(boolean) - Method in class adams.gui.core.SpreadSheetTable
Whether to display the column with the row numbers.
setShowRowColumn(boolean) - Method in class adams.gui.core.SpreadSheetTableModel
Whether to display the column with the row numbers.
setShowRowColumn(boolean) - Method in class adams.gui.core.SpreadSheetTableWithButtons
Whether to display the column with the row numbers.
setShowRowColumn(boolean) - Method in class adams.gui.dialog.SpreadSheetPanel
Whether to display the column with the row numbers.
setShowRowIndexColumn(boolean) - Method in class adams.flow.sink.SpreadSheetDisplay
Sets whether to show the column with the row indices.
setShowSearch(boolean) - Method in class adams.gui.dialog.MultiSpreadSheetDialog
Sets whether the search is visible.
setShowSearch(boolean) - Method in class adams.gui.dialog.SpreadSheetDialog
Sets whether the search is visible.
setShowSearch(boolean) - Method in class adams.gui.dialog.SpreadSheetPanel
Sets whether the search is visible.
setShowSeconds(boolean) - Method in class adams.flow.standalone.Stopwatch
Sets whether to display seconds as well.
setShowSidePanel(boolean) - Method in class adams.flow.sink.ActualVsPredictedPlot
Sets whether to show the side panel.
setShowSidePanel(boolean) - Method in class adams.flow.sink.SequencePlotter
Sets whether to show the side panel with the plot names.
setShowSidePanel(boolean) - Method in class adams.flow.sink.SimplePlot
Sets whether to show the side panel with the plot names.
setShowSidePanel(boolean) - Method in class adams.flow.sink.TimeseriesDisplay
Sets whether to show the side panel or not.
setShowSimpleCellPopupMenu(boolean) - Method in class adams.gui.core.BaseTable
Sets whether to show a simple cell popup menu.
setShowSimpleCellPopupMenu(boolean) - Method in class adams.gui.core.BaseTableWithButtons
Sets whether to show a simple cell popup menu.
setShowSimpleCellPopupMenu(boolean) - Method in class adams.gui.core.SortableAndSearchableTableWithButtons
Sets whether to show a simple cell popup menu.
setShowSimpleHeaderPopupMenu(boolean) - Method in class adams.gui.core.BaseTable
Sets whether to show a simple header popup menu.
setShowSimpleHeaderPopupMenu(boolean) - Method in class adams.gui.core.BaseTableWithButtons
Sets whether to show a simple header popup menu.
setShowSimpleHeaderPopupMenu(boolean) - Method in class adams.gui.core.SortableAndSearchableTableWithButtons
Sets whether to show a simple header popup menu.
setShowSimplePopupMenus(boolean) - Method in class adams.gui.core.BaseTable
Sets whether to show a simple header/cell popup menu.
setShowSimplePopupMenus(boolean) - Method in class adams.gui.core.BaseTableWithButtons
Sets whether to show a simple header/cell popup menu.
setShowSimplePopupMenus(boolean) - Method in class adams.gui.core.SortableAndSearchableTableWithButtons
Sets whether to show a simple header/cell popup menu.
setShowStopButton(boolean) - Method in class adams.flow.sink.ProgressBar
Sets whether to show a stop button.
setShowTempFiles(boolean) - Method in class adams.gui.tools.PreviewBrowserPanel
Sets whether to show temp files or not.
setShowWeight(boolean) - Method in class adams.flow.transformer.AbstractWekaPredictionsTransformer
Sets whether to show the weight as well.
setShowWeight(boolean) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.Predictions
Sets whether to show the weight as well.
setShowWeightsColumn(boolean) - Method in class adams.gui.visualization.instances.InstancesTable
Sets whether to display a weights column.
setShowWeightsColumn(boolean) - Method in class adams.gui.visualization.instances.InstancesTableModel
Sets whether to display a weights column.
setShowYearButtons(boolean) - Method in class adams.gui.chooser.DatePanel
 
setShowZeroInstancesAsUnknown(boolean) - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.InstancesSummaryPanel
Set whether to show zero instances as unknown (i.e.
setShutdownHook(AbstractShutdownHook) - Method in class adams.flow.FlowRunner
Sets the shutdown hook to install/use.
setSidePanelVisible(boolean) - Method in class adams.gui.visualization.container.DataContainerPanelWithSidePanel
Whether to display the side panel or not.
setSidePanelVisible(boolean) - Method in class adams.gui.visualization.instance.InstanceExplorer
Whether to display the side panel or not.
setSidePanelVisible(boolean) - Method in class adams.gui.visualization.spreadsheet.SpreadSheetExplorer
Whether to display the side panel or not.
setSidePanelWidth(int) - Method in class adams.flow.sink.SequencePlotter
Sets the width of the side panel.
setSideType(MakeSquare.SideType) - Method in class adams.data.objectfilter.MakeSquare
Sets the type of side of the current bounding box to use for the square box.
setSigma(double) - Method in class adams.data.image.transformer.LaplaceOfGaussian
Sets the sigma value.
setSigmaX(double) - Method in class adams.data.opencv.transformer.GaussianBlur
Sets the standard deviation for X.
setSigmaY(double) - Method in class adams.data.opencv.transformer.GaussianBlur
Sets the standard deviation for Y.
setSignature(BaseText) - Method in class adams.flow.sink.sendnotification.Email
Sets the body of the email.
setSignature(BaseText) - Method in class adams.flow.transformer.CreateEmail
Sets the body of the email.
setSignature(String) - Method in class adams.gui.dialog.ComposeEmailDialog
Sets the "signature".
setSignature(String) - Method in class adams.gui.dialog.ComposeEmailPanel
Sets the "signature".
setSignificance(double) - Method in class adams.flow.transformer.WekaExperimentEvaluation
Sets the significance level (0-1).
setSignificance(double) - Method in class adams.gui.tools.wekainvestigator.tab.experimenttab.output.TextOutput
Sets the significance level (0-1).
setSilent(boolean) - Method in class adams.doc.javadoc.AllJavadoc
sets whether to suppress output in the console.
setSilent(boolean) - Method in class adams.doc.javadoc.Javadoc
sets whether to suppress output in the console.
setSilent(boolean) - Method in class adams.flow.core.AbstractActor
Sets whether to suppress output in the console.
setSilent(boolean) - Method in interface adams.flow.core.Actor
Sets whether to suppress output in the console.
setSilent(boolean) - Method in class adams.gui.visualization.image.selection.CopyToClipboard
Sets whether to suppress the "copied" dialog.
setSilent(boolean) - Method in class weka.classifiers.MultiLevelSplitGenerator
Sets whether to suppress error messages.
setSimpleAttributeNames(boolean) - Method in class weka.filters.unsupervised.attribute.PrincipalComponentsJ
Set whether to just number the attributes rather than compiling names.
setSimpleName(String) - Method in class adams.core.option.AbstractJavaCodeProducer
Sets the simple name (without package) of the class to generate.
setSimpleName(String) - Method in class adams.core.option.ActorExecutionClassProducer
Sets the simple name (without package) of the class to generate.
setSimpleName(String) - Method in class adams.core.option.ApplyActorProducer
Sets the simple name (without package) of the class to generate.
setSimpleName(String) - Method in class adams.core.option.JavaInstantiationProducer
Sets the simple name (without package) of the class to generate.
setSimpleName(String) - Method in class adams.core.PropertiesToCode
Sets the simple name (without package) of the class to generate.
setSingleLineComment(boolean) - Method in class adams.gui.scripting.SyntaxDocument
Sets whether to enable single-line comments.
setSingleLineCommentStart(String) - Method in class adams.gui.scripting.SyntaxDocument
Sets the string that is the start of a single-line comment.
setSize(double) - Method in class adams.data.spreadsheet.columnfinder.SubSample
Sets the size of the sample (0-1: percentage, >1: absolute number).
setSize(double) - Method in class adams.data.spreadsheet.rowfinder.SubSample
Sets the size of the sample (0-1: percentage, >1: absolute number).
setSize(float) - Method in class adams.gui.visualization.jfreechart.shape.Circle
Sets the size of the circle.
setSize(float) - Method in class adams.gui.visualization.jfreechart.shape.Diamond
Sets the size of the diamond.
setSize(float) - Method in class adams.gui.visualization.jfreechart.shape.Triangle
Sets the size of the diamond.
setSize(int) - Method in class adams.core.discovery.genetic.AbstractGeneticIntegerArrayDiscoveryHandler
Sets the size of array.
setSize(int) - Method in class adams.data.image.transformer.LaplaceOfGaussian
Sets the size of the matrix (n x n).
setSize(int) - Method in class adams.data.weka.predictions.FixedSizeErrorScaler
Sets the size for the errors.
setSize(int) - Method in class adams.flow.setup.FlowSetupManager
Resizes the collection: if new size is larger, then null objects are added, otherwise the setups at the end discarded.
setSize(int) - Method in class adams.flow.standalone.InitStorageCache
Sets the size of the cache.
setSize(int) - Method in class adams.gui.visualization.stats.paintlet.AbstractProbabilityPaintlet
Set the size of the data points
setSize(int) - Method in class adams.gui.visualization.stats.paintlet.ScatterPaintletCircle
Set the size of each data point
setSize(int) - Method in class adams.gui.visualization.stats.paintlet.ScatterPaintletCross
Set the size of each data point
setSize(int) - Method in class adams.gui.visualization.stats.paintlet.ScatterPaintletMetaDataValue
Set the size of each data point
setSize(int) - Method in interface adams.gui.visualization.stats.paintlet.SizeBasedPaintlet
Sets the size.
setSize(int) - Method in class adams.gui.visualization.stats.paintlet.VsFitPaintlet
Set the size of each data point
setSize(int) - Method in class adams.gui.visualization.stats.paintlet.VsOrderPaintlet
Set the size for the data points
setSize(int) - Method in class adams.gui.visualization.stats.paintlet.ZScoreCircle
Set the size of each data point
setSize(int, int) - Method in class adams.gui.core.BaseSizeSequence
Sets the size of the specified entry.
setSize(Component, Component) - Static method in class adams.gui.core.GUIHelper
Sets size stored in the props file.
setSize(Dimension) - Method in class adams.gui.visualization.container.NotesFactory.TextPane
Sets the size of the text pane.
setSizeAndLocation() - Method in class adams.gui.application.AbstractApplicationFrame
Sets the size and location of the main window.
setSizeAndLocation(Component) - Static method in class adams.gui.core.GUIHelper
Sets size and location stored in the props file.
setSizeAndLocation(Component, int, int) - Static method in class adams.gui.core.GUIHelper
Sets size and location stored in the props file.
setSizeAndLocation(Component, int, int, Component) - Static method in class adams.gui.core.GUIHelper
Sets size and location stored in the props file.
setSizeAndLocation(Component, Component) - Static method in class adams.gui.core.GUIHelper
Sets size and location stored in the props file.
setSizeLimit(double) - Method in class weka.filters.unsupervised.instance.WeightsBasedResample
Sets the size limit for the final dataset.
setSizeOnly(boolean) - Method in class adams.flow.source.RSync
 
setSizes(int[]) - Method in class adams.gui.core.BaseSizeSequence
Resets this BaseSizeSequence object, using the data in the sizes argument.
setSizesIndex(Index) - Method in class adams.data.spc.UChart
Sets the matrix column index for the sizes.
setSkip(boolean) - Method in class adams.flow.control.AbstractTee
Sets whether the transformation is skipped or not.
setSkip(boolean) - Method in class adams.flow.control.LoadBalancer
Sets whether the transformation is skipped or not.
setSkip(boolean) - Method in class adams.flow.control.LocalScopeTransformer
Sets whether the transformation is skipped or not.
setSkip(boolean) - Method in class adams.flow.control.WhileLoop
Sets whether the transformation is skipped or not.
setSkip(boolean) - Method in class adams.flow.core.AbstractActor
Sets whether the transformation is skipped or not.
setSkip(boolean) - Method in interface adams.flow.core.Actor
Sets whether the transformation is skipped or not.
setSkipBaseImage(boolean) - Method in class adams.data.io.output.AbstractImageSegmentationAnnotationWriter
Sets whether to skip writing the base image.
setSkipBuild(boolean) - Method in class adams.flow.transformer.WekaTrainClassifier
Sets whether to skip the buildClassifier call for incremental classifiers.
setSkipCompress(String) - Method in class adams.flow.source.RSync
 
setSkipDifferingRows(boolean) - Method in class adams.data.io.input.CsvSpreadSheetReader
Sets whether to skip rows that have too few/many cells.
setSkipDrop(float) - Method in class weka.classifiers.trees.XGBoost
Sets the probability of skipping the dropout procedure during a boosting iteration.
setSkipEmptyLayers(boolean) - Method in class adams.data.io.output.IndividualImageSegmentationLayerWriter
Sets whether to skip writing empty layers (ie only background).
setSkipEntries(String) - Method in class adams.flow.core.LagMakerOptions
Sets the entries to skip.
setSkipFirstLayer(boolean) - Method in class adams.data.io.input.AbstractPNGAnnotationImageSegmentationReader
Sets whether to skip the first layer.
setSkipHistory(boolean) - Method in class weka.gui.explorer.AbstractExplorerPanelHandler
Sets whether to skip history panels.
setSkipIdentical(boolean) - Method in class weka.core.neighboursearch.NewNNSearch
Sets the property to skip identical instances (with distance zero from the target) from the set of neighbours returned.
setSkipLockedFiles(boolean) - Method in class adams.core.io.lister.LocalDirectoryLister
Sets whether to skip locked files.
setSkipLockedFiles(boolean) - Method in class adams.flow.source.DirectoryLister
Sets whether to skip locked files.
setSkipMissing(boolean) - Method in class adams.flow.transformer.SpreadSheetConvertCells
Sets whether to skip missing cells.
setSkipMissing(boolean) - Method in class adams.flow.transformer.SpreadSheetConvertHeaderCells
Sets whether to skip missing cells.
setSkipMissing(boolean) - Method in class adams.flow.transformer.SpreadSheetTransformCells
Sets whether to skip missing cells.
setSkipMissing(boolean) - Method in class adams.flow.transformer.SpreadSheetTransformHeaderCells
Sets whether to skip missing cells.
setSkipNominal(boolean) - Method in class adams.data.instancesanalysis.PCA
Sets whether to skip NOMINAL attributes from the PCA process by turning them into STRING attributes.
setSkipNonPrimitive(boolean) - Method in class adams.flow.transformer.MapToStorageValues
Sets whether to skip non-primitive values.
setSkipNonPrimitive(boolean) - Method in class adams.flow.transformer.MapToVariables
Sets whether to skip non-primitive values.
setSkipNonPrimitive(boolean) - Method in class adams.flow.transformer.MapVariableIterator
Sets whether to skip non-primitive values.
setSkipNumRows(int) - Method in class adams.data.io.input.CsvSpreadSheetReader
Sets the number of initial rows to skip.
setSkipNumRows(int) - Method in interface adams.data.io.input.InitialRowSkippingSpreadSheetReader
Sets the number of initial rows to skip.
setSkippedProperties(HashSet<String>) - Method in class adams.core.option.AbstractOptionConsumer
Sets the top-level properties to skip.
setSkippedProperties(HashSet<String>) - Method in class adams.core.option.AbstractOptionProducer
Sets the top-level properties to skip.
setSkippedProperties(HashSet<String>) - Method in interface adams.core.option.OptionConsumer
Sets the top-level properties to skip.
setSkippedProperties(HashSet<String>) - Method in interface adams.core.option.OptionProducer
Sets the top-level properties to skip.
setSkipRoot(boolean) - Method in class adams.data.conversion.DOMToProperties
Sets whether to exclude the root element name from the path.
setSkipTrain(boolean) - Method in class weka.classifiers.meta.SocketFacade
Sets whether to skip training, eg when using a pre-built model.
setSmoother(AbstractSmoother) - Method in class adams.data.filter.Smoothing
Sets the smoothing algorithm.
setSmoothing(boolean) - Method in class weka.classifiers.trees.m5.Rule2
Smooth predictions
setSockopts(String) - Method in class adams.flow.source.RSync
 
setSort(boolean) - Method in class adams.flow.transformer.AccessDatabaseInfo
Sets whether to sort lists (eg names, values).
setSort(boolean) - Method in class adams.flow.transformer.GetImageObjectIndices
Sets whether to sort the indices.
setSort(boolean) - Method in class adams.flow.transformer.Mat5FileInfo
Sets whether to sort lists (eg names, values).
setSort(boolean) - Method in class adams.flow.transformer.Mat5StructInfo
Sets whether to sort lists (eg names, values).
setSort(boolean) - Method in class adams.flow.transformer.SpreadSheetInfo
Sets whether to sort lists (eg names, values).
setSortAttributeNames(boolean) - Method in class adams.gui.tools.wekainvestigator.InvestigatorPanel
Sets whether to sort the attribute names.
setSortAttributes(boolean) - Method in class adams.gui.tools.wekainvestigator.datatable.DataTable
Sets whether to sort the attributes alphabetically for the dropdown list.
setSortAttributes(boolean) - Method in class adams.gui.tools.wekainvestigator.datatable.DataTableWithButtons
Sets whether to sort the attributes alphabetically for the dropdown list.
setSortColumn(SpreadSheetColumnIndex[]) - Method in class adams.flow.transformer.SpreadSheetSort
Sets the indices of the columns to use for sorting.
setSortDescending(boolean) - Method in class adams.core.io.lister.AbstractDirectoryLister
Sets whether to sort in descending manner.
setSortDescending(boolean) - Method in interface adams.core.io.lister.DirectoryLister
Sets whether to sort in descending manner.
setSortDescending(boolean) - Method in class adams.flow.source.DirectoryLister
Sets whether to sort descendingly.
setSortDescending(boolean) - Method in class adams.flow.source.filesystemsearch.FtpDirectorySearch
Sets whether to sort descendingly.
setSortDescending(boolean) - Method in class adams.flow.source.filesystemsearch.FtpDirectorySearchWithComparator
Sets whether to sort descendingly.
setSortDescending(boolean) - Method in class adams.flow.source.filesystemsearch.FtpDirectorySearchWithCustomSort
Sets whether to sort descendingly.
setSortDescending(boolean) - Method in class adams.flow.source.filesystemsearch.FtpFileSearch
Sets whether to sort descendingly.
setSortDescending(boolean) - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearch
Sets whether to sort descendingly.
setSortDescending(boolean) - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearchWithComparator
Sets whether to sort descendingly.
setSortDescending(boolean) - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearchWithCustomSort
Sets whether to sort descendingly.
setSortDescending(boolean) - Method in class adams.flow.source.filesystemsearch.LocalFileSearch
Sets whether to sort descendingly.
setSortDescending(boolean) - Method in class adams.flow.source.filesystemsearch.SftpDirectorySearch
Sets whether to sort descendingly.
setSortDescending(boolean) - Method in class adams.flow.source.filesystemsearch.SftpDirectorySearchWithComparator
Sets whether to sort descendingly.
setSortDescending(boolean) - Method in class adams.flow.source.filesystemsearch.SftpDirectorySearchWithCustomSort
Sets whether to sort descendingly.
setSortDescending(boolean) - Method in class adams.flow.source.filesystemsearch.SftpFileSearch
Sets whether to sort descendingly.
setSortDescending(boolean) - Method in class adams.flow.source.filesystemsearch.SmbDirectorySearch
Sets whether to sort descendingly.
setSortDescending(boolean) - Method in class adams.flow.source.filesystemsearch.SmbDirectorySearchWithComparator
Sets whether to sort descendingly.
setSortDescending(boolean) - Method in class adams.flow.source.filesystemsearch.SmbDirectorySearchWithCustomSort
Sets whether to sort descendingly.
setSortDescending(boolean) - Method in class adams.flow.source.filesystemsearch.SmbFileSearch
Sets whether to sort descendingly.
setSortDescending(boolean) - Method in class adams.flow.source.FTPLister
Deprecated.
Sets whether to sort descendingly.
setSorted(boolean) - Method in class adams.flow.sink.StringTree
Sets whether to sort the entries in the tree.
setSorted(boolean) - Method in class adams.gui.core.dotnotationtree.DotNotationTree
Sets whether the items are sorted or not.
setSortFind(BaseRegExp) - Method in class adams.flow.source.filesystemsearch.FtpDirectorySearchWithCustomSort
Sets the regular expression for extracting the groups.
setSortFind(BaseRegExp) - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearchWithCustomSort
Sets the regular expression for extracting the groups.
setSortFind(BaseRegExp) - Method in class adams.flow.source.filesystemsearch.SftpDirectorySearchWithCustomSort
Sets the regular expression for extracting the groups.
setSortFind(BaseRegExp) - Method in class adams.flow.source.filesystemsearch.SmbDirectorySearchWithCustomSort
Sets the regular expression for extracting the groups.
setSorting(Sorting) - Method in class adams.core.io.lister.AbstractDirectoryLister
Sets the sorting type.
setSorting(Sorting) - Method in interface adams.core.io.lister.DirectoryLister
Sets the sorting type.
setSorting(Sorting) - Method in class adams.flow.source.DirectoryLister
Sets the type of sorting to perform.
setSorting(Sorting) - Method in class adams.flow.source.filesystemsearch.FtpDirectorySearch
Sets the type of sorting to perform.
setSorting(Sorting) - Method in class adams.flow.source.filesystemsearch.FtpDirectorySearchWithCustomSort
Sets the type of sorting to perform.
setSorting(Sorting) - Method in class adams.flow.source.filesystemsearch.FtpFileSearch
Sets the type of sorting to perform.
setSorting(Sorting) - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearch
Sets the type of sorting to perform.
setSorting(Sorting) - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearchWithCustomSort
Sets the type of sorting to perform.
setSorting(Sorting) - Method in class adams.flow.source.filesystemsearch.LocalFileSearch
Sets the type of sorting to perform.
setSorting(Sorting) - Method in class adams.flow.source.filesystemsearch.SftpDirectorySearch
Sets the type of sorting to perform.
setSorting(Sorting) - Method in class adams.flow.source.filesystemsearch.SftpDirectorySearchWithCustomSort
Sets the type of sorting to perform.
setSorting(Sorting) - Method in class adams.flow.source.filesystemsearch.SftpFileSearch
Sets the type of sorting to perform.
setSorting(Sorting) - Method in class adams.flow.source.filesystemsearch.SmbDirectorySearch
Sets the type of sorting to perform.
setSorting(Sorting) - Method in class adams.flow.source.filesystemsearch.SmbDirectorySearchWithCustomSort
Sets the type of sorting to perform.
setSorting(Sorting) - Method in class adams.flow.source.filesystemsearch.SmbFileSearch
Sets the type of sorting to perform.
setSorting(FTPLister.Sorting) - Method in class adams.flow.source.FTPLister
Deprecated.
Sets the type of sorting to perform.
setSortKeys(boolean) - Method in class adams.data.conversion.MapToString
Sets whether to sort the keys before generating the output.
setSortKeys(boolean) - Method in class adams.flow.sink.JsonDisplay
Sets whether to sort the keys of JSONObject objects.
setSortKeys(boolean) - Method in class adams.flow.transformer.GetJsonKeys
Sets whether to sort the keys.
setSortKeys(boolean) - Method in class adams.flow.transformer.GetPropertyNames
Sets whether to sort the keys.
setSortKeys(boolean) - Method in class adams.gui.core.json.JsonTree
Sets whether to sort the keys of JSONObject objects.
setSortKeys(boolean) - Method in class adams.gui.core.json.JsonTreeWithPreview
Sets whether to sort the keys of JSONObject objects.
setSortLabels(boolean) - Method in class adams.flow.transformer.WekaSpreadSheetToPredictions
Sets whether to sort the labels with the specified comparator.
setSortLabels(boolean) - Method in class weka.classifiers.AggregateEvaluations
Sets whether to sort the labels with the specified comparator.
setSortNewTableModel(boolean) - Method in class adams.gui.core.SortableAndSearchableTable
Sets whether to sort new models.
setSortOrder(BaseBoolean[]) - Method in class adams.flow.transformer.SpreadSheetSort
Sets the sorting order for the columns (ascending/descending).
setSortReplace(String) - Method in class adams.flow.source.filesystemsearch.FtpDirectorySearchWithCustomSort
Sets the reassembly string for generating the sort string.
setSortReplace(String) - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearchWithCustomSort
Sets the reassembly string for generating the sort string.
setSortReplace(String) - Method in class adams.flow.source.filesystemsearch.SftpDirectorySearchWithCustomSort
Sets the reassembly string for generating the sort string.
setSortReplace(String) - Method in class adams.flow.source.filesystemsearch.SmbDirectorySearchWithCustomSort
Sets the reassembly string for generating the sort string.
setSource(BaseRegExp) - Method in class adams.db.LogEntryConditions
Sets the source to use in the search.
setSource(RemoteFileOperations) - Method in class adams.core.io.fileoperations.RemoteToRemoteFileOperations
Sets the source file operations.
setSource(PlaceholderDirectory) - Method in class adams.flow.standalone.DirWatch
Sets the incoming directory.
setSource(PlaceholderFile) - Method in class adams.flow.source.inputstreamsource.FromFile
Sets the source file.
setSource(PlaceholderFile) - Method in class adams.flow.source.readersource.FromFile
Sets the source file.
setSource(TimeseriesShiftTimestamps.TimestampSource) - Method in class adams.data.filter.TimeseriesShiftTimestamps
Sets where to get the 'old' timestamp from.
setSource(CallableActorReference) - Method in class adams.flow.transformer.IndexedSplitsRunsEvaluation
Sets the report source actor.
setSource(CallableActorReference) - Method in class adams.flow.transformer.IndexedSplitsRunsPredictions
Sets the report source actor.
setSource(CallableActorReference) - Method in class adams.flow.transformer.MergeReport
Sets the report source actor.
setSource(CallableActorReference) - Method in class adams.flow.transformer.SetJsonValue
Sets the callable source to obtain the value from.
setSource(CallableActorReference) - Method in class adams.flow.transformer.SetMapValue
Sets the callable source to obtain the value from.
setSource(File) - Method in class weka.core.converters.SimpleArffLoader
Resets the Loader object and sets the source of the data set to be the supplied File object.
setSource(File) - Method in class weka.core.converters.SpreadSheetLoader
Resets the Loader object and sets the source of the data set to be the supplied File object.
setSource(String) - Method in class adams.db.LogEntry
Sets the source.
setSource(String) - Method in class adams.flow.source.RSync
Sets the source path/url.
setSource(String) - Method in class adams.flow.source.SimpleRSync
Sets the source path/url.
setSourceCodeClass(String) - Method in class adams.flow.transformer.WekaClassifierInfo
Sets the class name for the generated source code.
setSourcesAllowed(boolean) - Method in class adams.gui.goe.classtree.ActorClassTreeFilter
Sets whether sources are allowed.
setSourceWidget(AbstractSource) - Method in class adams.gui.tools.SpreadSheetProcessorPanel
Sets the source widget.
setSparse(boolean) - Method in class adams.flow.source.RSync
 
setSparseFormat(boolean) - Method in class adams.flow.source.WekaDatabaseReader
Sets whether to output the data in sparse format.
setSpatialWeight(float) - Method in class adams.data.boofcv.transformer.SuperPixels
Sets the spatial weight to use.
setSpecials(boolean) - Method in class adams.flow.source.RSync
 
setSplitHandling(StringArraySplit.SplitHandling) - Method in class adams.flow.transformer.StringArraySplit
Sets how to handle the string that triggered the split.
setSplitLayers(boolean) - Method in class adams.gui.visualization.segmentation.layer.LayerManager
Sets whether to use split layers.
setSplitOutput(boolean) - Method in class adams.flow.source.Exec
Sets whether to split the output on the newline or crlf.
setSplitPercentage(double) - Method in class adams.flow.sink.WekaExperimentGenerator
Sets the split percentage (only train/test splits).
setSplitpoint(double) - Method in class weka.classifiers.meta.HighLowSplit
 
setSplitpoint(double) - Method in class weka.classifiers.meta.HighLowSplitSingleClassifier
 
setSplits(int) - Method in class adams.core.discovery.genetic.AbstractGeneticDoubleDiscoveryHandlerResolution
Sets the splits.
setSplits(int) - Method in class adams.core.discovery.genetic.AbstractGeneticDoubleMatrixDiscoveryHandler
Sets the splits.
setSplits(int) - Method in class adams.core.discovery.genetic.AbstractGeneticFloatDiscoveryHandlerResolution
Sets the splits.
setSplits(int) - Method in class adams.opt.optimise.SplitSearch
Sets the iterations to use.
setSplits(int) - Method in class weka.filters.supervised.attribute.SIMPLSMatrixFilterFromGeneticString
 
setSplits(BaseKeyValuePair[]) - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.ManualSplitGenerator
Sets the named split ranges.
setSplitter(Splitter) - Method in class adams.data.splitgenerator.generic.randomsplit.RandomSplitGenerator
Sets the splitter scheme to use.
setSplitter(AbstractSplitter) - Method in class adams.flow.transformer.WekaDatasetSplit
Sets the splitter to use.
setSplitter(AbstractFileSplitter) - Method in class adams.flow.transformer.SplitFile
Sets the splitter algorithm.
setSplitter(AbstractTimeseriesSplitter) - Method in class adams.flow.transformer.TimeseriesSplit
Sets the splitting algorithm to use.
setSplitterPosition(int) - Method in class adams.flow.sink.DOMDisplay
Sets the initial position of the splitter in the viewer panel.
setSplitterPosition(int) - Method in class adams.flow.transformer.pixelselector.PixelSelectorPanel
Sets the location of the splitter/divider.
setSplitterPosition(int) - Method in class adams.flow.transformer.PixelSelector
Sets the initial position of the splitter in the viewer panel.
setSplitterPosition(int) - Method in class adams.gui.core.dom.DOMTreeWithPreview
Sets the position of the splitter.
setSpreadSheet(SpreadSheet) - Method in class adams.data.spreadsheet.SpreadSheetColumnIndex
Sets the spreadsheet to use for interpreting the column name.
setSpreadSheet(SpreadSheet) - Method in class adams.data.spreadsheet.SpreadSheetColumnRange
Sets the spreadsheet to use for interpreting the column name.
setSpreadSheet(SpreadSheet) - Method in class adams.data.spreadsheet.SpreadSheetRowIndex
Sets the spreadsheet to use for interpreting the row name.
setSpreadSheet(SpreadSheet) - Method in class adams.data.spreadsheet.SpreadSheetRowRange
Sets the spreadsheet to use for interpreting the row name.
setSpreadSheet(SpreadSheet) - Method in class adams.data.spreadsheet.SpreadSheetUnorderedColumnRange
Sets the spreadsheet to use for interpreting the column name.
setSpreadSheet(SpreadSheet) - Method in class adams.data.spreadsheet.SpreadSheetUnorderedRowRange
Sets the spreadsheet to use for interpreting the column name.
setSpreadSheet(SpreadSheet) - Method in class adams.gui.dialog.SpreadSheetDialog
Sets the spreadsheet to display.
setSpreadSheet(SpreadSheet) - Method in class adams.gui.dialog.SpreadSheetPanel
Sets the spreadsheet to display.
setSpreadSheet(SpreadSheet) - Method in class adams.gui.tools.spreadsheetviewer.SortPanel
Sets the spreadsheet to use.
setSpreadsheetNames(BaseString[]) - Method in class adams.flow.transformer.spreadsheetmethodmerge.AbstractMerge
Sets the list of names to use in column renaming in place of the {SPREADSHEET} keyword.
setSpreadSheets(SpreadSheet[]) - Method in class adams.gui.dialog.MultiSpreadSheetDialog
Sets the spreadsheets to display.
setSpreadSheetType(SpreadSheet) - Method in class adams.data.conversion.AbstractMatrixToSpreadSheet
Sets the type of spreadsheet to use.
setSpreadSheetType(SpreadSheet) - Method in class adams.data.conversion.TimeseriesToSpreadSheet
Sets the type of spreadsheet to use.
setSpreadSheetType(SpreadSheet) - Method in class adams.data.conversion.WekaInstancesToSpreadSheet
Sets the type of spreadsheet to use.
setSpreadSheetType(SpreadSheet) - Method in class adams.data.featureconverter.SpreadSheet
Sets the type of spreadsheet to use.
setSpreadSheetType(SpreadSheet) - Method in class adams.data.io.input.AbstractSpreadSheetReader
Sets the type of spreadsheet to use.
setSpreadSheetType(SpreadSheet) - Method in interface adams.data.io.input.SpreadSheetReader
Sets the type of spreadsheet to use.
setSpreadSheetType(SpreadSheet) - Method in interface adams.data.spreadsheet.SpreadSheetTypeHandler
Sets the type of spreadsheet to use.
setSpreadSheetType(SpreadSheet) - Method in class adams.flow.source.NewSpreadSheet
Sets the type of spreadsheet to use.
setSpreadSheetWriter(SpreadSheetWriter) - Method in class weka.core.converters.SpreadSheetSaver
Sets the spreadsheet writer to use.
setSQL(SQLStatement) - Method in class adams.flow.source.SQLIdSupplier
Sets the SQL statement to run.
setSQL(SQLStatement) - Method in class adams.flow.source.TimeseriesDbReader
Sets the SQL statement to run.
setSQL(SQLStatement) - Method in class adams.flow.standalone.ExecSQL
Sets the SQL statement to run.
setSQL(SQLStatement) - Method in class adams.flow.transformer.AbstractReportDbUpdater
Sets the SQL statement to run.
setSQL(SQLStatement) - Method in class adams.flow.transformer.TimeseriesDbReader
Sets the SQL statement to run.
setSquareRadius(int) - Method in class adams.data.boofcv.transformer.Binary
Sets the radius of the square region to use.
setStages(ExecutionStage[]) - Method in class adams.flow.execution.ExecutionLog
Sets the stages to log.
setStamper(AbstractStamper) - Method in class adams.flow.transformer.PDFStamp
Sets the stamper to use.
setStandaloneReports(boolean) - Method in class adams.flow.transformer.AbstractReportDbWriter
Sets whether reports are allowed that are not associated with a data container.
setStandalonesAllowed(boolean) - Method in class adams.gui.goe.classtree.ActorClassTreeFilter
Sets whether standalones are allowed.
setStandardDeviation(boolean) - Method in class adams.data.spc.XBarSChart
Sets whether to produce mean or standard deviation data.
setStandardDeviation(double) - Method in class adams.data.distribution.Normal
Sets the standard deviation.
setStandardDeviations(double) - Method in class adams.gui.visualization.stats.zscore.StdDev
Set the number of standard deviations for the overlay
setStart(int) - Method in class adams.data.conversion.SpreadSheetAddRowID
Sets the first row ID to use.
setStart(long) - Method in class adams.flow.transformer.BinaryFileReader
Sets the starting position.
setStart(BaseDate) - Method in class adams.data.conversion.BaseDateToString
Sets the start date to use in the evaluation.
setStart(BaseDateTime) - Method in class adams.data.conversion.BaseDateTimeToString
Sets the start date to use in the evaluation.
setStart(BaseDateTime) - Method in class adams.data.conversion.WekaForecastContainerToTimeseries
Sets the start date/time for the timeseries.
setStart(BaseDateTime) - Method in class adams.data.filter.TimeseriesResetTimestamps
Sets the start date.
setStart(BaseDateTime) - Method in class adams.data.filter.TimeseriesSetStart
Sets the new start timestamp for series.
setStart(BaseDateTime) - Method in class adams.data.filter.TimeseriesWindow
Sets the start timestamp for series.
setStart(BaseDateTimeMsec) - Method in class adams.data.conversion.BaseDateTimeMsecToString
Sets the start date to use in the evaluation.
setStart(BaseTime) - Method in class adams.data.conversion.BaseTimeToString
Sets the start time to use in the evaluation.
setStart(Field) - Method in class adams.gui.visualization.report.ReportDateFieldRangePaintlet
Sets the date field in the report to use for the start of the region.
setStart(OptionTraverser.TraversalStart) - Method in class adams.flow.source.OptionTraverser
Sets where to start the traversal.
setStart(OptionTraverser.TraversalStart) - Method in class adams.flow.template.OptionTraverser
Sets where to start the traversal.
setStart(String) - Method in class adams.tools.ZipPassword
Sets the starting password for the brute force attack.
setStart(Date) - Method in class adams.core.base.BaseDate
Sets the optional start date.
setStart(Date) - Method in class adams.core.base.BaseDateTime
Sets the optional start datetime.
setStart(Date) - Method in class adams.core.base.BaseDateTimeMsec
Sets the optional start datetime.
setStart(Date) - Method in class adams.core.base.BaseTime
Sets the optional start time.
setStart(Date) - Method in class adams.core.base.BaseTimeMsec
Sets the optional start time.
setStart(Date) - Method in class adams.parser.basedate.Parser
Sets the optional start date.
setStart(Date) - Method in class adams.parser.basedatetime.Parser
Sets the optional start datetime.
setStart(Date) - Method in class adams.parser.basedatetimemsec.Parser
Sets the optional start datetime.
setStart(Date) - Method in class adams.parser.basetime.Parser
Sets the optional start time.
setStart(Date) - Method in class adams.parser.basetimemsec.Parser
Sets the optional start time.
setStartDate(BaseDateTime) - Method in class adams.db.AbstractTimeWindowTableCleanUp
Sets the start date.
setStartDate(BaseDateTime) - Method in class adams.tools.AbstractTimeWindowDatabaseTool
Sets the start date.
setStartIndex(int) - Method in class adams.data.conversion.ArrayToReport
Sets the start index.
setStartLocalEngine(boolean) - Method in class adams.scripting.CommandRunner
Sets whether to start a local scripting engine.
setStartTimestamp(BaseDateTime) - Method in class adams.gui.visualization.timeseries.FixedTimestampRangePaintlet
Sets the timestamp for the start of the range.
setStartUps(BaseString[]) - Method in class adams.gui.application.AbstractApplicationFrame
Sets the menu items to start up immediately.
setState(Tree.TreeState) - Method in class adams.gui.flow.tree.Tree
Sets the current state of the tree (tree, expansions, modified).
setState(ObjectAnnotationPanel.AnnotationsState) - Method in class adams.gui.visualization.object.ObjectAnnotationPanel
Restores the state of the layer.
setState(AbstractLayer.AbstractLayerState) - Method in class adams.gui.visualization.segmentation.layer.AbstractLayer
Restores the state of the layer.
setState(AbstractLayer.AbstractLayerState) - Method in class adams.gui.visualization.segmentation.layer.BackgroundLayer
Restores the state of the layer.
setState(AbstractLayer.AbstractLayerState) - Method in class adams.gui.visualization.segmentation.layer.CombinedLayer
Restores the state of the layer.
setState(AbstractLayer.AbstractLayerState) - Method in class adams.gui.visualization.segmentation.layer.ImageLayer
Restores the state of the layer.
setState(AbstractLayer.AbstractLayerState) - Method in class adams.gui.visualization.segmentation.layer.OverlayLayer
Restores the state of the layer.
setState(CombinedLayer.CombinedSubLayerState) - Method in class adams.gui.visualization.segmentation.layer.CombinedLayer.CombinedSubLayer
Restores the state of the layer.
setState(List<AbstractLayer.AbstractLayerState>) - Method in class adams.gui.visualization.segmentation.layer.LayerManager
Restores the state.
setState(Vector) - Method in class adams.gui.visualization.image.ImagePanel
Sets the state of the image panel.
setStatement(SQLStatement) - Method in class adams.db.SQLTableCleanUp
Sets the SQL statement.
setStatement(SQLStatement) - Method in class adams.gui.dialog.SQLStatementDialog
Sets the SQL statement.
setStatement(SQLStatement) - Method in class adams.gui.dialog.SQLStatementPanel
Sets the SQL statement.
setStatement(SQLStatement) - Method in class adams.gui.tools.spreadsheetviewer.tab.Query
Sets the SQL statement.
setStatement(SQLStatement) - Method in class adams.gui.tools.wekainvestigator.tab.DataQueryTab
Sets the SQL statement.
setStatistic(AbstractColumnStatistic) - Method in class adams.flow.transformer.SpreadSheetColumnStatistic
Sets the statistic to generate.
setStatistic(AbstractMatrixStatistic) - Method in class adams.flow.transformer.SpreadSheetMatrixStatistic
Sets the statistic to generate.
setStatistic(AbstractRowStatistic) - Method in class adams.data.spreadsheet.rowscore.RowStatistic
Sets the row statistic to use.
setStatistic(AbstractRowStatistic) - Method in class adams.flow.transformer.SpreadSheetRowStatistic
Sets the statistic to generate.
setStatistic(AbstractArrayStatistic) - Method in class adams.data.spreadsheet.colstatistic.ArrayStatistic
Sets the array statistic to apply.
setStatistic(AbstractArrayStatistic) - Method in class adams.data.spreadsheet.rowscore.ArrayStatistic
Sets the row statistic to use.
setStatistic(AbstractArrayStatistic) - Method in class adams.data.spreadsheet.rowstatistic.ArrayStatistic
Sets the array statistic to apply.
setStatistic(AbstractArrayStatistic) - Method in class adams.flow.transformer.ArrayStatistic
Sets the statistic to use.
setStatistic(AbstractArrayStatistic) - Method in class adams.flow.transformer.SpreadSheetStatistic
Sets the statistic to use.
setStatistic(AbstractArrayStatistic) - Method in class adams.flow.transformer.WekaInstancesStatistic
Sets the statistic to use.
setStatistic(InformativeStatistic) - Method in class adams.gui.visualization.statistics.InformativeStatisticFactory.Table
Sets the statistics object to display.
setStatistic(EvaluationStatistic) - Method in class weka.classifiers.meta.ClassifierCascade
the statistic to use for termination.
setStatistic(CenterStatistic) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.Predictions
Sets the statistic to output.
setStatistic(CenterStatistic) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.SamplePlot
Sets the statistic to output.
setStatistics(AbstractColumnStatistic[]) - Method in class adams.data.spreadsheet.colstatistic.MultiColumnStatistic
Sets the statistic generators to use.
setStatistics(AbstractMatrixStatistic[]) - Method in class adams.data.spreadsheet.matrixstatistic.MultiMatrixStatistic
Sets the statistic generators to use.
setStatistics(AbstractRowStatistic[]) - Method in class adams.data.spreadsheet.rowstatistic.MultiRowStatistic
Sets the statistic generators to use.
setStatistics(AbstractArrayStatistic[]) - Method in class adams.data.statistics.AbstractDataContainerStatistics
Sets the statistics to use.
setStatistics(EvaluationStatistic[]) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.Statistics
Sets the statistics to output.
setStatistics(SummaryStatistic[]) - Method in class adams.flow.transformer.SummaryStatistics
Sets the statistics to calculate.
setStatistics(List<InformativeStatistic>) - Method in class adams.gui.visualization.statistics.InformativeStatisticFactory.Dialog
Sets the statistics to display.
setStatistics(List<InformativeStatistic>) - Method in class adams.gui.visualization.statistics.InformativeStatisticFactory.MultiPagePane
Sets the statistics.
setStatisticValue(EvaluationStatistic) - Method in class adams.flow.transformer.WekaEvaluationValuePicker
Sets the value to extract.
setStatisticValues(EvaluationStatistic[]) - Method in class adams.flow.transformer.WekaBootstrapping
Sets the values to extract.
setStatisticValues(EvaluationStatistic[]) - Method in class adams.flow.transformer.WekaEvaluationValues
Sets the values to extract.
setStats(boolean) - Method in class adams.flow.source.RSync
 
setStatus(boolean, String) - Method in class adams.gui.core.BaseStatusBar
Displays a message.
setStatus(BaseRegExp) - Method in class adams.db.LogEntryConditions
Sets the status to use in the search.
setStatus(String) - Method in class adams.db.LogEntry
Sets the status.
setStatus(String) - Method in class adams.gui.core.BaseStatusBar
Displays a message (left).
setStatusDialogTitle(String) - Method in class adams.gui.core.BaseStatusBar
Sets the title to use for the dialog when displaying the status bar in a dialog.
setStatusMessageHandler(StatusMessageHandler) - Method in class adams.flow.setup.FlowSetupManager
Sets the handler for status messages.
setStatusMessageHandler(StatusMessageHandler) - Method in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment
Sets the status message handler to use.
setStatusMessageHandler(StatusMessageHandler) - Method in class adams.gui.visualization.container.DataContainerPanel
Sets the handler for status messages.
setStatusMessageHandler(StatusMessageHandler) - Method in class adams.multiprocess.WekaCrossValidationExecution
Sets the status message handler for outputting notifications.
setStatusProcessor(BaseStatusBar.StatusProcessor) - Method in class adams.gui.core.BaseStatusBar
Sets the code for processing the status message before displaying it.
setStd(double) - Method in class adams.gui.visualization.stats.paintlet.AbstractZOverlayPaintlet
set the number of standard deviations for the overlay only relevant for the stddev overlay
setStd(double) - Method in class adams.gui.visualization.stats.paintlet.MeanPaintlet
 
setStd(double) - Method in class adams.gui.visualization.stats.paintlet.StdDevPaintlet
Set the number of standard deviations for this overlay
setStdDev(double) - Method in class weka.classifiers.meta.InputSmearing
Sets the multiplier for the standard deviation to use for input smearing.
setStdDev(double) - Method in class weka.filters.unsupervised.attribute.InputSmearing
Sets the multiplier for the standard deviation to use for input smearing.
setStdErr(Actor) - Method in class adams.flow.standalone.JavaExec
Sets the actor for further processing the stderr output (string).
setStdErrProcessor(StdErrProcessor) - Method in class adams.core.command.AbstractExternalCommand
Sets the handler for processing the output received on stderr.
setStdErrProcessor(StdErrProcessor) - Method in interface adams.core.command.ExternalCommand
Sets the handler for processing the output received on stderr.
setStdev(double) - Method in class adams.data.random.AbstractDistributionBasedRandomNumberGenerator
Sets the stdev to use.
setStdev(double) - Method in interface adams.data.random.DistributionBasedRandomNumberGenerator
Sets the stdev to use.
setStdOut(Actor) - Method in class adams.flow.standalone.JavaExec
Sets the actor for further processing the stdout output (string).
setStdOutProcessor(StdOutProcessor) - Method in class adams.core.command.AbstractExternalCommand
Sets the handler for processing the output received on stdout.
setStdOutProcessor(StdOutProcessor) - Method in interface adams.core.command.ExternalCommand
Sets the handler for processing the output received on stdout.
setStepByStep(boolean) - Method in class adams.flow.execution.Debug
Sets whether to start in step-by-step mode or wait for first breakpoint.
setStepMode(boolean) - Method in class adams.flow.execution.Debug
Sets whether step mode is used.
setStepModeEnabled(boolean) - Method in class adams.flow.execution.debug.BreakpointPanel
Enables/disables step mode.
setStepModeEnabled(boolean) - Method in class adams.flow.execution.debug.ControlPanel
Enables/disables step mode.
setStepSize(int) - Method in class adams.data.image.features.Entropy
Sets the step size (every n-th column/row).
setStepSizes(OptData, Hashtable<String, Double>) - Method in class adams.opt.optimise.GridSearch
set Set sizes for params.
setStepSizes(OptData, Hashtable<String, Double>) - Method in class adams.opt.optimise.SplitSearch
set Set sizes for params.
setStopFile(String) - Method in class adams.core.io.lister.LocalDirectoryLister
Sets the name of the stop file which results in returning an empty list.
setStopFile(String) - Method in class adams.flow.source.DirectoryLister
Sets the name of the stop file.
setStopFlowIfCanceled(boolean) - Method in interface adams.flow.core.InteractiveActor
Sets whether to stop the flow if dialog canceled.
setStopFlowIfCanceled(boolean) - Method in class adams.flow.source.AbstractInteractiveSource
Sets whether to stop the flow if dialog canceled.
setStopFlowIfCanceled(boolean) - Method in class adams.flow.source.SelectFile
Sets whether to stop the flow if dialog canceled.
setStopFlowIfCanceled(boolean) - Method in class adams.flow.source.WekaSelectDataset
Sets whether to stop the flow if dialog canceled.
setStopFlowIfCanceled(boolean) - Method in class adams.flow.standalone.AbstractDatabaseConnection
Sets whether to stop the flow if dialog canceled.
setStopFlowIfCanceled(boolean) - Method in class adams.flow.standalone.FTPConnection
Sets whether to stop the flow if dialog canceled.
setStopFlowIfCanceled(boolean) - Method in class adams.flow.standalone.SMBConnection
Sets whether to stop the flow if dialog canceled.
setStopFlowIfCanceled(boolean) - Method in class adams.flow.standalone.SMTPConnection
Sets whether to stop the flow if dialog canceled.
setStopFlowIfCanceled(boolean) - Method in class adams.flow.standalone.SSHConnection
Sets whether to stop the flow if dialog canceled.
setStopFlowIfCanceled(boolean) - Method in class adams.flow.transformer.AbstractInteractiveTransformer
Sets whether to stop the flow if dialog canceled.
setStopFlowIfCanceled(boolean) - Method in class adams.flow.transformer.AbstractInteractiveTransformerDialog
Sets whether to stop the flow if dialog canceled.
setStopFlowOnError(boolean) - Method in class adams.flow.core.AbstractActor
Sets whether to stop the flow execution at this level in case this actor encounters an error.
setStopFlowOnError(boolean) - Method in interface adams.flow.core.Actor
Sets whether to stop the flow execution at this level in case this actor encounters an error.
setStopFlows(boolean) - Method in class adams.scripting.command.basic.AbstractCommandWithFlowStopping
Sets whether to stop registered flows first.
setStopMessage(String) - Method in class adams.flow.control.Stop
Sets the stop message.
setStopMode(StopMode) - Method in class adams.flow.control.Stop
Sets the stop mode.
setStopMode(StopMode) - Method in interface adams.flow.core.StopModeSupporter
Sets the stop mode.
setStopMode(StopMode) - Method in class adams.flow.source.AbstractInteractiveSource
Sets the stop mode.
setStopMode(StopMode) - Method in class adams.flow.source.SelectFile
Sets the stop mode.
setStopMode(StopMode) - Method in class adams.flow.source.WekaSelectDataset
Sets the stop mode.
setStopMode(StopMode) - Method in class adams.flow.standalone.AbstractDatabaseConnection
Sets the stop mode.
setStopMode(StopMode) - Method in class adams.flow.standalone.FTPConnection
Sets the stop mode.
setStopMode(StopMode) - Method in class adams.flow.standalone.SMBConnection
Sets the stop mode.
setStopMode(StopMode) - Method in class adams.flow.standalone.SMTPConnection
Sets the stop mode.
setStopMode(StopMode) - Method in class adams.flow.standalone.SSHConnection
Sets the stop mode.
setStopMode(StopMode) - Method in class adams.flow.transformer.AbstractInteractiveTransformer
Sets the stop mode.
setStopMode(StopMode) - Method in class adams.flow.transformer.AbstractInteractiveTransformerDialog
Sets the stop mode.
setStopOnFirstDetection(boolean) - Method in class adams.data.outlier.MultiOutlierDetector
Sets whether detection process is stopped as soon as one detector detected something.
setStoppingCriterion(AbstractStoppingCriterion) - Method in class adams.opt.genetic.AbstractGeneticAlgorithm
Sets the stopping criterion to use.
setStoppingTimeout(int) - Method in class adams.flow.control.AbstractDirectedControlActor
Sets the timeout for waiting for the sub-flow to stop.
setStoppingTimeout(int) - Method in class adams.flow.control.AbstractTee
Sets the timeout for waiting for the sub-flow to stop.
setStoppingTimeout(int) - Method in interface adams.flow.control.AtomicExecution
Sets the timeout for waiting for the sub-flow to stop.
setStoppingTimeout(int) - Method in class adams.flow.control.Branch
Sets the timeout for waiting for the sub-flow to stop.
setStoppingTimeout(int) - Method in class adams.flow.control.LocalScopeTransformer
Sets the timeout for waiting for the sub-flow to stop.
setStoppingWarningInterval(int) - Method in class adams.flow.control.AbstractDirectedControlActor
Sets the interval for outputting warnings if the sub-flow hasn't stopped yet (and no stopping timeout set).
setStoppingWarningInterval(int) - Method in class adams.flow.control.Branch
Sets the interval for outputting warnings if the sub-flow hasn't stopped yet (and no stopping timeout set).
setStoppingWarningInterval(int) - Method in class adams.flow.control.LocalScopeTransformer
Sets the interval for outputting warnings if the sub-flow hasn't stopped yet (and no stopping timeout set).
setStorage(StorageName) - Method in class adams.flow.transformer.IndexedSplitsRunsEvaluation
Sets the report storage item.
setStorage(StorageName) - Method in class adams.flow.transformer.IndexedSplitsRunsPredictions
Sets the report storage item.
setStorage(StorageName) - Method in class adams.flow.transformer.MergeReport
Sets the report storage item.
setStorage(StorageName) - Method in class adams.flow.transformer.SetJsonValue
Sets the value storage item.
setStorage(StorageName) - Method in class adams.flow.transformer.SetMapValue
Sets the value storage item.
setStorage(StorageName) - Method in class adams.flow.transformer.WekaNearestNeighborSearch
Sets the data storage item.
setStorageAnnotations(StorageName) - Method in class adams.flow.transformer.draw.AnnotationsAndPredictions
Sets the storage item with the annotations report.
setStorageFilePairs(BaseKeyValuePair[]) - Method in class adams.flow.standalone.DeserializeToStorage
Sets the storage name / file name pairs.
setStorageFilter(BaseRegExp) - Method in interface adams.flow.control.LocalScopeHandler
Sets the regular expression that storage item names must match to get into the local scope.
setStorageFilter(BaseRegExp) - Method in class adams.flow.control.LocalScopeTransformer
Sets the regular expression that storage item names must match to get into the local scope.
setStorageFilter(BaseRegExp) - Method in class adams.flow.control.LocalScopeTrigger
Sets the regular expression that storage item names must match to get into the local scope.
SetStorageFlag - Class in adams.flow.transformer
Stores the flag value in storage using the specified name whenever a token passes through.
SetStorageFlag() - Constructor for class adams.flow.transformer.SetStorageFlag
 
setStorageName(StorageName) - Method in class adams.core.command.stderr.Enqueue
Sets the name for the queue in the internal storage.
setStorageName(StorageName) - Method in class adams.core.command.stdout.Enqueue
Sets the name for the queue in the internal storage.
setStorageName(StorageName) - Method in class adams.data.conversion.MapToWekaInstance
Sets the name of the stored Instances object to use as template.
setStorageName(StorageName) - Method in class adams.data.objectfilter.AttachOverlappingMetaData
Sets the name of the report in storage to obtain the meta-data from.
setStorageName(StorageName) - Method in class adams.flow.condition.bool.HashSet
Sets the name for the hashset in the internal storage.
setStorageName(StorageName) - Method in class adams.flow.condition.bool.HasMapValue
Sets the name of the Map object in storage to check.
setStorageName(StorageName) - Method in class adams.flow.condition.bool.HasQueue
Sets the name of the queue to check.
setStorageName(StorageName) - Method in class adams.flow.condition.bool.HasStorageValue
Sets the name of the storage value to check.
setStorageName(StorageName) - Method in class adams.flow.condition.bool.StorageFlagSet
Sets the name of the storage flag to evaluate.
setStorageName(StorageName) - Method in class adams.flow.control.IfStorageValue
Sets the name of the stored value.
setStorageName(StorageName) - Method in class adams.flow.control.Injector
Sets the name of the storage item to inject.
setStorageName(StorageName) - Method in class adams.flow.control.SetContainerValue
Sets the name of the storage item to use.
setStorageName(StorageName) - Method in class adams.flow.control.StorageValueSequence
Sets the name of the stored value.
setStorageName(StorageName) - Method in class adams.flow.sink.EnQueue
Sets the name for the queue in the internal storage.
setStorageName(StorageName) - Method in class adams.flow.sink.Publish
Sets the name for the pub/sub data structure in the internal storage.
setStorageName(StorageName) - Method in class adams.flow.source.Counter
Sets the name of the counter in the internal storage.
setStorageName(StorageName) - Method in class adams.flow.source.DeQueue
Sets the name for the queue in the internal storage.
setStorageName(StorageName) - Method in class adams.flow.source.HashSet
Sets the name of the hashset in the internal storage.
setStorageName(StorageName) - Method in class adams.flow.source.LookUp
Sets the name of the lookup table in the internal storage.
setStorageName(StorageName) - Method in class adams.flow.source.LookUpTable
Sets the name of the lookup table in the internal storage.
setStorageName(StorageName) - Method in class adams.flow.source.StorageForLoop
Sets the name of the storage value to forward.
setStorageName(StorageName) - Method in class adams.flow.source.StorageValue
Sets the name of the stored value.
setStorageName(StorageName) - Method in class adams.flow.standalone.CounterInit
Sets the name for the counter in the internal storage.
setStorageName(StorageName) - Method in class adams.flow.standalone.DeleteStorageValue
Sets the name of the stored value.
setStorageName(StorageName) - Method in class adams.flow.standalone.DeserializeToStorage
Sets the name of the stored value.
setStorageName(StorageName) - Method in class adams.flow.standalone.HashSetInit
Sets the name for the hashset in the internal storage.
setStorageName(StorageName) - Method in class adams.flow.standalone.LookUpInit
Sets the name for the lookup table in the internal storage.
setStorageName(StorageName) - Method in class adams.flow.standalone.QueueEvent
Sets the name for the queue in the internal storage.
setStorageName(StorageName) - Method in class adams.flow.transformer.AbstractDataContainerAdd
Sets the name of the stored value.
setStorageName(StorageName) - Method in class adams.flow.transformer.AbstractDataContainerAppend
Sets the name of the stored value.
setStorageName(StorageName) - Method in class adams.flow.transformer.CollectionAppend
Sets the name of the stored value.
setStorageName(StorageName) - Method in class adams.flow.transformer.CounterAdd
Sets the name for the lookup table in the internal storage.
setStorageName(StorageName) - Method in class adams.flow.transformer.CounterInit
Sets the name for the counter in the internal storage.
setStorageName(StorageName) - Method in class adams.flow.transformer.DeleteStorageValue
Sets the name of the stored value.
setStorageName(StorageName) - Method in class adams.flow.transformer.DetermineOverlappingAreas
Sets the name of the storage item to merge with (Report or ReportHandler).
setStorageName(StorageName) - Method in class adams.flow.transformer.DetermineOverlappingObjects
Sets the name of the storage item to merge with (Report or ReportHandler).
setStorageName(StorageName) - Method in class adams.flow.transformer.HashSetAdd
Sets the name for the lookup table in the internal storage.
setStorageName(StorageName) - Method in class adams.flow.transformer.HashSetInit
Sets the name for the hashset in the internal storage.
setStorageName(StorageName) - Method in class adams.flow.transformer.HashSetRemove
Sets the name for the hashset in the internal storage.
setStorageName(StorageName) - Method in class adams.flow.transformer.ImageObjectOverlap
Sets the name of the storage item to merge with (Report or ReportHandler).
setStorageName(StorageName) - Method in class adams.flow.transformer.ImageObjectOverlapMatrix
Sets the name of the storage item to merge with (Report or ReportHandler).
setStorageName(StorageName) - Method in class adams.flow.transformer.IncStorageValue
Sets the name of the variable to update.
setStorageName(StorageName) - Method in class adams.flow.transformer.IntersectOverUnion
Sets the name of the storage item to merge with (Report or ReportHandler).
setStorageName(StorageName) - Method in class adams.flow.transformer.LookUp
Sets the name for the lookup table in the internal storage.
setStorageName(StorageName) - Method in class adams.flow.transformer.LookUpAdd
Sets the name for the lookup table in the internal storage.
setStorageName(StorageName) - Method in class adams.flow.transformer.LookUpInit
Sets the name for the lookup table in the internal storage.
setStorageName(StorageName) - Method in class adams.flow.transformer.LookUpRemove
Sets the name for the lookup table in the internal storage.
setStorageName(StorageName) - Method in class adams.flow.transformer.MergeObjectLocations
Sets the name of the storage item to merge with (Report or ReportHandler).
setStorageName(StorageName) - Method in class adams.flow.transformer.MergeReportFromMap
Sets the name of the stored map with the sample data objects.
setStorageName(StorageName) - Method in class adams.flow.transformer.PDFAppendDocument
Sets the name of the storage item to retrieve.
setStorageName(StorageName) - Method in class adams.flow.transformer.RemoveOverlappingImageObjects
Sets the name of the storage item to merge with (Report or ReportHandler).
setStorageName(StorageName) - Method in class adams.flow.transformer.SetArrayElement
Sets the name of the stored value.
setStorageName(StorageName) - Method in class adams.flow.transformer.SetStorageFlag
Sets the name of the stored value.
setStorageName(StorageName) - Method in class adams.flow.transformer.SetStorageValue
Sets the name of the stored value.
setStorageName(StorageName) - Method in class adams.flow.transformer.SpreadSheetAppend
Sets the name of the stored value.
setStorageName(StorageName) - Method in class adams.flow.transformer.StorageCollectionInsert
Sets the storage item name that represents the collection to update.
setStorageName(StorageName) - Method in class adams.flow.transformer.StorageJFreeChartAddSeries
Sets the storage item name that represents the collection to update.
setStorageName(StorageName) - Method in class adams.flow.transformer.WekaGeneticAlgorithmInitializer
Sets the name for the data in the internal storage.
setStorageName(StorageName) - Method in class adams.flow.websocket.client.SimpleSendWithQueueGenerator
Sets the name for the queue in the internal storage.
setStorageName(StorageName[]) - Method in class adams.flow.standalone.QueueInit
Sets the names for the queue in the internal storage.
setStorageName(String) - Method in class adams.core.command.stderr.Enqueue
Sets the name for the queue in the internal storage.
setStorageName(String) - Method in class adams.core.command.stdout.Enqueue
Sets the name for the queue in the internal storage.
setStorageName(String) - Method in class adams.flow.condition.bool.HasQueue
Sets the name of the stored value.
setStorageName(String) - Method in class adams.flow.condition.bool.HasStorageValue
Sets the name of the stored value.
setStorageName(String) - Method in class adams.flow.condition.bool.StorageFlagSet
Sets the name of the stored value.
setStorageName(String) - Method in class adams.flow.sink.EnQueue
Sets the name for the queue in the internal storage.
setStorageName(String) - Method in class adams.flow.source.DeQueue
Sets the name for the queue in the internal storage.
setStorageName(String) - Method in class adams.flow.source.StorageValue
Sets the name of the stored value.
setStorageName(String) - Method in class adams.flow.standalone.DeleteStorageValue
Sets the name of the stored value.
setStorageName(String) - Method in class adams.flow.transformer.DeleteStorageValue
Sets the name of the stored value.
setStorageName(String) - Method in class adams.flow.transformer.SetStorageValue
Sets the name of the stored value.
setStorageNamePrefix(String) - Method in class adams.flow.transformer.MapToStorageValues
Sets the prefix for the storage names (prefix + map key).
setStorageNames(StorageName[]) - Method in class adams.flow.control.RemoteExecutionTrigger
Sets the names of the storage items to transfer.
setStorageNames(StorageName[]) - Method in interface adams.flow.core.RemoteExecutionHandler
Sets the names of the storage items to transfer.
setStorageNames(StorageName[]) - Method in class adams.flow.source.CombineArrays
Sets the names of the stored values.
setStorageNames(StorageName[]) - Method in class adams.flow.source.CombineCollections
Sets the names of the stored values.
setStorageNames(StorageName[]) - Method in class adams.flow.source.MakeContainer
Sets the names of the storage items to use.
setStorageNames(StorageName[]) - Method in class adams.flow.source.StorageValuesArray
Sets the names of the stored values.
setStorageNames(StorageName[]) - Method in class adams.flow.source.ZipArrays
Sets the names of the stored values.
setStorageNames(StorageName[]) - Method in class adams.flow.standalone.InitPublishSubscribe
Sets the names for the pub/sub data structures in the internal storage.
setStorageNames(StorageName[]) - Method in class adams.scripting.command.flow.RemoteFlowExecution
Sets the names of the storage items to transfer.
setStorageNames(String[]) - Method in class adams.flow.source.StorageValuesArray
Sets the names of the stored values.
setStoragePredictions(StorageName) - Method in class adams.flow.transformer.draw.AnnotationsAndPredictions
Sets the storage item with the predictions report.
setStoragePrefix(String) - Method in class adams.flow.transformer.SpreadSheetStorageRowIterator
Sets the prefix for the storage name (prefix + header).
setStorageRegExp(BaseRegExp) - Method in interface adams.flow.control.LocalScopeHandler
Sets the regular expression that storage item names must match to get propagated.
setStorageRegExp(BaseRegExp) - Method in class adams.flow.control.LocalScopeTransformer
Sets the regular expression that storage item names must match to get propagated.
setStorageRegExp(BaseRegExp) - Method in class adams.flow.control.LocalScopeTrigger
Sets the regular expression that storage item names must match to get propagated.
SetStorageValue - Class in adams.flow.transformer
Stores the payload of the token passing through under the specified name in temporary storage.
SetStorageValue() - Constructor for class adams.flow.transformer.SetStorageValue
Default constructor.
SetStorageValue(StorageName) - Constructor for class adams.flow.transformer.SetStorageValue
Constructor that sets the storage name as well.
SetStorageValue(String) - Constructor for class adams.flow.transformer.SetStorageValue
Constructor that sets the storage name as well.
setStore(boolean) - Method in class adams.tools.AbstractAddRemoveTimeWindowDatabaseTool
Sets whether a modified report gets written back to the database.
setStoreAttributes(boolean) - Method in class adams.data.conversion.DOMToProperties
Sets whether to store the attributes as well.
setStoreElementIndex(boolean) - Method in class adams.flow.control.ArrayProcess
Sets whether to store the element index in a variable.
setStoreElementIndex(boolean) - Method in class adams.flow.control.CollectionProcess
Sets whether to store the element index in a variable.
setStoreError(boolean) - Method in class adams.flow.control.TryCatch
Sets whether to store any error in a variable.
setStoreFilename(boolean) - Method in class adams.flow.transformer.WekaTextDirectoryReader
Sets whether to store the filename in extra attribute.
setStoreTransformed(boolean) - Method in class adams.flow.transformer.WekaTrainForecaster
Sets whether to store the transformed data as well.
setStoreUnsuccessful(boolean) - Method in class adams.flow.sink.SendRemoteCommand
Sets whether to store unsuccessful commands on disk.
setStratification(Stratification) - Method in class adams.data.splitgenerator.generic.crossvalidation.CrossValidationGenerator
Sets the stratification scheme to use.
setStratify(boolean) - Method in interface adams.data.splitgenerator.StratifiableSplitGenerator
Sets whether to stratify the data (nominal class).
setStratify(boolean) - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesCrossValidationFoldGenerator
Sets whether to stratify the data (nominal class).
setStratify(boolean) - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesGroupedCrossValidationFoldGenerator
Sets whether to stratify the data (nominal class).
setStratify(boolean) - Method in class adams.ml.evaluation.DefaultCrossValidationFoldGenerator
Sets whether to stratify the data (nominal class).
setStratify(boolean) - Method in class weka.classifiers.BinnedNumericClassCrossValidationFoldGenerator
Sets whether to stratify the data (nominal class).
setStratify(boolean) - Method in interface weka.classifiers.CrossValidationFoldGenerator
Sets whether to stratify the data (nominal class).
setStratify(boolean) - Method in class weka.classifiers.DefaultCrossValidationFoldGenerator
Sets whether to stratify the data (nominal class).
setStratify(boolean) - Method in class weka.classifiers.GroupedBinnedNumericClassCrossValidationFoldGenerator
Sets whether to stratify the data (nominal class).
setStratify(boolean) - Method in class weka.classifiers.GroupedCrossValidationFoldGenerator
Sets whether to stratify the data (nominal class).
setStratify(boolean) - Method in class weka.classifiers.GroupedCrossValidationFoldGeneratorUsingNumericClassValues
Sets whether to stratify the data (nominal class).
setStrict(boolean) - Method in class adams.core.io.filecomplete.AbstractStrictFileCompleteCheck
Sets whether to be strict or allow trailing junk data.
setStrict(boolean) - Method in class adams.core.SerializableObjectHelper
Sets whether to use strict mode (options HAVE to be the same) or not (simply output warning that options changed).
setStrict(boolean) - Method in class adams.flow.core.Compatibility
Sets whether to use strict or relaxed compatibility checks.
setStrict(boolean) - Method in class adams.flow.transformer.SpreadSheetMerge
Sets whether to enforce uniqueness in IDs.
setStrict(boolean) - Method in class adams.flow.transformer.WekaInstancesMerge
Sets whether to enforce uniqueness in IDs.
setStrict(boolean) - Method in class adams.gui.goe.classtree.ActorClassTreeFilter
Sets whether to use strict or relaxed filtering.
setStrict(boolean) - Method in interface adams.gui.goe.classtree.StrictClassTreeFilter
Sets whether to use strict or relaxed filtering.
setStrictCapabilities(boolean) - Method in class adams.ml.model.classification.AbstractClassifier
Sets whether to use a strict capabilities check.
setStrictCapabilities(boolean) - Method in class adams.ml.model.classification.AbstractMultiTargetClassifier
Sets whether to use a strict capabilities check.
setStrictCapabilities(boolean) - Method in class adams.ml.model.clustering.AbstractClusterer
Sets whether to use a strict capabilities check.
setStrictCapabilities(boolean) - Method in class adams.ml.model.regression.AbstractMultiTargetRegressor
Sets whether to use a strict capabilities check.
setStrictCapabilities(boolean) - Method in class adams.ml.model.regression.AbstractRegressor
Sets whether to use a strict capabilities check.
setStrictHostKeyChecking(boolean) - Method in class adams.core.io.lister.SftpDirectoryLister
Sets whether to perform strict host key checking.
setStrictHostKeyChecking(boolean) - Method in class adams.flow.standalone.SSHConnection
Sets whether to perform strict host key checking.
setStrictHostKeyChecking(boolean) - Method in class adams.gui.chooser.SftpRemoteDirectorySetup
Sets whether to perform strict host key checking.
setStrictHostKeyChecking(boolean) - Method in class adams.scripting.connection.AbstractSSHConnection
Sets whether to perform strict host key checking.
setStringColumnSQL(String) - Method in class adams.data.io.output.SqlDumpSpreadSheetWriter
Sets the SQL type for string columns for the CREATE statement.
setStringColumnSQL(String) - Method in class adams.flow.sink.SpreadSheetDbWriter
Sets the SQL type for string columns for the CREATE statement.
setStringRepresentation(String) - Method in class net.semanticmetadata.lire.imageanalysis.features.global.BasicFeatures
Deprecated.
 
setStrings(BaseString[]) - Method in class adams.flow.source.StringConstants
Sets the strings to output.
setStrings(String[]) - Method in class adams.flow.source.StringConstants
Sets the strings to output.
setStringValue(String, String) - Method in class adams.data.report.Report
Sets a string value.
setStripExtension(boolean) - Method in class adams.flow.template.StoreFilenameInVariable
Sets whether to strip the extension from the filename.
setStripPath(boolean) - Method in class adams.flow.template.StoreFilenameInVariable
Sets whether to strip the path from the filename.
setStripPath(String) - Method in class adams.flow.transformer.AbstractMultiCompress
Sets the regular expression to use for stripping the path.
setStroke(Stroke) - Method in class adams.gui.print.PostscriptGraphics
 
setStrokeThickness(float) - Method in class adams.flow.transformer.draw.AbstractColorStrokeDrawOperation
Sets the stroke thickness to use.
setStrokeThickness(float) - Method in class adams.flow.transformer.draw.ObjectLocationsFromReport
Sets the stroke thickness to use.
setStrokeThickness(float) - Method in class adams.gui.visualization.core.AbstractStrokePaintlet
Sets the stroke thickness to use.
setStrokeThickness(float) - Method in class adams.gui.visualization.image.HighlightLocations
Sets the stroke thickness to use.
setStrokeThickness(float) - Method in class adams.gui.visualization.image.ObjectLocationsOverlayFromReport
Sets the stroke thickness to use.
setStrokeThickness(float) - Method in class adams.gui.visualization.image.selection.AbstractPaintingSelectionProcessor
Sets the stroke thickness to use.
setStrokeThickness(float) - Method in class adams.gui.visualization.image.selectionshape.AbstractStrokeSelectionShapePainter
Sets the stroke thickness to use.
setStrokeThickness(float) - Method in interface adams.gui.visualization.image.selectionshape.StrokeSelectionShapePainter
Sets the stroke thickness to use.
setStrokeThickness(float) - Method in class adams.gui.visualization.object.annotator.BoundingBoxAnnotator
Sets the stroke thickness to use.
setStrokeThickness(float) - Method in class adams.gui.visualization.object.annotator.PolygonAnnotator
Sets the stroke thickness to use.
setStrokeThickness(float) - Method in class adams.gui.visualization.object.annotator.PolygonPointAnnotator
Sets the stroke thickness to use.
setStrokeThickness(float) - Method in class adams.gui.visualization.object.annotator.SimplePointAnnotator
Sets the stroke thickness to use.
setStrokeThickness(float) - Method in class adams.gui.visualization.object.objectannotations.outline.AbstractStrokeOutlinePlotter
Sets the stroke thickness to use.
setStrokeThickness(float) - Method in class adams.gui.visualization.object.overlay.ObjectLocationsOverlayFromReport
Sets the stroke thickness to use.
setStyleSheet(PlaceholderFile) - Method in class adams.flow.transformer.XSLT
Sets the expression to apply.
setSubActor(Actor) - Method in class adams.flow.control.UpdateProperties
Sets the sub actor.
setSubConversions(Conversion[]) - Method in class adams.data.conversion.MultiConversion
Sets the number of decimals for numbers in tables.
setSubDetectors(AbstractOutlierDetector[]) - Method in class adams.data.outlier.MultiOutlierDetector
Sets the detectors to use.
setSubFilters(Filter<T>[]) - Method in class adams.data.filter.MultiFilter
Sets the filters to use.
setSubGenerators(AbstractBoofCVFeatureGenerator[]) - Method in class adams.data.boofcv.features.MultiBoofCVFeatureGenerator
Sets the flatteners to use.
setSubGenerators(AbstractBufferedImageFeatureGenerator[]) - Method in class adams.data.image.features.MultiBufferedImageFeatureGenerator
Sets the generators to use.
setSubGenerators(AbstractOpenCVFeatureGenerator[]) - Method in class adams.data.opencv.features.MultiOpenCVFeatureGenerator
Sets the generators to use.
setSubject(String) - Method in class adams.flow.sink.sendnotification.Email
Sets the subject.
setSubject(String) - Method in class adams.flow.transformer.CreateEmail
Sets the subject.
setSubject(String) - Method in class adams.gui.dialog.ComposeEmailDialog
Sets the "subject".
setSubject(String) - Method in class adams.gui.dialog.ComposeEmailPanel
Sets the "subject".
setSubject(String) - Method in class adams.gui.visualization.multiobjectexport.EmailExport
Sets the subject for the email.
setSubListeners(FlowExecutionListener[]) - Method in class adams.flow.execution.MultiListener
Sets the listeners to use.
setSubPaintlets(Paintlet[]) - Method in class adams.gui.visualization.core.MultiPaintlet
Sets the paintlets to use.
setSubPaintlets(XYSequencePaintlet[]) - Method in class adams.gui.visualization.sequence.MultiPaintlet
Sets the paintlets to use.
setSubProcessors(ActorProcessor[]) - Method in class adams.flow.processor.MultiProcessor
Sets the processors to use.
setSubsampleRatio(float) - Method in class weka.classifiers.trees.XGBoost
Sets the sub-sample ratio of the training instances.
setSubsampleRowFinder(RowFinder, String) - Method in class adams.parser.spreadsheetquery.ParserHelper
Sets the row finder to generate a subsample.
setSubset(MatrixSubset) - Method in class adams.flow.transformer.SpreadSheetSubset
Sets the R-like matrix subset (eg '1:4,').
setSubsets(ArrayCombinations.SubsetsType) - Method in class adams.flow.transformer.ArrayCombinations
Choose combinations or permutations.
setSubStatistics(AbstractArrayStatistic[]) - Method in class adams.data.statistics.MultiArrayStatistic
Sets the base statistics to use.
setSuccess(boolean) - Method in class adams.multiprocess.JobResult
Set execution successful.
setSuccessfulDir(PlaceholderDirectory) - Method in class adams.scripting.requesthandler.CommandDumperHandler
Sets the directory for successful commands.
setSuccessfulDir(PlaceholderDirectory) - Method in class adams.scripting.responsehandler.CommandDumperHandler
Sets the directory for successful commands.
setSuccessfulSuffix(String) - Method in class adams.core.net.SimpleMailer
Sets the suffix for successfully sent emails.
setSuffix(String) - Method in class adams.core.io.DefaultFilenameGenerator
Sets the suffix to use.
setSuffix(String) - Method in class adams.core.io.SimpleFilenameGenerator
Sets the suffix to use.
setSuffix(String) - Method in class adams.data.conversion.ArrayToReport
Sets the field suffix used in the report.
setSuffix(String) - Method in class adams.flow.sink.AbstractGraphicsGenerator
Sets the suffix for the filename.
setSuffix(String) - Method in class adams.flow.sink.NotesWriter
Sets the suffix for the notes.
setSuffix(String) - Method in class adams.flow.sink.ProgressBar
Sets the suffix string.
setSuffix(String) - Method in class adams.flow.source.newlist.Wrapper
Sets the suffix to use.
setSuffix(String) - Method in class adams.flow.source.NewTempFile
Sets the suffix to use.
setSuffix(String) - Method in class adams.flow.source.RSync
 
setSuffix(String) - Method in class adams.flow.standalone.PythonEnvironment
Sets the suffix to append to the system-wide executables.
setSuffix(String) - Method in class adams.flow.standalone.Stopwatch
Sets the suffix for the time display.
setSuffix(String) - Method in class adams.flow.transformer.AppendName
Sets the suffix to append.
setSuffix(String) - Method in class adams.flow.transformer.ImageAnnotator
Sets the field suffix to use for the labels.
setSuffix(String) - Method in class adams.gui.tools.previewbrowser.AnnotateImage
Sets the field suffix to use for the labels.
setSummaryFilter(Filter) - Method in class weka.filters.unsupervised.attribute.AttributeSummaryTransferFilter
Sets the filter to use to summarise the attributes.
setSuper_(boolean) - Method in class adams.flow.source.RSync
 
setSuperclass(BaseClassname) - Method in class adams.doc.listing.Listing
Sets the superclass to use for the listing.
setSuperclass(Class) - Method in class adams.gui.goe.PersistentObjectHistory
Sets the superclass to use.
setSuperclass(Class, boolean) - Method in class adams.gui.tools.FavoritesManagementPanel.FavoritesListModel
Sets the superclass to use.
setSuperclass(String) - Method in class adams.gui.tools.FavoritesManagementPanel.FavoritesListModel
Sets the superclass to use.
setSuperclass(String, boolean) - Method in class adams.gui.tools.FavoritesManagementPanel.FavoritesListModel
Sets the superclass to use.
setSuperClass(BaseClassname) - Method in class adams.flow.source.AbstractSelectObjects
Sets the superclass for the class hierarchy to use.
setSuperClass(BaseClassname) - Method in class adams.flow.source.valuedefinition.AbstractGOEValueDefinition
Sets the super class that all other classes are derived from.
setSuperClass(String) - Method in class adams.flow.condition.bool.IsSubClass
Sets the superclass to check.
setSuppliedFileName(String) - Method in class adams.flow.transformer.AbstractDataContainerFileWriter
setSuppliedPrefix(String) - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm
Sets the prefix to use in case of OutputPrefixType.SUPPLIED.
setSuppliedReferenceDataset(Instances) - Method in class weka.filters.unsupervised.instance.AlignDataset
Sets the reference dataset to use instead of loading one from disk.
setSuppliedTestSet(Instances) - Method in class weka.filters.unsupervised.instance.RemoveTestInstances
Sets the test set to use instead of loading one from disk.
setSuppliedTimestamp(BaseDateTime) - Method in class adams.data.filter.TimeseriesShiftTimestamps
Sets the supplied timestamp to use.
setSupport(double) - Method in class weka.classifiers.meta.ConsensusOrVote
Sets the percentage (0-1 excl) or number of base-classifiers (>= 1) that need to chose the label in order to predict it.
setSupport(double) - Method in class weka.classifiers.meta.Veto
Sets the percentage (0-1 excl) or number of base-classifiers (>= 1) that need to chose the label in order to predict it.
setSuppressErrorMessage(boolean) - Method in class weka.classifiers.functions.SimpleLinearRegressionWithAccess
Turn off the error message that is reported when no useful attribute is found.
setSuppressMissingKeyWarnings(boolean) - Method in class adams.data.groupextraction.SpreadSheetCellWithLookUp
Sets whether to suppress warnings about missing keys.
setSuppressMissingKeyWarnings(boolean) - Method in class adams.flow.transformer.LookUp
Sets whether to suppress warnings about missing keys.
setSuppressModelOutput(boolean) - Method in class weka.classifiers.meta.AbstainingCascade
Sets whether to output the model with the toString() method or not.
setSuppressModelOutput(boolean) - Method in class weka.classifiers.meta.ConsensusOrVote
Sets whether to output the model with the toString() method or not.
setSuppressModelOutput(boolean) - Method in class weka.classifiers.meta.SuppressModelOutput
Sets whether to output the model with the toString() method or not.
setSuppressModelOutput(boolean) - Method in class weka.classifiers.meta.ThresholdedBinaryClassification
Sets whether to output the model with the toString() method or not.
setSuppressModelOutput(boolean) - Method in class weka.classifiers.meta.Veto
Sets whether to output the model with the toString() method or not.
setSuppressModelOutput(boolean) - Method in class weka.classifiers.meta.VotedImbalance
Sets whether to output the model with the toString() method or not.
setSuppressModelOutput(boolean) - Method in interface weka.core.ModelOutputHandler
Sets whether to output the model with the toString() method or not.
setSwapAxes(boolean) - Method in class adams.flow.sink.ActualVsPredictedPlot
Sets whether to swap the axes.
setSwapAxes(boolean) - Method in class adams.gui.tools.previewbrowser.ActualVsPredictedHandler
Sets whether to swap the axes.
setSwapAxes(boolean) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.ClassifierErrors
Sets whether to swap the axes.
setSwapRowsAndColumns(boolean) - Method in class adams.flow.transformer.WekaExperimentEvaluation
Sets whether to swap rows and columns.
setSwapRowsAndColumns(boolean) - Method in class adams.gui.tools.wekainvestigator.tab.experimenttab.output.TextOutput
Sets whether to swap rows and columns.
setSwitchOutputs(boolean) - Method in class adams.flow.control.ContainerValuePicker
Sets whether to switch regular and tee output.
setSymbols(BaseString[]) - Method in class adams.parser.AbstractSymbolEvaluator
Sets the symbols to use for evaluation.
setSymbols(HashMap) - Method in class adams.parser.booleanexpression.Parser
Sets the variable - value relation to use.
setSymbols(HashMap) - Method in class adams.parser.lookupupdate.Parser
Sets the variable - value relation to use.
setSymbols(HashMap) - Method in class adams.parser.mathematicalexpression.Parser
Sets the variable - value relation to use.
setSymbols(HashMap) - Method in class adams.parser.ParserHelper
Sets the symbols in use.
setSymbols(HashMap) - Method in class adams.parser.spreadsheetformula.Parser
Sets the variable - value relation to use.
setSymbols(HashMap) - Method in class adams.parser.spreadsheetquery.Parser
Sets the variable - value relation to use.
setSymbols(HashMap) - Method in class adams.parser.stringexpression.Parser
Sets the variable - value relation to use.
SetSystemProperty - Class in adams.flow.transformer
Sets a Java system property when it is executed.
SetSystemProperty() - Constructor for class adams.flow.transformer.SetSystemProperty
 
setTab(AbstractRemoteControlCenterTab) - Method in class adams.gui.tools.remotecontrolcenter.panels.AdvancedTab.InspectionResponseHandler
Sets the tab this handler belongs to.
setTabIcon(String) - Method in interface adams.gui.core.TabIconSupporter
Sets the tab icon.
setTable(BulkInsertTable) - Method in class adams.db.MultipleInsert
Set the table associated with this insert manager
setTable(ReportFactory.Table) - Method in class adams.gui.visualization.report.reportfactory.AbstractTableAction
Sets the table to use.
setTable(String) - Method in class adams.data.io.input.AccessSpreadSheetReader
Sets the table to read from.
setTable(String) - Method in class adams.data.io.output.SqlDumpSpreadSheetWriter
Sets the name of the table.
setTable(String) - Method in class adams.flow.sink.SpreadSheetDbWriter
Sets the table to write the data to.
setTable(String) - Method in class adams.flow.source.AbstractDatabaseMetaData
Sets the table to retrieve the information for.
setTable(String) - Method in class adams.flow.transformer.AccessDatabaseInfo
Sets the table to read from.
setTable(String) - Method in class adams.opt.genetic.setupupload.MySQL
Sets the table name to use.
setTableName(String) - Method in class adams.data.conversion.SpreadSheetToCreateTableStatement
Sets the name of the table.
setTableName(String) - Method in class adams.data.io.output.AccessSpreadSheetWriter
Sets the table name to use.
setTableName(String) - Method in class adams.flow.sink.WekaDatabaseWriter
Sets the table name to store the data in.
setTableUpgrade(AbstractTableUpgrade) - Method in class adams.tools.TableUpgrade
Sets the table upgrade to use.
setTabs(int) - Method in class adams.gui.scripting.SyntaxDocument
sets the number of characters per tab.
setTabSize(int) - Method in class adams.gui.core.TextEditorPanel
Sets the tab size, i.e., the number of maximum width characters.
setTabSize(int) - Method in class adams.gui.dialog.TextDialog
Sets the tab size, i.e., the number of maximum width characters.
setTabSize(int) - Method in class adams.gui.dialog.TextPanel
Sets the tab size, i.e., the number of maximum width characters.
setTabSize(int) - Method in class adams.gui.tools.previewbrowser.PlainTextHandler
Sets the tab size, i.e., the number of maximum width characters.
setTag(ExifTagEnum.Item) - Method in class adams.flow.transformer.exiftagoperation.AbstractApacheCommonsExifTagOperation
Sets the tag to process.
setTags(BaseKeyValuePair[]) - Method in interface adams.core.tags.TagHandler
Sets the tags (generators may make use of them).
setTarget(RemoteFileOperations) - Method in class adams.core.io.fileoperations.RemoteToRemoteFileOperations
Sets the target file operations.
setTarget(PlaceholderDirectory) - Method in class adams.flow.standalone.DirWatch
Sets the move-to directory.
setTarget(Object) - Method in class adams.gui.goe.PropertySheetPanel
Sets a new target object for customisation.
setTarget(Object) - Method in class adams.gui.wizard.PropertySheetPanelPage
Sets the object to display the properties for.
setTarget(Object) - Method in class adams.gui.wizard.WekaPropertySheetPanelPage
Sets the object to display the properties for.
setTargetDirectory(PlaceholderDirectory) - Method in class adams.flow.transformer.CopyFile
Sets the target directory for the files.
setTargetWidget(AbstractTarget) - Method in class adams.gui.tools.SpreadSheetProcessorPanel
Sets the target widget.
setTempDir(String) - Method in class adams.flow.source.RSync
 
setTemplate(AbstractActorTemplate) - Method in class adams.flow.core.AbstractTemplate
Sets the name of the global actor to use.
setTemplate(AbstractActorTemplate) - Method in class adams.flow.generator.Template
Sets the name of the global actor to use.
setTemplate(AbstractActorTemplate) - Method in class adams.flow.source.NewFlow
Sets the template to use.
setTemplate(AbstractActorTemplate) - Method in interface adams.flow.template.ActorTemplateUser
Sets the name of the global actor to use.
setTemplate(AbstractActorTemplate) - Method in class adams.gui.flow.tree.keyboardaction.AbstractAddTemplate
Sets the template of the action.
setTemplate(String) - Method in class adams.flow.transformer.pdfstamp.Text
Sets the text template.
setTemplate(Classifier) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.ResultItem
Sets the stored template object.
setTemplate(Vote) - Method in class adams.flow.transformer.wekaensemblegenerator.VotedModels
Sets the Vote template to use.
setTemplate(Vote) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.finalmodel.VotedFolds
Sets the Vote template to use.
setTemplate(MultipleClassifiersCombiner) - Method in class adams.flow.transformer.wekaensemblegenerator.MultiClassifiersCombinerModels
Sets the MultipleClassifiersCombiner template to use.
setTemplate(Clusterer) - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.ResultItem
Sets the stored template object.
setTemplateFile(PlaceholderFile) - Method in class adams.flow.template.FromFile
Sets the template file to load.
setTest(Index) - Method in class adams.flow.transformer.preparefilebaseddataset.Selected
Sets the index for the test set.
setTest(CallableActorReference) - Method in class adams.flow.transformer.WekaClassifierRanker
Sets the name of the callable actor to obtain the test set.
setTestAttributes(WekaAttributeRange) - Method in class adams.flow.transformer.AbstractWekaPredictionsTransformer
Sets the range of attributes from the test to add to the output.
setTestBase(int) - Method in class adams.flow.transformer.WekaExperimentEvaluation
Sets the index of the test base.
setTestBase(int) - Method in class adams.gui.tools.wekainvestigator.tab.experimenttab.output.TextOutput
Sets the index of the test base.
setTestData(StorageName) - Method in class adams.flow.transformer.WekaGeneticAlgorithm
Sets the (optional) storage item that contains the test data; cross-validation is performed if not present.
setTester(Tester) - Method in class adams.flow.transformer.WekaExperimentEvaluation
Sets the Tester to use.
setTester(Tester) - Method in class adams.gui.tools.wekainvestigator.tab.experimenttab.output.TextOutput
Sets the Tester to use.
setTester(Tester) - Method in class adams.gui.tools.wekamultiexperimenter.analysis.DefaultAnalysisPanel
Sets the tester to use.
setTestInstances(Instances) - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm
Sets the currently set test set (if null, cross-validation is used).
setTestset(CallableActorReference) - Method in class adams.flow.transformer.WekaTestSetClustererEvaluator
Sets the name of the callable clusterer to use.
setTestset(CallableActorReference) - Method in class adams.flow.transformer.WekaTestSetEvaluator
Sets the name of the callable classifier to use.
setTestSet(File) - Method in class weka.filters.unsupervised.instance.RemoveTestInstances
Sets the file containing the test set to remove from the data passing through the filter.
setTestSplitName(String) - Method in class adams.flow.transformer.indexedsplitsrunsevaluation.InstancesIndexedSplitsRunsEvaluation
Sets the name of the split to use for testing.
setTestSplitName(String) - Method in class adams.flow.transformer.indexedsplitsrunspredictions.InstancesIndexedSplitsRunsPredictions
Sets the name of the split to use for testing, ie generating predictions.
setText(BaseText) - Method in class adams.scripting.command.basic.Text
Sets the text to send.
setText(Component, String) - Method in class adams.gui.core.PropertiesParameterPanel
Updates the text of the component.
setText(String) - Method in class adams.data.barcode.encode.QRCode
Sets the text to be encoded in the QR code.
setText(String) - Method in class adams.flow.control.MissionControl
Sets the text to display.
setText(String) - Method in class adams.flow.transformer.draw.Text
Sets the text to draw.
setText(String) - Method in class adams.gui.core.BaseColorTextField
Sets the text in the field.
setText(String) - Method in class adams.gui.core.BaseFlatSplitButton
Sets the text for the main button.
setText(String) - Method in class adams.gui.core.BaseSplitButton
Sets the text for the main button.
setText(String) - Method in class adams.gui.core.BaseTextAreaWithButtons
Sets the text.
setText(String) - Method in class adams.gui.core.BaseTextPaneWithButtons
Sets the text.
setText(String) - Method in class adams.gui.core.BaseTextPaneWithWordWrap
Sets the text to display.
setText(String) - Method in class adams.gui.core.CheckedTextField
Sets the text, but only if it is valid according to the current model.
setText(String) - Method in class adams.gui.core.ConsolePanel.OutputPanel
Sets the current text.
setText(String) - Method in interface adams.gui.core.LogPanel
Sets the current text.
setText(String) - Method in class adams.gui.core.SimpleLogPanel
Sets the current text.
setText(String) - Method in class adams.gui.core.StyledTextEditorPanel
Sets the current text.
setText(String) - Method in interface adams.gui.core.TextAreaComponent
Sets the text to display.
setText(String) - Method in class adams.gui.core.TextEditorPanel
Sets the text of this TextComponent to the specified text.
setText(String) - Method in class adams.gui.core.TextEditorPanel.TextEditorArea
Sets the text to display.
setText(String) - Method in interface adams.gui.core.TextPaneComponent
Sets the text to display.
setText(String) - Method in class adams.gui.visualization.core.TextOverlayPaintlet
Sets the text to paint.
setText(String) - Method in class adams.gui.wizard.TextAreaPage
Sets the text.
setText(JEditorPane) - Method in class adams.gui.help.HelpHistoryPanel
Sets the text area to display the results in.
setTextArea(BaseTextArea) - Method in class adams.gui.core.BufferHistoryPanel
Sets the text area to display the results in.
setTextColumns(int) - Method in class adams.gui.chooser.AbstractChooserPanel
Sets the number of columns for the text field.
setTextColumns(int) - Method in class adams.gui.core.FilterPanel
Sets the width of the text field.
setTextColumns(int) - Method in class adams.gui.core.SearchPanel
Sets the number of columns for the text field.
setTextColumns(int) - Method in class adams.gui.goe.InlineEditor
Sets the number of columns for the text field.
setTextColumns(Range) - Method in class adams.data.io.input.AbstractExcelSpreadSheetReader
Sets the range of columns to treat as text.
setTextColumns(Range) - Method in class adams.data.io.input.AutoWidthTabularSpreadSheetReader
Sets the range of columns to treat as text.
setTextColumns(Range) - Method in class adams.data.io.input.CsvSpreadSheetReader
Sets the range of columns to treat as text.
setTextColumns(Range) - Method in class adams.data.io.input.FixedTabularSpreadSheetReader
Sets the range of columns to treat as text.
setTextColumns(Range) - Method in class adams.data.io.input.SimpleCsvSpreadSheetReader
Sets the range of columns to treat as text.
setTextColumns(String) - Method in class adams.data.io.input.ODFSpreadSheetReader
Sets the range of columns to treat as text.
setTextContent(BaseText) - Method in class adams.flow.transformer.pdfproclet.FixedText
Sets the text to insert (variables get expanded automatically).
setTextCoordinates(boolean) - Method in class adams.gui.visualization.core.CrossHairTracker
Sets whether to display the coordinates as text as well.
setTextFont(Font) - Method in class adams.gui.core.AbstractTextAreaPanelWithAdvancedSyntaxHighlighting
Sets the font of the text area.
setTextFont(Font) - Method in class adams.gui.core.BaseTextArea
Sets the text font.
setTextFont(Font) - Method in class adams.gui.core.BaseTextAreaWithButtons
Sets the text font.
setTextFont(Font) - Method in class adams.gui.core.BaseTextPane
Sets the font of the text pane.
setTextFont(Font) - Method in class adams.gui.core.BaseTextPaneWithButtons
Sets the text font.
setTextFont(Font) - Method in class adams.gui.core.spreadsheetpreview.SimpleText.SimpleTextPanel
Sets the font for the text area.
setTextFont(Font) - Method in class adams.gui.core.StyledTextEditorPanel
Sets the font of the text area.
setTextFont(Font) - Method in interface adams.gui.core.TextAreaComponent
Sets the text font.
setTextFont(Font) - Method in class adams.gui.core.TextEditorPanel
Sets the font of the text area.
setTextFont(Font) - Method in class adams.gui.dialog.TextDialog
Sets the font of the text area.
setTextFont(Font) - Method in class adams.gui.dialog.TextPanel
Sets the font of the text area.
setTextReader(AbstractTextReader) - Method in class adams.data.io.input.AbstractCompressedTextReader
Sets the reader.
SetTextRenderer - Class in adams.data.textrenderer
Renderes Set objects.
SetTextRenderer() - Constructor for class adams.data.textrenderer.SetTextRenderer
 
setTextUnchecked(String) - Method in class adams.gui.core.CheckedTextField
Bypasses the checks when setting the text.
setTextVariable(VariableName) - Method in class adams.gui.visualization.core.TextOverlayPaintlet
Sets the variable containing the text to paint.
setThenActor(Actor) - Method in class adams.flow.control.IfStorageValue
Sets the actor of the 'then' branch.
setThenActor(Actor) - Method in class adams.flow.control.IfThenElse
Sets the actor of the 'then' branch.
setThickness(float) - Method in class adams.gui.visualization.jfreechart.shape.Cross
Sets the thickness of the arms of the cross.
setThickness(float) - Method in class adams.gui.visualization.stats.scatterplot.AbstractScatterPlotOverlay
Set the thickness of the overlay.
setThickness(float) - Method in class adams.gui.visualization.stats.zscore.AbstractZScoreOverlay
Set the thickness of the overlay
setThreshold(double) - Method in class adams.data.image.transformer.whitebalance.GIMP
Sets the threshold in percent (0-100) below which to discard colors.
setThreshold(double) - Method in class adams.data.weka.evaluator.AbstractDatasetInstanceEvaluator
Sets the threshold.
setThreshold(double) - Method in class adams.flow.standalone.MemoryMonitor
Sets the percentage of the maximum heap that the used heap must reach/exceed.
setThreshold(double) - Method in class adams.tools.CompareDatasets
Sets the threshold for the correlation coefficient.
setThreshold(double) - Method in class weka.classifiers.meta.ClassifierCascade
the threshold for the statistic for termination.
setThreshold(double) - Method in class weka.filters.unsupervised.instance.RemoveMisclassifiedAbs
Sets the threshold for the max error when predicting a numeric class.
setThreshold(double) - Method in class weka.filters.unsupervised.instance.RemoveMisclassifiedRel
Sets the threshold for the max error when predicting a numeric class.
setThreshold(float) - Method in class adams.data.boofcv.transformer.Binary
Sets the manual threshold to use.
setThreshold(int) - Method in class adams.data.boofcv.multiimageoperation.Diff
Sets the threshold to use.
setThreshold(int) - Method in class adams.data.image.multiimageoperation.Diff
 
setThreshold(int) - Method in class adams.data.image.transformer.Binary
Sets the threshold.
setThreshold(int) - Method in class adams.data.image.transformer.BinaryMask
Sets the threshold.
setThreshold(int) - Method in class adams.data.image.transformer.SuppliedImageMask
Set the manual threshold value.
setThreshold(int) - Method in class adams.data.image.transformer.ThresholdReplacement
Sets the threshold.
setThreshold(int) - Method in class adams.data.image.transformer.XScreenMask
Set the manual threshold value.
setThreshold(int) - Method in class adams.data.opencv.transformer.Threshold
Sets the threshold.
setThreshold(int) - Method in class adams.flow.transformer.locateobjects.XScreenMaskLocator
Set the manual threshold value.
setThresholdAngle(double) - Method in class adams.flow.transformer.BoofCVDetectLineSegments
Sets the angle threshold to use.
setThresholdCheck(ClassifierCascade.ThresholdCheck) - Method in class weka.classifiers.meta.ClassifierCascade
whether to go below or above the threshold.
setThresholdDown(boolean) - Method in class adams.data.boofcv.transformer.Binary
Sets whether to threshold down or up (adaptive methods).
setThresholdEdge(double) - Method in class adams.flow.transformer.BoofCVDetectLineSegments
Sets the edge threshold to use.
setThresholdHigh(float) - Method in class adams.flow.transformer.locateobjects.CannyBinary
Sets the high threshold.
setThresholdHigh(float) - Method in class adams.flow.transformer.locateobjects.CannyEdges
Sets the high threshold.
setThresholdLow(float) - Method in class adams.flow.transformer.locateobjects.CannyBinary
Sets the low threshold.
setThresholdLow(float) - Method in class adams.flow.transformer.locateobjects.CannyEdges
Sets the low threshold.
setThresholds(String) - Method in class weka.classifiers.meta.VotedImbalance
Set the pairs of threshold/number of resampled models.
setThresholdType(Binary.ThresholdType) - Method in class adams.data.boofcv.transformer.Binary
Sets the type of threshold to apply.
setThrowExceptions(boolean) - Method in class adams.core.option.OptionManager
Sets whether to throw exceptions or simply ignore errors (recursively).
setTickGenerator(TickGenerator) - Method in class adams.gui.visualization.core.axis.AbstractAxisModel
Sets the tick generator to use.
setTickGenerator(TickGenerator) - Method in class adams.gui.visualization.core.AxisPanel
Sets tick generator to use.
setTickGenerator(TickGenerator) - Method in class adams.gui.visualization.core.AxisPanelOptions
Sets tick generator to use.
setTime(String, Time) - Method in class adams.core.Properties
Sets the time value.
setTimeColumns(Range) - Method in class adams.data.io.input.CsvSpreadSheetReader
Sets the range of columns to treat as time.
setTimeFont(Font) - Method in class adams.flow.standalone.Stopwatch.StopwatchPanel
Sets the font for the time display.
setTimeFormat(DateFormatString) - Method in class adams.data.io.input.CsvSpreadSheetReader
Sets the format for time columns.
setTimeFormat(DateFormatString) - Method in class adams.data.io.output.AutoWidthTabularSpreadSheetWriter
Sets the format for time columns.
setTimeFormat(DateFormatString) - Method in class adams.data.io.output.CsvSpreadSheetWriter
Sets the format for time columns.
setTimeFormat(DateFormatString) - Method in class adams.data.io.output.ExcelSpreadSheetWriter
Sets the format for time columns.
setTimeFormat(DateFormatString) - Method in class adams.data.io.output.FixedTabularSpreadSheetWriter
Sets the format for time columns.
setTimeLenient(boolean) - Method in class adams.data.io.input.CsvSpreadSheetReader
Sets whether parsing of times is to be lenient or not.
setTimeLenient(boolean) - Method in class adams.data.spreadsheet.DefaultSpreadSheet
Sets whether parsing of times is to be lenient or not.
setTimeLenient(boolean) - Method in interface adams.data.spreadsheet.SpreadSheet
Sets whether parsing of times is to be lenient or not.
setTimeLenient(boolean) - Method in class adams.data.spreadsheet.SpreadSheetView
Sets whether parsing of times is to be lenient or not.
setTimeLenient(boolean) - Method in class adams.ml.data.DatasetView
Sets whether parsing of times is to be lenient or not.
setTimeLenient(boolean) - Method in class adams.ml.data.InstancesView
Sets whether parsing of times is to be lenient or not.
setTimeMsecColumns(Range) - Method in class adams.data.io.input.CsvSpreadSheetReader
Sets the range of columns to treat as time.
setTimeMsecFormat(DateFormatString) - Method in class adams.data.io.input.CsvSpreadSheetReader
Sets the format for time/msec columns.
setTimeMsecFormat(DateFormatString) - Method in class adams.data.io.output.CsvSpreadSheetWriter
Sets the format for time msec columns.
setTimeMsecLenient(boolean) - Method in class adams.data.io.input.CsvSpreadSheetReader
Sets whether parsing of times/msec is to be lenient or not.
setTimeMsecLenient(boolean) - Method in class adams.data.spreadsheet.DefaultSpreadSheet
Sets whether parsing of times/msec is to be lenient or not.
setTimeMsecLenient(boolean) - Method in interface adams.data.spreadsheet.SpreadSheet
Sets whether parsing of times/msec is to be lenient or not.
setTimeMsecLenient(boolean) - Method in class adams.data.spreadsheet.SpreadSheetView
Sets whether parsing of times/msec is to be lenient or not.
setTimeMsecLenient(boolean) - Method in class adams.ml.data.DatasetView
Sets whether parsing of times/msec is to be lenient or not.
setTimeMsecLenient(boolean) - Method in class adams.ml.data.InstancesView
Sets whether parsing of times/msec is to be lenient or not.
setTimeout(int) - Method in class adams.flow.source.RSync
 
setTimeout(int) - Method in class adams.flow.source.Socket
Sets the timeout in milli-second to wait for new connections.
setTimeout(int) - Method in class adams.flow.standalone.SMTPConnection
Sets the timeout in msecs.
setTimeout(int) - Method in class adams.flow.standalone.SSHConnection
Sets the timeout in milliseconds.
setTimeout(int) - Method in class adams.scripting.engine.DefaultScriptingEngine
Sets the timeout in milli-second to wait for new connections.
setTimeout(int) - Method in class weka.classifiers.meta.SocketFacade
Sets the timeout in milli-second to wait for new connections.
setTimeOut(int) - Method in class adams.core.logging.RemoteReceiveHandler
Sets the timeout (in msec) for accepting connections.
setTimeOut(int) - Method in class adams.core.shutdown.StopFlows
Sets the timeout period before considering a flow to be unresponsive.
setTimeOut(int) - Method in class adams.flow.source.AbstractPythonExecution
Sets the time out for the process.
setTimeOut(int) - Method in class adams.flow.source.Command
Sets the time out for the process.
setTimeOut(int) - Method in class adams.scripting.command.basic.AbstractCommandWithFlowStopping
Sets the timeout period before considering a flow to be unresponsive.
setTimeOut(int) - Method in class adams.scripting.command.basic.StartRemoteLogging
Sets the timeout for accepting remote data.
setTimeOut(int) - Method in class adams.scripting.CommandRunner
Sets the grace period to wait for commands to finish before shutting down.
setTimes(boolean) - Method in class adams.flow.source.RSync
 
setTimes(boolean) - Method in class adams.flow.source.SimpleRSync
 
setTimeseriesPaintlet(AbstractTimeseriesPaintlet) - Method in class adams.gui.visualization.timeseries.TimeseriesPanel
Sets the paintlet for painting the timeseries.
setTimestamp(BaseDateTime) - Method in class adams.data.outlier.TimeseriesTimestampCheck
Sets the timestamp to use in the check.
setTimestamp(BaseDateTime) - Method in class adams.gui.visualization.timeseries.FixedTimestampPaintlet
Sets the timestamp to indicate.
setTimestamp(Field) - Method in class adams.data.io.input.OpexObjectLocationsReader
Sets the field to use for the timestamp.
setTimestamp(Field) - Method in class adams.data.io.input.PascalVOCObjectLocationsReader
Sets the field to use for the timestamp.
setTimestamp(Field) - Method in class adams.data.io.output.OpexObjectLocationsWriter
Sets the field to use for the timestamp.
setTimestamp(Date) - Method in class adams.data.timeseries.TimeseriesPoint
Sets the timestamp.
setTimeStampField(String) - Method in class adams.flow.core.LagMakerOptions
Sets the timestamp field.
setTimestampFormat(DateFormatString) - Method in class adams.data.io.input.SimpleTimeseriesReader
Sets the format to use for the timestamps.
setTimestampFormat(DateFormatString) - Method in class adams.data.io.output.SimpleTimeseriesWriter
Sets the format to use for the timestamps.
setTimestampFormat(DateFormatString) - Method in class adams.data.timeseries.Values
Sets the format string to use for the timestamp strings.
setTimestampFormat(DateFormatString) - Method in class adams.flow.sink.simplelogging.format.TimestampedFormat
Sets the format for the timestamp.
setTimezone(String) - Method in class adams.core.management.TimeZoneHelper
Updates the timezone.
setTimeZone(TimeZone) - Method in class adams.core.DateFormat
Sets the timezone to use.
setTimeZone(TimeZone) - Static method in class adams.core.DateUtils
Sets the time zone to use globally.
setTimeZone(TimeZone) - Method in class adams.data.io.input.AutoWidthTabularSpreadSheetReader
Sets the time zone to use.
setTimeZone(TimeZone) - Method in class adams.data.io.input.CsvSpreadSheetReader
Sets the time zone to use.
setTimeZone(TimeZone) - Method in class adams.data.io.input.FixedTabularSpreadSheetReader
Sets the time zone to use.
setTimeZone(TimeZone) - Method in class adams.data.io.input.SimpleCsvSpreadSheetReader
Sets the time zone to use.
setTimeZone(TimeZone) - Method in class adams.data.io.input.SqlDumpSpreadSheetReader
Sets the time zone to use.
setTimeZone(TimeZone) - Method in class adams.data.io.output.CsvSpreadSheetWriter
Sets the time zone to use.
setTimeZone(TimeZone) - Method in class adams.data.spreadsheet.DefaultSpreadSheet
Sets the timezone to use.
setTimeZone(TimeZone) - Method in interface adams.data.spreadsheet.SpreadSheet
Sets the timezone to use.
setTimeZone(TimeZone) - Method in class adams.data.spreadsheet.SpreadSheetView
Sets the timezone to use.
setTimeZone(TimeZone) - Method in class adams.flow.control.flowrestart.notification.TimestampFile
Sets the time zone to use.
setTimeZone(TimeZone) - Method in class adams.flow.sink.sendnotification.LogFile
Sets the time zone to use.
setTimeZone(TimeZone) - Method in class adams.flow.transformer.Timestamp
Sets the time zone to use.
setTimeZone(TimeZone) - Method in class adams.ml.data.DatasetView
Sets the timezone to use.
setTimeZone(TimeZone) - Method in class adams.ml.data.InstancesView
Sets the timezone to use.
setTimingEnabled(boolean) - Method in class adams.flow.control.TimedSubProcess
Sets whether to perform timing on its execution.
setTimingEnabled(boolean) - Method in class adams.flow.control.TimedTee
Sets whether to perform timing on its execution.
setTimingEnabled(boolean) - Method in class adams.flow.control.TimedTrigger
Sets whether to perform timing on its execution.
setTipTextCustomizer(TipTextCustomizer) - Method in class adams.gui.visualization.core.plot.ContentPanel
Sets the class for customizing the tip text.
setTipTextCustomizer(TipTextCustomizer) - Method in class adams.gui.visualization.core.PlotPanel
Sets the class for customizing the tip text.
setTitle(String) - Method in class adams.core.option.help.SupportedTags
Sets the title to use for the help.
setTitle(String) - Method in class adams.flow.sink.AbstractGraphicsGenerator
Sets the title of the dialog.
setTitle(String) - Method in class adams.flow.sink.ActualVsPredictedPlot
Sets the (optional) title of the plot.
setTitle(String) - Method in class adams.flow.sink.ControlChartPlot
Sets the title for border around the plot.
setTitle(String) - Method in class adams.flow.sink.InformationDialog
Sets the title to use for the message dialog.
setTitle(String) - Method in class adams.flow.sink.ProgressBar
Sets the optional title string.
setTitle(String) - Method in class adams.flow.sink.SequencePlotter
Sets the title for border around the plot.
setTitle(String) - Method in class adams.flow.sink.SimplePlot
Sets the title for border around the plot.
setTitle(String) - Method in class adams.flow.transformer.ConfirmationDialog
Sets the title to prompt the user with.
setTitle(String) - Method in interface adams.gui.application.Child
Sets the new title.
setTitle(String) - Method in class adams.gui.application.ChildFrame
Sets the new title.
setTitle(String) - Method in class adams.gui.core.ErrorMessagePanel
Sets the title to use.
setTitle(String) - Method in class adams.gui.core.MultiPagePane.PageContainer
Sets the title.
setTitle(String) - Method in class adams.gui.core.TitleGenerator
Sets the base title.
setTitle(String) - Method in class adams.gui.dialog.TextPanel
Sets the base title to use for the title generator.
setTitle(String) - Method in class adams.gui.flow.FlowPanel
Sets the title for this flow.
setTitle(String) - Method in class adams.gui.visualization.container.AbstractContainerList
Sets the title of the container list.
setTitle(String) - Method in class adams.gui.visualization.container.DataContainerPanel
Sets the title for the border.
setTitle(String) - Method in class adams.gui.visualization.jfreechart.chart.AbstractChartGenerator
Sets the title for the plot.
setTitle(String) - Method in class adams.gui.workspace.AbstractWorkspacePanel
Sets the base title to use for the title generator.
setTitle(String) - Method in class adams.terminal.application.AbstractTerminalApplication
Sets the title to use.
setTitle(String) - Method in class weka.gui.explorer.ExplorerExt
Sets the base title to use for the title generator.
setTitleAt(int, String) - Method in class adams.gui.core.BaseTabbedPane
Sets the title for the tab at the specified position.
setTitleAt(int, String) - Method in class adams.gui.core.MultiPagePane
Sets the title at the specified index.
setTitleClassDetails(String) - Method in class adams.flow.transformer.WekaEvaluationSummary
Sets the title to use for the class details.
setTitleFont(Font) - Method in class adams.flow.sink.ProgressBar
Sets the font for the title.
setTitleMatrix(String) - Method in class adams.flow.transformer.WekaEvaluationSummary
Sets the title to use for the confusion matrix.
setTitleNameColumn(String) - Method in class adams.data.conversion.WekaPredictionContainerToSpreadSheet
Sets the title of the "Name" column, i.e., the first column.
setTitleRenderer(ListCellRenderer) - Method in class adams.gui.core.MultiPagePane
Sets the renderer for the titles.
setTitleSummary(String) - Method in class adams.flow.transformer.WekaEvaluationSummary
Sets the title to use for the summary.
setTitleValueColumn(String) - Method in class adams.data.conversion.WekaPredictionContainerToSpreadSheet
Sets the title of the "Value" column, i.e., the first column.
setTitleVariable(VariableNameNoUpdate) - Method in class adams.flow.sink.DisplayPanelGrid
Sets the variable name which value gets used to name the entries.
setTO(EmailAddress[]) - Method in class adams.gui.dialog.ComposeEmailDialog
Sets the recipients.
setTO(EmailAddress[]) - Method in class adams.gui.dialog.ComposeEmailPanel
Sets the recipients.
setTokenizers(Tokenizer[]) - Method in class weka.core.tokenizers.MultiTokenizer
Sets the tokenizers to use.
setTol(double) - Method in class adams.data.instancesanalysis.pls.KernelPLS
Sets the inner NIPALS loop maximum number of iterations.
setTol(double) - Method in class adams.data.instancesanalysis.pls.NIPALS
Sets the inner NIPALS loop improvement tolerance.
setTol(double) - Method in class adams.data.instancesanalysis.pls.PRM
Sets the inner NIPALS loop improvement tolerance.
setTol(double) - Method in class adams.data.instancesanalysis.pls.SparsePLS
Sets the inner NIPALS loop improvement tolerance.
setTolerateHeaderChanges(boolean) - Method in class adams.data.instances.AbstractInstanceGenerator
Sets whether to tolerate header changes and merely re-generating the header instead of throwing an exception.
setTool(AbstractTool) - Method in class adams.flow.standalone.Tool
Sets the tool to use.
setTool(AbstractTool) - Method in class adams.flow.transformer.Tool
Sets the tool to use.
setTool(AbstractTool) - Method in class adams.tools.RunTool
Sets the tool to run.
setToolBarLocation(ToolBarPanel.ToolBarLocation) - Method in class adams.gui.core.ToolBarPanel
Sets the location of the toolbar.
setToolButtonColumns(int) - Method in class adams.flow.transformer.ImageSegmentationAnnotator
Sets the number of columns to use for the tool buttons.
setToolButtonColumns(int) - Method in class adams.gui.visualization.segmentation.SegmentationPanel
Sets the number of columns used for the tool buttons.
setToolPanelVisible(boolean) - Method in class adams.gui.visualization.segmentation.SegmentationPanel
Hides or shows the tools panel.
setToolTipCustomizer(MultiPagePane.ToolTipCustomizer) - Method in class adams.gui.core.MultiPagePane
Sets the tool tip customizer to use.
setToolTipHidden(String) - Method in class adams.gui.core.OneTouchPanel
Sets the button tooltip to use when the content is hidden.
setToolTips(boolean) - Method in class adams.gui.visualization.jfreechart.chart.AbstractChartGenerator
Sets whether the tool tips are displayed..
setToolTipsEnabled(boolean) - Method in class adams.gui.tools.wekainvestigator.tab.AssociateTab.HistoryPanel
Sets whether to show tool tips.
setToolTipsEnabled(boolean) - Method in class adams.gui.tools.wekainvestigator.tab.AttributeSelectionTab.HistoryPanel
Sets whether to show tool tips.
setToolTipsEnabled(boolean) - Method in class adams.gui.tools.wekainvestigator.tab.ClassifyTab.HistoryPanel
Sets whether to show tool tips.
setToolTipsEnabled(boolean) - Method in class adams.gui.tools.wekainvestigator.tab.ClusterTab.HistoryPanel
Sets whether to show tool tips.
setToolTipsEnabled(boolean) - Method in class adams.gui.tools.wekainvestigator.tab.ExperimentTab.HistoryPanel
Sets whether to show tool tips.
setToolTipText(int, String, boolean, boolean) - Method in class adams.gui.core.ParameterPanel
Sets the tiptext to display.
setToolTipText(int, String, boolean, boolean, boolean) - Method in class adams.gui.core.ParameterPanel
Sets the tiptext to display.
setToolTipText(String) - Method in class adams.gui.action.AbstractBaseAction
Sets the TipText to use for the action, i.e., button.
setToolTipText(String) - Method in interface adams.gui.action.BaseAction
Sets the TipText to use for the action, i.e., button.
setToolTipText(String) - Method in class adams.gui.chooser.AbstractChooserPanel
Sets the tool tip, displayed when hovering with the mouse.
setToolTipText(String) - Method in class adams.gui.core.FilterPanel
Sets the tool tip for the text field and label.
setToolTipText(String) - Method in class adams.gui.goe.InlineEditor
Registers the text to display in a tool tip of the text field as well.
setToolTipText(String) - Method in class adams.gui.goe.PropertyPanel
Registers the text to display in a tool tip.
setToolTipVisible(String) - Method in class adams.gui.core.OneTouchPanel
Sets the button tooltip to use when the content is visible.
setTooManyColumnsDefaultWidth(int) - Method in class adams.gui.core.BaseTable
Sets the default width to use if there are too many column to neither calculate the optimal column or header width.
setTop(int) - Method in class adams.data.image.transformer.crop.SimpleCrop
Sets the y of the top-left corner.
setTop(int) - Method in class adams.data.objectfinder.ObjectsInRegion
Sets the y of the top-left corner.
setTop(int) - Method in class adams.flow.transformer.CountObjectsInRegion
Sets the y of the top-left corner.
setTopComponent(JPanel) - Method in class adams.gui.core.SplitPanelWithOptionalComponents
Sets the top component.
setTopComponentHidden(boolean) - Method in class adams.gui.core.BaseSplitPane
Sets the hidden status of the top component.
setTopDetachable(boolean) - Method in class adams.gui.core.SplitPanelWithOptionalComponents
Sets whether the top component is detachable.
setTopDetachableButtonVisible(boolean) - Method in class adams.gui.core.SplitPanelWithOptionalComponents
Sets whether the button to detach the top component is visible.
setTopK(int) - Method in class weka.classifiers.trees.XGBoost
Sets the number of top features to select when using the greedy or thrifty feature selector.
setTopMargin(double) - Method in class adams.gui.visualization.core.axis.AbstractAxisModel
Sets the top margin factor (>= 0.0).
setTopMargin(double) - Method in class adams.gui.visualization.core.AxisPanel
Sets the top margin factor (>= 0.0).
setTopMargin(double) - Method in class adams.gui.visualization.core.AxisPanelOptions
Sets the top margin factor (>= 0.0).
setToSheet(Set) - Method in class adams.gui.visualization.debug.objectrenderer.SetRenderer
Turns the set into a spreadsheet.
setTrackers(MouseMovementTracker[]) - Method in class adams.gui.visualization.core.MultiMouseMovementTracker
Sets the trackers to use.
setTrain(Index) - Method in class adams.flow.transformer.preparefilebaseddataset.Selected
Sets the index for the training set.
setTrain(CallableActorReference) - Method in class adams.flow.transformer.WekaClassifierRanker
Sets the name of the callable actor to obtain the training set.
setTrain(Instances) - Method in class weka.classifiers.lazy.LWLDatasetBuilder
Sets the training data to use.
setTrainPercentage(double) - Method in class adams.flow.transformer.preparefilebaseddataset.TrainValidateTestSplit
Sets the split percentage for training.
setTrainSplitName(String) - Method in class adams.flow.transformer.indexedsplitsrunsevaluation.InstancesIndexedSplitsRunsEvaluation
Sets the name of the split to use for training.
setTrainSplitName(String) - Method in class adams.flow.transformer.indexedsplitsrunspredictions.InstancesIndexedSplitsRunsPredictions
Sets the name of the split to use for training.
setTransferType(NegativeRegions.NegativeRegionTransferType) - Method in class adams.flow.transformer.NegativeRegions
Sets how to transfer the generated negative regions into the image.
setTransform(AffineTransform) - Method in class adams.gui.print.PostscriptGraphics
 
setTransformAlgorithm(AbstractBoofCVTransformer) - Method in class adams.flow.transformer.BoofCVTransformer
Sets the transformer to use.
setTransformAlgorithm(AbstractBufferedImageTransformer) - Method in class adams.flow.transformer.BufferedImageTransformer
Sets the transformer to use.
setTransformAlgorithm(AbstractOpenCVTransformer) - Method in class adams.flow.transformer.OpenCVTransformer
Sets the transformer to use.
setTransformer(CallableActorReference) - Method in class adams.data.objectfilter.TransformMetaData
Sets the reference to the callable transformer.
setTransformer(CallableActorReference) - Method in class adams.flow.transformer.SpreadSheetTransformCells
Sets the reference to the callable transformer.
setTransformer(CallableActorReference) - Method in class adams.flow.transformer.SpreadSheetTransformHeaderCells
Sets the reference to the callable transformer.
setTransformers(AbstractBoofCVTransformer[]) - Method in class adams.data.boofcv.transformer.MultiTransformer
Sets the transformers to use.
setTransformers(AbstractBufferedImageTransformer[]) - Method in class adams.data.image.transformer.MultiTransformer
Sets the transformers to use.
setTransformers(AbstractOpenCVTransformer[]) - Method in class adams.data.opencv.transformer.MultiTransformer
Sets the transformers to use.
setTraverser(OptionTraverser) - Method in class adams.flow.source.OptionTraverser
Sets the traverser to use.
setTraverser(OptionTraverser) - Method in class adams.flow.template.OptionTraverser
Sets the traverser to use.
setTreeMethod(XGBoost.TreeMethod) - Method in class weka.classifiers.trees.XGBoost
Sets the tree construction algorithm used in XGBoost.
setTrials(int) - Method in class weka.classifiers.trees.RandomModelTrees
 
setTrigger(AbstractTrigger) - Method in class adams.flow.control.flowrestart.NotificationManager
Sets the trigger to use.
setTrigger(AbstractTrigger) - Method in class adams.flow.control.flowrestart.trigger.MetaCron
Sets the base trigger.
setTrigger(AbstractTrigger) - Method in class adams.flow.control.flowrestart.TriggerManager
Sets the trigger to use.
setTriggerHandler(TriggerHandler) - Method in class adams.flow.control.flowrestart.trigger.AbstractTrigger
Sets the trigger handler to use.
setTriggerHandler(TriggerHandler) - Method in class adams.flow.control.flowrestart.trigger.MultiTrigger
Sets the trigger handler to use.
setTriggers(AbstractTrigger[]) - Method in class adams.flow.control.flowrestart.trigger.MultiTrigger
Sets the managed triggers.
setTrim(boolean) - Method in class adams.core.io.fileuse.LastLineMatches
Sets whether to trim the lines first before checking emptiness.
setTrim(boolean) - Method in class adams.data.io.input.AutoWidthTabularSpreadSheetReader
Sets whether to trim the cell content.
setTrim(boolean) - Method in class adams.data.io.input.CsvSpreadSheetReader
Sets whether to trim the cell content.
setTrim(boolean) - Method in class adams.data.io.input.FastCsvSpreadSheetReader
Sets whether to trim the cell content.
setTrim(boolean) - Method in class adams.data.io.input.FixedTabularSpreadSheetReader
Sets whether to trim the cell content.
setTrim(boolean) - Method in class adams.data.io.input.SimpleCsvSpreadSheetReader
Sets whether to trim the cell content.
setTry(Actor) - Method in class adams.flow.control.TryCatch
Sets the try branch.
setTryHarder(boolean) - Method in class adams.data.barcode.decode.ZXing
Sets whether to try harder to detect barcodes.
setTurnOffAbstaining(boolean) - Method in class weka.classifiers.meta.AbstainingClassifierWrapper
Sets whether to turn off abstaining of the base classifier.
setTweedieVariancePower(float) - Method in class weka.classifiers.trees.XGBoost
Sets the parameter that controls the variance of the Tweedie distribution.
setType(BaseRegExp) - Method in class adams.db.LogEntryConditions
Sets the type to use in the search.
setType(NumericValueType) - Method in class adams.core.discovery.genetic.AbstractGeneticDoubleDiscoveryHandler
Sets the type.
setType(NumericValueType) - Method in class adams.core.discovery.genetic.AbstractGeneticFloatDiscoveryHandler
Sets the type.
setType(NumericValueType) - Method in class adams.core.discovery.genetic.AbstractGeneticIntegerDiscoveryHandler
Sets the type.
setType(MessageDigestType) - Method in class adams.core.io.filechanged.AbstractMessageDigestBasedMonitor
Sets the type of digest to use.
setType(MessageDigestType) - Method in class adams.flow.transformer.MessageDigest
Sets the type of digest to use.
setType(Base64Type) - Method in class adams.data.conversion.Base64ToByteArray
Sets the conversion to apply.
setType(Base64Type) - Method in class adams.data.conversion.Base64ToString
Sets the conversion to apply.
setType(Base64Type) - Method in class adams.data.conversion.ByteArrayToBase64
Sets the conversion to apply.
setType(Base64Type) - Method in class adams.data.conversion.StringToBase64
Sets the conversion to apply.
setType(BoofCVImageType) - Method in class adams.data.boofcv.transformer.ImageType
Sets the type of image to convert to.
setType(CannyEdgeDetection.OutputType) - Method in class adams.data.boofcv.transformer.CannyEdgeDetection
Sets the type of output to generate.
setType(DataContainer.ComparisonType) - Method in class adams.data.compare.DataContainer
Sets the type of comparison to perform.
setType(ByteArrayToPrimitiveArray.PrimitiveType) - Method in class adams.data.conversion.ByteArrayToPrimitiveArray
Sets the type of primitive to generate.
setType(ByteArrayToPrimitiveArray.PrimitiveType) - Method in class adams.data.conversion.PrimitiveArrayToByteArray
Sets the type of primitive to convert.
setType(ImageType.Type) - Method in class adams.data.image.transformer.ImageType
Sets the type of image to convert to.
setType(ThresholdReplacement.ThresholdType) - Method in class adams.data.image.transformer.ThresholdReplacement
Sets the type of removal.
setType(JsonObjectType) - Method in class adams.data.conversion.StringToJson
Sets the type of object to forward.
setType(JsonObjectType) - Method in class adams.flow.transformer.JsonFileReader
Sets the type of the output to enforce.
setType(Size.CheckType) - Method in class adams.data.objectfinder.Size
Sets what to apply the constraints to.
setType(ThresholdType) - Method in class adams.data.opencv.transformer.Threshold
Sets the type.
setType(Resize.ResizeType) - Method in class adams.data.opencv.transformer.Resize
Sets the resize type.
setType(DataType) - Method in class adams.flow.transformer.SetImageObjectMetaData
Sets how to parse the value string.
setType(FieldType) - Method in class adams.gui.dialog.ReplaceFieldDialog
Sets the type of fields to allow.
setType(RoundingType) - Method in class adams.data.filter.TimeseriesRound
Sets the type of rounding to perform.
setType(Cell.ContentType) - Method in class adams.data.spreadsheet.cellfinder.CellTypeRange
Sets the cell type to locate.
setType(LargeObjectType) - Method in class adams.flow.sink.LargeObjectDbWriter
Sets the type to use.
setType(LargeObjectType) - Method in class adams.flow.source.LargeObjectDbReader
Sets the type to use.
setType(SequencePlotterContainer.ContentType) - Method in class adams.flow.control.PlotProcessor
Sets the type of container to create.
setType(SequencePlotterContainer.ContentType) - Method in class adams.flow.transformer.MakePlotContainer
Sets the type of container to create.
setType(Injector.DataType) - Method in class adams.flow.control.Injector
Sets the type of data to inject.
setType(CurrentTime.TimeType) - Method in class adams.flow.source.CurrentTime
Sets the time type.
setType(SelectDateTime.Type) - Method in class adams.flow.source.SelectDateTime
Sets the type of data to output.
setType(SQLIdSupplier.Type) - Method in class adams.flow.source.SQLIdSupplier
Sets the type of IDs to generate.
setType(DeleteStorageValue.MatchingType) - Method in class adams.flow.standalone.DeleteStorageValue
Sets how to determine storage items to delete.
setType(DeleteVariable.MatchingType) - Method in class adams.flow.standalone.DeleteVariable
Sets how to determine variables to delete.
setType(AbstractDeleteReportValue.MatchType) - Method in class adams.flow.transformer.AbstractDeleteReportValue
Sets the match type.
setType(AccessDatabaseInfo.InfoType) - Method in class adams.flow.transformer.AccessDatabaseInfo
Sets the type of information to generate.
setType(Copy.CopyType) - Method in class adams.flow.transformer.Copy
Sets the type of copy to perform.
setType(DeleteStorageValue.MatchingType) - Method in class adams.flow.transformer.DeleteStorageValue
Sets how to determine storage items to delete.
setType(DeleteVariable.MatchingType) - Method in class adams.flow.transformer.DeleteVariable
Sets how to determine variables to delete.
setType(Diff.DiffType) - Method in class adams.flow.transformer.Diff
Sets the type of diff string to generate.
setType(Pixel.PixelValueType) - Method in class adams.flow.transformer.draw.Pixel
Sets the type of value to use.
setType(FileInfo.InfoType) - Method in class adams.flow.transformer.FileInfo
Sets the type of information to generate.
setType(ImageInfo.InfoType) - Method in class adams.flow.transformer.ImageInfo
Sets the type of information to generate.
setType(ImageObjectInfo.InfoType) - Method in class adams.flow.transformer.ImageObjectInfo
Sets the type of information to generate.
setType(IndexedSplitsRunsEvaluation.SourceType) - Method in class adams.flow.transformer.IndexedSplitsRunsEvaluation
Sets the type of source.
setType(IndexedSplitsRunsPredictions.SourceType) - Method in class adams.flow.transformer.IndexedSplitsRunsPredictions
Sets the type of source.
setType(Mat5ArrayInfo.InfoType) - Method in class adams.flow.transformer.Mat5ArrayInfo
Sets the type of information to generate.
setType(Mat5FileInfo.InfoType) - Method in class adams.flow.transformer.Mat5FileInfo
Sets the type of information to generate.
setType(Mat5StructInfo.InfoType) - Method in class adams.flow.transformer.Mat5StructInfo
Sets the type of information to generate.
setType(MergeReport.SourceType) - Method in class adams.flow.transformer.MergeReport
Sets the type of source.
setType(PDFAppendDocument.DataType) - Method in class adams.flow.transformer.PDFAppendDocument
Sets the type of data to use.
setType(PDFInfo.InfoType) - Method in class adams.flow.transformer.PDFInfo
Sets the type of information to generate.
setType(SetJsonValue.SourceType) - Method in class adams.flow.transformer.SetJsonValue
Sets the type of source.
setType(SetMapValue.SourceType) - Method in class adams.flow.transformer.SetMapValue
Sets the type of source.
setType(SpreadSheetExtractArray.ExtractionType) - Method in class adams.flow.transformer.SpreadSheetExtractArray
Sets the type of extraction to perform.
setType(SpreadSheetInfo.InfoType) - Method in class adams.flow.transformer.SpreadSheetInfo
Sets the type of information to generate.
setType(StringCut.CutType) - Method in class adams.flow.transformer.StringCut
Sets the type of cut to perform.
setType(StringRangeCut.Type) - Method in class adams.flow.transformer.StringRangeCut
Sets the type of cut operation to perform.
setType(TimeseriesInfo.InfoType) - Method in class adams.flow.transformer.TimeseriesInfo
Sets the type of information to generate.
setType(WekaClassifierInfo.InfoType) - Method in class adams.flow.transformer.WekaClassifierInfo
Sets the type of information to generate.
setType(WekaClustererInfo.InfoType) - Method in class adams.flow.transformer.WekaClustererInfo
Sets the type of information to generate.
setType(WekaEvaluationInfo.InfoType) - Method in class adams.flow.transformer.WekaEvaluationInfo
Sets the type of information to generate.
setType(WekaExtractArray.ExtractionType) - Method in class adams.flow.transformer.WekaExtractArray
Sets the type of extraction to perform.
setType(WekaInstancesInfo.InfoType) - Method in class adams.flow.transformer.WekaInstancesInfo
Sets the type of information to generate.
setType(YamlFileReader.DataStructureType) - Method in class adams.flow.transformer.YamlFileReader
Sets the data structure type.
setType(PropertiesParameterPanel.PropertyType) - Method in class adams.flow.source.valuedefinition.DefaultValueDefinition
Sets the type of the value.
setType(BufferedImageBasedWriter.Type) - Method in class adams.gui.print.BufferedImageBasedWriter
Sets the type of image to create.
setType(Type) - Method in class adams.gui.visualization.core.AxisPanel
Sets the type of axis.
setType(Type) - Method in class adams.gui.visualization.core.AxisPanelOptions
Sets type of the axis.
setType(Cross.Type) - Method in class adams.gui.visualization.jfreechart.shape.Cross
Sets the type of the cross.
setType(Triangle.Type) - Method in class adams.gui.visualization.jfreechart.shape.Triangle
Sets the type of the triangle.
setType(StopEngine.EngineType) - Method in class adams.scripting.command.basic.StopEngine
Sets the type of engine to stop.
setType(String) - Method in class adams.db.LogEntry
Sets the type.
setType(NominalToNumeric.ConversionType) - Method in class weka.filters.unsupervised.attribute.NominalToNumeric
Sets the conversion type to use.
setTypeColorProvider(ColorProvider) - Method in class adams.flow.transformer.draw.AbstractDrawObjectsFromReport
Sets the color provider to use for the types.
setTypeColorProvider(ColorProvider) - Method in class adams.gui.tools.previewbrowser.CocoAnnotationsHandler
Sets the color provider to use for the types.
setTypeColorProvider(ColorProvider) - Method in class adams.gui.tools.previewbrowser.DeepLabCutCSVHandler
Sets the color provider to use for the types.
setTypeColorProvider(ColorProvider) - Method in class adams.gui.tools.previewbrowser.DetectronAnnotationsHandler
Sets the color provider to use for the types.
setTypeColorProvider(ColorProvider) - Method in class adams.gui.tools.previewbrowser.ObjectCentersFromReport
Sets the color provider to use for the types.
setTypeColorProvider(ColorProvider) - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
Sets the color provider to use for the types.
setTypeColorProvider(ColorProvider) - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
Sets the color provider to use for the types.
setTypeColorProvider(ColorProvider) - Method in class adams.gui.tools.previewbrowser.PointsFromReportHandler
Sets the color provider to use for the types.
setTypeColorProvider(ColorProvider) - Method in class adams.gui.tools.previewbrowser.YoloAnnotationsHandler
Sets the color provider to use for the types.
setTypeColorProvider(ColorProvider) - Method in class adams.gui.visualization.image.AbstractObjectOverlayFromReport
Sets the color provider to use for the types.
setTypeColorProvider(ColorProvider) - Method in class adams.gui.visualization.image.AbstractPointOverlayFromReport
Sets the color provider to use for the types.
setTypeColorProvider(ColorProvider) - Method in class adams.gui.visualization.image.AbstractReportBasedOverlayHelper
Sets the color provider to use for the types.
setTypeColorProvider(ColorProvider) - Method in class adams.gui.visualization.object.overlay.AbstractObjectOverlayFromReport
Sets the color provider to use for the types.
setTypeColorProvider(ColorProvider) - Method in class adams.gui.visualization.object.overlay.AbstractPointOverlayFromReport
Sets the color provider to use for the types.
setTypeColumn(SpreadSheetColumnIndex) - Method in class adams.data.conversion.SpreadSheetToCreateTableStatement
Sets the type column.
setTypeFind(BaseRegExp) - Method in class adams.data.objectfinder.ObjectsInPolygon
Sets the regular expression to apply to the type, ignored if no check.
setTypeFind(BaseRegExp) - Method in class adams.data.objectfinder.ObjectsInRegion
Sets the regular expression to apply to the type, ignored if no check.
setTypeFind(BaseRegExp) - Method in class adams.flow.transformer.CompareObjectTypes
Sets the regular expression to apply to the type, ignored if empty.
setTypeFind(BaseRegExp) - Method in class adams.flow.transformer.CountObjectsInPolygon
Sets the regular expression to apply to the type, ignored if no check.
setTypeFind(BaseRegExp) - Method in class adams.flow.transformer.CountObjectsInRegion
Sets the regular expression to apply to the type, ignored if no check.
setTypeFind(BaseRegExp) - Method in class adams.flow.transformer.MergeObjectLocations
Sets the regular expression to apply to the type, ignored if empty.
setTypeMapper(AbstractTypeMapper) - Method in class adams.data.io.output.SqlDumpSpreadSheetWriter
Sets the type mapper to use.
setTypeMapper(AbstractTypeMapper) - Method in class adams.flow.sink.SpreadSheetDbWriter
Sets the type mapper to use.
setTypeMapper(AbstractTypeMapper) - Method in class adams.flow.source.AbstractDatabaseMetaData
Sets the type mapper to use.
setTypeMapper(AbstractTypeMapper) - Method in class adams.flow.source.AbstractSpreadSheetDbReader
Sets the type mapper to use.
setTypeRegExp(BaseRegExp) - Method in class adams.flow.transformer.draw.AbstractDrawObjectsFromReport
Sets the regular expression that the types must match in order to get drawn.
setTypeRegExp(BaseRegExp) - Method in class adams.gui.tools.previewbrowser.AnnotationsAndPredictionsFromReport
Sets the regular expression that the types must match in order to get drawn.
setTypeRegExp(BaseRegExp) - Method in class adams.gui.tools.previewbrowser.CocoAnnotationsHandler
Sets the regular expression that the types must match in order to get drawn.
setTypeRegExp(BaseRegExp) - Method in class adams.gui.tools.previewbrowser.DeepLabCutCSVHandler
Sets the regular expression that the types must match in order to get drawn.
setTypeRegExp(BaseRegExp) - Method in class adams.gui.tools.previewbrowser.DetectronAnnotationsHandler
Sets the regular expression that the types must match in order to get drawn.
setTypeRegExp(BaseRegExp) - Method in class adams.gui.tools.previewbrowser.ObjectCentersFromReport
Sets the regular expression that the types must match in order to get drawn.
setTypeRegExp(BaseRegExp) - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
Sets the regular expression that the types must match in order to get drawn.
setTypeRegExp(BaseRegExp) - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
Sets the regular expression that the types must match in order to get drawn.
setTypeRegExp(BaseRegExp) - Method in class adams.gui.tools.previewbrowser.PointsFromReportHandler
Sets the regular expression that the types must match in order to get drawn.
setTypeRegExp(BaseRegExp) - Method in class adams.gui.visualization.image.AbstractObjectOverlayFromReport
Sets the regular expression that the types must match in order to get drawn.
setTypeRegExp(BaseRegExp) - Method in class adams.gui.visualization.image.AbstractPointOverlayFromReport
Sets the regular expression that the types must match in order to get drawn.
setTypeRegExp(BaseRegExp) - Method in class adams.gui.visualization.image.AbstractReportBasedOverlayHelper
Sets the regular expression that the types must match in order to get drawn.
setTypeRegExp(BaseRegExp) - Method in class adams.gui.visualization.object.objectannotations.colors.PerType
Sets the regular expression that the types must match in order to get drawn.
setTypeRegExp(BaseRegExp) - Method in class adams.gui.visualization.object.overlay.AbstractObjectOverlayFromReport
Sets the regular expression that the types must match in order to get drawn.
setTypeRegExp(BaseRegExp) - Method in class adams.gui.visualization.object.overlay.AbstractPointOverlayFromReport
Sets the regular expression that the types must match in order to get drawn.
setTypeReplace(String) - Method in class adams.flow.transformer.CompareObjectTypes
Sets the replacement string to use with the replacement regular expression.
setTypeReplace(String) - Method in class adams.flow.transformer.MergeObjectLocations
Sets the replacement string to use with the replacement regular expression.
setTypes(BaseString[]) - Method in class adams.gui.visualization.object.objectannotations.colors.TypeColorMapping
Sets the types/labels.
setTypeSuffix(String) - Method in class adams.data.conversion.ObjectAnnotationsToImageSegmentationLayers
Sets the suffix to use for the types.
setTypeSuffix(String) - Method in class adams.data.objectfinder.ObjectsInPolygon
Sets the field suffix for the type used in the report (ignored if no check).
setTypeSuffix(String) - Method in class adams.data.objectfinder.ObjectsInRegion
Sets the field suffix for the type used in the report (ignored if no check).
setTypeSuffix(String) - Method in class adams.flow.transformer.CompareObjectTypes
Sets the field suffix for the type used in the report (ignored if empty).
setTypeSuffix(String) - Method in class adams.flow.transformer.CountObjectsInPolygon
Sets the field suffix for the type used in the report (ignored if no check).
setTypeSuffix(String) - Method in class adams.flow.transformer.CountObjectsInRegion
Sets the field suffix for the type used in the report (ignored if no check).
setTypeSuffix(String) - Method in class adams.flow.transformer.draw.AbstractDrawObjectsFromReport
Sets the suffix to use for the types.
setTypeSuffix(String) - Method in class adams.flow.transformer.MergeObjectLocations
Sets the field suffix for the type used in the report (ignored if empty).
setTypeSuffix(String) - Method in class adams.gui.tools.previewbrowser.AnnotationsAndPredictionsFromReport
Sets the suffix to use for the types.
setTypeSuffix(String) - Method in class adams.gui.tools.previewbrowser.DeepLabCutCSVHandler
Sets the suffix to use for the types.
setTypeSuffix(String) - Method in class adams.gui.tools.previewbrowser.DetectronAnnotationsHandler
Sets the suffix to use for the types.
setTypeSuffix(String) - Method in class adams.gui.tools.previewbrowser.ObjectCentersFromReport
Sets the suffix to use for the types.
setTypeSuffix(String) - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
Sets the suffix to use for the types.
setTypeSuffix(String) - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
Sets the suffix to use for the types.
setTypeSuffix(String) - Method in class adams.gui.tools.previewbrowser.PointsFromReportHandler
Sets the suffix to use for the types.
setTypeSuffix(String) - Method in class adams.gui.tools.previewbrowser.YoloAnnotationsHandler
Sets the suffix to use for the types.
setTypeSuffix(String) - Method in class adams.gui.visualization.image.AbstractObjectOverlayFromReport
Sets the suffix to use for the types.
setTypeSuffix(String) - Method in class adams.gui.visualization.image.AbstractPointOverlayFromReport
Sets the suffix to use for the types.
setTypeSuffix(String) - Method in class adams.gui.visualization.image.AbstractReportBasedOverlayHelper
Sets the suffix to use for the types.
setTypeSuffix(String) - Method in class adams.gui.visualization.object.overlay.AbstractObjectOverlayFromReport
Sets the suffix to use for the types.
setTypeSuffix(String) - Method in class adams.gui.visualization.object.overlay.AbstractPointOverlayFromReport
Sets the suffix to use for the types.
setUISettingsParameters(Class) - Method in class adams.gui.core.SplitPanelWithOptionalComponents
Sets the class to use for the UI settings.
setUISettingsParameters(Class, String) - Method in class adams.gui.core.BaseSplitPane
Sets the parameters for storing the divider location.
setUISettingsParameters(Class, String) - Method in class adams.gui.core.MultiPagePane
Sets the parameters for storing the divider location.
setUISettingsParameters(Class, String) - Method in interface adams.gui.core.UISettingsSupporter
Sets the parameters for storing the UI settings.
setUISettingsParameters(Class, String) - Method in class adams.gui.dialog.MultiSpreadSheetDialog
Sets the parameters for storing the divider location.
setUISettingsPrefix(Class) - Method in class adams.gui.core.BaseDialog
Sets the prefix for the UI settings (eg stores width/height).
setUISettingsPrefix(Class) - Method in class adams.gui.core.BaseFrame
Sets the prefix for the UI settings (eg stores width/height).
setUISettingsPrefix(String) - Method in class adams.gui.core.BaseDialog
Sets the prefix for the UI settings (eg stores width/height).
setUISettingsPrefix(String) - Method in class adams.gui.core.BaseFrame
Sets the prefix for the UI settings (eg stores width/height).
setUnavailable(Class) - Method in class adams.gui.application.ApplicationMenu
Marks this class as unavailable.
setUnavailable(String) - Method in class adams.gui.application.ApplicationMenu
Marks this class as unavailable.
setUncompressedInput(boolean) - Method in class adams.data.io.input.GnumericSpreadSheetReader
Sets whether input is uncompressed XML.
setUncompressedOutput(boolean) - Method in class adams.data.io.output.GnumericSpreadSheetWriter
Sets whether to output uncompressed XML.
setUndo(Undo) - Method in class adams.gui.core.ToolBarUndoPanel
Sets the undo manager to use, can be null if no undo-support wanted.
setUndo(Undo) - Method in interface adams.gui.core.UndoHandler
Sets the undo manager to use, can be null if no undo-support wanted.
setUndo(Undo) - Method in class adams.gui.core.UndoPanel
Sets the undo manager to use, can be null if no undo-support wanted.
setUndo(Undo) - Method in class adams.gui.scripting.AbstractCommandProcessor
Sets the undo manager to use, can be null if no undo-support wanted.
setUndo(Undo) - Method in class adams.gui.scripting.AbstractUndoScriptlet
Sets the undo manager to use, can be null if no undo-support wanted.
setUndo(Undo) - Method in class adams.gui.tools.wekainvestigator.data.AbstractDataContainer
Sets the undo manager to use, can be null if no undo-support wanted.
setUndo(Undo) - Method in class adams.gui.visualization.instance.InstancePanel
Sets the undo manager to use, can be null if no undo-support wanted.
setUndo(Undo) - Method in class adams.gui.visualization.object.ObjectAnnotationPanel
Sets the undo manager to use, can be null if no undo-support wanted.
setUndo(Undo) - Method in class adams.gui.visualization.segmentation.layer.LayerManager
Sets the undo manager to use, can be null if no undo-support wanted.
setUndo(Undo) - Method in class adams.gui.visualization.sequence.XYSequencePanel
Sets the undo manager to use, can be null if no undo-support wanted.
setUndo(Undo) - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowPanel
Sets the undo manager to use, can be null if no undo-support wanted.
setUndoEnabled(boolean) - Method in class adams.gui.tools.wekainvestigator.data.DataContainerList
Sets whether undo is enabled.
setUndoEnabled(boolean) - Method in class adams.gui.tools.wekainvestigator.InvestigatorPanel
Sets the undo state.
setUndoEnabled(boolean) - Method in class adams.gui.visualization.instances.InstancesTable
sets whether undo support is enabled
setUndoEnabled(boolean) - Method in class adams.gui.visualization.instances.InstancesTableModel
sets whether undo support is enabled
setUndoHandler(UndoHandlerWithQuickAccess) - Method in class adams.gui.visualization.instances.InstancesTable
Sets the undo handler to use.
setUndoHandler(UndoHandlerWithQuickAccess) - Method in class adams.gui.visualization.instances.InstancesTableModel
Sets the undo handler to use.
setUndoVisible(boolean) - Method in class adams.gui.visualization.object.ObjectAnnotationPanel
Sets whether the undo controls are visible or not.
setUnfoldFileArray(boolean) - Method in class adams.flow.template.IterateFilesWithProgressBar
Sets whether to flatten the file array.
setUnhandled(double) - Method in class adams.data.conversion.SpreadSheetToNumeric
Sets the replacement value for unhandled cell types.
setUnicode(String) - Method in class adams.core.base.BaseObject
Sets the string value with escaped unicode sequences.
setUnique(boolean) - Method in class adams.flow.transformer.Sort
Sets whether to allow only unique entries.
setUnique(boolean) - Method in class adams.flow.transformer.SpreadSheetSort
Sets whether to drop duplicate rows during sort.
setUniqueID(String) - Method in class adams.flow.transformer.SpreadSheetMerge
Sets the attribute (string/numeric) to use for uniquely identifying rows.
setUniqueID(String) - Method in class adams.flow.transformer.spreadsheetmethodmerge.JoinOnID
Sets the name of the unique ID column that the merge is joining on.
setUniqueID(String) - Method in class adams.flow.transformer.wekadatasetsmerge.JoinOnID
Sets the name of the unique ID attribute that the merge is joining on.
setUniqueID(String) - Method in class adams.flow.transformer.WekaInstancesMerge
Sets the attribute (string/numeric) to use for uniquely identifying rows.
setUnlimitedRendering(boolean) - Method in class adams.data.conversion.TextRenderer
Sets whether to use unlimited rendering (if possible).
setUnlimitedRendering(boolean) - Method in class adams.flow.transformer.TextRenderer
Sets whether to use unlimited rendering (if possible).
setUnlimitedRendering(boolean) - Method in class adams.gui.visualization.debug.objectexport.PlainTextExporter
Sets whether to use unlimited rendering (if possible).
setUnlimitedRendering(boolean) - Method in class adams.gui.visualization.debug.objectexport.RenderedPlainTextExporter
Sets whether to use unlimited rendering (if possible).
setUnpruned(boolean) - Method in class weka.classifiers.trees.m5.M5Base2
Use unpruned tree/rules
setUnpruned(boolean) - Method in class weka.classifiers.trees.m5.Rule2
Use unpruned tree/rules
setUnset(boolean) - Method in class adams.flow.transformer.ClassSelector
Sets whether to unset the class attribute.
setUnset(boolean) - Method in class adams.flow.transformer.WekaClassSelector
Sets whether to unset the class attribute.
setUnsetButtonVisible(boolean) - Method in class adams.gui.visualization.object.labelselector.ButtonSelectorPanel
Shows or hides the "Unset" button.
setUnsetButtonVisible(boolean) - Method in class adams.gui.visualization.object.labelselector.ButtonSelectorWithColorPanel
Shows or hides the "Unset" button.
setUnsetButtonVisible(boolean) - Method in class adams.gui.visualization.object.labelselector.ComboBoxSelectorPanel
Shows or hides the "Unset" button.
setUnsetButtonVisible(boolean) - Method in interface adams.gui.visualization.object.labelselector.LabelSelector
Shows or hides the "Unset" button.
setUnsortedModel(TableModel) - Method in class adams.gui.core.SortableAndSearchableTable
Sets the base model to use.
setUnsortedModel(TableModel) - Method in class adams.gui.core.SortableAndSearchableTableWithButtons
Sets the data model for this table to newModel and registers with it for listener notifications from the new data model.
setUnsortedModel(TableModel) - Method in class adams.gui.core.SortableAndSearchableWrapperTableModel
Sets the model to use.
setUnsortedModel(TableModel) - Method in interface adams.gui.core.SortableTable
Sets the base model to use.
setUnsortedModel(TableModel) - Method in interface adams.gui.core.SortableTableModel
Sets the base model to use.
setUnsortedModel(TableModel, boolean) - Method in class adams.gui.core.SortableAndSearchableTable
Sets the base model to use.
setUnsortedModel(TableModel, boolean) - Method in class adams.gui.core.SortableAndSearchableTableWithButtons
Sets the data model for this table to newModel and registers with it for listener notifications from the new data model.
setUnsortedModel(TableModel, boolean) - Method in class adams.gui.core.SortableAndSearchableWrapperTableModel
Sets the model to use.
setUnsuccessfulDir(PlaceholderDirectory) - Method in class adams.flow.sink.SendRemoteCommand
Sets the directory to store the unsuccessful commands ins.
setup(Properties) - Method in class adams.gui.scripting.SyntaxDocument
Sets up the document according to the properties.
setup(Instances) - Method in class weka.filters.unsupervised.attribute.PrincipalComponentsJ
Initializes the filter with the given input data.
setUp() - Method in class adams.core.logging.AbstractLogHandler
Hook method for performing setup before processing first log record.
setUp() - Method in class adams.core.logging.FileHandler
Hook method for performing setup before processing first log record.
setUp() - Method in class adams.core.logging.RotatingFileHandler
Hook method for performing setup before processing first log record.
setUp() - Method in class adams.data.conversion.AbstractScriptedConversion
Performs some initializations.
setUp() - Method in interface adams.data.conversion.ConversionWithInitialization
Performs some initializations.
setUp() - Method in class adams.data.conversion.Groovy
Initializes the item for flow execution.
setUp() - Method in class adams.data.conversion.Scripted
Initializes the item for flow execution.
setUp() - Method in class adams.data.weka.evaluator.AbstractDatasetInstanceEvaluator
Performs necessary initializations before being able to evaluate.
setUp() - Method in class adams.data.weka.evaluator.AbstractInstanceEvaluator
Performs necessary initializations before being able to evaluate.
setUp() - Method in class adams.env.AbstractEnvironment
Performs the setup of the properties files.
setUp() - Method in class adams.flow.control.AbstractControlActor
Initializes the sub-actors for flow execution.
setUp() - Method in class adams.flow.control.AbstractDirectedControlActor
Initializes the sub-actors for flow execution.
setUp() - Method in class adams.flow.control.Block
Initializes the sub-actors for flow execution.
setUp() - Method in class adams.flow.control.Branch
Initializes the sub-actors for flow execution.
setUp() - Method in class adams.flow.control.Breakpoint
Initializes the item for flow execution.
setUp() - Method in class adams.flow.control.CallableActorScreenshot
Initializes the item for flow execution.
setUp() - Method in class adams.flow.control.Cast
Initializes the sub-actors for flow execution.
setUp() - Method in class adams.flow.control.ConditionalSequence
Initializes the sub-actors for flow execution.
setUp() - Method in class adams.flow.control.ConditionalSubProcess
Initializes the sub-actors for flow execution.
setUp() - Method in class adams.flow.control.ConditionalTee
Initializes the sub-actors for flow execution.
setUp() - Method in class adams.flow.control.ConditionalTrigger
Initializes the sub-actors for flow execution.
setUp() - Method in class adams.flow.control.Count
Initializes the sub-actors for flow execution.
setUp() - Method in class adams.flow.control.FileProcessor
Initializes the item for flow execution.
setUp() - Method in class adams.flow.control.Flow
Initializes the item for flow execution.
setUp() - Method in class adams.flow.control.FreeMemory
Initializes the item for flow execution.
setUp() - Method in class adams.flow.control.IfThenElse
Initializes the sub-actors for flow execution.
setUp() - Method in class adams.flow.control.InputOutputListener
Initializes the item for flow execution.
setUp() - Method in class adams.flow.control.Inspect
Initializes the item for flow execution.
setUp() - Method in class adams.flow.control.JDeps
Initializes the item for flow execution.
setUp() - Method in class adams.flow.control.JMap
Initializes the sub-actors for flow execution.
setUp() - Method in class adams.flow.control.LoadBalancer
Initializes the sub-actors for flow execution.
setUp() - Method in class adams.flow.control.MissionControl
Initializes the item for flow execution.
setUp() - Method in class adams.flow.control.PlotContainerUpdater
Initializes the item for flow execution.
setUp() - Method in class adams.flow.control.SubProcess
Initializes the item for flow execution.
setUp() - Method in class adams.flow.control.Switch
Initializes the sub-actors for flow execution.
setUp() - Method in class adams.flow.control.TimedSubProcess
Initializes the item for flow execution.
setUp() - Method in class adams.flow.control.TimedTee
Initializes the item for flow execution.
setUp() - Method in class adams.flow.control.TimedTrigger
Initializes the item for flow execution.
setUp() - Method in class adams.flow.control.TriggerEvent
Initializes the item for flow execution.
setUp() - Method in class adams.flow.control.TryCatch
Initializes the item for flow execution.
setUp() - Method in class adams.flow.control.UpdateCallableDisplay
Initializes the item for flow execution.
setUp() - Method in class adams.flow.control.UpdateProperties
Initializes the item for flow execution.
setUp() - Method in class adams.flow.control.WhileLoop
Initializes the sub-actors for flow execution.
setUp() - Method in class adams.flow.core.AbstractActor
Initializes the item for flow execution.
setUp() - Method in class adams.flow.core.AbstractCallableActor
Initializes the item for flow execution.
setUp() - Method in class adams.flow.core.AbstractCallableActorPropertyUpdater
Initializes the item for flow execution.
setUp() - Method in class adams.flow.core.AbstractCopyCallableActor
Initializes the item for flow execution.
setUp() - Method in class adams.flow.core.AbstractExternalActor
Initializes the item for flow execution.
setUp() - Method in class adams.flow.core.AbstractIncludeExternalActor
Initializes the item for flow execution.
setUp() - Method in class adams.flow.core.AbstractPyroCall
Configures the call.
setUp() - Method in interface adams.flow.core.Actor
Initializes the item for flow execution.
setUp() - Method in interface adams.flow.core.PyroCall
Configures the call.
setUp() - Method in class adams.flow.sink.AbstractFileWriter
Initializes the item for flow execution.
setUp() - Method in class adams.flow.sink.ImageFileWriter
Initializes the item for flow execution.
setUp() - Method in class adams.flow.sink.PyroSink
Initializes the item for flow execution.
setUp() - Method in class adams.flow.sink.SendEmail
Initializes the item for flow execution.
setUp() - Method in class adams.flow.source.AbstractForLoop
Initializes the item for flow execution.
setUp() - Method in class adams.flow.source.AbstractPythonExecution
Initializes the item for flow execution.
setUp() - Method in class adams.flow.source.DirectoryLister
Initializes the item for flow execution.
setUp() - Method in class adams.flow.source.EnterManyValues
Initializes the item for flow execution.
setUp() - Method in class adams.flow.source.FTPLister
Deprecated.
Initializes the item for flow execution.
setUp() - Method in class adams.flow.source.MathExpression
Initializes the sub-actors for flow execution.
setUp() - Method in class adams.flow.source.PyroSource
Initializes the item for flow execution.
setUp() - Method in class adams.flow.source.SSHExec
Initializes the item for flow execution.
setUp() - Method in class adams.flow.source.StringExpression
Initializes the sub-actors for flow execution.
setUp() - Method in class adams.flow.source.SwitchedSource
Initializes the sub-actors for flow execution.
setUp() - Method in class adams.flow.source.WekaForecasting
Initializes the item for flow execution.
setUp() - Method in class adams.flow.standalone.AbstractMultiView
Initializes the item for flow execution.
setUp() - Method in class adams.flow.standalone.AbstractMutableActorDaemonEvent
Initializes the sub-actors for flow execution.
setUp() - Method in class adams.flow.standalone.AbstractStandaloneGroup
Initializes the item for flow execution.
setUp() - Method in class adams.flow.standalone.ConditionalStandalones
Initializes the sub-actors for flow execution.
setUp() - Method in class adams.flow.standalone.ConsoleWindow
Initializes the item for flow execution.
setUp() - Method in class adams.flow.standalone.Cron
Initializes the sub-actors for flow execution.
setUp() - Method in class adams.flow.standalone.DelayedEvent
Initializes the sub-actors for flow execution.
setUp() - Method in class adams.flow.standalone.DeserializeToStorage
Initializes the item for flow execution.
setUp() - Method in class adams.flow.standalone.ExternalFlow
 
setUp() - Method in class adams.flow.standalone.InitStorageCache
Initializes the item for flow execution.
setUp() - Method in class adams.flow.standalone.JobRunnerInstance
Initializes the item for flow execution.
setUp() - Method in class adams.flow.standalone.LogEvent
Initializes the sub-actors for flow execution.
setUp() - Method in class adams.flow.standalone.PyroNameServer
Initializes the item for flow execution.
setUp() - Method in class adams.flow.standalone.PyroStandalone
Initializes the item for flow execution.
setUp() - Method in class adams.flow.standalone.QueueEvent
Initializes the sub-actors for flow execution.
setUp() - Method in class adams.flow.standalone.QueueInit
Initializes the item for flow execution.
setUp() - Method in class adams.flow.standalone.SetProperty
Deprecated.
Initializes the item for flow execution.
setUp() - Method in class adams.flow.standalone.TesseractConfiguration
Initializes the item for flow execution.
setUp() - Method in class adams.flow.standalone.WeakExternalStandalone
Initializes the item for flow execution.
setUp() - Method in class adams.flow.transformer.AbstractCallableWekaClassifierEvaluator
Initializes the item for flow execution.
setUp() - Method in class adams.flow.transformer.AbstractCallableWekaClustererEvaluator
Initializes the item for flow execution.
setUp() - Method in class adams.flow.transformer.AbstractInstanceGenerator
Initializes the item for flow execution.
setUp() - Method in class adams.flow.transformer.AbstractProcessWekaInstanceWithModel
Initializes the item for flow execution.
setUp() - Method in class adams.flow.transformer.Convert
Initializes the item for flow execution.
setUp() - Method in class adams.flow.transformer.CreateEmail
Initializes the item for flow execution.
setUp() - Method in class adams.flow.transformer.FindInFile
Initializes the item for flow execution.
setUp() - Method in class adams.flow.transformer.FTPDelete
Initializes the item for flow execution.
setUp() - Method in class adams.flow.transformer.FTPDisconnect
Initializes the item for flow execution.
setUp() - Method in class adams.flow.transformer.FTPGet
Initializes the item for flow execution.
setUp() - Method in class adams.flow.transformer.FTPNoOp
Initializes the item for flow execution.
setUp() - Method in class adams.flow.transformer.FTPSend
Initializes the item for flow execution.
setUp() - Method in class adams.flow.transformer.ImageFileReader
Initializes the item for flow execution.
setUp() - Method in class adams.flow.transformer.MathExpression
Initializes the sub-actors for flow execution.
setUp() - Method in class adams.flow.transformer.PixelSelector
Initializes the item for flow execution.
setUp() - Method in class adams.flow.transformer.PyroTransformer
Initializes the item for flow execution.
setUp() - Method in class adams.flow.transformer.ReportMathExpression
Initializes the sub-actors for flow execution.
setUp() - Method in class adams.flow.transformer.ScpFrom
Initializes the item for flow execution.
setUp() - Method in class adams.flow.transformer.ScpTo
Initializes the item for flow execution.
setUp() - Method in class adams.flow.transformer.SetJsonValue
Initializes the item for flow execution.
setUp() - Method in class adams.flow.transformer.SetMapValue
 
setUp() - Method in class adams.flow.transformer.SetReportFromFile
Initializes the item for flow execution.
setUp() - Method in class adams.flow.transformer.SetReportFromSource
Initializes the item for flow execution.
setUp() - Method in class adams.flow.transformer.SetSystemProperty
Initializes the item for flow execution.
setUp() - Method in class adams.flow.transformer.SFTPDelete
Initializes the item for flow execution.
setUp() - Method in class adams.flow.transformer.SFTPGet
Initializes the item for flow execution.
setUp() - Method in class adams.flow.transformer.SFTPSend
Initializes the item for flow execution.
setUp() - Method in class adams.flow.transformer.SMBGet
Initializes the item for flow execution.
setUp() - Method in class adams.flow.transformer.SMBSend
Initializes the item for flow execution.
setUp() - Method in class adams.flow.transformer.SpreadSheetFilter
Initializes the item for flow execution.
setUp() - Method in class adams.flow.transformer.SpreadSheetReplaceCellValue
Initializes the item for flow execution.
setUp() - Method in class adams.flow.transformer.SpreadSheetTransformCells
Initializes the item for flow execution.
setUp() - Method in class adams.flow.transformer.SpreadSheetTransformHeaderCells
Initializes the item for flow execution.
setUp() - Method in class adams.flow.transformer.StringExpression
Initializes the sub-actors for flow execution.
setUp() - Method in class adams.flow.transformer.TesseractOCR
Initializes the item for flow execution.
setUp() - Method in class adams.flow.transformer.Timestamp
Initializes the item for flow execution.
setUp() - Method in class adams.flow.transformer.WekaClassifierRanker
Initializes the item for flow execution.
setUp() - Method in class adams.flow.transformer.WekaCrossValidationClustererEvaluator
 
setUp() - Method in class adams.flow.transformer.WekaCrossValidationEvaluator
Initializes the item for flow execution.
setUp() - Method in class adams.flow.transformer.WekaExperiment
Initializes the item for flow execution.
setUp() - Method in class adams.flow.transformer.WekaFilter
Initializes the item for flow execution.
setUp() - Method in class adams.flow.transformer.WekaGeneticAlgorithm
Initializes the item for flow execution.
setUp() - Method in class adams.flow.transformer.WekaInstanceDumper
Initializes the item for flow execution.
setUp() - Method in class adams.flow.transformer.WekaInstanceEvaluator
Initializes the item for flow execution.
setUp() - Method in class adams.flow.transformer.WekaReorderAttributesToReference
Initializes the item for flow execution.
setUp() - Method in class adams.flow.transformer.WekaStoreInstance
Initializes the item for flow execution.
setUp() - Method in class adams.flow.transformer.WekaTrainAssociator
Initializes the item for flow execution.
setUp() - Method in class adams.flow.transformer.WekaTrainClassifier
Initializes the item for flow execution.
setUp() - Method in class adams.flow.transformer.WekaTrainClusterer
Initializes the item for flow execution.
setUp() - Method in class adams.flow.transformer.WekaTrainTestSetEvaluator
Initializes the item for flow execution.
setUp() - Method in class adams.gui.visualization.stats.scatterplot.AbstractScatterPlotOverlay
set up the overlay and its paintlet.
setUp() - Method in class adams.gui.visualization.stats.scatterplot.Coordinates
set up the overlay and its paintlet.
setUp() - Method in class adams.gui.visualization.stats.scatterplot.Diagonal
set up the overlay and its paintlet.
setUp() - Method in class adams.gui.visualization.stats.scatterplot.Lowess
set up the overlay and its paintlet.
setUp() - Method in class adams.gui.visualization.stats.zscore.AbstractZScoreOverlay
set up the overlay and it's paintlet
setUp() - Method in class adams.gui.visualization.stats.zscore.Mean
 
setUp() - Method in class adams.gui.visualization.stats.zscore.StdDev
 
setUp(Actor) - Method in class adams.flow.condition.bool.AbstractAttributeCapabilities
Configures the condition.
setUp(Actor) - Method in class adams.flow.condition.bool.AbstractBooleanCondition
Configures the condition.
setUp(Actor) - Method in class adams.flow.condition.bool.AbstractExpression
Configures the condition.
setUp(Actor) - Method in class adams.flow.condition.bool.AbstractMultiCondition
Configures the condition.
setUp(Actor) - Method in class adams.flow.condition.bool.AbstractScriptedCondition
Configures the condition.
setUp(Actor) - Method in class adams.flow.condition.bool.BinaryFile
Configures the condition.
setUp(Actor) - Method in interface adams.flow.condition.bool.BooleanCondition
Configures the condition.
setUp(Actor) - Method in class adams.flow.condition.bool.BooleanReportValue
Configures the condition.
setUp(Actor) - Method in class adams.flow.condition.bool.DirectoriesMatch
Configures the condition.
setUp(Actor) - Method in class adams.flow.condition.bool.DirectoryExists
Configures the condition.
setUp(Actor) - Method in class adams.flow.condition.bool.FileComplete
Configures the condition.
setUp(Actor) - Method in class adams.flow.condition.bool.FileExists
Configures the condition.
setUp(Actor) - Method in class adams.flow.condition.bool.FileInUse
Configures the condition.
setUp(Actor) - Method in class adams.flow.condition.bool.FilesMatch
Configures the condition.
setUp(Actor) - Method in class adams.flow.condition.bool.HasClass
Configures the condition.
setUp(Actor) - Method in class adams.flow.condition.bool.HasInterface
Configures the condition.
setUp(Actor) - Method in class adams.flow.condition.bool.IsSubClass
Configures the condition.
setUp(Actor) - Method in class adams.flow.condition.bool.Not
Configures the condition.
setUp(Actor) - Method in class adams.flow.condition.bool.ReportValueExists
Configures the condition.
setUp(Actor) - Method in class adams.flow.condition.bool.WekaClassification
Initializes the item for flow execution.
setUp(FlowContextHandler) - Method in class adams.core.command.stderr.AbstractStdErrProcessor
Configures the handler.
setUp(FlowContextHandler) - Method in class adams.core.command.stderr.CallableActorSink
Configures the handler.
setUp(FlowContextHandler) - Method in class adams.core.command.stderr.Enqueue
 
setUp(FlowContextHandler) - Method in class adams.core.command.stderr.Log
Configures the handler.
setUp(FlowContextHandler) - Method in interface adams.core.command.stderr.StdErrProcessor
Configures the handler.
setUp(FlowContextHandler) - Method in class adams.core.command.stdout.AbstractStdOutProcessor
Configures the handler.
setUp(FlowContextHandler) - Method in class adams.core.command.stdout.CallableActorSink
Configures the handler.
setUp(FlowContextHandler) - Method in class adams.core.command.stdout.Enqueue
 
setUp(FlowContextHandler) - Method in class adams.core.command.stdout.Log
Configures the handler.
setUp(FlowContextHandler) - Method in interface adams.core.command.stdout.StdOutProcessor
Configures the handler.
setUp(Instances) - Method in class weka.classifiers.lazy.LWLSynchroPrefilter
 
Setup - Class in adams.env
A container class for a props file and the directories to look for.
Setup(File, Object) - Constructor for class adams.gui.core.RecentFilesHandlerWithCommandline.Setup
Initializes the setup container.
Setup(String) - Constructor for class adams.gui.core.RecentFilesHandlerWithCommandline.Setup
Initializes the setup container using the string.
Setup(String, List<String>) - Constructor for class adams.env.Setup
Initializes the container.
Setup(String, List<String>, String[]) - Constructor for class adams.env.Setup
Initializes the container.
SETUP - adams.opt.genetic.OutputType
only the setup.
SETUP_PREFIX - Static variable in class adams.flow.setup.FlowSetupManager
the key prefix for a setup.
setUpCallableActor() - Method in class adams.data.objectfilter.TransformMetaData
Configures the callable actor.
setUpCallableActor() - Method in class adams.flow.control.ClearCallableDisplay
Configures the callable actor.
setUpCallableActor() - Method in class adams.flow.control.CloseCallableDisplay
Configures the callable actor.
setUpCallableActor() - Method in class adams.flow.control.TimedSubProcess
Configures the callable actor.
setUpCallableActor() - Method in class adams.flow.control.TimedTee
Configures the callable actor.
setUpCallableActor() - Method in class adams.flow.control.TimedTrigger
Configures the callable actor.
setUpCallableActor() - Method in class adams.flow.core.AbstractCallableActor
Configures the callable actor.
setUpCallableActor() - Method in class adams.flow.core.AbstractCopyCallableActor
Configures the callable actor.
setUpCallableActor() - Method in class adams.flow.transformer.SpreadSheetTransformCells
Configures the callable actor.
setUpCallableActor() - Method in class adams.flow.transformer.SpreadSheetTransformHeaderCells
Configures the callable actor.
setUpCallableActor() - Method in class adams.flow.transformer.WekaGeneticAlgorithm
Configures the callable actor.
setUpCallableActors() - Method in class adams.flow.control.InputOutputListener
Configures the callable actors.
setUpContainers(Object) - Method in class adams.flow.source.AbstractSimpleSourceWithPropertiesUpdating
Initializes the property containers.
setUpContainers(Object) - Method in class adams.flow.transformer.AbstractTransformerWithPropertiesUpdating
Initializes the property containers.
setUpContainersIfNecessary(Object) - Method in class adams.flow.source.AbstractSimpleSourceWithPropertiesUpdating
Initializes the property containers.
setUpContainersIfNecessary(Object) - Method in class adams.flow.transformer.AbstractTransformerWithPropertiesUpdating
Initializes the property containers.
setUpDatabaseConnection() - Method in class adams.flow.sink.AbstractDbSink
Configures the database connection if necessary.
setUpDatabaseConnection() - Method in class adams.flow.source.AbstractDatabaseIdSupplier
Configures the database connection if necessary.
setUpDatabaseConnection() - Method in class adams.flow.source.AbstractDbArrayProvider
Configures the database connection if necessary.
setUpDatabaseConnection() - Method in class adams.flow.source.AbstractDbSource
Configures the database connection if necessary.
setUpDatabaseConnection() - Method in class adams.flow.source.AbstractSimpleDbSource
Configures the database connection if necessary.
setUpDatabaseConnection() - Method in class adams.flow.standalone.AbstractDbStandalone
Configures the database connection if necessary.
setUpDatabaseConnection() - Method in class adams.flow.transformer.AbstractDataContainerFileImport
Configures the database connection if necessary.
setUpDatabaseConnection() - Method in class adams.flow.transformer.AbstractDbArrayProvider
Configures the database connection if necessary.
setUpDatabaseConnection() - Method in class adams.flow.transformer.AbstractDbDataProcessor
Configures the database connection if necessary.
setUpDatabaseConnection() - Method in class adams.flow.transformer.AbstractDbTransformer
Configures the database connection if necessary.
setUpDatabaseConnection() - Method in class adams.flow.transformer.AbstractReportFileImport
Configures the database connection if necessary.
setupDataTypes(Connection) - Method in class adams.db.datatype.AbstractDataTypeSetup
Configures the data types.
setupDataTypes(Connection) - Method in class adams.db.datatype.DummySetup
Configures the data types.
setupDataTypes(Connection) - Method in class adams.db.datatype.MultiSetup
Configures the data types.
setUpdate(boolean) - Method in class adams.flow.source.RSync
 
setUpdateAnyType(boolean) - Method in class adams.flow.processor.ChangeDisplayType
Sets whether to replace any display type with the new one.
setUpdateContainerColor(boolean) - Method in class adams.gui.visualization.instance.ReportColorInstancePaintlet
Sets whether to update the container's color with the color determined by this paintlet.
setUpdateContainerColor(boolean) - Method in class adams.gui.visualization.timeseries.ReportColorTimeseriesPaintlet
Sets whether to update the container's color with the color determined by this paintlet.
setUpdateHeader(boolean) - Method in class weka.filters.unsupervised.instance.RemoveWithLabels
Sets whether to remove the labels also from the attribute definition.
setUpdateInterval(int) - Method in class adams.flow.execution.AbstractTimedFlowExecutionListenerWithTable
Sets the interval after which the GUI gets refreshed.
setUpdateInterval(int) - Method in interface adams.flow.execution.TimedFlowExecutionListener
Sets the interval after which to trigger, for instance, an update.
setUpdateInterval(int) - Method in class adams.flow.sink.sequenceplotter.NamedPlotUpdater
Sets the number of tokens after which the display is being updated.
setUpdateInterval(int) - Method in class adams.flow.sink.sequenceplotter.SimplePlotUpdater
Sets the number of tokens after which the display is being updated.
setUpdateInterval(int) - Method in class adams.flow.sink.timeseriesdisplay.SimplePlotUpdater
Sets the number of tokens after which the display is being updated.
setUpdateInterval(int) - Method in class adams.flow.standalone.Stopwatch
Sets the wait period before the display is updated.
setUpdateInterval(int) - Method in class adams.gui.visualization.instance.SimpleInstancePanelUpdater
Sets the number of tokens after which the display is being updated.
setUpdateInterval(int) - Method in class adams.gui.visualization.spreadsheet.SimpleSpreadSheetRowPanelUpdater
Sets the number of tokens after which the display is being updated.
setUpdateNumThreads(boolean) - Method in class adams.flow.transformer.ExecuteJobs
Sets whether to update the number of threads (if possible).
setUpdateParentTitle(boolean) - Method in class adams.gui.dialog.TextDialog
Sets whether to update the parent's title.
setUpdateParentTitle(boolean) - Method in class adams.gui.dialog.TextPanel
Sets whether to update the parent's title.
setUpdater(AbstractInstancePanelUpdater) - Method in class adams.flow.sink.WekaInstanceViewer
Sets the updater to use.
setUpdater(AbstractSpreadSheetRowPanelUpdater) - Method in class adams.flow.sink.SpreadSheetRowViewer
Sets the updater to use.
setUpdater(XGBoost.Updater) - Method in class weka.classifiers.trees.XGBoost
Sets the choice of algorithm to fit the linear model.
setUpdateRelationName(boolean) - Method in class adams.flow.transformer.WekaMultiLabelSplitter
Sets whether to update the relation name with the new class attribute.
setUpdateSize(boolean) - Method in class adams.gui.goe.GenericObjectEditor.GOEPanel
Sets whether to update the preferred size.
setUpdateSize(boolean) - Method in class adams.gui.goe.GenericObjectEditor
Sets whether to update the size.
setUpdateType(ReportUpdateType) - Method in class adams.flow.transformer.SetReportFromFile
Sets the report update type.
setUpdateType(ReportUpdateType) - Method in class adams.flow.transformer.SetReportFromSource
Sets the report update type.
setUpdateType(SetVariable.UpdateType) - Method in class adams.flow.transformer.SetVariable
Sets how to update the variable.
setUpdateWait(int) - Method in class weka.classifiers.functions.FakeClassifier
Sets the time in msec to wait when calling updateClassifier.
SetupDialog(Dialog, Dialog.ModalityType) - Constructor for class adams.gui.visualization.instance.HistogramFactory.SetupDialog
Initializes the dialog.
SetupDialog(Dialog, Dialog.ModalityType) - Constructor for class adams.gui.visualization.spreadsheet.HistogramFactory.SetupDialog
Initializes the dialog.
SetupDialog(Dialog, Dialog.ModalityType) - Constructor for class adams.gui.visualization.statistics.HistogramFactory.SetupDialog
Initializes the dialog.
SetupDialog(Frame, boolean) - Constructor for class adams.gui.visualization.instance.HistogramFactory.SetupDialog
Initializes the dialog.
SetupDialog(Frame, boolean) - Constructor for class adams.gui.visualization.spreadsheet.HistogramFactory.SetupDialog
Initializes the dialog.
SetupDialog(Frame, boolean) - Constructor for class adams.gui.visualization.statistics.HistogramFactory.SetupDialog
Initializes the dialog.
setUpEvaluator() - Method in class adams.flow.transformer.WekaInstanceEvaluator
Initializes the evaluator.
setUpExternalActor() - Method in class adams.flow.core.AbstractExternalActor
Sets up the external actor.
setUpExternalActor() - Method in class adams.flow.core.AbstractIncludeExternalActor
Sets up the external actor.
setUpExternalActor() - Method in interface adams.flow.core.ExternalActorHandler
Sets up the external actor.
setUpExternalActor() - Method in class adams.flow.sink.ExternalSink
Sets up the external actor.
setUpExternalActor() - Method in class adams.flow.source.ExternalSource
Sets up the external actor.
setUpExternalActor() - Method in class adams.flow.standalone.ExternalFlow
Sets up the external actor.
setUpExternalActor() - Method in class adams.flow.standalone.ExternalStandalone
Sets up the external actor.
setUpExternalActor() - Method in class adams.flow.transformer.ExternalTransformer
Sets up the external actor.
setupFileTipText() - Method in class adams.flow.FlowSetupRunner
Returns the tip text for this property.
setupFilter() - Method in class adams.data.filter.AbstractGlobalDataContainerFilter
Sets up the filter to use for filtering the containers before they're put in the cache.
setUpLoadActors() - Method in class adams.flow.control.LoadBalancer
Gets called in the setUp() method.
setUpLoopActors() - Method in class adams.flow.control.WhileLoop
Gets called in the setUp() method.
setUpModel() - Method in class adams.flow.source.WekaForecasting
Loads the model from the model file.
setUpModel() - Method in class adams.flow.transformer.AbstractProcessWekaInstanceWithModel
Loads the model from the model file.
setUpModel(Actor) - Method in class adams.flow.condition.bool.WekaClassification
Loads the model from the model file.
setupModified() - Method in class adams.gui.tools.spreadsheetviewer.SortDefinitionPanel
Sends an event that the setup was modified.
setupModified() - Method in class adams.gui.visualization.instances.instancestable.InstancesSortDefinitionPanel
Sends an event that the setup was modified.
setupNameTipText() - Method in class adams.flow.FlowSetupRunner
Returns the tip text for this property.
setupPanel() - Method in class adams.gui.dialog.AbstractReplaceDialog
Creates and returns the panel that is placed in the CENTER, containing the find and replace fields.
setupPanel() - Method in class adams.gui.dialog.ReplaceFieldDialog
Creates and returns the panel that is placed in the CENTER, containing the find and replace fields.
setUpper(double) - Method in class adams.data.spreadsheet.filter.Normalize
Sets the upper bound to use.
setUpper(double) - Method in class adams.data.statistics.ArrayNormalizeRange
Sets the upper bound to use.
setUpper(UpperStatistic) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.Predictions
Sets the upper value to output.
setUpper(UpperStatistic) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.SamplePlot
Sets the upper value to output.
setUpperBound(double) - Method in class adams.data.distribution.Uniform
Sets the upper bound.
setUpperBound(Number) - Method in class adams.gui.goe.AbstractNumberEditor
Sets the optional upper bound.
setUpReference() - Method in class adams.flow.transformer.WekaReorderAttributesToReference
Loads the reference data.
setupScriptlet(AbstractScriptlet) - Method in class adams.gui.scripting.AbstractCommandProcessor
Performs further setups of the scriptlet.
setupsTipText() - Method in class adams.db.datatype.MultiSetup
Returns the tip text for this property.
setUpSubActors() - Method in class adams.flow.control.AbstractControlActor
Performs the setUp of the sub-actors.
setUpSubActors() - Method in class adams.flow.control.AbstractTee
Performs the setUp of the sub-actors.
setUpSubActors() - Method in class adams.flow.control.FileProcessor
Performs the setUp of the sub-actors.
setUpSubActors() - Method in class adams.flow.control.Flow
Performs the setUp of the sub-actors.
setUpSubActors() - Method in class adams.flow.control.LoadBalancer
Performs the setUp of the sub-actors.
setUpSubActors() - Method in class adams.flow.control.LocalScopeTransformer
Gets called in the setUp() method.
setUpSubActors() - Method in class adams.flow.control.WhileLoop
Performs the setUp of the sub-actors.
setUpSubActors() - Method in class adams.flow.sink.InactiveSink
Performs the setUp of the sub-actors.
setUpSubActors() - Method in class adams.flow.source.InactiveSource
Performs the setUp of the sub-actors.
setUpSubActors() - Method in class adams.flow.standalone.AbstractMutableStandaloneGroupItem
Performs the setUp of the sub-actors.
setUpSubActors() - Method in class adams.flow.standalone.InactiveStandalone
Performs the setUp of the sub-actors.
setUpSubActors() - Method in class adams.flow.transformer.InactiveTransformer
Performs the setUp of the sub-actors.
setUpTeeActors() - Method in class adams.flow.control.AbstractDataContainerFileChecker
Gets called in the setUp() method.
setUpTeeActors() - Method in class adams.flow.control.AbstractTee
Gets called in the setUp() method.
setUpTeeActors() - Method in class adams.flow.control.Rejector
Gets called in the setUp() method.
setUpTeeActors() - Method in class adams.flow.control.RemoteExecutionTrigger
Gets called in the setUp() method.
setUpTeeActors() - Method in class adams.flow.control.Tee
Gets called in the setUp() method.
setUpTeeActors() - Method in class adams.flow.control.Trigger
Gets called in the setUp() method.
setUpTemplate() - Method in class adams.flow.core.AbstractTemplate
Initializes the template for flow execution.
setUpTemplate() - Method in class adams.flow.sink.TemplateSink
Initializes the template for flow execution.
setUpTemplate() - Method in class adams.flow.source.TemplateSource
Initializes the template for flow execution.
setUpTemplate() - Method in class adams.flow.standalone.TemplateStandalone
Initializes the template for flow execution.
setUpTemplate() - Method in class adams.flow.transformer.TemplateTransformer
Initializes the template for flow execution.
setupTipText() - Method in class adams.flow.source.WekaClassifierGenerator
Returns the tip text for this property.
setupTipText() - Method in class adams.flow.source.WekaClustererGenerator
Returns the tip text for this property.
setupTipText() - Method in class adams.flow.source.WekaFilterGenerator
Returns the tip text for this property.
setupTipText() - Method in class adams.flow.transformer.WekaGeneticAlgorithmInitializer
Returns the tip text for this property.
setupUploadTipText() - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm
Returns the tip text for this property.
setURL(BaseURI) - Method in class adams.flow.websocket.client.AbstractWebSocketClientGenerator
Sets the URL to connect to.
setURL(BaseURL) - Method in class adams.flow.source.HttpRequest
Sets the URL for the request.
setURL(BaseURL) - Method in class adams.flow.transformer.HttpPostFile
Sets the URL for the request.
setURL(BaseURL) - Method in class adams.flow.transformer.HttpRequest
Sets the URL for the request.
setURL(JdbcUrl) - Method in class adams.flow.standalone.AbstractDatabaseConnection
Sets the database URL.
setURL(String) - Method in class adams.core.option.DatabaseActorExecutionClassProducer
Sets the database URL.
setURL(String) - Method in class adams.db.AbstractDatabaseConnection
Sets the database URL to use (only if not connected).
setURL(String) - Method in class adams.db.AbstractDatabaseObjectWithOptionHandling
Sets the database URL.
setURL(String) - Method in interface adams.db.DatabaseConnectionParameterHandler
Sets the database URL to use (only if not connected).
setURL(String) - Method in class adams.flow.sink.WekaDatabaseWriter
Sets the database URL to query.
setURL(String) - Method in class adams.flow.source.WekaDatabaseReader
Sets the database URL to query.
setURL(String) - Method in class adams.run.RunDatabaseScheme
Sets the database URL.
setURLs(BaseURL[]) - Method in class adams.flow.source.URLSupplier
Sets the files to broadcast.
setUseAbsoluteError(boolean) - Method in class adams.flow.transformer.AbstractWekaPredictionsTransformer
Sets whether to use an absolute error (ie no direction).
setUseAbsoluteError(boolean) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.FourInOnePlot
Sets whether to use an absolute error (ie no direction).
setUseAbsolutePath(boolean) - Method in interface adams.core.io.AbsolutePathSupporter
Sets whether to use absolute paths.
setUseAbsolutePath(boolean) - Method in class adams.flow.source.valuedefinition.DirectoryValueDefinition
Sets whether to use absolute paths.
setUseAbsolutePath(boolean) - Method in class adams.flow.source.valuedefinition.FileValueDefinition
Sets whether to use absolute paths.
setUseAbsolutePath(boolean) - Method in class adams.gui.chooser.DirectoryChooserPanel
Sets whether to use absolute paths.
setUseAbsolutePath(boolean) - Method in class adams.gui.chooser.FileChooserPanel
Sets whether to use absolute paths.
setUseAbsolutePosition(boolean) - Method in class adams.flow.transformer.pdfproclet.AbstractSpreadSheetPdfProclet
Sets whether to use absolute positioning (from bottom-left corner).
setUseAbsolutePosition(boolean) - Method in class adams.flow.transformer.pdfproclet.FixedText
Sets whether to use absolute positioning (from bottom-left corner).
setUseAbsolutePosition(boolean) - Method in class adams.flow.transformer.pdfproclet.Image
Sets whether to use absolute positioning (from bottom-left corner).
setUseAbsolutePosition(boolean) - Method in interface adams.flow.transformer.pdfproclet.PdfProcletWithOptionalAbsolutePosition
Sets whether to use absolute positioning.
setUseAbsolutePosition(boolean) - Method in class adams.flow.transformer.pdfproclet.PlainText
Sets whether to use absolute positioning (from bottom-left corner).
setUseAlternativeLocation(boolean) - Method in class adams.gui.tools.previewbrowser.CocoAnnotationsHandler.CombinedPanel
Sets whether the alternative location should be used.
setUseAlternativeLocation(boolean) - Method in class adams.gui.tools.previewbrowser.CocoAnnotationsHandler
Sets whether to use an alternative location for the reports.
setUseAlternativeLocation(boolean) - Method in class adams.gui.tools.previewbrowser.DeepLabCutCSVHandler.CombinedPanel
Sets whether the alternative location should be used.
setUseAlternativeLocation(boolean) - Method in class adams.gui.tools.previewbrowser.DeepLabCutCSVHandler
Sets whether to use an alternative location for the reports.
setUseAlternativeLocation(boolean) - Method in class adams.gui.tools.previewbrowser.ObjectCentersFromReport.CombinedPanel
Sets whether the alternative location should be used.
setUseAlternativeLocation(boolean) - Method in class adams.gui.tools.previewbrowser.ObjectCentersFromReport
Sets whether to use an alternative location for the reports.
setUseAlternativeLocation(boolean) - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport.CombinedPanel
Sets whether the alternative location should be used.
setUseAlternativeLocation(boolean) - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
Sets whether to use an alternative location for the reports.
setUseAlternativeLocation(boolean) - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet.CombinedPanel
Sets whether the alternative location should be used.
setUseAlternativeLocation(boolean) - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
Sets whether to use an alternative location for the reports.
setUseAlternativeLocation(boolean) - Method in class adams.gui.tools.previewbrowser.PointsFromReportHandler.CombinedPanel
Sets whether the alternative location should be used.
setUseAlternativeLocation(boolean) - Method in class adams.gui.tools.previewbrowser.PointsFromReportHandler
Sets whether to use an alternative location for the reports.
setUseAlternativeOutputDir(boolean) - Method in class adams.flow.transformer.AbstractSingleDecompress
Sets whether to use an alternative output directory.
setUseAlwaysFirstStats(boolean) - Method in class adams.data.statistics.ArrayStandardScores
Sets whether to always use the mean/stdev of the first array.
setUseAnchorAtPos(boolean) - Method in class adams.data.image.transformer.crop.RelativeCrop
Sets whether to place the anchor at the position or use it relative to image.
setUseBackgroundNegative(boolean) - Method in class adams.gui.core.spreadsheettable.AbstractColoredCellRenderingCustomizer
Sets whether to use the negative background color.
setUseBackgroundPositive(boolean) - Method in class adams.gui.core.spreadsheettable.AbstractColoredCellRenderingCustomizer
Sets whether to use the positive background color.
setUseBackslashes(boolean) - Method in class adams.data.io.input.SqlDumpSpreadSheetReader
Sets whether to use backslashes for escaping quotes rather than doubling them.
setUseBackslashes(boolean) - Method in class adams.data.io.output.SqlDumpSpreadSheetWriter
Sets whether to use backslashes for escaping quotes rather than doubling them.
setUseBaseParsing(boolean) - Method in class adams.data.conversion.StringToDateTimeType
Sets the date/time type to generate.
setUseBinaryMode(boolean) - Method in class adams.core.io.lister.FtpDirectoryLister
Sets whether to use binary mode.
setUseBinaryMode(boolean) - Method in class adams.flow.standalone.FTPConnection
Sets whether to use binary mode.
setUseBinaryMode(boolean) - Method in class adams.gui.chooser.FtpRemoteDirectorySetup
Sets whether to use binary mode.
setUseBinaryMode(boolean) - Method in class adams.scripting.connection.FTPConnection
Sets whether to use binary mode.
setUseBlanks(boolean) - Method in class adams.gui.scripting.SyntaxDocument
Sets whether to use blanks instead of tabs.
setUseButtons(boolean) - Method in class adams.flow.source.EnterValue
Sets whether to use buttons or a drop-down list for the selection values.
setUseButtons(boolean) - Method in class adams.flow.transformer.ImageLabeler
Sets the labels to use.
setUseColorsPerType(boolean) - Method in class adams.flow.transformer.draw.AbstractDrawObjectsFromReport
Sets whether to use colors per type.
setUseColorsPerType(boolean) - Method in class adams.gui.tools.previewbrowser.CocoAnnotationsHandler
Sets whether to use colors per type.
setUseColorsPerType(boolean) - Method in class adams.gui.tools.previewbrowser.DeepLabCutCSVHandler
Sets whether to use colors per type.
setUseColorsPerType(boolean) - Method in class adams.gui.tools.previewbrowser.DetectronAnnotationsHandler
Sets whether to use colors per type.
setUseColorsPerType(boolean) - Method in class adams.gui.tools.previewbrowser.ObjectCentersFromReport
Sets whether to use colors per type.
setUseColorsPerType(boolean) - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
Sets whether to use colors per type.
setUseColorsPerType(boolean) - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
Sets whether to use colors per type.
setUseColorsPerType(boolean) - Method in class adams.gui.tools.previewbrowser.PointsFromReportHandler
Sets whether to use colors per type.
setUseColorsPerType(boolean) - Method in class adams.gui.tools.previewbrowser.YoloAnnotationsHandler
Sets whether to use colors per type.
setUseColorsPerType(boolean) - Method in class adams.gui.visualization.image.AbstractObjectOverlayFromReport
Sets whether to use colors per type.
setUseColorsPerType(boolean) - Method in class adams.gui.visualization.image.AbstractPointOverlayFromReport
Sets whether to use colors per type.
setUseColorsPerType(boolean) - Method in class adams.gui.visualization.image.AbstractReportBasedOverlayHelper
Sets whether to use colors per type.
setUseColorsPerType(boolean) - Method in class adams.gui.visualization.object.overlay.AbstractObjectOverlayFromReport
Sets whether to use colors per type.
setUseColorsPerType(boolean) - Method in class adams.gui.visualization.object.overlay.AbstractPointOverlayFromReport
Sets whether to use colors per type.
setUseColumnNamesAsClassLabels(boolean) - Method in class adams.flow.transformer.WekaSpreadSheetToPredictions
Sets whether to use the names of the class distribution columns as labels in the fake evaluation.
setUseColumnNamesAsTitles(boolean) - Method in class adams.flow.sink.ActualVsPredictedPlot
Sets whether to use the column names as titles for the axes.
setUseCompact(boolean) - Method in class adams.data.io.output.DefaultFlowWriter
Sets whether to use compact format.
setUseComparator(boolean) - Method in class adams.flow.transformer.Sort
Sets whether to use a custom comparator for sorting.
setUseCompression(boolean) - Method in interface adams.data.CompressionSupporter
Sets whether to use compression.
setUseCustomDimensions(boolean) - Method in class adams.gui.print.JComponentWriter
sets whether to use custom dimensions for the image.
setUseCustomHandler(boolean) - Method in class adams.flow.transformer.FindInFile
Sets whether to use the custom handler instead of auto-detected one.
setUseCustomLoader(boolean) - Method in class adams.flow.transformer.WekaFileReader
Sets whether to use a custom loader or not.
setUseCustomLoader(boolean) - Method in class adams.flow.transformer.WekaReorderAttributesToReference
Sets whether to use a custom loader or not.
setUseCustomLoader(boolean) - Method in class weka.filters.unsupervised.instance.AlignDataset
Sets whether to use a custom loader or automatic loading.
setUseCustomLoader(boolean) - Method in class weka.filters.unsupervised.instance.RemoveTestInstances
Sets whether to use a custom loader or automatic loading.
setUseCustomPaintlet(boolean) - Method in class adams.flow.sink.ActualVsPredictedPlot
Sets whether to use the custom paintlet.
setUseCustomPaintlet(boolean) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.ClassifierErrors
Sets whether to use the custom paintlet.
setUseCustomPreview(boolean) - Method in class adams.flow.sink.FilePreview
Sets whether to use a specific preview handler rather than trying to automatically determine handler.
setUseCustomPreview(boolean) - Method in class adams.flow.sink.ObjectPreview
Sets whether to use a specific preview handler rather than trying to automatically determine handler.
setUseCustomReader(boolean) - Method in class adams.flow.transformer.FlowFileReader
Sets whether to use a custom reader.
setUseCustomRenderer(boolean) - Method in class adams.data.conversion.TextRenderer
Sets whether to use a custom renderer.
setUseCustomRenderer(boolean) - Method in class adams.flow.sink.SimpleLogging
Sets whether to use a custom renderer instead of automatically determining it.
setUseCustomRenderer(boolean) - Method in class adams.flow.transformer.TextRenderer
Sets whether to use a custom renderer.
setUseCustomRenderer(boolean) - Method in class adams.gui.visualization.debug.objectexport.PlainTextExporter
Sets whether to use a custom renderer.
setUseCustomRenderer(boolean) - Method in class adams.gui.visualization.debug.objectexport.RenderedPlainTextExporter
Sets whether to use a custom renderer.
setUseCustomSaver(boolean) - Method in class adams.flow.sink.WekaFileWriter
Sets whether to use a custom saver or not.
setUseCustomTokens(boolean) - Method in class adams.flow.transformer.ConfirmationDialog
Sets whether to use forward custom string tokens instead of current one.
setUseCustomValues(boolean) - Method in class adams.flow.template.SimpleMenu
Sets whether to store the associate value in the variable rather than the choice string.
setUseCustomWriter(boolean) - Method in class adams.flow.sink.FlowFileWriter
Sets whether to use a custom writer.
setUseError(boolean) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.ClassifierErrors
Sets whether to use the numeric error for the cross size.
setUseFilename(boolean) - Method in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment
Sets whether to use the filename (w/o path) instead of the relationname.
setUseFilename(boolean) - Method in interface adams.gui.tools.wekamultiexperimenter.experiment.ExperimentWithCustomizableRelationNames
Sets whether to use the filename (w/o path) instead of the relationname.
setUseFilename(boolean) - Method in class weka.experiment.ExtExperiment
Sets whether to use the filename (w/o path) instead of the relationname.
setUseFinder(boolean) - Method in class adams.flow.transformer.SpreadSheetSetCell
Sets whether to the value is set at the locations that the specified finder scheme determined.
setUseFirstColumnAsHeader(boolean) - Method in class adams.data.conversion.TransposeSpreadSheet
Sets whether to use the first column as new header.
setUseFixedContentHandler(boolean) - Method in class adams.gui.tools.previewbrowser.PreviewDisplay
Sets whether to use a fixed content handler.
setUseFixedContentHandler(boolean) - Method in class adams.gui.tools.PreviewBrowserPanel
Sets whether to use a fixed content handler.
setUseFixedMinMax(boolean) - Method in class adams.data.binning.algorithm.ManualBinning
Sets whether to use user-supplied min/max for bin calculation rather than obtain min/max from data.
setUseFixedMinMax(boolean) - Method in class adams.data.statistics.ArrayHistogram
Sets whether to use user-supplied min/max for bin calculation rather than obtain min/max from data.
setUseFixedMinMax(boolean) - Method in class adams.flow.transformer.ArrayHistogramRanges
Sets whether to use user-supplied min/max for bin calculation rather than obtain min/max from data.
setUseFixedMinMax(boolean) - Method in class adams.flow.transformer.SpreadSheetHistogramRanges
Sets whether to use user-supplied min/max for bin calculation rather than obtain min/max from data.
setUseFixedMinMax(boolean) - Method in class adams.flow.transformer.WekaInstancesHistogramRanges
Sets whether to use user-supplied min/max for bin calculation rather than obtain min/max from data.
setUseFixedRange(boolean) - Method in class adams.data.conversion.DoubleMatrixToBufferedImage
Sets whether to use a fixed range.
setUseFixedSize(boolean) - Method in class adams.gui.visualization.core.BackgroundImagePaintlet
Sets the whether to use a fixed size image or resize according to canvas.
setUseFlowFileVariable(boolean) - Method in class adams.flow.control.flowrestart.operation.RestartItself
Sets whether to just restart the flow or execute from file (ActorUtils.FLOW_FILENAME_LONG).
setUseFormat(boolean) - Method in class adams.data.conversion.IntToString
Sets whether to use the format string.
setUseFormat(boolean) - Method in class adams.data.conversion.LongToString
Sets whether to use the format string.
setUseForwardSlashes(boolean) - Method in interface adams.core.io.ForwardSlashSupporter
Sets whether to use forward slashes in the output.
setUseForwardSlashes(boolean) - Method in class adams.data.conversion.FileToString
Sets whether to use forward slashes in the output.
setUseForwardSlashes(boolean) - Method in class adams.data.conversion.ReplaceFileExtension
Sets whether to use forward slashes in the output.
setUseForwardSlashes(boolean) - Method in class adams.data.conversion.StringToValidFileName
Sets whether to use forward slashes in the output.
setUseForwardSlashes(boolean) - Method in class adams.flow.processor.ForwardSlashSwitch
Sets what to update the ForwardSlashSupporter objects to.
setUseForwardSlashes(boolean) - Method in class adams.flow.source.DirectoryLister
Sets whether to use forward slashes in the output.
setUseForwardSlashes(boolean) - Method in class adams.flow.source.DirectorySupplier
Sets whether to use forward slashes in the output.
setUseForwardSlashes(boolean) - Method in class adams.flow.source.FileSupplier
Sets whether to use forward slashes in the output.
setUseForwardSlashes(boolean) - Method in class adams.flow.source.FileSystemSearch
Sets whether to use forward slashes in the output.
setUseForwardSlashes(boolean) - Method in class adams.flow.source.SelectDirectory
Sets whether to use forward slashes in the output.
setUseForwardSlashes(boolean) - Method in class adams.flow.source.SelectFile
Sets whether to use forward slashes in the output.
setUseForwardSlashes(boolean) - Method in class adams.flow.source.valuedefinition.DefaultValueDefinition
Sets whether to use forward slashes in the output.
setUseForwardSlashes(boolean) - Method in class adams.flow.source.valuedefinition.DirectoryValueDefinition
Sets whether to use forward slashes in the output.
setUseForwardSlashes(boolean) - Method in class adams.flow.source.valuedefinition.FileValueDefinition
Sets whether to use forward slashes in the output.
setUseForwardSlashes(boolean) - Method in class adams.flow.transformer.AppendName
Sets whether to use forward slashes in the output.
setUseForwardSlashes(boolean) - Method in class adams.flow.transformer.DirName
Sets whether to use forward slashes in the output.
setUseForwardSlashes(boolean) - Method in class adams.flow.transformer.PrependDir
Sets whether to use forward slashes in the output.
setUseForwardSlashes(boolean) - Method in class adams.flow.transformer.RelativeDir
Sets whether to use forward slashes in the output.
setUseHeaderAsFirstColumn(boolean) - Method in class adams.data.conversion.TransposeSpreadSheet
Sets whether to use the current header as first column.
setUseIntegers(boolean) - Method in class adams.data.conversion.Point2DToString
Sets whether to use integers in the output or doubles.
setUseIntegers(boolean) - Method in class adams.data.conversion.QuadrilateralLocationToString
Sets whether to use integers in the output or doubles.
setUseLocalStorage(boolean) - Method in class adams.flow.control.LoadBalancer
Sets whether to use local storage scope.
setUseLowerCase(boolean) - Method in class adams.flow.processor.ChangePath
Sets whether to lowercase the paths before matching.
setUseMedian(boolean) - Method in class adams.flow.transformer.wekaclusterer.ClusterCenters
Sets whether to use the median instead of the mean.
setUseMnemonicIndicators(boolean) - Method in class adams.gui.core.ParameterPanel
Sets whether to interpret "_" in the name as a mnemonic indicator (the next letter is to be used as mnemonic indicator).
setUseModelResetVariable(boolean) - Method in class adams.flow.transformer.AbstractProcessWekaInstanceWithModel
Sets the whether to use a variable to monitor for changes in order to reset the model.
setUseNative(boolean) - Method in class adams.flow.source.LookUp
Sets whether to output native objects rather than strings.
setUseNative(boolean) - Method in class adams.flow.source.LookUpTable
Sets whether to output native objects rather than strings.
setUseNative(boolean) - Method in class adams.flow.transformer.LookUp
Sets whether to output native objects rather than strings.
setUseNative(boolean) - Method in class adams.flow.transformer.LookUpAdd
Sets whether to output native objects rather than strings.
setUseNative(boolean) - Method in class adams.flow.transformer.LookUpInit
Sets whether to output native objects rather than strings.
setUseNative(boolean) - Method in class adams.flow.transformer.SpreadSheetExtractArray
Sets whether to output native objects rather than strings.
setUseNative(boolean) - Method in class adams.flow.transformer.SpreadSheetGetCell
Sets whether to output native objects rather than strings.
setUseNative(boolean) - Method in class adams.flow.transformer.SpreadSheetStorageRowIterator
Sets whether to store native objects rather than strings.
setUseNative(boolean) - Method in class adams.parser.LookUpUpdate
Sets whether to output native objects rather than strings.
setUseNormalized(boolean) - Method in class adams.data.io.input.ObjectLocationsSpreadSheetReader
Sets whether the coordinates/dimensions are interpreted as normalized (0-1) rather than absolute pixels.
setUseOneBasedIndex(boolean) - Method in class adams.flow.transformer.Max
Sets whether to return 1-based indices or 0-based ones.
setUseOneBasedIndex(boolean) - Method in class adams.flow.transformer.Min
Sets whether to return 1-based indices or 0-based ones.
setUseOnlyName(boolean) - Method in class adams.flow.transformer.preparefilebaseddataset.GroupedCrossValidation
Sets whether to use only the file name, not the path, in the grouping.
setUseOnlyName(boolean) - Method in class adams.flow.transformer.preparefilebaseddataset.GroupedTrainTestSplit
Sets whether to use only the file name, not the path, in the grouping.
setUseOnlyName(boolean) - Method in class adams.flow.transformer.preparefilebaseddataset.GroupedTrainValidateTestSplit
Sets whether to use only the file name, not the path, in the grouping.
setUseOriginalIndices(boolean) - Method in class adams.flow.transformer.AbstractWekaPredictionsTransformer
Sets whether to align with original data (requires: WekaEvaluationContainer as input and original indices in container).
setUseOtherObject(boolean) - Method in class adams.data.objectoverlap.AreaRatio
Sets whether to use/forward other object data.
setUseOtherObject(boolean) - Method in class adams.data.objectoverlap.IntersectOverUnionRatio
Sets whether to use/forward other object data.
setUseOtherObject(boolean) - Method in class adams.flow.transformer.ImageObjectOverlap
Sets whether to use/forward other object data.
setUseOtherObject(boolean) - Method in class adams.flow.transformer.IntersectOverUnion
Sets whether to use/forward other object data.
setUseOuterWindow(boolean) - Method in interface adams.flow.core.InteractiveActorWithCustomParentComponent
Sets whether to use the outer window as parent.
setUseOuterWindow(boolean) - Method in class adams.flow.source.AbstractInteractiveSource
Sets whether to use the outer window as parent.
setUseOuterWindow(boolean) - Method in class adams.flow.source.SelectFile
Sets whether to use the outer window as parent.
setUseOuterWindow(boolean) - Method in class adams.flow.source.WekaSelectDataset
Sets whether to use the outer window as parent.
setUseOuterWindow(boolean) - Method in class adams.flow.transformer.AbstractInteractiveTransformer
Sets whether to use the outer window as parent.
setUseParentHandlers(boolean) - Method in class adams.core.logging.Logger
Ignored.
setUsePassiveMode(boolean) - Method in class adams.core.io.lister.FtpDirectoryLister
Sets whether to use passive mode.
setUsePassiveMode(boolean) - Method in class adams.flow.standalone.FTPConnection
Sets whether to use passive mode.
setUsePassiveMode(boolean) - Method in class adams.gui.chooser.FtpRemoteDirectorySetup
Sets whether to use passive mode.
setUsePassiveMode(boolean) - Method in class adams.scripting.connection.FTPConnection
Sets whether to use passive mode.
setUsePercentage(boolean) - Method in class adams.data.image.features.AbstractCountColor
Sets whether to output percentage instead of absolute count.
setUsePolygonFormat(boolean) - Method in class adams.data.io.input.YoloAnnotationsReportReader
Sets whether to use polygon format or bbox format.
setUsePolygonFormat(boolean) - Method in class adams.data.io.output.YoloAnnotationsReportWriter
Sets whether to use polygon format or bbox format.
setUsePrefix(boolean) - Method in class adams.flow.transformer.SpreadSheetMerge
Sets whether to use prefixes.
setUsePrefix(boolean) - Method in class adams.flow.transformer.WekaInstancesMerge
Sets whether to use prefixes.
setUsePreviousReportVisible(boolean) - Method in class adams.gui.visualization.object.ObjectAnnotationPanel
Sets whether the controls for using the previous report are visible or not.
setUseProbabilities(boolean) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.ConfusionMatrix
Sets whether to use probabilities instead of 0 and 1 for the counts.
setUser(String) - Method in class adams.core.io.lister.FtpDirectoryLister
Sets the FTP user to use.
setUser(String) - Method in class adams.core.io.lister.SftpDirectoryLister
Sets the SSH user to use.
setUser(String) - Method in class adams.core.io.lister.SmbDirectoryLister
Sets the SMB user to use.
setUser(String) - Method in class adams.core.option.DatabaseActorExecutionClassProducer
Sets the database user.
setUser(String) - Method in class adams.db.AbstractDatabaseConnection
Sets the database user to use (only if not connected).
setUser(String) - Method in class adams.db.AbstractDatabaseObjectWithOptionHandling
Sets the database user to use for connecting.
setUser(String) - Method in interface adams.db.DatabaseConnectionParameterHandler
Sets the database user to use (only if not connected).
setUser(String) - Method in class adams.flow.sink.WekaDatabaseWriter
Sets the database user.
setUser(String) - Method in class adams.flow.source.WekaDatabaseReader
Sets the database user.
setUser(String) - Method in class adams.flow.standalone.AbstractDatabaseConnection
Sets the database user.
setUser(String) - Method in class adams.flow.standalone.FTPConnection
Sets the FTP user to use.
setUser(String) - Method in class adams.flow.standalone.SMBConnection
Sets the SMB user to use.
setUser(String) - Method in class adams.flow.standalone.SMTPConnection
Sets the SMTP user to use.
setUser(String) - Method in class adams.flow.standalone.SSHConnection
Sets the SSH user to use.
setUser(String) - Method in class adams.gui.chooser.FtpRemoteDirectorySetup
Sets the FTP user to use.
setUser(String) - Method in class adams.gui.chooser.SftpRemoteDirectorySetup
Sets the SSH user to use.
setUser(String) - Method in class adams.gui.chooser.SmbRemoteDirectorySetup
Sets the SMB user to use.
setUser(String) - Method in class adams.run.RunDatabaseScheme
Sets the database user to use for connecting.
setUser(String) - Method in class adams.scripting.connection.AbstractSSHConnection
Sets the SSH user to use.
setUser(String) - Method in class adams.scripting.connection.FTPConnection
Sets the FTP user to use.
setUser(Proxy.Type, String) - Method in class adams.core.net.ProxyHelper
Sets the proxy user.
setUseRelationNameAsFilename(boolean) - Method in class adams.flow.sink.WekaFileWriter
Sets whether to use the relation name as filename instead.
setUseRelationNameAsFilename(boolean) - Method in class adams.flow.transformer.WekaInstanceDumper
Sets whether to use the relation name as filename instead.
setUseRelationNameAsTable(boolean) - Method in class adams.flow.sink.WekaDatabaseWriter
Sets whether to output single Instance objects or just one Instances object.
setUseRelative(boolean) - Method in class adams.flow.control.removeoutliers.IQR
Sets whether to use relative values (divided by actual) rather than absolute ones.
setUseRelative(boolean) - Method in class adams.flow.control.removeoutliers.StdDev
Sets whether to use relative values (divided by actual) rather than absolute ones.
setUseRelativePath(boolean) - Method in class weka.core.converters.SimpleArffLoader
Ignored.
setUseRelativePaths(boolean) - Method in class adams.core.io.lister.LocalDirectoryLister
Sets whether to output relative paths.
setUseRelativePaths(boolean) - Method in interface adams.core.io.lister.RelativeDirectoryLister
Sets whether to output relative paths.
setUseRelativePaths(boolean) - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearch
Sets whether to output relative paths.
setUseRelativePaths(boolean) - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearchWithComparator
Sets whether to output relative paths.
setUseRelativePaths(boolean) - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearchWithCustomSort
Sets whether to output relative paths.
setUseRelativePaths(boolean) - Method in class adams.flow.source.filesystemsearch.LocalFileSearch
Sets whether to output relative paths.
setUsermap(String) - Method in class adams.flow.source.RSync
 
setUserMode(UserMode) - Method in class adams.core.option.CommandlineHelpProducer
Sets the user mode to generate the help for.
setUserMode(UserMode) - Method in class adams.core.option.HtmlHelpProducer
Sets the user mode to generate the help for.
setUserMode(UserMode) - Method in interface adams.core.option.UserModeSupporter
Sets the user mode.
setUserMode(UserMode) - Method in class adams.doc.javadoc.Javadoc
Sets the user mode to pass on to the producer if that supports it.
setUserMode(UserMode) - Method in class adams.doc.listing.OptionOutput
Sets the user mode to pass on to the producer if that supports it.
setUserMode(UserMode) - Method in class adams.gui.application.AbstractApplicationFrame
Sets the user mode - determines what menu entries are being displayed.
setUserMode(UserMode) - Method in class adams.gui.application.ApplicationMenu
Sets the user mode to use, i.e., the visibility level of menu items.
setUserMode(UserMode) - Method in class adams.gui.goe.GenericObjectEditor.GOEPanel
Sets the user mode.
setUserMode(UserMode) - Method in class adams.gui.goe.GenericObjectEditor
Sets the user mode to use for displaying the properties.
setUserMode(UserMode) - Method in class adams.gui.goe.GenericObjectEditorDialog
Sets the user mode.
setUserMode(UserMode) - Method in class adams.gui.goe.GenericObjectEditorPanel
Sets the user mode.
setUserMode(UserMode) - Method in class adams.gui.goe.PropertySheetPanel
Sets the user mode to use for displaying the properties.
setUserMode(UserMode) - Method in class adams.gui.help.AdamsOptionHandlerHelpGenerator
Sets the user mode to use for displaying the properties.
setUserObject(Object) - Method in class adams.gui.flow.tree.Node
Sets the user object for this node to userObject.
setUseSaveDialog(boolean) - Method in class adams.gui.chooser.FileChooserPanel
Sets whether to use the save or open dialog.
setUseSaveDialog(boolean) - Method in class adams.gui.wizard.SelectFilePage
Sets whether to use the save or open dialog.
setUseSaveDialog(boolean) - Method in class adams.gui.wizard.WekaSelectDatasetPage
Sets whether to use the save or open dialog.
setUseSecondEvaluation(boolean) - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithmWithSecondEvaluation
Sets whether to use the second evaluation.
setUseSeparateLayers(boolean) - Method in class adams.flow.sink.ImageSegmentationViewer
Sets whether to use separate layers or just one.
setUseSeparateLayers(boolean) - Method in class adams.flow.transformer.ImageSegmentationAnnotator
Sets whether to use separate layers or just one.
setUseSeparateLayers(boolean) - Method in class adams.gui.tools.previewbrowser.ImageSegmentationAnnotationsHandler
Sets whether to use separate layers or just one.
setUseSimpleHeader(boolean) - Method in class adams.flow.sink.SpreadSheetDisplay
Sets whether to use a simple table (and also suppress the combobox for jumping to a column).
setUseSimpleHeader(boolean) - Method in class adams.gui.core.SpreadSheetTable
Whether to display a simple header or an HTML one with the column indices.
setUseSimpleHeader(boolean) - Method in class adams.gui.core.SpreadSheetTableModel
Whether to display a simple header or an HTML one with the column indices.
setUseSimpleHeader(boolean) - Method in class adams.gui.core.SpreadSheetTableWithButtons
Whether to display a simple header or an HTML one with the column indices.
setUseSimpleHeader(boolean) - Method in class adams.gui.dialog.SpreadSheetPanel
Whether to display a simple header or an HTML one with the column indices.
setUseSSL(boolean) - Method in class adams.flow.standalone.SMTPConnection
Sets whether to use SSL.
setUseStars(boolean) - Method in class adams.doc.javadoc.AllJavadoc
sets whether to prefix the Javadoc with "*".
setUseStars(boolean) - Method in class adams.doc.javadoc.Javadoc
sets whether to prefix the Javadoc with "*".
setUseStorage(boolean) - Method in class adams.flow.control.SetContainerValue
Sets whether to use storage items or data from callable actors.
setUseStorage(boolean) - Method in class adams.flow.source.MakeContainer
Sets whether to use storage items or data from callable actors.
setUseStrings(boolean) - Method in class adams.data.conversion.MapToKeyValuePairs
Sets whether to output strings instead of BaseKeyValuePair.
setUseStrings(boolean) - Method in class adams.data.conversion.PropertiesToKeyValuePairs
Sets whether to output strings instead of BaseKeyValuePair.
setUseTimestampDirs(boolean) - Method in class adams.flow.transformer.AbstractDataProcessor
Sets whether to use timestamp directories to avoid name clashes of the files/dirs being processed.
setUseTLS(boolean) - Method in class adams.flow.standalone.SMTPConnection
Sets whether to use TLS.
setUseTree(boolean) - Method in class weka.classifiers.trees.m5.Rule2
Use an m5 tree rather than generate rules
setUseUnsmoothed(boolean) - Method in class weka.classifiers.trees.m5.M5Base2
Use unsmoothed predictions
setUseViews(boolean) - Method in interface adams.data.weka.InstancesViewSupporter
Sets whether to uses views.
setUseViews(boolean) - Method in class adams.flow.transformer.WekaCrossValidationEvaluator
Sets whether to use views instead of dataset copies, in order to conserve memory.
setUseViews(boolean) - Method in class adams.ml.evaluation.AbstractSplitGenerator
Sets whether to uses views only.
setUseViews(boolean) - Method in class adams.multiprocess.WekaCrossValidationExecution
Sets whether to use views instead of dataset copies, in order to conserve memory.
setUseViews(boolean) - Method in class weka.classifiers.AbstractSplitGenerator
Sets whether to uses views only.
setUseXY(boolean) - Method in class adams.data.conversion.RectangleToString
Sets whether the format 'x0 y0 x1 y1' is used instead of 'x y w h'.
setUseXY(boolean) - Method in class adams.data.conversion.StringToRectangle
Sets whether the format 'x0 y0 x1 y1' is used instead of 'x y w h'.
setValidatePercentage(double) - Method in class adams.flow.transformer.preparefilebaseddataset.TrainValidateTestSplit
Sets the split percentage for validation.
setValidating(boolean) - Method in class adams.core.io.filecomplete.XML
Sets whether to use a validating parser.
setValidating(boolean) - Method in class adams.data.conversion.XMLToDOM
Sets whether to use a validating parser.
setValidating(boolean) - Method in class adams.flow.transformer.XMLFileReader
Sets whether to use a validating parser.
setValidation(Index) - Method in class adams.flow.transformer.preparefilebaseddataset.Selected
Sets the index for the validation set.
setValue(double) - Method in class adams.data.binning.Binnable
Sets the value to use for the binning calculation.
setValue(double) - Method in class adams.data.spreadsheet.rowfinder.ClosestNumericValue
Sets the value to get closest to.
setValue(double) - Method in class adams.data.timeseries.TimeseriesPoint
Sets the value.
setValue(double) - Method in class adams.gui.visualization.core.HorizontalIndicatorPaintlet
Sets the y-value the indicator paints.
setValue(int, double) - Method in class weka.core.AbstractHashableInstance
Sets a specific value in the instance to the given value (internal floating-point format).
setValue(int, String) - Method in class weka.core.AbstractHashableInstance
Sets a value of a nominal or string attribute to the given value.
setValue(BaseString) - Method in class adams.flow.transformer.SetPlotContainerValue
Sets the value to use for updating.
setValue(BaseString) - Method in class adams.flow.transformer.StringInsert
Sets the value to insert.
setValue(PropertyPath.PropertyContainer, double) - Method in class adams.core.discovery.genetic.AbstractGeneticDoubleDiscoveryHandlerResolution
Sets the double value in the property container.
setValue(PropertyPath.PropertyContainer, double) - Method in class adams.core.discovery.genetic.GenericDoubleResolution
Sets the double value in the property container.
setValue(PropertyPath.PropertyContainer, double) - Method in class adams.core.discovery.genetic.GPDGamma
Sets the double value in the property container.
setValue(PropertyPath.PropertyContainer, double) - Method in class adams.core.discovery.genetic.GPDNoise
Sets the double value in the property container.
setValue(PropertyPath.PropertyContainer, float) - Method in class adams.core.discovery.genetic.AbstractGeneticFloatDiscoveryHandlerResolution
Sets the float value in the property container.
setValue(PropertyPath.PropertyContainer, float) - Method in class adams.core.discovery.genetic.GenericFloatResolution
Sets the float value in the property container.
setValue(PropertyPath.PropertyContainer, int) - Method in class adams.core.discovery.genetic.AbstractGeneticIntegerDiscoveryHandler
Sets the integer value in the property container.
setValue(PropertyPath.PropertyContainer, int) - Method in class adams.core.discovery.genetic.GenericInteger
Sets the double value in the property container.
setValue(PropertyPath.PropertyContainer, int) - Method in class adams.core.discovery.genetic.PLSFilterNumComponents
Sets the integer value in the property container.
setValue(PropertyPath.PropertyContainer, int) - Method in class adams.core.discovery.genetic.SavitzkyGolay2NumPoints
Sets the integer value in the property container.
setValue(PropertyPath.PropertyContainer, int[]) - Method in class adams.core.discovery.genetic.AbstractGeneticIntegerArrayDiscoveryHandler
Sets the integer value in the property container.
setValue(PropertyPath.PropertyContainer, String) - Method in class adams.core.discovery.genetic.AbstractGeneticStringDiscoveryHandler
Sets the string value in the property container.
setValue(PropertyPath.PropertyContainer, String) - Method in class adams.core.discovery.genetic.GenericString
Sets the string value in the property container.
setValue(PropertyPath.PropertyContainer, Matrix) - Method in class adams.core.discovery.genetic.AbstractGeneticDoubleMatrixDiscoveryHandler
Sets the integer value in the property container.
setValue(PropertyPath.PropertyContainer, Matrix) - Method in class adams.core.discovery.genetic.SIMPLSWeightsMatrix
Sets the integer value in the property container.
setValue(TechnicalInformation.Field, String) - Method in class adams.core.TechnicalInformation
sets the value for the given field, overwrites any previously existing one.
setValue(AbstractField, Object) - Method in class adams.data.report.Report
Sets a value.
setValue(DataRow, int, Object) - Method in class adams.flow.transformer.spreadsheetmethodmerge.AbstractMerge
Sets the value of the given column in the given row to the given value (handles object conversion).
setValue(SpreadSheetColumnIndex) - Method in class adams.data.io.output.PropertiesSpreadSheetWriter
Sets the column to act as value for properties.
setValue(PropertyEditor, Object) - Method in class adams.gui.goe.AbstractGenericObjectEditorHandler
Sets the editor value.
setValue(PropertyEditor, Object) - Method in class adams.gui.goe.AdamsGenericObjectEditorHandler
Sets the editor value.
setValue(PropertyEditor, Object) - Method in class adams.gui.goe.DefaultGenericObjectEditorHandler
Sets the editor value.
setValue(PropertyEditor, Object) - Method in class adams.gui.goe.WekaGenericObjectEditorHandler
Sets the editor value.
setValue(Number) - Method in class adams.gui.core.NumberTextField
Sets the current value.
setValue(Object) - Method in class adams.gui.chooser.DatePanel.InternalCalendarModel
Part of SpinnerModel, year
setValue(Object) - Method in class adams.gui.goe.AbstractPropertyEditorSupport
Set (or change) the object that is to be edited.
setValue(Object) - Method in class adams.gui.goe.BooleanEditor
Set (or change) the object that is to be edited.
setValue(Object) - Method in class adams.gui.goe.ByteEditor
Set (or change) the object that is to be edited.
setValue(Object) - Method in class adams.gui.goe.DoubleEditor
Set (or change) the object that is to be edited.
setValue(Object) - Method in class adams.gui.goe.FloatEditor
Set (or change) the object that is to be edited.
setValue(Object) - Method in class adams.gui.goe.GenericArrayEditor
Sets the current object array.
setValue(Object) - Method in class adams.gui.goe.GenericObjectEditor
Sets the current Object.
setValue(Object) - Method in class adams.gui.goe.InlineEditor
Set (or change) the object that is to be edited.
setValue(Object) - Method in class adams.gui.goe.IntegerEditor
Set (or change) the object that is to be edited.
setValue(Object) - Method in class adams.gui.goe.LongEditor
Set (or change) the object that is to be edited.
setValue(Object) - Method in class adams.gui.goe.ShortEditor
Set (or change) the object that is to be edited.
setValue(Object) - Method in class adams.gui.goe.StringEditor
Set (or change) the object that is to be edited.
setValue(Object) - Method in class adams.gui.goe.TriStateEditor
Set (or change) the object that is to be edited.
setValue(Object) - Method in class adams.gui.wizard.GenericObjectEditorPage
Sets the object to display the properties for.
setValue(Object, PropertyPath.Path, Object, MessageCollection) - Static method in class adams.core.discovery.PropertyPath
set the given value specified by the given path in the object.
setValue(Object, String, Object, MessageCollection) - Static method in class adams.core.discovery.PropertyPath
set the given value specified by the given path in the object.
setValue(String) - Method in class adams.core.base.AbstractBaseString
Sets the string value.
setValue(String) - Method in class adams.core.base.BaseBoolean
Sets the string value.
setValue(String) - Method in class adams.core.base.BaseByte
Sets the string value.
setValue(String) - Method in class adams.core.base.BaseCharacter
Sets the string value.
setValue(String) - Method in class adams.core.base.BaseColor
Sets the string value.
setValue(String) - Method in class adams.core.base.BaseDate
Sets the string value.
setValue(String) - Method in class adams.core.base.BaseDateTime
Sets the string value.
setValue(String) - Method in class adams.core.base.BaseDateTimeMsec
Sets the string value.
setValue(String) - Method in class adams.core.base.BaseDouble
Sets the string value.
setValue(String) - Method in class adams.core.base.BaseFloat
Sets the string value.
setValue(String) - Method in class adams.core.base.BaseInteger
Sets the string value.
setValue(String) - Method in class adams.core.base.BaseLong
Sets the string value.
setValue(String) - Method in class adams.core.base.BaseObject
Sets the string value.
setValue(String) - Method in class adams.core.base.BasePassword
Sets the string value.
setValue(String) - Method in class adams.core.base.BaseShort
Sets the string value.
setValue(String) - Method in class adams.core.base.BaseTime
Sets the string value.
setValue(String) - Method in class adams.core.base.BaseTimeMsec
Sets the string value.
setValue(String) - Method in class adams.core.base.BaseURI
Sets the string value.
setValue(String) - Method in class adams.core.base.BaseURL
Sets the string value.
setValue(String) - Method in class adams.data.objectfilter.AttachMetaData
Sets the meta-data value to add.
setValue(String) - Method in class adams.flow.condition.bool.HashSet
Sets the (optional) value to look for in the hashset, takes precedence over the token passing through.
setValue(String) - Method in class adams.flow.condition.bool.HasVariableValue
Sets the value to compare against the variable value.
setValue(String) - Method in class adams.flow.condition.bool.InList
Sets the (optional) value to look for in the items, takes precedence over the token passing through.
setValue(String) - Method in class adams.flow.transformer.AbstractSetReportValue
Sets the value to set in the report.
setValue(String) - Method in class adams.flow.transformer.AddDOMAttribute
Sets the value of the attribute to add.
setValue(String) - Method in class adams.flow.transformer.exiftagoperation.ApacheCommonsExifTagWrite
Sets the value to store.
setValue(String) - Method in class adams.flow.transformer.generatefilebaseddataset.SimpleFileList
Sets the name of the container value to save.
setValue(String) - Method in class adams.flow.transformer.Mat5SetMatrixElement
Sets the value to set in the matrix.
setValue(String) - Method in class adams.flow.transformer.SetArrayElement
Sets the value to set in the array.
setValue(String) - Method in class adams.flow.transformer.SetImageObjectMetaData
Sets the value.
setValue(String) - Method in class adams.flow.transformer.SetJsonValue
Sets the value to set.
setValue(String) - Method in class adams.flow.transformer.SetMapValue
Sets the value to set.
setValue(String) - Method in class adams.flow.transformer.SetPropertyValue
Sets the value of the property to set.
setValue(String) - Method in class adams.flow.transformer.SetSystemProperty
Sets the value for the property.
setValue(String) - Method in class adams.flow.transformer.SpreadSheetInsertColumn
Sets the value to insert.
setValue(String) - Method in class adams.flow.transformer.SpreadSheetInsertRow
Sets the value to insert.
setValue(String) - Method in class adams.flow.transformer.SpreadSheetSetCell
Sets the value to set in the cell(s).
setValue(String) - Method in class adams.flow.transformer.SpreadSheetSetHeaderCell
Sets the value to set in the cell.
setValue(String) - Method in class adams.flow.transformer.UpdateProperty
Sets the new value for the property.
setValue(String) - Method in class adams.flow.transformer.WekaSetInstancesValue
Sets the value to set in the report.
setValue(String) - Method in class adams.flow.transformer.WekaSetInstanceValue
Sets the value to set in the report.
setValue(String) - Method in class adams.gui.core.GUIHelper.AbstractInputPanel
Sets the value to use.
setValue(String) - Method in class adams.gui.core.GUIHelper.InputPanelWithButtons
Sets the value to use.
setValue(String) - Method in class adams.gui.core.GUIHelper.InputPanelWithComboBox
Sets the value to use.
setValue(String) - Method in class adams.gui.core.GUIHelper.InputPanelWithTextArea
Sets the value to use.
setValue(String, Object) - Method in class adams.flow.container.AbstractContainer
Sets the named value.
setValue(String, Object) - Method in interface adams.flow.container.Container
Sets the named value.
setValue(Attribute, double) - Method in class weka.core.AbstractHashableInstance
Sets a specific value in the instance to the given value (internal floating-point format).
setValue(Attribute, String) - Method in class weka.core.AbstractHashableInstance
Sets a value of an nominal or string attribute to the given value.
setValue(Instance, int, Object) - Method in class adams.flow.transformer.wekadatasetsmerge.AbstractMerge
Sets the value of the given attribute in the given instance to the given value (handles object conversion).
setValueAt(Object, int, int) - Method in class adams.flow.execution.debug.BreakpointTableModel
Sets the cell value at the specified location.
setValueAt(Object, int, int) - Method in class adams.gui.chooser.DatePanel.InternalCalendarModel
Part of TableModel, day
setValueAt(Object, int, int) - Method in class adams.gui.core.BaseTableWithButtons
Sets the value for the cell in the table model at row and column.
setValueAt(Object, int, int) - Method in class adams.gui.core.CheckableTableModel
Sets the value of the cell.
setValueAt(Object, int, int) - Method in class adams.gui.core.KeyValuePairTableModel
Updates the value.
setValueAt(Object, int, int) - Method in class adams.gui.core.SortableAndSearchableTableWithButtons
Sets the value for the cell in the table model at row and column.
setValueAt(Object, int, int) - Method in class adams.gui.core.SortableAndSearchableWrapperTableModel
Sets the value in the cell at columnIndex and rowIndex to aValue.
setValueAt(Object, int, int) - Method in class adams.gui.core.SpreadSheetTableModel
Sets the value in the cell at columnIndex and rowIndex to aValue.
setValueAt(Object, int, int) - Method in class adams.gui.flow.setup.FlowSetupTableModel
Sets the value at the specified position.
setValueAt(Object, int, int) - Method in class adams.gui.tools.PlaceholderManagementPanel.PlaceholderTableModel
Sets the value at the specified position.
setValueAt(Object, int, int) - Method in class adams.gui.tools.VariableManagementPanel.VariableTableModel
Sets the value at the specified position.
setValueAt(Object, int, int) - Method in class adams.gui.tools.wekainvestigator.datatable.DataTableModel
Sets the value at the specified position, if possible.
setValueAt(Object, int, int) - Method in class adams.gui.visualization.container.ContainerModel
Sets the value at the given position.
setValueAt(Object, int, int) - Method in class adams.gui.visualization.debug.StoragePanel.TableModel
Sets the value at the specified position.
setValueAt(Object, int, int) - Method in class adams.gui.visualization.instances.InstancesTableModel
sets the value in the cell at columnIndex and rowIndex to aValue.
setValueAt(Object, int, int, boolean) - Method in class adams.gui.visualization.instances.InstancesTableModel
Sets the value in the cell at columnIndex and rowIndex to aValue.
setValueAttribute(WekaAttributeIndex) - Method in class adams.data.conversion.WekaInstancesToTimeseries
Sets the index of the attribute with the timeseries values.
setValueBasedBackground(boolean) - Method in class adams.flow.transformer.pdfproclet.ConfusionMatrix
Sets whether to color in backgrounds based on their values.
setValueBasedBackground(boolean) - Method in class adams.gui.core.spreadsheettable.ConfusionMatrixCellRenderingCustomizer
Sets whether to color in backgrounds based on their values.
setValueColumn(SpreadSheetColumnIndex) - Method in class adams.data.conversion.SpreadSheetToMap
Sets the value column.
setValueColumn(SpreadSheetColumnIndex) - Method in class adams.data.conversion.SpreadSheetToTimeseries
Sets the index of the column with the timeseries values.
setValueColumn(SpreadSheetColumnIndex) - Method in class adams.flow.transformer.LookUpAdd
Sets the index of the column to act as value in the lookup table.
setValueColumn(SpreadSheetColumnIndex) - Method in class adams.flow.transformer.LookUpInit
Sets the index of the column to act as value in the lookup table.
setValueColumn(SpreadSheetColumnIndex) - Method in class adams.flow.transformer.LookUpUpdate
Sets the index of the column to act as value in the lookup table.
setValueColumn(SpreadSheetColumnIndex) - Method in class adams.parser.LookUpUpdate
Sets the index of the column to act as value in the lookup table.
setValueContainsPlaceholder(boolean) - Method in class adams.flow.transformer.SpreadSheetInsertColumn
Sets whether the value string contains a placeholder which needs to be expanded first.
setValueContainsPlaceholder(boolean) - Method in class adams.flow.transformer.SpreadSheetInsertRow
Sets whether the value string contains a placeholder which needs to be expanded first.
setValueContainsPlaceholder(boolean) - Method in class adams.flow.transformer.StringInsert
Sets whether the value string contains a placeholder which needs to be expanded first.
setValueContainsVariable(boolean) - Method in class adams.flow.transformer.SpreadSheetInsertColumn
Sets whether the value string contains a variable which needs to be expanded first.
setValueContainsVariable(boolean) - Method in class adams.flow.transformer.SpreadSheetInsertRow
Sets whether the value string contains a variable which needs to be expanded first.
setValueContainsVariable(boolean) - Method in class adams.flow.transformer.StringInsert
Sets whether the value string contains a variable which needs to be expanded first.
setValueConversion(Conversion) - Method in class adams.flow.transformer.LookUpAdd
Sets the conversion to apply to the value before storing it.
setValueFalse(String) - Method in class adams.flow.transformer.FileInfo
Sets the string to output if query evaluates to "false'.
setValueName(BaseString) - Method in class adams.flow.control.SetContainerValue
Sets the name of the value in the container.
setValueName(String) - Method in class adams.flow.control.ContainerValuePicker
Sets the name of the value to tee off.
setValueNames(BaseString[]) - Method in class adams.flow.source.MakeContainer
Sets the names of the values in the container.
setValues(BaseInteger[]) - Method in class adams.data.io.output.OpenCVImageWriter
Sets the values corresponding with the flags.
setValues(BaseString[]) - Method in class adams.flow.source.valuedefinition.ListSelectionValueDefinition
Sets the available list items to choose from.
setValues(BaseString[]) - Method in class adams.flow.template.SimpleMenu
Sets the associated value strings.
setValues(AbstractValueDefinition[]) - Method in class adams.flow.source.EnterManyValues
Sets the value definitions.
setValues(AbstractValueDefinition[]) - Method in class adams.flow.template.PromptUser
Sets the value definitions.
setValues(String[]) - Method in class adams.gui.visualization.report.reportfactory.AbstractTableAction
Sets the values to use.
setValues(String[]) - Method in class adams.gui.wizard.ListPage
Sets list values.
setValues(List<String>) - Method in class adams.gui.wizard.ListPage
Sets list values.
setValueSparse(int, double) - Method in class weka.core.AbstractHashableInstance
Sets a specific value in the instance to the given value (internal floating-point format), given an index into the sparse representation.
setValueTrue(String) - Method in class adams.data.conversion.SpreadSheetStringColumnToBoolean
Sets the string representing 'true'.
setValueTrue(String) - Method in class adams.flow.transformer.FileInfo
Sets the string to output if query evaluates to "true'.
setValueType(VariableValueType) - Method in class adams.flow.standalone.SetManyVariables
Sets how to interpret the value string.
setValueType(VariableValueType) - Method in class adams.flow.standalone.SetVariable
Sets how to interpret the value string.
setValueType(VariableValueType) - Method in class adams.flow.transformer.SetManyVariables
Sets how to interpret the value string.
setValueType(VariableValueType) - Method in class adams.flow.transformer.SetVariable
Sets how to interpret the value string.
setValueType(SpreadSheetInsertRow.ValueType) - Method in class adams.flow.transformer.SpreadSheetInsertRow
Sets how to interpret the value.
setVar1(VariableName) - Method in class adams.flow.transformer.SwapVariables
Sets the first variable.
setVar2(VariableName) - Method in class adams.flow.transformer.SwapVariables
Sets the second variable.
setVariable(VariableNameNoUpdate) - Method in class adams.flow.standalone.VariableChangedEvent
Sets the variable to monitor.
setVariable(String) - Method in class adams.core.option.AbstractArgumentOption
Sets the variable placeholder to use, or null to disable.
setVariable(String) - Method in class adams.flow.source.GetEnvironmentVariable
Sets the name of the property to set.
SetVariable - Class in adams.flow.standalone
Sets the value of a variable.
Optionally, the specified value can be expanded, in case it is made up of variables itself.
It is also possible to override the variable value with the value obtained from an environment variable.

Grammar for mathematical expressions (value type 'MATH_EXPRESSION, MATH_EXPRESSION_ROUND'):

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 )
| 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)
| replace ( str , pos , len , newstr )
| 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)
;

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 '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.
SetVariable - Class in adams.flow.transformer
Sets the value of a variable.
SetVariable() - Constructor for class adams.flow.standalone.SetVariable
Default constructor.
SetVariable() - Constructor for class adams.flow.transformer.SetVariable
Default constructor.
SetVariable(VariableName) - Constructor for class adams.flow.transformer.SetVariable
Constructor for setting variable name.
SetVariable(VariableName, BaseText) - Constructor for class adams.flow.standalone.SetVariable
Constructor for setting variable name and value.
SetVariable(VariableName, BaseText) - Constructor for class adams.flow.transformer.SetVariable
Constructor for setting variable name and value.
SetVariable(String) - Constructor for class adams.flow.transformer.SetVariable
Constructor for setting variable name.
SetVariable(String, String) - Constructor for class adams.flow.standalone.SetVariable
Constructor for setting variable name and value.
SetVariable(String, String) - Constructor for class adams.flow.transformer.SetVariable
Constructor for setting variable name and value.
SetVariable.UpdateType - Enum in adams.flow.transformer
How to update the variable value.
setVariableForProperty(String, String) - Method in class adams.core.option.OptionManager
Sets the variable in the option handler for the given property.
setVariableHighlightBackground(String) - Method in class adams.gui.flow.tree.Tree
Sets the HTML background color string for the variable highlights.
setVariableName(VariableName) - Method in class adams.flow.condition.bool.HasVariable
Sets the name of the variable to check.
setVariableName(VariableName) - Method in class adams.flow.condition.bool.HasVariableValue
Sets the name of the variable to check.
setVariableName(VariableName) - Method in class adams.flow.condition.bool.VariableFlagSet
Sets the name of the variable flag to evaluate.
setVariableName(VariableName) - Method in class adams.flow.control.Count
Sets the name of the variable to monitor.
setVariableName(VariableName) - Method in class adams.flow.control.Once
Sets the name of the variable to monitor.
setVariableName(VariableName) - Method in class adams.flow.control.SinkReset
Sets the name of the variable to monitor.
setVariableName(VariableName) - Method in class adams.flow.control.SourceReset
Sets the name of the variable to monitor.
setVariableName(VariableName) - Method in class adams.flow.control.TransformerReset
Sets the name of the variable to monitor.
setVariableName(VariableName) - Method in class adams.flow.control.TriggerOnce
Sets the name of the variable to monitor.
setVariableName(VariableName) - Method in interface adams.flow.core.VariableMonitor
Sets the name of the variable to monitor.
setVariableName(VariableName) - Method in class adams.flow.source.StorageForLoop
Sets the variable to update with the for-loop value.
setVariableName(VariableName) - Method in class adams.flow.source.Variable
Sets the name of the variable to update.
setVariableName(VariableName) - Method in class adams.flow.standalone.DeleteVariable
Sets the name of the variable to update.
setVariableName(VariableName) - Method in class adams.flow.standalone.SetProperty
Deprecated.
Sets the name of the variable to obtain the current value from.
setVariableName(VariableName) - Method in class adams.flow.standalone.SetVariable
Sets the name of the variable to update.
setVariableName(VariableName) - Method in class adams.flow.template.InstanceDumperVariable
Sets the variable name to generate the sub-flow for.
setVariableName(VariableName) - Method in class adams.flow.template.StoreFilenameInVariable
Sets the variable to set.
setVariableName(VariableName) - Method in class adams.flow.template.StoreReportValueInVariable
Sets the variable to set.
setVariableName(VariableName) - Method in class adams.flow.template.UpdateVariable
Sets the variable name to generate the sub-flow for.
setVariableName(VariableName) - Method in class adams.flow.transformer.AbstractFilter
Sets the name of the variable to monitor.
setVariableName(VariableName) - Method in class adams.flow.transformer.BoofCVFeatureGenerator
Sets the name of the variable to monitor.
setVariableName(VariableName) - Method in class adams.flow.transformer.BufferedImageFeatureGenerator
Sets the name of the variable to monitor.
setVariableName(VariableName) - Method in class adams.flow.transformer.ColorProvider
Sets the name of the variable to monitor.
setVariableName(VariableName) - Method in class adams.flow.transformer.DeleteVariable
Sets the name of the variable to update.
setVariableName(VariableName) - Method in class adams.flow.transformer.IncVariable
Sets the name of the variable to update.
setVariableName(VariableName) - Method in class adams.flow.transformer.OpenCVFeatureGenerator
Sets the name of the variable to monitor.
setVariableName(VariableName) - Method in class adams.flow.transformer.SetVariable
Sets the name of the variable to update.
setVariableName(VariableName) - Method in class adams.flow.transformer.SpreadSheetFilter
Sets the name of the variable to monitor.
setVariableName(VariableName) - Method in class adams.flow.transformer.SpreadSheetRowBuffer
Sets the name of the variable to monitor.
setVariableName(VariableName) - Method in class adams.flow.transformer.TimeseriesFeatureGenerator
Sets the name of the variable to monitor.
setVariableName(VariableName) - Method in class adams.flow.transformer.WekaInstanceBuffer
Sets the name of the variable to monitor.
setVariableName(VariableName) - Method in class adams.flow.transformer.WekaNearestNeighborSearch
Sets the name of the variable to monitor.
setVariableName(String) - Method in class adams.flow.condition.bool.HasVariable
Sets the name of the variable to check.
setVariableName(String) - Method in class adams.flow.condition.bool.VariableFlagSet
Sets the name of the variable to check.
setVariableName(String) - Method in class adams.flow.source.Variable
Sets the name of the variable to update.
setVariableName(String) - Method in class adams.flow.standalone.SetVariable
Sets the name of the variable to update.
setVariableName(String) - Method in class adams.flow.transformer.SetVariable
Sets the name of the variable to update.
setVariableNames(VariableName[]) - Method in class adams.flow.control.RemoteExecutionTrigger
Sets the names of the variables to transfer.
setVariableNames(VariableName[]) - Method in class adams.flow.control.UpdateProperties
Sets the variables to use.
setVariableNames(VariableName[]) - Method in interface adams.flow.core.PropertiesUpdater
Sets the variables to use.
setVariableNames(VariableName[]) - Method in interface adams.flow.core.RemoteExecutionHandler
Sets the names of the variables to transfer.
setVariableNames(VariableName[]) - Method in class adams.flow.source.AbstractSimpleSourceWithPropertiesUpdating
Sets the variables to use.
setVariableNames(VariableName[]) - Method in class adams.flow.source.VariablesArray
Sets the names of the variables.
setVariableNames(VariableName[]) - Method in class adams.flow.transformer.AbstractTransformerWithPropertiesUpdating
Sets the variables to use.
setVariableNames(VariableName[]) - Method in class adams.flow.transformer.ArrayToVariables
Sets the names of the variables.
setVariableNames(VariableName[]) - Method in class adams.scripting.command.flow.RemoteFlowExecution
Sets the names of the variables to transfer.
setVariableNames(String[]) - Method in class adams.flow.source.VariablesArray
Sets the names of the variables.
setVariableNames(String[]) - Method in class adams.flow.transformer.ArrayToVariables
Sets the names of the variables.
setVariablePairs(VariableNameValuePair[]) - Method in class adams.flow.standalone.SetManyVariables
Sets the variable (name/value) pairs.
setVariablePairs(VariableNameValuePair[]) - Method in class adams.flow.transformer.SetManyVariables
Sets the variable (name/value) pairs.
setVariablePrefix(String) - Method in class adams.flow.transformer.ImageObjectToVariables
Sets the prefix for the variables (prefix + name).
setVariablePrefix(String) - Method in class adams.flow.transformer.MapToVariables
Sets the prefix for the variables (prefix + map key).
setVariablePrefix(String) - Method in class adams.flow.transformer.PropertiesToVariables
Sets the prefix for the variables (prefix + property key).
setVariablePrefix(String) - Method in class adams.flow.transformer.SpreadSheetVariableRowIterator
Sets the prefix for the variables (prefix + header).
setVariables(Variables) - Method in class adams.core.option.OptionManager
Sets the Variables instance to use (not recursively!).
setVariables(Variables) - Method in class adams.flow.control.Flow
Ignored.
setVariables(Variables) - Method in class adams.flow.core.AbstractActor
Updates the Variables instance in use, if different from current one.
setVariables(Variables) - Method in interface adams.flow.core.Actor
Updates the Variables instance in use, if different from current one.
setVariables(Variables) - Method in class adams.flow.standalone.AbstractMultiView
Updates the Variables instance in use, if different from current one.
setVariables(Variables) - Method in class adams.flow.standalone.AbstractMultiView.ViewWrapper
Updates the Variables instance in use, if different from current one.
setVariables(Variables) - Method in class adams.gui.flow.tree.ClipboardActorContainer
Updates the Variables instance in use.
setVariables(Variables) - Method in class adams.gui.tools.ExpressionWatchPanel
Sets the underlying Variables instance.
setVariables(Variables) - Method in class adams.gui.tools.ExpressionWatchPanel.TableModel
Sets the underlying Variables instance.
setVariables(Variables) - Method in class adams.gui.tools.VariableManagementPanel
Sets the Variables instance to use.
setVariablesFilter(BaseRegExp) - Method in interface adams.flow.control.LocalScopeHandler
Sets the regular expression that variable names must match to get into the local scope.
setVariablesFilter(BaseRegExp) - Method in class adams.flow.control.LocalScopeTransformer
Sets the regular expression that variable names must match to get into the local scope.
setVariablesFilter(BaseRegExp) - Method in class adams.flow.control.LocalScopeTrigger
Sets the regular expression that variable names must match to get into the local scope.
setVariablesRegExp(BaseRegExp) - Method in interface adams.flow.control.LocalScopeHandler
Sets the regular expression that variable names must match to get propagated.
setVariablesRegExp(BaseRegExp) - Method in class adams.flow.control.LocalScopeTransformer
Sets the regular expression that variable names must match to get propagated.
setVariablesRegExp(BaseRegExp) - Method in class adams.flow.control.LocalScopeTrigger
Sets the regular expression that variable names must match to get propagated.
SetVariableTransfer - Class in adams.core.optiontransfer
Transfers options between SetVariable and SetVariable objects as vice versa.
SetVariableTransfer() - Constructor for class adams.core.optiontransfer.SetVariableTransfer
 
setVariableValue(BaseText) - Method in class adams.flow.standalone.SetVariable
Sets the value of the variable to update.
setVariableValue(BaseText) - Method in class adams.flow.transformer.SetVariable
Sets the fixed value to use instead of current token.
setVariableValue(String) - Method in class adams.flow.standalone.SetVariable
Sets the value of the variable to update.
setVariableValue(String) - Method in class adams.flow.transformer.SetVariable
Sets the fixed value to use instead of current token.
setVariance(double) - Method in class adams.data.instancesanalysis.PCA
Sets the variance.
setVariance(double) - Method in class adams.ml.preprocessing.unsupervised.PCA
Sets the variance.
setVariance(double) - Method in class weka.classifiers.meta.AbstainLeastMedianSq
 
setVarianceCovered(double) - Method in class adams.flow.transformer.WekaPrincipalComponents
Sets the amount of variance to account for when retaining principal components.
setVarianceCovered(double) - Method in class weka.core.neighboursearch.PCANNSearch
Sets the amount of variance to account for when retaining principal components.
setVarianceCovered(double) - Method in class weka.filters.unsupervised.attribute.PrincipalComponentsJ
Sets the amount of variance to account for when retaining principal components.
setVariation(boolean) - Method in class adams.data.spc.XBarRChart
Sets whether to produce mean or variation data.
setVarKey(VariableName) - Method in class adams.flow.transformer.MapVariableIterator
Sets the variable to store the key in.
setVarValue(VariableName) - Method in class adams.flow.transformer.MapVariableIterator
Sets the variable to store the value in.
setVaryShapeColor(boolean) - Method in class adams.flow.transformer.draw.ObjectLocationsFromReport
Sets whether to vary the colors of the shapes.
setVaryShapeColor(boolean) - Method in class adams.gui.tools.previewbrowser.ObjectCentersFromReport
Sets whether to vary the colors of the shapes.
setVaryShapeColor(boolean) - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
Sets whether to vary the colors of the shapes.
setVaryShapeColor(boolean) - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
Sets whether to vary the colors of the shapes.
setVaryShapeColor(boolean) - Method in class adams.gui.visualization.image.AbstractObjectOverlayFromReport
Sets whether to vary the colors of the shapes.
setVaryShapeColor(boolean) - Method in class adams.gui.visualization.image.ReportObjectOverlay
Sets whether to vary the colors of the shapes.
setVector(Matrix, Matrix, int) - Static method in class weka.core.matrix.MatrixHelper
stores the data from the (column) vector in the matrix at the specified index
setVerbose(boolean) - Method in class adams.flow.source.RSync
 
setVerbose(boolean) - Method in class adams.flow.source.SimpleRSync
 
setVerbosity(XGBoost.Verbosity) - Method in class weka.classifiers.trees.XGBoost
Sets the verbosity level.
setVersion(boolean) - Method in class adams.flow.source.RSync
 
setVersusFitOptions(VersusFitOptions) - Method in class adams.flow.sink.FourInOneDisplay
Set the options for the vsfit plot
setVersusFitOptions(VersusFitOptions) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.FourInOnePlot
Set the options for the vsfit plot.
setVersusOrderOptions(VersusOrderOptions) - Method in class adams.flow.sink.FourInOneDisplay
Set the options for the vs order plot
setVersusOrderOptions(VersusOrderOptions) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.FourInOnePlot
Set the options for the vs order plot.
setVerticalButtons(boolean) - Method in class adams.flow.source.EnterValue
Sets whether to use vertical buttons instead of horizontal ones.
setViews(View[]) - Method in class adams.flow.control.Breakpoint
Sets the views to display automatically.
setViews(View[]) - Method in class adams.flow.execution.debug.AbstractBreakpoint
Sets the views to display automatically.
setViews(View[]) - Method in class adams.flow.execution.Debug
Sets the views to display automatically.
setViolationFinder(ViolationFinder) - Method in class adams.flow.sink.ControlChartPlot
Sets the algorithm for locating violations.
setViolationFinder(ViolationFinder) - Method in class adams.gui.tools.spreadsheetviewer.chart.ControlChart
Sets the algorithm for locating violations.
setVisibility(Visibility) - Method in class adams.gui.visualization.core.AxisPanel
Sets the visibility of the axis.
setVisible(boolean) - Method in class adams.gui.application.AbstractApplicationFrame
Shows or hides this component depending on the value of parameter b.
setVisible(boolean) - Method in class adams.gui.core.BaseDialog
closes/shows the dialog.
setVisible(boolean) - Method in class adams.gui.core.BaseFrame
closes/shows the dialog.
setVisible(boolean) - Method in class adams.gui.core.BasePanel
Displays/hides the panel.
setVisible(boolean) - Method in class adams.gui.core.BaseWindow
closes/shows the dialog.
setVisible(boolean) - Method in class adams.gui.selection.AbstractDatabaseSelectionPanel
closes/shows the dialog.
setVisible(boolean) - Method in interface adams.gui.visualization.container.VisibilityContainer
Sets the container's visibility.
setVisible(boolean) - Method in class adams.gui.visualization.instance.InstanceContainer
Sets the instance's visibility.
setVisible(boolean) - Method in class adams.gui.visualization.report.ReportContainer
Sets the instance's visibility.
setVisible(boolean) - Method in class adams.gui.visualization.sequence.XYSequenceContainer
Sets the sequence's visibility.
setVisible(boolean) - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowContainer
Sets the instance's visibility.
setVisible(boolean) - Method in class adams.gui.visualization.timeseries.TimeseriesContainer
Sets the timeseries visibility.
setVisible(int, boolean) - Method in interface adams.gui.visualization.container.VisibilityContainerManager
Sets the specified container's visibility.
setVisible(int, boolean) - Method in class adams.gui.visualization.instance.InstanceContainerManager
Sets the specified container's visibility.
setVisible(int, boolean) - Method in class adams.gui.visualization.report.ReportContainerManager
Sets the specified container's visibility.
setVisible(int, boolean) - Method in class adams.gui.visualization.sequence.XYSequenceContainerManager
Sets the specified container's visibility.
setVisible(int, boolean) - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowContainerManager
Sets the specified container's visibility.
setVisible(int, boolean) - Method in class adams.gui.visualization.timeseries.TimeseriesContainerManager
Sets the specified container's visibility.
setVisible(Class, boolean) - Method in class adams.gui.flow.tab.FlowTabManager
Sets whether a tab should be visible or not.
setVisible(Class, boolean) - Method in class adams.gui.tools.spreadsheetviewer.tab.ViewerTabManager
Sets whether a tab should be visible or not.
setVisible(Class, boolean, boolean) - Method in class adams.gui.flow.tab.FlowTabManager
Sets whether a tab should be visible or not.
setVisibleAgain() - Method in class adams.gui.flow.FlowEditorPanel
Used by the close() method to re-display the flow, in case the flow cannot or should not be closed after all.
setVisibleAgain() - Method in class adams.gui.tools.SpreadSheetViewerPanel
Used by the close() method to re-display the flow, in case the flow cannot or should not be closed after all.
setVotingType(VotedPairs.VotingType) - Method in class adams.flow.transformer.wekaclassifiersetupprocessor.VotedPairs
Sets the type of voting to use.
setWait(int) - Method in class adams.flow.source.DirectoryLister
Sets the number of seconds to wait before polling the directory again if no elements were retrieved.
setWait(int) - Method in class adams.scripting.connection.SSHConnection
Sets the period in msec to wait before disconnecting the session.
setWaitCursor(Component) - Static method in class adams.gui.core.MouseUtils
Sets the wait cursor for the specified component.
setWaitForJobs(boolean) - Method in class adams.multiprocess.WekaCrossValidationExecution
Sets whether to wait for jobs to finish when terminating.
setWaitPoll(int) - Method in class adams.flow.standalone.DirWatch
Sets the number of milli-seconds to wait before polling whether files have arrived.
setWatchDir(PlaceholderDirectory) - Method in class adams.core.net.SimpleMailer
Sets the directory to watch.
setWatchDir(PlaceholderDirectory) - Method in class adams.flow.source.DirectoryLister
Sets the incoming directory.
setWatchDir(String) - Method in class adams.core.io.lister.AbstractDirectoryLister
Sets the directory to watch.
setWatchDir(String) - Method in interface adams.core.io.lister.DirectoryLister
Sets the directory to watch.
setWatchDir(String) - Method in class adams.core.io.lister.LocalDirectoryLister
Sets the directory to watch.
setWatchDir(String) - Method in class adams.core.io.lister.SftpDirectoryLister
Sets the directory to watch.
setWatches(BaseString[]) - Method in class adams.flow.control.Breakpoint
Sets the watch expressions for the watch dialog.
setWatches(BaseString[]) - Method in class adams.flow.execution.debug.AbstractBreakpoint
Sets the watch expressions for the watch dialog.
setWatches(BaseString[]) - Method in class adams.flow.execution.Debug
Sets the watch expressions for the watch dialog.
setWatchTypes(ExpressionWatchPanel.ExpressionType[]) - Method in class adams.flow.control.Breakpoint
Sets the types of the watch expressions.
setWatchTypes(ExpressionWatchPanel.ExpressionType[]) - Method in class adams.flow.execution.debug.AbstractBreakpoint
Sets the types of the watch expressions.
setWatchTypes(ExpressionWatchPanel.ExpressionType[]) - Method in class adams.flow.execution.Debug
Sets the types of the watch expressions.
setWaveletType(AbstractFastWavelet.WaveletType) - Method in class adams.data.filter.AbstractFastWavelet
Sets the wavelet type.
setWaveNoRegExp(BaseRegExp) - Method in class weka.filters.unsupervised.attribute.Detrend
Sets the regular expression used for extracting the wave number from the attribute name (using the first group).
setWaveNoRegExp(BaseRegExp) - Method in class weka.filters.unsupervised.attribute.MultiplicativeScatterCorrection
Sets the regular expression used for extracting the wave number from the attribute name (using the first group).
setWeight(double) - Method in class weka.core.AbstractHashableInstance
Sets the weight of an instance.
setWeight(SpreadSheetColumnIndex) - Method in class adams.flow.transformer.WekaSpreadSheetToPredictions
Sets the (optional) column with the instance weight values.
setWeight(SpreadSheetColumnIndex) - Method in class weka.classifiers.functions.FromPredictions
Sets the column with the weight values.
setWeightingKernel(int) - Method in class weka.classifiers.lazy.LWLDatasetBuilder
Sets the kernel weighting method to use.
setWeightingKernel(int) - Method in class weka.filters.unsupervised.instance.AccumulatedLWLWeights
Sets the kernel weighting method to use.
setWeights(String) - Method in class adams.flow.transformer.WekaGeneticAlgorithmInitializer
Sets the optional property in the incoming properties for the initial weights to use.
setWholeFile(boolean) - Method in class adams.flow.source.RSync
 
setWidth(double) - Method in class adams.data.image.transformer.crop.RelativeCrop
Sets the width of the crop rectangle (0-1: percent; >1: pixels).
setWidth(double) - Method in class adams.data.image.transformer.Resize
Sets the width to resize to.
setWidth(double) - Method in class adams.data.jai.transformer.Resize
Sets the width to resize to.
setWidth(float) - Method in class adams.flow.transformer.pdfproclet.Rectangle
Sets the width.
setWidth(int) - Method in class adams.data.barcode.encode.AbstractBarcodeEncoder
Sets the width of the barcode.
setWidth(int) - Method in class adams.data.conversion.LeftPad
Sets the width of the padded string.
setWidth(int) - Method in class adams.data.conversion.RightPad
Sets the width of the padded string.
setWidth(int) - Method in class adams.data.image.features.PixelClassifications
Sets the width of the crop rectangle.
setWidth(int) - Method in class adams.data.image.transformer.crop.SimpleCrop
Sets the width of the crop rectangle.
setWidth(int) - Method in class adams.data.io.input.ImageClassificationGridSpreadSheetReader
Sets the width to use.
setWidth(int) - Method in class adams.data.io.input.ObjectLocationsSpreadSheetReader
Sets the width of the image to use when reading normalized coordinates/dimensions.
setWidth(int) - Method in class adams.data.io.input.YoloAnnotationsReportReader
Sets the width of the image to use when reading normalized coordinates/dimensions.
setWidth(int) - Method in class adams.data.io.output.ObjectLocationsSpreadSheetWriter
Sets the width of the image to use when reading normalized coordinates/dimensions.
setWidth(int) - Method in class adams.data.io.output.YoloAnnotationsReportWriter
Sets the width of the image to use when reading normalized coordinates/dimensions.
setWidth(int) - Method in class adams.data.objectfilter.ClipBoundingBoxes
Sets the width of the image to use.
setWidth(int) - Method in class adams.data.objectfinder.ObjectsInRegion
Sets the width of the crop rectangle.
setWidth(int) - Method in class adams.data.opencv.transformer.Resize
Sets the absolute width.
setWidth(int) - Method in class adams.flow.core.AbstractDisplay
Sets the width of the dialog.
setWidth(int) - Method in class adams.flow.execution.Debug
Sets the width of the dialog.
setWidth(int) - Method in class adams.flow.sink.AbstractGraphicsGenerator
Sets the width of the dialog.
setWidth(int) - Method in class adams.flow.sink.JFreeChartFileWriter
Sets the width of the plot.
setWidth(int) - Method in class adams.flow.sink.logview.AbstractLogEntryDialog
Sets the width of the dialog.
setWidth(int) - Method in class adams.flow.source.EnterManyValues
Sets the width for the dialog.
setWidth(int) - Method in class adams.flow.source.NewImage
Sets the width of the image.
setWidth(int) - Method in class adams.flow.transformer.AbstractInteractiveTransformerDialog
Sets the width of the dialog.
setWidth(int) - Method in class adams.flow.transformer.CountObjectsInRegion
Sets the width of the crop rectangle.
setWidth(int) - Method in class adams.flow.transformer.draw.Oval
Sets the width of the oval.
setWidth(int) - Method in class adams.flow.transformer.draw.Rectangle
Sets the width of the rectangle.
setWidth(int) - Method in class adams.gui.tools.spreadsheetviewer.chart.AbstractChartGenerator
Sets the width of the dialog.
setWidth(int) - Method in class adams.gui.visualization.core.AxisPanelOptions
Sets the width of the axis (this is height for HORIZONTAL axes, of course), at least 5 pixel.
setWidth(int) - Method in class adams.gui.visualization.image.leftclick.FixedBoundingBox
Sets the width of the bounding box.
setWidth(int) - Method in class adams.gui.visualization.sequence.BarHitDetector
Sets the width of the bar.
setWidth(int) - Method in class adams.gui.visualization.sequence.BarPaintlet
Sets the width of the bar.
setWidthAx(int) - Method in class adams.flow.sink.BoxPlot
Set the width of the left axis for each box plot
setWidthBin(double) - Method in class adams.gui.visualization.stats.histogram.HistogramOptions
Set the width of each bin in the histogram
setWidthPercentage(float) - Method in class adams.flow.transformer.pdfproclet.AbstractSpreadSheetPdfProclet
Sets the percentage of the page width to occupy.
setWidthPlot(int) - Method in class adams.flow.sink.BoxPlot
Set the width of each box plot
setWindow(int) - Method in class adams.gui.visualization.sequence.LOWESSOverlayPaintlet
Set the size of the window.
setWindows(int) - Method in class weka.filters.unsupervised.attribute.PAA
Sets the nth point setting.
setWindows(int) - Method in class weka.filters.unsupervised.attribute.SAX
Sets the nth point setting.
setWindowSize(int) - Method in class adams.data.baseline.AbstractLOWESSBased
Sets the polynomial order.
setWindowSize(int) - Method in class adams.data.conversion.MovingAverage
Sets the window size.
setWindowSize(int) - Method in class adams.data.filter.AbstractLOWESS
Sets the polynomial order.
setWindowSize(int) - Method in class adams.data.filter.AbstractSimpleSavitzkyGolay
Sets the maximum size of the window to optimize (odd, positive number).
setWindowSize(int) - Method in class adams.data.smoothing.AbstractLOWESSBased
Sets the window size.
setWindowSize(int) - Method in class adams.data.smoothing.AbstractSlidingWindow
Sets the window size for determining the 'smoothed' abundances.
setWindowSize(int) - Method in class adams.flow.control.plotprocessor.Expression
Sets the polynomial order.
setWindowSize(int) - Method in class adams.flow.control.plotprocessor.LOWESS
Sets the polynomial order.
setWindowSize(int) - Method in class adams.flow.control.plotprocessor.SimpleSavitzkyGolay
Sets the polynomial order.
setWindowSize(int) - Method in class adams.gui.visualization.stats.paintlet.AbstractOverlayPaintlet
Set the window size, only applicable for the lowess overlay paintlet
setWindowSize(int) - Method in class adams.gui.visualization.stats.paintlet.LowessPaintlet
 
setWindowSize(int) - Method in class adams.gui.visualization.stats.scatterplot.Lowess
Set the size of the data window for the lowess fitting.
setWithReplacement(boolean) - Method in class adams.flow.transformer.WekaBootstrapping
Sets whether to draw predictions using replacement.
setWordWrap(boolean) - Method in class adams.gui.core.BaseTextPaneWithWordWrap
Sets the wordwrap state.
setWordWrap(boolean) - Method in class adams.gui.core.StyledTextEditorPanel
Sets the wordwrap state.
setWordWrap(boolean) - Method in class adams.gui.scripting.AbstractScriptingDialog
toggles the wordwrap.
setWorker(Connection) - Method in class adams.scripting.engine.DefaultWorkerScriptingEngine
Sets the connection that the main uses for communicating with the worker.
setWorker(Connection) - Method in interface adams.scripting.engine.WorkerScriptingEngine
Sets the connection that the main uses for communicating with the worker.
setWorkingDirectory(String) - Method in interface adams.core.management.WorkingDirectoryHandler
Sets the current working directory for the command.
setWorkingDirectory(String) - Method in class adams.flow.sink.Exec
Sets the current working directory for the command.
setWorkingDirectory(String) - Method in class adams.flow.source.Command
Sets the current working directory for the command.
setWorkingDirectory(String) - Method in class adams.flow.source.Exec
Sets the current working directory for the command.
setWorkingDirectory(String) - Method in class adams.flow.source.PythonExec
Sets the current working directory for the command.
setWorkingDirectory(String) - Method in class adams.flow.source.PythonVenvExec
Sets the current working directory for the command.
setWrapped(Actor) - Method in class adams.flow.standalone.AbstractMultiView.ViewWrapper
Sets the actor to wrap.
setWrapStyleWord(boolean) - Method in class adams.flow.sink.Display
Sets the style of wrapping used if the text area is wrapping lines.
setWrapStyleWord(boolean) - Method in class adams.flow.sink.HistoryDisplay
Sets the style of wrapping used if the text area is wrapping lines.
setWrapStyleWord(boolean) - Method in class adams.gui.core.BaseTextAreaWithButtons
Sets whether to word wrap or not.
setWrapStyleWord(boolean) - Method in class adams.gui.core.BufferHistoryPanel
Sets the style of wrapping used if the text area is wrapping lines.
setWrapStyleWord(boolean) - Method in interface adams.gui.core.TextAreaComponent
Sets whether to word wrap or not.
setWrapStyleWord(boolean) - Method in class adams.gui.core.TextEditorPanel
Sets the style of wrapping used if the text area is wrapping lines.
setWrapStyleWord(boolean) - Method in class adams.gui.tools.previewbrowser.PlainTextHandler
Sets the style of wrapping used if the text area is wrapping lines.
setWritable(boolean, boolean) - Method in class adams.core.io.PlaceholderFile
Sets the owner's or everybody's write permission for this abstract pathname.
setWriteBatch(PlaceholderFile) - Method in class adams.flow.source.RSync
 
setWriteOOXML(boolean) - Method in class adams.data.io.output.ExcelSpreadSheetWriter
Sets whether to use OOXML instead of binary Excel files.
setWriter(AbstractDataContainerWriter) - Method in class adams.flow.transformer.AbstractDataContainerFileWriter
Sets the writer to use.
setWriter(AbstractIndexedSplitsRunsWriter) - Method in class adams.flow.sink.IndexedSplitsRunsWriter
Sets the writer to use.
setWriter(AbstractObjectWriter) - Method in class adams.flow.sink.Serialize
Sets the writer to use for saving the object.
setWriter(AbstractReportWriter) - Method in class adams.flow.transformer.AbstractReportFileWriter
Sets the writer to use.
setWriter(AbstractReportWriter) - Method in class adams.gui.tools.previewbrowser.AnnotateImage
Sets the report writer to use for updating the report on disk.
setWriter(AbstractTextWriter) - Method in class adams.flow.sink.AbstractTextualDisplay
Sets the writer.
setWriter(AbstractTextWriter) - Method in class adams.flow.sink.TextWriter
Sets whether to append to the file or not.
setWriter(EmailFileWriter) - Method in class adams.flow.sink.EmailFileWriter
Sets the writer to use.
setWriter(ImageSegmentationAnnotationWriter) - Method in class adams.flow.sink.ImageSegmentationFileWriter
Sets the writer to use.
setWriter(ImageWriter) - Method in class adams.flow.sink.ImageFileWriter
Sets the writer to use.
setWriter(ImageWriter) - Method in class adams.flow.sink.JFreeChartFileWriter
Sets the image writer.
setWriter(OutputStreamImageWriter) - Method in class adams.data.conversion.ImageContainerToByteArray
Sets the image writer to use.
setWriter(SpreadSheetWriter) - Method in class adams.data.conversion.SpreadSheetToString
Sets the writer used for generating the string.
setWriter(SpreadSheetWriter) - Method in class adams.data.io.output.ObjectLocationsSpreadSheetWriter
Sets the spreadsheet writer to use.
setWriter(SpreadSheetWriter) - Method in class adams.data.io.output.SpreadSheetTimeseriesWriter
Sets the writer to use.
setWriter(SpreadSheetWriter) - Method in class adams.flow.core.ActorUsage
Sets the writer to use.
setWriter(SpreadSheetWriter) - Method in class adams.flow.sink.PlotContainerSink
Sets the writer to use for outputting the plot containers.
setWriter(SpreadSheetWriter) - Method in class adams.flow.sink.SpreadSheetFileWriter
Sets the writer to use.
setWriter(SpreadSheetWriter) - Method in class adams.gui.chooser.SpreadSheetFileChooserPanel
Sets the writer to use.
setWriter(SpreadSheetWriter) - Method in class adams.gui.tools.spreadsheetviewer.SpreadSheetPanel
Sets the associated writer.
setWriter(SpreadSheetWriter) - Method in class adams.gui.tools.wekamultiexperimenter.experiment.FileResultsHandler
Sets the spreadsheet writer to use.
setWriter(SpreadSheetWriter) - Method in class adams.gui.visualization.debug.objectexport.SpreadSheetExporter
Sets the spreadsheet writer to use.
setWriter(StringReportWriter) - Method in class adams.data.conversion.ReportToString
Sets the writer to use.
setWriter(JComponentWriter) - Method in class adams.flow.control.CallableActorScreenshot
Sets the writer.
setWriter(JComponentWriter) - Method in class adams.flow.sink.AbstractGraphicalDisplay
Sets the writer.
setWriter(JComponentWriter) - Method in class adams.flow.sink.AbstractGraphicsGenerator
Sets the writer.
setWriter(JComponentWriter) - Method in class adams.flow.standalone.GridView
Sets the writer.
setWriter(W) - Method in class adams.gui.chooser.AbstractConfigurableExtensionFileFilterFileChooser
Sets the writer to use.
setX(double) - Method in class adams.data.image.transformer.crop.RelativeCrop
Sets the X position (0-1: percent; >1: pixels).
setX(double) - Method in class adams.data.sequence.XYSequencePoint
Sets the X value.
setX(float) - Method in class adams.flow.transformer.pdfproclet.AbstractSpreadSheetPdfProclet
Sets the absolute X position.
setX(float) - Method in class adams.flow.transformer.pdfproclet.Circle
Sets the absolute X position.
setX(float) - Method in class adams.flow.transformer.pdfproclet.FixedText
Sets the absolute X position.
setX(float) - Method in class adams.flow.transformer.pdfproclet.Image
Sets the absolute X position.
setX(float) - Method in interface adams.flow.transformer.pdfproclet.PdfProcletWithAbsolutePosition
Sets the absolute X position.
setX(float) - Method in interface adams.flow.transformer.pdfproclet.PdfProcletWithOptionalAbsolutePosition
Sets the absolute X position.
setX(float) - Method in class adams.flow.transformer.pdfproclet.PlainText
Sets the absolute X position.
setX(float) - Method in class adams.flow.transformer.pdfproclet.Rectangle
Sets the absolute X position.
setX(float) - Method in class adams.flow.transformer.pdfstamp.Image
Sets the X position for the text.
setX(float) - Method in class adams.flow.transformer.pdfstamp.Text
Sets the X position for the text.
setX(int) - Method in class adams.data.barcode.encode.AbstractBarcodeEncoder
Sets the X position of the pixel.
setX(int) - Method in class adams.data.objectfilter.Translate
Sets the translation on the X axis.
setX(int) - Method in class adams.flow.core.AbstractDisplay
Sets the X position of the dialog.
setX(int) - Method in class adams.flow.transformer.AbstractInteractiveTransformerDialog
Sets the X position of the dialog.
setX(int) - Method in class adams.flow.transformer.draw.FloodFill
Sets the X of the start position.
setX(int) - Method in class adams.flow.transformer.draw.Image
Sets the X position of the image (top-left corner).
setX(int) - Method in class adams.flow.transformer.draw.Oval
Sets the X position of the oval (top-left corner).
setX(int) - Method in class adams.flow.transformer.draw.Pixel
Sets the X position of the pixel.
setX(int) - Method in class adams.flow.transformer.draw.Rectangle
Sets the X position of the rectangle (top-left corner).
setX(int) - Method in class adams.flow.transformer.draw.Text
Sets the X position of the text (top-left corner).
setX(int) - Method in class adams.gui.visualization.core.TextOverlayPaintlet
Sets the X position in pixels.
setX(int) - Method in class adams.gui.visualization.image.MetaDataText
Sets the X of the text.
setX(int) - Method in class adams.gui.visualization.sequence.KendallTheilOverlayPaintlet
Sets the X position of the text (top-left corner).
setX(int) - Method in class adams.gui.visualization.sequence.LinearRegressionOverlayPaintlet
Sets the X position of the text (top-left corner).
setX(Index) - Method in class adams.data.imagefilter.TransparentBackground
Sets the X position of the background pixel.
setX(SpreadSheetColumnIndex) - Method in class adams.gui.visualization.jfreechart.dataset.DefaultCategory
Sets the index of the column to act as X axis.
setX(SpreadSheetColumnIndex) - Method in class adams.gui.visualization.jfreechart.dataset.DefaultXY
Sets the index of the column to act as X axis.
setX(SpreadSheetColumnIndex) - Method in class adams.gui.visualization.jfreechart.dataset.DefaultXYZ
Sets the index of the column to act as X axis.
setX(Integer) - Method in class adams.data.instance.InstancePoint
Sets the X value.
setX(Integer) - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowPoint
Sets the X value.
setX(String) - Method in class adams.data.objectfinder.ObjectsInPolygon
Sets the X coordinates (1-based) as comma-separated list.
setX(String) - Method in class adams.flow.transformer.CountObjectsInPolygon
Sets the X coordinates (1-based) as comma-separated list.
setX1(float) - Method in class adams.flow.transformer.pdfproclet.Line
Sets the absolute X1 position.
setX1(int) - Method in class adams.flow.transformer.draw.Line
Sets the X position of the start of the line.
setX2(float) - Method in class adams.flow.transformer.pdfproclet.Line
Sets the absolute X2 position.
setX2(int) - Method in class adams.flow.transformer.draw.Line
Sets the X position of the end of the line.
setXAttribute(String) - Method in class adams.flow.sink.ScatterDisplay
Sets the index of the attribute to display on x axis
setXAttributeName(BaseRegExp) - Method in class adams.flow.sink.ScatterDisplay
Set the x attribute on the scatter plot using a regular expression
setXattrs(boolean) - Method in class adams.flow.source.RSync
 
setXColor(Color) - Method in class adams.gui.visualization.core.CoordinatesPaintlet
Sets the color for the X axis.
setXColor(Color) - Method in class adams.gui.visualization.stats.paintlet.CoordinatesPaintlet
Sets the color for the X axis.
setXColumn(SpreadSheetColumnIndex) - Method in class adams.flow.transformer.plotgenerator.XYWithErrorsPlotGenerator
Sets the index of the column which values to use as X values.
setXColumn(String) - Method in class adams.flow.transformer.plotgenerator.NamedPlotGenerator
Sets the index of the column which values to use as X values.
setXColumn(String) - Method in class adams.flow.transformer.plotgenerator.XYPlotGenerator
Sets the index of the column which values to use as X values.
setXColumn(String) - Method in class adams.gui.tools.spreadsheetviewer.chart.AbstractXYChartGenerator
Sets the index of the column which values to use as X values.
setXErrorColumns(SpreadSheetColumnRange) - Method in class adams.flow.transformer.plotgenerator.XYWithErrorsPlotGenerator
Sets the column range to use for X error information (1=delta, 2=low/high).
setXExpression(MathematicalExpressionText) - Method in class adams.flow.control.plotprocessor.Expression
Sets the expression for the X values.
setXFactor(double) - Method in class adams.gui.visualization.sequence.StraightLineOverlayPaintlet
Sets the factor to multiply the X values with to determine the inclination.
setXHost(String) - Method in class adams.flow.standalone.SSHConnection
Sets the xhost to connect to.
setXHost(String) - Method in class adams.scripting.connection.SSHConnection
Sets the xhost to connect to.
setXIncludeAware(boolean) - Method in class adams.core.io.filecomplete.XML
Sets whether to use a X-include aware parser.
setXIncludeAware(boolean) - Method in class adams.data.conversion.XMLToDOM
Sets whether to use a X-include aware parser.
setXIncludeAware(boolean) - Method in class adams.flow.transformer.XMLFileReader
Sets whether to use a X-include aware parser.
setXIndex(int) - Method in class adams.gui.visualization.stats.paintlet.AbstractScatterPlotPaintlet
Set the index of attribute for x axis
setXIndex(int) - Method in class adams.gui.visualization.stats.scatterplot.ScatterPlotPanel
Set index of x attribute.
setXIndex(Index) - Method in class adams.gui.visualization.stats.scatterplot.ScatterPlot
Set the x attribute index.
setXIntIndex(int) - Method in class adams.gui.visualization.stats.scatterplot.AbstractScatterPlot
Set the index of the attribute to be displayed on the x axis
setXInvisible(boolean) - Method in class adams.gui.visualization.core.CoordinatesPaintlet
Sets the X axis visible or hides it.
setXInvisible(boolean) - Method in class adams.gui.visualization.stats.paintlet.CoordinatesPaintlet
Sets the X axis visible or hides it.
setXOffset(double) - Method in class adams.gui.visualization.core.CoordinatesPaintlet
Sets the offset for the X axis.
setXOffset(double) - Method in class adams.gui.visualization.stats.paintlet.CoordinatesPaintlet
Sets the offset for the X axis.
setXORMode(Color) - Method in class adams.gui.print.PostscriptGraphics
Not implemented
setXPort(int) - Method in class adams.flow.standalone.SSHConnection
Sets the xport to connect to.
setXPort(int) - Method in class adams.scripting.connection.SSHConnection
Sets the xport to connect to.
setXRegExp(BaseRegExp) - Method in class adams.gui.visualization.stats.scatterplot.ScatterPlot
Set the regular expression to use when determining the x attribute.
setXRegExp(BaseRegExp) - Method in class weka.filters.supervised.attribute.MultiPLS
Sets the regular expression to identify the X attributes.
setXScale(double) - Method in class adams.gui.print.ScalableComponentWriter
Sets the scale factor.
setXTickGenerator(TickGenerator) - Method in class adams.gui.tools.spreadsheetviewer.chart.GenericPlot
Sets the tick generator for the X axis.
setY(double) - Method in class adams.data.filter.AbstractDerivative.Point
Sets the Y value.
setY(double) - Method in class adams.data.image.transformer.crop.RelativeCrop
Sets the Y position (0-1: percent; >1: pixels).
setY(double) - Method in class adams.data.sequence.XYSequencePoint
Sets the Y value.
setY(float) - Method in class adams.flow.transformer.pdfproclet.AbstractSpreadSheetPdfProclet
Sets the absolute Y position.
setY(float) - Method in class adams.flow.transformer.pdfproclet.Circle
Sets the absolute Y position.
setY(float) - Method in class adams.flow.transformer.pdfproclet.FixedText
Sets the absolute Y position.
setY(float) - Method in class adams.flow.transformer.pdfproclet.Image
Sets the absolute Y position.
setY(float) - Method in interface adams.flow.transformer.pdfproclet.PdfProcletWithAbsolutePosition
Sets the absolute Y position.
setY(float) - Method in interface adams.flow.transformer.pdfproclet.PdfProcletWithOptionalAbsolutePosition
Sets the absolute Y position.
setY(float) - Method in class adams.flow.transformer.pdfproclet.PlainText
Sets the absolute Y position.
setY(float) - Method in class adams.flow.transformer.pdfproclet.Rectangle
Sets the absolute Y position.
setY(float) - Method in class adams.flow.transformer.pdfstamp.Image
Sets the Y position for the text.
setY(float) - Method in class adams.flow.transformer.pdfstamp.Text
Sets the Y position for the text.
setY(int) - Method in class adams.data.barcode.encode.AbstractBarcodeEncoder
Sets the Y position of the pixel.
setY(int) - Method in class adams.data.objectfilter.Translate
Sets the translation on the Y axis.
setY(int) - Method in class adams.flow.core.AbstractDisplay
Sets the Y position of the dialog.
setY(int) - Method in class adams.flow.transformer.AbstractInteractiveTransformerDialog
Sets the Y position of the dialog.
setY(int) - Method in class adams.flow.transformer.draw.FloodFill
Sets the Y of the start position.
setY(int) - Method in class adams.flow.transformer.draw.Image
Sets the Y position of the image (top-left corner).
setY(int) - Method in class adams.flow.transformer.draw.Oval
Sets the Y position of the oval (top-left corner).
setY(int) - Method in class adams.flow.transformer.draw.Pixel
Sets the Y position of the pixel.
setY(int) - Method in class adams.flow.transformer.draw.Rectangle
Sets the Y position of the rectangle (top-left corner).
setY(int) - Method in class adams.flow.transformer.draw.Text
Sets the Y position of the text (top-left corner).
setY(int) - Method in class adams.gui.visualization.core.TextOverlayPaintlet
Sets the Y position in pixels.
setY(int) - Method in class adams.gui.visualization.image.MetaDataText
Sets the Y of the text.
setY(int) - Method in class adams.gui.visualization.sequence.KendallTheilOverlayPaintlet
Sets the Y position of the text (top-left corner).
setY(int) - Method in class adams.gui.visualization.sequence.LinearRegressionOverlayPaintlet
Sets the Y position of the text (top-left corner).
setY(Index) - Method in class adams.data.imagefilter.TransparentBackground
Sets the Y position of the background pixel.
setY(SpreadSheetColumnIndex) - Method in class adams.gui.visualization.jfreechart.dataset.DefaultXYZ
Sets the index of column to use as Y.
setY(SpreadSheetColumnRange) - Method in class adams.gui.visualization.jfreechart.dataset.DefaultCategory
Sets the range of columns to use as Y.
setY(SpreadSheetColumnRange) - Method in class adams.gui.visualization.jfreechart.dataset.DefaultXY
Sets the range of columns to use as Y.
setY(Double) - Method in class adams.data.instance.InstancePoint
Sets the Y value.
setY(Double) - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowPoint
Sets the Y value.
setY(String) - Method in class adams.data.objectfinder.ObjectsInPolygon
Sets the X coordinates (1-based) as comma-separated list.
setY(String) - Method in class adams.flow.transformer.CountObjectsInPolygon
Sets the X coordinates (1-based) as comma-separated list.
setY1(float) - Method in class adams.flow.transformer.pdfproclet.Line
Sets the absolute Y1 position.
setY1(int) - Method in class adams.flow.transformer.draw.Line
Sets the Y position of the start of the line.
setY2(float) - Method in class adams.flow.transformer.pdfproclet.Line
Sets the absolute Y2 position.
setY2(int) - Method in class adams.flow.transformer.draw.Line
Sets the Y position of the end of the line.
setYAttribute(String) - Method in class adams.flow.sink.ScatterDisplay
Set the attribute to be displayed on the y axis using an index
setYAttributeName(BaseRegExp) - Method in class adams.flow.sink.ScatterDisplay
Set the y attribute on the scatter plot using a regular expression
setYColor(Color) - Method in class adams.gui.visualization.core.CoordinatesPaintlet
Sets the color for the Y axis.
setYColor(Color) - Method in class adams.gui.visualization.stats.paintlet.CoordinatesPaintlet
Sets the color for the Y axis.
setYColumn(SpreadSheetColumnIndex) - Method in class adams.flow.transformer.plotgenerator.XYWithErrorsPlotGenerator
Sets the y column to use in the plot.
setYColumn(String) - Method in class adams.flow.transformer.plotgenerator.NamedPlotGenerator
Sets the index of the column which values to use as Y values.
setYColumns(String) - Method in class adams.gui.tools.spreadsheetviewer.chart.AbstractXYChartGenerator
Sets the Y column range to use in the chart.
setYErrorColumns(SpreadSheetColumnRange) - Method in class adams.flow.transformer.plotgenerator.XYWithErrorsPlotGenerator
Sets the column range to use for Y error information (1=delta, 2=low/high).
setYesToken(String) - Method in class adams.flow.transformer.ConfirmationDialog
Sets the string to forward as string token in case the user chooses 'yes', in case custom tokens are enabled.
setYExpression(MathematicalExpressionText) - Method in class adams.flow.control.plotprocessor.Expression
Sets the expression for the Y values.
setYIncrement(int) - Method in class adams.flow.transformer.draw.Text
Sets the Y increment when outputting multiple lines.
setYIndex(int) - Method in class adams.gui.visualization.stats.paintlet.AbstractScatterPlotPaintlet
Set the index of attribute for y axis
setYIndex(int) - Method in class adams.gui.visualization.stats.scatterplot.ScatterPlotPanel
set the index of the y attribute.
setYIndex(Index) - Method in class adams.gui.visualization.stats.scatterplot.ScatterPlot
Set the index for the y attribute.
setYIntIndex(int) - Method in class adams.gui.visualization.stats.scatterplot.AbstractScatterPlot
Set the index of the attribute to be displayed on the y axis
setYInvisible(boolean) - Method in class adams.gui.visualization.core.CoordinatesPaintlet
Sets the Y axis visible or hides it.
setYInvisible(boolean) - Method in class adams.gui.visualization.stats.paintlet.CoordinatesPaintlet
Sets the Y axis visible or hides it.
setYOffset(double) - Method in class adams.gui.visualization.core.CoordinatesPaintlet
Sets the offset for the Y axis.
setYOffset(double) - Method in class adams.gui.visualization.sequence.StraightLineOverlayPaintlet
Sets the offset on the Y axis.
setYOffset(double) - Method in class adams.gui.visualization.stats.paintlet.CoordinatesPaintlet
Sets the offset for the Y axis.
setYRegExp(BaseRegExp) - Method in class adams.gui.visualization.stats.scatterplot.ScatterPlot
Set the regular expression to use when determining the y attribute.
setYRegExp(BaseRegExp) - Method in class weka.filters.supervised.attribute.MultiPLS
Sets the regular expression to identify the Y attributes.
setYScale(double) - Method in class adams.gui.print.ScalableComponentWriter
sets the Y scale factor.
setYTickGenerator(TickGenerator) - Method in class adams.gui.tools.spreadsheetviewer.chart.GenericPlot
Sets the tick generator for the X axis.
setZ(SpreadSheetColumnIndex) - Method in class adams.gui.visualization.jfreechart.dataset.DefaultXYZ
Sets the index of column to use as Z.
setZeroBased(boolean) - Method in class adams.flow.source.IntegerRange
Sets whether to output 1-based or 0-based integers.
setZeroBasedIndex(boolean) - Method in class adams.data.conversion.Mat5StructToMap
Sets whether the index is 0-based or 1-based.
setZeroBasedIndex(boolean) - Method in interface adams.data.matlab.MatlabArrayIndexSupporter
Sets whether the index is 0-based or 1-based.
setZeroBasedIndex(boolean) - Method in class adams.flow.transformer.Mat5ArraySubset
Sets whether the index is 0-based or 1-based.
setZeroBasedIndex(boolean) - Method in class adams.flow.transformer.Mat5GetMatrixElement
Sets whether the index is 0-based or 1-based.
setZeroBasedIndex(boolean) - Method in class adams.flow.transformer.Mat5SetMatrixElement
Sets whether the index is 0-based or 1-based.
setZip(PlaceholderFile) - Method in class adams.tools.ZipPassword
Sets the ZIP file to use.
setZoom(double) - Method in class adams.flow.sink.ImageSegmentationViewer
Sets the zoom level in percent (1-inf).
setZoom(double) - Method in class adams.flow.sink.ImageViewer
Sets the zoom level in percent (0-1600).
setZoom(double) - Method in class adams.flow.sink.PDFViewer
Sets the zoom level in percent.
setZoom(double) - Method in class adams.flow.transformer.compareobjectlocations.Combined.CombinedPanel
Sets the zoom level in percent (0-1600).
setZoom(double) - Method in class adams.flow.transformer.compareobjectlocations.Combined
Sets the zoom level in percent (0-1600).
setZoom(double) - Method in class adams.flow.transformer.compareobjectlocations.SideBySide
Sets the zoom level in percent (0-1600).
setZoom(double) - Method in class adams.flow.transformer.compareobjectlocations.SideBySide.SideBySidePanel
Sets the zoom level in percent (0-1600).
setZoom(double) - Method in class adams.flow.transformer.ImageAnnotator
Sets the zoom level in percent (0-1600).
setZoom(double) - Method in class adams.flow.transformer.ImageLabeler
Sets the zoom level in percent (0-1600).
setZoom(double) - Method in class adams.flow.transformer.ImageObjectAnnotator
Sets the zoom level in percent (0-1600).
setZoom(double) - Method in class adams.flow.transformer.ImageSegmentationAnnotator
Sets the zoom level in percent (1-inf).
setZoom(double) - Method in class adams.gui.flow.FlowPanel
Sets the zoom to use.
setZoom(double) - Method in class adams.gui.tools.previewbrowser.AnnotateImage
Sets the zoom level in percent (0-1600).
setZoom(double) - Method in class adams.gui.tools.previewbrowser.ImageSegmentationAnnotationsHandler
Sets the zoom level in percent (1-inf).
setZoom(double) - Method in class adams.gui.visualization.object.CanvasPanel
Sets the zoom.
setZoom(double) - Method in class adams.gui.visualization.object.ObjectAnnotationPanel
Sets the zoom.
setZoom(double) - Method in class adams.gui.visualization.segmentation.layer.LayerManager
Sets the zoom to use.
setZoom(double) - Method in class adams.gui.visualization.segmentation.SegmentationPanel
Sets the zoom to use.
setZoomBoxColor(Color) - Method in class adams.gui.visualization.core.plot.ContentPanel
Sets the color for the zoom box.
setZoomingEnabled(boolean) - Method in class adams.gui.visualization.core.plot.ContentPanel
Sets whether zooming is enabled or not.
setZoomingEnabled(boolean) - Method in class adams.gui.visualization.core.PlotPanel
Sets whether zooming is enabled or not.
setZoomOverview(boolean) - Method in class adams.flow.sink.SpreadSheetRowViewer
Sets whether to display the zoom overview.
setZoomOverview(boolean) - Method in class adams.flow.sink.TimeseriesDisplay
Sets whether to display the zoom overview.
setZoomOverview(boolean) - Method in class adams.flow.sink.WekaInstanceViewer
Sets whether to display the zoom overview.
setZoomOverviewPanelVisible(boolean) - Method in class adams.gui.visualization.instance.InstanceExplorer
Sets the zoom overview panel visible or not.
setZoomOverviewPanelVisible(boolean) - Method in class adams.gui.visualization.instance.InstancePanel
Sets the zoom overview panel visible or hides it.
setZoomOverviewPanelVisible(boolean) - Method in class adams.gui.visualization.spreadsheet.SpreadSheetExplorer
Sets the zoom overview panel visible or not.
setZoomOverviewPanelVisible(boolean) - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowPanel
Sets the zoom overview panel visible or hides it.
setZoomOverviewPanelVisible(boolean) - Method in class adams.gui.visualization.timeseries.TimeseriesExplorer
Sets the zoom overview panel visible or not.
setZoomOverviewPanelVisible(boolean) - Method in class adams.gui.visualization.timeseries.TimeseriesPanel
Sets the zoom overview panel visible or hides it.
setZoomVisible(boolean) - Method in class adams.gui.visualization.object.ObjectAnnotationPanel
Sets whether the zoom controls are visible or not.
SEVEN_ON_ONE_SIDE - adams.data.statistics.SPCUtils.Rules
 
severe(String) - Method in class adams.core.logging.Logger
Logs a Level.SEVERE message.
SEVERE - adams.core.logging.LoggingLevel
only severe warnings.
sf - Variable in class adams.parser.actorsuggestion.Scanner
 
sf - Variable in class adams.parser.basedate.Scanner
 
sf - Variable in class adams.parser.basedatetime.Scanner
 
sf - Variable in class adams.parser.basedatetimemsec.Scanner
 
sf - Variable in class adams.parser.basetime.Scanner
 
sf - Variable in class adams.parser.basetimemsec.Scanner
 
sf - Variable in class adams.parser.booleanexpression.Scanner
 
sf - Variable in class adams.parser.externalactorsuggestion.Scanner
 
sf - Variable in class adams.parser.lookupupdate.Scanner
 
sf - Variable in class adams.parser.mathematicalexpression.Scanner
 
sf - Variable in class adams.parser.spreadsheetformula.Scanner
 
sf - Variable in class adams.parser.spreadsheetquery.Scanner
 
sf - Variable in class adams.parser.stringexpression.Scanner
 
sf - Variable in class adams.parser.templatesuggestion.Scanner
 
SF_ENTROPY_GAIN - adams.flow.core.EvaluationStatistic
 
SF_ENTROPY_GAIN - adams.flow.core.ExperimentStatistic
 
SF_MEAN_ENTROPY_GAIN - adams.flow.core.EvaluationStatistic
 
SF_MEAN_ENTROPY_GAIN - adams.flow.core.ExperimentStatistic
 
SF_MEAN_PRIOR_ENTROPY - adams.flow.core.EvaluationStatistic
 
SF_MEAN_PRIOR_ENTROPY - adams.flow.core.ExperimentStatistic
 
SF_MEAN_SCHEME_ENTROPY - adams.flow.core.EvaluationStatistic
 
SF_MEAN_SCHEME_ENTROPY - adams.flow.core.ExperimentStatistic
 
SF_PRIOR_ENTROPY - adams.flow.core.EvaluationStatistic
 
SF_PRIOR_ENTROPY - adams.flow.core.ExperimentStatistic
 
SF_SCHEME_ENTROPY - adams.flow.core.EvaluationStatistic
 
SF_SCHEME_ENTROPY - adams.flow.core.ExperimentStatistic
 
SFTPDelete - Class in adams.flow.transformer
Deletes a remote file via secure FTP (SFTP) and forwards the deleted file name.

For more information see:

(2011).
SFTPDelete() - Constructor for class adams.flow.transformer.SFTPDelete
 
SftpDirectoryChooserPanel - Class in adams.gui.chooser
Chooser for remote directories (via SFTP).
SftpDirectoryChooserPanel() - Constructor for class adams.gui.chooser.SftpDirectoryChooserPanel
Initializes the panel with no file.
SftpDirectoryLister - Class in adams.core.io.lister
Lists files/dirs on a remote server using SFTP.
SftpDirectoryLister() - Constructor for class adams.core.io.lister.SftpDirectoryLister
 
SftpDirectorySearch - Class in adams.flow.source.filesystemsearch
Searches only for directories (SFTP).
SftpDirectorySearch() - Constructor for class adams.flow.source.filesystemsearch.SftpDirectorySearch
 
SftpDirectorySearchWithComparator - Class in adams.flow.source.filesystemsearch
Searches only for directories, but uses the comparator for sorting the directories (SFTP).
SftpDirectorySearchWithComparator() - Constructor for class adams.flow.source.filesystemsearch.SftpDirectorySearchWithComparator
 
SftpDirectorySearchWithCustomSort - Class in adams.flow.source.filesystemsearch
Searches only for directories, but uses a regular expression to reassemble the name and perform the sorting (SFTP).
SftpDirectorySearchWithCustomSort() - Constructor for class adams.flow.source.filesystemsearch.SftpDirectorySearchWithCustomSort
 
SftpDirectorySearchWithCustomSort.SortContainer - Class in adams.flow.source.filesystemsearch
Custom container for sorting the filenames.
SftpFileObject - Class in adams.core.io
Wrapper for remote SFTP files.
SftpFileObject(File, ChannelSftp.LsEntry, Session) - Constructor for class adams.core.io.SftpFileObject
Initializes the wrapper.
SftpFileObject(File, ChannelSftp.LsEntry, String, Boolean, Session) - Constructor for class adams.core.io.SftpFileObject
Initializes the wrapper.
SftpFileObject(File, String, boolean, Session) - Constructor for class adams.core.io.SftpFileObject
Initializes the wrapper.
SftpFileOperations - Class in adams.core.io.fileoperations
SFTP file operations.
SftpFileOperations() - Constructor for class adams.core.io.fileoperations.SftpFileOperations
 
SftpFileSearch - Class in adams.flow.source.filesystemsearch
Searches only for files (SFTP).
SftpFileSearch() - Constructor for class adams.flow.source.filesystemsearch.SftpFileSearch
 
SftpFileSearchWithComparator - Class in adams.flow.source.filesystemsearch
Searches only for files, but uses the comparator for sorting the files (SFTP).
SftpFileSearchWithComparator() - Constructor for class adams.flow.source.filesystemsearch.SftpFileSearchWithComparator
 
SftpFileSearchWithCustomSort - Class in adams.flow.source.filesystemsearch
Searches only for files, but uses a regular expression to reassemble the name and perform the sorting (SFTP).
SftpFileSearchWithCustomSort() - Constructor for class adams.flow.source.filesystemsearch.SftpFileSearchWithCustomSort
 
SFTPGet - Class in adams.flow.transformer
Downloads a remote file and forwards the local file name via secure FTP (SFTP).

For more information see:

(2011).
SFTPGet() - Constructor for class adams.flow.transformer.SFTPGet
 
SftpRemoteDirectorySetup - Class in adams.gui.chooser
For configuring an SSH connection and remote directory.
SftpRemoteDirectorySetup() - Constructor for class adams.gui.chooser.SftpRemoteDirectorySetup
 
SFTPSend - Class in adams.flow.transformer
Uploads a file to a remote directory using secure FTP (SFTP).
The file name of a successful upload gets forwarded.

For more information see:

(2011).
SFTPSend() - Constructor for class adams.flow.transformer.SFTPSend
 
SGTUtils - Class in edu.umbc.cs.maple.utils
This class implements utility functions for Spectral Graph Theory methods.
SGTUtils() - Constructor for class edu.umbc.cs.maple.utils.SGTUtils
 
SGTUtils.KeyEigenvalues - Enum in edu.umbc.cs.maple.utils
Defines whether the largest or the smallest eigenvalues are the most important (i.e.
SGTUtils.LaplacianType - Enum in edu.umbc.cs.maple.utils
Defines the type of the graph Laplacian
SHA1 - adams.core.io.MessageDigestType
SHA-1.
SHA256 - adams.core.io.MessageDigestType
SHA-256.
SHA384 - adams.core.io.MessageDigestType
SHA-256.
SHA512 - adams.core.io.MessageDigestType
SHA-256.
shallowCopy() - Method in class adams.core.discovery.AbstractDiscoveryHandler
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy() - Method in class adams.core.io.filesearch.AbstractFileSearchHandler
Returns a shallow copy of itself.
shallowCopy() - Method in class adams.core.net.EmailContact
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy() - Method in interface adams.core.ShallowCopySupporter
Returns a shallow copy of itself.
shallowCopy() - Method in class adams.data.baseline.AbstractBaselineCorrection
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy() - Method in class adams.data.conversion.AbstractConversion
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy() - Method in class adams.data.filter.AbstractFilter
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy() - Method in interface adams.data.filter.Filter
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy() - Method in class adams.data.id.AbstractIDGenerator
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy() - Method in class adams.data.image.AbstractImageFeatureGenerator
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy() - Method in class adams.data.image.AbstractImageTransformer
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy() - Method in class adams.data.instances.AbstractInstanceGenerator
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy() - Method in class adams.data.io.input.AbstractDataContainerReader
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy() - Method in class adams.data.io.input.AbstractReportReader
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy() - Method in class adams.data.io.output.AbstractDataContainerWriter
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy() - Method in class adams.data.io.output.AbstractReportWriter
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy() - Method in class adams.data.noise.AbstractDenoiser
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy() - Method in class adams.data.outlier.AbstractOutlierDetector
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy() - Method in interface adams.data.outlier.OutlierDetector
Returns a shallow copy of itself.
shallowCopy() - Method in class adams.data.random.AbstractRandomNumberGenerator
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy() - Method in class adams.data.report.AbstractReportFilter
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy() - Method in class adams.data.smoothing.AbstractSmoother
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy() - Method in class adams.data.spreadsheet.cellfinder.AbstractCellFinder
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy() - Method in class adams.data.spreadsheet.columnfinder.AbstractColumnFinder
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy() - Method in class adams.data.spreadsheet.rowfinder.AbstractRowFinder
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy() - Method in class adams.data.statistics.AbstractArrayStatistic
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy() - Method in class adams.data.timeseries.AbstractTimeseriesFeatureGenerator
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy() - Method in class adams.data.weka.columnfinder.AbstractColumnFinder
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy() - Method in class adams.data.weka.evaluator.AbstractInstanceEvaluator
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy() - Method in class adams.data.weka.predictions.AbstractErrorScaler
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy() - Method in class adams.data.weka.rowfinder.AbstractRowFinder
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy() - Method in class adams.db.AbstractConditions
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy() - Method in class adams.flow.condition.bool.AbstractBooleanCondition
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy() - Method in interface adams.flow.condition.bool.BooleanCondition
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy() - Method in class adams.flow.core.AbstractActor
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy() - Method in interface adams.flow.core.Actor
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy() - Method in class adams.flow.execution.AbstractFlowExecutionListener
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy() - Method in class adams.flow.processor.AbstractActorProcessor
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy() - Method in interface adams.flow.processor.ActorProcessor
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy() - Method in class adams.flow.setup.FlowSetup
Returns a shallow copy of itself.
shallowCopy() - Method in class adams.flow.sink.canvas.AbstractDataPoolPostProcessor
Returns a shallow copy of itself.
shallowCopy() - Method in class adams.flow.sink.logview.AbstractLogEntryDialog
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy() - Method in class adams.flow.source.filesystemsearch.AbstractFileSystemSearchlet
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy() - Method in class adams.flow.source.newlist.AbstractListGenerator
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy() - Method in class adams.flow.template.AbstractActorTemplate
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy() - Method in class adams.flow.transformer.pixelselector.AbstractPixelSelectorOverlay
Returns a shallow copy of itself.
shallowCopy() - Method in class adams.gui.tools.spreadsheetviewer.AbstractDataPlugin
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy() - Method in class adams.gui.tools.spreadsheetviewer.AbstractViewPlugin
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy() - Method in class adams.gui.visualization.core.AbstractColorGradientGenerator
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy() - Method in class adams.gui.visualization.core.AbstractColorProvider
Returns a shallow copy of itself.
shallowCopy() - Method in class adams.gui.visualization.core.AbstractMouseMovementTracker
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy() - Method in class adams.gui.visualization.core.AbstractPaintlet
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy() - Method in class adams.gui.visualization.core.axis.AbstractTickGenerator
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy() - Method in interface adams.gui.visualization.core.ColorGradientGenerator
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy() - Method in class adams.gui.visualization.core.RegExpColorProvider
Returns a shallow copy of itself.
shallowCopy() - Method in class adams.gui.visualization.core.RgbInNameColorProvider
Returns a shallow copy of itself.
shallowCopy() - Method in class adams.gui.visualization.image.AbstractImageOverlay
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy() - Method in class adams.gui.visualization.image.leftclick.AbstractLeftClickProcessor
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy() - Method in class adams.gui.visualization.image.paintlet.AbstractPaintlet
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy() - Method in class adams.gui.visualization.image.selection.AbstractSelectionProcessor
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy() - Method in class adams.gui.visualization.stats.scatterplot.AbstractScatterPlotOverlay
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy() - Method in class adams.gui.visualization.stats.zscore.AbstractZScoreOverlay
create a shallow copy of an overlay
shallowCopy() - Method in class adams.opt.genetic.AbstractGeneticAlgorithm
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy() - Method in class adams.opt.optimise.AbstractOptimiser
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy(boolean) - Method in class adams.core.discovery.AbstractDiscoveryHandler
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy(boolean) - Method in class adams.core.io.filesearch.AbstractFileSearchHandler
Returns a shallow copy of itself.
shallowCopy(boolean) - Method in class adams.core.net.EmailContact
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy(boolean) - Method in interface adams.core.ShallowCopySupporter
Returns a shallow copy of itself.
shallowCopy(boolean) - Method in class adams.data.baseline.AbstractBaselineCorrection
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy(boolean) - Method in class adams.data.conversion.AbstractConversion
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy(boolean) - Method in class adams.data.filter.AbstractFilter
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy(boolean) - Method in interface adams.data.filter.Filter
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy(boolean) - Method in class adams.data.id.AbstractIDGenerator
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy(boolean) - Method in class adams.data.image.AbstractImageFeatureGenerator
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy(boolean) - Method in class adams.data.image.AbstractImageTransformer
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy(boolean) - Method in class adams.data.instances.AbstractInstanceGenerator
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy(boolean) - Method in class adams.data.io.input.AbstractDataContainerReader
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy(boolean) - Method in class adams.data.io.input.AbstractReportReader
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy(boolean) - Method in class adams.data.io.output.AbstractDataContainerWriter
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy(boolean) - Method in class adams.data.io.output.AbstractReportWriter
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy(boolean) - Method in class adams.data.noise.AbstractDenoiser
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy(boolean) - Method in class adams.data.outlier.AbstractOutlierDetector
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy(boolean) - Method in interface adams.data.outlier.OutlierDetector
Returns a shallow copy of itself.
shallowCopy(boolean) - Method in class adams.data.random.AbstractRandomNumberGenerator
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy(boolean) - Method in class adams.data.report.AbstractReportFilter
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy(boolean) - Method in class adams.data.smoothing.AbstractSmoother
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy(boolean) - Method in class adams.data.spreadsheet.cellfinder.AbstractCellFinder
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy(boolean) - Method in class adams.data.spreadsheet.columnfinder.AbstractColumnFinder
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy(boolean) - Method in class adams.data.spreadsheet.rowfinder.AbstractRowFinder
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy(boolean) - Method in class adams.data.statistics.AbstractArrayStatistic
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy(boolean) - Method in class adams.data.timeseries.AbstractTimeseriesFeatureGenerator
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy(boolean) - Method in class adams.data.weka.columnfinder.AbstractColumnFinder
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy(boolean) - Method in class adams.data.weka.evaluator.AbstractInstanceEvaluator
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy(boolean) - Method in class adams.data.weka.predictions.AbstractErrorScaler
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy(boolean) - Method in class adams.data.weka.rowfinder.AbstractRowFinder
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy(boolean) - Method in class adams.db.AbstractConditions
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy(boolean) - Method in class adams.flow.condition.bool.AbstractBooleanCondition
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy(boolean) - Method in interface adams.flow.condition.bool.BooleanCondition
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy(boolean) - Method in class adams.flow.core.AbstractActor
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy(boolean) - Method in interface adams.flow.core.Actor
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy(boolean) - Method in class adams.flow.execution.AbstractFlowExecutionListener
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy(boolean) - Method in class adams.flow.processor.AbstractActorProcessor
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy(boolean) - Method in interface adams.flow.processor.ActorProcessor
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy(boolean) - Method in class adams.flow.setup.FlowSetup
Returns a shallow copy of itself.
shallowCopy(boolean) - Method in class adams.flow.sink.canvas.AbstractDataPoolPostProcessor
Returns a shallow copy of itself.
shallowCopy(boolean) - Method in class adams.flow.sink.logview.AbstractLogEntryDialog
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy(boolean) - Method in class adams.flow.source.filesystemsearch.AbstractFileSystemSearchlet
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy(boolean) - Method in class adams.flow.source.newlist.AbstractListGenerator
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy(boolean) - Method in class adams.flow.template.AbstractActorTemplate
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy(boolean) - Method in class adams.flow.transformer.pixelselector.AbstractPixelSelectorOverlay
Returns a shallow copy of itself.
shallowCopy(boolean) - Method in class adams.gui.tools.spreadsheetviewer.AbstractDataPlugin
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy(boolean) - Method in class adams.gui.tools.spreadsheetviewer.AbstractViewPlugin
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy(boolean) - Method in class adams.gui.visualization.core.AbstractColorGradientGenerator
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy(boolean) - Method in class adams.gui.visualization.core.AbstractColorProvider
Returns a shallow copy of itself.
shallowCopy(boolean) - Method in class adams.gui.visualization.core.AbstractMouseMovementTracker
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy(boolean) - Method in class adams.gui.visualization.core.AbstractPaintlet
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy(boolean) - Method in class adams.gui.visualization.core.axis.AbstractTickGenerator
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy(boolean) - Method in interface adams.gui.visualization.core.ColorGradientGenerator
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy(boolean) - Method in class adams.gui.visualization.core.RegExpColorProvider
Returns a shallow copy of itself.
shallowCopy(boolean) - Method in class adams.gui.visualization.core.RgbInNameColorProvider
Returns a shallow copy of itself.
shallowCopy(boolean) - Method in class adams.gui.visualization.image.AbstractImageOverlay
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy(boolean) - Method in class adams.gui.visualization.image.leftclick.AbstractLeftClickProcessor
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy(boolean) - Method in class adams.gui.visualization.image.paintlet.AbstractPaintlet
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy(boolean) - Method in class adams.gui.visualization.image.selection.AbstractSelectionProcessor
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy(boolean) - Method in class adams.gui.visualization.stats.scatterplot.AbstractScatterPlotOverlay
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy(boolean) - Method in class adams.gui.visualization.stats.zscore.AbstractZScoreOverlay
create a shallow copy of an overlay
shallowCopy(boolean) - Method in class adams.opt.genetic.AbstractGeneticAlgorithm
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy(boolean) - Method in class adams.opt.optimise.AbstractOptimiser
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy(OptionHandler[], boolean) - Static method in class adams.core.option.OptionUtils
Creates an OptionHandler array with the same options as the specified one.
shallowCopy(OptionHandler[], boolean, boolean) - Static method in class adams.core.option.OptionUtils
Creates an OptionHandler array with the same options as the specified one.
shallowCopy(OptionHandler, boolean) - Static method in class adams.core.option.OptionUtils
Creates an OptionHandler object with the same options as the specified one.
shallowCopy(OptionHandler, boolean, boolean) - Static method in class adams.core.option.OptionUtils
Creates an OptionHandler object with the same options as the specified one.
shallowCopy(Object) - Static method in class adams.core.option.OptionUtils
Attempts to create an object with the same options as the specified one.
shallowCopy(Object[]) - Static method in class adams.core.option.OptionUtils
Attempts to create an object array with the same options as the specified one.
SHALLOWCOPY - adams.flow.transformer.Copy.CopyType
 
ShallowCopySupporter<T> - Interface in adams.core
Interface for classes that support shallow copying, i.e., basically only the setup without the internal state.
shallowCopyTracker() - Method in class adams.gui.visualization.core.AbstractMouseMovementTracker
Returns a shallow copy of the tracker.
shallowCopyTracker() - Method in class adams.gui.visualization.core.CrossHairTracker
Returns a shallow copy of the tracker.
shallowCopyTracker() - Method in interface adams.gui.visualization.core.MouseMovementTracker
Returns a shallow copy of the tracker.
shallowCopyTracker() - Method in class adams.gui.visualization.core.MultiMouseMovementTracker
Returns a shallow copy of the tracker.
shallowCopyTracker(boolean) - Method in class adams.gui.visualization.core.AbstractMouseMovementTracker
Returns a shallow copy of the tracker.
shallowCopyTracker(boolean) - Method in class adams.gui.visualization.core.CrossHairTracker
Returns a shallow copy of the tracker.
shallowCopyTracker(boolean) - Method in interface adams.gui.visualization.core.MouseMovementTracker
Returns a shallow copy of the tracker.
shallowCopyTracker(boolean) - Method in class adams.gui.visualization.core.MultiMouseMovementTracker
Returns a shallow copy of the tracker.
shapeColorProviderTipText() - Method in class adams.flow.transformer.draw.ObjectLocationsFromReport
Returns the tip text for this property.
shapeColorProviderTipText() - Method in class adams.gui.tools.previewbrowser.ObjectCentersFromReport
Returns the tip text for this property.
shapeColorProviderTipText() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
Returns the tip text for this property.
shapeColorProviderTipText() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
Returns the tip text for this property.
shapeColorProviderTipText() - Method in class adams.gui.visualization.image.AbstractObjectOverlayFromReport
Returns the tip text for this property.
shapeColorProviderTipText() - Method in class adams.gui.visualization.image.ReportObjectOverlay
Returns the tip text for this property.
shapeColorsTipText() - Method in class adams.flow.transformer.draw.ObjectAnnotationsFromReport
Returns the tip text for this property.
shapeColorsTipText() - Method in class adams.gui.tools.previewbrowser.ObjectAnnotationsHandler
Returns the tip text for this property.
shapeColorsTipText() - Method in class adams.gui.tools.previewbrowser.ObjectAnnotationsReportHandler
Returns the tip text for this property.
shapeColorsTipText() - Method in class adams.gui.visualization.image.ObjectAnnotations
Returns the tip text for this property.
shapeColorsTipText() - Method in class adams.gui.visualization.object.overlay.ObjectAnnotations
Returns the tip text for this property.
ShapePlotter - Interface in adams.gui.visualization.object.objectannotations.shape
Interface for classes that plot shapes.
shapePlottersTipText() - Method in class adams.flow.transformer.draw.ObjectAnnotationsFromReport
Returns the tip text for this property.
shapePlottersTipText() - Method in class adams.gui.tools.previewbrowser.ObjectAnnotationsHandler
Returns the tip text for this property.
shapePlottersTipText() - Method in class adams.gui.tools.previewbrowser.ObjectAnnotationsReportHandler
Returns the tip text for this property.
shapePlottersTipText() - Method in class adams.gui.visualization.image.ObjectAnnotations
Returns the tip text for this property.
shapePlottersTipText() - Method in class adams.gui.visualization.object.overlay.ObjectAnnotations
Returns the tip text for this property.
shapeTipText() - Method in class adams.data.distribution.Gamma
Returns the tip text for this property.
shapeTipText() - Method in class adams.data.distribution.LogNormal
Returns the tip text for this property.
shapeTipText() - Method in class adams.flow.sink.JFreeChartFileWriter
Returns the tip text for this property.
shapeTipText() - Method in class adams.flow.sink.JFreeChartPlot
Returns the tip text for this property.
shapeTipText() - Method in class adams.gui.tools.spreadsheetviewer.chart.JFreeChart
Returns the tip text for this property.
shapeTipText() - Method in class adams.gui.visualization.object.objectannotations.outline.PolygonVertices
Returns the tip text for this property.
shapeTipText() - Method in class adams.gui.visualization.object.objectannotations.outline.RectangleVertices
Returns the tip text for this property.
shapeTipText() - Method in class adams.gui.visualization.stats.paintlet.Gamma
Tip text for the shape property
SHARE - adams.flow.control.ScopeHandler.ScopeHandling
share with outer scope.
SharedStringsTable - Class in adams.data
Common strings are represented by integers, conserving memory.
SharedStringsTable() - Constructor for class adams.data.SharedStringsTable
Initializes the table.
Sharpen4 - Class in adams.data.boofcv.transformer
Applies a Laplacian-4 based sharpen filter to the image.
Sharpen4() - Constructor for class adams.data.boofcv.transformer.Sharpen4
 
Sharpen8 - Class in adams.data.boofcv.transformer
Applies a Laplacian-8 based sharpen filter to the image.
Sharpen8() - Constructor for class adams.data.boofcv.transformer.Sharpen8
 
shear(double, double) - Method in class adams.gui.print.PostscriptGraphics
 
SHEET_VALUES - adams.flow.transformer.SpreadSheetInfo.InfoType
all (unique) cell values.
SheetHandler(ExcelStreamingSpreadSheetReader, SpreadSheet, SharedStringsTable) - Constructor for class adams.data.io.input.ExcelStreamingSpreadSheetReader.SheetHandler
Initializes the SAX handler.
SheetIndex - Class in adams.data.spreadsheet
Extended Index class that can use a sheet name to determine an index of a sheet as well.
SheetIndex() - Constructor for class adams.data.spreadsheet.SheetIndex
Initializes with no index.
SheetIndex(String) - Constructor for class adams.data.spreadsheet.SheetIndex
Initializes with the given index, but no maximum.
SheetIndex(String, int) - Constructor for class adams.data.spreadsheet.SheetIndex
Initializes with the given index and maximum.
SheetIndexEditor - Class in adams.gui.goe
Editor for SheetIndex objects.
SheetIndexEditor() - Constructor for class adams.gui.goe.SheetIndexEditor
 
SheetIndexParsing - Class in adams.core.option.parsing
For parsing SheetIndex options.
SheetIndexParsing() - Constructor for class adams.core.option.parsing.SheetIndexParsing
 
sheetNameTipText() - Method in class adams.flow.source.NewSpreadSheet
Returns the tip text for this property.
sheetPrefixTipText() - Method in class adams.data.io.output.AbstractMultiSheetSpreadSheetWriter
Returns the tip text for this property.
SheetRange - Class in adams.data.spreadsheet
Extended Range class that also allows sheet names for specifying sheet positions (names are case-insensitive, just like placeholders for 'first', 'second', etc).
SheetRange() - Constructor for class adams.data.spreadsheet.SheetRange
Initializes with no range.
SheetRange(String) - Constructor for class adams.data.spreadsheet.SheetRange
Initializes with the given range, but no maximum.
SheetRange(String, int) - Constructor for class adams.data.spreadsheet.SheetRange
Initializes with the given range and maximum.
SheetRangeEditor - Class in adams.gui.goe
A PropertyEditor for SheetRange objects.
SheetRangeEditor() - Constructor for class adams.gui.goe.SheetRangeEditor
 
SheetRangeParsing - Class in adams.core.option.parsing
For parsing SheetRange options.
SheetRangeParsing() - Constructor for class adams.core.option.parsing.SheetRangeParsing
 
sheetRangeTipText() - Method in class adams.data.io.input.AbstractMultiSheetSpreadSheetReader
Returns the tip text for this property.
sheetRangeTipText() - Method in interface adams.data.io.input.MultiSheetSpreadSheetReader
Returns the tip text for this property.
sheetSelectionChanged(SpreadSheetPanel, SpreadSheetTablePopupMenuItemHelper.TableState) - Method in class adams.gui.tools.spreadsheetviewer.tab.CellContent
Notifies the tab of the currently sheet.
sheetSelectionChanged(SpreadSheetPanel, SpreadSheetTablePopupMenuItemHelper.TableState) - Method in class adams.gui.tools.spreadsheetviewer.tab.ColumnStatistic
Notifies the tab of the currently sheet.
sheetSelectionChanged(SpreadSheetPanel, SpreadSheetTablePopupMenuItemHelper.TableState) - Method in class adams.gui.tools.spreadsheetviewer.tab.Information
Notifies the tab of the currently sheet.
sheetSelectionChanged(SpreadSheetPanel, SpreadSheetTablePopupMenuItemHelper.TableState) - Method in interface adams.gui.tools.spreadsheetviewer.tab.SelectionAwareViewerTab
Notifies the tab of the currently sheet.
shiftDownTipText() - Method in class adams.gui.visualization.image.leftclick.AbstractLeftClickProcessor
Returns the tip text for this property.
shiftDownTipText() - Method in class adams.gui.visualization.object.mouseclick.AbstractMouseClickProcessor
Returns the tip text for this property.
SHORT - adams.data.conversion.ByteArrayToPrimitiveArray.PrimitiveType
 
SHORT - adams.data.matlab.ArrayElementType
 
SHORT - adams.gui.core.NumberTextField.Type
 
shortcutTipText() - Method in class adams.gui.flow.tree.keyboardaction.AbstractKeyboardAction
Returns the tip text for this property.
ShortEditor - Class in adams.gui.goe
A custom editor for Shorts.
ShortEditor() - Constructor for class adams.gui.goe.ShortEditor
Initializes the editor.
shorten(String) - Method in class adams.gui.core.TitleGenerator
Shortens the string.
shorten(String, int, ShorteningType) - Static method in class adams.core.Shortening
Shortens a string if longer than the maximum.
shortenClassname(String) - Method in class adams.core.option.AbstractJavaCodeProducer
Tries to shorten the classname.
shortenCommandLine(Classifier) - Static method in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment
Returns a shortened commandline string for the classifier.
shortenComment(String) - Method in class adams.gui.core.Undo
Shortens the comment.
shortenEnd(String, int) - Static method in class adams.core.Shortening
Shortens a string (and appends "...") if longer than the allowed maximum number of characters.
Shortening - Class in adams.core
Helper class for shortening operations.
Shortening() - Constructor for class adams.core.Shortening
 
ShorteningType - Enum in adams.core
Determines where to shorten the comments.
shortenMiddle(String, int) - Static method in class adams.core.Shortening
Shortens the string in the middle (inserting "..") if longer than specified number of characters.
shortenStart(String, int) - Static method in class adams.core.Shortening
Shortens the string in the middle (inserting "..") if longer than specified number of characters.
shortName() - Method in class adams.gui.visualization.stats.zscore.AbstractZScoreOverlay
Return a short name for the overlay to display in the key
shortName() - Method in class adams.gui.visualization.stats.zscore.Mean
 
shortName() - Method in class adams.gui.visualization.stats.zscore.StdDev
 
ShortOption - Class in adams.core.option
Handles options with Short arguments.
ShortOption(OptionManager, String, String, Object, boolean, UserMode) - Constructor for class adams.core.option.ShortOption
Initializes the option.
ShortOption(OptionManager, String, String, Object, boolean, Short, Short, UserMode) - Constructor for class adams.core.option.ShortOption
Initializes the option.
ShortOption(OptionManager, String, String, Object, UserMode) - Constructor for class adams.core.option.ShortOption
Initializes the option.
ShortOption(OptionManager, String, String, Object, Short, Short, UserMode) - Constructor for class adams.core.option.ShortOption
Initializes the option.
shortTitleTipText() - Method in class adams.flow.core.AbstractDisplay
Returns the tip text for this property.
shortTitleTipText() - Method in class adams.flow.source.AbstractSelectObjects
Returns the tip text for this property.
shortTitleTipText() - Method in class adams.flow.transformer.AbstractInteractiveTransformerDialog
Returns the tip text for this property.
shortValue() - Method in class adams.core.base.BaseShort
Returns the short value.
SHOTGUN - weka.classifiers.trees.XGBoost.Updater
 
show(AbstractDisplay) - Method in class adams.flow.core.displaytype.AbstractDisplayType
Shows the display.
show(AbstractDisplay) - Method in class adams.flow.core.displaytype.Background
Shows the display.
show(AbstractDisplay) - Method in class adams.flow.core.displaytype.Default
Shows the display.
show(AbstractDisplay) - Method in class adams.flow.core.displaytype.DisplayInEditor
Shows the display.
show(AbstractDisplay) - Method in class adams.flow.core.displaytype.NoDisplay
Shows the display.
show(Component, int, int) - Method in class adams.gui.goe.GenericObjectEditorClassTreePopupMenu
Displays the menu, making sure it will fit on the screen.
SHOW_CHOOSE_CLASS_BUTTON - Static variable in class adams.gui.goe.GenericObjectEditor
whether to show the choose class button.
SHOW_VARIABLE_POPUP_BUTTON - Static variable in class adams.gui.goe.PropertySheetPanel
whether to show an extra button for variable popup menu.
showAbsolute(Component, int, int) - Method in class adams.gui.core.BasePopupMenu
Displays the popup menu using the absolute screen position.
showAbsolute(Component, MouseEvent) - Method in class adams.gui.core.BasePopupMenu
Displays the popup menu using the absolute screen position.
ShowAll<T extends DataContainer,​M extends AbstractContainerManager,​C extends AbstractContainer> - Class in adams.gui.visualization.container.datacontainerpanel.containerlistpopup
For showing all containers.
ShowAll() - Constructor for class adams.gui.visualization.container.datacontainerpanel.containerlistpopup.ShowAll
 
showAllLayers() - Method in class adams.gui.visualization.segmentation.layer.LayerManager
Shows all layers (excl image/background).
showBreakpoints(boolean) - Method in class adams.flow.execution.debug.ControlPanel
Shows the current breakpoints.
showCell(int, int) - Method in class adams.gui.core.BaseTable
Displays the specified cell.
showCell(int, int) - Method in class adams.gui.core.BaseTableWithButtons
Displays the specified cell.
showCellPopup(MouseEvent) - Method in class adams.gui.visualization.instances.InstancesTable
Shows a popup menu for the cells.
showCellPopupMenu(MouseEvent) - Method in class adams.gui.core.SpreadSheetTable
Shows a popup menu for the cells.
showClassTreeTipText() - Method in class adams.gui.flow.tree.keyboardaction.AbstractAddActor
Returns the tip text for this property.
showClassTreeTipText() - Method in class adams.gui.flow.tree.keyboardaction.AbstractQuickSearchActor
Returns the tip text for this property.
showConfirmMessage(Component, String) - Static method in class adams.gui.core.GUIHelper
Displays a confirmation dialog (yes/no/cancel) with the default title "Confirm".
showConfirmMessage(Component, String, String) - Static method in class adams.gui.core.GUIHelper
Displays a confirmation dialog (yes/no/cancel).
showConfirmMessage(Component, String, String, String) - Static method in class adams.gui.core.GUIHelper
Displays a confirmation dialog (yes/no/cancel).
showConfirmMessage(Component, String, String, String, String, String, String) - Static method in class adams.gui.core.GUIHelper
Displays a confirmation dialog (yes/no/cancel).
showConfirmMessage(Component, String, String, String, String, String, String, GUIHelper.DialogCommunication) - Static method in class adams.gui.core.GUIHelper
Displays a confirmation dialog (yes/no/cancel).
showConnectionsPopup() - Method in class adams.gui.core.SqlConnectionPanel
Shows the popup menu with the connections.
showConnectionsPopup() - Method in class adams.gui.goe.JdbcUrlEditor
Shows the popup menu with the connections.
showControlsTipText() - Method in class adams.flow.standalone.GridView
Returns the tip text for this property.
ShowCoordinates - Class in adams.gui.visualization.image.selection
Shows the coordination of the selection.
ShowCoordinates() - Constructor for class adams.gui.visualization.image.selection.ShowCoordinates
 
showCredentials() - Method in class adams.gui.tools.wekamultiexperimenter.setup.weka.JdbcOutputPanel
Displays a dialog for the user credentials.
showData() - Method in class adams.gui.visualization.stats.histogram.Histogram
Displays the data as spreadsheet.
showData() - Method in class adams.gui.visualization.stats.scatterplot.ScatterPlot
Displays the data as spreadsheet.
showData() - Method in class adams.gui.visualization.stats.zscore.ZScore
Displays the data as spreadsheet.
showDatabaseIDColumn() - Method in class adams.gui.visualization.container.ContainerModel
Returns whether the database ID column is to be displayed.
showDataTablePopup(MouseEvent) - Method in class adams.gui.tools.wekainvestigator.tab.AbstractInvestigatorTabWithEditableDataTable
Displays popup for table.
showDialog() - Method in class adams.flow.source.AbstractSelectObjects
Displays the dialog, prompting the user to select classes.
showDialog() - Method in class adams.flow.source.SelectObjects
Displays the dialog, prompting the user to select classes.
showDialog() - Method in class adams.flow.source.WekaSelectObjects
Displays the dialog, prompting the user to select classes.
showDialog(Component, String) - Method in class adams.gui.chooser.AbstractExtensionFileFilterFileChooser
Pops a custom file chooser dialog with a custom approve button.
showDialog(Component, String) - Method in class adams.gui.chooser.BaseFileChooser
Displays the dialog.
showDialog(Component, String) - Method in interface adams.gui.chooser.FileChooser
Pops a custom file chooser dialog with a custom approve button.
showDialog(Component, String) - Method in class adams.gui.print.JComponentWriterFileChooser
Pops a custom file chooser dialog with a custom approve button.
showDistributionTipText() - Method in class adams.flow.transformer.AbstractWekaPredictionsTransformer
Returns the tip text for this property.
showDistributionTipText() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.Predictions
Returns the tip text for this property.
showDropMenu(DropTargetDropEvent, BaseTreeNode) - Method in class adams.gui.core.DragAndDropTree
Displays a drop menu of how to drop the data.
showEditor() - Method in class adams.gui.goe.InlineEditor
Displays ther actual editor.
showErrorMessage(Component, String) - Static method in class adams.gui.core.GUIHelper
Displays an error message with the default title "Error".
showErrorMessage(Component, String, String) - Static method in class adams.gui.core.GUIHelper
Displays an error message.
showErrorMessage(Component, String, Throwable) - Static method in class adams.gui.core.GUIHelper
Displays an error message with the default title "Error".
showErrorMessage(Component, String, Throwable, String) - Static method in class adams.gui.core.GUIHelper
Displays an error message.
showErrorTipText() - Method in class adams.flow.transformer.AbstractWekaPredictionsTransformer
Returns the tip text for this property.
showErrorTipText() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.Predictions
Returns the tip text for this property.
showFavoritesMenu() - Method in class adams.gui.chooser.AbstractChooserPanel
Displays the favorites menu.
showFlowControlSubMenuTipText() - Method in class adams.flow.sink.AbstractGraphicalDisplay
Returns the tip text for this property.
showFlowControlSubMenuTipText() - Method in class adams.flow.sink.AbstractTextualDisplay
Returns the tip text for this property.
showFlowControlSubMenuTipText() - Method in class adams.flow.sink.DisplayPanelGrid
Returns the tip text for this property.
showFlowControlSubMenuTipText() - Method in class adams.flow.sink.DisplayPanelManager
Returns the tip text for this property.
showFlowControlSubMenuTipText() - Method in class adams.flow.standalone.AbstractMultiView
Returns the tip text for this property.
showFormulasTipText() - Method in class adams.flow.sink.SpreadSheetDisplay
Returns the tip text for this property.
showFrame(String) - Method in interface adams.gui.core.AbstractNamedHistoryPanel.FrameDisplaySupporter
Displays the entry in a new frame.
showFrame(String) - Method in class adams.gui.core.BufferHistoryPanel
Displays the buffer in a separate frame.
showFrame(String) - Method in class adams.gui.help.HelpHistoryPanel
Displays the buffer in a separate frame.
showGraphicalFlowExecutionListeners() - Method in class adams.flow.control.Flow
Displays the graphical flow executions listeners tab.
showGraphicalOutputTipText() - Method in class adams.flow.transformer.ProcessActor
Returns the tip text for this property.
showGridLinesTipText() - Method in class adams.gui.visualization.core.AxisPanelOptions
Returns the tip text for this property.
showHeaderPopup(MouseEvent) - Method in class adams.gui.visualization.instances.InstancesTable
Shows a popup menu for the header.
showHeaderPopupMenu(MouseEvent) - Method in class adams.gui.core.SpreadSheetTable
Shows a popup menu for the header.
showHelp() - Method in class adams.gui.goe.AbstractBaseDateTypeEditor
Displays the help for the
showHelp() - Method in class adams.gui.tools.spreadsheetviewer.tab.Query
Displays the grammar.
showHelp() - Method in class adams.gui.tools.wekainvestigator.tab.DataQueryTab
Displays the help for the queries.
showHelp(Class) - Static method in class adams.gui.help.HelpFrame
Shows the help in the frame.
showHelp(Class, String, boolean) - Static method in class adams.gui.help.HelpFrame
Shows the help in the frame.
showHelp(Object) - Static method in class adams.gui.help.HelpFrame
Shows the help in the frame.
showHelp(String) - Method in class adams.gui.flow.ActorTreePanel
Displays a help dialog for the actor.
showHelp(String, HelpContainer) - Method in class adams.gui.help.HelpFrame
Shows the help.
showHelp(String, String, boolean) - Static method in class adams.gui.help.HelpFrame
Shows the help in the frame.
showHighlights(Properties) - Method in class adams.gui.visualization.image.plugins.MarkLocation
Displays the highlight specified in the properties.
showHistogram(List<InstanceContainer>) - Method in class adams.gui.visualization.instance.InstancePanel
Displays the histograms for the given instances.
showHistogram(List<SpreadSheetRowContainer>) - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowPanel
Displays the histograms for the given instances.
showImage() - Method in class adams.gui.chooser.ImagePreview
Shows the current thumbnail as full-size image in a new dialog.
showIndexTipText() - Method in class adams.flow.transformer.pixelselector.ClassificationOverlay
Returns the tip text for this property.
showInformationMessage(Component, String) - Static method in class adams.gui.core.GUIHelper
Displays an information message with the default title "Information".
showInformationMessage(Component, String, String) - Static method in class adams.gui.core.GUIHelper
Displays an information message.
showInformationMessage(Component, String, String, boolean, Dimension) - Static method in class adams.gui.core.GUIHelper
Displays an information message.
showInputDialog(Component, String) - Static method in class adams.gui.core.GUIHelper
A simple dialog for entering a string.
showInputDialog(Component, String, String) - Static method in class adams.gui.core.GUIHelper
A simple dialog for entering a string.
showInputDialog(Component, String, String, String) - Static method in class adams.gui.core.GUIHelper
A simple dialog for entering a string.
showInputDialog(Component, String, String, String[]) - Static method in class adams.gui.core.GUIHelper
A simple dialog for selecting a string.
showInputDialog(Component, String, String, String[], GUIHelper.InputDialogMultiValueSelection, String) - Static method in class adams.gui.core.GUIHelper
A simple dialog for entering a string.
showInputDialog(Component, String, String, String[], GUIHelper.InputDialogMultiValueSelection, String, GUIHelper.DialogCommunication) - Static method in class adams.gui.core.GUIHelper
A simple dialog for entering a string.
showInputDialog(Component, String, String, String[], String) - Static method in class adams.gui.core.GUIHelper
A simple dialog for selecting a string.
showInputDialog(Component, String, String, String, GUIHelper.DialogCommunication) - Static method in class adams.gui.core.GUIHelper
A simple dialog for entering a string.
showInputDialog(Component, String, String, String, GUIHelper.DialogCommunication, int, int) - Static method in class adams.gui.core.GUIHelper
A simple dialog for entering a string.
showInputDialogButtons(Component, String, String, String[], String, boolean, GUIHelper.DialogCommunication) - Static method in class adams.gui.core.GUIHelper
A simple dialog for selecting a string by clicking on a button.
showInputDialogComboBox(Component, String, String, String[], String, GUIHelper.DialogCommunication) - Static method in class adams.gui.core.GUIHelper
A simple dialog for selecting a string.
showInstanceExplorer() - Method in class weka.gui.explorer.ExplorerExt
Displays the data in the Instance Explorer.
showLabelTipText() - Method in class adams.flow.transformer.pixelselector.ClassificationOverlay
Returns the tip text for this property.
showListPopup(MouseEvent) - Method in class adams.gui.tools.wekamultiexperimenter.setup.ClassifierPanel
Displays the popup for the list.
showMenu() - Method in class adams.gui.core.BaseButtonWithDropDownMenu
Shows the menu.
showMenu() - Method in class adams.gui.core.BaseFlatButtonWithDropDownMenu
Shows the menu.
showMessage() - Method in class adams.gui.flow.FlowEditorPanel
Displays the message in the status bar in a separate dialog.
showMessage() - Method in class adams.gui.flow.FlowRunnerPanel
Displays the message in the status bar in a separate dialog.
showMessage(String) - Method in class adams.gui.flow.FlowControlCenterPanel
Displays the given message in a separate dialog.
showMessage(String) - Method in class adams.gui.flow.FlowRunnerPanel
Displays the given message in a separate dialog.
showMessage(String) - Method in class adams.scripting.connection.AbstractSSHConnection.TrustAll
 
showMessage(String, boolean) - Method in class adams.gui.flow.FlowEditorPanel
Displays the given message in a separate dialog.
showNodePopupMenu(MouseEvent) - Method in class adams.gui.core.dom.DOMTree
Shows a popup if possible for the given mouse event.
showNodePopupMenu(MouseEvent) - Method in class adams.gui.core.json.JsonTree
Shows a popup if possible for the given mouse event.
showNodePopupMenu(MouseEvent) - Method in class adams.gui.flow.tree.Tree
Shows a popup if possible for the given mouse event.
showNodeQuickActionMenu(MouseEvent) - Method in class adams.gui.flow.tree.Tree
Shows a quick action popup if possible for the given mouse event.
showNotes(List<C>) - Method in class adams.gui.visualization.container.DataContainerPanelWithContainerList
Displays the notes for the given chromatograms.
showNotification(String, FlowPanelNotificationArea.NotificationType) - Method in class adams.gui.flow.FlowPanel
Displays the notification text.
showNotification(String, FlowPanelNotificationArea.NotificationType) - Method in class adams.gui.flow.FlowPanelNotificationArea
Displays the notification text.
showNotification(String, FlowPanelNotificationArea.NotificationType) - Method in class adams.gui.flow.FlowRunnerPanel
Displays the notification text.
showNotification(String, FlowPanelNotificationArea.NotificationType) - Method in class adams.gui.flow.FlowWorker
Displays the given message in a separate dialog.
showNotification(String, FlowPanelNotificationArea.NotificationType) - Method in interface adams.gui.flow.FlowWorkerHandler
Displays the notification text.
showNotification(JComponent, String) - Method in class adams.gui.flow.FlowPanel
Displays the notification component.
showNotification(JComponent, String) - Method in class adams.gui.flow.FlowRunnerPanel
Displays the notification component.
showNotification(JComponent, String) - Method in interface adams.gui.flow.FlowWorkerHandler
Displays the notification component.
showObjectPanelTipText() - Method in class adams.gui.tools.previewbrowser.ObjectAnnotationsHandler
Returns the tip text for this property.
showObjectPanelTipText() - Method in class adams.gui.tools.previewbrowser.ObjectAnnotationsReportHandler
Returns the tip text for this property.
showObjectPanelTipText() - Method in class adams.gui.tools.previewbrowser.ObjectCentersFromReport
Returns the tip text for this property.
showObjectPanelTipText() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
Returns the tip text for this property.
showObjectPanelTipText() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
Returns the tip text for this property.
showObjectPanelTipText() - Method in class adams.gui.visualization.image.AbstractObjectOverlayFromReport
Returns the tip text for this property.
showObjectPanelTipText() - Method in class adams.gui.visualization.image.ObjectAnnotations
Returns the tip text for this property.
showOpenDialog(Component) - Method in class adams.gui.chooser.AbstractConfigurableExtensionFileFilterFileChooser
Pops up an "Open File" file chooser dialog.
showOpenDialog(Component) - Method in class adams.gui.chooser.AbstractExtensionFileFilterFileChooser
Pops up an "Open File" file chooser dialog.
showOpenDialog(Component) - Method in interface adams.gui.chooser.FileChooser
Pops up an "Open File" file chooser dialog.
showOpenDialog(Component) - Method in class adams.gui.print.JComponentWriterFileChooser
Throws an exception.
showOptions() - Method in class adams.gui.selection.AbstractConditionalDatabaseSelectionPanel
Displays the options for selecting the names.
showOptions() - Method in class adams.gui.tools.LogEntryDatabaseViewerPanel
Displays the options.
showOptionsTipText() - Method in class adams.flow.sink.ZScoreDisplay
Return a tip text for the attribute name property
showOutputGeneratorsFavorites() - Method in class adams.gui.tools.wekainvestigator.tab.AssociateTab
Shows the favorites popup menu for the output generators.
showOutputGeneratorsFavorites() - Method in class adams.gui.tools.wekainvestigator.tab.AttributeSelectionTab
Shows the favorites popup menu for the output generators.
showOutputGeneratorsFavorites() - Method in class adams.gui.tools.wekainvestigator.tab.ClassifyTab
Shows the favorites popup menu for the output generators.
showOutputGeneratorsFavorites() - Method in class adams.gui.tools.wekainvestigator.tab.ClusterTab
Shows the favorites popup menu for the output generators.
showOutputGeneratorsFavorites() - Method in class adams.gui.tools.wekainvestigator.tab.ExperimentTab
Shows the favorites popup menu for the output generators.
showPointPanelTipText() - Method in class adams.gui.tools.previewbrowser.DeepLabCutCSVHandler
Returns the tip text for this property.
showPointPanelTipText() - Method in class adams.gui.tools.previewbrowser.PointsFromReportHandler
Returns the tip text for this property.
showPointPanelTipText() - Method in class adams.gui.visualization.image.AbstractPointOverlayFromReport
Returns the tip text for this property.
showPopup(MouseEvent) - Method in class adams.gui.core.AbstractNamedHistoryPanel
Generates and pops up the right-click menu on the JList.
showPopup(MouseEvent) - Method in class adams.gui.core.dotnotationtree.DotNotationTree
Displays a popup menu, if available.
showPopup(MouseEvent) - Method in class adams.gui.core.MultiPagePane
Generates and pops up the right-click menu on the JList.
showPopup(MouseEvent) - Method in class adams.gui.visualization.debug.objecttree.Tree
Brings up a popup menu.
showPopup(MouseEvent) - Method in class adams.gui.visualization.image.ImagePanel.PaintPanel
Displays a popup-menu.
showPopup(String, int, int) - Method in class weka.gui.explorer.ExperimentPanel
Handles constructing a popup menu with visualization options.
showPopupMenu(MouseEvent) - Method in class adams.gui.core.dom.DOMTreeWithPreview
Shows a popup menu.
showPopupMenu(MouseEvent) - Method in class adams.gui.core.TextEditorPanel
Shows the popup menu for the text area.
showPopupMenu(MouseEvent) - Method in interface adams.gui.event.PopupMenuListener
The popup menu is shown.
showPopupMenu(JPopupMenu, Component, int, int) - Static method in class adams.gui.core.GUIHelper
Displays a popup menu.
showPopupMenu(JPopupMenu, Component, MouseEvent) - Static method in class adams.gui.core.GUIHelper
Displays a popup menu.
showProbabilityTipText() - Method in class adams.flow.transformer.AbstractWekaPredictionsTransformer
Returns the tip text for this property.
showProbabilityTipText() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.Predictions
Returns the tip text for this property.
showProgress() - Method in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment
Updates the progress of the experiment.
showProgress(String) - Method in class adams.gui.tools.wekamultiexperimenter.ExperimenterPanel
Displays a progresss message.
showPropertiesTipText() - Method in class adams.flow.sink.ImageViewer
Returns the tip text for this property.
showPropertyDialog() - Method in class adams.gui.goe.PropertyPanel
Displays the property edit dialog for the panel.
showRawData(C) - Method in class adams.gui.visualization.timeseries.TimeseriesPanel
Displays a dialog with the given timeseries as raw data.
showReports(List<C>) - Method in class adams.gui.visualization.timeseries.TimeseriesPanel
Displays a dialog with the given reports.
showResizeDialog() - Method in class adams.gui.visualization.sequence.XYSequencePanel
Shows a dialog that allows the user to resize the plot.
showRestartNotification() - Method in class adams.gui.application.PreferencesManagerPanel
Shows a dialog telling the user to restart the applications for the changes to take effect.
showRowIndexColumnTipText() - Method in class adams.flow.sink.SpreadSheetDisplay
Returns the tip text for this property.
showSaveDialog(Component) - Method in class adams.gui.chooser.AbstractConfigurableExtensionFileFilterFileChooser
Pops up an "Save File" file chooser dialog.
showSaveDialog(Component) - Method in class adams.gui.chooser.AbstractExtensionFileFilterFileChooser
Pops up an "Save File" file chooser dialog.
showSaveDialog(Component) - Method in interface adams.gui.chooser.FileChooser
Pops up a "Save File" file chooser dialog.
showSaveDialog(Component) - Method in class adams.gui.print.JComponentWriterFileChooser
Pops up an "Save File" file chooser dialog.
showSecondsTipText() - Method in class adams.flow.standalone.Stopwatch
Returns the tip text for this property.
showSidePanelTipText() - Method in class adams.flow.sink.ActualVsPredictedPlot
Returns the tip text for this property.
showSidePanelTipText() - Method in class adams.flow.sink.SequencePlotter
Returns the tip text for this property.
showSidePanelTipText() - Method in class adams.flow.sink.SimplePlot
Returns the tip text for this property.
showSidePanelTipText() - Method in class adams.flow.sink.TimeseriesDisplay
Returns the tip text for this property.
showSimpleCellPopupMenu(MouseEvent) - Method in class adams.gui.core.BaseTable
Pops up a simple cell menu.
showSimpleHeaderPopupMenu(MouseEvent) - Method in class adams.gui.core.BaseTable
Pops up a simple header menu.
showSource(boolean) - Method in class adams.flow.execution.debug.ControlPanel
Displays the source code (nested format) of the current flow.
showStatistics() - Method in class adams.gui.flow.menu.FileProperties
Displays statistics about the current flow.
showStatistics(List<InformativeStatistic>) - Method in class adams.gui.visualization.timeseries.TimeseriesPanel
Displays a dialog with the given statistics.
showStatus(boolean, String) - Method in interface adams.core.StatusMessageHandlerExt
Displays a message.
showStatus(boolean, String) - Method in class adams.gui.core.BaseStatusBar
Displays a message.
showStatus(boolean, String) - Method in class adams.gui.flow.FlowEditorPanel
Displays a message.
showStatus(boolean, String) - Method in class adams.gui.flow.FlowPanel
Displays a message.
showStatus(boolean, String) - Method in class adams.gui.tools.FileCommanderPanel
Displays a message.
showStatus(boolean, String) - Method in class adams.gui.workspace.AbstractWorkspacePanelWithStatusBar
Displays a message.
showStatus(String) - Method in interface adams.core.StatusMessageHandler
Displays a message.
showStatus(String) - Method in class adams.flow.setup.FlowSetup
Displays a message, using the manager's StatusMessageHandler (if one is set).
showStatus(String) - Method in class adams.gui.core.BaseStatusBar
Displays a message (left).
showStatus(String) - Method in class adams.gui.dialog.AbstractDatabaseConnectionPanel
Displays a message.
showStatus(String) - Method in class adams.gui.flow.FlowControlCenterPanel
Displays a message.
showStatus(String) - Method in class adams.gui.flow.FlowEditorPanel
Displays a message.
showStatus(String) - Method in class adams.gui.flow.FlowPanel
Displays a message.
showStatus(String) - Method in class adams.gui.flow.FlowRunnerPanel
Displays a message.
showStatus(String) - Method in class adams.gui.flow.FlowWorker
Displays a message.
showStatus(String) - Method in class adams.gui.flow.notificationareaaction.AbstractNotificationAreaAction
Displays a message.
showStatus(String) - Method in class adams.gui.scripting.AbstractCommandProcessor
Displays the status, if the owner is a StatusMessageHandler, otherwise it just prints the status on the commandline.
showStatus(String) - Method in class adams.gui.scripting.AbstractScriptingDialog
Displays a message.
showStatus(String) - Method in class adams.gui.scripting.AbstractScriptlet
Displays the status, if the owner is a StatusMessageHandler, otherwise it just prints the status on the commandline.
showStatus(String) - Method in class adams.gui.tools.filecommander.AbstractFileCommanderAction
Displays a message.
showStatus(String) - Method in class adams.gui.tools.FileCommanderPanel
Displays a message.
showStatus(String) - Method in class adams.gui.tools.wekainvestigator.datatable.action.AbstractEditableDataTableAction
Displays a message.
showStatus(String) - Method in class adams.gui.tools.wekainvestigator.evaluation.AbstractEvaluation
Displays a message.
showStatus(String) - Method in class adams.gui.tools.wekainvestigator.InvestigatorPanel
Displays a message.
showStatus(String) - Method in class adams.gui.tools.wekainvestigator.source.AbstractSource
Displays a message.
showStatus(String) - Method in class adams.gui.tools.wekainvestigator.tab.AbstractInvestigatorTab
Displays a message.
showStatus(String) - Method in class adams.gui.tools.wekainvestigator.tab.AssociateTab
Displays a message.
showStatus(String) - Method in class adams.gui.tools.wekainvestigator.tab.AttributeSelectionTab
Displays a message.
showStatus(String) - Method in class adams.gui.tools.wekainvestigator.tab.ClassifyTab
Displays a message.
showStatus(String) - Method in class adams.gui.tools.wekainvestigator.tab.ClusterTab
Displays a message.
showStatus(String) - Method in class adams.gui.tools.wekainvestigator.tab.ExperimentTab
Displays a message.
showStatus(String) - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.attributeselaction.AbstractSelectedAttributesAction
Displays a message.
showStatus(String) - Method in class adams.gui.tools.wekamultiexperimenter.ExperimenterPanel
Displays a message.
showStatus(String) - Method in class adams.gui.tools.wekamultiexperimenter.runner.AbstractExperimentRunner
Displays a message.
showStatus(String) - Method in class adams.gui.visualization.container.DataContainerPanel
Displays a message.
showStatus(String) - Method in class adams.gui.visualization.image.ImagePanel
Displays a message.
showStatus(String) - Method in class adams.gui.visualization.instance.InstanceComparePanel
Displays a message.
showStatus(String) - Method in class adams.gui.visualization.instance.InstanceExplorer
Displays a message.
showStatus(String) - Method in class adams.gui.visualization.object.ObjectAnnotationPanel
Displays a message.
showStatus(String) - Method in class adams.gui.visualization.spreadsheet.SpreadSheetExplorer
Displays a message.
showStatus(String) - Method in class adams.gui.visualization.timeseries.TimeseriesExplorer
Displays a message.
showStatus(String) - Method in class adams.gui.workspace.AbstractWorkspacePanelWithStatusBar
Displays a message.
showStopButtonTipText() - Method in class adams.flow.sink.ProgressBar
Returns the tip text for this property.
showStorage() - Method in class adams.gui.flow.FlowPanel
Displays the storage in the currently running flow.
showStorage(boolean) - Method in class adams.flow.execution.debug.ControlPanel
Shows the current temporary storage.
showTable(int) - Method in class adams.gui.visualization.report.ReportFactory.Panel
Displays the selected report.
showTablePopup(MouseEvent) - Method in class adams.gui.flow.FlowControlCenterPanel
Displays a popup for the table.
showTablePopup(MouseEvent) - Method in class adams.gui.visualization.debug.StoragePanel
Shows popup for table.
showTextLabelPopupMenu(MouseEvent, boolean) - Method in class adams.gui.visualization.debug.SideBySideDiffPanel
Shows popup menu for text labels showing the filename.
ShowTriggers - Class in adams.gui.flow.menu
Shows a dialog that lists all currently active triggers.
ShowTriggers() - Constructor for class adams.gui.flow.menu.ShowTriggers
 
showValue(int) - Method in class adams.gui.tools.VariableManagementPanel
Shows the value of the variable in the specified row in a separate dialog.
showVariables() - Method in class adams.gui.flow.FlowPanel
Displays the variables in the currently running flow.
showVariables(boolean) - Method in class adams.flow.execution.debug.ControlPanel
Displays the current variables in the system.
showVisibilityColumn() - Method in class adams.gui.visualization.container.ContainerModel
Returns whether the visibility column is to be displayed.
showWatchExpressions(boolean) - Method in class adams.flow.execution.debug.ControlPanel
Displays dialog with watch expressions.
showWeightTipText() - Method in class adams.flow.transformer.AbstractWekaPredictionsTransformer
Returns the tip text for this property.
showWeightTipText() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.Predictions
Returns the tip text for this property.
showWindow(Child) - Method in class adams.gui.application.AbstractApplicationFrame
brings child frame to the top.
showWindow(Class) - Method in class adams.gui.application.AbstractApplicationFrame
brings the first frame to the top that is of the specified window class.
showYearButtons - Variable in class adams.gui.chooser.DatePanel
 
SHUFFLE - weka.classifiers.trees.XGBoost.FeatureSelector
 
shutdownHookTipText() - Method in class adams.flow.FlowRunner
Returns the tip text for this property.
SIDE_BY_SIDE - adams.flow.transformer.Diff.DiffType
side-by-side.
sideBySide(File, File) - Static method in class adams.core.DiffUtils
Generates a side-by-side diff for the two files.
sideBySide(String[], String[]) - Static method in class adams.core.DiffUtils
Generates a side-by-side diff for the two lists.
sideBySide(List<String>, List<String>) - Static method in class adams.core.DiffUtils
Generates a side-by-side diff for the two lists.
SideBySide - Class in adams.flow.transformer.compareobjectlocations
Generates a side-by-side comparison.
SideBySide() - Constructor for class adams.flow.transformer.compareobjectlocations.SideBySide
 
SIDEBYSIDE_ENDPOS - Static variable in class adams.core.DiffUtils
the index for the list of end positions of deltas in side-by-side diff.
SIDEBYSIDE_FIRST - Static variable in class adams.core.DiffUtils
the index for the first file in side-by-side diff.
SIDEBYSIDE_INDICATOR - Static variable in class adams.core.DiffUtils
the index for the indicator list in side-by-side diff.
SIDEBYSIDE_SECOND - Static variable in class adams.core.DiffUtils
the index for the second file in side-by-side diff.
SIDEBYSIDE_SIZE - Static variable in class adams.core.DiffUtils
the number of array elements in side-by-side diff.
SIDEBYSIDE_STARTPOS - Static variable in class adams.core.DiffUtils
the index for the list of start positions of deltas in side-by-side diff.
SideBySide.SideBySidePanel - Class in adams.flow.transformer.compareobjectlocations
Panel for displaying the annotations/predictions side-by-side.
SideBySideDiff - Class in adams.flow.sink
Actor for displaying a side-by-side diff.
SideBySideDiff() - Constructor for class adams.core.DiffUtils.SideBySideDiff
Initializes the container with an empty diff.
SideBySideDiff() - Constructor for class adams.flow.sink.SideBySideDiff
 
SideBySideDiff(List[]) - Constructor for class adams.core.DiffUtils.SideBySideDiff
Initializes the container.
SideBySideDiffPanel - Class in adams.gui.visualization.debug
Panel for displaying side-by-side diff.
SideBySideDiffPanel() - Constructor for class adams.gui.visualization.debug.SideBySideDiffPanel
 
SideBySideDiffToString - Class in adams.data.conversion
Turns a side-by-side diff object into a string.
SideBySideDiffToString() - Constructor for class adams.data.conversion.SideBySideDiffToString
 
SideBySidePanel() - Constructor for class adams.flow.transformer.compareobjectlocations.SideBySide.SideBySidePanel
 
SidePanel<T extends DataContainer,​M extends AbstractContainerManager,​C extends AbstractContainer> - Class in adams.gui.visualization.container.datacontainerpanel.plotpopup
For showing/hiding the side panel.
SidePanel() - Constructor for class adams.gui.visualization.container.datacontainerpanel.plotpopup.SidePanel
 
sidePanelWidthTipText() - Method in class adams.flow.sink.SequencePlotter
Returns the tip text for this property.
sideTypeTipText() - Method in class adams.data.objectfilter.MakeSquare
Returns the tip text for this property.
sigmaTipText() - Method in class adams.data.image.transformer.LaplaceOfGaussian
Returns the tip text for this property.
sigmaXTipText() - Method in class adams.data.opencv.transformer.GaussianBlur
Returns the tip text for this property.
sigmaYTipText() - Method in class adams.data.opencv.transformer.GaussianBlur
Returns the tip text for this property.
signalToNoiseRatio(double[]) - Static method in class adams.data.statistics.StatUtils
Calculates the signal/noise ratio.
signalToNoiseRatio(Number[]) - Static method in class adams.data.statistics.StatUtils
Calculates the signal/noise ratio.
SignalToNoiseRatio - Class in adams.data.spreadsheet.colstatistic
Calculates the signal to noise ratio for a numeric column.
For more information, see:
WikiPedia.
SignalToNoiseRatio - Class in adams.data.spreadsheet.rowstatistic
Calculates the signal to noise ratio for a numeric row.
For more information, see:
WikiPedia.
SignalToNoiseRatio() - Constructor for class adams.data.spreadsheet.colstatistic.SignalToNoiseRatio
 
SignalToNoiseRatio() - Constructor for class adams.data.spreadsheet.rowstatistic.SignalToNoiseRatio
 
SIGNATURE_SEPARATOR - Static variable in class adams.core.net.EmailHelper
the separator between body and signature.
signatureTipText() - Method in class adams.flow.sink.sendnotification.Email
Returns the tip text for this property.
signatureTipText() - Method in class adams.flow.transformer.CreateEmail
Returns the tip text for this property.
significanceTipText() - Method in class adams.flow.transformer.WekaExperimentEvaluation
Returns the tip text for this property.
significanceTipText() - Method in class adams.gui.tools.wekainvestigator.tab.experimenttab.output.TextOutput
Returns the tip text for this property.
SIGNUM - Static variable in interface adams.parser.booleanexpression.sym
 
SIGNUM - Static variable in interface adams.parser.lookupupdate.sym
 
SIGNUM - Static variable in interface adams.parser.mathematicalexpression.sym
 
SIGNUM - Static variable in interface adams.parser.stringexpression.sym
 
SILENT - weka.classifiers.trees.XGBoost.Verbosity
 
silentTipText() - Method in class adams.doc.javadoc.Javadoc
Returns the tip text for this property.
silentTipText() - Method in class adams.flow.core.AbstractActor
Returns the tip text for this property.
silentTipText() - Method in class adams.gui.visualization.image.selection.CopyToClipboard
Returns the tip text for this property.
silentTipText() - Method in class weka.classifiers.MultiLevelSplitGenerator
Returns the tip text for this property.
Simple - Class in adams.flow.transformer.spreadsheetmethodmerge
Just merges the spreadsheets side by side.
Simple - Class in adams.flow.transformer.wekadatasetsmerge
Just merges the datasets side by side.
Simple - Class in adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.finalmodel
Simply builds the classifier on the full dataset.
Simple - Class in weka.classifiers.meta.socketfacade
Simple preparation scheme, using JSON with the actual data in CSV format.
Simple() - Constructor for class adams.flow.transformer.spreadsheetmethodmerge.Simple
 
Simple() - Constructor for class adams.flow.transformer.wekadatasetsmerge.Simple
 
Simple() - Constructor for class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.finalmodel.Simple
 
Simple() - Constructor for class weka.classifiers.meta.socketfacade.Simple
 
SIMPLE - adams.flow.transformer.StringReplace.ReplaceType
String.replace(...).
Simple.SimpleRowSetIterator - Class in adams.flow.transformer.spreadsheetmethodmerge
Enumeration class which just returns the concatenation of the source data rows in order.
Simple.SimpleRowSetIterator - Class in adams.flow.transformer.wekadatasetsmerge
Enumeration class which just returns the concatenation of the source data rows in order.
SimpleApacheSendEmail - Class in adams.core.net
Uses Apache commons-email for sending emails.
SimpleApacheSendEmail() - Constructor for class adams.core.net.SimpleApacheSendEmail
 
SimpleArffLoader - Class in weka.core.converters
A simple ARFF loader, only supports batch loading.
SimpleArffLoader() - Constructor for class weka.core.converters.SimpleArffLoader
Initializes the loader.
SimpleArffSaver - Class in weka.core.converters
Writes the Instances to an ARFF file in batch mode.
SimpleArffSaver() - Constructor for class weka.core.converters.SimpleArffSaver
Constructor
SimpleArffSpreadSheetReader - Class in adams.data.io.input
Simple reader for Weka ARFF files, only supports NUMERIC, NOMINAL, STRING and DATE attributes.
SimpleArffSpreadSheetReader() - Constructor for class adams.data.io.input.SimpleArffSpreadSheetReader
 
SimpleArffSpreadSheetReader.AttributeType - Enum in adams.data.io.input
Attribute types.
SimpleArffSpreadSheetWriter - Class in adams.data.io.output
Simple writer for Weka ARFF files, only supports NUMERIC, NOMINAL, STRING and DATE attributes.
SimpleArffSpreadSheetWriter() - Constructor for class adams.data.io.output.SimpleArffSpreadSheetWriter
 
SimpleAsciiToUnicode - Class in adams.data.conversion
Turns an ASCII string into a Unicode one, by replacing hexadecimal unicode character representations like '\xf3' with their unicode characters.
For instance, "D'\xe1'cil" becomes "Dácil".
SimpleAsciiToUnicode() - Constructor for class adams.data.conversion.SimpleAsciiToUnicode
 
simpleAttributeNamesTipText() - Method in class weka.filters.unsupervised.attribute.PrincipalComponentsJ
Returns the tip text for this property
SimpleBlockFill - Class in adams.flow.transformer.negativeregions
Finds largest blocks from starting points on grid.
SimpleBlockFill() - Constructor for class adams.flow.transformer.negativeregions.SimpleBlockFill
 
SimpleCentrist - Class in adams.data.lire.features
Generates features using net.semanticmetadata.lire.imageanalysis.features.global.centrist.SimpleCentrist.
For more information, see:
Jianxin Wu; Rehg, J.M.
SimpleCentrist() - Constructor for class adams.data.lire.features.SimpleCentrist
 
SimpleColorHistogram - Class in adams.data.lire.features
Generates features using net.semanticmetadata.lire.imageanalysis.features.global.SimpleColorHistogram.
For more information on the LIRE project, see:
http://www.lire-project.net/

SimpleColorHistogram() - Constructor for class adams.data.lire.features.SimpleColorHistogram
 
SimpleConsoleHandler - Class in adams.core.logging
Specialized logger for outputting the logging in the console.
SimpleConsoleHandler() - Constructor for class adams.core.logging.SimpleConsoleHandler
 
SimpleCrop - Class in adams.data.image.transformer.crop
Simple cropping algorithm that uses a fixed window.
SimpleCrop() - Constructor for class adams.data.image.transformer.crop.SimpleCrop
 
SimpleCsvSpreadSheetReader - Class in adams.data.io.input
Reads CSV files.
It is possible to force columns to be text.
SimpleCsvSpreadSheetReader() - Constructor for class adams.data.io.input.SimpleCsvSpreadSheetReader
 
SimpleDetrend - Class in weka.filters.unsupervised.attribute
Performs Detrend, using the specified correction scheme.
SimpleDetrend() - Constructor for class weka.filters.unsupervised.attribute.SimpleDetrend
 
SimpleDirectoryChooser - Class in adams.gui.chooser
A more intuitive dialog for selecting a directory than JFileChooser.
SimpleDirectoryChooser() - Constructor for class adams.gui.chooser.SimpleDirectoryChooser
Constructs a SimpleDirectoryChooser pointing to the user's default directory.
SimpleDirectoryChooser(File) - Constructor for class adams.gui.chooser.SimpleDirectoryChooser
Constructs a SimpleDirectoryChooser using the given File as the path.
SimpleDirectoryChooser(String) - Constructor for class adams.gui.chooser.SimpleDirectoryChooser
Constructs a SimpleDirectoryChooser using the given path.
SimpleDirectoryChooser.SimpleDirectoryChooserCommunication - Class in adams.gui.chooser
 
SimpleDirectoryChooserCommunication(SimpleDirectoryChooser) - Constructor for class adams.gui.chooser.SimpleDirectoryChooser.SimpleDirectoryChooserCommunication
Initializes the communication.
simpleEdit(Container, Object, String) - Static method in class adams.gui.goe.EditorHelper
Brings up the dialog for editing the Object.
SimpleErrorPaintlet - Class in adams.flow.sink.sequenceplotter
Simple error plots: line, errorbar, box.
SimpleErrorPaintlet() - Constructor for class adams.flow.sink.sequenceplotter.SimpleErrorPaintlet
 
SimpleErrorPaintlet.PlotType - Enum in adams.flow.sink.sequenceplotter
how to paint the errors.
SimpleFileList - Class in adams.flow.transformer.generatefilebaseddataset
Simply outputs the specified list of files in the container as a text file.
SimpleFileList() - Constructor for class adams.flow.transformer.generatefilebaseddataset.SimpleFileList
 
SimpleFilenameGenerator - Class in adams.core.io
Simple generator that assembles filename based on output dir, prefix, current object (string representation), suffix and extension.
SimpleFilenameGenerator() - Constructor for class adams.core.io.SimpleFilenameGenerator
 
SimpleFixedFilenameGenerator - Class in adams.core.io
Simply returns the supplied file name.
SimpleFixedFilenameGenerator() - Constructor for class adams.core.io.SimpleFixedFilenameGenerator
 
SimpleFixedLabelTickGenerator - Class in adams.gui.visualization.core.axis
A simple tick generator that uses a fixed list of labels.
SimpleFixedLabelTickGenerator() - Constructor for class adams.gui.visualization.core.axis.SimpleFixedLabelTickGenerator
 
SimpleFormat - Interface in adams.flow.sink.simplelogging.format
Interface for schemes that format logging messages.
SimpleHTML - Class in adams.gui.core.spreadsheetpreview
Simply displays the specified columns as HTML.
SimpleHTML() - Constructor for class adams.gui.core.spreadsheetpreview.SimpleHTML
 
SimpleHTML.SimpleTextPanel - Class in adams.gui.core.spreadsheetpreview
Displays the rows as HTML.
SimpleIDGenerator - Class in adams.data.id
A simple ID generator that can make use of data provided by classes implementing IDHandler and DatabaseIDHandler.
SimpleIDGenerator() - Constructor for class adams.data.id.SimpleIDGenerator
 
SimpleImageSegmentationAnnotationsHandler - Class in adams.gui.tools.previewbrowser
Overlays image segmentation annotations from a PNG over the original JPG image.
SimpleImageSegmentationAnnotationsHandler() - Constructor for class adams.gui.tools.previewbrowser.SimpleImageSegmentationAnnotationsHandler
 
SimpleInstanceLinePaintlet - Class in adams.gui.visualization.instance
Paintlet for generating a line plot for Instance objects (no markers).
SimpleInstanceLinePaintlet() - Constructor for class adams.gui.visualization.instance.SimpleInstanceLinePaintlet
 
SimpleInstancePanelUpdater - Class in adams.gui.visualization.instance
Updates the flow after the specified number of tokens have been processed.
SimpleInstancePanelUpdater() - Constructor for class adams.gui.visualization.instance.SimpleInstancePanelUpdater
 
SimpleJavaInstantiationWriter - Class in adams.data.io.output
Generates Java code from objects, using their command-line options to instantiate them.
SimpleJavaInstantiationWriter() - Constructor for class adams.data.io.output.SimpleJavaInstantiationWriter
 
SimpleLinearRegressionIntervalEstimator - Class in weka.classifiers.functions
Learns a simple linear regression model.
SimpleLinearRegressionIntervalEstimator() - Constructor for class weka.classifiers.functions.SimpleLinearRegressionIntervalEstimator
 
SimpleLinearRegressionWithAccess - Class in weka.classifiers.functions
Learns a simple linear regression model.
SimpleLinearRegressionWithAccess() - Constructor for class weka.classifiers.functions.SimpleLinearRegressionWithAccess
 
SimpleLog - Class in adams.gui.flow.tree.record.add
Simply logs what actors got added.
SimpleLog - Class in adams.gui.flow.tree.record.enclose
Simply logs what actors get enclosed.
SimpleLog() - Constructor for class adams.gui.flow.tree.record.add.SimpleLog
 
SimpleLog() - Constructor for class adams.gui.flow.tree.record.enclose.SimpleLog
 
SimpleLogging - Class in adams.flow.sink
Turns the incoming objects into strings, formats them with the selected formatter and then outputs them with the specified output(s).
SimpleLogging() - Constructor for class adams.flow.sink.SimpleLogging
 
SimpleLogPanel - Class in adams.gui.core
Simple log panel.
SimpleLogPanel() - Constructor for class adams.gui.core.SimpleLogPanel
 
SimpleLogPanelRequestHandler - Class in adams.scripting.requesthandler
For logging requests.
SimpleLogPanelRequestHandler() - Constructor for class adams.scripting.requesthandler.SimpleLogPanelRequestHandler
 
SimpleLogPanelResponseHandler - Class in adams.scripting.responsehandler
For logging responses.
SimpleLogPanelResponseHandler() - Constructor for class adams.scripting.responsehandler.SimpleLogPanelResponseHandler
 
SimpleMailer - Class in adams.core.net
Reads emails stored in files and sends them.
SimpleMailer() - Constructor for class adams.core.net.SimpleMailer
 
SimpleMenu - Class in adams.flow.template
Generates a sub-flow that displays a dialog with the choice strings as buttons.
If custom values are used, then these strings get stored in the variable rather than the choice strings.
When enabling looping, ensure you have an exit option in the menu that sets the loop_state variable to 'false' to avoid an endless loop menu.
SimpleMenu() - Constructor for class adams.flow.template.SimpleMenu
 
simpleNameTipText() - Method in class adams.core.option.AbstractJavaCodeProducer
Returns the tip text for this property.
simpleNameTipText() - Method in class adams.core.PropertiesToCode
Returns the tip text for this property.
SimpleObjectToStringFilenameGenerator - Class in adams.core.io
Simple generator that just turns the incoming object into a string using the 'toString()' method.
SimpleObjectToStringFilenameGenerator() - Constructor for class adams.core.io.SimpleObjectToStringFilenameGenerator
 
SimpleOptionParser - Interface in adams.core.option
Interface for classes that can consume command-line options.
SimpleOutput - Interface in adams.flow.sink.simplelogging.output
Interface for schemes that output logging messages.
SimpleOverlay - Class in adams.data.imagesegmentation.operation
Combines base image (or just background color) and layers into a single image.
SimpleOverlay - Class in adams.flow.transformer.pixelselector
Simply highlights the selected pixel

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

Valid options are:

SimpleOverlay() - Constructor for class adams.data.imagesegmentation.operation.SimpleOverlay
 
SimpleOverlay() - Constructor for class adams.flow.transformer.pixelselector.SimpleOverlay
 
SimplePercentage - Class in adams.flow.transformer.arraysubsetgeneration
Uses the specified percentage to determine which first n elements are to be used in the new array.
SimplePercentage() - Constructor for class adams.flow.transformer.arraysubsetgeneration.SimplePercentage
 
SimplePlot - Class in adams.flow.sink
Actor for generating simple plots.

See also:
adams.flow.sink.SequencePlotter

Input/output:
- accepts:
   adams.flow.container.SequencePlotterContainer
   adams.flow.container.SequencePlotterContainer[]


Container information:
- adams.flow.container.SequencePlotterContainer: PlotName, X, Y, Content type, Error X, Error Y, MetaData

SimplePlot - Class in adams.gui.core.spreadsheettable
Allows to perform a simple plot of a column or row.
SimplePlot - Class in adams.gui.visualization.instances.instancestable
Allows to perform a simple plot of a column or row.
SimplePlot() - Constructor for class adams.flow.sink.SimplePlot
 
SimplePlot() - Constructor for class adams.gui.core.spreadsheettable.SimplePlot
 
SimplePlot() - Constructor for class adams.gui.visualization.instances.instancestable.SimplePlot
 
SimplePlotGenerator - Class in adams.flow.transformer.plotgenerator
Plots the numeric data from one or more columns.
SimplePlotGenerator() - Constructor for class adams.flow.transformer.plotgenerator.SimplePlotGenerator
 
SimplePlotUpdater - Class in adams.flow.sink.sequenceplotter
Updates the flow after the specified number of tokens have been processed.
SimplePlotUpdater - Class in adams.flow.sink.timeseriesdisplay
Updates the display after the specified number of tokens have been processed.
SimplePlotUpdater() - Constructor for class adams.flow.sink.sequenceplotter.SimplePlotUpdater
 
SimplePlotUpdater() - Constructor for class adams.flow.sink.timeseriesdisplay.SimplePlotUpdater
 
SimplePointAnnotator - Class in adams.gui.visualization.object.annotator
For annotating single points.
SimplePointAnnotator() - Constructor for class adams.gui.visualization.object.annotator.SimplePointAnnotator
 
SimplePointOverlayFromReport - Class in adams.gui.visualization.image
SimplePointOverlayFromReport - Class in adams.gui.visualization.object.overlay
SimplePointOverlayFromReport() - Constructor for class adams.gui.visualization.image.SimplePointOverlayFromReport
 
SimplePointOverlayFromReport() - Constructor for class adams.gui.visualization.object.overlay.SimplePointOverlayFromReport
 
SimplePreviewBrowserDialog - Class in adams.gui.dialog
Convenience dialog for the preview browser (only displays the preview).
SimplePreviewBrowserDialog() - Constructor for class adams.gui.dialog.SimplePreviewBrowserDialog
Creates a modeless dialog without a title and without a specified Frame owner.
SimplePreviewBrowserDialog(Dialog) - Constructor for class adams.gui.dialog.SimplePreviewBrowserDialog
Creates a modeless dialog without a title with the specified Dialog as its owner.
SimplePreviewBrowserDialog(Dialog, Dialog.ModalityType) - Constructor for class adams.gui.dialog.SimplePreviewBrowserDialog
Creates a dialog with the specified owner Dialog and modality.
SimplePreviewBrowserDialog(Frame) - Constructor for class adams.gui.dialog.SimplePreviewBrowserDialog
Creates a modeless dialog without a title with the specified Frame as its owner.
SimplePreviewBrowserDialog(Frame, boolean) - Constructor for class adams.gui.dialog.SimplePreviewBrowserDialog
Creates a dialog with the specified owner Frame, modality and an empty title.
SimpleProcessor - Class in adams.flow.standalone.logevent
Turns the log record into a simple string.
SimpleProcessor() - Constructor for class adams.flow.standalone.logevent.SimpleProcessor
 
SimplePruning - Class in adams.flow.sink.sequenceplotter
Simply prunes the sequences at the head if they exceed a pre-defined size limit.
SimplePruning() - Constructor for class adams.flow.sink.sequenceplotter.SimplePruning
 
SimpleResultSet - Class in adams.db
Simplified resultset that will close itself once you get to the end
SimpleResultSet(ResultSet) - Constructor for class adams.db.SimpleResultSet
Constructor
SimpleRSync - Class in adams.flow.source
An rsync wrapper with a reduced set of options.
SimpleRSync() - Constructor for class adams.flow.source.SimpleRSync
 
SimpleSavitzkyGolay - Class in adams.flow.control.plotprocessor
A processor that applies SimpleSavitzkyGolay smoothing.

For more information see:

A.
SimpleSavitzkyGolay() - Constructor for class adams.flow.control.plotprocessor.SimpleSavitzkyGolay
 
SimpleScriptEditorTemplatesDefinition - Class in adams.env
Definition for the ScriptEditor templates props file.
SimpleScriptEditorTemplatesDefinition() - Constructor for class adams.env.SimpleScriptEditorTemplatesDefinition
 
SimpleScriptParsing - Class in adams.core.option.parsing
For parsing AbstractSimpleScript derived options.
SimpleScriptParsing() - Constructor for class adams.core.option.parsing.SimpleScriptParsing
 
SimpleSelect - Class in adams.flow.transformer.pixelselector
Allows the user to select a pixel location.
Stores the location in 'Pixel.X' and 'Pixel.Y'.
SimpleSelect() - Constructor for class adams.flow.transformer.pixelselector.SimpleSelect
 
SimpleSend - Class in adams.flow.websocket.client
Simple client for sending messages.
SimpleSend(URI, Logger) - Constructor for class adams.flow.websocket.client.SimpleSend
Initializes the client with the specified URI.
SimpleSendGenerator - Class in adams.flow.websocket.client
Generates the SimpleSend client.
SimpleSendGenerator() - Constructor for class adams.flow.websocket.client.SimpleSendGenerator
 
SimpleSendWithQueue - Class in adams.flow.websocket.client
Simple client for sending messages, forwards the received response in the specified queue.
SimpleSendWithQueue(URI, Logger, StorageName) - Constructor for class adams.flow.websocket.client.SimpleSendWithQueue
Initializes the client with the specified URI.
SimpleSendWithQueueGenerator - Class in adams.flow.websocket.client
Generates the SimpleSendWithQueue client.
SimpleSendWithQueueGenerator() - Constructor for class adams.flow.websocket.client.SimpleSendWithQueueGenerator
 
SimpleSetupDialog(Dialog) - Constructor for class adams.gui.goe.WekaExperimentFileEditor.SimpleSetupDialog
Initializes the dialog.
SimpleSetupDialog(Frame) - Constructor for class adams.gui.goe.WekaExperimentFileEditor.SimpleSetupDialog
Initializes the dialog.
SimpleSpreadSheetRowLinePaintlet - Class in adams.gui.visualization.spreadsheet
Paintlet for generating a line plot for Instance objects (no markers).
SimpleSpreadSheetRowLinePaintlet() - Constructor for class adams.gui.visualization.spreadsheet.SimpleSpreadSheetRowLinePaintlet
 
SimpleSpreadSheetRowPanelUpdater - Class in adams.gui.visualization.spreadsheet
Updates the flow after the specified number of tokens have been processed.
SimpleSpreadSheetRowPanelUpdater() - Constructor for class adams.gui.visualization.spreadsheet.SimpleSpreadSheetRowPanelUpdater
 
SimpleStreamSpreadSheetReader - Class in adams.data.io.input
Reads file in simple stream format:
- one spreadsheet row per line in the output
- cells are separated by TAB
- cell format: '<1-based index>:<content-type ID>:<content>'
NB: tabs, new lines etc in the content get backquoted.
SimpleStreamSpreadSheetReader() - Constructor for class adams.data.io.input.SimpleStreamSpreadSheetReader
 
SimpleStreamSpreadSheetWriter - Class in adams.data.io.output
Simple stream format for spreadsheets:
- one spreadsheet row per line in the output
- cells are separated by TAB
- cell format: '<1-based index>:<content-type ID>:<content>'
NB: tabs, new lines etc in the content get backquoted.
SimpleStreamSpreadSheetWriter() - Constructor for class adams.data.io.output.SimpleStreamSpreadSheetWriter
 
SimpleStringReplace - Class in adams.flow.transformer
Performs a string replacement, using String.replace(.., ...).
If the 'replace' string contains both, variables and placeholders, then first all variables are expanded and then the placeholders.
SimpleStringReplace() - Constructor for class adams.flow.transformer.SimpleStringReplace
 
SimpleSubRange - Class in adams.flow.transformer.wekaevaluationpostprocessor
Generates an Evaluation object based on the actual class values that fall within the specified interval ranges.
SimpleSubRange() - Constructor for class adams.flow.transformer.wekaevaluationpostprocessor.SimpleSubRange
 
SimpleSuggestion - Class in adams.gui.flow.tree.actorswap
Suggests actors based on the SimpleSuggestion.PROPERTIES_FILENAME rules.
SimpleSuggestion() - Constructor for class adams.gui.flow.tree.actorswap.SimpleSuggestion
 
SimpleTabResponseHandler - Class in adams.gui.tools.remotecontrolcenter.panels
Only displays errors.
SimpleTabResponseHandler(AbstractRemoteControlCenterTab) - Constructor for class adams.gui.tools.remotecontrolcenter.panels.SimpleTabResponseHandler
Initializes the handler.
SimpleText - Class in adams.gui.core.spreadsheetpreview
Simply displays the specified columns as text.
SimpleText() - Constructor for class adams.gui.core.spreadsheetpreview.SimpleText
 
SimpleText.SimpleTextPanel - Class in adams.gui.core.spreadsheetpreview
Displays the rows in a text area.
SimpleTextPanel() - Constructor for class adams.gui.core.spreadsheetpreview.SimpleHTML.SimpleTextPanel
 
SimpleTextPanel() - Constructor for class adams.gui.core.spreadsheetpreview.SimpleText.SimpleTextPanel
 
SimpleTickGenerator - Class in adams.gui.visualization.core.axis
A simple tick generator.
SimpleTickGenerator() - Constructor for class adams.gui.visualization.core.axis.SimpleTickGenerator
 
SimpleTimer - Class in adams.core
Simple class for generating timings.
SimpleTimer() - Constructor for class adams.core.SimpleTimer
Initializes the timer.
SimpleTimeseriesReader - Class in adams.data.io.input
Reader for the simple timeseries data format, CSV-like with preceding comments.
SimpleTimeseriesReader() - Constructor for class adams.data.io.input.SimpleTimeseriesReader
 
SimpleTimeseriesWriter - Class in adams.data.io.output
Writer for the simply timeseries format, CSV-like with preceding comments.
SimpleTimeseriesWriter() - Constructor for class adams.data.io.output.SimpleTimeseriesWriter
 
SimpleUnicodeToAscii - Class in adams.data.conversion
Turns a Unicode string into an ASCII one, by replacing the Unicode characters with something like '\xf3' (including the single quotes).
For instance, "Dácil" becomes "D'\xe1'cil".
SimpleUnicodeToAscii() - Constructor for class adams.data.conversion.SimpleUnicodeToAscii
 
SIMPLIFIED_CHINESE - adams.flow.core.TesseractLanguage
 
SIMPLS - Class in adams.data.instancesanalysis.pls
Implementation of SIMPLS algorithm.

Available matrices: W, B

For more information see:

Tormod Naes, Tomas Isaksson, Tom Fearn, Tony Davies (2002).
SIMPLS() - Constructor for class adams.data.instancesanalysis.pls.SIMPLS
 
SIMPLS_B - adams.flow.transformer.WekaExtractPLSMatrix.MatrixType
the B matrix for SIMPLS (used for prediction)
SIMPLS_W - adams.flow.transformer.WekaExtractPLSMatrix.MatrixType
the W matrix for SIMPLS
SIMPLSAttributeEval - Class in weka.attributeSelection
Uses the first component of SIMPLS to determine the importance of the attributes (defaults: no preprocessing, missing values not replaced, and 20 components)
SIMPLSAttributeEval() - Constructor for class weka.attributeSelection.SIMPLSAttributeEval
 
SIMPLSMatrixFilter - Class in weka.filters.supervised.attribute
Runs Partial Least Square Regression over the given instances and computes the resulting beta matrix for prediction.
By default it replaces missing values and centers the data.

Allows access to the internal matrices.

For more information see:

Tormod Naes, Tomas Isaksson, Tom Fearn, Tony Davies (2002).
SIMPLSMatrixFilter() - Constructor for class weka.filters.supervised.attribute.SIMPLSMatrixFilter
 
SIMPLSMatrixFilterFromGeneticString - Class in weka.filters.supervised.attribute
Runs Partial Least Square Regression over the given instances and computes the resulting beta matrix for prediction.
By default it replaces missing values and centers the data.

Allows access to the internal matrices.

For more information see:

Tormod Naes, Tomas Isaksson, Tom Fearn, Tony Davies (2002).
SIMPLSMatrixFilterFromGeneticString() - Constructor for class weka.filters.supervised.attribute.SIMPLSMatrixFilterFromGeneticString
 
SIMPLSWeightsMatrix - Class in adams.core.discovery.genetic
SIMPLS pls internal weights handler.
SIMPLSWeightsMatrix() - Constructor for class adams.core.discovery.genetic.SIMPLSWeightsMatrix
 
SIN - Static variable in interface adams.parser.booleanexpression.sym
 
SIN - Static variable in interface adams.parser.lookupupdate.sym
 
SIN - Static variable in interface adams.parser.mathematicalexpression.sym
 
SIN - Static variable in interface adams.parser.spreadsheetformula.sym
 
SIN - Static variable in interface adams.parser.stringexpression.sym
 
SINGLE - adams.data.conversion.Quote.QuoteType
single quote (').
SINGLE - adams.flow.source.NewList.QuoteType
single quote (').
SINGLE_BLOCK - adams.flow.core.TesseractPageSegmentation
 
SINGLE_CHARACTER - adams.flow.core.TesseractPageSegmentation
 
SINGLE_COLUMN - adams.flow.core.TesseractPageSegmentation
 
SINGLE_COLUMN - adams.gui.visualization.image.LocatedObjectsTableModel.MetaDataDisplay
 
SINGLE_LINE - adams.flow.core.TesseractPageSegmentation
 
SINGLE_VALUE - adams.flow.transformer.SpreadSheetInsertRow.ValueType
 
SINGLE_VERTICAL_BLOCK - adams.flow.core.TesseractPageSegmentation
 
SINGLE_WORD - adams.flow.core.TesseractPageSegmentation
 
SINGLE_WORD_CIRCLE - adams.flow.core.TesseractPageSegmentation
 
SingleCell - Class in adams.data.spreadsheet.cellfinder
Simple locator that just locates a single cell.
SingleCell() - Constructor for class adams.data.spreadsheet.cellfinder.SingleCell
 
SingleHelpFrame(AbstractNamedHistoryPanel<HelpContainer>, String) - Constructor for class adams.gui.help.HelpHistoryPanel.SingleHelpFrame
Initializes the frame.
SingleStringTextReader - Class in adams.data.io.input
Reads all text data into a single string and returns that

SingleStringTextReader() - Constructor for class adams.data.io.input.SingleStringTextReader
 
singleton(AbstractDatabaseConnection) - Static method in class adams.db.generic.LogT
Returns the singleton instance.
singleton(AbstractDatabaseConnection) - Static method in class adams.db.generic.SQL
Returns the singleton instance.
SINH - Static variable in interface adams.parser.booleanexpression.sym
 
SINH - Static variable in interface adams.parser.lookupupdate.sym
 
SINH - Static variable in interface adams.parser.mathematicalexpression.sym
 
SINH - Static variable in interface adams.parser.stringexpression.sym
 
SINK - adams.core.option.ApplyActorProducer.ActorType
 
SINK - Static variable in interface adams.parser.actorsuggestion.sym
 
SINK - Static variable in interface adams.parser.externalactorsuggestion.sym
 
SINK - Static variable in interface adams.parser.templatesuggestion.sym
 
SinkReset - Class in adams.flow.control
Resets all sub-actors in case the monitored variable changed since the last execution.
SinkReset() - Constructor for class adams.flow.control.SinkReset
 
SIX_TRENDING - adams.data.statistics.SPCUtils.Rules
 
size() - Method in class adams.core.AbstractHistory
Returns the number of entries in the history.
size() - Method in class adams.core.discovery.PropertyPath.Path
returns the number of path elements of this structure.
size() - Method in class adams.core.io.Tee
returns the number of streams currently in the list.
size() - Method in class adams.core.LRUCache
Returns the cache size.
size() - Method in class adams.core.MessageCollection
Returns the number of messages collected.
size() - Method in class adams.core.NamedCounter
Returns the number of names currently stored.
size() - Method in class adams.core.net.PortManager
Returns the number of ports used.
size() - Method in class adams.core.option.OptionManager
Returns the number of managed options.
size() - Method in class adams.core.option.OptionTraversalPath
Returns the size of the stack.
size() - Method in class adams.core.SerializedObject
Returns the size of bytes stored.
size() - Method in class adams.core.Trie
Returns the number of elements in this collection.
size() - Method in class adams.core.Trie.TrieNode
returns the number of stored strings, i.e., leaves
size() - Method in class adams.core.Variables
Returns the number of variables currently stored.
size() - Method in class adams.core.WrapperHashSet
Returns the number of elements in this set (its cardinality).
size() - Method in class adams.data.binning.Bin
Returns the number of stored objects.
size() - Method in class adams.data.binning.BinnableGroup
Returns the number of members.
size() - Method in class adams.data.container.AbstractDataContainer
Returns the number of points stored in the DataContainer.
size() - Method in class adams.data.featureconverter.HeaderDefinition
Returns the number of fields.
size() - Method in class adams.data.image.IntArrayMatrixView
Returns the number of data points (height * width).
size() - Method in class adams.data.indexedsplits.SplitIndices
Returns the number of indices stored.
size() - Method in class adams.data.Notes
Returns the number of classes that have notes stored.
size() - Method in class adams.data.SharedStringsTable
Returns the number of stored mappings.
size() - Method in class adams.data.SortedList
Returns the size of the list.
size() - Method in class adams.data.spreadsheet.RowIdentifier
Returns the number of generated keys.
size() - Method in class adams.data.statistics.AbstractArrayStatistic
Returns the number of arrays stored.
size() - Method in class adams.data.statistics.Percentile
Returns the number of stored values.
size() - Method in class adams.db.ColumnMapping
Get number of columns
size() - Method in class adams.flow.control.AbstractControlActor
Returns the size of the group.
size() - Method in class adams.flow.control.AbstractTee
Returns the size of the group.
size() - Method in class adams.flow.control.Branch
Returns the size of the group.
size() - Method in class adams.flow.control.FileProcessor
 
size() - Method in class adams.flow.control.IfStorageValue
Returns the size of the group.
size() - Method in class adams.flow.control.IfThenElse
Returns the size of the group.
size() - Method in class adams.flow.control.LoadBalancer
Returns the size of the group.
size() - Method in class adams.flow.control.LocalScopeTransformer
Returns the size of the group.
size() - Method in class adams.flow.control.MutableConnectedControlActor
Returns the size of the group.
size() - Method in class adams.flow.control.MutableControlActor
Returns the size of the group.
size() - Method in class adams.flow.control.RunningFlowsRegistry
Returns the number of flows registered.
size() - Method in class adams.flow.control.Storage
Returns the number of elements stored.
size() - Method in class adams.flow.control.StorageQueueHandler
Returns the size of the queue.
size() - Method in class adams.flow.control.Switch
Returns the size of the group.
size() - Method in class adams.flow.control.TryCatch
Returns the size of the group.
size() - Method in class adams.flow.control.UpdateProperties
Returns the size of the group.
size() - Method in class adams.flow.control.WhileLoop
Returns the size of the group.
size() - Method in interface adams.flow.core.ActorHandler
Returns the size of the group.
size() - Method in class adams.flow.source.SwitchedSource
Returns the size of the group.
size() - Method in class adams.flow.standalone.AbstractMultiView
Returns the size of the group.
size() - Method in class adams.flow.standalone.AbstractMutableActorDaemonEvent
Returns the size of the group.
size() - Method in class adams.flow.standalone.AbstractMutableStandaloneGroupItem
Returns the size of the group.
size() - Method in class adams.flow.standalone.AbstractStandaloneGroup
Returns the size of the group.
size() - Method in class adams.flow.standalone.Cron
Returns the size of the group.
size() - Method in class adams.flow.standalone.DelayedEvent
Returns the size of the group.
size() - Method in class adams.flow.standalone.Events
Returns the size of the group.
size() - Method in class adams.flow.standalone.JavaExec
Returns the size of the group.
size() - Method in class adams.flow.standalone.QueueEvent
Returns the size of the group.
size() - Method in class adams.gui.core.AbstractRecentItemsHandler
Returns the number of recent items currently stored.
size() - Method in class adams.gui.core.DragAndDropTreeNodeCollection
Returns the size of the collection.
size() - Method in class adams.gui.flow.tree.ClipboardActorContainer
Returns the size of the group.
size() - Method in class adams.gui.visualization.debug.propertyextractor.AbstractPropertyExtractor
The number of properties that are available.
size() - Method in class adams.gui.visualization.debug.propertyextractor.DefaultPropertyExtractor
The number of properties that are available.
size() - Method in class adams.gui.visualization.debug.propertyextractor.Mat5ArrayPropertyExtractor
The number of properties that are available.
size() - Method in class adams.gui.visualization.debug.propertyextractor.NotesPropertyExtractor
The number of properties that are available.
size() - Method in class adams.gui.visualization.debug.propertyextractor.OptionHandlerPropertyExtractor
The number of properties that are available.
size() - Method in class adams.gui.visualization.debug.propertyextractor.VariablesPropertyExtractor
The number of properties that are available.
size() - Method in class adams.gui.visualization.segmentation.layer.Markers
Returns the number of marker points.
size() - Method in class adams.multiprocess.JobList
Returns the number of elements in this collection.
size() - Method in class adams.opt.optimise.genetic.PackDataDef
 
size() - Method in class weka.core.InstancesView
Returns the number of instances in the dataset.
size(String) - Method in class adams.flow.control.Storage
Returns the number of elements stored in the named LRU cache.
Size - Class in adams.core.io.filechanged
Uses the file size.
Size - Class in adams.data.objectfinder
Applies the minimum/maximum constraints to width/height (according to the chosen type).
Size() - Constructor for class adams.core.io.filechanged.Size
 
Size() - Constructor for class adams.data.objectfinder.Size
 
SIZE - adams.core.TechnicalInformation.Field
The physical dimensions of a work.
SIZE - adams.flow.transformer.FileInfo.InfoType
the size.
Size.CheckType - Enum in adams.data.objectfinder
how to apply the checks.
SizeBasedPaintlet - Interface in adams.gui.visualization.stats.paintlet
Interface for paintlets that support a size.
SizeFilter - Class in adams.flow.transformer.locateobjects
Allows filtering the located objects based on the min/max width/height.
SizeFilter() - Constructor for class adams.flow.transformer.locateobjects.SizeFilter
 
sizeLimitTipText() - Method in class weka.filters.unsupervised.instance.WeightsBasedResample
Returns the tip text for this property.
sizeOf() - Method in class adams.core.logging.LoggingObject
Returns the size of the object.
sizeOf() - Method in interface adams.core.SizeOfHandler
Returns the size of the object.
sizeOf() - Method in class adams.flow.core.AbstractActor
Returns the size of the object.
sizeOf() - Method in interface adams.flow.core.Actor
Returns the size of the object.
sizeOf(Object) - Static method in class adams.core.SizeOf
Returns the size of an object.
sizeOf(Object, Filter) - Static method in class adams.core.SizeOf
Returns the size of an object.
SizeOf - Class in adams.core
Helper class for measuring the size of objects using Maxim Zakharenkov's SizeOf agent or simply the length of the byte array generated by serialization.
SizeOf() - Constructor for class adams.core.SizeOf
 
sizeOfAgent(Object) - Static method in class adams.core.SizeOf
Returns the size of an object using the agent.
sizeOfAgent(Object, Filter) - Static method in class adams.core.SizeOf
Returns the size of an object using the agent.
sizeOfAgentPerClass(Object) - Static method in class adams.core.SizeOf
Returns the size and number of instances broken down by class for the given object.
sizeOfAgentPerClass(Object, Filter) - Static method in class adams.core.SizeOf
Returns the size and number of instances broken down by class for the given object.
SizeOfHandler - Interface in adams.core
Interface for classes that allow querying the objct size.
sizeOfSerialization(Object) - Static method in class adams.core.SizeOf
Returns the size of an object using serialization.
sizeOnlyTipText() - Method in class adams.flow.source.RSync
 
sizesIndexTipText() - Method in class adams.data.spc.UChart
Returns the tip text for this property.
sizeTipText() - Method in class adams.core.discovery.genetic.AbstractGeneticIntegerArrayDiscoveryHandler
Returns the tip text for this property.
sizeTipText() - Method in class adams.data.image.transformer.LaplaceOfGaussian
Returns the tip text for this property.
sizeTipText() - Method in class adams.data.spreadsheet.columnfinder.SubSample
Returns the tip text for this property.
sizeTipText() - Method in class adams.data.spreadsheet.rowfinder.SubSample
Returns the tip text for this property.
sizeTipText() - Method in class adams.data.weka.predictions.FixedSizeErrorScaler
Returns the tip text for this property.
sizeTipText() - Method in class adams.flow.standalone.InitStorageCache
Returns the tip text for this property.
sizeTipText() - Method in class adams.gui.visualization.jfreechart.shape.Circle
Returns the tip text for this property.
sizeTipText() - Method in class adams.gui.visualization.jfreechart.shape.Diamond
Returns the tip text for this property.
sizeTipText() - Method in class adams.gui.visualization.jfreechart.shape.Triangle
Returns the tip text for this property.
sizeTipText() - Method in class adams.gui.visualization.stats.paintlet.AbstractProbabilityPaintlet
Tip text for the data point size property
sizeTipText() - Method in class adams.gui.visualization.stats.paintlet.ScatterPaintletCircle
Returns the tip text for this property.
sizeTipText() - Method in class adams.gui.visualization.stats.paintlet.ScatterPaintletCross
Returns the tip text for this property.
sizeTipText() - Method in class adams.gui.visualization.stats.paintlet.ScatterPaintletMetaDataValue
Returns the tip text for this property.
sizeTipText() - Method in interface adams.gui.visualization.stats.paintlet.SizeBasedPaintlet
Returns the tip text for this property.
sizeTipText() - Method in class adams.gui.visualization.stats.paintlet.VsFitPaintlet
Tip text for the size property
sizeTipText() - Method in class adams.gui.visualization.stats.paintlet.VsOrderPaintlet
Tip text for the size property
sizeTipText() - Method in class adams.gui.visualization.stats.paintlet.ZScoreCircle
Returns the tip text for this property.
sizeUsed() - Method in class adams.core.LRUCache
Returns the number of used entries in the cache.
SKIP - adams.flow.transformer.MergeObjectLocations.NoOverlapAction
 
SKIP - adams.flow.transformer.MergeObjectLocations.OverlapAction
 
skipBaseImageTipText() - Method in class adams.data.io.output.AbstractImageSegmentationAnnotationWriter
Returns the tip text for this property.
skipBuildTipText() - Method in class adams.flow.transformer.WekaTrainClassifier
Returns the tip text for this property.
skipCompressTipText() - Method in class adams.flow.source.RSync
 
skipDifferingRowsTipText() - Method in class adams.data.io.input.CsvSpreadSheetReader
Returns the tip text for this property.
skipDropTipText() - Method in class weka.classifiers.trees.XGBoost
Gets the tip-text for the skipDrop option.
skipEmptyLayersTipText() - Method in class adams.data.io.output.IndividualImageSegmentationLayerWriter
Returns the tip text for this property.
skipEntriesTipText() - Method in class adams.flow.core.LagMakerOptions
Returns the tip text for this property.
skipField(Field) - Method in class adams.core.sizeof.ActorFilter
Returns whether to skip the field.
skipFirstLayerTipText() - Method in class adams.data.io.input.AbstractPNGAnnotationImageSegmentationReader
Returns the tip text for this property.
skipIdenticalTipText() - Method in class weka.core.neighboursearch.NewNNSearch
Returns the tip text for this property.
skipLabel(List<Tick>, int) - Method in class adams.gui.visualization.core.AxisPanel
Checks whether the tick is to be skipped.
skipLockedFilesTipText() - Method in class adams.flow.source.DirectoryLister
Returns the tip text for this property.
skipMissingTipText() - Method in class adams.flow.transformer.SpreadSheetConvertCells
Returns the tip text for this property.
skipMissingTipText() - Method in class adams.flow.transformer.SpreadSheetConvertHeaderCells
Returns the tip text for this property.
skipMissingTipText() - Method in class adams.flow.transformer.SpreadSheetTransformCells
Returns the tip text for this property.
skipMissingTipText() - Method in class adams.flow.transformer.SpreadSheetTransformHeaderCells
Returns the tip text for this property.
skipNominalTipText() - Method in class adams.data.instancesanalysis.PCA
Returns the tip text for this property.
skipNonPrimitiveTipText() - Method in class adams.flow.transformer.MapToStorageValues
Returns the tip text for this property.
skipNonPrimitiveTipText() - Method in class adams.flow.transformer.MapToVariables
Returns the tip text for this property.
skipNonPrimitiveTipText() - Method in class adams.flow.transformer.MapVariableIterator
Returns the tip text for this property.
skipNumRowsTipText() - Method in class adams.data.io.input.CsvSpreadSheetReader
Returns the tip text for this property.
skipNumRowsTipText() - Method in interface adams.data.io.input.InitialRowSkippingSpreadSheetReader
Returns the tip text for this property.
skipObject(Object) - Method in class adams.core.sizeof.ActorFilter
Returns whether to skip the object.
skipRootTipText() - Method in class adams.data.conversion.DOMToProperties
Returns the tip text for this property.
skipSuperClass(Class) - Method in class adams.core.sizeof.ActorFilter
Checks whether to skip this superclass (and everything upwards).
skipTipText() - Method in class adams.flow.core.AbstractActor
Returns the tip text for this property.
skipTrainTipText() - Method in class weka.classifiers.meta.SocketFacade
Returns the tip text for this property.
Sleep - Class in adams.flow.control
Waits for a fixed amount of milli-seconds.
Sleep() - Constructor for class adams.flow.control.Sleep
 
SlidingWindow<T extends DataContainer> - Class in adams.data.baseline
Applies a baseline correction scheme on partitions of the data with a sliding window approach.
SlidingWindow() - Constructor for class adams.data.baseline.SlidingWindow
 
slim(Matrix) - Method in class adams.data.instancesanalysis.pls.SIMPLS
Zeroes the coefficients of the W matrix beyond the specified number of coefficients.
slope(String, String, String, String) - Method in class adams.parser.spreadsheetformula.ParserHelper
Calculates the slope of linear regression for a range of cells.
SLOPE - Static variable in interface adams.parser.spreadsheetformula.sym
 
SLOVAKIAN - adams.flow.core.TesseractLanguage
 
SLOVENIAN - adams.flow.core.TesseractLanguage
 
SMALL_PAPERBACK - adams.flow.transformer.pdfproclet.PageSize
 
SMALLER - adams.data.objectfilter.MakeSquare.SideType
 
SMALLEST - edu.umbc.cs.maple.utils.SGTUtils.KeyEigenvalues
 
SMB - Class in adams.core.net
Class for SMB actions.
SMB() - Constructor for class adams.core.net.SMB
 
SMBAuthenticationProvider - Interface in adams.core.net
Interface for classes that provide SMB authentication.
SMBConnection - Class in adams.flow.standalone
Provides access to a remote host via SMB.
SMBConnection() - Constructor for class adams.flow.standalone.SMBConnection
 
SMBDefinition - Class in adams.env
Definition for the SMB props file.
SMBDefinition() - Constructor for class adams.env.SMBDefinition
 
SmbDirectoryChooserPanel - Class in adams.gui.chooser
Chooser for remote directories (via SMB).
SmbDirectoryChooserPanel() - Constructor for class adams.gui.chooser.SmbDirectoryChooserPanel
Initializes the panel with no file.
SmbDirectoryLister - Class in adams.core.io.lister
Lists files/dirs on a remote server using SMB.
SmbDirectoryLister() - Constructor for class adams.core.io.lister.SmbDirectoryLister
 
SmbDirectorySearch - Class in adams.flow.source.filesystemsearch
Searches only for directories (SMB, Windows shares).
SmbDirectorySearch() - Constructor for class adams.flow.source.filesystemsearch.SmbDirectorySearch
 
SmbDirectorySearchWithComparator - Class in adams.flow.source.filesystemsearch
Searches only for directories, but uses the comparator for sorting the directories (SMB, Windows shares).
SmbDirectorySearchWithComparator() - Constructor for class adams.flow.source.filesystemsearch.SmbDirectorySearchWithComparator
 
SmbDirectorySearchWithCustomSort - Class in adams.flow.source.filesystemsearch
Searches only for directories, but uses a regular expression to reassemble the name and perform the sorting (SMB, Windows shares).
SmbDirectorySearchWithCustomSort() - Constructor for class adams.flow.source.filesystemsearch.SmbDirectorySearchWithCustomSort
 
SmbDirectorySearchWithCustomSort.SortContainer - Class in adams.flow.source.filesystemsearch
Custom container for sorting the filenames.
SmbFileObject - Class in adams.core.io
Wrapper for remote SMB files.
SmbFileObject(SmbFile) - Constructor for class adams.core.io.SmbFileObject
Initializes the wrapper.
SmbFileOperations - Class in adams.core.io.fileoperations
SMB / Windows share file operations.
SmbFileOperations() - Constructor for class adams.core.io.fileoperations.SmbFileOperations
 
SmbFileSearch - Class in adams.flow.source.filesystemsearch
Searches only for files (SMB, Windows shares).
SmbFileSearch() - Constructor for class adams.flow.source.filesystemsearch.SmbFileSearch
 
SmbFileSearchWithComparator - Class in adams.flow.source.filesystemsearch
Searches only for files, but uses the comparator for sorting the files (SMB, Windows shares).
SmbFileSearchWithComparator() - Constructor for class adams.flow.source.filesystemsearch.SmbFileSearchWithComparator
 
SmbFileSearchWithCustomSort - Class in adams.flow.source.filesystemsearch
Searches only for files, but uses a regular expression to reassemble the name and perform the sorting (SMB, Windows shares).
SmbFileSearchWithCustomSort() - Constructor for class adams.flow.source.filesystemsearch.SmbFileSearchWithCustomSort
 
SMBGet - Class in adams.flow.transformer
Downloads a remote file and forwards the local file name (SMB, Windows share).
Host and remote directory can be left empty if the incoming filename consists of a fully qualified URL, e.g.: smb://host/share/dir/file.txt

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


SMBGet() - Constructor for class adams.flow.transformer.SMBGet
 
SMBHelper - Class in adams.core.net
A helper class for SMB.
SMBHelper - Class in adams.gui.application
Initializes the Wins Host.
SMBHelper() - Constructor for class adams.core.net.SMBHelper
 
SMBHelper() - Constructor for class adams.gui.application.SMBHelper
 
SmbRemoteDirectorySetup - Class in adams.gui.chooser
For configuring an SMB connection and remote directory.
SmbRemoteDirectorySetup() - Constructor for class adams.gui.chooser.SmbRemoteDirectorySetup
 
SMBSend - Class in adams.flow.transformer
Uploads a file to a remote directory (SMB, Windows share).
The file name of a successful upload gets forwarded.


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


SMBSend() - Constructor for class adams.flow.transformer.SMBSend
 
SMBSetupPanel - Class in adams.gui.application
Panel for configuring the system-wide SMB settings.
SMBSetupPanel() - Constructor for class adams.gui.application.SMBSetupPanel
 
smooth(T) - Method in class adams.data.smoothing.AbstractSmoother
Returns the smoothed data, smooths the original data first if necessary.
SMOOTH - adams.data.image.transformer.Resize.ScalingType
 
SmootherJob(AbstractSmoother, T) - Constructor for class adams.data.smoothing.AbstractSmoother.SmootherJob
Initializes the job.
smootherTipText() - Method in class adams.data.filter.Smoothing
Returns the tip text for this property.
Smoothing<T extends DataContainer> - Class in adams.data.filter
A filter that runs a smoothing scheme over the data.
Smoothing() - Constructor for class adams.data.filter.Smoothing
 
smoothingOriginal(double, double, double) - Static method in class weka.classifiers.trees.m5.RuleNode2
Applies the m5 smoothing procedure to a prediction
SMTP_PASSWORD - Static variable in class adams.core.net.EmailHelper
The password the SMTP server.
SMTP_PORT - Static variable in class adams.core.net.EmailHelper
The SMTP port.
SMTP_PROTOCOLS - Static variable in class adams.core.net.EmailHelper
The protocols to use, e.g.
SMTP_REQUIRES_AUTHENTICATION - Static variable in class adams.core.net.EmailHelper
Whether authentication is necessary.
SMTP_SERVER - Static variable in class adams.core.net.EmailHelper
The SMTP server.
SMTP_START_TLS - Static variable in class adams.core.net.EmailHelper
Whether STARTTLS is necessary.
SMTP_TIMEOUT - Static variable in class adams.core.net.EmailHelper
The timeout for the SMTP server.
SMTP_USE_SSL - Static variable in class adams.core.net.EmailHelper
Whether to use SSL.
SMTP_USER - Static variable in class adams.core.net.EmailHelper
The user for the SMTP server.
SMTPConnection - Class in adams.flow.standalone
SMTP server setup for overriding default parameters.
SMTPConnection() - Constructor for class adams.flow.standalone.SMTPConnection
 
Socket - Class in adams.flow.sink
Just outputs the data to the specified socket.
Any incoming data that isn't a byte array gets converted to a string and its bytes (using the specified encoding) are then transmitted.

See also:
adams.flow.source.Socket

Input/output:
- accepts:
   java.lang.Object
   byte[]
   java.lang.Byte[]


Socket - Class in adams.flow.source
Listens on the specified port for incoming data.
Can either output raw byte arrays or strings (using the specified encoding).

See also:
adams.flow.sink.Socket

Input/output:
- generates:
   byte[]


Socket() - Constructor for class adams.flow.sink.Socket
 
Socket() - Constructor for class adams.flow.source.Socket
 
SocketFacade - Class in weka.classifiers.meta
Uses sockets to communicate with a process for training and making predictions.
SocketFacade() - Constructor for class weka.classifiers.meta.SocketFacade
 
sockoptsTipText() - Method in class adams.flow.source.RSync
 
SOCKS_AUTHENTICATION - Static variable in class adams.core.net.ProxyHelper
whether authentication is necessary.
SOCKS_HOST - Static variable in class adams.core.net.ProxyHelper
the socks host.
SOCKS_PASSWORD - Static variable in class adams.core.net.ProxyHelper
the socks password.
SOCKS_PORT - Static variable in class adams.core.net.ProxyHelper
the socks port.
SOCKS_USER - Static variable in class adams.core.net.ProxyHelper
the socks user.
SOFTMAX_MULTICLASS_CLASSIFICATION - weka.classifiers.trees.XGBoost.Objective
 
SOFTPROB_MULTICLASS_CLASSIFICATION - weka.classifiers.trees.XGBoost.Objective
 
solveChol(double[][], double[]) - Method in class weka.classifiers.functions.GPD
specialised to solve A * x = b, where x and b are one-dimensional
sort() - Method in class adams.data.SortedList
Sorts the list.
sort() - Method in class adams.data.statistics.Percentile
Sorts the values, if necessary.
sort() - Method in class adams.gui.core.BaseMenu
Sorts the menu items alphabetically.
sort() - Method in class adams.gui.selection.AbstractSelectDatabaseFieldPanel
Sorts the table.
sort() - Method in class adams.opt.genetic.AbstractGeneticAlgorithm
Sorts genes and fitness arrays according to fitness.
sort() - Method in class adams.opt.optimise.genetic.AbstractGeneticAlgorithm
Sorts genes and fitness arrays according to fitness.
sort(boolean) - Method in class adams.gui.goe.GenericArrayEditor
Sorts the values.
sort(double[]) - Static method in class adams.data.statistics.StatUtils
Returns a sorted copy of the array (ascending).
sort(double[], boolean) - Static method in class adams.data.statistics.StatUtils
Returns a sorted copy of the array (ascending or descending).
sort(int) - Method in class adams.gui.core.SortableAndSearchableTable
sorts the table over the given column (ascending).
sort(int) - Method in class adams.gui.core.SortableAndSearchableWrapperTableModel
sorts the table over the given column (ascending).
sort(int) - Method in interface adams.gui.core.SortableTable
sorts the table over the given column (ascending).
sort(int) - Method in interface adams.gui.core.SortableTableModel
sorts the table over the given column (ascending).
sort(int) - Method in class weka.core.InstancesView
Sorts the instances based on an attribute.
sort(int[]) - Static method in class adams.data.statistics.StatUtils
Returns a sorted copy of the array (ascending).
sort(int[], boolean) - Static method in class adams.data.statistics.StatUtils
Returns a sorted copy of the array (ascending or descending).
sort(int, boolean) - Method in class adams.data.spreadsheet.DefaultSpreadSheet
Sorts the rows based on the values in the specified column.
sort(int, boolean) - Method in interface adams.data.spreadsheet.SpreadSheet
Sorts the rows based on the values in the specified column.
sort(int, boolean) - Method in class adams.data.spreadsheet.SpreadSheetView
Sorts the rows based on the values in the specified column.
sort(int, boolean) - Method in class adams.gui.core.SortableAndSearchableTable
sorts the table over the given column, either ascending or descending.
sort(int, boolean) - Method in class adams.gui.core.SortableAndSearchableWrapperTableModel
sorts the table over the given column, either ascending or descending.
sort(int, boolean) - Method in interface adams.gui.core.SortableTable
sorts the table over the given column, either ascending or descending.
sort(int, boolean) - Method in interface adams.gui.core.SortableTableModel
sorts the table over the given column, either ascending or descending.
sort(int, boolean) - Method in class adams.ml.data.DatasetView
Sorts the rows based on the values in the specified column.
sort(int, boolean) - Method in class adams.ml.data.InstancesView
Sorts the rows based on the values in the specified column.
sort(InstanceComparator) - Method in class adams.gui.visualization.instances.InstancesTable
Sorts the data with the given comparator.
sort(RowComparator) - Method in class adams.data.spreadsheet.DefaultSpreadSheet
Sorts the rows using the given comparator.
sort(RowComparator) - Method in interface adams.data.spreadsheet.SpreadSheet
Sorts the rows using the given comparator.
sort(RowComparator) - Method in class adams.data.spreadsheet.SpreadSheetView
Sorts the rows using the given comparator.
sort(RowComparator) - Method in class adams.gui.core.SpreadSheetTable
Sorts the spreadsheet with the given comparator.
sort(RowComparator) - Method in class adams.gui.core.SpreadSheetTableWithButtons
Sorts the spreadsheet with the given comparator.
sort(RowComparator) - Method in class adams.gui.dialog.SpreadSheetDialog
Sorts the spreadsheet with the given comparator.
sort(RowComparator) - Method in class adams.gui.dialog.SpreadSheetPanel
Sorts the spreadsheet with the given comparator.
sort(RowComparator) - Method in class adams.ml.data.DatasetView
Sorts the rows using the given comparator.
sort(RowComparator) - Method in class adams.ml.data.InstancesView
Sorts the rows using the given comparator.
sort(RowComparator, boolean) - Method in class adams.data.spreadsheet.DefaultSpreadSheet
Sorts the rows using the given comparator.
sort(RowComparator, boolean) - Method in interface adams.data.spreadsheet.SpreadSheet
Sorts the rows using the given comparator.
sort(RowComparator, boolean) - Method in class adams.data.spreadsheet.SpreadSheetView
Sorts the rows using the given comparator.
sort(RowComparator, boolean) - Method in class adams.ml.data.DatasetView
Sorts the rows using the given comparator.
sort(RowComparator, boolean) - Method in class adams.ml.data.InstancesView
Sorts the rows using the given comparator.
sort(ActorComparator) - Method in interface adams.flow.core.SortableActorHandler
Sorts the child-actors using the supplied comparator.
sort(SortableActorHandler, ActorComparator) - Static method in class adams.flow.core.ActorUtils
Sorts the child-actors using the supplied comparator.
sort(Number[]) - Static method in class adams.data.statistics.StatUtils
Returns a sorted copy of the array (ascending).
sort(Number[], boolean) - Static method in class adams.data.statistics.StatUtils
Returns a sorted copy of the array (ascending or descending).
sort(List<Binnable<T>>) - Static method in class adams.data.binning.operation.Sort
Sorts the binnable data in-place using its values.
sort(List<JMenuItem>) - Method in class adams.gui.flow.tree.menu.AbstractEncloseActor
Sorts the menu items, if necessary.
Sort - Class in adams.data.binning.operation
For sorting binnable data.
Sort - Class in adams.flow.transformer
Actor for sorting arrays.
Sort - Class in weka.filters.unsupervised.instance
Sorts the instances.
Sort() - Constructor for class adams.data.binning.operation.Sort
 
Sort() - Constructor for class adams.flow.transformer.Sort
 
Sort() - Constructor for class weka.filters.unsupervised.instance.Sort
 
SORT_BY_LAST_MODIFIED - adams.core.io.lister.Sorting
sort by last mod.
SORT_BY_LAST_MODIFIED - adams.flow.source.FTPLister.Sorting
Deprecated.
sort by last mod.
SORT_BY_NAME - adams.core.io.lister.Sorting
sort by name.
SORT_BY_NAME - adams.flow.source.FTPLister.Sorting
Deprecated.
sort by name.
SortableActorHandler - Interface in adams.flow.core
Interface for actor handlers that can sort their child actors.
SortableAndSearchableTable - Class in adams.gui.core
A specialized JTable that allows double-clicking on header for resizing to optimal width, as well as being searchable and sortable.
SortableAndSearchableTable() - Constructor for class adams.gui.core.SortableAndSearchableTable
Constructs a default SortedBaseTable that is initialized with a default data model, a default column model, and a default selection model.
SortableAndSearchableTable(int, int) - Constructor for class adams.gui.core.SortableAndSearchableTable
Constructs a SortedBaseTable with numRows and numColumns of empty cells using DefaultTableModel.
SortableAndSearchableTable(Object[][], Object[]) - Constructor for class adams.gui.core.SortableAndSearchableTable
Constructs a SortedBaseTable to display the values in the two dimensional array, rowData, with column names, columnNames.
SortableAndSearchableTable(Vector, Vector) - Constructor for class adams.gui.core.SortableAndSearchableTable
Constructs a SortedBaseTable to display the values in the Vector of Vectors, rowData, with column names, columnNames.
SortableAndSearchableTable(TableModel) - Constructor for class adams.gui.core.SortableAndSearchableTable
Constructs a SortedBaseTable that is initialized with dm as the data model, a default column model, and a default selection model.
SortableAndSearchableTable(TableModel, TableColumnModel) - Constructor for class adams.gui.core.SortableAndSearchableTable
Constructs a SortedBaseTable that is initialized with dm as the data model, cm as the column model, and a default selection model.
SortableAndSearchableTable(TableModel, TableColumnModel, ListSelectionModel) - Constructor for class adams.gui.core.SortableAndSearchableTable
Constructs a SortedBaseTable that is initialized with dm as the data model, cm as the column model, and sm as the selection model.
SortableAndSearchableTableWithButtons<T extends SortableAndSearchableTable> - Class in adams.gui.core
Graphical component that consists of a SortableAndSearchableTable with buttons on the right-hand side.
SortableAndSearchableTableWithButtons() - Constructor for class adams.gui.core.SortableAndSearchableTableWithButtons
The default constructor.
SortableAndSearchableTableWithButtons(TableModel) - Constructor for class adams.gui.core.SortableAndSearchableTableWithButtons
Initializes the table with the specified model.
SortableAndSearchableWrapperTableModel - Class in adams.gui.core
Wraps around any table model and makes them automatically sortable and searchable.
SortableAndSearchableWrapperTableModel() - Constructor for class adams.gui.core.SortableAndSearchableWrapperTableModel
initializes with no model.
SortableAndSearchableWrapperTableModel(TableModel) - Constructor for class adams.gui.core.SortableAndSearchableWrapperTableModel
initializes with the given model.
SortableAndSearchableWrapperTableModel.SortContainer - Class in adams.gui.core
Helper class for sorting the columns.
SortablePrediction(Prediction) - Constructor for class adams.flow.transformer.WekaAccumulatedError.SortablePrediction
Initializes the container.
SortableTable - Interface in adams.gui.core
Interface for tables that are sortable.
SortableTableModel - Interface in adams.gui.core
Interface for table models that are sortable.
sortBasedOnNominalAttribute(int) - Method in class weka.core.InstancesView
Sorts a nominal attribute (stable, linear-time sort).
sortChildren(Comparator<Node>) - Method in class adams.gui.flow.tree.Node
Sorts the children using the supplied comparator.
sortColumnTipText() - Method in class adams.flow.transformer.SpreadSheetSort
Returns the tip text for this property.
SortContainer - Class in adams.core.io.lister
A helper class for sorting file objects.
SortContainer(int, double) - Constructor for class adams.data.conversion.WekaPredictionContainerToSpreadSheet.SortContainer
Initializes the container.
SortContainer(FileObject, Sorting) - Constructor for class adams.core.io.lister.SortContainer
Initializes the sort container.
SortContainer(Comparable, int) - Constructor for class adams.gui.core.SortableAndSearchableWrapperTableModel.SortContainer
Initializes the container.
SortContainer(String, int) - Constructor for class adams.flow.transformer.SpreadSheetSortColumns.SortContainer
Initializes the container.
SortContainer(String, String) - Constructor for class adams.flow.source.filesystemsearch.FtpDirectorySearchWithCustomSort.SortContainer
Initializes the container.
SortContainer(String, String) - Constructor for class adams.flow.source.filesystemsearch.LocalDirectorySearchWithCustomSort.SortContainer
Initializes the container.
SortContainer(String, String) - Constructor for class adams.flow.source.filesystemsearch.SftpDirectorySearchWithCustomSort.SortContainer
Initializes the container.
SortContainer(String, String) - Constructor for class adams.flow.source.filesystemsearch.SmbDirectorySearchWithCustomSort.SortContainer
Initializes the container.
SortDefinitionPanel - Class in adams.gui.tools.spreadsheetviewer
Represents a single sorting definition.
SortDefinitionPanel(SortPanel) - Constructor for class adams.gui.tools.spreadsheetviewer.SortDefinitionPanel
Initializes the definition panel.
sortDescendingTipText() - Method in class adams.flow.source.DirectoryLister
Returns the tip text for this property.
sortDescendingTipText() - Method in class adams.flow.source.filesystemsearch.FtpDirectorySearch
Returns the tip text for this property.
sortDescendingTipText() - Method in class adams.flow.source.filesystemsearch.FtpDirectorySearchWithComparator
Returns the tip text for this property.
sortDescendingTipText() - Method in class adams.flow.source.filesystemsearch.FtpDirectorySearchWithCustomSort
Returns the tip text for this property.
sortDescendingTipText() - Method in class adams.flow.source.filesystemsearch.FtpFileSearch
Returns the tip text for this property.
sortDescendingTipText() - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearch
Returns the tip text for this property.
sortDescendingTipText() - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearchWithComparator
Returns the tip text for this property.
sortDescendingTipText() - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearchWithCustomSort
Returns the tip text for this property.
sortDescendingTipText() - Method in class adams.flow.source.filesystemsearch.LocalFileSearch
Returns the tip text for this property.
sortDescendingTipText() - Method in class adams.flow.source.filesystemsearch.SftpDirectorySearch
Returns the tip text for this property.
sortDescendingTipText() - Method in class adams.flow.source.filesystemsearch.SftpDirectorySearchWithComparator
Returns the tip text for this property.
sortDescendingTipText() - Method in class adams.flow.source.filesystemsearch.SftpDirectorySearchWithCustomSort
Returns the tip text for this property.
sortDescendingTipText() - Method in class adams.flow.source.filesystemsearch.SftpFileSearch
Returns the tip text for this property.
sortDescendingTipText() - Method in class adams.flow.source.filesystemsearch.SmbDirectorySearch
Returns the tip text for this property.
sortDescendingTipText() - Method in class adams.flow.source.filesystemsearch.SmbDirectorySearchWithComparator
Returns the tip text for this property.
sortDescendingTipText() - Method in class adams.flow.source.filesystemsearch.SmbDirectorySearchWithCustomSort
Returns the tip text for this property.
sortDescendingTipText() - Method in class adams.flow.source.filesystemsearch.SmbFileSearch
Returns the tip text for this property.
sortDescendingTipText() - Method in class adams.flow.source.FTPLister
Deprecated.
Returns the tip text for this property.
Sorted - Class in adams.data.imagesegmentation.layerorder
Returns the layers in sorted order.
Sorted() - Constructor for class adams.data.imagesegmentation.layerorder.Sorted
 
SortedInterval(Instance, double[][], boolean) - Constructor for class adams.data.weka.evaluator.IntervalEstimatorBased.SortedInterval
Initializes the intervals.
SortedList<T> - Class in adams.data
Provides an always sorted list.
SortedList() - Constructor for class adams.data.SortedList
Initializes the list.
SortedList(int) - Constructor for class adams.data.SortedList
Initializes the list.
SortedList(int, Comparator) - Constructor for class adams.data.SortedList
Initializes the list.
SortedList(Collection<? extends T>) - Constructor for class adams.data.SortedList
Initializes the list.
SortedList(Collection<? extends T>, Comparator) - Constructor for class adams.data.SortedList
Initializes the list.
SortedList(Comparator) - Constructor for class adams.data.SortedList
Initializes the list.
SortedList.DefaultComparator - Class in adams.data
Default comparator that assumes that objects implement the Comparable interface.
sortedTipText() - Method in class adams.flow.sink.StringTree
Returns the tip text for this property.
sortFindTipText() - Method in class adams.flow.source.filesystemsearch.FtpDirectorySearchWithCustomSort
Returns the tip text for this property.
sortFindTipText() - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearchWithCustomSort
Returns the tip text for this property.
sortFindTipText() - Method in class adams.flow.source.filesystemsearch.SftpDirectorySearchWithCustomSort
Returns the tip text for this property.
sortFindTipText() - Method in class adams.flow.source.filesystemsearch.SmbDirectorySearchWithCustomSort
Returns the tip text for this property.
Sorting - Enum in adams.core.io.lister
The type of sorting.
sortingTipText() - Method in class adams.flow.source.DirectoryLister
Returns the tip text for this property.
sortingTipText() - Method in class adams.flow.source.filesystemsearch.FtpDirectorySearch
Returns the tip text for this property.
sortingTipText() - Method in class adams.flow.source.filesystemsearch.FtpDirectorySearchWithCustomSort
Returns the tip text for this property.
sortingTipText() - Method in class adams.flow.source.filesystemsearch.FtpFileSearch
Returns the tip text for this property.
sortingTipText() - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearch
Returns the tip text for this property.
sortingTipText() - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearchWithCustomSort
Returns the tip text for this property.
sortingTipText() - Method in class adams.flow.source.filesystemsearch.LocalFileSearch
Returns the tip text for this property.
sortingTipText() - Method in class adams.flow.source.filesystemsearch.SftpDirectorySearch
Returns the tip text for this property.
sortingTipText() - Method in class adams.flow.source.filesystemsearch.SftpDirectorySearchWithCustomSort
Returns the tip text for this property.
sortingTipText() - Method in class adams.flow.source.filesystemsearch.SftpFileSearch
Returns the tip text for this property.
sortingTipText() - Method in class adams.flow.source.filesystemsearch.SmbDirectorySearch
Returns the tip text for this property.
sortingTipText() - Method in class adams.flow.source.filesystemsearch.SmbDirectorySearchWithCustomSort
Returns the tip text for this property.
sortingTipText() - Method in class adams.flow.source.filesystemsearch.SmbFileSearch
Returns the tip text for this property.
sortingTipText() - Method in class adams.flow.source.FTPLister
Deprecated.
Returns the tip text for this property.
sortInstances(int) - Method in class adams.gui.visualization.instances.InstancesTableModel
sorts the instances via the given attribute
sortInstances(int, boolean) - Method in class adams.gui.visualization.instances.InstancesTableModel
sorts the instances via the given attribute
sortKeysTipText() - Method in class adams.data.conversion.MapToString
Returns the tip text for this property.
sortKeysTipText() - Method in class adams.flow.sink.JsonDisplay
Returns the tip text for this property.
sortKeysTipText() - Method in class adams.flow.transformer.GetJsonKeys
Returns the tip text for this property.
sortKeysTipText() - Method in class adams.flow.transformer.GetPropertyNames
Returns the tip text for this property.
sortLabelsTipText() - Method in class adams.flow.transformer.WekaSpreadSheetToPredictions
Returns the tip text for this property.
SortOnAttribute - Class in weka.filters.unsupervised.instance
Sorts the instances on a particular attribute.
SortOnAttribute() - Constructor for class weka.filters.unsupervised.instance.SortOnAttribute
 
sortOrder(double[]) - Static method in class edu.umbc.cs.maple.utils.MathUtils
Sorts the given values and returns the order of the original indices.
sortOrder(int[]) - Static method in class edu.umbc.cs.maple.utils.MathUtils
Sorts the given values and returns the order of the original indices.
sortOrderTipText() - Method in class adams.flow.transformer.SpreadSheetSort
Returns the tip text for this property.
SortPanel - Class in adams.gui.tools.spreadsheetviewer
Panel that allows users to sort a spreadsheet over an arbitrary number of columns.
SortPanel() - Constructor for class adams.gui.tools.spreadsheetviewer.SortPanel
 
sortReplaceTipText() - Method in class adams.flow.source.filesystemsearch.FtpDirectorySearchWithCustomSort
Returns the tip text for this property.
sortReplaceTipText() - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearchWithCustomSort
Returns the tip text for this property.
sortReplaceTipText() - Method in class adams.flow.source.filesystemsearch.SftpDirectorySearchWithCustomSort
Returns the tip text for this property.
sortReplaceTipText() - Method in class adams.flow.source.filesystemsearch.SmbDirectorySearchWithCustomSort
Returns the tip text for this property.
sortResults() - Method in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment
 
sortRowKeys() - Method in class adams.data.spreadsheet.DefaultSpreadSheet
Sorts the rows according to the row keys.
sortRowKeys() - Method in interface adams.data.spreadsheet.SpreadSheet
Sorts the rows according to the row keys.
sortRowKeys() - Method in class adams.data.spreadsheet.SpreadSheetView
Sorts the rows according to the row keys.
sortRowKeys() - Method in class adams.ml.data.DatasetView
Sorts the rows according to the row keys.
sortRowKeys() - Method in class adams.ml.data.InstancesView
Sorts the rows according to the row keys.
sortRowKeys(Comparator<String>) - Method in class adams.data.spreadsheet.DefaultSpreadSheet
Sorts the rows according to the row keys.
sortRowKeys(Comparator<String>) - Method in interface adams.data.spreadsheet.SpreadSheet
Sorts the rows according to the row keys.
sortRowKeys(Comparator<String>) - Method in class adams.data.spreadsheet.SpreadSheetView
Sorts the rows according to the row keys.
sortRowKeys(Comparator<String>) - Method in class adams.ml.data.DatasetView
Sorts the rows according to the row keys.
sortRowKeys(Comparator<String>) - Method in class adams.ml.data.InstancesView
Sorts the rows according to the row keys.
sortSetupChanged(InstancesSortSetupEvent) - Method in interface adams.gui.event.InstancesSortSetupListener
Gets triggered whenever the sort setup changes.
sortSetupChanged(SortSetupEvent) - Method in interface adams.gui.event.SortSetupListener
Gets triggered whenever the sort setup changes.
SortSetupEvent - Class in adams.gui.event
Event that gets sent when the SortPanel setup changes.
SortSetupEvent(SortPanel, SortDefinitionPanel, SortSetupEvent.EventType) - Constructor for class adams.gui.event.SortSetupEvent
Initializes the event.
SortSetupEvent.EventType - Enum in adams.gui.event
The type of event.
SortSetupListener - Interface in adams.gui.event
Interface for listeners that react to changes in a sort setup of a SortPanel.
sortTipText() - Method in class adams.flow.transformer.AccessDatabaseInfo
Returns the tip text for this property.
sortTipText() - Method in class adams.flow.transformer.GetImageObjectIndices
Returns the tip text for this property.
sortTipText() - Method in class adams.flow.transformer.Mat5FileInfo
Returns the tip text for this property.
sortTipText() - Method in class adams.flow.transformer.Mat5StructInfo
Returns the tip text for this property.
sortTipText() - Method in class adams.flow.transformer.SpreadSheetInfo
Returns the tip text for this property.
SOURCE - adams.core.option.ApplyActorProducer.ActorType
 
SOURCE - adams.flow.execution.debug.View
the source code.
SOURCE - adams.flow.transformer.IndexedSplitsRunsEvaluation.SourceType
 
SOURCE - adams.flow.transformer.IndexedSplitsRunsPredictions.SourceType
 
SOURCE - adams.flow.transformer.MergeReport.SourceType
 
SOURCE - adams.flow.transformer.SetJsonValue.SourceType
 
SOURCE - adams.flow.transformer.SetMapValue.SourceType
 
SOURCE - Static variable in class adams.core.DiffUtils
the source indicator.
SOURCE - Static variable in interface adams.parser.actorsuggestion.sym
 
SOURCE - Static variable in interface adams.parser.externalactorsuggestion.sym
 
SOURCE - Static variable in interface adams.parser.templatesuggestion.sym
 
SOURCE_ACTOR - adams.flow.core.AbstractModelLoader.ModelLoadingType
 
SOURCE_ACTOR - adams.flow.core.ObjectRetriever.RetrievalType
 
SOURCE_CODE - adams.flow.transformer.WekaClassifierInfo.InfoType
source code (if available).
SourceAttribute(int, int, String) - Constructor for class adams.flow.transformer.wekadatasetsmerge.AbstractMerge.SourceAttribute
Standard constructor.
SourceCode - Class in adams.gui.tools.wekainvestigator.tab.classifytab.output
Outputs source code from the model (if classifier implements Sourcable).
SourceCode() - Constructor for class adams.gui.tools.wekainvestigator.tab.classifytab.output.SourceCode
 
sourceCodeClassTipText() - Method in class adams.flow.transformer.WekaClassifierInfo
Returns the tip text for this property.
SourceColumn(int, int, String) - Constructor for class adams.flow.transformer.spreadsheetmethodmerge.AbstractMerge.SourceColumn
Standard constructor.
SourceReset - Class in adams.flow.control
Resets all sub-actors in case the monitored variable changed since the last execution.
SourceReset() - Constructor for class adams.flow.control.SourceReset
 
sourceTipText() - Method in class adams.data.filter.TimeseriesShiftTimestamps
Returns the tip text for this property.
sourceTipText() - Method in class adams.db.LogEntryConditions
Returns the tip text for this property.
sourceTipText() - Method in class adams.flow.source.inputstreamsource.FromFile
Returns the tip text for this property.
sourceTipText() - Method in class adams.flow.source.readersource.FromFile
Returns the tip text for this property.
sourceTipText() - Method in class adams.flow.source.RSync
 
sourceTipText() - Method in class adams.flow.source.SimpleRSync
 
sourceTipText() - Method in class adams.flow.standalone.DirWatch
Returns the tip text for this property.
sourceTipText() - Method in class adams.flow.transformer.IndexedSplitsRunsEvaluation
Returns the tip text for this property.
sourceTipText() - Method in class adams.flow.transformer.IndexedSplitsRunsPredictions
Returns the tip text for this property.
sourceTipText() - Method in class adams.flow.transformer.MergeReport
Returns the tip text for this property.
sourceTipText() - Method in class adams.flow.transformer.SetJsonValue
Returns the tip text for this property.
sourceTipText() - Method in class adams.flow.transformer.SetMapValue
Returns the tip text for this property.
SOUTH - adams.gui.core.ToolBarPanel.ToolBarLocation
bottom.
southPanel - Variable in class adams.gui.chooser.DatePanel.InternalView
 
SPANISH - adams.flow.core.TesseractLanguage
 
SparseDataRow - Class in adams.data.spreadsheet
Represents a data row with sparse data.
SparseDataRow() - Constructor for class adams.data.spreadsheet.SparseDataRow
Default constructor for GOE only.
SparseDataRow(SpreadSheet) - Constructor for class adams.data.spreadsheet.SparseDataRow
Constructor that ties row to spreadsheet.
SparseFloatDataRow - Class in adams.data.spreadsheet
Represents a data row with sparse data, using floats internally for representing the cells.
SparseFloatDataRow() - Constructor for class adams.data.spreadsheet.SparseFloatDataRow
Default constructor for GOE only.
SparseFloatDataRow(SpreadSheet) - Constructor for class adams.data.spreadsheet.SparseFloatDataRow
Constructor that ties row to spreadsheet.
sparseFormatTipText() - Method in class adams.flow.source.WekaDatabaseReader
Returns the tip text for this property.
SparsePLS - Class in adams.data.instancesanalysis.pls
SparsePLS() - Constructor for class adams.data.instancesanalysis.pls.SparsePLS
 
sparseTipText() - Method in class adams.flow.source.RSync
 
SpatialPyramidAutoColorCorrelogram - Class in adams.data.lire.features
Generates features using net.semanticmetadata.lire.imageanalysis.features.global.spatialpyramid.SPACC.
For more information, see:
Mathias Lux, Savvas A.
SpatialPyramidAutoColorCorrelogram() - Constructor for class adams.data.lire.features.SpatialPyramidAutoColorCorrelogram
 
SpatialPyramidCEDD - Class in adams.data.lire.features
Generates features using net.semanticmetadata.lire.imageanalysis.features.global.spatialpyramid.SPCEDD.
For more information, see:
Savvas A.
SpatialPyramidCEDD() - Constructor for class adams.data.lire.features.SpatialPyramidCEDD
 
SpatialPyramidCentrist - Class in adams.data.lire.features
Generates features using net.semanticmetadata.lire.imageanalysis.features.global.centrist.SpatialPyramidCentrist.
For more information, see:
Jianxin Wu; Rehg, J.M.
SpatialPyramidCentrist() - Constructor for class adams.data.lire.features.SpatialPyramidCentrist
 
SpatialPyramidFCTH - Class in adams.data.lire.features
Generates features using net.semanticmetadata.lire.imageanalysis.features.global.spatialpyramid.SPFCTH.
For more information, see:
Savvas A.
SpatialPyramidFCTH() - Constructor for class adams.data.lire.features.SpatialPyramidFCTH
 
SpatialPyramidJCD - Class in adams.data.lire.features
Generates features using net.semanticmetadata.lire.imageanalysis.features.global.spatialpyramid.SPJCD.
Joining CEDD and FCTH in one histogram.
For more information on the LIRE project, see:
http://www.lire-project.net/

SpatialPyramidJCD() - Constructor for class adams.data.lire.features.SpatialPyramidJCD
 
SpatialPyramidLocalBinaryPatterns - Class in adams.data.lire.features
Generates features using net.semanticmetadata.lire.imageanalysis.features.global.spatialpyramid.SPLBP.
For more information on the LIRE project, see:
http://www.lire-project.net/

SpatialPyramidLocalBinaryPatterns() - Constructor for class adams.data.lire.features.SpatialPyramidLocalBinaryPatterns
 
spatialWeightTipText() - Method in class adams.data.boofcv.transformer.SuperPixels
Returns the tip text for this property.
SPCUtils - Class in adams.data.statistics
Helper class for statistical process control (SPC).
SPCUtils() - Constructor for class adams.data.statistics.SPCUtils
 
SPCUtils.Chart - Enum in adams.data.statistics
Enum for the chart type.
SPCUtils.Rules - Enum in adams.data.statistics
The type of rules to apply.
specialsTipText() - Method in class adams.flow.source.RSync
 
SPECIFIED - adams.flow.sink.ActualVsPredictedPlot.LimitType
 
SpecifiedActor - Class in adams.flow.source
Outputs the actor identified by the actor path.
SpecifiedActor() - Constructor for class adams.flow.source.SpecifiedActor
 
SpectralAngleMapperUtils - Class in adams.data.statistics
Utility class for performing spectral angle mapping between spectra.
SpectralAngleMapperUtils() - Constructor for class adams.data.statistics.SpectralAngleMapperUtils
 
SpellChecker - Class in weka.filters.unsupervised.attribute
A simple filter that merges misspelled labels into a single correct one.
SpellChecker() - Constructor for class weka.filters.unsupervised.attribute.SpellChecker
 
spinAxisChange(ChangeEvent) - Method in class adams.gui.visualization.stats.boxplot.BoxPlotManager
Changes the width of the left axis on each box plot
spinHeightChange(ChangeEvent) - Method in class adams.gui.visualization.stats.boxplot.BoxPlotManager
Changes the height of the box plots
spinHorizontalChange(ChangeEvent) - Method in class adams.gui.visualization.stats.boxplot.BoxPlotManager
Change the number of box plots to be displayed in each row
spinnerChangeListeners - Variable in class adams.gui.chooser.DatePanel.InternalCalendarModel
 
spinWidthChange(ChangeEvent) - Method in class adams.gui.visualization.stats.boxplot.BoxPlotManager
Changes the width of the box plots
split() - Method in class adams.data.report.AbstractField
Returns the name split up in its single parts.
split() - Method in class weka.classifiers.trees.m5.RuleNode2
Finds an attribute and split point for this node
split(int) - Static method in class adams.data.image.BufferedImageHelper
Splits the RGBA value into R,G,B,A.
split(PlaceholderFile) - Method in class adams.flow.transformer.splitfile.AbstractFileSplitter
Splits the file and returns the filenames of the generated files.
split(Timeseries) - Method in class adams.flow.transformer.timeseriessplit.AbstractTimeseriesSplitter
Splits the timeseries.
split(String) - Method in class adams.core.base.MatrixSubset
Splits the subset expression.
split(String[], double) - Method in class adams.flow.transformer.preparefilebaseddataset.GroupedTrainValidateTestSplit
Splits the data using the specified percentage.
split(String[], double) - Method in class adams.flow.transformer.preparefilebaseddataset.TrainValidateTestSplit
Splits the data using the specified percentage.
split(String, char) - Static method in class adams.core.Utils
Splits the row into separate cells based on the delimiter character.
split(String, char) - Static method in class adams.data.spreadsheet.SpreadSheetUtils
Attempts to split a string, using the specified delimiter character.
split(String, char, boolean) - Static method in class adams.data.spreadsheet.SpreadSheetUtils
Attempts to split a string, using the specified delimiter character.
split(String, char, boolean, char, boolean) - Static method in class adams.data.spreadsheet.SpreadSheetUtils
Attempts to split a string, using the specified delimiter character.
split(String, String) - Static method in class adams.core.Utils
Splits the row into separate cells based on the delimiter string.
split(List<Binnable<T>>) - Method in class adams.data.splitgenerator.generic.splitter.AbstractSplitter
Splits the data into two.
split(List<Binnable<T>>) - Method in interface adams.data.splitgenerator.generic.splitter.Splitter
Splits the data into two.
split(List<Binnable<T>>, double) - Static method in class adams.data.binning.operation.Split
Splits the data into two, using the percentage for the first lot of data.
split(Instances) - Method in class adams.data.weka.datasetsplitter.AbstractSplitter
Splits the given dataset into a number of other datasets.
split(Instances) - Method in class adams.data.weka.datasetsplitter.ColumnSplitter
Splits the given dataset into a number of other datasets.
split(Instances) - Method in class adams.data.weka.datasetsplitter.RowSplitter
Splits the given dataset into a number of other datasets.
split(Instances, double) - Method in class adams.data.weka.evaluator.AbstractDatasetInstanceEvaluator
Splits the dataset into two separate ones, according to the specified percentage (0-1).
Split - Class in adams.data.binning.operation
For splitting data according to a percentage.
Split - Class in adams.gui.tools.wekainvestigator.datatable.action
Creates train/test splits from a dataset and inserts these as new datasets.
Split() - Constructor for class adams.data.binning.operation.Split
 
Split() - Constructor for class adams.gui.tools.wekainvestigator.datatable.action.Split
Instantiates the action.
SPLIT - adams.data.SplitResultType
the split.
splitAtt() - Method in class weka.classifiers.trees.m5.RuleNode2
Get the index of the splitting attribute for this node
splitAttributes(Instances) - Method in class adams.data.weka.datasetsplitter.ColumnSplitter
Creates the attribute lists for the two datasets resulting from this split.
SplitByLineCount - Class in adams.flow.transformer.splitfile
Splits the text file into chunks with the specified maximum of lines.
SplitByLineCount() - Constructor for class adams.flow.transformer.splitfile.SplitByLineCount
 
SplitByNumber - Class in adams.flow.transformer.splitfile
Splits the file into a number of equally sized files.
SplitByNumber() - Constructor for class adams.flow.transformer.splitfile.SplitByNumber
 
SplitBySize - Class in adams.flow.transformer.splitfile
Splits the file into chunks with the specified maximum size.
SplitBySize() - Constructor for class adams.flow.transformer.splitfile.SplitBySize
 
splitCell(String) - Method in class adams.data.io.input.SimpleStreamSpreadSheetReader
Splits the cell into its three parts: index, type, content.
SplitChannels - Class in adams.data.image.transformer
Splits the image into the specified separate RGB channels.
SplitChannels - Class in adams.data.opencv.transformer
SplitChannels() - Constructor for class adams.data.image.transformer.SplitChannels
 
SplitChannels() - Constructor for class adams.data.opencv.transformer.SplitChannels
 
SplitChannelsHSV - Class in adams.data.image.transformer
Splits the image into the specified separate HSV channels.
SplitChannelsHSV() - Constructor for class adams.data.image.transformer.SplitChannelsHSV
 
SplitChannelsYIQ - Class in adams.data.image.transformer
Splits the image into the specified separate YIQ channels.
SplitChannelsYIQ() - Constructor for class adams.data.image.transformer.SplitChannelsYIQ
 
SplitChannelsYUV - Class in adams.data.image.transformer
Splits the image into the specified separate YUV channels.
SplitChannelsYUV() - Constructor for class adams.data.image.transformer.SplitChannelsYUV
 
SplitFile - Class in adams.flow.transformer
Splits the file into several smaller files using the specified splitter algorithm.
SplitFile() - Constructor for class adams.flow.transformer.SplitFile
 
SplitGenerator<I,​O> - Interface in adams.data.splitgenerator
Interface for classes that generate dataset splits.
SplitGenerator - Interface in weka.classifiers
Interface for helper classes that generate dataset splits.
splitGroups(List<BinnableGroup<T>>, double) - Static method in class adams.data.binning.operation.Split
Splits the grouped data into two, using the percentage for the first lot of data.
splitHandlingTipText() - Method in class adams.flow.transformer.StringArraySplit
Returns the tip text for this property.
SplitIndices - Class in adams.data.indexedsplits
Wrapper around indices.
SplitIndices(String, int[]) - Constructor for class adams.data.indexedsplits.SplitIndices
Initializes the indices.
splitItem(String) - Method in class adams.flow.sink.StringTree.HierarchicalStringTree
Splits the item into its sub-parts.
splitItem(String) - Method in class adams.gui.core.dotnotationtree.DotNotationTree
Splits the item into its sub-parts.
splitList(String) - Method in class adams.core.AbstractDataBackedRange
Attempts to split a list into the parts resembling it.
splitList(String) - Method in class adams.core.Range
Attempts to split a list into the parts resembling it.
splitOptions(String) - Method in class adams.core.option.AbstractCommandLineHandler
Splits the commandline into an array.
splitOptions(String) - Method in class adams.core.option.AdamsCommandLineHandler
Splits the commandline into an array.
splitOptions(String) - Method in class adams.core.option.BaseObjectCommandLineHandler
Splits the commandline into an array.
splitOptions(String) - Method in class adams.core.option.DefaultCommandLineHandler
Splits the commandline into an array.
splitOptions(String) - Method in class adams.core.option.JenericCommandLineHandler
Splits the commandline into an array.
splitOptions(String) - Static method in class adams.core.option.OptionUtils
Split up a string containing options into an array of strings, one for each option.
splitOptions(String) - Method in class adams.core.option.WekaCommandLineHandler
Splits the commandline into an array.
SplitOptions - Class in adams.data.conversion
Assumes the string to be an option string and splits it into its individual elements.
SplitOptions() - Constructor for class adams.data.conversion.SplitOptions
 
splitOutputTipText() - Method in class adams.flow.source.Exec
Returns the tip text for this property.
splitOverlaps(LocatedObjects) - Method in class adams.data.objectoverlap.AreaRatio
Splits the overlapping objects into subsets of matching labels and mismatching ones.
splitOverlaps(LocatedObjects) - Method in class adams.data.objectoverlap.IntersectOverUnionRatio
Splits the overlapping objects into subsets of matching labels and mismatching ones.
splitOverlaps(LocatedObjects) - Method in interface adams.data.objectoverlap.LabelAwareObjectOverlap
Splits the overlapping objects into subsets of matching labels and mismatching ones.
SplitPair<T> - Class in adams.data.splitgenerator.generic.randomsplit
Combines train and test data.
SplitPair(Subset<T>, Subset<T>) - Constructor for class adams.data.splitgenerator.generic.randomsplit.SplitPair
Initializes the split pair.
SplitPanelWithOptionalComponents - Class in adams.gui.core
A panel that has optional left/top or right/bottom components.
SplitPanelWithOptionalComponents() - Constructor for class adams.gui.core.SplitPanelWithOptionalComponents
 
splitPercentageTipText() - Method in class adams.flow.sink.WekaExperimentGenerator
Returns the tip text for this property.
splitpointTipText() - Method in class weka.classifiers.meta.HighLowSplit
 
splitpointTipText() - Method in class weka.classifiers.meta.HighLowSplitSingleClassifier
 
splitRange(String) - Method in class adams.core.AbstractDataBackedRange
Attempts to split a range into the parts resembling it.
splitRange(String) - Method in class adams.core.Range
Attempts to split a range into the parts resembling it.
splitRange(String) - Method in class adams.core.UnorderedRange
Splits the range into subranges.
SplitResultType - Enum in adams.data
Enumeration of what type of data to return when a split was performed.
SPLITS - Static variable in class weka.filters.supervised.attribute.SIMPLSMatrixFilterFromGeneticString
 
SplitSearch - Class in adams.opt.optimise
Grid Search searches the parameter hyper-grid space.
SplitSearch() - Constructor for class adams.opt.optimise.SplitSearch
 
splitsTipText() - Method in class adams.core.discovery.genetic.AbstractGeneticDoubleDiscoveryHandlerResolution
Returns the tip text for this property.
splitsTipText() - Method in class adams.core.discovery.genetic.AbstractGeneticDoubleMatrixDiscoveryHandler
Returns the tip text for this property.
splitsTipText() - Method in class adams.core.discovery.genetic.AbstractGeneticFloatDiscoveryHandlerResolution
Returns the tip text for this property.
splitsTipText() - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.ManualSplitGenerator
Returns the tip text for this property.
splitsTipText() - Method in class adams.opt.optimise.SplitSearch
Returns the tip text for this property.
splitsTipText() - Method in class weka.filters.supervised.attribute.SIMPLSMatrixFilterFromGeneticString
 
Splitter - Interface in adams.data.splitgenerator.generic.splitter
Interface for classes that split data.
splitterPositionTipText() - Method in class adams.flow.sink.DOMDisplay
Returns the tip text for this property.
splitterPositionTipText() - Method in class adams.flow.transformer.PixelSelector
Returns the tip text for this property.
splitterTipText() - Method in class adams.flow.transformer.SplitFile
Returns the tip text for this property.
splitterTipText() - Method in class adams.flow.transformer.TimeseriesSplit
Returns the tip text for this property.
splitterTipText() - Method in class adams.flow.transformer.WekaDatasetSplit
Gets the tip-text for the splitter option.
splitVal() - Method in class weka.classifiers.trees.m5.RuleNode2
Get the split point for this node
SpreadSheet - Class in adams.data.featureconverter
Generates features in spreadsheet format.
SpreadSheet - Class in adams.flow.transformer.pdfproclet
Adds CSV files (or any spreadsheet files that is supported) as table.
SpreadSheet - Class in adams.gui.tools.wekainvestigator.source
For loading ADAMS spreadsheets.
SpreadSheet - Class in adams.gui.visualization.debug.inspectionhandler
Provides further insight into spreadsheets.
SpreadSheet - Interface in adams.data.spreadsheet
Represents a generic spreadsheet object.
SpreadSheet() - Constructor for class adams.data.featureconverter.SpreadSheet
 
SpreadSheet() - Constructor for class adams.flow.transformer.pdfproclet.SpreadSheet
 
SpreadSheet() - Constructor for class adams.gui.tools.wekainvestigator.source.SpreadSheet
Instantiates the action.
SpreadSheet() - Constructor for class adams.gui.visualization.debug.inspectionhandler.SpreadSheet
 
SPREADSHEET - adams.flow.source.DumpStorage.OutputType
 
SPREADSHEET - adams.flow.source.DumpVariables.OutputType
 
SPREADSHEET - adams.flow.source.EnterManyValues.OutputType
 
SPREADSHEET - adams.flow.transformer.PDFMetaData.OutputType
 
SPREADSHEET_KEYWORD - Static variable in class adams.flow.transformer.spreadsheetmethodmerge.AbstractMerge
The keyword to replace with the spreadsheet name in column renaming.
SPREADSHEET_TO_ROW - adams.flow.transformer.SpreadSheetRowBuffer.Operation
 
SpreadSheetAddFormulaColumn - Class in adams.data.conversion
Adds a column with a user-supploed formula for the specified rows.
SpreadSheetAddFormulaColumn() - Constructor for class adams.data.conversion.SpreadSheetAddFormulaColumn
 
SpreadSheetAddFormulaRow - Class in adams.data.conversion
Adds a row with a user-supplied formula for the specified columns.
SpreadSheetAddFormulaRow() - Constructor for class adams.data.conversion.SpreadSheetAddFormulaRow
 
SpreadSheetAddRowID - Class in adams.data.conversion
Adds an ID column to the spreadsheet, using the row index as value.
SpreadSheetAddRowID() - Constructor for class adams.data.conversion.SpreadSheetAddRowID
 
SpreadSheetAddSumColumn - Class in adams.data.conversion
Adds a column with 'sum' formulas for the specified rows.
SpreadSheetAddSumColumn() - Constructor for class adams.data.conversion.SpreadSheetAddSumColumn
 
SpreadSheetAddSumRow - Class in adams.data.conversion
Adds a row with 'sum' formulas for the specified columns.
SpreadSheetAddSumRow() - Constructor for class adams.data.conversion.SpreadSheetAddSumRow
 
SpreadSheetAggregate - Class in adams.flow.transformer
Aggregates rows (min, max, avg, etc) in a spreadsheet using key columns.
All numeric columns in the specified aggregrate range (excluding the key columns) get aggregated.
SpreadSheetAggregate() - Constructor for class adams.flow.transformer.SpreadSheetAggregate
 
SpreadSheetAggregate.Aggregate - Enum in adams.flow.transformer
The types of aggregates to generate.
SpreadSheetAnonymize - Class in adams.flow.transformer
Anonymizes a range of columns in a spreadsheet.
SpreadSheetAnonymize() - Constructor for class adams.flow.transformer.SpreadSheetAnonymize
 
SpreadSheetAnyColumnToString - Class in adams.data.conversion
Converts the specified spreadsheet column from any type to string.
SpreadSheetAnyColumnToString() - Constructor for class adams.data.conversion.SpreadSheetAnyColumnToString
 
SpreadSheetAppend - Class in adams.flow.transformer
Appends the incoming spreadsheet to one in storage.
If there is none in storage yet, the incoming spreadsheet will simply get stored in storage.
The spreadsheets need not have the same structure, but it is assumed that column names are unique within a spreadsheet.
The combined spreadsheet is then forwarded.
SpreadSheetAppend() - Constructor for class adams.flow.transformer.SpreadSheetAppend
 
SpreadSheetAppendComments - Class in adams.flow.transformer
Appends the comments of the spreadsheet.
SpreadSheetAppendComments() - Constructor for class adams.flow.transformer.SpreadSheetAppendComments
 
SpreadSheetBinarize - Class in adams.data.conversion
Binarizes the non-numeric columns in the selected column range by creating a new column for each of the labels.
SpreadSheetBinarize() - Constructor for class adams.data.conversion.SpreadSheetBinarize
 
SpreadSheetBinarize.BinarizeType - Enum in adams.data.conversion
How to binarize the data.
SpreadSheetCell - Class in adams.data.groupextraction
Returns the cell value of the spreadsheet row.
SpreadSheetCell - Class in adams.data.idextraction
Returns the cell value of the spreadsheet row.
SpreadSheetCell() - Constructor for class adams.data.groupextraction.SpreadSheetCell
 
SpreadSheetCell() - Constructor for class adams.data.idextraction.SpreadSheetCell
 
SpreadSheetCellFinder - Class in adams.flow.transformer
Outputs the cell locations that the cell finder located.
SpreadSheetCellFinder() - Constructor for class adams.flow.transformer.SpreadSheetCellFinder
 
SpreadSheetCellFinderToPositions - Class in adams.data.conversion
Deprecated.
SpreadSheetCellFinderToPositions() - Constructor for class adams.data.conversion.SpreadSheetCellFinderToPositions
Deprecated.
 
SpreadSheetCellLocationToCoordinates - Class in adams.data.conversion
Turns the cell location obtained from a cell finder into an integer array with the 1-based coordinates (row/column).
SpreadSheetCellLocationToCoordinates() - Constructor for class adams.data.conversion.SpreadSheetCellLocationToCoordinates
 
SpreadSheetCellLocationToPosition - Class in adams.data.conversion
Turns the cell location obtained from a cell finder into a position (like 'A2').
SpreadSheetCellLocationToPosition() - Constructor for class adams.data.conversion.SpreadSheetCellLocationToPosition
 
SpreadSheetCellRegExp - Class in adams.data.groupextraction
Applies regular expression to the cell value of the spreadsheet row and returns the specified expression group.
SpreadSheetCellRegExp() - Constructor for class adams.data.groupextraction.SpreadSheetCellRegExp
 
SpreadSheetCellRenderer - Class in adams.gui.core
Custom cell renderer for displaying spreadsheets.
SpreadSheetCellRenderer() - Constructor for class adams.gui.core.SpreadSheetCellRenderer
 
SpreadSheetCellSelectionContainer - Class in adams.flow.container
Container for storing output from the SpreadSheetCellSelector transformer.
SpreadSheetCellSelectionContainer() - Constructor for class adams.flow.container.SpreadSheetCellSelectionContainer
Default constructor.
SpreadSheetCellSelectionContainer(SpreadSheet, SpreadSheet, SpreadSheet) - Constructor for class adams.flow.container.SpreadSheetCellSelectionContainer
Initializes the container with the relevant spreadheets.
SpreadSheetCellSelector - Class in adams.flow.transformer
Lets the user highlight cells in a spreadsheet which get output:
- spreadsheet with coordinates (1-based row and column) and the associated value of the selected cell
- spreadsheet with all un-selected cells set to missing
Usage:
You select cells by left-clicking on them and/or holding the left mouse button and moving the mouse over the cells that you want to select.
You can unselect cells in the same fashion, by holding the shift key in addition.
SpreadSheetCellSelector() - Constructor for class adams.flow.transformer.SpreadSheetCellSelector
 
SpreadSheetCellSelector.CellRenderer - Class in adams.flow.transformer
Custom cell renderer for displaying spreadsheets.
SpreadSheetCellSelector.Table - Class in adams.flow.transformer
Custom table for allowing user to select cells.
SpreadSheetCellSelector.TableModel - Class in adams.flow.transformer
Custom model that stores whether a cell has been selected or not.
SpreadSheetCellWithLookUp - Class in adams.data.groupextraction
Returns the cell value of the spreadsheet row.
SpreadSheetCellWithLookUp() - Constructor for class adams.data.groupextraction.SpreadSheetCellWithLookUp
 
SpreadSheetCellWithLookUp.MissingLookUpKey - Enum in adams.data.groupextraction
Describes the behaviors if a lookup key is not found.
SpreadSheetCollapse - Class in adams.flow.transformer
Uses the specified key columns to identify groups of rows.
SpreadSheetCollapse() - Constructor for class adams.flow.transformer.SpreadSheetCollapse
 
SpreadSheetColumnComboBox - Class in adams.gui.core
ComboBox that lists the column names of the associated spreadsheet in alphabetical order and when the user selects one, ensures that this column is visible.
SpreadSheetColumnComboBox(SpreadSheetTable) - Constructor for class adams.gui.core.SpreadSheetColumnComboBox
Initializes the combobox.
SpreadSheetColumnComboBox.ColumnContainer - Class in adams.gui.core
Container for storing column name and
SpreadSheetColumnFilter - Class in adams.flow.transformer
Filters spreadsheets using the specified column finder.
The output contains all the columns that the specified finder selected.
SpreadSheetColumnFilter() - Constructor for class adams.flow.transformer.SpreadSheetColumnFilter
 
SpreadSheetColumnFinderToRange - Class in adams.data.conversion
Turns the columns that the specified column finder locates into a 1-based range string.
SpreadSheetColumnFinderToRange() - Constructor for class adams.data.conversion.SpreadSheetColumnFinderToRange
 
SpreadSheetColumnIndex - Class in adams.data.spreadsheet
Extended Index class that can use a column name to determine an index of a column as well.
SpreadSheetColumnIndex() - Constructor for class adams.data.spreadsheet.SpreadSheetColumnIndex
Initializes with no index.
SpreadSheetColumnIndex(String) - Constructor for class adams.data.spreadsheet.SpreadSheetColumnIndex
Initializes with the given index, but no maximum.
SpreadSheetColumnIndex(String, int) - Constructor for class adams.data.spreadsheet.SpreadSheetColumnIndex
Initializes with the given index and maximum.
SpreadSheetColumnIndexEditor - Class in adams.gui.goe
Editor for SpreadSheetColumnIndex objects.
SpreadSheetColumnIndexEditor() - Constructor for class adams.gui.goe.SpreadSheetColumnIndexEditor
 
SpreadSheetColumnIndexParsing - Class in adams.core.option.parsing
For parsing SpreadSheetColumnIndex options.
SpreadSheetColumnIndexParsing() - Constructor for class adams.core.option.parsing.SpreadSheetColumnIndexParsing
 
spreadSheetColumnInserted(SpreadSheetColumnInsertionEvent) - Method in interface adams.data.spreadsheet.DataRow
A column got inserted.
spreadSheetColumnInserted(SpreadSheetColumnInsertionEvent) - Method in class adams.data.spreadsheet.DataRowView
A column got inserted.
spreadSheetColumnInserted(SpreadSheetColumnInsertionEvent) - Method in class adams.data.spreadsheet.DenseDataRow
A column got inserted.
spreadSheetColumnInserted(SpreadSheetColumnInsertionEvent) - Method in class adams.data.spreadsheet.SparseDataRow
A column got inserted.
spreadSheetColumnInserted(SpreadSheetColumnInsertionEvent) - Method in interface adams.event.SpreadSheetColumnInsertionListener
A column got inserted.
spreadSheetColumnInserted(SpreadSheetColumnInsertionEvent) - Method in class adams.ml.data.InstanceView
A column got inserted.
SpreadSheetColumnInsertionEvent - Class in adams.event
Event that gets sent in case of insertion of a column.
SpreadSheetColumnInsertionEvent(SpreadSheet, int) - Constructor for class adams.event.SpreadSheetColumnInsertionEvent
Initializes the event.
SpreadSheetColumnInsertionListener - Interface in adams.event
For classes that listen to column insertion events.
SpreadSheetColumnIterator - Class in adams.flow.transformer
Iterates through all columns of a spreadsheet and outputs the names.
The columns can be limited with the range parameter and furthermore with the regular expression applied to the names.
Instead of outputting the names, it is also possible to output the 1-based indices.
SpreadSheetColumnIterator() - Constructor for class adams.flow.transformer.SpreadSheetColumnIterator
 
SpreadSheetColumnRange - Class in adams.data.spreadsheet
Extended Range class that also allows column names for specifying column positions (names are case-insensitive, just like placeholders for 'first', 'second', etc).
SpreadSheetColumnRange() - Constructor for class adams.data.spreadsheet.SpreadSheetColumnRange
Initializes with no range.
SpreadSheetColumnRange(String) - Constructor for class adams.data.spreadsheet.SpreadSheetColumnRange
Initializes with the given range, but no maximum.
SpreadSheetColumnRange(String, int) - Constructor for class adams.data.spreadsheet.SpreadSheetColumnRange
Initializes with the given range and maximum.
SpreadSheetColumnRangeEditor - Class in adams.gui.goe
A PropertyEditor for SpreadSheetColumnRange objects.
SpreadSheetColumnRangeEditor() - Constructor for class adams.gui.goe.SpreadSheetColumnRangeEditor
 
SpreadSheetColumnRangeParsing - Class in adams.core.option.parsing
For parsing SpreadSheetColumnRange options.
SpreadSheetColumnRangeParsing() - Constructor for class adams.core.option.parsing.SpreadSheetColumnRangeParsing
 
SpreadSheetColumnsByName - Class in adams.flow.transformer
Creates a new spreadsheet with the columns that matched the regular expression.
SpreadSheetColumnsByName() - Constructor for class adams.flow.transformer.SpreadSheetColumnsByName
 
SpreadSheetColumnStatistic - Class in adams.flow.transformer
Generates statistics for a chosen colunm.
SpreadSheetColumnStatistic() - Constructor for class adams.flow.transformer.SpreadSheetColumnStatistic
 
SpreadSheetColumnsToReport - Class in adams.data.conversion
Turns spreadsheet columns into reports.
SpreadSheetColumnsToReport() - Constructor for class adams.data.conversion.SpreadSheetColumnsToReport
 
SpreadSheetCommonIDs - Class in adams.flow.transformer
Extracts the common IDs from two or more spreadsheets.
Matching sense can be inverted, i.e., the IDs not in common are output.
SpreadSheetCommonIDs() - Constructor for class adams.flow.transformer.SpreadSheetCommonIDs
 
SpreadSheetContainer - Class in adams.gui.tools.wekainvestigator.data
SpreadSheet-based dataset.
SpreadSheetContainer(SpreadSheetReader, PlaceholderFile) - Constructor for class adams.gui.tools.wekainvestigator.data.SpreadSheetContainer
Loads the data using the specified reader.
SpreadSheetContainer(SpreadSheetReader, File) - Constructor for class adams.gui.tools.wekainvestigator.data.SpreadSheetContainer
Loads the data using the specified reader.
SpreadSheetConvertCells - Class in adams.flow.transformer
Finds cells in a spreadsheet and converts them with a conversion scheme.
If the conversion scheme generates a adams.data.spreadsheet.SpreadSheet object itself, this will get merged with the enclosing one: any additional columns get added and the content of the first row gets added to the row the converted cell belongs to.
SpreadSheetConvertCells() - Constructor for class adams.flow.transformer.SpreadSheetConvertCells
 
SpreadSheetConvertHeaderCells - Class in adams.flow.transformer
Converts the header cells of a spreadsheet with a conversion scheme.
SpreadSheetConvertHeaderCells() - Constructor for class adams.flow.transformer.SpreadSheetConvertHeaderCells
 
SpreadSheetCopyColumns - Class in adams.flow.transformer
Copies a range of columns to a specific position in the spreadsheets coming through.
SpreadSheetCopyColumns() - Constructor for class adams.flow.transformer.SpreadSheetCopyColumns
 
SpreadSheetCopyRows - Class in adams.flow.transformer
Copies a range of columnrows to a specific position in the spreadsheets coming through.
SpreadSheetCopyRows() - Constructor for class adams.flow.transformer.SpreadSheetCopyRows
 
SpreadSheetDbReader - Class in adams.flow.source
Returns a spreadsheet object generated from an SQL query.
To optimize memory consumption, you can return the result of the query in chunks of a specified size.
SpreadSheetDbReader() - Constructor for class adams.flow.source.SpreadSheetDbReader
 
SpreadSheetDbWriter - Class in adams.flow.sink
Transfers a SpreadSheet object into a database.
SpreadSheetDbWriter() - Constructor for class adams.flow.sink.SpreadSheetDbWriter
 
SpreadSheetDialog - Class in adams.gui.dialog
Dialog for displaying a spreadsheet.
SpreadSheetDialog(Dialog) - Constructor for class adams.gui.dialog.SpreadSheetDialog
Creates a modeless dialog without a title with the specified Dialog as its owner.
SpreadSheetDialog(Dialog, Dialog.ModalityType) - Constructor for class adams.gui.dialog.SpreadSheetDialog
Creates a dialog with the specified owner Dialog and modality.
SpreadSheetDialog(Dialog, String) - Constructor for class adams.gui.dialog.SpreadSheetDialog
Creates a modeless dialog with the specified title and with the specified owner dialog.
SpreadSheetDialog(Dialog, String, Dialog.ModalityType) - Constructor for class adams.gui.dialog.SpreadSheetDialog
Creates a dialog with the specified title, modality and the specified owner Dialog.
SpreadSheetDialog(Frame) - Constructor for class adams.gui.dialog.SpreadSheetDialog
Creates a modeless dialog without a title with the specified Frame as its owner.
SpreadSheetDialog(Frame, boolean) - Constructor for class adams.gui.dialog.SpreadSheetDialog
Creates a dialog with the specified owner Frame, modality and an empty title.
SpreadSheetDialog(Frame, String) - Constructor for class adams.gui.dialog.SpreadSheetDialog
Creates a modeless dialog with the specified title and with the specified owner frame.
SpreadSheetDialog(Frame, String, boolean) - Constructor for class adams.gui.dialog.SpreadSheetDialog
Creates a dialog with the specified owner Frame, modality and title.
SpreadSheetDifference - Class in adams.flow.transformer
Computes the difference of the numeric cells between two spreadsheets.
The values of the second spreadsheet are subtracted from the first one.
If no 'key' columns are defined, the current order of rows is used for comparison.
SpreadSheetDifference() - Constructor for class adams.flow.transformer.SpreadSheetDifference
 
SpreadSheetDisplay - Class in adams.flow.sink
Actor for displaying a spreadsheet.
Custom background for negative/positive values can be specified as well.
SpreadSheetDisplay() - Constructor for class adams.flow.sink.SpreadSheetDisplay
 
SpreadSheetDisplay.SpreadSheetDisplayPanel - Class in adams.flow.sink
Custom DisplayPanel.
SpreadSheetDisplayPanel(SpreadSheetDisplay) - Constructor for class adams.flow.sink.SpreadSheetDisplay.SpreadSheetDisplayPanel
Initializes the panel.
SpreadSheetDoubleColumnToLong - Class in adams.data.conversion
Converts the specified spreadsheet column from double to long.
Simply uses the Double's 'longValue()' method.
SpreadSheetDoubleColumnToLong() - Constructor for class adams.data.conversion.SpreadSheetDoubleColumnToLong
 
SpreadSheetDoubleColumnToString - Class in adams.data.conversion
Converts the specified spreadsheet double column to string.
SpreadSheetDoubleColumnToString() - Constructor for class adams.data.conversion.SpreadSheetDoubleColumnToString
 
SpreadSheetEscapeColumnName - Class in adams.data.conversion
Escapes a column name (if necessary) to be used in a column range expression.
SpreadSheetEscapeColumnName() - Constructor for class adams.data.conversion.SpreadSheetEscapeColumnName
 
SpreadSheetExplorer - Class in adams.gui.menu
For visualizing spreadsheets.
SpreadSheetExplorer - Class in adams.gui.visualization.spreadsheet
A panel for exploring Instances visually.
SpreadSheetExplorer() - Constructor for class adams.gui.menu.SpreadSheetExplorer
Initializes the menu item with no owner.
SpreadSheetExplorer() - Constructor for class adams.gui.visualization.spreadsheet.SpreadSheetExplorer
 
SpreadSheetExplorer(AbstractApplicationFrame) - Constructor for class adams.gui.menu.SpreadSheetExplorer
Initializes the menu item.
SpreadSheetExplorerDefinition - Class in adams.env
Definition for the SpreadSheetExplorer props file.
SpreadSheetExplorerDefinition() - Constructor for class adams.env.SpreadSheetExplorerDefinition
 
SpreadSheetExporter - Class in adams.gui.visualization.debug.objectexport
Exports spreadsheet objects.
SpreadSheetExporter() - Constructor for class adams.gui.visualization.debug.objectexport.SpreadSheetExporter
 
SpreadSheetExtractArray - Class in adams.flow.transformer
Extracts a column or row of data from a SpreadSheet object.
SpreadSheetExtractArray() - Constructor for class adams.flow.transformer.SpreadSheetExtractArray
 
SpreadSheetExtractArray.ExtractionType - Enum in adams.flow.transformer
The type of extraction to perform.
SpreadSheetFileChooser - Class in adams.gui.chooser
A specialized JFileChooser that lists all available file Readers and Writers for spreadsheets.
SpreadSheetFileChooser() - Constructor for class adams.gui.chooser.SpreadSheetFileChooser
Constructs a FileChooser pointing to the user's default directory.
SpreadSheetFileChooser(File) - Constructor for class adams.gui.chooser.SpreadSheetFileChooser
Constructs a FileChooser using the given File as the path.
SpreadSheetFileChooser(String) - Constructor for class adams.gui.chooser.SpreadSheetFileChooser
Constructs a FileChooser using the given path.
SpreadSheetFileChooserPanel - Class in adams.gui.chooser
A panel that contains a text field with the current file and a button for bringing up a SpreadSheetFileChooser.
SpreadSheetFileChooserPanel() - Constructor for class adams.gui.chooser.SpreadSheetFileChooserPanel
Initializes the panel with no file.
SpreadSheetFileChooserPanel(File) - Constructor for class adams.gui.chooser.SpreadSheetFileChooserPanel
Initializes the panel with the given filename/directory.
SpreadSheetFileChooserPanel(String) - Constructor for class adams.gui.chooser.SpreadSheetFileChooserPanel
Initializes the panel with the given filename/directory.
SpreadSheetFileReader - Class in adams.flow.transformer
Reads a spreadsheet file and forwards the content.
SpreadSheetFileReader() - Constructor for class adams.flow.transformer.SpreadSheetFileReader
 
SpreadSheetFileViewer - Class in adams.gui.menu
Opens the SpreadSheet file viewer.
SpreadSheetFileViewer() - Constructor for class adams.gui.menu.SpreadSheetFileViewer
Initializes the menu item with no owner.
SpreadSheetFileViewer(AbstractApplicationFrame) - Constructor for class adams.gui.menu.SpreadSheetFileViewer
Initializes the menu item.
SpreadSheetFileWriter - Class in adams.flow.sink
Actor that writes SpreadSheet objects to files.
SpreadSheetFileWriter() - Constructor for class adams.flow.sink.SpreadSheetFileWriter
 
SpreadSheetFilter - Class in adams.flow.transformer
Applies the specified spreadsheet filter to the data.
SpreadSheetFilter - Interface in adams.data.spreadsheet.filter
Interface for spreadsheet filters.
SpreadSheetFilter() - Constructor for class adams.flow.transformer.SpreadSheetFilter
 
SpreadSheetFilter.FilterJob - Class in adams.flow.transformer
 
SpreadSheetFormula - Class in adams.parser
Evaluates mathematical expressions.

The following grammar is used:

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

expr ::= ( expr )

# data types
| number
| string
| boolean
| date
| cell

# 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) )

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

# numeric functions
| abs ( expr | cell )
| sqrt ( expr | cell )
| log ( expr | cell )
| exp ( expr | cell )
| sin ( expr | cell )
| cos ( expr | cell )
| tan ( expr | cell )
| rint ( expr | cell )
| floor ( expr | cell )
| pow[er] ( expr | cell , expr | cell )
| ceil ( expr | cell )
| sum ( cell1 : cell2 )
| min ( cell1 : cell2 )
| max ( cell1 : cell2 )
| average ( cell1 : cell2 )
| stdev ( cell1 : cell2 )
| stdevp ( cell1 : cell2 )
| countif ( cell1 : cell2 ; expr )
| sumif ( cell1 : cell2 ; expr )
| sumif ( cell1 : cell2 ; expr : sumCell1 : sumCell2 )
| intercept ( cellY1 : cellY2 ; cellX1 : cellX2 )
| slope ( cellY1 : cellY2 ; cellX1 : cellX2 )
| countblank ( cell1 : cell2 )
| year ( expr | cell )
| month ( expr | cell )
| day ( expr | cell )
| hour ( expr | cell )
| minute ( expr | cell )
| second ( expr | cell )
| weekday ( expr | cell )
| weeknum ( expr | cell )

# 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 )
| 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)
| trim ( expr )
| len[gth] ( str )
| find ( search , expr [, pos] )
| replace ( str , pos , len , newstr )
| substitute ( str , find , replace [, occurrences] )
;

# obtaining native cell content
| cellobj ( cell )

# obtaining cell content as string
| cellstr ( cell )

Notes:
- Cells are denoted by column in letter and row in digit, e.g., 'C12'.
- '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.
SpreadSheetFormula() - Constructor for class adams.parser.SpreadSheetFormula
 
SpreadSheetFormulaEditorPanel - Class in adams.gui.core
Text editor pane with syntax highlighting for spreadsheet formula.
SpreadSheetFormulaEditorPanel() - Constructor for class adams.gui.core.SpreadSheetFormulaEditorPanel
 
SpreadSheetFormulaText - Class in adams.parser
Wrapper for a String object to be editable in the GOE.
SpreadSheetFormulaText() - Constructor for class adams.parser.SpreadSheetFormulaText
Initializes the string with length 0.
SpreadSheetFormulaText(String) - Constructor for class adams.parser.SpreadSheetFormulaText
Initializes the object with the string to parse.
spreadsheetForSingleDatarow(DataRow) - Method in class adams.flow.transformer.SpreadSheetMethodMerge
Creates a spreadsheet, containing a copy of the single datarow provided.
SpreadSheetGetCell - Class in adams.flow.transformer
Extracts one or more values from a spreadsheet.
SpreadSheetGetCell() - Constructor for class adams.flow.transformer.SpreadSheetGetCell
 
SpreadSheetGetColumnIndex - Class in adams.flow.transformer
Obtain the 1-based indices of columns that match a user-specified regular expression.
SpreadSheetGetColumnIndex() - Constructor for class adams.flow.transformer.SpreadSheetGetColumnIndex
 
SpreadSheetGetHeaderCell - Class in adams.flow.transformer
Extracts a single value from a spreadsheet's header.
SpreadSheetGetHeaderCell() - Constructor for class adams.flow.transformer.SpreadSheetGetHeaderCell
 
SpreadSheetHeaderToMat5Array - Class in adams.data.conversion
Converts the spreadsheet header with the column names into a Matlab array.
SpreadSheetHeaderToMat5Array() - Constructor for class adams.data.conversion.SpreadSheetHeaderToMat5Array
 
SpreadSheetHelper - Class in adams.data.spreadsheet
A helper class for spreadsheet operations.
SpreadSheetHelper() - Constructor for class adams.data.spreadsheet.SpreadSheetHelper
 
SpreadSheetHistogramRanges - Class in adams.flow.transformer
Outputs the ranges generated by adams.data.statistics.ArrayHistogram using the incoming adams.data.spreadsheet.SpreadSheet object.
If cells aren't numeric or missing, a default value of zero is used.
SpreadSheetHistogramRanges() - Constructor for class adams.flow.transformer.SpreadSheetHistogramRanges
 
spreadsheetIndex - Variable in class adams.flow.transformer.spreadsheetmethodmerge.AbstractMerge.SourceColumn
The index of the source spreadsheet.
SpreadSheetIndexedSplitsRunsGenerator - Interface in adams.flow.transformer.indexedsplitsrunsgenerator
Indicator interface for generators that process Instances objects.
SpreadSheetInfo - Class in adams.flow.transformer
Outputs statistics of a SpreadSheet object.
SpreadSheetInfo() - Constructor for class adams.flow.transformer.SpreadSheetInfo
 
SpreadSheetInfo.InfoType - Enum in adams.flow.transformer
The type of information to generate.
SpreadSheetInsertCellLocation - Class in adams.data.conversion
Replaces the specified placeholder with a cell location generated from the user-supplied row and column.
SpreadSheetInsertCellLocation() - Constructor for class adams.data.conversion.SpreadSheetInsertCellLocation
 
SpreadSheetInsertColumn - Class in adams.flow.transformer
Inserts a column at a specific position into spreadsheets coming through.
The cells are initialized with a pre-defined value.
SpreadSheetInsertColumn() - Constructor for class adams.flow.transformer.SpreadSheetInsertColumn
 
SpreadSheetInsertColumnPosition - Class in adams.data.conversion
Replaces the specified placeholder with a column string (e.g., BG) generated from the user-supplied column.
SpreadSheetInsertColumnPosition() - Constructor for class adams.data.conversion.SpreadSheetInsertColumnPosition
 
SpreadSheetInsertRow - Class in adams.flow.transformer
Inserts a row at a specific position into spreadsheets coming through.
The cells are initialized with a pre-defined value.
SpreadSheetInsertRow() - Constructor for class adams.flow.transformer.SpreadSheetInsertRow
 
SpreadSheetInsertRow.ValueType - Enum in adams.flow.transformer
how to parse the value.
SpreadSheetInsertRowScore - Class in adams.flow.transformer
Inserts a score column at a specific position into spreadsheets coming through.
SpreadSheetInsertRowScore() - Constructor for class adams.flow.transformer.SpreadSheetInsertRowScore
 
SpreadSheetJoinColumns - Class in adams.data.conversion
Merges two or more columns in a spreadsheet into a single column.
Columns can be out-of-order.
SpreadSheetJoinColumns() - Constructor for class adams.data.conversion.SpreadSheetJoinColumns
 
SpreadSheetLoader - Class in weka.core.converters
Loads a CSV file using an ADAMS spreadsheet reader and converts it into an Instances object.
SpreadSheetLoader() - Constructor for class weka.core.converters.SpreadSheetLoader
default constructor
SpreadSheetLongColumnToDouble - Class in adams.data.conversion
Converts the specified spreadsheet column from long to double.
Simply uses the cell's 'toDouble()' method.
SpreadSheetLongColumnToDouble() - Constructor for class adams.data.conversion.SpreadSheetLongColumnToDouble
 
SpreadSheetMaterializeFormulas - Class in adams.data.conversion
Finds cells with formulas in a spreadsheet and replaces the cell content with the value calculated by the formula.
SpreadSheetMaterializeFormulas() - Constructor for class adams.data.conversion.SpreadSheetMaterializeFormulas
 
SpreadSheetMatrixStatistic - Class in adams.flow.transformer
Generates statistics for the spreadsheet.
SpreadSheetMatrixStatistic() - Constructor for class adams.flow.transformer.SpreadSheetMatrixStatistic
 
SpreadSheetMerge - Class in adams.flow.transformer
Merges two or more spreadsheets.
SpreadSheetMerge() - Constructor for class adams.flow.transformer.SpreadSheetMerge
 
SpreadSheetMergeActor - Interface in adams.flow.transformer
Indicator interface for actors that merge spreadsheets.
SpreadSheetMethodMerge - Class in adams.flow.transformer
Merges 2 or more spreadsheets into a single spreadsheet, using a selectable merge method.
SpreadSheetMethodMerge() - Constructor for class adams.flow.transformer.SpreadSheetMethodMerge
 
spreadsheetNamesTipText() - Method in class adams.flow.transformer.spreadsheetmethodmerge.AbstractMerge
Gets the tip-text for the spreadsheet names option.
SpreadSheetObjectColumnToString - Class in adams.data.conversion
Converts the specified spreadsheet column from the object type to string.
SpreadSheetObjectColumnToString() - Constructor for class adams.data.conversion.SpreadSheetObjectColumnToString
 
SpreadSheetPanel - Class in adams.gui.dialog
Displays a spreadsheet in a table.
SpreadSheetPanel - Class in adams.gui.tools.spreadsheetviewer
Encapsulates a panel for the spreadsheet viewer tool.
SpreadSheetPanel() - Constructor for class adams.gui.dialog.SpreadSheetPanel
 
SpreadSheetPanel(MultiPagePane) - Constructor for class adams.gui.tools.spreadsheetviewer.SpreadSheetPanel
Initializes the panel.
SpreadSheetPlotGenerator - Class in adams.flow.transformer
Outputs plot containers generated from a spreadsheet.
SpreadSheetPlotGenerator() - Constructor for class adams.flow.transformer.SpreadSheetPlotGenerator
 
SpreadSheetProcessor - Class in adams.gui.menu
Opens the SpreadSheet Processor.
SpreadSheetProcessor() - Constructor for class adams.gui.menu.SpreadSheetProcessor
Initializes the menu item with no owner.
SpreadSheetProcessor(AbstractApplicationFrame) - Constructor for class adams.gui.menu.SpreadSheetProcessor
Initializes the menu item.
SpreadSheetProcessorEvent - Class in adams.gui.event
Events that get sent when changes occur in the SpreadSheetProcessorPanel.
SpreadSheetProcessorEvent(SpreadSheetProcessorPanel, SpreadSheetProcessorEvent.EventType) - Constructor for class adams.gui.event.SpreadSheetProcessorEvent
Initializes the event.
SpreadSheetProcessorEvent(SpreadSheetProcessorPanel, SpreadSheetProcessorEvent.EventType, String) - Constructor for class adams.gui.event.SpreadSheetProcessorEvent
Initializes the event.
SpreadSheetProcessorEvent.EventType - Enum in adams.gui.event
The type of event.
SpreadSheetProcessorListener - Interface in adams.gui.event
Interface for listeners that react to changes in a SpreadSheetProcessorPanel.
SpreadSheetProcessorPanel - Class in adams.gui.tools
The main panel for processing spreadsheets.
SpreadSheetProcessorPanel() - Constructor for class adams.gui.tools.SpreadSheetProcessorPanel
 
SpreadSheetProcessorPanel.WidgetPanel - Class in adams.gui.tools
Encapsulates combobox to select a widget and the selected widget.
SpreadSheetQuery - Class in adams.flow.transformer
Applies a query (SELECT, UPDATE, DELETE) on a spreadsheet.
Variables are supported as well, e.g., : SELECT * WHERE Blah = @{val} with 'val' being a variable available at execution time.
The following grammar is used for the query:

expr_list ::= expr_list expr_part | expr_part;

expr_part ::= select | update | delete;

select ::= SELECT col_list [limit]
| SELECT col_list WHERE cond_list [limit]
| SELECT col_list ORDER BY order_list [limit]
| SELECT col_list WHERE cond_list ORDER BY order_list [limit]
| SELECT agg_list
| SELECT agg_list GROUP BY col_list
| SELECT agg_list HAVING cond_list
| SELECT agg_list GROUP BY col_list HAVING cond_list
;

update ::= UPDATE SET upd_list
| UPDATE SET upd_list WHERE cond_list
;

delete ::= DELETE WHERE cond_list
;

col_list ::= col_list COMMA col
| col
| SELECT NUMBER [subsample: <1 = percent; >= 1 number of rows]
;

col ::= *
| COLUMN
| COLUMN AS COLUMN
;

upd_list ::= upd_list COMMA upd | upd;

upd ::= COLUMN = value
;

order_list::= order_list COMMA order | order;

order ::= COLUMN
| COLUMN ASC
| COLUMN DESC
;

cond_list ::= cond_list cond
| cond
;

cond ::= COLUMN < value
| COLUMN <= value
| COLUMN = value
| COLUMN <> value
| COLUMN >= value
| COLUMN > value
| COLUMN REGEXP STRING
| COLUMN IS NULL
| CELLTYPE ( COLUMN ) = "numeric|long|double|boolean|string|time|date|datetime|timestamp|object|missing"
| ( cond )
| cond:c1 AND cond:c2
| cond:c1 OR cond:c2
| NOT cond
;

value ::= NUMBER
| STRING
| PARSE ( "number" , STRING )
| PARSE ( "date" , STRING )
| PARSE ( "time" , STRING )
| PARSE ( "timestamp" , STRING )
;

limit ::= LIMIT NUMBER:max
| LIMIT NUMBER:offset , NUMBER:max
;
agg_list ::= agg_list COMMA agg
| agg
;

agg ::= COUNT [(*)] [AS COLUMN]
| MIN ( COLUMN ) [AS COLUMN]
| MAX ( COLUMN ) [AS COLUMN]
| RANGE ( COLUMN ) [AS COLUMN] (= MIN - MAX)
| MEAN ( COLUMN ) [AS COLUMN]
| AVERAGE ( COLUMN ) [AS COLUMN]
| STDEV ( COLUMN ) [AS COLUMN]
| STDEVP ( COLUMN ) [AS COLUMN]
| SUM ( COLUMN ) [AS COLUMN]
| IQR ( COLUMN ) [AS COLUMN]
| INTERQUARTILE ( COLUMN ) [AS COLUMN]

Notes:
- time format: 'HH:mm'
- date format: 'yyyy-MM-dd'
- timestamp format: 'yyyy-MM-dd HH:mm'
- STRING is referring to characters enclosed by double quotes
- COLUMN is either a string with no blanks (consisting of letters, numbers, hyphen or underscore; eg 'MyCol-1') or a bracket enclosed string when containing blanks (eg '[Some other col]')
- columns used in the ORDER BY clause must be present in the SELECT part; also, any alias given to them in SELECT must be used instead of original column name


Input/output:
- accepts:
   adams.data.spreadsheet.SpreadSheet
- generates:
   adams.data.spreadsheet.SpreadSheet


SpreadSheetQuery - Class in adams.parser
Evaluates spreadsheet subset queries.

The following grammar is used:

expr_list ::= expr_list expr_part | expr_part;

expr_part ::= select | update | delete;

select ::= SELECT col_list [limit]
| SELECT col_list WHERE cond_list [limit]
| SELECT col_list ORDER BY order_list [limit]
| SELECT col_list WHERE cond_list ORDER BY order_list [limit]
| SELECT agg_list
| SELECT agg_list GROUP BY col_list
| SELECT agg_list HAVING cond_list
| SELECT agg_list GROUP BY col_list HAVING cond_list
;

update ::= UPDATE SET upd_list
| UPDATE SET upd_list WHERE cond_list
;

delete ::= DELETE WHERE cond_list
;

col_list ::= col_list COMMA col
| col
| SELECT NUMBER [subsample: <1 = percent; >= 1 number of rows]
;

col ::= *
| COLUMN
| COLUMN AS COLUMN
;

upd_list ::= upd_list COMMA upd | upd;

upd ::= COLUMN = value
;

order_list::= order_list COMMA order | order;

order ::= COLUMN
| COLUMN ASC
| COLUMN DESC
;

cond_list ::= cond_list cond
| cond
;

cond ::= COLUMN < value
| COLUMN <= value
| COLUMN = value
| COLUMN <> value
| COLUMN >= value
| COLUMN > value
| COLUMN REGEXP STRING
| COLUMN IS NULL
| CELLTYPE ( COLUMN ) = "numeric|long|double|boolean|string|time|date|datetime|timestamp|object|missing"
| ( cond )
| cond:c1 AND cond:c2
| cond:c1 OR cond:c2
| NOT cond
;

value ::= NUMBER
| STRING
| PARSE ( "number" , STRING )
| PARSE ( "date" , STRING )
| PARSE ( "time" , STRING )
| PARSE ( "timestamp" , STRING )
;

limit ::= LIMIT NUMBER:max
| LIMIT NUMBER:offset , NUMBER:max
;
agg_list ::= agg_list COMMA agg
| agg
;

agg ::= COUNT [(*)|(COLUMN)] [AS COLUMN]
| MIN ( COLUMN ) [AS COLUMN]
| MAX ( COLUMN ) [AS COLUMN]
| RANGE ( COLUMN ) [AS COLUMN] (= MIN - MAX)
| MEAN ( COLUMN ) [AS COLUMN]
| AVERAGE ( COLUMN ) [AS COLUMN]
| STDEV ( COLUMN ) [AS COLUMN]
| STDEVP ( COLUMN ) [AS COLUMN]
| SUM ( COLUMN ) [AS COLUMN]
| IQR ( COLUMN ) [AS COLUMN]
| INTERQUARTILE ( COLUMN ) [AS COLUMN]

Notes:
- time format: 'HH:mm'
- date format: 'yyyy-MM-dd'
- timestamp format: 'yyyy-MM-dd HH:mm'
- STRING is referring to characters enclosed by double quotes
- COLUMN is either a string with no blanks (consisting of letters, numbers, hyphen or underscore; eg 'MyCol-1') or a bracket enclosed string when containing blanks (eg '[Some other col]')
- columns used in the ORDER BY clause must be present in the SELECT part; also, any alias given to them in SELECT must be used instead of original column name


SpreadSheetQuery() - Constructor for class adams.flow.transformer.SpreadSheetQuery
 
SpreadSheetQuery() - Constructor for class adams.parser.SpreadSheetQuery
 
SpreadSheetQueryChooserPanel - Class in adams.gui.chooser
A panel that contains a text field with the current spreadsheet query and a button for bringing up an editor for the query.
SpreadSheetQueryChooserPanel() - Constructor for class adams.gui.chooser.SpreadSheetQueryChooserPanel
Initializes the panel with default query.
SpreadSheetQueryChooserPanel(SpreadSheetQueryText) - Constructor for class adams.gui.chooser.SpreadSheetQueryChooserPanel
Initializes the panel with the given query.
SpreadSheetQueryDialog - Class in adams.gui.dialog
Dialog for displaying a spreadsheet query editor.
SpreadSheetQueryDialog(Dialog) - Constructor for class adams.gui.dialog.SpreadSheetQueryDialog
Creates a modeless dialog without a title with the specified Dialog as its owner.
SpreadSheetQueryDialog(Dialog, Dialog.ModalityType) - Constructor for class adams.gui.dialog.SpreadSheetQueryDialog
Creates a dialog with the specified owner Dialog and modality.
SpreadSheetQueryDialog(Dialog, String) - Constructor for class adams.gui.dialog.SpreadSheetQueryDialog
Creates a modeless dialog with the specified title and with the specified owner dialog.
SpreadSheetQueryDialog(Dialog, String, Dialog.ModalityType) - Constructor for class adams.gui.dialog.SpreadSheetQueryDialog
Creates a dialog with the specified title, modality and the specified owner Dialog.
SpreadSheetQueryDialog(Frame) - Constructor for class adams.gui.dialog.SpreadSheetQueryDialog
Creates a modeless dialog without a title with the specified Frame as its owner.
SpreadSheetQueryDialog(Frame, boolean) - Constructor for class adams.gui.dialog.SpreadSheetQueryDialog
Creates a dialog with the specified owner Frame, modality and an empty title.
SpreadSheetQueryDialog(Frame, String) - Constructor for class adams.gui.dialog.SpreadSheetQueryDialog
Creates a modeless dialog with the specified title and with the specified owner frame.
SpreadSheetQueryDialog(Frame, String, boolean) - Constructor for class adams.gui.dialog.SpreadSheetQueryDialog
Creates a dialog with the specified owner Frame, modality and title.
SpreadSheetQueryEditorPanel - Class in adams.gui.core
Text editor pane with syntax highlighting for spreadsheet formula.
SpreadSheetQueryEditorPanel() - Constructor for class adams.gui.core.SpreadSheetQueryEditorPanel
 
SpreadSheetQueryPanel - Class in adams.gui.dialog
Panel with spreadsheet query editor.
SpreadSheetQueryPanel() - Constructor for class adams.gui.dialog.SpreadSheetQueryPanel
 
SpreadSheetQueryText - Class in adams.parser
Wrapper for a String object to be editable in the GOE.
SpreadSheetQueryText() - Constructor for class adams.parser.SpreadSheetQueryText
Initializes the string with length 0.
SpreadSheetQueryText(String) - Constructor for class adams.parser.SpreadSheetQueryText
Initializes the object with the string to parse.
SpreadSheetRandomSplitGenerator - Class in adams.flow.transformer.indexedsplitsrunsgenerator
Random split generator that works on spreadsheets.
SpreadSheetRandomSplitGenerator() - Constructor for class adams.flow.transformer.indexedsplitsrunsgenerator.SpreadSheetRandomSplitGenerator
 
SpreadSheetRandomSystematicSample - Class in adams.flow.transformer
Performs random systematic sampling on the rows of the incoming spreadsheet.
Divides the rows into N blocks with N being the sample size.
SpreadSheetRandomSystematicSample() - Constructor for class adams.flow.transformer.SpreadSheetRandomSystematicSample
 
SpreadSheetReader - Interface in adams.data.io.input
Interface for spreadsheet readers.
SpreadSheetRemoveColumn - Class in adams.flow.transformer
Removes the column(s) at the specific position from spreadsheets coming through.
SpreadSheetRemoveColumn() - Constructor for class adams.flow.transformer.SpreadSheetRemoveColumn
 
SpreadSheetRemoveRow - Class in adams.flow.transformer
Removes one or more rows at the specific position from spreadsheets coming through.
SpreadSheetRemoveRow() - Constructor for class adams.flow.transformer.SpreadSheetRemoveRow
 
SpreadSheetRenderer - Class in adams.gui.visualization.debug.objectrenderer
Renders spreadsheets as tables.
SpreadSheetRenderer() - Constructor for class adams.gui.visualization.debug.objectrenderer.SpreadSheetRenderer
 
SpreadSheetReorderColumns - Class in adams.flow.transformer
Reorders the columns in a spreadsheet according to a user-supplied order.
SpreadSheetReorderColumns() - Constructor for class adams.flow.transformer.SpreadSheetReorderColumns
 
SpreadSheetReorderRows - Class in adams.flow.transformer
Reorders the rows in a spreadsheet according to a user-supplied order.
SpreadSheetReorderRows() - Constructor for class adams.flow.transformer.SpreadSheetReorderRows
 
SpreadSheetReplaceCellValue - Class in adams.flow.transformer
Replaces cell values that match a regular expression with a predefined value.
SpreadSheetReplaceCellValue() - Constructor for class adams.flow.transformer.SpreadSheetReplaceCellValue
 
SpreadSheetReplaceCellValue.Scope - Enum in adams.flow.transformer
Defines the scope of the replace.
SpreadSheetRow - Class in adams.gui.visualization.spreadsheet
Stores values from Row objects, with X being the attribute index (integer) and Y being the internal value (double).
SpreadSheetRow() - Constructor for class adams.gui.visualization.spreadsheet.SpreadSheetRow
Initializes the sequence.
SpreadSheetRowBinning - Class in adams.flow.transformer
Applies a binning algorithm to the values from the specified binning column to filter the rows into specific bins.
A new column is then added containing the corresponding bin index.
SpreadSheetRowBinning() - Constructor for class adams.flow.transformer.SpreadSheetRowBinning
 
SpreadSheetRowBuffer - Class in adams.flow.transformer
Can act in two different ways:
1.
SpreadSheetRowBuffer() - Constructor for class adams.flow.transformer.SpreadSheetRowBuffer
 
SpreadSheetRowBuffer.Operation - Enum in adams.flow.transformer
Defines how the buffer actor operates.
SpreadSheetRowContainer - Class in adams.gui.visualization.spreadsheet
A container class for a SpreadSheet Row.
SpreadSheetRowContainer(SpreadSheetRowContainerManager, SpreadSheetRow) - Constructor for class adams.gui.visualization.spreadsheet.SpreadSheetRowContainer
Initializes the container.
SpreadSheetRowContainerDisplayIDGenerator - Class in adams.gui.visualization.spreadsheet
Class for generating display IDs for SpreadSheetRow objects.
SpreadSheetRowContainerDisplayIDGenerator() - Constructor for class adams.gui.visualization.spreadsheet.SpreadSheetRowContainerDisplayIDGenerator
 
SpreadSheetRowContainerList - Class in adams.gui.visualization.spreadsheet
A panel that lists SpreadSheetRow objects in a JTable.
SpreadSheetRowContainerList() - Constructor for class adams.gui.visualization.spreadsheet.SpreadSheetRowContainerList
 
SpreadSheetRowContainerManager - Class in adams.gui.visualization.spreadsheet
A handler for the Instance containers.
SpreadSheetRowContainerManager(ContainerListManager<SpreadSheetRowContainerManager>) - Constructor for class adams.gui.visualization.spreadsheet.SpreadSheetRowContainerManager
Initializes the manager.
SpreadSheetRowContainerModel - Class in adams.gui.visualization.spreadsheet
A model for displaying the currently loaded SpreadSheetRow objects.
SpreadSheetRowContainerModel(ContainerListManager<SpreadSheetRowContainerManager>) - Constructor for class adams.gui.visualization.spreadsheet.SpreadSheetRowContainerModel
Initializes the model.
SpreadSheetRowContainerModel(SpreadSheetRowContainerManager) - Constructor for class adams.gui.visualization.spreadsheet.SpreadSheetRowContainerModel
Initializes the model.
SpreadSheetRowContainerTableColumnNameGenerator - Class in adams.gui.visualization.spreadsheet
Abstract class for generating the column names of a table.
SpreadSheetRowContainerTableColumnNameGenerator() - Constructor for class adams.gui.visualization.spreadsheet.SpreadSheetRowContainerTableColumnNameGenerator
 
SpreadSheetRowFilter - Class in adams.flow.transformer
Filters spreadsheets using the specified row finder.
The output contains all the rows that the specified finder selected.
SpreadSheetRowFilter() - Constructor for class adams.flow.transformer.SpreadSheetRowFilter
 
SpreadSheetRowFinderToRange - Class in adams.data.conversion
Turns the rows that the specified row finder locates into a 1-based range string.
SpreadSheetRowFinderToRange() - Constructor for class adams.data.conversion.SpreadSheetRowFinderToRange
 
SpreadSheetRowGroupExtractor - Interface in adams.data.groupextraction
Indicator interface for extractors that work on spreadsheet rows.
SpreadSheetRowGroupExtractorWithColumn - Interface in adams.data.groupextraction
Extractors that work on spreadsheet rows.
SpreadSheetRowIndex - Class in adams.data.spreadsheet
Extended Index class for SpreadSheet objects.
SpreadSheetRowIndex() - Constructor for class adams.data.spreadsheet.SpreadSheetRowIndex
Initializes with no index.
SpreadSheetRowIndex(String) - Constructor for class adams.data.spreadsheet.SpreadSheetRowIndex
Initializes with the given index, but no maximum.
SpreadSheetRowIndex(String, int) - Constructor for class adams.data.spreadsheet.SpreadSheetRowIndex
Initializes with the given index and maximum.
SpreadSheetRowIndexEditor - Class in adams.gui.goe
Editor for SpreadSheetRowIndex objects.
SpreadSheetRowIndexEditor() - Constructor for class adams.gui.goe.SpreadSheetRowIndexEditor
 
SpreadSheetRowIndexParsing - Class in adams.core.option.parsing
For parsing SpreadSheetRowIndex options.
SpreadSheetRowIndexParsing() - Constructor for class adams.core.option.parsing.SpreadSheetRowIndexParsing
 
SpreadSheetRowLinePaintlet - Class in adams.gui.visualization.spreadsheet
Paintlet for generating a line plot for Instance objects.
SpreadSheetRowLinePaintlet() - Constructor for class adams.gui.visualization.spreadsheet.SpreadSheetRowLinePaintlet
 
SpreadSheetRowLinePaintlet.MarkerShape - Enum in adams.gui.visualization.spreadsheet
Enum for the marker shape to plot around the data points.
SpreadSheetRowPanel - Class in adams.gui.visualization.spreadsheet
A panel for displaying instances.
SpreadSheetRowPanel() - Constructor for class adams.gui.visualization.spreadsheet.SpreadSheetRowPanel
Initializes the panel.
SpreadSheetRowPanel(String) - Constructor for class adams.gui.visualization.spreadsheet.SpreadSheetRowPanel
Initializes the panel.
SpreadSheetRowPoint - Class in adams.gui.visualization.spreadsheet
A 2-dimensional point (X: attribute index, Y: internal value).
SpreadSheetRowPoint() - Constructor for class adams.gui.visualization.spreadsheet.SpreadSheetRowPoint
Initializes the point with no points and no ID.
SpreadSheetRowPoint(Integer, Double) - Constructor for class adams.gui.visualization.spreadsheet.SpreadSheetRowPoint
Initializes the point with no ID.
SpreadSheetRowPointComparator - Class in adams.gui.visualization.spreadsheet
A comparator for InstancePoint objects.
SpreadSheetRowPointComparator() - Constructor for class adams.gui.visualization.spreadsheet.SpreadSheetRowPointComparator
The default constructor uses comparison by X in ascending manner.
SpreadSheetRowPointComparator(boolean, boolean) - Constructor for class adams.gui.visualization.spreadsheet.SpreadSheetRowPointComparator
This constructor initializes the comparator either with comparison by X or by Y.
SpreadSheetRowPointHitDetector - Class in adams.gui.visualization.spreadsheet
Detects selections of row points in the row panel.
SpreadSheetRowPointHitDetector(SpreadSheetRowPanel) - Constructor for class adams.gui.visualization.spreadsheet.SpreadSheetRowPointHitDetector
Initializes the hit detector.
SpreadSheetRowRange - Class in adams.data.spreadsheet
Extended Range class for SpreadSheet objects.
SpreadSheetRowRange() - Constructor for class adams.data.spreadsheet.SpreadSheetRowRange
Initializes with no range.
SpreadSheetRowRange(String) - Constructor for class adams.data.spreadsheet.SpreadSheetRowRange
Initializes with the given range, but no maximum.
SpreadSheetRowRange(String, int) - Constructor for class adams.data.spreadsheet.SpreadSheetRowRange
Initializes with the given range and maximum.
SpreadSheetRowRangeEditor - Class in adams.gui.goe
A PropertyEditor for SpreadSheetRowRange objects.
SpreadSheetRowRangeEditor() - Constructor for class adams.gui.goe.SpreadSheetRowRangeEditor
 
SpreadSheetRowRangeParsing - Class in adams.core.option.parsing
For parsing SpreadSheetRowRange options.
SpreadSheetRowRangeParsing() - Constructor for class adams.core.option.parsing.SpreadSheetRowRangeParsing
 
SpreadSheetRowReportFactory - Class in adams.gui.visualization.spreadsheet
A factory for GUI components for row-related reports.
SpreadSheetRowReportFactory() - Constructor for class adams.gui.visualization.spreadsheet.SpreadSheetRowReportFactory
 
SpreadSheetRowReportFactory.Panel - Class in adams.gui.visualization.spreadsheet
A specialized panel that displays reports.
SpreadSheetRowReportFactory.Table - Class in adams.gui.visualization.spreadsheet
A specialized table for displaying a Report.
SpreadSheetRowStatistic - Class in adams.flow.transformer
Generates statistics for a chosen row.
SpreadSheetRowStatistic() - Constructor for class adams.flow.transformer.SpreadSheetRowStatistic
 
SpreadSheetRowsToReport - Class in adams.data.conversion
Turns spreadsheet rows into report.
SpreadSheetRowsToReport() - Constructor for class adams.data.conversion.SpreadSheetRowsToReport
 
SpreadSheetRowToTimeseries - Class in adams.flow.transformer
Turns a spreadsheet row into a timeseries.
Columns for timestamps and values are extracted using the regular expressions, the timestamp columns are optional.
SpreadSheetRowToTimeseries() - Constructor for class adams.flow.transformer.SpreadSheetRowToTimeseries
 
SpreadSheetRowUtils - Class in adams.gui.visualization.spreadsheet
Utility class for rows.
SpreadSheetRowUtils() - Constructor for class adams.gui.visualization.spreadsheet.SpreadSheetRowUtils
 
SpreadSheetRowViewer - Class in adams.flow.sink
Actor for displaying spreadsheet rows in a graphical way, like the 'Spreadsheet Explorer' tool.
SpreadSheetRowViewer() - Constructor for class adams.flow.sink.SpreadSheetRowViewer
 
SpreadSheetRowZoomOverviewPaintlet - Class in adams.gui.visualization.spreadsheet
Highlights the current zoom in the row panel.
SpreadSheetRowZoomOverviewPaintlet() - Constructor for class adams.gui.visualization.spreadsheet.SpreadSheetRowZoomOverviewPaintlet
 
SpreadSheetRowZoomOverviewPanel - Class in adams.gui.visualization.spreadsheet
Panel that shows the zoom in the TIC panel as overlay.
SpreadSheetRowZoomOverviewPanel() - Constructor for class adams.gui.visualization.spreadsheet.SpreadSheetRowZoomOverviewPanel
 
SpreadSheetSaver - Class in weka.core.converters
Writes the Instances to a spreadsheet file using the specified ADAMS spreadsheet writer.
SpreadSheetSaver() - Constructor for class weka.core.converters.SpreadSheetSaver
Constructor
SpreadSheetSelectSubset - Class in adams.flow.transformer
Allows the user to select a subset of the incoming spreadsheet to be forwarded in the flow.
SpreadSheetSelectSubset() - Constructor for class adams.flow.transformer.SpreadSheetSelectSubset
 
SpreadSheetSetCell - Class in adams.flow.transformer
Sets the value of the specified cells in a spreadsheet.
SpreadSheetSetCell() - Constructor for class adams.flow.transformer.SpreadSheetSetCell
 
SpreadSheetSetHeaderCell - Class in adams.flow.transformer
Sets a single header cell value in a spreadsheet.
SpreadSheetSetHeaderCell() - Constructor for class adams.flow.transformer.SpreadSheetSetHeaderCell
 
SpreadSheetSort - Class in adams.flow.transformer
Sorts the rows of the spreadsheet according to the selected column indices and sort order (ascending/descending).
SpreadSheetSort() - Constructor for class adams.flow.transformer.SpreadSheetSort
 
SpreadSheetSortColumns - Class in adams.flow.transformer
Reorders a user-defined subset of columns by name using the specified comparator.
SpreadSheetSortColumns() - Constructor for class adams.flow.transformer.SpreadSheetSortColumns
 
SpreadSheetSortColumns.ContainerComparator - Class in adams.flow.transformer
Comparator wrapper for the containers, uses the provided comparator to compare the names.
SpreadSheetSortColumns.SortContainer - Class in adams.flow.transformer
For sorting columns.
SpreadSheetSplitColumn - Class in adams.data.conversion
Splits the string representation of the cells of a column into multiple columns using a regular expression.
SpreadSheetSplitColumn() - Constructor for class adams.data.conversion.SpreadSheetSplitColumn
 
SpreadSheetStatistic - Class in adams.flow.transformer
Generates statistics from a SpreadSheet object.
If cells aren't numeric or missing, a default value of zero is used.
SpreadSheetStatistic() - Constructor for class adams.flow.transformer.SpreadSheetStatistic
 
SpreadSheetStatisticDataType - Enum in adams.flow.transformer
Defines what data to retrieve from an Instances object.
SpreadSheetStorageRowIterator - Class in adams.flow.transformer
Iterates through a defined range of rows.
SpreadSheetStorageRowIterator() - Constructor for class adams.flow.transformer.SpreadSheetStorageRowIterator
 
SpreadSheetStringColumnToBoolean - Class in adams.data.conversion
Converts the specified spreadsheet column from string to boolean.
SpreadSheetStringColumnToBoolean() - Constructor for class adams.data.conversion.SpreadSheetStringColumnToBoolean
 
SpreadSheetStringColumnToDate - Class in adams.data.conversion
Converts the specified spreadsheet column from string to date, according to the provided format.
For more information on the format, see Javadoc of 'java.text.SimpleDateFormat' class:
http://docs.oracle.com/javase/6/docs/api/java/text/SimpleDateFormat.html

Valid options are:

SpreadSheetStringColumnToDate() - Constructor for class adams.data.conversion.SpreadSheetStringColumnToDate
 
SpreadSheetStringColumnToDateTime - Class in adams.data.conversion
Converts the specified spreadsheet column from string to date/time, according to the provided format.
For more information on the format, see Javadoc of 'java.text.SimpleDateFormat' class:
http://docs.oracle.com/javase/6/docs/api/java/text/SimpleDateFormat.html

Valid options are:

SpreadSheetStringColumnToDateTime() - Constructor for class adams.data.conversion.SpreadSheetStringColumnToDateTime
 
SpreadSheetStringColumnToDateTimeMsec - Class in adams.data.conversion
Converts the specified spreadsheet column from string to date/time/msec, according to the provided format.
For more information on the format, see Javadoc of 'java.text.SimpleDateFormat' class:
http://docs.oracle.com/javase/6/docs/api/java/text/SimpleDateFormat.html

Valid options are:

SpreadSheetStringColumnToDateTimeMsec() - Constructor for class adams.data.conversion.SpreadSheetStringColumnToDateTimeMsec
 
SpreadSheetStringColumnToDouble - Class in adams.data.conversion
Converts the specified spreadsheet column from string to double, according to the provided format.
For more information on the format, see Javadoc of 'java.text.DecimalFormat' class:
http://docs.oracle.com/javase/6/docs/api/java/text/DecimalFormat.html

Valid options are:

SpreadSheetStringColumnToDouble() - Constructor for class adams.data.conversion.SpreadSheetStringColumnToDouble
 
SpreadSheetStringColumnToLong - Class in adams.data.conversion
Converts the specified spreadsheet column from string to long, according to the provided format.
For more information on the format, see Javadoc of 'java.text.DecimalFormat' class:
http://docs.oracle.com/javase/6/docs/api/java/text/DecimalFormat.html

Valid options are:

SpreadSheetStringColumnToLong() - Constructor for class adams.data.conversion.SpreadSheetStringColumnToLong
 
SpreadSheetStringColumnToObject - Class in adams.data.conversion
Converts the specified spreadsheet column from string to an object, using the specified handler.
SpreadSheetStringColumnToObject() - Constructor for class adams.data.conversion.SpreadSheetStringColumnToObject
 
SpreadSheetStringColumnToTime - Class in adams.data.conversion
Converts the specified spreadsheet column from string to time, according to the provided format.
For more information on the format, see Javadoc of 'java.text.SimpleTimeFormat' class:
http://docs.oracle.com/javase/6/docs/api/java/text/SimpleDateFormat.html

SpreadSheetStringColumnToTime() - Constructor for class adams.data.conversion.SpreadSheetStringColumnToTime
 
SpreadSheetStringColumnToTimeMsec - Class in adams.data.conversion
Converts the specified spreadsheet column from string to time/msec, according to the provided format.
For more information on the format, see Javadoc of 'java.text.SimpleTimeFormat' class:
http://docs.oracle.com/javase/6/docs/api/java/text/SimpleDateFormat.html

SpreadSheetStringColumnToTimeMsec() - Constructor for class adams.data.conversion.SpreadSheetStringColumnToTimeMsec
 
SpreadSheetSubset - Class in adams.flow.transformer
Extracts a subset of rows/columns from a spreadsheet.
SpreadSheetSubset() - Constructor for class adams.flow.transformer.SpreadSheetSubset
 
SpreadSheetSubsetByValue - Class in adams.flow.transformer
Generates subsets from a spreadsheet, grouped by the same string value in the specified column.
For instance, if a spreadsheet has 3 unique values (A, B, C) in column 2, then 3 subsheets will generated, each containing the rows that have the value A, B or C.
SpreadSheetSubsetByValue() - Constructor for class adams.flow.transformer.SpreadSheetSubsetByValue
 
SpreadSheetSubsetFromGroup - Class in adams.flow.transformer
Splits the spreadsheet into subsets using the supplied column and then returns the specified range of rows from each generated subset.
The spreadsheet is expected to be sorted on the grouping column.
SpreadSheetSubsetFromGroup() - Constructor for class adams.flow.transformer.SpreadSheetSubsetFromGroup
 
SpreadSheetSupporter - Class in adams.gui.visualization.debug.inspectionhandler
Provides further insight into spreadsheet supporters.
SpreadSheetSupporter - Interface in adams.data.spreadsheet
Interface for classes that return their content as spreadsheet.
SpreadSheetSupporter() - Constructor for class adams.gui.visualization.debug.inspectionhandler.SpreadSheetSupporter
 
SpreadSheetSupporterToSpreadSheet - Class in adams.data.conversion
SpreadSheetSupporterToSpreadSheet() - Constructor for class adams.data.conversion.SpreadSheetSupporterToSpreadSheet
 
SpreadSheetTable - Class in adams.gui.core
A specialized table for displaying a SpreadSheet table model.
SpreadSheetTable(SpreadSheet) - Constructor for class adams.gui.core.SpreadSheetTable
Initializes the table.
SpreadSheetTable(SpreadSheetTableModel) - Constructor for class adams.gui.core.SpreadSheetTable
Initializes the table.
SpreadSheetTableModel - Class in adams.gui.core
The table model for displaying a SpreadSheet object.
SpreadSheetTableModel() - Constructor for class adams.gui.core.SpreadSheetTableModel
Initializes the model with an empty spread sheet.
SpreadSheetTableModel(SpreadSheet) - Constructor for class adams.gui.core.SpreadSheetTableModel
Initializes the model with the given spread sheet.
SpreadSheetTableModel(SpreadSheet, int) - Constructor for class adams.gui.core.SpreadSheetTableModel
Initializes the model with the given spread sheet and number of decimals to display.
SpreadSheetTablePopupMenuItem - Interface in adams.gui.core.spreadsheettable
Ancestor for menu items of popups for the SpreadSheetTable.
SpreadSheetTablePopupMenuItemHelper - Class in adams.gui.core.spreadsheettable
Helper class for constructing popup menus for the SpreadSheetTable.
SpreadSheetTablePopupMenuItemHelper() - Constructor for class adams.gui.core.spreadsheettable.SpreadSheetTablePopupMenuItemHelper
 
SpreadSheetTablePopupMenuItemHelper.TableState - Class in adams.gui.core.spreadsheettable
Container object for the table state used by the popup menu items.
SpreadSheetTableWithButtons - Class in adams.gui.core
Graphical component that consists of a SpreadSheetTable with buttons on the right-hand side.
SpreadSheetTableWithButtons() - Constructor for class adams.gui.core.SpreadSheetTableWithButtons
The default constructor.
SpreadSheetTableWithButtons(SpreadSheetTableModel) - Constructor for class adams.gui.core.SpreadSheetTableWithButtons
Initializes the table with the specified model.
SpreadSheetTableWithSearch - Class in adams.gui.core
Spreadsheet table with search and (optional) buttons.
SpreadSheetTableWithSearch() - Constructor for class adams.gui.core.SpreadSheetTableWithSearch
The default constructor.
SpreadSheetTableWithSearch(SpreadSheetTableModel) - Constructor for class adams.gui.core.SpreadSheetTableWithSearch
Initializes the table with the specified model.
SpreadSheetTextRenderer - Class in adams.data.textrenderer
Renders spreadsheet as CSV up to the specified maximum of rows.
SpreadSheetTextRenderer() - Constructor for class adams.data.textrenderer.SpreadSheetTextRenderer
 
SpreadSheetTimeseriesReader - Class in adams.data.io.input
Reads timeseries containers from columns of a spreadsheet.
A new container is started, whenever the value of the ID column changes (hence you need to ensure that the data is ordered on this column).
However, it is not required to have an ID column present.
SpreadSheetTimeseriesReader() - Constructor for class adams.data.io.input.SpreadSheetTimeseriesReader
 
SpreadSheetTimeseriesWriter - Class in adams.data.io.output
Writes timeseries data using a spreadsheet writer.
SpreadSheetTimeseriesWriter() - Constructor for class adams.data.io.output.SpreadSheetTimeseriesWriter
 
SpreadSheetToCreateTableStatement - Class in adams.data.conversion
Turns a spreadsheet into a SQL 'CREATE TABLE' statement.
Requires two columns: column names, SQL column types.
An optional 3rd column can be used to indicate whether a column is to be used as an index (boolean).
SpreadSheetToCreateTableStatement() - Constructor for class adams.data.conversion.SpreadSheetToCreateTableStatement
 
SpreadSheetToDataset - Class in adams.data.conversion
Turns a spreadsheet object into a dataset object.
SpreadSheetToDataset() - Constructor for class adams.data.conversion.SpreadSheetToDataset
 
SpreadSheetToDoubleMatrix - Class in adams.data.conversion
Turns a spreadsheet into a double matrix, using only the numeric columns.
SpreadSheetToDoubleMatrix() - Constructor for class adams.data.conversion.SpreadSheetToDoubleMatrix
 
SpreadSheetToJson - Class in adams.data.conversion
Turns a spreadsheet into a JSON array.
SpreadSheetToJson() - Constructor for class adams.data.conversion.SpreadSheetToJson
 
SpreadSheetToMap - Class in adams.data.conversion
Turns two columns (key and value) of a spreadsheet into a map object of the specified type.
SpreadSheetToMap() - Constructor for class adams.data.conversion.SpreadSheetToMap
 
SpreadSheetToMat5Array - Class in adams.data.conversion
Converts a spreadsheet to a Matlab array (either matrix or a cell array)

SpreadSheetToMat5Array() - Constructor for class adams.data.conversion.SpreadSheetToMat5Array
 
SpreadSheetToNumeric - Class in adams.data.conversion
Turns a spreadsheet into a purely numeric one.
Missing cells can get replaced with a specified value or skipped.
Booleans gets turned into 0/1 (false/true).
Date/time types get turned into numeric ones by using their Java epoch.
Strings (per column) get a 0-based index assigned in the order they appear.
Any other cell type get flagged as missing or, if provided, set to the unhandled value.
SpreadSheetToNumeric() - Constructor for class adams.data.conversion.SpreadSheetToNumeric
 
SpreadSheetToRowArray - Class in adams.data.conversion
Converts a spreadsheet into an array of spreadsheet rows.
SpreadSheetToRowArray() - Constructor for class adams.data.conversion.SpreadSheetToRowArray
 
SpreadSheetToString - Class in adams.data.conversion
Turns a spreadsheet into a string using the specified spreadsheet writer.
SpreadSheetToString() - Constructor for class adams.data.conversion.SpreadSheetToString
 
SpreadSheetToStringMatrix - Class in adams.data.conversion
Turns a spreadsheet into a string matrix.
SpreadSheetToStringMatrix() - Constructor for class adams.data.conversion.SpreadSheetToStringMatrix
 
spreadsheetToSymbols(SpreadSheet, int, int) - Static method in class adams.parser.LookUpUpdate
Turns the values from the spreadsheet into symbols for the parser.
SpreadSheetToTimeseries - Class in adams.data.conversion
Turns a SpreadSheet object into a Timeseries.
SpreadSheetToTimeseries - Class in adams.flow.transformer
Extracts one or more timeseries from a spreadsheet.
It uses one column ('ID') to identify all the rows that belong to a single timeseries.
SpreadSheetToTimeseries() - Constructor for class adams.data.conversion.SpreadSheetToTimeseries
 
SpreadSheetToTimeseries() - Constructor for class adams.flow.transformer.SpreadSheetToTimeseries
 
SpreadSheetToWekaInstances - Class in adams.data.conversion
Generates a weka.core.Instances object from a SpreadSheet object.
If there are too many unique lables for a NOMINAL attribute, it gets turned into a STRING attribute (see 'maxLabels' property).
SpreadSheetToWekaInstances() - Constructor for class adams.data.conversion.SpreadSheetToWekaInstances
 
SpreadSheetTransformCells - Class in adams.flow.transformer
Finds cells in a spreadsheet and transforms them with a callable transformer.
In case of transformers having Object or Unknown in their types of classes that they accept, no proper type can be inferred automatically.
SpreadSheetTransformCells() - Constructor for class adams.flow.transformer.SpreadSheetTransformCells
 
SpreadSheetTransformHeaderCells - Class in adams.flow.transformer
Transforms header cells with a callable transformer.
In case of transformers having Object or Unknown in their types of classes that they accept, no proper type can be inferred automatically.
SpreadSheetTransformHeaderCells() - Constructor for class adams.flow.transformer.SpreadSheetTransformHeaderCells
 
SpreadSheetTypeHandler - Interface in adams.data.spreadsheet
Interface for classes that define the type of spreadsheet and data row to use.
spreadSheetTypeTipText() - Method in class adams.data.conversion.AbstractMatrixToSpreadSheet
Returns the tip text for this property.
spreadSheetTypeTipText() - Method in class adams.data.conversion.TimeseriesToSpreadSheet
Returns the tip text for this property.
spreadSheetTypeTipText() - Method in class adams.data.conversion.WekaInstancesToSpreadSheet
Returns the tip text for this property.
spreadSheetTypeTipText() - Method in class adams.data.featureconverter.SpreadSheet
Returns the tip text for this property.
spreadSheetTypeTipText() - Method in class adams.data.io.input.AbstractSpreadSheetReader
Returns the tip text for this property.
spreadSheetTypeTipText() - Method in interface adams.data.io.input.SpreadSheetReader
Returns the tip text for this property.
spreadSheetTypeTipText() - Method in interface adams.data.spreadsheet.SpreadSheetTypeHandler
Returns the tip text for this property.
spreadSheetTypeTipText() - Method in class adams.flow.source.NewSpreadSheet
Returns the tip text for this property.
SpreadSheetUnescapeColumnName - Class in adams.data.conversion
Unescapes a column name (if necessary) that was to be used in a column range expression.
SpreadSheetUnescapeColumnName() - Constructor for class adams.data.conversion.SpreadSheetUnescapeColumnName
 
SpreadSheetUniqueColumnNames - Class in adams.data.conversion
Ensures that column names are unique.
SpreadSheetUniqueColumnNames() - Constructor for class adams.data.conversion.SpreadSheetUniqueColumnNames
 
SpreadSheetUnorderedColumnRange - Class in adams.data.spreadsheet
Extended UnorderedRange class that also allows column names for specifying column positions (names are case-insensitive, just like placeholders for 'first', 'second', etc).
SpreadSheetUnorderedColumnRange() - Constructor for class adams.data.spreadsheet.SpreadSheetUnorderedColumnRange
Initializes with no range.
SpreadSheetUnorderedColumnRange(String) - Constructor for class adams.data.spreadsheet.SpreadSheetUnorderedColumnRange
Initializes with the given range, but no maximum.
SpreadSheetUnorderedColumnRange(String, int) - Constructor for class adams.data.spreadsheet.SpreadSheetUnorderedColumnRange
Initializes with the given range and maximum.
SpreadSheetUnorderedColumnRangeEditor - Class in adams.gui.goe
A PropertyEditor for SpreadSheetUnorderedColumnRange objects.
SpreadSheetUnorderedColumnRangeEditor() - Constructor for class adams.gui.goe.SpreadSheetUnorderedColumnRangeEditor
 
SpreadSheetUnorderedColumnRangeParsing - Class in adams.core.option.parsing
For parsing SpreadSheetUnorderedColumnRange options.
SpreadSheetUnorderedColumnRangeParsing() - Constructor for class adams.core.option.parsing.SpreadSheetUnorderedColumnRangeParsing
 
SpreadSheetUnorderedRowRange - Class in adams.data.spreadsheet
Extended UnorderedRange for handling spreadsheets.
SpreadSheetUnorderedRowRange() - Constructor for class adams.data.spreadsheet.SpreadSheetUnorderedRowRange
Initializes with no range.
SpreadSheetUnorderedRowRange(String) - Constructor for class adams.data.spreadsheet.SpreadSheetUnorderedRowRange
Initializes with the given range, but no maximum.
SpreadSheetUnorderedRowRange(String, int) - Constructor for class adams.data.spreadsheet.SpreadSheetUnorderedRowRange
Initializes with the given range and maximum.
SpreadSheetUnorderedRowRangeEditor - Class in adams.gui.goe
A PropertyEditor for SpreadSheetUnorderedRowRange objects.
SpreadSheetUnorderedRowRangeEditor() - Constructor for class adams.gui.goe.SpreadSheetUnorderedRowRangeEditor
 
SpreadSheetUnorderedRowRangeParsing - Class in adams.core.option.parsing
For parsing SpreadSheetUnorderedRowRange options.
SpreadSheetUnorderedRowRangeParsing() - Constructor for class adams.core.option.parsing.SpreadSheetUnorderedRowRangeParsing
 
SpreadSheetUseRowAsHeader - Class in adams.data.conversion
Uses the values of the specified data row for the header.
SpreadSheetUseRowAsHeader() - Constructor for class adams.data.conversion.SpreadSheetUseRowAsHeader
 
SpreadSheetUtils - Class in adams.data.spreadsheet
Helper class for spreadsheet related functionality.
SpreadSheetUtils() - Constructor for class adams.data.spreadsheet.SpreadSheetUtils
 
SpreadSheetVariableRowIterator - Class in adams.flow.transformer
Iterates through a defined range of rows.
SpreadSheetVariableRowIterator() - Constructor for class adams.flow.transformer.SpreadSheetVariableRowIterator
 
SpreadSheetView - Class in adams.data.spreadsheet
Provides a view of another spreadsheet.
SpreadSheetView() - Constructor for class adams.data.spreadsheet.SpreadSheetView
Initializes the view with a dummy spreadsheet.
SpreadSheetView(SpreadSheet, int[], int[]) - Constructor for class adams.data.spreadsheet.SpreadSheetView
Initializes the view.
SpreadSheetView(SpreadSheet, int, int) - Constructor for class adams.data.spreadsheet.SpreadSheetView
Initializes the view.
SpreadSheetViewCreator - Interface in adams.data.spreadsheet
Interface for classes that generate spreadsheet views.
SpreadSheetViewerAction - Interface in adams.gui.tools.spreadsheetviewer.menu
Interface for menu items in the menu of the spreadsheet viewer.
SpreadSheetViewerPanel - Class in adams.gui.tools
A panel for viewing SpreadSheet files.
SpreadSheetViewerPanel() - Constructor for class adams.gui.tools.SpreadSheetViewerPanel
 
SpreadSheetWriter - Interface in adams.data.io.output
Interface for spreadsheet writers.
spreadSheetWriterTipText() - Method in class weka.core.converters.SpreadSheetSaver
Returns the tip text for this property
SpreadSheetWriterWithFormulaSupport - Interface in adams.data.io.output
Interface for spreadsheet writers that support output of formulas.
sqDifference(int, double, double) - Method in class weka.core.SAXDistance
Returns the squared difference of two values of an attribute.
sqDifference(int, double, double) - Method in class weka.core.WeightedEuclideanDistance
Returns the squared difference of two values of an attribute.
sqDifference(int, double, double) - Method in class weka.core.WeightedEuclideanDistanceRidge
Returns the squared difference of two values of an attribute.
SQL - Class in adams.db.generic
Basic SQL support.
SQL - Class in adams.db.mirrored
Allows mirroring to another database.
SQL - adams.gui.core.PropertiesParameterPanel.PropertyType
SQL query.
SQL(AbstractDatabaseConnection) - Constructor for class adams.db.generic.SQL
Constructor.
SQL(AbstractDatabaseConnection, SQLIntf) - Constructor for class adams.db.mirrored.SQL
Initializes the mirroring.
SqlConnectionPanel - Class in adams.gui.core
Panel for database connection.
SqlConnectionPanel() - Constructor for class adams.gui.core.SqlConnectionPanel
 
SqlDumpSpreadSheetReader - Class in adams.data.io.input
Reads in SQL dump files.
SqlDumpSpreadSheetReader() - Constructor for class adams.data.io.input.SqlDumpSpreadSheetReader
 
SqlDumpSpreadSheetReader.ChunkReader - Class in adams.data.io.input
Reads CSV files chunk by chunk.
SqlDumpSpreadSheetWriter - Class in adams.data.io.output
Generates an SQL dump from the spreadsheet, which can be imported into a database.
SqlDumpSpreadSheetWriter() - Constructor for class adams.data.io.output.SqlDumpSpreadSheetWriter
 
SQLF - Class in adams.db
Facade for generic SQL.
SQLF(AbstractDatabaseConnection) - Constructor for class adams.db.SQLF
Constructor.
SQLIdSupplier - Class in adams.flow.source
Executes an SQL statement for generating the IDs.
Variables are automatically expanded.
SQLIdSupplier() - Constructor for class adams.flow.source.SQLIdSupplier
 
SQLIdSupplier.Type - Enum in adams.flow.source
The type of IDs to output.
SQLIntf - Interface in adams.db
Basic SQL support.
SqlMetaDataPanel - Class in adams.gui.tools.sqlworkbench
For querying meta-data.
SqlMetaDataPanel() - Constructor for class adams.gui.tools.sqlworkbench.SqlMetaDataPanel
 
SqlPanel - Class in weka.gui.explorer
A simple demonstration for extending the Explorer by another tab, in this case the SqlViewer (as an extra tab instead of only the button in the PreprocessPanel).
SqlPanel() - Constructor for class weka.gui.explorer.SqlPanel
initializes the panel
SqlQueryDialog - Class in adams.gui.dialog
Dialog for running a SQL query.
SqlQueryDialog(Dialog) - Constructor for class adams.gui.dialog.SqlQueryDialog
Creates a modeless dialog without a title with the specified Dialog as its owner.
SqlQueryDialog(Dialog, Dialog.ModalityType) - Constructor for class adams.gui.dialog.SqlQueryDialog
Creates a dialog with the specified owner Dialog and modality.
SqlQueryDialog(Dialog, String) - Constructor for class adams.gui.dialog.SqlQueryDialog
Creates a modeless dialog with the specified title and with the specified owner dialog.
SqlQueryDialog(Dialog, String, Dialog.ModalityType) - Constructor for class adams.gui.dialog.SqlQueryDialog
Creates a dialog with the specified title, modality and the specified owner Dialog.
SqlQueryDialog(Frame) - Constructor for class adams.gui.dialog.SqlQueryDialog
Creates a modeless dialog without a title with the specified Frame as its owner.
SqlQueryDialog(Frame, boolean) - Constructor for class adams.gui.dialog.SqlQueryDialog
Creates a dialog with the specified owner Frame, modality and an empty title.
SqlQueryDialog(Frame, String) - Constructor for class adams.gui.dialog.SqlQueryDialog
Creates a modeless dialog with the specified title and with the specified owner frame.
SqlQueryDialog(Frame, String, boolean) - Constructor for class adams.gui.dialog.SqlQueryDialog
Creates a dialog with the specified owner Frame, modality and title.
SqlQueryPanel - Class in adams.gui.tools.sqlworkbench
For executing a query.
SqlQueryPanel() - Constructor for class adams.gui.tools.sqlworkbench.SqlQueryPanel
 
sqlQueryPanelChanged(SqlQueryPanelEvent) - Method in class adams.gui.dialog.SqlQueryDialog
Gets triggered whenever the sort setup changes.
sqlQueryPanelChanged(SqlQueryPanelEvent) - Method in interface adams.gui.event.SqlQueryPanelListener
Gets triggered whenever the sort setup changes.
SqlQueryPanelEvent - Class in adams.gui.event
Event that gets sent when SqlQueryPanelEvent changes.
SqlQueryPanelEvent(SqlQueryPanel, SqlQueryPanelEvent.EventType) - Constructor for class adams.gui.event.SqlQueryPanelEvent
Initializes the event.
SqlQueryPanelEvent.EventType - Enum in adams.gui.event
The type of event.
SqlQueryPanelListener - Interface in adams.gui.event
Interface for listeners that react to changes in a SqlQueryPanel.
SQLStatement - Class in adams.db
Wrapper for a SQL statement to be editable in the GOE.
SQLStatement() - Constructor for class adams.db.SQLStatement
Initializes the string with length 0.
SQLStatement(String) - Constructor for class adams.db.SQLStatement
Initializes the object with the string to parse.
SQLStatementChooserPanel - Class in adams.gui.chooser
A panel that contains a text field with the current SQL statement and a button for bringing up an editor for the SQL statement.
SQLStatementChooserPanel() - Constructor for class adams.gui.chooser.SQLStatementChooserPanel
Initializes the panel with default statement.
SQLStatementChooserPanel(SQLStatement) - Constructor for class adams.gui.chooser.SQLStatementChooserPanel
Initializes the panel with the given sql statement.
SQLStatementDialog - Class in adams.gui.dialog
Dialog for displaying an SQL statement editor.
SQLStatementDialog(Dialog) - Constructor for class adams.gui.dialog.SQLStatementDialog
Creates a modeless dialog without a title with the specified Dialog as its owner.
SQLStatementDialog(Dialog, Dialog.ModalityType) - Constructor for class adams.gui.dialog.SQLStatementDialog
Creates a dialog with the specified owner Dialog and modality.
SQLStatementDialog(Dialog, String) - Constructor for class adams.gui.dialog.SQLStatementDialog
Creates a modeless dialog with the specified title and with the specified owner dialog.
SQLStatementDialog(Dialog, String, Dialog.ModalityType) - Constructor for class adams.gui.dialog.SQLStatementDialog
Creates a dialog with the specified title, modality and the specified owner Dialog.
SQLStatementDialog(Frame) - Constructor for class adams.gui.dialog.SQLStatementDialog
Creates a modeless dialog without a title with the specified Frame as its owner.
SQLStatementDialog(Frame, boolean) - Constructor for class adams.gui.dialog.SQLStatementDialog
Creates a dialog with the specified owner Frame, modality and an empty title.
SQLStatementDialog(Frame, String) - Constructor for class adams.gui.dialog.SQLStatementDialog
Creates a modeless dialog with the specified title and with the specified owner frame.
SQLStatementDialog(Frame, String, boolean) - Constructor for class adams.gui.dialog.SQLStatementDialog
Creates a dialog with the specified owner Frame, modality and title.
SQLStatementPanel - Class in adams.gui.dialog
Panel with SQL statement editor.
SQLStatementPanel() - Constructor for class adams.gui.dialog.SQLStatementPanel
 
SQLSyntaxEditorPanel - Class in adams.gui.core
Text editor pane with SQL syntax highlighting.
SQLSyntaxEditorPanel() - Constructor for class adams.gui.core.SQLSyntaxEditorPanel
 
SQLTableCleanUp - Class in adams.db
Executes an SQL statement to clean up the table.
SQLTableCleanUp() - Constructor for class adams.db.SQLTableCleanUp
 
SQLTipText() - Method in class adams.flow.source.SQLIdSupplier
Returns the tip text for this property.
SQLTipText() - Method in class adams.flow.source.TimeseriesDbReader
Returns the tip text for this property.
SQLTipText() - Method in class adams.flow.standalone.ExecSQL
Returns the tip text for this property.
SQLTipText() - Method in class adams.flow.transformer.AbstractReportDbUpdater
Returns the tip text for this property.
SQLTipText() - Method in class adams.flow.transformer.TimeseriesDbReader
Returns the tip text for this property.
sqlTypeToContentType(int) - Method in class adams.data.spreadsheet.sql.AbstractTypeMapper
Determines the Cell.ContentType from the SQL column type.
sqlTypeToContentType(int) - Method in class adams.data.spreadsheet.sql.DefaultTypeMapper
Determines the Cell.ContentType from the SQL column type.
SQLUtils - Class in adams.db
Helper class for SQL related operations.
SQLUtils() - Constructor for class adams.db.SQLUtils
 
SqlViewer - Class in adams.gui.menu
Opens the SQL viewer.
SqlViewer() - Constructor for class adams.gui.menu.SqlViewer
Initializes the menu item with no owner.
SqlViewer(AbstractApplicationFrame) - Constructor for class adams.gui.menu.SqlViewer
Initializes the menu item.
SqlWorkbench - Class in adams.gui.menu
Opens the SQL Workbench.
SqlWorkbench() - Constructor for class adams.gui.menu.SqlWorkbench
Initializes the menu item with no owner.
SqlWorkbench(AbstractApplicationFrame) - Constructor for class adams.gui.menu.SqlWorkbench
Initializes the menu item.
SqlWorkbenchPanel - Class in adams.gui.tools
SQL Workbench master panel.
SqlWorkbenchPanel() - Constructor for class adams.gui.tools.SqlWorkbenchPanel
 
SQRT - adams.data.statistics.ArrayHistogram.BinCalculation
Square root choice.
SQRT - Static variable in interface adams.parser.basedate.sym
 
SQRT - Static variable in interface adams.parser.basedatetime.sym
 
SQRT - Static variable in interface adams.parser.basedatetimemsec.sym
 
SQRT - Static variable in interface adams.parser.basetime.sym
 
SQRT - Static variable in interface adams.parser.basetimemsec.sym
 
SQRT - Static variable in interface adams.parser.booleanexpression.sym
 
SQRT - Static variable in interface adams.parser.lookupupdate.sym
 
SQRT - Static variable in interface adams.parser.mathematicalexpression.sym
 
SQRT - Static variable in interface adams.parser.spreadsheetformula.sym
 
SQRT - Static variable in interface adams.parser.stringexpression.sym
 
square(int) - Static method in class adams.gui.core.Cursors
Creates a square cursor with the specified width.
square(int, double) - Static method in class adams.gui.core.Cursors
Creates a square cursor with the specified width.
squaredDistance(double[], double[]) - Method in class weka.classifiers.functions.GPD
Computes the squared distance.
SquarePaintlet - Class in adams.gui.visualization.sequence
SquarePaintlet() - Constructor for class adams.gui.visualization.sequence.SquarePaintlet
 
squareRadiusTipText() - Method in class adams.data.boofcv.transformer.Binary
Returns the tip text for this property.
SquareRootChoiceBinning - Class in adams.data.binning.algorithm
Takes the square root of the number of data points in the sample used by Excel histograms and many others) and rounds to the next integer.
SquareRootChoiceBinning() - Constructor for class adams.data.binning.algorithm.SquareRootChoiceBinning
 
squareWithPointer(int) - Static method in class adams.gui.core.Cursors
Creates a square with the specified width overlayed with the cursor.
SSH - Class in adams.gui.menu
Opens the ssh application.
SSH() - Constructor for class adams.gui.menu.SSH
Initializes the menu item with no owner.
SSH(AbstractApplicationFrame) - Constructor for class adams.gui.menu.SSH
Initializes the menu item.
SSHAuthenticationType - Enum in adams.core.net
The type of authentication.
SSHConnection - Class in adams.flow.standalone
Provides access to a remote host via SSH.

For more information see:

(2011).
SSHConnection - Class in adams.scripting.connection
Uses an SSH tunnel to connect to the remote scripting engine.
SSHConnection() - Constructor for class adams.flow.standalone.SSHConnection
 
SSHConnection() - Constructor for class adams.scripting.connection.SSHConnection
 
SSHExec - Class in adams.flow.source
Runs a system command via ssh on a remote machine and broadcasts the generated output (stdout or stderr).

For more information see:

(2011).
SSHExec() - Constructor for class adams.flow.source.SSHExec
 
SSHPanel - Class in adams.gui.tools
A simple telnet interface.
SSHPanel() - Constructor for class adams.gui.tools.SSHPanel
 
SSHSessionProvider - Interface in adams.core.net
Interface for classes that provide SSH sessions.
SSLContextProvider - Interface in adams.flow.core
Interface for actors that provide access to an instance of SSLContext.
SSLDefinition - Class in adams.env
Definition for the SSL props file.
SSLDefinition() - Constructor for class adams.env.SSLDefinition
 
SSLHelper - Class in adams.core.net
A helper class for SSL.
SSLHelper - Class in adams.gui.application
Initializes the SSL context.
SSLHelper() - Constructor for class adams.core.net.SSLHelper
 
SSLHelper() - Constructor for class adams.gui.application.SSLHelper
 
SSLSetupPanel - Class in adams.gui.application
Panel for configuring the system-wide SSL settings.
SSLSetupPanel() - Constructor for class adams.gui.application.SSLSetupPanel
 
stableSort(int) - Method in class weka.core.InstancesView
Sorts the instances based on an attribute, using a stable sort.
stagesTipText() - Method in class adams.flow.execution.ExecutionLog
Returns the tip text for this property.
stamp(PdfStamper) - Method in class adams.flow.transformer.pdfstamp.AbstractStamper
Performs the stamping.
stamperTipText() - Method in class adams.flow.transformer.PDFStamp
Returns the tip text for this property.
STANDALONE - adams.core.option.ApplyActorProducer.ActorType
 
STANDALONE - Static variable in interface adams.parser.actorsuggestion.sym
 
STANDALONE - Static variable in interface adams.parser.externalactorsuggestion.sym
 
STANDALONE - Static variable in interface adams.parser.templatesuggestion.sym
 
StandaloneGroup<T extends Actor> - Interface in adams.flow.standalone
Interface for a group of standalones.
StandaloneGroupItem<T extends Actor> - Interface in adams.flow.standalone
The element of a standalone group.
StandaloneMutableGroup<T extends Actor> - Interface in adams.flow.standalone
Interface for a mutable group of standalones.
standaloneReportsTipText() - Method in class adams.flow.transformer.AbstractReportDbWriter
Returns the tip text for this property.
Standalones - Class in adams.flow.standalone
Container for standalone actors.
Standalones() - Constructor for class adams.flow.standalone.Standalones
Default constructor.
Standalones(String) - Constructor for class adams.flow.standalone.Standalones
Initializes with the specified name.
StandardDeviation - Class in adams.data.spreadsheet.colstatistic
Calculates the standard deviation (population or sample).
StandardDeviation - Class in adams.data.spreadsheet.matrixstatistic
Determines the standard deviation of the numeric values in the matrix, skips NaN and infinite values.
StandardDeviation - Class in adams.data.spreadsheet.rowstatistic
Calculates the standard deviation (population or sample).
StandardDeviation() - Constructor for class adams.data.spreadsheet.colstatistic.StandardDeviation
 
StandardDeviation() - Constructor for class adams.data.spreadsheet.matrixstatistic.StandardDeviation
 
StandardDeviation() - Constructor for class adams.data.spreadsheet.rowstatistic.StandardDeviation
 
standardDeviationsTipText() - Method in class adams.gui.visualization.stats.zscore.StdDev
return a string for the standard deviations option
standardDeviationTipText() - Method in class adams.data.distribution.Normal
Returns the tip text for this property.
standardDeviationTipText() - Method in class adams.data.spc.XBarSChart
Returns the tip text for this property.
standardize(double[], boolean) - Static method in class adams.data.statistics.StatUtils
Standardizes the given array (returns a copy).
standardize(int[], boolean) - Static method in class adams.data.statistics.StatUtils
Standardizes the given array (returns a copy).
standardize(Number[], boolean) - Static method in class adams.data.statistics.StatUtils
Standardizes the given array (returns a copy).
Standardize - Class in adams.data.spreadsheet.filter
Standardizes numeric columns to mean 0.0 and standard deviation 1.0.
Standardize() - Constructor for class adams.data.spreadsheet.filter.Standardize
 
STANDARDIZE - adams.data.instancesanalysis.pls.PreprocessingType
 
standardScores(double[], boolean) - Static method in class adams.data.statistics.StatUtils
Computes the standard scores for the array.
standardScores(double[], double[], boolean) - Static method in class adams.data.statistics.StatUtils
Computes the standard scores.
standardScores(Number[], boolean) - Static method in class adams.data.statistics.StatUtils
Computes the standard scores for the array.
standardScores(Number[], Number[], boolean) - Static method in class adams.data.statistics.StatUtils
Computes the standard scores.
StandardsDialog(Dialog, Dialog.ModalityType) - Constructor for class adams.gui.visualization.report.ReportFactory.StandardsDialog
Initializes the dialog.
StandardsDialog(Frame, boolean) - Constructor for class adams.gui.visualization.report.ReportFactory.StandardsDialog
Initializes the dialog.
STAR - Static variable in interface adams.parser.spreadsheetquery.sym
 
start() - Method in class adams.gui.visualization.image.ColorPickerPanel
Starts the picking.
start() - Method in class adams.multiprocess.AbstractJobRunner
Starts the execution of jobs.
start() - Method in interface adams.multiprocess.JobRunner
Starts the execution of jobs.
start() - Method in class adams.opt.genetic.stopping.AbstractStoppingCriterion
Gets called when the genetic algorithm starts.
start() - Method in class adams.opt.genetic.stopping.MaxIterations
Gets called when the genetic algorithm starts.
start() - Method in class adams.opt.genetic.stopping.MaxIterationsWithoutImprovement
Gets called when the genetic algorithm starts.
start() - Method in class adams.opt.genetic.stopping.MaxTrainTime
Gets called when the genetic algorithm starts.
start() - Method in class adams.opt.genetic.stopping.MaxTrainTimeWithoutImprovement
Gets called when the genetic algorithm starts.
start() - Method in class adams.opt.genetic.stopping.MultiStoppingCriterion
Gets called when the genetic algorithm starts.
start() - Method in class adams.terminal.application.AbstractTerminalApplication
Starts the application.
start(Flow) - Method in class adams.flow.control.flowrestart.AbstractFlowRestartManager
Starts the restart handling.
start(Flow) - Method in class adams.flow.control.flowrestart.NotificationManager
Starts the restart handling.
start(Flow) - Method in class adams.flow.control.flowrestart.NullManager
Starts the restart handling.
start(Flow) - Method in class adams.flow.control.flowrestart.trigger.AbstractTrigger
Starts the trigger.
start(Flow) - Method in class adams.flow.control.flowrestart.TriggerManager
Starts the restart handling.
start(AbstractGeneticAlgorithm) - Method in class adams.opt.genetic.setupupload.AbstractSetupUpload
Before Starting the uploads, ie the genetic algorithm run.
Start - Class in adams.flow.source
Outputs merely a NullToken.
Start() - Constructor for class adams.flow.source.Start
 
START - adams.core.ShorteningType
 
START - Static variable in class adams.core.base.BaseDate
the placeholder for "start".
START - Static variable in class adams.core.base.BaseDateTime
the placeholder for "start".
START - Static variable in class adams.core.base.BaseDateTimeMsec
the placeholder for "start".
START - Static variable in class adams.core.base.BaseTime
the placeholder for "start".
START - Static variable in class adams.core.base.BaseTimeMsec
the placeholder for "start".
START - Static variable in class adams.core.Variables
the start of a variable.
START - Static variable in class adams.flow.control.Storage
the start of a storage placeholder.
start_production() - Method in class adams.parser.actorsuggestion.Parser
Indicates start production.
start_production() - Method in class adams.parser.basedate.Parser
Indicates start production.
start_production() - Method in class adams.parser.basedatetime.Parser
Indicates start production.
start_production() - Method in class adams.parser.basedatetimemsec.Parser
Indicates start production.
start_production() - Method in class adams.parser.basetime.Parser
Indicates start production.
start_production() - Method in class adams.parser.basetimemsec.Parser
Indicates start production.
start_production() - Method in class adams.parser.booleanexpression.Parser
Indicates start production.
start_production() - Method in class adams.parser.externalactorsuggestion.Parser
Indicates start production.
start_production() - Method in class adams.parser.lookupupdate.Parser
Indicates start production.
start_production() - Method in class adams.parser.mathematicalexpression.Parser
Indicates start production.
start_production() - Method in class adams.parser.spreadsheetformula.Parser
Indicates start production.
start_production() - Method in class adams.parser.spreadsheetquery.Parser
Indicates start production.
start_production() - Method in class adams.parser.stringexpression.Parser
Indicates start production.
start_production() - Method in class adams.parser.templatesuggestion.Parser
Indicates start production.
start_state() - Method in class adams.parser.actorsuggestion.Parser
Indicates start state.
start_state() - Method in class adams.parser.basedate.Parser
Indicates start state.
start_state() - Method in class adams.parser.basedatetime.Parser
Indicates start state.
start_state() - Method in class adams.parser.basedatetimemsec.Parser
Indicates start state.
start_state() - Method in class adams.parser.basetime.Parser
Indicates start state.
start_state() - Method in class adams.parser.basetimemsec.Parser
Indicates start state.
start_state() - Method in class adams.parser.booleanexpression.Parser
Indicates start state.
start_state() - Method in class adams.parser.externalactorsuggestion.Parser
Indicates start state.
start_state() - Method in class adams.parser.lookupupdate.Parser
Indicates start state.
start_state() - Method in class adams.parser.mathematicalexpression.Parser
Indicates start state.
start_state() - Method in class adams.parser.spreadsheetformula.Parser
Indicates start state.
start_state() - Method in class adams.parser.spreadsheetquery.Parser
Indicates start state.
start_state() - Method in class adams.parser.stringexpression.Parser
Indicates start state.
start_state() - Method in class adams.parser.templatesuggestion.Parser
Indicates start state.
startBackgroundTask(Runnable, String, boolean) - Method in class adams.gui.flow.FlowPanel
For starting background tasks.
startDateTipText() - Method in class adams.db.AbstractTimeWindowTableCleanUp
Returns the tip text for this property.
startDateTipText() - Method in class adams.tools.AbstractTimeWindowDatabaseTool
Returns the tip text for this property.
STARTED - adams.event.FlowSetupStateEvent.Type
flow started.
startElement(String, String, String, Attributes) - Method in class adams.data.io.input.ExcelStreamingSpreadSheetReader.SheetHandler
Receive notification of the start of an element.
startEngines() - Method in class adams.gui.tools.remotecontrolcenter.RemoteControlCenterEnginesPanel
Starts the selected engines.
startExecution() - Method in class adams.gui.scripting.AbstractScriptingDialog
executes the currently loaded script.
startExecution() - Method in class adams.gui.tools.wekainvestigator.tab.AssociateTab
Starts the evaluation.
startExecution() - Method in class adams.gui.tools.wekainvestigator.tab.AttributeSelectionTab
Starts the evaluation.
startExecution() - Method in class adams.gui.tools.wekainvestigator.tab.ClassifyTab
Starts the evaluation.
startExecution() - Method in class adams.gui.tools.wekainvestigator.tab.ClusterTab
Starts the evaluation.
startExecution() - Method in class adams.gui.tools.wekainvestigator.tab.ExperimentTab
Starts the evaluation.
startExecution() - Method in class adams.gui.tools.wekainvestigator.tab.IndependentComponentsTab
Generates PCA visualization.
startExecution() - Method in class adams.gui.tools.wekainvestigator.tab.PartialLeastSquaresTab
Generates PLS visualization.
startExecution() - Method in class adams.gui.tools.wekainvestigator.tab.PreprocessTab
Starts the filtering.
startExecution() - Method in class adams.gui.tools.wekainvestigator.tab.PrincipalComponentsTab
Generates PCA visualization.
startExecution() - Method in class adams.gui.tools.wekamultiexperimenter.ExperimenterPanel
Starts the execution.
startExecution(InvestigatorJob) - Method in class adams.gui.tools.wekainvestigator.InvestigatorPanel
Starts a job.
startExecution(InvestigatorTabJob) - Method in class adams.gui.tools.wekainvestigator.tab.AbstractInvestigatorTab
Starts the job.
startExecutorPool() - Method in class weka.classifiers.meta.SubsetEnsemble
Start the pool of execution threads.
startExecutorPool() - Method in class weka.classifiers.meta.VotedImbalance
Start the pool of execution threads.
startExecutorPool() - Method in class weka.clusterers.SAXKMeans
Start the pool of execution threads
startExperiment() - Method in class weka.gui.explorer.ExperimentPanel
Starts running the currently configured classifier with the current settings in an experiment.
startIndexTipText() - Method in class adams.data.conversion.ArrayToReport
Returns the tip text for this property.
STARTING_WITH - adams.core.io.MetaDataFileUtils.MetaDataLocation
 
startingMultiLineComment(String, int, int) - Method in class adams.gui.scripting.SyntaxDocument
Does this line contain the start of a multi-line comment.
startListening() - Method in class adams.core.logging.RemoteReceiveHandler
Tries to start listing to the port.
startListening() - Method in class adams.flow.execution.AbstractFlowExecutionListener
Gets called when the flow execution starts.
startListening() - Method in class adams.flow.execution.AbstractTimedFlowExecutionListenerWithTable
Gets called when the flow execution starts.
startListening() - Method in class adams.flow.execution.CurrentlyExecuted
Gets called when the flow execution starts.
startListening() - Method in class adams.flow.execution.Debug
Gets called when the flow execution starts.
startListening() - Method in class adams.flow.execution.ExecutionCounter
Gets called when the flow execution starts.
startListening() - Method in class adams.flow.execution.ExecutionLog
Gets called when the flow execution starts.
startListening() - Method in interface adams.flow.execution.FlowExecutionListener
Gets called when the flow execution starts.
startListening() - Method in class adams.flow.execution.MultiListener
Gets called when the flow execution starts.
startListening() - Method in class adams.flow.execution.RemoteFlowListener
Gets called when the flow execution starts.
startListening() - Method in class adams.flow.execution.Time
Gets called when the flow execution starts.
startListeningAtRuntime(FlowExecutionListener) - Method in class adams.flow.control.Flow
Attaches the listener and starts listening.
startListeningAtRuntime(FlowExecutionListener) - Method in class adams.flow.execution.DefaultFlowExecutionListeningSupporter
Attaches the listener and starts listening.
startListeningAtRuntime(FlowExecutionListener) - Method in interface adams.flow.execution.FlowExecutionListeningSupporter
Attaches the listener and starts listening.
startListeningAtRuntime(FlowExecutionListener) - Method in class adams.flow.transformer.ExecuteActor
Attaches the listener and starts listening.
startLocalEngineTipText() - Method in class adams.scripting.CommandRunner
Returns the tip text for this property.
StartPage - Class in adams.gui.wizard
Simple start/welcome page.
StartPage() - Constructor for class adams.gui.wizard.StartPage
 
startRecording() - Method in class adams.gui.scripting.AbstractScriptingEngine
Starts the recording of commands.
startRecording() - Method in class adams.gui.visualization.timeseries.TimeseriesExplorer
Starts the recording of commands.
StartRemoteLogging - Class in adams.scripting.command.basic
Starts remote logging.
StartRemoteLogging() - Constructor for class adams.scripting.command.basic.StartRemoteLogging
 
startScripting() - Method in class adams.gui.menu.RemoteCommands
Allows the user to select and configure a scripting engine before starting it.
startSearch() - Method in class adams.gui.tools.FindInFilesPanel
Starts the search.
startSetups() - Method in class adams.gui.flow.FlowControlCenterPanel
Starts the selected setups.
startStopLogging() - Method in class adams.gui.tools.remotecontrolcenter.panels.RemoteLoggingTab
Starts/stops the logging.
STARTSWITH - Static variable in interface adams.parser.booleanexpression.sym
 
STARTSWITH - Static variable in interface adams.parser.mathematicalexpression.sym
 
STARTSWITH - Static variable in interface adams.parser.spreadsheetformula.sym
 
STARTSWITH - Static variable in interface adams.parser.stringexpression.sym
 
startTimer() - Method in class adams.flow.standalone.Stopwatch.StopwatchPanel
Starts the timer.
startTimestampTipText() - Method in class adams.gui.visualization.timeseries.FixedTimestampRangePaintlet
Returns the tip text for this property.
startTipText() - Method in class adams.data.conversion.BaseDateTimeMsecToString
Returns the tip text for this property.
startTipText() - Method in class adams.data.conversion.BaseDateTimeToString
Returns the tip text for this property.
startTipText() - Method in class adams.data.conversion.BaseDateToString
Returns the tip text for this property.
startTipText() - Method in class adams.data.conversion.BaseTimeToString
Returns the tip text for this property.
startTipText() - Method in class adams.data.conversion.SpreadSheetAddRowID
Returns the tip text for this property.
startTipText() - Method in class adams.data.conversion.WekaForecastContainerToTimeseries
Returns the tip text for this property.
startTipText() - Method in class adams.data.filter.TimeseriesResetTimestamps
Returns the tip text for this property.
startTipText() - Method in class adams.data.filter.TimeseriesSetStart
Returns the tip text for this property.
startTipText() - Method in class adams.data.filter.TimeseriesWindow
Returns the tip text for this property.
startTipText() - Method in class adams.flow.source.OptionTraverser
Returns the tip text for this property.
startTipText() - Method in class adams.flow.template.OptionTraverser
Returns the tip text for this property.
startTipText() - Method in class adams.flow.transformer.BinaryFileReader
Returns the tip text for this property.
startTipText() - Method in class adams.gui.visualization.report.ReportDateFieldRangePaintlet
Returns the tip text for this property.
startTipText() - Method in class adams.tools.ZipPassword
Returns the tip text for this property.
startUpdate() - Method in class adams.gui.core.FilePanel
Allows the update of several parameters without triggering an update each time.
startUpdate() - Method in class adams.gui.visualization.container.AbstractContainerManager
Initiates the start of a larger update.
startUpdate() - Method in class adams.gui.visualization.segmentation.layer.LayerManager
Whether a larger update is to start and updates should be ignored since an explicit update() call will occur.
startUpMenuItems() - Method in class adams.gui.application.AbstractApplicationFrame
Starts up any menu items that were defined.
startUpsTipText() - Method in class adams.gui.application.AbstractApplicationFrame
Returns the tip text for this property.
StatCalc - Class in adams.data.statistics
 
StatCalc() - Constructor for class adams.data.statistics.StatCalc
 
STATE_FALSE - Static variable in class adams.gui.goe.TriStateEditor
the false state.
STATE_TRUE - Static variable in class adams.gui.goe.TriStateEditor
the true state.
STATE_UNSET - Static variable in class adams.gui.goe.TriStateEditor
the unset state.
stateChanged(ChangeEvent) - Method in class adams.gui.chooser.DatePanel.InternalCalendarModel
The model has changed and needs to notify the InternalModel.
stateChanged(ChangeEvent) - Method in class adams.gui.core.ParameterPanel
Invoked when the target of the listener has changed its state.
stateChanged(ChangeEvent) - Method in class adams.gui.tools.wekainvestigator.tab.DataTab
Gets called when the data in the table changed.
stateChanged(ChangeEvent) - Method in class adams.gui.tools.wekainvestigator.tab.ScatterPlotTab
Gets called when the data in the table changed.
stateChanged(ChangeEvent) - Method in class adams.gui.tools.wekamultiexperimenter.setup.AbstractSetupPanel.ModificationChangeListener
 
stateChanged(ChangeEvent) - Method in class adams.gui.visualization.core.plot.ContentPanel
In case an axis changes its type, e.g., log instead of percentage.
stateChanged(ChangeEvent) - Method in class adams.gui.visualization.segmentation.SegmentationPanel
Gets called when the layers have changed somehow.
StateContainer - Class in adams.gui.flow.tree
Simple container that just captures the current state of things of the flow tree, which allows menu items to decide whether to be executable or not.
StateContainer() - Constructor for class adams.gui.flow.tree.StateContainer
 
statementTipText() - Method in class adams.db.SQLTableCleanUp
Returns the tip text for this property.
StaticClassLister - Class in adams.core
Loads class names listed in props files, for cases when dynamic class discovery is not available (e.g., JUnit tests).
STATISTIC - Static variable in class weka.classifiers.meta.ClassifierCascade
 
StatisticContainer(int, int) - Constructor for class adams.data.statistics.AbstractArrayStatistic.StatisticContainer
Initializes the container with the specified (data) dimensions.
statisticIsMaximisable(String) - Method in class weka.classifiers.evaluation.Bias
True if the optimum value of the named metric is a maximum value; false if the optimim value is a minimum value.
statisticIsMaximisable(String) - Method in class weka.classifiers.evaluation.MSLE
True if the optimum value of the named metric is a maximum value; false if the optimim value is a minimum value.
statisticIsMaximisable(String) - Method in class weka.classifiers.evaluation.SDR
True if the optimum value of the named metric is a maximum value; false if the optimim value is a minimum value.
statisticNames() - Method in class adams.data.statistics.AbstractDataStatistic
Returns all the names of the available statistical values.
statisticNames() - Method in interface adams.data.statistics.InformativeStatistic
Returns all the names of the available statistical values.
statisticNames() - Method in class adams.flow.core.ActorStatistic
Returns all the names of the available statistical values.
statistics() - Method in class adams.core.classmanager.ClassManager
Returns counts per class manager.
Statistics - Class in adams.data.binning.operation
For computing statistics on binnable data.
Statistics - Class in adams.gui.tools.spreadsheetviewer
Generates a table with some simple statistics.
Statistics - Class in adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated
Generates statistics for repeated cross-validation runs.
Statistics - Class in adams.gui.visualization.timeseries.plotpopup
Generates statistics from the visible containers.
Statistics() - Constructor for class adams.data.binning.operation.Statistics
 
Statistics() - Constructor for class adams.gui.tools.spreadsheetviewer.Statistics
 
Statistics() - Constructor for class adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.Statistics
 
Statistics() - Constructor for class adams.gui.visualization.timeseries.plotpopup.Statistics
 
StatisticsTable() - Constructor for class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeSummaryPanel.StatisticsTable
 
statisticsTipText() - Method in class adams.data.spreadsheet.colstatistic.MultiColumnStatistic
Returns the tip text for this property.
statisticsTipText() - Method in class adams.data.spreadsheet.matrixstatistic.MultiMatrixStatistic
Returns the tip text for this property.
statisticsTipText() - Method in class adams.data.spreadsheet.rowstatistic.MultiRowStatistic
Returns the tip text for this property.
statisticsTipText() - Method in class adams.data.statistics.AbstractDataContainerStatistics
Returns the tip text for this property.
statisticsTipText() - Method in class adams.flow.transformer.SummaryStatistics
Returns the tip text for this property.
statisticsTipText() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.Statistics
Returns the tip text for this property.
statisticTipText() - Method in class adams.data.spreadsheet.colstatistic.ArrayStatistic
Returns the tip text for this property.
statisticTipText() - Method in class adams.data.spreadsheet.rowscore.ArrayStatistic
Returns the tip text for this property.
statisticTipText() - Method in class adams.data.spreadsheet.rowscore.RowStatistic
Returns the tip text for this property.
statisticTipText() - Method in class adams.data.spreadsheet.rowstatistic.ArrayStatistic
Returns the tip text for this property.
statisticTipText() - Method in class adams.flow.transformer.ArrayStatistic
Returns the tip text for this property.
statisticTipText() - Method in class adams.flow.transformer.SpreadSheetColumnStatistic
Returns the tip text for this property.
statisticTipText() - Method in class adams.flow.transformer.SpreadSheetMatrixStatistic
Returns the tip text for this property.
statisticTipText() - Method in class adams.flow.transformer.SpreadSheetRowStatistic
Returns the tip text for this property.
statisticTipText() - Method in class adams.flow.transformer.SpreadSheetStatistic
Returns the tip text for this property.
statisticTipText() - Method in class adams.flow.transformer.WekaInstancesStatistic
Returns the tip text for this property.
statisticTipText() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.Predictions
Returns the tip text for this property.
statisticTipText() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.SamplePlot
Returns the tip text for this property.
statisticTipText() - Method in class weka.classifiers.meta.ClassifierCascade
Returns the tip text for this property.
statisticValuesTipText() - Method in class adams.flow.transformer.WekaBootstrapping
Returns the tip text for this property.
statisticValuesTipText() - Method in class adams.flow.transformer.WekaEvaluationValues
Returns the tip text for this property.
statisticValueTipText() - Method in class adams.flow.transformer.WekaEvaluationValuePicker
Returns the tip text for this property.
stats_c(Number[], double) - Static method in class adams.data.statistics.SPCUtils
 
stats_np(Number[], int) - Static method in class adams.data.statistics.SPCUtils
 
stats_p(Number[], int) - Static method in class adams.data.statistics.SPCUtils
 
stats_u(Number[], Number[]) - Static method in class adams.data.statistics.SPCUtils
 
stats_x_bar_r_r(Number[][], int) - Static method in class adams.data.statistics.SPCUtils
 
stats_x_bar_r_x(Number[][], int) - Static method in class adams.data.statistics.SPCUtils
 
stats_x_bar_s_s(Number[][], int) - Static method in class adams.data.statistics.SPCUtils
 
stats_x_bar_s_x(Number[][], int) - Static method in class adams.data.statistics.SPCUtils
 
stats_x_mr_mr(Number[], int) - Static method in class adams.data.statistics.SPCUtils
 
stats_x_mr_x(Number[], int) - Static method in class adams.data.statistics.SPCUtils
 
statsTipText() - Method in class adams.flow.source.RSync
 
STATUS_NEW - Static variable in class adams.db.LogEntry
the status "New".
STATUS_OPEN - Static variable in class adams.db.LogEntry
the status "Open".
STATUS_RESOLVED - Static variable in class adams.db.LogEntry
the status "Resolved".
StatusMessageHandler - Interface in adams.core
Interface for classes that can display a message string.
StatusMessageHandlerExt - Interface in adams.core
Interface for classes that can display a message string, either left or right.
statusTipText() - Method in class adams.db.LogEntryConditions
Returns the tip text for this property.
StatUtils - Class in adams.data.statistics
A statistical helper class.
StatUtils() - Constructor for class adams.data.statistics.StatUtils
 
stddev(double[], boolean) - Static method in class adams.data.statistics.StatUtils
Returns the std deviation of the given array.
stddev(int[], boolean) - Static method in class adams.data.statistics.StatUtils
Returns the std deviation of the given array.
stddev(Number[], boolean) - Static method in class adams.data.statistics.StatUtils
Returns the std deviation of the given array.
stdDev(int, Instances) - Static method in class weka.classifiers.trees.m5.Rule2
Returns the standard deviation value of the supplied attribute index.
StdDev - Class in adams.flow.control.removeoutliers
Standard deviation based detector.
If difference between actual/predicted is more than the factor of standard deviations away from the mean, then the point gets flagged as outlier.
StdDev - Class in adams.gui.visualization.stats.zscore
Display a standard deviation line on the z score above and below the mean

Valid options are:

StdDev() - Constructor for class adams.flow.control.removeoutliers.StdDev
 
StdDev() - Constructor for class adams.gui.visualization.stats.zscore.StdDev
 
StdDevOverlayPaintlet - Class in adams.gui.visualization.sequence
Draws the standard deviation as straight line.
StdDevOverlayPaintlet() - Constructor for class adams.gui.visualization.sequence.StdDevOverlayPaintlet
 
StdDevPaintlet - Class in adams.gui.visualization.stats.paintlet
paintlet for displaying stddev overlay on the Z score graph

Valid options are:

StdDevPaintlet() - Constructor for class adams.gui.visualization.stats.paintlet.StdDevPaintlet
 
stdDevs() - Method in class weka.filters.supervised.attribute.PLSFilterExtended
the standard deviation of the class
stdDevTipText() - Method in class weka.classifiers.meta.InputSmearing
Returns the tip text for this property
stdDevTipText() - Method in class weka.filters.unsupervised.attribute.InputSmearing
Returns the tip text for this property
stderr - Variable in class adams.core.management.CommandResult
the output on stderr, if any.
STDERR - adams.core.command.OutputType
 
STDERR - adams.flow.source.Exec.OutputType
 
StdErrProcessor - Interface in adams.core.command.stderr
Interface for classes that process stderr output.
stdErrProcessorTipText() - Method in class adams.core.command.AbstractExternalCommand
Returns the tip text for this property.
stdErrProcessorTipText() - Method in interface adams.core.command.ExternalCommand
Returns the tip text for this property.
stdErrTipText() - Method in class adams.flow.standalone.JavaExec
Returns the tip text for this property.
stdev(String, String) - Method in class adams.parser.spreadsheetformula.ParserHelper
Calculates the standard deviation (sample) for a range of cells.
STDEV - adams.flow.transformer.SpreadSheetAggregate.Aggregate
the std deviation (sample).
STDEV - adams.flow.transformer.WekaInstancesInfo.InfoType
the stdev (selected attribute, only numeric).
STDEV - Static variable in interface adams.parser.spreadsheetformula.sym
 
STDEV - Static variable in interface adams.parser.spreadsheetquery.sym
 
STDEV_DELTA_TIMESTAMP - Static variable in class adams.data.statistics.TimeseriesStatistic
 
STDEV_VALUE - Static variable in class adams.data.statistics.TimeseriesStatistic
 
stdevp(String, String) - Method in class adams.parser.spreadsheetformula.ParserHelper
Calculates the standard deviation (population) for a range of cells.
STDEVP - adams.flow.transformer.SpreadSheetAggregate.Aggregate
the std deviation (population).
STDEVP - Static variable in interface adams.parser.spreadsheetformula.sym
 
STDEVP - Static variable in interface adams.parser.spreadsheetquery.sym
 
stdevTipText() - Method in class adams.data.random.AbstractDistributionBasedRandomNumberGenerator
Returns the tip text for this property.
stdevTipText() - Method in interface adams.data.random.DistributionBasedRandomNumberGenerator
Returns the tip text for this property.
stdout - Variable in class adams.core.management.CommandResult
the output on stdout, if any.
STDOUT - adams.core.command.OutputType
 
STDOUT - adams.flow.source.Exec.OutputType
 
StdOutProcessor - Interface in adams.core.command.stdout
Interface for classes that process stdout output.
stdOutProcessorTipText() - Method in class adams.core.command.AbstractExternalCommand
Returns the tip text for this property.
stdOutProcessorTipText() - Method in interface adams.core.command.ExternalCommand
Returns the tip text for this property.
stdOutTipText() - Method in class adams.flow.standalone.JavaExec
Returns the tip text for this property.
stepByStepTipText() - Method in class adams.flow.execution.Debug
Returns the tip text for this property.
stepSizeTipText() - Method in class adams.data.image.features.Entropy
Returns the tip text for this property.
StickHitDetector - Class in adams.gui.visualization.sequence
Detects selections of sticks.
StickHitDetector() - Constructor for class adams.gui.visualization.sequence.StickHitDetector
Initializes the hit detector (constructor only for GOE) with no owner.
StickHitDetector(XYSequencePaintlet) - Constructor for class adams.gui.visualization.sequence.StickHitDetector
Initializes the hit detector.
StickPaintlet - Class in adams.gui.visualization.sequence
Paintlet for painting a stick plot for a sequence.
StickPaintlet() - Constructor for class adams.gui.visualization.sequence.StickPaintlet
 
stop() - Method in class adams.core.management.OutputProcessStream
Stops the output.
stop() - Method in class adams.flow.control.flowrestart.trigger.AbstractTrigger
Stops the trigger.
stop() - Method in class adams.flow.control.flowrestart.trigger.Cron
Stops the trigger.
stop() - Method in class adams.flow.control.flowrestart.trigger.FileMonitor
Stops the trigger.
stop() - Method in class adams.flow.control.flowrestart.trigger.MetaCron
Stops the trigger.
stop() - Method in class adams.flow.control.flowrestart.trigger.MonitorItself
Stops the trigger.
stop() - Method in class adams.flow.control.flowrestart.trigger.MultiTrigger
Stops the trigger.
stop() - Method in class adams.flow.control.flowrestart.trigger.Null
Stops the trigger.
stop() - Method in class adams.flow.standalone.Stopwatch.Timer
Stops the timer.
stop() - Method in class adams.gui.core.MemoryMonitorPanel
Stops the monitoring.
stop() - Method in class adams.gui.flow.FlowEditorPanel
Stops the flow.
stop() - Method in class adams.gui.flow.FlowPanel
Stops the flow.
stop() - Method in class adams.gui.flow.FlowRunnerPanel
Stops the flow.
stop() - Method in class adams.gui.scripting.AbstractScriptingEngine
Stops the execution of the script (will also attempt to stop the currently running step).
stop() - Method in class adams.gui.visualization.image.ColorPickerPanel
Stops the picking.
stop() - Method in class adams.multiprocess.AbstractJobRunner
Stops the execution after all currently queued jobs have been executed.
stop() - Method in interface adams.multiprocess.JobRunner
Stops the execution after all currently queued jobs have been executed.
stop() - Method in class adams.opt.optimise.genetic.AbstractGeneticAlgorithm
Stops the execution of the algorithm.
stop() - Method in class adams.terminal.application.AbstractTerminalApplication
Stops the application.
stop(boolean) - Method in class adams.gui.flow.FlowPanel
Stops the flow.
stop(boolean) - Method in class adams.gui.flow.FlowRunnerPanel
Stops the flow.
stop(Flow) - Method in class adams.flow.control.flowrestart.AbstractFlowRestartManager
Stops the restart handling.
stop(Flow) - Method in class adams.flow.control.flowrestart.NotificationManager
Stops the restart handling.
stop(Flow) - Method in class adams.flow.control.flowrestart.NullManager
Stops the restart handling.
stop(Flow) - Method in class adams.flow.control.flowrestart.TriggerManager
Stops the restart handling.
stop(Actor, StopMode) - Static method in class adams.flow.core.StopHelper
Stops the flow using the specified stop mode, with no message.
stop(Actor, StopMode, String) - Static method in class adams.flow.core.StopHelper
Stops the flow using the specified stop mode, with no message.
Stop - Class in adams.flow.control
Stops the execution of the flow when triggered.
Stop - Class in adams.scripting.command.basic
Attempts to stop the remote ADAMS instance.
Stop() - Constructor for class adams.flow.control.Stop
 
Stop() - Constructor for class adams.scripting.command.basic.Stop
 
STOP - adams.scripting.command.flow.SendFlowControlCommand.Command
 
STOP - Static variable in class adams.core.Trie.TrieNode
the stop character
STOP_RESTRICTOR - adams.flow.control.ForceFlush.FlushScope
 
STOP_RESTRICTOR - adams.flow.core.StopMode
 
stopAdams() - Method in class adams.gui.tools.remotecontrolcenter.panels.AbstractRemoteFlowTab
Stops the ADAMS instance.
stopAllEngines() - Static method in class adams.gui.scripting.ScriptingEngine
Stops all scripting engines.
stopAllEngines(Class[]) - Static method in class adams.flow.FlowRunner
Stops all engines of the specified ScriptingEngine class.
stopBulkStore() - Method in interface adams.db.BulkReportUpdater
Interrupts a currently running bulk store, if possible.
stopEngine() - Method in class adams.gui.scripting.AbstractScriptingEngine
Stops the scripting engine (incl.
StopEngine - Class in adams.scripting.command.basic
Simply stops the scripting engine, either the one handling the request or the response.
StopEngine() - Constructor for class adams.scripting.command.basic.StopEngine
 
StopEngine.EngineType - Enum in adams.scripting.command.basic
The type of engine to stop.
stopEngines() - Method in class adams.gui.tools.remotecontrolcenter.RemoteControlCenterEnginesPanel
Stops the selected engines.
stopExecution() - Method in class adams.console.Logging
Stops the execution.
stopExecution() - Method in class adams.core.command.AbstractAsyncCapableExternalCommand
Stops the execution.
stopExecution() - Method in class adams.core.command.AbstractExternalCommand
Stops the execution.
stopExecution() - Method in class adams.core.io.filesearch.AbstractFileSearchHandler
Stops the execution.
stopExecution() - Method in class adams.core.io.filesearch.AbstractMetaFileSearchHandler
Stops the execution.
stopExecution() - Method in class adams.core.io.lister.AbstractDirectoryLister
Stops the current list generation.
stopExecution() - Method in class adams.core.logging.RemoteReceiveHandler.AbstractRemoteListenerRunnable
Stops the execution.
stopExecution() - Method in interface adams.core.Stoppable
Stops the execution.
stopExecution() - Method in class adams.data.conversion.AbstractConversion
Stops the execution.
stopExecution() - Method in class adams.data.io.input.AbstractReportReader
Stops the execution.
stopExecution() - Method in class adams.data.io.input.AbstractSpreadSheetReader
Stops the reading (might not be immediate, depending on reader).
stopExecution() - Method in class adams.data.io.input.ExcelStreamingSpreadSheetReader.SheetHandler
Stops the parsing.
stopExecution() - Method in class adams.data.io.input.ExcelStreamingSpreadSheetReader
Stops the reading (might not be immediate, depending on reader).
stopExecution() - Method in class adams.data.io.input.SimpleCsvSpreadSheetReader
Stops the reading (might not be immediate, depending on reader).
stopExecution() - Method in interface adams.data.io.input.SpreadSheetReader
Stops the reading (might not be immediate, depending on reader).
stopExecution() - Method in class adams.data.io.output.AbstractSpreadSheetWriter
Stops the reading (might not be immediate, depending on reader).
stopExecution() - Method in class adams.data.spreadsheet.sql.Reader
Stops the execution.
stopExecution() - Method in class adams.data.spreadsheet.sql.Writer
Stops the execution.
stopExecution() - Method in class adams.flow.condition.bool.AbstractBooleanCondition
Stops the execution.
stopExecution() - Method in class adams.flow.condition.bool.AbstractMultiCondition
Stops the execution.
stopExecution() - Method in interface adams.flow.condition.bool.BooleanCondition
Stops the execution.
stopExecution() - Method in class adams.flow.condition.bool.Not
Stops the execution.
stopExecution() - Method in class adams.flow.condition.bool.PromptUser
Stops the execution.
stopExecution() - Method in class adams.flow.condition.bool.Scripted
Stops the execution.
stopExecution() - Method in class adams.flow.control.AbstractControlActor
Stops the execution.
stopExecution() - Method in class adams.flow.control.AbstractDirectedControlActor
Stops the execution.
stopExecution() - Method in class adams.flow.control.AbstractDirector
Stops the execution.
stopExecution() - Method in class adams.flow.control.AbstractTee
Stops the execution.
stopExecution() - Method in class adams.flow.control.ArrayProcess
Stops the execution.
stopExecution() - Method in class adams.flow.control.Block
Stops the execution.
stopExecution() - Method in class adams.flow.control.Branch
Stops the execution.
stopExecution() - Method in class adams.flow.control.ConditionalSequence
Stops the execution.
stopExecution() - Method in class adams.flow.control.ConditionalSubProcess
Stops the execution.
stopExecution() - Method in class adams.flow.control.ConditionalTee
Stops the execution.
stopExecution() - Method in class adams.flow.control.ConditionalTrigger
Stops the execution.
stopExecution() - Method in class adams.flow.control.Count
Stops the execution.
stopExecution() - Method in class adams.flow.control.FileProcessor
Stops the execution.
stopExecution() - Method in class adams.flow.control.IfThenElse
Stops the execution.
stopExecution() - Method in class adams.flow.control.Inspect
Stops the execution.
stopExecution() - Method in class adams.flow.control.LoadBalancer
Stops the execution.
stopExecution() - Method in class adams.flow.control.LocalScopeTransformer
Stops the execution.
stopExecution() - Method in class adams.flow.control.RaiseError
Stops the execution.
stopExecution() - Method in class adams.flow.control.SequentialDirector
Stops the execution.
stopExecution() - Method in class adams.flow.control.Sleep
Stops the execution.
stopExecution() - Method in class adams.flow.control.Switch
Stops the execution.
stopExecution() - Method in class adams.flow.control.TimedSubProcess
Stops the execution.
stopExecution() - Method in class adams.flow.control.TimedTee
Stops the execution.
stopExecution() - Method in class adams.flow.control.TimedTrigger
Stops the execution.
stopExecution() - Method in class adams.flow.control.TriggerEvent
Stops the execution.
stopExecution() - Method in class adams.flow.control.TryCatch
Stops the execution.
stopExecution() - Method in class adams.flow.control.WhileLoop
Stops the execution.
stopExecution() - Method in class adams.flow.core.AbstractActor
Stops the execution.
stopExecution() - Method in class adams.flow.core.AbstractCallableActor
Stops the execution.
stopExecution() - Method in class adams.flow.core.AbstractDisplay
Stops the execution.
stopExecution() - Method in class adams.flow.core.AbstractExternalActor
Stops the execution.
stopExecution() - Method in class adams.flow.core.AbstractScriptedActor
Stops the execution.
stopExecution() - Method in class adams.flow.core.AbstractTemplate
Stops the execution.
stopExecution() - Method in interface adams.flow.core.Actor
Stops the execution.
stopExecution() - Method in class adams.flow.core.RunnableWithLogging
Stops the execution.
stopExecution() - Method in class adams.flow.execution.Debug
Stops the execution.
stopExecution() - Method in class adams.flow.execution.RemoteFlowListener.ListenerRunnable
Stops the execution.
stopExecution() - Method in class adams.flow.FlowRunner
Stops the execution.
stopExecution() - Method in class adams.flow.setup.FlowSetup
Stops the flow, if running.
stopExecution() - Method in class adams.flow.setup.FlowSetupWorker
Stops the flow execution.
stopExecution() - Method in class adams.flow.sink.SendEmail
Stops the execution.
stopExecution() - Method in class adams.flow.sink.SpreadSheetDbWriter
Stops the execution.
stopExecution() - Method in class adams.flow.sink.SpreadSheetFileWriter
Stops the execution.
stopExecution() - Method in class adams.flow.source.AbstractPythonExecution
Stops the execution.
stopExecution() - Method in class adams.flow.source.AbstractSpreadSheetDbReader
Stops the execution.
stopExecution() - Method in class adams.flow.source.Command
Stops the execution.
stopExecution() - Method in class adams.flow.source.DirectoryLister
Stops the execution.
stopExecution() - Method in class adams.flow.source.EnterManyValues
Stops the execution.
stopExecution() - Method in class adams.flow.source.EnterValue
Stops the execution.
stopExecution() - Method in class adams.flow.source.Exec
Stops the execution.
stopExecution() - Method in class adams.flow.source.filesystemsearch.AbstractFileSystemSearchlet
Stops the execution.
stopExecution() - Method in class adams.flow.source.filesystemsearch.AbstractFtpDirectoryListerBasedSearchlet
Stops the execution.
stopExecution() - Method in class adams.flow.source.filesystemsearch.AbstractLocalDirectoryListerBasedSearchlet
Stops the execution.
stopExecution() - Method in class adams.flow.source.filesystemsearch.AbstractSftpDirectoryListerBasedSearchlet
Stops the execution.
stopExecution() - Method in class adams.flow.source.filesystemsearch.AbstractSmbDirectoryListerBasedSearchlet
Stops the execution.
stopExecution() - Method in class adams.flow.source.filesystemsearch.MultiSearch
Stops the execution.
stopExecution() - Method in class adams.flow.source.FileSystemSearch
Stops the execution.
stopExecution() - Method in class adams.flow.source.OpenCVDeviceFrameGrabber
Stops the execution.
stopExecution() - Method in class adams.flow.source.SelectDirectory
Stops the execution.
stopExecution() - Method in class adams.flow.source.SelectFile
Stops the execution.
stopExecution() - Method in class adams.flow.source.SelectObjects
Stops the execution.
stopExecution() - Method in class adams.flow.source.Socket
Stops the execution.
stopExecution() - Method in class adams.flow.source.SwitchedSource
Stops the execution.
stopExecution() - Method in class adams.flow.source.WekaSelectObjects
Stops the execution.
stopExecution() - Method in class adams.flow.standalone.AbstractMultiView
Stops the execution.
stopExecution() - Method in class adams.flow.standalone.AbstractMutableActorDaemonEvent
Stops the execution.
stopExecution() - Method in class adams.flow.standalone.AbstractStandaloneGroup
Stops the execution.
stopExecution() - Method in class adams.flow.standalone.ConditionalStandalones
Stops the execution.
stopExecution() - Method in class adams.flow.standalone.Cron
Stops the execution.
stopExecution() - Method in class adams.flow.standalone.DelayedEvent
Stops the execution.
stopExecution() - Method in class adams.flow.standalone.DirWatch
Stops the execution.
stopExecution() - Method in class adams.flow.standalone.ExternalFlow
Stops the execution.
stopExecution() - Method in class adams.flow.standalone.JavaExec
Stops the execution.
stopExecution() - Method in class adams.flow.standalone.JobRunnerInstance
Stops the execution.
stopExecution() - Method in class adams.flow.standalone.MemoryMonitor
Stops the execution.
stopExecution() - Method in class adams.flow.standalone.PyroNameServer
Stops the execution.
stopExecution() - Method in class adams.flow.standalone.QueueEvent
Stops the execution.
stopExecution() - Method in class adams.flow.standalone.RemoteScriptingEngine
Stops the execution.
stopExecution() - Method in class adams.flow.standalone.Stopwatch
Stops the execution.
stopExecution() - Method in class adams.flow.standalone.Tool
Stops the execution.
stopExecution() - Method in class adams.flow.standalone.WebSocketServer
Stops the execution.
stopExecution() - Method in class adams.flow.transformer.AbstractDataContainerFileReader
Stops the execution.
stopExecution() - Method in class adams.flow.transformer.AbstractInteractiveTransformerDialog
Stops the execution.
stopExecution() - Method in class adams.flow.transformer.AbstractReportFileReader
Stops the execution.
stopExecution() - Method in class adams.flow.transformer.ConfirmationDialog
Stops the execution.
stopExecution() - Method in class adams.flow.transformer.Convert
Stops the execution.
stopExecution() - Method in class adams.flow.transformer.ExecuteActor
Stops the execution.
stopExecution() - Method in class adams.flow.transformer.ExecuteJobs
Stops the execution.
stopExecution() - Method in class adams.flow.transformer.ExecuteRemoteCommand
Stops the execution.
stopExecution() - Method in class adams.flow.transformer.FileTailer
Stops the execution.
stopExecution() - Method in class adams.flow.transformer.FindInFile
Stops the execution.
stopExecution() - Method in class adams.flow.transformer.imagepreparation.AbstractImagePreparation
Stops the execution.
stopExecution() - Method in class adams.flow.transformer.ImagePreparation
Stops the execution.
stopExecution() - Method in class adams.flow.transformer.indexedsplitsrunsevaluation.AbstractIndexedSplitsRunsEvaluation
Stops the execution.
stopExecution() - Method in class adams.flow.transformer.IndexedSplitsRunsEvaluation
Stops the execution.
stopExecution() - Method in class adams.flow.transformer.indexedsplitsrunspredictions.AbstractIndexedSplitsRunsPredictions
Stops the execution.
stopExecution() - Method in class adams.flow.transformer.locateobjects.AbstractObjectLocator
Stops the execution.
stopExecution() - Method in class adams.flow.transformer.LocateObjects
Stops the execution.
stopExecution() - Method in class adams.flow.transformer.negativeregions.AbstractNegativeRegionsGenerator
Stops the execution.
stopExecution() - Method in class adams.flow.transformer.NegativeRegions
Stops the execution.
stopExecution() - Method in class adams.flow.transformer.splitfile.AbstractFileSplitter
Stops the execution.
stopExecution() - Method in class adams.flow.transformer.SplitFile
Stops the execution.
stopExecution() - Method in class adams.flow.transformer.SpreadSheetConvertCells
Stops the execution.
stopExecution() - Method in class adams.flow.transformer.SpreadSheetConvertHeaderCells
Stops the execution.
stopExecution() - Method in class adams.flow.transformer.SpreadSheetFileReader
Stops the execution.
stopExecution() - Method in class adams.flow.transformer.TesseractOCR
Stops the execution.
stopExecution() - Method in class adams.flow.transformer.Tool
Stops the execution.
stopExecution() - Method in class adams.flow.transformer.WekaClassifierRanker
Stops the execution.
stopExecution() - Method in class adams.flow.transformer.WekaCrossValidationEvaluator
Stops the execution.
stopExecution() - Method in class adams.flow.transformer.WekaCrossValidationSplit
Stops the execution.
stopExecution() - Method in class adams.flow.transformer.WekaExperimentExecution
Stops the execution.
stopExecution() - Method in class adams.flow.transformer.WekaGeneticAlgorithm
Stops the execution.
stopExecution() - Method in class adams.flow.transformer.WekaRandomSplit
Stops the execution.
stopExecution() - Method in class adams.flow.transformer.WekaSplitGenerator
Stops the execution.
stopExecution() - Method in class adams.gui.flow.FlowWorker
Stops the execution.
stopExecution() - Method in class adams.gui.scripting.AbstractCommandProcessor
Stops the execution.
stopExecution() - Method in class adams.gui.scripting.AbstractScriptingDialog
stops the currently running script.
stopExecution() - Method in class adams.gui.scripting.AbstractScriptlet
Stops the execution.
stopExecution() - Method in class adams.gui.scripting.RunTool
Stops the execution.
stopExecution() - Method in class adams.gui.scripting.ScriptingEngineThread
Stops the execution of scripting commands.
stopExecution() - Method in class adams.gui.tools.FileCommanderPanel
Stops the execution.
stopExecution() - Method in class adams.gui.tools.FindInFilesPanel
Stops the execution.
stopExecution() - Method in class adams.gui.tools.wekainvestigator.InvestigatorPanel
Stops the evaluation.
stopExecution() - Method in class adams.gui.tools.wekainvestigator.tab.AbstractInvestigatorTab
Stops the evaluation.
stopExecution() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.CrossValidation
Stops the execution.
stopExecution() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.RepeatedCrossValidation
Stops the execution.
stopExecution() - Method in class adams.gui.tools.wekainvestigator.tab.ClassifyTab
Stops the evaluation.
stopExecution() - Method in class adams.gui.tools.wekainvestigator.tab.experimenttab.setup.AbstractExperimentSetup
Stops the execution.
stopExecution() - Method in class adams.gui.tools.wekainvestigator.tab.experimenttab.setup.CrossValidationSetup
Stops the execution.
stopExecution() - Method in class adams.gui.tools.wekainvestigator.tab.experimenttab.setup.TrainTestSplitSetup
Stops the execution.
stopExecution() - Method in class adams.gui.tools.wekainvestigator.tab.ExperimentTab
Stops the evaluation.
stopExecution() - Method in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment
Stops the execution.
stopExecution() - Method in class adams.gui.tools.wekamultiexperimenter.experiment.CrossValidationExperiment.CrossValidationExperimentJob
Stops the execution.
stopExecution() - Method in class adams.gui.tools.wekamultiexperimenter.ExperimenterPanel
Stops the execution.
stopExecution() - Method in class adams.multiprocess.AbstractJob
Stops the execution.
stopExecution() - Method in class adams.multiprocess.WekaCrossValidationExecution
Stops the execution.
stopExecution() - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm
Stops the execution of the algorithm.
stopExecution() - Method in class adams.opt.genetic.AbstractGeneticAlgorithm
Stops the execution of the algorithm.
stopExecution() - Method in class adams.scripting.engine.AbstractScriptingEngine
Stops the execution.
stopExecution() - Method in class adams.scripting.engine.AbstractScriptingEngineEnhancer
Stops the execution.
stopExecution() - Method in class adams.scripting.engine.AbstractScriptingEngineWithJobQueue
Stops the execution.
stopExecution() - Method in class adams.scripting.engine.DefaultScriptingEngine
Stops the execution.
stopExecution() - Method in class adams.scripting.engine.DefaultWorkerScriptingEngine
Stops the scripting engine and deregisters with the master.
stopExecution() - Method in class adams.scripting.engine.ForwardingScriptingEngine
Stops the execution.
stopExecution() - Method in class adams.scripting.engine.MultiScriptingEngine
Stops the execution.
stopExecution() - Method in class adams.tools.AbstractTool
Stops the execution.
stopExecution() - Method in class adams.tools.ZipPassword
Stops the execution.
stopExecution() - Method in class weka.classifiers.MultiLevelSplitGenerator
Stops the execution.
stopExecution(String) - Method in class adams.flow.core.AbstractActor
Stops the execution.
stopExecution(String) - Method in interface adams.flow.core.Actor
Stops the execution.
stopExperiment() - Method in class weka.gui.explorer.ExperimentPanel
Stops the currently running experiment (if any).
stopFileTipText() - Method in class adams.flow.source.DirectoryLister
Returns the tip text for this property.
stopFlow() - Method in class adams.flow.sink.AbstractGraphicalDisplay
Stops the flow.
stopFlow() - Method in class adams.flow.sink.AbstractTextualDisplay
Stops the flow.
stopFlow() - Method in class adams.flow.sink.DisplayPanelGrid
Stops the flow.
stopFlow() - Method in class adams.flow.sink.DisplayPanelManager
Stops the flow.
stopFlow() - Method in class adams.flow.standalone.AbstractMultiView
Stops the flow.
stopFlow() - Method in class adams.gui.tools.remotecontrolcenter.panels.AbstractRemoteFlowTab
Stops the selected flow(s).
stopFlow(Flow) - Method in class adams.flow.control.flowrestart.operation.AbstractRestartOperation
Stops the flow.
stopFlowExecution() - Method in class adams.flow.execution.debug.ControlPanel
Stops the flow execution.
stopFlowIfCanceledTipText() - Method in interface adams.flow.core.InteractiveActor
Returns the tip text for this property.
stopFlowIfCanceledTipText() - Method in class adams.flow.source.AbstractInteractiveSource
Returns the tip text for this property.
stopFlowIfCanceledTipText() - Method in class adams.flow.source.SelectFile
Returns the tip text for this property.
stopFlowIfCanceledTipText() - Method in class adams.flow.source.WekaSelectDataset
Returns the tip text for this property.
stopFlowIfCanceledTipText() - Method in class adams.flow.standalone.AbstractDatabaseConnection
Returns the tip text for this property.
stopFlowIfCanceledTipText() - Method in class adams.flow.standalone.FTPConnection
Returns the tip text for this property.
stopFlowIfCanceledTipText() - Method in class adams.flow.standalone.SMBConnection
Returns the tip text for this property.
stopFlowIfCanceledTipText() - Method in class adams.flow.standalone.SMTPConnection
Returns the tip text for this property.
stopFlowIfCanceledTipText() - Method in class adams.flow.standalone.SSHConnection
Returns the tip text for this property.
stopFlowIfCanceledTipText() - Method in class adams.flow.transformer.AbstractInteractiveTransformer
Returns the tip text for this property.
stopFlowIfCanceledTipText() - Method in class adams.flow.transformer.AbstractInteractiveTransformerDialog
Returns the tip text for this property.
stopFlowOnErrorTipText() - Method in class adams.flow.core.AbstractActor
Returns the tip text for this property.
stopFlows() - Method in class adams.scripting.command.basic.AbstractCommandWithFlowStopping
Stops the flows.
StopFlows - Class in adams.core.shutdown
Stops registered flows.
StopFlows() - Constructor for class adams.core.shutdown.StopFlows
 
stopFlowsTipText() - Method in class adams.scripting.command.basic.AbstractCommandWithFlowStopping
Returns the tip text for this property.
StopHelper - Class in adams.flow.core
Helper class for stopping.
StopHelper() - Constructor for class adams.flow.core.StopHelper
 
stopListenerRunnable() - Method in class adams.gui.tools.remotecontrolcenter.panels.RemoteLoggingTab
Stops the listener runnable.
stopListening() - Method in class adams.core.logging.RemoteReceiveHandler
Stops the listening.
stopListening() - Method in class adams.gui.tools.FileMonitorPanel
Stops the file tailer.
stopMessageTipText() - Method in class adams.flow.control.Stop
Returns the tip text for this property.
StopMode - Enum in adams.flow.core
How to perform the stop.
StopModeSupporter - Interface in adams.flow.core
Interface for actors that support a specific stop mode.
stopModeTipText() - Method in class adams.flow.control.Stop
Returns the tip text for this property.
stopModeTipText() - Method in interface adams.flow.core.StopModeSupporter
Returns the tip text for this property.
stopModeTipText() - Method in class adams.flow.source.AbstractInteractiveSource
Returns the tip text for this property.
stopModeTipText() - Method in class adams.flow.source.SelectFile
Returns the tip text for this property.
stopModeTipText() - Method in class adams.flow.source.WekaSelectDataset
Returns the tip text for this property.
stopModeTipText() - Method in class adams.flow.standalone.AbstractDatabaseConnection
Returns the tip text for this property.
stopModeTipText() - Method in class adams.flow.standalone.FTPConnection
Returns the tip text for this property.
stopModeTipText() - Method in class adams.flow.standalone.SMBConnection
Returns the tip text for this property.
stopModeTipText() - Method in class adams.flow.standalone.SMTPConnection
Returns the tip text for this property.
stopModeTipText() - Method in class adams.flow.standalone.SSHConnection
Returns the tip text for this property.
stopModeTipText() - Method in class adams.flow.transformer.AbstractInteractiveTransformer
Returns the tip text for this property.
stopModeTipText() - Method in class adams.flow.transformer.AbstractInteractiveTransformerDialog
Returns the tip text for this property.
stopOnFirstDetectionTipText() - Method in class adams.data.outlier.MultiOutlierDetector
Returns the tip text for this property.
Stoppable - Interface in adams.core
Interface for objects that can be stopped externally.
StoppableWithFeedback - Interface in adams.core
Interface for objects that can be stopped externally.
STOPPING - adams.gui.flow.FlowMultiPagePane.FlowPanelFilter
flow is stopping.
stoppingCriterionTipText() - Method in class adams.opt.genetic.AbstractGeneticAlgorithm
Returns the tip text for this property.
stoppingTimeoutTipText() - Method in class adams.flow.control.AbstractDirectedControlActor
Returns the tip text for this property.
stoppingTimeoutTipText() - Method in class adams.flow.control.AbstractTee
Returns the tip text for this property.
stoppingTimeoutTipText() - Method in interface adams.flow.control.AtomicExecution
Returns the tip text for this property.
stoppingTimeoutTipText() - Method in class adams.flow.control.Branch
Returns the tip text for this property.
stoppingTimeoutTipText() - Method in class adams.flow.control.LocalScopeTransformer
Returns the tip text for this property.
stoppingWarningIntervalTipText() - Method in class adams.flow.control.AbstractDirectedControlActor
Returns the tip text for this property.
stoppingWarningIntervalTipText() - Method in class adams.flow.control.Branch
Returns the tip text for this property.
stoppingWarningIntervalTipText() - Method in class adams.flow.control.LocalScopeTransformer
Returns the tip text for this property.
stopRecording() - Method in class adams.gui.scripting.AbstractScriptingEngine
Stops the recording of commands.
stopRecording() - Method in class adams.gui.visualization.timeseries.TimeseriesExplorer
Stops the recording of commands.
StopRemoteLogging - Class in adams.scripting.command.basic
Stops remote logging.
StopRemoteLogging() - Constructor for class adams.scripting.command.basic.StopRemoteLogging
 
StopRestrictor - Interface in adams.flow.core
Interface for actors that can limit the scope of the Stop control actor or other actors that can stop the execution.
stopRunnable() - Method in class adams.flow.standalone.QueueEvent
Stops the runnable if necessary, waits for it to finish.
stopScheduler() - Method in class adams.flow.standalone.Cron
Stops the internal cron scheduler, if possible.
stopSetups() - Method in class adams.gui.flow.FlowControlCenterPanel
Stops the selected setups.
stopTimer() - Method in class adams.flow.standalone.Stopwatch.StopwatchPanel
Stops the timer.
Stopwatch - Class in adams.flow.standalone
Stops the execution time of the flow, till either the user stops the flow or the flow finishes by itself

Valid options are:

Stopwatch() - Constructor for class adams.flow.standalone.Stopwatch
 
Stopwatch.StopwatchPanel - Class in adams.flow.standalone
Panel for displaying a stopwatch.
Stopwatch.Timer - Class in adams.flow.standalone
Timer thread class.
StopwatchPanel(Stopwatch) - Constructor for class adams.flow.standalone.Stopwatch.StopwatchPanel
Initializes the panel.
stopWatchService() - Method in class adams.flow.standalone.DirWatch
Stops the watch service, if active.
Storage - Class in adams.flow.control
Used for temporary storage during flow execution.
Storage() - Constructor for class adams.flow.control.Storage
Initializes the storage.
STORAGE - adams.flow.control.Injector.DataType
the specified storage item.
STORAGE - adams.flow.core.AbstractModelLoader.ModelLoadingType
 
STORAGE - adams.flow.core.ObjectRetriever.RetrievalType
 
STORAGE - adams.flow.execution.debug.View
the storage.
STORAGE - adams.flow.transformer.IndexedSplitsRunsEvaluation.SourceType
 
STORAGE - adams.flow.transformer.IndexedSplitsRunsPredictions.SourceType
 
STORAGE - adams.flow.transformer.MergeReport.SourceType
 
STORAGE - adams.flow.transformer.PDFAppendDocument.DataType
 
STORAGE - adams.flow.transformer.SetArrayElement.Origin
from storage.
STORAGE - adams.flow.transformer.SetJsonValue.SourceType
 
STORAGE - adams.flow.transformer.SetMapValue.SourceType
 
STORAGE_NAME - Static variable in class adams.core.optiontransfer.StorageNameTransfer
 
STORAGE_NAME - Static variable in class adams.gui.flow.tree.quickaction.ChangeStorageName
 
STORAGE_NAME - Static variable in class adams.gui.tools.spreadsheetviewer.chart.AbstractChartGenerator
the name for the spreadsheet in the flow's storage.
storageAnnotationsTipText() - Method in class adams.flow.transformer.draw.AnnotationsAndPredictions
Returns the tip text for this property.
storageChanged(StorageChangeEvent) - Method in interface adams.event.StorageChangeListener
Gets triggered when a storage item changed (added, modified, removed).
storageChanged(StorageChangeEvent) - Method in class adams.gui.visualization.debug.StoragePanel
Gets triggered when a storage item changed (added, modified, removed).
StorageChangeEvent - Class in adams.event
Gets sent whenever storage items get modified.
StorageChangeEvent(Storage, StorageChangeEvent.Type, String) - Constructor for class adams.event.StorageChangeEvent
Initializes the event.
StorageChangeEvent(Storage, StorageChangeEvent.Type, String, String) - Constructor for class adams.event.StorageChangeEvent
Initializes the event.
StorageChangeEvent.Type - Enum in adams.event
The type of event.
StorageChangeListener - Interface in adams.event
Interface for classes that listen to changes in storage items and their associated values.
StorageCollectionInsert - Class in adams.flow.transformer
Inserts the object passing through to the collection in storage at the specified position.
After inserting the object successfully, just forwards the object.
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.CollectionInsert

Input/output:
- accepts:
   adams.flow.core.Unknown
- generates:
   adams.flow.core.Unknown


StorageCollectionInsert() - Constructor for class adams.flow.transformer.StorageCollectionInsert
 
storageFilePairsTipText() - Method in class adams.flow.standalone.DeserializeToStorage
Returns the tip text for this property.
storageFilterTipText() - Method in interface adams.flow.control.LocalScopeHandler
Returns the tip text for this property.
storageFilterTipText() - Method in class adams.flow.control.LocalScopeTransformer
Returns the tip text for this property.
storageFilterTipText() - Method in class adams.flow.control.LocalScopeTrigger
Returns the tip text for this property.
StorageFlagSet - Class in adams.flow.condition.bool
Evaluates to true if the specified storage value is present, a boolean and true.
StorageFlagSet() - Constructor for class adams.flow.condition.bool.StorageFlagSet
Default constructor.
StorageFlagSet(StorageName) - Constructor for class adams.flow.condition.bool.StorageFlagSet
Initializes with the specified storage name.
StorageFlagSet(String) - Constructor for class adams.flow.condition.bool.StorageFlagSet
Initializes with the specified storage name.
StorageForLoop - Class in adams.flow.source
Emulates the following for-loop:
- positive step size:
for (int i = lower; i <= upper; i += step)
- negative step size:
for (int i = upper; i >= lower; i += step)
In each iteration, the specified variable gets updated with the current value of the for-loop variable.
StorageForLoop() - Constructor for class adams.flow.source.StorageForLoop
 
StorageHandler - Interface in adams.flow.control
Interface for actors that allow the storing of temporary data.
StorageJFreeChartAddSeries - Class in adams.flow.transformer
Generates a series from the incoming spreadsheet and adds it to the specified JFreeChart dataset in storage.
After inserting the object successfully, just forwards the object.
StorageJFreeChartAddSeries() - Constructor for class adams.flow.transformer.StorageJFreeChartAddSeries
 
StorageName - Class in adams.flow.control
Wrapper around the name of a storage item (= string).
StorageName() - Constructor for class adams.flow.control.StorageName
Initializes the name with a default value.
StorageName(String) - Constructor for class adams.flow.control.StorageName
Initializes the object with the string to parse.
storageNamePrefixTipText() - Method in class adams.flow.transformer.MapToStorageValues
Returns the tip text for this property.
StorageNamesTab - Class in adams.gui.flow.tab
Allows user to list storage names in flow.
StorageNamesTab() - Constructor for class adams.gui.flow.tab.StorageNamesTab
 
storageNamesTipText() - Method in class adams.flow.control.RemoteExecutionTrigger
Returns the tip text for this property.
storageNamesTipText() - Method in interface adams.flow.core.RemoteExecutionHandler
Returns the tip text for this property.
storageNamesTipText() - Method in class adams.flow.source.CombineArrays
Returns the tip text for this property.
storageNamesTipText() - Method in class adams.flow.source.CombineCollections
Returns the tip text for this property.
storageNamesTipText() - Method in class adams.flow.source.MakeContainer
Returns the tip text for this property.
storageNamesTipText() - Method in class adams.flow.source.StorageValuesArray
Returns the tip text for this property.
storageNamesTipText() - Method in class adams.flow.source.ZipArrays
Returns the tip text for this property.
storageNamesTipText() - Method in class adams.flow.standalone.InitPublishSubscribe
Returns the tip text for this property.
storageNamesTipText() - Method in class adams.scripting.command.flow.RemoteFlowExecution
Returns the tip text for this property.
storageNameTipText() - Method in class adams.core.command.stderr.Enqueue
Returns the tip text for this property.
storageNameTipText() - Method in class adams.core.command.stdout.Enqueue
Returns the tip text for this property.
storageNameTipText() - Method in class adams.data.conversion.MapToWekaInstance
Returns the tip text for this property.
storageNameTipText() - Method in class adams.data.objectfilter.AttachOverlappingMetaData
Returns the tip text for this property.
storageNameTipText() - Method in class adams.flow.condition.bool.HashSet
Returns the tip text for this property.
storageNameTipText() - Method in class adams.flow.condition.bool.HasMapValue
Returns the tip text for this property.
storageNameTipText() - Method in class adams.flow.condition.bool.HasQueue
Returns the tip text for this property.
storageNameTipText() - Method in class adams.flow.condition.bool.HasStorageValue
Returns the tip text for this property.
storageNameTipText() - Method in class adams.flow.condition.bool.StorageFlagSet
Returns the tip text for this property.
storageNameTipText() - Method in class adams.flow.control.IfStorageValue
Returns the tip text for this property.
storageNameTipText() - Method in class adams.flow.control.Injector
Returns the tip text for this property.
storageNameTipText() - Method in class adams.flow.control.SetContainerValue
Returns the tip text for this property.
storageNameTipText() - Method in class adams.flow.control.StorageValueSequence
Returns the tip text for this property.
storageNameTipText() - Method in class adams.flow.sink.EnQueue
Returns the tip text for this property.
storageNameTipText() - Method in class adams.flow.sink.Publish
Returns the tip text for this property.
storageNameTipText() - Method in class adams.flow.source.Counter
Returns the tip text for this property.
storageNameTipText() - Method in class adams.flow.source.DeQueue
Returns the tip text for this property.
storageNameTipText() - Method in class adams.flow.source.HashSet
Returns the tip text for this property.
storageNameTipText() - Method in class adams.flow.source.LookUp
Returns the tip text for this property.
storageNameTipText() - Method in class adams.flow.source.LookUpTable
Returns the tip text for this property.
storageNameTipText() - Method in class adams.flow.source.StorageForLoop
Returns the tip text for this property.
storageNameTipText() - Method in class adams.flow.source.StorageValue
Returns the tip text for this property.
storageNameTipText() - Method in class adams.flow.standalone.CounterInit
Returns the tip text for this property.
storageNameTipText() - Method in class adams.flow.standalone.DeleteStorageValue
Returns the tip text for this property.
storageNameTipText() - Method in class adams.flow.standalone.DeserializeToStorage
Returns the tip text for this property.
storageNameTipText() - Method in class adams.flow.standalone.HashSetInit
Returns the tip text for this property.
storageNameTipText() - Method in class adams.flow.standalone.LookUpInit
Returns the tip text for this property.
storageNameTipText() - Method in class adams.flow.standalone.QueueEvent
Returns the tip text for this property.
storageNameTipText() - Method in class adams.flow.standalone.QueueInit
Returns the tip text for this property.
storageNameTipText() - Method in class adams.flow.transformer.AbstractDataContainerAdd
Returns the tip text for this property.
storageNameTipText() - Method in class adams.flow.transformer.AbstractDataContainerAppend
Returns the tip text for this property.
storageNameTipText() - Method in class adams.flow.transformer.CollectionAppend
Returns the tip text for this property.
storageNameTipText() - Method in class adams.flow.transformer.CounterAdd
Returns the tip text for this property.
storageNameTipText() - Method in class adams.flow.transformer.CounterInit
Returns the tip text for this property.
storageNameTipText() - Method in class adams.flow.transformer.DeleteStorageValue
Returns the tip text for this property.
storageNameTipText() - Method in class adams.flow.transformer.DetermineOverlappingAreas
Returns the tip text for this property.
storageNameTipText() - Method in class adams.flow.transformer.DetermineOverlappingObjects
Returns the tip text for this property.
storageNameTipText() - Method in class adams.flow.transformer.HashSetAdd
Returns the tip text for this property.
storageNameTipText() - Method in class adams.flow.transformer.HashSetInit
Returns the tip text for this property.
storageNameTipText() - Method in class adams.flow.transformer.HashSetRemove
Returns the tip text for this property.
storageNameTipText() - Method in class adams.flow.transformer.ImageObjectOverlap
Returns the tip text for this property.
storageNameTipText() - Method in class adams.flow.transformer.ImageObjectOverlapMatrix
Returns the tip text for this property.
storageNameTipText() - Method in class adams.flow.transformer.IncStorageValue
Returns the tip text for this property.
storageNameTipText() - Method in class adams.flow.transformer.IntersectOverUnion
Returns the tip text for this property.
storageNameTipText() - Method in class adams.flow.transformer.LookUp
Returns the tip text for this property.
storageNameTipText() - Method in class adams.flow.transformer.LookUpAdd
Returns the tip text for this property.
storageNameTipText() - Method in class adams.flow.transformer.LookUpInit
Returns the tip text for this property.
storageNameTipText() - Method in class adams.flow.transformer.LookUpRemove
Returns the tip text for this property.
storageNameTipText() - Method in class adams.flow.transformer.MergeObjectLocations
Returns the tip text for this property.
storageNameTipText() - Method in class adams.flow.transformer.MergeReportFromMap
Returns the tip text for this property.
storageNameTipText() - Method in class adams.flow.transformer.PDFAppendDocument
Returns the tip text for this property.
storageNameTipText() - Method in class adams.flow.transformer.RemoveOverlappingImageObjects
Returns the tip text for this property.
storageNameTipText() - Method in class adams.flow.transformer.SetArrayElement
Returns the tip text for this property.
storageNameTipText() - Method in class adams.flow.transformer.SetStorageFlag
Returns the tip text for this property.
storageNameTipText() - Method in class adams.flow.transformer.SetStorageValue
Returns the tip text for this property.
storageNameTipText() - Method in class adams.flow.transformer.SpreadSheetAppend
Returns the tip text for this property.
storageNameTipText() - Method in class adams.flow.transformer.StorageCollectionInsert
Returns the tip text for this property.
storageNameTipText() - Method in class adams.flow.transformer.StorageJFreeChartAddSeries
Returns the tip text for this property.
storageNameTipText() - Method in class adams.flow.transformer.TimeseriesAdd
Returns the tip text for this property.
storageNameTipText() - Method in class adams.flow.transformer.TimeseriesAppend
Returns the tip text for this property.
storageNameTipText() - Method in class adams.flow.transformer.WekaGeneticAlgorithmInitializer
Returns the tip text for this property.
storageNameTipText() - Method in class adams.flow.websocket.client.SimpleSendWithQueueGenerator
Returns the tip text for this property.
StorageNameTransfer - Class in adams.core.optiontransfer
Transfers the storageName property between objects.
StorageNameTransfer() - Constructor for class adams.core.optiontransfer.StorageNameTransfer
 
StoragePanel - Class in adams.gui.visualization.debug
Displays the current items stored in the temp storage of a flow.
StoragePanel() - Constructor for class adams.gui.visualization.debug.StoragePanel
 
StoragePanel.TableModel - Class in adams.gui.visualization.debug
Table model for displaying a storage container.
storagePredictionsTipText() - Method in class adams.flow.transformer.draw.AnnotationsAndPredictions
Returns the tip text for this property.
storagePrefixTipText() - Method in class adams.flow.transformer.SpreadSheetStorageRowIterator
Returns the tip text for this property.
StorageQueueHandler - Class in adams.flow.control
Wrapper class around a LinkedBlockingDeque object stored in internal storage.
StorageQueueHandler(String) - Constructor for class adams.flow.control.StorageQueueHandler
Initializes the limitless queue with no logging.
StorageQueueHandler(String, int, Actor, Actor) - Constructor for class adams.flow.control.StorageQueueHandler
Initializes the queue with the specified limit and logging.
StorageQueueHandler.QueueItem - Class in adams.flow.control
Container for queueing objects.
STORAGEREF_NOT_FOUND - Static variable in class adams.flow.core.FlowVariables
the default value if storage reference could not be expanded.
storageRegExpTipText() - Method in interface adams.flow.control.LocalScopeHandler
Returns the tip text for this property.
storageRegExpTipText() - Method in class adams.flow.control.LocalScopeTransformer
Returns the tip text for this property.
storageRegExpTipText() - Method in class adams.flow.control.LocalScopeTrigger
Returns the tip text for this property.
storageTipText() - Method in class adams.flow.transformer.IndexedSplitsRunsEvaluation
Returns the tip text for this property.
storageTipText() - Method in class adams.flow.transformer.IndexedSplitsRunsPredictions
Returns the tip text for this property.
storageTipText() - Method in class adams.flow.transformer.MergeReport
Returns the tip text for this property.
storageTipText() - Method in class adams.flow.transformer.SetJsonValue
Returns the tip text for this property.
storageTipText() - Method in class adams.flow.transformer.SetMapValue
Returns the tip text for this property.
storageTipText() - Method in class adams.flow.transformer.WekaNearestNeighborSearch
Returns the tip text for this property.
StorageUpdater - Interface in adams.flow.control
Interface for classes that update storage items.
StorageUser - Interface in adams.flow.control
Interface for classes that use storage items.
StorageValue - Class in adams.flow.source
Outputs the value associated with the specified name from temporary storage.
Does nothing if the storage value isn't present.
By supplying a cache name, the value can be obtained from a LRU cache instead of the regular storage.
StorageValue() - Constructor for class adams.flow.source.StorageValue
Default constructor.
StorageValue(StorageName) - Constructor for class adams.flow.source.StorageValue
Initializes with the specified storage name.
StorageValue(String) - Constructor for class adams.flow.source.StorageValue
Initializes with the specified storage name.
StorageValueRenamed - Class in adams.gui.flow.tree.postprocessor
Updates all references of the storage value that was renamed.
StorageValueRenamed() - Constructor for class adams.gui.flow.tree.postprocessor.StorageValueRenamed
 
StorageValuesArray - Class in adams.flow.source
Outputs the values associated with the specified names from temporary storage as an array.
StorageValuesArray() - Constructor for class adams.flow.source.StorageValuesArray
Default constructor.
StorageValuesArray(StorageName[]) - Constructor for class adams.flow.source.StorageValuesArray
Initializes with the specified storage names.
StorageValuesArray(String[]) - Constructor for class adams.flow.source.StorageValuesArray
Initializes with the specified storage names.
StorageValueSequence - Class in adams.flow.control
After executing a sequence of actors, the stored item is forwarded in the flow.
StorageValueSequence() - Constructor for class adams.flow.control.StorageValueSequence
 
store(LogEntry, boolean) - Method in class adams.db.generic.LogT
Inserts or updates a substance.
store(Bookmark) - Method in class adams.gui.tools.FileChooserBookmarksManagementPanel
Stores the object.
store(I, T) - Method in interface adams.db.ReportProvider
Stores the report.
store(I, T, boolean, boolean, Field[]) - Method in interface adams.db.ReportProvider
Stores the report.
store(Integer, R) - Method in class adams.db.ReportTableByDBID
Stores the report.
store(Integer, R, boolean, boolean, Field[]) - Method in class adams.db.ReportTableByDBID
Stores the report.
store(Integer, T) - Method in interface adams.db.ReportProviderByDBID
Stores the report.
store(Integer, T, boolean, boolean, Field[]) - Method in interface adams.db.ReportProviderByDBID
Stores the report.
store(String, Object) - Method in class adams.flow.container.AbstractContainer
Stores the value under the name.
store(String, R) - Method in class adams.db.ReportTableByID
Stores the report.
store(String, R, boolean, boolean, Field[]) - Method in class adams.db.ReportTableByID
Stores the report.
store(String, T) - Method in interface adams.db.ReportProviderByID
Stores the report.
store(String, T, boolean, boolean, Field[]) - Method in interface adams.db.ReportProviderByID
Stores the report.
store(T) - Method in class adams.flow.transformer.AbstractDataContainerDbWriter
Stores the data container.
store(T) - Method in class adams.gui.tools.AbstractManagementPanel
Stores the object.
store(T) - Method in class adams.gui.tools.AbstractManagementPanelWithProperties
Stores the object.
storeAttributesTipText() - Method in class adams.data.conversion.DOMToProperties
Returns the tip text for this property.
storeColorInReport(int[], String) - Method in class adams.gui.visualization.container.DataContainerPanelWithContainerList
Stores the color of the container in the report of container's data object.
storeColorInReport(int[], String) - Method in class adams.gui.visualization.instance.InstancePanel
Stores the color of the container in the report of container's data object.
storeColorInReport(int[], String) - Method in class adams.gui.visualization.sequence.XYSequencePanel
Does nothing.
storeColorInReport(int[], String) - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowPanel
Stores the color of the container in the report of container's data object.
storeColorInReport(int[], String) - Method in class adams.gui.visualization.timeseries.TimeseriesPanel
Stores the color of the container in the report of container's data object.
StoreColorInReport<T extends DataContainer,​M extends AbstractContainerManager,​C extends AbstractContainer> - Class in adams.gui.visualization.container.datacontainerpanel.containerlistpopup
For storing the current color in the report.
StoreColorInReport() - Constructor for class adams.gui.visualization.container.datacontainerpanel.containerlistpopup.StoreColorInReport
 
stored() - Method in class adams.flow.container.AbstractContainer
Returns all available stored value names.
stored() - Method in interface adams.flow.container.Container
Returns all available stored value names.
storeElementIndexTipText() - Method in class adams.flow.control.ArrayProcess
Returns the tip text for this property.
storeElementIndexTipText() - Method in class adams.flow.control.CollectionProcess
Returns the tip text for this property.
storeErrorTipText() - Method in class adams.flow.control.TryCatch
Returns the tip text for this property.
StoreFilenameInVariable - Class in adams.flow.template
Creates a sub-flow that stores the filename passing through in a user-specified variable.
StoreFilenameInVariable() - Constructor for class adams.flow.template.StoreFilenameInVariable
 
storeFilenameTipText() - Method in class adams.flow.transformer.WekaTextDirectoryReader
Returns the tip text for this property.
storeProperties() - Method in class adams.gui.tools.AbstractManagementPanelWithProperties
Saves the properties on disk.
storeProperties() - Method in class adams.gui.tools.EmailAddressBookPanel
Saves the properties on disk.
storeProperties() - Method in class adams.gui.tools.FileChooserBookmarksManagementPanel
Saves the properties on disk.
storeReaderData(List<DataContainer>, OptionHandler) - Method in class adams.gui.scripting.AbstractFileReaderScriptlet
Adds the reader setup and the file to the report.
StoreReportValueInVariable - Class in adams.flow.template
Generates a sub-flow (enlosed by a Tee) that sets the value of a variable with the associated value from the report.
StoreReportValueInVariable() - Constructor for class adams.flow.template.StoreReportValueInVariable
 
storeSetup(Instances) - Method in class adams.opt.optimise.genetic.AbstractGeneticAlgorithm
Generates a Properties file that stores information on the setup of the genetic algorithm.
storeSetup(Instances, AbstractGeneticAlgorithm.GeneticAlgorithmJob) - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm
Generates a Properties file that stores information on the setup of the genetic algorithm.
storeSetup(Instances, AbstractGeneticAlgorithm.GeneticAlgorithmJob) - Method in class adams.opt.genetic.DarkLord
Generates a Properties file that stores information on the setup of the genetic algorithm.
storeTipText() - Method in class adams.tools.AbstractAddRemoveTimeWindowDatabaseTool
Returns the tip text for this property.
storeTransformedTipText() - Method in class adams.flow.transformer.WekaTrainForecaster
Returns the tip text for this property.
storeUISettings() - Method in class adams.gui.core.BaseDialog
Stores the UI settings.
storeUISettings() - Method in class adams.gui.core.BaseFrame
Stores the UI settings.
storeUnsuccessfulTipText() - Method in class adams.flow.sink.SendRemoteCommand
Returns the tip text for this property.
storeValueInReport(int[], AbstractField, Object) - Method in class adams.gui.visualization.container.DataContainerPanelWithContainerList
Stores the value in the report of container's data object.
storeValueInReport(int[], AbstractField, Object) - Method in class adams.gui.visualization.instance.InstancePanel
Stores the value in the report of container's data object.
storeValueInReport(int[], AbstractField, Object) - Method in class adams.gui.visualization.sequence.XYSequencePanel
Stores the value in the report of container's data object.
storeValueInReport(int[], AbstractField, Object) - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowPanel
Stores the value in the report of container's data object.
storeValueInReport(int[], AbstractField, Object) - Method in class adams.gui.visualization.timeseries.TimeseriesPanel
Stores the value in the report of container's data object.
StoreValueInReport<T extends DataContainer,​M extends AbstractContainerManager,​C extends AbstractContainer> - Class in adams.gui.visualization.container.datacontainerpanel.containerlistpopup
For storing a value in the report.
StoreValueInReport() - Constructor for class adams.gui.visualization.container.datacontainerpanel.containerlistpopup.StoreValueInReport
 
STR - Static variable in interface adams.parser.booleanexpression.sym
 
STR - Static variable in interface adams.parser.lookupupdate.sym
 
STR - Static variable in interface adams.parser.mathematicalexpression.sym
 
STR - Static variable in interface adams.parser.stringexpression.sym
 
STR_DIMENSIONS - adams.flow.transformer.Mat5ArrayInfo.InfoType
 
StraightLineOverlayPaintlet - Class in adams.gui.visualization.sequence
Draws a straight line.
StraightLineOverlayPaintlet() - Constructor for class adams.gui.visualization.sequence.StraightLineOverlayPaintlet
 
StratifiableSplitGenerator<I,​O> - Interface in adams.data.splitgenerator
Interface for split generators that can stratify the randomized data.
Stratification - Interface in adams.data.splitgenerator.generic.stratification
Interface for schemes that stratify data.
stratify(List<Binnable<T>>, int) - Static method in class adams.data.binning.operation.Stratify
Stratifies the list of binnable data, using the value of the items.
stratify(List<Binnable<T>>, int) - Method in class adams.data.splitgenerator.generic.stratification.AbstractStratification
Stratifies the data.
stratify(List<Binnable<T>>, int) - Method in interface adams.data.splitgenerator.generic.stratification.Stratification
Stratifies the list of binnable data, using the value of the items.
Stratify - Class in adams.data.binning.operation
For stratifying binnable data.
Stratify() - Constructor for class adams.data.binning.operation.Stratify
 
stratifyTipText() - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesCrossValidationFoldGenerator
Returns the tip text for this property.
stratifyTipText() - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesGroupedCrossValidationFoldGenerator
Returns the tip text for this property.
stratifyTipText() - Method in class adams.ml.evaluation.DefaultCrossValidationFoldGenerator
Returns the tip text for this property.
stratifyTipText() - Method in class weka.classifiers.BinnedNumericClassCrossValidationFoldGenerator
Returns the tip text for this property.
stratifyTipText() - Method in class weka.classifiers.DefaultCrossValidationFoldGenerator
Returns the tip text for this property.
stratifyTipText() - Method in class weka.classifiers.GroupedBinnedNumericClassCrossValidationFoldGenerator
Returns the tip text for this property.
stratifyTipText() - Method in class weka.classifiers.GroupedCrossValidationFoldGenerator
Returns the tip text for this property.
stratStep(int) - Method in class weka.core.InstancesView
Help function needed for stratification of set.
STREAM - adams.data.io.input.AbstractFlowReader.InputType
read from a stream.
STREAM - adams.data.io.input.AbstractSpreadSheetReader.InputType
read from a stream.
STREAM - adams.data.io.output.AbstractFlowWriter.OutputType
write to a stream.
STREAM - adams.data.io.output.AbstractSpreadSheetWriter.OutputType
write to a stream.
StreamableFileSearchHandler - Interface in adams.core.io.filesearch
Interface for file search handlers that can operate on character streams obtained from readers.
StreamConversion - Interface in adams.data.conversion
Indicator interface for conversion schemes that work on streams instead of just single objects at a time.
StreamFilter - Interface in adams.ml.preprocessing
Interface for filters that filter a data stream, i.e., row by row.
strictCapabilitiesTipText() - Method in class adams.ml.model.classification.AbstractClassifier
Returns the tip text for this property.
strictCapabilitiesTipText() - Method in class adams.ml.model.classification.AbstractMultiTargetClassifier
Returns the tip text for this property.
strictCapabilitiesTipText() - Method in class adams.ml.model.clustering.AbstractClusterer
Returns the tip text for this property.
strictCapabilitiesTipText() - Method in class adams.ml.model.regression.AbstractMultiTargetRegressor
Returns the tip text for this property.
strictCapabilitiesTipText() - Method in class adams.ml.model.regression.AbstractRegressor
Returns the tip text for this property.
StrictClassTreeFilter - Interface in adams.gui.goe.classtree
Interface for filters that allow strict filtering.
strictHostKeyCheckingTipText() - Method in class adams.flow.standalone.SSHConnection
Returns the tip text for this property.
strictHostKeyCheckingTipText() - Method in class adams.gui.chooser.SftpRemoteDirectorySetup
Returns the tip text for this property.
strictHostKeyCheckingTipText() - Method in class adams.scripting.connection.AbstractSSHConnection
Returns the tip text for this property.
strictTipText() - Method in class adams.core.io.filecomplete.AbstractStrictCheckSizeFileCompleteCheck
Returns the tip text for this property.
strictTipText() - Method in class adams.core.io.filecomplete.AbstractStrictFileCompleteCheck
Returns the tip text for this property.
strictTipText() - Method in class adams.core.io.filecomplete.BMP
Returns the tip text for this property.
strictTipText() - Method in class adams.flow.transformer.SpreadSheetMerge
Returns the tip text for this property.
strictTipText() - Method in class adams.flow.transformer.WekaInstancesMerge
Returns the tip text for this property.
STRIKETHRU - Static variable in class adams.core.io.PdfFont
the string for STRIKETHRU.
String - Class in adams.gui.clipboard
Copies/pastes strings.
String() - Constructor for class adams.gui.clipboard.String
 
STRING - adams.core.JsonDataType
a string.
STRING - adams.core.tags.TagDataType
 
STRING - adams.core.XPathResult
string.
STRING - adams.data.io.input.SimpleArffSpreadSheetReader.AttributeType
 
STRING - adams.data.report.DataType
a string value.
STRING - adams.data.spreadsheet.Cell.ContentType
string.
STRING - adams.flow.control.Injector.DataType
the specified string.
STRING - adams.flow.core.VariableValueType
simple string.
STRING - adams.flow.source.SQLIdSupplier.Type
string.
STRING - adams.gui.core.PropertiesParameterPanel.PropertyType
string.
STRING - adams.gui.tools.ExpressionWatchPanel.ExpressionType
string (may consist of multiple variables).
STRING - Static variable in class adams.parser.actorsuggestion.Scanner
lexical states
STRING - Static variable in class adams.parser.booleanexpression.Scanner
lexical states
STRING - Static variable in interface adams.parser.booleanexpression.sym
 
STRING - Static variable in class adams.parser.externalactorsuggestion.Scanner
lexical states
STRING - Static variable in class adams.parser.lookupupdate.Scanner
lexical states
STRING - Static variable in interface adams.parser.lookupupdate.sym
 
STRING - Static variable in class adams.parser.mathematicalexpression.Scanner
lexical states
STRING - Static variable in interface adams.parser.mathematicalexpression.sym
 
STRING - Static variable in class adams.parser.spreadsheetformula.Scanner
lexical states
STRING - Static variable in interface adams.parser.spreadsheetformula.sym
 
STRING - Static variable in class adams.parser.spreadsheetquery.Scanner
lexical states
STRING - Static variable in interface adams.parser.spreadsheetquery.sym
 
STRING - Static variable in class adams.parser.stringexpression.Scanner
lexical states
STRING - Static variable in interface adams.parser.stringexpression.sym
 
STRING - Static variable in class adams.parser.templatesuggestion.Scanner
lexical states
STRING_ATTRIBUTES - adams.flow.core.Capability
can handle string attributes.
STRING_CLASS - adams.flow.core.Capability
can handle string classes.
STRING_EXPRESSION - adams.flow.core.VariableValueType
string expression.
STRING_EXPRESSION - adams.gui.tools.ExpressionWatchPanel.ExpressionType
string expression.
StringAnonymizer - Class in adams.data
Anonymizes Integer objects.
StringAnonymizer() - Constructor for class adams.data.StringAnonymizer
Default constructor.
StringAnonymizer(String, int) - Constructor for class adams.data.StringAnonymizer
Initializes the anonymizer with a random seed value.
StringAnonymizer(String, long, int) - Constructor for class adams.data.StringAnonymizer
Initializes the anonymizer.
StringArraySplit - Class in adams.flow.transformer
Uses a regular expression to identify the string that triggers one or more splits in a string array, resulting in smaller arrays being output.
What is done with the string triggering the split, is defined in the split handling option, e.g., discard it.
Useful actor for splitting a log file into individual entry chunks.
StringArraySplit() - Constructor for class adams.flow.transformer.StringArraySplit
 
StringArraySplit.RemainderHandling - Enum in adams.flow.transformer
Determines how to handle any remainder of input data.
StringArraySplit.SplitHandling - Enum in adams.flow.transformer
Determines how to handle the string that triggered the split.
StringArrayToURLParameters - Class in adams.data.conversion
Turns a string array into parameters of a URL, e.g., '?k1=v1&k2=v2' (uses java.net.URLEncoder).
StringArrayToURLParameters() - Constructor for class adams.data.conversion.StringArrayToURLParameters
 
StringAttributeGroupExtractor(int, String, String) - Constructor for class adams.data.binning.BinnableDataset.StringAttributeGroupExtractor
Initializes the extractor.
StringAttributeGroupExtractor(int, String, String) - Constructor for class adams.data.binning.BinnableInstances.StringAttributeGroupExtractor
Initializes the extractor.
StringCheckModel() - Constructor for class adams.gui.core.CheckedTextField.StringCheckModel
 
stringColumnSQLTipText() - Method in class adams.data.io.output.SqlDumpSpreadSheetWriter
Returns the tip text for this property.
stringColumnSQLTipText() - Method in class adams.flow.sink.SpreadSheetDbWriter
Returns the tip text for this property.
StringConstants - Class in adams.flow.source
A source for strings.
StringConstants() - Constructor for class adams.flow.source.StringConstants
Default constructor.
StringConstants(BaseString[]) - Constructor for class adams.flow.source.StringConstants
Initializes with the specified strings.
StringConstants(String[]) - Constructor for class adams.flow.source.StringConstants
Initializes with the specified strings.
StringConversion - Class in adams.gui.menu
Displays the StringConversion dialog.
StringConversion() - Constructor for class adams.gui.menu.StringConversion
Initializes the menu item with no owner.
StringConversion(AbstractApplicationFrame) - Constructor for class adams.gui.menu.StringConversion
Initializes the menu item.
StringCut - Class in adams.flow.transformer
Cuts out a part of a string.
StringCut() - Constructor for class adams.flow.transformer.StringCut
 
StringCut.CutType - Enum in adams.flow.transformer
How to cut the string.
StringEditor - Class in adams.gui.goe
A custom editor for strings.
StringEditor() - Constructor for class adams.gui.goe.StringEditor
Initializes the editor.
StringExpression - Class in adams.data.conversion
Evaluates a string expression.
Variables are supported as well, e.g.: pow(X,@{exp}) with '@{exp}' being a variable available at execution time.

The following grammar is used for the expressions:

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 )
| 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)
| replace ( str , pos , len , newstr )
| 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 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' 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.
StringExpression - Class in adams.flow.source
Evaluates a string expression.
Variables are supported as well, e.g.: pow(X,@{exp}) with '@{exp}' being a variable available at execution time.

The following grammar is used for the expressions:

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) )
| 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 )
| 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] )

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

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' 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.
StringExpression - Class in adams.flow.transformer
Evaluates a string expression.
The input string can be accessed via 'X'.
Variables are supported as well, e.g.: pow(X,@{exp}) with '@{exp}' being a variable available at execution time.

The following grammar is used for the expressions:

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) )
| 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 )
| 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] )

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

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' 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.
StringExpression - Class in adams.parser
Evaluates string 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 )
| 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.
StringExpression() - Constructor for class adams.data.conversion.StringExpression
 
StringExpression() - Constructor for class adams.flow.source.StringExpression
 
StringExpression() - Constructor for class adams.flow.transformer.StringExpression
 
StringExpression() - Constructor for class adams.parser.StringExpression
 
StringExpressionEditorPanel - Class in adams.gui.core
Text editor pane with syntax highlighting for boolean expressions.
StringExpressionEditorPanel() - Constructor for class adams.gui.core.StringExpressionEditorPanel
 
StringExpressionText - Class in adams.parser
Wrapper for a String object to be editable in the GOE.
StringExpressionText() - Constructor for class adams.parser.StringExpressionText
Initializes the string with length 0.
StringExpressionText(String) - Constructor for class adams.parser.StringExpressionText
Initializes the object with the string to parse.
stringFreeStructure() - Method in class weka.core.InstancesView
Create a copy of the structure.
StringHistory - Class in adams.core
History for arbitrary strings.
StringHistory() - Constructor for class adams.core.StringHistory
 
StringIndent - Class in adams.flow.transformer
Indents the string with the specified character.
Splits multi-line strings first and processes each line separately.
StringIndent() - Constructor for class adams.flow.transformer.StringIndent
 
StringIndexOf - Class in adams.flow.transformer
Determines the position of a substring in the string passing through.
The generated index is 1-based, with 0 indicating that the substring could not be located.
StringIndexOf() - Constructor for class adams.flow.transformer.StringIndexOf
 
StringInsert - Class in adams.flow.transformer
Inserts a user-specified string at a specific position into tokens coming through.
The actor is most useful when attaching a variable to the 'value' option, which allows the value to change dynamically then.
StringInsert() - Constructor for class adams.flow.transformer.StringInsert
 
StringJoin - Class in adams.flow.transformer
Creates a single string out of an array of strings.
StringJoin() - Constructor for class adams.flow.transformer.StringJoin
 
StringLength - Class in adams.flow.transformer
Determines the length of a string.
StringLength() - Constructor for class adams.flow.transformer.StringLength
 
StringMatcher - Class in adams.data.outlier
Checks whether the specified string field is available in the report and the value matches the specified regular expression.
StringMatcher - Class in adams.flow.transformer
Lets string tokens only pass if they match the regular expression.
StringMatcher() - Constructor for class adams.data.outlier.StringMatcher
 
StringMatcher() - Constructor for class adams.flow.transformer.StringMatcher
 
StringMatrixToSpreadSheet - Class in adams.data.conversion
Converts a string matrix into a SpreadSheet object.
StringMatrixToSpreadSheet() - Constructor for class adams.data.conversion.StringMatrixToSpreadSheet
 
StringObjectHandler - Class in adams.data.spreadsheet
Dummy handler for strings.
StringObjectHandler() - Constructor for class adams.data.spreadsheet.StringObjectHandler
 
StringOption - Class in adams.core.option
Handles options with string arguments.
StringOption(OptionManager, String, String, Object, boolean, UserMode) - Constructor for class adams.core.option.StringOption
Initializes the option.
StringOption(OptionManager, String, String, Object, UserMode) - Constructor for class adams.core.option.StringOption
Initializes the option.
StringQuickSearchPanel - Class in adams.gui.core
Allows user to search/select strings.
StringQuickSearchPanel() - Constructor for class adams.gui.core.StringQuickSearchPanel
 
StringRangeCut - Class in adams.flow.transformer
Cuts out a parts of a string.
StringRangeCut() - Constructor for class adams.flow.transformer.StringRangeCut
 
StringRangeCut.Type - Enum in adams.flow.transformer
Enumeration for whether to use character positions of delimited fields.
StringReplace - Class in adams.flow.template
Replaces strings that match the specified regular expressions in the file before instantiating an actor from it.
StringReplace - Class in adams.flow.transformer
Performs a string replacement, using either String.replaceFirst(...) or String.replaceAll(...).
StringReplace() - Constructor for class adams.flow.template.StringReplace
 
StringReplace() - Constructor for class adams.flow.transformer.StringReplace
 
StringReplace.ReplaceType - Enum in adams.flow.transformer
The type of replace to use.
StringReportReader<T extends Report> - Interface in adams.data.io.input
Interface for report readers that can read from strings.
StringReportWriter<T extends Report> - Interface in adams.data.io.output
Interface for report writers that can output the report as string.
StringSanitizer - Class in adams.flow.transformer
Removes all characters that haven't been specified as 'acceptable' characters.
StringSanitizer() - Constructor for class adams.flow.transformer.StringSanitizer
 
StringSplit - Class in adams.flow.transformer
Splits a string using a regular expression.
StringSplit() - Constructor for class adams.flow.transformer.StringSplit
 
StringSplit.Delimiter - Enum in adams.flow.transformer
Defines the action what to do with the delimiter.
stringsTipText() - Method in class adams.flow.source.StringConstants
Returns the tip text for this property.
StringToBase64 - Class in adams.data.conversion
Encodes a string as base64.
StringToBase64() - Constructor for class adams.data.conversion.StringToBase64
 
StringToBoolean - Class in adams.data.conversion
Turns a String into a Boolean, ie any string regardless of case that matches 'true' returns true otherwise false.
StringToBoolean() - Constructor for class adams.data.conversion.StringToBoolean
 
StringToByte - Class in adams.data.conversion
Turns a String into a Byte.
StringToByte() - Constructor for class adams.data.conversion.StringToByte
 
StringToByteArray - Class in adams.data.conversion
Converts a string into a byte array.
StringToByteArray() - Constructor for class adams.data.conversion.StringToByteArray
 
StringToCharArray - Class in adams.data.conversion
Converts a string into a char array.
StringToCharArray() - Constructor for class adams.data.conversion.StringToCharArray
 
stringToClass(String) - Static method in class adams.core.Utils
Turns a class name into a Class instance.
StringToCustomStringRepresentation - Class in adams.data.conversion
Turns a String into an object of a class with an associated object editor that has implements adams.gui.goe.CustomStringRepresentationHandler.
StringToCustomStringRepresentation() - Constructor for class adams.data.conversion.StringToCustomStringRepresentation
 
StringToDate - Class in weka.filters.unsupervised.attribute
Parses the selected range of string attributes using the specified format and turns them into date ones.
StringToDate() - Constructor for class weka.filters.unsupervised.attribute.StringToDate
 
StringToDateTimeType - Class in adams.data.conversion
Parses a string and turns it into an instance of the specified date/time type.
StringToDateTimeType() - Constructor for class adams.data.conversion.StringToDateTimeType
 
StringToDouble - Class in adams.data.conversion
Turns a String into a Double.
StringToDouble() - Constructor for class adams.data.conversion.StringToDouble
 
StringToField - Class in adams.data.conversion
Turns a String into a Field object.
StringToField() - Constructor for class adams.data.conversion.StringToField
 
StringToFile - Class in adams.data.conversion
Turns a String into a File object.
StringToFile() - Constructor for class adams.data.conversion.StringToFile
 
StringToHtmlCharacterEntities - Class in adams.data.conversion
Turns a string into valid HTML, replacing characters like '<', '>' etc with their character entities.
StringToHtmlCharacterEntities() - Constructor for class adams.data.conversion.StringToHtmlCharacterEntities
 
StringToInt - Class in adams.data.conversion
Turns a String into an Integer.
StringToInt() - Constructor for class adams.data.conversion.StringToInt
 
stringToIntArray(String) - Method in class adams.opt.genetic.Hermione
Converts the bit string into an int array.
StringToJson - Class in adams.data.conversion
Turns a string into a JSON object or array.
StringToJson() - Constructor for class adams.data.conversion.StringToJson
 
StringToLong - Class in adams.data.conversion
Turns a String into a Long.
StringToLong() - Constructor for class adams.data.conversion.StringToLong
 
StringToMat5Array - Class in adams.data.conversion
Converts a string like '[1, 2; 3, 4]' into a Matlab matrix.
StringToMat5Array() - Constructor for class adams.data.conversion.StringToMat5Array
 
StringToPoint2D - Class in adams.data.conversion
StringToPoint2D() - Constructor for class adams.data.conversion.StringToPoint2D
 
StringToProperties - Class in adams.data.conversion
Turns a String into a Properties object.
StringToProperties() - Constructor for class adams.data.conversion.StringToProperties
 
StringToQuadrilateralLocation - Class in adams.data.conversion
Converts a string into a adams.core.base.QuadrilateralLocation object.
StringToQuadrilateralLocation() - Constructor for class adams.data.conversion.StringToQuadrilateralLocation
 
StringToRectangle - Class in adams.data.conversion
Converts a string into a adams.core.base.BaseRectangle object, using 'x y w h' or 'x0 y0 x1 y1'.
StringToRectangle() - Constructor for class adams.data.conversion.StringToRectangle
 
StringToRemoteCommand - Class in adams.data.conversion
Parses the String and turns it into a RemoteCommand object.
StringToRemoteCommand() - Constructor for class adams.data.conversion.StringToRemoteCommand
 
StringToReport - Class in adams.data.conversion
Reads the report from the incoming string using the specified report reader.
StringToReport() - Constructor for class adams.data.conversion.StringToReport
 
StringToSpreadSheet - Class in adams.data.conversion
Turns a string representation of a spreadsheet into a SpreadSheet object, using the specified reader setup.
StringToSpreadSheet() - Constructor for class adams.data.conversion.StringToSpreadSheet
 
StringToString - Class in adams.data.conversion
Dummy converter, does not perform any conversion.
StringToString() - Constructor for class adams.data.conversion.StringToString
 
StringToTextContainer - Class in adams.data.conversion
Wraps the String in a adams.data.text.TextContainer, which allows the storage of meta-data using the attached report and/or notes.
StringToTextContainer() - Constructor for class adams.data.conversion.StringToTextContainer
 
StringToURL - Class in adams.data.conversion
Turns a String into a URL object.
StringToURL() - Constructor for class adams.data.conversion.StringToURL
 
StringToValidFileName - Class in adams.data.conversion
Turns any string into a valid file name.
StringToValidFileName() - Constructor for class adams.data.conversion.StringToValidFileName
 
StringToValidStorageName - Class in adams.data.conversion
Turns any string into a valid storage name.
StringToValidStorageName() - Constructor for class adams.data.conversion.StringToValidStorageName
 
StringToValidVariableName - Class in adams.data.conversion
Turns any string into a valid variable name.
StringToValidVariableName() - Constructor for class adams.data.conversion.StringToValidVariableName
 
StringTree - Class in adams.flow.sink
Generates a tree from the strings arriving at the input, splitting them into parts using the specified separator.
StringTree() - Constructor for class adams.flow.sink.StringTree
 
StringTree.HierarchicalStringNode - Class in adams.flow.sink
The custom node for the StringTree.HierarchicalStringTree.
StringTree.HierarchicalStringTree - Class in adams.flow.sink
Custom tree for displaying the strings.
StringTrim - Class in adams.flow.transformer
Trims strings, i.e., removes leading/trailing whitespaces.
StringTrim() - Constructor for class adams.flow.transformer.StringTrim
 
stringValue() - Method in class adams.core.base.AbstractBaseString
Returns the String value.
stringValue() - Method in class adams.core.base.BaseCharset
Returns the String value.
stringValue() - Method in class adams.core.base.BaseDate
Returns the actual Date as string.
stringValue() - Method in class adams.core.base.BaseDateTime
Returns the actual Date as string.
stringValue() - Method in class adams.core.base.BaseDateTimeMsec
Returns the actual Date as string.
stringValue() - Method in class adams.core.base.BaseMarkdown
Returns the backquoted String value.
stringValue() - Method in class adams.core.base.BasePassword
Returns the backquoted String value.
stringValue() - Method in class adams.core.base.BaseRegExp
Returns the backquoted String value.
stringValue() - Method in class adams.core.base.BaseText
Returns the backquoted String value.
stringValue() - Method in class adams.core.base.BaseTime
Returns the actual Date as string.
stringValue() - Method in class adams.core.base.BaseTimeMsec
Returns the actual Date as string.
stringValue() - Method in class adams.core.base.MavenRepository
Returns the backquoted String value.
stringValue() - Method in class adams.gui.core.AbstractAdvancedScript
Returns the backquoted String value.
stringValue() - Method in class adams.gui.core.AbstractSimpleScript
Returns the backquoted String value.
stringValue() - Method in class adams.parser.LookUpUpdateText
Returns the backquoted String value.
stringValue() - Method in class adams.parser.MathematicalExpressionText
Returns the backquoted String value.
stringValue() - Method in class adams.parser.SpreadSheetFormulaText
Returns the backquoted String value.
stringValue() - Method in class adams.parser.SpreadSheetQueryText
Returns the backquoted String value.
stringValue(int) - Method in class weka.core.AbstractHashableInstance
Returns the value of a nominal, string, date, or relational attribute for the instance as a string.
stringValue(Attribute) - Method in class weka.core.AbstractHashableInstance
Returns the value of a nominal, string, date, or relational attribute for the instance as a string.
strip(Actor) - Method in class adams.core.option.CompactFlowProducer
Returns a stripped down version of the actor, i.e., for ActorHandlers, a copy of the actor without any sub-actors gets returned.
strip(Actor) - Static method in class adams.flow.core.ActorUtils
Returns a stripped down version of the actor, i.e., for ActorHandlers, a copy of the actor without any sub-actors gets returned.
stripExtensionTipText() - Method in class adams.flow.template.StoreFilenameInVariable
Returns the tip text for this property.
stripMnemonic(String) - Static method in class adams.gui.core.GUIHelper
Removes the mnemonic indicator in this caption.
stripPathTipText() - Method in class adams.flow.template.StoreFilenameInVariable
Returns the tip text for this property.
stripPathTipText() - Method in class adams.flow.transformer.AbstractMultiCompress
Returns the tip text for this property.
strippedCommandLine(Actor) - Static method in class adams.gui.flow.tree.Node
Returns the commandline of the stripped down version of the actor, i.e., for ActorHandlers, without any sub-actors.
strippedValue() - Method in class adams.core.net.EmailAddress
Returns the actual email address from the email string.
StrokeSelectionShapePainter - Interface in adams.gui.visualization.image.selectionshape
For selection shape painters that use a stroke.
strokeThicknessTipText() - Method in class adams.flow.transformer.draw.AbstractColorStrokeDrawOperation
Returns the tip text for this property.
strokeThicknessTipText() - Method in class adams.flow.transformer.draw.ObjectLocationsFromReport
Returns the tip text for this property.
strokeThicknessTipText() - Method in class adams.gui.visualization.core.AbstractStrokePaintlet
Returns the tip text for this property.
strokeThicknessTipText() - Method in class adams.gui.visualization.image.HighlightLocations
Returns the tip text for this property.
strokeThicknessTipText() - Method in class adams.gui.visualization.image.ObjectLocationsOverlayFromReport
Returns the tip text for this property.
strokeThicknessTipText() - Method in class adams.gui.visualization.image.selection.AbstractPaintingSelectionProcessor
Returns the tip text for this property.
strokeThicknessTipText() - Method in class adams.gui.visualization.image.selectionshape.AbstractStrokeSelectionShapePainter
Returns the tip text for this property.
strokeThicknessTipText() - Method in interface adams.gui.visualization.image.selectionshape.StrokeSelectionShapePainter
Returns the tip text for this property.
strokeThicknessTipText() - Method in class adams.gui.visualization.object.annotator.BoundingBoxAnnotator
Returns the tip text for this property.
strokeThicknessTipText() - Method in class adams.gui.visualization.object.annotator.PolygonAnnotator
Returns the tip text for this property.
strokeThicknessTipText() - Method in class adams.gui.visualization.object.annotator.PolygonPointAnnotator
Returns the tip text for this property.
strokeThicknessTipText() - Method in class adams.gui.visualization.object.annotator.SimplePointAnnotator
Returns the tip text for this property.
strokeThicknessTipText() - Method in class adams.gui.visualization.object.objectannotations.outline.AbstractStrokeOutlinePlotter
Returns the tip text for this property.
strokeThicknessTipText() - Method in class adams.gui.visualization.object.overlay.ObjectLocationsOverlayFromReport
Returns the tip text for this property.
STURGES - adams.data.statistics.ArrayHistogram.BinCalculation
Sturges' formula.
SturgesFormulaBinning - Class in adams.data.binning.algorithm
Sturges' formula is derived from a binomial distribution and implicitly assumes an approximately normal distribution.
SturgesFormulaBinning() - Constructor for class adams.data.binning.algorithm.SturgesFormulaBinning
 
StyledTextEditorPanel - Class in adams.gui.core
A panel that allows the editing of text, including undo/redo support.
StyledTextEditorPanel() - Constructor for class adams.gui.core.StyledTextEditorPanel
 
styleSheetTipText() - Method in class adams.flow.transformer.XSLT
Returns the tip text for this property.
subActorTipText() - Method in class adams.flow.control.UpdateProperties
Returns the tip text for this property.
subConversionsTipText() - Method in class adams.data.conversion.MultiConversion
Returns the tip text for this property.
subDetectorsTipText() - Method in class adams.data.outlier.MultiOutlierDetector
Returns the tip text for this property.
subFiltersTipText() - Method in class adams.data.filter.MultiFilter
Returns the tip text for this property.
SubFlowRestriction - Class in adams.flow.execution.debug
Restricts the scope to the sub-flow specified by the path (= root of subflow).
SubFlowRestriction() - Constructor for class adams.flow.execution.debug.SubFlowRestriction
 
SubFlowWrapUp - Interface in adams.flow.core
Interface for actors that can wrap-up (i.e., save memory) their sub-actors and, if need be, re-initialize again.
subGeneratorsTipText() - Method in class adams.data.boofcv.features.MultiBoofCVFeatureGenerator
Returns the tip text for this property.
subGeneratorsTipText() - Method in class adams.data.image.features.MultiBufferedImageFeatureGenerator
Returns the tip text for this property.
subGeneratorsTipText() - Method in class adams.data.opencv.features.MultiOpenCVFeatureGenerator
Returns the tip text for this property.
SubImages - Class in adams.data.image.transformer
Produces subimages from the input image using the specified generator.
SubImages() - Constructor for class adams.data.image.transformer.SubImages
 
subjectTipText() - Method in class adams.flow.sink.sendnotification.Email
Returns the tip text for this property.
subjectTipText() - Method in class adams.flow.transformer.CreateEmail
Returns the tip text for this property.
subjectTipText() - Method in class adams.gui.visualization.multiobjectexport.EmailExport
Returns the tip text for this property.
subLayers - Variable in class adams.gui.visualization.segmentation.layer.CombinedLayer.CombinedLayerState
the sub-layers.
subList(int[]) - Method in class adams.flow.transformer.locateobjects.LocatedObjects
Returns a new instance using the specified list indices.
subList(int[], boolean) - Method in class adams.flow.transformer.locateobjects.LocatedObjects
Returns a new instance using the specified list indices.
subList(int, int) - Method in class adams.data.SortedList
Returns a sublist.
subList(int, int) - Method in class adams.multiprocess.JobList
Returns a view of the portion of this list between the specified fromIndex, inclusive, and toIndex, exclusive.
subListenersTipText() - Method in class adams.flow.execution.MultiListener
Returns the tip text for this property.
submitJob(Runnable) - Method in class adams.gui.tools.wekainvestigator.tab.PreprocessTab
Submits the job.
subPaintletsTipText() - Method in class adams.gui.visualization.core.MultiPaintlet
Returns the tip text for this property.
subPaintletsTipText() - Method in class adams.gui.visualization.sequence.MultiPaintlet
Returns the tip text for this property.
SubPanel() - Constructor for class adams.gui.tools.XSLTPanel.SubPanel
 
subpath(int) - Method in class adams.core.discovery.PropertyPath.Path
returns a subpath of the current structure, starting with the specified element index up to the end.
subpath(int, int) - Method in class adams.core.discovery.PropertyPath.Path
returns a subpath of the current structure, starting with the specified element index up.
SubProcess - Class in adams.flow.control
Encapsulates a sequence of flow items.
SubProcess() - Constructor for class adams.flow.control.SubProcess
Default constructor.
SubProcess(String) - Constructor for class adams.flow.control.SubProcess
Initializes the actor with the specified name.
SubProcess.SubProcessDirector - Class in adams.flow.control
A specialized director for the SubProcess actor.
SubProcessDirector() - Constructor for class adams.flow.control.SubProcess.SubProcessDirector
 
subProcessorsTipText() - Method in class adams.flow.processor.MultiProcessor
Returns the tip text for this property.
SubRange - Class in adams.flow.transformer.wekaevaluationpostprocessor
Generates an Evaluation object based on the actual class values that fall within the specified interval ranges.
SubRange() - Constructor for class adams.flow.transformer.wekaevaluationpostprocessor.SubRange
 
SubRange(int) - Constructor for class adams.core.Range.SubRange
Initializes the sub-range as single number (0-based).
SubRange(int, Integer) - Constructor for class adams.core.Range.SubRange
Initializes the sub-range as range between (0-based) numbers.
SubRangeEvaluation - Class in adams.gui.tools.wekainvestigator.tab.classifytab.history
Generates a fake evaluation using only predictions with an actual class value that fits in the specified sub-range.
SubRangeEvaluation - Class in adams.gui.tools.wekainvestigator.tab.classifytab.output.perfold
Generates a fake evaluation using only predictions with an actual class value that fits in the specified sub-range.
SubRangeEvaluation() - Constructor for class adams.gui.tools.wekainvestigator.tab.classifytab.history.SubRangeEvaluation
 
SubRangeEvaluation() - Constructor for class adams.gui.tools.wekainvestigator.tab.classifytab.output.perfold.SubRangeEvaluation
 
subsample(int, double, long) - Static method in class adams.data.statistics.StatUtils
Creates a random sub-sample of indices of a certain percentage using the specified number of entrie.
subsample(int, double, RandomIntegerRangeGenerator) - Static method in class adams.data.statistics.StatUtils
Creates a random sub-sample of indices of a certain percentage using the specified number of entrie.
SubSample - Class in adams.data.spreadsheet.columnfinder
Returns the indices of a subsample of columns.
SubSample - Class in adams.data.spreadsheet.rowfinder
Returns the indices of a subsample of rows.
SubSample - Class in adams.gui.visualization.stats.core
Class for taking a smaller sample of a dataset.
SubSample() - Constructor for class adams.data.spreadsheet.columnfinder.SubSample
 
SubSample() - Constructor for class adams.data.spreadsheet.rowfinder.SubSample
 
SubSample(SpreadSheet, double) - Constructor for class adams.gui.visualization.stats.core.SubSample
constructor
subsampleRatioTipText() - Method in class weka.classifiers.trees.XGBoost
Gets the tip-text for the subsampleRatio option.
subset(double[], int[]) - Method in class adams.gui.visualization.instances.instancestable.ArrayStatistic
Returns the subset of the values.
subset(int[]) - Method in class adams.flow.transformer.locateobjects.LocatedObjects
Returns a new instance using the specified object indices.
subset(int[], boolean) - Method in class adams.flow.transformer.locateobjects.LocatedObjects
Returns a new instance using the specified object indices.
subset(BaseRegExp) - Method in class adams.core.Properties
Returns a subset of all the keys that match the given regular expression.
subset(String) - Method in class adams.core.Properties
Returns a subset of all the keys that match the given prefix.
subset(List<Instances>, int, boolean) - Method in class weka.classifiers.MultiLevelSplitGenerator
Generates the subset: either the specified index of the rest.
Subset<T> - Class in adams.data.splitgenerator.generic.core
Container for a dataset subset.
Subset(List<T>, TIntList) - Constructor for class adams.data.splitgenerator.generic.core.Subset
Initializes the container.
SubsetEnsemble - Class in weka.classifiers.meta
Generates an ensemble using the following approach:
- for each attribute apart from class attribute do:
* create new dataset with only this feature and the class attribute
* remove all instances that contain a missing value
* if no instances left in subset, don't build a classifier for this feature
* if at least 1 instance is left in subset, build base classifier with it
If no classifier gets built at all, use ZeroR as backup model, built on the full dataset.
In addition to the default feature for a subset, a number of random features can be added to the subset before the classifier is trained.
At prediction time, the Vote meta-classifier (using the pre-built classifiers) is used to determing the class probabilities or regression value.
SubsetEnsemble() - Constructor for class weka.classifiers.meta.SubsetEnsemble
 
SubsetPlotSupporter - Interface in adams.gui.visualization.object.objectannotations.outline
Interface for plotters that allow limiting the objects to be plotted.
subsetSizesOK(Instances, int) - Method in class weka.classifiers.trees.RandomRegressionForest.Node
tests whether the leaf threshold is OK
subsetsTipText() - Method in class adams.flow.transformer.ArrayCombinations
Returns the tip text for this property.
subsetTipText() - Method in class adams.flow.transformer.SpreadSheetSubset
Returns the tip text for this property.
subStatisticsTipText() - Method in class adams.data.statistics.MultiArrayStatistic
Returns the tip text for this property.
substitute(String, String, String) - Method in class adams.parser.ParserHelper
Substitutes a occurrences of a string with a replacement string.
substitute(String, String, String, int) - Method in class adams.parser.ParserHelper
Substitutes a occurrences of a string with a replacement string.
SUBSTITUTE - Static variable in interface adams.parser.booleanexpression.sym
 
SUBSTITUTE - Static variable in interface adams.parser.lookupupdate.sym
 
SUBSTITUTE - Static variable in interface adams.parser.mathematicalexpression.sym
 
SUBSTITUTE - Static variable in interface adams.parser.spreadsheetformula.sym
 
SUBSTITUTE - Static variable in interface adams.parser.stringexpression.sym
 
SUBSTR - Static variable in interface adams.parser.booleanexpression.sym
 
SUBSTR - Static variable in interface adams.parser.lookupupdate.sym
 
SUBSTR - Static variable in interface adams.parser.mathematicalexpression.sym
 
SUBSTR - Static variable in interface adams.parser.spreadsheetformula.sym
 
SUBSTR - Static variable in interface adams.parser.stringexpression.sym
 
SubStringCount - Class in adams.flow.transformer
Determines the position of a substring in the string passing through.
The generated index is 1-based, with 0 indicating that the substring could not be located.
SubStringCount() - Constructor for class adams.flow.transformer.SubStringCount
 
subtract(DataPoint, DataPoint) - Method in class adams.data.baseline.AbstractLOWESSBased
Subtracts the baseline from the old data point and creates a new data point.
subtract(DataPoint, DataPoint) - Method in class adams.data.baseline.AbstractSavitzkyGolayBased
Subtracts the baseline from the old data point and creates a new data point.
subtract(DataPoint, DataPoint) - Method in class adams.data.baseline.TimeseriesLOWESSBased
Subtracts the baseline from the old data point and creates a new data point.
subtract(DataPoint, DataPoint) - Method in class adams.data.baseline.TimeseriesSavitzkyGolayBased
Subtracts the baseline from the old data point and creates a new data point.
Subtract - Class in adams.data.matlab.multimatrixoperation
Performs element-wise subtraction and outputs the result as single matrix.
Subtract() - Constructor for class adams.data.matlab.multimatrixoperation.Subtract
 
successfulDirTipText() - Method in class adams.scripting.requesthandler.CommandDumperHandler
Returns the tip text for this property.
successfulDirTipText() - Method in class adams.scripting.responsehandler.CommandDumperHandler
Returns the tip text for this property.
successfulSuffixTipText() - Method in class adams.core.net.SimpleMailer
Returns the tip text for this property.
SUFFIX_COUNT - Static variable in class adams.db.AbstractDatabaseConnection
the suffix in the props file for the number of connections.
SUFFIX_DISPLAY - Static variable in class adams.core.base.BaseObject
 
SUFFIX_DISPLAY - Static variable in class adams.core.PropertiesBasedEnumeration
the key suffix for the display text.
SUFFIX_EXECUTE - Static variable in class adams.flow.execution.Time
the suffix for "execute".
SUFFIX_FIELD - adams.data.report.FieldType
suffix fields.
SUFFIX_ID - Static variable in class adams.core.PropertiesBasedEnumeration
the key suffix for the ID.
SUFFIX_INPUT - Static variable in class adams.flow.execution.Time
the suffix for "input".
SUFFIX_NAME - Static variable in interface adams.flow.transformer.indexedsplitsrunsgenerator.InstancesIndexedSplitsRunsGenerator
 
SUFFIX_OUTPUT - Static variable in class adams.flow.execution.Time
the suffix for "output".
SUFFIX_TYPE - Static variable in class adams.core.NewInstance
the suffix for the type.
SUFFIX_TYPE - Static variable in class adams.flow.transformer.compareobjectlocations.Combined.CombinedPanel
 
SUFFIX_TYPE - Static variable in interface adams.flow.transformer.indexedsplitsrunsgenerator.InstancesIndexedSplitsRunsGenerator
 
SUFFIX_VALUE - Static variable in class adams.core.base.BaseObject
 
SUFFIX_VALUE - Static variable in class adams.core.NewInstance
the suffix for the type.
SUFFIX_VISIBLE - Static variable in class adams.gui.flow.tab.FlowTabManager
the sufix for the session file.
SUFFIX_VISIBLE - Static variable in class adams.gui.tools.spreadsheetviewer.tab.ViewerTabManager
the sufix for the session file.
SuffixField - Class in adams.data.report
A compound filed that only displays the second half of the name.
SuffixField() - Constructor for class adams.data.report.SuffixField
Constructor.
SuffixField(AbstractField) - Constructor for class adams.data.report.SuffixField
Uses the values from the given field.
SuffixField(String, DataType) - Constructor for class adams.data.report.SuffixField
Constructor.
SuffixFieldEditor - Class in adams.gui.goe
A PropertyEditor for SuffixField objects that lets the user select a field.
SuffixFieldEditor() - Constructor for class adams.gui.goe.SuffixFieldEditor
 
SuffixFieldParsing - Class in adams.core.option.parsing
For parsing SuffixField options.
SuffixFieldParsing() - Constructor for class adams.core.option.parsing.SuffixFieldParsing
 
SuffixOnlyField - Interface in adams.data.report
Interface for fields that only have a suffix.
suffixTipText() - Method in class adams.core.io.DefaultFilenameGenerator
Returns the tip text for this property.
suffixTipText() - Method in class adams.core.io.SimpleFilenameGenerator
Returns the tip text for this property.
suffixTipText() - Method in class adams.data.conversion.ArrayToReport
Returns the tip text for this property.
suffixTipText() - Method in class adams.flow.sink.AbstractGraphicsGenerator
Returns the tip text for this property.
suffixTipText() - Method in class adams.flow.sink.NotesWriter
Returns the tip text for this property.
suffixTipText() - Method in class adams.flow.sink.ProgressBar
Returns the tip text for this property.
suffixTipText() - Method in class adams.flow.source.newlist.Wrapper
Returns the tip text for this property.
suffixTipText() - Method in class adams.flow.source.NewTempFile
Returns the tip text for this property.
suffixTipText() - Method in class adams.flow.source.RSync
 
suffixTipText() - Method in class adams.flow.standalone.PythonEnvironment
Returns the tip text for this property.
suffixTipText() - Method in class adams.flow.standalone.Stopwatch
Returns the tip text for this property.
suffixTipText() - Method in class adams.flow.transformer.AppendName
Returns the tip text for this property.
suffixTipText() - Method in class adams.flow.transformer.ImageAnnotator
Returns the tip text for this property.
suffixTipText() - Method in class adams.gui.tools.previewbrowser.AnnotateImage
Returns the tip text for this property.
suggest(Actor) - Method in class adams.gui.flow.tree.actorswap.AbstractActorSwapSuggestion
Searches for potential candidates for swaps.
suggest(Actor, int, Actor[]) - Method in class adams.gui.flow.tree.ActorTemplateSuggestion
Returns the suggested actor templates.
suggest(ActorSuggestion.SuggestionData) - Method in class adams.gui.flow.tree.ActorSuggestion
Returns the suggested actors.
suggest(ActorSuggestion.SuggestionData) - Method in class adams.gui.flow.tree.ExternalActorSuggestion
Returns the suggested actors.
suggestActors(TreePath, TreeOperations.InsertPosition) - Method in class adams.gui.flow.tree.TreeOperations
Tries to figure what actors fit best in the tree at the given position.
suggestActorTemplates(TreePath, TreeOperations.InsertPosition) - Method in class adams.gui.flow.tree.menu.AbstractFromTemplateAction
Tries to figure what actor templates fit best in the tree at the given position.
suggestAll(Actor) - Static method in class adams.gui.flow.tree.actorswap.AbstractActorSwapSuggestion
Searches for potential candidates for swaps.
suggestBreakpoint(TreePath, TreeOperations.InsertPosition) - Method in class adams.gui.flow.tree.menu.AbstractAddBreakpointAction
Tries to figure what actors fit best in the tree at the given position.
suggestExternalActors(TreePath[]) - Method in class adams.gui.flow.tree.TreeOperations
Tries to figure what external actors fit best using the given selection of actors.
SuggestionData() - Constructor for class adams.parser.ActorSuggestion.SuggestionData
 
suggestName(String) - Method in class adams.gui.visualization.segmentation.layer.LayerManager
Suggests a new name.
sum(double[]) - Static method in class adams.data.statistics.StatUtils
Returns sum of all the elements in the array.
sum(double[]) - Static method in class edu.umbc.cs.maple.utils.MathUtils
Sums the values in the given array.
sum(int[]) - Static method in class adams.data.statistics.StatUtils
Returns sum of all the elements in the array.
sum(int[]) - Static method in class edu.umbc.cs.maple.utils.MathUtils
Sums the values in the given array.
sum(Matrix) - Static method in class edu.umbc.cs.maple.utils.JamaUtils
Computes the sum the elements of a matrix.
sum(Number[]) - Static method in class adams.data.statistics.StatUtils
Returns sum of all the elements in the array.
sum(String, String) - Method in class adams.parser.spreadsheetformula.ParserHelper
Calculates the sum for a range of cells.
Sum - Class in adams.data.spreadsheet.colstatistic
Calculates the sum for a numeric column.
Sum - Class in adams.data.spreadsheet.rowstatistic
Calculates the sum for a numeric row.
Sum - Class in adams.flow.transformer.multispreadsheetoperation
Computes the sum of the numeric cells between two spreadsheets.
The values of the second spreadsheet are added to the first one.
If no 'key' columns are defined, the current order of rows is used for comparison.
Sum() - Constructor for class adams.data.spreadsheet.colstatistic.Sum
 
Sum() - Constructor for class adams.data.spreadsheet.rowstatistic.Sum
 
Sum() - Constructor for class adams.flow.transformer.multispreadsheetoperation.Sum
 
SUM - adams.flow.transformer.SpreadSheetAggregate.Aggregate
the sum.
SUM - Static variable in interface adams.parser.spreadsheetformula.sym
 
SUM - Static variable in interface adams.parser.spreadsheetquery.sym
 
sumif(String, String, Double) - Method in class adams.parser.spreadsheetformula.ParserHelper
Sums up the numbers of a range of cells if they match the value.
sumif(String, String, Double, String, String) - Method in class adams.parser.spreadsheetformula.ParserHelper
Sums up the numbers of a corresponding range of cells if the values in the range of cells match the value.
sumif(String, String, Object) - Method in class adams.parser.spreadsheetformula.ParserHelper
Sums up the numbers of a range of cells if they match the value or the expression evaluates to true.
sumif(String, String, Object, String, String) - Method in class adams.parser.spreadsheetformula.ParserHelper
Sums up the numbers of a corresponding range of cells if the values in the range of cells match the value or the expression evaluates to true.
sumif(String, String, String) - Method in class adams.parser.spreadsheetformula.ParserHelper
Sums up the numbers of a range of cells if they match the value or the expression evaluates to true.
sumif(String, String, String, String, String) - Method in class adams.parser.spreadsheetformula.ParserHelper
Sums up the numbers of a corresponding range of cells if the values in the range of cells match the value or the expression evaluates to true.
SUMIF - Static variable in interface adams.parser.spreadsheetformula.sym
 
summarizeBinnableValues(List<Bin<T>>, Bins.SummaryType, double) - Static method in class adams.data.binning.operation.Bins
Collects the binnable values from each bin, summarizes them and then returns that per bin.
summaryFilterTipText() - Method in class weka.filters.unsupervised.attribute.AttributeSummaryTransferFilter
Gets the tip-text for the pca-filter option.
SummaryStatistic - Interface in adams.flow.transformer.summarystatistics
Interface for classes that calculate statistics.
SummaryStatistics - Class in adams.flow.transformer
Calculates the selected summary statistics and outputs a spreadsheet.
SummaryStatistics() - Constructor for class adams.flow.transformer.SummaryStatistics
 
sumOfSquares(double[]) - Static method in class adams.data.statistics.StatUtils
Returns sum of all the squared elements in the array.
sumOfSquares(int[]) - Static method in class adams.data.statistics.StatUtils
Returns sum of all the squared elements in the array.
sumOfSquares(Number[]) - Static method in class adams.data.statistics.StatUtils
Returns sum of all the squared elements in the array.
SumTransformed - Class in weka.classifiers.meta
Finds the base classifier with the best least median squared error.
SumTransformed() - Constructor for class weka.classifiers.meta.SumTransformed
 
sumXY(Instances) - Method in class weka.classifiers.meta.Corr
 
SUNDAY - Static variable in class adams.data.conversion.ExtractDateTimeField
the sunday constant.
SUNDAY_TO_FRIDAY - adams.core.BusinessDays
 
SUNDAY_TO_THURSDAY - adams.core.BusinessDays
 
SUPER_TABLES - adams.db.MetaDataType
 
super_TipText() - Method in class adams.flow.source.RSync
 
SUPER_TYPES - adams.db.MetaDataType
 
SuperclassListModel() - Constructor for class adams.gui.tools.FavoritesManagementPanel.SuperclassListModel
Initializes the model with no favorites.
SuperclassListModel(Favorites) - Constructor for class adams.gui.tools.FavoritesManagementPanel.SuperclassListModel
Initializes the model.
SuperclassOrInterface - Class in adams.flow.core.actorfilter
Accepts actor classes that either implement the interface(s) or are derived from the superclass(es).
SuperclassOrInterface(Class) - Constructor for class adams.flow.core.actorfilter.SuperclassOrInterface
For checking against a single class only.
SuperclassOrInterface(Class[]) - Constructor for class adams.flow.core.actorfilter.SuperclassOrInterface
For checking against a multiple classes.
superclassTipText() - Method in class adams.doc.listing.Listing
Returns the tip text for this property.
superClassTipText() - Method in class adams.flow.condition.bool.HasClass
Returns the tip text for this property.
superClassTipText() - Method in class adams.flow.condition.bool.IsSubClass
Returns the tip text for this property.
superClassTipText() - Method in class adams.flow.source.AbstractSelectObjects
Returns the tip text for this property.
superClassTipText() - Method in class adams.flow.source.valuedefinition.AbstractGOEValueDefinition
Returns the tip text for this property.
SuperPixels - Class in adams.data.boofcv.transformer
Takes an image and divides it into super pixels.

For more information see:
http://boofcv.org/index.php?title=Tutorial_Image_Segmentation

SuperPixels() - Constructor for class adams.data.boofcv.transformer.SuperPixels
 
Supplementary - Class in adams.gui.tools.wekainvestigator.tab.clustertab.output
Outputs the supplementary data if available.
Supplementary() - Constructor for class adams.gui.tools.wekainvestigator.tab.clustertab.output.Supplementary
 
SUPPLIED - adams.flow.transformer.AbstractDataContainerFileWriter.FileNameGeneration
use the specified name (without path).
SUPPLIED - adams.opt.genetic.OutputPrefixType
the supplied prefix.
SUPPLIED_TIMESTAMP - adams.data.filter.TimeseriesShiftTimestamps.TimestampSource
uses the supplied timestamp.
suppliedFileNameTipText() - Method in class adams.flow.transformer.AbstractDataContainerFileWriter
Returns the tip text for this property.
SuppliedImageMask - Class in adams.data.image.transformer
Masks out regions on the image using a supplied image from internal storage, making them transparent.
SuppliedImageMask() - Constructor for class adams.data.image.transformer.SuppliedImageMask
 
suppliedPrefixTipText() - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm
Returns the tip text for this property.
suppliedTimestampTipText() - Method in class adams.data.filter.TimeseriesShiftTimestamps
Returns the tip text for this property.
supplyComponent() - Method in class adams.flow.sink.AbstractComponentDisplayPanel
Supplies the component.
supplyComponent() - Method in class adams.flow.sink.AbstractGraphicalDisplay
Returns the current component.
supplyComponent() - Method in class adams.flow.sink.AbstractTextAndComponentDisplayPanel
Supplies the component.
supplyComponent() - Method in interface adams.flow.sink.ComponentSupplier
Supplies the component.
supplyComponent() - Method in class adams.flow.sink.DisplayPanelGrid
Returns the current panel.
supplyComponent() - Method in class adams.flow.sink.DisplayPanelManager
Returns the current panel.
supplyComponent() - Method in class adams.flow.sink.FilePreview.FilePreviewDisplayPanel
Returns the image panel.
supplyComponent() - Method in class adams.flow.sink.ImageSegmentationViewer.ImageSegmentationViewerDisplayPanel
Returns the panel.
supplyComponent() - Method in class adams.flow.sink.ImageViewer.ImageViewerDisplayPanel
Returns the image panel.
supplyComponent() - Method in class adams.flow.sink.JFreeChartPlot
Returns the current component.
supplyComponent() - Method in class adams.flow.sink.ObjectPreview.FilePreviewDisplayPanel
Returns the image panel.
supplyComponent() - Method in class adams.flow.sink.SpreadSheetDisplay.SpreadSheetDisplayPanel
Supplies the component.
supplyComponent() - Method in class adams.flow.sink.SpreadSheetDisplay
Supplies the component.
supplyComponent() - Method in class adams.flow.sink.TimeseriesDisplay.DisplayPanel
 
supplyComponent() - Method in class adams.flow.sink.WekaAttributeSummary
Returns the current component.
supplyComponent() - Method in class adams.flow.sink.WekaGraphVisualizer
Returns the current component.
supplyComponent() - Method in class adams.flow.sink.WekaInstancesDisplay
Supplies the component.
supplyComponent() - Method in class adams.flow.sink.WekaTreeVisualizer
Returns the current component.
supplyComponent() - Method in class adams.flow.standalone.AbstractMultiView.ViewWrapper
Supplies the component.
supplyComponent() - Method in class adams.flow.standalone.GridView
Returns the current component.
supplyComponent() - Method in class adams.flow.standalone.TabView
Returns the current component.
supplyText() - Method in interface adams.core.TextSupporter
Supplies the text.
supplyText() - Method in class adams.flow.sink.AbstractTextAndComponentDisplayPanel
Supplies the text.
supplyText() - Method in class adams.flow.sink.AbstractTextDisplayPanel
Supplies the text.
supplyText() - Method in class adams.flow.sink.AbstractTextualDisplay
Returns the text to save.
supplyText() - Method in class adams.flow.sink.ContainerDisplay
Returns the text to save.
supplyText() - Method in class adams.flow.sink.Display
Returns the text to save.
supplyText() - Method in class adams.flow.sink.DisplayPanelManager
Supplies the text.
supplyText() - Method in class adams.flow.sink.DOMDisplay
Supplies the text.
supplyText() - Method in class adams.flow.sink.EmailViewer
Returns the text to save.
supplyText() - Method in class adams.flow.sink.FlowDisplay
Supplies the text.
supplyText() - Method in class adams.flow.sink.Histogram
Supplies the text.
supplyText() - Method in class adams.flow.sink.HistoryDisplay
Returns the text to save.
supplyText() - Method in class adams.flow.sink.Html4Display
Supplies the text.
supplyText() - Method in class adams.flow.sink.JsonDisplay
Supplies the text.
supplyText() - Method in class adams.flow.sink.PropertiesDisplay
Supplies the text.
supplyText() - Method in class adams.flow.sink.ReportDisplay
Supplies the text.
supplyText() - Method in class adams.flow.sink.ScatterDisplay
Supplies the text.
supplyText() - Method in class adams.flow.sink.SequencePlotter
Supplies the text.
supplyText() - Method in class adams.flow.sink.SimplePlot
Supplies the text.
supplyText() - Method in class adams.flow.sink.SpreadSheetDisplay.SpreadSheetDisplayPanel
Returns the spreadsheet as text (CSV format).
supplyText() - Method in class adams.flow.sink.SpreadSheetDisplay
Returns the text to save.
supplyText() - Method in class adams.flow.sink.SpreadSheetRowViewer
Supplies the text.
supplyText() - Method in interface adams.flow.sink.TextSupplier
Supplies the text.
supplyText() - Method in class adams.flow.sink.WekaInstancesDisplay
Supplies the text.
supplyText() - Method in class adams.flow.sink.WekaInstanceViewer
Supplies the text.
supplyText() - Method in class adams.flow.standalone.AbstractMultiView.ViewWrapper
Supplies the text.
supplyText() - Method in class adams.flow.standalone.ConsoleWindow
Returns the text to save.
supplyText() - Method in class adams.flow.standalone.TabView
Supplies the text.
supplyText() - Method in class adams.gui.core.TextEditorPanel
Supplies the text.
supplyText() - Method in class adams.gui.tools.wekainvestigator.output.TextualContentPanel
Supplies the text.
supplyText() - Method in class adams.gui.visualization.stats.histogram.Histogram
Supplies the text.
supplyText() - Method in class adams.gui.visualization.stats.scatterplot.AbstractScatterPlot
Supplies the text.
supplyText(InstancePanel) - Static method in class adams.flow.sink.WekaInstanceViewer
Returns the displayed instances as ARFF.
supplyText(SpreadSheetRowPanel) - Static method in class adams.flow.sink.SpreadSheetRowViewer
Returns the displayed instances as ARFF.
SUPPORT - Static variable in class weka.classifiers.meta.ConsensusOrVote
 
SUPPORT - Static variable in class weka.classifiers.meta.Veto
 
SUPPORT_EMAIL - Static variable in class adams.core.net.EmailHelper
The support email address.
SupportedTags - Class in adams.core.option.help
Generates help for classes that implement the adams.data.processing.TagProcessor interface.
SupportedTags() - Constructor for class adams.core.option.help.SupportedTags
 
supports(BooleanCondition) - Method in interface adams.flow.condition.bool.IndexedBooleanConditionSupporter
Returns whether the condition is supported.
supports(BooleanCondition) - Method in class adams.flow.control.Switch
Returns whether the condition is supported.
supports(BooleanCondition) - Method in class adams.flow.source.SwitchedSource
Returns whether the condition is supported.
supportsClear() - Method in interface adams.flow.core.ClearableDisplay
Whether "clear" is supported and shows up in the menu.
supportsClear() - Method in class adams.flow.sink.AbstractGraphicalDisplay
Whether "clear" is supported and shows up in the menu.
supportsClear() - Method in class adams.flow.sink.AbstractTextualDisplay
Whether "clear" is supported and shows up in the menu.
supportsClear() - Method in class adams.flow.sink.ActualVsPredictedPlot
Whether "clear" is supported and shows up in the menu.
supportsClear() - Method in class adams.flow.sink.ArrayDisplay
Whether "clear" is supported and shows up in the menu.
supportsClear() - Method in class adams.flow.sink.BoxPlot
Whether "clear" is supported and shows up in the menu.
supportsClear() - Method in class adams.flow.sink.Canvas
Whether "clear" is supported and shows up in the menu.
supportsClear() - Method in class adams.flow.sink.ControlChartPlot
Whether "clear" is supported and shows up in the menu.
supportsClear() - Method in class adams.flow.sink.Display
Whether "clear" is supported and shows up in the menu.
supportsClear() - Method in class adams.flow.sink.DOMDisplay
Whether "clear" is supported and shows up in the menu.
supportsClear() - Method in class adams.flow.sink.FilePreview
Whether "clear" is supported and shows up in the menu.
supportsClear() - Method in class adams.flow.sink.FlowDisplay
Whether "clear" is supported and shows up in the menu.
supportsClear() - Method in class adams.flow.sink.FourInOneDisplay
Whether "clear" is supported and shows up in the menu.
supportsClear() - Method in class adams.flow.sink.Histogram
Whether "clear" is supported and shows up in the menu.
supportsClear() - Method in class adams.flow.sink.HistoryDisplay
Whether "clear" is supported and shows up in the menu.
supportsClear() - Method in class adams.flow.sink.Html4Display
Whether "clear" is supported and shows up in the menu.
supportsClear() - Method in class adams.flow.sink.ImageHistogram
Whether "clear" is supported and shows up in the menu.
supportsClear() - Method in class adams.flow.sink.ImageSegmentationViewer
Whether "clear" is supported and shows up in the menu.
supportsClear() - Method in class adams.flow.sink.ImageViewer
Whether "clear" is supported and shows up in the menu.
supportsClear() - Method in class adams.flow.sink.JFreeChartPlot
Whether "clear" is supported and shows up in the menu.
supportsClear() - Method in class adams.flow.sink.JsonDisplay
Whether "clear" is supported and shows up in the menu.
supportsClear() - Method in class adams.flow.sink.MatrixPlot
Whether "clear" is supported and shows up in the menu.
supportsClear() - Method in class adams.flow.sink.ObjectPreview
Whether "clear" is supported and shows up in the menu.
supportsClear() - Method in class adams.flow.sink.ObjectViewer
Whether "clear" is supported and shows up in the menu.
supportsClear() - Method in class adams.flow.sink.PDFViewer
Whether "clear" is supported and shows up in the menu.
supportsClear() - Method in class adams.flow.sink.ProbabilityPlotDisplay
Whether "clear" is supported and shows up in the menu.
supportsClear() - Method in class adams.flow.sink.PropertiesDisplay
Whether "clear" is supported and shows up in the menu.
supportsClear() - Method in class adams.flow.sink.ReportDisplay
Whether "clear" is supported and shows up in the menu.
supportsClear() - Method in class adams.flow.sink.ScatterDisplay
Whether "clear" is supported and shows up in the menu.
supportsClear() - Method in class adams.flow.sink.SequencePlotter
Whether "clear" is supported and shows up in the menu.
supportsClear() - Method in class adams.flow.sink.SideBySideDiff
Whether "clear" is supported and shows up in the menu.
supportsClear() - Method in class adams.flow.sink.SimplePlot
Whether "clear" is supported and shows up in the menu.
supportsClear() - Method in class adams.flow.sink.SpreadSheetRowViewer
Whether "clear" is supported and shows up in the menu.
supportsClear() - Method in class adams.flow.sink.StringTree
Whether "clear" is supported and shows up in the menu.
supportsClear() - Method in class adams.flow.sink.TimeseriesDisplay
Whether "clear" is supported and shows up in the menu.
supportsClear() - Method in class adams.flow.sink.WekaAttributeSummary
Whether "clear" is supported and shows up in the menu.
supportsClear() - Method in class adams.flow.sink.WekaClassifierErrors
Whether "clear" is supported and shows up in the menu.
supportsClear() - Method in class adams.flow.sink.WekaCostCurve
Whether "clear" is supported and shows up in the menu.
supportsClear() - Method in class adams.flow.sink.WekaGraphVisualizer
Whether "clear" is supported and shows up in the menu.
supportsClear() - Method in class adams.flow.sink.WekaInstancesDisplay
Whether "clear" is supported and shows up in the menu.
supportsClear() - Method in class adams.flow.sink.WekaInstancesPlot
Whether "clear" is supported and shows up in the menu.
supportsClear() - Method in class adams.flow.sink.WekaInstanceViewer
Whether "clear" is supported and shows up in the menu.
supportsClear() - Method in class adams.flow.sink.WekaMarginCurve
Whether "clear" is supported and shows up in the menu.
supportsClear() - Method in class adams.flow.sink.WekaThresholdCurve
Whether "clear" is supported and shows up in the menu.
supportsClear() - Method in class adams.flow.sink.WekaTreeVisualizer
Whether "clear" is supported and shows up in the menu.
supportsClear() - Method in class adams.flow.sink.ZScoreDisplay
Whether "clear" is supported and shows up in the menu.
supportsClear() - Method in class adams.flow.standalone.AbstractMultiView
Whether "clear" is supported and shows up in the menu.
supportsClear() - Method in class adams.flow.standalone.ConsoleWindow
Whether "clear" is supported and shows up in the menu.
supportsCompressedInput() - Method in class adams.data.io.input.AbstractSpreadSheetReader
Returns whether to automatically handle gzip compressed files (AbstractSpreadSheetReader.InputType.READER, AbstractSpreadSheetReader.InputType.STREAM).
supportsCompressedInput() - Method in class adams.data.io.input.AutoWidthTabularSpreadSheetReader
Returns whether to automatically handle gzip compressed files (AbstractSpreadSheetReader.InputType.READER, AbstractSpreadSheetReader.InputType.STREAM).
supportsCompressedInput() - Method in class adams.data.io.input.CsvSpreadSheetReader
Returns whether to automatically handle gzip compressed files (AbstractSpreadSheetReader.InputType.READER, AbstractSpreadSheetReader.InputType.STREAM).
supportsCompressedInput() - Method in class adams.data.io.input.FastCsvSpreadSheetReader
Returns whether to automatically handle gzip compressed files (AbstractSpreadSheetReader.InputType.READER, AbstractSpreadSheetReader.InputType.STREAM).
supportsCompressedInput() - Method in class adams.data.io.input.FixedTabularSpreadSheetReader
Returns whether to automatically handle gzip compressed files (AbstractSpreadSheetReader.InputType.READER, AbstractSpreadSheetReader.InputType.STREAM).
supportsCompressedInput() - Method in class adams.data.io.input.SimpleArffSpreadSheetReader
Returns whether to automatically handle gzip compressed files.
supportsCompressedInput() - Method in class adams.data.io.input.SimpleCsvSpreadSheetReader
Returns whether to automatically handle gzip compressed files (AbstractSpreadSheetReader.InputType.READER, AbstractSpreadSheetReader.InputType.STREAM).
supportsCompressedOutput() - Method in class adams.data.io.output.AbstractSpreadSheetWriter
Returns whether to automatically compress.
supportsCompressedOutput() - Method in class adams.data.io.output.CsvSpreadSheetWriter
Returns whether to automatically compress.
supportsCompressedOutput() - Method in class adams.data.io.output.SimpleArffSpreadSheetWriter
Returns whether to automatically compress.
supportsCustomEditor() - Method in class adams.gui.goe.AbstractPropertyEditorSupport
Returns true because we do support a custom editor.
supportsCustomEditor() - Method in class adams.gui.goe.GenericArrayEditor
Returns true because we do support a custom editor.
supportsCustomEditor() - Method in class adams.gui.goe.GenericObjectEditor
Returns true because we do support a custom editor.
supportsCustomEditor() - Method in class adams.gui.goe.InlineEditor
Determines whether this property editor supports a custom editor.
supportsFavorites() - Method in class adams.gui.chooser.AbstractChooserPanel
Whether the favorites button is shown or not.
supportsFavorites() - Method in class adams.gui.goe.GenericArrayEditorPanel
Whether the favorites button is shown or not.
supportsFavorites() - Method in class adams.gui.goe.GenericObjectEditorPanel
Whether the favorites button is shown or not.
supportsFavorites() - Method in class adams.gui.goe.WekaGenericArrayEditorPanel
Whether the favorites button is shown or not.
supportsFavorites() - Method in class adams.gui.goe.WekaGenericObjectEditorPanel
Whether the favorites button is shown or not.
supportsHeadlessInteraction() - Method in interface adams.flow.core.InteractiveActor
Returns whether headless interaction is supported.
supportsHeadlessInteraction() - Method in class adams.flow.source.AbstractInteractiveSource
Returns whether headless interaction is supported.
supportsHeadlessInteraction() - Method in class adams.flow.source.EnterManyValues
Returns whether headless interaction is supported.
supportsHeadlessInteraction() - Method in class adams.flow.source.EnterValue
Returns whether headless interaction is supported.
supportsHeadlessInteraction() - Method in class adams.flow.source.PasteFromClipboard
Returns whether headless interaction is supported.
supportsHeadlessInteraction() - Method in class adams.flow.source.SelectCharset
Returns whether headless interaction is supported.
supportsHeadlessInteraction() - Method in class adams.flow.source.SelectDateTime
Returns whether headless interaction is supported.
supportsHeadlessInteraction() - Method in class adams.flow.source.SelectDirectory
Returns whether headless interaction is supported.
supportsHeadlessInteraction() - Method in class adams.flow.source.SelectFile
Returns whether headless interaction is supported.
supportsHeadlessInteraction() - Method in class adams.flow.source.WekaSelectDataset
Returns whether headless interaction is supported.
supportsHeadlessInteraction() - Method in class adams.flow.standalone.AbstractDatabaseConnection
Returns whether headless interaction is supported.
supportsHeadlessInteraction() - Method in class adams.flow.standalone.FTPConnection
Returns whether headless interaction is supported.
supportsHeadlessInteraction() - Method in class adams.flow.standalone.SMBConnection
Returns whether headless interaction is supported.
supportsHeadlessInteraction() - Method in class adams.flow.standalone.SMTPConnection
Returns whether headless interaction is supported.
supportsHeadlessInteraction() - Method in class adams.flow.standalone.SSHConnection
Returns whether headless interaction is supported.
supportsHeadlessInteraction() - Method in class adams.flow.transformer.AbstractInteractiveTransformer
Returns whether headless interaction is supported.
supportsHeadlessInteraction() - Method in class adams.flow.transformer.AbstractInteractiveTransformerDialog
Returns whether headless interaction is supported.
supportsHeadlessInteraction() - Method in class adams.flow.transformer.ConfirmationDialog
Returns whether headless interaction is supported.
supportsInteractionLogging() - Method in interface adams.gui.visualization.image.interactionlogging.InteractionLoggingSupporter
Returns whether interaction logging is supported.
supportsInteractionLogging() - Method in class adams.gui.visualization.image.selection.SelectObjects
Returns whether interaction logging is supported.
supportsLimit(Object) - Method in class adams.gui.visualization.debug.objectrenderer.AbstractObjectRenderer
Returns whether a limit is supported by the renderer.
supportsLimit(Object) - Method in interface adams.gui.visualization.debug.objectrenderer.ObjectRenderer
Returns whether a limit is supported by the renderer.
supportsLimit(Object) - Method in class adams.gui.visualization.debug.objectrenderer.PlainTextRenderer
Returns whether a limit is supported by the renderer.
supportsLimit(Object) - Method in class adams.gui.visualization.debug.objectrenderer.SpreadSheetRenderer
Returns whether a limit is supported by the renderer.
supportsLimit(Object) - Method in class adams.gui.visualization.debug.objectrenderer.WekaInstancesRenderer
Returns whether a limit is supported by the renderer.
supportsMovingRows() - Method in class adams.gui.core.BaseTableWithButtons
Returns whether the table model supports moving of rows.
supportsMovingRows() - Method in class adams.gui.core.SortableAndSearchableTableWithButtons
Returns whether the table model supports moving of rows.
supportsPointPreprocessor() - Method in class adams.flow.sink.sequenceplotter.AbstractErrorPaintlet
Returns whether point preprocessing is actually supported.
supportsPointPreprocessor() - Method in class adams.flow.sink.sequenceplotter.ErrorBandPaintlet
Returns whether point preprocessing is actually supported.
supportsPointPreprocessor() - Method in class adams.flow.sink.sequenceplotter.SimpleErrorPaintlet
Returns whether point preprocessing is actually supported.
supportsPointPreprocessor() - Method in class adams.gui.visualization.sequence.AbstractXYSequencePaintlet
Returns whether point preprocessing is actually supported.
supportsPointPreprocessor() - Method in class adams.gui.visualization.sequence.CirclePaintlet
Returns whether point preprocessing is actually supported.
supportsPointPreprocessor() - Method in class adams.gui.visualization.sequence.CrossPaintlet
Returns whether point preprocessing is actually supported.
supportsPointPreprocessor() - Method in class adams.gui.visualization.sequence.DotPaintlet
Returns whether point preprocessing is actually supported.
supportsPointPreprocessor() - Method in interface adams.gui.visualization.sequence.PaintletWithOptionalPointPreprocessor
Returns whether point preprocessing is actually supported.
supportsPointPreprocessor() - Method in class adams.gui.visualization.sequence.SquarePaintlet
Returns whether point preprocessing is actually supported.
supportsStoreColorInReport() - Method in class adams.gui.visualization.container.DataContainerPanelWithContainerList
Returns true if storing the color in the report of container's data object is supported.
supportsStoreColorInReport() - Method in class adams.gui.visualization.instance.InstancePanel
Returns true if storing the color in the report of container's data object is supported.
supportsStoreColorInReport() - Method in class adams.gui.visualization.sequence.XYSequencePanel
Returns true if storing the color in the report of container's data object is supported.
supportsStoreColorInReport() - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowPanel
Returns true if storing the color in the report of container's data object is supported.
supportsStoreColorInReport() - Method in class adams.gui.visualization.timeseries.TimeseriesPanel
Returns true if storing the color in the report of container's data object is supported.
supportsStoreValueInReport() - Method in class adams.gui.visualization.container.DataContainerPanelWithContainerList
Returns true if storing a value in the report of container's data object is supported.
supportsStoreValueInReport() - Method in class adams.gui.visualization.instance.InstancePanel
Returns true if storing a value in the report of container's data object is supported.
supportsStoreValueInReport() - Method in class adams.gui.visualization.sequence.XYSequencePanel
Returns true if storing a value in the report of container's data object is supported.
supportsStoreValueInReport() - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowPanel
Returns true if storing a value in the report of container's data object is supported.
supportsStoreValueInReport() - Method in class adams.gui.visualization.timeseries.TimeseriesPanel
Returns true if storing a value in the report of container's data object is supported.
supportTipText() - Method in class weka.classifiers.meta.ConsensusOrVote
Returns the tip text for this property.
supportTipText() - Method in class weka.classifiers.meta.Veto
Returns the tip text for this property.
SUPPRESS_MODEL_OUTPUT - Static variable in class weka.classifiers.meta.AbstainingCascade
 
SUPPRESS_MODEL_OUTPUT - Static variable in class weka.classifiers.meta.ConsensusOrVote
 
SUPPRESS_MODEL_OUTPUT - Static variable in class weka.classifiers.meta.SuppressModelOutput
 
SUPPRESS_MODEL_OUTPUT - Static variable in class weka.classifiers.meta.ThresholdedBinaryClassification
 
SUPPRESS_MODEL_OUTPUT - Static variable in class weka.classifiers.meta.Veto
 
suppressErrorDialog() - Method in class adams.core.management.Launcher
Suppresses the error dialog.
suppressMissingKeyWarningsTipText() - Method in class adams.data.groupextraction.SpreadSheetCellWithLookUp
Returns the tip text for this property.
suppressMissingKeyWarningsTipText() - Method in class adams.flow.transformer.LookUp
Returns the tip text for this property.
SuppressModelOutput - Class in weka.classifiers.meta
Meta-classifier that enables the user to suppress the model output.
Useful for ensembles, since their output can be extremely long.
SuppressModelOutput() - Constructor for class weka.classifiers.meta.SuppressModelOutput
 
suppressModelOutputTipText() - Method in class weka.classifiers.meta.AbstainingCascade
Returns the tip text for this property.
suppressModelOutputTipText() - Method in class weka.classifiers.meta.ConsensusOrVote
Returns the tip text for this property.
suppressModelOutputTipText() - Method in class weka.classifiers.meta.SuppressModelOutput
Returns the tip text for this property.
suppressModelOutputTipText() - Method in class weka.classifiers.meta.ThresholdedBinaryClassification
Returns the tip text for this property.
suppressModelOutputTipText() - Method in class weka.classifiers.meta.Veto
Returns the tip text for this property.
suppressModelOutputTipText() - Method in class weka.classifiers.meta.VotedImbalance
Returns the tip text for this property.
suppressModelOutputTipText() - Method in interface weka.core.ModelOutputHandler
Returns the tip text for this property.
SVMLightSpreadSheetReader - Class in adams.data.io.input
Reads WEKA datasets in ARFF format and turns them into spreadsheets.
SVMLightSpreadSheetReader() - Constructor for class adams.data.io.input.SVMLightSpreadSheetReader
 
SVMLightSpreadSheetWriter - Class in adams.data.io.output
Writes a spreadsheet in SVMLight file format.
SVMLightSpreadSheetWriter() - Constructor for class adams.data.io.output.SVMLightSpreadSheetWriter
 
swap(double[]) - Static method in class adams.core.Utils
Swaps the two doubles in the array.
swap(float[]) - Static method in class adams.core.Utils
Swaps the two floats in the array.
swap(int[]) - Static method in class adams.core.Utils
Swaps the two integers in the array.
swap(int, int) - Method in class adams.gui.core.AbstractMoveableTableModel
Swaps the two rows.
swap(int, int) - Method in class adams.gui.flow.setup.FlowSetupTableModel
Swaps the two rows.
swap(int, int) - Method in class adams.gui.tools.wekainvestigator.datatable.DataTableModel
Swaps the two rows.
swap(int, int) - Method in class weka.core.InstancesView
Swaps two instances in the set.
swap(long[]) - Static method in class adams.core.Utils
Swaps the two longs in the array.
swap(BufferedImage) - Method in class adams.gui.visualization.segmentation.layer.overlaylayeraction.Invert
Updates the image using the current color.
swap(Object[]) - Static method in class adams.core.Utils
Swaps the two objects in the array.
swap(List<Binnable<T>>, int, int) - Static method in class adams.data.binning.operation.Sort
Swaps two elements in the list.
swap(List, int, int) - Static method in class adams.core.ListHelper
Swaps the two rows.
swapActor(PropertyEditor, Actor, Actor) - Method in class adams.gui.goe.popupmenu.SwapActor
Performs the swap.
swapActor(TreePath, Actor) - Method in class adams.gui.flow.tree.TreeOperations
Swaps the actor handler of the node with the new node, keeping the children intact, as well as some basic options.
SwapActor - Class in adams.gui.flow.tree.menu
For swapping one actor with another.
SwapActor - Class in adams.gui.goe.popupmenu
Allows the swapping of an actor.
SwapActor() - Constructor for class adams.gui.flow.tree.menu.SwapActor
 
SwapActor() - Constructor for class adams.gui.goe.popupmenu.SwapActor
 
swapAxesTipText() - Method in class adams.flow.sink.ActualVsPredictedPlot
Returns the tip text for this property.
swapAxesTipText() - Method in class adams.gui.tools.previewbrowser.ActualVsPredictedHandler
Returns the tip text for this property.
swapAxesTipText() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.ClassifierErrors
Returns the tip text for this property.
SwapObjects - Class in adams.data.conversion
Swaps all occurrences of one object with another one.
SwapObjects - Class in adams.flow.processor
Allows replacing of objects using the specified object swap conversion.
SwapObjects() - Constructor for class adams.data.conversion.SwapObjects
 
SwapObjects() - Constructor for class adams.flow.processor.SwapObjects
 
SwapObserver(AbstractSwapObject) - Constructor for class adams.data.conversion.AbstractSwapObject.SwapObserver
Initializes the observer.
SwapPLS - Class in adams.data.conversion
Swaps one PLS filter for another.
SwapPLS() - Constructor for class adams.data.conversion.SwapPLS
 
swapRowsAndColumnsTipText() - Method in class adams.flow.transformer.WekaExperimentEvaluation
Returns the tip text for this property.
swapRowsAndColumnsTipText() - Method in class adams.gui.tools.wekainvestigator.tab.experimenttab.output.TextOutput
Returns the tip text for this property.
SwapVariables - Class in adams.flow.transformer
Swaps the values of the two variables around, whenever a token passes through.
SwapVariables() - Constructor for class adams.flow.transformer.SwapVariables
 
SWEDISH - adams.flow.core.TesseractLanguage
 
SWINGWORKER - adams.gui.flow.FlowMultiPagePane.FlowPanelFilter
whether a swingworker is running.
Switch - Class in adams.flow.control
Emulates a Switch control statement.
Switch() - Constructor for class adams.flow.control.Switch
 
Switch.SwitchDirector - Class in adams.flow.control
A specialized director for the Switch control actor.
SwitchDirector() - Constructor for class adams.flow.control.Switch.SwitchDirector
 
SwitchedSource - Class in adams.flow.source
SwitchedSource() - Constructor for class adams.flow.source.SwitchedSource
 
SwitchLabel - Class in adams.gui.visualization.segmentation.tool
Switch label, for changing one label to another.
SwitchLabel() - Constructor for class adams.gui.visualization.segmentation.tool.SwitchLabel
 
switchOutputsTipText() - Method in class adams.flow.control.ContainerValuePicker
Returns the tip text for this property.
sym - Interface in adams.parser.actorsuggestion
CUP generated interface containing symbol constants.
sym - Interface in adams.parser.basedate
CUP generated interface containing symbol constants.
sym - Interface in adams.parser.basedatetime
CUP generated interface containing symbol constants.
sym - Interface in adams.parser.basedatetimemsec
CUP generated interface containing symbol constants.
sym - Interface in adams.parser.basetime
CUP generated interface containing symbol constants.
sym - Interface in adams.parser.basetimemsec
CUP generated interface containing symbol constants.
sym - Interface in adams.parser.booleanexpression
CUP generated interface containing symbol constants.
sym - Interface in adams.parser.externalactorsuggestion
CUP generated interface containing symbol constants.
sym - Interface in adams.parser.lookupupdate
CUP generated interface containing symbol constants.
sym - Interface in adams.parser.mathematicalexpression
CUP generated interface containing symbol constants.
sym - Interface in adams.parser.spreadsheetformula
CUP generated interface containing symbol constants.
sym - Interface in adams.parser.spreadsheetquery
CUP generated interface containing symbol constants.
sym - Interface in adams.parser.stringexpression
CUP generated interface containing symbol constants.
sym - Interface in adams.parser.templatesuggestion
CUP generated interface containing symbol constants.
SYMBOL - Static variable in class adams.core.io.PdfFont
the string for Symbol.
symbolsTipText() - Method in class adams.parser.AbstractSymbolEvaluator
Returns the tip text for this property.
SYMMLET8 - adams.data.filter.AbstractFastWavelet.WaveletType
Symmlet8.
SYNCHRONOUS - adams.flow.standalone.ExternalFlow.ExecutionType
wait for flow to finish.
SYNCHRONOUS_IMMEDIATE_CLEANUP - adams.flow.standalone.ExternalFlow.ExecutionType
wait for flow to finish and cleanup.
SyntaxDocument - Class in adams.gui.scripting
Highlights syntax in a DefaultStyledDocument.
SyntaxDocument(Properties) - Constructor for class adams.gui.scripting.SyntaxDocument
Initializes the document.
SyntaxDocument.ATTR_TYPE - Enum in adams.gui.scripting
The attribute type.
SYSTEM_PROPERTY_PREFIX - Static variable in class adams.core.Variables
the prefix for system properties.
SystemClassPathAugmenter - Class in adams.core.management
Simply returns the CLASSPATH environment variable.
SystemClassPathAugmenter() - Constructor for class adams.core.management.SystemClassPathAugmenter
 
SystemInfo - Class in adams.core
Gathers information about system properties.
SystemInfo - Class in adams.gui.menu
Displays system parameters (Java, etc.).
SystemInfo - Class in adams.scripting.command.basic
Sends the system info of the remote host back.
SystemInfo() - Constructor for class adams.core.SystemInfo
Initializes the object.
SystemInfo() - Constructor for class adams.gui.menu.SystemInfo
Initializes the menu item with no owner.
SystemInfo() - Constructor for class adams.scripting.command.basic.SystemInfo
 
SystemInfo(AbstractApplicationFrame) - Constructor for class adams.gui.menu.SystemInfo
Initializes the menu item.
SystemInfoPanel - Class in adams.gui.tools
A panel displaying information about the system.
SystemInfoPanel() - Constructor for class adams.gui.tools.SystemInfoPanel
 
SystemPerformance - Class in adams.gui.menu
Tests the System performance.
SystemPerformance() - Constructor for class adams.gui.menu.SystemPerformance
Initializes the menu item with no owner.
SystemPerformance(AbstractApplicationFrame) - Constructor for class adams.gui.menu.SystemPerformance
Initializes the menu item.

T

T - Class in adams.data.distribution
T distribution.
T() - Constructor for class adams.data.distribution.T
 
TAB - adams.flow.transformer.WekaInstanceDumper.OutputFormat
tab-separated.
TAB_LOG - Static variable in class adams.gui.visualization.image.ImagePanel
the tab title for the log.
TAB_PROPERTIES - Static variable in class adams.gui.visualization.image.ImagePanel
the tab title for the properties.
TABBED - adams.flow.sink.ArrayDisplay.Arrangement
 
TabButton(boolean) - Constructor for class adams.gui.core.ButtonTabComponent.TabButton
 
TabChangeAwareEditorTab - Interface in adams.gui.flow.tab
Interface for flow editor tabs that need to react to tab selection changes.
tabClicked(MouseEvent) - Method in class adams.gui.core.BaseTabbedPane
Gets called when the user clicks on a tab.
tabClicked(MouseEvent) - Method in class adams.gui.flow.tab.FlowTabManager
Gets called when the user clicks on a tab.
tabClosed(TabClosedEvent) - Method in interface adams.gui.event.TabClosedListener
Gets called when a tab gets closed.
TabClosedEvent - Class in adams.gui.event
Event that gets sent when a tab gets closed.
TabClosedEvent(BaseTabbedPane, int, Component) - Constructor for class adams.gui.event.TabClosedEvent
Constructs a prototypical Event.
TabClosedListener - Interface in adams.gui.event
Interface for classes that listen to changes in visibility of tabs of a BaseTabbedPane.
tabComponent - Variable in class adams.gui.core.BaseTabbedPane.TabUndo
the tab component.
tabComponent - Variable in class adams.gui.core.MultiPagePane.PageUndo
the tab component.
TabIconSupporter - Interface in adams.gui.core
Interface for classes that allow changing the tab icon of the tabbed pane that they are part of.
table - Variable in class adams.gui.core.spreadsheettable.SpreadSheetTablePopupMenuItemHelper.TableState
the table.
table - Variable in class adams.gui.visualization.container.datacontainerpanel.containerlistpopup.AbstractContainerListPopupCustomizer.Context
 
table - Variable in class adams.gui.visualization.instances.instancestable.InstancesTablePopupMenuItemHelper.TableState
the table.
Table - Class in adams.doc.xhtml
Represents the "informaltable" tag.
Table() - Constructor for class adams.gui.visualization.instance.InstanceReportFactory.Table
Initializes the table.
Table() - Constructor for class adams.gui.visualization.report.ReportFactory.Table
Initializes the table.
Table() - Constructor for class adams.gui.visualization.spreadsheet.SpreadSheetRowReportFactory.Table
Initializes the table.
Table(int) - Constructor for class adams.doc.xhtml.Table
Initializes the tag.
Table(Report) - Constructor for class adams.gui.visualization.instance.InstanceReportFactory.Table
Initializes the table.
Table(Report) - Constructor for class adams.gui.visualization.report.ReportFactory.Table
Initializes the table.
Table(Report) - Constructor for class adams.gui.visualization.spreadsheet.SpreadSheetRowReportFactory.Table
Initializes the table.
Table(SpreadSheet) - Constructor for class adams.flow.transformer.SpreadSheetCellSelector.Table
Initializes the table.
Table(InformativeStatistic) - Constructor for class adams.gui.visualization.statistics.InformativeStatisticFactory.Table
Initializes the table.
Table(SpreadSheetCellSelector.TableModel) - Constructor for class adams.flow.transformer.SpreadSheetCellSelector.Table
Initializes the table.
Table(TableModel) - Constructor for class adams.gui.visualization.instance.InstanceReportFactory.Table
Initializes the table.
Table(TableModel) - Constructor for class adams.gui.visualization.report.ReportFactory.Table
Initializes the table.
Table(TableModel) - Constructor for class adams.gui.visualization.spreadsheet.SpreadSheetRowReportFactory.Table
Initializes the table.
TABLE_CHANGED - Static variable in class adams.gui.event.WekaInvestigatorDataEvent
the whole table changed.
TABLE_NAME - Static variable in interface adams.db.LogIntf
the table name.
TABLE_TYPES - adams.db.MetaDataType
 
tableChanged(TableModelEvent) - Method in class adams.flow.execution.debug.BreakpointPanel
Gets triggered if the table changes.
tableChanged(TableModelEvent) - Method in class adams.flow.transformer.pixelselector.PixelSelectorPanel
Whenever the data in the report changes.
tableChanged(TableModelEvent) - Method in class adams.gui.core.SortableAndSearchableWrapperTableModel
This fine grain notification tells listeners the exact range of cells, rows, or columns that changed.
tableChanged(TableModelEvent) - Method in class adams.gui.flow.FlowControlCenterPanel
This fine grain notification tells listeners the exact range of cells, rows, or columns that changed.
tableChanged(TableModelEvent) - Method in class adams.gui.flow.setup.FlowSetupCellEditor
This fine grain notification tells listeners the exact range of cells, rows, or columns that changed.
tableChanged(TableModelEvent) - Method in class adams.gui.tools.PropertiesViewerPanel
This fine grain notification tells listeners the exact range of cells, rows, or columns that changed.
tableChanged(TableModelEvent) - Method in class adams.gui.tools.spreadsheetviewer.SpreadSheetPanel
Gets notified in case of changes to the table model.
tableChanged(TableModelEvent) - Method in class adams.gui.tools.wekainvestigator.tab.AbstractInvestigatorTabWithDataTable
This fine grain notification tells listeners the exact range of cells, rows, or columns that changed.
tableChanged(TableModelEvent) - Method in class adams.gui.visualization.container.AbstractContainerList
Gets called when the underlying data model changes.
tableChanged(TableModelEvent) - Method in class adams.gui.visualization.container.ContainerTable
Invoked when this table's TableModel generates a TableModelEvent.
tableChanged(TableModelEvent) - Method in class adams.gui.visualization.image.ImagePanel
This fine grain notification tells listeners the exact range of cells, rows, or columns that changed.
TableCleanUp - Class in adams.flow.standalone
Runs a table cleaner.
TableCleanUp() - Constructor for class adams.flow.standalone.TableCleanUp
 
TableContentPanel - Class in adams.gui.tools.wekainvestigator.output
Panel for exporting the table as spreadsheet.
TableContentPanel(BaseTable, boolean) - Constructor for class adams.gui.tools.wekainvestigator.output.TableContentPanel
Initializes the panel with the specified textual component.
TableContentPanel(BaseTableWithButtons, boolean) - Constructor for class adams.gui.tools.wekainvestigator.output.TableContentPanel
Initializes the panel with the specified textual component.
TableContentPanel(SortableAndSearchableTable, boolean, boolean) - Constructor for class adams.gui.tools.wekainvestigator.output.TableContentPanel
Initializes the panel with the specified textual component.
TableContentPanel(SortableAndSearchableTableWithButtons, boolean, boolean) - Constructor for class adams.gui.tools.wekainvestigator.output.TableContentPanel
Initializes the panel with the specified textual component.
TableContentPanel(JTable, boolean) - Constructor for class adams.gui.tools.wekainvestigator.output.TableContentPanel
Initializes the panel with the specified textual component.
TableDefinition - Class in adams.env
Definition for the Table props file.
TableDefinition() - Constructor for class adams.env.TableDefinition
 
tableExists() - Method in class adams.db.AbstractTable
Checks that a given table exists.
tableExists(String) - Method in class adams.db.generic.SQL
Checks that a given table exists.
tableExists(String) - Method in class adams.db.mirrored.SQL
Checks that a given table exists.
tableExists(String) - Method in class adams.db.SQLF
Checks that a given table exists.
tableExists(String) - Method in interface adams.db.SQLIntf
Checks that a given table exists.
TableExists - Class in adams.flow.condition.bool
Checks whether table(s) exist that match the given regular expression.
TableExists() - Constructor for class adams.flow.condition.bool.TableExists
 
TableInterface - Interface in adams.db
Ancestor for table interfaces.
TableManager<T extends SQLIntf> - Class in adams.db
Manages the database URL/table relations.
TableManager(String, DatabaseManager) - Constructor for class adams.db.TableManager
Initializes the manager.
TableModel() - Constructor for class adams.flow.transformer.SpreadSheetCellSelector.TableModel
Initializes the model with an empty spread sheet.
TableModel() - Constructor for class adams.gui.selection.SelectEmailAddressPanel.TableModel
the constructor.
TableModel() - Constructor for class adams.gui.tools.EmailAddressBookPanel.TableModel
the constructor.
TableModel() - Constructor for class adams.gui.tools.FileChooserBookmarksManagementPanel.TableModel
the constructor.
TableModel() - Constructor for class adams.gui.visualization.debug.StoragePanel.TableModel
Initializes the table model with no data.
TableModel(EmailContact[]) - Constructor for class adams.gui.selection.SelectEmailAddressPanel.TableModel
the constructor.
TableModel(EmailContact[]) - Constructor for class adams.gui.tools.EmailAddressBookPanel.TableModel
the constructor.
TableModel(Variables) - Constructor for class adams.gui.tools.ExpressionWatchPanel.TableModel
Initializes the model.
TableModel(SpreadSheet) - Constructor for class adams.flow.transformer.SpreadSheetCellSelector.TableModel
Initializes the model with the given spread sheet.
TableModel(SpreadSheet, int) - Constructor for class adams.flow.transformer.SpreadSheetCellSelector.TableModel
Initializes the model with the given spread sheet and number of decimals to display.
TableModel(Storage) - Constructor for class adams.gui.visualization.debug.StoragePanel.TableModel
Initializes the table model the supplied storage.
TableModel(Bookmark[]) - Constructor for class adams.gui.tools.FileChooserBookmarksManagementPanel.TableModel
the constructor.
TableModel(List<EmailContact>) - Constructor for class adams.gui.selection.SelectEmailAddressPanel.TableModel
the constructor.
TableModel(List<EmailContact>) - Constructor for class adams.gui.tools.EmailAddressBookPanel.TableModel
the constructor.
TableModel(List<Bookmark>) - Constructor for class adams.gui.tools.FileChooserBookmarksManagementPanel.TableModel
the constructor.
tableModelListeners - Variable in class adams.gui.chooser.DatePanel.InternalCalendarModel
 
TableModelWithColumnFilters - Interface in adams.gui.core
Interface for TableModels that can be filtered per column.
tableNameTipText() - Method in class adams.data.conversion.SpreadSheetToCreateTableStatement
Returns the tip text for this property.
tableNameTipText() - Method in class adams.data.io.output.AccessSpreadSheetWriter
Returns the tip text for this property.
tableNameTipText() - Method in class adams.flow.sink.WekaDatabaseWriter
Returns the tip text for this property.
TableResultsPanel - Class in adams.gui.tools.wekamultiexperimenter.analysis
Displays the results in a table.
TableResultsPanel() - Constructor for class adams.gui.tools.wekamultiexperimenter.analysis.TableResultsPanel
 
TableRowRange - Enum in adams.gui.core
Defines what range of rows to use.
TableRowRangeCheck - Interface in adams.gui.core.spreadsheettable
Interface for classes that check whether they can handle the row range of the table state.
TABLES - adams.db.MetaDataType
 
TABLES - adams.flow.transformer.AccessDatabaseInfo.InfoType
the tables.
TableState() - Constructor for class adams.gui.core.spreadsheettable.SpreadSheetTablePopupMenuItemHelper.TableState
 
TableState() - Constructor for class adams.gui.visualization.instances.instancestable.InstancesTablePopupMenuItemHelper.TableState
 
tableTipText() - Method in class adams.data.io.input.AccessSpreadSheetReader
Returns the tip text for this property.
tableTipText() - Method in class adams.data.io.output.SqlDumpSpreadSheetWriter
Returns the tip text for this property.
tableTipText() - Method in class adams.flow.sink.SpreadSheetDbWriter
Returns the tip text for this property.
tableTipText() - Method in class adams.flow.source.AbstractDatabaseMetaData
Returns the tip text for this property.
tableTipText() - Method in class adams.flow.transformer.AccessDatabaseInfo
Returns the tip text for this property.
tableTipText() - Method in class adams.opt.genetic.setupupload.MySQL
Returns the tip text for this property.
TableUpgrade - Class in adams.tools
Tool for running a specific table upgrade.
TableUpgrade() - Constructor for class adams.tools.TableUpgrade
 
tableUpgradeTipText() - Method in class adams.tools.TableUpgrade
Returns the tip text for this property.
TableWithColumnFilters - Interface in adams.gui.core
Interface for tables that can be filtered per column.
TABLOID - adams.flow.transformer.pdfproclet.PageSize
 
tabSizeTipText() - Method in class adams.gui.tools.previewbrowser.PlainTextHandler
Returns the tip text for this property.
TabUndo() - Constructor for class adams.gui.core.BaseTabbedPane.TabUndo
 
TabUndoList() - Constructor for class adams.gui.core.BaseTabbedPane.TabUndoList
 
TabView - Class in adams.flow.standalone
Displays multiple graphical actors in a tabbed pane.
TabView() - Constructor for class adams.flow.standalone.TabView
 
tabVisibilityChanged(TabVisibilityChangeEvent) - Method in interface adams.gui.event.TabVisibilityChangeListener
Gets called when a tab changes visibility.
TabVisibilityChangeEvent - Class in adams.gui.event
Event that gets sent when tabs get hidden or set visible in a BaseTabbedPaneWithTabHiding.
TabVisibilityChangeEvent(BaseTabbedPaneWithTabHiding, TabVisibilityChangeEvent.Type, Component) - Constructor for class adams.gui.event.TabVisibilityChangeEvent
Initializes the event.
TabVisibilityChangeEvent.Type - Enum in adams.gui.event
The type of event.
TabVisibilityChangeListener - Interface in adams.gui.event
Interface for classes that listen to changes in visibility of tabs of a BaseTabbedPaneWithTabHiding.
Tag(String) - Constructor for class adams.core.base.BaseAnnotation.Tag
Instantiates the tag with the given name and options.
Tag(String, HashMap<String, String>) - Constructor for class adams.core.base.BaseAnnotation.Tag
Instantiates the tag with the given name and options.
TAG_END - Static variable in class adams.core.base.BaseAnnotation
the end of a custom tag.
TAG_START - Static variable in class adams.core.base.BaseAnnotation
the start of a custom tag.
TAGALOG - adams.flow.core.TesseractLanguage
 
TagDataType - Enum in adams.core.tags
The data types for tags.
TagHandler - Interface in adams.core.tags
Interface for classes that handle tags.
TagInfo - Class in adams.core.tags
Stores information about a tag.
TagInfo(String, String, TagDataType, Class[]) - Constructor for class adams.core.tags.TagInfo
Initializes the tag.
TagProcessor - Interface in adams.core.tags
Interface for classes that make use of tags (see TagHandler).
TagProcessorHelper - Class in adams.core.tags
Helper class for TagProcessor classes.
TagProcessorHelper() - Constructor for class adams.core.tags.TagProcessorHelper
 
TAGS_ALGORITHM - Static variable in class weka.filters.unsupervised.attribute.FastWavelet
the types of algorithm.
TAGS_FILTER - Static variable in class weka.classifiers.functions.GaussianProcessesAdaptive
The filter to apply to the training data
TAGS_FILTER - Static variable in class weka.classifiers.functions.GaussianProcessesNoWeights
The filter to apply to the training data
TAGS_FILTER - Static variable in class weka.classifiers.functions.GaussianProcessesWeighted
The filter to apply to the training data
TAGS_FILTER - Static variable in class weka.classifiers.functions.GPD
The filter to apply to the training data
TAGS_ONEMISSING - Static variable in class weka.filters.unsupervised.attribute.MergeManyAttributes
 
TAGS_ONEMISSING - Static variable in class weka.filters.unsupervised.attribute.MergeTwoAttributes
 
TAGS_PADDING - Static variable in class weka.filters.unsupervised.attribute.FastWavelet
the types of padding.
TAGS_RULES - Static variable in class weka.classifiers.meta.AbstainVote
combination rules
TAGS_SELECTION - Static variable in class weka.classifiers.functions.LinearRegressionJ
Attribute selection methods
TAGS_SELECTION - Static variable in class weka.clusterers.SAXKMeans
Initialization methods
TAGS_VALUESDIFFER - Static variable in class weka.filters.unsupervised.attribute.MergeManyAttributes
the types of how to handle differing values.
TAGS_VALUESDIFFER - Static variable in class weka.filters.unsupervised.attribute.MergeTwoAttributes
the types of how to handle differing values.
tagsTipText() - Method in interface adams.core.tags.TagHandler
Returns the tip text for this property.
tagTipText() - Method in class adams.flow.transformer.exiftagoperation.AbstractApacheCommonsExifTagOperation
Returns the tip text for this property.
TakeScreenshot - Class in adams.gui.menu
Takes a screenshot of the desktop.
TakeScreenshot() - Constructor for class adams.gui.menu.TakeScreenshot
Initializes the menu item with no owner.
TakeScreenshot(AbstractApplicationFrame) - Constructor for class adams.gui.menu.TakeScreenshot
Initializes the menu item.
takeSnapshot(Storage) - Method in class adams.gui.visualization.debug.StoragePanel.TableModel
Takes a snapshot of the storage and turns it into a string array.
TAMIL - adams.flow.core.TesseractLanguage
 
Tamura - Class in adams.data.lire.features
Generates features using net.semanticmetadata.lire.imageanalysis.Tamura.
For more information on the LIRE project, see:
http://www.lire-project.net/

Tamura() - Constructor for class adams.data.lire.features.Tamura
 
TAN - Static variable in interface adams.parser.booleanexpression.sym
 
TAN - Static variable in interface adams.parser.lookupupdate.sym
 
TAN - Static variable in interface adams.parser.mathematicalexpression.sym
 
TAN - Static variable in interface adams.parser.spreadsheetformula.sym
 
TAN - Static variable in interface adams.parser.stringexpression.sym
 
TANH - Static variable in interface adams.parser.booleanexpression.sym
 
TANH - Static variable in interface adams.parser.lookupupdate.sym
 
TANH - Static variable in interface adams.parser.mathematicalexpression.sym
 
TANH - Static variable in interface adams.parser.stringexpression.sym
 
Tar - Class in adams.flow.transformer
Creates a Tar file containing one or more files.
Tar() - Constructor for class adams.flow.transformer.Tar
 
TarArchiveHandler - Class in adams.gui.tools.previewbrowser
Offers access to tar files.
TarArchiveHandler() - Constructor for class adams.gui.tools.previewbrowser.TarArchiveHandler
 
targetDirectoryTipText() - Method in class adams.flow.transformer.CopyFile
Returns the tip text for this property.
TargetRequired - Class in adams.data.outlier
Checks whether the specified target field is available in the report.
TargetRequired() - Constructor for class adams.data.outlier.TargetRequired
 
targetTipText() - Method in class adams.flow.standalone.DirWatch
Returns the tip text for this property.
TarUtils - Class in adams.core.io
A helper class for Tar-file related tasks.
TarUtils() - Constructor for class adams.core.io.TarUtils
 
TarUtils.Compression - Enum in adams.core.io
The type of compression to use.
TEBI_BYTES - adams.core.ByteFormat.Unit
 
TechnicalInformation - Class in adams.core
Used for paper references in the Javadoc and for BibTex generation.
TechnicalInformation(TechnicalInformation.Type) - Constructor for class adams.core.TechnicalInformation
Initializes the information with the given type.
TechnicalInformation(TechnicalInformation.Type, String) - Constructor for class adams.core.TechnicalInformation
Initializes the information with the given type.
TechnicalInformation.Field - Enum in adams.core
the possible fields.
TechnicalInformation.Type - Enum in adams.core
the different types of information.
TechnicalInformationHandler - Interface in adams.core
For classes that are based on some kind of publications.
TechnicalInformationHandlerJavadoc - Class in adams.doc.javadoc
Generates Javadoc comments from the TechnicalInformationHandler's data.
TechnicalInformationHandlerJavadoc() - Constructor for class adams.doc.javadoc.TechnicalInformationHandlerJavadoc
 
TECHREPORT - adams.core.TechnicalInformation.Type
A report published by a school or other institution, usually numbered within a series.
Tee - Class in adams.core.io
This class pipelines print/println's to several PrintStreams.
Tee - Class in adams.flow.control
Allows to tap into the flow and tee-off tokens.
Tee() - Constructor for class adams.core.io.Tee
initializes the object, with a default printstream.
Tee() - Constructor for class adams.flow.control.Tee
Default constructor.
Tee(PrintStream) - Constructor for class adams.core.io.Tee
initializes the object with the given default printstream, e.g., System.out.
Tee(String) - Constructor for class adams.flow.control.Tee
Initializes the actor with the specified name.
TeeSwingWorker(AbstractTee, Token) - Constructor for class adams.flow.control.AbstractTee.TeeSwingWorker
Initializes the worker.
Telnet - Class in adams.gui.menu
Opens the telnet application.
Telnet() - Constructor for class adams.gui.menu.Telnet
Initializes the menu item with no owner.
Telnet(AbstractApplicationFrame) - Constructor for class adams.gui.menu.Telnet
Initializes the menu item.
TelnetPanel - Class in adams.gui.tools
A simple telnet interface.
TelnetPanel() - Constructor for class adams.gui.tools.TelnetPanel
 
TELUGU - adams.flow.core.TesseractLanguage
 
tempDirTipText() - Method in class adams.flow.source.RSync
 
Template - Class in adams.flow.generator
Uses the specified flow template to generate the sub-flow.
Template() - Constructor for class adams.flow.generator.Template
 
templateFileTipText() - Method in class adams.flow.template.FromFile
Returns the tip text for this property.
TemplateSink - Class in adams.flow.sink
Lets a sink generated from a template consume the input tokens.
TemplateSink() - Constructor for class adams.flow.sink.TemplateSink
 
TemplateSource - Class in adams.flow.source
Broadcasts the generated output tokens from the (template) source.
TemplateSource() - Constructor for class adams.flow.source.TemplateSource
 
TemplateStandalone - Class in adams.flow.standalone
Generates a standalone actor/sub-flow from a template.
TemplateStandalone() - Constructor for class adams.flow.standalone.TemplateStandalone
 
templateTipText() - Method in class adams.flow.core.AbstractTemplate
Returns the tip text for this property.
templateTipText() - Method in class adams.flow.generator.Template
Returns the tip text for this property.
templateTipText() - Method in class adams.flow.source.NewFlow
Returns the tip text for this property.
templateTipText() - Method in interface adams.flow.template.ActorTemplateUser
Returns the tip text for this property.
templateTipText() - Method in class adams.flow.transformer.pdfstamp.Text
Returns the tip text for this property.
templateTipText() - Method in class adams.gui.flow.tree.keyboardaction.AbstractAddTemplate
Returns the tip text for this property.
TemplateTransformer - Class in adams.flow.transformer
Feeds tokens into an actor generated from a template and broadcasts the generated output tokens.
TemplateTransformer() - Constructor for class adams.flow.transformer.TemplateTransformer
 
TempUtils - Class in adams.core.io
Functionality related to temporary directory and temporary files.
TempUtils() - Constructor for class adams.core.io.TempUtils
 
TERA_BYTES - adams.core.ByteFormat.Unit
 
Terminal - Class in adams.core.management
Handles the terminal setup and can launch a terminal.
Terminal - Class in adams.gui.menu
Launches a terminal.
Terminal() - Constructor for class adams.core.management.Terminal
 
Terminal() - Constructor for class adams.gui.menu.Terminal
Initializes the menu item with no owner.
Terminal(AbstractApplicationFrame) - Constructor for class adams.gui.menu.Terminal
Initializes the menu item.
terminalNames - Static variable in interface adams.parser.actorsuggestion.sym
 
terminalNames - Static variable in interface adams.parser.basedate.sym
 
terminalNames - Static variable in interface adams.parser.basedatetime.sym
 
terminalNames - Static variable in interface adams.parser.basedatetimemsec.sym
 
terminalNames - Static variable in interface adams.parser.basetime.sym
 
terminalNames - Static variable in interface adams.parser.basetimemsec.sym
 
terminalNames - Static variable in interface adams.parser.booleanexpression.sym
 
terminalNames - Static variable in interface adams.parser.externalactorsuggestion.sym
 
terminalNames - Static variable in interface adams.parser.lookupupdate.sym
 
terminalNames - Static variable in interface adams.parser.mathematicalexpression.sym
 
terminalNames - Static variable in interface adams.parser.spreadsheetformula.sym
 
terminalNames - Static variable in interface adams.parser.spreadsheetquery.sym
 
terminalNames - Static variable in interface adams.parser.stringexpression.sym
 
terminalNames - Static variable in interface adams.parser.templatesuggestion.sym
 
TerminalSettingsPanel - Class in adams.gui.application
Panel for configuring the terminal settings.
TerminalSettingsPanel() - Constructor for class adams.gui.application.TerminalSettingsPanel
 
terminate() - Method in class adams.multiprocess.AbstractJobRunner
Stops the execution immediately.
terminate() - Method in interface adams.multiprocess.JobRunner
Stops the execution immediately.
terminate(boolean) - Method in class adams.multiprocess.AbstractJobRunner
Stops the execution immediately.
terminate(boolean) - Method in interface adams.multiprocess.JobRunner
Stops the execution immediately.
TesseractConfiguration - Class in adams.flow.standalone
Setup parameters for tesseract.
For more information see:
https://github.com/tesseract-ocr/tesseract

Valid options are:

TesseractConfiguration() - Constructor for class adams.flow.standalone.TesseractConfiguration
 
TesseractDefinition - Class in adams.env
Definition for the Tesseract props file.
TesseractDefinition() - Constructor for class adams.env.TesseractDefinition
 
TesseractHelper - Class in adams.data.tesseract
Helper class for locale setup (see ISO 639).
TesseractLanguage - Enum in adams.flow.core
Enumeration of languages that tesseract supports.
TesseractOCR - Class in adams.flow.transformer
Applies OCR to the incoming image file using Tesseract.
In case of successful OCR, either the file names of the generated files are broadcast or the combined text of the files.
NB: The actor deletes all files that have the same prefix as the specified output base.
TesseractOCR - Class in adams.gui.visualization.image.plugins
Allows the user to apply a JAI transformer to an image in the ImageViewer.
TesseractOCR() - Constructor for class adams.flow.transformer.TesseractOCR
 
TesseractOCR() - Constructor for class adams.gui.visualization.image.plugins.TesseractOCR
 
TesseractPageSegmentation - Enum in adams.flow.core
The types of page segementation that Tesseract supports.
TesseractSettingsPanel - Class in adams.gui.application
Panel for configuring the tesseract settings.
TesseractSettingsPanel() - Constructor for class adams.gui.application.TesseractSettingsPanel
 
testAttributesTipText() - Method in class adams.flow.transformer.AbstractWekaPredictionsTransformer
Returns the tip text for this property.
testBaseTipText() - Method in class adams.flow.transformer.WekaExperimentEvaluation
Returns the tip text for this property.
testBaseTipText() - Method in class adams.gui.tools.wekainvestigator.tab.experimenttab.output.TextOutput
Returns the tip text for this property.
testCV(List<Binnable<T>>, int, int) - Static method in class adams.data.splitgenerator.generic.crossvalidation.CrossValidationGenerator
Creates the test set for one fold of a cross-validation on the dataset.
testDataTipText() - Method in class adams.flow.transformer.WekaGeneticAlgorithm
Returns the tip text for this property.
testerTipText() - Method in class adams.flow.transformer.WekaExperimentEvaluation
Returns the tip text for this property.
testerTipText() - Method in class adams.gui.tools.wekainvestigator.tab.experimenttab.output.TextOutput
Returns the tip text for this property.
TestingHelper - Class in weka.classifiers
Helper class for evaluating models on test data.
TestingHelper() - Constructor for class weka.classifiers.TestingHelper
 
TestingHelper.TestingUpdateListener - Interface in weka.classifiers
The interface for objects that listen for testing updates.
testingUpdateRequested(Instances, int, int) - Method in interface weka.classifiers.TestingHelper.TestingUpdateListener
Gets called when the testing interval reached or all instances processed.
testInputFormat(Instances) - Method in class weka.filters.unsupervised.attribute.PartitionedMultiFilter2
tests the data whether the filter can actually handle it.
testsetTipText() - Method in class adams.flow.transformer.WekaTestSetClustererEvaluator
Returns the tip text for this property.
testsetTipText() - Method in class adams.flow.transformer.WekaTestSetEvaluator
Returns the tip text for this property.
testSetTipText() - Method in class weka.filters.unsupervised.instance.AlignDataset
Returns the tip text for this property.
testSetTipText() - Method in class weka.filters.unsupervised.instance.RemoveTestInstances
Returns the tip text for this property.
testSplitNameTipText() - Method in class adams.flow.transformer.indexedsplitsrunsevaluation.InstancesIndexedSplitsRunsEvaluation
Returns the tip text for this property.
testSplitNameTipText() - Method in class adams.flow.transformer.indexedsplitsrunspredictions.InstancesIndexedSplitsRunsPredictions
Returns the tip text for this property.
testTipText() - Method in class adams.flow.transformer.preparefilebaseddataset.Selected
Returns the tip text for this property.
testTipText() - Method in class adams.flow.transformer.WekaClassifierRanker
Returns the tip text for this property.
Text - Class in adams.data.featureconverter
Simple feature converter that generates a CSV-like textual output.
Text - Class in adams.flow.transformer.draw
Draws text with a specified font at the given location.
Text - Class in adams.flow.transformer.pdfstamp
Simple text stamper.
You can use placeholders for the page index:
- 0-based: #
- 1-based: @
Variables in the template get expanded as well.
Text - Class in adams.scripting.command.basic
Just sends some text.
Text() - Constructor for class adams.data.featureconverter.Text
 
Text() - Constructor for class adams.flow.transformer.draw.Text
 
Text() - Constructor for class adams.flow.transformer.pdfstamp.Text
 
Text() - Constructor for class adams.scripting.command.basic.Text
 
TEXT_INTERACTIVE - Static variable in class adams.flow.control.Inspect
the interactive text for the button.
TEXT_NONINTERACTIVE - Static variable in class adams.flow.control.Inspect
the non-interactive text for the button.
Text.Alignment - Enum in adams.flow.transformer.pdfstamp
The available alignments.
TextAreaComponent - Interface in adams.gui.core
Common interface for TextArea-like components.
TextAreaPage - Class in adams.gui.wizard
Wizard page that use a BaseTextArea for entering free-form text.
TextAreaPage() - Constructor for class adams.gui.wizard.TextAreaPage
Default constructor.
TextAreaPage(String) - Constructor for class adams.gui.wizard.TextAreaPage
Initializes the page with the given page name.
textColumnsTipText() - Method in class adams.data.io.input.AbstractExcelSpreadSheetReader
Returns the tip text for this property.
textColumnsTipText() - Method in class adams.data.io.input.AutoWidthTabularSpreadSheetReader
Returns the tip text for this property.
textColumnsTipText() - Method in class adams.data.io.input.CsvSpreadSheetReader
Returns the tip text for this property.
textColumnsTipText() - Method in class adams.data.io.input.FixedTabularSpreadSheetReader
Returns the tip text for this property.
textColumnsTipText() - Method in class adams.data.io.input.ODFSpreadSheetReader
Returns the tip text for this property.
textColumnsTipText() - Method in class adams.data.io.input.SimpleCsvSpreadSheetReader
Returns the tip text for this property.
TextContainer - Class in adams.data.text
Simple container for text objects that also offers notes and a report for storing meta-data.
TextContainer() - Constructor for class adams.data.text.TextContainer
Initializes the container.
TextContainerToString - Class in adams.data.conversion
Obtains the string content of a adams.data.text.TextContainer and forwards that.
TextContainerToString() - Constructor for class adams.data.conversion.TextContainerToString
 
textContentTipText() - Method in class adams.flow.transformer.pdfproclet.FixedText
Returns the tip text for this property.
textCoordinatesTipText() - Method in class adams.gui.visualization.core.CrossHairTracker
Returns the tip text for this property.
TextDialog - Class in adams.gui.dialog
A simple dialog for displaying text.
TextDialog() - Constructor for class adams.gui.dialog.TextDialog
Creates a modeless dialog without a title and without a specified Frame owner.
TextDialog(Dialog) - Constructor for class adams.gui.dialog.TextDialog
Creates a modeless dialog without a title with the specified Dialog as its owner.
TextDialog(Dialog, Dialog.ModalityType) - Constructor for class adams.gui.dialog.TextDialog
Creates a dialog with the specified owner Dialog and modality.
TextDialog(Dialog, String) - Constructor for class adams.gui.dialog.TextDialog
Creates a modeless dialog with the specified title and with the specified owner dialog.
TextDialog(Dialog, String, Dialog.ModalityType) - Constructor for class adams.gui.dialog.TextDialog
Creates a dialog with the specified title, modality and the specified owner Dialog.
TextDialog(Frame) - Constructor for class adams.gui.dialog.TextDialog
Creates a modeless dialog without a title with the specified Frame as its owner.
TextDialog(Frame, boolean) - Constructor for class adams.gui.dialog.TextDialog
Creates a dialog with the specified owner Frame, modality and an empty title.
TextDialog(Frame, String) - Constructor for class adams.gui.dialog.TextDialog
Creates a modeless dialog with the specified title and with the specified owner frame.
TextDialog(Frame, String, boolean) - Constructor for class adams.gui.dialog.TextDialog
Creates a dialog with the specified owner Frame, modality and title.
TextDirectory - Class in adams.gui.tools.wekainvestigator.source
Uses the TextDirectoryLoader to load text documents.
TextDirectory() - Constructor for class adams.gui.tools.wekainvestigator.source.TextDirectory
Instantiates the action.
TextDirectoryLoaderContainer - Class in adams.gui.tools.wekainvestigator.data
Dataset generated by TextDirectoryLoader.
TextDirectoryLoaderContainer(TextDirectoryLoader) - Constructor for class adams.gui.tools.wekainvestigator.data.TextDirectoryLoaderContainer
Loads the data using the specified loader.
TextEditor - Class in adams.gui.menu
Opens a simple text editor.
TextEditor() - Constructor for class adams.gui.menu.TextEditor
Initializes the menu item with no owner.
TextEditor(AbstractApplicationFrame) - Constructor for class adams.gui.menu.TextEditor
Initializes the menu item.
TextEditorArea() - Constructor for class adams.gui.core.TextEditorPanel.TextEditorArea
Initializes the text area.
TextEditorPanel - Class in adams.gui.core
A panel that allows the editing of text, including undo/redo support.
TextEditorPanel() - Constructor for class adams.gui.core.TextEditorPanel
 
TextEditorPanel.TextEditorArea - Class in adams.gui.core
Specialized BaseTextArea.
textFieldToolTipText() - Method in class adams.gui.chooser.AbstractChooserPanel
Returns the tooltip for the text field.
textFieldToolTipText() - Method in class adams.gui.chooser.AbstractDateBasedChooserPanel
Returns the tooltip for the text field.
textFieldToolTipText() - Method in class adams.gui.chooser.ColorChooserPanel
Returns the tooltip for the text field.
TextFile - Class in adams.gui.sendto
Action for saving text in a text file.
TextFile() - Constructor for class adams.gui.sendto.TextFile
 
TextFileChooser - Class in adams.gui.chooser
Specialized filechooser for text files.
TextFileChooser() - Constructor for class adams.gui.chooser.TextFileChooser
Constructs a TextFileChooser pointing to the user's default directory.
TextFileChooser(File) - Constructor for class adams.gui.chooser.TextFileChooser
Constructs a TextFileChooser using the given File as the path.
TextFileChooser(String) - Constructor for class adams.gui.chooser.TextFileChooser
Constructs a TextFileChooser using the given path.
TextFileChooser.FileEncodingPanel - Class in adams.gui.chooser
The accessory panel for setting the encoding.
TextFileReader - Class in adams.flow.transformer
Reads a text file and forwards the content.
This actor takes the file to read as input.
TextFileReader() - Constructor for class adams.flow.transformer.TextFileReader
Default constructor.
TextFileReader(AbstractTextReader) - Constructor for class adams.flow.transformer.TextFileReader
Initializes with the specified reader.
TextFileSearchHandler - Class in adams.core.io.filesearch
Searches text files, skips binary files.
TextFileSearchHandler() - Constructor for class adams.core.io.filesearch.TextFileSearchHandler
 
TextFileWithLineNumbersWriter - Class in adams.data.io.output
Writes the content to a text file, preceding each line with its line number.
TextFileWithLineNumbersWriter() - Constructor for class adams.data.io.output.TextFileWithLineNumbersWriter
 
TextFileWriter - Class in adams.data.io.output
Writes the content to a text file.
TextFileWriter() - Constructor for class adams.data.io.output.TextFileWriter
 
TextOutput - Class in adams.gui.tools.wekainvestigator.tab.experimenttab.output
Generates textual output.
TextOutput() - Constructor for class adams.gui.tools.wekainvestigator.tab.experimenttab.output.TextOutput
 
TextOverlayPaintlet - Class in adams.gui.visualization.core
Simply paints the specified text at a certain location.
TextOverlayPaintlet - Class in adams.gui.visualization.sequence
Outputs the supplied text at the specified location.
TextOverlayPaintlet() - Constructor for class adams.gui.visualization.core.TextOverlayPaintlet
 
TextOverlayPaintlet() - Constructor for class adams.gui.visualization.sequence.TextOverlayPaintlet
 
TextPane() - Constructor for class adams.gui.visualization.container.NotesFactory.TextPane
Initializes the text pane with no notes.
TextPane(T) - Constructor for class adams.gui.visualization.container.NotesFactory.TextPane
Initializes the text pane with the notes in the given container.
TextPaneComponent - Interface in adams.gui.core
TODO: What class does.
TextPanel - Class in adams.gui.dialog
A simple text editor panel.
TextPanel() - Constructor for class adams.gui.dialog.TextPanel
 
TextReader - Class in adams.core.io.fileuse
Uses the specified text reader to load the file for checking the 'in use' state: if reading fails, then it is assumed the file is in use.
TextReader() - Constructor for class adams.core.io.fileuse.TextReader
 
textReaderTipText() - Method in class adams.data.io.input.AbstractCompressedTextReader
Returns the tip text for this property.
TextRenderer - Class in adams.data.conversion
Turns incoming objects into their textual representation, either automatic detection based on their data type or by explicitly specifying a renderer.

See also:
adams.flow.transformer.TextRenderer

TextRenderer - Class in adams.flow.transformer
Turns incoming objects into their textual representation, either automatic detection based on their data type or by explicitly specifying a renderer.
TextRenderer - Interface in adams.data.textrenderer
Interface for text renderers for objects.
TextRenderer() - Constructor for class adams.data.conversion.TextRenderer
 
TextRenderer() - Constructor for class adams.flow.transformer.TextRenderer
 
TextStatistics - Class in adams.gui.tools.wekainvestigator.tab.attseltab.output
Generates basic text statistic.
TextStatistics - Class in adams.gui.tools.wekainvestigator.tab.classifytab.output
Generates basic text statistic.
TextStatistics - Class in adams.gui.tools.wekainvestigator.tab.clustertab.output
Generates basic text statistic.
TextStatistics() - Constructor for class adams.gui.tools.wekainvestigator.tab.attseltab.output.TextStatistics
 
TextStatistics() - Constructor for class adams.gui.tools.wekainvestigator.tab.classifytab.output.TextStatistics
 
TextStatistics() - Constructor for class adams.gui.tools.wekainvestigator.tab.clustertab.output.TextStatistics
 
TextSupplier - Interface in adams.flow.sink
Interface for sinks that supply a string.
TextSupporter - Interface in adams.core
Interface for classes that can supply text.
TextSupporterTextRenderer - Class in adams.data.textrenderer
Outputs the text representation returned from TextSupporter classes.
TextSupporterTextRenderer() - Constructor for class adams.data.textrenderer.TextSupporterTextRenderer
 
textTipText() - Method in class adams.data.barcode.encode.QRCode
Returns the tip text for this property.
textTipText() - Method in class adams.flow.control.MissionControl
Returns the tip text for this property.
textTipText() - Method in class adams.flow.transformer.draw.Text
Returns the tip text for this property.
textTipText() - Method in class adams.gui.visualization.core.TextOverlayPaintlet
Returns the tip text for this property.
textTipText() - Method in class adams.scripting.command.basic.Text
Returns the tip text for this property.
TextualContentPanel - Class in adams.gui.tools.wekainvestigator.output
Panel for exporting the textual component as text.
TextualContentPanel(BaseTextAreaWithButtons, boolean) - Constructor for class adams.gui.tools.wekainvestigator.output.TextualContentPanel
Initializes the panel with the specified textual component.
TextualContentPanel(BaseTextPaneWithButtons, boolean) - Constructor for class adams.gui.tools.wekainvestigator.output.TextualContentPanel
Initializes the panel with the specified textual component.
TextualContentPanel(JTextComponent, boolean) - Constructor for class adams.gui.tools.wekainvestigator.output.TextualContentPanel
Initializes the panel with the specified textual component.
textVariableTipText() - Method in class adams.gui.visualization.core.TextOverlayPaintlet
Returns the tip text for this property.
TextWriter - Class in adams.flow.sink
Writes incoming textual data to a text file.
TextWriter() - Constructor for class adams.flow.sink.TextWriter
 
THAI - adams.flow.core.TesseractLanguage
 
THEN - Static variable in interface adams.parser.actorsuggestion.sym
 
THEN - Static variable in interface adams.parser.externalactorsuggestion.sym
 
THEN - Static variable in interface adams.parser.lookupupdate.sym
 
THEN - Static variable in interface adams.parser.templatesuggestion.sym
 
thenActorTipText() - Method in class adams.flow.control.IfStorageValue
Returns the tip text for this property.
thenActorTipText() - Method in class adams.flow.control.IfThenElse
Returns the tip text for this property.
thicknessTipText() - Method in class adams.gui.visualization.jfreechart.shape.Cross
Returns the tip text for this property.
thicknessTipText() - Method in class adams.gui.visualization.stats.scatterplot.AbstractScatterPlotOverlay
Return a tip text for the thickness property.
thicknessTipText() - Method in class adams.gui.visualization.stats.zscore.AbstractZScoreOverlay
Return a tip text for the thickness property
THIRD - Static variable in class adams.core.Index
the special string "third".
THIRD - Static variable in class adams.core.Range
the special string "third".
THIRD - Static variable in class adams.core.UnorderedRange
the special string "third".
ThirdPartyCopyright - Annotation Type in adams.core.annotation
An annotation for classes with the copyright belonging completely to a third-party.
ThirdPartyCopyrightProcessor - Class in adams.core.annotation
A processor that lists all classes/methods with 3rd party copyright.
ThirdPartyCopyrightProcessor() - Constructor for class adams.core.annotation.ThirdPartyCopyrightProcessor
 
THIS - Static variable in interface adams.parser.externalactorsuggestion.sym
 
ThreadLimiter - Interface in adams.core
Interface for classes that allow limiting the number of threads in use.
ThreadSafeClassifier - Interface in weka.classifiers
Indicator interface for thread-safe classifiers.
ThreadSafeClassifierWrapper - Class in weka.classifiers.meta
Wraps an abstaining classifier and allows turning on/of abstaining.
ThreadSafeClassifierWrapper() - Constructor for class weka.classifiers.meta.ThreadSafeClassifierWrapper
 
THREE_WAY - adams.data.statistics.SPCUtils.Chart
 
THRESH_BINARY - adams.data.opencv.ThresholdType
 
THRESH_BINARY_INV - adams.data.opencv.ThresholdType
 
THRESH_MASK - adams.data.opencv.ThresholdType
 
THRESH_OTSU - adams.data.opencv.ThresholdType
 
THRESH_TOZERO - adams.data.opencv.ThresholdType
 
THRESH_TOZERO_INV - adams.data.opencv.ThresholdType
 
THRESH_TRIANGLE - adams.data.opencv.ThresholdType
 
THRESH_TRUNC - adams.data.opencv.ThresholdType
 
threshold - Variable in class adams.core.base.RangedThreshold.ThresholdSpecification
the associated threshold.
Threshold - Class in adams.data.opencv.transformer
Generates a binary image using the specified image.
Threshold() - Constructor for class adams.data.opencv.transformer.Threshold
 
THRESHOLD - adams.flow.sink.WekaThresholdCurve.AttributeName
 
THRESHOLD - Static variable in class weka.classifiers.meta.ClassifierCascade
 
THRESHOLD_CHECK - Static variable in class weka.classifiers.meta.ClassifierCascade
 
thresholdAngleTipText() - Method in class adams.flow.transformer.BoofCVDetectLineSegments
Returns the tip text for this property.
thresholdCheckTipText() - Method in class weka.classifiers.meta.ClassifierCascade
Returns the tip text for this property.
ThresholdCurves - Class in weka.gui.visualize.plugins
Displays all the threshold curves (ROC) in a single plot.
ThresholdCurves() - Constructor for class weka.gui.visualize.plugins.ThresholdCurves
 
thresholdDownTipText() - Method in class adams.data.boofcv.transformer.Binary
Returns the tip text for this property.
ThresholdedBinaryClassification - Class in weka.classifiers.meta
Meta classifier for binary classification problems that allows to specify a minimum probability threshold for one of the labels.
ThresholdedBinaryClassification() - Constructor for class weka.classifiers.meta.ThresholdedBinaryClassification
 
ThresholdedCrop - Class in adams.data.image.transformer.crop
Simple cropping algorithm that assumes a good contrast between background and foreground.
Algorithm:
- create histogram of grayscale image
- remove counts from histogram that fall below noise-level
- determine left-most (L) and right-most (R) non-zero count
- divide region between L and R into two and determine highest peak in each (LP and RP)
- 8-bit threshold is halfway between LP and RP
- determine first pixel that is above threshold from top, bottom, left and right, which is used for the crop

ThresholdedCrop() - Constructor for class adams.data.image.transformer.crop.ThresholdedCrop
 
thresholdEdgeTipText() - Method in class adams.flow.transformer.BoofCVDetectLineSegments
Returns the tip text for this property.
thresholdEquals(int, int) - Method in class adams.data.boofcv.multiimageoperation.Diff
Outputs -1 if the difference between the values is less than the threshold, otherwise 1.
thresholdHighTipText() - Method in class adams.flow.transformer.locateobjects.CannyBinary
Returns the tip text for this property.
thresholdHighTipText() - Method in class adams.flow.transformer.locateobjects.CannyEdges
Returns the tip text for this property.
thresholdLowTipText() - Method in class adams.flow.transformer.locateobjects.CannyBinary
Returns the tip text for this property.
thresholdLowTipText() - Method in class adams.flow.transformer.locateobjects.CannyEdges
Returns the tip text for this property.
ThresholdReplacement - Class in adams.data.image.transformer
Replaces pixels of the image that fall below or above (depending on configuration) a user defined threshold in the grayscale space with the supplied replacement color.
Can be replaced to remove dark or light splotches.
ThresholdReplacement() - Constructor for class adams.data.image.transformer.ThresholdReplacement
 
ThresholdReplacement.ThresholdType - Enum in adams.data.image.transformer
How to interpret the threshold.
ThresholdSpecification(double, double, double) - Constructor for class adams.core.base.RangedThreshold.ThresholdSpecification
Initializes the container.
thresholdsTipText() - Method in class weka.classifiers.meta.VotedImbalance
Returns the tip text for this property.
thresholdsValue() - Method in class adams.core.base.RangedThreshold
Returns the string as threshold specifications.
thresholdTipText() - Method in class adams.data.boofcv.multiimageoperation.Diff
Returns the tip text for this property.
thresholdTipText() - Method in class adams.data.boofcv.transformer.Binary
Returns the tip text for this property.
thresholdTipText() - Method in class adams.data.image.transformer.Binary
Returns the tip text for this property.
thresholdTipText() - Method in class adams.data.image.transformer.BinaryMask
Returns the tip text for this property.
thresholdTipText() - Method in class adams.data.image.transformer.SuppliedImageMask
Returns the tip text for this property.
thresholdTipText() - Method in class adams.data.image.transformer.ThresholdReplacement
Returns the tip text for this property.
thresholdTipText() - Method in class adams.data.image.transformer.whitebalance.GIMP
Returns the tip text for this property.
thresholdTipText() - Method in class adams.data.image.transformer.XScreenMask
Returns the tip text for this property.
thresholdTipText() - Method in class adams.data.opencv.transformer.Threshold
Returns the tip text for this property.
thresholdTipText() - Method in class adams.data.weka.evaluator.AbstractDatasetInstanceEvaluator
Returns the tip text for this property.
thresholdTipText() - Method in class adams.flow.standalone.MemoryMonitor
Returns the tip text for this property.
thresholdTipText() - Method in class adams.flow.transformer.locateobjects.XScreenMaskLocator
Returns the tip text for this property.
thresholdTipText() - Method in class adams.tools.CompareDatasets
Returns the tip text for this property.
thresholdTipText() - Method in class weka.classifiers.meta.ClassifierCascade
Returns the tip text for this property.
thresholdTipText() - Method in class weka.filters.unsupervised.instance.RemoveMisclassifiedAbs
Returns the tip text for this property.
thresholdTipText() - Method in class weka.filters.unsupervised.instance.RemoveMisclassifiedRel
Returns the tip text for this property.
ThresholdType - Enum in adams.data.opencv
The threshold types.
thresholdTypeTipText() - Method in class adams.data.boofcv.transformer.Binary
Returns the tip text for this property.
THRIFTY - weka.classifiers.trees.XGBoost.FeatureSelector
 
throwableToString(Throwable) - Static method in class adams.core.logging.LoggingHelper
Returns the stacktrace of the throwable as string.
throwableToString(Throwable, int) - Static method in class adams.core.logging.LoggingHelper
Returns the stacktrace of the throwable as string.
THURSDAY - Static variable in class adams.data.conversion.ExtractDateTimeField
the thursday constant.
Tick - Class in adams.gui.visualization.core.axis
Represents a single tick of an axis.
Tick(int, String) - Constructor for class adams.gui.visualization.core.axis.Tick
Initializes the tick.
TickGenerator - Interface in adams.gui.visualization.core.axis
Interface for tick generators.
tickGeneratorTipText() - Method in class adams.gui.visualization.core.AxisPanelOptions
Returns the tip text for this property.
TIFF - adams.data.jai.ImageType
 
TIFFWriter - Class in adams.gui.print
Outputs TIFF images.
TIFFWriter() - Constructor for class adams.gui.print.TIFFWriter
 
Time - Class in adams.core
A thin wrapper to distinguish between date and time.
Time - Class in adams.flow.execution
Shows how much time actors are taking in their method calls (gets accumulated).
Time() - Constructor for class adams.core.Time
Default constructor.
Time() - Constructor for class adams.flow.execution.Time
 
Time(long) - Constructor for class adams.core.Time
Initializes the time with the given msecs.
Time(Date) - Constructor for class adams.core.Time
Initializes the time with the given date.
TIME - adams.core.BasicDateTimeType
 
TIME - adams.core.DateTimeType
adams' Time.
TIME - adams.core.PropertiesDataType
 
TIME - adams.data.spreadsheet.Cell.ContentType
time.
TIME - adams.flow.source.SelectDateTime.Type
just time.
TIME - adams.gui.core.PropertiesParameterPanel.PropertyType
time.
TIME - adams.gui.visualization.core.axis.Type
displaying times.
TIME_FORMAT - Static variable in class adams.core.Constants
the format for times.
TIME_FORMAT_MSECS - Static variable in class adams.core.Constants
the format for times (incl msecs).
TIME_MSEC - adams.core.BasicDateTimeType
 
TIME_SERIES - adams.data.statistics.SPCUtils.Chart
 
TimeAmount - Class in adams.parser
Helper class for date manipulations (adding, substracting), stores the type and amount.
TimeAmount(int) - Constructor for class adams.parser.TimeAmount
Initializes the object with amount 1 of the specified type.
TimeAmount(int, int) - Constructor for class adams.parser.TimeAmount
Initializes the object with specified amount and type.
TimeAmount(int, int, TimeAmount.Note) - Constructor for class adams.parser.TimeAmount
Initializes the object with specified amount and type.
TIMEAMOUNT - Static variable in interface adams.parser.basedate.sym
 
TIMEAMOUNT - Static variable in interface adams.parser.basedatetime.sym
 
TIMEAMOUNT - Static variable in interface adams.parser.basedatetimemsec.sym
 
TIMEAMOUNT - Static variable in interface adams.parser.basetime.sym
 
TIMEAMOUNT - Static variable in interface adams.parser.basetimemsec.sym
 
TimeAmount.Note - Enum in adams.parser
enum of notes.
TimeAxisModel - Class in adams.gui.visualization.core.axis
An axis model for displaying time values.
TimeAxisModel() - Constructor for class adams.gui.visualization.core.axis.TimeAxisModel
 
TimeChooserPanel - Class in adams.gui.chooser
Represents a text field and a button to open up a dialog for selecting a date.
TimeChooserPanel() - Constructor for class adams.gui.chooser.TimeChooserPanel
 
timeColumnsTipText() - Method in class adams.data.io.input.CsvSpreadSheetReader
Returns the tip time for this property.
TimedActor - Interface in adams.flow.core
Interface for actors that time their execution and send the timing data to a callable actor.
TimedActorTransfer - Class in adams.core.optiontransfer
Transfers options between TimedActor objects.
TimedActorTransfer() - Constructor for class adams.core.optiontransfer.TimedActorTransfer
 
TimedFlowExecutionListener - Interface in adams.flow.execution
Interface for listeners that performs updates/etc at regular intervals.
TimedSubProcess - Class in adams.flow.control
Encapsulates a sequence of flow items.
TimedSubProcess() - Constructor for class adams.flow.control.TimedSubProcess
 
TimedTee - Class in adams.flow.control
Allows to tap into the flow and tee-off tokens.
Times how long the sub-flow execution takes and sends the time in milli-seconds (as double) in a adams.flow.container.TimingContainer container to the specified callable actor.
TimedTee() - Constructor for class adams.flow.control.TimedTee
 
TimedTrigger - Class in adams.flow.control
Executes the subs-actors whenever a token gets passed through.
TimedTrigger() - Constructor for class adams.flow.control.TimedTrigger
 
timeFormatTipText() - Method in class adams.data.io.input.CsvSpreadSheetReader
Returns the tip time for this property.
timeFormatTipText() - Method in class adams.data.io.output.AutoWidthTabularSpreadSheetWriter
Returns the tip time for this property.
timeFormatTipText() - Method in class adams.data.io.output.CsvSpreadSheetWriter
Returns the tip time for this property.
timeFormatTipText() - Method in class adams.data.io.output.ExcelSpreadSheetWriter
Returns the tip time for this property.
timeFormatTipText() - Method in class adams.data.io.output.FixedTabularSpreadSheetWriter
Returns the tip time for this property.
timeIt(Runnable) - Static method in class adams.core.TimeIt
Executes the runnable.
timeIt(String, Runnable) - Static method in class adams.core.TimeIt
Executes the runnable.
TimeIt - Class in adams.core
Helper class for timing code execution.
TimeIt() - Constructor for class adams.core.TimeIt
Initializes with no output on commandline.
TimeIt(String) - Constructor for class adams.core.TimeIt
Initializes with the specified prefix for output.
timeLenientTipText() - Method in class adams.data.io.input.CsvSpreadSheetReader
Returns the tip text for this property.
TimeMsec - Class in adams.core
A thin wrapper to distinguish between date and time/msec.
TimeMsec() - Constructor for class adams.core.TimeMsec
Default constructor.
TimeMsec(long) - Constructor for class adams.core.TimeMsec
Initializes the time with the given msecs.
TimeMsec(Date) - Constructor for class adams.core.TimeMsec
Initializes the time with the given date.
TIMEMSEC - adams.core.DateTimeType
adams' DateTimeMsec.
TIMEMSEC - adams.data.spreadsheet.Cell.ContentType
time with msec.
timeMsecColumnsTipText() - Method in class adams.data.io.input.CsvSpreadSheetReader
Returns the tip time for this property.
timeMsecFormatTipText() - Method in class adams.data.io.input.CsvSpreadSheetReader
Returns the tip time for this property.
timeMsecFormatTipText() - Method in class adams.data.io.output.CsvSpreadSheetWriter
Returns the tip time for this property.
timeMsecLenientTipText() - Method in class adams.data.io.input.CsvSpreadSheetReader
Returns the tip text for this property.
timeMsecValue() - Method in class adams.core.base.BaseTimeMsec
Returns the TimeMsec value.
timeoutTipText() - Method in class adams.flow.source.RSync
 
timeoutTipText() - Method in class adams.flow.source.Socket
Returns the tip text for this property.
timeoutTipText() - Method in class adams.flow.standalone.SMTPConnection
Returns the tip text for this property.
timeoutTipText() - Method in class adams.flow.standalone.SSHConnection
Returns the tip text for this property.
timeoutTipText() - Method in class adams.scripting.engine.DefaultScriptingEngine
Returns the tip text for this property.
timeoutTipText() - Method in class weka.classifiers.meta.SocketFacade
Returns the tip text for this property.
timeOutTipText() - Method in class adams.core.shutdown.StopFlows
Returns the tip text for this property.
timeOutTipText() - Method in class adams.flow.source.AbstractPythonExecution
Returns the tip text for this property.
timeOutTipText() - Method in class adams.flow.source.Command
Returns the tip text for this property.
timeOutTipText() - Method in class adams.scripting.command.basic.AbstractCommandWithFlowStopping
Returns the tip text for this property.
timeOutTipText() - Method in class adams.scripting.command.basic.StartRemoteLogging
Returns the tip text for this property.
timeOutTipText() - Method in class adams.scripting.CommandRunner
Returns the tip text for this property.
TimePanel - Class in adams.gui.chooser
Allows the user to select a time (24h).
TimePanel() - Constructor for class adams.gui.chooser.TimePanel
 
Timer(Stopwatch.StopwatchPanel) - Constructor for class adams.flow.standalone.Stopwatch.Timer
Initializes the timer.
TIMES - Static variable in interface adams.parser.basedate.sym
 
TIMES - Static variable in interface adams.parser.basedatetime.sym
 
TIMES - Static variable in interface adams.parser.basedatetimemsec.sym
 
TIMES - Static variable in interface adams.parser.basetime.sym
 
TIMES - Static variable in interface adams.parser.basetimemsec.sym
 
TIMES - Static variable in interface adams.parser.booleanexpression.sym
 
TIMES - Static variable in interface adams.parser.lookupupdate.sym
 
TIMES - Static variable in interface adams.parser.mathematicalexpression.sym
 
TIMES - Static variable in interface adams.parser.spreadsheetformula.sym
 
TIMES - Static variable in interface adams.parser.stringexpression.sym
 
TIMES_ROMAN - Static variable in class adams.core.io.PdfFont
the string for Times Roman.
Timeseries<P extends TimeseriesPoint,​R extends Report,​S extends TimeseriesStatistic> - Class in adams.data.timeseries
Container for a full timeseries.
Timeseries() - Constructor for class adams.data.timeseries.Timeseries
Initializes the profile with no RFID tag ID.
Timeseries(String) - Constructor for class adams.data.timeseries.Timeseries
Initializes the profile with the specified RFID tag ID.
TimeseriesAdd - Class in adams.flow.transformer
Appends the incoming timeseries to the one available from storage.
If none yet available from storage, then the current one simply put into storage.
If the timeseries already contains elements with the same timestamp, then these will get replaced by the current ones.
TimeseriesAdd() - Constructor for class adams.flow.transformer.TimeseriesAdd
 
TimeseriesAppend - Class in adams.flow.transformer
Appends the incoming timeseries to the one available from storage.
If none yet available from storage, then the current one simply put into storage.
If the timeseries already contains elements with the same timestamp, then these will get replaced by the current ones.
TimeseriesAppend() - Constructor for class adams.flow.transformer.TimeseriesAppend
 
TimeseriesAutocorrelation - Class in adams.data.filter
Performs autocorrelation on the timeseries.
TimeseriesAutocorrelation() - Constructor for class adams.data.filter.TimeseriesAutocorrelation
 
TimeseriesChangeResolution - Class in adams.data.filter
Generates a new timeseries with a (user-defined) fixed-length interval between data points.
TimeseriesChangeResolution() - Constructor for class adams.data.filter.TimeseriesChangeResolution
 
TimeseriesCommandProcessor - Class in adams.gui.scripting
General actions:

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

delete-data <comma-separated list of DB-IDs>
   Deletes the spectra with the specified DB-IDs from 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.


Actions for knir.gui.visualization.spectrum.TimeseriesPanel:

add-data <comma-separated list of DB-IDss>
   Adds the spectrums to the currently loaded ones.

add-data-file <spectrum-reader scheme>
   Adds the spectrum loaded via the given reader to the currently loaded ones.

clear-data
   Removes all spectra.

filter <classname + options>
   Executes the filter on the visible spectra, replaces the original ones.

filter-overlay <classname + options>
   Executes the filter on the visible spectra, overlays the original ones.

invisible <comma-separated list of 1-based indices>
   Sets the visibility of the specified spectrums to false.
   NB: index is based on the order the spectrums haven beeen loaded into the
   system, includes all spectrums, not just visible ones.

remove-data <comma-separated list of 1-based indices>
   Removes the spectrums with the specified indices.
   NB: index is based on the order the spectrums haven beeen loaded into the
   system, includes all spectrums, not just visible ones.

run-flow <filename>
   Executes the flow stored in the given file.
   The base actor has to be 'adams.flow.control.SubProcess'.
   The processed spectra replace the currently loaded ones.

run-flow-overlay <filename>
   Executes the flow stored in the given file.
   The base actor has to be 'adams.flow.control.SubProcess'.
   The processed spectra overlay the currently loaded ones.

select-wave-number <wave number>
   Selects a wave number.

set-data <index> <DB-ID>
   Replaces the currently loaded spectrum at the specified 1-based index with
   the one associated with the database ID.

visible <comma-separated list of 1-based indices>
   Sets the visibility of the specified spectrums to true.
   NB: index is based on the order the spectrums haven beeen loaded into the
   system, includes all spectrums, not just visible ones.

write-spectrum <1-based index> <filename>
   Saves the spectrum at the specified position to the file.




TimeseriesCommandProcessor() - Constructor for class adams.gui.scripting.TimeseriesCommandProcessor
Initializes the processor.
TimeseriesCommandProcessor(AbstractScriptingEngine) - Constructor for class adams.gui.scripting.TimeseriesCommandProcessor
Initializes the processor.
TimeseriesContainer - Class in adams.gui.visualization.timeseries
A container class for a timeseries and additional information.
TimeseriesContainer(TimeseriesContainerManager, Timeseries) - Constructor for class adams.gui.visualization.timeseries.TimeseriesContainer
Initializes the container.
TimeseriesContainerDisplayIDGenerator<C extends TimeseriesContainer> - Class in adams.gui.visualization.timeseries
Class for generating display IDs.
TimeseriesContainerDisplayIDGenerator() - Constructor for class adams.gui.visualization.timeseries.TimeseriesContainerDisplayIDGenerator
 
TimeseriesContainerList<M extends TimeseriesContainerManager,​C extends TimeseriesContainer> - Class in adams.gui.visualization.timeseries
A class encapsulating containers tailored for timeseries.
TimeseriesContainerList() - Constructor for class adams.gui.visualization.timeseries.TimeseriesContainerList
 
TimeseriesContainerManager<C extends TimeseriesContainer> - Class in adams.gui.visualization.timeseries
A handler for the Timeseries containers.
TimeseriesContainerManager(TimeseriesPanel, AbstractDatabaseConnection) - Constructor for class adams.gui.visualization.timeseries.TimeseriesContainerManager
Initializes the manager.
TimeseriesContainerModel<M extends TimeseriesContainerManager,​C extends TimeseriesContainer> - Class in adams.gui.visualization.timeseries
A model for displaying the currently loaded timeseries.
TimeseriesContainerModel(ContainerListManager<M>) - Constructor for class adams.gui.visualization.timeseries.TimeseriesContainerModel
Initializes the model.
TimeseriesContainerModel(M) - Constructor for class adams.gui.visualization.timeseries.TimeseriesContainerModel
Initializes the model.
TimeseriesContainerTable<M extends TimeseriesContainerManager,​C extends TimeseriesContainer> - Class in adams.gui.visualization.timeseries
Specialized container table for timeseries.
TimeseriesContainerTable() - Constructor for class adams.gui.visualization.timeseries.TimeseriesContainerTable
 
TimeseriesContainerTableColumnNameGenerator - Class in adams.gui.visualization.timeseries
Abstract class for generating the column names of a table.
TimeseriesContainerTableColumnNameGenerator() - Constructor for class adams.gui.visualization.timeseries.TimeseriesContainerTableColumnNameGenerator
 
TimeseriesDbReader - Class in adams.flow.source
Outputs timeseries containers generated from an SQL SELECT statement.
A new container is started, whenever the value of the ID column changes (hence you need to ensure that the data is ordered on this column).
TimeseriesDbReader - Class in adams.flow.transformer
Outputs timeseries containers generated from an SQL SELECT statement.
A new container is started, whenever the value of the ID column changes (hence you need to ensure that the data is ordered on this column).
TimeseriesDbReader() - Constructor for class adams.flow.source.TimeseriesDbReader
 
TimeseriesDbReader() - Constructor for class adams.flow.transformer.TimeseriesDbReader
 
TimeseriesDerivative - Class in adams.data.filter
A filter for generating derivatives of timeseries data.
TimeseriesDerivative() - Constructor for class adams.data.filter.TimeseriesDerivative
 
TimeseriesDisplay - Class in adams.flow.sink
Actor that displays timeseries.
TimeseriesDisplay() - Constructor for class adams.flow.sink.TimeseriesDisplay
 
TimeseriesDisplay.DisplayPanel - Class in adams.flow.sink
Panel to be used in DisplayPanelManager sink.
TimeseriesEquiDistance - Class in adams.data.filter
A filter for interpolating the values of a time series.
TimeseriesEquiDistance() - Constructor for class adams.data.filter.TimeseriesEquiDistance
 
TimeseriesExplorer - Class in adams.gui.menu
Displays the Timeseries Explorer.
TimeseriesExplorer - Class in adams.gui.visualization.timeseries
A panel for exploring Timeseries, manipulating them with filters, etc.
TimeseriesExplorer() - Constructor for class adams.gui.menu.TimeseriesExplorer
Initializes the menu item.
TimeseriesExplorer() - Constructor for class adams.gui.visualization.timeseries.TimeseriesExplorer
default constructor.
TimeseriesExplorer(AbstractApplicationFrame) - Constructor for class adams.gui.menu.TimeseriesExplorer
Initializes the menu item.
TimeseriesExportDialog - Class in adams.gui.visualization.timeseries
Export dialog for timeseries.
TimeseriesExportDialog(Dialog) - Constructor for class adams.gui.visualization.timeseries.TimeseriesExportDialog
Creates a modeless dialog without a title with the specified Dialog as its owner.
TimeseriesExportDialog(Dialog, Dialog.ModalityType) - Constructor for class adams.gui.visualization.timeseries.TimeseriesExportDialog
Creates a dialog with the specified owner Dialog and modality.
TimeseriesExportDialog(Frame) - Constructor for class adams.gui.visualization.timeseries.TimeseriesExportDialog
Creates a modeless dialog without a title with the specified Frame as its owner.
TimeseriesExportDialog(Frame, boolean) - Constructor for class adams.gui.visualization.timeseries.TimeseriesExportDialog
Creates a dialog with the specified owner Frame, modality and an empty title.
TimeseriesExporter - Class in adams.gui.visualization.debug.objectexport
Exports Timeseries objects.
TimeseriesExporter() - Constructor for class adams.gui.visualization.debug.objectexport.TimeseriesExporter
 
TimeseriesFastWavelet - Class in adams.data.filter
A filter that transforms the data with a wavelet.

For more information see:

(2009).
TimeseriesFastWavelet() - Constructor for class adams.data.filter.TimeseriesFastWavelet
 
TimeseriesFeatureGenerator - Class in adams.flow.transformer
Applies a timeseries feature generator to the incoming timeseries and outputs the generated features.
TimeseriesFeatureGenerator() - Constructor for class adams.flow.transformer.TimeseriesFeatureGenerator
 
TimeseriesFFT - Class in adams.data.filter
A filter that transforms the data with Fast Fourier Transform.

For more information see:

Mark Hale (2009).
TimeseriesFFT() - Constructor for class adams.data.filter.TimeseriesFFT
 
TimeseriesFileChooser - Class in adams.gui.chooser
A specialized JFileChooser that lists all available file Readers and Writers for timeseries.
TimeseriesFileChooser() - Constructor for class adams.gui.chooser.TimeseriesFileChooser
Constructs a FileChooser pointing to the user's default directory.
TimeseriesFileChooser(File) - Constructor for class adams.gui.chooser.TimeseriesFileChooser
Constructs a FileChooser using the given File as the path.
TimeseriesFileChooser(String) - Constructor for class adams.gui.chooser.TimeseriesFileChooser
Constructs a FileChooser using the given path.
TimeseriesFileReader - Class in adams.flow.transformer
Loads a file/directory containing spectrums from disk with a specified reader and passes them on.
TimeseriesFileReader() - Constructor for class adams.flow.transformer.TimeseriesFileReader
 
TimeseriesFileWriter - Class in adams.flow.transformer
Saves a spectrum to disk with the specified writer and passes the absolute filename on.
As filename/directory name (depending on the writer) the database ID of the spectrum is used (below the specified output directory).
TimeseriesFileWriter() - Constructor for class adams.flow.transformer.TimeseriesFileWriter
 
TimeseriesFilter - Class in adams.flow.transformer
Filters data using the specified filter.
TimeseriesFilter() - Constructor for class adams.flow.transformer.TimeseriesFilter
 
TimeseriesFilterContainer - Class in adams.flow.container
Container for spectrum filters.
TimeseriesFilterContainer() - Constructor for class adams.flow.container.TimeseriesFilterContainer
Initializes the container.
TimeseriesFilterContainer(Object, Filter, Timeseries) - Constructor for class adams.flow.container.TimeseriesFilterContainer
Initializes the container with the filter and the associated data.
TimeseriesHistogram - Class in adams.data.filter
Generates a histogram from the timeseries.
TimeseriesHistogram() - Constructor for class adams.data.filter.TimeseriesHistogram
 
TimeseriesImportDatabaseDialog - Class in adams.gui.visualization.timeseries
Dialog for import timeseries from a database.
TimeseriesImportDatabaseDialog() - Constructor for class adams.gui.visualization.timeseries.TimeseriesImportDatabaseDialog
Creates a modeless dialog without a title and without a specified Frame owner.
TimeseriesImportDatabaseDialog(Dialog) - Constructor for class adams.gui.visualization.timeseries.TimeseriesImportDatabaseDialog
Creates a modeless dialog without a title with the specified Dialog as its owner.
TimeseriesImportDatabaseDialog(Dialog, Dialog.ModalityType) - Constructor for class adams.gui.visualization.timeseries.TimeseriesImportDatabaseDialog
Creates a dialog with the specified owner Dialog and modality.
TimeseriesImportDatabaseDialog(Dialog, String) - Constructor for class adams.gui.visualization.timeseries.TimeseriesImportDatabaseDialog
Creates a modeless dialog with the specified title and with the specified owner dialog.
TimeseriesImportDatabaseDialog(Dialog, String, Dialog.ModalityType) - Constructor for class adams.gui.visualization.timeseries.TimeseriesImportDatabaseDialog
Creates a dialog with the specified title, modality and the specified owner Dialog.
TimeseriesImportDatabaseDialog(Frame) - Constructor for class adams.gui.visualization.timeseries.TimeseriesImportDatabaseDialog
Creates a modeless dialog without a title with the specified Frame as its owner.
TimeseriesImportDatabaseDialog(Frame, boolean) - Constructor for class adams.gui.visualization.timeseries.TimeseriesImportDatabaseDialog
Creates a dialog with the specified owner Frame, modality and an empty title.
TimeseriesImportDatabaseDialog(Frame, String) - Constructor for class adams.gui.visualization.timeseries.TimeseriesImportDatabaseDialog
Creates a modeless dialog with the specified title and with the specified owner frame.
TimeseriesImportDatabaseDialog(Frame, String, boolean) - Constructor for class adams.gui.visualization.timeseries.TimeseriesImportDatabaseDialog
Creates a dialog with the specified owner Frame, modality and title.
TimeseriesInfo - Class in adams.flow.transformer
Outputs information for a timeseries.
TimeseriesInfo() - Constructor for class adams.flow.transformer.TimeseriesInfo
 
TimeseriesInfo.InfoType - Enum in adams.flow.transformer
The type of information to generate.
TimeseriesLOWESS - Class in adams.data.filter
A filter that applies LOWESS smoothing.

For more information see:

WikiPedia.
TimeseriesLOWESS() - Constructor for class adams.data.filter.TimeseriesLOWESS
 
TimeseriesLOWESSBased - Class in adams.data.baseline
A baseline correction scheme that uses LOWESS smoothing to determine the baseline.

For more information see:

WikiPedia.
TimeseriesLOWESSBased - Class in adams.data.smoothing
A LOWESS based smoothing algorithm.
For more information on LOWESS see:

WikiPedia.
TimeseriesLOWESSBased() - Constructor for class adams.data.baseline.TimeseriesLOWESSBased
 
TimeseriesLOWESSBased() - Constructor for class adams.data.smoothing.TimeseriesLOWESSBased
 
TimeseriesMinPoints - Class in adams.data.outlier
Ensures that a minimum number of points in the timeseries have the specified minimum value.
TimeseriesMinPoints() - Constructor for class adams.data.outlier.TimeseriesMinPoints
 
TimeseriesPaintlet - Class in adams.gui.visualization.timeseries
Paintlet for painting the timeseries data.
TimeseriesPaintlet() - Constructor for class adams.gui.visualization.timeseries.TimeseriesPaintlet
 
TimeseriesPaintlet.MarkerShape - Enum in adams.gui.visualization.timeseries
Enum for the marker shape to plot around the data points.
TimeseriesPanel<T extends Timeseries,​M extends TimeseriesContainerManager<C>,​C extends TimeseriesContainer> - Class in adams.gui.visualization.timeseries
Special panel for displaying the spectral data.
TimeseriesPanel() - Constructor for class adams.gui.visualization.timeseries.TimeseriesPanel
Initializes the panel without title.
TimeseriesPanel(String) - Constructor for class adams.gui.visualization.timeseries.TimeseriesPanel
Initializes the panel with the given title.
TimeseriesPoint - Class in adams.data.timeseries
Encapsulates a single data point of a timeseries.
TimeseriesPoint() - Constructor for class adams.data.timeseries.TimeseriesPoint
Initializes the point with the current date and 0.0 value.
TimeseriesPoint(Date, double) - Constructor for class adams.data.timeseries.TimeseriesPoint
Initializes the point with the specified timestamp and value.
TimeseriesPointComparator<P extends TimeseriesPoint> - Class in adams.data.timeseries
A comparator for timeseries points.
TimeseriesPointComparator() - Constructor for class adams.data.timeseries.TimeseriesPointComparator
The default constructor uses comparison by timestamp in ascending manner.
TimeseriesPointComparator(boolean) - Constructor for class adams.data.timeseries.TimeseriesPointComparator
This constructor initializes the comparator either in ascending manner or descending.
TimeseriesPointHitDetector - Class in adams.gui.visualization.timeseries
Detects selections of timeseries points in the timeseries panel.
TimeseriesPointHitDetector(TimeseriesPanel) - Constructor for class adams.gui.visualization.timeseries.TimeseriesPointHitDetector
Initializes the hit detector.
TimeseriesRange - Class in adams.data.outlier
Ensures that timeseries values lie within the defined range.
TimeseriesRange() - Constructor for class adams.data.outlier.TimeseriesRange
 
TimeseriesRenderer - Class in adams.gui.visualization.debug.objectrenderer
Renders Timeseries objects.
TimeseriesRenderer() - Constructor for class adams.gui.visualization.debug.objectrenderer.TimeseriesRenderer
 
TimeseriesReportDbUpdater - Class in adams.flow.transformer
Adds all the data to the report of the timeseries passing through that the SQL statement returns.
The {ID} placeholder can be used in the SQL statement to represent the current timeseries' ID.
The following types of SQL statements are supported:
- multiple rows of key-value pairs.
- single row, with the key being the column name.


Input/output:
- accepts:
   adams.data.timeseries.Timeseries
- generates:
   adams.data.timeseries.Timeseries


TimeseriesReportDbUpdater() - Constructor for class adams.flow.transformer.TimeseriesReportDbUpdater
 
TimeseriesResetTimestamps - Class in adams.data.filter
Resets the timestamps, makes them start at the specified date/time.
TimeseriesResetTimestamps() - Constructor for class adams.data.filter.TimeseriesResetTimestamps
 
TimeseriesRound - Class in adams.data.filter
Rounds the values of the timeseries points.
TimeseriesRound() - Constructor for class adams.data.filter.TimeseriesRound
 
TimeseriesRowNorm - Class in adams.data.filter
Row wise normalization.
TimeseriesRowNorm() - Constructor for class adams.data.filter.TimeseriesRowNorm
 
TimeseriesSavitzkyGolay - Class in adams.data.filter
A filter that applies Savitzky-Golay smoothing.

For more information see:

A.
TimeseriesSavitzkyGolay() - Constructor for class adams.data.filter.TimeseriesSavitzkyGolay
 
TimeseriesSavitzkyGolayBased - Class in adams.data.baseline
A baseline correction scheme that uses SavitzkyGolay smoothing to determine the baseline.

For more information see:

A.
TimeseriesSavitzkyGolayBased - Class in adams.data.smoothing
A Savitzky-Golay based smoothing algorithm.
It uses a Savitzky-Golay filter with derivative order 0 and adding of mass-spec data turned on.

For more information on Savitzky-Golay see:

A.
TimeseriesSavitzkyGolayBased() - Constructor for class adams.data.baseline.TimeseriesSavitzkyGolayBased
 
TimeseriesSavitzkyGolayBased() - Constructor for class adams.data.smoothing.TimeseriesSavitzkyGolayBased
 
TimeseriesSAX - Class in adams.data.filter
Performs Symbolic Aggregate approXimation (SAX).
The data must be normalized using adams.data.filter.RowNorm beforehand.
For more information see:

Chiu, B., Keogh, E., Lonardi, S.
TimeseriesSAX() - Constructor for class adams.data.filter.TimeseriesSAX
 
TimeseriesSetStart - Class in adams.data.filter
Sets the starting point of the timeseries to a new fixed timestamp and all other data points accordingly.
TimeseriesSetStart() - Constructor for class adams.data.filter.TimeseriesSetStart
 
TimeseriesShiftTimestamps - Class in adams.data.filter
Shifts the timestamps of the timeseries by a calculated amount.
The amount is either the difference between the 'new' timestamp and a timestamp from the report or a supplied timestamp.
Accepted date formats (unless custom format specified):
yyyy-MM-dd HH:mm:ss
yyyy-MM-dd HH:mm:ss.S
yyyy-MM-dd

TimeseriesShiftTimestamps() - Constructor for class adams.data.filter.TimeseriesShiftTimestamps
 
TimeseriesShiftTimestamps.TimestampSource - Enum in adams.data.filter
Enumeration for where to obtain the "old" timestamp from.
TimeseriesShiftValues - Class in adams.data.filter
Shifts the values of the timeseries by the specified amount (up or down, depending on the sign).
TimeseriesShiftValues() - Constructor for class adams.data.filter.TimeseriesShiftValues
 
TimeseriesSlidingWindow - Class in adams.data.smoothing
Uses a sliding window for determining the median/average inside the window.
TimeseriesSlidingWindow() - Constructor for class adams.data.smoothing.TimeseriesSlidingWindow
 
TimeseriesSplit - Class in adams.flow.transformer
Splits the incoming timeseries into sub-series using the specified splitter algorithm.
TimeseriesSplit() - Constructor for class adams.flow.transformer.TimeseriesSplit
 
TimeseriesStatistic<T extends Timeseries> - Class in adams.data.statistics
Statistical information specific to a Timeseries.
TimeseriesStatistic() - Constructor for class adams.data.statistics.TimeseriesStatistic
Initializes the statistic.
TimeseriesStatistic(T) - Constructor for class adams.data.statistics.TimeseriesStatistic
Initializes the statistic.
TimeseriesTimestampCheck - Class in adams.data.outlier
Checks whether the timestamp with the specified index meets the condition (eg before or after the supplied timestamp).
TimeseriesTimestampCheck() - Constructor for class adams.data.outlier.TimeseriesTimestampCheck
 
TimeseriesTimestampCheck.TimestampCondition - Enum in adams.data.outlier
Determines what condition the selected timestamp must satisfy.
TimeseriesToArray - Class in adams.data.conversion
Turns the values of a timeseries into a Double array.
TimeseriesToArray() - Constructor for class adams.data.conversion.TimeseriesToArray
 
timeseriesToInstances(Timeseries) - Method in class weka.classifiers.timeseries.BaselineAdjustedForecaster
Turns a timeseries back into Weka Instances.
TimeseriesToSpreadSheet - Class in adams.data.conversion
Turns a timeseries into a SpreadSheet object.
TimeseriesToSpreadSheet() - Constructor for class adams.data.conversion.TimeseriesToSpreadSheet
 
TimeseriesToWekaInstances - Class in adams.data.conversion
Turns a timeseries into a WEKA Instances object.
TimeseriesToWekaInstances() - Constructor for class adams.data.conversion.TimeseriesToWekaInstances
 
TimeseriesUtils - Class in adams.data.timeseries
Utility class for timeseries.
TimeseriesUtils() - Constructor for class adams.data.timeseries.TimeseriesUtils
 
TimeseriesValueSubset - Class in adams.data.filter
Generates a new timeseries with the first block of values that fits between the specified min/max (both included).
TimeseriesValueSubset() - Constructor for class adams.data.filter.TimeseriesValueSubset
 
TimeseriesWindow - Class in adams.data.filter
Leaves only the specified window in the timeseries (borders included).
The matching can be inverted, i.e., everything but the window is returned.
TimeseriesWindow() - Constructor for class adams.data.filter.TimeseriesWindow
 
TimeseriesXAxisPanelOptions - Interface in adams.gui.visualization.timeseries
Interface for axis panel options for X axes of timeseries panels.
TimeseriesYAxisPanelOptions - Interface in adams.gui.visualization.timeseries
Interface for axis panel options for Y axes of timeseries panels.
TimeseriesZoomOverviewPaintlet - Class in adams.gui.visualization.timeseries
Highlights the current zoom in the timeseries panel.
TimeseriesZoomOverviewPaintlet() - Constructor for class adams.gui.visualization.timeseries.TimeseriesZoomOverviewPaintlet
 
TimeseriesZoomOverviewPanel - Class in adams.gui.visualization.timeseries
Panel that shows the zoom in the timeseries panel as overlay.
TimeseriesZoomOverviewPanel() - Constructor for class adams.gui.visualization.timeseries.TimeseriesZoomOverviewPanel
 
Timestamp - Class in adams.flow.transformer
Creates a timestamp string whenever it receives an input token.
Timestamp() - Constructor for class adams.flow.transformer.Timestamp
 
TIMESTAMP_FORMAT - Static variable in class adams.core.Constants
the date format for timestamps.
TIMESTAMP_FORMAT - Static variable in class adams.db.LogEntry
the format of the timestamps.
TIMESTAMP_FORMAT_ISO8601 - Static variable in class adams.core.Constants
the date format for timestamps (ISO-8601).
TIMESTAMP_FORMAT_MSECS - Static variable in class adams.core.Constants
the date format for timestamps (incl msecs).
TimestampedFormat - Class in adams.flow.sink.simplelogging.format
Outputs the message using the specified format.
TimestampedFormat() - Constructor for class adams.flow.sink.simplelogging.format.TimestampedFormat
 
timeStampFieldTipText() - Method in class adams.flow.core.LagMakerOptions
Returns the tip text for this property.
TimestampFile - Class in adams.flow.control.flowrestart.notification
Updates the timestamp in the specified file.
TimestampFile() - Constructor for class adams.flow.control.flowrestart.notification.TimestampFile
 
TimestampFilenameGenerator - Class in adams.core.io
Generator that assembles a filename based on output dir, prefix, current timestamp (according to format string), suffix and extension.
TimestampFilenameGenerator() - Constructor for class adams.core.io.TimestampFilenameGenerator
 
timestampFormatTipText() - Method in class adams.data.io.input.SimpleTimeseriesReader
Returns the tip text for this property.
timestampFormatTipText() - Method in class adams.data.io.output.SimpleTimeseriesWriter
Returns the tip text for this property.
timestampFormatTipText() - Method in class adams.data.timeseries.Values
Returns the tip text for this property.
timestampFormatTipText() - Method in class adams.flow.sink.simplelogging.format.TimestampedFormat
Returns the tip text for this property.
timestampTipText() - Method in class adams.data.io.input.OpexObjectLocationsReader
Returns the tip text for this property.
timestampTipText() - Method in class adams.data.io.input.PascalVOCObjectLocationsReader
Returns the tip text for this property.
timestampTipText() - Method in class adams.data.io.output.OpexObjectLocationsWriter
Returns the tip text for this property.
timestampTipText() - Method in class adams.data.outlier.TimeseriesTimestampCheck
Returns the tip text for this property.
timestampTipText() - Method in class adams.gui.visualization.timeseries.FixedTimestampPaintlet
Returns the tip text for this property.
timesTipText() - Method in class adams.flow.source.RSync
 
timesTipText() - Method in class adams.flow.source.SimpleRSync
 
TimeToString - Class in adams.data.conversion
Turns a number representing milli-seconds since 1970 (Java date) into a String.
For more information on formatting the date, see:
Javadoc.
TimeToString() - Constructor for class adams.data.conversion.TimeToString
 
timeValue() - Method in class adams.core.base.BaseTime
Returns the Time value.
TIMEZONE - adams.flow.transformer.SpreadSheetInfo.InfoType
the timezone (eg Pacific/Auckland).
TIMEZONE - Static variable in class adams.core.management.TimeZoneHelper
the timezone to use.
TimeZoneDefinition - Class in adams.env
Definition for the TimeZone props file.
TimeZoneDefinition() - Constructor for class adams.env.TimeZoneDefinition
 
TimeZoneEditor - Class in adams.gui.goe
A PropertyEditor that displays time zones.
TimeZoneEditor() - Constructor for class adams.gui.goe.TimeZoneEditor
 
TimeZoneHelper - Class in adams.core.management
Helper class for timezone setup.
TimeZoneHelper - Class in adams.gui.application
Initializes the time zone settings.
TimeZoneHelper() - Constructor for class adams.gui.application.TimeZoneHelper
 
TimeZoneParsing - Class in adams.core.option.parsing
For parsing TimeZone options.
TimeZoneParsing() - Constructor for class adams.core.option.parsing.TimeZoneParsing
 
TimeZoneSettingsPanel - Class in adams.gui.application
Panel for configuring the timezone settings.
TimeZoneSettingsPanel() - Constructor for class adams.gui.application.TimeZoneSettingsPanel
 
timeZoneTipText() - Method in class adams.data.io.input.AutoWidthTabularSpreadSheetReader
Returns the tip text for this property.
timeZoneTipText() - Method in class adams.data.io.input.CsvSpreadSheetReader
Returns the tip text for this property.
timeZoneTipText() - Method in class adams.data.io.input.FixedTabularSpreadSheetReader
Returns the tip text for this property.
timeZoneTipText() - Method in class adams.data.io.input.SimpleCsvSpreadSheetReader
Returns the tip text for this property.
timeZoneTipText() - Method in class adams.data.io.input.SqlDumpSpreadSheetReader
Returns the tip text for this property.
timeZoneTipText() - Method in class adams.data.io.output.CsvSpreadSheetWriter
Returns the tip text for this property.
timeZoneTipText() - Method in class adams.flow.control.flowrestart.notification.TimestampFile
Returns the tip text for this property.
timeZoneTipText() - Method in class adams.flow.sink.sendnotification.LogFile
Returns the tip text for this property.
timeZoneTipText() - Method in class adams.flow.transformer.Timestamp
Returns the tip text for this property.
TimingContainer - Class in adams.flow.container
Container to store timing information from actor execution.
TimingContainer() - Constructor for class adams.flow.container.TimingContainer
Initializes the container with no prefix and origin and a msec value of 0.0.
TimingContainer(double) - Constructor for class adams.flow.container.TimingContainer
Initializes the container with no prefix and origin and the specified msec value.
TimingContainer(double, String, String) - Constructor for class adams.flow.container.TimingContainer
Initializes the container with the specified plot name and no X value.
timingEnabledTipText() - Method in class adams.flow.control.TimedSubProcess
Returns the tip text for this property.
timingEnabledTipText() - Method in class adams.flow.control.TimedTee
Returns the tip text for this property.
timingEnabledTipText() - Method in class adams.flow.control.TimedTrigger
Returns the tip text for this property.
tinyIntToBoolean(int) - Static method in class adams.db.SQLUtils
MySQL tinyint to boolean.
tiptext - Variable in class adams.gui.core.BaseTabbedPane.TabUndo
tiptext.
tiptext - Variable in class adams.gui.core.MultiPagePane.PageUndo
tiptext.
TipTextCustomizer - Interface in adams.gui.visualization.core.plot
Interfaces for classes that want to post-process the tip text displaying information about the current location on the panel.
title - Variable in class adams.gui.core.BaseTabbedPane.TabUndo
the title.
title - Variable in class adams.gui.core.MultiPagePane.PageUndo
the title.
title - Variable in class adams.gui.flow.tabhandler.GraphicalActorProcessorHandler.Output
the title.
title - Variable in class adams.gui.flow.tree.Tree.TreePopupSubmenu
the title.
Title - Class in adams.doc.docbook
Represents the "title" tag.
Title - Class in adams.doc.xhtml
Represents the TITLE tag.
Title() - Constructor for class adams.doc.docbook.Title
Initializes the tag.
Title() - Constructor for class adams.doc.xhtml.Title
Initializes the paragraph tag.
Title(String) - Constructor for class adams.doc.docbook.Title
Initializes the tag.
Title(String) - Constructor for class adams.doc.xhtml.Title
Initializes the paragraph tag.
TITLE - adams.core.TechnicalInformation.Field
The work's title, typed as explained in the LaTeX book.
titleClassDetailsTipText() - Method in class adams.flow.transformer.WekaEvaluationSummary
Returns the tip text for this property.
titleFontTipText() - Method in class adams.flow.sink.ProgressBar
Returns the tip text for this property.
TitleGenerator - Class in adams.gui.core
A simple helper class for generating titles for frames and dialogs.
TitleGenerator(String, boolean) - Constructor for class adams.gui.core.TitleGenerator
Initializes the generator.
TitleGenerator(String, boolean, ShorteningType) - Constructor for class adams.gui.core.TitleGenerator
Initializes the generator.
TitleGenerator(String, boolean, ShorteningType, int) - Constructor for class adams.gui.core.TitleGenerator
Initializes the generator.
titleMatrixTipText() - Method in class adams.flow.transformer.WekaEvaluationSummary
Returns the tip text for this property.
titleNameColumnTipText() - Method in class adams.data.conversion.WekaPredictionContainerToSpreadSheet
Returns the tip text for this property.
TitleRenderer(MultiPagePane) - Constructor for class adams.gui.core.MultiPagePane.TitleRenderer
Initializes the renderer with the owner.
titleSummaryTipText() - Method in class adams.flow.transformer.WekaEvaluationSummary
Returns the tip text for this property.
titleTipText() - Method in class adams.core.option.help.SupportedTags
Returns the tip text for this property.
titleTipText() - Method in class adams.flow.sink.AbstractGraphicsGenerator
Returns the tip text for this property.
titleTipText() - Method in class adams.flow.sink.ActualVsPredictedPlot
Returns the tip text for this property.
titleTipText() - Method in class adams.flow.sink.ControlChartPlot
Returns the tip text for this property.
titleTipText() - Method in class adams.flow.sink.InformationDialog
Returns the tip text for this property.
titleTipText() - Method in class adams.flow.sink.ProgressBar
Returns the tip text for this property.
titleTipText() - Method in class adams.flow.sink.SequencePlotter
Returns the tip text for this property.
titleTipText() - Method in class adams.flow.sink.SimplePlot
Returns the tip text for this property.
titleTipText() - Method in class adams.flow.transformer.ConfirmationDialog
Returns the tip text for this property.
titleTipText() - Method in class adams.gui.visualization.jfreechart.chart.AbstractChartGenerator
Returns the tip text for this property.
titleValueColumnTipText() - Method in class adams.data.conversion.WekaPredictionContainerToSpreadSheet
Returns the tip text for this property.
titleVariableTipText() - Method in class adams.flow.sink.DisplayPanelGrid
Returns the tip text for this property.
TLSHelper - Class in adams.flow.core
Helper class for TLS related operations.
TLSHelper() - Constructor for class adams.flow.core.TLSHelper
 
TMP - Static variable in class adams.core.Placeholders
the placeholder for the tmp directory.
TMP_INDEX - Static variable in class adams.data.binning.operation.Wrapping
the temporary index stored in the binnable meta-data.
toAdams(Capabilities.Capability) - Static method in enum adams.flow.core.Capability
Turns the WEKA capability into an ADAMS one.
toAnonymized(Integer) - Method in class adams.data.AbstractAnonymizer
Turns the anonymous integer ID into the appropriate data type.
toAnonymized(Integer) - Method in class adams.data.DoubleAnonymizer
Turns the anonymous integer ID into the appropriate data type.
toAnonymized(Integer) - Method in class adams.data.IntegerAnonymizer
Turns the anonymous integer ID into the appropriate data type.
toAnonymized(Integer) - Method in class adams.data.StringAnonymizer
Turns the anonymous integer ID into the appropriate data type.
toAnyDateType() - Method in interface adams.data.spreadsheet.Cell
Returns the date content, null if not a date, time or date/time.
toAnyDateType() - Method in class adams.data.spreadsheet.CellView
Returns the date content, null if not a date, time or date/time.
toAnyDateType() - Method in class adams.data.spreadsheet.DoubleCell
Returns the date content, null if not a date, time or date/time.
toAnyDateType() - Method in class adams.data.spreadsheet.FloatCell
Returns the date content, null if not a date, time or date/time.
toAnyDateType() - Method in class adams.ml.data.DataCellView
Returns the date content, null if not a date, time or date/time.
toArray() - Method in class adams.core.option.AbstractArgumentOption
Returns the current value of the option as string array.
toArray() - Method in class adams.core.Trie
Returns an array containing all of the elements in this collection.
toArray() - Method in class adams.data.container.AbstractDataContainer
Returns the stored points as array.
toArray() - Method in class adams.data.SortedList
Returns the list as array.
toArray() - Method in class adams.gui.core.DragAndDropTreeNodeCollection
Returns the nodes as array.
toArray() - Method in class adams.multiprocess.JobList
Returns an array containing all of the elements in this collection.
toArray() - Method in class weka.experiment.ResultMatrixAdamsCSV
returns a 2-dimensional array with the prepared data.
toArray(Object) - Method in class adams.core.option.AbstractCommandLineHandler
Generates an options array from the specified object.
toArray(Object) - Method in class adams.core.option.AdamsCommandLineHandler
Generates an options array from the specified object.
toArray(Object) - Method in class adams.core.option.BaseObjectCommandLineHandler
Generates an options array from the specified object.
toArray(Object) - Method in class adams.core.option.DefaultCommandLineHandler
Generates an options array from the specified object.
toArray(Object) - Method in class adams.core.option.JenericCommandLineHandler
Generates an options array from the specified object.
toArray(Object) - Method in class adams.core.option.WekaCommandLineHandler
Generates an options array from the specified object.
toArray(Object[]) - Method in class adams.data.container.AbstractDataContainer
Returns the stored points as array.
toArray(List<String>) - Static method in class weka.core.WekaOptionUtils
Turns the list of options into an array.
toArray(N[]) - Method in class adams.gui.core.DragAndDropTreeNodeCollection
Returns the nodes as array.
toArray(JSONArray) - Static method in class adams.data.json.JsonHelper
Turns the JSON array into an object array.
toArray(T[]) - Method in class adams.core.Trie
Returns an array containing all of the elements in this collection; the runtime type of the returned array is that of the specified array.
toArray(T[]) - Method in class adams.data.SortedList
Returns the list as array.
toArray(T[]) - Method in class adams.multiprocess.JobList
Returns an array containing all of the elements in this collection; the runtime type of the returned array is that of the specified array.
toBase(int, int) - Static method in class adams.core.Utils
Converts the given decimal number into a different base.
toBaseByte(byte[]) - Static method in class adams.core.base.BaseByte
Turns the primitive array into a BaseByte one.
toBaseByte(Byte[]) - Static method in class adams.core.base.BaseByte
Turns the primitive array into a BaseByte one.
toBaseColor(Color) - Method in class adams.flow.transformer.pdfproclet.AbstractSpreadSheetPdfProclet
Converts the color into itextpdf color.
toBaseColor(Color) - Method in class adams.flow.transformer.pdfproclet.ConfusionMatrix
Converts the color into itextpdf color.
toBaseDouble(double[]) - Static method in class adams.core.base.BaseDouble
Turns the primitive array into a BaseDouble one.
toBaseDouble(Double[]) - Static method in class adams.core.base.BaseDouble
Turns the primitive array into a BaseDouble one.
toBaseFloat(float[]) - Static method in class adams.core.base.BaseFloat
Turns the primitive array into a BaseFloat one.
toBaseFloat(Float[]) - Static method in class adams.core.base.BaseFloat
Turns the primitive array into a BaseFloat one.
toBaseInteger(int[]) - Static method in class adams.core.base.BaseInteger
Turns the primitive array into a BaseInteger one.
toBaseInteger(Integer[]) - Static method in class adams.core.base.BaseInteger
Turns the primitive array into a BaseInteger one.
toBaseLong(long[]) - Static method in class adams.core.base.BaseLong
Turns the primitive array into a BaseLong one.
toBaseLong(Long[]) - Static method in class adams.core.base.BaseLong
Turns the primitive array into a BaseLong one.
toBaseShort(short[]) - Static method in class adams.core.base.BaseShort
Turns the primitive array into a BaseShort one.
toBaseShort(Short[]) - Static method in class adams.core.base.BaseShort
Turns the primitive array into a BaseShort one.
toBestFit(double, int) - Static method in class adams.core.MicroSecondFormat
Turns the number of microseconds in the shortest representation (microsec, millisec, sec, min, ...).
toBestFit(double, int) - Static method in class adams.core.SecondFormat
Turns the number of seconds in the shortest representation (sec, min, ...).
toBestFitBiBytes(double, int) - Static method in class adams.core.ByteFormat
Turns the number of bytes in the shortest representation (KiB, MiB, GiB, ...).
toBestFitBytes(double, int) - Static method in class adams.core.ByteFormat
Turns the number of bytes in the shortest representation (KB, MB, GB, ...).
toBibTex() - Method in class adams.core.TechnicalInformation
Returns a BibTex string representing this technical information.
toBinnableUsingClass(SpreadSheet, int) - Static method in class adams.data.binning.BinnableDataset
Turns Rows into a list of binnables using the class value.
toBinnableUsingClass(Instances) - Static method in class adams.data.binning.BinnableInstances
Turns Instances into a list of binnables using the class value.
toBinnableUsingIndex(SpreadSheet) - Static method in class adams.data.binning.BinnableDataset
Turns Rows into a list of binnables using the data row index.
toBinnableUsingIndex(File[]) - Static method in class adams.data.binning.BinnableFiles
Turns files into a list of binnables using the array index.
toBinnableUsingIndex(String[]) - Static method in class adams.data.binning.BinnableFiles
Turns strings into a list of binnables using the array index.
toBinnableUsingIndex(Instances) - Static method in class adams.data.binning.BinnableInstances
Turns Instances into a list of binnables using the instance index.
toBits(double) - Method in class adams.opt.optimise.genetic.PackDataDef.DataInfo
 
toBlankSeparated(Object[]) - Method in class adams.data.io.output.PropertiesEmailFileWriter
Turns the object array into a blank-separated string.
toBoofCVImage(AbstractImageContainer, BoofCVImageType) - Static method in class adams.data.boofcv.BoofCVHelper
Converts the image container to the specified image type if necessary.
toBoofCVImage(ImageBase, BoofCVImageType) - Static method in class adams.data.boofcv.BoofCVHelper
Converts the image to the specified type if necessary.
toBoofCVImage(BufferedImage) - Static method in class adams.data.boofcv.BoofCVHelper
Attempts to convert the image to the closest BoofCV type.
toBoofCVImage(BufferedImage, BoofCVImageType) - Static method in class adams.data.boofcv.BoofCVHelper
Converts the image to the specified type if necessary.
toBoofCVImageContainer(AbstractImageContainer) - Static method in class adams.data.boofcv.BoofCVHelper
Creates a BoofCVImageContainer container if necessary, using BoofCVImageType.GRAYF32, otherwise it just casts the object.
toBoofCVImageContainer(AbstractImageContainer, BoofCVImageType) - Static method in class adams.data.boofcv.BoofCVHelper
Creates a BoofCVImageContainer container if necessary, otherwise it just casts the object.
toBoofCVMultiBandImage(BufferedImage) - Static method in class adams.data.boofcv.BoofCVHelper
Converts the image to the specified type if necessary.
toBoolean() - Method in enum adams.core.TriState
Turns the state into a boolean object with not-set corresponding to null.
toBoolean() - Method in interface adams.data.spreadsheet.Cell
Returns the boolean content, null if not a boolean.
toBoolean() - Method in class adams.data.spreadsheet.CellView
Returns the boolean content, null if not a boolean.
toBoolean() - Method in class adams.data.spreadsheet.DoubleCell
Returns the boolean content, null if not a boolean.
toBoolean() - Method in class adams.data.spreadsheet.FloatCell
Returns the boolean content, null if not a boolean.
toBoolean() - Method in class adams.ml.data.DataCellView
Checks whether the cell represents a boolean value.
toBoolean(Object) - Method in class adams.parser.ParserHelper
Turns the object into a boolean.
toBufferedImage() - Method in class adams.data.boofcv.BoofCVImageContainer
Turns the image into a buffered image.
toBufferedImage() - Method in class adams.data.image.AbstractImageContainer
Turns the image into a buffered image.
toBufferedImage() - Method in class adams.data.image.BooleanArrayMatrixView
Turns the matrix into an image.
toBufferedImage() - Method in class adams.data.image.BufferedImageContainer
Turns the image into a buffered image.
toBufferedImage() - Method in interface adams.data.image.BufferedImageSupporter
Returns a buffered image.
toBufferedImage() - Method in class adams.data.image.IntArrayMatrixView
Turns the matrix into an image.
toBufferedImage() - Method in class adams.data.opencv.OpenCVImageContainer
Turns the image into a buffered image.
toBufferedImage() - Method in class adams.gui.tools.wekainvestigator.output.ComponentContentPanel
Returns a buffered image.
toBufferedImage(int) - Method in class adams.data.image.BooleanArrayMatrixView
Turns the matrix into an image.
toBufferedImage(int) - Method in class adams.data.image.IntArrayMatrixView
Turns the matrix into an image.
toBufferedImage(ImageBase) - Static method in class adams.data.boofcv.BoofCVHelper
Turns the image into a buffered image.
toBufferedImage(RenderedImage) - Static method in class adams.gui.core.ImageManager
Converts a RenderedImage into a BufferedImage.
toBufferedImage(Object) - Method in class adams.data.conversion.AbstractImageToByteArray
Turns the input into a BufferedImage.
toBufferedImage(Object) - Method in class adams.data.conversion.AnyImageToByteArray
Turns the input into a BufferedImage.
toBufferedImage(Object) - Method in class adams.data.conversion.BufferedImageToByteArray
Turns the input into a BufferedImage.
toBufferedImage(JComponent, Color) - Static method in class adams.data.image.BufferedImageHelper
Creates a BufferedImage from the component.
toBufferedImage(JComponent, Color, int, int) - Static method in class adams.data.image.BufferedImageHelper
Creates a BufferedImage from the component.
toBufferedImage(Mat) - Static method in class adams.data.opencv.OpenCVHelper
Converts the Mat object into a BufferedImage one.
toBufferedImageContainer(AbstractImageContainer) - Static method in class adams.data.image.BufferedImageHelper
Creates a BufferedImageContainer container if necessary, otherwise it just casts the object.
toBufferedImageContainer(AbstractImageContainer) - Static method in class adams.data.jai.JAIHelper
Creates a BufferedImageContainer container if necessary, otherwise it just casts the object.
toByteArray(Number[]) - Static method in class adams.data.statistics.StatUtils
Turns the Number array into one consisting of primitive bytes.
toByteArray(Object) - Static method in class adams.core.SerializationHelper
Serializes the given object into a byte array.
toByteArray(Object[]) - Static method in class adams.core.SerializationHelper
Serializes the given object into a byte array.
toByteArray(List<Byte>) - Static method in class adams.core.Utils
Turns the Byte list into a byte array.
toByteFormat() - Method in class adams.core.ByteFormatString
Returns a configured ByteFormat object.
toByteMatrix(Number[][]) - Static method in class adams.data.statistics.StatUtils
Turns the Number matrix into one consisting of primitive bytes.
toBytes(JsonObject) - Method in class weka.classifiers.meta.socketfacade.Simple
Turns the JSON object into bytes.
toBytes(BufferedImage, String, MessageCollection) - Static method in class adams.data.image.BufferedImageHelper
Turns an image into a byte array.
toClassCrossRefURL(String) - Static method in class adams.core.net.HtmlUtils
Generates a classname cross reference fake link used in the help.
toCode() - Method in enum adams.flow.core.TesseractLanguage
Returns the ISO 639-2 string.
toCode() - Method in enum adams.flow.core.TesseractPageSegmentation
Returns the integer code.
toColorValue() - Method in class adams.core.base.BaseColor
Returns a Color object.
toCommandLine() - Method in class adams.core.option.AbstractOptionHandler
Returns the commandline string.
toCommandLine() - Method in class adams.core.option.AbstractRecursiveOptionProducerWithOptionHandling
Returns the commandline string.
toCommandLine() - Method in interface adams.core.option.OptionHandler
Returns the commandline string.
toCommandLine() - Method in class adams.db.AbstractDatabaseConnection
Returns the commandline string.
toCommandLine() - Method in class adams.db.DatabaseConnection
Returns the commandline string.
toCommandLine() - Method in class adams.doc.javadoc.Javadoc
Returns the commandline string.
toCommandLine() - Method in interface adams.flow.core.Actor
Returns the commandline string.
toCommandLine() - Method in class adams.flow.transformer.pixelselector.AbstractPixelSelectorAction
Returns the commandline string.
toCommandLine() - Method in class adams.gui.application.AbstractApplicationFrame
Returns the commandline string.
toCommandLine() - Method in class adams.gui.core.AbstractFrameWithOptionHandling
Returns the commandline string.
toCommandLine() - Method in class adams.run.RunScheme
Returns the commandline string.
toCommandLine(Object) - Method in class adams.core.option.AbstractCommandLineHandler
Generates a commandline from the specified object.
toCommandLine(Object) - Method in class adams.core.option.AdamsCommandLineHandler
Generates a commandline from the specified object.
toCommandLine(Object) - Method in class adams.core.option.BaseObjectCommandLineHandler
Generates a commandline from the specified object.
toCommandLine(Object) - Method in class adams.core.option.DefaultCommandLineHandler
Generates a commandline from the specified object.
toCommandLine(Object) - Method in class adams.core.option.JenericCommandLineHandler
Generates a commandline from the specified object.
toCommandLine(Object) - Method in class adams.core.option.WekaCommandLineHandler
Generates a commandline from the specified object.
toCommandLine(Object) - Static method in class weka.core.WekaOptionUtils
Returns the commandline string for the object.
toComment() - Method in class adams.core.Properties
Outputs the properties as they would be written to a file.
toCompactString(Actor) - Method in class adams.data.io.output.DefaultFlowWriter
Turns the actor into a compact string.
toCompactString(List) - Method in class adams.data.io.output.DefaultFlowWriter
Turns the nested format into a string.
toConnectionParameters(AbstractDatabaseConnection) - Method in class adams.db.AbstractDatabaseConnection
Turns the database connection into a parameters object.
toContainer() - Method in class adams.gui.visualization.segmentation.SegmentationPanel
Turns the layers into a container.
toContainer(boolean) - Method in class adams.gui.visualization.segmentation.SegmentationPanel
Turns the layers into a container.
toCSV(Instance) - Method in class weka.classifiers.meta.socketfacade.Simple
Turns the instance into CSV.
toCSV(Instances) - Method in class weka.classifiers.meta.socketfacade.Simple
Turns the instances into CSV.
toCustomStringRepresentation(Object) - Method in class adams.gui.goe.AbstractAdvancedScriptEditor
Returns a custom string representation of the object.
toCustomStringRepresentation(Object) - Method in class adams.gui.goe.AbstractBaseDateTypeEditor
Returns a custom string representation of the object.
toCustomStringRepresentation(Object) - Method in class adams.gui.goe.AbstractSimpleScriptEditor
Returns a custom string representation of the object.
toCustomStringRepresentation(Object) - Method in class adams.gui.goe.ActorPathEditor
Returns a custom string representation of the object.
toCustomStringRepresentation(Object) - Method in class adams.gui.goe.BaseAnnotationEditor
Returns a custom string representation of the object.
toCustomStringRepresentation(Object) - Method in class adams.gui.goe.BaseBooleanEditor
Returns a custom string representation of the object.
toCustomStringRepresentation(Object) - Method in class adams.gui.goe.BaseClassnameEditor
Returns a custom string representation of the object.
toCustomStringRepresentation(Object) - Method in class adams.gui.goe.BaseColorEditor
Returns a custom string representation of the object.
toCustomStringRepresentation(Object) - Method in class adams.gui.goe.BaseCommandLineEditor
Returns a custom string representation of the object.
toCustomStringRepresentation(Object) - Method in class adams.gui.goe.BaseIntervalEditor
Returns a custom string representation of the object.
toCustomStringRepresentation(Object) - Method in class adams.gui.goe.BaseKeyValuePairEditor
Returns a custom string representation of the object.
toCustomStringRepresentation(Object) - Method in class adams.gui.goe.BaseObjectEditor
Returns a custom string representation of the object.
toCustomStringRepresentation(Object) - Method in class adams.gui.goe.BasePasswordEditor
Returns a custom string representation of the object.
toCustomStringRepresentation(Object) - Method in class adams.gui.goe.BaseRegExpEditor
Returns a custom string representation of the object.
toCustomStringRepresentation(Object) - Method in class adams.gui.goe.BaseTextEditor
Returns a custom string representation of the object.
toCustomStringRepresentation(Object) - Method in class adams.gui.goe.CallableActorReferenceEditor
Returns a custom string representation of the object.
toCustomStringRepresentation(Object) - Method in class adams.gui.goe.ColorEditor
Returns a custom string representation of the object.
toCustomStringRepresentation(Object) - Method in class adams.gui.goe.CronScheduleEditor
Returns a custom string representation of the object.
toCustomStringRepresentation(Object) - Method in interface adams.gui.goe.CustomStringRepresentationHandler
Returns a custom string representation of the object.
toCustomStringRepresentation(Object) - Method in class adams.gui.goe.EmailAddressEditor
Returns a custom string representation of the object.
toCustomStringRepresentation(Object) - Method in class adams.gui.goe.EventReferenceEditor
Returns a custom string representation of the object.
toCustomStringRepresentation(Object) - Method in class adams.gui.goe.FieldEditor
Returns a custom string representation of the object.
toCustomStringRepresentation(Object) - Method in class adams.gui.goe.FileEditor
Returns a custom string representation of the object.
toCustomStringRepresentation(Object) - Method in class adams.gui.goe.FlowFileEditor
Returns a custom string representation of the object.
toCustomStringRepresentation(Object) - Method in class adams.gui.goe.FontEditor
Returns a custom string representation of the object.
toCustomStringRepresentation(Object) - Method in class adams.gui.goe.IndexEditor
Returns a custom string representation of the object.
toCustomStringRepresentation(Object) - Method in class adams.gui.goe.InlineEditor
Returns a custom string representation of the object.
toCustomStringRepresentation(Object) - Method in class adams.gui.goe.JdbcUrlEditor
Returns a custom string representation of the object.
toCustomStringRepresentation(Object) - Method in class adams.gui.goe.MavenArtifactEditor
Returns a custom string representation of the object.
toCustomStringRepresentation(Object) - Method in class adams.gui.goe.MavenArtifactExclusionEditor
Returns a custom string representation of the object.
toCustomStringRepresentation(Object) - Method in class adams.gui.goe.MavenRepositoryEditor
Returns a custom string representation of the object.
toCustomStringRepresentation(Object) - Method in class adams.gui.goe.PdfFontEditor
Returns a custom string representation of the object.
toCustomStringRepresentation(Object) - Method in class adams.gui.goe.PlaceholderDirectoryEditor
Returns a custom string representation of the object.
toCustomStringRepresentation(Object) - Method in class adams.gui.goe.PlaceholderFileEditor
Returns a custom string representation of the object.
toCustomStringRepresentation(Object) - Method in class adams.gui.goe.PrefixFieldEditor
Returns a custom string representation of the object.
toCustomStringRepresentation(Object) - Method in class adams.gui.goe.RangeEditor
Returns a custom string representation of the object.
toCustomStringRepresentation(Object) - Method in class adams.gui.goe.SheetRangeEditor
Returns a custom string representation of the object.
toCustomStringRepresentation(Object) - Method in class adams.gui.goe.SpreadSheetColumnRangeEditor
Returns a custom string representation of the object.
toCustomStringRepresentation(Object) - Method in class adams.gui.goe.SpreadSheetRowRangeEditor
Returns a custom string representation of the object.
toCustomStringRepresentation(Object) - Method in class adams.gui.goe.SpreadSheetUnorderedColumnRangeEditor
Returns a custom string representation of the object.
toCustomStringRepresentation(Object) - Method in class adams.gui.goe.SpreadSheetUnorderedRowRangeEditor
Returns a custom string representation of the object.
toCustomStringRepresentation(Object) - Method in class adams.gui.goe.SuffixFieldEditor
Returns a custom string representation of the object.
toCustomStringRepresentation(Object) - Method in class adams.gui.goe.UnorderedRangeEditor
Returns a custom string representation of the object.
toCustomStringRepresentation(Object) - Method in class adams.gui.goe.VariableNameValuePairEditor
Returns a custom string representation of the object.
toCustomStringRepresentation(Object) - Method in class adams.gui.goe.WekaAttributeRangeEditor
Returns a custom string representation of the object.
toCustomStringRepresentation(Object) - Method in class adams.gui.goe.WekaExperimentFileEditor
Returns a custom string representation of the object.
toCustomStringRepresentation(Object) - Method in class adams.gui.goe.WekaUnorderedAttributeRangeEditor
Returns a custom string representation of the object.
toDatabaseConnection(Class) - Method in class adams.db.ConnectionParameters
Returns the instance of a new database connection object.
toDataPoint(AbstractDerivative.Point) - Method in class adams.data.filter.AbstractDerivative
Turns the intermediate format point back into a DataPoint.
toDataPoint(AbstractDerivative.Point) - Method in class adams.data.filter.TimeseriesDerivative
Turns the intermediate format point back into a DataPoint.
toDataset(List<Binnable<DataRow>>) - Static method in class adams.data.binning.BinnableDataset
Turns a binnable list back into Rows.
toDataset(Instances) - Static method in class adams.ml.data.WekaConverter
Converts a Weka Instances object into an ADAMS Dataset.
toDate() - Method in class adams.core.Time
Returns the time object as date object.
toDate() - Method in class adams.core.TimeMsec
Returns the time object as date object.
toDate() - Method in interface adams.data.spreadsheet.Cell
Returns the date content, null if not a date.
toDate() - Method in class adams.data.spreadsheet.CellView
Returns the date content, null if not a date.
toDate() - Method in class adams.data.spreadsheet.DoubleCell
Returns the date content, null if not a date.
toDate() - Method in class adams.data.spreadsheet.FloatCell
Returns the date content, null if not a date.
toDate() - Method in class adams.ml.data.DataCellView
Returns the date content, null if not a date.
toDate(String) - Method in class adams.parser.ParserHelper
Turns the string into a Date object.
toDateFormat() - Method in class adams.data.DateFormatString
Returns a configured DateFormat object.
toDateFormat(TimeZone) - Method in class adams.data.DateFormatString
Returns a configured DateFormat object.
toDateTime() - Method in interface adams.data.spreadsheet.Cell
Returns the date/time content, null if not a date/time.
toDateTime() - Method in class adams.data.spreadsheet.CellView
Checks whether the cell represents a date/time with msec value.
toDateTime() - Method in class adams.data.spreadsheet.DoubleCell
Returns the date/time content, null if not a date/time.
toDateTime() - Method in class adams.data.spreadsheet.FloatCell
Returns the date/time content, null if not a date/time.
toDateTime() - Method in class adams.ml.data.DataCellView
Returns the date/time content, null if not a date/time.
toDateTimeMsec() - Method in interface adams.data.spreadsheet.Cell
Returns the date/time msec content, null if not a date/time.
toDateTimeMsec() - Method in class adams.data.spreadsheet.CellView
Returns the date/time msec content, null if not a date/time.
toDateTimeMsec() - Method in class adams.data.spreadsheet.DoubleCell
Returns the date/time content, null if not a date/time.
toDateTimeMsec() - Method in class adams.data.spreadsheet.FloatCell
Returns the date/time content, null if not a date/time.
toDateTimeMsec() - Method in class adams.ml.data.DataCellView
Returns the date/time msec content, null if not a date/time.
today() - Static method in class adams.core.DateUtils
Returns a Date object of today, at the start of the day (00:00:00.000).
TODAY - Static variable in class adams.core.base.BaseDate
the placeholder for "today".
TODAY - Static variable in class adams.core.base.BaseDateTime
the placeholder for "today".
TODAY - Static variable in class adams.core.base.BaseDateTimeMsec
the placeholder for "today".
TODAY - Static variable in interface adams.parser.booleanexpression.sym
 
TODAY - Static variable in interface adams.parser.mathematicalexpression.sym
 
TODAY - Static variable in interface adams.parser.spreadsheetformula.sym
 
TODAY - Static variable in interface adams.parser.stringexpression.sym
 
todayLabel - Variable in class adams.gui.chooser.DatePanel.InternalView
 
toDays(double, int) - Static method in class adams.core.MicroSecondFormat
Turns the number of microseconds into days.
toDays(double, int) - Static method in class adams.core.SecondFormat
Turns the number of seconds into days.
toDecimalFormat() - Method in class adams.data.DecimalFormatString
Returns a configured DecimalFormat object.
toDisplay() - Method in enum adams.core.AutoOnOff
Returns the display string.
toDisplay() - Method in enum adams.core.BusinessDays
Returns the display string.
toDisplay() - Method in interface adams.core.CustomDisplayStringProvider
Returns the custom display string.
toDisplay() - Method in interface adams.core.EnumWithCustomDisplay
Returns the display string.
toDisplay() - Method in class adams.core.Index
Returns the custom display string.
toDisplay() - Method in enum adams.core.io.MessageDigestType
Returns the display string.
toDisplay() - Method in enum adams.core.License
Returns the display string.
toDisplay() - Method in enum adams.core.option.UserMode
Returns the display string.
toDisplay() - Method in class adams.core.Range
Returns the custom display string.
toDisplay() - Method in enum adams.core.TriState
Returns the display string.
toDisplay() - Method in class adams.core.UnorderedRange
Returns the custom display string.
toDisplay() - Method in enum adams.data.filter.AbstractFastWavelet.WaveletType
Returns the display string.
toDisplay() - Method in enum adams.data.image.features.Histogram.HistogramType
Returns the display string.
toDisplay() - Method in enum adams.data.image.transformer.ImageType.Type
Returns the human-readable display.
toDisplay() - Method in enum adams.data.jai.features.Histogram.HistogramType
Returns the display string.
toDisplay() - Method in enum adams.data.jai.ImageType
Returns the display string.
toDisplay() - Method in enum adams.data.padding.PaddingType
Returns the display string.
toDisplay() - Method in enum adams.data.report.DataType
Returns the display string.
toDisplay() - Method in enum adams.data.statistics.SPCUtils.Chart
Returns the display string.
toDisplay() - Method in enum adams.data.statistics.SPCUtils.Rules
Returns the display string.
toDisplay() - Method in enum adams.flow.core.EvaluationStatistic
Returns the display string, including nominal/numeric if it applies.
toDisplay() - Method in enum adams.flow.core.ExperimentStatistic
Returns the display string.
toDisplay() - Method in enum adams.flow.core.TesseractLanguage
Returns the display string.
toDisplay() - Method in enum adams.flow.core.TesseractPageSegmentation
Returns the display string.
toDisplay() - Method in enum adams.flow.execution.ExecutionStage
Returns the display string.
toDisplay() - Method in enum adams.flow.sink.WekaThresholdCurve.AttributeName
Returns the display string.
toDisplay() - Method in enum adams.flow.transformer.WekaClassifierRanker.Measure
Returns the display string.
toDisplay() - Method in enum adams.gui.core.DragAndDropTree.DropPosition
Returns the display string.
toDisplay() - Method in enum adams.gui.visualization.core.axis.Type
Returns the display string, used in toString().
toDisplayShort() - Method in enum adams.flow.core.EvaluationStatistic
Returns the display string.
toDisplayString() - Method in class adams.data.report.AbstractField
Returns the name of the field.
toDisplayString() - Method in class adams.data.report.PrefixField
Returns the prefix of the field.
toDisplayString() - Method in class adams.data.report.SuffixField
Returns the suffix of the field.
TODO - adams.core.License
to be determined.
toDouble() - Method in interface adams.data.spreadsheet.Cell
Returns the content as double, if possible.
toDouble() - Method in class adams.data.spreadsheet.CellView
Returns the content as double, if possible.
toDouble() - Method in class adams.data.spreadsheet.DoubleCell
Returns the content as double, if possible.
toDouble() - Method in class adams.data.spreadsheet.FloatCell
Returns the content as double, if possible.
toDouble() - Method in class adams.ml.data.DataCellView
Returns the content as double, if possible.
toDouble(double) - Static method in class adams.core.IEEE754
Convert ieee754 int to double.
toDouble(float[]) - Static method in class adams.core.Utils
Turns the float array into a double array.
toDouble(Byte) - Static method in class adams.data.container.AbstractDataPoint
Turns the Byte object into a double.
toDouble(Double) - Static method in class adams.data.container.AbstractDataPoint
Turns the Double object into a double.
toDouble(Float) - Static method in class adams.data.container.AbstractDataPoint
Turns the Float object into a double.
toDouble(Integer) - Static method in class adams.data.container.AbstractDataPoint
Turns the Integer object into a double.
toDouble(Long) - Static method in class adams.data.container.AbstractDataPoint
Turns the Long object into a double.
toDouble(Number) - Static method in class adams.data.container.AbstractDataPoint
Turns the Number object into a double.
toDouble(Object) - Static method in class adams.data.container.AbstractDataPoint
Turns the Short into a double, if possible.
toDouble(Object) - Method in class adams.parser.ParserHelper
Turns the object into a double.
toDouble(Short) - Static method in class adams.data.container.AbstractDataPoint
Turns the Short object into a double.
toDouble(String) - Static method in class adams.core.Utils
Tries to parse the given string as double.
toDouble(String) - Method in class adams.parser.spreadsheetformula.ParserHelper
Returns the double value of the specified cell.
toDouble(String, Locale) - Static method in class adams.core.Utils
Tries to parse the given string as double.
toDoubleArray() - Method in class adams.data.instance.Instance
Returns the y values as double array.
toDoubleArray() - Method in class weka.core.AbstractHashableInstance
Returns the values of each attribute as an array of doubles.
toDoubleArray(double[]) - Static method in class adams.core.IEEE754
Convert ieee754 array(as doubles) to double array.
toDoubleArray(Instance) - Static method in class adams.data.instance.InstanceUtils
Returns the points as double array.
toDoubleArray(Timeseries) - Static method in class adams.data.timeseries.TimeseriesUtils
Returns the amplitudes as double array.
toDoubleArray(SpreadSheetRow) - Static method in class adams.gui.visualization.spreadsheet.SpreadSheetRowUtils
Returns the points as double array.
toDoubleArray(Number[]) - Static method in class adams.data.statistics.StatUtils
Turns the Number array into one consisting of primitive doubles.
toDoubleArray(List<Binnable<T>>) - Static method in class adams.data.binning.operation.Values
Turns the values of the binnable objects into a double array.
toDoubleArray(List<InstancePoint>) - Static method in class adams.data.instance.InstanceUtils
Returns the points as double array.
toDoubleArray(List<TimeseriesPoint>) - Static method in class adams.data.timeseries.TimeseriesUtils
Returns the amplitudes as double array.
toDoubleArray(List<SpreadSheetRowPoint>) - Static method in class adams.gui.visualization.spreadsheet.SpreadSheetRowUtils
Returns the points as double array.
toDoubleArray(List<Double>) - Static method in class adams.core.Utils
Turns the Double list into a double array.
toDoubleArray(T[]) - Method in class adams.data.statistics.ArrayAngle
Converts an array of Numbers into an array of doubles.
toDoubleMatrix(Number[][]) - Static method in class adams.data.statistics.StatUtils
Turns the Number matrix into one consisting of primitive doubles.
toEmailAddress() - Method in class adams.core.net.EmailContact
Turns the contact into an email address.
toEntities(String) - Static method in class adams.doc.xml.AbstractTag
Turns the string into valid XML.
toEnumeration(Vector) - Static method in class weka.core.WekaOptionUtils
Returns the option descriptions as an enumeration.
toErrorOutput(CollectingProcessOutput) - Static method in class adams.core.management.ProcessUtils
Returns an error output based on the information stored.
toEvaluationStatistic() - Method in enum adams.opt.genetic.Measure
Converts the measure into EvaluationStatistic.
toExaBytes(double, int) - Static method in class adams.core.ByteFormat
Turns the number of bytes into EB.
toExbiBytes(double, int) - Static method in class adams.core.ByteFormat
Turns the number of bytes into EiB.
toExplicitRange() - Method in class adams.core.Range
Returns the explicit range, i.e., just comma-separated (1-based) indices.
toExplicitRange() - Method in class adams.core.UnorderedRange
Returns the explicit range, i.e., just comma-separated (1-based) indices.
toField(SpreadSheet, int) - Method in class adams.flow.transformer.SpreadSheetInfo
Turns the column into a field.
toFile() - Method in class adams.data.WekaExperimentFile
Returns a file object.
toFileArray(Object) - Static method in class adams.core.io.FileUtils
Turns String, String[], File, File[] into a File array.
toFileArray(List<Binnable<File>>) - Static method in class adams.data.binning.BinnableFiles
Turns a binnable list back into a file array.
toFloat(double[]) - Static method in class adams.core.Utils
Turns the double array into a float array.
toFloat(String) - Static method in class adams.core.Utils
Tries to parse the given string as float.
toFloat(String, Locale) - Static method in class adams.core.Utils
Tries to parse the given string as float.
toFloatArray(Number[]) - Static method in class adams.data.statistics.StatUtils
Turns the Number array into one consisting of primitive floats.
toFloatArray(List<Float>) - Static method in class adams.core.Utils
Turns the Float list into a float array.
toFloatMatrix(Number[][]) - Static method in class adams.data.statistics.StatUtils
Turns the Number matrix into one consisting of primitive floats.
toFont() - Method in class adams.core.io.PdfFont
Turns the font object into the PDF font.
toFont(Color) - Method in class adams.core.io.PdfFont
Turns the font object into the PDF font.
toFront() - Method in interface adams.gui.application.Child
Brings the child to the front.
toFront(Container) - Static method in class adams.gui.core.GUIHelper
Attempts to bring the enclosing window to the front.
toGeometry() - Method in class adams.flow.transformer.locateobjects.LocatedObject
Converts the polygon or rectangle into a JTS polygon (for proper intersects).
toGeometry(LocatedObject) - Method in class adams.data.areaoverlap.PolygonBased
Turns the object into a shape.
toGeometry(LocatedObject, ObjectOverlap) - Static method in class adams.data.objectfilter.MergeOverlapsHelper
Turns the located object's polygon or bbox into a Geometry instance.
toGeometry(Polygon) - Static method in class adams.flow.transformer.locateobjects.LocatedObject
Converts the polygon into a JTS polygon (for proper intersects).
toGeometry(Rectangle) - Static method in class adams.flow.transformer.locateobjects.LocatedObject
Converts the rectangle into a JTS polygon (for proper intersects).
TOGGLE - adams.gui.core.JComponentList.CheckBoxListItem.Actions
the remove action.
ToggleAction - Class in adams.gui.action
A specialized action class for menu items derived from JCheckBoxMenuItem.
ToggleAction() - Constructor for class adams.gui.action.ToggleAction
Defines an Action object with a default description string and default icon.
ToggleAction(String) - Constructor for class adams.gui.action.ToggleAction
Defines an Action object with the specified description string and a default icon.
ToggleAction(String, String) - Constructor for class adams.gui.action.ToggleAction
Defines an Action object with the specified description string and a the specified icon.
ToggleAction(String, Icon) - Constructor for class adams.gui.action.ToggleAction
Defines an Action object with the specified description string and a the specified icon.
toggleAll(TreePath, boolean) - Method in class adams.gui.core.BaseTree
Performs the expand/collapse recursively.
toggleAll(TreePath, boolean, int, int) - Method in class adams.gui.core.BaseTree
Performs the expand/collapse recursively.
toggleAlternative() - Method in class adams.gui.tools.previewbrowser.CocoAnnotationsHandler.CombinedPanel
Toggles whether to use an alternative location.
toggleAlternative() - Method in class adams.gui.tools.previewbrowser.DeepLabCutCSVHandler.CombinedPanel
Toggles whether to use an alternative location.
toggleAlternative() - Method in class adams.gui.tools.previewbrowser.ObjectCentersFromReport.CombinedPanel
Toggles whether to use an alternative location.
toggleAlternative() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport.CombinedPanel
Toggles whether to use an alternative location.
toggleAlternative() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet.CombinedPanel
Toggles whether to use an alternative location.
toggleAlternative() - Method in class adams.gui.tools.previewbrowser.PointsFromReportHandler.CombinedPanel
Toggles whether to use an alternative location.
toggleBreakpoints() - Method in class adams.flow.execution.debug.BreakpointPanel
Toggles the enabled state of the currently selected breakpoints.
toggleEnabledState(TreePath[]) - Method in class adams.gui.flow.tree.Tree
Toggles the enabled state of actors.
ToggleOutlier - Class in adams.flow.sink.sequenceplotter
Toggles the outlier state of data points.
ToggleOutlier() - Constructor for class adams.flow.sink.sequenceplotter.ToggleOutlier
 
toggleSortAttributeNames() - Method in class adams.gui.tools.wekainvestigator.InvestigatorPanel
Toggles the "sort attribute names" option.
ToggleState - Class in adams.gui.flow.tree.menu
For enabling/disabling actors.
ToggleState() - Constructor for class adams.gui.flow.tree.menu.ToggleState
 
toggleUndo() - Method in class adams.gui.tools.wekainvestigator.InvestigatorPanel
Toggles the undo state.
ToggleVisibility<T extends DataContainer,​M extends AbstractContainerManager,​C extends AbstractContainer> - Class in adams.gui.visualization.container.datacontainerpanel.containerlistpopup
For toggling the visibility.
ToggleVisibility() - Constructor for class adams.gui.visualization.container.datacontainerpanel.containerlistpopup.ToggleVisibility
 
toGibiBytes(double, int) - Static method in class adams.core.ByteFormat
Turns the number of bytes into GiB.
toGigaBytes(double, int) - Static method in class adams.core.ByteFormat
Turns the number of bytes into GB.
toGraphml(String, MessageCollection) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.TreeGraphML
Converts the dotty string and saves it as graphml file.
toHex(byte) - Static method in class adams.core.Utils
Returns a hexadecimal representation of the byte value.
toHex(int) - Static method in class adams.gui.core.ColorHelper
Turns the integer into a hex string, left-pads with zero.
toHex(Color) - Static method in class adams.gui.core.ColorHelper
Returns the color as hex string ("#RRGGBB" or "#AARRGGBB").
toHexArray(byte[]) - Static method in class adams.core.Utils
Turns the binary array to a hexadecimal string.
toHours(double, int) - Static method in class adams.core.MicroSecondFormat
Turns the number of microseconds into hours.
toHours(double, int) - Static method in class adams.core.SecondFormat
Turns the number of seconds into hours.
toHtml(String, int) - Method in class adams.gui.core.dotnotationtree.AbstractInfoNode
Breaks up the string into lines and generates valid HTML.
toHTML(SpreadSheet) - Static method in class adams.gui.tools.wekainvestigator.output.RunInformationHelper
Turns the run information into an html table.
toHTML(Node) - Method in interface adams.gui.flow.tree.annotations.AnnotationProcessor
Turns the actor's annotations into HTML.
toHTML(Node) - Method in class adams.gui.flow.tree.annotations.PlainText
Turns the actor's annotations into HTML.
toHTML(String) - Static method in class adams.core.net.HtmlUtils
Converts the given String into HTML, i.e., replacing some char entities with HTML entities.
toHTML(String) - Method in class adams.core.option.help.AbstractHelpGenerator
Turns the string into HTML.
toHTML(String) - Method in class adams.core.option.HtmlHelpProducer
Turns the string into HTML.
toHTML(String) - Method in class adams.core.option.HtmlParametersProducer
Turns the string into HTML.
toHTML(String) - Method in class adams.doc.javadoc.Javadoc
converts the given String into HTML, i.e., replacing some char entities with HTML entities.
toHTML(String, boolean) - Method in class adams.core.option.help.AbstractHelpGenerator
Turns the string into HTML.
toHTML(String, boolean) - Method in class adams.core.option.HtmlHelpProducer
Turns the string into HTML.
toHTML(String, boolean) - Method in class adams.core.option.HtmlParametersProducer
Turns the string into HTML.
toInstance() - Method in class adams.data.instance.Instance
Generates a weka instance, if a dataset header is available.
toInstance(Instances, Row) - Static method in class adams.ml.data.WekaConverter
Turns an ADAMS dataset row into a Weka Instance.
toInstances() - Method in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment
Returns the collected results.
toInstances(SpreadSheet) - Method in class adams.data.spreadsheet.filter.WekaFilter
Converts the spreadsheet into an Instances object.
toInstances(TableRowRange) - Method in class adams.gui.visualization.instances.InstancesTable
Returns the data.
toInstances(TableRowRange, boolean) - Method in class adams.gui.visualization.instances.InstancesTable
Returns the data.
toInstances(Dataset) - Static method in class adams.ml.data.WekaConverter
Converts an ADAMS Dataset to Weka Instances.
toInstances(List<Binnable<Instance>>) - Static method in class adams.data.binning.BinnableInstances
Turns a binnable list back into Instances.
toInstances(Instances, Matrix, Matrix) - Static method in class weka.core.matrix.MatrixHelper
returns the X and Y matrix again as Instances object, based on the given header (must have a class attribute set).
toInstances(Instances, Matrix, Matrix) - Method in class weka.filters.supervised.attribute.PLSFilterExtended
Override superclass method, as this cannot deal with multiple y attributes Returns the X and Y matrix again as Instances object, based on the given header (must have a class attribute set).
toIntArray(Number[]) - Static method in class adams.data.statistics.StatUtils
Turns the Number array into one consisting of primitive ints.
toIntArray(List<Integer>) - Static method in class adams.core.Utils
Turns the Integer list into an int array.
toIntBits(double) - Static method in class adams.core.IEEE754
Convert double to ieee754 as long.
toIntBitsArray(double[]) - Static method in class adams.core.IEEE754
Convert double array to ieee754 array(as doubles) .
toInteger(Object) - Method in class adams.parser.ParserHelper
Turns the object (ie double) into an integer.
toInteger(Level) - Method in class adams.core.logging.LevelComparator
Turns the level into an integer representation.
toIntMatrix(Number[][]) - Static method in class adams.data.statistics.StatUtils
Turns the Number matrix into one consisting of primitive ints.
toJavaApiURL(Class) - Static method in class adams.core.net.HtmlUtils
Generates an API URL from the Java class.
toJavaApiURL(String) - Static method in class adams.core.net.HtmlUtils
Generates an API URL from the Java classname.
toJavaFont() - Method in class adams.core.io.PdfFont
Returns the closest Java font.
toJson(Report) - Static method in class adams.data.report.ReportJsonUtils
Turns the report into a json structure.
toJson(Report, Field[]) - Static method in class adams.data.report.ReportJsonUtils
Turns the specified fields from the report into a json structure.
toJSON(Object) - Static method in class adams.data.json.JsonHelper
Turns the object into a JSON object, if necessary.
toJsonPath() - Method in class adams.core.base.JsonPathExpression
Returns the JsonPath object, if possible.
Token - Class in adams.flow.core
A wrapper object for passing data through the flow.
Token() - Constructor for class adams.flow.core.Token
Initializes the token.
Token(Object) - Constructor for class adams.flow.core.Token
Initializes the token.
TokenCleaner - Interface in weka.core.tokenizers.cleaners
Interface for token cleaners.
TokenEvent - Class in adams.event
Event that gets sent by a TokenEventHandler actor when a token arrived.
TokenEvent(TokenEventHandler, Token) - Constructor for class adams.event.TokenEvent
Initializes the event.
TokenEventHandler - Interface in adams.flow.core
Interface for actors that support TokenEvents and handle TokenListeners.
tokenize(String) - Method in class weka.core.tokenizers.MultiTokenizer
Sets the string to tokenize.
tokenize(String) - Method in class weka.core.tokenizers.PreCleanedTokenizer
Sets the string to tokenize.
TOKENIZER - Static variable in class weka.core.tokenizers.MultiTokenizer
 
tokenizersTipText() - Method in class weka.core.tokenizers.MultiTokenizer
Returns the tip text for this property.
TokenListener - Interface in adams.event
Interface for classes that listen for tokens arriving in a TokenEventHandler.
tokenListeners() - Method in interface adams.flow.core.TokenEventHandler
Returns the current listeners.
tokenListeners() - Method in class adams.flow.sink.ProgrammaticSink
Returns the current listeners.
tokenReceived(Token) - Method in interface adams.flow.transformer.ProgrammaticTokenListener.TokenListener
For listening to the token that was received.
toKibiBytes(double, int) - Static method in class adams.core.ByteFormat
Turns the number of bytes into KiB.
toKiloBytes(double, int) - Static method in class adams.core.ByteFormat
Turns the number of bytes into KB.
tolerateHeaderChangesTipText() - Method in class adams.data.instances.AbstractInstanceGenerator
Returns the tip text for this property.
toLines(T) - Method in class adams.data.io.output.AbstractSimpleReportWriter
Turns the data into an array of strings (sorted field names).
tolipText() - Method in class adams.data.instancesanalysis.pls.KernelPLS
Returns the tip text for this property
toList() - Method in class adams.core.MessageCollection
Returns the collected messages as list.
toList() - Method in class adams.data.container.AbstractDataContainer
Returns a list with the points.
toList() - Method in interface adams.data.container.DataContainer
Returns a vector with the points.
toList() - Method in class adams.gui.tools.AbstractManagementTableModel
Returns the model as list.
toList(byte[]) - Static method in class adams.core.Utils
Turns the byte array into a Byte list.
toList(double[]) - Static method in class adams.core.Utils
Turns the double array into a Double list.
toList(float[]) - Static method in class adams.core.Utils
Turns the float array into a Float list.
toList(int[]) - Static method in class adams.core.Utils
Turns the int array into an Integer list.
toList(long[]) - Static method in class adams.core.Utils
Turns the long array into a Long list.
toList(DataPointComparator) - Method in class adams.data.container.AbstractDataContainer
Returns a list with the points.
toList(DataPointComparator<T>) - Method in interface adams.data.container.DataContainer
Returns a list with the points.
toList(JSONArray) - Static method in class adams.data.json.JsonHelper
Turns the JSON array into an object list.
toLong() - Method in interface adams.data.spreadsheet.Cell
Returns the content as long, if possible.
toLong() - Method in class adams.data.spreadsheet.CellView
Returns the content as long, if possible.
toLong() - Method in class adams.data.spreadsheet.DoubleCell
Returns the content as long, if possible.
toLong() - Method in class adams.data.spreadsheet.FloatCell
Returns the content as long, if possible.
toLong() - Method in class adams.ml.data.DataCellView
Returns the content as long, if possible.
toLongArray(Number[]) - Static method in class adams.data.statistics.StatUtils
Turns the Number array into one consisting of primitive longs.
toLongArray(List<Long>) - Static method in class adams.core.Utils
Turns the Long list into a long array.
toLongMatrix(Number[][]) - Static method in class adams.data.statistics.StatUtils
Turns the Number matrix into one consisting of primitive longs.
tolTipText() - Method in class adams.data.instancesanalysis.pls.NIPALS
Returns the tip text for this property
tolTipText() - Method in class adams.data.instancesanalysis.pls.PRM
Returns the tip text for this property
tolTipText() - Method in class adams.data.instancesanalysis.pls.SparsePLS
Returns the tip text for this property
toMap(BaseKeyValuePair[]) - Static method in class adams.core.base.BaseKeyValuePair
Turns the array into a string map.
toMap(JSONObject, boolean) - Static method in class adams.data.json.JsonHelper
Turns the JSON object into a map.
toMarkerIndices(int[]) - Method in class adams.flow.sink.sequenceplotter.SequencePlotterPanel
Translates the indices of the sequence container manager into the ones from the marker container manager.
toMat(BufferedImage) - Static method in class adams.data.opencv.OpenCVHelper
Converts the BufferedImage into a Mat object.
toMatrix() - Method in class adams.data.spreadsheet.DefaultSpreadSheet
Returns the spreadsheet as matrix, with the header as the first row.
toMatrix() - Method in interface adams.data.spreadsheet.SpreadSheet
Returns the spreadsheet as matrix, with the header as the first row.
toMatrix() - Method in class adams.data.spreadsheet.SpreadSheetView
Returns the spreadsheet as matrix, with the header as the first row.
toMatrix() - Method in class adams.ml.data.DatasetView
Returns the spreadsheet as matrix, with the header as the first row.
toMatrix() - Method in class adams.ml.data.InstancesView
Returns the spreadsheet as matrix, with the header as the first row.
toMatrix(SpreadSheet) - Method in class adams.data.conversion.TransposeSpreadSheet
Turns the spreadsheet into a matrix of Cell objects (first row is header).
toMatrixString(int, int[][], int[], Instances) - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.ClassesToClusters
Returns a "confusion" style matrix of classes to clusters assignments
toMebiBytes(double, int) - Static method in class adams.core.ByteFormat
Turns the number of bytes into MiB.
toMegaBytes(double, int) - Static method in class adams.core.ByteFormat
Turns the number of bytes into MB.
toMicroSecondFormat() - Method in class adams.core.MicroSecondFormatString
Returns a configured MicroSecondFormat object.
toMilliSeconds(double, int) - Static method in class adams.core.MicroSecondFormat
Turns the number of microseconds into milliseconds.
toMinutes(double, int) - Static method in class adams.core.MicroSecondFormat
Turns the number of microseconds into minutes.
toMinutes(double, int) - Static method in class adams.core.SecondFormat
Turns the number of seconds into minutes.
toMixed(double) - Static method in class adams.core.MicroSecondFormat
Turns the number of seconds into a mixed representation (1w 2d 3h 4m 5s 6ms 7us).
toMixed(double) - Static method in class adams.core.SecondFormat
Turns the number of seconds into a mixed representation (1w 2d 3h 4m 5s).
tomorrow() - Static method in class adams.core.DateUtils
Returns a Date object of tomorrow, at the start of the day (00:00:00.000).
TOMORROW - Static variable in class adams.core.base.BaseDate
the placeholder for "tomorrow".
TOMORROW - Static variable in class adams.core.base.BaseDateTime
the placeholder for "tomorrow".
TOMORROW - Static variable in class adams.core.base.BaseDateTimeMsec
the placeholder for "tomorrow".
toName(Color) - Static method in class adams.gui.core.ColorHelper
Tries to turn color into a name, like 'black' or 'red'.
toNative(String) - Method in class adams.parser.spreadsheetformula.ParserHelper
Returns the native value of the specified cell.
toNestedString() - Method in class adams.gui.flow.tree.ClipboardActorContainer
Returns a string representation of the options.
toNestedString(List) - Method in class adams.data.io.output.DefaultFlowWriter
Turns the nested format into a string.
toNumber(BaseByte[]) - Static method in class adams.core.base.BaseByte
Turns the BaseByte array into a number array.
toNumber(BaseDouble[]) - Static method in class adams.core.base.BaseDouble
Turns the BaseDouble array into a number array.
toNumber(BaseFloat[]) - Static method in class adams.core.base.BaseFloat
Turns the BaseFloat array into a number array.
toNumber(BaseInteger[]) - Static method in class adams.core.base.BaseInteger
Turns the BaseInteger array into a number array.
toNumber(BaseLong[]) - Static method in class adams.core.base.BaseLong
Turns the BaseLong array into a number array.
toNumber(BaseShort[]) - Static method in class adams.core.base.BaseShort
Turns the BaseShort array into a number array.
toNumber(Object) - Method in class adams.parser.ParserHelper
Turns the object into a double.
toNumberArray(byte[]) - Static method in class adams.data.statistics.StatUtils
Turns the byte array into a Byte array.
toNumberArray(double[]) - Static method in class adams.data.statistics.StatUtils
Turns the double array into a Double array.
toNumberArray(float[]) - Static method in class adams.data.statistics.StatUtils
Turns the float array into a Float array.
toNumberArray(int[]) - Static method in class adams.data.statistics.StatUtils
Turns the int array into a Integer array.
toNumberArray(long[]) - Static method in class adams.data.statistics.StatUtils
Turns the long array into a Long array.
toNumberArray(short[]) - Static method in class adams.data.statistics.StatUtils
Turns the short array into a Short array.
toNumberArray(List<Binnable<T>>) - Static method in class adams.data.binning.operation.Values
Turns the values of the binnable objects into a number array.
toNumberMatrix(byte[][]) - Static method in class adams.data.statistics.StatUtils
Turns the Number matrix into one consisting of primitive bytes.
toNumberMatrix(double[][]) - Static method in class adams.data.statistics.StatUtils
Turns the primitive double matrix into one consisting of Doubles.
toNumberMatrix(float[][]) - Static method in class adams.data.statistics.StatUtils
Turns the primitive float matrix into one consisting of Floats.
toNumberMatrix(int[][]) - Static method in class adams.data.statistics.StatUtils
Turns the primitve int matrix into one consisting of Integers.
toNumberMatrix(long[][]) - Static method in class adams.data.statistics.StatUtils
Turns the primitive long matrix into one consisting of Longs.
toNumberMatrix(short[][]) - Static method in class adams.data.statistics.StatUtils
Turns the Number matrix into one consisting of primitive shorts.
toObjectArray(String[], Class) - Static method in class adams.core.base.BaseObject
Turns the String array into a BaseObject array.
toObjectArray(List<String>, Class) - Static method in class adams.core.base.BaseObject
Turns the String array into a BaseObject array.
Tool - Class in adams.flow.standalone
Runs a tool.
Tool - Class in adams.flow.transformer
Runs a tool.
Tool - Interface in adams.gui.visualization.object.tools
Interface for tools.
Tool - Interface in adams.gui.visualization.segmentation.tool
Interface for tools.
Tool() - Constructor for class adams.flow.standalone.Tool
 
Tool() - Constructor for class adams.flow.transformer.Tool
 
ToolBarPanel - Class in adams.gui.core
Specialized panel with a toolbar.
ToolBarPanel() - Constructor for class adams.gui.core.ToolBarPanel
 
ToolBarPanel.ToolBarLocation - Enum in adams.gui.core
The location of the toolbar.
ToolBarUndoPanel - Class in adams.gui.core
A toolbar panel with the ability for undo.
ToolBarUndoPanel() - Constructor for class adams.gui.core.ToolBarUndoPanel
Initializes the panel, the undo mechanism holds the undo list in memory.
ToolBarUndoPanel(Class, boolean) - Constructor for class adams.gui.core.ToolBarUndoPanel
Initializes the panel, the undo mechanism holds the undo list either in memory or stores the objects on disk.
toolButtonColumnsTipText() - Method in class adams.flow.transformer.ImageSegmentationAnnotator
Returns the tip text for this property.
ToolKeyAdapter - Class in adams.gui.visualization.object.tools
KeyAdapter with an owning tool.
ToolKeyAdapter - Class in adams.gui.visualization.segmentation.tool
KeyAdapter with an owning tool.
ToolKeyAdapter(Tool) - Constructor for class adams.gui.visualization.object.tools.ToolKeyAdapter
Initializes the adapter.
ToolKeyAdapter(Tool) - Constructor for class adams.gui.visualization.segmentation.tool.ToolKeyAdapter
Initializes the adapter.
ToolMouseAdapter - Class in adams.gui.visualization.object.tools
MouseAdapter with an owning tool.
ToolMouseAdapter - Class in adams.gui.visualization.segmentation.tool
MouseAdapter with an owning tool.
ToolMouseAdapter(Tool) - Constructor for class adams.gui.visualization.object.tools.ToolMouseAdapter
Initializes the adapter.
ToolMouseAdapter(Tool, boolean) - Constructor for class adams.gui.visualization.object.tools.ToolMouseAdapter
Initializes the adapter.
ToolMouseAdapter(Tool) - Constructor for class adams.gui.visualization.segmentation.tool.ToolMouseAdapter
Initializes the adapter.
ToolMouseAdapter(Tool, boolean) - Constructor for class adams.gui.visualization.segmentation.tool.ToolMouseAdapter
Initializes the adapter.
ToolMouseMotionAdapter - Class in adams.gui.visualization.object.tools
MouseMotionAdapter with an owning tool.
ToolMouseMotionAdapter - Class in adams.gui.visualization.segmentation.tool
MouseMotionAdapter with an owning tool.
ToolMouseMotionAdapter(Tool) - Constructor for class adams.gui.visualization.object.tools.ToolMouseMotionAdapter
Initializes the adapter.
ToolMouseMotionAdapter(Tool) - Constructor for class adams.gui.visualization.segmentation.tool.ToolMouseMotionAdapter
Initializes the adapter.
ToolPluginSupporter<T extends JPanel> - Interface in adams.gui.plugin
For tools that make use of the tool plugin framework.
TOOLTIP_SUFFIX - Static variable in class adams.core.option.AbstractOption
the tooltip suffix for properties.
toolTipsTipText() - Method in class adams.gui.visualization.jfreechart.chart.AbstractChartGenerator
Returns the tip text for this property.
toolTipText() - Method in class adams.flow.standalone.Tool
Returns the tip text for this property.
toolTipText() - Method in class adams.flow.transformer.Tool
Returns the tip text for this property.
toolTipText() - Method in class adams.tools.RunTool
Returns the tip text for this property.
toOneBasedIndices(int[]) - Static method in class adams.core.Utils
Turns the 0-based indices into 1-based ones.
toOpenCVImageContainer(AbstractImageContainer) - Static method in class adams.data.opencv.OpenCVHelper
Creates an OpenCVImageContainer container if necessary, otherwise it just casts the object.
toOutput() - Method in class adams.gui.print.JComponentWriter
saves the current component to the currently set file.
toOutput(JComponentWriter, JComponent, File) - Static method in class adams.gui.print.JComponentWriter
outputs the given component with the given writer in the specified file.
toOutput(JComponentWriter, JComponent, File, int, int) - Static method in class adams.gui.print.JComponentWriter
outputs the given component with the given writer in the specified file.
toOverlayIndices(int[]) - Method in class adams.flow.sink.sequenceplotter.SequencePlotterPanel
Translates the indices of the sequence container manager into the ones from the overlay container manager.
TOP - adams.gui.core.OneTouchPanel.Location
 
TOP - adams.gui.visualization.core.plot.Axis
over of the content panel.
TOP_CENTER - adams.data.image.ImageAnchor
top center.
TOP_LEFT - adams.data.image.ImageAnchor
top left corner.
TOP_LEFT - adams.gui.visualization.image.RectangleUtils.RectangleCorner
 
TOP_RIGHT - adams.data.image.ImageAnchor
top right corner.
TOP_RIGHT - adams.gui.visualization.image.RectangleUtils.RectangleCorner
 
toParamsArray(Object) - Method in class adams.gui.tools.wekainvestigator.tab.AbstractInvestigatorTab
Turns a parameter object into a string array.
toParseableString() - Method in class adams.data.report.AbstractField
Returns the name and the type (format: name[type]).
toPath() - Method in class adams.core.io.PlaceholderFile
Turns the file object into a Path object.
toPattern() - Method in class adams.core.DateFormat
Returns the current pattern used for formatting the dates.
toPattern() - Method in class adams.gui.visualization.core.axis.Formatter
Returns the pattern in use by the Java formatter.
toPebiBytes(double, int) - Static method in class adams.core.ByteFormat
Turns the number of bytes into PiB.
toPetaBytes(double, int) - Static method in class adams.core.ByteFormat
Turns the number of bytes into PB.
topKTipText() - Method in class weka.classifiers.trees.XGBoost
Gets the tip-text for the topK option.
toPlaceholderFileArray(Object) - Static method in class adams.core.io.FileUtils
Turns String, String[], File, File[] into a PlaceholderFile array.
toPlaceholderFiles(File[]) - Method in class adams.core.io.PlaceholderFile
Turns the regular File objects into PlaceholderFile ones.
toPlainText() - Method in class adams.core.net.Email
 
toPlainText() - Method in class adams.gui.core.BaseTree
Generates a string representation of the tree in plain text.
toPlainText() - Method in class adams.gui.core.BaseTreeNode
Returns the plain text representation of this node.
toPlainText() - Method in class adams.gui.flow.tree.Node
Returns the actor in plain text.
toPlainText() - Method in class adams.gui.visualization.debug.objecttree.Node
Returns the property name of the user object.
toPlainText(Node) - Method in class adams.core.option.XhtmlProducer
Returns the node in plain text.
toPlainText(Tree) - Method in class adams.core.option.XhtmlProducer
Generates a string representation of the tree in plain text.
toPlainText(StringBuilder, int, BaseTreeNode, List<Boolean>) - Method in class adams.core.option.XhtmlProducer
Adds the node (and its potentional children) to the StringBuilder.
toPlainText(StringBuilder, int, BaseTreeNode, List<Boolean>) - Method in class adams.gui.core.BaseTree
Adds the node (and its potentional children) to the StringBuilder.
TopLeftCorner - Class in adams.flow.transformer.pixelselector
Allows the user to select a pixel location of the top-left corner.
Stores the location in 'Pixel.Left' and 'Pixel.Top'.
TopLeftCorner() - Constructor for class adams.flow.transformer.pixelselector.TopLeftCorner
 
topMarginTipText() - Method in class adams.gui.visualization.core.AxisPanelOptions
Returns the tip text for this property.
topOfTree() - Method in class weka.classifiers.trees.m5.Rule2
Returns the top of the tree.
toPoint(DataPoint) - Method in class adams.data.filter.AbstractDerivative
Turns the DataPoint into the intermediate format.
toPoint(DataPoint) - Method in class adams.data.filter.TimeseriesDerivative
Turns the DataPoint into the intermediate format.
toPoints(Polygon) - Static method in class adams.gui.visualization.image.PolygonUtils
Turns the polygon into a list of points.
toPolygon(Rectangle) - Static method in class adams.gui.visualization.image.PolygonUtils
Turns the rectangle into a polygon.
toPolygon(List<Point>) - Static method in class adams.gui.visualization.image.PolygonUtils
Returns the bounding box for the polygon.
toPosition() - Method in class adams.data.spreadsheet.cellfinder.CellLocation
Returns the cell location as position string, like "A1".
toPrimitive(BaseByte[]) - Static method in class adams.core.base.BaseByte
Turns the BaseByte array into a primitive array.
toPrimitive(BaseDouble[]) - Static method in class adams.core.base.BaseDouble
Turns the BaseDouble array into a primitive array.
toPrimitive(BaseFloat[]) - Static method in class adams.core.base.BaseFloat
Turns the BaseFloat array into a primitive array.
toPrimitive(BaseInteger[]) - Static method in class adams.core.base.BaseInteger
Turns the BaseInteger array into a primitive array.
toPrimitive(BaseLong[]) - Static method in class adams.core.base.BaseLong
Turns the BaseLong array into a primitive array.
toPrimitive(BaseShort[]) - Static method in class adams.core.base.BaseShort
Turns the BaseShort array into a primitive array.
toProperties() - Method in class adams.core.Placeholders
Turns the global placeholders into a properties object.
toProperties() - Method in class adams.data.report.Report
Turns the report into a properties object.
toProperties() - Method in class adams.gui.application.EmailSetupPanel
Turns the parameters in the GUI into a properties object.
toProperties() - Method in class adams.gui.application.SMBSetupPanel
Turns the parameters in the GUI into a properties object.
toProperties() - Method in class adams.gui.application.SSLSetupPanel
Turns the parameters in the GUI into a properties object.
toProperties(String, boolean, boolean, boolean, Node) - Static method in class adams.data.xml.DOMUtils
Flattens the DOM and turns them into properties.
toProperties(Map<String, Object>) - Static method in class adams.opt.genetic.setupupload.AbstractSetupUpload
Turns the setup map into a properties object.
topTipText() - Method in class adams.data.image.transformer.crop.SimpleCrop
Returns the tip text for this property.
topTipText() - Method in class adams.data.objectfinder.ObjectsInRegion
Returns the tip text for this property.
topTipText() - Method in class adams.flow.transformer.CountObjectsInRegion
Returns the tip text for this property.
toRange(int[]) - Static method in class adams.core.Range
Turns the integer indices into a range object.
toRange(int[]) - Static method in class adams.core.UnorderedRange
Turns the integer indices into a unordered range object.
toRaw() - Method in enum adams.core.AutoOnOff
Returns the raw enum string.
toRaw() - Method in enum adams.core.BusinessDays
Returns the raw enum string.
toRaw() - Method in interface adams.core.EnumWithCustomDisplay
Returns the raw enum string.
toRaw() - Method in enum adams.core.io.MessageDigestType
Returns the raw enum string.
toRaw() - Method in enum adams.core.License
Returns the raw enum string.
toRaw() - Method in enum adams.core.option.UserMode
Returns the raw enum string.
toRaw() - Method in enum adams.core.TriState
Returns the raw enum string.
toRaw() - Method in enum adams.data.filter.AbstractFastWavelet.WaveletType
Returns the raw enum string.
toRaw() - Method in enum adams.data.image.features.Histogram.HistogramType
Returns the raw enum string.
toRaw() - Method in enum adams.data.image.transformer.ImageType.Type
Returns the raw enum string.
toRaw() - Method in enum adams.data.jai.features.Histogram.HistogramType
Returns the raw enum string.
toRaw() - Method in enum adams.data.jai.ImageType
Returns the raw enum string.
toRaw() - Method in enum adams.data.padding.PaddingType
Returns the raw enum string.
toRaw() - Method in enum adams.data.report.DataType
Returns the raw enum string.
toRaw() - Method in enum adams.data.statistics.SPCUtils.Chart
Returns the raw enum string.
toRaw() - Method in enum adams.data.statistics.SPCUtils.Rules
Returns the raw enum string.
toRaw() - Method in enum adams.flow.core.EvaluationStatistic
Returns the raw enum string.
toRaw() - Method in enum adams.flow.core.ExperimentStatistic
Returns the raw enum string.
toRaw() - Method in enum adams.flow.core.TesseractLanguage
Returns the raw enum string.
toRaw() - Method in enum adams.flow.core.TesseractPageSegmentation
Returns the raw enum string.
toRaw() - Method in enum adams.flow.execution.ExecutionStage
Returns the raw enum string.
toRaw() - Method in enum adams.flow.sink.WekaThresholdCurve.AttributeName
Returns the raw enum string.
toRaw() - Method in enum adams.flow.transformer.WekaClassifierRanker.Measure
Returns the raw enum string.
toRaw() - Method in enum adams.gui.core.DragAndDropTree.DropPosition
Returns the raw enum string.
toRaw() - Method in enum adams.gui.visualization.core.axis.Type
Returns the raw enum string.
toReport(String) - Method in class adams.flow.transformer.locateobjects.LocatedObjects
Turns the located objects into a report.
toReport(String, int) - Method in class adams.flow.transformer.locateobjects.LocatedObjects
Turns the located objects into a report.
toReport(String, int, boolean) - Method in class adams.flow.transformer.locateobjects.LocatedObjects
Turns the located objects into a report.
toRepresentation() - Method in class adams.gui.visualization.debug.objecttree.Node
Returns a string representation of the stored object.
toRGB(Color) - Static method in class adams.gui.core.ColorHelper
Turns the color into RGB notation ("R,G,B" or "A,R,G,B" with A/R/G/B ranging from 0-255).
toRow() - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRow
Generates a spreadsheet row, if a spreadsheet header is available.
toSAX(double[], int, double[]) - Static method in class adams.data.utils.SAXUtils
Convert a row in original space into SAX labels.
toSecondFormat() - Method in class adams.core.SecondFormatString
Returns a configured SecondFormat object.
toSeconds(double, int) - Static method in class adams.core.MicroSecondFormat
Turns the number of microseconds into seconds.
toShortArray(Number[]) - Static method in class adams.data.statistics.StatUtils
Turns the Number array into one consisting of primitive shorts.
toShortCommandLine(Object) - Method in class adams.core.option.AbstractCommandLineHandler
Generates a commandline from the specified object.
toShortCommandLine(Object) - Method in class adams.core.option.AdamsCommandLineHandler
Generates a commandline from the specified object.
toShortCommandLine(Object) - Method in class adams.core.option.BaseObjectCommandLineHandler
Generates a commandline from the specified object.
toShortCommandLine(Object) - Method in class adams.core.option.DefaultCommandLineHandler
Generates a commandline from the specified object.
toShortCommandLine(Object) - Method in class adams.core.option.JenericCommandLineHandler
Generates a commandline from the specified object.
toShortCommandLine(Object) - Method in class adams.core.option.WekaCommandLineHandler
Generates a commandline from the specified object.
toShortMatrix(Number[][]) - Static method in class adams.data.statistics.StatUtils
Turns the Number matrix into one consisting of primitive shorts.
toSpreadSheet() - Method in class adams.core.SystemInfo
Returns the content as spreadsheet.
toSpreadSheet() - Method in class adams.data.image.IntArrayMatrixView
Returns the content as spreadsheet.
toSpreadSheet() - Method in class adams.data.instance.Instance
Returns the content as spreadsheet.
toSpreadSheet() - Method in class adams.data.report.Report
Returns the content as spreadsheet.
toSpreadSheet() - Method in class adams.data.sequence.XYSequence
Returns the content as spreadsheet.
toSpreadSheet() - Method in class adams.data.spreadsheet.MetaData
Returns the meta-data as spreadsheet.
toSpreadSheet() - Method in interface adams.data.spreadsheet.SpreadSheetSupporter
Returns the content as spreadsheet.
toSpreadSheet() - Method in class adams.data.statistics.AbstractArrayStatistic.StatisticContainer
Generates a SpreadSheet object from the stored data.
toSpreadSheet() - Method in class adams.data.statistics.AbstractDataStatistic
Returns the content as spreadsheet.
toSpreadSheet() - Method in class adams.data.timeseries.Timeseries
Returns the content as spreadsheet.
toSpreadSheet() - Method in class adams.flow.container.AbstractContainer
Returns the content as spreadsheet.
toSpreadSheet() - Method in interface adams.flow.container.Container
Returns the content as spreadsheet.
toSpreadSheet() - Method in class adams.flow.core.ActorStatistic
Returns the content as spreadsheet.
toSpreadSheet() - Method in class adams.flow.sink.Histogram
Returns the content as spreadsheet.
toSpreadSheet() - Method in class adams.flow.sink.ScatterDisplay
Returns the content as spreadsheet.
toSpreadSheet() - Method in class adams.flow.sink.SpreadSheetDisplay
Returns the content as spreadsheet.
toSpreadSheet() - Method in class adams.flow.standalone.TabView
Returns the content as spreadsheet.
toSpreadSheet() - Method in class adams.flow.transformer.locateobjects.LocatedObject
Returns the content as spreadsheet.
toSpreadSheet() - Method in class adams.gui.core.AbstractBaseTableModel
Returns the content as spreadsheet.
toSpreadSheet() - Method in class adams.gui.core.BaseTable
Returns the underlying sheet.
toSpreadSheet() - Method in class adams.gui.core.BaseTableWithButtons
Returns the content as spreadsheet.
toSpreadSheet() - Method in class adams.gui.core.SpreadSheetTableModel
Returns the underlying sheet.
toSpreadSheet() - Method in class adams.gui.core.SpreadSheetTableWithButtons
Returns the underlying sheet.
toSpreadSheet() - Method in class adams.gui.tools.ConsoleOutputAnalyzerPanel.ConsoleOutput
Returns the content as spreadsheet.
toSpreadSheet() - Method in class adams.gui.tools.spreadsheetviewer.SpreadSheetPanel
Returns the underlying sheet.
toSpreadSheet() - Method in class adams.gui.tools.wekainvestigator.output.TableContentPanel
Returns the content as spreadsheet.
toSpreadSheet() - Method in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment
Returns the collected results.
toSpreadSheet() - Method in class adams.gui.visualization.instances.InstancesTableModel
Returns the content as spreadsheet.
toSpreadSheet() - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRow
Returns the content as spreadsheet.
toSpreadSheet() - Method in class adams.gui.visualization.stats.histogram.Histogram
Returns the content as spreadsheet.
toSpreadSheet() - Method in class adams.gui.visualization.stats.scatterplot.AbstractScatterPlot
Returns the content as spreadsheet.
toSpreadSheet(LoggingSupporter, MessageCollection, ResultItem, boolean, boolean) - Static method in class adams.gui.tools.wekainvestigator.tab.classifytab.PredictionHelper
Turns the result item into a spreadsheet with the predictions.
toSpreadSheet(LoggingSupporter, MessageCollection, ResultItem, boolean, boolean, boolean, boolean, boolean, boolean) - Static method in class adams.gui.tools.wekainvestigator.tab.classifytab.PredictionHelper
Turns the result item into a spreadsheet with the predictions.
toSpreadSheet(LoggingSupporter, MessageCollection, Evaluation, int[], SpreadSheet, boolean) - Static method in class adams.gui.tools.wekainvestigator.tab.classifytab.PredictionHelper
Turns the result item into a spreadsheet with the predictions.
toSpreadSheet(LoggingSupporter, MessageCollection, Evaluation, int[], SpreadSheet, boolean, boolean, boolean, boolean, boolean) - Static method in class adams.gui.tools.wekainvestigator.tab.classifytab.PredictionHelper
Turns the result item into a spreadsheet with the predictions.
toSpreadSheet(TableRowRange) - Method in class adams.gui.core.BaseTable
Returns the underlying sheet.
toSpreadSheet(TableRowRange) - Method in class adams.gui.core.SpreadSheetTableWithButtons
Returns the underlying sheet.
toSpreadSheet(TableRowRange) - Method in class adams.gui.tools.spreadsheetviewer.SpreadSheetPanel
Returns the underlying sheet.
toSpreadSheet(TableRowRange, boolean) - Method in class adams.gui.core.BaseTable
Returns the underlying sheet.
toSpreadSheet(TableRowRange, boolean) - Method in class adams.gui.core.SpreadSheetTableWithButtons
Returns the underlying sheet.
toSpreadSheet(String[]) - Method in class adams.flow.transformer.locateobjects.LocatedObject
Returns the content as spreadsheet.
toSpreadSheet(List<Binnable<DataRow>>) - Static method in class adams.data.binning.BinnableDataset
Turns a binnable list back into Rows.
toSpreadSheet(List<XYSequencePoint>) - Method in class adams.data.sequence.XYSequence
Returns the list of points as spreadsheet.
toSpreadSheet(List<T>) - Method in interface adams.data.container.DataContainerWithSpreadSheetSupport
Returns the list of points as spreadsheet.
toSpreadSheet(JTable) - Static method in class adams.gui.core.JTableHelper
Turns a table into a spreadsheet.
toSpreadSheet(TableModel) - Static method in class adams.gui.core.JTableHelper
Turns a table model into a spreadsheet.
toSpreadSheet(Instances) - Method in class adams.data.spreadsheet.filter.WekaFilter
Converts the Instances into a SpreadSheet object.
toSql() - Method in class adams.core.Time
Returns the time object as SQL time object.
toSql() - Method in class adams.core.TimeMsec
Returns the time object as SQL time object.
toStatistic() - Method in interface adams.data.statistics.InformativeStatisticSupporter
Returns a statistic object for this object.
toStatistic() - Method in class adams.data.timeseries.Timeseries
Returns a statistic object of this profile.
toString() - Method in enum adams.core.AutoOnOff
Returns the display string.
toString() - Method in class adams.core.base.BaseAnnotation.Tag
Returns a short string representation of the tag.
toString() - Method in class adams.core.base.BaseObject
Returns the underlying object as string.
toString() - Method in class adams.core.base.RangedThreshold.ThresholdSpecification
Outputs the container as simple string.
toString() - Method in enum adams.core.BusinessDays
Returns the display string.
toString() - Method in class adams.core.ByteFormat
Returns a short string description.
toString() - Method in class adams.core.ClassCompatibility
Returns a short string representation of this object.
toString() - Method in class adams.core.ConfigurableEnumeration.AbstractItem
Just returns the display text.
toString() - Method in class adams.core.ConfigurableEnumeration
Just returns all the underlying items as comma-separated list.
toString() - Method in class adams.core.DateFormat
Returns a string representation of the string formatter.
toString() - Method in class adams.core.DiffUtils.Filler
Returns an empty string.
toString() - Method in class adams.core.DiffUtils.SideBySideDiff
Generates a string representation of the diff information.
toString() - Method in class adams.core.discovery.AbstractDiscoveryHandler
Returns a short description of the handler.
toString() - Method in class adams.core.discovery.PropertyPath.Path
returns the structure again as a dot-path.
toString() - Method in class adams.core.discovery.PropertyPath.PathElement
returns the element once again as string.
toString() - Method in class adams.core.Index
Returns a string representation of the index object.
toString() - Method in class adams.core.io.FilenameProposer
Returns a string representation of the proposer.
toString() - Method in interface adams.core.io.FileObject
Returns just the file's string representation.
toString() - Method in class adams.core.io.FtpFileObject
Returns the long name.
toString() - Method in class adams.core.io.lister.AbstractDirectoryLister
A string representation of the object.
toString() - Method in class adams.core.io.lister.AbstractRecursiveDirectoryLister
A string representation of the object.
toString() - Method in class adams.core.io.lister.LocalDirectoryLister
A string representation of the object.
toString() - Method in class adams.core.io.lister.SortContainer
Returns a string representation of the file and the object used for sorting.
toString() - Method in class adams.core.io.LocalFileObject
Returns just the file's string representation.
toString() - Method in enum adams.core.io.MessageDigestType
Returns the display string.
toString() - Method in class adams.core.io.PdfFont
Returns the font as string.
toString() - Method in class adams.core.io.SftpFileObject
Returns the long name.
toString() - Method in class adams.core.io.SmbFileObject
Returns the long name.
toString() - Method in class adams.core.io.Tee
returns only the classname and the number of streams.
toString() - Method in enum adams.core.License
Returns the display string.
toString() - Method in class adams.core.management.AbstractOutputPrinter
Returns a short description.
toString() - Method in class adams.core.management.CommandResult
The container as a string representation.
toString() - Method in class adams.core.management.LoggingObjectOutputPrinter
Returns a short description.
toString() - Method in class adams.core.MessageCollection
Returns the messages collated as single string.
toString() - Method in class adams.core.MicroSecondFormat
Returns a short string description.
toString() - Method in class adams.core.NamedCounter
Returns the current counters as string.
toString() - Method in class adams.core.net.Email
Simple info string for debugging purposes.
toString() - Method in class adams.core.option.AbstractArgumentOption
Returns the commandline option and the property as string.
toString() - Method in class adams.core.option.AbstractJavaCodeProducer
Returns the output generated from the visit.
toString() - Method in class adams.core.option.AbstractOptionHandler
Returns a string representation of the options.
toString() - Method in class adams.core.option.AbstractOptionProducer
Returns the output generated from the visit.
toString() - Method in class adams.core.option.ArrayProducer
Returns the output generated from the visit.
toString() - Method in class adams.core.option.ClassOption
Returns the commandline option and the property as string.
toString() - Method in class adams.core.option.CommandlineHelpProducer
Returns the output generated from the visit.
toString() - Method in class adams.core.option.CompactFlowProducer
Returns the output generated from the visit.
toString() - Method in class adams.core.option.FlowStructureDotProducer
Returns the output generated from the visit.
toString() - Method in class adams.core.option.FlowStructureGraphMLProducer
Returns the output generated from the visit.
toString() - Method in class adams.core.option.HtmlHelpProducer
Returns the output generated from the visit.
toString() - Method in class adams.core.option.HtmlParametersProducer
Returns the output generated from the visit.
toString() - Method in class adams.core.option.JsonProducer
Returns the output generated from the visit.
toString() - Method in class adams.core.option.NestedFormatHelper.Line
Simply returns the line content.
toString() - Method in class adams.core.option.NestedProducer
Returns the output generated from the visit.
toString() - Method in interface adams.core.option.OptionProducer
Returns the output generated from the visit.
toString() - Method in class adams.core.option.OptionTraversalPath
Just returns the path.
toString() - Method in enum adams.core.option.UserMode
Returns the display string.
toString() - Method in class adams.core.option.XhtmlProducer
Returns the output generated from the visit.
toString() - Method in class adams.core.Placeholders
Returns the underlying properties storing the placeholders as simple string.
toString() - Method in class adams.core.Properties
Outputs the properties as they would be written to a file.
toString() - Method in class adams.core.Range.SubRange
Returns a string representation of the sub-range.
toString() - Method in class adams.core.Range
Returns a string representation of the range.
toString() - Method in class adams.core.SecondFormat
Returns a short string description.
toString() - Method in class adams.core.SerializableObjectHelper
Generates some information.
toString() - Method in class adams.core.SystemInfo
Returns a string representation of the gathered information.
toString() - Method in class adams.core.tags.TagInfo
Returns a short description of the tag.
toString() - Method in enum adams.core.TechnicalInformation.Field
returns the display string of the Type.
toString() - Method in class adams.core.TechnicalInformation
Returns a plain-text string representing this technical information.
toString() - Method in enum adams.core.TechnicalInformation.Type
returns the display string of the Type.
toString() - Method in class adams.core.Trie
returns the trie in string representation
toString() - Method in class adams.core.Trie.TrieNode
returns the node in a string representation
toString() - Method in enum adams.core.TriState
Returns the display string.
toString() - Method in class adams.core.UnorderedRange
Returns a string representation of the range.
toString() - Method in class adams.core.Variables
Simply returns the internal hashtable of variable/value pairs.
toString() - Method in class adams.core.WrapperHashSet
Returns a string representation of the stored objects.
toString() - Method in class adams.core.WrapperHashSet.Wrapper
Returns the string representation of the payload.
toString() - Method in class adams.data.AbstractAnonymizer
Returns a short description of the anonymizer.
toString() - Method in class adams.data.baseline.AbstractBaselineCorrection.BaselineCorrectionJob
Returns a string representation of the job.
toString() - Method in class adams.data.binning.Bin
Returns a short description of the bin.
toString() - Method in class adams.data.binning.Binnable
Returns a short description of the wrapper.
toString() - Method in class adams.data.binning.BinnableGroup
Returns a short description of the group.
toString() - Method in class adams.data.blob.BlobContainer
Returns a string representation of the container.
toString() - Method in class adams.data.container.AbstractDataContainer
Returns a string representation of the DataContainer.
toString() - Method in class adams.data.container.AbstractDataPoint
Returns a string representation of the point.
toString() - Method in class adams.data.container.AbstractSimpleContainer
Returns a string representation of the container.
toString() - Method in class adams.data.container.ObjectContainer
Returns a string representation of the container.
toString() - Method in class adams.data.conversion.WekaPredictionContainerToSpreadSheet.SortContainer
Returns a short string description of the container.
toString() - Method in class adams.data.featureconverter.HeaderDefinition
Returns the header definition as string.
toString() - Method in class adams.data.filter.AbstractDerivative.Point
Returns the point as string.
toString() - Method in enum adams.data.filter.AbstractFastWavelet.WaveletType
Returns the displays string.
toString() - Method in class adams.data.filter.AbstractFilter.FilterJob
Returns a string representation of the job.
toString() - Method in class adams.data.filter.event.GlobalDataContainerFilterChangeEvent
Returns the event as string.
toString() - Method in class adams.data.image.BooleanArrayMatrixView
Returns a short description of the view.
toString() - Method in class adams.data.image.BufferedImageBitmaskContainer
Returns a string representation of the container.
toString() - Method in class adams.data.image.BufferedImageContainer
Returns a string representation of the container.
toString() - Method in enum adams.data.image.features.Histogram.HistogramType
Returns the display string.
toString() - Method in class adams.data.image.IntArrayMatrixView
Returns a short description of the view.
toString() - Method in enum adams.data.image.transformer.ImageType.Type
Returns the display string.
toString() - Method in class adams.data.indexedsplits.IndexedSplit
Returns a short textual representation.
toString() - Method in class adams.data.indexedsplits.IndexedSplitsRun
Returns a short textual description.
toString() - Method in class adams.data.indexedsplits.SplitIndices
Returns a short textual representation.
toString() - Method in class adams.data.instance.InstancePoint
Returns a string representation of the point.
toString() - Method in class adams.data.instances.InstanceComparator
Returns a short description of the comparator.
toString() - Method in enum adams.data.jai.features.Histogram.HistogramType
Returns the display string.
toString() - Method in enum adams.data.jai.ImageType
Returns the display string.
toString() - Method in class adams.data.noise.AbstractDenoiser.DenoiserJob
Returns a string representation of the job.
toString() - Method in class adams.data.Notes
Returns a string representation of the notes.
toString() - Method in class adams.data.outlier.AbstractOutlierDetector.DetectorJob
Returns a string representation of the job.
toString() - Method in enum adams.data.padding.PaddingType
Returns the displays string.
toString() - Method in class adams.data.report.AbstractField
Returns the name of the field.
toString() - Method in enum adams.data.report.DataType
Returns the display string.
toString() - Method in class adams.data.report.PrefixField
Returns the prefix of the field.
toString() - Method in class adams.data.report.Report
Return String representation of report.
toString() - Method in class adams.data.report.SuffixField
Returns the prefix of the field.
toString() - Method in class adams.data.sequence.XYSequencePoint
Returns a string representation of the point.
toString() - Method in class adams.data.SharedStringsTable
Returns a short string description of the table.
toString() - Method in class adams.data.smoothing.AbstractSmoother.SmootherJob
Returns a string representation of the job.
toString() - Method in class adams.data.SortedList
Returns the list as string.
toString() - Method in class adams.data.spc.Limits
Returns a short description of the container.
toString() - Method in class adams.data.splitgenerator.generic.crossvalidation.FoldPair
Returns a short string representation.
toString() - Method in class adams.data.splitgenerator.generic.randomsplit.SplitPair
Returns a short string representation.
toString() - Method in interface adams.data.splitgenerator.SplitGenerator
Returns a short description of the generator.
toString() - Method in class adams.data.spreadsheet.AbstractRow
Simply returns the internal hashtable of cells as string.
toString() - Method in interface adams.data.spreadsheet.Cell
Returns the content of the cell.
toString() - Method in class adams.data.spreadsheet.cellfinder.CellLocation
Returns a short description of the location.
toString() - Method in class adams.data.spreadsheet.CellView
Returns the content of the cell.
toString() - Method in class adams.data.spreadsheet.DataRowView
Returns the internal array of cells as string.
toString() - Method in class adams.data.spreadsheet.DefaultSpreadSheet
Returns the spreadsheet as string, i.e., CSV formatted.
toString() - Method in class adams.data.spreadsheet.DenseDataRow
Returns the internal array of cells as string.
toString() - Method in class adams.data.spreadsheet.DoubleCell
Returns the content of the cell.
toString() - Method in class adams.data.spreadsheet.FloatCell
Returns the content of the cell.
toString() - Method in class adams.data.spreadsheet.MetaData
Returns the underlying spreadsheet as string.
toString() - Method in interface adams.data.spreadsheet.Row
Simply returns the internal hashtable of cells as string.
toString() - Method in class adams.data.spreadsheet.RowComparator
Returns a short description of the comparator.
toString() - Method in class adams.data.spreadsheet.RowIdentifier
Returns a short description of the object.
toString() - Method in class adams.data.spreadsheet.SparseDataRow
Returns the internal array of cells as string.
toString() - Method in interface adams.data.spreadsheet.SpreadSheet
Returns the spreadsheet as string, i.e., CSV formatted.
toString() - Method in class adams.data.spreadsheet.SpreadSheetView
Returns the spreadsheet as string, i.e., CSV formatted.
toString() - Method in class adams.data.statistics.AbstractArrayStatistic.StatisticContainer
Returns the stored data in CSV format.
toString() - Method in class adams.data.statistics.AbstractArrayStatistic
Returns a string representation of the current setup.
toString() - Method in class adams.data.statistics.AbstractDataStatistic
Returns the container as string.
toString() - Method in class adams.data.statistics.Percentile
Returns the stored values as string.
toString() - Method in enum adams.data.statistics.SPCUtils.Chart
Returns the displays string.
toString() - Method in enum adams.data.statistics.SPCUtils.Rules
Returns the displays string.
toString() - Method in class adams.data.statistics.StatCalc
 
toString() - Method in class adams.data.text.TextContainer
Returns a string representation of the container.
toString() - Method in class adams.data.timeseries.TimeseriesPoint
Returns a string representation of the point.
toString() - Method in class adams.data.weka.evaluator.AbstractCrossvalidatedInstanceEvaluator.EvaluationContainer
Returns a string representation of the stored data.
toString() - Method in class adams.data.weka.evaluator.IntervalEstimatorBased.SortedInterval
Returns the intervals as string.
toString() - Method in class adams.data.weka.predictions.AbstractErrorScaler
Returns the commandline of this object.
toString() - Method in class adams.db.AbstractDatabaseConnection
Returns a string representation of the connection object.
toString() - Method in class adams.db.AbstractTable
Returns a short string representation.
toString() - Method in class adams.db.ColumnMapping
Returns a string representation of the column mapping.
toString() - Method in class adams.db.ConnectionParameters
Returns a shortened URL.
toString() - Method in class adams.db.DatabaseManager
Returns a short string representation of the manager.
toString() - Method in class adams.db.FacadeManager
Returns a short string representation of the manager.
toString() - Method in class adams.db.generic.SQL
Returns a short string representation.
toString() - Method in class adams.db.LogEntry
Returns a short string representation of the container.
toString() - Method in class adams.db.TableManager
Returns a short string representation of the manager.
toString() - Method in class adams.db.types.ColumnType
toString.
toString() - Method in class adams.db.wrapper.WrapperManager
Returns a short string representation of the manager.
toString() - Method in class adams.doc.javadoc.Javadoc
Returns the commandline of this object.
toString() - Method in class adams.env.AbstractEnvironment
Returns a string representation of the stored props files.
toString() - Method in class adams.env.AbstractPropertiesDefinition
Returns a short description.
toString() - Method in class adams.env.Modules.Module
Just outputs the name.
toString() - Method in class adams.env.Setup
Returns a string representation of the container.
toString() - Method in class adams.event.DatabaseConnectionChangeEvent
Returns the event as string.
toString() - Method in class adams.event.FlowPauseStateEvent
Returns a string representation of the event.
toString() - Method in class adams.event.SpreadSheetColumnInsertionEvent
Returns a short description of the event.
toString() - Method in class adams.event.StorageChangeEvent
Returns a string representation of the event.
toString() - Method in class adams.event.VariableChangeEvent
Returns a string representation of the event.
toString() - Method in class adams.flow.container.AbstractContainer
Returns a short description of the stored data.
toString() - Method in interface adams.flow.container.Container
Returns a short description of the stored data.
toString() - Method in class adams.flow.control.AbstractDataContainerFileChecker.FileInfo
Returns a short string representation of the item.
toString() - Method in class adams.flow.control.AbstractDirector
Returns a string representation of the director.
toString() - Method in class adams.flow.control.ArrayProcess.ArrayElementJob
Returns a string representation of this job.
toString() - Method in class adams.flow.control.Storage
Returns a string representation of all stored values.
toString() - Method in class adams.flow.control.StorageQueueHandler
Returns a short description of the queue.
toString() - Method in class adams.flow.core.ActorHandlerInfo
Returns a short string representation of the info object.
toString() - Method in class adams.flow.core.ActorPath
Returns the path as a single string.
toString() - Method in class adams.flow.core.ActorStatistic
Returns a string representation of the statistic.
toString() - Method in class adams.flow.core.Compatibility
Returns a short string representation of this object.
toString() - Method in enum adams.flow.core.EvaluationStatistic
Returns the displays string.
toString() - Method in enum adams.flow.core.ExperimentStatistic
Returns the displays string.
toString() - Method in class adams.flow.core.NullToken
Returns a string representation of the payload.
toString() - Method in enum adams.flow.core.TesseractLanguage
Returns the display string.
toString() - Method in enum adams.flow.core.TesseractPageSegmentation
Returns the display string.
toString() - Method in class adams.flow.core.Token
Returns a string representation of the payload.
toString() - Method in enum adams.flow.execution.ExecutionStage
Returns the display string.
toString() - Method in enum adams.flow.sink.WekaThresholdCurve.AttributeName
Returns the display string.
toString() - Method in class adams.flow.source.filesystemsearch.FtpDirectorySearchWithCustomSort.SortContainer
Returns a short representation of the container.
toString() - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearchWithCustomSort.SortContainer
Returns a short representation of the container.
toString() - Method in class adams.flow.source.filesystemsearch.SftpDirectorySearchWithCustomSort.SortContainer
Returns a short representation of the container.
toString() - Method in class adams.flow.source.filesystemsearch.SmbDirectorySearchWithCustomSort.SortContainer
Returns a short representation of the container.
toString() - Method in class adams.flow.transformer.locateobjects.LocatedObject
Returns a short description of the container.
toString() - Method in class adams.flow.transformer.pdfproclet.DocumentState
Returns a short representation of the document state.
toString() - Method in class adams.flow.transformer.pixelselector.AbstractPixelSelectorAction
Returns a string representation of the options.
toString() - Method in class adams.flow.transformer.SpreadSheetFilter.FilterJob
Returns a string representation of this job.
toString() - Method in class adams.flow.transformer.spreadsheetmethodmerge.AbstractMerge.SourceColumn
 
toString() - Method in class adams.flow.transformer.WekaAccumulatedError.SortablePrediction
Returns a string representation of the wrapped prediction.
toString() - Method in enum adams.flow.transformer.WekaClassifierRanker.Measure
Returns the display string.
toString() - Method in class adams.flow.transformer.WekaClassifierRanker.RankingJob
Returns a string representation of the job.
toString() - Method in class adams.flow.transformer.wekadatasetsmerge.AbstractMerge.SourceAttribute
 
toString() - Method in class adams.flow.transformer.WekaFilter.BatchFilterJob
Returns a string representation of this job.
toString() - Method in class adams.flow.transformer.WekaTestSetEvaluator.EvaluateJob
Returns a string representation of this job.
toString() - Method in class adams.flow.transformer.WekaTrainAssociator.TrainJob
Returns a string representation of this job.
toString() - Method in class adams.flow.transformer.WekaTrainClassifier.BatchTrainJob
Returns a string representation of this job.
toString() - Method in class adams.flow.transformer.WekaTrainClusterer.BatchTrainJob
Returns a string representation of this job.
toString() - Method in class adams.flow.transformer.WekaTrainTestSetEvaluator.EvaluateJob
Returns a string representation of this job.
toString() - Method in class adams.gui.chooser.AbstractChooserPanelWithIOSupport
Returns the chooser type.
toString() - Method in class adams.gui.core.AbstractBaseTableModel
Returns the table content as spreadsheet.
toString() - Method in class adams.gui.core.BaseTree
Generates a string representation of the tree.
toString() - Method in class adams.gui.core.CheckedTextField.AbstractCheckModel
Returns a short string representation.
toString() - Method in class adams.gui.core.CheckedTextField
Returns a short string representation.
toString() - Method in class adams.gui.core.DateTextField.DateCheckModel
Returns a short string representation.
toString() - Method in class adams.gui.core.dotnotationtree.AbstractItemFilter
Returns a short representation of the filter.
toString() - Method in class adams.gui.core.dotnotationtree.AcceptAllItemFilter
Returns a short representation of the filter.
toString() - Method in enum adams.gui.core.DragAndDropTree.DropPosition
Returns the display string.
toString() - Method in class adams.gui.core.ExtensionFileFilter
Returns a short description of the filter.
toString() - Method in class adams.gui.core.GUIHelper.DialogCommunication
Returns a short description of object.
toString() - Method in class adams.gui.core.MultiPagePane.PageContainer
Just returns the title.
toString() - Method in class adams.gui.core.NumberTextField.BoundedNumberCheckModel
Returns a short string representation.
toString() - Method in class adams.gui.core.NumberTextField.NumberCheckModel
Returns a short string representation.
toString() - Method in class adams.gui.core.RecentFilesHandlerWithCommandline.Setup
Returns the container setup as string.
toString() - Method in class adams.gui.core.SearchParameters
Returns a short string representation of the search container.
toString() - Method in class adams.gui.core.SortableAndSearchableWrapperTableModel.SortContainer
Returns a string representation of the sort container.
toString() - Method in class adams.gui.core.SpreadSheetColumnComboBox.ColumnContainer
Returns the name and index of the column as string representation.
toString() - Method in class adams.gui.core.Undo.UndoPoint
Returns a string representation of the undo point.
toString() - Method in class adams.gui.event.ActorChangeEvent
Returns a string representation of the event.
toString() - Method in class adams.gui.event.DataChangeEvent
Returns a short string representation of the event.
toString() - Method in class adams.gui.event.FilterEvent
Returns a string representation of the event.
toString() - Method in class adams.gui.event.InstancesSortSetupEvent
Returns a short description of the object.
toString() - Method in class adams.gui.event.ScriptingEvent
Returns a string representation of the event object.
toString() - Method in class adams.gui.event.ScriptingInfoEvent
Returns a string representation of the event object.
toString() - Method in class adams.gui.event.SearchEvent
Returns a string representation of the event.
toString() - Method in class adams.gui.event.SortSetupEvent
Returns a short description of the object.
toString() - Method in class adams.gui.event.SpreadSheetProcessorEvent
Returns a short description of the object.
toString() - Method in class adams.gui.event.SqlQueryPanelEvent
Returns a short description of the object.
toString() - Method in class adams.gui.flow.tab.Clipboard.ClipboardItem
Simply returns the name of the item.
toString() - Method in class adams.gui.flow.tree.Node
Returns the actor in HTML.
toString() - Method in class adams.gui.flow.tree.Renderer.ActorIcon
Returns a short string description of the icon.
toString() - Method in class adams.gui.flow.tree.StateContainer
Returns a short description of the container's content.
toString() - Method in class adams.gui.flow.tree.TransferableNestedList
Returns the underlying commandline of the full actor.
toString() - Method in class adams.gui.goe.classtree.ActorClassTreeFilter
Returns a short representation of the filter.
toString() - Method in class adams.gui.goe.classtree.ClassNode
Returns a string to be displayed in the tree.
toString() - Method in class adams.gui.goe.Favorites.Favorite
Returns the name of the favorite.
toString() - Method in class adams.gui.help.HelpContainer
Returns a shortened version of the help string.
toString() - Method in class adams.gui.scripting.AbstractScriptlet
Returns a string representation of the action.
toString() - Method in class adams.gui.scripting.ScriptingCommand
Returns a string representation.
toString() - Method in class adams.gui.scripting.ScriptingEngineManager
Returns a short string representation of the manager.
toString() - Method in class adams.gui.tools.ConsoleOutputAnalyzerPanel.ConsoleEntryFilter
Returns a string representation of the filter.
toString() - Method in class adams.gui.tools.ConsoleOutputAnalyzerPanel.ConsoleOutput
Returns the managed content as string.
toString() - Method in class adams.gui.tools.ConsoleOutputAnalyzerPanel.ConsoleOutputEntry
Returns the raw content.
toString() - Method in class adams.gui.tools.previewbrowser.ContentHandlerFavorites.ContentHandlerFavorite
Returns a string representation of the object.
toString() - Method in class adams.gui.tools.spreadsheetprocessor.AbstractWidget
Returns the name of the widget.
toString() - Method in class adams.gui.tools.spreadsheetviewer.SortDefinitionPanel
Returns a short description of the current setup.
toString() - Method in class adams.gui.tools.wekainvestigator.data.AbstractDataContainer
Returns a short description of the container.
toString() - Method in class adams.gui.tools.wekainvestigator.evaluation.AbstractEvaluation
Returns just the name of the evaluation.
toString() - Method in class adams.gui.tools.wekainvestigator.output.AbstractResultItem
Returns a short description of the container.
toString() - Method in class adams.gui.tools.wekainvestigator.tab.associatetab.ResultItem
Returns a short description of the container.
toString() - Method in class adams.gui.tools.wekainvestigator.tab.attseltab.ResultItem
Returns a short description of the container.
toString() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.ResultItem
Returns a short description of the container.
toString() - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.ResultItem
Returns a short description of the container.
toString() - Method in class adams.gui.tools.wekainvestigator.tab.experimenttab.ResultItem
Returns a short description of the container.
toString() - Method in class adams.gui.tools.wekamultiexperimenter.analysis.AbstractAnalysisPanel
Returns the name of the panel.
toString() - Method in class adams.gui.tools.wekamultiexperimenter.analysis.AbstractResultsPanel
Just returns the name of the panel.
toString() - Method in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment.AbstractExperimentJob
Returns a string representation of this job.
toString() - Method in class adams.gui.visualization.container.AbstractContainer
Returns a string representation of the payload.
toString() - Method in class adams.gui.visualization.container.AbstractContainerManager
Returns a string representation of the handler, i.e., all currently stored containers.
toString() - Method in class adams.gui.visualization.core.axis.AbstractAxisModel
Returns a string representation of the model.
toString() - Method in class adams.gui.visualization.core.axis.Formatter
A string representation of the formatter.
toString() - Method in class adams.gui.visualization.core.axis.Tick
Returns a string representation of the tick.
toString() - Method in enum adams.gui.visualization.core.axis.Type
Returns the display string.
toString() - Method in class adams.gui.visualization.core.axis.Zoom
Returns the zoom as string.
toString() - Method in class adams.gui.visualization.core.axis.ZoomHandler
Returns a string representation of the handler.
toString() - Method in class adams.gui.visualization.core.AxisPanel
Returns a short description of the axis.
toString() - Method in enum adams.gui.visualization.core.plot.Axis
Returns the display string.
toString() - Method in class adams.gui.visualization.core.PlotPanel
Returns a short description of the panel.
toString() - Method in class adams.gui.visualization.debug.objecttree.Node
Returns the property name of the user object.
toString() - Method in class adams.gui.visualization.image.interactionlogging.InteractionEvent
Short representation of the event.
toString() - Method in class adams.gui.visualization.instance.InstanceContainer
Returns a short string representation of the container.
toString() - Method in class adams.gui.visualization.instances.InstancesColumnComboBox.ColumnContainer
Returns the name and index of the column as string representation.
toString() - Method in class adams.gui.visualization.instances.instancestable.InstancesSortDefinitionPanel
Returns a short description of the current setup.
toString() - Method in class adams.gui.visualization.sequence.XYSequenceContainer
Returns a short string representation of the container.
toString() - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowContainer
Returns a short string representation of the container.
toString() - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowPoint
Returns a string representation of the point.
toString() - Method in class adams.gui.visualization.stats.paintlet.AbstractScatterPlotPaintlet
Returns info on scatterpaintlet object
toString() - Method in class adams.gui.visualization.timeseries.TimeseriesContainer
Returns a short string representation of the container.
toString() - Method in class adams.ml.capabilities.Capabilities
Returns a short description of itself.
toString() - Method in class adams.ml.data.DatasetView
Returns the spreadsheet as string, i.e., CSV formatted.
toString() - Method in class adams.ml.data.InstancesHeaderRow
Simply returns the internal hashtable of cells as string.
toString() - Method in class adams.ml.evaluation.AbstractSplitGenerator
Returns a short description of the generator.
toString() - Method in class adams.ml.evaluation.DefaultCrossValidationFoldGenerator
Returns a short description of the generator.
toString() - Method in class adams.ml.evaluation.DefaultRandomSplitGenerator
Returns a short description of the generator.
toString() - Method in class adams.multiprocess.AbstractJob
Returns a string representation of this job.
toString() - Method in class adams.multiprocess.JobResult
Get info string.
toString() - Method in class adams.multiprocess.WekaCrossValidationJob
Returns a string representation of this job.
toString() - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm
Returns a short string of the algorithm with the currently best fitness.
toString() - Method in class adams.opt.genetic.AbstractGeneticAlgorithm.FitnessContainer
Returns a short string description.
toString() - Method in class adams.opt.genetic.AbstractGeneticAlgorithm.GeneticAlgorithmJob
Returns a string representation of the job.
toString() - Method in class adams.opt.optimise.genetic.PackData
 
toString() - Method in class adams.opt.optimise.GeneticAlgorithm.GAJob
 
toString() - Method in class adams.opt.optimise.OptData
Returns a string representation of the data structure.
toString() - Method in class adams.opt.optimise.OptVar
 
toString() - Method in class adams.parser.TimeAmount
Returns a string representation of the amount.
toString() - Method in class adams.scripting.command.AbstractCommand
Returns a short description of the request.
toString() - Method in class adams.scripting.command.AbstractCommandWithResponse
Returns a short description of the command.
toString() - Method in class adams.scripting.command.basic.RetrieveFile
Returns a short description of the command.
toString() - Method in class adams.scripting.command.basic.SendFile
Returns a short description of the command.
toString() - Method in class adams.scripting.connection.AbstractConnection
Just returns the commandline.
toString() - Method in class weka.attributeSelection.AbstractPLSAttributeEval
Outputs the underlying linear regression model.
toString() - Method in class weka.attributeSelection.LinearRegressionAttributeEval
Outputs the underlying linear regression model.
toString() - Method in class weka.classifiers.AbstractSplitGenerator
Returns a short description of the generator.
toString() - Method in class weka.classifiers.AggregateEvaluations
Returns a short description of current state.
toString() - Method in class weka.classifiers.BinnedNumericClassCrossValidationFoldGenerator
Returns a short description of the generator.
toString() - Method in class weka.classifiers.BinnedNumericClassRandomSplitGenerator
Returns a short description of the generator.
toString() - Method in class weka.classifiers.DefaultCrossValidationFoldGenerator
Returns a short description of the generator.
toString() - Method in class weka.classifiers.DefaultRandomSplitGenerator
Returns a short description of the generator.
toString() - Method in class weka.classifiers.functions.ClassificationViaPLS
Returns a string representation of the built model.
toString() - Method in class weka.classifiers.functions.FakeClassifier
Returns a string representation of the built model.
toString() - Method in class weka.classifiers.functions.GaussianProcessesAdaptive
Prints out the classifier.
toString() - Method in class weka.classifiers.functions.GaussianProcessesNoWeights
Prints out the classifier.
toString() - Method in class weka.classifiers.functions.GaussianProcessesWeighted
Prints out the classifier.
toString() - Method in class weka.classifiers.functions.GeneticAlgorithm
Returns a string representation of the built model.
toString() - Method in class weka.classifiers.functions.GPD
Prints out the classifier.
toString() - Method in class weka.classifiers.functions.LinearRegressionJ
Outputs the linear regression model as a string.
toString() - Method in class weka.classifiers.functions.MathExpressionClassifier
Returns a string representation of the built model.
toString() - Method in class weka.classifiers.functions.PLSClassifierWeighted
returns a string representation of the classifier
toString() - Method in class weka.classifiers.functions.PLSWeighted
returns a string representation of the classifier
toString() - Method in class weka.classifiers.functions.SimpleLinearRegressionWithAccess
Returns a description of this classifier as a string
toString() - Method in class weka.classifiers.GroupedBinnedNumericClassCrossValidationFoldGenerator
Returns a short description of the generator.
toString() - Method in class weka.classifiers.GroupedBinnedNumericClassRandomSplitGenerator
Returns a short description of the generator.
toString() - Method in class weka.classifiers.GroupedCrossValidationFoldGenerator
Returns a short description of the generator.
toString() - Method in class weka.classifiers.GroupedCrossValidationFoldGeneratorUsingNumericClassValues
Returns a short description of the generator.
toString() - Method in class weka.classifiers.GroupedRandomSplitGenerator
Returns a short description of the generator.
toString() - Method in class weka.classifiers.lazy.AbstainingLWL
Returns a description of this classifier.
toString() - Method in class weka.classifiers.lazy.LWLDatasetBuilder.LWLContainer
Outputs distances and original indices.
toString() - Method in class weka.classifiers.lazy.LWLDatasetBuilder
Returns a short string description of the setup.
toString() - Method in class weka.classifiers.lazy.LWLSynchro
Returns a description of this classifier.
toString() - Method in class weka.classifiers.lazy.LWLSynchroPrefilter
Returns a description of this classifier.
toString() - Method in class weka.classifiers.LeaveOneOutByValueGenerator
Returns a short description of the generator.
toString() - Method in class weka.classifiers.meta.AbstainAttributePercentile
Returns description of classifier.
toString() - Method in class weka.classifiers.meta.AbstainAverage
Output a representation of this classifier
toString() - Method in class weka.classifiers.meta.AbstainAverageWithClassifierWeights
Output a representation of this classifier
toString() - Method in class weka.classifiers.meta.AbstainingCascade
Outputs the ensemble model.
toString() - Method in class weka.classifiers.meta.AbstainingClassifierWrapper
Returns the model.
toString() - Method in class weka.classifiers.meta.AbstainLeastMedianSq
Returns description of classifier.
toString() - Method in class weka.classifiers.meta.AbstainMinimumProbability
Returns the model.
toString() - Method in class weka.classifiers.meta.AbstainVote
Output a representation of this classifier
toString() - Method in class weka.classifiers.meta.ClassificationViaRegressionD
Prints the classifiers.
toString() - Method in class weka.classifiers.meta.ClassifierCascade
Outputs a short description of the classifier model.
toString() - Method in class weka.classifiers.meta.ConsensusOrVote
Outputs the ensemble model.
toString() - Method in class weka.classifiers.meta.Corr
Returns description of classifier.
toString() - Method in class weka.classifiers.meta.Fallback
Returns a description of the model.
toString() - Method in class weka.classifiers.meta.HighLowSplit
Returns description of classifier.
toString() - Method in class weka.classifiers.meta.HighLowSplitSingleClassifier
Returns description of classifier.
toString() - Method in class weka.classifiers.meta.LeastMedianSq
Returns description of classifier.
toString() - Method in class weka.classifiers.meta.LogClassRegressor
Returns description of classifier.
toString() - Method in class weka.classifiers.meta.LogTargetRegressor
Returns description of classifier.
toString() - Method in class weka.classifiers.meta.MinMaxLimits
Returns description of classifier.
toString() - Method in class weka.classifiers.meta.PeakTransformed
Returns description of classifier.
toString() - Method in class weka.classifiers.meta.RangeCheck
Output a representation of this classifier
toString() - Method in class weka.classifiers.meta.SocketFacade
Just returns the commandline options.
toString() - Method in class weka.classifiers.meta.SubsetEnsemble
Returns a string representation of the classifier.
toString() - Method in class weka.classifiers.meta.SumTransformed
Returns description of classifier.
toString() - Method in class weka.classifiers.meta.SuppressModelOutput
Returns a string representation of the model.
toString() - Method in class weka.classifiers.meta.ThreadSafeClassifierWrapper
Returns the model.
toString() - Method in class weka.classifiers.meta.ThresholdedBinaryClassification
Returns the classifier's model.
toString() - Method in class weka.classifiers.meta.Veto
Outputs the ensemble model.
toString() - Method in class weka.classifiers.meta.VotedImbalance
Returns a string representation of the classifier.
toString() - Method in class weka.classifiers.meta.WeightedInstancesHandlerWrapper
Returns a string representation of the base classifier.
toString() - Method in class weka.classifiers.MultiLevelSplitGenerator
Returns a short description of the generator.
toString() - Method in interface weka.classifiers.SplitGenerator
Returns a short description of the generator.
toString() - Method in class weka.classifiers.timeseries.BaselineAdjustedForecaster
Outputs a short description of the model.
toString() - Method in class weka.classifiers.trees.m5.M5Base2
Returns a description of the classifier
toString() - Method in class weka.classifiers.trees.m5.Rule2
Return a description of the m5 tree or rule
toString() - Method in class weka.classifiers.trees.m5.RuleNode2
print the linear model at this node
toString() - Method in class weka.classifiers.trees.RandomModelTrees
 
toString() - Method in class weka.classifiers.trees.RandomRegressionForest
Returns description of the classifier.
toString() - Method in class weka.classifiers.trees.XGBoost
Returns a description of this classifier.
toString() - Method in class weka.clusterers.SAXKMeans
return a string describing this clusterer.
toString() - Method in class weka.core.AbstractHashableInstance
Returns the value of the Instance's toString() method.
toString(int) - Method in class adams.data.binning.Bin
Returns a short description of the bin.
toString(int) - Method in class adams.data.binning.Binnable
Returns a short description of the wrapper.
toString(int) - Method in class adams.data.binning.BinnableGroup
Returns a short description of the group.
toString(int) - Method in class weka.core.AbstractHashableInstance
Returns the description of one value of the instance as a string.
toString(int, int) - Method in class weka.core.AbstractHashableInstance
Returns the description of one value of the instance as a string.
toString(int, StringBuffer, List<String>) - Method in class weka.classifiers.trees.RandomRegressionForest.Node
Generates a string representation of the node.
toString(BaseText) - Method in class adams.gui.chooser.BaseTextChooserPanel
Converts the value into its string representation, i.e., back quoted.
toString(DateTime) - Method in class adams.gui.chooser.DateTimeChooserPanel
Converts the value into its string representation.
toString(EmailContact) - Static method in class adams.core.net.EmailAddressBook
Turns the object into a string to be stored in the properties file.
toString(EmailContact) - Method in class adams.gui.tools.EmailAddressBookPanel
Turns the object into a string to be stored in the properties file.
toString(AbstractOption, Object) - Static method in enum adams.core.AutoOnOff
Returns the enum as string.
toString(AbstractOption, Object) - Static method in enum adams.core.io.MessageDigestType
Returns the enum as string.
toString(AbstractOption, Object) - Static method in enum adams.core.License
Returns the enum as string.
toString(AbstractOption, Object) - Static method in class adams.core.option.parsing.ActorPathParsing
Returns the reference as string.
toString(AbstractOption, Object) - Static method in class adams.core.option.parsing.AdvancedScriptParsing
Returns the script as string.
toString(AbstractOption, Object) - Static method in class adams.core.option.parsing.BaseAnnotationParsing
Returns the BaseAnnotation as string.
toString(AbstractOption, Object) - Static method in class adams.core.option.parsing.BaseBooleanParsing
Returns the BaseBoolean as string.
toString(AbstractOption, Object) - Static method in class adams.core.option.parsing.BaseColorParsing
Returns the color as string.
toString(AbstractOption, Object) - Static method in class adams.core.option.parsing.BaseDateParsing
Returns the Compound as string.
toString(AbstractOption, Object) - Static method in class adams.core.option.parsing.BaseDateTimeMsecParsing
Returns the Compound as string.
toString(AbstractOption, Object) - Static method in class adams.core.option.parsing.BaseDateTimeParsing
Returns the Compound as string.
toString(AbstractOption, Object) - Static method in class adams.core.option.parsing.BaseIntervalParsing
Returns the Compound as string.
toString(AbstractOption, Object) - Static method in class adams.core.option.parsing.BaseKeyValuePairParsing
Returns the Compound as string.
toString(AbstractOption, Object) - Static method in class adams.core.option.parsing.BaseMarkdownParsing
Returns the BaseMarkdown as string.
toString(AbstractOption, Object) - Static method in class adams.core.option.parsing.BaseObjectParsing
Returns the BaseObject as string.
toString(AbstractOption, Object) - Static method in class adams.core.option.parsing.BasePasswordParsing
Returns the Compound as string.
toString(AbstractOption, Object) - Static method in class adams.core.option.parsing.BaseRegExpParsing
Returns the Compound as string.
toString(AbstractOption, Object) - Static method in class adams.core.option.parsing.BaseTextParsing
Returns the BaseText as string.
toString(AbstractOption, Object) - Static method in class adams.core.option.parsing.BaseTimeMsecParsing
Returns the Compound as string.
toString(AbstractOption, Object) - Static method in class adams.core.option.parsing.BaseTimeParsing
Returns the Compound as string.
toString(AbstractOption, Object) - Static method in class adams.core.option.parsing.CallableActorReferenceParsing
Returns the reference as string.
toString(AbstractOption, Object) - Static method in class adams.core.option.parsing.ColorParsing
Returns the color as string.
toString(AbstractOption, Object) - Static method in class adams.core.option.parsing.ConfigurableEnumerationItemParsing
Returns the Item as string.
toString(AbstractOption, Object) - Static method in class adams.core.option.parsing.CronScheduleParsing
Returns the Compound as string.
toString(AbstractOption, Object) - Static method in class adams.core.option.parsing.EmailAddressParsing
Returns the field as string.
toString(AbstractOption, Object) - Static method in class adams.core.option.parsing.EventReferenceParsing
Returns the reference as string.
toString(AbstractOption, Object) - Static method in class adams.core.option.parsing.FieldParsing
Returns the field as string.
toString(AbstractOption, Object) - Static method in class adams.core.option.parsing.FileParsing
Returns the file as string.
toString(AbstractOption, Object) - Static method in class adams.core.option.parsing.FlowFileParsing
Returns the file as string.
toString(AbstractOption, Object) - Static method in class adams.core.option.parsing.FontParsing
Returns the color as string.
toString(AbstractOption, Object) - Static method in class adams.core.option.parsing.IndexParsing
Returns the Compound as string.
toString(AbstractOption, Object) - Static method in class adams.core.option.parsing.JdbcUrlParsing
Returns the BaseObject as string.
toString(AbstractOption, Object) - Static method in class adams.core.option.parsing.LocaleParsing
Returns the locale as string.
toString(AbstractOption, Object) - Static method in class adams.core.option.parsing.Mat5ArrayDimensionsParsing
Returns the Compound as string.
toString(AbstractOption, Object) - Static method in class adams.core.option.parsing.Mat5ArrayElementIndexParsing
Returns the Compound as string.
toString(AbstractOption, Object) - Static method in class adams.core.option.parsing.MavenArtifactExclusionParsing
Returns the Compound as string.
toString(AbstractOption, Object) - Static method in class adams.core.option.parsing.MavenArtifactParsing
Returns the Compound as string.
toString(AbstractOption, Object) - Static method in class adams.core.option.parsing.MavenRepositoryParsing
Returns the Compound as string.
toString(AbstractOption, Object) - Static method in class adams.core.option.parsing.PdfFontParsing
Returns the color as string.
toString(AbstractOption, Object) - Static method in class adams.core.option.parsing.PlaceholderDirectoryParsing
Returns the file as string.
toString(AbstractOption, Object) - Static method in class adams.core.option.parsing.PlaceholderFileParsing
Returns the file as string.
toString(AbstractOption, Object) - Static method in class adams.core.option.parsing.PrefixFieldParsing
Returns the field as string.
toString(AbstractOption, Object) - Static method in class adams.core.option.parsing.RangeParsing
Returns the Compound as string.
toString(AbstractOption, Object) - Static method in class adams.core.option.parsing.SheetIndexParsing
Returns the Compound as string.
toString(AbstractOption, Object) - Static method in class adams.core.option.parsing.SheetRangeParsing
Returns the Compound as string.
toString(AbstractOption, Object) - Static method in class adams.core.option.parsing.SimpleScriptParsing
Returns the script as string.
toString(AbstractOption, Object) - Static method in class adams.core.option.parsing.SpreadSheetColumnIndexParsing
Returns the Compound as string.
toString(AbstractOption, Object) - Static method in class adams.core.option.parsing.SpreadSheetColumnRangeParsing
Returns the Compound as string.
toString(AbstractOption, Object) - Static method in class adams.core.option.parsing.SpreadSheetRowIndexParsing
Returns the Compound as string.
toString(AbstractOption, Object) - Static method in class adams.core.option.parsing.SpreadSheetRowRangeParsing
Returns the Compound as string.
toString(AbstractOption, Object) - Static method in class adams.core.option.parsing.SpreadSheetUnorderedColumnRangeParsing
Returns the Compound as string.
toString(AbstractOption, Object) - Static method in class adams.core.option.parsing.SpreadSheetUnorderedRowRangeParsing
Returns the Compound as string.
toString(AbstractOption, Object) - Static method in class adams.core.option.parsing.SuffixFieldParsing
Returns the field as string.
toString(AbstractOption, Object) - Static method in class adams.core.option.parsing.TimeZoneParsing
Returns the timezone as string.
toString(AbstractOption, Object) - Static method in class adams.core.option.parsing.TriggerableEventReferenceParsing
Returns the reference as string.
toString(AbstractOption, Object) - Static method in class adams.core.option.parsing.TriStateParsing
Returns the field as string.
toString(AbstractOption, Object) - Static method in class adams.core.option.parsing.UnorderedRangeParsing
Returns the Compound as string.
toString(AbstractOption, Object) - Static method in class adams.core.option.parsing.VariableNameValuePairParsing
Returns the Compound as string.
toString(AbstractOption, Object) - Static method in class adams.core.option.parsing.WekaAttributeIndexParsing
Returns the object as string.
toString(AbstractOption, Object) - Static method in class adams.core.option.parsing.WekaAttributeRangeParsing
Returns the object as string.
toString(AbstractOption, Object) - Static method in class adams.core.option.parsing.WekaExperimentFileParsing
Returns the file as string.
toString(AbstractOption, Object) - Static method in class adams.core.option.parsing.WekaLabelIndexParsing
Returns the object as string.
toString(AbstractOption, Object) - Static method in class adams.core.option.parsing.WekaLabelRangeParsing
Returns the object as string.
toString(AbstractOption, Object) - Static method in class adams.core.option.parsing.WekaUnorderedAttributeRangeParsing
Returns the object as string.
toString(AbstractOption, Object) - Static method in enum adams.core.TriState
Returns the enum as string.
toString(AbstractOption, Object) - Static method in enum adams.data.filter.AbstractFastWavelet.WaveletType
Returns the enum as string.
toString(AbstractOption, Object) - Static method in enum adams.data.image.features.Histogram.HistogramType
Returns the enum as string.
toString(AbstractOption, Object) - Static method in enum adams.data.image.transformer.ImageType.Type
Returns the enum as string.
toString(AbstractOption, Object) - Static method in enum adams.data.jai.features.Histogram.HistogramType
Returns the enum as string.
toString(AbstractOption, Object) - Static method in enum adams.data.jai.ImageType
Returns the enum as string.
toString(AbstractOption, Object) - Static method in enum adams.data.padding.PaddingType
Returns the enum as string.
toString(AbstractOption, Object) - Static method in enum adams.data.report.DataType
Returns the enum as string.
toString(AbstractOption, Object) - Static method in enum adams.data.statistics.SPCUtils.Chart
Returns the enum as string.
toString(AbstractOption, Object) - Static method in enum adams.data.statistics.SPCUtils.Rules
Returns the enum as string.
toString(AbstractOption, Object) - Static method in enum adams.flow.core.EvaluationStatistic
Returns the enum as string.
toString(AbstractOption, Object) - Static method in enum adams.flow.core.ExperimentStatistic
Returns the enum as string.
toString(AbstractOption, Object) - Static method in enum adams.flow.core.TesseractLanguage
Returns the enum as string.
toString(AbstractOption, Object) - Static method in enum adams.flow.core.TesseractPageSegmentation
Returns the enum as string.
toString(AbstractOption, Object) - Static method in enum adams.flow.execution.ExecutionStage
Returns the enum as string.
toString(AbstractOption, Object) - Static method in enum adams.flow.sink.WekaThresholdCurve.AttributeName
Returns the enum as string.
toString(AbstractOption, Object) - Static method in enum adams.flow.transformer.WekaClassifierRanker.Measure
Returns the enum as string.
toString(AbstractOption, Object) - Static method in class adams.gui.goe.BaseCharsetEditor
Returns the charset as string.
toString(AbstractOption, Object) - Static method in enum adams.gui.visualization.core.axis.Type
Returns the enum as string.
toString(OptionHandler, String, boolean, String) - Static method in class adams.core.QuickInfoHelper
Returns either the variable name attached to optionhandler's property or the text if the current value is true.
toString(OptionHandler, String, boolean, String, String) - Static method in class adams.core.QuickInfoHelper
Returns either the variable name attached to optionhandler's property or the text if the current value is true.
toString(OptionHandler, String, BaseRegExp) - Static method in class adams.core.QuickInfoHelper
Returns either the variable name attached to optionhandler's property or the current value as string.
toString(OptionHandler, String, BaseRegExp, String) - Static method in class adams.core.QuickInfoHelper
Returns either the variable name attached to optionhandler's property or the current value as string.
toString(OptionHandler, String, BaseRegExp, String, String) - Static method in class adams.core.QuickInfoHelper
Returns either the variable name attached to optionhandler's property or the current value as string.
toString(OptionHandler, String, Object) - Static method in class adams.core.QuickInfoHelper
Returns either the variable name attached to optionhandler's property or the current value as string.
toString(OptionHandler, String, Object, String) - Static method in class adams.core.QuickInfoHelper
Returns either the variable name attached to optionhandler's property or the current value as string.
toString(Time) - Method in class adams.gui.chooser.TimeChooserPanel
Converts the value into its string representation.
toString(Trie.TrieNode) - Method in class adams.core.Trie
returns the node as String
toString(AbstractField) - Method in class adams.gui.chooser.FieldChooserPanel
Converts the value into its string representation.
toString(RoundingType, double, int) - Static method in class adams.data.RoundingUtils
Apply the specified rounding type and generates a string.
toString(RoundingType, float, int) - Static method in class adams.data.RoundingUtils
Apply the specified rounding type and generates a string.
toString(SpreadSheet) - Static method in class adams.gui.tools.wekainvestigator.output.RunInformationHelper
Turns the run information into a string representation.
toString(SpreadSheet) - Method in class weka.experiment.ResultMatrixAdamsCSV
Turns the spreadsheet into a string.
toString(AbstractDatabaseConnection) - Method in class adams.db.indices.IndexColumn
Return string representation.
toString(LogEntry) - Method in class adams.flow.sink.logview.AbstractLogEntryDialog
Turns the content into a string.
toString(SQLStatement) - Method in class adams.gui.chooser.SQLStatementChooserPanel
Converts the value into its string representation.
toString(SQLStatement) - Method in class adams.gui.core.RecentSQLStatementsHandler
Turns an object into a string for storing in the props.
toString(ActorProcessor) - Method in class adams.gui.flow.RecentActorProcessorHandler
Turns an object into a string for storing in the props.
toString(FtpRemoteDirectorySetup) - Method in class adams.gui.chooser.FtpDirectoryChooserPanel
Converts the value into its string representation.
toString(SftpRemoteDirectorySetup) - Method in class adams.gui.chooser.SftpDirectoryChooserPanel
Converts the value into its string representation.
toString(SmbRemoteDirectorySetup) - Method in class adams.gui.chooser.SmbDirectoryChooserPanel
Converts the value into its string representation.
toString(RecentFilesHandlerWithCommandline.Setup) - Method in class adams.gui.core.RecentFilesHandlerWithCommandline
Turns an object into a string for storing in the props.
toString(SpreadSheetQueryText) - Method in class adams.gui.chooser.SpreadSheetQueryChooserPanel
Converts the value into its string representation.
toString(SpreadSheetQueryText) - Method in class adams.gui.core.RecentSpreadSheetQueriesHandler
Turns an object into a string for storing in the props.
toString(Bookmark) - Method in class adams.gui.tools.FileChooserBookmarksManagementPanel
Turns the object into a string to be stored in the properties file.
toString(Color) - Method in class adams.gui.chooser.ColorChooserPanel
Converts the value into its string representation.
toString(Color) - Method in class adams.gui.tools.previewbrowser.AnnotationsAndPredictionsFromReport
 
toString(Dimension) - Static method in class adams.core.base.BaseDimension
Turns a Dimension object into a string.
toString(Font) - Method in class adams.gui.chooser.FontChooserPanel
Converts the value into its string representation.
toString(Point2D.Double) - Static method in class adams.core.base.BasePointDouble
Turns a Point2D.Double object into a string.
toString(Point2D.Float) - Static method in class adams.core.base.BasePointFloat
Turns a Point2D.Float object into a string.
toString(Point) - Static method in class adams.core.base.BasePointInt
Turns a Point object into a string.
toString(File) - Method in class adams.gui.chooser.DirectoryChooserPanel
Converts the value into its string representation.
toString(File) - Method in class adams.gui.chooser.FileChooserPanel
Converts the value into its string representation.
toString(File) - Method in class adams.gui.core.RecentFilesHandler
Turns an object into a string for storing in the props.
toString(Class<? extends OptionProducer>, OptionHandler) - Static method in class adams.core.option.AbstractOptionProducer
Uses the specified producer to generate a string representation of the given option handler.
toString(Object) - Method in class adams.core.option.AbstractArgumentOption
Returns a string representation of the specified object.
toString(Object) - Method in class adams.core.option.AbstractNumericOption
Returns a string representation of the specified object.
toString(Object) - Method in class adams.core.option.BooleanOption
Returns a string representation of the specified object.
toString(Object) - Method in class adams.core.option.ClassOption
Returns a string representation of the specified object.
toString(Object) - Method in class adams.core.option.CustomHooksOption
Returns a string representation of the specified object.
toString(Object) - Method in class adams.core.option.EnumOption
Returns a string representation of the specified object.
toString(Object) - Static method in class adams.core.option.OptionUtils
Turns the object into the appropriate string.
toString(Object) - Method in class adams.core.option.StringOption
Returns a string representation of the specified object.
toString(Object) - Static method in class adams.core.QuickInfoHelper
Generates a string representation from the object (non-array).
toString(Object) - Method in class adams.data.report.AbstractField
String representation.
toString(Object) - Method in class adams.gui.goe.AbstractBasicTypePropertyEditor
Turns the object into a string representation.
toString(Object) - Method in class adams.gui.goe.DoubleEditor
Turns the object into a string representation.
toString(Object) - Method in class adams.gui.goe.FloatEditor
Turns the object into a string representation.
toString(Object) - Method in class adams.gui.goe.GenericArrayEditorPanel
Not used.
toString(Object) - Method in class adams.gui.goe.GenericObjectEditorPanel
Converts the value into its string representation.
toString(Object) - Method in class adams.gui.goe.WekaGenericArrayEditorPanel
Not used.
toString(Object) - Method in class adams.gui.goe.WekaGenericObjectEditorPanel
Converts the value into its string representation.
toString(Object) - Method in class adams.parser.ParserHelper
Turns the object into a string.
toString(String) - Method in class adams.core.DiffUtils.SideBySideDiff
Generates a string representation of the diff information.
toString(String) - Method in class adams.core.Properties
Outputs the properties as they would be written to a file.
toString(String) - Method in class adams.gui.core.RecentFilesWithEncodingHandler
Turns an object into a string for storing in the props.
toString(String[]) - Method in class adams.gui.chooser.SelectOptionPanel
Converts the value into its string representation.
toString(StringBuilder, int, TreeNode, List<Boolean>) - Method in class adams.gui.core.BaseTree
Adds the node (and its potentional children) to the StringBuilder.
toString(StringBuilder, List, int, int) - Method in class adams.core.option.CompactFlowProducer
For generating a string from the nested structure.
toString(String, List) - Static method in class adams.core.DiffUtils
Assembles the lines into a string.
toString(Charset) - Static method in class adams.core.management.CharsetHelper
Returns the charset as string.
toString(Date) - Method in class adams.gui.chooser.AbstractDateBasedChooserPanel
Converts the value into its string representation.
toString(List) - Method in class adams.core.option.CompactFlowProducer
Returns the output generated from the visit.
toString(List) - Method in class adams.core.option.NestedProducer
Returns the output generated from the visit.
toString(Locale) - Static method in class adams.core.management.LocaleHelper
Returns the locale as string.
toString(TimeZone) - Static method in class adams.core.management.TimeZoneHelper
Returns the timezone as string.
toString(EmailAddress[]) - Method in class adams.data.io.input.EmlEmailFileReader
Turns the jodd email address arrays into string ones.
toString(T) - Method in class adams.gui.chooser.AbstractChooserPanel
Converts the value into its string representation.
toString(T) - Method in class adams.gui.core.AbstractRecentItemsHandler
Turns an object into a string for storing in the props.
toString(T) - Method in class adams.gui.tools.AbstractManagementPanelWithProperties
Turns the object into a string to be stored in the properties file.
toString(Attribute) - Method in class weka.core.AbstractHashableInstance
Returns the description of one value of the instance as a string.
toString(Attribute, int) - Method in class weka.core.AbstractHashableInstance
Returns the description of one value of the instance as a string.
toStringArray(BaseObject[]) - Static method in class adams.core.base.BaseObject
Turns the BaseObject array into a string array.
toStringArray(Object) - Static method in class adams.core.io.FileUtils
Turns String, String[], File, File[] into a String array.
toStringArray(List<Binnable<String>>) - Static method in class adams.data.binning.BinnableFiles
Turns a binnable list back into a string array.
toStringHeader() - Method in class weka.experiment.ResultMatrixAdamsCSV
returns the header of the matrix as a string.
toStringHeader() - Method in class weka.experiment.ResultMatrixMediaWiki
returns the header of the matrix as a string.
toStringKey() - Method in class weka.experiment.ResultMatrixAdamsCSV
returns a key for all the col names, for better readability if the names got cut off.
toStringKey() - Method in class weka.experiment.ResultMatrixMediaWiki
returns a key for all the col names, for better readability if the names got cut off.
toStringList(BaseObject[]) - Static method in class adams.core.base.BaseObject
Turns the BaseObject array into a string list.
toStringMatrix() - Method in class weka.experiment.ResultMatrixAdamsCSV
returns the matrix in CSV format.
toStringMatrix() - Method in class weka.experiment.ResultMatrixMediaWiki
returns the matrix in CSV format.
toStringMaxDecimalDigits(int) - Method in class weka.core.AbstractHashableInstance
Returns the description of one instance with any numeric values printed at the supplied maximum number of decimal places.
toStringNoWeight() - Method in class weka.core.AbstractHashableInstance
Returns the description of one instance (without weight appended).
toStringNoWeight(int) - Method in class weka.core.AbstractHashableInstance
Returns the description of one instance (without weight appended).
toStringOLD() - Method in class weka.classifiers.trees.RandomModelTrees
Returns description of the bagged classifier.
toStringRanking() - Method in class weka.experiment.ResultMatrixAdamsCSV
returns the ranking in a string representation.
toStringRanking() - Method in class weka.experiment.ResultMatrixMediaWiki
returns the ranking in a string representation.
toStringRegions() - Method in class adams.data.noise.AbstractDenoiser
Turns the recorded regions as a string.
toStringShort() - Method in class adams.db.AbstractDatabaseConnection
Returns a short string representation of the connection.
toStringSimple() - Method in class adams.core.Properties
Outputs a single line representation of the full properties stored in the Properties object (and its defaults).
toStringSummary() - Method in class weka.experiment.ResultMatrixAdamsCSV
returns the summary as string.
toStringSummary() - Method in class weka.experiment.ResultMatrixMediaWiki
returns the summary as string.
toSummaryString() - Method in class weka.classifiers.evaluation.Bias
Return a formatted string (suitable for displaying in console or GUI output) containing all the statistics that this metric computes.
toSummaryString() - Method in class weka.classifiers.evaluation.Dice
Return a formatted string (suitable for displaying in console or GUI output) containing all the statistics that this metric computes.
toSummaryString() - Method in class weka.classifiers.evaluation.MSLE
Return a formatted string (suitable for displaying in console or GUI output) containing all the statistics that this metric computes.
toSummaryString() - Method in class weka.classifiers.evaluation.RPD
Return a formatted string (suitable for displaying in console or GUI output) containing all the statistics that this metric computes.
toSummaryString() - Method in class weka.classifiers.evaluation.RSquared
Return a formatted string (suitable for displaying in console or GUI output) containing all the statistics that this metric computes.
toSummaryString() - Method in class weka.classifiers.evaluation.SDR
Return a formatted string (suitable for displaying in console or GUI output) containing all the statistics that this metric computes.
totalSize(List<Bin<T>>) - Static method in class adams.data.binning.operation.Bins
Returns the total size of all the bins.
toTebiBytes(double, int) - Static method in class adams.core.ByteFormat
Turns the number of bytes into TiB.
toTeraBytes(double, int) - Static method in class adams.core.ByteFormat
Turns the number of bytes into TB.
toTime() - Method in interface adams.data.spreadsheet.Cell
Returns the time content, null if not a time.
toTime() - Method in class adams.data.spreadsheet.CellView
Returns the time content, null if not a time.
toTime() - Method in class adams.data.spreadsheet.DoubleCell
Returns the time content, null if not a time.
toTime() - Method in class adams.data.spreadsheet.FloatCell
Returns the time content, null if not a time.
toTime() - Method in class adams.ml.data.DataCellView
Returns the time content, null if not a time.
toTimeMsec() - Method in interface adams.data.spreadsheet.Cell
Returns the time/msec content, null if not a time/msec.
toTimeMsec() - Method in class adams.data.spreadsheet.CellView
Returns the time/msec content, null if not a time/msec.
toTimeMsec() - Method in class adams.data.spreadsheet.DoubleCell
Returns the time/msec content, null if not a time/msec.
toTimeMsec() - Method in class adams.data.spreadsheet.FloatCell
Returns the time/msec content, null if not a time/msec.
toTimeMsec() - Method in class adams.ml.data.DataCellView
Returns the time/msec content, null if not a time/msec.
toTransferable() - Method in class adams.gui.core.BaseTreeNode
Turns the node/userObject into a transferable string.
toTransferable() - Method in class adams.gui.core.dom.DOMNode
Turns the value into a transferable string.
toTransferable() - Method in class adams.gui.core.dotnotationtree.DotNotationNode
Turns the full label into a transferable string.
toTransferable() - Method in class adams.gui.core.DragAndDropTreeNodeCollection
Turns the node/userObject into a transferable string.
toTransferable() - Method in class adams.gui.core.json.JsonNode
Turns the value into a transferable string.
toTransferable() - Method in class adams.gui.flow.tree.Node
Turns the node/userObject into a transferable string.
toTransferable() - Method in class adams.gui.flow.tree.TreeNodeCollection
Turns the node/userObject into a transferable string.
toTransferable() - Method in class adams.gui.goe.classtree.ClassTreeNodeCollection
Turns the node/userObject into a transferable string.
toTreeSet() - Method in class adams.data.container.AbstractDataContainer
Returns a treeset with the points.
toTreeSet() - Method in interface adams.data.container.DataContainer
Returns a treeset with the points.
toTreeSet(DataPointComparator) - Method in class adams.data.container.AbstractDataContainer
Returns a treeset with the points, sorted according to the given comparator.
toTreeSet(DataPointComparator<T>) - Method in interface adams.data.container.DataContainer
Returns a treeset with the points, sorted according to the given comparator.
toTypeString(int, int, boolean) - Method in class adams.db.types.AbstractTypes
Get a string representation of this type for comparison or create purposes.
toTypeString(int, int, boolean) - Method in class adams.db.types.TypesMySQL
Get a string representation of this type for comparison or create purposes.
toTypeString(int, int, boolean) - Method in class adams.db.types.TypesPostgreSQL
Get a string representation of this type for comparison or create purposes.
toTypeString(int, int, boolean) - Method in class adams.db.types.TypesSQLite
Get a string representation of this type for comparison or create purposes.
Touch - Class in adams.flow.transformer
Like the Unix 'touch' command, updates the 'last modified' timestamp of the file coming through.
By default, it creates the file if it doesn't exist.
Touch() - Constructor for class adams.flow.transformer.Touch
 
toValidName(String) - Static method in class adams.core.Variables
Turns any string (with surrounding @{...}) into a valid variable name, by replacing invalid characters with underscores ("_").
toValidName(String) - Static method in class adams.flow.control.Storage
Turns any string into a valid storage name, by replacing invalid characters with underscores ("_").
toValidName(String, String) - Static method in class adams.core.Variables
Turns any string (with surrounding @{...}) into a valid variable name, by replacing invalid characters with the specified replacement string.
toValidName(String, String) - Static method in class adams.flow.control.Storage
Turns any string into a valid storage name, by replacing invalid characters with the specified replacement string.
toVarString() - Method in class adams.opt.optimise.OptData
Returns a string representation of the data structure.
toView(int[], int[]) - Method in class adams.data.spreadsheet.DefaultSpreadSheet
Creates a view of the spreadsheet with the specified rows/columns.
toView(int[], int[]) - Method in interface adams.data.spreadsheet.SpreadSheet
Creates a view of the spreadsheet with the specified rows/columns.
toView(int[], int[]) - Method in class adams.data.spreadsheet.SpreadSheetView
Creates a view of the spreadsheet with the specified rows/columns.
toView(int[], int[]) - Method in class adams.ml.data.DatasetView
Creates a view of the spreadsheet with the specified rows/columns.
toView(int[], int[]) - Method in class adams.ml.data.DefaultDataset
Creates a view of the spreadsheet with the specified rows/columns.
toView(int[], int[]) - Method in class adams.ml.data.InstancesView
Creates a view of the spreadsheet with the specified rows/columns.
toWeeks(double, int) - Static method in class adams.core.MicroSecondFormat
Turns the number of microseconds into weeks.
toWeeks(double, int) - Static method in class adams.core.SecondFormat
Turns the number of seconds into weeks.
toWeka(Capability) - Static method in enum adams.flow.core.Capability
Turns the ADAMS capability into a WEKA one.
toXML(StringBuilder) - Method in class adams.doc.docbook.Document
Turns the XML tree into its string representation.
toXML(StringBuilder) - Method in class adams.doc.xhtml.AbstractMixedTag
Turns the XML tree into its string representation.
toXML(StringBuilder) - Method in class adams.doc.xhtml.Document
Turns the XML tree into its string representation.
toXML(StringBuilder) - Method in class adams.doc.xml.AbstractComplexTag
Turns the XML tree into its string representation.
toXML(StringBuilder) - Method in class adams.doc.xml.AbstractTag
Turns the XML tree into its string representation.
toYobiBytes(double, int) - Static method in class adams.core.ByteFormat
Turns the number of bytes into YiB.
toYottaBytes(double, int) - Static method in class adams.core.ByteFormat
Turns the number of bytes into YB.
toZebiBytes(double, int) - Static method in class adams.core.ByteFormat
Turns the number of bytes into ZiB.
toZeroBasedIndices(int[]) - Static method in class adams.core.Utils
Turns the 1-based indices into 0-based ones.
toZettaBytes(double, int) - Static method in class adams.core.ByteFormat
Turns the number of bytes into ZB.
TP_RATE - adams.flow.sink.WekaThresholdCurve.AttributeName
 
traceToPolygon() - Method in class adams.gui.visualization.object.annotator.PolygonAnnotator
Turns the trace into a polygon.
traceToPolygon(List<Point>) - Method in class adams.gui.visualization.image.ImagePanel
Turns the trace into a polygon.
trackersTipText() - Method in class adams.gui.visualization.core.MultiMouseMovementTracker
Returns the tip text for this property.
TrackMousePositionInConsole - Class in adams.gui.visualization.core
Simply outputs the mouse position in the console.
TrackMousePositionInConsole() - Constructor for class adams.gui.visualization.core.TrackMousePositionInConsole
 
TRADITIONAL_CHINESE - adams.flow.core.TesseractLanguage
 
train(SpreadSheet) - Method in class adams.data.spreadsheet.filter.AbstractTrainableSpreadSheetFilter
(Re-)Trains on the spreadsheet.
train(SpreadSheet) - Method in interface adams.data.spreadsheet.filter.TrainableSpreadSheetFilter
(Re-)Trains on the spreadsheet.
Train - Class in adams.gui.tools.wekainvestigator.tab.associatetab.evaluation
Builds an associator on a dataset.
Train - Class in adams.gui.tools.wekainvestigator.tab.attseltab.evaluation
Performs attribute selection on the train data.
Train() - Constructor for class adams.gui.tools.wekainvestigator.tab.associatetab.evaluation.Train
 
Train() - Constructor for class adams.gui.tools.wekainvestigator.tab.attseltab.evaluation.Train
 
TRAIN_TEST_SPLIT_ORDER_PRESERVED - adams.flow.sink.WekaExperimentGenerator.EvaluationType
train/test split order preserved.
TRAIN_TEST_SPLIT_RANDOMIZED - adams.flow.sink.WekaExperimentGenerator.EvaluationType
train/test split randomized.
TrainableBatchFilter<T extends DataContainer> - Interface in adams.data.filter
Interface for trainable batch filters.
TrainableColumnFinder - Interface in adams.data.spreadsheet.columnfinder
Interface for ColumnFinder algorithms that can be trained.
TrainableColumnFinder - Interface in adams.data.weka.columnfinder
Interface for ColumnFinder algorithms that can be trained.
TrainableOutlierDetector<T extends DataContainer> - Interface in adams.data.outlier
Interface for trainable outlier detectors.
TrainableRowFinder - Interface in adams.data.spreadsheet.rowfinder
Interface for RowFinder algorithms that can be trained.
TrainableRowFinder - Interface in adams.data.weka.rowfinder
Interface for RowFinder algorithms that can be trained.
TrainableSpreadSheetFilter - Interface in adams.data.spreadsheet.filter
Interface for filters that can be trained.
trainColumnFinder(SpreadSheet) - Method in class adams.data.spreadsheet.columnfinder.AbstractTrainableColumnFinder
Trains the column finder with the specified spreadsheet.
trainColumnFinder(SpreadSheet) - Method in interface adams.data.spreadsheet.columnfinder.TrainableColumnFinder
Trains the column finder with the specified spreadsheet.
trainColumnFinder(Instances) - Method in class adams.data.weka.columnfinder.AbstractTrainableColumnFinder
Trains the column finder with the specified dataset.
trainColumnFinder(Instances) - Method in interface adams.data.weka.columnfinder.TrainableColumnFinder
Trains the column finder with the specified dataset.
trainCV(List<Binnable<T>>, int, int) - Static method in class adams.data.splitgenerator.generic.crossvalidation.CrossValidationGenerator
Creates the training set for one fold of a cross-validation on the dataset.
trainCV(List<Binnable<T>>, int, int, Randomization) - Static method in class adams.data.splitgenerator.generic.crossvalidation.CrossValidationGenerator
Creates the training set for one fold of a cross-validation on the dataset.
trainDetector(T[]) - Method in interface adams.data.outlier.TrainableOutlierDetector
Trains the detector with the specified data.
trainFilter(T[]) - Method in class adams.data.filter.OutlierDetector
Trains the filter with the specified data.
trainFilter(T[]) - Method in interface adams.data.filter.TrainableBatchFilter
Trains the filter with the specified data.
TrainJob(Associator, Instances) - Constructor for class adams.flow.transformer.WekaTrainAssociator.TrainJob
Initializes the job.
trainPercentageTipText() - Method in class adams.flow.transformer.preparefilebaseddataset.TrainValidateTestSplit
Returns the tip text for this property.
trainRowFinder(SpreadSheet) - Method in class adams.data.spreadsheet.rowfinder.AbstractTrainableRowFinder
Trains the row finder with the specified spreadsheet.
trainRowFinder(SpreadSheet) - Method in interface adams.data.spreadsheet.rowfinder.TrainableRowFinder
Trains the row finder with the specified spreadsheet.
trainRowFinder(Instances) - Method in class adams.data.weka.rowfinder.AbstractTrainableRowFinder
Trains the row finder with the specified dataset.
trainRowFinder(Instances) - Method in interface adams.data.weka.rowfinder.TrainableRowFinder
Trains the row finder with the specified dataset.
trainSplitNameTipText() - Method in class adams.flow.transformer.indexedsplitsrunsevaluation.InstancesIndexedSplitsRunsEvaluation
Returns the tip text for this property.
trainSplitNameTipText() - Method in class adams.flow.transformer.indexedsplitsrunspredictions.InstancesIndexedSplitsRunsPredictions
Returns the tip text for this property.
TrainTestSet - Class in adams.gui.tools.wekainvestigator.tab.classifytab.evaluation
Uses dedicated train/test sets.
TrainTestSet - Class in adams.gui.tools.wekainvestigator.tab.clustertab.evaluation
Uses dedicated train/test sets.
TrainTestSet() - Constructor for class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.TrainTestSet
 
TrainTestSet() - Constructor for class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.TrainTestSet
 
TrainTestSetContainer - Class in adams.flow.container
A container for storing train and test set.
TrainTestSetContainer() - Constructor for class adams.flow.container.TrainTestSetContainer
Initializes the container.
TrainTestSetContainer(Dataset, Dataset) - Constructor for class adams.flow.container.TrainTestSetContainer
Initializes the container.
TrainTestSetContainer(Dataset, Dataset, Long) - Constructor for class adams.flow.container.TrainTestSetContainer
Initializes the container.
TrainTestSetContainer(Dataset, Dataset, Long, Integer, Integer) - Constructor for class adams.flow.container.TrainTestSetContainer
Initializes the container.
TrainTestSetContainer(Dataset, Dataset, Long, Integer, Integer, int[], int[]) - Constructor for class adams.flow.container.TrainTestSetContainer
Initializes the container.
TrainTestSplit - Class in adams.flow.transformer.preparefilebaseddataset
Generates a train/test split.
TrainTestSplit - Class in adams.gui.tools.wekainvestigator.tab.classifytab.evaluation
Uses a (random) percentage split to generate train/test.
TrainTestSplit - Class in adams.gui.tools.wekainvestigator.tab.clustertab.evaluation
Uses a (random) percentage split to generate train/test.
TrainTestSplit() - Constructor for class adams.flow.transformer.preparefilebaseddataset.TrainTestSplit
 
TrainTestSplit() - Constructor for class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.TrainTestSplit
 
TrainTestSplit() - Constructor for class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.TrainTestSplit
 
TrainTestSplitExperiment - Class in adams.gui.tools.wekamultiexperimenter.experiment
Performs train-test splits.
TrainTestSplitExperiment() - Constructor for class adams.gui.tools.wekamultiexperimenter.experiment.TrainTestSplitExperiment
 
TrainTestSplitExperiment.TrainTestSplitExperimentJob - Class in adams.gui.tools.wekamultiexperimenter.experiment
 
TrainTestSplitExperimentJob(TrainTestSplitExperiment, int, Classifier, Instances) - Constructor for class adams.gui.tools.wekamultiexperimenter.experiment.TrainTestSplitExperiment.TrainTestSplitExperimentJob
Initializes the run.
TrainTestSplitSetup - Class in adams.gui.tools.wekainvestigator.tab.experimenttab.setup
Setup for a train/test-split experiment.
TrainTestSplitSetup() - Constructor for class adams.gui.tools.wekainvestigator.tab.experimenttab.setup.TrainTestSplitSetup
 
trainTipText() - Method in class adams.flow.transformer.preparefilebaseddataset.Selected
Returns the tip text for this property.
trainTipText() - Method in class adams.flow.transformer.WekaClassifierRanker
Returns the tip text for this property.
TrainValidateTestSet - Class in adams.gui.tools.wekainvestigator.tab.classifytab.evaluation
Uses dedicated train/validate/test sets.
TrainValidateTestSet() - Constructor for class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.TrainValidateTestSet
 
TrainValidateTestSplit - Class in adams.flow.transformer.preparefilebaseddataset
Generates a train/validate/test split.
TrainValidateTestSplit() - Constructor for class adams.flow.transformer.preparefilebaseddataset.TrainValidateTestSplit
 
transfer(SpreadSheet, Cell) - Method in class adams.flow.transformer.SpreadSheetConvertCells
Transfers the spreadsheet content as new columns to the spreadsheet the row belongs to.
transfer(SpreadSheet, Cell) - Method in class adams.flow.transformer.SpreadSheetTransformCells
Transfers the spreadsheet content as new columns to the spreadsheet the row belongs to.
transfer(TIntList, TIntList) - Method in class adams.flow.transformer.SpreadSheetSubsetFromGroup
Transfers the indices from the current group into the final list of indices.
transfer(Object, Object) - Method in class adams.core.optiontransfer.AbstractOptionTransfer
Transfers the options.
transfer(Matrix, int[], int[], int[], Matrix, int[], int[], int[], ArrayElementType) - Static method in class adams.data.matlab.MatlabUtils
For transferring the subset from the original matrix into the new one.
transfer(Matrix, int[], int[], int[], Matrix, int[], ArrayElementType) - Static method in class adams.data.matlab.MatlabUtils
For transferring the subset from the original matrix into the new one.
transfer(Matrix, int[], Matrix, int[], ArrayElementType) - Static method in class adams.data.matlab.MatlabUtils
Transfers a single cell from one matrix to another.
TransferableNestedList - Class in adams.gui.flow.tree
A container for nested list.
TransferableNestedList(Node) - Constructor for class adams.gui.flow.tree.TransferableNestedList
Initializes the container.
TransferableNestedList(Node[]) - Constructor for class adams.gui.flow.tree.TransferableNestedList
Initializes the container.
transferAdditionalAttributes(SelectOptionPanel, Instances) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.AbstractClassifierEvaluation
Transfers the additional attributes into a spreadsheet.
transferCapability(Capabilities, Capabilities.Capability, Capabilities, Capability) - Static method in class adams.ml.data.WekaConverter
Transfers the specified capability if enabled.
transferName(Actor, Actor) - Method in class adams.flow.processor.ReactivateActors
Transfer the name of "source" to "target" and returns "target".
transferObjects(Report, int, int, int, int) - Method in class adams.data.image.transformer.subimages.AbstractSubImagesGenerator
Generates a new report with only the objects that fall within the region.
transferObjects(Report, Rectangle) - Method in class adams.data.image.transformer.subimages.AbstractSubImagesGenerator
Generates a new report with only the objects that fall within the region.
transferOptions(OptionHandler, OptionHandler) - Static method in class adams.core.option.OptionUtils
Transfers the option from one OptionHandler to another.
transferTypeTipText() - Method in class adams.flow.transformer.NegativeRegions
Returns the tip text for this property.
transferVariable(OptionHandler, OptionHandler, String) - Method in class adams.core.optiontransfer.AbstractOptionTransfer
Transfers the variable (if any attached).
transferVariable(OptionHandler, String, OptionHandler, String) - Method in class adams.core.optiontransfer.AbstractOptionTransfer
Transfers the variable (if any attached) form one property to another.
transform(Actor, Object) - Static method in class adams.flow.core.ActorUtils
Processes the data using the specified transformer.
transform(LocatedObject, double, double, int, int) - Method in class adams.data.objectfilter.MakeSquare
Scales/translates the given object.
transform(AffineTransform) - Method in class adams.gui.print.PostscriptGraphics
 
transform(T) - Method in class adams.data.image.AbstractImageTransformer
Transforms the given image.
transform(T) - Method in interface adams.data.image.ImageTransformer
Transforms the given image.
transform(Instance) - Method in class weka.classifiers.meta.LogClassRegressor
Transform instance.
transform(Instance) - Method in class weka.classifiers.meta.LogTargetRegressor
Transform instance.
transform(Instance) - Method in class weka.core.SAXDistance
 
transform(Instance) - Method in class weka.core.WeightedEuclideanDistance
 
transform(Instance) - Method in class weka.core.WeightedEuclideanDistanceRidge
 
transform(Instances) - Method in class adams.data.instancesanalysis.pls.AbstractPLS
Transforms the data, initializes if necessary.
transformAlgorithmTipText() - Method in class adams.flow.transformer.BoofCVTransformer
Returns the tip text for this property.
transformAlgorithmTipText() - Method in class adams.flow.transformer.BufferedImageTransformer
Returns the tip text for this property.
transformAlgorithmTipText() - Method in class adams.flow.transformer.OpenCVTransformer
Returns the tip text for this property.
transformCell(CellLocation, SpreadSheet) - Method in class adams.flow.transformer.SpreadSheetTransformCells
Applies the transformation to the cell.
transformCell(Cell, SpreadSheet) - Method in class adams.flow.transformer.SpreadSheetTransformHeaderCells
Applies the transformer to the cell.
TRANSFORMER - adams.core.option.ApplyActorProducer.ActorType
 
TRANSFORMER - Static variable in interface adams.parser.actorsuggestion.sym
 
TRANSFORMER - Static variable in interface adams.parser.externalactorsuggestion.sym
 
TRANSFORMER - Static variable in interface adams.parser.templatesuggestion.sym
 
TransformerReset - Class in adams.flow.control
Resets all sub-actors in case the monitored variable changed since the last execution.
TransformerReset() - Constructor for class adams.flow.control.TransformerReset
 
transformersTipText() - Method in class adams.data.boofcv.transformer.MultiTransformer
Returns the tip text for this property.
transformersTipText() - Method in class adams.data.image.transformer.MultiTransformer
Returns the tip text for this property.
transformersTipText() - Method in class adams.data.opencv.transformer.MultiTransformer
Returns the tip text for this property.
transformerTipText() - Method in class adams.data.objectfilter.TransformMetaData
Returns the tip text for this property.
transformerTipText() - Method in class adams.flow.transformer.SpreadSheetTransformCells
Returns the tip text for this property.
transformerTipText() - Method in class adams.flow.transformer.SpreadSheetTransformHeaderCells
Returns the tip text for this property.
transformInstance(Instance) - Method in class weka.classifiers.meta.PeakTransformed
Just finds the maximum peak.
transformInstance(Instance) - Method in class weka.classifiers.meta.SumTransformed
Just sums up all the peaks.
transformInstance(Instance) - Method in class weka.core.neighboursearch.FilteredSearch
 
transformInstance(Instance) - Method in class weka.core.neighboursearch.PCANNSearch
 
transformInstance(Instance) - Method in class weka.core.neighboursearch.PLSNNSearch
 
transformInstance(Instance) - Method in class weka.core.neighboursearch.TransformNNSearch
 
transformInstances(Instances) - Method in class weka.core.neighboursearch.FilteredSearch
 
transformInstances(Instances) - Method in class weka.core.neighboursearch.PCANNSearch
 
transformInstances(Instances) - Method in class weka.core.neighboursearch.PLSNNSearch
 
TransformMetaData - Class in adams.data.objectfilter
Transforms the specified meta-data using the referenced callable actor.
TransformMetaData() - Constructor for class adams.data.objectfilter.TransformMetaData
 
TransformNNSearch - Class in weka.core.neighboursearch
 
TransformNNSearch() - Constructor for class weka.core.neighboursearch.TransformNNSearch
 
TransformNNSearch(Instances) - Constructor for class weka.core.neighboursearch.TransformNNSearch
 
translate(double, double) - Method in class adams.gui.print.PostscriptGraphics
 
translate(int, int) - Method in class adams.gui.print.PostscriptGraphics
Translates the origin of the graphics context to the point (x, y) in the current coordinate system.
Translate - Class in adams.data.objectfilter
Translates the objects by the specified X and Y.
Translate() - Constructor for class adams.data.objectfilter.Translate
 
TranslucentColorProvider - Class in adams.gui.visualization.core
Allows the user to add translucency to the colors generated by the base color provider.
TranslucentColorProvider() - Constructor for class adams.gui.visualization.core.TranslucentColorProvider
 
TransparentBackground - Class in adams.data.imagefilter
Uses the color at the specified location as background and turns it transparent.
TransparentBackground() - Constructor for class adams.data.imagefilter.TransparentBackground
 
transpose(Cell[][]) - Method in class adams.data.conversion.TransposeSpreadSheet
Transposes the matrix.
TransposeSpreadSheet - Class in adams.data.conversion
Transposes a spreadsheet, i.e., swaps columns with rows.
TransposeSpreadSheet() - Constructor for class adams.data.conversion.TransposeSpreadSheet
 
traverse(PropertyTraversal.Observer, Object) - Method in class adams.core.discovery.PropertyTraversal
Performs the property traversal.
traverse(PropertyTraversal.Observer, Object, PropertyPath.Path) - Method in class adams.core.discovery.PropertyTraversal
Performs the property traversal.
traverse(OptionTraverser) - Method in class adams.core.option.OptionManager
Traverses all the options and lets the various options get handled by the supplied object.
traverse(OptionTraverser, boolean) - Method in class adams.core.option.OptionManager
Traverses all the options and lets the various options get handled by the supplied object.
traverse(OptionTraverser, OptionTraversalPath, boolean) - Method in class adams.core.option.OptionManager
Traverses all the options and lets the various options get handled by the supplied object.
traverse(OptionTraverser, OptionTraversalPath, Object) - Method in class adams.core.option.OptionManager
Traverses a non-ADAMS OptionHandler.
traverserTipText() - Method in class adams.flow.source.OptionTraverser
Returns the tip text for this property.
traverserTipText() - Method in class adams.flow.template.OptionTraverser
Returns the tip text for this property.
traversing(String, URL) - Method in class adams.core.FindClass.Listener
Gets called when a class is being traversed.
tree - Variable in class adams.gui.flow.tree.StateContainer
the tree this state is for.
Tree - Class in adams.gui.flow.tree
A custom tree for displaying the structure of a flow.
Tree - Class in adams.gui.visualization.debug.objecttree
Specialized tree that displays the properties of an object.
Tree() - Constructor for class adams.gui.visualization.debug.objecttree.Tree
Initializes the tree.
Tree(FlowPanel) - Constructor for class adams.gui.flow.tree.Tree
Initializes the tree.
Tree(FlowPanel, Actor) - Constructor for class adams.gui.flow.tree.Tree
Initializes the tree.
TREE - adams.gui.flow.tree.TreeOperations.ActorDialog
 
TREE - weka.classifiers.trees.XGBoost.NormaliseType
 
TREE_NO_GOE - adams.gui.flow.tree.TreeOperations.ActorDialog
 
Tree.TreePopupSubmenu - Class in adams.gui.flow.tree
Container object for a custom submenu in the tree popup.
Tree.TreeState - Class in adams.gui.flow.tree
Container object for the tree state.
treeCollapsed(TreeExpansionEvent) - Method in class adams.gui.visualization.debug.objecttree.Tree
Called whenever an item in the tree has been collapsed.
treeExpanded(TreeExpansionEvent) - Method in class adams.gui.visualization.debug.objecttree.Tree
Called whenever an item in the tree has been expanded.
TreeGraphML - Class in adams.gui.tools.wekainvestigator.tab.classifytab.output
Displays the GraphML source code of the tree graph.
TreeGraphML() - Constructor for class adams.gui.tools.wekainvestigator.tab.classifytab.output.TreeGraphML
 
TreeHelper - Class in adams.gui.flow.tree
Helper class for flow tree related stuff.
TreeHelper() - Constructor for class adams.gui.flow.tree.TreeHelper
 
treeMethodTipText() - Method in class weka.classifiers.trees.XGBoost
Gets the tip-text for the treeMethod option.
TreeModel - Class in adams.gui.flow.tree
Specialized tree model for the flow editor.
TreeModel() - Constructor for class adams.gui.flow.tree.TreeModel
Initializes the model with no nodes.
TreeModel(Node) - Constructor for class adams.gui.flow.tree.TreeModel
Initializes the tree with the specified root node.
TreeNodeCollection - Class in adams.gui.flow.tree
Node collection for the flow editor.
TreeNodeCollection(Node[]) - Constructor for class adams.gui.flow.tree.TreeNodeCollection
Initializes the collection with all the nodes.
TreeOperations - Class in adams.gui.flow.tree
Performs complex operations on the tree, like adding, removing, enclosing actors.
TreeOperations(Tree) - Constructor for class adams.gui.flow.tree.TreeOperations
Initializes the object.
TreeOperations.ActorDialog - Enum in adams.gui.flow.tree
Enumeration for actor dialogs.
TreeOperations.InsertPosition - Enum in adams.gui.flow.tree
Enumeration for how to insert a node.
treePathToActorPath(TreePath) - Static method in class adams.gui.flow.tree.TreeHelper
Turns a TreePath into a ActorPath.
TreePopupAction - Interface in adams.gui.flow.tree.menu
Interface for menu items in the popup menu of the flow tree.
TreePopupSubmenu() - Constructor for class adams.gui.flow.tree.Tree.TreePopupSubmenu
Default constructor.
TreePopupSubmenu(String, String) - Constructor for class adams.gui.flow.tree.Tree.TreePopupSubmenu
Initializes the container.
TreeQuickAction - Interface in adams.gui.flow.tree.quickaction
Interface for menu items in the quick action menu of the flow tree.
TreeState() - Constructor for class adams.gui.flow.tree.Tree.TreeState
 
treeToString(int) - Method in class weka.classifiers.trees.m5.RuleNode2
Recursively builds a textual description of the tree
TreeVisualizer - Class in adams.gui.menu
Displays data in the tree visualizer.
TreeVisualizer - Class in adams.gui.tools.previewbrowser
Displays trees in dot notation.
TreeVisualizer - Class in adams.gui.tools.wekainvestigator.tab.classifytab.output
Displays the tree that the model generated.
TreeVisualizer() - Constructor for class adams.gui.menu.TreeVisualizer
Initializes the menu item with no owner.
TreeVisualizer() - Constructor for class adams.gui.tools.previewbrowser.TreeVisualizer
 
TreeVisualizer() - Constructor for class adams.gui.tools.wekainvestigator.tab.classifytab.output.TreeVisualizer
 
TreeVisualizer(AbstractApplicationFrame) - Constructor for class adams.gui.menu.TreeVisualizer
Initializes the menu item.
treeWillCollapse(TreeExpansionEvent) - Method in class adams.gui.visualization.debug.objecttree.Tree
Invoked whenever a node in the tree is about to be collapsed.
treeWillExpand(TreeExpansionEvent) - Method in class adams.gui.visualization.debug.objecttree.Tree
Invoked whenever a node in the tree is about to be expanded.
trialsTipText() - Method in class weka.classifiers.trees.RandomModelTrees
Returns the tip text for this property.
Triangle - Class in adams.gui.visualization.jfreechart.shape
Generates a triangle.
Triangle() - Constructor for class adams.gui.visualization.jfreechart.shape.Triangle
 
TRIANGLE - adams.gui.visualization.instance.InstanceLinePaintlet.MarkerShape
a triangle.
TRIANGLE - adams.gui.visualization.object.objectannotations.outline.VertexShape
a triangle.
TRIANGLE - adams.gui.visualization.segmentation.layer.Markers.Shape
a triangle.
TRIANGLE - adams.gui.visualization.sequence.LinePaintlet.MarkerShape
a triangle.
TRIANGLE - adams.gui.visualization.spreadsheet.SpreadSheetRowLinePaintlet.MarkerShape
a triangle.
TRIANGLE - adams.gui.visualization.timeseries.TimeseriesPaintlet.MarkerShape
a triangle.
TRIANGLE_FILLED - adams.gui.visualization.object.objectannotations.outline.VertexShape
a filled triangle.
Triangle.Type - Enum in adams.gui.visualization.jfreechart.shape
Enumeration of type of triangle.
TrianglePaintlet - Class in adams.gui.visualization.sequence
Paintlet for simply painting triangles at the specified X-Y position.
TrianglePaintlet() - Constructor for class adams.gui.visualization.sequence.TrianglePaintlet
 
Triangular - Class in adams.data.distribution
Triangular distribution.
Triangular() - Constructor for class adams.data.distribution.Triangular
 
Trie - Class in adams.core
A class representing a Trie data structure for strings.
Trie() - Constructor for class adams.core.Trie
initializes the data structure
Trie.TrieIterator - Class in adams.core
Represents an iterator over a trie
Trie.TrieNode - Class in adams.core
Represents a node in the trie.
TrieIterator(Trie.TrieNode) - Constructor for class adams.core.Trie.TrieIterator
initializes the iterator
TrieNode(char) - Constructor for class adams.core.Trie.TrieNode
initializes the node
TrieNode(Character) - Constructor for class adams.core.Trie.TrieNode
initializes the node
trigger() - Method in class adams.flow.control.flowrestart.NotificationManager
Receive a trigger.
trigger() - Method in interface adams.flow.control.flowrestart.TriggerHandler
Receive a trigger.
trigger() - Method in class adams.flow.control.flowrestart.TriggerManager
Restarts the flow.
Trigger - Class in adams.flow.control
Executes the tee-actor whenever a token gets passed through.
Trigger() - Constructor for class adams.flow.control.Trigger
Default constructor.
Trigger(String) - Constructor for class adams.flow.control.Trigger
Initializes the actor with the specified name.
TriggerableEvent - Interface in adams.flow.core
Indicator interface for events that can be triggered with the TriggerEvent actor.
TriggerableEventReference - Class in adams.flow.core
Wrapper around the name of a triggerable event (= string).
TriggerableEventReference() - Constructor for class adams.flow.core.TriggerableEventReference
Initializes the string with length 0.
TriggerableEventReference(String) - Constructor for class adams.flow.core.TriggerableEventReference
Initializes the object with the string to parse.
TriggerableEventReferenceEditor - Class in adams.gui.goe
A PropertyEditor for TriggerableEventReference objects.
TriggerableEventReferenceEditor() - Constructor for class adams.gui.goe.TriggerableEventReferenceEditor
 
TriggerableEventReferenceParsing - Class in adams.core.option.parsing
For parsing TriggerableEventReference options.
TriggerableEventReferenceParsing() - Constructor for class adams.core.option.parsing.TriggerableEventReferenceParsing
 
triggered() - Method in class adams.flow.execution.debug.AbstractBreakpoint
To be called when triggered (increments counter).
triggered(AbstractBreakpoint, Actor, ExecutionStage) - Method in class adams.flow.execution.Debug
Suspends the flow execution.
triggered(AbstractBreakpoint, Actor, ExecutionStage, Token) - Method in class adams.flow.execution.Debug
Suspends the flow execution.
TriggerEvent - Class in adams.flow.control
Triggers the specified event.
TriggerEvent() - Constructor for class adams.flow.control.TriggerEvent
 
TriggerHandler - Interface in adams.flow.control.flowrestart
Interface for classes that respond to a trigger.
TriggerManager - Class in adams.flow.control.flowrestart
Applies the specified action once the trigger fires.
TriggerManager() - Constructor for class adams.flow.control.flowrestart.TriggerManager
 
TriggerOnce - Class in adams.flow.control
Triggers the sub-flow only once.
However, this can be reset when the monitored variable changes.
TriggerOnce() - Constructor for class adams.flow.control.TriggerOnce
Default constructor.
TriggerOnce(String) - Constructor for class adams.flow.control.TriggerOnce
Initializes the actor with the specified name.
triggersPostExecute(Actor) - Method in class adams.flow.execution.debug.AbstractBreakpoint
Checks whether the breakpoint gets triggered in post-execute.
triggersPostInput(Actor) - Method in class adams.flow.execution.debug.AbstractBreakpoint
Checks whether the breakpoint gets triggered in post-input.
triggersPostOutput(Actor, Token) - Method in class adams.flow.execution.debug.AbstractBreakpoint
Checks whether the breakpoint gets triggered in post-output.
triggersPreExecute(Actor) - Method in class adams.flow.execution.debug.AbstractBreakpoint
Checks whether the breakpoint gets triggered in pre-execute.
triggersPreInput(Actor, Token) - Method in class adams.flow.execution.debug.AbstractBreakpoint
Checks whether the breakpoint gets triggered in pre-input.
triggersPreOutput(Actor) - Method in class adams.flow.execution.debug.AbstractBreakpoint
Checks whether the breakpoint gets triggered in pre-output.
triggersTipText() - Method in class adams.flow.control.flowrestart.trigger.MultiTrigger
Returns the tip text for this property.
triggerTipText() - Method in class adams.flow.control.flowrestart.NotificationManager
Returns the tip text for this property.
triggerTipText() - Method in class adams.flow.control.flowrestart.trigger.MetaCron
Returns the tip text for this property.
triggerTipText() - Method in class adams.flow.control.flowrestart.TriggerManager
Returns the tip text for this property.
TRIM - Static variable in interface adams.parser.booleanexpression.sym
 
TRIM - Static variable in interface adams.parser.lookupupdate.sym
 
TRIM - Static variable in interface adams.parser.mathematicalexpression.sym
 
TRIM - Static variable in interface adams.parser.spreadsheetformula.sym
 
TRIM - Static variable in interface adams.parser.stringexpression.sym
 
TrimapColorizer - Class in adams.data.image.transformer
Colorizes trimap images using the specified color provider.
TrimapColorizer() - Constructor for class adams.data.image.transformer.TrimapColorizer
 
TrimapImageHandler - Class in adams.gui.tools.previewbrowser
Displays the following image types as trimaps: jpg,tif,tiff,bmp,gif,png,wbmp,jpeg
If VGG XML annotation file with the same name exists, then an object overlay is added.
TrimapImageHandler() - Constructor for class adams.gui.tools.previewbrowser.TrimapImageHandler
 
trimIDs(List<String>) - Method in class adams.gui.visualization.instance.InstanceComparePanel
Removes the leading 0s.
trimOutput() - Method in class adams.gui.core.ConsolePanel.OutputPanel
Trims the output of the text area if necessary.
trimTipText() - Method in class adams.core.io.fileuse.LastLineMatches
Returns the tip text for this property.
trimTipText() - Method in class adams.data.io.input.AutoWidthTabularSpreadSheetReader
Returns the tip text for this property.
trimTipText() - Method in class adams.data.io.input.CsvSpreadSheetReader
Returns the tip text for this property.
trimTipText() - Method in class adams.data.io.input.FastCsvSpreadSheetReader
Returns the tip text for this property.
trimTipText() - Method in class adams.data.io.input.FixedTabularSpreadSheetReader
Returns the tip text for this property.
trimTipText() - Method in class adams.data.io.input.SimpleCsvSpreadSheetReader
Returns the tip text for this property.
trimToSize() - Method in class adams.data.container.AbstractDataContainer
Trims the capacity of this container to be the container's current size.
TriState - Enum in adams.core
Enum that enhances a boolean to have a third state: not set.
TriStateEditor - Class in adams.gui.goe
A custom editor for TriState enums.
TriStateEditor() - Constructor for class adams.gui.goe.TriStateEditor
Initializes the editor.
TriStateParsing - Class in adams.core.option.parsing
For parsing TriState options.
TriStateParsing() - Constructor for class adams.core.option.parsing.TriStateParsing
 
True - Class in adams.flow.condition.bool
Always evaluates to 'true'.
True() - Constructor for class adams.flow.condition.bool.True
 
TRUE - adams.core.TriState
true.
TRUE - Static variable in interface adams.parser.actorsuggestion.sym
 
TRUE - Static variable in interface adams.parser.booleanexpression.sym
 
TRUE - Static variable in interface adams.parser.externalactorsuggestion.sym
 
TRUE - Static variable in interface adams.parser.lookupupdate.sym
 
TRUE - Static variable in interface adams.parser.mathematicalexpression.sym
 
TRUE - Static variable in interface adams.parser.spreadsheetformula.sym
 
TRUE - Static variable in interface adams.parser.stringexpression.sym
 
TRUE - Static variable in interface adams.parser.templatesuggestion.sym
 
TRUE_NEG - adams.flow.sink.WekaThresholdCurve.AttributeName
 
TRUE_NEG_RATE - adams.opt.genetic.Measure
true negative rate.
TRUE_NEGATIVE_RATE - adams.flow.core.EvaluationStatistic
 
TRUE_NEGATIVE_RATE - adams.flow.core.ExperimentStatistic
 
TRUE_POS - adams.flow.sink.WekaThresholdCurve.AttributeName
 
TRUE_POS_RATE - adams.opt.genetic.Measure
true positive rate.
TRUE_POSITIVE_RATE - adams.flow.core.EvaluationStatistic
 
TRUE_POSITIVE_RATE - adams.flow.core.ExperimentStatistic
 
truncate() - Method in class adams.db.AbstractIndexedTable
Empty table.
truncate(String) - Method in class adams.db.generic.SQL
Empty table.
truncate(String) - Method in class adams.db.mirrored.SQL
Empty table.
truncate(String) - Method in class adams.db.SQLF
Empty table.
truncate(String) - Method in interface adams.db.SQLIntf
Empty table.
TruncateTables - Class in adams.tools
Truncates all tables that match a regular expression (matching sense can be inverted).
TruncateTables() - Constructor for class adams.tools.TruncateTables
 
TRUST_MANAGER - Static variable in class adams.core.net.SSLHelper
The trust manager.
TrustAll() - Constructor for class adams.scripting.connection.AbstractSSHConnection.TrustAll
 
TrustManagerFactoryProvider - Interface in adams.flow.core
Interface for actors that provide an instance to a TrustManagerFactory.
TryCatch - Class in adams.flow.control
Safe-guards the execution of the 'try' sequence of actors.
TryCatch() - Constructor for class adams.flow.control.TryCatch
 
TryCatchEnclosure - Class in adams.gui.flow.tree.enclose
Encloses the selected actors in a TryCatch.
TryCatchEnclosure() - Constructor for class adams.gui.flow.tree.enclose.TryCatchEnclosure
 
tryConnection() - Method in class adams.db.AbstractDatabaseConnection
Tries to reconnect.
tryHarderTipText() - Method in class adams.data.barcode.decode.ZXing
Returns the tip text for this property.
tryTipText() - Method in class adams.flow.control.TryCatch
Returns the tip text for this property.
TsvSpreadSheetHandler - Class in adams.gui.tools.previewbrowser
Displays the following spreadsheet types: tsv

Valid options are:

TsvSpreadSheetHandler() - Constructor for class adams.gui.tools.previewbrowser.TsvSpreadSheetHandler
 
TsvSpreadSheetReader - Class in adams.data.io.input
Reads TSV (tab-separated values) files.
It is possible to force columns to be text.
TsvSpreadSheetReader() - Constructor for class adams.data.io.input.TsvSpreadSheetReader
 
TsvSpreadSheetWriter - Class in adams.data.io.output
Writes TSV (tab-separated values) files,

TsvSpreadSheetWriter() - Constructor for class adams.data.io.output.TsvSpreadSheetWriter
 
TUESDAY - Static variable in class adams.data.conversion.ExtractDateTimeField
the tuesday constant.
TURKISH - adams.flow.core.TesseractLanguage
 
TURN_OFF_ABSTAINING - Static variable in class weka.classifiers.meta.AbstainingClassifierWrapper
 
turnChecksOff() - Method in class weka.classifiers.functions.LinearRegressionJ
Turns off checks for missing values, etc.
turnChecksOn() - Method in class weka.classifiers.functions.LinearRegressionJ
Turns on checks for missing values, etc.
turnIntoLeaf(Instances) - Method in class weka.classifiers.trees.RandomRegressionForest.Node
turns the node into a leaf
turnOffAbstainingTipText() - Method in class weka.classifiers.meta.AbstainingClassifierWrapper
Returns the tip text for this property
TWEEDIE_REGRESSION - weka.classifiers.trees.XGBoost.Objective
 
tweedieVariancePowerTipText() - Method in class weka.classifiers.trees.XGBoost
Gets the tip-text for the tweedieVariancePower option.
TWO_OF_THREE_BEYOND_TWO_SIGMA - adams.data.statistics.SPCUtils.Rules
 
type(int) - Static method in enum adams.data.image.transformer.ImageType.Type
Returns the enum type for the integer type, if possible.
Type - Enum in adams.gui.visualization.core.axis
Enumeration for the type of axis.
TYPE - adams.core.TechnicalInformation.Field
The type of a technical report---for example, ``Research Note''.
TYPE - Static variable in class weka.filters.unsupervised.attribute.NominalToNumeric
 
TYPE_3BYTE_BGR - adams.data.image.transformer.ImageType.Type
 
TYPE_4BYTE_ABGR - adams.data.image.transformer.ImageType.Type
 
TYPE_4BYTE_ABGR_PRE - adams.data.image.transformer.ImageType.Type
 
TYPE_BYTE_BINARY - adams.data.image.transformer.ImageType.Type
 
TYPE_BYTE_GRAY - adams.data.image.transformer.ImageType.Type
 
TYPE_BYTE_INDEXED - adams.data.image.transformer.ImageType.Type
 
TYPE_CUSTOM - adams.data.image.transformer.ImageType.Type
 
TYPE_ID - adams.flow.transformer.Mat5ArrayInfo.InfoType
 
TYPE_INFO - adams.db.MetaDataType
 
TYPE_INT_ARGB - adams.data.image.transformer.ImageType.Type
 
TYPE_INT_ARGB_PRE - adams.data.image.transformer.ImageType.Type
 
TYPE_INT_BGR - adams.data.image.transformer.ImageType.Type
 
TYPE_INT_RGB - adams.data.image.transformer.ImageType.Type
 
TYPE_JFILECHOOSER - Static variable in class adams.gui.chooser.DirectoryChooserFactory
 
TYPE_NAME - adams.flow.transformer.Mat5ArrayInfo.InfoType
 
TYPE_SIMPLE - Static variable in class adams.gui.chooser.DirectoryChooserFactory
 
TYPE_USHORT_555_RGB - adams.data.image.transformer.ImageType.Type
 
TYPE_USHORT_565_RGB - adams.data.image.transformer.ImageType.Type
 
TYPE_USHORT_GRAY - adams.data.image.transformer.ImageType.Type
 
TypeColorMapping - Class in adams.gui.visualization.object.objectannotations.colors
Uses the colors defined for each type.
TypeColorMapping() - Constructor for class adams.gui.visualization.object.objectannotations.colors.TypeColorMapping
 
TypeColorProvider - Interface in adams.gui.visualization.image
Interface for image overlays that give access to colors per type (aka label).
typeColorProviderTipText() - Method in class adams.flow.transformer.draw.AbstractDrawObjectsFromReport
Returns the tip text for this property.
typeColorProviderTipText() - Method in class adams.gui.tools.previewbrowser.CocoAnnotationsHandler
Returns the tip text for this property.
typeColorProviderTipText() - Method in class adams.gui.tools.previewbrowser.DeepLabCutCSVHandler
Returns the tip text for this property.
typeColorProviderTipText() - Method in class adams.gui.tools.previewbrowser.DetectronAnnotationsHandler
Returns the tip text for this property.
typeColorProviderTipText() - Method in class adams.gui.tools.previewbrowser.ObjectCentersFromReport
Returns the tip text for this property.
typeColorProviderTipText() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
Returns the tip text for this property.
typeColorProviderTipText() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
Returns the tip text for this property.
typeColorProviderTipText() - Method in class adams.gui.tools.previewbrowser.PointsFromReportHandler
Returns the tip text for this property.
typeColorProviderTipText() - Method in class adams.gui.tools.previewbrowser.YoloAnnotationsHandler
Returns the tip text for this property.
typeColorProviderTipText() - Method in class adams.gui.visualization.image.AbstractObjectOverlayFromReport
Returns the tip text for this property.
typeColorProviderTipText() - Method in class adams.gui.visualization.image.AbstractPointOverlayFromReport
Returns the tip text for this property.
typeColorProviderTipText() - Method in class adams.gui.visualization.image.AbstractReportBasedOverlayHelper
Returns the tip text for this property.
typeColorProviderTipText() - Method in class adams.gui.visualization.object.overlay.AbstractObjectOverlayFromReport
Returns the tip text for this property.
typeColorProviderTipText() - Method in class adams.gui.visualization.object.overlay.AbstractPointOverlayFromReport
Returns the tip text for this property.
typeColumnTipText() - Method in class adams.data.conversion.SpreadSheetToCreateTableStatement
Returns the tip text for this property.
TypeFilter - Class in adams.flow.standalone.logevent
Filters records based on their output type (INFO, DEBUG, ERROR).
TypeFilter() - Constructor for class adams.flow.standalone.logevent.TypeFilter
 
typeFindTipText() - Method in class adams.data.objectfinder.ObjectsInPolygon
Returns the tip text for this property.
typeFindTipText() - Method in class adams.data.objectfinder.ObjectsInRegion
Returns the tip text for this property.
typeFindTipText() - Method in class adams.flow.transformer.CompareObjectTypes
Returns the tip text for this property.
typeFindTipText() - Method in class adams.flow.transformer.CountObjectsInPolygon
Returns the tip text for this property.
typeFindTipText() - Method in class adams.flow.transformer.CountObjectsInRegion
Returns the tip text for this property.
typeFindTipText() - Method in class adams.flow.transformer.MergeObjectLocations
Returns the tip text for this property.
typeFor(Object) - Static method in class adams.db.DataTypeHelper
Determines the type identifier for an object (S=String, B=Boolean, N=Double; default is 'S').
typeMapperTipText() - Method in class adams.data.io.output.SqlDumpSpreadSheetWriter
Returns the tip text for this property.
typeMapperTipText() - Method in class adams.flow.sink.SpreadSheetDbWriter
Returns the tip text for this property.
typeMapperTipText() - Method in class adams.flow.source.AbstractDatabaseMetaData
Returns the tip text for this property.
typeMapperTipText() - Method in class adams.flow.source.AbstractSpreadSheetDbReader
Returns the tip text for this property.
TypeRangeIterator - Class in adams.data.spreadsheet.cellfinder
Iterates over a range of cells, looking for a type of cell.
TypeRangeIterator(Row, Cell.ContentType, int[]) - Constructor for class adams.data.spreadsheet.cellfinder.TypeRangeIterator
Initializes the iterator.
TypeRangeIterator(SpreadSheet, Cell.ContentType, int[], int[]) - Constructor for class adams.data.spreadsheet.cellfinder.TypeRangeIterator
Initializes the iterator.
typeRegExpTipText() - Method in class adams.flow.transformer.draw.AbstractDrawObjectsFromReport
Returns the tip text for this property.
typeRegExpTipText() - Method in class adams.gui.tools.previewbrowser.AnnotationsAndPredictionsFromReport
Returns the tip text for this property.
typeRegExpTipText() - Method in class adams.gui.tools.previewbrowser.CocoAnnotationsHandler
Returns the tip text for this property.
typeRegExpTipText() - Method in class adams.gui.tools.previewbrowser.DeepLabCutCSVHandler
Returns the tip text for this property.
typeRegExpTipText() - Method in class adams.gui.tools.previewbrowser.DetectronAnnotationsHandler
Returns the tip text for this property.
typeRegExpTipText() - Method in class adams.gui.tools.previewbrowser.ObjectCentersFromReport
Returns the tip text for this property.
typeRegExpTipText() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
Returns the tip text for this property.
typeRegExpTipText() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
Returns the tip text for this property.
typeRegExpTipText() - Method in class adams.gui.tools.previewbrowser.PointsFromReportHandler
Returns the tip text for this property.
typeRegExpTipText() - Method in class adams.gui.visualization.image.AbstractObjectOverlayFromReport
Returns the tip text for this property.
typeRegExpTipText() - Method in class adams.gui.visualization.image.AbstractPointOverlayFromReport
Returns the tip text for this property.
typeRegExpTipText() - Method in class adams.gui.visualization.image.AbstractReportBasedOverlayHelper
Returns the tip text for this property.
typeRegExpTipText() - Method in class adams.gui.visualization.object.objectannotations.colors.PerType
Returns the tip text for this property.
typeRegExpTipText() - Method in class adams.gui.visualization.object.overlay.AbstractObjectOverlayFromReport
Returns the tip text for this property.
typeRegExpTipText() - Method in class adams.gui.visualization.object.overlay.AbstractPointOverlayFromReport
Returns the tip text for this property.
typeReplaceTipText() - Method in class adams.flow.transformer.CompareObjectTypes
Returns the tip text for this property.
typeReplaceTipText() - Method in class adams.flow.transformer.MergeObjectLocations
Returns the tip text for this property.
TypesMySQL - Class in adams.db.types
Column types for MySQL.
TypesMySQL() - Constructor for class adams.db.types.TypesMySQL
 
TypesPostgreSQL - Class in adams.db.types
Column types for PostgreSQL.
TypesPostgreSQL() - Constructor for class adams.db.types.TypesPostgreSQL
 
typesRequireTable() - Static method in class adams.db.MetaDataUtils
Returns the metadata types that require a table.
TypesSQLite - Class in adams.db.types
Column types for SQLite.
TypesSQLite() - Constructor for class adams.db.types.TypesSQLite
 
typesTipText() - Method in class adams.gui.visualization.object.objectannotations.colors.TypeColorMapping
Returns the tip text for this property.
typeSuffixTipText() - Method in class adams.data.conversion.ObjectAnnotationsToImageSegmentationLayers
Returns the tip text for this property.
typeSuffixTipText() - Method in class adams.data.objectfinder.ObjectsInPolygon
Returns the tip text for this property.
typeSuffixTipText() - Method in class adams.data.objectfinder.ObjectsInRegion
Returns the tip text for this property.
typeSuffixTipText() - Method in class adams.flow.transformer.CompareObjectTypes
Returns the tip text for this property.
typeSuffixTipText() - Method in class adams.flow.transformer.CountObjectsInPolygon
Returns the tip text for this property.
typeSuffixTipText() - Method in class adams.flow.transformer.CountObjectsInRegion
Returns the tip text for this property.
typeSuffixTipText() - Method in class adams.flow.transformer.draw.AbstractDrawObjectsFromReport
Returns the tip text for this property.
typeSuffixTipText() - Method in class adams.flow.transformer.MergeObjectLocations
Returns the tip text for this property.
typeSuffixTipText() - Method in class adams.gui.tools.previewbrowser.AnnotationsAndPredictionsFromReport
Returns the tip text for this property.
typeSuffixTipText() - Method in class adams.gui.tools.previewbrowser.DeepLabCutCSVHandler
Returns the tip text for this property.
typeSuffixTipText() - Method in class adams.gui.tools.previewbrowser.DetectronAnnotationsHandler
Returns the tip text for this property.
typeSuffixTipText() - Method in class adams.gui.tools.previewbrowser.ObjectCentersFromReport
Returns the tip text for this property.
typeSuffixTipText() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
Returns the tip text for this property.
typeSuffixTipText() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
Returns the tip text for this property.
typeSuffixTipText() - Method in class adams.gui.tools.previewbrowser.PointsFromReportHandler
Returns the tip text for this property.
typeSuffixTipText() - Method in class adams.gui.tools.previewbrowser.YoloAnnotationsHandler
Returns the tip text for this property.
typeSuffixTipText() - Method in class adams.gui.visualization.image.AbstractObjectOverlayFromReport
Returns the tip text for this property.
typeSuffixTipText() - Method in class adams.gui.visualization.image.AbstractPointOverlayFromReport
Returns the tip text for this property.
typeSuffixTipText() - Method in class adams.gui.visualization.image.AbstractReportBasedOverlayHelper
Returns the tip text for this property.
typeSuffixTipText() - Method in class adams.gui.visualization.object.overlay.AbstractObjectOverlayFromReport
Returns the tip text for this property.
typeSuffixTipText() - Method in class adams.gui.visualization.object.overlay.AbstractPointOverlayFromReport
Returns the tip text for this property.
typeTipText() - Method in class adams.core.discovery.genetic.AbstractGeneticDoubleDiscoveryHandler
Returns the tip text for this property.
typeTipText() - Method in class adams.core.discovery.genetic.AbstractGeneticFloatDiscoveryHandler
Returns the tip text for this property.
typeTipText() - Method in class adams.core.discovery.genetic.AbstractGeneticIntegerDiscoveryHandler
Returns the tip text for this property.
typeTipText() - Method in class adams.core.io.filechanged.AbstractMessageDigestBasedMonitor
Returns the tip text for this property.
typeTipText() - Method in class adams.data.boofcv.transformer.CannyEdgeDetection
Returns the tip text for this property.
typeTipText() - Method in class adams.data.boofcv.transformer.ImageType
Returns the tip text for this property.
typeTipText() - Method in class adams.data.compare.DataContainer
Returns the tip text for this property.
typeTipText() - Method in class adams.data.conversion.Base64ToByteArray
Returns the tip text for this property.
typeTipText() - Method in class adams.data.conversion.Base64ToString
Returns the tip text for this property.
typeTipText() - Method in class adams.data.conversion.ByteArrayToBase64
Returns the tip text for this property.
typeTipText() - Method in class adams.data.conversion.ByteArrayToPrimitiveArray
Returns the tip text for this property.
typeTipText() - Method in class adams.data.conversion.PrimitiveArrayToByteArray
Returns the tip text for this property.
typeTipText() - Method in class adams.data.conversion.StringToBase64
Returns the tip text for this property.
typeTipText() - Method in class adams.data.conversion.StringToJson
Returns the tip text for this property.
typeTipText() - Method in class adams.data.filter.TimeseriesRound
Returns the tip text for this property.
typeTipText() - Method in class adams.data.image.transformer.ImageType
Returns the tip text for this property.
typeTipText() - Method in class adams.data.image.transformer.ThresholdReplacement
Returns the tip text for this property.
typeTipText() - Method in class adams.data.objectfinder.Size
Returns the tip text for this property.
typeTipText() - Method in class adams.data.opencv.transformer.Resize
Returns the tip text for this property.
typeTipText() - Method in class adams.data.opencv.transformer.Threshold
Returns the tip text for this property.
typeTipText() - Method in class adams.data.spreadsheet.cellfinder.CellTypeRange
Returns the tip text for this property.
typeTipText() - Method in class adams.db.LogEntryConditions
Returns the tip text for this property.
typeTipText() - Method in class adams.flow.control.Injector
Returns the tip text for this property.
typeTipText() - Method in class adams.flow.control.PlotProcessor
Returns the tip text for this property.
typeTipText() - Method in class adams.flow.sink.LargeObjectDbWriter
Returns the tip text for this property.
typeTipText() - Method in class adams.flow.source.CurrentTime
Returns the tip text for this property.
typeTipText() - Method in class adams.flow.source.LargeObjectDbReader
Returns the tip text for this property.
typeTipText() - Method in class adams.flow.source.SelectDateTime
Returns the tip text for this property.
typeTipText() - Method in class adams.flow.source.SQLIdSupplier
Returns the tip text for this property.
typeTipText() - Method in class adams.flow.source.valuedefinition.DefaultValueDefinition
Returns the tip text for this property.
typeTipText() - Method in class adams.flow.standalone.DeleteStorageValue
Returns the tip text for this property.
typeTipText() - Method in class adams.flow.standalone.DeleteVariable
Returns the tip text for this property.
typeTipText() - Method in class adams.flow.transformer.AbstractDeleteReportValue
Returns the tip text for this property.
typeTipText() - Method in class adams.flow.transformer.AccessDatabaseInfo
Returns the tip text for this property.
typeTipText() - Method in class adams.flow.transformer.Copy
Returns the tip text for this property.
typeTipText() - Method in class adams.flow.transformer.DeleteStorageValue
Returns the tip text for this property.
typeTipText() - Method in class adams.flow.transformer.DeleteVariable
Returns the tip text for this property.
typeTipText() - Method in class adams.flow.transformer.Diff
Returns the tip text for this property.
typeTipText() - Method in class adams.flow.transformer.draw.Pixel
Returns the tip text for this property.
typeTipText() - Method in class adams.flow.transformer.FileInfo
Returns the tip text for this property.
typeTipText() - Method in class adams.flow.transformer.ImageInfo
Returns the tip text for this property.
typeTipText() - Method in class adams.flow.transformer.ImageObjectInfo
Returns the tip text for this property.
typeTipText() - Method in class adams.flow.transformer.IndexedSplitsRunsEvaluation
Returns the tip text for this property.
typeTipText() - Method in class adams.flow.transformer.IndexedSplitsRunsPredictions
Returns the tip text for this property.
typeTipText() - Method in class adams.flow.transformer.JsonFileReader
Returns the tip text for this property.
typeTipText() - Method in class adams.flow.transformer.MakePlotContainer
Returns the tip text for this property.
typeTipText() - Method in class adams.flow.transformer.Mat5ArrayInfo
Returns the tip text for this property.
typeTipText() - Method in class adams.flow.transformer.Mat5FileInfo
Returns the tip text for this property.
typeTipText() - Method in class adams.flow.transformer.Mat5StructInfo
Returns the tip text for this property.
typeTipText() - Method in class adams.flow.transformer.MergeReport
Returns the tip text for this property.
typeTipText() - Method in class adams.flow.transformer.MessageDigest
Returns the tip text for this property.
typeTipText() - Method in class adams.flow.transformer.PDFAppendDocument
Returns the tip text for this property.
typeTipText() - Method in class adams.flow.transformer.PDFInfo
Returns the tip text for this property.
typeTipText() - Method in class adams.flow.transformer.SetImageObjectMetaData
Returns the tip text for this property.
typeTipText() - Method in class adams.flow.transformer.SetJsonValue
Returns the tip text for this property.
typeTipText() - Method in class adams.flow.transformer.SetMapValue
Returns the tip text for this property.
typeTipText() - Method in class adams.flow.transformer.SpreadSheetExtractArray
Returns the tip text for this property.
typeTipText() - Method in class adams.flow.transformer.SpreadSheetInfo
Returns the tip text for this property.
typeTipText() - Method in class adams.flow.transformer.StringCut
Returns the tip text for this property.
typeTipText() - Method in class adams.flow.transformer.StringRangeCut
Returns the tip text for this property.
typeTipText() - Method in class adams.flow.transformer.TimeseriesInfo
Returns the tip text for this property.
typeTipText() - Method in class adams.flow.transformer.WekaClassifierInfo
Returns the tip text for this property.
typeTipText() - Method in class adams.flow.transformer.WekaClustererInfo
Returns the tip text for this property.
typeTipText() - Method in class adams.flow.transformer.WekaEvaluationInfo
Returns the tip text for this property.
typeTipText() - Method in class adams.flow.transformer.WekaExtractArray
Returns the tip text for this property.
typeTipText() - Method in class adams.flow.transformer.WekaInstancesInfo
Returns the tip text for this property.
typeTipText() - Method in class adams.flow.transformer.YamlFileReader
Returns the tip text for this property.
typeTipText() - Method in class adams.gui.print.BufferedImageBasedWriter
Returns the tip text for this property.
typeTipText() - Method in class adams.gui.visualization.core.AxisPanelOptions
Returns the tip text for this property.
typeTipText() - Method in class adams.gui.visualization.jfreechart.shape.Cross
Returns the tip text for this property.
typeTipText() - Method in class adams.gui.visualization.jfreechart.shape.Triangle
Returns the tip text for this property.
typeTipText() - Method in class adams.scripting.command.basic.StopEngine
Returns the tip text for this property.
typeTipText() - Method in class weka.filters.unsupervised.attribute.NominalToNumeric
Returns the tip text for this property.

U

U - adams.data.image.YUVChannel
 
U - adams.data.statistics.SPCUtils.Chart
 
UChart - Class in adams.data.spc
Generates data for a u chart.

For more information see:
QICacros.
UChart() - Constructor for class adams.data.spc.UChart
 
UI_DIVIDERLOCATION - Static variable in class adams.gui.tools.wekainvestigator.tab.classifytab.output.perfold.PerFoldMultiPagePane
 
UISettings - Class in adams.gui.core
Class for keeping track of parameters for panels, like divider locations.
UISettings() - Constructor for class adams.gui.core.UISettings
 
UISettingsSupporter - Interface in adams.gui.core
Interface for classes that support storing of UI settings.
UKRAINIAN - adams.flow.core.TesseractLanguage
 
UMINUS - Static variable in interface adams.parser.basedate.sym
 
UMINUS - Static variable in interface adams.parser.basedatetime.sym
 
UMINUS - Static variable in interface adams.parser.basedatetimemsec.sym
 
UMINUS - Static variable in interface adams.parser.basetime.sym
 
UMINUS - Static variable in interface adams.parser.basetimemsec.sym
 
UMINUS - Static variable in interface adams.parser.booleanexpression.sym
 
UMINUS - Static variable in interface adams.parser.lookupupdate.sym
 
UMINUS - Static variable in interface adams.parser.mathematicalexpression.sym
 
UMINUS - Static variable in interface adams.parser.spreadsheetformula.sym
 
UMINUS - Static variable in interface adams.parser.stringexpression.sym
 
UNARY_ATTRIBUTES - adams.flow.core.Capability
can handle unary attributes.
UNARY_CLASS - adams.flow.core.Capability
can handle unary classes.
UnBackQuote - Class in adams.data.conversion
Reverses backquoting, i.e., removes the escaping with backslash, restoring characters like quotes (single and double), new lines, tabs.

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

Valid options are:

UnBackQuote() - Constructor for class adams.data.conversion.UnBackQuote
 
unbackQuoteChars(String) - Static method in class adams.core.Utils
The inverse operation of backQuoteChars().
unbackQuoteChars(String, String[], char[]) - Static method in class adams.core.Utils
The inverse operation of backQuoteChars().
unblockExecution() - Method in class adams.flow.execution.Debug
Unblocks the flow execution.
UnBzip2 - Class in adams.flow.transformer
Decompresses an archive that was compressed with bzip2.
UnBzip2() - Constructor for class adams.flow.transformer.UnBzip2
 
UNCHANGED - adams.core.base.BaseList.Conversion
unchanged.
uncheck(int[]) - Method in class adams.gui.core.CheckableTableModel
Marks the rows as unchecked.
unComment(String, String) - Static method in class adams.core.Utils
Removes the comment characters from the start of each line.
uncompressedInputTipText() - Method in class adams.data.io.input.GnumericSpreadSheetReader
Returns the tip text for this property.
uncompressedOutputTipText() - Method in class adams.data.io.output.GnumericSpreadSheetWriter
Returns the tip text for this property.
UNDEFINED - adams.flow.core.ActorExecution
undefined.
UNDEFINED - Static variable in class adams.gui.core.FilterPanel
for undefined layout.
UNDERLINE - Static variable in class adams.core.io.PdfFont
the string for UNDERLINE.
undirectedWeightedAdjacencyToLaplacian(Matrix, SGTUtils.LaplacianType) - Static method in class edu.umbc.cs.maple.utils.SGTUtils
Computes the Laplacian matrix for an undirected weighted adjacency matrix A.
undo() - Method in class adams.gui.core.AbstractTextAreaPanelWithAdvancedSyntaxHighlighting
Performs an undo, if possible.
undo() - Method in class adams.gui.core.StyledTextEditorPanel
Performs an undo, if possible.
undo() - Method in class adams.gui.core.TextEditorPanel
Performs an undo, if possible.
undo() - Method in class adams.gui.core.Undo
Returns the object from the next undo step and removes it from its internal list.
undo() - Method in interface adams.gui.core.UndoHandlerWithQuickAccess
Performs an undo if possible.
undo() - Method in class adams.gui.flow.FlowPanel
performs an undo if possible.
undo() - Method in class adams.gui.tools.ImageProcessorPanel
performs an undo if possible.
undo() - Method in class adams.gui.tools.wekainvestigator.data.AbstractDataContainer
Performs an undo if possible.
undo() - Method in class adams.gui.visualization.image.ImagePanel
performs an undo if possible.
undo() - Method in class adams.gui.visualization.image.ImageViewerPanel
performs an undo if possible.
undo() - Method in class adams.gui.visualization.instances.InstancesTable
undoes the last action
undo() - Method in class adams.gui.visualization.instances.InstancesTableModel
undoes the last action
undo() - Method in class adams.gui.visualization.object.ObjectAnnotationPanel
performs an undo if possible.
undo() - Method in class adams.gui.visualization.segmentation.layer.LayerManager
performs an undo if possible.
undo() - Method in class adams.gui.visualization.segmentation.SegmentationPanel
Performs an undo.
undo() - Method in class adams.gui.visualization.timeseries.TimeseriesExplorer
performs an undo if possible.
undo() - Method in class weka.gui.explorer.ExplorerExt
Performs an undo.
undo(boolean) - Method in class adams.gui.core.Undo
Returns the object from the next undo step and removes it from its internal list.
undo(int[]) - Method in class adams.gui.tools.wekainvestigator.tab.AbstractInvestigatorTabWithDataTable
Performs undo on the selected rows.
Undo - Class in adams.gui.core
A general Undo/Redo-mechanism: stores objects either in memory or on disk.
Undo() - Constructor for class adams.gui.core.Undo
Initializes the undo mechanism.
Undo(Class) - Constructor for class adams.gui.core.Undo
Initializes the undo mechanism for the specified class (in memory).
Undo(Class, boolean) - Constructor for class adams.gui.core.Undo
Initializes the undo mechanism for the specified class.
UNDO - adams.gui.event.UndoEvent.UndoType
performed an "undo".
UNDO_DISABLED - Static variable in class adams.gui.event.WekaInvestigatorDataEvent
undo disabled.
UNDO_ENABLED - Static variable in class adams.gui.event.WekaInvestigatorDataEvent
undo enabled.
Undo.UndoPoint - Class in adams.gui.core
Represents a single undo point, i.e., data and comment.
UndoEvent - Class in adams.gui.event
An event that gets sent in case of an Undo event (add, undo).
UndoEvent(Object, Undo.UndoPoint, UndoEvent.UndoType, boolean) - Constructor for class adams.gui.event.UndoEvent
Initializes the event.
UndoEvent.UndoType - Enum in adams.gui.event
The enum of event types.
UndoHandler - Interface in adams.gui.core
Interface for classes that support an optional undo-mechanism.
UndoHandlerWithQuickAccess - Interface in adams.gui.core
Extended UndoHandler with quick access methods for performing undo/redo.
UndoListener - Interface in adams.gui.event
Interface for classes that listen to Undo events.
undoOccurred(UndoEvent) - Method in interface adams.gui.event.UndoListener
An undo event, like add or remove, has occurred.
undoOccurred(UndoEvent) - Method in class adams.gui.flow.FlowControlCenterPanel
An undo event occurred.
undoOccurred(UndoEvent) - Method in class adams.gui.flow.FlowEditorPanel
An undo event occurred.
undoOccurred(UndoEvent) - Method in class adams.gui.flow.FlowPanel
An undo event occurred.
undoOccurred(UndoEvent) - Method in class adams.gui.tools.wekainvestigator.data.AbstractDataContainer
An undo event, like add or remove, has occurred.
undoOccurred(UndoEvent) - Method in class adams.gui.tools.wekainvestigator.tab.AbstractInvestigatorTabWithEditableDataTable
An undo event, like add or remove, has occurred.
undoOccurred(UndoEvent) - Method in class adams.gui.visualization.image.ImagePanel
An undo event, like add or remove, has occurred.
undoOccurred(UndoEvent) - Method in class adams.gui.visualization.object.ObjectAnnotationPanel
An undo event, like add or remove, has occurred.
undoOccurred(UndoEvent) - Method in class adams.gui.visualization.segmentation.layer.LayerManager
An undo event, like add or remove, has occurred.
undoOccurred(UndoEvent) - Method in class adams.gui.visualization.segmentation.SegmentationPanel
An undo event, like add or remove, has occurred.
undoOccurred(UndoEvent) - Method in class adams.gui.visualization.timeseries.TimeseriesExplorer
An undo event occurred.
undoPageClose() - Method in class adams.gui.core.MultiPagePane
Performs an undo of a page close.
UndoPanel - Class in adams.gui.core
A panel with the ability for undo.
UndoPanel() - Constructor for class adams.gui.core.UndoPanel
Initializes the panel, the undo mechanism holds the undo list in memory.
UndoPanel(Class, boolean) - Constructor for class adams.gui.core.UndoPanel
Initializes the panel, the undo mechanism holds the undo list either in memory or stores the objects on disk.
UndoPoint(Object, String) - Constructor for class adams.gui.core.Undo.UndoPoint
Initializes the undo point.
undoTabClose() - Method in class adams.gui.core.BaseTabbedPane
Performs an undo of a tab close.
unDoubleQuote(String) - Static method in class adams.core.Utils
unquotes are previously quoted string (but only if necessary), i.e., it removes the double quotes around it.
unDoubleUpQuotes(String, char, String[], char[]) - Static method in class adams.core.Utils
Surrounds the strings with the specified quotes.
unescape(String) - Static method in class adams.data.report.AbstractField
Unescapes the name.
unEscape(String) - Method in class adams.gui.goe.BaseRegExpEditor
Unescapes the string if necessary.
unescapeName(String) - Static method in class adams.core.AbstractDataBackedRange
Unescapes the name, if necessary.
unescapeUnicode(String) - Static method in class adams.core.Utils
Unescapes unicode sequences and stores them as unicode characters instead.
unfoldFileArrayTipText() - Method in class adams.flow.template.IterateFilesWithProgressBar
Returns the tip text for this property.
ungroup(BinnableGroup<T>) - Static method in class adams.data.binning.operation.Grouping
Unravels the grouped binnable items into a single list again.
ungroupMap(Map<String, BinnableGroup<T>>, boolean) - Static method in class adams.data.binning.operation.Grouping
Unravels the grouped binnable items into a single list again.
UNHANDLED_DIALOG - Static variable in class adams.gui.chooser.AbstractExtensionFileFilterFileChooser
unhandled type of dialog.
UNHANDLED_DIALOG - Static variable in class adams.gui.print.JComponentWriterFileChooser
unhandled type of dialog.
unhandledContainer(AbstractContainer, MessageCollection) - Method in class adams.flow.core.AbstractModelLoader
Adds an "unhandled container type" error message.
unhandledData() - Method in class adams.flow.core.Token
Returns an error string with the class type of the payload.
unhandledTipText() - Method in class adams.data.conversion.SpreadSheetToNumeric
Returns the tip text for this property.
unified(File, File) - Static method in class adams.core.DiffUtils
Generates a unified diff for the two files.
unified(List<String>, List<String>) - Static method in class adams.core.DiffUtils
Generates a unified diff for the two lists.
UNIFIED - adams.flow.transformer.Diff.DiffType
unified.
Uniform - Class in adams.data.distribution
Uniform distribution.
Uniform() - Constructor for class adams.data.distribution.Uniform
 
UNIFORM - weka.classifiers.trees.XGBoost.SampleType
 
uninstall() - Method in class adams.gui.visualization.object.annotator.AbstractAnnotator
Uninstalls the annotator with the owner.
union(Notes) - Method in class adams.data.Notes
Merges the currently stored notes with the specified ones and returns the new notes (the current ones aren't changed).
union(Timeseries, Timeseries) - Static method in class adams.data.timeseries.TimeseriesUtils
Returns the union of the two timeseries "a" and "b".
UNION - adams.data.areaoverlap.AreaType
 
UNION - adams.flow.control.removeoutliers.MultiOutlierDetector.Combination
 
Unique - Class in adams.data.spreadsheet.colstatistic
Counts the unique occurrences of numeric/string values.
Unique - Class in adams.data.spreadsheet.rowstatistic
Counts the unique occurrences of numeric/string values.
Unique() - Constructor for class adams.data.spreadsheet.colstatistic.Unique
 
Unique() - Constructor for class adams.data.spreadsheet.rowstatistic.Unique
 
uniqueCounts(byte[]) - Static method in class adams.data.statistics.StatUtils
Returns all the unique numbers in the array.
uniqueCounts(double[]) - Static method in class adams.data.statistics.StatUtils
Returns all the counts for the unique numbers in the array.
uniqueCounts(float[]) - Static method in class adams.data.statistics.StatUtils
Returns all the unique numbers in the array.
uniqueCounts(int[]) - Static method in class adams.data.statistics.StatUtils
Returns all the unique numbers in the array.
uniqueCounts(long[]) - Static method in class adams.data.statistics.StatUtils
Returns all the unique numbers in the array.
uniqueCounts(short[]) - Static method in class adams.data.statistics.StatUtils
Returns all the unique numbers in the array.
UniqueID - Class in adams.flow.transformer
Ensures that all passing through tokens that implement adams.data.id.MutableIDHandler have a unique ID.
All other tokens are just forwarded as is.
UniqueID() - Constructor for class adams.flow.transformer.UniqueID
 
UniqueIDHandler - Interface in adams.core
Interface for objects that support unique IDs.
UniqueIDs - Class in adams.core
Class for creating unique IDs.
UniqueIDs() - Constructor for class adams.core.UniqueIDs
 
uniqueIDTipText() - Method in class adams.flow.transformer.SpreadSheetMerge
Returns the tip text for this property.
uniqueIDTipText() - Method in class adams.flow.transformer.spreadsheetmethodmerge.JoinOnID
Gets the tip-text for the unique ID option.
uniqueIDTipText() - Method in class adams.flow.transformer.wekadatasetsmerge.JoinOnID
Gets the tip-text for the unique ID option.
uniqueIDTipText() - Method in class adams.flow.transformer.WekaInstancesMerge
Returns the tip text for this property.
uniqueKey(String) - Method in class adams.data.spreadsheet.HeaderRow
Ensures that the key is not yet present.
uniqueName(Actor, ActorHandler, int) - Static method in class adams.flow.core.ActorUtils
Updates the name of the actor to make it unique among all the other actors of the given handler.
uniqueName(Actor, Set<String>) - Static method in class adams.flow.core.ActorUtils
Updates the name of the actor to make it unique among all the other specified names.
uniqueName(Actor, Set<String>, boolean) - Static method in class adams.flow.core.ActorUtils
Updates the name of the actor to make it unique among all the other specified names.
uniqueNames(Actor[]) - Static method in class adams.flow.core.ActorUtils
Updates the names of the actors to make then unique among all of them.
uniqueTipText() - Method in class adams.flow.transformer.Sort
Returns the tip text for this property.
uniqueTipText() - Method in class adams.flow.transformer.SpreadSheetSort
Returns the tip text for this property.
uniqueValues(byte[]) - Static method in class adams.data.statistics.StatUtils
Returns all the unique numbers in the array.
uniqueValues(double[]) - Static method in class adams.data.statistics.StatUtils
Returns all the unique numbers in the array.
uniqueValues(double[]) - Static method in class edu.umbc.cs.maple.utils.MathUtils
Determines the unique values of v.
uniqueValues(float[]) - Static method in class adams.data.statistics.StatUtils
Returns all the unique numbers in the array.
uniqueValues(int[]) - Static method in class adams.data.statistics.StatUtils
Returns all the unique numbers in the array.
uniqueValues(int[]) - Static method in class edu.umbc.cs.maple.utils.MathUtils
Determines the unique values of v.
uniqueValues(long[]) - Static method in class adams.data.statistics.StatUtils
Returns all the unique numbers in the array.
uniqueValues(short[]) - Static method in class adams.data.statistics.StatUtils
Returns all the unique numbers in the array.
uniqueValues(SpreadSheet) - Static method in class adams.data.spreadsheet.SpreadSheetUtils
Returns a sorted list of all unique values in the spreadsheet (excludes missing values).
UniqueValues - Class in adams.gui.core.spreadsheettable
Displays all the unique values in the column.
UniqueValues() - Constructor for class adams.gui.core.spreadsheettable.UniqueValues
 
UNIT_INCREMENT - Static variable in class adams.gui.core.BaseScrollPane
the default unit increment for the scrollbars.
Unknown - Class in adams.flow.core
Dummy class, only used for input/output definitions of actors.
Unknown() - Constructor for class adams.flow.core.Unknown
 
UNKNOWN - adams.core.License
UNKNOWN.
UNKNOWN - adams.data.report.DataType
unknown type.
UNKNOWN - Static variable in class adams.flow.core.CallableActorReference
the "unknown" reference.
UNKNOWN_ATTRIBUTE - adams.ml.capabilities.Capability
 
UNKNOWN_CLASS - adams.ml.capabilities.Capability
 
UNKNOWN_LABEL - Static variable in interface adams.data.objectoverlap.ObjectOverlap
the placeholder for unknown label.
UnknownToUnknown - Class in adams.data.conversion
Dummy converter, does not perform any conversion.
UnknownToUnknown() - Constructor for class adams.data.conversion.UnknownToUnknown
 
unlimitedRenderingTipText() - Method in class adams.data.conversion.TextRenderer
Returns the tip text for this property.
unlimitedRenderingTipText() - Method in class adams.flow.transformer.TextRenderer
Returns the tip text for this property.
unlimitedRenderingTipText() - Method in class adams.gui.visualization.debug.objectexport.PlainTextExporter
Returns the tip text for this property.
unlimitedRenderingTipText() - Method in class adams.gui.visualization.debug.objectexport.RenderedPlainTextExporter
Returns the tip text for this property.
UnLzf - Class in adams.flow.transformer
Decompresses an archive that was compressed with LZF.
UnLzf() - Constructor for class adams.flow.transformer.UnLzf
 
UnLzma - Class in adams.flow.transformer
Decompresses an archive that was compressed with LZMA (7zip).
UnLzma() - Constructor for class adams.flow.transformer.UnLzma
 
unmarkFinalPage(AbstractWizardPage) - Method in class adams.gui.wizard.WizardPaneWithBranches
Unmarks the page as a final one (for the finish button to be displayed).
unmaskEscapedDots(String) - Method in class adams.gui.goe.actorpathtree.ActorPathTree
Un-masks the masked escaped dots.
UNNAMED_SHEET_PREFIX - Static variable in class adams.gui.tools.previewbrowser.AbstractSpreadSheetHandler
the prefix for unnamed sheets.
UnorderedList - Class in adams.doc.xhtml
The UL tag.
UnorderedList() - Constructor for class adams.doc.xhtml.UnorderedList
Initializes the list.
UnorderedRange - Class in adams.core
Like Range, but enforces no ordering on indices.
UnorderedRange() - Constructor for class adams.core.UnorderedRange
Initializes with no range.
UnorderedRange(String) - Constructor for class adams.core.UnorderedRange
Initializes with the given range, but no maximum.
UnorderedRange(String, int) - Constructor for class adams.core.UnorderedRange
Initializes with the given range and maximum.
UnorderedRangeEditor - Class in adams.gui.goe
A PropertyEditor for Range objects.
UnorderedRangeEditor() - Constructor for class adams.gui.goe.UnorderedRangeEditor
 
UnorderedRangeParsing - Class in adams.core.option.parsing
For parsing UnorderedRange options.
UnorderedRangeParsing() - Constructor for class adams.core.option.parsing.UnorderedRangeParsing
 
unpack(PropertyPath.PropertyContainer, String) - Method in class adams.core.discovery.genetic.AbstractGeneticDiscoveryHandler
Unpacks and applies the bits from the genetic algorithm.
unprunedTipText() - Method in class weka.classifiers.trees.m5.M5Base2
Returns the tip text for this property
UNPUBLISHED - adams.core.TechnicalInformation.Type
A document having an author and title, but not formally published.
unquote(String) - Static method in class adams.core.Utils
unquotes are previously quoted string (but only if necessary), i.e., it removes the single quotes around it.
unquote(String) - Method in class adams.data.io.input.CsvSpreadSheetReader.ChunkReader
Unquotes the given string.
unquote(String) - Method in class adams.data.io.input.SqlDumpSpreadSheetReader.ChunkReader
Unquotes the given string.
unquote(String, String) - Static method in class adams.core.Utils
unquotes are previously quoted string (but only if necessary), i.e., it removes the quote characters around it.
UnQuote - Class in adams.data.conversion
Removes the quotes (single or double) surrounding a string.
UnQuote() - Constructor for class adams.data.conversion.UnQuote
 
unquoteAttribute(String) - Method in class weka.core.converters.SimpleArffLoader
Unquotes the attribute name.
UnRAR - Class in adams.flow.transformer
Unrars a RAR archive and broadcasts the full file names of the extracted files.
UnRAR() - Constructor for class adams.flow.transformer.UnRAR
 
unregister() - Method in class adams.gui.visualization.container.ContainerModel
Unregisters this model as listener.
UNSET - Static variable in class adams.flow.transformer.ImageAnnotator
 
unsetActiveFlow() - Method in class adams.gui.flow.FlowMultiPagePane
Unsets the active flow.
unsetTipText() - Method in class adams.flow.transformer.ClassSelector
Returns the tip text for this property.
unsetTipText() - Method in class adams.flow.transformer.WekaClassSelector
Returns the tip text for this property.
unsuccessfulDirTipText() - Method in class adams.flow.sink.SendRemoteCommand
Returns the tip text for this property.
UNSUPPORTED - adams.core.ObjectCopyHelper.CopyType
 
UnTar - Class in adams.flow.transformer
Decompresses a Tar archive and broadcasts the full file names of the extracted files.
UnTar() - Constructor for class adams.flow.transformer.UnTar
 
UNWEIGHTED_MACRO_F_MEASURE - adams.flow.core.EvaluationStatistic
 
UNWEIGHTED_MICRO_F_MEASURE - adams.flow.core.EvaluationStatistic
 
unwrap(Token) - Method in class adams.gui.clipboard.AbstractClipboardData
Unwraps the actual data from the token.
unwrap(Token) - Method in class adams.gui.clipboard.BufferedImage
Unwraps the actual data from the token.
unwrap(Token) - Method in class adams.gui.clipboard.String
Unwraps the actual data from the token.
unwrap(List<Binnable<T>>) - Static method in class adams.data.binning.operation.Wrapping
Unwraps the payloads from the binnable list.
unwrapDefaultHandler(EnhancingSingleHandler) - Static method in class adams.core.logging.LoggingHelper
Removes the layer introduced by the provided handler in the default handler, but only if wrapped.
unwrapModel(Object, MessageCollection) - Method in class adams.flow.core.AbstractModelLoader
Unwraps the model if necessary.
unwrapPrimitive(Object) - Static method in class adams.core.Utils
Unwraps the primitve from the BaseObject-derived object.
UnXz - Class in adams.flow.transformer
Decompresses an archive that was compressed with XZ.
UnXz() - Constructor for class adams.flow.transformer.UnXz
 
UnZIP - Class in adams.flow.transformer
Unzips a ZIP archive and broadcasts the full file names of the extracted files.
UnZIP() - Constructor for class adams.flow.transformer.UnZIP
 
UnZstd - Class in adams.flow.transformer
Decompresses an archive that was compressed with Zstd.
UnZstd() - Constructor for class adams.flow.transformer.UnZstd
 
UP - adams.gui.visualization.jfreechart.shape.Triangle.Type
 
UPCA - Class in adams.data.barcode.encode
Draws a UPCA barcode at a specified location and size.Digits must be 11 (checksum gets calculated) or 12 (incl.
UPCA() - Constructor for class adams.data.barcode.encode.UPCA
 
update() - Method in class adams.data.report.Report
Updates certain dependant fields.
update() - Method in class adams.db.AbstractConditions
Automatically corrects values, but does not throw any exceptions.
update() - Method in class adams.db.LogEntryConditions
Automatically corrects values.
update() - Method in class adams.flow.execution.debug.ControlPanel
Updates the enabled status of the buttons, text fields and other widget updates.
update() - Method in class adams.flow.transformer.pixelselector.PixelSelectorPanel
Updates the report/image.
update() - Method in class adams.gui.core.ErrorMessagePanel
Updates the display.
update() - Method in class adams.gui.core.FileListWithButtons
Updates buttons etc.
update() - Method in class adams.gui.core.FilePanel
Updates the view.
update() - Method in class adams.gui.core.GUIPrompt
Stores the properties on disk.
update() - Method in class adams.gui.core.MemoryMonitorPanel
Updates the plot.
update() - Method in class adams.gui.core.MultiPagePane
Updates the content panel.
update() - Method in class adams.gui.core.ParameterPanel
Updates the layout.
update() - Method in class adams.gui.core.SplitPanelWithOptionalComponents
Updates the layout.
update() - Method in class adams.gui.core.SpreadSheetColumnComboBox
Updates the content of the combobox.
update() - Method in class adams.gui.dialog.AbstractDatabaseConnectionPanel
updates the enabled state content etc.
update() - Method in class adams.gui.dialog.DisplayEmailPanel
Updates the panel with the current email.
update() - Method in class adams.gui.dialog.TextPanel
Updates title and menu items.
update() - Method in class adams.gui.flow.FlowControlCenterPanel
updates the enabled state etc.
update() - Method in class adams.gui.flow.FlowEditorPanel
updates the enabled state etc.
update() - Method in class adams.gui.flow.FlowPanel
updates the enabled state etc.
update() - Method in class adams.gui.flow.FlowPanelNotificationArea
Updates the notification area.
update() - Method in class adams.gui.flow.FlowRunnerPanel
updates the enabled state etc.
update() - Method in interface adams.gui.flow.FlowWorkerHandler
updates the enabled state etc.
update() - Method in class adams.gui.flow.notificationareaaction.AbstractNotificationAreaAction
Updates the action.
update() - Method in class adams.gui.flow.notificationareaaction.CloseAndCleanUp
Updates the action.
update() - Method in class adams.gui.flow.notificationareaaction.Copy
Updates the action.
update() - Method in class adams.gui.flow.notificationareaaction.Print
Updates the action.
update() - Method in class adams.gui.flow.notificationareaaction.Save
Updates the action.
update() - Method in class adams.gui.flow.notificationareaaction.SendErrorReport
Updates the action.
update() - Method in class adams.gui.flow.setup.FlowSetupCellEditor
Updates the names listed in the combobox.
update() - Method in class adams.gui.flow.tab.GraphicalActorProcessorTab
Updates the panels.
update() - Method in class adams.gui.flow.tab.GraphicalFlowExecutionListenersTab
Updates the panels.
update() - Method in class adams.gui.flow.tab.ParsedErrorTab
Updates the panels.
update() - Method in class adams.gui.flow.tab.RegisteredDisplaysTab
Updates the panels.
update() - Method in class adams.gui.goe.InlineEditor
Updates the text field with the current value of the editor.
update() - Method in class adams.gui.selection.AbstractTableBasedSelectionDialog
updates the enabled state etc.
update() - Method in class adams.gui.tools.AbstractLogEntryViewerPanel
Updates buttons etc.
update() - Method in class adams.gui.tools.AbstractManagementPanel
Updates the enabled state of the widgets.
update() - Method in class adams.gui.tools.ConsoleOutputAnalyzerPanel
Updating the GUI.
update() - Method in class adams.gui.tools.FavoritesManagementPanel.AbstractFavoritesListModel
Updates the list.
update() - Method in class adams.gui.tools.FavoritesManagementPanel.FavoritesListModel
Updates the list.
update() - Method in class adams.gui.tools.FavoritesManagementPanel.SuperclassListModel
Updates the list.
update() - Method in class adams.gui.tools.FavoritesManagementPanel
Updates menu, buttons and title.
update() - Method in class adams.gui.tools.filecommander.AbstractFileCommanderAction
Updates the action.
update() - Method in class adams.gui.tools.filecommander.Actions
Updates the action.
update() - Method in class adams.gui.tools.filecommander.Bzip2
Updates the action.
update() - Method in class adams.gui.tools.filecommander.Gzip
Updates the action.
update() - Method in class adams.gui.tools.filecommander.Xz
Updates the action.
update() - Method in class adams.gui.tools.filecommander.Zip
Updates the action.
update() - Method in class adams.gui.tools.filecommander.Zstd
Updates the action.
update() - Method in class adams.gui.tools.findinfiles.AbstractFindInFilesAction
Updates the action with the current state of the owner.
update() - Method in class adams.gui.tools.ImageProcessorPanel
Updates the title and menu.
update() - Method in class adams.gui.tools.OptionTree
Updates the GUI.
update() - Method in class adams.gui.tools.PlaceholderManagementPanel
Updates menu, buttons and title.
update() - Method in class adams.gui.tools.previewbrowser.localfiles.AbstractLocalFilesAction
Updates the action.
update() - Method in class adams.gui.tools.previewbrowser.SerializedObjectPanel
Updates the view and available viewers.
update() - Method in class adams.gui.tools.PreviewBrowserPanel
Updates menu and title.
update() - Method in class adams.gui.tools.spreadsheetprocessor.AbstractWidget
Updates the widget.
update() - Method in class adams.gui.tools.spreadsheetprocessor.processors.FlowProcessor
Updates the widget.
update() - Method in class adams.gui.tools.spreadsheetprocessor.processors.PassThroughProcessor
Updates the widget.
update() - Method in class adams.gui.tools.spreadsheetprocessor.processors.QueryProcessor
Updates the widget.
update() - Method in class adams.gui.tools.spreadsheetprocessor.sources.ClipboardSource
Updates the widget.
update() - Method in class adams.gui.tools.spreadsheetprocessor.sources.DatabaseSource
Updates the widget.
update() - Method in class adams.gui.tools.spreadsheetprocessor.sources.FileBrowserSource
Updates the widget.
update() - Method in class adams.gui.tools.spreadsheetprocessor.sources.FileSource
Updates the widget.
update() - Method in class adams.gui.tools.spreadsheetprocessor.targets.ChartTarget
Updates the widget.
update() - Method in class adams.gui.tools.spreadsheetprocessor.targets.ClipboardTarget
Updates the widget.
update() - Method in class adams.gui.tools.spreadsheetprocessor.targets.DatabaseTarget
Updates the widget.
update() - Method in class adams.gui.tools.spreadsheetprocessor.targets.FileTarget
Updates the widget.
update() - Method in class adams.gui.tools.SpreadSheetProcessorPanel.WidgetPanel
Updates the widget.
update() - Method in class adams.gui.tools.spreadsheetviewer.SortDefinitionPanel
Resets the comboboxes.
update() - Method in class adams.gui.tools.spreadsheetviewer.SortPanel
Updates the display.
update() - Method in class adams.gui.tools.VariableManagementPanel
Updates menu, buttons and title.
update() - Method in class adams.gui.tools.wekainvestigator.datatable.action.AbstractEditableDataTableAction
Updates the action.
update() - Method in class adams.gui.tools.wekainvestigator.datatable.action.Append
Updates the action.
update() - Method in class adams.gui.tools.wekainvestigator.datatable.action.Compatibility
Updates the action.
update() - Method in class adams.gui.tools.wekainvestigator.datatable.action.Copy
Updates the action.
update() - Method in class adams.gui.tools.wekainvestigator.datatable.action.Merge
Updates the action.
update() - Method in class adams.gui.tools.wekainvestigator.datatable.action.Randomize
Updates the action.
update() - Method in class adams.gui.tools.wekainvestigator.datatable.action.RandomSubset
Updates the action.
update() - Method in class adams.gui.tools.wekainvestigator.datatable.action.RemoveTestSet
Updates the action.
update() - Method in class adams.gui.tools.wekainvestigator.datatable.action.Rename
Updates the action.
update() - Method in class adams.gui.tools.wekainvestigator.datatable.action.Revert
Updates the action.
update() - Method in class adams.gui.tools.wekainvestigator.datatable.action.Save
Updates the action.
update() - Method in class adams.gui.tools.wekainvestigator.datatable.action.SaveIndexedSplitsRuns
Updates the action.
update() - Method in class adams.gui.tools.wekainvestigator.datatable.action.Split
Updates the action.
update() - Method in class adams.gui.tools.wekainvestigator.evaluation.AbstractEvaluation
Updates the settings panel.
update() - Method in class adams.gui.tools.wekainvestigator.tab.associatetab.evaluation.Train
Updates the settings panel.
update() - Method in class adams.gui.tools.wekainvestigator.tab.attseltab.evaluation.CrossValidation
Updates the settings panel.
update() - Method in class adams.gui.tools.wekainvestigator.tab.attseltab.evaluation.Train
Updates the settings panel.
update() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.BuildModel
Updates the settings panel.
update() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.CrossValidation
Updates the settings panel.
update() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.FromPredictions
Updates the settings panel.
update() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.IndexedSplitsRunsEvaluation
Updates the settings panel.
update() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.ReevaluateModel
Updates the settings panel.
update() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.RepeatedCrossValidation
Updates the settings panel.
update() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.TrainTestSet
Updates the settings panel.
update() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.TrainTestSplit
Updates the settings panel.
update() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.TrainValidateTestSet
Updates the settings panel.
update() - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.BuildModel
Updates the settings panel.
update() - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.ClassesToClusters
Updates the settings panel.
update() - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.CrossValidation
Updates the settings panel.
update() - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.ReevaluateModel
Updates the settings panel.
update() - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.TrainTestSet
Updates the settings panel.
update() - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.TrainTestSplit
Updates the settings panel.
update() - Method in class adams.gui.tools.wekainvestigator.tab.experimenttab.setup.CrossValidationSetup
Updates the settings panel.
update() - Method in class adams.gui.tools.wekainvestigator.tab.experimenttab.setup.TrainTestSplitSetup
Updates the settings panel.
update() - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.attributeselaction.AbstractSelectedAttributesAction
Updates the action.
update() - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.attributeselaction.ConvertToDate
Updates the action.
update() - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.attributeselaction.ConvertToNominal
Updates the action.
update() - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.attributeselaction.ConvertToString
Updates the action.
update() - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.attributeselaction.Remove
Updates the action.
update() - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.attributeselaction.Rename
Updates the action.
update() - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.attributeselaction.ReorderAttributes
Updates the action.
update() - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.attributeselaction.UseAsClass
Updates the action.
update() - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.MultiAttributeSummaryPanel
Updates the display.
update() - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.MultiAttributeVisualizationPanel
Updates the display.
update() - Method in class adams.gui.tools.wekamultiexperimenter.analysis.AbstractAnalysisPanel
Updates the GUI.
update() - Method in class adams.gui.tools.wekamultiexperimenter.analysis.DefaultAnalysisPanel
Updates the GUI.
update() - Method in class adams.gui.tools.wekamultiexperimenter.runner.AbstractExperimentRunner
Updates the owner's state.
update() - Method in class adams.gui.tools.wekamultiexperimenter.setup.AbstractSetupOptionPanel
Performs GUI updates.
update() - Method in class adams.gui.tools.wekamultiexperimenter.setup.ClassifierPanel
Updates the buttons.
update() - Method in class adams.gui.tools.wekamultiexperimenter.setup.DatasetPanel
Updates the buttons.
update() - Method in class adams.gui.visualization.core.AbstractHistogramPanel
Updates the histograms.
update() - Method in class adams.gui.visualization.core.axis.AbstractAxisModel
Forces the panel to repaint itself.
update() - Method in class adams.gui.visualization.core.PaintablePanel
Updates the display.
update() - Method in class adams.gui.visualization.debug.DiffTextPane
Generates the diff view.
update() - Method in class adams.gui.visualization.image.AbstractObjectOverlayFromReport.LocatedObjectsPanel
Updates the display.
update() - Method in class adams.gui.visualization.image.AbstractPointOverlayFromReport.LocatedPointsPanel
Updates the display.
update() - Method in class adams.gui.visualization.image.ImagePanel.PaintPanel
Updates the image.
update() - Method in class adams.gui.visualization.image.ImageViewerPanel
Updates the title and menu.
update() - Method in class adams.gui.visualization.image.ObjectAnnotations.LocatedObjectsPanel
Updates the display.
update() - Method in class adams.gui.visualization.instance.InstanceComparePanel.DatasetPanel
Updates buttons, etc.
update() - Method in class adams.gui.visualization.instances.InstancesColumnComboBox
Updates the content of the combobox.
update() - Method in class adams.gui.visualization.instances.InstancesPanel
Updates the combobox.
update() - Method in class adams.gui.visualization.instances.instancestable.InstancesSortDefinitionPanel
Resets the comboboxes.
update() - Method in class adams.gui.visualization.instances.instancestable.InstancesSortPanel
Updates the display.
update() - Method in class adams.gui.visualization.object.CanvasPanel
Updates the image.
update() - Method in class adams.gui.visualization.object.ObjectAnnotationPanel
Updates the image, buttons, status.
update() - Method in class adams.gui.visualization.object.tools.AbstractTool
Called when image or annotations change.
update() - Method in interface adams.gui.visualization.object.tools.Tool
Called when image or annotations change.
update() - Method in class adams.gui.visualization.segmentation.layer.AbstractLayer
Notifies the change listeners.
update() - Method in class adams.gui.visualization.segmentation.layer.BackgroundLayer
Notifies the change listeners.
update() - Method in class adams.gui.visualization.segmentation.layer.CombinedLayer.CombinedSubLayer
Notifies the change listeners.
update() - Method in class adams.gui.visualization.segmentation.layer.CombinedLayer
Notifies the change listeners.
update() - Method in class adams.gui.visualization.segmentation.layer.ImageLayer
Notifies the change listeners.
update() - Method in class adams.gui.visualization.segmentation.layer.LayerManager
Notifies all change listeners and triggers a repaint.
update() - Method in class adams.gui.visualization.segmentation.layer.Markers
Triggers an update (if any markers).
update() - Method in class adams.gui.visualization.segmentation.layer.OverlayLayer
Notifies the change listeners.
update() - Method in class adams.gui.visualization.segmentation.SegmentationPanel
Updates buttons and manager.
update() - Method in class adams.gui.visualization.stats.boxplot.BoxPlotManager
Update the display with box plots required
update() - Method in class adams.gui.wizard.AbstractWizardPage
Updates the page.
update() - Method in class adams.gui.wizard.AbstractWizardPane
Updates all the pages.
update() - Method in class adams.gui.wizard.BranchSelectionPage
Updates the page.
update() - Method in class adams.gui.workspace.AbstractWorkspacePanel
Updates title and menu items.
update() - Method in class adams.parser.spreadsheetquery.ParserHelper
Sets to update cells.
update() - Method in class weka.gui.explorer.ExplorerExt
Updates title and menu items.
update(boolean) - Method in class adams.flow.execution.debug.ControlPanel
Updates the enabled status of the buttons, text fields and other widget updates.
update(boolean) - Method in class adams.gui.flow.tabhandler.GraphicalActorProcessorHandler
Notifies the GraphicalActorProcessorTab instance of a change.
update(boolean) - Method in class adams.gui.flow.tabhandler.GraphicalFlowExecutionListenersHandler
Notifies the GraphicalFlowExecutionListenersTab instance of a change.
update(boolean) - Method in class adams.gui.flow.tabhandler.ParsedErrorHandler
Notifies the ParsedErrorTab instance of a change.
update(boolean) - Method in class adams.gui.flow.tabhandler.RegisteredDisplaysHandler
Notifies the RegisteredDisplaysTab instance of a change.
update(boolean) - Method in class adams.gui.visualization.image.ImagePanel.PaintPanel
Updates the image.
update(boolean) - Method in class adams.gui.visualization.object.CanvasPanel
Updates the image.
update(boolean) - Method in class adams.gui.visualization.object.ObjectAnnotationPanel
Updates the image.
update(boolean) - Method in class adams.gui.visualization.segmentation.layer.Markers
Triggers an update.
update(double) - Method in class adams.flow.sink.ProgressBar.ProgressBarPanel
Updates the progress with the new current value.
update(LogEntry) - Method in class adams.db.generic.LogT
Updates a log entry.
update(LogEntry) - Method in class adams.db.LogF
Updates a log entry.
update(LogEntry) - Method in interface adams.db.LogIntf
Updates a log entry.
update(LogEntry) - Method in class adams.db.mirrored.LogT
Updates a log entry.
update(AbstractEnvironment) - Method in class adams.env.AbstractPropertiesDefinition
Updates the environment object with its definition for the props file (whether to add/replace/etc the values).
update(AbstractEnvironment) - Method in class adams.env.ActorSuggestionDefinition
Updates the environment object with its definition for the props file (whether to add/replace/etc the values).
update(AbstractEnvironment) - Method in class adams.env.ActorTemplateSuggestionDefinition
Updates the environment object with its definition for the props file (whether to add/replace/etc the values).
update(AbstractEnvironment) - Method in class adams.env.AdvancedScriptEditorTemplatesDefinition
Updates the environment object with its definition for the props file (whether to add/replace/etc the values).
update(AbstractEnvironment) - Method in class adams.env.BrowserDefinition
Updates the environment object with its definition for the props file (whether to add/replace/etc the values).
update(AbstractEnvironment) - Method in class adams.env.CharsetDefinition
Updates the environment object with its definition for the props file (whether to add/replace/etc the values).
update(AbstractEnvironment) - Method in class adams.env.ClassListerBlacklistDefinition
Updates the environment object with its definition for the props file (whether to add/replace/etc the values).
update(AbstractEnvironment) - Method in class adams.env.ClassListerDefinition
Updates the environment object with its definition for the props file (whether to add/replace/etc the values).
update(AbstractEnvironment) - Method in class adams.env.ClasspathBlacklistDefinition
Updates the environment object with its definition for the props file (whether to add/replace/etc the values).
update(AbstractEnvironment) - Method in class adams.env.ConditionsDefinition
Updates the environment object with its definition for the props file (whether to add/replace/etc the values).
update(AbstractEnvironment) - Method in class adams.env.ConversionDefinition
Updates the environment object with its definition for the props file (whether to add/replace/etc the values).
update(AbstractEnvironment) - Method in class adams.env.DatabaseConnectionDefinition
Updates the environment object with its definition for the props file (whether to add/replace/etc the values).
update(AbstractEnvironment) - Method in class adams.env.DbBackendDefinition
Updates the environment object with its definition for the props file (whether to add/replace/etc the values).
update(AbstractEnvironment) - Method in class adams.env.DriversDefinition
Updates the environment object with its definition for the props file (whether to add/replace/etc the values).
update(AbstractEnvironment) - Method in class adams.env.EmailDefinition
Updates the environment object with its definition for the props file (whether to add/replace/etc the values).
update(AbstractEnvironment) - Method in class adams.env.ExternalActorSuggestionDefinition
Updates the environment object with its definition for the props file (whether to add/replace/etc the values).
update(AbstractEnvironment) - Method in class adams.env.FlowControlCenterPanelDefinition
Updates the environment object with its definition for the props file (whether to add/replace/etc the values).
update(AbstractEnvironment) - Method in class adams.env.FlowDefinition
Updates the environment object with its definition for the props file (whether to add/replace/etc the values).
update(AbstractEnvironment) - Method in class adams.env.FlowEditorPanelDefinition
Updates the environment object with its definition for the props file (whether to add/replace/etc the values).
update(AbstractEnvironment) - Method in class adams.env.FlowEditorPanelMenuDefinition
Updates the environment object with its definition for the props file (whether to add/replace/etc the values).
update(AbstractEnvironment) - Method in class adams.env.FlowEditorTreePopupMenuDefinition
Updates the environment object with its definition for the props file (whether to add/replace/etc the values).
update(AbstractEnvironment) - Method in class adams.env.FlowEditorTreeQuickActionMenuDefinition
Updates the environment object with its definition for the props file (whether to add/replace/etc the values).
update(AbstractEnvironment) - Method in class adams.env.FlowRunnerPanelDefinition
Updates the environment object with its definition for the props file (whether to add/replace/etc the values).
update(AbstractEnvironment) - Method in class adams.env.FontsDefinition
Updates the environment object with its definition for the props file (whether to add/replace/etc the values).
update(AbstractEnvironment) - Method in class adams.env.GOEBlacklistDefinition
Updates the environment object with its definition for the props file (whether to add/replace/etc the values).
update(AbstractEnvironment) - Method in class adams.env.GOEEditorsDefinition
Updates the environment object with its definition for the props file (whether to add/replace/etc the values).
update(AbstractEnvironment) - Method in class adams.env.GUIHelperDefinition
Updates the environment object with its definition for the props file (whether to add/replace/etc the values).
update(AbstractEnvironment) - Method in class adams.env.ImageViewerPanelDefinition
Updates the environment object with its definition for the props file (whether to add/replace/etc the values).
update(AbstractEnvironment) - Method in class adams.env.InstanceCompareDefinition
Updates the environment object with its definition for the props file (whether to add/replace/etc the values).
update(AbstractEnvironment) - Method in class adams.env.InstanceExplorerDefinition
Updates the environment object with its definition for the props file (whether to add/replace/etc the values).
update(AbstractEnvironment) - Method in class adams.env.JenericCmdlineDefinition
Updates the environment object with its definition for the props file (whether to add/replace/etc the values).
update(AbstractEnvironment) - Method in class adams.env.JVisualVMDefinition
Updates the environment object with its definition for the props file (whether to add/replace/etc the values).
update(AbstractEnvironment) - Method in class adams.env.LocaleDefinition
Updates the environment object with its definition for the props file (whether to add/replace/etc the values).
update(AbstractEnvironment) - Method in class adams.env.LogEntryDBViewerPanelDefinition
Updates the environment object with its definition for the props file (whether to add/replace/etc the values).
update(AbstractEnvironment) - Method in class adams.env.LogEntryDefinition
Updates the environment object with its definition for the props file (whether to add/replace/etc the values).
update(AbstractEnvironment) - Method in class adams.env.LogEntryViewerPanelDefinition
Updates the environment object with its definition for the props file (whether to add/replace/etc the values).
update(AbstractEnvironment) - Method in class adams.env.MemoryMonitorDefinition
Updates the environment object with its definition for the props file (whether to add/replace/etc the values).
update(AbstractEnvironment) - Method in class adams.env.ModuleDefinition
Updates the environment object with its definition for the props file (whether to add/replace/etc the values).
update(AbstractEnvironment) - Method in class adams.env.NewInstanceDefinition
Updates the environment object with its definition for the props file (whether to add/replace/etc the values).
update(AbstractEnvironment) - Method in class adams.env.OptionManagerDefinition
Updates the environment object with its definition for the props file (whether to add/replace/etc the values).
update(AbstractEnvironment) - Method in class adams.env.OptionsDefinition
Updates the environment object with its definition for the props file (whether to add/replace/etc the values).
update(AbstractEnvironment) - Method in class adams.env.PerformanceDefinition
Updates the environment object with its definition for the props file (whether to add/replace/etc the values).
update(AbstractEnvironment) - Method in class adams.env.PlaceholdersDefinition
Updates the environment object with its definition for the props file (whether to add/replace/etc the values).
update(AbstractEnvironment) - Method in class adams.env.PreviewBrowserPanelDefinition
Updates the environment object with its definition for the props file (whether to add/replace/etc the values).
update(AbstractEnvironment) - Method in class adams.env.ProxyDefinition
Updates the environment object with its definition for the props file (whether to add/replace/etc the values).
update(AbstractEnvironment) - Method in class adams.env.ScriptingDialogDefinition
Updates the environment object with its definition for the props file (whether to add/replace/etc the values).
update(AbstractEnvironment) - Method in class adams.env.ScriptingEngineDefinition
Updates the environment object with its definition for the props file (whether to add/replace/etc the values).
update(AbstractEnvironment) - Method in class adams.env.ScriptingLoggerDefinition
Updates the environment object with its definition for the props file (whether to add/replace/etc the values).
update(AbstractEnvironment) - Method in class adams.env.SequenceViewerDefinition
Updates the environment object with its definition for the props file (whether to add/replace/etc the values).
update(AbstractEnvironment) - Method in class adams.env.SimpleScriptEditorTemplatesDefinition
Updates the environment object with its definition for the props file (whether to add/replace/etc the values).
update(AbstractEnvironment) - Method in class adams.env.SMBDefinition
Updates the environment object with its definition for the props file (whether to add/replace/etc the values).
update(AbstractEnvironment) - Method in class adams.env.SpreadSheetExplorerDefinition
Updates the environment object with its definition for the props file (whether to add/replace/etc the values).
update(AbstractEnvironment) - Method in class adams.env.SSLDefinition
Updates the environment object with its definition for the props file (whether to add/replace/etc the values).
update(AbstractEnvironment) - Method in class adams.env.TableDefinition
Updates the environment object with its definition for the props file (whether to add/replace/etc the values).
update(AbstractEnvironment) - Method in class adams.env.TesseractDefinition
Updates the environment object with its definition for the props file (whether to add/replace/etc the values).
update(AbstractEnvironment) - Method in class adams.env.TimeZoneDefinition
Updates the environment object with its definition for the props file (whether to add/replace/etc the values).
update(AbstractEnvironment) - Method in class adams.env.WekaInvestigatorDefinition
Updates the environment object with its definition for the props file (whether to add/replace/etc the values).
update(AbstractEnvironment) - Method in class adams.env.WekaInvestigatorShortcutsDefinition
Updates the environment object with its definition for the props file (whether to add/replace/etc the values).
update(AbstractEnvironment) - Method in class adams.env.WineDefinition
Updates the environment object with its definition for the props file (whether to add/replace/etc the values).
update(WekaExperimentContainer) - Method in class adams.gui.tools.wekainvestigator.tab.experimenttab.ResultItem
Updates the item.
update(WekaExperimentContainer, MetaData) - Method in class adams.gui.tools.wekainvestigator.tab.experimenttab.ResultItem
Updates the item.
update(Actor) - Method in class adams.flow.core.ActorStatistic
Updates the statistics with the specified actor.
update(Actor, Object, BaseString[], VariableName[], PropertyPath.PropertyContainer[], MessageCollection) - Static method in class adams.flow.core.PropertiesUpdaterHelper
Updates the properties of the object using the current values of the variables.
update(StateContainer) - Method in class adams.gui.flow.tree.menu.AbstractTreePopupSubMenuAction
Updates the action using the provided state information.
update(AbstractContainerListPopupCustomizer.Context<T, M, C>) - Method in class adams.gui.visualization.container.datacontainerpanel.containerlistpopup.UpdateID
Allows the user to choose extraction/updating schemes for updating the IDs and the applies them.
update(File) - Method in class adams.core.io.filechanged.AbstractFileChangeMonitor
Updates the monitor with the specified file.
update(File) - Method in interface adams.core.io.filechanged.FileChangeMonitor
Updates the monitor with the specified file.
update(String, Serializable, Clusterer, MetaData) - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.ResultItem
Updates the item.
update(String, String) - Method in class adams.db.AbstractIndexedTable
Update table.
update(String, String, String) - Method in class adams.db.generic.SQL
Update table.
update(String, String, String) - Method in class adams.db.mirrored.SQL
Update table.
update(String, String, String) - Method in class adams.db.SQLF
Update table.
update(String, String, String) - Method in interface adams.db.SQLIntf
Update table.
update(P) - Method in class adams.flow.core.AbstractDataPlotUpdater
Updates the data container panel regardless, notifying the listeners.
update(P) - Method in interface adams.flow.core.DataPlotUpdater
Updates the data container panel regardless, notifying the listeners.
update(P, C) - Method in class adams.flow.core.AbstractDataPlotUpdater
Updates the data container panel if necessary.
update(P, C) - Method in interface adams.flow.core.DataPlotUpdater
Updates the data container panel if necessary.
update(T) - Method in class adams.gui.action.AbstractPropertiesAction
Updates the state of the action.
update(T) - Method in interface adams.gui.action.PropertiesAction
Updates the state of the action.
update(AssociatorEvaluation, Associator, MetaData) - Method in class adams.gui.tools.wekainvestigator.tab.associatetab.ResultItem
Updates the item.
update(AttributeSelection, int, MetaData) - Method in class adams.gui.tools.wekainvestigator.tab.attseltab.ResultItem
Updates the item.
update(AttributeSelection, int, Instances, MetaData) - Method in class adams.gui.tools.wekainvestigator.tab.attseltab.ResultItem
Updates the item.
update(AttributeSelection, Instances, MetaData) - Method in class adams.gui.tools.wekainvestigator.tab.attseltab.ResultItem
Updates the item.
update(Evaluation, Classifier) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.ResultItem
Updates the item.
update(Evaluation, Classifier, MetaData) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.ResultItem
Updates the item.
update(Evaluation, Classifier, MetaData, int[], SpreadSheet) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.ResultItem
Updates the item.
update(Evaluation, Evaluation[], Classifier, Classifier[], MetaData, int[], SpreadSheet) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.ResultItem
Updates the item.
update(Evaluation, Evaluation[], Evaluation[], Classifier, Classifier[], Classifier[], MetaData, int[], int[][], SpreadSheet) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.ResultItem
Updates the item.
update(ClusterEvaluation, String, Serializable, Clusterer, MetaData) - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.ResultItem
Updates the item.
update(ClusterEvaluation, Clusterer, MetaData) - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.ResultItem
Updates the item.
update(Instance) - Method in class weka.core.neighboursearch.FilteredSearch
Updates the LinearNNSearch to cater for the new added instance.
update(Instance) - Method in class weka.core.neighboursearch.NewNNSearch
Updates the LinearNNSearch to cater for the new added instance.
update(Instance) - Method in class weka.core.neighboursearch.PCANNSearch
Updates the LinearNNSearch to cater for the new added instance.
update(Instance) - Method in class weka.core.neighboursearch.PLSNNSearch
Updates the LinearNNSearch to cater for the new added instance.
UPDATE - adams.flow.container.SequencePlotterContainer.ContentType
whether to force an update.
UPDATE - adams.gui.event.DataChangeEvent.Type
an update finished.
UPDATE - weka.classifiers.trees.XGBoost.ProcessType
 
UPDATE - Static variable in interface adams.parser.spreadsheetquery.sym
 
UPDATE_HEADER - Static variable in class weka.filters.unsupervised.instance.RemoveWithLabels
 
UpdateableDisplayPanel - Interface in adams.flow.sink
Extends the DisplayPanel interface to allow accessing a potentially updated input token.
updateAction() - Method in class adams.gui.flow.menu.AbstractFlowEditorMenuItem
Updating the action, based on the current status of the owner.
updateAction() - Method in class adams.gui.flow.menu.ShowTriggers
Updating the action, based on the current status of the owner.
updateAction(StateContainer, Object) - Method in class adams.gui.flow.tree.keyboardaction.ActionQuickSearch
Updates the state of the action.
updateActions() - Method in class adams.gui.core.ToolBarPanel
Updates the enabled state of the actions.
updateActions() - Method in class adams.gui.flow.FlowEditorPanel
updates the enabled state of the menu items.
updateActions() - Method in class adams.gui.flow.FlowRunnerPanel
updates the enabled state of the menu items.
updateActions() - Method in class adams.gui.tools.remotecontrolcenter.RemoteControlCenterPanel
Updates the actions.
updateActions() - Method in class adams.gui.tools.SpreadSheetViewerPanel
Updates the enabled state of the actions.
updateActions() - Method in class adams.gui.tools.wekainvestigator.InvestigatorPanel
Updates the actions.
updateActorName(Node, boolean) - Method in class adams.gui.flow.tree.Tree
Ensures that the name of the actor stored in the node is unique among its siblings.
updateAnnotation() - Method in class adams.gui.flow.FlowRunnerPanel
Updates the top-level annotation.
updateAnyTypeTipText() - Method in class adams.flow.processor.ChangeDisplayType
Returns the tip text for this property.
updateAttributes() - Method in class adams.gui.tools.wekainvestigator.tab.InstanceTab
Updates the attributes model.
updateAttributeSelection() - Method in class adams.gui.tools.wekainvestigator.tab.PreprocessTab
For updating the state of the selected attributes text field and button.
updateBounds() - Method in class adams.gui.goe.AbstractFloatingPointNumberEditor
Updates the bounds.
updateBounds() - Method in class adams.gui.goe.AbstractIntegralNumberEditor
Updates the bounds.
updateBounds() - Method in class adams.gui.goe.AbstractNumberEditor
Updates the bounds.
updateBounds(int, int, int, int) - Method in class adams.gui.core.MaximizationFixWindowListener
Updates the current bounds.
updateBounds(Rectangle) - Method in class adams.gui.core.MaximizationFixWindowListener
Updates the current bounds.
updateBounds(SpinnerNumberModel) - Method in class adams.gui.goe.AbstractIntegralNumberEditor
Updates the bounds of the spinner model.
updateBounds(SpinnerNumberModel) - Method in class adams.gui.goe.ByteEditor
Updates the bounds of the spinner model.
updateBounds(SpinnerNumberModel) - Method in class adams.gui.goe.IntegerEditor
Updates the bounds of the spinner model.
updateBounds(SpinnerNumberModel) - Method in class adams.gui.goe.LongEditor
Updates the bounds of the spinner model.
updateBounds(SpinnerNumberModel) - Method in class adams.gui.goe.ShortEditor
Updates the bounds of the spinner model.
UpdateBoundsFromPolygon - Class in adams.data.objectfilter
If polygon available, updates x//width/height with bounds of polygon.
UpdateBoundsFromPolygon() - Constructor for class adams.data.objectfilter.UpdateBoundsFromPolygon
 
updateButton(BaseFlatButton, String) - Static method in class adams.gui.goe.VariableSupport
Updates the icon of the variables button.
updateButtonColor(Color) - Method in class adams.gui.core.BaseColorTextField
Updates the color of the button.
updateButtons() - Method in class adams.flow.control.MissionControl.ControlPanel
Updates the state of the buttons.
updateButtons() - Method in class adams.gui.core.AbstractNamedHistoryPanel
Updates the enabled state of the buttons.
updateButtons() - Method in class adams.gui.core.FileListWithButtons
Updates the state of the buttons.
updateButtons() - Method in class adams.gui.core.json.JsonTreeWithPreview
Updates the enabled state of the buttons.
updateButtons() - Method in class adams.gui.core.MultiPagePane
Updates the enabled state of the buttons.
updateButtons() - Method in class adams.gui.core.SimpleLogPanel
Updates the buttons.
updateButtons() - Method in class adams.gui.flow.FlowControlCenterPanel
Updates the buttons.
updateButtons() - Method in class adams.gui.flow.tab.AttachedVariablesTab
Updates the enabled state of the buttons.
updateButtons() - Method in class adams.gui.flow.tab.Clipboard
Updates the enabled status of the buttons.
updateButtons() - Method in class adams.gui.flow.tab.StorageNamesTab
Updates the state of the buttons.
updateButtons() - Method in class adams.gui.flow.tab.VariablesTab
Updates the state of the buttons.
updateButtons() - Method in class adams.gui.goe.AbstractBaseDateTypeEditor
Sets the enabled state of the buttons.
updateButtons() - Method in class adams.gui.goe.GenericArrayEditor
Sets the correct enabled/disabled state of the buttons.
updateButtons() - Method in class adams.gui.tools.AbstractLogEntryViewerPanel
Updates the state of the buttons.
updateButtons() - Method in class adams.gui.tools.AbstractManagementPanel
Updates the enabled state of the widgets.
updateButtons() - Method in class adams.gui.tools.ExpressionWatchPanel.ExpressionDialog
Updates the status of the buttons.
updateButtons() - Method in class adams.gui.tools.ExpressionWatchPanel
Updates the enabled state of the buttons.
updateButtons() - Method in class adams.gui.tools.FavoritesManagementPanel
Updates the state of the buttons.
updateButtons() - Method in class adams.gui.tools.FileChooserBookmarksManagementPanel
Updates the enabled state of the buttons.
updateButtons() - Method in class adams.gui.tools.FileCommanderPanel
Updates the state of the buttons.
updateButtons() - Method in class adams.gui.tools.FindInFilesPanel
Updates the state of the buttons.
updateButtons() - Method in class adams.gui.tools.LogEntryDatabaseViewerPanel
Updates the state of the buttons.
updateButtons() - Method in class adams.gui.tools.PlaceholderManagementPanel
Updates the state of the buttons.
updateButtons() - Method in class adams.gui.tools.remotecontrolcenter.panels.AbstractRemoteFlowTab
Updates the state of the buttons.
updateButtons() - Method in class adams.gui.tools.remotecontrolcenter.panels.RemoteFlowCommandsTab
Updates the state of the buttons.
updateButtons() - Method in class adams.gui.tools.remotecontrolcenter.panels.RemoteLoggingTab
Updates the buttons.
updateButtons() - Method in class adams.gui.tools.remotecontrolcenter.RemoteControlCenterEnginesPanel
Updates the enabled state of the buttons.
updateButtons() - Method in class adams.gui.tools.spreadsheetviewer.SortDefinitionPanel
Updates the enabled status of the buttons.
updateButtons() - Method in class adams.gui.tools.sqlworkbench.SqlMetaDataPanel
Updates the buttons.
updateButtons() - Method in class adams.gui.tools.sqlworkbench.SqlQueryPanel
Updates the buttons.
updateButtons() - Method in class adams.gui.tools.SSHPanel
Updates the status/text of the buttons.
updateButtons() - Method in class adams.gui.tools.TelnetPanel
Updates the status/text of the buttons.
updateButtons() - Method in class adams.gui.tools.wekainvestigator.tab.AbstractInvestigatorTabWithEditableDataTable
Updates the state of the buttons.
updateButtons() - Method in class adams.gui.tools.wekainvestigator.tab.AssociateTab
Updates the buttons.
updateButtons() - Method in class adams.gui.tools.wekainvestigator.tab.AttributeSelectionTab
Updates the buttons.
updateButtons() - Method in class adams.gui.tools.wekainvestigator.tab.ClassifyTab
Updates the buttons.
updateButtons() - Method in class adams.gui.tools.wekainvestigator.tab.ClusterTab
Updates the buttons.
updateButtons() - Method in class adams.gui.tools.wekainvestigator.tab.DataQueryTab
Updates the state of the buttons.
updateButtons() - Method in class adams.gui.tools.wekainvestigator.tab.ExperimentTab
Updates the buttons.
updateButtons() - Method in class adams.gui.tools.wekainvestigator.tab.IndependentComponentsTab
Updates the buttons.
updateButtons() - Method in class adams.gui.tools.wekainvestigator.tab.InstanceTab
Updates the buttons.
updateButtons() - Method in class adams.gui.tools.wekainvestigator.tab.PartialLeastSquaresTab
Updates the buttons.
updateButtons() - Method in class adams.gui.tools.wekainvestigator.tab.PreprocessTab
Updates the buttons.
updateButtons() - Method in class adams.gui.tools.wekainvestigator.tab.PrincipalComponentsTab
Updates the buttons.
updateButtons() - Method in class adams.gui.tools.wekamultiexperimenter.analysis.DefaultAnalysisPanel
Updates the buttons.
updateButtons() - Method in class adams.gui.visualization.debug.StoragePanel
Updates the enabled state of the buttons.
updateButtons() - Method in class adams.gui.visualization.instances.instancestable.InstancesSortDefinitionPanel
Updates the enabled status of the buttons.
updateButtons() - Method in class adams.gui.visualization.object.ObjectAnnotationPanel
Updates the state of the buttons.
updateButtons() - Method in class adams.gui.visualization.segmentation.SegmentationPanel
Updates the state of the buttons.
updateButtons() - Method in class adams.gui.visualization.stats.boxplot.BoxPlotManager
Updates whether each of the buttons can be pressed depending on the selected list objects
updateButtons() - Method in class adams.gui.wizard.AbstractWizardPage
Updates the wizard's buttons.
updateButtons() - Method in class adams.gui.wizard.AbstractWizardPane
Updates the status of the buttons.
updateButtons() - Method in class adams.gui.wizard.WizardPane
Updates the status of the buttons.
updateButtons() - Method in class adams.gui.wizard.WizardPaneWithBranches
Updates the status of the buttons.
updateButtons() - Method in class adams.gui.workspace.AbstractSerializableWorkspaceManagerPanel
Updates the buttons.
updateButtons() - Method in class adams.gui.workspace.AbstractWorkspaceManagerPanel
Updates the buttons.
updateButtons() - Method in class weka.gui.explorer.MultiExplorer
Updates the enabled state of the buttons.
updateButtons(boolean) - Method in class adams.flow.control.Inspect
Updates the button state.
updateButtons(List<String>) - Method in class adams.flow.transformer.compareobjectlocations.AbstractComparisonPanel
Updates the panel with the buttons.
updateCacheViews() - Method in class adams.gui.tools.PreviewBrowserPanel
Based on check state of menu item, sets whether to reuse the views.
UpdateCallableActorName - Class in adams.flow.processor
Updates all occurrences of the old callable actor name with the new one.
UpdateCallableActorName() - Constructor for class adams.flow.processor.UpdateCallableActorName
 
UpdateCallableDisplay - Class in adams.flow.control
Updates callable display actors that implement adams.flow.core.DataPlotUpdaterHandler.
UpdateCallableDisplay() - Constructor for class adams.flow.control.UpdateCallableDisplay
 
updateCapabilitiesFilter(Capabilities) - Method in class weka.gui.explorer.ExperimentPanel
updates the capabilities filter of the GOE.
updateCheckTimestamp(String) - Method in class adams.flow.control.AbstractDataContainerFileChecker.FileInfo
Updates the timestamp after which the item should get checked again.
updateChildPropertySheet() - Method in class adams.gui.goe.GenericObjectEditor.GOEPanel
Updates the child property sheet, and creates if needed.
updateChooser() - Method in class adams.gui.tools.filecommander.FileCommanderDirectoryPanel
Updates the chooser (using currently selected one in combobox) and dependent widgets.
updateClassAttribute(Instances) - Method in class adams.gui.tools.wekainvestigator.InvestigatorPanel
Updates the class attribute, if not set.
updateClassifier(Instance) - Method in class weka.classifiers.functions.FakeClassifier
Does nothing.
updateClassifier(Instance) - Method in class weka.classifiers.functions.MathExpressionClassifier
Does nothing.
updateColor(BaseTextField, Color) - Method in class adams.gui.visualization.image.ColorPickerPanel
Updates the text field with the specified color.
updateColumnWidths() - Method in class adams.gui.visualization.container.ContainerTable
Updates the column widths.
updateComparisonBase() - Method in class adams.gui.tools.wekamultiexperimenter.analysis.DefaultAnalysisPanel
Updates the base of comparison.
updateConnection() - Method in class adams.gui.core.SqlConnectionPanel
Updates the displayed connection.
updateConnectionParameters() - Method in class adams.db.AbstractDatabaseConnection
Updates the props file in the project's home directory.
updateContainerColorTipText() - Method in class adams.gui.visualization.instance.ReportColorInstancePaintlet
Returns the tip text for this property.
updateContainerColorTipText() - Method in class adams.gui.visualization.timeseries.ReportColorTimeseriesPaintlet
Returns the tip text for this property.
UpdateContainerValue - Class in adams.flow.control
Applies all sub-actors to process the specified value of the container passing through.
UpdateContainerValue() - Constructor for class adams.flow.control.UpdateContainerValue
 
updateCorner(Axis) - Method in class adams.gui.visualization.core.PlotPanel
Updates the dimensions of the corner panels.
updateCorner(Rectangle, Point, Point) - Static method in class adams.gui.visualization.image.RectangleUtils
Updates the corner of a rectangle and returns the new rectangle.
updateCornerPanel(JPanel, int, int) - Method in class adams.gui.visualization.core.PlotPanel
updates the dimensions of the corner panel.
updateCorners() - Method in class adams.gui.visualization.core.PlotPanel
Updates all the corners
updateCount() - Method in class adams.gui.goe.MultiLineValueDialog
Updates the count display.
updateCounts() - Method in class adams.gui.core.BaseListWithButtons
Updates the information about the counts.
updateCounts() - Method in class adams.gui.core.BaseTableWithButtons
Updates the information about the counts.
updateCounts() - Method in class adams.gui.core.SortableAndSearchableTableWithButtons
Updates the information about the counts.
updateCounts() - Method in class adams.gui.selection.AbstractTableBasedSelectionPanel
Updates the total/selected counts.
updateCounts() - Method in class adams.gui.visualization.image.AbstractObjectOverlayFromReport.LocatedObjectsPanel
Updates the labels with the counts.
updateCounts() - Method in class adams.gui.visualization.image.AbstractPointOverlayFromReport.LocatedPointsPanel
Updates the labels with the counts.
updateCounts() - Method in class adams.gui.visualization.image.ObjectAnnotations.LocatedObjectsPanel
Updates the labels with the counts.
updateCountsModelListener(ListModel) - Method in class adams.gui.core.BaseListWithButtons
Updates the table model's listener for updating the counts.
updateCountsModelListener(TableModel) - Method in class adams.gui.core.BaseTableWithButtons
Updates the table model's listener for updating the counts.
updateCountsModelListener(TableModel) - Method in class adams.gui.core.SortableAndSearchableTableWithButtons
Updates the table model's listener for updating the counts.
updateCurrentConverter() - Method in class adams.gui.print.JComponentWriterFileChooser
sets the current converter according to the current filefilter.
updateCurrentDirectory() - Method in class adams.gui.flow.FlowMultiPagePane
Updates the current working directory of the owner's file chooser to the one represented by this flow.
updateCurrentEditing(Node, Node) - Method in class adams.gui.flow.tree.Tree
Updates the current editing position.
updateCurrentFile(File) - Method in class adams.gui.flow.FlowPanel
Just updates the current file.
updateCurrentHandlerHook() - Method in class adams.gui.chooser.AbstractConfigurableExtensionFileFilterFileChooser
sets the current converter according to the current filefilter.
updateCurrentHandlerHook() - Method in class adams.gui.chooser.AbstractDataContainerFileChooser
sets the current converter according to the current filefilter.
updateCurrentHandlerHook() - Method in class adams.gui.chooser.AbstractExtensionFileFilterFileChooser
Sets the current handler according to the current filefilter.
updateCurrentHandlerHook() - Method in class adams.gui.chooser.EmailFileChooser
sets the current converter according to the current filefilter.
updateCurrentPage() - Method in class adams.gui.tools.spreadsheetviewer.MultiPagePane
Updates the title of the currently selected page, taking the modified state into account.
updateCurrentTabTitle() - Method in class adams.gui.visualization.image.ImageMultiPagePane
Updates the title of the current tab, takes modified state into account.
updateDatabaseConnection() - Method in class adams.data.baseline.AbstractDatabaseConnectionBaselineCorrection
Updates the database connection in dependent schemes.
updateDatabaseConnection() - Method in class adams.data.baseline.SlidingWindow
Updates the database connection in dependent schemes.
updateDatabaseConnection() - Method in class adams.data.filter.AbstractDatabaseConnectionFilter
Updates the database connection in dependent schemes.
updateDatabaseConnection() - Method in class adams.data.filter.BaselineCorrection
Updates the database connection in the baseline correction.
updateDatabaseConnection() - Method in class adams.data.filter.MultiFilter
Updates the database connection in the sub-filters.
updateDatabaseConnection() - Method in class adams.data.filter.OutlierDetector
Updates the database connection in the outlier detectors.
updateDatabaseConnection() - Method in class adams.data.filter.ReportFilter
Updates the database connection in the filter.
updateDatabaseConnection() - Method in class adams.data.filter.Smoothing
Updates the database connection in the smoother.
updateDatabaseConnection() - Method in class adams.data.noise.AbstractDatabaseConnectionDenoiser
Updates the database connection in dependent schemes.
updateDatabaseConnection() - Method in class adams.data.outlier.AbstractDatabaseConnectionOutlierDetector
Updates the database connection in dependent schemes.
updateDatabaseConnection() - Method in class adams.data.outlier.FilteredOutlierDetector
Updates the database connection in the outlier detectors.
updateDatabaseConnection() - Method in class adams.data.outlier.MultiOutlierDetector
Updates the database connection in the outlier detectors.
updateDatabaseConnection() - Method in class adams.data.report.AbstractDatabaseConnectionReportFilter
Updates the database connection in dependent schemes.
updateDatabaseConnection() - Method in class adams.data.report.FilteredReportFilter
Updates the database connection in dependent schemes.
updateDatabaseConnection() - Method in class adams.data.smoothing.AbstractDatabaseConnectionSmoother
Updates the database connection in dependent schemes.
updateDatabaseConnection() - Method in class adams.flow.standalone.Tool
Updates the database connection.
updateDatabaseConnection() - Method in class adams.flow.transformer.Tool
Updates the database connection.
updateDataContainers(List<? extends DataContainer>, boolean, HashSet<Integer>) - Method in class adams.gui.scripting.AbstractDataContainerUpdatingScriptlet
Updates the DataContainers in the GUI.
updateDataContainers(List<? extends DataContainer>, boolean, HashSet<Integer>, List<Color>) - Method in class adams.gui.scripting.AbstractDataContainerUpdatingScriptlet
Updates the DataContainers in the GUI.
updateDataContainers(List<DataContainer>, boolean) - Method in class adams.gui.scripting.AbstractDataContainerUpdatingScriptlet
Updates the DataContainers in the GUI.
updateDataContainers(List<DataContainer>, boolean, List<Color>) - Method in class adams.gui.scripting.AbstractDataContainerUpdatingScriptlet
Updates the DataContainers in the GUI.
updateDataTable() - Method in class adams.gui.visualization.weka.AbstractInstanceInfoFrame
Updates the data in the data table.
updateDetectedVariables() - Method in class adams.flow.core.AbstractActor
Updates the detected variables.
updateDirectoryLister() - Method in class adams.gui.tools.filecommander.FileCommanderDirectoryPanel
Updates the directory lister.
updateDisplay() - Method in class adams.gui.goe.GenericArrayEditorPanel
Updates the display.
updateDisplay() - Method in class adams.gui.goe.WekaGenericArrayEditorPanel
Updates the display.
updateDistance(double, double) - Method in class weka.core.SAXDistance
Updates the current distance calculated so far with the new difference between two attributes.
updateDistance(double, double) - Method in class weka.core.WeightedEuclideanDistance
Updates the current distance calculated so far with the new difference between two attributes.
updateDistance(double, double) - Method in class weka.core.WeightedEuclideanDistanceRidge
Updates the current distance calculated so far with the new difference between two attributes.
updateEditor() - Method in class adams.gui.goe.PropertyText
Attempts to update the editor value from the textfield.
updateEditor(PropertyEditor, JComponent, boolean, boolean, String) - Method in class adams.gui.goe.GenericObjectEditorPopupMenu
Updates the editor using the string.
updateEditor(PropertyEditor, JComponent, String) - Method in class adams.gui.goe.WekaGenericObjectEditorPopupMenu
Updates the editor using the string.
updateEditorType(Object) - Method in class adams.gui.goe.GenericArrayEditor
Updates the type of object being edited, so attempts to find an appropriate propertyeditor.
updateEntry() - Method in class adams.gui.core.AbstractNamedHistoryPanel.AbstractHistoryEntryFrame
Updates the entry, i.e., re-displays it.
updateEntry() - Method in class adams.gui.core.BufferHistoryPanel.BufferFrame
Updates the entry, i.e., re-displays it.
updateEntry() - Method in class adams.gui.help.HelpHistoryPanel.SingleHelpFrame
Updates the entry, i.e., re-displays it.
updateEntry(String) - Method in class adams.flow.sink.DisplayPanelManager.DisplayPanelHistoryPanel
Displays the specified entry.
updateEntry(String) - Method in class adams.gui.core.AbstractNamedHistoryPanel
Displays the specified entry.
updateEntry(String) - Method in class adams.gui.core.BufferHistoryPanel
Displays the specified entry.
updateEntry(String) - Method in class adams.gui.help.HelpHistoryPanel
Displays the specified entry.
updateEntry(String) - Method in class adams.gui.tools.wekainvestigator.tab.AssociateTab.HistoryPanel
Displays the specified entry.
updateEntry(String) - Method in class adams.gui.tools.wekainvestigator.tab.AttributeSelectionTab.HistoryPanel
Displays the specified entry.
updateEntry(String) - Method in class adams.gui.tools.wekainvestigator.tab.ClassifyTab.HistoryPanel
Displays the specified entry.
updateEntry(String) - Method in class adams.gui.tools.wekainvestigator.tab.ClusterTab.HistoryPanel
Displays the specified entry.
updateEntry(String) - Method in class adams.gui.tools.wekainvestigator.tab.ExperimentTab.HistoryPanel
Displays the specified entry.
updateEntry(String) - Method in class adams.gui.tools.wekamultiexperimenter.analysis.DefaultAnalysisPanel.HistoryPanel
Displays the specified entry.
updateEntry(String) - Method in class adams.gui.workspace.AbstractWorkspaceListPanel
Displays the specified entry.
updateEntry(String) - Method in class weka.gui.explorer.ExplorerEntryPanel
Displays the specified entry.
updateEnvironment(List<String>) - Method in interface adams.core.management.EnvironmentModifier
Updates the environment variables that the Launcher uses for launching the ADAMS process.
updateEnvironment(List<String>) - Method in class adams.core.management.WekaHomeEnvironmentModifier
Updates the environment variables that the Launcher uses for launching the ADAMS process.
updateErrorHandler(Actor, ErrorHandler, boolean) - Static method in class adams.flow.core.ActorUtils
Updates the error handler.
UpdateEventName - Class in adams.flow.processor
Updates all occurrences of the old event name with the new one.
UpdateEventName() - Constructor for class adams.flow.processor.UpdateEventName
 
updateExperimentFromMenu(Object) - Method in class adams.gui.tools.wekamultiexperimenter.ExperimenterPanel
Updates the experiment using the state of some menu items.
updateExpression() - Method in class adams.gui.tools.ExpressionWatchPanel
Pops up dialog for updating an expression.
updateExpression(int, String, ExpressionWatchPanel.ExpressionType) - Method in class adams.gui.tools.ExpressionWatchPanel.TableModel
Updates an expression.
updateFavorite(String, ContentHandlerFavorites.ContentHandlerFavorite) - Method in class adams.gui.tools.previewbrowser.PreviewDisplay
Updates the favorite to use.
updateFavorite(String, String, ContentHandler) - Method in class adams.gui.tools.previewbrowser.ContentHandlerFavorites
Updates the favorite.
updateFavorites() - Method in class adams.gui.goe.Favorites
Updates the favorites, i.e., stores the properties on disk.
updateFavorites() - Method in class adams.gui.tools.previewbrowser.ContentHandlerFavorites
Updates the favorites, i.e., stores the properties on disk.
updateFileChooser() - Method in class adams.gui.dialog.AbstractFileExportDialog
Updates the file chooser's extension file filters.
updateFileChooser() - Method in class adams.gui.dialog.AbstractFileImportDialog
Updates the file chooser's extension file filters.
updateFileChooserAccessory(JFileChooser) - Static method in class weka.gui.AdamsHelper
Updates the accessory panel of the filechooser.
updateFileOperations() - Method in class adams.gui.tools.FileCommanderPanel
Updates the file operations object.
updateFilterPanel() - Method in class adams.gui.goe.GenericObjectEditorClassTreePanel
Updates whether the filter panel is visible.
updateFlowAwarePaintlet(Paintlet, Actor) - Static method in class adams.flow.core.ActorUtils
Updates a "flow-aware" paintlet with the specified actor.
updateFlowAwarePaintlets(Actor) - Method in class adams.flow.sink.TimeseriesDisplay.DisplayPanel
 
updateFlowAwarePaintlets(PaintablePanel, Actor) - Static method in class adams.flow.core.ActorUtils
Updates all the "flow-aware" paintlets of the panel with the specified actor.
updateGroup(Object, String) - Method in class adams.data.groupupdate.AbstractGroupUpdater
Updates the group of the object.
updateGroup(Object, String) - Method in interface adams.data.groupupdate.GroupUpdater
Updates the group of the object.
updateGui() - Method in class adams.gui.visualization.stats.boxplot.BoxPlotManager
Updates the state of gui components after options have been set
updateGUI() - Method in class adams.flow.execution.AbstractFlowExecutionListenerWithTable
Updates the table in the GUI with a new table model.
updateGUI() - Method in class adams.flow.execution.AbstractGraphicalFlowExecutionListener
Updates the GUI.
updateGUI() - Method in class adams.flow.execution.Debug
Closes the dialog.
updateGUI() - Method in class adams.gui.core.FilePanel
Updates the GUI.
updateHeader(Instances) - Method in class adams.opt.optimise.genetic.AbstractGeneticAlgorithm
Creates a new dataset, with the setup as the new relation name.
updateHeader(Instances, AbstractGeneticAlgorithm.GeneticAlgorithmJob) - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm
Creates a new dataset, with the setup as the new relation name.
updateHeaderTipText() - Method in class weka.filters.unsupervised.instance.RemoveWithLabels
Returns the tip text for this property.
updateHelpPanel() - Method in class adams.gui.goe.PropertySheetPanel
Updates the content in the help panel.
updateHitDetector() - Method in class adams.gui.visualization.sequence.AbstractXYSequencePaintlet
Updates the settings of the hit detector.
updateHitDetector() - Method in class adams.gui.visualization.sequence.BarPaintlet
Updates the settings of the hit detector.
updateHostname(BaseHostname) - Method in interface adams.core.base.HostnameUpdateSupporter
Sets the new hostname/port to use.
updateHostname(BaseHostname) - Method in class adams.multiprocess.ScpJobRunner
Sets the actual host to use - overrides the one from the SSHConnection actor.
updateID(Object, String) - Method in class adams.data.idupdate.AbstractIDUpdater
Updates the ID of the object.
updateID(Object, String) - Method in interface adams.data.idupdate.IDUpdater
Updates the ID of the object.
UpdateID<T extends DataContainer,​M extends AbstractContainerManager,​C extends AbstractContainer> - Class in adams.gui.visualization.container.datacontainerpanel.containerlistpopup
For updating the IDs of the selected containers.
UpdateID() - Constructor for class adams.gui.visualization.container.datacontainerpanel.containerlistpopup.UpdateID
 
updateIDs() - Method in class adams.gui.tools.wekainvestigator.tab.InstanceTab
Updates the list with IDs.
updateIDs(int, SpreadSheet, HashSet) - Method in class adams.flow.transformer.SpreadSheetMerge
Updates the IDs in the hashset with the ones stored in the ID column of the provided spreadsheet.
updateIDs(int, Instances, HashSet) - Method in class adams.flow.transformer.WekaInstancesMerge
Updates the IDs in the hashset with the ones stored in the ID attribute of the provided dataset.
updateImage() - Method in class adams.flow.transformer.pixelselector.PixelSelectorPanel
Updates the image.
updateImage() - Method in class adams.gui.visualization.segmentation.layer.OverlayLayer
Updates the image using the current color.
updateImageProperties() - Method in class adams.gui.visualization.image.ImagePanel
Updates the properties of the image.
updateImageProperties(Report) - Method in class adams.gui.visualization.image.ImagePanel
Updates the properties of the image.
updateInfo(String) - Method in class adams.gui.core.AbstractComponentWithButtons
Updates the information being displayed with the given string.
updateInspection() - Method in class adams.gui.visualization.debug.StoragePanel
Updates the inspection (if visible).
updateIntervalTipText() - Method in class adams.flow.execution.AbstractTimedFlowExecutionListenerWithTable
Returns the tip text for this property.
updateIntervalTipText() - Method in class adams.flow.execution.CurrentlyExecuted
Returns the tip text for this property.
updateIntervalTipText() - Method in class adams.flow.execution.ExecutionCounter
Returns the tip text for this property.
updateIntervalTipText() - Method in class adams.flow.execution.Time
Returns the tip text for this property.
updateIntervalTipText() - Method in interface adams.flow.execution.TimedFlowExecutionListener
Returns the tip text for this property.
updateIntervalTipText() - Method in class adams.flow.sink.sequenceplotter.NamedPlotUpdater
Returns the tip text for this property.
updateIntervalTipText() - Method in class adams.flow.sink.sequenceplotter.SimplePlotUpdater
Returns the tip text for this property.
updateIntervalTipText() - Method in class adams.flow.sink.timeseriesdisplay.SimplePlotUpdater
Returns the tip text for this property.
updateIntervalTipText() - Method in class adams.flow.standalone.Stopwatch
Returns the tip text for this property.
updateIntervalTipText() - Method in class adams.gui.visualization.instance.SimpleInstancePanelUpdater
Returns the tip text for this property.
updateIntervalTipText() - Method in class adams.gui.visualization.spreadsheet.SimpleSpreadSheetRowPanelUpdater
Returns the tip text for this property.
updateJavadoc() - Method in class adams.doc.javadoc.Javadoc
generates the Javadoc and returns it applied to the source file if one was provided, otherwise an empty string.
updateJavadoc(String) - Method in class adams.doc.javadoc.AllJavadoc
updates the Javadoc in the given source code, using all the found Javadoc updaters.
updateJavadoc(String) - Method in class adams.doc.javadoc.Javadoc
updates the Javadoc in the given source code.
updateJavadoc(String, int) - Method in class adams.doc.javadoc.Javadoc
generates and returns the Javadoc for the specified start/end tag pair.
updateLabel(JLabel, String) - Static method in class adams.gui.goe.VariableSupport
Updates the label's caption and hint depending on whether the option has a variable or not.
updateLabelButtons() - Method in class adams.flow.transformer.ImageAnnotator.AnnotatorPanel
Updates the colors of the label button.
updateLabels(Attribute) - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeSummaryPanel.AttributeInfoPanel
Sets the labels for fields we can determine just from the instance header.
updateLabelType(LocatedObjects, String) - Method in class adams.flow.transformer.compareobjectlocations.Combined.CombinedPanel
Updates the label type.
updateLastTemplate(AbstractActorTemplate, TreeOperations.InsertPosition) - Method in class adams.gui.flow.tree.Tree
Updates the last template that was used.
updateLayerInfo() - Method in class adams.gui.visualization.segmentation.SegmentationPanel
Updates information about layers.
updateLayout() - Method in class adams.gui.core.AdjustableGridPanel
Updates the layout.
updateLayout() - Method in class adams.gui.core.SearchPanel
Updates the layout.
updateLayout() - Method in class adams.gui.tools.ImageProcessorSubPanel
Updates the layout based on the current ImageProcessorSubPanel.LayoutType.
updateLeft(File) - Method in class adams.gui.visualization.debug.SideBySideDiffPanel
Updates the left file.
updateListButtons() - Method in class adams.gui.wizard.SelectMultipleDirectoriesPage
Updates the enabled state of the buttons.
updateListButtons() - Method in class adams.gui.wizard.SelectMultipleFilesPage
Updates the enabled state of the buttons.
updateListButtons() - Method in class adams.gui.wizard.WekaSelectMultipleDatasetsPage
Updates the enabled state of the buttons.
updateMenu() - Method in class adams.flow.sink.AbstractGraphicalDisplay
updates the enabled state of the menu items.
updateMenu() - Method in class adams.flow.sink.AbstractTextualDisplay
updates the enabled state of the menu items.
updateMenu() - Method in class adams.flow.sink.Display
updates the enabled state of the menu items.
updateMenu() - Method in class adams.flow.sink.DisplayPanelGrid
updates the enabled state of the menu items.
updateMenu() - Method in class adams.flow.sink.DisplayPanelManager
updates the enabled state of the menu items.
updateMenu() - Method in class adams.flow.sink.HistoryDisplay
updates the enabled state of the menu items.
updateMenu() - Method in class adams.flow.standalone.AbstractMultiView
updates the enabled state of the menu items.
updateMenu() - Method in class adams.flow.standalone.ConsoleWindow
updates the enabled state of the menu items.
updateMenu() - Method in class adams.gui.core.AbstractRecentItemsHandler
Updates the menu with the currently stored recent files.
updateMenu() - Method in class adams.gui.dialog.SpreadSheetPanel
updates the enabled state of the menu items.
updateMenu() - Method in class adams.gui.dialog.TextPanel
Updates the state of the menu items.
updateMenu() - Method in class adams.gui.flow.FlowControlCenterPanel
updates the enabled state of the menu items.
updateMenu() - Method in class adams.gui.help.HelpFrame
Updates the state of the menu items.
updateMenu() - Method in class adams.gui.menu.RemoteCommands
Updates the menu items.
updateMenu() - Method in class adams.gui.plugin.AbstractToolPluginManager
updates the enabled state of the menu items.
updateMenu() - Method in class adams.gui.scripting.AbstractScriptingDialog
updates the state of the menu.
updateMenu() - Method in class adams.gui.tools.AbstractManagementPanel
updates the enabled state of the menu items.
updateMenu() - Method in class adams.gui.tools.ConsoleOutputAnalyzerPanel
Updates the menu.
updateMenu() - Method in class adams.gui.tools.DatasetCompatibilityPanel
updates the enabled state of the menu items.
updateMenu() - Method in class adams.gui.tools.DiffPanel
updates the enabled state of the menu items.
updateMenu() - Method in class adams.gui.tools.FavoritesManagementPanel
updates the enabled state of the menu items.
updateMenu() - Method in class adams.gui.tools.FileMonitorPanel
Updates the state of the menu items.
updateMenu() - Method in class adams.gui.tools.ImageProcessorPanel
updates the enabled state of the menu items.
updateMenu() - Method in class adams.gui.tools.NestedFormatViewerPanel
updates the enabled state of the menu items.
updateMenu() - Method in class adams.gui.tools.PlaceholderManagementPanel
updates the enabled state of the menu items.
updateMenu() - Method in class adams.gui.tools.PreviewBrowserPanel
Updates the menu.
updateMenu() - Method in class adams.gui.tools.PropertiesViewerPanel
Updates the menu items.
updateMenu() - Method in class adams.gui.tools.remotecontrolcenter.RemoteControlCenterPanel
updates the enabled state of the menu items.
updateMenu() - Method in class adams.gui.tools.SpreadSheetProcessorPanel
Updates the menu.
updateMenu() - Method in class adams.gui.tools.SpreadSheetViewerPanel
updates the enabled state of the menu items.
updateMenu() - Method in class adams.gui.tools.SqlWorkbenchPanel
Updates the menu.
updateMenu() - Method in class adams.gui.tools.wekainvestigator.InvestigatorPanel
updates the enabled state of the menu items.
updateMenu() - Method in class adams.gui.tools.wekamultiexperimenter.ExperimenterPanel
updates the enabled state of the menu items.
updateMenu() - Method in class adams.gui.visualization.image.ImageViewerPanel
updates the enabled state of the menu items.
updateMenu() - Method in class adams.gui.visualization.instance.InstanceComparePanel
updates the enabled state of the menu items.
updateMenu() - Method in class adams.gui.visualization.instance.InstanceExplorer
updates the enabled state of the menu items.
updateMenu() - Method in class adams.gui.visualization.pdf.PDFViewerPanel
updates the enabled state of the menu items.
updateMenu() - Method in class adams.gui.visualization.spreadsheet.SpreadSheetExplorer
updates the enabled state of the menu items.
updateMenu() - Method in class adams.gui.visualization.timeseries.TimeseriesExplorer
updates the enabled state of the menu items.
updateMenu() - Method in class adams.gui.workspace.AbstractWorkspacePanel
updates the enabled state of the menu items.
updateMenu() - Method in class weka.gui.explorer.ExplorerExt
updates the enabled state of the menu items.
updateMenu(JMenu) - Method in class adams.gui.flow.tab.FlowTabManager
Updates the specified menu with the current enabled/disabled state of the tabs.
updateMenu(JMenu) - Method in class adams.gui.tools.spreadsheetviewer.tab.ViewerTabManager
Updates the specified menu with the current enabled/disabled state of the tabs.
updateMenu(JMenuBar) - Method in class adams.gui.workspace.AbstractWorkspaceListPanel
Updates the menu bar.
updateMenu(JMenuBar) - Method in class weka.gui.explorer.ExplorerEntryPanel
Updates the menu bar.
updateMenuFromExperiment(Object) - Method in class adams.gui.tools.wekamultiexperimenter.ExperimenterPanel
Updates some menu items from the experiment.
updateModel(String[]) - Method in class adams.gui.core.AbstractQuickSearchPanel
Updates the model, applies the item filter to the items.
updateModel(T, Row) - Method in interface adams.ml.model.IncrementalAlgorithm
Updates the model with the given data.
updateModel(T, Dataset) - Method in interface adams.ml.model.IncrementalAlgorithm
Updates the model with the given data.
updateMonthLabel() - Method in class adams.gui.chooser.DatePanel.InternalView
Update the UI of the monthLabel
updateName(SpreadSheet, File, String) - Method in class adams.flow.transformer.SpreadSheetFileReader
Updates the name of the sheet if no name present and a filename available.
updateName(TimeseriesContainer, TimeseriesContainer) - Method in class adams.gui.visualization.timeseries.TimeseriesContainerManager
Updates the ID of the container, i.e., gives it a unique ID.
updateName(C, C) - Method in interface adams.gui.visualization.container.NamedContainerManagerWithUniqueNames
Updates the name of the container, i.e., gives it a unique name.
updateNotes() - Method in class adams.gui.visualization.container.NotesFactory.MultiPagePane
updates the multi-page pane.
updateNumThreadsTipText() - Method in class adams.flow.transformer.ExecuteJobs
Returns the tip text for this property.
updateObject() - Method in class adams.gui.tools.AbstractManagementPanel
Updates the object and refreshes the table.
updateObject(Object) - Method in class adams.flow.source.AbstractSimpleSourceWithPropertiesUpdating
Updates the object with the current variable values.
updateObject(Object) - Method in class adams.flow.transformer.AbstractTransformerWithPropertiesUpdating
Updates the object with the current variable values.
updateObjectNames() - Method in class adams.gui.goe.GenericObjectEditor
Updates the list of selectable object names, adding any new names to the list.
updateObjects() - Method in class adams.flow.transformer.ImageAnnotator.AnnotatorPanel
Reads the object locations from the report.
updateOptions(AbstractDisplay) - Method in class adams.flow.core.displaytype.AbstractDisplayType
Updates the options of the display actor, if necessary.
updateOptions(AbstractDisplay) - Method in class adams.flow.core.displaytype.Background
Updates the options of the display actor, if necessary.
updateOptions(AbstractDisplay) - Method in class adams.flow.core.displaytype.Default
Updates the options of the display actor, if necessary.
updateOptions(AbstractDisplay) - Method in class adams.flow.core.displaytype.DisplayInEditor
Updates the options of the display actor, if necessary.
updateOptions(AbstractDisplay) - Method in class adams.flow.core.displaytype.NoDisplay
Updates the options of the display actor, if necessary.
updateOverlays() - Method in class adams.gui.visualization.stats.scatterplot.Matrix
Updates the display.
updateOwnerTitle() - Method in class adams.gui.flow.FlowMultiPagePane
Updates the owner's title.
updatePage(int) - Method in class adams.gui.tools.spreadsheetviewer.MultiPagePane
Updates the page title at the specified index, taking the modified state into account.
updatePanel() - Method in class adams.gui.visualization.core.AbstractPaintlet
Calls the update() method of the associated panel.
updatePanel() - Method in class adams.gui.workspace.AbstractWorkspaceListPanel
Revalidates the panel to make changes visible.
updatePanel() - Method in class weka.gui.explorer.ExplorerEntryPanel
Revalidates the panel to make changes visible.
updatePanel(AbstractAnalysisPanel) - Method in class adams.gui.tools.wekamultiexperimenter.AnalysisPanel
Sets the panel as the new analysis panel.
updateParameters() - Method in class adams.gui.flow.FlowRunnerPanel
Makes any top-level SetVariable singletons in the GUI available.
updateParent() - Method in class adams.flow.control.AbstractControlActor
Updates the parent of all actors in this group.
updateParent() - Method in class adams.flow.control.AbstractTee
Updates the parent of all actors in this group.
updateParent() - Method in class adams.flow.control.FileProcessor
Updates the parent of all actors in this group.
updateParent() - Method in class adams.flow.control.LoadBalancer
Updates the parent of all actors in this group.
updateParent() - Method in class adams.flow.control.LocalScopeTransformer
Updates the parent of all actors in this group.
updateParent() - Method in class adams.flow.control.WhileLoop
Updates the parent of all actors in this group.
updateParent() - Method in class adams.flow.source.SwitchedSource
Updates the parent of all actors in this group.
updateParent() - Method in class adams.flow.standalone.AbstractMultiView
Updates the parent of all actors in this group.
updateParent() - Method in class adams.flow.standalone.AbstractMutableActorDaemonEvent
Updates the parent of all actors in this group.
updateParent() - Method in class adams.flow.standalone.AbstractMutableStandaloneGroupItem
Updates the parent of all actors in this group.
updateParent() - Method in class adams.flow.standalone.AbstractStandaloneGroup
Updates the parent of all actors in this group.
updateParent() - Method in class adams.flow.standalone.Cron
Updates the parent of all actors in this group.
updateParent() - Method in class adams.flow.standalone.DelayedEvent
Updates the parent of all actors in this group.
updateParent() - Method in class adams.flow.standalone.QueueEvent
Updates the parent of all actors in this group.
updatePlot() - Method in interface adams.flow.core.DataPlotUpdaterHandler
Updates the data container panel regardless, notifying the listeners.
updatePlot() - Method in interface adams.flow.core.DataPlotUpdaterSupporter
Updates the data container panel regardless, notifying the listeners.
updatePlot() - Method in class adams.flow.sink.SequencePlotter
Updates the panel regardless, notifying the listeners.
updatePlot() - Method in class adams.flow.sink.SimplePlot
Updates the panel regardless, notifying the listeners.
updatePlot() - Method in class adams.flow.sink.TimeseriesDisplay
Updates the panel regardless, notifying the listeners.
updatePlot() - Method in class adams.flow.standalone.AbstractMultiView.ViewWrapper
Updates the data container panel regardless, notifying the listeners.
updatePlot() - Method in class adams.flow.standalone.GridView
Updates the data container panel regardless, notifying the listeners.
updatePlot() - Method in class adams.flow.standalone.TabView
Updates the data container panel regardless, notifying the listeners.
updatePoint(DataPoint, double) - Method in class adams.data.smoothing.AbstractSlidingWindow
Updates the X-value of the data point.
updatePoint(DataPoint, double) - Method in class adams.data.smoothing.TimeseriesSlidingWindow
Updates the X-value of the data point.
updatePopup(PropertySheetPanel, PropertyEditor, BasePopupMenu) - Static method in class adams.gui.goe.VariableSupport
Updates a popup menu and adds menu items for variable management.
updatePopupMenu(AbstractNamedHistoryPanel, AbstractInvestigatorTab, int[], JPopupMenu, Class) - Static method in class adams.gui.tools.wekainvestigator.history.AbstractHistoryPopupMenuItem
Updates the menu for the specified superclass of menu items.
updatePopupMenu(PerFoldMultiPagePane, AbstractOutputGenerator, int[], JPopupMenu) - Static method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.perfold.AbstractPerFoldPopupMenuItem
Updates the menu.
updatePositions(int) - Method in class adams.gui.core.BaseSizeSequence
Updates the positions based on the current sizes.
updatePreferredArchiveHandler() - Method in class adams.gui.tools.PreviewBrowserPanel
Updates the preferred handler.
updatePreferredArchiveHandler(String[], String) - Static method in class adams.gui.tools.previewbrowser.PropertiesManager
Updates the preferred archive handler.
updatePreferredContentHandler() - Method in class adams.gui.tools.previewbrowser.PreviewDisplay
Updates the preferred handler.
updatePreferredContentHandler(String[], ContentHandler) - Static method in class adams.gui.tools.previewbrowser.PropertiesManager
Updates the preferred content handler.
updatePreferredSize() - Method in class adams.gui.chooser.AbstractChooserPanel
Updates the preferred size of the panel.
updatePreferredSize() - Method in class adams.gui.goe.InlineEditor
Updates the preferred size of the panel.
updatePreferredSize() - Method in class adams.gui.visualization.image.ColorPickerPanel.ZoomPanel
Updates the preferred size.
updatePreferredViewer(Class, BaseComboBox) - Method in class adams.gui.tools.previewbrowser.SerializedObjectPanel
Updates the preferred viewer.
updatePrefix() - Method in class adams.db.AbstractTableFacade
Updates the prefix of the console object output streams.
updatePrefix() - Method in class adams.db.generic.SQL
Updates the prefix of the console object output streams.
updatePrefix() - Method in class adams.flow.control.AbstractDirector
Updates the prefix of the print objects.
updatePrefix() - Method in class adams.flow.core.AbstractActor
Updates the prefix of the logger.
updatePrefix() - Method in class adams.gui.scripting.AbstractScriptingEngine
Updates the prefix of the console object output streams.
updatePreview() - Method in class adams.gui.flow.tab.Clipboard
Updates the preview panel.
updatePreview() - Method in class adams.gui.visualization.debug.StoragePanel
Updates the preview.
updatePreview(DOMNode) - Method in class adams.gui.core.dom.DOMTreeWithPreview
Updates the preview of the node's attributes.
updateProgrammaticVariables(VariablesHandler, Actor, File) - Static method in class adams.flow.core.ActorUtils
Adds some programmatic variables.
updateProgrammaticVariables(T, File) - Static method in class adams.flow.core.ActorUtils
Adds some programmatic variables.
updateProperties() - Method in class adams.gui.flow.tab.FlowTabManager
Saves the current properties.
updateProperties() - Method in class adams.gui.tools.spreadsheetviewer.tab.ViewerTabManager
Saves the current properties.
updateProperties(Report, Report) - Method in class adams.gui.visualization.image.ImagePanel
Updates the current report: removes all the fields that are no longer present in the modified report, updates all modified fields.
UpdateProperties - Class in adams.flow.control
Updates the properties of the sub-actor using the values associated with the specfiied variables.
UpdateProperties() - Constructor for class adams.flow.control.UpdateProperties
 
updateProperty(String) - Method in class adams.flow.core.AbstractCallableActorPropertyUpdater
Updates the property.
updateProperty(String) - Method in class adams.flow.core.AbstractPropertyUpdater
Updates the property.
updateProperty(String) - Method in class adams.flow.transformer.UpdateProperty
Updates the property.
UpdateProperty - Class in adams.flow.transformer
Updates the property of the object passing through with the specified value.
UpdateProperty() - Constructor for class adams.flow.transformer.UpdateProperty
 
updatePythonPath(Map<String, String>) - Method in class adams.flow.standalone.PythonEnvironment
Updates the PYTHONPATH value in the environment if necessary.
updateRelationName(File, Instances) - Method in class adams.gui.tools.wekainvestigator.InvestigatorPanel
Updates the relation name.
updateRelationNameTipText() - Method in class adams.flow.transformer.WekaMultiLabelSplitter
Returns the tip text for this property.
updateRenderLimit() - Method in class adams.gui.visualization.debug.InspectionPanel
Updates the render limit.
updateRenderLimit() - Method in class adams.gui.visualization.debug.StoragePanel
Updates the render limit.
updateRenderWidgets() - Method in class adams.gui.visualization.debug.InspectionPanel
Updates the state of the render widgets.
updateRenderWidgets() - Method in class adams.gui.visualization.debug.StoragePanel
Updates the state of the render widgets.
updateReport() - Method in class adams.flow.transformer.pixelselector.PixelSelectorPanel
Updates the report.
updateReport() - Method in class adams.gui.tools.previewbrowser.CocoAnnotationsHandler.CombinedPanel
Updates the report display if possible.
updateReport() - Method in class adams.gui.tools.previewbrowser.DeepLabCutCSVHandler.CombinedPanel
Updates the report display if possible.
updateReport() - Method in class adams.gui.tools.previewbrowser.ObjectCentersFromReport.CombinedPanel
Updates the report display if possible.
updateReport() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport.CombinedPanel
Updates the report display if possible.
updateReport() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet.CombinedPanel
Updates the report display if possible.
updateReport() - Method in class adams.gui.tools.previewbrowser.PointsFromReportHandler.CombinedPanel
Updates the report display if possible.
updateRight(File) - Method in class adams.gui.visualization.debug.SideBySideDiffPanel
Updates the right file.
updateRows() - Method in class adams.gui.visualization.instance.InstanceComparePanel
Updates the combobox with the rows.
updaterTipText() - Method in class adams.flow.sink.SpreadSheetRowViewer
Returns the tip text for this property.
updaterTipText() - Method in class adams.flow.sink.WekaInstanceViewer
Returns the tip text for this property.
updaterTipText() - Method in class weka.classifiers.trees.XGBoost
Gets the tip-text for the updater option.
updateScriptOptions() - Method in class adams.flow.core.AbstractGroovyActor
Updates the script options.
updateScriptOptions() - Method in class adams.flow.core.AbstractScriptingHandlerActor
Updates the script options.
updateSearch() - Method in class adams.gui.core.AbstractNamedHistoryPanel
Updates the search, filters the entries if necessary.
updateSearch() - Method in class adams.gui.visualization.container.AbstractContainerManager
Updates the search.
updateSearchOnUpdate() - Method in class adams.flow.sink.sequenceplotter.SequencePlotContainerManager
Whether to update the search whenever the content changes.
updateSearchOnUpdate() - Method in class adams.gui.visualization.container.AbstractContainerManager
Whether to update the search whenever the content changes.
updateSelectedActor(Actor) - Method in class adams.gui.flow.tree.quickaction.AbstractTreeQuickMenuItemAction
Updates the currently selected actor and refreshes the tree.
updateSetup() - Method in class adams.gui.visualization.image.plugins.Brightness.BrightnessDialog
Updates the setup.
updateShowHiddenFiles() - Method in class adams.gui.tools.PreviewBrowserPanel
Based on check state of menu item, sets whether to show/hide hidden files.
updateShowTempFiles() - Method in class adams.gui.tools.PreviewBrowserPanel
Based on check state of menu item, sets whether to show/hide temp files.
updateShowYearButtons() - Method in class adams.gui.chooser.DatePanel.InternalView
Update the scroll buttons UI.
updateSize(Object) - Method in class adams.gui.visualization.debug.InspectionPanel
Updates the size of the object.
updateSpreadSheet(SpreadSheet, int, int, HashMap) - Static method in class adams.parser.LookUpUpdate
Creates a copy of the spreadsheet and updates its values with the ones from updated symbols map.
updateStatistics(AttributeStats) - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeSummaryPanel.AttributeInfoPanel
Sets the gui elements for fields that are stored in the AttributeStats structure.
updateStatistics(AttributeStats, Attribute, boolean) - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeSummaryPanel.StatisticsTable
Creates a tablemodel for the attribute being displayed
updateStats() - Method in class adams.gui.visualization.statistics.InformativeStatisticFactory.MultiPagePane
updates the tabbed pane.
updateStatsForClassifier(double[], Instance) - Method in class weka.classifiers.evaluation.AbstractSimpleRegressionMeasure
Ignored.
updateStatsForClassifier(double[], Instance) - Method in class weka.classifiers.evaluation.Dice
Updates the statistics about a classifiers performance for the current test instance.
updateStatsForPredictor(double, Instance) - Method in class weka.classifiers.evaluation.AbstractSimpleRegressionMeasure
Updates the statistics about a predictors performance for the current test instance.
updateStatsForPredictor(double, Instance) - Method in class weka.classifiers.evaluation.Dice
Updates the statistics about a predictors performance for the current test instance.
updateStatus() - Method in class adams.gui.visualization.image.ImagePanel.PaintPanel
Updates the status bar.
updateStatus() - Method in class adams.gui.visualization.object.ObjectAnnotationPanel
Updates the status bar.
updateStatus(Point) - Method in class adams.gui.visualization.image.ImagePanel.PaintPanel
Updates the status bar.
updateStatus(Point) - Method in class adams.gui.visualization.object.ObjectAnnotationPanel
Updates the status bar.
UpdateStorageName - Class in adams.flow.processor
Updates all occurrences of the old storage name with the new one.
UpdateStorageName() - Constructor for class adams.flow.processor.UpdateStorageName
 
updateTabComponents() - Method in class adams.gui.core.BaseTabbedPane
Updates the tab components.
updateTabIcon(String) - Method in class adams.gui.flow.FlowWorker
Updates the tab icon, if possible.
updateTableColumnWidths() - Method in class adams.gui.visualization.container.AbstractContainerList
Gets called when the table data changes.
updateTableModel() - Method in class adams.gui.selection.AbstractSelectDatabaseFieldPanel
Updates the table model.
updateTabTitle(int) - Method in class adams.gui.visualization.image.ImageMultiPagePane
Updates the title of the specified tab, takes modified state into account.
updateTabTitles() - Method in class adams.gui.visualization.image.ImageMultiPagePane
Updates the title of all tabs, takes modified state into account.
updateText(String) - Method in class adams.gui.goe.InlineEditor
Sets the string in the text field only if valid, otherwise the current inline value is used to up the text field.
updateTime(long) - Method in class adams.flow.standalone.Stopwatch.StopwatchPanel
Updates the time display with the given time
updateTipText() - Method in class adams.flow.source.RSync
 
updateTitle() - Method in class adams.gui.dialog.TextPanel
Updates the title of the dialog.
updateTitle() - Method in class adams.gui.flow.FlowControlCenterPanel
Updates the title of the dialog.
updateTitle() - Method in class adams.gui.flow.FlowPanel
Updates the title of the dialog/frame if the title generator is enabled.
updateTitle() - Method in class adams.gui.flow.FlowRunnerPanel
Updates the title of the dialog.
updateTitle() - Method in class adams.gui.scripting.AbstractScriptingDialog
Updates the title of the dialog.
updateTitle() - Method in class adams.gui.tools.FavoritesManagementPanel
Updates the title of the dialog.
updateTitle() - Method in class adams.gui.tools.FileMonitorPanel
Updates the title of the dialog.
updateTitle() - Method in class adams.gui.tools.ImageProcessorPanel
Updats the title of the dialog/frame if applicable.
updateTitle() - Method in class adams.gui.tools.PlaceholderManagementPanel
Updates the title of the dialog.
updateTitle() - Method in class adams.gui.tools.PreviewBrowserPanel
Updates the title.
updateTitle() - Method in class adams.gui.tools.PropertiesViewerPanel
Updates the title of the dialog.
updateTitle() - Method in class adams.gui.tools.remotecontrolcenter.RemoteControlCenterPanel
Updates the title of the dialog.
updateTitle() - Method in class adams.gui.tools.VariableManagementPanel
Updates the title of the dialog.
updateTitle() - Method in class adams.gui.tools.wekainvestigator.InvestigatorPanel
Updates the title of the dialog.
updateTitle() - Method in class adams.gui.tools.wekamultiexperimenter.ExperimenterPanel
Updates the title of the dialog.
updateTitle() - Method in class adams.gui.visualization.container.AbstractContainerList
Updates the title, including the number of containers in the list.
updateTitle() - Method in class adams.gui.visualization.image.ImageViewerPanel
Updats the title of the dialog/frame if applicable.
updateTitle() - Method in class adams.gui.workspace.AbstractWorkspacePanel
Updates the title of the dialog.
updateTitle() - Method in class weka.gui.explorer.ExplorerExt
Updates the title of the dialog.
updateTitle(FlowPanel, String) - Method in class adams.gui.flow.FlowMultiPagePane
Updates the title.
updateTitle(String, MultiPagePane.DetachablePage) - Method in class adams.gui.core.MultiPagePane
Hook method for updating the title.
updateToolTip() - Method in class adams.gui.core.OneTouchPanel
Updates the tooltip.
updateToolTipText(Component, String) - Method in class adams.gui.core.PropertiesParameterPanel
Updates the tool tip.
updateTree() - Method in class adams.gui.tools.OptionTree
Updates the tree with the current full options.
updateType(LocatedObject, String) - Method in class adams.flow.transformer.CompareObjectTypes
Updates the type if necessary.
updateTypeTipText() - Method in class adams.flow.transformer.SetReportFromFile
Returns the tip text for this property.
updateTypeTipText() - Method in class adams.flow.transformer.SetReportFromSource
Returns the tip text for this property.
updateTypeTipText() - Method in class adams.flow.transformer.SetVariable
Returns the tip text for this property.
updateUI() - Method in class adams.gui.core.ButtonTabComponent.TabButton
 
updateUs() - Method in class adams.gui.goe.PropertyText
Attempts to update the textfield value from the editor.
updateUseFixedHandler() - Method in class adams.gui.tools.PreviewBrowserPanel
Based on check state of menu item, sets whether to use a fixed handler.
updateUserOnlyVariables() - Method in class adams.gui.tools.VariableManagementPanel
Updates whether programmatic variables are displayed or not.
updateValidity() - Method in class adams.gui.chooser.AbstractChooserPanel
Updates the validity indicator.
updateValue(TreePath) - Method in class adams.gui.goe.CallableActorReferenceEditor
Updates the value of the text field if possble, using the last component on the given tree path.
updateValue(TreePath) - Method in class adams.gui.goe.EventReferenceEditor
Updates the value of the text field if possble, using the last component on the given tree path.
updateVariable() - Method in class adams.core.option.AbstractArgumentOption
Updates the variable, i.e., retrieves the value for the variable and calls the read-method of this option to set it.
updateVariable(boolean) - Method in class adams.core.option.AbstractArgumentOption
Updates the variable, i.e., retrieves the value for the variable and calls the read-method of this option to set it.
updateVariable(boolean, Logger) - Method in class adams.core.option.AbstractArgumentOption
Updates the variable, i.e., retrieves the value for the variable and calls the read-method of this option to set it.
UpdateVariable - Class in adams.flow.template
Generates a sub-flow (enlosed by a Trigger) that retrieves and sets a variable, with the user being able to add custom actors in between for updating the variable value.
UpdateVariable() - Constructor for class adams.flow.template.UpdateVariable
 
UpdateVariableName - Class in adams.flow.processor
Updates all occurrences of the old variable name with the new one.
Processes either attached variables or variables that are a part of an object that is derived from adams.core.base.BaseObject.
UpdateVariableName() - Constructor for class adams.flow.processor.UpdateVariableName
 
updateVariablePrefix(String, boolean) - Method in class adams.core.option.OptionManager
Adds or removes the specified prefix from all variables.
updateVariables() - Method in class adams.flow.control.AbstractDirectedControlActor
Gets called when the actor needs to be re-setUp when a variable changes.
updateVariables() - Method in class adams.flow.core.AbstractActor
Gets called when the actor needs to be re-setUp when a variable changes.
updateVariables() - Method in class adams.flow.sink.DumpFile
Gets called when the actor needs to be re-setUp when a variable changes.
updateVariables() - Method in class adams.flow.transformer.WekaInstanceDumper
Gets called when the actor needs to be re-setUp when a variable changes.
updateVariablesInstance(Variables) - Method in class adams.core.option.OptionManager
Updates the Variables instance recursively on all options.
updateVariableValues() - Method in class adams.core.option.OptionManager
Updates the variables, i.e., in case an option uses a variable and this variable's value has changed, the updated value will be set.
updateVariableValues(boolean) - Method in class adams.core.option.OptionManager
Updates the variables, i.e., in case an option uses a variable and this variable's value has changed (or update is enforced), the updated value will be set.
updateVariableValues(boolean, Logger) - Method in class adams.core.option.OptionManager
Updates the variables, i.e., in case an option uses a variable and this variable's value has changed (or update is enforced), the updated value will be set.
updateVertex(LocatedObject, Point, Point) - Method in class adams.gui.visualization.object.tools.Edit
Updates the selected object using the old/new vertices.
updateVertexOverlays() - Method in class adams.gui.visualization.object.tools.Edit
Updates overlay(s) for the vertices.
updateVertexOverlays() - Method in class adams.gui.visualization.object.tools.Move
Updates overlay(s) for the vertices.
updateView(SerializedObjectViewer) - Method in class adams.gui.tools.previewbrowser.SerializedObjectPanel
Updates the view.
updateWaitTipText() - Method in class weka.classifiers.functions.FakeClassifier
Returns the tip text for this property.
updateWidgets() - Method in class adams.gui.core.SearchPanel
Lays out the widgets according to the layout.
updateWidgets() - Method in class adams.gui.flow.FlowEditorPanel
Updates the enabled state of the widgets.
updateWidgets() - Method in class adams.gui.flow.FlowPanel
Updates the enabled state of the widgets.
updateWidgets() - Method in class adams.gui.flow.FlowRunnerPanel
Updates the enabled state of the widgets.
updateWidgets() - Method in class adams.gui.tools.wekainvestigator.tab.CompareTab
Updates the state of the widgets.
updateWidgets() - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeSelectionPanel
Updates the enabled state of the buttons/combobox.
updateWidth(int) - Method in class adams.gui.core.SearchPanel
In case of vertical display, the size of the panel can be adjusted to the specified width.
upgrade() - Method in class adams.db.upgrade.AbstractTableUpgrade
Performs the upgrade if not yet performed and returns the information that was generated during the upgrade (can be empty).
upload(Map<String, Object>) - Method in class adams.opt.genetic.setupupload.AbstractSetupUpload
Uploads the setup.
UPLUS - Static variable in interface adams.parser.basedate.sym
 
UPLUS - Static variable in interface adams.parser.basedatetime.sym
 
UPLUS - Static variable in interface adams.parser.basedatetimemsec.sym
 
UPLUS - Static variable in interface adams.parser.basetime.sym
 
UPLUS - Static variable in interface adams.parser.basetimemsec.sym
 
UPPER_CASE - adams.core.base.BaseList.Conversion
upper case.
UPPER_CASE - adams.core.password.DictionaryBasedGenerator.Variation
 
UPPER_CASE - adams.data.spreadsheet.ColumnNameConversion
upper case.
upperBoundTipText() - Method in class adams.data.distribution.Uniform
Returns the tip text for this property.
UpperCase - Class in adams.data.conversion
Turns a String into an uppercase String.
UpperCase() - Constructor for class adams.data.conversion.UpperCase
 
UPPERCASE - Static variable in interface adams.parser.booleanexpression.sym
 
UPPERCASE - Static variable in interface adams.parser.lookupupdate.sym
 
UPPERCASE - Static variable in interface adams.parser.mathematicalexpression.sym
 
UPPERCASE - Static variable in interface adams.parser.spreadsheetformula.sym
 
UPPERCASE - Static variable in interface adams.parser.stringexpression.sym
 
UpperStatistic - Enum in adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated
Enumeration of upper statistics to compute.
upperTipText() - Method in class adams.data.spreadsheet.filter.Normalize
Returns the tip text for this property.
upperTipText() - Method in class adams.data.statistics.ArrayNormalizeRange
Returns the tip text for this property.
upperTipText() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.Predictions
Returns the tip text for this property.
upperTipText() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.SamplePlot
Returns the tip text for this property.
uriValue() - Method in class adams.core.base.BaseURI
Returns the URI value.
url() - Method in annotation type adams.core.annotation.MixedCopyright
 
url() - Method in annotation type adams.core.annotation.ThirdPartyCopyright
 
URL - adams.core.TechnicalInformation.Field
The WWW Universal Resource Locator that points to the item being referenced.
URL_FILENAME_SAFE - adams.core.net.Base64Type
 
URL_MYSQL - Static variable in class adams.db.JDBC
the expression to match a MySQL JDBC URL.
URL_POSTGRESQL - Static variable in class adams.db.JDBC
the expression to match a PostgreSQL JDBC URL.
URL_SQLITE - Static variable in class adams.db.JDBC
the expression to match a SQLite JDBC URL.
URLDecode - Class in adams.data.conversion
Decodes the URL encoded string back to a regular string (uses java.net.URLDecoder).
URLDecode() - Constructor for class adams.data.conversion.URLDecode
 
URLEncode - Class in adams.data.conversion
Encodes the string to make it usable within a URL (uses java.net.URLEncoder).
URLEncode() - Constructor for class adams.data.conversion.URLEncode
 
URLParametersToStringArray - Class in adams.data.conversion
Turns URL parameters like '...?k1=v1&k2=v2' back into a string array (uses java.net.URLDecoder).
URLParametersToStringArray() - Constructor for class adams.data.conversion.URLParametersToStringArray
 
URLsTipText() - Method in class adams.flow.source.URLSupplier
Returns the tip text for this property.
URLSupplier - Class in adams.flow.source
Supplies multiple URLs (uniform resource locators).
URLSupplier() - Constructor for class adams.flow.source.URLSupplier
 
URLTipText() - Method in class adams.core.option.DatabaseActorExecutionClassProducer
Returns the tip text for this property.
URLTipText() - Method in class adams.db.AbstractDatabaseConnection
Returns the tip text for this property.
URLTipText() - Method in class adams.db.AbstractDatabaseObjectWithOptionHandling
Returns the tip text for this property.
URLTipText() - Method in interface adams.db.DatabaseConnectionParameterHandler
Returns the tip text for this property.
URLTipText() - Method in class adams.flow.sink.WekaDatabaseWriter
Returns the tip text for this property.
URLTipText() - Method in class adams.flow.source.HttpRequest
Returns the tip text for this property.
URLTipText() - Method in class adams.flow.source.WekaDatabaseReader
Returns the tip text for this property.
URLTipText() - Method in class adams.flow.standalone.AbstractDatabaseConnection
Returns the tip text for this property.
URLTipText() - Method in class adams.flow.transformer.HttpPostFile
Returns the tip text for this property.
URLTipText() - Method in class adams.flow.transformer.HttpRequest
Returns the tip text for this property.
URLTipText() - Method in class adams.flow.websocket.client.AbstractWebSocketClientGenerator
Returns the tip text for this property.
URLTipText() - Method in class adams.run.RunDatabaseScheme
Returns the tip text for this property.
URLToString - Class in adams.data.conversion
Turns a URL object into a String.
URLToString() - Constructor for class adams.data.conversion.URLToString
 
urlValue() - Method in class adams.core.base.BaseURL
Returns the URL value.
urlValue() - Method in class adams.core.base.MavenRepository
Returns the URL part, if possible.
USE_BARPLOT - Static variable in class adams.gui.visualization.statistics.HistogramFactory
whether to use JMathPlot's BarPlot instead of HistogramPlot.
USE_FIRST_COMPONENT - weka.attributeSelection.AbstractPLSAttributeEval.LoadingsCalculations
 
useAbsoluteErrorTipText() - Method in class adams.flow.transformer.AbstractWekaPredictionsTransformer
Returns the tip text for this property.
useAbsoluteErrorTipText() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.FourInOnePlot
Returns the tip text for this property.
useAbsolutePathTipText() - Method in class adams.flow.source.valuedefinition.DirectoryValueDefinition
Returns the tip text for this property.
useAbsolutePathTipText() - Method in class adams.flow.source.valuedefinition.FileValueDefinition
Returns the tip text for this property.
useAbsolutePositionTipText() - Method in class adams.flow.transformer.pdfproclet.AbstractSpreadSheetPdfProclet
Returns the tip text for this property.
useAbsolutePositionTipText() - Method in class adams.flow.transformer.pdfproclet.FixedText
Returns the tip text for this property.
useAbsolutePositionTipText() - Method in class adams.flow.transformer.pdfproclet.Image
Returns the tip text for this property.
useAbsolutePositionTipText() - Method in interface adams.flow.transformer.pdfproclet.PdfProcletWithOptionalAbsolutePosition
Returns the tip text for this property.
useAbsolutePositionTipText() - Method in class adams.flow.transformer.pdfproclet.PlainText
Returns the tip text for this property.
useAllColumns() - Method in class adams.parser.spreadsheetquery.ParserHelper
Sets to return all columns.
useAlternativeLocationTipText() - Method in class adams.gui.tools.previewbrowser.CocoAnnotationsHandler
Returns the tip text for this property.
useAlternativeLocationTipText() - Method in class adams.gui.tools.previewbrowser.DeepLabCutCSVHandler
Returns the tip text for this property.
useAlternativeLocationTipText() - Method in class adams.gui.tools.previewbrowser.ObjectCentersFromReport
Returns the tip text for this property.
useAlternativeLocationTipText() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
Returns the tip text for this property.
useAlternativeLocationTipText() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
Returns the tip text for this property.
useAlternativeLocationTipText() - Method in class adams.gui.tools.previewbrowser.PointsFromReportHandler
Returns the tip text for this property.
useAlternativeOutputDirTipText() - Method in class adams.flow.transformer.AbstractSingleDecompress
Returns the tip text for this property.
useAlternativeOutputDirTipText() - Method in class adams.flow.transformer.GUNZIP
Returns the tip text for this property.
useAlternativeOutputDirTipText() - Method in class adams.flow.transformer.UnBzip2
Returns the tip text for this property.
useAlternativeOutputDirTipText() - Method in class adams.flow.transformer.UnLzf
Returns the tip text for this property.
useAlternativeOutputDirTipText() - Method in class adams.flow.transformer.UnLzma
Returns the tip text for this property.
useAlternativeOutputDirTipText() - Method in class adams.flow.transformer.UnXz
Returns the tip text for this property.
useAlternativeOutputDirTipText() - Method in class adams.flow.transformer.UnZstd
Returns the tip text for this property.
useAlwaysFirstStdevTipText() - Method in class adams.data.statistics.ArrayStandardScores
Returns the tip text for this property.
useAnchorAtPosTipText() - Method in class adams.data.image.transformer.crop.RelativeCrop
Returns the tip text for this property.
UseAsClass - Class in adams.gui.tools.wekainvestigator.tab.preprocesstab.attributeselaction
Uses the selected attribute as class attribute.
UseAsClass() - Constructor for class adams.gui.tools.wekainvestigator.tab.preprocesstab.attributeselaction.UseAsClass
Instantiates the action.
useBackgroundNegativeTipText() - Method in class adams.gui.core.spreadsheettable.AbstractColoredCellRenderingCustomizer
Returns the tip text for this property.
useBackgroundPositiveTipText() - Method in class adams.gui.core.spreadsheettable.AbstractColoredCellRenderingCustomizer
Returns the tip text for this property.
useBackslashesTipText() - Method in class adams.data.io.input.SqlDumpSpreadSheetReader
Returns the tip text for this property.
useBackslashesTipText() - Method in class adams.data.io.output.SqlDumpSpreadSheetWriter
Returns the tip text for this property.
useBaseParsingTipText() - Method in class adams.data.conversion.StringToDateTimeType
Returns the tip text for this property.
useBasic() - Static method in class adams.core.io.ConsoleHelper
Switches to the basic helper.
useBinaryModeTipText() - Method in class adams.flow.standalone.FTPConnection
Returns the tip text for this property.
useBinaryModeTipText() - Method in class adams.gui.chooser.FtpRemoteDirectorySetup
Returns the tip text for this property.
useBinaryModeTipText() - Method in class adams.scripting.connection.FTPConnection
Returns the tip text for this property.
useBinIndex(List<Bin<T>>) - Static method in class adams.data.binning.operation.Bins
Pushes the bin index into the binnable as value to use.
useBold(Component) - Static method in class adams.gui.core.Fonts
Sets bold font for the component.
useButtonsTipText() - Method in class adams.flow.source.EnterValue
Returns the tip text for this property.
useButtonsTipText() - Method in class adams.flow.transformer.ImageLabeler
Returns the tip text for this property.
useCheckBoxes() - Method in class adams.gui.core.ParameterPanel
Returns whether checkboxes are used.
useColorsPerTypeTipText() - Method in class adams.flow.transformer.draw.AbstractDrawObjectsFromReport
Returns the tip text for this property.
useColorsPerTypeTipText() - Method in class adams.gui.tools.previewbrowser.CocoAnnotationsHandler
Returns the tip text for this property.
useColorsPerTypeTipText() - Method in class adams.gui.tools.previewbrowser.DeepLabCutCSVHandler
Returns the tip text for this property.
useColorsPerTypeTipText() - Method in class adams.gui.tools.previewbrowser.DetectronAnnotationsHandler
Returns the tip text for this property.
useColorsPerTypeTipText() - Method in class adams.gui.tools.previewbrowser.ObjectCentersFromReport
Returns the tip text for this property.
useColorsPerTypeTipText() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
Returns the tip text for this property.
useColorsPerTypeTipText() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
Returns the tip text for this property.
useColorsPerTypeTipText() - Method in class adams.gui.tools.previewbrowser.PointsFromReportHandler
Returns the tip text for this property.
useColorsPerTypeTipText() - Method in class adams.gui.tools.previewbrowser.YoloAnnotationsHandler
Returns the tip text for this property.
useColorsPerTypeTipText() - Method in class adams.gui.visualization.image.AbstractObjectOverlayFromReport
Returns the tip text for this property.
useColorsPerTypeTipText() - Method in class adams.gui.visualization.image.AbstractPointOverlayFromReport
Returns the tip text for this property.
useColorsPerTypeTipText() - Method in class adams.gui.visualization.image.AbstractReportBasedOverlayHelper
Returns the tip text for this property.
useColorsPerTypeTipText() - Method in class adams.gui.visualization.object.overlay.AbstractObjectOverlayFromReport
Returns the tip text for this property.
useColorsPerTypeTipText() - Method in class adams.gui.visualization.object.overlay.AbstractPointOverlayFromReport
Returns the tip text for this property.
useColumnNamesAsClassLabelsTipText() - Method in class adams.flow.transformer.WekaSpreadSheetToPredictions
Returns the tip text for this property.
useColumnNamesAsTitlesTipText() - Method in class adams.flow.sink.ActualVsPredictedPlot
Returns the tip text for this property.
useCompactTipText() - Method in class adams.data.io.output.DefaultFlowWriter
Returns the tip text for this property.
useComparatorTipText() - Method in class adams.flow.transformer.Sort
Returns the tip text for this property.
useCompressionTipText() - Method in interface adams.data.CompressionSupporter
Returns the tip text for this property.
useCurrentOutput() - Method in class adams.gui.tools.ConsoleOutputAnalyzerPanel
Uses the currently displayed output.
useCustomDimensionsTipText() - Method in class adams.gui.print.JComponentWriter
Returns the tip text for this property.
useCustomHandlerTipText() - Method in class adams.flow.transformer.FindInFile
Returns the tip text for this property.
useCustomLoaderTipText() - Method in class adams.flow.transformer.WekaFileReader
Returns the tip text for this property.
useCustomLoaderTipText() - Method in class adams.flow.transformer.WekaReorderAttributesToReference
Returns the tip text for this property.
useCustomLoaderTipText() - Method in class weka.filters.unsupervised.instance.AlignDataset
Returns the tip text for this property.
useCustomLoaderTipText() - Method in class weka.filters.unsupervised.instance.RemoveTestInstances
Returns the tip text for this property.
useCustomPaintletTipText() - Method in class adams.flow.sink.ActualVsPredictedPlot
Returns the tip text for this property.
useCustomPaintletTipText() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.ClassifierErrors
Returns the tip text for this property.
useCustomPreviewTipText() - Method in class adams.flow.sink.FilePreview
Returns the tip text for this property.
useCustomPreviewTipText() - Method in class adams.flow.sink.ObjectPreview
Returns the tip text for this property.
useCustomReaderTipText() - Method in class adams.flow.transformer.FlowFileReader
Returns the tip text for this property.
useCustomRendererTipText() - Method in class adams.data.conversion.TextRenderer
Returns the tip text for this property.
useCustomRendererTipText() - Method in class adams.flow.sink.SimpleLogging
Returns the tip text for this property.
useCustomRendererTipText() - Method in class adams.flow.transformer.TextRenderer
Returns the tip text for this property.
useCustomRendererTipText() - Method in class adams.gui.visualization.debug.objectexport.PlainTextExporter
Returns the tip text for this property.
useCustomRendererTipText() - Method in class adams.gui.visualization.debug.objectexport.RenderedPlainTextExporter
Returns the tip text for this property.
useCustomSaverTipText() - Method in class adams.flow.sink.WekaFileWriter
Returns the tip text for this property.
useCustomTokensTipText() - Method in class adams.flow.transformer.ConfirmationDialog
Returns the tip text for this property.
useCustomValuesTipText() - Method in class adams.flow.template.SimpleMenu
Returns the tip text for this property.
useCustomWriterTipText() - Method in class adams.flow.sink.FlowFileWriter
Returns the tip text for this property.
usedBy(int) - Method in class adams.core.net.PortManager
Returns the associated class for the port.
useErrorTipText() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.ClassifierErrors
Returns the tip text for this property.
useFilenameTipText() - Method in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment
Returns the tip text for this property.
useFinderTipText() - Method in class adams.flow.transformer.SpreadSheetSetCell
Returns the tip text for this property.
useFirstColumnAsHeaderTipText() - Method in class adams.data.conversion.TransposeSpreadSheet
Returns the tip text for this property.
useFixedMinMaxTipText() - Method in class adams.data.binning.algorithm.ManualBinning
Returns the tip text for this property.
useFixedMinMaxTipText() - Method in class adams.data.statistics.ArrayHistogram
Returns the tip text for this property.
useFixedMinMaxTipText() - Method in class adams.flow.transformer.ArrayHistogramRanges
Returns the tip text for this property.
useFixedMinMaxTipText() - Method in class adams.flow.transformer.SpreadSheetHistogramRanges
Returns the tip text for this property.
useFixedMinMaxTipText() - Method in class adams.flow.transformer.WekaInstancesHistogramRanges
Returns the tip text for this property.
useFixedRangeTipText() - Method in class adams.data.conversion.DoubleMatrixToBufferedImage
Returns the tip text for this property.
useFixedSizeTipText() - Method in class adams.gui.visualization.core.BackgroundImagePaintlet
Returns the tip text for this property.
useFlowFileVariableTipText() - Method in class adams.flow.control.flowrestart.operation.RestartItself
Returns the tip text for this property.
useFormatTipText() - Method in class adams.data.conversion.IntToString
Returns the tip text for this property.
useFormatTipText() - Method in class adams.data.conversion.LongToString
Returns the tip text for this property.
useForwardSlashes(String) - Static method in class adams.core.io.FileUtils
Converts backslashes in a path to forwards slashes.
UseForwardSlashes - Class in adams.data.conversion
Converts backslashes in file names to forward slashes.
Does not touch the '\\' prefix of UNC paths.
UseForwardSlashes() - Constructor for class adams.data.conversion.UseForwardSlashes
 
useForwardSlashesTipText() - Method in interface adams.core.io.ForwardSlashSupporter
Returns the tip text for this property.
useForwardSlashesTipText() - Method in class adams.data.conversion.FileToString
Returns the tip text for this property.
useForwardSlashesTipText() - Method in class adams.data.conversion.ReplaceFileExtension
Returns the tip text for this property.
useForwardSlashesTipText() - Method in class adams.data.conversion.StringToValidFileName
Returns the tip text for this property.
useForwardSlashesTipText() - Method in class adams.flow.processor.ForwardSlashSwitch
Returns the tip text for this property.
useForwardSlashesTipText() - Method in class adams.flow.source.DirectoryLister
Returns the tip text for this property.
useForwardSlashesTipText() - Method in class adams.flow.source.DirectorySupplier
Returns the tip text for this property.
useForwardSlashesTipText() - Method in class adams.flow.source.FileSupplier
Returns the tip text for this property.
useForwardSlashesTipText() - Method in class adams.flow.source.FileSystemSearch
Returns the tip text for this property.
useForwardSlashesTipText() - Method in class adams.flow.source.SelectDirectory
Returns the tip text for this property.
useForwardSlashesTipText() - Method in class adams.flow.source.SelectFile
Returns the tip text for this property.
useForwardSlashesTipText() - Method in class adams.flow.source.valuedefinition.DefaultValueDefinition
Returns the tip text for this property.
useForwardSlashesTipText() - Method in class adams.flow.source.valuedefinition.DirectoryValueDefinition
Returns the tip text for this property.
useForwardSlashesTipText() - Method in class adams.flow.source.valuedefinition.FileValueDefinition
Returns the tip text for this property.
useForwardSlashesTipText() - Method in class adams.flow.transformer.AppendName
Returns the tip text for this property.
useForwardSlashesTipText() - Method in class adams.flow.transformer.DirName
Returns the tip text for this property.
useForwardSlashesTipText() - Method in class adams.flow.transformer.PrependDir
Returns the tip text for this property.
useForwardSlashesTipText() - Method in class adams.flow.transformer.RelativeDir
Returns the tip text for this property.
useHandlerFromOptions(String[]) - Static method in class adams.core.logging.LoggingHelper
Interprets the "-logging-handler <classname>" option in the command-line options and sets the logging handler accordingly.
useHeaderAsFirstColumnTipText() - Method in class adams.data.conversion.TransposeSpreadSheet
Returns the tip text for this property.
useInstead() - Method in annotation type adams.core.annotation.DeprecatedClass
 
useIntegersTipText() - Method in class adams.data.conversion.Point2DToString
Returns the tip text for this property.
useIntegersTipText() - Method in class adams.data.conversion.QuadrilateralLocationToString
Returns the tip text for this property.
useItalic(Component) - Static method in class adams.gui.core.Fonts
Sets italic font for the component.
useLocalStorageTipText() - Method in class adams.flow.control.LoadBalancer
Returns the tip text for this property.
useLowerCaseTipText() - Method in class adams.flow.processor.ChangePath
Returns the tip text for this property.
useMedianTipText() - Method in class adams.flow.transformer.wekaclusterer.ClusterCenters
Returns the tip text for this property.
useModelResetVariableTipText() - Method in class adams.flow.transformer.AbstractProcessWekaInstanceWithModel
Returns the tip text for this property.
useNativeTipText() - Method in class adams.flow.source.LookUp
Returns the tip text for this property.
useNativeTipText() - Method in class adams.flow.source.LookUpTable
Returns the tip text for this property.
useNativeTipText() - Method in class adams.flow.transformer.LookUp
Returns the tip text for this property.
useNativeTipText() - Method in class adams.flow.transformer.LookUpAdd
Returns the tip text for this property.
useNativeTipText() - Method in class adams.flow.transformer.LookUpInit
Returns the tip text for this property.
useNativeTipText() - Method in class adams.flow.transformer.SpreadSheetExtractArray
Returns the tip text for this property.
useNativeTipText() - Method in class adams.flow.transformer.SpreadSheetGetCell
Returns the tip text for this property.
useNativeTipText() - Method in class adams.flow.transformer.SpreadSheetStorageRowIterator
Returns the tip text for this property.
useNativeTipText() - Method in class adams.parser.LookUpUpdate
Returns the tip text for this property.
useNormalizedTipText() - Method in class adams.data.io.input.ObjectLocationsSpreadSheetReader
Returns the tip text for this property.
useOneBasedIndexTipText() - Method in class adams.flow.transformer.Max
Returns the tip text for this property.
useOneBasedIndexTipText() - Method in class adams.flow.transformer.Min
Returns the tip text for this property.
useOnlyNameTipText() - Method in class adams.flow.transformer.preparefilebaseddataset.GroupedCrossValidation
Returns the tip text for this property.
useOnlyNameTipText() - Method in class adams.flow.transformer.preparefilebaseddataset.GroupedTrainTestSplit
Returns the tip text for this property.
useOnlyNameTipText() - Method in class adams.flow.transformer.preparefilebaseddataset.GroupedTrainValidateTestSplit
Returns the tip text for this property.
useOriginalIndicesTipText() - Method in class adams.flow.transformer.AbstractWekaPredictionsTransformer
Returns the tip text for this property.
useOther(Console) - Static method in class adams.core.io.ConsoleHelper
Switches to another helper.
useOtherObjectTipText() - Method in class adams.data.objectoverlap.AreaRatio
Returns the tip text for this property.
useOtherObjectTipText() - Method in class adams.data.objectoverlap.IntersectOverUnionRatio
Returns the tip text for this property.
useOtherObjectTipText() - Method in class adams.flow.transformer.ImageObjectOverlap
Returns the tip text for this property.
useOtherObjectTipText() - Method in class adams.flow.transformer.IntersectOverUnion
Returns the tip text for this property.
useOuterWindowTipText() - Method in interface adams.flow.core.InteractiveActorWithCustomParentComponent
Returns the tip text for this property.
useOuterWindowTipText() - Method in class adams.flow.source.AbstractInteractiveSource
Returns the tip text for this property.
useOuterWindowTipText() - Method in class adams.flow.source.SelectFile
Returns the tip text for this property.
useOuterWindowTipText() - Method in class adams.flow.source.WekaSelectDataset
Returns the tip text for this property.
useOuterWindowTipText() - Method in class adams.flow.transformer.AbstractInteractiveTransformer
Returns the tip text for this property.
usePassiveModeTipText() - Method in class adams.flow.standalone.FTPConnection
Returns the tip text for this property.
usePassiveModeTipText() - Method in class adams.gui.chooser.FtpRemoteDirectorySetup
Returns the tip text for this property.
usePassiveModeTipText() - Method in class adams.scripting.connection.FTPConnection
Returns the tip text for this property.
usePercentageTipText() - Method in class adams.data.image.features.AbstractCountColor
Returns the tip text for this property.
usePlain(Component) - Static method in class adams.gui.core.Fonts
Sets plain font for the component.
usePolygonFormatTipText() - Method in class adams.data.io.input.YoloAnnotationsReportReader
Returns the tip text for this property.
usePolygonFormatTipText() - Method in class adams.data.io.output.YoloAnnotationsReportWriter
Returns the tip text for this property.
usePrefixTipText() - Method in class adams.flow.transformer.SpreadSheetMerge
Returns the tip text for this property.
usePrefixTipText() - Method in class adams.flow.transformer.WekaInstancesMerge
Returns the tip text for this property.
usePreProcessedAsInput() - Method in class adams.flow.standalone.AbstractMutableActorDaemonEvent
Returns whether the preprocessed event is used as input token.
usePreProcessedAsInput() - Method in class adams.flow.standalone.DirWatch
Returns whether the preprocessed event is used as input token.
usePreProcessedAsInput() - Method in class adams.flow.standalone.LogEvent
Returns whether the preprocessed event is used as input token.
usePreProcessedAsInput() - Method in class adams.flow.standalone.VariableChangedEvent
Returns whether the preprocessed event is used as input token.
useProbabilitiesTipText() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.ConfusionMatrix
Returns the tip text for this property.
User - Class in adams.core.management
Class for returning information about the current user.
User() - Constructor for class adams.core.management.User
 
USER - Static variable in class adams.core.option.CompactFlowProducer
the information on the user.
USER - Static variable in class adams.core.option.NestedProducer
the information on the user.
USER_DEFINED_TYPES - adams.db.MetaDataType
 
USER_GID - Static variable in class adams.core.SystemInfo
the key for the user's group ID (*nix only).
USER_UID - Static variable in class adams.core.SystemInfo
the key for the user's ID (*nix only).
USERCPU_TIME_TESTING - adams.flow.core.ExperimentStatistic
 
USERCPU_TIME_TRAINING - adams.flow.core.ExperimentStatistic
 
useReducedData(ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.AttributeSelectionTab.HistoryPanel
Makes the reduced data available as data container.
useRelationNameAsFilenameTipText() - Method in class adams.flow.sink.WekaFileWriter
Returns the tip text for this property.
useRelationNameAsFilenameTipText() - Method in class adams.flow.transformer.WekaInstanceDumper
Returns the tip text for this property.
useRelationNameAsTableTipText() - Method in class adams.flow.sink.WekaDatabaseWriter
Returns the tip text for this property.
useRelativePathsTipText() - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearch
Returns the tip text for this property.
useRelativePathsTipText() - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearchWithComparator
Returns the tip text for this property.
useRelativePathsTipText() - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearchWithCustomSort
Returns the tip text for this property.
useRelativePathsTipText() - Method in class adams.flow.source.filesystemsearch.LocalFileSearch
Returns the tip text for this property.
useRelativeTipText() - Method in class adams.flow.control.removeoutliers.IQR
Returns the tip text for this property.
useRelativeTipText() - Method in class adams.flow.control.removeoutliers.StdDev
Returns the tip text for this property.
usermapTipText() - Method in class adams.flow.source.RSync
 
UserMode - Enum in adams.core.option
The user mode, determines the knowledge level of the user.
UserModeSupporter - Interface in adams.core.option
Interface for classes that support a user mode.
userModeTipText() - Method in class adams.doc.javadoc.Javadoc
Returns the tip text for this property.
userModeTipText() - Method in class adams.doc.listing.OptionOutput
Returns the tip text for this property.
userModeTipText() - Method in class adams.gui.application.AbstractApplicationFrame
Returns the tip text for this property.
UserModeUtils - Class in adams.gui.core
Methods for handling user mode.
UserModeUtils() - Constructor for class adams.gui.core.UserModeUtils
 
userTipText() - Method in class adams.core.option.DatabaseActorExecutionClassProducer
Returns the tip text for this property.
userTipText() - Method in class adams.db.AbstractDatabaseConnection
Returns the tip text for this property.
userTipText() - Method in class adams.db.AbstractDatabaseObjectWithOptionHandling
Returns the tip text for this property.
userTipText() - Method in interface adams.db.DatabaseConnectionParameterHandler
Returns the tip text for this property.
userTipText() - Method in class adams.flow.sink.WekaDatabaseWriter
Returns the tip text for this property.
userTipText() - Method in class adams.flow.source.WekaDatabaseReader
Returns the tip text for this property.
userTipText() - Method in class adams.flow.standalone.AbstractDatabaseConnection
Returns the tip text for this property.
userTipText() - Method in class adams.flow.standalone.FTPConnection
Returns the tip text for this property.
userTipText() - Method in class adams.flow.standalone.SMBConnection
Returns the tip text for this property.
userTipText() - Method in class adams.flow.standalone.SMTPConnection
Returns the tip text for this property.
userTipText() - Method in class adams.flow.standalone.SSHConnection
Returns the tip text for this property.
userTipText() - Method in class adams.gui.chooser.FtpRemoteDirectorySetup
Returns the tip text for this property.
userTipText() - Method in class adams.gui.chooser.SftpRemoteDirectorySetup
Returns the tip text for this property.
userTipText() - Method in class adams.gui.chooser.SmbRemoteDirectorySetup
Returns the tip text for this property.
userTipText() - Method in class adams.run.RunDatabaseScheme
Returns the tip text for this property.
userTipText() - Method in class adams.scripting.connection.AbstractSSHConnection
Returns the tip text for this property.
userTipText() - Method in class adams.scripting.connection.FTPConnection
Returns the tip text for this property.
uses(Class) - Method in class adams.core.net.PortManager
Returns the ports associated with a class.
useSecondEvaluationTipText() - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithmWithSecondEvaluation
Returns the tip text for this property.
useSeparateLayers - Variable in class adams.gui.visualization.segmentation.SegmentationPanel.ContainerSettings
whether separate layers were used.
useSeparateLayersTipText() - Method in class adams.flow.sink.ImageSegmentationViewer
Returns the tip text for this property.
useSeparateLayersTipText() - Method in class adams.flow.transformer.ImageSegmentationAnnotator
Returns the tip text for this property.
useSeparateLayersTipText() - Method in class adams.gui.tools.previewbrowser.ImageSegmentationAnnotationsHandler
Returns the tip text for this property.
useSimpleHeaderTipText() - Method in class adams.flow.sink.SpreadSheetDisplay
Returns the tip text for this property.
useSSLTipText() - Method in class adams.flow.standalone.SMTPConnection
Returns the tip text for this property.
usesState() - Method in class weka.classifiers.timeseries.BaselineAdjustedForecaster
Check whether the base learner requires operations regarding state
useStarsTipText() - Method in class adams.doc.javadoc.Javadoc
Returns the tip text for this property.
useStorageTipText() - Method in class adams.flow.control.SetContainerValue
Returns the tip text for this property.
useStorageTipText() - Method in class adams.flow.source.MakeContainer
Returns the tip text for this property.
useStringsTipText() - Method in class adams.data.conversion.MapToKeyValuePairs
Returns the tip text for this property.
useStringsTipText() - Method in class adams.data.conversion.PropertiesToKeyValuePairs
Returns the tip text for this property.
useTimestampDirsTipText() - Method in class adams.flow.transformer.AbstractDataProcessor
Returns the tip text for this property.
useTLSTipText() - Method in class adams.flow.standalone.SMTPConnection
Returns the tip text for this property.
useUndoHandler() - Method in class adams.gui.visualization.instances.InstancesTableModel
Returns whether to use the undo handler.
useUnsmoothedTipText() - Method in class weka.classifiers.trees.m5.M5Base2
Returns the tip text for this property
useViewsTipText() - Method in class adams.flow.transformer.WekaCrossValidationEvaluator
Returns the tip text for this property.
useViewsTipText() - Method in class adams.ml.evaluation.AbstractSplitGenerator
Returns the tip text for this property.
useViewsTipText() - Method in class weka.classifiers.AbstractSplitGenerator
Returns the tip text for this property.
useWekaEditors() - Static method in class adams.gui.goe.WekaEditorsRegistration
Returns whether Weka editors should be used.
useXYTipText() - Method in class adams.data.conversion.RectangleToString
Returns the tip text for this property.
useXYTipText() - Method in class adams.data.conversion.StringToRectangle
Returns the tip text for this property.
Utils - Class in adams.core
Class implementing some simple utility methods.
Utils() - Constructor for class adams.core.Utils
 

V

V - adams.data.image.HSVChannel
 
V - adams.data.image.YUVChannel
 
VALID_CHARS - Static variable in class adams.core.base.BaseHostname
the valid characters.
validate() - Method in class adams.doc.xml.AbstractTag
Validates/fixes the XML tree.
validate() - Method in class adams.gui.visualization.core.axis.AbstractAxisModel
calculates the top and bottom margin if necessary.
validate() - Method in class adams.gui.wizard.AbstractWizardPage
Marks the input on the page as valid.
validateMinMax() - Method in class adams.data.sequence.XYSequence
Determines the min/max points.
validateMinMax() - Method in class adams.data.timeseries.Timeseries
Initializes the min/max timeseries points.
validatePercentageTipText() - Method in class adams.flow.transformer.preparefilebaseddataset.TrainValidateTestSplit
Returns the tip text for this property.
validatingTipText() - Method in class adams.core.io.filecomplete.XML
Returns the tip text for this property.
validatingTipText() - Method in class adams.data.conversion.XMLToDOM
Returns the tip text for this property.
validatingTipText() - Method in class adams.flow.transformer.XMLFileReader
Returns the tip text for this property.
validationTipText() - Method in class adams.flow.transformer.preparefilebaseddataset.Selected
Returns the tip text for this property.
value() - Method in annotation type weka.classifiers.trees.XGBoost.XGBoostParameter
The name of the parameter this field corresponds to.
value(int) - Method in class weka.core.AbstractHashableInstance
Returns an instance's attribute value in internal format.
value(Attribute) - Method in class weka.core.AbstractHashableInstance
Returns an instance's attribute value in internal format.
VALUE - adams.flow.transformer.SetArrayElement.Origin
provided value.
VALUE - adams.flow.transformer.SetJsonValue.SourceType
 
VALUE - adams.flow.transformer.SetMapValue.SourceType
 
VALUE_ABSTENTION_CLASSIFICATION - Static variable in class adams.flow.container.WekaPredictionContainer
the identifier for the classification of an abstaining classifier.
VALUE_ABSTENTION_CLASSIFICATION_LABEL - Static variable in class adams.flow.container.WekaPredictionContainer
the identifier for the classification label of an abstaining classifier.
VALUE_ABSTENTION_DISTRIBUTION - Static variable in class adams.flow.container.WekaPredictionContainer
the identifier for the distribution of an abstaining classifier.
VALUE_ACTOR - Static variable in class adams.flow.container.EncapsulatedActorsContainer
the key for the actor.
VALUE_ACTOR - Static variable in class adams.flow.container.ProcessActorContainer
the key for the actor.
VALUE_ALGORITHM - Static variable in class adams.flow.container.ControlChartContainer
the identifier for the algorithm.
VALUE_ALGORITHM - Static variable in class adams.flow.container.WekaGeneticAlgorithmInitializationContainer
the identifier for the algorithm instance.
VALUE_AVERAGE_SILHOUETTE_COEFFICIENT - Static variable in class adams.flow.transformer.wekaclusterer.AverageSilhouetteCoefficient
the key in the container.
VALUE_BASE - Static variable in class adams.flow.container.ImageSegmentationContainer
the base image.
VALUE_BODY - Static variable in class adams.flow.container.HttpRequestResult
the identifier for the result body (HTML).
VALUE_CHART - Static variable in class adams.flow.container.ControlChartContainer
the identifier for the chart name.
VALUE_CLASSES_TO_CLUSTERS - Static variable in class weka.gui.explorer.ClustererHandler
 
VALUE_CLASSIFICATION - Static variable in class adams.flow.container.WekaPredictionContainer
the identifier for the Classification.
VALUE_CLASSIFICATION_LABEL - Static variable in class adams.flow.container.WekaPredictionContainer
the identifier for the Classification's label.
VALUE_CLEAN - Static variable in class adams.flow.container.OutlierContainer
the identifier for the cleaned up data.
VALUE_CLUSTER - Static variable in class adams.flow.container.WekaClusteringContainer
the identifier for the Cluster.
VALUE_CLUSTERED_DATASET - Static variable in class adams.flow.transformer.wekaclusterer.AbstractClusterMembershipPostProcessor
the clustered full dataset.
VALUE_COMMAND - Static variable in class adams.flow.container.RemoteCommandContainer
the identifier for the command.
VALUE_CONTENTTYPE - Static variable in class adams.flow.container.SequencePlotterContainer
the identifier for the "content type" value.
VALUE_COOKIES - Static variable in class adams.flow.container.HttpRequestResult
the identifier for the cookies (if any; Map).
VALUE_CROSS_VALIDATION - Static variable in class weka.gui.explorer.AttributeSelectionHandler
 
VALUE_CROSS_VALIDATION - Static variable in class weka.gui.explorer.ClassifierHandler
 
VALUE_DATA - Static variable in class adams.flow.container.AbstractFilterContainer
the identifier for the Data.
VALUE_DATA - Static variable in class adams.flow.container.ControlChartContainer
the identifier for the data (double array).
VALUE_DATA - Static variable in class adams.flow.container.WekaFilterContainer
the identifier for the Data.
VALUE_DATA - Static variable in class adams.flow.container.WekaGeneticAlgorithmInitializationContainer
the identifier for the data.
VALUE_DATASET - Static variable in class adams.flow.container.WekaModelContainer
the identifier for the full dataset.
VALUE_DETECTION - Static variable in class adams.flow.container.OutlierDetectorContainer
the identifier for the detection output (if any).
VALUE_DETECTOR - Static variable in class adams.flow.container.OutlierDetectorContainer
the identifier for the detector itself.
VALUE_DISTANCES - Static variable in class adams.flow.container.WekaNearestNeighborSearchContainer
the identifier for the distances.
VALUE_DISTRIBUTION - Static variable in class adams.flow.container.WekaClusteringContainer
the identifier for the Distribution.
VALUE_DISTRIBUTION - Static variable in class adams.flow.container.WekaPredictionContainer
the identifier for the Distribution.
VALUE_ECCENTRICITY - Static variable in class adams.flow.container.PredictionEccentricityContainer
the identifier for the calculated eccentricity.
VALUE_ERROR_X - Static variable in class adams.flow.container.SequencePlotterContainer
the identifier for the X error value.
VALUE_ERROR_Y - Static variable in class adams.flow.container.SequencePlotterContainer
the identifier for the Y error value.
VALUE_EVALUATION - Static variable in class adams.flow.container.WekaAttributeSelectionContainer
the identifier for the evaluation object.
VALUE_EVALUATION - Static variable in class adams.flow.container.WekaClusterEvaluationContainer
the identifier for the ClusterEvaluation.
VALUE_EVALUATION - Static variable in class adams.flow.container.WekaEvaluationContainer
the identifier for the Evaluation.
VALUE_EVENT - Static variable in class adams.flow.container.RemoteCommandContainer
the identifier for the event.
VALUE_EXPERIMENT - Static variable in class adams.flow.container.WekaExperimentContainer
the identifier for the experiment.
VALUE_FILTER - Static variable in class adams.flow.container.AbstractFilterContainer
the identifier for the Filter.
VALUE_FILTER - Static variable in class adams.flow.container.WekaFilterContainer
the identifier for the Filter.
VALUE_FITNESS - Static variable in class adams.flow.container.WekaGeneticAlgorithmContainer
the identifier for the fitness.
VALUE_FOLD_COUNT - Static variable in class adams.flow.container.TrainTestSetContainer
the identifier for the fold count.
VALUE_FOLD_COUNT - Static variable in class adams.flow.container.WekaAttributeSelectionContainer
the identifier for the fold count.
VALUE_FOLD_COUNT - Static variable in class adams.flow.container.WekaTrainTestSetContainer
the identifier for the fold count.
VALUE_FOLD_NUMBER - Static variable in class adams.flow.container.TrainTestSetContainer
the identifier for the fold number.
VALUE_FOLD_NUMBER - Static variable in class adams.flow.container.WekaTrainTestSetContainer
the identifier for the fold number.
VALUE_FORECASTS - Static variable in class adams.flow.container.WekaForecastContainer
the identifier for the Classification.
VALUE_HEADER - Static variable in class adams.flow.container.FeatureConverterContainer
the identifier for the Header.
VALUE_HEADER - Static variable in class adams.flow.container.WekaModelContainer
the identifier for the Header.
VALUE_INPUT - Static variable in class adams.flow.container.AbstractFilterContainer
the identifier for the Input Data.
VALUE_INPUT - Static variable in class adams.flow.container.EncapsulatedActorsContainer
the key for the input.
VALUE_INPUT - Static variable in class adams.flow.container.OutlierDetectorContainer
the identifier for the input data.
VALUE_INPUT - Static variable in class adams.flow.container.WekaFilterContainer
the identifier for the Input Data.
VALUE_INPUTNAME - Static variable in class adams.flow.container.EncapsulatedActorsContainer
the key for the input name.
VALUE_INSTANCE - Static variable in class adams.flow.container.WekaClusteringContainer
the identifier for the Instance.
VALUE_INSTANCE - Static variable in class adams.flow.container.WekaNearestNeighborSearchContainer
the identifier for the Instance.
VALUE_INSTANCE - Static variable in class adams.flow.container.WekaPredictionContainer
the identifier for the Instance.
VALUE_INSTANCES - Static variable in class adams.flow.container.WekaExperimentContainer
the identifier for the results (instances).
VALUE_LAYERS - Static variable in class adams.flow.container.ImageSegmentationContainer
the layers.
VALUE_LIMITS - Static variable in class adams.flow.container.ControlChartContainer
the identifier for the limits (array of Limits).
VALUE_LIST - Static variable in class adams.flow.container.ProcessActorContainer
the key for the list.
VALUE_LOGDENSITY - Static variable in class adams.flow.container.WekaClusteringContainer
the identifier for the LogDensity.
VALUE_LOGDENSITYPERCLUSTER - Static variable in class adams.flow.container.WekaClusteringContainer
the identifier for the LogDensityPerCluster.
VALUE_LOGJOINTDENSITIES - Static variable in class adams.flow.container.WekaClusteringContainer
the identifier for the LogJointDensities.
VALUE_LOGLIKELIHOOD - Static variable in class adams.flow.container.WekaClusterEvaluationContainer
the identifier for the log-likelihood.
VALUE_MATRIX - Static variable in class adams.flow.container.PredictionEccentricityContainer
the identifier for the binary matrix used to calculate the eccentricity.
VALUE_MEASURE - Static variable in class adams.flow.container.WekaGeneticAlgorithmContainer
the identifier for the measure.
VALUE_MESSAGE - Static variable in class adams.flow.container.RemoteCommandContainer
the identifier for the optional message.
VALUE_METADATA - Static variable in class adams.flow.container.SequencePlotterContainer
the identifier for the meta-data.
VALUE_MODEL - Static variable in class adams.flow.container.WekaClusterEvaluationContainer
the identifier for the Model.
VALUE_MODEL - Static variable in class adams.flow.container.WekaEvaluationContainer
the identifier for the Model.
VALUE_MODEL - Static variable in class adams.flow.container.WekaForecastContainer
the identifier for the forecaster model.
VALUE_MODEL - Static variable in class adams.flow.container.WekaModelContainer
the identifier for the Model.
VALUE_MSEC - Static variable in class adams.flow.container.TimingContainer
the identifier for the msec.
VALUE_NAME - Static variable in class adams.flow.container.ImageSegmentationContainer
the image name.
VALUE_NEGATIVE - Static variable in class adams.flow.container.FileBasedDatasetContainer
the identifier for the negative files.
VALUE_NEIGHBORHOOD - Static variable in class adams.flow.container.WekaNearestNeighborSearchContainer
the identifier for the neighborhood.
VALUE_NO - Static variable in class adams.flow.transformer.ImageObjectOverlapMatrix
 
VALUE_ORIGIN - Static variable in class adams.flow.container.TimingContainer
the identifier for the origin.
VALUE_ORIGINAL - Static variable in class adams.flow.container.OutlierContainer
the identifier for the original data.
VALUE_ORIGINAL - Static variable in class adams.flow.container.SpreadSheetCellSelectionContainer
the key for the original spreadsheet.
VALUE_ORIGINALINDICES - Static variable in class adams.flow.container.WekaEvaluationContainer
the identifier for the original indices.
VALUE_OUTLIERS - Static variable in class adams.flow.container.OutlierContainer
the identifier for the outlier data.
VALUE_OUTPUT - Static variable in class adams.flow.container.EncapsulatedActorsContainer
the key for the output.
VALUE_OUTPUTNAME - Static variable in class adams.flow.container.EncapsulatedActorsContainer
the key for the output name.
VALUE_PERCENTAGE_SPLIT - Static variable in class weka.gui.explorer.ClassifierHandler
 
VALUE_PERCENTAGE_SPLIT - Static variable in class weka.gui.explorer.ClustererHandler
 
VALUE_PLOTNAME - Static variable in class adams.flow.container.SequencePlotterContainer
the identifier for the PlotName.
VALUE_PREDICTIONOUTPUT - Static variable in class adams.flow.container.WekaEvaluationContainer
the identifier for the prediction output.
VALUE_PREDICTIONS - Static variable in class adams.flow.container.PredictionEccentricityContainer
the identifier for the underlying predictions.
VALUE_PREFIX - Static variable in class adams.flow.container.TimingContainer
the identifier for the optional prefix.
VALUE_PREPARED - Static variable in class adams.flow.container.ControlChartContainer
the identifier for the perpared data (double array).
VALUE_RANGECHECK - Static variable in class adams.flow.container.WekaPredictionContainer
the identifier for the Range check.
VALUE_REDUCED - Static variable in class adams.flow.container.WekaAttributeSelectionContainer
the identifier for the reduced data.
VALUE_REPORT - Static variable in interface adams.flow.container.ContainerWithReport
the identifier for the report.
VALUE_REQUEST - Static variable in interface adams.scripting.command.RemoteCommand
the Request value (type key).
VALUE_RESPONSE - Static variable in interface adams.scripting.command.RemoteCommand
the Response value (type key).
VALUE_ROW - Static variable in class adams.flow.container.FeatureConverterContainer
the identifier for the Row.
VALUE_RULES - Static variable in class adams.flow.container.WekaAssociatorContainer
the identifier for the rules.
VALUE_SEED - Static variable in class adams.flow.container.TrainTestSetContainer
the identifier for the random seed.
VALUE_SEED - Static variable in class adams.flow.container.WekaAttributeSelectionContainer
the identifier for the random seed.
VALUE_SEED - Static variable in class adams.flow.container.WekaTrainTestSetContainer
the identifier for the random seed.
VALUE_SELECTED - Static variable in class adams.flow.container.SpreadSheetCellSelectionContainer
the key for the spreadsheet with the selected values.
VALUE_SELECTEDATTRIBUTES - Static variable in class adams.flow.container.WekaAttributeSelectionContainer
the identifier for the Remove filter setup.
VALUE_SETUP - Static variable in class adams.flow.container.WekaGeneticAlgorithmContainer
the identifier for the setup.
VALUE_SPREADSHEET - Static variable in class adams.flow.container.WekaExperimentContainer
the identifier for the results (spreadsheet).
VALUE_STATISTICS - Static variable in class adams.flow.container.WekaAttributeSelectionContainer
the identifier for the statistics object.
VALUE_STATUSCODE - Static variable in class adams.flow.container.HttpRequestResult
the identifier for the numeric status code.
VALUE_STATUSMESSAGE - Static variable in class adams.flow.container.HttpRequestResult
the identifier for the status message.
VALUE_STORAGE - Static variable in class adams.flow.container.EncapsulatedActorsContainer
the key for the storage.
VALUE_SUBSET - Static variable in class adams.flow.container.SpreadSheetCellSelectionContainer
the key for the spreadsheet with the subset of values.
VALUE_SUPPLIED_TEST_SET - Static variable in class weka.gui.explorer.ClassifierHandler
 
VALUE_SUPPLIED_TEST_SET - Static variable in class weka.gui.explorer.ClustererHandler
 
VALUE_TEST - Static variable in class adams.flow.container.FileBasedDatasetContainer
the identifier for the test files.
VALUE_TEST - Static variable in class adams.flow.container.TrainTestSetContainer
the identifier for the test data.
VALUE_TEST - Static variable in class adams.flow.container.WekaAttributeSelectionContainer
the identifier for the test data.
VALUE_TEST - Static variable in class adams.flow.container.WekaTrainTestSetContainer
the identifier for the test data.
VALUE_TEST_ORIGINALINDICES - Static variable in class adams.flow.container.TrainTestSetContainer
the identifier for the original indices (test).
VALUE_TEST_ORIGINALINDICES - Static variable in class adams.flow.container.WekaTrainTestSetContainer
the identifier for the original indices (test).
VALUE_TEST_REDUCED - Static variable in class adams.flow.container.WekaAttributeSelectionContainer
the identifier for the reduced data.
VALUE_TEST_TRANSFORMED - Static variable in class adams.flow.container.WekaAttributeSelectionContainer
the identifier for the transformed data.
VALUE_TESTDATA - Static variable in class adams.flow.container.WekaEvaluationContainer
the identifier for the original data.
VALUE_TRAIN - Static variable in class adams.flow.container.FileBasedDatasetContainer
the identifier for the training files.
VALUE_TRAIN - Static variable in class adams.flow.container.TrainTestSetContainer
the identifier for the training data.
VALUE_TRAIN - Static variable in class adams.flow.container.WekaAttributeSelectionContainer
the identifier for the training data.
VALUE_TRAIN - Static variable in class adams.flow.container.WekaTrainTestSetContainer
the identifier for the training data.
VALUE_TRAIN_ORIGINALINDICES - Static variable in class adams.flow.container.TrainTestSetContainer
the identifier for the original indices (train).
VALUE_TRAIN_ORIGINALINDICES - Static variable in class adams.flow.container.WekaTrainTestSetContainer
the identifier for the original indices (train).
VALUE_TRAINING_SET - Static variable in class weka.gui.explorer.AttributeSelectionHandler
 
VALUE_TRAINING_SET - Static variable in class weka.gui.explorer.ClassifierHandler
 
VALUE_TRAINING_SET - Static variable in class weka.gui.explorer.ClustererHandler
 
VALUE_TRANSFORMED - Static variable in class adams.flow.container.WekaAttributeSelectionContainer
the identifier for the transformed data.
VALUE_TRANSFORMED - Static variable in class adams.flow.container.WekaForecastModelContainer
the transformed data.
VALUE_VALIDATION - Static variable in class adams.flow.container.FileBasedDatasetContainer
the identifier for the validation files.
VALUE_VARIABLES - Static variable in class adams.flow.container.EncapsulatedActorsContainer
the key for the variables.
VALUE_WEIGHTS - Static variable in class adams.flow.container.WekaGeneticAlgorithmContainer
the identifier for the weights.
VALUE_WEIGHTSSTR - Static variable in class adams.flow.container.WekaGeneticAlgorithmContainer
the identifier for the weights string.
VALUE_X - Static variable in class adams.flow.container.SequencePlotterContainer
the identifier for the X value.
VALUE_Y - Static variable in class adams.flow.container.SequencePlotterContainer
the identifier for the Y value.
VALUE_YES - Static variable in class adams.flow.transformer.ImageObjectOverlapMatrix
 
valueAtPct(double[], double) - Method in class weka.filters.unsupervised.attribute.InterquartileRangeSamp
Calculates the value at the specified percentage.
valueAttributeTipText() - Method in class adams.data.conversion.WekaInstancesToTimeseries
Returns the tip text for this property.
valueBasedBackgroundTipText() - Method in class adams.flow.transformer.pdfproclet.ConfusionMatrix
Returns the tip text for this property.
valueBasedBackgroundTipText() - Method in class adams.gui.core.spreadsheettable.ConfusionMatrixCellRenderingCustomizer
Returns the tip text for this property.
valueChanged(ListSelectionEvent) - Method in class adams.gui.core.FilePanel
Gets called when the list selection changes.
valueChanged(ListSelectionEvent) - Method in class adams.gui.tools.remotecontrolcenter.panels.AbstractRemoteFlowTab
Gets called when the selection in the flow table changes.
valueChanged(ListSelectionEvent) - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeSelectionPanel
Called whenever the value of the selection changes.
valueChanged(ListSelectionEvent) - Method in class adams.gui.visualization.container.AbstractContainerList
Called whenever the value of the selection changes.
valueColumnTipText() - Method in class adams.data.conversion.SpreadSheetToMap
Returns the tip text for this property.
valueColumnTipText() - Method in class adams.data.conversion.SpreadSheetToTimeseries
Returns the tip text for this property.
valueColumnTipText() - Method in class adams.flow.transformer.LookUpAdd
Returns the tip text for this property.
valueColumnTipText() - Method in class adams.flow.transformer.LookUpInit
Returns the tip text for this property.
valueColumnTipText() - Method in class adams.flow.transformer.LookUpUpdate
Returns the tip text for this property.
valueColumnTipText() - Method in class adams.parser.LookUpUpdate
Returns the tip text for this property.
valueContainsPlaceholderTipText() - Method in class adams.flow.transformer.SpreadSheetInsertColumn
Returns the tip text for this property.
valueContainsPlaceholderTipText() - Method in class adams.flow.transformer.SpreadSheetInsertRow
Returns the tip text for this property.
valueContainsPlaceholderTipText() - Method in class adams.flow.transformer.StringInsert
Returns the tip text for this property.
valueContainsVariableTipText() - Method in class adams.flow.transformer.SpreadSheetInsertColumn
Returns the tip text for this property.
valueContainsVariableTipText() - Method in class adams.flow.transformer.SpreadSheetInsertRow
Returns the tip text for this property.
valueContainsVariableTipText() - Method in class adams.flow.transformer.StringInsert
Returns the tip text for this property.
valueConversionTipText() - Method in class adams.flow.transformer.LookUpAdd
Returns the tip text for this property.
valueFalseTipText() - Method in class adams.flow.transformer.FileInfo
Returns the tip text for this property.
valueIsSmallerEqual(Instance, int, double) - Method in class weka.core.SAXDistance
Returns true if the value of the given dimension is smaller or equal the value to be compared with.
valueIsSmallerEqual(Instance, int, double) - Method in class weka.core.WeightedEuclideanDistance
Returns true if the value of the given dimension is smaller or equal the value to be compared with.
valueIsSmallerEqual(Instance, int, double) - Method in class weka.core.WeightedEuclideanDistanceRidge
Returns true if the value of the given dimension is smaller or equal the value to be compared with.
valueNamesTipText() - Method in class adams.flow.source.MakeContainer
Returns the tip text for this property.
valueNameTipText() - Method in class adams.flow.control.ContainerValuePicker
Returns the tip text for this property.
valueNameTipText() - Method in class adams.flow.control.SetContainerValue
Returns the tip text for this property.
valueOf(AbstractOption, String) - Static method in enum adams.core.AutoOnOff
Returns an enum generated from the string.
valueOf(AbstractOption, String) - Static method in enum adams.core.io.MessageDigestType
Returns an enum generated from the string.
valueOf(AbstractOption, String) - Static method in enum adams.core.License
Returns an enum generated from the string.
valueOf(AbstractOption, String) - Static method in class adams.core.option.parsing.ActorPathParsing
Returns a reference generated from the string.
valueOf(AbstractOption, String) - Static method in class adams.core.option.parsing.AdvancedScriptParsing
Returns a script object generated from the string.
valueOf(AbstractOption, String) - Static method in class adams.core.option.parsing.BaseAnnotationParsing
Returns a BaseAnnotation generated from the string.
valueOf(AbstractOption, String) - Static method in class adams.core.option.parsing.BaseBooleanParsing
Returns a BaseBoolean generated from the string.
valueOf(AbstractOption, String) - Static method in class adams.core.option.parsing.BaseColorParsing
Returns a color generated from the string.
valueOf(AbstractOption, String) - Static method in class adams.core.option.parsing.BaseDateParsing
Returns a Compound generated from the string.
valueOf(AbstractOption, String) - Static method in class adams.core.option.parsing.BaseDateTimeMsecParsing
Returns a Compound generated from the string.
valueOf(AbstractOption, String) - Static method in class adams.core.option.parsing.BaseDateTimeParsing
Returns a Compound generated from the string.
valueOf(AbstractOption, String) - Static method in class adams.core.option.parsing.BaseIntervalParsing
Returns a Compound generated from the string.
valueOf(AbstractOption, String) - Static method in class adams.core.option.parsing.BaseKeyValuePairParsing
Returns a Compound generated from the string.
valueOf(AbstractOption, String) - Static method in class adams.core.option.parsing.BaseMarkdownParsing
Returns a BaseMarkdown generated from the string.
valueOf(AbstractOption, String) - Static method in class adams.core.option.parsing.BaseObjectParsing
Returns a BaseObject generated from the string.
valueOf(AbstractOption, String) - Static method in class adams.core.option.parsing.BasePasswordParsing
Returns a Compound generated from the string.
valueOf(AbstractOption, String) - Static method in class adams.core.option.parsing.BaseRegExpParsing
Returns a Compound generated from the string.
valueOf(AbstractOption, String) - Static method in class adams.core.option.parsing.BaseTextParsing
Returns a BaseText generated from the string.
valueOf(AbstractOption, String) - Static method in class adams.core.option.parsing.BaseTimeMsecParsing
Returns a Compound generated from the string.
valueOf(AbstractOption, String) - Static method in class adams.core.option.parsing.BaseTimeParsing
Returns a Compound generated from the string.
valueOf(AbstractOption, String) - Static method in class adams.core.option.parsing.CallableActorReferenceParsing
Returns a reference generated from the string.
valueOf(AbstractOption, String) - Static method in class adams.core.option.parsing.ColorParsing
Returns a color generated from the string.
valueOf(AbstractOption, String) - Static method in class adams.core.option.parsing.ConfigurableEnumerationItemParsing
Returns an Item object from the string.
valueOf(AbstractOption, String) - Static method in class adams.core.option.parsing.CronScheduleParsing
Returns a Compound generated from the string.
valueOf(AbstractOption, String) - Static method in class adams.core.option.parsing.EmailAddressParsing
Returns a EmailAddress generated from the string.
valueOf(AbstractOption, String) - Static method in class adams.core.option.parsing.EventReferenceParsing
Returns a reference generated from the string.
valueOf(AbstractOption, String) - Static method in class adams.core.option.parsing.FieldParsing
Returns a Field generated from the string.
valueOf(AbstractOption, String) - Static method in class adams.core.option.parsing.FileParsing
Returns a file generated from the string.
valueOf(AbstractOption, String) - Static method in class adams.core.option.parsing.FlowFileParsing
Returns a file generated from the string.
valueOf(AbstractOption, String) - Static method in class adams.core.option.parsing.FontParsing
Returns a color generated from the string.
valueOf(AbstractOption, String) - Static method in class adams.core.option.parsing.IndexParsing
Returns a Compound generated from the string.
valueOf(AbstractOption, String) - Static method in class adams.core.option.parsing.JdbcUrlParsing
Returns a BaseObject generated from the string.
valueOf(AbstractOption, String) - Static method in class adams.core.option.parsing.LocaleParsing
Returns a locale generated from the string.
valueOf(AbstractOption, String) - Static method in class adams.core.option.parsing.Mat5ArrayDimensionsParsing
Returns a Compound generated from the string.
valueOf(AbstractOption, String) - Static method in class adams.core.option.parsing.Mat5ArrayElementIndexParsing
Returns a Compound generated from the string.
valueOf(AbstractOption, String) - Static method in class adams.core.option.parsing.MavenArtifactExclusionParsing
Returns a Compound generated from the string.
valueOf(AbstractOption, String) - Static method in class adams.core.option.parsing.MavenArtifactParsing
Returns a Compound generated from the string.
valueOf(AbstractOption, String) - Static method in class adams.core.option.parsing.MavenRepositoryParsing
Returns a Compound generated from the string.
valueOf(AbstractOption, String) - Static method in class adams.core.option.parsing.PdfFontParsing
Returns a color generated from the string.
valueOf(AbstractOption, String) - Static method in class adams.core.option.parsing.PlaceholderDirectoryParsing
Returns a file generated from the string.
valueOf(AbstractOption, String) - Static method in class adams.core.option.parsing.PlaceholderFileParsing
Returns a file generated from the string.
valueOf(AbstractOption, String) - Static method in class adams.core.option.parsing.PrefixFieldParsing
Returns a Field generated from the string.
valueOf(AbstractOption, String) - Static method in class adams.core.option.parsing.RangeParsing
Returns a Compound generated from the string.
valueOf(AbstractOption, String) - Static method in class adams.core.option.parsing.SheetIndexParsing
Returns a Compound generated from the string.
valueOf(AbstractOption, String) - Static method in class adams.core.option.parsing.SheetRangeParsing
Returns a Compound generated from the string.
valueOf(AbstractOption, String) - Static method in class adams.core.option.parsing.SimpleScriptParsing
Returns a script object generated from the string.
valueOf(AbstractOption, String) - Static method in class adams.core.option.parsing.SpreadSheetColumnIndexParsing
Returns a Compound generated from the string.
valueOf(AbstractOption, String) - Static method in class adams.core.option.parsing.SpreadSheetColumnRangeParsing
Returns a Compound generated from the string.
valueOf(AbstractOption, String) - Static method in class adams.core.option.parsing.SpreadSheetRowIndexParsing
Returns a Compound generated from the string.
valueOf(AbstractOption, String) - Static method in class adams.core.option.parsing.SpreadSheetRowRangeParsing
Returns a Compound generated from the string.
valueOf(AbstractOption, String) - Static method in class adams.core.option.parsing.SpreadSheetUnorderedColumnRangeParsing
Returns a Compound generated from the string.
valueOf(AbstractOption, String) - Static method in class adams.core.option.parsing.SpreadSheetUnorderedRowRangeParsing
Returns a Compound generated from the string.
valueOf(AbstractOption, String) - Static method in class adams.core.option.parsing.SuffixFieldParsing
Returns a Field generated from the string.
valueOf(AbstractOption, String) - Static method in class adams.core.option.parsing.TimeZoneParsing
Returns a timezone generated from the string.
valueOf(AbstractOption, String) - Static method in class adams.core.option.parsing.TriggerableEventReferenceParsing
Returns a reference generated from the string.
valueOf(AbstractOption, String) - Static method in class adams.core.option.parsing.TriStateParsing
Returns a Field generated from the string.
valueOf(AbstractOption, String) - Static method in class adams.core.option.parsing.UnorderedRangeParsing
Returns a Compound generated from the string.
valueOf(AbstractOption, String) - Static method in class adams.core.option.parsing.VariableNameValuePairParsing
Returns a Compound generated from the string.
valueOf(AbstractOption, String) - Static method in class adams.core.option.parsing.WekaAttributeIndexParsing
Returns a object generated from the string.
valueOf(AbstractOption, String) - Static method in class adams.core.option.parsing.WekaAttributeRangeParsing
Returns a object generated from the string.
valueOf(AbstractOption, String) - Static method in class adams.core.option.parsing.WekaExperimentFileParsing
Returns a file generated from the string.
valueOf(AbstractOption, String) - Static method in class adams.core.option.parsing.WekaLabelIndexParsing
Returns a object generated from the string.
valueOf(AbstractOption, String) - Static method in class adams.core.option.parsing.WekaLabelRangeParsing
Returns a object generated from the string.
valueOf(AbstractOption, String) - Static method in class adams.core.option.parsing.WekaUnorderedAttributeRangeParsing
Returns a object generated from the string.
valueOf(AbstractOption, String) - Static method in enum adams.core.TriState
Returns an enum generated from the string.
valueOf(AbstractOption, String) - Static method in enum adams.data.filter.AbstractFastWavelet.WaveletType
Returns an enum generated from the string.
valueOf(AbstractOption, String) - Static method in enum adams.data.image.features.Histogram.HistogramType
Returns an enum generated from the string.
valueOf(AbstractOption, String) - Static method in enum adams.data.image.transformer.ImageType.Type
Returns an enum generated from the string.
valueOf(AbstractOption, String) - Static method in enum adams.data.jai.features.Histogram.HistogramType
Returns an enum generated from the string.
valueOf(AbstractOption, String) - Static method in enum adams.data.jai.ImageType
Returns an enum generated from the string.
valueOf(AbstractOption, String) - Static method in enum adams.data.padding.PaddingType
Returns an enum generated from the string.
valueOf(AbstractOption, String) - Static method in enum adams.data.report.DataType
Returns an enum generated from the string.
valueOf(AbstractOption, String) - Static method in enum adams.data.statistics.SPCUtils.Chart
Returns an enum generated from the string.
valueOf(AbstractOption, String) - Static method in enum adams.data.statistics.SPCUtils.Rules
Returns an enum generated from the string.
valueOf(AbstractOption, String) - Static method in enum adams.flow.core.EvaluationStatistic
Returns an enum generated from the string.
valueOf(AbstractOption, String) - Static method in enum adams.flow.core.ExperimentStatistic
Returns an enum generated from the string.
valueOf(AbstractOption, String) - Static method in enum adams.flow.core.TesseractLanguage
Returns an enum generated from the string.
valueOf(AbstractOption, String) - Static method in enum adams.flow.core.TesseractPageSegmentation
Returns an enum generated from the string.
valueOf(AbstractOption, String) - Static method in enum adams.flow.execution.ExecutionStage
Returns an enum generated from the string.
valueOf(AbstractOption, String) - Static method in enum adams.flow.sink.WekaThresholdCurve.AttributeName
Returns an enum generated from the string.
valueOf(AbstractOption, String) - Static method in enum adams.flow.transformer.WekaClassifierRanker.Measure
Returns an enum generated from the string.
valueOf(AbstractOption, String) - Static method in class adams.gui.goe.BaseCharsetEditor
Returns a charset generated from the string.
valueOf(AbstractOption, String) - Static method in enum adams.gui.visualization.core.axis.Type
Returns an enum generated from the string.
valueOf(Class, String) - Static method in class adams.core.option.OptionUtils
Returns the string value converted into the appropriate class.
valueOf(Class, String) - Static method in class adams.core.option.parsing.AdvancedScriptParsing
Returns a script object generated from the string.
valueOf(Class, String) - Static method in class adams.core.option.parsing.SimpleScriptParsing
Returns a script object generated from the string.
valueOf(String) - Static method in enum adams.core.AutoOnOff
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.core.base.BaseList.Conversion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.core.BasicDateTimeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.core.BusinessDays
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.core.ByteFormat.Unit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.core.command.OutputType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.core.DateTimeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.core.discovery.NumericValueType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.core.discovery.PropertyPath.PathElementType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.core.io.filechanged.MultiMonitor.CombinationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.core.io.fileoperations.Operation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.core.io.fileoperations.RemoteDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.core.io.lister.Sorting
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.core.io.MessageDigestType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.core.io.MetaDataFileUtils.MetaDataLocation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.core.io.TarUtils.Compression
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.core.io.WatchEventKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.core.JsonDataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.core.License
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.core.logging.LoggingLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class adams.core.management.CharsetHelper
Returns a charset generated from the string (eg en, en_US).
valueOf(String) - Static method in class adams.core.management.LocaleHelper
Returns a locale generated from the string (eg en, en_US).
valueOf(String) - Static method in enum adams.core.management.OS.OperatingSystems
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class adams.core.management.TimeZoneHelper
Returns a timezone generated from the string.
valueOf(String) - Static method in enum adams.core.MicroSecondFormat.Unit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.core.net.Base64Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.core.net.SSHAuthenticationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.core.ObjectCopyHelper.CopyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Method in class adams.core.option.AbstractArgumentOption
Turns the string into the appropriate object.
valueOf(String) - Method in class adams.core.option.AbstractNumericOption
Turns the string into the appropriate number.
valueOf(String) - Static method in enum adams.core.option.ApplyActorProducer.ActorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Method in class adams.core.option.BooleanOption
Turns the string into the appropriate object.
valueOf(String) - Method in class adams.core.option.ClassOption
Turns the string into the appropriate object.
valueOf(String) - Method in class adams.core.option.CustomHooksOption
Turns the string into the appropriate object.
valueOf(String) - Method in class adams.core.option.EnumOption
Turns the string into the appropriate object.
valueOf(String) - Static method in enum adams.core.option.help.HelpFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Method in class adams.core.option.StringOption
Turns the string into the appropriate object.
valueOf(String) - Static method in enum adams.core.option.UserMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.core.password.DictionaryBasedGenerator.Variation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.core.PositionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.core.PropertiesDataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.core.SecondFormat.Unit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.core.ShorteningType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.core.tags.TagDataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.core.TechnicalInformation.Field
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.core.TechnicalInformation.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.core.TriState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.core.XPathResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.data.areaoverlap.AreaType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.data.binning.operation.Bins.SummaryType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.data.binning.operation.Copy.CopyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.data.boofcv.BoofCVImageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.data.boofcv.transformer.Binary.ThresholdType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.data.boofcv.transformer.CannyEdgeDetection.OutputType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.data.compare.DataContainer.ComparisonType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.data.container.DataContainerUtils.GapFilling
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.data.conversion.ByteArrayToPrimitiveArray.ByteOrderType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.data.conversion.ByteArrayToPrimitiveArray.PrimitiveType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.data.conversion.ExtractDateTimeField.DateTimeField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.data.conversion.Quote.QuoteType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.data.conversion.SpreadSheetBinarize.BinarizeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.data.conversion.WekaPredictionContainerToSpreadSheet.Sorting
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.data.featureconverter.FixedNumFeatures.FillerType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.data.filter.AbstractFastWavelet.WaveletType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.data.filter.TimeseriesShiftTimestamps.TimestampSource
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.data.FlipDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.data.groupextraction.SpreadSheetCellWithLookUp.MissingLookUpKey
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.data.image.Channel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.data.image.features.Histogram.HistogramType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.data.image.features.Pixels.PixelType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.data.image.HSVChannel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.data.image.ImageAnchor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.data.image.transformer.BinaryMask.ReplacementType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.data.image.transformer.ImageType.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.data.image.transformer.Resize.ScalingType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.data.image.transformer.ThresholdReplacement.ThresholdType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.data.image.XScreenMaskHelper.Color
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.data.image.YIQChannel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.data.image.YUVChannel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.data.imagesegmentation.operation.ConfusionMatrix.MatrixValues
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.data.instancesanalysis.pls.PredictionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.data.instancesanalysis.pls.PreprocessingType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.data.io.input.AbstractFlowReader.InputType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.data.io.input.AbstractSpreadSheetReader.InputType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.data.io.input.SimpleArffSpreadSheetReader.AttributeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.data.io.output.AbstractFlowWriter.OutputType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.data.io.output.AbstractSpreadSheetWriter.OutputType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.data.jai.features.DFT.OutputType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.data.jai.features.Histogram.HistogramType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.data.jai.ImageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.data.jai.transformer.IndexedColors.ColorQuantizer
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.data.jai.transformer.Resize.InterpolationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.data.jai.transformer.Rotate.InterpolationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.data.json.JsonObjectType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.data.matlab.ArrayElementType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.data.objectfilter.MakeSquare.SideType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.data.objectfilter.MergedScoreCalculation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.data.objectfinder.MultiObjectFinder.Combination
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.data.objectfinder.Size.CheckType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.data.objectoverlap.GeometryType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.data.opencv.BorderType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.data.opencv.ColorConversionCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.data.opencv.ImreadMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.data.opencv.ImwriteFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.data.opencv.InterpolationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.data.opencv.ThresholdType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.data.opencv.transformer.Resize.ResizeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.data.outlier.TimeseriesTimestampCheck.TimestampCondition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.data.padding.PaddingType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.data.PageOrientation
Returns the enum constant of this type with the specified name.
valueOf(String) - Method in class adams.data.report.AbstractField
Parse string to appropriate datatype.
valueOf(String) - Static method in enum adams.data.report.DataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.data.report.FieldType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.data.RoundingType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.data.sequence.XYSequencePointComparator.Comparison
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.data.smoothing.AbstractSlidingWindow.Measure
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.data.SplitResultType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.data.spreadsheet.Cell.ContentType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.data.spreadsheet.columnfinder.MultiColumnFinder.Combination
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.data.spreadsheet.ColumnNameConversion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.data.spreadsheet.rowfinder.ClosestNumericValue.SearchDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.data.spreadsheet.rowfinder.MultiRowFinder.Combination
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.data.statistics.ArrayHistogram.BinCalculation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.data.statistics.SPCUtils.Chart
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.data.statistics.SPCUtils.Rules
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.data.timeseries.FixedNumFeatures.FillerType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.data.timeseries.PeriodicityType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.data.weka.columnfinder.MultiColumnFinder.Combination
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.data.weka.rowfinder.MultiRowFinder.Combination
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.db.LargeObjectType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.db.MetaDataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.event.DatabaseConnectionChangeEvent.EventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.event.FlowPauseStateEvent.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.event.FlowSetupStateEvent.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.event.StorageChangeEvent.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.event.VariableChangeEvent.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.container.SequencePlotterContainer.ContentType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.control.CallableActorScreenshot.OutputType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.control.Flow.ErrorHandling
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.control.ForceFlush.FlushScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.control.Injector.DataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.control.Injector.Location
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.control.PlotContainerUpdater.PlotContainerValue
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.control.removeoutliers.MultiOutlierDetector.Combination
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.control.ScopeHandler.ScopeHandling
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.core.AbstractModelLoader.ModelLoadingType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.core.ActorExecution
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.core.Capability
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.core.EvaluationStatistic
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.core.ExperimentStatistic
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.core.InteractionDisplayLocation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.core.MissingLookUpKey
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.core.ObjectRetriever.RetrievalType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.core.ReportUpdateType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.core.StopMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.core.TesseractLanguage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.core.TesseractPageSegmentation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.core.VariableValueType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.execution.debug.MultiScopeRestriction.ScopeCombination
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.execution.debug.View
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.execution.ExecutionStage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.sink.ActualVsPredictedPlot.LimitType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.sink.ArrayDisplay.Arrangement
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.sink.sequenceplotter.SimpleErrorPaintlet.PlotType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.sink.WekaExperimentGenerator.EvaluationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.sink.WekaExperimentGenerator.ExperimentType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.sink.WekaExperimentGenerator.ResultFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.sink.WekaThresholdCurve.AttributeName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.source.CurrentTime.TimeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.source.DumpStorage.OutputType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.source.DumpVariables.OutputType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.source.EnterManyValues.OutputType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.source.Exec.OutputType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.source.FTPLister.Sorting
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.source.NewJsonStructure.JsonDataStructure
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.source.NewList.QuoteType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.source.OptionTraverser.TraversalStart
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.source.SelectDateTime.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.source.SQLIdSupplier.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.standalone.DeleteStorageValue.MatchingType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.standalone.DeleteVariable.MatchingType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.standalone.ExternalFlow.ExecutionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.standalone.MemoryMonitor.MemoryType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.standalone.PyroNameServer.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.standalone.PythonEnvironment.PythonPathUpdateType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.transformer.AbstractDataContainerFileWriter.FileNameGeneration
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.transformer.AbstractDeleteReportValue.MatchType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.transformer.AbstractReportDbUpdater.QueryType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.transformer.AccessDatabaseInfo.InfoType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.transformer.ArrayCombinations.SubsetsType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.transformer.ArrayStatisticDataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.transformer.ConfusionMatrix.MatrixValues
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.transformer.ConvertFeatures.OutputType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.transformer.Copy.CopyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.transformer.DeleteOverlappingImageObjects.RemovalStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.transformer.DeleteStorageValue.MatchingType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.transformer.DeleteVariable.MatchingType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.transformer.Diff.DiffType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.transformer.draw.Pixel.PixelValueType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.transformer.FileInfo.InfoType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.transformer.ImageInfo.InfoType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.transformer.ImageObjectInfo.InfoType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.transformer.ImageObjectOverlapMatrix.MatrixOutput
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.transformer.IncStorageValue.IncrementType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.transformer.IncVariable.IncrementType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.transformer.IndexedSplitsRunsEvaluation.SourceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.transformer.IndexedSplitsRunsPredictions.SourceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.transformer.Mat5ArrayInfo.InfoType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.transformer.Mat5FileInfo.InfoType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.transformer.Mat5StructInfo.InfoType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.transformer.MergeObjectLocations.NoOverlapAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.transformer.MergeObjectLocations.OverlapAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.transformer.MergeReport.MergeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.transformer.MergeReport.SourceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.transformer.MergeReportFromMap.MergeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.transformer.NegativeRegions.NegativeRegionTransferType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.transformer.PDFAppendDocument.DataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.transformer.PDFInfo.InfoType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.transformer.PDFMetaData.OutputType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.transformer.pdfproclet.AbstractSpreadSheetPdfProclet.HorizontalAlignment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.transformer.pdfproclet.PageSize
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.transformer.pdfstamp.Text.Alignment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.transformer.PredictionEccentricity.Morphology
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.transformer.SetArrayElement.Origin
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.transformer.SetJsonValue.SourceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.transformer.SetMapValue.SourceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.transformer.SetVariable.UpdateType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.transformer.SpreadSheetAggregate.Aggregate
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.transformer.SpreadSheetExtractArray.ExtractionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.transformer.SpreadSheetInfo.InfoType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.transformer.SpreadSheetInsertRow.ValueType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.transformer.SpreadSheetReplaceCellValue.Scope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.transformer.SpreadSheetRowBuffer.Operation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.transformer.SpreadSheetStatisticDataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.transformer.StringArraySplit.RemainderHandling
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.transformer.StringArraySplit.SplitHandling
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.transformer.StringCut.CutType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.transformer.StringRangeCut.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.transformer.StringReplace.ReplaceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.transformer.StringSplit.Delimiter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.transformer.TimeseriesInfo.InfoType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.transformer.timeseriessplit.AbstractSplitOnDate.Segments
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.transformer.WekaBootstrapping.ErrorCalculation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.transformer.WekaClassifierInfo.InfoType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.transformer.WekaClassifierRanker.Measure
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.transformer.wekaclassifiersetupprocessor.VotedPairs.VotingType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.transformer.WekaClustererInfo.InfoType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.transformer.WekaEvaluationInfo.InfoType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.transformer.WekaExtractArray.ExtractionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.transformer.WekaExtractPLSMatrix.MatrixType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.transformer.WekaFileReader.OutputType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.transformer.WekaInstanceBuffer.Operation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.transformer.WekaInstanceDumper.OutputFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.transformer.WekaInstancesInfo.InfoType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.transformer.WekaInstancesStatisticDataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.transformer.YamlFileReader.DataStructureType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.gui.core.BaseTable.ColumnWidthApproach
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.gui.core.ColorHelper.ColorNotation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class adams.gui.core.ColorHelper
Returns a color generated from the string.
valueOf(String) - Static method in enum adams.gui.core.ConsolePanel.PanelType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.gui.core.DragAndDropTree.DropMenu
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.gui.core.DragAndDropTree.DropPosition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.gui.core.GUIHelper.InputDialogMultiValueSelection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.gui.core.JComponentList.CheckBoxListItem.Actions
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.gui.core.JComponentList.LabelListItem.Actions
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.gui.core.NumberTextField.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.gui.core.OneTouchPanel.Location
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.gui.core.PropertiesParameterPanel.PropertyHint
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.gui.core.PropertiesParameterPanel.PropertyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.gui.core.SearchPanel.LayoutType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.gui.core.TableRowRange
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.gui.core.ToolBarPanel.ToolBarLocation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.gui.event.ActorChangeEvent.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.gui.event.DataChangeEvent.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.gui.event.InstancesSortSetupEvent.EventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.gui.event.NodeDroppedEvent.NotificationTime
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.gui.event.PaintEvent.PaintMoment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.gui.event.PlotPanelPanningEvent.PanningEventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.gui.event.PlotPanelZoomEvent.ZoomEventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.gui.event.RemoteControlCenterEvent.EventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.gui.event.SortSetupEvent.EventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.gui.event.SpreadSheetProcessorEvent.EventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.gui.event.SqlQueryPanelEvent.EventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.gui.event.TabVisibilityChangeEvent.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.gui.event.UndoEvent.UndoType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.gui.flow.FlowMultiPagePane.FlowPanelFilter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.gui.flow.FlowPanelNotificationArea.NotificationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.gui.flow.tree.TreeOperations.ActorDialog
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.gui.flow.tree.TreeOperations.InsertPosition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.gui.goe.AbstractBaseDateTypeEditor.Placeholder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.gui.print.BufferedImageBasedWriter.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.gui.scripting.SyntaxDocument.ATTR_TYPE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.gui.tools.ExpressionWatchPanel.ExpressionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.gui.tools.ImageProcessorSubPanel.LayoutType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.gui.tools.spreadsheetviewer.chart.Histogram.Selection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.gui.tools.spreadsheetviewer.chart.ScatterPlot.PlotType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.gui.tools.wekainvestigator.tab.AbstractInvestigatorTab.SerializationOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.CenterStatistic
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.LowerStatistic
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.UpperStatistic
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.gui.visualization.core.axis.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.gui.visualization.core.axis.Orientation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.gui.visualization.core.axis.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.gui.visualization.core.axis.Visibility
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.gui.visualization.core.CoordinatesPaintlet.Coordinates
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.gui.visualization.core.plot.Axis
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.gui.visualization.debug.objecttree.NodeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.gui.visualization.image.LocatedObjectsTableModel.MetaDataDisplay
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.gui.visualization.image.RectangleUtils.RectangleCorner
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.gui.visualization.instance.InstanceLinePaintlet.MarkerShape
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.gui.visualization.jfreechart.chart.Orientation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.gui.visualization.jfreechart.shape.Cross.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.gui.visualization.jfreechart.shape.Triangle.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.gui.visualization.object.mouseclick.AbstractMouseClickProcessor.MouseButton
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.gui.visualization.object.objectannotations.label.Anchored.AnchorReference
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.gui.visualization.object.objectannotations.outline.VertexShape
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.gui.visualization.segmentation.layer.Markers.Shape
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.gui.visualization.segmentation.SegmentationPanel.LayerVisibility
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.gui.visualization.sequence.LinePaintlet.MarkerShape
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.gui.visualization.sequence.pointpreprocessor.Jitter.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.gui.visualization.spreadsheet.SpreadSheetRowLinePaintlet.MarkerShape
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.gui.visualization.stats.histogram.HistogramOptions.BoxType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.gui.visualization.stats.paintlet.CoordinatesPaintlet.Coordinates
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.gui.visualization.timeseries.TimeseriesPaintlet.MarkerShape
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.ml.capabilities.Capability
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.ml.preprocessing.ColumnSubset
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.opt.genetic.Measure
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.opt.genetic.OutputPrefixType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.opt.genetic.OutputType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.opt.optimise.genetic.fitnessfunctions.AbstractWEKAFitnessFunction.Measure
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.parser.TimeAmount.Note
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.scripting.command.basic.StopEngine.EngineType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.scripting.command.flow.SendFlowControlCommand.Command
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum edu.umbc.cs.maple.utils.JamaUtils.Function
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum edu.umbc.cs.maple.utils.MathUtils.SimilarityMetric
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum edu.umbc.cs.maple.utils.SGTUtils.KeyEigenvalues
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum edu.umbc.cs.maple.utils.SGTUtils.LaplacianType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum weka.attributeSelection.AbstractPLSAttributeEval.LoadingsCalculations
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum weka.classifiers.meta.ClassifierCascade.Combination
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum weka.classifiers.meta.ClassifierCascade.ThresholdCheck
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum weka.classifiers.meta.MinMaxLimits.LimitHandling
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum weka.classifiers.trees.XGBoost.BoosterType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum weka.classifiers.trees.XGBoost.FeatureSelector
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum weka.classifiers.trees.XGBoost.GrowPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum weka.classifiers.trees.XGBoost.NormaliseType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum weka.classifiers.trees.XGBoost.Objective
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum weka.classifiers.trees.XGBoost.Predictor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum weka.classifiers.trees.XGBoost.ProcessType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum weka.classifiers.trees.XGBoost.SampleType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum weka.classifiers.trees.XGBoost.TreeMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum weka.classifiers.trees.XGBoost.Updater
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum weka.classifiers.trees.XGBoost.Verbosity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum weka.filters.unsupervised.attribute.EquiDistance.AttributeSelection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum weka.filters.unsupervised.attribute.NominalToNumeric.ConversionType
Returns the enum constant of this type with the specified name.
valueOf(String, Color) - Static method in class adams.gui.core.ColorHelper
Returns a color generated from the string.
valueOf(Level) - Static method in enum adams.core.logging.LoggingLevel
Determines the associated LoggingLevel.
values() - Static method in enum adams.core.AutoOnOff
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.core.base.BaseList.Conversion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.core.BasicDateTimeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.core.BusinessDays
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.core.ByteFormat.Unit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.core.command.OutputType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class adams.core.ConfigurableEnumeration
Returns the items of the enumeration.
values() - Static method in enum adams.core.DateTimeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.core.discovery.NumericValueType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.core.discovery.PropertyPath.PathElementType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.core.io.filechanged.MultiMonitor.CombinationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.core.io.fileoperations.Operation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.core.io.fileoperations.RemoteDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.core.io.lister.Sorting
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.core.io.MessageDigestType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.core.io.MetaDataFileUtils.MetaDataLocation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.core.io.TarUtils.Compression
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.core.io.WatchEventKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.core.JsonDataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.core.License
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.core.logging.LoggingLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.core.management.OS.OperatingSystems
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.core.MicroSecondFormat.Unit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.core.net.Base64Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.core.net.SSHAuthenticationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.core.ObjectCopyHelper.CopyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.core.option.ApplyActorProducer.ActorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.core.option.help.HelpFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.core.option.UserMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.core.password.DictionaryBasedGenerator.Variation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.core.PositionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.core.PropertiesDataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.core.SecondFormat.Unit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.core.ShorteningType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.core.tags.TagDataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.core.TechnicalInformation.Field
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.core.TechnicalInformation.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.core.TriState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.core.XPathResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.data.areaoverlap.AreaType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.data.binning.operation.Bins.SummaryType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.data.binning.operation.Copy.CopyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.data.boofcv.BoofCVImageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.data.boofcv.transformer.Binary.ThresholdType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.data.boofcv.transformer.CannyEdgeDetection.OutputType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.data.compare.DataContainer.ComparisonType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.data.container.DataContainerUtils.GapFilling
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.data.conversion.ByteArrayToPrimitiveArray.ByteOrderType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.data.conversion.ByteArrayToPrimitiveArray.PrimitiveType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.data.conversion.ExtractDateTimeField.DateTimeField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.data.conversion.Quote.QuoteType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.data.conversion.SpreadSheetBinarize.BinarizeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.data.conversion.WekaPredictionContainerToSpreadSheet.Sorting
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.data.featureconverter.FixedNumFeatures.FillerType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.data.filter.AbstractFastWavelet.WaveletType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.data.filter.TimeseriesShiftTimestamps.TimestampSource
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.data.FlipDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.data.groupextraction.SpreadSheetCellWithLookUp.MissingLookUpKey
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.data.image.Channel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.data.image.features.Histogram.HistogramType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.data.image.features.Pixels.PixelType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.data.image.HSVChannel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.data.image.ImageAnchor
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.data.image.transformer.BinaryMask.ReplacementType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.data.image.transformer.ImageType.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.data.image.transformer.Resize.ScalingType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.data.image.transformer.ThresholdReplacement.ThresholdType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.data.image.XScreenMaskHelper.Color
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.data.image.YIQChannel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.data.image.YUVChannel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.data.imagesegmentation.operation.ConfusionMatrix.MatrixValues
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.data.instancesanalysis.pls.PredictionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.data.instancesanalysis.pls.PreprocessingType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.data.io.input.AbstractFlowReader.InputType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.data.io.input.AbstractSpreadSheetReader.InputType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.data.io.input.SimpleArffSpreadSheetReader.AttributeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.data.io.output.AbstractFlowWriter.OutputType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.data.io.output.AbstractSpreadSheetWriter.OutputType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.data.jai.features.DFT.OutputType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.data.jai.features.Histogram.HistogramType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.data.jai.ImageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.data.jai.transformer.IndexedColors.ColorQuantizer
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.data.jai.transformer.Resize.InterpolationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.data.jai.transformer.Rotate.InterpolationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.data.json.JsonObjectType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.data.matlab.ArrayElementType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.data.objectfilter.MakeSquare.SideType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.data.objectfilter.MergedScoreCalculation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.data.objectfinder.MultiObjectFinder.Combination
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.data.objectfinder.Size.CheckType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.data.objectoverlap.GeometryType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.data.opencv.BorderType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.data.opencv.ColorConversionCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.data.opencv.ImreadMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.data.opencv.ImwriteFlag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.data.opencv.InterpolationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.data.opencv.ThresholdType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.data.opencv.transformer.Resize.ResizeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.data.outlier.TimeseriesTimestampCheck.TimestampCondition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.data.padding.PaddingType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.data.PageOrientation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.data.report.DataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.data.report.FieldType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.data.RoundingType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.data.sequence.XYSequencePointComparator.Comparison
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.data.smoothing.AbstractSlidingWindow.Measure
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.data.SplitResultType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.data.spreadsheet.Cell.ContentType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.data.spreadsheet.columnfinder.MultiColumnFinder.Combination
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.data.spreadsheet.ColumnNameConversion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.data.spreadsheet.rowfinder.ClosestNumericValue.SearchDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.data.spreadsheet.rowfinder.MultiRowFinder.Combination
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.data.statistics.ArrayHistogram.BinCalculation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.data.statistics.SPCUtils.Chart
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.data.statistics.SPCUtils.Rules
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.data.timeseries.FixedNumFeatures.FillerType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.data.timeseries.PeriodicityType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.data.weka.columnfinder.MultiColumnFinder.Combination
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.data.weka.rowfinder.MultiRowFinder.Combination
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.db.LargeObjectType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.db.MetaDataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.event.DatabaseConnectionChangeEvent.EventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.event.FlowPauseStateEvent.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.event.FlowSetupStateEvent.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.event.StorageChangeEvent.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.event.VariableChangeEvent.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.container.SequencePlotterContainer.ContentType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.control.CallableActorScreenshot.OutputType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.control.Flow.ErrorHandling
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.control.ForceFlush.FlushScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.control.Injector.DataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.control.Injector.Location
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.control.PlotContainerUpdater.PlotContainerValue
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.control.removeoutliers.MultiOutlierDetector.Combination
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.control.ScopeHandler.ScopeHandling
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.core.AbstractModelLoader.ModelLoadingType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.core.ActorExecution
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.core.Capability
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.core.EvaluationStatistic
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.core.ExperimentStatistic
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.core.InteractionDisplayLocation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.core.MissingLookUpKey
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.core.ObjectRetriever.RetrievalType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.core.ReportUpdateType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.core.StopMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.core.TesseractLanguage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.core.TesseractPageSegmentation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.core.VariableValueType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.execution.debug.MultiScopeRestriction.ScopeCombination
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.execution.debug.View
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.execution.ExecutionStage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.sink.ActualVsPredictedPlot.LimitType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.sink.ArrayDisplay.Arrangement
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.sink.sequenceplotter.SimpleErrorPaintlet.PlotType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.sink.WekaExperimentGenerator.EvaluationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.sink.WekaExperimentGenerator.ExperimentType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.sink.WekaExperimentGenerator.ResultFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.sink.WekaThresholdCurve.AttributeName
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.source.CurrentTime.TimeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.source.DumpStorage.OutputType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.source.DumpVariables.OutputType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.source.EnterManyValues.OutputType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.source.Exec.OutputType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.source.FTPLister.Sorting
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.source.NewJsonStructure.JsonDataStructure
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.source.NewList.QuoteType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.source.OptionTraverser.TraversalStart
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.source.SelectDateTime.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.source.SQLIdSupplier.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.standalone.DeleteStorageValue.MatchingType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.standalone.DeleteVariable.MatchingType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.standalone.ExternalFlow.ExecutionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.standalone.MemoryMonitor.MemoryType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.standalone.PyroNameServer.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.standalone.PythonEnvironment.PythonPathUpdateType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.transformer.AbstractDataContainerFileWriter.FileNameGeneration
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.transformer.AbstractDeleteReportValue.MatchType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.transformer.AbstractReportDbUpdater.QueryType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.transformer.AccessDatabaseInfo.InfoType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.transformer.ArrayCombinations.SubsetsType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.transformer.ArrayStatisticDataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.transformer.ConfusionMatrix.MatrixValues
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.transformer.ConvertFeatures.OutputType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.transformer.Copy.CopyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.transformer.DeleteOverlappingImageObjects.RemovalStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.transformer.DeleteStorageValue.MatchingType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.transformer.DeleteVariable.MatchingType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.transformer.Diff.DiffType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.transformer.draw.Pixel.PixelValueType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.transformer.FileInfo.InfoType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.transformer.ImageInfo.InfoType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.transformer.ImageObjectInfo.InfoType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.transformer.ImageObjectOverlapMatrix.MatrixOutput
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.transformer.IncStorageValue.IncrementType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.transformer.IncVariable.IncrementType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.transformer.IndexedSplitsRunsEvaluation.SourceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.transformer.IndexedSplitsRunsPredictions.SourceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.transformer.Mat5ArrayInfo.InfoType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.transformer.Mat5FileInfo.InfoType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.transformer.Mat5StructInfo.InfoType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.transformer.MergeObjectLocations.NoOverlapAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.transformer.MergeObjectLocations.OverlapAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.transformer.MergeReport.MergeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.transformer.MergeReport.SourceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.transformer.MergeReportFromMap.MergeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.transformer.NegativeRegions.NegativeRegionTransferType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.transformer.PDFAppendDocument.DataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.transformer.PDFInfo.InfoType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.transformer.PDFMetaData.OutputType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.transformer.pdfproclet.AbstractSpreadSheetPdfProclet.HorizontalAlignment
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.transformer.pdfproclet.PageSize
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.transformer.pdfstamp.Text.Alignment
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.transformer.PredictionEccentricity.Morphology
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.transformer.SetArrayElement.Origin
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.transformer.SetJsonValue.SourceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.transformer.SetMapValue.SourceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.transformer.SetVariable.UpdateType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.transformer.SpreadSheetAggregate.Aggregate
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.transformer.SpreadSheetExtractArray.ExtractionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.transformer.SpreadSheetInfo.InfoType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.transformer.SpreadSheetInsertRow.ValueType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.transformer.SpreadSheetReplaceCellValue.Scope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.transformer.SpreadSheetRowBuffer.Operation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.transformer.SpreadSheetStatisticDataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.transformer.StringArraySplit.RemainderHandling
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.transformer.StringArraySplit.SplitHandling
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.transformer.StringCut.CutType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.transformer.StringRangeCut.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.transformer.StringReplace.ReplaceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.transformer.StringSplit.Delimiter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.transformer.TimeseriesInfo.InfoType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.transformer.timeseriessplit.AbstractSplitOnDate.Segments
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.transformer.WekaBootstrapping.ErrorCalculation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.transformer.WekaClassifierInfo.InfoType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.transformer.WekaClassifierRanker.Measure
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.transformer.wekaclassifiersetupprocessor.VotedPairs.VotingType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.transformer.WekaClustererInfo.InfoType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.transformer.WekaEvaluationInfo.InfoType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.transformer.WekaExtractArray.ExtractionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.transformer.WekaExtractPLSMatrix.MatrixType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.transformer.WekaFileReader.OutputType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.transformer.WekaInstanceBuffer.Operation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.transformer.WekaInstanceDumper.OutputFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.transformer.WekaInstancesInfo.InfoType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.transformer.WekaInstancesStatisticDataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.transformer.YamlFileReader.DataStructureType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.gui.core.BaseTable.ColumnWidthApproach
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.gui.core.ColorHelper.ColorNotation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.gui.core.ConsolePanel.PanelType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.gui.core.DragAndDropTree.DropMenu
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.gui.core.DragAndDropTree.DropPosition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.gui.core.GUIHelper.InputDialogMultiValueSelection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.gui.core.JComponentList.CheckBoxListItem.Actions
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.gui.core.JComponentList.LabelListItem.Actions
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.gui.core.NumberTextField.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.gui.core.OneTouchPanel.Location
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.gui.core.PropertiesParameterPanel.PropertyHint
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.gui.core.PropertiesParameterPanel.PropertyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.gui.core.SearchPanel.LayoutType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.gui.core.TableRowRange
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.gui.core.ToolBarPanel.ToolBarLocation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.gui.event.ActorChangeEvent.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.gui.event.DataChangeEvent.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.gui.event.InstancesSortSetupEvent.EventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.gui.event.NodeDroppedEvent.NotificationTime
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.gui.event.PaintEvent.PaintMoment
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.gui.event.PlotPanelPanningEvent.PanningEventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.gui.event.PlotPanelZoomEvent.ZoomEventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.gui.event.RemoteControlCenterEvent.EventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.gui.event.SortSetupEvent.EventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.gui.event.SpreadSheetProcessorEvent.EventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.gui.event.SqlQueryPanelEvent.EventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.gui.event.TabVisibilityChangeEvent.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.gui.event.UndoEvent.UndoType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.gui.flow.FlowMultiPagePane.FlowPanelFilter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.gui.flow.FlowPanelNotificationArea.NotificationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.gui.flow.tree.TreeOperations.ActorDialog
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.gui.flow.tree.TreeOperations.InsertPosition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.gui.goe.AbstractBaseDateTypeEditor.Placeholder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.gui.print.BufferedImageBasedWriter.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.gui.scripting.SyntaxDocument.ATTR_TYPE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.gui.tools.ExpressionWatchPanel.ExpressionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.gui.tools.ImageProcessorSubPanel.LayoutType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.gui.tools.spreadsheetviewer.chart.Histogram.Selection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.gui.tools.spreadsheetviewer.chart.ScatterPlot.PlotType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.gui.tools.wekainvestigator.tab.AbstractInvestigatorTab.SerializationOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.CenterStatistic
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.LowerStatistic
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.UpperStatistic
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.gui.visualization.core.axis.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.gui.visualization.core.axis.Orientation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.gui.visualization.core.axis.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.gui.visualization.core.axis.Visibility
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.gui.visualization.core.CoordinatesPaintlet.Coordinates
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.gui.visualization.core.plot.Axis
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.gui.visualization.debug.objecttree.NodeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.gui.visualization.image.LocatedObjectsTableModel.MetaDataDisplay
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.gui.visualization.image.RectangleUtils.RectangleCorner
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.gui.visualization.instance.InstanceLinePaintlet.MarkerShape
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.gui.visualization.jfreechart.chart.Orientation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.gui.visualization.jfreechart.shape.Cross.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.gui.visualization.jfreechart.shape.Triangle.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.gui.visualization.object.mouseclick.AbstractMouseClickProcessor.MouseButton
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.gui.visualization.object.objectannotations.label.Anchored.AnchorReference
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.gui.visualization.object.objectannotations.outline.VertexShape
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.gui.visualization.segmentation.layer.Markers.Shape
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.gui.visualization.segmentation.SegmentationPanel.LayerVisibility
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.gui.visualization.sequence.LinePaintlet.MarkerShape
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.gui.visualization.sequence.pointpreprocessor.Jitter.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.gui.visualization.spreadsheet.SpreadSheetRowLinePaintlet.MarkerShape
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.gui.visualization.stats.histogram.HistogramOptions.BoxType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.gui.visualization.stats.paintlet.CoordinatesPaintlet.Coordinates
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.gui.visualization.timeseries.TimeseriesPaintlet.MarkerShape
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.ml.capabilities.Capability
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.ml.preprocessing.ColumnSubset
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.opt.genetic.Measure
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.opt.genetic.OutputPrefixType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.opt.genetic.OutputType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.opt.optimise.genetic.fitnessfunctions.AbstractWEKAFitnessFunction.Measure
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.parser.TimeAmount.Note
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.scripting.command.basic.StopEngine.EngineType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.scripting.command.flow.SendFlowControlCommand.Command
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum edu.umbc.cs.maple.utils.JamaUtils.Function
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum edu.umbc.cs.maple.utils.MathUtils.SimilarityMetric
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum edu.umbc.cs.maple.utils.SGTUtils.KeyEigenvalues
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum edu.umbc.cs.maple.utils.SGTUtils.LaplacianType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum weka.attributeSelection.AbstractPLSAttributeEval.LoadingsCalculations
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum weka.classifiers.meta.ClassifierCascade.Combination
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum weka.classifiers.meta.ClassifierCascade.ThresholdCheck
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum weka.classifiers.meta.MinMaxLimits.LimitHandling
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum weka.classifiers.trees.XGBoost.BoosterType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum weka.classifiers.trees.XGBoost.FeatureSelector
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum weka.classifiers.trees.XGBoost.GrowPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum weka.classifiers.trees.XGBoost.NormaliseType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum weka.classifiers.trees.XGBoost.Objective
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum weka.classifiers.trees.XGBoost.Predictor
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum weka.classifiers.trees.XGBoost.ProcessType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum weka.classifiers.trees.XGBoost.SampleType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum weka.classifiers.trees.XGBoost.TreeMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum weka.classifiers.trees.XGBoost.Updater
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum weka.classifiers.trees.XGBoost.Verbosity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum weka.filters.unsupervised.attribute.EquiDistance.AttributeSelection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum weka.filters.unsupervised.attribute.NominalToNumeric.ConversionType
Returns an array containing the constants of this enum type, in the order they are declared.
Values - Class in adams.data.binning.operation
For extracting/changing the values from binnable lists.
Values - Class in adams.data.timeseries
Simple feature generator that just outputs all the values of a timeseries.
Values() - Constructor for class adams.data.binning.operation.Values
 
Values() - Constructor for class adams.data.timeseries.Values
 
VALUESDIFFER_AVERAGE - Static variable in class weka.filters.unsupervised.attribute.MergeManyAttributes
how to handle differing values: average.
VALUESDIFFER_AVERAGE - Static variable in class weka.filters.unsupervised.attribute.MergeTwoAttributes
how to handle differing values: average.
VALUESDIFFER_FIRST - Static variable in class weka.filters.unsupervised.attribute.MergeTwoAttributes
how to handle differing values: first.
VALUESDIFFER_MISSING - Static variable in class weka.filters.unsupervised.attribute.MergeManyAttributes
how to handle differing values: missing.
VALUESDIFFER_MISSING - Static variable in class weka.filters.unsupervised.attribute.MergeTwoAttributes
how to handle differing values: missing.
VALUESDIFFER_SECOND - Static variable in class weka.filters.unsupervised.attribute.MergeTwoAttributes
how to handle differing values: SECOND.
valuesForIndex(Report, int) - Method in class adams.gui.visualization.image.selection.AbstractSelectionRectangleBasedSelectionProcessor
Returns all the values stored in the report under this index.
valuesForIndex(Report, int) - Method in class adams.gui.visualization.object.annotator.AbstractReportBasedAnnotator
Returns all the values stored in the report under this index.
valuesForIndex(Report, String, int) - Static method in class adams.data.report.AnnotationHelper
Returns all the values stored in the report under this index.
valueSparse(int) - Method in class weka.core.AbstractHashableInstance
Returns an instance's attribute value in internal format, given an index in the sparse representation.
valuesTipText() - Method in class adams.data.io.output.OpenCVImageWriter
Returns the tip text for this property.
valuesTipText() - Method in class adams.flow.source.EnterManyValues
Returns the tip text for this property.
valuesTipText() - Method in class adams.flow.source.valuedefinition.ListSelectionValueDefinition
Returns the tip text for this property.
valuesTipText() - Method in class adams.flow.template.PromptUser
Returns the tip text for this property.
valuesTipText() - Method in class adams.flow.template.SimpleMenu
Returns the tip text for this property.
valueTipText() - Method in class adams.data.io.output.PropertiesSpreadSheetWriter
Returns the tip text for this property.
valueTipText() - Method in class adams.data.objectfilter.AttachMetaData
Returns the tip text for this property.
valueTipText() - Method in class adams.data.spreadsheet.rowfinder.ClosestNumericValue
Returns the tip text for this property.
valueTipText() - Method in class adams.flow.condition.bool.HashSet
Returns the tip text for this property.
valueTipText() - Method in class adams.flow.condition.bool.HasVariableValue
Returns the tip text for this property.
valueTipText() - Method in class adams.flow.condition.bool.InList
Returns the tip text for this property.
valueTipText() - Method in class adams.flow.transformer.AbstractSetReportValue
Returns the tip text for this property.
valueTipText() - Method in class adams.flow.transformer.AddDOMAttribute
Returns the tip text for this property.
valueTipText() - Method in class adams.flow.transformer.exiftagoperation.ApacheCommonsExifTagWrite
Returns the tip text for this property.
valueTipText() - Method in class adams.flow.transformer.generatefilebaseddataset.SimpleFileList
Returns the tip text for this property.
valueTipText() - Method in class adams.flow.transformer.Mat5SetMatrixElement
Returns the tip text for this property.
valueTipText() - Method in class adams.flow.transformer.SetArrayElement
Returns the tip text for this property.
valueTipText() - Method in class adams.flow.transformer.SetImageObjectMetaData
Returns the tip text for this property.
valueTipText() - Method in class adams.flow.transformer.SetJsonValue
Returns the tip text for this property.
valueTipText() - Method in class adams.flow.transformer.SetMapValue
Returns the tip text for this property.
valueTipText() - Method in class adams.flow.transformer.SetPlotContainerValue
Returns the tip text for this property.
valueTipText() - Method in class adams.flow.transformer.SetPropertyValue
Returns the tip text for this property.
valueTipText() - Method in class adams.flow.transformer.SetReportValue
Returns the tip text for this property.
valueTipText() - Method in class adams.flow.transformer.SetSystemProperty
Returns the tip text for this property.
valueTipText() - Method in class adams.flow.transformer.SpreadSheetInsertColumn
Returns the tip text for this property.
valueTipText() - Method in class adams.flow.transformer.SpreadSheetInsertRow
Returns the tip text for this property.
valueTipText() - Method in class adams.flow.transformer.SpreadSheetSetCell
Returns the tip text for this property.
valueTipText() - Method in class adams.flow.transformer.SpreadSheetSetHeaderCell
Returns the tip text for this property.
valueTipText() - Method in class adams.flow.transformer.StringInsert
Returns the tip text for this property.
valueTipText() - Method in class adams.flow.transformer.UpdateProperty
Returns the tip text for this property.
valueTipText() - Method in class adams.flow.transformer.WekaSetInstancesValue
Returns the tip text for this property.
valueTipText() - Method in class adams.flow.transformer.WekaSetInstanceValue
Returns the tip text for this property.
valueTipText() - Method in class adams.gui.visualization.core.HorizontalIndicatorPaintlet
Returns the tip text for this property.
valueToDisplay(double) - Method in class adams.gui.visualization.core.axis.AbstractAxisModel
Returns the display string of the value for the tooltip, for instance.
valueToDisplay(double) - Method in class adams.gui.visualization.core.AxisPanel
Transforms the given value into the display (absolute, percentage, log, etc.) format.
valueToDisplayLabel(double) - Method in interface adams.gui.visualization.core.axis.FixedLabelTickGenerator
Returns the label associated with the value.
valueToDisplayLabel(double) - Method in class adams.gui.visualization.core.axis.SimpleFixedLabelTickGenerator
Returns the label associated with the value.
valueToPos(double) - Method in class adams.gui.visualization.core.axis.AbstractAxisModel
Returns the position on the axis for the given value.
valueToPos(double) - Method in class adams.gui.visualization.core.axis.AbstractDateBasedAxisModel
Returns the position on the axis for the given value.
valueToPos(double) - Method in class adams.gui.visualization.core.axis.DefaultAxisModel
Returns the position on the axis for the given value.
valueToPos(double) - Method in class adams.gui.visualization.core.axis.LogAxisModel
Returns the position on the axis for the given value.
valueToPos(double) - Method in class adams.gui.visualization.core.axis.PercentageAxisModel
Returns the position on the axis for the given value.
valueToPos(double) - Method in class adams.gui.visualization.core.AxisPanel
Returns the position for the given value according to the settings (min and max).
valueTrueTipText() - Method in class adams.data.conversion.SpreadSheetStringColumnToBoolean
Returns the tip text for this property.
valueTrueTipText() - Method in class adams.flow.transformer.FileInfo
Returns the tip text for this property.
VALUETYPE_NUMERIC - Static variable in class adams.data.io.output.GnumericSpreadSheetWriter
numeric cells.
VALUETYPE_STRING - Static variable in class adams.data.io.output.GnumericSpreadSheetWriter
string cells.
valueTypeTipText() - Method in class adams.flow.standalone.SetManyVariables
Returns the tip text for this property.
valueTypeTipText() - Method in class adams.flow.standalone.SetVariable
Returns the tip text for this property.
valueTypeTipText() - Method in class adams.flow.transformer.SetManyVariables
Returns the tip text for this property.
valueTypeTipText() - Method in class adams.flow.transformer.SetVariable
Returns the tip text for this property.
valueTypeTipText() - Method in class adams.flow.transformer.SpreadSheetInsertRow
Returns the tip text for this property.
var1TipText() - Method in class adams.flow.transformer.SwapVariables
Returns the tip text for this property.
var2TipText() - Method in class adams.flow.transformer.SwapVariables
Returns the tip text for this property.
Variable - Class in adams.flow.source
Outputs the string value of the specified variable.
Does nothing if the variable hasn't been set.
Variable() - Constructor for class adams.flow.source.Variable
Default constructor.
Variable(VariableName) - Constructor for class adams.flow.source.Variable
Initializes with the specified name.
Variable(String) - Constructor for class adams.flow.source.Variable
Initializes with the specified name.
VARIABLE - adams.gui.tools.ExpressionWatchPanel.ExpressionType
variable.
VARIABLE - Static variable in interface adams.parser.booleanexpression.sym
 
VARIABLE - Static variable in interface adams.parser.lookupupdate.sym
 
VARIABLE - Static variable in interface adams.parser.mathematicalexpression.sym
 
VARIABLE - Static variable in interface adams.parser.stringexpression.sym
 
VARIABLE_NAME - Static variable in class adams.gui.flow.tree.quickaction.ChangeVariableName
 
VARIABLE_VALUE - Static variable in class adams.gui.flow.tree.quickaction.ChangeVariableValue
 
variableChanged(VariableChangeEvent) - Method in class adams.core.option.AbstractArgumentOption
Gets triggered when a variable changed (added, modified, removed).
variableChanged(VariableChangeEvent) - Method in interface adams.event.VariableChangeListener
Gets triggered when a variable changed (added, modified, removed).
variableChanged(VariableChangeEvent) - Method in class adams.flow.control.Count
Gets triggered when a variable changed (added, modified, removed).
variableChanged(VariableChangeEvent) - Method in class adams.flow.control.Once
Gets triggered when a variable changed (added, modified, removed).
variableChanged(VariableChangeEvent) - Method in class adams.flow.control.SinkReset
Gets triggered when a variable changed (added, modified, removed).
variableChanged(VariableChangeEvent) - Method in class adams.flow.control.SourceReset
Gets triggered when a variable changed (added, modified, removed).
variableChanged(VariableChangeEvent) - Method in class adams.flow.control.TransformerReset
Gets triggered when a variable changed (added, modified, removed).
variableChanged(VariableChangeEvent) - Method in class adams.flow.control.TriggerOnce
Gets triggered when a variable changed (added, modified, removed).
variableChanged(VariableChangeEvent) - Method in class adams.flow.core.AbstractActor
Gets triggered when a variable changed (added, modified, removed).
variableChanged(VariableChangeEvent) - Method in class adams.flow.core.AbstractExternalActor
Gets triggered when a variable changed (added, modified, removed).
variableChanged(VariableChangeEvent) - Method in interface adams.flow.core.Actor
Gets triggered when a variable changed (added, modified, removed).
variableChanged(VariableChangeEvent) - Method in class adams.flow.standalone.ExternalFlow
Gets triggered when a variable changed (added, modified, removed).
variableChanged(VariableChangeEvent) - Method in class adams.flow.standalone.SetProperty
Deprecated.
Gets triggered when a variable changed (added, modified, removed).
variableChanged(VariableChangeEvent) - Method in class adams.flow.standalone.VariableChangedEvent
Gets triggered when a variable changed (added, modified, removed).
variableChanged(VariableChangeEvent) - Method in class adams.flow.transformer.AbstractFilter
Gets triggered when a variable changed (added, modified, removed).
variableChanged(VariableChangeEvent) - Method in class adams.flow.transformer.AbstractProcessWekaInstanceWithModel
Gets triggered when a variable changed (added, modified, removed).
variableChanged(VariableChangeEvent) - Method in class adams.flow.transformer.BoofCVFeatureGenerator
Gets triggered when a variable changed (added, modified, removed).
variableChanged(VariableChangeEvent) - Method in class adams.flow.transformer.BufferedImageFeatureGenerator
Gets triggered when a variable changed (added, modified, removed).
variableChanged(VariableChangeEvent) - Method in class adams.flow.transformer.ColorProvider
Gets triggered when a variable changed (added, modified, removed).
variableChanged(VariableChangeEvent) - Method in class adams.flow.transformer.OpenCVFeatureGenerator
Gets triggered when a variable changed (added, modified, removed).
variableChanged(VariableChangeEvent) - Method in class adams.flow.transformer.SpreadSheetFilter
Gets triggered when a variable changed (added, modified, removed).
variableChanged(VariableChangeEvent) - Method in class adams.flow.transformer.SpreadSheetRowBuffer
Gets triggered when a variable changed (added, modified, removed).
variableChanged(VariableChangeEvent) - Method in class adams.flow.transformer.TimeseriesFeatureGenerator
Gets triggered when a variable changed (added, modified, removed).
variableChanged(VariableChangeEvent) - Method in class adams.flow.transformer.WekaInstanceBuffer
Gets triggered when a variable changed (added, modified, removed).
variableChanged(VariableChangeEvent) - Method in class adams.flow.transformer.WekaNearestNeighborSearch
Gets triggered when a variable changed (added, modified, removed).
variableChanged(VariableChangeEvent) - Method in class adams.gui.tools.VariableManagementPanel
Gets triggered when a variable changed (added, modified, removed).
variableChanged(VariableChangeEvent) - Method in class adams.gui.tools.VariableManagementPanel.VariableTableModel
Gets triggered when a variable changed (added, modified, removed).
VariableChangedEvent - Class in adams.flow.standalone
Listens to a any changes to the specified variable.
This allows, for instance, the monitoring of a variable.
Enable the 'noDiscard' property to process all change events - NB: this can slow down the system significantly.
VariableChangedEvent() - Constructor for class adams.flow.standalone.VariableChangedEvent
 
VariableChangeEvent - Class in adams.event
Gets sent whenever variables get modified.
VariableChangeEvent(Variables, VariableChangeEvent.Type, String) - Constructor for class adams.event.VariableChangeEvent
Initializes the event.
VariableChangeEvent.Type - Enum in adams.event
The type of event.
VariableChangeListener - Interface in adams.event
Interface for classes that listen to changes in variables and their associated values.
VariableFlagSet - Class in adams.flow.condition.bool
Evaluates to true if the specified variable is present, a boolean and true.
VariableFlagSet() - Constructor for class adams.flow.condition.bool.VariableFlagSet
Default constructor.
VariableFlagSet(VariableName) - Constructor for class adams.flow.condition.bool.VariableFlagSet
Initializes with the specified variable name.
VariableFlagSet(String) - Constructor for class adams.flow.condition.bool.VariableFlagSet
Initializes with the specified variable name.
VariableHandler - Class in adams.gui.visualization.debug.inspectionhandler
Provides further insight into VariableHandler objects.
VariableHandler() - Constructor for class adams.gui.visualization.debug.inspectionhandler.VariableHandler
 
VariableLister - Class in adams.core.option
Lists all variables in the flow.
VariableLister() - Constructor for class adams.core.option.VariableLister
 
VariableManagementPanel - Class in adams.gui.tools
Panel for managing the variables (at runtime).
VariableManagementPanel() - Constructor for class adams.gui.tools.VariableManagementPanel
 
VariableManagementPanel.VariableTableModel - Class in adams.gui.tools
Specialized table model for the variables.
VariableMonitor - Interface in adams.flow.core
Interface for classes that monitor a variable for changes.
VariableMonitorTransfer - Class in adams.core.optiontransfer
Transfers options between VariableMonitor objects.
VariableMonitorTransfer() - Constructor for class adams.core.optiontransfer.VariableMonitorTransfer
 
VariableName - Class in adams.core
Wrapper around the name of a variable (= string).
VariableName() - Constructor for class adams.core.VariableName
Initializes the name with a default value.
VariableName(String) - Constructor for class adams.core.VariableName
Initializes the object with the string to parse.
VariableNameNoUpdate - Class in adams.core
Wrapper around the name of a variable (= string).
VariableNameNoUpdate() - Constructor for class adams.core.VariableNameNoUpdate
Initializes the name with a default value.
VariableNameNoUpdate(String) - Constructor for class adams.core.VariableNameNoUpdate
Initializes the object with the string to parse.
variableNamesTipText() - Method in class adams.flow.control.RemoteExecutionTrigger
Returns the tip text for this property.
variableNamesTipText() - Method in class adams.flow.control.UpdateProperties
Returns the tip text for this property.
variableNamesTipText() - Method in interface adams.flow.core.PropertiesUpdater
Returns the tip text for this property.
variableNamesTipText() - Method in interface adams.flow.core.RemoteExecutionHandler
Returns the tip text for this property.
variableNamesTipText() - Method in class adams.flow.source.AbstractSimpleSourceWithPropertiesUpdating
Returns the tip text for this property.
variableNamesTipText() - Method in class adams.flow.source.VariablesArray
Returns the tip text for this property.
variableNamesTipText() - Method in class adams.flow.transformer.AbstractTransformerWithPropertiesUpdating
Returns the tip text for this property.
variableNamesTipText() - Method in class adams.flow.transformer.ArrayToVariables
Returns the tip text for this property.
variableNamesTipText() - Method in class adams.scripting.command.flow.RemoteFlowExecution
Returns the tip text for this property.
variableNameTipText() - Method in class adams.flow.condition.bool.HasVariable
Returns the tip text for this property.
variableNameTipText() - Method in class adams.flow.condition.bool.HasVariableValue
Returns the tip text for this property.
variableNameTipText() - Method in class adams.flow.condition.bool.VariableFlagSet
Returns the tip text for this property.
variableNameTipText() - Method in class adams.flow.control.Count
Returns the tip text for this property.
variableNameTipText() - Method in class adams.flow.control.Once
Returns the tip text for this property.
variableNameTipText() - Method in class adams.flow.control.SinkReset
Returns the tip text for this property.
variableNameTipText() - Method in class adams.flow.control.SourceReset
Returns the tip text for this property.
variableNameTipText() - Method in class adams.flow.control.TransformerReset
Returns the tip text for this property.
variableNameTipText() - Method in class adams.flow.control.TriggerOnce
Returns the tip text for this property.
variableNameTipText() - Method in interface adams.flow.core.VariableMonitor
Returns the tip text for this property.
variableNameTipText() - Method in class adams.flow.source.StorageForLoop
Returns the tip text for this property.
variableNameTipText() - Method in class adams.flow.source.Variable
Returns the tip text for this property.
variableNameTipText() - Method in class adams.flow.standalone.DeleteVariable
Returns the tip text for this property.
variableNameTipText() - Method in class adams.flow.standalone.SetProperty
Deprecated.
Returns the tip text for this property.
variableNameTipText() - Method in class adams.flow.standalone.SetVariable
Returns the tip text for this property.
variableNameTipText() - Method in class adams.flow.template.InstanceDumperVariable
Returns the tip text for this property.
variableNameTipText() - Method in class adams.flow.template.StoreFilenameInVariable
Returns the tip text for this property.
variableNameTipText() - Method in class adams.flow.template.StoreReportValueInVariable
Returns the tip text for this property.
variableNameTipText() - Method in class adams.flow.template.UpdateVariable
Returns the tip text for this property.
variableNameTipText() - Method in class adams.flow.transformer.AbstractFilter
Returns the tip text for this property.
variableNameTipText() - Method in class adams.flow.transformer.BoofCVFeatureGenerator
Returns the tip text for this property.
variableNameTipText() - Method in class adams.flow.transformer.BufferedImageFeatureGenerator
Returns the tip text for this property.
variableNameTipText() - Method in class adams.flow.transformer.ColorProvider
Returns the tip text for this property.
variableNameTipText() - Method in class adams.flow.transformer.DeleteVariable
Returns the tip text for this property.
variableNameTipText() - Method in class adams.flow.transformer.IncVariable
Returns the tip text for this property.
variableNameTipText() - Method in class adams.flow.transformer.OpenCVFeatureGenerator
Returns the tip text for this property.
variableNameTipText() - Method in class adams.flow.transformer.SetVariable
Returns the tip text for this property.
variableNameTipText() - Method in class adams.flow.transformer.SpreadSheetFilter
Returns the tip text for this property.
variableNameTipText() - Method in class adams.flow.transformer.SpreadSheetRowBuffer
Returns the tip text for this property.
variableNameTipText() - Method in class adams.flow.transformer.TimeseriesFeatureGenerator
Returns the tip text for this property.
variableNameTipText() - Method in class adams.flow.transformer.WekaInstanceBuffer
Returns the tip text for this property.
variableNameTipText() - Method in class adams.flow.transformer.WekaNearestNeighborSearch
Returns the tip text for this property.
VariableNameValuePair - Class in adams.core
Wrapper for a name/value pair of a variable.
VariableNameValuePair() - Constructor for class adams.core.VariableNameValuePair
Initializes the string with length 0.
VariableNameValuePair(String) - Constructor for class adams.core.VariableNameValuePair
Initializes the object with the string to parse.
VariableNameValuePair(String, String) - Constructor for class adams.core.VariableNameValuePair
Initializes the object with the key/value pair.
VariableNameValuePairEditor - Class in adams.gui.goe
Editor specifically designed for entering variable name/value pairs.
VariableNameValuePairEditor() - Constructor for class adams.gui.goe.VariableNameValuePairEditor
 
VariableNameValuePairParsing - Class in adams.core.option.parsing
For parsing VariableNameValuePair options.
VariableNameValuePairParsing() - Constructor for class adams.core.option.parsing.VariableNameValuePairParsing
 
variablePairsTipText() - Method in class adams.flow.standalone.SetManyVariables
Returns the tip text for this property.
variablePairsTipText() - Method in class adams.flow.transformer.SetManyVariables
Returns the tip text for this property.
variablePrefixTipText() - Method in class adams.flow.transformer.ImageObjectToVariables
Returns the tip text for this property.
variablePrefixTipText() - Method in class adams.flow.transformer.MapToVariables
Returns the tip text for this property.
variablePrefixTipText() - Method in class adams.flow.transformer.PropertiesToVariables
Returns the tip text for this property.
variablePrefixTipText() - Method in class adams.flow.transformer.SpreadSheetVariableRowIterator
Returns the tip text for this property.
VariableRenamed - Class in adams.gui.flow.tree.postprocessor
Updates all references of the variable that was renamed.
VariableRenamed() - Constructor for class adams.gui.flow.tree.postprocessor.VariableRenamed
 
variables - Variable in class adams.core.VariablesFinder
for storing the variables.
Variables - Class in adams.core
A container for storing variables and their values.
Variables - Class in adams.gui.goe.popupmenu
Adds variable-related menu items.
Variables - Class in adams.gui.visualization.debug.inspectionhandler
Provides further insight into Variables objects.
Variables() - Constructor for class adams.core.Variables
Initializes the container.
Variables() - Constructor for class adams.gui.goe.popupmenu.Variables
 
Variables() - Constructor for class adams.gui.visualization.debug.inspectionhandler.Variables
 
VARIABLES - adams.flow.execution.debug.View
the variables.
VariablesArray - Class in adams.flow.source
Outputs the values associated with the specified variable names as a string array.
VariablesArray() - Constructor for class adams.flow.source.VariablesArray
Default constructor.
VariablesArray(VariableName[]) - Constructor for class adams.flow.source.VariablesArray
Initializes with the specified names.
VariablesArray(String[]) - Constructor for class adams.flow.source.VariablesArray
Initializes with the specified names.
variablesFilterTipText() - Method in interface adams.flow.control.LocalScopeHandler
Returns the tip text for this property.
variablesFilterTipText() - Method in class adams.flow.control.LocalScopeTransformer
Returns the tip text for this property.
variablesFilterTipText() - Method in class adams.flow.control.LocalScopeTrigger
Returns the tip text for this property.
VariablesFinder - Class in adams.core
Option traverser for locating variables.
VariablesFinder() - Constructor for class adams.core.VariablesFinder
 
VariablesHandler - Interface in adams.core
Interface for classes that encapsulate (local) variable support.
VariablesInspectionHandler - Interface in adams.core
Interface for classes that can restrict the inspection of certain classes.
VariablesInstanceLister - Class in adams.core.option
Lists the hashcodes of the adams.core.Variables objects in use by the adams.core.option.OptionManager objects.
VariablesInstanceLister() - Constructor for class adams.core.option.VariablesInstanceLister
 
VariablesPropertyExtractor - Class in adams.gui.visualization.debug.propertyextractor
Handles Variables and derived classes, listing each variable as a separate property.
VariablesPropertyExtractor() - Constructor for class adams.gui.visualization.debug.propertyextractor.VariablesPropertyExtractor
 
variablesRegExpTipText() - Method in interface adams.flow.control.LocalScopeHandler
Returns the tip text for this property.
variablesRegExpTipText() - Method in class adams.flow.control.LocalScopeTransformer
Returns the tip text for this property.
variablesRegExpTipText() - Method in class adams.flow.control.LocalScopeTrigger
Returns the tip text for this property.
VariablesTab - Class in adams.gui.flow.tab
Allows user to list variables in flow.
VariablesTab() - Constructor for class adams.gui.flow.tab.VariablesTab
 
VariableSupport - Class in adams.gui.goe
Helper class for managing variables in the GOE.
VariableSupport() - Constructor for class adams.gui.goe.VariableSupport
 
VariableTableModel(Variables) - Constructor for class adams.gui.tools.VariableManagementPanel.VariableTableModel
Initializes the model with the global variables.
variableTipText() - Method in class adams.flow.source.GetEnvironmentVariable
Returns the tip text for this property.
variableTipText() - Method in class adams.flow.standalone.VariableChangedEvent
Returns the tip text for this property.
VariableUpdater - Interface in adams.core
Interface for classes that update variables.
VariableUser - Interface in adams.core
Interface for classes that use variables.
variableValueTipText() - Method in class adams.flow.standalone.SetVariable
Returns the tip text for this property.
variableValueTipText() - Method in class adams.flow.transformer.SetVariable
Returns the tip text for this property.
VariableValueType - Enum in adams.flow.core
Determines how SetVariable and SetVariable interpret their "values".
varianceCoveredTipText() - Method in class adams.flow.transformer.WekaPrincipalComponents
Returns the tip text for this property.
varianceCoveredTipText() - Method in class weka.filters.unsupervised.attribute.PrincipalComponentsJ
Returns the tip text for this property.
varianceTipText() - Method in class adams.data.instancesanalysis.PCA
Returns the tip text for this property.
varianceTipText() - Method in class adams.ml.preprocessing.unsupervised.PCA
Returns the tip text for this property.
varianceTipText() - Method in class weka.classifiers.meta.AbstainLeastMedianSq
 
variationTipText() - Method in class adams.data.spc.XBarRChart
Returns the tip text for this property.
varKeyTipText() - Method in class adams.flow.transformer.MapVariableIterator
Returns the tip text for this property.
varName() - Method in class adams.core.VariableNameValuePair
Returns the variable name.
varValue() - Method in class adams.core.VariableNameValuePair
Returns the variable value.
varValueTipText() - Method in class adams.flow.transformer.MapVariableIterator
Returns the tip text for this property.
VaryByObject - Class in adams.gui.visualization.object.objectannotations.colors
Varies the color per object, useful when just a single type of object is annotated.
VaryByObject() - Constructor for class adams.gui.visualization.object.objectannotations.colors.VaryByObject
 
varyShapeColorTipText() - Method in class adams.flow.transformer.draw.ObjectLocationsFromReport
Returns the tip text for this property.
varyShapeColorTipText() - Method in class adams.gui.tools.previewbrowser.ObjectCentersFromReport
Returns the tip text for this property.
varyShapeColorTipText() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
Returns the tip text for this property.
varyShapeColorTipText() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
Returns the tip text for this property.
varyShapeColorTipText() - Method in class adams.gui.visualization.image.AbstractObjectOverlayFromReport
Returns the tip text for this property.
varyShapeColorTipText() - Method in class adams.gui.visualization.image.ReportObjectOverlay
Returns the tip text for this property.
VCPLS - Class in adams.data.instancesanalysis.pls
VCPLS() - Constructor for class adams.data.instancesanalysis.pls.VCPLS
 
vectorAdd(double[], double[]) - Static method in class edu.umbc.cs.maple.utils.MathUtils
Performs vector addition.
vectorL2Norm(double[]) - Static method in class edu.umbc.cs.maple.utils.MathUtils
Computes the L2 norm of the given vector.
vectorMultiply(double, double[]) - Static method in class edu.umbc.cs.maple.utils.MathUtils
Performs scalar multiplication on a vector.
vectorNormalize(double[]) - Static method in class edu.umbc.cs.maple.utils.MathUtils
Normalizes the given vector.
vectorSubtract(double[], double[]) - Static method in class edu.umbc.cs.maple.utils.MathUtils
Performs vector subtraction.
verboseTipText() - Method in class adams.flow.source.RSync
 
verboseTipText() - Method in class adams.flow.source.SimpleRSync
 
verbosityTipText() - Method in class weka.classifiers.trees.XGBoost
Gets the tip-text for the verbosity option.
verify(String, SSLSession) - Method in class adams.core.net.hostnameverifier.AbstractHostnameVerifier
Verifies the host.
version() - Static method in class adams.core.management.LDD
Returns (under Linux) the version of ldd (= glibc version).
VERSION - adams.flow.transformer.Mat5FileInfo.InfoType
 
VERSION - Static variable in class adams.data.io.input.GnumericSpreadSheetReader
the version.
VERSION - Static variable in class adams.data.io.output.GnumericSpreadSheetWriter
the complete version.
VERSION_COLUMNS - adams.db.MetaDataType
 
VERSION_MAJOR - Static variable in class adams.data.io.output.GnumericSpreadSheetWriter
the major version.
VERSION_MINOR - Static variable in class adams.data.io.output.GnumericSpreadSheetWriter
the minor version.
VERSION_REVISION - Static variable in class adams.data.io.output.GnumericSpreadSheetWriter
the revision version.
versionTipText() - Method in class adams.flow.source.RSync
 
versionValue() - Method in class adams.core.base.MavenArtifact
Returns the version part, if possible.
VersusFit - Class in adams.gui.visualization.stats.fourinone
Class that displays a versus fit graph.
VersusFit() - Constructor for class adams.gui.visualization.stats.fourinone.VersusFit
 
VersusFitOptions - Class in adams.gui.visualization.stats.fourinone
Class that contains options for the versusfit plot

Valid options are:

VersusFitOptions() - Constructor for class adams.gui.visualization.stats.fourinone.VersusFitOptions
 
versusFitOptionsTipText() - Method in class adams.flow.sink.FourInOneDisplay
Tip text for the vs fit options property
versusFitOptionsTipText() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.FourInOnePlot
Tip text for the vs fit options property.
VersusFitPanel - Class in adams.gui.visualization.stats.fourinone
Panel for displaying the versus plot data.
VersusFitPanel() - Constructor for class adams.gui.visualization.stats.fourinone.VersusFitPanel
 
VersusOrder - Class in adams.gui.visualization.stats.fourinone
Class that creates a versus order plot with the residuals on the y axis and the position in the data on the x axis.
VersusOrder() - Constructor for class adams.gui.visualization.stats.fourinone.VersusOrder
 
VersusOrderOptions - Class in adams.gui.visualization.stats.fourinone
Class containing the options for the versus order plot

Valid options are:

VersusOrderOptions() - Constructor for class adams.gui.visualization.stats.fourinone.VersusOrderOptions
 
versusOrderOptionsTipText() - Method in class adams.flow.sink.FourInOneDisplay
Tip text for the vsorder options property
versusOrderOptionsTipText() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.FourInOnePlot
Tip text for the vsorder options property.
VersusOrderPanel - Class in adams.gui.visualization.stats.fourinone
Panel for displaying the versus order data
VersusOrderPanel() - Constructor for class adams.gui.visualization.stats.fourinone.VersusOrderPanel
 
VertexShape - Enum in adams.gui.visualization.object.objectannotations.outline
Shapes for plotting vertices.
VERTICAL - adams.data.FlipDirection
 
VERTICAL - adams.flow.sink.ArrayDisplay.Arrangement
 
VERTICAL - adams.gui.core.SearchPanel.LayoutType
vertical.
VERTICAL - adams.gui.tools.ImageProcessorSubPanel.LayoutType
 
VERTICAL - adams.gui.visualization.core.axis.Direction
vertical.
VERTICAL - adams.gui.visualization.jfreechart.chart.Orientation
 
VERTICAL - Static variable in class adams.gui.core.FilterPanel
for vertical layout (label \n textfield button).
verticalButtonsTipText() - Method in class adams.flow.source.EnterValue
Returns the tip text for this property.
VerticalMarkers - Class in adams.flow.sink.sequenceplotter
Draws vertical markers on the sequence plot panel.
VerticalMarkers() - Constructor for class adams.flow.sink.sequenceplotter.VerticalMarkers
 
Veto - Class in weka.classifiers.meta
If the specified label is predicted by the required minimum number of classifiers of the ensemble, then this label is predicted.
Veto() - Constructor for class weka.classifiers.meta.Veto
 
VggXmlAnnotationHandler - Class in adams.gui.tools.previewbrowser
Displays the following image types with an overlay for the objects stored in the VGG XML file with the same name (using object prefix 'Object.'): jpg,tif,tiff,bmp,gif,png,jpeg,wbmp

VggXmlAnnotationHandler() - Constructor for class adams.gui.tools.previewbrowser.VggXmlAnnotationHandler
 
VggXmlAnnotationReportReader - Class in adams.data.io.input
Reads XML image annotation files, like used in the pets dataset:
http://www.robots.ox.ac.uk/~vgg/data/pets/

VggXmlAnnotationReportReader() - Constructor for class adams.data.io.input.VggXmlAnnotationReportReader
 
ViaAnnotationsHandler - Class in adams.gui.tools.previewbrowser
Displays the following image types with an overlay for the objects stored in the JSON file with the same name (using object prefix 'Object.'): jpg,tif,tiff,bmp,gif,png,jpeg,wbmp

ViaAnnotationsHandler() - Constructor for class adams.gui.tools.previewbrowser.ViaAnnotationsHandler
 
ViaAnnotationsReportReader - Class in adams.data.io.input
Interprets polygon annotations generated by VGG Image Annotator.
For more information, see:
http://www.robots.ox.ac.uk/~vgg/software/via/

ViaAnnotationsReportReader() - Constructor for class adams.data.io.input.ViaAnnotationsReportReader
 
ViaAnnotationsReportWriter - Class in adams.data.io.output
Writes polygon annotations in VGG Image Annotator JSON format.
For more information, see:
http://www.robots.ox.ac.uk/~vgg/software/via/

ViaAnnotationsReportWriter() - Constructor for class adams.data.io.output.ViaAnnotationsReportWriter
 
ViaAnnotationsToReports - Class in adams.flow.transformer
Converts the JSON object passing through to Reports.
ViaAnnotationsToReports() - Constructor for class adams.flow.transformer.ViaAnnotationsToReports
 
VIETNAMESE - adams.flow.core.TesseractLanguage
 
view() - Method in class adams.gui.tools.filecommander.FileCommanderDirectoryPanel
Views the selected file.
view() - Method in class adams.gui.tools.FileCommanderPanel
Views the selected file.
view(FileObject) - Method in class adams.gui.tools.filecommander.FileCommanderDirectoryPanel
Views the file.
view(AbstractViewPlugin) - Method in class adams.gui.tools.SpreadSheetViewerPanel
Displays a dialog with the panel created by the plugin.
View - Class in adams.gui.tools.findinfiles
For viewing the selected file.
View - Enum in adams.flow.execution.debug
The breakpoint views available.
View() - Constructor for class adams.gui.tools.findinfiles.View
 
ViewApplyToAll - Class in adams.gui.tools.spreadsheetviewer.menu
Whether settings to apply to all tabs.
ViewApplyToAll() - Constructor for class adams.gui.tools.spreadsheetviewer.menu.ViewApplyToAll
 
ViewAsTable - Class in adams.gui.visualization.instance.containerlistpopup
Views the selected instance as table.
ViewAsTable - Class in adams.gui.visualization.sequence.containerlistpopup
Views the selected sequence as table.
ViewAsTable - Class in adams.gui.visualization.spreadsheet.containerlistpopup
Views the selected instance as table.
ViewAsTable - Class in adams.gui.visualization.timeseries.containerlistpopup
Views the selected timeseries as table.
ViewAsTable() - Constructor for class adams.gui.visualization.instance.containerlistpopup.ViewAsTable
 
ViewAsTable() - Constructor for class adams.gui.visualization.sequence.containerlistpopup.ViewAsTable
 
ViewAsTable() - Constructor for class adams.gui.visualization.spreadsheet.containerlistpopup.ViewAsTable
 
ViewAsTable() - Constructor for class adams.gui.visualization.timeseries.containerlistpopup.ViewAsTable
 
ViewCell - Class in adams.gui.core.spreadsheettable
For viewing the cell content.
ViewCell - Class in adams.gui.visualization.instances.instancestable
For viewing the cell content.
ViewCell() - Constructor for class adams.gui.core.spreadsheettable.ViewCell
 
ViewCell() - Constructor for class adams.gui.visualization.instances.instancestable.ViewCell
 
ViewCellRenderingCustomizer - Class in adams.gui.tools.spreadsheetviewer.menu
Allows the user to change the cell rendering customizer.
ViewCellRenderingCustomizer() - Constructor for class adams.gui.tools.spreadsheetviewer.menu.ViewCellRenderingCustomizer
 
ViewDataClickAction - Class in adams.flow.sink.sequenceplotter
Displays the data that the user clicked on in a table.
ViewDataClickAction - Class in adams.gui.visualization.stats.scatterplot.action
Displays the data that the user clicked on in a table.
ViewDataClickAction() - Constructor for class adams.flow.sink.sequenceplotter.ViewDataClickAction
 
ViewDataClickAction() - Constructor for class adams.gui.visualization.stats.scatterplot.action.ViewDataClickAction
 
ViewDecimals - Class in adams.gui.tools.spreadsheetviewer.menu
Allows the user to enter the number of displayed decimals.
ViewDecimals() - Constructor for class adams.gui.tools.spreadsheetviewer.menu.ViewDecimals
 
ViewerTabManager - Class in adams.gui.tools.spreadsheetviewer.tab
Specialized JTabbedPane for managing tabs in the spreadsheet file viewer.
ViewerTabManager(SpreadSheetViewerPanel) - Constructor for class adams.gui.tools.spreadsheetviewer.tab.ViewerTabManager
Initializes the tab manager.
ViewFullExpansion - Class in adams.gui.flow.menu
Fully expands the flow and displays it in a new tab.
ViewFullExpansion() - Constructor for class adams.gui.flow.menu.ViewFullExpansion
 
viewInstance(InstanceContainer) - Method in class adams.gui.visualization.instance.InstancePanel
Views the specified instance in a table.
viewInstance(SpreadSheetRowContainer) - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowPanel
Views the specified instance in a table.
viewNotes() - Method in class adams.gui.tools.PreviewBrowserPanel
Displays the notes.
ViewObjects - Class in adams.gui.visualization.image.leftclick
Displays the annotated objects in a dialog that contain the click position.
ViewObjects - Class in adams.gui.visualization.object.mouseclick
Displays the annotated objects in a dialog that contain the click position.
ViewObjects() - Constructor for class adams.gui.visualization.image.leftclick.ViewObjects
 
ViewObjects() - Constructor for class adams.gui.visualization.object.mouseclick.ViewObjects
 
Viewport - Class in adams.gui.visualization.instance.plotpopup
Allows the user to perform operations on the instances visible in the current viewport.
Viewport - Class in adams.gui.visualization.spreadsheet.plotpopup
Allows the user to perform operations on the rows visible in the current viewport.
Viewport() - Constructor for class adams.gui.visualization.instance.plotpopup.Viewport
 
Viewport() - Constructor for class adams.gui.visualization.spreadsheet.plotpopup.Viewport
 
ViewRedraw - Class in adams.gui.flow.menu
Redraws the flow.
ViewRedraw() - Constructor for class adams.gui.flow.menu.ViewRedraw
 
viewSequence(XYSequenceContainer) - Method in class adams.gui.visualization.sequence.XYSequencePanel
Views the specified sequence in a table.
ViewShowAnnotations - Class in adams.gui.flow.menu
Enables/disables annotation visibility.
ViewShowAnnotations() - Constructor for class adams.gui.flow.menu.ViewShowAnnotations
 
ViewShowCellTypes - Class in adams.gui.tools.spreadsheetviewer.menu
Allows the user to display the cell types or values.
ViewShowCellTypes() - Constructor for class adams.gui.tools.spreadsheetviewer.menu.ViewShowCellTypes
 
ViewShowFormulas - Class in adams.gui.tools.spreadsheetviewer.menu
Allows the user to display formulas or the calculated values.
ViewShowFormulas() - Constructor for class adams.gui.tools.spreadsheetviewer.menu.ViewShowFormulas
 
ViewShowInputOutput - Class in adams.gui.flow.menu
Enables/disables input/output hints visibility.
ViewShowInputOutput() - Constructor for class adams.gui.flow.menu.ViewShowInputOutput
 
ViewShowQuickInfo - Class in adams.gui.flow.menu
Enables/disables quickinfo visibility.
ViewShowQuickInfo() - Constructor for class adams.gui.flow.menu.ViewShowQuickInfo
 
ViewShowSource - Class in adams.gui.flow.menu
Displays the source of the flow.
ViewShowSource() - Constructor for class adams.gui.flow.menu.ViewShowSource
 
ViewShowToolbar - Class in adams.gui.flow.menu
Enables/disables toolbar visibility.
ViewShowToolbar() - Constructor for class adams.gui.flow.menu.ViewShowToolbar
 
ViewStatistics - Class in adams.gui.flow.menu
Displays statistics about the flow.
ViewStatistics() - Constructor for class adams.gui.flow.menu.ViewStatistics
 
viewsTipText() - Method in class adams.flow.control.Breakpoint
Returns the tip text for this property.
viewsTipText() - Method in class adams.flow.execution.debug.AbstractBreakpoint
Returns the tip text for this property.
viewsTipText() - Method in class adams.flow.execution.Debug
Returns the tip text for this property.
ViewValue - Class in adams.gui.visualization.report.reportfactory
Allows the user to view values.
ViewValue() - Constructor for class adams.gui.visualization.report.reportfactory.ViewValue
Default constructor.
ViewWrapper() - Constructor for class adams.flow.standalone.AbstractMultiView.ViewWrapper
 
ViewZoom - Class in adams.gui.flow.menu
Sets the zoom level of the flow.
ViewZoom() - Constructor for class adams.gui.flow.menu.ViewZoom
 
ViolationFinder - Interface in adams.data.spc
Interface for algorithms that check for violations.
violationFinderTipText() - Method in class adams.flow.sink.ControlChartPlot
Returns the tip text for this property.
violationFinderTipText() - Method in class adams.gui.tools.spreadsheetviewer.chart.ControlChart
Returns the tip text for this property.
Visibility - Enum in adams.gui.visualization.core.axis
An enumeration of the axis states.
VISIBILITY - adams.gui.event.DataChangeEvent.Type
the visibility of a container got changed.
VisibilityContainer - Interface in adams.gui.visualization.container
Interface for containers that encapsulate visibility information as well.
VisibilityContainerManager<T extends AbstractContainer> - Interface in adams.gui.visualization.container
Indicator interface for container managers that manage containers encapsulating visbility information as well.
Visible - Class in adams.gui.scripting
Action parameters:
Visible() - Constructor for class adams.gui.scripting.Visible
 
VISIBLE - adams.gui.core.TableRowRange
only visible (in case of sortable/searchable tables).
VISIBLE - adams.gui.visualization.core.axis.Visibility
visible.
visibleConts - Variable in class adams.gui.visualization.container.datacontainerpanel.containerlistpopup.AbstractContainerListPopupCustomizer.Context
 
visualize() - Method in class adams.gui.tools.wekainvestigator.tab.InstanceTab
Updates the visualization.
VOLUME - adams.core.TechnicalInformation.Field
The volume of a journal or multi-volume book.
volumeProgressChanged(long, long) - Method in class adams.core.io.RarUtils.DummyUnrarCallback
 
VotedFolds - Class in adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.finalmodel
Generates a Vote meta-classifier from the models from the cross-validation folds.
VotedFolds() - Constructor for class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.finalmodel.VotedFolds
 
VotedImbalance - Class in weka.classifiers.meta
Generates an ensemble using the following approach:
- do x times:
* create new dataset, resampled with specified bias
* build base classifier with it
If no classifier gets built at all, use ZeroR as backup model, built on the full dataset.
At prediction time, the Vote meta-classifier (using the pre-built classifiers) is used to determining the class probabilities or regression value.
Instead of just using a fixed number of resampled models, you can also specify thresholds (= probability that the minority class does not meet) with associated number of resampled models to use.
VotedImbalance() - Constructor for class weka.classifiers.meta.VotedImbalance
 
VotedModels - Class in adams.flow.transformer.wekaensemblegenerator
Generates a Vote meta-classifier from the incoming pre-built classifier models.
VotedModels() - Constructor for class adams.flow.transformer.wekaensemblegenerator.VotedModels
 
VotedPairs - Class in adams.flow.transformer.wekaclassifiersetupprocessor
Generates an array of classifiers that contains the original ones, but also all possible classifier pairs encapsulated in the Vote meta-classifier.
VotedPairs() - Constructor for class adams.flow.transformer.wekaclassifiersetupprocessor.VotedPairs
 
VotedPairs.VotingType - Enum in adams.flow.transformer.wekaclassifiersetupprocessor
How the voting is done.
voteTipText() - Method in class adams.flow.transformer.wekaensemblegenerator.MultiClassifiersCombinerModels
Returns the tip text for this property.
voteTipText() - Method in class adams.flow.transformer.wekaensemblegenerator.VotedModels
Returns the tip text for this property.
voteTipText() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.finalmodel.VotedFolds
Returns the tip text for this property.
votingTypeTipText() - Method in class adams.flow.transformer.wekaclassifiersetupprocessor.VotedPairs
Returns the tip text for this property.
VsFitPaintlet - Class in adams.gui.visualization.stats.paintlet
Paints the data for the versus fit graph

Valid options are:

VsFitPaintlet() - Constructor for class adams.gui.visualization.stats.paintlet.VsFitPaintlet
 
VsOrderPaintlet - Class in adams.gui.visualization.stats.paintlet
Paints the data for the versus order graph

Valid options are:

VsOrderPaintlet() - Constructor for class adams.gui.visualization.stats.paintlet.VsOrderPaintlet
 

W

wait(int) - Method in class weka.classifiers.functions.FakeClassifier
Waits for a specified amount of time.
wait(LoggingSupporter, int, int) - Static method in class adams.core.Utils
A simple waiting method.
wait(LoggingSupporter, StoppableWithFeedback, int, int) - Static method in class adams.core.Utils
A simple waiting method.
waitForAsynchronousExecution() - Method in class adams.flow.control.AbstractTee
Waits for the asynchronous execution to finish.
waitForComplete() - Method in class adams.multiprocess.LocalJobRunner
Wait until Jobs are completed.
waitForEnabled(BaseButton) - Method in class adams.gui.selection.AbstractSelectionPanel
Waits for a button to become enabled again, for DEFAULT_REFRESH_TIMEOUT milliseconds.
waitForEnabled(BaseButton, int) - Method in class adams.gui.selection.AbstractSelectionPanel
Waits for a button to become enabled again, for a maximum amount of time.
WaitForFile - Class in adams.flow.transformer
Waits for the file passing through to become available, i.e., not in use by another process.
WaitForFile() - Constructor for class adams.flow.transformer.WaitForFile
 
waitPollTipText() - Method in class adams.flow.standalone.DirWatch
Returns the tip text for this property.
waitTipText() - Method in class adams.flow.source.DirectoryLister
Returns the tip text for this property.
waitTipText() - Method in class adams.scripting.connection.SSHConnection
Returns the tip text for this property.
warning(String) - Method in class adams.core.logging.Logger
Logs a Level.WARNING message.
WARNING - adams.core.logging.LoggingLevel
only warnings and above.
WARNING - adams.gui.flow.FlowPanelNotificationArea.NotificationType
 
WARNING - weka.classifiers.trees.XGBoost.Verbosity
 
WARNING - Static variable in class adams.data.Notes
the warning prefix.
watchDirTipText() - Method in class adams.core.net.SimpleMailer
Returns the tip text for this property.
watchDirTipText() - Method in class adams.flow.source.DirectoryLister
Returns the tip text for this property.
watchesTipText() - Method in class adams.flow.control.Breakpoint
Returns the tip text for this property.
watchesTipText() - Method in class adams.flow.execution.debug.AbstractBreakpoint
Returns the tip text for this property.
watchesTipText() - Method in class adams.flow.execution.Debug
Returns the tip text for this property.
WatchEventKind - Enum in adams.core.io
The events to watch.
watchTypesTipText() - Method in class adams.flow.control.Breakpoint
Returns the tip text for this property.
watchTypesTipText() - Method in class adams.flow.execution.debug.AbstractBreakpoint
Returns the tip text for this property.
watchTypesTipText() - Method in class adams.flow.execution.Debug
Returns the tip text for this property.
WaveletDenoise - Class in adams.data.boofcv.transformer
Removes noise using wavelet transformation.
WaveletDenoise() - Constructor for class adams.data.boofcv.transformer.WaveletDenoise
 
waveletTypeTipText() - Method in class adams.data.filter.AbstractFastWavelet
Returns the tip text for this property.
WAVENO_REGEXP - Static variable in class weka.filters.unsupervised.attribute.Detrend
 
WAVENO_REGEXP - Static variable in class weka.filters.unsupervised.attribute.MultiplicativeScatterCorrection
 
waveNoRegExpTipText() - Method in class weka.filters.unsupervised.attribute.Detrend
Returns the tip text for this property.
waveNoRegExpTipText() - Method in class weka.filters.unsupervised.attribute.MultiplicativeScatterCorrection
Returns the tip text for this property.
WeakExternalActor - Interface in adams.flow.core
Indicator interface for weak external actor handlers, which are only used at design time and deactivated at runtime.
WeakExternalStandalone - Class in adams.flow.standalone
WeakExternalStandalone() - Constructor for class adams.flow.standalone.WeakExternalStandalone
 
WebSocketClient - Class in adams.flow.sink
Sends the incoming data to a websocket server and forwards the received data.
WebSocketClient() - Constructor for class adams.flow.sink.WebSocketClient
 
WebSocketClientGenerator - Interface in adams.flow.websocket.client
Interface for client generators.
WebSocketServer - Class in adams.flow.standalone
Starts and runs a websocket server.
WebSocketServer() - Constructor for class adams.flow.standalone.WebSocketServer
 
WebSocketServerGenerator - Interface in adams.flow.websocket.server
Interface for server generators.
WEDNESDAY - Static variable in class adams.data.conversion.ExtractDateTimeField
the wednesday constant.
WEEK_OF_MONTH - adams.data.conversion.ExtractDateTimeField.DateTimeField
the week of the month.
WEEK_OF_YEAR - adams.data.conversion.ExtractDateTimeField.DateTimeField
the week of the year.
WEEKDAY - Static variable in interface adams.parser.booleanexpression.sym
 
WEEKDAY - Static variable in interface adams.parser.mathematicalexpression.sym
 
WEEKDAY - Static variable in interface adams.parser.spreadsheetformula.sym
 
WEEKDAY - Static variable in interface adams.parser.stringexpression.sym
 
WEEKLY - adams.data.timeseries.PeriodicityType
 
WEEKNUM - Static variable in interface adams.parser.booleanexpression.sym
 
WEEKNUM - Static variable in interface adams.parser.mathematicalexpression.sym
 
WEEKNUM - Static variable in interface adams.parser.spreadsheetformula.sym
 
WEEKNUM - Static variable in interface adams.parser.stringexpression.sym
 
WEEKS - adams.core.MicroSecondFormat.Unit
 
WEEKS - adams.core.SecondFormat.Unit
 
Weibull - Class in adams.data.distribution
Weibull distribution.
Weibull() - Constructor for class adams.data.distribution.Weibull
 
weight() - Method in class weka.core.AbstractHashableInstance
Returns the instance's weight.
WEIGHTED - weka.classifiers.trees.XGBoost.SampleType
 
WEIGHTED_AREA_UNDER_PRC - adams.flow.core.EvaluationStatistic
 
WEIGHTED_AREA_UNDER_PRC - adams.flow.core.ExperimentStatistic
 
WEIGHTED_AREA_UNDER_ROC - adams.flow.core.EvaluationStatistic
 
WEIGHTED_AREA_UNDER_ROC - adams.flow.core.ExperimentStatistic
 
WEIGHTED_F_MEASURE - adams.flow.core.EvaluationStatistic
 
WEIGHTED_F_MEASURE - adams.flow.core.ExperimentStatistic
 
WEIGHTED_FALSE_NEGATIVE_RATE - adams.flow.core.EvaluationStatistic
 
WEIGHTED_FALSE_NEGATIVE_RATE - adams.flow.core.ExperimentStatistic
 
WEIGHTED_FALSE_POSITIVE_RATE - adams.flow.core.EvaluationStatistic
 
WEIGHTED_FALSE_POSITIVE_RATE - adams.flow.core.ExperimentStatistic
 
WEIGHTED_IR_PRECISION - adams.flow.core.EvaluationStatistic
 
WEIGHTED_IR_PRECISION - adams.flow.core.ExperimentStatistic
 
WEIGHTED_IR_RECALL - adams.flow.core.EvaluationStatistic
 
WEIGHTED_IR_RECALL - adams.flow.core.ExperimentStatistic
 
WEIGHTED_MATTHEWS_CORRELATION_COEFFICIENT - adams.flow.core.EvaluationStatistic
 
WEIGHTED_MATTHEWS_CORRELATION_COEFFICIENT - adams.flow.core.ExperimentStatistic
 
WEIGHTED_TRUE_NEGATIVE_RATE - adams.flow.core.EvaluationStatistic
 
WEIGHTED_TRUE_NEGATIVE_RATE - adams.flow.core.ExperimentStatistic
 
WEIGHTED_TRUE_POSITIVE_RATE - adams.flow.core.EvaluationStatistic
 
WEIGHTED_TRUE_POSITIVE_RATE - adams.flow.core.ExperimentStatistic
 
weightedAdjacencyToLaplacian(Matrix, SGTUtils.LaplacianType) - Static method in class edu.umbc.cs.maple.utils.SGTUtils
Computes the Laplacian matrix for a weighted adjacency matrix A.
WeightedEuclideanDistance - Class in weka.core
Implementing Euclidean distance (or similarity) function.

One object defines not one distance but the data model in which the distances between objects of that data model can be computed.

Attention: For efficiency reasons the use of consistency checks (like are the data models of the two instances exactly the same), is low.

For more information, see:

Wikipedia.
WeightedEuclideanDistance() - Constructor for class weka.core.WeightedEuclideanDistance
Constructs an Euclidean Distance object, Instances must be still set.
WeightedEuclideanDistance(Instances) - Constructor for class weka.core.WeightedEuclideanDistance
Constructs an Euclidean Distance object and automatically initializes the ranges.
WeightedEuclideanDistanceRidge - Class in weka.core
Implementing Euclidean distance (or similarity) function.

One object defines not one distance but the data model in which the distances between objects of that data model can be computed.

Attention: For efficiency reasons the use of consistency checks (like are the data models of the two instances exactly the same), is low.

For more information, see:

Wikipedia.
WeightedEuclideanDistanceRidge() - Constructor for class weka.core.WeightedEuclideanDistanceRidge
Constructs an Euclidean Distance object, Instances must be still set.
WeightedEuclideanDistanceRidge(Instances) - Constructor for class weka.core.WeightedEuclideanDistanceRidge
Constructs an Euclidean Distance object and automatically initializes the ranges.
WeightedInstancesHandlerWrapper - Class in weka.classifiers.meta
A meta-classifier that implements the weka.core.WeightedInstancesHandler interface in order to enable all classifiers to be used in other meta-classifiers that require the base classifier to implem ent the WeightedInstancesHandler interface.
WeightedInstancesHandlerWrapper() - Constructor for class weka.classifiers.meta.WeightedInstancesHandlerWrapper
 
weightingKernelTipText() - Method in class weka.filters.unsupervised.instance.AccumulatedLWLWeights
Returns the tip text for this property.
weights(double, double, double) - Static method in class adams.data.InterpolationUtils
Calculates the interpolation weights for the left and right X.
WeightsBasedResample - Class in weka.filters.unsupervised.instance
Normalizes all instance weights and drops the ones that fall below the specified threshold, but at most the specified percentage.
Of the left over instances, the smallest weight, e.g., 0.2, represents one instance, which translates a weight of 1.0 to five instances.
WeightsBasedResample() - Constructor for class weka.filters.unsupervised.instance.WeightsBasedResample
 
weightsTipText() - Method in class adams.flow.transformer.WekaGeneticAlgorithmInitializer
Returns the tip text for this property.
weightsToString() - Method in class adams.opt.genetic.AbstractGeneticAlgorithm.GeneticAlgorithmJob
Turns the weights into a string representation.
weightsToString(int[]) - Static method in class adams.opt.genetic.AbstractGeneticAlgorithm.GeneticAlgorithmJob
Turns the weights into a string representation.
weightsToString(int[]) - Method in class adams.opt.optimise.GeneticAlgorithm
Turns the weights into a string representation.
weightTipText() - Method in class adams.flow.transformer.WekaSpreadSheetToPredictions
Returns the tip text for this property.
weightTipText() - Method in class weka.classifiers.functions.FromPredictions
Returns the tip text for this property.
Weka - Class in adams.data.featureconverter
Generates features in spreadsheet format.
Weka() - Constructor for class adams.data.featureconverter.Weka
 
WEKA_FILE_LOADER - Static variable in class adams.gui.menu.MakeCompatibleDatasets
 
weka.attributeSelection - package weka.attributeSelection
 
weka.classifiers - package weka.classifiers
 
weka.classifiers.evaluation - package weka.classifiers.evaluation
 
weka.classifiers.functions - package weka.classifiers.functions
 
weka.classifiers.lazy - package weka.classifiers.lazy
 
weka.classifiers.meta - package weka.classifiers.meta
 
weka.classifiers.meta.socketfacade - package weka.classifiers.meta.socketfacade
 
weka.classifiers.simple - package weka.classifiers.simple
 
weka.classifiers.timeseries - package weka.classifiers.timeseries
 
weka.classifiers.timeseries.gui - package weka.classifiers.timeseries.gui
 
weka.classifiers.timeseries.gui.explorer - package weka.classifiers.timeseries.gui.explorer
 
weka.classifiers.trees - package weka.classifiers.trees
 
weka.classifiers.trees.m5 - package weka.classifiers.trees.m5
 
weka.clusterers - package weka.clusterers
 
weka.core - package weka.core
 
weka.core.converters - package weka.core.converters
 
weka.core.matrix - package weka.core.matrix
 
weka.core.neighboursearch - package weka.core.neighboursearch
 
weka.core.tokenizers - package weka.core.tokenizers
 
weka.core.tokenizers.cleaners - package weka.core.tokenizers.cleaners
 
weka.experiment - package weka.experiment
 
weka.filters - package weka.filters
 
weka.filters.supervised.attribute - package weka.filters.supervised.attribute
 
weka.filters.supervised.instance - package weka.filters.supervised.instance
 
weka.filters.unsupervised.attribute - package weka.filters.unsupervised.attribute
 
weka.filters.unsupervised.attribute.detrend - package weka.filters.unsupervised.attribute.detrend
 
weka.filters.unsupervised.attribute.multiplicativescattercorrection - package weka.filters.unsupervised.attribute.multiplicativescattercorrection
 
weka.filters.unsupervised.instance - package weka.filters.unsupervised.instance
 
weka.filters.unsupervised.instance.multirowprocessor - package weka.filters.unsupervised.instance.multirowprocessor
 
weka.filters.unsupervised.instance.multirowprocessor.processor - package weka.filters.unsupervised.instance.multirowprocessor.processor
 
weka.filters.unsupervised.instance.multirowprocessor.selection - package weka.filters.unsupervised.instance.multirowprocessor.selection
 
weka.gui - package weka.gui
 
weka.gui.explorer - package weka.gui.explorer
 
weka.gui.explorer.panels - package weka.gui.explorer.panels
 
weka.gui.visualize.plugins - package weka.gui.visualize.plugins
 
WekaAccumulatedError - Class in adams.flow.transformer
Generates plot containers from an evaluation object's predictions.
WekaAccumulatedError() - Constructor for class adams.flow.transformer.WekaAccumulatedError
 
WekaAccumulatedError.SortablePrediction - Class in adams.flow.transformer
Container for a classifier prediction, used for sorting.
WekaAggregateEvaluations - Class in adams.flow.transformer
Aggregates incoming weka.classifiers.Evaluation objects and forwards the current aggregated state.
WekaAggregateEvaluations() - Constructor for class adams.flow.transformer.WekaAggregateEvaluations
 
WekaAssociatorContainer - Class in adams.flow.container
Container for associators and their rules.
WekaAssociatorContainer() - Constructor for class adams.flow.container.WekaAssociatorContainer
Initializes the container.
WekaAssociatorContainer(Associator) - Constructor for class adams.flow.container.WekaAssociatorContainer
Initializes the container with no header.
WekaAssociatorContainer(Associator, Instances) - Constructor for class adams.flow.container.WekaAssociatorContainer
Initializes the container with no header.
WekaAssociatorContainer(Associator, Instances, Instances) - Constructor for class adams.flow.container.WekaAssociatorContainer
Initializes the container with no header.
WekaAssociatorContainer(Associator, Instances, Instances, List<AssociationRule>) - Constructor for class adams.flow.container.WekaAssociatorContainer
Initializes the container with no header.
WekaAssociatorSetup - Class in adams.flow.source
Outputs an instance of the specified associator.
WekaAssociatorSetup() - Constructor for class adams.flow.source.WekaAssociatorSetup
 
WekaAttributeIndex - Class in adams.data.weka
Extended Index class that can use an attribute name to determine an index of a attribute as well.
WekaAttributeIndex() - Constructor for class adams.data.weka.WekaAttributeIndex
Initializes with no index.
WekaAttributeIndex(String) - Constructor for class adams.data.weka.WekaAttributeIndex
Initializes with the given index, but no maximum.
WekaAttributeIndex(String, int) - Constructor for class adams.data.weka.WekaAttributeIndex
Initializes with the given index and maximum.
WekaAttributeIndexEditor - Class in adams.gui.goe
Editor for WekaAttributeIndex objects.
WekaAttributeIndexEditor() - Constructor for class adams.gui.goe.WekaAttributeIndexEditor
 
WekaAttributeIndexParsing - Class in adams.core.option.parsing
For parsing WekaAttributeIndex options.
WekaAttributeIndexParsing() - Constructor for class adams.core.option.parsing.WekaAttributeIndexParsing
 
WekaAttributeIterator - Class in adams.flow.transformer
Iterates through all attributes of a dataset and outputs the names.
The attributes can be limited with the range parameter and furthermore with the regular expression applied to the names.
Instead of outputting the names, it is also possible to output the 1-based indices.
WekaAttributeIterator() - Constructor for class adams.flow.transformer.WekaAttributeIterator
 
WekaAttributeRange - Class in adams.data.weka
Extended Range class that also allows attribute names for specifying attribute positions (names are case-insensitive, just like placeholders for 'first', 'second', etc).
WekaAttributeRange() - Constructor for class adams.data.weka.WekaAttributeRange
Initializes with no range.
WekaAttributeRange(String) - Constructor for class adams.data.weka.WekaAttributeRange
Initializes with the given range, but no maximum.
WekaAttributeRange(String, int) - Constructor for class adams.data.weka.WekaAttributeRange
Initializes with the given range and maximum.
WekaAttributeRangeEditor - Class in adams.gui.goe
A PropertyEditor for WekaAttributeRange objects.
WekaAttributeRangeEditor() - Constructor for class adams.gui.goe.WekaAttributeRangeEditor
 
WekaAttributeRangeParsing - Class in adams.core.option.parsing
For parsing WekaAttributeRange options.
WekaAttributeRangeParsing() - Constructor for class adams.core.option.parsing.WekaAttributeRangeParsing
 
WekaAttributeSelection - Class in adams.flow.transformer
Performs attribute selection on the incoming data.
In case of input in form of a class adams.flow.container.WekaTrainTestSetContainer object, the train and test sets stored in the container are being used.
NB: In case of cross-validation no reduced or transformed data can get generated!

Input/output:
- accepts:
   weka.core.Instances
   adams.flow.container.WekaTrainTestSetContainer
- generates:
   adams.flow.container.WekaAttributeSelectionContainer


Container information:
- adams.flow.container.WekaTrainTestSetContainer: Train, Test, Seed, FoldNumber, FoldCount, Train original indices, Test original indices
- adams.flow.container.WekaAttributeSelectionContainer: Train, Reduced, Transformed, Test, Test reduced, Test transformed, Evaluation, Statistics, Selected attributes, Seed, FoldCount

WekaAttributeSelection() - Constructor for class adams.flow.transformer.WekaAttributeSelection
 
WekaAttributeSelectionContainer - Class in adams.flow.container
A container for storing results from attribute selection.
WekaAttributeSelectionContainer() - Constructor for class adams.flow.container.WekaAttributeSelectionContainer
Initializes the container.
WekaAttributeSelectionContainer(Instances, Instances, Instances, AttributeSelection, SpreadSheet, String) - Constructor for class adams.flow.container.WekaAttributeSelectionContainer
Initializes the container.
WekaAttributeSelectionContainer(Instances, Instances, Instances, AttributeSelection, SpreadSheet, String, Long, Integer) - Constructor for class adams.flow.container.WekaAttributeSelectionContainer
Initializes the container.
WekaAttributeSelectionContainer(Instances, Instances, Instances, AttributeSelection, Long, Integer) - Constructor for class adams.flow.container.WekaAttributeSelectionContainer
Initializes the container.
WekaAttributeSelectionSummary - Class in adams.flow.transformer
Outputs a summary string of the attribute selection.
WekaAttributeSelectionSummary() - Constructor for class adams.flow.transformer.WekaAttributeSelectionSummary
 
WekaAttributeSummary - Class in adams.flow.sink
Displays an attribute summary.
WekaAttributeSummary() - Constructor for class adams.flow.sink.WekaAttributeSummary
 
WekaBootstrapping - Class in adams.flow.transformer
Performs bootstrapping on the incoming evaluation and outputs a spreadsheet where each row represents the results from bootstrapping sub-sample.
WekaBootstrapping() - Constructor for class adams.flow.transformer.WekaBootstrapping
 
WekaBootstrapping.ErrorCalculation - Enum in adams.flow.transformer
how to calculate the error.
WekaCapabilities - Class in adams.flow.condition.bool
Filters weka.core.Instance and weka.core.Instances objects based on defined capabilities.
WekaCapabilities() - Constructor for class adams.flow.condition.bool.WekaCapabilities
 
WekaCapabilitiesToInstances - Class in adams.data.conversion
Turns a weka.core.Capabilities object into a Weka dataset filled with random data that is compatible with these capabilities.
WekaCapabilitiesToInstances() - Constructor for class adams.data.conversion.WekaCapabilitiesToInstances
 
WekaCapabilitiesToSpreadSheet - Class in adams.data.conversion
Turns a weka.core.Capabilities object into a spreadsheet, listing all individual capabilities and whether they are supported.
WekaCapabilitiesToSpreadSheet() - Constructor for class adams.data.conversion.WekaCapabilitiesToSpreadSheet
 
WekaChooseAttributes - Class in adams.flow.transformer
Lets the user select attributes interactively to use down the track.
Internally, a weka.filters.unsupervised.attribute.Remove WEKA filter is constructed from the selection, to remove the attributes that the user didn't select.
WekaChooseAttributes() - Constructor for class adams.flow.transformer.WekaChooseAttributes
 
WekaClassification - Class in adams.flow.condition.bool
Uses the index of the classification, i.e., the predicted label, as index of the switch

WekaClassification() - Constructor for class adams.flow.condition.bool.WekaClassification
 
WekaClassificationModel - Class in adams.ml.model.classification
Classification model for Weka classifiers.
WekaClassificationModel(Classifier, Dataset, Instances) - Constructor for class adams.ml.model.classification.WekaClassificationModel
Initializes the model.
WekaClassifier - Class in adams.ml.model.classification
Wraps around a Weka classifier that handles nominal classes (= classification).
WekaClassifier() - Constructor for class adams.ml.model.classification.WekaClassifier
 
WekaClassifierErrors - Class in adams.flow.sink
Actor for displaying classifier errors.
WekaClassifierErrors() - Constructor for class adams.flow.sink.WekaClassifierErrors
 
WekaClassifierErrors.DataGenerator - Class in adams.flow.sink
Helper class for generating visualization data.
WekaClassifierGenerator - Class in adams.flow.source
Generates multiple classifier setups.
WekaClassifierGenerator() - Constructor for class adams.flow.source.WekaClassifierGenerator
 
WekaClassifierInfo - Class in adams.flow.transformer
Outputs information of a trained weka.classifiers.Classifier object.
WekaClassifierInfo() - Constructor for class adams.flow.transformer.WekaClassifierInfo
 
WekaClassifierInfo.InfoType - Enum in adams.flow.transformer
The type of information to generate.
WekaClassifierModelLoader - Class in adams.flow.core
Manages classifier models.
WekaClassifierModelLoader() - Constructor for class adams.flow.core.WekaClassifierModelLoader
 
WekaClassifierOptimizer - Class in adams.flow.transformer
Evaluates a classifier optimizer on an incoming dataset.
WekaClassifierOptimizer() - Constructor for class adams.flow.transformer.WekaClassifierOptimizer
 
WekaClassifierRanker - Class in adams.flow.transformer
Performs a quick evaluation using cross-validation on a single dataset (or evaluation on a separate test set if the number of folds is less than 2) to rank the classifiers received on the input and forwarding the x best ones.
WekaClassifierRanker() - Constructor for class adams.flow.transformer.WekaClassifierRanker
 
WekaClassifierRanker.Measure - Enum in adams.flow.transformer
The performance measure to use.
WekaClassifierRanker.RankingJob - Class in adams.flow.transformer
A job class specific to ranking classifiers.
WekaClassifierSetup - Class in adams.flow.source
Outputs an instance of the specified classifier.
WekaClassifierSetup() - Constructor for class adams.flow.source.WekaClassifierSetup
 
WekaClassifierSetupProcessor - Class in adams.flow.transformer
Applies the specified processor to the incoming array of classifiers, e.g., for generating new or filtered setups.
WekaClassifierSetupProcessor() - Constructor for class adams.flow.transformer.WekaClassifierSetupProcessor
 
WekaClassifying - Class in adams.flow.transformer
Uses a serialized model to perform predictions on the data being passed through.
The following order is used to obtain the model (when using AUTO):
1.
WekaClassifying() - Constructor for class adams.flow.transformer.WekaClassifying
 
WekaClassManager - Class in adams.core.classmanager
Uses WekaPackageClassLoaderManager.forName(...).
WekaClassManager() - Constructor for class adams.core.classmanager.WekaClassManager
 
WekaClassSelector - Class in adams.flow.transformer
Sets the class index.
WekaClassSelector() - Constructor for class adams.flow.transformer.WekaClassSelector
 
WekaClusterAssignments - Class in adams.flow.transformer
Outputs the cluster assignments from the evaluation.
WekaClusterAssignments() - Constructor for class adams.flow.transformer.WekaClusterAssignments
 
WekaClusterer - Class in adams.ml.model.clustering
Wraps around a Weka clusterer.
WekaClusterer() - Constructor for class adams.ml.model.clustering.WekaClusterer
 
WekaClustererGenerator - Class in adams.flow.source
Generates multiple clusterer setups.
WekaClustererGenerator() - Constructor for class adams.flow.source.WekaClustererGenerator
 
WekaClustererInfo - Class in adams.flow.transformer
Outputs information of a trained weka.clusterers.Clusterer object.
WekaClustererInfo() - Constructor for class adams.flow.transformer.WekaClustererInfo
 
WekaClustererInfo.InfoType - Enum in adams.flow.transformer
The type of information to generate.
WekaClustererModelLoader - Class in adams.flow.core
Manages clusterer models.
WekaClustererModelLoader() - Constructor for class adams.flow.core.WekaClustererModelLoader
 
WekaClustererPostProcessor - Class in adams.flow.transformer
Applies the specified post-processor to the cluster container (adams.flow.container.WekaModelContainer)

See also:
adams.flow.transformer.WekaTrainClusterer

Input/output:
- accepts:
   adams.flow.container.WekaModelContainer
- generates:
   adams.flow.container.WekaModelContainer


Container information:
- adams.flow.container.WekaModelContainer: Model, Header, Dataset

WekaClustererPostProcessor() - Constructor for class adams.flow.transformer.WekaClustererPostProcessor
 
WekaClustererSetup - Class in adams.flow.source
Outputs an instance of the specified clusterer.
WekaClustererSetup() - Constructor for class adams.flow.source.WekaClustererSetup
 
WekaClusterEvaluationContainer - Class in adams.flow.container
A container for ClusterEvaluation objects, with optional trained model.
WekaClusterEvaluationContainer() - Constructor for class adams.flow.container.WekaClusterEvaluationContainer
Initializes the container.
WekaClusterEvaluationContainer(double) - Constructor for class adams.flow.container.WekaClusterEvaluationContainer
Initializes the container with the log-likelihood.
WekaClusterEvaluationContainer(ClusterEvaluation) - Constructor for class adams.flow.container.WekaClusterEvaluationContainer
Initializes the container.
WekaClusterEvaluationContainer(ClusterEvaluation, Object) - Constructor for class adams.flow.container.WekaClusterEvaluationContainer
Initializes the container.
WekaClusterEvaluationSummary - Class in adams.flow.transformer
Generates a summary string of the weka.clusterers.ClusterEvaluation objects that it receives.
WekaClusterEvaluationSummary() - Constructor for class adams.flow.transformer.WekaClusterEvaluationSummary
 
WekaClustering - Class in adams.flow.transformer
Uses a serialized model to cluster data being passed through.
The following order is used to obtain the model (when using AUTO):
1.
WekaClustering() - Constructor for class adams.flow.transformer.WekaClustering
 
WekaClusteringContainer - Class in adams.flow.container
A container for clusterings made by a clusterer.
WekaClusteringContainer() - Constructor for class adams.flow.container.WekaClusteringContainer
Initializes the container.
WekaClusteringContainer(Instance, int, double[]) - Constructor for class adams.flow.container.WekaClusteringContainer
Initializes the container.
WekaClusteringContainer(Instance, int, double[], double, double[], double[]) - Constructor for class adams.flow.container.WekaClusteringContainer
Initializes the container.
WekaClusteringModel - Class in adams.ml.model.clustering
Clustering model for Weka classifiers.
WekaClusteringModel(Clusterer, Dataset, Instances) - Constructor for class adams.ml.model.clustering.WekaClusteringModel
Initializes the model.
WekaCommandLineHandler - Class in adams.core.option
Handles objects of classes that implement the weka.core.OptionHandler interface.
WekaCommandLineHandler() - Constructor for class adams.core.option.WekaCommandLineHandler
 
WekaCommandToCode - Class in adams.data.conversion
Applies a commandline converter to the incoming commandline to generate code.
Uses the following project:
https://github.com/fracpete/command-to-code-weka-package

WekaCommandToCode - Class in adams.gui.menu
For turning Weka commandline strings into code.
WekaCommandToCode() - Constructor for class adams.data.conversion.WekaCommandToCode
 
WekaCommandToCode() - Constructor for class adams.gui.menu.WekaCommandToCode
Initializes the menu item with no owner.
WekaCommandToCode(AbstractApplicationFrame) - Constructor for class adams.gui.menu.WekaCommandToCode
Initializes the menu item.
WekaConverter - Class in adams.ml.data
Helper class for converting data to and fro Weka.
WekaConverter() - Constructor for class adams.ml.data.WekaConverter
 
WekaCostBenefitAnalysis - Class in adams.flow.sink
Actor for displaying a cost benefit analysis dialog.
WekaCostBenefitAnalysis() - Constructor for class adams.flow.sink.WekaCostBenefitAnalysis
 
WekaCostCurve - Class in adams.flow.sink
Actor for displaying a cost curve.
WekaCostCurve() - Constructor for class adams.flow.sink.WekaCostCurve
 
WekaCrossValidationClustererEvaluator - Class in adams.flow.transformer
Cross-validates a clusterer on an incoming dataset.
WekaCrossValidationClustererEvaluator() - Constructor for class adams.flow.transformer.WekaCrossValidationClustererEvaluator
 
WekaCrossValidationEvaluator - Class in adams.flow.transformer
Cross-validates a classifier on an incoming dataset.
WekaCrossValidationEvaluator() - Constructor for class adams.flow.transformer.WekaCrossValidationEvaluator
 
WekaCrossValidationExecution - Class in adams.multiprocess
Performs cross-validation, either single or multi-threaded.
WekaCrossValidationExecution() - Constructor for class adams.multiprocess.WekaCrossValidationExecution
Initializes the execution.
WekaCrossValidationJob - Class in adams.multiprocess
For evaluation of a single train/test fold in parallel.
WekaCrossValidationJob(Classifier, Instances, Instances, int, boolean) - Constructor for class adams.multiprocess.WekaCrossValidationJob
Initializes the job.
WekaCrossValidationJob(Classifier, Instances, Instances, int, boolean, StatusMessageHandler) - Constructor for class adams.multiprocess.WekaCrossValidationJob
Initializes the job.
WekaCrossValidationSplit - Class in adams.flow.transformer
Generates train/test pairs like during a cross-validation run.
WekaCrossValidationSplit() - Constructor for class adams.flow.transformer.WekaCrossValidationSplit
 
WekaDatabaseReader - Class in adams.flow.source
Executes a query and returns the data either in batch or incremental mode.
WekaDatabaseReader() - Constructor for class adams.flow.source.WekaDatabaseReader
 
WekaDatabaseWriter - Class in adams.flow.sink
Actor for saving a weka.core.Instances object in a database.
The relation name of the incoming dataset can be used to replace the current filename (path and extension are kept).
WekaDatabaseWriter() - Constructor for class adams.flow.sink.WekaDatabaseWriter
 
WekaDataGenerator - Class in adams.flow.source
Generates artificial data using a Weka data generator.
WekaDataGenerator() - Constructor for class adams.flow.source.WekaDataGenerator
 
WekaDatasetHandler - Class in adams.gui.tools.previewbrowser
Displays the following WEKA dataset types: csv,arff,arff.gz,xrff,xrff.gz

Valid options are:

WekaDatasetHandler() - Constructor for class adams.gui.tools.previewbrowser.WekaDatasetHandler
 
WekaDatasetsMerge - Class in adams.flow.transformer
Merges 2 or more datasets into a single dataset, under a selectable merge method.
WekaDatasetsMerge() - Constructor for class adams.flow.transformer.WekaDatasetsMerge
 
WekaDatasetSplit - Class in adams.flow.transformer
Splits the incoming dataset into sub-sets using the specified splitter.
WekaDatasetSplit() - Constructor for class adams.flow.transformer.WekaDatasetSplit
 
WekaDrawableToString - Class in adams.data.conversion
Extracts the string representation of a weka.core.Drawable object, e.g., the tree representation of a decision tree or the graph of a BayesNet.
WekaDrawableToString() - Constructor for class adams.data.conversion.WekaDrawableToString
 
WekaEditorsRegistration - Class in adams.gui.goe
Registers first the WEKA GenericObjectEditor editors and the ADAMS ones.
WekaEditorsRegistration() - Constructor for class adams.gui.goe.WekaEditorsRegistration
 
WekaEditorsRegistration.AccessibleGenericObjectEditor - Class in adams.gui.goe
Subclass of GenericObjectEditor to get access to the class hierarchies.
WekaEditorsRegistration.AccessiblePluginManager - Class in adams.gui.goe
For getting access to protected members in the package manager.
WekaEnsembleGenerator - Class in adams.flow.transformer
Uses the specified generator to create ensembles from the incoming data.
WekaEnsembleGenerator() - Constructor for class adams.flow.transformer.WekaEnsembleGenerator
 
WekaEvaluation - Class in adams.gui.visualization.debug.inspectionhandler
Provides further insight into an Evaluation object.
WekaEvaluation() - Constructor for class adams.gui.visualization.debug.inspectionhandler.WekaEvaluation
 
WekaEvaluationContainer - Class in adams.flow.container
A container for Evaluation objects, with optional trained model.
WekaEvaluationContainer() - Constructor for class adams.flow.container.WekaEvaluationContainer
Initializes the container.
WekaEvaluationContainer(Evaluation) - Constructor for class adams.flow.container.WekaEvaluationContainer
Initializes the container with no header.
WekaEvaluationContainer(Evaluation, Object) - Constructor for class adams.flow.container.WekaEvaluationContainer
Initializes the container with no header.
WekaEvaluationContainer(Evaluation, Object, String) - Constructor for class adams.flow.container.WekaEvaluationContainer
Initializes the container with no header.
WekaEvaluationContainer(Evaluation, Object, String, int[]) - Constructor for class adams.flow.container.WekaEvaluationContainer
Initializes the container with no header.
WekaEvaluationInfo - Class in adams.flow.transformer
Outputs information about a Weka weka.classifiers.Evaluation object.
WekaEvaluationInfo() - Constructor for class adams.flow.transformer.WekaEvaluationInfo
 
WekaEvaluationInfo.InfoType - Enum in adams.flow.transformer
The type of information to output.
WekaEvaluationPostProcessor - Class in adams.flow.transformer
Applies the specified post-processor to the incoming Evaluation data.
WekaEvaluationPostProcessor() - Constructor for class adams.flow.transformer.WekaEvaluationPostProcessor
 
WekaEvaluationSummary - Class in adams.flow.transformer
Generates a summary string of the weka.classifiers.Evaluation objects that it receives.
WekaEvaluationSummary() - Constructor for class adams.flow.transformer.WekaEvaluationSummary
 
WekaEvaluationToCostCurve - Class in adams.data.conversion
Generates cost-curve data from a WEKA Evaluation object.
WekaEvaluationToCostCurve() - Constructor for class adams.data.conversion.WekaEvaluationToCostCurve
 
WekaEvaluationToMarginCurve - Class in adams.data.conversion
Generates margin-curve data from a WEKA Evaluation object.
WekaEvaluationToMarginCurve() - Constructor for class adams.data.conversion.WekaEvaluationToMarginCurve
 
WekaEvaluationToThresholdCurve - Class in adams.data.conversion
Generates threshold-curve data from a WEKA Evaluation object.
WekaEvaluationToThresholdCurve() - Constructor for class adams.data.conversion.WekaEvaluationToThresholdCurve
 
WekaEvaluationValuePicker - Class in adams.flow.transformer
Picks a specific value from an evaluation object.
WekaEvaluationValuePicker() - Constructor for class adams.flow.transformer.WekaEvaluationValuePicker
 
WekaEvaluationValues - Class in adams.flow.transformer
Generates a spreadsheet from statistics of an Evaluation object.
WekaEvaluationValues() - Constructor for class adams.flow.transformer.WekaEvaluationValues
 
WekaExperiment - Class in adams.flow.transformer
Represents a Weka experiment, stored in a file.
WekaExperiment() - Constructor for class adams.flow.transformer.WekaExperiment
 
WekaExperimentContainer - Class in adams.flow.container
Container for Weka experiment results.
WekaExperimentContainer() - Constructor for class adams.flow.container.WekaExperimentContainer
Initializes the container.
WekaExperimentContainer(AbstractExperiment, Instances, SpreadSheet) - Constructor for class adams.flow.container.WekaExperimentContainer
Initializes the container.
WekaExperimentContainer(Instances) - Constructor for class adams.flow.container.WekaExperimentContainer
Initializes the container with just the Instances.
WekaExperimenterPreferencesPanel - Class in adams.gui.application
Preferences for the WEKA Experimenter.
WekaExperimenterPreferencesPanel() - Constructor for class adams.gui.application.WekaExperimenterPreferencesPanel
 
WekaExperimentEvaluation - Class in adams.flow.transformer
Generates evaluation output of an experiment that was run previously.
WekaExperimentEvaluation() - Constructor for class adams.flow.transformer.WekaExperimentEvaluation
 
WekaExperimentExecution - Class in adams.flow.transformer
Executes an experiment.
WekaExperimentExecution() - Constructor for class adams.flow.transformer.WekaExperimentExecution
 
WekaExperimentFile - Class in adams.data
A dummy class for the GOE, for special handling of experiments.
WekaExperimentFile(File) - Constructor for class adams.data.WekaExperimentFile
Creates a new ExperimentFile instance by using the given file.
WekaExperimentFile(File, String) - Constructor for class adams.data.WekaExperimentFile
Creates a new ExperimentFile instance from a parent abstract pathname and a child pathname string.
WekaExperimentFile(String) - Constructor for class adams.data.WekaExperimentFile
Creates a new ExperimentFile instance by converting the given pathname string into an abstract pathname.
WekaExperimentFile(String, String) - Constructor for class adams.data.WekaExperimentFile
Creates a new ExperimentFile instance from a parent pathname string and a child pathname string.
WekaExperimentFile(URI) - Constructor for class adams.data.WekaExperimentFile
Creates a new ExperimentFile instance by converting the given file: URI into an abstract pathname.
WekaExperimentFileEditor - Class in adams.gui.goe
A PropertyEditor for WekaExperimentFile objects that lets the user select a file.
WekaExperimentFileEditor() - Constructor for class adams.gui.goe.WekaExperimentFileEditor
 
WekaExperimentFileEditor.SimpleSetupDialog - Class in adams.gui.goe
A dialog for displaying the simple setup of an experiment.
WekaExperimentFileParsing - Class in adams.core.option.parsing
For parsing WekaExperimentFile options.
WekaExperimentFileParsing() - Constructor for class adams.core.option.parsing.WekaExperimentFileParsing
 
WekaExperimentFileReader - Class in adams.flow.transformer
Loads an experiment file.
WekaExperimentFileReader() - Constructor for class adams.flow.transformer.WekaExperimentFileReader
 
WekaExperimentFileWriter - Class in adams.flow.sink
Saves an experiment file.
WekaExperimentFileWriter() - Constructor for class adams.flow.sink.WekaExperimentFileWriter
 
WekaExperimentGenerator - Class in adams.flow.sink
Generates an experiment setup that can be used in conjunction with the Experiment transformer actor.
WekaExperimentGenerator() - Constructor for class adams.flow.sink.WekaExperimentGenerator
 
WekaExperimentGenerator.EvaluationType - Enum in adams.flow.sink
The evaluation type.
WekaExperimentGenerator.ExperimentType - Enum in adams.flow.sink
The experiment type.
WekaExperimentGenerator.ResultFormat - Enum in adams.flow.sink
The data format the experiment data is stored in.
WekaExplorerPreferencesPanel - Class in adams.gui.application
Preferences for the WEKA Explorer.
WekaExplorerPreferencesPanel() - Constructor for class adams.gui.application.WekaExplorerPreferencesPanel
 
WekaExtractArray - Class in adams.flow.transformer
Extracts a column or row of data from a weka.core.Instances or SpreadSheet object.
Only numeric columns can be returned.
WekaExtractArray() - Constructor for class adams.flow.transformer.WekaExtractArray
 
WekaExtractArray.ExtractionType - Enum in adams.flow.transformer
The type of extraction to perform.
WekaExtractPLSMatrix - Class in adams.flow.transformer
Transformer that allows the extraction of internal PLS filter/classifier matrices, forwarding them as spreadsheets.
WekaExtractPLSMatrix() - Constructor for class adams.flow.transformer.WekaExtractPLSMatrix
 
WekaExtractPLSMatrix.MatrixType - Enum in adams.flow.transformer
The type of PLS matrix to extract (either PLS1 or SIMPLS ones will be available).
WekaFileChooser - Class in adams.gui.chooser
A specialized JFileChooser that lists all available file Readers and Writers for Weka file formats.
WekaFileChooser() - Constructor for class adams.gui.chooser.WekaFileChooser
Constructs a FileChooser pointing to the user's default directory.
WekaFileChooser(File) - Constructor for class adams.gui.chooser.WekaFileChooser
Constructs a FileChooser using the given File as the path.
WekaFileChooser(String) - Constructor for class adams.gui.chooser.WekaFileChooser
Constructs a FileChooser using the given path.
WekaFileReader - Class in adams.flow.transformer
Reads any file format that Weka's converters can handle and returns the full dataset or single weka.core.Instance objects.
WekaFileReader() - Constructor for class adams.flow.transformer.WekaFileReader
 
WekaFileReader.OutputType - Enum in adams.flow.transformer
Defines how to output the data.
WekaFileWriter - Class in adams.flow.sink
Actor for saving a weka.core.Instances object as file.
The relation name of the incoming dataset can be used to replace the current filename (path and extension are kept).
WekaFileWriter() - Constructor for class adams.flow.sink.WekaFileWriter
 
WekaFilter - Class in adams.data.spreadsheet.filter
Applies a Weka filter to the data.
WekaFilter - Class in adams.flow.transformer
Filters Instances/Instance objects using the specified filter.
When re-using a trained filter, ensure that 'initializeOnce' is checked.

The following order is used to obtain the model (when using AUTO):
1.
WekaFilter() - Constructor for class adams.data.spreadsheet.filter.WekaFilter
 
WekaFilter() - Constructor for class adams.flow.transformer.WekaFilter
 
WekaFilter.BatchFilterJob - Class in adams.flow.transformer
 
WekaFilterContainer - Class in adams.flow.container
A container for filters and the filtered data.
WekaFilterContainer() - Constructor for class adams.flow.container.WekaFilterContainer
Initializes the container.
WekaFilterContainer(Filter, Instance) - Constructor for class adams.flow.container.WekaFilterContainer
Initializes the container with the filter and the associated data.
WekaFilterContainer(Filter, Instance) - Constructor for class adams.flow.container.WekaFilterContainer
Initializes the container with the filter and the associated data.
WekaFilterContainer(Filter, Instances) - Constructor for class adams.flow.container.WekaFilterContainer
Initializes the container with the filter and the associated data.
WekaFilterGenerator - Class in adams.flow.source
Generates multiple filter setups.
WekaFilterGenerator() - Constructor for class adams.flow.source.WekaFilterGenerator
 
WekaFilterModelLoader - Class in adams.flow.core
Model loader for Weka filters.
WekaFilterModelLoader() - Constructor for class adams.flow.core.WekaFilterModelLoader
 
WekaForecastContainer - Class in adams.flow.container
A container for forecasts made by a forecaster.
WekaForecastContainer() - Constructor for class adams.flow.container.WekaForecastContainer
Initializes the container.
WekaForecastContainer(AbstractForecaster, List<List<NumericPrediction>>) - Constructor for class adams.flow.container.WekaForecastContainer
Initializes the container.
WekaForecastContainerToArray - Class in adams.data.conversion
Turns a series of predictions of a adams.flow.container.WekaForecastContainer container into a Double array.
WekaForecastContainerToArray() - Constructor for class adams.data.conversion.WekaForecastContainerToArray
 
WekaForecastContainerToTimeseries - Class in adams.data.conversion
Turns a series of predictions of a adams.flow.container.WekaForecastContainer container into a adams.data.timeseries.Timeseries.
WekaForecastContainerToTimeseries() - Constructor for class adams.data.conversion.WekaForecastContainerToTimeseries
 
WekaForecasterGenerator - Class in adams.flow.source.wekaforecastersetup
Outputs a configured instance of a Weka Forecaster.
WekaForecasterGenerator() - Constructor for class adams.flow.source.wekaforecastersetup.WekaForecasterGenerator
 
WekaForecasterSetup - Class in adams.flow.source
Outputs a configured instance of a Weka Forecaster.
WekaForecasterSetup() - Constructor for class adams.flow.source.WekaForecasterSetup
 
WekaForecasting - Class in adams.flow.source
Uses a serialized model to perform predictions on the data being passed through.
The model can also be obtained from a callable actor, if the model file is pointing to a directory.
WekaForecasting() - Constructor for class adams.flow.source.WekaForecasting
 
WekaForecastModelContainer - Class in adams.flow.container
Specialized container for AbstractForecaster models.
WekaForecastModelContainer() - Constructor for class adams.flow.container.WekaForecastModelContainer
Initializes the container.
WekaForecastModelContainer(Object) - Constructor for class adams.flow.container.WekaForecastModelContainer
Initializes the container with no header.
WekaForecastModelContainer(Object, Instances) - Constructor for class adams.flow.container.WekaForecastModelContainer
Initializes the container with no header.
WekaForecastModelContainer(Object, Instances, Instances) - Constructor for class adams.flow.container.WekaForecastModelContainer
Initializes the container with no header.
WekaGenericArrayEditorDialog - Class in adams.gui.goe
Displays a GenericArrayEditor.
WekaGenericArrayEditorDialog(Dialog) - Constructor for class adams.gui.goe.WekaGenericArrayEditorDialog
Creates a modeless dialog without a title with the specified Dialog as its owner.
WekaGenericArrayEditorDialog(Dialog, Dialog.ModalityType) - Constructor for class adams.gui.goe.WekaGenericArrayEditorDialog
Creates a dialog with the specified owner Dialog and modality.
WekaGenericArrayEditorDialog(Dialog, String) - Constructor for class adams.gui.goe.WekaGenericArrayEditorDialog
Creates a modeless dialog with the specified title and with the specified owner dialog.
WekaGenericArrayEditorDialog(Dialog, String, Dialog.ModalityType) - Constructor for class adams.gui.goe.WekaGenericArrayEditorDialog
Creates a dialog with the specified title, modality and the specified owner Dialog.
WekaGenericArrayEditorDialog(Frame) - Constructor for class adams.gui.goe.WekaGenericArrayEditorDialog
Creates a modeless dialog without a title with the specified Frame as its owner.
WekaGenericArrayEditorDialog(Frame, boolean) - Constructor for class adams.gui.goe.WekaGenericArrayEditorDialog
Creates a dialog with the specified owner Frame, modality and an empty title.
WekaGenericArrayEditorDialog(Frame, String) - Constructor for class adams.gui.goe.WekaGenericArrayEditorDialog
Creates a modeless dialog with the specified title and with the specified owner frame.
WekaGenericArrayEditorDialog(Frame, String, boolean) - Constructor for class adams.gui.goe.WekaGenericArrayEditorDialog
Creates a dialog with the specified owner Frame, modality and title.
WekaGenericArrayEditorPanel - Class in adams.gui.goe
A panel that contains text field with the current setup of the array and a button for bringing up the GenericArrayEditor.
WekaGenericArrayEditorPanel(Object) - Constructor for class adams.gui.goe.WekaGenericArrayEditorPanel
Initializes the panel with the given class and default value.
WekaGenericObjectEditorDialog - Class in adams.gui.goe
Displays a GenericObjectEditor.
WekaGenericObjectEditorDialog(Dialog) - Constructor for class adams.gui.goe.WekaGenericObjectEditorDialog
Creates a modeless dialog without a title with the specified Dialog as its owner.
WekaGenericObjectEditorDialog(Dialog, Dialog.ModalityType) - Constructor for class adams.gui.goe.WekaGenericObjectEditorDialog
Creates a dialog with the specified owner Dialog and modality.
WekaGenericObjectEditorDialog(Dialog, String) - Constructor for class adams.gui.goe.WekaGenericObjectEditorDialog
Creates a modeless dialog with the specified title and with the specified owner dialog.
WekaGenericObjectEditorDialog(Dialog, String, Dialog.ModalityType) - Constructor for class adams.gui.goe.WekaGenericObjectEditorDialog
Creates a dialog with the specified title, modality and the specified owner Dialog.
WekaGenericObjectEditorDialog(Frame) - Constructor for class adams.gui.goe.WekaGenericObjectEditorDialog
Creates a modeless dialog without a title with the specified Frame as its owner.
WekaGenericObjectEditorDialog(Frame, boolean) - Constructor for class adams.gui.goe.WekaGenericObjectEditorDialog
Creates a dialog with the specified owner Frame, modality and an empty title.
WekaGenericObjectEditorDialog(Frame, String) - Constructor for class adams.gui.goe.WekaGenericObjectEditorDialog
Creates a modeless dialog with the specified title and with the specified owner frame.
WekaGenericObjectEditorDialog(Frame, String, boolean) - Constructor for class adams.gui.goe.WekaGenericObjectEditorDialog
Creates a dialog with the specified owner Frame, modality and title.
WekaGenericObjectEditorHandler - Class in adams.gui.goe
Handler for the WEKA GenericObjectEditor.
WekaGenericObjectEditorHandler() - Constructor for class adams.gui.goe.WekaGenericObjectEditorHandler
 
WekaGenericObjectEditorPanel - Class in adams.gui.goe
A panel that contains text field with the current setup of the object and a button for bringing up the GenericObjectEditor.
WekaGenericObjectEditorPanel(Class, Object) - Constructor for class adams.gui.goe.WekaGenericObjectEditorPanel
Initializes the panel with the given class and default value.
WekaGenericObjectEditorPanel(Class, Object, boolean) - Constructor for class adams.gui.goe.WekaGenericObjectEditorPanel
Initializes the panel with the given class and default value.
WekaGenericObjectEditorPopupMenu - Class in adams.gui.goe
Generic GOE popup menu, for copy/paste, etc.
WekaGenericObjectEditorPopupMenu(PropertyEditor, JComponent) - Constructor for class adams.gui.goe.WekaGenericObjectEditorPopupMenu
Initializes the menu.
WekaGenericPLSMatrixAccess - Class in adams.flow.transformer
Transformer that allows the extraction of internal PLS filter/classifier matrices, forwarding them as spreadsheets.
See the respective PLS implementation for details on available matrix names (derived from: weka.filters.supervised.attribute.pls.AbstractPLS)

Input/output:
- accepts:
   weka.classifiers.Classifier
   weka.filters.Filter
   weka.core.GenericPLSMatrixAccess
   adams.flow.container.WekaModelContainer
- generates:
   adams.data.spreadsheet.SpreadSheet


Container information:
- adams.flow.container.WekaModelContainer: Model, Header, Dataset

WekaGenericPLSMatrixAccess() - Constructor for class adams.flow.transformer.WekaGenericPLSMatrixAccess
 
WekaGeneticAlgorithm - Class in adams.flow.transformer
Applies the genetic algorithm to the incoming dataset.
Forwards the best setup(s) after the algorithm finishes.
A callable sink can be specified for receiving intermediate performance results.
WekaGeneticAlgorithm() - Constructor for class adams.flow.transformer.WekaGeneticAlgorithm
 
WekaGeneticAlgorithmContainer - Class in adams.flow.container
A container for genetic algorithms output (setup, measure, fitness).
WekaGeneticAlgorithmContainer() - Constructor for class adams.flow.container.WekaGeneticAlgorithmContainer
Initializes the container.
WekaGeneticAlgorithmContainer(Classifier) - Constructor for class adams.flow.container.WekaGeneticAlgorithmContainer
Initializes the container the setup.
WekaGeneticAlgorithmContainer(Classifier, Measure, Double, String, int[]) - Constructor for class adams.flow.container.WekaGeneticAlgorithmContainer
Initializes the container.
WekaGeneticAlgorithmInitializationContainer - Class in adams.flow.container
A container for initializing genetic algorithms.
WekaGeneticAlgorithmInitializationContainer() - Constructor for class adams.flow.container.WekaGeneticAlgorithmInitializationContainer
Initializes the container.
WekaGeneticAlgorithmInitializationContainer(AbstractClassifierBasedGeneticAlgorithm, Instances) - Constructor for class adams.flow.container.WekaGeneticAlgorithmInitializationContainer
Initializes the container.
WekaGeneticAlgorithmInitializer - Class in adams.flow.transformer
Populates a adams.flow.container.WekaGeneticAlgorithmInitializationContainer container from the data obtained from the incoming setup (in properties format, can be gzip compressed).
WekaGeneticAlgorithmInitializer() - Constructor for class adams.flow.transformer.WekaGeneticAlgorithmInitializer
 
WekaGeneticHelper - Class in adams.core.discovery.genetic
Helper for Weka classes.
WekaGeneticHelper() - Constructor for class adams.core.discovery.genetic.WekaGeneticHelper
 
WekaGetCapabilities - Class in adams.flow.transformer
Retrieves the capabilities of a weka.core.CapabilitiesHandler (eg filter or classifier) and forwards them.
WekaGetCapabilities() - Constructor for class adams.flow.transformer.WekaGetCapabilities
 
WekaGetInstancesValue - Class in adams.flow.transformer
Retrieves a value from a WEKA Instances object.
Notes:
- date and relational values are forwarded as strings
- missing values are output as '?' (without the single quotes)


Input/output:
- accepts:
   weka.core.Instances
- generates:
   java.lang.Double
   java.lang.String


WekaGetInstancesValue() - Constructor for class adams.flow.transformer.WekaGetInstancesValue
 
WekaGetInstanceValue - Class in adams.flow.transformer
Retrieves a value from a WEKA Instance object.
Notes:
- date and relational values are forwarded as strings
- missing values are output as '?' (without the single quotes)
- the 'attribute name' option overrides the 'index' option

Input/output:
- accepts:
   weka.core.Instance
- generates:
   java.lang.Double
   java.lang.String


Valid options are:

WekaGetInstanceValue() - Constructor for class adams.flow.transformer.WekaGetInstanceValue
 
WekaGOEValueDefinition - Class in adams.flow.source.valuedefinition
Definition for generic WEKA GOE objects.
WekaGOEValueDefinition() - Constructor for class adams.flow.source.valuedefinition.WekaGOEValueDefinition
 
WekaGraphVisualizer - Class in adams.flow.sink
Displays BayesNet graphs in XML or BIF notation
Either displays the contents of a file or an object that implements weka.core.Drawable and generates a BayesNet graph.
WekaGraphVisualizer() - Constructor for class adams.flow.sink.WekaGraphVisualizer
 
WekaHomeEnvironmentModifier - Class in adams.core.management
Sets a custom WEKA_HOME environment variable inside the project's home directory.
WekaHomeEnvironmentModifier() - Constructor for class adams.core.management.WekaHomeEnvironmentModifier
 
WekaInstanceBuffer - Class in adams.flow.transformer
Can act in two different ways:
1.
WekaInstanceBuffer() - Constructor for class adams.flow.transformer.WekaInstanceBuffer
 
WekaInstanceBuffer.Operation - Enum in adams.flow.transformer
Defines how the buffer actor operates.
WekaInstanceContainer - Class in adams.data.instance
Encapsulates a Instance object.
WekaInstanceContainer() - Constructor for class adams.data.instance.WekaInstanceContainer
 
WekaInstanceDumper - Class in adams.flow.transformer
Dumps weka.core.Instance objects into an ARFF file.
WekaInstanceDumper() - Constructor for class adams.flow.transformer.WekaInstanceDumper
 
WekaInstanceDumper.OutputFormat - Enum in adams.flow.transformer
The format to output the data in.
WekaInstanceEvaluator - Class in adams.flow.transformer
Adds a new attribute to the data being passed through (normally 'evaluation') and sets the value to the evaluation value returned by the chosen evaluator scheme.
WekaInstanceEvaluator() - Constructor for class adams.flow.transformer.WekaInstanceEvaluator
 
WekaInstanceFileReader - Class in adams.flow.transformer
Loads a WEKA dataset from disk with a specified reader and passes on the adams.core.instance.Instance objects.
WekaInstanceFileReader() - Constructor for class adams.flow.transformer.WekaInstanceFileReader
 
WekaInstances - Class in adams.gui.visualization.debug.inspectionhandler
Provides further insight into Instance and Instances objects.
WekaInstances() - Constructor for class adams.gui.visualization.debug.inspectionhandler.WekaInstances
 
WekaInstancesAppend - Class in adams.flow.transformer
Creates one large dataset by appending all one after the other.
WekaInstancesAppend() - Constructor for class adams.flow.transformer.WekaInstancesAppend
 
WekaInstancesDisplay - Class in adams.flow.sink
Actor for displaying a weka.core.Instances object in table format.
WekaInstancesDisplay() - Constructor for class adams.flow.sink.WekaInstancesDisplay
 
WekaInstancesExporter - Class in adams.gui.visualization.debug.objectexport
Exports Weka Instances/Instance objects.
WekaInstancesExporter() - Constructor for class adams.gui.visualization.debug.objectexport.WekaInstancesExporter
 
WekaInstancesHistogramRanges - Class in adams.flow.transformer
Outputs the ranges generated by adams.data.statistics.ArrayHistogram using the incoming weka.core.Instances object.
The actor just uses the internal format (double array) and does not check whether the attributes are actually numeric.
WekaInstancesHistogramRanges() - Constructor for class adams.flow.transformer.WekaInstancesHistogramRanges
 
WekaInstancesInfo - Class in adams.flow.transformer
Outputs statistics of a weka.core.Instances object.
FULL_ATTRIBUTE and FULL_CLASS output a spreadsheet with detailed attribute statistics.
WekaInstancesInfo() - Constructor for class adams.flow.transformer.WekaInstancesInfo
 
WekaInstancesInfo.InfoType - Enum in adams.flow.transformer
The type of information to generate.
WekaInstancesMerge - Class in adams.flow.transformer
Merges multiple datasets, either from file or using Instances/Instance objects.
If no 'ID' attribute is named, then all datasets must contain the same number of rows.
Attributes can be excluded from ending up in the final dataset via a regular expression.
WekaInstancesMerge() - Constructor for class adams.flow.transformer.WekaInstancesMerge
 
WekaInstancesPlot - Class in adams.flow.sink
Actor for plotting one attribute vs another.
WekaInstancesPlot() - Constructor for class adams.flow.sink.WekaInstancesPlot
 
WekaInstancesRenderer - Class in adams.gui.visualization.debug.objectrenderer
Renders Weka Instances/Instance objects.
WekaInstancesRenderer() - Constructor for class adams.gui.visualization.debug.objectrenderer.WekaInstancesRenderer
 
WekaInstancesStatistic - Class in adams.flow.transformer
Generates statistics from a weka.core.Instances object.
The actor just uses the internal format (double array) and does not check whether the attributes are actually numeric.
WekaInstancesStatistic() - Constructor for class adams.flow.transformer.WekaInstancesStatistic
 
WekaInstancesStatisticDataType - Enum in adams.flow.transformer
Defines what data to retrieve from an Instances object.
WekaInstancesToSpreadSheet - Class in adams.data.conversion
Generates a spreadsheet from a weka.core.Instances object.
WekaInstancesToSpreadSheet() - Constructor for class adams.data.conversion.WekaInstancesToSpreadSheet
 
WekaInstancesToTimeseries - Class in adams.data.conversion
Turns a WEKA Instances object into a Timeseries.
WekaInstancesToTimeseries() - Constructor for class adams.data.conversion.WekaInstancesToTimeseries
 
WekaInstanceStreamPlotGenerator - Class in adams.flow.transformer
Generates plot containers from a range of attributes of the weka.core.Instance objects being passed through.
The generator merely uses the internal data representation for generating the Y value of the plot container.
WekaInstanceStreamPlotGenerator() - Constructor for class adams.flow.transformer.WekaInstanceStreamPlotGenerator
 
WekaInstanceToAdamsInstance - Class in adams.data.conversion
Converts weka.core.Instance objects into adams.data.instance.Instance ones.
WekaInstanceToAdamsInstance() - Constructor for class adams.data.conversion.WekaInstanceToAdamsInstance
 
WekaInstanceToMap - Class in adams.data.conversion
Turns the Weka Instance into a Map, with the attribute names the keys.
WekaInstanceToMap() - Constructor for class adams.data.conversion.WekaInstanceToMap
 
WekaInstanceViewer - Class in adams.flow.sink
Actor for displaying adams.data.instance.Instance objects in a graphical way (using the internal format), like the 'Instance Explorer' tool.
WekaInstanceViewer() - Constructor for class adams.flow.sink.WekaInstanceViewer
 
WekaInvestigator - Class in adams.gui.menu
Opens the WEKA Investigator.
WekaInvestigator() - Constructor for class adams.gui.menu.WekaInvestigator
Initializes the menu item with no owner.
WekaInvestigator(AbstractApplicationFrame) - Constructor for class adams.gui.menu.WekaInvestigator
Initializes the menu item.
WekaInvestigatorDataEvent - Class in adams.gui.event
Event that gets sent when the data in an InvestigatorPanel changes.
WekaInvestigatorDataEvent(InvestigatorPanel) - Constructor for class adams.gui.event.WekaInvestigatorDataEvent
Constructor if the whole table changed.
WekaInvestigatorDataEvent(InvestigatorPanel, int) - Constructor for class adams.gui.event.WekaInvestigatorDataEvent
Constructor for specifying the type of change.
WekaInvestigatorDataEvent(InvestigatorPanel, int, int) - Constructor for class adams.gui.event.WekaInvestigatorDataEvent
Constructor for specifying the type of change.
WekaInvestigatorDataEvent(InvestigatorPanel, int, int[]) - Constructor for class adams.gui.event.WekaInvestigatorDataEvent
Constructor for specifying the type of change.
WekaInvestigatorDataListener - Interface in adams.gui.event
Interface for classes that get notified about changes in the data in an InvestigatorPanel.
WekaInvestigatorDefinition - Class in adams.env
Definition for the Weka Investigator props file.
WekaInvestigatorDefinition() - Constructor for class adams.env.WekaInvestigatorDefinition
 
WekaInvestigatorPreferencesPanel - Class in adams.gui.application
Preferences for the WEKA Investigator.
WekaInvestigatorPreferencesPanel() - Constructor for class adams.gui.application.WekaInvestigatorPreferencesPanel
 
WekaInvestigatorShortcutsDefinition - Class in adams.env
Definition for the Weka Investigator shortcuts props file.
WekaInvestigatorShortcutsDefinition() - Constructor for class adams.env.WekaInvestigatorShortcutsDefinition
 
WekaLabelIndex - Class in adams.data.weka
Extended Index class that can use a label name to determine an index of a label as well.
WekaLabelIndex() - Constructor for class adams.data.weka.WekaLabelIndex
Initializes with no index.
WekaLabelIndex(String) - Constructor for class adams.data.weka.WekaLabelIndex
Initializes with the given index, but no maximum.
WekaLabelIndex(String, int) - Constructor for class adams.data.weka.WekaLabelIndex
Initializes with the given index and maximum.
WekaLabelIndexEditor - Class in adams.gui.goe
Editor for WekaLabelIndex objects.
WekaLabelIndexEditor() - Constructor for class adams.gui.goe.WekaLabelIndexEditor
 
WekaLabelIndexParsing - Class in adams.core.option.parsing
For parsing WekaLabelIndex options.
WekaLabelIndexParsing() - Constructor for class adams.core.option.parsing.WekaLabelIndexParsing
 
WekaLabelRange - Class in adams.data.weka
Extended Range class that also allows attribute names for specifying attribute positions (names are case-insensitive, just like placeholders for 'first', 'second', etc).
WekaLabelRange() - Constructor for class adams.data.weka.WekaLabelRange
Initializes with no range.
WekaLabelRange(String) - Constructor for class adams.data.weka.WekaLabelRange
Initializes with the given range, but no maximum.
WekaLabelRange(String, int) - Constructor for class adams.data.weka.WekaLabelRange
Initializes with the given range and maximum.
WekaLabelRangeEditor - Class in adams.gui.goe
Editor for WekaLabelRange objects.
WekaLabelRangeEditor() - Constructor for class adams.gui.goe.WekaLabelRangeEditor
 
WekaLabelRangeParsing - Class in adams.core.option.parsing
For parsing WekaLabelRange options.
WekaLabelRangeParsing() - Constructor for class adams.core.option.parsing.WekaLabelRangeParsing
 
WekaMarginCurve - Class in adams.flow.sink
Actor for displaying margin errors.
WekaMarginCurve() - Constructor for class adams.flow.sink.WekaMarginCurve
 
WekaMergeInstancesActor - Interface in adams.flow.transformer
Interface for transformers that merge Weka Instances.
WekaModelContainer - Class in adams.flow.container
A container for models (e.g., classifier or clusterer) and an optional header of a dataset.
WekaModelContainer() - Constructor for class adams.flow.container.WekaModelContainer
Initializes the container.
WekaModelContainer(Object) - Constructor for class adams.flow.container.WekaModelContainer
Initializes the container with no header.
WekaModelContainer(Object, Instances) - Constructor for class adams.flow.container.WekaModelContainer
Initializes the container with no header.
WekaModelContainer(Object, Instances, Instances) - Constructor for class adams.flow.container.WekaModelContainer
Initializes the container with no header.
WekaModelReader - Class in adams.flow.transformer
Actor for loading a model (classifier or clusterer).
WekaModelReader() - Constructor for class adams.flow.transformer.WekaModelReader
 
WekaModelWriter - Class in adams.flow.sink
Actor for saving a model (classifier or clusterer) alongside an optional header (i.e., weka.core.Instances object) as file.
WekaModelWriter() - Constructor for class adams.flow.sink.WekaModelWriter
 
WekaMultiExperimenter - Class in adams.gui.menu
Opens the WEKA Multi-Experimenter.
WekaMultiExperimenter() - Constructor for class adams.gui.menu.WekaMultiExperimenter
Initializes the menu item with no owner.
WekaMultiExperimenter(AbstractApplicationFrame) - Constructor for class adams.gui.menu.WekaMultiExperimenter
Initializes the menu item.
WekaMultiLabelSplitter - Class in adams.flow.transformer
Splits a dataset containing multiple class attributes ('multi-label') into separate datasets with only a single class attribute.
WekaMultiLabelSplitter() - Constructor for class adams.flow.transformer.WekaMultiLabelSplitter
 
WekaNearestNeighborSearch - Class in adams.flow.transformer
Outputs the specified number of nearest neighbors for the incoming Weka Instance.
The data used for the nearest neighbor search is either obtained from storage.
WekaNearestNeighborSearch() - Constructor for class adams.flow.transformer.WekaNearestNeighborSearch
 
WekaNearestNeighborSearchContainer - Class in adams.flow.container
A container for nearest neighbor search (instance and neighborhood).
WekaNearestNeighborSearchContainer() - Constructor for class adams.flow.container.WekaNearestNeighborSearchContainer
Initializes the container.
WekaNearestNeighborSearchContainer(Instance, Instances) - Constructor for class adams.flow.container.WekaNearestNeighborSearchContainer
Initializes the container with the filter and the associated data.
WekaNearestNeighborSearchContainer(Instance, Instances, double[]) - Constructor for class adams.flow.container.WekaNearestNeighborSearchContainer
Initializes the container with the filter and the associated data.
WekaNewExperiment - Class in adams.flow.source
Generates a new ADAMS experiment setup.
WekaNewExperiment() - Constructor for class adams.flow.source.WekaNewExperiment
 
WekaNewInstance - Class in adams.flow.transformer
Creates a new weka.core.Instance-derived object, with all values marked as missing.
The class implementing the weka.core.Instance interface needs to have a constructor that takes the number of attributes as sole parameter.
WekaNewInstance() - Constructor for class adams.flow.transformer.WekaNewInstance
 
WekaNewInstances - Class in adams.flow.source
Generates an empty dataset, based on the attribute types and names specified.
Nominal attributes are generated with an empty set of labels.
WekaNewInstances() - Constructor for class adams.flow.source.WekaNewInstances
 
WekaOptionHandlerHelpGenerator - Class in adams.gui.help
Help generator for OptionHandler.
WekaOptionHandlerHelpGenerator() - Constructor for class adams.gui.help.WekaOptionHandlerHelpGenerator
 
WekaOptionsConversionPanel - Class in adams.gui.tools
Helper panel that turns Weka commandline strings into quoted strings suitable to be placed into code.
WekaOptionsConversionPanel() - Constructor for class adams.gui.tools.WekaOptionsConversionPanel
 
WekaOptionUtils - Class in weka.core
Helper class for option parsing.
WekaOptionUtils() - Constructor for class weka.core.WekaOptionUtils
 
WekaPackagesClassPathAugmenter - Class in adams.core.management
Returns the classpath augmentations for all the installed WEKA packages.
WekaPackagesClassPathAugmenter() - Constructor for class adams.core.management.WekaPackagesClassPathAugmenter
 
WekaPluginManagerExtensions - Class in adams.gui.application
Enables further extensions through Weka's PluginManager.
WekaPluginManagerExtensions() - Constructor for class adams.gui.application.WekaPluginManagerExtensions
 
WekaPredictionContainer - Class in adams.flow.container
A container for predictions made by a classifier.
WekaPredictionContainer() - Constructor for class adams.flow.container.WekaPredictionContainer
Initializes the container.
WekaPredictionContainer(Instance, double, double[]) - Constructor for class adams.flow.container.WekaPredictionContainer
Initializes the container.
WekaPredictionContainer(Instance, double, double[], String) - Constructor for class adams.flow.container.WekaPredictionContainer
Initializes the container.
WekaPredictionContainerToSpreadSheet - Class in adams.data.conversion
Turns a WEKA prediction container into a SpreadSheet object.
WekaPredictionContainerToSpreadSheet() - Constructor for class adams.data.conversion.WekaPredictionContainerToSpreadSheet
 
WekaPredictionContainerToSpreadSheet.SortContainer - Class in adams.data.conversion
Helper class for sorting the distribution.
WekaPredictionContainerToSpreadSheet.Sorting - Enum in adams.data.conversion
How to sort the distribution.
WekaPredictionsToInstances - Class in adams.flow.transformer
Generates weka.core.Instances from the predictions of an Evaluation object.
WekaPredictionsToInstances() - Constructor for class adams.flow.transformer.WekaPredictionsToInstances
 
WekaPredictionsToSpreadSheet - Class in adams.flow.transformer
Generates a SpreadSheet object from the predictions of an Evaluation object.

See also:
adams.flow.transformer.WekaSpreadSheetToPredictions

Input/output:
- accepts:
   weka.classifiers.Evaluation
   adams.flow.container.WekaEvaluationContainer
- generates:
   adams.data.spreadsheet.SpreadSheet


Container information:
- adams.flow.container.WekaEvaluationContainer: Evaluation, Model, Prediction output, Original indices

WekaPredictionsToSpreadSheet() - Constructor for class adams.flow.transformer.WekaPredictionsToSpreadSheet
 
WekaPrimeForecaster - Class in adams.flow.transformer
Primes a forecaster with the incoming data and outputs the updated forecaster alongside the training header (in a model container).
WekaPrimeForecaster() - Constructor for class adams.flow.transformer.WekaPrimeForecaster
 
WekaPrincipalComponents - Class in adams.flow.transformer
Performs principal components analysis on the incoming data and outputs the loadings and the transformed data as spreadsheet array.
Automatically filters out attributes that cannot be handled by PCA.
WekaPrincipalComponents() - Constructor for class adams.flow.transformer.WekaPrincipalComponents
 
WekaPropertySheetPanelPage - Class in adams.gui.wizard
Wizard page that use a PropertySheetPanel for displaying the properties of an object.
WekaPropertySheetPanelPage() - Constructor for class adams.gui.wizard.WekaPropertySheetPanelPage
Default constructor.
WekaPropertySheetPanelPage(String) - Constructor for class adams.gui.wizard.WekaPropertySheetPanelPage
Initializes the page with the given page name.
WekaPropertySheetPanelPage.CustomPropertySheetPanel - Class in adams.gui.wizard
Allowing better access to property sheet panel.
WekaPropertyValueConverter - Class in adams.flow.core
Handler for WEKA classes.
WekaPropertyValueConverter() - Constructor for class adams.flow.core.WekaPropertyValueConverter
 
WekaRandomSplit - Class in adams.flow.transformer
Splits a dataset into a training and test set according to a specified split percentage.
WekaRandomSplit() - Constructor for class adams.flow.transformer.WekaRandomSplit
 
WekaRegexToRange - Class in adams.flow.transformer
Produces a range string from a regular expression describing attributes.
WekaRegexToRange() - Constructor for class adams.flow.transformer.WekaRegexToRange
 
WekaRegressionModel - Class in adams.ml.model.regression
Regression model for Weka classifiers.
WekaRegressionModel(Classifier, Dataset, Instances) - Constructor for class adams.ml.model.regression.WekaRegressionModel
Initializes the model.
WekaRegressor - Class in adams.ml.model.regression
Wraps around a Weka classifier that handles numeric classes (= regression).
WekaRegressor() - Constructor for class adams.ml.model.regression.WekaRegressor
 
WekaRelationName - Class in adams.flow.transformer
Deprecated.
WekaRelationName() - Constructor for class adams.flow.transformer.WekaRelationName
Deprecated.
 
WekaRenameRelation - Class in adams.flow.transformer
Modifies relation names.
WekaRenameRelation() - Constructor for class adams.flow.transformer.WekaRenameRelation
 
WekaReorderAttributesToReference - Class in adams.flow.transformer
Reorders the attributes of the Instance/Instances passing through according to the provided reference dataset (callable actor or reference file).
This ensures that the generated data always has the same structure as the reference dataset.
WekaReorderAttributesToReference() - Constructor for class adams.flow.transformer.WekaReorderAttributesToReference
 
WekaSelectDataset - Class in adams.flow.source
Pops up a file chooser dialog, prompting the user to select one or more datasets.
WekaSelectDataset() - Constructor for class adams.flow.source.WekaSelectDataset
 
WekaSelectDatasetPage - Class in adams.gui.wizard
Wizard page that allows the user to select a Weka dataset.
WekaSelectDatasetPage() - Constructor for class adams.gui.wizard.WekaSelectDatasetPage
whether to show the /** Default constructor.
WekaSelectDatasetPage(String) - Constructor for class adams.gui.wizard.WekaSelectDatasetPage
Initializes the page with the given page name.
WekaSelectMultipleDatasetsPage - Class in adams.gui.wizard
Wizard page that allows the user to select multiple datasets.
WekaSelectMultipleDatasetsPage() - Constructor for class adams.gui.wizard.WekaSelectMultipleDatasetsPage
Default constructor.
WekaSelectMultipleDatasetsPage(String) - Constructor for class adams.gui.wizard.WekaSelectMultipleDatasetsPage
Initializes the page with the given page name.
WekaSelectObjects - Class in adams.flow.source
Allows the user to select an arbitrary number of Weka objects from the specified class hierarchy using the GenericObjectArray.
WekaSelectObjects() - Constructor for class adams.flow.source.WekaSelectObjects
 
WekaSetInstancesValue - Class in adams.flow.transformer
Sets a value in a WEKA Instances object.
Notes:
- relational values cannot be set
- '?' (without single quotes) is interpreted as missing value

Input/output:
- accepts:
   weka.core.Instances
- generates:
   weka.core.Instances


WekaSetInstancesValue() - Constructor for class adams.flow.transformer.WekaSetInstancesValue
 
WekaSetInstanceValue - Class in adams.flow.transformer
Sets a value in a WEKA Instance.
Notes:
- relational values cannot be set
- '?' (without single quotes) is interpreted as missing value

Input/output:
- accepts:
   weka.core.Instance
- generates:
   weka.core.Instance


Valid options are:

WekaSetInstanceValue() - Constructor for class adams.flow.transformer.WekaSetInstanceValue
 
WekaSimpleCLI - Class in adams.gui.menu
Opens the WEKA SimpleCLI.
WekaSimpleCLI() - Constructor for class adams.gui.menu.WekaSimpleCLI
Initializes the menu item with no owner.
WekaSimpleCLI(AbstractApplicationFrame) - Constructor for class adams.gui.menu.WekaSimpleCLI
Initializes the menu item.
WekaSplitGenerator - Class in adams.flow.transformer
WekaSplitGenerator() - Constructor for class adams.flow.transformer.WekaSplitGenerator
 
WekaSpreadSheetToPredictions - Class in adams.flow.transformer
Turns the predictions stored in the incoming spreadsheet (actual and predicted) into a Weka weka.classifiers.Evaluation object.
For recreating the predictions of a nominal class, the class distributions must be present in the spreadsheet as well.

See also:
adams.flow.transformer.WekaPredictionsToSpreadSheet

Input/output:
- accepts:
   adams.data.spreadsheet.SpreadSheet
- generates:
   weka.classifiers.Evaluation


WekaSpreadSheetToPredictions() - Constructor for class adams.flow.transformer.WekaSpreadSheetToPredictions
 
WekaStoreInstance - Class in adams.flow.transformer
Appends the incoming weka.core.Instance to the dataset in storage.
WekaStoreInstance() - Constructor for class adams.flow.transformer.WekaStoreInstance
 
WekaStreamEvaluator - Class in adams.flow.transformer
Evaluates an incremental classifier on a data stream using prequential evaluation (first evaluate, then train).
WekaStreamEvaluator() - Constructor for class adams.flow.transformer.WekaStreamEvaluator
 
WekaStreamFilter - Class in adams.flow.transformer
Filters Instance objects using the specified filter.
WekaStreamFilter() - Constructor for class adams.flow.transformer.WekaStreamFilter
 
WekaSubsets - Class in adams.flow.transformer
Splits the dataset based on the unique values of the specified attribute: all rows with the same unique value form a subset.
WekaSubsets() - Constructor for class adams.flow.transformer.WekaSubsets
 
WekaSystemProperties - Class in adams.gui.application
Sets some Weka-specific system properties to improve performance.
WekaSystemProperties() - Constructor for class adams.gui.application.WekaSystemProperties
 
WekaTestSetClustererEvaluator - Class in adams.flow.transformer
Evaluates a trained clusterer (obtained from input) on the dataset obtained from the callable actor.
If a class attribute is set, a classes-to-clusters evaluation is performed automatically

Input/output:
- accepts:
   weka.clusterers.Clusterer
   adams.flow.container.WekaModelContainer
- generates:
   adams.flow.container.WekaClusterEvaluationContainer


Container information:
- adams.flow.container.WekaModelContainer: Model, Header, Dataset
- adams.flow.container.WekaClusterEvaluationContainer: Evaluation, Model, Log-likelohood

WekaTestSetClustererEvaluator() - Constructor for class adams.flow.transformer.WekaTestSetClustererEvaluator
 
WekaTestSetEvaluator - Class in adams.flow.transformer
Evaluates a trained classifier (obtained from input) on the dataset obtained from the callable actor.
WekaTestSetEvaluator() - Constructor for class adams.flow.transformer.WekaTestSetEvaluator
 
WekaTestSetEvaluator.EvaluateJob - Class in adams.flow.transformer
 
WekaTextDirectoryReader - Class in adams.flow.transformer
Loads all text files in a directory and uses the subdirectory names as class labels.
WekaTextDirectoryReader() - Constructor for class adams.flow.transformer.WekaTextDirectoryReader
 
WekaThresholdCurve - Class in adams.flow.sink
Actor for displaying threshold curves, like ROC or precision/recall.
WekaThresholdCurve() - Constructor for class adams.flow.sink.WekaThresholdCurve
 
WekaThresholdCurve.AttributeName - Enum in adams.flow.sink
The type of the fields.
wekaToJama(Matrix) - Static method in class adams.data.instancesanalysis.pls.MatrixHelper
Turns a Weka matrix into a Jama one.
wekaToMatrixAlgo(Matrix) - Static method in class adams.data.instancesanalysis.pls.MatrixHelper
Turns a Weka matrix into a matrix-algorithm one.
WekaTrainAssociator - Class in adams.flow.transformer
Trains an associator based on the incoming dataset and outputs the built associator alongside the training header and rules (in a model container)..
WekaTrainAssociator() - Constructor for class adams.flow.transformer.WekaTrainAssociator
 
WekaTrainAssociator.TrainJob - Class in adams.flow.transformer
 
WekaTrainClassifier - Class in adams.flow.transformer
Trains a classifier based on the incoming dataset and outputs the built classifier alongside the training header (in a model container).
Incremental training is performed, if the input are weka.core.Instance objects and the classifier implements weka.classifiers.UpdateableClassifier.
WekaTrainClassifier() - Constructor for class adams.flow.transformer.WekaTrainClassifier
 
WekaTrainClassifier.BatchTrainJob - Class in adams.flow.transformer
 
WekaTrainClusterer - Class in adams.flow.transformer
Trains a clusterer based on the incoming dataset and output the built clusterer alongside the training header (in a model container).
Incremental training is performed, if the input are weka.core.Instance objects and the clusterer implements weka.clusterers.UpdateableClusterer.
WekaTrainClusterer() - Constructor for class adams.flow.transformer.WekaTrainClusterer
 
WekaTrainClusterer.BatchTrainJob - Class in adams.flow.transformer
 
WekaTrainForecaster - Class in adams.flow.transformer
Trains a forecaster based on the incoming dataset and outputs the built model alongside the training header (in a model container).
WekaTrainForecaster() - Constructor for class adams.flow.transformer.WekaTrainForecaster
 
WekaTrainTestSetClustererEvaluator - Class in adams.flow.transformer
Trains a clusterer on an incoming training dataset (from a container) and then evaluates it on the test set (also from a container).
The clusterer setup being used in the evaluation is a callable 'Clusterer' actor.
If a class attribute is set, a classes-to-clusters evaluation is performed automatically

Input/output:
- accepts:
   adams.flow.container.WekaTrainTestSetContainer
- generates:
   adams.flow.container.WekaClusterEvaluationContainer


Container information:
- adams.flow.container.WekaTrainTestSetContainer: Train, Test, Seed, FoldNumber, FoldCount
- adams.flow.container.WekaClusterEvaluationContainer: Evaluation, Model, Log-likelohood

WekaTrainTestSetClustererEvaluator() - Constructor for class adams.flow.transformer.WekaTrainTestSetClustererEvaluator
 
WekaTrainTestSetContainer - Class in adams.flow.container
A container for storing train and test set.
WekaTrainTestSetContainer() - Constructor for class adams.flow.container.WekaTrainTestSetContainer
Initializes the container.
WekaTrainTestSetContainer(Instances, Instances) - Constructor for class adams.flow.container.WekaTrainTestSetContainer
Initializes the container.
WekaTrainTestSetContainer(Instances, Instances, Long) - Constructor for class adams.flow.container.WekaTrainTestSetContainer
Initializes the container.
WekaTrainTestSetContainer(Instances, Instances, Long, Integer, Integer) - Constructor for class adams.flow.container.WekaTrainTestSetContainer
Initializes the container.
WekaTrainTestSetContainer(Instances, Instances, Long, Integer, Integer, int[], int[]) - Constructor for class adams.flow.container.WekaTrainTestSetContainer
Initializes the container.
WekaTrainTestSetEvaluator - Class in adams.flow.transformer
Trains a classifier on an incoming training dataset (from a container) and then evaluates it on the test set (also from a container).
The classifier setup being used in the evaluation is a callable 'Classifier' actor.
WekaTrainTestSetEvaluator() - Constructor for class adams.flow.transformer.WekaTrainTestSetEvaluator
 
WekaTrainTestSetEvaluator.EvaluateJob - Class in adams.flow.transformer
 
WekaTreeVisualizer - Class in adams.flow.sink
Displays trees in dot notation.
WekaTreeVisualizer() - Constructor for class adams.flow.sink.WekaTreeVisualizer
 
WekaUnorderedAttributeRange - Class in adams.data.weka
Extended UnorderedRange class that also allows attribute names for specifying attribute positions (names are case-insensitive, just like placeholders for 'first', 'second', etc).
WekaUnorderedAttributeRange() - Constructor for class adams.data.weka.WekaUnorderedAttributeRange
Initializes with no range.
WekaUnorderedAttributeRange(String) - Constructor for class adams.data.weka.WekaUnorderedAttributeRange
Initializes with the given range, but no maximum.
WekaUnorderedAttributeRange(String, int) - Constructor for class adams.data.weka.WekaUnorderedAttributeRange
Initializes with the given range and maximum.
WekaUnorderedAttributeRangeEditor - Class in adams.gui.goe
A PropertyEditor for WekaAttributeRange objects.
WekaUnorderedAttributeRangeEditor() - Constructor for class adams.gui.goe.WekaUnorderedAttributeRangeEditor
 
WekaUnorderedAttributeRangeParsing - Class in adams.core.option.parsing
For parsing WekaUnorderedAttributeRange options.
WekaUnorderedAttributeRangeParsing() - Constructor for class adams.core.option.parsing.WekaUnorderedAttributeRangeParsing
 
WEST - adams.gui.core.ToolBarPanel.ToolBarLocation
left.
WHERE - Static variable in interface adams.parser.spreadsheetquery.sym
 
whichCase() - Method in class adams.flow.control.Switch.SwitchDirector
Determines which case to execute.
whichCase() - Method in class adams.flow.source.SwitchedSource
Determines which case to execute.
WhileLoop - Class in adams.flow.control
Emulates a while-loop.
WhileLoop() - Constructor for class adams.flow.control.WhileLoop
 
WhiteBalance - Class in adams.data.image.transformer
Processes the images passing through using the specified white balance algorithm.
WhiteBalance() - Constructor for class adams.data.image.transformer.WhiteBalance
 
WhitePatch - Class in adams.data.image.transformer.whitebalance
Basic algorithm that is based on the Retinex theory of visual color constancy, which argues that perceived white is associated with the maximum cone signals.
WhitePatch() - Constructor for class adams.data.image.transformer.whitebalance.WhitePatch
 
wholeFileTipText() - Method in class adams.flow.source.RSync
 
widen(int, int, boolean) - Method in class adams.ml.capabilities.Capabilities
Widens the min/max values.
WidgetPanel(SpreadSheetProcessorPanel, String, Class, AbstractWidget) - Constructor for class adams.gui.tools.SpreadSheetProcessorPanel.WidgetPanel
Initializes the panel.
WIDTH - adams.data.objectfilter.MakeSquare.SideType
 
WIDTH - adams.data.objectfinder.Size.CheckType
 
WIDTH - adams.flow.transformer.ImageInfo.InfoType
the width of the image.
WIDTH - adams.flow.transformer.ImageObjectInfo.InfoType
 
WIDTH - adams.flow.transformer.PDFInfo.InfoType
the width.
WIDTH_AND_HEIGHT - adams.data.objectfinder.Size.CheckType
 
WIDTH_HEIGHT - adams.flow.transformer.ImageInfo.InfoType
the width and height of the image as array.
widthAxTipText() - Method in class adams.flow.sink.BoxPlot
Tip text to display for the option
widthBinTipText() - Method in class adams.gui.visualization.stats.histogram.HistogramOptions
Tip text for the bin width property
widthPercentageTipText() - Method in class adams.flow.transformer.pdfproclet.AbstractSpreadSheetPdfProclet
Returns the tip text for this property.
widthPlotTipText() - Method in class adams.flow.sink.BoxPlot
Tip text to display for the option
widthTipText() - Method in class adams.data.barcode.encode.AbstractBarcodeEncoder
Returns the tip text for this property.
widthTipText() - Method in class adams.data.conversion.LeftPad
Returns the tip text for this property.
widthTipText() - Method in class adams.data.conversion.RightPad
Returns the tip text for this property.
widthTipText() - Method in class adams.data.image.features.PixelClassifications
Returns the tip text for this property.
widthTipText() - Method in class adams.data.image.transformer.crop.RelativeCrop
Returns the tip text for this property.
widthTipText() - Method in class adams.data.image.transformer.crop.SimpleCrop
Returns the tip text for this property.
widthTipText() - Method in class adams.data.image.transformer.Resize
Returns the tip text for this property.
widthTipText() - Method in class adams.data.io.input.ImageClassificationGridSpreadSheetReader
Returns the tip text for this property.
widthTipText() - Method in class adams.data.io.input.ObjectLocationsSpreadSheetReader
Returns the tip text for this property.
widthTipText() - Method in class adams.data.io.input.YoloAnnotationsReportReader
Returns the tip text for this property.
widthTipText() - Method in class adams.data.io.output.ObjectLocationsSpreadSheetWriter
Returns the tip text for this property.
widthTipText() - Method in class adams.data.io.output.YoloAnnotationsReportWriter
Returns the tip text for this property.
widthTipText() - Method in class adams.data.jai.transformer.Resize
Returns the tip text for this property.
widthTipText() - Method in class adams.data.objectfilter.ClipBoundingBoxes
Returns the tip text for this property.
widthTipText() - Method in class adams.data.objectfinder.ObjectsInRegion
Returns the tip text for this property.
widthTipText() - Method in class adams.data.opencv.transformer.Resize
Returns the tip text for this property.
widthTipText() - Method in class adams.flow.core.AbstractDisplay
Returns the tip text for this property.
widthTipText() - Method in class adams.flow.execution.Debug
Returns the tip text for this property.
widthTipText() - Method in class adams.flow.sink.AbstractGraphicsGenerator
Returns the tip text for this property.
widthTipText() - Method in class adams.flow.sink.JFreeChartFileWriter
Returns the tip text for this property.
widthTipText() - Method in class adams.flow.sink.logview.AbstractLogEntryDialog
Returns the tip text for this property.
widthTipText() - Method in class adams.flow.source.EnterManyValues
Returns the tip text for this property.
widthTipText() - Method in class adams.flow.source.NewImage
Returns the tip text for this property.
widthTipText() - Method in class adams.flow.transformer.AbstractInteractiveTransformerDialog
Returns the tip text for this property.
widthTipText() - Method in class adams.flow.transformer.CountObjectsInRegion
Returns the tip text for this property.
widthTipText() - Method in class adams.flow.transformer.draw.Oval
Returns the tip text for this property.
widthTipText() - Method in class adams.flow.transformer.draw.Rectangle
Returns the tip text for this property.
widthTipText() - Method in class adams.flow.transformer.pdfproclet.Rectangle
Returns the tip text for this property.
widthTipText() - Method in class adams.gui.tools.spreadsheetviewer.chart.AbstractChartGenerator
Returns the tip text for this property.
widthTipText() - Method in class adams.gui.visualization.core.AxisPanelOptions
Returns the tip text for this property.
widthTipText() - Method in class adams.gui.visualization.image.leftclick.FixedBoundingBox
Returns the tip text for this property.
widthTipText() - Method in class adams.gui.visualization.sequence.BarPaintlet
Returns the tip text for this property.
WindowDuplicateInTab - Class in adams.gui.flow.menu
Duplicates the flow in a new page.
WindowDuplicateInTab() - Constructor for class adams.gui.flow.menu.WindowDuplicateInTab
 
WindowDuplicateInWindow - Class in adams.gui.flow.menu
Duplicates the flow in a new window.
WindowDuplicateInWindow() - Constructor for class adams.gui.flow.menu.WindowDuplicateInWindow
 
WindowedSpreadSheetReader - Interface in adams.data.io.input
Allows the retrieval of a certain "window" of rows from the data.
WindowHalfHeight - Class in adams.gui.flow.menu
Adjust the height to half the screen.
WindowHalfHeight() - Constructor for class adams.gui.flow.menu.WindowHalfHeight
 
WindowHalfWidth - Class in adams.gui.flow.menu
Adjust the width to half the screen.
WindowHalfWidth() - Constructor for class adams.gui.flow.menu.WindowHalfWidth
 
windowListChanged() - Method in class adams.gui.application.AbstractApplicationFrame
is called when window list changed somehow (add or remove).
WindowMoveToNewWindow - Class in adams.gui.flow.menu
Moves the tab to a new editor window.
WindowMoveToNewWindow() - Constructor for class adams.gui.flow.menu.WindowMoveToNewWindow
 
WindowNew - Class in adams.gui.flow.menu
Opens a new editor window.
WindowNew() - Constructor for class adams.gui.flow.menu.WindowNew
 
Windows - Class in adams.core.io.fileuse
Tries to open a FileOutputStream (Windows only).
Windows - Class in adams.gui.flow.multipageaction
Displays the currently active windows.
Windows - Class in adams.gui.laf
Windows look and feel.
Windows() - Constructor for class adams.core.io.fileuse.Windows
 
Windows() - Constructor for class adams.gui.flow.multipageaction.Windows
 
Windows() - Constructor for class adams.gui.laf.Windows
 
WINDOWS - adams.core.management.OS.OperatingSystems
 
WINDOWS_EXECUTABLE - Static variable in class adams.core.management.Terminal
the key for the Windows executable.
WINDOWS_OPTIONS - Static variable in class adams.core.management.Terminal
the key for the Windows options.
windowSizeTipText() - Method in class adams.data.baseline.AbstractLOWESSBased
Returns the tip text for this property.
windowSizeTipText() - Method in class adams.data.conversion.MovingAverage
Returns the tip text for this property.
windowSizeTipText() - Method in class adams.data.filter.AbstractLOWESS
Returns the tip text for this property.
windowSizeTipText() - Method in class adams.data.filter.AbstractSimpleSavitzkyGolay
Returns the tip text for this property.
windowSizeTipText() - Method in class adams.data.smoothing.AbstractLOWESSBased
Returns the tip text for this property.
windowSizeTipText() - Method in class adams.data.smoothing.AbstractSlidingWindow
Returns the tip text for this property.
windowSizeTipText() - Method in class adams.flow.control.plotprocessor.Expression
Returns the tip text for this property.
windowSizeTipText() - Method in class adams.flow.control.plotprocessor.LOWESS
Returns the tip text for this property.
windowSizeTipText() - Method in class adams.flow.control.plotprocessor.SimpleSavitzkyGolay
Returns the tip text for this property.
windowSizeTipText() - Method in class adams.gui.visualization.stats.paintlet.LowessPaintlet
Returns the tip text for this property.
windowSizeTipText() - Method in class adams.gui.visualization.stats.scatterplot.Lowess
Returns a tip text for the data window size property.
windowsPointTipText() - Method in class weka.filters.unsupervised.attribute.PAA
Returns the tip text for this property.
windowsPointTipText() - Method in class weka.filters.unsupervised.attribute.SAX
Returns the tip text for this property.
windowStateChanged(WindowEvent) - Method in class adams.gui.core.MaximizationFixWindowListener
 
windowTipText() - Method in class adams.gui.visualization.sequence.LOWESSOverlayPaintlet
Returns the tip text for this property.
Wine - Class in adams.core.management
Helper class for wine.
Wine() - Constructor for class adams.core.management.Wine
 
WineDefinition - Class in adams.env
Definition for the wine props file.
WineDefinition() - Constructor for class adams.env.WineDefinition
 
WINS_HOST - Static variable in class adams.core.net.SMBHelper
The wins host.
withReplacementTipText() - Method in class adams.flow.transformer.WekaBootstrapping
Returns the tip text for this property.
WizardPane - Class in adams.gui.wizard
Similar to a BaseTabbedPane, but with the names of the pages listed in a BaseList on the left-hand side.
WizardPane() - Constructor for class adams.gui.wizard.WizardPane
Initializes the wizard with no ID.
WizardPane(String) - Constructor for class adams.gui.wizard.WizardPane
Initializes the wizard.
WizardPaneWithBranches - Class in adams.gui.wizard
Similar to WizardPane but allows branching.
WizardPaneWithBranches() - Constructor for class adams.gui.wizard.WizardPaneWithBranches
Initializes the wizard with no ID.
WizardPaneWithBranches(String) - Constructor for class adams.gui.wizard.WizardPaneWithBranches
Initializes the wizard.
Workbench - Class in adams.gui.menu
Opens the WEKA Workbench.
Workbench() - Constructor for class adams.gui.menu.Workbench
Initializes the menu item with no owner.
Workbench(AbstractApplicationFrame) - Constructor for class adams.gui.menu.Workbench
Initializes the menu item.
WorkerScriptingEngine - Interface in adams.scripting.engine
Interface for scripting engines that register themselves with a main engine for executing jobs.
workerTipText() - Method in class adams.scripting.engine.DefaultWorkerScriptingEngine
Returns the tip text for this property.
workerTipText() - Method in interface adams.scripting.engine.WorkerScriptingEngine
Returns the tip text for this property.
WorkingDirectoryHandler - Interface in adams.core.management
Interface for classes that manage a working directory.
workingDirectoryTipText() - Method in interface adams.core.management.WorkingDirectoryHandler
Returns the tip text for this property.
workingDirectoryTipText() - Method in class adams.flow.sink.Exec
Returns the tip text for this property.
workingDirectoryTipText() - Method in class adams.flow.source.Command
Returns the tip text for this property.
workingDirectoryTipText() - Method in class adams.flow.source.Exec
Returns the tip text for this property.
workingDirectoryTipText() - Method in class adams.flow.source.PythonExec
Returns the tip text for this property.
workingDirectoryTipText() - Method in class adams.flow.source.PythonVenvExec
Returns the tip text for this property.
WorkspaceHelper - Class in weka.gui.explorer
Helper class for loading/saving workspaces.
WorkspaceHelper() - Constructor for class weka.gui.explorer.WorkspaceHelper
 
wrap(double[]) - Static method in class adams.data.binning.operation.Wrapping
Wraps the double array in binnable objects, using the index as payload.
wrap(float[]) - Static method in class adams.data.binning.operation.Wrapping
Wraps the float array in binnable objects, using the index as payload.
wrap(DataRow) - Method in class adams.data.spreadsheet.SpreadSheetView
Wraps the data row in a view container.
wrap(DataRow) - Method in class adams.ml.data.DatasetView
Wraps the data row in a view container.
wrap(Actor, VariableName[], StorageName[]) - Static method in class adams.flow.core.EncapsulateActors
Wraps the actor to obtain a fully self-container flow.
wrap(Actor, VariableName[], StorageName[], Object) - Static method in class adams.flow.core.EncapsulateActors
Wraps the actor to obtain a fully self-container flow.
wrap(BufferedImage) - Method in class adams.gui.clipboard.BufferedImage
Wraps the data from the clipboard in a flow token.
wrap(Number[]) - Static method in class adams.data.binning.operation.Wrapping
Wraps the double array in binnable objects, using the index as payload.
wrap(String) - Method in class adams.gui.clipboard.String
Wraps the data from the clipboard in a flow token.
wrap(Collection<Number>) - Static method in class adams.data.binning.operation.Wrapping
Wraps the double array in binnable objects, using the index as payload.
wrap(Collection<T>, Wrapping.BinValueExtractor<T>) - Static method in class adams.data.binning.operation.Wrapping
Wraps the collection in binnable objects, using the extractor to determine the value for the binnable object.
wrap(T) - Method in class adams.gui.clipboard.AbstractClipboardData
Wraps the data from the clipboard in a flow token.
wrap(T[], Wrapping.BinValueExtractor<T>) - Static method in class adams.data.binning.operation.Wrapping
Wraps the array in binnable objects, using the extractor to determine the value for the binnable object.
wrapDefaultHandler(EnhancingSingleHandler) - Static method in class adams.core.logging.LoggingHelper
Wraps the default handler in the provided handler, but only if not already wrapped.
wrapGroups(Collection<BinnableGroup<T>>, Wrapping.BinValueExtractor<T>) - Static method in class adams.data.binning.operation.Wrapping
Wraps the collection of binnable group objects in binnable objects, using the extractor to determine the value for the binnable object (uses first item of group).
wrappedTipText() - Method in class adams.flow.standalone.AbstractMultiView.ViewWrapper
Returns the tip text for this property.
Wrapper - Class in adams.flow.source.newlist
Wraps the list items produced by the specified generator with user-supplied prefix and suffix.
Wrapper() - Constructor for class adams.flow.source.newlist.Wrapper
 
Wrapper(Object) - Constructor for class adams.core.WrapperHashSet.Wrapper
Initializes the wrapper.
WrapperHashSet<E> - Class in adams.core
An extended HashSet that wraps its objects in a wrapper object before storing them in a HashSet.
WrapperHashSet() - Constructor for class adams.core.WrapperHashSet
Constructs a new, empty set; the backing HashMap instance has default initial capacity (16) and load factor (0.75).
WrapperHashSet(int) - Constructor for class adams.core.WrapperHashSet
Constructs a new, empty set; the backing HashMap instance has the specified initial capacity and default load factor (0.75).
WrapperHashSet(int, float) - Constructor for class adams.core.WrapperHashSet
Constructs a new, empty set; the backing HashMap instance has the specified initial capacity and the specified load factor.
WrapperHashSet(Collection<? extends E>) - Constructor for class adams.core.WrapperHashSet
Constructs a new set containing the elements in the specified collection.
WrapperHashSet.Wrapper - Class in adams.core
The class that wraps.
WrapperManager<T extends AbstractWrapper> - Class in adams.db.wrapper
Manages the database URL/wrapper relations.
WrapperManager(String, DatabaseManager) - Constructor for class adams.db.wrapper.WrapperManager
Initializes the manager.
Wrapping - Class in adams.data.binning.operation
For wrapping data.
Wrapping() - Constructor for class adams.data.binning.operation.Wrapping
 
Wrapping.BinValueExtractor<T> - Interface in adams.data.binning.operation
Interface for extracting values for bins from arbitrary objects.
Wrapping.IndexedBinValueExtractor<T> - Class in adams.data.binning.operation
Simply keeps track of the number of objects encountered and returns that count as bin value.
wrapPrimitive(Object) - Static method in class adams.core.Utils
Wraps the primitive in a BaseObject-derived object.
wrapStyleWordTipText() - Method in class adams.flow.sink.Display
Returns the tip text for this property.
wrapStyleWordTipText() - Method in class adams.flow.sink.HistoryDisplay
Returns the tip text for this property.
wrapStyleWordTipText() - Method in class adams.gui.tools.previewbrowser.PlainTextHandler
Returns the tip text for this property.
wrapUp() - Method in class adams.flow.control.AbstractContainerUpdater
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.control.AbstractControlActor
Finishes up the execution.
wrapUp() - Method in class adams.flow.control.AbstractDirectedControlActor
Finishes up the execution.
wrapUp() - Method in class adams.flow.control.AbstractTee
Finishes up the execution.
wrapUp() - Method in class adams.flow.control.ArrayGenerate
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.control.ArrayProcess
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.control.Branch
Finishes up the execution.
wrapUp() - Method in class adams.flow.control.CallableActorScreenshot
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.control.CollectionProcess
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.control.DesktopScreenshot
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.control.FileProcessor
Finishes up the execution.
wrapUp() - Method in class adams.flow.control.Flow
Finishes up the execution.
wrapUp() - Method in class adams.flow.control.IfThenElse
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.control.Injector
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.control.Inspect
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.control.LoadBalancer
Finishes up the execution.
wrapUp() - Method in class adams.flow.control.MissionControl
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.control.PlotProcessor
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.control.Sequence
Finishes up the execution.
wrapUp() - Method in class adams.flow.control.StorageValueSequence
Finishes up the execution.
wrapUp() - Method in class adams.flow.control.TimedSubProcess
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.control.TimedTee
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.control.TimedTrigger
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.control.TriggerEvent
Finishes up the execution.
wrapUp() - Method in class adams.flow.control.UpdateCallableDisplay
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.control.UpdateProperties
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.core.AbstractActor
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.core.AbstractDisplay
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.core.AbstractExternalActor
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.core.AbstractGroovyActor
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.core.AbstractScriptedActor
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.core.AbstractScriptingHandlerActor
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.core.AbstractTemplate
Cleans up after the execution has finished.
wrapUp() - Method in interface adams.flow.core.Actor
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.sink.AbstractDbSink
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.sink.AbstractDisplayPanel
Wraps up the execution.
wrapUp() - Method in class adams.flow.sink.AbstractGraphicalDisplay
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.sink.AbstractSink
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.sink.AbstractTextualDisplay
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.sink.ArrayDisplay
Cleans up after the execution has finished.
wrapUp() - Method in interface adams.flow.sink.DisplayPanel
Wraps up the execution.
wrapUp() - Method in class adams.flow.sink.DisplayPanelGrid
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.sink.DisplayPanelManager.DisplayPanelHistoryPanel
Calls the wrapUp method of the display panels.
wrapUp() - Method in class adams.flow.sink.DisplayPanelManager.HistorySplitPanel
Calls the wrapUp method of the display panels.
wrapUp() - Method in class adams.flow.sink.DisplayPanelManager
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.sink.DumpFile
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.sink.Exec
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.sink.Groovy
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.sink.Logger
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.sink.PlotContainerSink
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.sink.Scripted
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.sink.SendEmail
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.sink.SendRemoteCommand
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.sink.SequencePlotter
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.sink.SimplePlot
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.sink.Socket
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.sink.SpreadSheetDbWriter
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.sink.SpreadSheetDisplay
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.sink.SpreadSheetRowViewer
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.sink.TimeseriesDisplay
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.sink.WebSocketClient
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.sink.WekaDatabaseWriter
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.sink.WekaInstanceViewer
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.source.AbstractArrayProvider
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.source.AbstractBufferingSource
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.source.AbstractDatabaseIdSupplier
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.source.AbstractDbArrayProvider
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.source.AbstractDbSource
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.source.AbstractInteractiveArrayProvider
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.source.AbstractSimpleDbSource
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.source.AbstractSpreadSheetDbReader
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.source.AbstractWekaSetupGenerator
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.source.EnterManyValues
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.source.OpenCVDeviceFrameGrabber
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.source.SelectObjects
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.source.Socket
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.source.TimeseriesDbReader
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.source.WekaDatabaseReader
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.source.WekaSelectObjects
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.standalone.AbstractDatabaseConnection
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.standalone.AbstractDbStandalone
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.standalone.AbstractMultiView.ViewWrapper
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.standalone.AbstractMultiView
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.standalone.AbstractMutableActorDaemonEvent
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.standalone.AbstractStandaloneGroup
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.standalone.CallableActors
Finishes up the execution.
wrapUp() - Method in class adams.flow.standalone.ConsoleWindow
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.standalone.Cron
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.standalone.DelayedEvent
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.standalone.DirWatch
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.standalone.ExternalFlow
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.standalone.FTPConnection
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.standalone.GridView
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.standalone.JobRunnerInstance
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.standalone.LogEvent
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.standalone.MemoryMonitor
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.standalone.PyroNameServer
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.standalone.QueueEvent
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.standalone.RegisterFlow
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.standalone.SSHConnection
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.standalone.Stopwatch
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.transformer.AbstractArrayProvider
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.transformer.AbstractDbArrayProvider
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.transformer.AbstractDbDataProcessor
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.transformer.AbstractDbTransformer
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.transformer.AbstractProcessWekaInstanceWithModel
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.transformer.AbstractTransformer
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.transformer.AbstractWekaClassifierEvaluator
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.transformer.BinaryFileReader
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.transformer.BoofCVFeatureGenerator
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.transformer.BoofCVMultiImageOperation
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.transformer.BufferedImageFeatureGenerator
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.transformer.BufferedImageMultiImageOperation
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.transformer.ExecuteActor
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.transformer.Groovy
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.transformer.MapVariableIterator
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.transformer.MultiMat5MatrixOperation
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.transformer.OpenCVFeatureGenerator
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.transformer.OpenCVMultiImageOperation
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.transformer.ProgrammaticTokenListener
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.transformer.Scripted
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.transformer.SetProperty
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.transformer.SpreadSheetGetColumnIndex
Frees up memory.
wrapUp() - Method in class adams.flow.transformer.SpreadSheetRowBuffer
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.transformer.SpreadSheetStorageRowIterator
Frees up memory.
wrapUp() - Method in class adams.flow.transformer.SpreadSheetVariableRowIterator
Frees up memory.
wrapUp() - Method in class adams.flow.transformer.TextFileReader
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.transformer.TimeseriesFeatureGenerator
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.transformer.TimeseriesInfo
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.transformer.UpdateProperty
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.transformer.WekaAccumulatedError
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.transformer.WekaCrossValidationEvaluator
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.transformer.WekaCrossValidationSplit
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.transformer.WekaFileReader
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.transformer.WekaInstanceBuffer
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.transformer.WekaInstanceDumper
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.transformer.WekaInstanceEvaluator
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.transformer.WekaMultiLabelSplitter
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.transformer.WekaSubsets
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.transformer.WekaTrainClassifier
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.transformer.WekaTrainClusterer
Cleans up after the execution has finished.
wrapUp(AbstractDisplay) - Method in class adams.flow.core.displaytype.AbstractDisplayType
Performs wrap up operations.
wrapUp(AbstractDisplay) - Method in class adams.flow.core.displaytype.Background
Performs wrap up operations.
wrapUp(AbstractDisplay) - Method in class adams.flow.core.displaytype.Default
Performs wrap up operations.
wrapUp(AbstractDisplay) - Method in class adams.flow.core.displaytype.DisplayInEditor
Performs wrap up operations.
wrapUp(AbstractDisplay) - Method in class adams.flow.core.displaytype.NoDisplay
Performs wrap up operations.
wrapUpSubFlow() - Method in class adams.flow.control.AbstractControlActor
Wraps up the sub-actors, freeing up memory.
wrapUpSubFlow() - Method in interface adams.flow.core.SubFlowWrapUp
Wraps up the sub-actors, freeing up memory.
write(char[], int, int) - Method in class adams.core.io.BufferedFileWriter
Writes a portion of an array of characters.
write(int) - Method in class adams.gui.core.ConsolePanel.ConsolePanelOutputStream
Writes the specified byte to this output stream.
write(PlaceholderFile, ImageSegmentationContainer) - Method in class adams.data.io.output.AbstractImageSegmentationAnnotationWriter
Writes the image segmentation annotations.
write(PlaceholderFile, ImageSegmentationContainer) - Method in interface adams.data.io.output.ImageSegmentationAnnotationWriter
Writes the image segmentation annotations.
write(PlaceholderFile, AbstractExperiment) - Method in class adams.data.io.output.AbstractAdamsExperimentWriter
Writes the experiment file.
write(PlaceholderFile, Object) - Method in class adams.data.io.output.AbstractObjectWriter
Writes the object file.
write(PlaceholderFile, T) - Method in class adams.data.io.output.AbstractImageWriter
Writes the image file.
write(PlaceholderFile, T) - Method in interface adams.data.io.output.ImageWriter
Writes the image file.
write(Email) - Method in class adams.data.io.output.AbstractEmailWriter
Writes the email.
write(Email) - Method in interface adams.data.io.output.EmailWriter
Writes the email.
write(Properties, PlaceholderFile) - Static method in class adams.flow.core.RestorableActorHelper
Stores the state properties in the specified file.
write(SpreadSheetWriter, File) - Method in class adams.gui.dialog.SpreadSheetPanel
Saves the specified file.
write(SpreadSheetWriter, File) - Method in class adams.gui.tools.SpreadSheetViewerPanel
Saves the specified file.
write(Report, MessageCollection) - Method in class adams.data.io.output.ObjectLocationsSpreadSheetWriter
Performs checks and converts the report to a string.
write(Report, MessageCollection) - Method in class adams.data.io.output.OpexObjectLocationsWriter
Performs checks and converts the report to a string.
write(Report, MessageCollection) - Method in class adams.data.io.output.YoloAnnotationsReportWriter
Performs checks and converts the report to a string.
write(Row, File) - Method in class adams.data.io.output.AccessSpreadSheetWriter
Writes the given content to the specified file.
write(Row, File) - Method in class adams.data.io.output.CsvSpreadSheetWriter
Writes the given content to the specified file.
write(Row, File) - Method in interface adams.data.io.output.IncrementalSpreadSheetWriter
Writes the given content to the specified file.
write(Row, OutputStream) - Method in class adams.data.io.output.AccessSpreadSheetWriter
Writes the spreadsheet to the given output stream.
write(Row, OutputStream) - Method in class adams.data.io.output.CsvSpreadSheetWriter
Writes the spreadsheet to the given output stream.
write(Row, OutputStream) - Method in interface adams.data.io.output.IncrementalSpreadSheetWriter
Writes the spreadsheet to the given output stream.
write(Row, Writer) - Method in class adams.data.io.output.AccessSpreadSheetWriter
Writes the spreadsheet to the given writer.
write(Row, Writer) - Method in class adams.data.io.output.CsvSpreadSheetWriter
Writes the spreadsheet to the given writer.
write(Row, Writer) - Method in interface adams.data.io.output.IncrementalSpreadSheetWriter
Writes the spreadsheet to the given writer.
write(Row, String) - Method in class adams.data.io.output.AccessSpreadSheetWriter
Writes the spreadsheet to the given file.
write(Row, String) - Method in class adams.data.io.output.CsvSpreadSheetWriter
Writes the spreadsheet to the given file.
write(Row, String) - Method in interface adams.data.io.output.IncrementalSpreadSheetWriter
Writes the spreadsheet to the given file.
write(SpreadSheet) - Method in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractResultsHandler
Stores the results.
write(SpreadSheet) - Method in class adams.gui.tools.wekamultiexperimenter.experiment.FileResultsHandler
Stores the results.
write(SpreadSheet[], File) - Method in class adams.data.io.output.AbstractMultiSheetSpreadSheetWriter
Writes the spreadsheets to the specified file.
write(SpreadSheet[], File) - Method in interface adams.data.io.output.MultiSheetSpreadSheetWriter
Writes the spreadsheets to the specified file.
write(SpreadSheet[], OutputStream) - Method in class adams.data.io.output.AbstractMultiSheetSpreadSheetWriter
Writes the spreadsheets to the given output stream.
write(SpreadSheet[], OutputStream) - Method in interface adams.data.io.output.MultiSheetSpreadSheetWriter
Writes the spreadsheets to the given output stream.
write(SpreadSheet[], Writer) - Method in class adams.data.io.output.AbstractMultiSheetSpreadSheetWriter
Writes the spreadsheets to the given writer.
write(SpreadSheet[], Writer) - Method in interface adams.data.io.output.MultiSheetSpreadSheetWriter
Writes the spreadsheets to the given writer.
write(SpreadSheet[], String) - Method in class adams.data.io.output.AbstractMultiSheetSpreadSheetWriter
Writes the spreadsheets to the given file.
write(SpreadSheet[], String) - Method in interface adams.data.io.output.MultiSheetSpreadSheetWriter
Writes the spreadsheets to the given file.
write(SpreadSheet, File) - Method in class adams.data.io.output.AbstractSpreadSheetWriter
Writes the given content to the specified file.
write(SpreadSheet, File) - Method in interface adams.data.io.output.SpreadSheetWriter
Writes the given content to the specified file.
write(SpreadSheet, OutputStream) - Method in class adams.data.io.output.AbstractSpreadSheetWriter
Writes the spreadsheet in CSV format to the given output stream.
write(SpreadSheet, OutputStream) - Method in interface adams.data.io.output.SpreadSheetWriter
Writes the spreadsheet to the given output stream.
write(SpreadSheet, Writer) - Method in class adams.data.io.output.AbstractSpreadSheetWriter
Writes the spreadsheet in CSV format to the given writer.
write(SpreadSheet, Writer) - Method in interface adams.data.io.output.SpreadSheetWriter
Writes the spreadsheet to the given writer.
write(SpreadSheet, String) - Method in class adams.data.io.output.AbstractSpreadSheetWriter
Writes the spreadsheet in CSV format to the given file.
write(SpreadSheet, String) - Method in interface adams.data.io.output.SpreadSheetWriter
Writes the spreadsheet to the given file.
write(TextContainer, String) - Method in class adams.data.io.output.AbstractTextWriter
Writes the given content under the specified name.
write(Actor, File) - Method in class adams.data.io.output.AbstractFlowWriter
Writes the given content to the specified file.
write(Actor, File) - Method in interface adams.data.io.output.FlowWriter
Writes the given content to the specified file.
write(Actor, OutputStream) - Method in class adams.data.io.output.AbstractFlowWriter
Writes the content to the given output stream.
write(Actor, OutputStream) - Method in interface adams.data.io.output.FlowWriter
Writes the content to the given output stream.
write(Actor, Writer) - Method in class adams.data.io.output.AbstractFlowWriter
Writes the content to the given writer.
write(Actor, Writer) - Method in interface adams.data.io.output.FlowWriter
Writes the content to the given writer.
write(Actor, String) - Method in class adams.data.io.output.AbstractFlowWriter
Writes the content to the given file.
write(Actor, String) - Method in interface adams.data.io.output.FlowWriter
Writes the content to the given file.
write(RestorableActor, String[], PlaceholderFile) - Static method in class adams.flow.core.RestorableActorHelper
Stores the specified state information in the specified output file.
write(RemoteCommand, File, MessageCollection) - Method in class adams.scripting.processor.DefaultProcessor
Writes a remote command to a file.
write(RemoteCommand, File, MessageCollection) - Method in class adams.scripting.processor.JsonProcessor
Writes a remote command to a file.
write(RemoteCommand, File, MessageCollection) - Method in interface adams.scripting.processor.RemoteCommandProcessor
Writes a remote command to a file.
write(BufferedImage, File) - Static method in class adams.data.image.BufferedImageHelper
Writes the image to the specified file.
write(BufferedImage, String, File) - Static method in class adams.data.image.BufferedImageHelper
Writes the image to the specified file.
write(BufferedImage, String, OutputStream) - Static method in class adams.data.image.BufferedImageHelper
Writes the image to the specified stream.
write(File, IndexedSplitsRuns, MessageCollection) - Method in class adams.data.io.output.AbstractIndexedSplitsRunsWriter
Writes the split definitions to the specified file.
write(File, Serializable) - Static method in class adams.core.SerializedObject
Writes the object to the given file.
write(OutputStream, BufferedImageContainer) - Method in class adams.data.io.output.ApacheCommonsImageWriter
Writes the image to the stream.
write(OutputStream, BufferedImageContainer) - Method in class adams.data.io.output.JAIImageWriter
Writes the image to the stream.
write(OutputStream, Object) - Static method in class adams.core.SerializationHelper
Serializes the given object to the specified stream.
write(OutputStream, T) - Method in interface adams.data.io.output.OutputStreamImageWriter
Writes the image to the stream.
write(Writer, IndexedSplitsRuns, MessageCollection) - Method in class adams.data.io.output.AbstractIndexedSplitsRunsWriter
Writes the split definitions to the specified reader.
write(String) - Method in class adams.core.option.AbstractOptionProducer
Writes the generated content to the specified file.
write(String) - Method in interface adams.core.option.OptionProducer
Writes the generated content to the specified file.
write(String) - Method in class adams.flow.setup.FlowSetupManager
Writes the setups to the given file.
write(String, int, int) - Method in class adams.core.io.BufferedFileWriter
Writes a portion of a string.
write(String, Properties) - Method in class adams.env.AbstractEnvironment
Writes the properties to the project's home directory.
write(String, LogEntry) - Static method in class adams.core.io.LogEntryWriter
Appends the given log entry.
write(String, Actor) - Static method in class adams.flow.core.ActorUtils
Writes the actor to a file.
write(String, Serializable) - Static method in class adams.core.SerializedObject
Writes the object to the given file.
write(String, Object) - Static method in class adams.core.SerializationHelper
Serializes the given object to the specified file.
write(String, String) - Method in class adams.data.io.output.AbstractTextWriter
Writes the given content under the specified name.
write(List<Email>) - Method in interface adams.data.io.output.MultiEmailWriter
Writes the emails.
write(List<T>) - Method in class adams.data.io.output.AbstractDataContainerWriter
Performs checks and writes the data.
write(List, File) - Method in class adams.data.io.output.AbstractNestedFlowWriter
Writes the given nested format to the specified file.
write(List, File) - Method in interface adams.data.io.output.NestedFlowWriter
Writes the given nested format to the specified file.
write(List, OutputStream) - Method in class adams.data.io.output.AbstractNestedFlowWriter
Writes the nested format to the given output stream.
write(List, OutputStream) - Method in interface adams.data.io.output.NestedFlowWriter
Writes the nested format to the given output stream.
write(List, Writer) - Method in class adams.data.io.output.AbstractNestedFlowWriter
Writes the nested format to the given writer.
write(List, String) - Method in class adams.data.io.output.AbstractNestedFlowWriter
Writes the nested format to the given file.
write(List, String) - Method in interface adams.data.io.output.NestedFlowWriter
Writes the nested format to the given file.
write(Map<String, Object>, PlaceholderFile) - Method in class adams.data.io.output.AbstractParameterMapWriter
Reads the parameters from the file.
write(Map<String, String>, PlaceholderDirectory) - Method in class adams.gui.tools.previewbrowser.notes.AbstractNotesWriter
Writes the notes to the specified directory.
write(Map<String, String>, PlaceholderFile) - Method in class adams.gui.tools.previewbrowser.notes.AbstractNotesWriter
Writes the notes to the specified file.
write(M, File, AbstractObjectWriter) - Method in class adams.gui.workspace.AbstractWorkspaceHelper
Saves the panel session to the given file.
write(T) - Method in class adams.data.io.output.AbstractDataContainerWriter
Performs checks and writes the data.
write(T) - Method in class adams.data.io.output.AbstractReportWriter
Performs checks and writes the data.
write(T) - Method in interface adams.data.io.output.ReportWriter
Performs checks and writes the data.
write(T[]) - Method in class adams.data.io.output.AbstractMultiReportWriter
Performs checks and writes the data.
write(T[]) - Method in interface adams.data.io.output.MultiReportWriter
Performs checks and writes the data.
write(T, MessageCollection) - Method in class adams.data.io.output.AbstractSimpleReportWriter
Performs checks and converts the report to a string.
write(T, MessageCollection) - Method in interface adams.data.io.output.StringReportWriter
Performs checks and converts the report to a string.
write(MultiExplorer, File) - Static method in class weka.gui.explorer.WorkspaceHelper
Saves the explorer session to the given file.
writeAll(OutputStream, Object[]) - Static method in class adams.core.SerializationHelper
Serializes the given objects to the specified stream.
writeAll(String, Object[]) - Static method in class adams.core.SerializationHelper
Serializes the given objects to the specified file.
writeBaseImage(PlaceholderFile, ImageSegmentationContainer) - Method in class adams.data.io.output.AbstractImageSegmentationAnnotationWriter
Writes the base image unless skipped.
writeBatch() - Method in class weka.core.converters.SimpleArffSaver
Writes a Batch of instances
writeBatch() - Method in class weka.core.converters.SpreadSheetSaver
Writes a Batch of instances
writeBatchTipText() - Method in class adams.flow.source.RSync
 
writeCell(BufferedWriter, int, Cell) - Method in class adams.data.io.output.SimpleStreamSpreadSheetWriter
Writes a cell using the supplied writer.
writeData(Report) - Method in class adams.data.io.output.ObjectLocationsSpreadSheetWriter
Performs the actual writing.
writeData(Report) - Method in class adams.data.io.output.OpexObjectLocationsWriter
Performs the actual writing.
writeData(Report) - Method in class adams.data.io.output.ViaAnnotationsReportWriter
Performs the actual writing.
writeData(Report) - Method in class adams.data.io.output.YoloAnnotationsReportWriter
Performs the actual writing.
writeData(Report[]) - Method in class adams.data.io.output.DeepLabCutCSVWriter
Performs the actual writing.
writeData(SQLIntf) - Method in class adams.data.spreadsheet.sql.Writer
Writes the data to the table.
writeData(List<Timeseries>) - Method in class adams.data.io.output.SimpleTimeseriesWriter
Performs the actual writing.
writeData(List<Timeseries>) - Method in class adams.data.io.output.SpreadSheetTimeseriesWriter
Performs the actual writing.
writeData(List<T>) - Method in class adams.data.io.output.AbstractDataContainerWriter
Performs the actual writing.
writeData(T) - Method in class adams.data.io.output.AbstractMultiReportWriter
Performs the actual writing.
writeData(T) - Method in class adams.data.io.output.AbstractReportWriter
Performs the actual writing.
writeData(T) - Method in class adams.data.io.output.AbstractSimpleCSVReportWriter
Performs the actual writing.
writeData(T) - Method in class adams.data.io.output.AbstractSimpleJsonReportWriter
Performs the actual writing.
writeData(T) - Method in class adams.data.io.output.AbstractSimpleReportWriter
Performs the actual writing.
writeData(T[]) - Method in class adams.data.io.output.AbstractMultiReportWriter
Performs the actual writing.
writeFile(BufferedImage, PlaceholderFile) - Method in class adams.data.io.output.IndividualImageSegmentationLayerWriter
Writes the file to disk.
writeHeader(Row, Writer) - Method in class adams.data.io.output.CsvSpreadSheetWriter
Writes the header, if necessary.
writeHeader(Row, String) - Method in class adams.data.io.output.AccessSpreadSheetWriter
Writes the header, if necessary.
writePlotContainer(String, SequencePlotterContainer.ContentType, Comparable, Comparable, double, double, Double[], Double[]) - Method in class adams.flow.sink.SequencePlotter
Writes the plot container to the output file.
writePlotContainer(String, SequencePlotterContainer.ContentType, Comparable, Comparable, double, double, Double[], Double[]) - Method in class adams.flow.sink.SimplePlot
Writes the plot container to the output file.
writeProperties() - Static method in class adams.core.management.Terminal
Writes the properties to disk.
writeProperties() - Static method in class adams.core.net.EmailHelper
Writes the specified properties to disk.
writeProperties() - Static method in class adams.core.net.SMBHelper
Writes the specified properties to disk.
writeProperties() - Static method in class adams.core.net.SSLHelper
Writes the specified properties to disk.
writeProperties(Properties) - Static method in class adams.core.management.Terminal
Writes the specified properties to disk.
writeProperties(Properties) - Static method in class adams.core.net.EmailHelper
Writes the specified properties to disk.
writeProperties(Properties) - Static method in class adams.core.net.SMBHelper
Writes the specified properties to disk.
writeProperties(Properties) - Static method in class adams.core.net.SSLHelper
Writes the specified properties to disk.
writeProps() - Method in class adams.gui.core.AbstractRecentItemsHandler
Writes the current recent items back to the props file.
Writer - Class in adams.data.spreadsheet.sql
For writing data to a database.
Writer(SpreadSheet, AbstractTypeMapper, String, int, ColumnNameConversion, String, int, int) - Constructor for class adams.data.spreadsheet.sql.Writer
Initializes the object.
WRITER - adams.data.io.output.AbstractFlowWriter.OutputType
write using a writer.
WRITER - adams.data.io.output.AbstractSpreadSheetWriter.OutputType
write using a writer.
WRITER_DIALOG - Static variable in class adams.gui.print.JComponentWriterFileChooser
the writer dialog.
writerForFile(File) - Static method in class adams.gui.chooser.AdamsExperimentFileChooser
Returns the writer for the specified file.
writerForFile(File) - Static method in class adams.gui.chooser.EmailFileChooser
Returns the writer for the specified file.
writerForFile(File) - Static method in class adams.gui.chooser.FlowFileChooser
Returns the writer for the specified file.
writerForFile(File) - Static method in class adams.gui.chooser.ImageFileChooser
Returns the writer for the specified file.
writerForFile(File) - Static method in class adams.gui.chooser.ObjectFileChooser
Returns the writer for the specified file.
writerForFile(File) - Static method in class adams.gui.chooser.ParameterMapFileChooser
Returns the writer for the specified file.
writerForFile(File) - Static method in class adams.gui.chooser.SerializationFileChooser
Returns the writer for the specified file.
writerForFile(File) - Static method in class adams.gui.chooser.SpreadSheetFileChooser
Returns the writer for the specified file.
writerForFile(File) - Static method in class adams.gui.chooser.WekaFileChooser
Returns the writer for the specified file.
writeRow(BufferedWriter, SpreadSheet, Row) - Method in class adams.data.io.output.SimpleStreamSpreadSheetWriter
Writes a row using the supplied writer.
writerTipText() - Method in class adams.data.conversion.ImageContainerToByteArray
Returns the tip text for this property.
writerTipText() - Method in class adams.data.conversion.ReportToString
Returns the tip text for this property.
writerTipText() - Method in class adams.data.conversion.SpreadSheetToString
Returns the tip text for this property.
writerTipText() - Method in class adams.data.io.output.ObjectLocationsSpreadSheetWriter
Returns the tip text for this property.
writerTipText() - Method in class adams.data.io.output.SpreadSheetTimeseriesWriter
Returns the tip text for this property.
writerTipText() - Method in class adams.flow.control.CallableActorScreenshot
Returns the tip text for this property.
writerTipText() - Method in class adams.flow.core.ActorUsage
Returns the tip text for this property.
writerTipText() - Method in class adams.flow.sink.AbstractGraphicalDisplay
Returns the tip text for this property.
writerTipText() - Method in class adams.flow.sink.AbstractGraphicsGenerator
Returns the tip text for this property.
writerTipText() - Method in class adams.flow.sink.AbstractTextualDisplay
Returns the tip text for this property.
writerTipText() - Method in class adams.flow.sink.EmailFileWriter
Returns the tip text for this property.
writerTipText() - Method in class adams.flow.sink.ImageFileWriter
Returns the tip text for this property.
writerTipText() - Method in class adams.flow.sink.ImageSegmentationFileWriter
Returns the tip text for this property.
writerTipText() - Method in class adams.flow.sink.IndexedSplitsRunsWriter
Returns the tip text for this property.
writerTipText() - Method in class adams.flow.sink.JFreeChartFileWriter
Returns the tip text for this property.
writerTipText() - Method in class adams.flow.sink.PlotContainerSink
Returns the tip text for this property.
writerTipText() - Method in class adams.flow.sink.Serialize
Returns the tip text for this property.
writerTipText() - Method in class adams.flow.sink.SpreadSheetFileWriter
Returns the tip text for this property.
writerTipText() - Method in class adams.flow.sink.TextWriter
Returns the tip text for this property.
writerTipText() - Method in class adams.flow.standalone.GridView
Returns the tip text for this property.
writerTipText() - Method in class adams.flow.transformer.AbstractDataContainerFileWriter
Returns the tip text for this property.
writerTipText() - Method in class adams.flow.transformer.AbstractReportFileWriter
Returns the tip text for this property.
writerTipText() - Method in class adams.gui.tools.previewbrowser.AnnotateImage
Returns the tip text for this property.
writerTipText() - Method in class adams.gui.tools.wekamultiexperimenter.experiment.FileResultsHandler
Returns the tip text for this property.
writerTipText() - Method in class adams.gui.visualization.debug.objectexport.SpreadSheetExporter
Returns the tip text for this property.
writeToBinaryFile(String, byte[]) - Static method in class adams.core.io.FileUtils
Writes the binary data to the specified file.
writeToBinaryFile(String, byte[], boolean) - Static method in class adams.core.io.FileUtils
Writes the binary data to the specified file.
writeToDisk() - Method in class adams.flow.sink.DumpFile
Writes the content of the buffer to disk.
writeToDisk(boolean) - Method in class adams.flow.transformer.WekaInstanceDumper
Writes the content of the buffer to disk.
writeToFile(String, Object) - Static method in class adams.core.io.FileUtils
Writes the given object to the specified file.
writeToFile(String, Object, boolean) - Static method in class adams.core.io.FileUtils
Writes the given object to the specified file.
writeToFile(String, Object, boolean, String) - Static method in class adams.core.io.FileUtils
Writes the given object to the specified file.
writeToFile(String, Object, String) - Static method in class adams.core.io.FileUtils
Writes the given object to the specified file.
writeToFileMsg(String, Object, boolean, String) - Static method in class adams.core.io.FileUtils
Writes the given object to the specified file.

X

X - adams.data.sequence.XYSequencePointComparator.Comparison
only X.
X - adams.flow.transformer.ImageObjectInfo.InfoType
 
X - adams.gui.visualization.core.CoordinatesPaintlet.Coordinates
the X-Axis.
X - adams.gui.visualization.sequence.pointpreprocessor.Jitter.Direction
 
X - adams.gui.visualization.stats.paintlet.CoordinatesPaintlet.Coordinates
the X-Axis.
X_AND_Y - adams.data.sequence.XYSequencePointComparator.Comparison
X and Y.
X_AND_Y - adams.gui.visualization.sequence.pointpreprocessor.Jitter.Direction
 
X_BAR_R_R - adams.data.statistics.SPCUtils.Chart
 
X_BAR_R_X - adams.data.statistics.SPCUtils.Chart
 
X_BAR_S_S - adams.data.statistics.SPCUtils.Chart
 
X_BAR_S_X - adams.data.statistics.SPCUtils.Chart
 
X_ERROR_VALUE - adams.flow.control.PlotContainerUpdater.PlotContainerValue
the X error value.
X_MR_MR - adams.data.statistics.SPCUtils.Chart
 
X_MR_X - adams.data.statistics.SPCUtils.Chart
 
X_VALUE - adams.flow.control.PlotContainerUpdater.PlotContainerValue
the X value.
X11ColorProvider - Class in adams.gui.visualization.core
Color provider using a subset of colors from the X11 RGB text file.

For more information, see:
Jim Gettys, Paul Ravelling, John C.
X11ColorProvider() - Constructor for class adams.gui.visualization.core.X11ColorProvider
 
X1TipText() - Method in class adams.flow.transformer.draw.Line
Returns the tip text for this property.
X1TipText() - Method in class adams.flow.transformer.pdfproclet.Line
Returns the tip text for this property.
X2TipText() - Method in class adams.flow.transformer.draw.Line
Returns the tip text for this property.
X2TipText() - Method in class adams.flow.transformer.pdfproclet.Line
Returns the tip text for this property.
xAttributeNameTipText() - Method in class adams.flow.sink.ScatterDisplay
Tip text to display for x attribute regular expression
xAttributeTipText() - Method in class adams.flow.sink.ScatterDisplay
Returns the tip text for x attribute set using index.
xattrsTipText() - Method in class adams.flow.source.RSync
 
XBarRChart - Class in adams.data.spc
Generates data for a XBar R chart.

For more information see:
QICacros.
XBarRChart() - Constructor for class adams.data.spc.XBarRChart
 
XBarSChart - Class in adams.data.spc
Generates data for an XBar S chart.

For more information see:
QICacros.
XBarSChart() - Constructor for class adams.data.spc.XBarSChart
 
XColorTipText() - Method in class adams.gui.visualization.core.CoordinatesPaintlet
Returns the tip text for this property.
XColorTipText() - Method in class adams.gui.visualization.stats.paintlet.CoordinatesPaintlet
Returns the tip text for this property.
XColumnTipText() - Method in class adams.flow.transformer.plotgenerator.NamedPlotGenerator
Returns the tip text for this property.
XColumnTipText() - Method in class adams.flow.transformer.plotgenerator.XYPlotGenerator
Returns the tip text for this property.
XColumnTipText() - Method in class adams.flow.transformer.plotgenerator.XYWithErrorsPlotGenerator
Returns the tip text for this property.
XColumnTipText() - Method in class adams.gui.tools.spreadsheetviewer.chart.AbstractXYChartGenerator
Returns the tip text for this property.
XErrorColumnsTipText() - Method in class adams.flow.transformer.plotgenerator.XYWithErrorsPlotGenerator
Returns the tip text for this property.
XExpressionTipText() - Method in class adams.flow.control.plotprocessor.Expression
Returns the tip text for this property.
XFactorTipText() - Method in class adams.gui.visualization.sequence.StraightLineOverlayPaintlet
Returns the tip text for this property.
XGBoost - Class in weka.classifiers.trees
Classifier implementing XGBoost.
XGBoost() - Constructor for class weka.classifiers.trees.XGBoost
 
XGBoost.BoosterType - Enum in weka.classifiers.trees
The available types of booster.
XGBoost.FeatureSelector - Enum in weka.classifiers.trees
Available feature selectors.
XGBoost.GrowPolicy - Enum in weka.classifiers.trees
Available grow policy settings.
XGBoost.NormaliseType - Enum in weka.classifiers.trees
Available normalisation-type settings.
XGBoost.Objective - Enum in weka.classifiers.trees
The set of possible learning objectives.
XGBoost.ParamValueProvider - Interface in weka.classifiers.trees
Provides a value suitable as a proxy for the XGBoost parameter system.
XGBoost.Predictor - Enum in weka.classifiers.trees
Available predictors.
XGBoost.ProcessType - Enum in weka.classifiers.trees
Available process-type settings.
XGBoost.SampleType - Enum in weka.classifiers.trees
Available sample-type settings.
XGBoost.TreeMethod - Enum in weka.classifiers.trees
Possible tree-method settings.
XGBoost.Updater - Enum in weka.classifiers.trees
Available updaters.
XGBoost.Verbosity - Enum in weka.classifiers.trees
The possible verbosity levels.
XGBoost.XGBoostParameter - Annotation Type in weka.classifiers.trees
Marks a field as participating in the XGBoost parameter system.
XHostTipText() - Method in class adams.flow.standalone.SSHConnection
Returns the tip text for this property.
XHostTipText() - Method in class adams.scripting.connection.SSHConnection
Returns the tip text for this property.
XhtmlProducer - Class in adams.core.option
Generates documentation in XHTML.
XhtmlProducer() - Constructor for class adams.core.option.XhtmlProducer
 
XhtmlProducer.ActorOptionTraverser - Class in adams.core.option
 
XIncludeAwareTipText() - Method in class adams.core.io.filecomplete.XML
Returns the tip text for this property.
XIncludeAwareTipText() - Method in class adams.data.conversion.XMLToDOM
Returns the tip text for this property.
XIncludeAwareTipText() - Method in class adams.flow.transformer.XMLFileReader
Returns the tip text for this property.
XInvisibleTipText() - Method in class adams.gui.visualization.core.CoordinatesPaintlet
Returns the tip text for this property.
XInvisibleTipText() - Method in class adams.gui.visualization.stats.paintlet.CoordinatesPaintlet
Returns the tip text for this property.
XML - Class in adams.core.io.filecomplete
Checks whether the XML can be parsed.
XML() - Constructor for class adams.core.io.filecomplete.XML
 
XML_PROLOG - Static variable in class adams.doc.docbook.Document
the XML prolog.
XMLFileReader - Class in adams.flow.transformer
Reads an XML file and forwards the parsed org.w3c.dom.Document object.
XMLFileReader() - Constructor for class adams.flow.transformer.XMLFileReader
 
XMLFileWriter - Class in adams.flow.sink
Writes a org.w3c.dom.Document to an XML file.
In case of org.w3c.dom.Node objects, the owning document is written to disk.
XMLFileWriter() - Constructor for class adams.flow.sink.XMLFileWriter
 
XMLHandler - Class in adams.gui.tools.previewbrowser
Displays XML files: xml,xsl

Valid options are:

XMLHandler() - Constructor for class adams.gui.tools.previewbrowser.XMLHandler
 
XMLToDOM - Class in adams.data.conversion
Turns an XML string into a org.w3c.dom.Document DOM object.
XMLToDOM() - Constructor for class adams.data.conversion.XMLToDOM
 
XOffsetTipText() - Method in class adams.gui.visualization.core.CoordinatesPaintlet
Returns the tip text for this property.
XOffsetTipText() - Method in class adams.gui.visualization.stats.paintlet.CoordinatesPaintlet
Returns the tip text for this property.
XOr - Class in adams.data.boofcv.multiimageoperation
Performs a logical XOR on the binary pixels of the images.
Converts images automatically to type UNSIGNED_INT_8.
XOr - Class in adams.data.image.multiimageoperation
Performs a logical XOR on the binary pixels of the images.
Converts images automatically to type BufferedImage.TYPE_BYTE_BINARY.
XOr() - Constructor for class adams.data.boofcv.multiimageoperation.XOr
 
XOr() - Constructor for class adams.data.image.multiimageoperation.XOr
 
XOR - adams.flow.execution.debug.MultiScopeRestriction.ScopeCombination
 
XPath - Class in adams.flow.transformer
Applies XPath to the DOM document object.
XPath() - Constructor for class adams.flow.transformer.XPath
 
XPathExpression - Class in adams.core.base
Encapsulates an XPath expression.
XPathExpression() - Constructor for class adams.core.base.XPathExpression
Initializes the string with length 0.
XPathExpression(String) - Constructor for class adams.core.base.XPathExpression
Initializes the object with the string to parse.
XPathResult - Enum in adams.core
Enumeration for the types of output XPath can generate.
XPortTipText() - Method in class adams.flow.standalone.SSHConnection
Returns the tip text for this property.
XPortTipText() - Method in class adams.scripting.connection.SSHConnection
Returns the tip text for this property.
XRegExpTipText() - Method in class weka.filters.supervised.attribute.MultiPLS
Returns the tip text for this property
XrffSpreadSheetReader - Class in adams.data.io.input
Reads WEKA datasets in ARFF format and turns them into spreadsheets.
XrffSpreadSheetReader() - Constructor for class adams.data.io.input.XrffSpreadSheetReader
 
XrffSpreadSheetWriter - Class in adams.data.io.output
Writes a spreadsheet in XRFF file format.
XrffSpreadSheetWriter() - Constructor for class adams.data.io.output.XrffSpreadSheetWriter
 
XScaleTipText() - Method in class adams.gui.print.ScalableComponentWriter
Returns the tip text for this property.
XScreenMask - Class in adams.data.image.transformer
Masks out a color by making it transparent.
XScreenMask() - Constructor for class adams.data.image.transformer.XScreenMask
 
XScreenMaskHelper - Class in adams.data.image
Helper class for masking out colors (like green screening).
XScreenMaskHelper() - Constructor for class adams.data.image.XScreenMaskHelper
 
XScreenMaskHelper.Color - Enum in adams.data.image
Colors that can be masked.
XScreenMaskLocator - Class in adams.flow.transformer.locateobjects
Using the XScreenMask, this locator masks out the background plate (similar to a green screening process)then proceeds to find blobs in the resultant image.
XScreenMaskLocator() - Constructor for class adams.flow.transformer.locateobjects.XScreenMaskLocator
 
XSLT - Class in adams.flow.transformer
Applies an XSLT stylesheet to the DOM document object.
XSLT - Class in adams.gui.menu
Dialog for applying XSLT to XML.
XSLT() - Constructor for class adams.flow.transformer.XSLT
 
XSLT() - Constructor for class adams.gui.menu.XSLT
Initializes the menu item with no owner.
XSLT(AbstractApplicationFrame) - Constructor for class adams.gui.menu.XSLT
Initializes the menu item.
XSLTPanel - Class in adams.gui.tools
Panel for performing XSLT on XML.
XSLTPanel() - Constructor for class adams.gui.tools.XSLTPanel
 
XSLTPanel.SubPanel - Class in adams.gui.tools
Panel for displaying text, loading and saving the content.
XSLTScriptEditor - Class in adams.gui.goe
Editor for XSLT stylesheets.
XSLTScriptEditor() - Constructor for class adams.gui.goe.XSLTScriptEditor
 
XSLTStyleSheet - Class in adams.core.base
Encapsulates an XSLT Stylesheet.
XSLTStyleSheet() - Constructor for class adams.core.base.XSLTStyleSheet
Initializes the string with length 0.
XSLTStyleSheet(String) - Constructor for class adams.core.base.XSLTStyleSheet
Initializes the object with the string to parse.
XSLTSyntaxEditorPanel - Class in adams.gui.core
Text editor pane with XSLT syntax highlighting (actually XML).
XSLTSyntaxEditorPanel() - Constructor for class adams.gui.core.XSLTSyntaxEditorPanel
 
XStreamReader - Class in adams.data.io.input
Loads objects using XStream.
XStreamReader() - Constructor for class adams.data.io.input.XStreamReader
 
XStreamWriter - Class in adams.data.io.output
Uses XStream to serialze objects.
XStreamWriter() - Constructor for class adams.data.io.output.XStreamWriter
 
XTickGeneratorTipText() - Method in class adams.gui.tools.spreadsheetviewer.chart.GenericPlot
Returns the tip text for this property.
xTipText() - Method in class adams.data.barcode.encode.AbstractBarcodeEncoder
Returns the tip text for this property.
xTipText() - Method in class adams.flow.core.AbstractDisplay
Returns the tip text for this property.
xTipText() - Method in class adams.flow.transformer.AbstractInteractiveTransformerDialog
Returns the tip text for this property.
XTipText() - Method in class adams.data.image.transformer.crop.RelativeCrop
Returns the tip text for this property.
XTipText() - Method in class adams.data.imagefilter.TransparentBackground
Returns the tip text for this property.
XTipText() - Method in class adams.data.objectfilter.Translate
Returns the tip text for this property.
XTipText() - Method in class adams.data.objectfinder.ObjectsInPolygon
Returns the tip text for this property.
XTipText() - Method in class adams.flow.transformer.CountObjectsInPolygon
Returns the tip text for this property.
XTipText() - Method in class adams.flow.transformer.draw.FloodFill
Returns the tip text for this property.
XTipText() - Method in class adams.flow.transformer.draw.Image
Returns the tip text for this property.
XTipText() - Method in class adams.flow.transformer.draw.Oval
Returns the tip text for this property.
XTipText() - Method in class adams.flow.transformer.draw.Pixel
Returns the tip text for this property.
XTipText() - Method in class adams.flow.transformer.draw.Rectangle
Returns the tip text for this property.
XTipText() - Method in class adams.flow.transformer.draw.Text
Returns the tip text for this property.
XTipText() - Method in class adams.flow.transformer.pdfproclet.AbstractSpreadSheetPdfProclet
Returns the tip text for this property.
XTipText() - Method in class adams.flow.transformer.pdfproclet.Circle
Returns the tip text for this property.
XTipText() - Method in class adams.flow.transformer.pdfproclet.FixedText
Returns the tip text for this property.
XTipText() - Method in class adams.flow.transformer.pdfproclet.Image
Returns the tip text for this property.
XTipText() - Method in interface adams.flow.transformer.pdfproclet.PdfProcletWithAbsolutePosition
Returns the tip text for this property.
XTipText() - Method in interface adams.flow.transformer.pdfproclet.PdfProcletWithOptionalAbsolutePosition
Returns the tip text for this property.
XTipText() - Method in class adams.flow.transformer.pdfproclet.PlainText
Returns the tip text for this property.
XTipText() - Method in class adams.flow.transformer.pdfproclet.Rectangle
Returns the tip text for this property.
XTipText() - Method in class adams.flow.transformer.pdfstamp.Image
Returns the tip text for this property.
XTipText() - Method in class adams.flow.transformer.pdfstamp.Text
Returns the tip text for this property.
XTipText() - Method in class adams.gui.visualization.core.TextOverlayPaintlet
Returns the tip text for this property.
XTipText() - Method in class adams.gui.visualization.image.MetaDataText
Returns the tip text for this property.
XTipText() - Method in class adams.gui.visualization.jfreechart.dataset.DefaultCategory
Returns the tip text for this property.
XTipText() - Method in class adams.gui.visualization.jfreechart.dataset.DefaultXY
Returns the tip text for this property.
XTipText() - Method in class adams.gui.visualization.jfreechart.dataset.DefaultXYZ
Returns the tip text for this property.
XTipText() - Method in class adams.gui.visualization.sequence.KendallTheilOverlayPaintlet
Returns the tip text for this property.
XTipText() - Method in class adams.gui.visualization.sequence.LinearRegressionOverlayPaintlet
Returns the tip text for this property.
XYLineChart - Class in adams.gui.visualization.jfreechart.chart
Generates line chart from XY data.
XYLineChart() - Constructor for class adams.gui.visualization.jfreechart.chart.XYLineChart
 
XYPaintlet - Class in adams.flow.sink.canvas
Simply paints ciircles for X and Y coordinates.
XYPaintlet() - Constructor for class adams.flow.sink.canvas.XYPaintlet
 
XYPlotGenerator - Class in adams.flow.transformer.plotgenerator
Uses one column for the X value and one or more other columns as Y to plot against.
XYPlotGenerator() - Constructor for class adams.flow.transformer.plotgenerator.XYPlotGenerator
 
XYSequence - Class in adams.data.sequence
A sequence storing 2-dimensional points.
XYSequence() - Constructor for class adams.data.sequence.XYSequence
Initializes the sequence.
XYSequenceContainer - Class in adams.gui.visualization.sequence
A container class for an XY sequence.
XYSequenceContainer(XYSequenceContainerManager, XYSequence) - Constructor for class adams.gui.visualization.sequence.XYSequenceContainer
Initializes the container.
XYSequenceContainerDisplayIDGenerator - Class in adams.gui.visualization.sequence
Class for generating display IDs for XY sequences.
XYSequenceContainerDisplayIDGenerator() - Constructor for class adams.gui.visualization.sequence.XYSequenceContainerDisplayIDGenerator
 
XYSequenceContainerList - Class in adams.gui.visualization.sequence
Class encapsulating XY sequence specific classes.
XYSequenceContainerList() - Constructor for class adams.gui.visualization.sequence.XYSequenceContainerList
 
XYSequenceContainerManager - Class in adams.gui.visualization.sequence
A handler for the XY sequence containers.
XYSequenceContainerManager(ContainerListManager) - Constructor for class adams.gui.visualization.sequence.XYSequenceContainerManager
Initializes the manager.
XYSequenceContainerModel - Class in adams.gui.visualization.sequence
A model for displaying the currently loaded XY sequences.
XYSequenceContainerModel(ContainerListManager<XYSequenceContainerManager>) - Constructor for class adams.gui.visualization.sequence.XYSequenceContainerModel
Initializes the model.
XYSequenceContainerModel(XYSequenceContainerManager) - Constructor for class adams.gui.visualization.sequence.XYSequenceContainerModel
Initializes the model.
XYSequenceExportDialog - Class in adams.gui.visualization.sequence
Export dialog for XY sequences.
XYSequenceExportDialog(Dialog) - Constructor for class adams.gui.visualization.sequence.XYSequenceExportDialog
Creates a modeless dialog without a title with the specified Dialog as its owner.
XYSequenceExportDialog(Dialog, Dialog.ModalityType) - Constructor for class adams.gui.visualization.sequence.XYSequenceExportDialog
Creates a dialog with the specified owner Dialog and modality.
XYSequenceExportDialog(Frame) - Constructor for class adams.gui.visualization.sequence.XYSequenceExportDialog
Creates a modeless dialog without a title with the specified Frame as its owner.
XYSequenceExportDialog(Frame, boolean) - Constructor for class adams.gui.visualization.sequence.XYSequenceExportDialog
Creates a dialog with the specified owner Frame, modality and an empty title.
XYSequencePaintlet - Interface in adams.gui.visualization.sequence
Interface for paintlets for the XYSequencePanel.
XYSequencePaintletWithCustomerContainerManager - Interface in adams.gui.visualization.sequence
Interface for XY sequence paintlets that support custom container managers.
XYSequencePanel - Class in adams.gui.visualization.sequence
A panel for displaying XY sequences.
XYSequencePanel() - Constructor for class adams.gui.visualization.sequence.XYSequencePanel
Initializes the panel with no title.
XYSequencePanel(String) - Constructor for class adams.gui.visualization.sequence.XYSequencePanel
Initializes the panel with the specified title.
XYSequencePoint - Class in adams.data.sequence
A 2-dimensional point.
XYSequencePoint() - Constructor for class adams.data.sequence.XYSequencePoint
Initializes the point with no points and no ID.
XYSequencePoint(double) - Constructor for class adams.data.sequence.XYSequencePoint
Initializes the point with no ID and no y.
XYSequencePoint(double, double) - Constructor for class adams.data.sequence.XYSequencePoint
Initializes the point with no ID.
XYSequencePoint(String, double) - Constructor for class adams.data.sequence.XYSequencePoint
Initializes the point.
XYSequencePoint(String, double, double) - Constructor for class adams.data.sequence.XYSequencePoint
Initializes the point.
XYSequencePointComparator<X extends Number & Comparable,​Y extends Number & Comparable> - Class in adams.data.sequence
A comparator for XY sequence points.
XYSequencePointComparator() - Constructor for class adams.data.sequence.XYSequencePointComparator
The default constructor uses comparison by X in ascending manner.
XYSequencePointComparator(XYSequencePointComparator.Comparison, boolean) - Constructor for class adams.data.sequence.XYSequencePointComparator
This constructor initializes the comparator either with comparison by X or by Y or both.
XYSequencePointComparator.Comparison - Enum in adams.data.sequence
The type of comparison to perform.
XYSequencePointWithErrors - Interface in adams.data.sequence
Extends DataPoint to store X/Y error information as well.
XYSequenceTable - Class in adams.gui.visualization.sequence
A Table and Model class for XYSequence objects.
XYSequenceTable() - Constructor for class adams.gui.visualization.sequence.XYSequenceTable
Initializes the table.
XYSequenceTable(XYSequenceTable.Model) - Constructor for class adams.gui.visualization.sequence.XYSequenceTable
Initializes the table.
XYSequenceTable.Model - Class in adams.gui.visualization.sequence
Abstract table model for sequences.
XYSequenceTableColumnNameGenerator - Class in adams.gui.visualization.sequence
Abstract class for generating the column names of a table.
XYSequenceTableColumnNameGenerator() - Constructor for class adams.gui.visualization.sequence.XYSequenceTableColumnNameGenerator
 
XYSequenceUtils - Class in adams.data.sequence
Utility class for XY sequences.
XYSequenceUtils() - Constructor for class adams.data.sequence.XYSequenceUtils
 
xyValue() - Method in class adams.core.base.BaseRectangle
Returns the rectangle in 'x0 y0 x1 y1' format.
XYWithErrorsPlotGenerator - Class in adams.flow.transformer.plotgenerator
Generator for X/Y plots (with X optional) that attaches error information for Y and optionally X as well.
XYWithErrorsPlotGenerator() - Constructor for class adams.flow.transformer.plotgenerator.XYWithErrorsPlotGenerator
 
Xz - Class in adams.flow.transformer
Creates a XZ archive from a single file.
Xz - Class in adams.gui.tools.filecommander
Compresses a single file using XZ.
Xz() - Constructor for class adams.flow.transformer.Xz
 
Xz() - Constructor for class adams.gui.tools.filecommander.Xz
Instantiates the action.
XzFileSearchHandler - Class in adams.core.io.filesearch
Searches xz-compressed (text) files.
XzFileSearchHandler() - Constructor for class adams.core.io.filesearch.XzFileSearchHandler
 
XzTextFileReader - Class in adams.data.io.input
Reads content from XZ compressed text files.
XzTextFileReader() - Constructor for class adams.data.io.input.XzTextFileReader
 
XzUtils - Class in adams.core.io
Helper class for xz related operations.
XzUtils() - Constructor for class adams.core.io.XzUtils
 

Y

Y - adams.data.image.YIQChannel
 
Y - adams.data.image.YUVChannel
 
Y - adams.data.sequence.XYSequencePointComparator.Comparison
only Y.
Y - adams.flow.transformer.ImageObjectInfo.InfoType
 
Y - adams.gui.visualization.core.CoordinatesPaintlet.Coordinates
the Y-Axis.
Y - adams.gui.visualization.sequence.pointpreprocessor.Jitter.Direction
 
Y - adams.gui.visualization.stats.paintlet.CoordinatesPaintlet.Coordinates
the Y-Axis.
Y_ERROR_VALUE - adams.flow.control.PlotContainerUpdater.PlotContainerValue
the Y error value.
Y_VALUE - adams.flow.control.PlotContainerUpdater.PlotContainerValue
the Y value.
Y1TipText() - Method in class adams.flow.transformer.draw.Line
Returns the tip text for this property.
Y1TipText() - Method in class adams.flow.transformer.pdfproclet.Line
Returns the tip text for this property.
Y2TipText() - Method in class adams.flow.transformer.draw.Line
Returns the tip text for this property.
Y2TipText() - Method in class adams.flow.transformer.pdfproclet.Line
Returns the tip text for this property.
YamlFileReader - Class in adams.flow.transformer
Reads a YAML file and forwards the generated Map object.
http://yaml.org/

Input/output:
- accepts:
   java.lang.String
   java.io.File
- generates:
   java.util.Map


YamlFileReader() - Constructor for class adams.flow.transformer.YamlFileReader
 
YamlFileReader.DataStructureType - Enum in adams.flow.transformer
How to read the YAML file.
YamlFileWriter - Class in adams.flow.sink
Writes a Map object to a YAML file.
http://yaml.org/

Input/output:
- accepts:
   java.util.Map
   java.util.List


YamlFileWriter() - Constructor for class adams.flow.sink.YamlFileWriter
 
YamlHandler - Class in adams.gui.tools.previewbrowser
Displays YAML files: yaml,yml

YamlHandler() - Constructor for class adams.gui.tools.previewbrowser.YamlHandler
 
YamlNotesReader - Class in adams.gui.tools.previewbrowser.notes
Reads notes in YAML format.
YamlNotesReader() - Constructor for class adams.gui.tools.previewbrowser.notes.YamlNotesReader
 
YamlNotesWriter - Class in adams.gui.tools.previewbrowser.notes
Writes the notes in JSON format.
YamlNotesWriter() - Constructor for class adams.gui.tools.previewbrowser.notes.YamlNotesWriter
 
YamlParameterMapReader - Class in adams.data.io.input
Stores the parameters in YAML format.
YamlParameterMapReader() - Constructor for class adams.data.io.input.YamlParameterMapReader
 
YamlParameterMapWriter - Class in adams.data.io.output
Reads the parameters in YAML format.
YamlParameterMapWriter() - Constructor for class adams.data.io.output.YamlParameterMapWriter
 
YamlStringToList - Class in adams.data.conversion
Converts the YAML string into a java.util.Map object.
YamlStringToList() - Constructor for class adams.data.conversion.YamlStringToList
 
YamlStringToMap - Class in adams.data.conversion
Converts the YAML string into a java.util.Map object.
YamlStringToMap() - Constructor for class adams.data.conversion.YamlStringToMap
 
yAttributeNameTipText() - Method in class adams.flow.sink.ScatterDisplay
Tip text to display for y attribute regular expression
yAttributeTipText() - Method in class adams.flow.sink.ScatterDisplay
Returns the tip text setting the y attribute using an index
YColorTipText() - Method in class adams.gui.visualization.core.CoordinatesPaintlet
Returns the tip text for this property.
YColorTipText() - Method in class adams.gui.visualization.stats.paintlet.CoordinatesPaintlet
Returns the tip text for this property.
YColumnsTipText() - Method in class adams.gui.tools.spreadsheetviewer.chart.AbstractXYChartGenerator
Returns the tip text for this property.
YColumnTipText() - Method in class adams.flow.transformer.plotgenerator.NamedPlotGenerator
Returns the tip text for this property.
YColumnTipText() - Method in class adams.flow.transformer.plotgenerator.XYWithErrorsPlotGenerator
Returns the tip text for this property.
YEAR - adams.core.TechnicalInformation.Field
The year of publication or, for an unpublished work, the year it was written.
YEAR - adams.data.conversion.ExtractDateTimeField.DateTimeField
year.
YEAR - Static variable in interface adams.parser.booleanexpression.sym
 
YEAR - Static variable in interface adams.parser.mathematicalexpression.sym
 
YEAR - Static variable in interface adams.parser.spreadsheetformula.sym
 
YEAR - Static variable in interface adams.parser.stringexpression.sym
 
YEARLY - adams.data.timeseries.PeriodicityType
 
yearSpinner - Variable in class adams.gui.chooser.DatePanel.InternalView
 
YELLOW - adams.data.image.XScreenMaskHelper.Color
 
YErrorColumnsTipText() - Method in class adams.flow.transformer.plotgenerator.XYWithErrorsPlotGenerator
Returns the tip text for this property.
YES_OPTION - Static variable in class adams.flow.transformer.ConfirmationDialog
 
yesterday() - Static method in class adams.core.DateUtils
Returns a Date object of yesterday, at the start of the day (00:00:00.000).
YESTERDAY - Static variable in class adams.core.base.BaseDate
the placeholder for "yesterday".
YESTERDAY - Static variable in class adams.core.base.BaseDateTime
the placeholder for "yesterday".
YESTERDAY - Static variable in class adams.core.base.BaseDateTimeMsec
the placeholder for "yesterday".
yesTokenTipText() - Method in class adams.flow.transformer.ConfirmationDialog
Returns the tip text for this property.
YExpressionTipText() - Method in class adams.flow.control.plotprocessor.Expression
Returns the tip text for this property.
YGradientEPO - Class in weka.filters.supervised.attribute
Applies the External Parameter Orthogonalization (EPO) algorithm to the data.

For more information see:
http://wiki.eigenvector.com/index.php?title=Advanced_Preprocessing:_Multivariate_Filtering#External_Parameter_Orthogonalization_.28EPO.29

Valid options are:
YGradientEPO() - Constructor for class weka.filters.supervised.attribute.YGradientEPO
 
YGradientGLSW - Class in weka.filters.supervised.attribute
Applies the Generalized Least Squares Weighting (GLSW) algorithm to the data.

For more information see:
http://wiki.eigenvector.com/index.php?title=Advanced_Preprocessing:_Multivariate_Filtering#Y-Gradient_GLSW

Valid options are:
YGradientGLSW() - Constructor for class weka.filters.supervised.attribute.YGradientGLSW
 
YIncrementTipText() - Method in class adams.flow.transformer.draw.Text
Returns the tip text for this property.
YInvisibleTipText() - Method in class adams.gui.visualization.core.CoordinatesPaintlet
Returns the tip text for this property.
YInvisibleTipText() - Method in class adams.gui.visualization.stats.paintlet.CoordinatesPaintlet
Returns the tip text for this property.
YIQ - adams.data.image.features.Histogram.HistogramType
 
YIQChannel - Enum in adams.data.image
The available channels in YIQ.
YOBI_BYTES - adams.core.ByteFormat.Unit
 
YOffsetTipText() - Method in class adams.gui.visualization.core.CoordinatesPaintlet
Returns the tip text for this property.
YOffsetTipText() - Method in class adams.gui.visualization.sequence.StraightLineOverlayPaintlet
Returns the tip text for this property.
YOffsetTipText() - Method in class adams.gui.visualization.stats.paintlet.CoordinatesPaintlet
Returns the tip text for this property.
YoloAnnotationsHandler - Class in adams.gui.tools.previewbrowser
Displays the following image types with an overlay for the objects stored in the .txt file with the same name (using object prefix 'Object.'): tif,jpg,tiff,bmp,gif,png,jpeg,wbmp

YoloAnnotationsHandler() - Constructor for class adams.gui.tools.previewbrowser.YoloAnnotationsHandler
 
YoloAnnotationsReportReader - Class in adams.data.io.input
Reads text files with YOLO object annotations, one object definition per line:
BBox format:
- format: <object-class> <x> <y> <width> <height>
- object-class: 0-based index
- x/y: normalized center of annotation
- width/height: normalized width/height
- Normalization uses image width/height
Polygon format:
- format: <object-class> <x0> <y0> <x1> <y1>...
- object-class: 0-based index
- x/y: normalized polygon point

YoloAnnotationsReportReader() - Constructor for class adams.data.io.input.YoloAnnotationsReportReader
 
YoloAnnotationsReportWriter - Class in adams.data.io.output
Writes text files with YOLO object annotations, one object definition per line:
BBox format:
- format: <object-class> <x> <y> <width> <height>
- object-class: 0-based index
- x/y: normalized center of annotation
- width/height: normalized width/height
- Normalization uses image width/height
Polygon format:
- format: <object-class> <x0> <y0> <x1> <y1>...
- object-class: 0-based index
- x/y: normalized polygon point

YoloAnnotationsReportWriter() - Constructor for class adams.data.io.output.YoloAnnotationsReportWriter
 
YOTTA_BYTES - adams.core.ByteFormat.Unit
 
YRegExpTipText() - Method in class weka.filters.supervised.attribute.MultiPLS
Returns the tip text for this property
YScaleTipText() - Method in class adams.gui.print.ScalableComponentWriter
Returns the tip text for this property.
YTickGeneratorTipText() - Method in class adams.gui.tools.spreadsheetviewer.chart.GenericPlot
Returns the tip text for this property.
yTipText() - Method in class adams.data.barcode.encode.AbstractBarcodeEncoder
Returns the tip text for this property.
yTipText() - Method in class adams.flow.core.AbstractDisplay
Returns the tip text for this property.
yTipText() - Method in class adams.flow.transformer.AbstractInteractiveTransformerDialog
Returns the tip text for this property.
YTipText() - Method in class adams.data.image.transformer.crop.RelativeCrop
Returns the tip text for this property.
YTipText() - Method in class adams.data.imagefilter.TransparentBackground
Returns the tip text for this property.
YTipText() - Method in class adams.data.objectfilter.Translate
Returns the tip teyt for this property.
YTipText() - Method in class adams.data.objectfinder.ObjectsInPolygon
Returns the tip text for this property.
YTipText() - Method in class adams.flow.transformer.CountObjectsInPolygon
Returns the tip text for this property.
YTipText() - Method in class adams.flow.transformer.draw.FloodFill
Returns the tip text for this property.
YTipText() - Method in class adams.flow.transformer.draw.Image
Returns the tip text for this property.
YTipText() - Method in class adams.flow.transformer.draw.Oval
Returns the tip text for this property.
YTipText() - Method in class adams.flow.transformer.draw.Pixel
Returns the tip text for this property.
YTipText() - Method in class adams.flow.transformer.draw.Rectangle
Returns the tip text for this property.
YTipText() - Method in class adams.flow.transformer.draw.Text
Returns the tip text for this property.
YTipText() - Method in class adams.flow.transformer.pdfproclet.AbstractSpreadSheetPdfProclet
Returns the tip text for this property.
YTipText() - Method in class adams.flow.transformer.pdfproclet.Circle
Returns the tip text for this property.
YTipText() - Method in class adams.flow.transformer.pdfproclet.FixedText
Returns the tip text for this property.
YTipText() - Method in class adams.flow.transformer.pdfproclet.Image
Returns the tip text for this property.
YTipText() - Method in interface adams.flow.transformer.pdfproclet.PdfProcletWithAbsolutePosition
Returns the tip text for this property.
YTipText() - Method in interface adams.flow.transformer.pdfproclet.PdfProcletWithOptionalAbsolutePosition
Returns the tip text for this property.
YTipText() - Method in class adams.flow.transformer.pdfproclet.PlainText
Returns the tip text for this property.
YTipText() - Method in class adams.flow.transformer.pdfproclet.Rectangle
Returns the tip text for this property.
YTipText() - Method in class adams.flow.transformer.pdfstamp.Image
Returns the tip text for this property.
YTipText() - Method in class adams.flow.transformer.pdfstamp.Text
Returns the tip text for this property.
YTipText() - Method in class adams.gui.visualization.core.TextOverlayPaintlet
Returns the tip text for this property.
YTipText() - Method in class adams.gui.visualization.image.MetaDataText
Returns the tip text for this property.
YTipText() - Method in class adams.gui.visualization.jfreechart.dataset.DefaultCategory
Returns the tip text for this property.
YTipText() - Method in class adams.gui.visualization.jfreechart.dataset.DefaultXY
Returns the tip text for this property.
YTipText() - Method in class adams.gui.visualization.jfreechart.dataset.DefaultXYZ
Returns the tip text for this property.
YTipText() - Method in class adams.gui.visualization.sequence.KendallTheilOverlayPaintlet
Returns the tip text for this property.
YTipText() - Method in class adams.gui.visualization.sequence.LinearRegressionOverlayPaintlet
Returns the tip text for this property.
YUV - adams.data.image.features.Histogram.HistogramType
 
YUVChannel - Enum in adams.data.image
The available channels in YUV.
yybegin(int) - Method in class adams.parser.actorsuggestion.Scanner
Enters a new lexical state
yybegin(int) - Method in class adams.parser.basedate.Scanner
Enters a new lexical state
yybegin(int) - Method in class adams.parser.basedatetime.Scanner
Enters a new lexical state
yybegin(int) - Method in class adams.parser.basedatetimemsec.Scanner
Enters a new lexical state
yybegin(int) - Method in class adams.parser.basetime.Scanner
Enters a new lexical state
yybegin(int) - Method in class adams.parser.basetimemsec.Scanner
Enters a new lexical state
yybegin(int) - Method in class adams.parser.booleanexpression.Scanner
Enters a new lexical state
yybegin(int) - Method in class adams.parser.externalactorsuggestion.Scanner
Enters a new lexical state
yybegin(int) - Method in class adams.parser.lookupupdate.Scanner
Enters a new lexical state
yybegin(int) - Method in class adams.parser.mathematicalexpression.Scanner
Enters a new lexical state
yybegin(int) - Method in class adams.parser.spreadsheetformula.Scanner
Enters a new lexical state
yybegin(int) - Method in class adams.parser.spreadsheetquery.Scanner
Enters a new lexical state
yybegin(int) - Method in class adams.parser.stringexpression.Scanner
Enters a new lexical state
yybegin(int) - Method in class adams.parser.templatesuggestion.Scanner
Enters a new lexical state
yycharat(int) - Method in class adams.parser.actorsuggestion.Scanner
Returns the character at position pos from the matched text.
yycharat(int) - Method in class adams.parser.basedate.Scanner
Returns the character at position pos from the matched text.
yycharat(int) - Method in class adams.parser.basedatetime.Scanner
Returns the character at position pos from the matched text.
yycharat(int) - Method in class adams.parser.basedatetimemsec.Scanner
Returns the character at position pos from the matched text.
yycharat(int) - Method in class adams.parser.basetime.Scanner
Returns the character at position pos from the matched text.
yycharat(int) - Method in class adams.parser.basetimemsec.Scanner
Returns the character at position pos from the matched text.
yycharat(int) - Method in class adams.parser.booleanexpression.Scanner
Returns the character at position pos from the matched text.
yycharat(int) - Method in class adams.parser.externalactorsuggestion.Scanner
Returns the character at position pos from the matched text.
yycharat(int) - Method in class adams.parser.lookupupdate.Scanner
Returns the character at position pos from the matched text.
yycharat(int) - Method in class adams.parser.mathematicalexpression.Scanner
Returns the character at position pos from the matched text.
yycharat(int) - Method in class adams.parser.spreadsheetformula.Scanner
Returns the character at position pos from the matched text.
yycharat(int) - Method in class adams.parser.spreadsheetquery.Scanner
Returns the character at position pos from the matched text.
yycharat(int) - Method in class adams.parser.stringexpression.Scanner
Returns the character at position pos from the matched text.
yycharat(int) - Method in class adams.parser.templatesuggestion.Scanner
Returns the character at position pos from the matched text.
yyclose() - Method in class adams.parser.actorsuggestion.Scanner
Closes the input stream.
yyclose() - Method in class adams.parser.basedate.Scanner
Closes the input stream.
yyclose() - Method in class adams.parser.basedatetime.Scanner
Closes the input stream.
yyclose() - Method in class adams.parser.basedatetimemsec.Scanner
Closes the input stream.
yyclose() - Method in class adams.parser.basetime.Scanner
Closes the input stream.
yyclose() - Method in class adams.parser.basetimemsec.Scanner
Closes the input stream.
yyclose() - Method in class adams.parser.booleanexpression.Scanner
Closes the input stream.
yyclose() - Method in class adams.parser.externalactorsuggestion.Scanner
Closes the input stream.
yyclose() - Method in class adams.parser.lookupupdate.Scanner
Closes the input stream.
yyclose() - Method in class adams.parser.mathematicalexpression.Scanner
Closes the input stream.
yyclose() - Method in class adams.parser.spreadsheetformula.Scanner
Closes the input stream.
yyclose() - Method in class adams.parser.spreadsheetquery.Scanner
Closes the input stream.
yyclose() - Method in class adams.parser.stringexpression.Scanner
Closes the input stream.
yyclose() - Method in class adams.parser.templatesuggestion.Scanner
Closes the input stream.
YYEOF - Static variable in class adams.parser.actorsuggestion.Scanner
This character denotes the end of file
YYEOF - Static variable in class adams.parser.basedate.Scanner
This character denotes the end of file
YYEOF - Static variable in class adams.parser.basedatetime.Scanner
This character denotes the end of file
YYEOF - Static variable in class adams.parser.basedatetimemsec.Scanner
This character denotes the end of file
YYEOF - Static variable in class adams.parser.basetime.Scanner
This character denotes the end of file
YYEOF - Static variable in class adams.parser.basetimemsec.Scanner
This character denotes the end of file
YYEOF - Static variable in class adams.parser.booleanexpression.Scanner
This character denotes the end of file
YYEOF - Static variable in class adams.parser.externalactorsuggestion.Scanner
This character denotes the end of file
YYEOF - Static variable in class adams.parser.lookupupdate.Scanner
This character denotes the end of file
YYEOF - Static variable in class adams.parser.mathematicalexpression.Scanner
This character denotes the end of file
YYEOF - Static variable in class adams.parser.spreadsheetformula.Scanner
This character denotes the end of file
YYEOF - Static variable in class adams.parser.spreadsheetquery.Scanner
This character denotes the end of file
YYEOF - Static variable in class adams.parser.stringexpression.Scanner
This character denotes the end of file
YYEOF - Static variable in class adams.parser.templatesuggestion.Scanner
This character denotes the end of file
YYINITIAL - Static variable in class adams.parser.actorsuggestion.Scanner
 
YYINITIAL - Static variable in class adams.parser.basedate.Scanner
lexical states
YYINITIAL - Static variable in class adams.parser.basedatetime.Scanner
lexical states
YYINITIAL - Static variable in class adams.parser.basedatetimemsec.Scanner
lexical states
YYINITIAL - Static variable in class adams.parser.basetime.Scanner
lexical states
YYINITIAL - Static variable in class adams.parser.basetimemsec.Scanner
lexical states
YYINITIAL - Static variable in class adams.parser.booleanexpression.Scanner
 
YYINITIAL - Static variable in class adams.parser.externalactorsuggestion.Scanner
 
YYINITIAL - Static variable in class adams.parser.lookupupdate.Scanner
 
YYINITIAL - Static variable in class adams.parser.mathematicalexpression.Scanner
 
YYINITIAL - Static variable in class adams.parser.spreadsheetformula.Scanner
 
YYINITIAL - Static variable in class adams.parser.spreadsheetquery.Scanner
 
YYINITIAL - Static variable in class adams.parser.stringexpression.Scanner
 
YYINITIAL - Static variable in class adams.parser.templatesuggestion.Scanner
 
yylength() - Method in class adams.parser.actorsuggestion.Scanner
Returns the length of the matched text region.
yylength() - Method in class adams.parser.basedate.Scanner
Returns the length of the matched text region.
yylength() - Method in class adams.parser.basedatetime.Scanner
Returns the length of the matched text region.
yylength() - Method in class adams.parser.basedatetimemsec.Scanner
Returns the length of the matched text region.
yylength() - Method in class adams.parser.basetime.Scanner
Returns the length of the matched text region.
yylength() - Method in class adams.parser.basetimemsec.Scanner
Returns the length of the matched text region.
yylength() - Method in class adams.parser.booleanexpression.Scanner
Returns the length of the matched text region.
yylength() - Method in class adams.parser.externalactorsuggestion.Scanner
Returns the length of the matched text region.
yylength() - Method in class adams.parser.lookupupdate.Scanner
Returns the length of the matched text region.
yylength() - Method in class adams.parser.mathematicalexpression.Scanner
Returns the length of the matched text region.
yylength() - Method in class adams.parser.spreadsheetformula.Scanner
Returns the length of the matched text region.
yylength() - Method in class adams.parser.spreadsheetquery.Scanner
Returns the length of the matched text region.
yylength() - Method in class adams.parser.stringexpression.Scanner
Returns the length of the matched text region.
yylength() - Method in class adams.parser.templatesuggestion.Scanner
Returns the length of the matched text region.
yypushback(int) - Method in class adams.parser.actorsuggestion.Scanner
Pushes the specified amount of characters back into the input stream.
yypushback(int) - Method in class adams.parser.basedate.Scanner
Pushes the specified amount of characters back into the input stream.
yypushback(int) - Method in class adams.parser.basedatetime.Scanner
Pushes the specified amount of characters back into the input stream.
yypushback(int) - Method in class adams.parser.basedatetimemsec.Scanner
Pushes the specified amount of characters back into the input stream.
yypushback(int) - Method in class adams.parser.basetime.Scanner
Pushes the specified amount of characters back into the input stream.
yypushback(int) - Method in class adams.parser.basetimemsec.Scanner
Pushes the specified amount of characters back into the input stream.
yypushback(int) - Method in class adams.parser.booleanexpression.Scanner
Pushes the specified amount of characters back into the input stream.
yypushback(int) - Method in class adams.parser.externalactorsuggestion.Scanner
Pushes the specified amount of characters back into the input stream.
yypushback(int) - Method in class adams.parser.lookupupdate.Scanner
Pushes the specified amount of characters back into the input stream.
yypushback(int) - Method in class adams.parser.mathematicalexpression.Scanner
Pushes the specified amount of characters back into the input stream.
yypushback(int) - Method in class adams.parser.spreadsheetformula.Scanner
Pushes the specified amount of characters back into the input stream.
yypushback(int) - Method in class adams.parser.spreadsheetquery.Scanner
Pushes the specified amount of characters back into the input stream.
yypushback(int) - Method in class adams.parser.stringexpression.Scanner
Pushes the specified amount of characters back into the input stream.
yypushback(int) - Method in class adams.parser.templatesuggestion.Scanner
Pushes the specified amount of characters back into the input stream.
yyreset(Reader) - Method in class adams.parser.actorsuggestion.Scanner
Resets the scanner to read from a new input stream.
yyreset(Reader) - Method in class adams.parser.basedate.Scanner
Resets the scanner to read from a new input stream.
yyreset(Reader) - Method in class adams.parser.basedatetime.Scanner
Resets the scanner to read from a new input stream.
yyreset(Reader) - Method in class adams.parser.basedatetimemsec.Scanner
Resets the scanner to read from a new input stream.
yyreset(Reader) - Method in class adams.parser.basetime.Scanner
Resets the scanner to read from a new input stream.
yyreset(Reader) - Method in class adams.parser.basetimemsec.Scanner
Resets the scanner to read from a new input stream.
yyreset(Reader) - Method in class adams.parser.booleanexpression.Scanner
Resets the scanner to read from a new input stream.
yyreset(Reader) - Method in class adams.parser.externalactorsuggestion.Scanner
Resets the scanner to read from a new input stream.
yyreset(Reader) - Method in class adams.parser.lookupupdate.Scanner
Resets the scanner to read from a new input stream.
yyreset(Reader) - Method in class adams.parser.mathematicalexpression.Scanner
Resets the scanner to read from a new input stream.
yyreset(Reader) - Method in class adams.parser.spreadsheetformula.Scanner
Resets the scanner to read from a new input stream.
yyreset(Reader) - Method in class adams.parser.spreadsheetquery.Scanner
Resets the scanner to read from a new input stream.
yyreset(Reader) - Method in class adams.parser.stringexpression.Scanner
Resets the scanner to read from a new input stream.
yyreset(Reader) - Method in class adams.parser.templatesuggestion.Scanner
Resets the scanner to read from a new input stream.
yystate() - Method in class adams.parser.actorsuggestion.Scanner
Returns the current lexical state.
yystate() - Method in class adams.parser.basedate.Scanner
Returns the current lexical state.
yystate() - Method in class adams.parser.basedatetime.Scanner
Returns the current lexical state.
yystate() - Method in class adams.parser.basedatetimemsec.Scanner
Returns the current lexical state.
yystate() - Method in class adams.parser.basetime.Scanner
Returns the current lexical state.
yystate() - Method in class adams.parser.basetimemsec.Scanner
Returns the current lexical state.
yystate() - Method in class adams.parser.booleanexpression.Scanner
Returns the current lexical state.
yystate() - Method in class adams.parser.externalactorsuggestion.Scanner
Returns the current lexical state.
yystate() - Method in class adams.parser.lookupupdate.Scanner
Returns the current lexical state.
yystate() - Method in class adams.parser.mathematicalexpression.Scanner
Returns the current lexical state.
yystate() - Method in class adams.parser.spreadsheetformula.Scanner
Returns the current lexical state.
yystate() - Method in class adams.parser.spreadsheetquery.Scanner
Returns the current lexical state.
yystate() - Method in class adams.parser.stringexpression.Scanner
Returns the current lexical state.
yystate() - Method in class adams.parser.templatesuggestion.Scanner
Returns the current lexical state.
yytext() - Method in class adams.parser.actorsuggestion.Scanner
Returns the text matched by the current regular expression.
yytext() - Method in class adams.parser.basedate.Scanner
Returns the text matched by the current regular expression.
yytext() - Method in class adams.parser.basedatetime.Scanner
Returns the text matched by the current regular expression.
yytext() - Method in class adams.parser.basedatetimemsec.Scanner
Returns the text matched by the current regular expression.
yytext() - Method in class adams.parser.basetime.Scanner
Returns the text matched by the current regular expression.
yytext() - Method in class adams.parser.basetimemsec.Scanner
Returns the text matched by the current regular expression.
yytext() - Method in class adams.parser.booleanexpression.Scanner
Returns the text matched by the current regular expression.
yytext() - Method in class adams.parser.externalactorsuggestion.Scanner
Returns the text matched by the current regular expression.
yytext() - Method in class adams.parser.lookupupdate.Scanner
Returns the text matched by the current regular expression.
yytext() - Method in class adams.parser.mathematicalexpression.Scanner
Returns the text matched by the current regular expression.
yytext() - Method in class adams.parser.spreadsheetformula.Scanner
Returns the text matched by the current regular expression.
yytext() - Method in class adams.parser.spreadsheetquery.Scanner
Returns the text matched by the current regular expression.
yytext() - Method in class adams.parser.stringexpression.Scanner
Returns the text matched by the current regular expression.
yytext() - Method in class adams.parser.templatesuggestion.Scanner
Returns the text matched by the current regular expression.

Z

ZAPFDINGBATS - Static variable in class adams.core.io.PdfFont
the string for ZapfDingBats.
ZEBI_BYTES - adams.core.ByteFormat.Unit
 
ZERO - adams.data.container.DataContainerUtils.GapFilling
adds data points with zero y.
ZERO - adams.data.padding.PaddingType
pad with zeroes.
zeroBasedIndexTipText() - Method in class adams.data.conversion.Mat5StructToMap
Returns the tip text for this property.
zeroBasedIndexTipText() - Method in interface adams.data.matlab.MatlabArrayIndexSupporter
Returns the tip text for this property.
zeroBasedIndexTipText() - Method in class adams.flow.transformer.Mat5ArraySubset
Returns the tip text for this property.
zeroBasedIndexTipText() - Method in class adams.flow.transformer.Mat5GetMatrixElement
Returns the tip text for this property.
zeroBasedIndexTipText() - Method in class adams.flow.transformer.Mat5SetMatrixElement
Returns the tip text for this property.
zeroBasedTipText() - Method in class adams.flow.source.IntegerRange
Returns the tip text for this property.
ZETTA_BYTES - adams.core.ByteFormat.Unit
 
Zip - Class in adams.gui.tools.filecommander
Creates a ZIP file from the selected files.
Zip() - Constructor for class adams.gui.tools.filecommander.Zip
Instantiates the action.
ZIP - Class in adams.flow.transformer
Creates a ZIP file containing one or more files.
ZIP() - Constructor for class adams.flow.transformer.ZIP
 
ZipArchiveHandler - Class in adams.gui.tools.previewbrowser
Offers access to ZIP files.
ZipArchiveHandler() - Constructor for class adams.gui.tools.previewbrowser.ZipArchiveHandler
 
ZipArrays - Class in adams.flow.source
Aligns the corresponding elements of the storage arrays into row-based arrays.
ZipArrays() - Constructor for class adams.flow.source.ZipArrays
 
ZipExport - Class in adams.gui.visualization.multiobjectexport
Exports the objects to a zip file.
ZipExport() - Constructor for class adams.gui.visualization.multiobjectexport.ZipExport
 
ZipFileSearchHandler - Class in adams.core.io.filesearch
Searches zip-compressed (text) files.
ZipFileSearchHandler() - Constructor for class adams.core.io.filesearch.ZipFileSearchHandler
 
ZipPassword - Class in adams.tools
Attempts to determine the password of a password protected ZIP file.
If no dictionary file has been provided, a brute force attack is carried out.
The brute force attack can be run in parallel, default is two threads.
The dictionary approach also tests lower/upper case version of the passwords and the reverse of them.
ZipPassword() - Constructor for class adams.tools.ZipPassword
 
ZipPassword.BruteForceJob - Class in adams.tools
Job for performing brute force attack in paralle.
zipTipText() - Method in class adams.tools.ZipPassword
Returns the tip text for this property.
ZipUtils - Class in adams.core.io
A helper class for ZIP-file related tasks.
ZipUtils() - Constructor for class adams.core.io.ZipUtils
 
zoom(int) - Method in class adams.gui.visualization.image.ImageViewerPanel
Zooms in/out.
zoom(int) - Method in class adams.gui.visualization.pdf.PDFViewerPanel
Zooms in/out.
Zoom - Class in adams.gui.visualization.core.axis
A container class for the min/max of a zoom.
Zoom(double, double) - Constructor for class adams.gui.visualization.core.axis.Zoom
Initializes the container.
ZOOM_FACTOR - Static variable in class adams.gui.visualization.object.ObjectAnnotationPanel
the zoom factor to use.
ZOOM_FACTOR - Static variable in class adams.gui.visualization.segmentation.SegmentationPanel
the zoom factor to use.
ZoomHandler - Class in adams.gui.visualization.core.axis
Class for handling zooms.
ZoomHandler() - Constructor for class adams.gui.visualization.core.axis.ZoomHandler
Initializes the handler.
zoomIn() - Method in class adams.gui.visualization.object.ObjectAnnotationPanel
Zooms in.
zoomIn() - Method in class adams.gui.visualization.segmentation.SegmentationPanel
Zooms in.
zoomOut() - Method in class adams.gui.visualization.object.ObjectAnnotationPanel
Zooms out.
zoomOut() - Method in class adams.gui.visualization.segmentation.SegmentationPanel
Zooms out.
zoomOverviewTipText() - Method in class adams.flow.sink.SpreadSheetRowViewer
Returns the tip text for this property.
zoomOverviewTipText() - Method in class adams.flow.sink.TimeseriesDisplay
Returns the tip text for this property.
zoomOverviewTipText() - Method in class adams.flow.sink.WekaInstanceViewer
Returns the tip text for this property.
ZoomPanel(ColorPickerPanel) - Constructor for class adams.gui.visualization.image.ColorPickerPanel.ZoomPanel
Initializes the panel.
zoomTipText() - Method in class adams.flow.sink.ImageSegmentationViewer
Returns the tip text for this property.
zoomTipText() - Method in class adams.flow.sink.ImageViewer
Returns the tip text for this property.
zoomTipText() - Method in class adams.flow.sink.PDFViewer
Returns the tip text for this property.
zoomTipText() - Method in class adams.flow.transformer.compareobjectlocations.Combined
Returns the tip text for this property.
zoomTipText() - Method in class adams.flow.transformer.compareobjectlocations.SideBySide
Returns the tip text for this property.
zoomTipText() - Method in class adams.flow.transformer.ImageAnnotator
Returns the tip text for this property.
zoomTipText() - Method in class adams.flow.transformer.ImageLabeler
Returns the tip text for this property.
zoomTipText() - Method in class adams.flow.transformer.ImageObjectAnnotator
Returns the tip text for this property.
zoomTipText() - Method in class adams.flow.transformer.ImageSegmentationAnnotator
Returns the tip text for this property.
zoomTipText() - Method in class adams.gui.tools.previewbrowser.AnnotateImage
Returns the tip text for this property.
zoomTipText() - Method in class adams.gui.tools.previewbrowser.ImageSegmentationAnnotationsHandler
Returns the tip text for this property.
ZScore - Class in adams.gui.visualization.stats.zscore
Create a paintable panel displaying a z score plot panel as well being able to choose attribute, paintlet and overlays.
ZScore() - Constructor for class adams.gui.visualization.stats.zscore.ZScore
 
ZScore.AttListener - Class in adams.gui.visualization.stats.zscore
Listener for when the attribute combobox selection changes
ZScore.gridListener - Class in adams.gui.visualization.stats.zscore
Listener for the grid check box
ZScore.pushButton - Class in adams.gui.visualization.stats.zscore
Listener for when the user clicks on an overlay in the key
ZScoreCircle - Class in adams.gui.visualization.stats.paintlet
paintlet for plotting cirle points on the z score visualisation

Valid options are:

ZScoreCircle() - Constructor for class adams.gui.visualization.stats.paintlet.ZScoreCircle
 
ZScoreCross - Class in adams.gui.visualization.stats.paintlet
paintlet for plotting cross error points on the z score graph whose size depends on the difference between x and y values

Valid options are:

ZScoreCross() - Constructor for class adams.gui.visualization.stats.paintlet.ZScoreCross
 
ZScoreDisplay - Class in adams.flow.sink
Actor for displaying a z score plot

Valid options are:

ZScoreDisplay() - Constructor for class adams.flow.sink.ZScoreDisplay
 
ZScoreHitDetector - Class in adams.gui.visualization.stats.zscore
Hit detector for the zscore visualisation.
ZScoreHitDetector(ZScore) - Constructor for class adams.gui.visualization.stats.zscore.ZScoreHitDetector
Constructor
ZScorePanel - Class in adams.gui.visualization.stats.zscore
A panel that contains the a z score graph.
ZScorePanel() - Constructor for class adams.gui.visualization.stats.zscore.ZScorePanel
 
Zstd - Class in adams.flow.transformer
Creates a Zstd archive from a single file.
Zstd - Class in adams.gui.tools.filecommander
Compresses a single file using Zstd.
Zstd() - Constructor for class adams.flow.transformer.Zstd
 
Zstd() - Constructor for class adams.gui.tools.filecommander.Zstd
Instantiates the action.
ZstdFileSearchHandler - Class in adams.core.io.filesearch
Searches zstd-compressed (text) files.
ZstdFileSearchHandler() - Constructor for class adams.core.io.filesearch.ZstdFileSearchHandler
 
ZstdTextFileReader - Class in adams.data.io.input
Reads content from ZStd compressed text files.
ZstdTextFileReader() - Constructor for class adams.data.io.input.ZstdTextFileReader
 
ZstdUtils - Class in adams.core.io
Helper class for zstd related operations.
ZstdUtils() - Constructor for class adams.core.io.ZstdUtils
 
ZTipText() - Method in class adams.gui.visualization.jfreechart.dataset.DefaultXYZ
Returns the tip text for this property.
ZXing - Class in adams.data.barcode.decode
Decodes the data in a barcode using the ZXing library.
For more information see:
https://github.com/zxing/zxing



ZXing() - Constructor for class adams.data.barcode.decode.ZXing
 

_

_action_table - Static variable in class adams.parser.actorsuggestion.Parser
Parse-action table.
_action_table - Static variable in class adams.parser.basedate.Parser
Parse-action table.
_action_table - Static variable in class adams.parser.basedatetime.Parser
Parse-action table.
_action_table - Static variable in class adams.parser.basedatetimemsec.Parser
Parse-action table.
_action_table - Static variable in class adams.parser.basetime.Parser
Parse-action table.
_action_table - Static variable in class adams.parser.basetimemsec.Parser
Parse-action table.
_action_table - Static variable in class adams.parser.booleanexpression.Parser
Parse-action table.
_action_table - Static variable in class adams.parser.externalactorsuggestion.Parser
Parse-action table.
_action_table - Static variable in class adams.parser.lookupupdate.Parser
Parse-action table.
_action_table - Static variable in class adams.parser.mathematicalexpression.Parser
Parse-action table.
_action_table - Static variable in class adams.parser.spreadsheetformula.Parser
Parse-action table.
_action_table - Static variable in class adams.parser.spreadsheetquery.Parser
Parse-action table.
_action_table - Static variable in class adams.parser.stringexpression.Parser
Parse-action table.
_action_table - Static variable in class adams.parser.templatesuggestion.Parser
Parse-action table.
_production_table - Static variable in class adams.parser.actorsuggestion.Parser
Production table.
_production_table - Static variable in class adams.parser.basedate.Parser
Production table.
_production_table - Static variable in class adams.parser.basedatetime.Parser
Production table.
_production_table - Static variable in class adams.parser.basedatetimemsec.Parser
Production table.
_production_table - Static variable in class adams.parser.basetime.Parser
Production table.
_production_table - Static variable in class adams.parser.basetimemsec.Parser
Production table.
_production_table - Static variable in class adams.parser.booleanexpression.Parser
Production table.
_production_table - Static variable in class adams.parser.externalactorsuggestion.Parser
Production table.
_production_table - Static variable in class adams.parser.lookupupdate.Parser
Production table.
_production_table - Static variable in class adams.parser.mathematicalexpression.Parser
Production table.
_production_table - Static variable in class adams.parser.spreadsheetformula.Parser
Production table.
_production_table - Static variable in class adams.parser.spreadsheetquery.Parser
Production table.
_production_table - Static variable in class adams.parser.stringexpression.Parser
Production table.
_production_table - Static variable in class adams.parser.templatesuggestion.Parser
Production table.
_reduce_table - Static variable in class adams.parser.actorsuggestion.Parser
reduce_goto table.
_reduce_table - Static variable in class adams.parser.basedate.Parser
reduce_goto table.
_reduce_table - Static variable in class adams.parser.basedatetime.Parser
reduce_goto table.
_reduce_table - Static variable in class adams.parser.basedatetimemsec.Parser
reduce_goto table.
_reduce_table - Static variable in class adams.parser.basetime.Parser
reduce_goto table.
_reduce_table - Static variable in class adams.parser.basetimemsec.Parser
reduce_goto table.
_reduce_table - Static variable in class adams.parser.booleanexpression.Parser
reduce_goto table.
_reduce_table - Static variable in class adams.parser.externalactorsuggestion.Parser
reduce_goto table.
_reduce_table - Static variable in class adams.parser.lookupupdate.Parser
reduce_goto table.
_reduce_table - Static variable in class adams.parser.mathematicalexpression.Parser
reduce_goto table.
_reduce_table - Static variable in class adams.parser.spreadsheetformula.Parser
reduce_goto table.
_reduce_table - Static variable in class adams.parser.spreadsheetquery.Parser
reduce_goto table.
_reduce_table - Static variable in class adams.parser.stringexpression.Parser
reduce_goto table.
_reduce_table - Static variable in class adams.parser.templatesuggestion.Parser
reduce_goto table.
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